summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-12-05 12:36:24 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-05 12:36:24 -0800
commit0d296763686185c8733d7015dd9e6be05099ec5b (patch)
tree8ed98a8d50cd7dd738fcc22d0e3f84641c5da07b /res
parentd0c8da65af3b67ba551a220ca40be31f644dfed6 (diff)
downloadandroid_packages_apps_ContactsCommon-0d296763686185c8733d7015dd9e6be05099ec5b.tar.gz
android_packages_apps_ContactsCommon-0d296763686185c8733d7015dd9e6be05099ec5b.tar.bz2
android_packages_apps_ContactsCommon-0d296763686185c8733d7015dd9e6be05099ec5b.zip
Moving quick contact resources into common.
Bug: 6993891 Change-Id: I23d0f0f0a3df2994087a386f26a0d73e116faeae
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cc2aad68..c264bafa 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -705,4 +705,19 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
<!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
<string name="menu_import_export">Import/export</string>
+ <!-- String describing the button to send a text message on quick contact.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ [CHAR LIMIT=NONE]
+ -->
+ <string name="description_send_message">Send message to <xliff:g id="name">%1$s</xliff:g></string>
+
+ <!-- String describing the text for a phone number in quick contact.
+
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ This is especially valuable for views without textual representation like ImageView.
+ -->
+ <string name="description_dial_phone_number">Dial phone <xliff:g id="name">%1$s</xliff:g></string>
+
</resources>