summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml38
1 files changed, 30 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 317e578af..1dee6442e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -353,14 +353,14 @@
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 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.
This is especially valuable for views without textual representation like ImageView.
-->
- <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls</string>
+ <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>
<!-- String indicating a call log entry had video capabilities.
@@ -368,7 +368,7 @@
This is especially valuable for views without textual representation like ImageView.
[CHAR LIMIT=NONE]
-->
- <string name="description_video_call">Video call</string>
+ <string name="description_video_call">Video call.</string>
<!-- String describing the button to SMS a number or contact.
@@ -538,11 +538,26 @@
[CHAR LIMIT=21] -->
<string name="favorites_menu_all_contacts">ALL CONTACTS</string>
- <!-- Button text for the "call back" button displayed underneath an entry in the call log.
- Tapping causes a call to be placed to the caller represented by the call log entry.
+ <!-- Button text for the "call back" button displayed underneath an entry in the call log. This
+ is used to describe the action of calling a phone number that the user previously received
+ an incoming call from. Tapping causes a call to be placed to the number represented by the
+ call log entry.
[CHAR LIMIT=30] -->
<string name="call_log_action_call_back">CALL BACK</string>
+ <!-- BUTTON text for the "call" button displayed underneath an entry in the call log. This
+ is used to describe the action of calling a phone number. Tapping causes a call to be
+ placed to the number represented by the call log entry.
+ [CHAR LIMIT=30] -->
+ <string name="call_log_action_call">CALL</string>
+
+ <!-- BUTTON text for the "redial" button displayed underneath an entry in the call log. This
+ is used to describe the action of calling a phone number that the user previously made an
+ outgoing call to. Tapping causes a call to be placed to the number represented by the call
+ log entry.
+ [CHAR LIMIT=30] -->
+ <string name="call_log_action_redial">REDIAL</string>
+
<!-- Button text for the "video call" button displayed underneath an entry in the call log.
Tapping causes a video call to be placed to the caller represented by the call log entry.
[CHAR LIMIT=30] -->
@@ -563,17 +578,24 @@
<!-- String describing an incoming missed call entry in the call log.
Note: AccessibilityServices uses this attribute to announce what the view represents.
[CHAR LIMIT=NONE] -->
- <string name="description_incoming_missed_call">Missed call from <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>.</string>
+ <string name="description_incoming_missed_call">Missed call from <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">%4$s</xliff:g>.</string>
<!-- String describing an incoming answered call entry in the call log.
Note: AccessibilityServices uses this attribute to announce what the view represents.
[CHAR LIMIT=NONE] -->
- <string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>.</string>
+ <string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">%4$s</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] -->
- <string name="description_outgoing_call">Call to <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>.</string>
+ <string name="description_outgoing_call">Call to <xliff:g id="nameOrNumber" example="John Smith">%1$s</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">%2$s</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">%3$s</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">%4$s</xliff:g>.</string>
+
+ <!-- String describing the phone account the call was made on or to. This string will be used
+ in description_incoming_missed_call, description_incoming_answered_call, and
+ description_outgoing_call.
+ Note: AccessibilityServices uses this attribute to announce what the view represents.
+ [CHAR LIMIT=NONE] -->
+ <string name="description_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">%1$s</xliff:g></string>
<!-- String describing the "call back" action for an entry in the call log. The call back
action triggers a return call to the named user.