summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml6
2 files changed, 16 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index d8fcec4..33768b2 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -273,6 +273,16 @@
<item>fireworks</item>
</string-array>
+ <string-array name="pref_camera_quickcapture_entries" translatable="false">
+ <item>@string/pref_camera_quickcapture_entry_off</item>
+ <item>@string/pref_camera_quickcapture_entry_on</item>
+ </string-array>
+
+ <string-array name="pref_camera_quickcapture_entryvalues" translatable="false">
+ <item>off</item>
+ <item>on</item>
+ </string-array>
+
<string-array name="scenemode_modes" translatable="false">
<item>off</item>
<item>on</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f7695d6..bf0d936 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -312,6 +312,12 @@
<!-- Scene mode optimized for taking images of fireworks. -->
<string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
+ <!-- Settings menu, enable quick capture mode or not -->
+ <string name="pref_camera_quickcapture_title">Quick Capture</string>
+ <string name="pref_camera_quickcapture_default" translatable="false">off</string>
+ <string name="pref_camera_quickcapture_entry_on">On</string>
+ <string name="pref_camera_quickcapture_entry_off">Off</string>
+
<!-- Restore settings item in preference -->
<string name="pref_restore_title">Restore settings</string>
<string name="pref_restore_detail">Restore camera settings to default</string>