forked from KolibriOS/kolibrios
31 lines
716 B
C
31 lines
716 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
|
||
|
|
||
|
// Main Menu
|
||
|
#define L_START "5TART"
|
||
|
#define L_SETTINGS "5ETTING5"
|
||
|
#define L_ABOUT "CREDITS"
|
||
|
#define L_QUIT "QUIT"
|
||
|
|
||
|
// Settings menu
|
||
|
#define L_WINDOW_SCALE "WINDOW SCALE:"
|
||
|
#define L_DONE "DONE"
|
||
|
|
||
|
// About menu
|
||
|
#define L_DEVELOPED_BY "DEVELOPED BY"
|
||
|
#define L_ROMAN_SHUVALOV "ROMAN SHUVALOV"
|
||
|
|
||
|
// Main screen
|
||
|
#define L_BOTTOM_LINE_DEVELOPER_INFO "DEVELOPER: ROMAN SHUVALOV` TOGLIATTI_ 2014"
|
||
|
|
||
|
// Gameplay
|
||
|
#define L_TECHDEMO_LINE1 "THIS IS TECHDEMO` "
|
||
|
#define L_TECHDEMO_LINE2 "USE ARROWS TO MOVE_ <A> TO SHOOT_ <E5C> TO EXIT` "
|
||
|
|
||
|
#endif
|