summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2013-10-11 13:32:30 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-11 13:32:30 -0700
commit46455ec88e4c5aa6b0bb432802aeec4af1939a5d (patch)
treea6fc289ccf555113ad55211519894732bcb7d5f9 /res/values/strings.xml
parent2e30f90a571dd7774e3c0bf32d370a63b2461a93 (diff)
parentc13cc22ba17591111be3fae732ae0396e889820a (diff)
downloadandroid_packages_apps_Snap-46455ec88e4c5aa6b0bb432802aeec4af1939a5d.tar.gz
android_packages_apps_Snap-46455ec88e4c5aa6b0bb432802aeec4af1939a5d.tar.bz2
android_packages_apps_Snap-46455ec88e4c5aa6b0bb432802aeec4af1939a5d.zip
am c13cc22b: Add strings to better describe HDR mode menus
* commit 'c13cc22ba17591111be3fae732ae0396e889820a': Add strings to better describe HDR mode menus
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 03b38bc62..352fab5d4 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] -->