diff options
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 5a5bb6ad..22d89a81 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -682,4 +682,8 @@ <string name="no_permission_to_access_x">No permission to access %s</string> <string name="remote_server_not_found">Remote server not found</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> |