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 name="share">Share</string>
     34     <string name="share_panorama">Share panorama</string>
     35     <string name="share_as_photo">Share as photo</string>
     36 
     37     <!-- The label shown after an image is deleted [CHAR LIMIT=16] -->
     38     <string name="deleted">Deleted</string>
     39 
     40     <!-- The label on the button which when clicked will undo a deletion of image [CHAR LIMIT=16]-->
     41     <string name="undo">UNDO</string>
     42 
     43     <string name="details">Details</string>
     44     <string name="close">Close</string>
     45 
     46     <!-- String indicating timestamp of photo or video -->
     47     <string name="show_on_map">Show on map</string>
     48     <string name="rotate_left">Rotate left</string>
     49     <string name="rotate_right">Rotate right</string>
     50 
     51     <!-- String used as a menu label. The user can choose to edit the image
     52          [CHAR_LIMIT=20]-->
     53     <string name="edit">Edit</string>
     54 
     55     <!-- The title of the menu item to let user crop the image. [CHAR LIMIT=15] -->
     56     <string name="crop_action">Crop</string>
     57     <!-- The title of the menu item to let user trim the video. [CHAR LIMIT=15] -->
     58     <string name="trim_action">Trim</string>
     59     <!-- The title of the menu item to let user set the image as background etc. [CHAR LIMIT=15] -->
     60     <string name="set_as">Set as</string>
     61 
     62     <!-- String indicating an error when playing the video. [CHAR LIMIT=30] -->
     63     <string name="video_err">Can\'t play video.</string>
     64 
     65     <!-- Text indicating the title of a media item in details window [CHAR LIMIT=14] -->
     66     <string name="title">Title</string>
     67     <!-- Text indicating the description of a media item in details window [CHAR LIMIT=14] -->
     68     <string name="description">Description</string>
     69     <!-- Text indicating the creation time of a media item in details window [CHAR LIMIT=14] -->
     70     <string name="time">Time</string>
     71     <!-- Text indicating the location of a media item in details window [CHAR LIMIT=14] -->
     72     <string name="location">Location</string>
     73     <!-- Text indicating the path of a media item in details window [CHAR LIMIT=14] -->
     74     <string name="path">Path</string>
     75     <!-- Text indicating the width of a media item in details window [CHAR LIMIT=14] -->
     76     <string name="width">Width</string>
     77     <!-- Text indicating the height of a media item in details window [CHAR LIMIT=14] -->
     78     <string name="height">Height</string>
     79     <!-- Text indicating the orientation of a media item in details window [CHAR LIMIT=14] -->
     80     <string name="orientation">Orientation</string>
     81     <!-- Text indicating the duration of a video item in details window [CHAR LIMIT=18] -->
     82     <string name="duration">Duration</string>
     83     <!-- Text indicating the mime type of a media item in details window [CHAR LIMIT=14] -->
     84     <string name="mimetype">MIME type</string>
     85     <!-- Text indicating the file size of a media item in details window [CHAR LIMIT=14] -->
     86     <string name="file_size">File size</string>
     87     <!-- Text indicating the maker of a media item in details window [CHAR LIMIT=14] -->
     88     <string name="maker">Maker</string>
     89     <!-- Text indicating the model of a media item in details window [CHAR LIMIT=14] -->
     90     <string name="model">Model</string>
     91     <!-- Text indicating flash info of a media item in details window [CHAR LIMIT=14] -->
     92     <string name="flash">Flash</string>
     93     <!-- Text indicating aperture of a media item in details window [CHAR LIMIT=14] -->
     94     <string name="aperture">Aperture</string>
     95     <!-- Text indicating the focal length of a media item in details window [CHAR LIMIT=14] -->
     96     <string name="focal_length">Focal Length</string>
     97     <!-- Text indicating the white balance of a media item in details window [CHAR LIMIT=18] -->
     98     <string name="white_balance">White balance</string>
     99     <!-- Text indicating the exposure time of a media item in details window [CHAR LIMIT=14] -->
    100     <string name="exposure_time">Exposure time</string>
    101     <!-- Text indicating the ISO speed rating of a media item in details window [CHAR LIMIT=14] -->
    102     <string name="iso">ISO</string>
    103     <!-- String indicating the time units in seconds. [CHAR LIMIT=8] -->
    104     <!-- String indicating the length units in milli-meters. [CHAR LIMIT=8] -->
    105     <string name="unit_mm">mm</string>
    106     <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12] -->
    107     <string name="manual">Manual</string>
    108     <!-- String indicating how camera shooting feature is used. [CHAR LIMIT=12 -->
    109     <string name="auto">Auto</string>
    110     <!-- String indicating camera flash is fired. [CHAR LIMIT=14] -->
    111     <string name="flash_on">Flash fired</string>
    112     <!-- String indicating camera flash is not used. [CHAR LIMIT=14] -->
    113     <string name="flash_off">No flash</string>
    114 
    115     <!-- String indicating image width or height is unknown. [CHAR LIMIT=14] -->
    116     <string name="unknown">Unknown</string>
    117 
    118     <!-- Toast message shown after we try to make a local album available offline
    119          [CHAR LIMIT=150] -->
    120     <string name="try_to_set_local_album_available_offline">
    121         This item is stored locally and available offline.</string>
    122 
    123 
    124     <!-- The content of a dialog showing trimming in progress. [CHAR LIMIT=30] -->
    125     <string name="please_wait">Please wait</string>
    126 
    127     <!-- title for the dialog showing the error of camera hardware -->
    128     <string name="camera_error_title">Camera error</string>
    129 
    130     <!-- message for the dialog showing the error of camera hardware -->
    131     <string name="cannot_connect_camera">Can\'t connect to the camera.</string>
    132 
    133     <!-- message for the dialog showing the camera is disabled because of security policies. Camera cannot be used. -->
    134     <string name="camera_disabled">Camera has been disabled because of security policies.</string>
    135 
    136     <!-- alert to the user to wait for some operation to complete -->
    137     <string name="wait">Please wait\u2026</string>
    138 
    139     <!-- alert to the user that an SD card must be installed before using the camera -->
    140     <string name="no_storage" product="default">Insert an SD card before using the camera.</string>
    141 
    142     <!-- alert to the user that the SD card is being disk-checked -->
    143     <string name="preparing_sd" product="default">Preparing SD card\u2026</string>
    144 
    145     <!-- alert to the user that the camera fails to read or write the SD card. -->
    146     <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string>
    147 
    148     <!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
    149     <string name="time_lapse_title">Time lapse recording</string>
    150 
    151     <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
    152     <string name="capturing">Capturing</string>
    153 
    154     <!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
    155     <string name="pref_camera_id_title">Choose camera</string>
    156 
    157     <string name="pref_camera_id_default" translatable="false">0</string>
    158 
    159     <!-- Named indexes into the array of camera facing entries -->
    160     <string name="pref_camera_id_index_back" translatable="false">0</string>
    161     <string name="pref_camera_id_index_front" translatable="false">1</string>
    162 
    163     <!-- In select camera setting, back facing camera. [CHAR LIMIT=14] -->
    164     <string name="pref_camera_id_entry_back">Back</string>
    165     <!-- In select camera setting, front-facing camera. [CHAR LIMIT=14] -->
    166     <string name="pref_camera_id_entry_front">Front</string>
    167 
    168     <!-- In select camera setting, back facing camera value. [CHAR LIMIT=14] -->
    169     <string name="pref_camera_id_entry_back_value" translatable="false">0</string>
    170     <!-- In select camera setting, front-facing camera value. [CHAR LIMIT=14] -->
    171     <string name="pref_camera_id_entry_front_value" translatable="false">1</string>
    172 
    173     <!-- Settings screen, location setting text. [CHAR LIMIT=20]-->
    174     <string name="pref_camera_save_location_title">Save location</string>
    175 
    176     <string name="pref_camera_recordlocation_default" translatable="false">none</string>
    177 
    178     <!--  Label for record location preference [CHAR LIMIT=50] -->
    179     <string name="pref_camera_location_label">LOCATION</string>
    180 
    181     <!-- Title for countdown timer on camera settings screen [CHAR LIMIT=30]-->
    182     <string name="pref_camera_timer_title">Countdown timer</string>
    183 
    184     <string name="pref_camera_timer_default" translatable="false">0</string>
    185     <string name="pref_camera_timer_sound_default">@string/setting_on_value</string>
    186     <!-- Text followed by a checkbox to turn on/off sound effects during the countdown. [CHAR LIMIT=24]-->
    187     <string name="pref_camera_timer_sound_title">Beep during countdown</string>
    188 
    189     <!-- Entry of a on/off setting. The setting is turned off. [CHAR LIMIT=15] -->
    190     <string name="setting_off">Off</string>
    191     <!-- Entry of a on/off setting. The setting is turned on. [CHAR LIMIT=15] -->
    192     <string name="setting_on">On</string>
    193 
    194     <!-- The value of a camera preference indicating the setting is off. -->
    195     <string name="setting_off_value" translatable="false">off</string>
    196     <!-- The value of a camera preference indicating the setting is on. -->
    197     <string name="setting_on_value" translatable="false">on</string>
    198     <!-- The value of a camera preference indicating the setting is none. -->
    199     <string name="setting_none_value" translatable="false">none</string>
    200 
    201     <!-- The Video quality settings in preference [CHAR LIMIT=21] -->
    202     <string name="pref_video_quality_title">Video quality</string>
    203 
    204     <!-- The value of a camera preference indicating the video quality is 'large'. -->
    205     <string name="pref_video_quality_large" translatable="false">large</string>
    206     <!-- The value of a camera preference indicating the video quality is 'medium'. -->
    207     <string name="pref_video_quality_medium" translatable="false">medium</string>
    208     <!-- The value of a camera preference indicating the video quality is 'small'. -->
    209     <string name="pref_video_quality_small" translatable="false">small</string>
    210 
    211     <!-- Describes the preference dialog for choosing interval between frame capture for
    212     time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
    213     <string name="pref_video_time_lapse_frame_interval_title">Time lapse</string>
    214     <string name="pref_video_time_lapse_frame_interval_default" translatable="false">0</string>
    215 
    216     <!-- Settings screen, Camera setting category title -->
    217     <string name="pref_camera_settings_category">Camera settings</string>
    218 
    219     <!-- Settings screen, Camcorder setting category title -->
    220     <string name="pref_camcorder_settings_category">Camcorder settings</string>
    221 
    222     <!-- Settings screen, Picture size title -->
    223     <string name="pref_camera_picturesize_title">Picture size</string>
    224 
    225     <!-- Settings screen, dialog choice for "large" picture size [CHAR LIMIT=20] -->
    226     <string name="pref_camera_picturesize_entry_large">Large</string>
    227     <!-- Settings screen, dialog choice for "medium" picture size [CHAR LIMIT=20] -->
    228     <string name="pref_camera_picturesize_entry_medium">Medium</string>
    229     <!-- Settings screen, dialog choice for "small" picture size [CHAR LIMIT=20] -->
    230     <string name="pref_camera_picturesize_entry_small">Small</string>
    231 
    232     <!-- The default photo resolution value. -->
    233     <string name="pref_camera_picturesize_default" translatable="false">large</string>
    234 
    235     <!-- Settings screen, Focus mode title -->
    236     <string name="pref_camera_focusmode_title">Focus mode</string>
    237 
    238     <!-- Settings screen, Focus mode dialog radio button choices -->
    239     <string name="pref_camera_focusmode_entry_auto">Auto</string>
    240     <!-- A setting that lets the camera focus into infinity. [CHAR LIMIT=20] -->
    241     <string name="pref_camera_focusmode_entry_infinity">Infinity</string>
    242     <!-- A setting that lets the camera operate in macro focus mode for nearby objects. [CHAR LIMIT=20] -->
    243     <string name="pref_camera_focusmode_entry_macro">Macro</string>
    244 
    245     <!-- Menu, focus mode labels [CHAR LIMIT=50] -->
    246     <string name="pref_camera_focusmode_label_auto">AUTO</string>
    247     <string name="pref_camera_focusmode_label_infinity">INFINITY</string>
    248     <string name="pref_camera_focusmode_label_macro">MACRO</string>
    249 
    250     <!-- Default focus mode setting -->
    251     <string name="pref_camera_focusmode_default" translatable="false">continuous-picture</string>
    252 
    253     <!-- Default flash mode setting. -->
    254     <string name="pref_camera_flashmode_default" translatable="false">auto</string>
    255 
    256     <!-- Default videocamera flash mode setting. -->
    257     <string name="pref_camera_video_flashmode_default" translatable="false">off</string>
    258 
    259     <!-- Default HDR+ flash mode setting. -->
    260     <string name="pref_camera_hdr_plus_flashmode_default" translatable="false">off</string>
    261 
    262     <!-- Value for flash off setting -->
    263     <string name="pref_camera_flashmode_no_flash" translatable="false">no_flash</string>
    264 
    265     <!-- Settings screen, Flash mode title -->
    266     <string name="pref_camera_flashmode_title">Flash mode</string>
    267         <!-- flash label [CHAR LIMIT=50] -->
    268     <string name="pref_camera_flashmode_label">FLASH MODE</string>
    269 
    270     <!-- Settings screen, Flash mode 'auto'. [CHAR LIMIT=12] -->
    271     <string name="pref_camera_flashmode_entry_auto">Auto</string>
    272     <!-- Settings screen, Flash mode 'alway on'. [CHAR LIMIT=12] -->
    273     <string name="pref_camera_flashmode_entry_on">On</string>
    274     <!-- Settings screen, Flash mode 'always off'. [CHAR LIMIT=12] -->
    275     <string name="pref_camera_flashmode_entry_off">Off</string>
    276 
    277     <!-- Menu, flash mode labels [CHAR LIMIT=50] -->
    278     <string name="pref_camera_flashmode_label_auto">FLASH AUTO</string>
    279     <string name="pref_camera_flashmode_label_on">FLASH ON</string>
    280     <string name="pref_camera_flashmode_label_off">FLASH OFF</string>
    281 
    282     <!-- Default white balance setting. -->
    283     <string name="pref_camera_whitebalance_default" translatable="false">auto</string>
    284 
    285     <!-- Settings screen, white balance title -->
    286     <string name="pref_camera_whitebalance_title">White balance</string>
    287     <!-- Menu, white balance label -->
    288     <string name="pref_camera_whitebalance_label">WHITE BALANCE</string>
    289 
    290     <!-- Settings screen, White balance dialog radio button choices -->
    291     <string name="pref_camera_whitebalance_entry_auto">Auto</string>
    292     <string name="pref_camera_whitebalance_entry_incandescent">Incandescent</string>
    293     <string name="pref_camera_whitebalance_entry_daylight">Daylight</string>
    294     <string name="pref_camera_whitebalance_entry_fluorescent">Fluorescent</string>
    295     <string name="pref_camera_whitebalance_entry_cloudy">Cloudy</string>
    296 
    297     <!-- Menu, White balance labels [CHAR LIMIT=50] -->
    298     <string name="pref_camera_whitebalance_label_auto">AUTO</string>
    299     <string name="pref_camera_whitebalance_label_incandescent">INCANDESCENT</string>
    300     <string name="pref_camera_whitebalance_label_daylight">DAYLIGHT</string>
    301     <string name="pref_camera_whitebalance_label_fluorescent">FLUORESCENT</string>
    302     <string name="pref_camera_whitebalance_label_cloudy">CLOUDY</string>
    303 
    304     <!-- Default scene mode setting. -->
    305     <string name="pref_camera_scenemode_default" translatable="false">auto</string>
    306 
    307     <!-- Settings screen, Select Scene mode -->
    308     <string name="pref_camera_scenemode_title">Scene mode</string>
    309 
    310     <!-- Settings menu, scene mode choices [CHAR LIMIT=16] -->
    311     <string name="pref_camera_scenemode_entry_auto">Auto</string>
    312     <!-- Scene mode that uses HDR plus (better HDR) [CHAR LIMIT=16] -->
    313     <string name="pref_camera_scenemode_entry_hdr_plus">HDR+</string>
    314     <!-- Scene mode that uses HDR (high dynamic range) [CHAR LIMIT=16] -->
    315     <string name="pref_camera_scenemode_entry_hdr">HDR</string>
    316     <!-- Scene mode to turn on HDR (better high dynamic range) [CHAR LIMIT=50] -->
    317     <string name="pref_camera_scenemode_entry_turn_hdr_plus_on">HDR+ ON</string>
    318     <!-- Scene mode to turn off HDR (better high dynamic range) [CHAR LIMIT=50] -->
    319     <string name="pref_camera_scenemode_entry_turn_hdr_plus_off">HDR+ OFF</string>
    320     <!-- Scene mode to turn on HDR (high dynamic range) [CHAR LIMIT=50] -->
    321     <string name="pref_camera_scenemode_entry_turn_hdr_on">HDR ON</string>
    322     <!-- Scene mode to turn off HDR (high dynamic range) [CHAR LIMIT=50] -->
    323     <string name="pref_camera_scenemode_entry_turn_hdr_off">HDR OFF</string>
    324     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=16] -->
    325     <string name="pref_camera_scenemode_entry_action">Action</string>
    326     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=16] -->
    327     <string name="pref_camera_scenemode_entry_night">Night</string>
    328     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=16] -->
    329     <string name="pref_camera_scenemode_entry_sunset">Sunset</string>
    330     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
    331     <string name="pref_camera_scenemode_entry_party">Party</string>
    332 
    333     <!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
    334     <string name="pref_camera_scenemode_label_auto">NONE</string>
    335     <!-- Scene mode that takes an image quickly with little motion blur. [CHAR LIMIT=50] -->
    336     <string name="pref_camera_scenemode_label_action">ACTION</string>
    337     <!-- Scene mode that takes long exposures to capture night scenes without flash. [CHAR LIMIT=50] -->
    338     <string name="pref_camera_scenemode_label_night">NIGHT</string>
    339     <!-- Scene mode optimized for taking images in the sunset. [CHAR LIMIT=50] -->
    340     <string name="pref_camera_scenemode_label_sunset">SUNSET</string>
    341     <!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=50] -->
    342     <string name="pref_camera_scenemode_label_party">PARTY</string>
    343 
    344     <!-- Settings menu countdown timer off [CHAR LIMIT=50] -->
    345     <string name="pref_camera_countdown_label_off">TIMER OFF</string>
    346     <!-- Settings menu countdown timer 1 second [CHAR LIMIT=50] -->
    347     <string name="pref_camera_countdown_label_one">1 SECOND</string>
    348     <!-- Settings menu countdown timer 3 seconds [CHAR LIMIT=50] -->
    349     <string name="pref_camera_countdown_label_three">3 SECONDS</string>
    350     <!-- Settings menu countdown timer 10 seconds [CHAR LIMIT=50] -->
    351     <string name="pref_camera_countdown_label_ten">10 SECONDS</string>
    352     <!-- Settings menu countdown timer 15 seconds [CHAR LIMIT=50] -->
    353     <string name="pref_camera_countdown_label_fifteen">15 SECONDS</string>
    354 
    355     <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
    356     <string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
    357 
    358     <!-- Exposure settings in preference -->
    359     <string name="pref_exposure_title">Exposure</string>
    360     <string name="pref_exposure_default" translatable="false">0</string>
    361     <!--  menu label exposure compensation [CHAR LIMIT=50] -->
    362     <string name="pref_exposure_label">EXPOSURE</string>
    363 
    364     <!-- Default HDR entry value -->
    365     <string name="pref_camera_hdr_default">@string/setting_off_value</string>
    366 
    367     <!-- Default HDR+ entry value -->
    368     <string name="pref_camera_hdr_plus_default">@string/setting_off_value</string>
    369 
    370     <!-- HDR label ON [CHAR LIMIT=60] -->
    371     <string name="pref_camera_hdr_label">HDR</string>
    372 
    373     <!-- switch camera label back [CHAR LIMIT=60] -->
    374     <string name="pref_camera_id_label_back">FRONT CAMERA</string>
    375     <!-- switch camera label front [CHAR LIMIT=60] -->
    376     <string name="pref_camera_id_label_front">BACK CAMERA</string>
    377 
    378     <!-- Dialog "OK" button. Dismisses dialog. -->
    379     <string name="dialog_ok">OK</string>
    380     <string name="dialog_cancel">Cancel</string>
    381 
    382     <!-- Low-memory dialog message [CHAR LIMIT=NONE] -->
    383     <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>
    384 
    385     <!-- Camera format string for new image files. Passed to java.text.SimpleDateFormat. -->
    386     <string name="image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
    387 
    388     <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. -->
    389     <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string>
    390 
    391     <!-- Filename prefix for panorama output. -->
    392     <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string>
    393 
    394     <!-- The message shown when video record reaches size limit. -->
    395     <string name="video_reach_size_limit">Size limit reached.</string>
    396 
    397     <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=16] -->
    398     <string name="pano_too_fast_prompt">Too fast</string>
    399 
    400     <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
    401     <string name="pano_dialog_prepare_preview">Preparing panorama</string>
    402 
    403     <!-- The text shown in the dialog when panorama saving failed [CHAR LIMIT=40] -->
    404     <string name="pano_dialog_panorama_failed">Couldn\'t save panorama.</string>
    405 
    406     <!-- The text shown on the dialog title in the dialogs for Panorama [CHAR LIMIT=12] -->
    407     <string name="pano_dialog_title">Panorama</string>
    408 
    409     <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] -->
    410     <string name="pano_capture_indication">Capturing panorama</string>
    411 
    412     <!-- The text shown in the progress dialog when waiting for previous panorama finishing [CHAR LIMIT=40] -->
    413     <string name="pano_dialog_waiting_previous">Waiting for previous panorama</string>
    414 
    415     <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] -->
    416     <string name="pano_review_saving_indication_str">Saving\u2026</string>
    417 
    418     <!-- The text shown on the screen to indicate that the panorama is rendering [CHAR LIMIT=27] -->
    419     <string name="pano_review_rendering">Rendering panorama</string>
    420 
    421     <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
    422     <string name="tap_to_focus">Touch to focus.</string>
    423 
    424     <!-- Default effect setting that clears the effect. -->
    425     <string name="pref_video_effect_default" translatable="false">none</string>
    426 
    427     <!-- Title of video effect setting popup window -->
    428     <string name="pref_video_effect_title">Effects</string>
    429 
    430     <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] -->
    431     <string name="effect_none">None</string>
    432     <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] -->
    433     <string name="effect_goofy_face_squeeze">Squeeze</string>
    434     <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] -->
    435     <string name="effect_goofy_face_big_eyes">Big eyes</string>
    436     <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] -->
    437     <string name="effect_goofy_face_big_mouth">Big mouth</string>
    438     <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] -->
    439     <string name="effect_goofy_face_small_mouth">Small mouth</string>
    440     <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -->
    441     <string name="effect_goofy_face_big_nose">Big nose</string>
    442     <!-- Effect setting item that makes eyes small. [CHAR LIMIT=14] -->
    443     <string name="effect_goofy_face_small_eyes">Small eyes</string>
    444     <!-- Effect setting item that replaces background with Android in Space. [CHAR LIMIT=14] -->
    445     <string name="effect_backdropper_space">In space</string>
    446     <!-- Effect setting item that replaces background with a sunset. [CHAR LIMIT=16] -->
    447     <string name="effect_backdropper_sunset">Sunset</string>
    448     <!-- Effect setting item that replaces background with video from gallery. [CHAR LIMIT=16] -->
    449     <string name="effect_backdropper_gallery">Your video</string>
    450 
    451     <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
    452     <string name="video_snapshot_hint">Touch to take photo while recording.</string>
    453 
    454     <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
    455     <string name="video_recording_started">Video recording has started.</string>
    456     <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
    457     <string name="video_recording_stopped">Video recording has stopped.</string>
    458 
    459     <!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
    460     <string name="clear_effects">Clear effects</string>
    461 
    462     <!-- Title of category for silly face effects. [CHAR LIMIT=26] -->
    463     <string name="effect_silly_faces">SILLY FACES</string>
    464 
    465     <!-- Title of category for background replacement effects. [CHAR LIMIT=26] -->
    466     <string name="effect_background">BACKGROUND</string>
    467 
    468     <!-- The shutter button. [CHAR LIMIT=NONE] -->
    469     <string name="accessibility_shutter_button">Shutter</string>
    470     <!-- The cancel button. Used to cancel an in progress shot [CHAR LIMIT=NONE] -->
    471     <string name="accessibility_cancel_button">Cancel</string>
    472     <!-- The menu button. [CHAR LIMIT=NONE] -->
    473     <string name="accessibility_menu_button">Menu button</string>
    474     <!-- The check box in camera settings, such as store location. [CHAR LIMIT=NONE] -->
    475     <string name="accessibility_check_box">%1$s check box</string>
    476     <!-- The button to switch to Camera mode. [CHAR LIMIT=NONE] -->
    477     <string name="accessibility_switch_to_camera">Switch to photo</string>
    478     <!-- The button to switch to Video mode. [CHAR LIMIT=NONE] -->
    479     <string name="accessibility_switch_to_video">Switch to video</string>
    480     <!-- The button to switch to Panorama mode. [CHAR LIMIT=NONE] -->
    481     <string name="accessibility_switch_to_panorama">Switch to panorama</string>
    482     <!-- The button to switch to the Photo Sphere mode. [CHAR LIMIT=NONE] -->
    483     <string name="accessibility_switch_to_photo_sphere">Switch to Photo Sphere</string>
    484     <!-- The button to switch to the high quality mode. [CHAR LIMIT=NONE] -->
    485     <string name="accessibility_switch_to_gcam">Switch to high quality</string>
    486     <!-- The button to switch to the Re-Focus mode. [CHAR LIMIT=NONE] -->
    487     <string name="accessibility_switch_to_refocus">Switch to Refocus</string>
    488     <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=NONE] -->
    489     <string name="accessibility_review_cancel">Review cancel</string>
    490     <!-- The button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=NONE] -->
    491     <string name="accessibility_review_ok">Review done</string>
    492     <!-- button in review mode indicate the user want to retake another photo/video for attachment [
    493 CHAR LIMIT=NONE] -->
    494     <string name="accessibility_review_retake">Review retake</string>
    495     <!-- The button that opens up mode options, shown as '...' on screen [CHAR LIMIT=NONE] -->
    496     <string name="accessibility_mode_options">Options</string>
    497     <!-- Announcement when the mode list becomes hidden off screen [CHAR LIMIT=NONE] -->
    498     <string name="accessibility_mode_list_hidden">Mode list closed</string>
    499     <!-- Announcement when the mode list becomes shown on screen [CHAR LIMIT=NONE] -->
    500     <string name="accessibility_mode_list_shown">Mode list open</string>
    501     <!-- Announcement when a general media capture is performed, and visually the capture 'peeks' from right screen [CHAR LIMIT=NONE] -->
    502     <string name="media_accessibility_peek">Capture taken</string>
    503     <!-- Announcement when a video capture is performed, and visually the capture 'peeks' from right screen [CHAR LIMIT=NONE] -->
    504     <string name="photo_accessibility_peek">Photo taken</string>
    505     <!-- Announcement when a video capture is performed, and visually the capture 'peeks' from right screen [CHAR LIMIT=NONE] -->
    506     <string name="video_accessibility_peek">Video taken</string>
    507 
    508     <!-- Description for the lock icon in Secure Camera filmstrip that when clicked, brings user to lock screen then full Camera [CHAR LIMIT=NONE] -->
    509     <string name="accessibility_unlock_to_camera">Unlock to Camera</string>
    510 
    511     <!-- Content description for general media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
    512     <string name="media_date_content_description">Media taken on %s</string>
    513     <!-- Content description for photo media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
    514     <string name="photo_date_content_description">Photo taken on %s</string>
    515     <!-- Content description for video media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
    516     <string name="video_date_content_description">Video taken on %s</string>
    517     <!-- Content description for panorama media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
    518     <string name="panorama_date_content_description">Panorama taken on %s</string>
    519     <!-- Content description for photosphere media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
    520     <string name="photosphere_date_content_description">Photo Sphere taken on %s</string>
    521     <!-- Content description for refocus media items in filmstrip based on modified date, template will read a file modified date and time [CHAR LIMIT=NONE] -->
    522     <string name="refocus_date_content_description">Lens blur taken on %s</string>
    523 
    524     <!-- Content description for media items in filmstrip which are still in the middle of processing [CHAR LIMIT=NONE] -->
    525     <string name="media_processing_content_description">Media processing</string>
    526 
    527     <!-- Content description of the button that toggles the on screen list of camera mode. [CHAR LIMIT=NONE] -->
    528     <string name="accessibility_mode_list_toggle">Toggle mode list</string>
    529 
    530     <!-- Text on the button that toggles the on screen list of camera mode. [CHAR LIMIT=20] -->
    531     <string name="btn_mode_list_toggle">Mode list</string>
    532 
    533     <!-- Content description of the button that toggles the filmstrip. [CHAR LIMIT=NONE] -->
    534     <string name="accessibility_filmstrip_toggle">Toggle filmstrip</string>
    535 
    536     <!-- Text on the button that toggles the filmstrip. [CHAR LIMIT=20] -->
    537     <string name="btn_filmstrip_toggle">Filmstrip</string>
    538 
    539     <!-- Default text for a button that can be toggled on and off. -->
    540     <string name="capital_on">ON</string>
    541     <!-- Default text for a button that can be toggled on and off. -->
    542     <string name="capital_off">OFF</string>
    543 
    544     <!-- Describes button on top of a video in filmstrip that is a play icon, pressing starts external video player [CHAR LIMIT=NONE] -->
    545     <string name="video_control_play">Play Video</string>
    546 
    547     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    548     <string name="pref_video_time_lapse_frame_interval_off">Off</string>
    549     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    550     <string name="pref_video_time_lapse_frame_interval_500">0.5 seconds</string>
    551     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    552     <string name="pref_video_time_lapse_frame_interval_1000">1 second</string>
    553     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    554     <string name="pref_video_time_lapse_frame_interval_1500">1.5 seconds</string>
    555     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    556     <string name="pref_video_time_lapse_frame_interval_2000">2 seconds</string>
    557     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    558     <string name="pref_video_time_lapse_frame_interval_2500">2.5 seconds</string>
    559     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    560     <string name="pref_video_time_lapse_frame_interval_3000">3 seconds</string>
    561     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    562     <string name="pref_video_time_lapse_frame_interval_4000">4 seconds</string>
    563     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    564     <string name="pref_video_time_lapse_frame_interval_5000">5 seconds</string>
    565     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    566     <string name="pref_video_time_lapse_frame_interval_6000">6 seconds</string>
    567     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    568     <string name="pref_video_time_lapse_frame_interval_10000">10 seconds</string>
    569     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    570     <string name="pref_video_time_lapse_frame_interval_12000">12 seconds</string>
    571     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    572     <string name="pref_video_time_lapse_frame_interval_15000">15 seconds</string>
    573     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    574     <string name="pref_video_time_lapse_frame_interval_24000">24 seconds</string>
    575     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    576     <string name="pref_video_time_lapse_frame_interval_30000">0.5 minutes</string>
    577     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    578     <string name="pref_video_time_lapse_frame_interval_60000">1 minute</string>
    579     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    580     <string name="pref_video_time_lapse_frame_interval_90000">1.5 minutes</string>
    581     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    582     <string name="pref_video_time_lapse_frame_interval_120000">2 minutes</string>
    583     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    584     <string name="pref_video_time_lapse_frame_interval_150000">2.5 minutes</string>
    585     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    586     <string name="pref_video_time_lapse_frame_interval_180000">3 minutes</string>
    587     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    588     <string name="pref_video_time_lapse_frame_interval_240000">4 minutes</string>
    589     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    590     <string name="pref_video_time_lapse_frame_interval_300000">5 minutes</string>
    591     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    592     <string name="pref_video_time_lapse_frame_interval_360000">6 minutes</string>
    593     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    594     <string name="pref_video_time_lapse_frame_interval_600000">10 minutes</string>
    595     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    596     <string name="pref_video_time_lapse_frame_interval_720000">12 minutes</string>
    597     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    598     <string name="pref_video_time_lapse_frame_interval_900000">15 minutes</string>
    599     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    600     <string name="pref_video_time_lapse_frame_interval_1440000">24 minutes</string>
    601     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    602     <string name="pref_video_time_lapse_frame_interval_1800000">0.5 hours</string>
    603     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    604     <string name="pref_video_time_lapse_frame_interval_3600000">1 hour</string>
    605     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    606     <string name="pref_video_time_lapse_frame_interval_5400000">1.5 hour</string>
    607     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    608     <string name="pref_video_time_lapse_frame_interval_7200000">2 hours</string>
    609     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    610     <string name="pref_video_time_lapse_frame_interval_9000000">2.5 hours</string>
    611     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    612     <string name="pref_video_time_lapse_frame_interval_10800000">3 hours</string>
    613     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    614     <string name="pref_video_time_lapse_frame_interval_14400000">4 hours</string>
    615     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    616     <string name="pref_video_time_lapse_frame_interval_18000000">5 hours</string>
    617     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    618     <string name="pref_video_time_lapse_frame_interval_21600000">6 hours</string>
    619     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    620     <string name="pref_video_time_lapse_frame_interval_36000000">10 hours</string>
    621     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    622     <string name="pref_video_time_lapse_frame_interval_43200000">12 hours</string>
    623     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    624     <string name="pref_video_time_lapse_frame_interval_54000000">15 hours</string>
    625     <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
    626     <string name="pref_video_time_lapse_frame_interval_86400000">24 hours</string>
    627 
    628     <!-- Seconds: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
    629     <string name="time_lapse_seconds">seconds</string>
    630     <!-- Minutes: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
    631     <string name="time_lapse_minutes">minutes</string>
    632     <!-- Hours: a unit of time for time lapse intervals. [CHAR LIMIT=20] -->
    633     <string name="time_lapse_hours">hours</string>
    634 
    635     <!-- The button to confirm time-lapse setting changes. [CHAR LIMIT=20] -->
    636     <string name="time_lapse_interval_set">Done</string>
    637     <!-- Title in time interval picker for setting time interval. [CHAR LIMIT=30]-->
    638     <string name="set_time_interval">Set Time Interval</string>
    639     <!-- Help text that is shown when the time lapse feature is turned off. [CHAR LIMIT=180]-->
    640     <string name="set_time_interval_help">Time lapse feature is off. Turn it on to set time interval.</string>
    641     <!-- Title in timer setting for setting the duration for the countdown timer. [CHAR LIMIT=50]-->
    642     <string name="set_duration">Set duration in seconds</string>
    643     <!-- On-screen hint during timer countdown for taking a photo. [CHAR LIMIT=60]-->
    644     <string name="count_down_title_text">Counting down to take a photo</string>
    645 
    646     <!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=50] -->
    647     <string name="remember_location_title">Remember photo locations?</string>
    648     <!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=None] -->
    649     <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>
    650     <!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
    651     <string name="remember_location_no">No thanks</string>
    652     <!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
    653     <string name="remember_location_yes">Yes</string>
    654 
    655     <!-- Camera menu labels -->
    656     <!-- more options label [CHAR LIMIT=50] -->
    657     <string name="camera_menu_more_label">MORE OPTIONS</string>
    658     <!-- settings label [CHAR LIMIT=50] -->
    659     <string name="camera_menu_settings_label">SETTINGS</string>
    660 
    661     <!--  Tiny Planet -->
    662     <!-- Button to press for creating a tiny planet image. [CHAR LIMIT=30] -->
    663     <string name="create_tiny_planet">Create Tiny Planet</string>
    664     <!-- Message shown while a tiny planet image is being saved. [CHAR LIMIT=30] -->
    665     <string name="saving_tiny_planet">Saving Tiny Planet </string>
    666     <!-- Label above a slider that let's the user set the zoom of a tiny planet image. [CHAR LIMIT=15] -->
    667     <string name="tiny_planet_zoom">Zoom</string>
    668     <!-- Label above a slider that let's the user set the rotation of a tiny planet image. [CHAR LIMIT=15] -->
    669     <string name="tiny_planet_rotate">Rotate</string>
    670     <!-- Label for menu item that starts a photo editor. [CHAR LIMIT=30] -->
    671     <string name="photo_editor">Photo Editor</string>
    672 
    673     <!-- Crop -->
    674     <!-- Label for the save button in the crop activity action bar [CHAR LIMIT=20] -->
    675     <string name="crop_save">Save</string>
    676     <!--  String shown when we cannot load the image when starting the activity [CHAR LIMIT=NONE] -->
    677     <string name="cannot_load_image">Cannot load the image!</string>
    678     <!-- Label for album filmstrip button -->
    679     <string name="switch_photo_filmstrip">Filmstrip view</string>
    680 
    681     <!--  String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
    682     <string name="setting_wallpaper">Setting wallpaper</string>
    683 
    684     <!-- Camera settings. [CHAR LIMIT=25] -->
    685     <string name="mode_settings">Settings</string>
    686     <!-- Text shown in the camera mode options list for normal camera mode [CHAR LIMIT=25] -->
    687     <string name="mode_camera">Camera</string>
    688     <!-- Text shown in the camera mode options list for putting camera in video recording mode [CHAR LIMIT=25] -->
    689     <string name="mode_video">Video</string>
    690     <!-- Text shown in the camera mode options list for putting camera in photo sphere mode. 'Photo sphere' is a product name. [CHAR LIMIT=25] -->
    691     <string name="mode_photosphere">Photo Sphere</string>
    692     <!-- Text shown in the camera mode options list for putting camera in time lapse mode [CHAR LIMIT=25] -->
    693     <string name="mode_timelapse">Time Lapse</string>
    694     <!-- Text shown in the camera mode options list for putting camera in wide angle panorama mode [CHAR LIMIT=25] -->
    695     <string name="mode_wideangle">Wide Angle</string>
    696     <!-- Text shown in the camera mode options list for putting camera in panorama mode [CHAR LIMIT=25] -->
    697     <string name="mode_panorama">Panorama</string>
    698     <!-- Text shown in the camera mode options list for putting camera in refocus mode [CHAR LIMIT=25] -->
    699     <string name="mode_refocus">Lens Blur</string>
    700 
    701     <!-- Accessibility text for switching to normal camera mode [CHAR_LIMIT=NONE] -->
    702     <string name="mode_camera_desc">Switch to Camera Mode</string>
    703     <!-- Accessibility text for switching to video mode [CHAR_LIMIT=NONE] -->
    704     <string name="mode_video_desc">Switch to Video Camera</string>
    705     <!-- Accessibility text for switching to photo sphere mode. 'Photo sphere' is a product name. [CHAR_LIMIT=NONE] -->
    706     <string name="mode_photosphere_desc">Switch to Photo Sphere Mode</string>
    707     <!-- Accessibility text for switching to panorama mode [CHAR_LIMIT=NONE] -->
    708     <string name="mode_panorama_desc">Switch to Panorama Mode</string>
    709     <!-- Accessibility text for switching to refocus mode [CHAR_LIMIT=NONE] -->
    710     <string name="mode_refocus_desc">Switch to Lens Blur Mode</string>
    711 
    712     <!-- Accessibility text for settings toggle button states [CHAR_LIMIT=NONE] -->
    713     <string name="settings_open_desc">Open settings</string>
    714     <string name="settings_close_desc">Close settings</string>
    715 
    716     <!-- Accessibility text for HDR+ toggle button states [CHAR_LIMIT=NONE] -->
    717     <string name="hdr_plus_off_desc">HDR Plus off</string>
    718     <string name="hdr_plus_on_desc">HDR Plus on</string>
    719 
    720     <!-- Accessibility text for HDR toggle button states [CHAR_LIMIT=NONE] -->
    721     <string name="hdr_off_desc">HDR off</string>
    722     <string name="hdr_on_desc">HDR on</string>
    723 
    724     <!-- Accessibility text for camera flash toggle button states [CHAR_LIMIT=NONE] -->
    725     <string name="flash_off_desc">Flash off</string>
    726     <string name="flash_auto_desc">Flash auto</string>
    727     <string name="flash_on_desc">Flash on</string>
    728 
    729     <!-- Accessibility text for HDR+ flash toggle button states [CHAR_LIMIT=NONE] -->
    730     <string name="hdr_plus_flash_off_desc">HDR+ flash off</string>
    731     <string name="hdr_plus_flash_auto_desc">HDR+ flash auto</string>
    732     <string name="hdr_plus_flash_on_desc">HDR+ flash on</string>
    733 
    734     <!-- Accessibility text for vide torch (flash) toggle button states [CHAR_LIMIT=NONE] -->
    735     <string name="torch_on_desc">Torch on</string>
    736     <string name="torch_off_desc">Torch off</string>
    737 
    738     <!-- Accessibility text for camera switch toggle button states [CHAR_LIMIT=NONE] -->
    739     <string name="camera_id_back_desc">Back camera</string>
    740     <string name="camera_id_front_desc">Front camera</string>
    741 
    742     <!-- Accessibility text for grid lines toggle button states [CHAR_LIMIT=NONE] -->
    743     <string name="grid_lines_off_desc">Grid lines off</string>
    744     <string name="grid_lines_on_desc">Grid lines on</string>
    745 
    746     <!-- Accessibility text for countdown timer toggle button states [CHAR_LIMIT=NONE] -->
    747     <string name="countdown_timer_off">Countdown timer is off</string>
    748     <string name="countdown_timer_duration_3s">Countdown timer duration is set to 3 seconds</string>
    749     <string name="countdown_timer_duration_10s">Countdown timer duration is set to 10 seconds</string>
    750 
    751     <!-- Accessibility text for More Options button [CHAR_LIMIT=NONE] -->
    752     <string name="more_options_desc">More Options</string>
    753 
    754     <!-- Accessibility text for cancel button [CHAR_LIMIT=NONE] -->
    755     <string name="cancel_button_description">Cancel</string>
    756     <!-- Accessibility text for done button [CHAR_LIMIT=NONE] -->
    757     <string name="done_button_description">Done</string>
    758     <!-- Accessibility text for retake button [CHAR_LIMIT=NONE] -->
    759     <string name="retake_button_description">Retake</string>
    760 
    761     <!-- Accessibility text for filmstrip share button [CHAR_LIMIT=NONE] -->
    762     <string name="share_button_description">Share</string>
    763     <!-- Accessibility text for filmstrip view button used to open special image viewers, like 3d photosphere [CHAR_LIMIT=NONE] -->
    764     <string name="view_button_description">View</string>
    765     <!-- Accessibility text for filmstrip edit button [CHAR_LIMIT=NONE] -->
    766     <string name="edit_button_description">Edit</string>
    767     <!-- Accessibility text for filmstrip delete button [CHAR_LIMIT=NONE] -->
    768     <string name="delete_button_description">Delete</string>
    769 
    770     <!-- Accessibility text for manual exposure compensation button [CHAR_LIMIT=NONE] -->
    771     <string name="manual_exposure_compensation_desc">Manual Exposure Compensation</string>
    772     <!-- Accessibility text for exposure compensation -2 button [CHAR_LIMIT=NONE] -->
    773     <string name="exposure_compensation_desc_n2">Exposure Compensation -2</string>
    774     <!-- Accessibility text for exposure compensation -1 button [CHAR_LIMIT=NONE] -->
    775     <string name="exposure_compensation_desc_n1">Exposure Compensation -1</string>
    776     <!-- Accessibility text for exposure compensation 0 button [CHAR_LIMIT=NONE] -->
    777     <string name="exposure_compensation_desc_0">Exposure Compensation 0</string>
    778     <!-- Accessibility text for exposure compensation +1 button [CHAR_LIMIT=NONE] -->
    779     <string name="exposure_compensation_desc_p1">Exposure Compensation +1</string>
    780     <!-- Accessibility text for exposure compensation +2 button [CHAR_LIMIT=NONE] -->
    781     <string name="exposure_compensation_desc_p2">Exposure Compensation +2</string>
    782 
    783     <!-- Accessibility announcement when option button changes on screen after tap, e.g. from flash auto to flash off [CHAR_LIMIT=NONE] -->
    784     <string name="button_change_announcement">Button is now %s</string>
    785 
    786     <!-- Text shown in camera settings list for toggling photo location on or off [CHAR LIMIT=25] -->
    787     <string name="setting_location">Location</string>
    788 
    789     <!-- Camera settings title for back camera photo resolution. [CHAR LIMIT=25] -->
    790     <string name="setting_back_camera_photo">Back camera photo</string>
    791     <!-- Camera settings title for back camera video resolution. [CHAR LIMIT=25] -->
    792     <string name="setting_back_camera_video">Back camera video</string>
    793     <!-- Camera settings title for front camera photo resolution. [CHAR LIMIT=25] -->
    794     <string name="setting_front_camera_photo">Front camera photo</string>
    795     <!-- Camera settings title for front camera video resolution. [CHAR LIMIT=25] -->
    796     <string name="setting_front_camera_video">Front camera video</string>
    797 
    798     <!-- Text shown in camera settings list for selecting the camera mode that will be used by default when the app starts [CHAR LIMIT=25] -->
    799     <string name="setting_default_camera">Default Camera</string>
    800 
    801     <!-- Text shown in camera settings list for launching Google Help [CHAR LIMIT=25] -->
    802     <string name="setting_google_help_and_feedback">Help &amp; feedback</string>
    803 
    804     <!-- TODO: don't ship with these. -->
    805     <string name="focus_ring_toggle" translatable="false">FR</string>
    806     <string name="immediate_capture_toggle" translatable="false">IMM</string>
    807 
    808     <!-- camera jpeg quality settings -->
    809     <string name="pref_camera_jpeg_quality_normal" translatable="false">normal</string>
    810     <string name="pref_camera_jpeg_quality_fine" translatable="false">fine</string>
    811     <string name="pref_camera_jpeg_quality_superfine" translatable="false">superfine</string>
    812 
    813     <!-- Default for camera startup module index -->
    814     <string name="pref_camera_startup_index_default" translatable="false">0</string>
    815 
    816     <!-- Default number of times to play shimmy. -->
    817     <string name="pref_shimmy_play_times" translatable="false">10</string>
    818 
    819     <!-- A message shown to the user, indicating that an HDR+ photo is being processed. [CHAR LIMIT=25] -->
    820     <string name="processing_hdr_plus">Processing HDR+ &#8230;</string>
    821 
    822     <string name="pano_orientation_horizontal" translatable="false">pano_horizontal</string>
    823     <string name="pano_orientation_vertical" translatable="false">pano_vertical</string>
    824     <string name="pano_orientation_wide" translatable="false">pano_wide</string>
    825     <string name="pano_orientation_fisheye" translatable="false">pano_fisheye</string>
    826 
    827     <string name="tag_enabled_id" translatable="false">enabled_id</string>
    828 
    829     <!-- Title of a dialog showing open source licenses used in the app. [CHAR LIMIT=30] -->
    830     <string name="open_source_licenses">Open source licenses</string>
    831 
    832     <!-- Default number of times to play peek animation. -->
    833     <string name="pref_filmstrip_peek_anim_play_times" translatable="false">20</string>
    834 
    835     <!--  Title of a preference group which contains general settings. [CHAR LIMIT=30]  -->
    836     <string name="pref_category_general">General Settings</string>
    837 
    838     <!--  Title of a preference group which contains settings for changing capture resolution and quality. [CHAR LIMIT=30]  -->
    839     <string name="pref_category_resolution_quality">Resolution &amp; quality</string>
    840 
    841     <!--  Title of a preference group which contains information about the app. [CHAR LIMIT=30]  -->
    842     <string name="pref_category_about">About</string>
    843 
    844     <!--  Title of a preference which shows the build version of the app. [CHAR LIMIT=30]  -->
    845     <string name="pref_title_build_version">Build version</string>
    846 
    847     <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
    848     <string name="pref_video_quality_entry_low">Low</string>
    849     <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
    850     <string name="pref_video_quality_entry_high">High</string>
    851     <!-- Video quality setting entry. Videos will be recorded in quarter CIF quality. Details on CIF: http://goo.gl/3jDK [CHAR LIMIT=24] -->
    852     <string name="pref_video_quality_entry_qcif">QCIF</string>
    853     <!-- Video quality setting entry. Videos will be recorded in CIF quality. Details on CIF: http://goo.gl/3jDK [CHAR LIMIT=24] -->
    854     <string name="pref_video_quality_entry_cif">CIF</string>
    855     <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
    856     <string name="pref_video_quality_entry_480p">SD 480p</string>
    857     <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->
    858     <string name="pref_video_quality_entry_720p">HD 720p</string>
    859     <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
    860     <string name="pref_video_quality_entry_1080p">HD 1080p</string>
    861     <!-- Video quality setting entry. Videos will be recorded in quarter VGA quality. [CHAR LIMIT=24] -->
    862     <string name="pref_video_quality_entry_qvga">QVGA</string>
    863     <!-- Video quality setting entry. Videos will be recorded in 2160p quality. [CHAR LIMIT=24] -->
    864     <string name="pref_video_quality_entry_2160p">UHD 4K</string>
    865 
    866     <!--  The strings below will not be translated. We're using them until the above translations are sane. -->
    867     <string name="pref_video_quality_entry_qcif_notrans" translatable="false">QCIF</string>
    868     <string name="pref_video_quality_entry_cif_notrans" translatable="false">CIF</string>
    869     <string name="pref_video_quality_entry_480p_notrans" translatable="false">SD 480p</string>
    870     <string name="pref_video_quality_entry_720p_notrans" translatable="false">HD 720p</string>
    871     <string name="pref_video_quality_entry_1080p_notrans" translatable="false">HD 1080p</string>
    872     <string name="pref_video_quality_entry_qvga_notrans" translatable="false">QVGA</string>
    873     <string name="pref_video_quality_entry_2160p_notrans" translatable="false">UHD 4K</string>
    874 
    875     <!-- Message shown in the settings summary for how many megapixels have been selected. [CHAR LIMIT=24]-->
    876     <string name="setting_summary_x_megapixels">%1$s megapixels</string>
    877 
    878     <!-- Message shown in the settings summary that includes the the aspect ratio of the selected resolution i.e. (4:3) and the size of the selected resolution in megapixels. [CHAR LIMIT=24]-->
    879     <string name="setting_summary_aspect_ratio_and_megapixels">(%1$d:%2$d) %3$s megapixels</string>
    880 
    881     <!-- Text shown above the button that opens to editor for images created from lens blur mode. [CHAR LIMIT=60] -->
    882     <string name="cling_text_for_refocus_editor_button">To refocus, touch here</string>
    883 
    884     <!-- Title of a preference group for advanced preferences. [CHAR LIMIT=30] -->
    885     <string name="pref_category_advanced">Advanced</string>
    886     <!-- Title of a preference for enabling manual exposure compensation. [CHAR LIMIT=20] -->
    887     <string name="pref_camera_exposure_compensation">Manual exposure</string>
    888 
    889     <!-- Text shown next to the settings button to explain what is in settings menu. [CHAR LIMIT=120] !-->
    890     <string name="settings_cling_text">In Settings, change resolution and quality, or try advanced features.</string>
    891 
    892     <!-- Title on the startup screen that lets user select photo aspect ratio. [CHAR LIMIT=40]-->
    893     <string name="photo_size_selection_title">Choose photo size</string>
    894 
    895     <!-- Text on the photo aspect ratio selection screen. [CHAR LIMIT=120] -->
    896     <string name="photo_aspect_ratio_selection_content">You can change this later in Settings.</string>
    897 
    898     <!-- Shown above the intent chooser when the user is about to share an item. [CHAR LIMIT=20] -->
    899     <string name="share_to">Share to</string>
    900     <!-- Shown above the intent chooser when the user is about to edit an item. [CHAR LIMIT=20] -->
    901     <string name="edit_with">Edit with</string>
    902 
    903     <!-- Text on the button to take user to the next page of the on-screen instructions. [CHAR LIMIT=20] -->
    904     <string name="startup_dialog_button_next">NEXT</string>
    905 
    906     <!-- Text on the button to confirm that user understands the on-screen instructions. [CHAR LIMIT=20] -->
    907     <string name="confirm_button_text">OK, GOT IT</string>
    908 
    909     <!-- Selection for a 4:3 picture size where the sensor provides 4:3 so the result is not cropped. [CHAR LIMIT=30] -->
    910     <string name="full_sensor_4x3_aspect_ratio">Full sensor \n(4:3)</string>
    911 
    912     <!-- Selection for a 16:9 picture size where the sensor provides 4:3 so the result will be cropped. [CHAR LIMIT=30] -->
    913     <string name="cropped_sensor_16x9_aspect_ratio">Cropped sensor \n(16:9)</string>
    914 
    915     <!-- String representation of boolean false, allows for integer conversion. -->
    916     <string name="pref_boolean_false">0</string>
    917     <!-- String representation of boolean true, allows for integer conversion. -->
    918     <string name="pref_boolean_true">1</string>
    919  </resources>
    920