kolibrios/programs/games/rstearth/localization_eng.inc
Marat Zakiyanov (Mario79) 7cadd5ef29 Rusty Earth
1) two demo level
2) screen for "game stage", "game over" and "game win"
3) NOSO boot parameter to start without sound and sound files

git-svn-id: svn://kolibrios.org@5292 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-30 01:18:21 +00:00

59 lines
1.8 KiB
PHP

;---------------------------------------------------------------------
title:
db 'Rusty Earth (Prototype 1.9) 30.12.2014',0
;---------------------------------------------------------------------
menu_game_label:
db 'GAME',0
;--------------------------------------
menu_settings_label:
db 'SETTINGS',0
;--------------------------------------
menu_credits_label:
db 'CREDITS',0
;--------------------------------------
menu_help_label:
db 'HELP',0
;--------------------------------------
menu_exit_label:
db 'EXIT',0
;---------------------------------------------------------------------
menu_settings_sound_label:
db 'SOUNDS OFF',0
;--------------------------------------
menu_settings_music_label:
db 'MUSIC OFF',0
;--------------------------------------
text_off_label:
db 'OFF',0
;--------------------------------------
text_on_label:
db 'ON ',0
;--------------------------------------
menu_setting_exit:
db 'EXIT',0
;---------------------------------------------------------------------
stage_text:
db 'LEVEL '
.1: db '00',0
;--------------------------------------
game_win_text:
db 'YES! YOU WIN!',0
;--------------------------------------
protagonist_death_text:
db 'REST IN PEACE',0
;---------------------------------------------------------------------
menu_credits_text:
.1: db 'Hello KolibriOS Team!',0
.2: db 'The game used graphics and sound material',0
.3: db 'under a free license, borrowed from:',0
.4: db 'http://untamed.wild-refuge.net/',0
.5: db 'http://opengameart.org',0
.6: db 'https://wiki.themanaworld.org',0
;---------------------------------------------------------------------
menu_help_text:
.1: db 'Game control',0
.2: db 'Move the player:',0
.3: db 'WASD, Arrows or Num8462',0
.4: db 'Player kick : Space',0
;---------------------------------------------------------------------