blob: a523a411399fdd9ba6da9ddecd76885032c93f30 [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]-->
John Spurlock3332ba52014-03-10 17:44:07 -040062 <string name="battery_low_title">Battery is low</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
Elliott Hughes88d25512014-10-03 12:06:17 -070065 appened 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
John Spurlock3332ba52014-03-10 17:44:07 -040069 <!-- Same as battery_low_percent_format, with a notice about battery saver if on. [CHAR LIMIT=none]-->
Elliott Hughes88d25512014-10-03 12:06:17 -070070 <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 -040071
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070072 <!-- A message that appears when a USB charger is plugged in and the device does not
73 support charging on it. That is, a charger that fits into the USB port and goes into
74 a wall socket, not into a computer. (This happens because some devices require more
Joe Onoratoe8934a62010-11-09 08:01:20 -080075 current than the USB spec allows. [CHAR LIMIT=NONE] -->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070076 <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040077
John Spurlock3332ba52014-03-10 17:44:07 -040078 <!-- First line of invalid_charger, used in the notification form. [CHAR LIMIT=NONE]-->
79 <string name="invalid_charger_title">USB charging not supported.</string>
80
81 <!-- Second line of invalid_charger, used in the notification form. [CHAR LIMIT=NONE]-->
82 <string name="invalid_charger_text">Use only the supplied charger.</string>
83
Joe Onorato798ac4c2010-05-27 16:39:00 -040084 <!-- When the battery is low, this is the label of the button to go to the
Joe Onoratoe8934a62010-11-09 08:01:20 -080085 power usage activity to find out what drained the battery. [CHAR LIMIT=30] -->
John Spurlock3332ba52014-03-10 17:44:07 -040086 <string name="battery_low_why">Settings</string>
87
88 <!-- Battery saver confirmation dialog title [CHAR LIMIT=NONE]-->
John Spurlock1bb480a2014-08-02 17:12:43 -040089 <string name="battery_saver_confirmation_title">Turn on battery saver?</string>
John Spurlock3332ba52014-03-10 17:44:07 -040090
91 <!-- Battery saver confirmation dialog ok text [CHAR LIMIT=40]-->
John Spurlock1bb480a2014-08-02 17:12:43 -040092 <string name="battery_saver_confirmation_ok">Turn on</string>
John Spurlock3332ba52014-03-10 17:44:07 -040093
94 <!-- Battery saver notification action [CHAR LIMIT=NONE]-->
John Spurlock1bb480a2014-08-02 17:12:43 -040095 <string name="battery_saver_start_action">Turn on battery saver</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040096
Joe Onoratoe8934a62010-11-09 08:01:20 -080097 <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080098 <string name="status_bar_settings_settings_button">Settings</string>
Daniel Sandler6425ef92010-08-11 16:10:19 -040099
Joe Onorato64eb5d22010-12-08 15:46:59 -0800100 <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] -->
101 <string name="status_bar_settings_wifi_button">Wi-Fi</string>
102
Joe Onoratoa8e34182010-11-26 13:19:58 -0800103 <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
Daniel Sandler5920f152011-03-02 15:19:54 -0500104 <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -0800105
Joe Onorato75362102010-12-02 16:46:12 -0800106 <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
107 <string name="status_bar_settings_mute_label">MUTE</string>
108
109 <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
110 <string name="status_bar_settings_auto_brightness_label">AUTO</string>
111
Joe Onoratoa8e34182010-11-26 13:19:58 -0800112 <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -0800113 <string name="status_bar_settings_notifications">Notifications</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -0800114
Joe Onorato355ebc02010-12-01 17:37:00 -0800115 <!-- Separator for PLMN and SPN in network name. -->
Daniel Sandler8b96a662012-06-14 23:54:55 -0400116 <string name="status_bar_network_name_separator" translatable="false">|</string>
Joe Onorato355ebc02010-12-01 17:37:00 -0800117
Jaikumar Ganeshfde7f0e2011-01-10 10:05:58 -0800118 <!-- Network connection string for Bluetooth Reverse Tethering -->
satok82beadf2010-12-27 19:03:06 +0900119 <string name="bluetooth_tethered">Bluetooth tethered</string>
120 <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700121 <string name="status_bar_input_method_settings_configure_input_methods">Set up input methods</string>
Jeff Brown2992ea72011-01-28 22:04:14 -0800122
123 <!-- 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 +0900124 <string name="status_bar_use_physical_keyboard">Physical keyboard</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500125
126 <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700127 <string name="usb_device_permission_prompt">Allow the app <xliff:g id="application">%1$s</xliff:g> to access the USB device?</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500128
129 <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700130 <string name="usb_accessory_permission_prompt">Allow the app <xliff:g id="application">%1$s</xliff:g> to access the USB accessory?</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500131
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400132 <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400133 <string name="usb_device_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB device is connected?</string>
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400134
135 <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400136 <string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB accessory is connected?</string>
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400137
Mike Lockwood024b4f12011-03-10 12:12:31 -0500138 <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700139 <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 -0500140
141 <!-- Title for USB accessory dialog. Used when the name of the accessory cannot be determined. [CHAR LIMIT=50] -->
142 <string name="title_usb_accessory">USB accessory</string>
143
144 <!-- View button label for USB dialogs. [CHAR LIMIT=15] -->
145 <string name="label_view">View</string>
146
Mike Lockwoodad5f83e2011-03-15 16:04:12 -0400147 <!-- Checkbox label for USB device dialogs. [CHAR LIMIT=50] -->
148 <string name="always_use_device">Use by default for this USB device</string>
149
150 <!-- Checkbox label for USB accessory dialogs. [CHAR LIMIT=50] -->
151 <string name="always_use_accessory">Use by default for this USB accessory</string>
Mike Lockwood024b4f12011-03-10 12:12:31 -0500152
Benoit Goby4e68bd42012-04-25 18:06:00 -0700153 <!-- Title of confirmation dialog for USB debugging -->
Benoit Goby45f6aaa2012-08-29 12:10:18 -0700154 <string name="usb_debugging_title">Allow USB debugging?</string>
Benoit Goby4e68bd42012-04-25 18:06:00 -0700155
156 <!-- Message of confirmation dialog for USB debugging -->
Benoit Goby45f6aaa2012-08-29 12:10:18 -0700157 <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 -0700158
159 <!-- Option to always allow USB debugging from the attached computer -->
Benoit Goby45f6aaa2012-08-29 12:10:18 -0700160 <string name="usb_debugging_always">Always allow from this computer</string>
Benoit Goby4e68bd42012-04-25 18:06:00 -0700161
Xiaohui Chenffcfe342015-05-13 13:18:36 -0700162 <!-- Title of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
163 <string name="usb_debugging_secondary_user_title">USB debugging not allowed</string>
164
165 <!-- Message of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. -->
Xiaohui Chen05d58af2015-07-13 14:17:48 -0700166 <string name="usb_debugging_secondary_user_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, please switch to an Admin user.</string>
Xiaohui Chenffcfe342015-05-13 13:18:36 -0700167
Daniel Sandler3b0543a2011-06-14 11:30:28 -0400168 <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running
169 on a phone). [CHAR LIMIT=25] -->
170 <string name="compat_mode_on">Zoom to fill screen</string>
171
172 <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets).
173 [CHAR LIMIT=25] -->
174 <string name="compat_mode_off">Stretch to fill screen</string>
Winson Chungd859fa32011-07-22 12:19:52 -0700175
Winson Chungc57ccf02011-10-13 15:04:59 -0700176 <!-- Notification ticker displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=30] -->
Winson Chungb5968c72011-10-19 11:03:54 -0700177 <string name="screenshot_saving_ticker">Saving screenshot\u2026</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700178 <!-- Notification title displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=50] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700179 <string name="screenshot_saving_title">Saving screenshot\u2026</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700180 <!-- Notification text displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=100] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700181 <string name="screenshot_saving_text">Screenshot is being saved.</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700182 <!-- Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700183 <string name="screenshot_saved_title">Screenshot captured.</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700184 <!-- Notification text displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=100] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700185 <string name="screenshot_saved_text">Touch to view your screenshot.</string>
Winson Chungc57ccf02011-10-13 15:04:59 -0700186 <!-- Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700187 <string name="screenshot_failed_title">Couldn\'t capture screenshot.</string>
Winson44dbe292016-03-10 14:00:14 -0800188 <!-- Notification text displayed when we fail to save a screenshot for unknown reasons. [CHAR LIMIT=100] -->
189 <string name="screenshot_failed_to_save_unknown_text">Problem encountered while saving screenshot.</string>
190 <!-- Notification text displayed when we fail to save a screenshot. [CHAR LIMIT=100] -->
Winsone5591712016-02-18 13:45:54 -0800191 <string name="screenshot_failed_to_save_text">Can\'t save screenshot due to limited storage space.</string>
192 <!-- Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] -->
193 <string name="screenshot_failed_to_capture_text">Taking screenshots is not allowed by the app or your organization.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700194
195 <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] -->
196 <string name="usb_preference_title">USB file transfer options</string>
197 <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
198 <string name="use_mtp_button_title">Mount as a media player (MTP)</string>
199 <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
200 <string name="use_ptp_button_title">Mount as a camera (PTP)</string>
201 <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] -->
Claudia de Veauxb837c7a2011-10-17 13:36:00 -0700202 <string name="installer_cd_button_title">Install Android File Transfer app for Mac</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700203
204 <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
205 <string name="accessibility_back">Back</string>
206 <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
207 <string name="accessibility_home">Home</string>
208 <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
209 <string name="accessibility_menu">Menu</string>
Daniel Sandler52985822011-07-29 08:42:15 -0400210 <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
Jason Monkcdc459f2014-10-14 09:26:19 -0400211 <string name="accessibility_recent">Overview</string>
Jim Miller138f25d2013-09-25 13:46:58 -0700212 <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] -->
213 <string name="accessibility_search_light">Search</string>
214 <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
215 <string name="accessibility_camera_button">Camera</string>
Jorim Jaggi97b63c42014-05-02 23:03:34 +0200216 <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
217 <string name="accessibility_phone_button">Phone</string>
Selim Cineke70d6532015-04-24 16:46:13 -0700218 <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
219 <string name="accessibility_voice_assist_button">Voice Assist</string>
Jorim Jaggib5428e12014-08-29 13:50:11 +0000220 <!-- Content description of the unlock button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
221 <string name="accessibility_unlock_button">Unlock</string>
Selim Cinekc99d9a952015-06-19 18:44:50 -0700222 <!-- Content description of the unlock button when fingerpint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
223 <string name="accessibility_unlock_button_fingerprint">Unlock button, waiting for fingerprint</string>
224 <!-- Accessibility action of the unlock button when fingerpint is on (not shown on the screen). [CHAR LIMIT=NONE] -->
225 <string name="accessibility_unlock_without_fingerprint">Unlock without using your fingerprint</string>
Jorim Jaggib2e104f2014-08-15 18:12:36 +0200226 <!-- Click action label for accessibility for the unlock button. [CHAR LIMIT=NONE] -->
227 <string name="unlock_label">unlock</string>
228 <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
229 <string name="phone_label">open phone</string>
Selim Cinek7c4b0542015-05-11 17:36:57 -0700230 <!-- 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 -0700231 <string name="voice_assist_label">open voice assist</string>
232 <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] -->
Jorim Jaggib2e104f2014-08-15 18:12:36 +0200233 <string name="camera_label">open camera</string>
Skuhne8aa7d162015-03-20 13:40:53 -0700234 <!-- Caption for "Recents resize" developer debug feature. [CHAR LIMIT=NONE] -->
235 <string name="recents_caption_resize">Select new task layout</string>
236 <!-- Button name for "Cancel". [CHAR LIMIT=NONE] -->
237 <string name="cancel">Cancel</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700238
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700239 <!-- Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
240 <string name="accessibility_compatibility_zoom_button">Compatibility zoom button.</string>
241
242 <!-- Content description of picture of the compatibility zoom example for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
243 <string name="accessibility_compatibility_zoom_example">Zoom smaller to larger screen.</string>
244
245 <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
246 <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>
247 <!-- Content description of the bluetooth icon when connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
248 <string name="accessibility_bluetooth_disconnected">Bluetooth disconnected.</string>
249
250 <!-- Content description of the battery when no battery for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
251 <string name="accessibility_no_battery">No battery.</string>
252 <!-- Content description of the battery when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
253 <string name="accessibility_battery_one_bar">Battery one bar.</string>
254 <!-- Content description of the battery when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
255 <string name="accessibility_battery_two_bars">Battery two bars.</string>
256 <!-- Content description of the battery when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
257 <string name="accessibility_battery_three_bars">Battery three bars.</string>
258 <!-- Content description of the battery when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
259 <string name="accessibility_battery_full">Battery full.</string>
260
261 <!-- Content description of the phone signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
262 <string name="accessibility_no_phone">No phone.</string>
263 <!-- Content description of the phone signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
264 <string name="accessibility_phone_one_bar">Phone one bar.</string>
265 <!-- Content description of the phone signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
266 <string name="accessibility_phone_two_bars">Phone two bars.</string>
267 <!-- Content description of the phone signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
268 <string name="accessibility_phone_three_bars">Phone three bars.</string>
269 <!-- Content description of the phone signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
270 <string name="accessibility_phone_signal_full">Phone signal full.</string>
271
272 <!-- Content description of the data signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
273 <string name="accessibility_no_data">No data.</string>
274 <!-- Content description of the data signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
275 <string name="accessibility_data_one_bar">Data one bar.</string>
276 <!-- Content description of the data signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
277 <string name="accessibility_data_two_bars">Data two bars.</string>
278 <!-- Content description of the data signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
279 <string name="accessibility_data_three_bars">Data three bars.</string>
280 <!-- Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
281 <string name="accessibility_data_signal_full">Data signal full.</string>
282
Selim Cineke5557a92014-08-15 19:59:23 +0200283 <!-- Content description of the wifi label showing what we are connected to. [CHAR LIMIT=NONE] -->
284 <string name="accessibility_wifi_name">Connected to <xliff:g id="wifi" example="Home Network">%s</xliff:g>.</string>
285
286 <!-- Content description of the bluetooth label showing what we are connected to. [CHAR LIMIT=NONE] -->
287 <string name="accessibility_bluetooth_name">Connected to <xliff:g id="bluetooth" example="Car Audio">%s</xliff:g>.</string>
288
289
Daniel Sandler0fee2172011-11-10 00:15:38 -0500290 <!-- 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 +0900291 <string name="accessibility_no_wimax">No WiMAX.</string>
Daniel Sandler0fee2172011-11-10 00:15:38 -0500292 <!-- 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 +0900293 <string name="accessibility_wimax_one_bar">WiMAX one bar.</string>
Daniel Sandler0fee2172011-11-10 00:15:38 -0500294 <!-- 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 +0900295 <string name="accessibility_wimax_two_bars">WiMAX two bars.</string>
Daniel Sandler0fee2172011-11-10 00:15:38 -0500296 <!-- 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 +0900297 <string name="accessibility_wimax_three_bars">WiMAX three bars.</string>
Daniel Sandler0fee2172011-11-10 00:15:38 -0500298 <!-- 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 +0900299 <string name="accessibility_wimax_signal_full">WiMAX signal full.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700300
Lorenzo Colittid46bb582015-04-27 20:32:01 +0900301 <!-- Content description of the Ethernet connection when disconnected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
302 <string name="accessibility_ethernet_disconnected">Ethernet disconnected.</string>
303 <!-- Content description of the Ethernet connection when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
304 <string name="accessibility_ethernet_connected">Ethernet connected.</string>
305
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700306 <!-- Content description of an item with no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
307 <string name="accessibility_no_signal">No signal.</string>
308 <!-- Content description of an item with no signal and no connection for accessibility (not shown on the screen) [CHAR LIMIT=NONE] -->
309 <string name="accessibility_not_connected">Not connected.</string>
310 <!-- Content description of an item with zero signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
311 <string name="accessibility_zero_bars">Zero bars.</string>
312 <!-- Content description of an item with one signal bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
313 <string name="accessibility_one_bar">One bar.</string>
314 <!-- Content description of an item with two signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
315 <string name="accessibility_two_bars">Two bars.</string>
316 <!-- Content description of an item with three signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
317 <string name="accessibility_three_bars">Three bars.</string>
318 <!-- Content description of an item with full signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
319 <string name="accessibility_signal_full">Signal full.</string>
320
Chris Wrencd8f4f72014-08-27 18:48:13 -0400321 <!-- Content description of an item that is turned on for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
322 <string name="accessibility_desc_on">On.</string>
323 <!-- Content description of an item that is turned off for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
324 <string name="accessibility_desc_off">Off.</string>
325 <!-- Content description of an item that is connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
326 <string name="accessibility_desc_connected">Connected.</string>
327 <!-- Content description of an item that is connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
328 <string name="accessibility_desc_connecting">Connecting.</string>
329
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700330 <!-- Content description of the data connection type GPRS for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
331 <string name="accessibility_data_connection_gprs">GPRS</string>
332
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700333 <!-- Content description of the data connection type 1x for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
334 <string name="accessibility_data_connection_1x">1 X</string>
335
336 <!-- Content description of the data connection type HSPA and its variants for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
337 <string name="accessibility_data_connection_hspa">HSPA</string>
338
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700339 <!-- Content description of the data connection type 3G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
340 <string name="accessibility_data_connection_3g">3G</string>
341
342 <!-- Content description of the data connection type 3.5G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
343 <string name="accessibility_data_connection_3.5g">3.5G</string>
344
345 <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
346 <string name="accessibility_data_connection_4g">4G</string>
347
Daniel Sandler2fe71d02013-06-06 16:15:43 -0400348 <!-- Content description of the data connection type LTE for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
349 <string name="accessibility_data_connection_lte">LTE</string>
350
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700351 <!-- Content description of the data connection type CDMA for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
352 <string name="accessibility_data_connection_cdma">CDMA</string>
353
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700354 <!-- Content description of the roaming data connection type for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
355 <string name="accessibility_data_connection_roaming">Roaming</string>
356
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700357 <!-- Content description of the data connection type Edge for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
358 <string name="accessibility_data_connection_edge">Edge</string>
359
360 <!-- 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 -0700361 <string name="accessibility_data_connection_wifi">Wi-Fi</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700362
363 <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
364 <string name="accessibility_no_sim">No SIM.</string>
365
Jason Monk1a95c862016-01-27 15:18:41 -0500366 <!-- Content description of the cell data being disabled. [CHAR LIMIT=NONE] -->
367 <string name="accessibility_cell_data_off">Cellular Data Off</string>
368
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700369 <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
370 <string name="accessibility_bluetooth_tether">Bluetooth tethering.</string>
371
372 <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
373 <string name="accessibility_airplane_mode">Airplane mode.</string>
374
Adrian Roos1b5eb972015-06-11 18:22:52 -0700375 <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
376 <string name="accessibility_no_sims">No SIM card.</string>
377
Andrew Flynna478d702015-04-14 23:33:45 -0400378 <!-- Content description of the carrier network changing icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
379 <string name="accessibility_carrier_network_change_mode">Carrier network changing.</string>
380
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700381 <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
382 <string name="accessibility_battery_level">Battery <xliff:g id="number">%d</xliff:g> percent.</string>
383
384 <!-- 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 -0400385 <string name="accessibility_settings_button">System settings.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700386
387 <!-- 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 -0400388 <string name="accessibility_notifications_button">Notifications.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700389
390 <!-- 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 -0400391 <string name="accessibility_remove_notification">Clear notification.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700392
393 <!-- Content description of the enabled GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
394 <string name="accessibility_gps_enabled">GPS enabled.</string>
395
396 <!-- Content description of the acquiring GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
397 <string name="accessibility_gps_acquiring">GPS acquiring.</string>
398
399 <!-- Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
400 <string name="accessibility_tty_enabled">TeleTypewriter enabled.</string>
401
402 <!-- Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
403 <string name="accessibility_ringer_vibrate">Ringer vibrate.</string>
404
405 <!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
406 <string name="accessibility_ringer_silent">Ringer silent.</string>
Daniel Sandler2b697352011-07-22 16:23:09 -0400407
John Spurlock96fe98d2014-08-27 09:36:02 -0400408 <!-- Content description of the cast icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
409 <string name="accessibility_casting">@string/quick_settings_casting</string>
410
Rubin Xu1205fb12015-11-04 17:45:03 +0000411 <!-- Content description of the work mode icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
412 <string name="accessibility_work_mode">Work mode</string>
413
Winson Chunga4cc9662014-07-25 12:10:38 -0700414 <!-- Content description to tell the user that this button will remove an application from recents -->
415 <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 -0700416 <!-- Content description to tell the user an application has been removed from recents -->
417 <string name="accessibility_recents_item_dismissed"><xliff:g id="app" example="Calendar">%s</xliff:g> dismissed.</string>
Winson Chung6ac8bd62015-01-07 16:38:35 -0800418 <!-- Content description to tell the user all applications has been removed from recents -->
419 <string name="accessibility_recents_all_items_dismissed">All recent applications dismissed.</string>
Winson Chunga4cc9662014-07-25 12:10:38 -0700420 <!-- Content description to tell the user an application has been launched from recents -->
421 <string name="accessibility_recents_item_launched">Starting <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
Benjamin Franzb7a42fd2015-04-23 15:33:32 +0100422 <!-- Content description of individual recents task. -->
423 <string name="accessibility_recents_task_header"><xliff:g id="app" example="Chrome">%1$s</xliff:g> <xliff:g id="activity_label" example="www.google.com">%2$s</xliff:g></string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700424 <!-- Content description to tell the user a notification has been removed from the notification shade -->
425 <string name="accessibility_notification_dismissed">Notification dismissed.</string>
426
427 <!-- Content description for the notification shade panel (not shown on the screen). [CHAR LIMIT=NONE] -->
428 <string name="accessibility_desc_notification_shade">Notification shade.</string>
429 <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] -->
430 <string name="accessibility_desc_quick_settings">Quick settings.</string>
Selim Cinek90c94652014-08-18 16:46:22 +0200431 <!-- Content description for the lock screen (not shown on the screen). [CHAR LIMIT=NONE] -->
432 <string name="accessibility_desc_lock_screen">Lock screen.</string>
Adrian Roosb88c8842014-08-13 21:27:24 +0200433 <!-- Content description for the settings button in the status bar header. [CHAR LIMIT=NONE] -->
434 <string name="accessibility_desc_settings">Settings</string>
Casey Burkhardtd7059df2012-10-09 17:40:52 -0700435 <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
Jason Monkcdc459f2014-10-14 09:26:19 -0400436 <string name="accessibility_desc_recent_apps">Overview.</string>
John Spurlock40194302015-05-06 16:53:21 -0400437 <!-- Content description for the close button in the zen mode panel introduction message. [CHAR LIMIT=NONE] -->
438 <string name="accessibility_desc_close">Close</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700439
440 <!-- Content description of the user tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
441 <string name="accessibility_quick_settings_user">User <xliff:g id="user" example="John Doe">%s</xliff:g>.</string>
442 <!-- Content description of the wifi tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
Selim Cineke5557a92014-08-15 19:59:23 +0200443 <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 +0200444 <!-- Announcement made when the wifi is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
445 <string name="accessibility_quick_settings_wifi_changed_off">Wifi turned off.</string>
446 <!-- Announcement made when the wifi is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
447 <string name="accessibility_quick_settings_wifi_changed_on">Wifi turned on.</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700448 <!-- Content description of the mobile data tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
449 <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>
450 <!-- Content description of the battery tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
451 <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 +0200452 <!-- Content description of the airplane mode tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
453 <string name="accessibility_quick_settings_airplane_off">Airplane mode off.</string>
454 <!-- Content description of the airplane mode tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
455 <string name="accessibility_quick_settings_airplane_on">Airplane mode on.</string>
456 <!-- Announcement made when the airplane mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
457 <string name="accessibility_quick_settings_airplane_changed_off">Airplane mode turned off.</string>
458 <!-- Announcement made when the airplane mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
459 <string name="accessibility_quick_settings_airplane_changed_on">Airplane mode turned on.</string>
John Spurlock3c4076a2015-02-24 12:12:25 -0500460 <!-- Content description of the do not disturb tile in quick settings when on in priority (not shown on the screen). [CHAR LIMIT=NONE] -->
461 <string name="accessibility_quick_settings_dnd_priority_on">Do not disturb on, priority only.</string>
462 <!-- Content description of the do not disturb tile in quick settings when on in none (not shown on the screen). [CHAR LIMIT=NONE] -->
John Spurlockd9c75db2015-04-28 11:19:13 -0400463 <string name="accessibility_quick_settings_dnd_none_on">Do not disturb on, total silence.</string>
John Spurlock4f1163c2015-04-02 17:41:21 -0400464 <!-- Content description of the do not disturb tile in quick settings when on in alarms only (not shown on the screen). [CHAR LIMIT=NONE] -->
465 <string name="accessibility_quick_settings_dnd_alarms_on">Do not disturb on, alarms only.</string>
John Spurlock3c4076a2015-02-24 12:12:25 -0500466 <!-- Content description of the do not disturb tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
467 <string name="accessibility_quick_settings_dnd_off">Do not disturb off.</string>
468 <!-- Announcement made when do not disturb changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
469 <string name="accessibility_quick_settings_dnd_changed_off">Do not disturb turned off.</string>
470 <!-- Announcement made when do not disturb changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
471 <string name="accessibility_quick_settings_dnd_changed_on">Do not disturb turned on.</string>
Selim Cinek4fda7b22014-08-18 22:07:25 +0200472 <!-- Content description of the bluetooth tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
473 <string name="accessibility_quick_settings_bluetooth_off">Bluetooth off.</string>
474 <!-- Content description of the bluetooth tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
475 <string name="accessibility_quick_settings_bluetooth_on">Bluetooth on.</string>
476 <!-- Content description of the bluetooth tile in quick settings when connecting (not shown on the screen). [CHAR LIMIT=NONE] -->
477 <string name="accessibility_quick_settings_bluetooth_connecting">Bluetooth connecting.</string>
478 <!-- Content description of the bluetooth tile in quick settings when connected (not shown on the screen). [CHAR LIMIT=NONE] -->
479 <string name="accessibility_quick_settings_bluetooth_connected">Bluetooth connected.</string>
480 <!-- Announcement made when the bluetooth is turned off (not shown on the screen). [CHAR LIMIT=NONE] -->
481 <string name="accessibility_quick_settings_bluetooth_changed_off">Bluetooth turned off.</string>
482 <!-- Announcement made when the bluetooth is turned on (not shown on the screen). [CHAR LIMIT=NONE] -->
483 <string name="accessibility_quick_settings_bluetooth_changed_on">Bluetooth turned on.</string>
484 <!-- Content description of the location tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
485 <string name="accessibility_quick_settings_location_off">Location reporting off.</string>
486 <!-- Content description of the location tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
487 <string name="accessibility_quick_settings_location_on">Location reporting on.</string>
488 <!-- Announcement made when the location tile changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
489 <string name="accessibility_quick_settings_location_changed_off">Location reporting turned off.</string>
490 <!-- Announcement made when the location tile changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
491 <string name="accessibility_quick_settings_location_changed_on">Location reporting turned on.</string>
Casey Burkhardtbac221f2012-10-03 18:13:58 -0700492 <!-- Content description of the alarm tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] -->
493 <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 -0400494 <!-- Content description of quick settings detail panel close button (not shown on the screen). [CHAR LIMIT=NONE] -->
Selim Cinek4fda7b22014-08-18 22:07:25 +0200495 <string name="accessibility_quick_settings_close">Close panel.</string>
John Spurlock86005342014-05-23 11:58:00 -0400496 <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] -->
Selim Cinek4fda7b22014-08-18 22:07:25 +0200497 <string name="accessibility_quick_settings_more_time">More time.</string>
John Spurlock86005342014-05-23 11:58:00 -0400498 <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] -->
Selim Cinek4fda7b22014-08-18 22:07:25 +0200499 <string name="accessibility_quick_settings_less_time">Less time.</string>
500 <!-- Content description of the flashlight tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
501 <string name="accessibility_quick_settings_flashlight_off">Flashlight off.</string>
Jason Monk611994e2016-02-25 16:46:55 -0500502 <!-- Content description of the flashlight tile in quick settings when unavailable (not shown on the screen). [CHAR LIMIT=NONE] -->
503 <string name="accessibility_quick_settings_flashlight_unavailable">Flashlight unavailable.</string>
Selim Cinek4fda7b22014-08-18 22:07:25 +0200504 <!-- Content description of the flashlight tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
505 <string name="accessibility_quick_settings_flashlight_on">Flashlight on.</string>
506 <!-- Announcement made when the flashlight state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
507 <string name="accessibility_quick_settings_flashlight_changed_off">Flashlight turned off.</string>
508 <!-- Announcement made when the flashlight state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
509 <string name="accessibility_quick_settings_flashlight_changed_on">Flashlight turned on.</string>
510 <!-- Announcement made when the color inversion state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
511 <string name="accessibility_quick_settings_color_inversion_changed_off">Color inversion turned off.</string>
512 <!-- Announcement made when the color inversion state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
513 <string name="accessibility_quick_settings_color_inversion_changed_on">Color inversion turned on.</string>
514 <!-- Announcement made when the hotspot state changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
515 <string name="accessibility_quick_settings_hotspot_changed_off">Mobile hotspot turned off.</string>
516 <!-- Announcement made when the hotspot state changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
517 <string name="accessibility_quick_settings_hotspot_changed_on">Mobile hotspot turned on.</string>
518 <!-- Announcement made when the screen stopped casting (not shown on the screen). [CHAR LIMIT=NONE] -->
519 <string name="accessibility_casting_turned_off">Screen casting stopped.</string>
Rubin Xu1205fb12015-11-04 17:45:03 +0000520 <!-- Content description of the work mode title in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
521 <string name="accessibility_quick_settings_work_mode_off">Work mode off.</string>
522 <!-- Content description of the work mode title in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
523 <string name="accessibility_quick_settings_work_mode_on">Work mode on.</string>
524 <!-- Announcement made when the work mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
525 <string name="accessibility_quick_settings_work_mode_changed_off">Work mode turned off.</string>
526 <!-- Announcement made when the work mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
527 <string name="accessibility_quick_settings_work_mode_changed_on">Work mode turned on.</string>
Felipe Leme3e5e8412016-03-09 15:44:23 -0800528 <!-- Announcement made when the Data Saver changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
529 <string name="accessibility_quick_settings_data_saver_changed_off">Data Saver turned off.</string>
530 <!-- Announcement made when the Data Saver changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
531 <string name="accessibility_quick_settings_data_saver_changed_on">Data Saver turned on.</string>
Jim Miller17377762011-10-11 15:33:34 -0700532
Adrian Roos4697d662014-08-14 15:37:27 +0200533 <!-- Content description of the display brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
534 <string name="accessibility_brightness">Display brightness</string>
535
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700536 <!-- 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 +0100537 <string name="data_usage_disabled_dialog_3g_title">2G-3G data is paused</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700538 <!-- 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 +0100539 <string name="data_usage_disabled_dialog_4g_title">4G data is paused</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700540 <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
Adrian Roos6c7709002014-11-24 14:01:30 +0100541 <string name="data_usage_disabled_dialog_mobile_title">Cellular data is paused</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700542 <!-- Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
Adrian Roos6c7709002014-11-24 14:01:30 +0100543 <string name="data_usage_disabled_dialog_title">Data is paused</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700544 <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] -->
Adrian Roos6c7709002014-11-24 14:01:30 +0100545 <string name="data_usage_disabled_dialog">Because your set data limit was reached, the device has paused data usage for the remainder of this cycle.\n\nResuming may lead to charges from your carrier.</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700546 <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] -->
Adrian Roos6c7709002014-11-24 14:01:30 +0100547 <string name="data_usage_disabled_dialog_enable">Resume</string>
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700548
Daniel Sandler2b697352011-07-22 16:23:09 -0400549 <!-- Text to display underneath the graphical signal strength meter when
550 no connection is available. [CHAR LIMIT=20] -->
551 <string name="status_bar_settings_signal_meter_disconnected">
552 No Internet connection
553 </string>
554
555 <!-- Text to display underneath the graphical signal strength meter when
556 it is displaying Wi-Fi status and Wi-Fi is connected to a network
557 whose SSID is not available.
558 [CHAR LIMIT=20] -->
559 <string name="status_bar_settings_signal_meter_wifi_nossid">Wi-Fi connected</string>
560
561 <!-- Notification text: when GPS is getting a fix [CHAR LIMIT=50] -->
562 <string name="gps_notification_searching_text">Searching for GPS</string>
563
564 <!-- Notification text: when GPS has found a fix [CHAR LIMIT=50] -->
565 <string name="gps_notification_found_text">Location set by GPS</string>
566
David Christiec750c1f2013-08-08 12:56:57 -0700567 <!-- Accessibility text describing the presence of active location requests by one or more apps -->
568 <string name="accessibility_location_active">Location requests active</string>
569
Daniel Sandlerbcf6ef0b2011-09-30 11:43:36 -0400570 <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
571 <string name="accessibility_clear_all">Clear all notifications.</string>
Daniel Sandler221733a2011-11-03 15:21:33 -0400572
Selim Cinekc897bd32016-03-18 17:32:31 -0700573 <!-- The overflow indicator shown when a group has more notification inside the group than the visible ones. An example is "+ 3" [CHAR LIMIT=5] -->
574 <string name="notification_group_overflow_indicator">+ <xliff:g id="number" example="3">%s</xliff:g></string>
575
Dan Sandlerf4db75c2014-09-03 18:02:31 +0200576 <!-- Content description of button in notification inspector for system settings relating to
577 notifications from this application [CHAR LIMIT=NONE] -->
578 <string name="status_bar_notification_inspect_item_title">Notification settings</string>
579
580 <!-- Content description of button in notification inspetor for application-provided settings
581 for its own notifications [CHAR LIMIT=NONE] -->
582 <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 -0400583
Daniel Sandler9ff63782012-05-03 23:16:42 -0400584 <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is on. [CHAR LIMIT=NONE] -->
585 <string name="accessibility_rotation_lock_off">Screen will rotate automatically.</string>
586
587 <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
588 <string name="accessibility_rotation_lock_on_landscape">Screen is locked in landscape orientation.</string>
589
590 <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] -->
591 <string name="accessibility_rotation_lock_on_portrait">Screen is locked in portrait orientation.</string>
Daniel Sandler0bcf4ad2012-08-31 16:18:31 -0400592
Selim Cinek4fda7b22014-08-18 22:07:25 +0200593 <!-- Announcement made when the screen is rotating automatically again (not shown on the screen). [CHAR LIMIT=NONE] -->
594 <string name="accessibility_rotation_lock_off_changed">Screen will now rotate automatically.</string>
595
596 <!-- Announcement made when the rotation lock state changes to landscape only (not shown on the screen). [CHAR LIMIT=NONE] -->
597 <string name="accessibility_rotation_lock_on_landscape_changed">Screen is now locked in landscape orientation.</string>
598
599 <!-- Announcement made when the rotation lock state changes to portrait only (not shown on the screen). [CHAR LIMIT=NONE] -->
600 <string name="accessibility_rotation_lock_on_portrait_changed">Screen is now locked in portrait orientation.</string>
601
Daniel Sandlera30b70352013-09-16 10:16:49 -0400602 <!-- Name of the K-release easter egg: a display case for all our tastiest desserts. [CHAR LIMIT=30] -->
603 <string name="dessert_case">Dessert Case</string>
Daniel Sandler32f6fd52012-09-06 01:22:59 -0400604
605 <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
Daniel Sandlerbd9cafa2012-10-23 01:21:33 -0400606 <string name="start_dreams">Daydream</string>
Daniel Sandler32f6fd52012-09-06 01:22:59 -0400607
Daniel Sandlerced8d212012-09-12 17:33:27 -0700608 <!-- Textual description of Ethernet connections -->
609 <string name="ethernet_label">Ethernet</string>
610
John Spurlock3c4076a2015-02-24 12:12:25 -0500611 <!-- QuickSettings: Do not disturb [CHAR LIMIT=NONE] -->
612 <string name="quick_settings_dnd_label">Do not disturb</string>
613 <!-- QuickSettings: Do not disturb - Priority only [CHAR LIMIT=NONE] -->
614 <string name="quick_settings_dnd_priority_label">Priority only</string>
John Spurlock4f1163c2015-04-02 17:41:21 -0400615 <!-- QuickSettings: Do not disturb - Alarms only [CHAR LIMIT=NONE] -->
616 <string name="quick_settings_dnd_alarms_label">Alarms only</string>
John Spurlockd9c75db2015-04-28 11:19:13 -0400617 <!-- QuickSettings: Do not disturb - Total silence [CHAR LIMIT=NONE] -->
618 <string name="quick_settings_dnd_none_label">Total silence</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700619 <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] -->
620 <string name="quick_settings_bluetooth_label">Bluetooth</string>
Winson Chung5f623012012-09-14 14:58:43 -0700621 <!-- QuickSettings: Bluetooth (Multiple) [CHAR LIMIT=NONE] -->
622 <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 -0700623 <!-- QuickSettings: Bluetooth (Off) [CHAR LIMIT=NONE] -->
624 <string name="quick_settings_bluetooth_off_label">Bluetooth Off</string>
John Spurlock486b78e2014-07-07 08:37:56 -0400625 <!-- QuickSettings: Bluetooth detail panel, text when there are no items [CHAR LIMIT=NONE] -->
626 <string name="quick_settings_bluetooth_detail_empty_text">No paired devices available</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700627 <!-- QuickSettings: Brightness [CHAR LIMIT=NONE] -->
628 <string name="quick_settings_brightness_label">Brightness</string>
Winson Chungd4726d02012-09-14 12:27:29 -0700629 <!-- QuickSettings: Rotation Unlocked [CHAR LIMIT=NONE] -->
John Spurlock012d4a22014-06-04 00:40:18 -0400630 <string name="quick_settings_rotation_unlocked_label">Auto-rotate</string>
Winson Chungd4726d02012-09-14 12:27:29 -0700631 <!-- QuickSettings: Rotation Locked [CHAR LIMIT=NONE] -->
John Spurlock012d4a22014-06-04 00:40:18 -0400632 <string name="quick_settings_rotation_locked_label">Rotation locked</string>
John Spurlock8ab172e2013-12-19 16:39:23 -0500633 <!-- QuickSettings: Locked to Portrait [CHAR LIMIT=NONE] -->
John Spurlock012d4a22014-06-04 00:40:18 -0400634 <string name="quick_settings_rotation_locked_portrait_label">Portrait</string>
John Spurlock8ab172e2013-12-19 16:39:23 -0500635 <!-- QuickSettings: Locked to Landscape [CHAR LIMIT=NONE] -->
John Spurlock012d4a22014-06-04 00:40:18 -0400636 <string name="quick_settings_rotation_locked_landscape_label">Landscape</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700637 <!-- QuickSettings: IME [CHAR LIMIT=NONE] -->
Winson Chung2a4057d2012-09-12 18:30:06 -0700638 <string name="quick_settings_ime_label">Input Method</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700639 <!-- QuickSettings: Location [CHAR LIMIT=NONE] -->
David Christie03ed0122013-07-30 18:11:23 -0700640 <string name="quick_settings_location_label">Location</string>
641 <!-- QuickSettings: Location (Off) [CHAR LIMIT=NONE] -->
642 <string name="quick_settings_location_off_label">Location Off</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700643 <!-- QuickSettings: Media device [CHAR LIMIT=NONE] -->
644 <string name="quick_settings_media_device_label">Media device</string>
645 <!-- QuickSettings: RSSI [CHAR LIMIT=NONE] -->
646 <string name="quick_settings_rssi_label">RSSI</string>
647 <!-- QuickSettings: RSSI (No network) [CHAR LIMIT=NONE] -->
648 <string name="quick_settings_rssi_emergency_only">Emergency Calls Only</string>
649 <!-- QuickSettings: Settings [CHAR LIMIT=NONE] -->
650 <string name="quick_settings_settings_label">Settings</string>
651 <!-- QuickSettings: Time [CHAR LIMIT=NONE] -->
652 <string name="quick_settings_time_label">Time</string>
653 <!-- QuickSettings: User [CHAR LIMIT=NONE] -->
654 <string name="quick_settings_user_label">Me</string>
Adrian Roos5f1652c2014-07-14 22:39:54 +0200655 <!-- QuickSettings: Title of the user detail panel [CHAR LIMIT=NONE] -->
656 <string name="quick_settings_user_title">User</string>
657 <!-- QuickSettings: Label on the item for adding a new user [CHAR LIMIT=NONE] -->
658 <string name="quick_settings_user_new_user">New user</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700659 <!-- QuickSettings: Wifi [CHAR LIMIT=NONE] -->
Winson Chungf4b5ab12012-09-24 16:47:46 -0700660 <string name="quick_settings_wifi_label">Wi-Fi</string>
661 <!-- QuickSettings: Wifi (Not connected) [CHAR LIMIT=NONE] -->
662 <string name="quick_settings_wifi_not_connected">Not Connected</string>
Winson Chungd63c59782012-09-05 17:34:41 -0700663 <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] -->
664 <string name="quick_settings_wifi_no_network">No Network</string>
Winson Chung34563e22012-09-21 17:19:49 -0700665 <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] -->
Winson Chungf4b5ab12012-09-24 16:47:46 -0700666 <string name="quick_settings_wifi_off_label">Wi-Fi Off</string>
John Spurlock486b78e2014-07-07 08:37:56 -0400667 <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] -->
Jason Monke12485f2015-06-05 10:15:02 -0400668 <string name="quick_settings_wifi_detail_empty_text">No Wi-Fi networks available</string>
John Spurlock1e6eb172014-07-13 11:59:50 -0400669 <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] -->
John Spurlock83957a32015-03-17 14:23:00 -0400670 <string name="quick_settings_cast_title">Cast</string>
John Spurlock1e6eb172014-07-13 11:59:50 -0400671 <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] -->
672 <string name="quick_settings_casting">Casting</string>
673 <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] -->
674 <string name="quick_settings_cast_device_default_name">Unnamed device</string>
675 <!-- QuickSettings: Cast detail panel, default device description [CHAR LIMIT=NONE] -->
676 <string name="quick_settings_cast_device_default_description">Ready to cast</string>
677 <!-- QuickSettings: Cast detail panel, text when there are no items [CHAR LIMIT=NONE] -->
678 <string name="quick_settings_cast_detail_empty_text">No devices available</string>
Winson Chung1679b362012-09-10 20:08:01 -0700679 <!-- QuickSettings: Brightness dialog title [CHAR LIMIT=NONE] -->
680 <string name="quick_settings_brightness_dialog_title">Brightness</string>
681 <!-- QuickSettings: Brightness dialog auto brightness button [CHAR LIMIT=NONE] -->
682 <string name="quick_settings_brightness_dialog_auto_brightness_label">AUTO</string>
Alan Viverette2a648612013-10-10 12:22:57 -0700683 <!-- QuickSettings: Label for the toggle that controls whether display inversion is enabled. [CHAR LIMIT=NONE] -->
John Spurlockaf8d6c42014-05-07 17:49:08 -0400684 <string name="quick_settings_inversion_label">Invert colors</string>
Alan Viverette2a648612013-10-10 12:22:57 -0700685 <!-- QuickSettings: Label for the toggle that controls whether display color correction is enabled. [CHAR LIMIT=NONE] -->
Alan Viveretteda0cc3e2013-09-26 13:11:54 -0700686 <string name="quick_settings_color_space_label">Color correction mode</string>
John Spurlockaf8d6c42014-05-07 17:49:08 -0400687 <!-- QuickSettings: Control panel: Label for button that navigates to settings. [CHAR LIMIT=NONE] -->
688 <string name="quick_settings_more_settings">More settings</string>
John Spurlock7f8f22a2014-07-02 18:54:17 -0400689 <!-- QuickSettings: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
690 <string name="quick_settings_done">Done</string>
691 <!-- QuickSettings: Control panel: Label for connected device. [CHAR LIMIT=NONE] -->
692 <string name="quick_settings_connected">Connected</string>
John Spurlock486b78e2014-07-07 08:37:56 -0400693 <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] -->
694 <string name="quick_settings_connecting">Connecting...</string>
John Spurlockaf8d6c42014-05-07 17:49:08 -0400695 <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] -->
696 <string name="quick_settings_tethering_label">Tethering</string>
697 <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] -->
698 <string name="quick_settings_hotspot_label">Hotspot</string>
John Spurlock86005342014-05-23 11:58:00 -0400699 <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] -->
700 <string name="quick_settings_notifications_label">Notifications</string>
Adrian Roosb83777b2014-06-30 15:11:53 +0200701 <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] -->
702 <string name="quick_settings_flashlight_label">Flashlight</string>
John Spurlockb98f7472014-07-08 17:09:42 -0400703 <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] -->
704 <string name="quick_settings_cellular_detail_title">Cellular data</string>
705 <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] -->
706 <string name="quick_settings_cellular_detail_data_usage">Data usage</string>
John Spurlock5e9049a2014-07-08 23:40:46 -0400707 <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] -->
708 <string name="quick_settings_cellular_detail_remaining_data">Remaining data</string>
709 <!-- QuickSettings: Cellular detail panel, over limit title [CHAR LIMIT=NONE] -->
John Spurlockbeaf1172014-11-24 12:25:32 -0500710 <string name="quick_settings_cellular_detail_over_limit">Over limit</string>
John Spurlock5e9049a2014-07-08 23:40:46 -0400711 <!-- QuickSettings: Cellular detail panel, data used format string [CHAR LIMIT=NONE] -->
712 <string name="quick_settings_cellular_detail_data_used"><xliff:g id="data_used" example="2.0 GB">%s</xliff:g> used</string>
713 <!-- QuickSettings: Cellular detail panel, data limit format string [CHAR LIMIT=NONE] -->
714 <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 -0400715 <!-- QuickSettings: Cellular detail panel, data warning format string [CHAR LIMIT=NONE] -->
716 <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string>
Rubin Xu1205fb12015-11-04 17:45:03 +0000717 <!-- QuickSettings: Work mode [CHAR LIMIT=NONE] -->
718 <string name="quick_settings_work_mode_label">Work mode</string>
Daniel Sandlerb17a7262012-10-05 14:32:50 -0400719
Winson Chung303e1ff2014-03-07 15:06:19 -0800720 <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
Winson196e8612016-03-15 15:20:17 -0700721 <string name="recents_empty_message">No recent items</string>
722 <!-- Recents: The empty recents string after dismissing all tasks. [CHAR LIMIT=NONE] -->
723 <string name="recents_empty_message_dismissed_all">You\'ve cleared everything</string>
Winson Chung9f9679d2014-04-11 16:49:09 -0700724 <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] -->
725 <string name="recents_app_info_button_label">Application Info</string>
Jason Monk61f9c342014-10-22 16:45:47 -0400726 <!-- Recents: The screen pinning button. [CHAR LIMIT=NONE] -->
727 <string name="recents_lock_to_app_button_label">screen pinning</string>
Winson Chungecd9b302014-04-16 17:07:18 -0700728 <!-- Recents: Temporary string for the button in the recents search bar. [CHAR LIMIT=NONE] -->
729 <string name="recents_search_bar_label">search</string>
Winson Chung4e96eb72014-09-17 15:16:09 +0200730 <!-- Recents: Launch error string. [CHAR LIMIT=NONE] -->
731 <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 -0800732 <!-- Recents: Launch disabled string. [CHAR LIMIT=NONE] -->
733 <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 -0700734 <!-- Recents: Stack action button string. [CHAR LIMIT=NONE] -->
735 <string name="recents_stack_action_button_label">Clear all</string>
Winson931845f2016-02-24 19:38:41 -0800736 <!-- Recents: Non-dockable task drag message. [CHAR LIMIT=NONE] -->
737 <string name="recents_drag_non_dockable_task_message">This app does not support multi-window</string>
738 <!-- Recents: Non-dockable task launch sub header. [CHAR LIMIT=NONE] -->
739 <string name="recents_launch_non_dockable_task_label">App does not support multi-window</string>
Daniel Sandlerdfaf3bd2013-04-12 01:39:02 -0400740
Winson Chungd16c5652015-01-26 16:11:07 -0800741 <!-- Recents: MultiStack add stack split horizontal radio button. [CHAR LIMIT=NONE] -->
742 <string name="recents_multistack_add_stack_dialog_split_horizontal">Split Horizontal</string>
743 <!-- Recents: MultiStack add stack split vertical radio button. [CHAR LIMIT=NONE] -->
744 <string name="recents_multistack_add_stack_dialog_split_vertical">Split Vertical</string>
745 <!-- Recents: MultiStack add stack split custom radio button. [CHAR LIMIT=NONE] -->
746 <string name="recents_multistack_add_stack_dialog_split_custom">Split Custom</string>
747
Adrian Roos59a61272014-06-06 19:07:24 +0200748 <!-- Expanded Status Bar Header: Battery Charged [CHAR LIMIT=40] -->
749 <string name="expanded_header_battery_charged">Charged</string>
750
751 <!-- Expanded Status Bar Header: Charging, no known time [CHAR LIMIT=40] -->
752 <string name="expanded_header_battery_charging">Charging</string>
753
754 <!-- Expanded Status Bar Header: Charging, showing time left until charged [CHAR LIMIT=40] -->
755 <string name="expanded_header_battery_charging_with_time"><xliff:g id="charging_time" example="2 hrs 25 min">%s</xliff:g> until full</string>
756
757 <!-- Expanded Status Bar Header: Not charging [CHAR LIMIT=40] -->
758 <string name="expanded_header_battery_not_charging">Not charging</string>
759
Daniel Sandlerdfaf3bd2013-04-12 01:39:02 -0400760 <!-- Glyph to be overlaid atop the battery when the level is extremely low. Do not translate. -->
761 <string name="battery_meter_very_low_overlay_symbol">!</string>
Geoffrey Borggaard348fc482013-08-08 14:32:39 -0400762
763 <!-- Shows up when there is a user SSL CA Cert installed on the
Maggie Benthall68881e42013-09-17 19:23:59 -0400764 device. Indicates to the user that SSL traffic can be intercepted.
765 If the text fits on one line (~14 chars), it should start with a
766 linebreak to position it correctly. [CHAR LIMIT=45] -->
767 <string name="ssl_ca_cert_warning">Network may\nbe monitored</string>
Maggie Benthall0469f412013-09-05 15:30:26 -0400768
John Spurlock74d24802013-12-02 17:14:51 -0500769 <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] -->
770 <string name="description_target_search">Search</string>
771 <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
772 <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string>
773 <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->
774 <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 -0400775
John Spurlockf55b7f22015-04-13 19:21:26 -0400776 <!-- Zen mode: Priority only introduction message on first use -->
John Spurlockd9c75db2015-04-28 11:19:13 -0400777 <string name="zen_priority_introduction">You won’t be disturbed by sounds and vibrations, except from alarms, reminders, events, and callers you specify.</string>
John Spurlockf55b7f22015-04-13 19:21:26 -0400778
779 <!-- Zen mode: Priority only customization button label -->
780 <string name="zen_priority_customize_button">Customize</string>
781
John Spurlockcbd7a312015-06-21 10:46:28 -0400782 <!-- Zen mode: Total silence introduction message on first use (voice capable devices) -->
783 <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>
784
785 <!-- Zen mode: Total silence introduction message on first use (non-voice capable devices) -->
786 <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 -0400787
Jorim Jaggib741f052014-06-03 19:57:26 +0200788 <!-- Text for overflow card on Keyguard when there is not enough space for all notifications on Keyguard. [CHAR LIMIT=1] -->
789 <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 +0200790
Selim Cinekc27437b2014-05-14 10:23:33 +0200791 <!-- An explanation for the visual speed bump in the notifications, which will appear when you click on it. [CHAR LIMIT=50] -->
792 <string name="speed_bump_explanation">Less urgent notifications below</string>
793
Jorim Jaggie70d31f2014-04-24 22:08:30 +0200794 <!-- 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] -->
Jorim Jaggi57647c12014-08-14 14:32:52 +0200795 <string name="notification_tap_again">Touch again to open</string>
Jorim Jaggie70d31f2014-04-24 22:08:30 +0200796
797 <!-- Shows when people have pressed the unlock icon to explain how to unlock. [CHAR LIMIT=60] -->
798 <string name="keyguard_unlock">Swipe up to unlock</string>
John Spurlock9ba2ffd2014-05-19 12:32:19 -0400799
Selim Cineke70d6532015-04-24 16:46:13 -0700800 <!-- Shows when people have clicked on the phone icon [CHAR LIMIT=60] -->
801 <string name="phone_hint">Swipe from icon for phone</string>
Jorim Jaggib3f0a2f2014-06-02 19:29:39 +0200802
Selim Cineke70d6532015-04-24 16:46:13 -0700803 <!-- Shows when people have clicked on the voice assist icon [CHAR LIMIT=60] -->
804 <string name="voice_hint">Swipe from icon for voice assist</string>
805
806 <!-- Shows when people have clicked on the camera icon [CHAR LIMIT=60] -->
807 <string name="camera_hint">Swipe from icon for camera</string>
Jorim Jaggib3f0a2f2014-06-02 19:29:39 +0200808
John Spurlockbd1abe62015-06-10 17:18:38 -0400809 <!-- Accessibility content description for Interruption level: None. [CHAR LIMIT=NONE] -->
810 <string name="interruption_level_none_with_warning">Total silence. This will also silence screen readers.</string>
811
John Spurlockf6ed7242015-04-30 14:29:33 -0400812 <!-- Interruption level: None. [CHAR LIMIT=40] -->
John Spurlockd9c75db2015-04-28 11:19:13 -0400813 <string name="interruption_level_none">Total silence</string>
John Spurlockae641c92014-06-30 18:11:40 -0400814
John Spurlockf6ed7242015-04-30 14:29:33 -0400815 <!-- Interruption level: Priority. [CHAR LIMIT=40] -->
John Spurlockf88d8082015-03-25 18:09:51 -0400816 <string name="interruption_level_priority">Priority only</string>
John Spurlockae641c92014-06-30 18:11:40 -0400817
John Spurlockf6ed7242015-04-30 14:29:33 -0400818 <!-- Interruption level: Alarms only. [CHAR LIMIT=40] -->
John Spurlock4f1163c2015-04-02 17:41:21 -0400819 <string name="interruption_level_alarms">Alarms only</string>
820
John Spurlockf6ed7242015-04-30 14:29:33 -0400821 <!-- Interruption level: None. Optimized for narrow two-line display. [CHAR LIMIT=40] -->
John Spurlockd9c75db2015-04-28 11:19:13 -0400822 <string name="interruption_level_none_twoline">Total\nsilence</string>
John Spurlock4f1163c2015-04-02 17:41:21 -0400823
John Spurlockf6ed7242015-04-30 14:29:33 -0400824 <!-- Interruption level: Priority. Optimized for narrow two-line display. [CHAR LIMIT=40] -->
John Spurlock4f1163c2015-04-02 17:41:21 -0400825 <string name="interruption_level_priority_twoline">Priority\nonly</string>
826
John Spurlockf6ed7242015-04-30 14:29:33 -0400827 <!-- Interruption level: Alarms only. Optimized for narrow two-line display. [CHAR LIMIT=40] -->
John Spurlock4f1163c2015-04-02 17:41:21 -0400828 <string name="interruption_level_alarms_twoline">Alarms\nonly</string>
829
Adrian Roos12c1ef52014-06-04 13:54:08 +0200830 <!-- Indication on the keyguard that is shown when the device is charging. [CHAR LIMIT=40]-->
831 <string name="keyguard_indication_charging_time">Charging (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
832
Adrian Roos7e39e592015-09-23 17:03:47 -0700833 <!-- Indication on the keyguard that is shown when the device is charging rapidly. Should match keyguard_plugged_in_charging_fast [CHAR LIMIT=40]-->
834 <string name="keyguard_indication_charging_time_fast">Charging rapidly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
835
836 <!-- Indication on the keyguard that is shown when the device is charging slowly. Should match keyguard_plugged_in_charging_slowly [CHAR LIMIT=40]-->
837 <string name="keyguard_indication_charging_time_slowly">Charging slowly (<xliff:g id="charging_time_left" example="4 hours and 2 minutes">%s</xliff:g> until full)</string>
838
Amith Yamasani1e9c2182014-06-11 17:25:51 -0700839 <!-- Related to user switcher --><skip/>
Adrian Roosccdff622014-08-06 00:07:18 +0200840
Adrian Roos1de02ee2014-08-12 15:10:19 +0200841 <!-- Accessibility label for the button that opens the user switcher. -->
842 <string name="accessibility_multi_user_switch_switcher">Switch user</string>
843
Adrian Roos57cf5702014-09-03 15:56:30 +0200844 <!-- Accessibility label for the button that opens the user switcher and announces the current user. -->
845 <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>
846
Adrian Roosffc90972015-06-09 18:09:49 -0700847 <!-- Accessibility label for the user icon on the lock screen. -->
848 <string name="accessibility_multi_user_switch_inactive">Current user <xliff:g id="current_user_name" example="John Doe">%s</xliff:g></string>
849
Adrian Roos1de02ee2014-08-12 15:10:19 +0200850 <!-- Accessibility label for the button that opens the quick contact of the user. -->
851 <string name="accessibility_multi_user_switch_quick_contact">Show profile</string>
852
Adrian Roosccdff622014-08-06 00:07:18 +0200853 <!-- Label for the adding a new user in the user switcher [CHAR LIMIT=35] -->
854 <string name="user_add_user">Add user</string>
855
856 <!-- Name for a freshly added user [CHAR LIMIT=30] -->
857 <string name="user_new_user_name">New user</string>
858
Adrian Roos50052442014-07-17 23:35:18 +0200859 <!-- Name for the guest user [CHAR LIMIT=35] -->
Amith Yamasani1e9c2182014-06-11 17:25:51 -0700860 <string name="guest_nickname">Guest</string>
861
Adrian Roos50052442014-07-17 23:35:18 +0200862 <!-- Label for adding a new guest in the user switcher [CHAR LIMIT=35] -->
Adrian Roosbc0a9fe2014-08-11 20:36:01 +0200863 <string name="guest_new_guest">Add guest</string>
Amith Yamasani1e9c2182014-06-11 17:25:51 -0700864
Adrian Roos8d2a4e22014-08-13 19:16:34 +0200865 <!-- Label for exiting and removing the guest session in the user switcher [CHAR LIMIT=35] -->
866 <string name="guest_exit_guest">Remove guest</string>
Adrian Roos50052442014-07-17 23:35:18 +0200867
868 <!-- Title of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
Amith Yamasanie5b274a2014-08-18 07:57:56 -0700869 <string name="guest_exit_guest_dialog_title">Remove guest?</string>
Adrian Roos50052442014-07-17 23:35:18 +0200870
871 <!-- Message of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] -->
Amith Yamasanie5b274a2014-08-18 07:57:56 -0700872 <string name="guest_exit_guest_dialog_message">All apps and data in this session will be deleted.</string>
873
874 <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
875 <string name="guest_exit_guest_dialog_remove">Remove</string>
Adrian Roos50052442014-07-17 23:35:18 +0200876
877 <!-- Title of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
878 <string name="guest_wipe_session_title">Welcome back, guest!</string>
879
880 <!-- Message of the notification when resuming an existing guest session [CHAR LIMIT=NONE] -->
Amith Yamasanid1e2cc32014-08-15 17:23:45 -0700881 <string name="guest_wipe_session_message">Do you want to continue your session?</string>
Adrian Roos50052442014-07-17 23:35:18 +0200882
883 <!-- Notification when resuming an existing guest session: Action that starts a new session [CHAR LIMIT=35] -->
Amith Yamasanid1e2cc32014-08-15 17:23:45 -0700884 <string name="guest_wipe_session_wipe">Start over</string>
Adrian Roos50052442014-07-17 23:35:18 +0200885
886 <!-- Notification when resuming an existing guest session: Action that continues with the current session [CHAR LIMIT=35] -->
Amith Yamasanid1e2cc32014-08-15 17:23:45 -0700887 <string name="guest_wipe_session_dontwipe">Yes, continue</string>
Adrian Roos50052442014-07-17 23:35:18 +0200888
Fyodor Kupolovf4d6ad22015-04-13 11:52:18 -0700889 <!-- Title of the notification shown to a new guest user [CHAR LIMIT=60] -->
890 <string name="guest_notification_title">Guest user</string>
891
892 <!-- Text of the notification shown to a new guest user [CHAR LIMIT=60] -->
Fyodor Kupolov7b4ce6a2015-06-10 15:33:40 -0700893 <string name="guest_notification_text">To delete apps and data, remove guest user</string>
Fyodor Kupolovf4d6ad22015-04-13 11:52:18 -0700894
895 <!-- Remove action in the notification shown to a new guest user [CHAR LIMIT=30] -->
896 <string name="guest_notification_remove_action">REMOVE GUEST</string>
897
Xiaohui Chen860397f2015-07-22 15:03:48 -0700898 <!-- Title of the notification shown to logout the current user [CHAR LIMIT=60] -->
899 <string name="user_logout_notification_title">Logout user</string>
900
901 <!-- Text of the notification shown to logout the current user [CHAR LIMIT=60] -->
Xiaohui Chend876ad72015-07-27 16:43:46 -0700902 <string name="user_logout_notification_text">Logout current user</string>
Xiaohui Chen860397f2015-07-22 15:03:48 -0700903
904 <!-- Logout action in the notification shown to logout the current user [CHAR LIMIT=30] -->
905 <string name="user_logout_notification_action">LOGOUT USER</string>
906
Adrian Roos0c6763a2014-09-08 19:11:00 +0200907 <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
908 <string name="user_add_user_title" msgid="2108112641783146007">Add new user?</string>
909
910 <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
911 <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>
912
Vadim Trysheva22dd332016-01-26 18:40:37 -0800913 <!-- Title of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
Xiyuan Xiacc3a74f62015-07-22 14:16:34 -0700914 <string name="user_remove_user_title">Remove user?</string>
915
Vadim Trysheva22dd332016-01-26 18:40:37 -0800916 <!-- Message of the confirmation dialog for deleting a user [CHAR LIMIT=NONE] -->
Xiyuan Xiacc3a74f62015-07-22 14:16:34 -0700917 <string name="user_remove_user_message">All apps and data of this user will be deleted.</string>
918
919 <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
920 <string name="user_remove_user_remove">Remove</string>
Adrian Roos50052442014-07-17 23:35:18 +0200921
John Spurlock3332ba52014-03-10 17:44:07 -0400922 <!-- Battery saver notification title. [CHAR LIMIT=60]-->
923 <string name="battery_saver_notification_title">Battery saver is on</string>
924
925 <!-- Battery saver notification text. [CHAR LIMIT=60] -->
John Spurlock1bb480a2014-08-02 17:12:43 -0400926 <string name="battery_saver_notification_text">Reduces performance and background data</string>
John Spurlock3332ba52014-03-10 17:44:07 -0400927
928 <!-- Battery saver notification action text. [CHAR LIMIT=60] -->
John Spurlock1bb480a2014-08-02 17:12:43 -0400929 <string name="battery_saver_notification_action_text">Turn off battery saver</string>
Jorim Jaggi853b0702014-07-05 04:31:14 +0200930
Michael Wrightc39d47a2014-07-08 18:07:36 -0700931 <!-- Media projection permission dialog warning text. [CHAR LIMIT=NONE] -->
932 <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>
933
934 <!-- Media projection permission dialog permanent grant check box. [CHAR LIMIT=NONE] -->
935 <string name="media_projection_remember_text">Don\'t show again</string>
936
Dan Sandlereceda3d2014-07-21 15:35:01 -0400937 <!-- The text to clear all notifications. [CHAR LIMIT=60] -->
938 <string name="clear_all_notifications_text">Clear all</string>
939
Michael Wrightc39d47a2014-07-08 18:07:36 -0700940 <!-- Media projection permission dialog action text. [CHAR LIMIT=60] -->
941 <string name="media_projection_action_text">Start now</string>
Jorim Jaggiab3d0172014-07-26 01:24:52 +0200942
943 <!-- Text which is shown in the notification shade when there are no notifications. [CHAR LIMIT=30] -->
944 <string name="empty_shade_text">No notifications</string>
Jason Monk3d5f5512014-07-25 11:17:28 -0400945
946 <!-- Footer device owned text [CHAR LIMIT=50] -->
947 <string name="device_owned_footer">Device may be monitored</string>
948
Selim Cinek24ac55e2014-08-27 12:51:45 +0200949 <!-- Footer profile owned text [CHAR LIMIT=50] -->
950 <string name="profile_owned_footer">Profile may be monitored</string>
951
Jason Monk3d5f5512014-07-25 11:17:28 -0400952 <!-- Footer vpn present text [CHAR LIMIT=50] -->
953 <string name="vpn_footer">Network may be monitored</string>
954
955 <!-- Monitoring dialog title for device owned devices [CHAR LIMIT=35] -->
956 <string name="monitoring_title_device_owned">Device monitoring</string>
957
Selim Cinek24ac55e2014-08-27 12:51:45 +0200958 <!-- Monitoring dialog title for profile owned devices [CHAR LIMIT=35] -->
959 <string name="monitoring_title_profile_owned">Profile monitoring</string>
960
Jason Monk3d5f5512014-07-25 11:17:28 -0400961 <!-- Monitoring dialog title for normal devices [CHAR LIMIT=35]-->
962 <string name="monitoring_title">Network monitoring</string>
963
Jeff Davidson05542602014-08-11 14:07:27 -0700964 <!-- Monitoring dialog disable vpn button [CHAR LIMIT=30] -->
965 <string name="disable_vpn">Disable VPN</string>
Jason Monk3d5f5512014-07-25 11:17:28 -0400966
967 <!-- Monitoring dialog disconnect vpn button [CHAR LIMIT=30] -->
968 <string name="disconnect_vpn">Disconnect VPN</string>
969
Selim Cinek1aca1d42014-09-30 19:47:33 +0200970 <!-- Monitoring dialog device owner body text [CHAR LIMIT=400] -->
Robin Lee9cb1d5f2015-04-16 17:01:49 +0100971 <string name="monitoring_description_device_owned">Your device is managed by <xliff:g id="organization">%1$s</xliff:g>.\n\nYour administrator can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information. For more information, contact your administrator.</string>
Jason Monk3d5f5512014-07-25 11:17:28 -0400972
Robin Lee9cb1d5f2015-04-16 17:01:49 +0100973 <!-- Monitoring dialog VPN text [CHAR LIMIT=400] -->
Sudheer Shanka5b1a21a2015-06-09 14:19:07 +0100974 <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 +0200975
Robin Lee9cb1d5f2015-04-16 17:01:49 +0100976 <!-- Monitoring dialog VPN with device owner text [CHAR LIMIT=400] -->
977 <string name="monitoring_description_vpn_device_owned">Your device is managed by <xliff:g id="organization">%1$s</xliff:g>.\n\nYour administrator can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information.\n\nYou\'re connected to a VPN, which can monitor your network activity, including emails, apps, and websites.\n\nFor more information, contact your administrator.</string>
Selim Cinek24ac55e2014-08-27 12:51:45 +0200978
Robin Lee9cb1d5f2015-04-16 17:01:49 +0100979 <!-- Monitoring dialog VPN with profile owner text [CHAR LIMIT=400] -->
Robin Leeef255972015-04-29 17:15:49 +0100980 <string name="monitoring_description_vpn_profile_owned">Your work profile is managed by <xliff:g id="organization">%1$s</xliff:g>.\n\nYour administrator is capable of monitoring your network activity including emails, apps, and websites.\n\nFor more information, contact your administrator.\n\nYou\'re also connected to a VPN, which can monitor your network activity.</string>
Selim Cinek24ac55e2014-08-27 12:51:45 +0200981
Robin Leeef255972015-04-29 17:15:49 +0100982 <!-- Name for a generic legacy VPN connection [CHAR LIMIT=20] -->
983 <string name="legacy_vpn_name">VPN</string>
984
985 <!-- Monitoring dialog text for single app (no profile or device owner) [CHAR LIMIT=400] -->
Sudheer Shanka5b1a21a2015-06-09 14:19:07 +0100986 <string name="monitoring_description_app">You\'re connected to <xliff:g id="application">%1$s</xliff:g>, which can monitor your network activity including emails, apps, and websites.</string>
Robin Leeef255972015-04-29 17:15:49 +0100987
988 <!-- Monitoring dialog text for single app (inside personal profile) [CHAR LIMIT=400] -->
Sudheer Shanka5b1a21a2015-06-09 14:19:07 +0100989 <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 +0100990
991 <!-- Monitoring dialog text for single app (inside work profile) [CHAR LIMIT=400] -->
Sudheer Shanka5b1a21a2015-06-09 14:19:07 +0100992 <string name="monitoring_description_app_work">Your work profile is managed by <xliff:g id="organization">%1$s</xliff:g>. It is connected to <xliff:g id="application">%2$s</xliff:g>, which can monitor your work network activity, including emails, apps, and websites.\n\nFor more information, contact your administrator.</string>
Robin Leeef255972015-04-29 17:15:49 +0100993
994 <!-- Monitoring dialog text for multiple apps (in personal and work profiles) [CHAR LIMIT=400] -->
Sudheer Shanka5b1a21a2015-06-09 14:19:07 +0100995 <string name="monitoring_description_app_personal_work">Your work profile is managed by <xliff:g id="organization">%1$s</xliff:g>. It is connected to <xliff:g id="application_work">%2$s</xliff:g>, which can monitor your work network activity, including emails, apps, and websites.\n\nYou\'re also connected to <xliff:g id="application_personal">%3$s</xliff:g>, which can monitor your personal network activity.</string>
Robin Leeef255972015-04-29 17:15:49 +0100996
997 <!-- Monitoring dialog text for single app (with device owner) [CHAR LIMIT=400] -->
998 <string name="monitoring_description_vpn_app_device_owned">Your device is managed by <xliff:g id="organization">%1$s</xliff:g>.\n\nYour administrator can monitor and manage settings, corporate access, apps, data associated with your device, and your device\'s location information.\n\nYou\'re connected to <xliff:g id="application">%2$s</xliff:g>, which can monitor your network activity, including emails, apps, and websites.\n\nFor more information, contact your administrator.</string>
Selim Cinek24ac55e2014-08-27 12:51:45 +0200999
Adrian Roos4ebcdfd2014-08-12 23:33:49 +02001000 <!-- Indication on the keyguard that appears when the user disables trust agents until the next time they unlock manually. [CHAR LIMIT=NONE] -->
1001 <string name="keyguard_indication_trust_disabled">Device will stay locked until you manually unlock</string>
1002
Chris Wrencd8f4f72014-08-27 18:48:13 -04001003 <!-- Title of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=40] -->
1004 <string name="hidden_notifications_title">Get notifications faster</string>
1005
1006 <!-- Body of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=60] -->
1007 <string name="hidden_notifications_text">See them before you unlock</string>
1008
Chris Wren0eba7322014-09-25 13:38:39 -04001009 <!-- Cancel action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
Chris Wrencd8f4f72014-08-27 18:48:13 -04001010 <string name="hidden_notifications_cancel">No thanks</string>
1011
Chris Wren0eba7322014-09-25 13:38:39 -04001012 <!-- continue action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] -->
Chris Wrencd8f4f72014-08-27 18:48:13 -04001013 <string name="hidden_notifications_setup">Set up</string>
1014
John Spurlocka0457c22014-09-26 13:22:08 -04001015 <!-- 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] -->
1016 <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 -04001017
John Spurlockd9c75db2015-04-28 11:19:13 -04001018 <!-- Button label for ending zen mode in the volume dialog -->
1019 <string name="volume_zen_end_now">End now</string>
1020
John Spurlock5adeabc2015-05-05 14:50:43 -04001021 <!-- Content description for accessibility (not shown on the screen): volume dialog expand button. [CHAR LIMIT=NONE] -->
1022 <string name="accessibility_volume_expand">Expand</string>
1023
1024 <!-- Content description for accessibility (not shown on the screen): volume dialog collapse button. [CHAR LIMIT=NONE] -->
1025 <string name="accessibility_volume_collapse">Collapse</string>
1026
Jason Monk18f99d92014-09-11 13:36:42 -04001027 <!-- Screen pinning dialog title. -->
1028 <string name="screen_pinning_title">Screen is pinned</string>
1029 <!-- Screen pinning dialog description. -->
Jorim Jaggi75b25972015-10-21 14:51:10 +02001030 <string name="screen_pinning_description">This keeps it in view until you unpin. Touch and hold Back to unpin.</string>
Jason Monk18f99d92014-09-11 13:36:42 -04001031 <!-- Screen pinning positive response. -->
1032 <string name="screen_pinning_positive">Got it</string>
1033 <!-- Screen pinning negative response. -->
1034 <string name="screen_pinning_negative">No thanks</string>
1035
John Spurlockc247b8f2014-11-06 23:06:25 -05001036 <!-- Hide quick settings tile confirmation title -->
1037 <string name="quick_settings_reset_confirmation_title">Hide <xliff:g id="tile_label" example="Hotspot">%1$s</xliff:g>?</string>
1038
1039 <!-- Hide quick settings tile confirmation message -->
1040 <string name="quick_settings_reset_confirmation_message">It will reappear the next time you turn it on in settings.</string>
1041
1042 <!-- Hide quick settings tile confirmation button -->
1043 <string name="quick_settings_reset_confirmation_button">Hide</string>
John Spurlockcdb57ae2015-02-11 19:04:11 -05001044
1045 <!-- VolumeUI activation dialog: warning message -->
1046 <string name="volumeui_prompt_message"><xliff:g id="app_name" example="Volume Prototype 1">%1$s</xliff:g> wants to be the volume dialog.</string>
1047
1048 <!-- VolumeUI activation dialog: allow button label -->
1049 <string name="volumeui_prompt_allow">Allow</string>
1050
1051 <!-- VolumeUI activation dialog: deny button label -->
1052 <string name="volumeui_prompt_deny">Deny</string>
1053
1054 <!-- VolumeUI restoration notification: title -->
1055 <string name="volumeui_notification_title"><xliff:g id="app_name" example="Volume Prototype 1">%1$s</xliff:g> is the volume dialog</string>
1056
1057 <!-- VolumeUI restoration notification: text -->
1058 <string name="volumeui_notification_text">Touch to restore the original.</string>
John Spurlockf88d8082015-03-25 18:09:51 -04001059
Kenny Guydae30d52015-04-01 19:11:35 +01001060 <!-- Toast shown when user unlocks screen and managed profile activity is in the foreground -->
Kenny Guy540f7d22015-06-08 20:24:23 +01001061 <string name="managed_profile_foreground_toast">You\'re using your work profile</string>
John Spurlockd9c75db2015-04-28 11:19:13 -04001062
1063 <string-array name="volume_stream_titles" translatable="false">
1064 <item>Voice calls</item> <!-- STREAM_VOICE_CALL -->
1065 <item>System</item> <!-- STREAM_SYSTEM -->
1066 <item>Notifications</item> <!-- STREAM_RING -->
1067 <item>Media</item> <!-- STREAM_MUSIC -->
1068 <item>Alarms</item> <!-- STREAM_ALARM -->
1069 <item></item> <!-- STREAM_NOTIFICATION -->
1070 <item>Bluetooth calls</item> <!-- STREAM_BLUETOOTH_SCO -->
1071 <item></item> <!-- STREAM_SYSTEM_ENFORCED -->
1072 <item></item> <!-- STREAM_DTMF -->
1073 <item></item> <!-- STREAM_TTS -->
1074 </string-array>
1075
1076 <string name="volume_stream_muted" translatable="false">%s silent</string>
1077 <string name="volume_stream_vibrate" translatable="false">%s vibrate</string>
1078 <string name="volume_stream_suppressed" translatable="false">%1$s silent — %2$s</string>
1079 <string name="volume_stream_muted_dnd" translatable="false">%s silent — Total silence</string>
1080 <string name="volume_stream_limited_dnd" translatable="false">%s — Priority only</string>
1081 <string name="volume_stream_vibrate_dnd" translatable="false">%s vibrate — Priority only</string>
Jason Monk295a3372015-05-11 16:57:15 -04001082
1083 <!-- Name of special SystemUI debug settings -->
Jason Monk431ad732015-07-16 08:58:15 -04001084 <string name="system_ui_tuner">System UI Tuner</string>
Jason Monk11a77442015-05-12 19:29:02 -04001085
John Spurlockf40d08f2015-05-29 10:48:22 -04001086 <!-- Preference to show/hide embedded battery percentage [CHAR LIMIT=50] -->
1087 <string name="show_battery_percentage">Show embedded battery percentage</string>
1088
1089 <!-- Summary for battery percentage preference [CHAR LIMIT=NONE] -->
1090 <string name="show_battery_percentage_summary">Show battery level percentage inside the status bar icon when not charging</string>
1091
Jason Monk11a77442015-05-12 19:29:02 -04001092 <!-- Name of quick settings -->
1093 <string name="quick_settings">Quick Settings</string>
1094
Jason Monk3b230072015-05-29 11:11:29 -04001095 <!-- Name of status bar -->
1096 <string name="status_bar">Status bar</string>
1097
Winsonc742f972015-11-12 11:32:21 -08001098 <!-- Name of overview -->
1099 <string name="overview">Overview</string>
1100
Jason Monk16ada3d2015-06-07 09:58:30 -04001101 <!-- Name of demo mode (mode with preset icons for screenshots) -->
1102 <string name="demo_mode">Demo mode</string>
1103
1104 <!-- Enable demo mode -->
1105 <string name="enable_demo_mode">Enable demo mode</string>
1106
1107 <!-- Show demo mode icons -->
1108 <string name="show_demo_mode">Show demo mode</string>
1109
Jason Monk3b230072015-05-29 11:11:29 -04001110 <!-- Name of the ethernet status bar icon. -->
1111 <string name="status_bar_ethernet">Ethernet</string>
1112
1113 <!-- Name of the alarm status bar icon. -->
1114 <string name="status_bar_alarm">Alarm</string>
1115
1116 <!-- Name of the work status bar icon. -->
1117 <string name="status_bar_work">Work profile</string>
1118
1119 <!-- Name of the airplane status bar icon. -->
1120 <string name="status_bar_airplane">Airplane mode</string>
1121
Jason Monk11a77442015-05-12 19:29:02 -04001122 <!-- Description for adding a quick settings tile -->
1123 <string name="add_tile">Add tile</string>
1124
1125 <!-- Name of a quick settings tile controlled by broadcast -->
1126 <string name="broadcast_tile">Broadcast Tile</string>
Dan Sandler696f6a32015-05-15 15:08:34 -04001127
1128 <!-- For preview release. DO NOT TRANSLATE -->
1129 <string name="regrettable_lack_of_easter_egg">
1130 ¯\\_(ツ)_/¯
1131 </string>
John Spurlock8be53ea2015-05-29 12:04:21 -04001132
1133 <!-- Warning text when an alarm might be silenced by Do Not Disturb [CHAR LIMIT=NONE] -->
1134 <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>
1135
1136 <!-- Warning text when an alarm might be silenced by Do Not Disturb due to a time-based condition [CHAR LIMIT=NONE] -->
1137 <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>
1138
1139 <!-- Alarm template for near alarms [CHAR LIMIT=25] -->
1140 <string name="alarm_template">at <xliff:g id="when" example="7:00 AM">%1$s</xliff:g></string>
1141
1142 <!-- Alarm template for far alarms [CHAR LIMIT=25] -->
1143 <string name="alarm_template_far">on <xliff:g id="when" example="Fri 7:00 AM">%1$s</xliff:g></string>
1144
Jason Monk17b70a52015-06-09 13:40:05 -04001145 <!-- Accessibility label for Quick Settings detail screens [CHAR LIMIT=NONE] -->
1146 <string name="accessibility_quick_settings_detail">Quick Settings, <xliff:g id="title" example="Wi-Fi">%s</xliff:g>.</string>
1147
Jason Monk08187a42015-06-09 14:33:51 -04001148 <!-- Accessibility label for hotspot icon [CHAR LIMIT=NONE] -->
1149 <string name="accessibility_status_bar_hotspot">Hotspot</string>
1150
Adrian Roos1b5eb972015-06-11 18:22:52 -07001151 <!-- Accessibility label for managed profile icon (not shown on screen) [CHAR LIMIT=NONE] -->
1152 <string name="accessibility_managed_profile">Work profile</string>
1153
Jason Monk431ad732015-07-16 08:58:15 -04001154 <!-- Title of warning when entering System UI tuner for first time [CHAR LIMIT=NONE] -->
1155 <string name="tuner_warning_title">Fun for some but not for all</string>
1156
1157 <!-- Warning for users entering the System UI tuner for the first time [CHAR LIMIT=NONE]-->
1158 <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>
1159
1160 <!-- Warning for users entering the System UI tuner [CHAR LIMIT=NONE]-->
1161 <string name="tuner_persistent_warning">These experimental features may change, break, or disappear in future releases. Proceed with caution.</string>
1162
1163 <!-- Generic "got it" acceptance of dialog or cling [CHAR LIMIT=NONE] -->
1164 <string name="got_it">Got it</string>
1165
1166 <!-- Toast describing tuner has been enabled [CHAR LIMIT=NONE] -->
1167 <string name="tuner_toast">Congrats! System UI Tuner has been added to Settings</string>
1168
1169 <!-- Option to remove the tuner from settings [CHAR LIMIT=NONE] -->
1170 <string name="remove_from_settings">Remove from Settings</string>
1171
1172 <!-- Dialog asking if the tuner should really be removed from settings [CHAR LIMIT=NONE]-->
1173 <string name="remove_from_settings_prompt">Remove System UI Tuner from Settings and stop using all of its features?"</string>
1174
Vadim Tryshevc5f860c2015-07-22 15:25:39 -07001175 <!-- Displayed when user launches an app that was uninstalled [CHAR LIMIT=NONE] -->
1176 <string name="activity_not_found">Application is not installed on your device</string>
1177
Jason Monkfe7c91b2015-08-13 15:42:28 -04001178 <!-- Name of setting to show clock seconds [CHAR LIMIT=40] -->
1179 <string name="clock_seconds">Show clock seconds</string>
1180 <!-- Description of setting to show clock seconds [CHAR LIMIT=NONE] -->
1181 <string name="clock_seconds_desc">Show clock seconds in the status bar. May impact battery life.</string>
1182
Jason Monkcaf37622015-08-18 12:33:50 -04001183 <!-- Button that leads to page to rearrange quick settings tiles [CHAR LIMIT=60] -->
1184 <string name="qs_rearrange">Rearrange Quick Settings</string>
1185 <!-- Option to show brightness bar in quick settings [CHAR LIMIT=60] -->
1186 <string name="show_brightness">Show brightness in Quick Settings</string>
1187 <!-- Option to use new paging layout in quick settings [CHAR LIMIT=60] -->
Jason Monkc34befb2015-10-07 16:40:02 -04001188 <string name="qs_paging" translatable="false">Use the new Quick Settings</string>
Jason Monkcaf37622015-08-18 12:33:50 -04001189
Jorim Jaggi8f2a44f2016-02-03 22:18:45 -08001190 <!-- Toggle to enable the gesture to enter split-screen by swiping up from the Overview button. [CHAR LIMIT=60]-->
Jorim Jaggi185fa232016-02-17 16:15:52 -08001191 <string name="overview_nav_bar_gesture">Enable split-screen swipe-up gesture</string>
Jorim Jaggi8f2a44f2016-02-03 22:18:45 -08001192 <!-- Description for the toggle to enable the gesture to enter split-screen by swiping up from the Overview button. [CHAR LIMIT=NONE]-->
1193 <string name="overview_nav_bar_gesture_desc">Enable gesture to enter split-screen by swiping up from the Overview button</string>
1194
Jason Monkcaf37622015-08-18 12:33:50 -04001195 <!-- Category in the System UI Tuner settings, where new/experimental
1196 settings are -->
1197 <string name="experimental">Experimental</string>
1198
Jason Monkbd6dbb02015-09-03 15:46:25 -04001199 <string name="qs_customize" translatable="false">Allow long-press customize in Quick Settings</string>
Jason Monkf7fe83f2015-09-09 13:03:20 -04001200 <string name="qs_customize_info" translatable="false">Info</string>
1201 <string name="qs_customize_remove" translatable="false">Remove</string>
Jason Monk5db8a412015-10-21 15:16:23 -07001202 <string name="no_tiles_add" translatable="false">No tiles to add</string>
Jason Monkbd6dbb02015-09-03 15:46:25 -04001203
Michael Wright9209c9c2015-09-03 17:57:01 +01001204 <!-- Dialog title asking if Bluetooth should be enabled [CHAR LIMIT=NONE] -->
1205 <string name="enable_bluetooth_title">Turn on Bluetooth?</string>
1206
1207 <!-- Dialog message explaining why Bluetooth should be enabled when a packaged keyboard is
1208 conncted to the device [CHAR LIMIT=NONE] -->
1209 <string name="enable_bluetooth_message">To connect your keyboard with your tablet, you first have to turn on Bluetooth.</string>
1210
1211 <!-- Bluetooth enablement ok text [CHAR LIMIT=40] -->
1212 <string name="enable_bluetooth_confirmation_ok">Turn on</string>
1213
Julia Reynolds40779452016-02-23 13:43:32 -05001214 <!-- [CHAR LIMIT=100] Notification importance option -->
1215 <string name="show_silently">Show notifications silently</string>
1216 <!-- [CHAR LIMIT=100] Notification importance option -->
1217 <string name="block">Block all notifications</string>
1218 <!-- [CHAR LIMIT=100] Notification importance option -->
1219 <string name="do_not_silence">Don\'t silence</string>
1220 <!-- [CHAR LIMIT=100] Notification importance option -->
1221 <string name="do_not_silence_block">Don\'t silence or block</string>
1222
1223 <!-- [CHAR LIMIT=NONE] Importance Tuner setting title -->
1224 <string name="tuner_full_importance_settings">Show full importance settings</string>
1225
Julia Reynoldsa07af882015-12-17 08:32:48 -05001226 <!-- Notification importance title, blocked status-->
1227 <string name="blocked_importance">Blocked</string>
Julia Reynoldsf0f629f2016-02-25 09:34:04 -05001228 <!-- Notification importance title, min status-->
1229 <string name="min_importance">Min importance</string>
Julia Reynoldsa07af882015-12-17 08:32:48 -05001230 <!-- Notification importance title, low status-->
1231 <string name="low_importance">Low importance</string>
1232 <!-- Notification importance title, normal status-->
1233 <string name="default_importance">Normal importance</string>
1234 <!-- Notification importance title, high status-->
1235 <string name="high_importance">High importance</string>
1236 <!-- Notification importance title, max status-->
1237 <string name="max_importance">Urgent importance</string>
1238
1239 <!-- [CHAR LIMIT=100] Notification Importance slider: blocked importance level description -->
1240 <string name="notification_importance_blocked">Never show these notifications</string>
1241
Julia Reynoldsf0f629f2016-02-25 09:34:04 -05001242 <!-- [CHAR LIMIT=100] Notification Importance slider: min importance level description -->
1243 <string name="notification_importance_min">Silently show at the bottom of the notification list</string>
1244
Julia Reynoldsa07af882015-12-17 08:32:48 -05001245 <!-- [CHAR LIMIT=100] Notification Importance slider: low importance level description -->
Julia Reynoldsf0f629f2016-02-25 09:34:04 -05001246 <string name="notification_importance_low">Silently show these notifications</string>
Julia Reynoldsa07af882015-12-17 08:32:48 -05001247
1248 <!-- [CHAR LIMIT=100] Notification Importance slider: normal importance level description -->
Julia Reynoldsf0f629f2016-02-25 09:34:04 -05001249 <string name="notification_importance_default">Allow these notification to make sounds</string>
Julia Reynoldsa07af882015-12-17 08:32:48 -05001250
1251 <!-- [CHAR LIMIT=100] Notification Importance slider: high importance level description -->
Julia Reynoldsf0f629f2016-02-25 09:34:04 -05001252 <string name="notification_importance_high">Peek onto the screen and allow sound and allow sound</string>
Julia Reynoldsa07af882015-12-17 08:32:48 -05001253
1254 <!-- [CHAR LIMIT=100] Notification Importance slider: max importance level description -->
Julia Reynoldsf0f629f2016-02-25 09:34:04 -05001255 <string name="notification_importance_max">Show at the top of the notifications list, peek onto the screen and allow sound</string>
Julia Reynoldsa07af882015-12-17 08:32:48 -05001256
Julia Reynolds56821922016-01-04 15:24:01 -05001257 <!-- Notification: Control panel: Label for button that launches notification settings. [CHAR LIMIT=NONE] -->
1258 <string name="notification_more_settings">More settings</string>
1259 <!-- Notification: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] -->
1260 <string name="notification_done">Done</string>
1261
Mady Mellor3fd273e2016-03-15 21:08:14 -07001262 <!-- Notification: Gear: Content description for the gear. [CHAR LIMIT=NONE] -->
1263 <string name="notification_gear_accessibility"><xliff:g id="app_name" example="YouTube">%1$s</xliff:g> notification controls</string>
1264
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001265 <!-- SysUI Tuner: Color and appearance screen title [CHAR LIMIT=50] -->
1266 <string name="color_and_appearance">Color and appearance</string>
Jason Monkd40328e2015-12-07 21:45:47 -05001267
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001268 <!-- SysUI Tuner: Name of the night mode feature [CHAR LIMIT=30] -->
1269 <string name="night_mode">Night mode</string>
Jason Monkd40328e2015-12-07 21:45:47 -05001270
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001271 <!-- SysUI Tuner: Name of calibrate display dialog [CHAR LIMIT=30] -->
1272 <string name="calibrate_display">Calibrate display</string>
Jason Monkd40328e2015-12-07 21:45:47 -05001273
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001274 <!-- SysUI Tuner: Summary of night mode when its on [CHAR LIMIT=NONE] -->
1275 <string name="night_mode_on">On</string>
Jason Monkf0c6f642016-01-20 22:24:50 -05001276
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001277 <!-- SysUI Tuner: Summary of night mode when its off [CHAR LIMIT=NONE] -->
1278 <string name="night_mode_off">Off</string>
Jason Monkd40328e2015-12-07 21:45:47 -05001279
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001280 <!-- SysUI Tuner: Label for switch to turn on night mode automatically [CHAR LIMIT=50] -->
1281 <string name="turn_on_automatically">Turn on automatically</string>
Jason Monkd40328e2015-12-07 21:45:47 -05001282
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001283 <!-- SysUI Tuner: Summary for switch to turn on night mode automatically [CHAR LIMIT=NONE] -->
1284 <string name="turn_on_auto_summary">Switch into Night Mode as appropriate for location and time of day</string>
Jason Monkd40328e2015-12-07 21:45:47 -05001285
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001286 <!-- SysUI Tuner: Label for section controlling what night mode does [CHAR LIMIT=60] -->
1287 <string name="when_night_mode_on">When Night Mode is on</string>
1288
1289 <!-- SysUI Tuner: Switch controlling whether dark theme is turned on with night mode [CHAR LIMIT=45] -->
1290 <string name="use_dark_theme">Use dark theme for Android OS</string>
1291
1292 <!-- SysUI Tuner: Switch controlling whether tint is changed with night mode [CHAR LIMIT=45] -->
1293 <string name="adjust_tint">Adjust tint</string>
1294
1295 <!-- SysUI Tuner: Switch controlling whether brightness is changed with night mode [CHAR LIMIT=45] -->
1296 <string name="adjust_brightness">Adjust brightness</string>
1297
1298 <!-- SysUI Tuner: Disclaimer about using dark theme with night mode [CHAR LIMIT=NONE] -->
1299 <string name="night_mode_disclaimer">The dark theme is applied to
1300 core areas of Android OS that are normally displayed in a light theme,
Jason Monk72195a02016-02-24 13:01:53 -05001301 such as Settings.</string>
Jason Monkd40328e2015-12-07 21:45:47 -05001302
1303 <!-- Button to apply settings [CHAR LIMIT=30] -->
1304 <string name="color_apply">Apply</string>
1305
1306 <!-- Title of warning dialog about bad color settings. [CHAR LIMIT=30] -->
1307 <string name="color_revert_title">Confirm settings</string>
1308
1309 <!-- Message warning user about custom color settings [CHAR LIMIT=NONE] -->
1310 <string name="color_revert_message">Some color settings can make this
1311 device unusable. Click OK to confirm these color settings,
1312 otherwise these settings will reset after 10 seconds.</string>
1313
1314 <string name="color_modification_r" translatable="false">R</string>
1315 <string name="color_modification_g" translatable="false">G</string>
1316 <string name="color_modification_b" translatable="false">B</string>
1317
Jason Monkc06fbb12016-01-08 14:12:18 -05001318 <!-- Title of the battery settings detail panel [CHAR LIMIT=20] -->
Jason Monk96ab6362016-02-11 11:33:09 -05001319 <string name="battery_panel_title">Battery usage</string>
Jason Monkc06fbb12016-01-08 14:12:18 -05001320
1321 <!-- Summary of battery saver not available [CHAR LIMIT=NONE] -->
1322 <string name="battery_detail_charging_summary">Battery Saver not available during charging</string>
1323
1324 <!-- Title of switch for battery saver [CHAR LIMIT=NONE] -->
1325 <string name="battery_detail_switch_title">Battery Saver</string>
1326
1327 <!-- Summary of switch for battery saver [CHAR LIMIT=NONE] -->
1328 <string name="battery_detail_switch_summary">Reduces performance and background data</string>
1329
Clara Bayarri4e850ff2016-03-02 11:12:32 -08001330 <!-- Name used for certain Keyboard keys on gamepads, e.g. "Button L1". -->
1331 <string name="keyboard_key_button_template">Button <xliff:g id="name">%1$s</xliff:g></string>
1332 <!-- Name used to refer to the "Home" key on the keyboard. -->
1333 <string name="keyboard_key_home">Home</string>
1334 <!-- Name used to refer to the "Back" key on the keyboard. -->
1335 <string name="keyboard_key_back">Back</string>
1336 <!-- Name used to refer to the "Up" arrow key on the keyboard. -->
1337 <string name="keyboard_key_dpad_up">Up</string>
1338 <!-- Name used to refer to the "Down" arrow key on the keyboard. -->
1339 <string name="keyboard_key_dpad_down">Down</string>
1340 <!-- Name used to refer to the "Left" arrow key on the keyboard. -->
1341 <string name="keyboard_key_dpad_left">Left</string>
1342 <!-- Name used to refer to the "Right" arrow key on the keyboard. -->
1343 <string name="keyboard_key_dpad_right">Right</string>
1344 <!-- Name used to refer to the "Center" arrow key on the keyboard. -->
1345 <string name="keyboard_key_dpad_center">Center</string>
1346 <!-- Name used to refer to the "Tab" key on the keyboard. -->
1347 <string name="keyboard_key_tab">Tab</string>
1348 <!-- Name used to refer to the "Space" key on the keyboard. -->
1349 <string name="keyboard_key_space">Space</string>
1350 <!-- Name used to refer to the "Enter" key on the keyboard. -->
1351 <string name="keyboard_key_enter">Enter</string>
1352 <!-- Name used to refer to the "Backspace" key on the keyboard. -->
1353 <string name="keyboard_key_backspace">Backspace</string>
1354 <!-- Name used to refer to the "Play/Pause" media key on the keyboard. -->
1355 <string name="keyboard_key_media_play_pause">Play/Pause</string>
1356 <!-- Name used to refer to the "Stop" media key on the keyboard. -->
1357 <string name="keyboard_key_media_stop">Stop</string>
1358 <!-- Name used to refer to the "Next" media key on the keyboard. -->
1359 <string name="keyboard_key_media_next">Next</string>
1360 <!-- Name used to refer to the "Previous" media key on the keyboard. -->
1361 <string name="keyboard_key_media_previous">Previous</string>
1362 <!-- Name used to refer to the "Rewind" media key on the keyboard. -->
1363 <string name="keyboard_key_media_rewind">Rewind</string>
1364 <!-- Name used to refer to the "Fast Forward" media key on the keyboard. -->
1365 <string name="keyboard_key_media_fast_forward">Fast Forward</string>
1366 <!-- Name used to refer to the "Page Up" key on the keyboard. -->
1367 <string name="keyboard_key_page_up">Page Up</string>
1368 <!-- Name used to refer to the "Page Down" key on the keyboard. -->
1369 <string name="keyboard_key_page_down">Page Down</string>
1370 <!-- Name used to refer to the "Delete" key on the keyboard. -->
1371 <string name="keyboard_key_forward_del">Delete</string>
1372 <!-- Name used to refer to the "Home" move key on the keyboard. -->
1373 <string name="keyboard_key_move_home">Home</string>
1374 <!-- Name used to refer to the "End" move key on the keyboard. -->
1375 <string name="keyboard_key_move_end">End</string>
1376 <!-- Name used to refer to the "Insert" key on the keyboard. -->
1377 <string name="keyboard_key_insert">Insert</string>
1378 <!-- Name used to refer to the "Num Lock" key on the keyboard. -->
1379 <string name="keyboard_key_num_lock">Num Lock</string>
1380 <!-- Name used to refer to keys on the numeric pad of the keyboard, e.g. "Numpad 9". -->
1381 <string name="keyboard_key_numpad_template">Numpad <xliff:g id="name">%1$s</xliff:g></string>
1382
Clara Bayarri75e09792015-07-29 16:20:40 +01001383 <!-- User visible title for the system-wide keyboard shortcuts list. -->
1384 <string name="keyboard_shortcut_group_system">System</string>
1385 <!-- User visible title for the keyboard shortcut that takes the user to the home screen. -->
1386 <string name="keyboard_shortcut_group_system_home">Home</string>
1387 <!-- User visible title for the the keyboard shortcut that takes the user to the recents screen. -->
1388 <string name="keyboard_shortcut_group_system_recents">Recents</string>
1389 <!-- User visible title for the the keyboard shortcut that triggers the back action. -->
1390 <string name="keyboard_shortcut_group_system_back">Back</string>
1391
Jason Monke138f552016-01-18 09:21:45 -05001392 <!-- SysUI Tuner: Option to show full do not disturb panel in volume [CHAR LIMIT=60] -->
Jason Monk8816dff2016-02-09 21:50:36 -05001393 <string name="tuner_full_zen_title">Show with volume controls</string>
Jason Monke138f552016-01-18 09:21:45 -05001394
Jason Monk8816dff2016-02-09 21:50:36 -05001395 <!-- SysUI Tuner: Label for screen about do not disturb settings [CHAR LIMIT=60] -->
1396 <string name="volume_and_do_not_disturb">Do not disturb</string>
Jason Monk9e5341f2016-01-18 10:09:50 -05001397
Jason Monk8816dff2016-02-09 21:50:36 -05001398 <!-- SysUI Tuner: Switch to control whether volume buttons enter/exit do
1399 not disturb [CHAR LIMIT=60] -->
1400 <string name="volume_dnd_silent">Volume buttons shortcut</string>
Jason Monk9e5341f2016-01-18 10:09:50 -05001401
1402 <!-- SysUI Tuner: Switch to control volume up behavior [CHAR LIMIT=60] -->
1403 <string name="volume_up_silent">Exit do not disturb on volume up</string>
1404
Jason Monk3e189872016-01-12 09:10:34 -05001405 <!-- Name of the battery icon in status bar [CHAR LIMIT=30] -->
1406 <string name="battery">Battery</string>
1407
1408 <!-- Name of the clock in status bar [CHAR LIMIT=30] -->
1409 <string name="clock">Clock</string>
1410
1411 <!-- Name of the headset in status bar [CHAR LIMIT=30] -->
1412 <string name="headset">Headset</string>
1413
1414 <!-- Accessibility description of headphones icon [CHAR LIMIT=NONE] -->
1415 <string name="accessibility_status_bar_headphones">Headphones connected</string>
1416
1417 <!-- Accessibility description of headset icon [CHAR LIMIT=NONE] -->
1418 <string name="accessibility_status_bar_headset">Headset connected</string>
1419
Jason Monk9a4ce132016-01-21 15:27:17 -05001420 <!-- Label for quick settings tile for data saver [CHAR LIMIT=30] -->
1421 <string name="data_saver">Data Saver</string>
1422
1423 <!-- Accessibility description for data saver being on [CHAR LIMIT=NONE] -->
1424 <string name="accessibility_data_saver_on">Data Saver is on</string>
1425
1426 <!-- Accessibility description for data saver being off [CHAR LIMIT=NONE] -->
1427 <string name="accessibility_data_saver_off">Data Saver is off</string>
1428
Jason Monkf0c6f642016-01-20 22:24:50 -05001429 <!-- Label for feature switch [CHAR LIMIT=30] -->
1430 <string name="switch_bar_on">On</string>
1431
Jason Monk5dbd4aa2016-02-07 13:13:39 -05001432 <!-- Label for feature switch [CHAR LIMIT=30] -->
1433 <string name="switch_bar_off">Off</string>
1434
Jason Monk3ebd2392016-01-22 10:01:44 -05001435 <!-- SysUI Tuner: Button that leads to the navigation bar customization screen [CHAR LIMIT=60] -->
1436 <string name="nav_bar">Navigation bar</string>
1437
1438 <!-- SysUI Tuner: Group of buttons that show on the start of the screen [CHAR LIMIT=30] -->
1439 <string name="start">Start</string>
1440 <!-- SysUI Tuner: Group of buttons that show on the center of the screen [CHAR LIMIT=30] -->
1441 <string name="center">Center</string>
1442 <!-- SysUI Tuner: Group of buttons that show on the end of the screen [CHAR LIMIT=30] -->
1443 <string name="end">End</string>
1444 <!-- SysUI Tuner: Name of space used in custom navigation bar layouts [CHAR LIMIT=30] -->
1445 <string name="space">Spacer</string>
1446 <!-- SysUI Tuner: Name of Combination Menu / Keyboard Switcher button [CHAR LIMIT=30] -->
1447 <string name="menu_ime">Menu / Keyboard Switcher</string>
1448 <!-- SysUI Tuner: Title for dialog to add a button [CHAR LIMIT=30] -->
1449 <string name="select_button">Select button to add</string>
1450 <!-- SysUI Tuner: Button to add a button [CHAR LIMIT=30] -->
1451 <string name="add_button">Add button</string>
1452 <!-- SysUI Tuner: Save the current settings [CHAR LIMIT=30] -->
1453 <string name="save">Save</string>
1454 <!-- SysUI Tuner: Reset to default settings [CHAR LIMIT=30] -->
1455 <string name="reset">Reset</string>
1456
1457 <!-- SysUI Tuner: Title of no home warning dialog [CHAR LIMIT=30] -->
1458 <string name="no_home_title">No home button found</string>
1459 <!-- SysUI Tuner: Message of no home warning dialog [CHAR LIMIT=NONE] -->
1460 <string name="no_home_message">A home button is required to be able to navigate this device. Please add a home button before saving.</string>
1461
Jason Monk46a196e2016-01-23 15:28:10 -05001462 <!-- SysUI Tuner: Adjust button width dialog title [CHAR LIMIT=60] -->
1463 <string name="adjust_button_width">Adjust button width</string>
1464
Jason Monk3b587142016-01-23 16:47:59 -05001465 <!-- SysUI Tuner: Nav bar button that holds the clipboard [CHAR LIMIT=30] -->
1466 <string name="clipboard">Clipboard</string>
1467
1468 <!-- SysUI Tuner: Description of nav bar button that holds the clipboard [CHAR LIMIT=NONE] -->
1469 <string name="clipboard_description">The Clipboard allows items to be dragged directly to the clipboard. Items can also be dragged directly out of the clipboard when present.</string>
1470
Jason Monk8457ad82016-01-24 10:15:55 -05001471 <!-- SysUI Tuner: Accessibility description for custom nav key [CHAR LIMIT=NONE] -->
1472 <string name="accessibility_key">Custom navigation button</string>
1473
1474 <!-- SysUI Tuner: Nav bar button that emulates a keycode [CHAR LIMIT=30] -->
1475 <string name="keycode">Keycode</string>
1476
1477 <!-- SysUI Tuner: Description of nav bar button that emulates a keycode [CHAR LIMIT=NONE] -->
1478 <string name="keycode_description">Keycode buttons allow keyboard keys to
1479 be added to the Navigation Bar. When pressed they emulate the selected
1480 keyboard key. First the key must be selected for the button, followed
1481 by an image to be shown on the button.</string>
1482
1483 <!-- SysUI Tuner: Title of dialog to select which key to emulate [CHAR LIMIT=60] -->
1484 <string name="select_keycode">Select Keyboard Button</string>
1485
Jason Monka9f12882016-01-24 12:03:19 -05001486 <!-- SysUI Tuner: Label for preview area in navigation bar tuner [CHAR LIMIT=NONE] -->
1487 <string name="preview">Preview</string>
1488
Jason Monk62b63a02016-02-02 15:15:31 -05001489 <!-- Label for area where tiles can be dragged out of [CHAR LIMIT=60] -->
1490 <string name="drag_to_add_tiles">Drag to add tiles</string>
1491
Jason Monk24dbd512016-03-16 14:56:42 -04001492 <!-- Label for area where tiles can be dragged in to [CHAR LIMIT=60] -->
1493 <string name="drag_to_remove_tiles">Drag here to remove</string>
1494
Jason Monk21428432016-02-10 16:42:38 -05001495 <!-- Button to edit the tile ordering of quick settings [CHAR LIMIT=60] -->
1496 <string name="qs_edit">Edit</string>
1497
Jason Monk8816dff2016-02-09 21:50:36 -05001498 <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
1499 <string name="tuner_time">Time</string>
1500
1501 <!-- SysUI Tuner: Options for how clock is displayed [CHAR LIMIT=NONE] -->
1502 <string-array name="clock_options">
1503 <item>Show hours, minutes, and seconds</item>
1504 <item>Show hours and minutes (default)</item>
1505 <item>Don\'t show this icon</item>
1506 </string-array>
1507
1508 <!-- SysUI Tuner: Options for how battery is displayed [CHAR LIMIT=NONE] -->
1509 <string-array name="battery_options">
1510 <item>Always show percentage</item>
1511 <item>Show percentage when charging (default)</item>
1512 <item>Don\'t show this icon</item>
1513 </string-array>
1514
Julia Reynolds40779452016-02-23 13:43:32 -05001515 <!-- SysUI Tuner: Other section -->
1516 <string name="other">Other</string>
1517
Jorim Jaggi88afd022016-02-24 21:11:08 -05001518 <!-- Accessibility label for the divider that separates the windows in split-screen mode [CHAR LIMIT=NONE] -->
1519 <string name="accessibility_divider">Split-screen divider</string>
1520
1521 <!-- Accessibility action for moving down the docked stack divider [CHAR LIMIT=NONE] -->
1522 <string name="accessibility_action_divider_move_down">Move down</string>
1523
1524 <!-- Accessibility action for moving down the docked stack divider [CHAR LIMIT=NONE] -->
1525 <string name="accessibility_action_divider_move_up">Move up</string>
1526
1527 <!-- Accessibility action for moving down the docked stack divider [CHAR LIMIT=NONE] -->
1528 <string name="accessibility_action_divider_move_left">Move left</string>
1529
1530 <!-- Accessibility action for moving down the docked stack divider [CHAR LIMIT=NONE] -->
1531 <string name="accessibility_action_divider_move_right">Move right</string>
Julia Reynolds40779452016-02-23 13:43:32 -05001532
Jorim Jaggi2adba072016-03-03 13:43:39 +01001533 <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity and that things might crash/not work properly [CHAR LIMIT=NONE] -->
1534 <string name="forced_resizable_info_text">App may not work with multi-window</string>
Jason Monk39c98e62016-03-16 09:18:35 -04001535
1536 <!-- Accessibility description of a QS tile while editing positions [CHAR LIMIT=NONE] -->
1537 <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>
1538
1539 <!-- Accessibility description of a QS tile while editing positions [CHAR LIMIT=NONE] -->
1540 <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>
1541
1542 <!-- Accessibility description of a place to drop a tile while editing positions [CHAR LIMIT=NONE] -->
1543 <string name="accessibility_qs_edit_position_label">Position <xliff:g id="position" example="2">%1$d</xliff:g>. Double tap to select.</string>
1544
1545 <!-- Accessibility description of option to move QS tile [CHAR LIMIT=NONE] -->
1546 <string name="accessibility_qs_edit_move_tile">Move <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g></string>
1547
1548 <!-- Accessibility description of option to remove QS tile [CHAR LIMIT=NONE] -->
1549 <string name="accessibility_qs_edit_remove_tile">Remove <xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g></string>
1550
1551 <!-- Accessibility action when QS tile is added [CHAR LIMIT=NONE] -->
1552 <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>
1553
1554 <!-- Accessibility action when QS tile is removed [CHAR LIMIT=NONE] -->
1555 <string name="accessibility_qs_edit_tile_removed"><xliff:g id="tile_name" example="Wi-Fi">%1$s</xliff:g> is removed</string>
1556
1557 <!-- Accessibility action when QS tile is moved [CHAR LIMIT=NONE] -->
1558 <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>
1559
1560 <!-- Accessibility label for window when QS editing is happening [CHAR LIMIT=NONE] -->
1561 <string name="accessibility_desc_quick_settings_edit">Quick settings editor.</string>
1562
Joe Onorato2314aab2010-04-08 16:41:23 -05001563</resources>