summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
blob: 2c93a7352f5880a0ef4d615254b54aa6474c8283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
<!--
    Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.

    Not a Contribution.

    Copyright (C) 2007 The Android Open Source Project

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<resources>
    <!-- Video quality setting entry. Videos will be recorded in FWVGA quality. [CHAR LIMIT=24] -->
    <string name="pref_video_quality_entry_fwvga" translatable="false">FWVGA</string>
    <!-- Video quality setting entry. Videos will be recorded in WVGA quality. [CHAR LIMIT=24] -->
    <string name="pref_video_quality_entry_wvga" translatable="false">WVGA</string>
    <!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
    <string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
    <!-- Video quality setting entry. Videos will be recorded in WQVGA quality. [CHAR LIMIT=24] -->
    <string name="pref_video_quality_entry_wqvga" translatable="false">WQVGA</string>
    <!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->
    <string name="pref_video_quality_entry_cif" translatable="false">CIF</string>
    <!-- Video quality setting entry. Videos will be recorded in QVGA quality. [CHAR LIMIT=24] -->
    <string name="pref_video_quality_entry_qvga" translatable="false">QVGA</string>
    <!-- Video quality setting entry. Videos will be recorded in QCIF quality. [CHAR LIMIT=24] -->
    <string name="pref_video_quality_entry_qcif" translatable="false">QCIF</string>

    <!-- Settings screen, Power Mode title -->
    <string name="pref_camera_powermode_title">Power Mode</string>

    <!-- Settings screen, Power mode dialog radio button choices -->
    <string name="pref_camera_powermode_entry_lp">Low_Power</string>
    <string name="pref_camera_powermode_entry_np">Normal_Power</string>

    <!-- Settings screen, Power mode dialog radio button choices -->
    <string name="pref_camera_powermode_value_lp">Low_Power</string>
    <string name="pref_camera_powermode_value_np">Normal_Power</string>

    <!-- Default Power mode.. -->
    <string name="pref_camera_powermode_default" translatable="false">Normal_Power</string>

    <!-- Default auto exposure setting. Do not translate. -->
    <string name="pref_camera_autoexposure_default">frame-average</string>
    <!-- Settings screen, Select auto exposure title -->
    <string name="pref_camera_autoexposure_title">Select Auto Exposure Mode</string>

    <!-- Settings screen, auto exposure dialog radio button choices -->
    <string name="pref_camera_autoexposure_entry_frameaverage">Frame Average</string>
    <string name="pref_camera_autoexposure_entry_centerweighted">Center Weighted</string>
    <string name="pref_camera_autoexposure_entry_spotmetering">Spot Metering</string>

    <!-- Auto exposure entry values. Do not translate. -->
    <string name="pref_camera_autoexposure_value_frameaverage">frame-average</string>
    <string name="pref_camera_autoexposure_value_centerweighted">center-weighted</string>
    <string name="pref_camera_autoexposure_value_spotmetering">spot-metering</string>

    <!-- Settings screen, Video encoder title -->
    <string name="pref_camera_videoencoder_title">Video Encoder</string>

    <!-- Settings screen, Video encoder dialog radio button choices -->
    <string name="pref_camera_videoencoder_entry_0">MPEG4</string>
    <string name="pref_camera_videoencoder_entry_1">H263</string>
    <string name="pref_camera_videoencoder_entry_2">H264</string>

    <!-- Default video encoder setting. A numerical value. -->
    <string name="pref_camera_videoencoder_default" translatable="false">h264</string>

    <!-- Settings screen, Video encoder dialog title -->
    <string name="pref_camera_videoencoder_dialogtitle">Video Encoder</string>

    <!-- Default audio encoder setting. A numerical value. -->
    <string name="pref_camera_audioencoder_default" translatable="false">aac</string>

    <!-- Settings screen, Audio encoder title -->
    <string name="pref_camera_audioencoder_title">Audio Encoder</string>

    <!-- Settings screen, Audio encoder dialog radio button choices -->
    <string name="pref_camera_audioencoder_entry_0">AMRNB</string>
    <string name="pref_camera_audioencoder_entry_1">AAC</string>
    <!-- Default video duration setting. A numerical value.-->
    <string name="pref_camera_video_duration_default" translatable="false">10</string>

    <!-- Settings screen, Video duration title -->
    <string name="pref_camera_video_duration_title">Video duration</string>

    <!-- Settings screen, Video duration dialog radio button choices -->
    <string name="pref_camera_video_duration_entry_mms">30 seconds(MMS)</string>
    <string name="pref_camera_video_duration_entry_10">10 minutes</string>
    <string name="pref_camera_video_duration_entry_30">30 minutes</string>

    <!-- Default Skin Tone Enhancement setting. Do not translate. -->
    <string name="pref_camera_skinToneEnhancement_default">disable</string>

    <!-- Settings screen, Select Skin Tone Enhancement title -->
    <string name="pref_camera_skinToneEnhancement_title">Skin Tone Enhancement</string>

    <!-- Settings screen, Skin Tone Enhancement radio button choices -->
    <string name="pref_camera_skinToneEnhancement_entry_enable">Enable</string>
    <string name="pref_camera_skinToneEnhancement_entry_disable">Disable</string>

    <!-- Skin Tone Enhancement entry values. Do not translate. -->
    <string name="pref_camera_skinToneEnhancement_value_enable">enable</string>
    <string name="pref_camera_skinToneEnhancement_value_disable">disable</string>
    <!-- Settings screen, setting title text for ZSL-->
    <string name="pref_camera_zsl_title">ZSL</string>

    <string name="pref_camera_zsl_default" translatable="false">off</string>

         <!-- Default selectable zone af setting. Do not translate. -->
     <string name="pref_camera_selectablezoneaf_default">auto</string>

     <!-- Settings screen, Selectable zone af title -->
     <string name="pref_camera_selectablezoneaf_title"> Selectable Zone Auto Focus</string>

     <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
     <string name="pref_camera_selectablezoneaf_entry_auto">Auto</string>
     <string name="pref_camera_selectablezoneaf_entry_spotmetering">Spot Metering</string>
     <string name="pref_camera_selectablezoneaf_entry_centerweighted">Center Weighted</string>
     <string name="pref_camera_selectablezoneaf_entry_frameaverage">Frame Average</string>

     <!-- Auto exposure entry values. Do not translate. -->
     <string name="pref_camera_selectablezoneaf_value_auto">auto</string>
     <string name="pref_camera_selectablezoneaf_value_spotmetering">spot-metering</string>
     <string name="pref_camera_selectablezoneaf_value_centerweighted">center-weighted</string>
     <string name="pref_camera_selectablezoneaf_value_frameaverage">frame-average</string>

     <string name="pref_camera_advanced_feature_default">none</string>

     <!-- Settings screen, Selectable advanced features title -->
     <string name="pref_camera_advanced_features_title">Advanced Features</string>

     <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
     <string name="pref_camera_advanced_feature_entry_none">None</string>
     <string name="pref_camera_advanced_feature_entry_ubifocus">Ubi Focus</string>
     <string name="pref_camera_advanced_feature_entry_refocus">Refocus</string>
     <string name="pref_camera_advanced_feature_entry_chromaflash">Chroma Flash</string>
     <string name="pref_camera_advanced_feature_entry_optizoom">Opti Zoom</string>

     <!-- Auto exposure entry values. Do not translate. -->
     <string name="pref_camera_advanced_feature_value_none">none</string>
     <string name="pref_camera_advanced_feature_value_ubifocus_on">af-bracket-on</string>
     <string name="pref_camera_advanced_feature_value_refocus_on">re-focus-on</string>
     <string name="pref_camera_advanced_feature_value_chromaflash_on">chroma-flash-on</string>
     <string name="pref_camera_advanced_feature_value_optizoom_on">opti-zoom-on</string>
     <string name="pref_camera_advanced_feature_value_ubifocus_off">af-bracket-off</string>
     <string name="pref_camera_advanced_feature_value_refocus_off">re-focus-off</string>
     <string name="pref_camera_advanced_feature_value_chromaflash_off">chroma-flash-off</string>
     <string name="pref_camera_advanced_feature_value_optizoom_off">opti-zoom-off</string>

    <!-- Settings screen, ZSL location dialog choices -->
    <string name="pref_camera_zsl_entry_off">Off</string>
    <string name="pref_camera_zsl_entry_on">On</string>

    <string name="pref_camera_zsl_value_off">off</string>
    <string name="pref_camera_zsl_value_on">on</string>

    <!-- The message is shown in toast when HDR or scene mode is enabled -->
    <string name="hdr_enable_message">HDR is enabled, only Auto scene mode is supported</string>
    <string name="scene_enable_message">HDR is not supported in the scene mode other than Auto</string>

    <!-- Settings screen, Video HDR location dialog choices -->
    <string name="pref_camera_video_hdr_entry_off">Off</string>
    <string name="pref_camera_video_hdr_entry_on">On</string>

    <string name="pref_camera_video_hdr_value_off">off</string>
    <string name="pref_camera_video_hdr_value_on">on</string>

    <!-- Settings screen, setting title text for Video HDR-->
    <string name="pref_camera_video_hdr_title">Video HDR</string>

    <string name="pref_camera_video_hdr_default" translatable="false">off</string>

    <!-- Default face  detection setting. -->
    <string name="pref_camera_facedetection_default" translatable="false">on</string>

    <!-- Settings screen, Select Face Detection -->
    <string name="pref_camera_facedetection_title">Face Detection</string>

    <!-- Settings menu, Face Detection choices -->
    <string name="pref_camera_facedetection_entry_off">Off</string>
    <string name="pref_camera_facedetection_entry_on">On</string>

     <!-- Default redeye reduction setting. -->
     <string name="pref_camera_redeyereduction_default" translatable="false">disable</string>

     <!-- Settings screen, Select Redeye Reduction -->
     <string name="pref_camera_redeyereduction_title">Redeye Reduction</string>

     <!-- Settings menu, redeye reduction choices -->
     <string name="pref_camera_redeyereduction_entry_enable">Enable</string>
     <string name="pref_camera_redeyereduction_entry_disable">Disable</string>
     <!-- Default mce setting. Do not translate. -->
     <string name="pref_camera_mce_default">enable</string>

     <!-- The message is shown in toast when the app encounters an unsupported selection for HFR/HSR mode -->
     <string name="error_app_unsupported_hfr_selection">HFR/HSR is not supported for DIS/TimeLapse/HDR</string>

     <!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
     <string name="error_app_unsupported_hfr">HFR is not supported for selected resolution</string>

     <!-- The message is shown in toast when the app encounters an unsupported resolution for DIS mode -->
     <string name="error_app_unsupported_dis">Unsupported video resolution for Display Image Stabilization(DIS)</string>

     <!-- The message is shown in dialog when the app
         encounters an unsupported resolution for HSR mode -->
     <string name="error_app_unsupported_hsr">
         HSR is not supported for selected resolution
     </string>

     <!-- The message is shown in dialog when the app encounters an unsupported video codec for HFR mode -->
     <string name="error_app_unsupported_hfr_codec">Only H264 video encoding is supported when HFR is ON</string>

     <!-- The message is shown in dialog when the app encounters an unsupported video resolution-->
     <string name="error_app_unsupported">Unsupported video resolution for this encoder type</string>

    <!--The message is shown in dialog when the raw snapshot is selected in zsl mode-->
    <string name="error_app_unsupported_raw">Raw picture format is not supported
        in zsl mode, change to JPEG
    </string>

     <!-- Settings screen, AE bracketing and HDR location dialog choices -->
     <string name="pref_camera_ae_bracket_hdr_entry_ae_bracket">AE-Bracket</string>

     <string name="pref_camera_ae_bracket_hdr_value_ae_bracket">AE-Bracket</string>

     <string name="pref_camera_ae_bracket_hdr_title">AE-Bracket</string>

     <string name="pref_camera_ae_bracket_hdr_default" translatable="false">Off</string>

     <string name="pref_camera_ae_bracket_hdr_entry_on">On</string>

     <string name="pref_camera_ae_bracket_hdr_entry_off">Off</string>

     <string name="err_app_unsupport_ae_bracket_code">no ae bracket support by Apps now</string>

        <!-- The messsage shown if user selects a snapshot resolution lower than the current video size. -->
    <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>

    <!-- The messsage shown if user selects a snapshot resolution in low power mode. -->
    <string name="snapshotsize_low_powermode">We do not support picture
        resolution in Low Power Mode. Video size snapshot will be taken. Please
        select High power mode for picture size.
    </string>

    <!-- The messsage shown if user tries to take snapshot during D1/QCIF resolution. -->
    <string name="snapshot_qcif_and_d1">Only Video size snapshot supported for this resolution. </string>

     <!-- Default hfr setting. Do not translate. -->
     <string name="pref_camera_hfr_default">off</string>

     <!-- Settings screen, Select hfr title -->
     <string name="pref_camera_hfr_title">Video High FrameRate</string>

     <!-- Settings screen, hfr radio button choices -->
     <string name="pref_camera_hfr_entry_off">Off</string>
     <string name="pref_camera_hfr_entry_2x">HFR 60</string>
     <string name="pref_camera_hfr_entry_3x">HFR 90</string>
     <string name="pref_camera_hfr_entry_4x">HFR 120</string>
     <string name="pref_camera_hfr_entry_hsr_60">HSR 60</string>
     <string name="pref_camera_hfr_entry_hsr_90">HSR 90</string>
     <string name="pref_camera_hfr_entry_hsr_120">HSR 120</string>

     <!-- HFR entry values. Do not translate. -->
     <string name="pref_camera_hfr_value_off">off</string>
     <string name="pref_camera_hfr_value_2x">hfr60</string>
     <string name="pref_camera_hfr_value_3x">hfr90</string>
     <string name="pref_camera_hfr_value_4x">hfr120</string>
     <string name="pref_camera_hfr_value_hsr_60">hsr60</string>
     <string name="pref_camera_hfr_value_hsr_90">hsr90</string>
     <string name="pref_camera_hfr_value_hsr_120">hsr120</string>

        <!-- Denoise Settings screen, setting title text -->
    <string name="pref_camera_denoise_title">Wavelet Denoise Mode</string>
    <string name="pref_camera_denoise_default" translatable="false">denoise-on</string>

    <!-- Denoise Settings screen, Record location dialog choices -->
    <string name="pref_camera_denoise_entry_off">Off</string>
    <string name="pref_camera_denoise_entry_on">On</string>

     <!-- Default iso setting. Do not translate. -->
     <string name="pref_camera_iso_default">auto</string>

     <!-- Settings screen, Select Iso title -->
     <string name="pref_camera_iso_title">Select ISO</string>

     <!-- Settings screen, ISO dialog radio button choices -->
     <string name="pref_camera_iso_entry_auto">Auto</string>
     <string name="pref_camera_iso_entry_isodeblur">ISO Auto(HJR)</string>
     <string name="pref_camera_iso_entry_iso100">ISO100</string>
     <string name="pref_camera_iso_entry_iso200">ISO200</string>
     <string name="pref_camera_iso_entry_iso400">ISO400</string>
     <string name="pref_camera_iso_entry_iso800">ISO800</string>
     <string name="pref_camera_iso_entry_iso1600">ISO1600</string>

     <!-- ISO entry values. Do not translate. -->
     <string name="pref_camera_iso_value_auto">auto</string>
     <string name="pref_camera_iso_value_isodeblur">ISO_HJR</string>
     <string name="pref_camera_iso_value_iso100">ISO100</string>
     <string name="pref_camera_iso_value_iso200">ISO200</string>
     <string name="pref_camera_iso_value_iso400">ISO400</string>
     <string name="pref_camera_iso_value_iso800">ISO800</string>
     <string name="pref_camera_iso_value_iso1600">ISO1600</string>

     <!-- Settings screen, Anti Banding title -->
     <string name="pref_camera_antibanding_title">Anti Banding</string>

     <!-- Default Anti Banding setting. -->
     <string name="pref_camera_antibanding_default">off</string>

     <!-- Settings screen, Anti Banding entries -->
     <string name="pref_camera_antibanding_entry_0">Off</string>
     <string name="pref_camera_antibanding_entry_1">50 Hz</string>
     <string name="pref_camera_antibanding_entry_2">60 Hz</string>
     <string name="pref_camera_antibanding_entry_3">Auto</string>

        <!-- Default color effect setting. -->
    <string name="pref_camera_coloreffect_default" translatable="false">none</string>

    <!-- Settings screen, Select Color effect title -->
    <string name="pref_camera_coloreffect_title">Color effect</string>

    <!-- Settings screen, Color effect dialog radio button choices -->
    <string name="pref_camera_coloreffect_entry_none">None</string>
    <string name="pref_camera_coloreffect_entry_mono">Mono</string>
    <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
    <string name="pref_camera_coloreffect_entry_negative">Negative</string>
    <!-- Color effect that overexposes and reverses some of the tones. -->
    <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
    <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
    <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
    <string name="pref_camera_coloreffect_entry_emboss">Emboss</string>
    <string name="pref_camera_coloreffect_entry_sketch">Sketch</string>
    <string name="pref_camera_coloreffect_entry_neon">Neon</string>
    <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
    <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
    <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
    <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
    <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>

    <!-- Default Touch AF/AEC setting. Do not translate. -->
    <string name="pref_camera_touchafaec_default">touch-on</string>

    <!-- Settings screen, Select Touch AF/AEC title -->
    <string name="pref_camera_touchafaec_title">Touch AF/AEC</string>

    <!-- Settings screen, Touch AF/AEC dialog radio button choices -->
    <string name="pref_camera_touchafaec_entry_off">Off</string>
    <string name="pref_camera_touchafaec_entry_on">On</string>

    <!-- Select IS title -->
    <string name="pref_camera_dis_title">IS</string>
    <string name="pref_camera_dis_default">disable</string>

    <!-- DIS choices -->
    <string name="pref_camera_dis_entry_off">Off</string>
    <string name="pref_camera_dis_entry_on">On</string>

    <!-- Select Face Recognition title -->
    <string name="pref_camera_facerc_title">Face Recognition</string>

    <string name="pref_camera_facerc_default">off</string>

    <!-- Face Recognition choices -->
    <string name="pref_camera_facerc_entry_off">Off</string>
    <string name="pref_camera_facerc_entry_on">On</string>

    <!-- Settings screen, Multiple levels entries -->
    <string name="pref_camera_sharpness_entry_level0">Level 0</string>
    <string name="pref_camera_sharpness_entry_level1">Level 1</string>
    <string name="pref_camera_sharpness_entry_level2">Level 2(Default)</string>
    <string name="pref_camera_sharpness_entry_level3">Level 3</string>
    <string name="pref_camera_sharpness_entry_level4">Level 4</string>
    <string name="pref_camera_sharpness_entry_level5">Level 5</string>
    <string name="pref_camera_sharpness_entry_level6">Level 6</string>

    <!-- Settings screen, Multiple levels entries -->
    <string name="pref_camera_contrast_entry_level0">Level 0</string>
    <string name="pref_camera_contrast_entry_level1">Level 1</string>
    <string name="pref_camera_contrast_entry_level2">Level 2</string>
    <string name="pref_camera_contrast_entry_level3">Level 3</string>
    <string name="pref_camera_contrast_entry_level4">Level 4</string>
    <string name="pref_camera_contrast_entry_level5">Level 5(Default)</string>
    <string name="pref_camera_contrast_entry_level6">Level 6</string>
    <string name="pref_camera_contrast_entry_level7">Level 7</string>
    <string name="pref_camera_contrast_entry_level8">Level 8</string>
    <string name="pref_camera_contrast_entry_level9">Level 9</string>
    <string name="pref_camera_contrast_entry_level10">Level 10</string>

    <!-- Settings screen, Multiple levels entries -->
    <string name="pref_camera_saturation_entry_level0">Level 0</string>
    <string name="pref_camera_saturation_entry_level1">Level 1</string>
    <string name="pref_camera_saturation_entry_level2">Level 2</string>
    <string name="pref_camera_saturation_entry_level3">Level 3</string>
    <string name="pref_camera_saturation_entry_level4">Level 4</string>
    <string name="pref_camera_saturation_entry_level5">Level 5(Default)</string>
    <string name="pref_camera_saturation_entry_level6">Level 6</string>
    <string name="pref_camera_saturation_entry_level7">Level 7</string>
    <string name="pref_camera_saturation_entry_level8">Level 8</string>
    <string name="pref_camera_saturation_entry_level9">Level 9</string>
    <string name="pref_camera_saturation_entry_level10">Level 10</string>

    <!-- Default sharpness setting. Do not translate. -->
    <string name="pref_camera_sharpness_default">2</string>

    <!-- Settings screen, Select sharpness title -->
    <string name="pref_camera_sharpness_title">Sharpness</string>

    <!-- Default contrast setting. Do not translate. -->
    <string name="pref_camera_contrast_default">5</string>

    <!-- Settings screen, Select contrast title -->
    <string name="pref_camera_contrast_title">Contrast</string>

    <!-- Default saturation setting. Do not translate. -->
    <string name="pref_camera_saturation_default">5</string>

    <!-- Settings screen, Select saturation title -->
    <string name="pref_camera_saturation_title">Saturation</string>

    <!-- Default picture quality setting. See
         pref_camera_jpegquality_entryvalues for possible values -->
    <string name="pref_camera_jpegquality_default" translatable="false">superfine</string>

    <!-- Default Picture format setting. Do not translate. -->
    <string name="pref_camera_picture_format_default">jpeg</string>

    <!-- Settings screen, Select Picture format title -->
    <string name="pref_camera_picture_format_title">Select Picture Format</string>

    <!-- Settings screen, picture format dialog radio button choices -->
    <string name="pref_camera_picture_format_entry_jpeg">Jpeg</string>
    <string name="pref_camera_picture_format_entry_raw">Raw</string>
    <string name="pref_camera_picture_format_entry_raw_yuv_422_sp">YUV422SP</string>
    <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yuyv">YUVRaw8YUYV</string>
    <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yvyu">YUVRaw8YVYU</string>
    <string name="pref_camera_picture_format_entry_raw_yuv_8bit_uyvy">YUVRaw8UYVY</string>
    <string name="pref_camera_picture_format_entry_raw_yuv_8bit_vyuy">YUVRaw8VYUY</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8gbrg">BayerQ8GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8grbg">BayerQ8GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8rggb">BayerQ8RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8bggr">BayerQ8BGRR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10gbrg">BayerQ10GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10grbg">BayerQ10GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10rggb">BayerQ10RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10bggr">BayerQ10BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12gbrg">BayerQ12GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12grbg">BayerQ12GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12rggb">BayerQ12RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12bggr">BayerQ12BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8gbrg">BayerM8GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8grbg">BayerM8GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8rggb">BayerM8RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8bggr">BayerM8BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10gbrg">BayerM10GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10grbg">BayerM10GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10rggb">BayerM10RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10bggr">BayerM10BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12gbrg">BayerM12GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12grbg">BayerM12GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12rggb">BayerM12RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12bggr">BayerM12BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8gbrg">BayerIQ8GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8grbg">BayerIQ8GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8rggb">BayerIQ8RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8bggr">BayerIQ8BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10gbrg">BayerIQ10GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10grbg">BayerIQ10GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10rggb">BayerIQ10RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10bggr">BayerIQ10BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12gbrg">BayerIQ12GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12grbg">BayerIQ12GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12rggb">BayerIQ12RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12bggr">BayerIQ12BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8gbrg">BayerIM8GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8grbg">BayerIM8GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8rggb">BayerIM8RGGB</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8bggr">BayerIM8BGGR</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10gbrg">BayerIM10GBRG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10grbg">BayerIM10GRBG</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10rggb">BayerIM10rggb</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10bggr">BayerIM8bggr</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12gbrg">BayerIM12gbrg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12grbg">BayerIM12grbg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12rggb">BayerIM12rggb</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12bggr">BayerIM12bggr</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8gbrg">BayerIP88gbrg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8grbg">BayerIP88grbg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8rggb">BayerIP88rggb</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8bggr">BayerIP88bggr</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8gbrg">BayerIP168gbrg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8grbg">BayerIP168grbg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8rggb">BayerIP168rggb</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8bggr">BayerIP168bggr</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10gbrg">BayerIP1610gbrg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10grbg">BayerIP1610grbg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10rggb">BayerIP1610rggb</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10bggr">BayerIP1610bggr</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12gbrg">BayerIP1612gbrg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12grbg">BayerIP1612grbg</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12rggb">BayerIP1612rggb</string>
    <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12bggr">BayerIP1612bggr</string>

    <!-- Picture format entry values. Do not translate. -->
    <string name="pref_camera_picture_format_value_jpeg">jpeg</string>
    <string name="pref_camera_picture_format_value_raw">raw</string>
    <string name="pref_camera_picture_format_value_raw_yuv_422_sp">yuv422sp</string>
    <string name="pref_camera_picture_format_value_raw_yuv_8bit_yuyv">yuv-raw8-yuyv</string>
    <string name="pref_camera_picture_format_value_raw_yuv_8bit_yvyu">yuv-raw8-yvyu</string>
    <string name="pref_camera_picture_format_value_raw_yuv_8bit_uyvy">yuv-raw8-uyvy</string>
    <string name="pref_camera_picture_format_value_raw_yuv_8bit_vyuy">yuv-raw8-vyuy</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_8gbrg">bayer-qcom-8gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_8grbg">bayer-qcom-8grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_8rggb">bayer-qcom-8rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_8bggr">bayer-qcom-8bgrr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_10gbrg">bayer-qcom-10gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_10grbg">bayer-qcom-10grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_10rggb">bayer-qcom-10rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_10bggr">bayer-qcom-10bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_12gbrg">bayer-qcom-12gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_12grbg">bayer-qcom-12grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_12rggb">bayer-qcom-12rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_qcom_12bggr">bayer-qcom-12bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_8gbrg">bayer-mipi-8gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_8grbg">bayer-mipi-8grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_8rggb">bayer-mipi-8rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_8bggr">bayer-mipi-8bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_10gbrg">bayer-mipi-10gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_10grbg">bayer-mipi-10grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_10rggb">bayer-mipi-10rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_10bggr">bayer-mipi-10bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_12gbrg">bayer-mipi-12gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_12grbg">bayer-mipi-12grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_12rggb">bayer-mipi-12rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_mipi_12bggr">bayer-mipi-12bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8gbrg">bayer-ideal-qcom-8gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8grbg">bayer-ideal-qcom-8grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8rggb">bayer-ideal-qcom-8rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8bggr">bayer-ideal-qcom-8bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10gbrg">bayer-ideal-qcom-10gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10grbg">bayer-ideal-qcom-10grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10rggb">bayer-ideal-qcom-10rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10bggr">bayer-ideal-qcom-10bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12gbrg">bayer-ideal-qcom-12gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12grbg">bayer-ideal-qcom-12grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12rggb">bayer-ideal-qcom-12rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12bggr">bayer-ideal-qcom-12bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8gbrg">bayer-ideal-mipi-8gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8grbg">bayer-ideal-mipi-8grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8rggb">bayer-ideal-mipi-8rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8bggr">bayer-ideal-mipi-8bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10gbrg">bayer-ideal-mipi-10gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10grbg">bayer-ideal-mipi-10grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10rggb">bayer-ideal-mipi-10rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10bggr">bayer-ideal-mipi-8bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12gbrg">bayer-ideal-mipi-12gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12grbg">bayer-ideal-mipi-12grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12rggb">bayer-ideal-mipi-12rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12bggr">bayer-ideal-mipi-12bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8gbrg">bayer-ideal-plain8-8gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8grbg">bayer-ideal-plain8-8grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8rggb">bayer-ideal-plain8-8rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8bggr">bayer-ideal-plain8-8bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8gbrg">bayer-ideal-plain16-8gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8grbg">bayer-ideal-plain16-8grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8rggb">bayer-ideal-plain16-8rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8bggr">bayer-ideal-plain16-8bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10gbrg">bayer-ideal-plain16-10gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10grbg">bayer-ideal-plain16-10grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10rggb">bayer-ideal-plain16-10rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10bggr">bayer-ideal-plain16-10bggr</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12gbrg">bayer-ideal-plain16-12gbrg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12grbg">bayer-ideal-plain16-12grbg</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12rggb">bayer-ideal-plain16-12rggb</string>
    <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12bggr">bayer-ideal-plain16-12bggr</string>
    <!-- Settings screen, Picture quality title -->
    <string name="pref_camera_jpegquality_title">Picture quality</string>

    <!-- Settings screen, Picture quality dialog radio button choices -->
    <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
    <string name="pref_camera_jpegquality_entry_fine">Fine</string>
    <string name="pref_camera_jpegquality_entry_normal">Normal</string>
    <string name="pref_camera_jpegquality_entry_0">Jpeg 55%</string>
    <string name="pref_camera_jpegquality_entry_1">Jpeg 65%</string>
    <string name="pref_camera_jpegquality_entry_2">Jpeg 75%</string>
    <string name="pref_camera_jpegquality_entry_3">Jpeg 85%</string>
    <string name="pref_camera_jpegquality_entry_4">Jpeg 95%</string>
    <string name="pref_camera_jpegquality_entry_5">Jpeg 100%</string>

     <!-- Default auto histogram setting. Do not translate. -->
     <string name="pref_camera_histogram_default">disable</string>

     <!-- Settings screen, Select Histogram title -->
     <string name="pref_camera_histogram_title">Histogram</string>

     <!-- Settings screen, Histogram radio button choices -->
     <string name="pref_camera_histogram_entry_enable">Enable</string>
     <string name="pref_camera_histogram_entry_disable">Disable</string>

     <!-- Histogram entry values. Do not translate. -->
     <string name="pref_camera_histogram_value_enable">enable</string>
     <string name="pref_camera_histogram_value_disable">disable</string>

    <string name="pref_camera_picturesize_entry_1920x1080">HD1080</string>
    <string name="pref_camera_picturesize_entry_1280x768">WXGA</string>
    <string name="pref_camera_picturesize_entry_1280x720">HD720</string>
    <string name="pref_camera_picturesize_entry_800x600">SVGA</string>
    <string name="pref_camera_picturesize_entry_800x480">WVGA</string>
    <string name="pref_camera_picturesize_entry_352x288">CIF</string>
    <string name="pref_camera_picturesize_entry_176x144">QCIF</string>

    <string name="pref_camera_focusmode_entry_normal">Normal</string>
    <string name="pref_camera_focusmode_entry_continuous">CAF</string>

    <string name="pref_camera_scenemode_entry_asd">ASD</string>
    <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
    <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
    <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
    <string name="pref_camera_scenemode_entry_landscape">Landscape</string>

     <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
    <string name="pref_camera_scenemode_entry_night_portrait">Night Portrait</string>
    <!-- Scene mode to be used in a stage show. -->
    <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
    <!-- Scene mode optimized for taking images on the beach. -->
    <string name="pref_camera_scenemode_entry_beach">Beach</string>
    <!-- Scene mode optimized for taking images in the snow. -->
    <string name="pref_camera_scenemode_entry_snow">Snow</string>

    <!-- Scene mode for taking a photo as sharp as possible. -->
    <string name="pref_camera_scenemode_entry_steadyphoto">Steady Photo</string>
    <!-- Scene mode optimized for taking images of fireworks. -->
    <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
    <!-- Scene mode optimized for taking images during sports . -->
    <string name="pref_camera_scenemode_entry_sports">Sports</string>
    <!-- Scene mode optimized for capturing the naturally warm color of scenes lit by candles. [CHAR LIMIT=16] -->
    <string name="pref_camera_scenemode_entry_candlelight">Candlelight</string>
    <!-- Scene mode for taking a photo with backlight. -->
    <string name="pref_camera_scenemode_entry_backlight">Backlight</string>
    <!-- Scene mode optimized for taking images of flowers. -->
    <string name="pref_camera_scenemode_entry_flowers">Flowers</string>
    <!-- Scene mode optimized for taking images of AR. -->
    <string name="pref_camera_scenemode_entry_ar">AR</string>

    <!-- Default auto scene detection setting. -->
    <string name="pref_camera_scenedetect_default" translatable="false">off</string>

    <!-- Settings screen, Select Auto Scene Detection -->
    <string name="pref_camera_scenedetect_title">Auto Scene Detection</string>

    <!-- Settings menu, auto scene detection choices -->
    <string name="pref_camera_scenedetect_entry_off">Off</string>
    <!-- Scene detection set to on - supports backlight and snow cloudy detection. -->
    <string name="pref_camera_scenedetect_entry_on">On</string>

    <!-- Toast showing error if invalid size selected for  time lapse  [CHAR LIMIT=65] -->
    <string name="time_lapse_error">Invalid video-size for time-lapse recording.</string>

    <string name="pref_camera_videosnapsize_default" translatable="false">1920x1080</string>

    <!-- longshot value -->
    <string name="pref_camera_longshot_default" translatable="false">off</string>
    <string name="pref_camera_longshot_title">Continuous Shot</string>
    <string name="msg_cancel_longshot_for_limited_memory">run out of memory, canceling longshot</string>

    <!-- Toast showing non-supported functionality for flash in AE bracket -->
    <string name="flash_aebracket_message">Flash is not supported in AE-Bracket Mode</string>

    <!-- Settings screen, setting title text for Auto HDR-->
    <string name="pref_camera_auto_hdr_title">AUTO HDR</string>
    <string name="pref_camera_auto_hdr_default" translatable="false">
    disable</string>

    <!-- Settings screen, Auto HDR location dialog choices -->
    <string name="pref_camera_auto_hdr_entry_enable">Enable</string>
    <string name="pref_camera_auto_hdr_entry_disable">Disable</string>
    <string name="pref_camera_auto_hdr_value_enable">enable</string>
    <string name="pref_camera_auto_hdr_value_disable">disable</string>

    <!-- toast message for storage location switch -->
    <string name="on_switch_save_path_to_sdcard">Internal storage space is not enough - switched save path to SD card</string>

    <string name="pref_camera_hdr_mode_default">hdr-mode-sensor</string>

    <!-- Settings screen, Selectable HDR mode title -->
    <string name="pref_camera_hdr_mode_title">HDR Mode</string>

    <!-- Settings screen, Selectable HDR mode radio button choices -->
    <string name="pref_camera_hdr_mode_entry_sensor">Sensor HDR</string>
    <string name="pref_camera_hdr_mode_entry_multi_frame">Multi-frame HDR</string>

     <!-- HDR mode entry values. Do not translate. -->
     <string name="pref_hdr_mode_value_sensor">hdr-mode-sensor</string>
     <string name="pref_hdr_mode_value_multi_frame">hdr-mode-multiframe</string>

</resources>