                  HOW TO TRANSLATE
                  ================

If you're starting a new translation:

1. Make a copy of lang.template.inc and call it
   something unique. Follow the naming convention
   of "lang." <countrycode> ".inc".

2. Add the translations to the new file. Beware of
   using single quotes. These must be escaped with
   a \ (backslash) to prevent php parse errors.

3. Add the new language to lang.index.php

4. Enjoy.



OPTIONAL:

The i18nParse script simply scans all the files in
the V-webmail app looking for phrases. It adds these
to the lang.template.inc file and all the lang files
it knows about. If you create a new lang file, you will
need to modify this script so it knows about your file.