kolibrios/programs/games/marblematch3/game/strings_en.h

26 lines
574 B
C
Raw Normal View History

#ifndef RS_STRINGS_EN_H
#define RS_STRINGS_EN_H
// English
// Be careful, only specific chars are available to use
// See readme for details
// Lower 'xxx' is used to detect number position, it will be replaced by numbers
#define L_LOADING "L0ADING```"
#define L_START "CLICK T0 5TART"
#define L_TIME "TIME: 0:xx"
#define L_SCORE "5C0RE: xxx"
#define L_GAME_OVER "GAME 0VER"
#define L_HISCORE "REC0RD: xxx"
#define L_NEW_HISCORE "NEW REC0RD"
#define L_BOTTOM_LINE_DEVELOPER_INFO "DEVELOPER: ROMAN SHUVALOV` TOGLIATTI_ 2014"
#endif