Translating Vadmin
-------------------

Vadmin supports gettext, so translating it should be simple. Here are
the steps to create your translation:

1. Find out what your language locale is. E.g. French would be
   "fr_FR", Russian "ru_RU", Portuguese/Brasil "pt_BR", etc. Create a
   directory in locale/ with the name of your locale.

2. Create LC_MESSAGES directory in that dir.

3. Copy locale/vadmin.po into LC_MESSAGES.

4. Translate the strings. Google for gettext file formats.

5. Run msgfmt like so: "msgfmt -o vadmin.mo vadmin.po".

6. That should do it. Once you have selected your language in 
   squirrelmail, vadmin should follow suit.

If you have translated vadmin into another language, please consider
contributing back by sending your vadmin.po to
squirrelmail-plugins@lists.sourceforge.net with [Vadmin] in the subject.
