summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2015-10-27 01:04:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-27 01:04:31 +0000
commitb9a865d64a91c8ee9eb2cd193b246964a533bfe9 (patch)
tree4463a29d9e46b6b4a2e03df44fbb69c703537ddd /res/values
parenta269fec7002f6be4614cd95dcb6974f18d34d775 (diff)
parent9e40502d2b5685b6996ecee7b3b3c812d5b06ec8 (diff)
downloadandroid_packages_apps_Dialer-b9a865d64a91c8ee9eb2cd193b246964a533bfe9.tar.gz
android_packages_apps_Dialer-b9a865d64a91c8ee9eb2cd193b246964a533bfe9.tar.bz2
android_packages_apps_Dialer-b9a865d64a91c8ee9eb2cd193b246964a533bfe9.zip
Merge "Fix voicemail tab items reading "speed dial" when selected." into ub-contactsdialer-a-dev
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 086145edb..dd325bc4c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -363,13 +363,6 @@
-->
<string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
- <!-- String indicating a call log entry has an associated voicemail.
-
- 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_new_voicemail">New voicemail.</string>
-
<!-- String indicating the number of calls to/from a caller in the call log.
Note: AccessibilityServices use this attribute to announce what the view represents.
@@ -632,6 +625,16 @@
[CHAR LIMIT=NONE] -->
<string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
+ <!-- String describing an "unread" voicemail entry in the voicemails tab.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ [CHAR LIMIT=NONE] -->
+ <string name="description_unread_voicemail">Unread voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
+
+ <!-- String describing a "read" voicemail entry in the voicemails tab.
+ Note: AccessibilityServices use this attribute to announce what the view represents.
+ [CHAR LIMIT=NONE] -->
+ <string name="description_read_voicemail">Voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
+
<!-- String describing an outgoing call entry in the call log.
Note: AccessibilityServices uses this attribute to announce what the view represents.
[CHAR LIMIT=NONE] -->