I know a lot of you want to contribute, but don't have programming skills.
Want to do us a big favor? Are you competent in English and at least one other
natural language? Kya ap Hindi bolte/bolti hai? Oder vielleicht sprechen Sie
Deutsch?

Good, then I need you, because I have little time to practice new languages
now. :P The rules for translating are relatively simple. This is the content
of the catalog that contains the default English messages for vmenu-gtk2.pl,
and is located in (a verbose filename that causes ugly text wrapping)
/path/to/VASM/root/data/vasm/Menu/UI/Gtk2/Message/Message.xml.

<catalog>
  <quantity match='^-1$' degree='sunya'/>
  <message id='Title'>
    <sunya>Vector Menu Editor</sunya>
  </message>
  <message id='Window Manager Menu'>
    <sunya>Window Manager Menu</sunya>
  </message>

  ...

  <message id='Choose Folder'>
    <sunya>Choose Folder</sunya>
  </message>
  <message id='Choose Folder Description'>
    <sunya>Choose a folder into which to move the item</sunya>
  </message>
</catalog>

You see the word 'sunya' a lot. For the time being, you can ignore it; the
essence of the matter is simply to:

<message id='English'>
  <sunya>Your language</sunya>
</message>

All submissions must be in UTF-8, or at least something I can convert into
UTF-8. :)
