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     <!-- Displayed in place of the picture when we fail to get the thumbnail of it.
     52          [CHAR LIMIT=50]-->
     53     <string name="no_thumbnail">No thumbnail</string>
     54 
     55     <!-- Movie View Start Playing button "Beginning" -->
     56     <string name="resume_playing_restart">Start over</string>
     57 
     58     <!-- Title of a menu item to indicate performing the image crop operation
     59          [CHAR LIMIT=20] -->
     60     <string name="crop_save_text">Crop</string>
     61     <!-- Button indicating that the cropped image should be reverted back to the original -->
     62     <!-- Hint that appears when cropping an image with more than one face -->
     63     <string name="multiface_crop_help">Touch a face to begin.</string>
     64     <!-- Toast/alert that the image is being saved to the SD card -->
     65     <string name="saving_image">Saving picture\u2026</string>
     66     <!-- Eorror toast message that the image cannot be saved [CHAR LIMIT=40]-->
     67     <string name="save_error">Couldn\'t save cropped image.</string>
     68 
     69     <!-- menu pick: crop the currently selected image -->
     70     <string name="crop_label">Crop picture</string>
     71     <!-- Toast/alert that the face detection is being run -->
     72 
     73     <!-- Title prompted for user to choose a photo item [CHAR LIMIT=20] -->
     74     <string name="select_image">Select photo</string>
     75     <!-- Title prompted for user to choose a video item [CHAR LIMIT=20] -->
     76     <string name="select_video">Select video</string>
     77     <!-- Title prompted for user to choose a media object [CHAR LIMIT=20] -->
     78     <string name="select_item">Select item</string>
     79     <!-- Title prompted for user to choose an album [CHAR LIMIT=20] -->
     80     <string name="select_album">Select album</string>
     81     <!-- Title prompted for user to choose a group [CHAR LIMIT=20] -->
     82     <string name="select_group">Select group</string>
     83 
     84     <!-- Displayed in the title of the dialog for things to do with a picture
     85              that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
     86     <string name="set_image">Set picture as</string>
     87     <!-- Toast/alert after saving wallpaper -->
     88     <string name="wallpaper">Setting wallpaper\u2026</string>
     89     <string name="camera_setas_wallpaper">Wallpaper</string>
     90 
     91     <!-- Details dialog "OK" button. Dismisses dialog. -->
     92     <string name="delete">Delete</string>
     93     <string name="confirm_delete">Delete</string>
     94     <string name="cancel">Cancel</string>
     95     <string name="share">Share</string>
     96 
     97     <!-- String indicating more actions are available -->
     98     <string name="select_all">Select all</string>
     99     <string name="deselect_all">Deselect all</string>
    100     <string name="slideshow">Slideshow</string>
    101 
    102     <string name="details">Details</string>
    103     <string name="details_title">%1$d of %2$d items:</string>
    104     <string name="close">Close</string>
    105 
    106     <!-- Title of a menu item to switch from Gallery to Camera app [CHAR LIMIT=30] -->
    107     <string name="switch_to_camera">Switch to Camera</string>
    108 
    109     <!-- String indicating how many media item(s) is(are) selected
    110             eg. 1 selected [CHAR LIMIT=30] -->
    111     <plurals name="number_of_items_selected">
    112         <item quantity="zero">%1$d selected</item>
    113         <item quantity="one">%1$d selected</item>
    114         <item quantity="other">%1$d selected</item>
    115     </plurals>
    116 
    117     <!-- String indicating how many media album(s) is(are) selected
    118             eg. 1 selected [CHAR LIMIT=30] -->
    119     <plurals name="number_of_albums_selected">
    120         <item quantity="zero">%1$d selected</item>
    121         <item quantity="one">%1$d selected</item>
    122         <item quantity="other">%1$d selected</item>
    123     </plurals>
    124 
    125     <!-- String indicating how many media group(s) is(are) selected
    126             eg. 1 selected [CHAR LIMIT=30] -->
    127     <plurals name="number_of_groups_selected">
    128         <item quantity="zero">%1$d selected</item>
    129         <item quantity="one">%1$d selected</item>
    130         <item quantity="other">%1$d selected</item>
    131     </plurals>
    132 
    133     <!-- String indicating timestamp of photo or video -->
    134     <string name="show_on_map">Show on map</string>
    135     <string name="rotate_left">Rotate left</string>
    136     <string name="rotate_right">Rotate right</string>
    137 
    138     <!-- Toast message prompted when the specified item is not found [CHAR LIMIT=40]-->
    139     <string name="no_such_item">Couldn\'t find item.</string>
    140 
    141     <!-- String used as a menu label. The suer can choose to edit the image
    142          [CHAR_LIMIT=20]-->
    143     <string name="edit">Edit</string>
    144 
    145     <!-- String used in a toast message indicating there is no application
    146          available to handle a request [CHAR LIMIT=50] -->
    147     <string name="activity_not_found">No app is available to complete the action.</string>
    148 
    149     <!-- String used as a title of a progress dialog. The user can
    150          choose to cache some Picasa picture albums on device, so it can
    151          be viewed offline. This string is shown when the request is being
    152          processed. [CHAR LIMIT=50] -->
    153     <string name="process_caching_requests">Processing caching requests</string>
    154 
    155     <!-- String used as a small notification label above a Picasa album.
    156          It means the pictures of the Picasa album is currently being
    157          transferred to local storage, so the pictures can later be viewed
    158          offline. [CHAR LIMIT=15] -->
    159     <string name="caching_label">Caching\u2026</string>
    160 
    161     <string name="crop_action">Crop</string>
    162     <string name="set_as">Set as</string>
    163 
    164     <!-- String indicating an approximate location eg. Around Palo Alto, CA -->
    165     <string name="video_err">Can\'t play video.</string>
    166 
    167     <!-- Strings for grouping operations in the menu. The photos can be grouped
    168          by their location, taken time, or tags. -->
    169     <!-- The title of the menu item to let user choose the grouping rule, when
    170          pressed, a submenu will shown and user can choose one grouping rule
    171          from the submenu. -->
    172 
    173     <!-- Title of a menu item to group photo by location [CHAR LIMIT=30] -->
    174     <string name="group_by_location">By location</string>
    175 
    176     <!-- Title of a menu tiem to group photo by taken date [CHAR LIMIT=30]-->
    177     <string name="group_by_time">By time</string>
    178 
    179     <!-- Title of a menu item to group photo by tags [CHAR LIMIT=30]-->
    180     <string name="group_by_tags">By tags</string>
    181 
    182     <!-- Title of a menu item to group photo by faces [CHAR LIMIT=30]-->
    183     <string name="group_by_faces">By people</string>
    184 
    185     <!-- Title of a menu item to group photo by albums [CHAR LIMIT=30]-->
    186     <string name="group_by_album">By album</string>
    187 
    188     <!-- Title of a menu item to group photo by size [CHAR LIMIT=30]-->
    189     <string name="group_by_size">By size</string>
    190 
    191     <!-- When grouping photos by tags, the label used for photos without tags
    192          [CHAR LIMIT=20]-->
    193     <string name="untagged">Untagged</string>
    194 
    195     <!-- When grouping photos by locations, the label used for photos that don't
    196          have location information in them [CHAR LIMIT=20]-->
    197     <string name="no_location">No location</string>
    198 
    199     <!-- This toast message is shown when network connection is lost while doing clustering -->
    200     <string name="no_connectivity">Some locations couldn\'t be identified due to network problems.</string>
    201 
    202     <!-- This toast message is shown when failed to load the album data. [CHAR LIMIT=NONE] -->
    203     <string name="sync_album_error">Failed to download the photos in this album. Please retry later.</string>
    204     <!-- This toast message is shown when failed to load the album list data. [CHAR LIMIT=NONE] -->
    205     <string name="sync_album_set_error">Failed to download the list of albums. Please retry later.</string>
    206 
    207     <!-- The title of the menu item to let user choose the which portion of
    208          the media items the user wants to see. When pressed, a submenu will
    209          appear and user can choose one of "show images only",
    210          "show videos only", or "show all" from the submenu. -->
    211 
    212     <!-- Title of a menu item to show images only [CHAR LIMIT=30]-->
    213     <string name="show_images_only">Images only</string>
    214 
    215     <!-- Title of a menu item to show videos only [CHAR LIMIT=30]-->
    216     <string name="show_videos_only">Videos only</string>
    217 
    218     <!-- Title of a menu item to show all (both images and videos) [CHAR LIMIT=30]-->
    219     <string name="show_all">Images and videos</string>
    220 
    221     <!-- Title of the StackView AppWidget -->
    222     <string name="appwidget_title">Photo Gallery</string>
    223 
    224     <!-- Text for the empty state of the StackView AppWidget [CHAR LIMIT=30] -->
    225     <string name="appwidget_empty_text">No photos.</string>
    226 
    227     <!-- Toast message shown when the cropped image has been saved in the
    228          download folder [CHAR LIMIT=50]-->
    229     <string name="crop_saved">Cropped image saved to Downloads.</string>
    230 
    231     <!-- Toast message shown when the cropped image is not saved
    232          [CHAR LIMIT=50]-->
    233     <string name="crop_not_saved">Cropped image wasn\'t saved.</string>
    234 
    235     <!-- Toast message shown when there is no albums available [CHAR LIMIT=50]-->
    236     <string name="no_albums_alert">No albums available.</string>
    237 
    238     <!-- Toast message shown when we close the AlbumPage because it is empty
    239             [CHAR LIMIT=50] -->
    240     <string name="empty_album">O images/videos available.</string>
    241 
    242     <!-- Album label used to indicate the collection of PWA Buzz/Post photos -->
    243     <string name="picasa_posts">Posts</string>
    244 
    245     <!-- A label describing that the current screen is for the user to pick
    246          some albums to be viewable offline [CHAR LIMIT=30] -->
    247     <string name="make_available_offline">Make available offline</string>
    248 
    249     <!-- A label of a menu item for user to sync the content [CHAR LIMIT=30] -->
    250     <string name="sync_picasa_albums">Refresh</string>
    251 
    252     <!-- A label on a button. The user clicks this button after he has
    253          finished selection. [CHAR LIMIT=15] -->
    254     <string name="done">Done</string>
    255 
    256     <!-- String indicating the sequence of currently selected item in the
    257             media set eg. 3 of 5 items [CHAR LIMIT=30] -->
    258     <string name="sequence_in_set">%1$d of %2$d items:</string>
    259     <!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
    260     <string name="title">Title</string>
    261     <!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
    262     <string name="description">Description</string>
    263     <!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
    264     <string name="time">Time</string>
    265     <!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
    266     <string name="location">Location</string>
    267     <!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
    268     <string name="path">Path</string>
    269     <!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
    270     <string name="width">Width</string>
    271     <!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
    272     <string name="height">Height</string>
    273     <!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
    274     <string name="orientation">Orientation</string>
    275     <!-- Text indicating the duration of a video item in details window [CHAR LIMIT=14] -->
    276     <string name="duration">Duration</string>
    277     <!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
    278     <string name="mimetype">MIME type</string>
    279     <!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
    280     <string name="file_size">File size</string>
    281     <!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
    282     <string name="maker">Maker</string>
    283     <!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
    284     <string name="model">Model</string>
    285     <!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
    286     <string name="flash">Flash</string>
    287     <!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
    288     <string name="aperture">Aperture</string>
    289     <!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
    290     <string name="focal_length">Focal Length</string>
    291     <!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=14] -->
    292     <string name="white_balance">White balance</string>
    293     <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
    294     <string name="exposure_time">Exposure time</string>
    295     <!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] -->
    296     <string name="iso">ISO</string>
    297     <!-- String indicating the time units in seconds. [CHAR LIMIT=8] -->
    298     <!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] -->
    299     <string name="unit_mm">mm</string>
    300     <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=8] -->
    301     <string name="manual">Manual</string>
    302     <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=8] -->
    303     <string name="auto">Auto</string>
    304     <!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
    305     <string name="flash_on">Flash fired</string>
    306     <!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
    307     <string name="flash_off">No flash</string>
    308 
    309 
    310     <!-- Toast message shown after we make some album(s) available offline [CHAR LIMIT=50] -->
    311     <plurals name="make_albums_available_offline">
    312         <item quantity="one">Making album available offline.</item>
    313         <item quantity="other">Making albums available offline.</item>
    314     </plurals>
    315 
    316     <!-- Toast message shown after we try to make a local album available offline
    317          [CHAR LIMIT=150] -->
    318     <string name="try_to_set_local_album_available_offline">
    319         This item is stored locally and available offline.</string>
    320 
    321     <!-- A label shown on the action bar. It indicates that the user is
    322          viewing all available albums [CHAR LIMIT=20] -->
    323     <string name="set_label_all_albums">All albums</string>
    324 
    325     <!-- A label shown on the action bar. It indicates that the user is
    326          viewing albums stored locally on the device [CHAR LIMIT=20] -->
    327     <string name="set_label_local_albums">Local albums</string>
    328 
    329     <!-- A label shown on the action bar. It indicates that the user is
    330          viewing MTP devices connected (like other digital cameras).
    331          [CHAR LIMIT=20] -->
    332     <string name="set_label_mtp_devices">MTP devices</string>
    333 
    334     <!-- A label shown on the action bar. It indicates that the user is
    335          viewing Picasa albums [CHAR LIMIT=20] -->
    336     <string name="set_label_picasa_albums">Picasa albums</string>
    337 
    338     <!-- Label indicating the amount on free space on the device. The parameter
    339          is a string representation of the amount of free space, eg. "20MB".
    340          [CHAR LIMIT=20]
    341     -->
    342     <string name="free_space_format"><xliff:g id="bytes">%s</xliff:g> free</string>
    343 
    344     <!-- Label of a group of pictures. The size of each picture in this group is
    345          less than a certain amount. The parameter is a string representation
    346          of that amount, eg. "10MB".
    347          [CHAR LIMIT=20]
    348     -->
    349     <string name="size_below"><xliff:g id="size">%1$s</xliff:g> or below</string>
    350 
    351     <!-- Label of a group of pictures. The size of each picture in this group is
    352          more than a certain amount. The parameter is a string representation
    353          of that amount, eg. "10MB".
    354          [CHAR LIMIT=20]
    355     -->
    356     <string name="size_above"><xliff:g id="size">%1$s</xliff:g> or above</string>
    357 
    358     <!-- Label of a group of pictures. The size of each picture in this group is
    359          between two amounts. The parameters are string representations of the two
    360          amounts, eg. "10MB", "100MB".
    361          [CHAR LIMIT=20]
    362     -->
    363     <string name="size_between"><xliff:g id="min_size">%1$s</xliff:g> to <xliff:g id="max_size">%2$s</xliff:g></string>
    364 
    365     <!-- A label shown on the action bar. It indicates that the operation
    366          to import media item(s) [CHAR LIMIT=20] -->
    367     <string name="Import">Import</string>
    368 
    369     <!-- A label shown on the action bar. It indicates whether the import
    370          operation succeeds or fails. [CHAR LIMIT=20] -->
    371     <string name="import_complete">Import complete</string>
    372     <string name="import_fail">Import unsuccessful</string>
    373 
    374     <!-- A toast indicating a camera is connected to the device [CHAR LIMIT=30]-->
    375     <string name="camera_connected">Camera connected.</string>
    376     <!-- A toast indicating a camera is disconnected [CHAR LIMIT=30] -->
    377     <string name="camera_disconnected">Camera disconnected.</string>
    378     <!-- A label shown on MTP albums thumbnail to instruct users to import
    379         [CHAR LIMIT=40] -->
    380     <string name="click_import">Touch here to import</string>
    381 
    382     <!-- The label on the radio button for the widget type that shows the images randomly. [CHAR LIMIT=30]-->
    383     <string name="widget_type_album">Choose an album</string>
    384     <!-- The label on the radio button for the widget type that shows the images in an album. [CHAR LIMIT=30]-->
    385     <string name="widget_type_shuffle">Shuffle all images</string>
    386     <!-- The label on the radio button for the widget type that shows only one image. [CHAR LIMIT=30]-->
    387     <string name="widget_type_photo">Choose an image</string>
    388 
    389     <!-- The title of the dialog for choosing the type of widget. [CHAR LIMIT=20] -->
    390     <string name="widget_type">Choose images</string>
    391 
    392     <!-- Title of the Android Dreams slideshow screensaver. [CHAR LIMIT=20] -->
    393     <string name="slideshow_dream_name">Slideshow</string>
    394 
    395     <!-- Group by Albums tab on Action Bar. [CHAR LIMIT=12] -->
    396     <string name="albums">Albums</string>
    397 
    398     <!-- Group by Times tab on Action Bar. [CHAR LIMIT=12] -->
    399     <string name="times">Times</string>
    400 
    401     <!-- Group by Locations tab on Action Bar. [CHAR LIMIT=12] -->
    402     <string name="locations">Locations</string>
    403 
    404     <!-- Group by People tab on Action Bar. [CHAR LIMIT=12] -->
    405     <string name="people">People</string>
    406 
    407     <!-- Group by Tags tab on Action Bar. [CHAR LIMIT=12] -->
    408     <string name="tags">Tags</string>
    409 
    410     <!-- Group by menu item. [CHAR LIMIT=20] -->
    411     <string name="group_by">Group by</string>
    412 
    413     <!-- The title of the menu item which enable the settings [CHAR LIMIT=20] -->
    414     <string name="settings">Settings</string>
    415 
    416     <!-- The title of menu item where user can add a new account -->
    417     <string name="add_account">Add account</string>
    418 </resources>
    419