blob: d53b2c27ad638e184058d7b10f8965fb6d329c81 [file] [log] [blame]
Alok Kediyaaed65252013-09-23 14:31:42 +05301<!--
Byunghun Jeoneccb7802016-05-10 16:59:33 -07002 Copyright (c) 2012-2014, 2016, The Linux Foundation. All rights reserved.
Alok Kediyaaed65252013-09-23 14:31:42 +05303
4 Not a Contribution.
5
6 Copyright (C) 2007 The Android Open Source Project
7
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19-->
20
21<resources>
Alok Kediyaaed65252013-09-23 14:31:42 +053022 <!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
23 <string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053024 <!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->
25 <string name="pref_video_quality_entry_cif" translatable="false">CIF</string>
26 <!-- Video quality setting entry. Videos will be recorded in QVGA quality. [CHAR LIMIT=24] -->
27 <string name="pref_video_quality_entry_qvga" translatable="false">QVGA</string>
28 <!-- Video quality setting entry. Videos will be recorded in QCIF quality. [CHAR LIMIT=24] -->
29 <string name="pref_video_quality_entry_qcif" translatable="false">QCIF</string>
30
31 <!-- Settings screen, Power Mode title -->
32 <string name="pref_camera_powermode_title">Power Mode</string>
33
34 <!-- Settings screen, Power mode dialog radio button choices -->
35 <string name="pref_camera_powermode_entry_lp">Low_Power</string>
36 <string name="pref_camera_powermode_entry_np">Normal_Power</string>
37
38 <!-- Settings screen, Power mode dialog radio button choices -->
39 <string name="pref_camera_powermode_value_lp">Low_Power</string>
40 <string name="pref_camera_powermode_value_np">Normal_Power</string>
41
42 <!-- Default Power mode.. -->
43 <string name="pref_camera_powermode_default" translatable="false">Normal_Power</string>
44
45 <!-- Default auto exposure setting. Do not translate. -->
46 <string name="pref_camera_autoexposure_default">frame-average</string>
47 <!-- Settings screen, Select auto exposure title -->
48 <string name="pref_camera_autoexposure_title">Select Auto Exposure Mode</string>
49
50 <!-- Settings screen, auto exposure dialog radio button choices -->
51 <string name="pref_camera_autoexposure_entry_frameaverage">Frame Average</string>
52 <string name="pref_camera_autoexposure_entry_centerweighted">Center Weighted</string>
53 <string name="pref_camera_autoexposure_entry_spotmetering">Spot Metering</string>
54
55 <!-- Auto exposure entry values. Do not translate. -->
56 <string name="pref_camera_autoexposure_value_frameaverage">frame-average</string>
57 <string name="pref_camera_autoexposure_value_centerweighted">center-weighted</string>
58 <string name="pref_camera_autoexposure_value_spotmetering">spot-metering</string>
59
60 <!-- Settings screen, Video encoder title -->
61 <string name="pref_camera_videoencoder_title">Video Encoder</string>
62
63 <!-- Settings screen, Video encoder dialog radio button choices -->
64 <string name="pref_camera_videoencoder_entry_0">MPEG4</string>
65 <string name="pref_camera_videoencoder_entry_1">H263</string>
66 <string name="pref_camera_videoencoder_entry_2">H264</string>
Vladimir Petrovc1cd7782014-07-16 18:54:16 -070067 <string name="pref_camera_videoencoder_entry_3">H265</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053068
69 <!-- Default video encoder setting. A numerical value. -->
70 <string name="pref_camera_videoencoder_default" translatable="false">h264</string>
71
72 <!-- Settings screen, Video encoder dialog title -->
73 <string name="pref_camera_videoencoder_dialogtitle">Video Encoder</string>
74
75 <!-- Default audio encoder setting. A numerical value. -->
76 <string name="pref_camera_audioencoder_default" translatable="false">aac</string>
77
78 <!-- Settings screen, Audio encoder title -->
79 <string name="pref_camera_audioencoder_title">Audio Encoder</string>
80
81 <!-- Settings screen, Audio encoder dialog radio button choices -->
82 <string name="pref_camera_audioencoder_entry_0">AMRNB</string>
83 <string name="pref_camera_audioencoder_entry_1">AAC</string>
84 <!-- Default video duration setting. A numerical value.-->
85 <string name="pref_camera_video_duration_default" translatable="false">10</string>
86
87 <!-- Settings screen, Video duration title -->
88 <string name="pref_camera_video_duration_title">Video duration</string>
89
90 <!-- Settings screen, Video duration dialog radio button choices -->
91 <string name="pref_camera_video_duration_entry_mms">30 seconds(MMS)</string>
92 <string name="pref_camera_video_duration_entry_10">10 minutes</string>
93 <string name="pref_camera_video_duration_entry_30">30 minutes</string>
kaiyizdc2a3942014-11-28 13:50:43 +080094 <string name="pref_camera_video_duration_entry_nolimit">no limit</string>
Alok Kediyaaed65252013-09-23 14:31:42 +053095
96 <!-- Default Skin Tone Enhancement setting. Do not translate. -->
97 <string name="pref_camera_skinToneEnhancement_default">disable</string>
98
99 <!-- Settings screen, Select Skin Tone Enhancement title -->
100 <string name="pref_camera_skinToneEnhancement_title">Skin Tone Enhancement</string>
101
102 <!-- Settings screen, Skin Tone Enhancement radio button choices -->
103 <string name="pref_camera_skinToneEnhancement_entry_enable">Enable</string>
104 <string name="pref_camera_skinToneEnhancement_entry_disable">Disable</string>
105
106 <!-- Skin Tone Enhancement entry values. Do not translate. -->
107 <string name="pref_camera_skinToneEnhancement_value_enable">enable</string>
108 <string name="pref_camera_skinToneEnhancement_value_disable">disable</string>
109 <!-- Settings screen, setting title text for ZSL-->
110 <string name="pref_camera_zsl_title">ZSL</string>
111
Santhosh Kumar H E8ead9072014-03-25 18:36:12 -0700112 <string name="pref_camera_zsl_default" translatable="false">on</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530113
114 <!-- Default selectable zone af setting. Do not translate. -->
115 <string name="pref_camera_selectablezoneaf_default">auto</string>
116
117 <!-- Settings screen, Selectable zone af title -->
118 <string name="pref_camera_selectablezoneaf_title"> Selectable Zone Auto Focus</string>
119
120 <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
121 <string name="pref_camera_selectablezoneaf_entry_auto">Auto</string>
122 <string name="pref_camera_selectablezoneaf_entry_spotmetering">Spot Metering</string>
123 <string name="pref_camera_selectablezoneaf_entry_centerweighted">Center Weighted</string>
124 <string name="pref_camera_selectablezoneaf_entry_frameaverage">Frame Average</string>
125
126 <!-- Auto exposure entry values. Do not translate. -->
127 <string name="pref_camera_selectablezoneaf_value_auto">auto</string>
128 <string name="pref_camera_selectablezoneaf_value_spotmetering">spot-metering</string>
129 <string name="pref_camera_selectablezoneaf_value_centerweighted">center-weighted</string>
130 <string name="pref_camera_selectablezoneaf_value_frameaverage">frame-average</string>
131
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800132 <string name="pref_camera_advanced_feature_default">none</string>
133
134 <!-- Settings screen, Selectable advanced features title -->
135 <string name="pref_camera_advanced_features_title">Advanced Features</string>
136
137 <!-- Settings screen, Selectable Zone Af dialog radio button choices -->
138 <string name="pref_camera_advanced_feature_entry_none">None</string>
139 <string name="pref_camera_advanced_feature_entry_ubifocus">Ubi Focus</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700140 <string name="pref_camera_advanced_feature_entry_refocus">Refocus</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800141 <string name="pref_camera_advanced_feature_entry_chromaflash">Chroma Flash</string>
142 <string name="pref_camera_advanced_feature_entry_optizoom">Opti Zoom</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530143 <string name="pref_camera_advanced_feature_entry_FSSR">FSSR</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530144 <string name="pref_camera_advanced_feature_entry_trueportrait">True Portrait</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530145 <string name="pref_camera_advanced_feature_entry_multi_touch_focus">Multi-touch Focus</string>
Shwetha Kotekar20248ae2015-03-10 13:35:34 -0700146 <string name="pref_camera_advanced_feature_entry_stillmore">Still More</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800147
148 <!-- Auto exposure entry values. Do not translate. -->
Ivan Evlogievc8f22fe2014-03-21 15:53:36 -0700149 <string name="pref_camera_advanced_feature_value_none">none</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800150 <string name="pref_camera_advanced_feature_value_ubifocus_on">af-bracket-on</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700151 <string name="pref_camera_advanced_feature_value_refocus_on">re-focus-on</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800152 <string name="pref_camera_advanced_feature_value_chromaflash_on">chroma-flash-on</string>
153 <string name="pref_camera_advanced_feature_value_optizoom_on">opti-zoom-on</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530154 <string name="pref_camera_advanced_feature_value_FSSR_on">FSSR-on</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530155 <string name="pref_camera_advanced_feature_value_trueportrait_on">true-portrait-on</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530156 <string name="pref_camera_advanced_feature_value_multi_touch_focus_on">multi-touch-focus-on</string>
Shwetha Kotekar20248ae2015-03-10 13:35:34 -0700157 <string name="pref_camera_advanced_feature_value_stillmore_on">still-more-on</string>
158
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800159 <string name="pref_camera_advanced_feature_value_ubifocus_off">af-bracket-off</string>
Emilian Peevde5dd902014-03-17 16:34:20 -0700160 <string name="pref_camera_advanced_feature_value_refocus_off">re-focus-off</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800161 <string name="pref_camera_advanced_feature_value_chromaflash_off">chroma-flash-off</string>
162 <string name="pref_camera_advanced_feature_value_optizoom_off">opti-zoom-off</string>
Santhosh Kumar Thimmanna Bhattar22795c22014-10-15 15:14:45 +0530163 <string name="pref_camera_advanced_feature_value_FSSR_off">FSSR-off</string>
Sai Kumar Sanagavarapu5b88d562014-06-04 13:53:37 +0530164 <string name="pref_camera_advanced_feature_value_trueportrait_off">true-portrait-off</string>
Santhosh Kumar Thimmanna Bhattare6efb5b2014-10-15 15:31:06 +0530165 <string name="pref_camera_advanced_feature_value_multi_touch_focus_off">multi-touch-focus-off</string>
Shwetha Kotekar20248ae2015-03-10 13:35:34 -0700166 <string name="pref_camera_advanced_feature_value_stillmore_off">still-more-off</string>
Ajit Singh Solanki2e1e3f92013-11-07 01:56:47 -0800167
Sai Kumar Sanagavarapubf809d32014-10-01 20:44:47 +0530168 <!-- Manual exposure control entry values -->
169 <string name="pref_camera_manual_exp_title">Manual Exposure</string>
170 <string name="pref_camera_manual_exp_entry_ISO_priority">ISO priority</string>
171 <string name="pref_camera_manual_exp_entry_exptime_priority">Exposure time priority</string>
172 <string name="pref_camera_manual_exp_entry_user_setting">User setting</string>
173 <string name="pref_camera_manual_exp_entry_off">Off</string>
174
175 <string name="pref_camera_manual_exp_default">off</string>
176 <string name="pref_camera_manual_exp_value_ISO_priority">iso-priority</string>
177 <string name="pref_camera_manual_exp_value_exptime_priority">exp-time-priority</string>
178 <string name="pref_camera_manual_exp_value_user_setting">user-setting</string>
179 <string name="pref_camera_manual_exp_value_off">off</string>
180
181 <!-- Manual white balance entry values -->
182 <string name="pref_camera_manual_wb_title">Manual White balance</string>
183 <string name="pref_camera_manual_wb_entry_color_temperature">Color temperature</string>
184 <string name="pref_camera_manual_wb_entry_rbgb_gains">RBGB gains</string>
185 <string name="pref_camera_manual_wb_entry_off">Off</string>
186
187 <string name="pref_camera_manual_wb_default">off</string>
188 <string name="pref_camera_manual_wb_value_color_temperature">color-temperature</string>
189 <string name="pref_camera_manual_wb_value_rbgb_gains">rbgb-gains</string>
190 <string name="pref_camera_manual_wb_value_off">off</string>
191
192 <!-- Manual Focus entry values -->
193 <string name="pref_camera_manual_focus_title">Manual Focus</string>
194 <string name="pref_camera_manual_focus_entry_scale_mode">Scale mode</string>
195 <string name="pref_camera_manual_focus_entry_diopter_mode">Diopter mode</string>
196 <string name="pref_camera_manual_focus_entry_off">Off</string>
197
198 <string name="pref_camera_manual_focus_default">off</string>
199 <string name="pref_camera_manual_focus_value_scale_mode">scale-mode</string>
200 <string name="pref_camera_manual_focus_value_diopter_mode">diopter-mode</string>
201 <string name="pref_camera_manual_focus_value_off">off</string>
202
Jay Wang7efc8de2016-03-08 17:04:25 -0800203 <!-- Instant Capture entry -->
204 <string name="pref_camera_instant_capture_title" translatable="true">Instant Capture</string>
Jay Wang0abd7472016-04-04 19:05:21 -0700205 <string name="pref_camera_instant_capture_entry_aggressive_aec" translatable="true">Aggressive AEC</string>
206 <string name="pref_camera_instant_capture_entry_fast_aec" translatable="true">Fast AEC</string>
Jay Wang7efc8de2016-03-08 17:04:25 -0800207 <string name="pref_camera_instant_capture_entry_disable" translatable="true">Disable</string>
208
209 <!-- Instant Capture entry values -->
210 <string name="pref_camera_instant_capture_default" translatable="false">0</string>
Jay Wang0abd7472016-04-04 19:05:21 -0700211 <string name="pref_camera_instant_capture_value_aggressive_aec" translatable="false">1</string>
212 <string name="pref_camera_instant_capture_value_fast_aec" translatable="false">2</string>
Jay Wang7efc8de2016-03-08 17:04:25 -0800213 <string name="pref_camera_instant_capture_value_disable" translatable="false">0</string>
214
Alok Kediyaaed65252013-09-23 14:31:42 +0530215 <!-- Settings screen, ZSL location dialog choices -->
216 <string name="pref_camera_zsl_entry_off">Off</string>
217 <string name="pref_camera_zsl_entry_on">On</string>
218
219 <string name="pref_camera_zsl_value_off">off</string>
220 <string name="pref_camera_zsl_value_on">on</string>
221
Santhosh Kumar Thimmanna Bhattarb228ec62014-04-29 19:02:24 +0530222 <!-- The message is shown in toast when HDR or scene mode is enabled -->
223 <string name="hdr_enable_message">HDR is enabled, only Auto scene mode is supported</string>
224 <string name="scene_enable_message">HDR is not supported in the scene mode other than Auto</string>
225
Alok Kediyaaed65252013-09-23 14:31:42 +0530226 <!-- Settings screen, Video HDR location dialog choices -->
227 <string name="pref_camera_video_hdr_entry_off">Off</string>
228 <string name="pref_camera_video_hdr_entry_on">On</string>
229
230 <string name="pref_camera_video_hdr_value_off">off</string>
231 <string name="pref_camera_video_hdr_value_on">on</string>
232
Dimitar Borisov19656472014-09-24 17:32:06 +0300233 <!-- Settings screen, CDS location dialog choices -->
234 <string name="pref_camera_cds_entry_off">Off</string>
235 <string name="pref_camera_cds_entry_on">On</string>
236 <string name="pref_camera_cds_entry_auto">Auto</string>
237
238 <string name="pref_camera_cds_value_off">off</string>
239 <string name="pref_camera_cds_value_on">on</string>
240 <string name="pref_camera_cds_value_auto">auto</string>
241
242 <!-- Settings screen, video CDS location dialog choices -->
243 <string name="pref_camera_video_cds_entry_off">Off</string>
244 <string name="pref_camera_video_cds_entry_on">On</string>
245 <string name="pref_camera_video_cds_entry_auto">Auto</string>
246
247 <string name="pref_camera_video_cds_value_off">off</string>
248 <string name="pref_camera_video_cds_value_on">on</string>
249 <string name="pref_camera_video_cds_value_auto">auto</string>
250
251 <!-- Settings screen, TNR location dialog choices -->
252 <string name="pref_camera_tnr_entry_disable">Disable</string>
253 <string name="pref_camera_tnr_entry_enable">Enable</string>
254
255 <!-- Settings screen, TNR location dialog choices -->
256 <string name="pref_camera_tnr_value_off">off</string>
257 <string name="pref_camera_tnr_value_on">on</string>
258
259 <!-- Settings screen, video TNR location dialog choices -->
260 <string name="pref_camera_video_tnr_entry_disable">Disable</string>
261 <string name="pref_camera_video_tnr_entry_enable">Enable</string>
262
263 <!-- Settings screen, video TNR location dialog choices -->
264 <string name="pref_camera_video_tnr_value_off">off</string>
265 <string name="pref_camera_video_tnr_value_on">on</string>
266
Alok Kediyaaed65252013-09-23 14:31:42 +0530267 <!-- Settings screen, setting title text for Video HDR-->
268 <string name="pref_camera_video_hdr_title">Video HDR</string>
269
270 <string name="pref_camera_video_hdr_default" translatable="false">off</string>
271
Dimitar Borisov19656472014-09-24 17:32:06 +0300272 <!-- Settings menu, setting title text for cds mode-->
273 <string name="pref_camera_cds_title">CDS mode</string>
274
275 <!-- Settings menu, setting title text for video cds mode-->
276 <string name="pref_camera_video_cds_title">Video CDS mode</string>
277
278 <!-- Default cds mode setting-->
279 <string name="pref_camera_cds_default" translatable="false">on</string>
280
281 <!-- Default video cds mode setting-->
Guruprasad Gaonkara221bb62015-08-20 15:44:54 -0700282 <string name="pref_camera_video_cds_default" translatable="false">off</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300283
284 <!-- Settings menu, setting title text for tnr mode-->
285 <string name="pref_camera_tnr_title">TNR mode</string>
286
287 <!-- Settings menu, setting title text for video tnr mode-->
288 <string name="pref_camera_video_tnr_title">Video TNR mode</string>
289
290 <!-- Default tnr mode setting-->
291 <string name="pref_camera_tnr_default" translatable="false">off</string>
292
293 <!-- Default video tnr mode setting-->
Guruprasad Gaonkara221bb62015-08-20 15:44:54 -0700294 <string name="pref_camera_video_tnr_default" translatable="false">on</string>
Dimitar Borisov19656472014-09-24 17:32:06 +0300295
Alok Kediyaaed65252013-09-23 14:31:42 +0530296 <!-- Default face detection setting. -->
Byunghun Jeona19529b2014-10-13 18:34:37 -0700297 <string name="pref_camera_facedetection_default" translatable="false">off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530298
299 <!-- Settings screen, Select Face Detection -->
300 <string name="pref_camera_facedetection_title">Face Detection</string>
301
302 <!-- Settings menu, Face Detection choices -->
303 <string name="pref_camera_facedetection_entry_off">Off</string>
304 <string name="pref_camera_facedetection_entry_on">On</string>
305
Camera Software Integration4a07f922015-10-28 16:01:21 -0700306 <!-- Default Selfie Flash setting. -->
Camera Software Integration25a11b32015-12-17 11:19:15 -0800307 <string name="pref_selfie_flash_default" translatable="false">off</string>
Camera Software Integration4a07f922015-10-28 16:01:21 -0700308
309 <!-- Settings screen, Selfie Flash Detection -->
310 <string name="pref_selfie_flash_title">Selfie Flash</string>
311
312 <!-- Settings menu, Selfie Flash choices -->
313 <string name="pref_selfie_flash_entry_off">Off</string>
314 <string name="pref_selfie_flash_entry_on">On</string>
315
Alok Kediyaaed65252013-09-23 14:31:42 +0530316 <!-- Default redeye reduction setting. -->
317 <string name="pref_camera_redeyereduction_default" translatable="false">disable</string>
318
319 <!-- Settings screen, Select Redeye Reduction -->
320 <string name="pref_camera_redeyereduction_title">Redeye Reduction</string>
321
322 <!-- Settings menu, redeye reduction choices -->
323 <string name="pref_camera_redeyereduction_entry_enable">Enable</string>
324 <string name="pref_camera_redeyereduction_entry_disable">Disable</string>
Jack Yoo7d80bdb2016-07-13 14:49:22 -0700325
326 <string name="pref_camera_selfiemirror_default" translatable="false">disable</string>
327 <string name="pref_camera_selfiemirror_title" translatable="true">Selfie Mirror</string>
328 <string name="pref_camera_selfiemirror_entry_enable">Enable</string>
329 <string name="pref_camera_selfiemirror_entry_disable">Disable</string>
330
Jack Yoo79d4e6b2016-07-13 15:08:20 -0700331 <string name="pref_camera_shuttersound_default" translatable="false">enable</string>
332 <string name="pref_camera_shuttersound_title" translatable="true">Shutter Sound</string>
333 <string name="pref_camera_shuttersound_entry_enable">Enable</string>
334 <string name="pref_camera_shuttersound_entry_disable">Disable</string>
335
Alok Kediyaaed65252013-09-23 14:31:42 +0530336 <!-- Default mce setting. Do not translate. -->
337 <string name="pref_camera_mce_default">enable</string>
338
Suman Mukherjee1874e962014-03-27 13:08:38 +0530339 <!-- The message is shown in toast when the app encounters an unsupported selection for HFR/HSR mode -->
Camera Software Integration956aaa62015-11-10 10:06:42 -0800340 <string name="error_app_unsupported_hfr_selection">HFR/HSR is not supported for Image Stabilization/TimeLapse/HDR</string>
Suman Mukherjee1874e962014-03-27 13:08:38 +0530341
Alok Kediyaaed65252013-09-23 14:31:42 +0530342 <!-- The message is shown in dialog when the app encounters an unsupported resolution for HFR mode -->
343 <string name="error_app_unsupported_hfr">HFR is not supported for selected resolution</string>
344
Suman Mukherjee6a57e2b2014-04-21 11:35:44 +0530345 <!-- The message is shown in toast when the app encounters an unsupported resolution for DIS mode -->
Camera Software Integration956aaa62015-11-10 10:06:42 -0800346 <string name="error_app_unsupported_dis">Unsupported video resolution for Image Stabilization</string>
Suman Mukherjee6a57e2b2014-04-21 11:35:44 +0530347
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530348 <!-- The message is shown in dialog when the app
349 encounters an unsupported resolution for HSR mode -->
350 <string name="error_app_unsupported_hsr">
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530351 HSR is not supported for selected resolution
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530352 </string>
353
Alok Kediyaaed65252013-09-23 14:31:42 +0530354 <!-- The message is shown in dialog when the app encounters an unsupported video codec for HFR mode -->
355 <string name="error_app_unsupported_hfr_codec">Only H264 video encoding is supported when HFR is ON</string>
356
357 <!-- The message is shown in dialog when the app encounters an unsupported video resolution-->
358 <string name="error_app_unsupported">Unsupported video resolution for this encoder type</string>
359
Sai Kumar Sanagavarapu3e507032015-02-27 13:07:16 +0530360 <!-- The message is shown in dialog when the app encounters an unsupported video profile-->
361 <string name="error_app_unsupported_profile">Unsupported video profile</string>
362
Alok Kediyaaed65252013-09-23 14:31:42 +0530363 <!--The message is shown in dialog when the raw snapshot is selected in zsl mode-->
364 <string name="error_app_unsupported_raw">Raw picture format is not supported
Kerong Suib9680032014-04-04 11:13:50 +0800365 in zsl mode, change to JPEG
Alok Kediyaaed65252013-09-23 14:31:42 +0530366 </string>
367
Alok Kediyaaed65252013-09-23 14:31:42 +0530368 <!-- Settings screen, AE bracketing and HDR location dialog choices -->
369 <string name="pref_camera_ae_bracket_hdr_entry_ae_bracket">AE-Bracket</string>
370
371 <string name="pref_camera_ae_bracket_hdr_value_ae_bracket">AE-Bracket</string>
372
kaiyizdeb2a042014-07-09 17:27:13 +0800373 <string name="pref_camera_ae_bracket_hdr_title">AE-Bracket</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530374
375 <string name="pref_camera_ae_bracket_hdr_default" translatable="false">Off</string>
376
377 <string name="pref_camera_ae_bracket_hdr_entry_on">On</string>
378
379 <string name="pref_camera_ae_bracket_hdr_entry_off">Off</string>
380
381 <string name="err_app_unsupport_ae_bracket_code">no ae bracket support by Apps now</string>
382
383 <!-- The messsage shown if user selects a snapshot resolution lower than the current video size. -->
384 <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>
385
386 <!-- The messsage shown if user selects a snapshot resolution in low power mode. -->
387 <string name="snapshotsize_low_powermode">We do not support picture
388 resolution in Low Power Mode. Video size snapshot will be taken. Please
389 select High power mode for picture size.
390 </string>
391
392 <!-- The messsage shown if user tries to take snapshot during D1/QCIF resolution. -->
393 <string name="snapshot_qcif_and_d1">Only Video size snapshot supported for this resolution. </string>
394
395 <!-- Default hfr setting. Do not translate. -->
396 <string name="pref_camera_hfr_default">off</string>
397
398 <!-- Settings screen, Select hfr title -->
399 <string name="pref_camera_hfr_title">Video High FrameRate</string>
400
401 <!-- Settings screen, hfr radio button choices -->
402 <string name="pref_camera_hfr_entry_off">Off</string>
Vijay kumar Tumati2ff6c252014-02-10 16:10:09 +0530403 <string name="pref_camera_hfr_entry_2x">HFR 60</string>
404 <string name="pref_camera_hfr_entry_3x">HFR 90</string>
405 <string name="pref_camera_hfr_entry_4x">HFR 120</string>
Guruprasad Gaonkar786069c2015-02-28 19:19:47 -0800406 <string name="pref_camera_hfr_entry_8x">HFR 240</string>
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530407 <string name="pref_camera_hfr_entry_hsr_60">HSR 60</string>
408 <string name="pref_camera_hfr_entry_hsr_90">HSR 90</string>
409 <string name="pref_camera_hfr_entry_hsr_120">HSR 120</string>
Jay Wangf933f8a2016-02-09 17:04:31 -0800410 <string name="pref_camera_hfr_entry_hsr_240">HSR 240</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530411
412 <!-- HFR entry values. Do not translate. -->
413 <string name="pref_camera_hfr_value_off">off</string>
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530414 <string name="pref_camera_hfr_value_2x">hfr60</string>
415 <string name="pref_camera_hfr_value_3x">hfr90</string>
416 <string name="pref_camera_hfr_value_4x">hfr120</string>
Guruprasad Gaonkar786069c2015-02-28 19:19:47 -0800417 <string name="pref_camera_hfr_value_8x">hfr240</string>
Vijay kumar Tumatifd5878c2014-03-05 15:54:22 +0530418 <string name="pref_camera_hfr_value_hsr_60">hsr60</string>
419 <string name="pref_camera_hfr_value_hsr_90">hsr90</string>
420 <string name="pref_camera_hfr_value_hsr_120">hsr120</string>
Jay Wangf933f8a2016-02-09 17:04:31 -0800421 <string name="pref_camera_hfr_value_hsr_240">hsr240</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530422
Neelam Abhinav Karthik01076672015-07-29 11:29:17 -0700423 <!-- Default noise reduction setting. Do not translate. -->
424 <string name="pref_camera_noise_reduction_default">off</string>
425
426 <!-- Settings screen, Select See More title -->
427 <string name="pref_camera_noise_reduction_title">Noise Reduction</string>
428
429 <!-- Settings screen, see more radio button choices -->
430 <string name="pref_camera_noise_reduction_entry_off">Off</string>
431 <string name="pref_camera_noise_reduction_entry_fast">Fast</string>
432 <string name="pref_camera_noise_reduction_entry_high_quality">High Quality</string>
433
434 <!-- see more entry values. Do not translate. -->
435 <string name="pref_camera_noise_reduction_value_off">off</string>
436 <string name="pref_camera_noise_reduction_value_fast">fast</string>
437 <string name="pref_camera_noise_reduction_value_high_quality">high-quality</string>
438
Santhosh Kumar Thimmanna Bhattar48b9c1b2014-10-15 15:07:08 +0530439 <!-- Default see more setting. Do not translate. -->
440 <string name="pref_camera_see_more_default">off</string>
441
442 <!-- Settings screen, Select See More title -->
443 <string name="pref_camera_see_more_title">See More</string>
444
445 <!-- Settings screen, see more radio button choices -->
446 <string name="pref_camera_see_more_entry_off">Off</string>
447 <string name="pref_camera_see_more_entry_on">On</string>
448
449 <!-- see more entry values. Do not translate. -->
450 <string name="pref_camera_see_more_value_off">off</string>
451 <string name="pref_camera_see_more_value_on">on</string>
452
Alok Kediyaaed65252013-09-23 14:31:42 +0530453 <!-- Denoise Settings screen, setting title text -->
454 <string name="pref_camera_denoise_title">Wavelet Denoise Mode</string>
455 <string name="pref_camera_denoise_default" translatable="false">denoise-on</string>
456
457 <!-- Denoise Settings screen, Record location dialog choices -->
458 <string name="pref_camera_denoise_entry_off">Off</string>
459 <string name="pref_camera_denoise_entry_on">On</string>
460
461 <!-- Default iso setting. Do not translate. -->
462 <string name="pref_camera_iso_default">auto</string>
463
464 <!-- Settings screen, Select Iso title -->
Byunghun Jeon518955c2015-07-09 15:04:46 -0700465 <string name="pref_camera_iso_title">ISO</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530466
467 <!-- Settings screen, ISO dialog radio button choices -->
468 <string name="pref_camera_iso_entry_auto">Auto</string>
469 <string name="pref_camera_iso_entry_isodeblur">ISO Auto(HJR)</string>
470 <string name="pref_camera_iso_entry_iso100">ISO100</string>
471 <string name="pref_camera_iso_entry_iso200">ISO200</string>
472 <string name="pref_camera_iso_entry_iso400">ISO400</string>
473 <string name="pref_camera_iso_entry_iso800">ISO800</string>
474 <string name="pref_camera_iso_entry_iso1600">ISO1600</string>
475
476 <!-- ISO entry values. Do not translate. -->
477 <string name="pref_camera_iso_value_auto">auto</string>
478 <string name="pref_camera_iso_value_isodeblur">ISO_HJR</string>
479 <string name="pref_camera_iso_value_iso100">ISO100</string>
480 <string name="pref_camera_iso_value_iso200">ISO200</string>
481 <string name="pref_camera_iso_value_iso400">ISO400</string>
482 <string name="pref_camera_iso_value_iso800">ISO800</string>
483 <string name="pref_camera_iso_value_iso1600">ISO1600</string>
484
485 <!-- Settings screen, Anti Banding title -->
486 <string name="pref_camera_antibanding_title">Anti Banding</string>
487
488 <!-- Default Anti Banding setting. -->
489 <string name="pref_camera_antibanding_default">off</string>
490
491 <!-- Settings screen, Anti Banding entries -->
492 <string name="pref_camera_antibanding_entry_0">Off</string>
493 <string name="pref_camera_antibanding_entry_1">50 Hz</string>
494 <string name="pref_camera_antibanding_entry_2">60 Hz</string>
495 <string name="pref_camera_antibanding_entry_3">Auto</string>
496
497 <!-- Default color effect setting. -->
498 <string name="pref_camera_coloreffect_default" translatable="false">none</string>
Jack Yoo5cca0e82015-12-17 16:53:36 -0800499 <string name="pref_camera_filter_mode_entry_on">On</string>
500 <string name="pref_camera_filter_mode_entry_off">Off</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530501
502 <!-- Settings screen, Select Color effect title -->
Jack Yoo5cca0e82015-12-17 16:53:36 -0800503 <string name="pref_camera_coloreffect_title">Color effect Level</string>
504 <string name="pref_camera_filter_mode_title">Color effect Mode</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530505
506 <!-- Settings screen, Color effect dialog radio button choices -->
507 <string name="pref_camera_coloreffect_entry_none">None</string>
508 <string name="pref_camera_coloreffect_entry_mono">Mono</string>
509 <string name="pref_camera_coloreffect_entry_sepia">Sepia</string>
510 <string name="pref_camera_coloreffect_entry_negative">Negative</string>
511 <!-- Color effect that overexposes and reverses some of the tones. -->
512 <string name="pref_camera_coloreffect_entry_solarize">Solarize</string>
513 <string name="pref_camera_coloreffect_entry_posterize">Posterize</string>
514 <string name="pref_camera_coloreffect_entry_aqua">Aqua</string>
515 <string name="pref_camera_coloreffect_entry_emboss">Emboss</string>
516 <string name="pref_camera_coloreffect_entry_sketch">Sketch</string>
517 <string name="pref_camera_coloreffect_entry_neon">Neon</string>
518 <string name="pref_camera_coloreffect_entry_pastel">Pastel</string>
519 <string name="pref_camera_coloreffect_entry_mosaic">Mosaic</string>
520 <string name="pref_camera_coloreffect_entry_redtint">Red tint</string>
521 <string name="pref_camera_coloreffect_entry_bluetint">Blue tint</string>
522 <string name="pref_camera_coloreffect_entry_greentint">Green tint</string>
523
524 <!-- Default Touch AF/AEC setting. Do not translate. -->
525 <string name="pref_camera_touchafaec_default">touch-on</string>
526
527 <!-- Settings screen, Select Touch AF/AEC title -->
528 <string name="pref_camera_touchafaec_title">Touch AF/AEC</string>
529
530 <!-- Settings screen, Touch AF/AEC dialog radio button choices -->
531 <string name="pref_camera_touchafaec_entry_off">Off</string>
532 <string name="pref_camera_touchafaec_entry_on">On</string>
533
Emilian Peev07f5e182014-03-12 15:40:39 -0700534 <!-- Select IS title -->
Camera Software Integration956aaa62015-11-10 10:06:42 -0800535 <string name="pref_camera_dis_title">Image Stabilization</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530536 <string name="pref_camera_dis_default">disable</string>
537
538 <!-- DIS choices -->
539 <string name="pref_camera_dis_entry_off">Off</string>
540 <string name="pref_camera_dis_entry_on">On</string>
541
Dimitar Borisova5c2a742014-10-06 18:38:12 +0300542 <string name="pref_camera_dis_value_disable">disable</string>
543 <string name="pref_camera_dis_value_enable">enable</string>
544
Alok Kediyaaed65252013-09-23 14:31:42 +0530545 <!-- Select Face Recognition title -->
546 <string name="pref_camera_facerc_title">Face Recognition</string>
547
548 <string name="pref_camera_facerc_default">off</string>
549
550 <!-- Face Recognition choices -->
551 <string name="pref_camera_facerc_entry_off">Off</string>
552 <string name="pref_camera_facerc_entry_on">On</string>
553
554 <!-- Settings screen, Multiple levels entries -->
555 <string name="pref_camera_sharpness_entry_level0">Level 0</string>
556 <string name="pref_camera_sharpness_entry_level1">Level 1</string>
557 <string name="pref_camera_sharpness_entry_level2">Level 2(Default)</string>
558 <string name="pref_camera_sharpness_entry_level3">Level 3</string>
559 <string name="pref_camera_sharpness_entry_level4">Level 4</string>
560 <string name="pref_camera_sharpness_entry_level5">Level 5</string>
561 <string name="pref_camera_sharpness_entry_level6">Level 6</string>
562
563 <!-- Settings screen, Multiple levels entries -->
564 <string name="pref_camera_contrast_entry_level0">Level 0</string>
565 <string name="pref_camera_contrast_entry_level1">Level 1</string>
566 <string name="pref_camera_contrast_entry_level2">Level 2</string>
567 <string name="pref_camera_contrast_entry_level3">Level 3</string>
568 <string name="pref_camera_contrast_entry_level4">Level 4</string>
569 <string name="pref_camera_contrast_entry_level5">Level 5(Default)</string>
570 <string name="pref_camera_contrast_entry_level6">Level 6</string>
571 <string name="pref_camera_contrast_entry_level7">Level 7</string>
572 <string name="pref_camera_contrast_entry_level8">Level 8</string>
573 <string name="pref_camera_contrast_entry_level9">Level 9</string>
574 <string name="pref_camera_contrast_entry_level10">Level 10</string>
575
576 <!-- Settings screen, Multiple levels entries -->
577 <string name="pref_camera_saturation_entry_level0">Level 0</string>
578 <string name="pref_camera_saturation_entry_level1">Level 1</string>
579 <string name="pref_camera_saturation_entry_level2">Level 2</string>
580 <string name="pref_camera_saturation_entry_level3">Level 3</string>
581 <string name="pref_camera_saturation_entry_level4">Level 4</string>
582 <string name="pref_camera_saturation_entry_level5">Level 5(Default)</string>
583 <string name="pref_camera_saturation_entry_level6">Level 6</string>
584 <string name="pref_camera_saturation_entry_level7">Level 7</string>
585 <string name="pref_camera_saturation_entry_level8">Level 8</string>
586 <string name="pref_camera_saturation_entry_level9">Level 9</string>
587 <string name="pref_camera_saturation_entry_level10">Level 10</string>
588
589 <!-- Default sharpness setting. Do not translate. -->
590 <string name="pref_camera_sharpness_default">2</string>
591
592 <!-- Settings screen, Select sharpness title -->
593 <string name="pref_camera_sharpness_title">Sharpness</string>
594
595 <!-- Default contrast setting. Do not translate. -->
596 <string name="pref_camera_contrast_default">5</string>
597
598 <!-- Settings screen, Select contrast title -->
599 <string name="pref_camera_contrast_title">Contrast</string>
600
601 <!-- Default saturation setting. Do not translate. -->
602 <string name="pref_camera_saturation_default">5</string>
603
604 <!-- Settings screen, Select saturation title -->
605 <string name="pref_camera_saturation_title">Saturation</string>
606
607 <!-- Default picture quality setting. See
608 pref_camera_jpegquality_entryvalues for possible values -->
Likai Ding49db8312015-10-15 11:15:31 +0800609 <string name="pref_camera_jpegquality_default" translatable="false">85</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530610
611 <!-- Default Picture format setting. Do not translate. -->
612 <string name="pref_camera_picture_format_default">jpeg</string>
613
614 <!-- Settings screen, Select Picture format title -->
615 <string name="pref_camera_picture_format_title">Select Picture Format</string>
616
617 <!-- Settings screen, picture format dialog radio button choices -->
618 <string name="pref_camera_picture_format_entry_jpeg">Jpeg</string>
619 <string name="pref_camera_picture_format_entry_raw">Raw</string>
620 <string name="pref_camera_picture_format_entry_raw_yuv_422_sp">YUV422SP</string>
621 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yuyv">YUVRaw8YUYV</string>
622 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_yvyu">YUVRaw8YVYU</string>
623 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_uyvy">YUVRaw8UYVY</string>
624 <string name="pref_camera_picture_format_entry_raw_yuv_8bit_vyuy">YUVRaw8VYUY</string>
625 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8gbrg">BayerQ8GBRG</string>
626 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8grbg">BayerQ8GRBG</string>
627 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8rggb">BayerQ8RGGB</string>
628 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_8bggr">BayerQ8BGRR</string>
629 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10gbrg">BayerQ10GBRG</string>
630 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10grbg">BayerQ10GRBG</string>
631 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10rggb">BayerQ10RGGB</string>
632 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_10bggr">BayerQ10BGGR</string>
633 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12gbrg">BayerQ12GBRG</string>
634 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12grbg">BayerQ12GRBG</string>
635 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12rggb">BayerQ12RGGB</string>
636 <string name="pref_camera_picture_format_entry_raw_bayer_qcom_12bggr">BayerQ12BGGR</string>
637 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8gbrg">BayerM8GBRG</string>
638 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8grbg">BayerM8GRBG</string>
639 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8rggb">BayerM8RGGB</string>
640 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_8bggr">BayerM8BGGR</string>
641 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10gbrg">BayerM10GBRG</string>
642 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10grbg">BayerM10GRBG</string>
643 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10rggb">BayerM10RGGB</string>
644 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_10bggr">BayerM10BGGR</string>
645 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12gbrg">BayerM12GBRG</string>
646 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12grbg">BayerM12GRBG</string>
647 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12rggb">BayerM12RGGB</string>
648 <string name="pref_camera_picture_format_entry_raw_bayer_mipi_12bggr">BayerM12BGGR</string>
649 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8gbrg">BayerIQ8GBRG</string>
650 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8grbg">BayerIQ8GRBG</string>
651 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8rggb">BayerIQ8RGGB</string>
652 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_8bggr">BayerIQ8BGGR</string>
653 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10gbrg">BayerIQ10GBRG</string>
654 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10grbg">BayerIQ10GRBG</string>
655 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10rggb">BayerIQ10RGGB</string>
656 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_10bggr">BayerIQ10BGGR</string>
657 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12gbrg">BayerIQ12GBRG</string>
658 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12grbg">BayerIQ12GRBG</string>
659 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12rggb">BayerIQ12RGGB</string>
660 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_qcom_12bggr">BayerIQ12BGGR</string>
661 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8gbrg">BayerIM8GBRG</string>
662 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8grbg">BayerIM8GRBG</string>
663 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8rggb">BayerIM8RGGB</string>
664 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_8bggr">BayerIM8BGGR</string>
665 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10gbrg">BayerIM10GBRG</string>
666 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10grbg">BayerIM10GRBG</string>
667 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10rggb">BayerIM10rggb</string>
668 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_10bggr">BayerIM8bggr</string>
669 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12gbrg">BayerIM12gbrg</string>
670 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12grbg">BayerIM12grbg</string>
671 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12rggb">BayerIM12rggb</string>
672 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_mipi_12bggr">BayerIM12bggr</string>
673 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8gbrg">BayerIP88gbrg</string>
674 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8grbg">BayerIP88grbg</string>
675 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8rggb">BayerIP88rggb</string>
676 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain8_8bggr">BayerIP88bggr</string>
677 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8gbrg">BayerIP168gbrg</string>
678 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8grbg">BayerIP168grbg</string>
679 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8rggb">BayerIP168rggb</string>
680 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_8bggr">BayerIP168bggr</string>
681 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10gbrg">BayerIP1610gbrg</string>
682 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10grbg">BayerIP1610grbg</string>
683 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10rggb">BayerIP1610rggb</string>
684 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_10bggr">BayerIP1610bggr</string>
685 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12gbrg">BayerIP1612gbrg</string>
686 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12grbg">BayerIP1612grbg</string>
687 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12rggb">BayerIP1612rggb</string>
688 <string name="pref_camera_picture_format_entry_raw_bayer_ideal_plain16_12bggr">BayerIP1612bggr</string>
689
690 <!-- Picture format entry values. Do not translate. -->
691 <string name="pref_camera_picture_format_value_jpeg">jpeg</string>
692 <string name="pref_camera_picture_format_value_raw">raw</string>
693 <string name="pref_camera_picture_format_value_raw_yuv_422_sp">yuv422sp</string>
694 <string name="pref_camera_picture_format_value_raw_yuv_8bit_yuyv">yuv-raw8-yuyv</string>
695 <string name="pref_camera_picture_format_value_raw_yuv_8bit_yvyu">yuv-raw8-yvyu</string>
696 <string name="pref_camera_picture_format_value_raw_yuv_8bit_uyvy">yuv-raw8-uyvy</string>
697 <string name="pref_camera_picture_format_value_raw_yuv_8bit_vyuy">yuv-raw8-vyuy</string>
698 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8gbrg">bayer-qcom-8gbrg</string>
699 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8grbg">bayer-qcom-8grbg</string>
700 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8rggb">bayer-qcom-8rggb</string>
701 <string name="pref_camera_picture_format_value_raw_bayer_qcom_8bggr">bayer-qcom-8bgrr</string>
702 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10gbrg">bayer-qcom-10gbrg</string>
703 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10grbg">bayer-qcom-10grbg</string>
704 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10rggb">bayer-qcom-10rggb</string>
705 <string name="pref_camera_picture_format_value_raw_bayer_qcom_10bggr">bayer-qcom-10bggr</string>
706 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12gbrg">bayer-qcom-12gbrg</string>
707 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12grbg">bayer-qcom-12grbg</string>
708 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12rggb">bayer-qcom-12rggb</string>
709 <string name="pref_camera_picture_format_value_raw_bayer_qcom_12bggr">bayer-qcom-12bggr</string>
710 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8gbrg">bayer-mipi-8gbrg</string>
711 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8grbg">bayer-mipi-8grbg</string>
712 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8rggb">bayer-mipi-8rggb</string>
713 <string name="pref_camera_picture_format_value_raw_bayer_mipi_8bggr">bayer-mipi-8bggr</string>
714 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10gbrg">bayer-mipi-10gbrg</string>
715 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10grbg">bayer-mipi-10grbg</string>
716 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10rggb">bayer-mipi-10rggb</string>
717 <string name="pref_camera_picture_format_value_raw_bayer_mipi_10bggr">bayer-mipi-10bggr</string>
718 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12gbrg">bayer-mipi-12gbrg</string>
719 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12grbg">bayer-mipi-12grbg</string>
720 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12rggb">bayer-mipi-12rggb</string>
721 <string name="pref_camera_picture_format_value_raw_bayer_mipi_12bggr">bayer-mipi-12bggr</string>
722 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8gbrg">bayer-ideal-qcom-8gbrg</string>
723 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8grbg">bayer-ideal-qcom-8grbg</string>
724 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8rggb">bayer-ideal-qcom-8rggb</string>
725 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_8bggr">bayer-ideal-qcom-8bggr</string>
726 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10gbrg">bayer-ideal-qcom-10gbrg</string>
727 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10grbg">bayer-ideal-qcom-10grbg</string>
728 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10rggb">bayer-ideal-qcom-10rggb</string>
729 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_10bggr">bayer-ideal-qcom-10bggr</string>
730 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12gbrg">bayer-ideal-qcom-12gbrg</string>
731 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12grbg">bayer-ideal-qcom-12grbg</string>
732 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12rggb">bayer-ideal-qcom-12rggb</string>
733 <string name="pref_camera_picture_format_value_raw_bayer_ideal_qcom_12bggr">bayer-ideal-qcom-12bggr</string>
734 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8gbrg">bayer-ideal-mipi-8gbrg</string>
735 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8grbg">bayer-ideal-mipi-8grbg</string>
736 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8rggb">bayer-ideal-mipi-8rggb</string>
737 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_8bggr">bayer-ideal-mipi-8bggr</string>
738 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10gbrg">bayer-ideal-mipi-10gbrg</string>
739 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10grbg">bayer-ideal-mipi-10grbg</string>
740 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10rggb">bayer-ideal-mipi-10rggb</string>
741 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_10bggr">bayer-ideal-mipi-8bggr</string>
742 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12gbrg">bayer-ideal-mipi-12gbrg</string>
743 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12grbg">bayer-ideal-mipi-12grbg</string>
744 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12rggb">bayer-ideal-mipi-12rggb</string>
745 <string name="pref_camera_picture_format_value_raw_bayer_ideal_mipi_12bggr">bayer-ideal-mipi-12bggr</string>
746 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8gbrg">bayer-ideal-plain8-8gbrg</string>
747 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8grbg">bayer-ideal-plain8-8grbg</string>
748 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8rggb">bayer-ideal-plain8-8rggb</string>
749 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain8_8bggr">bayer-ideal-plain8-8bggr</string>
750 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8gbrg">bayer-ideal-plain16-8gbrg</string>
751 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8grbg">bayer-ideal-plain16-8grbg</string>
752 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8rggb">bayer-ideal-plain16-8rggb</string>
753 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_8bggr">bayer-ideal-plain16-8bggr</string>
754 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10gbrg">bayer-ideal-plain16-10gbrg</string>
755 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10grbg">bayer-ideal-plain16-10grbg</string>
756 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10rggb">bayer-ideal-plain16-10rggb</string>
757 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_10bggr">bayer-ideal-plain16-10bggr</string>
758 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12gbrg">bayer-ideal-plain16-12gbrg</string>
759 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12grbg">bayer-ideal-plain16-12grbg</string>
760 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12rggb">bayer-ideal-plain16-12rggb</string>
761 <string name="pref_camera_picture_format_value_raw_bayer_ideal_plain16_12bggr">bayer-ideal-plain16-12bggr</string>
762 <!-- Settings screen, Picture quality title -->
763 <string name="pref_camera_jpegquality_title">Picture quality</string>
764
765 <!-- Settings screen, Picture quality dialog radio button choices -->
likaid3ec8fb42015-09-24 17:02:54 +0800766 <string name="pref_camera_jpegquality_entry_0">Low</string>
767 <string name="pref_camera_jpegquality_entry_1">Standard</string>
768 <string name="pref_camera_jpegquality_entry_2">High</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530769
770 <!-- Default auto histogram setting. Do not translate. -->
771 <string name="pref_camera_histogram_default">disable</string>
772
773 <!-- Settings screen, Select Histogram title -->
774 <string name="pref_camera_histogram_title">Histogram</string>
775
776 <!-- Settings screen, Histogram radio button choices -->
777 <string name="pref_camera_histogram_entry_enable">Enable</string>
778 <string name="pref_camera_histogram_entry_disable">Disable</string>
779
780 <!-- Histogram entry values. Do not translate. -->
781 <string name="pref_camera_histogram_value_enable">enable</string>
782 <string name="pref_camera_histogram_value_disable">disable</string>
783
784 <string name="pref_camera_picturesize_entry_1920x1080">HD1080</string>
785 <string name="pref_camera_picturesize_entry_1280x768">WXGA</string>
786 <string name="pref_camera_picturesize_entry_1280x720">HD720</string>
787 <string name="pref_camera_picturesize_entry_800x600">SVGA</string>
788 <string name="pref_camera_picturesize_entry_800x480">WVGA</string>
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700789 <string name="pref_camera_picturesize_entry_960x720">960 x 720</string>
790 <string name="pref_camera_picturesize_entry_720x480">720 x 480</string>
Alok Kediyaaed65252013-09-23 14:31:42 +0530791 <string name="pref_camera_picturesize_entry_352x288">CIF</string>
792 <string name="pref_camera_picturesize_entry_176x144">QCIF</string>
793
794 <string name="pref_camera_focusmode_entry_normal">Normal</string>
795 <string name="pref_camera_focusmode_entry_continuous">CAF</string>
796
797 <string name="pref_camera_scenemode_entry_asd">ASD</string>
798 <!-- Scene mode that takes an image with as little noise as possible so details of the subject are maintained. -->
799 <string name="pref_camera_scenemode_entry_portrait">Portrait</string>
800 <!-- Scene mode that takes an image of a landscape assuming all subjects are relatively far from the phone. -->
801 <string name="pref_camera_scenemode_entry_landscape">Landscape</string>
802
803 <!-- Scene mode that takes night shots with long exposure and flash to illuminate the subject while still capturing darker detail in the background. -->
804 <string name="pref_camera_scenemode_entry_night_portrait">Night Portrait</string>
805 <!-- Scene mode to be used in a stage show. -->
806 <string name="pref_camera_scenemode_entry_theatre">Theatre</string>
807 <!-- Scene mode optimized for taking images on the beach. -->
808 <string name="pref_camera_scenemode_entry_beach">Beach</string>
809 <!-- Scene mode optimized for taking images in the snow. -->
810 <string name="pref_camera_scenemode_entry_snow">Snow</string>
811
812 <!-- Scene mode for taking a photo as sharp as possible. -->
813 <string name="pref_camera_scenemode_entry_steadyphoto">Steady Photo</string>
814 <!-- Scene mode optimized for taking images of fireworks. -->
815 <string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
816 <!-- Scene mode optimized for taking images during sports . -->
817 <string name="pref_camera_scenemode_entry_sports">Sports</string>
818 <!-- Scene mode optimized for capturing the naturally warm color of scenes lit by candles. [CHAR LIMIT=16] -->
819 <string name="pref_camera_scenemode_entry_candlelight">Candlelight</string>
820 <!-- Scene mode for taking a photo with backlight. -->
821 <string name="pref_camera_scenemode_entry_backlight">Backlight</string>
822 <!-- Scene mode optimized for taking images of flowers. -->
823 <string name="pref_camera_scenemode_entry_flowers">Flowers</string>
824 <!-- Scene mode optimized for taking images of AR. -->
825 <string name="pref_camera_scenemode_entry_ar">AR</string>
826
827 <!-- Default auto scene detection setting. -->
828 <string name="pref_camera_scenedetect_default" translatable="false">off</string>
829
830 <!-- Settings screen, Select Auto Scene Detection -->
831 <string name="pref_camera_scenedetect_title">Auto Scene Detection</string>
832
833 <!-- Settings menu, auto scene detection choices -->
834 <string name="pref_camera_scenedetect_entry_off">Off</string>
835 <!-- Scene detection set to on - supports backlight and snow cloudy detection. -->
836 <string name="pref_camera_scenedetect_entry_on">On</string>
837
838 <!-- Toast showing error if invalid size selected for time lapse [CHAR LIMIT=65] -->
839 <string name="time_lapse_error">Invalid video-size for time-lapse recording.</string>
840
Byunghun Jeon7a123a72015-10-06 14:50:11 -0700841 <string name="pref_camera_videosnapsize_default" translatable="false">auto</string>
Fei Zhang28bcccd2014-03-27 13:55:24 +0800842
843 <!-- longshot value -->
844 <string name="pref_camera_longshot_default" translatable="false">off</string>
845 <string name="pref_camera_longshot_title">Continuous Shot</string>
Fei Zhang3d391b52014-06-04 14:51:41 +0800846 <string name="msg_cancel_longshot_for_limited_memory">run out of memory, canceling longshot</string>
Suman Mukherjeede8bbe72014-05-22 13:35:24 +0530847
848 <!-- Toast showing non-supported functionality for flash in AE bracket -->
849 <string name="flash_aebracket_message">Flash is not supported in AE-Bracket Mode</string>
850
Abhishek Pantcb4748b2013-12-04 15:51:48 +0530851 <!-- Settings screen, setting title text for Auto HDR-->
852 <string name="pref_camera_auto_hdr_title">AUTO HDR</string>
853 <string name="pref_camera_auto_hdr_default" translatable="false">
854 disable</string>
855
856 <!-- Settings screen, Auto HDR location dialog choices -->
857 <string name="pref_camera_auto_hdr_entry_enable">Enable</string>
858 <string name="pref_camera_auto_hdr_entry_disable">Disable</string>
859 <string name="pref_camera_auto_hdr_value_enable">enable</string>
860 <string name="pref_camera_auto_hdr_value_disable">disable</string>
kaiyizde529662014-07-21 16:47:27 +0800861
862 <!-- toast message for storage location switch -->
863 <string name="on_switch_save_path_to_sdcard">Internal storage space is not enough - switched save path to SD card</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300864
Sunid Wilson3ef0f9e2014-08-24 19:00:13 -0700865 <string name="pref_camera_hdr_mode_default">hdr-mode-multiframe</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300866
867 <!-- Settings screen, Selectable HDR mode title -->
868 <string name="pref_camera_hdr_mode_title">HDR Mode</string>
869
870 <!-- Settings screen, Selectable HDR mode radio button choices -->
871 <string name="pref_camera_hdr_mode_entry_sensor">Sensor HDR</string>
872 <string name="pref_camera_hdr_mode_entry_multi_frame">Multi-frame HDR</string>
873
Ivan Evlogievec449be2014-09-11 13:31:11 +0300874 <!-- HDR mode entry values. Do not translate. -->
875 <string name="pref_hdr_mode_value_sensor">hdr-mode-sensor</string>
876 <string name="pref_hdr_mode_value_multi_frame">hdr-mode-multiframe</string>
877
878 <!-- Settings screen, Selectable HDR need 1x frame default value -->
kaiyiz6cebf7d2014-11-17 18:12:40 +0800879 <string name="pref_camera_hdr_need_1x_default">@string/pref_hdr_need_1x_value_true</string>
Ivan Evlogievec449be2014-09-11 13:31:11 +0300880
881 <!-- Settings screen, Selectable HDR need 1x frame title -->
882 <string name="pref_camera_hdr_need_1x_title">HDR need 1x frame</string>
883
884 <!-- Settings screen, Selectable HDR need 1x frame radio button choices -->
kaiyiz6cebf7d2014-11-17 18:12:40 +0800885 <string name="pref_camera_hdr_need_1x_entry_false">@string/setting_off</string>
886 <string name="pref_camera_hdr_need_1x_entry_true">@string/setting_on</string>
Ivan Evlogievec449be2014-09-11 13:31:11 +0300887
888 <!-- HDR need 1x frame entry values. Do not translate. -->
889 <string name="pref_hdr_need_1x_value_false">false</string>
890 <string name="pref_hdr_need_1x_value_true">true</string>
Ivan Evlogiev73c0fb72014-08-14 11:47:07 +0300891
Apurva Rajgurue07e72a2014-07-23 16:35:54 -0700892 <!--Default video rotation setting-->
893 <string name="pref_camera_video_rotation_default" translatable="false">0</string>
894
895 <!--Settings screen, video rotation title-->
896 <string name="pref_camera_video_rotation_title">Video Rotation</string>
897
898 <!--Menu, video rotation label-->
899 <string name="pref_camera_video_rotation_label">VIDEO ROTATION</string>
900
901 <!-- Settings screen, Video rotation dialog radio button choices -->
902 <string name="pref_camera_video_rotation_entry_0">0</string>
903 <string name="pref_camera_video_rotation_entry_90">90</string>
904 <string name="pref_camera_video_rotation_entry_180">180</string>
905 <string name="pref_camera_video_rotation_entry_270">270</string>
Santhosh Kumar Thimmanna Bhattarf94401f2014-10-15 12:39:00 +0530906
kaiyiz10110372014-11-27 10:36:48 +0800907 <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
908 <string name="map_activity_not_found_err">There is no map app for show location.</string>
909
Santhosh Kumar Thimmanna Bhattarf94401f2014-10-15 12:39:00 +0530910 <!-- Continous shot enable message -->
911 <string name="longshot_enable_message">
912 Advance features are not supported in continuous shot mode</string>
913 <!-- Advance features enable message -->
914 <string name="advance_feature_enable_msg">
915 Continuous shot is not supported when advance features are enabled</string>
916
Jing (Mia) Wangdfbca432014-12-10 09:34:04 +0800917 <!-- The alas of CameraActivity for gesture operation -->
918 <string name="camera_gesture_title">Launch camera</string>
Zhang Zhenzhend4fb8ed2015-03-10 16:31:41 +0800919 <string name="pref_camera_tsmakeup_title">Beautification</string>
920 <string name="pref_camera_tsmakeup_entry_on">On</string>
921 <string name="pref_camera_tsmakeup_entry_off">Off</string>
likaiddbdcb432015-09-06 10:11:20 +0800922 <string name="pref_camera_tsmakeup_entry_low">Low</string>
923 <string name="pref_camera_tsmakeup_entry_mid">Mid</string>
924 <string name="pref_camera_tsmakeup_entry_high">High</string>
Zhang Zhenzhend4fb8ed2015-03-10 16:31:41 +0800925 <string name="pref_camera_tsmakeup_default" translatable="false">Off</string>
926 <string name="pref_camera_tsmakeup_level_default" translatable="false">60</string>
927 <string name="pref_camera_tsmakeup_custom">Custom</string>
928 <string name="pref_camera_tsmakeup_level_whiten">Whiten</string>
929 <string name="pref_camera_tsmakeup_level_clean">Soften</string>
930 <string name="text_tsmakeup_alert_title">Warning</string>
931 <string name="text_tsmakeup_alert_msg">The beautification must turn on Face Detection, Continue or Quit?</string>
932 <string name="text_tsmakeup_alert_continue">Continue</string>
933 <string name="text_tsmakeup_alert_quit">Quit</string>
Jay Wang7e8f0962016-03-08 18:13:04 -0800934 <string name="text_tsmakeup_beautify_toast" translatable="true">Beautify</string>
Likai Ding762b4352014-12-10 18:09:27 +0800935
936 <string name="all_in_focus">All in Focus</string>
Likai Dingc58ac9b2015-04-27 14:21:31 +0800937 <string name="refocus_toast">To re-focus last photo, tap here</string>
Likai Ding42655222015-08-21 07:04:15 +0800938 <string name="refocus_prompt_title">UbiFocus</string>
939 <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>
Sai Kumar Sanagavarapua70d2692015-03-20 11:50:19 +0530940
941 <string name="camera_thermal_shutdown">Phone overheated, closing camera.</string>
942 <string name="camera_server_died">Media server died, closing camera.</string>
943 <string name="camera_unknown_error">Unknown error, closing camera.</string>
Camera Software Integration488679f2015-10-30 10:13:25 -0700944
945 <string name="mute_button_desc">Mute Button</string>
Jack Yoo90113022016-03-09 12:44:54 -0800946
947 <!-- Help menu strings -->
948 <string name="help_menu_ok" translatable="true">OK</string>
949 <string name="help_menu_scene_mode_1" translatable="true">Select a</string>
950 <string name="help_menu_scene_mode_2" translatable="true">Scene Mode</string>
951 <string name="help_menu_scene_mode_3" translatable="true">for better pictures</string>
952 <string name="help_menu_color_filter_1" translatable="true">Apply color</string>
953 <string name="help_menu_color_filter_2" translatable="true">filters</string>
954 <string name="help_menu_color_filter_3" translatable="true">to</string>
955 <string name="help_menu_color_filter_4" translatable="true">improve pictures</string>
956 <string name="help_menu_beautify_1" translatable="true">Enhance portraits</string>
957 <string name="help_menu_beautify_2" translatable="true">with the</string>
958 <string name="help_menu_beautify_3" translatable="true">Beautify feature</string>
959 <string name="help_menu_switcher_1" translatable="true">Switch</string>
960 <string name="help_menu_switcher_2" translatable="true">between</string>
961 <string name="help_menu_switcher_3" translatable="true">camera, video, and panorama</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800962
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700963 <string name="pref_camera2_camera2_title" translatable="true">Camera2 Mode</string>
964 <string name="pref_camera2_camera2_entry_enable" translatable="true">Enable</string>
965 <string name="pref_camera2_camera2_entry_disable" translatable="true">Disable</string>
966 <string name="pref_camera2_camera2_default" translatable="false">disable</string>
967 <string name="pref_camera2_camera2_value_enable" translatable="false">enable</string>
968 <string name="pref_camera2_camera2_value_disable" translatable="false">disable</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800969
Byunghun Jeon421cebf2016-05-10 14:19:36 -0700970 <string name="pref_camera2_mono_only_title" translatable="true">Mono Only</string>
971 <string name="pref_camera2_mono_only_default" translatable="false">off</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800972
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700973 <string name="pref_camera2_mono_preview_title" translatable="true">Mono Preview</string>
974 <string name="pref_camera2_mono_preview_entry_on" translatable="true">On</string>
975 <string name="pref_camera2_mono_preview_entry_off" translatable="true">Off</string>
976 <string name="pref_camera2_mono_preview_default" translatable="false">off</string>
977 <string name="pref_camera2_mono_preview_value_on" translatable="false">on</string>
978 <string name="pref_camera2_mono_preview_value_off" translatable="false">off</string>
Byunghun Jeon3618eb72015-11-17 14:20:30 -0800979
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700980 <string name="pref_camera2_clearsight_title" translatable="true">ClearSight</string>
Byunghun Jeon421cebf2016-05-10 14:19:36 -0700981 <string name="pref_camera2_clearsight_default" translatable="false">on</string>
Jay Wang82839f52016-07-25 10:20:17 -0700982 <string name="pref_camera2_clearsight_entry_on" translatable="true">On</string>
983 <string name="pref_camera2_clearsight_entry_off" translatable="true">Off</string>
Byunghun Jeon1b30b782016-02-10 11:47:29 -0800984
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700985 <string name="pref_camera2_clearsight_value_on" translatable="false">on</string>
986 <string name="pref_camera2_clearsight_value_off" translatable="false">off</string>
Cullum Baldwin435d6e52016-04-12 11:49:50 -0700987
988 <string name="clearsight_capture_success">ClearSight capture successful</string>
989 <string name="clearsight_capture_fail">ClearSight capture failed</string>
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700990
Jay Wang82839f52016-07-25 10:20:17 -0700991 <string name="pref_camera2_mpo_title" translatable="true">MPO Format</string>
992 <string name="pref_camera2_mpo_default" translatable="false">off</string>
993 <string name="pref_camera2_mpo_entry_on" translatable="true">On</string>
994 <string name="pref_camera2_mpo_entry_off" translatable="true">Off</string>
995
996 <string name="pref_camera2_mpo_value_on" translatable="false">on</string>
997 <string name="pref_camera2_mpo_value_off" translatable="false">off</string>
998
Byunghun Jeon0fdbb4a2016-05-10 11:38:21 -0700999 <string name="pref_camera2_scenemode_default" translatable="false">0</string>
Byunghun Jeon421cebf2016-05-10 14:19:36 -07001000 <string name="pref_camera2_whitebalance_default" translatable="false">1</string>
1001 <string name="pref_camera2_coloreffect_default" translatable="false">0</string>
Byunghun Jeon93b6ff22016-09-16 17:09:09 -07001002 <string name="pref_camera2_flashmode_value_auto" translatable="false">auto</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -07001003
Jack Yooa02710a2016-04-06 16:07:22 -07001004 <string name="pref_camera2_makeup_title" translatable="true">Makeup</string>
Byunghun Jeoneccb7802016-05-10 16:59:33 -07001005
1006 <string name="pref_camera2_noise_reduction_default" translatable="false">off</string>
1007 <string name="pref_camera2_noise_reduction_title" translatable="true">Noise Reduction</string>
1008
1009 <string name="pref_camera2_noise_reduction_entry_off" translatable="true">Off</string>
1010 <string name="pref_camera2_noise_reduction_entry_fast" translatable="true">Fast</string>
1011 <string name="pref_camera2_noise_reduction_entry_high_quality" translatable="true">High Quality</string>
1012
1013 <string name="pref_camera2_noise_reduction_value_off" translatable="false">off</string>
1014 <string name="pref_camera2_noise_reduction_value_fast" translatable="false">fast</string>
1015 <string name="pref_camera2_noise_reduction_value_high_quality" translatable="false">high-quality</string>
Byunghun Jeonb5821432016-06-17 15:52:25 -07001016
1017 <string name="pref_camera2_videosnap_default" translatable="false">enable</string>
1018 <string name="pref_camera2_videosnap_title" translatable="true">Auto Snapshot Size</string>
1019
1020 <string name="pref_camera2_videosnap_value_enable" translatable="true">enable</string>
1021 <string name="pref_camera2_videosnap_value_disable" translatable="true">disable</string>
1022
1023 <string name="pref_camera2_videosnap_entry_enable" translatable="true">Enable</string>
1024 <string name="pref_camera2_videosnap_entry_disable" translatable="true">Disable</string>
Jack Yoo12d17d82016-06-07 09:57:52 -07001025 <string name="pref_camera2_trackingfocus_title" translatable="true">Tracking Focus</string>
Jack Yoo2fceef12016-06-30 14:16:44 -07001026 <string name="pref_camera_scenemode_entry_bestpicture" translatable="true">BestPicture</string>
Jack Yooda315cf2016-08-25 11:17:57 -07001027 <string name="pref_camera_scenemode_entry_chromaflash" translatable="true">ChromaFlash</string>
Jack Yood48b19d2016-10-12 11:13:33 -07001028 <string name="pref_camera_scenemode_entry_blurbuster" translatable="true">BlurBuster</string>
Jack Yooea754882016-10-31 10:12:39 -07001029 <string name="pref_camera_scenemode_entry_sharpshooter" translatable="true">SharpPhoto</string>
1030 <string name="pref_camera_scenemode_entry_trackingfocus" translatable="true">TrackingFocus</string>
Jack Yoo7dd609b2016-02-10 17:22:09 -08001031 <string name="pref_camera_scenemode_entry_panorama" translatable="true">Panorama</string>
Byunghun Jeon70790e92016-09-16 12:59:14 -07001032 <string name="pref_camera_scenemode_entry_promode" translatable="true">ProMode</string>
Jack Yoo2fceef12016-06-30 14:16:44 -07001033 <string name="bestpicture_done" translatable="true">DONE</string>
1034 <string name="bestpicture_at_least_one_picture" translatable="true">At least, one picture has to be chosen.</string>
Byunghun Jeon904d5062016-07-26 16:05:33 -07001035
1036 <string name="pref_camera2_shutter_sound_default" translatable="true">on</string>
1037 <string name="pref_camera2_shutter_sound_value_on" translatable="true">on</string>
1038 <string name="pref_camera2_shutter_sound_value_off" translatable="true">off</string>
1039
1040 <string name="pref_camera2_shutter_sound_entry_on" translatable="true">On</string>
1041 <string name="pref_camera2_shutter_sound_entry_off" translatable="true">Off</string>
1042 <string name="pref_camera2_shutter_sound_title" translatable="true">Shutter Sound</string>
Byunghun Jeona6038bd2016-07-14 11:13:36 -07001043
weijiewa00285c2016-11-10 15:36:18 +08001044 <string name="pref_camera2_timer_entry_off" translatable="true">Off</string>
1045 <string name="pref_camera2_timer_entry_2sec" translatable="true">2 seconds</string>
1046 <string name="pref_camera2_timer_entry_5sec" translatable="true">5 seconds</string>
1047 <string name="pref_camera2_timer_entry_10sec" translatable="true">10 seconds</string>
Byunghun Jeona6038bd2016-07-14 11:13:36 -07001048
1049 <string name="pref_camera2_timer_value_off" translatable="false">0</string>
1050 <string name="pref_camera2_timer_value_2sec" translatable="false">2</string>
1051 <string name="pref_camera2_timer_value_5sec" translatable="false">5</string>
1052 <string name="pref_camera2_timer_value_10sec" translatable="false">10</string>
Jack Yooe5638a12016-10-12 09:50:47 -07001053 <string name="panocapture_direction_is_not_determined" translatable="true">Move constantly in one direciton.</string>
1054 <string name="panocapture_intro" translatable="true">Press camera button to start.</string>
1055 <string name="panocapture_direction_is_changed" translatable="true">Direction is changed. Stopping now...</string>
Jack Yooc3a465d2016-09-12 12:48:28 -07001056 <string name="makeup_ui_title" translatable="true">Please choose the strength of the beautification.</string>
1057 <string name="makeup_ui_ok_button" translatable="true">OK</string>
Jack Yooe42adc92016-09-23 13:39:31 -07001058 <string name="makeup_seekbar_low" translatable="true">low</string>
1059 <string name="makeup_seekbar_high" translatable="true">high</string>
weijiewa00285c2016-11-10 15:36:18 +08001060
1061 <string name="perf_camera2_version_info" translatable="true">Version Info</string>
1062 <string name="perf_camera2_preferences_category_general" translatable="true">General</string>
1063 <string name="perf_camera2_preferences_category_photo" translatable="true">Still camera</string>
1064 <string name="perf_camera2_preferences_category_video" translatable="true">Video camera</string>
1065 <string name="perf_camera2_preferences_category_system" translatable="true">System</string>
Alok Kediyaaed65252013-09-23 14:31:42 +05301066</resources>
1067