summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2013-04-18 12:31:10 -0700
committerMichael Kolb <kolby@google.com>2013-04-18 14:31:18 -0700
commitb4524a16022b35d1c76dfb8580d83f7fdd91dc36 (patch)
treefa2d388ca4e74fc666331d686d49a1df153bad63 /res/values/strings.xml
parent06fe6accb6abb284b77acd66e8db98421024b99b (diff)
downloadandroid_packages_apps_Snap-b4524a16022b35d1c76dfb8580d83f7fdd91dc36.tar.gz
android_packages_apps_Snap-b4524a16022b35d1c76dfb8580d83f7fdd91dc36.tar.bz2
android_packages_apps_Snap-b4524a16022b35d1c76dfb8580d83f7fdd91dc36.zip
Add more menu options/icons
Bug: 8640131 Added location and scene mode to secondary menu Updated HDR icons Change-Id: I5bed39a2ec037aecf67702d88f738befe61846d4
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8fa8f3471..d08f70a16 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -617,6 +617,10 @@
<string name="pref_camera_recordlocation_default" translatable="false">none</string>
+ <!-- Label for record location preference [CHAR LIMIT=50] -->
+ <string name="pref_camera_location_label_on">RECORD LOCATION</string>
+ <string name="pref_camera_location_label_off">NO LOCATION</string>
+
<!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
<string name="pref_camera_timer_title">Countdown timer</string>
@@ -764,6 +768,17 @@
<!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
<string name="pref_camera_scenemode_entry_party">Party</string>
+ <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_auto">AUTO</string>
+ <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_action">ACTION</string>
+ <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_night">NIGHT</string>
+ <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
+ <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
+ <string name="pref_camera_scenemode_label_party">PARTY</string>
+
<!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
<string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>