|
Anyone interested to translate this script? Currently English of course and Dutch are done.
Some things you need to know BEFORE translating:
- The part what need to be translated in this script is from line 244 to line 277.
- Text like these
@bla@ are replaced in the code by other information and shouldn't be removed. You could however rearrange them to make a better sentence. - Also note the capitals used or not used.
- Sentences containing a
' or " should be escaped like so \' or \" Except the first and the last one of course. - A new short language name referring your country is needed (e.g. "
en" for English, "nl" for Dutch). You could get this info from the following code: window.navigator.language which you could execute in Firebug. - A new translation may contain your name if you want and if you keep it updated (at
translator).
|