strings.xml 1.8 KB

1234567891011121314151617181920212223242526272829
  1. <resources>
  2. <string name="app_name" translatable="false">SDLPal</string>
  3. <string name="label_folder">Game resource folder:</string>
  4. <string name="action_browse">Browse</string>
  5. <string name="title_settings">Settings</string>
  6. <string name="action_touch">Enable touch overlay</string>
  7. <string name="action_aspect">Keep aspect ratio</string>
  8. <string name="action_stereo">Stereo</string>
  9. <string name="label_musvol">Music volume</string>
  10. <string name="label_sfxvol">SFX volume</string>
  11. <string name="label_quality">Audio quality</string>
  12. <string name="label_audrate">Audio samplerate</string>
  13. <string name="label_bufsize">Audio buffer size</string>
  14. <string name="label_cdfmt">CD track format</string>
  15. <string name="label_musfmt">Music format</string>
  16. <string name="label_oplrate">OPL emulator\'s samplerate</string>
  17. <string name="label_opl">OPL emulator</string>
  18. <string name="action_suropl">Surround OPL</string>
  19. <string name="action_default">Default</string>
  20. <string name="action_finish">Finish</string>
  21. <string name="action_restore">Reset</string>
  22. <string name="msg_exit">Settings have been saved and the game will be started on next launch. You can use the main menu option inside the game to return to this page.</string>
  23. <string name="msg_crash">The program is abnormally terminated last time. The setting page has been launched for you. Please check if there are any incorrect settings.</string>
  24. <string name="msg_empty">The game resource folder must be specified!</string>
  25. <string name="label_loglevel">Logging level</string>
  26. <string name="action_usemsgfile">Customized message file</string>
  27. <string name="action_usefontfile">Customized font file</string>
  28. <string name="action_uselogfile">Log to file</string>
  29. </resources>