Home | History | Annotate | Download | only in values
      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 &amp; 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     <!-- A label representing the action of importing media item(s) [CHAR LIMIT=20] -->
    532     <string name="ingest_import">@string/Import</string>
    533 
    534     <!-- A label that indicates the media import operation completed [CHAR LIMIT=20] -->
    535     <string name="ingest_import_complete">@string/import_complete</string>
    536 
    537     <!--  Text of notification message which is shown when user attaches camera -->
    538     <string name="ingest_scanning" msgid="2048262851775139720">Scanning content...</string>
    539 
    540     <!-- String indicating how many media items from the camera have been scanned -->
    541     <plurals name="ingest_number_of_items_scanned">
    542         <item quantity="zero">%1$d items scanned</item>
    543         <item quantity="one">%1$d item scanned</item>
    544         <item quantity="other">%1$d items scanned</item>
    545     </plurals>
    546 
    547     <!-- String indicating how many media items from the camera have been selected -->
    548     <plurals name="ingest_number_of_items_selected">
    549         <item quantity="zero">%1$d items selected</item>
    550         <item quantity="one">%1$d item selected</item>
    551         <item quantity="other">%1$d items selected</item>
    552     </plurals>
    553 
    554     <!--  Status message shown when content from the camera is being sorted -->
    555     <string name="ingest_sorting" msgid="624687230903648118">Sorting...</string>
    556 
    557     <!--  Status message shown when scanning the content from the camera has completed -->
    558     <string name="ingest_scanning_done">Scanning done</string>
    559 
    560     <!--  Status message shown when content from an external camera is being imported -->
    561     <string name="ingest_importing">Importing...</string>
    562 
    563     <!--  Status message shown when there is no content available to be imported -->
    564     <string name="ingest_empty_device">There is no content available for importing on this device.</string>
    565 
    566     <!--  Status message shown when there is no MTP device connected  -->
    567     <string name="ingest_no_device">There is no MTP device connected</string>
    568 
    569     <!-- Label for album grid button -->
    570     <string name="ingest_switch_photo_grid">@string/switch_photo_grid</string>
    571 
    572     <!-- Label for fullscreen button. [CHAR LIMIT=20] -->
    573     <string name="ingest_switch_photo_fullscreen">@string/switch_photo_fullscreen</string>
    574 
    575     <!-- Camera resources below -->
    576 
    577     <!-- General strings -->
    578 
    579     <!-- title for the dialog showing the error of camera hardware -->
    580     <string name="camera_error_title">Camera error</string>
    581 
    582     <!-- message for the dialog showing the error of camera hardware -->
    583     <string name="cannot_connect_camera">Can\'t connect to the camera.</string>
    584 
    585     <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
    586     <string name="camera_disabled">Camera has been disabled because of security policies.</string>
    587 
    588     <!-- label for the icon meaning 'show me all the images that were taken with the camera' -->
    589     <string name="camera_label">Camera</string>
    590 
    591     <!-- alert to the user to wait for some operation to complete -->
    592     <string name="wait">Please wait\u2026</string>
    593 
    594     <!-- alert to the user that USB storage must be available before using the camera [CHAR LIMIT=NONE] -->
    595     <string name="no_storage" product="nosdcard">Mount USB storage before using the camera.</string>
    596     <!-- alert to the user that an SD card must be installed before using the camera -->
    597     <string name="no_storage" product="default">Insert an SD card before using the camera.</string>
    598 
    599     <!-- alert to the user that the USB storage is being disk-checked [CHAR LIMIT=30] -->
    600     <string name="preparing_sd" product="nosdcard">Preparing USB storage\u2026</string>
    601     <!-- alert to the user that the SD card is being disk-checked -->
    602     <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
    603 
    604     <!-- alert to the user that the camera fails to read or write the USB storage. [CHAR LIMIT=NONE] -->
    605     <string name="access_sd_fail" product="nosdcard">Couldn\'t access USB storage.</string>
    606     <!-- alert to the user that the camera fails to read or write the SD card. -->
    607     <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string>
    608 
    609     <!-- button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=10] -->
    610     <string name="review_cancel">CANCEL</string>
    611 
    612     <!-- button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=10] -->
    613     <string name="review_ok">DONE</string>
    614 
    615     <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
    616     <string name="time_lapse_title">Time lapse recording</string>
    617 
    618     <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
    619     <string name="pref_camera_id_title">Choose camera</string>
    620 
    621     <string name="pref_camera_id_default" translatable="false">0</string>
    622 
    623     <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
    624     <string name="pref_camera_id_entry_back">Back</string>
    625     <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
    626     <string name="pref_camera_id_entry_front">Front</string>
    627 
    628     <!-- Settings screen, setting title text -->
    629     <string name="pref_camera_recordlocation_title">Store location</string>
    630 
    631     <string name="pref_camera_recordlocation_default" translatable="false">none</string>
    632 
    633     <!--  Label for record location preference [CHAR LIMIT=50] -->
    634     <string name="pref_camera_location_label">LOCATION</string>
    635 
    636     <!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
    637     <string name="pref_camera_timer_title">Countdown timer</string>
    638 
    639     <string name="pref_camera_timer_default" translatable="false">0</string>
    640     <!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
    641     <plurals name="pref_camera_timer_entry">
    642         <item quantity="one">1 second</item>
    643         <item quantity="other">%d seconds</item>
    644     </plurals>
    645     <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
    646     <!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 16]-->
    647     <string name="pref_camera_timer_sound_title">Beep during countdown</string>
    648 
    649     <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
    650     <string name="setting_off">Off</string>
    651     <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
    652     <string name="setting_on">On</string>
    653 
    654     <!-- The value of a camera preference indicating the setting is off. -->
    655     <string name="setting_off_value" translatable="false">off</string>
    656     <!-- The value of a camera preference indicating the setting is on. -->
    657     <string name="setting_on_value" translatable="false">on</string>
    658 
    659     <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
    660     <string name="pref_video_quality_title">Video quality</string>
    661     <!-- The default quality value is 5 (720p) -->
    662     <string name="pref_video_quality_default" translatable="false">5</string>
    663     <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
    664     <string name="pref_video_quality_entry_1080p" translatable="false">HD 1080p</string>
    665     <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
    666     <string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string>
    667     <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
    668     <string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string>
    669     <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
    670     <string name="pref_video_quality_entry_high">High</string>
    671     <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
    672     <string name="pref_video_quality_entry_low">Low</string>
    673 
    674     <!-- Describes the preference dialog for choosing interval between frame capture for
    675     time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
    676     <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string>
    677     <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
    678 
    679     <!-- Settings screen, Camera setting category title -->
    680     <string name="pref_camera_settings_category">Camera settings</string>
    681 
    682     <!-- Settings screen, Camcorder setting category title -->
    683     <string name="pref_camcorder_settings_category">Camcorder settings</string>
    684 
    685     <!-- Settings screen, Picture size title -->
    686     <string name="pref_camera_picturesize_title">Picture size</string>
    687 
    688     <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=15] -->
    689     <string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
    690     <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=15] -->
    691     <string name="pref_camera_picturesize_entry_8mp">8M pixels</string>
    692     <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=15] -->
    693     <string name="pref_camera_picturesize_entry_5mp">5M pixels</string>
    694     <!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=15] -->
    695     <string name="pref_camera_picturesize_entry_4mp">4M pixels</string>
    696     <!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=15] -->
    697     <string name="pref_camera_picturesize_entry_3mp">3M pixels</string>
    698     <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=15] -->
    699     <string name="pref_camera_picturesize_entry_2mp">2M pixels</string>
    700     <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=15] -->
    701     <string name="pref_camera_picturesize_entry_2mp_wide">2M pixels (16:9)</string>
    702     <!-- Settings screen, dialog choice for 1.3 megapixels picture size [CHAR LIMIT=15] -->
    703     <string name="pref_camera_picturesize_entry_1_3mp">1.3M pixels</string>
    704     <!-- Settings screen, dialog choice for 1 megapixels picture size [CHAR LIMIT=15] -->
    705     <string name="pref_camera_picturesize_entry_1mp">1M pixels</string>
    706     <!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=15] -->
    707     <string name="pref_camera_picturesize_entry_vga">VGA</string>
    708     <!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=15] -->
    709     <string name="pref_camera_picturesize_entry_qvga">QVGA</string>
    710 
    711     <!-- Settings screen, Focus mode title -->
    712     <string name="pref_camera_focusmode_title">Focus mode</string>
    713 
    714     <!-- Settings screen, Focus mode dialog radio button choices -->
    715     <string name="pref_camera_focusmode_entry_auto">Auto</string>
    716     <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
    717     <string name="pref_camera_focusmode_entry_macro">Macro</string>
    718 
    719     <!-- Menu, focus mode labels [CHAR LIMIT=50] -->
    720     <string name="pref_camera_focusmode_label_auto">AUTO</string>
    721     <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
    722     <string name="pref_camera_focusmode_label_macro">MACRO</string>
    723 
    724     <!-- Default flash mode setting.-->
    725     <string name="pref_camera_flashmode_default" translatable="false">auto</string>
    726 
    727     <!-- Value for flash off setting-->
    728     <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
    729 
    730     <!-- Settings screen, Flash mode title -->
    731     <string name="pref_camera_flashmode_title">Flash mode</string>
    732         <!-- flash label [CHAR LIMIT=50] -->
    733     <string name="pref_camera_flashmode_label">FLASH MODE</string>
    734 
    735     <!-- Settings screen, Flash mode dialog radio button choices -->
    736     <string name="pref_camera_flashmode_entry_auto">Auto</string>
    737     <string name="pref_camera_flashmode_entry_on">On</string>
    738     <string name="pref_camera_flashmode_entry_off">Off</string>
    739 
    740     <!-- Menu, flash mode labels [CHAR LIMIT=50] -->
    741     <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string>
    742     <string name="pref_camera_flashmode_label_on">FLASH ON</string>
    743     <string name="pref_camera_flashmode_label_off">FLASH OFF</string>
    744 
    745     <!-- Default videocamera flash mode setting.-->
    746     <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
    747 
    748     <!-- Default white balance setting. -->
    749     <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
    750 
    751     <!-- Settings screen, white balance title -->
    752     <string name="pref_camera_whitebalance_title">White balance</string>
    753     <!-- Menu, white balance label -->
    754     <string name="pref_camera_whitebalance_label">WHITE BALANCE</string>
    755 
    756     <!-- Settings screen, White balance dialog radio button choices -->
    757     <string name="pref_camera_whitebalance_entry_auto">Auto</string>
    758     <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
    759     <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
    760     <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
    761     <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
    762 
    763     <!-- Menu, White balance labels [CHAR LIMIT=50] -->
    764     <string name="pref_camera_whitebalance_label_auto">AUTO</string>
    765     <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string>
    766     <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string>
    767     <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string>
    768     <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string>
    769 
    770     <!-- Default scene mode setting. -->
    771     <string name="pref_camera_scenemode_default" translatable="false">auto</string>
    772 
    773     <!-- Settings screen, Select Scene mode -->
    774     <string name="pref_camera_scenemode_title">Scene mode</string>
    775 
    776     <!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
    777     <string name="pref_camera_scenemode_entry_auto">Auto</string>
    778     <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
    779     <string name="pref_camera_scenemode_entry_hdr">HDR</string>
    780     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
    781     <string name="pref_camera_scenemode_entry_action">Action</string>
    782     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
    783     <string name="pref_camera_scenemode_entry_night">Night</string>
    784     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
    785     <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
    786     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
    787     <string name="pref_camera_scenemode_entry_party">Party</string>
    788 
    789     <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
    790     <string name="pref_camera_scenemode_label_auto">NONE</string>
    791     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
    792     <string name="pref_camera_scenemode_label_action">ACTION</string>
    793     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
    794     <string name="pref_camera_scenemode_label_night">NIGHT</string>
    795     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
    796     <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
    797     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
    798     <string name="pref_camera_scenemode_label_party">PARTY</string>
    799 
    800     <!-- Settings menu countdown timer labels [CHAR LIMIT=50] -->
    801     <string name="pref_camera_countdown_label">COUNTDOWN TIMER</string>
    802     <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
    803     <string name="pref_camera_countdown_label_off">TIMER OFF</string>
    804     <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
    805     <string name="pref_camera_countdown_label_one">1 SECOND</string>
    806     <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
    807     <string name="pref_camera_countdown_label_three">3 SECONDS</string>
    808     <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
    809     <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
    810     <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
    811     <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
    812 
    813     <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
    814     <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
    815 
    816     <!-- Exposure settings in preference -->
    817     <string name="pref_exposure_title">Exposure</string>
    818     <string name="pref_exposure_default" translatable="false">0</string>
    819     <!--  menu label exposure compensation [CHAR LIMIT=50] -->
    820     <string name="pref_exposure_label">EXPOSURE</string>
    821 
    822     <!-- Default HDR entry value -->
    823     <string name="pref_camera_hdr_default">@string/setting_off_value</string>
    824 
    825     <!-- HDR label ON [CHAR LIMIT=60] -->
    826     <string name="pref_camera_hdr_label">HDR</string>
    827 
    828     <!-- switch camera label back [CHAR LIMIT=60] -->
    829     <string name="pref_camera_id_label_back">FRONT CAMERA</string>
    830     <!-- switch camera label front [CHAR LIMIT=60] -->
    831     <string name="pref_camera_id_label_front">BACK CAMERA</string>
    832 
    833     <!-- Dialog "OK" button. Dismisses dialog. -->
    834     <string name="dialog_ok">OK</string>
    835 
    836     <!-- Low-memory dialog message [CHAR LIMT=NONE] -->
    837     <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>
    838     <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
    839     <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>
    840 
    841     <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
    842     <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
    843 
    844     <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
    845     <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
    846 
    847     <!-- Filename prefix for panorama output. -->
    848     <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
    849 
    850     <!-- The message shown when video record reaches size limit. -->
    851     <string name="video_reach_size_limit">Size limit reached.</string>
    852 
    853     <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=12] -->
    854     <string name="pano_too_fast_prompt">Too fast</string>
    855 
    856     <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
    857     <string name="pano_dialog_prepare_preview">Preparing panorama</string>
    858 
    859     <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
    860     <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
    861 
    862     <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
    863     <string name="pano_dialog_title">Panorama</string>
    864 
    865     <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
    866     <string name="pano_capture_indication">Capturing panorama</string>
    867 
    868     <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
    869     <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
    870 
    871     <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
    872     <string name="pano_review_saving_indication_str">Saving\u2026</string>
    873 
    874     <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
    875     <string name="pano_review_rendering">Rendering panorama</string>
    876 
    877     <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
    878     <string name="tap_to_focus">Touch to focus.</string>
    879 
    880     <!-- Default effect setting that clears the effect. -->
    881     <string name="pref_video_effect_default" translatable="false">none</string>
    882 
    883     <!-- Title of video effect setting popup window -->
    884     <string name="pref_video_effect_title">Effects</string>
    885 
    886     <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
    887     <string name="effect_none">None</string>
    888     <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
    889     <string name="effect_goofy_face_squeeze">Squeeze</string>
    890     <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
    891     <string name="effect_goofy_face_big_eyes">Big eyes</string>
    892     <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
    893     <string name="effect_goofy_face_big_mouth">Big mouth</string>
    894     <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
    895     <string name="effect_goofy_face_small_mouth">Small mouth</string>
    896     <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
    897     <string name="effect_goofy_face_big_nose">Big nose</string>
    898     <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
    899     <string name="effect_goofy_face_small_eyes">Small eyes</string>
    900     <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
    901     <string name="effect_backdropper_space">In space</string>
    902     <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=14] -->
    903     <string name="effect_backdropper_sunset">Sunset</string>
    904     <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=14] -->
    905     <string name="effect_backdropper_gallery">Your video</string>
    906 
    907     <!-- Message displayed in overlay during background replacement training [CHAR LIMIT=180]-->
    908     <string name="bg_replacement_message">Set your device down.\nStep out of view for a moment.</string>
    909 
    910 
    911     <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
    912     <string name="video_snapshot_hint">Touch to take photo while recording.</string>
    913 
    914     <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
    915     <string name="video_recording_started">Video recording has started.</string>
    916     <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
    917     <string name="video_recording_stopped">Video recording has stopped.</string>
    918 
    919     <!-- Toast telling users video snapshot is disabled when the effects are on and a user tries to tap on the viewfinder [CHAR LIMIT=65] -->
    920     <string name="disable_video_snapshot_hint">Video snapshot is disabled when special effects are on.</string>
    921 
    922     <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
    923     <string name="clear_effects">Clear effects</string>
    924 
    925     <!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
    926     <string name="effect_silly_faces">SILLY FACES</string>
    927 
    928     <!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
    929     <string name="effect_background">BACKGROUND</string>
    930 
    931     <!-- The shutter button. [CHAR LIMIT = NONE] -->
    932     <string name="accessibility_shutter_button">Shutter button</string>
    933     <!-- The menu button. [CHAR LIMIT = NONE] -->
    934     <string name="accessibility_menu_button">Menu button</string>
    935     <!-- The button to review the thumbnail. [CHAR LIMIT = NONE] -->
    936     <string name="accessibility_review_thumbnail">Most recent photo</string>
    937     <!-- The front/back camera switch. [CHAR LIMIT = NONE] -->
    938     <string name="accessibility_camera_picker">Front and back camera switch</string>
    939     <!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
    940     <string name="accessibility_mode_picker">Camera, video, or panorama selector</string>
    941     <!-- The button to switch to the second-level indicators of the camera settings. [CHAR LIMIT = NONE] -->
    942     <string name="accessibility_second_level_indicators">More setting controls</string>
    943     <!-- The button to back to the first-level indicators of the camera settings. [CHAR LIMIT = NONE] -->
    944     <string name="accessibility_back_to_first_level">Close setting controls</string>
    945     <!-- The zoom control button. [CHAR LIMIT = NONE] -->
    946     <string name="accessibility_zoom_control">Zoom control</string>
    947     <!-- The decrement button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
    948     <string name="accessibility_decrement">Decrease %1$s</string>
    949     <!-- The increment button in camera preference such as exposure, picture size. [CHAR LIMIT = NONE] -->
    950     <string name="accessibility_increment">Increase %1$s</string>
    951     <!-- The check box in camera settings, such as store location. [CHAR LIMIT = NONE] -->
    952     <string name="accessibility_check_box">%1$s check box</string>
    953     <!-- The button to switch to Camera mode. [CHAR LIMIT = NONE] -->
    954     <string name="accessibility_switch_to_camera">Switch to photo</string>
    955     <!-- The button to switch to Video mode. [CHAR LIMIT = NONE] -->
    956     <string name="accessibility_switch_to_video">Switch to video</string>
    957     <!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
    958     <string name="accessibility_switch_to_panorama">Switch to panorama</string>
    959     <!-- The button to switch to new Panorama mode. [CHAR LIMIT = NONE] -->
    960     <string name="accessibility_switch_to_new_panorama">Switch to new panorama</string>
    961     <!-- The button to switch to the Re-Focus mode. [CHAR LIMIT = NONE] -->
    962     <string name="accessibility_switch_to_refocus">Switch to Refocus</string>
    963     <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->
    964     <string name="accessibility_review_cancel">Review cancel</string>
    965     <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT = NONE] -->
    966     <string name="accessibility_review_ok">Review done</string>
    967     <!-- button in review mode indicate the user want to retake another photo/video for attachment [
    968 CHAR LIMIT = NONE] -->
    969     <string name="accessibility_review_retake">Review retake</string>
    970     <!-- The button to play the video. [CHAR LIMIT = NONE] -->
    971     <string name="accessibility_play_video">Play video</string>
    972     <!-- The button to pause the video. [CHAR LIMIT = NONE] -->
    973     <string name="accessibility_pause_video">Pause video</string>
    974     <!-- The button to reload the video. [CHAR LIMIT = NONE] -->
    975     <string name="accessibility_reload_video">Reload video</string>
    976     <!-- The time bar of the media player. [CHAR LIMIT = NONE] -->
    977     <string name="accessibility_time_bar">Video player time bar</string>
    978 
    979     <!-- TODO: remove the string as it is a work-around solution to bypass the default speak of the element type. -->
    980     <string name="empty" translatable="false">" "</string>
    981 
    982     <!-- Default text for a button that can be toggled on and off. -->
    983     <string name="capital_on">ON</string>
    984     <!-- Default text for a button that can be toggled on and off. -->
    985     <string name="capital_off">OFF</string>
    986 
    987     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    988     <string name="pref_video_time_lapse_frame_interval_off">Off</string>
    989     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    990     <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string>
    991     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    992     <string name="pref_video_time_lapse_frame_interval_1000">1 second</string>
    993     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    994     <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string>
    995     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    996     <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string>
    997     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    998     <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string>
    999     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1000     <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string>
   1001     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1002     <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string>
   1003     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1004     <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string>
   1005     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1006     <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string>
   1007     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1008     <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string>
   1009     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1010     <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string>
   1011     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1012     <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string>
   1013     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1014     <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string>
   1015     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1016     <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string>
   1017     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1018     <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string>
   1019     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1020     <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string>
   1021     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1022     <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string>
   1023     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1024     <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string>
   1025     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1026     <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string>
   1027     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1028     <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string>
   1029     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1030     <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string>
   1031     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1032     <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string>
   1033     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1034     <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string>
   1035     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1036     <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string>
   1037     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1038     <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string>
   1039     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1040     <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string>
   1041     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1042     <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string>
   1043     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1044     <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string>
   1045     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1046     <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string>
   1047     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1048     <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string>
   1049     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1050     <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string>
   1051     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1052     <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string>
   1053     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1054     <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string>
   1055     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1056     <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string>
   1057     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1058     <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string>
   1059     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1060     <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string>
   1061     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1062     <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string>
   1063     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1064     <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string>
   1065     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
   1066     <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string>
   1067 
   1068     <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
   1069     <string name="time_lapse_seconds">seconds</string>
   1070     <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
   1071     <string name="time_lapse_minutes">minutes</string>
   1072     <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
   1073     <string name="time_lapse_hours">hours</string>
   1074 
   1075     <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT = 20] -->
   1076     <string name="time_lapse_interval_set">Done</string>
   1077     <!-- Title in time interval picker for setting time interval. [CHAR LIMIT = 30]-->
   1078     <string name="set_time_interval">Set Time Interval</string>
   1079     <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT = 180]-->
   1080     <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string>
   1081     <!-- Help text that is shown when the countdown timer is turned off. [CHAR LIMIT = 180]-->
   1082     <string name="set_timer_help">Countdown timer is off. Turn it on to count down before taking a picture.</string>
   1083     <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT = 50]-->
   1084     <string name="set_duration">Set duration in seconds</string>
   1085     <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT = 60]-->
   1086     <string name="count_down_title_text">Counting down to take a photo</string>
   1087 
   1088     <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 50] -->
   1089     <string name="remember_location_title">Remember photo locations?</string>
   1090     <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = None] -->
   1091     <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>
   1092     <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
   1093     <string name="remember_location_no">No thanks</string>
   1094     <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
   1095     <string name="remember_location_yes">Yes</string>
   1096 
   1097     <!-- Menu item to launch the camera app [CHAR LIMIT=25] -->
   1098     <string name="menu_camera">Camera</string>
   1099     <!-- Menu item to search for photos [CHAR LIMIT=25] -->
   1100     <string name="menu_search">Search</string>
   1101     <!-- Title for the all photos tab [CHAR LIMIT=25] -->
   1102     <string name="tab_photos">Photos</string>
   1103     <!-- Title for the albums tab [CHAR LIMIT=25] -->
   1104     <string name="tab_albums">Albums</string>
   1105 
   1106     <!-- Camera menu labels -->
   1107 
   1108     <!-- more options label [CHAR LIMIT=50] -->
   1109     <string name="camera_menu_more_label">MORE OPTIONS</string>
   1110     <!-- settings label [CHAR LIMIT=50] -->
   1111     <string name="camera_menu_settings_label">SETTINGS</string>
   1112 
   1113     <!-- String indicating how many photos are in an album [CHAR LIMIT=15] -->
   1114     <plurals name="number_of_photos">
   1115         <item quantity="one">%1$d photo</item>
   1116         <item quantity="other">%1$d photos</item>
   1117     </plurals>
   1118 </resources>
   1119