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