blob: 721620133af4ffc6317c01685a1c5a67dc362b92 [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
7
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19-->
20
21<resources>
Alok Kediyaaed65252013-09-23 14:31:42 +053022 <!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
23 <string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053024 <!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->
25 <string name="pref_video_quality_entry_cif" translatable="false">CIF</string>
26 <!-- Video quality setting entry. Videos will be recorded in QVGA quality. [CHAR LIMIT=24] -->
27 <string name="pref_video_quality_entry_qvga" translatable="false">QVGA</string>
28 <!-- Video quality setting entry. Videos will be recorded in QCIF quality. [CHAR LIMIT=24] -->
29 <string name="pref_video_quality_entry_qcif" translatable="false">QCIF</string>
30
31 <!-- Settings screen, Power Mode title -->
32 <string name="pref_camera_powermode_title">Power Mode</string>
33
34 <!-- Settings screen, Power mode dialog radio button choices -->
35 <string name="pref_camera_powermode_entry_lp">Low_Power</string>
36 <string name="pref_camera_powermode_entry_np">Normal_Power</string>
37
38 <!-- Settings screen, Power mode dialog radio button choices -->
39 <string name="pref_camera_powermode_value_lp">Low_Power</string>
40 <string name="pref_camera_powermode_value_np">Normal_Power</string>
41
42 <!-- Default Power mode.. -->
43 <string name="pref_camera_powermode_default" translatable="false">Normal_Power</string>
44
45 <!-- Default auto exposure setting. Do not translate. -->
46 <string name="pref_camera_autoexposure_default">frame-average</string>
47 <!-- Settings screen, Select auto exposure title -->
48 <string name="pref_camera_autoexposure_title">Select Auto Exposure Mode</string>
49
50 <!-- Settings screen, auto exposure dialog radio button choices -->
51 <string name="pref_camera_autoexposure_entry_frameaverage">Frame Average</string>
52 <string name="pref_camera_autoexposure_entry_centerweighted">Center Weighted</string>
53 <string name="pref_camera_autoexposure_entry_spotmetering">Spot Metering</string>
54
55 <!-- Auto exposure entry values. Do not translate. -->
56 <string name="pref_camera_autoexposure_value_frameaverage">frame-average</string>
57 <string name="pref_camera_autoexposure_value_centerweighted">center-weighted</string>
58 <string name="pref_camera_autoexposure_value_spotmetering">spot-metering</string>
59
60 <!-- Settings screen, Video encoder title -->
61 <string name="pref_camera_videoencoder_title">Video Encoder</string>
62
63 <!-- Settings screen, Video encoder dialog radio button choices -->
64 <string name="pref_camera_videoencoder_entry_0">MPEG4</string>
65 <string name="pref_camera_videoencoder_entry_1">H263</string>
66 <string name="pref_camera_videoencoder_entry_2">H264</string>
Vladimir Petrovc1cd7782014-07-16 18:54:16 -070067 <string name="pref_camera_videoencoder_entry_3">H265</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053068
69 <!-- Default video encoder setting. A numerical value. -->
70 <string name="pref_camera_videoencoder_default" translatable="false">h264</string>
71
72 <!-- Settings screen, Video encoder dialog title -->
73 <string name="pref_camera_videoencoder_dialogtitle">Video Encoder</string>
74
75 <!-- Default audio encoder setting. A numerical value. -->
76 <string name="pref_camera_audioencoder_default" translatable="false">aac</string>
77
78 <!-- Settings screen, Audio encoder title -->
79 <string name="pref_camera_audioencoder_title">Audio Encoder</string>
80
81 <!-- Settings screen, Audio encoder dialog radio button choices -->
82 <string name="pref_camera_audioencoder_entry_0">AMRNB</string>
83 <string name="pref_camera_audioencoder_entry_1">AAC</string>
84 <!-- Default video duration setting. A numerical value.-->
85 <string name="pref_camera_video_duration_default" translatable="false">10</string>
86
87 <!-- Settings screen, Video duration title -->
88 <string name="pref_camera_video_duration_title">Video duration</string>
89
90 <!-- Settings screen, Video duration dialog radio button choices -->
91 <string name="pref_camera_video_duration_entry_mms">30 seconds(MMS)</string>
92 <string name="pref_camera_video_duration_entry_10">10 minutes</string>
93 <string name="pref_camera_video_duration_entry_30">30 minutes</string>
kaiyizdc2a3942014-11-28 13:50:43 +080094 <string name="pref_camera_video_duration_entry_nolimit">no limit</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053095
96 <!-- Default Skin Tone Enhancement setting. Do not translate. -->
97 <string name="pref_camera_skinToneEnhancement_default">disable</string>
98
99 <!-- Settings screen, Select Skin Tone Enhancement title -->
100 <string name="pref_camera_skinToneEnhancement_title">Skin Tone Enhancement</string>
101
102 <!-- Settings screen, Skin Tone Enhancement radio button choices -->
103 <string name="pref_camera_skinToneEnhancement_entry_enable">Enable</string>
104 <string name="pref_camera_skinToneEnhancement_entry_disable">Disable</string>
105
106 <!-- Skin Tone Enhancement entry values. Do not translate. -->
107 <string name="pref_camera_skinToneEnhancement_value_enable">enable</string>
108 <string name="pref_camera_skinToneEnhancement_value_disable">disable</string>
109 <!-- Settings screen, setting title text for ZSL-->
110 <string name="pref_camera_zsl_title">ZSL</string>
111
Santhosh Kumar H E8ead9072014-03-25 18:36:12 -0700112 <string name="pref_camera_zsl_default" translatable="false">on</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530113
114 <!-- Default selectable zone af setting. Do not translate. -->
115 <string name="pref_camera_selectablezoneaf_default">auto</string>
116
117 <!-- Settings screen, Selectable zone af title -->
118 <string name="pref_camera_selectablezoneaf_title"> Selectable Zone Auto Focus</string>
119
120 <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
121 <string name="pref_camera_selectablezoneaf_entry_auto">Auto</string>
122 <string name="pref_camera_selectablezoneaf_entry_spotmetering">Spot Metering</string>
123 <string name="pref_camera_selectablezoneaf_entry_centerweighted">Center Weighted</string>
124 <string name="pref_camera_selectablezoneaf_entry_frameaverage">Frame Average</string>
125
126 <!-- Auto exposure entry values. Do not translate. -->
127 <string name="pref_camera_selectablezoneaf_value_auto">auto</string>
128 <string name="pref_camera_selectablezoneaf_value_spotmetering">spot-metering</string>
129 <string name="pref_camera_selectablezoneaf_value_centerweighted">center-weighted</string>
130 <string name="pref_camera_selectablezoneaf_value_frameaverage">frame-average</string>
131
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800132 <string name="pref_camera_advanced_feature_default">none</string>
133
134 <!-- Settings screen, Selectable advanced features title -->
135 <string name="pref_camera_advanced_features_title">Advanced Features</string>
136
137 <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
138 <string name="pref_camera_advanced_feature_entry_none">None</string>
139 <string name="pref_camera_advanced_feature_entry_ubifocus">Ubi Focus</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700140 <string name="pref_camera_advanced_feature_entry_refocus">Refocus</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800141 <string name="pref_camera_advanced_feature_entry_chromaflash">Chroma Flash</string>
142 <string name="pref_camera_advanced_feature_entry_optizoom">Opti Zoom</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530143 <string name="pref_camera_advanced_feature_entry_FSSR">FSSR</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530144 <string name="pref_camera_advanced_feature_entry_trueportrait">True Portrait</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530145 <string name="pref_camera_advanced_feature_entry_multi_touch_focus">Multi-touch Focus</string>
Shwetha Kotekar20248ae2015-03-10 13:35:34 -0700146 <string name="pref_camera_advanced_feature_entry_stillmore">Still More</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800147
148 <!-- Auto exposure entry values. Do not translate. -->
Ivan Evlogievc8f22fe2014-03-21 15:53:36 -0700149 <string name="pref_camera_advanced_feature_value_none">none</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800150 <string name="pref_camera_advanced_feature_value_ubifocus_on">af-bracket-on</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700151 <string name="pref_camera_advanced_feature_value_refocus_on">re-focus-on</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800152 <string name="pref_camera_advanced_feature_value_chromaflash_on">chroma-flash-on</string>
153 <string name="pref_camera_advanced_feature_value_optizoom_on">opti-zoom-on</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530154 <string name="pref_camera_advanced_feature_value_FSSR_on">FSSR-on</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530155 <string name="pref_camera_advanced_feature_value_trueportrait_on">true-portrait-on</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530156 <string name="pref_camera_advanced_feature_value_multi_touch_focus_on">multi-touch-focus-on</string>
Shwetha Kotekar20248ae2015-03-10 13:35:34 -0700157 <string name="pref_camera_advanced_feature_value_stillmore_on">still-more-on</string>
158
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800159 <string name="pref_camera_advanced_feature_value_ubifocus_off">af-bracket-off</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700160 <string name="pref_camera_advanced_feature_value_refocus_off">re-focus-off</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800161 <string name="pref_camera_advanced_feature_value_chromaflash_off">chroma-flash-off</string>
162 <string name="pref_camera_advanced_feature_value_optizoom_off">opti-zoom-off</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530163 <string name="pref_camera_advanced_feature_value_FSSR_off">FSSR-off</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530164 <string name="pref_camera_advanced_feature_value_trueportrait_off">true-portrait-off</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530165 <string name="pref_camera_advanced_feature_value_multi_touch_focus_off">multi-touch-focus-off</string>
Shwetha Kotekar20248ae2015-03-10 13:35:34 -0700166 <string name="pref_camera_advanced_feature_value_stillmore_off">still-more-off</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800167
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530168 <!-- Manual exposure control entry values -->
169 <string name="pref_camera_manual_exp_title">Manual Exposure</string>
170 <string name="pref_camera_manual_exp_entry_ISO_priority">ISO priority</string>
171 <string name="pref_camera_manual_exp_entry_exptime_priority">Exposure time priority</string>
172 <string name="pref_camera_manual_exp_entry_user_setting">User setting</string>
xianming wang0ba33b92018-07-20 16:23:31 +0800173 <string name="pref_camera_manual_exp_entry_gains_priority">Gains priority</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530174 <string name="pref_camera_manual_exp_entry_off">Off</string>
175
176 <string name="pref_camera_manual_exp_default">off</string>
177 <string name="pref_camera_manual_exp_value_ISO_priority">iso-priority</string>
178 <string name="pref_camera_manual_exp_value_exptime_priority">exp-time-priority</string>
179 <string name="pref_camera_manual_exp_value_user_setting">user-setting</string>
xianming wang0ba33b92018-07-20 16:23:31 +0800180 <string name="pref_camera_manual_exp_value_gains_priority">gains-priority</string>
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530181 <string name="pref_camera_manual_exp_value_off">off</string>
182
183 <!-- Manual white balance entry values -->
184 <string name="pref_camera_manual_wb_title">Manual White balance</string>
185 <string name="pref_camera_manual_wb_entry_color_temperature">Color temperature</string>
186 <string name="pref_camera_manual_wb_entry_rbgb_gains">RBGB gains</string>
187 <string name="pref_camera_manual_wb_entry_off">Off</string>
188
189 <string name="pref_camera_manual_wb_default">off</string>
190 <string name="pref_camera_manual_wb_value_color_temperature">color-temperature</string>
191 <string name="pref_camera_manual_wb_value_rbgb_gains">rbgb-gains</string>
192 <string name="pref_camera_manual_wb_value_off">off</string>
193
194 <!-- Manual Focus entry values -->
195 <string name="pref_camera_manual_focus_title">Manual Focus</string>
196 <string name="pref_camera_manual_focus_entry_scale_mode">Scale mode</string>
197 <string name="pref_camera_manual_focus_entry_diopter_mode">Diopter mode</string>
198 <string name="pref_camera_manual_focus_entry_off">Off</string>
199
200 <string name="pref_camera_manual_focus_default">off</string>
201 <string name="pref_camera_manual_focus_value_scale_mode">scale-mode</string>
202 <string name="pref_camera_manual_focus_value_diopter_mode">diopter-mode</string>
203 <string name="pref_camera_manual_focus_value_off">off</string>
204
Jay Wang7efc8de2016-03-08 17:04:25 -0800205 <!-- Instant Capture entry -->
206 <string name="pref_camera_instant_capture_title" translatable="true">Instant Capture</string>
Jay Wang0abd7472016-04-04 19:05:21 -0700207 <string name="pref_camera_instant_capture_entry_aggressive_aec" translatable="true">Aggressive AEC</string>
208 <string name="pref_camera_instant_capture_entry_fast_aec" translatable="true">Fast AEC</string>
Jay Wang7efc8de2016-03-08 17:04:25 -0800209 <string name="pref_camera_instant_capture_entry_disable" translatable="true">Disable</string>
210
211 <!-- Instant Capture entry values -->
212 <string name="pref_camera_instant_capture_default" translatable="false">0</string>
Jay Wang0abd7472016-04-04 19:05:21 -0700213 <string name="pref_camera_instant_capture_value_aggressive_aec" translatable="false">1</string>
214 <string name="pref_camera_instant_capture_value_fast_aec" translatable="false">2</string>
Jay Wang7efc8de2016-03-08 17:04:25 -0800215 <string name="pref_camera_instant_capture_value_disable" translatable="false">0</string>
216
Alok Kediyaaed65252013-09-23 14:31:42 +0530217 <!-- Settings screen, ZSL location dialog choices -->
218 <string name="pref_camera_zsl_entry_off">Off</string>
219 <string name="pref_camera_zsl_entry_on">On</string>
220
221 <string name="pref_camera_zsl_value_off">off</string>
222 <string name="pref_camera_zsl_value_on">on</string>
223
Santhosh Kumar Thimmanna Bhattarb228ec62014-04-29 19:02:24 +0530224 <!-- The message is shown in toast when HDR or scene mode is enabled -->
225 <string name="hdr_enable_message">HDR is enabled, only Auto scene mode is supported</string>
226 <string name="scene_enable_message">HDR is not supported in the scene mode other than Auto</string>
227
Alok Kediyaaed65252013-09-23 14:31:42 +0530228 <!-- Settings screen, Video HDR location dialog choices -->
229 <string name="pref_camera_video_hdr_entry_off">Off</string>
230 <string name="pref_camera_video_hdr_entry_on">On</string>
231
232 <string name="pref_camera_video_hdr_value_off">off</string>
233 <string name="pref_camera_video_hdr_value_on">on</string>
234
Dimitar Borisov19656472014-09-24 17:32:06 +0300235 <!-- Settings screen, CDS location dialog choices -->
236 <string name="pref_camera_cds_entry_off">Off</string>
237 <string name="pref_camera_cds_entry_on">On</string>
238 <string name="pref_camera_cds_entry_auto">Auto</string>
239
240 <string name="pref_camera_cds_value_off">off</string>
241 <string name="pref_camera_cds_value_on">on</string>
242 <string name="pref_camera_cds_value_auto">auto</string>
243
244 <!-- Settings screen, video CDS location dialog choices -->
245 <string name="pref_camera_video_cds_entry_off">Off</string>
246 <string name="pref_camera_video_cds_entry_on">On</string>
247 <string name="pref_camera_video_cds_entry_auto">Auto</string>
248
249 <string name="pref_camera_video_cds_value_off">off</string>
250 <string name="pref_camera_video_cds_value_on">on</string>
251 <string name="pref_camera_video_cds_value_auto">auto</string>
252
253 <!-- Settings screen, TNR location dialog choices -->
254 <string name="pref_camera_tnr_entry_disable">Disable</string>
255 <string name="pref_camera_tnr_entry_enable">Enable</string>
256
257 <!-- Settings screen, TNR location dialog choices -->
258 <string name="pref_camera_tnr_value_off">off</string>
259 <string name="pref_camera_tnr_value_on">on</string>
260
261 <!-- Settings screen, video TNR location dialog choices -->
262 <string name="pref_camera_video_tnr_entry_disable">Disable</string>
263 <string name="pref_camera_video_tnr_entry_enable">Enable</string>
264
265 <!-- Settings screen, video TNR location dialog choices -->
266 <string name="pref_camera_video_tnr_value_off">off</string>
267 <string name="pref_camera_video_tnr_value_on">on</string>
268
Alok Kediyaaed65252013-09-23 14:31:42 +0530269 <!-- Settings screen, setting title text for Video HDR-->
270 <string name="pref_camera_video_hdr_title">Video HDR</string>
271
272 <string name="pref_camera_video_hdr_default" translatable="false">off</string>
273
Dimitar Borisov19656472014-09-24 17:32:06 +0300274 <!-- Settings menu, setting title text for cds mode-->
275 <string name="pref_camera_cds_title">CDS mode</string>
276
277 <!-- Settings menu, setting title text for video cds mode-->
278 <string name="pref_camera_video_cds_title">Video CDS mode</string>
279
280 <!-- Default cds mode setting-->
281 <string name="pref_camera_cds_default" translatable="false">on</string>
282
283 <!-- Default video cds mode setting-->
Guruprasad Gaonkara221bb62015-08-20 15:44:54 -0700284 <string name="pref_camera_video_cds_default" translatable="false">off</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300285
286 <!-- Settings menu, setting title text for tnr mode-->
287 <string name="pref_camera_tnr_title">TNR mode</string>
288
289 <!-- Settings menu, setting title text for video tnr mode-->
290 <string name="pref_camera_video_tnr_title">Video TNR mode</string>
291
292 <!-- Default tnr mode setting-->
293 <string name="pref_camera_tnr_default" translatable="false">off</string>
294
295 <!-- Default video tnr mode setting-->
Guruprasad Gaonkara221bb62015-08-20 15:44:54 -0700296 <string name="pref_camera_video_tnr_default" translatable="false">on</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300297
Alok Kediyaaed65252013-09-23 14:31:42 +0530298 <!-- Default face detection setting. -->
Byunghun Jeona19529b2014-10-13 18:34:37 -0700299 <string name="pref_camera_facedetection_default" translatable="false">off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530300
301 <!-- Settings screen, Select Face Detection -->
302 <string name="pref_camera_facedetection_title">Face Detection</string>
303
304 <!-- Settings menu, Face Detection choices -->
305 <string name="pref_camera_facedetection_entry_off">Off</string>
306 <string name="pref_camera_facedetection_entry_on">On</string>
307
Camera Software Integration4a07f922015-10-28 16:01:21 -0700308 <!-- Default Selfie Flash setting. -->
Camera Software Integration25a11b32015-12-17 11:19:15 -0800309 <string name="pref_selfie_flash_default" translatable="false">off</string>
Camera Software Integration4a07f922015-10-28 16:01:21 -0700310
311 <!-- Settings screen, Selfie Flash Detection -->
312 <string name="pref_selfie_flash_title">Selfie Flash</string>
313
314 <!-- Settings menu, Selfie Flash choices -->
315 <string name="pref_selfie_flash_entry_off">Off</string>
316 <string name="pref_selfie_flash_entry_on">On</string>
317
Alok Kediyaaed65252013-09-23 14:31:42 +0530318 <!-- Default redeye reduction setting. -->
319 <string name="pref_camera_redeyereduction_default" translatable="false">disable</string>
320
321 <!-- Settings screen, Select Redeye Reduction -->
322 <string name="pref_camera_redeyereduction_title">Redeye Reduction</string>
323
324 <!-- Settings menu, redeye reduction choices -->
325 <string name="pref_camera_redeyereduction_entry_enable">Enable</string>
326 <string name="pref_camera_redeyereduction_entry_disable">Disable</string>
Jack Yoo7d80bdb2016-07-13 14:49:22 -0700327
328 <string name="pref_camera_selfiemirror_default" translatable="false">disable</string>
329 <string name="pref_camera_selfiemirror_title" translatable="true">Selfie Mirror</string>
330 <string name="pref_camera_selfiemirror_entry_enable">Enable</string>
331 <string name="pref_camera_selfiemirror_entry_disable">Disable</string>
332
Jack Yoo79d4e6b2016-07-13 15:08:20 -0700333 <string name="pref_camera_shuttersound_default" translatable="false">enable</string>
334 <string name="pref_camera_shuttersound_title" translatable="true">Shutter Sound</string>
335 <string name="pref_camera_shuttersound_entry_enable">Enable</string>
336 <string name="pref_camera_shuttersound_entry_disable">Disable</string>
337
Alok Kediyaaed65252013-09-23 14:31:42 +0530338 <!-- Default mce setting. Do not translate. -->
339 <string name="pref_camera_mce_default">enable</string>
340
Suman Mukherjee1874e962014-03-27 13:08:38 +0530341 <!-- The message is shown in toast when the app encounters an unsupported selection for HFR/HSR mode -->
Camera Software Integration956aaa62015-11-10 10:06:42 -0800342 <string name="error_app_unsupported_hfr_selection">HFR/HSR is not supported for Image Stabilization/TimeLapse/HDR</string>
Suman Mukherjee1874e962014-03-27 13:08:38 +0530343
Alok Kediyaaed65252013-09-23 14:31:42 +0530344 <!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
345 <string name="error_app_unsupported_hfr">HFR is not supported for selected resolution</string>
346
Suman Mukherjee6a57e2b2014-04-21 11:35:44 +0530347 <!-- The message is shown in toast when the app encounters an unsupported resolution for DIS mode -->
Camera Software Integration956aaa62015-11-10 10:06:42 -0800348 <string name="error_app_unsupported_dis">Unsupported video resolution for Image Stabilization</string>
Suman Mukherjee6a57e2b2014-04-21 11:35:44 +0530349
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530350 <!-- The message is shown in dialog when the app
351 encounters an unsupported resolution for HSR mode -->
352 <string name="error_app_unsupported_hsr">
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530353 HSR is not supported for selected resolution
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530354 </string>
355
Alok Kediyaaed65252013-09-23 14:31:42 +0530356 <!-- The message is shown in dialog when the app encounters an unsupported video codec for HFR mode -->
357 <string name="error_app_unsupported_hfr_codec">Only H264 video encoding is supported when HFR is ON</string>
358
359 <!-- The message is shown in dialog when the app encounters an unsupported video resolution-->
360 <string name="error_app_unsupported">Unsupported video resolution for this encoder type</string>
361
Sai Kumar Sanagavarapu3e507032015-02-27 13:07:16 +0530362 <!-- The message is shown in dialog when the app encounters an unsupported video profile-->
363 <string name="error_app_unsupported_profile">Unsupported video profile</string>
364
Alok Kediyaaed65252013-09-23 14:31:42 +0530365 <!--The message is shown in dialog when the raw snapshot is selected in zsl mode-->
366 <string name="error_app_unsupported_raw">Raw picture format is not supported
Kerong Suib9680032014-04-04 11:13:50 +0800367 in zsl mode, change to JPEG
Alok Kediyaaed65252013-09-23 14:31:42 +0530368 </string>
369
Alok Kediyaaed65252013-09-23 14:31:42 +0530370 <!-- Settings screen, AE bracketing and HDR location dialog choices -->
371 <string name="pref_camera_ae_bracket_hdr_entry_ae_bracket">AE-Bracket</string>
372
373 <string name="pref_camera_ae_bracket_hdr_value_ae_bracket">AE-Bracket</string>
374
kaiyizdeb2a042014-07-09 17:27:13 +0800375 <string name="pref_camera_ae_bracket_hdr_title">AE-Bracket</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530376
377 <string name="pref_camera_ae_bracket_hdr_default" translatable="false">Off</string>
378
379 <string name="pref_camera_ae_bracket_hdr_entry_on">On</string>
380
381 <string name="pref_camera_ae_bracket_hdr_entry_off">Off</string>
382
383 <string name="err_app_unsupport_ae_bracket_code">no ae bracket support by Apps now</string>
384
385 <!-- The messsage shown if user selects a snapshot resolution lower than the current video size. -->
386 <string name="snapshot_lower_than_video">Video snapshot size lower than video size. Capping to Video size. Please select a resolution higher or equal to the current video size. </string>
387
388 <!-- The messsage shown if user selects a snapshot resolution in low power mode. -->
389 <string name="snapshotsize_low_powermode">We do not support picture
390 resolution in Low Power Mode. Video size snapshot will be taken. Please
391 select High power mode for picture size.
392 </string>
393
394 <!-- The messsage shown if user tries to take snapshot during D1/QCIF resolution. -->
395 <string name="snapshot_qcif_and_d1">Only Video size snapshot supported for this resolution. </string>
396
397 <!-- Default hfr setting. Do not translate. -->
398 <string name="pref_camera_hfr_default">off</string>
399
400 <!-- Settings screen, Select hfr title -->
401 <string name="pref_camera_hfr_title">Video High FrameRate</string>
402
403 <!-- Settings screen, hfr radio button choices -->
404 <string name="pref_camera_hfr_entry_off">Off</string>
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530405 <string name="pref_camera_hfr_entry_2x">HFR 60</string>
406 <string name="pref_camera_hfr_entry_3x">HFR 90</string>
407 <string name="pref_camera_hfr_entry_4x">HFR 120</string>
Guruprasad Gaonkar786069c2015-02-28 19:19:47 -0800408 <string name="pref_camera_hfr_entry_8x">HFR 240</string>
xianming wang5c49edc2018-06-26 11:01:34 +0800409 <string name="pref_camera_hfr_entry_16x">HFR 480</string>
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530410 <string name="pref_camera_hfr_entry_hsr_60">HSR 60</string>
411 <string name="pref_camera_hfr_entry_hsr_90">HSR 90</string>
412 <string name="pref_camera_hfr_entry_hsr_120">HSR 120</string>
Jay Wangf933f8a2016-02-09 17:04:31 -0800413 <string name="pref_camera_hfr_entry_hsr_240">HSR 240</string>
xianming wang5c49edc2018-06-26 11:01:34 +0800414 <string name="pref_camera_hfr_entry_hsr_480">HSR 480</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530415
416 <!-- HFR entry values. Do not translate. -->
417 <string name="pref_camera_hfr_value_off">off</string>
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530418 <string name="pref_camera_hfr_value_2x">hfr60</string>
419 <string name="pref_camera_hfr_value_3x">hfr90</string>
420 <string name="pref_camera_hfr_value_4x">hfr120</string>
Guruprasad Gaonkar786069c2015-02-28 19:19:47 -0800421 <string name="pref_camera_hfr_value_8x">hfr240</string>
xianming wang5c49edc2018-06-26 11:01:34 +0800422 <string name="pref_camera_hfr_value_16x">hfr480</string>
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530423 <string name="pref_camera_hfr_value_hsr_60">hsr60</string>
424 <string name="pref_camera_hfr_value_hsr_90">hsr90</string>
425 <string name="pref_camera_hfr_value_hsr_120">hsr120</string>
Jay Wangf933f8a2016-02-09 17:04:31 -0800426 <string name="pref_camera_hfr_value_hsr_240">hsr240</string>
xianming wang5c49edc2018-06-26 11:01:34 +0800427 <string name="pref_camera_hfr_value_hsr_480">hsr480</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530428
Neelam Abhinav Karthik01076672015-07-29 11:29:17 -0700429 <!-- Default noise reduction setting. Do not translate. -->
430 <string name="pref_camera_noise_reduction_default">off</string>
431
432 <!-- Settings screen, Select See More title -->
433 <string name="pref_camera_noise_reduction_title">Noise Reduction</string>
434
435 <!-- Settings screen, see more radio button choices -->
436 <string name="pref_camera_noise_reduction_entry_off">Off</string>
437 <string name="pref_camera_noise_reduction_entry_fast">Fast</string>
438 <string name="pref_camera_noise_reduction_entry_high_quality">High Quality</string>
439
440 <!-- see more entry values. Do not translate. -->
441 <string name="pref_camera_noise_reduction_value_off">off</string>
442 <string name="pref_camera_noise_reduction_value_fast">fast</string>
443 <string name="pref_camera_noise_reduction_value_high_quality">high-quality</string>
444
Santhosh Kumar Thimmanna Bhattar48b9c1b2014-10-15 15:07:08 +0530445 <!-- Default see more setting. Do not translate. -->
446 <string name="pref_camera_see_more_default">off</string>
447
448 <!-- Settings screen, Select See More title -->
449 <string name="pref_camera_see_more_title">See More</string>
450
451 <!-- Settings screen, see more radio button choices -->
452 <string name="pref_camera_see_more_entry_off">Off</string>
453 <string name="pref_camera_see_more_entry_on">On</string>
454
455 <!-- see more entry values. Do not translate. -->
456 <string name="pref_camera_see_more_value_off">off</string>
457 <string name="pref_camera_see_more_value_on">on</string>
458
Alok Kediyaaed65252013-09-23 14:31:42 +0530459 <!-- Denoise Settings screen, setting title text -->
460 <string name="pref_camera_denoise_title">Wavelet Denoise Mode</string>
461 <string name="pref_camera_denoise_default" translatable="false">denoise-on</string>
462
463 <!-- Denoise Settings screen, Record location dialog choices -->
464 <string name="pref_camera_denoise_entry_off">Off</string>
465 <string name="pref_camera_denoise_entry_on">On</string>
466
467 <!-- Default iso setting. Do not translate. -->
xianming wang25056012018-09-28 17:48:58 +0800468 <string name="pref_camera_iso_default">auto</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530469
470 <!-- Settings screen, Select Iso title -->
Byunghun Jeon518955c2015-07-09 15:04:46 -0700471 <string name="pref_camera_iso_title">ISO</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530472
473 <!-- Settings screen, ISO dialog radio button choices -->
474 <string name="pref_camera_iso_entry_auto">Auto</string>
475 <string name="pref_camera_iso_entry_isodeblur">ISO Auto(HJR)</string>
476 <string name="pref_camera_iso_entry_iso100">ISO100</string>
477 <string name="pref_camera_iso_entry_iso200">ISO200</string>
478 <string name="pref_camera_iso_entry_iso400">ISO400</string>
479 <string name="pref_camera_iso_entry_iso800">ISO800</string>
480 <string name="pref_camera_iso_entry_iso1600">ISO1600</string>
xianming wang25056012018-09-28 17:48:58 +0800481 <string name="pref_camera_iso_entry_iso3200">ISO3200</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530482
483 <!-- ISO entry values. Do not translate. -->
484 <string name="pref_camera_iso_value_auto">auto</string>
485 <string name="pref_camera_iso_value_isodeblur">ISO_HJR</string>
486 <string name="pref_camera_iso_value_iso100">ISO100</string>
487 <string name="pref_camera_iso_value_iso200">ISO200</string>
488 <string name="pref_camera_iso_value_iso400">ISO400</string>
489 <string name="pref_camera_iso_value_iso800">ISO800</string>
490 <string name="pref_camera_iso_value_iso1600">ISO1600</string>
xianming wang25056012018-09-28 17:48:58 +0800491 <string name="pref_camera_iso_value_iso3200">ISO3200</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530492
493 <!-- Settings screen, Anti Banding title -->
494 <string name="pref_camera_antibanding_title">Anti Banding</string>
495
496 <!-- Default Anti Banding setting. -->
497 <string name="pref_camera_antibanding_default">off</string>
498
499 <!-- Settings screen, Anti Banding entries -->
500 <string name="pref_camera_antibanding_entry_0">Off</string>
501 <string name="pref_camera_antibanding_entry_1">50 Hz</string>
502 <string name="pref_camera_antibanding_entry_2">60 Hz</string>
503 <string name="pref_camera_antibanding_entry_3">Auto</string>
504
505 <!-- Default color effect setting. -->
506 <string name="pref_camera_coloreffect_default" translatable="false">none</string>
Jack Yoo5cca0e82015-12-17 16:53:36 -0800507 <string name="pref_camera_filter_mode_entry_on">On</string>
508 <string name="pref_camera_filter_mode_entry_off">Off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530509
510 <!-- Settings screen, Select Color effect title -->
Jack Yoo5cca0e82015-12-17 16:53:36 -0800511 <string name="pref_camera_coloreffect_title">Color effect Level</string>
512 <string name="pref_camera_filter_mode_title">Color effect Mode</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530513
514 <!-- Settings screen, Color effect dialog radio button choices -->
515 <string name="pref_camera_coloreffect_entry_none">None</string>
516 <string name="pref_camera_coloreffect_entry_mono">Mono</string>
517 <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
518 <string name="pref_camera_coloreffect_entry_negative">Negative</string>
519 <!-- Color effect that overexposes and reverses some of the tones. -->
520 <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
521 <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
522 <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
523 <string name="pref_camera_coloreffect_entry_emboss">Emboss</string>
524 <string name="pref_camera_coloreffect_entry_sketch">Sketch</string>
525 <string name="pref_camera_coloreffect_entry_neon">Neon</string>
526 <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
527 <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
528 <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
529 <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
530 <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
531
532 <!-- Default Touch AF/AEC setting. Do not translate. -->
533 <string name="pref_camera_touchafaec_default">touch-on</string>
534
535 <!-- Settings screen, Select Touch AF/AEC title -->
536 <string name="pref_camera_touchafaec_title">Touch AF/AEC</string>
537
538 <!-- Settings screen, Touch AF/AEC dialog radio button choices -->
539 <string name="pref_camera_touchafaec_entry_off">Off</string>
540 <string name="pref_camera_touchafaec_entry_on">On</string>
541
Emilian Peev07f5e182014-03-12 15:40:39 -0700542 <!-- Select IS title -->
Camera Software Integration956aaa62015-11-10 10:06:42 -0800543 <string name="pref_camera_dis_title">Image Stabilization</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530544
545 <!-- DIS choices -->
546 <string name="pref_camera_dis_entry_off">Off</string>
547 <string name="pref_camera_dis_entry_on">On</string>
548
Weijie Wang63da1b22017-06-19 19:04:32 +0800549 <string name="pref_camera_dis_default">disable</string>
Dimitar Borisova5c2a742014-10-06 18:38:12 +0300550 <string name="pref_camera_dis_value_disable">disable</string>
551 <string name="pref_camera_dis_value_enable">enable</string>
552
Alok Kediyaaed65252013-09-23 14:31:42 +0530553 <!-- Select Face Recognition title -->
554 <string name="pref_camera_facerc_title">Face Recognition</string>
555
556 <string name="pref_camera_facerc_default">off</string>
557
558 <!-- Face Recognition choices -->
559 <string name="pref_camera_facerc_entry_off">Off</string>
560 <string name="pref_camera_facerc_entry_on">On</string>
561
562 <!-- Settings screen, Multiple levels entries -->
563 <string name="pref_camera_sharpness_entry_level0">Level 0</string>
564 <string name="pref_camera_sharpness_entry_level1">Level 1</string>
565 <string name="pref_camera_sharpness_entry_level2">Level 2(Default)</string>
566 <string name="pref_camera_sharpness_entry_level3">Level 3</string>
567 <string name="pref_camera_sharpness_entry_level4">Level 4</string>
568 <string name="pref_camera_sharpness_entry_level5">Level 5</string>
569 <string name="pref_camera_sharpness_entry_level6">Level 6</string>
570
571 <!-- Settings screen, Multiple levels entries -->
572 <string name="pref_camera_contrast_entry_level0">Level 0</string>
573 <string name="pref_camera_contrast_entry_level1">Level 1</string>
574 <string name="pref_camera_contrast_entry_level2">Level 2</string>
575 <string name="pref_camera_contrast_entry_level3">Level 3</string>
576 <string name="pref_camera_contrast_entry_level4">Level 4</string>
577 <string name="pref_camera_contrast_entry_level5">Level 5(Default)</string>
578 <string name="pref_camera_contrast_entry_level6">Level 6</string>
579 <string name="pref_camera_contrast_entry_level7">Level 7</string>
580 <string name="pref_camera_contrast_entry_level8">Level 8</string>
581 <string name="pref_camera_contrast_entry_level9">Level 9</string>
582 <string name="pref_camera_contrast_entry_level10">Level 10</string>
583
584 <!-- Settings screen, Multiple levels entries -->
585 <string name="pref_camera_saturation_entry_level0">Level 0</string>
586 <string name="pref_camera_saturation_entry_level1">Level 1</string>
587 <string name="pref_camera_saturation_entry_level2">Level 2</string>
588 <string name="pref_camera_saturation_entry_level3">Level 3</string>
589 <string name="pref_camera_saturation_entry_level4">Level 4</string>
590 <string name="pref_camera_saturation_entry_level5">Level 5(Default)</string>
591 <string name="pref_camera_saturation_entry_level6">Level 6</string>
592 <string name="pref_camera_saturation_entry_level7">Level 7</string>
593 <string name="pref_camera_saturation_entry_level8">Level 8</string>
594 <string name="pref_camera_saturation_entry_level9">Level 9</string>
595 <string name="pref_camera_saturation_entry_level10">Level 10</string>
596
597 <!-- Default sharpness setting. Do not translate. -->
598 <string name="pref_camera_sharpness_default">2</string>
599
600 <!-- Settings screen, Select sharpness title -->
601 <string name="pref_camera_sharpness_title">Sharpness</string>
602
603 <!-- Default contrast setting. Do not translate. -->
604 <string name="pref_camera_contrast_default">5</string>
605
606 <!-- Settings screen, Select contrast title -->
607 <string name="pref_camera_contrast_title">Contrast</string>
608
609 <!-- Default saturation setting. Do not translate. -->
610 <string name="pref_camera_saturation_default">5</string>
611
612 <!-- Settings screen, Select saturation title -->
613 <string name="pref_camera_saturation_title">Saturation</string>
614
615 <!-- Default picture quality setting. See
616 pref_camera_jpegquality_entryvalues for possible values -->
zhuw394405b2018-10-25 17:47:37 +0800617 <string name="pref_camera_jpegquality_default" translatable="false">100</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530618
619 <!-- Default Picture format setting. Do not translate. -->
620 <string name="pref_camera_picture_format_default">jpeg</string>
621
622 <!-- Settings screen, Select Picture format title -->
623 <string name="pref_camera_picture_format_title">Select Picture Format</string>
624
625 <!-- Settings screen, picture format dialog radio button choices -->
626 <string name="pref_camera_picture_format_entry_jpeg">Jpeg</string>
627 <string name="pref_camera_picture_format_entry_raw">Raw</string>
628 <string name="pref_camera_picture_format_entry_raw_yuv_422_sp">YUV422SP</string>
629 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yuyv">YUVRaw8YUYV</string>
630 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yvyu">YUVRaw8YVYU</string>
631 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_uyvy">YUVRaw8UYVY</string>
632 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_vyuy">YUVRaw8VYUY</string>
633 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8gbrg">BayerQ8GBRG</string>
634 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8grbg">BayerQ8GRBG</string>
635 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8rggb">BayerQ8RGGB</string>
636 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8bggr">BayerQ8BGRR</string>
637 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10gbrg">BayerQ10GBRG</string>
638 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10grbg">BayerQ10GRBG</string>
639 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10rggb">BayerQ10RGGB</string>
640 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10bggr">BayerQ10BGGR</string>
641 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12gbrg">BayerQ12GBRG</string>
642 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12grbg">BayerQ12GRBG</string>
643 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12rggb">BayerQ12RGGB</string>
644 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12bggr">BayerQ12BGGR</string>
645 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8gbrg">BayerM8GBRG</string>
646 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8grbg">BayerM8GRBG</string>
647 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8rggb">BayerM8RGGB</string>
648 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8bggr">BayerM8BGGR</string>
649 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10gbrg">BayerM10GBRG</string>
650 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10grbg">BayerM10GRBG</string>
651 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10rggb">BayerM10RGGB</string>
652 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10bggr">BayerM10BGGR</string>
653 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12gbrg">BayerM12GBRG</string>
654 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12grbg">BayerM12GRBG</string>
655 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12rggb">BayerM12RGGB</string>
656 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12bggr">BayerM12BGGR</string>
657 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8gbrg">BayerIQ8GBRG</string>
658 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8grbg">BayerIQ8GRBG</string>
659 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8rggb">BayerIQ8RGGB</string>
660 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8bggr">BayerIQ8BGGR</string>
661 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10gbrg">BayerIQ10GBRG</string>
662 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10grbg">BayerIQ10GRBG</string>
663 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10rggb">BayerIQ10RGGB</string>
664 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10bggr">BayerIQ10BGGR</string>
665 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12gbrg">BayerIQ12GBRG</string>
666 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12grbg">BayerIQ12GRBG</string>
667 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12rggb">BayerIQ12RGGB</string>
668 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12bggr">BayerIQ12BGGR</string>
669 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8gbrg">BayerIM8GBRG</string>
670 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8grbg">BayerIM8GRBG</string>
671 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8rggb">BayerIM8RGGB</string>
672 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8bggr">BayerIM8BGGR</string>
673 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10gbrg">BayerIM10GBRG</string>
674 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10grbg">BayerIM10GRBG</string>
675 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10rggb">BayerIM10rggb</string>
676 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10bggr">BayerIM8bggr</string>
677 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12gbrg">BayerIM12gbrg</string>
678 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12grbg">BayerIM12grbg</string>
679 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12rggb">BayerIM12rggb</string>
680 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12bggr">BayerIM12bggr</string>
681 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8gbrg">BayerIP88gbrg</string>
682 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8grbg">BayerIP88grbg</string>
683 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8rggb">BayerIP88rggb</string>
684 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8bggr">BayerIP88bggr</string>
685 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8gbrg">BayerIP168gbrg</string>
686 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8grbg">BayerIP168grbg</string>
687 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8rggb">BayerIP168rggb</string>
688 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8bggr">BayerIP168bggr</string>
689 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10gbrg">BayerIP1610gbrg</string>
690 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10grbg">BayerIP1610grbg</string>
691 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10rggb">BayerIP1610rggb</string>
692 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10bggr">BayerIP1610bggr</string>
693 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12gbrg">BayerIP1612gbrg</string>
694 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12grbg">BayerIP1612grbg</string>
695 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12rggb">BayerIP1612rggb</string>
696 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12bggr">BayerIP1612bggr</string>
697
698 <!-- Picture format entry values. Do not translate. -->
699 <string name="pref_camera_picture_format_value_jpeg">jpeg</string>
700 <string name="pref_camera_picture_format_value_raw">raw</string>
701 <string name="pref_camera_picture_format_value_raw_yuv_422_sp">yuv422sp</string>
702 <string name="pref_camera_picture_format_value_raw_yuv_8bit_yuyv">yuv-raw8-yuyv</string>
703 <string name="pref_camera_picture_format_value_raw_yuv_8bit_yvyu">yuv-raw8-yvyu</string>
704 <string name="pref_camera_picture_format_value_raw_yuv_8bit_uyvy">yuv-raw8-uyvy</string>
705 <string name="pref_camera_picture_format_value_raw_yuv_8bit_vyuy">yuv-raw8-vyuy</string>
706 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8gbrg">bayer-qcom-8gbrg</string>
707 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8grbg">bayer-qcom-8grbg</string>
708 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8rggb">bayer-qcom-8rggb</string>
709 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8bggr">bayer-qcom-8bgrr</string>
710 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10gbrg">bayer-qcom-10gbrg</string>
711 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10grbg">bayer-qcom-10grbg</string>
712 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10rggb">bayer-qcom-10rggb</string>
713 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10bggr">bayer-qcom-10bggr</string>
714 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12gbrg">bayer-qcom-12gbrg</string>
715 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12grbg">bayer-qcom-12grbg</string>
716 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12rggb">bayer-qcom-12rggb</string>
717 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12bggr">bayer-qcom-12bggr</string>
718 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8gbrg">bayer-mipi-8gbrg</string>
719 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8grbg">bayer-mipi-8grbg</string>
720 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8rggb">bayer-mipi-8rggb</string>
721 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8bggr">bayer-mipi-8bggr</string>
722 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10gbrg">bayer-mipi-10gbrg</string>
723 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10grbg">bayer-mipi-10grbg</string>
724 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10rggb">bayer-mipi-10rggb</string>
725 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10bggr">bayer-mipi-10bggr</string>
726 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12gbrg">bayer-mipi-12gbrg</string>
727 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12grbg">bayer-mipi-12grbg</string>
728 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12rggb">bayer-mipi-12rggb</string>
729 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12bggr">bayer-mipi-12bggr</string>
730 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8gbrg">bayer-ideal-qcom-8gbrg</string>
731 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8grbg">bayer-ideal-qcom-8grbg</string>
732 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8rggb">bayer-ideal-qcom-8rggb</string>
733 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8bggr">bayer-ideal-qcom-8bggr</string>
734 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10gbrg">bayer-ideal-qcom-10gbrg</string>
735 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10grbg">bayer-ideal-qcom-10grbg</string>
736 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10rggb">bayer-ideal-qcom-10rggb</string>
737 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10bggr">bayer-ideal-qcom-10bggr</string>
738 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12gbrg">bayer-ideal-qcom-12gbrg</string>
739 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12grbg">bayer-ideal-qcom-12grbg</string>
740 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12rggb">bayer-ideal-qcom-12rggb</string>
741 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12bggr">bayer-ideal-qcom-12bggr</string>
742 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8gbrg">bayer-ideal-mipi-8gbrg</string>
743 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8grbg">bayer-ideal-mipi-8grbg</string>
744 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8rggb">bayer-ideal-mipi-8rggb</string>
745 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8bggr">bayer-ideal-mipi-8bggr</string>
746 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10gbrg">bayer-ideal-mipi-10gbrg</string>
747 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10grbg">bayer-ideal-mipi-10grbg</string>
748 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10rggb">bayer-ideal-mipi-10rggb</string>
749 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10bggr">bayer-ideal-mipi-8bggr</string>
750 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12gbrg">bayer-ideal-mipi-12gbrg</string>
751 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12grbg">bayer-ideal-mipi-12grbg</string>
752 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12rggb">bayer-ideal-mipi-12rggb</string>
753 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12bggr">bayer-ideal-mipi-12bggr</string>
754 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8gbrg">bayer-ideal-plain8-8gbrg</string>
755 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8grbg">bayer-ideal-plain8-8grbg</string>
756 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8rggb">bayer-ideal-plain8-8rggb</string>
757 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8bggr">bayer-ideal-plain8-8bggr</string>
758 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8gbrg">bayer-ideal-plain16-8gbrg</string>
759 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8grbg">bayer-ideal-plain16-8grbg</string>
760 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8rggb">bayer-ideal-plain16-8rggb</string>
761 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8bggr">bayer-ideal-plain16-8bggr</string>
762 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10gbrg">bayer-ideal-plain16-10gbrg</string>
763 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10grbg">bayer-ideal-plain16-10grbg</string>
764 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10rggb">bayer-ideal-plain16-10rggb</string>
765 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10bggr">bayer-ideal-plain16-10bggr</string>
766 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12gbrg">bayer-ideal-plain16-12gbrg</string>
767 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12grbg">bayer-ideal-plain16-12grbg</string>
768 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12rggb">bayer-ideal-plain16-12rggb</string>
769 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12bggr">bayer-ideal-plain16-12bggr</string>
770 <!-- Settings screen, Picture quality title -->
771 <string name="pref_camera_jpegquality_title">Picture quality</string>
772
773 <!-- Settings screen, Picture quality dialog radio button choices -->
likaid3ec8fb42015-09-24 17:02:54 +0800774 <string name="pref_camera_jpegquality_entry_0">Low</string>
775 <string name="pref_camera_jpegquality_entry_1">Standard</string>
776 <string name="pref_camera_jpegquality_entry_2">High</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530777
778 <!-- Default auto histogram setting. Do not translate. -->
779 <string name="pref_camera_histogram_default">disable</string>
780
781 <!-- Settings screen, Select Histogram title -->
782 <string name="pref_camera_histogram_title">Histogram</string>
783
784 <!-- Settings screen, Histogram radio button choices -->
785 <string name="pref_camera_histogram_entry_enable">Enable</string>
786 <string name="pref_camera_histogram_entry_disable">Disable</string>
787
788 <!-- Histogram entry values. Do not translate. -->
789 <string name="pref_camera_histogram_value_enable">enable</string>
790 <string name="pref_camera_histogram_value_disable">disable</string>
791
792 <string name="pref_camera_picturesize_entry_1920x1080">HD1080</string>
793 <string name="pref_camera_picturesize_entry_1280x768">WXGA</string>
794 <string name="pref_camera_picturesize_entry_1280x720">HD720</string>
Wei Tanc9831292018-03-05 17:10:53 +0800795 <string name="pref_camera_picturesize_entry_1280x400">1280 x 400</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530796 <string name="pref_camera_picturesize_entry_800x600">SVGA</string>
797 <string name="pref_camera_picturesize_entry_800x480">WVGA</string>
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700798 <string name="pref_camera_picturesize_entry_960x720">960 x 720</string>
799 <string name="pref_camera_picturesize_entry_720x480">720 x 480</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530800 <string name="pref_camera_picturesize_entry_352x288">CIF</string>
801 <string name="pref_camera_picturesize_entry_176x144">QCIF</string>
802
803 <string name="pref_camera_focusmode_entry_normal">Normal</string>
804 <string name="pref_camera_focusmode_entry_continuous">CAF</string>
805
806 <string name="pref_camera_scenemode_entry_asd">ASD</string>
807 <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
808 <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
809 <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
810 <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
811
812 <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
813 <string name="pref_camera_scenemode_entry_night_portrait">Night Portrait</string>
814 <!-- Scene mode to be used in a stage show. -->
815 <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
816 <!-- Scene mode optimized for taking images on the beach. -->
817 <string name="pref_camera_scenemode_entry_beach">Beach</string>
818 <!-- Scene mode optimized for taking images in the snow. -->
819 <string name="pref_camera_scenemode_entry_snow">Snow</string>
820
821 <!-- Scene mode for taking a photo as sharp as possible. -->
822 <string name="pref_camera_scenemode_entry_steadyphoto">Steady Photo</string>
823 <!-- Scene mode optimized for taking images of fireworks. -->
824 <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
825 <!-- Scene mode optimized for taking images during sports . -->
826 <string name="pref_camera_scenemode_entry_sports">Sports</string>
827 <!-- Scene mode optimized for capturing the naturally warm color of scenes lit by candles. [CHAR LIMIT=16] -->
828 <string name="pref_camera_scenemode_entry_candlelight">Candlelight</string>
829 <!-- Scene mode for taking a photo with backlight. -->
830 <string name="pref_camera_scenemode_entry_backlight">Backlight</string>
831 <!-- Scene mode optimized for taking images of flowers. -->
832 <string name="pref_camera_scenemode_entry_flowers">Flowers</string>
833 <!-- Scene mode optimized for taking images of AR. -->
834 <string name="pref_camera_scenemode_entry_ar">AR</string>
835
836 <!-- Default auto scene detection setting. -->
837 <string name="pref_camera_scenedetect_default" translatable="false">off</string>
838
839 <!-- Settings screen, Select Auto Scene Detection -->
840 <string name="pref_camera_scenedetect_title">Auto Scene Detection</string>
841
842 <!-- Settings menu, auto scene detection choices -->
843 <string name="pref_camera_scenedetect_entry_off">Off</string>
844 <!-- Scene detection set to on - supports backlight and snow cloudy detection. -->
845 <string name="pref_camera_scenedetect_entry_on">On</string>
846
847 <!-- Toast showing error if invalid size selected for time lapse [CHAR LIMIT=65] -->
848 <string name="time_lapse_error">Invalid video-size for time-lapse recording.</string>
849
Byunghun Jeon7a123a72015-10-06 14:50:11 -0700850 <string name="pref_camera_videosnapsize_default" translatable="false">auto</string>
Fei Zhang28bcccd2014-03-27 13:55:24 +0800851
852 <!-- longshot value -->
853 <string name="pref_camera_longshot_default" translatable="false">off</string>
854 <string name="pref_camera_longshot_title">Continuous Shot</string>
Fei Zhang3d391b52014-06-04 14:51:41 +0800855 <string name="msg_cancel_longshot_for_limited_memory">run out of memory, canceling longshot</string>
Suman Mukherjeede8bbe72014-05-22 13:35:24 +0530856
857 <!-- Toast showing non-supported functionality for flash in AE bracket -->
858 <string name="flash_aebracket_message">Flash is not supported in AE-Bracket Mode</string>
859
Abhishek Pantcb4748b2013-12-04 15:51:48 +0530860 <!-- Settings screen, setting title text for Auto HDR-->
861 <string name="pref_camera_auto_hdr_title">AUTO HDR</string>
862 <string name="pref_camera_auto_hdr_default" translatable="false">
863 disable</string>
864
865 <!-- Settings screen, Auto HDR location dialog choices -->
866 <string name="pref_camera_auto_hdr_entry_enable">Enable</string>
867 <string name="pref_camera_auto_hdr_entry_disable">Disable</string>
868 <string name="pref_camera_auto_hdr_value_enable">enable</string>
869 <string name="pref_camera_auto_hdr_value_disable">disable</string>
kaiyizde529662014-07-21 16:47:27 +0800870
871 <!-- toast message for storage location switch -->
872 <string name="on_switch_save_path_to_sdcard">Internal storage space is not enough - switched save path to SD card</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300873
Sunid Wilson3ef0f9e2014-08-24 19:00:13 -0700874 <string name="pref_camera_hdr_mode_default">hdr-mode-multiframe</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300875
876 <!-- Settings screen, Selectable HDR mode title -->
877 <string name="pref_camera_hdr_mode_title">HDR Mode</string>
878
879 <!-- Settings screen, Selectable HDR mode radio button choices -->
880 <string name="pref_camera_hdr_mode_entry_sensor">Sensor HDR</string>
881 <string name="pref_camera_hdr_mode_entry_multi_frame">Multi-frame HDR</string>
882
Ivan Evlogievec449be2014-09-11 13:31:11 +0300883 <!-- HDR mode entry values. Do not translate. -->
884 <string name="pref_hdr_mode_value_sensor">hdr-mode-sensor</string>
885 <string name="pref_hdr_mode_value_multi_frame">hdr-mode-multiframe</string>
886
887 <!-- Settings screen, Selectable HDR need 1x frame default value -->
kaiyiz6cebf7d2014-11-17 18:12:40 +0800888 <string name="pref_camera_hdr_need_1x_default">@string/pref_hdr_need_1x_value_true</string>
Ivan Evlogievec449be2014-09-11 13:31:11 +0300889
890 <!-- Settings screen, Selectable HDR need 1x frame title -->
891 <string name="pref_camera_hdr_need_1x_title">HDR need 1x frame</string>
892
893 <!-- Settings screen, Selectable HDR need 1x frame radio button choices -->
kaiyiz6cebf7d2014-11-17 18:12:40 +0800894 <string name="pref_camera_hdr_need_1x_entry_false">@string/setting_off</string>
895 <string name="pref_camera_hdr_need_1x_entry_true">@string/setting_on</string>
Ivan Evlogievec449be2014-09-11 13:31:11 +0300896
897 <!-- HDR need 1x frame entry values. Do not translate. -->
898 <string name="pref_hdr_need_1x_value_false">false</string>
899 <string name="pref_hdr_need_1x_value_true">true</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300900
Apurva Rajgurue07e72a2014-07-23 16:35:54 -0700901 <!--Default video rotation setting-->
902 <string name="pref_camera_video_rotation_default" translatable="false">0</string>
903
904 <!--Settings screen, video rotation title-->
905 <string name="pref_camera_video_rotation_title">Video Rotation</string>
906
907 <!--Menu, video rotation label-->
908 <string name="pref_camera_video_rotation_label">VIDEO ROTATION</string>
909
910 <!-- Settings screen, Video rotation dialog radio button choices -->
911 <string name="pref_camera_video_rotation_entry_0">0</string>
912 <string name="pref_camera_video_rotation_entry_90">90</string>
913 <string name="pref_camera_video_rotation_entry_180">180</string>
914 <string name="pref_camera_video_rotation_entry_270">270</string>
Santhosh Kumar Thimmanna Bhattarf94401f2014-10-15 12:39:00 +0530915
kaiyiz10110372014-11-27 10:36:48 +0800916 <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
917 <string name="map_activity_not_found_err">There is no map app for show location.</string>
918
Santhosh Kumar Thimmanna Bhattarf94401f2014-10-15 12:39:00 +0530919 <!-- Continous shot enable message -->
920 <string name="longshot_enable_message">
921 Advance features are not supported in continuous shot mode</string>
922 <!-- Advance features enable message -->
923 <string name="advance_feature_enable_msg">
924 Continuous shot is not supported when advance features are enabled</string>
925
Jing (Mia) Wangdfbca432014-12-10 09:34:04 +0800926 <!-- The alas of CameraActivity for gesture operation -->
927 <string name="camera_gesture_title">Launch camera</string>
Zhang Zhenzhend4fb8ed2015-03-10 16:31:41 +0800928 <string name="pref_camera_tsmakeup_title">Beautification</string>
929 <string name="pref_camera_tsmakeup_entry_on">On</string>
930 <string name="pref_camera_tsmakeup_entry_off">Off</string>
likaiddbdcb432015-09-06 10:11:20 +0800931 <string name="pref_camera_tsmakeup_entry_low">Low</string>
932 <string name="pref_camera_tsmakeup_entry_mid">Mid</string>
933 <string name="pref_camera_tsmakeup_entry_high">High</string>
Zhang Zhenzhend4fb8ed2015-03-10 16:31:41 +0800934 <string name="pref_camera_tsmakeup_default" translatable="false">Off</string>
935 <string name="pref_camera_tsmakeup_level_default" translatable="false">60</string>
936 <string name="pref_camera_tsmakeup_custom">Custom</string>
937 <string name="pref_camera_tsmakeup_level_whiten">Whiten</string>
938 <string name="pref_camera_tsmakeup_level_clean">Soften</string>
939 <string name="text_tsmakeup_alert_title">Warning</string>
940 <string name="text_tsmakeup_alert_msg">The beautification must turn on Face Detection, Continue or Quit?</string>
941 <string name="text_tsmakeup_alert_continue">Continue</string>
942 <string name="text_tsmakeup_alert_quit">Quit</string>
Jay Wang7e8f0962016-03-08 18:13:04 -0800943 <string name="text_tsmakeup_beautify_toast" translatable="true">Beautify</string>
Likai Ding762b4352014-12-10 18:09:27 +0800944
945 <string name="all_in_focus">All in Focus</string>
Likai Dingc58ac9b2015-04-27 14:21:31 +0800946 <string name="refocus_toast">To re-focus last photo, tap here</string>
Likai Ding42655222015-08-21 07:04:15 +0800947 <string name="refocus_prompt_title">UbiFocus</string>
948 <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 +0530949
950 <string name="camera_thermal_shutdown">Phone overheated, closing camera.</string>
951 <string name="camera_server_died">Media server died, closing camera.</string>
952 <string name="camera_unknown_error">Unknown error, closing camera.</string>
Camera Software Integration488679f2015-10-30 10:13:25 -0700953
954 <string name="mute_button_desc">Mute Button</string>
Jack Yoo90113022016-03-09 12:44:54 -0800955
956 <!-- Help menu strings -->
957 <string name="help_menu_ok" translatable="true">OK</string>
958 <string name="help_menu_scene_mode_1" translatable="true">Select a</string>
959 <string name="help_menu_scene_mode_2" translatable="true">Scene Mode</string>
960 <string name="help_menu_scene_mode_3" translatable="true">for better pictures</string>
961 <string name="help_menu_color_filter_1" translatable="true">Apply color</string>
962 <string name="help_menu_color_filter_2" translatable="true">filters</string>
963 <string name="help_menu_color_filter_3" translatable="true">to</string>
964 <string name="help_menu_color_filter_4" translatable="true">improve pictures</string>
965 <string name="help_menu_beautify_1" translatable="true">Enhance portraits</string>
966 <string name="help_menu_beautify_2" translatable="true">with the</string>
967 <string name="help_menu_beautify_3" translatable="true">Beautify feature</string>
968 <string name="help_menu_switcher_1" translatable="true">Switch</string>
969 <string name="help_menu_switcher_2" translatable="true">between</string>
970 <string name="help_menu_switcher_3" translatable="true">camera, video, and panorama</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800971
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700972 <string name="pref_camera2_camera2_title" translatable="true">Camera2 Mode</string>
973 <string name="pref_camera2_camera2_entry_enable" translatable="true">Enable</string>
974 <string name="pref_camera2_camera2_entry_disable" translatable="true">Disable</string>
975 <string name="pref_camera2_camera2_default" translatable="false">disable</string>
976 <string name="pref_camera2_camera2_value_enable" translatable="false">enable</string>
977 <string name="pref_camera2_camera2_value_disable" translatable="false">disable</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800978
Byunghun Jeon421cebf2016-05-10 14:19:36 -0700979 <string name="pref_camera2_mono_only_title" translatable="true">Mono Only</string>
980 <string name="pref_camera2_mono_only_default" translatable="false">off</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800981
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700982 <string name="pref_camera2_mono_preview_title" translatable="true">Mono Preview</string>
983 <string name="pref_camera2_mono_preview_entry_on" translatable="true">On</string>
984 <string name="pref_camera2_mono_preview_entry_off" translatable="true">Off</string>
985 <string name="pref_camera2_mono_preview_default" translatable="false">off</string>
986 <string name="pref_camera2_mono_preview_value_on" translatable="false">on</string>
987 <string name="pref_camera2_mono_preview_value_off" translatable="false">off</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800988
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700989 <string name="pref_camera2_clearsight_title" translatable="true">ClearSight</string>
Byunghun Jeon421cebf2016-05-10 14:19:36 -0700990 <string name="pref_camera2_clearsight_default" translatable="false">on</string>
Jay Wang82839f52016-07-25 10:20:17 -0700991 <string name="pref_camera2_clearsight_entry_on" translatable="true">On</string>
992 <string name="pref_camera2_clearsight_entry_off" translatable="true">Off</string>
Byunghun Jeon1b30b782016-02-10 11:47:29 -0800993
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700994 <string name="pref_camera2_clearsight_value_on" translatable="false">on</string>
995 <string name="pref_camera2_clearsight_value_off" translatable="false">off</string>
Cullum Baldwin435d6e52016-04-12 11:49:50 -0700996
997 <string name="clearsight_capture_success">ClearSight capture successful</string>
998 <string name="clearsight_capture_fail">ClearSight capture failed</string>
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700999
Jay Wang82839f52016-07-25 10:20:17 -07001000 <string name="pref_camera2_mpo_title" translatable="true">MPO Format</string>
1001 <string name="pref_camera2_mpo_default" translatable="false">off</string>
1002 <string name="pref_camera2_mpo_entry_on" translatable="true">On</string>
1003 <string name="pref_camera2_mpo_entry_off" translatable="true">Off</string>
1004
1005 <string name="pref_camera2_mpo_value_on" translatable="false">on</string>
1006 <string name="pref_camera2_mpo_value_off" translatable="false">off</string>
1007
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -07001008 <string name="pref_camera2_scenemode_default" translatable="false">0</string>
Byunghun Jeon421cebf2016-05-10 14:19:36 -07001009 <string name="pref_camera2_whitebalance_default" translatable="false">1</string>
1010 <string name="pref_camera2_coloreffect_default" translatable="false">0</string>
Byunghun Jeon93b6ff22016-09-16 17:09:09 -07001011 <string name="pref_camera2_flashmode_value_auto" translatable="false">auto</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -07001012
Jack Yooa02710a2016-04-06 16:07:22 -07001013 <string name="pref_camera2_makeup_title" translatable="true">Makeup</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -07001014
zhuwde86a772018-11-05 14:52:26 +08001015 <string name="pref_camera2_noise_reduction_default" translatable="false">high-quality</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -07001016 <string name="pref_camera2_noise_reduction_title" translatable="true">Noise Reduction</string>
1017
Weijie Wang63da1b22017-06-19 19:04:32 +08001018 <string name="pref_camera2_noise_reduction_entry_off" translatable="true">@string/pref_camera_noise_reduction_entry_off</string>
1019 <string name="pref_camera2_noise_reduction_entry_fast" translatable="true">@string/pref_camera_noise_reduction_entry_fast</string>
1020 <string name="pref_camera2_noise_reduction_entry_high_quality" translatable="true">@string/pref_camera_noise_reduction_entry_high_quality</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -07001021
1022 <string name="pref_camera2_noise_reduction_value_off" translatable="false">off</string>
1023 <string name="pref_camera2_noise_reduction_value_fast" translatable="false">fast</string>
1024 <string name="pref_camera2_noise_reduction_value_high_quality" translatable="false">high-quality</string>
Byunghun Jeonb5821432016-06-17 15:52:25 -07001025
1026 <string name="pref_camera2_videosnap_default" translatable="false">enable</string>
1027 <string name="pref_camera2_videosnap_title" translatable="true">Auto Snapshot Size</string>
1028
1029 <string name="pref_camera2_videosnap_value_enable" translatable="true">enable</string>
1030 <string name="pref_camera2_videosnap_value_disable" translatable="true">disable</string>
1031
1032 <string name="pref_camera2_videosnap_entry_enable" translatable="true">Enable</string>
1033 <string name="pref_camera2_videosnap_entry_disable" translatable="true">Disable</string>
Jack Yoo12d17d82016-06-07 09:57:52 -07001034 <string name="pref_camera2_trackingfocus_title" translatable="true">Tracking Focus</string>
Jack Yoo2fceef12016-06-30 14:16:44 -07001035 <string name="pref_camera_scenemode_entry_bestpicture" translatable="true">BestPicture</string>
Jack Yooda315cf2016-08-25 11:17:57 -07001036 <string name="pref_camera_scenemode_entry_chromaflash" translatable="true">ChromaFlash</string>
Jack Yood48b19d2016-10-12 11:13:33 -07001037 <string name="pref_camera_scenemode_entry_blurbuster" translatable="true">BlurBuster</string>
Jack Yooea754882016-10-31 10:12:39 -07001038 <string name="pref_camera_scenemode_entry_sharpshooter" translatable="true">SharpPhoto</string>
1039 <string name="pref_camera_scenemode_entry_trackingfocus" translatable="true">TrackingFocus</string>
Jack Yoo7dd609b2016-02-10 17:22:09 -08001040 <string name="pref_camera_scenemode_entry_panorama" translatable="true">Panorama</string>
Byunghun Jeon70790e92016-09-16 12:59:14 -07001041 <string name="pref_camera_scenemode_entry_promode" translatable="true">ProMode</string>
xianming wangee8e5802017-12-13 10:24:16 +08001042 <string name="pref_camera_scenemode_entry_deepzoom" translatable="true">DeepZoom</string>
pezhan326822d2017-01-09 11:19:54 +08001043 <string name="bestpicture_done" translatable="true">SAVE</string>
Jack Yoo2fceef12016-06-30 14:16:44 -07001044 <string name="bestpicture_at_least_one_picture" translatable="true">At least, one picture has to be chosen.</string>
Byunghun Jeon904d5062016-07-26 16:05:33 -07001045
1046 <string name="pref_camera2_shutter_sound_default" translatable="true">on</string>
1047 <string name="pref_camera2_shutter_sound_value_on" translatable="true">on</string>
1048 <string name="pref_camera2_shutter_sound_value_off" translatable="true">off</string>
1049
Weijie Wang63da1b22017-06-19 19:04:32 +08001050 <string name="pref_camera2_shutter_sound_entry_on" translatable="true">@string/pref_camera_shuttersound_entry_enable</string>
1051 <string name="pref_camera2_shutter_sound_entry_off" translatable="true">@string/pref_camera_shuttersound_entry_disable</string>
1052 <string name="pref_camera2_shutter_sound_title" translatable="true">@string/pref_camera_shuttersound_title</string>
Byunghun Jeona6038bd2016-07-14 11:13:36 -07001053
weijiewa00285c2016-11-10 15:36:18 +08001054 <string name="pref_camera2_timer_entry_off" translatable="true">Off</string>
1055 <string name="pref_camera2_timer_entry_2sec" translatable="true">2 seconds</string>
1056 <string name="pref_camera2_timer_entry_5sec" translatable="true">5 seconds</string>
1057 <string name="pref_camera2_timer_entry_10sec" translatable="true">10 seconds</string>
Byunghun Jeona6038bd2016-07-14 11:13:36 -07001058
1059 <string name="pref_camera2_timer_value_off" translatable="false">0</string>
1060 <string name="pref_camera2_timer_value_2sec" translatable="false">2</string>
1061 <string name="pref_camera2_timer_value_5sec" translatable="false">5</string>
1062 <string name="pref_camera2_timer_value_10sec" translatable="false">10</string>
junjiez9d924d92016-11-15 09:28:35 +08001063 <string name="pref_camera2_saveraw_default">disable</string>
1064 <string name="pref_camera2_saveraw_title">Save with RAW format</string>
1065 <string name="pref_camera2_saveraw_value_disable" translatable="false">disable</string>
1066 <string name="pref_camera2_saveraw_value_enable" translatable="false">enable</string>
1067
1068 <string name="pref_camera2_saveraw_entry_disable">disable</string>
1069 <string name="pref_camera2_saveraw_entry_enable">enable</string>
1070
Jack Yooe5638a12016-10-12 09:50:47 -07001071 <string name="panocapture_direction_is_not_determined" translatable="true">Move constantly in one direciton.</string>
1072 <string name="panocapture_intro" translatable="true">Press camera button to start.</string>
1073 <string name="panocapture_direction_is_changed" translatable="true">Direction is changed. Stopping now...</string>
Jack Yooc3a465d2016-09-12 12:48:28 -07001074 <string name="makeup_ui_title" translatable="true">Please choose the strength of the beautification.</string>
1075 <string name="makeup_ui_ok_button" translatable="true">OK</string>
Jack Yooe42adc92016-09-23 13:39:31 -07001076 <string name="makeup_seekbar_low" translatable="true">low</string>
1077 <string name="makeup_seekbar_high" translatable="true">high</string>
weijiewa00285c2016-11-10 15:36:18 +08001078
1079 <string name="perf_camera2_version_info" translatable="true">Version Info</string>
1080 <string name="perf_camera2_preferences_category_general" translatable="true">General</string>
1081 <string name="perf_camera2_preferences_category_photo" translatable="true">Still camera</string>
1082 <string name="perf_camera2_preferences_category_video" translatable="true">Video camera</string>
1083 <string name="perf_camera2_preferences_category_system" translatable="true">System</string>
weijiewb39e01c2016-12-02 19:56:28 +08001084
1085 <string name="pref_camera2_scene_mode_dual_camera_instructional_content" translatable="true">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>
1086 <string name="pref_camera2_scene_mode_ubi_focus_instructional_content" translatable="true">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>
1087 <string name="pref_camera2_scene_mode_opti_zoom_instructional_content" translatable="true">Use Optizoom when you want to zoom in for a clear picture.You can zoom before, or after taking the picture.</string>
1088 <string name="pref_camera2_scene_mode_sports_instructional_content" translatable="true">Sports mode helps you take better sports or action shots.\n\nImporves your photos, but has no effect on video recording.</string>
1089 <string name="pref_camera2_scene_mode_hdr_instructional_content" translatable="true">When you are in mixed lighting conditions such as low light and backlit scenes select "HDR" for best possible pictures.</string>
1090 <string name="pref_camera2_scene_mode_best_photo_instructional_content" translatable="true">Allows you to take a burst of 10 photos, and you can choose the best one(s).</string>
1091 <string name="pref_camera2_scene_mode_chroma_flash_instructional_content" translatable="true">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>
1092 <string name="pref_camera2_scene_mode_sharp_photo_instructional_content" translatable="true">Sharp Phot reduces blur that is due to motion in the scene, or due to hand motion.</string>
1093 <string name="pref_camera2_scene_mode_tracking_focus_instructional_content" translatable="true">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>
1094 <string name="pref_camera2_scene_mode_time_lapse_instructional_content" translatable="true">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>
1095 <string name="pref_camera2_scene_mode_panorama_instructional_content" translatable="true">Allows you to pan left or right to take a wide landscape photo. You can alse pan up or down to take tall photos.</string>
1096 <string name="pref_camera2_scene_mode_blur_buster_instructional_content" translatable="true">BlurBuster reduces blur from shaky hands.It can be helpful when taking photos in difficult places.</string>
1097 <string name="pref_camera2_scene_mode_pro_instructional_content" translatable="true">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>
xianming wangee8e5802017-12-13 10:24:16 +08001098 <string name="pref_camera2_scene_mode_deepzoom_instructional_content" translatable="true">With DeepZoom Mode, you can use the 2X or 4X to take picture, then you can get the deepzoom`s picture </string>
junjiezcfdc8742017-09-22 13:44:33 +08001099 <string name="pref_camera2_scene_mode_deepportrait_instructional_content" translatable="true">With DeepPortrait, 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 +08001100 <string name="pref_camera2_not_show_again">Do not show again</string>
1101 <string name="pref_camera2_scene_mode_instructional_ok" translatable="true">OK</string>
junjiezd92a9522016-11-16 11:09:28 +08001102
1103 <string name="pref_camera2_instant_aec_title" translatable="true">Instant AEC</string>
1104 <string name="pref_camera2_instant_aec_default" translatable="false">0</string>
1105 <string name="pref_camera2_instant_aec_entry_disable" translatable="true">Disable</string>
1106 <string name="pref_camera2_instant_aec_entry_aggressive" translatable="true">Aggressive AEC</string>
1107 <string name="pref_camera2_instant_aec_entry_fast" translatable="true">Fast AEC</string>
weijiew8815dd22016-12-23 16:19:43 +08001108
1109 <string name="pref_camera2_saturation_level_title" translatable="true">Saturation Level</string>
1110 <string name="pref_camera2_saturation_level_default" translatable="false">5</string>
1111 <string name="pref_camera2_saturation_level_entry_0" translatable="true">Level 0</string>
1112 <string name="pref_camera2_saturation_level_entry_1" translatable="true">Level 1</string>
1113 <string name="pref_camera2_saturation_level_entry_2" translatable="true">Level 2</string>
1114 <string name="pref_camera2_saturation_level_entry_3" translatable="true">Level 3</string>
1115 <string name="pref_camera2_saturation_level_entry_4" translatable="true">Level 4</string>
1116 <string name="pref_camera2_saturation_level_entry_5" translatable="true">Level 5(Default)</string>
1117 <string name="pref_camera2_saturation_level_entry_6" translatable="true">Level 6</string>
1118 <string name="pref_camera2_saturation_level_entry_7" translatable="true">Level 7</string>
1119 <string name="pref_camera2_saturation_level_entry_8" translatable="true">Level 8</string>
1120 <string name="pref_camera2_saturation_level_entry_9" translatable="true">Level 9</string>
1121 <string name="pref_camera2_saturation_level_entry_10" translatable="true">Level 10</string>
1122
1123 <string name="pref_camera2_anti_banding_level_title" translatable="true">Anti Banding Level</string>
xianming wangef636a92018-10-15 11:24:41 +08001124 <string name="pref_camera2_anti_banding_level_default" translatable="false">3</string>
weijiew8815dd22016-12-23 16:19:43 +08001125 <string name="pref_camera2_anti_banding_level_entry_off" translatable="true">Off</string>
1126 <string name="pref_camera2_anti_banding_level_entry_50hz" translatable="true">50HZ</string>
1127 <string name="pref_camera2_anti_banding_level_entry_60hz" translatable="true">60HZ</string>
1128 <string name="pref_camera2_anti_banding_level_entry_auto" translatable="true">Auto</string>
1129
weijiew8815dd22016-12-23 16:19:43 +08001130 <string name="pref_camera2_hdr_title" translatable="true">HDR &amp; Non-HDR</string>
1131 <string name="pref_camera2_hdr_default" translatable="false">disable</string>
1132 <string name="pref_camera2_hdr_entry_enable" translatable="true">Enable</string>
1133 <string name="pref_camera2_hdr_entry_disable" translatable="true">Disable</string>
1134
1135 <string name="pref_camera2_auto_hdr_title" translatable="true">AUTO HDR</string>
1136 <string name="pref_camera2_auto_hdr_default" translatable="false">disable</string>
1137 <string name="pref_camera2_auto_hdr_entry_enable" translatable="true">Enable</string>
1138 <string name="pref_camera2_auto_hdr_entry_disable" translatable="true">Disable</string>
junjiezf07954f2017-01-09 16:41:03 +08001139
1140 <string name="pref_camera_bokeh_mode_default" translatable="false">0</string>
1141 <string name="pref_camera_bokeh_mode_title" translatable="true">Bokeh Mode</string>
1142 <string name="pref_camera_bokeh_mode_entry_enable" translatable="true">Enable</string>
1143 <string name="pref_camera_bokeh_mode_entry_disable" translatable="true">Disable</string>
1144 <string name="pref_camera_bokeh_mode_entry_value_enable" translatable="false">1</string>
1145 <string name="pref_camera_bokeh_mode_entry_value_disable" translatable="false">0</string>
1146
1147 <string name="pref_camera_bokeh_mpo_default" translatable="false">0</string>
1148 <string name="pref_camera_bokeh_mpo_title" translatable="true">Bokeh Mode MPO</string>
1149 <string name="pref_camera_bokeh_mpo_entry_enable" translatable="true">Enable</string>
1150 <string name="pref_camera_bokeh_mpo_entry_disable" translatable="true">Disable</string>
1151 <string name="pref_camera_bokeh_mpo_entry_value_enable" translatable="false">1</string>
1152 <string name="pref_camera_bokeh_mpo_entry_value_disable" translatable="false">0</string>
1153
1154 <string name="pref_camera_bokeh_blur_degree_default" translatable="false">50</string>
1155 <string name="pref_camera_bokeh_blur_degree_title" translatable="true">Bokeh Blur Value</string>
Jay Wangf9b13012017-02-02 17:22:10 -08001156 <!-- Default Zoom setting. -->
1157 <string name="pref_camera_zoom_default" translatable="false">0</string>
1158 <string name="pref_camera_zoom_title">Zoom</string>
1159 <!-- Settings menu, Zoom choices -->
1160 <string name="pref_camera_zoom_entry_off">Off</string>
1161 <string name="pref_camera_zoom_entry_1x">1x</string>
1162 <string name="pref_camera_zoom_entry_2x">2x</string>
1163 <string name="pref_camera_zoom_entry_3x">3x</string>
1164 <string name="pref_camera_zoom_entry_4x">4x</string>
1165 <string name="pref_camera_zoom_entry_5x">5x</string>
1166 <string name="pref_camera_zoom_entry_6x">6x</string>
1167 <string name="pref_camera_zoom_entry_7x">7x</string>
1168 <string name="pref_camera_zoom_entry_8x">8x</string>
1169 <string name="pref_camera_zoom_entry_9x">9x</string>
1170 <string name="pref_camera_zoom_entry_10x">10x</string>
junjiez271a7542017-02-07 10:13:36 +08001171 <string name="pref_camera2_bsgc_title" translatable="true">Smile/blink/gaze Detection</string>
1172 <string name="pref_camera2_bsgc_default" translatable="false">disable</string>
1173 <string name="pref_camera2_bsgc_entry_enable" translatable="true">Enable</string>
1174 <string name="pref_camera2_bsgc_entry_disable" translatable="true">Disable</string>
1175 <string name="pref_camera2_bsgc_entry_value_enable" translatable="false">enable</string>
1176 <string name="pref_camera2_bsgc_entry_value_disable" translatable="false">disable</string>
Jay Wangebab4002017-06-29 21:32:09 -07001177
Weijie Wangf884ef32017-09-02 12:11:20 +08001178
1179 <string name="pref_camera2_picturesize_default" translatable="false">3840x2160</string>
1180 <string name="pref_camera2_video_quality_default" translatable="false">1920x1080</string>
1181
Weijie Wang1c674462017-07-20 20:03:18 +08001182 <string name="pref_camera2_zsl_title" translatable="true">ZSL</string>
jinwu845692a2018-11-07 16:08:56 +08001183 <string name="pref_camera2_zsl_default" translatable="false">@string/pref_camera2_zsl_entryvalue_hal_zsl</string>
Weijie Wang1c674462017-07-20 20:03:18 +08001184 <string name="pref_camera2_zsl_entry_disable" translatable="true">Off</string>
1185 <string name="pref_camera2_zsl_entry_app_zsl" translatable="true">APP-ZSL</string>
1186 <string name="pref_camera2_zsl_entry_hal_zsl" translatable="true">HAL-ZSL</string>
1187 <string name="pref_camera2_zsl_entryvalue_disable" translatable="false">disable</string>
1188 <string name="pref_camera2_zsl_entryvalue_app_zsl" translatable="false">app-zsl</string>
1189 <string name="pref_camera2_zsl_entryvalue_hal_zsl" translatable="false">hal-zsl</string>
1190
Weijie Wang18a8ecb2017-08-17 16:49:51 +08001191 <string name="pref_camera2_videoencoderprofile_title" translatable="true">EncoderProfile</string>
1192 <string name="pref_camera2_videoencoderprofile_default">off</string>
1193
zhuwf75c93e2017-10-12 11:17:43 +08001194 <string name="pref_camera2_sharpness_control_title" translatable="true">SharpnessControl</string>
xianming wang9d51ded2018-08-22 15:48:14 +08001195 <string name="pref_camera2_sharpness_control_default" translatable="true">2</string>
zhuwf75c93e2017-10-12 11:17:43 +08001196 <string name="pref_camera2_sharpness_control_entry_level0" translatable="false">Level 0</string>
xianming wang9d51ded2018-08-22 15:48:14 +08001197 <string name="pref_camera2_sharpness_control_entry_level1" translatable="false">Level 1</string>
1198 <string name="pref_camera2_sharpness_control_entry_level2" translatable="false">Level 2 (Default)</string>
zhuwf75c93e2017-10-12 11:17:43 +08001199 <string name="pref_camera2_sharpness_control_entry_level3" translatable="false">Level 3</string>
1200 <string name="pref_camera2_sharpness_control_entry_level4" translatable="false">Level 4</string>
1201 <string name="pref_camera2_sharpness_control_entry_level5" translatable="false">Level 5</string>
1202 <string name="pref_camera2_sharpness_control_entry_level6" translatable="false">Level 6</string>
zhuwd666f322017-10-18 15:14:36 +08001203
zhuwca7c9c02018-05-14 16:04:12 +08001204 <string name="pref_camera2_afmode_default" translatable="false">-1</string>
zhuwd666f322017-10-18 15:14:36 +08001205 <string name="pref_camera2_afmode_title">Auto Focus Mode</string>
zhuwca7c9c02018-05-14 16:04:12 +08001206 <string name="pref_camera2_afmode_entry_disable">Disable</string>
zhuw40ba0862017-10-31 09:42:41 +08001207 <string name="pref_camera2_afmode_entry_off">Off</string>
zhuwd666f322017-10-18 15:14:36 +08001208 <string name="pref_camera2_afmode_entry_auto">Auto</string>
1209 <string name="pref_camera2_afmode_entry_macro">Macro</string>
1210 <string name="pref_camera2_afmode_entry_continuous_video">Continuous Video</string>
1211 <string name="pref_camera2_afmode_entry_continuous_picture">Continuous Picture</string>
1212 <string name="pref_camera2_afmode_entry_edof">EDOF</string>
zhuwca7c9c02018-05-14 16:04:12 +08001213 <string name="pref_camera2_afmode_value_disable" translatable="false">-1</string>
zhuw40ba0862017-10-31 09:42:41 +08001214 <string name="pref_camera2_afmode_value_off" translatable="false">0</string>
zhuwd666f322017-10-18 15:14:36 +08001215 <string name="pref_camera2_afmode_value_auto" translatable="false">1</string>
1216 <string name="pref_camera2_afmode_value_macro" translatable="false">2</string>
1217 <string name="pref_camera2_afmode_value_continuous_video" translatable="false">3</string>
1218 <string name="pref_camera2_afmode_value_continuous_picture" translatable="false">4</string>
1219 <string name="pref_camera2_afmode_value_edof" translatable="false">5</string>
junjiezcef13512017-09-08 16:33:32 +08001220
1221 <string name="pref_camera2_exposure_metering_title" translatable="true">ExposureMetering</string>
zhuw394405b2018-10-25 17:47:37 +08001222 <string name="pref_camera2_exposure_metering_default" translatable="true">1</string>
junjiezcef13512017-09-08 16:33:32 +08001223 <string name="pref_camera2_exposure_metering_entry_frame_average" translatable="false">FrameAverage</string>
1224 <string name="pref_camera2_exposure_metering_entry_center_weighted" translatable="false">CenterWeighted</string>
1225 <string name="pref_camera2_exposure_metering_entry_spot_meteting" translatable="false">SpotMeteting</string>
1226 <string name="pref_camera2_exposure_metering_entryvalue_frame_average" translatable="false">0</string>
1227 <string name="pref_camera2_exposure_metering_entryvalue_center_weighted" translatable="false">1</string>
1228 <string name="pref_camera2_exposure_metering_entryvalue_spot_meteting" translatable="false">2</string>
1229
junjiezd87fe312017-09-19 11:15:01 +08001230 <string name="pref_camera2_switch_camera_default" translatable="false">-1</string>
1231 <string name="pref_camera2_switch_camera_title" translatable="true">Switch camera by id</string>
xianming wangcef61182017-12-05 15:56:04 +08001232
1233 <!-- QCFA Title -->
1234 <string name="pref_camera2_qcfa_title" translatable="true">QCFA</string>
1235 <string name="pref_camera2_qcfa_default" translatable="false">disable</string>
1236 <!-- QCFA choices -->
1237 <string name="pref_camera_qcfa_value_disable">disable</string>
1238 <string name="pref_camera_qcfa_value_enable">enable</string>
1239
zhuwf5fb8e02017-11-20 17:21:38 +08001240 <string name="pref_camera2_eis_title" translatable="true">Video EIS</string>
xianming wang957d3c12018-02-12 16:48:53 +08001241 <string name="pref_camera2_eis_default" translatable="false">disable</string>
1242 <string name="pref_camera2_eis_entry_v2enable" translatable="false">V2</string>
1243 <string name="pref_camera2_eis_entry_v3enable" translatable="false">V3</string>
1244 <string name="pref_camera2_eis_entry_disable" translatable="false">disable</string>
1245 <string name="pref_camera2_eis_entry_value_v2enable" translatable="false">V2</string>
1246 <string name="pref_camera2_eis_entry_value_v3enable" translatable="false">V3</string>
1247 <string name="pref_camera2_eis_entry_value_disable" translatable="false">disable</string>
1248
1249 <string name="pref_camera2_fovc_title" translatable="true">Video FOVC</string>
1250 <string name="pref_camera2_fovc_default" translatable="false">false</string>
1251 <string name="pref_camera2_fovc_entry_enable" translatable="false">Enable</string>
1252 <string name="pref_camera2_fovc_entry_disable" translatable="false">Disable</string>
1253 <string name="pref_camera2_fovc_entry_value_enable" translatable="false">true</string>
1254 <string name="pref_camera2_fovc_entry_value_disable" translatable="false">false</string>
zhuw11e8b872018-01-22 18:51:08 +08001255
1256 <string name="pref_camera2_video_hdr_title" translatable="true">Video HDR</string>
1257 <string name="pref_camera2_video_hdr_default" translatable="false">0</string>
1258 <string name="pref_camera2_video_hdr_entry_enable" translatable="true">enable</string>
1259 <string name="pref_camera2_video_hdr_entry_disable" translatable="true">disable</string>
1260 <string name="pref_camera2_video_hdr_entry_value_enable" translatable="false">1</string>
1261 <string name="pref_camera2_video_hdr_entry_value_disable" translatable="false">0</string>
junjiezcfdc8742017-09-22 13:44:33 +08001262
jinwubfab1422018-09-21 18:33:37 +08001263 <string name="pref_camera2_picture_format_title">Picture Format</string>
1264 <string name="pref_camera2_picture_format_default">0</string>
1265 <string name="pref_camera2_picture_format_entry_0">JPEG</string>
1266 <string name="pref_camera2_picture_format_entry_1">HEIF</string>
1267
junjiezcfdc8742017-09-22 13:44:33 +08001268 <string name="pref_camera2_deepportrait_entry_value_disable" translatable="false">off</string>
1269 <string name="pref_camera2_deepportrait_entry_value_enable" translatable="false">on</string>
1270 <string name="pref_camera_scenemode_entry_deepportrait" translatable="false">Deepportrait</string>
zhuwa5d67dc2018-05-28 14:57:15 +08001271
Mukund Mittal1c419412018-06-28 10:54:57 +05301272 <string name="pref_camera2_stats_visualizer_title" translatable="true">Stats Visualizer</string>
junjiez7d7a2a42018-09-05 16:27:52 +08001273 <string name="pref_camera2_stats_visualizer_default" translatable="false"></string>
Mukund Mittal1c419412018-06-28 10:54:57 +05301274 <string name="pref_camera2_stats_visualizer_entry_bg_stats" translatable="false">BG Stats</string>
1275 <string name="pref_camera2_stats_visualizer_entry_be_stats" translatable="false">BE Stats</string>
1276 <string name="pref_camera2_stats_visualizer_entry_hist_stats" translatable="false">Hist Stats</string>
junjiez7d7a2a42018-09-05 16:27:52 +08001277 <string name="pref_camera2_stats_visualizer_entry_awb_info" translatable="false">AWB Info</string>
1278 <string name="pref_camera2_stats_visualizer_entry_value_enable_bg" translatable="false">0</string>
1279 <string name="pref_camera2_stats_visualizer_entry_value_enable_be" translatable="false">1</string>
1280 <string name="pref_camera2_stats_visualizer_entry_value_enable_hist" translatable="false">2</string>
1281 <string name="pref_camera2_stats_visualizer_entry_value_enable_awb" translatable="false">3</string>
1282 <string name="stats_visualizer_bg_label">BG GraphView</string>
1283 <string name="stats_visualizer_be_label">BE GraphView</string>
zhuw1b720e22018-07-30 14:00:52 +08001284
xianming wang846af8f2018-09-21 16:36:36 +08001285 <string name="pref_camera2_capture_mfnr_title" translatable="true">MFNR</string>
xianming wang4c647eb2018-06-01 16:14:40 +08001286 <string name="pref_camera2_capture_mfnr_default" translatable="false">0</string>
1287 <string name="pref_camera2_capture_mfnr_entry_enable" translatable="true">enable</string>
1288 <string name="pref_camera2_capture_mfnr_entry_disable" translatable="true">disable</string>
1289 <string name="pref_camera2_capture_mfnr_entry_value_enable" translatable="false">1</string>
1290 <string name="pref_camera2_capture_mfnr_entry_value_disable" translatable="false">0</string>
1291
xianming wang467c2372018-11-14 14:37:57 +08001292 <string name="pref_camera2_fs2_title" translatable="true">FastShutter</string>
1293 <string name="pref_camera2_fs2_default" translatable="false">0</string>
1294 <string name="pref_camera2_fs2_entry_enable" translatable="true">enable</string>
1295 <string name="pref_camera2_fs2_entry_disable" translatable="true">disable</string>
1296 <string name="pref_camera2_fs2_entry_value_enable" translatable="false">1</string>
1297 <string name="pref_camera2_fs2_entry_value_disable" translatable="false">0</string>
1298
Alok Kediyaaed65252013-09-23 14:31:42 +05301299</resources>
1300