aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-09-06 12:15:08 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-07 20:20:58 +0200
commitdd7bdd807b732cb8f1f7e6b3030ec57d48009ab1 (patch)
treee0c555ae3c9614e8c0e5be324374b4bd58dac400 /src/main/res/values/strings.xml
parentc6428e4af7ca1cc38a8b9ccf7380d526ddd80507 (diff)
show server not found muc error
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 9481c5f80..68f6da28e 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -690,9 +690,11 @@
<string name="me">Me</string>
<string name="contact_asks_for_presence_subscription">Contact asks for presence subscription</string>
<string name="allow">Allow</string>
- <string name="attach_choose_video">Choose video</string>
- <string name="preparing_video">Prepare video for transmission</string>
- <string name="compressing_video">Compressing video, please wait…</string>
- <string name="shared_video_with_x">Shared video with %s</string>
- <string name="unread_messages">Unread messages:</string>
+ <string name="attach_choose_video">Choose video</string>
+ <string name="preparing_video">Prepare video for transmission</string>
+ <string name="compressing_video">Compressing video, please wait…</string>
+ <string name="shared_video_with_x">Shared video with %s</string>
+ <string name="unread_messages">Unread messages:</string>
+ <string name="no_permission_to_access_x">No permission to access %s</string>
+ <string name="remote_server_not_found">Remote server not found</string>
</resources>