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

31 lines
716 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
// Main Menu
#define L_START "5TART"
#define L_SETTINGS "5ETTING5"
#define L_ABOUT "CREDIT5"
#define L_QUIT "QUIT"
// Settings menu
#define L_WINDOW_SCALE "WIND0W 5CALE:"
#define L_DONE "D0NE"
// About menu
#define L_DEVELOPED_BY "DEVEL0PED BY"
#define L_ROMAN_SHUVALOV "R0MAN 5HUVAL0V"
// Main screen
#define L_BOTTOM_LINE_DEVELOPER_INFO "DEVEL0PER: R0MAN 5HUVAL0V` T0GLIATTI_ 2014"
// Gameplay
#define L_TECHDEMO_LINE1 "THI5 I5 TECHDEM0` "
#define L_TECHDEMO_LINE2 "U5E ARR0W5 T0 M0VE_ <A> T0 5H00T_ <E5C> T0 EXIT` "
#endif