aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-09-08 11:01:27 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-08 22:56:25 +0200
commitdd956b7531e97fd46a3fccdda97905448859c7b3 (patch)
tree765fcf0f92b4c8dad3a5154cbd6ef10baff32e0f /src/main/res
parent8adf715f7cd259c1b27a6125720e88b2e765863f (diff)
provide hint on why conference can not be encrypted
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index bee62ccc6..452b58535 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -699,4 +699,8 @@
<string name="remote_server_not_found">Remote server not found</string>
<string name="error_file_corrupt">This file seems to be corrupt.</string>
<string name="unable_to_update_account">Unable to update account</string>
+ <string name="missing_presence_subscription_with_x">Missing presence subscription with %s.</string>
+ <string name="missing_keys_from_x">Missing OMEMO keys from %s.</string>
+ <string name="wrong_conference_configuration">This is not a private, non-anonymous conference.</string>
+ <string name="this_conference_has_no_members">There are no members in this conference.</string>
</resources>