summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-10-04 11:20:04 +0800
committerChung-yih Wang <cywang@google.com>2011-10-11 10:39:58 +0800
commit26d88fce15a24362644123af5f0cce79ea572e7b (patch)
tree31589b7a98dcf1b38b4e0d17fe6bc4a24ac632b8 /res/values
parent5e99c7f1f5c07d9b728c301a5746cb15b65124fb (diff)
downloadLegacyCamera-26d88fce15a24362644123af5f0cce79ea572e7b.zip
LegacyCamera-26d88fce15a24362644123af5f0cce79ea572e7b.tar.gz
LegacyCamera-26d88fce15a24362644123af5f0cce79ea572e7b.tar.bz2
Add content descirptions for accessibility.
bug:5230109 Change-Id: I055fccea0d30c54dc8520bf1d0424b963d2ba8a5
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0bdb819..7cc61f4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -329,4 +329,28 @@
<!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
<string name="effect_background">Background</string>
+
+ <!-- The shutter button. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_shutter_button">Shutter button</string>
+ <!-- The button to review the thumbnail. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_review_thumbnail">Most recent photo</string>
+ <!-- The front/back camera switch. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_camera_picker">Front and back camera switch</string>
+ <!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_mode_picker">Camera, video or panorama selector</string>
+ <!-- The button to switch to the second-level indicators of the camera settings. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_second_level_indicators">More setting controls</string>
+ <!-- The button to back to the first-level indicators of the camera settings. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_back_to_first_level">Close setting controls</string>
+ <!-- The zoom control button. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_zoom_control">Zoom control</string>
+ <!-- The decrement button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_decrement">Decrease %1$s</string>
+ <!-- The increment button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_increment">Increase %1$s</string>
+ <!-- The on/off switch in camera settings, such as store location. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_switch">%1$s switch</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>
</resources>