diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-02 01:11:10 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-02 01:11:10 +0100 |
| commit | ac11e7d167d973e38adca147ee881ceb2ade3549 (patch) | |
| tree | 602600d83e574ab4d7ad150333fffac7156703a0 /app/src/main/res/values-en | |
| parent | 555b367a8197b9d5e1dea80e81f3021e24754e29 (diff) | |
Solved Language Issues
Diffstat (limited to 'app/src/main/res/values-en')
| -rw-r--r-- | app/src/main/res/values-en/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 8a32421..5bf2777 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -5,10 +5,13 @@ <string name="action_settings">Settings</string> <string name="action_record">Record</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> |
