Xrasher/res/values/strings.xml
2015-07-24 03:58:04 +06:00

25 lines
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Half-life</string>
<string name="launcher_name">Xash3D</string>
<string-array name="double_tap_actions">
<item>None</item>
<item>Shoot</item>
<item>Jump</item>
<item>Use</item>
</string-array>
<string name="title_activity_launcher">LauncherActivity</string>
<string name="title_section1">Section 1</string>
<string name="title_section2">Section 2</string>
<string name="title_section3">Section 3</string>
<string name="launch_button">Launch Xash3D!</string>
<string name="action_settings">Settings</string>
<string name="cmd_args_text">Command line arguments(experts only)</string>
<string name="use_controls">Enable touch controls</string>
<string name="text_res_path">Path to game resources</string>
<string name="hello_world">Hello world!</string>
<string name="touch_set">Controls settings</string>
<string name="text_show_icon">Show Half-Life icon</string>
</resources>