xref: /aosp_15_r20/frameworks/base/packages/SystemUI/res/values/strings.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
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    <!-- When the battery is low, this is displayed to the user in a dialog.  The title of the low battery alert.  [CHAR LIMIT=NONE]-->
24    <string name="battery_low_title">Turn on Battery Saver?</string>
25
26    <!-- When the battery is low, this is displayed to the user in a dialog.  The description of the low battery alert.  [CHAR LIMIT=NONE]-->
27    <string name="battery_low_description">You have <xliff:g id="percentage" example="20%">%s</xliff:g> battery left. Battery Saver turns on Dark theme, restricts background activity, and delays notifications.</string>
28
29    <!-- When the battery is low at first time, this is displayed to the user in a dialog.  The description of the low battery alert.  [CHAR LIMIT=NONE]-->
30    <string name="battery_low_intro">Battery Saver turns on Dark theme, restricts background activity, and delays notifications.</string>
31
32    <!-- A message that appears when the battery level is getting low in a dialog.  This is
33        appended to the subtitle of the low battery alert.  "percentage" is the percentage of battery
34        remaining [CHAR LIMIT=none]-->
35    <string name="battery_low_percent_format"><xliff:g id="percentage">%s</xliff:g> remaining</string>
36
37    <!-- SVG path description for the battery frame of the unified battery drawable
38    (BatteryLayersDrawable.kt). Drawn on a 24x14 canvas. Not suitable outside in any other context -->
39    <string name="battery_unified_frame_path_string" translatable="false">M2.75,3C2.75,1.757 3.757,0.75 5,0.75H20C21.795,0.75 23.25,2.205 23.25,4V10C23.25,11.795 21.795,13.25 20,13.25H5C3.757,13.25 2.75,12.243 2.75,11V3Z </string>
40
41    <!-- A message that appears when the battery remaining estimate is low in a dialog.  This is
42    appended to the subtitle of the low battery alert.  "percentage" is the percentage of battery
43    remaining. "time" is the amount of time remaining before the phone runs out of battery [CHAR LIMIT=none]-->
44
45    <!-- A message that appears when the battery remaining estimate is low in a dialog and insufficient
46    data was present to say it is customized to the user. This is appended to the subtitle of the
47    low battery alert.  "percentage" is the percentage of battery remaining. "time" is the amount
48     of time remaining before the phone runs out of battery [CHAR LIMIT=none]-->
49
50    <!-- Same as battery_low_percent_format, with a notice about battery saver if on. [CHAR LIMIT=none]-->
51
52    <!-- A message that appears when a USB charger is plugged in and the device does not
53    support charging on it.  That is, a charger that fits into the USB port and goes into
54    a wall socket, not into a computer. (This happens because some devices require more
55    current than the USB spec allows.  [CHAR LIMIT=NONE] -->
56
57    <!-- First line of invalid_charger, used in the notification form.  [CHAR LIMIT=NONE]-->
58    <string name="invalid_charger_title">Can\'t charge via USB</string>
59
60    <!-- Second line of invalid_charger, used in the notification form.  [CHAR LIMIT=NONE]-->
61    <string name="invalid_charger_text">Use the charger that came with your device</string>
62
63    <!-- Battery saver confirmation dialog title [CHAR LIMIT=NONE]-->
64    <string name="battery_saver_confirmation_title">Turn on Battery Saver?</string>
65
66    <!-- The more generic version of the battery saver confirmation dialog title [CHAR LIMIT=NONE] -->
67    <string name="battery_saver_confirmation_title_generic">About Battery Saver</string>
68
69    <!-- Battery saver confirmation dialog ok text [CHAR LIMIT=40]-->
70    <string name="battery_saver_confirmation_ok">Turn on</string>
71
72    <!-- Battery saver notification action [CHAR LIMIT=NONE]-->
73    <string name="battery_saver_start_action">Turn on</string>
74
75    <!-- Battery saver notification dismiss action: Do not turn on battery saver. [CHAR LIMIT=NONE]-->
76    <string name="battery_saver_dismiss_action">No thanks</string>
77
78    <!-- Secondary label for Battery Saver tile when Battery Saver is enabled. [CHAR LIMIT=20] -->
79    <string name="standard_battery_saver_text">Standard</string>
80    <!-- Secondary label for Battery Saver tile when Extreme Battery Saver is enabled. [CHAR LIMIT=20] -->
81    <string name="extreme_battery_saver_text">Extreme</string>
82
83    <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
84
85    <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] -->
86
87    <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
88    <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string>
89
90    <!-- Separator for PLMN and SPN in network name. -->
91    <string name="status_bar_network_name_separator" translatable="false"> - </string>
92
93    <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
94    <string name="usb_device_permission_prompt">Allow <xliff:g id="application" example= "Usb Mega Player">%1$s</xliff:g> to access <xliff:g id="usb_device" example="USB Headphones">%2$s</xliff:g>?</string>
95
96    <!-- Checkbox label for USB device dialogs with warning text for USB device dialogs.  [CHAR LIMIT=200]-->
97    <string name="usb_device_permission_prompt_warn">Allow <xliff:g id="application" example= "Usb Mega Player">%1$s</xliff:g> to access <xliff:g id="usb_device" example="USB Headphones">%2$s</xliff:g>?\nThis app has not been granted record permission but could capture audio through this USB device.</string>
98
99    <!-- USB audio device permission dialog title.  [CHAR LIMIT=200]-->
100    <string name="usb_audio_device_permission_prompt_title">Allow <xliff:g id="application" example= "Usb Mega Player">%1$s</xliff:g> to access <xliff:g id="usb_device" example="USB Headphones">%2$s</xliff:g>?</string>
101
102    <!-- USB audio device confirm dialog title.  [CHAR LIMIT=200]-->
103    <string name="usb_audio_device_confirm_prompt_title">Open <xliff:g id="application" example= "Usb Mega Player">%1$s</xliff:g> to handle <xliff:g id="usb_device" example="USB Headphones">%2$s</xliff:g>?</string>
104
105    <!-- Checkbox label for USB audio device dialogs with warning text for USB audio device dialogs.  [CHAR LIMIT=NONE]-->
106    <string name="usb_audio_device_prompt_warn">This app has not been granted record permission but could capture audio through this USB device. Using <xliff:g id="application" example= "Usb Mega Player">%1$s</xliff:g> with this device might prevent hearing calls, notifications and alarms.</string>
107
108    <!-- Prompt for the USB audio device permission dialog [CHAR LIMIT=NONE] -->
109    <string name="usb_audio_device_prompt">Using <xliff:g id="application" example= "Usb Mega Player">%1$s</xliff:g> with this device might prevent hearing calls, notifications and alarms.</string>
110
111    <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
112    <string name="usb_accessory_permission_prompt">Allow <xliff:g id="application" example= "Usb Mega Player">%1$s</xliff:g> to access <xliff:g id="usb_accessory"  example="USB Dock">%2$s</xliff:g>?</string>
113
114    <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
115    <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>
116
117    <!-- Prompt for the USB device confirm dialog with warning text for USB device dialogs.  [CHAR LIMIT=200] -->
118    <string name="usb_device_confirm_prompt_warn">Open <xliff:g id="application" example= "Usb Mega Player">%1$s</xliff:g> to handle <xliff:g id="usb_device" example="USB Headphones">%2$s</xliff:g>?\nThis app has not been granted record permission but could capture audio through this USB device.</string>
119
120    <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] -->
121    <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>
122
123    <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
124    <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>
125
126    <!-- Title for USB accessory dialog.  Used when the name of the accessory cannot be determined.  [CHAR LIMIT=50] -->
127    <string name="title_usb_accessory">USB accessory</string>
128
129    <!-- View button label for USB dialogs.  [CHAR LIMIT=15] -->
130    <string name="label_view">View</string>
131
132    <!-- Checkbox label for USB device dialogs.  [CHAR LIMIT=50] -->
133    <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>
134
135    <!-- Checkbox label for USB accessory dialogs.  [CHAR LIMIT=50]-->
136    <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>
137
138    <!-- Title of confirmation dialog for USB debugging -->
139    <string name="usb_debugging_title">Allow USB debugging?</string>
140
141    <!-- Message of confirmation dialog for USB debugging -->
142    <string name="usb_debugging_message">The computer\'s RSA key fingerprint is:\n<xliff:g id="fingerprint">%1$s</xliff:g></string>
143
144    <!-- Option to always allow USB debugging from the attached computer -->
145    <string name="usb_debugging_always">Always allow from this computer</string>
146
147    <!-- Button label for confirming acceptance of enabling USB debugging [CHAR LIMIT=15] -->
148    <string name="usb_debugging_allow">Allow</string>
149
150    <!-- Title of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
151    <string name="usb_debugging_secondary_user_title">USB debugging not allowed</string>
152
153    <!-- Message of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
154    <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 an admin user.</string>
155
156    <!-- Title of confirmation dialog for wireless debugging [CHAR LIMIT=80] -->
157    <string name="hdmi_cec_set_menu_language_title">Do you want to change the system language to <xliff:g id="language" example="German">%1$s</xliff:g>?</string>
158
159    <!-- Description for the <Set Menu Language> confirmation dialog [CHAR LIMIT=NONE] -->
160    <string name="hdmi_cec_set_menu_language_description">System language change requested by another device</string>
161
162    <!-- Button label for accepting language change [CHAR LIMIT=25] -->
163    <string name="hdmi_cec_set_menu_language_accept">Change language</string>
164
165    <!-- Button label for declining language change [CHAR LIMIT=25] -->
166    <string name="hdmi_cec_set_menu_language_decline">Keep current language</string>
167
168    <!-- Button label to share wifi [CHAR_LIMIT=20] -->
169    <string name="share_wifi_button_text">Share Wi\u2011Fi</string>
170
171    <!-- Title of confirmation dialog for wireless debugging [CHAR LIMIT=NONE] -->
172    <string name="wifi_debugging_title">Allow wireless debugging on this network?</string>
173
174    <!-- Message of confirmation dialog for wireless debugging [CHAR LIMIT=NONE] -->
175    <string name="wifi_debugging_message">Network Name (SSID)\n<xliff:g id="ssid" example="My wifi">%1$s</xliff:g>\n\nWi\u2011Fi Address (BSSID)\n<xliff:g id="bssid" example="AB:CD:EF:12:34:56">%2$s</xliff:g></string>
176
177    <!-- Option to always allow wireless debugging on this network [CHAR LIMIT=NONE] -->
178    <string name="wifi_debugging_always">Always allow on this network</string>
179
180    <!-- Button label for confirming acceptance of enabling wireless debugging [CHAR LIMIT=15] -->
181    <string name="wifi_debugging_allow">Allow</string>
182
183    <!-- Title of notification shown when trying to enable wireless debugging but a secondary user is the current foreground user. [CHAR LIMIT=NONE] -->
184    <string name="wifi_debugging_secondary_user_title">Wireless debugging not allowed</string>
185
186    <!-- Message of notification shown when trying to enable wireless debugging but a secondary user is the current foreground user. [CHAR LIMIT=NONE] -->
187    <string name="wifi_debugging_secondary_user_message">The user currently signed in to this device can\u2019t turn on wireless debugging. To use this feature, switch to an admin user.</string>
188
189    <!-- Title of USB contaminant presence dialog [CHAR LIMIT=NONE] -->
190    <string name="usb_contaminant_title">USB port disabled</string>
191
192    <!-- Message of USB contaminant presence dialog [CHAR LIMIT=NONE] -->
193    <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>
194
195    <!-- Toast for enabling ports from USB contaminant dialog [CHAR LIMIT=NONE] -->
196    <string name="usb_port_enabled">USB port enabled to detect chargers and accessories</string>
197
198    <!-- Button text to disable contaminant detection [CHAR LIMIT=NONE] -->
199    <string name="usb_disable_contaminant_detection">Enable USB</string>
200
201    <!-- Button text to disable contaminant detection [CHAR LIMIT=NONE] -->
202    <string name="learn_more">Learn more</string>
203
204    <!-- Power menu item for taking a screenshot [CHAR LIMIT=20]-->
205    <string name="global_action_screenshot">Screenshot</string>
206    <!-- Message shown in power menu when Extend Unlock has been disabled [CHAR_LIMIT=NONE] -->
207    <string name="global_action_smart_lock_disabled">Extend Unlock disabled</string>
208
209    <!-- text to show in place of RemoteInput images when they cannot be shown.
210         [CHAR LIMIT=50] -->
211    <string name="remote_input_image_insertion_text">sent an image</string>
212
213    <!-- Informs the user that a screenshot is being saved. [CHAR LIMIT=50] -->
214    <string name="screenshot_saving_title">Saving screenshot\u2026</string>
215    <!-- Informs the user that a screenshot is being saved. [CHAR LIMIT=50] -->
216    <string name="screenshot_saving_work_profile_title">Saving screenshot to work profile\u2026</string>
217    <!-- Informs the user that a screenshot is being saved to the private profile. [CHAR LIMIT=100] -->
218    <string name="screenshot_saving_private_profile">Saving screenshot to private</string>
219    <!-- Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] -->
220    <string name="screenshot_saved_title">Screenshot saved</string>
221    <!-- Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] -->
222    <string name="screenshot_failed_title">Couldn\'t save screenshot</string>
223    <!-- Appended to the notification content when a screenshot failure happens on an external display. [CHAR LIMIT=50] -->
224    <string name="screenshot_failed_external_display_indication">External Display</string>
225    <!-- Notification text displayed when we fail to save a screenshot due to locked storage. [CHAR LIMIT=100] -->
226    <string name="screenshot_failed_to_save_user_locked_text">Device must be unlocked before screenshot can be saved</string>
227    <!-- Notification text displayed when we fail to save a screenshot for unknown reasons. [CHAR LIMIT=100] -->
228    <string name="screenshot_failed_to_save_unknown_text">Try taking screenshot again</string>
229    <!-- Notification text displayed when we fail to save a screenshot. [CHAR LIMIT=100] -->
230    <string name="screenshot_failed_to_save_text">Can\'t save screenshot</string>
231    <!-- Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] -->
232    <string name="screenshot_failed_to_capture_text">Taking screenshots isn\'t allowed by the app or
233        your organization</string>
234    <!-- Notification text displayed when screenshots are blocked by an IT admin. [CHAR LIMIT=100] -->
235    <string name="screenshot_blocked_by_admin">Taking screenshots is blocked by your IT admin</string>
236    <!-- Label for UI element which allows editing the screenshot [CHAR LIMIT=30] -->
237    <string name="screenshot_edit_label">Edit</string>
238    <!-- Content description indicating that tapping the element will allow editing the screenshot [CHAR LIMIT=NONE] -->
239    <string name="screenshot_edit_description">Edit screenshot</string>
240    <!-- Label for UI element which allows sharing the screenshot [CHAR LIMIT=30] -->
241    <string name="screenshot_share_label">Share</string>
242    <!-- Content description indicating that tapping the element will allow sharing the screenshot [CHAR LIMIT=NONE] -->
243    <string name="screenshot_share_description">Share screenshot</string>
244    <!-- Label for UI element which allows the user to capture additional off-screen content in a screenshot. [CHAR LIMIT=30] -->
245    <string name="screenshot_scroll_label">Capture more</string>
246    <!-- Content description indicating that tapping a button will dismiss the screenshots UI [CHAR LIMIT=NONE] -->
247    <string name="screenshot_dismiss_description">Dismiss screenshot</string>
248    <!-- Content description indicating that tapping a button will dismiss the work profile first run dialog [CHAR LIMIT=NONE] -->
249    <string name="screenshot_dismiss_work_profile">Dismiss work profile message</string>
250    <!-- Content description indicating that the view is a preview of the screenshot that was just taken [CHAR LIMIT=NONE] -->
251    <string name="screenshot_preview_description">Screenshot preview</string>
252    <!-- Content description for the top boundary of the screenshot being cropped, with the current position as a percentage. [CHAR LIMIT=NONE] -->
253    <string name="screenshot_top_boundary_pct">Top boundary <xliff:g id="percent" example="50">%1$d</xliff:g> percent</string>
254    <!-- Content description for the bottom boundary of the screenshot being cropped, with the current position as a percentage. [CHAR LIMIT=NONE] -->
255    <string name="screenshot_bottom_boundary_pct">Bottom boundary <xliff:g id="percent" example="50">%1$d</xliff:g> percent</string>
256    <!-- Content description for the left boundary of the screenshot being cropped, with the current position as a percentage. [CHAR LIMIT=NONE] -->
257    <string name="screenshot_left_boundary_pct">Left boundary <xliff:g id="percent" example="50">%1$d</xliff:g> percent</string>
258    <!-- Content description for the right boundary of the screenshot being cropped, with the current position as a percentage. [CHAR LIMIT=NONE] -->
259    <string name="screenshot_right_boundary_pct">Right boundary <xliff:g id="percent" example="50">%1$d</xliff:g> percent</string>
260    <!-- Notification displayed when a screenshot is saved in a work profile. [CHAR LIMIT=NONE] -->
261    <string name="screenshot_work_profile_notification">Saved in <xliff:g id="app" example="Files">%1$s</xliff:g> in the work profile</string>
262    <!-- Notification displayed when a screenshot is saved in the private profile. [CHAR LIMIT=NONE] -->
263    <string name="screenshot_private_profile_notification">Saved in <xliff:g id="app" example="Files">%1$s</xliff:g> in the private profile</string>
264    <!-- Default name referring to the app on the device that lets the user browse stored files. [CHAR LIMIT=NONE] -->
265    <string name="screenshot_default_files_app_name">Files</string>
266    <!-- A notice shown to the user to indicate that an app has detected the screenshot that the user has just taken. [CHAR LIMIT=75] -->
267    <string name="screenshot_detected_template"><xliff:g id="appName" example="Google Chrome">%1$s</xliff:g> detected this screenshot.</string>
268    <!-- A notice shown to the user to indicate that multiple apps have detected the screenshot that the user has just taken. [CHAR LIMIT=75] -->
269    <string name="screenshot_detected_multiple_template"><xliff:g id="appName" example="Google Chrome">%1$s</xliff:g> and other open apps detected this screenshot.</string>
270    <!-- Add to note button used in App Clips flow to return the saved screenshot image to notes app. [CHAR LIMIT=NONE] -->
271    <string name="app_clips_save_add_to_note">Add to note</string>
272    <!-- A check box used in App Clips flow to return the captured backlink of the screenshotted app to notes app. [CHAR LIMIT=NONE] -->
273    <string name="backlinks_include_link">Include link</string>
274    <!-- A label for backlinks app that is used if there are multiple backlinks with same app name. [CHAR LIMIT=NONE] -->
275    <string name="backlinks_duplicate_label_format"><xliff:g id="appName" example="Google Chrome">%1$s</xliff:g> <xliff:g id="frequencyCount" example="(1)">(%2$d)</xliff:g></string>
276    <!-- An error message to inform user that capturing backlink from cross profile apps is not possible. [CHAR LIMIT=NONE] -->
277    <string name="backlinks_cross_profile_error">Links can\'t be added from other profiles</string>
278
279    <!-- Notification title displayed for screen recording [CHAR LIMIT=50]-->
280    <string name="screenrecord_title">Screen Recorder</string>
281    <!-- Processing screen recoding video in the background [CHAR LIMIT=30]-->
282    <string name="screenrecord_background_processing_label">Processing screen recording</string>
283    <!-- Description of the screen recording notification channel [CHAR LIMIT=NONE]-->
284    <string name="screenrecord_channel_description">Ongoing notification for a screen record session</string>
285
286    <!-- For updated Screen Recording permission dialog (i.e. with PSS)-->
287    <!-- Title for the screen prompting the user to begin recording their screen [CHAR LIMIT=NONE]-->
288    <string name="screenrecord_permission_dialog_title">Record your screen?</string>
289    <!-- Screen recording permission option for recording just a single app [CHAR LIMIT=50] -->
290    <string name="screenrecord_permission_dialog_option_text_single_app">Record one app</string>
291    <!-- Screen recording permission option for recording the whole screen [CHAR LIMIT=50] -->
292    <string name="screenrecord_permission_dialog_option_text_entire_screen" >Record entire screen</string>
293    <string name="screenrecord_permission_dialog_option_text_entire_screen_for_display">Record entire screen: %s</string>
294    <!-- Message reminding the user that sensitive information may be captured during a full screen recording for the updated dialog that includes partial screen sharing option [CHAR_LIMIT=350]-->
295    <string name="screenrecord_permission_dialog_warning_entire_screen">When you’re recording your entire screen, anything shown on your screen is recorded. So be careful with things like passwords, payment details, messages, photos, and audio and video.</string>
296    <!-- Message reminding the user that sensitive information may be captured during a single app screen recording for the updated dialog that includes partial screen sharing option [CHAR_LIMIT=350]-->
297    <string name="screenrecord_permission_dialog_warning_single_app">When you’re recording an app, anything shown or played in that app is recorded. So be careful with things like passwords, payment details, messages, photos, and audio and video.</string>
298    <!-- Button to start a screen recording of the entire screen in the updated screen record dialog that allows to select an app to record [CHAR LIMIT=50]-->
299    <string name="screenrecord_permission_dialog_continue_entire_screen">Record screen</string>
300    <!-- Title of the activity that allows to select an app to screen record [CHAR LIMIT=70] -->
301    <string name="screenrecord_app_selector_title">Choose app to record</string>
302
303    <!-- Label for a switch to enable recording audio [CHAR LIMIT=NONE]-->
304    <string name="screenrecord_audio_label">Record audio</string>
305    <!-- Label for the option to record audio from the device [CHAR LIMIT=NONE]-->
306    <string name="screenrecord_device_audio_label">Device audio</string>
307    <!-- Description of what audio may be captured from the device [CHAR LIMIT=NONE]-->
308    <string name="screenrecord_device_audio_description">Sound from your device, like music, calls, and ringtones</string>
309    <!-- Label for the option to enable microphone input during screen recording [CHAR LIMIT=NONE]-->
310    <string name="screenrecord_mic_label">Microphone</string>
311    <!-- Label for an option to record audio from both device and microphone [CHAR LIMIT=NONE]-->
312    <string name="screenrecord_device_audio_and_mic_label">Device audio and microphone</string>
313    <!-- Button to start a screen recording [CHAR LIMIT=50]-->
314    <string name="screenrecord_continue">Start</string>
315    <!-- Notification text displayed when we are recording the screen [CHAR LIMIT=100]-->
316    <string name="screenrecord_ongoing_screen_only">Recording screen</string>
317    <!-- Notification text displayed when we are recording both the screen and audio [CHAR LIMIT=100]-->
318    <string name="screenrecord_ongoing_screen_and_audio">Recording screen and audio</string>
319    <!-- Label for the checkbox to enable showing location of touches during screen recording [CHAR LIMIT=NONE]-->
320    <string name="screenrecord_taps_label">Show touches on screen</string>
321    <!-- Label for notification that the user can tap to stop and save the screen recording [CHAR LIMIT=NONE] -->
322    <!-- Label for notification action to stop and save the screen recording [CHAR LIMIT=35] -->
323    <string name="screenrecord_stop_label">Stop</string>
324    <!-- Label for notification action to share screen recording [CHAR LIMIT=35] -->
325    <string name="screenrecord_share_label">Share</string>
326    <!-- A toast message shown after successfully canceling a screen recording [CHAR LIMIT=NONE] -->
327    <!-- Notification text shown after saving a screen recording [CHAR LIMIT=100] -->
328    <string name="screenrecord_save_title">Screen recording saved</string>
329    <!-- Subtext for a notification shown after saving a screen recording to prompt the user to view it [CHAR_LIMIT=100] -->
330    <string name="screenrecord_save_text">Tap to view</string>
331    <!-- A toast message shown when there is an error saving a screen recording [CHAR LIMIT=NONE] -->
332    <string name="screenrecord_save_error">Error saving screen recording</string>
333    <!-- A toast message shown when the screen recording cannot be started due to a generic error [CHAR LIMIT=NONE] -->
334    <string name="screenrecord_start_error">Error starting screen recording</string>
335    <!-- Title for a dialog shown to the user that will let them stop recording their screen [CHAR LIMIT=50] -->
336    <string name="screenrecord_stop_dialog_title">Stop recording?</string>
337    <!-- Text telling a user that they're currently recording their screen [CHAR LIMIT=100] -->
338    <string name="screenrecord_stop_dialog_message">You\'re currently recording your entire screen</string>
339    <!-- Text telling a user that they're currently recording the contents of the specified [app_name]. [CHAR LIMIT=100] -->
340    <string name="screenrecord_stop_dialog_message_specific_app">You\'re currently recording <xliff:g id="app_name" example="Photos App">%1$s</xliff:g></string>
341    <!-- Button to stop a screen recording [CHAR LIMIT=35] -->
342    <string name="screenrecord_stop_dialog_button">Stop recording</string>
343
344    <!-- Content description for the status bar chip shown to the user when they're sharing their screen to another app on the device [CHAR LIMIT=NONE] -->
345    <string name="share_to_app_chip_accessibility_label">Sharing screen</string>
346    <!-- Content description for the status bar chip shown to the user when they're sharing their screen or audio to another app on the device [CHAR LIMIT=NONE] -->
347    <string name="share_to_app_chip_accessibility_label_generic">Sharing content</string>
348    <!-- Title for a dialog shown to the user that will let them stop sharing their screen to another app on the device [CHAR LIMIT=50] -->
349    <string name="share_to_app_stop_dialog_title">Stop sharing screen?</string>
350    <!-- Title for a dialog shown to the user that will let them stop sharing their screen or audio to another app on the device [CHAR LIMIT=50] -->
351    <string name="share_to_app_stop_dialog_title_generic">Stop sharing?</string>
352    <!-- Text telling a user that they're currently sharing their entire screen to [host_app_name] (i.e. [host_app_name] can currently see all screen content) [CHAR LIMIT=150] -->
353    <string name="share_to_app_stop_dialog_message_entire_screen_with_host_app">You\'re currently sharing your entire screen with <xliff:g id="host_app_name" example="Screen Recorder App">%1$s</xliff:g></string>
354    <!-- Text telling a user that they're currently sharing their entire screen to an app (but we don't know what app) [CHAR LIMIT=150] -->
355    <string name="share_to_app_stop_dialog_message_entire_screen">You\'re currently sharing your entire screen with an app</string>
356    <!-- Text telling a user that they're currently sharing the contents of [app_being_shared_name]. (i.e. some app can currently see the content of [app_being_shared_name]). [CHAR LIMIT=150] -->
357    <string name="share_to_app_stop_dialog_message_single_app_specific">You\'re currently sharing <xliff:g id="app_being_shared_name" example="Photos App">%1$s</xliff:g></string>
358    <!-- Text telling a user that they're currently sharing their screen [CHAR LIMIT=150] -->
359    <string name="share_to_app_stop_dialog_message_single_app_generic">You\'re currently sharing an app</string>
360    <!-- Text telling a user that they're currently sharing something to an app [CHAR LIMIT=100] -->
361    <string name="share_to_app_stop_dialog_message_generic">You\'re currently sharing with an app</string>
362    <!-- Button to stop screen sharing [CHAR LIMIT=35] -->
363    <string name="share_to_app_stop_dialog_button">Stop sharing</string>
364
365    <!-- Content description for the status bar chip shown to the user when they're casting their screen to a different device [CHAR LIMIT=NONE] -->
366    <string name="cast_screen_to_other_device_chip_accessibility_label">Casting screen</string>
367    <!-- Title for a dialog shown to the user that will let them stop casting to a different device [CHAR LIMIT=50] -->
368    <string name="cast_to_other_device_stop_dialog_title">Stop casting?</string>
369    <!-- Text telling a user that they're currently casting their screen to a different device. The device receiving the cast is named [device_name]. [CHAR LIMIT=150] -->
370    <string name="cast_to_other_device_stop_dialog_message_entire_screen_with_device">You\'re currently casting your entire screen to <xliff:g id="device_name" example="Living Room Device">%1$s</xliff:g></string>
371    <!-- Text telling a user that they're currently casting their screen to a nearby device. [CHAR LIMIT=150] -->
372    <string name="cast_to_other_device_stop_dialog_message_entire_screen">You\'re currently casting your entire screen to a nearby device</string>
373    <!-- Text telling a user that they're currently casting the contents of [app_being_shared_name] to a different device. The device receiving the cast is named [device_name]. [CHAR LIMIT=150] -->
374    <string name="cast_to_other_device_stop_dialog_message_specific_app_with_device">You\'re currently casting <xliff:g id="app_being_shared_name" example="Photos App">%1$s</xliff:g> to <xliff:g id="device_name" example="Living Room Device">%2$s</xliff:g></string>
375    <!-- Text telling a user that they're currently casting the contents of [app_being_shared_name] to a different device. [CHAR LIMIT=150] -->
376    <string name="cast_to_other_device_stop_dialog_message_specific_app">You\'re currently casting <xliff:g id="app_being_shared_name" example="Photos App">%1$s</xliff:g> to a nearby device</string>
377    <!-- Text telling a user that they're currently casting to a different device. The device receiving the cast is named [device_name]. [CHAR LIMIT=100] -->
378    <string name="cast_to_other_device_stop_dialog_message_generic_with_device">You\'re currently casting to <xliff:g id="device_name" example="Living Room Device">%1$s</xliff:g></string>
379    <!-- Text telling a user that they're currently casting to a nearby device [CHAR LIMIT=100] -->
380    <string name="cast_to_other_device_stop_dialog_message_generic">You\'re currently casting to a nearby device</string>
381    <!-- Button to stop screen casting to a different device [CHAR LIMIT=35] -->
382    <string name="cast_to_other_device_stop_dialog_button">Stop casting</string>
383
384    <!-- Button to close a dialog without doing any action [CHAR LIMIT=20] -->
385    <string name="close_dialog_button">Close</string>
386
387    <!-- Notification title displayed for issue recording [CHAR LIMIT=50]-->
388    <string name="issuerecord_title">Issue Recorder</string>
389    <!-- Processing issue recoding data in the background [CHAR LIMIT=30]-->
390    <string name="issuerecord_background_processing_label">Processing issue recording</string>
391    <!-- Description of the screen recording notification channel [CHAR LIMIT=NONE]-->
392    <string name="issuerecord_channel_description">Ongoing notification for an issue collection session</string>
393
394    <!-- Notification text displayed when we are recording the screen [CHAR LIMIT=100]-->
395    <string name="issuerecord_ongoing_screen_only">Recording issue</string>
396    <!-- Label for notification action to share issue recording [CHAR LIMIT=35] -->
397    <string name="issuerecord_share_label">Share</string>
398    <!-- A toast message shown after successfully canceling a issue recording [CHAR LIMIT=NONE] -->
399    <!-- Notification text shown after saving a issue recording [CHAR LIMIT=100] -->
400    <string name="issuerecord_save_title">Issue recording saved</string>
401    <!-- Subtext for a notification shown after saving a issue recording to prompt the user to view it [CHAR_LIMIT=100] -->
402    <string name="issuerecord_save_text">Tap to view</string>
403    <!-- A toast message shown when there is an error saving a issue recording [CHAR LIMIT=NONE] -->
404    <string name="issuerecord_save_error">Error saving issue recording</string>
405    <!-- A toast message shown when the issue recording cannot be started due to a generic error [CHAR LIMIT=NONE] -->
406    <string name="issuerecord_start_error">Error starting issue recording</string>
407
408    <!-- Cling help message title when hiding the navigation bar entering immersive mode [CHAR LIMIT=none] -->
409    <string name="immersive_cling_title">Viewing full screen</string>
410    <!-- Cling help message description when hiding the navigation bar entering immersive mode [CHAR LIMIT=none] -->
411    <string name="immersive_cling_description">To exit, swipe down from the top of your screen</string>
412    <!-- Cling help message confirmation button when hiding the navigation bar entering immersive mode [CHAR LIMIT=30] -->
413    <string name="immersive_cling_positive">Got it</string>
414
415    <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
416    <string name="accessibility_back">Back</string>
417    <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
418    <string name="accessibility_home">Home</string>
419    <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
420    <string name="accessibility_menu">Menu</string>
421    <!-- Content description of the accessibility button in the navigation bar (not shown on the screen). [CHAR LIMIT=NONE] -->
422    <string name="accessibility_accessibility_button">Accessibility</string>
423    <!-- Content description of the rotate button in the navigation bar (not shown on the screen). [CHAR LIMIT=NONE] -->
424    <string name="accessibility_rotate_button">Rotate screen</string>
425    <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
426    <string name="accessibility_recent">Overview</string>
427    <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] -->
428    <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
429    <string name="accessibility_camera_button">Camera</string>
430    <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
431    <string name="accessibility_phone_button">Phone</string>
432    <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
433    <string name="accessibility_voice_assist_button">Voice Assist</string>
434    <!-- Content description of the wallet button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
435    <string name="accessibility_wallet_button">Wallet</string>
436    <!-- Content description of the QR Code scanner for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
437    <string name="accessibility_qr_code_scanner_button">QR Code Scanner</string>
438    <!-- Content description of the unlock button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
439    <string name="accessibility_unlock_button">Unlocked</string>
440    <!-- Content description of the lock icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
441    <string name="accessibility_lock_icon">Device locked</string>
442    <!-- Content description hint of the unlock button when fingerprint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
443    <!-- Accessibility action of the unlock button when fingerpint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
444    <!-- Content description of the Trusted Face icon for accessibility. [CHAR LIMIT=NONE] -->
445    <string name="accessibility_scanning_face">Scanning face</string>
446    <!-- Click action label for accessibility for the smart reply buttons (not shown on-screen).". [CHAR LIMIT=NONE] -->
447    <string name="accessibility_send_smart_reply">Send</string>
448    <!-- Button name for "Cancel". [CHAR LIMIT=NONE] -->
449    <string name="cancel">Cancel</string>
450
451    <!-- Content description for the app logo icon on biometric prompt. [CHAR LIMIT=NONE] -->
452    <string name="biometric_dialog_logo">App logo</string>
453    <!-- Message shown when a biometric is authenticated, asking the user to confirm authentication [CHAR LIMIT=30] -->
454    <string name="biometric_dialog_confirm">Confirm</string>
455    <!-- Button name on BiometricPrompt shown when a biometric is detected but not authenticated. Tapping the button resumes authentication [CHAR LIMIT=30] -->
456    <string name="biometric_dialog_try_again">Try again</string>
457    <!-- 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] -->
458    <string name="biometric_dialog_empty_space_description">Tap to cancel authentication</string>
459    <!-- Content description for the face icon when the device is not authenticating anymore [CHAR LIMIT=NONE] -->
460    <string name="biometric_dialog_face_icon_description_idle">Please try again</string>
461    <!-- Content description for the face icon when the device is authenticating [CHAR LIMIT=NONE] -->
462    <string name="biometric_dialog_face_icon_description_authenticating">Looking for your face</string>
463    <!-- Content description for the face icon when the user has been authenticated [CHAR LIMIT=NONE] -->
464    <string name="biometric_dialog_face_icon_description_authenticated">Face authenticated</string>
465    <!-- Content description for the face icon when the user has been authenticated and the confirm button has been pressed [CHAR LIMIT=NONE] -->
466    <string name="biometric_dialog_face_icon_description_confirmed">Confirmed</string>
467    <!-- Message shown when a biometric is authenticated, waiting for the user to confirm authentication [CHAR LIMIT=40]-->
468    <string name="biometric_dialog_tap_confirm">Tap Confirm to complete</string>
469    <!-- Message shown when a biometric has authenticated with a user's face and is waiting for the user to confirm authentication [CHAR LIMIT=60]-->
470    <string name="biometric_dialog_tap_confirm_with_face">Unlocked by face</string>
471    <!-- Message shown when a biometric has authenticated with a user's face and is waiting for the user to confirm authentication [CHAR LIMIT=60]-->
472    <string name="biometric_dialog_tap_confirm_with_face_alt_1">Unlocked by face. Press to continue.</string>
473    <!-- Message shown when a biometric has authenticated with a user's face and is waiting for the user to confirm authentication [CHAR LIMIT=60]-->
474    <string name="biometric_dialog_tap_confirm_with_face_alt_2">Face recognized. Press to continue.</string>
475    <!-- Message shown when a biometric has authenticated with a user's face and is waiting for the user to confirm authentication [CHAR LIMIT=60]-->
476    <string name="biometric_dialog_tap_confirm_with_face_alt_3">Face recognized. Press the unlock icon to continue.</string>
477    <!-- Message shown when a biometric has authenticated with a user's face and is waiting for the user to confirm authentication with SFPS [CHAR LIMIT=60]-->
478    <string name="biometric_dialog_tap_confirm_with_face_sfps">Unlocked by face. Tap to continue.</string>
479    <!-- Talkback string when a biometric is authenticated [CHAR LIMIT=NONE] -->
480    <string name="biometric_dialog_authenticated">Authenticated</string>
481    <!-- Talkback string when a canceling authentication [CHAR LIMIT=NONE] -->
482    <string name="biometric_dialog_cancel_authentication">Cancel Authentication</string>
483    <!-- Content description for the more options button on biometric prompt content view. [CHAR LIMIT=60] -->
484    <string name="biometric_dialog_content_view_more_options_button">More Options</string>
485
486    <!-- Button text shown on BiometricPrompt giving the user the option to use an alternate form of authentication (Pin) [CHAR LIMIT=30] -->
487    <string name="biometric_dialog_use_pin">Use PIN</string>
488    <!-- Button text shown on BiometricPrompt giving the user the option to use an alternate form of authentication (Pattern) [CHAR LIMIT=30] -->
489    <string name="biometric_dialog_use_pattern">Use pattern</string>
490    <!-- Button text shown on BiometricPrompt giving the user the option to use an alternate form of authentication (Pass) [CHAR LIMIT=30] -->
491    <string name="biometric_dialog_use_password">Use password</string>
492    <!-- Error string shown when the user enters an incorrect PIN [CHAR LIMIT=40]-->
493    <string name="biometric_dialog_wrong_pin">Wrong PIN</string>
494    <!-- Error string shown when the user enters an incorrect pattern [CHAR LIMIT=40]-->
495    <string name="biometric_dialog_wrong_pattern">Wrong pattern</string>
496    <!-- Error string shown when the user enters an incorrect password [CHAR LIMIT=40]-->
497    <string name="biometric_dialog_wrong_password">Wrong password</string>
498    <!-- Error string shown when the user enters too many incorrect attempts [CHAR LIMIT=120]-->
499    <string name="biometric_dialog_credential_too_many_attempts">Too many incorrect attempts.\nTry again in <xliff:g id="number">%d</xliff:g> seconds.</string>
500    <!-- Button text shown on an authentication screen giving the user the option to make an emergency call without unlocking their device [CHAR LIMIT=20] -->
501    <string name="work_challenge_emergency_button_text">Emergency</string>
502
503    <!-- Error string shown when the user enters an incorrect PIN/pattern/password and it counts towards the max attempts before the data on the device is wiped. [CHAR LIMIT=NONE]-->
504    <string name="biometric_dialog_credential_attempts_before_wipe">Try again. Attempt <xliff:g id="attempts" example="1">%1$d</xliff:g> of <xliff:g id="max_attempts" example="3">%2$d</xliff:g>.</string>
505    <!-- Title of a dialog shown when the user only has one attempt left to provide the correct PIN/pattern/password before the device, one of its users, or a work profile is wiped. [CHAR LIMIT=NONE] -->
506    <string name="biometric_dialog_last_attempt_before_wipe_dialog_title">Your data will be deleted</string>
507    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct lock pattern before the device is wiped. [CHAR LIMIT=NONE] -->
508    <string name="biometric_dialog_last_pattern_attempt_before_wipe_device">If you enter an incorrect pattern on the next attempt, this device\u2019s data will be deleted.</string>
509    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct PIN before the device is wiped. [CHAR LIMIT=NONE] -->
510    <string name="biometric_dialog_last_pin_attempt_before_wipe_device">If you enter an incorrect PIN on the next attempt, this device\u2019s data will be deleted.</string>
511    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct password before the device is wiped. [CHAR LIMIT=NONE] -->
512    <string name="biometric_dialog_last_password_attempt_before_wipe_device">If you enter an incorrect password on the next attempt, this device\u2019s data will be deleted.</string>
513    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct lock pattern before the user is removed. [CHAR LIMIT=NONE] -->
514    <string name="biometric_dialog_last_pattern_attempt_before_wipe_user">If you enter an incorrect pattern on the next attempt, this user will be deleted.</string>
515    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct PIN before the user is removed. [CHAR LIMIT=NONE] -->
516    <string name="biometric_dialog_last_pin_attempt_before_wipe_user">If you enter an incorrect PIN on the next attempt, this user will be deleted.</string>
517    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct password before the user is removed. [CHAR LIMIT=NONE] -->
518    <string name="biometric_dialog_last_password_attempt_before_wipe_user">If you enter an incorrect password on the next attempt, this user will be deleted.</string>
519    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct pattern before the work profile is removed. [CHAR LIMIT=NONE] -->
520    <string name="biometric_dialog_last_pattern_attempt_before_wipe_profile">If you enter an incorrect pattern on the next attempt, your work profile and its data will be deleted.</string>
521    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct PIN before the work profile is removed. [CHAR LIMIT=NONE] -->
522    <string name="biometric_dialog_last_pin_attempt_before_wipe_profile">If you enter an incorrect PIN on the next attempt, your work profile and its data will be deleted.</string>
523    <!-- Content of a dialog shown when the user only has one attempt left to provide the correct password before the work profile is removed. [CHAR LIMIT=NONE] -->
524    <string name="biometric_dialog_last_password_attempt_before_wipe_profile">If you enter an incorrect password on the next attempt, your work profile and its data will be deleted.</string>
525    <!-- Confirmation button label for a dialog shown when the system requires the user to re-enroll their biometrics. [CHAR LIMIT=20] -->
526    <string name="biometric_re_enroll_dialog_confirm">Set up</string>
527    <!-- Cancel button label for a dialog shown when the system requires the user to re-enroll their biometric. [CHAR LIMIT=20] -->
528    <string name="biometric_re_enroll_dialog_cancel">Not now</string>
529    <!-- Notification content shown when the system requires the user to re-enroll their biometrics. [CHAR LIMIT=NONE] -->
530    <string name="biometric_re_enroll_notification_content">This is required to improve security and performance</string>
531    <!-- Notification title shown when the system requires the user to re-enroll their fingerprint. [CHAR LIMIT=NONE] -->
532    <string name="fingerprint_re_enroll_notification_title">Set up Fingerprint Unlock again</string>
533    <!-- Name shown for system notifications related to the fingerprint unlock feature. [CHAR LIMIT=NONE] -->
534    <string name="fingerprint_re_enroll_notification_name">Fingerprint Unlock</string>
535    <!-- Title for a dialog shown when the system requires the user to re-enroll their fingerprint. [CHAR LIMIT=NONE] -->
536    <string name="fingerprint_re_enroll_dialog_title">Set up Fingerprint Unlock</string>
537    <!-- Content for a dialog shown when the system requires the user to re-enroll their fingerprint. [CHAR LIMIT=NONE] -->
538    <string name="fingerprint_re_enroll_dialog_content">To set up Fingerprint Unlock again, your current fingerprint images and models will be deleted.\n\nAfter they\’re deleted, you\’ll need to set up Fingerprint Unlock again to use your fingerprint to unlock your phone or verify it\’s you.</string>
539    <!-- Content for a dialog shown when the system requires the user to re-enroll their fingerprint (singular). [CHAR LIMIT=NONE] -->
540    <string name="fingerprint_re_enroll_dialog_content_singular">To set up Fingerprint Unlock again, your current fingerprint images and model will be deleted.\n\nAfter they\’re deleted, you\’ll need to set up Fingerprint Unlock again to use your fingerprint to unlock your phone or verify it\’s you.</string>
541    <!-- Content for a dialog shown when an error occurs while the user is trying to re-enroll their fingerprint. [CHAR LIMIT=NONE] -->
542    <string name="fingerprint_reenroll_failure_dialog_content">Couldn\u2019t set up fingerprint unlock. Go to Settings to try again.</string>
543    <!-- Notification title shown when the system requires the user to re-enroll their face. [CHAR LIMIT=NONE] -->
544    <string name="face_re_enroll_notification_title">Set up Face Unlock again</string>
545    <!-- Name shown for system notifications related to the face unlock feature. [CHAR LIMIT=NONE] -->
546    <string name="face_re_enroll_notification_name">Face Unlock</string>
547    <!-- Title for a dialog shown when the system requires the user to re-enroll their face. [CHAR LIMIT=NONE] -->
548    <string name="face_re_enroll_dialog_title">Set up Face Unlock</string>
549    <!-- Content for a dialog shown when the system requires the user to re-enroll their face. [CHAR LIMIT=NONE] -->
550    <string name="face_re_enroll_dialog_content">To set up Face Unlock again, your current face model will be deleted.\n\nYou\’ll need to set up this feature again to use your face to unlock your phone.</string>
551    <!-- Content for a dialog shown when an error occurs while the user is trying to re-enroll their face. [CHAR LIMIT=NONE] -->
552    <string name="face_reenroll_failure_dialog_content">Couldn\u2019t set up face unlock. Go to Settings to try again.</string>
553    <!-- Message shown when the system-provided fingerprint dialog is shown, asking for authentication -->
554    <string name="fingerprint_dialog_touch_sensor">Touch the fingerprint sensor</string>
555    <!-- Content description after successful auth when confirmation required -->
556    <string name="fingerprint_dialog_authenticated_confirmation">Press the unlock icon to continue</string>
557    <!-- Message shown to inform the user a face cannot be recognized and fingerprint should instead be used.[CHAR LIMIT=50] -->
558    <string name="fingerprint_dialog_use_fingerprint_instead">Face not recognized. Use fingerprint instead.</string>
559    <!-- Message shown to inform the user a face cannot be recognized and fingerprint should instead be used.[CHAR LIMIT=50] -->
560    <string name="keyguard_face_failed_use_fp">@string/fingerprint_dialog_use_fingerprint_instead</string>
561    <!-- Message shown to inform the user a face cannot be recognized. [CHAR LIMIT=25] -->
562    <string name="keyguard_face_failed">Face not recognized</string>
563    <!-- Message shown to suggest using fingerprint sensor to authenticate after another biometric failed. [CHAR LIMIT=25] -->
564    <string name="keyguard_suggest_fingerprint">Use fingerprint instead</string>
565    <!-- Message shown to inform the user that face unlock is not available. [CHAR LIMIT=59] -->
566    <string name="keyguard_face_unlock_unavailable">Face Unlock unavailable</string>
567
568    <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
569    <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>
570
571    <!-- Content description of the bluetooth device icon. [CHAR LIMIT=NONE] -->
572    <string name="accessibility_bluetooth_device_icon">Bluetooth device icon</string>
573
574    <!-- Content description of the bluetooth device settings gear icon. [CHAR LIMIT=NONE] -->
575    <string name="accessibility_bluetooth_device_settings_gear">Click to configure device detail</string>
576    <!-- Content description of the bluetooth device settings see all. [CHAR LIMIT=NONE] -->
577    <string name="accessibility_bluetooth_device_settings_see_all">Click to see all devices</string>
578    <!-- Content description of the bluetooth device settings pair new device. [CHAR LIMIT=NONE] -->
579    <string name="accessibility_bluetooth_device_settings_pair_new_device">Click to pair new device</string>
580
581    <!-- Content description of the battery when battery state is unknown for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
582    <string name="accessibility_battery_unknown">Battery percentage unknown.</string>
583
584    <!-- Content description of the bluetooth label showing what we are connected to. [CHAR LIMIT=NONE] -->
585    <string name="accessibility_bluetooth_name">Connected to <xliff:g id="bluetooth" example="Car Audio">%s</xliff:g>.</string>
586
587    <!-- Content description of the cast label showing what we are connected to. [CHAR LIMIT=NONE] -->
588    <string name="accessibility_cast_name">Connected to <xliff:g id="cast" example="TV">%s</xliff:g>.</string>
589
590    <!-- Content description of an item with no signal and no connection for accessibility (not shown on the screen) [CHAR LIMIT=NONE] -->
591    <string name="accessibility_not_connected">Not connected.</string>
592    <!-- Content description of the roaming data connection type. [CHAR LIMIT=NONE] -->
593    <string name="data_connection_roaming">Roaming</string>
594
595    <!-- Content description of the cell data being disabled but shortened. [CHAR LIMIT=20] -->
596    <string name="cell_data_off">Off</string>
597
598    <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
599    <string name="accessibility_airplane_mode">Airplane mode.</string>
600
601    <!-- Content description of the VPN icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
602    <string name="accessibility_vpn_on">VPN on.</string>
603
604    <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
605    <string name="accessibility_battery_level">Battery <xliff:g id="number">%d</xliff:g> percent.</string>
606
607    <!-- 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] -->
608    <string name="accessibility_battery_level_with_estimate">Battery <xliff:g id="percentage" example="95%">%1$d</xliff:g> percent, <xliff:g id="time" example="Until 3:15pm">%2$s</xliff:g></string>
609
610    <!-- Content description of the battery level icon for accessibility while the device is charging (not shown on the screen). [CHAR LIMIT=NONE] -->
611    <string name="accessibility_battery_level_charging">Battery charging, <xliff:g id="battery_percentage">%d</xliff:g> percent.</string>
612
613    <!-- Content description of the battery level icon for accessibility, with information that the device charging is paused in order to protect the lifetime of the battery (not shown on screen). [CHAR LIMIT=NONE] -->
614    <string name="accessibility_battery_level_charging_paused">Battery <xliff:g id="percentage" example="90%">%d</xliff:g> percent, charging paused for battery protection.</string>
615
616    <!-- Content description of the battery level icon for accessibility, including the estimated time remaining before the phone runs out of battery *and* information that the device charging is paused in order to protect the lifetime of the battery (not shown on screen). [CHAR LIMIT=NONE] -->
617    <string name="accessibility_battery_level_charging_paused_with_estimate">Battery <xliff:g id="percentage" example="90%">%1$d</xliff:g> percent, <xliff:g id="time" example="Until 3:15pm">%2$s</xliff:g>, charging paused for battery protection.</string>
618
619    <!-- Content description of overflow icon container of the notifications for accessibility (not shown on the screen)[CHAR LIMIT=NONE] -->
620    <string name="accessibility_overflow_action">See all notifications</string>
621
622    <!-- Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
623    <string name="accessibility_tty_enabled">TeleTypewriter enabled.</string>
624
625    <!-- Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
626    <string name="accessibility_ringer_vibrate">Ringer vibrate.</string>
627
628    <!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
629    <string name="accessibility_ringer_silent">Ringer silent.</string>
630
631    <!-- Content description of the cast icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
632    <string name="accessibility_casting">@string/quick_settings_casting</string>
633
634    <!-- Content description for the notification shade panel (not shown on the screen). [CHAR LIMIT=NONE] -->
635    <string name="accessibility_desc_notification_shade">Notification shade.</string>
636    <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
637    <string name="accessibility_desc_quick_settings">Quick settings.</string>
638    <!-- Content description for the split notification shade that also includes QS (not shown on the screen). [CHAR LIMIT=NONE] -->
639    <string name="accessibility_desc_qs_notification_shade">Quick settings and Notification shade.</string>
640    <!-- Content description for the lock screen (not shown on the screen). [CHAR LIMIT=NONE] -->
641    <string name="accessibility_desc_lock_screen">Lock screen</string>
642    <!-- 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] -->
643    <string name="accessibility_desc_work_lock">Work lock screen</string>
644    <!-- Content description for the close button in the zen mode panel introduction message. [CHAR LIMIT=NONE] -->
645    <string name="accessibility_desc_close">Close</string>
646
647    <!-- Content description of the do not disturb tile in quick settings when on in none (not shown on the screen). [CHAR LIMIT=NONE] -->
648    <string name="accessibility_quick_settings_dnd_none_on">total silence</string>
649    <!-- Content description of the do not disturb tile in quick settings when on in alarms only (not shown on the screen). [CHAR LIMIT=NONE] -->
650    <string name="accessibility_quick_settings_dnd_alarms_on">alarms only</string>
651     <!-- Content description of the do not disturb tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
652    <string name="accessibility_quick_settings_dnd">Do Not Disturb.</string>
653    <!-- Content description of the bluetooth tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
654    <string name="accessibility_quick_settings_bluetooth">Bluetooth.</string>
655    <!-- Content description of the bluetooth tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
656    <string name="accessibility_quick_settings_bluetooth_on">Bluetooth on.</string>
657    <!-- Content description of the alarm tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
658    <string name="accessibility_quick_settings_alarm">Alarm set for <xliff:g id="time" example="Wed 3:30 PM">%s</xliff:g>.</string>
659    <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
660    <string name="accessibility_quick_settings_more_time">More time.</string>
661    <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
662    <string name="accessibility_quick_settings_less_time">Less time.</string>
663    <!-- Announcement made when the screen stopped casting (not shown on the screen). [CHAR LIMIT=NONE] -->
664    <string name="accessibility_casting_turned_off">Screen casting stopped.</string>
665
666    <!-- Content description of the display brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
667    <string name="accessibility_brightness">Display brightness</string>
668
669    <!-- Content description of the charging indicator on Ambient Display (lower-power version of the lock screen). [CHAR LIMIT=NONE] -->
670
671    <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
672    <string name="data_usage_disabled_dialog_mobile_title">Mobile data is paused</string>
673    <!-- Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
674    <string name="data_usage_disabled_dialog_title">Data is paused</string>
675    <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] -->
676    <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>
677    <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] -->
678    <string name="data_usage_disabled_dialog_enable">Resume</string>
679
680    <!-- Accessibility text describing the presence of active location requests by one or more apps -->
681    <string name="accessibility_location_active">Location requests active</string>
682
683    <!-- Accessibility text describing sensors off active. [CHAR LIMIT=NONE] -->
684    <string name="accessibility_sensors_off_active">Sensors off active</string>
685
686    <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
687    <string name="accessibility_clear_all">Clear all notifications.</string>
688
689    <!-- The overflow indicator shown when a group has more notification inside the group than the visible ones. An example is "+ 3" [CHAR LIMIT=5] -->
690    <string name="notification_group_overflow_indicator">+ <xliff:g id="number" example="3">%s</xliff:g></string>
691
692    <!-- Content description describing how many more notifications are in a group [CHAR LIMIT=NONE] -->
693    <string name="notification_group_overflow_description">{count, plural,
694        =1 {# more notification inside.}
695        other {# more notifications inside.}
696    }</string>
697
698    <!-- 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] -->
699
700    <!-- Content description of button in notification inspector for system settings relating to
701         notifications from this application [CHAR LIMIT=NONE] -->
702
703    <!-- Content description of button in notification inspetor for application-provided settings
704         for its own notifications [CHAR LIMIT=NONE] -->
705
706    <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is on. [CHAR LIMIT=NONE] -->
707
708    <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
709    <string name="accessibility_rotation_lock_on_landscape">Screen is locked in landscape orientation.</string>
710
711    <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
712    <string name="accessibility_rotation_lock_on_portrait">Screen is locked in portrait orientation.</string>
713
714    <!-- Announcement made when the screen is rotating automatically again (not shown on the screen). [CHAR LIMIT=NONE] -->
715
716    <!-- Announcement made when the rotation lock state changes to landscape only (not shown on the screen). [CHAR LIMIT=NONE] -->
717
718    <!-- Announcement made when the rotation lock state changes to portrait only (not shown on the screen).  [CHAR LIMIT=NONE] -->
719
720    <!-- Name of the K-release easter egg: a display case for all our tastiest desserts. [CHAR LIMIT=30] -->
721    <string name="dessert_case">Dessert Case</string>
722
723    <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
724    <string name="start_dreams">Screen saver</string>
725
726    <!-- Textual description of Ethernet connections -->
727    <string name="ethernet_label">Ethernet</string>
728
729    <!-- 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] -->
730    <!-- QuickSettings: Do not disturb [CHAR LIMIT=NONE] -->
731    <string name="quick_settings_dnd_label">Do Not Disturb</string>
732    <!-- QuickSettings: Do not disturb - Priority only [CHAR LIMIT=NONE] -->
733    <!-- QuickSettings: Do not disturb - Alarms only [CHAR LIMIT=NONE] -->
734    <!-- QuickSettings: Do not disturb - Total silence [CHAR LIMIT=NONE] -->
735    <!-- QuickSettings: Modes [CHAR LIMIT=NONE] -->
736    <string name="quick_settings_modes_label">Modes</string>
737    <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] -->
738    <string name="quick_settings_bluetooth_label">Bluetooth</string>
739    <!-- QuickSettings: Bluetooth (Multiple) [CHAR LIMIT=NONE] -->
740    <!-- QuickSettings: Bluetooth (Off) [CHAR LIMIT=NONE] -->
741    <!-- QuickSettings: Bluetooth detail panel, text when there are no items [CHAR LIMIT=NONE] -->
742    <string name="quick_settings_bluetooth_detail_empty_text">No paired devices available</string>
743    <!-- QuickSettings: Bluetooth dialog subtitle [CHAR LIMIT=NONE]-->
744    <string name="quick_settings_bluetooth_tile_subtitle">Tap to connect or disconnect a device </string>
745    <!-- QuickSettings: Bluetooth dialog pair new devices [CHAR LIMIT=NONE]-->
746    <string name="pair_new_bluetooth_devices">Pair new device</string>
747    <!-- QuickSettings: Bluetooth dialog see all devices [CHAR LIMIT=NONE]-->
748    <string name="see_all_bluetooth_devices">See all</string>
749    <!-- QuickSettings: Bluetooth dialog turn on Bluetooth [CHAR LIMIT=NONE]-->
750    <string name="turn_on_bluetooth">Use Bluetooth</string>
751    <!-- QuickSettings: Bluetooth dialog device connected default summary [CHAR LIMIT=NONE]-->
752    <string name="quick_settings_bluetooth_device_connected">Connected</string>
753    <!-- QuickSettings: Bluetooth dialog device in audio sharing default summary [CHAR LIMIT=50]-->
754    <string name="quick_settings_bluetooth_device_audio_sharing">Audio Sharing</string>
755    <!-- QuickSettings: Bluetooth dialog device summary for devices that are capable of audio sharing and switching to active[CHAR LIMIT=NONE]-->
756    <string name="quick_settings_bluetooth_device_audio_sharing_or_switch_active">Supports audio sharing</string>
757    <!-- QuickSettings: Bluetooth dialog device saved default summary [CHAR LIMIT=NONE]-->
758    <string name="quick_settings_bluetooth_device_saved">Saved</string>
759    <!-- QuickSettings: Accessibility label to disconnect a device [CHAR LIMIT=NONE]-->
760    <string name="accessibility_quick_settings_bluetooth_device_tap_to_disconnect">disconnect</string>
761    <!-- QuickSettings: Accessibility label to activate a device [CHAR LIMIT=NONE]-->
762    <string name="accessibility_quick_settings_bluetooth_device_tap_to_activate">activate</string>
763    <!-- QuickSettings: Bluetooth auto on tomorrow [CHAR LIMIT=NONE]-->
764    <string name="turn_on_bluetooth_auto_tomorrow">Automatically turn on tomorrow</string>
765    <!-- QuickSettings: Bluetooth auto on info text when disabled [CHAR LIMIT=NONE]-->
766    <string name="turn_on_bluetooth_auto_info_disabled">Features like Quick Share and Find My Device use Bluetooth</string>
767    <!-- QuickSettings: Bluetooth auto on info text when enabled [CHAR LIMIT=NONE]-->
768    <string name="turn_on_bluetooth_auto_info_enabled">Bluetooth will turn on tomorrow morning</string>
769    <!-- QuickSettings: Bluetooth dialog audio sharing button text [CHAR LIMIT=50]-->
770    <string name="quick_settings_bluetooth_audio_sharing_button">Share audio</string>
771    <!-- QuickSettings: Bluetooth dialog audio sharing button text when sharing audio [CHAR LIMIT=50]-->
772    <string name="quick_settings_bluetooth_audio_sharing_button_sharing">Sharing audio</string>
773    <!-- QuickSettings: Bluetooth dialog audio sharing button text accessibility label. Used as part of the string "Double tap to enter audio sharing settings". [CHAR LIMIT=50]-->
774    <string name="quick_settings_bluetooth_audio_sharing_button_accessibility">enter audio sharing settings</string>
775    <!-- QuickSettings: Bluetooth audio sharing dialog message. [CHAR LIMIT=NONE]-->
776    <string name="quick_settings_bluetooth_audio_sharing_dialog_message">This device\'s music and videos will play on both pairs of headphones</string>
777    <!-- QuickSettings: Bluetooth audio sharing dialog title. [CHAR LIMIT=NONE]-->
778    <string name="quick_settings_bluetooth_audio_sharing_dialog_title">Share your audio</string>
779    <!-- QuickSettings: Bluetooth audio sharing dialog subtitle. [CHAR LIMIT=NONE]-->
780    <string name="quick_settings_bluetooth_audio_sharing_dialog_subtitle"><xliff:g id="available_device_name" example="device 1">%1$s</xliff:g> and <xliff:g id="active_device_name" example="device 2">%2$s</xliff:g></string>
781    <!-- QuickSettings: Bluetooth audio sharing dialog button text. [CHAR LIMIT=NONE]-->
782    <string name="quick_settings_bluetooth_audio_sharing_dialog_switch_to_button">Switch to <xliff:g id="available_device_name" example="device 1">%1$s</xliff:g></string>
783
784    <!-- QuickSettings: Bluetooth secondary label for the battery level of a connected device [CHAR LIMIT=20]-->
785    <string name="quick_settings_bluetooth_secondary_label_battery_level"><xliff:g id="battery_level_as_percentage">%s</xliff:g> battery</string>
786    <!-- QuickSettings: Bluetooth secondary label for an audio device being connected [CHAR LIMIT=20]-->
787    <string name="quick_settings_bluetooth_secondary_label_audio">Audio</string>
788    <!-- QuickSettings: Bluetooth secondary label for a headset being connected [CHAR LIMIT=20]-->
789    <string name="quick_settings_bluetooth_secondary_label_headset">Headset</string>
790    <!-- QuickSettings: Bluetooth secondary label for an input/IO device being connected [CHAR LIMIT=20]-->
791    <string name="quick_settings_bluetooth_secondary_label_input">Input</string>
792    <!-- QuickSettings: Bluetooth secondary label for a Hearing aids device being connected [CHAR LIMIT=20]-->
793    <string name="quick_settings_bluetooth_secondary_label_hearing_aids">Hearing aids</string>
794    <!-- QuickSettings: Bluetooth secondary label shown when bluetooth is being enabled [CHAR LIMIT=NONE] -->
795    <string name="quick_settings_bluetooth_secondary_label_transient">Turning on&#8230;</string>
796    <!-- QuickSettings: Brightness [CHAR LIMIT=NONE] -->
797    <string name="quick_settings_brightness_unable_adjust_msg">Can\'t adjust brightness because it\'s being\n controlled by the top app</string>
798    <!-- QuickSettings: Rotation Unlocked [CHAR LIMIT=NONE] -->
799    <string name="quick_settings_rotation_unlocked_label">Auto-rotate</string>
800    <!-- Accessibility label for Auto-ratate QuickSettings tile [CHAR LIMIT=NONE] -->
801    <string name="accessibility_quick_settings_rotation">Auto-rotate screen</string>
802    <!-- Accessibility label for value of Auto-ratate QuickSettings tile [CHAR LIMIT=NONE] -->
803    <!-- QuickSettings: Rotation Locked [CHAR LIMIT=NONE] -->
804    <!-- QuickSettings: Locked to Portrait [CHAR LIMIT=NONE] -->
805    <!-- QuickSettings: Locked to Landscape [CHAR LIMIT=NONE] -->
806    <!-- QuickSettings: IME [CHAR LIMIT=NONE] -->
807    <!-- QuickSettings: Location [CHAR LIMIT=NONE] -->
808    <string name="quick_settings_location_label">Location</string>
809    <!-- QuickSettings: Location (Off) [CHAR LIMIT=NONE] -->
810    <!-- QuickSettings: Screen saver [CHAR LIMIT=NONE] -->
811    <string name="quick_settings_screensaver_label">Screen saver</string>
812    <!-- QuickSettings: Camera [CHAR LIMIT=NONE] -->
813    <string name="quick_settings_camera_label">Camera access</string>
814    <!-- QuickSettings: Microphone [CHAR LIMIT=NONE] -->
815    <string name="quick_settings_mic_label">Mic access</string>
816    <!-- QuickSettings: Camera or microphone access is allowed. If you update this string, please
817    update the string "available" in packages/modules/Permission/PermissionController[CHAR LIMIT=NONE] -->
818    <string name="quick_settings_camera_mic_available">Available</string>
819    <!-- QuickSettings: Camera or microphone access is blocked. If you update this string, please
820    update the string "blocked" in packages/modules/Permission/PermissionController [CHAR LIMIT=NONE] -->
821    <string name="quick_settings_camera_mic_blocked">Blocked</string>
822    <!-- QuickSettings: Media device [CHAR LIMIT=NONE] -->
823    <string name="quick_settings_media_device_label">Media device</string>
824    <!-- QuickSettings: RSSI [CHAR LIMIT=NONE] -->
825    <!-- QuickSettings: RSSI (No network) [CHAR LIMIT=NONE] -->
826    <!-- QuickSettings: Settings [CHAR LIMIT=NONE] -->
827    <!-- QuickSettings: Time [CHAR LIMIT=NONE] -->
828    <!-- QuickSettings: User [CHAR LIMIT=NONE] -->
829    <!-- QuickSettings: Title of the user detail panel [CHAR LIMIT=NONE] -->
830    <string name="quick_settings_user_title">User</string>
831    <!-- QuickSettings: Label on the item for adding a new user [CHAR LIMIT=NONE] -->
832    <!-- QuickSettings: Wifi [CHAR LIMIT=NONE] -->
833    <string name="quick_settings_wifi_label">Wi-Fi</string>
834    <!-- QuickSettings: Internet [CHAR LIMIT=NONE] -->
835    <string name="quick_settings_internet_label">Internet</string>
836    <!-- QuickSettings: networks available [CHAR LIMIT=NONE] -->
837    <string name="quick_settings_networks_available">Networks available</string>
838    <!-- QuickSettings: networks unavailable [CHAR LIMIT=NONE] -->
839    <string name="quick_settings_networks_unavailable">Networks unavailable</string>
840    <!-- QuickSettings: Wifi (Not connected) [CHAR LIMIT=NONE] -->
841    <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] -->
842    <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] -->
843    <!-- QuickSettings: Wifi (On) [CHAR LIMIT=NONE] -->
844    <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] -->
845    <string name="quick_settings_wifi_detail_empty_text">No Wi-Fi networks available</string>
846    <!-- QuickSettings: Wifi secondary label shown when the wifi is being enabled [CHAR LIMIT=NONE] -->
847    <string name="quick_settings_wifi_secondary_label_transient">Turning on&#8230;</string>
848    <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] -->
849    <string name="quick_settings_cast_title">Cast</string>
850    <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] -->
851    <string name="quick_settings_casting">Casting</string>
852    <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] -->
853    <string name="quick_settings_cast_device_default_name">Unnamed device</string>
854     <!-- QuickSettings: Cast detail panel, default device description [CHAR LIMIT=NONE] -->
855    <!-- QuickSettings: Cast detail panel, text when there are no items [CHAR LIMIT=NONE] -->
856    <string name="quick_settings_cast_detail_empty_text">No devices available</string>
857    <!-- QuickSettings: Cast unavailable, text when not connected to WiFi or ethernet[CHAR LIMIT=NONE] -->
858    <string name="quick_settings_cast_no_network">No Wi\u2011Fi or Ethernet connection</string>
859    <!-- QuickSettings: Brightness dialog title [CHAR LIMIT=NONE] -->
860    <string name="quick_settings_brightness_dialog_title">Brightness</string>
861    <!-- QuickSettings: Label for the toggle that controls whether display inversion is enabled. [CHAR LIMIT=NONE] -->
862    <string name="quick_settings_inversion_label">Color inversion</string>
863    <!-- QuickSettings: Label for the toggle that controls whether display color correction is enabled. [CHAR LIMIT=NONE] -->
864    <string name="quick_settings_color_correction_label">Color correction</string>
865    <!-- QuickSettings: Label for font size scaling. [CHAR LIMIT=NONE] -->
866    <string name="quick_settings_font_scaling_label">Font size</string>
867    <!-- QuickSettings: Control panel: Label for button that navigates to user settings. [CHAR LIMIT=NONE] -->
868    <string name="quick_settings_more_user_settings">Manage users</string>
869    <!-- QuickSettings: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
870    <string name="quick_settings_done">Done</string>
871    <!-- QuickSettings: Control panel: Label for button that dismisses user switcher control panel. [CHAR LIMIT=NONE] -->
872    <string name="quick_settings_close_user_panel">Close</string>
873    <!-- QuickSettings: Control panel: Label for connected device. [CHAR LIMIT=NONE] -->
874    <string name="quick_settings_connected">Connected</string>
875    <!-- QuickSettings: Control panel: Label for connected device, showing remote device battery level. [CHAR LIMIT=NONE] -->
876    <string name="quick_settings_connected_battery_level">Connected, battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g></string>
877    <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] -->
878    <string name="quick_settings_connecting">Connecting...</string>
879    <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] -->
880    <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] -->
881    <string name="quick_settings_hotspot_label">Hotspot</string>
882    <!-- QuickSettings: Hotspot. Secondary label shown when the hotspot is being enabled [CHAR LIMIT=NONE] -->
883    <string name="quick_settings_hotspot_secondary_label_transient">Turning on&#8230;</string>
884    <!-- QuickSettings: Hotspot. Secondary label shown when Data Saver mode is enabled to explain to
885         the user why they can't toggle the hotspot tile. [CHAR LIMIT=20] -->
886    <string name="quick_settings_hotspot_secondary_label_data_saver_enabled">Data Saver is on</string>
887    <!-- QuickSettings: Hotspot: Secondary label for how many devices are connected to the hotspot [CHAR LIMIT=NONE] -->
888    <string name="quick_settings_hotspot_secondary_label_num_devices">{count, plural,
889        =1 {# device}
890        other {# devices}
891    }</string>
892    <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] -->
893    <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] -->
894    <string name="quick_settings_flashlight_label">Flashlight</string>
895    <!-- QuickSettings: Flashlight, used when it's not available due to camera in use [CHAR LIMIT=NONE] -->
896    <string name="quick_settings_flashlight_camera_in_use">Camera in use</string>
897    <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] -->
898    <string name="quick_settings_cellular_detail_title">Mobile data</string>
899    <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] -->
900    <string name="quick_settings_cellular_detail_data_usage">Data usage</string>
901    <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] -->
902    <string name="quick_settings_cellular_detail_remaining_data">Remaining data</string>
903    <!-- QuickSettings: Cellular detail panel, over limit title [CHAR LIMIT=NONE] -->
904    <string name="quick_settings_cellular_detail_over_limit">Over limit</string>
905    <!-- QuickSettings: Cellular detail panel, data used format string [CHAR LIMIT=NONE] -->
906    <string name="quick_settings_cellular_detail_data_used"><xliff:g id="data_used" example="2.0 GB">%s</xliff:g> used</string>
907    <!-- QuickSettings: Cellular detail panel, data limit format string [CHAR LIMIT=NONE] -->
908    <string name="quick_settings_cellular_detail_data_limit"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> limit</string>
909    <!-- QuickSettings: Cellular detail panel, data warning format string [CHAR LIMIT=NONE] -->
910    <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string>
911    <!-- QuickSettings: This string is in the easy-to-view settings that a user can pull down from
912    the top of their phone's screen. This is a label for a toggle to turn the work profile on and
913    off. This means a separate profile on a user's phone that's specifically for their
914    work apps and managed by their company. "Work" is used as an adjective. [CHAR LIMIT=NONE] -->
915    <string name="quick_settings_work_mode_label">Work apps</string>
916    <!-- QuickSettings: Subtitle for the Work profile Quick Settings tile when it's in the off
917    state. This corresponds to the work profile not being currently accessible. [CHAR LIMIT=20] -->
918    <string name="quick_settings_work_mode_paused_state">Paused</string>
919    <!-- QuickSettings: Label for the toggle to activate Night display (renamed "Night Light" with title caps). [CHAR LIMIT=20] -->
920    <string name="quick_settings_night_display_label">Night Light</string>
921    <!-- QuickSettings: Secondary text for when the Night Light will be enabled at sunset. [CHAR LIMIT=20] -->
922    <string name="quick_settings_night_secondary_label_on_at_sunset">On at sunset</string>
923    <!-- QuickSettings: Secondary text for when the Night Light will be on until sunrise. [CHAR LIMIT=20] -->
924    <string name="quick_settings_night_secondary_label_until_sunrise">Until sunrise</string>
925    <!-- QuickSettings: Secondary text for when the Night Light will be enabled at some user-selected time. [CHAR LIMIT=20] -->
926    <string name="quick_settings_night_secondary_label_on_at">On at <xliff:g id="time" example="10 pm">%s</xliff:g></string>
927    <!-- QuickSettings: Secondary text for when the Night Light or some other tile will be on until some user-selected time. [CHAR LIMIT=20] -->
928    <string name="quick_settings_secondary_label_until">Until <xliff:g id="time" example="7 am">%s</xliff:g></string>
929    <!-- QuickSettings: Label for the toggle to activate dark theme (A.K.A Dark Mode). [CHAR LIMIT=20] -->
930    <string name="quick_settings_ui_mode_night_label">Dark theme</string>
931    <!-- QuickSettings: Secondary text for the dark theme tile when enabled by battery saver. [CHAR LIMIT=20] -->
932    <string name="quick_settings_dark_mode_secondary_label_battery_saver">Battery Saver</string>
933    <!-- QuickSettings: Secondary text for when the Dark Mode will be enabled at sunset. [CHAR LIMIT=20] -->
934    <string name="quick_settings_dark_mode_secondary_label_on_at_sunset">On at sunset</string>
935    <!-- QuickSettings: Secondary text for when the Dark Mode will be on until sunrise. [CHAR LIMIT=20] -->
936    <string name="quick_settings_dark_mode_secondary_label_until_sunrise">Until sunrise</string>
937    <!-- QuickSettings: Secondary text for when the Dark theme will be enabled at some user-selected time. [CHAR LIMIT=20] -->
938    <string name="quick_settings_dark_mode_secondary_label_on_at">On at <xliff:g id="time" example="10 pm">%s</xliff:g></string>
939    <!-- QuickSettings: Secondary text for when the Dark theme or some other tile will be on until some user-selected time. [CHAR LIMIT=20] -->
940    <string name="quick_settings_dark_mode_secondary_label_until">Until <xliff:g id="time" example="7 am">%s</xliff:g></string>
941    <!-- QuickSettings: Secondary text for when the Dark theme will be enabled at bedtime. [CHAR LIMIT=40] -->
942    <string name="quick_settings_dark_mode_secondary_label_on_at_bedtime">On at bedtime</string>
943    <!-- QuickSettings: Secondary text for when the Dark theme or some other tile will be on until bedtime ends. [CHAR LIMIT=40] -->
944    <string name="quick_settings_dark_mode_secondary_label_until_bedtime_ends">Until bedtime ends</string>
945
946    <!-- QuickSettings: NFC tile [CHAR LIMIT=NONE] -->
947    <string name="quick_settings_nfc_label">NFC</string>
948    <!-- QuickSettings: NFC (off) [CHAR LIMIT=NONE] -->
949    <string name="quick_settings_nfc_off">NFC is disabled</string>
950    <!-- QuickSettings: NFC (on) [CHAR LIMIT=NONE] -->
951    <string name="quick_settings_nfc_on">NFC is enabled</string>
952
953    <!-- QuickSettings: Screen record tile [CHAR LIMIT=NONE] -->
954    <string name="quick_settings_screen_record_label">Screen record</string>
955    <!-- QuickSettings: Text to prompt the user to begin a new recording [CHAR LIMIT=20] -->
956    <string name="quick_settings_screen_record_start">Start</string>
957    <!-- QuickSettings: Text to prompt the user to stop an ongoing recording [CHAR LIMIT=20] -->
958    <string name="quick_settings_screen_record_stop">Stop</string>
959
960    <!-- QuickSettings: Record Issue tile [CHAR LIMIT=NONE] -->
961    <string name="qs_record_issue_label">Record Issue</string>
962    <!-- QuickSettings: Text to prompt the user to begin a new recording [CHAR LIMIT=20] -->
963    <string name="qs_record_issue_start">Start</string>
964    <!-- QuickSettings: Text to prompt the user to stop an ongoing recording [CHAR LIMIT=20] -->
965    <string name="qs_record_issue_stop">Stop</string>
966    <!-- QuickSettings: Should user take a bugreport or only share trace files [CHAR LIMIT=20] -->
967    <string name="qs_record_issue_bug_report">Bug Report</string>
968
969    <!-- QuickSettings: Issue Type Drop down options in Record Issue Start Dialog [CHAR LIMIT=50] -->
970    <string name="qs_record_issue_dropdown_header">What part of your device experience was affected?</string>
971    <!-- QuickSettings: Issue Type Drop down prompt in Record Issue Start Dialog [CHAR LIMIT=30] -->
972    <string name="qs_record_issue_dropdown_prompt">Select issue type</string>
973    <!-- QuickSettings: Screen record switch label in Record Issue Start Dialog [CHAR LIMIT=20] -->
974    <string name="qs_record_issue_dropdown_screenrecord">Screen record</string>
975
976    <!-- QuickSettings: Issue Type Drop down choices list in Record Issue Start Dialog [CHAR LIMIT=30] -->
977    <string name="performance">Performance</string>
978    <string name="user_interface">User Interface</string>
979    <string name="thermal">Thermal</string>
980    <string name="custom">Custom</string>
981
982    <string name="custom_trace_settings_dialog_title">Custom Trace Settings</string>
983    <string name="restore_default">Restore Default</string>
984
985    <!-- QuickSettings: Label for the toggle that controls whether One-handed mode is enabled. [CHAR LIMIT=NONE] -->
986    <string name="quick_settings_onehanded_label">One-handed mode</string>
987
988    <!-- Hearing devices -->
989    <!-- QuickSettings: Hearing devices [CHAR LIMIT=NONE] -->
990    <string name="quick_settings_hearing_devices_label">Hearing devices</string>
991    <!-- QuickSettings: Hearing Devices' secondary label shown when the hearing aids are currently connected. [CHAR LIMIT=NONE] -->
992    <string name="quick_settings_hearing_devices_connected">Active</string>
993    <!-- QuickSettings: Hearing devices' secondary label shown when there is no connected hearing aids. [CHAR LIMIT=NONE] -->
994    <string name="quick_settings_hearing_devices_disconnected">Disconnected</string>
995    <!-- QuickSettings: Quick Settings Hearing devices dialog title [CHAR LIMIT=30] -->
996    <string name="quick_settings_hearing_devices_dialog_title">Hearing devices</string>
997    <!-- QuickSettings: Hearing devices dialog pair new device [CHAR LIMIT=NONE]-->
998    <string name="quick_settings_pair_hearing_devices">Pair new device</string>
999    <!-- QuickSettings: Content description of the hearing devices dialog pair new device [CHAR LIMIT=NONE] -->
1000    <string name="accessibility_hearing_device_pair_new_device">Click to pair new device</string>
1001    <!-- QuickSettings: Message when selecting hearing aids presets failed. [CHAR LIMIT=NONE] -->
1002    <string name="hearing_devices_presets_error">Couldn\'t update preset</string>
1003    <!-- QuickSettings: Title for hearing aids presets. Preset is a set of hearing aid settings. User can apply different settings in different environments (e.g. Outdoor, Restaurant, Home) [CHAR LIMIT=40]-->
1004    <string name="hearing_devices_preset_label">Preset</string>
1005    <!-- QuickSettings: Content description for the icon that indicates the item is selected [CHAR LIMIT=NONE]-->
1006    <string name="hearing_devices_spinner_item_selected">Selected</string>
1007    <!-- QuickSettings: Title for related tools of hearing. [CHAR LIMIT=40]-->
1008    <string name="hearing_devices_tools_label">Tools</string>
1009    <!-- QuickSettings: Tool name for hearing devices dialog related tools [CHAR LIMIT=40] [BACKUP_MESSAGE_ID=8916875614623730005]-->
1010    <string name="quick_settings_hearing_devices_live_caption_title">Live Caption</string>
1011
1012    <!-- QuickSettings: Notes tile. The label of a quick settings tile for launching the default notes taking app. [CHAR LIMIT=NONE] -->
1013    <string name="quick_settings_notes_label">Note</string>
1014
1015    <!--- Title of dialog triggered if the microphone is disabled but an app tried to access it. [CHAR LIMIT=150] -->
1016    <string name="sensor_privacy_start_use_mic_dialog_title">Unblock device microphone?</string>
1017    <!--- Title of dialog triggered if the camera is disabled but an app tried to access it. [CHAR LIMIT=150] -->
1018    <string name="sensor_privacy_start_use_camera_dialog_title">Unblock device camera?</string>
1019    <!--- Title of dialog triggered if both microphone and camera are disabled but an app tried to access them. [CHAR LIMIT=150] -->
1020    <string name="sensor_privacy_start_use_mic_camera_dialog_title">Unblock device camera and microphone?</string>
1021
1022    <!--- Content of dialog triggered if the microphone is disabled but an app tried to access it. [CHAR LIMIT=NONE] -->
1023    <string name="sensor_privacy_start_use_mic_dialog_content">This unblocks access for all apps and services allowed to use your microphone.</string>
1024    <!--- Content of dialog triggered if the camera is disabled but an app tried to access it. [CHAR LIMIT=NONE] -->
1025    <string name="sensor_privacy_start_use_camera_dialog_content">This unblocks access for all apps and services allowed to use your camera.</string>
1026    <!--- Title of dialog triggered if both microphone and camera are disabled but an app tried to access them. [CHAR LIMIT=150] -->
1027    <string name="sensor_privacy_start_use_mic_camera_dialog_content">This unblocks access for all apps and services allowed to use your camera or microphone.</string>
1028
1029    <!--- Title of dialog triggered if the microphone is blocked by a hardware privacy switch but an app tried to access it. [CHAR LIMIT=150] -->
1030    <string name="sensor_privacy_start_use_mic_blocked_dialog_title">Microphone is blocked</string>
1031    <!--- Title of dialog triggered if the camera is blocked by a hardware privacy switch but an app tried to access it. [CHAR LIMIT=150] -->
1032    <string name="sensor_privacy_start_use_camera_blocked_dialog_title">Camera is blocked</string>
1033    <!--- Title of dialog triggered if both microphone and camera are blocked by a hardware privacy switch but an app tried to access them. [CHAR LIMIT=150] -->
1034    <string name="sensor_privacy_start_use_mic_camera_blocked_dialog_title">The mic &amp; camera are blocked</string>
1035
1036    <!--- Content of dialog triggered if the microphone is disabled by HW toggle but an app tried to access it. [CHAR LIMIT=NONE] -->
1037    <string name="sensor_privacy_start_use_mic_blocked_dialog_content">
1038        To unblock, move the privacy switch on your device to the microphone on position to allow
1039        microphone access. Refer to the device manual to locate the privacy switch on your device.
1040    </string>
1041    <!--- Content of dialog triggered if the camera is disabled by HW toggle but an app tried to access it. [CHAR LIMIT=NONE] -->
1042    <string name="sensor_privacy_start_use_camera_blocked_dialog_content">
1043        To unblock, move the privacy switch on your device to the camera on position to allow camera
1044        access. Refer to the device manual to locate the privacy switch on your device.
1045    </string>
1046    <!--- Content of dialog triggered if the camera is disabled by HW toggle but an app tried to access it. [CHAR LIMIT=NONE] -->
1047    <string name="sensor_privacy_start_use_mic_camera_blocked_dialog_content">
1048        To unblock them, move the privacy switch on your device to the unblocked position to allow
1049        access. Refer to the device manual to locate the privacy switch on your device.
1050    </string>
1051
1052    <!--- Content of toast triggered if the microphone privacy is unblocked while the HW toggle privacy dialog was shown. [CHAR LIMIT=NONE] -->
1053    <string name="sensor_privacy_mic_unblocked_toast_content">
1054        Microphone available
1055    </string>
1056    <!--- Content of toast triggered if the camera privacy is unblocked while the HW toggle privacy dialog was shown. [CHAR LIMIT=NONE] -->
1057    <string name="sensor_privacy_camera_unblocked_toast_content">
1058        Camera available
1059    </string>
1060    <!--- Content of toast triggered if both mic and camera privacy is unblocked while the HW toggle privacy dialog was shown. [CHAR LIMIT=NONE] -->
1061    <string name="sensor_privacy_mic_camera_unblocked_toast_content">
1062        Microphone and camera available
1063    </string>
1064
1065    <!--- Title of dialog triggered if the microphone sensor privacy changed its state to unblocked. [CHAR LIMIT=NONE] -->
1066    <string name="sensor_privacy_mic_turned_on_dialog_title">
1067        Microphone turned on
1068    </string>
1069
1070    <!--- Title of dialog triggered if the microphone sensor privacy changed its state to blocked. [CHAR LIMIT=NONE] -->
1071    <string name="sensor_privacy_mic_turned_off_dialog_title">
1072        Microphone turned off
1073    </string>
1074
1075    <!--- Content of dialog triggered if the microphone sensor privacy changed its state to unblocked. [CHAR LIMIT=NONE] -->
1076    <string name="sensor_privacy_mic_unblocked_dialog_content">
1077        Microphone is enabled for all apps and services.
1078    </string>
1079
1080    <!--- Content of dialog triggered if the microphone sensor privacy changed its state to blocked.
1081        and there are no active exceptions for explicit user interaction [CHAR LIMIT=NONE] -->
1082    <string name="sensor_privacy_mic_blocked_no_exception_dialog_content">
1083        Microphone access is disabled for all apps and services.
1084        You can enable microphone access in Settings &gt; Privacy &gt; Microphone.
1085    </string>
1086
1087    <!--- Content of dialog triggered if the microphone sensor privacy changed its state to blocked.
1088        and there are active exceptions for explicit user interaction [CHAR LIMIT=NONE] -->
1089    <string name="sensor_privacy_mic_blocked_with_exception_dialog_content">
1090        Microphone access is disabled for all apps and services.
1091        You can change this in Settings &gt; Privacy &gt; Microphone.
1092    </string>
1093
1094    <!--- Title of dialog triggered if the camera sensor privacy changed its state to unblocked. [CHAR LIMIT=NONE] -->
1095    <string name="sensor_privacy_camera_turned_on_dialog_title">
1096        Camera turned on
1097    </string>
1098
1099    <!--- Title of dialog triggered if the camera sensor privacy changed its state to blocked. [CHAR LIMIT=NONE] -->
1100    <string name="sensor_privacy_camera_turned_off_dialog_title">
1101        Camera turned off
1102    </string>
1103
1104    <!--- Content of dialog triggered if the camera sensor privacy changed its state to unblocked. [CHAR LIMIT=NONE] -->
1105    <string name="sensor_privacy_camera_unblocked_dialog_content">
1106        Camera is enabled for all apps and services.
1107    </string>
1108
1109    <!--- Content of dialog triggered if the camera sensor privacy changed its state to blocked. [CHAR LIMIT=NONE] -->
1110    <string name="sensor_privacy_camera_blocked_dialog_content">
1111        Camera access is disabled for all apps and services.
1112    </string>
1113
1114    <!--- Content of dialog triggered if the microphone sensor privacy changed its state to blocked.
1115        and there are active exceptions for explicit user interaction [CHAR LIMIT=NONE] -->
1116    <string name="sensor_privacy_htt_blocked_dialog_content">To use the microphone button, enable microphone access in Settings.</string>
1117
1118    <!-- Sensor privacy dialog: Button to open system settings [CHAR LIMIT=50] -->
1119    <string name="sensor_privacy_dialog_open_settings">Open Settings</string>
1120
1121    <!-- Default name for the media device shown in the output switcher when the name is not available [CHAR LIMIT=30] -->
1122    <string name="media_seamless_other_device">Other device</string>
1123
1124    <!-- QuickStep: Accessibility to toggle overview [CHAR LIMIT=40] -->
1125    <string name="quick_step_accessibility_toggle_overview">Toggle Overview</string>
1126
1127    <!-- Modes dialog title [CHAR LIMIT=35] -->
1128    <string name="zen_modes_dialog_title">Modes</string>
1129
1130    <!-- Modes dialog confirmation button [CHAR LIMIT=15] -->
1131    <string name="zen_modes_dialog_done">Done</string>
1132
1133    <!-- Modes dialog settings shortcut button [CHAR LIMIT=15] -->
1134    <string name="zen_modes_dialog_settings">Settings</string>
1135
1136    <!-- Modes: label for an active mode [CHAR LIMIT=35] -->
1137    <string name="zen_mode_on">On</string>
1138
1139    <!-- Modes: label for an active mode, with details [CHAR LIMIT=10] -->
1140    <string name="zen_mode_on_with_details">On • <xliff:g id="trigger_description" example="Mon-Fri, 23:00-7:00">%1$s</xliff:g></string>
1141
1142    <!-- Modes: label for an inactive mode [CHAR LIMIT=35] -->
1143    <string name="zen_mode_off">Off</string>
1144
1145    <!-- Modes: label for a mode that needs to be set up [CHAR LIMIT=35] -->
1146    <string name="zen_mode_set_up">Not set</string>
1147
1148    <!-- Modes: label for a mode that cannot be manually turned on [CHAR LIMIT=35] -->
1149    <string name="zen_mode_no_manual_invocation">Manage in settings</string>
1150
1151    <string name="zen_mode_active_modes">
1152        {count, plural,
1153            =0 {No active modes}
1154            =1 {{mode} is active}
1155            other {# modes are active}
1156        }
1157    </string>
1158
1159    <!-- Zen mode: Priority only introduction message on first use -->
1160    <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>
1161
1162    <!-- Zen mode: Alarms only introduction message on first use -->
1163    <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>
1164
1165    <!-- Zen mode: Priority only customization button label -->
1166    <string name="zen_priority_customize_button">Customize</string>
1167
1168    <!-- Zen mode: Total silence introduction message on first use (voice capable devices) -->
1169    <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>
1170
1171    <!-- Zen mode: Total silence introduction message on first use (non-voice capable devices) -->
1172    <string name="zen_silence_introduction">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games.</string>
1173
1174    <!-- 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] -->
1175    <string name="notification_tap_again">Tap again to open</string>
1176
1177    <!-- Asks for a second tap as confirmation on an item that normally requires one tap. [CHAR LIMIT=60] -->
1178    <string name="tap_again">Tap again</string>
1179
1180    <!-- Message shown when lock screen is tapped or face authentication fails. [CHAR LIMIT=60] -->
1181    <string name="keyguard_unlock">Swipe up to open</string>
1182
1183    <!-- Message shown when lock screen is unlocked (ie: by trust agent or face auth). Provides extra instructions for how the user can enter their device [CHAR LIMIT=60] -->
1184    <string name="keyguard_unlock_press">Press the unlock icon to open</string>
1185
1186    <!-- Message shown when non-bypass face authentication succeeds. Provides extra instructions for how the user can enter their device [CHAR LIMIT=60] -->
1187    <string name="keyguard_face_successful_unlock_swipe">Unlocked by face. Swipe up to open.</string>
1188    <!-- Message shown when non-bypass face authentication succeeds and UDFPS is supported. Provides extra instructions for how the user can enter their device [CHAR LIMIT=60] -->
1189    <string name="keyguard_face_successful_unlock_press">Unlocked by face. Press the unlock icon to open.</string>
1190    <!-- Message shown when non-bypass face authentication succeeds and UDFPS is supported. Provides extra instructions for how the user can enter their device [CHAR LIMIT=60] -->
1191    <string name="keyguard_face_successful_unlock_press_alt_1">Unlocked by face. Press to open.</string>
1192    <!-- Message shown when non-bypass face authentication succeeds and UDFPS is supported. Provides extra instructions for how the user can enter their device [CHAR LIMIT=60] -->
1193    <string name="keyguard_face_successful_unlock_press_alt_2">Face recognized. Press to open.</string>
1194    <!-- Message shown when non-bypass face authentication succeeds and UDFPS is supported. Provides extra instructions for how the user can enter their device [CHAR LIMIT=60] -->
1195    <string name="keyguard_face_successful_unlock_press_alt_3">Face recognized. Press the unlock icon to open.</string>
1196
1197    <!-- Message shown when non-bypass face authentication succeeds. [CHAR LIMIT=60] -->
1198    <string name="keyguard_face_successful_unlock">Unlocked by face</string>
1199    <!-- Message shown when non-bypass face authentication succeeds. [CHAR LIMIT=60] -->
1200    <string name="keyguard_face_successful_unlock_alt1">Face recognized</string>
1201
1202    <!-- Message shown when face authentication fails and the pin pad is visible. [CHAR LIMIT=60] -->
1203    <string name="keyguard_retry">Swipe up to try again</string>
1204    <!-- Message shown when face authentication fails and the pin pad is visible. [CHAR LIMIT=60] -->
1205    <string name="accesssibility_keyguard_retry">Swipe up to try Face Unlock again</string>
1206
1207    <!-- Message shown when notifying user to unlock in order to use NFC. [CHAR LIMIT=60] -->
1208    <string name="require_unlock_for_nfc">Unlock to use NFC</string>
1209
1210    <!-- Text on keyguard screen and in Quick Settings footer indicating that the user's device belongs to their organization. [CHAR LIMIT=60] -->
1211    <string name="do_disclosure_generic">This device belongs to your organization</string>
1212
1213    <!-- Text on keyguard screen and in Quick Settings footer indicating that user's device belongs to their organization. [CHAR LIMIT=40] -->
1214    <string name="do_disclosure_with_name">This device belongs to <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string>
1215
1216    <!-- Text on keyguard screen and in Quick Settings footer indicating that the user's device is provided by the Creditor. [CHAR LIMIT=60] -->
1217    <string name="do_financed_disclosure_with_name">This device is provided by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string>
1218
1219    <!-- Shows when people have clicked on the phone icon [CHAR LIMIT=60] -->
1220    <string name="phone_hint">Swipe from icon for phone</string>
1221
1222    <!-- Shows when people have clicked on the voice assist icon [CHAR LIMIT=60] -->
1223    <string name="voice_hint">Swipe from icon for voice assist</string>
1224
1225    <!-- Shows when people have clicked on the camera icon [CHAR LIMIT=60] -->
1226    <string name="camera_hint">Swipe from icon for camera</string>
1227
1228    <!-- Accessibility content description for Interruption level: None. [CHAR LIMIT=NONE] -->
1229    <string name="interruption_level_none_with_warning">Total silence.  This will also silence screen readers.</string>
1230
1231    <!-- Interruption level: None. [CHAR LIMIT=40] -->
1232    <string name="interruption_level_none">Total silence</string>
1233
1234    <!-- Interruption level: Priority. [CHAR LIMIT=40] -->
1235    <string name="interruption_level_priority">Priority only</string>
1236
1237    <!-- Interruption level: Alarms only. [CHAR LIMIT=40] -->
1238    <string name="interruption_level_alarms">Alarms only</string>
1239
1240    <!-- Interruption level: None.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
1241    <string name="interruption_level_none_twoline">Total\nsilence</string>
1242
1243    <!-- Interruption level: Priority.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
1244    <string name="interruption_level_priority_twoline">Priority\nonly</string>
1245
1246    <!-- Interruption level: Alarms only.  Optimized for narrow two-line display. [CHAR LIMIT=40] -->
1247    <string name="interruption_level_alarms_twoline">Alarms\nonly</string>
1248
1249    <!-- Indication on the keyguard that is shown when the device is wirelessly charging. [CHAR LIMIT=80]-->
1250    <string name="keyguard_indication_charging_time_wireless"><xliff:g id="percentage" example="20%">%2$s</xliff:g> • Charging wirelessly • Full in <xliff:g id="charging_time_left" example="4 hr, 2 min">%1$s</xliff:g></string>
1251
1252    <!-- Indication on the keyguard that is shown when the device is charging. [CHAR LIMIT=50]-->
1253    <string name="keyguard_indication_charging_time"><xliff:g id="percentage">%2$s</xliff:g> • Charging • Full in <xliff:g id="charging_time_left" example="4 hr, 2 min">%1$s</xliff:g></string>
1254
1255    <!-- Indication on the keyguard that is shown when the device is charging rapidly. Should match keyguard_plugged_in_charging_fast [CHAR LIMIT=50]-->
1256    <string name="keyguard_indication_charging_time_fast"><xliff:g id="percentage">%2$s</xliff:g> • Charging rapidly • Full in <xliff:g id="charging_time_left" example="4 hr, 2 min">%1$s</xliff:g></string>
1257
1258    <!-- Indication on the keyguard that is shown when the device is charging slowly. Should match keyguard_plugged_in_charging_slowly [CHAR LIMIT=50]-->
1259    <string name="keyguard_indication_charging_time_slowly"><xliff:g id="percentage">%2$s</xliff:g> • Charging slowly • Full in <xliff:g id="charging_time_left" example="4 hr, 2 min">%1$s</xliff:g></string>
1260
1261    <!-- Indication on the keyguard that is shown when the device is dock charging. [CHAR LIMIT=80]-->
1262    <string name="keyguard_indication_charging_time_dock"><xliff:g id="percentage" example="20%">%2$s</xliff:g> • Charging • Full in <xliff:g id="charging_time_left" example="4 hr, 2 min">%1$s</xliff:g></string>
1263
1264    <!-- Label for accessibility action that shows widgets on lock screen on click. [CHAR LIMIT=NONE] -->
1265    <string name="accessibility_action_open_communal_hub">Widgets on lock screen</string>
1266
1267    <!-- Label for an accessibility announcement when a widget has been added to the lock screen. [CHAR LIMIT=NONE] -->
1268    <string name="accessibility_announcement_communal_widget_added"><xliff:g id="widget_name" example="Calendar month view">%1$s</xliff:g> widget added to lock screen</string>
1269
1270    <!-- Indicator on keyguard to start the communal tutorial. [CHAR LIMIT=100] -->
1271    <string name="communal_tutorial_indicator_text">Swipe left to start the communal tutorial</string>
1272
1273    <!-- Text for call-to-action button that launches the hub mode widget editor on click. [CHAR LIMIT=50] -->
1274    <string name="cta_tile_button_to_open_widget_editor">Customize</string>
1275    <!-- Text for call-to-action button that dismisses the tile on click. [CHAR LIMIT=50] -->
1276    <string name="cta_tile_button_to_dismiss">Dismiss</string>
1277    <!-- Label for call-to-action tile to edit the glanceable hub [CHAR LIMIT=100] -->
1278    <string name="cta_label_to_edit_widget">Add, remove, and reorder your widgets in this space</string>
1279    <!-- Label for call-to-action tile that opens widget picker on click in edit mode [CHAR LIMIT=50] -->
1280    <string name="cta_label_to_open_widget_picker">Add more widgets</string>
1281    <!-- Text for the popup to be displayed after dismissing the call-to-action tile. [CHAR LIMIT=50] -->
1282    <string name="popup_on_dismiss_cta_tile_text">Long press to customize widgets</string>
1283    <!-- Text for the button to configure widgets after long press. [CHAR LIMIT=50] -->
1284    <string name="button_to_configure_widgets_text">Customize widgets</string>
1285    <!-- Text for unlock reason on the bouncer before customizing widgets. [CHAR LIMIT=NONE] -->
1286    <string name="unlock_reason_to_customize_widgets">Unlock to customize widgets</string>
1287    <!-- Description for the App icon of disabled widget. [CHAR LIMIT=NONE] -->
1288    <string name="icon_description_for_disabled_widget">App icon for disabled widget</string>
1289    <!-- Description for the App icon of a package that is currently being installed. [CHAR LIMIT=NONE] -->
1290    <string name="icon_description_for_pending_widget">App icon for a widget being installed</string>
1291    <!-- Label for the button which configures widgets [CHAR LIMIT=NONE] -->
1292    <string name="edit_widget">Edit widget</string>
1293    <!-- Description for the button that removes a widget on click. [CHAR LIMIT=50] -->
1294    <string name="button_to_remove_widget">Remove</string>
1295    <!-- Text for the button that launches the hub mode widget picker. [CHAR LIMIT=50] -->
1296    <string name="hub_mode_add_widget_button_text">Add widget</string>
1297    <!-- Text for the button that exits the hub mode editing mode. [CHAR LIMIT=50] -->
1298    <string name="hub_mode_editing_exit_button_text">Done</string>
1299    <!-- Label for the button in the empty state call-to-action tile that will open the widget picker. [CHAR LIMIT=NONE] -->
1300    <string name="label_for_button_in_empty_state_cta">Add widgets</string>
1301    <!-- Title for the empty state call-to-action when no widgets are available in the hub. [CHAR LIMIT=NONE] -->
1302    <string name="title_for_empty_state_cta">Get quick access to your favorite app widgets without unlocking your tablet.</string>
1303    <!-- Title for the dialog that redirects users to change allowed widget category in settings. [CHAR LIMIT=NONE] -->
1304    <string name="dialog_title_to_allow_any_widget">Allow any widget on lock screen?</string>
1305    <!-- Text for the button in the dialog that opens when tapping on disabled widgets. [CHAR LIMIT=NONE] -->
1306    <string name="button_text_to_open_settings">Open settings</string>
1307    <!-- Title of a dialog. This text is confirming that the user wants to turn on access to their work apps, which the user had previously paused. "Work" is an adjective. [CHAR LIMIT=30] -->
1308    <string name="work_mode_off_title">Unpause work apps?</string>
1309    <!-- Title for button to unpause on work profile. [CHAR LIMIT=NONE] -->
1310    <string name="work_mode_turn_on">Unpause</string>
1311    <!-- Label for accessibility action that navigates to lock screen. [CHAR LIMIT=NONE] -->
1312    <string name="accessibility_action_label_close_communal_hub">Close widgets on lock screen</string>
1313    <!-- Label for accessibility action that navigates to edit mode. [CHAR LIMIT=NONE] -->
1314    <string name="accessibility_action_label_edit_widgets">Customize widgets</string>
1315    <!-- Accessibility content description for communal hub. [CHAR LIMIT=NONE] -->
1316    <string name="accessibility_content_description_for_communal_hub">Widgets on lock screen</string>
1317    <!-- Label for accessibility action to select a widget in edit mode. [CHAR LIMIT=NONE] -->
1318    <string name="accessibility_action_label_select_widget">select widget</string>
1319    <!-- Label for accessibility action to remove a widget in edit mode. [CHAR LIMIT=NONE] -->
1320    <string name="accessibility_action_label_remove_widget">remove widget</string>
1321    <!-- Label for accessibility action to place a widget in edit mode after selecting move widget. [CHAR LIMIT=NONE] -->
1322    <string name="accessibility_action_label_place_widget">place selected widget</string>
1323    <!-- Title in the communal widget picker. [CHAR LIMIT=50] -->
1324    <string name="communal_widget_picker_title">Lock screen widgets</string>
1325    <!-- Text displayed below the title in the communal widget picker providing additional details about the communal surface. [CHAR LIMIT=80] -->
1326    <string name="communal_widget_picker_description">Anyone can view widgets on your lock screen, even if your tablet\'s locked.</string>
1327    <!-- Label for accessibility action to unselect a widget in edit mode. [CHAR LIMIT=NONE] -->
1328    <string name="accessibility_action_label_unselect_widget">unselect widget</string>
1329    <!-- Label for accessibility action to shrink a widget in edit mode. [CHAR LIMIT=NONE] -->
1330    <string name="accessibility_action_label_shrink_widget">Decrease height</string>
1331    <!-- Label for accessibility action to expand a widget in edit mode. [CHAR LIMIT=NONE] -->
1332    <string name="accessibility_action_label_expand_widget">Increase height</string>
1333    <!-- Title shown above information regarding lock screen widgets. [CHAR LIMIT=50] -->
1334    <string name="communal_widgets_disclaimer_title">Lock screen widgets</string>
1335    <!-- Information about lock screen widgets presented to the user. [CHAR LIMIT=NONE] -->
1336    <string name="communal_widgets_disclaimer_text">To open an app using a widget, you\u2019ll need to verify it\u2019s you. Also, keep in mind that anyone can view them, even when your tablet\u2019s locked. Some widgets may not have been intended for your lock screen and may be unsafe to add here.</string>
1337    <!-- Button for user to verify they understand the information presented. [CHAR LIMIT=50] -->
1338    <string name="communal_widgets_disclaimer_button">Got it</string>
1339    <!-- Label for a lock screen affordance to show widgets on the lock screen. [CHAR LIMIT=20] -->
1340    <string name="glanceable_hub_lockscreen_affordance_label">Widgets</string>
1341    <!-- Text explaining why the lock screen affordance to show widgets on the lockscreen is disabled and how to enable the affordance in settings. [CHAR LIMIT=NONE] -->
1342    <string name="glanceable_hub_lockscreen_affordance_disabled_text">To add the \"Widgets\" shortcut, make sure \"Show widgets on lock screen\" is enabled in settings.</string>
1343    <!-- Label for a button used to open Settings in order to enable showing widgets on the lock screen. [CHAR LIMIT=NONE] -->
1344    <string name="glanceable_hub_lockscreen_affordance_action_button_label">Settings</string>
1345    <!-- Content description for a "show screensaver" button on glanceable hub. [CHAR LIMIT=NONE] -->
1346    <string name="accessibility_glanceable_hub_to_dream_button">Show screensaver button</string>
1347
1348    <!-- Related to user switcher --><skip/>
1349
1350    <!-- Accessibility label for the button that opens the user switcher. -->
1351    <string name="accessibility_multi_user_switch_switcher">Switch user</string>
1352
1353    <!-- Accessibility role description for the element that opens the user switcher list. -->
1354    <string name="accessibility_multi_user_list_switcher">pulldown menu</string>
1355
1356    <!-- Accessibility label for the user icon on the lock screen. -->
1357
1358    <!-- Accessibility label for the button that opens the quick contact of the user. -->
1359
1360    <!-- Message of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
1361    <string name="guest_exit_guest_dialog_message">All apps and data in this session will be deleted.</string>
1362
1363    <!-- Title of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
1364    <string name="guest_wipe_session_title">Welcome back, guest!</string>
1365
1366    <!-- Message of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
1367    <string name="guest_wipe_session_message">Do you want to continue your session?</string>
1368
1369    <!-- Notification when resuming an existing guest session: Action that starts a new session [CHAR LIMIT=35] -->
1370    <string name="guest_wipe_session_wipe">Start over</string>
1371
1372    <!-- Notification when resuming an existing guest session: Action that continues with the current session [CHAR LIMIT=35] -->
1373    <string name="guest_wipe_session_dontwipe">Yes, continue</string>
1374
1375    <!-- App name of the notification when guest mode is entered [CHAR LIMIT=35] -->
1376    <string name="guest_notification_app_name">Guest mode</string>
1377    <!-- Title of the notification when guest mode is entered [CHAR LIMIT=35] -->
1378    <string name="guest_notification_session_active">You are in guest mode</string>
1379
1380    <!-- Additional message for add user confirmation dialog that is appended when current user is
1381         guest and guest is ephemeral. This is to warn users that current guest session
1382         would get removed after a new user is added and switched to [CHAR LIMIT=none] -->
1383    <string name="user_add_user_message_guest_remove">\n\nAdding a new user will exit guest mode
1384        and delete all apps and data from the current guest session.</string>
1385
1386    <!-- Title for the dialog that lets users know that the maximum allowed number of users on the device has been reached. [CHAR LIMIT=35]-->
1387    <string name="user_limit_reached_title">User limit reached</string>
1388
1389    <!-- Message that tells people what's the maximum number of uses allowed on the device. [CHAR_LIMIT=NONE]-->
1390    <string name="user_limit_reached_message">{count, plural,
1391        =1 {Only one user can be created.}
1392        other {You can add up to # users.}
1393    }</string>
1394
1395    <!-- Title of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
1396    <string name="user_remove_user_title">Remove user?</string>
1397
1398    <!-- Message of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
1399    <string name="user_remove_user_message">All apps and data of this user will be deleted.</string>
1400
1401    <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
1402    <string name="user_remove_user_remove">Remove</string>
1403
1404    <!-- Media projection without Partial Screenshare -->
1405    <!-- Media projection permission dialog warning title. [CHAR LIMIT=NONE] -->
1406    <string name="media_projection_dialog_title">Start recording or casting with <xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g>?</string>
1407    <!-- Media projection permission dialog warning text. [CHAR LIMIT=NONE] -->
1408    <string name="media_projection_dialog_warning"><xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g> will have access to all of the information that is visible on your screen or played from your device while recording or casting. This includes information such as passwords, payment details, photos, messages, and audio that you play.</string>
1409    <!-- Media projection permission dialog warning title for system services. [CHAR LIMIT=NONE] -->
1410    <string name="media_projection_sys_service_dialog_title">Start recording or casting?</string>
1411    <!-- Media projection permission dialog warning text for system services. [CHAR LIMIT=NONE] -->
1412    <string name="media_projection_sys_service_dialog_warning">The service providing this function will have access to all of the information that is visible on your screen or played from your device while recording or casting. This includes information such as passwords, payment details, photos, messages, and audio that you play.</string>
1413
1414    <!-- Title of the activity that allows users to select an app to share or record [CHAR LIMIT=NONE] -->
1415    <string name="screen_share_generic_app_selector_title">Share or record an app</string>
1416
1417    <!-- Media projection that launched from 1P/3P apps -->
1418    <!-- 1P/3P app media projection permission dialog title. [CHAR LIMIT=NONE] -->
1419    <string name="media_projection_entry_app_permission_dialog_title">Share your screen with <xliff:g id="app_seeking_permission" example="Meet">%s</xliff:g>?</string>
1420
1421    <!-- 1P/3P app media projection permission option for capturing just a single app [CHAR LIMIT=50] -->
1422    <string name="screen_share_permission_dialog_option_single_app">Share one app</string>
1423    <!-- CTS tests rely on the `screen_share_permission_dialog_option_single_app` resource name, so just point the updated resource name to the old resource name. -->
1424    <string name="media_projection_entry_app_permission_dialog_option_text_single_app">@string/screen_share_permission_dialog_option_single_app</string>
1425    <!-- 1P/3P app media projection permission option for capturing the whole screen [CHAR LIMIT=50] -->
1426    <string name="screen_share_permission_dialog_option_entire_screen">Share entire screen</string>
1427    <!-- CTS tests rely on the `screen_share_permission_dialog_option_entire_screen` resource name, so just point the updated resource name to the old resource name. -->
1428    <string name="media_projection_entry_app_permission_dialog_option_text_entire_screen">@string/screen_share_permission_dialog_option_entire_screen</string>
1429    <!-- 1P/3P app media projection permission warning for capturing the whole screen. [CHAR LIMIT=350] -->
1430    <string name="media_projection_entry_app_permission_dialog_warning_entire_screen">When you’re sharing your entire screen, anything on your screen is visible to <xliff:g id="app_seeking_permission" example="Meet">%s</xliff:g>. So be careful with things like passwords, payment details, messages, photos, and audio and video.</string>
1431    <!-- 1P/3P app media projection permission warning for capturing an app. [CHAR LIMIT=350] -->
1432    <string name="media_projection_entry_app_permission_dialog_warning_single_app">When you’re sharing an app, anything shown or played in that app is visible to <xliff:g id="app_seeking_permission" example="Meet">%s</xliff:g>. So be careful with things like passwords, payment details, messages, photos, and audio and video.</string>
1433    <!-- 1P/3P apps media projection permission button to continue with app selection or recording [CHAR LIMIT=60] -->
1434    <string name="media_projection_entry_app_permission_dialog_continue_entire_screen">Share screen</string>
1435    <!-- 1P/3P apps disabled the single app projection option. [CHAR LIMIT=NONE] -->
1436    <string name="media_projection_entry_app_permission_dialog_single_app_disabled"><xliff:g id="app_name" example="Meet">%1$s</xliff:g> has disabled this option</string>
1437    <!-- Title of the activity that allows users to select an app to share to a 1P/3P app [CHAR LIMIT=70] -->
1438    <string name="media_projection_entry_share_app_selector_title">Choose app to share</string>
1439
1440    <!-- Casting that launched by SysUI (i.e. when there is no app name) -->
1441    <!-- System casting media projection permission dialog title. [CHAR LIMIT=100] -->
1442    <string name="media_projection_entry_cast_permission_dialog_title">Cast your screen?</string>
1443    <!-- System casting media projection permission option for capturing just a single app [CHAR LIMIT=50] -->
1444    <string name="media_projection_entry_cast_permission_dialog_option_text_single_app">Cast one app</string>
1445    <!-- System casting media projection permission option for capturing the whole screen [CHAR LIMIT=50] -->
1446    <string name="media_projection_entry_cast_permission_dialog_option_text_entire_screen">Cast entire screen</string>
1447    <!-- System casting media projection permission warning for capturing the whole screen when SysUI casting requests it. [CHAR LIMIT=350] -->
1448    <string name="media_projection_entry_cast_permission_dialog_warning_entire_screen">When you’re casting your entire screen, anything on your screen is visible. So be careful with things like passwords, payment details, messages, photos, and audio and video.</string>
1449    <!-- System casting media projection permission warning for capturing a single app when SysUI casting requests it. [CHAR LIMIT=350] -->
1450    <string name="media_projection_entry_cast_permission_dialog_warning_single_app">When you’re casting an app, anything shown or played in that app is visible. So be careful with things like passwords, payment details, messages, photos, and audio and video.</string>
1451    <!-- System casting media projection permission button to continue for SysUI casting. [CHAR LIMIT=60] -->
1452    <string name="media_projection_entry_cast_permission_dialog_continue_entire_screen">Cast screen</string>
1453    <!-- Title of the activity that allows users to select an app to cast [CHAR LIMIT=70] -->
1454    <string name="media_projection_entry_cast_app_selector_title">Choose app to cast</string>
1455
1456    <!-- Other sharing (not recording nor casting) that launched by SysUI (currently not in use) -->
1457    <!-- System sharing media projection permission dialog title. [CHAR LIMIT=100] -->
1458    <string name="media_projection_entry_generic_permission_dialog_title">Start sharing?</string>
1459    <!-- System sharing media projection permission warning for capturing the whole screen. [CHAR LIMIT=350] -->
1460    <string name="media_projection_entry_generic_permission_dialog_warning_entire_screen">When you’re sharing, recording, or casting, Android has access to anything visible on your screen or played on your device. So be careful with things like passwords, payment details, messages, photos, and audio and video.</string>
1461    <!-- System sharing media projection permission warning for capturing a single app. [CHAR LIMIT=350] -->
1462    <string name="media_projection_entry_generic_permission_dialog_warning_single_app">When you’re sharing, recording, or casting an app, Android has access to anything shown or played on that app. So be careful with things like passwords, payment details, messages, photos, and audio and video.</string>
1463    <!-- System sharing media projection permission button to continue. [CHAR LIMIT=60] -->
1464    <string name="media_projection_entry_generic_permission_dialog_continue">Start</string>
1465    <!-- System sharing media projection permission button to continue to the next step. [CHAR LIMIT=60] -->
1466    <string name="media_projection_entry_generic_permission_dialog_continue_single_app">Next</string>
1467
1468    <!-- Task switcher notification -->
1469    <!-- Task switcher notification text. [CHAR LIMIT=100] -->
1470    <string name="media_projection_task_switcher_text">Sharing pauses when you switch apps</string>
1471    <!-- The action for switching to the foreground task. [CHAR LIMIT=40] -->
1472    <string name="media_projection_task_switcher_action_switch">Share this app instead</string>
1473    <!-- The action for switching back to the projected task. [CHAR LIMIT=40] -->
1474    <string name="media_projection_task_switcher_action_back">Switch back</string>
1475    <!-- Task switcher notification channel name. [CHAR LIMIT=40] -->
1476    <string name="media_projection_task_switcher_notification_channel">App switch</string>
1477
1478    <!-- Title for the dialog that is shown when screen capturing is disabled by enterprise policy. [CHAR LIMIT=100] -->
1479    <string name="screen_capturing_disabled_by_policy_dialog_title">Blocked by your IT admin</string>
1480
1481    <!-- Description for the dialog that is shown when screen capturing is disabled by enterprise policy. [CHAR LIMIT=350] -->
1482    <string name="screen_capturing_disabled_by_policy_dialog_description">Screen capturing is disabled by device policy</string>
1483
1484    <!-- The text to clear all notifications. [CHAR LIMIT=60] -->
1485    <string name="clear_all_notifications_text">Clear all</string>
1486
1487    <!-- The text for the manage notifications link. [CHAR LIMIT=40] -->
1488    <string name="manage_notifications_text">Manage</string>
1489
1490    <!-- The text for the notification history link. [CHAR LIMIT=40] -->
1491    <string name="manage_notifications_history_text">History</string>
1492
1493    <!-- The accessibility description for the notification settings button in the notification shade. -->
1494    <string name="notification_settings_button_description">Notification settings</string>
1495
1496    <!-- The accessibility description for the notification history button in the notification shade. -->
1497    <string name="notification_history_button_description">Notification history</string>
1498
1499    <!-- Section title for notifications that have recently appeared. [CHAR LIMIT=40] -->
1500    <string name="notification_section_header_incoming">New</string>
1501
1502    <!-- Section title for notifications that do not vibrate or make noise. [CHAR LIMIT=40] -->
1503    <string name="notification_section_header_gentle">Silent</string>
1504
1505    <!-- Section title for notifications that vibrate or make noise. [CHAR LIMIT=40] -->
1506    <string name="notification_section_header_alerting">Notifications</string>
1507
1508    <!-- Section title for conversational notifications. [CHAR LIMIT=40] -->
1509    <string name="notification_section_header_conversations">Conversations</string>
1510
1511    <!-- Content description for accessibility: Tapping this button will dismiss all gentle notifications [CHAR LIMIT=NONE] -->
1512    <string name="accessibility_notification_section_header_gentle_clear_all">Clear all silent notifications</string>
1513
1514    <!-- Content description for accessibility: Tapping this button will open notifications settings [CHAR LIMIT=NONE] -->
1515    <string name="accessibility_notification_section_header_open_settings">Open notifications settings</string>
1516
1517    <!-- The text to show in the notifications shade when dnd is suppressing notifications. [CHAR LIMIT=100] -->
1518    <string name="dnd_suppressing_shade_text">Notifications paused by Do Not Disturb</string>
1519
1520    <!-- The text to show in the notifications shade when a mode is suppressing notifications. [CHAR LIMIT=100] -->
1521    <string name="modes_suppressing_shade_text">
1522        {count, plural, offset:1
1523            =0 {No notifications}
1524            =1 {Notifications paused by {mode}}
1525            =2 {Notifications paused by {mode} and one other mode}
1526            other {Notifications paused by {mode} and # other modes}
1527        }
1528    </string>
1529
1530    <!-- Media projection permission dialog action text. [CHAR LIMIT=60] -->
1531    <string name="media_projection_action_text">Start now</string>
1532
1533    <!-- Text which is shown in the notification shade when there are no notifications. [CHAR LIMIT=30] -->
1534    <string name="empty_shade_text">No notifications</string>
1535
1536    <!-- Text which is shown in the expanded notification shade when there are currently no notifications visible that the user hasn't already seen. [CHAR LIMIT=30] -->
1537    <string name="no_unseen_notif_text">No new notifications</string>
1538
1539    <!-- Title of heads up notification for adaptive notifications user education. [CHAR LIMIT=60] -->
1540    <string name="adaptive_notification_edu_hun_title">Notification cooldown is now on</string>
1541
1542    <!-- Text of heads up notification for adaptive notifications user education. [CHAR LIMIT=100] -->
1543    <string name="adaptive_notification_edu_hun_text">Your device volume and alerts are reduced automatically for up to 2 minutes when you get too many notifications at once.</string>
1544
1545    <!-- Action label for going to adaptive notification settings [CHAR LIMIT=20] -->
1546    <string name="go_to_adaptive_notification_settings">Turn off</string>
1547
1548    <!-- Text which is shown in the locked notification shade when there are currently no notifications, but if the user were to unlock, notifications would appear. [CHAR LIMIT=40] -->
1549    <string name="unlock_to_see_notif_text">Unlock to see older notifications</string>
1550
1551    <!-- Disclosure at the bottom of Quick Settings that indicates that parental controls are enabled. [CHAR LIMIT=100] -->
1552    <string name="quick_settings_disclosure_parental_controls">This device is managed by your parent</string>
1553
1554    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device belongs to their organization, and the organization can monitor network traffic on that device. [CHAR LIMIT=100] -->
1555    <string name="quick_settings_disclosure_management_monitoring">Your organization owns this device and may monitor network traffic</string>
1556
1557    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device belongs to their organization, and the organization can monitor network traffic on that device. The placeholder is the organization's name. [CHAR LIMIT=100] -->
1558    <string name="quick_settings_disclosure_named_management_monitoring"><xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> owns this device and may monitor network traffic</string>
1559
1560    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's financed device belongs to the Creditor. The placeholder is the Creditor's name. [CHAR LIMIT=100] -->
1561    <string name="quick_settings_financed_disclosure_named_management">This device is provided by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string>
1562
1563    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device belongs to their organization, and the device is connected to a VPN. The placeholder is the VPN name. [CHAR LIMIT=100] -->
1564    <string name="quick_settings_disclosure_management_named_vpn">This device belongs to your organization and is connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1565
1566    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device belongs to their organization, and the device is connected to a VPN. The first placeholder is the organization name, and the second placeholder is the VPN name. [CHAR LIMIT=150] -->
1567    <string name="quick_settings_disclosure_named_management_named_vpn">This device belongs to <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> and is connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%2$s</xliff:g></string>
1568
1569    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device belongs to their organization. [CHAR LIMIT=100] -->
1570    <string name="quick_settings_disclosure_management">This device belongs to your organization</string>
1571
1572    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device belongs to their organization. The placeholder is the organization's name. [CHAR LIMIT=100] -->
1573    <string name="quick_settings_disclosure_named_management">This device belongs to <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g></string>
1574
1575    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device belongs to their organization, and the device is connected to multiple VPNs. [CHAR LIMIT=100] -->
1576    <string name="quick_settings_disclosure_management_vpns">This device belongs to your organization and is connected to the internet through VPNs</string>
1577
1578    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device belongs to their organization, and the device is connected to multiple VPNs. The placeholder is the organization's name. [CHAR LIMIT=100] -->
1579    <string name="quick_settings_disclosure_named_management_vpns">This device belongs to <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> and is connected to the internet through VPNs</string>
1580
1581    <!-- 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] -->
1582    <string name="quick_settings_disclosure_managed_profile_monitoring">Your organization may monitor network traffic in your work profile</string>
1583
1584    <!-- 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] -->
1585    <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>
1586
1587    <!-- Disclosure at the bottom of Quick Settings that indicates that the user's device has a managed profile where network activity is visible to their IT admin [CHAR LIMIT=100] -->
1588    <string name="quick_settings_disclosure_managed_profile_network_activity">Work profile network activity is visible to your IT admin</string>
1589
1590    <!-- 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] -->
1591    <string name="quick_settings_disclosure_monitoring">Network may be monitored</string>
1592
1593    <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to multiple VPNs. [CHAR LIMIT=100] -->
1594    <string name="quick_settings_disclosure_vpns">This device is connected to the internet through VPNs</string>
1595
1596    <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN in the work profile. The placeholder is the VPN name. [CHAR LIMIT=100] -->
1597    <string name="quick_settings_disclosure_managed_profile_named_vpn">Your work apps are connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1598
1599
1600    <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN in the personal profile (instead of the work profile). The placeholder is the VPN name. [CHAR LIMIT=100] -->
1601    <string name="quick_settings_disclosure_personal_profile_named_vpn">Your personal apps are connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1602
1603
1604    <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN. The placeholder is the VPN name. [CHAR LIMIT=100] -->
1605    <string name="quick_settings_disclosure_named_vpn">This device is connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1606
1607
1608    <!-- Monitoring dialog title for financed device [CHAR LIMIT=60] -->
1609    <string name="monitoring_title_financed_device">This device is provided by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string>
1610
1611    <!-- Monitoring dialog title for device owned devices [CHAR LIMIT=35] -->
1612    <string name="monitoring_title_device_owned">Device management</string>
1613
1614    <!-- STOPSHIP Monitoring strings still need to be finalized and approved -->
1615    <!-- Monitoring dialog subtitle for the section describing VPN [CHAR LIMIT=35]-->
1616    <string name="monitoring_subtitle_vpn">VPN</string>
1617
1618    <!-- Monitoring dialog subtitle for the section describing network logging [CHAR LIMIT=35]-->
1619    <string name="monitoring_subtitle_network_logging">Network logging</string>
1620
1621    <!-- Monitoring dialog subtitle for the section describing certificate authorities [CHAR LIMIT=35]-->
1622    <string name="monitoring_subtitle_ca_certificate">CA certificates</string>
1623
1624    <!-- Monitoring dialog label for button opening a page with more information on the admin's abilities [CHAR LIMIT=30] -->
1625    <string name="monitoring_button_view_policies">View Policies</string>
1626
1627    <!-- Monitoring dialog label for button opening a page with more information on parental controls [CHAR LIMIT=30] -->
1628    <string name="monitoring_button_view_controls">View controls</string>
1629
1630    <!-- Dialog that a user can access via Quick Settings. The dialog describes what the IT admin can monitor (and the changes they can make) on the user's device. [CHAR LIMIT=NONE]-->
1631    <string name="monitoring_description_named_management">This device belongs to <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g>.\n\nYour IT 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 IT admin.</string>
1632
1633    <!-- Dialog that a user can access via Quick Settings. The dialog describes what a Creditor can monitor (and the changes they can make) on the user's financed device. [CHAR LIMIT=NONE]-->
1634    <string name="monitoring_financed_description_named_management"><xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> may be able to access data associated with this device, manage apps, and change this device\’s settings.\n\nIf you have questions, contact <xliff:g id="organization_name" example="Foo, Inc.">%2$s</xliff:g>.</string>
1635
1636    <!-- Dialog that a user can access via Quick Settings. The dialog describes what the IT admin can monitor (and the changes they can make) on the user's device. [CHAR LIMIT=NONE]-->
1637    <string name="monitoring_description_management">This device belongs to your organization.\n\nYour IT 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 IT admin.</string>
1638
1639    <!-- Monitoring dialog: Description of a CA Certificate. [CHAR LIMIT=NONE]-->
1640    <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>
1641
1642    <!-- Monitoring dialog: Description of a CA Certificate in the work profile. [CHAR LIMIT=NONE]-->
1643    <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>
1644
1645    <!-- Monitoring dialog: Description of a CA Certificate. [CHAR LIMIT=NONE]-->
1646    <string name="monitoring_description_ca_certificate">A certificate authority is installed on this device. Your secure network traffic may be monitored or modified.</string>
1647
1648    <!-- Monitoring dialog: Description of Network Logging. [CHAR LIMIT=NONE]-->
1649    <string name="monitoring_description_management_network_logging">Your admin has turned on network logging, which monitors traffic on your device.</string>
1650
1651    <!-- Monitoring dialog: Description of Network Logging in the work profile. [CHAR LIMIT=NONE]-->
1652    <string name="monitoring_description_managed_profile_network_logging">Your admin has turned on network logging, which monitors traffic in your work profile but not in your personal profile.</string>
1653
1654    <!-- Monitoring dialog: Description of an active VPN. [CHAR LIMIT=NONE]-->
1655    <string name="monitoring_description_named_vpn">This device is connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>. Your network activity, including emails and browsing data, is visible to the VPN provider.</string>
1656
1657    <!-- Monitoring dialog: Description of an active VPN on a managed device. [CHAR LIMIT=NONE]-->
1658    <string name="monitoring_description_managed_device_named_vpn">This device is connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>. Your network activity, including emails and browsing data, is visible to your IT admin.</string>
1659
1660    <!-- Monitoring dialog: Description of two active VPNs. [CHAR LIMIT=NONE]-->
1661    <string name="monitoring_description_two_named_vpns">This device is connected to the internet through <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>. Your network activity, including emails and browsing data, is visible to your IT admin.</string>
1662
1663    <!-- Monitoring dialog: Description of an active VPN in the work profile. [CHAR LIMIT=NONE]-->
1664    <string name="monitoring_description_managed_profile_named_vpn">Your work apps are connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>. Your network activity in work apps, including emails and browsing data, is visible to your IT admin and VPN provider.</string>
1665
1666    <!-- Monitoring dialog: Description of an active VPN in the personal profile (as opposed to the work profile). [CHAR LIMIT=NONE]-->
1667    <string name="monitoring_description_personal_profile_named_vpn">Your personal apps are connected to the internet through <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>. Your network activity, including emails and browsing data, is visible to your VPN provider.</string>
1668
1669    <!-- Monitoring dialog: Space that separates the VPN body text and the "Open VPN Settings" link that follows it. [CHAR LIMIT=5] -->
1670    <string name="monitoring_description_vpn_settings_separator">" "</string>
1671
1672    <!-- Monitoring dialog: Link to open the VPN settings page [CHAR LIMIT=60] -->
1673    <string name="monitoring_description_vpn_settings">Open VPN settings</string>
1674
1675    <!-- Dialog that a user can access via Quick Settings. [CHAR LIMIT=NONE]-->
1676    <string name="monitoring_description_parental_controls">This device is managed by your parent. Your parent can see and manage information such as the apps you use, your location, and your screen time.</string>
1677
1678    <!-- Name for a generic legacy VPN connection [CHAR LIMIT=20] -->
1679    <string name="legacy_vpn_name">VPN</string>
1680
1681    <!-- Indication on the keyguard that appears when a trust agents unlocks the device. [CHAR LIMIT=40] -->
1682    <string name="keyguard_indication_trust_unlocked">Kept unlocked by TrustAgent</string>
1683
1684    <!-- Message asking the user to authenticate with primary authentication methods (PIN/pattern/password) or biometrics after the device is locked by adaptive auth. [CHAR LIMIT=70] -->
1685    <string name="kg_prompt_after_adaptive_auth_lock">Device was locked, too many authentication attempts</string>
1686
1687    <!-- Indication on the keyguard that appears after the device is locked by adaptive auth. [CHAR LIMIT=60] -->
1688    <string name="keyguard_indication_after_adaptive_auth_lock">Device locked\nFailed authentication</string>
1689
1690    <!-- 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] -->
1691    <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>
1692
1693    <!-- Content description for accessibility (not shown on the screen): volume dialog settings button. [CHAR LIMIT=NONE] -->
1694    <string name="accessibility_volume_settings">Sound settings</string>
1695
1696    <!-- Label for the odi caption initial tool tip. [CHAR LIMIT=28] -->
1697    <string name="volume_odi_captions_tip">Automatically caption media</string>
1698
1699    <!-- Content description for accessibility: Clear the odi caption tool tip. [CHAR LIMIT=NONE] -->
1700    <string name="accessibility_volume_close_odi_captions_tip">Close captions tip</string>
1701
1702    <!-- Content description for accessibility: Captions button. [CHAR LIMIT=NONE] -->
1703    <string name="volume_odi_captions_content_description">Captions overlay</string>
1704
1705    <!-- Content description for accessibility: Hint if click will enable. [CHAR LIMIT=NONE] -->
1706    <string name="volume_odi_captions_hint_enable">enable</string>
1707    <!-- Content description for accessibility: Hint if click will disable. [CHAR LIMIT=NONE] -->
1708    <string name="volume_odi_captions_hint_disable">disable</string>
1709
1710    <!-- Sound and vibration settings dialog title. [CHAR LIMIT=30] -->
1711    <string name="sound_settings">Sound &amp; vibration</string>
1712    <!-- Label for button to go to sound settings screen [CHAR_LIMIT=30] -->
1713    <string name="volume_panel_dialog_settings_button">Settings</string>
1714
1715    <string name="volume_panel_captioning_title">Live Caption</string>
1716
1717    <!-- Title for notification after audio lowers -->
1718    <string name="csd_lowered_title" product="default">Volume lowered to safer level</string>
1719    <!-- Message shown in notification after system lowers audio -->
1720    <string name="csd_system_lowered_text" product="default">Headphone volume has been high for longer than recommended</string>
1721    <!-- Message shown in notification after system lowers audio after 500% of
1722         sound dosage is reached.
1723    -->
1724    <string name="csd_500_system_lowered_text" product="default">Headphone volume has exceeded the safe limit for this week</string>
1725    <!-- Message for sound dose warning dialog button to keep listening -->
1726    <string name="csd_button_keep_listening" product="default">Keep listening</string>
1727    <!-- Message for sound dose warning dialog button to lower volume -->
1728    <string name="csd_button_lower_volume" product="default">Lower volume</string>
1729
1730    <!-- content description for audio output chooser [CHAR LIMIT=NONE]-->
1731
1732    <!-- Screen pinning dialog title. -->
1733    <string name="screen_pinning_title">App is pinned</string>
1734    <!-- Screen pinning dialog description. -->
1735    <string name="screen_pinning_description">This keeps it in view until you unpin. Touch &amp; hold Back and Overview to unpin.</string>
1736    <string name="screen_pinning_description_recents_invisible">This keeps it in view until you unpin. Touch &amp; hold Back and Home to unpin.</string>
1737    <string name="screen_pinning_description_gestural">This keeps it in view until you unpin. Swipe up &amp; hold to unpin.</string>
1738    <!-- Screen pinning dialog description. -->
1739    <string name="screen_pinning_description_accessible">This keeps it in view until you unpin. Touch &amp; hold Overview to unpin.</string>
1740    <string name="screen_pinning_description_recents_invisible_accessible">This keeps it in view until you unpin. Touch &amp; hold Home to unpin.</string>
1741    <!-- Screen pinning security warning: personal data, email, contacts may be exposed while screen is pinned. [CHAR LIMIT=NONE] -->
1742    <string name="screen_pinning_exposes_personal_data">Personal data may be accessible (such as contacts and email content).</string>
1743    <!-- Screen pinning security warning: a pinned app can still launch other apps. [CHAR LIMIT=NONE] -->
1744    <string name="screen_pinning_can_open_other_apps">Pinned app may open other apps.</string>
1745    <!-- Notify use that they are in Lock-to-app -->
1746    <string name="screen_pinning_toast">To unpin this app, touch &amp; hold Back and Overview
1747        buttons</string>
1748    <string name="screen_pinning_toast_recents_invisible">To unpin this app, touch &amp; hold Back
1749        and Home buttons</string>
1750    <!-- Notify (in toast) user how to unpin screen in gesture navigation mode [CHAR LIMIT=NONE] -->
1751    <string name="screen_pinning_toast_gesture_nav">To unpin this app, swipe up &amp; hold</string>
1752    <!-- Screen pinning positive response. -->
1753    <string name="screen_pinning_positive">Got it</string>
1754    <!-- Screen pinning negative response. -->
1755    <string name="screen_pinning_negative">No thanks</string>
1756    <!-- Enter/Exiting screen pinning indication. -->
1757    <string name="screen_pinning_start">App pinned</string>
1758    <string name="screen_pinning_exit">App unpinned</string>
1759
1760
1761    <!-- Hide quick settings tile confirmation title -->
1762
1763    <!-- Hide quick settings tile confirmation message -->
1764
1765    <!-- Hide quick settings tile confirmation button -->
1766
1767    <!-- volume stream names. All nouns. -->
1768    <string name="stream_voice_call">Call</string> <!-- STREAM_VOICE_CALL -->
1769    <string name="stream_system">System</string> <!-- STREAM_SYSTEM -->
1770    <string name="stream_ring">Ring</string> <!-- STREAM_RING -->
1771    <string name="stream_music">Media</string> <!-- STREAM_MUSIC -->
1772    <string name="stream_alarm">Alarm</string> <!-- STREAM_ALARM -->
1773    <string name="stream_notification">Notification</string> <!-- STREAM_NOTIFICATION -->
1774    <string name="stream_bluetooth_sco">Bluetooth</string> <!-- STREAM_BLUETOOTH_SCO -->
1775    <string name="stream_system_enforced" translatable="false">System enforced</string> <!-- STREAM_SYSTEM_ENFORCED -->
1776    <string name="stream_dtmf">Dual multi tone frequency</string> <!-- STREAM_DTMF -->
1777    <string name="stream_tts" translatable="false">Transmitted Through Speaker</string> <!-- STREAM_TTS -->
1778    <string name="stream_accessibility">Accessibility</string> <!-- STREAM_ACCESSIBILITY -->
1779
1780    <string name="volume_ringer_status_normal">Ring</string>
1781    <string name="volume_ringer_status_vibrate">Vibrate</string>
1782    <string name="volume_ringer_status_silent">Mute</string>
1783
1784    <!-- Media device casting volume slider label [CHAR_LIMIT=20] -->
1785    <string name="media_device_cast">Cast</string>
1786    <!-- A message shown when the notification volume changing is disabled because of the muted ring stream [CHAR_LIMIT=50]-->
1787    <string name="stream_notification_unavailable">Unavailable because ring is muted</string>
1788    <!-- A message shown when the alarm volume changing is disabled because of the don't disturb mode [CHAR_LIMIT=50]-->
1789    <string name="stream_alarm_unavailable">Unavailable because Do Not Disturb is on</string>
1790    <!-- A message shown when the media volume changing is disabled because of the don't disturb mode [CHAR_LIMIT=50]-->
1791    <string name="stream_media_unavailable">Unavailable because Do Not Disturb is on</string>
1792
1793    <!-- A message shown when a specific volume (e.g. Alarms, Media, etc) is disabled because an active mode is muting that audio stream altogether [CHAR_LIMIT=50]-->
1794    <string name="stream_unavailable_by_modes">Unavailable because <xliff:g id="mode" example="Bedtime">%s</xliff:g> is on</string>
1795    <!-- A message shown when a specific volume (e.g. Alarms, Media, etc) is disabled but we don't know which mode (or anything else) is responsible. [CHAR_LIMIT=50]-->
1796    <string name="stream_unavailable_by_unknown">Unavailable</string>
1797
1798    <!-- Shown in the header of quick settings to indicate to the user that their phone ringer is on vibrate. [CHAR_LIMIT=NONE] -->
1799    <!-- Shown in the header of quick settings to indicate to the user that their phone ringer is on silent (muted). [CHAR_LIMIT=NONE] -->
1800
1801    <string name="volume_stream_content_description_unmute">%1$s. Tap to unmute.</string>
1802    <string name="volume_stream_content_description_vibrate">%1$s. Tap to set to vibrate. Accessibility services may be muted.</string>
1803    <string name="volume_stream_content_description_mute">%1$s. Tap to mute. Accessibility services may be muted.</string>
1804    <string name="volume_stream_content_description_vibrate_a11y">%1$s. Tap to set to vibrate.</string>
1805    <string name="volume_stream_content_description_mute_a11y">%1$s. Tap to mute.</string>
1806
1807    <!-- Label for button to enabled/disable active noise cancellation [CHAR_LIMIT=30] -->
1808    <string name="volume_panel_noise_control_title">Noise Control</string>
1809    <!-- Label for button to enabled/disable spatial audio [CHAR_LIMIT=30] -->
1810    <string name="volume_panel_spatial_audio_title">Spatial Audio</string>
1811    <!-- Label for a spatial audio button for the case when it is disabled [CHAR_LIMIT=20] -->
1812    <string name="volume_panel_spatial_audio_off">Off</string>
1813    <!-- Label for a spatial audio button for the case when it is enabled without head tracking [CHAR_LIMIT=20] -->
1814    <string name="volume_panel_spatial_audio_fixed">Fixed</string>
1815    <!-- Label for a spatial audio button for the case when it is enabled with head tracking [CHAR_LIMIT=20] -->
1816    <string name="volume_panel_spatial_audio_tracking">Head Tracking</string>
1817
1818    <string name="volume_ringer_change">Tap to change ringer mode</string>
1819    <string name="volume_ringer_mode">ringer mode</string>
1820    <string name="volume_ringer_drawer_closed_content_description"><xliff:g id="volume ringer status" example="Ring">%1$s</xliff:g>, tap to change ringer mode </string>
1821
1822    <!-- Hint for accessibility. For example: double tap to mute [CHAR_LIMIT=NONE] -->
1823    <string name="volume_ringer_hint_mute">mute</string>
1824    <!-- Hint for accessibility. For example: double tap to unmute [CHAR_LIMIT=NONE] -->
1825    <string name="volume_ringer_hint_unmute">unmute</string>
1826    <!-- Hint for accessibility. For example: double tap to vibrate [CHAR_LIMIT=NONE] -->
1827    <string name="volume_ringer_hint_vibrate">vibrate</string>
1828
1829    <string name="volume_dialog_title">%s volume controls</string>
1830
1831    <string name="volume_dialog_ringer_guidance_ring">Calls and notifications will ring (<xliff:g id="volume level" example="56">%1$s</xliff:g>)</string>
1832
1833    <!-- An audible a11y label for a button, that opens settings when clicked [CHAR_LIMIT=NONE] -->
1834    <string name="volume_panel_enter_media_output_settings">Enter output settings</string>
1835    <!-- An audible a11y state description for a button, that expands volume sliders menu [CHAR_LIMIT=NONE] -->
1836    <string name="volume_panel_expanded_sliders">Volume sliders expanded</string>
1837    <!-- An audible a11y state description for a button, that collapses volume sliders menu [CHAR LIMIT=NONE] -->
1838    <string name="volume_panel_collapsed_sliders">Volume sliders collapsed</string>
1839
1840    <!-- Hint for accessibility. A stream name is a parameter. For example: double tap to mute media [CHAR_LIMIT=NONE] -->
1841    <string name="volume_panel_hint_mute">Mute %s</string>
1842    <!-- Hint for accessibility. A stream name is a parameter. For example: double tap to unmute media [CHAR_LIMIT=NONE] -->
1843    <string name="volume_panel_hint_unmute">Unmute %s</string>
1844
1845    <!-- Hint for accessibility. This is announced when the stream is muted [CHAR_LIMIT=NONE] -->
1846    <string name="volume_panel_hint_muted">muted</string>
1847
1848    <!-- Hint for accessibility. This is announced when ring mode is set to Vibrate. [CHAR_LIMIT=NONE] -->
1849    <string name="volume_panel_hint_vibrate">vibrate</string>
1850
1851    <!-- Title with application label for media output settings when there is media playing. [CHAR LIMIT=20] -->
1852    <string name="media_output_label_title">Playing <xliff:g id="label" example="Music Player">%s</xliff:g> on</string>
1853
1854    <!-- Title for media output settings without media is playing. [CHAR LIMIT=20] -->
1855    <string name="media_output_title_without_playing">Audio will play on</string>
1856
1857    <!-- Title for media output settings when there is an ongoing call in progress. [CHAR LIMIT=20] -->
1858    <string name="media_output_title_ongoing_call">Calling on</string>
1859
1860    <!-- Name of special SystemUI debug settings -->
1861    <string name="system_ui_tuner">System UI Tuner</string>
1862
1863    <!-- Name of status bar -->
1864    <string name="status_bar">Status bar</string>
1865
1866    <!-- Name of System UI demo mode (mode with preset icons for screenshots) -->
1867    <string name="demo_mode">System UI demo mode</string>
1868
1869    <!-- Enable demo mode -->
1870    <string name="enable_demo_mode">Enable demo mode</string>
1871
1872    <!-- Show demo mode icons -->
1873    <string name="show_demo_mode">Show demo mode</string>
1874
1875    <!-- Name of the ethernet status bar icon. -->
1876    <string name="status_bar_ethernet">Ethernet</string>
1877
1878    <!-- Name of the alarm status bar icon. -->
1879    <string name="status_bar_alarm">Alarm</string>
1880
1881    <!-- Format string for the content description of the icon that indicates that a Mode is on.
1882       For example, if the mode name is Bedtime, this will be "Bedtime is on". This content
1883       description will be associated to the mode icon in status bar, smartspace, and everyone else
1884       where it might be displayed without text. [CHAR LIMIT=NONE] -->
1885    <string name="active_mode_content_description"><xliff:g id="modeName" example="Do Not Disturb">%1$s</xliff:g> is on</string>
1886
1887    <!-- Wallet strings -->
1888    <!-- Wallet empty state, title [CHAR LIMIT=32] -->
1889    <string name="wallet_title">Wallet</string>
1890    <!-- Wallet empty state label. [CHAR LIMIT=NONE] -->
1891    <string name="wallet_empty_state_label">Get set up to make faster, more secure purchases with your phone</string>
1892    <!-- Label of the button at the bottom prompting user enter wallet app. [CHAR LIMIT=NONE] -->
1893    <string name="wallet_app_button_label">Show all</string>
1894    <!-- Label of the button underneath the card carousel prompting user unlock device. [CHAR LIMIT=NONE] -->
1895    <!-- Secondary label of the quick access wallet tile if no card. [CHAR LIMIT=NONE] -->
1896    <string name="wallet_secondary_label_no_card">Tap to open</string>
1897    <!-- Secondary label of the quick access wallet tile if wallet is still updating. [CHAR LIMIT=NONE] -->
1898    <string name="wallet_secondary_label_updating">Updating</string>
1899    <!-- Secondary label of the quick access wallet tile if device locked. [CHAR LIMIT=NONE] -->
1900    <string name="wallet_secondary_label_device_locked">Unlock to use</string>
1901    <!-- Message shown when an unknown failure occurred when fetching cards. [CHAR LIMIT=NONE] -->
1902    <string name="wallet_error_generic">There was a problem getting your cards, please try again later</string>
1903    <!-- Overflow menu item label to open the lockscreen settings in wallet activity. [CHAR LIMIT=NONE] -->
1904    <string name="wallet_lockscreen_settings_label">Lock screen settings</string>
1905
1906    <!-- QR Code Scanner label, title [CHAR LIMIT=32] -->
1907    <string name="qr_code_scanner_title">QR code scanner</string>
1908
1909    <!-- QR Code Scanner Secondary label when GMS Core is Updating -->
1910    <string name="qr_code_scanner_updating_secondary_label">Updating</string>
1911
1912    <!-- Name of the work status bar icon. -->
1913    <string name="status_bar_work">Work profile</string>
1914
1915    <!-- Name of the airplane status bar icon. -->
1916    <string name="status_bar_airplane">Airplane mode</string>
1917
1918    <!-- Description for adding  a quick settings tile -->
1919
1920    <!-- Name of a quick settings tile controlled by broadcast -->
1921
1922    <!-- For preview release. DO NOT TRANSLATE -->
1923
1924    <!-- Warning text when an alarm might be silenced by Do Not Disturb [CHAR LIMIT=NONE] -->
1925    <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>
1926
1927    <!-- Warning text when an alarm might be silenced by Do Not Disturb due to a time-based condition [CHAR LIMIT=NONE] -->
1928    <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>
1929
1930    <!-- Alarm template for near alarms [CHAR LIMIT=25] -->
1931    <string name="alarm_template">at <xliff:g id="when" example="7:00 AM">%1$s</xliff:g></string>
1932
1933    <!-- Alarm template for far alarms [CHAR LIMIT=25] -->
1934    <string name="alarm_template_far">on <xliff:g id="when" example="Fri 7:00 AM">%1$s</xliff:g></string>
1935
1936    <!-- Accessibility label for hotspot icon [CHAR LIMIT=NONE] -->
1937    <string name="accessibility_status_bar_hotspot">Hotspot</string>
1938
1939    <!-- Accessibility label for no satellite connection [CHAR LIMIT=NONE] -->
1940    <string name="accessibility_status_bar_satellite_no_connection">Satellite, no connection</string>
1941    <!-- Accessibility label for poor satellite connection [CHAR LIMIT=NONE] -->
1942    <string name="accessibility_status_bar_satellite_poor_connection">Satellite, poor connection</string>
1943    <!-- Accessibility label for good satellite connection [CHAR LIMIT=NONE] -->
1944    <string name="accessibility_status_bar_satellite_good_connection">Satellite, good connection</string>
1945    <!-- Accessibility label for available satellite connection [CHAR LIMIT=NONE] -->
1946    <string name="accessibility_status_bar_satellite_available">Satellite, connection available</string>
1947
1948    <!-- Text displayed indicating that the user is connected to a satellite signal. -->
1949    <string name="satellite_connected_carrier_text">Satellite SOS</string>
1950    <!-- Text displayed indicating that the user might be able to use satellite SOS. -->
1951    <string name="satellite_emergency_only_carrier_text">Emergency calls or SOS</string>
1952
1953    <!-- Accessibility label for managed profile icon (not shown on screen) [CHAR LIMIT=NONE] -->
1954    <string name="accessibility_managed_profile">Work profile</string>
1955
1956    <!-- Title of warning when entering System UI tuner for first time [CHAR LIMIT=NONE] -->
1957    <string name="tuner_warning_title">Fun for some but not for all</string>
1958
1959    <!-- Warning for users entering the System UI tuner for the first time [CHAR LIMIT=NONE]-->
1960    <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>
1961
1962    <!-- Warning for users entering the System UI tuner [CHAR LIMIT=NONE]-->
1963    <string name="tuner_persistent_warning">These experimental features may change, break, or disappear in future releases. Proceed with caution.</string>
1964
1965    <!-- Generic "got it" acceptance of dialog or cling [CHAR LIMIT=NONE] -->
1966    <string name="got_it">Got it</string>
1967
1968    <!-- Toast describing tuner has been enabled [CHAR LIMIT=NONE] -->
1969    <string name="tuner_toast">Congrats! System UI Tuner has been added to Settings</string>
1970
1971    <!-- Option to remove the tuner from settings [CHAR LIMIT=NONE] -->
1972    <string name="remove_from_settings">Remove from Settings</string>
1973
1974    <!-- Dialog asking if the tuner should really be removed from settings [CHAR LIMIT=NONE]-->
1975    <string name="remove_from_settings_prompt">Remove System UI Tuner from Settings and stop using all of its features?"</string>
1976
1977    <string name="qs_customize_remove" translatable="false">Remove</string>
1978
1979    <!-- Dialog title asking if Bluetooth should be enabled [CHAR LIMIT=NONE] -->
1980    <string name="enable_bluetooth_title">Turn on Bluetooth?</string>
1981
1982    <!-- Dialog message explaining why Bluetooth should be enabled when a packaged keyboard is
1983         conncted to the device [CHAR LIMIT=NONE] -->
1984    <string name="enable_bluetooth_message">To connect your keyboard with your tablet, you first have to turn on Bluetooth.</string>
1985
1986    <!-- Bluetooth enablement ok text [CHAR LIMIT=40] -->
1987    <string name="enable_bluetooth_confirmation_ok">Turn on</string>
1988
1989    <!-- [CHAR LIMIT=NONE] Notification camera based rotation enabled description -->
1990    <string name="rotation_lock_camera_rotation_on">On - Face-based</string>
1991
1992    <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] -->
1993    <string name="inline_done_button">Done</string>
1994
1995    <!-- Notification Inline controls: button to dismiss the blocking helper [CHAR_LIMIT=20] -->
1996    <string name="inline_ok_button">Apply</string>
1997
1998    <!-- Notification inline controls: button to show block screen [CHAR_LIMIT=35] -->
1999    <string name="inline_turn_off_notifications">Turn off notifications</string>
2000
2001    <!-- [CHAR LIMIT=100] Notification Importance title -->
2002    <string name="notification_silence_title">Silent</string>
2003
2004    <!-- [CHAR LIMIT=100] Notification Importance title -->
2005    <string name="notification_alert_title">Default</string>
2006
2007    <!-- [CHAR LIMIT=100] Notification Importance title -->
2008    <string name="notification_automatic_title">Automatic</string>
2009
2010    <!-- [CHAR LIMIT=150] Notification Importance title: low importance level summary -->
2011    <string name="notification_channel_summary_low">No sound or vibration</string>
2012
2013    <!-- [CHAR LIMIT=150] Notification Importance title: low importance level summary -->
2014    <string name="notification_conversation_summary_low">No sound or vibration but still appears in the conversation section</string>
2015
2016    <!-- [CHAR LIMIT=150] Notification Importance title: normal importance level summary -->
2017    <string name="notification_channel_summary_default">May ring or vibrate based on device settings</string>
2018
2019    <!-- [CHAR LIMIT=150] Conversation Notification Importance title: normal conversation level, with bubbling summary -->
2020    <string name="notification_channel_summary_default_with_bubbles">May ring or vibrate based on device settings. Conversations from <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> bubble by default.</string>
2021
2022    <!-- [CHAR LIMIT=150] Notification Importance title: automatic importance level summary -->
2023    <string name="notification_channel_summary_automatic">Have the system determine if this notification should make sound or vibration</string>
2024
2025    <!-- [CHAR LIMIT=150] Notification Importance title: automatic importance level summary (alerted) -->
2026    <string name="notification_channel_summary_automatic_alerted">&lt;b>Status:&lt;/b> Promoted to Default</string>
2027
2028    <!-- [CHAR LIMIT=150] Notification Importance title: automatic importance level summary (silenced) -->
2029    <string name="notification_channel_summary_automatic_silenced">&lt;b>Status:&lt;/b> Demoted to Silent</string>
2030
2031    <!-- [CHAR LIMIT=150] Notification Importance title: automatic importance level summary (promoted) -->
2032    <string name="notification_channel_summary_automatic_promoted">&lt;b>Status:&lt;/b> Ranked Higher</string>
2033
2034    <!-- [CHAR LIMIT=150] Notification Importance title: automatic importance level summary (demoted) -->
2035    <string name="notification_channel_summary_automatic_demoted">&lt;b>Status:&lt;/b> Ranked Lower</string>
2036
2037    <!-- [CHAR LIMIT=150] Notification Importance title: important conversation level summary -->
2038    <string name="notification_channel_summary_priority_baseline">Shows at the top of conversation notifications and as a profile picture on lock screen</string>
2039    <string name="notification_channel_summary_priority_bubble">Shows at the top of conversation notifications and as a profile picture on lock screen, appears as a bubble</string>
2040    <string name="notification_channel_summary_priority_dnd">Shows at the top of conversation notifications and as a profile picture on lock screen, interrupts Do Not Disturb</string>
2041    <string name="notification_channel_summary_priority_all">Shows at the top of conversation notifications and as a profile picture on lock screen, appears as a bubble, interrupts Do Not Disturb</string>
2042
2043    <!-- [CHAR LIMIT=150] Notification Importance title: important conversation level -->
2044    <string name="notification_priority_title">Priority</string>
2045
2046    <!-- Text shown in notification guts for conversation notifications that don't implement the full feature -->
2047    <string name="no_shortcut"><xliff:g id="app_name" example="YouTube">%1$s</xliff:g> doesn\u2019t support conversation features</string>
2048
2049    <!-- [CHAR LIMIT=80] Text shown in feedback button in notification guts for a bundled notification -->
2050    <string name="notification_guts_bundle_feedback">Provide Bundle Feedback</string>
2051
2052    <!-- Notification: Control panel: Label that displays when the app's notifications cannot be blocked. -->
2053    <string name="notification_unblockable_desc">These notifications can\'t be modified.</string>
2054
2055    <!-- Notification: Control panel: Label that displays when a notification cannot be blocked because it's attached to a phone/voip call. -->
2056    <string name="notification_unblockable_call_desc">Call notifications can\'t be modified.</string>
2057
2058    <!-- Notification: Control panel: label that displays when viewing settings for a group of notifications posted to multiple channels. -->
2059    <string name="notification_multichannel_desc">This group of notifications cannot be configured here</string>
2060
2061    <!-- Notification: Control panel: Label for the app that posted this notification, if it's not the package that the notification was posted for -->
2062    <string name="notification_delegate_header">Proxied notification</string>
2063
2064    <!-- [CHAR LIMIT=40 Notification: Label for the inline channel blocking view -->
2065    <string name="notification_channel_dialog_title">All <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> notifications</string>
2066
2067    <!-- [CHAR LIMIT=20 Notification: "See more" button -->
2068    <string name="see_more_title">See more</string>
2069
2070    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
2071    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
2072    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
2073    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
2074    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
2075    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
2076    <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
2077
2078    <!-- Notification Inline controls: describes how the notification was adjusted [CHAR_LIMIT=NONE] -->
2079    <string name="feedback_alerted">This notification was automatically &lt;b>promoted to Default&lt;/b> by the system.</string>
2080    <!-- Notification Inline controls: describes how the notification was adjusted [CHAR_LIMIT=NONE] -->
2081    <string name="feedback_silenced">This notification was automatically &lt;b>demoted to Silent&lt;/b> by the system.</string>
2082    <!-- Notification Inline controls: describes how the notification was adjusted [CHAR_LIMIT=NONE] -->
2083    <string name="feedback_promoted">This notification was automatically &lt;b>ranked higher&lt;/b> in your shade.</string>
2084    <!-- Notification Inline controls: describes how the notification was adjusted [CHAR_LIMIT=NONE] -->
2085    <string name="feedback_demoted">This notification was automatically &lt;b>ranked lower&lt;/b> in your shade.</string>
2086    <!-- Notification Inline controls: prompts the user for feedback [CHAR_LIMIT=NONE] -->
2087    <string name="feedback_prompt">Let the developer know your feedback. Was this correct?</string>
2088    <!-- Notification Inline controls: responds to user provided feedback [CHAR_LIMIT=NONE] -->
2089
2090    <!-- Notification: Control panel: Accessibility description for expanded inline controls view, used
2091        to control settings about notifications related to the current notification.  -->
2092    <string name="notification_channel_controls_opened_accessibility">Notification controls for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> opened</string>
2093    <!-- Notification: Control panel: Accessibility description for announcing the closing of the
2094        inline controls view.  -->
2095    <string name="notification_channel_controls_closed_accessibility">Notification controls for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> closed</string>
2096    <!-- Notification: Control panel: Accessibility description for switch that is used to enable
2097        or disable notifications from this channel -->
2098    <!-- Notification: Control panel: Label for button that launches notification settings. Used
2099        when this app has only defined a single channel for notifications. -->
2100    <string name="notification_more_settings">More settings</string>
2101    <!-- Notification: Control panel: Label for a link that launches notification settings in the
2102        app that sent the notification. -->
2103    <string name="notification_app_settings">Customize</string>
2104
2105    <!-- [CHAR LIMIT=100] Show notification as bubble -->
2106    <string name="notification_conversation_bubble">Show bubble</string>
2107
2108    <!-- [CHAR LIMIT=100] Turn off bubbles for notification -->
2109    <string name="notification_conversation_unbubble">Remove bubbles</string>
2110
2111    <!-- Notification: Menu row: Content description for menu items. [CHAR LIMIT=NONE] -->
2112    <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>
2113
2114    <!-- Notification: Menu row: Content description for the gear menu item. [CHAR LIMIT=NONE] -->
2115    <string name="notification_menu_gear_description">notification controls</string>
2116
2117    <!-- Notification: Menu row: Content description for the snooze icon. [CHAR LIMIT=NONE] -->
2118    <string name="notification_menu_snooze_description">notification snooze options</string>
2119
2120    <!-- Notification: Menu row: Label for the snooze action shown in local context menu. [CHAR LIMIT=NONE] -->
2121    <string name="notification_menu_snooze_action">Remind me</string>
2122
2123    <!-- Notification: Snooze panel: Snooze undo button label. [CHAR LIMIT=50]-->
2124    <string name="snooze_undo">Undo</string>
2125
2126    <!-- Notification: Snooze panel: Snooze undo content description for a11y. [CHAR LIMIT=NONE]-->
2127    <string name="snooze_undo_content_description">Undo notification snooze</string>
2128
2129    <!-- Notification: Snooze panel: message indicating how long the notification was snoozed for. [CHAR LIMIT=100]-->
2130    <string name="snoozed_for_time">Snoozed for <xliff:g id="time_amount" example="15 minutes">%1$s</xliff:g></string>
2131
2132    <!-- Notification:Snooze panel: Snooze options for hours [CHAR LIMIT=NONE]-->
2133    <string name="snoozeHourOptions">{count, plural,
2134        =1 {# hour}
2135        =2 {# hours}
2136        few {# hours}
2137        other {# hours}
2138    }</string>
2139
2140   <!--  Notification: Snooze panel: Snooze options for minutes [CHAR LIMIT=NONE]-->
2141   <string name="snoozeMinuteOptions">{count, plural,
2142        =1 {# minute}
2143        few {# minutes}
2144        other {# minutes}
2145    }</string>
2146
2147    <!-- Summary of battery saver not available [CHAR LIMIT=NONE] -->
2148
2149    <!-- Title of switch for battery saver [CHAR LIMIT=NONE] -->
2150    <string name="battery_detail_switch_title">Battery Saver</string>
2151
2152    <!-- Summary of switch for battery saver [CHAR LIMIT=NONE] -->
2153
2154    <!-- Name used for certain Keyboard keys on gamepads, e.g. "Button L1". -->
2155    <string name="keyboard_key_button_template">Button <xliff:g id="name">%1$s</xliff:g></string>
2156    <!-- Name used to refer to the "Home" key on the keyboard. -->
2157    <string name="keyboard_key_home">Home</string>
2158    <!-- Name used to refer to the "Back" key on the keyboard. -->
2159    <string name="keyboard_key_back">Back</string>
2160    <!-- Name used to refer to the "Up" arrow key on the keyboard. -->
2161    <string name="keyboard_key_dpad_up" translatable="false">Up arrow</string>
2162    <!-- Name used to refer to the "Down" arrow key on the keyboard. -->
2163    <string name="keyboard_key_dpad_down" translatable="false">Down arrow</string>
2164    <!-- Name used to refer to the "Left" arrow key on the keyboard. -->
2165    <string name="keyboard_key_dpad_left" translatable="false">Left arrow</string>
2166    <!-- Name used to refer to the "Right" arrow key on the keyboard. -->
2167    <string name="keyboard_key_dpad_right" translatable="false">Right arrow</string>
2168    <!-- Name used to refer to the "Center" arrow key on the keyboard. -->
2169    <string name="keyboard_key_dpad_center" translatable="false">Center</string>
2170    <!-- Name used to refer to the "Tab" key on the keyboard. -->
2171    <string name="keyboard_key_tab">Tab</string>
2172    <!-- Name used to refer to the "Space" key on the keyboard. -->
2173    <string name="keyboard_key_space">Space</string>
2174    <!-- Name used to refer to the "Enter" key on the keyboard. -->
2175    <string name="keyboard_key_enter">Enter</string>
2176    <!-- Name used to refer to the "Backspace" key on the keyboard. -->
2177    <string name="keyboard_key_backspace">Backspace</string>
2178    <!-- Name used to refer to the "Play/Pause" media key on the keyboard. -->
2179    <string name="keyboard_key_media_play_pause">Play/Pause</string>
2180    <!-- Name used to refer to the "Stop" media key on the keyboard. -->
2181    <string name="keyboard_key_media_stop">Stop</string>
2182    <!-- Name used to refer to the "Next" media key on the keyboard. -->
2183    <string name="keyboard_key_media_next">Next</string>
2184    <!-- Name used to refer to the "Previous" media key on the keyboard. -->
2185    <string name="keyboard_key_media_previous">Previous</string>
2186    <!-- Name used to refer to the "Rewind" media key on the keyboard. -->
2187    <string name="keyboard_key_media_rewind">Rewind</string>
2188    <!-- Name used to refer to the "Fast Forward" media key on the keyboard. -->
2189    <string name="keyboard_key_media_fast_forward">Fast Forward</string>
2190    <!-- Name used to refer to the "Page Up" key on the keyboard. -->
2191    <string name="keyboard_key_page_up">Page Up</string>
2192    <!-- Name used to refer to the "Page Down" key on the keyboard. -->
2193    <string name="keyboard_key_page_down">Page Down</string>
2194    <!-- Name used to refer to the "Delete" key on the keyboard. -->
2195    <string name="keyboard_key_forward_del">Delete</string>
2196    <!-- Name used to refer to the "Esc" or "Escape" key on the keyboard. -->
2197    <string name="keyboard_key_esc">Esc</string>
2198    <!-- Name used to refer to the "Home" move key on the keyboard. -->
2199    <string name="keyboard_key_move_home">Home</string>
2200    <!-- Name used to refer to the "End" move key on the keyboard. -->
2201    <string name="keyboard_key_move_end">End</string>
2202    <!-- Name used to refer to the "Insert" key on the keyboard. -->
2203    <string name="keyboard_key_insert">Insert</string>
2204    <!-- Name used to refer to the "Num Lock" key on the keyboard. -->
2205    <string name="keyboard_key_num_lock">Num Lock</string>
2206    <!-- Name used to refer to keys on the numeric pad of the keyboard, e.g. "Numpad 9". -->
2207    <string name="keyboard_key_numpad_template">Numpad <xliff:g id="name">%1$s</xliff:g></string>
2208    <!-- Content description for the delete button on an image attachment when using inline reply via notification [CHAR LIMIT=NONE] -->
2209    <string name="notif_inline_reply_remove_attachment_description">Remove attachment</string>
2210    <!-- User visible title for the system-wide keyboard shortcuts list. -->
2211    <string name="keyboard_shortcut_group_system">System</string>
2212    <!-- User visible title for the keyboard shortcut that takes the user to the home screen. -->
2213    <string name="keyboard_shortcut_group_system_home">Home</string>
2214    <!-- User visible title for the keyboard shortcut that takes the user to the recents screen. -->
2215    <string name="keyboard_shortcut_group_system_recents">Recents</string>
2216    <!-- User visible title for the keyboard shortcut that triggers the back action. -->
2217    <string name="keyboard_shortcut_group_system_back">Back</string>
2218    <!-- User visible title for the keyboard shortcut that triggers the notification shade. -->
2219    <string name="keyboard_shortcut_group_system_notifications">Notifications</string>
2220    <!-- User visible title for the keyboard shortcut that triggers the keyboard shortcuts helper. -->
2221    <string name="keyboard_shortcut_group_system_shortcuts_helper">Keyboard Shortcuts</string>
2222    <!-- User visible title for the keyboard shortcut that switches to the next hardware keyboard layout. -->
2223    <string name="keyboard_shortcut_group_system_switch_input">Switch keyboard layout</string>
2224    <!-- User visible string that joins different shortcuts in a list, e.g. shortcut1 "or" shortcut2 "or" ... -->
2225    <string  name="keyboard_shortcut_join">or</string>
2226
2227    <!-- Content description for the clear search button in shortcut search list. [CHAR LIMIT=NONE] -->
2228    <string name="keyboard_shortcut_clear_text">Clear search query</string>
2229    <!-- The title for keyboard shortcut search list [CHAR LIMIT=25] -->
2230    <string name="keyboard_shortcut_search_list_title">Keyboard Shortcuts</string>
2231    <!-- The hint for keyboard shortcut search list [CHAR LIMIT=50] -->
2232    <string name="keyboard_shortcut_search_list_hint">Search shortcuts</string>
2233    <!-- The description for no shortcuts results [CHAR LIMIT=25] -->
2234    <string name="keyboard_shortcut_search_list_no_result">No shortcuts found</string>
2235    <!-- The title of system category in shortcut search list. [CHAR LIMIT=25] -->
2236    <string name="keyboard_shortcut_search_category_system">System</string>
2237    <!-- The title of input category in shortcut search list. [CHAR LIMIT=25] -->
2238    <string name="keyboard_shortcut_search_category_input">Input</string>
2239    <!-- The title of open apps category in shortcut search list. [CHAR LIMIT=25] -->
2240    <string name="keyboard_shortcut_search_category_open_apps">Open apps</string>
2241    <!-- The title of current app category in shortcut search list. [CHAR LIMIT=25] -->
2242    <string name="keyboard_shortcut_search_category_current_app">Current app</string>
2243
2244    <!-- A11y message when showing keyboard shortcut search results. [CHAR LIMT=NONE] -->
2245    <string name="keyboard_shortcut_a11y_show_search_results">Showing search results</string>
2246    <!-- A11y message when filtering to "system" keyboard shortcuts.  [CHAR LIMT=NONE] -->
2247    <string name="keyboard_shortcut_a11y_filter_system">Showing system shortcuts</string>
2248    <!-- A11y message when filtering to "input" keyboard shortcuts.  [CHAR LIMT=NONE] -->
2249    <string name="keyboard_shortcut_a11y_filter_input">Showing input shortcuts</string>
2250    <!-- A11y message when filtering to "app opening" keyboard shortcuts.  [CHAR LIMT=NONE] -->
2251    <string name="keyboard_shortcut_a11y_filter_open_apps">Showing shortcuts that open apps</string>
2252    <!-- A11y message when filtering to "current app" keyboard shortcuts.  [CHAR LIMT=NONE] -->
2253    <string name="keyboard_shortcut_a11y_filter_current_app">Showing shortcuts for the current app</string>
2254
2255    <!-- User visible title for the keyboard shortcut that triggers the notification shade. [CHAR LIMIT=70] -->
2256    <string name="group_system_access_notification_shade">View notifications</string>
2257    <!-- User visible title for the keyboard shortcut that takes a full screenshot. [CHAR LIMIT=70] -->
2258    <string name="group_system_full_screenshot">Take screenshot</string>
2259    <!-- User visible title for the keyboard shortcut that access list of system / apps shortcuts. [CHAR LIMIT=70] -->
2260    <string name="group_system_access_system_app_shortcuts">Show shortcuts</string>
2261    <!-- User visible title for the keyboard shortcut that goes back to previous state. [CHAR LIMIT=70] -->
2262    <string name="group_system_go_back">Go back</string>
2263    <!-- User visible title for the keyboard shortcut that takes the user to the home screen. [CHAR LIMIT=70] -->
2264    <string name="group_system_access_home_screen">Go to home screen</string>
2265    <!-- User visible title for the keyboard shortcut that triggers overview of open apps. [CHAR LIMIT=70] -->
2266    <string name="group_system_overview_open_apps">View recent apps</string>
2267    <!-- User visible title for the keyboard shortcut that cycles through recent apps (forward). [CHAR LIMIT=70] -->
2268    <string name="group_system_cycle_forward">Cycle forward through recent apps</string>
2269    <!-- User visible title for the keyboard shortcut that cycles through recent apps (back). [CHAR LIMIT=70] -->
2270    <string name="group_system_cycle_back">Cycle backward through recent apps</string>
2271    <!-- User visible title for the keyboard shortcut that accesses list of all apps and search. [CHAR LIMIT=70] -->
2272    <string name="group_system_access_all_apps_search">Open apps list</string>
2273    <!-- User visible title for the keyboard shortcut that accesses [system] settings. [CHAR LIMIT=70] -->
2274    <string name="group_system_access_system_settings">Open settings</string>
2275    <!-- User visible title for the keyboard shortcut that accesses Assistant app. [CHAR LIMIT=70] -->
2276    <string name="group_system_access_google_assistant">Open assistant</string>
2277    <!-- User visible title for the keyboard shortcut that locks screen. [CHAR LIMIT=70] -->
2278    <string name="group_system_lock_screen">Lock screen</string>
2279    <!-- User visible title for the keyboard shortcut that pulls up Notes app for quick memo. [CHAR LIMIT=70] -->
2280    <string name="group_system_quick_memo">Take a note</string>
2281
2282    <!-- User visible title for the multitasking keyboard shortcuts list. [CHAR LIMIT=70] -->
2283    <string name="keyboard_shortcut_group_system_multitasking">Multitasking</string>
2284    <!-- User visible title for the keyboard shortcut that enters split screen with current app on the right [CHAR LIMIT=70] -->
2285    <string name="system_multitasking_rhs">Use split screen with app on the right</string>
2286    <!-- User visible title for the keyboard shortcut that enters split screen with current app on the left [CHAR LIMIT=70] -->
2287    <string name="system_multitasking_lhs">Use split screen with app on the left</string>
2288    <!-- User visible title for the keyboard shortcut that switches from split screen to full screen [CHAR LIMIT=70] -->
2289    <string name="system_multitasking_full_screen">Switch to full screen</string>
2290    <!-- User visible title for the keyboard shortcut that switches to app on right or below while using split screen [CHAR LIMIT=70] -->
2291    <string name="system_multitasking_splitscreen_focus_rhs">Switch to app on right or below while using split screen</string>
2292    <!-- User visible title for the keyboard shortcut that switches to app on left or above while using split screen [CHAR LIMIT=70] -->
2293    <string name="system_multitasking_splitscreen_focus_lhs">Switch to app on left or above while using split screen</string>
2294    <!-- User visible title for the keyboard shortcut that replaces an app from one to another during split screen [CHAR LIMIT=70] -->
2295    <string name="system_multitasking_replace">During split screen: replace an app from one to another</string>
2296    <!-- User visible title for the keyboard shortcut that moves a focused task to a next display [CHAR LIMIT=70] -->
2297    <string name="system_multitasking_move_to_next_display">Move active window between displays</string>
2298    <!-- User visible title for the keyboard shortcut that snaps a task to the left in desktop mode [CHAR LIMIT=70] -->
2299    <string name="system_desktop_mode_snap_left_window">Move window to the left</string>
2300    <!-- User visible title for the keyboard shortcut that snaps a task to the right in desktop mode [CHAR LIMIT=70] -->
2301    <string name="system_desktop_mode_snap_right_window">Move window to the right</string>
2302    <!-- User visible title for the keyboard shortcut that toggles between maximizing and restoring a task's previous bounds in desktop mode [CHAR LIMIT=70] -->
2303    <string name="system_desktop_mode_toggle_maximize_window">Maximize window</string>
2304    <!-- User visible title for the keyboard shortcut that minimizes a task in desktop mode [CHAR LIMIT=70] -->
2305    <string name="system_desktop_mode_minimize_window">Minimize window</string>
2306
2307    <!-- User visible title for the input keyboard shortcuts list. [CHAR LIMIT=70] -->
2308    <string name="keyboard_shortcut_group_input">Input</string>
2309    <!-- User visible title for the keyboard shortcut that switches input language (next language). [CHAR LIMIT=70] -->
2310    <string name="input_switch_input_language_next">Switch to next language</string>
2311    <!-- User visible title for the keyboard shortcut that switches input language (previous language). [CHAR LIMIT=70] -->
2312    <string name="input_switch_input_language_previous">Switch to previous language</string>
2313    <!-- User visible title for the keyboard shortcut that accesses emoji. [CHAR LIMIT=70] -->
2314    <string name="input_access_emoji">Access emoji</string>
2315    <!-- User visible title for the keyboard shortcut that accesses voice typing. [CHAR LIMIT=70] -->
2316    <string name="input_access_voice_typing">Access voice typing</string>
2317
2318    <!-- User visible title for the system-wide applications keyboard shortcuts list. [CHAR LIMIT=70] -->
2319    <string name="keyboard_shortcut_group_applications">Applications</string>
2320    <!-- User visible title for the keyboard shortcut that takes the user to the assistant app. [CHAR LIMIT=70] -->
2321    <string name="keyboard_shortcut_group_applications_assist">Assistant</string>
2322    <!-- User visible title for the keyboard shortcut that takes the user to the browser app. [CHAR LIMIT=70] -->
2323    <string name="keyboard_shortcut_group_applications_browser">Browser</string>
2324    <!-- User visible title for the keyboard shortcut that takes the user to the contacts app. [CHAR LIMIT=70] -->
2325    <string name="keyboard_shortcut_group_applications_contacts">Contacts</string>
2326    <!-- User visible title for the keyboard shortcut that takes the user to the email app. [CHAR LIMIT=70] -->
2327    <string name="keyboard_shortcut_group_applications_email">Email</string>
2328    <!-- User visible title for the keyboard shortcut that takes the user to the SMS messaging app. [CHAR LIMIT=70] -->
2329    <string name="keyboard_shortcut_group_applications_sms">SMS</string>
2330    <!-- User visible title for the keyboard shortcut that takes the user to the music app. [CHAR LIMIT=70] -->
2331    <string name="keyboard_shortcut_group_applications_music">Music</string>
2332    <!-- User visible title for the keyboard shortcut that takes the user to the calendar app. [CHAR LIMIT=70] -->
2333    <string name="keyboard_shortcut_group_applications_calendar">Calendar</string>
2334    <!-- User visible title for the keyboard shortcut that takes the user to the calculator app. [CHAR LIMIT=70] -->
2335    <string name="keyboard_shortcut_group_applications_calculator">Calculator</string>
2336    <!-- User visible title for the keyboard shortcut that takes the user to the maps app. [CHAR LIMIT=70] -->
2337    <string name="keyboard_shortcut_group_applications_maps">Maps</string>
2338
2339    <!-- SysUI Tuner: Label for screen about do not disturb settings [CHAR LIMIT=60] -->
2340    <string name="volume_and_do_not_disturb">Do Not Disturb</string>
2341
2342    <!-- SysUI Tuner: Switch to control whether volume buttons enter/exit do
2343         not disturb [CHAR LIMIT=60] -->
2344    <string name="volume_dnd_silent">Volume buttons shortcut</string>
2345
2346    <!-- Name of the battery icon in status bar [CHAR LIMIT=30] -->
2347    <string name="battery">Battery</string>
2348
2349    <!-- Name of the headset in status bar [CHAR LIMIT=30] -->
2350    <string name="headset">Headset</string>
2351
2352    <!-- Accessibility description for long click on a quick settings tile - this is used in the
2353         context of the sentence "double tap and hold to _Open settings_" [CHAR LIMIT=NONE] -->
2354    <string name="accessibility_long_click_tile">Open settings</string>
2355
2356    <!-- Accessibility description of headphones icon [CHAR LIMIT=NONE] -->
2357    <string name="accessibility_status_bar_headphones">Headphones connected</string>
2358
2359    <!-- Accessibility description of headset icon [CHAR LIMIT=NONE] -->
2360    <string name="accessibility_status_bar_headset">Headset connected</string>
2361
2362    <!-- Label for quick settings tile for data saver [CHAR LIMIT=30] -->
2363    <string name="data_saver">Data Saver</string>
2364
2365    <!-- Accessibility description for data saver being on [CHAR LIMIT=NONE] -->
2366    <string name="accessibility_data_saver_on">Data Saver is on</string>
2367
2368    <!-- Accessibility description for data saver being off [CHAR LIMIT=NONE] -->
2369
2370    <!-- Label for feature switch [CHAR LIMIT=30] -->
2371    <string name="switch_bar_on">On</string>
2372
2373    <!-- Label for feature switch [CHAR LIMIT=30] -->
2374    <string name="switch_bar_off">Off</string>
2375
2376    <!-- The tile in quick settings is unavailable. [CHAR LIMIT=32] -->
2377    <string name="tile_unavailable">Unavailable</string>
2378
2379    <!-- Accessibility text for the click action on a tile that is disabled by policy. This will
2380         be used following "Double-tap to..." [CHAR LIMIT=NONE] -->
2381    <string name="accessibility_tile_disabled_by_policy_action_description">learn more</string>
2382
2383    <!-- SysUI Tuner: Button that leads to the navigation bar customization screen [CHAR LIMIT=60] -->
2384    <string name="nav_bar">Navigation bar</string>
2385
2386    <!-- Label for navigation edge panel for gestures [CHAR LIMIT=60] -->
2387    <string name="nav_bar_edge_panel" translatable="false">Navigation bar Edge Panel</string>
2388
2389    <!-- SysUI Tuner: Button that controls layout of navigation bar [CHAR LIMIT=60] -->
2390    <string name="nav_bar_layout">Layout</string>
2391
2392    <!-- SysUI Tuner: Setting for button type in nav bar [CHAR LIMIT=60] -->
2393    <string name="left_nav_bar_button_type">Extra left button type</string>
2394
2395    <!-- SysUI Tuner: Setting for button type in nav bar [CHAR LIMIT=60] -->
2396    <string name="right_nav_bar_button_type">Extra right button type</string>
2397
2398    <!-- SysUI Tuner: Labels for different types of navigation bar buttons [CHAR LIMIT=60] -->
2399    <string-array name="nav_bar_buttons">
2400        <item>Clipboard</item>
2401        <item>Keycode</item>
2402        <item>Rotate confirm, keyboard switcher</item>
2403        <item>None</item>
2404    </string-array>
2405    <string-array name="nav_bar_button_values" translatable="false">
2406        <item>clipboard</item>
2407        <item>key</item>
2408        <item>menu_ime</item>
2409        <item>space</item>
2410    </string-array>
2411
2412    <!-- SysUI Tuner: Labels for different types of navigation bar layouts [CHAR LIMIT=60] -->
2413    <string-array name="nav_bar_layouts">
2414        <item>Normal</item>
2415        <item>Compact</item>
2416        <item>Left-leaning</item>
2417        <item>Right-leaning</item>
2418    </string-array>
2419
2420    <string-array name="nav_bar_layouts_values" translatable="false">
2421        <item>default</item>
2422        <item>left;back,home,recent;right</item>
2423        <item>left,back,home,recent,right;space;space</item>
2424        <item>space;space;left,back,home,recent,right</item>
2425    </string-array>
2426
2427    <!-- SysUI Tuner: Save the current settings [CHAR LIMIT=30] -->
2428    <string name="save">Save</string>
2429    <!-- SysUI Tuner: Reset to default settings [CHAR LIMIT=30] -->
2430    <string name="reset">Reset</string>
2431
2432    <!-- SysUI Tuner: Nav bar button that holds the clipboard [CHAR LIMIT=30] -->
2433    <string name="clipboard">Clipboard</string>
2434
2435    <!-- SysUI Tuner: Accessibility description for custom nav key [CHAR LIMIT=NONE] -->
2436    <string name="accessibility_key">Custom navigation button</string>
2437
2438    <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
2439    <string name="left_keycode">Left keycode</string>
2440
2441    <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
2442    <string name="right_keycode">Right keycode</string>
2443
2444    <!-- SysUI Tuner: Settings to change nav bar icon [CHAR LIMIT=30] -->
2445    <string name="left_icon">Left icon</string>
2446
2447    <!-- SysUI Tuner: Settings to change nav bar icon [CHAR LIMIT=30] -->
2448    <string name="right_icon">Right icon</string>
2449
2450    <!-- Label for area where tiles can be dragged out of [CHAR LIMIT=60] -->
2451    <string name="drag_to_add_tiles">Hold and drag to add tiles</string>
2452
2453    <!-- Label for header of customize QS [CHAR LIMIT=60] -->
2454    <string name="drag_to_rearrange_tiles">Hold and drag to rearrange tiles</string>
2455
2456    <!-- Label for area where tiles can be dragged in to [CHAR LIMIT=60] -->
2457    <string name="drag_to_remove_tiles">Drag here to remove</string>
2458
2459    <!-- Label to indicate to users that additional tiles cannot be removed. [CHAR LIMIT=60] -->
2460    <string name="drag_to_remove_disabled">You need at least <xliff:g id="min_num_tiles" example="6">%1$d</xliff:g> tiles</string>
2461
2462    <!-- Button to edit the tile ordering of quick settings [CHAR LIMIT=60] -->
2463    <string name="qs_edit">Edit</string>
2464
2465    <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
2466    <string name="tuner_time">Time</string>
2467
2468    <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
2469    <string-array name="clock_options">
2470        <item>Show hours, minutes, and seconds</item>
2471        <item>Show hours and minutes (default)</item>
2472        <item>Don\'t show this icon</item>
2473    </string-array>
2474
2475    <!-- SysUI Tuner: Options for how battery is displayed [CHAR LIMIT=NONE] -->
2476    <string-array name="battery_options">
2477        <item>Always show percentage</item>
2478        <item>Show percentage when charging (default)</item>
2479        <item>Don\'t show this icon</item>
2480    </string-array>
2481
2482    <!-- SysUI Tuner: Switch for showing low-priority notification icons in status bar [CHAR LIMIT=NONE] -->
2483    <string name="tuner_low_priority">Show low-priority notification icons</string>
2484
2485    <!-- SysUI Tuner: Other section -->
2486    <string name="other">Other</string>
2487
2488    <!-- Accessibility description of action to remove QS tile on click. It will read as "Double-tap to remove tile" in screen readers [CHAR LIMIT=NONE] -->
2489    <string name="accessibility_qs_edit_remove_tile_action">remove tile</string>
2490
2491    <!-- Accessibility action of action to add QS tile to end. It will read as "Double-tap to add tile to end" in screen readers [CHAR LIMIT=NONE] -->
2492    <string name="accessibility_qs_edit_tile_add_action">add tile to end</string>
2493
2494    <!-- Accessibility action for context menu to move QS tile [CHAR LIMIT=NONE] -->
2495    <string name="accessibility_qs_edit_tile_start_move">Move tile</string>
2496
2497    <!-- Accessibility action for context menu to add QS tile [CHAR LIMIT=NONE] -->
2498    <string name="accessibility_qs_edit_tile_start_add">Add tile</string>
2499
2500    <!-- Accessibility description when QS tile is to be moved, indicating the destination position [CHAR LIMIT=NONE] -->
2501    <string name="accessibility_qs_edit_tile_move_to_position">Move to <xliff:g id="position" example="5">%1$d</xliff:g></string>
2502
2503    <!-- Accessibility description when QS tile is to be added, indicating the destination position [CHAR LIMIT=NONE] -->
2504    <string name="accessibility_qs_edit_tile_add_to_position">Add to position <xliff:g id="position" example="5">%1$d</xliff:g></string>
2505
2506    <!-- Accessibility description when QS tile would be added or moved, but the current position is not valid for adding or moving to [CHAR LIMIT=NONE] -->
2507    <string name="accessibilit_qs_edit_tile_add_move_invalid_position">Position invalid.</string>
2508
2509    <!-- Accessibility description indicating the currently selected tile's position. Only used for tiles that are currently in use [CHAR LIMIT=NONE] -->
2510    <string name="accessibility_qs_edit_position">Position <xliff:g id="position" example="5">%1$d</xliff:g></string>
2511
2512    <!-- Accessibility announcement after a tile has been added [CHAR LIMIT=NONE] -->
2513    <string name="accessibility_qs_edit_tile_added">Tile added</string>
2514
2515    <!-- Accessibility announcement after a tile has been added [CHAR LIMIT=NONE] -->
2516    <string name="accessibility_qs_edit_tile_removed">Tile removed</string>
2517
2518    <!-- Accessibility label for window when QS editing is happening [CHAR LIMIT=NONE] -->
2519    <string name="accessibility_desc_quick_settings_edit">Quick settings editor.</string>
2520
2521    <!-- Accessibility label for the notification icons in the collapsed status bar. Not shown on screen [CHAR LIMIT=NONE] -->
2522    <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>
2523
2524    <!-- Label for button that reports a touch that was wrongly rejected by the lockscreen. For debugging only. [CHAR LIMIT=NONE] -->
2525    <string name="report_rejected_touch" translatable="false">Report rejected touch</string>
2526
2527    <!-- accessibility label for button to open settings [CHAR LIMIT=NONE] -->
2528    <string name="accessibility_quick_settings_settings">Open settings.</string>
2529
2530    <!-- accessibility label for button to expand quick settings [CHAR LIMIT=NONE] -->
2531    <string name="accessibility_quick_settings_expand">Open quick settings.</string>
2532
2533    <!-- accessibility label for button to collapse quick settings [CHAR LIMIT=NONE] -->
2534    <string name="accessibility_quick_settings_collapse">Close quick settings.</string>
2535
2536    <!-- accessibility label for alarm icon [CHAR LIMIT=NONE] -->
2537
2538    <!-- accessibility label for button to select user [CHAR LIMIT=NONE] -->
2539    <string name="accessibility_quick_settings_user">Signed in as <xliff:g name="user" example="John">%s</xliff:g></string>
2540
2541    <!-- Accessibility description (not shown on the screen) of action to open user switcher when the multi-user icon is clicked. It will read as "Double-tap to choose user" in screen readers [CHAR LIMIT=NONE] -->
2542    <string name="accessibility_quick_settings_choose_user_action">choose user</string>
2543
2544    <!-- Content description for no internet connection [CHAR LIMIT=NONE] -->
2545    <string name="data_connection_no_internet">No internet</string>
2546
2547    <!-- accessibility label for quick settings items that open a details page [CHAR LIMIT=NONE] -->
2548    <string name="accessibility_quick_settings_open_settings">Open <xliff:g name="page" example="Bluetooth">%s</xliff:g> settings.</string>
2549
2550    <!-- accessibility label for button to edit quick settings [CHAR LIMIT=NONE] -->
2551    <string name="accessibility_quick_settings_edit">Edit order of settings.</string>
2552
2553    <!-- accessibility label for button to open power menu [CHAR LIMIT=NONE] -->
2554    <string name="accessibility_quick_settings_power_menu">Power menu</string>
2555
2556    <!-- accessibility label for paging indicator in quick settings [CHAR LIMITi=NONE] -->
2557    <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>
2558
2559    <!-- Plugin control section of the tuner. Non-translatable since it should
2560         not appear on production builds ever. -->
2561    <string name="plugins" translatable="false">Plugins</string>
2562
2563    <!-- Ambient display section of the tuner. Non-translatable since it should
2564        not appear on production builds ever. -->
2565    <string name="tuner_doze" translatable="false">Ambient Display</string>
2566
2567    <!-- Ambient display always-on of the tuner. Non-translatable since it should
2568        not appear on production builds ever. -->
2569    <string name="tuner_doze_always_on" translatable="false">Always on</string>
2570
2571    <!-- SysUI Tuner: Section to customize lockscreen shortcuts [CHAR LIMIT=60] -->
2572    <string name="tuner_lock_screen">Lock screen</string>
2573
2574    <!-- Tuner string -->
2575    <!-- Tuner string -->
2576    <!-- Tuner string -->
2577
2578    <!-- Message shown during shutdown when Find My Device with Dead Battery Finder is active  [CHAR LIMIT=300] -->
2579    <string name="finder_active">You can locate this phone with Find My Device even when powered off</string>
2580    <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. [CHAR LIMIT=60] -->
2581    <string name="shutdown_progress">Shutting down\u2026</string>
2582
2583    <!-- Text help link for care instructions for overheating devices [CHAR LIMIT=40] -->
2584    <string name="thermal_shutdown_dialog_help_text">See care steps</string>
2585    <!-- URL for care instructions for overheating devices -->
2586    <string name="thermal_shutdown_dialog_help_url" translatable="false"></string>
2587
2588    <!-- Text help link for care instructions for overheating devices [CHAR LIMIT=40] -->
2589    <string name="high_temp_dialog_help_text">See care steps</string>
2590    <!-- URL for care instructions for overheating devices -->
2591    <string name="high_temp_dialog_help_url" translatable="false"></string>
2592
2593    <!-- Title for alarm dialog alerting user the usb charger or accessorry has reached a certain temperature that should unplug the device immediately. [CHAR LIMIT=30] -->
2594    <string name="high_temp_alarm_title">Unplug your device</string>
2595    <!-- Text body for dialog alerting user the usb charger or accessorry has reached a certain temperature that should unplug the device immediately. [CHAR LIMIT=300] -->
2596    <string name="high_temp_alarm_notify_message">Your device is getting warm near the charging port. If it\u2019s connected to a charger or USB accessory, unplug it, and take care as the cable may also be warm.</string>
2597    <!-- Text for See care steps button [CHAR LIMIT=300] -->
2598    <string name="high_temp_alarm_help_care_steps">See care steps</string>
2599    <!-- Text link directs to usb overheat help page. -->
2600    <string name="high_temp_alarm_help_url" translatable="false">help_uri_usb_warm</string>
2601
2602    <!-- SysUI Tuner: Button to select lock screen shortcut [CHAR LIMIT=60] -->
2603    <string name="lockscreen_shortcut_left">Left shortcut</string>
2604
2605    <!-- SysUI Tuner: Button to select lock screen shortcut [CHAR LIMIT=60] -->
2606    <string name="lockscreen_shortcut_right">Right shortcut</string>
2607
2608    <!-- SysUI Tuner: Switch to control if device gets unlocked by left shortcut [CHAR LIMIT=60] -->
2609    <string name="lockscreen_unlock_left">Left shortcut also unlocks</string>
2610
2611    <!-- SysUI Tuner: Switch to control if device gets unlocked by right shortcut [CHAR LIMIT=60] -->
2612    <string name="lockscreen_unlock_right">Right shortcut also unlocks</string>
2613
2614    <!-- SysUI Tuner: Summary of no shortcut being selected [CHAR LIMIT=60] -->
2615    <string name="lockscreen_none">None</string>
2616
2617    <!-- ClockId to use when none is set by user -->
2618    <string name="lockscreen_clock_id_fallback" translatable="false">DEFAULT</string>
2619
2620    <!-- SysUI Tuner: Format string for describing launching an app [CHAR LIMIT=60] -->
2621    <string name="tuner_launch_app">Launch <xliff:g id="app" example="Settings">%1$s</xliff:g></string>
2622
2623    <!-- SysUI Tuner: Label for section of other apps that can be launched [CHAR LIMIT=60] -->
2624    <string name="tuner_other_apps">Other apps</string>
2625
2626    <!-- SysUI Tuner: Label for icon shaped like a circle [CHAR LIMIT=60] -->
2627    <string name="tuner_circle">Circle</string>
2628
2629    <!-- SysUI Tuner: Label for icon shaped like a plus [CHAR LIMIT=60] -->
2630    <string name="tuner_plus">Plus</string>
2631
2632    <!-- SysUI Tuner: Label for icon shaped like a minus [CHAR LIMIT=60] -->
2633    <string name="tuner_minus">Minus</string>
2634
2635    <!-- SysUI Tuner: Label for icon shaped like a left [CHAR LIMIT=60] -->
2636    <string name="tuner_left">Left</string>
2637
2638    <!-- SysUI Tuner: Label for icon shaped like a right [CHAR LIMIT=60] -->
2639    <string name="tuner_right">Right</string>
2640
2641    <!-- SysUI Tuner: Label for icon shaped like a menu [CHAR LIMIT=60] -->
2642    <string name="tuner_menu">Menu</string>
2643
2644    <!-- SysUI Tuner: App subheading for shortcut selection [CHAR LIMIT=60] -->
2645    <string name="tuner_app"><xliff:g id="app">%1$s</xliff:g> app</string>
2646
2647    <!-- Title for the notification channel containing important alerts. [CHAR LIMIT=NONE] -->
2648    <string name="notification_channel_alerts">Alerts</string>
2649    <!-- Title for the notification channel for battery warnings (i.e. < 15%). [CHAR LIMIT=NONE] -->
2650    <string name="notification_channel_battery">Battery</string>
2651    <!-- Title for the notification channel dedicated to screenshot progress. [CHAR LIMIT=NONE] -->
2652    <string name="notification_channel_screenshot">Screenshots</string>
2653    <!-- Title for the notification channel for instant app notices. [CHAR LIMIT=NONE] -->
2654    <string name="notification_channel_instant">Instant Apps</string>
2655    <!-- Title for the notification channel for setup notices. [CHAR LIMIT=NONE] -->
2656    <string name="notification_channel_setup">Setup</string>
2657    <!-- Title for the notification channel for problems with storage (i.e. low disk). [CHAR LIMIT=NONE] -->
2658    <string name="notification_channel_storage">Storage</string>
2659    <!-- Title for the notification channel for hints and suggestions. [CHAR LIMIT=NONE] -->
2660    <string name="notification_channel_hints">Hints</string>
2661    <!-- Title for the notification channel for accessibility related (i.e. accessibility floating menu). [CHAR LIMIT=NONE] -->
2662    <string name="notification_channel_accessibility">Accessibility</string>
2663
2664    <!-- App label of the instant apps notification [CHAR LIMIT=60] -->
2665    <string name="instant_apps">Instant Apps</string>
2666
2667    <!-- Title of notification indicating that an instant app is running. [CHAR LIMIT=60] -->
2668    <string name="instant_apps_title"><xliff:g id="app" example="Gmail">%1$s</xliff:g> running</string>
2669
2670    <!-- Message of the instant apps notification indicating they don't need install. [CHAR LIMIT=NONE] -->
2671    <string name="instant_apps_message">App opened without being installed.</string>
2672
2673    <!-- Message of the instant apps notification indicating they don't need install, plus a link to more information. [CHAR LIMIT=NONE] -->
2674    <string name="instant_apps_message_with_help">App opened without being installed. Tap to learn more.</string>
2675
2676    <!-- URL of the webpage that explains instant apps. -->
2677    <string name="instant_apps_help_url" translatable="false"></string>
2678
2679    <!-- Action label for launching app info on the specified app [CHAR LIMIT=20] -->
2680    <string name="app_info">App info</string>
2681
2682    <!-- Action label for switching to a browser for an instant app [CHAR LIMIT=20] -->
2683    <string name="go_to_web">Go to browser</string>
2684
2685    <!-- Quick settings tile for toggling mobile data [CHAR LIMIT=20] -->
2686    <string name="mobile_data">Mobile data</string>
2687
2688    <!-- Quick settings tile secondary label format combining roaming with the mobile data type. [CHAR LIMIT=NONE] -->
2689    <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>
2690
2691    <!-- Quick settings tile secondary label format combining carrier name with the mobile data tye. [CHAR LIMIT=NONE] -->
2692    <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>
2693
2694    <!-- Label for when wifi is off in QS detail panel [CHAR LIMIT=NONE] -->
2695    <string name="wifi_is_off">Wi-Fi is off</string>
2696
2697    <!-- Label for when bluetooth is off in QS detail panel [CHAR LIMIT=NONE] -->
2698    <string name="bt_is_off">Bluetooth is off</string>
2699
2700    <!-- Label for when Do not disturb is off in QS detail panel [CHAR LIMIT=NONE] -->
2701    <string name="dnd_is_off">Do Not Disturb is off</string>
2702
2703    <!-- Label for when Do not disturb is on in lockscreen quick affordance [CHAR LIMIT=NONE] -->
2704    <string name="dnd_is_on">Do Not Disturb is on</string>
2705
2706    <!-- Prompt for when Do not disturb is on from automatic rule in QS [CHAR LIMIT=NONE] -->
2707    <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>
2708
2709    <!-- Prompt for when Do not disturb is on from app in QS [CHAR LIMIT=NONE] -->
2710    <string name="qs_dnd_prompt_app">Do Not Disturb was turned on by an app (<xliff:g name="app">%s</xliff:g>).</string>
2711
2712    <!-- Prompt for when Do not disturb is on from automatic rule or app in QS [CHAR LIMIT=NONE] -->
2713    <string name="qs_dnd_prompt_auto_rule_app">Do Not Disturb was turned on by an automatic rule or app.</string>
2714
2715    <!-- Title of the "running foreground services" dialog. [CHAR LIMIT=NONE] -->
2716    <string name="running_foreground_services_title">Apps running in background</string>
2717
2718    <!-- Descriptive text of an item in the "running foreground services" dialog, telling the
2719        user what will happen when they tap on that item (which is an application that has
2720        been identified for them as running). [CHAR LIMIT=NONE] -->
2721    <string name="running_foreground_services_msg">Tap for details on battery and data usage</string>
2722
2723    <!-- Title of the dialog to turn off data usage [CHAR LIMIT=NONE] -->
2724    <string name="mobile_data_disable_title">Turn off mobile data?</string>
2725
2726    <!-- Message body of the dialog to turn off data usage [CHAR LIMIT=NONE] -->
2727    <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>
2728
2729    <!-- 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] -->
2730    <string name="mobile_data_disable_message_default_carrier">your carrier</string>
2731
2732    <!-- Title of the dialog to turn off data usage [CHAR LIMIT=NONE] -->
2733    <string name="auto_data_switch_disable_title">Switch back to <xliff:g id="carrier" example="T-Mobile">%s</xliff:g>?</string>
2734    <!-- Message body of the dialog to turn off data usage [CHAR LIMIT=NONE] -->
2735    <string name="auto_data_switch_disable_message">Mobile data won\’t automatically switch based on availability</string>
2736    <!-- Negative button title of the quick settings switch back to DDS dialog [CHAR LIMIT=NONE] -->
2737    <string name="auto_data_switch_dialog_negative_button">No thanks</string>
2738    <!-- Positive button title of the quick settings switch back to DDS dialog [CHAR LIMIT=NONE] -->
2739    <string name="auto_data_switch_dialog_positive_button">Yes, switch</string>
2740
2741    <!-- Warning shown when user input has been blocked due to another app overlaying screen
2742     content. Since we don't know what the app is showing on top of the input target, we
2743     can't verify user consent. [CHAR LIMIT=NONE] -->
2744    <string name="touch_filtered_warning">Because an app is obscuring a permission request, Settings
2745        can’t verify your response.</string>
2746
2747    <!-- Title of prompt requesting access to display slices [CHAR LIMIT=NONE] -->
2748    <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>
2749
2750    <!-- Description of what kind of access is given to a slice host [CHAR LIMIT=NONE] -->
2751    <string name="slice_permission_text_1"> - It can read information from <xliff:g id="app" example="Example App">%1$s</xliff:g></string>
2752    <!-- Description of what kind of access is given to a slice host [CHAR LIMIT=NONE] -->
2753    <string name="slice_permission_text_2"> - It can take actions inside <xliff:g id="app" example="Example App">%1$s</xliff:g></string>
2754
2755    <!-- Text on checkbox allowing the app to show slices from all apps [CHAR LIMIT=NONE] -->
2756    <string name="slice_permission_checkbox">Allow <xliff:g id="app" example="Example App">%1$s</xliff:g> to show slices from any app</string>
2757
2758    <!-- Option to grant the slice permission request on the screen [CHAR LIMIT=15] -->
2759    <string name="slice_permission_allow">Allow</string>
2760
2761    <!-- Option to grant the slice permission request on the screen [CHAR LIMIT=15] -->
2762    <string name="slice_permission_deny">Deny</string>
2763
2764    <!-- List of packages for which we don't want to show recents onboarding, add into overlay as needed. -->
2765
2766    <!-- The title of the notification to suggest enabling automatic battery saver.  [CHAR LIMIT=NONE]-->
2767    <string name="auto_saver_title">Tap to schedule Battery Saver</string>
2768
2769    <!-- The content of the notification to suggest enabling automatic battery saver.  [CHAR LIMIT=NONE]-->
2770    <string name="auto_saver_text">Turn on when battery is likely to run out</string>
2771
2772    <!-- An action on the notification to suggest enabling automatic battery saver: Do not turn on automatic battery saver.  [CHAR LIMIT=NONE]-->
2773    <string name="no_auto_saver_action">No thanks</string>
2774
2775    <!-- The title of the dialog that tells that scheduled (i.e. automatic) battery saver has been turned on. [CHAR LIMIT=NONE]-->
2776
2777    <!-- The content of the dialog that tells that scheduled (i.e. automatic) battery saver has been turned on. [CHAR LIMIT=NONE]-->
2778
2779    <!-- An action on the dialog that tells that scheduled (i.e. automatic) battery saver: open the battery saver setting.  [CHAR LIMIT=NONE]-->
2780
2781    <!-- An action on the dialog that tells that scheduled (i.e. automatic) battery saver: user acknowledges and closes the dialog.  [CHAR LIMIT=NONE]-->
2782
2783    <!-- URl of the webpage that explains battery saver. -->
2784    <string name="help_uri_battery_saver_learn_more_link_target" translatable="false"></string>
2785
2786    <!-- Title for the privacy indicators dialog, only appears as part of a11y descriptions [CHAR LIMIT=NONE] -->
2787    <string name="ongoing_privacy_dialog_a11y_title">In use</string>
2788
2789    <!-- Content description for ongoing privacy chip. Use with multiple apps [CHAR LIMIT=NONE]-->
2790    <string name="ongoing_privacy_chip_content_multiple_apps">Applications are using your <xliff:g id="types_list" example="camera, location">%s</xliff:g>.</string>
2791
2792    <!-- Separator for types. Include spaces before and after if needed [CHAR LIMIT=10] -->
2793    <string name="ongoing_privacy_dialog_separator">,\u0020</string>
2794
2795    <!-- Separator for types, before last type. Include spaces before and after if needed [CHAR LIMIT=10] -->
2796    <string name="ongoing_privacy_dialog_last_separator">\u0020and\u0020</string>
2797
2798    <!-- Text for privacy dialog, using sensitive app op (one of camera, location, microphone) right now [CHAR LIMIT=NONE] -->
2799    <string name="ongoing_privacy_dialog_using_op">Being used by <xliff:g id="application_name" example="Photos">%1$s</xliff:g></string>
2800
2801    <!-- Text for privacy dialog, recently used sensitive app op (one of camera, location, microphone) [CHAR LIMIT=NONE] -->
2802    <string name="ongoing_privacy_dialog_recent_op">Recently used by <xliff:g id="application_name" example="Photos">%1$s</xliff:g></string>
2803
2804    <!-- Text for privacy dialog, indicating that the application is the enterprise version [CHAR LIMIT=NONE] -->
2805    <string name="ongoing_privacy_dialog_enterprise">(work)</string>
2806
2807    <!-- Text for privacy dialog, identifying the phone call app [CHAR LIMIT=NONE]-->
2808    <string name="ongoing_privacy_dialog_phonecall">Phone call</string>
2809
2810    <!-- Text for privacy dialog, indicating that an app (or multiple) is using an op on behalf of another [CHAR LIMIT=NONE] -->
2811    <string name="ongoing_privacy_dialog_attribution_text">(through <xliff:g id="application name(s)" example="Maps, and Assistant">%s</xliff:g>)</string>
2812
2813    <!-- Text for privacy dialog, displaying just the subattribution label [CHAR LIMIT=NONE] -->
2814    <string name="ongoing_privacy_dialog_attribution_label">(<xliff:g id="attribution_label" example="For Wallet">%s</xliff:g>)</string>
2815
2816    <!-- Text for privacy dialog, displaying both subattribution and proxy label [CHAR LIMIT=NONE] -->
2817    <string name="ongoing_privacy_dialog_attribution_proxy_label">(<xliff:g id="attribution_label" example="For Wallet">%1$s</xliff:g>  \u2022 <xliff:g id="proxy_label" example="Maps, and Assistant">%2$s</xliff:g>)</string>
2818
2819    <!-- Text for camera app op [CHAR LIMIT=20]-->
2820    <string name="privacy_type_camera">camera</string>
2821
2822    <!-- Text for location app op [CHAR LIMIT=20]-->
2823    <string name="privacy_type_location">location</string>
2824
2825    <!-- Text for microphone app op [CHAR LIMIT=20]-->
2826    <string name="privacy_type_microphone">microphone</string>
2827
2828    <!-- Text for media projection privacy type [CHAR LIMIT=20]-->
2829    <string name="privacy_type_media_projection">screen recording</string>
2830
2831    <!-- What to show on the ambient display player when song doesn't have a title. [CHAR LIMIT=20] -->
2832    <string name="music_controls_no_title">No title</string>
2833
2834    <!-- Title of the overlay warning the user to interact with the device or it will go to sleep. [CHAR LIMIT=25] -->
2835    <string name="inattentive_sleep_warning_title">Standby</string>
2836
2837    <!-- Font scaling -->
2838    <!-- Font scaling: Quick Settings dialog title [CHAR LIMIT=30] -->
2839    <string name="font_scaling_dialog_title">Font Size</string>
2840    <!-- Content Description for the icon button to make fonts smaller. [CHAR LIMIT=30] -->
2841    <string name="font_scaling_smaller">Make smaller</string>
2842    <!-- Content Description for the icon button to make fonts larger. [CHAR LIMIT=30] -->
2843    <string name="font_scaling_larger">Make larger</string>
2844
2845    <!-- Window Magnification strings -->
2846    <!-- Title for Magnification Window [CHAR LIMIT=NONE] -->
2847    <string name="magnification_window_title">Magnification Window</string>
2848    <!-- Title for Magnification Controls Window [CHAR LIMIT=NONE] -->
2849    <string name="magnification_controls_title">Magnification Window Controls</string>
2850    <!-- Action in accessibility menu to zoom in content of the magnification window. [CHAR LIMIT=30] -->
2851    <string name="accessibility_control_zoom_in">Zoom in</string>
2852    <!-- Action in accessibility menu to zoom out content of the magnification window. [CHAR LIMIT=30] -->
2853    <string name="accessibility_control_zoom_out">Zoom out</string>
2854    <!-- Action in accessibility menu to move the magnification window up. [CHAR LIMIT=30] -->
2855    <string name="accessibility_control_move_up">Move up</string>
2856    <!-- Action in accessibility menu to move the magnification window down. [CHAR LIMIT=30] -->
2857    <string name="accessibility_control_move_down">Move down</string>
2858    <!-- Action in accessibility menu to move the magnification window left. [CHAR LIMIT=30] -->
2859    <string name="accessibility_control_move_left">Move left</string>
2860    <!-- Action in accessibility menu to move the magnification window right. [CHAR LIMIT=30] -->
2861    <string name="accessibility_control_move_right">Move right</string>
2862
2863    <!-- Action in accessibility menu to increase the magnification window width. [CHAR LIMIT=NONE] -->
2864    <string name="accessibility_control_increase_window_width">Increase width of magnifier</string>
2865    <!-- Action in accessibility menu to decrease the magnification window width. [CHAR LIMIT=NONE] -->
2866    <string name="accessibility_control_decrease_window_width">Decrease width of magnifier</string>
2867    <!-- Action in accessibility menu to increase the magnification window height. [CHAR LIMIT=NONE] -->
2868    <string name="accessibility_control_increase_window_height">Increase height of magnifier</string>
2869    <!-- Action in accessibility menu to decrease the magnification window height. [CHAR LIMIT=NONE] -->
2870    <string name="accessibility_control_decrease_window_height">Decrease height of magnifier</string>
2871
2872    <!-- Content description for magnification mode switch. [CHAR LIMIT=NONE] -->
2873    <string name="magnification_mode_switch_description">Magnification switch</string>
2874    <!-- A11y state description for magnification mode switch that device is in full-screen mode. [CHAR LIMIT=NONE] -->
2875    <string name="magnification_mode_switch_state_full_screen">Magnify full screen</string>
2876    <!-- A11y state description for magnification mode switch that device is in window mode. [CHAR LIMIT=NONE] -->
2877    <string name="magnification_mode_switch_state_window">Magnify part of screen</string>
2878    <!-- Click action label for magnification settings panel. [CHAR LIMIT=NONE] -->
2879    <string name="magnification_open_settings_click_label">Open magnification settings</string>
2880    <!-- Click action label for magnification settings panel. [CHAR LIMIT=NONE] -->
2881    <string name="magnification_close_settings_click_label">Close magnification settings</string>
2882    <!-- Click action label for exiting magnifier edit mode. [CHAR LIMIT=NONE] -->
2883    <string name="magnification_exit_edit_mode_click_label">Exit edit mode</string>
2884    <!-- Label of the corner of a rectangle that you can tap and drag to resize the magnification area. [CHAR LIMIT=NONE] -->
2885    <string name="magnification_drag_corner_to_resize">Drag corner to resize</string>
2886
2887    <!-- Title of the magnification option button allow diagonal scrolling [CHAR LIMIT=NONE]-->
2888    <string name="accessibility_allow_diagonal_scrolling">Allow diagonal scrolling</string>
2889    <!-- Title of the magnification option button Resize [CHAR LIMIT=NONE]-->
2890    <string name="accessibility_resize">Resize</string>
2891    <!-- Title of the magnification option button Change type [CHAR LIMIT=NONE]-->
2892    <string name="accessibility_change_magnification_type">Change magnification type</string>
2893    <!-- Title of the magnification option button End resizing [CHAR LIMIT=NONE]-->
2894    <string name="accessibility_magnification_end_resizing">End resizing</string>
2895
2896    <!-- Description of the window magnification Top handle [CHAR LIMIT=NONE]-->
2897    <string name="accessibility_magnification_top_handle">Top handle</string>
2898    <!-- Description of the window magnification Left handle [CHAR LIMIT=NONE]-->
2899    <string name="accessibility_magnification_left_handle">Left handle</string>
2900    <!-- Description of the window magnification Right handle [CHAR LIMIT=NONE]-->
2901    <string name="accessibility_magnification_right_handle">Right handle</string>
2902    <!-- Description of the window magnification Bottom handle [CHAR LIMIT=NONE]-->
2903    <string name="accessibility_magnification_bottom_handle">Bottom handle</string>
2904
2905    <!-- Description of the window magnification panel [CHAR LIMIT=NONE]-->
2906    <string name="accessibility_magnification_settings_panel_description">Magnification settings</string>
2907    <!-- Title of the window magnification panel option Magnifier size [CHAR LIMIT=NONE]-->
2908    <string name="accessibility_magnifier_size">Magnifier size</string>
2909    <!-- Title of the window magnification panel option Zoom [CHAR LIMIT=NONE]-->
2910    <string name="accessibility_magnification_zoom">Zoom</string>
2911    <!-- Click action label for magnification panel medium size [CHAR LIMIT=NONE]-->
2912    <string name="accessibility_magnification_medium">Medium</string>
2913    <!-- Click action label for magnification panel small size [CHAR LIMIT=NONE]-->
2914    <string name="accessibility_magnification_small">Small</string>
2915    <!-- Click action label for magnification panel large size [CHAR LIMIT=NONE]-->
2916    <string name="accessibility_magnification_large">Large</string>
2917    <!-- Click action label for magnification panel full screen size [CHAR LIMIT=NONE]-->
2918    <string name="accessibility_magnification_fullscreen">Full screen</string>
2919    <!-- Click action label for magnification panel Done [CHAR LIMIT=20]-->
2920    <string name="accessibility_magnification_done">Done</string>
2921    <!-- Click action label for edit magnification size [CHAR LIMIT=20]-->
2922    <string name="accessibility_magnifier_edit">Edit</string>
2923    <!-- Click action label for magnification panel settings [CHAR LIMIT=NONE]-->
2924    <string name="accessibility_magnification_magnifier_window_settings">Magnifier window settings</string>
2925
2926    <!-- Accessibility floating menu strings -->
2927    <!-- Message for the accessibility floating button migration tooltip. It shows when the user use gestural navigation then upgrade their system. It will tell the user they could customize or replace the floating button in Settings. [CHAR LIMIT=100] -->
2928    <string name="accessibility_floating_button_migration_tooltip">Tap to open accessibility features. Customize or replace this button in Settings.\n\n<annotation id="link">View settings</annotation></string>
2929    <!-- Message for the accessibility floating button docking tooltip. It shows when the user first time drag the button. It will tell the user about docking behavior. [CHAR LIMIT=70] -->
2930    <string name="accessibility_floating_button_docking_tooltip">Move button to the edge to hide it temporarily</string>
2931    <!-- Text for the undo action button of the message view of the accessibility floating menu to perform undo operation. [CHAR LIMIT=30]-->
2932    <string name="accessibility_floating_button_undo">Undo</string>
2933    <!-- Notification title shown when accessibility floating button is in hidden state. [CHAR LIMIT=NONE] -->
2934    <string name="accessibility_floating_button_hidden_notification_title">Accessibility button hidden</string>
2935    <!-- Notification content text to explain user can tap notification to bring back accessibility floating button. [CHAR LIMIT=NONE] -->
2936    <string name="accessibility_floating_button_hidden_notification_text">Tap to show accessibility button</string>
2937
2938    <!-- Text for the message view with undo action of the accessibility floating menu to show which feature shortcut was removed. [CHAR LIMIT=30]-->
2939    <string name="accessibility_floating_button_undo_message_label_text"><xliff:g id="feature name" example="Magnification">%s</xliff:g> shortcut removed</string>
2940    <!-- Text for the message view with undo action of the accessibility floating menu to show how many features shortcuts were removed. [CHAR LIMIT=30]-->
2941    <string name="accessibility_floating_button_undo_message_number_text">{count, plural,
2942        =1 {# shortcut removed}
2943        other {# shortcuts removed}
2944    }</string>
2945    <!-- Action in accessibility menu to move the accessibility floating button to the top left of the screen. [CHAR LIMIT=30] -->
2946    <string name="accessibility_floating_button_action_move_top_left">Move top left</string>
2947    <!-- Action in accessibility menu to move the accessibility floating button to the top right of the screen. [CHAR LIMIT=30] -->
2948    <string name="accessibility_floating_button_action_move_top_right">Move top right</string>
2949    <!-- Action in accessibility menu to move the accessibility floating button to the bottom left of the screen. [CHAR LIMIT=30]-->
2950    <string name="accessibility_floating_button_action_move_bottom_left">Move bottom left</string>
2951    <!-- Action in accessibility menu to move the accessibility floating button to the bottom right of the screen. [CHAR LIMIT=30]-->
2952    <string name="accessibility_floating_button_action_move_bottom_right">Move bottom right</string>
2953    <!-- Action in accessibility menu to move the accessibility floating button to the edge and hide it to half. [CHAR LIMIT=30]-->
2954    <string name="accessibility_floating_button_action_move_to_edge_and_hide_to_half">Move to edge and hide</string>
2955    <!-- Action in accessibility menu to move the accessibility floating button out the edge and show. [CHAR LIMIT=36]-->
2956    <string name="accessibility_floating_button_action_move_out_edge_and_show">Move out edge and show</string>
2957    <!-- Action in accessibility menu to remove the accessibility floating menu view on the screen. [CHAR LIMIT=36]-->
2958    <string name="accessibility_floating_button_action_remove_menu">Remove</string>
2959    <!-- Action in accessibility menu to toggle on/off the accessibility feature. [CHAR LIMIT=30]-->
2960    <string name="accessibility_floating_button_action_double_tap_to_toggle">toggle</string>
2961    <!-- Action in accessibility menu to open the shortcut edit menu" [CHAR LIMIT=30]-->
2962    <string name="accessibility_floating_button_action_edit">Edit</string>
2963
2964    <!-- Device Controls strings -->
2965    <!-- Device Controls, Quick Settings tile title [CHAR LIMIT=30] -->
2966    <string name="quick_controls_title">Device controls</string>
2967
2968    <!-- Controls management providers screen title [CHAR LIMIT=60]-->
2969    <string name="controls_providers_title">Choose app to add controls</string>
2970    <!-- Number of favorites for controls management screen [CHAR LIMIT=NONE]-->
2971    <string name="controls_number_of_favorites">{count, plural,
2972        =1 {# control added.}
2973        other {# controls added.}
2974    }</string>
2975
2976    <!-- Removed control in management screen [CHAR LIMIT=20] -->
2977    <string name="controls_removed">Removed</string>
2978
2979    <!-- Title for the dialog presented to the user to authorize this app to display a Device
2980         controls panel (embedded activity) instead of controls rendered by SystemUI [CHAR LIMIT=30] -->
2981    <string name="controls_panel_authorization_title">Add <xliff:g id="appName" example="My app">%s</xliff:g>?</string>
2982
2983    <!-- Shows in a dialog presented to the user to authorize this app to display a Device controls
2984         panel (embedded activity) instead of controls rendered by SystemUI [CHAR LIMIT=NONE] -->
2985    <string name="controls_panel_authorization"><xliff:g id="appName" example="My app">%s</xliff:g> can choose which controls and content show here.</string>
2986
2987    <!-- Shows in a dialog presented to the user to authorize this app removal from a Device
2988         controls panel [CHAR LIMIT=NONE] -->
2989    <string name="controls_panel_remove_app_authorization">Remove controls for <xliff:g example="My app" id="appName">%s</xliff:g>?</string>
2990
2991    <!-- a11y state description for a control that is currently favorited [CHAR LIMIT=NONE] -->
2992    <string name="accessibility_control_favorite">Favorited</string>
2993    <!-- a11y state description for a control that is currently favorited with its position [CHAR LIMIT=NONE] -->
2994    <string name="accessibility_control_favorite_position">Favorited, position <xliff:g id="number" example="1">%d</xliff:g></string>
2995    <!-- a11y state description for a control that is currently not favorited [CHAR LIMIT=NONE] -->
2996    <string name="accessibility_control_not_favorite">Unfavorited</string>
2997    <!-- a11y action to favorite a control. It will read as "Double-tap to favorite" in screen readers [CHAR LIMIT=NONE] -->
2998    <string name="accessibility_control_change_favorite">favorite</string>
2999    <!-- a11y action to unfavorite a control. It will read as "Double-tap to unfavorite" in screen readers [CHAR LIMIT=NONE] -->
3000    <string name="accessibility_control_change_unfavorite">unfavorite</string>
3001    <!-- a11y action to move a control to the position specified by the parameter [CHAR LIMIT=NONE] -->
3002    <string name="accessibility_control_move">Move to position <xliff:g id="number" example="1">%d</xliff:g></string>
3003
3004    <!-- Controls management controls screen default title [CHAR LIMIT=30] -->
3005    <string name="controls_favorite_default_title">Controls</string>
3006    <!-- Controls management controls screen subtitle [CHAR LIMIT=NONE] -->
3007    <string name="controls_favorite_subtitle">Choose device controls to access quickly</string>
3008    <!-- Controls management editing screen, user direction for rearranging controls [CHAR LIMIT=NONE] -->
3009    <string name="controls_favorite_rearrange">Hold &amp; drag to rearrange controls</string>
3010
3011    <!-- Controls management editing screen, text to indicate that all the favorites have been removed [CHAR LIMIT=NONE] -->
3012    <string name="controls_favorite_removed">All controls removed</string>
3013
3014    <!-- Controls management favorites screen, See other apps with changes made [CHAR LIMIT=NONE] -->
3015    <string name="controls_favorite_toast_no_changes">Changes not saved</string>
3016
3017    <!-- Controls management favorites screen. See other apps button [CHAR LIMIT=30] -->
3018    <string name="controls_favorite_see_other_apps">See other apps</string>
3019
3020    <!-- Controls management favorites screen. Rearrange controls button [CHAR LIMIT=30]-->
3021    <string name="controls_favorite_rearrange_button">Rearrange</string>
3022
3023    <!-- Controls management edit screen. Add controls button [CHAR LIMIT=30]-->
3024    <string name="controls_favorite_add_controls">Add controls</string>
3025
3026    <!-- Controls management edit screen. Return to editing button [CHAR LIMIT=30]-->
3027    <string name="controls_favorite_back_to_editing">Back to editing</string>
3028
3029    <!-- Controls management controls screen error on load message [CHAR LIMIT=NONE] -->
3030    <string name="controls_favorite_load_error">Controls could not be loaded. Check the <xliff:g id="app" example="System UI">%s</xliff:g> app to make sure that the app settings haven\u2019t changed.</string>
3031    <!-- Controls management controls screen no controls found on load message [CHAR LIMIT=NONE] -->
3032    <string name="controls_favorite_load_none">Compatible controls unavailable</string>
3033    <!-- Controls management controls screen header for Other zone [CHAR LIMIT=60] -->
3034    <string name="controls_favorite_other_zone_header">Other</string>
3035
3036    <!-- Controls dialog title [CHAR LIMIT=40] -->
3037    <string name="controls_dialog_title">Add to device controls</string>
3038    <!-- Controls dialog add to favorites [CHAR LIMIT=40] -->
3039    <string name="controls_dialog_ok">Add</string>
3040    <!-- Controls dialog remove app from a panel [CHAR LIMIT=40] -->
3041    <string name="controls_dialog_remove">Remove</string>
3042    <!-- Controls dialog message. Indicates app that suggested this control [CHAR LIMIT=NONE] -->
3043    <string name="controls_dialog_message">Suggested by <xliff:g id="app" example="System UI">%s</xliff:g></string>
3044    <!-- Controls tile secondary label when device is locked and user does not want access to controls from lockscreen [CHAR LIMIT=20] -->
3045    <string name="controls_tile_locked">Device locked</string>
3046
3047    <!-- Title of the dialog to show and control devices from lock screen [CHAR LIMIT=NONE] -->
3048    <string name="controls_settings_show_controls_dialog_title">Show and control devices from lock screen?</string>
3049    <!-- Message of the dialog to show and control devices from lock screen [CHAR LIMIT=NONE] -->
3050    <string name="controls_settings_show_controls_dialog_message">You can add controls for your external devices to the lock screen.\n\nYour device app may allow you to control some devices without unlocking your phone or tablet.\n\nYou can make changes any time in Settings.</string>
3051    <!-- Title of the dialog to control certain devices from lock screen without auth [CHAR LIMIT=NONE] -->
3052    <string name="controls_settings_trivial_controls_dialog_title">Control devices from lock screen?</string>
3053    <!-- Message of the dialog to control certain devices from lock screen without auth [CHAR LIMIT=NONE] -->
3054    <string name="controls_settings_trivial_controls_dialog_message">You can control some devices without unlocking your phone or tablet. Your device app determines which devices can be controlled in this way.</string>
3055    <!-- Neutral button title of the controls dialog [CHAR LIMIT=NONE] -->
3056    <string name="controls_settings_dialog_neutral_button">No thanks</string>
3057    <!-- Positive button title of the controls dialog  [CHAR LIMIT=NONE] -->
3058    <string name="controls_settings_dialog_positive_button">Yes</string>
3059
3060    <!-- Controls PIN entry dialog, switch to alphanumeric keyboard [CHAR LIMIT=100] -->
3061    <string name="controls_pin_use_alphanumeric">PIN contains letters or symbols</string>
3062    <!-- Controls PIN entry dialog, title [CHAR LIMIT=30] -->
3063    <string name="controls_pin_verify">Verify <xliff:g id="device" example="Backdoor lock">%s</xliff:g></string>
3064    <!-- Controls PIN entry dialog, title when 1st attempt failed [CHAR LIMIT=30] -->
3065    <string name="controls_pin_wrong">Wrong PIN</string>
3066    <!-- Controls PIN entry dialog, text hint [CHAR LIMIT=30] -->
3067    <string name="controls_pin_instructions">Enter PIN</string>
3068    <!-- Controls PIN entry dialog, text hint, retry [CHAR LIMIT=30] -->
3069    <string name="controls_pin_instructions_retry">Try another PIN</string>
3070    <!-- Controls confirmation dialog, user prompt [CHAR LIMIT=NONE] -->
3071    <string name="controls_confirmation_message">Confirm change for <xliff:g id="device" example="Backdoor lock">%s</xliff:g></string>
3072
3073    <!-- Tooltip to show in management screen when there are multiple structures [CHAR_LIMIT=50] -->
3074    <string name="controls_structure_tooltip">Swipe to see more</string>
3075
3076    <!-- Accessibility action informing the user how they can retry face authentication [CHAR LIMIT=NONE] -->
3077    <string name="retry_face">Retry face authentication</string>
3078
3079    <!-- Message to tell the user to wait while systemui attempts to load a set of
3080         recommended controls [CHAR_LIMIT=60] -->
3081    <string name="controls_seeding_in_progress">Loading recommendations</string>
3082
3083    <!-- Title for media controls [CHAR_LIMIT=50] -->
3084    <string name="controls_media_title">Media</string>
3085    <!-- Explanation for closing controls associated with a specific media session [CHAR_LIMIT=50] -->
3086    <string name="controls_media_close_session">Hide this media control for <xliff:g id="app_name" example="Foo Music App">%1$s</xliff:g>?</string>
3087    <!-- Explanation that controls associated with a specific media session are active [CHAR_LIMIT=50] -->
3088    <string name="controls_media_active_session">The current media session cannot be hidden.</string>
3089    <!-- Label for a button that will hide media controls [CHAR_LIMIT=30] -->
3090    <string name="controls_media_dismiss_button">Hide</string>
3091    <!-- Label for button to resume media playback [CHAR_LIMIT=NONE] -->
3092    <string name="controls_media_resume">Resume</string>
3093    <!-- Label for button to go to media control settings screen [CHAR_LIMIT=30] -->
3094    <string name="controls_media_settings_button">Settings</string>
3095    <!-- Description for media control's playing media item, including information for the media's title, the artist, and source app [CHAR LIMIT=NONE]-->
3096    <string name="controls_media_playing_item_description"><xliff:g id="song_name" example="Daily mix">%1$s</xliff:g> by <xliff:g id="artist_name" example="Various artists">%2$s</xliff:g> is playing from <xliff:g id="app_label" example="Spotify">%3$s</xliff:g></string>
3097    <!-- Content description for media cotnrols progress bar [CHAR_LIMIT=NONE] -->
3098    <string name="controls_media_seekbar_description"><xliff:g id="elapsed_time" example="1:30">%1$s</xliff:g> of <xliff:g id="total_time" example="3:00">%2$s</xliff:g></string>
3099    <!-- Placeholder title to inform user that an app has posted media controls [CHAR_LIMIT=NONE] -->
3100    <string name="controls_media_empty_title"><xliff:g id="app_name" example="Foo Music App">%1$s</xliff:g> is running</string>
3101
3102    <!-- Description for button in media controls. Pressing button starts playback [CHAR_LIMIT=NONE] -->
3103    <string name="controls_media_button_play">Play</string>
3104    <!-- Description for button in media controls. Pressing button pauses playback [CHAR_LIMIT=NONE] -->
3105    <string name="controls_media_button_pause">Pause</string>
3106    <!-- Description for button in media controls. Pressing button goes to previous track [CHAR_LIMIT=NONE] -->
3107    <string name="controls_media_button_prev">Previous track</string>
3108    <!-- Description for button in media controls. Pressing button goes to next track [CHAR_LIMIT=NONE] -->
3109    <string name="controls_media_button_next">Next track</string>
3110    <!-- Description for button in media controls. Used when media is connecting to a remote device (via something like chromecast). Pressing button does nothing [CHAR_LIMIT=NONE] -->
3111    <string name="controls_media_button_connecting">Connecting</string>
3112
3113    <!-- Title for Smartspace recommendation card within media controls. The "Play" means the action to play a media [CHAR_LIMIT=10] -->
3114    <string name="controls_media_smartspace_rec_title">Play</string>
3115    <!-- Description for Smartspace recommendation card within media controls [CHAR_LIMIT=NONE] -->
3116    <string name="controls_media_smartspace_rec_description">Open <xliff:g id="app_label" example="Spotify">%1$s</xliff:g></string>
3117    <!-- Description for Smartspace recommendation's media item, including information for the media's title, the artist, and source app [CHAR LIMIT=NONE]-->
3118    <string name="controls_media_smartspace_rec_item_description">Play <xliff:g id="song_name" example="Daily mix">%1$s</xliff:g> by <xliff:g id="artist_name" example="Various artists">%2$s</xliff:g> from <xliff:g id="app_label" example="Spotify">%3$s</xliff:g></string>
3119    <!-- Description for Smartspace recommendation's media item which doesn't have artist info, including information for the media's title and the source app [CHAR LIMIT=NONE]-->
3120    <string name="controls_media_smartspace_rec_item_no_artist_description">Play <xliff:g id="song_name" example="Daily mix">%1$s</xliff:g> from <xliff:g id="app_label" example="Spotify">%2$s</xliff:g></string>
3121    <!-- Header title for Smartspace recommendation card within media controls. [CHAR_LIMIT=30] -->
3122    <string name="controls_media_smartspace_rec_header">For You</string>
3123
3124    <!--- ****** Media tap-to-transfer ****** -->
3125    <!-- Text for a button to undo the media transfer. [CHAR LIMIT=20] -->
3126    <string name="media_transfer_undo">Undo</string>
3127    <!-- Text to ask the user to move their device closer to a different device (deviceName) in order to play media on the different device. [CHAR LIMIT=75] -->
3128    <string name="media_move_closer_to_start_cast">Move closer to play on <xliff:g id="deviceName" example="My Tablet">%1$s</xliff:g></string>
3129    <!-- Text to ask the user to move their device closer to a different device (deviceName) in order to transfer media from the different device and back onto the current device. [CHAR LIMIT=75] -->
3130    <string name="media_move_closer_to_end_cast">To play here, move closer to <xliff:g id="deviceName" example="tablet">%1$s</xliff:g></string>
3131    <!-- Text informing the user that their media is now playing on a different device (deviceName). [CHAR LIMIT=50] -->
3132    <string name="media_transfer_playing_different_device">Playing on <xliff:g id="deviceName" example="My Tablet">%1$s</xliff:g></string>
3133    <!-- Text informing the user that the media transfer has failed because something went wrong. [CHAR LIMIT=50] -->
3134    <string name="media_transfer_failed">Something went wrong. Try again.</string>
3135    <!-- Text to indicate that a media transfer is currently in-progress, aka loading. [CHAR LIMIT=NONE] -->
3136    <string name="media_transfer_loading">Loading</string>
3137    <!-- Default name of the device. [CHAR LIMIT=30] -->
3138    <string name="media_ttt_default_device_type">tablet</string>
3139    <!-- Description of media transfer icon of unknown app appears in receiver devices. [CHAR LIMIT=NONE]-->
3140    <string name="media_transfer_receiver_content_description_unknown_app">Casting your media</string>
3141    <!-- Description of media transfer icon appears in receiver devices. [CHAR LIMIT=NONE]-->
3142    <string name="media_transfer_receiver_content_description_with_app_name">Casting <xliff:g id="app_label" example="Spotify">%1$s</xliff:g></string>
3143
3144    <!-- Error message indicating that a control timed out while waiting for an update [CHAR_LIMIT=30] -->
3145    <string name="controls_error_timeout">Inactive, check app</string>
3146    <!-- Error message indicating that the control is no longer available in the application [CHAR LIMIT=30] -->
3147    <string name="controls_error_removed">Not found</string>
3148    <!-- Title for dialog indicating that the control is no longer available in the application [CHAR LIMIT=30] -->
3149    <string name="controls_error_removed_title">Control is unavailable</string>
3150    <!-- Message body for dialog indicating that the control is no longer available in the application [CHAR LIMIT=NONE] -->
3151    <string name="controls_error_removed_message">Couldn\u2019t access <xliff:g id="device" example="Backdoor lock">%1$s</xliff:g>. Check the <xliff:g id="application" example="Google Home">%2$s</xliff:g> app to make sure the control is still available and that the app settings haven\u2019t changed.</string>
3152    <!-- Text for button to open the corresponding application [CHAR_LIMIT=20] -->
3153    <string name="controls_open_app">Open app</string>
3154    <!-- Error message indicating that an unspecified error occurred while getting the status [CHAR LIMIT=30] -->
3155    <string name="controls_error_generic">Can\u2019t load status</string>
3156    <!-- Error message indicating that a control action failed [CHAR_LIMIT=30] -->
3157    <string name="controls_error_failed">Error, try again</string>
3158    <!-- Controls menu, add [CHAR_LIMIT=30] -->
3159    <string name="controls_menu_add">Add controls</string>
3160    <!-- Controls menu, edit [CHAR_LIMIT=30] -->
3161    <string name="controls_menu_edit">Edit controls</string>
3162    <!-- Controls menu, add another app [CHAR LIMIT=30] -->
3163    <string name="controls_menu_add_another_app">Add app</string>
3164    <!-- Controls menu, remove app [CHAR_LIMIT=30] -->
3165    <string name="controls_menu_remove">Remove app</string>
3166
3167    <!-- Title for the media output dialog with media related devices [CHAR LIMIT=50] -->
3168    <string name="media_output_dialog_add_output">Add outputs</string>
3169    <!-- Title for the media output slice with group devices [CHAR LIMIT=50] -->
3170    <string name="media_output_dialog_group">Group</string>
3171    <!-- Summary for media output group with only one device which is active [CHAR LIMIT=NONE] -->
3172    <string name="media_output_dialog_single_device">1 device selected</string>
3173    <!-- Summary for media output group with the active device count [CHAR LIMIT=NONE] -->
3174    <string name="media_output_dialog_multiple_devices"><xliff:g id="count" example="2">%1$d</xliff:g> devices selected</string>
3175    <!-- Summary for disconnected status [CHAR LIMIT=50] -->
3176    <string name="media_output_dialog_disconnected">(disconnected)</string>
3177    <!-- Summary for connecting error message [CHAR LIMIT=NONE] -->
3178    <string name="media_output_dialog_connect_failed">Can\'t switch. Tap to try again.</string>
3179    <!-- Title for connecting item [CHAR LIMIT=60] -->
3180    <string name="media_output_dialog_pairing_new">Connect a device</string>
3181    <!-- Title for launch app [CHAR LIMIT=60] -->
3182    <string name="media_output_dialog_launch_app_text">To cast this session, please open the app.</string>
3183    <!-- App name when can't get app name [CHAR LIMIT=60] -->
3184    <string name="media_output_dialog_unknown_launch_app_name">Unknown app</string>
3185    <!-- Button text for stopping casting [CHAR LIMIT=60] -->
3186    <string name="media_output_dialog_button_stop_casting">Stop casting</string>
3187    <!-- Accessibility text describing purpose of media output dialog. [CHAR LIMIT=NONE] -->
3188    <string name="media_output_dialog_accessibility_title">Available devices for audio output.</string>
3189    <!-- Accessibility text describing purpose of seekbar in media output dialog. [CHAR LIMIT=NONE] -->
3190    <string name="media_output_dialog_accessibility_seekbar">Volume</string>
3191    <!-- Summary for media output volume of a device in percentage [CHAR LIMIT=NONE] -->
3192    <string name="media_output_dialog_volume_percentage"><xliff:g id="percentage" example="10">%1$d</xliff:g>%%</string>
3193    <!-- Title for Speakers and Displays group. [CHAR LIMIT=NONE] -->
3194    <string name="media_output_group_title_speakers_and_displays">Speakers &amp; Displays</string>
3195    <!-- Title for Suggested Devices group. [CHAR LIMIT=NONE] -->
3196    <string name="media_output_group_title_suggested_device">Suggested Devices</string>
3197    <!-- Title for input device group. [CHAR LIMIT=NONE] -->
3198    <string name="media_input_group_title">Input</string>
3199    <!-- Title for output device group. [CHAR LIMIT=NONE] -->
3200    <string name="media_output_group_title">Output</string>
3201    <!-- Summary for end session dialog. [CHAR LIMIT=NONE] -->
3202    <string name="media_output_end_session_dialog_summary">Stop your shared session to move media to another device</string>
3203    <!-- Button text for stopping session [CHAR LIMIT=60] -->
3204    <string name="media_output_end_session_dialog_stop">Stop</string>
3205
3206
3207    <!-- Media Output Broadcast Dialog -->
3208    <!-- Title for Broadcast First Notify Dialog [CHAR LIMIT=60] -->
3209    <string name="media_output_first_broadcast_title">How broadcasting works</string>
3210    <!-- Title for Broadcast Notify Dialog [CHAR LIMIT=60] -->
3211    <string name="media_output_broadcast">Broadcast</string>
3212    <!-- Message for notifying the user about the Broadcast at first launch [CHAR LIMIT=NONE] -->
3213    <string name="media_output_first_notify_broadcast_message">People near you with compatible Bluetooth devices can listen to the media you\'re broadcasting</string>
3214    <!-- Message for Broadcasting information and QR code [CHAR LIMIT=NONE] -->
3215    <string name="media_output_broadcasting_message">To listen to your broadcast, people nearby with compatible Bluetooth devices can scan your QR code or use your broadcast name and password</string>
3216    <!-- Title for Broadcast Name [CHAR LIMIT=60] -->
3217    <string name="media_output_broadcast_name">Broadcast Name</string>
3218    <!-- Title for Broadcast Code(Password) [CHAR LIMIT=60] -->
3219    <string name="media_output_broadcast_code">Password</string>
3220    <!-- Button for change broadcast name and broadcast code [CHAR LIMIT=60] -->
3221    <string name="media_output_broadcast_dialog_save">Save</string>
3222    <!-- The "starting" text when Broadcast is starting [CHAR LIMIT=60] -->
3223    <string name="media_output_broadcast_starting">Starting&#8230;</string>
3224    <!-- The button text when Broadcast start failed [CHAR LIMIT=60] -->
3225    <string name="media_output_broadcast_start_failed">Can\u2019t broadcast</string>
3226    <!-- The error message when Broadcast name/code update failed [CHAR LIMIT=60] -->
3227    <string name="media_output_broadcast_update_error">Can\u2019t save. Try again.</string>
3228    <!-- The error message when Broadcast name/code update failed and can't change again[CHAR LIMIT=60] -->
3229    <string name="media_output_broadcast_last_update_error">Can\u2019t save.</string>
3230    <!-- The hint message when Broadcast code is less than 4 characters [CHAR LIMIT=60] -->
3231    <string name="media_output_broadcast_code_hint_no_less_than_min">Use at least 4 characters</string>
3232    <!-- The hint message when Broadcast edit is more than 16/254 characters [CHAR LIMIT=60] -->
3233    <string name="media_output_broadcast_edit_hint_no_more_than_max">Use fewer than <xliff:g id="length" example="16">%1$d</xliff:g> characters</string>
3234
3235    <!-- Label for clip data when copying the build number off QS [CHAR LIMIT=NONE]-->
3236    <string name="build_number_clip_data_label">Build number</string>
3237    <!-- Text to display when copying the build number off QS [CHAR LIMIT=NONE]-->
3238    <string name="build_number_copy_toast">Build number copied to clipboard.</string>
3239
3240    <!-- Text for accessibility action for copying content to clipboard [CHAR LIMIT=NONE]-->
3241    <string name="copy_to_clipboard_a11y_action">copy to clipboard.</string>
3242
3243     <!-- Status for conversation without interaction data [CHAR LIMIT=120] -->
3244    <string name="basic_status">Open conversation</string>
3245    <!--Title text for Conversation widget set up screen [CHAR LIMIT=180] -->
3246    <string name="select_conversation_title">Conversation widgets</string>
3247    <!--Text explaining to tap a conversation to select it show in their Conversation widget [CHAR LIMIT=180] -->
3248    <string name="select_conversation_text">Tap a conversation to add it to your Home screen</string>
3249    <!--Text explaining there are no existing conversations to show in their Conversation widget [CHAR LIMIT=100] -->
3250    <string name="no_conversations_text">Your recent conversations will show up here</string>
3251    <!--Text header for priority conversation tiles available to be added to the home screen [CHAR LIMIT=100] -->
3252    <string name="priority_conversations">Priority conversations</string>
3253    <!--Text header for recent conversation tiles available to be added to the home screen [CHAR LIMIT=100] -->
3254    <string name="recent_conversations">Recent conversations</string>
3255    <!-- Timestamp for notification with exact time in days plural [CHAR LIMIT=25] -->
3256    <string name="days_timestamp"><xliff:g id="duration" example="5">%1$s</xliff:g> days ago</string>
3257    <!-- Timestamp for notification from one week ago[CHAR LIMIT=25] -->
3258    <string name="one_week_timestamp">1 week ago</string>
3259    <!-- Timestamp for notification from two weeks ago [CHAR LIMIT=25] -->
3260    <string name="two_weeks_timestamp">2 weeks ago</string>
3261    <!-- Timestamp for notification when over one week ago [CHAR LIMIT=25] -->
3262    <string name="over_one_week_timestamp">Over 1 week ago</string>
3263    <!-- Timestamp for notification when over two weeks ago [CHAR LIMIT=25] -->
3264    <string name="over_two_weeks_timestamp">Over 2 weeks ago</string>
3265    <!-- Status text on the Conversation widget for a birthday today [CHAR LIMIT=20] -->
3266    <string name="birthday_status">Birthday</string>
3267    <!-- Content description text on the Conversation widget for a birthday today [CHAR LIMIT=150] -->
3268    <string name="birthday_status_content_description">It\'s <xliff:g id="name" example="Anna">%1$s</xliff:g>\’s birthday</string>
3269    <!-- Status text on the Conversation widget for an upcoming birthday [CHAR LIMIT=20] -->
3270    <string name="upcoming_birthday_status">Birthday soon</string>
3271    <!-- Content description text on the Conversation widget for an upcoming birthday [CHAR LIMIT=150] -->
3272    <string name="upcoming_birthday_status_content_description">It\'s <xliff:g id="name" example="Anna">%1$s</xliff:g>\’s birthday soon</string>
3273    <!-- Status text on the Conversation widget for an anniversary [CHAR LIMIT=20] -->
3274    <string name="anniversary_status">Anniversary</string>
3275    <!-- Content description text on the Conversation widget for an anniversary [CHAR LIMIT=150] -->
3276    <string name="anniversary_status_content_description">It\'s <xliff:g id="name" example="Anna">%1$s</xliff:g>\’s anniversary</string>
3277    <!-- Status text on the Conversation widget for sharing location [CHAR LIMIT=20] -->
3278    <string name="location_status">Sharing location</string>
3279    <!-- Content description text on the Conversation widget for sharing location [CHAR LIMIT=150] -->
3280    <string name="location_status_content_description"><xliff:g id="name" example="Anna">%1$s</xliff:g> is sharing location</string>
3281    <!-- Status text on the Conversation widget for a new story posted [CHAR LIMIT=20] -->
3282    <string name="new_story_status">New story</string>
3283    <!-- Content description text on the Conversation widget for a new story posted on social channels, usually a photograph. [CHAR LIMIT=150] -->
3284    <string name="new_story_status_content_description"><xliff:g id="name" example="Anna">%1$s</xliff:g> shared a new story</string>
3285    <!-- Status text on the Conversation widget for watching a video [CHAR LIMIT=20] -->
3286    <string name="video_status">Watching</string>
3287    <!-- Status text on the Conversation widget for listening to audio [CHAR LIMIT=20] -->
3288    <string name="audio_status">Listening</string>
3289    <!-- Status text on the Conversation widget for playing a game [CHAR LIMIT=20] -->
3290    <string name="game_status">Playing</string>
3291    <!-- Empty user name before user has selected a friend for their Conversation widget [CHAR LIMIT=10] -->
3292    <string name="empty_user_name">Friends</string>
3293    <!-- Empty status shown before user has selected a friend for their Conversation widget [CHAR LIMIT=20] -->
3294    <string name="empty_status">Let’s chat tonight!</string>
3295    <!-- Empty status shown temporarily before we've been able to load the conversation for their Conversation widget after reboots [CHAR LIMIT=40] -->
3296    <string name="status_before_loading">Content will show up soon</string>
3297    <!-- Default text for missed call notifications on their Conversation widget [CHAR LIMIT=20] -->
3298    <string name="missed_call">Missed call</string>
3299    <!-- Text when a Notification may have more messages than the number indicated [CHAR LIMIT=5] -->
3300    <string name="messages_count_overflow_indicator"><xliff:g id="number" example="7">%d</xliff:g>+</string>
3301    <!-- Description text for adding a Conversation widget [CHAR LIMIT=100] -->
3302    <string name="people_tile_description">See recent messages, missed calls, and status updates</string>
3303    <!-- Title text displayed for the Conversation widget [CHAR LIMIT=50] -->
3304    <string name="people_tile_title">Conversation</string>
3305    <!-- Text when the Conversation widget when Do Not Disturb is suppressing the notification. [CHAR LIMIT=50] -->
3306    <string name="paused_by_dnd">Paused by Do Not Disturb</string>
3307    <!-- Content description text on the Conversation widget when a person has sent a new text message [CHAR LIMIT=150] -->
3308    <string name="new_notification_text_content_description"><xliff:g id="name" example="Anna">%1$s</xliff:g> sent a message: <xliff:g id="notification" example="Hey! How is your day going">%2$s</xliff:g></string>
3309    <!-- Content description text on the Conversation widget when a person has sent a new image message [CHAR LIMIT=150] -->
3310    <string name="new_notification_image_content_description"><xliff:g id="name" example="Anna">%1$s</xliff:g> sent an image</string>
3311    <!-- Content description text on the Conversation widget when a person has a new status posted [CHAR LIMIT=150] -->
3312    <string name="new_status_content_description"><xliff:g id="name" example="Anna">%1$s</xliff:g> has a status update: <xliff:g id="status" example="Listening to music">%2$s</xliff:g></string>
3313    <!-- Content description text on the Conversation widget when a person is  available, meaning online on an application [CHAR LIMIT=150] -->
3314    <string name="person_available">Available</string>
3315
3316    <!-- Title to display in a notification when ACTION_BATTERY_CHANGED.EXTRA_PRESENT field is false
3317    [CHAR LIMIT=NONE] -->
3318    <string name="battery_state_unknown_notification_title">Problem reading your battery meter</string>
3319    <!-- Text to display in a notification when ACTION_BATTERY_CHANGED.EXTRA_PRESENT field is false
3320    [CHAR LIMIT=NONE] -->
3321    <string name="battery_state_unknown_notification_text">Tap for more information</string>
3322
3323    <!-- Secondary label for alarm tile when there is no next alarm information [CHAR LIMIT=20] -->
3324    <string name="qs_alarm_tile_no_alarm">No alarm set</string>
3325
3326    <!-- Accessibility label for a11y action to show the bouncer (pin/pattern/password) screen lock [CHAR LIMIT=NONE] -->
3327    <string name="accessibility_bouncer">enter screen lock</string>
3328    <!-- Accessibility label for side fingerprint sensor indicator [CHAR LIMIT=NONE] -->
3329    <string name="accessibility_side_fingerprint_indicator_label">Touch the fingerprint sensor. It\u2019s the shorter button on the side of the phone</string>
3330    <!-- Accessibility label for fingerprint sensor [CHAR LIMIT=NONE] -->
3331    <string name="accessibility_fingerprint_label">Fingerprint sensor</string>
3332    <!-- Accessibility action for tapping on an affordance that will bring up the user's
3333    pin/pattern/password bouncer (ie: "Double tap to authenticate") [CHAR LIMIT=NONE] -->
3334    <string name="accessibility_authenticate_hint">authenticate</string>
3335    <!-- Accessibility action for tapping on an affordance on an unlocked lock screen (ie: "Double
3336     tap to enter device") [CHAR LIMIT=NONE] -->
3337    <string name="accessibility_enter_hint">enter device</string>
3338    <!-- Message shown to suggest authentication using fingerprint [CHAR LIMIT=60]-->
3339    <string name="keyguard_try_fingerprint">Use fingerprint to open</string>
3340    <!-- Accessibility announcement to inform user to unlock using the fingerprint sensor [CHAR LIMIT=NONE] -->
3341    <string name="accessibility_fingerprint_bouncer">Authentication required. Touch the fingerprint sensor to authenticate.</string>
3342
3343    <!-- Content description for a chip in the status bar showing that the user is currently on a phone call. [CHAR LIMIT=NONE] -->
3344    <string name="ongoing_phone_call_content_description">Ongoing phone call</string>
3345
3346    <!-- Provider Model: Default title of the mobile network in the mobile layout. [CHAR LIMIT=50] -->
3347    <string name="mobile_data_settings_title">Mobile data</string>
3348    <!-- Provider Model:
3349         Summary indicating that a SIM has an active mobile data connection [CHAR LIMIT=50] -->
3350    <string name="mobile_data_connection_active">Connected</string>
3351    <!-- Provider Model:
3352         Summary indicating that a SIM is temporarily connected to mobile data [CHAR LIMIT=50] -->
3353    <string name="mobile_data_temp_connection_active">Temporarily connected</string>
3354    <!-- Provider Model:
3355     Summary indicating that a SIM is temporarily connected to mobile data [CHAR LIMIT=50] -->
3356    <string name="mobile_data_poor_connection">Poor connection</string>
3357    <!-- Provider Model:
3358     Summary indicating that a SIM has no mobile data connection [CHAR LIMIT=50] -->
3359    <string name="mobile_data_off_summary">Mobile data won\u0027t auto\u2011connect</string>
3360    <!-- Provider Model:
3361     Summary indicating that a active SIM and no network available [CHAR LIMIT=50] -->
3362    <string name="mobile_data_no_connection">No connection</string>
3363    <!-- Provider Model: Summary indicating that no other networks available [CHAR LIMIT=50] -->
3364    <string name="non_carrier_network_unavailable">No other networks available</string>
3365    <!-- Provider Model: Summary indicating that no networks available [CHAR LIMIT=50] -->
3366    <string name="all_network_unavailable">No networks available</string>
3367    <!-- Provider Model: Panel title text for turning on the Wi-Fi networks. [CHAR LIMIT=40] -->
3368    <string name="turn_on_wifi">Wi\u2011Fi</string>
3369    <!-- Provider Model: Panel subtitle for tapping a network to connect to internet. [CHAR LIMIT=60] -->
3370    <string name="tap_a_network_to_connect">Tap a network to connect</string>
3371    <!-- Provider Model: Panel subtitle for unlocking screen to view networks. [CHAR LIMIT=60] -->
3372    <string name="unlock_to_view_networks">Unlock to view networks</string>
3373    <!-- Provider Model: Wi-Fi settings. text displayed when Wi-Fi is on and network list is empty [CHAR LIMIT=50]-->
3374    <string name="wifi_empty_list_wifi_on">Searching for networks\u2026</string>
3375    <!-- Provider Model: Failure notification for connect -->
3376    <string name="wifi_failed_connect_message">Failed to connect to network</string>
3377    <!-- Provider Model: Toast message for when the user selects cellular as the internet provider and Wi-Fi auto-connect is temporarily disabled [CHAR LIMIT=60]-->
3378    <string name="wifi_wont_autoconnect_for_now">Wi\u2011Fi won\u2019t auto-connect for now</string>
3379    <!-- Provider Model: Title to see all the networks [CHAR LIMIT=50] -->
3380    <string name="see_all_networks">See all</string>
3381    <!-- Summary for warning to disconnect ethernet first then switch to other networks. [CHAR LIMIT=60] -->
3382    <string name="to_switch_networks_disconnect_ethernet">To switch networks, disconnect ethernet</string>
3383    <!-- Message to describe "Wi-Fi scan always available feature" when Wi-Fi is off and Wi-Fi scanning is on. [CHAR LIMIT=NONE] -->
3384    <string name="wifi_scan_notify_message">To improve device experience, apps and services can still scan for Wi\u2011Fi networks at any time, even when Wi\u2011Fi is off. You can change this in Wi\u2011Fi scanning settings. <annotation id="link">Change</annotation></string>
3385    <!-- Provider Model: Description of the airplane mode button. [CHAR LIMIT=60] -->
3386    <string name="turn_off_airplane_mode">Turn off airplane mode</string>
3387
3388    <!-- Text for TileService request dialog. This is shown to the user that an app is requesting
3389         user approval to add the shown tile to Quick Settings [CHAR LIMIT=NONE] -->
3390    <string name="qs_tile_request_dialog_text"><xliff:g id="appName" example="Fake App">%1$s</xliff:g> wants to add the following tile to Quick Settings</string>
3391    <!-- Text for TileService request dialog. Text for button for user to approve adding the tile [CHAR LIMIT=20] -->
3392    <string name="qs_tile_request_dialog_add">Add tile</string>
3393    <!-- Text for TileService request dialog. Text for button for user to reject adding the tile [CHAR LIMIT=20] -->
3394    <string name="qs_tile_request_dialog_not_add">Do not add tile</string>
3395
3396    <!-- Title for User Switch dialog. [CHAR LIMIT=20] -->
3397    <string name="qs_user_switch_dialog_title">Select user</string>
3398
3399    <!-- Label for the entry point to open the dialog which shows currently running applications [CHAR LIMIT=NONE]-->
3400    <string name="fgs_manager_footer_label">{count, plural,
3401        =1 {# app is active}
3402        other {# apps are active}
3403    }</string>
3404    <!-- Content description for a dot indicator in the running application indicating that there
3405    is new information [CHAR LIMIT=NONE] -->
3406    <string name="fgs_dot_content_description">New information</string>
3407    <!-- Title for dialog listing applications currently running [CHAR LIMIT=NONE]-->
3408    <string name="fgs_manager_dialog_title">Active apps</string>
3409    <!-- Detailed message for dialog listing applications currently running [CHAR LIMIT=NONE]-->
3410    <string name="fgs_manager_dialog_message">These apps are active and running, even when you\u2019re not using them. This improves their functionality, but it may also affect battery life.</string>
3411    <!-- Label of the button to stop an app from running [CHAR LIMIT=12]-->
3412    <string name="fgs_manager_app_item_stop_button_label">Stop</string>
3413    <!-- Label of the button to stop an app from running but the app is already stopped and the button is disabled [CHAR LIMIT=12]-->
3414    <string name="fgs_manager_app_item_stop_button_stopped_label">Stopped</string>
3415
3416    <!-- Label for button to finish and copy edited text back to the clipboard [CHAR LIMIT=20] -->
3417    <string name="clipboard_edit_text_done">Done</string>
3418    <!-- Text informing user that content has been copied to the system clipboard [CHAR LIMIT=NONE] -->
3419    <string name="clipboard_overlay_text_copied">Copied</string>
3420    <!-- Text informing user where text being edited was copied from [CHAR LIMIT=NONE] -->
3421    <string name="clipboard_edit_source">From <xliff:g id="appName" example="Gmail">%1$s</xliff:g></string>
3422    <!-- Label for button to dismiss clipboard overlay [CHAR LIMIT=NONE] -->
3423    <string name="clipboard_dismiss_description">Dismiss copied text</string>
3424    <!-- Label for button to edit text that was copied to the clipboard [CHAR LIMIT=NONE] -->
3425    <string name="clipboard_edit_text_description">Edit copied text</string>
3426    <!-- Label for button to edit an image that was copied to the clipboard [CHAR LIMIT=NONE] -->
3427    <string name="clipboard_edit_image_description">Edit copied image</string>
3428    <!-- Label for button to send copied content to a nearby device [CHAR LIMIT=NONE] -->
3429    <string name="clipboard_send_nearby_description">Send to nearby device</string>
3430    <!-- Text informing user that copied content is hidden [CHAR LIMIT=NONE] -->
3431    <string name="clipboard_text_hidden">Tap to view</string>
3432    <!-- Asterisks replacing sensitive text content -->
3433    <string name="clipboard_asterisks" translatable="false">••••••</string>
3434    <!-- Accessibility announcement informing user that text has been copied [CHAR LIMIT=NONE] -->
3435    <string name="clipboard_text_copied">Text copied</string>
3436    <!-- Accessibility announcement informing user that text has been copied [CHAR LIMIT=NONE] -->
3437    <string name="clipboard_image_copied">Image copied</string>
3438    <!-- Accessibility announcement informing user that something has been copied [CHAR LIMIT=NONE] -->
3439    <string name="clipboard_content_copied">Content copied</string>
3440    <!-- Name of the screen that lets the user edit the context of the clipboard (copy/paste) [CHAR LIMIT=NONE] -->
3441    <string name="clipboard_editor">Clipboard Editor</string>
3442    <!-- Name for the window showing the clipboard (copy/paste) preview and controls [CHAR LIMIT=NONE] -->
3443    <string name="clipboard_overlay_window_name">Clipboard</string>
3444    <!-- Accessibility label for an image preview [CHAR LIMIT=NONE] -->
3445    <string name="clipboard_image_preview">Image preview</string>
3446    <!-- Accessibility string describing what will happen when the user selects the clipboard preview. Completing the sentence "Double tap to ..." [CHAR LIMIT=NONE] -->
3447    <string name="clipboard_edit">edit</string>
3448
3449    <!-- Generic "add" string [CHAR LIMIT=NONE] -->
3450    <string name="add">Add</string>
3451    <!-- Add supervised user -->
3452    <string name="add_user_supervised" translatable="false">@*android:string/supervised_user_creation_label</string>
3453    <!-- Manage users - For system user management [CHAR LIMIT=40]  -->
3454    <string name="manage_users">Manage users</string>
3455
3456    <!-- Toast shown when a notification does not support dragging to split [CHAR LIMIT=NONE] -->
3457    <string name="drag_split_not_supported">This notification does not support dragging to split screen</string>
3458
3459    <!-- Content description for the location icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
3460    <string name="dream_overlay_location_active">Location active</string>
3461    <!-- Content description for the Wi-Fi off icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
3462    <string name="dream_overlay_status_bar_wifi_off">Wi\u2011Fi unavailable</string>
3463    <!-- Content description for the priority mode icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
3464    <string name="dream_overlay_status_bar_priority_mode">Priority mode</string>
3465    <!-- Content description for the alarm set icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
3466    <string name="dream_overlay_status_bar_alarm_set">Alarm set</string>
3467    <!-- Content description for the camera off icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
3468    <string name="dream_overlay_status_bar_camera_off">Camera is off</string>
3469    <!-- Content description for the mic off icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
3470    <string name="dream_overlay_status_bar_mic_off">Mic is off</string>
3471    <!-- Content description for the camera and mic off icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
3472    <string name="dream_overlay_status_bar_camera_mic_off">Camera and mic are off</string>
3473    <!-- Content description for the notifications indicator icon in the dream overlay status bar [CHAR LIMIT=NONE] -->
3474    <string name="dream_overlay_status_bar_notification_indicator">{count, plural,
3475    =1 {# notification}
3476    other {# notifications}
3477    }</string>
3478    <!-- Accessibility label for weather complication on dreams with weather condition and temperature [CHAR_LIMIT=200] -->
3479    <string name="dream_overlay_weather_complication_desc">
3480        <xliff:g id="weather_condition" example="Partly cloudy">%1$s</xliff:g>, <xliff:g id="temperature" example="7°C">%2$s</xliff:g>
3481    </string>
3482
3483    <!-- [CHAR LIMIT=30] Label used to open Note Task -->
3484    <string name="note_task_button_label">Note-taking</string>
3485
3486    <!-- [CHAR LIMIT=25] Long label used by Note Task Shortcut -->
3487    <string name="note_task_shortcut_long_label">Note-taking, <xliff:g id="note_taking_app" example="Note-taking App">%1$s</xliff:g></string>
3488
3489    <!-- [CHAR LIMIT=NONE] Output switch chip text during broadcasting -->
3490    <string name="audio_sharing_description">Sharing audio</string>
3491    <!-- [CHAR LIMIT=NONE] Le audio broadcast dialog, media app is broadcasting -->
3492    <string name="broadcasting_description_is_broadcasting">Broadcasting</string>
3493    <!-- [CHAR LIMIT=NONE] Le audio broadcast dialog, title -->
3494    <string name="bt_le_audio_broadcast_dialog_title">Stop broadcasting <xliff:g id="app_name" example="App Name 1">%1$s</xliff:g>?</string>
3495    <!-- [CHAR LIMIT=NONE] Le audio broadcast dialog, sub-title -->
3496    <string name="bt_le_audio_broadcast_dialog_sub_title">If you broadcast <xliff:g id="switchApp" example="App Name 2">%1$s</xliff:g> or change the output, your current broadcast will stop</string>
3497    <!-- [CHAR LIMIT=NONE] Le audio broadcast dialog, switch to others app. -->
3498    <string name="bt_le_audio_broadcast_dialog_switch_app">Broadcast <xliff:g id="switchApp" example="App Name 2">%1$s</xliff:g></string>
3499    <!-- [CHAR LIMIT=NONE] Le audio broadcast dialog, different output. -->
3500    <string name="bt_le_audio_broadcast_dialog_different_output">Change output</string>
3501    <!-- [CHAR LIMIT=NONE] Le audio broadcast dialog, media app is unknown -->
3502    <string name="bt_le_audio_broadcast_dialog_unknown_name">Unknown</string>
3503
3504    <!-- Time format for the Dream Time Complication for 12-hour time format [CHAR LIMIT=NONE] -->
3505    <string name="dream_time_complication_12_hr_time_format">h:mm</string>
3506
3507    <!-- Time format for the Dream Time Complication for 24-hour time format [CHAR LIMIT=NONE] -->
3508    <string name="dream_time_complication_24_hr_time_format">kk:mm</string>
3509
3510    <!-- Title for the log access confirmation dialog. [CHAR LIMIT=NONE] -->
3511    <string name="log_access_confirmation_title">Allow <xliff:g id="log_access_app_name" example="Example App">%s</xliff:g> to access all device logs?</string>
3512    <!-- Label for the allow button on the log access confirmation dialog. [CHAR LIMIT=40] -->
3513    <string name="log_access_confirmation_allow">Allow one-time access</string>
3514    <!-- Label for the deny button on the log access confirmation dialog. [CHAR LIMIT=20] -->
3515    <string name="log_access_confirmation_deny">Don\u2019t allow</string>
3516
3517    <!-- Content for the log access confirmation dialog. [CHAR LIMIT=NONE]-->
3518    <string name="log_access_confirmation_body">Device logs record what happens on your device. Apps can use these logs to find and fix issues.\n\nSome logs may contain sensitive info, so only allow apps you trust to access all device logs.
3519        \n\nIf you don’t allow this app to access all device logs, it can still access its own logs. Your device manufacturer may still be able to access some logs or info on your device.
3520    </string>
3521
3522    <!-- Learn more URL for the log access confirmation dialog. [DO NOT TRANSLATE]-->
3523    <string name="log_access_confirmation_learn_more_url" translatable="false">https://support.google.com/android/answer/12986432</string>
3524    <string name="log_access_confirmation_learn_more">Learn more</string>
3525    <string name="log_access_confirmation_learn_more_at">Learn more at <xliff:g id="url" example="g.co/android/devicelogs">%s</xliff:g></string>
3526
3527    <!--
3528    Template for an action that opens a specific app. [CHAR LIMIT=16]
3529    -->
3530    <string name="keyguard_affordance_enablement_dialog_action_template">Open <xliff:g id="appName" example="Wallet">%1$s</xliff:g></string>
3531
3532    <!---
3533    Explains that the wallet app is not available because it is not installed. This is shown as part
3534    of a dialog that explains to the user why they cannot select this shortcut for their lock screen
3535    right now.
3536    [CHAR LIMIT=NONE].
3537    -->
3538    <string name="wallet_quick_affordance_unavailable_install_the_app">To add the Wallet app as a shortcut, make sure the app is installed</string>
3539
3540    <!---
3541    Explains that the wallet app is not available because it is not installed. This is shown as part
3542    of a dialog that explains to the user why they cannot select this shortcut for their lock screen
3543    right now.
3544    [CHAR LIMIT=NONE].
3545    -->
3546    <string name="wallet_quick_affordance_unavailable_configure_the_app">To add the Wallet app as a shortcut, make sure at least one card has been added</string>
3547
3548    <!--
3549    Explains that the lock screen shortcut for the "home" app is not available because the app isn't
3550    installed. This is shown as part of a dialog that explains to the user why they cannot select
3551    this shortcut for their lock screen right now. [CHAR LIMIT=NONE].
3552    -->
3553    <string name="home_quick_affordance_unavailable_install_the_app">To add the Home app as a shortcut, make sure the app is installed</string>
3554
3555    <!--
3556    Explains that the lock screen shortcut for the "home" app is not available because the app isn't
3557    configured. This is shown as part of a dialog that explains to the user why they cannot select
3558    this shortcut for their lock screen right now. [CHAR LIMIT=NONE].
3559    -->
3560    <string name="home_quick_affordance_unavailable_configure_the_app">&#8226; At least one device or device panel are available</string>
3561
3562    <!---
3563    Explains that the notes app is not available. This is shown as part of a dialog that explains to
3564    the user why they cannot select this shortcut for their lock screen right now.
3565    [CHAR LIMIT=NONE].
3566    -->
3567    <string name="notes_app_quick_affordance_unavailable_explanation">Select a default notes app to use the notetaking shortcut</string>
3568
3569    <!---
3570    The action to make the lock screen shortcut for the notes app to be available for the user to
3571    use. This is shown as the action button in the dialog explaining why the shortcut isn't
3572    available. [CHAR LIMIT=NONE] -->
3573    <string name="keyguard_affordance_enablement_dialog_notes_app_action">Select app</string>
3574
3575    <!--
3576    Error message shown when a shortcut must be pressed and held to activate it, usually shown when
3577    the user tried to tap the shortcut or held it for too short a time. [CHAR LIMIT=32].
3578    -->
3579    <string name="keyguard_affordance_press_too_short">Touch &amp; hold shortcut</string>
3580
3581    <!-- Text for education page of cancel button to hide the page. [CHAR_LIMIT=NONE] -->
3582    <string name="rear_display_bottom_sheet_cancel">Cancel</string>
3583    <!-- Text for the user to confirm they flipped the device around. [CHAR_LIMIT=NONE] -->
3584    <string name="rear_display_bottom_sheet_confirm">Switch screens now</string>
3585    <!-- Text for education page title to guide user to unfold phone. [CHAR_LIMIT=50] -->
3586    <string name="rear_display_folded_bottom_sheet_title">Unfold phone</string>
3587    <!-- Text for education page title to guide user to switch to the front display. [CHAR_LIMIT=50] -->
3588    <string name="rear_display_unfolded_bottom_sheet_title">Switch screens?</string>
3589    <!-- Text for education page description to suggest user to use rear selfie capture. [CHAR_LIMIT=NONE] -->
3590    <string name="rear_display_folded_bottom_sheet_description">For higher resolution, use the rear camera</string>
3591    <!-- Text for unfolded education page description to suggest user to use rear selfie capture. [CHAR_LIMIT=NONE] -->
3592    <string name="rear_display_unfolded_bottom_sheet_description">For higher resolution, flip the phone</string>
3593    <!-- Text for education page content description for folded animation. [CHAR_LIMIT=NONE] -->
3594    <string name="rear_display_accessibility_folded_animation">Foldable device being unfolded</string>
3595    <!-- Text for education page content description for unfolded animation. [CHAR_LIMIT=NONE] -->
3596    <string name="rear_display_accessibility_unfolded_animation">Foldable device being flipped around</string>
3597    <!-- Text for a dialog telling the user that the front screen is turned on. [CHAR_LIMIT=NONE] -->
3598    <string name="rear_display_unfolded_front_screen_on">Front screen turned on</string>
3599
3600    <!-- QuickSettings: Additional label for the auto-rotation quicksettings tile indicating that the setting corresponds to the folded posture for a foldable device [CHAR LIMIT=32] -->
3601    <string name="quick_settings_rotation_posture_folded">folded</string>
3602    <!-- QuickSettings: Additional label for the auto-rotation quicksettings tile indicating that the setting corresponds to the unfolded posture for a foldable device [CHAR LIMIT=32] -->
3603    <string name="quick_settings_rotation_posture_unfolded">unfolded</string>
3604    <!-- QuickSettings: template for rotation tile foldable secondary label [CHAR LIMIT=64] !-->
3605    <string name="rotation_tile_with_posture_secondary_label_template">%1$s / %2$s</string>
3606    <!-- Title for notification of low stylus battery with percentage. "percentage" is
3607        the value of the battery capacity remaining [CHAR LIMIT=none]-->
3608    <string name="stylus_battery_low_percentage">Stylus battery <xliff:g id="percentage" example="16%">%s</xliff:g></string>
3609    <!-- Subtitle for the notification sent when a stylus battery is low. [CHAR LIMIT=none]-->
3610    <string name="stylus_battery_low_subtitle">Connect your stylus to a charger</string>
3611
3612    <!-- Title for notification of low stylus battery. [CHAR_LIMIT=NONE] -->
3613    <string name="stylus_battery_low">Stylus battery low</string>
3614
3615    <!-- Label for a lock screen shortcut to start the camera in video mode. [CHAR_LIMIT=16] -->
3616    <string name="video_camera">Video camera</string>
3617
3618    <!-- Switch to work profile dialer app for placing a call dialog. -->
3619    <!-- Text for Switch to work profile dialog's Title. Switch to work profile dialog guide users to make call from work
3620    profile dialer app as it's not possible to make call from current profile due to an admin policy. [CHAR LIMIT=60] -->
3621    <string name="call_from_work_profile_title">Can\'t call from a personal app</string>
3622    <!-- Text for switch to work profile for call dialog to guide users to make call from work
3623    profile dialer app as it's not possible to make call from current profile due to an admin policy. [CHAR LIMIT=NONE]
3624    -->
3625    <string name="call_from_work_profile_text">Your organization only allows you to make calls from work apps</string>
3626    <!-- Label for the button to switch to work profile for placing call. Switch to work profile dialog guide users to make call from work
3627    profile dialer app as it's not possible to make call from current profile due to an admin policy.[CHAR LIMIT=60] -->
3628    <string name="call_from_work_profile_action">Switch to work profile</string>
3629    <!-- Label for the button to switch to work profile for placing call. Switch to work profile dialog guide users to make call from work
3630    profile dialer app as it's not possible to make call from current profile due to an admin policy.[CHAR LIMIT=60] -->
3631    <string name="install_dialer_on_work_profile_action">Install a work phone app</string>
3632    <!-- Label for the close button on switch to work profile dialog. Switch to work profile dialog guide users to make call from work
3633    profile dialer app as it's not possible to make call from current profile due to an admin policy.[CHAR LIMIT=60] -->
3634    <string name="call_from_work_profile_close">Cancel</string>
3635
3636    <!--
3637    Label for a menu item in a menu that is shown when the user wishes to customize the lock screen.
3638    Clicking on this menu item takes the user to a screen where they can modify the settings of the
3639    lock screen.
3640
3641    It is critical that this text is as short as possible. If needed, translators should feel free
3642    to drop "lock screen" from their translation and keep just "Customize" or "Customization", in
3643    cases when that verb is not available in their target language.
3644
3645    [CHAR LIMIT=32]
3646    -->
3647    <string name="lock_screen_settings">Customize lock screen</string>
3648
3649    <!-- Title of security view when we want to authenticate before customizing the lockscreen. [CHAR LIMIT=NONE] -->
3650    <string name="keyguard_unlock_to_customize_ls">Unlock to customize lock screen</string>
3651
3652    <!-- Content description for Wi-Fi not available icon on dream [CHAR LIMIT=NONE]-->
3653    <string name="wifi_unavailable_dream_overlay_content_description">Wi-Fi not available</string>
3654
3655    <!-- Content description for location in use icon on dream [CHAR LIMIT=NONE] -->
3656    <string name="location_active_dream_overlay_content_description">Location active</string>
3657
3658    <!-- Content description for camera blocked icon on dream [CHAR LIMIT=NONE] -->
3659    <string name="camera_blocked_dream_overlay_content_description">Camera blocked</string>
3660
3661    <!-- Content description for camera and microphone blocked icon on dream [CHAR LIMIT=NONE] -->
3662    <string name="camera_and_microphone_blocked_dream_overlay_content_description">Camera and microphone blocked</string>
3663
3664    <!-- Content description for camera and microphone disabled icon on dream [CHAR LIMIT=NONE] -->
3665    <string name="microphone_blocked_dream_overlay_content_description">Microphone blocked</string>
3666
3667    <!-- Content description for priority mode icon on dream [CHAR LIMIT=NONE] -->
3668    <string name="priority_mode_dream_overlay_content_description">Do not disturb</string>
3669
3670    <!-- Content description for when assistant attention is active [CHAR LIMIT=NONE] -->
3671    <string name="assistant_attention_content_description">User presence is detected</string>
3672
3673    <!--- Content of toast triggered when the notes app entry point is triggered without setting a default notes app. [CHAR LIMIT=NONE] -->
3674    <string name="set_default_notes_app_toast_content">Set default notes app in Settings</string>
3675
3676    <!-- Label for a button that, when clicked, sends the user to the app store to install an app. [CHAR LIMIT=64]. -->
3677    <string name="install_app">Install app</string>
3678
3679    <!-- Instructions informing the user they can swipe up on the lockscreen to dismiss [CHAR LIMIT=48]-->
3680    <string name="dismissible_keyguard_swipe">Swipe up to continue</string>
3681
3682    <!--- Title of the dialog appearing when an external display is connected, asking whether to start mirroring [CHAR LIMIT=NONE]-->
3683    <string name="connected_display_dialog_start_mirroring">Mirror to external display?</string>
3684    <!--- Body of the mirroring dialog, shown when dual display is enabled. This signals that enabling mirroring will stop concurrent displays on a foldable device. [CHAR LIMIT=NONE]-->
3685    <string name="connected_display_dialog_dual_display_stop_warning">Your inner display will be mirrored. Your front display will be turned off.</string>
3686    <!--- Label of the "enable display" button of the dialog appearing when an external display is connected [CHAR LIMIT=NONE]-->
3687    <string name="mirror_display">Mirror display</string>
3688    <!--- Label of the dismiss button of the dialog appearing when an external display is connected [CHAR LIMIT=NONE]-->
3689    <string name="dismiss_dialog">Dismiss</string>
3690
3691    <!--- Content description of the connected display status bar icon that appears every time a display is connected [CHAR LIMIT=NONE]-->
3692    <string name="connected_display_icon_desc">Display connected</string>
3693
3694    <!-- Title of the privacy dialog, shown for active / recent app usage of some phone sensors [CHAR LIMIT=30] -->
3695    <string name="privacy_dialog_title">Microphone &amp; Camera</string>
3696    <!-- Subtitle of the privacy dialog, shown for active / recent app usage of some phone sensors [CHAR LIMIT=NONE] -->
3697    <string name="privacy_dialog_summary">Recent app use</string>
3698    <!-- Label of the secondary button of the privacy dialog, used to check recent app usage of phone sensors [CHAR LIMIT=30] -->
3699    <string name="privacy_dialog_more_button">See recent access</string>
3700    <!-- Label of the primary button to dismiss the privacy dialog [CHAR LIMIT=20] -->
3701    <string name="privacy_dialog_done_button">Done</string>
3702    <!-- Description for expanding a collapsible widget in the privacy dialog [CHAR LIMIT=NONE] -->
3703    <string name="privacy_dialog_expand_action">Expand and show options</string>
3704    <!-- Description for collapsing a collapsible widget in the privacy dialog [CHAR LIMIT=NONE] -->
3705    <string name="privacy_dialog_collapse_action">Collapse</string>
3706    <!-- Label of a button of the privacy dialog to close an app actively using a phone sensor [CHAR LIMIT=50] -->
3707    <string name="privacy_dialog_close_app_button">Close this app</string>
3708    <!-- Message shown in the privacy dialog when an app actively using a phone sensor is closed [CHAR LIMIT=NONE] -->
3709    <string name="privacy_dialog_close_app_message"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> closed</string>
3710    <!-- Label of a button of the privacy dialog to learn more of a service actively or recently using a phone sensor [CHAR LIMIT=50] -->
3711    <string name="privacy_dialog_manage_service">Manage service</string>
3712    <!-- Label of a button of the privacy dialog to manage permissions of an app actively or recently using a phone sensor [CHAR LIMIT=50] -->
3713    <string name="privacy_dialog_manage_permissions">Manage access</string>
3714    <!-- Label for active usage of a phone sensor by phone call in the privacy dialog [CHAR LIMIT=NONE] -->
3715    <string name="privacy_dialog_active_call_usage">In use by phone call</string>
3716    <!-- Label for recent usage of a phone sensor by phone call in the privacy dialog [CHAR LIMIT=NONE] -->
3717    <string name="privacy_dialog_recent_call_usage">Recently used in phone call</string>
3718    <!-- Label for active app usage of a phone sensor in the privacy dialog [CHAR LIMIT=NONE] -->
3719    <string name="privacy_dialog_active_app_usage">In use by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g></string>
3720    <!-- Label for recent app usage of a phone sensor in the privacy dialog [CHAR LIMIT=NONE] -->
3721    <string name="privacy_dialog_recent_app_usage">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g></string>
3722    <!-- Label for active app usage of a phone sensor with sub-attribution or proxy label in the privacy dialog [CHAR LIMIT=NONE] -->
3723    <string name="privacy_dialog_active_app_usage_1">In use by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g>)</string>
3724    <!-- Label for recent app usage of a phone sensor with sub-attribution or proxy label in the privacy dialog [CHAR LIMIT=NONE] -->
3725    <string name="privacy_dialog_recent_app_usage_1">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g>)</string>
3726    <!-- Label for active app usage of a phone sensor with sub-attribution and proxy label in the privacy dialog [CHAR LIMIT=NONE] -->
3727    <string name="privacy_dialog_active_app_usage_2">In use by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g> \u2022 <xliff:g id="proxy_label" example="Speech services">%3$s</xliff:g>)</string>
3728    <!-- Label for recent app usage of a phone sensor with sub-attribution and proxy label in the privacy dialog [CHAR LIMIT=NONE] -->
3729    <string name="privacy_dialog_recent_app_usage_2">Recently used by <xliff:g id="app_name" example="Gmail">%1$s</xliff:g> (<xliff:g id="attribution_label" example="For Wallet">%2$s</xliff:g> \u2022 <xliff:g id="proxy_label" example="Speech services">%3$s</xliff:g>)</string>
3730
3731    <!-- Title of the keyboard shortcut helper category "System". The helper is a component that
3732         shows the user which keyboard shortcuts they can use. The "System" shortcuts are for
3733         example "Take a screenshot" or "Go back". [CHAR LIMIT=NONE] -->
3734    <string name="shortcut_helper_category_system">System</string>
3735    <!-- Title of the keyboard shortcut helper category "System controls". The helper is a component
3736         that shows the user which keyboard shortcuts they can use. The "System controls" shortcuts
3737         are for example "Go to home screen" or "App apps search". [CHAR LIMIT=NONE] -->
3738    <string name="shortcut_helper_category_system_controls">System controls</string>
3739    <!-- Title of the keyboard shortcut helper category "System apps". The helper is a component
3740         that shows the user which keyboard shortcuts they can use. The "System apps" shortcuts
3741         are for example "Settings" or "Take a note". [CHAR LIMIT=NONE] -->
3742    <string name="shortcut_helper_category_system_apps">System apps</string>
3743    <!-- Title of the keyboard shortcut helper category "Multitasking". The helper is a component
3744         that shows the user which keyboard shortcuts they can use. The "Multitasking" shortcuts are
3745         for example "Enter split screen". [CHAR LIMIT=NONE] -->
3746    <string name="shortcut_helper_category_multitasking">Multitasking</string>
3747    <!-- Title of the keyboard shortcut helper category "Split screen". The helper is a component
3748         that shows the user which keyboard shortcuts they can use. The "Split screen" shortcuts are
3749         for example "Move current app to left split". [CHAR LIMIT=NONE] -->
3750    <string name="shortcutHelper_category_split_screen">Split screen</string>
3751    <!-- Title of the keyboard shortcut helper category "Input". The helper is a component
3752         that shows the user which keyboard shortcuts they can use. The "Input" shortcuts are
3753         the ones provided by the keyboard. Examples are "Access emoji" or "Switch to next language"
3754         [CHAR LIMIT=NONE] -->
3755    <string name="shortcut_helper_category_input">Input</string>
3756    <!-- Title of the keyboard shortcut helper category "App shortcuts". The helper is a component
3757         that shows the user which keyboard shortcuts they can use. The "App shortcuts" are
3758         for example "Open browser" or "Open calculator". [CHAR LIMIT=NONE] -->
3759    <string name="shortcut_helper_category_app_shortcuts">App shortcuts</string>
3760    <!-- Default Title of the keyboard shortcut helper category for current app. The helper is a
3761         component that shows the user which keyboard shortcuts they can use. The current app
3762         shortcuts are shortcuts provided by the currently open app. [CHAR LIMIT=NONE] -->
3763    <string name="shortcut_helper_category_current_app_shortcuts">Current App</string>
3764    <!-- Title of the keyboard shortcut helper category "Accessibility". The helper is a component
3765         that shows the user which keyboard shortcuts they can use. The "Accessibility" shortcuts
3766         are for example "Turn on talkback". [CHAR LIMIT=NONE] -->
3767    <string name="shortcut_helper_category_a11y">Accessibility</string>
3768    <!-- Title at the top of the keyboard shortcut helper UI. The helper is a component
3769         that shows the user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3770    <string name="shortcut_helper_title">Keyboard shortcuts</string>
3771    <!-- Title at the top of the keyboard shortcut helper UI when in customize mode. The helper
3772         is a component that shows the user which keyboard shortcuts they can use.
3773         [CHAR LIMIT=NONE] -->
3774    <string name="shortcut_helper_customize_mode_title">Customize keyboard shortcuts</string>
3775    <!-- Title at the top of the keyboard shortcut helper remove shortcut dialog.
3776         The helper is a component that shows the user which keyboard shortcuts they can use. Also
3777         allows the user to add/remove custom shortcuts.[CHAR LIMIT=NONE] -->
3778    <string name="shortcut_customize_mode_remove_shortcut_dialog_title">Remove shortcut?</string>
3779    <!-- Title at the top of the keyboard shortcut helper reset shortcut dialog. This dialog allows
3780         the user to remove all custom shortcuts the user has set, resetting to default shortcuts only.
3781         Shortcut helper is a component that shows the user which keyboard shortcuts they can use. Also
3782         allows the user to add/remove custom shortcuts.[CHAR LIMIT=NONE] -->
3783    <string name="shortcut_customize_mode_reset_shortcut_dialog_title">Reset back to default?</string>
3784    <!-- Sub title at the top of the keyboard shortcut helper customization dialog. Explains to the
3785         user what action they need to take in the customization dialog to assign a new custom shortcut.
3786         The shortcut customize dialog allows users to add/remove custom shortcuts
3787         [CHAR LIMIT=NONE] -->
3788    <string name="shortcut_customize_mode_add_shortcut_description">Press key to assign shortcut</string>
3789    <!-- Sub title at the top of the remove custom shortcut dialog. Explains to the user what action
3790         they're about to take when they click remove shortcut. The shortcut customize dialog allows
3791         users to add/remove custom shortcuts
3792         [CHAR LIMIT=NONE] -->
3793    <string name="shortcut_customize_mode_remove_shortcut_description">This will delete your custom shortcut permanently.</string>
3794    <!-- Sub title at the top of the reset custom shortcut dialog. Explains to the user that the action
3795         they're about to take will remove all custom shortcuts they have set, resetting to default shortcuts only.
3796         The shortcut customize dialog allows users to add/remove custom shortcuts [CHAR LIMIT=NONE] -->
3797    <string name="shortcut_customize_mode_reset_shortcut_description">This will delete all your custom shortcuts permanently.</string>
3798    <!-- Placeholder text shown in the search box of the keyboard shortcut helper, when the user
3799         hasn't typed in anything in the search box yet. The helper is a  component that shows the
3800         user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3801    <string name="shortcut_helper_search_placeholder">Search shortcuts</string>
3802    <!-- Text shown when a search query didn't produce any results. [CHAR LIMIT=NONE] -->
3803    <string name="shortcut_helper_no_search_results">No search results</string>
3804    <!-- Content description of the icon that allows to collapse a keyboard shortcut helper category
3805         panel. The helper is a  component that shows the  user which keyboard shortcuts they can
3806         use. The helper shows shortcuts in categories, which can be collapsed or expanded.
3807         [CHAR LIMIT=NONE] -->
3808    <string name="shortcut_helper_content_description_collapse_icon">Collapse icon</string>
3809    <!-- Content description of the Meta key (also called Action Key) icon that prompts users to
3810         press some key combination starting with meta key to assign new key combination to shortcut
3811         in shortcut helper customization dialog. The helper is a  component that shows the  user
3812         which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3813    <string name="shortcut_helper_content_description_meta_key">Action or Meta key icon</string>
3814    <!-- Content description of the plus icon after the meta key icon prompts users to
3815         press some key combination starting with meta key to assign new key combination to shortcut
3816         in shortcut helper customization dialog. The helper is a  component that shows the  user
3817         which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3818    <string name="shortcut_helper_content_description_plus_icon">Plus icon</string>
3819    <!-- Description text of the button that allows user to customize shortcuts in keyboard
3820         shortcut helper The helper is a  component that shows the  user which keyboard shortcuts
3821         they can use. [CHAR LIMIT=NONE] -->
3822    <string name="shortcut_helper_customize_button_text">Customize</string>
3823    <!-- Description text of the button that allows user to resets all custom shortcuts in keyboard
3824         shortcut helper when in customization mode. [CHAR LIMIT=NONE] -->
3825    <string name="shortcut_helper_reset_button_text">Reset</string>
3826    <!-- Description text of the button that allows user to exit shortcut customization mode in
3827         keyboard shortcut helper The helper is a  component that shows the  user which keyboard
3828         shortcuts they can use. [CHAR LIMIT=NONE] -->
3829    <string name="shortcut_helper_done_button_text">Done</string>
3830    <!-- Content description of the icon that allows to expand a keyboard shortcut helper category
3831         panel. The helper is a  component that shows the  user which keyboard shortcuts they can
3832         use. The helper shows shortcuts in categories, which can be collapsed or expanded.
3833         [CHAR LIMIT=NONE] -->
3834    <string name="shortcut_helper_content_description_expand_icon">Expand icon</string>
3835    <!-- Word that separates different possible key combinations of a shortcut. For example the
3836         "Go to home screen" shortcut could be triggered using "home button" OR "ctrl + h".
3837         This is that "or" separator.
3838         The keyboard shortcut helper is a  component that shows the  user which keyboard shortcuts
3839         they can use.
3840         [CHAR LIMIT=NONE]
3841          -->
3842    <string name="shortcut_helper_key_combinations_or_separator">or</string>
3843    <!-- Word that combines different possible key combinations of a shortcut. For example the
3844         "Go to home screen" shortcut could be triggered using "ctrl" plus "h".
3845         This is only used for accessibility content descriptions of the key combinations.
3846         [CHAR LIMIT=NONE] -->
3847    <string name="shortcut_helper_key_combinations_and_conjunction">plus</string>
3848    <!-- Word that represents the forward slash character "/". To be used only in accessibility
3849         content descriptions. [CHAR LIMIT=NONE] -->
3850    <string name="shortcut_helper_key_combinations_forward_slash">forward slash</string>
3851    <!-- Content description of the drag handle that allows to swipe to dismiss the shortcut helper.
3852         The helper is a  component that shows the  user which keyboard shortcuts they can
3853         use. The helper shows shortcuts in categories, which can be collapsed or expanded.
3854         [CHAR LIMIT=NONE] -->
3855    <string name="shortcut_helper_content_description_drag_handle">Drag handle</string>
3856    <!-- Label on the keyboard settings button in keyboard shortcut helper, that allows user to
3857         open keyboard settings while in shortcut helper. The helper is a  component that shows the
3858         user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3859    <string name="shortcut_helper_keyboard_settings_buttons_label">Keyboard Settings</string>
3860    <!-- Label on the set shortcut button in keyboard shortcut helper customize dialog, that allows user to
3861         confirm and assign key combination to selected shortcut. The helper is a  component that
3862         shows the user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3863    <string name="shortcut_helper_customize_dialog_set_shortcut_button_label">Set shortcut</string>
3864    <!-- Label on the remove shortcut button in keyboard shortcut helper customize dialog, that allows user to
3865         confirm and remove previously added custom shortcut. The helper is a  component that
3866         shows the user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3867    <string name="shortcut_helper_customize_dialog_remove_button_label">Remove</string>
3868    <!-- Label on the reset shortcut button in keyboard shortcut helper customize dialog, that allows user to
3869         confirm and reset all added custom shortcut. The helper is a  component that
3870         shows the user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3871    <string name="shortcut_helper_customize_dialog_reset_button_label">Yes, reset</string>
3872    <!-- Label on the cancel button in keyboard shortcut helper customize dialog, that allows user to
3873         cancel and exit shortcut customization dialog, returning to the main shortcut helper page.
3874         The helper is a  component that shows the user which keyboard shortcuts they can use.
3875         [CHAR LIMIT=NONE] -->
3876    <string name="shortcut_helper_customize_dialog_cancel_button_label">Cancel</string>
3877    <!-- Placeholder text, prompting user to Press key combination assign to shortcut. This is shown
3878         in shortcut helper's "Add Custom Shortcut" Dialog text field when user hasn't pressed
3879         any key  yet. The helper is a component that shows the user which keyboard shortcuts
3880         they can use. [CHAR LIMIT=NONE] -->
3881    <string name="shortcut_helper_add_shortcut_dialog_placeholder">Press key</string>
3882    <!-- Error message displayed when the user select a key combination that is already in use while
3883         assigning a new custom key combination to a shortcut in shortcut helper. The helper is a
3884         component that shows the user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
3885    <string name="shortcut_customizer_key_combination_in_use_error_message">Key combination already in use. Try another key.</string>
3886    <!-- Generic error message displayed when the user selected key combination cannot be used as
3887         custom keyboard shortcut in shortcut helper. The helper is a component that shows the user
3888         which keyboard shortcuts they can use and allows users to customize their keyboard
3889         shortcuts. [CHAR LIMIT=NONE] -->
3890    <string name="shortcut_customizer_generic_error_message">Shortcut cannot be set.</string>
3891    <!-- Plus sign, used in keyboard shortcut helper to combine keys for shortcut. E.g. Ctrl + A
3892         The helper is a component that shows the user which keyboard shortcuts they can use.
3893         [CHAR LIMIT=NONE] -->
3894    <string name="shortcut_helper_plus_symbol">+</string>
3895
3896    <!-- Keyboard touchpad tutorial scheduler-->
3897    <!-- Notification title for launching keyboard tutorial [CHAR_LIMIT=100] -->
3898    <string name="launch_keyboard_tutorial_notification_title">Navigate using your keyboard</string>
3899    <!-- Notification text for launching keyboard tutorial [CHAR_LIMIT=100] -->
3900    <string name="launch_keyboard_tutorial_notification_content">Learn keyboards shortcuts</string>
3901
3902    <!-- Notification title for launching touchpad tutorial [CHAR_LIMIT=100] -->
3903    <string name="launch_touchpad_tutorial_notification_title">Navigate using your touchpad</string>
3904    <!-- Notification text for launching keyboard tutorial [CHAR_LIMIT=100] -->
3905    <string name="launch_touchpad_tutorial_notification_content">Learn touchpad gestures</string>
3906
3907    <!-- Notification title for launching keyboard tutorial [CHAR_LIMIT=100] -->
3908    <string name="launch_keyboard_touchpad_tutorial_notification_title">Navigate using your keyboard and touchpad</string>
3909    <!-- Notification text for launching keyboard tutorial [CHAR_LIMIT=100] -->
3910    <string name="launch_keyboard_touchpad_tutorial_notification_content">Learn touchpad gestures, keyboards shortcuts, and more</string>
3911
3912    <!-- TOUCHPAD TUTORIAL-->
3913    <!-- Label for button opening tutorial for back gesture on touchpad [CHAR LIMIT=NONE] -->
3914    <string name="touchpad_tutorial_back_gesture_button">Go back</string>
3915    <!-- Label for button opening tutorial for back gesture on touchpad [CHAR LIMIT=NONE] -->
3916    <string name="touchpad_tutorial_home_gesture_button">Go home</string>
3917    <!-- Label for button opening tutorial for "view recent apps" gesture on touchpad [CHAR LIMIT=NONE] -->
3918    <string name="touchpad_tutorial_recent_apps_gesture_button">View recent apps</string>
3919    <!-- Label for button finishing touchpad tutorial [CHAR LIMIT=NONE] -->
3920    <string name="touchpad_tutorial_done_button">Done</string>
3921    <!-- BACK GESTURE -->
3922    <!-- Touchpad back gesture action name in tutorial [CHAR LIMIT=NONE] -->
3923    <string name="touchpad_back_gesture_action_title">Go back</string>
3924    <!-- Touchpad back gesture guidance in gestures tutorial [CHAR LIMIT=NONE] -->
3925    <string name="touchpad_back_gesture_guidance">Swipe left or right using three fingers on your touchpad</string>
3926    <!-- Screen title after back gesture was done successfully [CHAR LIMIT=NONE] -->
3927    <string name="touchpad_back_gesture_success_title">Nice!</string>
3928    <!-- Text shown to the user after they complete back gesture tutorial [CHAR LIMIT=NONE] -->
3929    <string name="touchpad_back_gesture_success_body">You completed the go back gesture.</string>
3930    <!-- HOME GESTURE -->
3931    <!-- Touchpad home gesture action name in tutorial [CHAR LIMIT=NONE] -->
3932    <string name="touchpad_home_gesture_action_title">Go home</string>
3933    <!-- Touchpad home gesture guidance in gestures tutorial [CHAR LIMIT=NONE] -->
3934    <string name="touchpad_home_gesture_guidance">Swipe up with three fingers on your touchpad</string>
3935    <!-- Screen title after home gesture was done successfully [CHAR LIMIT=NONE] -->
3936    <string name="touchpad_home_gesture_success_title">Great job!</string>
3937    <!-- Text shown to the user after they complete home gesture tutorial [CHAR LIMIT=NONE] -->
3938    <string name="touchpad_home_gesture_success_body">You completed the go home gesture</string>
3939    <!-- RECENT APPS GESTURE -->
3940    <!-- Touchpad recent apps gesture action name in tutorial [CHAR LIMIT=NONE] -->
3941    <string name="touchpad_recent_apps_gesture_action_title">View recent apps</string>
3942    <!-- Touchpad recent apps gesture guidance in gestures tutorial [CHAR LIMIT=NONE] -->
3943    <string name="touchpad_recent_apps_gesture_guidance">Swipe up and hold using three fingers on your touchpad</string>
3944    <!-- Screen title after recent apps gesture was done successfully [CHAR LIMIT=NONE] -->
3945    <string name="touchpad_recent_apps_gesture_success_title">Great job!</string>
3946    <!-- Text shown to the user after they complete recent apps gesture tutorial [CHAR LIMIT=NONE] -->
3947    <string name="touchpad_recent_apps_gesture_success_body">You completed the view recent apps gesture.</string>
3948
3949    <!-- KEYBOARD TUTORIAL-->
3950    <!-- Action key tutorial title [CHAR LIMIT=NONE] -->
3951    <string name="tutorial_action_key_title">View all apps</string>
3952    <!-- Action key tutorial guidance[CHAR LIMIT=NONE] -->
3953    <string name="tutorial_action_key_guidance">Press the action key on your keyboard</string>
3954    <!-- Screen title after action key pressed successfully [CHAR LIMIT=NONE] -->
3955    <string name="tutorial_action_key_success_title">Well done!</string>
3956    <!-- Text shown to the user after they complete action key tutorial [CHAR LIMIT=NONE] -->
3957    <string name="tutorial_action_key_success_body">You completed the view all apps gesture</string>
3958    <!-- Content description for the animation playing during the tutorial. The user can click the animation to pause and unpause playback. [CHAR LIMIT=NONE] -->
3959    <string name="tutorial_animation_content_description">Tutorial animation, click to pause and resume play.</string>
3960
3961    <!-- Content description for keyboard backlight brightness dialog [CHAR LIMIT=NONE] -->
3962    <string name="keyboard_backlight_dialog_title">Keyboard backlight</string>
3963    <!-- Content description for keyboard backlight brightness value [CHAR LIMIT=NONE] -->
3964    <string name="keyboard_backlight_value">Level %1$d of %2$d</string>
3965    <!-- Label for home control panel [CHAR LIMIT=30] -->
3966    <string name="home_controls_dream_label">Home Controls</string>
3967    <!-- Description for home control panel [CHAR LIMIT=67] -->
3968    <string name="home_controls_dream_description">Quickly access your home controls as a screensaver</string>
3969    <!-- Label for volume undo action [CHAR LIMIT=NONE] -->
3970    <string name="volume_undo_action">Undo</string>
3971
3972    <!-- Keyboard touchpad contextual education strings-->
3973    <!-- Education toast text for Back [CHAR_LIMIT=100] -->
3974    <string name="back_edu_toast_content">To go back, swipe left or right with three fingers on the touchpad</string>
3975    <!-- Education toast text for Home [CHAR_LIMIT=100] -->
3976    <string name="home_edu_toast_content">To go home, swipe up with three fingers on the touchpad</string>
3977    <!-- Education toast text for Overview [CHAR_LIMIT=100] -->
3978    <string name="overview_edu_toast_content">To view recent apps, swipe up and hold with three fingers on the touchpad</string>
3979    <!-- Education toast text for All Apps [CHAR_LIMIT=100] -->
3980    <string name="all_apps_edu_toast_content">To view all your apps, press the action key on your keyboard</string>
3981
3982    <!-- Title of the one line view of a redacted notification -->
3983    <string name="redacted_notification_single_line_title">Redacted</string>
3984    <!-- Main text of the one line view of a redacted notification -->
3985    <string name="redacted_notification_single_line_text">Unlock to view</string>
3986
3987    <!-- Content description for contextual education dialog [CHAR LIMIT=NONE] -->
3988    <string name="contextual_education_dialog_title">Contextual education</string>
3989    <!-- Education notification title for Back [CHAR_LIMIT=100] -->
3990    <string name="back_edu_notification_title">Use your touchpad to go back</string>
3991    <!-- Education notification text for Back [CHAR_LIMIT=100] -->
3992    <string name="back_edu_notification_content">Swipe left or right using three fingers. Tap to learn more gestures.</string>
3993    <!-- Education notification title for Home [CHAR_LIMIT=100] -->
3994    <string name="home_edu_notification_title">Use your touchpad to go home</string>
3995    <!-- Education notification text for Home [CHAR_LIMIT=100] -->
3996    <string name="home_edu_notification_content">Swipe up using three fingers. Tap to learn more gestures.</string>
3997    <!-- Education notification title for Overview [CHAR_LIMIT=100] -->
3998    <string name="overview_edu_notification_title">Use your touchpad to view recent apps</string>
3999    <!-- Education notification text for Overview [CHAR_LIMIT=100] -->
4000    <string name="overview_edu_notification_content">Swipe up and hold using three fingers. Tap to learn more gestures.</string>
4001    <!-- Education notification title for All Apps [CHAR_LIMIT=100] -->
4002    <string name="all_apps_edu_notification_title">Use your keyboard to view all apps</string>
4003    <!-- Education notification text for All Apps [CHAR_LIMIT=100] -->
4004    <string name="all_apps_edu_notification_content">Press the action key at any time. Tap to learn more gestures.</string>
4005
4006    <!-- Title for Extra Dim dialog [CHAR LIMIT=NONE] -->
4007    <string name="accessibility_deprecate_extra_dim_dialog_title">Extra dim is now part of the brightness slider</string>
4008    <!-- Content description for Extra Dim dialog. This helps users understand that we could make screen much dimmer by lowering the brightness through the brightness bar in a dark environment. [CHAR LIMIT=NONE] -->
4009    <string name="accessibility_deprecate_extra_dim_dialog_description">
4010        You can now make the screen extra dim by lowering the brightness level even further.\n\nSince this feature is now part of the brightness slider, extra dim shortcuts are being removed.
4011    </string>
4012    <!-- Label for button removing Extra Dim shortcuts [CHAR LIMIT=NONE] -->
4013    <string name="accessibility_deprecate_extra_dim_dialog_button">Remove extra dim shortcuts</string>
4014    <!-- Toast message for notifying users to use regular brightness bar to lower the brightness. [CHAR LIMIT=NONE] -->
4015    <string name="accessibility_deprecate_extra_dim_dialog_toast">
4016        Extra dim shortcuts removed</string>
4017
4018    <!-- Label for category in QS Edit mode list of tiles, for tiles that are related to connectivity, e.g. Internet. [CHAR LIMIT=NONE] -->
4019    <string name="qs_edit_mode_category_connectivity">
4020        Connectivity
4021    </string>
4022    <!-- Label for category in QS Edit mode list of tiles, for tiles that are related to accessibility functions, e.g. Hearing devices. [CHAR LIMIT=NONE] -->
4023    <string name="qs_edit_mode_category_accessibility">
4024        Accessibility
4025    </string>
4026    <!-- Label for category in QS Edit mode list of tiles, for tiles that are related to general utilities, e.g. Flashlight. [CHAR LIMIT=NONE] -->
4027    <string name="qs_edit_mode_category_utilities">
4028        Utilities
4029    </string>
4030    <!-- Label for category in QS Edit mode list of tiles, for tiles that are related to privacy, e.g. Mic access. [CHAR LIMIT=NONE] -->
4031    <string name="qs_edit_mode_category_privacy">
4032        Privacy
4033    </string>
4034    <!-- Label for category in QS Edit mode list of tiles, for tiles that are provided by an app, e.g. Calculator. [CHAR LIMIT=NONE] -->
4035    <string name="qs_edit_mode_category_providedByApps">
4036        Provided by apps
4037    </string>
4038    <!-- Label for category in QS Edit mode list of tiles, for tiles that are related to the display, e.g. Dark theme. [CHAR LIMIT=NONE] -->
4039    <string name="qs_edit_mode_category_display">
4040        Display
4041    </string>
4042    <!-- Label for category in QS Edit mode list of tiles, for tiles with an unknown category. [CHAR LIMIT=NONE] -->
4043    <string name="qs_edit_mode_category_unknown">
4044        Unknown
4045    </string>
4046    <!-- Title for the Reset Tiles dialog in QS Edit mode. [CHAR LIMIT=NONE] -->
4047    <string name="qs_edit_mode_reset_dialog_title">
4048        Reset all tiles?
4049    </string>
4050    <!-- Content of the Reset Tiles dialog in QS Edit mode. [CHAR LIMIT=NONE] -->
4051    <string name="qs_edit_mode_reset_dialog_content">
4052        All Quick Settings tiles will reset to the device’s original settings
4053    </string>
4054</resources>
4055