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 system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
    104     <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string>
    105 
    106     <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
    107     <string name="status_bar_settings_mute_label">MUTE</string>
    108 
    109     <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
    110     <string name="status_bar_settings_auto_brightness_label">AUTO</string>
    111 
    112     <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] -->
    113     <string name="status_bar_settings_notifications">Notifications</string>
    114 
    115     <!-- Separator for PLMN and SPN in network name. -->
    116     <string name="status_bar_network_name_separator" translatable="false">|</string>
    117 
    118     <!-- Network connection string for Bluetooth Reverse Tethering -->
    119     <string name="bluetooth_tethered">Bluetooth tethered</string>
    120     <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
    121     <string name="status_bar_input_method_settings_configure_input_methods">Set up input methods</string>
    122 
    123     <!-- Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] -->
    124     <string name="status_bar_use_physical_keyboard">Physical keyboard</string>
    125 
    126     <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
    127     <string name="usb_device_permission_prompt">Allow the app <xliff:g id="application">%1$s</xliff:g> to access the USB device?</string>
    128 
    129     <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
    130     <string name="usb_accessory_permission_prompt">Allow the app <xliff:g id="application">%1$s</xliff:g> to access the USB accessory?</string>
    131 
    132     <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
    133     <string name="usb_device_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB device is connected?</string>
    134 
    135     <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] -->
    136     <string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB accessory is connected?</string>
    137 
    138     <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
    139     <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>
    140 
    141     <!-- Title for USB accessory dialog.  Used when the name of the accessory cannot be determined.  [CHAR LIMIT=50] -->
    142     <string name="title_usb_accessory">USB accessory</string>
    143 
    144     <!-- View button label for USB dialogs.  [CHAR LIMIT=15] -->
    145     <string name="label_view">View</string>
    146 
    147     <!-- Checkbox label for USB device dialogs.  [CHAR LIMIT=50] -->
    148     <string name="always_use_device">Use by default for this USB device</string>
    149 
    150     <!-- Checkbox label for USB accessory dialogs.  [CHAR LIMIT=50] -->
    151     <string name="always_use_accessory">Use by default for this USB accessory</string>
    152 
    153     <!-- Title of confirmation dialog for USB debugging -->
    154     <string name="usb_debugging_title">Allow USB debugging?</string>
    155 
    156     <!-- Message of confirmation dialog for USB debugging -->
    157     <string name="usb_debugging_message">The computer\'s RSA key fingerprint is:\n<xliff:g id="fingerprint">%1$s</xliff:g></string>
    158 
    159     <!-- Option to always allow USB debugging from the attached computer -->
    160     <string name="usb_debugging_always">Always allow from this computer</string>
    161 
    162     <!-- Title of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
    163     <string name="usb_debugging_secondary_user_title">USB debugging not allowed</string>
    164 
    165     <!-- Message of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
    166     <string name="usb_debugging_secondary_user_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, please switch to an Admin user.</string>
    167 
    168     <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running
    169          on a phone).  [CHAR LIMIT=25] -->
    170     <string name="compat_mode_on">Zoom to fill screen</string>
    171 
    172     <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets).
    173          [CHAR LIMIT=25] -->
    174     <string name="compat_mode_off">Stretch to fill screen</string>
    175 
    176     <!-- Notification ticker displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=30] -->
    177     <string name="screenshot_saving_ticker">Saving screenshot\u2026</string>
    178     <!-- Notification title displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=50] -->
    179     <string name="screenshot_saving_title">Saving screenshot\u2026</string>
    180     <!-- Notification text displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=100] -->
    181     <string name="screenshot_saving_text">Screenshot is being saved.</string>
    182     <!-- Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] -->
    183     <string name="screenshot_saved_title">Screenshot captured.</string>
    184     <!-- Notification text displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=100] -->
    185     <string name="screenshot_saved_text">Tap to view your screenshot.</string>
    186     <!-- Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] -->
    187     <string name="screenshot_failed_title">Couldn\'t capture screenshot.</string>
    188     <!-- Notification text displayed when we fail to save a screenshot for unknown reasons. [CHAR LIMIT=100] -->
    189     <string name="screenshot_failed_to_save_unknown_text">Problem encountered while saving screenshot.</string>
    190     <!-- Notification text displayed when we fail to save a screenshot. [CHAR LIMIT=100] -->
    191     <string name="screenshot_failed_to_save_text">Can\'t save screenshot due to limited storage space.</string>
    192     <!-- Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] -->
    193     <string name="screenshot_failed_to_capture_text">Taking screenshots isn\'t allowed by the app or
    194         your organization</string>
    195 
    196     <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] -->
    197     <string name="usb_preference_title">USB file transfer options</string>
    198     <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
    199     <string name="use_mtp_button_title">Mount as a media player (MTP)</string>
    200     <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
    201     <string name="use_ptp_button_title">Mount as a camera (PTP)</string>
    202     <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] -->
    203     <string name="installer_cd_button_title">Install Android File Transfer app for Mac</string>
    204 
    205     <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    206     <string name="accessibility_back">Back</string>
    207     <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    208     <string name="accessibility_home">Home</string>
    209     <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    210     <string name="accessibility_menu">Menu</string>
    211     <!-- Content description of the accessibility button in the navigation bar (not shown on the screen). [CHAR LIMIT=NONE] -->
    212     <string name="accessibility_accessibility_button">Accessibility</string>
    213     <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    214     <string name="accessibility_recent">Overview</string>
    215     <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] -->
    216     <string name="accessibility_search_light">Search</string>
    217     <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    218     <string name="accessibility_camera_button">Camera</string>
    219     <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    220     <string name="accessibility_phone_button">Phone</string>
    221     <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    222     <string name="accessibility_voice_assist_button">Voice Assist</string>
    223     <!-- Content description of the unlock button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    224     <string name="accessibility_unlock_button">Unlock</string>
    225     <!-- Content description hint of the unlock button when fingerprint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
    226     <string name="accessibility_waiting_for_fingerprint">Waiting for fingerprint</string>
    227     <!-- Accessibility action of the unlock button when fingerpint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
    228     <string name="accessibility_unlock_without_fingerprint">Unlock without using your fingerprint</string>
    229     <!-- Click action label for accessibility for the unlock button. [CHAR LIMIT=NONE] -->
    230     <string name="unlock_label">unlock</string>
    231     <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
    232     <string name="phone_label">open phone</string>
    233     <!-- Click action label for accessibility for the voice assist button. This is not shown on-screen and is an accessibility label for the icon which launches the voice assist from the lock screen.[CHAR LIMIT=NONE] -->
    234     <string name="voice_assist_label">open voice assist</string>
    235     <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
    236     <string name="camera_label">open camera</string>
    237     <!-- Caption for "Recents resize" developer debug feature. [CHAR LIMIT=NONE] -->
    238     <string name="recents_caption_resize">Select new task layout</string>
    239     <!-- Button name for "Cancel". [CHAR LIMIT=NONE] -->
    240     <string name="cancel">Cancel</string>
    241 
    242     <!-- Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    243     <string name="accessibility_compatibility_zoom_button">Compatibility zoom button.</string>
    244 
    245     <!-- Content description of picture of the compatibility zoom example for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    246     <string name="accessibility_compatibility_zoom_example">Zoom smaller to larger screen.</string>
    247 
    248     <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    249     <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>
    250     <!-- Content description of the bluetooth icon when connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    251     <string name="accessibility_bluetooth_disconnected">Bluetooth disconnected.</string>
    252 
    253     <!-- Content description of the battery when no battery for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    254     <string name="accessibility_no_battery">No battery.</string>
    255     <!-- Content description of the battery when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    256     <string name="accessibility_battery_one_bar">Battery one bar.</string>
    257     <!-- Content description of the battery when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    258     <string name="accessibility_battery_two_bars">Battery two bars.</string>
    259      <!-- Content description of the battery when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    260     <string name="accessibility_battery_three_bars">Battery three bars.</string>
    261     <!-- Content description of the battery when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    262     <string name="accessibility_battery_full">Battery full.</string>
    263 
    264     <!-- Content description of the phone signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    265     <string name="accessibility_no_phone">No phone.</string>
    266     <!-- Content description of the phone signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    267     <string name="accessibility_phone_one_bar">Phone one bar.</string>
    268     <!-- Content description of the phone signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    269     <string name="accessibility_phone_two_bars">Phone two bars.</string>
    270     <!-- Content description of the phone signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    271     <string name="accessibility_phone_three_bars">Phone three bars.</string>
    272     <!-- Content description of the phone signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    273     <string name="accessibility_phone_signal_full">Phone signal full.</string>
    274 
    275     <!-- Content description of the data signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    276     <string name="accessibility_no_data">No data.</string>
    277     <!-- Content description of the data signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    278     <string name="accessibility_data_one_bar">Data one bar.</string>
    279     <!-- Content description of the data signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    280     <string name="accessibility_data_two_bars">Data two bars.</string>
    281     <!-- Content description of the data signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    282     <string name="accessibility_data_three_bars">Data three bars.</string>
    283     <!-- Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    284     <string name="accessibility_data_signal_full">Data signal full.</string>
    285 
    286     <!-- Content description of the wifi label showing what we are connected to. [CHAR LIMIT=NONE] -->
    287     <string name="accessibility_wifi_name">Connected to <xliff:g id="wifi" example="Home Network">%s</xliff:g>.</string>
    288 
    289     <!-- Content description of the bluetooth label showing what we are connected to. [CHAR LIMIT=NONE] -->
    290     <string name="accessibility_bluetooth_name">Connected to <xliff:g id="bluetooth" example="Car Audio">%s</xliff:g>.</string>
    291 
    292     <!-- Content description of the cast label showing what we are connected to. [CHAR LIMIT=NONE] -->
    293     <string name="accessibility_cast_name">Connected to <xliff:g id="cast" example="TV">%s</xliff:g>.</string>
    294 
    295 
    296     <!-- Content description of the WiMAX signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    297     <string name="accessibility_no_wimax">No WiMAX.</string>
    298     <!-- Content description of the WiMAX signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    299     <string name="accessibility_wimax_one_bar">WiMAX one bar.</string>
    300     <!-- Content description of the WiMAX signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    301     <string name="accessibility_wimax_two_bars">WiMAX two bars.</string>
    302     <!-- Content description of the WiMAX signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    303     <string name="accessibility_wimax_three_bars">WiMAX three bars.</string>
    304     <!-- Content description of the WiMAX signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    305     <string name="accessibility_wimax_signal_full">WiMAX signal full.</string>
    306 
    307     <!-- Content description of the Ethernet connection when disconnected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    308     <string name="accessibility_ethernet_disconnected">Ethernet disconnected.</string>
    309     <!-- Content description of the Ethernet connection when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    310     <string name="accessibility_ethernet_connected">Ethernet connected.</string>
    311 
    312     <!-- Content description of an item with no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    313     <string name="accessibility_no_signal">No signal.</string>
    314     <!-- Content description of an item with no signal and no connection for accessibility (not shown on the screen) [CHAR LIMIT=NONE] -->
    315     <string name="accessibility_not_connected">Not connected.</string>
    316     <!-- Content description of an item with zero signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    317     <string name="accessibility_zero_bars">Zero bars.</string>
    318     <!-- Content description of an item with one signal bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    319     <string name="accessibility_one_bar">One bar.</string>
    320     <!-- Content description of an item with two signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    321     <string name="accessibility_two_bars">Two bars.</string>
    322     <!-- Content description of an item with three signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    323     <string name="accessibility_three_bars">Three bars.</string>
    324     <!-- Content description of an item with full signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    325     <string name="accessibility_signal_full">Signal full.</string>
    326 
    327     <!-- Content description of an item that is turned on for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    328     <string name="accessibility_desc_on">On.</string>
    329     <!-- Content description of an item that is turned off for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    330     <string name="accessibility_desc_off">Off.</string>
    331     <!-- Content description of an item that is connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    332     <string name="accessibility_desc_connected">Connected.</string>
    333     <!-- Content description of an item that is connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    334     <string name="accessibility_desc_connecting">Connecting.</string>
    335 
    336     <!-- Content description of the data connection type GPRS for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    337     <string name="accessibility_data_connection_gprs">GPRS</string>
    338 
    339     <!-- Content description of the data connection type 1x for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    340     <string name="accessibility_data_connection_1x">1 X</string>
    341 
    342     <!-- Content description of the data connection type HSPA and its variants for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    343     <string name="accessibility_data_connection_hspa">HSPA</string>
    344 
    345     <!-- Content description of the data connection type 3G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    346     <string name="accessibility_data_connection_3g">3G</string>
    347 
    348     <!-- Content description of the data connection type 3.5G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    349     <string name="accessibility_data_connection_3.5g">3.5G</string>
    350 
    351     <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    352     <string name="accessibility_data_connection_4g">4G</string>
    353 
    354     <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    355     <string name="accessibility_data_connection_4g_plus">4G+</string>
    356 
    357     <!-- Content description of the data connection type LTE for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    358     <string name="accessibility_data_connection_lte">LTE</string>
    359 
    360     <!-- Content description of the data connection type LTE+ for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    361     <string name="accessibility_data_connection_lte_plus">LTE+</string>
    362 
    363     <!-- Content description of the data connection type CDMA for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    364     <string name="accessibility_data_connection_cdma">CDMA</string>
    365 
    366     <!-- Content description of the roaming data connection type for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    367     <string name="accessibility_data_connection_roaming">Roaming</string>
    368 
    369     <!-- Content description of the data connection type Edge for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    370     <string name="accessibility_data_connection_edge">Edge</string>
    371 
    372     <!-- Content description of the data connection type WiFi for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    373     <string name="accessibility_data_connection_wifi">Wi-Fi</string>
    374 
    375     <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    376     <string name="accessibility_no_sim">No SIM.</string>
    377 
    378     <!-- Content description of the cell data. [CHAR LIMIT=NONE] -->
    379     <string name="accessibility_cell_data">Mobile Data</string>
    380 
    381     <!-- Content description of the cell data being enabled. [CHAR LIMIT=NONE] -->
    382     <string name="accessibility_cell_data_on">Mobile Data On</string>
    383 
    384     <!-- Content description of the cell data being disabled. [CHAR LIMIT=NONE] -->
    385     <string name="accessibility_cell_data_off">Mobile Data Off</string>
    386 
    387     <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    388     <string name="accessibility_bluetooth_tether">Bluetooth tethering.</string>
    389 
    390     <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    391     <string name="accessibility_airplane_mode">Airplane mode.</string>
    392 
    393     <!-- Content description of the VPN icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    394     <string name="accessibility_vpn_on">VPN on.</string>
    395 
    396     <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    397     <string name="accessibility_no_sims">No SIM card.</string>
    398 
    399     <!-- Content description of the carrier network changing icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    400     <string name="accessibility_carrier_network_change_mode">Carrier network changing.</string>
    401 
    402     <!-- Content description of button to open battery details icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    403     <string name="accessibility_battery_details">Open battery details</string>
    404 
    405     <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    406     <string name="accessibility_battery_level">Battery <xliff:g id="number">%d</xliff:g> percent.</string>
    407 
    408     <!-- Content description of the battery level icon for accessibility while the device is charging (not shown on the screen). [CHAR LIMIT=NONE] -->
    409     <string name="accessibility_battery_level_charging">Battery charging, <xliff:g id="battery_percentage">%d</xliff:g> percent.</string>
    410 
    411     <!-- Content description of the button for showing a settings panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    412     <string name="accessibility_settings_button">System settings.</string>
    413 
    414     <!-- Content description of the button for showing a notifications panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    415     <string name="accessibility_notifications_button">Notifications.</string>
    416 
    417     <!-- Content description of overflow icon container of the notifications for accessibility (not shown on the screen)[CHAR LIMIT=NONE] -->
    418     <string name="accessibility_overflow_action">See all notifications</string>
    419 
    420     <!-- Content description of the button for removing a notification in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    421     <string name="accessibility_remove_notification">Clear notification.</string>
    422 
    423     <!-- Content description of the enabled GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    424     <string name="accessibility_gps_enabled">GPS enabled.</string>
    425 
    426     <!-- Content description of the acquiring GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    427     <string name="accessibility_gps_acquiring">GPS acquiring.</string>
    428 
    429     <!-- Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    430     <string name="accessibility_tty_enabled">TeleTypewriter enabled.</string>
    431 
    432     <!-- Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    433     <string name="accessibility_ringer_vibrate">Ringer vibrate.</string>
    434 
    435     <!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    436     <string name="accessibility_ringer_silent">Ringer silent.</string>
    437 
    438     <!-- Content description of the cast icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    439     <string name="accessibility_casting">@string/quick_settings_casting</string>
    440 
    441     <!-- Content description of the work mode icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    442     <string name="accessibility_work_mode">Work mode</string>
    443 
    444     <!-- Content description to tell the user that this button will remove an application from recents -->
    445     <string name="accessibility_recents_item_will_be_dismissed">Dismiss <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
    446     <!-- Content description to tell the user an application has been removed from recents -->
    447     <string name="accessibility_recents_item_dismissed"><xliff:g id="app" example="Calendar">%s</xliff:g> dismissed.</string>
    448     <!-- Content description to tell the user all applications has been removed from recents -->
    449     <string name="accessibility_recents_all_items_dismissed">All recent applications dismissed.</string>
    450     <!-- Content description to tell the user that this button will open application info for an application in recents -->
    451     <string name="accessibility_recents_item_open_app_info">Open <xliff:g id="app" example="Calendar">%s</xliff:g> application info.</string>
    452     <!-- Content description to tell the user an application has been launched from recents -->
    453     <string name="accessibility_recents_item_launched">Starting <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
    454     <!-- Content description of individual recents task. -->
    455     <string name="accessibility_recents_task_header"><xliff:g id="app" example="Chrome">%1$s</xliff:g> <xliff:g id="activity_label" example="www.google.com">%2$s</xliff:g></string>
    456     <!-- Content description to tell the user a notification has been removed from the notification shade -->
    457     <string name="accessibility_notification_dismissed">Notification dismissed.</string>
    458 
    459     <!-- Content description for the notification shade panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    460     <string name="accessibility_desc_notification_shade">Notification shade.</string>
    461     <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    462     <string name="accessibility_desc_quick_settings">Quick settings.</string>
    463     <!-- Content description for the lock screen (not shown on the screen). [CHAR LIMIT=NONE] -->
    464     <string name="accessibility_desc_lock_screen">Lock screen.</string>
    465     <!-- Content description for the settings button in the status bar header. [CHAR LIMIT=NONE] -->
    466     <string name="accessibility_desc_settings">Settings</string>
    467     <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
    468     <string name="accessibility_desc_recent_apps">Overview.</string>
    469     <!-- Content description for the work profile lock screen. This prevents work profile apps from being used, but personal apps can be used as normal (not shown on the screen). [CHAR LIMIT=NONE] -->
    470     <string name="accessibility_desc_work_lock">Work lock screen</string>
    471     <!-- Content description for the close button in the zen mode panel introduction message. [CHAR LIMIT=NONE] -->
    472     <string name="accessibility_desc_close">Close</string>
    473 
    474     <!-- Content description of the wifi tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    475     <string name="accessibility_quick_settings_wifi"><xliff:g id="signal" example="Three bars">%1$s</xliff:g>.</string>
    476     <!-- Announcement made when the wifi is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
    477     <string name="accessibility_quick_settings_wifi_changed_off">Wifi turned off.</string>
    478     <!-- Announcement made when the wifi is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
    479     <string name="accessibility_quick_settings_wifi_changed_on">Wifi turned on.</string>
    480     <!-- Content description of the mobile data tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    481     <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>
    482     <!-- Content description of the battery tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    483     <string name="accessibility_quick_settings_battery">Battery <xliff:g id="state" example="50% charging">%s</xliff:g>.</string>
    484     <!-- Content description of the airplane mode tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    485     <string name="accessibility_quick_settings_airplane_off">Airplane mode off.</string>
    486     <!-- Content description of the airplane mode tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    487     <string name="accessibility_quick_settings_airplane_on">Airplane mode on.</string>
    488     <!-- Announcement made when the airplane mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    489     <string name="accessibility_quick_settings_airplane_changed_off">Airplane mode turned off.</string>
    490     <!-- Announcement made when the airplane mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    491     <string name="accessibility_quick_settings_airplane_changed_on">Airplane mode turned on.</string>
    492     <!-- Content description of the do not disturb tile in quick settings when on in priority (not shown on the screen). [CHAR LIMIT=NONE] -->
    493     <string name="accessibility_quick_settings_dnd_priority_on">Do not disturb on, priority only.</string>
    494     <!-- Content description of the do not disturb tile in quick settings when on in none (not shown on the screen). [CHAR LIMIT=NONE] -->
    495     <string name="accessibility_quick_settings_dnd_none_on">Do not disturb on, total silence.</string>
    496     <!-- Content description of the do not disturb tile in quick settings when on in alarms only (not shown on the screen). [CHAR LIMIT=NONE] -->
    497     <string name="accessibility_quick_settings_dnd_alarms_on">Do not disturb on, alarms only.</string>
    498      <!-- Content description of the do not disturb tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    499     <string name="accessibility_quick_settings_dnd">Do not disturb.</string>
    500      <!-- Content description of the do not disturb tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    501     <string name="accessibility_quick_settings_dnd_off">Do not disturb off.</string>
    502     <!-- Announcement made when do not disturb changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    503     <string name="accessibility_quick_settings_dnd_changed_off">Do not disturb turned off.</string>
    504     <!-- Announcement made when do not disturb changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    505     <string name="accessibility_quick_settings_dnd_changed_on">Do not disturb turned on.</string>
    506     <!-- Content description of the bluetooth tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    507     <string name="accessibility_quick_settings_bluetooth">Bluetooth.</string>
    508     <!-- Content description of the bluetooth tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    509     <string name="accessibility_quick_settings_bluetooth_off">Bluetooth off.</string>
    510     <!-- Content description of the bluetooth tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    511     <string name="accessibility_quick_settings_bluetooth_on">Bluetooth on.</string>
    512     <!-- Content description of the bluetooth tile in quick settings when connecting (not shown on the screen). [CHAR LIMIT=NONE] -->
    513     <string name="accessibility_quick_settings_bluetooth_connecting">Bluetooth connecting.</string>
    514     <!-- Content description of the bluetooth tile in quick settings when connected (not shown on the screen). [CHAR LIMIT=NONE] -->
    515     <string name="accessibility_quick_settings_bluetooth_connected">Bluetooth connected.</string>
    516     <!-- Announcement made when the bluetooth is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
    517     <string name="accessibility_quick_settings_bluetooth_changed_off">Bluetooth turned off.</string>
    518     <!-- Announcement made when the bluetooth is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
    519     <string name="accessibility_quick_settings_bluetooth_changed_on">Bluetooth turned on.</string>
    520     <!-- Content description of the location tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    521     <string name="accessibility_quick_settings_location_off">Location reporting off.</string>
    522     <!-- Content description of the location tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    523     <string name="accessibility_quick_settings_location_on">Location reporting on.</string>
    524     <!-- Announcement made when the location tile changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    525     <string name="accessibility_quick_settings_location_changed_off">Location reporting turned off.</string>
    526     <!-- Announcement made when the location tile changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    527     <string name="accessibility_quick_settings_location_changed_on">Location reporting turned on.</string>
    528     <!-- Content description of the alarm tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
    529     <string name="accessibility_quick_settings_alarm">Alarm set for <xliff:g id="time" example="Wed 3:30 PM">%s</xliff:g>.</string>
    530     <!-- Content description of quick settings detail panel close button (not shown on the screen). [CHAR LIMIT=NONE] -->
    531     <string name="accessibility_quick_settings_close">Close panel.</string>
    532     <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
    533     <string name="accessibility_quick_settings_more_time">More time.</string>
    534     <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
    535     <string name="accessibility_quick_settings_less_time">Less time.</string>
    536     <!-- Content description of the flashlight tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    537     <string name="accessibility_quick_settings_flashlight_off">Flashlight off.</string>
    538     <!-- Content description of the flashlight tile in quick settings when unavailable (not shown on the screen). [CHAR LIMIT=NONE] -->
    539     <string name="accessibility_quick_settings_flashlight_unavailable">Flashlight unavailable.</string>
    540     <!-- Content description of the flashlight tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    541     <string name="accessibility_quick_settings_flashlight_on">Flashlight on.</string>
    542     <!-- Announcement made when the flashlight state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    543     <string name="accessibility_quick_settings_flashlight_changed_off">Flashlight turned off.</string>
    544     <!-- Announcement made when the flashlight state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    545     <string name="accessibility_quick_settings_flashlight_changed_on">Flashlight turned on.</string>
    546     <!-- Announcement made when the color inversion state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    547     <string name="accessibility_quick_settings_color_inversion_changed_off">Color inversion turned off.</string>
    548     <!-- Announcement made when the color inversion state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    549     <string name="accessibility_quick_settings_color_inversion_changed_on">Color inversion turned on.</string>
    550     <!-- Announcement made when the hotspot state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    551     <string name="accessibility_quick_settings_hotspot_changed_off">Mobile hotspot turned off.</string>
    552     <!-- Announcement made when the hotspot state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    553     <string name="accessibility_quick_settings_hotspot_changed_on">Mobile hotspot turned on.</string>
    554     <!-- Announcement made when the screen stopped casting (not shown on the screen). [CHAR LIMIT=NONE] -->
    555     <string name="accessibility_casting_turned_off">Screen casting stopped.</string>
    556     <!-- Content description of the work mode title in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
    557     <string name="accessibility_quick_settings_work_mode_off">Work mode off.</string>
    558     <!-- Content description of the work mode title in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
    559     <string name="accessibility_quick_settings_work_mode_on">Work mode on.</string>
    560     <!-- Announcement made when the work mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    561     <string name="accessibility_quick_settings_work_mode_changed_off">Work mode turned off.</string>
    562     <!-- Announcement made when the work mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    563     <string name="accessibility_quick_settings_work_mode_changed_on">Work mode turned on.</string>
    564     <!-- Announcement made when the Data Saver changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
    565     <string name="accessibility_quick_settings_data_saver_changed_off">Data Saver turned off.</string>
    566     <!-- Announcement made when the Data Saver changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
    567     <string name="accessibility_quick_settings_data_saver_changed_on">Data Saver turned on.</string>
    568 
    569     <!-- Content description of the display brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
    570     <string name="accessibility_brightness">Display brightness</string>
    571 
    572     <!-- Content description of the charging indicator on Ambient Display (lower-power version of the lock screen). [CHAR LIMIT=NONE] -->
    573     <string name="accessibility_ambient_display_charging">Charging</string>
    574 
    575     <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    576     <string name="data_usage_disabled_dialog_3g_title">2G-3G data is paused</string>
    577     <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    578     <string name="data_usage_disabled_dialog_4g_title">4G data is paused</string>
    579     <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    580     <string name="data_usage_disabled_dialog_mobile_title">Mobile data is paused</string>
    581     <!-- Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
    582     <string name="data_usage_disabled_dialog_title">Data is paused</string>
    583     <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] -->
    584     <string name="data_usage_disabled_dialog">The data limit you set has been reached. You are no longer using mobile data.\n\nIf you resume, charges may apply for data usage.</string>
    585     <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] -->
    586     <string name="data_usage_disabled_dialog_enable">Resume</string>
    587 
    588     <!-- Text to display underneath the graphical signal strength meter when
    589          no connection is available. [CHAR LIMIT=20] -->
    590     <string name="status_bar_settings_signal_meter_disconnected">
    591         No Internet connection
    592     </string>
    593 
    594     <!-- Text to display underneath the graphical signal strength meter when
    595          it is displaying Wi-Fi status and Wi-Fi is connected to a network
    596          whose SSID is not available.
    597          [CHAR LIMIT=20] -->
    598     <string name="status_bar_settings_signal_meter_wifi_nossid">Wi-Fi connected</string>
    599 
    600     <!-- Notification text: when GPS is getting a fix [CHAR LIMIT=50] -->
    601     <string name="gps_notification_searching_text">Searching for GPS</string>
    602 
    603     <!-- Notification text: when GPS has found a fix [CHAR LIMIT=50] -->
    604     <string name="gps_notification_found_text">Location set by GPS</string>
    605 
    606     <!-- Accessibility text describing the presence of active location requests by one or more apps -->
    607     <string name="accessibility_location_active">Location requests active</string>
    608 
    609     <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    610     <string name="accessibility_clear_all">Clear all notifications.</string>
    611 
    612     <!-- The overflow indicator shown when a group has more notification inside the group than the visible ones. An example is "+ 3" [CHAR LIMIT=5] -->
    613     <string name="notification_group_overflow_indicator">+ <xliff:g id="number" example="3">%s</xliff:g></string>
    614 
    615     <!-- Content description describing how many more notifications are in a group [CHAR LIMIT=NONE] -->
    616     <plurals name="notification_group_overflow_description">
    617         <item quantity="one"><xliff:g id="number" example="1">%s</xliff:g> more notification inside.</item>
    618         <item quantity="other"><xliff:g id="number" example="3">%s</xliff:g> more notifications inside.</item>
    619     </plurals>
    620 
    621     <!-- Content description of button in notification inspector for system settings relating to
    622          notifications from this application [CHAR LIMIT=NONE] -->
    623     <string name="status_bar_notification_inspect_item_title">Notification settings</string>
    624 
    625     <!-- Content description of button in notification inspetor for application-provided settings
    626          for its own notifications [CHAR LIMIT=NONE] -->
    627     <string name="status_bar_notification_app_settings_title"><xliff:g id="app_name" example="Calendar">%s</xliff:g> settings</string>
    628 
    629     <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is on. [CHAR LIMIT=NONE] -->
    630     <string name="accessibility_rotation_lock_off">Screen will rotate automatically.</string>
    631 
    632     <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
    633     <string name="accessibility_rotation_lock_on_landscape">Screen is locked in landscape orientation.</string>
    634 
    635     <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
    636     <string name="accessibility_rotation_lock_on_portrait">Screen is locked in portrait orientation.</string>
    637 
    638     <!-- Announcement made when the screen is rotating automatically again (not shown on the screen). [CHAR LIMIT=NONE] -->
    639     <string name="accessibility_rotation_lock_off_changed">Screen will now rotate automatically.</string>
    640 
    641     <!-- Announcement made when the rotation lock state changes to landscape only (not shown on the screen). [CHAR LIMIT=NONE] -->
    642     <string name="accessibility_rotation_lock_on_landscape_changed">Screen is now locked in landscape orientation.</string>
    643 
    644     <!-- Announcement made when the rotation lock state changes to portrait only (not shown on the screen).  [CHAR LIMIT=NONE] -->
    645     <string name="accessibility_rotation_lock_on_portrait_changed">Screen is now locked in portrait orientation.</string>
    646 
    647     <!-- Name of the K-release easter egg: a display case for all our tastiest desserts. [CHAR LIMIT=30] -->
    648     <string name="dessert_case">Dessert Case</string>
    649 
    650     <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
    651     <string name="start_dreams">Screen saver</string>
    652 
    653     <!-- Textual description of Ethernet connections -->
    654     <string name="ethernet_label">Ethernet</string>
    655 
    656     <!-- QuickSettings: Do not disturb [CHAR LIMIT=NONE] -->
    657     <string name="quick_settings_dnd_label">Do not disturb</string>
    658     <!-- QuickSettings: Do not disturb - Priority only [CHAR LIMIT=NONE] -->
    659     <string name="quick_settings_dnd_priority_label">Priority only</string>
    660     <!-- QuickSettings: Do not disturb - Alarms only [CHAR LIMIT=NONE] -->
    661     <string name="quick_settings_dnd_alarms_label">Alarms only</string>
    662     <!-- QuickSettings: Do not disturb - Total silence [CHAR LIMIT=NONE] -->
    663     <string name="quick_settings_dnd_none_label">Total silence</string>
    664     <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] -->
    665     <string name="quick_settings_bluetooth_label">Bluetooth</string>
    666     <!-- QuickSettings: Bluetooth (Multiple) [CHAR LIMIT=NONE] -->
    667     <string name="quick_settings_bluetooth_multiple_devices_label">Bluetooth (<xliff:g id="number">%d</xliff:g> Devices)</string>
    668     <!-- QuickSettings: Bluetooth (Off) [CHAR LIMIT=NONE] -->
    669     <string name="quick_settings_bluetooth_off_label">Bluetooth Off</string>
    670     <!-- QuickSettings: Bluetooth detail panel, text when there are no items [CHAR LIMIT=NONE] -->
    671     <string name="quick_settings_bluetooth_detail_empty_text">No paired devices available</string>
    672     <!-- QuickSettings: Brightness [CHAR LIMIT=NONE] -->
    673     <string name="quick_settings_brightness_label">Brightness</string>
    674     <!-- QuickSettings: Rotation Unlocked [CHAR LIMIT=NONE] -->
    675     <string name="quick_settings_rotation_unlocked_label">Auto-rotate</string>
    676     <!-- Accessibility label for Auto-ratate QuickSettings tile [CHAR LIMIT=NONE] -->
    677     <string name="accessibility_quick_settings_rotation">Auto-rotate screen</string>
    678     <!-- Accessibility label for value of Auto-ratate QuickSettings tile [CHAR LIMIT=NONE] -->
    679     <string name="accessibility_quick_settings_rotation_value"><xliff:g name="rotation" example="Portrait">%s</xliff:g> mode</string>
    680     <!-- QuickSettings: Rotation Locked [CHAR LIMIT=NONE] -->
    681     <string name="quick_settings_rotation_locked_label">Rotation locked</string>
    682     <!-- QuickSettings: Locked to Portrait [CHAR LIMIT=NONE] -->
    683     <string name="quick_settings_rotation_locked_portrait_label">Portrait</string>
    684     <!-- QuickSettings: Locked to Landscape [CHAR LIMIT=NONE] -->
    685     <string name="quick_settings_rotation_locked_landscape_label">Landscape</string>
    686     <!-- QuickSettings: IME [CHAR LIMIT=NONE] -->
    687     <string name="quick_settings_ime_label">Input Method</string>
    688     <!-- QuickSettings: Location [CHAR LIMIT=NONE] -->
    689     <string name="quick_settings_location_label">Location</string>
    690     <!-- QuickSettings: Location (Off) [CHAR LIMIT=NONE] -->
    691     <string name="quick_settings_location_off_label">Location Off</string>
    692     <!-- QuickSettings: Media device [CHAR LIMIT=NONE] -->
    693     <string name="quick_settings_media_device_label">Media device</string>
    694     <!-- QuickSettings: RSSI [CHAR LIMIT=NONE] -->
    695     <string name="quick_settings_rssi_label">RSSI</string>
    696     <!-- QuickSettings: RSSI (No network) [CHAR LIMIT=NONE] -->
    697     <string name="quick_settings_rssi_emergency_only">Emergency Calls Only</string>
    698     <!-- QuickSettings: Settings [CHAR LIMIT=NONE] -->
    699     <string name="quick_settings_settings_label">Settings</string>
    700     <!-- QuickSettings: Time [CHAR LIMIT=NONE] -->
    701     <string name="quick_settings_time_label">Time</string>
    702     <!-- QuickSettings: User [CHAR LIMIT=NONE] -->
    703     <string name="quick_settings_user_label">Me</string>
    704     <!-- QuickSettings: Title of the user detail panel [CHAR LIMIT=NONE] -->
    705     <string name="quick_settings_user_title">User</string>
    706     <!-- QuickSettings: Label on the item for adding a new user [CHAR LIMIT=NONE] -->
    707     <string name="quick_settings_user_new_user">New user</string>
    708     <!-- QuickSettings: Wifi [CHAR LIMIT=NONE] -->
    709     <string name="quick_settings_wifi_label">Wi-Fi</string>
    710     <!-- QuickSettings: Wifi (Not connected) [CHAR LIMIT=NONE] -->
    711     <string name="quick_settings_wifi_not_connected">Not Connected</string>
    712     <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] -->
    713     <string name="quick_settings_wifi_no_network">No Network</string>
    714     <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] -->
    715     <string name="quick_settings_wifi_off_label">Wi-Fi Off</string>
    716     <!-- QuickSettings: Wifi (On) [CHAR LIMIT=NONE] -->
    717     <string name="quick_settings_wifi_on_label">Wi-Fi On</string>
    718     <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] -->
    719     <string name="quick_settings_wifi_detail_empty_text">No Wi-Fi networks available</string>
    720     <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] -->
    721     <string name="quick_settings_cast_title">Cast</string>
    722     <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] -->
    723     <string name="quick_settings_casting">Casting</string>
    724     <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] -->
    725     <string name="quick_settings_cast_device_default_name">Unnamed device</string>
    726      <!-- QuickSettings: Cast detail panel, default device description [CHAR LIMIT=NONE] -->
    727     <string name="quick_settings_cast_device_default_description">Ready to cast</string>
    728     <!-- QuickSettings: Cast detail panel, text when there are no items [CHAR LIMIT=NONE] -->
    729     <string name="quick_settings_cast_detail_empty_text">No devices available</string>
    730     <!-- QuickSettings: Brightness dialog title [CHAR LIMIT=NONE] -->
    731     <string name="quick_settings_brightness_dialog_title">Brightness</string>
    732     <!-- QuickSettings: Brightness dialog auto brightness button [CHAR LIMIT=NONE] -->
    733     <string name="quick_settings_brightness_dialog_auto_brightness_label">AUTO</string>
    734     <!-- QuickSettings: Label for the toggle that controls whether display inversion is enabled. [CHAR LIMIT=NONE] -->
    735     <string name="quick_settings_inversion_label">Invert colors</string>
    736     <!-- QuickSettings: Label for the toggle that controls whether display color correction is enabled. [CHAR LIMIT=NONE] -->
    737     <string name="quick_settings_color_space_label">Color correction mode</string>
    738     <!-- QuickSettings: Control panel: Label for button that navigates to settings. [CHAR LIMIT=NONE] -->
    739     <string name="quick_settings_more_settings">More settings</string>
    740     <!-- QuickSettings: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
    741     <string name="quick_settings_done">Done</string>
    742     <!-- QuickSettings: Control panel: Label for connected device. [CHAR LIMIT=NONE] -->
    743     <string name="quick_settings_connected">Connected</string>
    744     <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] -->
    745     <string name="quick_settings_connecting">Connecting...</string>
    746     <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] -->
    747     <string name="quick_settings_tethering_label">Tethering</string>
    748     <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] -->
    749     <string name="quick_settings_hotspot_label">Hotspot</string>
    750     <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] -->
    751     <string name="quick_settings_notifications_label">Notifications</string>
    752     <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] -->
    753     <string name="quick_settings_flashlight_label">Flashlight</string>
    754     <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] -->
    755     <string name="quick_settings_cellular_detail_title">Mobile data</string>
    756     <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] -->
    757     <string name="quick_settings_cellular_detail_data_usage">Data usage</string>
    758     <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] -->
    759     <string name="quick_settings_cellular_detail_remaining_data">Remaining data</string>
    760     <!-- QuickSettings: Cellular detail panel, over limit title [CHAR LIMIT=NONE] -->
    761     <string name="quick_settings_cellular_detail_over_limit">Over limit</string>
    762     <!-- QuickSettings: Cellular detail panel, data used format string [CHAR LIMIT=NONE] -->
    763     <string name="quick_settings_cellular_detail_data_used"><xliff:g id="data_used" example="2.0 GB">%s</xliff:g> used</string>
    764     <!-- QuickSettings: Cellular detail panel, data limit format string [CHAR LIMIT=NONE] -->
    765     <string name="quick_settings_cellular_detail_data_limit"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> limit</string>
    766     <!-- QuickSettings: Cellular detail panel, data warning format string [CHAR LIMIT=NONE] -->
    767     <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string>
    768     <!-- QuickSettings: Work mode [CHAR LIMIT=NONE] -->
    769     <string name="quick_settings_work_mode_label">Work mode</string>
    770     <!-- QuickSettings: Label for the toggle to activate Night display (renamed "Night Light" with title caps). [CHAR LIMIT=20] -->
    771     <string name="quick_settings_night_display_label">Night Light</string>
    772     <!-- QuickSettings: NFC tile [CHAR LIMIT=NONE] -->
    773     <string name="quick_settings_nfc_label">NFC</string>
    774     <!-- QuickSettings: NFC (off) [CHAR LIMIT=NONE] -->
    775     <string name="quick_settings_nfc_off">NFC is disabled</string>
    776     <!-- QuickSettings: NFC (on) [CHAR LIMIT=NONE] -->
    777     <string name="quick_settings_nfc_on">NFC is enabled</string>
    778 
    779     <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
    780     <string name="recents_empty_message">No recent items</string>
    781     <!-- Recents: The empty recents string after dismissing all tasks. [CHAR LIMIT=NONE] -->
    782     <string name="recents_empty_message_dismissed_all">You\'ve cleared everything</string>
    783     <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] -->
    784     <string name="recents_app_info_button_label">Application Info</string>
    785     <!-- Recents: The screen pinning button. [CHAR LIMIT=NONE] -->
    786     <string name="recents_lock_to_app_button_label">screen pinning</string>
    787     <!-- Recents: Temporary string for the button in the recents search bar. [CHAR LIMIT=NONE] -->
    788     <string name="recents_search_bar_label">search</string>
    789     <!-- Recents: Launch error string. [CHAR LIMIT=NONE] -->
    790     <string name="recents_launch_error_message">Could not start <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
    791     <!-- Recents: Launch disabled string. [CHAR LIMIT=NONE] -->
    792     <string name="recents_launch_disabled_message"><xliff:g id="app" example="Calendar">%s</xliff:g> is disabled in safe-mode.</string>
    793     <!-- Recents: Stack action button string. [CHAR LIMIT=NONE] -->
    794     <string name="recents_stack_action_button_label">Clear all</string>
    795     <!-- Recents: Hint text that shows on the drop targets to start multiwindow. [CHAR LIMIT=NONE] -->
    796     <string name="recents_drag_hint_message">Drag here to use split screen</string>
    797 
    798     <!-- Recents: MultiStack add stack split horizontal radio button. [CHAR LIMIT=NONE] -->
    799     <string name="recents_multistack_add_stack_dialog_split_horizontal">Split Horizontal</string>
    800     <!-- Recents: MultiStack add stack split vertical radio button. [CHAR LIMIT=NONE] -->
    801     <string name="recents_multistack_add_stack_dialog_split_vertical">Split Vertical</string>
    802     <!-- Recents: MultiStack add stack split custom radio button. [CHAR LIMIT=NONE] -->
    803     <string name="recents_multistack_add_stack_dialog_split_custom">Split Custom</string>
    804     <!-- Recents: Accessibility split to the top -->
    805     <string name="recents_accessibility_split_screen_top">Split screen to the top</string>
    806     <!-- Recents: Accessibility split to the left -->
    807     <string name="recents_accessibility_split_screen_left">Split screen to the left</string>
    808     <!-- Recents: Accessibility split to the right -->
    809     <string name="recents_accessibility_split_screen_right">Split screen to the right</string>
    810 
    811     <!-- Fully qualified activity class names to be blacklisted in Recents, add package names into overlay as needed -->
    812     <string-array name="recents_blacklist_array">
    813     </string-array>
    814 
    815     <!-- Expanded Status Bar Header: Battery Charged [CHAR LIMIT=40] -->
    816     <string name="expanded_header_battery_charged">Charged</string>
    817 
    818     <!-- Expanded Status Bar Header: Charging, no known time [CHAR LIMIT=40] -->
    819     <string name="expanded_header_battery_charging">Charging</string>
    820 
    821     <!-- Expanded Status Bar Header: Charging, showing time left until charged [CHAR LIMIT=40] -->
    822     <string name="expanded_header_battery_charging_with_time"><xliff:g id="charging_time" example="2 hrs 25 min">%s</xliff:g> until full</string>
    823 
    824     <!-- Expanded Status Bar Header: Not charging [CHAR LIMIT=40] -->
    825     <string name="expanded_header_battery_not_charging">Not charging</string>
    826 
    827     <!-- Shows up when there is a user SSL CA Cert installed on the
    828          device.  Indicates to the user that SSL traffic can be intercepted.
    829          If the text fits on one line (~14 chars), it should start with a
    830          linebreak to position it correctly.  [CHAR LIMIT=45] -->
    831     <string name="ssl_ca_cert_warning">Network may\nbe monitored</string>
    832 
    833     <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
    834     <string name="description_target_search">Search</string>
    835     <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
    836     <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
    837     <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
    838     <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
    839 
    840     <!-- Zen mode: Priority only introduction message on first use -->
    841     <string name="zen_priority_introduction">You wont be disturbed by sounds and vibrations, except from alarms, reminders, events, and callers you specify. You'll still hear anything you choose to play including music, videos, and games.</string>
    842 
    843     <!-- Zen mode: Alarms only introduction message on first use -->
    844     <string name="zen_alarms_introduction">You wont be disturbed by sounds and vibrations, except from alarms. You'll still hear anything you choose to play including music, videos, and games.</string>
    845 
    846     <!-- Zen mode: Priority only customization button label -->
    847     <string name="zen_priority_customize_button">Customize</string>
    848 
    849     <!-- Zen mode: Total silence introduction message on first use (voice capable devices) -->
    850     <string name="zen_silence_introduction_voice">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games. Youll still be able to make phone calls.</string>
    851 
    852     <!-- Zen mode: Total silence introduction message on first use (non-voice capable devices) -->
    853     <string name="zen_silence_introduction">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games.</string>
    854 
    855     <!-- Text for overflow card on Keyguard when there is not enough space for all notifications on Keyguard. [CHAR LIMIT=1] -->
    856     <string name="keyguard_more_overflow_text">+<xliff:g id="number_of_notifications" example="5">%d</xliff:g></string>
    857 
    858     <!-- An explanation for the visual speed bump in the notifications, which will appear when you click on it. [CHAR LIMIT=50] -->
    859     <string name="speed_bump_explanation">Less urgent notifications below</string>
    860 
    861     <!-- 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] -->
    862     <string name="notification_tap_again">Tap again to open</string>
    863 
    864     <!-- Shows when people have pressed the unlock icon to explain how to unlock. [CHAR LIMIT=60] -->
    865     <string name="keyguard_unlock">Swipe up to unlock</string>
    866 
    867     <!-- Text on keyguard screen and in Quick Settings footer indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=60] -->
    868     <string name="do_disclosure_generic">This device is managed by your organization</string>
    869 
    870     <!-- Text on keyguard screen and in Quick Settings footer indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=40] -->
    871     <string name="do_disclosure_with_name">This device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string>
    872 
    873     <!-- Shows when people have clicked on the phone icon [CHAR LIMIT=60] -->
    874     <string name="phone_hint">Swipe from icon for phone</string>
    875 
    876     <!-- Shows when people have clicked on the voice assist icon [CHAR LIMIT=60] -->
    877     <string name="voice_hint">Swipe from icon for voice assist</string>
    878 
    879     <!-- Shows when people have clicked on the camera icon [CHAR LIMIT=60] -->
    880     <string name="camera_hint">Swipe from icon for camera</string>
    881 
    882     <!-- Accessibility content description for Interruption level: None. [CHAR LIMIT=NONE] -->
    883     <string name="interruption_level_none_with_warning">Total silence.  This will also silence screen readers.</string>
    884 
    885     <!-- Interruption level: None. [CHAR LIMIT=40] -->
    886     <string name="interruption_level_none">Total silence</string>
    887 
    888     <!-- Interruption level: Priority. [CHAR LIMIT=40] -->
    889     <string name="interruption_level_priority">Priority only</string>
    890 
    891     <!-- Interruption level: Alarms only. [CHAR LIMIT=40] -->
    892     <string name="interruption_level_alarms">Alarms only</string>
    893 
    894     <!-- Interruption level: None.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
    895     <string name="interruption_level_none_twoline">Total\nsilence</string>
    896 
    897     <!-- Interruption level: Priority.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
    898     <string name="interruption_level_priority_twoline">Priority\nonly</string>
    899 
    900     <!-- Interruption level: Alarms only.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
    901     <string name="interruption_level_alarms_twoline">Alarms\nonly</string>
    902 
    903     <!-- Indication on the keyguard that is shown when the device is charging. [CHAR LIMIT=40]-->
    904     <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>
    905 
    906     <!-- Indication on the keyguard that is shown when the device is charging rapidly. Should match keyguard_plugged_in_charging_fast [CHAR LIMIT=40]-->
    907     <string name="keyguard_indication_charging_time_fast">Charging rapidly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
    908 
    909     <!-- Indication on the keyguard that is shown when the device is charging slowly. Should match keyguard_plugged_in_charging_slowly [CHAR LIMIT=40]-->
    910     <string name="keyguard_indication_charging_time_slowly">Charging slowly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
    911 
    912     <!-- Related to user switcher --><skip/>
    913 
    914     <!-- Accessibility label for the button that opens the user switcher. -->
    915     <string name="accessibility_multi_user_switch_switcher">Switch user</string>
    916 
    917     <!-- Accessibility label for the button that opens the user switcher and announces the current user. -->
    918     <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>
    919 
    920     <!-- Accessibility label for the user icon on the lock screen. -->
    921     <string name="accessibility_multi_user_switch_inactive">Current user <xliff:g id="current_user_name" example="John Doe">%s</xliff:g></string>
    922 
    923     <!-- Accessibility label for the button that opens the quick contact of the user. -->
    924     <string name="accessibility_multi_user_switch_quick_contact">Show profile</string>
    925 
    926     <!-- Label for the adding a new user in the user switcher [CHAR LIMIT=35] -->
    927     <string name="user_add_user">Add user</string>
    928 
    929     <!-- Name for a freshly added user [CHAR LIMIT=30] -->
    930     <string name="user_new_user_name">New user</string>
    931 
    932     <!-- Name for the guest user [CHAR LIMIT=35] -->
    933     <string name="guest_nickname">Guest</string>
    934 
    935     <!-- Label for adding a new guest in the user switcher [CHAR LIMIT=35] -->
    936     <string name="guest_new_guest">Add guest</string>
    937 
    938     <!-- Label for exiting and removing the  guest session in the user switcher [CHAR LIMIT=35] -->
    939     <string name="guest_exit_guest">Remove guest</string>
    940 
    941     <!-- Title of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
    942     <string name="guest_exit_guest_dialog_title">Remove guest?</string>
    943 
    944     <!-- Message of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
    945     <string name="guest_exit_guest_dialog_message">All apps and data in this session will be deleted.</string>
    946 
    947     <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
    948     <string name="guest_exit_guest_dialog_remove">Remove</string>
    949 
    950     <!-- Title of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
    951     <string name="guest_wipe_session_title">Welcome back, guest!</string>
    952 
    953     <!-- Message of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
    954     <string name="guest_wipe_session_message">Do you want to continue your session?</string>
    955 
    956     <!-- Notification when resuming an existing guest session: Action that starts a new session [CHAR LIMIT=35] -->
    957     <string name="guest_wipe_session_wipe">Start over</string>
    958 
    959     <!-- Notification when resuming an existing guest session: Action that continues with the current session [CHAR LIMIT=35] -->
    960     <string name="guest_wipe_session_dontwipe">Yes, continue</string>
    961 
    962     <!-- Title of the notification shown to a new guest user [CHAR LIMIT=60] -->
    963     <string name="guest_notification_title">Guest user</string>
    964 
    965     <!-- Text of the notification shown to a new guest user [CHAR LIMIT=60] -->
    966     <string name="guest_notification_text">To delete apps and data, remove guest user</string>
    967 
    968     <!-- Remove action in the notification shown to a new guest user [CHAR LIMIT=30] -->
    969     <string name="guest_notification_remove_action">REMOVE GUEST</string>
    970 
    971     <!-- Title of the notification shown to logout the current user [CHAR LIMIT=60] -->
    972     <string name="user_logout_notification_title">Logout user</string>
    973 
    974     <!-- Text of the notification shown to logout the current user [CHAR LIMIT=60] -->
    975     <string name="user_logout_notification_text">Logout current user</string>
    976 
    977     <!-- Logout action in the notification shown to logout the current user [CHAR LIMIT=30] -->
    978     <string name="user_logout_notification_action">LOGOUT USER</string>
    979 
    980     <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
    981     <string name="user_add_user_title" msgid="2108112641783146007">Add new user?</string>
    982 
    983     <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
    984     <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>
    985 
    986     <!-- Title of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
    987     <string name="user_remove_user_title">Remove user?</string>
    988 
    989     <!-- Message of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
    990     <string name="user_remove_user_message">All apps and data of this user will be deleted.</string>
    991 
    992     <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
    993     <string name="user_remove_user_remove">Remove</string>
    994 
    995     <!-- Battery saver notification title. [CHAR LIMIT=60]-->
    996     <string name="battery_saver_notification_title">Battery saver is on</string>
    997 
    998     <!-- Battery saver notification text. [CHAR LIMIT=60] -->
    999     <string name="battery_saver_notification_text">Reduces performance and background data</string>
   1000 
   1001     <!-- Battery saver notification action text. [CHAR LIMIT=60] -->
   1002     <string name="battery_saver_notification_action_text">Turn off battery saver</string>
   1003 
   1004     <!-- Media projection permission dialog warning text. [CHAR LIMIT=NONE] -->
   1005     <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>
   1006 
   1007     <!-- Media projection permission dialog permanent grant check box. [CHAR LIMIT=NONE] -->
   1008     <string name="media_projection_remember_text">Don\'t show again</string>
   1009 
   1010     <!-- The text to clear all notifications. [CHAR LIMIT=60] -->
   1011     <string name="clear_all_notifications_text">Clear all</string>
   1012 
   1013     <!-- Media projection permission dialog action text. [CHAR LIMIT=60] -->
   1014     <string name="media_projection_action_text">Start now</string>
   1015 
   1016     <!-- Text which is shown in the notification shade when there are no notifications. [CHAR LIMIT=30] -->
   1017     <string name="empty_shade_text">No notifications</string>
   1018 
   1019     <!-- Footer profile owned text [CHAR LIMIT=50] -->
   1020     <string name="profile_owned_footer">Profile may be monitored</string>
   1021 
   1022     <!-- Footer vpn present text [CHAR LIMIT=50] -->
   1023     <string name="vpn_footer">Network may be monitored</string>
   1024 
   1025     <!-- Footer vpn present text [CHAR LIMIT=50] -->
   1026     <string name="branded_vpn_footer">Network may be monitored</string>
   1027 
   1028     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner that can monitor the network traffic [CHAR LIMIT=100] -->
   1029     <string name="quick_settings_disclosure_management_monitoring">Your organization manages this device and may monitor network traffic</string>
   1030 
   1031     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner that can monitor the network traffic [CHAR LIMIT=100] -->
   1032     <string name="quick_settings_disclosure_named_management_monitoring"><xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> manages this device and may monitor network traffic</string>
   1033 
   1034     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner and is connected to a VPN [CHAR LIMIT=100] -->
   1035     <string name="quick_settings_disclosure_management_named_vpn">Device is managed by your organization and connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
   1036 
   1037     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner and is connected to a VPN [CHAR LIMIT=100] -->
   1038     <string name="quick_settings_disclosure_named_management_named_vpn">Device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> and connected to <xliff:g id="vpn_app" example="Foo VPN App">%2$s</xliff:g></string>
   1039 
   1040     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner [CHAR LIMIT=100] -->
   1041     <string name="quick_settings_disclosure_management">Device is managed by your organization</string>
   1042 
   1043     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner [CHAR LIMIT=100] -->
   1044     <string name="quick_settings_disclosure_named_management">Device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g></string>
   1045 
   1046     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner and is connected to two VPNs, one in the current user, one in the managed profile [CHAR LIMIT=100] -->
   1047     <string name="quick_settings_disclosure_management_vpns">Device is managed by your organization and connected to VPNs</string>
   1048 
   1049     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner and is connected to two VPNs, one in the current user, one in the managed profile [CHAR LIMIT=100] -->
   1050     <string name="quick_settings_disclosure_named_management_vpns">Device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> and connected to VPNs</string>
   1051 
   1052     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a managed profile which can be monitored by the profile owner [CHAR LIMIT=100] -->
   1053     <string name="quick_settings_disclosure_managed_profile_monitoring">Your organization may monitor network traffic in your work profile</string>
   1054 
   1055     <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a managed profile which can be monitored by the profile owner [CHAR LIMIT=100] -->
   1056     <string name="quick_settings_disclosure_named_managed_profile_monitoring"><xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> may monitor network traffic in your work profile</string>
   1057 
   1058     <!-- Disclosure at the bottom of Quick Settings that indicates that a certificate authorithy is installed on this device and the traffic might be monitored [CHAR LIMIT=100] -->
   1059     <string name="quick_settings_disclosure_monitoring">Network may be monitored</string>
   1060 
   1061     <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to two VPNs, one in the current user, one in the managed profile [CHAR LIMIT=100] -->
   1062     <string name="quick_settings_disclosure_vpns">Device connected to VPNs</string>
   1063 
   1064     <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN in the work profile [CHAR LIMIT=100] -->
   1065     <string name="quick_settings_disclosure_managed_profile_named_vpn">Work profile connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
   1066 
   1067     <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN in the personal profile (as opposed to the work profile) [CHAR LIMIT=100] -->
   1068     <string name="quick_settings_disclosure_personal_profile_named_vpn">Personal profile connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
   1069 
   1070     <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN [CHAR LIMIT=100] -->
   1071     <string name="quick_settings_disclosure_named_vpn">Device connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
   1072 
   1073     <!-- Monitoring dialog title for device owned devices [CHAR LIMIT=35] -->
   1074     <string name="monitoring_title_device_owned">Device management</string>
   1075 
   1076     <!-- Monitoring dialog title for profile owned devices [CHAR LIMIT=35] -->
   1077     <string name="monitoring_title_profile_owned">Profile monitoring</string>
   1078 
   1079     <!-- Monitoring dialog title for normal devices  [CHAR LIMIT=35]-->
   1080     <string name="monitoring_title">Network monitoring</string>
   1081 
   1082     <!-- STOPSHIP Monitoring strings still need to be finalized and approved -->
   1083     <!-- Monitoring dialog subtitle for the section describing VPN [CHAR LIMIT=35]-->
   1084     <string name="monitoring_subtitle_vpn">VPN</string>
   1085 
   1086     <!-- Monitoring dialog subtitle for the section describing network logging [CHAR LIMIT=35]-->
   1087     <string name="monitoring_subtitle_network_logging">Network logging</string>
   1088 
   1089     <!-- Monitoring dialog subtitle for the section describing certificate authorities [CHAR LIMIT=35]-->
   1090     <string name="monitoring_subtitle_ca_certificate">CA certificates</string>
   1091 
   1092     <!-- Monitoring dialog disable vpn button [CHAR LIMIT=30] -->
   1093     <string name="disable_vpn">Disable VPN</string>
   1094 
   1095     <!-- Monitoring dialog disconnect vpn button [CHAR LIMIT=30] -->
   1096     <string name="disconnect_vpn">Disconnect VPN</string>
   1097 
   1098     <!-- Monitoring dialog label for button opening a page with more information on the admin's abilities [CHAR LIMIT=30] -->
   1099     <string name="monitoring_button_view_policies">View Policies</string>
   1100 
   1101     <!-- Monitoring dialog: Description of the device owner by name. [CHAR LIMIT=NONE]-->
   1102     <string name="monitoring_description_named_management">Your device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g>.\n\nYour admin can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information.\n\nFor more information, contact your admin.</string>
   1103 
   1104     <!-- Monitoring dialog: Description of a device owner. [CHAR LIMIT=NONE]-->
   1105     <string name="monitoring_description_management">Your device is managed by your organization.\n\nYour admin can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information.\n\nFor more information, contact your admin.</string>
   1106 
   1107     <!-- Monitoring dialog: Description of a CA Certificate. [CHAR LIMIT=NONE]-->
   1108     <string name="monitoring_description_management_ca_certificate">Your organization installed a certificate authority on this device. Your secure network traffic may be monitored or modified.</string>
   1109 
   1110     <!-- Monitoring dialog: Description of a CA Certificate in the work profile. [CHAR LIMIT=NONE]-->
   1111     <string name="monitoring_description_managed_profile_ca_certificate">Your organization installed a certificate authority in your work profile. Your secure network traffic may be monitored or modified.</string>
   1112 
   1113     <!-- Monitoring dialog: Description of a CA Certificate. [CHAR LIMIT=NONE]-->
   1114     <string name="monitoring_description_ca_certificate">A certificate authority is installed on this device. Your secure network traffic may be monitored or modified.</string>
   1115 
   1116     <!-- Monitoring dialog: Description of Network Logging. [CHAR LIMIT=NONE]-->
   1117     <string name="monitoring_description_management_network_logging">Your admin has turned on network logging, which monitors traffic on your device.</string>
   1118 
   1119     <!-- Monitoring dialog: Description of an active VPN. [CHAR LIMIT=NONE]-->
   1120     <string name="monitoring_description_named_vpn">You\'re connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
   1121 
   1122     <!-- Monitoring dialog: Description of two active VPNs. [CHAR LIMIT=NONE]-->
   1123     <string name="monitoring_description_two_named_vpns">You\'re connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g> and <xliff:g id="vpn_app" example="Bar VPN App">%2$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
   1124 
   1125     <!-- Monitoring dialog: Description of an active VPN in the work profile. [CHAR LIMIT=NONE]-->
   1126     <string name="monitoring_description_managed_profile_named_vpn">Your work profile is connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
   1127 
   1128     <!-- Monitoring dialog: Description of an active VPN in the personal profile (as opposed to the work profile). [CHAR LIMIT=NONE]-->
   1129     <string name="monitoring_description_personal_profile_named_vpn">Your personal profile is connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
   1130 
   1131     <!-- Monitoring dialog: Header indicating that the device is managed by a Device Owner app [CHAR LIMIT=80] -->
   1132     <string name="monitoring_description_do_header_generic">Your device is managed by <xliff:g id="device_owner_app" example="Google Mobile Management">%1$s</xliff:g>.</string>
   1133 
   1134     <!-- Monitoring dialog: Header indicating that the device is managed by a Device Owner app [CHAR LIMIT=60] -->
   1135     <string name="monitoring_description_do_header_with_name"><xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> uses <xliff:g id="device_owner_app" example="Google Mobile Management">%2$s</xliff:g> to manage your device.</string>
   1136 
   1137     <!-- Monitoring dialog: Part of text body explaining what a Device Owner app can do [CHAR LIMIT=130] -->
   1138     <string name="monitoring_description_do_body">Your admin can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information.</string>
   1139 
   1140     <!-- Monitoring dialog: Space that separates the body text and the "learn more" link that follows it. [CHAR LIMIT=5] -->
   1141     <string name="monitoring_description_do_learn_more_separator">" "</string>
   1142 
   1143     <!-- Monitoring dialog: Link to learn more about what a Device Owner app can do [CHAR LIMIT=55] -->
   1144     <string name="monitoring_description_do_learn_more">Learn more</string>
   1145 
   1146     <!-- Monitoring dialog: Part of text body explaining that a VPN is connected and what it can do, for devices managed by a Device Owner app [CHAR LIMIT=130] -->
   1147     <string name="monitoring_description_do_body_vpn">You\'re connected to <xliff:g id="vpn_app">%1$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
   1148 
   1149     <!-- Monitoring dialog: Space that separates the VPN body text and the "Open VPN Settings" link that follows it. [CHAR LIMIT=5] -->
   1150     <string name="monitoring_description_vpn_settings_separator">" "</string>
   1151 
   1152     <!-- Monitoring dialog: Link to open the VPN settings page [CHAR LIMIT=60] -->
   1153     <string name="monitoring_description_vpn_settings">Open VPN Settings</string>
   1154 
   1155     <!-- Monitoring dialog: Space that separates the CA certs body text and the "Open trusted credentials" link that follows it. [CHAR LIMIT=5] -->
   1156     <string name="monitoring_description_ca_cert_settings_separator">" "</string>
   1157 
   1158     <!-- Monitoring dialog: Link to open the settings page containing CA certificates [CHAR LIMIT=NONE] -->
   1159     <string name="monitoring_description_ca_cert_settings">Open trusted credentials</string>
   1160 
   1161     <!-- Monitoring dialog: Network logging text [CHAR LIMIT=400] -->
   1162     <string name="monitoring_description_network_logging">Your admin has turned on network logging, which monitors traffic on your device.\n\nFor more information, contact your admin.</string>
   1163 
   1164     <!-- Monitoring dialog VPN text [CHAR LIMIT=400] -->
   1165     <string name="monitoring_description_vpn">You gave an app permission to set up a VPN connection.\n\nThis app can monitor your device and network activity, including emails, apps, and websites.</string>
   1166 
   1167     <!-- Monitoring dialog VPN with profile owner text [CHAR LIMIT=400] -->
   1168     <string name="monitoring_description_vpn_profile_owned">Your work profile is managed by <xliff:g id="organization">%1$s</xliff:g>.\n\nYour admin is capable of monitoring your network activity including emails, apps, and websites.\n\nFor more information, contact your admin.\n\nYou\'re also connected to a VPN, which can monitor your network activity.</string>
   1169 
   1170     <!-- Name for a generic legacy VPN connection [CHAR LIMIT=20] -->
   1171     <string name="legacy_vpn_name">VPN</string>
   1172 
   1173     <!-- Monitoring dialog text for single app (no profile or device owner) [CHAR LIMIT=400] -->
   1174     <string name="monitoring_description_app">You\'re connected to
   1175         <xliff:g id="application">%1$s</xliff:g>, which can monitor your network activity,
   1176         including emails, apps, and websites.</string>
   1177 
   1178     <!-- Monitoring dialog text for single app (inside personal profile) [CHAR LIMIT=400] -->
   1179     <string name="monitoring_description_app_personal">You\'re connected to <xliff:g id="application">%1$s</xliff:g>, which can monitor your personal network activity, including emails, apps, and websites.</string>
   1180 
   1181     <!-- Monitoring dialog text for single app (inside personal profile) [CHAR LIMIT=400] -->
   1182     <string name="branded_monitoring_description_app_personal">You\'re connected to <xliff:g id="application">%1$s</xliff:g>, which can monitor your personal network activity, including emails, apps, and websites.</string>
   1183 
   1184     <!-- Monitoring dialog text for single app (inside work profile) [CHAR LIMIT=400] -->
   1185     <string name="monitoring_description_app_work">Your work profile is managed by
   1186         <xliff:g id="organization">%1$s</xliff:g>. The profile is connected to
   1187         <xliff:g id="application">%2$s</xliff:g>, which can monitor your work network activity,
   1188         including emails, apps, and websites.\n\nFor more information, contact your admin.</string>
   1189 
   1190     <!-- Monitoring dialog text for multiple apps (in personal and work profiles) [CHAR LIMIT=400] -->
   1191     <string name="monitoring_description_app_personal_work">Your work profile is managed by
   1192         <xliff:g id="organization">%1$s</xliff:g>. The profile is connected to
   1193         <xliff:g id="application_work">%2$s</xliff:g>, which can monitor your work network activity,
   1194         including emails, apps, and websites.\n\nYou\'re also connected to
   1195         <xliff:g id="application_personal">%3$s</xliff:g>, which can monitor your personal network
   1196         activity.</string>
   1197 
   1198     <!-- Indication on the keyguard that appears when the user disables trust agents until the next time they unlock manually. [CHAR LIMIT=NONE] -->
   1199     <string name="keyguard_indication_trust_disabled">Device will stay locked until you manually unlock</string>
   1200 
   1201     <!-- Title of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=40] -->
   1202     <string name="hidden_notifications_title">Get notifications faster</string>
   1203 
   1204     <!-- Body of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=60] -->
   1205     <string name="hidden_notifications_text">See them before you unlock</string>
   1206 
   1207     <!-- Cancel action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
   1208     <string name="hidden_notifications_cancel">No thanks</string>
   1209 
   1210     <!-- continue action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
   1211     <string name="hidden_notifications_setup">Set up</string>
   1212 
   1213     <!-- 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] -->
   1214     <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>
   1215 
   1216     <!-- Button label for ending zen mode in the volume dialog -->
   1217     <string name="volume_zen_end_now">Turn off now</string>
   1218 
   1219     <!-- Content description for accessibility (not shown on the screen): volume dialog expand button. [CHAR LIMIT=NONE] -->
   1220     <string name="accessibility_volume_expand">Expand</string>
   1221 
   1222     <!-- Content description for accessibility (not shown on the screen): volume dialog collapse button. [CHAR LIMIT=NONE] -->
   1223     <string name="accessibility_volume_collapse">Collapse</string>
   1224 
   1225     <!-- Screen pinning dialog title. -->
   1226     <string name="screen_pinning_title">Screen is pinned</string>
   1227     <!-- Screen pinning dialog description. -->
   1228     <string name="screen_pinning_description">This keeps it in view until you unpin. Touch &amp; hold Back and Overview to unpin.</string>
   1229     <!-- Screen pinning dialog description. -->
   1230     <string name="screen_pinning_description_accessible">This keeps it in view until you unpin. Touch &amp; hold Overview to unpin.</string>
   1231     <!-- Screen pinning positive response. -->
   1232     <string name="screen_pinning_positive">Got it</string>
   1233     <!-- Screen pinning negative response. -->
   1234     <string name="screen_pinning_negative">No thanks</string>
   1235 
   1236     <!-- Hide quick settings tile confirmation title -->
   1237     <string name="quick_settings_reset_confirmation_title">Hide <xliff:g id="tile_label" example="Hotspot">%1$s</xliff:g>?</string>
   1238 
   1239     <!-- Hide quick settings tile confirmation message -->
   1240     <string name="quick_settings_reset_confirmation_message">It will reappear the next time you turn it on in settings.</string>
   1241 
   1242     <!-- Hide quick settings tile confirmation button -->
   1243     <string name="quick_settings_reset_confirmation_button">Hide</string>
   1244 
   1245     <!-- Toast shown when user unlocks screen and managed profile activity is in the foreground -->
   1246     <string name="managed_profile_foreground_toast">You\'re using your work profile</string>
   1247 
   1248     <!-- volume stream names. All nouns. -->
   1249     <string name="stream_voice_call">Call</string> <!-- STREAM_VOICE_CALL -->
   1250     <string name="stream_system">System</string> <!-- STREAM_SYSTEM -->
   1251     <string name="stream_ring">Ring</string> <!-- STREAM_RING -->
   1252     <string name="stream_music">Media</string> <!-- STREAM_MUSIC -->
   1253     <string name="stream_alarm">Alarm</string> <!-- STREAM_ALARM -->
   1254     <string name="stream_notification">Notification</string> <!-- STREAM_NOTIFICATION -->
   1255     <string name="stream_bluetooth_sco">Bluetooth</string> <!-- STREAM_BLUETOOTH_SCO -->
   1256     <string name="stream_system_enforced" translatable="false">System enforced</string> <!-- STREAM_SYSTEM_ENFORCED -->
   1257     <string name="stream_dtmf">Dual multi tone frequency</string> <!-- STREAM_DTMF -->
   1258     <string name="stream_tts" translatable="false">Transmitted Through Speaker</string> <!-- STREAM_TTS -->
   1259     <string name="stream_accessibility">Accessibility</string> <!-- STREAM_ACCESSIBILITY -->
   1260 
   1261     <string name="volume_stream_muted" translatable="false">%s silent</string>
   1262     <string name="volume_stream_vibrate" translatable="false">%s vibrate</string>
   1263     <string name="volume_stream_suppressed" translatable="false">%1$s silent  %2$s</string>
   1264     <string name="volume_stream_muted_dnd" translatable="false">%s silent  Total silence</string>
   1265     <string name="volume_stream_limited_dnd" translatable="false">%s  Priority only</string>
   1266     <string name="volume_stream_vibrate_dnd" translatable="false">%s vibrate  Priority only</string>
   1267 
   1268     <string name="volume_stream_content_description_unmute">%1$s. Tap to unmute.</string>
   1269     <string name="volume_stream_content_description_vibrate">%1$s. Tap to set to vibrate. Accessibility services may be muted.</string>
   1270     <string name="volume_stream_content_description_mute">%1$s. Tap to mute. Accessibility services may be muted.</string>
   1271     <string name="volume_stream_content_description_vibrate_a11y">%1$s. Tap to set to vibrate.</string>
   1272     <string name="volume_stream_content_description_mute_a11y">%1$s. Tap to mute.</string>
   1273 
   1274     <string name="volume_dialog_accessibility_shown_message">%s volume controls shown. Swipe up to dismiss.</string>
   1275     <string name="volume_dialog_accessibility_dismissed_message">Volume controls hidden</string>
   1276 
   1277     <!-- Name of special SystemUI debug settings -->
   1278     <string name="system_ui_tuner">System UI Tuner</string>
   1279 
   1280     <!-- Preference to show/hide embedded battery percentage [CHAR LIMIT=50] -->
   1281     <string name="show_battery_percentage">Show embedded battery percentage</string>
   1282 
   1283     <!-- Summary for battery percentage preference [CHAR LIMIT=NONE] -->
   1284     <string name="show_battery_percentage_summary">Show battery level percentage inside the status bar icon when not charging</string>
   1285 
   1286     <!-- Name of quick settings -->
   1287     <string name="quick_settings">Quick Settings</string>
   1288 
   1289     <!-- Name of status bar -->
   1290     <string name="status_bar">Status bar</string>
   1291 
   1292     <!-- Name of overview -->
   1293     <string name="overview">Overview</string>
   1294 
   1295     <!-- Name of System UI demo mode (mode with preset icons for screenshots) -->
   1296     <string name="demo_mode">System UI demo mode</string>
   1297 
   1298     <!-- Enable demo mode -->
   1299     <string name="enable_demo_mode">Enable demo mode</string>
   1300 
   1301     <!-- Show demo mode icons -->
   1302     <string name="show_demo_mode">Show demo mode</string>
   1303 
   1304     <!-- Name of the ethernet status bar icon. -->
   1305     <string name="status_bar_ethernet">Ethernet</string>
   1306 
   1307     <!-- Name of the alarm status bar icon. -->
   1308     <string name="status_bar_alarm">Alarm</string>
   1309 
   1310     <!-- Name of the work status bar icon. -->
   1311     <string name="status_bar_work">Work profile</string>
   1312 
   1313     <!-- Name of the airplane status bar icon. -->
   1314     <string name="status_bar_airplane">Airplane mode</string>
   1315 
   1316     <!-- Description for adding  a quick settings tile -->
   1317     <string name="add_tile">Add tile</string>
   1318 
   1319     <!-- Name of a quick settings tile controlled by broadcast -->
   1320     <string name="broadcast_tile">Broadcast Tile</string>
   1321 
   1322     <!-- For preview release. DO NOT TRANSLATE -->
   1323     <string name="regrettable_lack_of_easter_egg">
   1324         \\_()_/
   1325     </string>
   1326 
   1327     <!-- Warning text when an alarm might be silenced by Do Not Disturb [CHAR LIMIT=NONE] -->
   1328     <string name="zen_alarm_warning_indef">You won\'t hear your next alarm <xliff:g id="when" example="at 7:00 AM">%1$s</xliff:g> unless you turn this off before then</string>
   1329 
   1330     <!-- Warning text when an alarm might be silenced by Do Not Disturb due to a time-based condition [CHAR LIMIT=NONE] -->
   1331     <string name="zen_alarm_warning">You won\'t hear your next alarm <xliff:g id="when" example="at 7:00 AM">%1$s</xliff:g></string>
   1332 
   1333     <!-- Alarm template for near alarms [CHAR LIMIT=25] -->
   1334     <string name="alarm_template">at <xliff:g id="when" example="7:00 AM">%1$s</xliff:g></string>
   1335 
   1336     <!-- Alarm template for far alarms [CHAR LIMIT=25] -->
   1337     <string name="alarm_template_far">on <xliff:g id="when" example="Fri 7:00 AM">%1$s</xliff:g></string>
   1338 
   1339     <!-- Accessibility label for Quick Settings detail screens [CHAR LIMIT=NONE] -->
   1340     <string name="accessibility_quick_settings_detail">Quick Settings, <xliff:g id="title" example="Wi-Fi">%s</xliff:g>.</string>
   1341 
   1342     <!-- Accessibility label for hotspot icon [CHAR LIMIT=NONE] -->
   1343     <string name="accessibility_status_bar_hotspot">Hotspot</string>
   1344 
   1345     <!-- Accessibility label for managed profile icon (not shown on screen) [CHAR LIMIT=NONE] -->
   1346     <string name="accessibility_managed_profile">Work profile</string>
   1347 
   1348     <!-- Title of warning when entering System UI tuner for first time [CHAR LIMIT=NONE] -->
   1349     <string name="tuner_warning_title">Fun for some but not for all</string>
   1350 
   1351     <!-- Warning for users entering the System UI tuner for the first time [CHAR LIMIT=NONE]-->
   1352     <string name="tuner_warning">System UI Tuner gives you extra ways to tweak and customize the Android user interface. These experimental features may change, break, or disappear in future releases. Proceed with caution.</string>
   1353 
   1354     <!-- Warning for users entering the System UI tuner [CHAR LIMIT=NONE]-->
   1355     <string name="tuner_persistent_warning">These experimental features may change, break, or disappear in future releases. Proceed with caution.</string>
   1356 
   1357     <!-- Generic "got it" acceptance of dialog or cling [CHAR LIMIT=NONE] -->
   1358     <string name="got_it">Got it</string>
   1359 
   1360     <!-- Toast describing tuner has been enabled [CHAR LIMIT=NONE] -->
   1361     <string name="tuner_toast">Congrats! System UI Tuner has been added to Settings</string>
   1362 
   1363     <!-- Option to remove the tuner from settings [CHAR LIMIT=NONE] -->
   1364     <string name="remove_from_settings">Remove from Settings</string>
   1365 
   1366     <!-- Dialog asking if the tuner should really be removed from settings [CHAR LIMIT=NONE]-->
   1367     <string name="remove_from_settings_prompt">Remove System UI Tuner from Settings and stop using all of its features?"</string>
   1368 
   1369     <!-- Displayed when user launches an app that was uninstalled  [CHAR LIMIT=NONE] -->
   1370     <string name="activity_not_found">Application is not installed on your device</string>
   1371 
   1372     <!-- Name of setting to show clock seconds [CHAR LIMIT=40] -->
   1373     <string name="clock_seconds">Show clock seconds</string>
   1374     <!-- Description of setting to show clock seconds [CHAR LIMIT=NONE] -->
   1375     <string name="clock_seconds_desc">Show clock seconds in the status bar. May impact battery life.</string>
   1376 
   1377     <!-- Button that leads to page to rearrange quick settings tiles [CHAR LIMIT=60] -->
   1378     <string name="qs_rearrange">Rearrange Quick Settings</string>
   1379     <!-- Option to show brightness bar in quick settings [CHAR LIMIT=60] -->
   1380     <string name="show_brightness">Show brightness in Quick Settings</string>
   1381     <!-- Option to use new paging layout in quick settings [CHAR LIMIT=60] -->
   1382     <string name="qs_paging" translatable="false">Use the new Quick Settings</string>
   1383 
   1384     <!-- Category in the System UI Tuner settings, where new/experimental
   1385          settings are -->
   1386     <string name="experimental">Experimental</string>
   1387 
   1388     <string name="qs_customize" translatable="false">Allow long-press customize in Quick Settings</string>
   1389     <string name="qs_customize_info" translatable="false">Info</string>
   1390     <string name="qs_customize_remove" translatable="false">Remove</string>
   1391     <string name="no_tiles_add" translatable="false">No tiles to add</string>
   1392 
   1393     <!-- Dialog title asking if Bluetooth should be enabled [CHAR LIMIT=NONE] -->
   1394     <string name="enable_bluetooth_title">Turn on Bluetooth?</string>
   1395 
   1396     <!-- Dialog message explaining why Bluetooth should be enabled when a packaged keyboard is
   1397          conncted to the device [CHAR LIMIT=NONE] -->
   1398     <string name="enable_bluetooth_message">To connect your keyboard with your tablet, you first have to turn on Bluetooth.</string>
   1399 
   1400     <!-- Bluetooth enablement ok text [CHAR LIMIT=40] -->
   1401     <string name="enable_bluetooth_confirmation_ok">Turn on</string>
   1402 
   1403     <!-- [CHAR LIMIT=100] Notification importance option -->
   1404     <string name="show_silently">Show notifications silently</string>
   1405     <!-- [CHAR LIMIT=100] Notification importance option -->
   1406     <string name="block">Block all notifications</string>
   1407     <!-- [CHAR LIMIT=100] Notification importance option -->
   1408     <string name="do_not_silence">Don\'t silence</string>
   1409     <!-- [CHAR LIMIT=100] Notification importance option -->
   1410     <string name="do_not_silence_block">Don\'t silence or block</string>
   1411 
   1412     <!-- [CHAR LIMIT=NONE] Importance Tuner setting title -->
   1413     <string name="tuner_full_importance_settings">Power notification controls</string>
   1414     <string name="tuner_full_importance_settings_on">On</string>
   1415     <string name="tuner_full_importance_settings_off">Off</string>
   1416     <string name="power_notification_controls_description">With power notification controls, you can set an importance level from 0 to 5 for an app\'s notifications.
   1417         \n\n<b>Level 5</b>
   1418         \n- Show at the top of the notification list
   1419         \n- Allow full screen interruption
   1420         \n- Always peek
   1421         \n\n<b>Level 4</b>
   1422         \n- Prevent full screen interruption
   1423         \n- Always peek
   1424         \n\n<b>Level 3</b>
   1425         \n- Prevent full screen interruption
   1426         \n- Never peek
   1427         \n\n<b>Level 2</b>
   1428         \n- Prevent full screen interruption
   1429         \n- Never peek
   1430         \n- Never make sound and vibration
   1431         \n\n<b>Level 1</b>
   1432         \n- Prevent full screen interruption
   1433         \n- Never peek
   1434         \n- Never make sound or vibrate
   1435         \n- Hide from lock screen and status bar
   1436         \n- Show at the bottom of the notification list
   1437         \n\n<b>Level 0</b>
   1438         \n- Block all notifications from the app
   1439     </string>
   1440 
   1441     <!-- Notification Inline Controls: Header for apps that are not yet using notification channels. -->
   1442     <string name="notification_header_default_channel">Notifications</string>
   1443 
   1444     <!-- Notification Inline Controls: Shown when a channel's notifications are currently blocked -->
   1445     <string name="notification_channel_disabled">You won\'t get these notifications anymore.</string>
   1446 
   1447     <!-- Notification: Control panel: Label that shows how many channels are included in this bundle
   1448         of notifications.  Replaces the channel name and only appears when there is more than one channel. -->
   1449     <string name="notification_num_channels"> <xliff:g id="number">%d</xliff:g> notification categories</string>
   1450 
   1451     <!-- Notification: Control panel: Label that shows when an app has not upgraded to use channels.
   1452         Hints that the user's only option is to block all of the app's notifications. -->
   1453     <string name="notification_default_channel_desc">This app doesn\'t have notification categories</string>
   1454 
   1455     <!-- Notification: Control panel: Label that shows how many channels this application has
   1456         defined, describing the current notification channel as "1 out of n notification categories from this app". -->
   1457     <plurals name="notification_num_channels_desc">
   1458         <item quantity="one">1 out of <xliff:g id="number">%d</xliff:g> notification category from this app</item>
   1459         <item quantity="other">1 out of <xliff:g id="number">%d</xliff:g> notification categories from this app</item>
   1460     </plurals>
   1461 
   1462     <!-- Notification: Control panel: For bundles of notifications, this label that lists the
   1463         channels used by the contained notifications.  The first two channels are listed by name,
   1464         followed by "and N others"
   1465         Example: "Friend requests, Friend confirmations"
   1466         Example: "Friend requests, Friend confirmations, and 1 other"
   1467         Example: "Friend requests, Friend confirmations, and 2 others"
   1468     -->
   1469     <string name="notification_channels_list_desc_2"><xliff:g id="channel_name_1">%1$s</xliff:g>, <xliff:g id="channel_name_2">%2$s</xliff:g></string>
   1470     <plurals name="notification_channels_list_desc_2_and_others">
   1471         <item quantity="one"><xliff:g id="channel_name_1">%1$s</xliff:g>, <xliff:g id="channel_name_2">%2$s</xliff:g>, and <xliff:g id="number">%3$d</xliff:g> other</item>
   1472         <item quantity="other"><xliff:g id="channel_name_1">%1$s</xliff:g>, <xliff:g id="channel_name_2">%2$s</xliff:g>, and <xliff:g id="number">%3$d</xliff:g> others</item>
   1473     </plurals>
   1474 
   1475     <!-- Notification: Control panel: Accessibility description for expanded inline controls view, used
   1476         to control settings about notifications related to the current notification.  -->
   1477     <string name="notification_channel_controls_opened_accessibility">Notification controls for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> opened</string>
   1478     <!-- Notification: Control panel: Accessibility description for announcing the closing of the
   1479         inline controls view.  -->
   1480     <string name="notification_channel_controls_closed_accessibility">Notification controls for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> closed</string>
   1481     <!-- Notification: Control panel: Accessibility description for switch that is used to enable
   1482         or disable notifications from this channel -->
   1483     <string name="notification_channel_switch_accessibility">Allow notifications from this channel</string>
   1484     <!-- Notification: Control panel: Label for button that launches notification settings. Used
   1485         when this app has defined more than a single channel for notifications. -->
   1486     <string name="notification_all_categories">All Categories</string>
   1487     <!-- Notification: Control panel: Label for button that launches notification settings. Used
   1488         when this app has only defined a single channel for notifications. -->
   1489     <string name="notification_more_settings">More settings</string>
   1490     <!-- Notification: Control panel: Label for a link that launches notification settings in the
   1491         app that sent the notification. -->
   1492     <string name="notification_app_settings">Customize: <xliff:g id="sub_category" example="Work chats">%1$s</xliff:g></string>
   1493     <!-- Notification: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
   1494     <string name="notification_done">Done</string>
   1495 
   1496     <!-- Notification: Menu row: Content description for menu items. [CHAR LIMIT=NONE] -->
   1497     <string name="notification_menu_accessibility"><xliff:g id="app_name" example="YouTube">%1$s</xliff:g> <xliff:g id="menu_description" example="notification controls">%2$s</xliff:g></string>
   1498 
   1499     <!-- Notification: Menu row: Content description for the gear menu item. [CHAR LIMIT=NONE] -->
   1500     <string name="notification_menu_gear_description">notification controls</string>
   1501 
   1502     <!-- Notification: Menu row: Content description for the snooze icon. [CHAR LIMIT=NONE] -->
   1503     <string name="notification_menu_snooze_description">notification snooze options</string>
   1504 
   1505     <!-- Notification: Menu row: Snooze options: 15 minute option. [CHAR LIMIT=50]-->
   1506     <string name="snooze_option_15_min">15 minutes</string>
   1507     <!-- Notification: Menu row: Snooze options: 30 minute option. [CHAR LIMIT=50]-->
   1508     <string name="snooze_option_30_min">30 minutes</string>
   1509     <!-- Notification: Menu row: Snooze options: 1 hour option. [CHAR LIMIT=50]-->
   1510     <string name="snooze_option_1_hour">1 hour</string>
   1511     <!-- Notification: Menu row: Snooze options: 1 hour option. [CHAR LIMIT=50]-->
   1512     <string name="snooze_option_2_hour">2 hours</string>
   1513     <!-- Notification: Menu row: Snooze undo button label. [CHAR LIMIT=50]-->
   1514     <string name="snooze_undo">UNDO</string>
   1515 
   1516     <!-- Notification: Menu row: Snooze: message indicating how long the notification was snoozed for. [CHAR LIMIT=100]-->
   1517     <string name="snoozed_for_time">Snoozed for <xliff:g id="time_amount" example="15 minutes">%1$s</xliff:g></string>
   1518 
   1519     <!-- Title of the battery settings detail panel [CHAR LIMIT=20] -->
   1520     <string name="battery_panel_title">Battery usage</string>
   1521 
   1522     <!-- Summary of battery saver not available [CHAR LIMIT=NONE] -->
   1523     <string name="battery_detail_charging_summary">Battery Saver not available during charging</string>
   1524 
   1525     <!-- Title of switch for battery saver [CHAR LIMIT=NONE] -->
   1526     <string name="battery_detail_switch_title">Battery Saver</string>
   1527 
   1528     <!-- Summary of switch for battery saver [CHAR LIMIT=NONE] -->
   1529     <string name="battery_detail_switch_summary">Reduces performance and background data</string>
   1530 
   1531     <!-- Name used for certain Keyboard keys on gamepads, e.g. "Button L1". -->
   1532     <string name="keyboard_key_button_template">Button <xliff:g id="name">%1$s</xliff:g></string>
   1533     <!-- Name used to refer to the "Home" key on the keyboard. -->
   1534     <string name="keyboard_key_home">Home</string>
   1535     <!-- Name used to refer to the "Back" key on the keyboard. -->
   1536     <string name="keyboard_key_back">Back</string>
   1537     <!-- Name used to refer to the "Up" arrow key on the keyboard. -->
   1538     <string name="keyboard_key_dpad_up">Up</string>
   1539     <!-- Name used to refer to the "Down" arrow key on the keyboard. -->
   1540     <string name="keyboard_key_dpad_down">Down</string>
   1541     <!-- Name used to refer to the "Left" arrow key on the keyboard. -->
   1542     <string name="keyboard_key_dpad_left">Left</string>
   1543     <!-- Name used to refer to the "Right" arrow key on the keyboard. -->
   1544     <string name="keyboard_key_dpad_right">Right</string>
   1545     <!-- Name used to refer to the "Center" arrow key on the keyboard. -->
   1546     <string name="keyboard_key_dpad_center">Center</string>
   1547     <!-- Name used to refer to the "Tab" key on the keyboard. -->
   1548     <string name="keyboard_key_tab">Tab</string>
   1549     <!-- Name used to refer to the "Space" key on the keyboard. -->
   1550     <string name="keyboard_key_space">Space</string>
   1551     <!-- Name used to refer to the "Enter" key on the keyboard. -->
   1552     <string name="keyboard_key_enter">Enter</string>
   1553     <!-- Name used to refer to the "Backspace" key on the keyboard. -->
   1554     <string name="keyboard_key_backspace">Backspace</string>
   1555     <!-- Name used to refer to the "Play/Pause" media key on the keyboard. -->
   1556     <string name="keyboard_key_media_play_pause">Play/Pause</string>
   1557     <!-- Name used to refer to the "Stop" media key on the keyboard. -->
   1558     <string name="keyboard_key_media_stop">Stop</string>
   1559     <!-- Name used to refer to the "Next" media key on the keyboard. -->
   1560     <string name="keyboard_key_media_next">Next</string>
   1561     <!-- Name used to refer to the "Previous" media key on the keyboard. -->
   1562     <string name="keyboard_key_media_previous">Previous</string>
   1563     <!-- Name used to refer to the "Rewind" media key on the keyboard. -->
   1564     <string name="keyboard_key_media_rewind">Rewind</string>
   1565     <!-- Name used to refer to the "Fast Forward" media key on the keyboard. -->
   1566     <string name="keyboard_key_media_fast_forward">Fast Forward</string>
   1567     <!-- Name used to refer to the "Page Up" key on the keyboard. -->
   1568     <string name="keyboard_key_page_up">Page Up</string>
   1569     <!-- Name used to refer to the "Page Down" key on the keyboard. -->
   1570     <string name="keyboard_key_page_down">Page Down</string>
   1571     <!-- Name used to refer to the "Delete" key on the keyboard. -->
   1572     <string name="keyboard_key_forward_del">Delete</string>
   1573     <!-- Name used to refer to the "Home" move key on the keyboard. -->
   1574     <string name="keyboard_key_move_home">Home</string>
   1575     <!-- Name used to refer to the "End" move key on the keyboard. -->
   1576     <string name="keyboard_key_move_end">End</string>
   1577     <!-- Name used to refer to the "Insert" key on the keyboard. -->
   1578     <string name="keyboard_key_insert">Insert</string>
   1579     <!-- Name used to refer to the "Num Lock" key on the keyboard. -->
   1580     <string name="keyboard_key_num_lock">Num Lock</string>
   1581     <!-- Name used to refer to keys on the numeric pad of the keyboard, e.g. "Numpad 9". -->
   1582     <string name="keyboard_key_numpad_template">Numpad <xliff:g id="name">%1$s</xliff:g></string>
   1583 
   1584     <!-- User visible title for the system-wide keyboard shortcuts list. -->
   1585     <string name="keyboard_shortcut_group_system">System</string>
   1586     <!-- User visible title for the keyboard shortcut that takes the user to the home screen. -->
   1587     <string name="keyboard_shortcut_group_system_home">Home</string>
   1588     <!-- User visible title for the the keyboard shortcut that takes the user to the recents screen. -->
   1589     <string name="keyboard_shortcut_group_system_recents">Recents</string>
   1590     <!-- User visible title for the the keyboard shortcut that triggers the back action. -->
   1591     <string name="keyboard_shortcut_group_system_back">Back</string>
   1592     <!-- User visible title for the the keyboard shortcut that triggers the notification shade. -->
   1593     <string name="keyboard_shortcut_group_system_notifications">Notifications</string>
   1594     <!-- User visible title for the the keyboard shortcut that triggers the keyboard shortcuts helper. -->
   1595     <string name="keyboard_shortcut_group_system_shortcuts_helper">Keyboard Shortcuts</string>
   1596     <!-- User visible title for the the keyboard shortcut that switches input methods. -->
   1597     <string name="keyboard_shortcut_group_system_switch_input">Switch input method</string>
   1598 
   1599     <!-- User visible title for the system-wide applications keyboard shortcuts list. -->
   1600     <string name="keyboard_shortcut_group_applications">Applications</string>
   1601     <!-- User visible title for the keyboard shortcut that takes the user to the assist app. -->
   1602     <string name="keyboard_shortcut_group_applications_assist">Assist</string>
   1603     <!-- User visible title for the keyboard shortcut that takes the user to the browser app. -->
   1604     <string name="keyboard_shortcut_group_applications_browser">Browser</string>
   1605     <!-- User visible title for the keyboard shortcut that takes the user to the contacts app. -->
   1606     <string name="keyboard_shortcut_group_applications_contacts">Contacts</string>
   1607     <!-- User visible title for the keyboard shortcut that takes the user to the email app. -->
   1608     <string name="keyboard_shortcut_group_applications_email">Email</string>
   1609     <!-- User visible title for the keyboard shortcut that takes the user to the SMS messaging app. -->
   1610     <string name="keyboard_shortcut_group_applications_sms">SMS</string>
   1611     <!-- User visible title for the keyboard shortcut that takes the user to the music app. -->
   1612     <string name="keyboard_shortcut_group_applications_music">Music</string>
   1613     <!-- User visible title for the keyboard shortcut that takes the user to the YouTube app. -->
   1614     <string name="keyboard_shortcut_group_applications_youtube">YouTube</string>
   1615     <!-- User visible title for the keyboard shortcut that takes the user to the calendar app. -->
   1616     <string name="keyboard_shortcut_group_applications_calendar">Calendar</string>
   1617 
   1618     <!-- SysUI Tuner: Option to show full do not disturb panel in volume [CHAR LIMIT=60] -->
   1619     <string name="tuner_full_zen_title">Show with volume controls</string>
   1620 
   1621     <!-- SysUI Tuner: Label for screen about do not disturb settings [CHAR LIMIT=60] -->
   1622     <string name="volume_and_do_not_disturb">Do not disturb</string>
   1623 
   1624     <!-- SysUI Tuner: Switch to control whether volume buttons enter/exit do
   1625          not disturb [CHAR LIMIT=60] -->
   1626     <string name="volume_dnd_silent">Volume buttons shortcut</string>
   1627 
   1628     <!-- SysUI Tuner: Switch to control volume up behavior [CHAR LIMIT=60] -->
   1629     <string name="volume_up_silent">Exit do not disturb on volume up</string>
   1630 
   1631     <!-- Name of the battery icon in status bar [CHAR LIMIT=30] -->
   1632     <string name="battery">Battery</string>
   1633 
   1634     <!-- Name of the clock in status bar [CHAR LIMIT=30] -->
   1635     <string name="clock">Clock</string>
   1636 
   1637     <!-- Name of the headset in status bar [CHAR LIMIT=30] -->
   1638     <string name="headset">Headset</string>
   1639 
   1640     <!-- Accessibility description of headphones icon [CHAR LIMIT=NONE] -->
   1641     <string name="accessibility_status_bar_headphones">Headphones connected</string>
   1642 
   1643     <!-- Accessibility description of headset icon [CHAR LIMIT=NONE] -->
   1644     <string name="accessibility_status_bar_headset">Headset connected</string>
   1645 
   1646     <!-- Label for quick settings tile for data saver [CHAR LIMIT=30] -->
   1647     <string name="data_saver">Data Saver</string>
   1648 
   1649     <!-- Accessibility description for data saver being on [CHAR LIMIT=NONE] -->
   1650     <string name="accessibility_data_saver_on">Data Saver is on</string>
   1651 
   1652     <!-- Accessibility description for data saver being off [CHAR LIMIT=NONE] -->
   1653     <string name="accessibility_data_saver_off">Data Saver is off</string>
   1654 
   1655     <!-- Label for feature switch [CHAR LIMIT=30] -->
   1656     <string name="switch_bar_on">On</string>
   1657 
   1658     <!-- Label for feature switch [CHAR LIMIT=30] -->
   1659     <string name="switch_bar_off">Off</string>
   1660 
   1661     <!-- SysUI Tuner: Button that leads to the navigation bar customization screen [CHAR LIMIT=60] -->
   1662     <string name="nav_bar">Navigation bar</string>
   1663 
   1664     <!-- SysUI Tuner: Button that controls layout of navigation bar [CHAR LIMIT=60] -->
   1665     <string name="nav_bar_layout">Layout</string>
   1666 
   1667     <!-- SysUI Tuner: Setting for button type in nav bar [CHAR LIMIT=60] -->
   1668     <string name="left_nav_bar_button_type">Extra left button type</string>
   1669 
   1670     <!-- SysUI Tuner: Setting for button type in nav bar [CHAR LIMIT=60] -->
   1671     <string name="right_nav_bar_button_type">Extra right button type</string>
   1672 
   1673 
   1674     <!-- SysUI Tuner: Added to nav bar option to indicate it is the default [CHAR LIMIT=60] -->
   1675     <string name="nav_bar_default"> (default)</string>
   1676 
   1677     <!-- SysUI Tuner: Labels for different types of navigation bar buttons [CHAR LIMIT=60] -->
   1678     <string-array name="nav_bar_buttons">
   1679         <item>Clipboard</item>
   1680         <item>Keycode</item>
   1681         <item>Keyboard switcher</item>
   1682         <item>None</item>
   1683     </string-array>
   1684     <string-array name="nav_bar_button_values" translatable="false">
   1685         <item>clipboard</item>
   1686         <item>key</item>
   1687         <item>menu_ime</item>
   1688         <item>space</item>
   1689     </string-array>
   1690 
   1691     <!-- SysUI Tuner: Labels for different types of navigation bar layouts [CHAR LIMIT=60] -->
   1692     <string-array name="nav_bar_layouts">
   1693         <item>Normal</item>
   1694         <item>Compact</item>
   1695         <item>Left-leaning</item>
   1696         <item>Right-leaning</item>
   1697     </string-array>
   1698 
   1699     <string-array name="nav_bar_layouts_values" translatable="false">
   1700         <item>default</item>
   1701         <item>left;back,home,recent;right</item>
   1702         <item>left,back,home,recent,right;space;space</item>
   1703         <item>space;space;left,back,home,recent,right</item>
   1704     </string-array>
   1705 
   1706     <!-- SysUI Tuner: Name of Combination Menu / Keyboard Switcher button [CHAR LIMIT=30] -->
   1707     <string name="menu_ime">Keyboard switcher</string>
   1708     <!-- SysUI Tuner: Save the current settings [CHAR LIMIT=30] -->
   1709     <string name="save">Save</string>
   1710     <!-- SysUI Tuner: Reset to default settings [CHAR LIMIT=30] -->
   1711     <string name="reset">Reset</string>
   1712 
   1713     <!-- SysUI Tuner: Adjust button width dialog title [CHAR LIMIT=60] -->
   1714     <string name="adjust_button_width">Adjust button width</string>
   1715 
   1716     <!-- SysUI Tuner: Nav bar button that holds the clipboard [CHAR LIMIT=30] -->
   1717     <string name="clipboard">Clipboard</string>
   1718 
   1719     <!-- SysUI Tuner: Accessibility description for custom nav key [CHAR LIMIT=NONE] -->
   1720     <string name="accessibility_key">Custom navigation button</string>
   1721 
   1722     <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
   1723     <string name="left_keycode">Left keycode</string>
   1724 
   1725     <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
   1726     <string name="right_keycode">Right keycode</string>
   1727 
   1728     <!-- SysUI Tuner: Settings to change nav bar icon [CHAR LIMIT=30] -->
   1729     <string name="left_icon">Left icon</string>
   1730 
   1731     <!-- SysUI Tuner: Settings to change nav bar icon [CHAR LIMIT=30] -->
   1732     <string name="right_icon">Right icon</string>
   1733 
   1734     <!-- Label for area where tiles can be dragged out of [CHAR LIMIT=60] -->
   1735     <string name="drag_to_add_tiles">Drag to add tiles</string>
   1736 
   1737     <!-- Label for area where tiles can be dragged in to [CHAR LIMIT=60] -->
   1738     <string name="drag_to_remove_tiles">Drag here to remove</string>
   1739 
   1740     <!-- Button to edit the tile ordering of quick settings [CHAR LIMIT=60] -->
   1741     <string name="qs_edit">Edit</string>
   1742 
   1743     <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
   1744     <string name="tuner_time">Time</string>
   1745 
   1746     <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
   1747     <string-array name="clock_options">
   1748         <item>Show hours, minutes, and seconds</item>
   1749         <item>Show hours and minutes (default)</item>
   1750         <item>Don\'t show this icon</item>
   1751     </string-array>
   1752 
   1753     <!-- SysUI Tuner: Options for how battery is displayed [CHAR LIMIT=NONE] -->
   1754     <string-array name="battery_options">
   1755         <item>Always show percentage</item>
   1756         <item>Show percentage when charging (default)</item>
   1757         <item>Don\'t show this icon</item>
   1758     </string-array>
   1759 
   1760     <!-- SysUI Tuner: Other section -->
   1761     <string name="other">Other</string>
   1762 
   1763     <!-- Accessibility label for the divider that separates the windows in split-screen mode [CHAR LIMIT=NONE] -->
   1764     <string name="accessibility_divider">Split-screen divider</string>
   1765 
   1766     <!-- Accessibility action for moving docked stack divider to make the left screen full screen [CHAR LIMIT=NONE] -->
   1767     <string name="accessibility_action_divider_left_full">Left full screen</string>
   1768     <!-- Accessibility action for moving docked stack divider to make the left screen 70% [CHAR LIMIT=NONE] -->
   1769     <string name="accessibility_action_divider_left_70">Left 70%</string>
   1770     <!-- Accessibility action for moving docked stack divider to make the left screen 50% [CHAR LIMIT=NONE] -->
   1771     <string name="accessibility_action_divider_left_50">Left 50%</string>
   1772     <!-- Accessibility action for moving docked stack divider to make the left screen 30% [CHAR LIMIT=NONE] -->
   1773     <string name="accessibility_action_divider_left_30">Left 30%</string>
   1774     <!-- Accessibility action for moving docked stack divider to make the right screen full screen [CHAR LIMIT=NONE] -->
   1775     <string name="accessibility_action_divider_right_full">Right full screen</string>
   1776 
   1777     <!-- Accessibility action for moving docked stack divider to make the top screen full screen [CHAR LIMIT=NONE] -->
   1778     <string name="accessibility_action_divider_top_full">Top full screen</string>
   1779     <!-- Accessibility action for moving docked stack divider to make the top screen 70% [CHAR LIMIT=NONE] -->
   1780     <string name="accessibility_action_divider_top_70">Top 70%</string>
   1781     <!-- Accessibility action for moving docked stack divider to make the top screen 50% [CHAR LIMIT=NONE] -->
   1782     <string name="accessibility_action_divider_top_50">Top 50%</string>
   1783     <!-- Accessibility action for moving docked stack divider to make the top screen 30% [CHAR LIMIT=NONE] -->
   1784     <string name="accessibility_action_divider_top_30">Top 30%</string>
   1785     <!-- Accessibility action for moving docked stack divider to make the bottom screen full screen [CHAR LIMIT=NONE] -->
   1786     <string name="accessibility_action_divider_bottom_full">Bottom full screen</string>
   1787 
   1788     <!-- Accessibility description of a QS tile while editing positions [CHAR LIMIT=NONE] -->
   1789     <string name="accessibility_qs_edit_tile_label">Position <xliff:g id="position" example="2">%1$d</xliff:g>, <xliff:g id="tile_name" example="Wi-Fi">%2$s</xliff:g>. Double tap to edit.</string>
   1790 
   1791     <!-- Accessibility description of a QS tile while editing positions [CHAR LIMIT=NONE] -->
   1792     <string name="accessibility_qs_edit_add_tile_label"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g>. Double tap to add.</string>
   1793 
   1794     <!-- Accessibility description of a place to drop a tile while editing positions [CHAR LIMIT=NONE] -->
   1795     <string name="accessibility_qs_edit_position_label">Position <xliff:g id="position" example="2">%1$d</xliff:g>. Double tap to select.</string>
   1796 
   1797     <!-- Accessibility description of option to move QS tile [CHAR LIMIT=NONE] -->
   1798     <string name="accessibility_qs_edit_move_tile">Move <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g></string>
   1799 
   1800     <!-- Accessibility description of option to remove QS tile [CHAR LIMIT=NONE] -->
   1801     <string name="accessibility_qs_edit_remove_tile">Remove <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g></string>
   1802 
   1803     <!-- Accessibility action when QS tile is added [CHAR LIMIT=NONE] -->
   1804     <string name="accessibility_qs_edit_tile_added"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> is added to position <xliff:g id="position" example="5">%2$d</xliff:g></string>
   1805 
   1806     <!-- Accessibility action when QS tile is removed [CHAR LIMIT=NONE] -->
   1807     <string name="accessibility_qs_edit_tile_removed"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> is removed</string>
   1808 
   1809     <!-- Accessibility action when QS tile is moved [CHAR LIMIT=NONE] -->
   1810     <string name="accessibility_qs_edit_tile_moved"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> moved to position <xliff:g id="position" example="5">%2$d</xliff:g></string>
   1811 
   1812     <!-- Accessibility label for window when QS editing is happening [CHAR LIMIT=NONE] -->
   1813     <string name="accessibility_desc_quick_settings_edit">Quick settings editor.</string>
   1814 
   1815     <!-- Accessibility label for the notification icons in the collapsed status bar. Not shown on screen [CHAR LIMIT=NONE] -->
   1816     <string name="accessibility_desc_notification_icon"><xliff:g name="app_name" example="Gmail">%1$s</xliff:g> notification: <xliff:g name="notification_text" example="5 new messages">%2$s</xliff:g></string>
   1817 
   1818     <!-- Label for button that reports a touch that was wrongly rejected by the lockscreen. For debugging only. [CHAR LIMIT=NONE] -->
   1819     <string name="report_rejected_touch" translatable="false">Report rejected touch</string>
   1820 
   1821     <!-- Multi-Window strings -->
   1822     <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed in split-screen and that things might crash/not work properly [CHAR LIMIT=NONE] -->
   1823     <string name="dock_forced_resizable">App may not work with split-screen.</string>
   1824     <!-- Warning message when we try to dock a non-resizeable task and launch it in fullscreen instead. -->
   1825     <string name="dock_non_resizeble_failed_to_dock_text">App does not support split-screen.</string>
   1826     <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed on a secondary display and that things might crash/not work properly [CHAR LIMIT=NONE] -->
   1827     <string name="forced_resizable_secondary_display">App may not work on a secondary display.</string>
   1828     <!-- Warning message when we try to launch a non-resizeable activity on a secondary display and launch it on the primary instead. -->
   1829     <string name="activity_launch_on_secondary_display_failed_text">App does not support launch on secondary displays.</string>
   1830 
   1831     <!-- accessibility label for button to open settings [CHAR LIMIT=NONE] -->
   1832     <string name="accessibility_quick_settings_settings">Open settings.</string>
   1833 
   1834     <!-- accessibility label for button to expand quick settings [CHAR LIMIT=NONE] -->
   1835     <string name="accessibility_quick_settings_expand">Open quick settings.</string>
   1836 
   1837     <!-- accessibility label for button to collapse quick settings [CHAR LIMIT=NONE] -->
   1838     <string name="accessibility_quick_settings_collapse">Close quick settings.</string>
   1839 
   1840     <!-- accessibility label for alarm icon [CHAR LIMIT=NONE] -->
   1841     <string name="accessibility_quick_settings_alarm_set">Alarm set.</string>
   1842 
   1843     <!-- accessibility label for button to select user [CHAR LIMIT=NONE] -->
   1844     <string name="accessibility_quick_settings_user">Signed in as <xliff:g name="user" example="John">%s</xliff:g></string>
   1845 
   1846     <!-- accessibility label for no internet [CHAR LIMIT=NONE] -->
   1847     <string name="accessibility_quick_settings_no_internet">No internet.</string>
   1848 
   1849     <!-- accessibility label for quick settings items that open a details page [CHAR LIMIT=NONE] -->
   1850     <string name="accessibility_quick_settings_open_details">Open details.</string>
   1851 
   1852     <!-- accessibility label for quick settings items that open a details page [CHAR LIMIT=NONE] -->
   1853     <string name="accessibility_quick_settings_open_settings">Open <xliff:g name="page" example="Bluetooth">%s</xliff:g> settings.</string>
   1854 
   1855     <!-- accessibility label for button to edit quick settings [CHAR LIMIT=NONE] -->
   1856     <string name="accessibility_quick_settings_edit">Edit order of settings.</string>
   1857 
   1858     <!-- accessibility label for paging indicator in quick settings [CHAR LIMITi=NONE] -->
   1859     <string name="accessibility_quick_settings_page">Page <xliff:g name="current_page" example="1">%1$d</xliff:g> of <xliff:g name="num_pages" example="2">%2$d</xliff:g></string>
   1860 
   1861     <!-- Plugin control section of the tuner. Non-translatable since it should
   1862          not appear on production builds ever. -->
   1863     <string name="plugins" translatable="false">Plugins</string>
   1864 
   1865     <!-- Ambient display section of the tuner. Non-translatable since it should
   1866         not appear on production builds ever. -->
   1867     <string name="tuner_doze" translatable="false">Ambient Display</string>
   1868 
   1869     <!-- Ambient display always-on of the tuner. Non-translatable since it should
   1870         not appear on production builds ever. -->
   1871     <string name="tuner_doze_always_on" translatable="false">Always on</string>
   1872 
   1873     <!-- SysUI Tuner: Section to customize lockscreen shortcuts [CHAR LIMIT=60] -->
   1874     <string name="tuner_lock_screen">Lock screen</string>
   1875 
   1876     <!-- Making the PIP fullscreen [CHAR LIMIT=25] -->
   1877     <string name="pip_phone_expand">Expand</string>
   1878 
   1879     <!-- Label for PIP action to Minimize the PIP [CHAR LIMIT=25] -->
   1880     <string name="pip_phone_minimize">Minimize</string>
   1881 
   1882     <!-- Label for PIP close button [CHAR LIMIT=NONE]-->
   1883     <string name="pip_phone_close">Close</string>
   1884 
   1885     <!-- Label for PIP the drag to dismiss hint [CHAR LIMIT=NONE]-->
   1886     <string name="pip_phone_dismiss_hint">Drag down to dismiss</string>
   1887 
   1888     <!-- Title of menu shown over picture-in-picture. Used for accessibility. -->
   1889     <string name="pip_menu_title">Picture in picture menu</string>
   1890 
   1891     <!-- PiP BTW notification title. [CHAR LIMIT=50] -->
   1892     <string name="pip_notification_title"><xliff:g id="name" example="Google Maps">%s</xliff:g> is in picture-in-picture</string>
   1893 
   1894     <!-- PiP BTW notification description. [CHAR LIMIT=NONE] -->
   1895     <string name="pip_notification_message">If you dont want <xliff:g id="name" example="Google Maps">%s</xliff:g> to use this feature, tap to open settings and turn it off.</string>
   1896 
   1897     <!-- Button to play the current media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
   1898     <string name="pip_play">Play</string>
   1899 
   1900     <!-- Button to pause the current media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
   1901     <string name="pip_pause">Pause</string>
   1902 
   1903     <!-- Button to skip to the next media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
   1904     <string name="pip_skip_to_next">Skip to next</string>
   1905 
   1906     <!-- Button to skip to the prev media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
   1907     <string name="pip_skip_to_prev">Skip to previous</string>
   1908 
   1909     <!-- Tuner string -->
   1910     <string name="change_theme_reboot" translatable="false">Changing the theme requires a restart.</string>
   1911     <!-- Tuner string -->
   1912     <string name="theme" translatable="false">Theme</string>
   1913     <!-- Tuner string -->
   1914     <string name="default_theme" translatable="false">Default</string>
   1915 
   1916     <!-- Title for notification & dialog that the user's phone last shut down because it got too hot. [CHAR LIMIT=40] -->
   1917     <string name="thermal_shutdown_title">Phone turned off due to heat</string>
   1918     <!-- Message body for notification that user's phone last shut down because it got too hot. [CHAR LIMIT=100] -->
   1919     <string name="thermal_shutdown_message">Your phone is now running normally</string>
   1920     <!-- Text body for dialog alerting user that their phone last shut down because it got too hot. [CHAR LIMIT=450] -->
   1921     <string name="thermal_shutdown_dialog_message">Your phone was too hot, so it turned off to cool down. Your phone is now running normally.\n\nYour phone may get too hot if you:\n\t&#8226; Use resource-intensive apps (such as gaming, video, or navigation apps)\n\t&#8226; Download or upload large files\n\t&#8226; Use your phone in high temperatures</string>
   1922 
   1923     <!-- Title for notification (and dialog) that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=30] -->
   1924     <string name="high_temp_title">Phone is getting warm</string>
   1925     <!-- Message body for notification that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=100] -->
   1926     <string name="high_temp_notif_message">Some features limited while phone cools down</string>
   1927     <!-- Text body for dialog alerting user that their phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=300] -->
   1928     <string name="high_temp_dialog_message">Your phone will automatically try to cool down. You can still use your phone, but it may run slower.\n\nOnce your phone has cooled down, it will run normally.</string>
   1929 
   1930     <!-- SysUI Tuner: Button to select lock screen shortcut [CHAR LIMIT=60] -->
   1931     <string name="lockscreen_shortcut_left">Left shortcut</string>
   1932 
   1933     <!-- SysUI Tuner: Button to select lock screen shortcut [CHAR LIMIT=60] -->
   1934     <string name="lockscreen_shortcut_right">Right shortcut</string>
   1935 
   1936     <!-- SysUI Tuner: Switch to control if device gets unlocked by left shortcut [CHAR LIMIT=60] -->
   1937     <string name="lockscreen_unlock_left">Left shortcut also unlocks</string>
   1938 
   1939     <!-- SysUI Tuner: Switch to control if device gets unlocked by right shortcut [CHAR LIMIT=60] -->
   1940     <string name="lockscreen_unlock_right">Right shortcut also unlocks</string>
   1941 
   1942     <!-- SysUI Tuner: Summary of no shortcut being selected [CHAR LIMIT=60] -->
   1943     <string name="lockscreen_none">None</string>
   1944 
   1945     <!-- SysUI Tuner: Format string for describing launching an app [CHAR LIMIT=60] -->
   1946     <string name="tuner_launch_app">Launch <xliff:g id="app" example="Settings">%1$s</xliff:g></string>
   1947 
   1948     <!-- SysUI Tuner: Label for section of other apps that can be launched [CHAR LIMIT=60] -->
   1949     <string name="tuner_other_apps">Other apps</string>
   1950 
   1951     <!-- SysUI Tuner: Label for icon shaped like a circle [CHAR LIMIT=60] -->
   1952     <string name="tuner_circle">Circle</string>
   1953 
   1954     <!-- SysUI Tuner: Label for icon shaped like a plus [CHAR LIMIT=60] -->
   1955     <string name="tuner_plus">Plus</string>
   1956 
   1957     <!-- SysUI Tuner: Label for icon shaped like a minus [CHAR LIMIT=60] -->
   1958     <string name="tuner_minus">Minus</string>
   1959 
   1960     <!-- SysUI Tuner: Label for icon shaped like a left [CHAR LIMIT=60] -->
   1961     <string name="tuner_left">Left</string>
   1962 
   1963     <!-- SysUI Tuner: Label for icon shaped like a right [CHAR LIMIT=60] -->
   1964     <string name="tuner_right">Right</string>
   1965 
   1966     <!-- SysUI Tuner: Label for icon shaped like a menu [CHAR LIMIT=60] -->
   1967     <string name="tuner_menu">Menu</string>
   1968 
   1969     <!-- SysUI Tuner: App subheading for shortcut selection [CHAR LIMIT=60] -->
   1970     <string name="tuner_app"><xliff:g id="app">%1$s</xliff:g> app</string>
   1971 
   1972     <!-- Title for the notification channel containing important alerts like low battery. [CHAR LIMIT=NONE] -->
   1973     <string name="notification_channel_alerts">Alerts</string>
   1974     <!-- Title for the notification channel dedicated to screenshot progress. [CHAR LIMIT=NONE] -->
   1975     <string name="notification_channel_screenshot">Screenshots</string>
   1976     <!-- Title for the notification channel for miscellaneous notices. [CHAR LIMIT=NONE] -->
   1977     <string name="notification_channel_general">General Messages</string>
   1978     <!-- Title for the notification channel for problems with storage (i.e. low disk). [CHAR LIMIT=NONE] -->
   1979     <string name="notification_channel_storage">Storage</string>
   1980 
   1981     <!-- App label of the instant apps notification [CHAR LIMIT=60] -->
   1982     <string name="instant_apps">Instant Apps</string>
   1983 
   1984     <!-- Message of the instant apps notification indicating they don't need install [CHAR LIMIT=NONE] -->
   1985     <string name="instant_apps_message">Instant apps don\'t require installation.</string>
   1986 
   1987     <!-- Action label for launching app info on the specified app [CHAR LIMIT=20] -->
   1988     <string name="app_info">App info</string>
   1989 
   1990     <!-- Action label for switching to web for an instant app [CHAR LIMIT=20] -->
   1991     <string name="go_to_web">Go to web</string>
   1992 
   1993     <!-- Quick settings tile for toggling mobile data [CHAR LIMIT=20] -->
   1994     <string name="mobile_data">Mobile data</string>
   1995 
   1996     <!-- Label for when wifi is off in QS detail panel [CHAR LIMIT=NONE] -->
   1997     <string name="wifi_is_off">Wi-Fi is off</string>
   1998 
   1999     <!-- Label for when bluetooth is off in QS detail panel [CHAR LIMIT=NONE] -->
   2000     <string name="bt_is_off">Bluetooth is off</string>
   2001 
   2002     <!-- Label for when Do not disturb is off in QS detail panel [CHAR LIMIT=NONE] -->
   2003     <string name="dnd_is_off">Do Not Disturb is off</string>
   2004 
   2005     <!-- Prompt for when Do not disturb is on from automatic rule in QS [CHAR LIMIT=NONE] -->
   2006     <string name="qs_dnd_prompt_auto_rule">Do Not Disturb was turned on by an automatic rule (<xliff:g name="rule">%s</xliff:g>).</string>
   2007 
   2008     <!-- Prompt for when Do not disturb is on from app in QS [CHAR LIMIT=NONE] -->
   2009     <string name="qs_dnd_prompt_app">Do Not Disturb was turned on by an app (<xliff:g name="app">%s</xliff:g>).</string>
   2010 
   2011     <!-- Prompt for when Do not disturb is on from automatic rule or app in QS [CHAR LIMIT=NONE] -->
   2012     <string name="qs_dnd_prompt_auto_rule_app">Do Not Disturb was turned on by an automatic rule or app.</string>
   2013 
   2014     <!-- Description of Do Not Disturb option in QS that ends at the specified time[CHAR LIMIT=20] -->
   2015     <string name="qs_dnd_until">Until <xliff:g name="time">%s</xliff:g></string>
   2016 
   2017     <!-- Do Not Disturb button to keep the current settings [CHAR LIMIT=20] -->
   2018     <string name="qs_dnd_keep">Keep</string>
   2019 
   2020     <!-- Do Not Disturb button to change the current settings [CHAR LIMIT=20] -->
   2021     <string name="qs_dnd_replace">Replace</string>
   2022 
   2023     <!-- Title of the "running foreground services" dialog. [CHAR LIMIT=NONE] -->
   2024     <string name="running_foreground_services_title">Apps running in background</string>
   2025 
   2026     <!-- Descriptive text of an item in the "running foreground services" dialog, telling the
   2027         user what will happen when they tap on that item (which is an application that has
   2028         been identified for them as running). [CHAR LIMIT=NONE] -->
   2029     <string name="running_foreground_services_msg">Tap for details on battery and data usage</string>
   2030 
   2031 </resources>
   2032