summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail/listui/res/values
diff options
context:
space:
mode:
authorlinyuh <linyuh@google.com>2018-05-16 16:18:46 -0700
committerCopybara-Service <copybara-piper@google.com>2018-05-16 16:19:29 -0700
commit4a8890f37496bf669734772068b3d684007c42f9 (patch)
tree5bc78cfca0bf571b752c5fc48321f98a93f18a0e /java/com/android/dialer/voicemail/listui/res/values
parentb86b1a295178dc77d1b6b4af59d561d54c7469cf (diff)
Implement accessibility for the new voicemail fragment.
Bug: 70989658 Test: Manual PiperOrigin-RevId: 196907085 Change-Id: If3db2d6906245f052e756b315365b9d306f9d06d
Diffstat (limited to 'java/com/android/dialer/voicemail/listui/res/values')
-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>