forked from KolibriOS/kolibrios
2815962839
- 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
23 lines
510 B
C
23 lines
510 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
|
|
|
|
// Lower 'xxx' is used to detect number position, it will be replaced by numbers
|
|
|
|
#define L_LOADING "3AgPY3KA```"
|
|
|
|
#define L_START "HA4AT] igPY"
|
|
|
|
#define L_TIME "BPEMa: xxx"
|
|
#define L_SCORE "04Ki: xxx i3 100"
|
|
|
|
#define L_LEVEL_PASSED "YP0BEH] nP0^dEH"
|
|
|
|
#define L_BOTTOM_LINE_DEVELOPER_INFO "PA3PAb0T4iK: P0MAH hYBAl0B` T0l]aTTi_ 2014"
|
|
|
|
#endif
|