summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: b856001dc580e78d0de61d2d3776aaa8a516a0d7 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">SpiritLevel</string>

    <string translatable="false" name="hello_world">Hello world!</string>

    <string translatable="false" name="newton">Newton!</string>
    <string translatable="false" name="newton_short">N</string>
    <string translatable="false" name="fuckoff">Fuck Off!</string>

    <string translatable="false" name="settings_devname">Device Name</string>
    <string translatable="false" name="settings_devname_sum">Please provide Devices Name</string>
    <string translatable="false" name="setting_recording">Set to Record</string>
    <string translatable="false" name="setting_recording_sum">Records Sensor Output when set</string>
    <string translatable="false" name="settings_overall">System Settings</string>
    <string translatable="false" name="settings_recording_preferences">Data Acquisition Setting</string>
    <string translatable="false" name="settings_sound">Language and Messages</string>
    <string translatable="false" name="settings_launch_preferences">Launch Settings</string>
    <string translatable="false" name="settings_intent_reset">Reset System</string>
    <string translatable="false" name="settings_intent_reset_sum">Resets the System</string>
    <string translatable="false" name="setting_speak">Talk</string>
    <string translatable="false" name="setting_speak_sum">Let the System Talk to you</string>
    <string translatable="false" name="setting_write">Write</string>
    <string translatable="false" name="setting_write_sum">Recieve written Notes from the System</string>
    <string translatable="false" name="settings_devweight">Device Weight</string>
    <string translatable="false" name="settings_devweight_sum">Put in your devices weight in gramm</string>
    <string translatable="false" name="settings_intent_bugreport">Report A Bug</string>
    <string translatable="false" name="settings_intent_bugreport_sum">Redirect to the SF.com Mantis server</string>
    <string translatable="false" name="settings_language">Select Language</string>
    <string translatable="false" name="settings_language_sum">Select one of the available Languages</string>
    <string translatable="false" name="setting_accel">Accelleration</string>
    <string translatable="false" name="setting_accel_sum">Show Acceleration vector on the Coordinates</string>
    <string translatable="false" name="setting_mag">Magnetic Field</string>
    <string translatable="false" name="setting_mag_sum">Show Magnetic Field on the Coordinates</string>
    <string translatable="false" name="setting_gravity">Gravity</string>
    <string translatable="false" name="setting_gravity_sum">Show gravitational acceleration on Coords</string>
    <string translatable="false" name="setting_pitch">Pitch</string>
    <string translatable="false" name="setting_pitch_sum">Set Voice Pitch</string>
    <string translatable="false" name="setting_rate">Rate</string>
    <string translatable="false" name="setting_rate_sum">Set the Rate of Speech</string>

    <string translatable="false" name="setting_dialog_message">Dialog Slider shit</string>
    <string translatable="false" name="setting_unit">Units</string>



    <string name="action_settings">Settings</string>
    <string name="action_record">Record</string>
    <string name="action_record_off">Stop Recording</string>
    <string name="action_record_text">I start to record!</string>
    <string name="action_record_text_off">I stop to record!</string>
    <string name="alert">Attention! Thats about </string>
    <string name="action_lang">Change Language</string>
    <string name="action_lang_NA">English speech files are not installed! Please install them in your Phone Settings, when needed</string>
    <string name="action_exit">Exit</string>
    <string name="change_text">Changing Language to English</string>
    <string name="goodby">Thank You for using Software Fools Software!    Which never fooled anybody</string>
    <string name="toast_force">Accelleration detected \n Force:</string>
</resources>