diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-13 03:55:25 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-13 03:55:25 +0100 |
| commit | 4c0b1a84b7cf04a0506491112d4edb17f9721351 (patch) | |
| tree | 5e646a38e1ed2a85134757f33837b746e72dfa7f /app/src/main/res/values | |
| parent | fd7210e1bbd83161c0df9f5eb8327ecd2a83b372 (diff) | |
Code2: V1.0.2
SaveTask (still UC)
(Menu Still on first Create in Systemlanguage)
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b856001..b77228c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -43,7 +43,10 @@ <string translatable="false" name="setting_dialog_message">Dialog Slider shit</string> <string translatable="false" name="setting_unit">Units</string> - + <string translatable="false" name="dialogue_exit_title">Quit SpiritLevel</string> + <string translatable="false" name="dialogue_exit_text">Are you sure you want to close SpiritLevel?</string> + <string translatable="false" name="dialogue_yes">Yes</string> + <string translatable="false" name="dialogue_no">No</string> <string name="action_settings">Settings</string> <string name="action_record">Record</string> @@ -57,4 +60,8 @@ <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> + + + <string name="action_savedata">Data Saved Successfully</string> + </resources> |
