Subversion Repositories Kolibri OS

Rev

Rev 5315 | 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. // Russian
  5.  
  6. // Be careful, only specific chars are available to use
  7. // See readme for details
  8.  
  9. // Main Menu
  10. #define L_START     "CTAPT"
  11. #define L_SETTINGS  "HACTP0^Ki"
  12. #define L_ABOUT     "0b igPE"
  13. #define L_QUIT      "B\\X0d"
  14.  
  15. // Settings menu
  16. #define L_WINDOW_SCALE  "MAChTAb 0KHA:"
  17. #define L_DONE      "g0T0B0"
  18. #define L_BACK      "HA3Ad"
  19.  
  20. // About menu
  21. #define L_DEVELOPED_BY  "PA3PAb0T4iK:"
  22. #define L_ROMAN_SHUVALOV    "P0MAH hYBAl0B"
  23.  
  24. // Main screen
  25. #define L_BOTTOM_LINE_DEVELOPER_INFO    "PA3PAb0T4iK: P0MAH hYBAl0B` T0l]aTTi_ 2014"
  26.  
  27. // Gameplay
  28. //#define L_TECHDEMO_LINE1        "eT0 TEXH0dEMKA` "
  29. #define L_TECHDEMO_LINE1        "CTPElKi = dBijEHiE_ <A> = B\\CTPEl_ <E5C> = nAY3A "
  30.  
  31. #define L_YOUR_SCORE        "04K0B HAbPAH0:"
  32. #define L_GAME_OVER         "igPA 0K0H4EHA"
  33.  
  34. #define L_PAUSE             "nAY3A"
  35. #define L_RESUME            "nP0d0ljiT]"
  36. #define L_EXIT_TO_MAIN_MENU     "B\\^Ti B glABH0E MEHk"
  37.  
  38. #define L_STAGE_TITLE       "YP0BEH] xx"
  39.  
  40. #endif
  41.