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     <!-- The name of the Android Camera application. [CHAR LIMIT=16] -->
     19     <string name="app_name">Camera</string>
     20     <!-- The label for the Video Camera activity. [CHAR LIMIT=16] -->
     21     <string name="video_camera_label">Camcorder</string>
     22     <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
     23     <string name="details_ms">%1$02d:%2$02d</string>
     24     <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
     25     <string name="details_hms">%1$d:%2$02d:%3$02d</string>
     26 
     27     <!-- Displayed in the title of the dialog for things to do with a picture
     28              that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
     29     <string name="set_image">Set picture as</string>
     30 
     31     <!-- Details dialog "OK" button. Dismisses dialog. -->
     32     <string name="delete">Delete</string>
     33     <!-- String Delete the selected media item(s) [CHAR LIMIT=50] -->
     34     <plurals name="delete_selection">
     35         <item quantity="one">Delete selected item?</item>
     36         <item quantity="other">Delete selected items?</item>
     37     </plurals>
     38     <string name="share">Share</string>
     39     <string name="share_panorama">Share panorama</string>
     40     <string name="share_as_photo">Share as photo</string>
     41 
     42     <!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
     43     <string name="deleted">Deleted</string>
     44 
     45     <!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
     46     <string name="undo">UNDO</string>
     47 
     48     <string name="details">Details</string>
     49     <string name="close">Close</string>
     50 
     51     <!-- String indicating how many media item(s) is(are) selected
     52             eg. 1 selected [CHAR LIMIT=30] -->
     53     <plurals name="number_of_items_selected">
     54         <item quantity="zero">%1$d selected</item>
     55         <item quantity="one">%1$d selected</item>
     56         <item quantity="other">%1$d selected</item>
     57     </plurals>
     58 
     59     <!-- String indicating how many media album(s) is(are) selected
     60             eg. 1 selected [CHAR LIMIT=30] -->
     61     <plurals name="number_of_albums_selected">
     62         <item quantity="zero">%1$d selected</item>
     63         <item quantity="one">%1$d selected</item>
     64         <item quantity="other">%1$d selected</item>
     65     </plurals>
     66 
     67     <!-- String indicating how many media group(s) is(are) selected
     68             eg. 1 selected [CHAR LIMIT=30] -->
     69     <plurals name="number_of_groups_selected">
     70         <item quantity="zero">%1$d selected</item>
     71         <item quantity="one">%1$d selected</item>
     72         <item quantity="other">%1$d selected</item>
     73     </plurals>
     74 
     75     <!-- String indicating timestamp of photo or video -->
     76     <string name="show_on_map">Show on map</string>
     77     <string name="rotate_left">Rotate left</string>
     78     <string name="rotate_right">Rotate right</string>
     79 
     80     <!-- String used as a menu label. The user can choose to edit the image
     81          [CHAR_LIMIT=20]-->
     82     <string name="edit">Edit</string>
     83 
     84     <!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] -->
     85     <string name="crop_action">Crop</string>
     86     <!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] -->
     87     <string name="trim_action">Trim</string>
     88     <!-- The title of the menu item to let user set the image as background etc. [CHAR LIMIT=15] -->
     89     <string name="set_as">Set as</string>
     90 
     91     <!-- String indicating an error when playing the video. [CHAR LIMIT=30] -->
     92     <string name="video_err">Can\'t play video.</string>
     93 
     94     <!-- Toast message shown when the cropped image has been saved in the
     95          %s folder (string: folder_download) [CHAR LIMIT=50]-->
     96     <string name="crop_saved">
     97         Cropped image saved to <xliff:g id="folder_name">%s</xliff:g>.</string>
     98 
     99     <!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
    100     <string name="title">Title</string>
    101     <!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
    102     <string name="description">Description</string>
    103     <!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
    104     <string name="time">Time</string>
    105     <!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
    106     <string name="location">Location</string>
    107     <!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
    108     <string name="path">Path</string>
    109     <!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
    110     <string name="width">Width</string>
    111     <!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
    112     <string name="height">Height</string>
    113     <!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
    114     <string name="orientation">Orientation</string>
    115     <!-- Text indicating the duration of a video item in details window [CHAR LIMIT=18] -->
    116     <string name="duration">Duration</string>
    117     <!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
    118     <string name="mimetype">MIME type</string>
    119     <!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
    120     <string name="file_size">File size</string>
    121     <!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
    122     <string name="maker">Maker</string>
    123     <!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
    124     <string name="model">Model</string>
    125     <!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
    126     <string name="flash">Flash</string>
    127     <!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
    128     <string name="aperture">Aperture</string>
    129     <!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
    130     <string name="focal_length">Focal Length</string>
    131     <!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=18] -->
    132     <string name="white_balance">White balance</string>
    133     <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
    134     <string name="exposure_time">Exposure time</string>
    135     <!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] -->
    136     <string name="iso">ISO</string>
    137     <!-- String indicating the time units in seconds. [CHAR LIMIT=8] -->
    138     <!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] -->
    139     <string name="unit_mm">mm</string>
    140     <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12] -->
    141     <string name="manual">Manual</string>
    142     <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12 -->
    143     <string name="auto">Auto</string>
    144     <!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
    145     <string name="flash_on">Flash fired</string>
    146     <!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
    147     <string name="flash_off">No flash</string>
    148 
    149     <!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
    150     <string name="unknown">Unknown</string>
    151 
    152     <!-- Toast message shown after we try to make a local album available offline
    153          [CHAR LIMIT=150] -->
    154     <string name="try_to_set_local_album_available_offline">
    155         This item is stored locally and available offline.</string>
    156 
    157 
    158     <!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] -->
    159     <string name="please_wait">Please wait</string>
    160 
    161     <!-- Text to show with progress bar while stitching a photo sphere. 'Photo sphere' is a product name. [CHAR LIMIT=35]-->
    162     <string name="rendering_photo_sphere">Rendering photo sphere</string>
    163 
    164     <!-- title for the dialog showing the error of camera hardware -->
    165     <string name="camera_error_title">Camera error</string>
    166 
    167     <!-- message for the dialog showing the error of camera hardware -->
    168     <string name="cannot_connect_camera">Can\'t connect to the camera.</string>
    169 
    170     <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
    171     <string name="camera_disabled">Camera has been disabled because of security policies.</string>
    172 
    173     <!-- alert to the user to wait for some operation to complete -->
    174     <string name="wait">Please wait\u2026</string>
    175 
    176     <!-- alert to the user that an SD card must be installed before using the camera -->
    177     <string name="no_storage" product="default">Insert an SD card before using the camera.</string>
    178 
    179     <!-- alert to the user that the SD card is being disk-checked -->
    180     <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
    181 
    182     <!-- alert to the user that the camera fails to read or write the SD card. -->
    183     <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string>
    184 
    185     <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
    186     <string name="time_lapse_title">Time lapse recording</string>
    187 
    188     <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
    189     <string name="capturing">Capturing</string>
    190 
    191     <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
    192     <string name="pref_camera_id_title">Choose camera</string>
    193 
    194     <string name="pref_camera_id_default" translatable="false">0</string>
    195 
    196     <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
    197     <string name="pref_camera_id_entry_back">Back</string>
    198     <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
    199     <string name="pref_camera_id_entry_front">Front</string>
    200 
    201     <!-- Settings screen, setting title text -->
    202     <string name="pref_camera_recordlocation_title">Store location</string>
    203 
    204     <string name="pref_camera_recordlocation_default" translatable="false">none</string>
    205 
    206     <!--  Label for record location preference [CHAR LIMIT=50] -->
    207     <string name="pref_camera_location_label">LOCATION</string>
    208 
    209     <!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
    210     <string name="pref_camera_timer_title">Countdown timer</string>
    211 
    212     <string name="pref_camera_timer_default" translatable="false">0</string>
    213     <!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
    214     <plurals name="pref_camera_timer_entry">
    215         <item quantity="one">1 second</item>
    216         <item quantity="other">%d seconds</item>
    217     </plurals>
    218     <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
    219     <!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
    220     <string name="pref_camera_timer_sound_title">Beep during countdown</string>
    221 
    222     <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
    223     <string name="setting_off">Off</string>
    224     <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
    225     <string name="setting_on">On</string>
    226 
    227     <!-- The value of a camera preference indicating the setting is off. -->
    228     <string name="setting_off_value" translatable="false">off</string>
    229     <!-- The value of a camera preference indicating the setting is on. -->
    230     <string name="setting_on_value" translatable="false">on</string>
    231 
    232     <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
    233     <string name="pref_video_quality_title">Video quality</string>
    234     <!-- The default quality value is 5 (720p) -->
    235     <string name="pref_video_quality_default" translatable="false">5</string>
    236     <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
    237     <string name="pref_video_quality_entry_1080p" translatable="false">HD 1080p</string>
    238     <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
    239     <string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string>
    240     <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
    241     <string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string>
    242     <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
    243     <string name="pref_video_quality_entry_high">High</string>
    244     <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
    245     <string name="pref_video_quality_entry_low">Low</string>
    246 
    247     <!-- Describes the preference dialog for choosing interval between frame capture for
    248     time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
    249     <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string>
    250     <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
    251 
    252     <!-- Settings screen, Camera setting category title -->
    253     <string name="pref_camera_settings_category">Camera settings</string>
    254 
    255     <!-- Settings screen, Camcorder setting category title -->
    256     <string name="pref_camcorder_settings_category">Camcorder settings</string>
    257 
    258     <!-- Settings screen, Picture size title -->
    259     <string name="pref_camera_picturesize_title">Picture size</string>
    260 
    261     <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=20] -->
    262     <string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
    263     <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=20] -->
    264     <string name="pref_camera_picturesize_entry_8mp">8M pixels</string>
    265     <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=20] -->
    266     <string name="pref_camera_picturesize_entry_5mp">5M pixels</string>
    267     <!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=20] -->
    268     <string name="pref_camera_picturesize_entry_4mp_wide">4M pixels (16:9)</string>
    269     <!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=20] -->
    270     <string name="pref_camera_picturesize_entry_3mp">3M pixels</string>
    271     <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -->
    272     <string name="pref_camera_picturesize_entry_2mp">2M pixels</string>
    273     <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -->
    274     <string name="pref_camera_picturesize_entry_2mp_wide">2M pixels (16:9)</string>
    275     <!-- Settings screen, dialog choice for 1.5 megapixels picture size [CHAR LIMIT=20] -->
    276     <string name="pref_camera_picturesize_entry_1_5mp">1.5M pixels</string>
    277     <!-- Settings screen, dialog choice for 1.3 megapixels picture size [CHAR LIMIT=20] -->
    278     <string name="pref_camera_picturesize_entry_1_3mp">1.3M pixels</string>
    279     <!-- Settings screen, dialog choice for 1 megapixels picture size [CHAR LIMIT=20] -->
    280     <string name="pref_camera_picturesize_entry_1mp">1M pixels</string>
    281     <!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=20] -->
    282     <string name="pref_camera_picturesize_entry_vga">VGA</string>
    283     <!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=20] -->
    284     <string name="pref_camera_picturesize_entry_qvga">QVGA</string>
    285 
    286     <!-- Settings screen, Focus mode title -->
    287     <string name="pref_camera_focusmode_title">Focus mode</string>
    288 
    289     <!-- Settings screen, Focus mode dialog radio button choices -->
    290     <string name="pref_camera_focusmode_entry_auto">Auto</string>
    291     <!-- A setting that lets the camera focus into infinity. [CHAR LIMIT=20] -->
    292     <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
    293     <!-- A setting that lets the camera operate in macro focus mode for nearby objects. [CHAR LIMIT=20] -->
    294     <string name="pref_camera_focusmode_entry_macro">Macro</string>
    295 
    296     <!-- Menu, focus mode labels [CHAR LIMIT=50] -->
    297     <string name="pref_camera_focusmode_label_auto">AUTO</string>
    298     <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
    299     <string name="pref_camera_focusmode_label_macro">MACRO</string>
    300 
    301     <!-- Default flash mode setting.-->
    302     <string name="pref_camera_flashmode_default" translatable="false">auto</string>
    303 
    304     <!-- Value for flash off setting-->
    305     <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
    306 
    307     <!-- Settings screen, Flash mode title -->
    308     <string name="pref_camera_flashmode_title">Flash mode</string>
    309         <!-- flash label [CHAR LIMIT=50] -->
    310     <string name="pref_camera_flashmode_label">FLASH MODE</string>
    311 
    312     <!-- Settings screen, Flash mode 'auto'. [CHAR LIMIT=12] -->
    313     <string name="pref_camera_flashmode_entry_auto">Auto</string>
    314     <!-- Settings screen, Flash mode 'alway on'. [CHAR LIMIT=12] -->
    315     <string name="pref_camera_flashmode_entry_on">On</string>
    316     <!-- Settings screen, Flash mode 'always off'. [CHAR LIMIT=12] -->
    317     <string name="pref_camera_flashmode_entry_off">Off</string>
    318 
    319     <!-- Menu, flash mode labels [CHAR LIMIT=50] -->
    320     <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string>
    321     <string name="pref_camera_flashmode_label_on">FLASH ON</string>
    322     <string name="pref_camera_flashmode_label_off">FLASH OFF</string>
    323 
    324     <!-- Default videocamera flash mode setting.-->
    325     <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
    326 
    327     <!-- Default white balance setting. -->
    328     <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
    329 
    330     <!-- Settings screen, white balance title -->
    331     <string name="pref_camera_whitebalance_title">White balance</string>
    332     <!-- Menu, white balance label -->
    333     <string name="pref_camera_whitebalance_label">WHITE BALANCE</string>
    334 
    335     <!-- Settings screen, White balance dialog radio button choices -->
    336     <string name="pref_camera_whitebalance_entry_auto">Auto</string>
    337     <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
    338     <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
    339     <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
    340     <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
    341 
    342     <!-- Menu, White balance labels [CHAR LIMIT=50] -->
    343     <string name="pref_camera_whitebalance_label_auto">AUTO</string>
    344     <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string>
    345     <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string>
    346     <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string>
    347     <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string>
    348 
    349     <!-- Default scene mode setting. -->
    350     <string name="pref_camera_scenemode_default" translatable="false">auto</string>
    351 
    352     <!-- Settings screen, Select Scene mode -->
    353     <string name="pref_camera_scenemode_title">Scene mode</string>
    354 
    355     <!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
    356     <string name="pref_camera_scenemode_entry_auto">Auto</string>
    357     <!-- Scene mode that uses HDR plus (better HDR) [CHAR LIMIT=16] -->
    358     <string name="pref_camera_scenemode_entry_hdr_plus">HDR+</string>
    359     <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
    360     <string name="pref_camera_scenemode_entry_hdr">HDR</string>
    361     <!-- Scene mode to turn on HDR (better high dynamic range) [CHAR LIMIT=50] -->
    362     <string name="pref_camera_scenemode_entry_turn_hdr_plus_on">HDR+ ON</string>
    363     <!-- Scene mode to turn off HDR (better high dynamic range) [CHAR LIMIT=50] -->
    364     <string name="pref_camera_scenemode_entry_turn_hdr_plus_off">HDR+ OFF</string>
    365     <!-- Scene mode to turn on HDR (high dynamic range) [CHAR LIMIT=50] -->
    366     <string name="pref_camera_scenemode_entry_turn_hdr_on">HDR ON</string>
    367     <!-- Scene mode to turn off HDR (high dynamic range) [CHAR LIMIT=50] -->
    368     <string name="pref_camera_scenemode_entry_turn_hdr_off">HDR OFF</string>
    369     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
    370     <string name="pref_camera_scenemode_entry_action">Action</string>
    371     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
    372     <string name="pref_camera_scenemode_entry_night">Night</string>
    373     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
    374     <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
    375     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
    376     <string name="pref_camera_scenemode_entry_party">Party</string>
    377 
    378     <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
    379     <string name="pref_camera_scenemode_label_auto">NONE</string>
    380     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
    381     <string name="pref_camera_scenemode_label_action">ACTION</string>
    382     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
    383     <string name="pref_camera_scenemode_label_night">NIGHT</string>
    384     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
    385     <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
    386     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
    387     <string name="pref_camera_scenemode_label_party">PARTY</string>
    388 
    389     <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
    390     <string name="pref_camera_countdown_label_off">TIMER OFF</string>
    391     <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
    392     <string name="pref_camera_countdown_label_one">1 SECOND</string>
    393     <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
    394     <string name="pref_camera_countdown_label_three">3 SECONDS</string>
    395     <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
    396     <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
    397     <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
    398     <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
    399 
    400     <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
    401     <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
    402 
    403     <!-- Exposure settings in preference -->
    404     <string name="pref_exposure_title">Exposure</string>
    405     <string name="pref_exposure_default" translatable="false">0</string>
    406     <!--  menu label exposure compensation [CHAR LIMIT=50] -->
    407     <string name="pref_exposure_label">EXPOSURE</string>
    408 
    409     <!-- Default HDR entry value -->
    410     <string name="pref_camera_hdr_default">@string/setting_off_value</string>
    411 
    412     <!-- Default HDR+ entry value -->
    413     <string name="pref_camera_hdr_plus_default">@string/setting_off_value</string>
    414 
    415     <!-- HDR label ON [CHAR LIMIT=60] -->
    416     <string name="pref_camera_hdr_label">HDR</string>
    417 
    418     <!-- switch camera label back [CHAR LIMIT=60] -->
    419     <string name="pref_camera_id_label_back">FRONT CAMERA</string>
    420     <!-- switch camera label front [CHAR LIMIT=60] -->
    421     <string name="pref_camera_id_label_front">BACK CAMERA</string>
    422 
    423     <!-- Dialog "OK" button. Dismisses dialog. -->
    424     <string name="dialog_ok">OK</string>
    425 
    426     <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
    427     <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>
    428 
    429     <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
    430     <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
    431 
    432     <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
    433     <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
    434 
    435     <!-- Filename prefix for panorama output. -->
    436     <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
    437 
    438     <!-- The message shown when video record reaches size limit. -->
    439     <string name="video_reach_size_limit">Size limit reached.</string>
    440 
    441     <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=16] -->
    442     <string name="pano_too_fast_prompt">Too fast</string>
    443 
    444     <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
    445     <string name="pano_dialog_prepare_preview">Preparing panorama</string>
    446 
    447     <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
    448     <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
    449 
    450     <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
    451     <string name="pano_dialog_title">Panorama</string>
    452 
    453     <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
    454     <string name="pano_capture_indication">Capturing panorama</string>
    455 
    456     <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
    457     <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
    458 
    459     <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
    460     <string name="pano_review_saving_indication_str">Saving\u2026</string>
    461 
    462     <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
    463     <string name="pano_review_rendering">Rendering panorama</string>
    464 
    465     <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
    466     <string name="tap_to_focus">Touch to focus.</string>
    467 
    468     <!-- Default effect setting that clears the effect. -->
    469     <string name="pref_video_effect_default" translatable="false">none</string>
    470 
    471     <!-- Title of video effect setting popup window -->
    472     <string name="pref_video_effect_title">Effects</string>
    473 
    474     <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
    475     <string name="effect_none">None</string>
    476     <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
    477     <string name="effect_goofy_face_squeeze">Squeeze</string>
    478     <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
    479     <string name="effect_goofy_face_big_eyes">Big eyes</string>
    480     <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
    481     <string name="effect_goofy_face_big_mouth">Big mouth</string>
    482     <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
    483     <string name="effect_goofy_face_small_mouth">Small mouth</string>
    484     <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
    485     <string name="effect_goofy_face_big_nose">Big nose</string>
    486     <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
    487     <string name="effect_goofy_face_small_eyes">Small eyes</string>
    488     <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
    489     <string name="effect_backdropper_space">In space</string>
    490     <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=14] -->
    491     <string name="effect_backdropper_sunset">Sunset</string>
    492     <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=14] -->
    493     <string name="effect_backdropper_gallery">Your video</string>
    494 
    495     <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
    496     <string name="video_snapshot_hint">Touch to take photo while recording.</string>
    497 
    498     <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
    499     <string name="video_recording_started">Video recording has started.</string>
    500     <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
    501     <string name="video_recording_stopped">Video recording has stopped.</string>
    502 
    503     <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
    504     <string name="clear_effects">Clear effects</string>
    505 
    506     <!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
    507     <string name="effect_silly_faces">SILLY FACES</string>
    508 
    509     <!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
    510     <string name="effect_background">BACKGROUND</string>
    511 
    512     <!-- The shutter button. [CHAR LIMIT = NONE] -->
    513     <string name="accessibility_shutter_button">Shutter</string>
    514     <!-- The menu button. [CHAR LIMIT = NONE] -->
    515     <string name="accessibility_menu_button">Menu button</string>
    516     <!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
    517     <string name="accessibility_mode_picker">Camera, video, or panorama selector</string>
    518     <!-- The check box in camera settings, such as store location. [CHAR LIMIT = NONE] -->
    519     <string name="accessibility_check_box">%1$s check box</string>
    520     <!-- The button to switch to Camera mode. [CHAR LIMIT = NONE] -->
    521     <string name="accessibility_switch_to_camera">Switch to photo</string>
    522     <!-- The button to switch to Video mode. [CHAR LIMIT = NONE] -->
    523     <string name="accessibility_switch_to_video">Switch to video</string>
    524     <!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
    525     <string name="accessibility_switch_to_panorama">Switch to panorama</string>
    526     <!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT = NONE] -->
    527     <string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
    528     <!-- The button to switch to the high quality mode. [CHAR LIMIT = NONE] -->
    529     <string name="accessibility_switch_to_gcam">Switch to high quality</string>
    530     <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->
    531     <string name="accessibility_review_cancel">Review cancel</string>
    532     <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT = NONE] -->
    533     <string name="accessibility_review_ok">Review done</string>
    534     <!-- button in review mode indicate the user want to retake another photo/video for attachment [
    535 CHAR LIMIT = NONE] -->
    536     <string name="accessibility_review_retake">Review retake</string>
    537     <!-- Default text for a button that can be toggled on and off. -->
    538     <string name="capital_on">ON</string>
    539     <!-- Default text for a button that can be toggled on and off. -->
    540     <string name="capital_off">OFF</string>
    541 
    542     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    543     <string name="pref_video_time_lapse_frame_interval_off">Off</string>
    544     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    545     <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string>
    546     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    547     <string name="pref_video_time_lapse_frame_interval_1000">1 second</string>
    548     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    549     <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string>
    550     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    551     <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string>
    552     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    553     <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string>
    554     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    555     <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string>
    556     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    557     <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string>
    558     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    559     <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string>
    560     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    561     <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string>
    562     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    563     <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string>
    564     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    565     <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string>
    566     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    567     <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string>
    568     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    569     <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string>
    570     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    571     <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string>
    572     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    573     <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string>
    574     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    575     <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string>
    576     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    577     <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string>
    578     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    579     <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string>
    580     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    581     <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string>
    582     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    583     <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string>
    584     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    585     <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string>
    586     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    587     <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string>
    588     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    589     <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string>
    590     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    591     <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string>
    592     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    593     <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string>
    594     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    595     <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string>
    596     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    597     <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string>
    598     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    599     <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string>
    600     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    601     <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string>
    602     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    603     <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string>
    604     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    605     <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string>
    606     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    607     <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string>
    608     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    609     <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string>
    610     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    611     <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string>
    612     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    613     <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string>
    614     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    615     <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string>
    616     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    617     <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string>
    618     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    619     <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string>
    620     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    621     <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string>
    622 
    623     <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
    624     <string name="time_lapse_seconds">seconds</string>
    625     <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
    626     <string name="time_lapse_minutes">minutes</string>
    627     <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
    628     <string name="time_lapse_hours">hours</string>
    629 
    630     <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT = 20] -->
    631     <string name="time_lapse_interval_set">Done</string>
    632     <!-- Title in time interval picker for setting time interval. [CHAR LIMIT = 30]-->
    633     <string name="set_time_interval">Set Time Interval</string>
    634     <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT = 180]-->
    635     <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string>
    636     <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT = 50]-->
    637     <string name="set_duration">Set duration in seconds</string>
    638     <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT = 60]-->
    639     <string name="count_down_title_text">Counting down to take a photo</string>
    640 
    641     <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 50] -->
    642     <string name="remember_location_title">Remember photo locations?</string>
    643     <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = None] -->
    644     <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>
    645     <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
    646     <string name="remember_location_no">No thanks</string>
    647     <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
    648     <string name="remember_location_yes">Yes</string>
    649 
    650     <!-- Camera menu labels -->
    651     <!-- more options label [CHAR LIMIT=50] -->
    652     <string name="camera_menu_more_label">MORE OPTIONS</string>
    653     <!-- settings label [CHAR LIMIT=50] -->
    654     <string name="camera_menu_settings_label">SETTINGS</string>
    655 
    656     <!--  Tiny Planet -->
    657     <!-- Button to press for creating a tiny planet image. [CHAR LIMIT = 30] -->
    658     <string name="create_tiny_planet">Create Tiny Planet</string>
    659     <!-- Message shown while a tiny planet image is being saved. [CHAR LIMIT = 30] -->
    660     <string name="saving_tiny_planet">Saving Tiny Planet </string>
    661     <!-- Label above a slider that let's the user set the zoom of a tiny planet image. [CHAR LIMIT = 15] -->
    662     <string name="tiny_planet_zoom">Zoom</string>
    663     <!-- Label above a slider that let's the user set the rotation of a tiny planet image. [CHAR LIMIT = 15] -->
    664     <string name="tiny_planet_rotate">Rotate</string>
    665 
    666     <!-- Crop -->
    667     <!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
    668     <string name="crop_save">Save</string>
    669     <!--  String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
    670     <string name="cannot_load_image">Cannot load the image!</string>
    671     <!-- Label for album filmstrip button -->
    672     <string name="switch_photo_filmstrip">Filmstrip view</string>
    673 
    674     <!--  String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
    675     <string name="setting_wallpaper">Setting wallpaper</string>
    676  </resources>
    677