kolibrios/programs/games/rstearth/localization_eng.inc
Marat Zakiyanov (Mario79) 8ed9813abf Rusty Earth - small fixes.
git-svn-id: svn://kolibrios.org@5341 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-31 20:58:34 +00:00

74 lines
2.1 KiB
PHP

;---------------------------------------------------------------------
title:
db 'Rusty Earth 31.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 ' Hello Habrahabr!',0
.3: db 'The game used graphics and sound material',0
.4: db 'under a free license, borrowed from:',0
.5: db ' http://opengameart.org',0
.6: db 'NPC sprites by',0
.7: db ' http://untamed.wild-refuge.net',0
.8: db 'Hatsune Miku Sprites by',0
.9: db ' http://nekorandomnessqueen.deviantart.com',0
.10: db 'Glyphs of Russo free font by',0
.11: db ' http://www.jovanny.ru',0
.12: db 'Game author - Marat Zakiyanov aka Mario79',0
;---------------------------------------------------------------------
menu_help_text:
.1: db ' Control',0
.2: db ' WASD',0
.3: db ' Arrows',0
.4: db ' Num8462',0
.5: db 'Kick SPACE',0
;---------------------------------------------------------------------
space_line:
db 0
;---------------------------------------------------------------------