Subversion Repositories Kolibri OS

Rev

Rev 5244 | Rev 5291 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef RS_STRINGS_EN_H
  2. #define RS_STRINGS_EN_H
  3.  
  4. // English
  5.  
  6. // Be careful, only specific chars are available to use
  7. // See readme for details
  8.  
  9. // Main Menu
  10. #define L_START     "5TART"
  11. #define L_SETTINGS  "5ETTING5"
  12. #define L_ABOUT     "CREDIT5"
  13. #define L_QUIT      "QUIT"
  14.  
  15. // Settings menu
  16. #define L_WINDOW_SCALE  "WIND0W 5CALE:"
  17. #define L_DONE      "D0NE"
  18.  
  19. // About menu
  20. #define L_DEVELOPED_BY  "DEVEL0PED BY"
  21. #define L_ROMAN_SHUVALOV    "R0MAN 5HUVAL0V"
  22.  
  23. // Main screen
  24. #define L_BOTTOM_LINE_DEVELOPER_INFO    "DEVEL0PER: R0MAN 5HUVAL0V` T0GLIATTI_ 2014"
  25.  
  26. // Gameplay
  27. #define L_TECHDEMO_LINE1        "THI5 I5 TECHDEM0` "
  28. #define L_TECHDEMO_LINE2        "U5E ARR0W5 T0 M0VE_ <A> T0 5H00T_ <E5C> T0 EXIT` "
  29.  
  30. #endif
  31.