aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-12-07 00:33:50 +0100
committerChristian S <christian@pix-art.de>2015-12-12 15:49:11 +0100
commit9c2b7c76d2eb21212dd8f285f0699b34a835aff5 (patch)
tree4bcc86387b3e2e02d0e66eda4e2a4438b47ec1da /src/main/res/values
parent422df9062749296cc1dda3cc109cc7b330127634 (diff)
ask for contact permissions when first opening StartConversationActivity
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 1a6d1f57e..75825cbf9 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -577,4 +577,7 @@
<string name="shared_file_with_x">Shared file with %s</string>
<string name="shared_image_with_x">Shared image with %s</string>
<string name="no_storage_permission">Conversations need access to external storage</string>
+ <string name="sync_with_contacts">Synchronize with contacts</string>
+ <string name="sync_with_contacts_long">Conversations wants to match your XMPP roster with your contacts to show their full names and avatars.\n\nConversations will only read your contacts and match them locally without uploading them to your server.</string>
+ <string name="sync_now">Synchronize now</string>
</resources>