Subversion Repositories Kolibri OS

Rev

Rev 5244 | Rev 5291 | 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"
5244 alpine 18
 
19
// About menu
5245 alpine 20
#define L_DEVELOPED_BY  "DEVEL0PED BY"
21
#define L_ROMAN_SHUVALOV    "R0MAN 5HUVAL0V"
5244 alpine 22
 
23
// Main screen
5245 alpine 24
#define L_BOTTOM_LINE_DEVELOPER_INFO    "DEVEL0PER: R0MAN 5HUVAL0V` T0GLIATTI_ 2014"
5244 alpine 25
 
26
// Gameplay
5245 alpine 27
#define L_TECHDEMO_LINE1        "THI5 I5 TECHDEM0` "
28
#define L_TECHDEMO_LINE2        "U5E ARR0W5 T0 M0VE_  T0 5H00T_  T0 EXIT` "
5244 alpine 29
 
30
#endif