summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-10-31 16:22:27 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-31 16:22:27 -0700
commit72b7e32840720b40f55cfd5b2fc61576a8e70f21 (patch)
treeac237dde69bb4b298b977491285a72a5edee144f /res
parent2fe1a8f66f98c6b1b17681b64dbbafde1ab5e07d (diff)
parenta8feb7b88f2f67d8a80762dc54d336f1ea3a22d3 (diff)
downloadandroid_packages_apps_ContactsCommon-72b7e32840720b40f55cfd5b2fc61576a8e70f21.tar.gz
android_packages_apps_ContactsCommon-72b7e32840720b40f55cfd5b2fc61576a8e70f21.tar.bz2
android_packages_apps_ContactsCommon-72b7e32840720b40f55cfd5b2fc61576a8e70f21.zip
Merge "Moving dependencies of PhoneFavoriteFragment."
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7e69de21..7e288479 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -114,4 +114,25 @@
<!-- Action string for sending an SMS to a MMS phone number -->
<string name="sms_mms">Text MMS</string>
+ <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
+ <string name="clearFrequentsConfirmation_title">Clear frequently contacted?</string>
+
+ <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
+ <string name="clearFrequentsConfirmation">You\'ll clear the frequently contacted list in the
+ People and Phone apps, and force email apps to learn your addressing preferences from
+ scratch.
+ </string>
+
+ <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
+ <string name="clearFrequentsProgress_title">Clearing frequently contacted\u2026</string>
+
+ <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
+ <string name="status_available">Available</string>
+
+ <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
+ <string name="status_away">Away</string>
+
+ <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
+ <string name="status_busy">Busy</string>
+
</resources>