summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2013-10-11 13:20:59 -0700
committerAlan Newberger <alann@google.com>2013-10-11 13:20:59 -0700
commitc13cc22ba17591111be3fae732ae0396e889820a (patch)
tree5283febd2f6559383c4acc1e1681355239aed00c /res/values/strings.xml
parentf06221914bf40b6345cacd1a5904d773c6eddcb0 (diff)
downloadandroid_packages_apps_Snap-c13cc22ba17591111be3fae732ae0396e889820a.tar.gz
android_packages_apps_Snap-c13cc22ba17591111be3fae732ae0396e889820a.tar.bz2
android_packages_apps_Snap-c13cc22ba17591111be3fae732ae0396e889820a.zip
Add strings to better describe HDR mode menus
Instead of one word, these strings will describe the button action i.e. 'Turn HDR on'. Leaving existing strings to pipeline translations before implementing the migration to these strings. Bug: 11185194 Change-Id: Ie9aca0b328b19c610af740127e1683a8d87f93d8
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 098f9570a..05b9caee0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -354,6 +354,14 @@
<string name="pref_camera_scenemode_entry_hdr_plus">HDR+</string>
<!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
<string name="pref_camera_scenemode_entry_hdr">HDR</string>
+ <!-- Scene mode to turn on HDR (better high dynamic range) [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_entry_turn_hdr_plus_on">Turn HDR+ On</string>
+ <!-- Scene mode to turn off HDR (better high dynamic range) [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_entry_turn_hdr_plus_off">Turn HDR+ Off</string>
+ <!-- Scene mode to turn on HDR (high dynamic range) [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_entry_turn_hdr_on">Turn HDR On</string>
+ <!-- Scene mode to turn off HDR (high dynamic range) [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_entry_turn_hdr_off">Turn HDR Off</string>
<!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
<string name="pref_camera_scenemode_entry_action">Action</string>
<!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->