2014-12-16 17:43:37 +01:00
|
|
|
#ifndef RS_STRINGS_EN_H
|
|
|
|
#define RS_STRINGS_EN_H
|
|
|
|
|
|
|
|
// English
|
|
|
|
|
|
|
|
// Be careful, only specific chars are available to use
|
|
|
|
// See readme for details
|
|
|
|
|
2014-12-19 18:29:02 +01:00
|
|
|
// Lower 'xxx' is used to detect number position, it will be replaced by numbers
|
2014-12-16 17:43:37 +01:00
|
|
|
|
2014-12-19 18:29:02 +01:00
|
|
|
#define L_LOADING "L0ADING```"
|
2014-12-16 17:43:37 +01:00
|
|
|
|
2014-12-19 18:29:02 +01:00
|
|
|
#define L_START "CLICK T0 5TART"
|
2014-12-16 17:43:37 +01:00
|
|
|
|
2014-12-20 18:36:14 +01:00
|
|
|
#define L_TIME "TIME: 0:xx"
|
|
|
|
#define L_SCORE "5C0RE: xxx"
|
2014-12-19 18:29:02 +01:00
|
|
|
|
2014-12-20 18:36:14 +01:00
|
|
|
#define L_GAME_OVER "GAME 0VER"
|
2014-12-16 17:43:37 +01:00
|
|
|
|
2014-12-19 18:29:02 +01:00
|
|
|
#define L_BOTTOM_LINE_DEVELOPER_INFO "DEVELOPER: ROMAN SHUVALOV` TOGLIATTI_ 2014"
|
2014-12-16 17:43:37 +01:00
|
|
|
|
|
|
|
#endif
|