| 65 | | --cal |
|---|
| | 69 | |
|---|
| | 70 | Translations (by richard) |
|---|
| | 71 | ------------------------------------------------------------------------ |
|---|
| | 72 | |
|---|
| | 73 | I've just been pulling the translated DTD and PROPERTIES files from a |
|---|
| | 74 | production WWW server and running them through strings_import.php. |
|---|
| | 75 | |
|---|
| | 76 | Note that in the German translation, the help page is messed up because |
|---|
| | 77 | they insist on removing the ^^ wrappers around some sections of the |
|---|
| | 78 | text. Replace these or you'll see "undefined" in several places in the |
|---|
| | 79 | UI. |
|---|
| | 80 | |
|---|
| | 81 | Also note that " must be escaped with ". This led me to believe |
|---|
| | 82 | that & could be escaped with & but this is not the case. Don't |
|---|
| | 83 | use & in the main.dtd files - spell out "and" instead. |
|---|