3 If you want to add language xy, run
5 then, translate all strings in xy/syp.php
7 how to update a language:
8 -------------------------
9 If you want to update language xy, run
11 then, translate empty strings xy/syp.php
13 how to remove a language:
14 -------------------------
15 If you want to remove language xy, remove xy directory, and unlink symbolic
16 links in root directory:
24 - you can split a translated string in several lines, but it must stay a php string:
25 use a dot (".") to tell the php interpreter that string is not finished.