Add missing strings.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5834dc7..3dc7216 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -658,6 +658,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. -->
@@ -738,6 +741,12 @@
     <!-- 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>