Xrasher/res/values/strings.xml

83 lines
4.4 KiB
XML
Raw Normal View History

2015-05-22 20:59:49 +06:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Xash3D</string>
<string name="launcher_name" translatable="false">Xash3D</string>
<string name="launcher_name_test" translatable="false">Xash3D (test)</string>
<string name="version_string" translatable="false">v0.19.1</string>
2015-05-22 20:59:49 +06:00
<string name="launch_button">Launch Xash3D!</string>
<string name="cmd_args_text">Command line arguments(experts only)</string>
2015-07-24 03:58:04 +06:00
<string name="text_res_path">Path to game resources</string>
<string name="touch_set">Controls settings</string>
<string name="text_shortcut">Xash3D shortcut</string>
2015-07-26 23:26:07 +07:00
<string name="text_shortcut_test">Xash3D_test shortcut</string>
<string name="shortcut_button_save">Save shortcut</string>
<string name="gamedir">Mod directory</string>
2015-11-08 01:09:57 +06:00
<string name="pkgname">Mod package name (experts only)</string>
2015-07-26 01:58:21 +06:00
<string name="shortcut_name">Shortcut name</string>
<string name="about_main" translatable="false">Xash3D Android</string>
<string name="about_copyright">FWGS is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners.</string>
2016-05-20 23:46:35 +03:00
<!-- Seems Android skips any line breaks and tabs here. -->
<string name="about_authors" translatable="false">
2016-08-12 08:23:10 +00:00
Port to Android by FWGS team: \n
2016-05-20 23:46:35 +03:00
&#8226; a1batross\n
&#8226; mittorn \n
&#8226; nicknekit\n
&#8226; nekonomicon.\n
2016-05-20 23:46:35 +03:00
Special thanks to:\n
&#8226; Beloko for some touch controls textures
2016-05-20 23:46:35 +03:00
&#8226; Uncle Mike for Xash3D engine\n
&#8226; Valve for Half-Life\n
&#8226; msayan for tutorial-view library\n
2016-05-20 23:46:35 +03:00
</string>
<string name="about_links" translatable="false">
2016-05-20 23:46:35 +03:00
&#8226; <a href="https://vk.com/xashdroid">VK</a>\n
&#8226; <a href="http://moddb.com/game/xash3d-android">ModDB</a>\n
2016-08-12 08:23:10 +00:00
&#8226; <a href="https://github.com/FWGS">GitHub</a>
2016-05-20 23:46:35 +03:00
</string>
<string name="about_button">About</string>
<string name="create_shortcut_button">Create mod shortcut</string>
<string name="select_folder">Select game data location</string>
<string name="text_tab1">Normal</string>
<string name="text_tab2">Advanced</string>
<string name="text_res_tittle2">Normal settings</string>
<string name="text_res_tittle3">Advanced settings</string>
<string name="volume">Volume buttons mode</string>
<string name="use_volume">Default action</string>
<string name="no_volume">Use in game</string>
<string name="folder">Set current folder</string>
2016-05-20 23:46:35 +03:00
<string name="update_button">Check updates on start</string>
<string name="update_to_beta">Update to unstable version if available</string>
<string name="update_message">%s is available! Download it now!</string>
2016-05-20 23:46:35 +03:00
<string name="update">Update</string>
<string name="cancel">Cancel</string>
<string name="ok">Ok</string>
2016-05-20 23:46:35 +03:00
<string name="no_updates">No updates was found</string>
<string name="checking_updates">Working...</string>
<string name="immersive_mode">Enable Immersive Mode(fullscreen, KitKat or higher)</string>
<string name="write_failed">Write test has failed</string>
<string name="ask_about_new_basedir_msg">Move your game files somewhere else, for example Android/data/in.celest.xash3d.hl or internal memory. At next run I will ask you about folder again.</string>
<!-- These strings must be concat with a "ask_about_new_basedir" string -->
<string name="lollipop_request_permission_fail_msg">Write test has been failed twice. </string>
<string name="lollipop_write_fail_msg">Due to writing politics of newer Android versions, you can\'t use this storage. </string>
<string name="kitkat_write_fail_msg">Due to writing politics of Android 4.4, you can\'t use this storage. </string>
<string name="readonly_fs_fail_msg">Seems you have read-only filesystem. </string>
2017-09-24 06:26:51 +07:00
<string name="resolution">Fixed screen resolution (experimental)</string>
<string name="resolution_scale">Scale screen keeping aspect ratio</string>
<string name="resolution_custom">Specify custom screen width and height</string>
<string name="resolution_result">Resolution: </string>
2017-10-02 04:14:26 +07:00
<string name="resolution_mod_warn"><img src="https://ya.ru/favicon.ico" /> <br />Use with caution! Some games does not support too low resolution, in case of bugs increase resolution to 640x480 or higher.\n
Resolution lower than 320x240 is not allowed.</string>
<string name="firstrun">Open installation guide</string>
2017-10-02 04:14:26 +07:00
<string name="next">Next</string>
<string name="prev">Prev</string>
<string name="skip">Skip</string>
<string name="finish">Finish</string>
<string name="exit">Exit</string>
2015-05-22 20:59:49 +06:00
</resources>