Subversion Repositories Kolibri OS

Rev

Rev 5235 | Rev 5251 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5235 Rev 5243
Line 4... Line 4...
4
// English
4
// English
Line 5... Line 5...
5
 
5
 
6
// Be careful, only specific chars are available to use
6
// Be careful, only specific chars are available to use
Line 7... Line -...
7
// See readme for details
-
 
8
 
-
 
9
// Main Menu
-
 
10
#define L_START     "5TART"
-
 
11
#define L_SETTINGS  "5ETTING5"
-
 
12
#define L_ABOUT     "CREDITS"
-
 
13
#define L_QUIT      "QUIT"
-
 
14
 
-
 
15
// Settings menu
-
 
16
#define L_WINDOW_SCALE  "WINDOW SCALE:"
-
 
17
#define L_DONE      "DONE"
-
 
18
 
-
 
19
// About menu
7
// See readme for details
Line -... Line 8...
-
 
8
 
-
 
9
// Lower 'xxx' is used to detect number position, it will be replaced by numbers
-
 
10
 
-
 
11
#define L_LOADING   "L0ADING```"
20
#define L_DEVELOPED_BY  "DEVELOPED BY"
12
 
21
#define L_ROMAN_SHUVALOV    "ROMAN SHUVALOV"
13
#define  L_START     "CLICK T0 5TART"
Line 22... Line -...
22
 
-
 
23
// Main screen
14
 
-
 
15
#define  L_TIME     "TIME:  xxx"
24
#define L_BOTTOM_LINE_DEVELOPER_INFO    "DEVELOPER: ROMAN SHUVALOV` TOGLIATTI_ 2014"
16
#define  L_SCORE    "5C0RE: xxx 0F 100"
Line 25... Line 17...
25
 
17