OSDN Git Service

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