kolibrios/programs/games/marblematch3/game/strings_en.h
alpine 2815962839 Update for Heliothryx game:
- added localization tool

Updates for Marble Match-3 game:
- added localization support
- some cosmetic changes



git-svn-id: svn://kolibrios.org@5243 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-19 17:29:02 +00:00

23 lines
510 B
C

#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: xxx"
#define L_SCORE "5C0RE: xxx 0F 100"
#define L_LEVEL_PASSED "LEVEL PA55ED"
#define L_BOTTOM_LINE_DEVELOPER_INFO "DEVELOPER: ROMAN SHUVALOV` TOGLIATTI_ 2014"
#endif