forked from KolibriOS/kolibrios
6daed23e51
- updated explosions - added huge explosion for boss, sound and animated texture git-svn-id: svn://kolibrios.org@5316 a494cfbc-eb01-0410-851d-a64ba20cac60
41 lines
1002 B
C
41 lines
1002 B
C
#ifndef RS_STRINGS_EN_H
|
|
#define RS_STRINGS_EN_H
|
|
|
|
// English
|
|
|
|
// Be careful, only specific chars are available to use
|
|
// See readme for details
|
|
|
|
// Main Menu
|
|
#define L_START "5TART"
|
|
#define L_SETTINGS "5ETTING5"
|
|
#define L_ABOUT "CREDIT5"
|
|
#define L_QUIT "QUIT"
|
|
|
|
// Settings menu
|
|
#define L_WINDOW_SCALE "WIND0W 5CALE:"
|
|
#define L_DONE "D0NE"
|
|
#define L_BACK "BACK"
|
|
|
|
// About menu
|
|
#define L_DEVELOPED_BY "DEVEL0PED BY"
|
|
#define L_ROMAN_SHUVALOV "R0MAN 5HUVAL0V"
|
|
|
|
// Main screen
|
|
#define L_BOTTOM_LINE_DEVELOPER_INFO "DEVEL0PER: R0MAN 5HUVAL0V` T0GLIATTI_ 2014"
|
|
|
|
// Gameplay
|
|
//#define L_TECHDEMO_LINE1 "THI5 I5 TECHDEM0` "
|
|
#define L_TECHDEMO_LINE1 "U5E ARR0W5 T0 M0VE_ <A> T0 5H00T_ <E5C> T0 PAU5E "
|
|
|
|
#define L_YOUR_SCORE "Y0UR 5C0RE:"
|
|
#define L_GAME_OVER "GAME 0VER"
|
|
|
|
#define L_PAUSE "PAU5E"
|
|
#define L_RESUME "RE5UME PLAYING"
|
|
#define L_EXIT_TO_MAIN_MENU "EXIT T0 MAIN MENU"
|
|
|
|
#define L_STAGE_TITLE "5TAGE xx"
|
|
|
|
#endif
|