2015-05-22 20:59:49 +06:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2015-05-26 00:11:50 +06:00
|
|
|
|
2015-05-22 20:59:49 +06:00
|
|
|
<string name="app_name">Half-life</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="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="hello_world">Hello world!</string>
|
|
|
|
|
2015-05-22 20:59:49 +06:00
|
|
|
</resources>
|