summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml627
1 files changed, 627 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
new file mode 100644
index 000000000..05eec50a5
--- /dev/null
+++ b/res/values/qcomstrings.xml
@@ -0,0 +1,627 @@
+<!--
+ Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
+
+ Not a Contribution.
+
+ Copyright (C) 2007 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <!-- Video quality setting entry. Videos will be recorded in FWVGA quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_fwvga" translatable="false">FWVGA</string>
+ <!-- Video quality setting entry. Videos will be recorded in WVGA quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_wvga" translatable="false">WVGA</string>
+ <!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
+ <!-- Video quality setting entry. Videos will be recorded in WQVGA quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_wqvga" translatable="false">WQVGA</string>
+ <!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_cif" translatable="false">CIF</string>
+ <!-- Video quality setting entry. Videos will be recorded in QVGA quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_qvga" translatable="false">QVGA</string>
+ <!-- Video quality setting entry. Videos will be recorded in QCIF quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_qcif" translatable="false">QCIF</string>
+
+ <!-- Settings screen, Power Mode title -->
+ <string name="pref_camera_powermode_title">Power Mode</string>
+
+ <!-- Settings screen, Power mode dialog radio button choices -->
+ <string name="pref_camera_powermode_entry_lp">Low_Power</string>
+ <string name="pref_camera_powermode_entry_np">Normal_Power</string>
+
+ <!-- Settings screen, Power mode dialog radio button choices -->
+ <string name="pref_camera_powermode_value_lp">Low_Power</string>
+ <string name="pref_camera_powermode_value_np">Normal_Power</string>
+
+ <!-- Default Power mode.. -->
+ <string name="pref_camera_powermode_default" translatable="false">Normal_Power</string>
+
+ <!-- Default auto exposure setting. Do not translate. -->
+ <string name="pref_camera_autoexposure_default">frame-average</string>
+ <!-- Settings screen, Select auto exposure title -->
+ <string name="pref_camera_autoexposure_title">Select Auto Exposure Mode</string>
+
+ <!-- Settings screen, auto exposure dialog radio button choices -->
+ <string name="pref_camera_autoexposure_entry_frameaverage">Frame Average</string>
+ <string name="pref_camera_autoexposure_entry_centerweighted">Center Weighted</string>
+ <string name="pref_camera_autoexposure_entry_spotmetering">Spot Metering</string>
+
+ <!-- Auto exposure entry values. Do not translate. -->
+ <string name="pref_camera_autoexposure_value_frameaverage">frame-average</string>
+ <string name="pref_camera_autoexposure_value_centerweighted">center-weighted</string>
+ <string name="pref_camera_autoexposure_value_spotmetering">spot-metering</string>
+
+ <!-- Settings screen, Video encoder title -->
+ <string name="pref_camera_videoencoder_title">Video Encoder</string>
+
+ <!-- Settings screen, Video encoder dialog radio button choices -->
+ <string name="pref_camera_videoencoder_entry_0">MPEG4</string>
+ <string name="pref_camera_videoencoder_entry_1">H263</string>
+ <string name="pref_camera_videoencoder_entry_2">H264</string>
+
+ <!-- Default video encoder setting. A numerical value. -->
+ <string name="pref_camera_videoencoder_default" translatable="false">h264</string>
+
+ <!-- Settings screen, Video encoder dialog title -->
+ <string name="pref_camera_videoencoder_dialogtitle">Video Encoder</string>
+
+ <!-- Default audio encoder setting. A numerical value. -->
+ <string name="pref_camera_audioencoder_default" translatable="false">aac</string>
+
+ <!-- Settings screen, Audio encoder title -->
+ <string name="pref_camera_audioencoder_title">Audio Encoder</string>
+
+ <!-- Settings screen, Audio encoder dialog radio button choices -->
+ <string name="pref_camera_audioencoder_entry_0">AMRNB</string>
+ <string name="pref_camera_audioencoder_entry_1">AAC</string>
+ <!-- Default video duration setting. A numerical value.-->
+ <string name="pref_camera_video_duration_default" translatable="false">10</string>
+
+ <!-- Settings screen, Video duration title -->
+ <string name="pref_camera_video_duration_title">Video duration</string>
+
+ <!-- Settings screen, Video duration dialog radio button choices -->
+ <string name="pref_camera_video_duration_entry_mms">30 seconds(MMS)</string>
+ <string name="pref_camera_video_duration_entry_10">10 minutes</string>
+ <string name="pref_camera_video_duration_entry_30">30 minutes</string>
+
+ <!-- Default Skin Tone Enhancement setting. Do not translate. -->
+ <string name="pref_camera_skinToneEnhancement_default">disable</string>
+
+ <!-- Settings screen, Select Skin Tone Enhancement title -->
+ <string name="pref_camera_skinToneEnhancement_title">Skin Tone Enhancement</string>
+
+ <!-- Settings screen, Skin Tone Enhancement radio button choices -->
+ <string name="pref_camera_skinToneEnhancement_entry_enable">Enable</string>
+ <string name="pref_camera_skinToneEnhancement_entry_disable">Disable</string>
+
+ <!-- Skin Tone Enhancement entry values. Do not translate. -->
+ <string name="pref_camera_skinToneEnhancement_value_enable">enable</string>
+ <string name="pref_camera_skinToneEnhancement_value_disable">disable</string>
+ <!-- Settings screen, setting title text for ZSL-->
+ <string name="pref_camera_zsl_title">ZSL</string>
+
+ <string name="pref_camera_zsl_default" translatable="false">off</string>
+
+ <!-- Default selectable zone af setting. Do not translate. -->
+ <string name="pref_camera_selectablezoneaf_default">auto</string>
+
+ <!-- Settings screen, Selectable zone af title -->
+ <string name="pref_camera_selectablezoneaf_title"> Selectable Zone Auto Focus</string>
+
+ <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
+ <string name="pref_camera_selectablezoneaf_entry_auto">Auto</string>
+ <string name="pref_camera_selectablezoneaf_entry_spotmetering">Spot Metering</string>
+ <string name="pref_camera_selectablezoneaf_entry_centerweighted">Center Weighted</string>
+ <string name="pref_camera_selectablezoneaf_entry_frameaverage">Frame Average</string>
+
+ <!-- Auto exposure entry values. Do not translate. -->
+ <string name="pref_camera_selectablezoneaf_value_auto">auto</string>
+ <string name="pref_camera_selectablezoneaf_value_spotmetering">spot-metering</string>
+ <string name="pref_camera_selectablezoneaf_value_centerweighted">center-weighted</string>
+ <string name="pref_camera_selectablezoneaf_value_frameaverage">frame-average</string>
+
+ <!-- Settings screen, ZSL location dialog choices -->
+ <string name="pref_camera_zsl_entry_off">Off</string>
+ <string name="pref_camera_zsl_entry_on">On</string>
+
+ <string name="pref_camera_zsl_value_off">off</string>
+ <string name="pref_camera_zsl_value_on">on</string>
+
+ <!-- Settings screen, Video HDR location dialog choices -->
+ <string name="pref_camera_video_hdr_entry_off">Off</string>
+ <string name="pref_camera_video_hdr_entry_on">On</string>
+
+ <string name="pref_camera_video_hdr_value_off">off</string>
+ <string name="pref_camera_video_hdr_value_on">on</string>
+
+ <!-- Settings screen, setting title text for Video HDR-->
+ <string name="pref_camera_video_hdr_title">Video HDR</string>
+
+ <string name="pref_camera_video_hdr_default" translatable="false">off</string>
+
+ <!-- Default face detection setting. -->
+ <string name="pref_camera_facedetection_default" translatable="false">on</string>
+
+ <!-- Settings screen, Select Face Detection -->
+ <string name="pref_camera_facedetection_title">Face Detection</string>
+
+ <!-- Settings menu, Face Detection choices -->
+ <string name="pref_camera_facedetection_entry_off">Off</string>
+ <string name="pref_camera_facedetection_entry_on">On</string>
+
+ <!-- Default redeye reduction setting. -->
+ <string name="pref_camera_redeyereduction_default" translatable="false">disable</string>
+
+ <!-- Settings screen, Select Redeye Reduction -->
+ <string name="pref_camera_redeyereduction_title">Redeye Reduction</string>
+
+ <!-- Settings menu, redeye reduction choices -->
+ <string name="pref_camera_redeyereduction_entry_enable">Enable</string>
+ <string name="pref_camera_redeyereduction_entry_disable">Disable</string>
+ <!-- Default mce setting. Do not translate. -->
+ <string name="pref_camera_mce_default">enable</string>
+
+ <!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
+ <string name="error_app_unsupported_hfr">HFR is not supported for selected resolution</string>
+
+ <!-- The message is shown in dialog when the app encounters an unsupported video codec for HFR mode -->
+ <string name="error_app_unsupported_hfr_codec">Only H264 video encoding is supported when HFR is ON</string>
+
+ <!-- The message is shown in dialog when the app encounters an unsupported video resolution-->
+ <string name="error_app_unsupported">Unsupported video resolution for this encoder type</string>
+
+ <!--The message is shown in dialog when the raw snapshot is selected in zsl mode-->
+ <string name="error_app_unsupported_raw">Raw picture format is not supported
+ in zsl mode
+ </string>
+
+ <string name="error_app_unsupported_hdr_zsl">HDR is not supported in zsl
+ mode</string>
+
+ <!-- Settings screen, AE bracketing and HDR location dialog choices -->
+ <string name="pref_camera_ae_bracket_hdr_entry_ae_bracket">AE-Bracket</string>
+
+ <string name="pref_camera_ae_bracket_hdr_value_ae_bracket">AE-Bracket</string>
+
+ <string name="pref_camera_ae_bracket_hdr_title" translatable="false">AE-Bracket</string>
+
+ <string name="pref_camera_ae_bracket_hdr_default" translatable="false">Off</string>
+
+ <string name="pref_camera_ae_bracket_hdr_entry_on">On</string>
+
+ <string name="pref_camera_ae_bracket_hdr_entry_off">Off</string>
+
+ <string name="err_app_unsupport_ae_bracket_code">no ae bracket support by Apps now</string>
+
+ <!-- The messsage shown if user selects a snapshot resolution lower than the current video size. -->
+ <string name="snapshot_lower_than_video">Video snapshot size lower than video size. Capping to Video size. Please select a resolution higher or equal to the current video size. </string>
+
+ <!-- The messsage shown if user selects a snapshot resolution in low power mode. -->
+ <string name="snapshotsize_low_powermode">We do not support picture
+ resolution in Low Power Mode. Video size snapshot will be taken. Please
+ select High power mode for picture size.
+ </string>
+
+ <!-- The messsage shown if user tries to take snapshot during D1/QCIF resolution. -->
+ <string name="snapshot_qcif_and_d1">Only Video size snapshot supported for this resolution. </string>
+
+ <!-- Default hfr setting. Do not translate. -->
+ <string name="pref_camera_hfr_default">off</string>
+
+ <!-- Settings screen, Select hfr title -->
+ <string name="pref_camera_hfr_title">Video High FrameRate</string>
+
+ <!-- Settings screen, hfr radio button choices -->
+ <string name="pref_camera_hfr_entry_off">Off</string>
+ <string name="pref_camera_hfr_entry_2x">60</string>
+ <string name="pref_camera_hfr_entry_3x">90</string>
+ <string name="pref_camera_hfr_entry_4x">120</string>
+
+ <!-- HFR entry values. Do not translate. -->
+ <string name="pref_camera_hfr_value_off">off</string>
+ <string name="pref_camera_hfr_value_2x">60</string>
+ <string name="pref_camera_hfr_value_3x">90</string>
+ <string name="pref_camera_hfr_value_4x">120</string>
+
+ <!-- Denoise Settings screen, setting title text -->
+ <string name="pref_camera_denoise_title">Wavelet Denoise Mode</string>
+ <string name="pref_camera_denoise_default" translatable="false">denoise-on</string>
+
+ <!-- Denoise Settings screen, Record location dialog choices -->
+ <string name="pref_camera_denoise_entry_off">Off</string>
+ <string name="pref_camera_denoise_entry_on">On</string>
+
+ <!-- Default iso setting. Do not translate. -->
+ <string name="pref_camera_iso_default">auto</string>
+
+ <!-- Settings screen, Select Iso title -->
+ <string name="pref_camera_iso_title">Select ISO</string>
+
+ <!-- Settings screen, ISO dialog radio button choices -->
+ <string name="pref_camera_iso_entry_auto">Auto</string>
+ <string name="pref_camera_iso_entry_isodeblur">ISO Auto(HJR)</string>
+ <string name="pref_camera_iso_entry_iso100">ISO100</string>
+ <string name="pref_camera_iso_entry_iso200">ISO200</string>
+ <string name="pref_camera_iso_entry_iso400">ISO400</string>
+ <string name="pref_camera_iso_entry_iso800">ISO800</string>
+ <string name="pref_camera_iso_entry_iso1600">ISO1600</string>
+
+ <!-- ISO entry values. Do not translate. -->
+ <string name="pref_camera_iso_value_auto">auto</string>
+ <string name="pref_camera_iso_value_isodeblur">ISO_HJR</string>
+ <string name="pref_camera_iso_value_iso100">ISO100</string>
+ <string name="pref_camera_iso_value_iso200">ISO200</string>
+ <string name="pref_camera_iso_value_iso400">ISO400</string>
+ <string name="pref_camera_iso_value_iso800">ISO800</string>
+ <string name="pref_camera_iso_value_iso1600">ISO1600</string>
+
+ <!-- Settings screen, Anti Banding title -->
+ <string name="pref_camera_antibanding_title">Anti Banding</string>
+
+ <!-- Default Anti Banding setting. -->
+ <string name="pref_camera_antibanding_default">off</string>
+
+ <!-- Settings screen, Anti Banding entries -->
+ <string name="pref_camera_antibanding_entry_0">Off</string>
+ <string name="pref_camera_antibanding_entry_1">50 Hz</string>
+ <string name="pref_camera_antibanding_entry_2">60 Hz</string>
+ <string name="pref_camera_antibanding_entry_3">Auto</string>
+
+ <!-- Default color effect setting. -->
+ <string name="pref_camera_coloreffect_default" translatable="false">none</string>
+
+ <!-- Settings screen, Select Color effect title -->
+ <string name="pref_camera_coloreffect_title">Color effect</string>
+
+ <!-- Settings screen, Color effect dialog radio button choices -->
+ <string name="pref_camera_coloreffect_entry_none">None</string>
+ <string name="pref_camera_coloreffect_entry_mono">Mono</string>
+ <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
+ <string name="pref_camera_coloreffect_entry_negative">Negative</string>
+ <!-- Color effect that overexposes and reverses some of the tones. -->
+ <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
+ <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
+ <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
+ <string name="pref_camera_coloreffect_entry_emboss">Emboss</string>
+ <string name="pref_camera_coloreffect_entry_sketch">Sketch</string>
+ <string name="pref_camera_coloreffect_entry_neon">Neon</string>
+ <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
+ <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
+ <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
+ <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
+ <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
+
+ <!-- Default Touch AF/AEC setting. Do not translate. -->
+ <string name="pref_camera_touchafaec_default">touch-on</string>
+
+ <!-- Settings screen, Select Touch AF/AEC title -->
+ <string name="pref_camera_touchafaec_title">Touch AF/AEC</string>
+
+ <!-- Settings screen, Touch AF/AEC dialog radio button choices -->
+ <string name="pref_camera_touchafaec_entry_off">Off</string>
+ <string name="pref_camera_touchafaec_entry_on">On</string>
+
+ <!-- Select DIS title -->
+ <string name="pref_camera_dis_title">DIS</string>
+ <string name="pref_camera_dis_default">disable</string>
+
+ <!-- DIS choices -->
+ <string name="pref_camera_dis_entry_off">Off</string>
+ <string name="pref_camera_dis_entry_on">On</string>
+
+ <!-- Select Face Recognition title -->
+ <string name="pref_camera_facerc_title">Face Recognition</string>
+
+ <string name="pref_camera_facerc_default">off</string>
+
+ <!-- Face Recognition choices -->
+ <string name="pref_camera_facerc_entry_off">Off</string>
+ <string name="pref_camera_facerc_entry_on">On</string>
+
+ <!-- Settings screen, Multiple levels entries -->
+ <string name="pref_camera_sharpness_entry_level0">Level 0</string>
+ <string name="pref_camera_sharpness_entry_level1">Level 1</string>
+ <string name="pref_camera_sharpness_entry_level2">Level 2(Default)</string>
+ <string name="pref_camera_sharpness_entry_level3">Level 3</string>
+ <string name="pref_camera_sharpness_entry_level4">Level 4</string>
+ <string name="pref_camera_sharpness_entry_level5">Level 5</string>
+ <string name="pref_camera_sharpness_entry_level6">Level 6</string>
+
+ <!-- Settings screen, Multiple levels entries -->
+ <string name="pref_camera_contrast_entry_level0">Level 0</string>
+ <string name="pref_camera_contrast_entry_level1">Level 1</string>
+ <string name="pref_camera_contrast_entry_level2">Level 2</string>
+ <string name="pref_camera_contrast_entry_level3">Level 3</string>
+ <string name="pref_camera_contrast_entry_level4">Level 4</string>
+ <string name="pref_camera_contrast_entry_level5">Level 5(Default)</string>
+ <string name="pref_camera_contrast_entry_level6">Level 6</string>
+ <string name="pref_camera_contrast_entry_level7">Level 7</string>
+ <string name="pref_camera_contrast_entry_level8">Level 8</string>
+ <string name="pref_camera_contrast_entry_level9">Level 9</string>
+ <string name="pref_camera_contrast_entry_level10">Level 10</string>
+
+ <!-- Settings screen, Multiple levels entries -->
+ <string name="pref_camera_saturation_entry_level0">Level 0</string>
+ <string name="pref_camera_saturation_entry_level1">Level 1</string>
+ <string name="pref_camera_saturation_entry_level2">Level 2</string>
+ <string name="pref_camera_saturation_entry_level3">Level 3</string>
+ <string name="pref_camera_saturation_entry_level4">Level 4</string>
+ <string name="pref_camera_saturation_entry_level5">Level 5(Default)</string>
+ <string name="pref_camera_saturation_entry_level6">Level 6</string>
+ <string name="pref_camera_saturation_entry_level7">Level 7</string>
+ <string name="pref_camera_saturation_entry_level8">Level 8</string>
+ <string name="pref_camera_saturation_entry_level9">Level 9</string>
+ <string name="pref_camera_saturation_entry_level10">Level 10</string>
+
+ <!-- Default sharpness setting. Do not translate. -->
+ <string name="pref_camera_sharpness_default">2</string>
+
+ <!-- Settings screen, Select sharpness title -->
+ <string name="pref_camera_sharpness_title">Sharpness</string>
+
+ <!-- Default contrast setting. Do not translate. -->
+ <string name="pref_camera_contrast_default">5</string>
+
+ <!-- Settings screen, Select contrast title -->
+ <string name="pref_camera_contrast_title">Contrast</string>
+
+ <!-- Default saturation setting. Do not translate. -->
+ <string name="pref_camera_saturation_default">5</string>
+
+ <!-- Settings screen, Select saturation title -->
+ <string name="pref_camera_saturation_title">Saturation</string>
+
+ <!-- Default picture quality setting. See
+ pref_camera_jpegquality_entryvalues for possible values -->
+ <string name="pref_camera_jpegquality_default" translatable="false">superfine</string>
+
+ <!-- Default Picture format setting. Do not translate. -->
+ <string name="pref_camera_picture_format_default">jpeg</string>
+
+ <!-- Settings screen, Select Picture format title -->
+ <string name="pref_camera_picture_format_title">Select Picture Format</string>
+
+ <!-- Settings screen, picture format dialog radio button choices -->
+ <string name="pref_camera_picture_format_entry_jpeg">Jpeg</string>
+ <string name="pref_camera_picture_format_entry_raw">Raw</string>
+ <string name="pref_camera_picture_format_entry_raw_yuv_422_sp">YUV422SP</string>
+ <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yuyv">YUVRaw8YUYV</string>
+ <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yvyu">YUVRaw8YVYU</string>
+ <string name="pref_camera_picture_format_entry_raw_yuv_8bit_uyvy">YUVRaw8UYVY</string>
+ <string name="pref_camera_picture_format_entry_raw_yuv_8bit_vyuy">YUVRaw8VYUY</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8gbrg">BayerQ8GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8grbg">BayerQ8GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8rggb">BayerQ8RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8bggr">BayerQ8BGRR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10gbrg">BayerQ10GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10grbg">BayerQ10GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10rggb">BayerQ10RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10bggr">BayerQ10BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12gbrg">BayerQ12GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12grbg">BayerQ12GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12rggb">BayerQ12RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12bggr">BayerQ12BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8gbrg">BayerM8GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8grbg">BayerM8GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8rggb">BayerM8RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8bggr">BayerM8BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10gbrg">BayerM10GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10grbg">BayerM10GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10rggb">BayerM10RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10bggr">BayerM10BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12gbrg">BayerM12GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12grbg">BayerM12GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12rggb">BayerM12RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12bggr">BayerM12BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8gbrg">BayerIQ8GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8grbg">BayerIQ8GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8rggb">BayerIQ8RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8bggr">BayerIQ8BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10gbrg">BayerIQ10GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10grbg">BayerIQ10GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10rggb">BayerIQ10RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10bggr">BayerIQ10BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12gbrg">BayerIQ12GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12grbg">BayerIQ12GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12rggb">BayerIQ12RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12bggr">BayerIQ12BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8gbrg">BayerIM8GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8grbg">BayerIM8GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8rggb">BayerIM8RGGB</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8bggr">BayerIM8BGGR</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10gbrg">BayerIM10GBRG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10grbg">BayerIM10GRBG</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10rggb">BayerIM10rggb</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10bggr">BayerIM8bggr</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12gbrg">BayerIM12gbrg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12grbg">BayerIM12grbg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12rggb">BayerIM12rggb</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12bggr">BayerIM12bggr</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8gbrg">BayerIP88gbrg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8grbg">BayerIP88grbg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8rggb">BayerIP88rggb</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8bggr">BayerIP88bggr</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8gbrg">BayerIP168gbrg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8grbg">BayerIP168grbg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8rggb">BayerIP168rggb</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8bggr">BayerIP168bggr</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10gbrg">BayerIP1610gbrg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10grbg">BayerIP1610grbg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10rggb">BayerIP1610rggb</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10bggr">BayerIP1610bggr</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12gbrg">BayerIP1612gbrg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12grbg">BayerIP1612grbg</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12rggb">BayerIP1612rggb</string>
+ <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12bggr">BayerIP1612bggr</string>
+
+ <!-- Picture format entry values. Do not translate. -->
+ <string name="pref_camera_picture_format_value_jpeg">jpeg</string>
+ <string name="pref_camera_picture_format_value_raw">raw</string>
+ <string name="pref_camera_picture_format_value_raw_yuv_422_sp">yuv422sp</string>
+ <string name="pref_camera_picture_format_value_raw_yuv_8bit_yuyv">yuv-raw8-yuyv</string>
+ <string name="pref_camera_picture_format_value_raw_yuv_8bit_yvyu">yuv-raw8-yvyu</string>
+ <string name="pref_camera_picture_format_value_raw_yuv_8bit_uyvy">yuv-raw8-uyvy</string>
+ <string name="pref_camera_picture_format_value_raw_yuv_8bit_vyuy">yuv-raw8-vyuy</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_8gbrg">bayer-qcom-8gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_8grbg">bayer-qcom-8grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_8rggb">bayer-qcom-8rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_8bggr">bayer-qcom-8bgrr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_10gbrg">bayer-qcom-10gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_10grbg">bayer-qcom-10grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_10rggb">bayer-qcom-10rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_10bggr">bayer-qcom-10bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_12gbrg">bayer-qcom-12gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_12grbg">bayer-qcom-12grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_12rggb">bayer-qcom-12rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_qcom_12bggr">bayer-qcom-12bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_8gbrg">bayer-mipi-8gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_8grbg">bayer-mipi-8grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_8rggb">bayer-mipi-8rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_8bggr">bayer-mipi-8bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_10gbrg">bayer-mipi-10gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_10grbg">bayer-mipi-10grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_10rggb">bayer-mipi-10rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_10bggr">bayer-mipi-10bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_12gbrg">bayer-mipi-12gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_12grbg">bayer-mipi-12grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_12rggb">bayer-mipi-12rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_mipi_12bggr">bayer-mipi-12bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8gbrg">bayer-ideal-qcom-8gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8grbg">bayer-ideal-qcom-8grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8rggb">bayer-ideal-qcom-8rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8bggr">bayer-ideal-qcom-8bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10gbrg">bayer-ideal-qcom-10gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10grbg">bayer-ideal-qcom-10grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10rggb">bayer-ideal-qcom-10rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10bggr">bayer-ideal-qcom-10bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12gbrg">bayer-ideal-qcom-12gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12grbg">bayer-ideal-qcom-12grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12rggb">bayer-ideal-qcom-12rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12bggr">bayer-ideal-qcom-12bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8gbrg">bayer-ideal-mipi-8gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8grbg">bayer-ideal-mipi-8grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8rggb">bayer-ideal-mipi-8rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8bggr">bayer-ideal-mipi-8bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10gbrg">bayer-ideal-mipi-10gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10grbg">bayer-ideal-mipi-10grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10rggb">bayer-ideal-mipi-10rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10bggr">bayer-ideal-mipi-8bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12gbrg">bayer-ideal-mipi-12gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12grbg">bayer-ideal-mipi-12grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12rggb">bayer-ideal-mipi-12rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12bggr">bayer-ideal-mipi-12bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8gbrg">bayer-ideal-plain8-8gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8grbg">bayer-ideal-plain8-8grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8rggb">bayer-ideal-plain8-8rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8bggr">bayer-ideal-plain8-8bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8gbrg">bayer-ideal-plain16-8gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8grbg">bayer-ideal-plain16-8grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8rggb">bayer-ideal-plain16-8rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8bggr">bayer-ideal-plain16-8bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10gbrg">bayer-ideal-plain16-10gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10grbg">bayer-ideal-plain16-10grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10rggb">bayer-ideal-plain16-10rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10bggr">bayer-ideal-plain16-10bggr</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12gbrg">bayer-ideal-plain16-12gbrg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12grbg">bayer-ideal-plain16-12grbg</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12rggb">bayer-ideal-plain16-12rggb</string>
+ <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12bggr">bayer-ideal-plain16-12bggr</string>
+ <!-- Settings screen, Picture quality title -->
+ <string name="pref_camera_jpegquality_title">Picture quality</string>
+
+ <!-- Settings screen, Picture quality dialog radio button choices -->
+ <string name="pref_camera_jpegquality_entry_superfine">Super fine</string>
+ <string name="pref_camera_jpegquality_entry_fine">Fine</string>
+ <string name="pref_camera_jpegquality_entry_normal">Normal</string>
+ <string name="pref_camera_jpegquality_entry_0">Jpeg 55%</string>
+ <string name="pref_camera_jpegquality_entry_1">Jpeg 65%</string>
+ <string name="pref_camera_jpegquality_entry_2">Jpeg 75%</string>
+ <string name="pref_camera_jpegquality_entry_3">Jpeg 85%</string>
+ <string name="pref_camera_jpegquality_entry_4">Jpeg 95%</string>
+ <string name="pref_camera_jpegquality_entry_5">Jpeg 100%</string>
+
+ <!-- Default auto histogram setting. Do not translate. -->
+ <string name="pref_camera_histogram_default">disable</string>
+
+ <!-- Settings screen, Select Histogram title -->
+ <string name="pref_camera_histogram_title">Histogram</string>
+
+ <!-- Settings screen, Histogram radio button choices -->
+ <string name="pref_camera_histogram_entry_enable">Enable</string>
+ <string name="pref_camera_histogram_entry_disable">Disable</string>
+
+ <!-- Histogram entry values. Do not translate. -->
+ <string name="pref_camera_histogram_value_enable">enable</string>
+ <string name="pref_camera_histogram_value_disable">disable</string>
+
+ <string name="pref_camera_picturesize_entry_1920x1080">HD1080</string>
+ <string name="pref_camera_picturesize_entry_1280x768">WXGA</string>
+ <string name="pref_camera_picturesize_entry_1280x720">HD720</string>
+ <string name="pref_camera_picturesize_entry_800x600">SVGA</string>
+ <string name="pref_camera_picturesize_entry_800x480">WVGA</string>
+ <string name="pref_camera_picturesize_entry_352x288">CIF</string>
+ <string name="pref_camera_picturesize_entry_176x144">QCIF</string>
+
+ <string name="pref_camera_focusmode_entry_normal">Normal</string>
+ <string name="pref_camera_focusmode_entry_continuous">CAF</string>
+
+ <string name="pref_camera_scenemode_entry_asd">ASD</string>
+ <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
+ <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
+ <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
+ <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
+
+ <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
+ <string name="pref_camera_scenemode_entry_night_portrait">Night Portrait</string>
+ <!-- Scene mode to be used in a stage show. -->
+ <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
+ <!-- Scene mode optimized for taking images on the beach. -->
+ <string name="pref_camera_scenemode_entry_beach">Beach</string>
+ <!-- Scene mode optimized for taking images in the snow. -->
+ <string name="pref_camera_scenemode_entry_snow">Snow</string>
+
+ <!-- Scene mode for taking a photo as sharp as possible. -->
+ <string name="pref_camera_scenemode_entry_steadyphoto">Steady Photo</string>
+ <!-- Scene mode optimized for taking images of fireworks. -->
+ <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
+ <!-- Scene mode optimized for taking images during sports . -->
+ <string name="pref_camera_scenemode_entry_sports">Sports</string>
+ <!-- Scene mode optimized for capturing the naturally warm color of scenes lit by candles. [CHAR LIMIT=16] -->
+ <string name="pref_camera_scenemode_entry_candlelight">Candlelight</string>
+ <!-- Scene mode for taking a photo with backlight. -->
+ <string name="pref_camera_scenemode_entry_backlight">Backlight</string>
+ <!-- Scene mode optimized for taking images of flowers. -->
+ <string name="pref_camera_scenemode_entry_flowers">Flowers</string>
+ <!-- Scene mode optimized for taking images of AR. -->
+ <string name="pref_camera_scenemode_entry_ar">AR</string>
+
+ <!-- Default auto scene detection setting. -->
+ <string name="pref_camera_scenedetect_default" translatable="false">off</string>
+
+ <!-- Settings screen, Select Auto Scene Detection -->
+ <string name="pref_camera_scenedetect_title">Auto Scene Detection</string>
+
+ <!-- Settings menu, auto scene detection choices -->
+ <string name="pref_camera_scenedetect_entry_off">Off</string>
+ <!-- Scene detection set to on - supports backlight and snow cloudy detection. -->
+ <string name="pref_camera_scenedetect_entry_on">On</string>
+
+ <!-- Toast showing error if invalid size selected for time lapse [CHAR LIMIT=65] -->
+ <string name="time_lapse_error">Invalid video-size for time-lapse recording.</string>
+
+ <string name="pref_camera_videosnapsize_default" translatable="false">1920x1080</string>
+</resources>
+