';
echo 'language file like "core_en_english_gb.php".
';
echo 'Copy and paste the new file inside this folder (languages/)
';
echo 'Naming convention:
';
echo '- fix beginning with "core"
';
echo '- seperator with underscore "_"
';
echo '- 2 digits with country code (https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
';
echo '- seperator with underscore "_"
';
echo '- name of the language; do NOT translate the name in english, use the native name instead!
';
echo '- seperator with underscore "_"
';
echo '- code of the country flag (libs/flags/) - without file extension
';
echo '- file extension ".php"
';
echo 'Translate the textes to the wished language inside your copied file.
';
echo 'Be sure, you are using encoding UTF-8 (without BOM!).
';
echo 'Send the translated file to admin@ts-n.net
';
echo 'We will implement it with the next release!
';
echo 'Thx for all who supports this project!!!
';
echo 'We will honor you and name you on the info page.';
?>