summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail/listui/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/voicemail/listui/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/voicemail/listui/res/values/strings.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/java/com/android/dialer/voicemail/listui/res/values/strings.xml b/java/com/android/dialer/voicemail/listui/res/values/strings.xml
index dc54daa19..bfa81f731 100644
--- a/java/com/android/dialer/voicemail/listui/res/values/strings.xml
+++ b/java/com/android/dialer/voicemail/listui/res/values/strings.xml
@@ -15,6 +15,35 @@
~ limitations under the License
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!--
+ A string to describe available action for accessibility user. It will be read as "call number".
+ -->
+ <string name="a11y_voicemail_entry_call">Call number</string>
+
+ <!--
+ A string to describe available action for accessibility user. It will be read as "delete".
+ -->
+ <string name="a11y_voicemail_entry_delete">Delete</string>
+
+ <!--
+ A string to describe available action for accessibility user.
+ It will be read as "expand menu for this voicemail entry".
+ -->
+ <string name="a11y_voicemail_entry_expand_menu">
+ Expand menu for this voicemail entry
+ </string>
+
+ <!-- A string to describe available action for accessibility user. It will be read as "pause". -->
+ <string name="a11y_voicemail_entry_pause">Pause</string>
+
+ <!-- A string to describe available action for accessibility user. It will be read as "play". -->
+ <string name="a11y_voicemail_entry_play">Play</string>
+
+ <!--
+ A string to describe available action for accessibility user. It will be read as "speaker".
+ -->
+ <string name="a11y_voicemail_entry_speaker">Speaker</string>
+
<!-- String used to display voicemails from unknown numbers in the voicemail tab. [CHAR LIMIT=30] -->
<string name="voicemail_entry_unknown">Unknown</string>