Subversion Repositories Kolibri OS

Rev

Rev 5243 | Go to most recent revision | Details | Compare with Previous | 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
// English
5
 
6
// Be careful, only specific chars are available to use
7
// See readme for details
8
 
5243 alpine 9
// Lower 'xxx' is used to detect number position, it will be replaced by numbers
5235 alpine 10
 
5243 alpine 11
#define L_LOADING   "L0ADING```"
5235 alpine 12
 
5243 alpine 13
#define  L_START     "CLICK T0 5TART"
5235 alpine 14
 
5251 alpine 15
#define  L_TIME     "TIME:  0:xx"
16
#define  L_SCORE    "5C0RE: xxx"
5243 alpine 17
 
5251 alpine 18
#define  L_GAME_OVER     "GAME 0VER"
5243 alpine 19
 
5235 alpine 20
#define L_BOTTOM_LINE_DEVELOPER_INFO    "DEVELOPER: ROMAN SHUVALOV` TOGLIATTI_ 2014"
21
 
22
#endif