Xrasher/res/values/strings.xml

44 lines
1.9 KiB
XML
Raw Normal View History

2015-05-22 20:59:49 +06:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2015-05-26 00:11:50 +06:00
<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>
2015-05-26 00:11:50 +06:00
<string-array name="double_tap_actions">
2015-05-22 20:59:49 +06:00
<item>None</item>
<item>Shoot</item>
<item>Jump</item>
<item>Use</item>
</string-array>
2015-05-26 00:11:50 +06:00
<string name="launch_button">Launch Xash3D!</string>
<string name="action_settings">Settings</string>
<string name="cmd_args_text">Command line arguments(experts only)</string>
2015-07-24 03:58:04 +06:00
<string name="use_controls">Enable touch controls</string>
<string name="use_volume">Use volume keys</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-07-26 01:58:21 +06:00
<string name="shortcut_name">Shortcut name</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="about_main" translatable="false">Xash3D Android</string>
<string name="about_copyright">SDLash3D is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners.</string>
2015-09-30 02:53:08 +07:00
<string name="version_string" translatable="false">v0.16</string>
<string name="about_authors">Port to Android by SDLash3D team: \n
&#8226; a1batross\n
&#8226; mittorn \n
&#8226; nicknekit.\n
Special thanks to:\n
&#8226; Uncle Mike for Xash3D engine\n
&#8226; Valve for Half-Life\n
&#8226; Beloko Games for touch controls support\n
&#8226; libSDL2 developers.\n</string>
<string name="about_button">About Xash3D Android</string>
<string name="create_shortcut_button">Create mod shortcut</string>
2015-05-22 20:59:49 +06:00
</resources>