OSDN Git Service

am 5802ea97: (-s ours) Protect settings logging with a verbose flag
[android-x86/packages-apps-Camera2.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2007 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18     <!-- The name of the Android Camera application. [CHAR LIMIT=16] -->
19     <string name="app_name">Camera</string>
20     <!-- The label for the Video Camera activity. [CHAR LIMIT=16] -->
21     <string name="video_camera_label">Camcorder</string>
22     <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
23     <string name="details_ms">%1$02d:%2$02d</string>
24     <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
25     <string name="details_hms">%1$d:%2$02d:%3$02d</string>
26
27     <!-- Displayed in the title of the dialog for things to do with a picture
28              that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
29     <string name="set_image">Set picture as</string>
30
31     <!-- Details dialog "OK" button. Dismisses dialog. -->
32     <string name="delete">Delete</string>
33     <!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
34     <plurals name="delete_selection">
35         <item quantity="one">Delete selected item?</item>
36         <item quantity="other">Delete selected items?</item>
37     </plurals>
38     <string name="share">Share</string>
39     <string name="share_panorama">Share panorama</string>
40     <string name="share_as_photo">Share as photo</string>
41
42     <!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
43     <string name="deleted">Deleted</string>
44
45     <!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
46     <string name="undo">UNDO</string>
47
48     <string name="details">Details</string>
49     <string name="close">Close</string>
50
51     <!-- String indicating how many media item(s) is(are) selected
52             eg. 1 selected [CHAR LIMIT=30] -->
53     <plurals name="number_of_items_selected">
54         <item quantity="zero">%1$d selected</item>
55         <item quantity="one">%1$d selected</item>
56         <item quantity="other">%1$d selected</item>
57     </plurals>
58
59     <!-- String indicating how many media album(s) is(are) selected
60             eg. 1 selected [CHAR LIMIT=30] -->
61     <plurals name="number_of_albums_selected">
62         <item quantity="zero">%1$d selected</item>
63         <item quantity="one">%1$d selected</item>
64         <item quantity="other">%1$d selected</item>
65     </plurals>
66
67     <!-- String indicating how many media group(s) is(are) selected
68             eg. 1 selected [CHAR LIMIT=30] -->
69     <plurals name="number_of_groups_selected">
70         <item quantity="zero">%1$d selected</item>
71         <item quantity="one">%1$d selected</item>
72         <item quantity="other">%1$d selected</item>
73     </plurals>
74
75     <!-- String indicating timestamp of photo or video -->
76     <string name="show_on_map">Show on map</string>
77     <string name="rotate_left">Rotate left</string>
78     <string name="rotate_right">Rotate right</string>
79
80     <!-- String used as a menu label. The user can choose to edit the image
81          [CHAR_LIMIT=20]-->
82     <string name="edit">Edit</string>
83
84     <!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] -->
85     <string name="crop_action">Crop</string>
86     <!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] -->
87     <string name="trim_action">Trim</string>
88     <!-- The title of the menu item to let user set the image as background etc. [CHAR LIMIT=15] -->
89     <string name="set_as">Set as</string>
90
91     <!-- String indicating an error when playing the video. [CHAR LIMIT=30] -->
92     <string name="video_err">Can\'t play video.</string>
93
94     <!-- Toast message shown when the cropped image has been saved in the
95          %s folder (string: folder_download) [CHAR LIMIT=50]-->
96     <string name="crop_saved">
97         Cropped image saved to <xliff:g id="folder_name">%s</xliff:g>.</string>
98
99     <!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
100     <string name="title">Title</string>
101     <!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
102     <string name="description">Description</string>
103     <!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
104     <string name="time">Time</string>
105     <!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
106     <string name="location">Location</string>
107     <!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
108     <string name="path">Path</string>
109     <!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
110     <string name="width">Width</string>
111     <!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
112     <string name="height">Height</string>
113     <!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
114     <string name="orientation">Orientation</string>
115     <!-- Text indicating the duration of a video item in details window [CHAR LIMIT=18] -->
116     <string name="duration">Duration</string>
117     <!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
118     <string name="mimetype">MIME type</string>
119     <!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
120     <string name="file_size">File size</string>
121     <!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
122     <string name="maker">Maker</string>
123     <!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
124     <string name="model">Model</string>
125     <!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
126     <string name="flash">Flash</string>
127     <!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
128     <string name="aperture">Aperture</string>
129     <!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
130     <string name="focal_length">Focal Length</string>
131     <!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=18] -->
132     <string name="white_balance">White balance</string>
133     <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
134     <string name="exposure_time">Exposure time</string>
135     <!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] -->
136     <string name="iso">ISO</string>
137     <!-- String indicating the time units in seconds. [CHAR LIMIT=8] -->
138     <!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] -->
139     <string name="unit_mm">mm</string>
140     <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12] -->
141     <string name="manual">Manual</string>
142     <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12 -->
143     <string name="auto">Auto</string>
144     <!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
145     <string name="flash_on">Flash fired</string>
146     <!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
147     <string name="flash_off">No flash</string>
148
149     <!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
150     <string name="unknown">Unknown</string>
151
152     <!-- Toast message shown after we try to make a local album available offline
153          [CHAR LIMIT=150] -->
154     <string name="try_to_set_local_album_available_offline">
155         This item is stored locally and available offline.</string>
156
157
158     <!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] -->
159     <string name="please_wait">Please wait</string>
160
161     <!-- title for the dialog showing the error of camera hardware -->
162     <string name="camera_error_title">Camera error</string>
163
164     <!-- message for the dialog showing the error of camera hardware -->
165     <string name="cannot_connect_camera">Can\'t connect to the camera.</string>
166
167     <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
168     <string name="camera_disabled">Camera has been disabled because of security policies.</string>
169
170     <!-- alert to the user to wait for some operation to complete -->
171     <string name="wait">Please wait\u2026</string>
172
173     <!-- alert to the user that an SD card must be installed before using the camera -->
174     <string name="no_storage" product="default">Insert an SD card before using the camera.</string>
175
176     <!-- alert to the user that the SD card is being disk-checked -->
177     <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
178
179     <!-- alert to the user that the camera fails to read or write the SD card. -->
180     <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string>
181
182     <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
183     <string name="time_lapse_title">Time lapse recording</string>
184
185     <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
186     <string name="capturing">Capturing</string>
187
188     <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
189     <string name="pref_camera_id_title">Choose camera</string>
190
191     <string name="pref_camera_id_default" translatable="false">0</string>
192
193     <!-- Named indexes into the array of camera facing entries -->
194     <string name="pref_camera_id_index_back" translatable="false">0</string>
195     <string name="pref_camera_id_index_front" translatable="false">1</string>
196
197     <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
198     <string name="pref_camera_id_entry_back">Back</string>
199     <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
200     <string name="pref_camera_id_entry_front">Front</string>
201
202     <!-- In select camera setting, back facing camera value. [CHAR LIMIT=14] -->
203     <string name="pref_camera_id_entry_back_value" translatable="false">0</string>
204     <!-- In select camera setting, front-facing camera value. [CHAR LIMIT=14] -->
205     <string name="pref_camera_id_entry_front_value" translatable="false">1</string>
206
207     <!-- Settings screen, location setting text. [CHAR LIMIT=20]-->
208     <string name="pref_camera_save_location_title">Save location</string>
209
210     <string name="pref_camera_recordlocation_default" translatable="false">none</string>
211
212     <!--  Label for record location preference [CHAR LIMIT=50] -->
213     <string name="pref_camera_location_label">LOCATION</string>
214
215     <!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
216     <string name="pref_camera_timer_title">Countdown timer</string>
217
218     <string name="pref_camera_timer_default" translatable="false">0</string>
219     <!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
220     <plurals name="pref_camera_timer_entry">
221         <item quantity="one">1 second</item>
222         <item quantity="other">%d seconds</item>
223     </plurals>
224     <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
225     <!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT=24]-->
226     <string name="pref_camera_timer_sound_title">Beep during countdown</string>
227
228     <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
229     <string name="setting_off">Off</string>
230     <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
231     <string name="setting_on">On</string>
232
233     <!-- The value of a camera preference indicating the setting is off. -->
234     <string name="setting_off_value" translatable="false">off</string>
235     <!-- The value of a camera preference indicating the setting is on. -->
236     <string name="setting_on_value" translatable="false">on</string>
237     <!-- The value of a camera preference indicating the setting is none. -->
238     <string name="setting_none_value" translatable="false">none</string>
239
240     <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
241     <string name="pref_video_quality_title">Video quality</string>
242
243     <!-- The default quality value is 'large'. -->
244     <string name="pref_video_quality_default" translatable="false">large</string>
245
246     <!-- Describes the preference dialog for choosing interval between frame capture for
247     time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
248     <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string>
249     <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
250
251     <!-- Settings screen, Camera setting category title -->
252     <string name="pref_camera_settings_category">Camera settings</string>
253
254     <!-- Settings screen, Camcorder setting category title -->
255     <string name="pref_camcorder_settings_category">Camcorder settings</string>
256
257     <!-- Settings screen, Picture size title -->
258     <string name="pref_camera_picturesize_title">Picture size</string>
259
260     <!-- Settings screen, dialog choice for "large" picture size [CHAR LIMIT=20] -->
261     <string name="pref_camera_picturesize_entry_large">Large</string>
262     <!-- Settings screen, dialog choice for "medium" picture size [CHAR LIMIT=20] -->
263     <string name="pref_camera_picturesize_entry_medium">Medium</string>
264     <!-- Settings screen, dialog choice for "small" picture size [CHAR LIMIT=20] -->
265     <string name="pref_camera_picturesize_entry_small">Small</string>
266
267     <!-- The default photo resolution value. -->
268     <string name="pref_camera_picturesize_default" translatable="false">large</string>
269
270     <!-- Settings screen, Focus mode title -->
271     <string name="pref_camera_focusmode_title">Focus mode</string>
272
273     <!-- Settings screen, Focus mode dialog radio button choices -->
274     <string name="pref_camera_focusmode_entry_auto">Auto</string>
275     <!-- A setting that lets the camera focus into infinity. [CHAR LIMIT=20] -->
276     <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
277     <!-- A setting that lets the camera operate in macro focus mode for nearby objects. [CHAR LIMIT=20] -->
278     <string name="pref_camera_focusmode_entry_macro">Macro</string>
279
280     <!-- Menu, focus mode labels [CHAR LIMIT=50] -->
281     <string name="pref_camera_focusmode_label_auto">AUTO</string>
282     <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
283     <string name="pref_camera_focusmode_label_macro">MACRO</string>
284
285     <!-- Default focus mode setting -->
286     <string name="pref_camera_focusmode_default" translatable="false">auto</string>
287
288     <!-- Default flash mode setting. -->
289     <string name="pref_camera_flashmode_default" translatable="false">auto</string>
290
291     <!-- Default videocamera flash mode setting. -->
292     <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
293
294     <!-- Default HDR+ flash mode setting. -->
295     <string name="pref_camera_hdr_plus_flashmode_default" translatable="false">auto</string>
296
297     <!-- Value for flash off setting -->
298     <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
299
300     <!-- Settings screen, Flash mode title -->
301     <string name="pref_camera_flashmode_title">Flash mode</string>
302         <!-- flash label [CHAR LIMIT=50] -->
303     <string name="pref_camera_flashmode_label">FLASH MODE</string>
304
305     <!-- Settings screen, Flash mode 'auto'. [CHAR LIMIT=12] -->
306     <string name="pref_camera_flashmode_entry_auto">Auto</string>
307     <!-- Settings screen, Flash mode 'alway on'. [CHAR LIMIT=12] -->
308     <string name="pref_camera_flashmode_entry_on">On</string>
309     <!-- Settings screen, Flash mode 'always off'. [CHAR LIMIT=12] -->
310     <string name="pref_camera_flashmode_entry_off">Off</string>
311
312     <!-- Menu, flash mode labels [CHAR LIMIT=50] -->
313     <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string>
314     <string name="pref_camera_flashmode_label_on">FLASH ON</string>
315     <string name="pref_camera_flashmode_label_off">FLASH OFF</string>
316
317     <!-- Default white balance setting. -->
318     <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
319
320     <!-- Settings screen, white balance title -->
321     <string name="pref_camera_whitebalance_title">White balance</string>
322     <!-- Menu, white balance label -->
323     <string name="pref_camera_whitebalance_label">WHITE BALANCE</string>
324
325     <!-- Settings screen, White balance dialog radio button choices -->
326     <string name="pref_camera_whitebalance_entry_auto">Auto</string>
327     <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
328     <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
329     <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
330     <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
331
332     <!-- Menu, White balance labels [CHAR LIMIT=50] -->
333     <string name="pref_camera_whitebalance_label_auto">AUTO</string>
334     <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string>
335     <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string>
336     <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string>
337     <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string>
338
339     <!-- Default scene mode setting. -->
340     <string name="pref_camera_scenemode_default" translatable="false">auto</string>
341
342     <!-- Settings screen, Select Scene mode -->
343     <string name="pref_camera_scenemode_title">Scene mode</string>
344
345     <!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
346     <string name="pref_camera_scenemode_entry_auto">Auto</string>
347     <!-- Scene mode that uses HDR plus (better HDR) [CHAR LIMIT=16] -->
348     <string name="pref_camera_scenemode_entry_hdr_plus">HDR+</string>
349     <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
350     <string name="pref_camera_scenemode_entry_hdr">HDR</string>
351     <!-- Scene mode to turn on HDR (better high dynamic range) [CHAR LIMIT=50] -->
352     <string name="pref_camera_scenemode_entry_turn_hdr_plus_on">HDR+ ON</string>
353     <!-- Scene mode to turn off HDR (better high dynamic range) [CHAR LIMIT=50] -->
354     <string name="pref_camera_scenemode_entry_turn_hdr_plus_off">HDR+ OFF</string>
355     <!-- Scene mode to turn on HDR (high dynamic range) [CHAR LIMIT=50] -->
356     <string name="pref_camera_scenemode_entry_turn_hdr_on">HDR ON</string>
357     <!-- Scene mode to turn off HDR (high dynamic range) [CHAR LIMIT=50] -->
358     <string name="pref_camera_scenemode_entry_turn_hdr_off">HDR OFF</string>
359     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
360     <string name="pref_camera_scenemode_entry_action">Action</string>
361     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
362     <string name="pref_camera_scenemode_entry_night">Night</string>
363     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
364     <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
365     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
366     <string name="pref_camera_scenemode_entry_party">Party</string>
367
368     <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
369     <string name="pref_camera_scenemode_label_auto">NONE</string>
370     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
371     <string name="pref_camera_scenemode_label_action">ACTION</string>
372     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
373     <string name="pref_camera_scenemode_label_night">NIGHT</string>
374     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
375     <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
376     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
377     <string name="pref_camera_scenemode_label_party">PARTY</string>
378
379     <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
380     <string name="pref_camera_countdown_label_off">TIMER OFF</string>
381     <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
382     <string name="pref_camera_countdown_label_one">1 SECOND</string>
383     <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
384     <string name="pref_camera_countdown_label_three">3 SECONDS</string>
385     <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
386     <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
387     <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
388     <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
389
390     <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
391     <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
392
393     <!-- Exposure settings in preference -->
394     <string name="pref_exposure_title">Exposure</string>
395     <string name="pref_exposure_default" translatable="false">0</string>
396     <!--  menu label exposure compensation [CHAR LIMIT=50] -->
397     <string name="pref_exposure_label">EXPOSURE</string>
398
399     <!-- Default HDR entry value -->
400     <string name="pref_camera_hdr_default">@string/setting_off_value</string>
401
402     <!-- Default HDR+ entry value -->
403     <string name="pref_camera_hdr_plus_default">@string/setting_off_value</string>
404
405     <!-- HDR label ON [CHAR LIMIT=60] -->
406     <string name="pref_camera_hdr_label">HDR</string>
407
408     <!-- switch camera label back [CHAR LIMIT=60] -->
409     <string name="pref_camera_id_label_back">FRONT CAMERA</string>
410     <!-- switch camera label front [CHAR LIMIT=60] -->
411     <string name="pref_camera_id_label_front">BACK CAMERA</string>
412
413     <!-- Dialog "OK" button. Dismisses dialog. -->
414     <string name="dialog_ok">OK</string>
415     <string name="dialog_cancel">Cancel</string>
416
417     <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
418     <string name="spaceIsLow_content" product="default">Your SD card is running out of space. Change the quality setting or delete some images or other files.</string>
419
420     <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
421     <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
422
423     <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
424     <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
425
426     <!-- Filename prefix for panorama output. -->
427     <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
428
429     <!-- The message shown when video record reaches size limit. -->
430     <string name="video_reach_size_limit">Size limit reached.</string>
431
432     <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=16] -->
433     <string name="pano_too_fast_prompt">Too fast</string>
434
435     <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
436     <string name="pano_dialog_prepare_preview">Preparing panorama</string>
437
438     <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
439     <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
440
441     <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
442     <string name="pano_dialog_title">Panorama</string>
443
444     <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
445     <string name="pano_capture_indication">Capturing panorama</string>
446
447     <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
448     <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
449
450     <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
451     <string name="pano_review_saving_indication_str">Saving\u2026</string>
452
453     <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
454     <string name="pano_review_rendering">Rendering panorama</string>
455
456     <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
457     <string name="tap_to_focus">Touch to focus.</string>
458
459     <!-- Default effect setting that clears the effect. -->
460     <string name="pref_video_effect_default" translatable="false">none</string>
461
462     <!-- Title of video effect setting popup window -->
463     <string name="pref_video_effect_title">Effects</string>
464
465     <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
466     <string name="effect_none">None</string>
467     <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
468     <string name="effect_goofy_face_squeeze">Squeeze</string>
469     <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
470     <string name="effect_goofy_face_big_eyes">Big eyes</string>
471     <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
472     <string name="effect_goofy_face_big_mouth">Big mouth</string>
473     <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
474     <string name="effect_goofy_face_small_mouth">Small mouth</string>
475     <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
476     <string name="effect_goofy_face_big_nose">Big nose</string>
477     <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
478     <string name="effect_goofy_face_small_eyes">Small eyes</string>
479     <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
480     <string name="effect_backdropper_space">In space</string>
481     <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=16] -->
482     <string name="effect_backdropper_sunset">Sunset</string>
483     <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=16] -->
484     <string name="effect_backdropper_gallery">Your video</string>
485
486     <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
487     <string name="video_snapshot_hint">Touch to take photo while recording.</string>
488
489     <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
490     <string name="video_recording_started">Video recording has started.</string>
491     <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
492     <string name="video_recording_stopped">Video recording has stopped.</string>
493
494     <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
495     <string name="clear_effects">Clear effects</string>
496
497     <!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
498     <string name="effect_silly_faces">SILLY FACES</string>
499
500     <!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
501     <string name="effect_background">BACKGROUND</string>
502
503     <!-- The shutter button. [CHAR LIMIT=NONE] -->
504     <string name="accessibility_shutter_button">Shutter</string>
505     <!-- The cancel button. Used to cancel an in progress shot [CHAR LIMIT=NONE] -->
506     <string name="accessibility_cancel_button">Cancel</string>
507     <!-- The menu button. [CHAR LIMIT=NONE] -->
508     <string name="accessibility_menu_button">Menu button</string>
509     <!-- The check box in camera settings, such as store location. [CHAR LIMIT=NONE] -->
510     <string name="accessibility_check_box">%1$s check box</string>
511     <!-- The button to switch to Camera mode. [CHAR LIMIT=NONE] -->
512     <string name="accessibility_switch_to_camera">Switch to photo</string>
513     <!-- The button to switch to Video mode. [CHAR LIMIT=NONE] -->
514     <string name="accessibility_switch_to_video">Switch to video</string>
515     <!-- The button to switch to Panorama mode. [CHAR LIMIT=NONE] -->
516     <string name="accessibility_switch_to_panorama">Switch to panorama</string>
517     <!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT=NONE] -->
518     <string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
519     <!-- The button to switch to the high quality mode. [CHAR LIMIT=NONE] -->
520     <string name="accessibility_switch_to_gcam">Switch to high quality</string>
521     <!-- The button to switch to the Re-Focus mode. [CHAR LIMIT=NONE] -->
522     <string name="accessibility_switch_to_refocus">Switch to Refocus</string>
523     <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=NONE] -->
524     <string name="accessibility_review_cancel">Review cancel</string>
525     <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=NONE] -->
526     <string name="accessibility_review_ok">Review done</string>
527     <!-- button in review mode indicate the user want to retake another photo/video for attachment [
528 CHAR LIMIT=NONE] -->
529     <string name="accessibility_review_retake">Review retake</string>
530     <!-- The button that opens up mode options, shown as '...' on screen [CHAR LIMIT=NONE] -->
531     <string name="accessibility_mode_options">Options</string>
532     <!-- Announcement when the mode list becomes hidden off screen [CHAR LIMIT=NONE] -->
533     <string name="accessibility_mode_list_hidden">Mode list closed</string>
534     <!-- Announcement when the mode list becomes shown on screen [CHAR LIMIT=NONE] -->
535     <string name="accessibility_mode_list_shown">Mode list open</string>
536     <!-- Announcement when a general media capture is performed, and visually the capture 'peeks' from right screen [CHAR LIMIT=NONE] -->
537     <string name="media_accessibility_peek">Capture taken</string>
538     <!-- Announcement when a video capture is performed, and visually the capture 'peeks' from right screen [CHAR LIMIT=NONE] -->
539     <string name="photo_accessibility_peek">Photo taken</string>
540     <!-- Announcement when a video capture is performed, and visually the capture 'peeks' from right screen [CHAR LIMIT=NONE] -->
541     <string name="video_accessibility_peek">Video taken</string>
542
543     <!-- Description for the lock icon in Secure Camera filmstrip that when clicked, brings user to lock screen then full Camera [CHAR LIMIT=NONE] -->
544     <string name="accessibility_unlock_to_camera">Unlock to Camera</string>
545
546     <!-- Content description for general media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
547     <string name="media_date_content_description">Media taken on %s</string>
548     <!-- Content description for photo media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
549     <string name="photo_date_content_description">Photo taken on %s</string>
550     <!-- Content description for video media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
551     <string name="video_date_content_description">Video taken on %s</string>
552     <!-- Content description for panorama media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
553     <string name="panorama_date_content_description">Panorama taken on %s</string>
554     <!-- Content description for photosphere media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
555     <string name="photosphere_date_content_description">Photo Sphere taken on %s</string>
556     <!-- Content description for refocus media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
557     <string name="refocus_date_content_description">Lens blur taken on %s</string>
558
559     <!-- Content description for media items in filmstrip which are still in the middle of processing [CHAR LIMIT=NONE] -->
560     <string name="media_processing_content_description">Media processing</string>
561
562     <!-- Content description of the button that toggles the on screen list of camera mode. [CHAR LIMIT=NONE] -->
563     <string name="accessibility_mode_list_toggle">Toggle mode list</string>
564
565     <!-- Text on the button that toggles the on screen list of camera mode. [CHAR LIMIT=20] -->
566     <string name="btn_mode_list_toggle">Mode list</string>
567
568     <!-- Content description of the button that toggles the filmstrip. [CHAR LIMIT=NONE] -->
569     <string name="accessibility_filmstrip_toggle">Toggle filmstrip</string>
570
571     <!-- Text on the button that toggles the filmstrip. [CHAR LIMIT=20] -->
572     <string name="btn_filmstrip_toggle">Filmstrip</string>
573
574     <!-- Default text for a button that can be toggled on and off. -->
575     <string name="capital_on">ON</string>
576     <!-- Default text for a button that can be toggled on and off. -->
577     <string name="capital_off">OFF</string>
578
579     <!-- Describes button on top of a video in filmstrip that is a play icon, pressing starts external video player [CHAR LIMIT=NONE] -->
580     <string name="video_control_play">Play Video</string>
581
582     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
583     <string name="pref_video_time_lapse_frame_interval_off">Off</string>
584     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
585     <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string>
586     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
587     <string name="pref_video_time_lapse_frame_interval_1000">1 second</string>
588     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
589     <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string>
590     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
591     <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string>
592     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
593     <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string>
594     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
595     <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string>
596     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
597     <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string>
598     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
599     <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string>
600     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
601     <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string>
602     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
603     <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string>
604     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
605     <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string>
606     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
607     <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string>
608     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
609     <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string>
610     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
611     <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string>
612     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
613     <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string>
614     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
615     <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string>
616     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
617     <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string>
618     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
619     <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string>
620     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
621     <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string>
622     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
623     <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string>
624     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
625     <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string>
626     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
627     <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string>
628     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
629     <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string>
630     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
631     <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string>
632     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
633     <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string>
634     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
635     <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string>
636     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
637     <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string>
638     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
639     <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string>
640     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
641     <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string>
642     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
643     <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string>
644     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
645     <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string>
646     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
647     <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string>
648     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
649     <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string>
650     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
651     <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string>
652     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
653     <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string>
654     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
655     <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string>
656     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
657     <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string>
658     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
659     <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string>
660     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
661     <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string>
662
663     <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
664     <string name="time_lapse_seconds">seconds</string>
665     <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
666     <string name="time_lapse_minutes">minutes</string>
667     <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
668     <string name="time_lapse_hours">hours</string>
669
670     <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT=20] -->
671     <string name="time_lapse_interval_set">Done</string>
672     <!-- Title in time interval picker for setting time interval. [CHAR LIMIT=30]-->
673     <string name="set_time_interval">Set Time Interval</string>
674     <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT=180]-->
675     <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string>
676     <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT=50]-->
677     <string name="set_duration">Set duration in seconds</string>
678     <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT=60]-->
679     <string name="count_down_title_text">Counting down to take a photo</string>
680
681     <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=50] -->
682     <string name="remember_location_title">Remember photo locations?</string>
683     <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=None] -->
684     <string name="remember_location_prompt">Tag your photos and videos with the locations where they are taken.\n\nOther apps can access this information along with your saved images.</string>
685     <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
686     <string name="remember_location_no">No thanks</string>
687     <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
688     <string name="remember_location_yes">Yes</string>
689
690     <!-- Camera menu labels -->
691     <!-- more options label [CHAR LIMIT=50] -->
692     <string name="camera_menu_more_label">MORE OPTIONS</string>
693     <!-- settings label [CHAR LIMIT=50] -->
694     <string name="camera_menu_settings_label">SETTINGS</string>
695
696     <!--  Tiny Planet -->
697     <!-- Button to press for creating a tiny planet image. [CHAR LIMIT=30] -->
698     <string name="create_tiny_planet">Create Tiny Planet</string>
699     <!-- Message shown while a tiny planet image is being saved. [CHAR LIMIT=30] -->
700     <string name="saving_tiny_planet">Saving Tiny Planet â€¦</string>
701     <!-- Label above a slider that let's the user set the zoom of a tiny planet image. [CHAR LIMIT=15] -->
702     <string name="tiny_planet_zoom">Zoom</string>
703     <!-- Label above a slider that let's the user set the rotation of a tiny planet image. [CHAR LIMIT=15] -->
704     <string name="tiny_planet_rotate">Rotate</string>
705     <!-- Label for menu item that starts a photo editor. [CHAR LIMIT=30] -->
706     <string name="photo_editor">Photo Editor</string>
707
708     <!-- Crop -->
709     <!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
710     <string name="crop_save">Save</string>
711     <!--  String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
712     <string name="cannot_load_image">Cannot load the image!</string>
713     <!-- Label for album filmstrip button -->
714     <string name="switch_photo_filmstrip">Filmstrip view</string>
715
716     <!--  String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
717     <string name="setting_wallpaper">Setting wallpaper</string>
718
719     <!-- Camera settings. [CHAR LIMIT=25] -->
720     <string name="mode_settings">Settings</string>
721     <!-- Text shown in the camera mode options list for normal camera mode [CHAR LIMIT=25] -->
722     <string name="mode_camera">Camera</string>
723     <!-- Text shown in the camera mode options list for putting camera in video recording mode [CHAR LIMIT=25] -->
724     <string name="mode_video">Video</string>
725     <!-- Text shown in the camera mode options list for putting camera in photo sphere mode. 'Photo sphere' is a product name. [CHAR LIMIT=25] -->
726     <string name="mode_photosphere">Photo Sphere</string>
727     <!-- Text shown in the camera mode options list for putting camera in time lapse mode [CHAR LIMIT=25] -->
728     <string name="mode_timelapse">Time Lapse</string>
729     <!-- Text shown in the camera mode options list for putting camera in wide angle panorama mode [CHAR LIMIT=25] -->
730     <string name="mode_wideangle">Wide Angle</string>
731     <!-- Text shown in the camera mode options list for putting camera in panorama mode [CHAR LIMIT=25] -->
732     <string name="mode_panorama">Panorama</string>
733     <!-- Text shown in the camera mode options list for putting camera in refocus mode [CHAR LIMIT=25] -->
734     <string name="mode_refocus">Lens Blur</string>
735
736     <!-- Accessibility text for switching to normal camera mode [CHAR_LIMIT=NONE] -->
737     <string name="mode_camera_desc">Switch to Camera Mode</string>
738     <!-- Accessibility text for switching to video mode [CHAR_LIMIT=NONE] -->
739     <string name="mode_video_desc">Switch to Video Camera</string>
740     <!-- Accessibility text for switching to photo sphere mode. 'Photo sphere' is a product name. [CHAR_LIMIT=NONE] -->
741     <string name="mode_photosphere_desc">Switch to Photo Sphere Mode</string>
742     <!-- Accessibility text for switching to panorama mode [CHAR_LIMIT=NONE] -->
743     <string name="mode_panorama_desc">Switch to Panorama Mode</string>
744     <!-- Accessibility text for switching to refocus mode [CHAR_LIMIT=NONE] -->
745     <string name="mode_refocus_desc">Switch to Lens Blur Mode</string>
746
747     <!-- Accessibility text for settings toggle button states [CHAR_LIMIT=NONE] -->
748     <string name="settings_open_desc">Open settings</string>
749     <string name="settings_close_desc">Close settings</string>
750
751     <!-- Accessibility text for HDR+ toggle button states [CHAR_LIMIT=NONE] -->
752     <string name="hdr_plus_off_desc">HDR Plus off</string>
753     <string name="hdr_plus_on_desc">HDR Plus on</string>
754
755     <!-- Accessibility text for HDR toggle button states [CHAR_LIMIT=NONE] -->
756     <string name="hdr_off_desc">HDR off</string>
757     <string name="hdr_on_desc">HDR on</string>
758
759     <!-- Accessibility text for camera flash toggle button states [CHAR_LIMIT=NONE] -->
760     <string name="flash_off_desc">Flash off</string>
761     <string name="flash_auto_desc">Flash auto</string>
762     <string name="flash_on_desc">Flash on</string>
763
764     <!-- Accessibility text for HDR+ flash toggle button states [CHAR_LIMIT=NONE] -->
765     <string name="hdr_plus_flash_off_desc">HDR+ flash off</string>
766     <string name="hdr_plus_flash_auto_desc">HDR+ flash auto</string>
767     <string name="hdr_plus_flash_on_desc">HDR+ flash on</string>
768
769     <!-- Accessibility text for vide torch (flash) toggle button states [CHAR_LIMIT=NONE] -->
770     <string name="torch_on_desc">Torch on</string>
771     <string name="torch_off_desc">Torch off</string>
772
773     <!-- Accessibility text for camera switch toggle button states [CHAR_LIMIT=NONE] -->
774     <string name="camera_id_back_desc">Back camera</string>
775     <string name="camera_id_front_desc">Front camera</string>
776
777     <!-- Accessibility text for grid lines toggle button states [CHAR_LIMIT=NONE] -->
778     <string name="grid_lines_off_desc">Grid lines off</string>
779     <string name="grid_lines_on_desc">Grid lines on</string>
780
781     <!-- Accessibility text for countdown timer toggle button states [CHAR_LIMIT=NONE] -->
782     <string name="countdown_timer_off">Countdown timer is off</string>
783     <string name="countdown_timer_duration_3s">Countdown timer duration is set to 3 seconds</string>
784     <string name="countdown_timer_duration_10s">Countdown timer duration is set to 10 seconds</string>
785
786     <!-- Accessibility text for More Options button [CHAR_LIMIT=NONE] -->
787     <string name="more_options_desc">More Options</string>
788
789     <!-- Accessibility text for cancel button [CHAR_LIMIT=NONE] -->
790     <string name="cancel_button_description">Cancel</string>
791     <!-- Accessibility text for done button [CHAR_LIMIT=NONE] -->
792     <string name="done_button_description">Done</string>
793     <!-- Accessibility text for retake button [CHAR_LIMIT=NONE] -->
794     <string name="retake_button_description">Retake</string>
795
796     <!-- Accessibility text for filmstrip share button [CHAR_LIMIT=NONE] -->
797     <string name="share_button_description">Share</string>
798     <!-- Accessibility text for filmstrip view button used to open special image viewers, like 3d photosphere [CHAR_LIMIT=NONE] -->
799     <string name="view_button_description">View</string>
800     <!-- Accessibility text for filmstrip edit button [CHAR_LIMIT=NONE] -->
801     <string name="edit_button_description">Edit</string>
802     <!-- Accessibility text for filmstrip delete button [CHAR_LIMIT=NONE] -->
803     <string name="delete_button_description">Delete</string>
804
805     <!-- Accessibility text for manual exposure compensation button [CHAR_LIMIT=NONE] -->
806     <string name="manual_exposure_compensation_desc">Manual Exposure Compensation</string>
807     <!-- Accessibility text for exposure compensation -2 button [CHAR_LIMIT=NONE] -->
808     <string name="exposure_compensation_desc_n2">Exposure Compensation -2</string>
809     <!-- Accessibility text for exposure compensation -1 button [CHAR_LIMIT=NONE] -->
810     <string name="exposure_compensation_desc_n1">Exposure Compensation -1</string>
811     <!-- Accessibility text for exposure compensation 0 button [CHAR_LIMIT=NONE] -->
812     <string name="exposure_compensation_desc_0">Exposure Compensation 0</string>
813     <!-- Accessibility text for exposure compensation +1 button [CHAR_LIMIT=NONE] -->
814     <string name="exposure_compensation_desc_p1">Exposure Compensation +1</string>
815     <!-- Accessibility text for exposure compensation +2 button [CHAR_LIMIT=NONE] -->
816     <string name="exposure_compensation_desc_p2">Exposure Compensation +2</string>
817
818     <!-- Accessibility announcement when option button changes on screen after tap, e.g. from flash auto to flash off [CHAR_LIMIT=NONE] -->
819     <string name="button_change_announcement">Button is now %s</string>
820
821     <!-- Text shown in camera settings list for toggling photo location on or off [CHAR LIMIT=25] -->
822     <string name="setting_location">Location</string>
823
824     <!-- Camera settings title for back camera photo resolution. [CHAR LIMIT=25] -->
825     <string name="setting_back_camera_photo">Back camera photo</string>
826     <!-- Camera settings title for back camera video resolution. [CHAR LIMIT=25] -->
827     <string name="setting_back_camera_video">Back camera video</string>
828     <!-- Camera settings title for front camera photo resolution. [CHAR LIMIT=25] -->
829     <string name="setting_front_camera_photo">Front camera photo</string>
830     <!-- Camera settings title for front camera video resolution. [CHAR LIMIT=25] -->
831     <string name="setting_front_camera_video">Front camera video</string>
832
833     <!-- Text shown in camera settings list for selecting the camera mode that will be used by default when the app starts [CHAR LIMIT=25] -->
834     <string name="setting_default_camera">Default Camera</string>
835     <!-- Text shown in camera settings list for sending user feedback to the app publisher [CHAR LIMIT=25] -->
836     <string name="setting_send_feedback">Send feedback</string>
837
838     <!-- Text shown in camera settings list for launching Google Help [CHAR LIMIT=25] -->
839     <string name="setting_google_help">Help</string>
840
841     <!-- TODO: don't ship with these. -->
842     <string name="focus_ring_toggle" translatable="false">FR</string>
843     <string name="immediate_capture_toggle" translatable="false">IMM</string>
844
845     <!-- camera jpeg quality settings -->
846     <string name="pref_camera_jpeg_quality_normal" translatable="false">normal</string>
847     <string name="pref_camera_jpeg_quality_fine" translatable="false">fine</string>
848     <string name="pref_camera_jpeg_quality_superfine" translatable="false">superfine</string>
849
850     <!-- Default for camera startup module index -->
851     <string name="pref_camera_startup_index_default" translatable="false">0</string>
852
853     <!-- Default number of times to play shimmy. -->
854     <string name="pref_shimmy_play_times" translatable="false">10</string>
855
856     <!-- A message shown to the user, indicating that an HDR+ photo is being processed. [CHAR LIMIT=25] -->
857     <string name="processing_hdr_plus">Processing HDR+ &#8230;</string>
858
859     <string name="pano_orientation_horizontal" translatable="false">pano_horizontal</string>
860     <string name="pano_orientation_vertical" translatable="false">pano_vertical</string>
861     <string name="pano_orientation_wide" translatable="false">pano_wide</string>
862     <string name="pano_orientation_fisheye" translatable="false">pano_fisheye</string>
863
864     <string name="tag_enabled_id" translatable="false">enabled_id</string>
865
866     <!-- Title of a dialog showing open source licenses used in the app. [CHAR LIMIT=30] -->
867     <string name="open_source_licenses">Open source licenses</string>
868
869     <!-- Default number of times to play peek animation. -->
870     <string name="pref_filmstrip_peek_anim_play_times" translatable="false">20</string>
871
872     <!--  Title of a preference group which contains general settings. [CHAR LIMIT=30]  -->
873     <string name="pref_category_general">General Settings</string>
874
875     <!--  Title of a preference group which contains settings for changing capture resolution and quality. [CHAR LIMIT=30]  -->
876     <string name="pref_category_resolution_quality">Resolution &amp; quality</string>
877
878     <!--  Title of a preference group which contains information about the app. [CHAR LIMIT=30]  -->
879     <string name="pref_category_about">About</string>
880
881     <!--  Title of a preference which shows the build version of the app. [CHAR LIMIT=30]  -->
882     <string name="pref_title_build_version">Build version</string>
883
884     <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
885     <string name="pref_video_quality_entry_low">Low</string>
886     <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
887     <string name="pref_video_quality_entry_high">High</string>
888     <!-- Video quality setting entry. Videos will be recorded in quarter CIF quality. Details on CIF: http://goo.gl/3jDK [CHAR LIMIT=24] -->
889     <string name="pref_video_quality_entry_qcif">QCIF</string>
890     <!-- Video quality setting entry. Videos will be recorded in CIF quality. Details on CIF: http://goo.gl/3jDK [CHAR LIMIT=24] -->
891     <string name="pref_video_quality_entry_cif">CIF</string>
892     <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
893     <string name="pref_video_quality_entry_480p">SD 480p</string>
894     <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
895     <string name="pref_video_quality_entry_720p">HD 720p</string>
896     <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
897     <string name="pref_video_quality_entry_1080p">HD 1080p</string>
898     <!-- Video quality setting entry. Videos will be recorded in quarter VGA quality. [CHAR LIMIT=24] -->
899     <string name="pref_video_quality_entry_qvga">QVGA</string>
900
901     <!--  The strings below will not be translated. We're using them until the above translations are sane. -->
902     <string name="pref_video_quality_entry_qcif_notrans" translatable="false">QCIF</string>
903     <string name="pref_video_quality_entry_cif_notrans" translatable="false">CIF</string>
904     <string name="pref_video_quality_entry_480p_notrans" translatable="false">SD 480p</string>
905     <string name="pref_video_quality_entry_720p_notrans" translatable="false">HD 720p</string>
906     <string name="pref_video_quality_entry_1080p_notrans" translatable="false">HD 1080p</string>
907     <string name="pref_video_quality_entry_qvga_notrans" translatable="false">QVGA</string>
908
909     <!-- Message shown in the settings summary for how many megapixels have been selected. [CHAR LIMIT=24]-->
910     <string name="setting_summary_x_megapixels">%1$s megapixels</string>
911
912     <!-- Message shown in the settings summary that includes the the aspect ratio of the selected resolution i.e. (4:3) and the size of the selected resolution in megapixels. [CHAR LIMIT=24]-->
913     <string name="setting_summary_aspect_ratio_and_megapixels">(%1$d:%2$d) %3$s megapixels</string>
914
915     <!-- Text shown above the button that opens to editor for images created from lens blur mode. [CHAR LIMIT=60] -->
916     <string name="cling_text_for_refocus_editor_button">To refocus, touch here</string>
917
918     <!-- Title of a preference group for advanced preferences. [CHAR LIMIT=30] -->
919     <string name="pref_category_advanced">Advanced</string>
920     <!-- Title of a preference for enabling manual exposure compensation. [CHAR LIMIT=20] -->
921     <string name="pref_camera_exposure_compensation">Manual exposure</string>
922
923     <!-- Text shown next to the settings button to explain what is in settings menu. [CHAR LIMIT=120] !-->
924     <string name="settings_cling_text">In Settings, change resolution and quality, or try advanced features.</string>
925
926     <!-- Title on the startup screen that lets user select photo aspect ratio. [CHAR LIMIT=40]-->
927     <string name="photo_size_selection_title">Choose photo size</string>
928
929     <!-- Text on the photo aspect ratio selection screen. [CHAR LIMIT=120] -->
930     <string name="photo_aspect_ratio_selection_content">You can change this later in Settings.</string>
931
932     <!-- Shown above the intent chooser when the user is about to share an item. [CHAR LIMIT=20] -->
933     <string name="share_to">Share to</string>
934     <!-- Shown above the intent chooser when the user is about to edit an item. [CHAR LIMIT=20] -->
935     <string name="edit_with">Edit with</string>
936
937     <!-- Text on the button to take user to the next page of the on-screen instructions. [CHAR LIMIT=20] -->
938     <string name="startup_dialog_button_next">NEXT</string>
939
940     <!-- Text on the button to confirm that user understands the on-screen instructions. [CHAR LIMIT=20] -->
941     <string name="confirm_button_text">OK, GOT IT</string>
942
943     <!-- Selection for a 4:3 picture size where the sensor provides 4:3 so the result is not cropped. [CHAR LIMIT=30] -->
944     <string name="full_sensor_4x3_aspect_ratio">Full sensor \n(4:3)</string>
945
946     <!-- Selection for a 16:9 picture size where the sensor provides 4:3 so the result will be cropped. [CHAR LIMIT=30] -->
947     <string name="cropped_sensor_16x9_aspect_ratio">Cropped sensor \n(16:9)</string>
948
949     <!-- String representation of boolean false, allows for integer conversion. -->
950     <string name="pref_boolean_false">0</string>
951     <!-- String representation of boolean true, allows for integer conversion. -->
952     <string name="pref_boolean_true">1</string>
953  </resources>