diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index df8d0faef..028e87b1c 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] --> |