Subversion Repositories Kolibri OS

Rev

Rev 5243 | 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     "CREDITS"
  13. #define L_QUIT      "QUIT"
  14.  
  15. // Settings menu
  16. #define L_WINDOW_SCALE  "WINDOW SCALE:"
  17. #define L_DONE      "DONE"
  18.  
  19. // About menu
  20. #define L_DEVELOPED_BY  "DEVELOPED BY"
  21. #define L_ROMAN_SHUVALOV    "ROMAN SHUVALOV"
  22.  
  23. // Main screen
  24. #define L_BOTTOM_LINE_DEVELOPER_INFO    "DEVELOPER: ROMAN SHUVALOV` TOGLIATTI_ 2014"
  25.  
  26. // Gameplay
  27. #define L_TECHDEMO_LINE1        "THIS IS TECHDEMO` "
  28. #define L_TECHDEMO_LINE2        "USE ARROWS TO MOVE_ <A> TO SHOOT_ <E5C> TO EXIT` "
  29.  
  30. #endif
  31.