android_mt6572_jiabo/packages/apps/Snap/res/values/qcomstrings.xml
2025-09-05 16:56:03 +08:00

964 lines
64 KiB
XML

<!--
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">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>
<!-- 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>
<!-- 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>
<!--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_only_entry_on">On</string>
<string name="pref_camera2_mono_only_entry_off">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_makeup_entry_on">On</string>
<string name="pref_camera2_makeup_entry_off">Off</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_camera2_trackingfocus_entry_on">On</string>
<string name="pref_camera2_trackingfocus_entry_off">Off</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>
<string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
<string name="pref_camera2_initial_camera_entry_front">Front</string>
</resources>