diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-02 20:53:15 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-02 20:53:15 +0100 |
| commit | f45a06098d4c4e60b2fdc78836bf6ef664900a91 (patch) | |
| tree | 1eea57471031b303ec1cc8fd93af4ea10a60b03a /app/src/main/res/values/strings.xml | |
| parent | ac11e7d167d973e38adca147ee881ceb2ade3549 (diff) | |
Fixed Language Fliper
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 237b4f2..fa7577e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -11,6 +11,11 @@ <string name="lang_german">Deutsch</string> <string name="lang_english">English</string> + <string name="lang_spanish">Español</string> + <string name="lang_french">Français</string> + <string name="lang_italian">Italiano</string> + <string name="lang_polish">Polski</string> + <string name="lang_russian">Русский</string> <string name="settings_devname">Device Name</string> <string name="settings_devname_sum">Please provide Devices Name</string> @@ -25,6 +30,11 @@ <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> - + <string name="settings_devweight">Device Weight</string> + <string name="settings_devweight_sum">Put in your devices weight in gramm</string> + <string name="settings_intent_bugreport">Report A Bug</string> + <string name="settings_intent_bugreport_sum">Redirect to the SF.com Mantis server</string> + <string name="settings_language">Select Language</string> + <string name="settings_language_sum">Select one of the available Languages</string> </resources> |
