Merge "Temporary fix for the issue in Contacts that makes the wrong photo to be shown."
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e4730b2..d6388e5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -848,6 +848,9 @@
     <!-- Action that exports all contacts to SD Card -->
     <string name="export_to_sdcard">Export to SD card</string>
 
+    <!-- Action that shares visible contacts -->
+    <string name="share_visible_contacts">Share visible contacts</string>
+
     <!-- One of alternatives shown when the system allows a user to select how many vCard files
          should be imported. This message shows only when the system is certain that there's more
          than one vCard files available in the system. -->
@@ -946,6 +949,14 @@
     <!-- Dialog message shown when a user confirms whether he/she export Contact data -->
     <string name="confirm_export_message">Are you sure you want to export your contact list to \"<xliff:g id="vcard_filename">%s</xliff:g>\"?</string>
 
+    <!-- Dialog title shown when a user confirms whether he/she does bulk sharing (visible contacts) -->
+    <string name="confirm_share_visible_contacts_title">Confirm bulk sharing</string>
+
+    <!-- Dialog message shown when a user confirms whether he/she really wants to do bulk sharing (via Bluetooth, etc.)
+         (visible contacts)
+      -->
+    <string name="confirm_share_visible_contacts_message">Are you sure you want to share all visible contacts?</string>
+
     <!-- Dialog title shown when exporting Contact data failed -->
     <string name="exporting_contact_failed_title">Failed to export contact data</string>