summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-04-16 13:52:07 -0700
committerztenghui <ztenghui@google.com>2013-04-17 11:05:50 -0700
commit906fcec7a2bd7510a1b6bfb38d6cc4d3c01f7c0b (patch)
treefb19775398fd2d0e8b1c879db65125d869e98ac9 /res/values/strings.xml
parent7dede255bfe114c9f72916d8db481e2c4ac3062e (diff)
downloadandroid_packages_apps_Snap-906fcec7a2bd7510a1b6bfb38d6cc4d3c01f7c0b.tar.gz
android_packages_apps_Snap-906fcec7a2bd7510a1b6bfb38d6cc4d3c01f7c0b.tar.bz2
android_packages_apps_Snap-906fcec7a2bd7510a1b6bfb38d6cc4d3c01f7c0b.zip
Add accessibility to video player controller.
bug:5714277 cherry pick the Carlsbad CL: https://googleplex-android-review.git.corp.google.com/#/c/297944/ Change-Id: If0de1ec250a211890e1914d89e8b61780542a675
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7f8e083f5..8fa8f3471 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -921,6 +921,15 @@
<!-- button in review mode indicate the user want to retake another photo/video for attachment [
CHAR LIMIT = NONE] -->
<string name="accessibility_review_retake">Review retake</string>
+ <!-- The button to play the video. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_play_video">Play video</string>
+ <!-- The button to pause the video. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_pause_video">Pause video</string>
+ <!-- The button to reload the video. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_reload_video">Reload video</string>
+ <!-- The time bar of the media player. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_time_bar">Video player time bar</string>
+
<!-- TODO: remove the string as it is a work-around solution to bypass the default speak of the element type. -->
<string name="empty" translatable="false">" "</string>