blob: 18f378e5919b1b20c49dbbc08a3553ef7fb8d872 [file] [log] [blame]
Joe Onorato2314aab2010-04-08 16:41:23 -05001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/**
4 * Copyright (c) 2009, The Android Open Source Project
5 *
Xiyuan Xia1b30f792016-01-06 08:50:30 -08006 * 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
Joe Onorato2314aab2010-04-08 16:41:23 -05009 *
Xiyuan Xia1b30f792016-01-06 08:50:30 -080010 * http://www.apache.org/licenses/LICENSE-2.0
Joe Onorato2314aab2010-04-08 16:41:23 -050011 *
Xiyuan Xia1b30f792016-01-06 08:50:30 -080012 * 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
Joe Onorato2314aab2010-04-08 16:41:23 -050016 * limitations under the License.
17 */
18-->
Joe Onorato798ac4c2010-05-27 16:39:00 -040019<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Joe Onoratoe8934a62010-11-09 08:01:20 -080020 <!-- Name of the status bar as seen in the applications info settings page. [CHAR LIMIT=12] -->
Joe Onoratofd52b182010-11-10 18:00:52 -080021 <string name="app_label">System UI</string>
Joe Onorato503007d2010-04-16 09:20:55 -070022
23 <!-- The text for the button in the notification window-shade that clears
Joe Onoratoe8934a62010-11-09 08:01:20 -080024 all of the currently visible notifications. [CHAR LIMIT=10]-->
Joe Onorato503007d2010-04-16 09:20:55 -070025 <string name="status_bar_clear_all_button">Clear</string>
26
Jim Millerc0d27312011-07-14 18:54:01 -070027 <!-- Title shown in recents popup for removing an application from the list -->
Michael Jurka8b098662011-09-01 17:00:53 -070028 <string name="status_bar_recent_remove_item_title">Remove from list</string>
Jim Millerc0d27312011-07-14 18:54:01 -070029
30 <!-- Title shown in recents popup for inspecting an application's properties -->
Michael Jurka8b098662011-09-01 17:00:53 -070031 <string name="status_bar_recent_inspect_item_title">App info</string>
Jim Millerc0d27312011-07-14 18:54:01 -070032
Michael Jurka6d667082011-09-16 17:04:40 -070033 <!-- Message shown in the middle of the screen after clicking on the recent apps button
Michael Jurka7daf95d2011-09-30 11:07:30 -070034 when there are no recent apps to show. Also used for accessibility. [CHAR LIMIT=45]-->
Winson Chung27b97fa2014-08-08 13:04:53 -070035 <string name="status_bar_no_recent_apps">Your recent screens appear here</string>
Michael Jurka6d667082011-09-16 17:04:40 -070036
Michael Jurka7daf95d2011-09-30 11:07:30 -070037 <!-- Content description for the button to dismiss Recent Apps (only present on large
38 devices) -->
39 <string name="status_bar_accessibility_dismiss_recents">Dismiss recent apps</string>
40
41 <!-- Message that is read when you enter recent apps in TalkBack -->
42 <plurals name="status_bar_accessibility_recent_apps">
Jason Monkcdc459f2014-10-14 09:26:19 -040043 <item quantity="one">1 screen in Overview</item>
44 <item quantity="other">%d screens in Overview</item>
Michael Jurka7daf95d2011-09-30 11:07:30 -070045 </plurals>
46
Joe Onorato503007d2010-04-16 09:20:55 -070047 <!-- The label in the bar at the top of the status bar when there are no notifications
Joe Onoratoe8934a62010-11-09 08:01:20 -080048 showing. [CHAR LIMIT=40]-->
Joe Onorato503007d2010-04-16 09:20:55 -070049 <string name="status_bar_no_notifications_title">No notifications</string>
50
51 <!-- The label for the group of notifications for ongoing events in the opened version of
52 the status bar. An ongoing call is the prime example of this. The MP3 music player
Joe Onoratoe8934a62010-11-09 08:01:20 -080053 might be another example. [CHAR LIMIT=40] -->
Joe Onorato503007d2010-04-16 09:20:55 -070054 <string name="status_bar_ongoing_events_title">Ongoing</string>
55
56 <!-- The label for the group of notifications for recent events in the opened version of
Joe Onoratoe8934a62010-11-09 08:01:20 -080057 the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc.
58 [CHAR LIMIT=40] -->
Joe Onorato503007d2010-04-16 09:20:55 -070059 <string name="status_bar_latest_events_title">Notifications</string>
60
Joe Onoratoe8934a62010-11-09 08:01:20 -080061 <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]-->
Salvador Martinez2cdc5282018-04-23 16:13:19 -070062 <string name="battery_low_title">Battery may run out soon</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040063
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070064 <!-- A message that appears when the battery level is getting low in a dialog. This is
Salvador Martinezf9e47502018-01-04 13:45:48 -080065 appended to the subtitle of the low battery alert. "percentage" is the percentage of battery
Joe Onoratoe8934a62010-11-09 08:01:20 -080066 remaining [CHAR LIMIT=none]-->
Elliott Hughes88d25512014-10-03 12:06:17 -070067 <string name="battery_low_percent_format"><xliff:g id="percentage">%s</xliff:g> remaining</string>
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070068
Salvador Martinezf9e47502018-01-04 13:45:48 -080069 <!-- A message that appears when the battery remaining estimate is low in a dialog. This is
70 appended to the subtitle of the low battery alert. "percentage" is the percentage of battery
71 remaining. "time" is the amount of time remaining before the phone runs out of battery [CHAR LIMIT=none]-->
72 <string name="battery_low_percent_format_hybrid"><xliff:g id="percentage">%s</xliff:g> remaining, about <xliff:g id="time">%s</xliff:g> left based on your usage</string>
73
74 <!-- A message that appears when the battery remaining estimate is low in a dialog and insufficient
75 data was present to say it is customized to the user. This is appended to the subtitle of the
76 low battery alert. "percentage" is the percentage of battery remaining. "time" is the amount
77 of time remaining before the phone runs out of battery [CHAR LIMIT=none]-->
78 <string name="battery_low_percent_format_hybrid_short"><xliff:g id="percentage">%s</xliff:g> remaining, about <xliff:g id="time">%s</xliff:g> left</string>
79
John Spurlock3332ba52014-03-10 17:44:07 -040080 <!-- Same as battery_low_percent_format, with a notice about battery saver if on. [CHAR LIMIT=none]-->
Evan Laird576cdcf2017-11-22 13:31:33 -050081 <string name="battery_low_percent_format_saver_started"><xliff:g id="percentage">%s</xliff:g> remaining. Battery Saver is on.</string>
John Spurlock3332ba52014-03-10 17:44:07 -040082
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070083 <!-- A message that appears when a USB charger is plugged in and the device does not
84 support charging on it. That is, a charger that fits into the USB port and goes into
85 a wall socket, not into a computer. (This happens because some devices require more
Joe Onoratoe8934a62010-11-09 08:01:20 -080086 current than the USB spec allows. [CHAR LIMIT=NONE] -->
Jerry Zhang38162ad2018-03-15 12:29:03 -070087 <string name="invalid_charger">Can\'t charge via USB. Use the charger that came with your device.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040088
John Spurlock3332ba52014-03-10 17:44:07 -040089 <!-- First line of invalid_charger, used in the notification form. [CHAR LIMIT=NONE]-->
Jerry Zhang38162ad2018-03-15 12:29:03 -070090 <string name="invalid_charger_title">Can\'t charge via USB</string>
John Spurlock3332ba52014-03-10 17:44:07 -040091
92 <!-- Second line of invalid_charger, used in the notification form. [CHAR LIMIT=NONE]-->
Jerry Zhang38162ad2018-03-15 12:29:03 -070093 <string name="invalid_charger_text">Use the charger that came with your device</string>
John Spurlock3332ba52014-03-10 17:44:07 -040094
Joe Onorato798ac4c2010-05-27 16:39:00 -040095 <!-- When the battery is low, this is the label of the button to go to the
Joe Onoratoe8934a62010-11-09 08:01:20 -080096 power usage activity to find out what drained the battery. [CHAR LIMIT=30] -->
John Spurlock3332ba52014-03-10 17:44:07 -040097 <string name="battery_low_why">Settings</string>
98
99 <!-- Battery saver confirmation dialog title [CHAR LIMIT=NONE]-->
Evan Laird576cdcf2017-11-22 13:31:33 -0500100 <string name="battery_saver_confirmation_title">Turn on Battery Saver?</string>
John Spurlock3332ba52014-03-10 17:44:07 -0400101
102 <!-- Battery saver confirmation dialog ok text [CHAR LIMIT=40]-->
John Spurlock1bb480a2014-08-02 17:12:43 -0400103 <string name="battery_saver_confirmation_ok">Turn on</string>
John Spurlock3332ba52014-03-10 17:44:07 -0400104
105 <!-- Battery saver notification action [CHAR LIMIT=NONE]-->
Evan Laird576cdcf2017-11-22 13:31:33 -0500106 <string name="battery_saver_start_action">Turn on Battery Saver</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -0400107
Joe Onoratoe8934a62010-11-09 08:01:20 -0800108 <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -0800109 <string name="status_bar_settings_settings_button">Settings</string>
Daniel Sandler6425ef92010-08-11 16:10:19 -0400110
Joe Onorato64eb5d22010-12-08 15:46:59 -0800111 <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] -->
112 <string name="status_bar_settings_wifi_button">Wi-Fi</string>
113
Joe Onoratoa8e34182010-11-26 13:19:58 -0800114 <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
Daniel Sandler5920f152011-03-02 15:19:54 -0500115 <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -0800116
Joe Onorato75362102010-12-02 16:46:12 -0800117 <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
118 <string name="status_bar_settings_mute_label">MUTE</string>
119
120 <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
121 <string name="status_bar_settings_auto_brightness_label">AUTO</string>
122
Joe Onoratoa8e34182010-11-26 13:19:58 -0800123 <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -0800124 <string name="status_bar_settings_notifications">Notifications</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -0800125
Joe Onorato355ebc02010-12-01 17:37:00 -0800126 <!-- Separator for PLMN and SPN in network name. -->
Daniel Sandler8b96a662012-06-14 23:54:55 -0400127 <string name="status_bar_network_name_separator" translatable="false">|</string>
Joe Onorato355ebc02010-12-01 17:37:00 -0800128
Jaikumar Ganeshfde7f0e2011-01-10 10:05:58 -0800129 <!-- Network connection string for Bluetooth Reverse Tethering -->
satok82beadf2010-12-27 19:03:06 +0900130 <string name="bluetooth_tethered">Bluetooth tethered</string>
131 <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700132 <string name="status_bar_input_method_settings_configure_input_methods">Set up input methods</string>
Jeff Brown2992ea72011-01-28 22:04:14 -0800133
134 <!-- Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] -->
satok01038492012-04-09 21:08:27 +0900135 <string name="status_bar_use_physical_keyboard">Physical keyboard</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500136
137 <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
Philip P. Moltmann5a633c62017-11-09 15:55:24 -0800138 <string name="usb_device_permission_prompt">Allow <xliff:g id="application">%1$s</xliff:g> to access <xliff:g id="usb_device">%2$s</xliff:g>?</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500139
140 <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
Philip P. Moltmann5a633c62017-11-09 15:55:24 -0800141 <string name="usb_accessory_permission_prompt">Allow <xliff:g id="application">%1$s</xliff:g> to access <xliff:g id="usb_accessory">%2$s</xliff:g>?</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500142
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400143 <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
Philip P. Moltmann5a633c62017-11-09 15:55:24 -0800144 <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>
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400145
146 <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] -->
Philip P. Moltmann5a633c62017-11-09 15:55:24 -0800147 <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>
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400148
Mike Lockwood024b4f12011-03-10 12:12:31 -0500149 <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700150 <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>
Mike Lockwood024b4f12011-03-10 12:12:31 -0500151
152 <!-- Title for USB accessory dialog. Used when the name of the accessory cannot be determined. [CHAR LIMIT=50] -->
153 <string name="title_usb_accessory">USB accessory</string>
154
155 <!-- View button label for USB dialogs. [CHAR LIMIT=15] -->
156 <string name="label_view">View</string>
157
Mike Lockwoodad5f83e2011-03-15 16:04:12 -0400158 <!-- Checkbox label for USB device dialogs. [CHAR LIMIT=50] -->
Philip P. Moltmann5a633c62017-11-09 15:55:24 -0800159 <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>
Mike Lockwoodad5f83e2011-03-15 16:04:12 -0400160
Philip P. Moltmann5a633c62017-11-09 15:55:24 -0800161 <!-- Checkbox label for USB accessory dialogs. [CHAR LIMIT=50]-->
162 <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>
Mike Lockwood024b4f12011-03-10 12:12:31 -0500163
Benoit Goby4e68bd42012-04-25 18:06:00 -0700164 <!-- Title of confirmation dialog for USB debugging -->
Benoit Goby45f6aaa2012-08-29 12:10:18 -0700165 <string name="usb_debugging_title">Allow USB debugging?</string>
Benoit Goby4e68bd42012-04-25 18:06:00 -0700166
167 <!-- Message of confirmation dialog for USB debugging -->
Benoit Goby45f6aaa2012-08-29 12:10:18 -0700168 <string name="usb_debugging_message">The computer\'s RSA key fingerprint is:\n<xliff:g id="fingerprint">%1$s</xliff:g></string>
Benoit Goby4e68bd42012-04-25 18:06:00 -0700169
170 <!-- Option to always allow USB debugging from the attached computer -->
Benoit Goby45f6aaa2012-08-29 12:10:18 -0700171 <string name="usb_debugging_always">Always allow from this computer</string>
Benoit Goby4e68bd42012-04-25 18:06:00 -0700172
Xiaohui Chenffcfe342015-05-13 13:18:36 -0700173 <!-- Title of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
174 <string name="usb_debugging_secondary_user_title">USB debugging not allowed</string>
175
176 <!-- Message of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
Julia Reynolds1e3b38b2017-08-11 09:05:20 -0400177 <string name="usb_debugging_secondary_user_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, switch to the primary user.</string>
Xiaohui Chenffcfe342015-05-13 13:18:36 -0700178
Daniel Sandler3b0543a2011-06-14 11:30:28 -0400179 <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running
180 on a phone). [CHAR LIMIT=25] -->
181 <string name="compat_mode_on">Zoom to fill screen</string>
182
183 <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets).
184 [CHAR LIMIT=25] -->
185 <string name="compat_mode_off">Stretch to fill screen</string>
Winson Chungd859fa32011-07-22 12:19:52 -0700186
Alison Cichowlasa2cd19e2017-12-06 10:51:21 -0500187 <!-- Power menu item for taking a screenshot [CHAR LIMIT=20]-->
188 <string name="global_action_screenshot">Screenshot</string>
189
Winson Chungc57ccf02011-10-13 15:04:59 -0700190 <!-- Notification ticker displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=30] -->
Winson Chungb5968c72011-10-19 11:03:54 -0700191 <string name="screenshot_saving_ticker">Saving screenshot\u2026</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700192 <!-- Notification title displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=50] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700193 <string name="screenshot_saving_title">Saving screenshot\u2026</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700194 <!-- Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] -->
Alison Cichowlasa2cd19e2017-12-06 10:51:21 -0500195 <string name="screenshot_saved_title">Screenshot saved</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700196 <!-- Notification text displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=100] -->
Alison Cichowlasa2cd19e2017-12-06 10:51:21 -0500197 <string name="screenshot_saved_text">Tap to view your screenshot</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700198 <!-- Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] -->
Alison Cichowlas2b840252018-03-26 18:38:59 -0400199 <string name="screenshot_failed_title">Couldn\'t save screenshot</string>
Winson44dbe292016-03-10 14:00:14 -0800200 <!-- Notification text displayed when we fail to save a screenshot for unknown reasons. [CHAR LIMIT=100] -->
Alison Cichowlas2b840252018-03-26 18:38:59 -0400201 <string name="screenshot_failed_to_save_unknown_text">Try taking screenshot again</string>
Winson44dbe292016-03-10 14:00:14 -0800202 <!-- Notification text displayed when we fail to save a screenshot. [CHAR LIMIT=100] -->
Alison Cichowlasa2cd19e2017-12-06 10:51:21 -0500203 <string name="screenshot_failed_to_save_text">Can\'t save screenshot due to limited storage space</string>
Winsone5591712016-02-18 13:45:54 -0800204 <!-- Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] -->
Charles He61112982017-03-23 21:00:51 +0000205 <string name="screenshot_failed_to_capture_text">Taking screenshots isn\'t allowed by the app or
206 your organization</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700207
208 <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] -->
209 <string name="usb_preference_title">USB file transfer options</string>
210 <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
211 <string name="use_mtp_button_title">Mount as a media player (MTP)</string>
212 <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
213 <string name="use_ptp_button_title">Mount as a camera (PTP)</string>
214 <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700215 <string name="installer_cd_button_title">Install Android File Transfer app for Mac</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700216
217 <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
218 <string name="accessibility_back">Back</string>
219 <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
220 <string name="accessibility_home">Home</string>
221 <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
222 <string name="accessibility_menu">Menu</string>
Casey Burkhardt048c2bc2016-12-08 16:09:20 -0800223 <!-- Content description of the accessibility button in the navigation bar (not shown on the screen). [CHAR LIMIT=NONE] -->
224 <string name="accessibility_accessibility_button">Accessibility</string>
Mike Digman90402952018-01-22 16:05:51 -0800225 <!-- Content description of the rotate button in the navigation bar (not shown on the screen). [CHAR LIMIT=NONE] -->
226 <string name="accessibility_rotate_button">Rotate screen</string>
Daniel Sandler52985822011-07-29 08:42:15 -0400227 <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
Jason Monkcdc459f2014-10-14 09:26:19 -0400228 <string name="accessibility_recent">Overview</string>
Jim Miller138f25d2013-09-25 13:46:58 -0700229 <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] -->
230 <string name="accessibility_search_light">Search</string>
231 <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
232 <string name="accessibility_camera_button">Camera</string>
Jorim Jaggi97b63c42014-05-02 23:03:34 +0200233 <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
234 <string name="accessibility_phone_button">Phone</string>
Selim Cineke70d6532015-04-24 16:46:13 -0700235 <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
236 <string name="accessibility_voice_assist_button">Voice Assist</string>
Jorim Jaggib5428e12014-08-29 13:50:11 +0000237 <!-- Content description of the unlock button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
238 <string name="accessibility_unlock_button">Unlock</string>
Selim Cinek947c77c2017-03-23 14:20:32 -0700239 <!-- Content description hint of the unlock button when fingerprint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
240 <string name="accessibility_waiting_for_fingerprint">Waiting for fingerprint</string>
Selim Cinekc99d9a952015-06-19 18:44:50 -0700241 <!-- Accessibility action of the unlock button when fingerpint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
242 <string name="accessibility_unlock_without_fingerprint">Unlock without using your fingerprint</string>
Bingyu Zhangbfe6dcf2018-04-25 10:20:36 -0700243 <!-- Content description of the Trusted Face icon for accessibility. [CHAR LIMIT=NONE] -->
244 <string name="accessibility_scanning_face">Scanning face</string>
Milo Sredkov66da07b2018-04-17 14:04:54 +0100245 <!-- Click action label for accessibility for the smart reply buttons (not shown on-screen).". [CHAR LIMIT=NONE] -->
246 <string name="accessibility_send_smart_reply">Send</string>
Jorim Jaggib2e104f2014-08-15 18:12:36 +0200247 <!-- Click action label for accessibility for the unlock button. [CHAR LIMIT=NONE] -->
248 <string name="unlock_label">unlock</string>
249 <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
250 <string name="phone_label">open phone</string>
Selim Cinek7c4b0542015-05-11 17:36:57 -0700251 <!-- Click action label for accessibility for the voice assist button. This is not shown on-screen and is an accessibility label for the icon which launches the voice assist from the lock screen.[CHAR LIMIT=NONE] -->
Selim Cineke70d6532015-04-24 16:46:13 -0700252 <string name="voice_assist_label">open voice assist</string>
253 <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
Jorim Jaggib2e104f2014-08-15 18:12:36 +0200254 <string name="camera_label">open camera</string>
Skuhne8aa7d162015-03-20 13:40:53 -0700255 <!-- Caption for "Recents resize" developer debug feature. [CHAR LIMIT=NONE] -->
256 <string name="recents_caption_resize">Select new task layout</string>
257 <!-- Button name for "Cancel". [CHAR LIMIT=NONE] -->
258 <string name="cancel">Cancel</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700259
Kevin Chynd0544dc2018-02-06 16:30:31 -0800260 <!-- Message shown when the system-provided fingerprint dialog is shown, asking for authentication -->
261 <string name="fingerprint_dialog_touch_sensor">Touch the fingerprint sensor</string>
Kevin Chyn16aac7a2018-01-24 11:32:46 -0800262 <!-- Content description of the fingerprint icon when the system-provided fingerprint dialog is showing, for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
263 <string name="accessibility_fingerprint_dialog_fingerprint_icon">Fingerprint icon</string>
264 <!-- Content description of the application icon when the system-provided fingerprint dialog is showing, for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
265 <string name="accessibility_fingerprint_dialog_app_icon">Application icon</string>
266 <!-- Content description for the error/help message are when the system-provided fingerprint dialog is showing, for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
267 <string name="accessibility_fingerprint_dialog_help_area">Help message area</string>
268
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700269 <!-- Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
270 <string name="accessibility_compatibility_zoom_button">Compatibility zoom button.</string>
271
272 <!-- Content description of picture of the compatibility zoom example for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
273 <string name="accessibility_compatibility_zoom_example">Zoom smaller to larger screen.</string>
274
275 <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
276 <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>
277 <!-- Content description of the bluetooth icon when connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
278 <string name="accessibility_bluetooth_disconnected">Bluetooth disconnected.</string>
279
280 <!-- Content description of the battery when no battery for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
281 <string name="accessibility_no_battery">No battery.</string>
282 <!-- Content description of the battery when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
283 <string name="accessibility_battery_one_bar">Battery one bar.</string>
284 <!-- Content description of the battery when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
285 <string name="accessibility_battery_two_bars">Battery two bars.</string>
286 <!-- Content description of the battery when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
287 <string name="accessibility_battery_three_bars">Battery three bars.</string>
288 <!-- Content description of the battery when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
289 <string name="accessibility_battery_full">Battery full.</string>
290
291 <!-- Content description of the phone signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
292 <string name="accessibility_no_phone">No phone.</string>
293 <!-- Content description of the phone signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
294 <string name="accessibility_phone_one_bar">Phone one bar.</string>
295 <!-- Content description of the phone signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
296 <string name="accessibility_phone_two_bars">Phone two bars.</string>
297 <!-- Content description of the phone signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
298 <string name="accessibility_phone_three_bars">Phone three bars.</string>
299 <!-- Content description of the phone signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
300 <string name="accessibility_phone_signal_full">Phone signal full.</string>
301
302 <!-- Content description of the data signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
303 <string name="accessibility_no_data">No data.</string>
304 <!-- Content description of the data signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
305 <string name="accessibility_data_one_bar">Data one bar.</string>
306 <!-- Content description of the data signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
307 <string name="accessibility_data_two_bars">Data two bars.</string>
308 <!-- Content description of the data signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
309 <string name="accessibility_data_three_bars">Data three bars.</string>
310 <!-- Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
311 <string name="accessibility_data_signal_full">Data signal full.</string>
312
Selim Cineke5557a92014-08-15 19:59:23 +0200313 <!-- Content description of the wifi label showing what we are connected to. [CHAR LIMIT=NONE] -->
314 <string name="accessibility_wifi_name">Connected to <xliff:g id="wifi" example="Home Network">%s</xliff:g>.</string>
315
316 <!-- Content description of the bluetooth label showing what we are connected to. [CHAR LIMIT=NONE] -->
317 <string name="accessibility_bluetooth_name">Connected to <xliff:g id="bluetooth" example="Car Audio">%s</xliff:g>.</string>
318
Jason Monk3e4a99c2016-04-22 14:08:27 -0400319 <!-- Content description of the cast label showing what we are connected to. [CHAR LIMIT=NONE] -->
320 <string name="accessibility_cast_name">Connected to <xliff:g id="cast" example="TV">%s</xliff:g>.</string>
321
Selim Cineke5557a92014-08-15 19:59:23 +0200322
Daniel Sandler0fee2172011-11-10 00:15:38 -0500323 <!-- Content description of the WiMAX signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
tk.mun148c7d02011-10-13 22:51:57 +0900324 <string name="accessibility_no_wimax">No WiMAX.</string>
Daniel Sandler0fee2172011-11-10 00:15:38 -0500325 <!-- Content description of the WiMAX signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
tk.mun148c7d02011-10-13 22:51:57 +0900326 <string name="accessibility_wimax_one_bar">WiMAX one bar.</string>
Daniel Sandler0fee2172011-11-10 00:15:38 -0500327 <!-- Content description of the WiMAX signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
tk.mun148c7d02011-10-13 22:51:57 +0900328 <string name="accessibility_wimax_two_bars">WiMAX two bars.</string>
Daniel Sandler0fee2172011-11-10 00:15:38 -0500329 <!-- Content description of the WiMAX signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
tk.mun148c7d02011-10-13 22:51:57 +0900330 <string name="accessibility_wimax_three_bars">WiMAX three bars.</string>
Daniel Sandler0fee2172011-11-10 00:15:38 -0500331 <!-- Content description of the WiMAX signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
tk.mun148c7d02011-10-13 22:51:57 +0900332 <string name="accessibility_wimax_signal_full">WiMAX signal full.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700333
Lorenzo Colittid46bb582015-04-27 20:32:01 +0900334 <!-- Content description of the Ethernet connection when disconnected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
335 <string name="accessibility_ethernet_disconnected">Ethernet disconnected.</string>
336 <!-- Content description of the Ethernet connection when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
337 <string name="accessibility_ethernet_connected">Ethernet connected.</string>
338
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700339 <!-- Content description of an item with no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
340 <string name="accessibility_no_signal">No signal.</string>
341 <!-- Content description of an item with no signal and no connection for accessibility (not shown on the screen) [CHAR LIMIT=NONE] -->
342 <string name="accessibility_not_connected">Not connected.</string>
343 <!-- Content description of an item with zero signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
344 <string name="accessibility_zero_bars">Zero bars.</string>
345 <!-- Content description of an item with one signal bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
346 <string name="accessibility_one_bar">One bar.</string>
347 <!-- Content description of an item with two signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
348 <string name="accessibility_two_bars">Two bars.</string>
349 <!-- Content description of an item with three signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
350 <string name="accessibility_three_bars">Three bars.</string>
351 <!-- Content description of an item with full signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
352 <string name="accessibility_signal_full">Signal full.</string>
353
Chris Wrencd8f4f72014-08-27 18:48:13 -0400354 <!-- Content description of an item that is turned on for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
355 <string name="accessibility_desc_on">On.</string>
356 <!-- Content description of an item that is turned off for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
357 <string name="accessibility_desc_off">Off.</string>
358 <!-- Content description of an item that is connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
359 <string name="accessibility_desc_connected">Connected.</string>
360 <!-- Content description of an item that is connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
361 <string name="accessibility_desc_connecting">Connecting.</string>
362
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500363 <!-- Content description of the data connection type GPRS. [CHAR LIMIT=NONE] -->
364 <string name="data_connection_gprs">GPRS</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700365
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500366 <!-- Content description of the data connection type HSPA and its variants. [CHAR LIMIT=NONE] -->
367 <string name="data_connection_hspa">HSPA</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700368
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500369 <!-- Content description of the data connection type 3G. [CHAR LIMIT=NONE] -->
370 <string name="data_connection_3g">3G</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700371
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500372 <!-- Content description of the data connection type 3.5G. [CHAR LIMIT=NONE] -->
Amin Shaikhe97cb812018-04-10 11:44:36 -0400373 <string name="data_connection_3_5g">H</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700374
Amin Shaikhf5830ca2018-03-09 14:06:50 -0500375 <!-- Content description of the data connection type 3.5G+. [CHAR LIMIT=NONE] -->
Amin Shaikhe97cb812018-04-10 11:44:36 -0400376 <string name="data_connection_3_5g_plus">H+</string>
Amin Shaikhf5830ca2018-03-09 14:06:50 -0500377
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500378 <!-- Content description of the data connection type 4G . [CHAR LIMIT=NONE] -->
379 <string name="data_connection_4g">4G</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700380
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500381 <!-- Content description of the data connection type 4G+. [CHAR LIMIT=NONE] -->
382 <string name="data_connection_4g_plus">4G+</string>
Ajay Nambi7965fa42015-05-14 18:48:33 -0700383
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500384 <!-- Content description of the data connection type LTE. [CHAR LIMIT=NONE] -->
385 <string name="data_connection_lte">LTE</string>
Daniel Sandler2fe71d02013-06-06 16:15:43 -0400386
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500387 <!-- Content description of the data connection type LTE+. [CHAR LIMIT=NONE] -->
388 <string name="data_connection_lte_plus">LTE+</string>
Jason Monkaa730be2016-07-13 14:22:52 -0400389
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500390 <!-- Content description of the data connection type CDMA. [CHAR LIMIT=NONE] -->
Amin Shaikhe97cb812018-04-10 11:44:36 -0400391 <string name="data_connection_cdma">1X</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700392
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500393 <!-- Content description of the roaming data connection type. [CHAR LIMIT=NONE] -->
394 <string name="data_connection_roaming">Roaming</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700395
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500396 <!-- Content description of the data connection type Edge. [CHAR LIMIT=NONE] -->
397 <string name="data_connection_edge">EDGE</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700398
399 <!-- Content description of the data connection type WiFi for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700400 <string name="accessibility_data_connection_wifi">Wi-Fi</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700401
402 <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
403 <string name="accessibility_no_sim">No SIM.</string>
404
Jason Monk3e4a99c2016-04-22 14:08:27 -0400405 <!-- Content description of the cell data. [CHAR LIMIT=NONE] -->
Dan Sandlerbdbee722017-04-17 10:09:24 -0400406 <string name="accessibility_cell_data">Mobile Data</string>
Jason Monk3e4a99c2016-04-22 14:08:27 -0400407
408 <!-- Content description of the cell data being enabled. [CHAR LIMIT=NONE] -->
Dan Sandlerbdbee722017-04-17 10:09:24 -0400409 <string name="accessibility_cell_data_on">Mobile Data On</string>
Jason Monk3e4a99c2016-04-22 14:08:27 -0400410
Jason Monk1a95c862016-01-27 15:18:41 -0500411 <!-- Content description of the cell data being disabled. [CHAR LIMIT=NONE] -->
Rohan Shah7bc37442018-04-10 00:34:50 -0400412 <string name="cell_data_off_content_description">Mobile data off</string>
413
414 <!-- Content description of the cell data being disabled but shortened. [CHAR LIMIT=20] -->
415 <string name="cell_data_off">Off</string>
Jason Monk1a95c862016-01-27 15:18:41 -0500416
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700417 <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
418 <string name="accessibility_bluetooth_tether">Bluetooth tethering.</string>
419
420 <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
421 <string name="accessibility_airplane_mode">Airplane mode.</string>
422
Charles Hece28b382017-04-21 20:15:09 +0100423 <!-- Content description of the VPN icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
424 <string name="accessibility_vpn_on">VPN on.</string>
425
Adrian Roos1b5eb972015-06-11 18:22:52 -0700426 <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
427 <string name="accessibility_no_sims">No SIM card.</string>
428
Amin Shaikh43ad7fe2018-03-05 14:34:44 -0500429 <!-- Content description of the carrier network changing icon. [CHAR LIMIT=NONE] -->
430 <string name="carrier_network_change_mode">Carrier network changing</string>
Andrew Flynna478d702015-04-14 23:33:45 -0400431
Jason Monk3e4a99c2016-04-22 14:08:27 -0400432 <!-- Content description of button to open battery details icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
433 <string name="accessibility_battery_details">Open battery details</string>
434
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700435 <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
436 <string name="accessibility_battery_level">Battery <xliff:g id="number">%d</xliff:g> percent.</string>
437
Adrian Roos70dcf832016-04-20 15:51:42 -0700438 <!-- Content description of the battery level icon for accessibility while the device is charging (not shown on the screen). [CHAR LIMIT=NONE] -->
439 <string name="accessibility_battery_level_charging">Battery charging, <xliff:g id="battery_percentage">%d</xliff:g> percent.</string>
440
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700441 <!-- Content description of the button for showing a settings panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
Daniel Sandlerbcf6ef0b2011-09-30 11:43:36 -0400442 <string name="accessibility_settings_button">System settings.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700443
444 <!-- Content description of the button for showing a notifications panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
Daniel Sandlerbcf6ef0b2011-09-30 11:43:36 -0400445 <string name="accessibility_notifications_button">Notifications.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700446
Selim Cinek810bcde2016-12-14 17:29:23 -0800447 <!-- Content description of overflow icon container of the notifications for accessibility (not shown on the screen)[CHAR LIMIT=NONE] -->
Selim Cinekaca84c02017-04-05 16:28:56 -0700448 <string name="accessibility_overflow_action">See all notifications</string>
Selim Cinek810bcde2016-12-14 17:29:23 -0800449
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700450 <!-- Content description of the button for removing a notification in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
Daniel Sandlerbcf6ef0b2011-09-30 11:43:36 -0400451 <string name="accessibility_remove_notification">Clear notification.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700452
453 <!-- Content description of the enabled GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
454 <string name="accessibility_gps_enabled">GPS enabled.</string>
455
456 <!-- Content description of the acquiring GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
457 <string name="accessibility_gps_acquiring">GPS acquiring.</string>
458
459 <!-- Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
460 <string name="accessibility_tty_enabled">TeleTypewriter enabled.</string>
461
462 <!-- Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
463 <string name="accessibility_ringer_vibrate">Ringer vibrate.</string>
464
465 <!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
466 <string name="accessibility_ringer_silent">Ringer silent.</string>
Daniel Sandler2b697352011-07-22 16:23:09 -0400467
John Spurlock96fe98d2014-08-27 09:36:02 -0400468 <!-- Content description of the cast icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
469 <string name="accessibility_casting">@string/quick_settings_casting</string>
470
Rubin Xu1205fb12015-11-04 17:45:03 +0000471 <!-- Content description of the work mode icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
Adam Lesinski6cd41552018-03-02 11:40:50 -0800472 <string name="accessibility_work_mode">@string/quick_settings_work_mode_label</string>
Rubin Xu1205fb12015-11-04 17:45:03 +0000473
Winson Chunga4cc9662014-07-25 12:10:38 -0700474 <!-- Content description to tell the user that this button will remove an application from recents -->
475 <string name="accessibility_recents_item_will_be_dismissed">Dismiss <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
Jim Miller17377762011-10-11 15:33:34 -0700476 <!-- Content description to tell the user an application has been removed from recents -->
477 <string name="accessibility_recents_item_dismissed"><xliff:g id="app" example="Calendar">%s</xliff:g> dismissed.</string>
Winson Chung6ac8bd62015-01-07 16:38:35 -0800478 <!-- Content description to tell the user all applications has been removed from recents -->
479 <string name="accessibility_recents_all_items_dismissed">All recent applications dismissed.</string>
Winsonb92dd632016-04-04 11:02:11 -0700480 <!-- Content description to tell the user that this button will open application info for an application in recents -->
481 <string name="accessibility_recents_item_open_app_info">Open <xliff:g id="app" example="Calendar">%s</xliff:g> application info.</string>
Winson Chunga4cc9662014-07-25 12:10:38 -0700482 <!-- Content description to tell the user an application has been launched from recents -->
483 <string name="accessibility_recents_item_launched">Starting <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700484 <!-- Content description to tell the user a notification has been removed from the notification shade -->
485 <string name="accessibility_notification_dismissed">Notification dismissed.</string>
486
487 <!-- Content description for the notification shade panel (not shown on the screen). [CHAR LIMIT=NONE] -->
488 <string name="accessibility_desc_notification_shade">Notification shade.</string>
489 <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
490 <string name="accessibility_desc_quick_settings">Quick settings.</string>
Selim Cinek90c94652014-08-18 16:46:22 +0200491 <!-- Content description for the lock screen (not shown on the screen). [CHAR LIMIT=NONE] -->
492 <string name="accessibility_desc_lock_screen">Lock screen.</string>
Adrian Roosb88c8842014-08-13 21:27:24 +0200493 <!-- Content description for the settings button in the status bar header. [CHAR LIMIT=NONE] -->
494 <string name="accessibility_desc_settings">Settings</string>
Casey Burkhardtd7059df2012-10-09 17:40:52 -0700495 <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
Jason Monkcdc459f2014-10-14 09:26:19 -0400496 <string name="accessibility_desc_recent_apps">Overview.</string>
Robin Lee7fa04ba2017-01-17 10:28:36 +0000497 <!-- 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] -->
Robin Lee3fef1f22016-12-20 14:50:13 +0000498 <string name="accessibility_desc_work_lock">Work lock screen</string>
John Spurlock40194302015-05-06 16:53:21 -0400499 <!-- Content description for the close button in the zen mode panel introduction message. [CHAR LIMIT=NONE] -->
500 <string name="accessibility_desc_close">Close</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700501
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700502 <!-- Content description of the wifi tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
Selim Cineke5557a92014-08-15 19:59:23 +0200503 <string name="accessibility_quick_settings_wifi"><xliff:g id="signal" example="Three bars">%1$s</xliff:g>.</string>
Selim Cinek4fda7b22014-08-18 22:07:25 +0200504 <!-- Announcement made when the wifi is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
505 <string name="accessibility_quick_settings_wifi_changed_off">Wifi turned off.</string>
506 <!-- Announcement made when the wifi is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
507 <string name="accessibility_quick_settings_wifi_changed_on">Wifi turned on.</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700508 <!-- Content description of the mobile data tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
509 <string name="accessibility_quick_settings_mobile">Mobile <xliff:g id="signal" example="Three bars">%1$s</xliff:g>. <xliff:g id="type" example="4G">%2$s</xliff:g>. <xliff:g id="network" example="T-Mobile">%3$s</xliff:g>.</string>
510 <!-- Content description of the battery tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
511 <string name="accessibility_quick_settings_battery">Battery <xliff:g id="state" example="50% charging">%s</xliff:g>.</string>
Selim Cinek4fda7b22014-08-18 22:07:25 +0200512 <!-- Content description of the airplane mode tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
513 <string name="accessibility_quick_settings_airplane_off">Airplane mode off.</string>
514 <!-- Content description of the airplane mode tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
515 <string name="accessibility_quick_settings_airplane_on">Airplane mode on.</string>
516 <!-- Announcement made when the airplane mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
517 <string name="accessibility_quick_settings_airplane_changed_off">Airplane mode turned off.</string>
518 <!-- Announcement made when the airplane mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
519 <string name="accessibility_quick_settings_airplane_changed_on">Airplane mode turned on.</string>
John Spurlock3c4076a2015-02-24 12:12:25 -0500520 <!-- Content description of the do not disturb tile in quick settings when on in none (not shown on the screen). [CHAR LIMIT=NONE] -->
Amin Shaikh3468e5a2018-04-18 11:39:07 -0400521 <string name="accessibility_quick_settings_dnd_none_on">total silence</string>
John Spurlock4f1163c2015-04-02 17:41:21 -0400522 <!-- Content description of the do not disturb tile in quick settings when on in alarms only (not shown on the screen). [CHAR LIMIT=NONE] -->
Amin Shaikh3468e5a2018-04-18 11:39:07 -0400523 <string name="accessibility_quick_settings_dnd_alarms_on">alarms only</string>
Jason Monk3e4a99c2016-04-22 14:08:27 -0400524 <!-- Content description of the do not disturb tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
525 <string name="accessibility_quick_settings_dnd">Do not disturb.</string>
John Spurlock3c4076a2015-02-24 12:12:25 -0500526 <!-- Announcement made when do not disturb changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
527 <string name="accessibility_quick_settings_dnd_changed_off">Do not disturb turned off.</string>
528 <!-- Announcement made when do not disturb changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
529 <string name="accessibility_quick_settings_dnd_changed_on">Do not disturb turned on.</string>
Jason Monk3e4a99c2016-04-22 14:08:27 -0400530 <!-- Content description of the bluetooth tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
531 <string name="accessibility_quick_settings_bluetooth">Bluetooth.</string>
Selim Cinek4fda7b22014-08-18 22:07:25 +0200532 <!-- Content description of the bluetooth tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
533 <string name="accessibility_quick_settings_bluetooth_off">Bluetooth off.</string>
534 <!-- Content description of the bluetooth tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
535 <string name="accessibility_quick_settings_bluetooth_on">Bluetooth on.</string>
536 <!-- Content description of the bluetooth tile in quick settings when connecting (not shown on the screen). [CHAR LIMIT=NONE] -->
537 <string name="accessibility_quick_settings_bluetooth_connecting">Bluetooth connecting.</string>
538 <!-- Content description of the bluetooth tile in quick settings when connected (not shown on the screen). [CHAR LIMIT=NONE] -->
539 <string name="accessibility_quick_settings_bluetooth_connected">Bluetooth connected.</string>
540 <!-- Announcement made when the bluetooth is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
541 <string name="accessibility_quick_settings_bluetooth_changed_off">Bluetooth turned off.</string>
542 <!-- Announcement made when the bluetooth is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
543 <string name="accessibility_quick_settings_bluetooth_changed_on">Bluetooth turned on.</string>
544 <!-- Content description of the location tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
545 <string name="accessibility_quick_settings_location_off">Location reporting off.</string>
546 <!-- Content description of the location tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
547 <string name="accessibility_quick_settings_location_on">Location reporting on.</string>
548 <!-- Announcement made when the location tile changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
549 <string name="accessibility_quick_settings_location_changed_off">Location reporting turned off.</string>
550 <!-- Announcement made when the location tile changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
551 <string name="accessibility_quick_settings_location_changed_on">Location reporting turned on.</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700552 <!-- Content description of the alarm tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
553 <string name="accessibility_quick_settings_alarm">Alarm set for <xliff:g id="time" example="Wed 3:30 PM">%s</xliff:g>.</string>
John Spurlock86005342014-05-23 11:58:00 -0400554 <!-- Content description of quick settings detail panel close button (not shown on the screen). [CHAR LIMIT=NONE] -->
Selim Cinek4fda7b22014-08-18 22:07:25 +0200555 <string name="accessibility_quick_settings_close">Close panel.</string>
John Spurlock86005342014-05-23 11:58:00 -0400556 <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
Selim Cinek4fda7b22014-08-18 22:07:25 +0200557 <string name="accessibility_quick_settings_more_time">More time.</string>
John Spurlock86005342014-05-23 11:58:00 -0400558 <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
Selim Cinek4fda7b22014-08-18 22:07:25 +0200559 <string name="accessibility_quick_settings_less_time">Less time.</string>
560 <!-- Content description of the flashlight tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
561 <string name="accessibility_quick_settings_flashlight_off">Flashlight off.</string>
Jason Monk611994e2016-02-25 16:46:55 -0500562 <!-- Content description of the flashlight tile in quick settings when unavailable (not shown on the screen). [CHAR LIMIT=NONE] -->
563 <string name="accessibility_quick_settings_flashlight_unavailable">Flashlight unavailable.</string>
Selim Cinek4fda7b22014-08-18 22:07:25 +0200564 <!-- Content description of the flashlight tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
565 <string name="accessibility_quick_settings_flashlight_on">Flashlight on.</string>
566 <!-- Announcement made when the flashlight state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
567 <string name="accessibility_quick_settings_flashlight_changed_off">Flashlight turned off.</string>
568 <!-- Announcement made when the flashlight state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
569 <string name="accessibility_quick_settings_flashlight_changed_on">Flashlight turned on.</string>
570 <!-- Announcement made when the color inversion state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
571 <string name="accessibility_quick_settings_color_inversion_changed_off">Color inversion turned off.</string>
572 <!-- Announcement made when the color inversion state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
573 <string name="accessibility_quick_settings_color_inversion_changed_on">Color inversion turned on.</string>
574 <!-- Announcement made when the hotspot state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
575 <string name="accessibility_quick_settings_hotspot_changed_off">Mobile hotspot turned off.</string>
576 <!-- Announcement made when the hotspot state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
577 <string name="accessibility_quick_settings_hotspot_changed_on">Mobile hotspot turned on.</string>
578 <!-- Announcement made when the screen stopped casting (not shown on the screen). [CHAR LIMIT=NONE] -->
579 <string name="accessibility_casting_turned_off">Screen casting stopped.</string>
Rubin Xu1205fb12015-11-04 17:45:03 +0000580 <!-- Content description of the work mode title in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
581 <string name="accessibility_quick_settings_work_mode_off">Work mode off.</string>
582 <!-- Content description of the work mode title in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
583 <string name="accessibility_quick_settings_work_mode_on">Work mode on.</string>
584 <!-- Announcement made when the work mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
585 <string name="accessibility_quick_settings_work_mode_changed_off">Work mode turned off.</string>
586 <!-- Announcement made when the work mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
587 <string name="accessibility_quick_settings_work_mode_changed_on">Work mode turned on.</string>
Felipe Leme3e5e8412016-03-09 15:44:23 -0800588 <!-- Announcement made when the Data Saver changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
589 <string name="accessibility_quick_settings_data_saver_changed_off">Data Saver turned off.</string>
590 <!-- Announcement made when the Data Saver changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
591 <string name="accessibility_quick_settings_data_saver_changed_on">Data Saver turned on.</string>
Jim Miller17377762011-10-11 15:33:34 -0700592
Adrian Roos4697d662014-08-14 15:37:27 +0200593 <!-- Content description of the display brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
594 <string name="accessibility_brightness">Display brightness</string>
595
Adrian Roos56021892017-02-27 20:25:09 +0100596 <!-- Content description of the charging indicator on Ambient Display (lower-power version of the lock screen). [CHAR LIMIT=NONE] -->
597 <string name="accessibility_ambient_display_charging">Charging</string>
598
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700599 <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
Adrian Roos6c7709002014-11-24 14:01:30 +0100600 <string name="data_usage_disabled_dialog_3g_title">2G-3G data is paused</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700601 <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
Adrian Roos6c7709002014-11-24 14:01:30 +0100602 <string name="data_usage_disabled_dialog_4g_title">4G data is paused</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700603 <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
Dan Sandlerbdbee722017-04-17 10:09:24 -0400604 <string name="data_usage_disabled_dialog_mobile_title">Mobile data is paused</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700605 <!-- Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
Adrian Roos6c7709002014-11-24 14:01:30 +0100606 <string name="data_usage_disabled_dialog_title">Data is paused</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700607 <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] -->
Dan Sandlerbdbee722017-04-17 10:09:24 -0400608 <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>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700609 <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] -->
Adrian Roos6c7709002014-11-24 14:01:30 +0100610 <string name="data_usage_disabled_dialog_enable">Resume</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700611
Daniel Sandler2b697352011-07-22 16:23:09 -0400612 <!-- Notification text: when GPS is getting a fix [CHAR LIMIT=50] -->
613 <string name="gps_notification_searching_text">Searching for GPS</string>
614
615 <!-- Notification text: when GPS has found a fix [CHAR LIMIT=50] -->
616 <string name="gps_notification_found_text">Location set by GPS</string>
617
David Christiec750c1f2013-08-08 12:56:57 -0700618 <!-- Accessibility text describing the presence of active location requests by one or more apps -->
619 <string name="accessibility_location_active">Location requests active</string>
620
Daniel Sandlerbcf6ef0b2011-09-30 11:43:36 -0400621 <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
622 <string name="accessibility_clear_all">Clear all notifications.</string>
Daniel Sandler221733a2011-11-03 15:21:33 -0400623
Selim Cinekc897bd32016-03-18 17:32:31 -0700624 <!-- The overflow indicator shown when a group has more notification inside the group than the visible ones. An example is "+ 3" [CHAR LIMIT=5] -->
625 <string name="notification_group_overflow_indicator">+ <xliff:g id="number" example="3">%s</xliff:g></string>
Lucas Dupin4c797d62018-05-07 15:32:13 -0700626 <!-- The overflow indicator shown when a group has more notification inside the group than the visible ones. An example is "New message, +3" [CHAR LIMIT=7] -->
627 <string name="notification_group_overflow_indicator_ambient"><xliff:g id="notification_title" example="New message">%s</xliff:g>, +<xliff:g id="overflow" example="+3">%s</xliff:g></string>
Selim Cinekc897bd32016-03-18 17:32:31 -0700628
Selim Cinekddf1b392016-05-27 16:33:10 -0700629 <!-- Content description describing how many more notifications are in a group [CHAR LIMIT=NONE] -->
630 <plurals name="notification_group_overflow_description">
631 <item quantity="one"><xliff:g id="number" example="1">%s</xliff:g> more notification inside.</item>
632 <item quantity="other"><xliff:g id="number" example="3">%s</xliff:g> more notifications inside.</item>
633 </plurals>
634
Dan Sandlerf4db75c2014-09-03 18:02:31 +0200635 <!-- Content description of button in notification inspector for system settings relating to
636 notifications from this application [CHAR LIMIT=NONE] -->
637 <string name="status_bar_notification_inspect_item_title">Notification settings</string>
638
639 <!-- Content description of button in notification inspetor for application-provided settings
640 for its own notifications [CHAR LIMIT=NONE] -->
641 <string name="status_bar_notification_app_settings_title"><xliff:g id="app_name" example="Calendar">%s</xliff:g> settings</string>
Daniel Sandlerd2217f02012-05-04 16:40:13 -0400642
Daniel Sandler9ff63782012-05-03 23:16:42 -0400643 <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is on. [CHAR LIMIT=NONE] -->
644 <string name="accessibility_rotation_lock_off">Screen will rotate automatically.</string>
645
646 <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
647 <string name="accessibility_rotation_lock_on_landscape">Screen is locked in landscape orientation.</string>
648
649 <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
650 <string name="accessibility_rotation_lock_on_portrait">Screen is locked in portrait orientation.</string>
Daniel Sandler0bcf4ad2012-08-31 16:18:31 -0400651
Selim Cinek4fda7b22014-08-18 22:07:25 +0200652 <!-- Announcement made when the screen is rotating automatically again (not shown on the screen). [CHAR LIMIT=NONE] -->
653 <string name="accessibility_rotation_lock_off_changed">Screen will now rotate automatically.</string>
654
655 <!-- Announcement made when the rotation lock state changes to landscape only (not shown on the screen). [CHAR LIMIT=NONE] -->
656 <string name="accessibility_rotation_lock_on_landscape_changed">Screen is now locked in landscape orientation.</string>
657
658 <!-- Announcement made when the rotation lock state changes to portrait only (not shown on the screen). [CHAR LIMIT=NONE] -->
659 <string name="accessibility_rotation_lock_on_portrait_changed">Screen is now locked in portrait orientation.</string>
660
Daniel Sandlera30b70352013-09-16 10:16:49 -0400661 <!-- Name of the K-release easter egg: a display case for all our tastiest desserts. [CHAR LIMIT=30] -->
662 <string name="dessert_case">Dessert Case</string>
Daniel Sandler32f6fd52012-09-06 01:22:59 -0400663
664 <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
Jason Monk427aa242016-04-20 13:44:05 -0400665 <string name="start_dreams">Screen saver</string>
Daniel Sandler32f6fd52012-09-06 01:22:59 -0400666
Daniel Sandlerced8d212012-09-12 17:33:27 -0700667 <!-- Textual description of Ethernet connections -->
668 <string name="ethernet_label">Ethernet</string>
669
Rohan Shahdb2cfa32018-02-20 11:27:22 -0800670 <!-- 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] -->
Rohan Shah28e1c0c2018-03-16 11:15:44 -0700671 <string name="quick_settings_header_onboarding_text">Touch &amp; hold icons for more options</string>
John Spurlock3c4076a2015-02-24 12:12:25 -0500672 <!-- QuickSettings: Do not disturb [CHAR LIMIT=NONE] -->
673 <string name="quick_settings_dnd_label">Do not disturb</string>
674 <!-- QuickSettings: Do not disturb - Priority only [CHAR LIMIT=NONE] -->
675 <string name="quick_settings_dnd_priority_label">Priority only</string>
John Spurlock4f1163c2015-04-02 17:41:21 -0400676 <!-- QuickSettings: Do not disturb - Alarms only [CHAR LIMIT=NONE] -->
677 <string name="quick_settings_dnd_alarms_label">Alarms only</string>
John Spurlockd9c75db2015-04-28 11:19:13 -0400678 <!-- QuickSettings: Do not disturb - Total silence [CHAR LIMIT=NONE] -->
679 <string name="quick_settings_dnd_none_label">Total silence</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700680 <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] -->
681 <string name="quick_settings_bluetooth_label">Bluetooth</string>
Winson Chung5f623012012-09-14 14:58:43 -0700682 <!-- QuickSettings: Bluetooth (Multiple) [CHAR LIMIT=NONE] -->
683 <string name="quick_settings_bluetooth_multiple_devices_label">Bluetooth (<xliff:g id="number">%d</xliff:g> Devices)</string>
Winson Chung34563e22012-09-21 17:19:49 -0700684 <!-- QuickSettings: Bluetooth (Off) [CHAR LIMIT=NONE] -->
685 <string name="quick_settings_bluetooth_off_label">Bluetooth Off</string>
John Spurlock486b78e2014-07-07 08:37:56 -0400686 <!-- QuickSettings: Bluetooth detail panel, text when there are no items [CHAR LIMIT=NONE] -->
687 <string name="quick_settings_bluetooth_detail_empty_text">No paired devices available</string>
Rohan Shahd5df1752018-01-19 10:45:09 -0800688 <!-- QuickSettings: Bluetooth secondary label for the battery level of a connected device [CHAR LIMIT=20]-->
689 <string name="quick_settings_bluetooth_secondary_label_battery_level"><xliff:g id="battery_level_as_percentage">%s</xliff:g> battery</string>
690 <!-- QuickSettings: Bluetooth secondary label for an audio device being connected [CHAR LIMIT=20]-->
691 <string name="quick_settings_bluetooth_secondary_label_audio">Audio</string>
692 <!-- QuickSettings: Bluetooth secondary label for a headset being connected [CHAR LIMIT=20]-->
693 <string name="quick_settings_bluetooth_secondary_label_headset">Headset</string>
694 <!-- QuickSettings: Bluetooth secondary label for an input/IO device being connected [CHAR LIMIT=20]-->
695 <string name="quick_settings_bluetooth_secondary_label_input">Input</string>
Amin Shaikhd03a7432018-03-01 15:46:55 -0500696 <!-- QuickSettings: Bluetooth secondary label shown when bluetooth is being enabled [CHAR LIMIT=NONE] -->
697 <string name="quick_settings_bluetooth_secondary_label_transient">Turning on&#8230;</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700698 <!-- QuickSettings: Brightness [CHAR LIMIT=NONE] -->
699 <string name="quick_settings_brightness_label">Brightness</string>
Winson Chungd4726d02012-09-14 12:27:29 -0700700 <!-- QuickSettings: Rotation Unlocked [CHAR LIMIT=NONE] -->
John Spurlock012d4a22014-06-04 00:40:18 -0400701 <string name="quick_settings_rotation_unlocked_label">Auto-rotate</string>
Jason Monk3e4a99c2016-04-22 14:08:27 -0400702 <!-- Accessibility label for Auto-ratate QuickSettings tile [CHAR LIMIT=NONE] -->
703 <string name="accessibility_quick_settings_rotation">Auto-rotate screen</string>
704 <!-- Accessibility label for value of Auto-ratate QuickSettings tile [CHAR LIMIT=NONE] -->
Jason Monk92de7192017-03-23 10:05:18 -0400705 <string name="accessibility_quick_settings_rotation_value"><xliff:g name="rotation" example="Portrait">%s</xliff:g> mode</string>
Winson Chungd4726d02012-09-14 12:27:29 -0700706 <!-- QuickSettings: Rotation Locked [CHAR LIMIT=NONE] -->
John Spurlock012d4a22014-06-04 00:40:18 -0400707 <string name="quick_settings_rotation_locked_label">Rotation locked</string>
John Spurlock8ab172e2013-12-19 16:39:23 -0500708 <!-- QuickSettings: Locked to Portrait [CHAR LIMIT=NONE] -->
John Spurlock012d4a22014-06-04 00:40:18 -0400709 <string name="quick_settings_rotation_locked_portrait_label">Portrait</string>
John Spurlock8ab172e2013-12-19 16:39:23 -0500710 <!-- QuickSettings: Locked to Landscape [CHAR LIMIT=NONE] -->
John Spurlock012d4a22014-06-04 00:40:18 -0400711 <string name="quick_settings_rotation_locked_landscape_label">Landscape</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700712 <!-- QuickSettings: IME [CHAR LIMIT=NONE] -->
Winson Chung2a4057d2012-09-12 18:30:06 -0700713 <string name="quick_settings_ime_label">Input Method</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700714 <!-- QuickSettings: Location [CHAR LIMIT=NONE] -->
David Christie03ed0122013-07-30 18:11:23 -0700715 <string name="quick_settings_location_label">Location</string>
716 <!-- QuickSettings: Location (Off) [CHAR LIMIT=NONE] -->
717 <string name="quick_settings_location_off_label">Location Off</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700718 <!-- QuickSettings: Media device [CHAR LIMIT=NONE] -->
719 <string name="quick_settings_media_device_label">Media device</string>
720 <!-- QuickSettings: RSSI [CHAR LIMIT=NONE] -->
721 <string name="quick_settings_rssi_label">RSSI</string>
722 <!-- QuickSettings: RSSI (No network) [CHAR LIMIT=NONE] -->
723 <string name="quick_settings_rssi_emergency_only">Emergency Calls Only</string>
724 <!-- QuickSettings: Settings [CHAR LIMIT=NONE] -->
725 <string name="quick_settings_settings_label">Settings</string>
726 <!-- QuickSettings: Time [CHAR LIMIT=NONE] -->
727 <string name="quick_settings_time_label">Time</string>
728 <!-- QuickSettings: User [CHAR LIMIT=NONE] -->
729 <string name="quick_settings_user_label">Me</string>
Adrian Roos5f1652c2014-07-14 22:39:54 +0200730 <!-- QuickSettings: Title of the user detail panel [CHAR LIMIT=NONE] -->
731 <string name="quick_settings_user_title">User</string>
732 <!-- QuickSettings: Label on the item for adding a new user [CHAR LIMIT=NONE] -->
733 <string name="quick_settings_user_new_user">New user</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700734 <!-- QuickSettings: Wifi [CHAR LIMIT=NONE] -->
Winson Chungf4b5ab12012-09-24 16:47:46 -0700735 <string name="quick_settings_wifi_label">Wi-Fi</string>
736 <!-- QuickSettings: Wifi (Not connected) [CHAR LIMIT=NONE] -->
737 <string name="quick_settings_wifi_not_connected">Not Connected</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700738 <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] -->
739 <string name="quick_settings_wifi_no_network">No Network</string>
Winson Chung34563e22012-09-21 17:19:49 -0700740 <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] -->
Winson Chungf4b5ab12012-09-24 16:47:46 -0700741 <string name="quick_settings_wifi_off_label">Wi-Fi Off</string>
Jason Monk3e4a99c2016-04-22 14:08:27 -0400742 <!-- QuickSettings: Wifi (On) [CHAR LIMIT=NONE] -->
743 <string name="quick_settings_wifi_on_label">Wi-Fi On</string>
John Spurlock486b78e2014-07-07 08:37:56 -0400744 <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] -->
Jason Monke12485f2015-06-05 10:15:02 -0400745 <string name="quick_settings_wifi_detail_empty_text">No Wi-Fi networks available</string>
Amin Shaikhd03a7432018-03-01 15:46:55 -0500746 <!-- QuickSettings: Wifi secondary label shown when the wifi is being enabled [CHAR LIMIT=NONE] -->
747 <string name="quick_settings_wifi_secondary_label_transient">Turning on&#8230;</string>
John Spurlock1e6eb172014-07-13 11:59:50 -0400748 <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] -->
John Spurlock83957a32015-03-17 14:23:00 -0400749 <string name="quick_settings_cast_title">Cast</string>
John Spurlock1e6eb172014-07-13 11:59:50 -0400750 <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] -->
751 <string name="quick_settings_casting">Casting</string>
752 <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] -->
753 <string name="quick_settings_cast_device_default_name">Unnamed device</string>
754 <!-- QuickSettings: Cast detail panel, default device description [CHAR LIMIT=NONE] -->
755 <string name="quick_settings_cast_device_default_description">Ready to cast</string>
756 <!-- QuickSettings: Cast detail panel, text when there are no items [CHAR LIMIT=NONE] -->
757 <string name="quick_settings_cast_detail_empty_text">No devices available</string>
Winson Chung1679b362012-09-10 20:08:01 -0700758 <!-- QuickSettings: Brightness dialog title [CHAR LIMIT=NONE] -->
759 <string name="quick_settings_brightness_dialog_title">Brightness</string>
760 <!-- QuickSettings: Brightness dialog auto brightness button [CHAR LIMIT=NONE] -->
761 <string name="quick_settings_brightness_dialog_auto_brightness_label">AUTO</string>
Alan Viverette2a648612013-10-10 12:22:57 -0700762 <!-- QuickSettings: Label for the toggle that controls whether display inversion is enabled. [CHAR LIMIT=NONE] -->
John Spurlockaf8d6c42014-05-07 17:49:08 -0400763 <string name="quick_settings_inversion_label">Invert colors</string>
Alan Viverette2a648612013-10-10 12:22:57 -0700764 <!-- QuickSettings: Label for the toggle that controls whether display color correction is enabled. [CHAR LIMIT=NONE] -->
Alan Viveretteda0cc3e2013-09-26 13:11:54 -0700765 <string name="quick_settings_color_space_label">Color correction mode</string>
John Spurlockaf8d6c42014-05-07 17:49:08 -0400766 <!-- QuickSettings: Control panel: Label for button that navigates to settings. [CHAR LIMIT=NONE] -->
767 <string name="quick_settings_more_settings">More settings</string>
John Spurlock7f8f22a2014-07-02 18:54:17 -0400768 <!-- QuickSettings: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
769 <string name="quick_settings_done">Done</string>
770 <!-- QuickSettings: Control panel: Label for connected device. [CHAR LIMIT=NONE] -->
771 <string name="quick_settings_connected">Connected</string>
Jack He0e16a862017-06-28 14:17:10 -0700772 <!-- QuickSettings: Control panel: Label for connected device, showing remote device battery level. [CHAR LIMIT=NONE] -->
773 <string name="quick_settings_connected_battery_level">Connected, battery <xliff:g id="battery_level_as_percentage">%1$s</xliff:g></string>
John Spurlock486b78e2014-07-07 08:37:56 -0400774 <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] -->
775 <string name="quick_settings_connecting">Connecting...</string>
John Spurlockaf8d6c42014-05-07 17:49:08 -0400776 <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] -->
777 <string name="quick_settings_tethering_label">Tethering</string>
778 <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] -->
779 <string name="quick_settings_hotspot_label">Hotspot</string>
Rohan Shah1b497b02018-01-24 11:28:37 -0800780 <!-- QuickSettings: Hotspot. Secondary label shown when the hotspot is being enabled [CHAR LIMIT=NONE] -->
Amin Shaikhd03a7432018-03-01 15:46:55 -0500781 <string name="quick_settings_hotspot_secondary_label_transient">Turning on&#8230;</string>
Rohan Shah2c23b132018-03-09 13:41:11 -0800782 <!-- QuickSettings: Hotspot. Secondary label shown when Data Saver mode is enabled to explain to
783 the user why they can't toggle the hotspot tile. [CHAR LIMIT=20] -->
784 <string name="quick_settings_hotspot_secondary_label_data_saver_enabled">Data Saver is on</string>
Rohan Shahe4071122018-01-22 15:16:09 -0800785 <!-- QuickSettings: Hotspot: Secondary label for how many devices are connected to the hotspot [CHAR LIMIT=NONE] -->
Rohan Shah1b497b02018-01-24 11:28:37 -0800786 <plurals name="quick_settings_hotspot_secondary_label_num_devices">
Rohan Shahe4071122018-01-22 15:16:09 -0800787 <item quantity="one">%d device</item>
788 <item quantity="other">%d devices</item>
789 </plurals>
John Spurlock86005342014-05-23 11:58:00 -0400790 <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] -->
791 <string name="quick_settings_notifications_label">Notifications</string>
Adrian Roosb83777b2014-06-30 15:11:53 +0200792 <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] -->
793 <string name="quick_settings_flashlight_label">Flashlight</string>
John Spurlockb98f7472014-07-08 17:09:42 -0400794 <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] -->
Dan Sandlerbdbee722017-04-17 10:09:24 -0400795 <string name="quick_settings_cellular_detail_title">Mobile data</string>
John Spurlockb98f7472014-07-08 17:09:42 -0400796 <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] -->
797 <string name="quick_settings_cellular_detail_data_usage">Data usage</string>
John Spurlock5e9049a2014-07-08 23:40:46 -0400798 <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] -->
799 <string name="quick_settings_cellular_detail_remaining_data">Remaining data</string>
800 <!-- QuickSettings: Cellular detail panel, over limit title [CHAR LIMIT=NONE] -->
John Spurlockbeaf1172014-11-24 12:25:32 -0500801 <string name="quick_settings_cellular_detail_over_limit">Over limit</string>
John Spurlock5e9049a2014-07-08 23:40:46 -0400802 <!-- QuickSettings: Cellular detail panel, data used format string [CHAR LIMIT=NONE] -->
803 <string name="quick_settings_cellular_detail_data_used"><xliff:g id="data_used" example="2.0 GB">%s</xliff:g> used</string>
804 <!-- QuickSettings: Cellular detail panel, data limit format string [CHAR LIMIT=NONE] -->
805 <string name="quick_settings_cellular_detail_data_limit"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> limit</string>
John Spurlockd11a19b2014-07-13 16:07:57 -0400806 <!-- QuickSettings: Cellular detail panel, data warning format string [CHAR LIMIT=NONE] -->
807 <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string>
Tony Mak6c76f552018-01-09 17:30:54 +0000808 <!-- QuickSettings: This string is in the easy-to-view settings that a user can pull down from
809 the top of their phone's screen. This is a label for a toggle to turn the work profile on and
810 off. "Work profile" means a separate profile on a user's phone that's specifically for their
811 work apps and managed by their company. "Work" is used as an adjective. [CHAR LIMIT=NONE] -->
Tony Mak83533f42018-02-22 18:22:32 +0000812 <string name="quick_settings_work_mode_label">Work profile</string>
Justin Klaassen13790902016-06-21 20:28:12 -0700813 <!-- QuickSettings: Label for the toggle to activate Night display (renamed "Night Light" with title caps). [CHAR LIMIT=20] -->
814 <string name="quick_settings_night_display_label">Night Light</string>
Rohan Shah785f3d72018-01-18 09:54:20 -0800815 <!-- QuickSettings: Secondary text for when the Night Light will be enabled at sunset. [CHAR LIMIT=20] -->
816 <string name="quick_settings_night_secondary_label_on_at_sunset">On at sunset</string>
817 <!-- QuickSettings: Secondary text for when the Night Light will be on until sunrise. [CHAR LIMIT=20] -->
818 <string name="quick_settings_night_secondary_label_until_sunrise">Until sunrise</string>
819 <!-- QuickSettings: Secondary text for when the Night Light will be enabled at some user-selected time. [CHAR LIMIT=20] -->
820 <string name="quick_settings_night_secondary_label_on_at">On at <xliff:g id="time" example="10 pm">%s</xliff:g></string>
Rohan Shah98cd6912018-03-23 13:16:11 -0700821 <!-- QuickSettings: Secondary text for when the Night Light or some other tile will be on until some user-selected time. [CHAR LIMIT=20] -->
822 <string name="quick_settings_secondary_label_until">Until <xliff:g id="time" example="7 am">%s</xliff:g></string>
Rohan Shah785f3d72018-01-18 09:54:20 -0800823
Anas Karbilaf7648f42016-12-11 00:55:02 +0100824 <!-- QuickSettings: NFC tile [CHAR LIMIT=NONE] -->
825 <string name="quick_settings_nfc_label">NFC</string>
826 <!-- QuickSettings: NFC (off) [CHAR LIMIT=NONE] -->
827 <string name="quick_settings_nfc_off">NFC is disabled</string>
828 <!-- QuickSettings: NFC (on) [CHAR LIMIT=NONE] -->
829 <string name="quick_settings_nfc_on">NFC is enabled</string>
Daniel Sandlerb17a7262012-10-05 14:32:50 -0400830
Winson Chung303e1ff2014-03-07 15:06:19 -0800831 <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
Winson196e8612016-03-15 15:20:17 -0700832 <string name="recents_empty_message">No recent items</string>
833 <!-- Recents: The empty recents string after dismissing all tasks. [CHAR LIMIT=NONE] -->
834 <string name="recents_empty_message_dismissed_all">You\'ve cleared everything</string>
Winson Chung9f9679d2014-04-11 16:49:09 -0700835 <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] -->
836 <string name="recents_app_info_button_label">Application Info</string>
Jason Monk61f9c342014-10-22 16:45:47 -0400837 <!-- Recents: The screen pinning button. [CHAR LIMIT=NONE] -->
838 <string name="recents_lock_to_app_button_label">screen pinning</string>
Winson Chungecd9b302014-04-16 17:07:18 -0700839 <!-- Recents: Temporary string for the button in the recents search bar. [CHAR LIMIT=NONE] -->
840 <string name="recents_search_bar_label">search</string>
Winson Chung4e96eb72014-09-17 15:16:09 +0200841 <!-- Recents: Launch error string. [CHAR LIMIT=NONE] -->
842 <string name="recents_launch_error_message">Could not start <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
Winson8be16342016-02-09 11:53:27 -0800843 <!-- Recents: Launch disabled string. [CHAR LIMIT=NONE] -->
844 <string name="recents_launch_disabled_message"><xliff:g id="app" example="Calendar">%s</xliff:g> is disabled in safe-mode.</string>
Winson8f6ee482016-03-18 17:51:48 -0700845 <!-- Recents: Stack action button string. [CHAR LIMIT=NONE] -->
846 <string name="recents_stack_action_button_label">Clear all</string>
Winson99ef4582016-04-18 16:57:27 -0700847 <!-- Recents: Hint text that shows on the drop targets to start multiwindow. [CHAR LIMIT=NONE] -->
848 <string name="recents_drag_hint_message">Drag here to use split screen</string>
Tracy Zhou0ad27632018-04-11 20:40:53 -0700849 <!-- Recents: Text that shows above the navigation bar after launching a few apps. [CHAR LIMIT=NONE] -->
850 <string name="recents_swipe_up_onboarding">Swipe up to switch apps</string>
851 <!-- Recents: Text that shows above the navigation bar after launching several apps. [CHAR LIMIT=NONE] -->
852 <string name="recents_quick_scrub_onboarding">Drag right to quickly switch apps</string>
Daniel Sandlerdfaf3bd2013-04-12 01:39:02 -0400853
Winson Chungd16c5652015-01-26 16:11:07 -0800854 <!-- Recents: MultiStack add stack split horizontal radio button. [CHAR LIMIT=NONE] -->
855 <string name="recents_multistack_add_stack_dialog_split_horizontal">Split Horizontal</string>
856 <!-- Recents: MultiStack add stack split vertical radio button. [CHAR LIMIT=NONE] -->
857 <string name="recents_multistack_add_stack_dialog_split_vertical">Split Vertical</string>
858 <!-- Recents: MultiStack add stack split custom radio button. [CHAR LIMIT=NONE] -->
859 <string name="recents_multistack_add_stack_dialog_split_custom">Split Custom</string>
Matthew Ngb7035f32017-01-19 11:04:50 -0800860 <!-- Recents: Accessibility split to the top -->
861 <string name="recents_accessibility_split_screen_top">Split screen to the top</string>
862 <!-- Recents: Accessibility split to the left -->
863 <string name="recents_accessibility_split_screen_left">Split screen to the left</string>
864 <!-- Recents: Accessibility split to the right -->
865 <string name="recents_accessibility_split_screen_right">Split screen to the right</string>
Winson Chungd16c5652015-01-26 16:11:07 -0800866
Matthew Ng44b14502018-05-04 11:10:14 -0700867 <!-- QuickStep: Accessibility to toggle overview [CHAR LIMIT=40] -->
868 <string name="quick_step_accessibility_toggle_overview">Toggle Overview</string>
869
Adrian Roos59a61272014-06-06 19:07:24 +0200870 <!-- Expanded Status Bar Header: Battery Charged [CHAR LIMIT=40] -->
871 <string name="expanded_header_battery_charged">Charged</string>
872
873 <!-- Expanded Status Bar Header: Charging, no known time [CHAR LIMIT=40] -->
874 <string name="expanded_header_battery_charging">Charging</string>
875
876 <!-- Expanded Status Bar Header: Charging, showing time left until charged [CHAR LIMIT=40] -->
877 <string name="expanded_header_battery_charging_with_time"><xliff:g id="charging_time" example="2 hrs 25 min">%s</xliff:g> until full</string>
878
879 <!-- Expanded Status Bar Header: Not charging [CHAR LIMIT=40] -->
880 <string name="expanded_header_battery_not_charging">Not charging</string>
881
Geoffrey Borggaard348fc482013-08-08 14:32:39 -0400882 <!-- Shows up when there is a user SSL CA Cert installed on the
Maggie Benthall68881e42013-09-17 19:23:59 -0400883 device. Indicates to the user that SSL traffic can be intercepted.
884 If the text fits on one line (~14 chars), it should start with a
885 linebreak to position it correctly. [CHAR LIMIT=45] -->
886 <string name="ssl_ca_cert_warning">Network may\nbe monitored</string>
Maggie Benthall0469f412013-09-05 15:30:26 -0400887
John Spurlock74d24802013-12-02 17:14:51 -0500888 <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
889 <string name="description_target_search">Search</string>
890 <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
891 <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
892 <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
893 <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
John Spurlockbf20eab2014-04-09 16:40:39 -0400894
John Spurlockf55b7f22015-04-13 19:21:26 -0400895 <!-- Zen mode: Priority only introduction message on first use -->
Rajeev Kumar07a84452017-06-07 14:48:43 -0700896 <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>
Julia Reynoldsd7a00aa2017-02-16 15:01:36 -0500897
898 <!-- Zen mode: Alarms only introduction message on first use -->
Rajeev Kumar07a84452017-06-07 14:48:43 -0700899 <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>
John Spurlockf55b7f22015-04-13 19:21:26 -0400900
901 <!-- Zen mode: Priority only customization button label -->
902 <string name="zen_priority_customize_button">Customize</string>
903
John Spurlockcbd7a312015-06-21 10:46:28 -0400904 <!-- Zen mode: Total silence introduction message on first use (voice capable devices) -->
Rajeev Kumar07a84452017-06-07 14:48:43 -0700905 <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>
John Spurlockcbd7a312015-06-21 10:46:28 -0400906
907 <!-- Zen mode: Total silence introduction message on first use (non-voice capable devices) -->
908 <string name="zen_silence_introduction">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games.</string>
John Spurlock89f060a2014-07-16 21:03:15 -0400909
Jorim Jaggib741f052014-06-03 19:57:26 +0200910 <!-- Text for overflow card on Keyguard when there is not enough space for all notifications on Keyguard. [CHAR LIMIT=1] -->
911 <string name="keyguard_more_overflow_text">+<xliff:g id="number_of_notifications" example="5">%d</xliff:g></string>
Jorim Jaggie70d31f2014-04-24 22:08:30 +0200912
Selim Cinekc27437b2014-05-14 10:23:33 +0200913 <!-- An explanation for the visual speed bump in the notifications, which will appear when you click on it. [CHAR LIMIT=50] -->
914 <string name="speed_bump_explanation">Less urgent notifications below</string>
915
Jorim Jaggie70d31f2014-04-24 22:08:30 +0200916 <!-- 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] -->
Dan Sandlerf4b59682016-04-23 11:12:00 -0400917 <string name="notification_tap_again">Tap again to open</string>
Jorim Jaggie70d31f2014-04-24 22:08:30 +0200918
919 <!-- Shows when people have pressed the unlock icon to explain how to unlock. [CHAR LIMIT=60] -->
920 <string name="keyguard_unlock">Swipe up to unlock</string>
John Spurlock9ba2ffd2014-05-19 12:32:19 -0400921
Bartosz Fabianowski46bea2e2016-12-06 01:20:29 +0100922 <!-- Text on keyguard screen and in Quick Settings footer indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=60] -->
Bartosz Fabianowski820c73d2017-03-10 17:50:45 +0100923 <string name="do_disclosure_generic">This device is managed by your organization</string>
Bartosz Fabianowski5f045002016-12-01 10:36:18 +0100924
Bartosz Fabianowski46bea2e2016-12-06 01:20:29 +0100925 <!-- Text on keyguard screen and in Quick Settings footer indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=40] -->
Bartosz Fabianowski5f045002016-12-01 10:36:18 +0100926 <string name="do_disclosure_with_name">This device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string>
927
Selim Cineke70d6532015-04-24 16:46:13 -0700928 <!-- Shows when people have clicked on the phone icon [CHAR LIMIT=60] -->
929 <string name="phone_hint">Swipe from icon for phone</string>
Jorim Jaggib3f0a2f2014-06-02 19:29:39 +0200930
Selim Cineke70d6532015-04-24 16:46:13 -0700931 <!-- Shows when people have clicked on the voice assist icon [CHAR LIMIT=60] -->
932 <string name="voice_hint">Swipe from icon for voice assist</string>
933
934 <!-- Shows when people have clicked on the camera icon [CHAR LIMIT=60] -->
935 <string name="camera_hint">Swipe from icon for camera</string>
Jorim Jaggib3f0a2f2014-06-02 19:29:39 +0200936
John Spurlockbd1abe62015-06-10 17:18:38 -0400937 <!-- Accessibility content description for Interruption level: None. [CHAR LIMIT=NONE] -->
938 <string name="interruption_level_none_with_warning">Total silence. This will also silence screen readers.</string>
939
John Spurlockf6ed7242015-04-30 14:29:33 -0400940 <!-- Interruption level: None. [CHAR LIMIT=40] -->
John Spurlockd9c75db2015-04-28 11:19:13 -0400941 <string name="interruption_level_none">Total silence</string>
John Spurlockae641c92014-06-30 18:11:40 -0400942
John Spurlockf6ed7242015-04-30 14:29:33 -0400943 <!-- Interruption level: Priority. [CHAR LIMIT=40] -->
John Spurlockf88d8082015-03-25 18:09:51 -0400944 <string name="interruption_level_priority">Priority only</string>
John Spurlockae641c92014-06-30 18:11:40 -0400945
John Spurlockf6ed7242015-04-30 14:29:33 -0400946 <!-- Interruption level: Alarms only. [CHAR LIMIT=40] -->
John Spurlock4f1163c2015-04-02 17:41:21 -0400947 <string name="interruption_level_alarms">Alarms only</string>
948
John Spurlockf6ed7242015-04-30 14:29:33 -0400949 <!-- Interruption level: None. Optimized for narrow two-line display. [CHAR LIMIT=40] -->
John Spurlockd9c75db2015-04-28 11:19:13 -0400950 <string name="interruption_level_none_twoline">Total\nsilence</string>
John Spurlock4f1163c2015-04-02 17:41:21 -0400951
John Spurlockf6ed7242015-04-30 14:29:33 -0400952 <!-- Interruption level: Priority. Optimized for narrow two-line display. [CHAR LIMIT=40] -->
John Spurlock4f1163c2015-04-02 17:41:21 -0400953 <string name="interruption_level_priority_twoline">Priority\nonly</string>
954
John Spurlockf6ed7242015-04-30 14:29:33 -0400955 <!-- Interruption level: Alarms only. Optimized for narrow two-line display. [CHAR LIMIT=40] -->
John Spurlock4f1163c2015-04-02 17:41:21 -0400956 <string name="interruption_level_alarms_twoline">Alarms\nonly</string>
957
Lucas Dupine531edd2018-03-06 09:50:49 -0800958 <!-- Indication on the keyguard that is shown when the device is charging. [CHAR LIMIT=50]-->
Lucas Dupin15ab3692018-02-27 12:07:31 -0800959 <string name="keyguard_indication_charging_time"><xliff:g id="percentage">%2$s</xliff:g> • Charging (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
Adrian Roos12c1ef52014-06-04 13:54:08 +0200960
Lucas Dupine531edd2018-03-06 09:50:49 -0800961 <!-- Indication on the keyguard that is shown when the device is charging rapidly. Should match keyguard_plugged_in_charging_fast [CHAR LIMIT=50]-->
Lucas Dupin15ab3692018-02-27 12:07:31 -0800962 <string name="keyguard_indication_charging_time_fast"><xliff:g id="percentage">%2$s</xliff:g> • Charging rapidly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
Adrian Roos7e39e592015-09-23 17:03:47 -0700963
Lucas Dupine531edd2018-03-06 09:50:49 -0800964 <!-- Indication on the keyguard that is shown when the device is charging slowly. Should match keyguard_plugged_in_charging_slowly [CHAR LIMIT=50]-->
Lucas Dupin15ab3692018-02-27 12:07:31 -0800965 <string name="keyguard_indication_charging_time_slowly"><xliff:g id="percentage">%2$s</xliff:g> • Charging slowly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
Adrian Roos7e39e592015-09-23 17:03:47 -0700966
Amith Yamasani1e9c2182014-06-11 17:25:51 -0700967 <!-- Related to user switcher --><skip/>
Adrian Roosccdff622014-08-06 00:07:18 +0200968
Adrian Roos1de02ee2014-08-12 15:10:19 +0200969 <!-- Accessibility label for the button that opens the user switcher. -->
970 <string name="accessibility_multi_user_switch_switcher">Switch user</string>
971
Adrian Roos57cf5702014-09-03 15:56:30 +0200972 <!-- Accessibility label for the button that opens the user switcher and announces the current user. -->
973 <string name="accessibility_multi_user_switch_switcher_with_current">Switch user, current user <xliff:g id="current_user_name" example="John Doe">%s</xliff:g></string>
974
Adrian Roosffc90972015-06-09 18:09:49 -0700975 <!-- Accessibility label for the user icon on the lock screen. -->
976 <string name="accessibility_multi_user_switch_inactive">Current user <xliff:g id="current_user_name" example="John Doe">%s</xliff:g></string>
977
Adrian Roos1de02ee2014-08-12 15:10:19 +0200978 <!-- Accessibility label for the button that opens the quick contact of the user. -->
979 <string name="accessibility_multi_user_switch_quick_contact">Show profile</string>
980
Adrian Roosccdff622014-08-06 00:07:18 +0200981 <!-- Label for the adding a new user in the user switcher [CHAR LIMIT=35] -->
982 <string name="user_add_user">Add user</string>
983
984 <!-- Name for a freshly added user [CHAR LIMIT=30] -->
985 <string name="user_new_user_name">New user</string>
986
Adrian Roos50052442014-07-17 23:35:18 +0200987 <!-- Name for the guest user [CHAR LIMIT=35] -->
Amith Yamasani1e9c2182014-06-11 17:25:51 -0700988 <string name="guest_nickname">Guest</string>
989
Adrian Roos50052442014-07-17 23:35:18 +0200990 <!-- Label for adding a new guest in the user switcher [CHAR LIMIT=35] -->
Adrian Roosbc0a9fe2014-08-11 20:36:01 +0200991 <string name="guest_new_guest">Add guest</string>
Amith Yamasani1e9c2182014-06-11 17:25:51 -0700992
Adrian Roos8d2a4e22014-08-13 19:16:34 +0200993 <!-- Label for exiting and removing the guest session in the user switcher [CHAR LIMIT=35] -->
994 <string name="guest_exit_guest">Remove guest</string>
Adrian Roos50052442014-07-17 23:35:18 +0200995
996 <!-- Title of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
Amith Yamasanie5b274a2014-08-18 07:57:56 -0700997 <string name="guest_exit_guest_dialog_title">Remove guest?</string>
Adrian Roos50052442014-07-17 23:35:18 +0200998
999 <!-- Message of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
Amith Yamasanie5b274a2014-08-18 07:57:56 -07001000 <string name="guest_exit_guest_dialog_message">All apps and data in this session will be deleted.</string>
1001
1002 <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
1003 <string name="guest_exit_guest_dialog_remove">Remove</string>
Adrian Roos50052442014-07-17 23:35:18 +02001004
1005 <!-- Title of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
1006 <string name="guest_wipe_session_title">Welcome back, guest!</string>
1007
1008 <!-- Message of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
Amith Yamasanid1e2cc32014-08-15 17:23:45 -07001009 <string name="guest_wipe_session_message">Do you want to continue your session?</string>
Adrian Roos50052442014-07-17 23:35:18 +02001010
1011 <!-- Notification when resuming an existing guest session: Action that starts a new session [CHAR LIMIT=35] -->
Amith Yamasanid1e2cc32014-08-15 17:23:45 -07001012 <string name="guest_wipe_session_wipe">Start over</string>
Adrian Roos50052442014-07-17 23:35:18 +02001013
1014 <!-- Notification when resuming an existing guest session: Action that continues with the current session [CHAR LIMIT=35] -->
Amith Yamasanid1e2cc32014-08-15 17:23:45 -07001015 <string name="guest_wipe_session_dontwipe">Yes, continue</string>
Adrian Roos50052442014-07-17 23:35:18 +02001016
Fyodor Kupolovf4d6ad22015-04-13 11:52:18 -07001017 <!-- Title of the notification shown to a new guest user [CHAR LIMIT=60] -->
1018 <string name="guest_notification_title">Guest user</string>
1019
1020 <!-- Text of the notification shown to a new guest user [CHAR LIMIT=60] -->
Fyodor Kupolov7b4ce6a2015-06-10 15:33:40 -07001021 <string name="guest_notification_text">To delete apps and data, remove guest user</string>
Fyodor Kupolovf4d6ad22015-04-13 11:52:18 -07001022
1023 <!-- Remove action in the notification shown to a new guest user [CHAR LIMIT=30] -->
1024 <string name="guest_notification_remove_action">REMOVE GUEST</string>
1025
Xiaohui Chen860397f2015-07-22 15:03:48 -07001026 <!-- Title of the notification shown to logout the current user [CHAR LIMIT=60] -->
1027 <string name="user_logout_notification_title">Logout user</string>
1028
1029 <!-- Text of the notification shown to logout the current user [CHAR LIMIT=60] -->
Xiaohui Chend876ad72015-07-27 16:43:46 -07001030 <string name="user_logout_notification_text">Logout current user</string>
Xiaohui Chen860397f2015-07-22 15:03:48 -07001031
1032 <!-- Logout action in the notification shown to logout the current user [CHAR LIMIT=30] -->
1033 <string name="user_logout_notification_action">LOGOUT USER</string>
1034
Adrian Roos0c6763a2014-09-08 19:11:00 +02001035 <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
1036 <string name="user_add_user_title" msgid="2108112641783146007">Add new user?</string>
1037
1038 <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
1039 <string name="user_add_user_message_short" msgid="1511354412249044381">When you add a new user, that person needs to set up their space.\n\nAny user can update apps for all other users. </string>
1040
Vadim Trysheva22dd332016-01-26 18:40:37 -08001041 <!-- Title of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
Xiyuan Xiacc3a74f62015-07-22 14:16:34 -07001042 <string name="user_remove_user_title">Remove user?</string>
1043
Vadim Trysheva22dd332016-01-26 18:40:37 -08001044 <!-- Message of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
Xiyuan Xiacc3a74f62015-07-22 14:16:34 -07001045 <string name="user_remove_user_message">All apps and data of this user will be deleted.</string>
1046
1047 <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
1048 <string name="user_remove_user_remove">Remove</string>
Adrian Roos50052442014-07-17 23:35:18 +02001049
John Spurlock3332ba52014-03-10 17:44:07 -04001050 <!-- Battery saver notification title. [CHAR LIMIT=60]-->
Evan Laird576cdcf2017-11-22 13:31:33 -05001051 <string name="battery_saver_notification_title">Battery Saver is on</string>
John Spurlock3332ba52014-03-10 17:44:07 -04001052
1053 <!-- Battery saver notification text. [CHAR LIMIT=60] -->
John Spurlock1bb480a2014-08-02 17:12:43 -04001054 <string name="battery_saver_notification_text">Reduces performance and background data</string>
John Spurlock3332ba52014-03-10 17:44:07 -04001055
1056 <!-- Battery saver notification action text. [CHAR LIMIT=60] -->
Evan Laird576cdcf2017-11-22 13:31:33 -05001057 <string name="battery_saver_notification_action_text">Turn off Battery Saver</string>
Jorim Jaggi853b0702014-07-05 04:31:14 +02001058
Michael Wrightc39d47a2014-07-08 18:07:36 -07001059 <!-- Media projection permission dialog warning text. [CHAR LIMIT=NONE] -->
1060 <string name="media_projection_dialog_text"><xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g> will start capturing everything that\'s displayed on your screen.</string>
1061
1062 <!-- Media projection permission dialog permanent grant check box. [CHAR LIMIT=NONE] -->
1063 <string name="media_projection_remember_text">Don\'t show again</string>
1064
Dan Sandlereceda3d2014-07-21 15:35:01 -04001065 <!-- The text to clear all notifications. [CHAR LIMIT=60] -->
1066 <string name="clear_all_notifications_text">Clear all</string>
1067
Julia Reynoldsed1c9af2018-03-21 15:21:09 -04001068 <!-- The text for the manage notifications link. [CHAR LIMIT=40] -->
1069 <string name="manage_notifications_text">Manage notifications</string>
1070
Julia Reynolds9cf17562018-03-14 09:49:35 -04001071 <!-- The text to show in the notifications shade when dnd is suppressing notifications. [CHAR LIMIT=100] -->
Beverly872cc2d2018-05-18 17:09:45 -04001072 <string name="dnd_suppressing_shade_text">Notifications paused by Do Not Disturb</string>
Julia Reynolds9cf17562018-03-14 09:49:35 -04001073
Michael Wrightc39d47a2014-07-08 18:07:36 -07001074 <!-- Media projection permission dialog action text. [CHAR LIMIT=60] -->
1075 <string name="media_projection_action_text">Start now</string>
Jorim Jaggiab3d0172014-07-26 01:24:52 +02001076
1077 <!-- Text which is shown in the notification shade when there are no notifications. [CHAR LIMIT=30] -->
1078 <string name="empty_shade_text">No notifications</string>
Jason Monk3d5f5512014-07-25 11:17:28 -04001079
Selim Cinek24ac55e2014-08-27 12:51:45 +02001080 <!-- Footer profile owned text [CHAR LIMIT=50] -->
1081 <string name="profile_owned_footer">Profile may be monitored</string>
1082
Jason Monk3d5f5512014-07-25 11:17:28 -04001083 <!-- Footer vpn present text [CHAR LIMIT=50] -->
1084 <string name="vpn_footer">Network may be monitored</string>
1085
Jason Monk802bc6e2016-09-01 10:45:08 -04001086 <!-- Footer vpn present text [CHAR LIMIT=50] -->
1087 <string name="branded_vpn_footer">Network may be monitored</string>
1088
phweiss02397ee2017-03-20 18:06:40 +01001089 <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner that can monitor the network traffic [CHAR LIMIT=100] -->
1090 <string name="quick_settings_disclosure_management_monitoring">Your organization manages this device and may monitor network traffic</string>
1091
1092 <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner that can monitor the network traffic [CHAR LIMIT=100] -->
1093 <string name="quick_settings_disclosure_named_management_monitoring"><xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> manages this device and may monitor network traffic</string>
1094
1095 <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner and is connected to a VPN [CHAR LIMIT=100] -->
1096 <string name="quick_settings_disclosure_management_named_vpn">Device is managed by your organization and connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1097
1098 <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner and is connected to a VPN [CHAR LIMIT=100] -->
1099 <string name="quick_settings_disclosure_named_management_named_vpn">Device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> and connected to <xliff:g id="vpn_app" example="Foo VPN App">%2$s</xliff:g></string>
1100
1101 <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner [CHAR LIMIT=100] -->
1102 <string name="quick_settings_disclosure_management">Device is managed by your organization</string>
1103
1104 <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner [CHAR LIMIT=100] -->
1105 <string name="quick_settings_disclosure_named_management">Device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g></string>
1106
1107 <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner and is connected to two VPNs, one in the current user, one in the managed profile [CHAR LIMIT=100] -->
1108 <string name="quick_settings_disclosure_management_vpns">Device is managed by your organization and connected to VPNs</string>
1109
1110 <!-- Disclosure at the bottom of Quick Settings that indicates that the device has a device owner and is connected to two VPNs, one in the current user, one in the managed profile [CHAR LIMIT=100] -->
1111 <string name="quick_settings_disclosure_named_management_vpns">Device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> and connected to VPNs</string>
1112
1113 <!-- 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] -->
1114 <string name="quick_settings_disclosure_managed_profile_monitoring">Your organization may monitor network traffic in your work profile</string>
1115
1116 <!-- 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] -->
1117 <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>
1118
1119 <!-- 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] -->
1120 <string name="quick_settings_disclosure_monitoring">Network may be monitored</string>
1121
1122 <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to two VPNs, one in the current user, one in the managed profile [CHAR LIMIT=100] -->
1123 <string name="quick_settings_disclosure_vpns">Device connected to VPNs</string>
1124
1125 <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN in the work profile [CHAR LIMIT=100] -->
1126 <string name="quick_settings_disclosure_managed_profile_named_vpn">Work profile connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1127
1128 <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN in the personal profile (as opposed to the work profile) [CHAR LIMIT=100] -->
1129 <string name="quick_settings_disclosure_personal_profile_named_vpn">Personal profile connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1130
1131 <!-- Disclosure at the bottom of Quick Settings that indicates that the device is connected to a VPN [CHAR LIMIT=100] -->
1132 <string name="quick_settings_disclosure_named_vpn">Device connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g></string>
1133
Jason Monk3d5f5512014-07-25 11:17:28 -04001134 <!-- Monitoring dialog title for device owned devices [CHAR LIMIT=35] -->
phweissb19d2402017-04-19 19:21:08 +02001135 <string name="monitoring_title_device_owned">Device management</string>
Jason Monk3d5f5512014-07-25 11:17:28 -04001136
Selim Cinek24ac55e2014-08-27 12:51:45 +02001137 <!-- Monitoring dialog title for profile owned devices [CHAR LIMIT=35] -->
1138 <string name="monitoring_title_profile_owned">Profile monitoring</string>
1139
Jason Monk3d5f5512014-07-25 11:17:28 -04001140 <!-- Monitoring dialog title for normal devices [CHAR LIMIT=35]-->
1141 <string name="monitoring_title">Network monitoring</string>
1142
phweiss9e450e12016-12-02 14:31:04 +01001143 <!-- STOPSHIP Monitoring strings still need to be finalized and approved -->
phweiss0d08ca72017-01-20 16:33:12 +01001144 <!-- Monitoring dialog subtitle for the section describing VPN [CHAR LIMIT=35]-->
phweiss9e450e12016-12-02 14:31:04 +01001145 <string name="monitoring_subtitle_vpn">VPN</string>
1146
phweiss0d08ca72017-01-20 16:33:12 +01001147 <!-- Monitoring dialog subtitle for the section describing network logging [CHAR LIMIT=35]-->
phweissd63f4d02017-03-24 15:28:15 +01001148 <string name="monitoring_subtitle_network_logging">Network logging</string>
phweiss9e450e12016-12-02 14:31:04 +01001149
phweiss54630a02017-03-22 19:20:27 +01001150 <!-- Monitoring dialog subtitle for the section describing certificate authorities [CHAR LIMIT=35]-->
1151 <string name="monitoring_subtitle_ca_certificate">CA certificates</string>
1152
Jeff Davidson05542602014-08-11 14:07:27 -07001153 <!-- Monitoring dialog disable vpn button [CHAR LIMIT=30] -->
1154 <string name="disable_vpn">Disable VPN</string>
Jason Monk3d5f5512014-07-25 11:17:28 -04001155
1156 <!-- Monitoring dialog disconnect vpn button [CHAR LIMIT=30] -->
1157 <string name="disconnect_vpn">Disconnect VPN</string>
1158
phweiss54630a02017-03-22 19:20:27 +01001159 <!-- Monitoring dialog label for button opening a page with more information on the admin's abilities [CHAR LIMIT=30] -->
1160 <string name="monitoring_button_view_policies">View Policies</string>
1161
1162 <!-- Monitoring dialog: Description of the device owner by name. [CHAR LIMIT=NONE]-->
phweissb19d2402017-04-19 19:21:08 +02001163 <string name="monitoring_description_named_management">Your device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g>.\n\nYour admin can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information.\n\nFor more information, contact your admin.</string>
phweiss54630a02017-03-22 19:20:27 +01001164
1165 <!-- Monitoring dialog: Description of a device owner. [CHAR LIMIT=NONE]-->
phweissb19d2402017-04-19 19:21:08 +02001166 <string name="monitoring_description_management">Your device is managed by your organization.\n\nYour admin can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information.\n\nFor more information, contact your admin.</string>
phweiss54630a02017-03-22 19:20:27 +01001167
1168 <!-- Monitoring dialog: Description of a CA Certificate. [CHAR LIMIT=NONE]-->
1169 <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>
1170
1171 <!-- Monitoring dialog: Description of a CA Certificate in the work profile. [CHAR LIMIT=NONE]-->
1172 <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>
1173
1174 <!-- Monitoring dialog: Description of a CA Certificate. [CHAR LIMIT=NONE]-->
1175 <string name="monitoring_description_ca_certificate">A certificate authority is installed on this device. Your secure network traffic may be monitored or modified.</string>
1176
1177 <!-- Monitoring dialog: Description of Network Logging. [CHAR LIMIT=NONE]-->
phweissd63f4d02017-03-24 15:28:15 +01001178 <string name="monitoring_description_management_network_logging">Your admin has turned on network logging, which monitors traffic on your device.</string>
phweiss54630a02017-03-22 19:20:27 +01001179
1180 <!-- Monitoring dialog: Description of an active VPN. [CHAR LIMIT=NONE]-->
phweissb19d2402017-04-19 19:21:08 +02001181 <string name="monitoring_description_named_vpn">You\'re connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
phweiss54630a02017-03-22 19:20:27 +01001182
1183 <!-- Monitoring dialog: Description of two active VPNs. [CHAR LIMIT=NONE]-->
phweissb19d2402017-04-19 19:21:08 +02001184 <string name="monitoring_description_two_named_vpns">You\'re connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g> and <xliff:g id="vpn_app" example="Bar VPN App">%2$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
phweiss54630a02017-03-22 19:20:27 +01001185
1186 <!-- Monitoring dialog: Description of an active VPN in the work profile. [CHAR LIMIT=NONE]-->
1187 <string name="monitoring_description_managed_profile_named_vpn">Your work profile is connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
1188
1189 <!-- Monitoring dialog: Description of an active VPN in the personal profile (as opposed to the work profile). [CHAR LIMIT=NONE]-->
1190 <string name="monitoring_description_personal_profile_named_vpn">Your personal profile is connected to <xliff:g id="vpn_app" example="Foo VPN App">%1$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
1191
Bartosz Fabianowski46bea2e2016-12-06 01:20:29 +01001192 <!-- Monitoring dialog: Header indicating that the device is managed by a Device Owner app [CHAR LIMIT=80] -->
1193 <string name="monitoring_description_do_header_generic">Your device is managed by <xliff:g id="device_owner_app" example="Google Mobile Management">%1$s</xliff:g>.</string>
1194
1195 <!-- Monitoring dialog: Header indicating that the device is managed by a Device Owner app [CHAR LIMIT=60] -->
1196 <string name="monitoring_description_do_header_with_name"><xliff:g id="organization_name" example="Foo, Inc.">%1$s</xliff:g> uses <xliff:g id="device_owner_app" example="Google Mobile Management">%2$s</xliff:g> to manage your device.</string>
1197
1198 <!-- Monitoring dialog: Part of text body explaining what a Device Owner app can do [CHAR LIMIT=130] -->
phweiss0d08ca72017-01-20 16:33:12 +01001199 <string name="monitoring_description_do_body">Your admin can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information.</string>
Bartosz Fabianowski46bea2e2016-12-06 01:20:29 +01001200
Bartosz Fabianowski46bea2e2016-12-06 01:20:29 +01001201 <!-- Monitoring dialog: Space that separates the body text and the "learn more" link that follows it. [CHAR LIMIT=5] -->
1202 <string name="monitoring_description_do_learn_more_separator">" "</string>
1203
1204 <!-- Monitoring dialog: Link to learn more about what a Device Owner app can do [CHAR LIMIT=55] -->
1205 <string name="monitoring_description_do_learn_more">Learn more</string>
Jason Monk3d5f5512014-07-25 11:17:28 -04001206
phweiss9e450e12016-12-02 14:31:04 +01001207 <!-- Monitoring dialog: Part of text body explaining that a VPN is connected and what it can do, for devices managed by a Device Owner app [CHAR LIMIT=130] -->
1208 <string name="monitoring_description_do_body_vpn">You\'re connected to <xliff:g id="vpn_app">%1$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.</string>
1209
1210 <!-- Monitoring dialog: Space that separates the VPN body text and the "Open VPN Settings" link that follows it. [CHAR LIMIT=5] -->
1211 <string name="monitoring_description_vpn_settings_separator">" "</string>
1212
phweiss0d08ca72017-01-20 16:33:12 +01001213 <!-- Monitoring dialog: Link to open the VPN settings page [CHAR LIMIT=60] -->
Tony Mak57d22f62017-08-10 15:41:12 +01001214 <string name="monitoring_description_vpn_settings">Open VPN settings</string>
phweiss9e450e12016-12-02 14:31:04 +01001215
phweissd63f4d02017-03-24 15:28:15 +01001216 <!-- Monitoring dialog: Space that separates the CA certs body text and the "Open trusted credentials" link that follows it. [CHAR LIMIT=5] -->
1217 <string name="monitoring_description_ca_cert_settings_separator">" "</string>
1218
1219 <!-- Monitoring dialog: Link to open the settings page containing CA certificates [CHAR LIMIT=NONE] -->
1220 <string name="monitoring_description_ca_cert_settings">Open trusted credentials</string>
1221
phweiss0d08ca72017-01-20 16:33:12 +01001222 <!-- Monitoring dialog: Network logging text [CHAR LIMIT=400] -->
1223 <string name="monitoring_description_network_logging">Your admin has turned on network logging, which monitors traffic on your device.\n\nFor more information, contact your admin.</string>
phweiss9e450e12016-12-02 14:31:04 +01001224
Robin Lee9cb1d5f2015-04-16 17:01:49 +01001225 <!-- Monitoring dialog VPN text [CHAR LIMIT=400] -->
Sudheer Shanka5b1a21a2015-06-09 14:19:07 +01001226 <string name="monitoring_description_vpn">You gave an app permission to set up a VPN connection.\n\nThis app can monitor your device and network activity, including emails, apps, and websites.</string>
Selim Cinek24ac55e2014-08-27 12:51:45 +02001227
Robin Lee9cb1d5f2015-04-16 17:01:49 +01001228 <!-- Monitoring dialog VPN with profile owner text [CHAR LIMIT=400] -->
phweiss0d08ca72017-01-20 16:33:12 +01001229 <string name="monitoring_description_vpn_profile_owned">Your work profile is managed by <xliff:g id="organization">%1$s</xliff:g>.\n\nYour admin is capable of monitoring your network activity including emails, apps, and websites.\n\nFor more information, contact your admin.\n\nYou\'re also connected to a VPN, which can monitor your network activity.</string>
Selim Cinek24ac55e2014-08-27 12:51:45 +02001230
Robin Leeef255972015-04-29 17:15:49 +01001231 <!-- Name for a generic legacy VPN connection [CHAR LIMIT=20] -->
1232 <string name="legacy_vpn_name">VPN</string>
1233
1234 <!-- Monitoring dialog text for single app (no profile or device owner) [CHAR LIMIT=400] -->
Charles He61112982017-03-23 21:00:51 +00001235 <string name="monitoring_description_app">You\'re connected to
1236 <xliff:g id="application">%1$s</xliff:g>, which can monitor your network activity,
1237 including emails, apps, and websites.</string>
Robin Leeef255972015-04-29 17:15:49 +01001238
1239 <!-- Monitoring dialog text for single app (inside personal profile) [CHAR LIMIT=400] -->
Sudheer Shanka5b1a21a2015-06-09 14:19:07 +01001240 <string name="monitoring_description_app_personal">You\'re connected to <xliff:g id="application">%1$s</xliff:g>, which can monitor your personal network activity, including emails, apps, and websites.</string>
Robin Leeef255972015-04-29 17:15:49 +01001241
Jason Monk802bc6e2016-09-01 10:45:08 -04001242 <!-- Monitoring dialog text for single app (inside personal profile) [CHAR LIMIT=400] -->
1243 <string name="branded_monitoring_description_app_personal">You\'re connected to <xliff:g id="application">%1$s</xliff:g>, which can monitor your personal network activity, including emails, apps, and websites.</string>
1244
Robin Leeef255972015-04-29 17:15:49 +01001245 <!-- Monitoring dialog text for single app (inside work profile) [CHAR LIMIT=400] -->
Charles He61112982017-03-23 21:00:51 +00001246 <string name="monitoring_description_app_work">Your work profile is managed by
1247 <xliff:g id="organization">%1$s</xliff:g>. The profile is connected to
1248 <xliff:g id="application">%2$s</xliff:g>, which can monitor your work network activity,
1249 including emails, apps, and websites.\n\nFor more information, contact your admin.</string>
Robin Leeef255972015-04-29 17:15:49 +01001250
1251 <!-- Monitoring dialog text for multiple apps (in personal and work profiles) [CHAR LIMIT=400] -->
Charles He61112982017-03-23 21:00:51 +00001252 <string name="monitoring_description_app_personal_work">Your work profile is managed by
1253 <xliff:g id="organization">%1$s</xliff:g>. The profile is connected to
1254 <xliff:g id="application_work">%2$s</xliff:g>, which can monitor your work network activity,
1255 including emails, apps, and websites.\n\nYou\'re also connected to
1256 <xliff:g id="application_personal">%3$s</xliff:g>, which can monitor your personal network
1257 activity.</string>
Robin Leeef255972015-04-29 17:15:49 +01001258
Zachary Iqbal8f4c2422017-04-20 17:56:42 -07001259 <!-- Indication on the keyguard that appears when a trust agents unlocks the device. [CHAR LIMIT=40] -->
1260 <string name="keyguard_indication_trust_granted">Unlocked for <xliff:g id="user_name" example="John Doe">%1$s</xliff:g></string>
1261
Zachary Iqbaldc05aa02017-05-17 18:52:49 -07001262 <!-- Indication on the keyguard that appears when a trust agent is active and available. [CHAR LIMIT=40] -->
1263 <string name="keyguard_indication_trust_managed"><xliff:g id="trust_agent" example="Smart Lock">%1$s</xliff:g> is running</string>
1264
Adrian Roos4ebcdfd2014-08-12 23:33:49 +02001265 <!-- Indication on the keyguard that appears when the user disables trust agents until the next time they unlock manually. [CHAR LIMIT=NONE] -->
1266 <string name="keyguard_indication_trust_disabled">Device will stay locked until you manually unlock</string>
1267
Chris Wrencd8f4f72014-08-27 18:48:13 -04001268 <!-- Title of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=40] -->
1269 <string name="hidden_notifications_title">Get notifications faster</string>
1270
1271 <!-- Body of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=60] -->
1272 <string name="hidden_notifications_text">See them before you unlock</string>
1273
Chris Wren0eba7322014-09-25 13:38:39 -04001274 <!-- Cancel action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
Chris Wrencd8f4f72014-08-27 18:48:13 -04001275 <string name="hidden_notifications_cancel">No thanks</string>
1276
Chris Wren0eba7322014-09-25 13:38:39 -04001277 <!-- continue action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
Chris Wrencd8f4f72014-08-27 18:48:13 -04001278 <string name="hidden_notifications_setup">Set up</string>
1279
John Spurlocka0457c22014-09-26 13:22:08 -04001280 <!-- 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] -->
1281 <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>
Jason Monk18f99d92014-09-11 13:36:42 -04001282
John Spurlockd9c75db2015-04-28 11:19:13 -04001283 <!-- Button label for ending zen mode in the volume dialog -->
Julia Reynoldsd7a00aa2017-02-16 15:01:36 -05001284 <string name="volume_zen_end_now">Turn off now</string>
John Spurlockd9c75db2015-04-28 11:19:13 -04001285
Julia Reynoldsa4386752018-03-12 14:07:04 -04001286 <!-- Content description for accessibility (not shown on the screen): volume dialog settings button. [CHAR LIMIT=NONE] -->
1287 <string name="accessibility_volume_settings">Sound settings</string>
1288
John Spurlock5adeabc2015-05-05 14:50:43 -04001289 <!-- Content description for accessibility (not shown on the screen): volume dialog expand button. [CHAR LIMIT=NONE] -->
1290 <string name="accessibility_volume_expand">Expand</string>
1291
1292 <!-- Content description for accessibility (not shown on the screen): volume dialog collapse button. [CHAR LIMIT=NONE] -->
1293 <string name="accessibility_volume_collapse">Collapse</string>
1294
Julia Reynolds561d3f42018-01-26 11:31:02 -05001295 <!-- content description for audio output chooser [CHAR LIMIT=NONE]-->
1296 <string name="accessibility_output_chooser">Switch output device</string>
1297
Jason Monk18f99d92014-09-11 13:36:42 -04001298 <!-- Screen pinning dialog title. -->
1299 <string name="screen_pinning_title">Screen is pinned</string>
1300 <!-- Screen pinning dialog description. -->
Jorim Jaggiac5fa1b2016-12-14 11:02:39 -08001301 <string name="screen_pinning_description">This keeps it in view until you unpin. Touch &amp; hold Back and Overview to unpin.</string>
Matthew Ng9c3bce52018-02-01 22:00:31 +00001302 <string name="screen_pinning_description_recents_invisible">This keeps it in view until you unpin. Touch &amp; hold Back and Home to unpin.</string>
Jorim Jaggiac5fa1b2016-12-14 11:02:39 -08001303 <!-- Screen pinning dialog description. -->
1304 <string name="screen_pinning_description_accessible">This keeps it in view until you unpin. Touch &amp; hold Overview to unpin.</string>
Matthew Ng9c3bce52018-02-01 22:00:31 +00001305 <string name="screen_pinning_description_recents_invisible_accessible">This keeps it in view until you unpin. Touch &amp; hold Home to unpin.</string>
1306 <!-- Notify use that they are in Lock-to-app -->
1307 <string name="screen_pinning_toast">To unpin this screen, touch &amp; hold Back and Overview
1308 buttons</string>
1309 <string name="screen_pinning_toast_recents_invisible">To unpin this screen, touch &amp; hold Back
1310 and Home buttons</string>
Jason Monk18f99d92014-09-11 13:36:42 -04001311 <!-- Screen pinning positive response. -->
1312 <string name="screen_pinning_positive">Got it</string>
1313 <!-- Screen pinning negative response. -->
1314 <string name="screen_pinning_negative">No thanks</string>
Matthew Ng9c3bce52018-02-01 22:00:31 +00001315 <!-- Enter/Exiting screen pinning indication. -->
1316 <string name="screen_pinning_start">Screen pinned</string>
1317 <string name="screen_pinning_exit">Screen unpinned</string>
1318
Jason Monk18f99d92014-09-11 13:36:42 -04001319
John Spurlockc247b8f2014-11-06 23:06:25 -05001320 <!-- Hide quick settings tile confirmation title -->
1321 <string name="quick_settings_reset_confirmation_title">Hide <xliff:g id="tile_label" example="Hotspot">%1$s</xliff:g>?</string>
1322
1323 <!-- Hide quick settings tile confirmation message -->
1324 <string name="quick_settings_reset_confirmation_message">It will reappear the next time you turn it on in settings.</string>
1325
1326 <!-- Hide quick settings tile confirmation button -->
1327 <string name="quick_settings_reset_confirmation_button">Hide</string>
John Spurlockcdb57ae2015-02-11 19:04:11 -05001328
Julia Reynolds03c548f2016-12-14 15:02:38 -05001329 <!-- volume stream names. All nouns. -->
1330 <string name="stream_voice_call">Call</string> <!-- STREAM_VOICE_CALL -->
1331 <string name="stream_system">System</string> <!-- STREAM_SYSTEM -->
1332 <string name="stream_ring">Ring</string> <!-- STREAM_RING -->
1333 <string name="stream_music">Media</string> <!-- STREAM_MUSIC -->
1334 <string name="stream_alarm">Alarm</string> <!-- STREAM_ALARM -->
1335 <string name="stream_notification">Notification</string> <!-- STREAM_NOTIFICATION -->
1336 <string name="stream_bluetooth_sco">Bluetooth</string> <!-- STREAM_BLUETOOTH_SCO -->
Jean-Michel Trivi0310e8c2016-12-22 17:11:12 -08001337 <string name="stream_system_enforced" translatable="false">System enforced</string> <!-- STREAM_SYSTEM_ENFORCED -->
Julia Reynolds03c548f2016-12-14 15:02:38 -05001338 <string name="stream_dtmf">Dual multi tone frequency</string> <!-- STREAM_DTMF -->
Jean-Michel Trivi0310e8c2016-12-22 17:11:12 -08001339 <string name="stream_tts" translatable="false">Transmitted Through Speaker</string> <!-- STREAM_TTS -->
Julia Reynolds03c548f2016-12-14 15:02:38 -05001340 <string name="stream_accessibility">Accessibility</string> <!-- STREAM_ACCESSIBILITY -->
John Spurlockd9c75db2015-04-28 11:19:13 -04001341
Julia Reynoldsfba474a82017-12-13 15:35:54 -05001342 <string name="ring_toggle_title">Calls</string>
Julia Reynolds36dd4f12017-12-06 15:47:46 -05001343 <string name="volume_ringer_status_normal">Ring</string>
1344 <string name="volume_ringer_status_vibrate">Vibrate</string>
1345 <string name="volume_ringer_status_silent">Mute</string>
1346
Amin Shaikhe4d25a92018-03-30 15:30:29 -04001347 <!-- Shown in the header of quick settings to indicate to the user that their phone ringer is on vibrate. [CHAR_LIMIT=NONE] -->
1348 <string name="qs_status_phone_vibrate">Phone on vibrate</string>
1349 <!-- Shown in the header of quick settings to indicate to the user that their phone ringer is on silent (muted). [CHAR_LIMIT=NONE] -->
1350 <string name="qs_status_phone_muted">Phone muted</string>
1351
John Spurlockd9c75db2015-04-28 11:19:13 -04001352 <string name="volume_stream_muted" translatable="false">%s silent</string>
1353 <string name="volume_stream_vibrate" translatable="false">%s vibrate</string>
1354 <string name="volume_stream_suppressed" translatable="false">%1$s silent — %2$s</string>
1355 <string name="volume_stream_muted_dnd" translatable="false">%s silent — Total silence</string>
1356 <string name="volume_stream_limited_dnd" translatable="false">%s — Priority only</string>
1357 <string name="volume_stream_vibrate_dnd" translatable="false">%s vibrate — Priority only</string>
Jason Monk295a3372015-05-11 16:57:15 -04001358
Julia Reynoldsdfe0b4d2016-04-08 17:14:15 -04001359 <string name="volume_stream_content_description_unmute">%1$s. Tap to unmute.</string>
1360 <string name="volume_stream_content_description_vibrate">%1$s. Tap to set to vibrate. Accessibility services may be muted.</string>
1361 <string name="volume_stream_content_description_mute">%1$s. Tap to mute. Accessibility services may be muted.</string>
Julia Reynolds7c502e02017-03-06 10:19:10 -05001362 <string name="volume_stream_content_description_vibrate_a11y">%1$s. Tap to set to vibrate.</string>
1363 <string name="volume_stream_content_description_mute_a11y">%1$s. Tap to mute.</string>
Julia Reynoldsdfe0b4d2016-04-08 17:14:15 -04001364
Beverlyf138ba22018-05-03 17:32:41 -04001365 <!-- Hint for accessibility. For example: double tap to mute [CHAR_LIMIT=NONE] -->
1366 <string name="volume_ringer_hint_mute">mute</string>
1367 <!-- Hint for accessibility. For example: double tap to unmute [CHAR_LIMIT=NONE] -->
1368 <string name="volume_ringer_hint_unmute">unmute</string>
1369 <!-- Hint for accessibility. For example: double tap to vibrate [CHAR_LIMIT=NONE] -->
1370 <string name="volume_ringer_hint_vibrate">vibrate</string>
1371
Phil Weaver4ed5e982018-02-12 10:40:31 -08001372 <string name="volume_dialog_title">%s volume controls</string>
Julia Reynolds2feab162016-04-21 14:58:52 -04001373
Julia Reynoldsac55e012018-03-27 11:17:30 -04001374 <string name="volume_dialog_ringer_guidance_ring">Calls and notifications will ring (<xliff:g id="volume level" example="56">%1$s</xliff:g>)</string>
Julia Reynoldsee571932018-02-21 11:41:33 -05001375
Julia Reynoldsdd2b96b2017-12-15 10:35:57 -05001376 <string name="output_title">Media output</string>
1377 <string name="output_calls_title">Phone call output</string>
1378 <string name="output_none_found">No devices found</string>
1379 <string name="output_none_found_service_off">No devices found. Try turning on <xliff:g id="service" example="Bluetooth">%1$s</xliff:g></string>
1380 <string name="output_service_bt">Bluetooth</string>
1381 <string name="output_service_wifi">Wi-Fi</string>
1382 <string name="output_service_bt_wifi">Bluetooth and Wi-Fi</string>
1383
Jason Monk295a3372015-05-11 16:57:15 -04001384 <!-- Name of special SystemUI debug settings -->
Jason Monk431ad732015-07-16 08:58:15 -04001385 <string name="system_ui_tuner">System UI Tuner</string>
Jason Monk11a77442015-05-12 19:29:02 -04001386
John Spurlockf40d08f2015-05-29 10:48:22 -04001387 <!-- Preference to show/hide embedded battery percentage [CHAR LIMIT=50] -->
1388 <string name="show_battery_percentage">Show embedded battery percentage</string>
1389
1390 <!-- Summary for battery percentage preference [CHAR LIMIT=NONE] -->
1391 <string name="show_battery_percentage_summary">Show battery level percentage inside the status bar icon when not charging</string>
1392
Jason Monk11a77442015-05-12 19:29:02 -04001393 <!-- Name of quick settings -->
1394 <string name="quick_settings">Quick Settings</string>
1395
Jason Monk3b230072015-05-29 11:11:29 -04001396 <!-- Name of status bar -->
1397 <string name="status_bar">Status bar</string>
1398
Winsonc742f972015-11-12 11:32:21 -08001399 <!-- Name of overview -->
1400 <string name="overview">Overview</string>
1401
Sean Stoutb69b7442016-12-16 18:17:08 -08001402 <!-- Name of System UI demo mode (mode with preset icons for screenshots) -->
1403 <string name="demo_mode">System UI demo mode</string>
Jason Monk16ada3d2015-06-07 09:58:30 -04001404
1405 <!-- Enable demo mode -->
1406 <string name="enable_demo_mode">Enable demo mode</string>
1407
1408 <!-- Show demo mode icons -->
1409 <string name="show_demo_mode">Show demo mode</string>
1410
Jason Monk3b230072015-05-29 11:11:29 -04001411 <!-- Name of the ethernet status bar icon. -->
1412 <string name="status_bar_ethernet">Ethernet</string>
1413
1414 <!-- Name of the alarm status bar icon. -->
1415 <string name="status_bar_alarm">Alarm</string>
1416
1417 <!-- Name of the work status bar icon. -->
1418 <string name="status_bar_work">Work profile</string>
1419
1420 <!-- Name of the airplane status bar icon. -->
1421 <string name="status_bar_airplane">Airplane mode</string>
1422
Jason Monk11a77442015-05-12 19:29:02 -04001423 <!-- Description for adding a quick settings tile -->
1424 <string name="add_tile">Add tile</string>
1425
1426 <!-- Name of a quick settings tile controlled by broadcast -->
1427 <string name="broadcast_tile">Broadcast Tile</string>
Dan Sandler696f6a32015-05-15 15:08:34 -04001428
1429 <!-- For preview release. DO NOT TRANSLATE -->
1430 <string name="regrettable_lack_of_easter_egg">
1431 ¯\\_(ツ)_/¯
1432 </string>
John Spurlock8be53ea2015-05-29 12:04:21 -04001433
1434 <!-- Warning text when an alarm might be silenced by Do Not Disturb [CHAR LIMIT=NONE] -->
1435 <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>
1436
1437 <!-- Warning text when an alarm might be silenced by Do Not Disturb due to a time-based condition [CHAR LIMIT=NONE] -->
1438 <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>
1439
1440 <!-- Alarm template for near alarms [CHAR LIMIT=25] -->
1441 <string name="alarm_template">at <xliff:g id="when" example="7:00 AM">%1$s</xliff:g></string>
1442
1443 <!-- Alarm template for far alarms [CHAR LIMIT=25] -->
1444 <string name="alarm_template_far">on <xliff:g id="when" example="Fri 7:00 AM">%1$s</xliff:g></string>
1445
Jason Monk17b70a52015-06-09 13:40:05 -04001446 <!-- Accessibility label for Quick Settings detail screens [CHAR LIMIT=NONE] -->
1447 <string name="accessibility_quick_settings_detail">Quick Settings, <xliff:g id="title" example="Wi-Fi">%s</xliff:g>.</string>
1448
Jason Monk08187a42015-06-09 14:33:51 -04001449 <!-- Accessibility label for hotspot icon [CHAR LIMIT=NONE] -->
1450 <string name="accessibility_status_bar_hotspot">Hotspot</string>
1451
Adrian Roos1b5eb972015-06-11 18:22:52 -07001452 <!-- Accessibility label for managed profile icon (not shown on screen) [CHAR LIMIT=NONE] -->
1453 <string name="accessibility_managed_profile">Work profile</string>
1454
Jason Monk431ad732015-07-16 08:58:15 -04001455 <!-- Title of warning when entering System UI tuner for first time [CHAR LIMIT=NONE] -->
1456 <string name="tuner_warning_title">Fun for some but not for all</string>
1457
1458 <!-- Warning for users entering the System UI tuner for the first time [CHAR LIMIT=NONE]-->
1459 <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>
1460
1461 <!-- Warning for users entering the System UI tuner [CHAR LIMIT=NONE]-->
1462 <string name="tuner_persistent_warning">These experimental features may change, break, or disappear in future releases. Proceed with caution.</string>
1463
1464 <!-- Generic "got it" acceptance of dialog or cling [CHAR LIMIT=NONE] -->
1465 <string name="got_it">Got it</string>
1466
1467 <!-- Toast describing tuner has been enabled [CHAR LIMIT=NONE] -->
1468 <string name="tuner_toast">Congrats! System UI Tuner has been added to Settings</string>
1469
1470 <!-- Option to remove the tuner from settings [CHAR LIMIT=NONE] -->
1471 <string name="remove_from_settings">Remove from Settings</string>
1472
1473 <!-- Dialog asking if the tuner should really be removed from settings [CHAR LIMIT=NONE]-->
1474 <string name="remove_from_settings_prompt">Remove System UI Tuner from Settings and stop using all of its features?"</string>
1475
Vadim Tryshevc5f860c2015-07-22 15:25:39 -07001476 <!-- Displayed when user launches an app that was uninstalled [CHAR LIMIT=NONE] -->
1477 <string name="activity_not_found">Application is not installed on your device</string>
1478
Jason Monkfe7c91b2015-08-13 15:42:28 -04001479 <!-- Name of setting to show clock seconds [CHAR LIMIT=40] -->
1480 <string name="clock_seconds">Show clock seconds</string>
1481 <!-- Description of setting to show clock seconds [CHAR LIMIT=NONE] -->
1482 <string name="clock_seconds_desc">Show clock seconds in the status bar. May impact battery life.</string>
1483
Jason Monkcaf37622015-08-18 12:33:50 -04001484 <!-- Button that leads to page to rearrange quick settings tiles [CHAR LIMIT=60] -->
1485 <string name="qs_rearrange">Rearrange Quick Settings</string>
1486 <!-- Option to show brightness bar in quick settings [CHAR LIMIT=60] -->
1487 <string name="show_brightness">Show brightness in Quick Settings</string>
1488 <!-- Option to use new paging layout in quick settings [CHAR LIMIT=60] -->
Jason Monkc34befb2015-10-07 16:40:02 -04001489 <string name="qs_paging" translatable="false">Use the new Quick Settings</string>
Jason Monkcaf37622015-08-18 12:33:50 -04001490
1491 <!-- Category in the System UI Tuner settings, where new/experimental
1492 settings are -->
1493 <string name="experimental">Experimental</string>
1494
Jason Monkbd6dbb02015-09-03 15:46:25 -04001495 <string name="qs_customize" translatable="false">Allow long-press customize in Quick Settings</string>
Jason Monkf7fe83f2015-09-09 13:03:20 -04001496 <string name="qs_customize_info" translatable="false">Info</string>
1497 <string name="qs_customize_remove" translatable="false">Remove</string>
Jason Monk5db8a412015-10-21 15:16:23 -07001498 <string name="no_tiles_add" translatable="false">No tiles to add</string>
Jason Monkbd6dbb02015-09-03 15:46:25 -04001499
Michael Wright9209c9c2015-09-03 17:57:01 +01001500 <!-- Dialog title asking if Bluetooth should be enabled [CHAR LIMIT=NONE] -->
1501 <string name="enable_bluetooth_title">Turn on Bluetooth?</string>
1502
1503 <!-- Dialog message explaining why Bluetooth should be enabled when a packaged keyboard is
1504 conncted to the device [CHAR LIMIT=NONE] -->
1505 <string name="enable_bluetooth_message">To connect your keyboard with your tablet, you first have to turn on Bluetooth.</string>
1506
1507 <!-- Bluetooth enablement ok text [CHAR LIMIT=40] -->
1508 <string name="enable_bluetooth_confirmation_ok">Turn on</string>
1509
Julia Reynolds40779452016-02-23 13:43:32 -05001510 <!-- [CHAR LIMIT=100] Notification importance option -->
1511 <string name="show_silently">Show notifications silently</string>
1512 <!-- [CHAR LIMIT=100] Notification importance option -->
1513 <string name="block">Block all notifications</string>
1514 <!-- [CHAR LIMIT=100] Notification importance option -->
1515 <string name="do_not_silence">Don\'t silence</string>
1516 <!-- [CHAR LIMIT=100] Notification importance option -->
1517 <string name="do_not_silence_block">Don\'t silence or block</string>
1518
1519 <!-- [CHAR LIMIT=NONE] Importance Tuner setting title -->
Julia Reynolds4d920ff2016-04-06 20:31:05 -04001520 <string name="tuner_full_importance_settings">Power notification controls</string>
1521 <string name="tuner_full_importance_settings_on">On</string>
1522 <string name="tuner_full_importance_settings_off">Off</string>
1523 <string name="power_notification_controls_description">With power notification controls, you can set an importance level from 0 to 5 for an app\'s notifications.
1524 \n\n<b>Level 5</b>
1525 \n- Show at the top of the notification list
1526 \n- Allow full screen interruption
1527 \n- Always peek
1528 \n\n<b>Level 4</b>
1529 \n- Prevent full screen interruption
1530 \n- Always peek
1531 \n\n<b>Level 3</b>
1532 \n- Prevent full screen interruption
1533 \n- Never peek
1534 \n\n<b>Level 2</b>
1535 \n- Prevent full screen interruption
1536 \n- Never peek
1537 \n- Never make sound and vibration
1538 \n\n<b>Level 1</b>
1539 \n- Prevent full screen interruption
1540 \n- Never peek
1541 \n- Never make sound or vibrate
1542 \n- Hide from lock screen and status bar
1543 \n- Show at the bottom of the notification list
1544 \n\n<b>Level 0</b>
1545 \n- Block all notifications from the app
1546 </string>
Julia Reynolds40779452016-02-23 13:43:32 -05001547
Geoffrey Pitsch4dd50062016-12-06 16:41:22 -05001548 <!-- Notification Inline Controls: Header for apps that are not yet using notification channels. -->
1549 <string name="notification_header_default_channel">Notifications</string>
1550
1551 <!-- Notification Inline Controls: Shown when a channel's notifications are currently blocked -->
Julia Reynolds437cdb12018-01-03 12:27:24 -05001552 <string name="notification_channel_disabled">You won\'t see these notifications anymore</string>
Geoffrey Pitsch4dd50062016-12-06 16:41:22 -05001553
Julia Reynoldse0341482018-03-08 14:42:50 -05001554 <!-- Notification inline controls: Shown when a channel's notifications are minimized -->
1555 <string name="notification_channel_minimized">These notifications will be minimized</string>
1556
Julia Reynolds437cdb12018-01-03 12:27:24 -05001557 <!-- Notification Inline controls: continue receiving notifications prompt, channel level -->
Julia Reynolds0ef7d842018-01-24 17:50:31 -05001558 <string name="inline_blocking_helper">You usually dismiss these notifications.
1559 \nKeep showing them?</string>
1560
1561 <!-- Notification Inline controls: continue receiving notifications prompt, channel level -->
Julia Reynolds437cdb12018-01-03 12:27:24 -05001562 <string name="inline_keep_showing">Keep showing these notifications?</string>
Geoffrey Pitschd0856f02017-02-16 10:51:18 -05001563
Julia Reynolds437cdb12018-01-03 12:27:24 -05001564 <!-- Notification inline controls: block notifications button -->
1565 <string name="inline_stop_button">Stop notifications</string>
1566
1567 <!-- Notification inline controls: keep getting notifications button -->
1568 <string name="inline_keep_button">Keep showing</string>
1569
Julia Reynoldse0341482018-03-08 14:42:50 -05001570 <!-- Notification inline controls: minimize notifications button -->
1571 <string name="inline_minimize_button">Minimize</string>
1572
Julia Reynolds437cdb12018-01-03 12:27:24 -05001573 <!-- Notification Inline controls: continue receiving notifications prompt, app level -->
1574 <string name="inline_keep_showing_app">Keep showing notifications from this app?</string>
Geoffrey Pitschee8c81e2017-03-23 11:38:56 -04001575
Geoffrey Pitschb43486a2017-06-01 13:45:59 -04001576 <!-- Notification: Control panel: Label that displays when the app's notifications cannot be blocked. -->
Julia Reynolds437cdb12018-01-03 12:27:24 -05001577 <string name="notification_unblockable_desc">These notifications can\'t be turned off</string>
Geoffrey Pitschd0856f02017-02-16 10:51:18 -05001578
Julia Reynolds15db7cd2018-05-07 09:42:38 -04001579 <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1580 <string name="appops_camera">This app is using the camera.</string>
1581 <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1582 <string name="appops_microphone">This app is using the microphone.</string>
1583 <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1584 <string name="appops_overlay">This app is displaying over other apps on your screen.</string>
1585 <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1586 <string name="appops_camera_mic">This app is using the microphone and camera.</string>
1587 <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1588 <string name="appops_camera_overlay">This app is displaying over other apps on your screen and using the camera.</string>
1589 <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1590 <string name="appops_mic_overlay">This app is displaying over other apps on your screen and using the microphone.</string>
1591 <!-- Notification Inline controls: describes what the app is doing in the background [CHAR_LIMIT=NONE] -->
1592 <string name="appops_camera_mic_overlay">This app is displaying over other apps on your screen and using the microphone and camera.</string>
Julia Reynoldsb5867452018-02-28 16:31:35 -05001593
1594 <string name="notification_appops_settings">Settings</string>
Julia Reynolds6013e5c2018-04-18 08:43:34 -04001595 <string name="notification_appops_ok">OK</string>
Julia Reynoldsb5867452018-02-28 16:31:35 -05001596
Geoffrey Pitschd94e7882017-04-06 09:52:11 -04001597 <!-- Notification: Control panel: Accessibility description for expanded inline controls view, used
1598 to control settings about notifications related to the current notification. -->
1599 <string name="notification_channel_controls_opened_accessibility">Notification controls for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> opened</string>
1600 <!-- Notification: Control panel: Accessibility description for announcing the closing of the
1601 inline controls view. -->
1602 <string name="notification_channel_controls_closed_accessibility">Notification controls for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> closed</string>
1603 <!-- Notification: Control panel: Accessibility description for switch that is used to enable
1604 or disable notifications from this channel -->
1605 <string name="notification_channel_switch_accessibility">Allow notifications from this channel</string>
Geoffrey Pitschdf44b602017-02-03 13:31:50 -05001606 <!-- Notification: Control panel: Label for button that launches notification settings. Used
Geoffrey Pitschdf44b602017-02-03 13:31:50 -05001607 when this app has only defined a single channel for notifications. -->
Julia Reynolds56821922016-01-04 15:24:01 -05001608 <string name="notification_more_settings">More settings</string>
Julia Reynolds3aedded2017-03-31 14:42:09 -04001609 <!-- Notification: Control panel: Label for a link that launches notification settings in the
1610 app that sent the notification. -->
Julia Reynolds437cdb12018-01-03 12:27:24 -05001611 <string name="notification_app_settings">Customize</string>
Julia Reynolds56821922016-01-04 15:24:01 -05001612 <!-- Notification: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
1613 <string name="notification_done">Done</string>
Julia Reynolds437cdb12018-01-03 12:27:24 -05001614 <!-- Notification: inline controls: undo block button -->
1615 <string name="inline_undo">Undo</string>
Julia Reynolds56821922016-01-04 15:24:01 -05001616
Mady Mellor43c2cd12016-12-12 21:05:13 -08001617 <!-- Notification: Menu row: Content description for menu items. [CHAR LIMIT=NONE] -->
1618 <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>
1619
1620 <!-- Notification: Menu row: Content description for the gear menu item. [CHAR LIMIT=NONE] -->
1621 <string name="notification_menu_gear_description">notification controls</string>
Mady Mellor3fd273e2016-03-15 21:08:14 -07001622
Mady Mellor04d7a0f2017-01-25 13:16:03 -08001623 <!-- Notification: Menu row: Content description for the snooze icon. [CHAR LIMIT=NONE] -->
1624 <string name="notification_menu_snooze_description">notification snooze options</string>
1625
Mady Mellor1cea5f72018-03-23 16:19:02 -07001626 <!-- Notification: Menu row: Label for the snooze action shown in local context menu. [CHAR LIMIT=NONE] -->
Mady Mellorfb62a1c2018-03-23 11:14:17 -07001627 <string name="notification_menu_snooze_action">Snooze</string>
1628
Mady Mellor6143b902017-05-10 17:16:28 -07001629 <!-- Notification: Snooze panel: Snooze undo button label. [CHAR LIMIT=50]-->
Mady Mellor04d7a0f2017-01-25 13:16:03 -08001630 <string name="snooze_undo">UNDO</string>
1631
Mady Mellor6143b902017-05-10 17:16:28 -07001632 <!-- Notification: Snooze panel: message indicating how long the notification was snoozed for. [CHAR LIMIT=100]-->
Mady Mellor04d7a0f2017-01-25 13:16:03 -08001633 <string name="snoozed_for_time">Snoozed for <xliff:g id="time_amount" example="15 minutes">%1$s</xliff:g></string>
1634
Mady Mellor6143b902017-05-10 17:16:28 -07001635 <!-- Notification:Snooze panel: Snooze options for hours -->
1636 <plurals name="snoozeHourOptions">
1637 <item quantity="one">%d hour</item>
1638 <item quantity="two">%d hours</item>
1639 <item quantity="few">%d hours</item>
1640 <item quantity="other">%d hours</item>
1641 </plurals>
1642
1643 <!-- Notification: Snooze panel: Snooze options for minutes -->
1644 <plurals name="snoozeMinuteOptions">
1645 <item quantity="one">%d minute</item>
1646 <item quantity="few">%d minutes</item>
1647 <item quantity="other">%d minutes</item>
1648 </plurals>
1649
Jason Monkc06fbb12016-01-08 14:12:18 -05001650 <!-- Title of the battery settings detail panel [CHAR LIMIT=20] -->
Jason Monk96ab6362016-02-11 11:33:09 -05001651 <string name="battery_panel_title">Battery usage</string>
Jason Monkc06fbb12016-01-08 14:12:18 -05001652
1653 <!-- Summary of battery saver not available [CHAR LIMIT=NONE] -->
Evan Laird576cdcf2017-11-22 13:31:33 -05001654 <string name="battery_detail_charging_summary">Battery Saver not available during charging</string>
Jason Monkc06fbb12016-01-08 14:12:18 -05001655
1656 <!-- Title of switch for battery saver [CHAR LIMIT=NONE] -->
Evan Laird576cdcf2017-11-22 13:31:33 -05001657 <string name="battery_detail_switch_title">Battery Saver</string>
Jason Monkc06fbb12016-01-08 14:12:18 -05001658
1659 <!-- Summary of switch for battery saver [CHAR LIMIT=NONE] -->
1660 <string name="battery_detail_switch_summary">Reduces performance and background data</string>
1661
Clara Bayarri4e850ff2016-03-02 11:12:32 -08001662 <!-- Name used for certain Keyboard keys on gamepads, e.g. "Button L1". -->
1663 <string name="keyboard_key_button_template">Button <xliff:g id="name">%1$s</xliff:g></string>
1664 <!-- Name used to refer to the "Home" key on the keyboard. -->
1665 <string name="keyboard_key_home">Home</string>
1666 <!-- Name used to refer to the "Back" key on the keyboard. -->
1667 <string name="keyboard_key_back">Back</string>
1668 <!-- Name used to refer to the "Up" arrow key on the keyboard. -->
1669 <string name="keyboard_key_dpad_up">Up</string>
1670 <!-- Name used to refer to the "Down" arrow key on the keyboard. -->
1671 <string name="keyboard_key_dpad_down">Down</string>
1672 <!-- Name used to refer to the "Left" arrow key on the keyboard. -->
1673 <string name="keyboard_key_dpad_left">Left</string>
1674 <!-- Name used to refer to the "Right" arrow key on the keyboard. -->
1675 <string name="keyboard_key_dpad_right">Right</string>
1676 <!-- Name used to refer to the "Center" arrow key on the keyboard. -->
1677 <string name="keyboard_key_dpad_center">Center</string>
1678 <!-- Name used to refer to the "Tab" key on the keyboard. -->
1679 <string name="keyboard_key_tab">Tab</string>
1680 <!-- Name used to refer to the "Space" key on the keyboard. -->
1681 <string name="keyboard_key_space">Space</string>
1682 <!-- Name used to refer to the "Enter" key on the keyboard. -->
1683 <string name="keyboard_key_enter">Enter</string>
1684 <!-- Name used to refer to the "Backspace" key on the keyboard. -->
1685 <string name="keyboard_key_backspace">Backspace</string>
1686 <!-- Name used to refer to the "Play/Pause" media key on the keyboard. -->
1687 <string name="keyboard_key_media_play_pause">Play/Pause</string>
1688 <!-- Name used to refer to the "Stop" media key on the keyboard. -->
1689 <string name="keyboard_key_media_stop">Stop</string>
1690 <!-- Name used to refer to the "Next" media key on the keyboard. -->
1691 <string name="keyboard_key_media_next">Next</string>
1692 <!-- Name used to refer to the "Previous" media key on the keyboard. -->
1693 <string name="keyboard_key_media_previous">Previous</string>
1694 <!-- Name used to refer to the "Rewind" media key on the keyboard. -->
1695 <string name="keyboard_key_media_rewind">Rewind</string>
1696 <!-- Name used to refer to the "Fast Forward" media key on the keyboard. -->
1697 <string name="keyboard_key_media_fast_forward">Fast Forward</string>
1698 <!-- Name used to refer to the "Page Up" key on the keyboard. -->
1699 <string name="keyboard_key_page_up">Page Up</string>
1700 <!-- Name used to refer to the "Page Down" key on the keyboard. -->
1701 <string name="keyboard_key_page_down">Page Down</string>
1702 <!-- Name used to refer to the "Delete" key on the keyboard. -->
1703 <string name="keyboard_key_forward_del">Delete</string>
1704 <!-- Name used to refer to the "Home" move key on the keyboard. -->
1705 <string name="keyboard_key_move_home">Home</string>
1706 <!-- Name used to refer to the "End" move key on the keyboard. -->
1707 <string name="keyboard_key_move_end">End</string>
1708 <!-- Name used to refer to the "Insert" key on the keyboard. -->
1709 <string name="keyboard_key_insert">Insert</string>
1710 <!-- Name used to refer to the "Num Lock" key on the keyboard. -->
1711 <string name="keyboard_key_num_lock">Num Lock</string>
1712 <!-- Name used to refer to keys on the numeric pad of the keyboard, e.g. "Numpad 9". -->
1713 <string name="keyboard_key_numpad_template">Numpad <xliff:g id="name">%1$s</xliff:g></string>
1714
Clara Bayarri75e09792015-07-29 16:20:40 +01001715 <!-- User visible title for the system-wide keyboard shortcuts list. -->
1716 <string name="keyboard_shortcut_group_system">System</string>
1717 <!-- User visible title for the keyboard shortcut that takes the user to the home screen. -->
1718 <string name="keyboard_shortcut_group_system_home">Home</string>
1719 <!-- User visible title for the the keyboard shortcut that takes the user to the recents screen. -->
1720 <string name="keyboard_shortcut_group_system_recents">Recents</string>
1721 <!-- User visible title for the the keyboard shortcut that triggers the back action. -->
1722 <string name="keyboard_shortcut_group_system_back">Back</string>
Clara Bayarri1d648a12016-03-23 17:09:02 +00001723 <!-- User visible title for the the keyboard shortcut that triggers the notification shade. -->
1724 <string name="keyboard_shortcut_group_system_notifications">Notifications</string>
1725 <!-- User visible title for the the keyboard shortcut that triggers the keyboard shortcuts helper. -->
1726 <string name="keyboard_shortcut_group_system_shortcuts_helper">Keyboard Shortcuts</string>
1727 <!-- User visible title for the the keyboard shortcut that switches input methods. -->
1728 <string name="keyboard_shortcut_group_system_switch_input">Switch input method</string>
1729
1730 <!-- User visible title for the system-wide applications keyboard shortcuts list. -->
1731 <string name="keyboard_shortcut_group_applications">Applications</string>
1732 <!-- User visible title for the keyboard shortcut that takes the user to the assist app. -->
1733 <string name="keyboard_shortcut_group_applications_assist">Assist</string>
1734 <!-- User visible title for the keyboard shortcut that takes the user to the browser app. -->
1735 <string name="keyboard_shortcut_group_applications_browser">Browser</string>
1736 <!-- User visible title for the keyboard shortcut that takes the user to the contacts app. -->
1737 <string name="keyboard_shortcut_group_applications_contacts">Contacts</string>
1738 <!-- User visible title for the keyboard shortcut that takes the user to the email app. -->
1739 <string name="keyboard_shortcut_group_applications_email">Email</string>
Peeyush Agarwald86c1062016-10-17 12:33:45 +01001740 <!-- User visible title for the keyboard shortcut that takes the user to the SMS messaging app. -->
1741 <string name="keyboard_shortcut_group_applications_sms">SMS</string>
Clara Bayarri1d648a12016-03-23 17:09:02 +00001742 <!-- User visible title for the keyboard shortcut that takes the user to the music app. -->
1743 <string name="keyboard_shortcut_group_applications_music">Music</string>
1744 <!-- User visible title for the keyboard shortcut that takes the user to the YouTube app. -->
1745 <string name="keyboard_shortcut_group_applications_youtube">YouTube</string>
1746 <!-- User visible title for the keyboard shortcut that takes the user to the calendar app. -->
1747 <string name="keyboard_shortcut_group_applications_calendar">Calendar</string>
Clara Bayarri75e09792015-07-29 16:20:40 +01001748
Jason Monke138f552016-01-18 09:21:45 -05001749 <!-- SysUI Tuner: Option to show full do not disturb panel in volume [CHAR LIMIT=60] -->
Jason Monk8816dff2016-02-09 21:50:36 -05001750 <string name="tuner_full_zen_title">Show with volume controls</string>
Jason Monke138f552016-01-18 09:21:45 -05001751
Jason Monk8816dff2016-02-09 21:50:36 -05001752 <!-- SysUI Tuner: Label for screen about do not disturb settings [CHAR LIMIT=60] -->
1753 <string name="volume_and_do_not_disturb">Do not disturb</string>
Jason Monk9e5341f2016-01-18 10:09:50 -05001754
Jason Monk8816dff2016-02-09 21:50:36 -05001755 <!-- SysUI Tuner: Switch to control whether volume buttons enter/exit do
1756 not disturb [CHAR LIMIT=60] -->
1757 <string name="volume_dnd_silent">Volume buttons shortcut</string>
Jason Monk9e5341f2016-01-18 10:09:50 -05001758
1759 <!-- SysUI Tuner: Switch to control volume up behavior [CHAR LIMIT=60] -->
1760 <string name="volume_up_silent">Exit do not disturb on volume up</string>
1761
Jason Monk3e189872016-01-12 09:10:34 -05001762 <!-- Name of the battery icon in status bar [CHAR LIMIT=30] -->
1763 <string name="battery">Battery</string>
1764
1765 <!-- Name of the clock in status bar [CHAR LIMIT=30] -->
1766 <string name="clock">Clock</string>
1767
1768 <!-- Name of the headset in status bar [CHAR LIMIT=30] -->
1769 <string name="headset">Headset</string>
1770
Rohan Shah185f6612018-03-29 17:35:00 -07001771 <!-- Accessibility description for long click on a quick settings tile - this is used in the
1772 context of the sentence "double tap and hold to _Open settings_" [CHAR LIMIT=NONE] -->
1773 <string name="accessibility_long_click_tile">Open settings</string>
1774
Jason Monk3e189872016-01-12 09:10:34 -05001775 <!-- Accessibility description of headphones icon [CHAR LIMIT=NONE] -->
1776 <string name="accessibility_status_bar_headphones">Headphones connected</string>
1777
1778 <!-- Accessibility description of headset icon [CHAR LIMIT=NONE] -->
1779 <string name="accessibility_status_bar_headset">Headset connected</string>
1780
Jason Monk9a4ce132016-01-21 15:27:17 -05001781 <!-- Label for quick settings tile for data saver [CHAR LIMIT=30] -->
1782 <string name="data_saver">Data Saver</string>
1783
1784 <!-- Accessibility description for data saver being on [CHAR LIMIT=NONE] -->
1785 <string name="accessibility_data_saver_on">Data Saver is on</string>
1786
1787 <!-- Accessibility description for data saver being off [CHAR LIMIT=NONE] -->
1788 <string name="accessibility_data_saver_off">Data Saver is off</string>
1789
Jason Monkf0c6f642016-01-20 22:24:50 -05001790 <!-- Label for feature switch [CHAR LIMIT=30] -->
1791 <string name="switch_bar_on">On</string>
1792
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001793 <!-- Label for feature switch [CHAR LIMIT=30] -->
1794 <string name="switch_bar_off">Off</string>
1795
Jason Monk3ebd2392016-01-22 10:01:44 -05001796 <!-- SysUI Tuner: Button that leads to the navigation bar customization screen [CHAR LIMIT=60] -->
1797 <string name="nav_bar">Navigation bar</string>
1798
Jason Monkea05f872017-01-24 19:43:36 -05001799 <!-- SysUI Tuner: Button that controls layout of navigation bar [CHAR LIMIT=60] -->
1800 <string name="nav_bar_layout">Layout</string>
1801
Jason Monk790442e2017-02-13 17:49:39 -05001802 <!-- SysUI Tuner: Setting for button type in nav bar [CHAR LIMIT=60] -->
1803 <string name="left_nav_bar_button_type">Extra left button type</string>
Jason Monkea05f872017-01-24 19:43:36 -05001804
1805 <!-- SysUI Tuner: Setting for button type in nav bar [CHAR LIMIT=60] -->
Jason Monk790442e2017-02-13 17:49:39 -05001806 <string name="right_nav_bar_button_type">Extra right button type</string>
1807
Jason Monkea05f872017-01-24 19:43:36 -05001808
1809 <!-- SysUI Tuner: Added to nav bar option to indicate it is the default [CHAR LIMIT=60] -->
1810 <string name="nav_bar_default"> (default)</string>
1811
1812 <!-- SysUI Tuner: Labels for different types of navigation bar buttons [CHAR LIMIT=60] -->
1813 <string-array name="nav_bar_buttons">
1814 <item>Clipboard</item>
1815 <item>Keycode</item>
Mike Digmana48cf192018-02-12 17:52:48 -08001816 <item>Rotate confirm, keyboard switcher</item>
Jason Monkea05f872017-01-24 19:43:36 -05001817 <item>None</item>
1818 </string-array>
1819 <string-array name="nav_bar_button_values" translatable="false">
1820 <item>clipboard</item>
1821 <item>key</item>
1822 <item>menu_ime</item>
1823 <item>space</item>
1824 </string-array>
1825
1826 <!-- SysUI Tuner: Labels for different types of navigation bar layouts [CHAR LIMIT=60] -->
1827 <string-array name="nav_bar_layouts">
Jason Monk790442e2017-02-13 17:49:39 -05001828 <item>Normal</item>
1829 <item>Compact</item>
1830 <item>Left-leaning</item>
1831 <item>Right-leaning</item>
Jason Monkea05f872017-01-24 19:43:36 -05001832 </string-array>
1833
1834 <string-array name="nav_bar_layouts_values" translatable="false">
1835 <item>default</item>
1836 <item>left;back,home,recent;right</item>
1837 <item>left,back,home,recent,right;space;space</item>
1838 <item>space;space;left,back,home,recent,right</item>
1839 </string-array>
1840
Jason Monk3ebd2392016-01-22 10:01:44 -05001841 <!-- SysUI Tuner: Name of Combination Menu / Keyboard Switcher button [CHAR LIMIT=30] -->
Jason Monk790442e2017-02-13 17:49:39 -05001842 <string name="menu_ime">Keyboard switcher</string>
Jason Monk3ebd2392016-01-22 10:01:44 -05001843 <!-- SysUI Tuner: Save the current settings [CHAR LIMIT=30] -->
1844 <string name="save">Save</string>
1845 <!-- SysUI Tuner: Reset to default settings [CHAR LIMIT=30] -->
1846 <string name="reset">Reset</string>
1847
Jason Monk46a196e2016-01-23 15:28:10 -05001848 <!-- SysUI Tuner: Adjust button width dialog title [CHAR LIMIT=60] -->
1849 <string name="adjust_button_width">Adjust button width</string>
1850
Jason Monk3b587142016-01-23 16:47:59 -05001851 <!-- SysUI Tuner: Nav bar button that holds the clipboard [CHAR LIMIT=30] -->
1852 <string name="clipboard">Clipboard</string>
1853
Jason Monk8457ad82016-01-24 10:15:55 -05001854 <!-- SysUI Tuner: Accessibility description for custom nav key [CHAR LIMIT=NONE] -->
1855 <string name="accessibility_key">Custom navigation button</string>
1856
1857 <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
Jason Monk790442e2017-02-13 17:49:39 -05001858 <string name="left_keycode">Left keycode</string>
1859
1860 <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
1861 <string name="right_keycode">Right keycode</string>
Jason Monk8457ad82016-01-24 10:15:55 -05001862
Jason Monkea05f872017-01-24 19:43:36 -05001863 <!-- SysUI Tuner: Settings to change nav bar icon [CHAR LIMIT=30] -->
Jason Monk790442e2017-02-13 17:49:39 -05001864 <string name="left_icon">Left icon</string>
1865
1866 <!-- SysUI Tuner: Settings to change nav bar icon [CHAR LIMIT=30] -->
1867 <string name="right_icon">Right icon</string>
Jason Monka9f12882016-01-24 12:03:19 -05001868
Jason Monk62b63a02016-02-02 15:15:31 -05001869 <!-- Label for area where tiles can be dragged out of [CHAR LIMIT=60] -->
Amin Shaikh845dd802018-03-21 07:39:24 -04001870 <string name="drag_to_add_tiles">Hold and drag to add tiles</string>
Jason Monk62b63a02016-02-02 15:15:31 -05001871
Jason Monk24dbd512016-03-16 14:56:42 -04001872 <!-- Label for area where tiles can be dragged in to [CHAR LIMIT=60] -->
1873 <string name="drag_to_remove_tiles">Drag here to remove</string>
1874
Amin Shaikhae0c58b2018-03-20 16:01:47 -04001875 <!-- Label to indicate to users that additional tiles cannot be removed. [CHAR LIMIT=60] -->
1876 <string name="drag_to_remove_disabled">You need at least 6 tiles</string>
1877
Jason Monk21428432016-02-10 16:42:38 -05001878 <!-- Button to edit the tile ordering of quick settings [CHAR LIMIT=60] -->
1879 <string name="qs_edit">Edit</string>
1880
Jason Monk8816dff2016-02-09 21:50:36 -05001881 <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
1882 <string name="tuner_time">Time</string>
1883
1884 <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
1885 <string-array name="clock_options">
1886 <item>Show hours, minutes, and seconds</item>
1887 <item>Show hours and minutes (default)</item>
1888 <item>Don\'t show this icon</item>
1889 </string-array>
1890
1891 <!-- SysUI Tuner: Options for how battery is displayed [CHAR LIMIT=NONE] -->
1892 <string-array name="battery_options">
1893 <item>Always show percentage</item>
1894 <item>Show percentage when charging (default)</item>
1895 <item>Don\'t show this icon</item>
1896 </string-array>
1897
Julia Reynolds40779452016-02-23 13:43:32 -05001898 <!-- SysUI Tuner: Other section -->
1899 <string name="other">Other</string>
1900
Jorim Jaggi88afd022016-02-24 21:11:08 -05001901 <!-- Accessibility label for the divider that separates the windows in split-screen mode [CHAR LIMIT=NONE] -->
1902 <string name="accessibility_divider">Split-screen divider</string>
1903
Winsonce9630d2016-04-19 11:33:04 -07001904 <!-- Accessibility action for moving docked stack divider to make the left screen full screen [CHAR LIMIT=NONE] -->
1905 <string name="accessibility_action_divider_left_full">Left full screen</string>
1906 <!-- Accessibility action for moving docked stack divider to make the left screen 70% [CHAR LIMIT=NONE] -->
1907 <string name="accessibility_action_divider_left_70">Left 70%</string>
1908 <!-- Accessibility action for moving docked stack divider to make the left screen 50% [CHAR LIMIT=NONE] -->
1909 <string name="accessibility_action_divider_left_50">Left 50%</string>
1910 <!-- Accessibility action for moving docked stack divider to make the left screen 30% [CHAR LIMIT=NONE] -->
1911 <string name="accessibility_action_divider_left_30">Left 30%</string>
1912 <!-- Accessibility action for moving docked stack divider to make the right screen full screen [CHAR LIMIT=NONE] -->
1913 <string name="accessibility_action_divider_right_full">Right full screen</string>
Jorim Jaggi88afd022016-02-24 21:11:08 -05001914
Winsonce9630d2016-04-19 11:33:04 -07001915 <!-- Accessibility action for moving docked stack divider to make the top screen full screen [CHAR LIMIT=NONE] -->
1916 <string name="accessibility_action_divider_top_full">Top full screen</string>
1917 <!-- Accessibility action for moving docked stack divider to make the top screen 70% [CHAR LIMIT=NONE] -->
1918 <string name="accessibility_action_divider_top_70">Top 70%</string>
1919 <!-- Accessibility action for moving docked stack divider to make the top screen 50% [CHAR LIMIT=NONE] -->
1920 <string name="accessibility_action_divider_top_50">Top 50%</string>
1921 <!-- Accessibility action for moving docked stack divider to make the top screen 30% [CHAR LIMIT=NONE] -->
1922 <string name="accessibility_action_divider_top_30">Top 30%</string>
1923 <!-- Accessibility action for moving docked stack divider to make the bottom screen full screen [CHAR LIMIT=NONE] -->
1924 <string name="accessibility_action_divider_bottom_full">Bottom full screen</string>
Julia Reynolds40779452016-02-23 13:43:32 -05001925
Jason Monk39c98e62016-03-16 09:18:35 -04001926 <!-- Accessibility description of a QS tile while editing positions [CHAR LIMIT=NONE] -->
1927 <string name="accessibility_qs_edit_tile_label">Position <xliff:g id="position" example="2">%1$d</xliff:g>, <xliff:g id="tile_name" example="Wi-Fi">%2$s</xliff:g>. Double tap to edit.</string>
1928
1929 <!-- Accessibility description of a QS tile while editing positions [CHAR LIMIT=NONE] -->
1930 <string name="accessibility_qs_edit_add_tile_label"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g>. Double tap to add.</string>
1931
1932 <!-- Accessibility description of a place to drop a tile while editing positions [CHAR LIMIT=NONE] -->
1933 <string name="accessibility_qs_edit_position_label">Position <xliff:g id="position" example="2">%1$d</xliff:g>. Double tap to select.</string>
1934
1935 <!-- Accessibility description of option to move QS tile [CHAR LIMIT=NONE] -->
1936 <string name="accessibility_qs_edit_move_tile">Move <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g></string>
1937
1938 <!-- Accessibility description of option to remove QS tile [CHAR LIMIT=NONE] -->
1939 <string name="accessibility_qs_edit_remove_tile">Remove <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g></string>
1940
1941 <!-- Accessibility action when QS tile is added [CHAR LIMIT=NONE] -->
1942 <string name="accessibility_qs_edit_tile_added"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> is added to position <xliff:g id="position" example="5">%2$d</xliff:g></string>
1943
1944 <!-- Accessibility action when QS tile is removed [CHAR LIMIT=NONE] -->
1945 <string name="accessibility_qs_edit_tile_removed"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> is removed</string>
1946
1947 <!-- Accessibility action when QS tile is moved [CHAR LIMIT=NONE] -->
1948 <string name="accessibility_qs_edit_tile_moved"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> moved to position <xliff:g id="position" example="5">%2$d</xliff:g></string>
1949
1950 <!-- Accessibility label for window when QS editing is happening [CHAR LIMIT=NONE] -->
1951 <string name="accessibility_desc_quick_settings_edit">Quick settings editor.</string>
1952
Adrian Rooseba05822016-04-22 17:09:27 -07001953 <!-- Accessibility label for the notification icons in the collapsed status bar. Not shown on screen [CHAR LIMIT=NONE] -->
1954 <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>
1955
Adrian Roos7bb38a92016-07-21 11:44:01 -07001956 <!-- Label for button that reports a touch that was wrongly rejected by the lockscreen. For debugging only. [CHAR LIMIT=NONE] -->
1957 <string name="report_rejected_touch" translatable="false">Report rejected touch</string>
1958
Jorim Jaggid53f0922016-04-06 22:16:23 -07001959 <!-- Multi-Window strings -->
Andrii Kulian036e3ad2017-04-19 10:55:10 -07001960 <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed in split-screen and that things might crash/not work properly [CHAR LIMIT=NONE] -->
Jorim Jaggid53f0922016-04-06 22:16:23 -07001961 <string name="dock_forced_resizable">App may not work with split-screen.</string>
Andrii Kulian036e3ad2017-04-19 10:55:10 -07001962 <!-- Warning message when we try to dock a non-resizeable task and launch it in fullscreen instead. -->
Jorim Jaggid53f0922016-04-06 22:16:23 -07001963 <string name="dock_non_resizeble_failed_to_dock_text">App does not support split-screen.</string>
Andrii Kulian036e3ad2017-04-19 10:55:10 -07001964 <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed on a secondary display and that things might crash/not work properly [CHAR LIMIT=NONE] -->
1965 <string name="forced_resizable_secondary_display">App may not work on a secondary display.</string>
1966 <!-- Warning message when we try to launch a non-resizeable activity on a secondary display and launch it on the primary instead. -->
1967 <string name="activity_launch_on_secondary_display_failed_text">App does not support launch on secondary displays.</string>
Jorim Jaggid53f0922016-04-06 22:16:23 -07001968
Jason Monk3e4a99c2016-04-22 14:08:27 -04001969 <!-- accessibility label for button to open settings [CHAR LIMIT=NONE] -->
1970 <string name="accessibility_quick_settings_settings">Open settings.</string>
1971
Jason Monkbc457432016-04-11 11:31:32 -04001972 <!-- accessibility label for button to expand quick settings [CHAR LIMIT=NONE] -->
Jason Monk3e4a99c2016-04-22 14:08:27 -04001973 <string name="accessibility_quick_settings_expand">Open quick settings.</string>
1974
1975 <!-- accessibility label for button to collapse quick settings [CHAR LIMIT=NONE] -->
1976 <string name="accessibility_quick_settings_collapse">Close quick settings.</string>
1977
1978 <!-- accessibility label for alarm icon [CHAR LIMIT=NONE] -->
1979 <string name="accessibility_quick_settings_alarm_set">Alarm set.</string>
1980
1981 <!-- accessibility label for button to select user [CHAR LIMIT=NONE] -->
1982 <string name="accessibility_quick_settings_user">Signed in as <xliff:g name="user" example="John">%s</xliff:g></string>
1983
Amin Shaikh43ad7fe2018-03-05 14:34:44 -05001984 <!-- Content description for no internet connection [CHAR LIMIT=NONE] -->
1985 <string name="data_connection_no_internet">No internet</string>
Jason Monk3e4a99c2016-04-22 14:08:27 -04001986
1987 <!-- accessibility label for quick settings items that open a details page [CHAR LIMIT=NONE] -->
1988 <string name="accessibility_quick_settings_open_details">Open details.</string>
1989
1990 <!-- accessibility label for quick settings items that open a details page [CHAR LIMIT=NONE] -->
1991 <string name="accessibility_quick_settings_open_settings">Open <xliff:g name="page" example="Bluetooth">%s</xliff:g> settings.</string>
1992
1993 <!-- accessibility label for button to edit quick settings [CHAR LIMIT=NONE] -->
1994 <string name="accessibility_quick_settings_edit">Edit order of settings.</string>
Jason Monkbc457432016-04-11 11:31:32 -04001995
Jason Monk2977ba22016-04-13 13:01:14 -04001996 <!-- accessibility label for paging indicator in quick settings [CHAR LIMITi=NONE] -->
1997 <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>
1998
Jason Monkef0d34d2016-08-23 14:41:05 -04001999 <!-- Plugin control section of the tuner. Non-translatable since it should
2000 not appear on production builds ever. -->
2001 <string name="plugins" translatable="false">Plugins</string>
2002
Adrian Roosebea7a72016-10-26 12:51:26 -07002003 <!-- Ambient display section of the tuner. Non-translatable since it should
2004 not appear on production builds ever. -->
2005 <string name="tuner_doze" translatable="false">Ambient Display</string>
2006
2007 <!-- Ambient display always-on of the tuner. Non-translatable since it should
2008 not appear on production builds ever. -->
2009 <string name="tuner_doze_always_on" translatable="false">Always on</string>
2010
Jason Monk790442e2017-02-13 17:49:39 -05002011 <!-- SysUI Tuner: Section to customize lockscreen shortcuts [CHAR LIMIT=60] -->
2012 <string name="tuner_lock_screen">Lock screen</string>
2013
Winson Chunga29eb982016-12-14 12:01:27 -08002014 <!-- Making the PIP fullscreen [CHAR LIMIT=25] -->
Winson Chung15504af2016-11-02 18:11:36 -07002015 <string name="pip_phone_expand">Expand</string>
2016
Winson Chunga29eb982016-12-14 12:01:27 -08002017 <!-- Label for PIP action to Minimize the PIP [CHAR LIMIT=25] -->
2018 <string name="pip_phone_minimize">Minimize</string>
2019
Mady Mellor60421c92017-03-29 15:27:37 -07002020 <!-- Label for PIP close button [CHAR LIMIT=NONE]-->
Mady Mellord4e40fb2017-01-26 10:43:16 -08002021 <string name="pip_phone_close">Close</string>
Winson Chunga29eb982016-12-14 12:01:27 -08002022
Winson Chunga556fe62017-12-19 14:46:23 -08002023 <!-- Label for PIP settings button [CHAR LIMIT=NONE]-->
2024 <string name="pip_phone_settings">Settings</string>
2025
Mady Mellor60421c92017-03-29 15:27:37 -07002026 <!-- Label for PIP the drag to dismiss hint [CHAR LIMIT=NONE]-->
2027 <string name="pip_phone_dismiss_hint">Drag down to dismiss</string>
2028
Winson Chungc81c0ce2017-03-17 12:27:30 -07002029 <!-- Title of menu shown over picture-in-picture. Used for accessibility. -->
Winson Chungaddb48a2017-08-10 13:59:57 -07002030 <string name="pip_menu_title">Menu</string>
Winson Chungc81c0ce2017-03-17 12:27:30 -07002031
Winson Chungc81c0ce2017-03-17 12:27:30 -07002032 <!-- PiP BTW notification title. [CHAR LIMIT=50] -->
2033 <string name="pip_notification_title"><xliff:g id="name" example="Google Maps">%s</xliff:g> is in picture-in-picture</string>
2034
2035 <!-- PiP BTW notification description. [CHAR LIMIT=NONE] -->
Rajeev Kumar07a84452017-06-07 14:48:43 -07002036 <string name="pip_notification_message">If you don\'t want <xliff:g id="name" example="Google Maps">%s</xliff:g> to use this feature, tap to open settings and turn it off.</string>
Winson Chungc81c0ce2017-03-17 12:27:30 -07002037
Winson Chung83fbf182017-04-18 15:05:31 -07002038 <!-- Button to play the current media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
2039 <string name="pip_play">Play</string>
2040
2041 <!-- Button to pause the current media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
2042 <string name="pip_pause">Pause</string>
2043
2044 <!-- Button to skip to the next media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
2045 <string name="pip_skip_to_next">Skip to next</string>
2046
2047 <!-- Button to skip to the prev media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
2048 <string name="pip_skip_to_prev">Skip to previous</string>
2049
Jason Monk97a06a12016-11-09 15:53:30 -05002050 <!-- Tuner string -->
2051 <string name="change_theme_reboot" translatable="false">Changing the theme requires a restart.</string>
2052 <!-- Tuner string -->
2053 <string name="theme" translatable="false">Theme</string>
2054 <!-- Tuner string -->
2055 <string name="default_theme" translatable="false">Default</string>
2056
Salvador Martinez1547b692017-04-18 16:51:19 -07002057 <!-- Title for notification & dialog that the user's phone last shut down because it got too hot. [CHAR LIMIT=40] -->
Salvador Martinezab932142017-04-10 11:18:31 -07002058 <string name="thermal_shutdown_title">Phone turned off due to heat</string>
2059 <!-- Message body for notification that user's phone last shut down because it got too hot. [CHAR LIMIT=100] -->
2060 <string name="thermal_shutdown_message">Your phone is now running normally</string>
Salvador Martinez1547b692017-04-18 16:51:19 -07002061 <!-- Text body for dialog alerting user that their phone last shut down because it got too hot. [CHAR LIMIT=450] -->
Salvador Martinezab932142017-04-10 11:18:31 -07002062 <string name="thermal_shutdown_dialog_message">Your phone was too hot, so it turned off to cool down. Your phone is now running normally.\n\nYour phone may get too hot if you:\n\t&#8226; Use resource-intensive apps (such as gaming, video, or navigation apps)\n\t&#8226; Download or upload large files\n\t&#8226; Use your phone in high temperatures</string>
2063
Andrew Sappersteinb7caf1d2016-12-14 15:39:20 -08002064 <!-- Title for notification (and dialog) that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=30] -->
2065 <string name="high_temp_title">Phone is getting warm</string>
Andrew Sapperstein429cafb2017-01-06 10:54:04 -08002066 <!-- Message body for notification that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=100] -->
Andrew Sappersteinb7caf1d2016-12-14 15:39:20 -08002067 <string name="high_temp_notif_message">Some features limited while phone cools down</string>
2068 <!-- Text body for dialog alerting user that their phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=300] -->
2069 <string name="high_temp_dialog_message">Your phone will automatically try to cool down. You can still use your phone, but it may run slower.\n\nOnce your phone has cooled down, it will run normally.</string>
2070
Jason Monk790442e2017-02-13 17:49:39 -05002071 <!-- SysUI Tuner: Button to select lock screen shortcut [CHAR LIMIT=60] -->
2072 <string name="lockscreen_shortcut_left">Left shortcut</string>
Jason Monkd6fa02f2017-01-25 18:26:50 -05002073
2074 <!-- SysUI Tuner: Button to select lock screen shortcut [CHAR LIMIT=60] -->
Jason Monk790442e2017-02-13 17:49:39 -05002075 <string name="lockscreen_shortcut_right">Right shortcut</string>
Jason Monkd6fa02f2017-01-25 18:26:50 -05002076
Jason Monk790442e2017-02-13 17:49:39 -05002077 <!-- SysUI Tuner: Switch to control if device gets unlocked by left shortcut [CHAR LIMIT=60] -->
2078 <string name="lockscreen_unlock_left">Left shortcut also unlocks</string>
2079
2080 <!-- SysUI Tuner: Switch to control if device gets unlocked by right shortcut [CHAR LIMIT=60] -->
2081 <string name="lockscreen_unlock_right">Right shortcut also unlocks</string>
2082
2083 <!-- SysUI Tuner: Summary of no shortcut being selected [CHAR LIMIT=60] -->
2084 <string name="lockscreen_none">None</string>
2085
2086 <!-- SysUI Tuner: Format string for describing launching an app [CHAR LIMIT=60] -->
2087 <string name="tuner_launch_app">Launch <xliff:g id="app" example="Settings">%1$s</xliff:g></string>
2088
2089 <!-- SysUI Tuner: Label for section of other apps that can be launched [CHAR LIMIT=60] -->
2090 <string name="tuner_other_apps">Other apps</string>
2091
2092 <!-- SysUI Tuner: Label for icon shaped like a circle [CHAR LIMIT=60] -->
2093 <string name="tuner_circle">Circle</string>
2094
2095 <!-- SysUI Tuner: Label for icon shaped like a plus [CHAR LIMIT=60] -->
2096 <string name="tuner_plus">Plus</string>
2097
2098 <!-- SysUI Tuner: Label for icon shaped like a minus [CHAR LIMIT=60] -->
2099 <string name="tuner_minus">Minus</string>
2100
2101 <!-- SysUI Tuner: Label for icon shaped like a left [CHAR LIMIT=60] -->
2102 <string name="tuner_left">Left</string>
2103
2104 <!-- SysUI Tuner: Label for icon shaped like a right [CHAR LIMIT=60] -->
2105 <string name="tuner_right">Right</string>
2106
2107 <!-- SysUI Tuner: Label for icon shaped like a menu [CHAR LIMIT=60] -->
2108 <string name="tuner_menu">Menu</string>
2109
2110 <!-- SysUI Tuner: App subheading for shortcut selection [CHAR LIMIT=60] -->
2111 <string name="tuner_app"><xliff:g id="app">%1$s</xliff:g> app</string>
Andrew Sappersteinb7caf1d2016-12-14 15:39:20 -08002112
Beverly334bc5f2017-07-31 10:37:17 -04002113 <!-- Title for the notification channel containing important alerts. [CHAR LIMIT=NONE] -->
Dan Sandler8e032e12017-01-25 13:41:38 -05002114 <string name="notification_channel_alerts">Alerts</string>
Beverly334bc5f2017-07-31 10:37:17 -04002115 <!-- Title for the notification channel for battery warnings (i.e. < 15%). [CHAR LIMIT=NONE] -->
2116 <string name="notification_channel_battery">Battery</string>
Dan Sandler8e032e12017-01-25 13:41:38 -05002117 <!-- Title for the notification channel dedicated to screenshot progress. [CHAR LIMIT=NONE] -->
2118 <string name="notification_channel_screenshot">Screenshots</string>
Geoffrey Pitsch1dc93bc2017-01-31 16:38:11 -05002119 <!-- Title for the notification channel for miscellaneous notices. [CHAR LIMIT=NONE] -->
2120 <string name="notification_channel_general">General Messages</string>
Dan Sandler8e032e12017-01-25 13:41:38 -05002121 <!-- Title for the notification channel for problems with storage (i.e. low disk). [CHAR LIMIT=NONE] -->
2122 <string name="notification_channel_storage">Storage</string>
Makoto Onuki52c62952018-03-22 10:43:03 -07002123 <!-- Title for the notification channel for hints and suggestions. [CHAR LIMIT=NONE] -->
2124 <string name="notification_channel_hints">Hints</string>
Dan Sandler8e032e12017-01-25 13:41:38 -05002125
Jason Monk324b8862017-02-16 17:19:12 -05002126 <!-- App label of the instant apps notification [CHAR LIMIT=60] -->
2127 <string name="instant_apps">Instant Apps</string>
2128
2129 <!-- Message of the instant apps notification indicating they don't need install [CHAR LIMIT=NONE] -->
2130 <string name="instant_apps_message">Instant apps don\'t require installation.</string>
2131
2132 <!-- Action label for launching app info on the specified app [CHAR LIMIT=20] -->
2133 <string name="app_info">App info</string>
2134
Jon Boekenoogenb6b5d412017-11-30 10:16:12 -08002135 <!-- Action label for switching to a browser for an instant app [CHAR LIMIT=20] -->
2136 <string name="go_to_web">Go to browser</string>
Jason Monk697b82a2017-04-19 18:41:06 -04002137
Jason Monke5b770e2017-03-03 21:49:29 -05002138 <!-- Quick settings tile for toggling mobile data [CHAR LIMIT=20] -->
2139 <string name="mobile_data">Mobile data</string>
2140
Amin Shaikh43ad7fe2018-03-05 14:34:44 -05002141 <!-- Quick settings tile secondary label format combining roaming with the mobile data type. [CHAR LIMIT=NONE] -->
2142 <string name="mobile_data_text_format"><xliff:g name="roaming_status" example="Roaming">%s</xliff:g> \u2014 <xliff:g name="mobile_data_type" example="LTE">%s</xliff:g></string>
2143
Jason Monk5383f722017-04-03 18:27:01 -04002144 <!-- Label for when wifi is off in QS detail panel [CHAR LIMIT=NONE] -->
2145 <string name="wifi_is_off">Wi-Fi is off</string>
2146
2147 <!-- Label for when bluetooth is off in QS detail panel [CHAR LIMIT=NONE] -->
2148 <string name="bt_is_off">Bluetooth is off</string>
2149
2150 <!-- Label for when Do not disturb is off in QS detail panel [CHAR LIMIT=NONE] -->
2151 <string name="dnd_is_off">Do Not Disturb is off</string>
2152
2153 <!-- Prompt for when Do not disturb is on from automatic rule in QS [CHAR LIMIT=NONE] -->
Jason Monkbe3235a2017-04-05 09:29:53 -04002154 <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>
Jason Monk5383f722017-04-03 18:27:01 -04002155
2156 <!-- Prompt for when Do not disturb is on from app in QS [CHAR LIMIT=NONE] -->
Jason Monkbe3235a2017-04-05 09:29:53 -04002157 <string name="qs_dnd_prompt_app">Do Not Disturb was turned on by an app (<xliff:g name="app">%s</xliff:g>).</string>
Jason Monk5383f722017-04-03 18:27:01 -04002158
2159 <!-- Prompt for when Do not disturb is on from automatic rule or app in QS [CHAR LIMIT=NONE] -->
Jason Monkbe3235a2017-04-05 09:29:53 -04002160 <string name="qs_dnd_prompt_auto_rule_app">Do Not Disturb was turned on by an automatic rule or app.</string>
Jason Monk5383f722017-04-03 18:27:01 -04002161
2162 <!-- Description of Do Not Disturb option in QS that ends at the specified time[CHAR LIMIT=20] -->
2163 <string name="qs_dnd_until">Until <xliff:g name="time">%s</xliff:g></string>
2164
2165 <!-- Do Not Disturb button to keep the current settings [CHAR LIMIT=20] -->
2166 <string name="qs_dnd_keep">Keep</string>
2167
2168 <!-- Do Not Disturb button to change the current settings [CHAR LIMIT=20] -->
2169 <string name="qs_dnd_replace">Replace</string>
2170
Dianne Hackborn83b40f62017-04-26 13:59:47 -07002171 <!-- Title of the "running foreground services" dialog. [CHAR LIMIT=NONE] -->
2172 <string name="running_foreground_services_title">Apps running in background</string>
2173
Dianne Hackborn4ae51e02017-05-04 16:53:11 -07002174 <!-- Descriptive text of an item in the "running foreground services" dialog, telling the
2175 user what will happen when they tap on that item (which is an application that has
2176 been identified for them as running). [CHAR LIMIT=NONE] -->
Dianne Hackborn83b40f62017-04-26 13:59:47 -07002177 <string name="running_foreground_services_msg">Tap for details on battery and data usage</string>
2178
Amin Shaikh329c8282018-03-09 14:50:59 -05002179 <!-- Title of the dialog to turn off data usage [CHAR LIMIT=NONE] -->
2180 <string name="mobile_data_disable_title">Turn off mobile data?</string>
2181
2182 <!-- Message body of the dialog to turn off data usage [CHAR LIMIT=NONE] -->
2183 <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>
2184
2185 <!-- 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] -->
2186 <string name="mobile_data_disable_message_default_carrier">your carrier</string>
Jason Monk54ff0ef2017-07-25 14:44:28 -04002187
Beverly830d54f2017-08-16 14:46:54 -04002188 <!-- Warning shown when user input has been blocked due to another app overlaying screen
2189 content. Since we don't know what the app is showing on top of the input target, we
2190 can't verify user consent. [CHAR LIMIT=NONE] -->
2191 <string name="touch_filtered_warning">Because an app is obscuring a permission request, Settings
2192 can’t verify your response.</string>
2193
Jason Monke8f8be72018-01-21 10:10:35 -05002194 <!-- Title of prompt requesting access to display slices [CHAR LIMIT=NONE] -->
2195 <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>
2196
2197 <!-- Description of what kind of access is given to a slice host [CHAR LIMIT=NONE] -->
2198 <string name="slice_permission_text_1"> - It can read information from <xliff:g id="app" example="Example App">%1$s</xliff:g></string>
2199 <!-- Description of what kind of access is given to a slice host [CHAR LIMIT=NONE] -->
2200 <string name="slice_permission_text_2"> - It can take actions inside <xliff:g id="app" example="Example App">%1$s</xliff:g></string>
2201
2202 <!-- Text on checkbox allowing the app to show slices from all apps [CHAR LIMIT=NONE] -->
2203 <string name="slice_permission_checkbox">Allow <xliff:g id="app" example="Example App">%1$s</xliff:g> to show slices from any app</string>
2204
2205 <!-- Option to grant the slice permission request on the screen [CHAR LIMIT=15] -->
2206 <string name="slice_permission_allow">Allow</string>
2207
2208 <!-- Option to grant the slice permission request on the screen [CHAR LIMIT=15] -->
2209 <string name="slice_permission_deny">Deny</string>
Alison Cichowlasa2cd19e2017-12-06 10:51:21 -05002210
Tony Wickham78f8eee2018-02-27 15:40:33 -08002211 <!-- List of packages for which we don't want to show recents onboarding, add into overlay as needed. -->
2212 <string-array name="recents_onboarding_blacklisted_packages" translatable="false">
2213 </string-array>
2214
Makoto Onuki52c62952018-03-22 10:43:03 -07002215 <!-- The title of the notification to suggest enabling automatic battery saver. [CHAR LIMIT=NONE]-->
2216 <string name="auto_saver_title">Tap to schedule Battery Saver</string>
2217
2218 <!-- The content of the notification to suggest enabling automatic battery saver. [CHAR LIMIT=NONE]-->
2219 <string name="auto_saver_text">Turn on automatically when battery is at <xliff:g id="percentage">%d</xliff:g>%%</string>
2220
2221 <!-- An action on the notification to suggest enabling automatic battery saver: Do not turn on automatic battery saver. [CHAR LIMIT=NONE]-->
2222 <string name="no_auto_saver_action">No thanks</string>
2223
2224 <!-- The title of the dialog that tells that scheduled (i.e. automatic) battery saver has been turned on. [CHAR LIMIT=NONE]-->
2225 <string name="auto_saver_enabled_title">Battery Saver schedule turned on</string>
2226
2227 <!-- The content of the dialog that tells that scheduled (i.e. automatic) battery saver has been turned on. [CHAR LIMIT=NONE]-->
2228 <string name="auto_saver_enabled_text">Battery Saver will turn on automatically once battery goes below <xliff:g id="percentage">%d</xliff:g>%%.</string>
2229
2230 <!-- An action on the dialog that tells that scheduled (i.e. automatic) battery saver: open the battery saver setting. [CHAR LIMIT=NONE]-->
2231 <string name="open_saver_setting_action">Settings</string>
2232
2233 <!-- An action on the dialog that tells that scheduled (i.e. automatic) battery saver: user acknowledges and closes the dialog. [CHAR LIMIT=NONE]-->
2234 <string name="auto_saver_okay_action">Got it</string>
2235
Makoto Onuki778ce662018-04-20 14:04:50 -07002236 <!-- URl of the webpage that explains battery saver. -->
2237 <string name="help_uri_battery_saver_learn_more_link_target" translatable="false"></string>
Dan Sandler4d90d1e2018-03-23 16:29:06 -04002238
2239 <!-- Name for a quick settings tile, used only by platform developers, to extract the SystemUI process memory and send it to another
2240 app for debugging. Will not be seen by users. [CHAR LIMIT=20] -->
2241 <string name="heap_dump_tile_name">Dump SysUI Heap</string>
2242
Joe Onorato2314aab2010-04-08 16:41:23 -05002243</resources>