strings.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <resources>
  2. <string name="app_name" translatable="false">Pal</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="action_avi">Enable AVI animation</string>
  10. <string name="label_musvol">Music volume</string>
  11. <string name="label_sfxvol">SFX volume</string>
  12. <string name="label_quality">Audio quality</string>
  13. <string name="label_audrate">Audio samplerate</string>
  14. <string name="label_bufsize">Audio buffer size</string>
  15. <string name="label_cdfmt">CD track format</string>
  16. <string name="label_musfmt">Music format</string>
  17. <string name="label_oplrate">OPL emulator\'s samplerate</string>
  18. <string name="label_opl">OPL emulator</string>
  19. <string name="action_suropl">Surround OPL</string>
  20. <string name="action_default">Default</string>
  21. <string name="action_finish">Finish</string>
  22. <string name="action_restore">Reset</string>
  23. <string name="msg_exit">Settings have been saved and the game will be started directly on next launch. You can use the main menu option inside the game to return to this page.</string>
  24. <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>
  25. <string name="msg_empty">The game resource folder must be specified!</string>
  26. <string name="label_loglevel">Logging level</string>
  27. <string name="action_usemsgfile">Customized message file</string>
  28. <string name="action_usefontfile">Customized font file</string>
  29. <string name="action_uselogfile">Log to file</string>
  30. <string name="toast_requestpermission">This app requires storage permission to access game resources. Denying the request prevents the app running properly.</string>
  31. <string name="toast_grantpermission">This app requires storage permission to access game resources. Please click \'OK\' and grant the permission manually.</string>
  32. <string name="msg_data_not_found_header">Cannot find data file in the following directory:</string>
  33. <string name="msg_data_not_found_footer">NOTE: For copyright reasons data files required to run the game are NOT included.</string>
  34. </resources>