blob: a3e1d2a9c30796bc188c540d76bce427d0bf4f0a [file] [log] [blame]
Alok Kediyaaed65252013-09-23 14:31:42 +05301<!--
pezhan326822d2017-01-09 11:19:54 +08002 Copyright (c) 2012-2014, 2016-2017 The Linux Foundation. All rights reserved.
Alok Kediyaaed65252013-09-23 14:31:42 +05303
4 Not a Contribution.
5
6 Copyright (C) 2007 The Android Open Source Project
Michael Bestasc8bffec2018-02-04 19:53:26 +02007 Copyright (C) 2017-2018 The LineageOS Project
Alok Kediyaaed65252013-09-23 14:31:42 +05308
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20-->
21
22<resources>
Alok Kediyaaed65252013-09-23 14:31:42 +053023 <!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
24 <string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053025 <!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->
26 <string name="pref_video_quality_entry_cif" translatable="false">CIF</string>
27 <!-- Video quality setting entry. Videos will be recorded in QVGA quality. [CHAR LIMIT=24] -->
28 <string name="pref_video_quality_entry_qvga" translatable="false">QVGA</string>
29 <!-- Video quality setting entry. Videos will be recorded in QCIF quality. [CHAR LIMIT=24] -->
30 <string name="pref_video_quality_entry_qcif" translatable="false">QCIF</string>
31
32 <!-- Settings screen, Power Mode title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020033 <string name="pref_camera_powermode_title">Power mode</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053034
35 <!-- Settings screen, Power mode dialog radio button choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020036 <string name="pref_camera_powermode_entry_lp">Low power</string>
37 <string name="pref_camera_powermode_entry_np">Normal power</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053038
39 <!-- Settings screen, Power mode dialog radio button choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020040 <string name="pref_camera_powermode_value_lp" translatable="false">Low_Power</string>
41 <string name="pref_camera_powermode_value_np" translatable="false">Normal_Power</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053042
43 <!-- Default Power mode.. -->
44 <string name="pref_camera_powermode_default" translatable="false">Normal_Power</string>
45
46 <!-- Default auto exposure setting. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020047 <string name="pref_camera_autoexposure_default" translatable="false">frame-average</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053048 <!-- Settings screen, Select auto exposure title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020049 <string name="pref_camera_autoexposure_title">Auto exposure</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053050
51 <!-- Settings screen, auto exposure dialog radio button choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020052 <string name="pref_camera_autoexposure_entry_frameaverage">Frame average</string>
53 <string name="pref_camera_autoexposure_entry_centerweighted">Center weighted</string>
54 <string name="pref_camera_autoexposure_entry_spotmetering">Spot metering</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053055
56 <!-- Auto exposure entry values. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020057 <string name="pref_camera_autoexposure_value_frameaverage" translatable="false">frame-average</string>
58 <string name="pref_camera_autoexposure_value_centerweighted" translatable="false">center-weighted</string>
59 <string name="pref_camera_autoexposure_value_spotmetering" translatable="false">spot-metering</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053060
61 <!-- Settings screen, Video encoder title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020062 <string name="pref_camera_videoencoder_title">Video codec</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053063
64 <!-- Settings screen, Video encoder dialog radio button choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020065 <string name="pref_camera_videoencoder_entry_0" translatable="false">MPEG4</string>
66 <string name="pref_camera_videoencoder_entry_1" translatable="false">H263</string>
67 <string name="pref_camera_videoencoder_entry_2" translatable="false">H264</string>
68 <string name="pref_camera_videoencoder_entry_3" translatable="false">H265</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053069
70 <!-- Default video encoder setting. A numerical value. -->
71 <string name="pref_camera_videoencoder_default" translatable="false">h264</string>
72
73 <!-- Settings screen, Video encoder dialog title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020074 <string name="pref_camera_videoencoder_dialogtitle">Video codec</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053075
76 <!-- Default audio encoder setting. A numerical value. -->
77 <string name="pref_camera_audioencoder_default" translatable="false">aac</string>
78
79 <!-- Settings screen, Audio encoder title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020080 <string name="pref_camera_audioencoder_title">Audio codec</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053081
82 <!-- Settings screen, Audio encoder dialog radio button choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020083 <string name="pref_camera_audioencoder_entry_0" translatable="false">AMRNB</string>
84 <string name="pref_camera_audioencoder_entry_1" translatable="false">AAC</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053085
86 <!-- Default Skin Tone Enhancement setting. Do not translate. -->
87 <string name="pref_camera_skinToneEnhancement_default">disable</string>
88
89 <!-- Settings screen, Select Skin Tone Enhancement title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020090 <string name="pref_camera_skinToneEnhancement_title">Skin tone enhancement</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053091
92 <!-- Settings screen, Skin Tone Enhancement radio button choices -->
93 <string name="pref_camera_skinToneEnhancement_entry_enable">Enable</string>
94 <string name="pref_camera_skinToneEnhancement_entry_disable">Disable</string>
95
96 <!-- Skin Tone Enhancement entry values. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +020097 <string name="pref_camera_skinToneEnhancement_value_enable" translatable="false">enable</string>
98 <string name="pref_camera_skinToneEnhancement_value_disable" translatable="false">disable</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053099 <!-- Settings screen, setting title text for ZSL-->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200100 <string name="pref_camera_zsl_title">Zero shutter lag</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530101
Santhosh Kumar H E8ead9072014-03-25 18:36:12 -0700102 <string name="pref_camera_zsl_default" translatable="false">on</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530103
Michael Bestasc8bffec2018-02-04 19:53:26 +0200104 <!-- Default selectable zone af setting. Do not translate. -->
105 <string name="pref_camera_selectablezoneaf_default" translatable="false">auto</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530106
Michael Bestasc8bffec2018-02-04 19:53:26 +0200107 <!-- Settings screen, Selectable zone af title -->
108 <string name="pref_camera_selectablezoneaf_title">Autofocus zone</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530109
Michael Bestasc8bffec2018-02-04 19:53:26 +0200110 <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
111 <string name="pref_camera_selectablezoneaf_entry_auto">Auto</string>
112 <string name="pref_camera_selectablezoneaf_entry_spotmetering">Spot metering</string>
113 <string name="pref_camera_selectablezoneaf_entry_centerweighted">Center weighted</string>
114 <string name="pref_camera_selectablezoneaf_entry_frameaverage">Frame average</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530115
Michael Bestasc8bffec2018-02-04 19:53:26 +0200116 <!-- Auto exposure entry values. Do not translate. -->
117 <string name="pref_camera_selectablezoneaf_value_auto" translatable="false">auto</string>
118 <string name="pref_camera_selectablezoneaf_value_spotmetering" translatable="false">spot-metering</string>
119 <string name="pref_camera_selectablezoneaf_value_centerweighted" translatable="false">center-weighted</string>
120 <string name="pref_camera_selectablezoneaf_value_frameaverage" translatable="false">frame-average</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530121
Michael Bestasc8bffec2018-02-04 19:53:26 +0200122 <string name="pref_camera_advanced_feature_default" translatable="false">none</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800123
Michael Bestasc8bffec2018-02-04 19:53:26 +0200124 <!-- Settings screen, Selectable advanced features title -->
125 <string name="pref_camera_advanced_features_title">Advanced features</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800126
Michael Bestasc8bffec2018-02-04 19:53:26 +0200127 <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
128 <string name="pref_camera_advanced_feature_entry_none">None</string>
129 <string name="pref_camera_advanced_feature_entry_ubifocus" translatable="false">UbiFocus</string>
130 <string name="pref_camera_advanced_feature_entry_refocus" translatable="false">ReFocus</string>
131 <string name="pref_camera_advanced_feature_entry_chromaflash" translatable="false">ChromaFlash</string>
132 <string name="pref_camera_advanced_feature_entry_optizoom" translatable="false">OptiZoom</string>
133 <string name="pref_camera_advanced_feature_entry_FSSR" translatable="false">FSSR</string>
134 <string name="pref_camera_advanced_feature_entry_trueportrait" translatable="false">TruPortrait</string>
135 <string name="pref_camera_advanced_feature_entry_multi_touch_focus">Multi-touch Focus</string>
136 <string name="pref_camera_advanced_feature_entry_stillmore" translatable="false">Still More</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800137
Michael Bestasc8bffec2018-02-04 19:53:26 +0200138 <!-- Auto exposure entry values. Do not translate. -->
139 <string name="pref_camera_advanced_feature_value_none" translatable="false">none</string>
140 <string name="pref_camera_advanced_feature_value_ubifocus_on" translatable="false">af-bracket-on</string>
141 <string name="pref_camera_advanced_feature_value_refocus_on" translatable="false">re-focus-on</string>
142 <string name="pref_camera_advanced_feature_value_chromaflash_on" translatable="false">chroma-flash-on</string>
143 <string name="pref_camera_advanced_feature_value_optizoom_on" translatable="false">opti-zoom-on</string>
144 <string name="pref_camera_advanced_feature_value_FSSR_on" translatable="false">FSSR-on</string>
145 <string name="pref_camera_advanced_feature_value_trueportrait_on" translatable="false">true-portrait-on</string>
146 <string name="pref_camera_advanced_feature_value_multi_touch_focus_on" translatable="false">multi-touch-focus-on</string>
147 <string name="pref_camera_advanced_feature_value_stillmore_on" translatable="false">still-more-on</string>
Shwetha Kotekar20248ae2015-03-10 13:35:34 -0700148
Michael Bestasc8bffec2018-02-04 19:53:26 +0200149 <string name="pref_camera_advanced_feature_value_ubifocus_off" translatable="false">af-bracket-off</string>
150 <string name="pref_camera_advanced_feature_value_refocus_off" translatable="false">re-focus-off</string>
151 <string name="pref_camera_advanced_feature_value_chromaflash_off" translatable="false">chroma-flash-off</string>
152 <string name="pref_camera_advanced_feature_value_optizoom_off" translatable="false">opti-zoom-off</string>
153 <string name="pref_camera_advanced_feature_value_FSSR_off" translatable="false">FSSR-off</string>
154 <string name="pref_camera_advanced_feature_value_trueportrait_off" translatable="false">true-portrait-off</string>
155 <string name="pref_camera_advanced_feature_value_multi_touch_focus_off" translatable="false">multi-touch-focus-off</string>
156 <string name="pref_camera_advanced_feature_value_stillmore_off" translatable="false">still-more-off</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800157
Michael Bestasc8bffec2018-02-04 19:53:26 +0200158 <!-- Manual exposure control entry values -->
159 <string name="pref_camera_manual_exp_title">Manual exposure</string>
160 <string name="pref_camera_manual_exp_entry_ISO_priority">ISO priority</string>
161 <string name="pref_camera_manual_exp_entry_exptime_priority">Exposure time priority</string>
162 <string name="pref_camera_manual_exp_entry_user_setting">User setting</string>
xianming wang0ba33b92018-07-20 16:23:31 +0800163 <string name="pref_camera_manual_exp_entry_gains_priority">Gains priority</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200164 <string name="pref_camera_manual_exp_entry_off">Off</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530165
Michael Bestasc8bffec2018-02-04 19:53:26 +0200166 <string name="pref_camera_manual_exp_default" translatable="false">off</string>
167 <string name="pref_camera_manual_exp_value_ISO_priority" translatable="false">iso-priority</string>
168 <string name="pref_camera_manual_exp_value_exptime_priority" translatable="false">exp-time-priority</string>
169 <string name="pref_camera_manual_exp_value_user_setting" translatable="false">user-setting</string>
170 <string name="pref_camera_manual_exp_value_gains_priority" translatable="false">gains-priority</string>
171 <string name="pref_camera_manual_exp_value_off" translatable="false">off</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530172
Michael Bestasc8bffec2018-02-04 19:53:26 +0200173 <!-- Manual white balance entry values -->
174 <string name="pref_camera_manual_wb_title">Manual white balance</string>
175 <string name="pref_camera_manual_wb_entry_color_temperature">Color temperature</string>
176 <string name="pref_camera_manual_wb_entry_rbgb_gains">RBGB gains</string>
177 <string name="pref_camera_manual_wb_entry_off">Off</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530178
Michael Bestasc8bffec2018-02-04 19:53:26 +0200179 <string name="pref_camera_manual_wb_default" translatable="false">off</string>
180 <string name="pref_camera_manual_wb_value_color_temperature" translatable="false">color-temperature</string>
181 <string name="pref_camera_manual_wb_value_rbgb_gains" translatable="false">rbgb-gains</string>
182 <string name="pref_camera_manual_wb_value_off" translatable="false">off</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530183
Michael Bestasc8bffec2018-02-04 19:53:26 +0200184 <!-- Manual Focus entry values -->
185 <string name="pref_camera_manual_focus_title">Manual focus</string>
186 <string name="pref_camera_manual_focus_entry_scale_mode">Scale mode</string>
187 <string name="pref_camera_manual_focus_entry_diopter_mode">Diopter mode</string>
188 <string name="pref_camera_manual_focus_entry_off">Off</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530189
Michael Bestasc8bffec2018-02-04 19:53:26 +0200190 <string name="pref_camera_manual_focus_default" translatable="false">off</string>
191 <string name="pref_camera_manual_focus_value_scale_mode" translatable="false">scale-mode</string>
192 <string name="pref_camera_manual_focus_value_diopter_mode" translatable="false">diopter-mode</string>
193 <string name="pref_camera_manual_focus_value_off" translatable="false">off</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530194
Jay Wang7efc8de2016-03-08 17:04:25 -0800195 <!-- Instant Capture entry -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200196 <string name="pref_camera_instant_capture_title">Instant capture</string>
197 <string name="pref_camera_instant_capture_entry_aggressive_aec">Aggressive AEC</string>
198 <string name="pref_camera_instant_capture_entry_fast_aec">Fast AEC</string>
199 <string name="pref_camera_instant_capture_entry_disable">Disable</string>
Jay Wang7efc8de2016-03-08 17:04:25 -0800200
201 <!-- Instant Capture entry values -->
202 <string name="pref_camera_instant_capture_default" translatable="false">0</string>
Jay Wang0abd7472016-04-04 19:05:21 -0700203 <string name="pref_camera_instant_capture_value_aggressive_aec" translatable="false">1</string>
204 <string name="pref_camera_instant_capture_value_fast_aec" translatable="false">2</string>
Jay Wang7efc8de2016-03-08 17:04:25 -0800205 <string name="pref_camera_instant_capture_value_disable" translatable="false">0</string>
206
Alok Kediyaaed65252013-09-23 14:31:42 +0530207 <!-- Settings screen, ZSL location dialog choices -->
208 <string name="pref_camera_zsl_entry_off">Off</string>
209 <string name="pref_camera_zsl_entry_on">On</string>
210
Michael Bestasc8bffec2018-02-04 19:53:26 +0200211 <string name="pref_camera_zsl_value_off" translatable="false">off</string>
212 <string name="pref_camera_zsl_value_on" translatable="false">on</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530213
Santhosh Kumar Thimmanna Bhattarb228ec62014-04-29 19:02:24 +0530214 <!-- The message is shown in toast when HDR or scene mode is enabled -->
215 <string name="hdr_enable_message">HDR is enabled, only Auto scene mode is supported</string>
216 <string name="scene_enable_message">HDR is not supported in the scene mode other than Auto</string>
217
Alok Kediyaaed65252013-09-23 14:31:42 +0530218 <!-- Settings screen, Video HDR location dialog choices -->
219 <string name="pref_camera_video_hdr_entry_off">Off</string>
220 <string name="pref_camera_video_hdr_entry_on">On</string>
221
Michael Bestasc8bffec2018-02-04 19:53:26 +0200222 <string name="pref_camera_video_hdr_value_off" translatable="false">off</string>
223 <string name="pref_camera_video_hdr_value_on" translatable="false">on</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530224
Dimitar Borisov19656472014-09-24 17:32:06 +0300225 <!-- Settings screen, CDS location dialog choices -->
226 <string name="pref_camera_cds_entry_off">Off</string>
227 <string name="pref_camera_cds_entry_on">On</string>
228 <string name="pref_camera_cds_entry_auto">Auto</string>
229
Michael Bestasc8bffec2018-02-04 19:53:26 +0200230 <string name="pref_camera_cds_value_off" translatable="false">off</string>
231 <string name="pref_camera_cds_value_on" translatable="false">on</string>
232 <string name="pref_camera_cds_value_auto" translatable="false">auto</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300233
Michael Bestasc8bffec2018-02-04 19:53:26 +0200234 <!-- Settings screen, video CDS location dialog choices -->
Dimitar Borisov19656472014-09-24 17:32:06 +0300235 <string name="pref_camera_video_cds_entry_off">Off</string>
236 <string name="pref_camera_video_cds_entry_on">On</string>
237 <string name="pref_camera_video_cds_entry_auto">Auto</string>
238
Michael Bestasc8bffec2018-02-04 19:53:26 +0200239 <string name="pref_camera_video_cds_value_off" translatable="false">off</string>
240 <string name="pref_camera_video_cds_value_on" translatable="false">on</string>
241 <string name="pref_camera_video_cds_value_auto" translatable="false">auto</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300242
243 <!-- Settings screen, TNR location dialog choices -->
244 <string name="pref_camera_tnr_entry_disable">Disable</string>
245 <string name="pref_camera_tnr_entry_enable">Enable</string>
246
247 <!-- Settings screen, TNR location dialog choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200248 <string name="pref_camera_tnr_value_off" translatable="false">off</string>
249 <string name="pref_camera_tnr_value_on" translatable="false">on</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300250
251 <!-- Settings screen, video TNR location dialog choices -->
252 <string name="pref_camera_video_tnr_entry_disable">Disable</string>
253 <string name="pref_camera_video_tnr_entry_enable">Enable</string>
254
255 <!-- Settings screen, video TNR location dialog choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200256 <string name="pref_camera_video_tnr_value_off" translatable="false">off</string>
257 <string name="pref_camera_video_tnr_value_on" translatable="false">on</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300258
Alok Kediyaaed65252013-09-23 14:31:42 +0530259 <!-- Settings screen, setting title text for Video HDR-->
260 <string name="pref_camera_video_hdr_title">Video HDR</string>
261
262 <string name="pref_camera_video_hdr_default" translatable="false">off</string>
263
Dimitar Borisov19656472014-09-24 17:32:06 +0300264 <!-- Settings menu, setting title text for cds mode-->
265 <string name="pref_camera_cds_title">CDS mode</string>
266
267 <!-- Settings menu, setting title text for video cds mode-->
268 <string name="pref_camera_video_cds_title">Video CDS mode</string>
269
270 <!-- Default cds mode setting-->
271 <string name="pref_camera_cds_default" translatable="false">on</string>
272
273 <!-- Default video cds mode setting-->
Guruprasad Gaonkara221bb62015-08-20 15:44:54 -0700274 <string name="pref_camera_video_cds_default" translatable="false">off</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300275
Michael Bestasc8bffec2018-02-04 19:53:26 +0200276 <!-- Settings menu, setting title text for tnr mode-->
Dimitar Borisov19656472014-09-24 17:32:06 +0300277 <string name="pref_camera_tnr_title">TNR mode</string>
278
279 <!-- Settings menu, setting title text for video tnr mode-->
280 <string name="pref_camera_video_tnr_title">Video TNR mode</string>
281
282 <!-- Default tnr mode setting-->
283 <string name="pref_camera_tnr_default" translatable="false">off</string>
284
285 <!-- Default video tnr mode setting-->
Guruprasad Gaonkara221bb62015-08-20 15:44:54 -0700286 <string name="pref_camera_video_tnr_default" translatable="false">on</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300287
Alok Kediyaaed65252013-09-23 14:31:42 +0530288 <!-- Default face detection setting. -->
Byunghun Jeona19529b2014-10-13 18:34:37 -0700289 <string name="pref_camera_facedetection_default" translatable="false">off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530290
291 <!-- Settings screen, Select Face Detection -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200292 <string name="pref_camera_facedetection_title">Face detection</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530293
294 <!-- Settings menu, Face Detection choices -->
295 <string name="pref_camera_facedetection_entry_off">Off</string>
296 <string name="pref_camera_facedetection_entry_on">On</string>
297
Camera Software Integration4a07f922015-10-28 16:01:21 -0700298 <!-- Default Selfie Flash setting. -->
Camera Software Integration25a11b32015-12-17 11:19:15 -0800299 <string name="pref_selfie_flash_default" translatable="false">off</string>
Camera Software Integration4a07f922015-10-28 16:01:21 -0700300
301 <!-- Settings screen, Selfie Flash Detection -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200302 <string name="pref_selfie_flash_title">Selfie flash</string>
Camera Software Integration4a07f922015-10-28 16:01:21 -0700303
304 <!-- Settings menu, Selfie Flash choices -->
305 <string name="pref_selfie_flash_entry_off">Off</string>
306 <string name="pref_selfie_flash_entry_on">On</string>
307
Michael Bestasc8bffec2018-02-04 19:53:26 +0200308 <!-- Default redeye reduction setting. -->
309 <string name="pref_camera_redeyereduction_default" translatable="false">disable</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530310
Michael Bestasc8bffec2018-02-04 19:53:26 +0200311 <!-- Settings screen, Select Redeye Reduction -->
312 <string name="pref_camera_redeyereduction_title">Red eye reduction</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530313
Michael Bestasc8bffec2018-02-04 19:53:26 +0200314 <!-- Settings menu, redeye reduction choices -->
315 <string name="pref_camera_redeyereduction_entry_enable">Enable</string>
316 <string name="pref_camera_redeyereduction_entry_disable">Disable</string>
Jack Yoo7d80bdb2016-07-13 14:49:22 -0700317
Michael Bestasc8bffec2018-02-04 19:53:26 +0200318 <string name="pref_camera_selfiemirror_default" translatable="false">disable</string>
319 <string name="pref_camera_selfiemirror_title">Selfie mirror</string>
320 <string name="pref_camera_selfiemirror_entry_enable">Enable</string>
321 <string name="pref_camera_selfiemirror_entry_disable">Disable</string>
Jack Yoo7d80bdb2016-07-13 14:49:22 -0700322
Michael Bestasc8bffec2018-02-04 19:53:26 +0200323 <string name="pref_camera_shuttersound_default" translatable="false">enable</string>
324 <string name="pref_camera_shuttersound_title">Shutter sound</string>
325 <string name="pref_camera_shuttersound_entry_enable">Enabled</string>
326 <string name="pref_camera_shuttersound_entry_disable">Disabled</string>
Jack Yoo79d4e6b2016-07-13 15:08:20 -0700327
Michael Bestasc8bffec2018-02-04 19:53:26 +0200328 <!-- The message is shown in toast when the app encounters an unsupported selection for HFR/HSR mode -->
329 <string name="error_app_unsupported_hfr_selection">High-framerate recording is not supported when using Stabilization/Time lapse/HDR.</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530330
Michael Bestasc8bffec2018-02-04 19:53:26 +0200331 <!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
332 <string name="error_app_unsupported_hfr">Slow motion mode is not supported for the selected video size. Select a lower video size</string>
Suman Mukherjee1874e962014-03-27 13:08:38 +0530333
Michael Bestasc8bffec2018-02-04 19:53:26 +0200334 <!-- The message is shown in toast when the app encounters an unsupported resolution for DIS mode -->
335 <string name="error_app_unsupported_dis">Stabilization is not supported for the selected video size. Select a lower video size</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530336
Michael Bestasc8bffec2018-02-04 19:53:26 +0200337 <!-- The message is shown in dialog when the app encounters an unsupported resolution for HSR mode -->
338 <string name="error_app_unsupported_hsr">High speed mode is not supported for the selected video size. Select a lower video size</string>
Suman Mukherjee6a57e2b2014-04-21 11:35:44 +0530339
Michael Bestasc8bffec2018-02-04 19:53:26 +0200340 <!-- The message is shown in dialog when the app encounters an unsupported video codec for HFR mode -->
341 <string name="error_app_unsupported_hfr_codec">Only H264 video encoding is supported when HFR is ON</string>
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530342
Michael Bestasc8bffec2018-02-04 19:53:26 +0200343 <!-- The message is shown in dialog when the app encounters an unsupported video resolution-->
344 <string name="error_app_unsupported">Unsupported video resolution for this encoder type</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530345
Michael Bestasc8bffec2018-02-04 19:53:26 +0200346 <!-- The message is shown in dialog when the app encounters an unsupported video profile-->
347 <string name="error_app_unsupported_profile">Unsupported video profile</string>
Sai Kumar Sanagavarapu3e507032015-02-27 13:07:16 +0530348
Alok Kediyaaed65252013-09-23 14:31:42 +0530349 <!--The message is shown in dialog when the raw snapshot is selected in zsl mode-->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200350 <string name="error_app_unsupported_raw">Raw picture format is not supported in Zero shutter lag mode. Select JPEG</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530351
Michael Bestasc8bffec2018-02-04 19:53:26 +0200352 <!-- Settings screen, AE bracketing and HDR location dialog choices -->
353 <string name="pref_camera_ae_bracket_hdr_entry_ae_bracket">AE bracketing</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530354
Michael Bestasc8bffec2018-02-04 19:53:26 +0200355 <string name="pref_camera_ae_bracket_hdr_value_ae_bracket" translatable="false">AE-Bracket</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530356
Michael Bestasc8bffec2018-02-04 19:53:26 +0200357 <string name="pref_camera_ae_bracket_hdr_title">AE bracketing</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530358
Michael Bestasc8bffec2018-02-04 19:53:26 +0200359 <string name="pref_camera_ae_bracket_hdr_default" translatable="false">Off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530360
Michael Bestasc8bffec2018-02-04 19:53:26 +0200361 <string name="pref_camera_ae_bracket_hdr_entry_on">On</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530362
Michael Bestasc8bffec2018-02-04 19:53:26 +0200363 <string name="pref_camera_ae_bracket_hdr_entry_off">Off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530364
Michael Bestasc8bffec2018-02-04 19:53:26 +0200365 <string name="err_app_unsupport_ae_bracket_code">AE bracketing is not supported yet</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530366
Michael Bestasc8bffec2018-02-04 19:53:26 +0200367 <!-- The messsage shown if user selects a snapshot resolution lower than the current video size. -->
368 <string name="snapshot_lower_than_video">Video snapshot size is lower than video size, capping to video size. Please select a resolution higher or equal to the current video size.</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530369
370 <!-- The messsage shown if user selects a snapshot resolution in low power mode. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200371 <string name="snapshotsize_low_powermode">Changing picture size is not supported in Low Power mode, video size snapshot will be taken. Please select Normal Power mode to allow changing picture size.</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530372
373 <!-- The messsage shown if user tries to take snapshot during D1/QCIF resolution. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200374 <string name="snapshot_qcif_and_d1">Only video size snapshot is supported for this resolution.</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530375
Michael Bestasc8bffec2018-02-04 19:53:26 +0200376 <!-- Default hfr setting. Do not translate. -->
377 <string name="pref_camera_hfr_default" translatable="false">off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530378
Michael Bestasc8bffec2018-02-04 19:53:26 +0200379 <!-- Settings screen, Select hfr title -->
380 <string name="pref_camera_hfr_title">High-framerate recording</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530381
Michael Bestasc8bffec2018-02-04 19:53:26 +0200382 <!-- Settings screen, hfr radio button choices -->
383 <string name="pref_camera_hfr_entry_off">Off</string>
384 <string name="pref_camera_hfr_entry_2x">Slow motion 60 FPS</string>
385 <string name="pref_camera_hfr_entry_3x">Slow motion 90 FPS</string>
386 <string name="pref_camera_hfr_entry_4x">Slow motion 120 FPS</string>
387 <string name="pref_camera_hfr_entry_8x">Slow motion 240 FPS</string>
388 <string name="pref_camera_hfr_entry_16x">Slow motion 480 FPS</string>
389 <string name="pref_camera_hfr_entry_hsr_60">High speed 60 FPS</string>
390 <string name="pref_camera_hfr_entry_hsr_90">High speed 90 FPS</string>
391 <string name="pref_camera_hfr_entry_hsr_120">High speed 120 FPS</string>
392 <string name="pref_camera_hfr_entry_hsr_240">High speed 240 FPS</string>
393 <string name="pref_camera_hfr_entry_hsr_480">High speed 480 FPS</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530394
Michael Bestasc8bffec2018-02-04 19:53:26 +0200395 <!-- HFR entry values. Do not translate. -->
396 <string name="pref_camera_hfr_value_off" translatable="false">off</string>
397 <string name="pref_camera_hfr_value_2x" translatable="false">hfr60</string>
398 <string name="pref_camera_hfr_value_3x" translatable="false">hfr90</string>
399 <string name="pref_camera_hfr_value_4x" translatable="false">hfr120</string>
400 <string name="pref_camera_hfr_value_8x" translatable="false">hfr240</string>
401 <string name="pref_camera_hfr_value_16x" translatable="false">hfr480</string>
402 <string name="pref_camera_hfr_value_hsr_60" translatable="false">hsr60</string>
403 <string name="pref_camera_hfr_value_hsr_90" translatable="false">hsr90</string>
404 <string name="pref_camera_hfr_value_hsr_120" translatable="false">hsr120</string>
405 <string name="pref_camera_hfr_value_hsr_240" translatable="false">hsr240</string>
406 <string name="pref_camera_hfr_value_hsr_480" translatable="false">hsr480</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530407
Michael Bestasc8bffec2018-02-04 19:53:26 +0200408 <!-- Default noise reduction setting. Do not translate. -->
409 <string name="pref_camera_noise_reduction_default" translatable="false">off</string>
Neelam Abhinav Karthik01076672015-07-29 11:29:17 -0700410
Michael Bestasc8bffec2018-02-04 19:53:26 +0200411 <!-- Settings screen, Select See More title -->
412 <string name="pref_camera_noise_reduction_title">Noise reduction</string>
Neelam Abhinav Karthik01076672015-07-29 11:29:17 -0700413
Michael Bestasc8bffec2018-02-04 19:53:26 +0200414 <!-- Settings screen, see more radio button choices -->
415 <string name="pref_camera_noise_reduction_entry_off">Off</string>
416 <string name="pref_camera_noise_reduction_entry_fast">Fast</string>
417 <string name="pref_camera_noise_reduction_entry_high_quality">High quality</string>
Neelam Abhinav Karthik01076672015-07-29 11:29:17 -0700418
Michael Bestasc8bffec2018-02-04 19:53:26 +0200419 <!-- see more entry values. Do not translate. -->
420 <string name="pref_camera_noise_reduction_value_off" translatable="false">off</string>
421 <string name="pref_camera_noise_reduction_value_fast" translatable="false">fast</string>
422 <string name="pref_camera_noise_reduction_value_high_quality" translatable="false">high-quality</string>
Neelam Abhinav Karthik01076672015-07-29 11:29:17 -0700423
Michael Bestasc8bffec2018-02-04 19:53:26 +0200424 <!-- Default see more setting. Do not translate. -->
425 <string name="pref_camera_see_more_default" translatable="false">off</string>
Santhosh Kumar Thimmanna Bhattar48b9c1b2014-10-15 15:07:08 +0530426
Michael Bestasc8bffec2018-02-04 19:53:26 +0200427 <!-- Settings screen, Select See More title -->
428 <string name="pref_camera_see_more_title" translatable="false">SeeMore</string>
Santhosh Kumar Thimmanna Bhattar48b9c1b2014-10-15 15:07:08 +0530429
Michael Bestasc8bffec2018-02-04 19:53:26 +0200430 <!-- Settings screen, see more radio button choices -->
431 <string name="pref_camera_see_more_entry_off">Off</string>
432 <string name="pref_camera_see_more_entry_on">On</string>
Santhosh Kumar Thimmanna Bhattar48b9c1b2014-10-15 15:07:08 +0530433
Michael Bestasc8bffec2018-02-04 19:53:26 +0200434 <!-- see more entry values. Do not translate. -->
435 <string name="pref_camera_see_more_value_off" translatable="false">off</string>
436 <string name="pref_camera_see_more_value_on" translatable="false">on</string>
Santhosh Kumar Thimmanna Bhattar48b9c1b2014-10-15 15:07:08 +0530437
Michael Bestasc8bffec2018-02-04 19:53:26 +0200438 <!-- Denoise Settings screen, setting title text -->
439 <string name="pref_camera_denoise_title">Denoise</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530440 <string name="pref_camera_denoise_default" translatable="false">denoise-on</string>
441
442 <!-- Denoise Settings screen, Record location dialog choices -->
443 <string name="pref_camera_denoise_entry_off">Off</string>
444 <string name="pref_camera_denoise_entry_on">On</string>
445
Michael Bestasc8bffec2018-02-04 19:53:26 +0200446 <!-- Default iso setting. Do not translate. -->
447 <string name="pref_camera_iso_default" translatable="false">auto</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530448
Michael Bestasc8bffec2018-02-04 19:53:26 +0200449 <!-- Settings screen, Select Iso title -->
450 <string name="pref_camera_iso_title">ISO</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530451
Michael Bestasc8bffec2018-02-04 19:53:26 +0200452 <!-- Settings screen, ISO dialog radio button choices -->
453 <string name="pref_camera_iso_entry_auto">Auto</string>
454 <string name="pref_camera_iso_entry_isodeblur">Auto (HJR)</string>
455 <string name="pref_camera_iso_entry_iso50">ISO50</string>
456 <string name="pref_camera_iso_entry_iso100">ISO100</string>
457 <string name="pref_camera_iso_entry_iso125">ISO125</string>
458 <string name="pref_camera_iso_entry_iso150">ISO150</string>
459 <string name="pref_camera_iso_entry_iso200">ISO200</string>
460 <string name="pref_camera_iso_entry_iso250">ISO250</string>
461 <string name="pref_camera_iso_entry_iso300">ISO300</string>
462 <string name="pref_camera_iso_entry_iso320">ISO320</string>
463 <string name="pref_camera_iso_entry_iso350">ISO350</string>
464 <string name="pref_camera_iso_entry_iso400">ISO400</string>
465 <string name="pref_camera_iso_entry_iso450">ISO450</string>
466 <string name="pref_camera_iso_entry_iso500">ISO500</string>
467 <string name="pref_camera_iso_entry_iso600">ISO600</string>
468 <string name="pref_camera_iso_entry_iso640">ISO640</string>
469 <string name="pref_camera_iso_entry_iso700">ISO700</string>
470 <string name="pref_camera_iso_entry_iso800">ISO800</string>
471 <string name="pref_camera_iso_entry_iso1000">ISO1000</string>
472 <string name="pref_camera_iso_entry_iso1200">ISO1200</string>
473 <string name="pref_camera_iso_entry_iso1250">ISO1250</string>
474 <string name="pref_camera_iso_entry_iso1500">ISO1500</string>
475 <string name="pref_camera_iso_entry_iso1600">ISO1600</string>
476 <string name="pref_camera_iso_entry_iso2000">ISO2000</string>
477 <string name="pref_camera_iso_entry_iso2500">ISO2500</string>
478 <string name="pref_camera_iso_entry_iso2700">ISO2700</string>
479 <string name="pref_camera_iso_entry_iso3200">ISO3200</string>
480 <string name="pref_camera_iso_entry_iso6400">ISO6400</string>
481 <string name="pref_camera_iso_entry_iso12800">ISO12800</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530482
Michael Bestasc8bffec2018-02-04 19:53:26 +0200483 <!-- ISO entry values. Do not translate. -->
484 <string name="pref_camera_iso_value_auto" translatable="false">auto</string>
485 <string name="pref_camera_iso_value_isodeblur" translatable="false">ISO_HJR</string>
486 <string name="pref_camera_iso_value_iso50" translatable="false">ISO50</string>
487 <string name="pref_camera_iso_value_iso100" translatable="false">ISO100</string>
488 <string name="pref_camera_iso_value_iso125" translatable="false">ISO125</string>
489 <string name="pref_camera_iso_value_iso150" translatable="false">ISO150</string>
490 <string name="pref_camera_iso_value_iso200" translatable="false">ISO200</string>
491 <string name="pref_camera_iso_value_iso250" translatable="false">ISO250</string>
492 <string name="pref_camera_iso_value_iso300" translatable="false">ISO300</string>
493 <string name="pref_camera_iso_value_iso320" translatable="false">ISO320</string>
494 <string name="pref_camera_iso_value_iso350" translatable="false">ISO350</string>
495 <string name="pref_camera_iso_value_iso400" translatable="false">ISO400</string>
496 <string name="pref_camera_iso_value_iso450" translatable="false">ISO450</string>
497 <string name="pref_camera_iso_value_iso500" translatable="false">ISO500</string>
498 <string name="pref_camera_iso_value_iso600" translatable="false">ISO600</string>
499 <string name="pref_camera_iso_value_iso640" translatable="false">ISO640</string>
500 <string name="pref_camera_iso_value_iso700" translatable="false">ISO700</string>
501 <string name="pref_camera_iso_value_iso800" translatable="false">ISO800</string>
502 <string name="pref_camera_iso_value_iso1000" translatable="false">ISO1000</string>
503 <string name="pref_camera_iso_value_iso1200" translatable="false">ISO1200</string>
504 <string name="pref_camera_iso_value_iso1250" translatable="false">ISO1250</string>
505 <string name="pref_camera_iso_value_iso1500" translatable="false">ISO1500</string>
506 <string name="pref_camera_iso_value_iso1600" translatable="false">ISO1600</string>
507 <string name="pref_camera_iso_value_iso2000" translatable="false">ISO2000</string>
508 <string name="pref_camera_iso_value_iso2500" translatable="false">ISO2500</string>
509 <string name="pref_camera_iso_value_iso2700" translatable="false">ISO2700</string>
510 <string name="pref_camera_iso_value_iso3200" translatable="false">ISO3200</string>
511 <string name="pref_camera_iso_value_iso6400" translatable="false">ISO6400</string>
512 <string name="pref_camera_iso_value_iso12800" translatable="false">ISO12800</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530513
Michael Bestasc8bffec2018-02-04 19:53:26 +0200514 <!-- Settings screen, Anti Banding title -->
515 <string name="pref_camera_antibanding_title">Antibanding</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530516
Michael Bestasc8bffec2018-02-04 19:53:26 +0200517 <!-- Default Anti Banding setting. -->
518 <string name="pref_camera_antibanding_default" translatable="false">auto</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530519
Michael Bestasc8bffec2018-02-04 19:53:26 +0200520 <!-- Settings screen, Anti Banding entries -->
521 <string name="pref_camera_antibanding_entry_0">Auto</string>
522 <string name="pref_camera_antibanding_entry_1">50 Hz (Europe)</string>
523 <string name="pref_camera_antibanding_entry_2">60 Hz (USA)</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530524
Michael Bestasc8bffec2018-02-04 19:53:26 +0200525 <!-- Default color effect setting. -->
Alok Kediyaaed65252013-09-23 14:31:42 +0530526 <string name="pref_camera_coloreffect_default" translatable="false">none</string>
Jack Yoo5cca0e82015-12-17 16:53:36 -0800527 <string name="pref_camera_filter_mode_entry_on">On</string>
528 <string name="pref_camera_filter_mode_entry_off">Off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530529
530 <!-- Settings screen, Select Color effect title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200531 <string name="pref_camera_coloreffect_title">Color effect</string>
532 <string name="pref_camera_filter_mode_title">Color effect</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530533
534 <!-- Settings screen, Color effect dialog radio button choices -->
535 <string name="pref_camera_coloreffect_entry_none">None</string>
536 <string name="pref_camera_coloreffect_entry_mono">Mono</string>
537 <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
538 <string name="pref_camera_coloreffect_entry_negative">Negative</string>
539 <!-- Color effect that overexposes and reverses some of the tones. -->
540 <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
541 <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
542 <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
543 <string name="pref_camera_coloreffect_entry_emboss">Emboss</string>
544 <string name="pref_camera_coloreffect_entry_sketch">Sketch</string>
545 <string name="pref_camera_coloreffect_entry_neon">Neon</string>
546 <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
547 <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
548 <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
549 <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
550 <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
551
Emilian Peev07f5e182014-03-12 15:40:39 -0700552 <!-- Select IS title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200553 <string name="pref_camera_dis_title">Stabilization</string>
554 <string name="pref_camera_dis_default" translatable="false">disable</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530555
556 <!-- DIS choices -->
557 <string name="pref_camera_dis_entry_off">Off</string>
558 <string name="pref_camera_dis_entry_on">On</string>
559
Michael Bestasc8bffec2018-02-04 19:53:26 +0200560 <string name="pref_camera_dis_value_disable" translatable="false">disable</string>
561 <string name="pref_camera_dis_value_enable" translatable="false">enable</string>
Dimitar Borisova5c2a742014-10-06 18:38:12 +0300562
Alok Kediyaaed65252013-09-23 14:31:42 +0530563 <!-- Select Face Recognition title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200564 <string name="pref_camera_facerc_title">Face recognition</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530565
Michael Bestasc8bffec2018-02-04 19:53:26 +0200566 <string name="pref_camera_facerc_default" translatable="false">off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530567
568 <!-- Face Recognition choices -->
569 <string name="pref_camera_facerc_entry_off">Off</string>
570 <string name="pref_camera_facerc_entry_on">On</string>
571
572 <!-- Settings screen, Multiple levels entries -->
573 <string name="pref_camera_sharpness_entry_level0">Level 0</string>
574 <string name="pref_camera_sharpness_entry_level1">Level 1</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200575 <string name="pref_camera_sharpness_entry_level2">Level 2 (default)</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530576 <string name="pref_camera_sharpness_entry_level3">Level 3</string>
577 <string name="pref_camera_sharpness_entry_level4">Level 4</string>
578 <string name="pref_camera_sharpness_entry_level5">Level 5</string>
579 <string name="pref_camera_sharpness_entry_level6">Level 6</string>
580
581 <!-- Settings screen, Multiple levels entries -->
582 <string name="pref_camera_contrast_entry_level0">Level 0</string>
583 <string name="pref_camera_contrast_entry_level1">Level 1</string>
584 <string name="pref_camera_contrast_entry_level2">Level 2</string>
585 <string name="pref_camera_contrast_entry_level3">Level 3</string>
586 <string name="pref_camera_contrast_entry_level4">Level 4</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200587 <string name="pref_camera_contrast_entry_level5">Level 5 (default)</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530588 <string name="pref_camera_contrast_entry_level6">Level 6</string>
589 <string name="pref_camera_contrast_entry_level7">Level 7</string>
590 <string name="pref_camera_contrast_entry_level8">Level 8</string>
591 <string name="pref_camera_contrast_entry_level9">Level 9</string>
592 <string name="pref_camera_contrast_entry_level10">Level 10</string>
593
594 <!-- Settings screen, Multiple levels entries -->
595 <string name="pref_camera_saturation_entry_level0">Level 0</string>
596 <string name="pref_camera_saturation_entry_level1">Level 1</string>
597 <string name="pref_camera_saturation_entry_level2">Level 2</string>
598 <string name="pref_camera_saturation_entry_level3">Level 3</string>
599 <string name="pref_camera_saturation_entry_level4">Level 4</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200600 <string name="pref_camera_saturation_entry_level5">Level 5 (default)</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530601 <string name="pref_camera_saturation_entry_level6">Level 6</string>
602 <string name="pref_camera_saturation_entry_level7">Level 7</string>
603 <string name="pref_camera_saturation_entry_level8">Level 8</string>
604 <string name="pref_camera_saturation_entry_level9">Level 9</string>
605 <string name="pref_camera_saturation_entry_level10">Level 10</string>
606
607 <!-- Default sharpness setting. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200608 <string name="pref_camera_sharpness_default" translatable="false">2</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530609
610 <!-- Settings screen, Select sharpness title -->
611 <string name="pref_camera_sharpness_title">Sharpness</string>
612
613 <!-- Default contrast setting. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200614 <string name="pref_camera_contrast_default" translatable="false">5</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530615
616 <!-- Settings screen, Select contrast title -->
617 <string name="pref_camera_contrast_title">Contrast</string>
618
619 <!-- Default saturation setting. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200620 <string name="pref_camera_saturation_default" translatable="false">5</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530621
622 <!-- Settings screen, Select saturation title -->
623 <string name="pref_camera_saturation_title">Saturation</string>
624
625 <!-- Default picture quality setting. See
626 pref_camera_jpegquality_entryvalues for possible values -->
zhuw394405b2018-10-25 17:47:37 +0800627 <string name="pref_camera_jpegquality_default" translatable="false">100</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530628
629 <!-- Default Picture format setting. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200630 <string name="pref_camera_picture_format_default" translatable="false">jpeg</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530631
632 <!-- Settings screen, Select Picture format title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200633 <string name="pref_camera_picture_format_title">Picture format</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530634
635 <!-- Settings screen, picture format dialog radio button choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200636 <string name="pref_camera_picture_format_entry_jpeg" translatable="false">JPEG</string>
637 <string name="pref_camera_picture_format_entry_raw" translatable="false">Raw</string>
638 <string name="pref_camera_picture_format_entry_raw_yuv_422_sp" translatable="false">YUV422SP</string>
639 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yuyv" translatable="false">YUVRaw8YUYV</string>
640 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yvyu" translatable="false">YUVRaw8YVYU</string>
641 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_uyvy" translatable="false">YUVRaw8UYVY</string>
642 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_vyuy" translatable="false">YUVRaw8VYUY</string>
643 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8gbrg" translatable="false">BayerQ8GBRG</string>
644 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8grbg" translatable="false">BayerQ8GRBG</string>
645 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8rggb" translatable="false">BayerQ8RGGB</string>
646 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8bggr" translatable="false">BayerQ8BGRR</string>
647 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10gbrg" translatable="false">BayerQ10GBRG</string>
648 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10grbg" translatable="false">BayerQ10GRBG</string>
649 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10rggb" translatable="false">BayerQ10RGGB</string>
650 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10bggr" translatable="false">BayerQ10BGGR</string>
651 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12gbrg" translatable="false">BayerQ12GBRG</string>
652 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12grbg" translatable="false">BayerQ12GRBG</string>
653 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12rggb" translatable="false">BayerQ12RGGB</string>
654 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12bggr" translatable="false">BayerQ12BGGR</string>
655 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8gbrg" translatable="false">BayerM8GBRG</string>
656 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8grbg" translatable="false">BayerM8GRBG</string>
657 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8rggb" translatable="false">BayerM8RGGB</string>
658 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8bggr" translatable="false">BayerM8BGGR</string>
659 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10gbrg" translatable="false">BayerM10GBRG</string>
660 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10grbg" translatable="false">BayerM10GRBG</string>
661 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10rggb" translatable="false">BayerM10RGGB</string>
662 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10bggr" translatable="false">BayerM10BGGR</string>
663 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12gbrg" translatable="false">BayerM12GBRG</string>
664 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12grbg" translatable="false">BayerM12GRBG</string>
665 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12rggb" translatable="false">BayerM12RGGB</string>
666 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12bggr" translatable="false">BayerM12BGGR</string>
667 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8gbrg" translatable="false">BayerIQ8GBRG</string>
668 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8grbg" translatable="false">BayerIQ8GRBG</string>
669 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8rggb" translatable="false">BayerIQ8RGGB</string>
670 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8bggr" translatable="false">BayerIQ8BGGR</string>
671 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10gbrg" translatable="false">BayerIQ10GBRG</string>
672 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10grbg" translatable="false">BayerIQ10GRBG</string>
673 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10rggb" translatable="false">BayerIQ10RGGB</string>
674 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10bggr" translatable="false">BayerIQ10BGGR</string>
675 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12gbrg" translatable="false">BayerIQ12GBRG</string>
676 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12grbg" translatable="false">BayerIQ12GRBG</string>
677 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12rggb" translatable="false">BayerIQ12RGGB</string>
678 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12bggr" translatable="false">BayerIQ12BGGR</string>
679 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8gbrg" translatable="false">BayerIM8GBRG</string>
680 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8grbg" translatable="false">BayerIM8GRBG</string>
681 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8rggb" translatable="false">BayerIM8RGGB</string>
682 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8bggr" translatable="false">BayerIM8BGGR</string>
683 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10gbrg" translatable="false">BayerIM10GBRG</string>
684 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10grbg" translatable="false">BayerIM10GRBG</string>
685 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10rggb" translatable="false">BayerIM10rggb</string>
686 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10bggr" translatable="false">BayerIM8bggr</string>
687 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12gbrg" translatable="false">BayerIM12gbrg</string>
688 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12grbg" translatable="false">BayerIM12grbg</string>
689 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12rggb" translatable="false">BayerIM12rggb</string>
690 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12bggr" translatable="false">BayerIM12bggr</string>
691 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8gbrg" translatable="false">BayerIP88gbrg</string>
692 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8grbg" translatable="false">BayerIP88grbg</string>
693 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8rggb" translatable="false">BayerIP88rggb</string>
694 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8bggr" translatable="false">BayerIP88bggr</string>
695 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8gbrg" translatable="false">BayerIP168gbrg</string>
696 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8grbg" translatable="false">BayerIP168grbg</string>
697 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8rggb" translatable="false">BayerIP168rggb</string>
698 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8bggr" translatable="false">BayerIP168bggr</string>
699 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10gbrg" translatable="false">BayerIP1610gbrg</string>
700 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10grbg" translatable="false">BayerIP1610grbg</string>
701 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10rggb" translatable="false">BayerIP1610rggb</string>
702 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10bggr" translatable="false">BayerIP1610bggr</string>
703 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12gbrg" translatable="false">BayerIP1612gbrg</string>
704 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12grbg" translatable="false">BayerIP1612grbg</string>
705 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12rggb" translatable="false">BayerIP1612rggb</string>
706 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12bggr" translatable="false">BayerIP1612bggr</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530707
708 <!-- Picture format entry values. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200709 <string name="pref_camera_picture_format_value_jpeg" translatable="false">jpeg</string>
710 <string name="pref_camera_picture_format_value_raw" translatable="false">raw</string>
711 <string name="pref_camera_picture_format_value_raw_yuv_422_sp" translatable="false">yuv422sp</string>
712 <string name="pref_camera_picture_format_value_raw_yuv_8bit_yuyv" translatable="false">yuv-raw8-yuyv</string>
713 <string name="pref_camera_picture_format_value_raw_yuv_8bit_yvyu" translatable="false">yuv-raw8-yvyu</string>
714 <string name="pref_camera_picture_format_value_raw_yuv_8bit_uyvy" translatable="false">yuv-raw8-uyvy</string>
715 <string name="pref_camera_picture_format_value_raw_yuv_8bit_vyuy" translatable="false">yuv-raw8-vyuy</string>
716 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8gbrg" translatable="false">bayer-qcom-8gbrg</string>
717 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8grbg" translatable="false">bayer-qcom-8grbg</string>
718 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8rggb" translatable="false">bayer-qcom-8rggb</string>
719 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8bggr" translatable="false">bayer-qcom-8bgrr</string>
720 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10gbrg" translatable="false">bayer-qcom-10gbrg</string>
721 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10grbg" translatable="false">bayer-qcom-10grbg</string>
722 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10rggb" translatable="false">bayer-qcom-10rggb</string>
723 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10bggr" translatable="false">bayer-qcom-10bggr</string>
724 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12gbrg" translatable="false">bayer-qcom-12gbrg</string>
725 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12grbg" translatable="false">bayer-qcom-12grbg</string>
726 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12rggb" translatable="false">bayer-qcom-12rggb</string>
727 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12bggr" translatable="false">bayer-qcom-12bggr</string>
728 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8gbrg" translatable="false">bayer-mipi-8gbrg</string>
729 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8grbg" translatable="false">bayer-mipi-8grbg</string>
730 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8rggb" translatable="false">bayer-mipi-8rggb</string>
731 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8bggr" translatable="false">bayer-mipi-8bggr</string>
732 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10gbrg" translatable="false">bayer-mipi-10gbrg</string>
733 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10grbg" translatable="false">bayer-mipi-10grbg</string>
734 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10rggb" translatable="false">bayer-mipi-10rggb</string>
735 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10bggr" translatable="false">bayer-mipi-10bggr</string>
736 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12gbrg" translatable="false">bayer-mipi-12gbrg</string>
737 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12grbg" translatable="false">bayer-mipi-12grbg</string>
738 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12rggb" translatable="false">bayer-mipi-12rggb</string>
739 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12bggr" translatable="false">bayer-mipi-12bggr</string>
740 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8gbrg" translatable="false">bayer-ideal-qcom-8gbrg</string>
741 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8grbg" translatable="false">bayer-ideal-qcom-8grbg</string>
742 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8rggb" translatable="false">bayer-ideal-qcom-8rggb</string>
743 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8bggr" translatable="false">bayer-ideal-qcom-8bggr</string>
744 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10gbrg" translatable="false">bayer-ideal-qcom-10gbrg</string>
745 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10grbg" translatable="false">bayer-ideal-qcom-10grbg</string>
746 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10rggb" translatable="false">bayer-ideal-qcom-10rggb</string>
747 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10bggr" translatable="false">bayer-ideal-qcom-10bggr</string>
748 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12gbrg" translatable="false">bayer-ideal-qcom-12gbrg</string>
749 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12grbg" translatable="false">bayer-ideal-qcom-12grbg</string>
750 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12rggb" translatable="false">bayer-ideal-qcom-12rggb</string>
751 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12bggr" translatable="false">bayer-ideal-qcom-12bggr</string>
752 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8gbrg" translatable="false">bayer-ideal-mipi-8gbrg</string>
753 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8grbg" translatable="false">bayer-ideal-mipi-8grbg</string>
754 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8rggb" translatable="false">bayer-ideal-mipi-8rggb</string>
755 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8bggr" translatable="false">bayer-ideal-mipi-8bggr</string>
756 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10gbrg" translatable="false">bayer-ideal-mipi-10gbrg</string>
757 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10grbg" translatable="false">bayer-ideal-mipi-10grbg</string>
758 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10rggb" translatable="false">bayer-ideal-mipi-10rggb</string>
759 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10bggr" translatable="false">bayer-ideal-mipi-8bggr</string>
760 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12gbrg" translatable="false">bayer-ideal-mipi-12gbrg</string>
761 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12grbg" translatable="false">bayer-ideal-mipi-12grbg</string>
762 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12rggb" translatable="false">bayer-ideal-mipi-12rggb</string>
763 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12bggr" translatable="false">bayer-ideal-mipi-12bggr</string>
764 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8gbrg" translatable="false">bayer-ideal-plain8-8gbrg</string>
765 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8grbg" translatable="false">bayer-ideal-plain8-8grbg</string>
766 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8rggb" translatable="false">bayer-ideal-plain8-8rggb</string>
767 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8bggr" translatable="false">bayer-ideal-plain8-8bggr</string>
768 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8gbrg" translatable="false">bayer-ideal-plain16-8gbrg</string>
769 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8grbg" translatable="false">bayer-ideal-plain16-8grbg</string>
770 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8rggb" translatable="false">bayer-ideal-plain16-8rggb</string>
771 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8bggr" translatable="false">bayer-ideal-plain16-8bggr</string>
772 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10gbrg" translatable="false">bayer-ideal-plain16-10gbrg</string>
773 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10grbg" translatable="false">bayer-ideal-plain16-10grbg</string>
774 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10rggb" translatable="false">bayer-ideal-plain16-10rggb</string>
775 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10bggr" translatable="false">bayer-ideal-plain16-10bggr</string>
776 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12gbrg" translatable="false">bayer-ideal-plain16-12gbrg</string>
777 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12grbg" translatable="false">bayer-ideal-plain16-12grbg</string>
778 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12rggb" translatable="false">bayer-ideal-plain16-12rggb</string>
779 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12bggr" translatable="false">bayer-ideal-plain16-12bggr</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530780 <!-- Settings screen, Picture quality title -->
781 <string name="pref_camera_jpegquality_title">Picture quality</string>
782
783 <!-- Settings screen, Picture quality dialog radio button choices -->
likaid3ec8fb42015-09-24 17:02:54 +0800784 <string name="pref_camera_jpegquality_entry_0">Low</string>
785 <string name="pref_camera_jpegquality_entry_1">Standard</string>
786 <string name="pref_camera_jpegquality_entry_2">High</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530787
Michael Bestasc8bffec2018-02-04 19:53:26 +0200788 <!-- Default auto histogram setting. Do not translate. -->
789 <string name="pref_camera_histogram_default" translatable="false">disable</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530790
Michael Bestasc8bffec2018-02-04 19:53:26 +0200791 <!-- Settings screen, Select Histogram title -->
792 <string name="pref_camera_histogram_title">Histogram</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530793
Michael Bestasc8bffec2018-02-04 19:53:26 +0200794 <!-- Settings screen, Histogram radio button choices -->
795 <string name="pref_camera_histogram_entry_enable">Enable</string>
796 <string name="pref_camera_histogram_entry_disable">Disable</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530797
Michael Bestasc8bffec2018-02-04 19:53:26 +0200798 <!-- Histogram entry values. Do not translate. -->
799 <string name="pref_camera_histogram_value_enable" translatable="false">enable</string>
800 <string name="pref_camera_histogram_value_disable" translatable="false">disable</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530801
Alok Kediyaaed65252013-09-23 14:31:42 +0530802 <!-- Default auto scene detection setting. -->
803 <string name="pref_camera_scenedetect_default" translatable="false">off</string>
804
805 <!-- Settings screen, Select Auto Scene Detection -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200806 <string name="pref_camera_scenedetect_title">Auto scene detection</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530807
808 <!-- Settings menu, auto scene detection choices -->
809 <string name="pref_camera_scenedetect_entry_off">Off</string>
810 <!-- Scene detection set to on - supports backlight and snow cloudy detection. -->
811 <string name="pref_camera_scenedetect_entry_on">On</string>
812
813 <!-- Toast showing error if invalid size selected for time lapse [CHAR LIMIT=65] -->
814 <string name="time_lapse_error">Invalid video-size for time-lapse recording.</string>
815
Byunghun Jeon7a123a72015-10-06 14:50:11 -0700816 <string name="pref_camera_videosnapsize_default" translatable="false">auto</string>
Fei Zhang28bcccd2014-03-27 13:55:24 +0800817
818 <!-- longshot value -->
819 <string name="pref_camera_longshot_default" translatable="false">off</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200820 <string name="pref_camera_longshot_title">Continuous shot</string>
821 <string name="msg_cancel_longshot_for_limited_memory">Running out of memory, cancelling continuous shot</string>
Suman Mukherjeede8bbe72014-05-22 13:35:24 +0530822
823 <!-- Toast showing non-supported functionality for flash in AE bracket -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200824 <string name="flash_aebracket_message">Flash is not supported in AE bracketing mode</string>
Suman Mukherjeede8bbe72014-05-22 13:35:24 +0530825
Abhishek Pantcb4748b2013-12-04 15:51:48 +0530826 <!-- Settings screen, setting title text for Auto HDR-->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200827 <string name="pref_camera_auto_hdr_title">Auto HDR</string>
828 <string name="pref_camera_auto_hdr_default" translatable="false">disable</string>
Abhishek Pantcb4748b2013-12-04 15:51:48 +0530829
830 <!-- Settings screen, Auto HDR location dialog choices -->
831 <string name="pref_camera_auto_hdr_entry_enable">Enable</string>
832 <string name="pref_camera_auto_hdr_entry_disable">Disable</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200833 <string name="pref_camera_auto_hdr_value_enable" translatable="false">enable</string>
834 <string name="pref_camera_auto_hdr_value_disable" translatable="false">disable</string>
kaiyizde529662014-07-21 16:47:27 +0800835
Arne Coucheron11a63d32021-02-03 06:55:08 +0100836 <!-- toast message for storage location switch -->
837 <string name="on_switch_save_path_to_sdcard">Internal storage space is not enough, switched storage location to SD card</string>
838
Michael Bestasc8bffec2018-02-04 19:53:26 +0200839 <string name="pref_camera_hdr_mode_default" translatable="false">hdr-mode-multiframe</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300840
841 <!-- Settings screen, Selectable HDR mode title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200842 <string name="pref_camera_hdr_mode_title">HDR mode</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300843
844 <!-- Settings screen, Selectable HDR mode radio button choices -->
845 <string name="pref_camera_hdr_mode_entry_sensor">Sensor HDR</string>
846 <string name="pref_camera_hdr_mode_entry_multi_frame">Multi-frame HDR</string>
847
Ivan Evlogievec449be2014-09-11 13:31:11 +0300848 <!-- HDR mode entry values. Do not translate. -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200849 <string name="pref_hdr_mode_value_sensor" translatable="false">hdr-mode-sensor</string>
850 <string name="pref_hdr_mode_value_multi_frame" translatable="false">hdr-mode-multiframe</string>
Ivan Evlogievec449be2014-09-11 13:31:11 +0300851
Apurva Rajgurue07e72a2014-07-23 16:35:54 -0700852 <!--Default video rotation setting-->
853 <string name="pref_camera_video_rotation_default" translatable="false">0</string>
854
855 <!--Settings screen, video rotation title-->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200856 <string name="pref_camera_video_rotation_title">Video rotation</string>
Apurva Rajgurue07e72a2014-07-23 16:35:54 -0700857
858 <!--Menu, video rotation label-->
859 <string name="pref_camera_video_rotation_label">VIDEO ROTATION</string>
860
861 <!-- Settings screen, Video rotation dialog radio button choices -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200862 <string name="pref_camera_video_rotation_entry_0">0 degrees</string>
863 <string name="pref_camera_video_rotation_entry_90">90 degrees</string>
864 <string name="pref_camera_video_rotation_entry_180">180 degrees</string>
865 <string name="pref_camera_video_rotation_entry_270">270 degrees</string>
Santhosh Kumar Thimmanna Bhattarf94401f2014-10-15 12:39:00 +0530866
kaiyiz10110372014-11-27 10:36:48 +0800867 <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
Michael Bestasc8bffec2018-02-04 19:53:26 +0200868 <string name="map_activity_not_found_err">There is no maps app installed to show the location</string>
kaiyiz10110372014-11-27 10:36:48 +0800869
Michael Bestasc8bffec2018-02-04 19:53:26 +0200870 <!-- Continuous shot enable message -->
871 <string name="longshot_enable_message">Advanced features are not supported in continuous shot mode</string>
872 <!-- Advanced features enable message -->
873 <string name="advance_feature_enable_msg">Continuous shot is not supported when advanced features are enabled</string>
Santhosh Kumar Thimmanna Bhattarf94401f2014-10-15 12:39:00 +0530874
Jing (Mia) Wangdfbca432014-12-10 09:34:04 +0800875 <!-- The alas of CameraActivity for gesture operation -->
876 <string name="camera_gesture_title">Launch camera</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200877 <string name="pref_camera_tsmakeup_title">Beautification</string>
878 <string name="pref_camera_tsmakeup_entry_on">On</string>
879 <string name="pref_camera_tsmakeup_entry_off">Off</string>
880 <string name="pref_camera_tsmakeup_entry_low">Low</string>
881 <string name="pref_camera_tsmakeup_entry_mid">Medium</string>
882 <string name="pref_camera_tsmakeup_entry_high">High</string>
883 <string name="pref_camera_tsmakeup_default" translatable="false">Off</string>
884 <string name="pref_camera_tsmakeup_level_default" translatable="false">60</string>
885 <string name="pref_camera_tsmakeup_custom">Custom</string>
886 <string name="pref_camera_tsmakeup_level_whiten">Whiten</string>
887 <string name="pref_camera_tsmakeup_level_clean">Soften</string>
888 <string name="text_tsmakeup_alert_title">Warning</string>
889 <string name="text_tsmakeup_alert_msg">Face detection must be enabled in order to use the beautification feature. Do you want to continue?</string>
890 <string name="text_tsmakeup_alert_continue">Continue</string>
891 <string name="text_tsmakeup_alert_quit">Cancel</string>
892 <string name="text_tsmakeup_beautify_toast">Beautify</string>
Likai Ding762b4352014-12-10 18:09:27 +0800893
Michael Bestasc8bffec2018-02-04 19:53:26 +0200894 <string name="all_in_focus">All in focus</string>
Likai Dingc58ac9b2015-04-27 14:21:31 +0800895 <string name="refocus_toast">To re-focus last photo, tap here</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200896 <string name="refocus_prompt_title" translatable="false">UbiFocus</string>
Likai Ding42655222015-08-21 07:04:15 +0800897 <string name="refocus_prompt_message">With UbiFocus, your camera will take 5 pictures, each time that you press the shutter button. The 5 pictures will be combined into 1 picture, where everything is in focus. You can choose to re-focus, after you take the picture.</string>
Sai Kumar Sanagavarapua70d2692015-03-20 11:50:19 +0530898
899 <string name="camera_thermal_shutdown">Phone overheated, closing camera.</string>
900 <string name="camera_server_died">Media server died, closing camera.</string>
901 <string name="camera_unknown_error">Unknown error, closing camera.</string>
Camera Software Integration488679f2015-10-30 10:13:25 -0700902
Michael Bestasc8bffec2018-02-04 19:53:26 +0200903 <string name="mute_button_desc">Mute button</string>
Jack Yoo90113022016-03-09 12:44:54 -0800904
Michael Bestasc8bffec2018-02-04 19:53:26 +0200905 <string name="pref_camera2_camera2_title">Camera2 mode</string>
906 <string name="pref_camera2_camera2_entry_enable">Enable</string>
907 <string name="pref_camera2_camera2_entry_disable">Disable</string>
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700908 <string name="pref_camera2_camera2_default" translatable="false">disable</string>
909 <string name="pref_camera2_camera2_value_enable" translatable="false">enable</string>
910 <string name="pref_camera2_camera2_value_disable" translatable="false">disable</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800911
Michael Bestasc8bffec2018-02-04 19:53:26 +0200912 <string name="pref_camera2_mono_only_title">Mono only</string>
Byunghun Jeon421cebf2016-05-10 14:19:36 -0700913 <string name="pref_camera2_mono_only_default" translatable="false">off</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200914 <string name="pref_camera2_mono_only_entry_on">On</string>
915 <string name="pref_camera2_mono_only_entry_off">Off</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800916
Michael Bestasc8bffec2018-02-04 19:53:26 +0200917 <string name="pref_camera2_mono_preview_title">Mono preview</string>
918 <string name="pref_camera2_mono_preview_entry_on">On</string>
919 <string name="pref_camera2_mono_preview_entry_off">Off</string>
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700920 <string name="pref_camera2_mono_preview_default" translatable="false">off</string>
921 <string name="pref_camera2_mono_preview_value_on" translatable="false">on</string>
922 <string name="pref_camera2_mono_preview_value_off" translatable="false">off</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800923
Michael Bestasc8bffec2018-02-04 19:53:26 +0200924 <string name="pref_camera2_clearsight_title" translatable="false">ClearSight</string>
Byunghun Jeon421cebf2016-05-10 14:19:36 -0700925 <string name="pref_camera2_clearsight_default" translatable="false">on</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200926 <string name="pref_camera2_clearsight_entry_on">On</string>
927 <string name="pref_camera2_clearsight_entry_off">Off</string>
Byunghun Jeon1b30b782016-02-10 11:47:29 -0800928
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700929 <string name="pref_camera2_clearsight_value_on" translatable="false">on</string>
930 <string name="pref_camera2_clearsight_value_off" translatable="false">off</string>
Cullum Baldwin435d6e52016-04-12 11:49:50 -0700931
932 <string name="clearsight_capture_success">ClearSight capture successful</string>
933 <string name="clearsight_capture_fail">ClearSight capture failed</string>
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700934
Michael Bestasc8bffec2018-02-04 19:53:26 +0200935 <string name="pref_camera2_mpo_title">MPO format</string>
Jay Wang82839f52016-07-25 10:20:17 -0700936 <string name="pref_camera2_mpo_default" translatable="false">off</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200937 <string name="pref_camera2_mpo_entry_on">On</string>
938 <string name="pref_camera2_mpo_entry_off">Off</string>
Jay Wang82839f52016-07-25 10:20:17 -0700939
940 <string name="pref_camera2_mpo_value_on" translatable="false">on</string>
941 <string name="pref_camera2_mpo_value_off" translatable="false">off</string>
942
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700943 <string name="pref_camera2_scenemode_default" translatable="false">0</string>
Byunghun Jeon421cebf2016-05-10 14:19:36 -0700944 <string name="pref_camera2_whitebalance_default" translatable="false">1</string>
945 <string name="pref_camera2_coloreffect_default" translatable="false">0</string>
Byunghun Jeon93b6ff22016-09-16 17:09:09 -0700946 <string name="pref_camera2_flashmode_value_auto" translatable="false">auto</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -0700947
Michael Bestasc8bffec2018-02-04 19:53:26 +0200948 <string name="pref_camera2_makeup_title">Makeup</string>
949 <string name="pref_camera2_makeup_entry_on">On</string>
950 <string name="pref_camera2_makeup_entry_off">Off</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -0700951
zhuwde86a772018-11-05 14:52:26 +0800952 <string name="pref_camera2_noise_reduction_default" translatable="false">high-quality</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200953 <string name="pref_camera2_noise_reduction_title">Noise reduction</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -0700954
Michael Bestasc8bffec2018-02-04 19:53:26 +0200955 <string name="pref_camera2_noise_reduction_entry_off">Off</string>
956 <string name="pref_camera2_noise_reduction_entry_fast">Fast</string>
957 <string name="pref_camera2_noise_reduction_entry_high_quality">High quality</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -0700958
959 <string name="pref_camera2_noise_reduction_value_off" translatable="false">off</string>
960 <string name="pref_camera2_noise_reduction_value_fast" translatable="false">fast</string>
961 <string name="pref_camera2_noise_reduction_value_high_quality" translatable="false">high-quality</string>
Byunghun Jeonb5821432016-06-17 15:52:25 -0700962
963 <string name="pref_camera2_videosnap_default" translatable="false">enable</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +0200964 <string name="pref_camera2_videosnap_title">Auto snapshot size</string>
Byunghun Jeonb5821432016-06-17 15:52:25 -0700965
Michael Bestasc8bffec2018-02-04 19:53:26 +0200966 <string name="pref_camera2_videosnap_value_enable" translatable="false">enable</string>
967 <string name="pref_camera2_videosnap_value_disable" translatable="false">disable</string>
Byunghun Jeonb5821432016-06-17 15:52:25 -0700968
Michael Bestasc8bffec2018-02-04 19:53:26 +0200969 <string name="pref_camera2_videosnap_entry_enable">Enable</string>
970 <string name="pref_camera2_videosnap_entry_disable">Disable</string>
Byunghun Jeon904d5062016-07-26 16:05:33 -0700971
Michael Bestasc8bffec2018-02-04 19:53:26 +0200972 <string name="pref_camera2_trackingfocus_title">Tracking focus</string>
973 <string name="pref_camera2_trackingfocus_entry_on">On</string>
974 <string name="pref_camera2_trackingfocus_entry_off">Off</string>
Byunghun Jeon904d5062016-07-26 16:05:33 -0700975
Michael Bestasc8bffec2018-02-04 19:53:26 +0200976 <string name="pref_camera_scenemode_entry_bestpicture">Best picture</string>
977 <string name="pref_camera_scenemode_entry_chromaflash" translatable="false">ChromaFlash</string>
978 <string name="pref_camera_scenemode_entry_blurbuster" translatable="false">BlurBuster</string>
979 <string name="pref_camera_scenemode_entry_sharpshooter">Sharp photo</string>
980 <string name="pref_camera_scenemode_entry_trackingfocus">Tracking focus</string>
981 <string name="pref_camera_scenemode_entry_panorama">Panorama</string>
982 <string name="pref_camera_scenemode_entry_promode">Pro mode</string>
983 <string name="pref_camera_scenemode_entry_deepzoom" translatable="false">DeepZoom</string>
984 <string name="bestpicture_done">DONE</string>
985 <string name="bestpicture_at_least_one_picture">At least one picture has to be chosen.</string>
Byunghun Jeona6038bd2016-07-14 11:13:36 -0700986
Michael Bestasc8bffec2018-02-04 19:53:26 +0200987 <string name="pref_camera2_shutter_sound_default" translatable="false">on</string>
988 <string name="pref_camera2_shutter_sound_value_on" translatable="false">on</string>
989 <string name="pref_camera2_shutter_sound_value_off" translatable="false">off</string>
990
991 <string name="pref_camera2_shutter_sound_entry_on">On</string>
992 <string name="pref_camera2_shutter_sound_entry_off">Off</string>
993 <string name="pref_camera2_shutter_sound_title">Shutter sound</string>
994
995 <string name="pref_camera2_timer_entry_off">Off</string>
996 <string name="pref_camera2_timer_entry_2sec">2 seconds</string>
997 <string name="pref_camera2_timer_entry_5sec">5 seconds</string>
998 <string name="pref_camera2_timer_entry_10sec">10 seconds</string>
Byunghun Jeona6038bd2016-07-14 11:13:36 -0700999
1000 <string name="pref_camera2_timer_value_off" translatable="false">0</string>
1001 <string name="pref_camera2_timer_value_2sec" translatable="false">2</string>
1002 <string name="pref_camera2_timer_value_5sec" translatable="false">5</string>
1003 <string name="pref_camera2_timer_value_10sec" translatable="false">10</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001004 <string name="pref_camera2_saveraw_default" translatable="false">disable</string>
1005 <string name="pref_camera2_saveraw_title">Save with Raw format</string>
junjiez9d924d92016-11-15 09:28:35 +08001006 <string name="pref_camera2_saveraw_value_disable" translatable="false">disable</string>
1007 <string name="pref_camera2_saveraw_value_enable" translatable="false">enable</string>
1008
Michael Bestasc8bffec2018-02-04 19:53:26 +02001009 <string name="pref_camera2_saveraw_entry_disable" translatable="false">disable</string>
1010 <string name="pref_camera2_saveraw_entry_enable" translatable="false">enable</string>
junjiez9d924d92016-11-15 09:28:35 +08001011
Michael Bestasc8bffec2018-02-04 19:53:26 +02001012 <string name="panocapture_direction_is_not_determined">Move constantly towards one direction.</string>
1013 <string name="panocapture_intro">Press camera button to start.</string>
1014 <string name="panocapture_direction_is_changed">Direction has changed, stopping panorama capture\u2026</string>
1015 <string name="makeup_ui_title">Choose the strength of the beautification.</string>
1016 <string name="makeup_ui_ok_button">OK</string>
1017 <string name="makeup_seekbar_low" translatable="false">low</string>
1018 <string name="makeup_seekbar_high" translatable="false">high</string>
weijiewa00285c2016-11-10 15:36:18 +08001019
Michael Bestasc8bffec2018-02-04 19:53:26 +02001020 <string name="perf_camera2_version_info">Version info</string>
1021 <string name="perf_camera2_preferences_category_general">General</string>
1022 <string name="perf_camera2_preferences_category_photo">Still camera</string>
1023 <string name="perf_camera2_preferences_category_video">Video camera</string>
1024 <string name="perf_camera2_preferences_category_system">System</string>
weijiewb39e01c2016-12-02 19:56:28 +08001025
Michael Bestasc8bffec2018-02-04 19:53:26 +02001026 <string name="pref_camera2_scene_mode_dual_camera_instructional_content">In dual camera mode, your pictures will be clearer. You can also apply background effects, by editing your dual camera pictures in the Gallery.</string>
1027 <string name="pref_camera2_scene_mode_ubi_focus_instructional_content">With UbiFocus, your camera will take five pictures and combine them into one picture, where everything is in focus. You can choose to re-focus, after you take the picture.</string>
1028 <string name="pref_camera2_scene_mode_opti_zoom_instructional_content">Use OptiZoom when you want to zoom in for a clear picture. You can zoom before, or after taking the picture.</string>
1029 <string name="pref_camera2_scene_mode_sports_instructional_content">Sports mode helps you take better sports or action shots.\n\nImproves your photos, but has no effect on video recording.</string>
1030 <string name="pref_camera2_scene_mode_hdr_instructional_content">When you are in mixed lighting conditions such as low light and backlit scenes select "HDR" for best possible pictures.</string>
1031 <string name="pref_camera2_scene_mode_best_photo_instructional_content">Allows you to take a burst of 10 photos, then you can choose the best one(s).</string>
1032 <string name="pref_camera2_scene_mode_chroma_flash_instructional_content">With ChromaFlash, the lighting in your flash photos will be optimized for all of the people and objects in your pictures. This feature applies only to the back camera.</string>
1033 <string name="pref_camera2_scene_mode_sharp_photo_instructional_content">Sharp photo reduces blur that is due to motion in the scene, or due to hand motion.</string>
1034 <string name="pref_camera2_scene_mode_tracking_focus_instructional_content">Allows you to track and focus a selected person or object while taking pictures or videos. To start, position the focus rectangle on a person or object you want to track.</string>
1035 <string name="pref_camera2_scene_mode_time_lapse_instructional_content">With Time lapse, you can transform a long video recording into a few seconds of video. This effect applies to videos, but not photos.</string>
1036 <string name="pref_camera2_scene_mode_panorama_instructional_content">Allows you to pan left or right to take a wide landscape photo. You can also pan up or down to take tall photos.</string>
1037 <string name="pref_camera2_scene_mode_blur_buster_instructional_content">BlurBuster reduces blur from shaky hands. It can be helpful when taking photos in difficult places.</string>
1038 <string name="pref_camera2_scene_mode_pro_instructional_content">With Pro mode, you can manually control settings for ISO, exposure, white balance, and focus. You will have easy access to all of these advanced settings.</string>
1039 <string name="pref_camera2_scene_mode_deepzoom_instructional_content">With DeepZoom mode, you can take a photo at 2x or 4x enhanced zoom.</string>
1040 <string name="pref_camera2_scene_mode_deepportrait_instructional_content">With DeepPortrait mode, you can take selfies with a blurred background. You can use the slider to adjust the amount of the blur.</string>
weijiewb39e01c2016-12-02 19:56:28 +08001041 <string name="pref_camera2_not_show_again">Do not show again</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001042 <string name="pref_camera2_scene_mode_instructional_ok">OK</string>
junjiezd92a9522016-11-16 11:09:28 +08001043
Michael Bestasc8bffec2018-02-04 19:53:26 +02001044 <string name="pref_camera2_instant_aec_title">Instant AEC</string>
junjiezd92a9522016-11-16 11:09:28 +08001045 <string name="pref_camera2_instant_aec_default" translatable="false">0</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001046 <string name="pref_camera2_instant_aec_entry_disable">Disable</string>
1047 <string name="pref_camera2_instant_aec_entry_aggressive">Aggressive AEC</string>
1048 <string name="pref_camera2_instant_aec_entry_fast">Fast AEC</string>
weijiew8815dd22016-12-23 16:19:43 +08001049
Michael Bestasc8bffec2018-02-04 19:53:26 +02001050 <string name="pref_camera2_saturation_level_title">Saturation</string>
weijiew8815dd22016-12-23 16:19:43 +08001051 <string name="pref_camera2_saturation_level_default" translatable="false">5</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001052 <string name="pref_camera2_saturation_level_entry_0">Level 0</string>
1053 <string name="pref_camera2_saturation_level_entry_1">Level 1</string>
1054 <string name="pref_camera2_saturation_level_entry_2">Level 2</string>
1055 <string name="pref_camera2_saturation_level_entry_3">Level 3</string>
1056 <string name="pref_camera2_saturation_level_entry_4">Level 4</string>
1057 <string name="pref_camera2_saturation_level_entry_5">Level 5 (default)</string>
1058 <string name="pref_camera2_saturation_level_entry_6">Level 6</string>
1059 <string name="pref_camera2_saturation_level_entry_7">Level 7</string>
1060 <string name="pref_camera2_saturation_level_entry_8">Level 8</string>
1061 <string name="pref_camera2_saturation_level_entry_9">Level 9</string>
1062 <string name="pref_camera2_saturation_level_entry_10">Level 10</string>
weijiew8815dd22016-12-23 16:19:43 +08001063
Michael Bestasc8bffec2018-02-04 19:53:26 +02001064 <string name="pref_camera2_anti_banding_level_title">Antibanding</string>
xianming wangef636a92018-10-15 11:24:41 +08001065 <string name="pref_camera2_anti_banding_level_default" translatable="false">3</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001066 <string name="pref_camera2_anti_banding_level_entry_off">Off</string>
1067 <string name="pref_camera2_anti_banding_level_entry_50hz">50 Hz (Europe)</string>
1068 <string name="pref_camera2_anti_banding_level_entry_60hz">60 Hz (USA)</string>
1069 <string name="pref_camera2_anti_banding_level_entry_auto">Auto</string>
weijiew8815dd22016-12-23 16:19:43 +08001070
Michael Bestasc8bffec2018-02-04 19:53:26 +02001071 <string name="pref_camera2_histogram_title">Histogram</string>
1072 <string name="pref_camera2_histogram_default" translatable="false">disable</string>
1073 <string name="pref_camera2_histogram_entry_enable">Enable</string>
1074 <string name="pref_camera2_histogram_entry_disable">Disable</string>
1075
1076 <string name="pref_camera2_hdr_title">HDR</string>
weijiew8815dd22016-12-23 16:19:43 +08001077 <string name="pref_camera2_hdr_default" translatable="false">disable</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001078 <string name="pref_camera2_hdr_entry_enable">Enable</string>
1079 <string name="pref_camera2_hdr_entry_disable">Disable</string>
weijiew8815dd22016-12-23 16:19:43 +08001080
Michael Bestasc8bffec2018-02-04 19:53:26 +02001081 <string name="pref_camera2_auto_hdr_title">Auto HDR</string>
weijiew8815dd22016-12-23 16:19:43 +08001082 <string name="pref_camera2_auto_hdr_default" translatable="false">disable</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001083 <string name="pref_camera2_auto_hdr_entry_enable">Enable</string>
1084 <string name="pref_camera2_auto_hdr_entry_disable">Disable</string>
junjiezf07954f2017-01-09 16:41:03 +08001085
1086 <string name="pref_camera_bokeh_mode_default" translatable="false">0</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001087 <string name="pref_camera_bokeh_mode_title">Bokeh mode</string>
1088 <string name="pref_camera_bokeh_mode_entry_enable">Enable</string>
1089 <string name="pref_camera_bokeh_mode_entry_disable">Disable</string>
junjiezf07954f2017-01-09 16:41:03 +08001090 <string name="pref_camera_bokeh_mode_entry_value_enable" translatable="false">1</string>
1091 <string name="pref_camera_bokeh_mode_entry_value_disable" translatable="false">0</string>
1092
1093 <string name="pref_camera_bokeh_mpo_default" translatable="false">0</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001094 <string name="pref_camera_bokeh_mpo_title">Bokeh mode MPO</string>
1095 <string name="pref_camera_bokeh_mpo_entry_enable">Enable</string>
1096 <string name="pref_camera_bokeh_mpo_entry_disable">Disable</string>
junjiezf07954f2017-01-09 16:41:03 +08001097 <string name="pref_camera_bokeh_mpo_entry_value_enable" translatable="false">1</string>
1098 <string name="pref_camera_bokeh_mpo_entry_value_disable" translatable="false">0</string>
1099
1100 <string name="pref_camera_bokeh_blur_degree_default" translatable="false">50</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001101 <string name="pref_camera_bokeh_blur_degree_title">Bokeh blur value</string>
Jay Wangf9b13012017-02-02 17:22:10 -08001102 <!-- Default Zoom setting. -->
1103 <string name="pref_camera_zoom_default" translatable="false">0</string>
1104 <string name="pref_camera_zoom_title">Zoom</string>
1105 <!-- Settings menu, Zoom choices -->
1106 <string name="pref_camera_zoom_entry_off">Off</string>
1107 <string name="pref_camera_zoom_entry_1x">1x</string>
1108 <string name="pref_camera_zoom_entry_2x">2x</string>
1109 <string name="pref_camera_zoom_entry_3x">3x</string>
1110 <string name="pref_camera_zoom_entry_4x">4x</string>
1111 <string name="pref_camera_zoom_entry_5x">5x</string>
1112 <string name="pref_camera_zoom_entry_6x">6x</string>
1113 <string name="pref_camera_zoom_entry_7x">7x</string>
1114 <string name="pref_camera_zoom_entry_8x">8x</string>
1115 <string name="pref_camera_zoom_entry_9x">9x</string>
1116 <string name="pref_camera_zoom_entry_10x">10x</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001117 <string name="pref_camera2_bsgc_title">Smile/blink/gaze detection</string>
junjiez271a7542017-02-07 10:13:36 +08001118 <string name="pref_camera2_bsgc_default" translatable="false">disable</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001119 <string name="pref_camera2_bsgc_entry_enable">Enable</string>
1120 <string name="pref_camera2_bsgc_entry_disable">Disable</string>
junjiez271a7542017-02-07 10:13:36 +08001121 <string name="pref_camera2_bsgc_entry_value_enable" translatable="false">enable</string>
1122 <string name="pref_camera2_bsgc_entry_value_disable" translatable="false">disable</string>
Jay Wangebab4002017-06-29 21:32:09 -07001123
Weijie Wangf884ef32017-09-02 12:11:20 +08001124 <string name="pref_camera2_picturesize_default" translatable="false">3840x2160</string>
1125 <string name="pref_camera2_video_quality_default" translatable="false">1920x1080</string>
1126
Michael Bestasc8bffec2018-02-04 19:53:26 +02001127 <string name="pref_camera2_zsl_title">Zero shutter lag</string>
1128 <string name="pref_camera2_zsl_default" translatable="false">@string/pref_camera2_zsl_entryvalue_app_zsl</string>
1129 <string name="pref_camera2_zsl_entry_disable">Off</string>
1130 <string name="pref_camera2_zsl_entry_app_zsl">Software ZSL</string>
1131 <string name="pref_camera2_zsl_entry_hal_zsl">Hardware ZSL</string>
Weijie Wang1c674462017-07-20 20:03:18 +08001132 <string name="pref_camera2_zsl_entryvalue_disable" translatable="false">disable</string>
1133 <string name="pref_camera2_zsl_entryvalue_app_zsl" translatable="false">app-zsl</string>
1134 <string name="pref_camera2_zsl_entryvalue_hal_zsl" translatable="false">hal-zsl</string>
1135
Michael Bestasc8bffec2018-02-04 19:53:26 +02001136 <string name="pref_camera2_videoencoderprofile_title">Encoder profile</string>
1137 <string name="pref_camera2_videoencoderprofile_default" translatable="false">off</string>
Weijie Wang18a8ecb2017-08-17 16:49:51 +08001138
Michael Bestasc8bffec2018-02-04 19:53:26 +02001139 <string name="pref_camera2_sharpness_control_title" translatable="false">@string/pref_camera_sharpness_title</string>
1140 <string name="pref_camera2_sharpness_control_default" translatable="false">2</string>
1141 <string name="pref_camera2_sharpness_control_entry_level0" translatable="false">@string/pref_camera_sharpness_entry_level0</string>
1142 <string name="pref_camera2_sharpness_control_entry_level1" translatable="false">@string/pref_camera_sharpness_entry_level1</string>
1143 <string name="pref_camera2_sharpness_control_entry_level2" translatable="false">@string/pref_camera_sharpness_entry_level2</string>
1144 <string name="pref_camera2_sharpness_control_entry_level3" translatable="false">@string/pref_camera_sharpness_entry_level3</string>
1145 <string name="pref_camera2_sharpness_control_entry_level4" translatable="false">@string/pref_camera_sharpness_entry_level4</string>
1146 <string name="pref_camera2_sharpness_control_entry_level5" translatable="false">@string/pref_camera_sharpness_entry_level5</string>
1147 <string name="pref_camera2_sharpness_control_entry_level6" translatable="false">@string/pref_camera_sharpness_entry_level6</string>
zhuwd666f322017-10-18 15:14:36 +08001148
zhuwca7c9c02018-05-14 16:04:12 +08001149 <string name="pref_camera2_afmode_default" translatable="false">-1</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001150 <string name="pref_camera2_afmode_title" translatable="false">@string/pref_camera_focusmode_title</string>
1151 <string name="pref_camera2_afmode_entry_disable">Disabled</string>
zhuw40ba0862017-10-31 09:42:41 +08001152 <string name="pref_camera2_afmode_entry_off">Off</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001153 <string name="pref_camera2_afmode_entry_auto" translatable="false">@string/pref_camera_focusmode_entry_auto</string>
1154 <string name="pref_camera2_afmode_entry_macro" translatable="false">@string/pref_camera_focusmode_entry_macro</string>
1155 <string name="pref_camera2_afmode_entry_continuous_video">Continuous video</string>
1156 <string name="pref_camera2_afmode_entry_continuous_picture">Continuous picture</string>
1157 <string name="pref_camera2_afmode_entry_edof">Extended depth of focus</string>
zhuwca7c9c02018-05-14 16:04:12 +08001158 <string name="pref_camera2_afmode_value_disable" translatable="false">-1</string>
zhuw40ba0862017-10-31 09:42:41 +08001159 <string name="pref_camera2_afmode_value_off" translatable="false">0</string>
zhuwd666f322017-10-18 15:14:36 +08001160 <string name="pref_camera2_afmode_value_auto" translatable="false">1</string>
1161 <string name="pref_camera2_afmode_value_macro" translatable="false">2</string>
1162 <string name="pref_camera2_afmode_value_continuous_video" translatable="false">3</string>
1163 <string name="pref_camera2_afmode_value_continuous_picture" translatable="false">4</string>
1164 <string name="pref_camera2_afmode_value_edof" translatable="false">5</string>
junjiezcef13512017-09-08 16:33:32 +08001165
Michael Bestasc8bffec2018-02-04 19:53:26 +02001166 <string name="pref_camera2_exposure_metering_title" translatable="false">@string/pref_camera_autoexposure_title</string>
1167 <string name="pref_camera2_exposure_metering_default">1</string>
1168 <string name="pref_camera2_exposure_metering_entry_frame_average" translatable="false">@string/pref_camera_autoexposure_entry_frameaverage</string>
1169 <string name="pref_camera2_exposure_metering_entry_center_weighted" translatable="false">@string/pref_camera_autoexposure_entry_centerweighted</string>
1170 <string name="pref_camera2_exposure_metering_entry_spot_meteting" translatable="false">@string/pref_camera_autoexposure_entry_spotmetering</string>
junjiezcef13512017-09-08 16:33:32 +08001171 <string name="pref_camera2_exposure_metering_entryvalue_frame_average" translatable="false">0</string>
1172 <string name="pref_camera2_exposure_metering_entryvalue_center_weighted" translatable="false">1</string>
1173 <string name="pref_camera2_exposure_metering_entryvalue_spot_meteting" translatable="false">2</string>
1174
junjiezd87fe312017-09-19 11:15:01 +08001175 <string name="pref_camera2_switch_camera_default" translatable="false">-1</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001176 <string name="pref_camera2_switch_camera_title">Switch camera by ID</string>
xianming wangcef61182017-12-05 15:56:04 +08001177
1178 <!-- QCFA Title -->
Michael Bestasc8bffec2018-02-04 19:53:26 +02001179 <string name="pref_camera2_qcfa_title" translatable="false">Quadra CFA</string>
Alexander Martinzb92df382020-10-16 08:24:35 +02001180 <string name="pref_camera2_qcfa_default" translatable="false">enable</string>
xianming wangcef61182017-12-05 15:56:04 +08001181
Michael Bestasc8bffec2018-02-04 19:53:26 +02001182 <!-- QCFA choices -->
1183 <string name="pref_camera_qcfa_value_disable" translatable="false">disable</string>
1184 <string name="pref_camera_qcfa_value_enable" translatable="false">enable</string>
1185
1186 <string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
1187 <string name="pref_camera2_initial_camera_entry_mono">Mono</string>
1188 <string name="pref_camera2_initial_camera_entry_front">Front</string>
1189
1190 <string name="pref_camera2_eis_title">Video EIS</string>
xianming wang957d3c12018-02-12 16:48:53 +08001191 <string name="pref_camera2_eis_default" translatable="false">disable</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001192 <string name="pref_camera2_eis_entry_v2enable">V2</string>
1193 <string name="pref_camera2_eis_entry_v3enable">V3</string>
1194 <string name="pref_camera2_eis_entry_v3_set_when_pause">V3 and set when pause</string>
1195 <string name="pref_camera2_eis_entry_disable">Disabled</string>
xianming wang957d3c12018-02-12 16:48:53 +08001196 <string name="pref_camera2_eis_entry_value_v2enable" translatable="false">V2</string>
1197 <string name="pref_camera2_eis_entry_value_v3enable" translatable="false">V3</string>
zhuw1ff75d22018-10-08 17:20:45 +08001198 <string name="pref_camera2_eis_entry_value_v3_set_when_pause" translatable="false">V3SetWhenPause</string>
xianming wang957d3c12018-02-12 16:48:53 +08001199 <string name="pref_camera2_eis_entry_value_disable" translatable="false">disable</string>
1200
Michael Bestasc8bffec2018-02-04 19:53:26 +02001201 <string name="pref_camera2_fovc_title">Video FOVC</string>
xianming wang957d3c12018-02-12 16:48:53 +08001202 <string name="pref_camera2_fovc_default" translatable="false">false</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001203 <string name="pref_camera2_fovc_entry_enable">Enabled</string>
1204 <string name="pref_camera2_fovc_entry_disable">Disabled</string>
xianming wang957d3c12018-02-12 16:48:53 +08001205 <string name="pref_camera2_fovc_entry_value_enable" translatable="false">true</string>
1206 <string name="pref_camera2_fovc_entry_value_disable" translatable="false">false</string>
zhuw11e8b872018-01-22 18:51:08 +08001207
Michael Bestasc8bffec2018-02-04 19:53:26 +02001208 <string name="pref_camera2_video_hdr_title" translatable="false">@string/pref_camera_video_hdr_title</string>
zhuw11e8b872018-01-22 18:51:08 +08001209 <string name="pref_camera2_video_hdr_default" translatable="false">0</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001210 <string name="pref_camera2_video_hdr_entry_enable">Enabled</string>
1211 <string name="pref_camera2_video_hdr_entry_disable">Disabled</string>
zhuw11e8b872018-01-22 18:51:08 +08001212 <string name="pref_camera2_video_hdr_entry_value_enable" translatable="false">1</string>
1213 <string name="pref_camera2_video_hdr_entry_value_disable" translatable="false">0</string>
junjiezcfdc8742017-09-22 13:44:33 +08001214
Michael Bestasc8bffec2018-02-04 19:53:26 +02001215 <string name="pref_camera2_picture_format_title">Picture format</string>
1216 <string name="pref_camera2_picture_format_default" translatable="false">0</string>
1217 <string name="pref_camera2_picture_format_entry_0" translatable="false">JPEG</string>
1218 <string name="pref_camera2_picture_format_entry_1" translatable="false">HEIF</string>
jinwubfab1422018-09-21 18:33:37 +08001219
junjiezcfdc8742017-09-22 13:44:33 +08001220 <string name="pref_camera2_deepportrait_entry_value_disable" translatable="false">off</string>
1221 <string name="pref_camera2_deepportrait_entry_value_enable" translatable="false">on</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001222 <string name="pref_camera_scenemode_entry_deepportrait" translatable="false">DeepPortrait</string>
zhuwa5d67dc2018-05-28 14:57:15 +08001223
Michael Bestasc8bffec2018-02-04 19:53:26 +02001224 <string name="pref_camera2_stats_visualizer_title">Statistics visualizer</string>
junjiez7d7a2a42018-09-05 16:27:52 +08001225 <string name="pref_camera2_stats_visualizer_default" translatable="false"></string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001226 <string name="pref_camera2_stats_visualizer_entry_bg_stats">BG statistics</string>
1227 <string name="pref_camera2_stats_visualizer_entry_be_stats">BE statistics</string>
1228 <string name="pref_camera2_stats_visualizer_entry_hist_stats">Hist statistics</string>
1229 <string name="pref_camera2_stats_visualizer_entry_awb_info" translatable="false">AWB information</string>
junjiez7d7a2a42018-09-05 16:27:52 +08001230 <string name="pref_camera2_stats_visualizer_entry_value_enable_bg" translatable="false">0</string>
1231 <string name="pref_camera2_stats_visualizer_entry_value_enable_be" translatable="false">1</string>
1232 <string name="pref_camera2_stats_visualizer_entry_value_enable_hist" translatable="false">2</string>
1233 <string name="pref_camera2_stats_visualizer_entry_value_enable_awb" translatable="false">3</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001234 <string name="stats_visualizer_bg_label">BG graph view</string>
1235 <string name="stats_visualizer_be_label">BE graph view</string>
zhuw1b720e22018-07-30 14:00:52 +08001236
Michael Bestasc8bffec2018-02-04 19:53:26 +02001237 <string name="pref_camera2_capture_mfnr_title">Multi-frame noise reduction</string>
xianming wang4c647eb2018-06-01 16:14:40 +08001238 <string name="pref_camera2_capture_mfnr_default" translatable="false">0</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001239 <string name="pref_camera2_capture_mfnr_entry_enable">Enabled</string>
1240 <string name="pref_camera2_capture_mfnr_entry_disable">Disabled</string>
xianming wang4c647eb2018-06-01 16:14:40 +08001241 <string name="pref_camera2_capture_mfnr_entry_value_enable" translatable="false">1</string>
1242 <string name="pref_camera2_capture_mfnr_entry_value_disable" translatable="false">0</string>
1243
Michael Bestasc8bffec2018-02-04 19:53:26 +02001244 <string name="pref_camera2_fs2_title">Fast shutter</string>
xianming wang467c2372018-11-14 14:37:57 +08001245 <string name="pref_camera2_fs2_default" translatable="false">0</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001246 <string name="pref_camera2_fs2_entry_enable">Enabled</string>
1247 <string name="pref_camera2_fs2_entry_disable">Disabled</string>
xianming wang467c2372018-11-14 14:37:57 +08001248 <string name="pref_camera2_fs2_entry_value_enable" translatable="false">1</string>
1249 <string name="pref_camera2_fs2_entry_value_disable" translatable="false">0</string>
1250
Michael Bestasc8bffec2018-02-04 19:53:26 +02001251 <string name="pref_camera2_abort_captures_title">Abort captures</string>
xianming wangc1a69652018-09-07 10:42:34 +08001252 <string name="pref_camera2_abort_captures_default" translatable="false">1</string>
Michael Bestasc8bffec2018-02-04 19:53:26 +02001253 <string name="pref_camera2_abort_captures_entry_enable">Enabled</string>
1254 <string name="pref_camera2_abort_captures_entry_disable">Disabled</string>
xianming wangc1a69652018-09-07 10:42:34 +08001255 <string name="pref_camera2_abort_captures_entry_value_enable" translatable="false">1</string>
1256 <string name="pref_camera2_abort_captures_entry_value_disable" translatable="false">0</string>
Alok Kediyaaed65252013-09-23 14:31:42 +05301257</resources>
1258