diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-03 09:21:45 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-03 09:21:45 +0200 |
commit | 21be7bc16080f89778b0df4c7c55fd93b9f991a1 (patch) | |
tree | 78cf4decd7bb8310d0db53a1e97d646fa7c1acd6 /res/values/strings.xml | |
parent | d53dc28f4cb79d3508db2a30c5fab758f8a8ff13 (diff) |
added permenant notification when one or more accounts are unable to connect
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d9f6b9b5..3aae501b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -44,4 +44,7 @@ <string name="crash_report_message">By sending in stack traces you are helping the ongoing development of Conversations\n<b>Warning:</b> This will use your XMPP account to send the stack trace to the developer.</string> <string name="send_now">Send now</string> <string name="send_never">Never ask again</string> + <string name="problem_connecting_to_account">Unable to connect to account</string> + <string name="problem_connecting_to_accounts">Unable to connect to multiple accounts</string> + <string name="touch_to_fix">Touch here to manage your accounts</string> </resources> |