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 <string name="app_name">Gallery</string> 19 <!-- Title for picture frame gadget to show in list of all available gadgets --> 20 <string name="gadget_title">Picture frame</string> 21 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 <!-- Activity label. This might show up in the activity-picker --> 27 <string name="movie_view_label">Video player</string> 28 <!-- shown in the video player view while the video is being loaded, before it starts playing --> 29 <string name="loading_video">Loading video\u2026</string> 30 <string name="loading_image">Loading image\u2026</string> 31 32 <!-- Message shown on the progress dialog to indicate we're loading the 33 account info [CHAR LIMIT=30] --> 34 <string name="loading_account">Loading account\u2026</string> 35 36 <!-- Movie View Resume Playing dialog title --> 37 <string name="resume_playing_title">Resume video</string> 38 39 <!-- Movie View Start Playing dialog title --> 40 <string name="resume_playing_message">Resume playing from %s ?</string> 41 <!-- Movie View Start Playing button "Resume from bookmark" --> 42 <string name="resume_playing_resume">Resume playing</string> 43 44 <!-- Displayed in the title of those albums that are being loaded --> 45 <string name="loading">Loading\u2026</string> 46 47 <!-- Displayed in the title of those pictures that fails to be loaded 48 [CHAR LIMIT=50]--> 49 <string name="fail_to_load">Couldn\'t load</string> 50 51 <!-- Used in a toast message when an image fails to be loaded 52 [CHAR LIMIT=50]--> 53 <string name="fail_to_load_image">Couldn\'t load the image</string> 54 55 <!-- Displayed in place of the picture when we fail to get the thumbnail of it. 56 [CHAR LIMIT=50]--> 57 <string name="no_thumbnail">No thumbnail</string> 58 59 <!-- Movie View Start Playing button "Beginning" --> 60 <string name="resume_playing_restart">Start over</string> 61 62 <!-- Title of a menu item to indicate performing the image crop operation 63 [CHAR LIMIT=20] --> 64 <string name="crop_save_text">OK</string> 65 <!-- Title of a menu item to indicate performing the image crop operation 66 [CHAR LIMIT=20] --> 67 <string name="ok">OK</string> 68 <!-- Button indicating that the cropped image should be reverted back to the original --> 69 <!-- Hint that appears when cropping an image with more than one face --> 70 <string name="multiface_crop_help">Touch a face to begin.</string> 71 <!-- Toast/alert that the image is being saved to the SD card --> 72 <string name="saving_image">Saving picture\u2026</string> 73 74 <!-- Toast/alert that the image is being saved after editing in filtershow [CHAR LIMIT=40]--> 75 <string name="filtershow_saving_image">Saving picture to <xliff:g id="album_name">%1$s</xliff:g> \u2026</string> 76 77 <!-- Eorror toast message that the image cannot be saved [CHAR LIMIT=40]--> 78 <string name="save_error">Couldn\'t save cropped image.</string> 79 80 <!-- menu pick: crop the currently selected image [CHAR LIMIT=30]--> 81 <string name="crop_label">Crop picture</string> 82 <!-- menu pick: trim the currently selected video [CHAR LIMIT=30]--> 83 <string name="trim_label">Trim video</string> 84 85 <!-- Toast/alert that the face detection is being run --> 86 87 <!-- Title prompted for user to choose a photo item [CHAR LIMIT=20] --> 88 <string name="select_image">Select photo</string> 89 <!-- Title prompted for user to choose a video item [CHAR LIMIT=20] --> 90 <string name="select_video">Select video</string> 91 <!-- Title prompted for user to choose a media object [CHAR LIMIT=20] --> 92 <string name="select_item">Select item</string> 93 <!-- Title prompted for user to choose an album [CHAR LIMIT=20] --> 94 <string name="select_album">Select album</string> 95 <!-- Title prompted for user to choose a group [CHAR LIMIT=20] --> 96 <string name="select_group">Select group</string> 97 98 <!-- Displayed in the title of the dialog for things to do with a picture 99 that is to be "set as" (e.g. set as contact photo or set as wallpaper) --> 100 <string name="set_image">Set picture as</string> 101 <!-- Activity title for cropping picture and setting it as wallpaper [CHAR LIMIT=20] --> 102 <string name="set_wallpaper">Set wallpaper</string> 103 <!-- Toast/alert after saving wallpaper --> 104 <string name="wallpaper">Setting wallpaper\u2026</string> 105 <string name="camera_setas_wallpaper">Wallpaper</string> 106 107 <!-- Details dialog "OK" button. Dismisses dialog. --> 108 <string name="delete">Delete</string> 109 <!-- String Delete the selected media item(s) [CHAR LIMIT=50] --> 110 <plurals name="delete_selection"> 111 <item quantity="one">Delete selected item?</item> 112 <item quantity="other">Delete selected items?</item> 113 </plurals> 114 <string name="confirm">Confirm</string> 115 <string name="cancel">Cancel</string> 116 <string name="share">Share</string> 117 <string name="share_panorama">Share panorama</string> 118 <string name="share_as_photo">Share as photo</string> 119 120 <!-- The label shown after an image is deleted [CHAR LIMIT=16] --> 121 <string name="deleted">Deleted</string> 122 123 <!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]--> 124 <string name="undo">UNDO</string> 125 126 <!-- String indicating more actions are available --> 127 <string name="select_all">Select all</string> 128 <string name="deselect_all">Deselect all</string> 129 <string name="slideshow">Slideshow</string> 130 131 <string name="details">Details</string> 132 <string name="details_title">%1$d of %2$d items:</string> 133 <string name="close">Close</string> 134 135 <!-- Title of a menu item to switch from Gallery to Camera app [CHAR LIMIT=30] --> 136 <string name="switch_to_camera">Switch to Camera</string> 137 138 <!-- String indicating how many media item(s) is(are) selected 139 eg. 1 selected [CHAR LIMIT=30] --> 140 <plurals name="number_of_items_selected"> 141 <item quantity="zero">%1$d selected</item> 142 <item quantity="one">%1$d selected</item> 143 <item quantity="other">%1$d selected</item> 144 </plurals> 145 146 <!-- String indicating how many media album(s) is(are) selected 147 eg. 1 selected [CHAR LIMIT=30] --> 148 <plurals name="number_of_albums_selected"> 149 <item quantity="zero">%1$d selected</item> 150 <item quantity="one">%1$d selected</item> 151 <item quantity="other">%1$d selected</item> 152 </plurals> 153 154 <!-- String indicating how many media group(s) is(are) selected 155 eg. 1 selected [CHAR LIMIT=30] --> 156 <plurals name="number_of_groups_selected"> 157 <item quantity="zero">%1$d selected</item> 158 <item quantity="one">%1$d selected</item> 159 <item quantity="other">%1$d selected</item> 160 </plurals> 161 162 <!-- String indicating timestamp of photo or video --> 163 <string name="show_on_map">Show on map</string> 164 <string name="rotate_left">Rotate left</string> 165 <string name="rotate_right">Rotate right</string> 166 167 <!-- Toast message prompted when the specified item is not found [CHAR LIMIT=40]--> 168 <string name="no_such_item">Couldn\'t find item.</string> 169 170 <!-- String used as a menu label. The user can choose to edit the image 171 [CHAR_LIMIT=20]--> 172 <string name="edit">Edit</string> 173 174 <!-- String used as a menu label. The user can choose to edit the image 175 [CHAR_LIMIT=20]--> 176 <string name="simple_edit">Simple Edit</string> 177 178 <!-- String used as a title of a progress dialog. The user can 179 choose to cache some Picasa picture albums on device, so it can 180 be viewed offline. This string is shown when the request is being 181 processed. [CHAR LIMIT=50] --> 182 <string name="process_caching_requests">Processing caching requests</string> 183 184 <!-- String used as a small notification label above a Picasa album. 185 It means the pictures of the Picasa album is currently being 186 transferred to local storage, so the pictures can later be viewed 187 offline. [CHAR LIMIT=15] --> 188 <string name="caching_label">Caching\u2026</string> 189 190 <!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] --> 191 <string name="crop_action">Crop</string> 192 <!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] --> 193 <string name="trim_action">Trim</string> 194 <!-- The title of the menu item to let user mute the video. [CHAR LIMIT=15] --> 195 <string name="mute_action">Mute</string> 196 <!-- The title of the menu item to let user set the image as background etc. [CHAR LIMIT=15] --> 197 <string name="set_as">Set as</string> 198 199 <!-- String indicating an error when muting the video. [CHAR LIMIT=30] --> 200 <string name="video_mute_err">Can\'t mute video.</string> 201 <!-- String indicating an error when playing the video. [CHAR LIMIT=30] --> 202 <string name="video_err">Can\'t play video.</string> 203 204 <!-- Strings for grouping operations in the menu. The photos can be grouped 205 by their location, taken time, or tags. --> 206 <!-- The title of the menu item to let user choose the grouping rule, when 207 pressed, a submenu will shown and user can choose one grouping rule 208 from the submenu. --> 209 210 <!-- Title of a menu item to group photo by location [CHAR LIMIT=30] --> 211 <string name="group_by_location">By location</string> 212 213 <!-- Title of a menu tiem to group photo by taken date [CHAR LIMIT=30]--> 214 <string name="group_by_time">By time</string> 215 216 <!-- Title of a menu item to group photo by tags [CHAR LIMIT=30]--> 217 <string name="group_by_tags">By tags</string> 218 219 <!-- Title of a menu item to group photo by faces [CHAR LIMIT=30]--> 220 <string name="group_by_faces">By people</string> 221 222 <!-- Title of a menu item to group photo by albums [CHAR LIMIT=30]--> 223 <string name="group_by_album">By album</string> 224 225 <!-- Title of a menu item to group photo by size [CHAR LIMIT=30]--> 226 <string name="group_by_size">By size</string> 227 228 <!-- When grouping photos by tags, the label used for photos without tags 229 [CHAR LIMIT=20]--> 230 <string name="untagged">Untagged</string> 231 232 <!-- When grouping photos by locations, the label used for photos that don't 233 have location information in them [CHAR LIMIT=20]--> 234 <string name="no_location">No location</string> 235 236 <!-- This toast message is shown when network connection is lost while doing clustering --> 237 <string name="no_connectivity">Some locations couldn\'t be identified due to network problems.</string> 238 239 <!-- This toast message is shown when failed to load the album data. [CHAR LIMIT=NONE] --> 240 <string name="sync_album_error">Couldn\'t download the photos in this album. Retry later.</string> 241 242 <!-- The title of the menu item to let user choose the which portion of 243 the media items the user wants to see. When pressed, a submenu will 244 appear and user can choose one of "show images only", 245 "show videos only", or "show all" from the submenu. --> 246 247 <!-- Title of a menu item to show images only [CHAR LIMIT=30]--> 248 <string name="show_images_only">Images only</string> 249 250 <!-- Title of a menu item to show videos only [CHAR LIMIT=30]--> 251 <string name="show_videos_only">Videos only</string> 252 253 <!-- Title of a menu item to show all (both images and videos) [CHAR LIMIT=30]--> 254 <string name="show_all">Images & videos</string> 255 256 <!-- Title of the StackView AppWidget --> 257 <string name="appwidget_title">Photo Gallery</string> 258 259 <!-- Text for the empty state of the StackView AppWidget [CHAR LIMIT=30] --> 260 <string name="appwidget_empty_text">No photos.</string> 261 262 <!-- Toast message shown when the cropped image has been saved in the 263 %s folder (string: folder_download) [CHAR LIMIT=50]--> 264 <string name="crop_saved"> 265 Cropped image saved to <xliff:g id="folder_name">%s</xliff:g>.</string> 266 267 <!-- Toast message shown when there is no albums available [CHAR LIMIT=50]--> 268 <string name="no_albums_alert">No albums available.</string> 269 270 <!-- Toast message shown when we close the AlbumPage because it is empty 271 [CHAR LIMIT=50] --> 272 <string name="empty_album">O images/videos available.</string> 273 274 <!-- Album label used to indicate the collection of PWA Buzz/Post photos --> 275 <string name="picasa_posts">Posts</string> 276 277 <!-- A label describing that the current screen is for the user to pick 278 some albums to be viewable offline [CHAR LIMIT=30] --> 279 <string name="make_available_offline">Make available offline</string> 280 281 <!-- A label of a menu item for user to sync the content [CHAR LIMIT=30] --> 282 <string name="sync_picasa_albums">Refresh</string> 283 284 <!-- A label on a button. The user clicks this button after he has 285 finished selection. [CHAR LIMIT=15] --> 286 <string name="done">Done</string> 287 288 <!-- String indicating the sequence of currently selected item in the 289 media set eg. 3 of 5 items [CHAR LIMIT=30] --> 290 <string name="sequence_in_set">%1$d of %2$d items:</string> 291 <!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] --> 292 <string name="title">Title</string> 293 <!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] --> 294 <string name="description">Description</string> 295 <!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] --> 296 <string name="time">Time</string> 297 <!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] --> 298 <string name="location">Location</string> 299 <!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] --> 300 <string name="path">Path</string> 301 <!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] --> 302 <string name="width">Width</string> 303 <!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] --> 304 <string name="height">Height</string> 305 <!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] --> 306 <string name="orientation">Orientation</string> 307 <!-- Text indicating the duration of a video item in details window [CHAR LIMIT=14] --> 308 <string name="duration">Duration</string> 309 <!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] --> 310 <string name="mimetype">MIME type</string> 311 <!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] --> 312 <string name="file_size">File size</string> 313 <!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] --> 314 <string name="maker">Maker</string> 315 <!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] --> 316 <string name="model">Model</string> 317 <!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] --> 318 <string name="flash">Flash</string> 319 <!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] --> 320 <string name="aperture">Aperture</string> 321 <!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] --> 322 <string name="focal_length">Focal Length</string> 323 <!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=14] --> 324 <string name="white_balance">White balance</string> 325 <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] --> 326 <string name="exposure_time">Exposure time</string> 327 <!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] --> 328 <string name="iso">ISO</string> 329 <!-- String indicating the time units in seconds. [CHAR LIMIT=8] --> 330 <!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] --> 331 <string name="unit_mm">mm</string> 332 <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=8] --> 333 <string name="manual">Manual</string> 334 <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=8] --> 335 <string name="auto">Auto</string> 336 <!-- String indicating camera flash is fired. [CHAR LIMIT=14] --> 337 <string name="flash_on">Flash fired</string> 338 <!-- String indicating camera flash is not used. [CHAR LIMIT=14] --> 339 <string name="flash_off">No flash</string> 340 341 <!-- String indicating image width or height is unknown. [CHAR LIMIT=14] --> 342 <string name="unknown">Unknown</string> 343 344 <!-- String for the empty not filtered image [CHAR LIMIT=10] --> 345 <string name="ffx_original">Original</string> 346 <!-- String for brown-colored old-fashion looking filter (filtershow_fx_0000_vintage) [CHAR LIMIT=10] --> 347 <string name="ffx_vintage">Vintage</string> 348 <!-- String for filter that brightens colors like instant cameras(filtershow_fx_0001_instant) [CHAR LIMIT=10] --> 349 <string name="ffx_instant">Instant</string> 350 <!-- String for filter that washes out colors (filtershow_fx_0002_bleach) [CHAR LIMIT=10] --> 351 <string name="ffx_bleach">Bleach</string> 352 <!-- String for filter that makes colors a bluish (filtershow_fx_0003_blue_crush) [CHAR LIMIT=10] --> 353 <string name="ffx_blue_crush">Blue</string> 354 <!-- String for filter that makes image black & white (filtershow_fx_0004_bw_contrast) [CHAR LIMIT=10] --> 355 <string name="ffx_bw_contrast">B/W</string> 356 <!-- String for filter that makes colors a yellowish (filtershow_fx_0005_punch) [CHAR LIMIT=10] --> 357 <string name="ffx_punch">Punch</string> 358 <!-- String for filter that mimics the cross-process technique in 359 photography (makes colors bluish) (filtershow_fx_0006_x_process) [CHAR LIMIT=10] --> 360 <string name="ffx_x_process">X Process</string> 361 <!-- String for filter that makes image coffee-colored (filtershow_fx_0007_washout) [CHAR LIMIT=10] --> 362 <string name="ffx_washout">Latte</string> 363 <!-- String for filter that makes colors washed out and brownish 364 (filtershow_fx_0008_washout_color) [CHAR LIMIT=10] --> 365 <string name="ffx_washout_color">Litho</string> 366 367 <!-- Toast message shown after we make some album(s) available offline [CHAR LIMIT=50] --> 368 <plurals name="make_albums_available_offline"> 369 <item quantity="one">Making album available offline.</item> 370 <item quantity="other">Making albums available offline.</item> 371 </plurals> 372 373 <!-- Toast message shown after we try to make a local album available offline 374 [CHAR LIMIT=150] --> 375 <string name="try_to_set_local_album_available_offline"> 376 This item is stored locally and available offline.</string> 377 378 <!-- A label shown on the action bar. It indicates that the user is 379 viewing all available albums [CHAR LIMIT=20] --> 380 <string name="set_label_all_albums">All albums</string> 381 382 <!-- A label shown on the action bar. It indicates that the user is 383 viewing albums stored locally on the device [CHAR LIMIT=20] --> 384 <string name="set_label_local_albums">Local albums</string> 385 386 <!-- A label shown on the action bar. It indicates that the user is 387 viewing MTP devices connected (like other digital cameras). 388 [CHAR LIMIT=20] --> 389 <string name="set_label_mtp_devices">MTP devices</string> 390 391 <!-- A label shown on the action bar. It indicates that the user is 392 viewing Picasa albums [CHAR LIMIT=20] --> 393 <string name="set_label_picasa_albums">Picasa albums</string> 394 395 <!-- Label indicating the amount on free space on the device. The parameter 396 is a string representation of the amount of free space, eg. "20MB". 397 [CHAR LIMIT=20] 398 --> 399 <string name="free_space_format"><xliff:g id="bytes">%s</xliff:g> free</string> 400 401 <!-- Label of a group of pictures. The size of each picture in this group is 402 less than a certain amount. The parameter is a string representation 403 of that amount, eg. "10MB". 404 [CHAR LIMIT=20] 405 --> 406 <string name="size_below"><xliff:g id="size">%1$s</xliff:g> or below</string> 407 408 <!-- Label of a group of pictures. The size of each picture in this group is 409 more than a certain amount. The parameter is a string representation 410 of that amount, eg. "10MB". 411 [CHAR LIMIT=20] 412 --> 413 <string name="size_above"><xliff:g id="size">%1$s</xliff:g> or above</string> 414 415 <!-- Label of a group of pictures. The size of each picture in this group is 416 between two amounts. The parameters are string representations of the two 417 amounts, eg. "10MB", "100MB". 418 [CHAR LIMIT=20] 419 --> 420 <string name="size_between"><xliff:g id="min_size">%1$s</xliff:g> to <xliff:g id="max_size">%2$s</xliff:g></string> 421 422 <!-- A label shown on the action bar. It indicates that the operation 423 to import media item(s) [CHAR LIMIT=20] --> 424 <string name="Import">Import</string> 425 426 <!-- A label shown on the action bar. It indicates whether the import 427 operation succeeds or fails. [CHAR LIMIT=20] --> 428 <string name="import_complete">Import complete</string> 429 <string name="import_fail">Import unsuccessful</string> 430 431 <!-- A toast indicating a camera is connected to the device [CHAR LIMIT=30]--> 432 <string name="camera_connected">Camera connected.</string> 433 <!-- A toast indicating a camera is disconnected [CHAR LIMIT=30] --> 434 <string name="camera_disconnected">Camera disconnected.</string> 435 <!-- A label shown on MTP albums thumbnail to instruct users to import 436 [CHAR LIMIT=40] --> 437 <string name="click_import">Touch here to import</string> 438 439 <!-- The label on the radio button for the widget type that shows the images randomly. [CHAR LIMIT=30]--> 440 <string name="widget_type_album">Choose an album</string> 441 <!-- The label on the radio button for the widget type that shows the images in an album. [CHAR LIMIT=30]--> 442 <string name="widget_type_shuffle">Shuffle all images</string> 443 <!-- The label on the radio button for the widget type that shows only one image. [CHAR LIMIT=30]--> 444 <string name="widget_type_photo">Choose an image</string> 445 446 <!-- The title of the dialog for choosing the type of widget. [CHAR LIMIT=20] --> 447 <string name="widget_type">Choose images</string> 448 449 <!-- Title of the Android Dreams slideshow screensaver. [CHAR LIMIT=20] --> 450 <string name="slideshow_dream_name">Slideshow</string> 451 452 <!-- Group by Albums tab on Action Bar. [CHAR LIMIT=12] --> 453 <string name="albums">Albums</string> 454 455 <!-- Group by Times tab on Action Bar. [CHAR LIMIT=12] --> 456 <string name="times">Times</string> 457 458 <!-- Group by Locations tab on Action Bar. [CHAR LIMIT=12] --> 459 <string name="locations">Locations</string> 460 461 <!-- Group by People tab on Action Bar. [CHAR LIMIT=12] --> 462 <string name="people">People</string> 463 464 <!-- Group by Tags tab on Action Bar. [CHAR LIMIT=12] --> 465 <string name="tags">Tags</string> 466 467 <!-- Group by menu item. [CHAR LIMIT=20] --> 468 <string name="group_by">Group by</string> 469 470 <!-- The title of the menu item which enable the settings [CHAR LIMIT=20] --> 471 <string name="settings">Settings</string> 472 473 <!-- The title of menu item where user can add a new account --> 474 <string name="add_account">Add account</string> 475 476 <!-- The label for the folder contains pictures taken by the camera. [CHAR LIMIT=20]--> 477 <string name="folder_camera">Camera</string> 478 479 <!-- The label for the folder contains downloaded pictures. [CHAR LIMIT=20]--> 480 <string name="folder_download">Download</string> 481 482 <!-- The label for the folder contains edited online pictures. [CHAR LIMIT=40]--> 483 <string name="folder_edited_online_photos">Edited Online Photos</string> 484 485 <!-- The label for the folder contains pictures that was imported from an 486 external camera. [CHAR LIMIT=20]--> 487 <string name="folder_imported">Imported</string> 488 489 <!-- The label for the folder contains screenshot images. [CHAR LIMIT=20]--> 490 <string name="folder_screenshot">Screenshot</string> 491 492 <!-- The title of the menu item which display online help in browser. [CHAR LIMIT=20]--> 493 <string name="help">Help</string> 494 495 <!-- The tilte of a dialog showing there is no external storage. [CHAR LIMIT=20] --> 496 <string name="no_external_storage_title">No Storage</string> 497 498 <!-- The message of a dialog showing there is no external storage. [CHAR LIMIT=none] --> 499 <string name="no_external_storage">No external storage available</string> 500 501 <!-- Label for album filmstrip button --> 502 <string name="switch_photo_filmstrip">Filmstrip view</string> 503 504 <!-- Label for album grid button --> 505 <string name="switch_photo_grid">Grid view</string> 506 507 <!-- Label for fullscreen button. [CHAR LIMIT=20] --> 508 <string name="switch_photo_fullscreen">Fullscreen view</string> 509 510 <!-- The tilte of a dialog showing trimming in progress. [CHAR LIMIT=20] --> 511 <string name="trimming">Trimming</string> 512 513 <!-- The tilte of a dialog showing muting in progress. [CHAR LIMIT=20] --> 514 <string name="muting">Muting</string> 515 516 <!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] --> 517 <string name="please_wait">Please wait</string> 518 519 <!-- Toast after the trimming / muting is done. [CHAR LIMIT=50] --> 520 <string name="save_into">Saving video to <xliff:g id="album_name">%1$s</xliff:g> \u2026</string> 521 522 <!-- Toast if the trimmed video is too short to trim. [CHAR LIMIT=80] --> 523 <string name="trim_too_short">Can not trim : target video is too short</string> 524 525 <!-- Text to show with progress bar while stitching in Gallery --> 526 <string name="pano_progress_text">Rendering panorama</string> 527 528 <!-- The label on the button that will save an edited image --> 529 <string name="save" msgid="8140440041190264400">Save</string> 530 531 <!-- Text of notification message which is shown when user attaches camera --> 532 <string name="ingest_scanning" msgid="2048262851775139720">Scanning content...</string> 533 534 <!-- String indicating how many media items from the camera have been scanned --> 535 <plurals name="ingest_number_of_items_scanned"> 536 <item quantity="zero">%1$d items scanned</item> 537 <item quantity="one">%1$d item scanned</item> 538 <item quantity="other">%1$d items scanned</item> 539 </plurals> 540 541 <!-- Status message shown when content from the camera is being sorted --> 542 <string name="ingest_sorting" msgid="624687230903648118">Sorting...</string> 543 544 <!-- Status message shown when scanning the content from the camera has completed --> 545 <string name="ingest_scanning_done">Scanning done</string> 546 547 <!-- Status message shown when content from an external camera is being imported --> 548 <string name="ingest_importing">Importing...</string> 549 550 <!-- Status message shown when there is no content available to be imported --> 551 <string name="ingest_empty_device">There is no content available for importing on this device.</string> 552 553 <!-- Status message shown when there is no MTP device connected --> 554 <string name="ingest_no_device">There is no MTP device connected</string> 555 556 <!-- Camera resources below --> 557 558 <!-- General strings --> 559 560 <!-- title for the dialog showing the error of camera hardware --> 561 <string name="camera_error_title">Camera error</string> 562 563 <!-- message for the dialog showing the error of camera hardware --> 564 <string name="cannot_connect_camera">Can\'t connect to the camera.</string> 565 566 <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. --> 567 <string name="camera_disabled">Camera has been disabled because of security policies.</string> 568 569 <!-- label for the icon meaning 'show me all the images that were taken with the camera' --> 570 <string name="camera_label">Camera</string> 571 572 <!-- alert to the user to wait for some operation to complete --> 573 <string name="wait">Please wait\u2026</string> 574 575 <!-- alert to the user that USB storage must be available before using the camera [CHAR LIMIT=NONE] --> 576 <string name="no_storage" product="nosdcard">Mount USB storage before using the camera.</string> 577 <!-- alert to the user that an SD card must be installed before using the camera --> 578 <string name="no_storage" product="default">Insert an SD card before using the camera.</string> 579 580 <!-- alert to the user that the USB storage is being disk-checked [CHAR LIMIT=30] --> 581 <string name="preparing_sd" product="nosdcard">Preparing USB storage\u2026</string> 582 <!-- alert to the user that the SD card is being disk-checked --> 583 <string name="preparing_sd" product="default">Preparing SD card\u2026</string> 584 585 <!-- alert to the user that the camera fails to read or write the USB storage. [CHAR LIMIT=NONE] --> 586 <string name="access_sd_fail" product="nosdcard">Couldn\'t access USB storage.</string> 587 <!-- alert to the user that the camera fails to read or write the SD card. --> 588 <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string> 589 590 <!-- button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=10] --> 591 <string name="review_cancel">CANCEL</string> 592 593 <!-- button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=10] --> 594 <string name="review_ok">DONE</string> 595 596 <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] --> 597 <string name="time_lapse_title">Time lapse recording</string> 598 599 <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] --> 600 <string name="pref_camera_id_title">Choose camera</string> 601 602 <string name="pref_camera_id_default" translatable="false">0</string> 603 604 <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] --> 605 <string name="pref_camera_id_entry_back">Back</string> 606 <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] --> 607 <string name="pref_camera_id_entry_front">Front</string> 608 609 <!-- Settings screen, setting title text --> 610 <string name="pref_camera_recordlocation_title">Store location</string> 611 612 <string name="pref_camera_recordlocation_default" translatable="false">none</string> 613 614 <!-- Label for record location preference [CHAR LIMIT=50] --> 615 <string name="pref_camera_location_label">LOCATION</string> 616 617 <!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]--> 618 <string name="pref_camera_timer_title">Countdown timer</string> 619 620 <string name="pref_camera_timer_default" translatable="false">0</string> 621 <!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]--> 622 <plurals name="pref_camera_timer_entry"> 623 <item quantity="one">1 second</item> 624 <item quantity="other">%d seconds</item> 625 </plurals> 626 <string name="pref_camera_timer_sound_default">@string/setting_on_value</string> 627 <!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 16]--> 628 <string name="pref_camera_timer_sound_title">Beep during countdown</string> 629 630 <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] --> 631 <string name="setting_off">Off</string> 632 <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] --> 633 <string name="setting_on">On</string> 634 635 <!-- The value of a camera preference indicating the setting is off. --> 636 <string name="setting_off_value" translatable="false">off</string> 637 <!-- The value of a camera preference indicating the setting is on. --> 638 <string name="setting_on_value" translatable="false">on</string> 639 640 <!-- The Video quality settings in preference [CHAR LIMIT=21] --> 641 <string name="pref_video_quality_title">Video quality</string> 642 <!-- The default quality value is 5 (720p) --> 643 <string name="pref_video_quality_default" translatable="false">5</string> 644 <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] --> 645 <string name="pref_video_quality_entry_1080p" translatable="false">HD 1080p</string> 646 <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] --> 647 <string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string> 648 <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] --> 649 <string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string> 650 <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] --> 651 <string name="pref_video_quality_entry_high">High</string> 652 <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] --> 653 <string name="pref_video_quality_entry_low">Low</string> 654 655 <!-- Describes the preference dialog for choosing interval between frame capture for 656 time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] --> 657 <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string> 658 <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string> 659 660 <!-- Settings screen, Camera setting category title --> 661 <string name="pref_camera_settings_category">Camera settings</string> 662 663 <!-- Settings screen, Camcorder setting category title --> 664 <string name="pref_camcorder_settings_category">Camcorder settings</string> 665 666 <!-- Settings screen, Picture size title --> 667 <string name="pref_camera_picturesize_title">Picture size</string> 668 669 <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=15] --> 670 <string name="pref_camera_picturesize_entry_13mp">13M pixels</string> 671 <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=15] --> 672 <string name="pref_camera_picturesize_entry_8mp">8M pixels</string> 673 <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=15] --> 674 <string name="pref_camera_picturesize_entry_5mp">5M pixels</string> 675 <!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=15] --> 676 <string name="pref_camera_picturesize_entry_4mp">4M pixels</string> 677 <!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=15] --> 678 <string name="pref_camera_picturesize_entry_3mp">3M pixels</string> 679 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=15] --> 680 <string name="pref_camera_picturesize_entry_2mp">2M pixels</string> 681 <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=15] --> 682 <string name="pref_camera_picturesize_entry_2mp_wide">2M pixels (16:9)</string> 683 <!-- Settings screen, dialog choice for 1.3 megapixels picture size [CHAR LIMIT=15] --> 684 <string name="pref_camera_picturesize_entry_1_3mp">1.3M pixels</string> 685 <!-- Settings screen, dialog choice for 1 megapixels picture size [CHAR LIMIT=15] --> 686 <string name="pref_camera_picturesize_entry_1mp">1M pixels</string> 687 <!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=15] --> 688 <string name="pref_camera_picturesize_entry_vga">VGA</string> 689 <!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=15] --> 690 <string name="pref_camera_picturesize_entry_qvga">QVGA</string> 691 692 <!-- Settings screen, Focus mode title --> 693 <string name="pref_camera_focusmode_title">Focus mode</string> 694 695 <!-- Settings screen, Focus mode dialog radio button choices --> 696 <string name="pref_camera_focusmode_entry_auto">Auto</string> 697 <string name="pref_camera_focusmode_entry_infinity">Infinity</string> 698 <string name="pref_camera_focusmode_entry_macro">Macro</string> 699 700 <!-- Menu, focus mode labels [CHAR LIMIT=50] --> 701 <string name="pref_camera_focusmode_label_auto">AUTO</string> 702 <string name="pref_camera_focusmode_label_infinity">INFINITY</string> 703 <string name="pref_camera_focusmode_label_macro">MACRO</string> 704 705 <!-- Default flash mode setting.--> 706 <string name="pref_camera_flashmode_default" translatable="false">auto</string> 707 708 <!-- Value for flash off setting--> 709 <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string> 710 711 <!-- Settings screen, Flash mode title --> 712 <string name="pref_camera_flashmode_title">Flash mode</string> 713 <!-- flash label [CHAR LIMIT=50] --> 714 <string name="pref_camera_flashmode_label">FLASH MODE</string> 715 716 <!-- Settings screen, Flash mode dialog radio button choices --> 717 <string name="pref_camera_flashmode_entry_auto">Auto</string> 718 <string name="pref_camera_flashmode_entry_on">On</string> 719 <string name="pref_camera_flashmode_entry_off">Off</string> 720 721 <!-- Menu, flash mode labels [CHAR LIMIT=50] --> 722 <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string> 723 <string name="pref_camera_flashmode_label_on">FLASH ON</string> 724 <string name="pref_camera_flashmode_label_off">FLASH OFF</string> 725 726 <!-- Default videocamera flash mode setting.--> 727 <string name="pref_camera_video_flashmode_default" translatable="false">off</string> 728 729 <!-- Default white balance setting. --> 730 <string name="pref_camera_whitebalance_default" translatable="false">auto</string> 731 732 <!-- Settings screen, white balance title --> 733 <string name="pref_camera_whitebalance_title">White balance</string> 734 <!-- Menu, white balance label --> 735 <string name="pref_camera_whitebalance_label">WHITE BALANCE</string> 736 737 <!-- Settings screen, White balance dialog radio button choices --> 738 <string name="pref_camera_whitebalance_entry_auto">Auto</string> 739 <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string> 740 <string name="pref_camera_whitebalance_entry_daylight">Daylight</string> 741 <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string> 742 <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string> 743 744 <!-- Menu, White balance labels [CHAR LIMIT=50] --> 745 <string name="pref_camera_whitebalance_label_auto">AUTO</string> 746 <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string> 747 <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string> 748 <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string> 749 <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string> 750 751 <!-- Default scene mode setting. --> 752 <string name="pref_camera_scenemode_default" translatable="false">auto</string> 753 754 <!-- Settings screen, Select Scene mode --> 755 <string name="pref_camera_scenemode_title">Scene mode</string> 756 757 <!-- Settings menu, scene mode choices [CHAR LIMIT=16] --> 758 <string name="pref_camera_scenemode_entry_auto">Auto</string> 759 <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] --> 760 <string name="pref_camera_scenemode_entry_hdr">HDR</string> 761 <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] --> 762 <string name="pref_camera_scenemode_entry_action">Action</string> 763 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] --> 764 <string name="pref_camera_scenemode_entry_night">Night</string> 765 <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] --> 766 <string name="pref_camera_scenemode_entry_sunset">Sunset</string> 767 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] --> 768 <string name="pref_camera_scenemode_entry_party">Party</string> 769 770 <!-- Settings menu, scene mode labels [CHAR LIMIT=50] --> 771 <string name="pref_camera_scenemode_label_auto">NONE</string> 772 <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] --> 773 <string name="pref_camera_scenemode_label_action">ACTION</string> 774 <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] --> 775 <string name="pref_camera_scenemode_label_night">NIGHT</string> 776 <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] --> 777 <string name="pref_camera_scenemode_label_sunset">SUNSET</string> 778 <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] --> 779 <string name="pref_camera_scenemode_label_party">PARTY</string> 780 781 <!-- Settings menu countdown timer labels [CHAR LIMIT=50] --> 782 <string name="pref_camera_countdown_label">COUNTDOWN TIMER</string> 783 <!-- Settings menu countdown timer off [CHAR LIMIT=50] --> 784 <string name="pref_camera_countdown_label_off">TIMER OFF</string> 785 <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] --> 786 <string name="pref_camera_countdown_label_one">1 SECOND</string> 787 <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] --> 788 <string name="pref_camera_countdown_label_three">3 SECONDS</string> 789 <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] --> 790 <string name="pref_camera_countdown_label_ten">10 SECONDS</string> 791 <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] --> 792 <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string> 793 794 <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] --> 795 <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string> 796 797 <!-- Exposure settings in preference --> 798 <string name="pref_exposure_title">Exposure</string> 799 <string name="pref_exposure_default" translatable="false">0</string> 800 <!-- menu label exposure compensation [CHAR LIMIT=50] --> 801 <string name="pref_exposure_label">EXPOSURE</string> 802 803 <!-- Default HDR entry value --> 804 <string name="pref_camera_hdr_default">@string/setting_off_value</string> 805 806 <!-- HDR label ON [CHAR LIMIT=60] --> 807 <string name="pref_camera_hdr_label">HDR</string> 808 809 <!-- switch camera label back [CHAR LIMIT=60] --> 810 <string name="pref_camera_id_label_back">FRONT CAMERA</string> 811 <!-- switch camera label front [CHAR LIMIT=60] --> 812 <string name="pref_camera_id_label_front">BACK CAMERA</string> 813 814 <!-- Dialog "OK" button. Dismisses dialog. --> 815 <string name="dialog_ok">OK</string> 816 817 <!-- Low-memory dialog message [CHAR LIMT=NONE] --> 818 <string name="spaceIsLow_content" product="nosdcard">Your USB storage is running out of space. Change the quality setting or delete some images or other files.</string> 819 <!-- Low-memory dialog message [CHAR LIMIT=NONE] --> 820 <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> 821 822 <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. --> 823 <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string> 824 825 <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. --> 826 <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string> 827 828 <!-- Filename prefix for panorama output. --> 829 <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string> 830 831 <!-- The message shown when video record reaches size limit. --> 832 <string name="video_reach_size_limit">Size limit reached.</string> 833 834 <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=12] --> 835 <string name="pano_too_fast_prompt">Too fast</string> 836 837 <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] --> 838 <string name="pano_dialog_prepare_preview">Preparing panorama</string> 839 840 <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] --> 841 <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string> 842 843 <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] --> 844 <string name="pano_dialog_title">Panorama</string> 845 846 <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] --> 847 <string name="pano_capture_indication">Capturing panorama</string> 848 849 <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] --> 850 <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string> 851 852 <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] --> 853 <string name="pano_review_saving_indication_str">Saving\u2026</string> 854 855 <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] --> 856 <string name="pano_review_rendering">Rendering panorama</string> 857 858 <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] --> 859 <string name="tap_to_focus">Touch to focus.</string> 860 861 <!-- Default effect setting that clears the effect. --> 862 <string name="pref_video_effect_default" translatable="false">none</string> 863 864 <!-- Title of video effect setting popup window --> 865 <string name="pref_video_effect_title">Effects</string> 866 867 <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] --> 868 <string name="effect_none">None</string> 869 <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] --> 870 <string name="effect_goofy_face_squeeze">Squeeze</string> 871 <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] --> 872 <string name="effect_goofy_face_big_eyes">Big eyes</string> 873 <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] --> 874 <string name="effect_goofy_face_big_mouth">Big mouth</string> 875 <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] --> 876 <string name="effect_goofy_face_small_mouth">Small mouth</string> 877 <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] --> 878 <string name="effect_goofy_face_big_nose">Big nose</string> 879 <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] --> 880 <string name="effect_goofy_face_small_eyes">Small eyes</string> 881 <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] --> 882 <string name="effect_backdropper_space">In space</string> 883 <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=14] --> 884 <string name="effect_backdropper_sunset">Sunset</string> 885 <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=14] --> 886 <string name="effect_backdropper_gallery">Your video</string> 887 888 <!-- Message displayed in overlay during background replacement training [CHAR LIMIT=180]--> 889 <string name="bg_replacement_message">Set your device down.\nStep out of view for a moment.</string> 890 891 892 <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] --> 893 <string name="video_snapshot_hint">Touch to take photo while recording.</string> 894 895 <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] --> 896 <string name="video_recording_started">Video recording has started.</string> 897 <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] --> 898 <string name="video_recording_stopped">Video recording has stopped.</string> 899 900 <!-- Toast telling users video snapshot is disabled when the effects are on and a user tries to tap on the viewfinder [CHAR LIMIT=65] --> 901 <string name="disable_video_snapshot_hint">Video snapshot is disabled when special effects are on.</string> 902 903 <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] --> 904 <string name="clear_effects">Clear effects</string> 905 906 <!-- Title of category for silly face effects. [CHAR LIMIT=26] --> 907 <string name="effect_silly_faces">SILLY FACES</string> 908 909 <!-- Title of category for background replacement effects. [CHAR LIMIT=26] --> 910 <string name="effect_background">BACKGROUND</string> 911 912 <!-- The shutter button. [CHAR LIMIT = NONE] --> 913 <string name="accessibility_shutter_button">Shutter button</string> 914 <!-- The menu button. [CHAR LIMIT = NONE] --> 915 <string name="accessibility_menu_button">Menu button</string> 916 <!-- The button to review the thumbnail. [CHAR LIMIT = NONE] --> 917 <string name="accessibility_review_thumbnail">Most recent photo</string> 918 <!-- The front/back camera switch. [CHAR LIMIT = NONE] --> 919 <string name="accessibility_camera_picker">Front and back camera switch</string> 920 <!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] --> 921 <string name="accessibility_mode_picker">Camera, video, or panorama selector</string> 922 <!-- The button to switch to the second-level indicators of the camera settings. [CHAR LIMIT = NONE] --> 923 <string name="accessibility_second_level_indicators">More setting controls</string> 924 <!-- The button to back to the first-level indicators of the camera settings. [CHAR LIMIT = NONE] --> 925 <string name="accessibility_back_to_first_level">Close setting controls</string> 926 <!-- The zoom control button. [CHAR LIMIT = NONE] --> 927 <string name="accessibility_zoom_control">Zoom control</string> 928 <!-- The decrement button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] --> 929 <string name="accessibility_decrement">Decrease %1$s</string> 930 <!-- The increment button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] --> 931 <string name="accessibility_increment">Increase %1$s</string> 932 <!-- The check box in camera settings, such as store location. [CHAR LIMIT = NONE] --> 933 <string name="accessibility_check_box">%1$s check box</string> 934 <!-- The button to switch to Camera mode. [CHAR LIMIT = NONE] --> 935 <string name="accessibility_switch_to_camera">Switch to photo</string> 936 <!-- The button to switch to Video mode. [CHAR LIMIT = NONE] --> 937 <string name="accessibility_switch_to_video">Switch to video</string> 938 <!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] --> 939 <string name="accessibility_switch_to_panorama">Switch to panorama</string> 940 <!-- The button to switch to new Panorama mode. [CHAR LIMIT = NONE] --> 941 <string name="accessibility_switch_to_new_panorama">Switch to new panorama</string> 942 <!-- The button to switch to the Re-Focus mode. [CHAR LIMIT = NONE] --> 943 <string name="accessibility_switch_to_refocus">Switch to Refocus</string> 944 <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] --> 945 <string name="accessibility_review_cancel">Review cancel</string> 946 <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT = NONE] --> 947 <string name="accessibility_review_ok">Review done</string> 948 <!-- button in review mode indicate the user want to retake another photo/video for attachment [ 949 CHAR LIMIT = NONE] --> 950 <string name="accessibility_review_retake">Review retake</string> 951 <!-- The button to play the video. [CHAR LIMIT = NONE] --> 952 <string name="accessibility_play_video">Play video</string> 953 <!-- The button to pause the video. [CHAR LIMIT = NONE] --> 954 <string name="accessibility_pause_video">Pause video</string> 955 <!-- The button to reload the video. [CHAR LIMIT = NONE] --> 956 <string name="accessibility_reload_video">Reload video</string> 957 <!-- The time bar of the media player. [CHAR LIMIT = NONE] --> 958 <string name="accessibility_time_bar">Video player time bar</string> 959 960 <!-- TODO: remove the string as it is a work-around solution to bypass the default speak of the element type. --> 961 <string name="empty" translatable="false">" "</string> 962 963 <!-- Default text for a button that can be toggled on and off. --> 964 <string name="capital_on">ON</string> 965 <!-- Default text for a button that can be toggled on and off. --> 966 <string name="capital_off">OFF</string> 967 968 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 969 <string name="pref_video_time_lapse_frame_interval_off">Off</string> 970 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 971 <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string> 972 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 973 <string name="pref_video_time_lapse_frame_interval_1000">1 second</string> 974 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 975 <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string> 976 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 977 <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string> 978 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 979 <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string> 980 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 981 <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string> 982 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 983 <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string> 984 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 985 <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string> 986 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 987 <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string> 988 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 989 <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string> 990 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 991 <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string> 992 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 993 <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string> 994 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 995 <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string> 996 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 997 <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string> 998 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 999 <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string> 1000 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1001 <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string> 1002 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1003 <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string> 1004 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1005 <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string> 1006 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1007 <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string> 1008 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1009 <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string> 1010 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1011 <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string> 1012 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1013 <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string> 1014 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1015 <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string> 1016 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1017 <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string> 1018 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1019 <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string> 1020 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1021 <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string> 1022 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1023 <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string> 1024 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1025 <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string> 1026 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1027 <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string> 1028 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1029 <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string> 1030 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1031 <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string> 1032 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1033 <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string> 1034 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1035 <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string> 1036 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1037 <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string> 1038 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1039 <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string> 1040 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1041 <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string> 1042 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1043 <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string> 1044 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1045 <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string> 1046 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] --> 1047 <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string> 1048 1049 <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT = 20] --> 1050 <string name="time_lapse_seconds">seconds</string> 1051 <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT = 20] --> 1052 <string name="time_lapse_minutes">minutes</string> 1053 <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT = 20] --> 1054 <string name="time_lapse_hours">hours</string> 1055 1056 <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT = 20] --> 1057 <string name="time_lapse_interval_set">Done</string> 1058 <!-- Title in time interval picker for setting time interval. [CHAR LIMIT = 30]--> 1059 <string name="set_time_interval">Set Time Interval</string> 1060 <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT = 180]--> 1061 <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string> 1062 <!-- Help text that is shown when the countdown timer is turned off. [CHAR LIMIT = 180]--> 1063 <string name="set_timer_help">Countdown timer is off. Turn it on to count down before taking a picture.</string> 1064 <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT = 50]--> 1065 <string name="set_duration">Set duration in seconds</string> 1066 <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT = 60]--> 1067 <string name="count_down_title_text">Counting down to take a photo</string> 1068 1069 <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 50] --> 1070 <string name="remember_location_title">Remember photo locations?</string> 1071 <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = None] --> 1072 <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> 1073 <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] --> 1074 <string name="remember_location_no">No thanks</string> 1075 <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] --> 1076 <string name="remember_location_yes">Yes</string> 1077 1078 <!-- Menu item to launch the camera app [CHAR LIMIT=25] --> 1079 <string name="menu_camera">Camera</string> 1080 <!-- Menu item to search for photos [CHAR LIMIT=25] --> 1081 <string name="menu_search">Search</string> 1082 <!-- Title for the all photos tab [CHAR LIMIT=25] --> 1083 <string name="tab_photos">Photos</string> 1084 <!-- Title for the albums tab [CHAR LIMIT=25] --> 1085 <string name="tab_albums">Albums</string> 1086 1087 <!-- Camera menu labels --> 1088 1089 <!-- more options label [CHAR LIMIT=50] --> 1090 <string name="camera_menu_more_label">MORE OPTIONS</string> 1091 <!-- settings label [CHAR LIMIT=50] --> 1092 <string name="camera_menu_settings_label">SETTINGS</string> 1093 1094 <!-- String indicating how many photos are in an album [CHAR LIMIT=15] --> 1095 <plurals name="number_of_photos"> 1096 <item quantity="one">%1$d photo</item> 1097 <item quantity="other">%1$d photos</item> 1098 </plurals> 1099 </resources> 1100