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     <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
    189     <string name="pref_camera_id_title">Choose camera</string>
    190 
    191     <string name="pref_camera_id_default" translatable="false">0</string>
    192 
    193     <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
    194     <string name="pref_camera_id_entry_back">Back</string>
    195     <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
    196     <string name="pref_camera_id_entry_front">Front</string>
    197 
    198     <!-- Settings screen, setting title text -->
    199     <string name="pref_camera_recordlocation_title">Store location</string>
    200 
    201     <string name="pref_camera_recordlocation_default" translatable="false">none</string>
    202 
    203     <!--  Label for record location preference [CHAR LIMIT=50] -->
    204     <string name="pref_camera_location_label">LOCATION</string>
    205 
    206     <!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
    207     <string name="pref_camera_timer_title">Countdown timer</string>
    208 
    209     <string name="pref_camera_timer_default" translatable="false">0</string>
    210     <!-- Entry for countdown timer setting. e.g. 1 second, 10 seconds, etc. [CHAR LIMIT=30]-->
    211     <plurals name="pref_camera_timer_entry">
    212         <item quantity="one">1 second</item>
    213         <item quantity="other">%d seconds</item>
    214     </plurals>
    215     <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
    216     <!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT = 24]-->
    217     <string name="pref_camera_timer_sound_title">Beep during countdown</string>
    218 
    219     <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
    220     <string name="setting_off">Off</string>
    221     <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
    222     <string name="setting_on">On</string>
    223 
    224     <!-- The value of a camera preference indicating the setting is off. -->
    225     <string name="setting_off_value" translatable="false">off</string>
    226     <!-- The value of a camera preference indicating the setting is on. -->
    227     <string name="setting_on_value" translatable="false">on</string>
    228 
    229     <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
    230     <string name="pref_video_quality_title">Video quality</string>
    231     <!-- The default quality value is 5 (720p) -->
    232     <string name="pref_video_quality_default" translatable="false">5</string>
    233     <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
    234     <string name="pref_video_quality_entry_1080p" translatable="false">HD 1080p</string>
    235     <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
    236     <string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string>
    237     <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
    238     <string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string>
    239     <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
    240     <string name="pref_video_quality_entry_high">High</string>
    241     <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
    242     <string name="pref_video_quality_entry_low">Low</string>
    243 
    244     <!-- Describes the preference dialog for choosing interval between frame capture for
    245     time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
    246     <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string>
    247     <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
    248 
    249     <!-- Settings screen, Camera setting category title -->
    250     <string name="pref_camera_settings_category">Camera settings</string>
    251 
    252     <!-- Settings screen, Camcorder setting category title -->
    253     <string name="pref_camcorder_settings_category">Camcorder settings</string>
    254 
    255     <!-- Settings screen, Picture size title -->
    256     <string name="pref_camera_picturesize_title">Picture size</string>
    257 
    258     <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=20] -->
    259     <string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
    260     <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=20] -->
    261     <string name="pref_camera_picturesize_entry_8mp">8M pixels</string>
    262     <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=20] -->
    263     <string name="pref_camera_picturesize_entry_5mp">5M pixels</string>
    264     <!-- Settings screen, dialog choice for 4 megapixels picture size [CHAR LIMIT=20] -->
    265     <string name="pref_camera_picturesize_entry_4mp">4M pixels</string>
    266     <!-- Settings screen, dialog choice for 3 megapixels picture size [CHAR LIMIT=20] -->
    267     <string name="pref_camera_picturesize_entry_3mp">3M pixels</string>
    268     <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -->
    269     <string name="pref_camera_picturesize_entry_2mp">2M pixels</string>
    270     <!-- Settings screen, dialog choice for 2 megapixels picture size [CHAR LIMIT=20] -->
    271     <string name="pref_camera_picturesize_entry_2mp_wide">2M pixels (16:9)</string>
    272     <!-- Settings screen, dialog choice for 1.3 megapixels picture size [CHAR LIMIT=20] -->
    273     <string name="pref_camera_picturesize_entry_1_3mp">1.3M pixels</string>
    274     <!-- Settings screen, dialog choice for 1 megapixels picture size [CHAR LIMIT=20] -->
    275     <string name="pref_camera_picturesize_entry_1mp">1M pixels</string>
    276     <!-- Settings screen, dialog choice for VGA picture size [CHAR LIMIT=20] -->
    277     <string name="pref_camera_picturesize_entry_vga">VGA</string>
    278     <!-- Settings screen, dialog choice for QVGA picture size [CHAR LIMIT=20] -->
    279 
    280     <string name="pref_camera_picturesize_entry_qvga">QVGA</string>
    281 
    282     <!-- Settings screen, Focus mode title -->
    283     <string name="pref_camera_focusmode_title">Focus mode</string>
    284 
    285     <!-- Settings screen, Focus mode dialog radio button choices -->
    286     <string name="pref_camera_focusmode_entry_auto">Auto</string>
    287     <!-- A setting that lets the camera focus into infinity. [CHAR LIMIT=20] -->
    288     <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
    289     <!-- A setting that lets the camera operate in macro focus mode for nearby objects. [CHAR LIMIT=20] -->
    290     <string name="pref_camera_focusmode_entry_macro">Macro</string>
    291 
    292     <!-- Menu, focus mode labels [CHAR LIMIT=50] -->
    293     <string name="pref_camera_focusmode_label_auto">AUTO</string>
    294     <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
    295     <string name="pref_camera_focusmode_label_macro">MACRO</string>
    296 
    297     <!-- Default flash mode setting.-->
    298     <string name="pref_camera_flashmode_default" translatable="false">auto</string>
    299 
    300     <!-- Value for flash off setting-->
    301     <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
    302 
    303     <!-- Settings screen, Flash mode title -->
    304     <string name="pref_camera_flashmode_title">Flash mode</string>
    305         <!-- flash label [CHAR LIMIT=50] -->
    306     <string name="pref_camera_flashmode_label">FLASH MODE</string>
    307 
    308     <!-- Settings screen, Flash mode 'auto'. [CHAR LIMIT=12] -->
    309     <string name="pref_camera_flashmode_entry_auto">Auto</string>
    310     <!-- Settings screen, Flash mode 'alway on'. [CHAR LIMIT=12] -->
    311     <string name="pref_camera_flashmode_entry_on">On</string>
    312     <!-- Settings screen, Flash mode 'always off'. [CHAR LIMIT=12] -->
    313     <string name="pref_camera_flashmode_entry_off">Off</string>
    314 
    315     <!-- Menu, flash mode labels [CHAR LIMIT=50] -->
    316     <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string>
    317     <string name="pref_camera_flashmode_label_on">FLASH ON</string>
    318     <string name="pref_camera_flashmode_label_off">FLASH OFF</string>
    319 
    320     <!-- Default videocamera flash mode setting.-->
    321     <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
    322 
    323     <!-- Default white balance setting. -->
    324     <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
    325 
    326     <!-- Settings screen, white balance title -->
    327     <string name="pref_camera_whitebalance_title">White balance</string>
    328     <!-- Menu, white balance label -->
    329     <string name="pref_camera_whitebalance_label">WHITE BALANCE</string>
    330 
    331     <!-- Settings screen, White balance dialog radio button choices -->
    332     <string name="pref_camera_whitebalance_entry_auto">Auto</string>
    333     <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
    334     <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
    335     <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
    336     <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
    337 
    338     <!-- Menu, White balance labels [CHAR LIMIT=50] -->
    339     <string name="pref_camera_whitebalance_label_auto">AUTO</string>
    340     <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string>
    341     <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string>
    342     <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string>
    343     <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string>
    344 
    345     <!-- Default scene mode setting. -->
    346     <string name="pref_camera_scenemode_default" translatable="false">auto</string>
    347 
    348     <!-- Settings screen, Select Scene mode -->
    349     <string name="pref_camera_scenemode_title">Scene mode</string>
    350 
    351     <!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
    352     <string name="pref_camera_scenemode_entry_auto">Auto</string>
    353     <!-- Scene mode that uses HDR plus (better HDR) [CHAR LIMIT=16] -->
    354     <string name="pref_camera_scenemode_entry_hdr_plus">HDR+</string>
    355     <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
    356     <string name="pref_camera_scenemode_entry_hdr">HDR</string>
    357     <!-- Scene mode to turn on HDR (better high dynamic range) [CHAR LIMIT=50] -->
    358     <string name="pref_camera_scenemode_entry_turn_hdr_plus_on">Turn HDR+ On</string>
    359     <!-- Scene mode to turn off HDR (better high dynamic range) [CHAR LIMIT=50] -->
    360     <string name="pref_camera_scenemode_entry_turn_hdr_plus_off">Turn HDR+ Off</string>
    361     <!-- Scene mode to turn on HDR (high dynamic range) [CHAR LIMIT=50] -->
    362     <string name="pref_camera_scenemode_entry_turn_hdr_on">Turn HDR On</string>
    363     <!-- Scene mode to turn off HDR (high dynamic range) [CHAR LIMIT=50] -->
    364     <string name="pref_camera_scenemode_entry_turn_hdr_off">Turn HDR Off</string>
    365     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
    366     <string name="pref_camera_scenemode_entry_action">Action</string>
    367     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
    368     <string name="pref_camera_scenemode_entry_night">Night</string>
    369     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
    370     <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
    371     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
    372     <string name="pref_camera_scenemode_entry_party">Party</string>
    373 
    374     <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
    375     <string name="pref_camera_scenemode_label_auto">NONE</string>
    376     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
    377     <string name="pref_camera_scenemode_label_action">ACTION</string>
    378     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
    379     <string name="pref_camera_scenemode_label_night">NIGHT</string>
    380     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
    381     <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
    382     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
    383     <string name="pref_camera_scenemode_label_party">PARTY</string>
    384 
    385     <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
    386     <string name="pref_camera_countdown_label_off">TIMER OFF</string>
    387     <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
    388     <string name="pref_camera_countdown_label_one">1 SECOND</string>
    389     <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
    390     <string name="pref_camera_countdown_label_three">3 SECONDS</string>
    391     <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
    392     <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
    393     <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
    394     <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
    395 
    396     <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
    397     <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
    398 
    399     <!-- Exposure settings in preference -->
    400     <string name="pref_exposure_title">Exposure</string>
    401     <string name="pref_exposure_default" translatable="false">0</string>
    402     <!--  menu label exposure compensation [CHAR LIMIT=50] -->
    403     <string name="pref_exposure_label">EXPOSURE</string>
    404 
    405     <!-- Default HDR entry value -->
    406     <string name="pref_camera_hdr_default">@string/setting_off_value</string>
    407 
    408     <!-- Default HDR+ entry value -->
    409     <string name="pref_camera_hdr_plus_default">@string/setting_off_value</string>
    410 
    411     <!-- HDR label ON [CHAR LIMIT=60] -->
    412     <string name="pref_camera_hdr_label">HDR</string>
    413 
    414     <!-- switch camera label back [CHAR LIMIT=60] -->
    415     <string name="pref_camera_id_label_back">FRONT CAMERA</string>
    416     <!-- switch camera label front [CHAR LIMIT=60] -->
    417     <string name="pref_camera_id_label_front">BACK CAMERA</string>
    418 
    419     <!-- Dialog "OK" button. Dismisses dialog. -->
    420     <string name="dialog_ok">OK</string>
    421 
    422     <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
    423     <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>
    424 
    425     <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
    426     <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
    427 
    428     <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
    429     <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
    430 
    431     <!-- Filename prefix for panorama output. -->
    432     <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
    433 
    434     <!-- The message shown when video record reaches size limit. -->
    435     <string name="video_reach_size_limit">Size limit reached.</string>
    436 
    437     <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=16] -->
    438     <string name="pano_too_fast_prompt">Too fast</string>
    439 
    440     <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
    441     <string name="pano_dialog_prepare_preview">Preparing panorama</string>
    442 
    443     <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
    444     <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
    445 
    446     <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
    447     <string name="pano_dialog_title">Panorama</string>
    448 
    449     <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
    450     <string name="pano_capture_indication">Capturing panorama</string>
    451 
    452     <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
    453     <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
    454 
    455     <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
    456     <string name="pano_review_saving_indication_str">Saving\u2026</string>
    457 
    458     <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
    459     <string name="pano_review_rendering">Rendering panorama</string>
    460 
    461     <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
    462     <string name="tap_to_focus">Touch to focus.</string>
    463 
    464     <!-- Default effect setting that clears the effect. -->
    465     <string name="pref_video_effect_default" translatable="false">none</string>
    466 
    467     <!-- Title of video effect setting popup window -->
    468     <string name="pref_video_effect_title">Effects</string>
    469 
    470     <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
    471     <string name="effect_none">None</string>
    472     <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
    473     <string name="effect_goofy_face_squeeze">Squeeze</string>
    474     <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
    475     <string name="effect_goofy_face_big_eyes">Big eyes</string>
    476     <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
    477     <string name="effect_goofy_face_big_mouth">Big mouth</string>
    478     <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
    479     <string name="effect_goofy_face_small_mouth">Small mouth</string>
    480     <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
    481     <string name="effect_goofy_face_big_nose">Big nose</string>
    482     <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
    483     <string name="effect_goofy_face_small_eyes">Small eyes</string>
    484     <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
    485     <string name="effect_backdropper_space">In space</string>
    486     <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=14] -->
    487     <string name="effect_backdropper_sunset">Sunset</string>
    488     <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=14] -->
    489     <string name="effect_backdropper_gallery">Your video</string>
    490 
    491     <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
    492     <string name="video_snapshot_hint">Touch to take photo while recording.</string>
    493 
    494     <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
    495     <string name="video_recording_started">Video recording has started.</string>
    496     <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
    497     <string name="video_recording_stopped">Video recording has stopped.</string>
    498 
    499     <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
    500     <string name="clear_effects">Clear effects</string>
    501 
    502     <!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
    503     <string name="effect_silly_faces">SILLY FACES</string>
    504 
    505     <!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
    506     <string name="effect_background">BACKGROUND</string>
    507 
    508     <!-- The shutter button. [CHAR LIMIT = NONE] -->
    509     <string name="accessibility_shutter_button">Shutter</string>
    510     <!-- The menu button. [CHAR LIMIT = NONE] -->
    511     <string name="accessibility_menu_button">Menu button</string>
    512     <!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
    513     <string name="accessibility_mode_picker">Camera, video, or panorama selector</string>
    514     <!-- The check box in camera settings, such as store location. [CHAR LIMIT = NONE] -->
    515     <string name="accessibility_check_box">%1$s check box</string>
    516     <!-- The button to switch to Camera mode. [CHAR LIMIT = NONE] -->
    517     <string name="accessibility_switch_to_camera">Switch to photo</string>
    518     <!-- The button to switch to Video mode. [CHAR LIMIT = NONE] -->
    519     <string name="accessibility_switch_to_video">Switch to video</string>
    520     <!-- The button to switch to Panorama mode. [CHAR LIMIT = NONE] -->
    521     <string name="accessibility_switch_to_panorama">Switch to panorama</string>
    522     <!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT = NONE] -->
    523     <string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
    524     <!-- The button to switch to the high quality mode. [CHAR LIMIT = NONE] -->
    525     <string name="accessibility_switch_to_gcam">Switch to high quality</string>
    526     <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] -->
    527     <string name="accessibility_review_cancel">Review cancel</string>
    528     <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT = NONE] -->
    529     <string name="accessibility_review_ok">Review done</string>
    530     <!-- button in review mode indicate the user want to retake another photo/video for attachment [
    531 CHAR LIMIT = NONE] -->
    532     <string name="accessibility_review_retake">Review retake</string>
    533     <!-- Default text for a button that can be toggled on and off. -->
    534     <string name="capital_on">ON</string>
    535     <!-- Default text for a button that can be toggled on and off. -->
    536     <string name="capital_off">OFF</string>
    537 
    538     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    539     <string name="pref_video_time_lapse_frame_interval_off">Off</string>
    540     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    541     <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string>
    542     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    543     <string name="pref_video_time_lapse_frame_interval_1000">1 second</string>
    544     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    545     <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string>
    546     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    547     <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string>
    548     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    549     <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string>
    550     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    551     <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string>
    552     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    553     <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string>
    554     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    555     <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string>
    556     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    557     <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string>
    558     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    559     <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string>
    560     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    561     <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string>
    562     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    563     <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string>
    564     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    565     <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string>
    566     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    567     <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string>
    568     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    569     <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string>
    570     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    571     <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string>
    572     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    573     <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string>
    574     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    575     <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string>
    576     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    577     <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string>
    578     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    579     <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string>
    580     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    581     <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string>
    582     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    583     <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string>
    584     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    585     <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string>
    586     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    587     <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string>
    588     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    589     <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string>
    590     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    591     <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string>
    592     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    593     <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string>
    594     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    595     <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string>
    596     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    597     <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string>
    598     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    599     <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string>
    600     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    601     <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string>
    602     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    603     <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string>
    604     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    605     <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string>
    606     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    607     <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string>
    608     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    609     <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string>
    610     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    611     <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string>
    612     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    613     <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string>
    614     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    615     <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string>
    616     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT = 30] -->
    617     <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string>
    618 
    619     <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
    620     <string name="time_lapse_seconds">seconds</string>
    621     <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
    622     <string name="time_lapse_minutes">minutes</string>
    623     <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT = 20] -->
    624     <string name="time_lapse_hours">hours</string>
    625 
    626     <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT = 20] -->
    627     <string name="time_lapse_interval_set">Done</string>
    628     <!-- Title in time interval picker for setting time interval. [CHAR LIMIT = 30]-->
    629     <string name="set_time_interval">Set Time Interval</string>
    630     <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT = 180]-->
    631     <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string>
    632     <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT = 50]-->
    633     <string name="set_duration">Set duration in seconds</string>
    634     <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT = 60]-->
    635     <string name="count_down_title_text">Counting down to take a photo</string>
    636 
    637     <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 50] -->
    638     <string name="remember_location_title">Remember photo locations?</string>
    639     <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = None] -->
    640     <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>
    641     <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
    642     <string name="remember_location_no">No thanks</string>
    643     <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT = 20] -->
    644     <string name="remember_location_yes">Yes</string>
    645 
    646     <!-- Camera menu labels -->
    647     <!-- more options label [CHAR LIMIT=50] -->
    648     <string name="camera_menu_more_label">MORE OPTIONS</string>
    649     <!-- settings label [CHAR LIMIT=50] -->
    650     <string name="camera_menu_settings_label">SETTINGS</string>
    651 
    652     <!--  Tiny Planet -->
    653     <!-- Button to press for creating a tiny planet image. [CHAR LIMIT = 30] -->
    654     <string name="create_tiny_planet">Create Tiny Planet</string>
    655     <!-- Message shown while a tiny planet image is being saved. [CHAR LIMIT = 30] -->
    656     <string name="saving_tiny_planet">Saving Tiny Planet </string>
    657     <!-- Label above a slider that let's the user set the zoom of a tiny planet image. [CHAR LIMIT = 15] -->
    658     <string name="tiny_planet_zoom">Zoom</string>
    659     <!-- Label above a slider that let's the user set the rotation of a tiny planet image. [CHAR LIMIT = 15] -->
    660     <string name="tiny_planet_rotate">Rotate</string>
    661 
    662     <!-- Crop -->
    663     <!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
    664     <string name="crop_save">Save</string>
    665     <!--  String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
    666     <string name="cannot_load_image">Cannot load the image!</string>
    667     <!-- Label for album filmstrip button -->
    668     <string name="switch_photo_filmstrip">Filmstrip view</string>
    669 
    670     <!--  String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
    671     <string name="setting_wallpaper">Setting wallpaper</string>
    672  </resources>
    673