blob: faf21e6811d6a371c2bed3a5c7c078ea3b272f58 [file] [log] [blame]
Alok Kediyaaed65252013-09-23 14:31:42 +05301<!--
2 Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
3
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>
22 <!-- Video quality setting entry. Videos will be recorded in FWVGA quality. [CHAR LIMIT=24] -->
23 <string name="pref_video_quality_entry_fwvga" translatable="false">FWVGA</string>
24 <!-- Video quality setting entry. Videos will be recorded in WVGA quality. [CHAR LIMIT=24] -->
25 <string name="pref_video_quality_entry_wvga" translatable="false">WVGA</string>
26 <!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
27 <string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
Sai Kumar Sanagavarapu2b80b5a2014-12-02 13:25:43 +053028 <!-- Video quality setting entry. Videos will be recorded in HVGA quality. [CHAR LIMIT=24] -->
29 <string name="pref_video_quality_entry_hvga" translatable="false">HVGA</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053030 <!-- Video quality setting entry. Videos will be recorded in WQVGA quality. [CHAR LIMIT=24] -->
31 <string name="pref_video_quality_entry_wqvga" translatable="false">WQVGA</string>
32 <!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->
33 <string name="pref_video_quality_entry_cif" translatable="false">CIF</string>
34 <!-- Video quality setting entry. Videos will be recorded in QVGA quality. [CHAR LIMIT=24] -->
35 <string name="pref_video_quality_entry_qvga" translatable="false">QVGA</string>
36 <!-- Video quality setting entry. Videos will be recorded in QCIF quality. [CHAR LIMIT=24] -->
37 <string name="pref_video_quality_entry_qcif" translatable="false">QCIF</string>
38
39 <!-- Settings screen, Power Mode title -->
40 <string name="pref_camera_powermode_title">Power Mode</string>
41
42 <!-- Settings screen, Power mode dialog radio button choices -->
43 <string name="pref_camera_powermode_entry_lp">Low_Power</string>
44 <string name="pref_camera_powermode_entry_np">Normal_Power</string>
45
46 <!-- Settings screen, Power mode dialog radio button choices -->
47 <string name="pref_camera_powermode_value_lp">Low_Power</string>
48 <string name="pref_camera_powermode_value_np">Normal_Power</string>
49
50 <!-- Default Power mode.. -->
51 <string name="pref_camera_powermode_default" translatable="false">Normal_Power</string>
52
53 <!-- Default auto exposure setting. Do not translate. -->
54 <string name="pref_camera_autoexposure_default">frame-average</string>
55 <!-- Settings screen, Select auto exposure title -->
56 <string name="pref_camera_autoexposure_title">Select Auto Exposure Mode</string>
57
58 <!-- Settings screen, auto exposure dialog radio button choices -->
59 <string name="pref_camera_autoexposure_entry_frameaverage">Frame Average</string>
60 <string name="pref_camera_autoexposure_entry_centerweighted">Center Weighted</string>
61 <string name="pref_camera_autoexposure_entry_spotmetering">Spot Metering</string>
62
63 <!-- Auto exposure entry values. Do not translate. -->
64 <string name="pref_camera_autoexposure_value_frameaverage">frame-average</string>
65 <string name="pref_camera_autoexposure_value_centerweighted">center-weighted</string>
66 <string name="pref_camera_autoexposure_value_spotmetering">spot-metering</string>
67
68 <!-- Settings screen, Video encoder title -->
69 <string name="pref_camera_videoencoder_title">Video Encoder</string>
70
71 <!-- Settings screen, Video encoder dialog radio button choices -->
72 <string name="pref_camera_videoencoder_entry_0">MPEG4</string>
73 <string name="pref_camera_videoencoder_entry_1">H263</string>
74 <string name="pref_camera_videoencoder_entry_2">H264</string>
Vladimir Petrovc1cd7782014-07-16 18:54:16 -070075 <string name="pref_camera_videoencoder_entry_3">H265</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053076
77 <!-- Default video encoder setting. A numerical value. -->
78 <string name="pref_camera_videoencoder_default" translatable="false">h264</string>
79
80 <!-- Settings screen, Video encoder dialog title -->
81 <string name="pref_camera_videoencoder_dialogtitle">Video Encoder</string>
82
83 <!-- Default audio encoder setting. A numerical value. -->
84 <string name="pref_camera_audioencoder_default" translatable="false">aac</string>
85
86 <!-- Settings screen, Audio encoder title -->
87 <string name="pref_camera_audioencoder_title">Audio Encoder</string>
88
89 <!-- Settings screen, Audio encoder dialog radio button choices -->
90 <string name="pref_camera_audioencoder_entry_0">AMRNB</string>
91 <string name="pref_camera_audioencoder_entry_1">AAC</string>
92 <!-- Default video duration setting. A numerical value.-->
93 <string name="pref_camera_video_duration_default" translatable="false">10</string>
94
95 <!-- Settings screen, Video duration title -->
96 <string name="pref_camera_video_duration_title">Video duration</string>
97
98 <!-- Settings screen, Video duration dialog radio button choices -->
99 <string name="pref_camera_video_duration_entry_mms">30 seconds(MMS)</string>
100 <string name="pref_camera_video_duration_entry_10">10 minutes</string>
101 <string name="pref_camera_video_duration_entry_30">30 minutes</string>
kaiyizdc2a3942014-11-28 13:50:43 +0800102 <string name="pref_camera_video_duration_entry_nolimit">no limit</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530103
104 <!-- Default Skin Tone Enhancement setting. Do not translate. -->
105 <string name="pref_camera_skinToneEnhancement_default">disable</string>
106
107 <!-- Settings screen, Select Skin Tone Enhancement title -->
108 <string name="pref_camera_skinToneEnhancement_title">Skin Tone Enhancement</string>
109
110 <!-- Settings screen, Skin Tone Enhancement radio button choices -->
111 <string name="pref_camera_skinToneEnhancement_entry_enable">Enable</string>
112 <string name="pref_camera_skinToneEnhancement_entry_disable">Disable</string>
113
114 <!-- Skin Tone Enhancement entry values. Do not translate. -->
115 <string name="pref_camera_skinToneEnhancement_value_enable">enable</string>
116 <string name="pref_camera_skinToneEnhancement_value_disable">disable</string>
117 <!-- Settings screen, setting title text for ZSL-->
118 <string name="pref_camera_zsl_title">ZSL</string>
119
Santhosh Kumar H E8ead9072014-03-25 18:36:12 -0700120 <string name="pref_camera_zsl_default" translatable="false">on</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530121
122 <!-- Default selectable zone af setting. Do not translate. -->
123 <string name="pref_camera_selectablezoneaf_default">auto</string>
124
125 <!-- Settings screen, Selectable zone af title -->
126 <string name="pref_camera_selectablezoneaf_title"> Selectable Zone Auto Focus</string>
127
128 <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
129 <string name="pref_camera_selectablezoneaf_entry_auto">Auto</string>
130 <string name="pref_camera_selectablezoneaf_entry_spotmetering">Spot Metering</string>
131 <string name="pref_camera_selectablezoneaf_entry_centerweighted">Center Weighted</string>
132 <string name="pref_camera_selectablezoneaf_entry_frameaverage">Frame Average</string>
133
134 <!-- Auto exposure entry values. Do not translate. -->
135 <string name="pref_camera_selectablezoneaf_value_auto">auto</string>
136 <string name="pref_camera_selectablezoneaf_value_spotmetering">spot-metering</string>
137 <string name="pref_camera_selectablezoneaf_value_centerweighted">center-weighted</string>
138 <string name="pref_camera_selectablezoneaf_value_frameaverage">frame-average</string>
139
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800140 <string name="pref_camera_advanced_feature_default">none</string>
141
142 <!-- Settings screen, Selectable advanced features title -->
143 <string name="pref_camera_advanced_features_title">Advanced Features</string>
144
145 <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
146 <string name="pref_camera_advanced_feature_entry_none">None</string>
147 <string name="pref_camera_advanced_feature_entry_ubifocus">Ubi Focus</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700148 <string name="pref_camera_advanced_feature_entry_refocus">Refocus</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800149 <string name="pref_camera_advanced_feature_entry_chromaflash">Chroma Flash</string>
150 <string name="pref_camera_advanced_feature_entry_optizoom">Opti Zoom</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530151 <string name="pref_camera_advanced_feature_entry_FSSR">FSSR</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530152 <string name="pref_camera_advanced_feature_entry_trueportrait">True Portrait</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530153 <string name="pref_camera_advanced_feature_entry_multi_touch_focus">Multi-touch Focus</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800154
155 <!-- Auto exposure entry values. Do not translate. -->
Ivan Evlogievc8f22fe2014-03-21 15:53:36 -0700156 <string name="pref_camera_advanced_feature_value_none">none</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800157 <string name="pref_camera_advanced_feature_value_ubifocus_on">af-bracket-on</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700158 <string name="pref_camera_advanced_feature_value_refocus_on">re-focus-on</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800159 <string name="pref_camera_advanced_feature_value_chromaflash_on">chroma-flash-on</string>
160 <string name="pref_camera_advanced_feature_value_optizoom_on">opti-zoom-on</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530161 <string name="pref_camera_advanced_feature_value_FSSR_on">FSSR-on</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530162 <string name="pref_camera_advanced_feature_value_trueportrait_on">true-portrait-on</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530163 <string name="pref_camera_advanced_feature_value_multi_touch_focus_on">multi-touch-focus-on</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800164 <string name="pref_camera_advanced_feature_value_ubifocus_off">af-bracket-off</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700165 <string name="pref_camera_advanced_feature_value_refocus_off">re-focus-off</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800166 <string name="pref_camera_advanced_feature_value_chromaflash_off">chroma-flash-off</string>
167 <string name="pref_camera_advanced_feature_value_optizoom_off">opti-zoom-off</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530168 <string name="pref_camera_advanced_feature_value_FSSR_off">FSSR-off</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530169 <string name="pref_camera_advanced_feature_value_trueportrait_off">true-portrait-off</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530170 <string name="pref_camera_advanced_feature_value_multi_touch_focus_off">multi-touch-focus-off</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800171
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530172 <!-- Manual exposure control entry values -->
173 <string name="pref_camera_manual_exp_title">Manual Exposure</string>
174 <string name="pref_camera_manual_exp_entry_ISO_priority">ISO priority</string>
175 <string name="pref_camera_manual_exp_entry_exptime_priority">Exposure time priority</string>
176 <string name="pref_camera_manual_exp_entry_user_setting">User setting</string>
177 <string name="pref_camera_manual_exp_entry_off">Off</string>
178
179 <string name="pref_camera_manual_exp_default">off</string>
180 <string name="pref_camera_manual_exp_value_ISO_priority">iso-priority</string>
181 <string name="pref_camera_manual_exp_value_exptime_priority">exp-time-priority</string>
182 <string name="pref_camera_manual_exp_value_user_setting">user-setting</string>
183 <string name="pref_camera_manual_exp_value_off">off</string>
184
185 <!-- Manual white balance entry values -->
186 <string name="pref_camera_manual_wb_title">Manual White balance</string>
187 <string name="pref_camera_manual_wb_entry_color_temperature">Color temperature</string>
188 <string name="pref_camera_manual_wb_entry_rbgb_gains">RBGB gains</string>
189 <string name="pref_camera_manual_wb_entry_off">Off</string>
190
191 <string name="pref_camera_manual_wb_default">off</string>
192 <string name="pref_camera_manual_wb_value_color_temperature">color-temperature</string>
193 <string name="pref_camera_manual_wb_value_rbgb_gains">rbgb-gains</string>
194 <string name="pref_camera_manual_wb_value_off">off</string>
195
196 <!-- Manual Focus entry values -->
197 <string name="pref_camera_manual_focus_title">Manual Focus</string>
198 <string name="pref_camera_manual_focus_entry_scale_mode">Scale mode</string>
199 <string name="pref_camera_manual_focus_entry_diopter_mode">Diopter mode</string>
200 <string name="pref_camera_manual_focus_entry_off">Off</string>
201
202 <string name="pref_camera_manual_focus_default">off</string>
203 <string name="pref_camera_manual_focus_value_scale_mode">scale-mode</string>
204 <string name="pref_camera_manual_focus_value_diopter_mode">diopter-mode</string>
205 <string name="pref_camera_manual_focus_value_off">off</string>
206
Alok Kediyaaed65252013-09-23 14:31:42 +0530207 <!-- Settings screen, ZSL location dialog choices -->
208 <string name="pref_camera_zsl_entry_off">Off</string>
209 <string name="pref_camera_zsl_entry_on">On</string>
210
211 <string name="pref_camera_zsl_value_off">off</string>
212 <string name="pref_camera_zsl_value_on">on</string>
213
Santhosh Kumar Thimmanna Bhattarb228ec62014-04-29 19:02:24 +0530214 <!-- The message is shown in toast when HDR or scene mode is enabled -->
215 <string name="hdr_enable_message">HDR is enabled, only Auto scene mode is supported</string>
216 <string name="scene_enable_message">HDR is not supported in the scene mode other than Auto</string>
217
Alok Kediyaaed65252013-09-23 14:31:42 +0530218 <!-- Settings screen, Video HDR location dialog choices -->
219 <string name="pref_camera_video_hdr_entry_off">Off</string>
220 <string name="pref_camera_video_hdr_entry_on">On</string>
221
222 <string name="pref_camera_video_hdr_value_off">off</string>
223 <string name="pref_camera_video_hdr_value_on">on</string>
224
Dimitar Borisov19656472014-09-24 17:32:06 +0300225 <!-- Settings screen, CDS location dialog choices -->
226 <string name="pref_camera_cds_entry_off">Off</string>
227 <string name="pref_camera_cds_entry_on">On</string>
228 <string name="pref_camera_cds_entry_auto">Auto</string>
229
230 <string name="pref_camera_cds_value_off">off</string>
231 <string name="pref_camera_cds_value_on">on</string>
232 <string name="pref_camera_cds_value_auto">auto</string>
233
234 <!-- Settings screen, video CDS location dialog choices -->
235 <string name="pref_camera_video_cds_entry_off">Off</string>
236 <string name="pref_camera_video_cds_entry_on">On</string>
237 <string name="pref_camera_video_cds_entry_auto">Auto</string>
238
239 <string name="pref_camera_video_cds_value_off">off</string>
240 <string name="pref_camera_video_cds_value_on">on</string>
241 <string name="pref_camera_video_cds_value_auto">auto</string>
242
243 <!-- Settings screen, TNR location dialog choices -->
244 <string name="pref_camera_tnr_entry_disable">Disable</string>
245 <string name="pref_camera_tnr_entry_enable">Enable</string>
246
247 <!-- Settings screen, TNR location dialog choices -->
248 <string name="pref_camera_tnr_value_off">off</string>
249 <string name="pref_camera_tnr_value_on">on</string>
250
251 <!-- Settings screen, video TNR location dialog choices -->
252 <string name="pref_camera_video_tnr_entry_disable">Disable</string>
253 <string name="pref_camera_video_tnr_entry_enable">Enable</string>
254
255 <!-- Settings screen, video TNR location dialog choices -->
256 <string name="pref_camera_video_tnr_value_off">off</string>
257 <string name="pref_camera_video_tnr_value_on">on</string>
258
Alok Kediyaaed65252013-09-23 14:31:42 +0530259 <!-- Settings screen, setting title text for Video HDR-->
260 <string name="pref_camera_video_hdr_title">Video HDR</string>
261
262 <string name="pref_camera_video_hdr_default" translatable="false">off</string>
263
Dimitar Borisov19656472014-09-24 17:32:06 +0300264 <!-- Settings menu, setting title text for cds mode-->
265 <string name="pref_camera_cds_title">CDS mode</string>
266
267 <!-- Settings menu, setting title text for video cds mode-->
268 <string name="pref_camera_video_cds_title">Video CDS mode</string>
269
270 <!-- Default cds mode setting-->
271 <string name="pref_camera_cds_default" translatable="false">on</string>
272
273 <!-- Default video cds mode setting-->
274 <string name="pref_camera_video_cds_default" translatable="false">on</string>
275
276 <!-- Settings menu, setting title text for tnr mode-->
277 <string name="pref_camera_tnr_title">TNR mode</string>
278
279 <!-- Settings menu, setting title text for video tnr mode-->
280 <string name="pref_camera_video_tnr_title">Video TNR mode</string>
281
282 <!-- Default tnr mode setting-->
283 <string name="pref_camera_tnr_default" translatable="false">off</string>
284
285 <!-- Default video tnr mode setting-->
286 <string name="pref_camera_video_tnr_default" translatable="false">off</string>
287
Alok Kediyaaed65252013-09-23 14:31:42 +0530288 <!-- Default face detection setting. -->
Byunghun Jeona19529b2014-10-13 18:34:37 -0700289 <string name="pref_camera_facedetection_default" translatable="false">off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530290
291 <!-- Settings screen, Select Face Detection -->
292 <string name="pref_camera_facedetection_title">Face Detection</string>
293
294 <!-- Settings menu, Face Detection choices -->
295 <string name="pref_camera_facedetection_entry_off">Off</string>
296 <string name="pref_camera_facedetection_entry_on">On</string>
297
298 <!-- Default redeye reduction setting. -->
299 <string name="pref_camera_redeyereduction_default" translatable="false">disable</string>
300
301 <!-- Settings screen, Select Redeye Reduction -->
302 <string name="pref_camera_redeyereduction_title">Redeye Reduction</string>
303
304 <!-- Settings menu, redeye reduction choices -->
305 <string name="pref_camera_redeyereduction_entry_enable">Enable</string>
306 <string name="pref_camera_redeyereduction_entry_disable">Disable</string>
307 <!-- Default mce setting. Do not translate. -->
308 <string name="pref_camera_mce_default">enable</string>
309
Suman Mukherjee1874e962014-03-27 13:08:38 +0530310 <!-- The message is shown in toast when the app encounters an unsupported selection for HFR/HSR mode -->
Suman Mukherjeee49881a2014-04-23 13:02:07 +0530311 <string name="error_app_unsupported_hfr_selection">HFR/HSR is not supported for DIS/TimeLapse/HDR</string>
Suman Mukherjee1874e962014-03-27 13:08:38 +0530312
Alok Kediyaaed65252013-09-23 14:31:42 +0530313 <!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
314 <string name="error_app_unsupported_hfr">HFR is not supported for selected resolution</string>
315
Suman Mukherjee6a57e2b2014-04-21 11:35:44 +0530316 <!-- The message is shown in toast when the app encounters an unsupported resolution for DIS mode -->
317 <string name="error_app_unsupported_dis">Unsupported video resolution for Display Image Stabilization(DIS)</string>
318
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530319 <!-- The message is shown in dialog when the app
320 encounters an unsupported resolution for HSR mode -->
321 <string name="error_app_unsupported_hsr">
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530322 HSR is not supported for selected resolution
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530323 </string>
324
Alok Kediyaaed65252013-09-23 14:31:42 +0530325 <!-- The message is shown in dialog when the app encounters an unsupported video codec for HFR mode -->
326 <string name="error_app_unsupported_hfr_codec">Only H264 video encoding is supported when HFR is ON</string>
327
328 <!-- The message is shown in dialog when the app encounters an unsupported video resolution-->
329 <string name="error_app_unsupported">Unsupported video resolution for this encoder type</string>
330
331 <!--The message is shown in dialog when the raw snapshot is selected in zsl mode-->
332 <string name="error_app_unsupported_raw">Raw picture format is not supported
Kerong Suib9680032014-04-04 11:13:50 +0800333 in zsl mode, change to JPEG
Alok Kediyaaed65252013-09-23 14:31:42 +0530334 </string>
335
Alok Kediyaaed65252013-09-23 14:31:42 +0530336 <!-- Settings screen, AE bracketing and HDR location dialog choices -->
337 <string name="pref_camera_ae_bracket_hdr_entry_ae_bracket">AE-Bracket</string>
338
339 <string name="pref_camera_ae_bracket_hdr_value_ae_bracket">AE-Bracket</string>
340
kaiyizdeb2a042014-07-09 17:27:13 +0800341 <string name="pref_camera_ae_bracket_hdr_title">AE-Bracket</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530342
343 <string name="pref_camera_ae_bracket_hdr_default" translatable="false">Off</string>
344
345 <string name="pref_camera_ae_bracket_hdr_entry_on">On</string>
346
347 <string name="pref_camera_ae_bracket_hdr_entry_off">Off</string>
348
349 <string name="err_app_unsupport_ae_bracket_code">no ae bracket support by Apps now</string>
350
351 <!-- The messsage shown if user selects a snapshot resolution lower than the current video size. -->
352 <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>
353
354 <!-- The messsage shown if user selects a snapshot resolution in low power mode. -->
355 <string name="snapshotsize_low_powermode">We do not support picture
356 resolution in Low Power Mode. Video size snapshot will be taken. Please
357 select High power mode for picture size.
358 </string>
359
360 <!-- The messsage shown if user tries to take snapshot during D1/QCIF resolution. -->
361 <string name="snapshot_qcif_and_d1">Only Video size snapshot supported for this resolution. </string>
362
363 <!-- Default hfr setting. Do not translate. -->
364 <string name="pref_camera_hfr_default">off</string>
365
366 <!-- Settings screen, Select hfr title -->
367 <string name="pref_camera_hfr_title">Video High FrameRate</string>
368
369 <!-- Settings screen, hfr radio button choices -->
370 <string name="pref_camera_hfr_entry_off">Off</string>
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530371 <string name="pref_camera_hfr_entry_2x">HFR 60</string>
372 <string name="pref_camera_hfr_entry_3x">HFR 90</string>
373 <string name="pref_camera_hfr_entry_4x">HFR 120</string>
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530374 <string name="pref_camera_hfr_entry_hsr_60">HSR 60</string>
375 <string name="pref_camera_hfr_entry_hsr_90">HSR 90</string>
376 <string name="pref_camera_hfr_entry_hsr_120">HSR 120</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530377
378 <!-- HFR entry values. Do not translate. -->
379 <string name="pref_camera_hfr_value_off">off</string>
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530380 <string name="pref_camera_hfr_value_2x">hfr60</string>
381 <string name="pref_camera_hfr_value_3x">hfr90</string>
382 <string name="pref_camera_hfr_value_4x">hfr120</string>
383 <string name="pref_camera_hfr_value_hsr_60">hsr60</string>
384 <string name="pref_camera_hfr_value_hsr_90">hsr90</string>
385 <string name="pref_camera_hfr_value_hsr_120">hsr120</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530386
Santhosh Kumar Thimmanna Bhattar48b9c1b2014-10-15 15:07:08 +0530387 <!-- Default see more setting. Do not translate. -->
388 <string name="pref_camera_see_more_default">off</string>
389
390 <!-- Settings screen, Select See More title -->
391 <string name="pref_camera_see_more_title">See More</string>
392
393 <!-- Settings screen, see more radio button choices -->
394 <string name="pref_camera_see_more_entry_off">Off</string>
395 <string name="pref_camera_see_more_entry_on">On</string>
396
397 <!-- see more entry values. Do not translate. -->
398 <string name="pref_camera_see_more_value_off">off</string>
399 <string name="pref_camera_see_more_value_on">on</string>
400
Alok Kediyaaed65252013-09-23 14:31:42 +0530401 <!-- Denoise Settings screen, setting title text -->
402 <string name="pref_camera_denoise_title">Wavelet Denoise Mode</string>
403 <string name="pref_camera_denoise_default" translatable="false">denoise-on</string>
404
405 <!-- Denoise Settings screen, Record location dialog choices -->
406 <string name="pref_camera_denoise_entry_off">Off</string>
407 <string name="pref_camera_denoise_entry_on">On</string>
408
409 <!-- Default iso setting. Do not translate. -->
410 <string name="pref_camera_iso_default">auto</string>
411
412 <!-- Settings screen, Select Iso title -->
413 <string name="pref_camera_iso_title">Select ISO</string>
414
415 <!-- Settings screen, ISO dialog radio button choices -->
416 <string name="pref_camera_iso_entry_auto">Auto</string>
417 <string name="pref_camera_iso_entry_isodeblur">ISO Auto(HJR)</string>
418 <string name="pref_camera_iso_entry_iso100">ISO100</string>
419 <string name="pref_camera_iso_entry_iso200">ISO200</string>
420 <string name="pref_camera_iso_entry_iso400">ISO400</string>
421 <string name="pref_camera_iso_entry_iso800">ISO800</string>
422 <string name="pref_camera_iso_entry_iso1600">ISO1600</string>
423
424 <!-- ISO entry values. Do not translate. -->
425 <string name="pref_camera_iso_value_auto">auto</string>
426 <string name="pref_camera_iso_value_isodeblur">ISO_HJR</string>
427 <string name="pref_camera_iso_value_iso100">ISO100</string>
428 <string name="pref_camera_iso_value_iso200">ISO200</string>
429 <string name="pref_camera_iso_value_iso400">ISO400</string>
430 <string name="pref_camera_iso_value_iso800">ISO800</string>
431 <string name="pref_camera_iso_value_iso1600">ISO1600</string>
432
433 <!-- Settings screen, Anti Banding title -->
434 <string name="pref_camera_antibanding_title">Anti Banding</string>
435
436 <!-- Default Anti Banding setting. -->
437 <string name="pref_camera_antibanding_default">off</string>
438
439 <!-- Settings screen, Anti Banding entries -->
440 <string name="pref_camera_antibanding_entry_0">Off</string>
441 <string name="pref_camera_antibanding_entry_1">50 Hz</string>
442 <string name="pref_camera_antibanding_entry_2">60 Hz</string>
443 <string name="pref_camera_antibanding_entry_3">Auto</string>
444
445 <!-- Default color effect setting. -->
446 <string name="pref_camera_coloreffect_default" translatable="false">none</string>
447
448 <!-- Settings screen, Select Color effect title -->
449 <string name="pref_camera_coloreffect_title">Color effect</string>
450
451 <!-- Settings screen, Color effect dialog radio button choices -->
452 <string name="pref_camera_coloreffect_entry_none">None</string>
453 <string name="pref_camera_coloreffect_entry_mono">Mono</string>
454 <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
455 <string name="pref_camera_coloreffect_entry_negative">Negative</string>
456 <!-- Color effect that overexposes and reverses some of the tones. -->
457 <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
458 <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
459 <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
460 <string name="pref_camera_coloreffect_entry_emboss">Emboss</string>
461 <string name="pref_camera_coloreffect_entry_sketch">Sketch</string>
462 <string name="pref_camera_coloreffect_entry_neon">Neon</string>
463 <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
464 <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
465 <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
466 <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
467 <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
468
469 <!-- Default Touch AF/AEC setting. Do not translate. -->
470 <string name="pref_camera_touchafaec_default">touch-on</string>
471
472 <!-- Settings screen, Select Touch AF/AEC title -->
473 <string name="pref_camera_touchafaec_title">Touch AF/AEC</string>
474
475 <!-- Settings screen, Touch AF/AEC dialog radio button choices -->
476 <string name="pref_camera_touchafaec_entry_off">Off</string>
477 <string name="pref_camera_touchafaec_entry_on">On</string>
478
Emilian Peev07f5e182014-03-12 15:40:39 -0700479 <!-- Select IS title -->
480 <string name="pref_camera_dis_title">IS</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530481 <string name="pref_camera_dis_default">disable</string>
482
483 <!-- DIS choices -->
484 <string name="pref_camera_dis_entry_off">Off</string>
485 <string name="pref_camera_dis_entry_on">On</string>
486
Dimitar Borisova5c2a742014-10-06 18:38:12 +0300487 <string name="pref_camera_dis_value_disable">disable</string>
488 <string name="pref_camera_dis_value_enable">enable</string>
489
Alok Kediyaaed65252013-09-23 14:31:42 +0530490 <!-- Select Face Recognition title -->
491 <string name="pref_camera_facerc_title">Face Recognition</string>
492
493 <string name="pref_camera_facerc_default">off</string>
494
495 <!-- Face Recognition choices -->
496 <string name="pref_camera_facerc_entry_off">Off</string>
497 <string name="pref_camera_facerc_entry_on">On</string>
498
499 <!-- Settings screen, Multiple levels entries -->
500 <string name="pref_camera_sharpness_entry_level0">Level 0</string>
501 <string name="pref_camera_sharpness_entry_level1">Level 1</string>
502 <string name="pref_camera_sharpness_entry_level2">Level 2(Default)</string>
503 <string name="pref_camera_sharpness_entry_level3">Level 3</string>
504 <string name="pref_camera_sharpness_entry_level4">Level 4</string>
505 <string name="pref_camera_sharpness_entry_level5">Level 5</string>
506 <string name="pref_camera_sharpness_entry_level6">Level 6</string>
507
508 <!-- Settings screen, Multiple levels entries -->
509 <string name="pref_camera_contrast_entry_level0">Level 0</string>
510 <string name="pref_camera_contrast_entry_level1">Level 1</string>
511 <string name="pref_camera_contrast_entry_level2">Level 2</string>
512 <string name="pref_camera_contrast_entry_level3">Level 3</string>
513 <string name="pref_camera_contrast_entry_level4">Level 4</string>
514 <string name="pref_camera_contrast_entry_level5">Level 5(Default)</string>
515 <string name="pref_camera_contrast_entry_level6">Level 6</string>
516 <string name="pref_camera_contrast_entry_level7">Level 7</string>
517 <string name="pref_camera_contrast_entry_level8">Level 8</string>
518 <string name="pref_camera_contrast_entry_level9">Level 9</string>
519 <string name="pref_camera_contrast_entry_level10">Level 10</string>
520
521 <!-- Settings screen, Multiple levels entries -->
522 <string name="pref_camera_saturation_entry_level0">Level 0</string>
523 <string name="pref_camera_saturation_entry_level1">Level 1</string>
524 <string name="pref_camera_saturation_entry_level2">Level 2</string>
525 <string name="pref_camera_saturation_entry_level3">Level 3</string>
526 <string name="pref_camera_saturation_entry_level4">Level 4</string>
527 <string name="pref_camera_saturation_entry_level5">Level 5(Default)</string>
528 <string name="pref_camera_saturation_entry_level6">Level 6</string>
529 <string name="pref_camera_saturation_entry_level7">Level 7</string>
530 <string name="pref_camera_saturation_entry_level8">Level 8</string>
531 <string name="pref_camera_saturation_entry_level9">Level 9</string>
532 <string name="pref_camera_saturation_entry_level10">Level 10</string>
533
534 <!-- Default sharpness setting. Do not translate. -->
535 <string name="pref_camera_sharpness_default">2</string>
536
537 <!-- Settings screen, Select sharpness title -->
538 <string name="pref_camera_sharpness_title">Sharpness</string>
539
540 <!-- Default contrast setting. Do not translate. -->
541 <string name="pref_camera_contrast_default">5</string>
542
543 <!-- Settings screen, Select contrast title -->
544 <string name="pref_camera_contrast_title">Contrast</string>
545
546 <!-- Default saturation setting. Do not translate. -->
547 <string name="pref_camera_saturation_default">5</string>
548
549 <!-- Settings screen, Select saturation title -->
550 <string name="pref_camera_saturation_title">Saturation</string>
551
552 <!-- Default picture quality setting. See
553 pref_camera_jpegquality_entryvalues for possible values -->
554 <string name="pref_camera_jpegquality_default" translatable="false">superfine</string>
555
556 <!-- Default Picture format setting. Do not translate. -->
557 <string name="pref_camera_picture_format_default">jpeg</string>
558
559 <!-- Settings screen, Select Picture format title -->
560 <string name="pref_camera_picture_format_title">Select Picture Format</string>
561
562 <!-- Settings screen, picture format dialog radio button choices -->
563 <string name="pref_camera_picture_format_entry_jpeg">Jpeg</string>
564 <string name="pref_camera_picture_format_entry_raw">Raw</string>
565 <string name="pref_camera_picture_format_entry_raw_yuv_422_sp">YUV422SP</string>
566 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yuyv">YUVRaw8YUYV</string>
567 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yvyu">YUVRaw8YVYU</string>
568 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_uyvy">YUVRaw8UYVY</string>
569 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_vyuy">YUVRaw8VYUY</string>
570 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8gbrg">BayerQ8GBRG</string>
571 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8grbg">BayerQ8GRBG</string>
572 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8rggb">BayerQ8RGGB</string>
573 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8bggr">BayerQ8BGRR</string>
574 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10gbrg">BayerQ10GBRG</string>
575 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10grbg">BayerQ10GRBG</string>
576 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10rggb">BayerQ10RGGB</string>
577 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10bggr">BayerQ10BGGR</string>
578 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12gbrg">BayerQ12GBRG</string>
579 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12grbg">BayerQ12GRBG</string>
580 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12rggb">BayerQ12RGGB</string>
581 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12bggr">BayerQ12BGGR</string>
582 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8gbrg">BayerM8GBRG</string>
583 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8grbg">BayerM8GRBG</string>
584 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8rggb">BayerM8RGGB</string>
585 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8bggr">BayerM8BGGR</string>
586 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10gbrg">BayerM10GBRG</string>
587 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10grbg">BayerM10GRBG</string>
588 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10rggb">BayerM10RGGB</string>
589 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10bggr">BayerM10BGGR</string>
590 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12gbrg">BayerM12GBRG</string>
591 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12grbg">BayerM12GRBG</string>
592 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12rggb">BayerM12RGGB</string>
593 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12bggr">BayerM12BGGR</string>
594 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8gbrg">BayerIQ8GBRG</string>
595 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8grbg">BayerIQ8GRBG</string>
596 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8rggb">BayerIQ8RGGB</string>
597 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8bggr">BayerIQ8BGGR</string>
598 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10gbrg">BayerIQ10GBRG</string>
599 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10grbg">BayerIQ10GRBG</string>
600 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10rggb">BayerIQ10RGGB</string>
601 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10bggr">BayerIQ10BGGR</string>
602 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12gbrg">BayerIQ12GBRG</string>
603 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12grbg">BayerIQ12GRBG</string>
604 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12rggb">BayerIQ12RGGB</string>
605 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12bggr">BayerIQ12BGGR</string>
606 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8gbrg">BayerIM8GBRG</string>
607 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8grbg">BayerIM8GRBG</string>
608 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8rggb">BayerIM8RGGB</string>
609 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8bggr">BayerIM8BGGR</string>
610 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10gbrg">BayerIM10GBRG</string>
611 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10grbg">BayerIM10GRBG</string>
612 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10rggb">BayerIM10rggb</string>
613 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10bggr">BayerIM8bggr</string>
614 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12gbrg">BayerIM12gbrg</string>
615 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12grbg">BayerIM12grbg</string>
616 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12rggb">BayerIM12rggb</string>
617 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12bggr">BayerIM12bggr</string>
618 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8gbrg">BayerIP88gbrg</string>
619 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8grbg">BayerIP88grbg</string>
620 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8rggb">BayerIP88rggb</string>
621 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8bggr">BayerIP88bggr</string>
622 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8gbrg">BayerIP168gbrg</string>
623 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8grbg">BayerIP168grbg</string>
624 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8rggb">BayerIP168rggb</string>
625 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8bggr">BayerIP168bggr</string>
626 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10gbrg">BayerIP1610gbrg</string>
627 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10grbg">BayerIP1610grbg</string>
628 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10rggb">BayerIP1610rggb</string>
629 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10bggr">BayerIP1610bggr</string>
630 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12gbrg">BayerIP1612gbrg</string>
631 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12grbg">BayerIP1612grbg</string>
632 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12rggb">BayerIP1612rggb</string>
633 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12bggr">BayerIP1612bggr</string>
634
635 <!-- Picture format entry values. Do not translate. -->
636 <string name="pref_camera_picture_format_value_jpeg">jpeg</string>
637 <string name="pref_camera_picture_format_value_raw">raw</string>
638 <string name="pref_camera_picture_format_value_raw_yuv_422_sp">yuv422sp</string>
639 <string name="pref_camera_picture_format_value_raw_yuv_8bit_yuyv">yuv-raw8-yuyv</string>
640 <string name="pref_camera_picture_format_value_raw_yuv_8bit_yvyu">yuv-raw8-yvyu</string>
641 <string name="pref_camera_picture_format_value_raw_yuv_8bit_uyvy">yuv-raw8-uyvy</string>
642 <string name="pref_camera_picture_format_value_raw_yuv_8bit_vyuy">yuv-raw8-vyuy</string>
643 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8gbrg">bayer-qcom-8gbrg</string>
644 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8grbg">bayer-qcom-8grbg</string>
645 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8rggb">bayer-qcom-8rggb</string>
646 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8bggr">bayer-qcom-8bgrr</string>
647 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10gbrg">bayer-qcom-10gbrg</string>
648 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10grbg">bayer-qcom-10grbg</string>
649 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10rggb">bayer-qcom-10rggb</string>
650 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10bggr">bayer-qcom-10bggr</string>
651 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12gbrg">bayer-qcom-12gbrg</string>
652 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12grbg">bayer-qcom-12grbg</string>
653 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12rggb">bayer-qcom-12rggb</string>
654 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12bggr">bayer-qcom-12bggr</string>
655 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8gbrg">bayer-mipi-8gbrg</string>
656 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8grbg">bayer-mipi-8grbg</string>
657 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8rggb">bayer-mipi-8rggb</string>
658 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8bggr">bayer-mipi-8bggr</string>
659 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10gbrg">bayer-mipi-10gbrg</string>
660 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10grbg">bayer-mipi-10grbg</string>
661 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10rggb">bayer-mipi-10rggb</string>
662 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10bggr">bayer-mipi-10bggr</string>
663 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12gbrg">bayer-mipi-12gbrg</string>
664 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12grbg">bayer-mipi-12grbg</string>
665 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12rggb">bayer-mipi-12rggb</string>
666 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12bggr">bayer-mipi-12bggr</string>
667 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8gbrg">bayer-ideal-qcom-8gbrg</string>
668 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8grbg">bayer-ideal-qcom-8grbg</string>
669 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8rggb">bayer-ideal-qcom-8rggb</string>
670 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8bggr">bayer-ideal-qcom-8bggr</string>
671 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10gbrg">bayer-ideal-qcom-10gbrg</string>
672 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10grbg">bayer-ideal-qcom-10grbg</string>
673 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10rggb">bayer-ideal-qcom-10rggb</string>
674 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10bggr">bayer-ideal-qcom-10bggr</string>
675 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12gbrg">bayer-ideal-qcom-12gbrg</string>
676 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12grbg">bayer-ideal-qcom-12grbg</string>
677 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12rggb">bayer-ideal-qcom-12rggb</string>
678 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12bggr">bayer-ideal-qcom-12bggr</string>
679 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8gbrg">bayer-ideal-mipi-8gbrg</string>
680 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8grbg">bayer-ideal-mipi-8grbg</string>
681 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8rggb">bayer-ideal-mipi-8rggb</string>
682 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8bggr">bayer-ideal-mipi-8bggr</string>
683 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10gbrg">bayer-ideal-mipi-10gbrg</string>
684 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10grbg">bayer-ideal-mipi-10grbg</string>
685 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10rggb">bayer-ideal-mipi-10rggb</string>
686 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10bggr">bayer-ideal-mipi-8bggr</string>
687 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12gbrg">bayer-ideal-mipi-12gbrg</string>
688 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12grbg">bayer-ideal-mipi-12grbg</string>
689 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12rggb">bayer-ideal-mipi-12rggb</string>
690 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12bggr">bayer-ideal-mipi-12bggr</string>
691 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8gbrg">bayer-ideal-plain8-8gbrg</string>
692 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8grbg">bayer-ideal-plain8-8grbg</string>
693 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8rggb">bayer-ideal-plain8-8rggb</string>
694 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8bggr">bayer-ideal-plain8-8bggr</string>
695 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8gbrg">bayer-ideal-plain16-8gbrg</string>
696 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8grbg">bayer-ideal-plain16-8grbg</string>
697 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8rggb">bayer-ideal-plain16-8rggb</string>
698 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8bggr">bayer-ideal-plain16-8bggr</string>
699 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10gbrg">bayer-ideal-plain16-10gbrg</string>
700 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10grbg">bayer-ideal-plain16-10grbg</string>
701 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10rggb">bayer-ideal-plain16-10rggb</string>
702 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10bggr">bayer-ideal-plain16-10bggr</string>
703 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12gbrg">bayer-ideal-plain16-12gbrg</string>
704 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12grbg">bayer-ideal-plain16-12grbg</string>
705 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12rggb">bayer-ideal-plain16-12rggb</string>
706 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12bggr">bayer-ideal-plain16-12bggr</string>
707 <!-- Settings screen, Picture quality title -->
708 <string name="pref_camera_jpegquality_title">Picture quality</string>
709
710 <!-- Settings screen, Picture quality dialog radio button choices -->
711 <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
712 <string name="pref_camera_jpegquality_entry_fine">Fine</string>
713 <string name="pref_camera_jpegquality_entry_normal">Normal</string>
714 <string name="pref_camera_jpegquality_entry_0">Jpeg 55%</string>
715 <string name="pref_camera_jpegquality_entry_1">Jpeg 65%</string>
716 <string name="pref_camera_jpegquality_entry_2">Jpeg 75%</string>
717 <string name="pref_camera_jpegquality_entry_3">Jpeg 85%</string>
718 <string name="pref_camera_jpegquality_entry_4">Jpeg 95%</string>
719 <string name="pref_camera_jpegquality_entry_5">Jpeg 100%</string>
720
721 <!-- Default auto histogram setting. Do not translate. -->
722 <string name="pref_camera_histogram_default">disable</string>
723
724 <!-- Settings screen, Select Histogram title -->
725 <string name="pref_camera_histogram_title">Histogram</string>
726
727 <!-- Settings screen, Histogram radio button choices -->
728 <string name="pref_camera_histogram_entry_enable">Enable</string>
729 <string name="pref_camera_histogram_entry_disable">Disable</string>
730
731 <!-- Histogram entry values. Do not translate. -->
732 <string name="pref_camera_histogram_value_enable">enable</string>
733 <string name="pref_camera_histogram_value_disable">disable</string>
734
735 <string name="pref_camera_picturesize_entry_1920x1080">HD1080</string>
736 <string name="pref_camera_picturesize_entry_1280x768">WXGA</string>
737 <string name="pref_camera_picturesize_entry_1280x720">HD720</string>
738 <string name="pref_camera_picturesize_entry_800x600">SVGA</string>
739 <string name="pref_camera_picturesize_entry_800x480">WVGA</string>
740 <string name="pref_camera_picturesize_entry_352x288">CIF</string>
741 <string name="pref_camera_picturesize_entry_176x144">QCIF</string>
742
743 <string name="pref_camera_focusmode_entry_normal">Normal</string>
744 <string name="pref_camera_focusmode_entry_continuous">CAF</string>
745
746 <string name="pref_camera_scenemode_entry_asd">ASD</string>
747 <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
748 <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
749 <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
750 <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
751
752 <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
753 <string name="pref_camera_scenemode_entry_night_portrait">Night Portrait</string>
754 <!-- Scene mode to be used in a stage show. -->
755 <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
756 <!-- Scene mode optimized for taking images on the beach. -->
757 <string name="pref_camera_scenemode_entry_beach">Beach</string>
758 <!-- Scene mode optimized for taking images in the snow. -->
759 <string name="pref_camera_scenemode_entry_snow">Snow</string>
760
761 <!-- Scene mode for taking a photo as sharp as possible. -->
762 <string name="pref_camera_scenemode_entry_steadyphoto">Steady Photo</string>
763 <!-- Scene mode optimized for taking images of fireworks. -->
764 <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
765 <!-- Scene mode optimized for taking images during sports . -->
766 <string name="pref_camera_scenemode_entry_sports">Sports</string>
767 <!-- Scene mode optimized for capturing the naturally warm color of scenes lit by candles. [CHAR LIMIT=16] -->
768 <string name="pref_camera_scenemode_entry_candlelight">Candlelight</string>
769 <!-- Scene mode for taking a photo with backlight. -->
770 <string name="pref_camera_scenemode_entry_backlight">Backlight</string>
771 <!-- Scene mode optimized for taking images of flowers. -->
772 <string name="pref_camera_scenemode_entry_flowers">Flowers</string>
773 <!-- Scene mode optimized for taking images of AR. -->
774 <string name="pref_camera_scenemode_entry_ar">AR</string>
775
776 <!-- Default auto scene detection setting. -->
777 <string name="pref_camera_scenedetect_default" translatable="false">off</string>
778
779 <!-- Settings screen, Select Auto Scene Detection -->
780 <string name="pref_camera_scenedetect_title">Auto Scene Detection</string>
781
782 <!-- Settings menu, auto scene detection choices -->
783 <string name="pref_camera_scenedetect_entry_off">Off</string>
784 <!-- Scene detection set to on - supports backlight and snow cloudy detection. -->
785 <string name="pref_camera_scenedetect_entry_on">On</string>
786
787 <!-- Toast showing error if invalid size selected for time lapse [CHAR LIMIT=65] -->
788 <string name="time_lapse_error">Invalid video-size for time-lapse recording.</string>
789
790 <string name="pref_camera_videosnapsize_default" translatable="false">1920x1080</string>
Fei Zhang28bcccd2014-03-27 13:55:24 +0800791
792 <!-- longshot value -->
793 <string name="pref_camera_longshot_default" translatable="false">off</string>
794 <string name="pref_camera_longshot_title">Continuous Shot</string>
Fei Zhang3d391b52014-06-04 14:51:41 +0800795 <string name="msg_cancel_longshot_for_limited_memory">run out of memory, canceling longshot</string>
Suman Mukherjeede8bbe72014-05-22 13:35:24 +0530796
797 <!-- Toast showing non-supported functionality for flash in AE bracket -->
798 <string name="flash_aebracket_message">Flash is not supported in AE-Bracket Mode</string>
799
Abhishek Pantcb4748b2013-12-04 15:51:48 +0530800 <!-- Settings screen, setting title text for Auto HDR-->
801 <string name="pref_camera_auto_hdr_title">AUTO HDR</string>
802 <string name="pref_camera_auto_hdr_default" translatable="false">
803 disable</string>
804
805 <!-- Settings screen, Auto HDR location dialog choices -->
806 <string name="pref_camera_auto_hdr_entry_enable">Enable</string>
807 <string name="pref_camera_auto_hdr_entry_disable">Disable</string>
808 <string name="pref_camera_auto_hdr_value_enable">enable</string>
809 <string name="pref_camera_auto_hdr_value_disable">disable</string>
kaiyizde529662014-07-21 16:47:27 +0800810
811 <!-- toast message for storage location switch -->
812 <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 +0300813
Sunid Wilson3ef0f9e2014-08-24 19:00:13 -0700814 <string name="pref_camera_hdr_mode_default">hdr-mode-multiframe</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300815
816 <!-- Settings screen, Selectable HDR mode title -->
817 <string name="pref_camera_hdr_mode_title">HDR Mode</string>
818
819 <!-- Settings screen, Selectable HDR mode radio button choices -->
820 <string name="pref_camera_hdr_mode_entry_sensor">Sensor HDR</string>
821 <string name="pref_camera_hdr_mode_entry_multi_frame">Multi-frame HDR</string>
822
Ivan Evlogievec449be2014-09-11 13:31:11 +0300823 <!-- HDR mode entry values. Do not translate. -->
824 <string name="pref_hdr_mode_value_sensor">hdr-mode-sensor</string>
825 <string name="pref_hdr_mode_value_multi_frame">hdr-mode-multiframe</string>
826
827 <!-- Settings screen, Selectable HDR need 1x frame default value -->
kaiyiz6cebf7d2014-11-17 18:12:40 +0800828 <string name="pref_camera_hdr_need_1x_default">@string/pref_hdr_need_1x_value_true</string>
Ivan Evlogievec449be2014-09-11 13:31:11 +0300829
830 <!-- Settings screen, Selectable HDR need 1x frame title -->
831 <string name="pref_camera_hdr_need_1x_title">HDR need 1x frame</string>
832
833 <!-- Settings screen, Selectable HDR need 1x frame radio button choices -->
kaiyiz6cebf7d2014-11-17 18:12:40 +0800834 <string name="pref_camera_hdr_need_1x_entry_false">@string/setting_off</string>
835 <string name="pref_camera_hdr_need_1x_entry_true">@string/setting_on</string>
Ivan Evlogievec449be2014-09-11 13:31:11 +0300836
837 <!-- HDR need 1x frame entry values. Do not translate. -->
838 <string name="pref_hdr_need_1x_value_false">false</string>
839 <string name="pref_hdr_need_1x_value_true">true</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300840
Apurva Rajgurue07e72a2014-07-23 16:35:54 -0700841 <!--Default video rotation setting-->
842 <string name="pref_camera_video_rotation_default" translatable="false">0</string>
843
844 <!--Settings screen, video rotation title-->
845 <string name="pref_camera_video_rotation_title">Video Rotation</string>
846
847 <!--Menu, video rotation label-->
848 <string name="pref_camera_video_rotation_label">VIDEO ROTATION</string>
849
850 <!-- Settings screen, Video rotation dialog radio button choices -->
851 <string name="pref_camera_video_rotation_entry_0">0</string>
852 <string name="pref_camera_video_rotation_entry_90">90</string>
853 <string name="pref_camera_video_rotation_entry_180">180</string>
854 <string name="pref_camera_video_rotation_entry_270">270</string>
Santhosh Kumar Thimmanna Bhattarf94401f2014-10-15 12:39:00 +0530855
kaiyiz10110372014-11-27 10:36:48 +0800856 <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
857 <string name="map_activity_not_found_err">There is no map app for show location.</string>
858
Santhosh Kumar Thimmanna Bhattarf94401f2014-10-15 12:39:00 +0530859 <!-- Continous shot enable message -->
860 <string name="longshot_enable_message">
861 Advance features are not supported in continuous shot mode</string>
862 <!-- Advance features enable message -->
863 <string name="advance_feature_enable_msg">
864 Continuous shot is not supported when advance features are enabled</string>
865
Alok Kediyaaed65252013-09-23 14:31:42 +0530866</resources>
867