blob: 237b4f29bd78227ab6b029254bbd41ff7b03b141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">SpiritLevel</string>
<string name="hello_world">Hello world!</string>
<string name="newton">Newton!</string>
<string name="newton_short">N</string>
<string name="fuckoff">Fuck Off!</string>
<string name="lang_german">Deutsch</string>
<string name="lang_english">English</string>
<string name="settings_devname">Device Name</string>
<string name="settings_devname_sum">Please provide Devices Name</string>
<string name="setting_recording">Set to Record</string>
<string name="setting_recording_sum">Records Sensor Output when set</string>
<string name="settings_overall">System Settings</string>
<string name="settings_recording_preferences">Data Acquisition Setting</string>
<string name="settings_launch_preferences">Launch Settings</string>
<string name="settings_intent_reset">Reset System</string>
<string name="settings_intent_reset_sum">Resets the System</string>
<string name="setting_speak">Talk</string>
<string name="setting_speak_sum">Let the System Talk to you</string>
<string name="setting_write">Write</string>
<string name="setting_write_sum">Recieve written Notes from the System</string>
</resources>
|