forked from KolibriOS/kolibrios
bc0cb70b13
Developer: Roman Shuvalov git-svn-id: svn://kolibrios.org@5235 a494cfbc-eb01-0410-851d-a64ba20cac60
32 lines
722 B
C
32 lines
722 B
C
#ifndef RS_STRINGS_EN_H
|
|
#define RS_STRINGS_EN_H
|
|
|
|
// Russian
|
|
|
|
// Be careful, only specific chars are available to use
|
|
// See readme for details
|
|
|
|
// Main Menu
|
|
#define L_START "CTAPT"
|
|
#define L_SETTINGS "HACTP0^Ki"
|
|
#define L_ABOUT "0b igPE"
|
|
#define L_QUIT "B\\X0d"
|
|
|
|
// Settings menu
|
|
#define L_WINDOW_SCALE "MAChTAb 0KHA:"
|
|
#define L_DONE "g0T0B0"
|
|
|
|
// About menu
|
|
#define L_DEVELOPED_BY "PA3PAb0T4iK:"
|
|
#define L_ROMAN_SHUVALOV "P0MAH hYBAl0B"
|
|
|
|
// Main screen
|
|
#define L_BOTTOM_LINE_DEVELOPER_INFO "PA3PAb0T4iK: P0MAH hYBAl0B` T0l]aTTi_ 2014"
|
|
|
|
// Gameplay
|
|
#define L_TECHDEMO_LINE1 "eT0 TEXH0dEMKA` "
|
|
#define L_TECHDEMO_LINE2 "CTPElKi = dBijEHiE_ <A> = B\\CTPEl_ <E5C> = B\\X0d` "
|
|
|
|
|
|
#endif
|