Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /**
      4  * Copyright (c) 2009, The Android Open Source Project
      5  *
      6  * Licensed under the Apache License, Version 2.0 (the "License"); 
      7  * you may not use this file except in compliance with the License. 
      8  * You may obtain a copy of the License at 
      9  *
     10  *     http://www.apache.org/licenses/LICENSE-2.0 
     11  *
     12  * Unless required by applicable law or agreed to in writing, software 
     13  * distributed under the License is distributed on an "AS IS" BASIS, 
     14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     15  * See the License for the specific language governing permissions and 
     16  * limitations under the License.
     17  */
     18 -->
     19 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     20     <!-- Name of the status bar as seen in the applications info settings page. [CHAR LIMIT=12] -->
     21     <string name="app_label">System UI</string>
     22 
     23     <!-- The text for the button in the notification window-shade that clears
     24          all of the currently visible notifications. [CHAR LIMIT=10]-->
     25     <string name="status_bar_clear_all_button">Clear</string>
     26 
     27     <!-- Title shown in recents popup for removing an application from the list -->
     28     <string name="status_bar_recent_remove_item_title">Remove from list</string>
     29 
     30     <!-- Title shown in recents popup for inspecting an application's properties -->
     31     <string name="status_bar_recent_inspect_item_title">App info</string>
     32 
     33     <!-- Message shown in the middle of the screen after clicking on the recent apps button
     34          when there are no recent apps to show. Also used for accessibility. [CHAR LIMIT=45]-->
     35     <string name="status_bar_no_recent_apps">Your recent screens appear here</string>
     36 
     37     <!-- Content description for the button to dismiss Recent Apps (only present on large
     38          devices) -->
     39     <string name="status_bar_accessibility_dismiss_recents">Dismiss recent apps</string>
     40 
     41     <!-- Message that is read when you enter recent apps in TalkBack -->
     42     <plurals name="status_bar_accessibility_recent_apps">
     43         <item quantity="one">1 screen in Overview</item>
     44         <item quantity="other">%d screens in Overview</item>
     45     </plurals>
     46 
     47     <!-- The label in the bar at the top of the status bar when there are no notifications
     48          showing.  [CHAR LIMIT=40]-->
     49     <string name="status_bar_no_notifications_title">No notifications</string>
     50 
     51     <!-- The label for the group of notifications for ongoing events in the opened version of
     52          the status bar.  An ongoing call is the prime example of this.  The MP3 music player
     53          might be another example.   [CHAR LIMIT=40] -->
     54     <string name="status_bar_ongoing_events_title">Ongoing</string>
     55 
     56     <!-- The label for the group of notifications for recent events in the opened version of
     57          the status bar.  Recently received text messsages (SMS), emails, calendar alerts, etc.
     58          [CHAR LIMIT=40] -->
     59     <string name="status_bar_latest_events_title">Notifications</string>
     60 
     61     <!-- When the battery is low, this is displayed to the user in a dialog.  The title of the low battery alert.  [CHAR LIMIT=NONE]-->
     62     <string name="battery_low_title">Battery is low</string>
     63 
     64     <!-- A message that appears when the battery level is getting low in a dialog.  This is
     65         appened to the subtitle of the low battery alert.  "percentage" is the percentage of battery
     66         remaining [CHAR LIMIT=none]-->
     67     <string name="battery_low_percent_format"><xliff:g id="percentage">%s</xliff:g> remaining</string>
     68 
     69     <!-- Same as battery_low_percent_format, with a notice about battery saver if on. [CHAR LIMIT=none]-->
     70     <string name="battery_low_percent_format_saver_started"><xliff:g id="percentage">%s</xliff:g> remaining. Battery saver is on.</string>
     71 
     72     <!-- A message that appears when a USB charger is plugged in and the device does not
     73     support charging on it.  That is, a charger that fits into the USB port and goes into
     74     a wall socket, not into a computer. (This happens because some devices require more
     75     current than the USB spec allows.  [CHAR LIMIT=NONE] -->
     76     <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string>
     77 
     78     <!-- First line of invalid_charger, used in the notification form.  [CHAR LIMIT=NONE]-->
     79     <string name="invalid_charger_title">USB charging not supported.</string>
     80 
     81     <!-- Second line of invalid_charger, used in the notification form.  [CHAR LIMIT=NONE]-->
     82     <string name="invalid_charger_text">Use only the supplied charger.</string>
     83 
     84     <!-- When the battery is low, this is the label of the button to go to the
     85          power usage activity to find out what drained the battery.  [CHAR LIMIT=30] -->
     86     <string name="battery_low_why">Settings</string>
     87 
     88     <!-- Battery saver confirmation dialog title [CHAR LIMIT=NONE]-->
     89     <string name="battery_saver_confirmation_title">Turn on battery saver?</string>
     90 
     91     <!-- Battery saver confirmation dialog ok text [CHAR LIMIT=40]-->
     92     <string name="battery_saver_confirmation_ok">Turn on</string>
     93 
     94     <!-- Battery saver notification action [CHAR LIMIT=NONE]-->
     95     <string name="battery_saver_start_action">Turn on battery saver</string>
     96 
     97     <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
     98     <string name="status_bar_settings_settings_button">Settings</string>
     99 
    100     <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] -->
    101     <string name="status_bar_settings_wifi_button">Wi-Fi</string>
    102 
    103     <!-- Label in the system panel for airplane mode (all radios are turned off)[CHAR LIMIT=30] -->
    104     <string name="status_bar_settings_airplane">Airplane mode</string>
    105 
    106     <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
    107     <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string>
    108 
    109     <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
    110     <string name="status_bar_settings_mute_label">MUTE</string>
    111 
    112     <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
    113     <string name="status_bar_settings_auto_brightness_label">AUTO</string>
    114 
    115     <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] -->
    116     <string name="status_bar_settings_notifications">Notifications</string>
    117 
    118     <!-- Separator for PLMN and SPN in network name. -->
    119     <string name="status_bar_network_name_separator" translatable="false">|</string>
    120 
    121     <!-- Network connection string for Bluetooth Reverse Tethering -->
    122     <string name="bluetooth_tethered">Bluetooth tethered</string>
    123     <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
    124     <string name="status_bar_input_method_settings_configure_input_methods">Set up input methods</string>
    125 
    126     <!-- Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] -->
    127     <string name="status_bar_use_physical_keyboard">Physical keyboard</string>
    128 
    129     <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
    130     <string name="usb_device_permission_prompt">Allow the app <xliff:g id="application">%1$s</xliff:g> to access the USB device?</string>
    131 
    132     <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
    133     <string name="usb_accessory_permission_prompt">Allow the app <xliff:g id="application">%1$s</xliff:g> to access the USB accessory?</string>
    134 
    135     <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
    136     <string name="usb_device_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB device is connected?</string>
    137 
    138     <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] -->
    139     <string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB accessory is connected?</string>
    140 
    141     <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
    142     <string name="usb_accessory_uri_prompt">No installed apps work with this USB accessory. Learn more about this accessory at <xliff:g id="url">%1$s</xliff:g></string>
    143 
    144     <!-- Title for USB accessory dialog.  Used when the name of the accessory cannot be determined.  [CHAR LIMIT=50] -->
    145     <string name="title_usb_accessory">USB accessory</string>
    146 
    147     <!-- View button label for USB dialogs.  [CHAR LIMIT=15] -->
    148     <string name="label_view">View</string>
    149 
    150     <!-- Checkbox label for USB device dialogs.  [CHAR LIMIT=50] -->
    151     <string name="always_use_device">Use by default for this USB device</string>
    152 
    153     <!-- Checkbox label for USB accessory dialogs.  [CHAR LIMIT=50] -->
    154     <string name="always_use_accessory">Use by default for this USB accessory</string>
    155 
    156     <!-- Title of confirmation dialog for USB debugging -->
    157     <string name="usb_debugging_title">Allow USB debugging?</string>
    158 
    159     <!-- Message of confirmation dialog for USB debugging -->
    160     <string name="usb_debugging_message">The computer\'s RSA key fingerprint is:\n<xliff:g id="fingerprint">%1$s</xliff:g></string>
    161 
    162     <!-- Option to always allow USB debugging from the attached computer -->
    163     <string name="usb_debugging_always">Always allow from this computer</string>
    164 
    165     <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running
    166          on a phone).  [CHAR LIMIT=25] -->
    167     <string name="compat_mode_on">Zoom to fill screen</string>
    168 
    169     <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets).
    170          [CHAR LIMIT=25] -->
    171     <string name="compat_mode_off">Stretch to fill screen</string>
    172 
    173     <!-- Notification ticker displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=30] -->
    174     <string name="screenshot_saving_ticker">Saving screenshot\u2026</string>
    175     <!-- Notification title displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=50] -->
    176     <string name="screenshot_saving_title">Saving screenshot\u2026</string>
    177     <!-- Notification text displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=100] -->
    178     <string name="screenshot_saving_text">Screenshot is being saved.</string>
    179     <!-- Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] -->
    180     <string name="screenshot_saved_title">Screenshot captured.</string>
    181     <!-- Notification text displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=100] -->
    182     <string name="screenshot_saved_text">Touch to view your screenshot.</string>
    183     <!-- Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] -->
    184     <string name="screenshot_failed_title">Couldn\'t capture screenshot.</string>
    185     <!-- Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] -->
    186     <string name="screenshot_failed_text">Can\'t take screenshot due to limited storage space, or it isn\'t allowed by the app or your organization.</string>
    187 
    188     <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] -->
    189     <string name="usb_preference_title">USB file transfer options</string>
    190     <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
    191     <string name="use_mtp_button_title">Mount as a media player (MTP)</string>
    192     <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
    193     <string name="use_ptp_button_title">Mount as a camera (PTP)</string>
    194     <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] -->
    195     <string name="installer_cd_button_title">Install Android File Transfer app for Mac</string>
    196 
    197     <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    198     <string name="accessibility_back">Back</string>
    199     <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    200     <string name="accessibility_home">Home</string>
    201     <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    202     <string name="accessibility_menu">Menu</string>
    203     <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    204     <string name="accessibility_recent">Overview</string>
    205     <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] -->
    206     <string name="accessibility_search_light">Search</string>
    207     <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    208     <string name="accessibility_camera_button">Camera</string>
    209     <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    210     <string name="accessibility_phone_button">Phone</string>
    211     <!-- Content description of the unlock button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    212     <string name="accessibility_unlock_button">Unlock</string>
    213     <!-- Click action label for accessibility for the unlock button. [CHAR LIMIT=NONE] -->
    214     <string name="unlock_label">unlock</string>
    215     <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
    216     <string name="phone_label">open phone</string>
    217     <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
    218     <string name="camera_label">open camera</string>
    219 
    220     <!-- Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    221     <string name="accessibility_compatibility_zoom_button">Compatibility zoom button.</string>
    222 
    223     <!-- Content description of picture of the compatibility zoom example for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    224     <string name="accessibility_compatibility_zoom_example">Zoom smaller to larger screen.</string>
    225 
    226     <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    227     <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>
    228     <!-- Content description of the bluetooth icon when connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    229     <string name="accessibility_bluetooth_disconnected">Bluetooth disconnected.</string>
    230 
    231     <!-- Content description of the battery when no battery for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    232     <string name="accessibility_no_battery">No battery.</string>
    233     <!-- Content description of the battery when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    234     <string name="accessibility_battery_one_bar">Battery one bar.</string>
    235     <!-- Content description of the battery when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    236     <string name="accessibility_battery_two_bars">Battery two bars.</string>
    237      <!-- Content description of the battery when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    238     <string name="accessibility_battery_three_bars">Battery three bars.</string>
    239     <!-- Content description of the battery when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    240     <string name="accessibility_battery_full">Battery full.</string>
    241 
    242     <!-- Content description of the phone signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    243     <string name="accessibility_no_phone">No phone.</string>
    244     <!-- Content description of the phone signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    245     <string name="accessibility_phone_one_bar">Phone one bar.</string>
    246     <!-- Content description of the phone signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    247     <string name="accessibility_phone_two_bars">Phone two bars.</string>
    248     <!-- Content description of the phone signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    249     <string name="accessibility_phone_three_bars">Phone three bars.</string>
    250     <!-- Content description of the phone signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    251     <string name="accessibility_phone_signal_full">Phone signal full.</string>
    252 
    253     <!-- Content description of the data signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    254     <string name="accessibility_no_data">No data.</string>
    255     <!-- Content description of the data signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    256     <string name="accessibility_data_one_bar">Data one bar.</string>
    257     <!-- Content description of the data signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    258     <string name="accessibility_data_two_bars">Data two bars.</string>
    259     <!-- Content description of the data signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    260     <string name="accessibility_data_three_bars">Data three bars.</string>
    261     <!-- Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    262     <string name="accessibility_data_signal_full">Data signal full.</string>
    263 
    264     <!-- Content description of the WIFI signal when WIFI is disabled for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    265     <string name="accessibility_wifi_off">Wifi off.</string>
    266     <!-- Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    267     <string name="accessibility_no_wifi">Wifi disconnected.</string>
    268     <!-- Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    269     <string name="accessibility_wifi_one_bar">Wifi one bar.</string>
    270     <!-- Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    271     <string name="accessibility_wifi_two_bars">Wifi two bars.</string>
    272     <!-- Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    273     <string name="accessibility_wifi_three_bars">Wifi three bars.</string>
    274     <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    275     <string name="accessibility_wifi_signal_full">Wifi signal full.</string>
    276 
    277     <!-- Content description of the wifi label showing what we are connected to. [CHAR LIMIT=NONE] -->
    278     <string name="accessibility_wifi_name">Connected to <xliff:g id="wifi" example="Home Network">%s</xliff:g>.</string>
    279 
    280     <!-- Content description of the bluetooth label showing what we are connected to. [CHAR LIMIT=NONE] -->
    281     <string name="accessibility_bluetooth_name">Connected to <xliff:g id="bluetooth" example="Car Audio">%s</xliff:g>.</string>
    282 
    283 
    284     <!-- Content description of the WiMAX signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    285     <string name="accessibility_no_wimax">No WiMAX.</string>
    286     <!-- Content description of the WiMAX signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    287     <string name="accessibility_wimax_one_bar">WiMAX one bar.</string>
    288     <!-- Content description of the WiMAX signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    289     <string name="accessibility_wimax_two_bars">WiMAX two bars.</string>
    290     <!-- Content description of the WiMAX signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    291     <string name="accessibility_wimax_three_bars">WiMAX three bars.</string>
    292     <!-- Content description of the WiMAX signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    293     <string name="accessibility_wimax_signal_full">WiMAX signal full.</string>
    294 
    295     <!-- Content description of an item with no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    296     <string name="accessibility_no_signal">No signal.</string>
    297     <!-- Content description of an item with no signal and no connection for accessibility (not shown on the screen) [CHAR LIMIT=NONE] -->
    298     <string name="accessibility_not_connected">Not connected.</string>
    299     <!-- Content description of an item with zero signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    300     <string name="accessibility_zero_bars">Zero bars.</string>
    301     <!-- Content description of an item with one signal bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    302     <string name="accessibility_one_bar">One bar.</string>
    303     <!-- Content description of an item with two signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    304     <string name="accessibility_two_bars">Two bars.</string>
    305     <!-- Content description of an item with three signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    306     <string name="accessibility_three_bars">Three bars.</string>
    307     <!-- Content description of an item with full signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    308     <string name="accessibility_signal_full">Signal full.</string>
    309 
    310     <!-- Content description of an item that is turned on for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    311     <string name="accessibility_desc_on">On.</string>
    312     <!-- Content description of an item that is turned off for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    313     <string name="accessibility_desc_off">Off.</string>
    314     <!-- Content description of an item that is connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    315     <string name="accessibility_desc_connected">Connected.</string>
    316     <!-- Content description of an item that is connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    317     <string name="accessibility_desc_connecting">Connecting.</string>
    318 
    319     <!-- Content description of the data connection type GPRS for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    320     <string name="accessibility_data_connection_gprs">GPRS</string>
    321 
    322     <!-- Content description of the data connection type 1x for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    323     <string name="accessibility_data_connection_1x">1 X</string>
    324 
    325     <!-- Content description of the data connection type HSPA and its variants for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    326     <string name="accessibility_data_connection_hspa">HSPA</string>
    327 
    328     <!-- Content description of the data connection type 3G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    329     <string name="accessibility_data_connection_3g">3G</string>
    330 
    331     <!-- Content description of the data connection type 3.5G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    332     <string name="accessibility_data_connection_3.5g">3.5G</string>
    333 
    334     <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    335     <string name="accessibility_data_connection_4g">4G</string>
    336 
    337     <!-- Content description of the data connection type LTE for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    338     <string name="accessibility_data_connection_lte">LTE</string>
    339 
    340     <!-- Content description of the data connection type CDMA for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    341     <string name="accessibility_data_connection_cdma">CDMA</string>
    342 
    343     <!-- Content description of the roaming data connection type for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    344     <string name="accessibility_data_connection_roaming">Roaming</string>
    345 
    346     <!-- Content description of the data connection type Edge for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    347     <string name="accessibility_data_connection_edge">Edge</string>
    348 
    349     <!-- Content description of the data connection type WiFi for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    350     <string name="accessibility_data_connection_wifi">Wi-Fi</string>
    351 
    352     <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    353     <string name="accessibility_no_sim">No SIM.</string>
    354 
    355     <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    356     <string name="accessibility_bluetooth_tether">Bluetooth tethering.</string>
    357 
    358     <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    359     <string name="accessibility_airplane_mode">Airplane mode.</string>
    360 
    361     <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    362     <string name="accessibility_battery_level">Battery <xliff:g id="number">%d</xliff:g> percent.</string>
    363 
    364     <!-- Content description of the button for showing a settings panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    365     <string name="accessibility_settings_button">System settings.</string>
    366 
    367     <!-- Content description of the button for showing a notifications panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    368     <string name="accessibility_notifications_button">Notifications.</string>
    369 
    370     <!-- Content description of the button for removing a notification in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    371     <string name="accessibility_remove_notification">Clear notification.</string>
    372 
    373     <!-- Content description of the enabled GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    374     <string name="accessibility_gps_enabled">GPS enabled.</string>
    375 
    376     <!-- Content description of the acquiring GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    377     <string name="accessibility_gps_acquiring">GPS acquiring.</string>
    378 
    379     <!-- Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    380     <string name="accessibility_tty_enabled">TeleTypewriter enabled.</string>
    381 
    382     <!-- Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    383     <string name="accessibility_ringer_vibrate">Ringer vibrate.</string>
    384 
    385     <!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    386     <string name="accessibility_ringer_silent">Ringer silent.</string>
    387 
    388     <!-- Content description of the cast icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    389     <string name="accessibility_casting">@string/quick_settings_casting</string>
    390 
    391     <!-- Content description to tell the user that this button will remove an application from recents -->
    392     <string name="accessibility_recents_item_will_be_dismissed">Dismiss <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
    393     <!-- Content description to tell the user an application has been removed from recents -->
    394     <string name="accessibility_recents_item_dismissed"><xliff:g id="app" example="Calendar">%s</xliff:g> dismissed.</string>
    395     <!-- Content description to tell the user an application has been launched from recents -->
    396     <string name="accessibility_recents_item_launched">Starting <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
    397     <!-- Content description to tell the user a notification has been removed from the notification shade -->
    398     <string name="accessibility_notification_dismissed">Notification dismissed.</string>
    399 
    400     <!-- Content description for the notification shade panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    401     <string name="accessibility_desc_notification_shade">Notification shade.</string>
    402     <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    403     <string name="accessibility_desc_quick_settings">Quick settings.</string>
    404     <!-- Content description for the lock screen (not shown on the screen). [CHAR LIMIT=NONE] -->
    405     <string name="accessibility_desc_lock_screen">Lock screen.</string>
    406     <!-- Content description for the settings button in the status bar header. [CHAR LIMIT=NONE] -->
    407     <string name="accessibility_desc_settings">Settings</string>
    408     <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    409     <string name="accessibility_desc_recent_apps">Overview.</string>
    410 
    411     <!-- Content description of the user tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    412     <string name="accessibility_quick_settings_user">User <xliff:g id="user" example="John Doe">%s</xliff:g>.</string>
    413     <!-- Content description of the wifi tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    414     <string name="accessibility_quick_settings_wifi"><xliff:g id="signal" example="Three bars">%1$s</xliff:g>.</string>
    415     <!-- Announcement made when the wifi is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
    416     <string name="accessibility_quick_settings_wifi_changed_off">Wifi turned off.</string>
    417     <!-- Announcement made when the wifi is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
    418     <string name="accessibility_quick_settings_wifi_changed_on">Wifi turned on.</string>
    419     <!-- Content description of the mobile data tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    420     <string name="accessibility_quick_settings_mobile">Mobile <xliff:g id="signal" example="Three bars">%1$s</xliff:g>. <xliff:g id="type" example="4G">%2$s</xliff:g>. <xliff:g id="network" example="T-Mobile">%3$s</xliff:g>.</string>
    421     <!-- Content description of the battery tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    422     <string name="accessibility_quick_settings_battery">Battery <xliff:g id="state" example="50% charging">%s</xliff:g>.</string>
    423     <!-- Content description of the airplane mode tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    424     <string name="accessibility_quick_settings_airplane_off">Airplane mode off.</string>
    425     <!-- Content description of the airplane mode tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    426     <string name="accessibility_quick_settings_airplane_on">Airplane mode on.</string>
    427     <!-- Announcement made when the airplane mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    428     <string name="accessibility_quick_settings_airplane_changed_off">Airplane mode turned off.</string>
    429     <!-- Announcement made when the airplane mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    430     <string name="accessibility_quick_settings_airplane_changed_on">Airplane mode turned on.</string>
    431     <!-- Content description of the bluetooth tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    432     <string name="accessibility_quick_settings_bluetooth_off">Bluetooth off.</string>
    433     <!-- Content description of the bluetooth tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    434     <string name="accessibility_quick_settings_bluetooth_on">Bluetooth on.</string>
    435     <!-- Content description of the bluetooth tile in quick settings when connecting (not shown on the screen). [CHAR LIMIT=NONE] -->
    436     <string name="accessibility_quick_settings_bluetooth_connecting">Bluetooth connecting.</string>
    437     <!-- Content description of the bluetooth tile in quick settings when connected (not shown on the screen). [CHAR LIMIT=NONE] -->
    438     <string name="accessibility_quick_settings_bluetooth_connected">Bluetooth connected.</string>
    439     <!-- Announcement made when the bluetooth is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
    440     <string name="accessibility_quick_settings_bluetooth_changed_off">Bluetooth turned off.</string>
    441     <!-- Announcement made when the bluetooth is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
    442     <string name="accessibility_quick_settings_bluetooth_changed_on">Bluetooth turned on.</string>
    443     <!-- Content description of the location tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    444     <string name="accessibility_quick_settings_location_off">Location reporting off.</string>
    445     <!-- Content description of the location tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    446     <string name="accessibility_quick_settings_location_on">Location reporting on.</string>
    447     <!-- Announcement made when the location tile changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    448     <string name="accessibility_quick_settings_location_changed_off">Location reporting turned off.</string>
    449     <!-- Announcement made when the location tile changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    450     <string name="accessibility_quick_settings_location_changed_on">Location reporting turned on.</string>
    451     <!-- Content description of the alarm tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    452     <string name="accessibility_quick_settings_alarm">Alarm set for <xliff:g id="time" example="Wed 3:30 PM">%s</xliff:g>.</string>
    453     <!-- Content description of quick settings detail panel close button (not shown on the screen). [CHAR LIMIT=NONE] -->
    454     <string name="accessibility_quick_settings_close">Close panel.</string>
    455     <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
    456     <string name="accessibility_quick_settings_more_time">More time.</string>
    457     <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
    458     <string name="accessibility_quick_settings_less_time">Less time.</string>
    459     <!-- Content description of the flashlight tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    460     <string name="accessibility_quick_settings_flashlight_off">Flashlight off.</string>
    461     <!-- Content description of the flashlight tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    462     <string name="accessibility_quick_settings_flashlight_on">Flashlight on.</string>
    463     <!-- Announcement made when the flashlight state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    464     <string name="accessibility_quick_settings_flashlight_changed_off">Flashlight turned off.</string>
    465     <!-- Announcement made when the flashlight state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    466     <string name="accessibility_quick_settings_flashlight_changed_on">Flashlight turned on.</string>
    467     <!-- Announcement made when the color inversion state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    468     <string name="accessibility_quick_settings_color_inversion_changed_off">Color inversion turned off.</string>
    469     <!-- Announcement made when the color inversion state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    470     <string name="accessibility_quick_settings_color_inversion_changed_on">Color inversion turned on.</string>
    471     <!-- Announcement made when the hotspot state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    472     <string name="accessibility_quick_settings_hotspot_changed_off">Mobile hotspot turned off.</string>
    473     <!-- Announcement made when the hotspot state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    474     <string name="accessibility_quick_settings_hotspot_changed_on">Mobile hotspot turned on.</string>
    475     <!-- Announcement made when the screen stopped casting (not shown on the screen). [CHAR LIMIT=NONE] -->
    476     <string name="accessibility_casting_turned_off">Screen casting stopped.</string>
    477 
    478     <!-- Content description of the display brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
    479     <string name="accessibility_brightness">Display brightness</string>
    480 
    481     <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    482     <string name="data_usage_disabled_dialog_3g_title">2G-3G data is off</string>
    483     <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    484     <string name="data_usage_disabled_dialog_4g_title">4G data is off</string>
    485     <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    486     <string name="data_usage_disabled_dialog_mobile_title">Cellular data is off</string>
    487     <!-- Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    488     <string name="data_usage_disabled_dialog_title">Data is off</string>
    489     <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] -->
    490     <string name="data_usage_disabled_dialog">Your device turned off data because it reached the limit you set.\n\nTurning it back on may lead to charges from your carrier.</string>
    491     <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] -->
    492     <string name="data_usage_disabled_dialog_enable">Turn on data</string>
    493 
    494     <!-- Text to display underneath the graphical signal strength meter when
    495          no connection is available. [CHAR LIMIT=20] -->
    496     <string name="status_bar_settings_signal_meter_disconnected">
    497         No Internet connection
    498     </string>
    499 
    500     <!-- Text to display underneath the graphical signal strength meter when
    501          it is displaying Wi-Fi status and Wi-Fi is connected to a network
    502          whose SSID is not available.
    503          [CHAR LIMIT=20] -->
    504     <string name="status_bar_settings_signal_meter_wifi_nossid">Wi-Fi connected</string>
    505 
    506     <!-- Notification text: when GPS is getting a fix [CHAR LIMIT=50] -->
    507     <string name="gps_notification_searching_text">Searching for GPS</string>
    508 
    509     <!-- Notification text: when GPS has found a fix [CHAR LIMIT=50] -->
    510     <string name="gps_notification_found_text">Location set by GPS</string>
    511 
    512     <!-- Accessibility text describing the presence of active location requests by one or more apps -->
    513     <string name="accessibility_location_active">Location requests active</string>
    514 
    515     <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    516     <string name="accessibility_clear_all">Clear all notifications.</string>
    517 
    518     <!-- Content description of button in notification inspector for system settings relating to
    519          notifications from this application [CHAR LIMIT=NONE] -->
    520     <string name="status_bar_notification_inspect_item_title">Notification settings</string>
    521 
    522     <!-- Content description of button in notification inspetor for application-provided settings
    523          for its own notifications [CHAR LIMIT=NONE] -->
    524     <string name="status_bar_notification_app_settings_title"><xliff:g id="app_name" example="Calendar">%s</xliff:g> settings</string>
    525 
    526     <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is on. [CHAR LIMIT=NONE] -->
    527     <string name="accessibility_rotation_lock_off">Screen will rotate automatically.</string>
    528 
    529     <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
    530     <string name="accessibility_rotation_lock_on_landscape">Screen is locked in landscape orientation.</string>
    531 
    532     <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
    533     <string name="accessibility_rotation_lock_on_portrait">Screen is locked in portrait orientation.</string>
    534 
    535     <!-- Announcement made when the screen is rotating automatically again (not shown on the screen). [CHAR LIMIT=NONE] -->
    536     <string name="accessibility_rotation_lock_off_changed">Screen will now rotate automatically.</string>
    537 
    538     <!-- Announcement made when the rotation lock state changes to landscape only (not shown on the screen). [CHAR LIMIT=NONE] -->
    539     <string name="accessibility_rotation_lock_on_landscape_changed">Screen is now locked in landscape orientation.</string>
    540 
    541     <!-- Announcement made when the rotation lock state changes to portrait only (not shown on the screen).  [CHAR LIMIT=NONE] -->
    542     <string name="accessibility_rotation_lock_on_portrait_changed">Screen is now locked in portrait orientation.</string>
    543 
    544     <!-- Name of the K-release easter egg: a display case for all our tastiest desserts. [CHAR LIMIT=30] -->
    545     <string name="dessert_case">Dessert Case</string>
    546 
    547     <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
    548     <string name="start_dreams">Daydream</string>
    549 
    550     <!-- Textual description of Ethernet connections -->
    551     <string name="ethernet_label">Ethernet</string>
    552 
    553     <!-- QuickSettings: Airplane mode [CHAR LIMIT=NONE] -->
    554     <string name="quick_settings_airplane_mode_label">Airplane mode</string>
    555     <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] -->
    556     <string name="quick_settings_bluetooth_label">Bluetooth</string>
    557     <!-- QuickSettings: Bluetooth (Multiple) [CHAR LIMIT=NONE] -->
    558     <string name="quick_settings_bluetooth_multiple_devices_label">Bluetooth (<xliff:g id="number">%d</xliff:g> Devices)</string>
    559     <!-- QuickSettings: Bluetooth (Off) [CHAR LIMIT=NONE] -->
    560     <string name="quick_settings_bluetooth_off_label">Bluetooth Off</string>
    561     <!-- QuickSettings: Bluetooth detail panel, text when there are no items [CHAR LIMIT=NONE] -->
    562     <string name="quick_settings_bluetooth_detail_empty_text">No paired devices available</string>
    563     <!-- QuickSettings: Brightness [CHAR LIMIT=NONE] -->
    564     <string name="quick_settings_brightness_label">Brightness</string>
    565     <!-- QuickSettings: Rotation Unlocked [CHAR LIMIT=NONE] -->
    566     <string name="quick_settings_rotation_unlocked_label">Auto-rotate</string>
    567     <!-- QuickSettings: Rotation Locked [CHAR LIMIT=NONE] -->
    568     <string name="quick_settings_rotation_locked_label">Rotation locked</string>
    569     <!-- QuickSettings: Locked to Portrait [CHAR LIMIT=NONE] -->
    570     <string name="quick_settings_rotation_locked_portrait_label">Portrait</string>
    571     <!-- QuickSettings: Locked to Landscape [CHAR LIMIT=NONE] -->
    572     <string name="quick_settings_rotation_locked_landscape_label">Landscape</string>
    573     <!-- QuickSettings: IME [CHAR LIMIT=NONE] -->
    574     <string name="quick_settings_ime_label">Input Method</string>
    575     <!-- QuickSettings: Location [CHAR LIMIT=NONE] -->
    576     <string name="quick_settings_location_label">Location</string>
    577     <!-- QuickSettings: Location (Off) [CHAR LIMIT=NONE] -->
    578     <string name="quick_settings_location_off_label">Location Off</string>
    579     <!-- QuickSettings: Media device [CHAR LIMIT=NONE] -->
    580     <string name="quick_settings_media_device_label">Media device</string>
    581     <!-- QuickSettings: RSSI [CHAR LIMIT=NONE] -->
    582     <string name="quick_settings_rssi_label">RSSI</string>
    583     <!-- QuickSettings: RSSI (No network) [CHAR LIMIT=NONE] -->
    584     <string name="quick_settings_rssi_emergency_only">Emergency Calls Only</string>
    585     <!-- QuickSettings: Settings [CHAR LIMIT=NONE] -->
    586     <string name="quick_settings_settings_label">Settings</string>
    587     <!-- QuickSettings: Time [CHAR LIMIT=NONE] -->
    588     <string name="quick_settings_time_label">Time</string>
    589     <!-- QuickSettings: User [CHAR LIMIT=NONE] -->
    590     <string name="quick_settings_user_label">Me</string>
    591     <!-- QuickSettings: Title of the user detail panel [CHAR LIMIT=NONE] -->
    592     <string name="quick_settings_user_title">User</string>
    593     <!-- QuickSettings: Label on the item for adding a new user [CHAR LIMIT=NONE] -->
    594     <string name="quick_settings_user_new_user">New user</string>
    595     <!-- QuickSettings: Wifi [CHAR LIMIT=NONE] -->
    596     <string name="quick_settings_wifi_label">Wi-Fi</string>
    597     <!-- QuickSettings: Wifi (Not connected) [CHAR LIMIT=NONE] -->
    598     <string name="quick_settings_wifi_not_connected">Not Connected</string>
    599     <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] -->
    600     <string name="quick_settings_wifi_no_network">No Network</string>
    601     <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] -->
    602     <string name="quick_settings_wifi_off_label">Wi-Fi Off</string>
    603     <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] -->
    604     <string name="quick_settings_wifi_detail_empty_text">No saved networks available</string>
    605     <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] -->
    606     <string name="quick_settings_cast_title">Cast screen</string>
    607     <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] -->
    608     <string name="quick_settings_casting">Casting</string>
    609     <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] -->
    610     <string name="quick_settings_cast_device_default_name">Unnamed device</string>
    611      <!-- QuickSettings: Cast detail panel, default device description [CHAR LIMIT=NONE] -->
    612     <string name="quick_settings_cast_device_default_description">Ready to cast</string>
    613     <!-- QuickSettings: Cast detail panel, text when there are no items [CHAR LIMIT=NONE] -->
    614     <string name="quick_settings_cast_detail_empty_text">No devices available</string>
    615     <!-- QuickSettings: Brightness dialog title [CHAR LIMIT=NONE] -->
    616     <string name="quick_settings_brightness_dialog_title">Brightness</string>
    617     <!-- QuickSettings: Brightness dialog auto brightness button [CHAR LIMIT=NONE] -->
    618     <string name="quick_settings_brightness_dialog_auto_brightness_label">AUTO</string>
    619     <!-- QuickSettings: Label for the toggle that controls whether display inversion is enabled. [CHAR LIMIT=NONE] -->
    620     <string name="quick_settings_inversion_label">Invert colors</string>
    621     <!-- QuickSettings: Label for the toggle that controls whether display color correction is enabled. [CHAR LIMIT=NONE] -->
    622     <string name="quick_settings_color_space_label">Color correction mode</string>
    623     <!-- QuickSettings: Control panel: Label for button that navigates to settings. [CHAR LIMIT=NONE] -->
    624     <string name="quick_settings_more_settings">More settings</string>
    625     <!-- QuickSettings: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
    626     <string name="quick_settings_done">Done</string>
    627     <!-- QuickSettings: Control panel: Label for connected device. [CHAR LIMIT=NONE] -->
    628     <string name="quick_settings_connected">Connected</string>
    629     <!-- QuickSettings: Control panel: Label for a connected Wi-Fi access point when the connection is established by a Wi-Fi assistant application. [CHAR LIMIT=NONE] -->
    630     <string name="quick_settings_connected_via_wfa">Connected via Wi\u2011Fi assistant</string>
    631     <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] -->
    632     <string name="quick_settings_connecting">Connecting...</string>
    633     <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] -->
    634     <string name="quick_settings_tethering_label">Tethering</string>
    635     <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] -->
    636     <string name="quick_settings_hotspot_label">Hotspot</string>
    637     <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] -->
    638     <string name="quick_settings_notifications_label">Notifications</string>
    639     <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] -->
    640     <string name="quick_settings_flashlight_label">Flashlight</string>
    641     <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] -->
    642     <string name="quick_settings_cellular_detail_title">Cellular data</string>
    643     <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] -->
    644     <string name="quick_settings_cellular_detail_data_usage">Data usage</string>
    645     <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] -->
    646     <string name="quick_settings_cellular_detail_remaining_data">Remaining data</string>
    647     <!-- QuickSettings: Cellular detail panel, over limit title [CHAR LIMIT=NONE] -->
    648     <string name="quick_settings_cellular_detail_over_limit">Over limit</string>
    649     <!-- QuickSettings: Cellular detail panel, data used format string [CHAR LIMIT=NONE] -->
    650     <string name="quick_settings_cellular_detail_data_used"><xliff:g id="data_used" example="2.0 GB">%s</xliff:g> used</string>
    651     <!-- QuickSettings: Cellular detail panel, data limit format string [CHAR LIMIT=NONE] -->
    652     <string name="quick_settings_cellular_detail_data_limit"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> limit</string>
    653     <!-- QuickSettings: Cellular detail panel, data warning format string [CHAR LIMIT=NONE] -->
    654     <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string>
    655 
    656     <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
    657     <string name="recents_empty_message">Your recent screens appear here</string>
    658     <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] -->
    659     <string name="recents_app_info_button_label">Application Info</string>
    660     <!-- Recents: The screen pinning button. [CHAR LIMIT=NONE] -->
    661     <string name="recents_lock_to_app_button_label">screen pinning</string>
    662     <!-- Recents: Temporary string for the button in the recents search bar. [CHAR LIMIT=NONE] -->
    663     <string name="recents_search_bar_label">search</string>
    664     <!-- Recents: Launch error string. [CHAR LIMIT=NONE] -->
    665     <string name="recents_launch_error_message">Could not start <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
    666 
    667 
    668     <!-- Expanded Status Bar Header: Battery Charged [CHAR LIMIT=40] -->
    669     <string name="expanded_header_battery_charged">Charged</string>
    670 
    671     <!-- Expanded Status Bar Header: Charging, no known time [CHAR LIMIT=40] -->
    672     <string name="expanded_header_battery_charging">Charging</string>
    673 
    674     <!-- Expanded Status Bar Header: Charging, showing time left until charged [CHAR LIMIT=40] -->
    675     <string name="expanded_header_battery_charging_with_time"><xliff:g id="charging_time" example="2 hrs 25 min">%s</xliff:g> until full</string>
    676 
    677     <!-- Expanded Status Bar Header: Not charging [CHAR LIMIT=40] -->
    678     <string name="expanded_header_battery_not_charging">Not charging</string>
    679 
    680     <!-- Glyph to be overlaid atop the battery when the level is extremely low. Do not translate. -->
    681     <string name="battery_meter_very_low_overlay_symbol">!</string>
    682 
    683     <!-- Shows up when there is a user SSL CA Cert installed on the
    684          device.  Indicates to the user that SSL traffic can be intercepted.
    685          If the text fits on one line (~14 chars), it should start with a
    686          linebreak to position it correctly.  [CHAR LIMIT=45] -->
    687     <string name="ssl_ca_cert_warning">Network may\nbe monitored</string>
    688 
    689     <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
    690     <string name="description_target_search">Search</string>
    691     <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
    692     <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
    693     <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
    694     <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
    695 
    696     <!-- Zen mode: No interruptions title, with a warning about alarms. [CHAR LIMIT=60] -->
    697     <string name="zen_no_interruptions_with_warning">No interruptions. Not even alarms.</string>
    698 
    699     <!-- Zen mode: No interruptions. [CHAR LIMIT=40] -->
    700     <string name="zen_no_interruptions">No interruptions</string>
    701 
    702     <!-- Zen mode: Only important interruptions. [CHAR LIMIT=40] -->
    703     <string name="zen_important_interruptions">Priority interruptions only</string>
    704 
    705     <!-- Zen mode: Next alarm information - just a time. [CHAR LIMIT=40] -->
    706     <string name="zen_alarm_information_time">Your next alarm is at <xliff:g id="alarm_time" example="5:00 PM">%s</xliff:g></string>
    707 
    708     <!-- Zen mode: Next alarm information - day and time. [CHAR LIMIT=40] -->
    709     <string name="zen_alarm_information_day_time">Your next alarm is <xliff:g id="alarm_day_and_time" example="Fri 5:00 PM">%s</xliff:g></string>
    710 
    711     <!-- Zen mode: Next alarm warning. [CHAR LIMIT=40] -->
    712     <string name="zen_alarm_warning">You won\'t hear your alarm at <xliff:g id="alarm_time" example="5:00 PM">%s</xliff:g></string>
    713 
    714     <!-- Text for overflow card on Keyguard when there is not enough space for all notifications on Keyguard. [CHAR LIMIT=1] -->
    715     <string name="keyguard_more_overflow_text">+<xliff:g id="number_of_notifications" example="5">%d</xliff:g></string>
    716 
    717     <!-- An explanation for the visual speed bump in the notifications, which will appear when you click on it. [CHAR LIMIT=50] -->
    718     <string name="speed_bump_explanation">Less urgent notifications below</string>
    719 
    720     <!-- Shows to explain the double tap interaction with notifications: After tapping a notification on Keyguard, this will explain users to tap again to launch a notification. [CHAR LIMIT=60] -->
    721     <string name="notification_tap_again">Touch again to open</string>
    722 
    723     <!-- Shows when people have pressed the unlock icon to explain how to unlock. [CHAR LIMIT=60] -->
    724     <string name="keyguard_unlock">Swipe up to unlock</string>
    725 
    726     <!-- Shows when people have clicked at the left edge of the screen to explain how to open the phone. In right-to-left languages, this is the opposite direction. [CHAR LIMIT=60] -->
    727     <string name="phone_hint">Swipe right for phone</string>
    728 
    729     <!-- Shows when people have clicked at the right edge of the screen to explain how to open the phone. In right-to-left languages, this is the opposite direction. [CHAR LIMIT=60] -->
    730     <string name="camera_hint">Swipe left for camera</string>
    731 
    732     <!-- Interruption level: None. [CHAR LIMIT=20] -->
    733     <string name="interruption_level_none">None</string>
    734 
    735     <!-- Interruption level: Priority. [CHAR LIMIT=20] -->
    736     <string name="interruption_level_priority">Priority</string>
    737 
    738     <!-- Interruption level: All. [CHAR LIMIT=20] -->
    739     <string name="interruption_level_all">All</string>
    740 
    741     <!-- Indication on the keyguard that is shown when the device is charging. [CHAR LIMIT=40]-->
    742     <string name="keyguard_indication_charging_time">Charging (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
    743 
    744     <!-- Related to user switcher --><skip/>
    745 
    746     <!-- Accessibility label for the button that opens the user switcher. -->
    747     <string name="accessibility_multi_user_switch_switcher">Switch user</string>
    748 
    749     <!-- Accessibility label for the button that opens the user switcher and announces the current user. -->
    750     <string name="accessibility_multi_user_switch_switcher_with_current">Switch user, current user <xliff:g id="current_user_name" example="John Doe">%s</xliff:g></string>
    751 
    752     <!-- Accessibility label for the button that opens the quick contact of the user. -->
    753     <string name="accessibility_multi_user_switch_quick_contact">Show profile</string>
    754 
    755     <!-- Label for the adding a new user in the user switcher [CHAR LIMIT=35] -->
    756     <string name="user_add_user">Add user</string>
    757 
    758     <!-- Name for a freshly added user [CHAR LIMIT=30] -->
    759     <string name="user_new_user_name">New user</string>
    760 
    761     <!-- Name for the guest user [CHAR LIMIT=35] -->
    762     <string name="guest_nickname">Guest</string>
    763 
    764     <!-- Label for adding a new guest in the user switcher [CHAR LIMIT=35] -->
    765     <string name="guest_new_guest">Add guest</string>
    766 
    767     <!-- Label for exiting and removing the  guest session in the user switcher [CHAR LIMIT=35] -->
    768     <string name="guest_exit_guest">Remove guest</string>
    769 
    770     <!-- Title of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
    771     <string name="guest_exit_guest_dialog_title">Remove guest?</string>
    772 
    773     <!-- Message of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
    774     <string name="guest_exit_guest_dialog_message">All apps and data in this session will be deleted.</string>
    775 
    776     <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
    777     <string name="guest_exit_guest_dialog_remove">Remove</string>
    778 
    779     <!-- Title of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
    780     <string name="guest_wipe_session_title">Welcome back, guest!</string>
    781 
    782     <!-- Message of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
    783     <string name="guest_wipe_session_message">Do you want to continue your session?</string>
    784 
    785     <!-- Notification when resuming an existing guest session: Action that starts a new session [CHAR LIMIT=35] -->
    786     <string name="guest_wipe_session_wipe">Start over</string>
    787 
    788     <!-- Notification when resuming an existing guest session: Action that continues with the current session [CHAR LIMIT=35] -->
    789     <string name="guest_wipe_session_dontwipe">Yes, continue</string>
    790 
    791     <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
    792     <string name="user_add_user_title" msgid="2108112641783146007">Add new user?</string>
    793 
    794     <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
    795     <string name="user_add_user_message_short" msgid="1511354412249044381">When you add a new user, that person needs to set up their space.\n\nAny user can update apps for all other users. </string>
    796 
    797 
    798     <!-- Battery saver notification title. [CHAR LIMIT=60]-->
    799     <string name="battery_saver_notification_title">Battery saver is on</string>
    800 
    801     <!-- Battery saver notification text. [CHAR LIMIT=60] -->
    802     <string name="battery_saver_notification_text">Reduces performance and background data</string>
    803 
    804     <!-- Battery saver notification action text. [CHAR LIMIT=60] -->
    805     <string name="battery_saver_notification_action_text">Turn off battery saver</string>
    806 
    807     <!-- Text shown in place of notification contents when the notification is hidden on a secure lockscreen -->
    808     <string name="notification_hidden_text">Contents hidden</string>
    809 
    810     <!-- Media projection permission dialog warning text. [CHAR LIMIT=NONE] -->
    811     <string name="media_projection_dialog_text"><xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g> will start capturing everything that\'s displayed on your screen.</string>
    812 
    813     <!-- Media projection permission dialog permanent grant check box. [CHAR LIMIT=NONE] -->
    814     <string name="media_projection_remember_text">Don\'t show again</string>
    815 
    816     <!-- The text to clear all notifications. [CHAR LIMIT=60] -->
    817     <string name="clear_all_notifications_text">Clear all</string>
    818 
    819     <!-- Media projection permission dialog action text. [CHAR LIMIT=60] -->
    820     <string name="media_projection_action_text">Start now</string>
    821 
    822     <!-- Text which is shown in the notification shade when there are no notifications. [CHAR LIMIT=30] -->
    823     <string name="empty_shade_text">No notifications</string>
    824 
    825     <!-- Footer device owned text [CHAR LIMIT=50] -->
    826     <string name="device_owned_footer">Device may be monitored</string>
    827 
    828     <!-- Footer profile owned text [CHAR LIMIT=50] -->
    829     <string name="profile_owned_footer">Profile may be monitored</string>
    830 
    831     <!-- Footer vpn present text [CHAR LIMIT=50] -->
    832     <string name="vpn_footer">Network may be monitored</string>
    833 
    834     <!-- Monitoring dialog title for device owned devices [CHAR LIMIT=35] -->
    835     <string name="monitoring_title_device_owned">Device monitoring</string>
    836 
    837     <!-- Monitoring dialog title for profile owned devices [CHAR LIMIT=35] -->
    838     <string name="monitoring_title_profile_owned">Profile monitoring</string>
    839 
    840     <!-- Monitoring dialog title for normal devices  [CHAR LIMIT=35]-->
    841     <string name="monitoring_title">Network monitoring</string>
    842 
    843     <!-- Monitoring dialog disable vpn button [CHAR LIMIT=30] -->
    844     <string name="disable_vpn">Disable VPN</string>
    845 
    846     <!-- Monitoring dialog disconnect vpn button [CHAR LIMIT=30] -->
    847     <string name="disconnect_vpn">Disconnect VPN</string>
    848 
    849     <!-- Monitoring dialog device owner body text [CHAR LIMIT=400] -->
    850     <string name="monitoring_description_device_owned">This device is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\n\nYour administrator can monitor your device and network activity, including emails, apps and secure websites.\n\nFor more information, contact your administrator.</string>
    851 
    852     <!-- Monitoring dialog non-legacy VPN text [CHAR LIMIT=400] -->
    853     <string name="monitoring_description_vpn">You gave \"<xliff:g id="application">%1$s</xliff:g>\" permission to set up a VPN connection.\n\nThis app can monitor your device and network activity, including emails, apps and secure websites.</string>
    854 
    855     <!-- Monitoring dialog legacy VPN text [CHAR LIMIT=400] -->
    856     <string name="monitoring_description_legacy_vpn">You\'re connected to a VPN (\"<xliff:g id="application">%1$s</xliff:g>\").\n\nYour VPN service provider can monitor your device and network activity including emails, apps, and secure websites.</string>
    857 
    858     <!-- Monitoring dialog non-legacy VPN with device owner text [CHAR LIMIT=400] -->
    859     <string name="monitoring_description_vpn_device_owned">This device is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\n\nYour administrator is capable of monitoring your network activity including emails, apps, and secure websites. For more information, contact your administrator.\n\nAlso, you gave \"<xliff:g id="application">%2$s</xliff:g>\" permission to set up a VPN connection. This app can monitor network activity too.</string>
    860 
    861     <!-- Monitoring dialog legacy VPN with device owner text [CHAR LIMIT=400] -->
    862     <string name="monitoring_description_legacy_vpn_device_owned">This device is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\n\nYour administrator is capable of monitoring your network activity including emails, apps, and secure websites. For more information, contact your administrator.\n\nAlso, you\'re connected to a VPN (\"<xliff:g id="application">%2$s</xliff:g>\"). Your VPN service provider can monitor network activity too.</string>
    863 
    864     <!-- Monitoring dialog profile owner body text [CHAR LIMIT=400] -->
    865     <string name="monitoring_description_profile_owned">This profile is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\n\nYour administrator can monitor your device and network activity, including emails, apps and secure websites.\n\nFor more information, contact your administrator.</string>
    866 
    867     <!-- Monitoring dialog device and profile owner body text [CHAR LIMIT=400] -->
    868     <string name="monitoring_description_device_and_profile_owned">This device is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\nYour profile is managed by:\n<xliff:g id="organization">%2$s</xliff:g>\n\nYour administrator can monitor your device and network activity, including emails, apps and secure websites.\n\nFor more information, contact your administrator.</string>
    869 
    870     <!-- Monitoring dialog non-legacy VPN with profile owner text [CHAR LIMIT=400] -->
    871     <string name="monitoring_description_vpn_profile_owned">This profile is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\n\nYour administrator is capable of monitoring your network activity including emails, apps, and secure websites. For more information, contact your administrator.\n\nAlso, you gave \"<xliff:g id="application">%2$s</xliff:g>\" permission to set up a VPN connection. This app can monitor network activity too.</string>
    872 
    873     <!-- Monitoring dialog legacy VPN with profile owner text [CHAR LIMIT=400] -->
    874     <string name="monitoring_description_legacy_vpn_profile_owned">This profile is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\n\nYour administrator is capable of monitoring your network activity including emails, apps, and secure websites. For more information, contact your administrator.\n\nAlso, you\'re connected to a VPN (\"<xliff:g id="application">%2$s</xliff:g>\"). Your VPN service provider can monitor network activity too.</string>
    875 
    876     <!-- Monitoring dialog non-legacy VPN with device and profile owner text [CHAR LIMIT=400] -->
    877     <string name="monitoring_description_vpn_device_and_profile_owned">This device is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\nYour profile is managed by:\n<xliff:g id="organization">%2$s</xliff:g>\n\nYour administrator is capable of monitoring your network activity including emails, apps, and secure websites. For more information, contact your administrator.\n\nAlso, you gave \"<xliff:g id="application">%3$s</xliff:g>\" permission to set up a VPN connection. This app can monitor network activity too.</string>
    878 
    879     <!-- Monitoring dialog legacy VPN with device and profile owner text [CHAR LIMIT=400] -->
    880     <string name="monitoring_description_legacy_vpn_device_and_profile_owned">This device is managed by:\n<xliff:g id="organization">%1$s</xliff:g>\nYour profile is managed by:\n<xliff:g id="organization">%2$s</xliff:g>\n\nYour administrator is capable of monitoring your network activity including emails, apps, and secure websites. For more information, contact your administrator.\n\nAlso, you\'re connected to a VPN (\"<xliff:g id="application">%3$s</xliff:g>\"). Your VPN service provider can monitor network activity too.</string>
    881 
    882     <!-- Indication on the keyguard that appears when the user disables trust agents until the next time they unlock manually. [CHAR LIMIT=NONE] -->
    883     <string name="keyguard_indication_trust_disabled">Device will stay locked until you manually unlock</string>
    884 
    885     <!-- Title of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=40] -->
    886     <string name="hidden_notifications_title">Get notifications faster</string>
    887 
    888     <!-- Body of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=60] -->
    889     <string name="hidden_notifications_text">See them before you unlock</string>
    890 
    891     <!-- Cancel action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
    892     <string name="hidden_notifications_cancel">No thanks</string>
    893 
    894     <!-- continue action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
    895     <string name="hidden_notifications_setup">Set up</string>
    896 
    897     <!-- Accessibility string for current zen mode and selected exit condition. A template that simply concatenates existing mode string and the current condition description. [CHAR LIMIT=20] -->
    898     <string name="zen_mode_and_condition"><xliff:g id="zen_mode" example="Priority interruptions only">%1$s</xliff:g>. <xliff:g id="exit_condition" example="For one hour">%2$s</xliff:g></string>
    899 
    900     <!-- Screen pinning dialog title. -->
    901     <string name="screen_pinning_title">Screen is pinned</string>
    902     <!-- Screen pinning dialog description. -->
    903     <string name="screen_pinning_description">This keeps it in view until you unpin. Touch and hold Back and Overview at the same time to unpin.</string>
    904     <!-- Screen pinning dialog description when in accessibility mode. -->
    905     <string name="screen_pinning_description_accessible">This keeps it in view until you unpin. Touch and hold Overview to unpin.</string>
    906     <!-- Screen pinning positive response. -->
    907     <string name="screen_pinning_positive">Got it</string>
    908     <!-- Screen pinning negative response. -->
    909     <string name="screen_pinning_negative">No thanks</string>
    910 
    911     <!-- Hide quick settings tile confirmation title -->
    912     <string name="quick_settings_reset_confirmation_title">Hide <xliff:g id="tile_label" example="Hotspot">%1$s</xliff:g>?</string>
    913 
    914     <!-- Hide quick settings tile confirmation message -->
    915     <string name="quick_settings_reset_confirmation_message">It will reappear the next time you turn it on in settings.</string>
    916 
    917     <!-- Hide quick settings tile confirmation button -->
    918     <string name="quick_settings_reset_confirmation_button">Hide</string>
    919 </resources>
    920