summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
blob: b94abc74c410147fbb68bf42f163b8ff9e92fab2 (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
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
<!--
    Copyright (c) 2012-2014, 2016, The Linux Foundation. All rights reserved.

    Not a Contribution.

    Copyright (C) 2007 The Android Open Source Project
    Copyright (C) 2017 The LineageOS 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 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 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" translatable="false">Low_Power</string>
    <string name="pref_camera_powermode_value_np" translatable="false">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" translatable="false">frame-average</string>
    <!-- Settings screen, Select auto exposure title -->
    <string name="pref_camera_autoexposure_title">Auto exposure</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" translatable="false">frame-average</string>
    <string name="pref_camera_autoexposure_value_centerweighted" translatable="false">center-weighted</string>
    <string name="pref_camera_autoexposure_value_spotmetering" translatable="false">spot-metering</string>

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

    <!-- Settings screen, Video encoder dialog radio button choices -->
    <string name="pref_camera_videoencoder_entry_0" translatable="false">MPEG4</string>
    <string name="pref_camera_videoencoder_entry_1" translatable="false">H263</string>
    <string name="pref_camera_videoencoder_entry_2" translatable="false">H264</string>
    <string name="pref_camera_videoencoder_entry_3" translatable="false">H265</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 codec</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 codec</string>

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

    <!-- Default Skin Tone Enhancement setting. Do not translate. -->
    <string name="pref_camera_skinToneEnhancement_default" translatable="false">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" translatable="false">enable</string>
    <string name="pref_camera_skinToneEnhancement_value_disable" translatable="false">disable</string>
    <!-- Settings screen, setting title text for ZSL-->
    <string name="pref_camera_zsl_title">Zero shutter lag</string>

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

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

    <!-- Settings screen, Selectable zone af title -->
    <string name="pref_camera_selectablezoneaf_title">Autofocus zone</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" translatable="false">auto</string>
    <string name="pref_camera_selectablezoneaf_value_spotmetering" translatable="false">spot-metering</string>
    <string name="pref_camera_selectablezoneaf_value_centerweighted" translatable="false">center-weighted</string>
    <string name="pref_camera_selectablezoneaf_value_frameaverage" translatable="false">frame-average</string>

    <string name="pref_camera_advanced_feature_default" translatable="false">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" translatable="false">UbiFocus</string>
    <string name="pref_camera_advanced_feature_entry_refocus" translatable="false">ReFocus</string>
    <string name="pref_camera_advanced_feature_entry_chromaflash" translatable="false">ChromaFlash</string>
    <string name="pref_camera_advanced_feature_entry_optizoom" translatable="false">OptiZoom</string>
    <string name="pref_camera_advanced_feature_entry_FSSR" translatable="false">FSSR</string>
    <string name="pref_camera_advanced_feature_entry_trueportrait" translatable="false">TruPortrait</string>
    <string name="pref_camera_advanced_feature_entry_multi_touch_focus">Multi-touch Focus</string>
    <string name="pref_camera_advanced_feature_entry_stillmore" translatable="false">Still More</string>

    <!-- Auto exposure entry values. Do not translate. -->
    <string name="pref_camera_advanced_feature_value_none" translatable="false">none</string>
    <string name="pref_camera_advanced_feature_value_ubifocus_on" translatable="false">af-bracket-on</string>
    <string name="pref_camera_advanced_feature_value_refocus_on" translatable="false">re-focus-on</string>
    <string name="pref_camera_advanced_feature_value_chromaflash_on" translatable="false">chroma-flash-on</string>
    <string name="pref_camera_advanced_feature_value_optizoom_on" translatable="false">opti-zoom-on</string>
    <string name="pref_camera_advanced_feature_value_FSSR_on" translatable="false">FSSR-on</string>
    <string name="pref_camera_advanced_feature_value_trueportrait_on" translatable="false">true-portrait-on</string>
    <string name="pref_camera_advanced_feature_value_multi_touch_focus_on" translatable="false">multi-touch-focus-on</string>
    <string name="pref_camera_advanced_feature_value_stillmore_on" translatable="false">still-more-on</string>

    <string name="pref_camera_advanced_feature_value_ubifocus_off" translatable="false">af-bracket-off</string>
    <string name="pref_camera_advanced_feature_value_refocus_off" translatable="false">re-focus-off</string>
    <string name="pref_camera_advanced_feature_value_chromaflash_off" translatable="false">chroma-flash-off</string>
    <string name="pref_camera_advanced_feature_value_optizoom_off" translatable="false">opti-zoom-off</string>
    <string name="pref_camera_advanced_feature_value_FSSR_off" translatable="false">FSSR-off</string>
    <string name="pref_camera_advanced_feature_value_trueportrait_off" translatable="false">true-portrait-off</string>
    <string name="pref_camera_advanced_feature_value_multi_touch_focus_off" translatable="false">multi-touch-focus-off</string>
    <string name="pref_camera_advanced_feature_value_stillmore_off" translatable="false">still-more-off</string>

    <!-- Manual exposure control entry values -->
    <string name="pref_camera_manual_exp_title">Manual exposure</string>
    <string name="pref_camera_manual_exp_entry_ISO_priority">ISO priority</string>
    <string name="pref_camera_manual_exp_entry_exptime_priority">Exposure time priority</string>
    <string name="pref_camera_manual_exp_entry_user_setting">User setting</string>
    <string name="pref_camera_manual_exp_entry_off">Off</string>

    <string name="pref_camera_manual_exp_default" translatable="false">off</string>
    <string name="pref_camera_manual_exp_value_ISO_priority" translatable="false">iso-priority</string>
    <string name="pref_camera_manual_exp_value_exptime_priority" translatable="false">exp-time-priority</string>
    <string name="pref_camera_manual_exp_value_user_setting" translatable="false">user-setting</string>
    <string name="pref_camera_manual_exp_value_off" translatable="false">off</string>

    <!-- Manual white balance entry values -->
    <string name="pref_camera_manual_wb_title">Manual white balance</string>
    <string name="pref_camera_manual_wb_entry_color_temperature">Color temperature</string>
    <string name="pref_camera_manual_wb_entry_rbgb_gains">RBGB gains</string>
    <string name="pref_camera_manual_wb_entry_off">Off</string>

    <string name="pref_camera_manual_wb_default" translatable="false">off</string>
    <string name="pref_camera_manual_wb_value_color_temperature" translatable="false">color-temperature</string>
    <string name="pref_camera_manual_wb_value_rbgb_gains" translatable="false">rbgb-gains</string>
    <string name="pref_camera_manual_wb_value_off" translatable="false">off</string>

    <!-- Manual Focus entry values -->
    <string name="pref_camera_manual_focus_title">Manual focus</string>
    <string name="pref_camera_manual_focus_entry_scale_mode">Scale mode</string>
    <string name="pref_camera_manual_focus_entry_diopter_mode">Diopter mode</string>
    <string name="pref_camera_manual_focus_entry_off">Off</string>

    <string name="pref_camera_manual_focus_default" translatable="false">off</string>
    <string name="pref_camera_manual_focus_value_scale_mode" translatable="false">scale-mode</string>
    <string name="pref_camera_manual_focus_value_diopter_mode" translatable="false">diopter-mode</string>
    <string name="pref_camera_manual_focus_value_off" translatable="false">off</string>

    <!-- Instant Capture entry -->
    <string name="pref_camera_instant_capture_title" translatable="true">Instant capture</string>
    <string name="pref_camera_instant_capture_entry_aggressive_aec" translatable="true">Aggressive AEC</string>
    <string name="pref_camera_instant_capture_entry_fast_aec" translatable="true">Fast AEC</string>
    <string name="pref_camera_instant_capture_entry_disable" translatable="true">Disable</string>

    <!-- Instant Capture entry values -->
    <string name="pref_camera_instant_capture_default" translatable="false">0</string>
    <string name="pref_camera_instant_capture_value_aggressive_aec" translatable="false">1</string>
    <string name="pref_camera_instant_capture_value_fast_aec" translatable="false">2</string>
    <string name="pref_camera_instant_capture_value_disable" translatable="false">0</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" translatable="false">off</string>
    <string name="pref_camera_zsl_value_on" translatable="false">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" translatable="false">off</string>
    <string name="pref_camera_video_hdr_value_on" translatable="false">on</string>

    <!-- Settings screen, CDS location dialog choices -->
    <string name="pref_camera_cds_entry_off">Off</string>
    <string name="pref_camera_cds_entry_on">On</string>
    <string name="pref_camera_cds_entry_auto">Auto</string>

    <string name="pref_camera_cds_value_off" translatable="false">off</string>
    <string name="pref_camera_cds_value_on" translatable="false">on</string>
    <string name="pref_camera_cds_value_auto" translatable="false">auto</string>

    <!-- Settings screen, video CDS location dialog choices -->
    <string name="pref_camera_video_cds_entry_off">Off</string>
    <string name="pref_camera_video_cds_entry_on">On</string>
    <string name="pref_camera_video_cds_entry_auto">Auto</string>

    <string name="pref_camera_video_cds_value_off" translatable="false">off</string>
    <string name="pref_camera_video_cds_value_on" translatable="false">on</string>
    <string name="pref_camera_video_cds_value_auto" translatable="false">auto</string>

    <!-- Settings screen, TNR location dialog choices -->
    <string name="pref_camera_tnr_entry_disable">Disable</string>
    <string name="pref_camera_tnr_entry_enable">Enable</string>

    <!-- Settings screen, TNR location dialog choices -->
    <string name="pref_camera_tnr_value_off" translatable="false">off</string>
    <string name="pref_camera_tnr_value_on" translatable="false">on</string>

    <!-- Settings screen, video TNR location dialog choices -->
    <string name="pref_camera_video_tnr_entry_disable">Disable</string>
    <string name="pref_camera_video_tnr_entry_enable">Enable</string>

    <!-- Settings screen, video TNR location dialog choices -->
    <string name="pref_camera_video_tnr_value_off" translatable="false">off</string>
    <string name="pref_camera_video_tnr_value_on" translatable="false">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>

    <!-- Settings menu, setting title text for cds mode-->
    <string name="pref_camera_cds_title">CDS mode</string>

    <!-- Settings menu, setting title text for video cds mode-->
    <string name="pref_camera_video_cds_title">Video CDS mode</string>

    <!-- Default cds mode setting-->
    <string name="pref_camera_cds_default" translatable="false">on</string>

    <!-- Default video cds mode setting-->
    <string name="pref_camera_video_cds_default" translatable="false">off</string>

    <!-- Settings menu, setting title text for tnr mode-->
    <string name="pref_camera_tnr_title">TNR mode</string>

    <!-- Settings menu, setting title text for video tnr mode-->
    <string name="pref_camera_video_tnr_title">Video TNR mode</string>

    <!-- Default tnr mode setting-->
    <string name="pref_camera_tnr_default" translatable="false">off</string>

    <!-- Default video tnr mode setting-->
    <string name="pref_camera_video_tnr_default" translatable="false">on</string>

    <!-- Default face  detection setting. -->
    <string name="pref_camera_facedetection_default" translatable="false">off</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 Selfie Flash setting. -->
    <string name="pref_selfie_flash_default" translatable="false">off</string>

    <!-- Settings screen, Selfie Flash Detection -->
    <string name="pref_selfie_flash_title">Selfie flash</string>

    <!-- Settings menu, Selfie Flash choices -->
    <string name="pref_selfie_flash_entry_off">Off</string>
    <string name="pref_selfie_flash_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">Red eye 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>

    <string name="pref_camera_selfiemirror_default" translatable="false">disable</string>
    <string name="pref_camera_selfiemirror_title" translatable="true">Selfie mirror</string>
    <string name="pref_camera_selfiemirror_entry_enable">Enable</string>
    <string name="pref_camera_selfiemirror_entry_disable">Disable</string>

    <string name="pref_camera_shuttersound_default" translatable="false">enable</string>
    <string name="pref_camera_shuttersound_title" translatable="true">Shutter sound</string>
    <string name="pref_camera_shuttersound_entry_enable">Enabled</string>
    <string name="pref_camera_shuttersound_entry_disable">Disabled</string>

    <!-- Default mce setting. Do not translate. -->
    <string name="pref_camera_mce_default" translatable="false">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">High-framerate recording is not supported when using Stabilization/Time lapse/HDR.</string>

    <!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
    <string name="error_app_unsupported_hfr">Slow motion mode is not supported for the selected video size. Select a lower video size</string>

    <!-- The message is shown in toast when the app encounters an unsupported resolution for DIS mode -->
    <string name="error_app_unsupported_dis">Stabilization is not supported for the selected video size. Select a lower video size</string>

    <!-- The message is shown in dialog when the app encounters an unsupported resolution for HSR mode -->
    <string name="error_app_unsupported_hsr">High speed mode is not supported for the selected video size. Select a lower video size</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 app encounters an unsupported video profile-->
    <string name="error_app_unsupported_profile">Unsupported video profile</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 Zero shutter lag mode. Select JPEG</string>

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

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

    <string name="pref_camera_ae_bracket_hdr_title">AE bracketing</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">AE bracketing is not supported yet</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 is 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">Changing picture size is not supported in Low Power mode, video size snapshot will be taken. Please select Normal Power mode to allow changing picture size.</string>

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

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

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

    <!-- Settings screen, hfr radio button choices -->
    <string name="pref_camera_hfr_entry_off">Off</string>
    <string name="pref_camera_hfr_entry_2x">Slow motion 60 FPS</string>
    <string name="pref_camera_hfr_entry_3x">Slow motion 90 FPS</string>
    <string name="pref_camera_hfr_entry_4x">Slow motion 120 FPS</string>
    <string name="pref_camera_hfr_entry_8x">Slow motion 240 FPS</string>
    <string name="pref_camera_hfr_entry_hsr_60">High speed 60 FPS</string>
    <string name="pref_camera_hfr_entry_hsr_90">High speed 90 FPS</string>
    <string name="pref_camera_hfr_entry_hsr_120">High speed 120 FPS</string>
    <string name="pref_camera_hfr_entry_hsr_240">High speed 240 FPS</string>

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

    <!-- Default noise reduction setting. Do not translate. -->
    <string name="pref_camera_noise_reduction_default" translatable="false">off</string>

    <!-- Settings screen, Select See More title -->
    <string name="pref_camera_noise_reduction_title">Noise reduction</string>

    <!-- Settings screen, see more radio button choices -->
    <string name="pref_camera_noise_reduction_entry_off">Off</string>
    <string name="pref_camera_noise_reduction_entry_fast">Fast</string>
    <string name="pref_camera_noise_reduction_entry_high_quality">High quality</string>

    <!-- see more entry values. Do not translate. -->
    <string name="pref_camera_noise_reduction_value_off" translatable="false">off</string>
    <string name="pref_camera_noise_reduction_value_fast" translatable="false">fast</string>
    <string name="pref_camera_noise_reduction_value_high_quality" translatable="false">high-quality</string>

    <!-- Default see more setting. Do not translate. -->
    <string name="pref_camera_see_more_default" translatable="false">off</string>

    <!-- Settings screen, Select See More title -->
    <string name="pref_camera_see_more_title" translatable="false">SeeMore</string>

    <!-- Settings screen, see more radio button choices -->
    <string name="pref_camera_see_more_entry_off">Off</string>
    <string name="pref_camera_see_more_entry_on">On</string>

    <!-- see more entry values. Do not translate. -->
    <string name="pref_camera_see_more_value_off" translatable="false">off</string>
    <string name="pref_camera_see_more_value_on" translatable="false">on</string>

    <!-- Denoise Settings screen, setting title text -->
    <string name="pref_camera_denoise_title">Denoise</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" translatable="false">auto</string>

    <!-- Settings screen, Select Iso title -->
    <string name="pref_camera_iso_title">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">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" translatable="false">auto</string>
    <string name="pref_camera_iso_value_isodeblur" translatable="false">ISO_HJR</string>
    <string name="pref_camera_iso_value_iso100" translatable="false">ISO100</string>
    <string name="pref_camera_iso_value_iso200" translatable="false">ISO200</string>
    <string name="pref_camera_iso_value_iso400" translatable="false">ISO400</string>
    <string name="pref_camera_iso_value_iso800" translatable="false">ISO800</string>
    <string name="pref_camera_iso_value_iso1600" translatable="false">ISO1600</string>

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

    <!-- Default Anti Banding setting. -->
    <string name="pref_camera_antibanding_default" translatable="false">auto</string>

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

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

    <!-- Settings screen, Select Color effect title -->
    <string name="pref_camera_coloreffect_title">Color effect</string>
    <string name="pref_camera_filter_mode_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" translatable="false">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">Stabilization</string>
    <string name="pref_camera_dis_default" translatable="false">disable</string>

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

    <string name="pref_camera_dis_value_disable" translatable="false">disable</string>
    <string name="pref_camera_dis_value_enable" translatable="false">enable</string>

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

    <string name="pref_camera_facerc_default" translatable="false">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" translatable="false">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" translatable="false">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" translatable="false">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">85</string>

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

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

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

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

    <!-- Default auto histogram setting. Do not translate. -->
    <string name="pref_camera_histogram_default" translatable="false">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" translatable="false">enable</string>
    <string name="pref_camera_histogram_value_disable" translatable="false">disable</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">auto</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">Running out of memory, cancelling continuous shot</string>

    <!-- Toast showing non-supported functionality for flash in AE bracket -->
    <string name="flash_aebracket_message">Flash is not supported in AE bracketing 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" translatable="false">enable</string>
    <string name="pref_camera_auto_hdr_value_disable" translatable="false">disable</string>

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

    <string name="pref_camera_hdr_mode_default" translatable="false">hdr-mode-multiframe</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" translatable="false">hdr-mode-sensor</string>
    <string name="pref_hdr_mode_value_multi_frame" translatable="false">hdr-mode-multiframe</string>

    <!-- Settings screen, Selectable HDR need 1x frame default value -->
    <string name="pref_camera_hdr_need_1x_default" translatable="false">@string/pref_hdr_need_1x_value_true</string>

    <!-- Settings screen, Selectable HDR need 1x frame title -->
    <string name="pref_camera_hdr_need_1x_title">HDR needs 1x frame</string>

    <!-- Settings screen, Selectable HDR need 1x frame radio button choices -->
    <string name="pref_camera_hdr_need_1x_entry_false" translatable="false">@string/setting_off</string>
    <string name="pref_camera_hdr_need_1x_entry_true" translatable="false">@string/setting_on</string>

    <!-- HDR need 1x frame entry values. Do not translate. -->
    <string name="pref_hdr_need_1x_value_false" translatable="false">false</string>
    <string name="pref_hdr_need_1x_value_true" translatable="false">true</string>

    <!--Default video rotation setting-->
    <string name="pref_camera_video_rotation_default" translatable="false">0</string>

    <!--Settings screen, video rotation title-->
    <string name="pref_camera_video_rotation_title">Video rotation</string>

    <!--Menu, video rotation label-->
    <string name="pref_camera_video_rotation_label">VIDEO ROTATION</string>

    <!-- Settings screen, Video rotation dialog radio button choices -->
    <string name="pref_camera_video_rotation_entry_0">0 degrees</string>
    <string name="pref_camera_video_rotation_entry_90">90 degrees</string>
    <string name="pref_camera_video_rotation_entry_180">180 degrees</string>
    <string name="pref_camera_video_rotation_entry_270">270 degrees</string>

    <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
    <string name="map_activity_not_found_err">There is no maps app installed to show the location</string>

    <!-- Continuous shot enable message -->
    <string name="longshot_enable_message">Advanced features are not supported in continuous shot mode</string>
    <!-- Advanced features enable message -->
    <string name="advance_feature_enable_msg">Continuous shot is not supported when advanced features are enabled</string>

    <!-- The alas of CameraActivity for gesture operation -->
    <string name="camera_gesture_title">Launch camera</string>
    <string name="pref_camera_tsmakeup_title">Beautification</string>
    <string name="pref_camera_tsmakeup_entry_on">On</string>
    <string name="pref_camera_tsmakeup_entry_off">Off</string>
    <string name="pref_camera_tsmakeup_entry_low">Low</string>
    <string name="pref_camera_tsmakeup_entry_mid">Medium</string>
    <string name="pref_camera_tsmakeup_entry_high">High</string>
    <string name="pref_camera_tsmakeup_default" translatable="false">Off</string>
    <string name="pref_camera_tsmakeup_level_default" translatable="false">60</string>
    <string name="pref_camera_tsmakeup_custom">Custom</string>
    <string name="pref_camera_tsmakeup_level_whiten">Whiten</string>
    <string name="pref_camera_tsmakeup_level_clean">Soften</string>
    <string name="text_tsmakeup_alert_title">Warning</string>
    <string name="text_tsmakeup_alert_msg">Face detection must be enabled in order to use the beautification feature. Do you want to continue?</string>
    <string name="text_tsmakeup_alert_continue">Continue</string>
    <string name="text_tsmakeup_alert_quit">Cancel</string>
    <string name="text_tsmakeup_beautify_toast">Beautify</string>

    <string name="all_in_focus">All in focus</string>
    <string name="refocus_toast">To re-focus last photo, tap here</string>
    <string name="refocus_prompt_title" translatable="false">UbiFocus</string>
    <string name="refocus_prompt_message">With UbiFocus, your camera will take 5 pictures, each time that you press the shutter button. The 5 pictures will be combined into 1 picture, where everything is in focus. You can choose to re-focus, after you take the picture.</string>

    <string name="camera_thermal_shutdown">Phone overheated, closing camera.</string>
    <string name="camera_server_died">Media server died, closing camera.</string>
    <string name="camera_unknown_error">Unknown error, closing camera.</string>

    <string name="mute_button_desc">Mute button</string>

    <!-- Help menu strings -->
    <string name="help_menu_ok">OK</string>
    <string name="help_menu_scene_mode_1">Select a</string>
    <string name="help_menu_scene_mode_2">Scene mode</string>
    <string name="help_menu_scene_mode_3">for better pictures</string>
    <string name="help_menu_color_filter_1">Apply color</string>
    <string name="help_menu_color_filter_2">filters</string>
    <string name="help_menu_color_filter_3">to</string>
    <string name="help_menu_color_filter_4">improve pictures</string>
    <string name="help_menu_beautify_1">Enhance portraits</string>
    <string name="help_menu_beautify_2">with the</string>
    <string name="help_menu_beautify_3">Beautify feature</string>
    <string name="help_menu_switcher_1">Switch</string>
    <string name="help_menu_switcher_2">between</string>
    <string name="help_menu_switcher_3">camera, video, and panorama</string>

    <string name="pref_camera2_camera2_title">Camera2 mode</string>
    <string name="pref_camera2_camera2_entry_enable">Enable</string>
    <string name="pref_camera2_camera2_entry_disable">Disable</string>
    <string name="pref_camera2_camera2_default" translatable="false">disable</string>
    <string name="pref_camera2_camera2_value_enable" translatable="false">enable</string>
    <string name="pref_camera2_camera2_value_disable" translatable="false">disable</string>

    <string name="pref_camera2_mono_only_title">Mono only</string>
    <string name="pref_camera2_mono_only_default" translatable="false">off</string>

    <string name="pref_camera2_mono_preview_title">Mono preview</string>
    <string name="pref_camera2_mono_preview_entry_on">On</string>
    <string name="pref_camera2_mono_preview_entry_off">Off</string>
    <string name="pref_camera2_mono_preview_default" translatable="false">off</string>
    <string name="pref_camera2_mono_preview_value_on" translatable="false">on</string>
    <string name="pref_camera2_mono_preview_value_off" translatable="false">off</string>

    <string name="pref_camera2_clearsight_title" translatable="false">ClearSight</string>
    <string name="pref_camera2_clearsight_default" translatable="false">on</string>
    <string name="pref_camera2_clearsight_entry_on">On</string>
    <string name="pref_camera2_clearsight_entry_off">Off</string>

    <string name="pref_camera2_clearsight_value_on" translatable="false">on</string>
    <string name="pref_camera2_clearsight_value_off" translatable="false">off</string>

    <string name="clearsight_capture_success">ClearSight capture successful</string>
    <string name="clearsight_capture_fail">ClearSight capture failed</string>

    <string name="pref_camera2_mpo_title">MPO format</string>
    <string name="pref_camera2_mpo_default" translatable="false">off</string>
    <string name="pref_camera2_mpo_entry_on">On</string>
    <string name="pref_camera2_mpo_entry_off">Off</string>

    <string name="pref_camera2_mpo_value_on" translatable="false">on</string>
    <string name="pref_camera2_mpo_value_off" translatable="false">off</string>

    <string name="pref_camera2_scenemode_default" translatable="false">0</string>
    <string name="pref_camera2_whitebalance_default" translatable="false">1</string>
    <string name="pref_camera2_coloreffect_default" translatable="false">0</string>
    <string name="pref_camera2_flashmode_default" translatable="false">2</string>

    <string name="pref_camera2_makeup_title">Makeup</string>

    <string name="pref_camera2_noise_reduction_default" translatable="false">off</string>
    <string name="pref_camera2_noise_reduction_title">Noise reduction</string>

    <string name="pref_camera2_noise_reduction_entry_off">Off</string>
    <string name="pref_camera2_noise_reduction_entry_fast">Fast</string>
    <string name="pref_camera2_noise_reduction_entry_high_quality">High quality</string>

    <string name="pref_camera2_noise_reduction_value_off" translatable="false">off</string>
    <string name="pref_camera2_noise_reduction_value_fast" translatable="false">fast</string>
    <string name="pref_camera2_noise_reduction_value_high_quality" translatable="false">high-quality</string>

    <string name="pref_camera2_videosnap_default" translatable="false">enable</string>
    <string name="pref_camera2_videosnap_title">Auto snapshot size</string>

    <string name="pref_camera2_videosnap_value_enable" translatable="false">enable</string>
    <string name="pref_camera2_videosnap_value_disable" translatable="false">disable</string>

    <string name="pref_camera2_videosnap_entry_enable">Enable</string>
    <string name="pref_camera2_videosnap_entry_disable">Disable</string>
    <string name="pref_camera2_trackingfocus_title">Tracking focus</string>
    <string name="pref_camera_scenemode_entry_bestpicture">Best picture</string>
    <string name="bestpicture_done">DONE</string>
    <string name="bestpicture_at_least_one_picture">At least one picture has to be chosen.</string>

    <string name="pref_camera2_shutter_sound_default" translatable="false">on</string>
    <string name="pref_camera2_shutter_sound_value_on" translatable="false">on</string>
    <string name="pref_camera2_shutter_sound_value_off" translatable="false">off</string>

    <string name="pref_camera2_shutter_sound_entry_on">On</string>
    <string name="pref_camera2_shutter_sound_entry_off">Off</string>
    <string name="pref_camera2_shutter_sound_title">Shutter sound</string>
</resources>