• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    <!-- The label in the bar at the top of the status bar when there are no notifications
28         showing.  [CHAR LIMIT=40]-->
29    <string name="status_bar_no_notifications_title">No notifications</string>
30
31    <!-- The label for the group of notifications for ongoing events in the opened version of
32         the status bar.  An ongoing call is the prime example of this.  The MP3 music player
33         might be another example.   [CHAR LIMIT=40] -->
34    <string name="status_bar_ongoing_events_title">Ongoing</string>
35
36    <!-- The label for the group of notifications for recent events in the opened version of
37         the status bar.  Recently received text messsages (SMS), emails, calendar alerts, etc.
38         [CHAR LIMIT=40] -->
39    <string name="status_bar_latest_events_title">Notifications</string>
40
41    <!-- When the battery is low, this is displayed to the user in a dialog.  The title of the low battery alert.  [CHAR LIMIT=NONE]-->
42    <string name="battery_low_title">Battery may run out soon</string>
43
44    <!-- A message that appears when the battery level is getting low in a dialog.  This is
45        appended to the subtitle of the low battery alert.  "percentage" is the percentage of battery
46        remaining [CHAR LIMIT=none]-->
47    <string name="battery_low_percent_format"><xliff:g id="percentage">%s</xliff:g> remaining</string>
48
49    <!-- A message that appears when the battery remaining estimate is low in a dialog.  This is
50    appended to the subtitle of the low battery alert.  "percentage" is the percentage of battery
51    remaining. "time" is the amount of time remaining before the phone runs out of battery [CHAR LIMIT=none]-->
52    <string name="battery_low_percent_format_hybrid"><xliff:g id="percentage">%1$s</xliff:g> remaining, about <xliff:g id="time">%2$s</xliff:g> left based on your usage</string>
53
54    <!-- A message that appears when the battery remaining estimate is low in a dialog and insufficient
55    data was present to say it is customized to the user. This is appended to the subtitle of the
56    low battery alert.  "percentage" is the percentage of battery remaining. "time" is the amount
57     of time remaining before the phone runs out of battery [CHAR LIMIT=none]-->
58    <string name="battery_low_percent_format_hybrid_short"><xliff:g id="percentage">%1$s</xliff:g> remaining, about <xliff:g id="time">%2$s</xliff:g> left</string>
59
60    <!-- Same as battery_low_percent_format, with a notice about battery saver if on. [CHAR LIMIT=none]-->
61    <string name="battery_low_percent_format_saver_started"><xliff:g id="percentage">%s</xliff:g> remaining. Battery Saver is on.</string>
62
63    <!-- A message that appears when a USB charger is plugged in and the device does not
64    support charging on it.  That is, a charger that fits into the USB port and goes into
65    a wall socket, not into a computer. (This happens because some devices require more
66    current than the USB spec allows.  [CHAR LIMIT=NONE] -->
67    <string name="invalid_charger">Can\'t charge via USB. Use the charger that came with your device.</string>
68
69    <!-- First line of invalid_charger, used in the notification form.  [CHAR LIMIT=NONE]-->
70    <string name="invalid_charger_title">Can\'t charge via USB</string>
71
72    <!-- Second line of invalid_charger, used in the notification form.  [CHAR LIMIT=NONE]-->
73    <string name="invalid_charger_text">Use the charger that came with your device</string>
74
75    <!-- When the battery is low, this is the label of the button to go to the
76         power usage activity to find out what drained the battery.  [CHAR LIMIT=30] -->
77    <string name="battery_low_why">Settings</string>
78
79    <!-- Battery saver confirmation dialog title [CHAR LIMIT=NONE]-->
80    <string name="battery_saver_confirmation_title">Turn on Battery Saver?</string>
81
82    <!-- The more generic version of the battery saver confirmation dialog title [CHAR LIMIT=NONE] -->
83    <string name="battery_saver_confirmation_title_generic">About Battery Saver</string>
84
85    <!-- Battery saver confirmation dialog ok text [CHAR LIMIT=40]-->
86    <string name="battery_saver_confirmation_ok">Turn on</string>
87
88    <!-- Battery saver notification action [CHAR LIMIT=NONE]-->
89    <string name="battery_saver_start_action">Turn on Battery Saver</string>
90
91    <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
92    <string name="status_bar_settings_settings_button">Settings</string>
93
94    <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] -->
95    <string name="status_bar_settings_wifi_button">Wi-Fi</string>
96
97    <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
98    <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string>
99
100    <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
101    <string name="status_bar_settings_mute_label">MUTE</string>
102
103    <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
104    <string name="status_bar_settings_auto_brightness_label">AUTO</string>
105
106    <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] -->
107    <string name="status_bar_settings_notifications">Notifications</string>
108
109    <!-- Separator for PLMN and SPN in network name. -->
110    <string name="status_bar_network_name_separator" translatable="false">|</string>
111
112    <!-- Network connection string for Bluetooth Reverse Tethering -->
113    <string name="bluetooth_tethered">Bluetooth tethered</string>
114    <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
115    <string name="status_bar_input_method_settings_configure_input_methods">Set up input methods</string>
116
117    <!-- Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] -->
118    <string name="status_bar_use_physical_keyboard">Physical keyboard</string>
119
120    <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
121    <string name="usb_device_permission_prompt">Allow <xliff:g id="application">%1$s</xliff:g> to access <xliff:g id="usb_device">%2$s</xliff:g>?</string>
122
123    <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
124    <string name="usb_accessory_permission_prompt">Allow <xliff:g id="application">%1$s</xliff:g> to access <xliff:g id="usb_accessory">%2$s</xliff:g>?</string>
125
126    <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
127    <string name="usb_device_confirm_prompt">Open <xliff:g id="application">%1$s</xliff:g> to handle <xliff:g id="usb_device">%2$s</xliff:g>?</string>
128
129    <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] -->
130    <string name="usb_accessory_confirm_prompt">Open <xliff:g id="application">%1$s</xliff:g> to handle <xliff:g id="usb_accessory">%2$s</xliff:g>?</string>
131
132    <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
133    <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>
134
135    <!-- Title for USB accessory dialog.  Used when the name of the accessory cannot be determined.  [CHAR LIMIT=50] -->
136    <string name="title_usb_accessory">USB accessory</string>
137
138    <!-- View button label for USB dialogs.  [CHAR LIMIT=15] -->
139    <string name="label_view">View</string>
140
141    <!-- Checkbox label for USB device dialogs.  [CHAR LIMIT=50] -->
142    <string name="always_use_device">Always open <xliff:g id="application">%1$s</xliff:g> when <xliff:g id="usb_device">%2$s</xliff:g> is connected</string>
143
144    <!-- Checkbox label for USB accessory dialogs.  [CHAR LIMIT=50]-->
145    <string name="always_use_accessory">Always open <xliff:g id="application">%1$s</xliff:g> when <xliff:g id="usb_accessory">%2$s</xliff:g> is connected</string>
146
147    <!-- Title of confirmation dialog for USB debugging -->
148    <string name="usb_debugging_title">Allow USB debugging?</string>
149
150    <!-- Message of confirmation dialog for USB debugging -->
151    <string name="usb_debugging_message">The computer\'s RSA key fingerprint is:\n<xliff:g id="fingerprint">%1$s</xliff:g></string>
152
153    <!-- Option to always allow USB debugging from the attached computer -->
154    <string name="usb_debugging_always">Always allow from this computer</string>
155
156    <!-- Button label for confirming acceptance of enabling USB debugging [CHAR LIMIT=15] -->
157    <string name="usb_debugging_allow">Allow</string>
158
159    <!-- Title of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
160    <string name="usb_debugging_secondary_user_title">USB debugging not allowed</string>
161
162    <!-- Message 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_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, switch to the primary user.</string>
164
165    <!-- Title of USB contaminant presence dialog [CHAR LIMIT=NONE] -->
166    <string name="usb_contaminant_title">USB port disabled</string>
167
168    <!-- Message of USB contaminant presence dialog [CHAR LIMIT=NONE] -->
169    <string name="usb_contaminant_message">To protect your device from liquid or debris, the USB port is disabled and won\u2019t detect any accessories.\n\nYou\u2019ll be notified when it\u2019s okay to use the USB port again.</string>
170
171    <!-- Toast for enabling ports from USB contaminant dialog [CHAR LIMIT=NONE] -->
172    <string name="usb_port_enabled">USB port enabled to detect chargers and accessories</string>
173
174    <!-- Button text to disable contaminant detection [CHAR LIMIT=NONE] -->
175    <string name="usb_disable_contaminant_detection">Enable USB</string>
176
177    <!-- Button text to disable contaminant detection [CHAR LIMIT=NONE] -->
178    <string name="learn_more">Learn more</string>
179
180    <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running
181         on a phone).  [CHAR LIMIT=25] -->
182    <string name="compat_mode_on">Zoom to fill screen</string>
183
184    <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets).
185         [CHAR LIMIT=25] -->
186    <string name="compat_mode_off">Stretch to fill screen</string>
187
188    <!-- Power menu item for taking a screenshot [CHAR LIMIT=20]-->
189    <string name="global_action_screenshot">Screenshot</string>
190
191    <!-- Notification ticker displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=30] -->
192    <string name="screenshot_saving_ticker">Saving screenshot\u2026</string>
193    <!-- Notification title displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=50] -->
194    <string name="screenshot_saving_title">Saving screenshot\u2026</string>
195    <!-- Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] -->
196    <string name="screenshot_saved_title">Screenshot saved</string>
197    <!-- Notification text displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=100] -->
198    <string name="screenshot_saved_text">Tap to view your screenshot</string>
199    <!-- Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] -->
200    <string name="screenshot_failed_title">Couldn\'t save screenshot</string>
201    <!-- Notification text displayed when we fail to save a screenshot for unknown reasons. [CHAR LIMIT=100] -->
202    <string name="screenshot_failed_to_save_unknown_text">Try taking screenshot again</string>
203    <!-- Notification text displayed when we fail to save a screenshot. [CHAR LIMIT=100] -->
204    <string name="screenshot_failed_to_save_text">Can\'t save screenshot due to limited storage space</string>
205    <!-- Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] -->
206    <string name="screenshot_failed_to_capture_text">Taking screenshots isn\'t allowed by the app or
207        your organization</string>
208
209    <!-- Notification title displayed for screen recording [CHAR LIMIT=50]-->
210    <string name="screenrecord_name">Screen Recording</string>
211    <!-- Description of the screen recording notification channel [CHAR LIMIT=NONE]-->
212    <string name="screenrecord_channel_description">Ongoing notification for a screen record session</string>
213    <!-- Label for the button to begin screen recording [CHAR LIMIT=NONE]-->
214    <string name="screenrecord_start_label">Start Recording</string>
215    <!-- Label for the checkbox to enable microphone input during screen recording [CHAR LIMIT=NONE]-->
216    <string name="screenrecord_mic_label">Record voiceover</string>
217    <!-- Label for the checkbox to enable showing location of touches during screen recording [CHAR LIMIT=NONE]-->
218    <string name="screenrecord_taps_label">Show taps</string>
219    <!-- Label for notification action to stop and save the screen recording [CHAR LIMIT=35] -->
220    <string name="screenrecord_stop_label">Stop</string>
221    <!-- Label for notification action to pause screen recording [CHAR LIMIT=35] -->
222    <string name="screenrecord_pause_label">Pause</string>
223    <!-- Label for notification action to resume screen recording [CHAR LIMIT=35] -->
224    <string name="screenrecord_resume_label">Resume</string>
225    <!-- Label for notification action to cancel and discard screen recording [CHAR LIMIT=35] -->
226    <string name="screenrecord_cancel_label">Cancel</string>
227    <!-- Label for notification action to share screen recording [CHAR LIMIT=35] -->
228    <string name="screenrecord_share_label">Share</string>
229    <!-- Label for notification action to delete a screen recording file [CHAR LIMIT=35] -->
230    <string name="screenrecord_delete_label">Delete</string>
231    <!-- A toast message shown after successfully canceling a screen recording [CHAR LIMIT=NONE] -->
232    <string name="screenrecord_cancel_success">Screen recording canceled</string>
233    <!-- Notification text shown after saving a screen recording to prompt the user to view it [CHAR LIMIT=100] -->
234    <string name="screenrecord_save_message">Screen recording saved, tap to view</string>
235    <!-- A toast message shown after successfully deleting a screen recording [CHAR LIMIT=NONE] -->
236    <string name="screenrecord_delete_description">Screen recording deleted</string>
237    <!-- A toast message shown when there is an error deleting a screen recording [CHAR LIMIT=NONE] -->
238    <string name="screenrecord_delete_error">Error deleting screen recording</string>
239    <!-- A toast message shown when the screen recording cannot be started due to insufficient permissions [CHAR LIMIT=NONE] -->
240    <string name="screenrecord_permission_error">Failed to get permissions</string>
241
242    <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] -->
243    <string name="usb_preference_title">USB file transfer options</string>
244    <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
245    <string name="use_mtp_button_title">Mount as a media player (MTP)</string>
246    <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
247    <string name="use_ptp_button_title">Mount as a camera (PTP)</string>
248    <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] -->
249    <string name="installer_cd_button_title">Install Android File Transfer app for Mac</string>
250
251    <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
252    <string name="accessibility_back">Back</string>
253    <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
254    <string name="accessibility_home">Home</string>
255    <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
256    <string name="accessibility_menu">Menu</string>
257    <!-- Content description of the accessibility button in the navigation bar (not shown on the screen). [CHAR LIMIT=NONE] -->
258    <string name="accessibility_accessibility_button">Accessibility</string>
259    <!-- Content description of the rotate button in the navigation bar (not shown on the screen). [CHAR LIMIT=NONE] -->
260    <string name="accessibility_rotate_button">Rotate screen</string>
261    <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
262    <string name="accessibility_recent">Overview</string>
263    <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] -->
264    <string name="accessibility_search_light">Search</string>
265    <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
266    <string name="accessibility_camera_button">Camera</string>
267    <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
268    <string name="accessibility_phone_button">Phone</string>
269    <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
270    <string name="accessibility_voice_assist_button">Voice Assist</string>
271    <!-- Content description of the unlock button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
272    <string name="accessibility_unlock_button">Unlock</string>
273    <!-- Content description hint of the unlock button when fingerprint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
274    <string name="accessibility_waiting_for_fingerprint">Waiting for fingerprint</string>
275    <!-- Accessibility action of the unlock button when fingerpint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
276    <string name="accessibility_unlock_without_fingerprint">Unlock without using your fingerprint</string>
277    <!-- Content description of the Trusted Face icon for accessibility. [CHAR LIMIT=NONE] -->
278    <string name="accessibility_scanning_face">Scanning face</string>
279    <!-- Click action label for accessibility for the smart reply buttons (not shown on-screen).". [CHAR LIMIT=NONE] -->
280    <string name="accessibility_send_smart_reply">Send</string>
281    <!-- Content description of the manage notification button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
282    <string name="accessibility_manage_notification">Manage notifications</string>
283    <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
284    <string name="phone_label">open phone</string>
285    <!-- 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] -->
286    <string name="voice_assist_label">open voice assist</string>
287    <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
288    <string name="camera_label">open camera</string>
289    <!-- Button name for "Cancel". [CHAR LIMIT=NONE] -->
290    <string name="cancel">Cancel</string>
291
292    <!-- Message shown when a biometric is authenticated, asking the user to confirm authentication [CHAR LIMIT=30] -->
293    <string name="biometric_dialog_confirm">Confirm</string>
294    <!-- Button name on BiometricPrompt shown when a biometric is detected but not authenticated. Tapping the button resumes authentication [CHAR LIMIT=30] -->
295    <string name="biometric_dialog_try_again">Try again</string>
296    <!-- Content description for empty spaces that are not taken by the biometric dialog. Clicking on these areas will cancel authentication and dismiss the biometric dialog [CHAR LIMIT=NONE] -->
297    <string name="biometric_dialog_empty_space_description">Empty region, tap to cancel authentication</string>
298    <!-- Content description for the face icon when the device is not authenticating anymore [CHAR LIMIT=NONE] -->
299    <string name="biometric_dialog_face_icon_description_idle">Please try again</string>
300    <!-- Content description for the face icon when the device is authenticating [CHAR LIMIT=NONE] -->
301    <string name="biometric_dialog_face_icon_description_authenticating">Looking for your face</string>
302    <!-- Content description for the face icon when the user has been authenticated [CHAR LIMIT=NONE] -->
303    <string name="biometric_dialog_face_icon_description_authenticated">Face authenticated</string>
304    <!-- Content description for the face icon when the user has been authenticated and the confirm button has been pressed [CHAR LIMIT=NONE] -->
305    <string name="biometric_dialog_face_icon_description_confirmed">Confirmed</string>
306
307    <!-- Message shown when the system-provided fingerprint dialog is shown, asking for authentication -->
308    <string name="fingerprint_dialog_touch_sensor">Touch the fingerprint sensor</string>
309    <!-- Content description of the fingerprint icon when the system-provided fingerprint dialog is showing, for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
310    <string name="accessibility_fingerprint_dialog_fingerprint_icon">Fingerprint icon</string>
311
312    <!-- Message shown when the system-provided face dialog is shown, asking for authentication [CHAR LIMIT=30] -->
313    <string name="face_dialog_looking_for_face">Looking for you\u2026</string>
314    <!-- Content description of the face icon when the system-provided face dialog is showing, for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
315    <string name="accessibility_face_dialog_face_icon">Face icon</string>
316
317    <!-- Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
318    <string name="accessibility_compatibility_zoom_button">Compatibility zoom button.</string>
319
320    <!-- Content description of picture of the compatibility zoom example for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
321    <string name="accessibility_compatibility_zoom_example">Zoom smaller to larger screen.</string>
322
323    <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
324    <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>
325    <!-- Content description of the bluetooth icon when connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
326    <string name="accessibility_bluetooth_disconnected">Bluetooth disconnected.</string>
327
328    <!-- Content description of the battery when no battery for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
329    <string name="accessibility_no_battery">No battery.</string>
330    <!-- Content description of the battery when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
331    <string name="accessibility_battery_one_bar">Battery one bar.</string>
332    <!-- Content description of the battery when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
333    <string name="accessibility_battery_two_bars">Battery two bars.</string>
334     <!-- Content description of the battery when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
335    <string name="accessibility_battery_three_bars">Battery three bars.</string>
336    <!-- Content description of the battery when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
337    <string name="accessibility_battery_full">Battery full.</string>
338
339    <!-- Content description of the phone signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
340    <string name="accessibility_no_phone">No phone.</string>
341    <!-- Content description of the phone signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
342    <string name="accessibility_phone_one_bar">Phone one bar.</string>
343    <!-- Content description of the phone signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
344    <string name="accessibility_phone_two_bars">Phone two bars.</string>
345    <!-- Content description of the phone signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
346    <string name="accessibility_phone_three_bars">Phone three bars.</string>
347    <!-- Content description of the phone signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
348    <string name="accessibility_phone_signal_full">Phone signal full.</string>
349
350    <!-- Content description of the data signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
351    <string name="accessibility_no_data">No data.</string>
352    <!-- Content description of the data signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
353    <string name="accessibility_data_one_bar">Data one bar.</string>
354    <!-- Content description of the data signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
355    <string name="accessibility_data_two_bars">Data two bars.</string>
356    <!-- Content description of the data signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
357    <string name="accessibility_data_three_bars">Data three bars.</string>
358    <!-- Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
359    <string name="accessibility_data_signal_full">Data signal full.</string>
360
361    <!-- Content description of the wifi label showing what we are connected to. [CHAR LIMIT=NONE] -->
362    <string name="accessibility_wifi_name">Connected to <xliff:g id="wifi" example="Home Network">%s</xliff:g>.</string>
363
364    <!-- Content description of the bluetooth label showing what we are connected to. [CHAR LIMIT=NONE] -->
365    <string name="accessibility_bluetooth_name">Connected to <xliff:g id="bluetooth" example="Car Audio">%s</xliff:g>.</string>
366
367    <!-- Content description of the cast label showing what we are connected to. [CHAR LIMIT=NONE] -->
368    <string name="accessibility_cast_name">Connected to <xliff:g id="cast" example="TV">%s</xliff:g>.</string>
369
370
371    <!-- Content description of the WiMAX signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
372    <string name="accessibility_no_wimax">No WiMAX.</string>
373    <!-- Content description of the WiMAX signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
374    <string name="accessibility_wimax_one_bar">WiMAX one bar.</string>
375    <!-- Content description of the WiMAX signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
376    <string name="accessibility_wimax_two_bars">WiMAX two bars.</string>
377    <!-- Content description of the WiMAX signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
378    <string name="accessibility_wimax_three_bars">WiMAX three bars.</string>
379    <!-- Content description of the WiMAX signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
380    <string name="accessibility_wimax_signal_full">WiMAX signal full.</string>
381
382    <!-- Content description of the Ethernet connection when disconnected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
383    <string name="accessibility_ethernet_disconnected">Ethernet disconnected.</string>
384    <!-- Content description of the Ethernet connection when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
385    <string name="accessibility_ethernet_connected">Ethernet connected.</string>
386
387    <!-- Content description of an item with no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
388    <string name="accessibility_no_signal">No signal.</string>
389    <!-- Content description of an item with no signal and no connection for accessibility (not shown on the screen) [CHAR LIMIT=NONE] -->
390    <string name="accessibility_not_connected">Not connected.</string>
391    <!-- Content description of an item with zero signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
392    <string name="accessibility_zero_bars">Zero bars.</string>
393    <!-- Content description of an item with one signal bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
394    <string name="accessibility_one_bar">One bar.</string>
395    <!-- Content description of an item with two signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
396    <string name="accessibility_two_bars">Two bars.</string>
397    <!-- Content description of an item with three signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
398    <string name="accessibility_three_bars">Three bars.</string>
399    <!-- Content description of an item with full signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
400    <string name="accessibility_signal_full">Signal full.</string>
401
402    <!-- Content description of an item that is turned on for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
403    <string name="accessibility_desc_on">On.</string>
404    <!-- Content description of an item that is turned off for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
405    <string name="accessibility_desc_off">Off.</string>
406    <!-- Content description of an item that is connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
407    <string name="accessibility_desc_connected">Connected.</string>
408    <!-- Content description of an item that is connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
409    <string name="accessibility_desc_connecting">Connecting.</string>
410
411    <!-- Content description of the data connection type GPRS. [CHAR LIMIT=NONE] -->
412    <string name="data_connection_gprs">GPRS</string>
413
414    <!-- Content description of the data connection type HSPA and its variants. [CHAR LIMIT=NONE] -->
415    <string name="data_connection_hspa">HSPA</string>
416
417    <!-- Content description of the data connection type 3G. [CHAR LIMIT=NONE] -->
418    <string name="data_connection_3g">3G</string>
419
420    <!-- Content description of the data connection type 3.5G. [CHAR LIMIT=NONE] -->
421    <string name="data_connection_3_5g">H</string>
422
423    <!-- Content description of the data connection type 3.5G+. [CHAR LIMIT=NONE] -->
424    <string name="data_connection_3_5g_plus">H+</string>
425
426    <!-- Content description of the data connection type 4G . [CHAR LIMIT=NONE] -->
427    <string name="data_connection_4g">4G</string>
428
429    <!-- Content description of the data connection type 4G+. [CHAR LIMIT=NONE] -->
430    <string name="data_connection_4g_plus">4G+</string>
431
432    <!-- Content description of the data connection type LTE. [CHAR LIMIT=NONE] -->
433    <string name="data_connection_lte">LTE</string>
434
435    <!-- Content description of the data connection type LTE+. [CHAR LIMIT=NONE] -->
436    <string name="data_connection_lte_plus">LTE+</string>
437
438    <!-- Content description of the data connection type 5Ge. [CHAR LIMIT=NONE] -->
439    <string name="data_connection_5ge" translate="false">5Ge</string>
440
441    <!-- Content description of the data connection type 5G. [CHAR LIMIT=NONE] -->
442    <string name="data_connection_5g" translate="false">5G</string>
443
444    <!-- Content description of the data connection type 5G+. [CHAR LIMIT=NONE] -->
445    <string name="data_connection_5g_plus" translate="false">5G+</string>
446
447    <!-- Content description of the data connection type CDMA. [CHAR LIMIT=NONE] -->
448    <string name="data_connection_cdma">1X</string>
449
450    <!-- Content description of the roaming data connection type. [CHAR LIMIT=NONE] -->
451    <string name="data_connection_roaming">Roaming</string>
452
453    <!-- Content description of the data connection type Edge. [CHAR LIMIT=NONE] -->
454    <string name="data_connection_edge">EDGE</string>
455
456    <!-- Content description of the data connection type WiFi for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
457    <string name="accessibility_data_connection_wifi">Wi-Fi</string>
458
459    <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
460    <string name="accessibility_no_sim">No SIM.</string>
461
462    <!-- Content description of the cell data. [CHAR LIMIT=NONE] -->
463    <string name="accessibility_cell_data">Mobile Data</string>
464
465    <!-- Content description of the cell data being enabled. [CHAR LIMIT=NONE] -->
466    <string name="accessibility_cell_data_on">Mobile Data On</string>
467
468    <!-- Content description of the cell data being disabled. [CHAR LIMIT=NONE] -->
469    <string name="cell_data_off_content_description">Mobile data off</string>
470
471    <!-- Content description of the cell data for not default subscription. [CHAR LIMIT=NONE] -->
472    <string name="not_default_data_content_description">Not set to use data</string>
473
474    <!-- Content description of the cell data being disabled but shortened. [CHAR LIMIT=20] -->
475    <string name="cell_data_off">Off</string>
476
477    <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
478    <string name="accessibility_bluetooth_tether">Bluetooth tethering.</string>
479
480    <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
481    <string name="accessibility_airplane_mode">Airplane mode.</string>
482
483    <!-- Content description of the VPN icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
484    <string name="accessibility_vpn_on">VPN on.</string>
485
486    <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
487    <string name="accessibility_no_sims">No SIM card.</string>
488
489    <!-- Content description of the carrier network changing icon. [CHAR LIMIT=NONE] -->
490    <string name="carrier_network_change_mode">Carrier network changing</string>
491
492    <!-- Content description of button to open battery details icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
493    <string name="accessibility_battery_details">Open battery details</string>
494
495    <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
496    <string name="accessibility_battery_level">Battery <xliff:g id="number">%d</xliff:g> percent.</string>
497
498    <!-- Content description of the battery level icon for accessibility, including the estimated time remaining before the phone runs out of battery (not shown on the screen). [CHAR LIMIT=NONE] -->
499    <string name="accessibility_battery_level_with_estimate">Battery <xliff:g id="percentage" example="95%">%1$s</xliff:g> percent, about <xliff:g id="time" example="Until 3:15pm">%2$s</xliff:g> left based on your usage</string>
500
501    <!-- Content description of the battery level icon for accessibility while the device is charging (not shown on the screen). [CHAR LIMIT=NONE] -->
502    <string name="accessibility_battery_level_charging">Battery charging, <xliff:g id="battery_percentage">%d</xliff:g> percent.</string>
503
504    <!-- Content description of the button for showing a settings panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
505    <string name="accessibility_settings_button">System settings.</string>
506
507    <!-- Content description of the button for showing a notifications panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
508    <string name="accessibility_notifications_button">Notifications.</string>
509
510    <!-- Content description of overflow icon container of the notifications for accessibility (not shown on the screen)[CHAR LIMIT=NONE] -->
511    <string name="accessibility_overflow_action">See all notifications</string>
512
513    <!-- Content description of the button for removing a notification in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
514    <string name="accessibility_remove_notification">Clear notification.</string>
515
516    <!-- Content description of the enabled GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
517    <string name="accessibility_gps_enabled">GPS enabled.</string>
518
519    <!-- Content description of the acquiring GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
520    <string name="accessibility_gps_acquiring">GPS acquiring.</string>
521
522    <!-- Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
523    <string name="accessibility_tty_enabled">TeleTypewriter enabled.</string>
524
525    <!-- Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
526    <string name="accessibility_ringer_vibrate">Ringer vibrate.</string>
527
528    <!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
529    <string name="accessibility_ringer_silent">Ringer silent.</string>
530
531    <!-- Content description of the cast icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
532    <string name="accessibility_casting">@string/quick_settings_casting</string>
533
534    <!-- Content description of the work mode icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
535    <string name="accessibility_work_mode">@string/quick_settings_work_mode_label</string>
536
537    <!-- Content description to tell the user a notification has been removed from the notification shade -->
538    <string name="accessibility_notification_dismissed">Notification dismissed.</string>
539
540    <!-- Content description for the notification shade panel (not shown on the screen). [CHAR LIMIT=NONE] -->
541    <string name="accessibility_desc_notification_shade">Notification shade.</string>
542    <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
543    <string name="accessibility_desc_quick_settings">Quick settings.</string>
544    <!-- Content description for the lock screen (not shown on the screen). [CHAR LIMIT=NONE] -->
545    <string name="accessibility_desc_lock_screen">Lock screen.</string>
546    <!-- Content description for the settings button in the status bar header. [CHAR LIMIT=NONE] -->
547    <string name="accessibility_desc_settings">Settings</string>
548    <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
549    <string name="accessibility_desc_recent_apps">Overview.</string>
550    <!-- 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] -->
551    <string name="accessibility_desc_work_lock">Work lock screen</string>
552    <!-- Content description for the close button in the zen mode panel introduction message. [CHAR LIMIT=NONE] -->
553    <string name="accessibility_desc_close">Close</string>
554
555    <!-- Content description of the wifi tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
556    <string name="accessibility_quick_settings_wifi"><xliff:g id="signal" example="Three bars">%1$s</xliff:g>.</string>
557    <!-- Announcement made when the wifi is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
558    <string name="accessibility_quick_settings_wifi_changed_off">Wifi turned off.</string>
559    <!-- Announcement made when the wifi is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
560    <string name="accessibility_quick_settings_wifi_changed_on">Wifi turned on.</string>
561    <!-- Content description of the mobile data tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
562    <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>
563    <!-- Content description of the battery tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
564    <string name="accessibility_quick_settings_battery">Battery <xliff:g id="state" example="50% charging">%s</xliff:g>.</string>
565    <!-- Content description of the airplane mode tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
566    <string name="accessibility_quick_settings_airplane_off">Airplane mode off.</string>
567    <!-- Content description of the airplane mode tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
568    <string name="accessibility_quick_settings_airplane_on">Airplane mode on.</string>
569    <!-- Announcement made when the airplane mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
570    <string name="accessibility_quick_settings_airplane_changed_off">Airplane mode turned off.</string>
571    <!-- Announcement made when the airplane mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
572    <string name="accessibility_quick_settings_airplane_changed_on">Airplane mode turned on.</string>
573    <!-- Content description of the do not disturb tile in quick settings when on in none (not shown on the screen). [CHAR LIMIT=NONE] -->
574    <string name="accessibility_quick_settings_dnd_none_on">total silence</string>
575    <!-- Content description of the do not disturb tile in quick settings when on in alarms only (not shown on the screen). [CHAR LIMIT=NONE] -->
576    <string name="accessibility_quick_settings_dnd_alarms_on">alarms only</string>
577     <!-- Content description of the do not disturb tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
578    <string name="accessibility_quick_settings_dnd">Do Not Disturb.</string>
579    <!-- Announcement made when do not disturb changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
580    <string name="accessibility_quick_settings_dnd_changed_off">Do Not Disturb turned off.</string>
581    <!-- Announcement made when do not disturb changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
582    <string name="accessibility_quick_settings_dnd_changed_on">Do Not Disturb turned on.</string>
583    <!-- Content description of the bluetooth tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
584    <string name="accessibility_quick_settings_bluetooth">Bluetooth.</string>
585    <!-- Content description of the bluetooth tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
586    <string name="accessibility_quick_settings_bluetooth_off">Bluetooth off.</string>
587    <!-- Content description of the bluetooth tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
588    <string name="accessibility_quick_settings_bluetooth_on">Bluetooth on.</string>
589    <!-- Content description of the bluetooth tile in quick settings when connecting (not shown on the screen). [CHAR LIMIT=NONE] -->
590    <string name="accessibility_quick_settings_bluetooth_connecting">Bluetooth connecting.</string>
591    <!-- Content description of the bluetooth tile in quick settings when connected (not shown on the screen). [CHAR LIMIT=NONE] -->
592    <string name="accessibility_quick_settings_bluetooth_connected">Bluetooth connected.</string>
593    <!-- Announcement made when the bluetooth is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
594    <string name="accessibility_quick_settings_bluetooth_changed_off">Bluetooth turned off.</string>
595    <!-- Announcement made when the bluetooth is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
596    <string name="accessibility_quick_settings_bluetooth_changed_on">Bluetooth turned on.</string>
597    <!-- Content description of the location tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
598    <string name="accessibility_quick_settings_location_off">Location reporting off.</string>
599    <!-- Content description of the location tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
600    <string name="accessibility_quick_settings_location_on">Location reporting on.</string>
601    <!-- Announcement made when the location tile changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
602    <string name="accessibility_quick_settings_location_changed_off">Location reporting turned off.</string>
603    <!-- Announcement made when the location tile changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
604    <string name="accessibility_quick_settings_location_changed_on">Location reporting turned on.</string>
605    <!-- Content description of the alarm tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
606    <string name="accessibility_quick_settings_alarm">Alarm set for <xliff:g id="time" example="Wed 3:30 PM">%s</xliff:g>.</string>
607    <!-- Content description of quick settings detail panel close button (not shown on the screen). [CHAR LIMIT=NONE] -->
608    <string name="accessibility_quick_settings_close">Close panel.</string>
609    <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
610    <string name="accessibility_quick_settings_more_time">More time.</string>
611    <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
612    <string name="accessibility_quick_settings_less_time">Less time.</string>
613    <!-- Content description of the flashlight tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
614    <string name="accessibility_quick_settings_flashlight_off">Flashlight off.</string>
615    <!-- Content description of the flashlight tile in quick settings when unavailable (not shown on the screen). [CHAR LIMIT=NONE] -->
616    <string name="accessibility_quick_settings_flashlight_unavailable">Flashlight unavailable.</string>
617    <!-- Content description of the flashlight tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
618    <string name="accessibility_quick_settings_flashlight_on">Flashlight on.</string>
619    <!-- Announcement made when the flashlight state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
620    <string name="accessibility_quick_settings_flashlight_changed_off">Flashlight turned off.</string>
621    <!-- Announcement made when the flashlight state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
622    <string name="accessibility_quick_settings_flashlight_changed_on">Flashlight turned on.</string>
623    <!-- Announcement made when the color inversion state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
624    <string name="accessibility_quick_settings_color_inversion_changed_off">Color inversion turned off.</string>
625    <!-- Announcement made when the color inversion state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
626    <string name="accessibility_quick_settings_color_inversion_changed_on">Color inversion turned on.</string>
627    <!-- Announcement made when the hotspot state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
628    <string name="accessibility_quick_settings_hotspot_changed_off">Mobile hotspot turned off.</string>
629    <!-- Announcement made when the hotspot state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
630    <string name="accessibility_quick_settings_hotspot_changed_on">Mobile hotspot turned on.</string>
631    <!-- Announcement made when the screen stopped casting (not shown on the screen). [CHAR LIMIT=NONE] -->
632    <string name="accessibility_casting_turned_off">Screen casting stopped.</string>
633    <!-- Content description of the work mode title in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
634    <string name="accessibility_quick_settings_work_mode_off">Work mode off.</string>
635    <!-- Content description of the work mode title in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
636    <string name="accessibility_quick_settings_work_mode_on">Work mode on.</string>
637    <!-- Announcement made when the work mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
638    <string name="accessibility_quick_settings_work_mode_changed_off">Work mode turned off.</string>
639    <!-- Announcement made when the work mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
640    <string name="accessibility_quick_settings_work_mode_changed_on">Work mode turned on.</string>
641    <!-- Announcement made when the Data Saver changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
642    <string name="accessibility_quick_settings_data_saver_changed_off">Data Saver turned off.</string>
643    <!-- Announcement made when the Data Saver changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
644    <string name="accessibility_quick_settings_data_saver_changed_on">Data Saver turned on.</string>
645    <!-- Announcement made when the Sensor Privacy changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
646    <string name="accessibility_quick_settings_sensor_privacy_changed_off">Sensor Privacy turned off.</string>
647    <!-- Announcement made when the Sensor Privacy changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
648    <string name="accessibility_quick_settings_sensor_privacy_changed_on">Sensor Privacy turned on.</string>
649
650    <!-- Content description of the display brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
651    <string name="accessibility_brightness">Display brightness</string>
652
653    <!-- Content description of the charging indicator on Ambient Display (lower-power version of the lock screen). [CHAR LIMIT=NONE] -->
654    <string name="accessibility_ambient_display_charging">Charging</string>
655
656    <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
657    <string name="data_usage_disabled_dialog_3g_title">2G-3G data is paused</string>
658    <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
659    <string name="data_usage_disabled_dialog_4g_title">4G data is paused</string>
660    <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
661    <string name="data_usage_disabled_dialog_mobile_title">Mobile data is paused</string>
662    <!-- Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
663    <string name="data_usage_disabled_dialog_title">Data is paused</string>
664    <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] -->
665    <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>
666    <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] -->
667    <string name="data_usage_disabled_dialog_enable">Resume</string>
668
669    <!-- Notification text: when GPS is getting a fix [CHAR LIMIT=50] -->
670    <string name="gps_notification_searching_text">Searching for GPS</string>
671
672    <!-- Notification text: when GPS has found a fix [CHAR LIMIT=50] -->
673    <string name="gps_notification_found_text">Location set by GPS</string>
674
675    <!-- Accessibility text describing the presence of active location requests by one or more apps -->
676    <string name="accessibility_location_active">Location requests active</string>
677
678    <!-- Accessibility text describing sensors off active. [CHAR LIMIT=NONE] -->
679    <string name="accessibility_sensors_off_active">Sensors off active</string>
680
681    <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
682    <string name="accessibility_clear_all">Clear all notifications.</string>
683
684    <!-- The overflow indicator shown when a group has more notification inside the group than the visible ones. An example is "+ 3" [CHAR LIMIT=5] -->
685    <string name="notification_group_overflow_indicator">+ <xliff:g id="number" example="3">%s</xliff:g></string>
686
687    <!-- Content description describing how many more notifications are in a group [CHAR LIMIT=NONE] -->
688    <plurals name="notification_group_overflow_description">
689        <item quantity="one"><xliff:g id="number" example="1">%s</xliff:g> more notification inside.</item>
690        <item quantity="other"><xliff:g id="number" example="3">%s</xliff:g> more notifications inside.</item>
691    </plurals>
692
693    <!-- Format to use to summarize a message from a contact in a single line of text. For example: "Julia: How's it going?". [CHAR LIMIT=NONE] -->
694    <string name="notification_summary_message_format"><xliff:g id="contact_name" example="Julia">%1$s</xliff:g>: <xliff:g id="message_content" example="How is it going?">%2$s</xliff:g></string>
695
696    <!-- Content description of button in notification inspector for system settings relating to
697         notifications from this application [CHAR LIMIT=NONE] -->
698    <string name="status_bar_notification_inspect_item_title">Notification settings</string>
699
700    <!-- Content description of button in notification inspetor for application-provided settings
701         for its own notifications [CHAR LIMIT=NONE] -->
702    <string name="status_bar_notification_app_settings_title"><xliff:g id="app_name" example="Calendar">%s</xliff:g> settings</string>
703
704    <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is on. [CHAR LIMIT=NONE] -->
705    <string name="accessibility_rotation_lock_off">Screen will rotate automatically.</string>
706
707    <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
708    <string name="accessibility_rotation_lock_on_landscape">Screen is locked in landscape orientation.</string>
709
710    <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
711    <string name="accessibility_rotation_lock_on_portrait">Screen is locked in portrait orientation.</string>
712
713    <!-- Announcement made when the screen is rotating automatically again (not shown on the screen). [CHAR LIMIT=NONE] -->
714    <string name="accessibility_rotation_lock_off_changed">Screen will now rotate automatically.</string>
715
716    <!-- Announcement made when the rotation lock state changes to landscape only (not shown on the screen). [CHAR LIMIT=NONE] -->
717    <string name="accessibility_rotation_lock_on_landscape_changed">Screen is now locked in landscape orientation.</string>
718
719    <!-- Announcement made when the rotation lock state changes to portrait only (not shown on the screen).  [CHAR LIMIT=NONE] -->
720    <string name="accessibility_rotation_lock_on_portrait_changed">Screen is now locked in portrait orientation.</string>
721
722    <!-- Name of the K-release easter egg: a display case for all our tastiest desserts. [CHAR LIMIT=30] -->
723    <string name="dessert_case">Dessert Case</string>
724
725    <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
726    <string name="start_dreams">Screen saver</string>
727
728    <!-- Textual description of Ethernet connections -->
729    <string name="ethernet_label">Ethernet</string>
730
731    <!-- QuickSettings: Onboarding text that introduces users to long press on an option in order to view the option's menu in Settings [CHAR LIMIT=NONE] -->
732    <string name="quick_settings_header_onboarding_text">Touch &amp; hold icons for more options</string>
733    <!-- QuickSettings: Do not disturb [CHAR LIMIT=NONE] -->
734    <string name="quick_settings_dnd_label">Do Not Disturb</string>
735    <!-- QuickSettings: Do not disturb - Priority only [CHAR LIMIT=NONE] -->
736    <string name="quick_settings_dnd_priority_label">Priority only</string>
737    <!-- QuickSettings: Do not disturb - Alarms only [CHAR LIMIT=NONE] -->
738    <string name="quick_settings_dnd_alarms_label">Alarms only</string>
739    <!-- QuickSettings: Do not disturb - Total silence [CHAR LIMIT=NONE] -->
740    <string name="quick_settings_dnd_none_label">Total silence</string>
741    <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] -->
742    <string name="quick_settings_bluetooth_label">Bluetooth</string>
743    <!-- QuickSettings: Bluetooth (Multiple) [CHAR LIMIT=NONE] -->
744    <string name="quick_settings_bluetooth_multiple_devices_label">Bluetooth (<xliff:g id="number">%d</xliff:g> Devices)</string>
745    <!-- QuickSettings: Bluetooth (Off) [CHAR LIMIT=NONE] -->
746    <string name="quick_settings_bluetooth_off_label">Bluetooth Off</string>
747    <!-- QuickSettings: Bluetooth detail panel, text when there are no items [CHAR LIMIT=NONE] -->
748    <string name="quick_settings_bluetooth_detail_empty_text">No paired devices available</string>
749    <!-- QuickSettings: Bluetooth secondary label for the battery level of a connected device [CHAR LIMIT=20]-->
750    <string name="quick_settings_bluetooth_secondary_label_battery_level"><xliff:g id="battery_level_as_percentage">%s</xliff:g> battery</string>
751    <!-- QuickSettings: Bluetooth secondary label for an audio device being connected [CHAR LIMIT=20]-->
752    <string name="quick_settings_bluetooth_secondary_label_audio">Audio</string>
753    <!-- QuickSettings: Bluetooth secondary label for a headset being connected [CHAR LIMIT=20]-->
754    <string name="quick_settings_bluetooth_secondary_label_headset">Headset</string>
755    <!-- QuickSettings: Bluetooth secondary label for an input/IO device being connected [CHAR LIMIT=20]-->
756    <string name="quick_settings_bluetooth_secondary_label_input">Input</string>
757    <!-- QuickSettings: Bluetooth secondary label for a Hearing Aids device being connected [CHAR LIMIT=20]-->
758    <string name="quick_settings_bluetooth_secondary_label_hearing_aids">Hearing Aids</string>
759    <!-- QuickSettings: Bluetooth secondary label shown when bluetooth is being enabled [CHAR LIMIT=NONE] -->
760    <string name="quick_settings_bluetooth_secondary_label_transient">Turning on&#8230;</string>
761    <!-- QuickSettings: Brightness [CHAR LIMIT=NONE] -->
762    <string name="quick_settings_brightness_label">Brightness</string>
763    <!-- QuickSettings: Rotation Unlocked [CHAR LIMIT=NONE] -->
764    <string name="quick_settings_rotation_unlocked_label">Auto-rotate</string>
765    <!-- Accessibility label for Auto-ratate QuickSettings tile [CHAR LIMIT=NONE] -->
766    <string name="accessibility_quick_settings_rotation">Auto-rotate screen</string>
767    <!-- Accessibility label for value of Auto-ratate QuickSettings tile [CHAR LIMIT=NONE] -->
768    <string name="accessibility_quick_settings_rotation_value"><xliff:g name="rotation" example="Portrait">%s</xliff:g> mode</string>
769    <!-- QuickSettings: Rotation Locked [CHAR LIMIT=NONE] -->
770    <string name="quick_settings_rotation_locked_label">Rotation locked</string>
771    <!-- QuickSettings: Locked to Portrait [CHAR LIMIT=NONE] -->
772    <string name="quick_settings_rotation_locked_portrait_label">Portrait</string>
773    <!-- QuickSettings: Locked to Landscape [CHAR LIMIT=NONE] -->
774    <string name="quick_settings_rotation_locked_landscape_label">Landscape</string>
775    <!-- QuickSettings: IME [CHAR LIMIT=NONE] -->
776    <string name="quick_settings_ime_label">Input Method</string>
777    <!-- QuickSettings: Location [CHAR LIMIT=NONE] -->
778    <string name="quick_settings_location_label">Location</string>
779    <!-- QuickSettings: Location (Off) [CHAR LIMIT=NONE] -->
780    <string name="quick_settings_location_off_label">Location Off</string>
781    <!-- QuickSettings: Media device [CHAR LIMIT=NONE] -->
782    <string name="quick_settings_media_device_label">Media device</string>
783    <!-- QuickSettings: RSSI [CHAR LIMIT=NONE] -->
784    <string name="quick_settings_rssi_label">RSSI</string>
785    <!-- QuickSettings: RSSI (No network) [CHAR LIMIT=NONE] -->
786    <string name="quick_settings_rssi_emergency_only">Emergency Calls Only</string>
787    <!-- QuickSettings: Settings [CHAR LIMIT=NONE] -->
788    <string name="quick_settings_settings_label">Settings</string>
789    <!-- QuickSettings: Time [CHAR LIMIT=NONE] -->
790    <string name="quick_settings_time_label">Time</string>
791    <!-- QuickSettings: User [CHAR LIMIT=NONE] -->
792    <string name="quick_settings_user_label">Me</string>
793    <!-- QuickSettings: Title of the user detail panel [CHAR LIMIT=NONE] -->
794    <string name="quick_settings_user_title">User</string>
795    <!-- QuickSettings: Label on the item for adding a new user [CHAR LIMIT=NONE] -->
796    <string name="quick_settings_user_new_user">New user</string>
797    <!-- QuickSettings: Wifi [CHAR LIMIT=NONE] -->
798    <string name="quick_settings_wifi_label">Wi-Fi</string>
799    <!-- QuickSettings: Wifi (Not connected) [CHAR LIMIT=NONE] -->
800    <string name="quick_settings_wifi_not_connected">Not Connected</string>
801    <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] -->
802    <string name="quick_settings_wifi_no_network">No Network</string>
803    <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] -->
804    <string name="quick_settings_wifi_off_label">Wi-Fi Off</string>
805    <!-- QuickSettings: Wifi (On) [CHAR LIMIT=NONE] -->
806    <string name="quick_settings_wifi_on_label">Wi-Fi On</string>
807    <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] -->
808    <string name="quick_settings_wifi_detail_empty_text">No Wi-Fi networks available</string>
809    <!-- QuickSettings: Wifi secondary label shown when the wifi is being enabled [CHAR LIMIT=NONE] -->
810    <string name="quick_settings_wifi_secondary_label_transient">Turning on&#8230;</string>
811    <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] -->
812    <string name="quick_settings_cast_title">Screen Cast</string>
813    <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] -->
814    <string name="quick_settings_casting">Casting</string>
815    <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] -->
816    <string name="quick_settings_cast_device_default_name">Unnamed device</string>
817     <!-- QuickSettings: Cast detail panel, default device description [CHAR LIMIT=NONE] -->
818    <string name="quick_settings_cast_device_default_description">Ready to cast</string>
819    <!-- QuickSettings: Cast detail panel, text when there are no items [CHAR LIMIT=NONE] -->
820    <string name="quick_settings_cast_detail_empty_text">No devices available</string>
821    <!-- QuickSettings: Cast unavailable, text when not connected to WiFi [CHAR LIMIT=NONE] -->
822    <string name="quick_settings_cast_no_wifi">Wi\u2011Fi not connected</string>
823    <!-- QuickSettings: Brightness dialog title [CHAR LIMIT=NONE] -->
824    <string name="quick_settings_brightness_dialog_title">Brightness</string>
825    <!-- QuickSettings: Brightness dialog auto brightness button [CHAR LIMIT=NONE] -->
826    <string name="quick_settings_brightness_dialog_auto_brightness_label">AUTO</string>
827    <!-- QuickSettings: Label for the toggle that controls whether display inversion is enabled. [CHAR LIMIT=NONE] -->
828    <string name="quick_settings_inversion_label">Invert colors</string>
829    <!-- QuickSettings: Label for the toggle that controls whether display color correction is enabled. [CHAR LIMIT=NONE] -->
830    <string name="quick_settings_color_space_label">Color correction mode</string>
831    <!-- QuickSettings: Control panel: Label for button that navigates to settings. [CHAR LIMIT=NONE] -->
832    <string name="quick_settings_more_settings">More settings</string>
833    <!-- QuickSettings: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
834    <string name="quick_settings_done">Done</string>
835    <!-- QuickSettings: Control panel: Label for connected device. [CHAR LIMIT=NONE] -->
836    <string name="quick_settings_connected">Connected</string>
837    <!-- QuickSettings: Control panel: Label for connected device, showing remote device battery level. [CHAR LIMIT=NONE] -->
838    <string name="quick_settings_connected_battery_level">Connected, battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g></string>
839    <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] -->
840    <string name="quick_settings_connecting">Connecting...</string>
841    <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] -->
842    <string name="quick_settings_tethering_label">Tethering</string>
843    <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] -->
844    <string name="quick_settings_hotspot_label">Hotspot</string>
845    <!-- QuickSettings: Hotspot. Secondary label shown when the hotspot is being enabled [CHAR LIMIT=NONE] -->
846    <string name="quick_settings_hotspot_secondary_label_transient">Turning on&#8230;</string>
847    <!-- QuickSettings: Hotspot. Secondary label shown when Data Saver mode is enabled to explain to
848         the user why they can't toggle the hotspot tile. [CHAR LIMIT=20] -->
849    <string name="quick_settings_hotspot_secondary_label_data_saver_enabled">Data Saver is on</string>
850    <!-- QuickSettings: Hotspot: Secondary label for how many devices are connected to the hotspot [CHAR LIMIT=NONE] -->
851    <plurals name="quick_settings_hotspot_secondary_label_num_devices">
852        <item quantity="one">%d device</item>
853        <item quantity="other">%d devices</item>
854    </plurals>
855    <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] -->
856    <string name="quick_settings_notifications_label">Notifications</string>
857    <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] -->
858    <string name="quick_settings_flashlight_label">Flashlight</string>
859    <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] -->
860    <string name="quick_settings_cellular_detail_title">Mobile data</string>
861    <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] -->
862    <string name="quick_settings_cellular_detail_data_usage">Data usage</string>
863    <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] -->
864    <string name="quick_settings_cellular_detail_remaining_data">Remaining data</string>
865    <!-- QuickSettings: Cellular detail panel, over limit title [CHAR LIMIT=NONE] -->
866    <string name="quick_settings_cellular_detail_over_limit">Over limit</string>
867    <!-- QuickSettings: Cellular detail panel, data used format string [CHAR LIMIT=NONE] -->
868    <string name="quick_settings_cellular_detail_data_used"><xliff:g id="data_used" example="2.0 GB">%s</xliff:g> used</string>
869    <!-- QuickSettings: Cellular detail panel, data limit format string [CHAR LIMIT=NONE] -->
870    <string name="quick_settings_cellular_detail_data_limit"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> limit</string>
871    <!-- QuickSettings: Cellular detail panel, data warning format string [CHAR LIMIT=NONE] -->
872    <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string>
873    <!-- QuickSettings: This string is in the easy-to-view settings that a user can pull down from
874    the top of their phone's screen. This is a label for a toggle to turn the work profile on and
875    off. "Work profile" means a separate profile on a user's phone that's specifically for their
876    work apps and managed by their company. "Work" is used as an adjective. [CHAR LIMIT=NONE] -->
877    <string name="quick_settings_work_mode_label">Work profile</string>
878    <!-- QuickSettings: Label for the toggle to activate Night display (renamed "Night Light" with title caps). [CHAR LIMIT=20] -->
879    <string name="quick_settings_night_display_label">Night Light</string>
880    <!-- QuickSettings: Secondary text for when the Night Light will be enabled at sunset. [CHAR LIMIT=20] -->
881    <string name="quick_settings_night_secondary_label_on_at_sunset">On at sunset</string>
882    <!-- QuickSettings: Secondary text for when the Night Light will be on until sunrise. [CHAR LIMIT=20] -->
883    <string name="quick_settings_night_secondary_label_until_sunrise">Until sunrise</string>
884    <!-- QuickSettings: Secondary text for when the Night Light will be enabled at some user-selected time. [CHAR LIMIT=20] -->
885    <string name="quick_settings_night_secondary_label_on_at">On at <xliff:g id="time" example="10 pm">%s</xliff:g></string>
886    <!-- QuickSettings: Secondary text for when the Night Light or some other tile will be on until some user-selected time. [CHAR LIMIT=20] -->
887    <string name="quick_settings_secondary_label_until">Until <xliff:g id="time" example="7 am">%s</xliff:g></string>
888    <!-- QuickSettings: Label for the toggle to activate dark theme (A.K.A Dark Mode). [CHAR LIMIT=20] -->
889    <string name="quick_settings_ui_mode_night_label">Dark theme</string>
890    <!-- QuickSettings: Label for the dark theme tile when enabled by battery saver. [CHAR LIMIT=40] -->
891    <string name="quick_settings_ui_mode_night_label_battery_saver">Dark theme\nBattery saver</string>
892
893    <!-- QuickSettings: NFC tile [CHAR LIMIT=NONE] -->
894    <string name="quick_settings_nfc_label">NFC</string>
895    <!-- QuickSettings: NFC (off) [CHAR LIMIT=NONE] -->
896    <string name="quick_settings_nfc_off">NFC is disabled</string>
897    <!-- QuickSettings: NFC (on) [CHAR LIMIT=NONE] -->
898    <string name="quick_settings_nfc_on">NFC is enabled</string>
899
900    <!-- Recents: Text that shows above the navigation bar after launching a few apps. [CHAR LIMIT=NONE] -->
901    <string name="recents_swipe_up_onboarding">Swipe up to switch apps</string>
902    <!-- Recents: Text that shows above the navigation bar after launching several apps. [CHAR LIMIT=NONE] -->
903    <string name="recents_quick_scrub_onboarding">Drag right to quickly switch apps</string>
904    <!-- QuickStep: Accessibility to toggle overview [CHAR LIMIT=40] -->
905    <string name="quick_step_accessibility_toggle_overview">Toggle Overview</string>
906
907    <!-- Expanded Status Bar Header: Battery Charged [CHAR LIMIT=40] -->
908    <string name="expanded_header_battery_charged">Charged</string>
909
910    <!-- Expanded Status Bar Header: Charging, no known time [CHAR LIMIT=40] -->
911    <string name="expanded_header_battery_charging">Charging</string>
912
913    <!-- Expanded Status Bar Header: Charging, showing time left until charged [CHAR LIMIT=40] -->
914    <string name="expanded_header_battery_charging_with_time"><xliff:g id="charging_time" example="2 hrs 25 min">%s</xliff:g> until full</string>
915
916    <!-- Expanded Status Bar Header: Not charging [CHAR LIMIT=40] -->
917    <string name="expanded_header_battery_not_charging">Not charging</string>
918
919    <!-- Shows up when there is a user SSL CA Cert installed on the
920         device.  Indicates to the user that SSL traffic can be intercepted.
921         If the text fits on one line (~14 chars), it should start with a
922         linebreak to position it correctly.  [CHAR LIMIT=45] -->
923    <string name="ssl_ca_cert_warning">Network may\nbe monitored</string>
924
925    <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
926    <string name="description_target_search">Search</string>
927    <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
928    <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
929    <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
930    <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
931
932    <!-- Zen mode: Priority only introduction message on first use -->
933    <string name="zen_priority_introduction">You won\'t 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>
934
935    <!-- Zen mode: Alarms only introduction message on first use -->
936    <string name="zen_alarms_introduction">You won\'t be disturbed by sounds and vibrations, except from alarms. You\'ll still hear anything you choose to play including music, videos, and games.</string>
937
938    <!-- Zen mode: Priority only customization button label -->
939    <string name="zen_priority_customize_button">Customize</string>
940
941    <!-- Zen mode: Total silence introduction message on first use (voice capable devices) -->
942    <string name="zen_silence_introduction_voice">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games. You\'ll still be able to make phone calls.</string>
943
944    <!-- Zen mode: Total silence introduction message on first use (non-voice capable devices) -->
945    <string name="zen_silence_introduction">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games.</string>
946
947    <!-- Text for overflow card on Keyguard when there is not enough space for all notifications on Keyguard. [CHAR LIMIT=1] -->
948    <string name="keyguard_more_overflow_text">+<xliff:g id="number_of_notifications" example="5">%d</xliff:g></string>
949
950    <!-- An explanation for the visual speed bump in the notifications, which will appear when you click on it. [CHAR LIMIT=50] -->
951    <string name="speed_bump_explanation">Less urgent notifications below</string>
952
953    <!-- 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] -->
954    <string name="notification_tap_again">Tap again to open</string>
955
956    <!-- Shows when people have pressed the unlock icon to explain how to unlock. [CHAR LIMIT=60] -->
957    <string name="keyguard_unlock">Swipe up to unlock</string>
958
959    <!-- Text on keyguard screen and in Quick Settings footer indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=60] -->
960    <string name="do_disclosure_generic">This device is managed by your organization</string>
961
962    <!-- Text on keyguard screen and in Quick Settings footer indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=40] -->
963    <string name="do_disclosure_with_name">This device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string>
964
965    <!-- Shows when people have clicked on the phone icon [CHAR LIMIT=60] -->
966    <string name="phone_hint">Swipe from icon for phone</string>
967
968    <!-- Shows when people have clicked on the voice assist icon [CHAR LIMIT=60] -->
969    <string name="voice_hint">Swipe from icon for voice assist</string>
970
971    <!-- Shows when people have clicked on the camera icon [CHAR LIMIT=60] -->
972    <string name="camera_hint">Swipe from icon for camera</string>
973
974    <!-- Accessibility content description for Interruption level: None. [CHAR LIMIT=NONE] -->
975    <string name="interruption_level_none_with_warning">Total silence.  This will also silence screen readers.</string>
976
977    <!-- Interruption level: None. [CHAR LIMIT=40] -->
978    <string name="interruption_level_none">Total silence</string>
979
980    <!-- Interruption level: Priority. [CHAR LIMIT=40] -->
981    <string name="interruption_level_priority">Priority only</string>
982
983    <!-- Interruption level: Alarms only. [CHAR LIMIT=40] -->
984    <string name="interruption_level_alarms">Alarms only</string>
985
986    <!-- Interruption level: None.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
987    <string name="interruption_level_none_twoline">Total\nsilence</string>
988
989    <!-- Interruption level: Priority.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
990    <string name="interruption_level_priority_twoline">Priority\nonly</string>
991
992    <!-- Interruption level: Alarms only.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
993    <string name="interruption_level_alarms_twoline">Alarms\nonly</string>
994
995    <!-- Indication on the keyguard that is shown when the device is wirelessly charging. [CHAR LIMIT=80]-->
996    <string name="keyguard_indication_charging_time_wireless"><xliff:g id="percentage" example="20%">%2$s</xliff:g> • Charging wirelessly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%1$s</xliff:g> until full)</string>
997
998    <!-- Indication on the keyguard that is shown when the device is charging. [CHAR LIMIT=50]-->
999    <string name="keyguard_indication_charging_time"><xliff:g id="percentage">%2$s</xliff:g> • Charging (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%1$s</xliff:g> until full)</string>
1000
1001    <!-- Indication on the keyguard that is shown when the device is charging rapidly. Should match keyguard_plugged_in_charging_fast [CHAR LIMIT=50]-->
1002    <string name="keyguard_indication_charging_time_fast"><xliff:g id="percentage">%2$s</xliff:g> • Charging rapidly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%1$s</xliff:g> until full)</string>
1003
1004    <!-- Indication on the keyguard that is shown when the device is charging slowly. Should match keyguard_plugged_in_charging_slowly [CHAR LIMIT=50]-->
1005    <string name="keyguard_indication_charging_time_slowly"><xliff:g id="percentage">%2$s</xliff:g> • Charging slowly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%1$s</xliff:g> until full)</string>
1006
1007    <!-- Related to user switcher --><skip/>
1008
1009    <!-- Accessibility label for the button that opens the user switcher. -->
1010    <string name="accessibility_multi_user_switch_switcher">Switch user</string>
1011
1012    <!-- Accessibility label for the button that opens the user switcher and announces the current user. -->
1013    <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>
1014
1015    <!-- Accessibility label for the user icon on the lock screen. -->
1016    <string name="accessibility_multi_user_switch_inactive">Current user <xliff:g id="current_user_name" example="John Doe">%s</xliff:g></string>
1017
1018    <!-- Accessibility label for the button that opens the quick contact of the user. -->
1019    <string name="accessibility_multi_user_switch_quick_contact">Show profile</string>
1020
1021    <!-- Label for the adding a new user in the user switcher [CHAR LIMIT=35] -->
1022    <string name="user_add_user">Add user</string>
1023
1024    <!-- Name for a freshly added user [CHAR LIMIT=30] -->
1025    <string name="user_new_user_name">New user</string>
1026
1027    <!-- Name for the guest user [CHAR LIMIT=35] -->
1028    <string name="guest_nickname">Guest</string>
1029
1030    <!-- Label for adding a new guest in the user switcher [CHAR LIMIT=35] -->
1031    <string name="guest_new_guest">Add guest</string>
1032
1033    <!-- Label for exiting and removing the  guest session in the user switcher [CHAR LIMIT=35] -->
1034    <string name="guest_exit_guest">Remove guest</string>
1035
1036    <!-- Title of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
1037    <string name="guest_exit_guest_dialog_title">Remove guest?</string>
1038
1039    <!-- Message of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
1040    <string name="guest_exit_guest_dialog_message">All apps and data in this session will be deleted.</string>
1041
1042    <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
1043    <string name="guest_exit_guest_dialog_remove">Remove</string>
1044
1045    <!-- Title of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
1046    <string name="guest_wipe_session_title">Welcome back, guest!</string>
1047
1048    <!-- Message of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
1049    <string name="guest_wipe_session_message">Do you want to continue your session?</string>
1050
1051    <!-- Notification when resuming an existing guest session: Action that starts a new session [CHAR LIMIT=35] -->
1052    <string name="guest_wipe_session_wipe">Start over</string>
1053
1054    <!-- Notification when resuming an existing guest session: Action that continues with the current session [CHAR LIMIT=35] -->
1055    <string name="guest_wipe_session_dontwipe">Yes, continue</string>
1056
1057    <!-- Title of the notification shown to a new guest user [CHAR LIMIT=60] -->
1058    <string name="guest_notification_title">Guest user</string>
1059
1060    <!-- Text of the notification shown to a new guest user [CHAR LIMIT=60] -->
1061    <string name="guest_notification_text">To delete apps and data, remove guest user</string>
1062
1063    <!-- Remove action in the notification shown to a new guest user [CHAR LIMIT=30] -->
1064    <string name="guest_notification_remove_action">REMOVE GUEST</string>
1065
1066    <!-- Title of the notification shown to logout the current user [CHAR LIMIT=60] -->
1067    <string name="user_logout_notification_title">Logout user</string>
1068
1069    <!-- Text of the notification shown to logout the current user [CHAR LIMIT=60] -->
1070    <string name="user_logout_notification_text">Logout current user</string>
1071
1072    <!-- Logout action in the notification shown to logout the current user [CHAR LIMIT=30] -->
1073    <string name="user_logout_notification_action">LOGOUT USER</string>
1074
1075    <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
1076    <string name="user_add_user_title" msgid="2108112641783146007">Add new user?</string>
1077
1078    <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
1079    <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>
1080
1081    <!-- Title for the dialog that lets users know that the maximum allowed number of users on the device has been reached. [CHAR LIMIT=35]-->
1082    <string name="user_limit_reached_title">User limit reached</string>
1083
1084    <!-- Message that tells people what's the maximum number of uses allowed on the device. [CHAR_LIMIT=NONE]-->
1085    <plurals name="user_limit_reached_message">
1086        <item quantity="one">Only one user can be created.</item>
1087        <item quantity="other">You can add up to <xliff:g id="count" example="3">%d</xliff:g> users.</item>
1088    </plurals>
1089
1090    <!-- Title of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
1091    <string name="user_remove_user_title">Remove user?</string>
1092
1093    <!-- Message of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
1094    <string name="user_remove_user_message">All apps and data of this user will be deleted.</string>
1095
1096    <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
1097    <string name="user_remove_user_remove">Remove</string>
1098
1099    <!-- Battery saver notification title. [CHAR LIMIT=60]-->
1100    <string name="battery_saver_notification_title">Battery Saver is on</string>
1101
1102    <!-- Battery saver notification text. [CHAR LIMIT=60] -->
1103    <string name="battery_saver_notification_text">Reduces performance and background data</string>
1104
1105    <!-- Battery saver notification action text. [CHAR LIMIT=60] -->
1106    <string name="battery_saver_notification_action_text">Turn off Battery Saver</string>
1107
1108    <!-- Media projection permission dialog warning text. [CHAR LIMIT=NONE] -->
1109    <string name="media_projection_dialog_text">While recording or casting, <xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g> can capture any sensitive information that is displayed on your screen or played from your device, including sensitive information such as audio, passwords, payment info, photos and messages.</string>
1110
1111    <!-- Media projection permission dialog warning text for system services. [CHAR LIMIT=NONE] -->
1112    <string name="media_projection_dialog_service_text">While recording or casting, the service providing this function can capture any sensitive information that is displayed on your screen or played from your device, including sensitive information such as audio, passwords, payment info, photos and messages.</string>
1113
1114    <!-- Media projection permission dialog warning title. [CHAR LIMIT=NONE] -->
1115    <string name="media_projection_dialog_title">Exposing sensitive info during casting/recording </string>
1116
1117    <!-- Media projection permission dialog permanent grant check box. [CHAR LIMIT=NONE] -->
1118    <string name="media_projection_remember_text">Don\'t show again</string>
1119
1120    <!-- The text to clear all notifications. [CHAR LIMIT=60] -->
1121    <string name="clear_all_notifications_text">Clear all</string>
1122
1123    <!-- The text for the manage notifications link. [CHAR LIMIT=40] -->
1124    <string name="manage_notifications_text">Manage</string>
1125
1126    <!-- Section title for notifications that do not vibrate or make noise. [CHAR LIMIT=40] -->
1127    <string name="notification_section_header_gentle">Silent notifications</string>
1128
1129    <!-- Content description for accessibility: Tapping this button will dismiss all gentle notifications [CHAR LIMIT=NONE] -->
1130    <string name="accessibility_notification_section_header_gentle_clear_all">Clear all silent notifications</string>
1131
1132    <!-- The text to show in the notifications shade when dnd is suppressing notifications. [CHAR LIMIT=100] -->
1133    <string name="dnd_suppressing_shade_text">Notifications paused by Do Not Disturb</string>
1134
1135    <!-- Media projection permission dialog action text. [CHAR LIMIT=60] -->
1136    <string name="media_projection_action_text">Start now</string>
1137
1138    <!-- Text which is shown in the notification shade when there are no notifications. [CHAR LIMIT=30] -->
1139    <string name="empty_shade_text">No notifications</string>
1140
1141    <!-- Footer profile owned text [CHAR LIMIT=50] -->
1142    <string name="profile_owned_footer">Profile may be monitored</string>
1143
1144    <!-- Footer vpn present text [CHAR LIMIT=50] -->
1145    <string name="vpn_footer">Network may be monitored</string>
1146
1147    <!-- Footer vpn present text [CHAR LIMIT=50] -->
1148    <string name="branded_vpn_footer">Network may be monitored</string>
1149
1150    <!-- 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] -->
1151    <string name="quick_settings_disclosure_management_monitoring">Your organization manages this device and may monitor network traffic</string>
1152
1153    <!-- 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] -->
1154    <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>
1155
1156    <!-- 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] -->
1157    <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>
1158
1159    <!-- 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] -->
1160    <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>
1161
1162    <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner [CHAR LIMIT=100] -->
1163    <string name="quick_settings_disclosure_management">Device is managed by your organization</string>
1164
1165    <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner [CHAR LIMIT=100] -->
1166    <string name="quick_settings_disclosure_named_management">Device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g></string>
1167
1168    <!-- 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] -->
1169    <string name="quick_settings_disclosure_management_vpns">Device is managed by your organization and connected to VPNs</string>
1170
1171    <!-- 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] -->
1172    <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>
1173
1174    <!-- 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] -->
1175    <string name="quick_settings_disclosure_managed_profile_monitoring">Your organization may monitor network traffic in your work profile</string>
1176
1177    <!-- 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] -->
1178    <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>
1179
1180    <!-- 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] -->
1181    <string name="quick_settings_disclosure_monitoring">Network may be monitored</string>
1182
1183    <!-- 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] -->
1184    <string name="quick_settings_disclosure_vpns">Device connected to VPNs</string>
1185
1186    <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN in the work profile [CHAR LIMIT=100] -->
1187    <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>
1188
1189    <!-- 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] -->
1190    <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>
1191
1192    <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN [CHAR LIMIT=100] -->
1193    <string name="quick_settings_disclosure_named_vpn">Device connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1194
1195    <!-- Monitoring dialog title for device owned devices [CHAR LIMIT=35] -->
1196    <string name="monitoring_title_device_owned">Device management</string>
1197
1198    <!-- Monitoring dialog title for profile owned devices [CHAR LIMIT=35] -->
1199    <string name="monitoring_title_profile_owned">Profile monitoring</string>
1200
1201    <!-- Monitoring dialog title for normal devices  [CHAR LIMIT=35]-->
1202    <string name="monitoring_title">Network monitoring</string>
1203
1204    <!-- STOPSHIP Monitoring strings still need to be finalized and approved -->
1205    <!-- Monitoring dialog subtitle for the section describing VPN [CHAR LIMIT=35]-->
1206    <string name="monitoring_subtitle_vpn">VPN</string>
1207
1208    <!-- Monitoring dialog subtitle for the section describing network logging [CHAR LIMIT=35]-->
1209    <string name="monitoring_subtitle_network_logging">Network logging</string>
1210
1211    <!-- Monitoring dialog subtitle for the section describing certificate authorities [CHAR LIMIT=35]-->
1212    <string name="monitoring_subtitle_ca_certificate">CA certificates</string>
1213
1214    <!-- Monitoring dialog disable vpn button [CHAR LIMIT=30] -->
1215    <string name="disable_vpn">Disable VPN</string>
1216
1217    <!-- Monitoring dialog disconnect vpn button [CHAR LIMIT=30] -->
1218    <string name="disconnect_vpn">Disconnect VPN</string>
1219
1220    <!-- Monitoring dialog label for button opening a page with more information on the admin's abilities [CHAR LIMIT=30] -->
1221    <string name="monitoring_button_view_policies">View Policies</string>
1222
1223    <!-- Monitoring dialog: Description of the device owner by name. [CHAR LIMIT=NONE]-->
1224    <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>
1225
1226    <!-- Monitoring dialog: Description of a device owner. [CHAR LIMIT=NONE]-->
1227    <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>
1228
1229    <!-- Monitoring dialog: Description of a CA Certificate. [CHAR LIMIT=NONE]-->
1230    <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>
1231
1232    <!-- Monitoring dialog: Description of a CA Certificate in the work profile. [CHAR LIMIT=NONE]-->
1233    <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>
1234
1235    <!-- Monitoring dialog: Description of a CA Certificate. [CHAR LIMIT=NONE]-->
1236    <string name="monitoring_description_ca_certificate">A certificate authority is installed on this device. Your secure network traffic may be monitored or modified.</string>
1237
1238    <!-- Monitoring dialog: Description of Network Logging. [CHAR LIMIT=NONE]-->
1239    <string name="monitoring_description_management_network_logging">Your admin has turned on network logging, which monitors traffic on your device.</string>
1240
1241    <!-- Monitoring dialog: Description of an active VPN. [CHAR LIMIT=NONE]-->
1242    <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>
1243
1244    <!-- Monitoring dialog: Description of two active VPNs. [CHAR LIMIT=NONE]-->
1245    <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>
1246
1247    <!-- Monitoring dialog: Description of an active VPN in the work profile. [CHAR LIMIT=NONE]-->
1248    <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>
1249
1250    <!-- Monitoring dialog: Description of an active VPN in the personal profile (as opposed to the work profile). [CHAR LIMIT=NONE]-->
1251    <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>
1252
1253    <!-- Monitoring dialog: Header indicating that the device is managed by a Device Owner app [CHAR LIMIT=80] -->
1254    <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>
1255
1256    <!-- Monitoring dialog: Header indicating that the device is managed by a Device Owner app [CHAR LIMIT=60] -->
1257    <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>
1258
1259    <!-- Monitoring dialog: Part of text body explaining what a Device Owner app can do [CHAR LIMIT=130] -->
1260    <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>
1261
1262    <!-- Monitoring dialog: Space that separates the body text and the "learn more" link that follows it. [CHAR LIMIT=5] -->
1263    <string name="monitoring_description_do_learn_more_separator">" "</string>
1264
1265    <!-- Monitoring dialog: Link to learn more about what a Device Owner app can do [CHAR LIMIT=55] -->
1266    <string name="monitoring_description_do_learn_more">Learn more</string>
1267
1268    <!-- 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] -->
1269    <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>
1270
1271    <!-- Monitoring dialog: Space that separates the VPN body text and the "Open VPN Settings" link that follows it. [CHAR LIMIT=5] -->
1272    <string name="monitoring_description_vpn_settings_separator">" "</string>
1273
1274    <!-- Monitoring dialog: Link to open the VPN settings page [CHAR LIMIT=60] -->
1275    <string name="monitoring_description_vpn_settings">Open VPN settings</string>
1276
1277    <!-- Monitoring dialog: Space that separates the CA certs body text and the "Open trusted credentials" link that follows it. [CHAR LIMIT=5] -->
1278    <string name="monitoring_description_ca_cert_settings_separator">" "</string>
1279
1280    <!-- Monitoring dialog: Link to open the settings page containing CA certificates [CHAR LIMIT=NONE] -->
1281    <string name="monitoring_description_ca_cert_settings">Open trusted credentials</string>
1282
1283    <!-- Monitoring dialog: Network logging text [CHAR LIMIT=400] -->
1284    <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>
1285
1286    <!-- Monitoring dialog VPN text [CHAR LIMIT=400] -->
1287    <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>
1288
1289    <!-- Monitoring dialog VPN with profile owner text [CHAR LIMIT=400] -->
1290    <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>
1291
1292    <!-- Name for a generic legacy VPN connection [CHAR LIMIT=20] -->
1293    <string name="legacy_vpn_name">VPN</string>
1294
1295    <!-- Monitoring dialog text for single app (no profile or device owner) [CHAR LIMIT=400] -->
1296    <string name="monitoring_description_app">You\'re connected to
1297        <xliff:g id="application">%1$s</xliff:g>, which can monitor your network activity,
1298        including emails, apps, and websites.</string>
1299
1300    <!-- Monitoring dialog text for single app (inside personal profile) [CHAR LIMIT=400] -->
1301    <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>
1302
1303    <!-- Monitoring dialog text for single app (inside personal profile) [CHAR LIMIT=400] -->
1304    <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>
1305
1306    <!-- Monitoring dialog text for single app (inside work profile) [CHAR LIMIT=400] -->
1307    <string name="monitoring_description_app_work">Your work profile is managed by
1308        <xliff:g id="organization">%1$s</xliff:g>. The profile is connected to
1309        <xliff:g id="application">%2$s</xliff:g>, which can monitor your work network activity,
1310        including emails, apps, and websites.\n\nFor more information, contact your admin.</string>
1311
1312    <!-- Monitoring dialog text for multiple apps (in personal and work profiles) [CHAR LIMIT=400] -->
1313    <string name="monitoring_description_app_personal_work">Your work profile is managed by
1314        <xliff:g id="organization">%1$s</xliff:g>. The profile is connected to
1315        <xliff:g id="application_work">%2$s</xliff:g>, which can monitor your work network activity,
1316        including emails, apps, and websites.\n\nYou\'re also connected to
1317        <xliff:g id="application_personal">%3$s</xliff:g>, which can monitor your personal network
1318        activity.</string>
1319
1320    <!-- Indication on the keyguard that appears when a trust agents unlocks the device. [CHAR LIMIT=40] -->
1321    <string name="keyguard_indication_trust_unlocked">Kept unlocked by TrustAgent</string>
1322
1323    <!-- Indication on the keyguard that appears when the user disables trust agents until the next time they unlock manually. [CHAR LIMIT=NONE] -->
1324    <string name="keyguard_indication_trust_disabled">Device will stay locked until you manually unlock</string>
1325
1326    <!-- Title of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=40] -->
1327    <string name="hidden_notifications_title">Get notifications faster</string>
1328
1329    <!-- Body of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=60] -->
1330    <string name="hidden_notifications_text">See them before you unlock</string>
1331
1332    <!-- Cancel action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
1333    <string name="hidden_notifications_cancel">No thanks</string>
1334
1335    <!-- continue action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
1336    <string name="hidden_notifications_setup">Set up</string>
1337
1338    <!-- 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] -->
1339    <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>
1340
1341    <!-- Button label for ending zen mode in the volume dialog -->
1342    <string name="volume_zen_end_now">Turn off now</string>
1343
1344    <!-- Content description for accessibility (not shown on the screen): volume dialog settings button. [CHAR LIMIT=NONE] -->
1345    <string name="accessibility_volume_settings">Sound settings</string>
1346
1347    <!-- Content description for accessibility (not shown on the screen): volume dialog expand button. [CHAR LIMIT=NONE] -->
1348    <string name="accessibility_volume_expand">Expand</string>
1349
1350    <!-- Content description for accessibility (not shown on the screen): volume dialog collapse button. [CHAR LIMIT=NONE] -->
1351    <string name="accessibility_volume_collapse">Collapse</string>
1352
1353    <!-- Label for the odi caption initial tool tip. [CHAR LIMIT=28] -->
1354    <string name="volume_odi_captions_tip">Automatically caption media</string>
1355
1356    <!-- Content description for accessibility: Clear the odi caption tool tip. [CHAR LIMIT=NONE] -->
1357    <string name="accessibility_volume_close_odi_captions_tip">Close captions tip</string>
1358
1359    <!-- Content description for accessibility: Captions button. [CHAR LIMIT=NONE] -->
1360    <string name="volume_odi_captions_content_description">Captions overlay</string>
1361
1362    <!-- Content description for accessibility: Hint if click will enable. [CHAR LIMIT=NONE] -->
1363    <string name="volume_odi_captions_hint_enable">enable</string>
1364    <!-- Content description for accessibility: Hint if click will disable. [CHAR LIMIT=NONE] -->
1365    <string name="volume_odi_captions_hint_disable">disable</string>
1366
1367    <!-- content description for audio output chooser [CHAR LIMIT=NONE]-->
1368    <string name="accessibility_output_chooser">Switch output device</string>
1369
1370    <!-- Screen pinning dialog title. -->
1371    <string name="screen_pinning_title">Screen is pinned</string>
1372    <!-- Screen pinning dialog description. -->
1373    <string name="screen_pinning_description">This keeps it in view until you unpin. Touch &amp; hold Back and Overview to unpin.</string>
1374    <string name="screen_pinning_description_recents_invisible">This keeps it in view until you unpin. Touch &amp; hold Back and Home to unpin.</string>
1375    <string name="screen_pinning_description_gestural">This keeps it in view until you unpin. Swipe up &amp; hold to unpin.</string>
1376    <!-- Screen pinning dialog description. -->
1377    <string name="screen_pinning_description_accessible">This keeps it in view until you unpin. Touch &amp; hold Overview to unpin.</string>
1378    <string name="screen_pinning_description_recents_invisible_accessible">This keeps it in view until you unpin. Touch &amp; hold Home to unpin.</string>
1379    <!-- Notify use that they are in Lock-to-app -->
1380    <string name="screen_pinning_toast">To unpin this screen, touch &amp; hold Back and Overview
1381        buttons</string>
1382    <string name="screen_pinning_toast_recents_invisible">To unpin this screen, touch &amp; hold Back
1383        and Home buttons</string>
1384    <!-- Screen pinning positive response. -->
1385    <string name="screen_pinning_positive">Got it</string>
1386    <!-- Screen pinning negative response. -->
1387    <string name="screen_pinning_negative">No thanks</string>
1388    <!-- Enter/Exiting screen pinning indication. -->
1389    <string name="screen_pinning_start">Screen pinned</string>
1390    <string name="screen_pinning_exit">Screen unpinned</string>
1391
1392
1393    <!-- Hide quick settings tile confirmation title -->
1394    <string name="quick_settings_reset_confirmation_title">Hide <xliff:g id="tile_label" example="Hotspot">%1$s</xliff:g>?</string>
1395
1396    <!-- Hide quick settings tile confirmation message -->
1397    <string name="quick_settings_reset_confirmation_message">It will reappear the next time you turn it on in settings.</string>
1398
1399    <!-- Hide quick settings tile confirmation button -->
1400    <string name="quick_settings_reset_confirmation_button">Hide</string>
1401
1402    <!-- volume stream names. All nouns. -->
1403    <string name="stream_voice_call">Call</string> <!-- STREAM_VOICE_CALL -->
1404    <string name="stream_system">System</string> <!-- STREAM_SYSTEM -->
1405    <string name="stream_ring">Ring</string> <!-- STREAM_RING -->
1406    <string name="stream_music">Media</string> <!-- STREAM_MUSIC -->
1407    <string name="stream_alarm">Alarm</string> <!-- STREAM_ALARM -->
1408    <string name="stream_notification">Notification</string> <!-- STREAM_NOTIFICATION -->
1409    <string name="stream_bluetooth_sco">Bluetooth</string> <!-- STREAM_BLUETOOTH_SCO -->
1410    <string name="stream_system_enforced" translatable="false">System enforced</string> <!-- STREAM_SYSTEM_ENFORCED -->
1411    <string name="stream_dtmf">Dual multi tone frequency</string> <!-- STREAM_DTMF -->
1412    <string name="stream_tts" translatable="false">Transmitted Through Speaker</string> <!-- STREAM_TTS -->
1413    <string name="stream_accessibility">Accessibility</string> <!-- STREAM_ACCESSIBILITY -->
1414
1415    <string name="ring_toggle_title">Calls</string>
1416    <string name="volume_ringer_status_normal">Ring</string>
1417    <string name="volume_ringer_status_vibrate">Vibrate</string>
1418    <string name="volume_ringer_status_silent">Mute</string>
1419
1420    <!-- Shown in the header of quick settings to indicate to the user that their phone ringer is on vibrate. [CHAR_LIMIT=NONE] -->
1421    <string name="qs_status_phone_vibrate">Phone on vibrate</string>
1422    <!-- Shown in the header of quick settings to indicate to the user that their phone ringer is on silent (muted). [CHAR_LIMIT=NONE] -->
1423    <string name="qs_status_phone_muted">Phone muted</string>
1424
1425    <string name="volume_stream_muted" translatable="false">%s silent</string>
1426    <string name="volume_stream_vibrate" translatable="false">%s vibrate</string>
1427    <string name="volume_stream_suppressed" translatable="false">%1$s silent — %2$s</string>
1428    <string name="volume_stream_muted_dnd" translatable="false">%s silent — Total silence</string>
1429    <string name="volume_stream_limited_dnd" translatable="false">%s — Priority only</string>
1430    <string name="volume_stream_vibrate_dnd" translatable="false">%s vibrate — Priority only</string>
1431
1432    <string name="volume_stream_content_description_unmute">%1$s. Tap to unmute.</string>
1433    <string name="volume_stream_content_description_vibrate">%1$s. Tap to set to vibrate. Accessibility services may be muted.</string>
1434    <string name="volume_stream_content_description_mute">%1$s. Tap to mute. Accessibility services may be muted.</string>
1435    <string name="volume_stream_content_description_vibrate_a11y">%1$s. Tap to set to vibrate.</string>
1436    <string name="volume_stream_content_description_mute_a11y">%1$s. Tap to mute.</string>
1437
1438    <!-- Hint for accessibility. For example: double tap to mute [CHAR_LIMIT=NONE] -->
1439    <string name="volume_ringer_hint_mute">mute</string>
1440    <!-- Hint for accessibility. For example: double tap to unmute [CHAR_LIMIT=NONE] -->
1441    <string name="volume_ringer_hint_unmute">unmute</string>
1442    <!-- Hint for accessibility. For example: double tap to vibrate [CHAR_LIMIT=NONE] -->
1443    <string name="volume_ringer_hint_vibrate">vibrate</string>
1444
1445    <string name="volume_dialog_title">%s volume controls</string>
1446
1447    <string name="volume_dialog_ringer_guidance_ring">Calls and notifications will ring (<xliff:g id="volume level" example="56">%1$s</xliff:g>)</string>
1448
1449    <string name="output_title">Media output</string>
1450    <string name="output_calls_title">Phone call output</string>
1451    <string name="output_none_found">No devices found</string>
1452    <string name="output_none_found_service_off">No devices found. Try turning on <xliff:g id="service" example="Bluetooth">%1$s</xliff:g></string>
1453    <string name="output_service_bt">Bluetooth</string>
1454    <string name="output_service_wifi">Wi-Fi</string>
1455    <string name="output_service_bt_wifi">Bluetooth and Wi-Fi</string>
1456
1457    <!-- Name of special SystemUI debug settings -->
1458    <string name="system_ui_tuner">System UI Tuner</string>
1459
1460    <!-- Preference to show/hide embedded battery percentage [CHAR LIMIT=50] -->
1461    <string name="show_battery_percentage">Show embedded battery percentage</string>
1462
1463    <!-- Summary for battery percentage preference [CHAR LIMIT=NONE] -->
1464    <string name="show_battery_percentage_summary">Show battery level percentage inside the status bar icon when not charging</string>
1465
1466    <!-- Name of quick settings -->
1467    <string name="quick_settings">Quick Settings</string>
1468
1469    <!-- Name of status bar -->
1470    <string name="status_bar">Status bar</string>
1471
1472    <!-- Name of overview -->
1473    <string name="overview">Overview</string>
1474
1475    <!-- Name of System UI demo mode (mode with preset icons for screenshots) -->
1476    <string name="demo_mode">System UI demo mode</string>
1477
1478    <!-- Enable demo mode -->
1479    <string name="enable_demo_mode">Enable demo mode</string>
1480
1481    <!-- Show demo mode icons -->
1482    <string name="show_demo_mode">Show demo mode</string>
1483
1484    <!-- Name of the ethernet status bar icon. -->
1485    <string name="status_bar_ethernet">Ethernet</string>
1486
1487    <!-- Name of the alarm status bar icon. -->
1488    <string name="status_bar_alarm">Alarm</string>
1489
1490    <!-- Name of the work status bar icon. -->
1491    <string name="status_bar_work">Work profile</string>
1492
1493    <!-- Name of the airplane status bar icon. -->
1494    <string name="status_bar_airplane">Airplane mode</string>
1495
1496    <!-- Description for adding  a quick settings tile -->
1497    <string name="add_tile">Add tile</string>
1498
1499    <!-- Name of a quick settings tile controlled by broadcast -->
1500    <string name="broadcast_tile">Broadcast Tile</string>
1501
1502    <!-- For preview release. DO NOT TRANSLATE -->
1503    <string name="regrettable_lack_of_easter_egg">
1504        ¯\\_(ツ)_/¯
1505    </string>
1506
1507    <!-- Warning text when an alarm might be silenced by Do Not Disturb [CHAR LIMIT=NONE] -->
1508    <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>
1509
1510    <!-- Warning text when an alarm might be silenced by Do Not Disturb due to a time-based condition [CHAR LIMIT=NONE] -->
1511    <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>
1512
1513    <!-- Alarm template for near alarms [CHAR LIMIT=25] -->
1514    <string name="alarm_template">at <xliff:g id="when" example="7:00 AM">%1$s</xliff:g></string>
1515
1516    <!-- Alarm template for far alarms [CHAR LIMIT=25] -->
1517    <string name="alarm_template_far">on <xliff:g id="when" example="Fri 7:00 AM">%1$s</xliff:g></string>
1518
1519    <!-- Accessibility label for Quick Settings detail screens [CHAR LIMIT=NONE] -->
1520    <string name="accessibility_quick_settings_detail">Quick Settings, <xliff:g id="title" example="Wi-Fi">%s</xliff:g>.</string>
1521
1522    <!-- Accessibility label for hotspot icon [CHAR LIMIT=NONE] -->
1523    <string name="accessibility_status_bar_hotspot">Hotspot</string>
1524
1525    <!-- Accessibility label for managed profile icon (not shown on screen) [CHAR LIMIT=NONE] -->
1526    <string name="accessibility_managed_profile">Work profile</string>
1527
1528    <!-- Title of warning when entering System UI tuner for first time [CHAR LIMIT=NONE] -->
1529    <string name="tuner_warning_title">Fun for some but not for all</string>
1530
1531    <!-- Warning for users entering the System UI tuner for the first time [CHAR LIMIT=NONE]-->
1532    <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>
1533
1534    <!-- Warning for users entering the System UI tuner [CHAR LIMIT=NONE]-->
1535    <string name="tuner_persistent_warning">These experimental features may change, break, or disappear in future releases. Proceed with caution.</string>
1536
1537    <!-- Generic "got it" acceptance of dialog or cling [CHAR LIMIT=NONE] -->
1538    <string name="got_it">Got it</string>
1539
1540    <!-- Toast describing tuner has been enabled [CHAR LIMIT=NONE] -->
1541    <string name="tuner_toast">Congrats! System UI Tuner has been added to Settings</string>
1542
1543    <!-- Option to remove the tuner from settings [CHAR LIMIT=NONE] -->
1544    <string name="remove_from_settings">Remove from Settings</string>
1545
1546    <!-- Dialog asking if the tuner should really be removed from settings [CHAR LIMIT=NONE]-->
1547    <string name="remove_from_settings_prompt">Remove System UI Tuner from Settings and stop using all of its features?"</string>
1548
1549    <!-- Displayed when user launches an app that was uninstalled  [CHAR LIMIT=NONE] -->
1550    <string name="activity_not_found">Application is not installed on your device</string>
1551
1552    <!-- Name of setting to show clock seconds [CHAR LIMIT=40] -->
1553    <string name="clock_seconds">Show clock seconds</string>
1554    <!-- Description of setting to show clock seconds [CHAR LIMIT=NONE] -->
1555    <string name="clock_seconds_desc">Show clock seconds in the status bar. May impact battery life.</string>
1556
1557    <!-- Button that leads to page to rearrange quick settings tiles [CHAR LIMIT=60] -->
1558    <string name="qs_rearrange">Rearrange Quick Settings</string>
1559    <!-- Option to show brightness bar in quick settings [CHAR LIMIT=60] -->
1560    <string name="show_brightness">Show brightness in Quick Settings</string>
1561    <!-- Option to use new paging layout in quick settings [CHAR LIMIT=60] -->
1562    <string name="qs_paging" translatable="false">Use the new Quick Settings</string>
1563
1564    <!-- Category in the System UI Tuner settings, where new/experimental
1565         settings are -->
1566    <string name="experimental">Experimental</string>
1567
1568    <string name="qs_customize" translatable="false">Allow long-press customize in Quick Settings</string>
1569    <string name="qs_customize_info" translatable="false">Info</string>
1570    <string name="qs_customize_remove" translatable="false">Remove</string>
1571    <string name="no_tiles_add" translatable="false">No tiles to add</string>
1572
1573    <!-- Dialog title asking if Bluetooth should be enabled [CHAR LIMIT=NONE] -->
1574    <string name="enable_bluetooth_title">Turn on Bluetooth?</string>
1575
1576    <!-- Dialog message explaining why Bluetooth should be enabled when a packaged keyboard is
1577         conncted to the device [CHAR LIMIT=NONE] -->
1578    <string name="enable_bluetooth_message">To connect your keyboard with your tablet, you first have to turn on Bluetooth.</string>
1579
1580    <!-- Bluetooth enablement ok text [CHAR LIMIT=40] -->
1581    <string name="enable_bluetooth_confirmation_ok">Turn on</string>
1582
1583    <!-- [CHAR LIMIT=100] Notification importance option -->
1584    <string name="show_silently">Show notifications silently</string>
1585    <!-- [CHAR LIMIT=100] Notification importance option -->
1586    <string name="block">Block all notifications</string>
1587    <!-- [CHAR LIMIT=100] Notification importance option -->
1588    <string name="do_not_silence">Don\'t silence</string>
1589    <!-- [CHAR LIMIT=100] Notification importance option -->
1590    <string name="do_not_silence_block">Don\'t silence or block</string>
1591
1592    <!-- [CHAR LIMIT=NONE] Importance Tuner setting title -->
1593    <string name="tuner_full_importance_settings">Power notification controls</string>
1594    <string name="tuner_full_importance_settings_on">On</string>
1595    <string name="tuner_full_importance_settings_off">Off</string>
1596    <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.
1597        \n\n<b>Level 5</b>
1598        \n- Show at the top of the notification list
1599        \n- Allow full screen interruption
1600        \n- Always peek
1601        \n\n<b>Level 4</b>
1602        \n- Prevent full screen interruption
1603        \n- Always peek
1604        \n\n<b>Level 3</b>
1605        \n- Prevent full screen interruption
1606        \n- Never peek
1607        \n\n<b>Level 2</b>
1608        \n- Prevent full screen interruption
1609        \n- Never peek
1610        \n- Never make sound and vibration
1611        \n\n<b>Level 1</b>
1612        \n- Prevent full screen interruption
1613        \n- Never peek
1614        \n- Never make sound or vibrate
1615        \n- Hide from lock screen and status bar
1616        \n- Show at the bottom of the notification list
1617        \n\n<b>Level 0</b>
1618        \n- Block all notifications from the app
1619    </string>
1620
1621    <!-- Notification Inline Controls: Header for apps that are not yet using notification channels. -->
1622    <string name="notification_header_default_channel">Notifications</string>
1623
1624    <!-- Notification Inline Controls: Shown when a channel's notifications are currently blocked -->
1625    <string name="notification_channel_disabled">You won\'t see these notifications anymore</string>
1626
1627    <!-- Notification inline controls: Shown when a channel's notifications are minimized -->
1628    <string name="notification_channel_minimized">These notifications will be minimized</string>
1629
1630    <!-- Notification inline controls: Shown when a channel's notifications are silenced [CHAR_LIMIT=100] -->
1631    <string name="notification_channel_silenced">These notifications will be shown silently</string>
1632
1633    <!-- Notification inline controls: Shown when a channel's notifications are set to alert [CHAR_LIMIT=100] -->
1634    <string name="notification_channel_unsilenced">These notifications will alert you</string>
1635
1636    <!-- Notification Inline controls: continue receiving notifications prompt, channel level -->
1637    <string name="inline_blocking_helper">You usually dismiss these notifications.
1638    \nKeep showing them?</string>
1639
1640    <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] -->
1641    <string name="inline_done_button">Done</string>
1642
1643    <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] -->
1644    <string name="inline_ok_button">Apply</string>
1645
1646    <!-- Notification Inline controls: continue receiving notifications prompt, channel level -->
1647    <string name="inline_keep_showing">Keep showing these notifications?</string>
1648
1649    <!-- Notification inline controls: block notifications button [CHAR_LIMIT=25] -->
1650    <string name="inline_stop_button">Stop notifications</string>
1651
1652    <!-- Notification inline controls: button to deliver notifications silently from this channel [CHAR_LIMIT=30] -->
1653    <string name="inline_deliver_silently_button">Deliver Silently</string>
1654
1655    <!-- Notification inline controls: button to block notifications from this channel [CHAR_LIMIT=20] -->
1656    <string name="inline_block_button">Block</string>
1657
1658    <!-- Notification inline controls: keep getting notifications button [CHAR_LIMIT=25] -->
1659    <string name="inline_keep_button">Keep showing</string>
1660
1661    <!-- Notification inline controls: minimize notifications button [CHAR_LIMIT=20] -->
1662    <string name="inline_minimize_button">Minimize</string>
1663
1664    <!-- Notification inline controls: button to show notifications silently, without alerting the user [CHAR_LIMIT=35] -->
1665    <string name="inline_silent_button_silent">Silent</string>
1666
1667    <!-- Notification inline controls: button to continue showing notifications silently [CHAR_LIMIT=35] -->
1668    <string name="inline_silent_button_stay_silent">Stay silent</string>
1669
1670    <!-- Notification inline controls: button to make notifications alert the user [CHAR_LIMIT=35] -->
1671    <string name="inline_silent_button_alert">Alerting</string>
1672
1673    <!-- Notification inline controls: button to continue alerting the user when notifications arrive [CHAR_LIMIT=35] -->
1674    <string name="inline_silent_button_keep_alerting">Keep alerting</string>
1675
1676    <!-- Notification inline controls: button to show block screen [CHAR_LIMIT=35] -->
1677    <string name="inline_turn_off_notifications">Turn off notifications</string>
1678
1679    <!-- Notification Inline controls: continue receiving notifications prompt, app level -->
1680    <string name="inline_keep_showing_app">Keep showing notifications from this app?</string>
1681
1682    <!-- [CHAR LIMIT=100] Notification Importance title -->
1683    <string name="notification_silence_title">Silent</string>
1684
1685    <!-- [CHAR LIMIT=100] Notification Importance title -->
1686    <string name="notification_alert_title">Alerting</string>
1687
1688    <!-- [CHAR LIMIT=150] Notification Importance title: low importance level summary -->
1689    <string name="notification_channel_summary_low">Helps you focus without sound or vibration.</string>
1690
1691    <!-- [CHAR LIMIT=150] Notification Importance title: normal importance level summary -->
1692    <string name="notification_channel_summary_default">Gets your attention with sound or vibration.</string>
1693
1694    <!-- Notification: Control panel: Label that displays when the app's notifications cannot be blocked. -->
1695    <string name="notification_unblockable_desc">These notifications can\'t be modified.</string>
1696
1697    <!-- Notification: Control panel: label that displays when viewing settings for a group of notifications posted to multiple channels. -->
1698    <string name="notification_multichannel_desc">This group of notifications cannot be configured here</string>
1699
1700    <!-- Notification: Control panel: Label for the app that posted this notification, if it's not the package that the notification was posted for -->
1701    <string name="notification_delegate_header">Proxied notification</string>
1702
1703    <!-- [CHAR LIMIT=40 Notification: Label for the inline channel blocking view -->
1704    <string name="notification_channel_dialog_title">All <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> notifications</string>
1705
1706    <!-- [CHAR LIMIT=20 Notification: "See more" button -->
1707    <string name="see_more_title">See more</string>
1708
1709    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1710    <string name="appops_camera">This app is using the camera.</string>
1711    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1712    <string name="appops_microphone">This app is using the microphone.</string>
1713    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1714    <string name="appops_overlay">This app is displaying over other apps on your screen.</string>
1715    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1716    <string name="appops_camera_mic">This app is using the microphone and camera.</string>
1717    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1718    <string name="appops_camera_overlay">This app is displaying over other apps on your screen and using the camera.</string>
1719    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1720    <string name="appops_mic_overlay">This app is displaying over other apps on your screen and using the microphone.</string>
1721    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1722    <string name="appops_camera_mic_overlay">This app is displaying over other apps on your screen and using the microphone and camera.</string>
1723
1724    <string name="notification_appops_settings">Settings</string>
1725    <string name="notification_appops_ok">OK</string>
1726
1727    <!-- Notification: Control panel: Accessibility description for expanded inline controls view, used
1728        to control settings about notifications related to the current notification.  -->
1729    <string name="notification_channel_controls_opened_accessibility">Notification controls for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> opened</string>
1730    <!-- Notification: Control panel: Accessibility description for announcing the closing of the
1731        inline controls view.  -->
1732    <string name="notification_channel_controls_closed_accessibility">Notification controls for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> closed</string>
1733    <!-- Notification: Control panel: Accessibility description for switch that is used to enable
1734        or disable notifications from this channel -->
1735    <string name="notification_channel_switch_accessibility">Allow notifications from this channel</string>
1736    <!-- Notification: Control panel: Label for button that launches notification settings. Used
1737        when this app has only defined a single channel for notifications. -->
1738    <string name="notification_more_settings">More settings</string>
1739    <!-- Notification: Control panel: Label for a link that launches notification settings in the
1740        app that sent the notification. -->
1741    <string name="notification_app_settings">Customize</string>
1742    <!-- Notification: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
1743    <string name="notification_done">Done</string>
1744    <!-- Notification: inline controls: undo block button -->
1745    <string name="inline_undo">Undo</string>
1746
1747    <!-- Notification: Menu row: Content description for menu items. [CHAR LIMIT=NONE] -->
1748    <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>
1749
1750    <!-- Notification: Menu row: Content description for the gear menu item. [CHAR LIMIT=NONE] -->
1751    <string name="notification_menu_gear_description">notification controls</string>
1752
1753    <!-- Notification: Menu row: Content description for the snooze icon. [CHAR LIMIT=NONE] -->
1754    <string name="notification_menu_snooze_description">notification snooze options</string>
1755
1756    <!-- Notification: Menu row: Label for the snooze action shown in local context menu. [CHAR LIMIT=NONE] -->
1757    <string name="notification_menu_snooze_action">Snooze</string>
1758
1759    <!-- Notification: Snooze panel: Snooze undo button label. [CHAR LIMIT=50]-->
1760    <string name="snooze_undo">UNDO</string>
1761
1762    <!-- Notification: Snooze panel: message indicating how long the notification was snoozed for. [CHAR LIMIT=100]-->
1763    <string name="snoozed_for_time">Snoozed for <xliff:g id="time_amount" example="15 minutes">%1$s</xliff:g></string>
1764
1765    <!-- Notification:Snooze panel: Snooze options for hours -->
1766    <plurals name="snoozeHourOptions">
1767        <item quantity="one">%d hour</item>
1768        <item quantity="two">%d hours</item>
1769        <item quantity="few">%d hours</item>
1770        <item quantity="other">%d hours</item>
1771    </plurals>
1772
1773   <!--  Notification: Snooze panel: Snooze options for minutes -->
1774   <plurals name="snoozeMinuteOptions">
1775        <item quantity="one">%d minute</item>
1776        <item quantity="few">%d minutes</item>
1777        <item quantity="other">%d minutes</item>
1778    </plurals>
1779
1780    <!-- Title of the battery settings detail panel [CHAR LIMIT=20] -->
1781    <string name="battery_panel_title">Battery usage</string>
1782
1783    <!-- Summary of battery saver not available [CHAR LIMIT=NONE] -->
1784    <string name="battery_detail_charging_summary">Battery Saver not available during charging</string>
1785
1786    <!-- Title of switch for battery saver [CHAR LIMIT=NONE] -->
1787    <string name="battery_detail_switch_title">Battery Saver</string>
1788
1789    <!-- Summary of switch for battery saver [CHAR LIMIT=NONE] -->
1790    <string name="battery_detail_switch_summary">Reduces performance and background data</string>
1791
1792    <!-- Name used for certain Keyboard keys on gamepads, e.g. "Button L1". -->
1793    <string name="keyboard_key_button_template">Button <xliff:g id="name">%1$s</xliff:g></string>
1794    <!-- Name used to refer to the "Home" key on the keyboard. -->
1795    <string name="keyboard_key_home">Home</string>
1796    <!-- Name used to refer to the "Back" key on the keyboard. -->
1797    <string name="keyboard_key_back">Back</string>
1798    <!-- Name used to refer to the "Up" arrow key on the keyboard. -->
1799    <string name="keyboard_key_dpad_up">Up</string>
1800    <!-- Name used to refer to the "Down" arrow key on the keyboard. -->
1801    <string name="keyboard_key_dpad_down">Down</string>
1802    <!-- Name used to refer to the "Left" arrow key on the keyboard. -->
1803    <string name="keyboard_key_dpad_left">Left</string>
1804    <!-- Name used to refer to the "Right" arrow key on the keyboard. -->
1805    <string name="keyboard_key_dpad_right">Right</string>
1806    <!-- Name used to refer to the "Center" arrow key on the keyboard. -->
1807    <string name="keyboard_key_dpad_center">Center</string>
1808    <!-- Name used to refer to the "Tab" key on the keyboard. -->
1809    <string name="keyboard_key_tab">Tab</string>
1810    <!-- Name used to refer to the "Space" key on the keyboard. -->
1811    <string name="keyboard_key_space">Space</string>
1812    <!-- Name used to refer to the "Enter" key on the keyboard. -->
1813    <string name="keyboard_key_enter">Enter</string>
1814    <!-- Name used to refer to the "Backspace" key on the keyboard. -->
1815    <string name="keyboard_key_backspace">Backspace</string>
1816    <!-- Name used to refer to the "Play/Pause" media key on the keyboard. -->
1817    <string name="keyboard_key_media_play_pause">Play/Pause</string>
1818    <!-- Name used to refer to the "Stop" media key on the keyboard. -->
1819    <string name="keyboard_key_media_stop">Stop</string>
1820    <!-- Name used to refer to the "Next" media key on the keyboard. -->
1821    <string name="keyboard_key_media_next">Next</string>
1822    <!-- Name used to refer to the "Previous" media key on the keyboard. -->
1823    <string name="keyboard_key_media_previous">Previous</string>
1824    <!-- Name used to refer to the "Rewind" media key on the keyboard. -->
1825    <string name="keyboard_key_media_rewind">Rewind</string>
1826    <!-- Name used to refer to the "Fast Forward" media key on the keyboard. -->
1827    <string name="keyboard_key_media_fast_forward">Fast Forward</string>
1828    <!-- Name used to refer to the "Page Up" key on the keyboard. -->
1829    <string name="keyboard_key_page_up">Page Up</string>
1830    <!-- Name used to refer to the "Page Down" key on the keyboard. -->
1831    <string name="keyboard_key_page_down">Page Down</string>
1832    <!-- Name used to refer to the "Delete" key on the keyboard. -->
1833    <string name="keyboard_key_forward_del">Delete</string>
1834    <!-- Name used to refer to the "Home" move key on the keyboard. -->
1835    <string name="keyboard_key_move_home">Home</string>
1836    <!-- Name used to refer to the "End" move key on the keyboard. -->
1837    <string name="keyboard_key_move_end">End</string>
1838    <!-- Name used to refer to the "Insert" key on the keyboard. -->
1839    <string name="keyboard_key_insert">Insert</string>
1840    <!-- Name used to refer to the "Num Lock" key on the keyboard. -->
1841    <string name="keyboard_key_num_lock">Num Lock</string>
1842    <!-- Name used to refer to keys on the numeric pad of the keyboard, e.g. "Numpad 9". -->
1843    <string name="keyboard_key_numpad_template">Numpad <xliff:g id="name">%1$s</xliff:g></string>
1844
1845    <!-- User visible title for the system-wide keyboard shortcuts list. -->
1846    <string name="keyboard_shortcut_group_system">System</string>
1847    <!-- User visible title for the keyboard shortcut that takes the user to the home screen. -->
1848    <string name="keyboard_shortcut_group_system_home">Home</string>
1849    <!-- User visible title for the the keyboard shortcut that takes the user to the recents screen. -->
1850    <string name="keyboard_shortcut_group_system_recents">Recents</string>
1851    <!-- User visible title for the the keyboard shortcut that triggers the back action. -->
1852    <string name="keyboard_shortcut_group_system_back">Back</string>
1853    <!-- User visible title for the the keyboard shortcut that triggers the notification shade. -->
1854    <string name="keyboard_shortcut_group_system_notifications">Notifications</string>
1855    <!-- User visible title for the the keyboard shortcut that triggers the keyboard shortcuts helper. -->
1856    <string name="keyboard_shortcut_group_system_shortcuts_helper">Keyboard Shortcuts</string>
1857    <!-- User visible title for the the keyboard shortcut that switches to the next hardware keyboard layout. [CHAR LIMIT=30] -->
1858    <string name="keyboard_shortcut_group_system_switch_input">Switch keyboard layout</string>
1859
1860    <!-- User visible title for the system-wide applications keyboard shortcuts list. -->
1861    <string name="keyboard_shortcut_group_applications">Applications</string>
1862    <!-- User visible title for the keyboard shortcut that takes the user to the assist app. -->
1863    <string name="keyboard_shortcut_group_applications_assist">Assist</string>
1864    <!-- User visible title for the keyboard shortcut that takes the user to the browser app. -->
1865    <string name="keyboard_shortcut_group_applications_browser">Browser</string>
1866    <!-- User visible title for the keyboard shortcut that takes the user to the contacts app. -->
1867    <string name="keyboard_shortcut_group_applications_contacts">Contacts</string>
1868    <!-- User visible title for the keyboard shortcut that takes the user to the email app. -->
1869    <string name="keyboard_shortcut_group_applications_email">Email</string>
1870    <!-- User visible title for the keyboard shortcut that takes the user to the SMS messaging app. -->
1871    <string name="keyboard_shortcut_group_applications_sms">SMS</string>
1872    <!-- User visible title for the keyboard shortcut that takes the user to the music app. -->
1873    <string name="keyboard_shortcut_group_applications_music">Music</string>
1874    <!-- User visible title for the keyboard shortcut that takes the user to the YouTube app. -->
1875    <string name="keyboard_shortcut_group_applications_youtube">YouTube</string>
1876    <!-- User visible title for the keyboard shortcut that takes the user to the calendar app. -->
1877    <string name="keyboard_shortcut_group_applications_calendar">Calendar</string>
1878
1879    <!-- SysUI Tuner: Option to show full do not disturb panel in volume [CHAR LIMIT=60] -->
1880    <string name="tuner_full_zen_title">Show with volume controls</string>
1881
1882    <!-- SysUI Tuner: Label for screen about do not disturb settings [CHAR LIMIT=60] -->
1883    <string name="volume_and_do_not_disturb">Do Not Disturb</string>
1884
1885    <!-- SysUI Tuner: Switch to control whether volume buttons enter/exit do
1886         not disturb [CHAR LIMIT=60] -->
1887    <string name="volume_dnd_silent">Volume buttons shortcut</string>
1888
1889    <!-- SysUI Tuner: Switch to control volume up behavior [CHAR LIMIT=60] -->
1890    <string name="volume_up_silent">Exit Do Not Disturb on volume up</string>
1891
1892    <!-- Name of the battery icon in status bar [CHAR LIMIT=30] -->
1893    <string name="battery">Battery</string>
1894
1895    <!-- Name of the clock in status bar [CHAR LIMIT=30] -->
1896    <string name="clock">Clock</string>
1897
1898    <!-- Name of the headset in status bar [CHAR LIMIT=30] -->
1899    <string name="headset">Headset</string>
1900
1901    <!-- Accessibility description for long click on a quick settings tile - this is used in the
1902         context of the sentence "double tap and hold to _Open settings_" [CHAR LIMIT=NONE] -->
1903    <string name="accessibility_long_click_tile">Open settings</string>
1904
1905    <!-- Accessibility description of headphones icon [CHAR LIMIT=NONE] -->
1906    <string name="accessibility_status_bar_headphones">Headphones connected</string>
1907
1908    <!-- Accessibility description of headset icon [CHAR LIMIT=NONE] -->
1909    <string name="accessibility_status_bar_headset">Headset connected</string>
1910
1911    <!-- Label for quick settings tile for data saver [CHAR LIMIT=30] -->
1912    <string name="data_saver">Data Saver</string>
1913
1914    <!-- Accessibility description for data saver being on [CHAR LIMIT=NONE] -->
1915    <string name="accessibility_data_saver_on">Data Saver is on</string>
1916
1917    <!-- Accessibility description for data saver being off [CHAR LIMIT=NONE] -->
1918    <string name="accessibility_data_saver_off">Data Saver is off</string>
1919
1920    <!-- Label for feature switch [CHAR LIMIT=30] -->
1921    <string name="switch_bar_on">On</string>
1922
1923    <!-- Label for feature switch [CHAR LIMIT=30] -->
1924    <string name="switch_bar_off">Off</string>
1925
1926    <!-- SysUI Tuner: Button that leads to the navigation bar customization screen [CHAR LIMIT=60] -->
1927    <string name="nav_bar">Navigation bar</string>
1928
1929    <!-- Label for navigation edge panel for gestures [CHAR LIMIT=60] -->
1930    <string name="nav_bar_edge_panel" translatable="false">Navigation bar Edge Panel</string>
1931
1932    <!-- SysUI Tuner: Button that controls layout of navigation bar [CHAR LIMIT=60] -->
1933    <string name="nav_bar_layout">Layout</string>
1934
1935    <!-- SysUI Tuner: Setting for button type in nav bar [CHAR LIMIT=60] -->
1936    <string name="left_nav_bar_button_type">Extra left button type</string>
1937
1938    <!-- SysUI Tuner: Setting for button type in nav bar [CHAR LIMIT=60] -->
1939    <string name="right_nav_bar_button_type">Extra right button type</string>
1940
1941
1942    <!-- SysUI Tuner: Added to nav bar option to indicate it is the default [CHAR LIMIT=60] -->
1943    <string name="nav_bar_default"> (default)</string>
1944
1945    <!-- SysUI Tuner: Labels for different types of navigation bar buttons [CHAR LIMIT=60] -->
1946    <string-array name="nav_bar_buttons">
1947        <item>Clipboard</item>
1948        <item>Keycode</item>
1949        <item>Rotate confirm, keyboard switcher</item>
1950        <item>None</item>
1951    </string-array>
1952    <string-array name="nav_bar_button_values" translatable="false">
1953        <item>clipboard</item>
1954        <item>key</item>
1955        <item>menu_ime</item>
1956        <item>space</item>
1957    </string-array>
1958
1959    <!-- SysUI Tuner: Labels for different types of navigation bar layouts [CHAR LIMIT=60] -->
1960    <string-array name="nav_bar_layouts">
1961        <item>Normal</item>
1962        <item>Compact</item>
1963        <item>Left-leaning</item>
1964        <item>Right-leaning</item>
1965    </string-array>
1966
1967    <string-array name="nav_bar_layouts_values" translatable="false">
1968        <item>default</item>
1969        <item>left;back,home,recent;right</item>
1970        <item>left,back,home,recent,right;space;space</item>
1971        <item>space;space;left,back,home,recent,right</item>
1972    </string-array>
1973
1974    <!-- SysUI Tuner: Name of Combination Menu / Keyboard Switcher button [CHAR LIMIT=30] -->
1975    <string name="menu_ime">Keyboard switcher</string>
1976    <!-- SysUI Tuner: Save the current settings [CHAR LIMIT=30] -->
1977    <string name="save">Save</string>
1978    <!-- SysUI Tuner: Reset to default settings [CHAR LIMIT=30] -->
1979    <string name="reset">Reset</string>
1980
1981    <!-- SysUI Tuner: Adjust button width dialog title [CHAR LIMIT=60] -->
1982    <string name="adjust_button_width">Adjust button width</string>
1983
1984    <!-- SysUI Tuner: Nav bar button that holds the clipboard [CHAR LIMIT=30] -->
1985    <string name="clipboard">Clipboard</string>
1986
1987    <!-- SysUI Tuner: Accessibility description for custom nav key [CHAR LIMIT=NONE] -->
1988    <string name="accessibility_key">Custom navigation button</string>
1989
1990    <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
1991    <string name="left_keycode">Left keycode</string>
1992
1993    <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
1994    <string name="right_keycode">Right keycode</string>
1995
1996    <!-- SysUI Tuner: Settings to change nav bar icon [CHAR LIMIT=30] -->
1997    <string name="left_icon">Left icon</string>
1998
1999    <!-- SysUI Tuner: Settings to change nav bar icon [CHAR LIMIT=30] -->
2000    <string name="right_icon">Right icon</string>
2001
2002    <!-- Label for area where tiles can be dragged out of [CHAR LIMIT=60] -->
2003    <string name="drag_to_add_tiles">Hold and drag to add tiles</string>
2004
2005    <!-- Label for header of customize QS [CHAR LIMIT=60] -->
2006    <string name="drag_to_rearrange_tiles">Hold and drag to rearrange tiles</string>
2007
2008    <!-- Label for area where tiles can be dragged in to [CHAR LIMIT=60] -->
2009    <string name="drag_to_remove_tiles">Drag here to remove</string>
2010
2011    <!-- Label to indicate to users that additional tiles cannot be removed. [CHAR LIMIT=60] -->
2012    <string name="drag_to_remove_disabled">You need at least <xliff:g id="min_num_tiles" example="6">%1$d</xliff:g> tiles</string>
2013
2014    <!-- Button to edit the tile ordering of quick settings [CHAR LIMIT=60] -->
2015    <string name="qs_edit">Edit</string>
2016
2017    <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
2018    <string name="tuner_time">Time</string>
2019
2020    <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
2021    <string-array name="clock_options">
2022        <item>Show hours, minutes, and seconds</item>
2023        <item>Show hours and minutes (default)</item>
2024        <item>Don\'t show this icon</item>
2025    </string-array>
2026
2027    <!-- SysUI Tuner: Options for how battery is displayed [CHAR LIMIT=NONE] -->
2028    <string-array name="battery_options">
2029        <item>Always show percentage</item>
2030        <item>Show percentage when charging (default)</item>
2031        <item>Don\'t show this icon</item>
2032    </string-array>
2033
2034    <!-- SysUI Tuner: Switch for showing low-priority notification icons in status bar [CHAR LIMIT=NONE] -->
2035    <string name="tuner_low_priority">Show low-priority notification icons</string>
2036
2037    <!-- SysUI Tuner: Other section -->
2038    <string name="other">Other</string>
2039
2040    <!-- Accessibility label for the divider that separates the windows in split-screen mode [CHAR LIMIT=NONE] -->
2041    <string name="accessibility_divider">Split-screen divider</string>
2042
2043    <!-- Accessibility action for moving docked stack divider to make the left screen full screen [CHAR LIMIT=NONE] -->
2044    <string name="accessibility_action_divider_left_full">Left full screen</string>
2045    <!-- Accessibility action for moving docked stack divider to make the left screen 70% [CHAR LIMIT=NONE] -->
2046    <string name="accessibility_action_divider_left_70">Left 70%</string>
2047    <!-- Accessibility action for moving docked stack divider to make the left screen 50% [CHAR LIMIT=NONE] -->
2048    <string name="accessibility_action_divider_left_50">Left 50%</string>
2049    <!-- Accessibility action for moving docked stack divider to make the left screen 30% [CHAR LIMIT=NONE] -->
2050    <string name="accessibility_action_divider_left_30">Left 30%</string>
2051    <!-- Accessibility action for moving docked stack divider to make the right screen full screen [CHAR LIMIT=NONE] -->
2052    <string name="accessibility_action_divider_right_full">Right full screen</string>
2053
2054    <!-- Accessibility action for moving docked stack divider to make the top screen full screen [CHAR LIMIT=NONE] -->
2055    <string name="accessibility_action_divider_top_full">Top full screen</string>
2056    <!-- Accessibility action for moving docked stack divider to make the top screen 70% [CHAR LIMIT=NONE] -->
2057    <string name="accessibility_action_divider_top_70">Top 70%</string>
2058    <!-- Accessibility action for moving docked stack divider to make the top screen 50% [CHAR LIMIT=NONE] -->
2059    <string name="accessibility_action_divider_top_50">Top 50%</string>
2060    <!-- Accessibility action for moving docked stack divider to make the top screen 30% [CHAR LIMIT=NONE] -->
2061    <string name="accessibility_action_divider_top_30">Top 30%</string>
2062    <!-- Accessibility action for moving docked stack divider to make the bottom screen full screen [CHAR LIMIT=NONE] -->
2063    <string name="accessibility_action_divider_bottom_full">Bottom full screen</string>
2064
2065    <!-- Accessibility description of a QS tile while editing positions [CHAR LIMIT=NONE] -->
2066    <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>
2067
2068    <!-- Accessibility description of a QS tile while editing positions [CHAR LIMIT=NONE] -->
2069    <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>
2070
2071    <!-- Accessibility description of option to move QS tile [CHAR LIMIT=NONE] -->
2072    <string name="accessibility_qs_edit_move_tile">Move <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g></string>
2073
2074    <!-- Accessibility description of option to remove QS tile [CHAR LIMIT=NONE] -->
2075    <string name="accessibility_qs_edit_remove_tile">Remove <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g></string>
2076
2077    <!-- Accessibility action when QS tile is to be added [CHAR LIMIT=NONE] -->
2078    <string name="accessibility_qs_edit_tile_add">Add <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> to position <xliff:g id="position" example="5">%2$d</xliff:g></string>
2079
2080    <!-- Accessibility action when QS tile is to be moved [CHAR LIMIT=NONE] -->
2081    <string name="accessibility_qs_edit_tile_move">Move <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> to position <xliff:g id="position" example="5">%2$d</xliff:g></string>
2082
2083    <!-- Accessibility label for window when QS editing is happening [CHAR LIMIT=NONE] -->
2084    <string name="accessibility_desc_quick_settings_edit">Quick settings editor.</string>
2085
2086    <!-- Accessibility label for the notification icons in the collapsed status bar. Not shown on screen [CHAR LIMIT=NONE] -->
2087    <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>
2088
2089    <!-- Label for button that reports a touch that was wrongly rejected by the lockscreen. For debugging only. [CHAR LIMIT=NONE] -->
2090    <string name="report_rejected_touch" translatable="false">Report rejected touch</string>
2091
2092    <!-- Multi-Window strings -->
2093    <!-- 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] -->
2094    <string name="dock_forced_resizable">App may not work with split-screen.</string>
2095    <!-- Warning message when we try to dock a non-resizeable task and launch it in fullscreen instead. -->
2096    <string name="dock_non_resizeble_failed_to_dock_text">App does not support split-screen.</string>
2097    <!-- 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] -->
2098    <string name="forced_resizable_secondary_display">App may not work on a secondary display.</string>
2099    <!-- Warning message when we try to launch a non-resizeable activity on a secondary display and launch it on the primary instead. -->
2100    <string name="activity_launch_on_secondary_display_failed_text">App does not support launch on secondary displays.</string>
2101
2102    <!-- accessibility label for button to open settings [CHAR LIMIT=NONE] -->
2103    <string name="accessibility_quick_settings_settings">Open settings.</string>
2104
2105    <!-- accessibility label for button to expand quick settings [CHAR LIMIT=NONE] -->
2106    <string name="accessibility_quick_settings_expand">Open quick settings.</string>
2107
2108    <!-- accessibility label for button to collapse quick settings [CHAR LIMIT=NONE] -->
2109    <string name="accessibility_quick_settings_collapse">Close quick settings.</string>
2110
2111    <!-- accessibility label for alarm icon [CHAR LIMIT=NONE] -->
2112    <string name="accessibility_quick_settings_alarm_set">Alarm set.</string>
2113
2114    <!-- accessibility label for button to select user [CHAR LIMIT=NONE] -->
2115    <string name="accessibility_quick_settings_user">Signed in as <xliff:g name="user" example="John">%s</xliff:g></string>
2116
2117    <!-- Content description for no internet connection [CHAR LIMIT=NONE] -->
2118    <string name="data_connection_no_internet">No internet</string>
2119
2120    <!-- accessibility label for quick settings items that open a details page [CHAR LIMIT=NONE] -->
2121    <string name="accessibility_quick_settings_open_details">Open details.</string>
2122
2123    <!-- accessibility label for quick settings items that are currently disabled. Must have a reason [CHAR LIMIT=NONE] -->
2124    <string name="accessibility_quick_settings_not_available">Unvailable due to <xliff:g name="reason" id="reason" example="Wifi not available">%s</xliff:g></string>
2125
2126    <!-- accessibility label for quick settings items that open a details page [CHAR LIMIT=NONE] -->
2127    <string name="accessibility_quick_settings_open_settings">Open <xliff:g name="page" example="Bluetooth">%s</xliff:g> settings.</string>
2128
2129    <!-- accessibility label for button to edit quick settings [CHAR LIMIT=NONE] -->
2130    <string name="accessibility_quick_settings_edit">Edit order of settings.</string>
2131
2132    <!-- accessibility label for paging indicator in quick settings [CHAR LIMITi=NONE] -->
2133    <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>
2134
2135    <!-- Plugin control section of the tuner. Non-translatable since it should
2136         not appear on production builds ever. -->
2137    <string name="plugins" translatable="false">Plugins</string>
2138
2139    <!-- Ambient display section of the tuner. Non-translatable since it should
2140        not appear on production builds ever. -->
2141    <string name="tuner_doze" translatable="false">Ambient Display</string>
2142
2143    <!-- Ambient display always-on of the tuner. Non-translatable since it should
2144        not appear on production builds ever. -->
2145    <string name="tuner_doze_always_on" translatable="false">Always on</string>
2146
2147    <!-- SysUI Tuner: Section to customize lockscreen shortcuts [CHAR LIMIT=60] -->
2148    <string name="tuner_lock_screen">Lock screen</string>
2149
2150    <!-- Making the PIP fullscreen [CHAR LIMIT=25] -->
2151    <string name="pip_phone_expand">Expand</string>
2152
2153    <!-- Label for PIP action to Minimize the PIP [CHAR LIMIT=25] -->
2154    <string name="pip_phone_minimize">Minimize</string>
2155
2156    <!-- Label for PIP close button [CHAR LIMIT=NONE]-->
2157    <string name="pip_phone_close">Close</string>
2158
2159    <!-- Label for PIP settings button [CHAR LIMIT=NONE]-->
2160    <string name="pip_phone_settings">Settings</string>
2161
2162    <!-- Label for PIP the drag to dismiss hint [CHAR LIMIT=NONE]-->
2163    <string name="pip_phone_dismiss_hint">Drag down to dismiss</string>
2164
2165    <!-- Title of menu shown over picture-in-picture. Used for accessibility. -->
2166    <string name="pip_menu_title">Menu</string>
2167
2168    <!-- PiP BTW notification title. [CHAR LIMIT=50] -->
2169    <string name="pip_notification_title"><xliff:g id="name" example="Google Maps">%s</xliff:g> is in picture-in-picture</string>
2170
2171    <!-- PiP BTW notification description. [CHAR LIMIT=NONE] -->
2172    <string name="pip_notification_message">If you don\'t want <xliff:g id="name" example="Google Maps">%s</xliff:g> to use this feature, tap to open settings and turn it off.</string>
2173
2174    <!-- Button to play the current media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
2175    <string name="pip_play">Play</string>
2176
2177    <!-- Button to pause the current media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
2178    <string name="pip_pause">Pause</string>
2179
2180    <!-- Button to skip to the next media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
2181    <string name="pip_skip_to_next">Skip to next</string>
2182
2183    <!-- Button to skip to the prev media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
2184    <string name="pip_skip_to_prev">Skip to previous</string>
2185
2186    <!-- Tuner string -->
2187    <string name="change_theme_reboot" translatable="false">Changing the theme requires a restart.</string>
2188    <!-- Tuner string -->
2189    <string name="theme" translatable="false">Theme</string>
2190    <!-- Tuner string -->
2191    <string name="default_theme" translatable="false">Default</string>
2192
2193    <!-- Title for notification & dialog that the user's phone last shut down because it got too hot. [CHAR LIMIT=40] -->
2194    <string name="thermal_shutdown_title">Phone turned off due to heat</string>
2195    <!-- Message body for notification that user's phone last shut down because it got too hot. [CHAR LIMIT=100] -->
2196    <string name="thermal_shutdown_message">Your phone is now running normally</string>
2197    <!-- Text body for dialog alerting user that their phone last shut down because it got too hot. [CHAR LIMIT=450] -->
2198    <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>
2199
2200    <!-- 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] -->
2201    <string name="high_temp_title">Phone is getting warm</string>
2202    <!-- 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] -->
2203    <string name="high_temp_notif_message">Some features limited while phone cools down</string>
2204    <!-- 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] -->
2205    <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>
2206    <!-- Title for alarm dialog alerting user the usb adapter has reached a certain temperature that should disconnect charging cable immediately. [CHAR LIMIT=30] -->
2207    <string name="high_temp_alarm_title">Unplug charger</string>
2208    <!-- Text body for dialog alerting user the usb adapter has reached a certain temperature that should disconnect charging cable immediately. [CHAR LIMIT=300] -->
2209    <string name="high_temp_alarm_notify_message">There\u2019s an issue charging this device. Unplug the power adapter, and take care as the cable may be warm.</string>
2210    <!-- Text for See care steps button [CHAR LIMIT=300] -->
2211    <string name="high_temp_alarm_help_care_steps">See care steps</string>
2212    <!-- Text link directs to usb overheat help page. -->
2213    <string name="high_temp_alarm_help_url" translatable="false">help_uri_usb_warm</string>
2214
2215    <!-- SysUI Tuner: Button to select lock screen shortcut [CHAR LIMIT=60] -->
2216    <string name="lockscreen_shortcut_left">Left shortcut</string>
2217
2218    <!-- SysUI Tuner: Button to select lock screen shortcut [CHAR LIMIT=60] -->
2219    <string name="lockscreen_shortcut_right">Right shortcut</string>
2220
2221    <!-- SysUI Tuner: Switch to control if device gets unlocked by left shortcut [CHAR LIMIT=60] -->
2222    <string name="lockscreen_unlock_left">Left shortcut also unlocks</string>
2223
2224    <!-- SysUI Tuner: Switch to control if device gets unlocked by right shortcut [CHAR LIMIT=60] -->
2225    <string name="lockscreen_unlock_right">Right shortcut also unlocks</string>
2226
2227    <!-- SysUI Tuner: Summary of no shortcut being selected [CHAR LIMIT=60] -->
2228    <string name="lockscreen_none">None</string>
2229
2230    <!-- SysUI Tuner: Format string for describing launching an app [CHAR LIMIT=60] -->
2231    <string name="tuner_launch_app">Launch <xliff:g id="app" example="Settings">%1$s</xliff:g></string>
2232
2233    <!-- SysUI Tuner: Label for section of other apps that can be launched [CHAR LIMIT=60] -->
2234    <string name="tuner_other_apps">Other apps</string>
2235
2236    <!-- SysUI Tuner: Label for icon shaped like a circle [CHAR LIMIT=60] -->
2237    <string name="tuner_circle">Circle</string>
2238
2239    <!-- SysUI Tuner: Label for icon shaped like a plus [CHAR LIMIT=60] -->
2240    <string name="tuner_plus">Plus</string>
2241
2242    <!-- SysUI Tuner: Label for icon shaped like a minus [CHAR LIMIT=60] -->
2243    <string name="tuner_minus">Minus</string>
2244
2245    <!-- SysUI Tuner: Label for icon shaped like a left [CHAR LIMIT=60] -->
2246    <string name="tuner_left">Left</string>
2247
2248    <!-- SysUI Tuner: Label for icon shaped like a right [CHAR LIMIT=60] -->
2249    <string name="tuner_right">Right</string>
2250
2251    <!-- SysUI Tuner: Label for icon shaped like a menu [CHAR LIMIT=60] -->
2252    <string name="tuner_menu">Menu</string>
2253
2254    <!-- SysUI Tuner: App subheading for shortcut selection [CHAR LIMIT=60] -->
2255    <string name="tuner_app"><xliff:g id="app">%1$s</xliff:g> app</string>
2256
2257    <!-- Title for the notification channel containing important alerts. [CHAR LIMIT=NONE] -->
2258    <string name="notification_channel_alerts">Alerts</string>
2259    <!-- Title for the notification channel for battery warnings (i.e. < 15%). [CHAR LIMIT=NONE] -->
2260    <string name="notification_channel_battery">Battery</string>
2261    <!-- Title for the notification channel dedicated to screenshot progress. [CHAR LIMIT=NONE] -->
2262    <string name="notification_channel_screenshot">Screenshots</string>
2263    <!-- Title for the notification channel for miscellaneous notices. [CHAR LIMIT=NONE] -->
2264    <string name="notification_channel_general">General Messages</string>
2265    <!-- Title for the notification channel for problems with storage (i.e. low disk). [CHAR LIMIT=NONE] -->
2266    <string name="notification_channel_storage">Storage</string>
2267    <!-- Title for the notification channel for hints and suggestions. [CHAR LIMIT=NONE] -->
2268    <string name="notification_channel_hints">Hints</string>
2269
2270    <!-- App label of the instant apps notification [CHAR LIMIT=60] -->
2271    <string name="instant_apps">Instant Apps</string>
2272
2273    <!-- Title of notification indicating that an instant app is running. [CHAR LIMIT=60] -->
2274    <string name="instant_apps_title"><xliff:g id="app" example="Gmail">%1$s</xliff:g> running</string>
2275
2276    <!-- Message of the instant apps notification indicating they don't need install. [CHAR LIMIT=NONE] -->
2277    <string name="instant_apps_message">App opened without being installed.</string>
2278
2279    <!-- Message of the instant apps notification indicating they don't need install, plus a link to more information. [CHAR LIMIT=NONE] -->
2280    <string name="instant_apps_message_with_help">App opened without being installed. Tap to learn more.</string>
2281
2282    <!-- URL of the webpage that explains instant apps. -->
2283    <string name="instant_apps_help_url" translatable="false"></string>
2284
2285    <!-- Action label for launching app info on the specified app [CHAR LIMIT=20] -->
2286    <string name="app_info">App info</string>
2287
2288    <!-- Action label for switching to a browser for an instant app [CHAR LIMIT=20] -->
2289    <string name="go_to_web">Go to browser</string>
2290
2291    <!-- Quick settings tile for toggling mobile data [CHAR LIMIT=20] -->
2292    <string name="mobile_data">Mobile data</string>
2293
2294    <!-- Quick settings tile secondary label format combining roaming with the mobile data type. [CHAR LIMIT=NONE] -->
2295    <string name="mobile_data_text_format"><xliff:g name="roaming_status" example="Roaming">%1$s</xliff:g> \u2014 <xliff:g name="mobile_data_type" example="LTE">%2$s</xliff:g></string>
2296
2297    <!-- Quick settings tile secondary label format combining carrier name with the mobile data tye. [CHAR LIMIT=NONE] -->
2298    <string name="mobile_carrier_text_format"><xliff:g id="carrier_name" example="Test">%1$s</xliff:g>, <xliff:g id="mobile_data_type" example="LTE">%2$s</xliff:g></string>
2299
2300    <!-- Label for when wifi is off in QS detail panel [CHAR LIMIT=NONE] -->
2301    <string name="wifi_is_off">Wi-Fi is off</string>
2302
2303    <!-- Label for when bluetooth is off in QS detail panel [CHAR LIMIT=NONE] -->
2304    <string name="bt_is_off">Bluetooth is off</string>
2305
2306    <!-- Label for when Do not disturb is off in QS detail panel [CHAR LIMIT=NONE] -->
2307    <string name="dnd_is_off">Do Not Disturb is off</string>
2308
2309    <!-- Prompt for when Do not disturb is on from automatic rule in QS [CHAR LIMIT=NONE] -->
2310    <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>
2311
2312    <!-- Prompt for when Do not disturb is on from app in QS [CHAR LIMIT=NONE] -->
2313    <string name="qs_dnd_prompt_app">Do Not Disturb was turned on by an app (<xliff:g name="app">%s</xliff:g>).</string>
2314
2315    <!-- Prompt for when Do not disturb is on from automatic rule or app in QS [CHAR LIMIT=NONE] -->
2316    <string name="qs_dnd_prompt_auto_rule_app">Do Not Disturb was turned on by an automatic rule or app.</string>
2317
2318    <!-- Description of Do Not Disturb option in QS that ends at the specified time[CHAR LIMIT=20] -->
2319    <string name="qs_dnd_until">Until <xliff:g name="time">%s</xliff:g></string>
2320
2321    <!-- Do Not Disturb button to keep the current settings [CHAR LIMIT=20] -->
2322    <string name="qs_dnd_keep">Keep</string>
2323
2324    <!-- Do Not Disturb button to change the current settings [CHAR LIMIT=20] -->
2325    <string name="qs_dnd_replace">Replace</string>
2326
2327    <!-- Title of the "running foreground services" dialog. [CHAR LIMIT=NONE] -->
2328    <string name="running_foreground_services_title">Apps running in background</string>
2329
2330    <!-- Descriptive text of an item in the "running foreground services" dialog, telling the
2331        user what will happen when they tap on that item (which is an application that has
2332        been identified for them as running). [CHAR LIMIT=NONE] -->
2333    <string name="running_foreground_services_msg">Tap for details on battery and data usage</string>
2334
2335    <!-- Title of the dialog to turn off data usage [CHAR LIMIT=NONE] -->
2336    <string name="mobile_data_disable_title">Turn off mobile data?</string>
2337
2338    <!-- Message body of the dialog to turn off data usage [CHAR LIMIT=NONE] -->
2339    <string name="mobile_data_disable_message">You won\’t have access to data or the internet through <xliff:g id="carrier" example="T-Mobile">%s</xliff:g>. Internet will only be available via Wi-Fi.</string>
2340
2341    <!-- Text used to refer to the user's current carrier in mobile_data_disable_message if the users's mobile network carrier name is not available [CHAR LIMIT=NONE] -->
2342    <string name="mobile_data_disable_message_default_carrier">your carrier</string>
2343
2344    <!-- Warning shown when user input has been blocked due to another app overlaying screen
2345     content. Since we don't know what the app is showing on top of the input target, we
2346     can't verify user consent. [CHAR LIMIT=NONE] -->
2347    <string name="touch_filtered_warning">Because an app is obscuring a permission request, Settings
2348        can’t verify your response.</string>
2349
2350    <!-- Title of prompt requesting access to display slices [CHAR LIMIT=NONE] -->
2351    <string name="slice_permission_title">Allow <xliff:g id="app" example="Example App">%1$s</xliff:g> to show <xliff:g id="app_2" example="Other Example App">%2$s</xliff:g> slices?</string>
2352
2353    <!-- Description of what kind of access is given to a slice host [CHAR LIMIT=NONE] -->
2354    <string name="slice_permission_text_1"> - It can read information from <xliff:g id="app" example="Example App">%1$s</xliff:g></string>
2355    <!-- Description of what kind of access is given to a slice host [CHAR LIMIT=NONE] -->
2356    <string name="slice_permission_text_2"> - It can take actions inside <xliff:g id="app" example="Example App">%1$s</xliff:g></string>
2357
2358    <!-- Text on checkbox allowing the app to show slices from all apps [CHAR LIMIT=NONE] -->
2359    <string name="slice_permission_checkbox">Allow <xliff:g id="app" example="Example App">%1$s</xliff:g> to show slices from any app</string>
2360
2361    <!-- Option to grant the slice permission request on the screen [CHAR LIMIT=15] -->
2362    <string name="slice_permission_allow">Allow</string>
2363
2364    <!-- Option to grant the slice permission request on the screen [CHAR LIMIT=15] -->
2365    <string name="slice_permission_deny">Deny</string>
2366
2367    <!-- List of packages for which we don't want to show recents onboarding, add into overlay as needed. -->
2368    <string-array name="recents_onboarding_blacklisted_packages" translatable="false">
2369    </string-array>
2370
2371    <!-- The title of the notification to suggest enabling automatic battery saver.  [CHAR LIMIT=NONE]-->
2372    <string name="auto_saver_title">Tap to schedule Battery Saver</string>
2373
2374    <!-- The content of the notification to suggest enabling automatic battery saver.  [CHAR LIMIT=NONE]-->
2375    <string name="auto_saver_text">Turn on when battery is likely to run out</string>
2376
2377    <!-- An action on the notification to suggest enabling automatic battery saver: Do not turn on automatic battery saver.  [CHAR LIMIT=NONE]-->
2378    <string name="no_auto_saver_action">No thanks</string>
2379
2380    <!-- The title of the dialog that tells that scheduled (i.e. automatic) battery saver has been turned on. [CHAR LIMIT=NONE]-->
2381    <string name="auto_saver_enabled_title">Battery Saver schedule turned on</string>
2382
2383    <!-- The content of the dialog that tells that scheduled (i.e. automatic) battery saver has been turned on. [CHAR LIMIT=NONE]-->
2384    <string name="auto_saver_enabled_text">Battery Saver will turn on automatically once battery goes below <xliff:g id="percentage">%d</xliff:g>%%.</string>
2385
2386    <!-- An action on the dialog that tells that scheduled (i.e. automatic) battery saver: open the battery saver setting.  [CHAR LIMIT=NONE]-->
2387    <string name="open_saver_setting_action">Settings</string>
2388
2389    <!-- An action on the dialog that tells that scheduled (i.e. automatic) battery saver: user acknowledges and closes the dialog.  [CHAR LIMIT=NONE]-->
2390    <string name="auto_saver_okay_action">Got it</string>
2391
2392    <!-- URl of the webpage that explains battery saver. -->
2393    <string name="help_uri_battery_saver_learn_more_link_target" translatable="false"></string>
2394
2395    <!-- Name for a quick settings tile, used only by platform developers, to extract the SystemUI process memory and send it to another
2396         app for debugging. Will not be seen by users. [CHAR LIMIT=20] -->
2397    <string name="heap_dump_tile_name">Dump SysUI Heap</string>
2398
2399    <!-- Content description for ongoing privacy chip. Use with a single app [CHAR LIMIT=NONE]-->
2400    <string name="ongoing_privacy_chip_content_single_app"><xliff:g id="app" example="Example App">%1$s</xliff:g> is using your <xliff:g id="types_list" example="camera, location">%2$s</xliff:g>.</string>
2401
2402    <!-- Content description for ongoing privacy chip. Use with multiple apps [CHAR LIMIT=NONE]-->
2403    <string name="ongoing_privacy_chip_content_multiple_apps">Applications are using your <xliff:g id="types_list" example="camera, location">%s</xliff:g>.</string>
2404
2405    <!-- Separator for types. Include spaces before and after if needed [CHAR LIMIT=10] -->
2406    <string name="ongoing_privacy_dialog_separator">,\u0020</string>
2407
2408    <!-- Separator for types, before last type. Include spaces before and after if needed [CHAR LIMIT=10] -->
2409    <string name="ongoing_privacy_dialog_last_separator">\u0020and\u0020</string>
2410
2411    <!-- Text for camera app op [CHAR LIMIT=20]-->
2412    <string name="privacy_type_camera">camera</string>
2413
2414    <!-- Text for location app op [CHAR LIMIT=20]-->
2415    <string name="privacy_type_location">location</string>
2416
2417    <!-- Text for microphone app op [CHAR LIMIT=20]-->
2418    <string name="privacy_type_microphone">microphone</string>
2419
2420    <!-- Text for the quick setting tile for sensor privacy [CHAR LIMIT=30] -->
2421    <string name="sensor_privacy_mode">Sensors off</string>
2422
2423    <!-- Name for device services grouping system uid apps in Ongoing Privacy Dialog [CHAR_LIMIT=NONE] -->
2424    <string name="device_services">Device Services</string>
2425
2426    <!-- What to show on the ambient display player when song doesn't have a title. [CHAR LIMIT=20] -->
2427    <string name="music_controls_no_title">No title</string>
2428
2429    <!-- Description of the restart button in the hint of size compatibility mode. [CHAR LIMIT=NONE] -->
2430    <string name="restart_button_description">Tap to restart this app and go full screen.</string>
2431
2432    <!-- Text used for content description of deep link button in the header of expanded bubble
2433         view. [CHAR_LIMIT=NONE] -->
2434    <string name="bubbles_deep_link_button_description">Open <xliff:g id="app_name" example="YouTube">%1$s</xliff:g></string>
2435    <!-- Text used for content description of settings button in the header of expanded bubble
2436         view. [CHAR_LIMIT=NONE] -->
2437    <string name="bubbles_settings_button_description">Settings for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> bubbles</string>
2438    <!-- Text for asking the user whether bubbles (floating app content) should be enabled for an
2439         app. [CHAR LIMIT=NONE] -->
2440    <string name="bubbles_prompt">Allow bubbles from <xliff:g id="app_name" example="YouTube">%1$s</xliff:g>?</string>
2441    <!-- The text for the manage bubbles link. [CHAR LIMIT=NONE] -->
2442    <string name="manage_bubbles_text">Manage</string>
2443    <!-- Text used for button allowing user to opt out of bubbles [CHAR LIMIT=20] -->
2444    <string name="no_bubbles">Deny</string>
2445    <!-- Text used for button allowing user to approve / enable bubbles [CHAR LIMIT=20] -->
2446    <string name="yes_bubbles">Allow</string>
2447    <!-- Text used for the button allowing users to postpone their decision to allow or deny bubbles [CHAR LIMIT=40] -->
2448    <string name="ask_me_later_bubbles">Ask me later</string>
2449    <!-- Content description when a bubble is focused. [CHAR LIMIT=NONE] -->
2450    <string name="bubble_content_description_single"><xliff:g id="notification_title" example="some title">%1$s</xliff:g> from <xliff:g id="app_name" example="YouTube">%2$s</xliff:g></string>
2451    <!-- Content description when the stack of bubbles is focused. [CHAR LIMIT=NONE] -->
2452    <string name="bubble_content_description_stack"><xliff:g id="notification_title" example="some title">%1$s</xliff:g> from <xliff:g id="app_name" example="YouTube">%2$s</xliff:g> and <xliff:g id="bubble_count" example="4">%3$d</xliff:g> more</string>
2453    <!-- Action in accessibility menu to move the stack of bubbles [CHAR LIMIT=20] -->
2454    <string name="bubble_accessibility_action_move">Move</string>
2455    <!-- Action in accessibility menu to move the stack of bubbles to the top left of the screen. [CHAR LIMIT=30] -->
2456    <string name="bubble_accessibility_action_move_top_left">Move top left</string>
2457    <!-- Action in accessibility menu to move the stack of bubbles to the top right of the screen. [CHAR LIMIT=30] -->
2458    <string name="bubble_accessibility_action_move_top_right">Move top right</string>
2459    <!-- Action in accessibility menu to move the stack of bubbles to the bottom left of the screen. [CHAR LIMIT=30]-->
2460    <string name="bubble_accessibility_action_move_bottom_left">Move bottom left</string>
2461    <!-- Action in accessibility menu to move the stack of bubbles to the bottom right of the screen. [CHAR LIMIT=30]-->
2462    <string name="bubble_accessibility_action_move_bottom_right">Move bottom right</string>
2463    <!-- Text used for the bubble dismiss area. Bubbles dragged to, or flung towards, this area will go away. [CHAR LIMIT=20] -->
2464    <string name="bubble_dismiss_text">Dismiss</string>
2465
2466    <!-- Notification content text when the system navigation mode changes as a result of changing the default launcher [CHAR LIMIT=NONE] -->
2467    <string name="notification_content_system_nav_changed">System navigation updated. To make changes, go to Settings.</string>
2468
2469    <!-- Notification content text when switching to a default launcher that supports gesture navigation [CHAR LIMIT=NONE] -->
2470    <string name="notification_content_gesture_nav_available">Go to Settings to update system navigation</string>
2471
2472</resources>
2473