LANGUAGE SUPPORT IN PBCS

This language folder was inserted by Marian Heddesheimer for translating the 
software into German. 17 June 2001.

Later on Roalt Zijlstra finished what Marian had started and now all pages
have language support for all text available, except the admin pages.

NEW TRANSLATIONS

Copy the lang.en.inc.txt to lang.<lang initials>.inc.txt with the initials
being two letters only. On the left side of the '|'-token you see short
names for translations. On the right side of it you see the English text you
should translate.

Example English line:
    user_select_lang|Select the language you want

Translated Dutch line:
    user_select_lang|Selecteer de taal die u wilt

If you have a copy of PBCS v0.5 running then you must edit user-settings.php
at the rear and add to the $lang_arr variable your language. Add a new line
starting with the country initials, then an arrow => and then the language
which should be added. An example for the dutch language is: "nl" => "Dutch",
Take care that you don't miss any commas in the array syntax of the code.
In the final v0.5 this is likely to be automated, but for now it isn't.

If you see ** A text ** in PBCS that means the text is not in the language
file yet. You will see short-names between the stars so it is possible that 
you get ** cal_sel_usr_tooltip ** where actually a translation of 'Click
here to see the selected users in the current overview' should be. This is a
little messy, but is better performance wise.

Send your translations to roalt@kwenie.org and they will be happily
integrated into PBCS.

UPDATING EXISTING TRANSLATIONS

At the end of the lang.en.inc.txt there will be a marker of new language
entries that have been added since the last release. Once in a while the
language file will be cleaned up, so all entries are in the right sections.

Again send you corrections to roalt@kwenie.org

