summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/qcomarrays.xml11
-rw-r--r--res/values/qcomstrings.xml4
2 files changed, 15 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 07bb7eb6c..dfdd67cd3 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -579,5 +579,16 @@
<item>@string/pref_camera_advanced_feature_value_optizoom_on</item>
</string-array>
+ <!-- Camera Preferences Long Shot dialog box entries -->
+ <string-array name="pref_camera_longshot_entries" translatable="false">
+ <item>@string/setting_off</item>
+ <item>@string/setting_on</item>
+ </string-array>
+
+ <string-array name="pref_camera_longshot_entryvalues" translatable="false">
+ <item>@string/setting_off_value</item>
+ <item>@string/setting_on_value</item>
+ </string-array>
+
</resources>
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index a55623dae..cd089a2ce 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -651,5 +651,9 @@
<string name="time_lapse_error">Invalid video-size for time-lapse recording.</string>
<string name="pref_camera_videosnapsize_default" translatable="false">1920x1080</string>
+
+ <!-- longshot value -->
+ <string name="pref_camera_longshot_default" translatable="false">off</string>
+ <string name="pref_camera_longshot_title">Continuous Shot</string>
</resources>