aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-12-07 00:33:50 +0100
committerDaniel Gultsch <daniel@gultsch.de>2015-12-07 00:33:50 +0100
commitd1ed06774ba5e83c47acdca97701f6d4942441d0 (patch)
treef252de726f77d633d72045ac1498bf4f23e8c662 /src/main/res/values/strings.xml
parent89f54d4de6b049b70a1992ed0f37960ee220f32f (diff)
ask for contact permissions when first opening StartConversationActivitysix_love
Diffstat (limited to 'src/main/res/values/strings.xml')
-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 78046040..25af5be1 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -558,4 +558,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>