Subversion Repositories Kolibri OS

Rev

Rev 5310 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5244 alpine 1
#ifndef RS_STRINGS_EN_H
2
#define RS_STRINGS_EN_H
3
 
4
// English
5
 
6
// Be careful, only specific chars are available to use
7
// See readme for details
8
 
9
// Main Menu
10
#define L_START     "5TART"
11
#define L_SETTINGS  "5ETTING5"
5245 alpine 12
#define L_ABOUT     "CREDIT5"
5244 alpine 13
#define L_QUIT      "QUIT"
14
 
15
// Settings menu
5245 alpine 16
#define L_WINDOW_SCALE  "WIND0W 5CALE:"
17
#define L_DONE      "D0NE"
5291 alpine 18
#define L_BACK      "BACK"
5244 alpine 19
 
20
// About menu
5245 alpine 21
#define L_DEVELOPED_BY  "DEVEL0PED BY"
22
#define L_ROMAN_SHUVALOV    "R0MAN 5HUVAL0V"
5244 alpine 23
 
24
// Main screen
5245 alpine 25
#define L_BOTTOM_LINE_DEVELOPER_INFO    "DEVEL0PER: R0MAN 5HUVAL0V` T0GLIATTI_ 2014"
5244 alpine 26
 
27
// Gameplay
5291 alpine 28
//#define L_TECHDEMO_LINE1        "THI5 I5 TECHDEM0` "
5315 alpine 29
#define L_TECHDEMO_LINE1        "U5E ARR0W5 T0 M0VE_  T0 5H00T_  T0 PAU5E "
5244 alpine 30
 
5310 alpine 31
#define L_GAME_OVER         "GAME 0VER"
5315 alpine 32
//#define L_LEVEL_PASSED      "DEM0=LEVEL PA55ED"
5291 alpine 33
#define L_YOUR_SCORE        "Y0UR 5C0RE:"
34
 
5310 alpine 35
#define L_PAUSE             "PAU5E"
36
#define L_RESUME            "RE5UME PLAYING"
37
#define L_EXIT_TO_MAIN_MENU     "EXIT T0 MAIN MENU"
5291 alpine 38
 
5315 alpine 39
#define L_STAGE_TITLE       "5TAGE xx"
40
 
5244 alpine 41
#endif