Use proper strings for different "share" options

Bug: 22083005
Bug: 21640772

Change-Id: I2f526aa208ef40c09739498ea3a3f21e71f7cf76
diff --git a/res-common/values/donottranslate_config.xml b/res-common/values/donottranslate_config.xml
index ef898d0..a7142e2 100644
--- a/res-common/values/donottranslate_config.xml
+++ b/res-common/values/donottranslate_config.xml
@@ -84,7 +84,7 @@
     <bool name="config_allow_export">true</bool>
 
     <!-- Flag indicating whether Contacts app is allowed to share contacts with devices outside -->
-    <bool name="config_allow_share_visible_contacts">true</bool>
+    <bool name="config_allow_share_contacts">true</bool>
 
     <string name="pref_build_version_key">pref_build_version</string>
     <string name="pref_open_source_licenses_key">pref_open_source_licenses</string>
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 0ced780..ce4cd30 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -687,6 +687,15 @@
     <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
     <string name="share_visible_contacts_failure">Failed to share visible contacts.</string>
 
+    <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+    <string name="share_favorite_contacts">Share favorite contacts</string>
+
+    <!-- Action that shares contacts [CHAR LIMIT=30]-->
+    <string name="share_contacts">Share all contacts</string>
+
+    <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+    <string name="share_contacts_failure">Failed to share contacts.</string>
+
     <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
     <string name="dialog_import_export">Import/export contacts</string>