62 lines
1.3 KiB
Plaintext
62 lines
1.3 KiB
Plaintext
;----------------------------------------
|
|
; 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 … )
|
|
;----------------------------------------
|
|
|
|
|
|
|
|
; ---------------------------------------------------------------
|
|
; 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=
|
|
|
|
|
|
; ---------------------------------------------------------------
|
|
; Front end
|
|
; ---------------------------------------------------------------
|
|
|
|
[STR__FRONTEND__GAME_TITLE]
|
|
eng=SPONGEBOBS UNTITLED ADVENTURE
|
|
[STR__FRONTEND__PRESS_START]
|
|
eng=PRESS START
|
|
|
|
[STR__FRONTEND__START_GAME]
|
|
eng=START GAME
|
|
[STR__FRONTEND__OPTIONS]
|
|
eng=OPTIONS
|
|
|
|
[STR__FRONTEND__EXIT]
|
|
eng=EXIT
|
|
|
|
|
|
|
|
; ---------------------------------------------------------------
|
|
; Debugging text
|
|
; The following texts DO NOT require translation
|
|
; ---------------------------------------------------------------
|
|
|
|
|
|
|