2000-08-29 18:26:01 +02:00
|
|
|
|
;----------------------------------------
|
|
|
|
|
; Please
|
|
|
|
|
; DO NOT edit this document with Excel/Word
|
|
|
|
|
; DO NOT add trailing spaces and tabs
|
|
|
|
|
; DO NOT Omit text after identifier
|
|
|
|
|
; DO NOT add spaces to identifier
|
|
|
|
|
; DO NOT add duplicate identifiers
|
|
|
|
|
; DO NOT put - or ; characters in text strings :(
|
|
|
|
|
; DO NOT cut&paste from Excel/Word as it alters strings!! ( eg: ... gets translated to <20> )
|
|
|
|
|
;----------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; ---------------------------------------------------------------
|
|
|
|
|
; Some generic strings..
|
|
|
|
|
; ---------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
[STR__YES]
|
|
|
|
|
eng=Yes
|
|
|
|
|
[STR__NO]
|
|
|
|
|
eng=No
|
|
|
|
|
[STR__ON]
|
|
|
|
|
eng=ON
|
|
|
|
|
[STR__OFF]
|
|
|
|
|
eng=OFF
|
|
|
|
|
[STR__DUMMY]
|
|
|
|
|
eng=???
|
|
|
|
|
[STR__NOW_LOADING]
|
|
|
|
|
eng=NOW LOADING..
|
|
|
|
|
|
|
|
|
|
; NOTE: This string just contains a single space
|
|
|
|
|
[STR__BLANK]
|
|
|
|
|
eng=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; ---------------------------------------------------------------
|
|
|
|
|
; Debugging text
|
|
|
|
|
; The following texts DO NOT require translation
|
|
|
|
|
; ---------------------------------------------------------------
|
2000-10-31 17:43:44 +01:00
|
|
|
|
[STR__PAULS_TEST_STRING_1]
|
|
|
|
|
eng=This is a test string.
|
|
|
|
|
[STR__PAULS_TEST_STRING_2]
|
|
|
|
|
eng=This is another test string with more text.
|
|
|
|
|
[STR__PAULS_TEST_STRING_3]
|
|
|
|
|
eng=Finally, another example containing wordage of increased length.
|
|
|
|
|
|