Subversion Repositories Kolibri OS

Rev

Rev 5243 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5235 alpine 1
#ifndef RS_STRINGS_EN_H
2
#define RS_STRINGS_EN_H
3
 
4
// Russian
5
 
6
// Be careful, only specific chars are available to use
7
// See readme for details
8
 
9
// Main Menu
10
#define L_START     "CTAPT"
11
#define L_SETTINGS  "HACTP0^Ki"
12
#define L_ABOUT     "0b igPE"
13
#define L_QUIT      "B\\X0d"
14
 
15
// Settings menu
16
#define L_WINDOW_SCALE  "MAChTAb 0KHA:"
17
#define L_DONE      "g0T0B0"
18
 
19
// About menu
20
#define L_DEVELOPED_BY  "PA3PAb0T4iK:"
21
#define L_ROMAN_SHUVALOV    "P0MAH hYBAl0B"
22
 
23
// Main screen
24
#define L_BOTTOM_LINE_DEVELOPER_INFO    "PA3PAb0T4iK: P0MAH hYBAl0B` T0l]aTTi_ 2014"
25
 
26
// Gameplay
27
#define L_TECHDEMO_LINE1        "eT0 TEXH0dEMKA` "
28
#define L_TECHDEMO_LINE2        "CTPElKi = dBijEHiE_  = B\\CTPEl_  = B\\X0d` "
29
 
30
 
31
#endif