diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-01 05:47:56 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-01 05:47:56 +0100 |
| commit | 555b367a8197b9d5e1dea80e81f3021e24754e29 (patch) | |
| tree | fa2c6cb07c6630de1429c25d9941fe789a6bf36b /app/src/main/res/values/strings.xml | |
| parent | 029688dacc332cbddce9a81fa0abe12f66d86966 (diff) | |
Now With Settings Menu
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 789db9f..237b4f2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -11,4 +11,20 @@ <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> |
