diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-10-03 21:04:10 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-10-03 21:04:10 +0200 |
commit | 5ac0e9267d8ff98dcb6a28d1837e81b4572e8b03 (patch) | |
tree | 0b46d6e4862dc81d8b05fb830b43fef6e71b2f61 /src/main/res/values | |
parent | cea52b0722bc352815e3c3e1c1982ddd13f54984 (diff) |
fixed omemo shown as unavailable in 1:1 chats
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 45bbd7ef..79da0a2f 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -284,6 +284,7 @@ <string name="conference_requires_password">Conference requires password</string> <string name="enter_password">Enter password</string> <string name="missing_presence_updates">Missing presence updates from contact</string> + <string name="missing_presence_subscription">Missing presence subscription</string> <string name="request_presence_updates">Please request presence updates from your contact first.\n\n<small>This will be used to determine what client(s) your contact is using.</small></string> <string name="request_now">Request now</string> <string name="delete_fingerprint">Delete Fingerprint</string> @@ -684,6 +685,7 @@ <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="missing_omemo_keys">Missing OMEMO keys</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> <string name="report_jid_as_spammer">Report this JID as sending unwanted messages.</string> |