Joe Onorato | 2314aab | 2010-04-08 16:41:23 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /** |
| 4 | * Copyright (c) 2009, The Android Open Source Project |
| 5 | * |
| 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | * you may not use this file except in compliance with the License. |
| 8 | * You may obtain a copy of the License at |
| 9 | * |
| 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, software |
| 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | * See the License for the specific language governing permissions and |
| 16 | * limitations under the License. |
| 17 | */ |
| 18 | --> |
Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 19 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 20 | <!-- Name of the status bar as seen in the applications info settings page. [CHAR LIMIT=12] --> |
Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 21 | <string name="app_label">System UI</string> |
Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 22 | |
| 23 | <!-- The text for the button in the notification window-shade that clears |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 24 | all of the currently visible notifications. [CHAR LIMIT=10]--> |
Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 25 | <string name="status_bar_clear_all_button">Clear</string> |
| 26 | |
Jim Miller | c0d2731 | 2011-07-14 18:54:01 -0700 | [diff] [blame] | 27 | <!-- Title shown in recents popup for removing an application from the list --> |
Michael Jurka | 8b09866 | 2011-09-01 17:00:53 -0700 | [diff] [blame] | 28 | <string name="status_bar_recent_remove_item_title">Remove from list</string> |
Jim Miller | c0d2731 | 2011-07-14 18:54:01 -0700 | [diff] [blame] | 29 | |
| 30 | <!-- Title shown in recents popup for inspecting an application's properties --> |
Michael Jurka | 8b09866 | 2011-09-01 17:00:53 -0700 | [diff] [blame] | 31 | <string name="status_bar_recent_inspect_item_title">App info</string> |
Jim Miller | c0d2731 | 2011-07-14 18:54:01 -0700 | [diff] [blame] | 32 | |
Michael Jurka | 6d66708 | 2011-09-16 17:04:40 -0700 | [diff] [blame] | 33 | <!-- Message shown in the middle of the screen after clicking on the recent apps button |
Michael Jurka | 7daf95d | 2011-09-30 11:07:30 -0700 | [diff] [blame] | 34 | when there are no recent apps to show. Also used for accessibility. [CHAR LIMIT=45]--> |
Winson Chung | 27b97fa | 2014-08-08 13:04:53 -0700 | [diff] [blame] | 35 | <string name="status_bar_no_recent_apps">Your recent screens appear here</string> |
Michael Jurka | 6d66708 | 2011-09-16 17:04:40 -0700 | [diff] [blame] | 36 | |
Michael Jurka | 7daf95d | 2011-09-30 11:07:30 -0700 | [diff] [blame] | 37 | <!-- Content description for the button to dismiss Recent Apps (only present on large |
| 38 | devices) --> |
| 39 | <string name="status_bar_accessibility_dismiss_recents">Dismiss recent apps</string> |
| 40 | |
| 41 | <!-- Message that is read when you enter recent apps in TalkBack --> |
| 42 | <plurals name="status_bar_accessibility_recent_apps"> |
Jason Monk | cdc459f | 2014-10-14 09:26:19 -0400 | [diff] [blame] | 43 | <item quantity="one">1 screen in Overview</item> |
| 44 | <item quantity="other">%d screens in Overview</item> |
Michael Jurka | 7daf95d | 2011-09-30 11:07:30 -0700 | [diff] [blame] | 45 | </plurals> |
| 46 | |
Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 47 | <!-- The label in the bar at the top of the status bar when there are no notifications |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 48 | showing. [CHAR LIMIT=40]--> |
Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 49 | <string name="status_bar_no_notifications_title">No notifications</string> |
| 50 | |
| 51 | <!-- The label for the group of notifications for ongoing events in the opened version of |
| 52 | the status bar. An ongoing call is the prime example of this. The MP3 music player |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 53 | might be another example. [CHAR LIMIT=40] --> |
Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 54 | <string name="status_bar_ongoing_events_title">Ongoing</string> |
| 55 | |
| 56 | <!-- The label for the group of notifications for recent events in the opened version of |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 57 | the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc. |
| 58 | [CHAR LIMIT=40] --> |
Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 59 | <string name="status_bar_latest_events_title">Notifications</string> |
| 60 | |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 61 | <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]--> |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 62 | <string name="battery_low_title">Battery is low</string> |
Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 63 | |
Joe Onorato | 4ca7f1e | 2010-10-27 15:32:23 -0700 | [diff] [blame] | 64 | <!-- A message that appears when the battery level is getting low in a dialog. This is |
Elliott Hughes | 88d2551 | 2014-10-03 12:06:17 -0700 | [diff] [blame] | 65 | appened to the subtitle of the low battery alert. "percentage" is the percentage of battery |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 66 | remaining [CHAR LIMIT=none]--> |
Elliott Hughes | 88d2551 | 2014-10-03 12:06:17 -0700 | [diff] [blame] | 67 | <string name="battery_low_percent_format"><xliff:g id="percentage">%s</xliff:g> remaining</string> |
Joe Onorato | 4ca7f1e | 2010-10-27 15:32:23 -0700 | [diff] [blame] | 68 | |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 69 | <!-- Same as battery_low_percent_format, with a notice about battery saver if on. [CHAR LIMIT=none]--> |
Elliott Hughes | 88d2551 | 2014-10-03 12:06:17 -0700 | [diff] [blame] | 70 | <string name="battery_low_percent_format_saver_started"><xliff:g id="percentage">%s</xliff:g> remaining. Battery saver is on.</string> |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 71 | |
Joe Onorato | 4ca7f1e | 2010-10-27 15:32:23 -0700 | [diff] [blame] | 72 | <!-- A message that appears when a USB charger is plugged in and the device does not |
| 73 | support charging on it. That is, a charger that fits into the USB port and goes into |
| 74 | a wall socket, not into a computer. (This happens because some devices require more |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 75 | current than the USB spec allows. [CHAR LIMIT=NONE] --> |
Joe Onorato | 4ca7f1e | 2010-10-27 15:32:23 -0700 | [diff] [blame] | 76 | <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string> |
Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 77 | |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 78 | <!-- First line of invalid_charger, used in the notification form. [CHAR LIMIT=NONE]--> |
| 79 | <string name="invalid_charger_title">USB charging not supported.</string> |
| 80 | |
| 81 | <!-- Second line of invalid_charger, used in the notification form. [CHAR LIMIT=NONE]--> |
| 82 | <string name="invalid_charger_text">Use only the supplied charger.</string> |
| 83 | |
Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 84 | <!-- When the battery is low, this is the label of the button to go to the |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 85 | power usage activity to find out what drained the battery. [CHAR LIMIT=30] --> |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 86 | <string name="battery_low_why">Settings</string> |
| 87 | |
| 88 | <!-- Battery saver confirmation dialog title [CHAR LIMIT=NONE]--> |
John Spurlock | 1bb480a | 2014-08-02 17:12:43 -0400 | [diff] [blame] | 89 | <string name="battery_saver_confirmation_title">Turn on battery saver?</string> |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 90 | |
| 91 | <!-- Battery saver confirmation dialog ok text [CHAR LIMIT=40]--> |
John Spurlock | 1bb480a | 2014-08-02 17:12:43 -0400 | [diff] [blame] | 92 | <string name="battery_saver_confirmation_ok">Turn on</string> |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 93 | |
| 94 | <!-- Battery saver notification action [CHAR LIMIT=NONE]--> |
John Spurlock | 1bb480a | 2014-08-02 17:12:43 -0400 | [diff] [blame] | 95 | <string name="battery_saver_start_action">Turn on battery saver</string> |
Joe Onorato | 798ac4c | 2010-05-27 16:39:00 -0400 | [diff] [blame] | 96 | |
Joe Onorato | e8934a6 | 2010-11-09 08:01:20 -0800 | [diff] [blame] | 97 | <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] --> |
Joe Onorato | dff2e9a | 2010-11-27 16:13:36 -0800 | [diff] [blame] | 98 | <string name="status_bar_settings_settings_button">Settings</string> |
Daniel Sandler | 6425ef9 | 2010-08-11 16:10:19 -0400 | [diff] [blame] | 99 | |
Joe Onorato | 64eb5d2 | 2010-12-08 15:46:59 -0800 | [diff] [blame] | 100 | <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] --> |
| 101 | <string name="status_bar_settings_wifi_button">Wi-Fi</string> |
| 102 | |
Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 103 | <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] --> |
Daniel Sandler | 5920f15 | 2011-03-02 15:19:54 -0500 | [diff] [blame] | 104 | <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string> |
Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 105 | |
Joe Onorato | 7536210 | 2010-12-02 16:46:12 -0800 | [diff] [blame] | 106 | <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] --> |
| 107 | <string name="status_bar_settings_mute_label">MUTE</string> |
| 108 | |
| 109 | <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] --> |
| 110 | <string name="status_bar_settings_auto_brightness_label">AUTO</string> |
| 111 | |
Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 112 | <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] --> |
Joe Onorato | dff2e9a | 2010-11-27 16:13:36 -0800 | [diff] [blame] | 113 | <string name="status_bar_settings_notifications">Notifications</string> |
Joe Onorato | a8e3418 | 2010-11-26 13:19:58 -0800 | [diff] [blame] | 114 | |
Joe Onorato | 355ebc0 | 2010-12-01 17:37:00 -0800 | [diff] [blame] | 115 | <!-- Separator for PLMN and SPN in network name. --> |
Daniel Sandler | 8b96a66 | 2012-06-14 23:54:55 -0400 | [diff] [blame] | 116 | <string name="status_bar_network_name_separator" translatable="false">|</string> |
Joe Onorato | 355ebc0 | 2010-12-01 17:37:00 -0800 | [diff] [blame] | 117 | |
Jaikumar Ganesh | fde7f0e | 2011-01-10 10:05:58 -0800 | [diff] [blame] | 118 | <!-- Network connection string for Bluetooth Reverse Tethering --> |
satok | 82beadf | 2010-12-27 19:03:06 +0900 | [diff] [blame] | 119 | <string name="bluetooth_tethered">Bluetooth tethered</string> |
| 120 | <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 121 | <string name="status_bar_input_method_settings_configure_input_methods">Set up input methods</string> |
Jeff Brown | 2992ea7 | 2011-01-28 22:04:14 -0800 | [diff] [blame] | 122 | |
| 123 | <!-- Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] --> |
satok | 0103849 | 2012-04-09 21:08:27 +0900 | [diff] [blame] | 124 | <string name="status_bar_use_physical_keyboard">Physical keyboard</string> |
Mike Lockwood | 3a68b83 | 2011-03-08 10:08:59 -0500 | [diff] [blame] | 125 | |
| 126 | <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 127 | <string name="usb_device_permission_prompt">Allow the app <xliff:g id="application">%1$s</xliff:g> to access the USB device?</string> |
Mike Lockwood | 3a68b83 | 2011-03-08 10:08:59 -0500 | [diff] [blame] | 128 | |
| 129 | <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 130 | <string name="usb_accessory_permission_prompt">Allow the app <xliff:g id="application">%1$s</xliff:g> to access the USB accessory?</string> |
Mike Lockwood | 3a68b83 | 2011-03-08 10:08:59 -0500 | [diff] [blame] | 131 | |
Mike Lockwood | bce6f8f | 2011-03-13 17:26:52 -0400 | [diff] [blame] | 132 | <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] --> |
Mike Lockwood | 3359001 | 2011-03-15 22:24:51 -0400 | [diff] [blame] | 133 | <string name="usb_device_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB device is connected?</string> |
Mike Lockwood | bce6f8f | 2011-03-13 17:26:52 -0400 | [diff] [blame] | 134 | |
| 135 | <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] --> |
Mike Lockwood | 3359001 | 2011-03-15 22:24:51 -0400 | [diff] [blame] | 136 | <string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB accessory is connected?</string> |
Mike Lockwood | bce6f8f | 2011-03-13 17:26:52 -0400 | [diff] [blame] | 137 | |
Mike Lockwood | 024b4f1 | 2011-03-10 12:12:31 -0500 | [diff] [blame] | 138 | <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 139 | <string name="usb_accessory_uri_prompt">No installed apps work with this USB accessory. Learn more about this accessory at <xliff:g id="url">%1$s</xliff:g></string> |
Mike Lockwood | 024b4f1 | 2011-03-10 12:12:31 -0500 | [diff] [blame] | 140 | |
| 141 | <!-- Title for USB accessory dialog. Used when the name of the accessory cannot be determined. [CHAR LIMIT=50] --> |
| 142 | <string name="title_usb_accessory">USB accessory</string> |
| 143 | |
| 144 | <!-- View button label for USB dialogs. [CHAR LIMIT=15] --> |
| 145 | <string name="label_view">View</string> |
| 146 | |
Mike Lockwood | ad5f83e | 2011-03-15 16:04:12 -0400 | [diff] [blame] | 147 | <!-- Checkbox label for USB device dialogs. [CHAR LIMIT=50] --> |
| 148 | <string name="always_use_device">Use by default for this USB device</string> |
| 149 | |
| 150 | <!-- Checkbox label for USB accessory dialogs. [CHAR LIMIT=50] --> |
| 151 | <string name="always_use_accessory">Use by default for this USB accessory</string> |
Mike Lockwood | 024b4f1 | 2011-03-10 12:12:31 -0500 | [diff] [blame] | 152 | |
Benoit Goby | 4e68bd4 | 2012-04-25 18:06:00 -0700 | [diff] [blame] | 153 | <!-- Title of confirmation dialog for USB debugging --> |
Benoit Goby | 45f6aaa | 2012-08-29 12:10:18 -0700 | [diff] [blame] | 154 | <string name="usb_debugging_title">Allow USB debugging?</string> |
Benoit Goby | 4e68bd4 | 2012-04-25 18:06:00 -0700 | [diff] [blame] | 155 | |
| 156 | <!-- Message of confirmation dialog for USB debugging --> |
Benoit Goby | 45f6aaa | 2012-08-29 12:10:18 -0700 | [diff] [blame] | 157 | <string name="usb_debugging_message">The computer\'s RSA key fingerprint is:\n<xliff:g id="fingerprint">%1$s</xliff:g></string> |
Benoit Goby | 4e68bd4 | 2012-04-25 18:06:00 -0700 | [diff] [blame] | 158 | |
| 159 | <!-- Option to always allow USB debugging from the attached computer --> |
Benoit Goby | 45f6aaa | 2012-08-29 12:10:18 -0700 | [diff] [blame] | 160 | <string name="usb_debugging_always">Always allow from this computer</string> |
Benoit Goby | 4e68bd4 | 2012-04-25 18:06:00 -0700 | [diff] [blame] | 161 | |
Xiaohui Chen | ffcfe34 | 2015-05-13 13:18:36 -0700 | [diff] [blame] | 162 | <!-- Title of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. --> |
| 163 | <string name="usb_debugging_secondary_user_title">USB debugging not allowed</string> |
| 164 | |
| 165 | <!-- Message of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. --> |
| 166 | <string name="usb_debugging_secondary_user_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, switch to the primary user \u201C<xliff:g id="name" example="John Doe">%s</xliff:g>\u201D.</string> |
| 167 | |
Daniel Sandler | 3b0543a | 2011-06-14 11:30:28 -0400 | [diff] [blame] | 168 | <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running |
| 169 | on a phone). [CHAR LIMIT=25] --> |
| 170 | <string name="compat_mode_on">Zoom to fill screen</string> |
| 171 | |
| 172 | <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets). |
| 173 | [CHAR LIMIT=25] --> |
| 174 | <string name="compat_mode_off">Stretch to fill screen</string> |
Winson Chung | d859fa3 | 2011-07-22 12:19:52 -0700 | [diff] [blame] | 175 | |
Winson Chung | c57ccf0 | 2011-10-13 15:04:59 -0700 | [diff] [blame] | 176 | <!-- Notification ticker displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=30] --> |
Winson Chung | b5968c7 | 2011-10-19 11:03:54 -0700 | [diff] [blame] | 177 | <string name="screenshot_saving_ticker">Saving screenshot\u2026</string> |
Winson Chung | c57ccf0 | 2011-10-13 15:04:59 -0700 | [diff] [blame] | 178 | <!-- Notification title displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=50] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 179 | <string name="screenshot_saving_title">Saving screenshot\u2026</string> |
Winson Chung | c57ccf0 | 2011-10-13 15:04:59 -0700 | [diff] [blame] | 180 | <!-- Notification text displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=100] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 181 | <string name="screenshot_saving_text">Screenshot is being saved.</string> |
Winson Chung | c57ccf0 | 2011-10-13 15:04:59 -0700 | [diff] [blame] | 182 | <!-- Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 183 | <string name="screenshot_saved_title">Screenshot captured.</string> |
Winson Chung | c57ccf0 | 2011-10-13 15:04:59 -0700 | [diff] [blame] | 184 | <!-- Notification text displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=100] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 185 | <string name="screenshot_saved_text">Touch to view your screenshot.</string> |
Winson Chung | c57ccf0 | 2011-10-13 15:04:59 -0700 | [diff] [blame] | 186 | <!-- Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 187 | <string name="screenshot_failed_title">Couldn\'t capture screenshot.</string> |
Winson Chung | c57ccf0 | 2011-10-13 15:04:59 -0700 | [diff] [blame] | 188 | <!-- Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] --> |
Sander Alewijnse | d2a1eec | 2014-07-09 12:57:05 +0100 | [diff] [blame] | 189 | <string name="screenshot_failed_text">Can\'t take screenshot due to limited storage space, or it isn\'t allowed by the app or your organization.</string> |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 190 | |
| 191 | <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] --> |
| 192 | <string name="usb_preference_title">USB file transfer options</string> |
| 193 | <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] --> |
| 194 | <string name="use_mtp_button_title">Mount as a media player (MTP)</string> |
| 195 | <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] --> |
| 196 | <string name="use_ptp_button_title">Mount as a camera (PTP)</string> |
| 197 | <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 198 | <string name="installer_cd_button_title">Install Android File Transfer app for Mac</string> |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 199 | |
| 200 | <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 201 | <string name="accessibility_back">Back</string> |
| 202 | <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 203 | <string name="accessibility_home">Home</string> |
| 204 | <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 205 | <string name="accessibility_menu">Menu</string> |
Daniel Sandler | 5298582 | 2011-07-29 08:42:15 -0400 | [diff] [blame] | 206 | <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
Jason Monk | cdc459f | 2014-10-14 09:26:19 -0400 | [diff] [blame] | 207 | <string name="accessibility_recent">Overview</string> |
Jim Miller | 138f25d | 2013-09-25 13:46:58 -0700 | [diff] [blame] | 208 | <!-- Content description of the search button for accessibility. [CHAR LIMIT=NONE] --> |
| 209 | <string name="accessibility_search_light">Search</string> |
| 210 | <!-- Content description of the camera button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 211 | <string name="accessibility_camera_button">Camera</string> |
Jorim Jaggi | 97b63c4 | 2014-05-02 23:03:34 +0200 | [diff] [blame] | 212 | <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 213 | <string name="accessibility_phone_button">Phone</string> |
Selim Cinek | e70d653 | 2015-04-24 16:46:13 -0700 | [diff] [blame] | 214 | <!-- Content description of the phone button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 215 | <string name="accessibility_voice_assist_button">Voice Assist</string> |
Jorim Jaggi | b5428e1 | 2014-08-29 13:50:11 +0000 | [diff] [blame] | 216 | <!-- Content description of the unlock button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 217 | <string name="accessibility_unlock_button">Unlock</string> |
Selim Cinek | c99d9a95 | 2015-06-19 18:44:50 -0700 | [diff] [blame] | 218 | <!-- Content description of the unlock button when fingerpint is on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 219 | <string name="accessibility_unlock_button_fingerprint">Unlock button, waiting for fingerprint</string> |
| 220 | <!-- Accessibility action of the unlock button when fingerpint is on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 221 | <string name="accessibility_unlock_without_fingerprint">Unlock without using your fingerprint</string> |
Jorim Jaggi | b2e104f | 2014-08-15 18:12:36 +0200 | [diff] [blame] | 222 | <!-- Click action label for accessibility for the unlock button. [CHAR LIMIT=NONE] --> |
| 223 | <string name="unlock_label">unlock</string> |
| 224 | <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] --> |
| 225 | <string name="phone_label">open phone</string> |
Selim Cinek | 7c4b054 | 2015-05-11 17:36:57 -0700 | [diff] [blame] | 226 | <!-- 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 Cinek | e70d653 | 2015-04-24 16:46:13 -0700 | [diff] [blame] | 227 | <string name="voice_assist_label">open voice assist</string> |
| 228 | <!-- Click action label for accessibility for the phone button. [CHAR LIMIT=NONE] --> |
Jorim Jaggi | b2e104f | 2014-08-15 18:12:36 +0200 | [diff] [blame] | 229 | <string name="camera_label">open camera</string> |
Skuhne | 8aa7d16 | 2015-03-20 13:40:53 -0700 | [diff] [blame] | 230 | <!-- Caption for "Recents resize" developer debug feature. [CHAR LIMIT=NONE] --> |
| 231 | <string name="recents_caption_resize">Select new task layout</string> |
| 232 | <!-- Button name for "Cancel". [CHAR LIMIT=NONE] --> |
| 233 | <string name="cancel">Cancel</string> |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 234 | |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 235 | <!-- Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 236 | <string name="accessibility_compatibility_zoom_button">Compatibility zoom button.</string> |
| 237 | |
| 238 | <!-- Content description of picture of the compatibility zoom example for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 239 | <string name="accessibility_compatibility_zoom_example">Zoom smaller to larger screen.</string> |
| 240 | |
| 241 | <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 242 | <string name="accessibility_bluetooth_connected">Bluetooth connected.</string> |
| 243 | <!-- Content description of the bluetooth icon when connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 244 | <string name="accessibility_bluetooth_disconnected">Bluetooth disconnected.</string> |
| 245 | |
| 246 | <!-- Content description of the battery when no battery for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 247 | <string name="accessibility_no_battery">No battery.</string> |
| 248 | <!-- Content description of the battery when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 249 | <string name="accessibility_battery_one_bar">Battery one bar.</string> |
| 250 | <!-- Content description of the battery when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 251 | <string name="accessibility_battery_two_bars">Battery two bars.</string> |
| 252 | <!-- Content description of the battery when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 253 | <string name="accessibility_battery_three_bars">Battery three bars.</string> |
| 254 | <!-- Content description of the battery when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 255 | <string name="accessibility_battery_full">Battery full.</string> |
| 256 | |
| 257 | <!-- Content description of the phone signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 258 | <string name="accessibility_no_phone">No phone.</string> |
| 259 | <!-- Content description of the phone signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 260 | <string name="accessibility_phone_one_bar">Phone one bar.</string> |
| 261 | <!-- Content description of the phone signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 262 | <string name="accessibility_phone_two_bars">Phone two bars.</string> |
| 263 | <!-- Content description of the phone signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 264 | <string name="accessibility_phone_three_bars">Phone three bars.</string> |
| 265 | <!-- Content description of the phone signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 266 | <string name="accessibility_phone_signal_full">Phone signal full.</string> |
| 267 | |
| 268 | <!-- Content description of the data signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 269 | <string name="accessibility_no_data">No data.</string> |
| 270 | <!-- Content description of the data signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 271 | <string name="accessibility_data_one_bar">Data one bar.</string> |
| 272 | <!-- Content description of the data signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 273 | <string name="accessibility_data_two_bars">Data two bars.</string> |
| 274 | <!-- Content description of the data signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 275 | <string name="accessibility_data_three_bars">Data three bars.</string> |
| 276 | <!-- Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 277 | <string name="accessibility_data_signal_full">Data signal full.</string> |
| 278 | |
Selim Cinek | e5557a9 | 2014-08-15 19:59:23 +0200 | [diff] [blame] | 279 | <!-- Content description of the wifi label showing what we are connected to. [CHAR LIMIT=NONE] --> |
| 280 | <string name="accessibility_wifi_name">Connected to <xliff:g id="wifi" example="Home Network">%s</xliff:g>.</string> |
| 281 | |
| 282 | <!-- Content description of the bluetooth label showing what we are connected to. [CHAR LIMIT=NONE] --> |
| 283 | <string name="accessibility_bluetooth_name">Connected to <xliff:g id="bluetooth" example="Car Audio">%s</xliff:g>.</string> |
| 284 | |
| 285 | |
Daniel Sandler | 0fee217 | 2011-11-10 00:15:38 -0500 | [diff] [blame] | 286 | <!-- Content description of the WiMAX signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
tk.mun | 148c7d0 | 2011-10-13 22:51:57 +0900 | [diff] [blame] | 287 | <string name="accessibility_no_wimax">No WiMAX.</string> |
Daniel Sandler | 0fee217 | 2011-11-10 00:15:38 -0500 | [diff] [blame] | 288 | <!-- Content description of the WiMAX signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
tk.mun | 148c7d0 | 2011-10-13 22:51:57 +0900 | [diff] [blame] | 289 | <string name="accessibility_wimax_one_bar">WiMAX one bar.</string> |
Daniel Sandler | 0fee217 | 2011-11-10 00:15:38 -0500 | [diff] [blame] | 290 | <!-- Content description of the WiMAX signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
tk.mun | 148c7d0 | 2011-10-13 22:51:57 +0900 | [diff] [blame] | 291 | <string name="accessibility_wimax_two_bars">WiMAX two bars.</string> |
Daniel Sandler | 0fee217 | 2011-11-10 00:15:38 -0500 | [diff] [blame] | 292 | <!-- Content description of the WiMAX signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
tk.mun | 148c7d0 | 2011-10-13 22:51:57 +0900 | [diff] [blame] | 293 | <string name="accessibility_wimax_three_bars">WiMAX three bars.</string> |
Daniel Sandler | 0fee217 | 2011-11-10 00:15:38 -0500 | [diff] [blame] | 294 | <!-- Content description of the WiMAX signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
tk.mun | 148c7d0 | 2011-10-13 22:51:57 +0900 | [diff] [blame] | 295 | <string name="accessibility_wimax_signal_full">WiMAX signal full.</string> |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 296 | |
Lorenzo Colitti | d46bb58 | 2015-04-27 20:32:01 +0900 | [diff] [blame] | 297 | <!-- Content description of the Ethernet connection when disconnected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 298 | <string name="accessibility_ethernet_disconnected">Ethernet disconnected.</string> |
| 299 | <!-- Content description of the Ethernet connection when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 300 | <string name="accessibility_ethernet_connected">Ethernet connected.</string> |
| 301 | |
Casey Burkhardt | bac221f | 2012-10-03 18:13:58 -0700 | [diff] [blame] | 302 | <!-- Content description of an item with no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 303 | <string name="accessibility_no_signal">No signal.</string> |
| 304 | <!-- Content description of an item with no signal and no connection for accessibility (not shown on the screen) [CHAR LIMIT=NONE] --> |
| 305 | <string name="accessibility_not_connected">Not connected.</string> |
| 306 | <!-- Content description of an item with zero signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 307 | <string name="accessibility_zero_bars">Zero bars.</string> |
| 308 | <!-- Content description of an item with one signal bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 309 | <string name="accessibility_one_bar">One bar.</string> |
| 310 | <!-- Content description of an item with two signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 311 | <string name="accessibility_two_bars">Two bars.</string> |
| 312 | <!-- Content description of an item with three signal bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 313 | <string name="accessibility_three_bars">Three bars.</string> |
| 314 | <!-- Content description of an item with full signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 315 | <string name="accessibility_signal_full">Signal full.</string> |
| 316 | |
Chris Wren | cd8f4f7 | 2014-08-27 18:48:13 -0400 | [diff] [blame] | 317 | <!-- Content description of an item that is turned on for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 318 | <string name="accessibility_desc_on">On.</string> |
| 319 | <!-- Content description of an item that is turned off for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 320 | <string name="accessibility_desc_off">Off.</string> |
| 321 | <!-- Content description of an item that is connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 322 | <string name="accessibility_desc_connected">Connected.</string> |
| 323 | <!-- Content description of an item that is connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 324 | <string name="accessibility_desc_connecting">Connecting.</string> |
| 325 | |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 326 | <!-- Content description of the data connection type GPRS for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 327 | <string name="accessibility_data_connection_gprs">GPRS</string> |
| 328 | |
Casey Burkhardt | bac221f | 2012-10-03 18:13:58 -0700 | [diff] [blame] | 329 | <!-- Content description of the data connection type 1x for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 330 | <string name="accessibility_data_connection_1x">1 X</string> |
| 331 | |
| 332 | <!-- Content description of the data connection type HSPA and its variants for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 333 | <string name="accessibility_data_connection_hspa">HSPA</string> |
| 334 | |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 335 | <!-- Content description of the data connection type 3G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 336 | <string name="accessibility_data_connection_3g">3G</string> |
| 337 | |
| 338 | <!-- Content description of the data connection type 3.5G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 339 | <string name="accessibility_data_connection_3.5g">3.5G</string> |
| 340 | |
| 341 | <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 342 | <string name="accessibility_data_connection_4g">4G</string> |
| 343 | |
Daniel Sandler | 2fe71d0 | 2013-06-06 16:15:43 -0400 | [diff] [blame] | 344 | <!-- Content description of the data connection type LTE for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 345 | <string name="accessibility_data_connection_lte">LTE</string> |
| 346 | |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 347 | <!-- Content description of the data connection type CDMA for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 348 | <string name="accessibility_data_connection_cdma">CDMA</string> |
| 349 | |
Casey Burkhardt | bac221f | 2012-10-03 18:13:58 -0700 | [diff] [blame] | 350 | <!-- Content description of the roaming data connection type for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 351 | <string name="accessibility_data_connection_roaming">Roaming</string> |
| 352 | |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 353 | <!-- Content description of the data connection type Edge for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 354 | <string name="accessibility_data_connection_edge">Edge</string> |
| 355 | |
| 356 | <!-- Content description of the data connection type WiFi for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
Claudia de Veaux | b837c7a | 2011-10-17 13:36:00 -0700 | [diff] [blame] | 357 | <string name="accessibility_data_connection_wifi">Wi-Fi</string> |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 358 | |
| 359 | <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 360 | <string name="accessibility_no_sim">No SIM.</string> |
| 361 | |
| 362 | <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 363 | <string name="accessibility_bluetooth_tether">Bluetooth tethering.</string> |
| 364 | |
| 365 | <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 366 | <string name="accessibility_airplane_mode">Airplane mode.</string> |
| 367 | |
Adrian Roos | 1b5eb97 | 2015-06-11 18:22:52 -0700 | [diff] [blame] | 368 | <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 369 | <string name="accessibility_no_sims">No SIM card.</string> |
| 370 | |
Andrew Flynn | a478d70 | 2015-04-14 23:33:45 -0400 | [diff] [blame] | 371 | <!-- Content description of the carrier network changing icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 372 | <string name="accessibility_carrier_network_change_mode">Carrier network changing.</string> |
| 373 | |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 374 | <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 375 | <string name="accessibility_battery_level">Battery <xliff:g id="number">%d</xliff:g> percent.</string> |
| 376 | |
| 377 | <!-- 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 Sandler | bcf6ef0b | 2011-09-30 11:43:36 -0400 | [diff] [blame] | 378 | <string name="accessibility_settings_button">System settings.</string> |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 379 | |
| 380 | <!-- 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 Sandler | bcf6ef0b | 2011-09-30 11:43:36 -0400 | [diff] [blame] | 381 | <string name="accessibility_notifications_button">Notifications.</string> |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 382 | |
| 383 | <!-- Content description of the button for removing a notification in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
Daniel Sandler | bcf6ef0b | 2011-09-30 11:43:36 -0400 | [diff] [blame] | 384 | <string name="accessibility_remove_notification">Clear notification.</string> |
Svetoslav Ganov | 6179ea3 | 2011-06-28 01:12:41 -0700 | [diff] [blame] | 385 | |
| 386 | <!-- Content description of the enabled GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 387 | <string name="accessibility_gps_enabled">GPS enabled.</string> |
| 388 | |
| 389 | <!-- Content description of the acquiring GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 390 | <string name="accessibility_gps_acquiring">GPS acquiring.</string> |
| 391 | |
| 392 | <!-- Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 393 | <string name="accessibility_tty_enabled">TeleTypewriter enabled.</string> |
| 394 | |
| 395 | <!-- Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 396 | <string name="accessibility_ringer_vibrate">Ringer vibrate.</string> |
| 397 | |
| 398 | <!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 399 | <string name="accessibility_ringer_silent">Ringer silent.</string> |
Daniel Sandler | 2b69735 | 2011-07-22 16:23:09 -0400 | [diff] [blame] | 400 | |
John Spurlock | 96fe98d | 2014-08-27 09:36:02 -0400 | [diff] [blame] | 401 | <!-- Content description of the cast icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 402 | <string name="accessibility_casting">@string/quick_settings_casting</string> |
| 403 | |
Winson Chung | a4cc966 | 2014-07-25 12:10:38 -0700 | [diff] [blame] | 404 | <!-- Content description to tell the user that this button will remove an application from recents --> |
| 405 | <string name="accessibility_recents_item_will_be_dismissed">Dismiss <xliff:g id="app" example="Calendar">%s</xliff:g>.</string> |
Jim Miller | 1737776 | 2011-10-11 15:33:34 -0700 | [diff] [blame] | 406 | <!-- Content description to tell the user an application has been removed from recents --> |
| 407 | <string name="accessibility_recents_item_dismissed"><xliff:g id="app" example="Calendar">%s</xliff:g> dismissed.</string> |
Winson Chung | 6ac8bd6 | 2015-01-07 16:38:35 -0800 | [diff] [blame] | 408 | <!-- Content description to tell the user all applications has been removed from recents --> |
| 409 | <string name="accessibility_recents_all_items_dismissed">All recent applications dismissed.</string> |
Winson Chung | a4cc966 | 2014-07-25 12:10:38 -0700 | [diff] [blame] | 410 | <!-- Content description to tell the user an application has been launched from recents --> |
| 411 | <string name="accessibility_recents_item_launched">Starting <xliff:g id="app" example="Calendar">%s</xliff:g>.</string> |
Benjamin Franz | b7a42fd | 2015-04-23 15:33:32 +0100 | [diff] [blame] | 412 | <!-- Content description of individual recents task. --> |
| 413 | <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 Burkhardt | bac221f | 2012-10-03 18:13:58 -0700 | [diff] [blame] | 414 | <!-- Content description to tell the user a notification has been removed from the notification shade --> |
| 415 | <string name="accessibility_notification_dismissed">Notification dismissed.</string> |
| 416 | |
| 417 | <!-- Content description for the notification shade panel (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 418 | <string name="accessibility_desc_notification_shade">Notification shade.</string> |
| 419 | <!-- Content description for the quick settings panel (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 420 | <string name="accessibility_desc_quick_settings">Quick settings.</string> |
Selim Cinek | 90c9465 | 2014-08-18 16:46:22 +0200 | [diff] [blame] | 421 | <!-- Content description for the lock screen (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 422 | <string name="accessibility_desc_lock_screen">Lock screen.</string> |
Adrian Roos | b88c884 | 2014-08-13 21:27:24 +0200 | [diff] [blame] | 423 | <!-- Content description for the settings button in the status bar header. [CHAR LIMIT=NONE] --> |
| 424 | <string name="accessibility_desc_settings">Settings</string> |
Casey Burkhardt | d7059df | 2012-10-09 17:40:52 -0700 | [diff] [blame] | 425 | <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] --> |
Jason Monk | cdc459f | 2014-10-14 09:26:19 -0400 | [diff] [blame] | 426 | <string name="accessibility_desc_recent_apps">Overview.</string> |
John Spurlock | 4019430 | 2015-05-06 16:53:21 -0400 | [diff] [blame] | 427 | <!-- Content description for the close button in the zen mode panel introduction message. [CHAR LIMIT=NONE] --> |
| 428 | <string name="accessibility_desc_close">Close</string> |
Casey Burkhardt | bac221f | 2012-10-03 18:13:58 -0700 | [diff] [blame] | 429 | |
| 430 | <!-- Content description of the user tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 431 | <string name="accessibility_quick_settings_user">User <xliff:g id="user" example="John Doe">%s</xliff:g>.</string> |
| 432 | <!-- Content description of the wifi tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> |
Selim Cinek | e5557a9 | 2014-08-15 19:59:23 +0200 | [diff] [blame] | 433 | <string name="accessibility_quick_settings_wifi"><xliff:g id="signal" example="Three bars">%1$s</xliff:g>.</string> |
Selim Cinek | 4fda7b2 | 2014-08-18 22:07:25 +0200 | [diff] [blame] | 434 | <!-- Announcement made when the wifi is turned off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 435 | <string name="accessibility_quick_settings_wifi_changed_off">Wifi turned off.</string> |
| 436 | <!-- Announcement made when the wifi is turned on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 437 | <string name="accessibility_quick_settings_wifi_changed_on">Wifi turned on.</string> |
Casey Burkhardt | bac221f | 2012-10-03 18:13:58 -0700 | [diff] [blame] | 438 | <!-- Content description of the mobile data tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 439 | <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> |
| 440 | <!-- Content description of the battery tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 441 | <string name="accessibility_quick_settings_battery">Battery <xliff:g id="state" example="50% charging">%s</xliff:g>.</string> |
Selim Cinek | 4fda7b2 | 2014-08-18 22:07:25 +0200 | [diff] [blame] | 442 | <!-- Content description of the airplane mode tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 443 | <string name="accessibility_quick_settings_airplane_off">Airplane mode off.</string> |
| 444 | <!-- Content description of the airplane mode tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 445 | <string name="accessibility_quick_settings_airplane_on">Airplane mode on.</string> |
| 446 | <!-- Announcement made when the airplane mode changes to off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 447 | <string name="accessibility_quick_settings_airplane_changed_off">Airplane mode turned off.</string> |
| 448 | <!-- Announcement made when the airplane mode changes to on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 449 | <string name="accessibility_quick_settings_airplane_changed_on">Airplane mode turned on.</string> |
John Spurlock | 3c4076a | 2015-02-24 12:12:25 -0500 | [diff] [blame] | 450 | <!-- Content description of the do not disturb tile in quick settings when on in priority (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 451 | <string name="accessibility_quick_settings_dnd_priority_on">Do not disturb on, priority only.</string> |
| 452 | <!-- Content description of the do not disturb tile in quick settings when on in none (not shown on the screen). [CHAR LIMIT=NONE] --> |
John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 453 | <string name="accessibility_quick_settings_dnd_none_on">Do not disturb on, total silence.</string> |
John Spurlock | 4f1163c | 2015-04-02 17:41:21 -0400 | [diff] [blame] | 454 | <!-- Content description of the do not disturb tile in quick settings when on in alarms only (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 455 | <string name="accessibility_quick_settings_dnd_alarms_on">Do not disturb on, alarms only.</string> |
John Spurlock | 3c4076a | 2015-02-24 12:12:25 -0500 | [diff] [blame] | 456 | <!-- Content description of the do not disturb tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 457 | <string name="accessibility_quick_settings_dnd_off">Do not disturb off.</string> |
| 458 | <!-- Announcement made when do not disturb changes to off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 459 | <string name="accessibility_quick_settings_dnd_changed_off">Do not disturb turned off.</string> |
| 460 | <!-- Announcement made when do not disturb changes to on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 461 | <string name="accessibility_quick_settings_dnd_changed_on">Do not disturb turned on.</string> |
Selim Cinek | 4fda7b2 | 2014-08-18 22:07:25 +0200 | [diff] [blame] | 462 | <!-- Content description of the bluetooth tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 463 | <string name="accessibility_quick_settings_bluetooth_off">Bluetooth off.</string> |
| 464 | <!-- Content description of the bluetooth tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 465 | <string name="accessibility_quick_settings_bluetooth_on">Bluetooth on.</string> |
| 466 | <!-- Content description of the bluetooth tile in quick settings when connecting (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 467 | <string name="accessibility_quick_settings_bluetooth_connecting">Bluetooth connecting.</string> |
| 468 | <!-- Content description of the bluetooth tile in quick settings when connected (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 469 | <string name="accessibility_quick_settings_bluetooth_connected">Bluetooth connected.</string> |
| 470 | <!-- Announcement made when the bluetooth is turned off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 471 | <string name="accessibility_quick_settings_bluetooth_changed_off">Bluetooth turned off.</string> |
| 472 | <!-- Announcement made when the bluetooth is turned on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 473 | <string name="accessibility_quick_settings_bluetooth_changed_on">Bluetooth turned on.</string> |
| 474 | <!-- Content description of the location tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 475 | <string name="accessibility_quick_settings_location_off">Location reporting off.</string> |
| 476 | <!-- Content description of the location tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 477 | <string name="accessibility_quick_settings_location_on">Location reporting on.</string> |
| 478 | <!-- Announcement made when the location tile changes to off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 479 | <string name="accessibility_quick_settings_location_changed_off">Location reporting turned off.</string> |
| 480 | <!-- Announcement made when the location tile changes to on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 481 | <string name="accessibility_quick_settings_location_changed_on">Location reporting turned on.</string> |
Casey Burkhardt | bac221f | 2012-10-03 18:13:58 -0700 | [diff] [blame] | 482 | <!-- Content description of the alarm tile in quick settings (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 483 | <string name="accessibility_quick_settings_alarm">Alarm set for <xliff:g id="time" example="Wed 3:30 PM">%s</xliff:g>.</string> |
John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 484 | <!-- Content description of quick settings detail panel close button (not shown on the screen). [CHAR LIMIT=NONE] --> |
Selim Cinek | 4fda7b2 | 2014-08-18 22:07:25 +0200 | [diff] [blame] | 485 | <string name="accessibility_quick_settings_close">Close panel.</string> |
John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 486 | <!-- Content description of zen mode time condition plus button (not shown on the screen). [CHAR LIMIT=NONE] --> |
Selim Cinek | 4fda7b2 | 2014-08-18 22:07:25 +0200 | [diff] [blame] | 487 | <string name="accessibility_quick_settings_more_time">More time.</string> |
John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 488 | <!-- Content description of zen mode time condition minus button (not shown on the screen). [CHAR LIMIT=NONE] --> |
Selim Cinek | 4fda7b2 | 2014-08-18 22:07:25 +0200 | [diff] [blame] | 489 | <string name="accessibility_quick_settings_less_time">Less time.</string> |
| 490 | <!-- Content description of the flashlight tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 491 | <string name="accessibility_quick_settings_flashlight_off">Flashlight off.</string> |
| 492 | <!-- Content description of the flashlight tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 493 | <string name="accessibility_quick_settings_flashlight_on">Flashlight on.</string> |
| 494 | <!-- Announcement made when the flashlight state changes to off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 495 | <string name="accessibility_quick_settings_flashlight_changed_off">Flashlight turned off.</string> |
| 496 | <!-- Announcement made when the flashlight state changes to on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 497 | <string name="accessibility_quick_settings_flashlight_changed_on">Flashlight turned on.</string> |
| 498 | <!-- Announcement made when the color inversion state changes to off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 499 | <string name="accessibility_quick_settings_color_inversion_changed_off">Color inversion turned off.</string> |
| 500 | <!-- Announcement made when the color inversion state changes to on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 501 | <string name="accessibility_quick_settings_color_inversion_changed_on">Color inversion turned on.</string> |
| 502 | <!-- Announcement made when the hotspot state changes to off (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 503 | <string name="accessibility_quick_settings_hotspot_changed_off">Mobile hotspot turned off.</string> |
| 504 | <!-- Announcement made when the hotspot state changes to on (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 505 | <string name="accessibility_quick_settings_hotspot_changed_on">Mobile hotspot turned on.</string> |
| 506 | <!-- Announcement made when the screen stopped casting (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 507 | <string name="accessibility_casting_turned_off">Screen casting stopped.</string> |
Jim Miller | 1737776 | 2011-10-11 15:33:34 -0700 | [diff] [blame] | 508 | |
Adrian Roos | 4697d66 | 2014-08-14 15:37:27 +0200 | [diff] [blame] | 509 | <!-- Content description of the display brightness slider (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 510 | <string name="accessibility_brightness">Display brightness</string> |
| 511 | |
Jeff Sharkey | 41ff7ec | 2011-07-25 15:21:22 -0700 | [diff] [blame] | 512 | <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> |
Adrian Roos | 6c770900 | 2014-11-24 14:01:30 +0100 | [diff] [blame] | 513 | <string name="data_usage_disabled_dialog_3g_title">2G-3G data is paused</string> |
Jeff Sharkey | 41ff7ec | 2011-07-25 15:21:22 -0700 | [diff] [blame] | 514 | <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> |
Adrian Roos | 6c770900 | 2014-11-24 14:01:30 +0100 | [diff] [blame] | 515 | <string name="data_usage_disabled_dialog_4g_title">4G data is paused</string> |
Jeff Sharkey | 41ff7ec | 2011-07-25 15:21:22 -0700 | [diff] [blame] | 516 | <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> |
Adrian Roos | 6c770900 | 2014-11-24 14:01:30 +0100 | [diff] [blame] | 517 | <string name="data_usage_disabled_dialog_mobile_title">Cellular data is paused</string> |
Jeff Sharkey | 41ff7ec | 2011-07-25 15:21:22 -0700 | [diff] [blame] | 518 | <!-- Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] --> |
Adrian Roos | 6c770900 | 2014-11-24 14:01:30 +0100 | [diff] [blame] | 519 | <string name="data_usage_disabled_dialog_title">Data is paused</string> |
Jeff Sharkey | 41ff7ec | 2011-07-25 15:21:22 -0700 | [diff] [blame] | 520 | <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] --> |
Adrian Roos | 6c770900 | 2014-11-24 14:01:30 +0100 | [diff] [blame] | 521 | <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 Sharkey | 41ff7ec | 2011-07-25 15:21:22 -0700 | [diff] [blame] | 522 | <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] --> |
Adrian Roos | 6c770900 | 2014-11-24 14:01:30 +0100 | [diff] [blame] | 523 | <string name="data_usage_disabled_dialog_enable">Resume</string> |
Jeff Sharkey | 41ff7ec | 2011-07-25 15:21:22 -0700 | [diff] [blame] | 524 | |
Daniel Sandler | 2b69735 | 2011-07-22 16:23:09 -0400 | [diff] [blame] | 525 | <!-- Text to display underneath the graphical signal strength meter when |
| 526 | no connection is available. [CHAR LIMIT=20] --> |
| 527 | <string name="status_bar_settings_signal_meter_disconnected"> |
| 528 | No Internet connection |
| 529 | </string> |
| 530 | |
| 531 | <!-- Text to display underneath the graphical signal strength meter when |
| 532 | it is displaying Wi-Fi status and Wi-Fi is connected to a network |
| 533 | whose SSID is not available. |
| 534 | [CHAR LIMIT=20] --> |
| 535 | <string name="status_bar_settings_signal_meter_wifi_nossid">Wi-Fi connected</string> |
| 536 | |
| 537 | <!-- Notification text: when GPS is getting a fix [CHAR LIMIT=50] --> |
| 538 | <string name="gps_notification_searching_text">Searching for GPS</string> |
| 539 | |
| 540 | <!-- Notification text: when GPS has found a fix [CHAR LIMIT=50] --> |
| 541 | <string name="gps_notification_found_text">Location set by GPS</string> |
| 542 | |
David Christie | c750c1f | 2013-08-08 12:56:57 -0700 | [diff] [blame] | 543 | <!-- Accessibility text describing the presence of active location requests by one or more apps --> |
| 544 | <string name="accessibility_location_active">Location requests active</string> |
| 545 | |
Daniel Sandler | bcf6ef0b | 2011-09-30 11:43:36 -0400 | [diff] [blame] | 546 | <!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 547 | <string name="accessibility_clear_all">Clear all notifications.</string> |
Daniel Sandler | 221733a | 2011-11-03 15:21:33 -0400 | [diff] [blame] | 548 | |
Dan Sandler | f4db75c | 2014-09-03 18:02:31 +0200 | [diff] [blame] | 549 | <!-- Content description of button in notification inspector for system settings relating to |
| 550 | notifications from this application [CHAR LIMIT=NONE] --> |
| 551 | <string name="status_bar_notification_inspect_item_title">Notification settings</string> |
| 552 | |
| 553 | <!-- Content description of button in notification inspetor for application-provided settings |
| 554 | for its own notifications [CHAR LIMIT=NONE] --> |
| 555 | <string name="status_bar_notification_app_settings_title"><xliff:g id="app_name" example="Calendar">%s</xliff:g> settings</string> |
Daniel Sandler | d2217f0 | 2012-05-04 16:40:13 -0400 | [diff] [blame] | 556 | |
Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 557 | <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is on. [CHAR LIMIT=NONE] --> |
| 558 | <string name="accessibility_rotation_lock_off">Screen will rotate automatically.</string> |
| 559 | |
| 560 | <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] --> |
| 561 | <string name="accessibility_rotation_lock_on_landscape">Screen is locked in landscape orientation.</string> |
| 562 | |
| 563 | <!-- Description of the button in the phone-style notification panel that controls auto-rotation, when auto-rotation is off. [CHAR LIMIT=NONE] --> |
| 564 | <string name="accessibility_rotation_lock_on_portrait">Screen is locked in portrait orientation.</string> |
Daniel Sandler | 0bcf4ad | 2012-08-31 16:18:31 -0400 | [diff] [blame] | 565 | |
Selim Cinek | 4fda7b2 | 2014-08-18 22:07:25 +0200 | [diff] [blame] | 566 | <!-- Announcement made when the screen is rotating automatically again (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 567 | <string name="accessibility_rotation_lock_off_changed">Screen will now rotate automatically.</string> |
| 568 | |
| 569 | <!-- Announcement made when the rotation lock state changes to landscape only (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 570 | <string name="accessibility_rotation_lock_on_landscape_changed">Screen is now locked in landscape orientation.</string> |
| 571 | |
| 572 | <!-- Announcement made when the rotation lock state changes to portrait only (not shown on the screen). [CHAR LIMIT=NONE] --> |
| 573 | <string name="accessibility_rotation_lock_on_portrait_changed">Screen is now locked in portrait orientation.</string> |
| 574 | |
Daniel Sandler | a30b7035 | 2013-09-16 10:16:49 -0400 | [diff] [blame] | 575 | <!-- Name of the K-release easter egg: a display case for all our tastiest desserts. [CHAR LIMIT=30] --> |
| 576 | <string name="dessert_case">Dessert Case</string> |
Daniel Sandler | 32f6fd5 | 2012-09-06 01:22:59 -0400 | [diff] [blame] | 577 | |
| 578 | <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] --> |
Daniel Sandler | bd9cafa | 2012-10-23 01:21:33 -0400 | [diff] [blame] | 579 | <string name="start_dreams">Daydream</string> |
Daniel Sandler | 32f6fd5 | 2012-09-06 01:22:59 -0400 | [diff] [blame] | 580 | |
Daniel Sandler | ced8d21 | 2012-09-12 17:33:27 -0700 | [diff] [blame] | 581 | <!-- Textual description of Ethernet connections --> |
| 582 | <string name="ethernet_label">Ethernet</string> |
| 583 | |
John Spurlock | 3c4076a | 2015-02-24 12:12:25 -0500 | [diff] [blame] | 584 | <!-- QuickSettings: Do not disturb [CHAR LIMIT=NONE] --> |
| 585 | <string name="quick_settings_dnd_label">Do not disturb</string> |
| 586 | <!-- QuickSettings: Do not disturb - Priority only [CHAR LIMIT=NONE] --> |
| 587 | <string name="quick_settings_dnd_priority_label">Priority only</string> |
John Spurlock | 4f1163c | 2015-04-02 17:41:21 -0400 | [diff] [blame] | 588 | <!-- QuickSettings: Do not disturb - Alarms only [CHAR LIMIT=NONE] --> |
| 589 | <string name="quick_settings_dnd_alarms_label">Alarms only</string> |
John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 590 | <!-- QuickSettings: Do not disturb - Total silence [CHAR LIMIT=NONE] --> |
| 591 | <string name="quick_settings_dnd_none_label">Total silence</string> |
Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 592 | <!-- QuickSettings: Bluetooth [CHAR LIMIT=NONE] --> |
| 593 | <string name="quick_settings_bluetooth_label">Bluetooth</string> |
Winson Chung | 5f62301 | 2012-09-14 14:58:43 -0700 | [diff] [blame] | 594 | <!-- QuickSettings: Bluetooth (Multiple) [CHAR LIMIT=NONE] --> |
| 595 | <string name="quick_settings_bluetooth_multiple_devices_label">Bluetooth (<xliff:g id="number">%d</xliff:g> Devices)</string> |
Winson Chung | 34563e2 | 2012-09-21 17:19:49 -0700 | [diff] [blame] | 596 | <!-- QuickSettings: Bluetooth (Off) [CHAR LIMIT=NONE] --> |
| 597 | <string name="quick_settings_bluetooth_off_label">Bluetooth Off</string> |
John Spurlock | 486b78e | 2014-07-07 08:37:56 -0400 | [diff] [blame] | 598 | <!-- QuickSettings: Bluetooth detail panel, text when there are no items [CHAR LIMIT=NONE] --> |
| 599 | <string name="quick_settings_bluetooth_detail_empty_text">No paired devices available</string> |
Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 600 | <!-- QuickSettings: Brightness [CHAR LIMIT=NONE] --> |
| 601 | <string name="quick_settings_brightness_label">Brightness</string> |
Winson Chung | d4726d0 | 2012-09-14 12:27:29 -0700 | [diff] [blame] | 602 | <!-- QuickSettings: Rotation Unlocked [CHAR LIMIT=NONE] --> |
John Spurlock | 012d4a2 | 2014-06-04 00:40:18 -0400 | [diff] [blame] | 603 | <string name="quick_settings_rotation_unlocked_label">Auto-rotate</string> |
Winson Chung | d4726d0 | 2012-09-14 12:27:29 -0700 | [diff] [blame] | 604 | <!-- QuickSettings: Rotation Locked [CHAR LIMIT=NONE] --> |
John Spurlock | 012d4a2 | 2014-06-04 00:40:18 -0400 | [diff] [blame] | 605 | <string name="quick_settings_rotation_locked_label">Rotation locked</string> |
John Spurlock | 8ab172e | 2013-12-19 16:39:23 -0500 | [diff] [blame] | 606 | <!-- QuickSettings: Locked to Portrait [CHAR LIMIT=NONE] --> |
John Spurlock | 012d4a2 | 2014-06-04 00:40:18 -0400 | [diff] [blame] | 607 | <string name="quick_settings_rotation_locked_portrait_label">Portrait</string> |
John Spurlock | 8ab172e | 2013-12-19 16:39:23 -0500 | [diff] [blame] | 608 | <!-- QuickSettings: Locked to Landscape [CHAR LIMIT=NONE] --> |
John Spurlock | 012d4a2 | 2014-06-04 00:40:18 -0400 | [diff] [blame] | 609 | <string name="quick_settings_rotation_locked_landscape_label">Landscape</string> |
Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 610 | <!-- QuickSettings: IME [CHAR LIMIT=NONE] --> |
Winson Chung | 2a4057d | 2012-09-12 18:30:06 -0700 | [diff] [blame] | 611 | <string name="quick_settings_ime_label">Input Method</string> |
Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 612 | <!-- QuickSettings: Location [CHAR LIMIT=NONE] --> |
David Christie | 03ed012 | 2013-07-30 18:11:23 -0700 | [diff] [blame] | 613 | <string name="quick_settings_location_label">Location</string> |
| 614 | <!-- QuickSettings: Location (Off) [CHAR LIMIT=NONE] --> |
| 615 | <string name="quick_settings_location_off_label">Location Off</string> |
Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 616 | <!-- QuickSettings: Media device [CHAR LIMIT=NONE] --> |
| 617 | <string name="quick_settings_media_device_label">Media device</string> |
| 618 | <!-- QuickSettings: RSSI [CHAR LIMIT=NONE] --> |
| 619 | <string name="quick_settings_rssi_label">RSSI</string> |
| 620 | <!-- QuickSettings: RSSI (No network) [CHAR LIMIT=NONE] --> |
| 621 | <string name="quick_settings_rssi_emergency_only">Emergency Calls Only</string> |
| 622 | <!-- QuickSettings: Settings [CHAR LIMIT=NONE] --> |
| 623 | <string name="quick_settings_settings_label">Settings</string> |
| 624 | <!-- QuickSettings: Time [CHAR LIMIT=NONE] --> |
| 625 | <string name="quick_settings_time_label">Time</string> |
| 626 | <!-- QuickSettings: User [CHAR LIMIT=NONE] --> |
| 627 | <string name="quick_settings_user_label">Me</string> |
Adrian Roos | 5f1652c | 2014-07-14 22:39:54 +0200 | [diff] [blame] | 628 | <!-- QuickSettings: Title of the user detail panel [CHAR LIMIT=NONE] --> |
| 629 | <string name="quick_settings_user_title">User</string> |
| 630 | <!-- QuickSettings: Label on the item for adding a new user [CHAR LIMIT=NONE] --> |
| 631 | <string name="quick_settings_user_new_user">New user</string> |
Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 632 | <!-- QuickSettings: Wifi [CHAR LIMIT=NONE] --> |
Winson Chung | f4b5ab1 | 2012-09-24 16:47:46 -0700 | [diff] [blame] | 633 | <string name="quick_settings_wifi_label">Wi-Fi</string> |
| 634 | <!-- QuickSettings: Wifi (Not connected) [CHAR LIMIT=NONE] --> |
| 635 | <string name="quick_settings_wifi_not_connected">Not Connected</string> |
Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 636 | <!-- QuickSettings: Wifi (No network) [CHAR LIMIT=NONE] --> |
| 637 | <string name="quick_settings_wifi_no_network">No Network</string> |
Winson Chung | 34563e2 | 2012-09-21 17:19:49 -0700 | [diff] [blame] | 638 | <!-- QuickSettings: Wifi (Off) [CHAR LIMIT=NONE] --> |
Winson Chung | f4b5ab1 | 2012-09-24 16:47:46 -0700 | [diff] [blame] | 639 | <string name="quick_settings_wifi_off_label">Wi-Fi Off</string> |
John Spurlock | 486b78e | 2014-07-07 08:37:56 -0400 | [diff] [blame] | 640 | <!-- QuickSettings: Wifi detail panel, text when there are no items [CHAR LIMIT=NONE] --> |
Jason Monk | e12485f | 2015-06-05 10:15:02 -0400 | [diff] [blame] | 641 | <string name="quick_settings_wifi_detail_empty_text">No Wi-Fi networks available</string> |
John Spurlock | 1e6eb17 | 2014-07-13 11:59:50 -0400 | [diff] [blame] | 642 | <!-- QuickSettings: Cast title [CHAR LIMIT=NONE] --> |
John Spurlock | 83957a3 | 2015-03-17 14:23:00 -0400 | [diff] [blame] | 643 | <string name="quick_settings_cast_title">Cast</string> |
John Spurlock | 1e6eb17 | 2014-07-13 11:59:50 -0400 | [diff] [blame] | 644 | <!-- QuickSettings: Cast detail panel, status text when casting [CHAR LIMIT=NONE] --> |
| 645 | <string name="quick_settings_casting">Casting</string> |
| 646 | <!-- QuickSettings: Cast detail panel, default device name [CHAR LIMIT=NONE] --> |
| 647 | <string name="quick_settings_cast_device_default_name">Unnamed device</string> |
| 648 | <!-- QuickSettings: Cast detail panel, default device description [CHAR LIMIT=NONE] --> |
| 649 | <string name="quick_settings_cast_device_default_description">Ready to cast</string> |
| 650 | <!-- QuickSettings: Cast detail panel, text when there are no items [CHAR LIMIT=NONE] --> |
| 651 | <string name="quick_settings_cast_detail_empty_text">No devices available</string> |
Winson Chung | 1679b36 | 2012-09-10 20:08:01 -0700 | [diff] [blame] | 652 | <!-- QuickSettings: Brightness dialog title [CHAR LIMIT=NONE] --> |
| 653 | <string name="quick_settings_brightness_dialog_title">Brightness</string> |
| 654 | <!-- QuickSettings: Brightness dialog auto brightness button [CHAR LIMIT=NONE] --> |
| 655 | <string name="quick_settings_brightness_dialog_auto_brightness_label">AUTO</string> |
Alan Viverette | 2a64861 | 2013-10-10 12:22:57 -0700 | [diff] [blame] | 656 | <!-- QuickSettings: Label for the toggle that controls whether display inversion is enabled. [CHAR LIMIT=NONE] --> |
John Spurlock | af8d6c4 | 2014-05-07 17:49:08 -0400 | [diff] [blame] | 657 | <string name="quick_settings_inversion_label">Invert colors</string> |
Alan Viverette | 2a64861 | 2013-10-10 12:22:57 -0700 | [diff] [blame] | 658 | <!-- QuickSettings: Label for the toggle that controls whether display color correction is enabled. [CHAR LIMIT=NONE] --> |
Alan Viverette | da0cc3e | 2013-09-26 13:11:54 -0700 | [diff] [blame] | 659 | <string name="quick_settings_color_space_label">Color correction mode</string> |
John Spurlock | af8d6c4 | 2014-05-07 17:49:08 -0400 | [diff] [blame] | 660 | <!-- QuickSettings: Control panel: Label for button that navigates to settings. [CHAR LIMIT=NONE] --> |
| 661 | <string name="quick_settings_more_settings">More settings</string> |
John Spurlock | 7f8f22a | 2014-07-02 18:54:17 -0400 | [diff] [blame] | 662 | <!-- QuickSettings: Control panel: Label for button that dismisses control panel. [CHAR LIMIT=NONE] --> |
| 663 | <string name="quick_settings_done">Done</string> |
| 664 | <!-- QuickSettings: Control panel: Label for connected device. [CHAR LIMIT=NONE] --> |
| 665 | <string name="quick_settings_connected">Connected</string> |
John Spurlock | 486b78e | 2014-07-07 08:37:56 -0400 | [diff] [blame] | 666 | <!-- QuickSettings: Control panel: Label for connecting device. [CHAR LIMIT=NONE] --> |
| 667 | <string name="quick_settings_connecting">Connecting...</string> |
John Spurlock | af8d6c4 | 2014-05-07 17:49:08 -0400 | [diff] [blame] | 668 | <!-- QuickSettings: Tethering. [CHAR LIMIT=NONE] --> |
| 669 | <string name="quick_settings_tethering_label">Tethering</string> |
| 670 | <!-- QuickSettings: Hotspot. [CHAR LIMIT=NONE] --> |
| 671 | <string name="quick_settings_hotspot_label">Hotspot</string> |
John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 672 | <!-- QuickSettings: Notifications [CHAR LIMIT=NONE] --> |
| 673 | <string name="quick_settings_notifications_label">Notifications</string> |
Adrian Roos | b83777b | 2014-06-30 15:11:53 +0200 | [diff] [blame] | 674 | <!-- QuickSettings: Flashlight [CHAR LIMIT=NONE] --> |
| 675 | <string name="quick_settings_flashlight_label">Flashlight</string> |
John Spurlock | b98f747 | 2014-07-08 17:09:42 -0400 | [diff] [blame] | 676 | <!-- QuickSettings: Cellular detail panel title [CHAR LIMIT=NONE] --> |
| 677 | <string name="quick_settings_cellular_detail_title">Cellular data</string> |
| 678 | <!-- QuickSettings: Cellular detail panel, data usage title [CHAR LIMIT=NONE] --> |
| 679 | <string name="quick_settings_cellular_detail_data_usage">Data usage</string> |
John Spurlock | 5e9049a | 2014-07-08 23:40:46 -0400 | [diff] [blame] | 680 | <!-- QuickSettings: Cellular detail panel, remaining data title [CHAR LIMIT=NONE] --> |
| 681 | <string name="quick_settings_cellular_detail_remaining_data">Remaining data</string> |
| 682 | <!-- QuickSettings: Cellular detail panel, over limit title [CHAR LIMIT=NONE] --> |
John Spurlock | beaf117 | 2014-11-24 12:25:32 -0500 | [diff] [blame] | 683 | <string name="quick_settings_cellular_detail_over_limit">Over limit</string> |
John Spurlock | 5e9049a | 2014-07-08 23:40:46 -0400 | [diff] [blame] | 684 | <!-- QuickSettings: Cellular detail panel, data used format string [CHAR LIMIT=NONE] --> |
| 685 | <string name="quick_settings_cellular_detail_data_used"><xliff:g id="data_used" example="2.0 GB">%s</xliff:g> used</string> |
| 686 | <!-- QuickSettings: Cellular detail panel, data limit format string [CHAR LIMIT=NONE] --> |
| 687 | <string name="quick_settings_cellular_detail_data_limit"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> limit</string> |
John Spurlock | d11a19b | 2014-07-13 16:07:57 -0400 | [diff] [blame] | 688 | <!-- QuickSettings: Cellular detail panel, data warning format string [CHAR LIMIT=NONE] --> |
| 689 | <string name="quick_settings_cellular_detail_data_warning"><xliff:g id="data_limit" example="2.0 GB">%s</xliff:g> warning</string> |
Daniel Sandler | b17a726 | 2012-10-05 14:32:50 -0400 | [diff] [blame] | 690 | |
Winson Chung | 303e1ff | 2014-03-07 15:06:19 -0800 | [diff] [blame] | 691 | <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] --> |
Winson Chung | 27b97fa | 2014-08-08 13:04:53 -0700 | [diff] [blame] | 692 | <string name="recents_empty_message">Your recent screens appear here</string> |
Winson Chung | 9f9679d | 2014-04-11 16:49:09 -0700 | [diff] [blame] | 693 | <!-- Recents: The info panel app info button string. [CHAR LIMIT=NONE] --> |
| 694 | <string name="recents_app_info_button_label">Application Info</string> |
Jason Monk | 61f9c34 | 2014-10-22 16:45:47 -0400 | [diff] [blame] | 695 | <!-- Recents: The screen pinning button. [CHAR LIMIT=NONE] --> |
| 696 | <string name="recents_lock_to_app_button_label">screen pinning</string> |
Winson Chung | ecd9b30 | 2014-04-16 17:07:18 -0700 | [diff] [blame] | 697 | <!-- Recents: Temporary string for the button in the recents search bar. [CHAR LIMIT=NONE] --> |
| 698 | <string name="recents_search_bar_label">search</string> |
Winson Chung | 4e96eb7 | 2014-09-17 15:16:09 +0200 | [diff] [blame] | 699 | <!-- Recents: Launch error string. [CHAR LIMIT=NONE] --> |
| 700 | <string name="recents_launch_error_message">Could not start <xliff:g id="app" example="Calendar">%s</xliff:g>.</string> |
Winson Chung | 6ac8bd6 | 2015-01-07 16:38:35 -0800 | [diff] [blame] | 701 | <!-- Recents: Dismiss all button. [CHAR LIMIT=NONE] --> |
| 702 | <string name="recents_dismiss_all_message">Dismiss all applications</string> |
Daniel Sandler | dfaf3bd | 2013-04-12 01:39:02 -0400 | [diff] [blame] | 703 | |
Winson Chung | d16c565 | 2015-01-26 16:11:07 -0800 | [diff] [blame] | 704 | <!-- Recents: MultiStack add stack split horizontal radio button. [CHAR LIMIT=NONE] --> |
| 705 | <string name="recents_multistack_add_stack_dialog_split_horizontal">Split Horizontal</string> |
| 706 | <!-- Recents: MultiStack add stack split vertical radio button. [CHAR LIMIT=NONE] --> |
| 707 | <string name="recents_multistack_add_stack_dialog_split_vertical">Split Vertical</string> |
| 708 | <!-- Recents: MultiStack add stack split custom radio button. [CHAR LIMIT=NONE] --> |
| 709 | <string name="recents_multistack_add_stack_dialog_split_custom">Split Custom</string> |
| 710 | |
Adrian Roos | 59a6127 | 2014-06-06 19:07:24 +0200 | [diff] [blame] | 711 | <!-- Expanded Status Bar Header: Battery Charged [CHAR LIMIT=40] --> |
| 712 | <string name="expanded_header_battery_charged">Charged</string> |
| 713 | |
| 714 | <!-- Expanded Status Bar Header: Charging, no known time [CHAR LIMIT=40] --> |
| 715 | <string name="expanded_header_battery_charging">Charging</string> |
| 716 | |
| 717 | <!-- Expanded Status Bar Header: Charging, showing time left until charged [CHAR LIMIT=40] --> |
| 718 | <string name="expanded_header_battery_charging_with_time"><xliff:g id="charging_time" example="2 hrs 25 min">%s</xliff:g> until full</string> |
| 719 | |
| 720 | <!-- Expanded Status Bar Header: Not charging [CHAR LIMIT=40] --> |
| 721 | <string name="expanded_header_battery_not_charging">Not charging</string> |
| 722 | |
Daniel Sandler | dfaf3bd | 2013-04-12 01:39:02 -0400 | [diff] [blame] | 723 | <!-- Glyph to be overlaid atop the battery when the level is extremely low. Do not translate. --> |
| 724 | <string name="battery_meter_very_low_overlay_symbol">!</string> |
Geoffrey Borggaard | 348fc48 | 2013-08-08 14:32:39 -0400 | [diff] [blame] | 725 | |
| 726 | <!-- Shows up when there is a user SSL CA Cert installed on the |
Maggie Benthall | 68881e4 | 2013-09-17 19:23:59 -0400 | [diff] [blame] | 727 | device. Indicates to the user that SSL traffic can be intercepted. |
| 728 | If the text fits on one line (~14 chars), it should start with a |
| 729 | linebreak to position it correctly. [CHAR LIMIT=45] --> |
| 730 | <string name="ssl_ca_cert_warning">Network may\nbe monitored</string> |
Maggie Benthall | 0469f41 | 2013-09-05 15:30:26 -0400 | [diff] [blame] | 731 | |
John Spurlock | 74d2480 | 2013-12-02 17:14:51 -0500 | [diff] [blame] | 732 | <!-- Description of the unlock target in the Slide unlock screen. [CHAR LIMIT=NONE] --> |
| 733 | <string name="description_target_search">Search</string> |
| 734 | <!-- Description of the up direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] --> |
| 735 | <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> |
| 736 | <!-- Description of the left direction in which one can to slide the handle in the Slide unlock screen. [CHAR LIMIT=NONE] --> |
| 737 | <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> |
John Spurlock | bf20eab | 2014-04-09 16:40:39 -0400 | [diff] [blame] | 738 | |
John Spurlock | f55b7f2 | 2015-04-13 19:21:26 -0400 | [diff] [blame] | 739 | <!-- Zen mode: Priority only introduction message on first use --> |
John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 740 | <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 Spurlock | f55b7f2 | 2015-04-13 19:21:26 -0400 | [diff] [blame] | 741 | |
| 742 | <!-- Zen mode: Priority only customization button label --> |
| 743 | <string name="zen_priority_customize_button">Customize</string> |
| 744 | |
John Spurlock | cbd7a31 | 2015-06-21 10:46:28 -0400 | [diff] [blame] | 745 | <!-- Zen mode: Total silence introduction message on first use (voice capable devices) --> |
| 746 | <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> |
| 747 | |
| 748 | <!-- Zen mode: Total silence introduction message on first use (non-voice capable devices) --> |
| 749 | <string name="zen_silence_introduction">This blocks ALL sounds and vibrations, including from alarms, music, videos, and games.</string> |
John Spurlock | 89f060a | 2014-07-16 21:03:15 -0400 | [diff] [blame] | 750 | |
Jorim Jaggi | b741f05 | 2014-06-03 19:57:26 +0200 | [diff] [blame] | 751 | <!-- Text for overflow card on Keyguard when there is not enough space for all notifications on Keyguard. [CHAR LIMIT=1] --> |
| 752 | <string name="keyguard_more_overflow_text">+<xliff:g id="number_of_notifications" example="5">%d</xliff:g></string> |
Jorim Jaggi | e70d31f | 2014-04-24 22:08:30 +0200 | [diff] [blame] | 753 | |
Selim Cinek | c27437b | 2014-05-14 10:23:33 +0200 | [diff] [blame] | 754 | <!-- An explanation for the visual speed bump in the notifications, which will appear when you click on it. [CHAR LIMIT=50] --> |
| 755 | <string name="speed_bump_explanation">Less urgent notifications below</string> |
| 756 | |
Jorim Jaggi | e70d31f | 2014-04-24 22:08:30 +0200 | [diff] [blame] | 757 | <!-- 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 Jaggi | 57647c1 | 2014-08-14 14:32:52 +0200 | [diff] [blame] | 758 | <string name="notification_tap_again">Touch again to open</string> |
Jorim Jaggi | e70d31f | 2014-04-24 22:08:30 +0200 | [diff] [blame] | 759 | |
| 760 | <!-- Shows when people have pressed the unlock icon to explain how to unlock. [CHAR LIMIT=60] --> |
| 761 | <string name="keyguard_unlock">Swipe up to unlock</string> |
John Spurlock | 9ba2ffd | 2014-05-19 12:32:19 -0400 | [diff] [blame] | 762 | |
Selim Cinek | e70d653 | 2015-04-24 16:46:13 -0700 | [diff] [blame] | 763 | <!-- Shows when people have clicked on the phone icon [CHAR LIMIT=60] --> |
| 764 | <string name="phone_hint">Swipe from icon for phone</string> |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 765 | |
Selim Cinek | e70d653 | 2015-04-24 16:46:13 -0700 | [diff] [blame] | 766 | <!-- Shows when people have clicked on the voice assist icon [CHAR LIMIT=60] --> |
| 767 | <string name="voice_hint">Swipe from icon for voice assist</string> |
| 768 | |
| 769 | <!-- Shows when people have clicked on the camera icon [CHAR LIMIT=60] --> |
| 770 | <string name="camera_hint">Swipe from icon for camera</string> |
Jorim Jaggi | b3f0a2f | 2014-06-02 19:29:39 +0200 | [diff] [blame] | 771 | |
John Spurlock | bd1abe6 | 2015-06-10 17:18:38 -0400 | [diff] [blame] | 772 | <!-- Accessibility content description for Interruption level: None. [CHAR LIMIT=NONE] --> |
| 773 | <string name="interruption_level_none_with_warning">Total silence. This will also silence screen readers.</string> |
| 774 | |
John Spurlock | f6ed724 | 2015-04-30 14:29:33 -0400 | [diff] [blame] | 775 | <!-- Interruption level: None. [CHAR LIMIT=40] --> |
John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 776 | <string name="interruption_level_none">Total silence</string> |
John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 777 | |
John Spurlock | f6ed724 | 2015-04-30 14:29:33 -0400 | [diff] [blame] | 778 | <!-- Interruption level: Priority. [CHAR LIMIT=40] --> |
John Spurlock | f88d808 | 2015-03-25 18:09:51 -0400 | [diff] [blame] | 779 | <string name="interruption_level_priority">Priority only</string> |
John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 780 | |
John Spurlock | f6ed724 | 2015-04-30 14:29:33 -0400 | [diff] [blame] | 781 | <!-- Interruption level: Alarms only. [CHAR LIMIT=40] --> |
John Spurlock | 4f1163c | 2015-04-02 17:41:21 -0400 | [diff] [blame] | 782 | <string name="interruption_level_alarms">Alarms only</string> |
| 783 | |
John Spurlock | f6ed724 | 2015-04-30 14:29:33 -0400 | [diff] [blame] | 784 | <!-- Interruption level: None. Optimized for narrow two-line display. [CHAR LIMIT=40] --> |
John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 785 | <string name="interruption_level_none_twoline">Total\nsilence</string> |
John Spurlock | 4f1163c | 2015-04-02 17:41:21 -0400 | [diff] [blame] | 786 | |
John Spurlock | f6ed724 | 2015-04-30 14:29:33 -0400 | [diff] [blame] | 787 | <!-- Interruption level: Priority. Optimized for narrow two-line display. [CHAR LIMIT=40] --> |
John Spurlock | 4f1163c | 2015-04-02 17:41:21 -0400 | [diff] [blame] | 788 | <string name="interruption_level_priority_twoline">Priority\nonly</string> |
| 789 | |
John Spurlock | f6ed724 | 2015-04-30 14:29:33 -0400 | [diff] [blame] | 790 | <!-- Interruption level: Alarms only. Optimized for narrow two-line display. [CHAR LIMIT=40] --> |
John Spurlock | 4f1163c | 2015-04-02 17:41:21 -0400 | [diff] [blame] | 791 | <string name="interruption_level_alarms_twoline">Alarms\nonly</string> |
| 792 | |
Adrian Roos | 12c1ef5 | 2014-06-04 13:54:08 +0200 | [diff] [blame] | 793 | <!-- Indication on the keyguard that is shown when the device is charging. [CHAR LIMIT=40]--> |
| 794 | <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> |
| 795 | |
Amith Yamasani | 1e9c218 | 2014-06-11 17:25:51 -0700 | [diff] [blame] | 796 | <!-- Related to user switcher --><skip/> |
Adrian Roos | ccdff62 | 2014-08-06 00:07:18 +0200 | [diff] [blame] | 797 | |
Adrian Roos | 1de02ee | 2014-08-12 15:10:19 +0200 | [diff] [blame] | 798 | <!-- Accessibility label for the button that opens the user switcher. --> |
| 799 | <string name="accessibility_multi_user_switch_switcher">Switch user</string> |
| 800 | |
Adrian Roos | 57cf570 | 2014-09-03 15:56:30 +0200 | [diff] [blame] | 801 | <!-- Accessibility label for the button that opens the user switcher and announces the current user. --> |
| 802 | <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> |
| 803 | |
Adrian Roos | ffc9097 | 2015-06-09 18:09:49 -0700 | [diff] [blame] | 804 | <!-- Accessibility label for the user icon on the lock screen. --> |
| 805 | <string name="accessibility_multi_user_switch_inactive">Current user <xliff:g id="current_user_name" example="John Doe">%s</xliff:g></string> |
| 806 | |
Adrian Roos | 1de02ee | 2014-08-12 15:10:19 +0200 | [diff] [blame] | 807 | <!-- Accessibility label for the button that opens the quick contact of the user. --> |
| 808 | <string name="accessibility_multi_user_switch_quick_contact">Show profile</string> |
| 809 | |
Adrian Roos | ccdff62 | 2014-08-06 00:07:18 +0200 | [diff] [blame] | 810 | <!-- Label for the adding a new user in the user switcher [CHAR LIMIT=35] --> |
| 811 | <string name="user_add_user">Add user</string> |
| 812 | |
| 813 | <!-- Name for a freshly added user [CHAR LIMIT=30] --> |
| 814 | <string name="user_new_user_name">New user</string> |
| 815 | |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 816 | <!-- Name for the guest user [CHAR LIMIT=35] --> |
Amith Yamasani | 1e9c218 | 2014-06-11 17:25:51 -0700 | [diff] [blame] | 817 | <string name="guest_nickname">Guest</string> |
| 818 | |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 819 | <!-- Label for adding a new guest in the user switcher [CHAR LIMIT=35] --> |
Adrian Roos | bc0a9fe | 2014-08-11 20:36:01 +0200 | [diff] [blame] | 820 | <string name="guest_new_guest">Add guest</string> |
Amith Yamasani | 1e9c218 | 2014-06-11 17:25:51 -0700 | [diff] [blame] | 821 | |
Adrian Roos | 8d2a4e2 | 2014-08-13 19:16:34 +0200 | [diff] [blame] | 822 | <!-- Label for exiting and removing the guest session in the user switcher [CHAR LIMIT=35] --> |
| 823 | <string name="guest_exit_guest">Remove guest</string> |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 824 | |
| 825 | <!-- Title of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] --> |
Amith Yamasani | e5b274a | 2014-08-18 07:57:56 -0700 | [diff] [blame] | 826 | <string name="guest_exit_guest_dialog_title">Remove guest?</string> |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 827 | |
| 828 | <!-- Message of the confirmation dialog when exiting guest session [CHAR LIMIT=NONE] --> |
Amith Yamasani | e5b274a | 2014-08-18 07:57:56 -0700 | [diff] [blame] | 829 | <string name="guest_exit_guest_dialog_message">All apps and data in this session will be deleted.</string> |
| 830 | |
| 831 | <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] --> |
| 832 | <string name="guest_exit_guest_dialog_remove">Remove</string> |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 833 | |
| 834 | <!-- Title of the notification when resuming an existing guest session [CHAR LIMIT=NONE] --> |
| 835 | <string name="guest_wipe_session_title">Welcome back, guest!</string> |
| 836 | |
| 837 | <!-- Message of the notification when resuming an existing guest session [CHAR LIMIT=NONE] --> |
Amith Yamasani | d1e2cc3 | 2014-08-15 17:23:45 -0700 | [diff] [blame] | 838 | <string name="guest_wipe_session_message">Do you want to continue your session?</string> |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 839 | |
| 840 | <!-- Notification when resuming an existing guest session: Action that starts a new session [CHAR LIMIT=35] --> |
Amith Yamasani | d1e2cc3 | 2014-08-15 17:23:45 -0700 | [diff] [blame] | 841 | <string name="guest_wipe_session_wipe">Start over</string> |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 842 | |
| 843 | <!-- Notification when resuming an existing guest session: Action that continues with the current session [CHAR LIMIT=35] --> |
Amith Yamasani | d1e2cc3 | 2014-08-15 17:23:45 -0700 | [diff] [blame] | 844 | <string name="guest_wipe_session_dontwipe">Yes, continue</string> |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 845 | |
Fyodor Kupolov | f4d6ad2 | 2015-04-13 11:52:18 -0700 | [diff] [blame] | 846 | <!-- Title of the notification shown to a new guest user [CHAR LIMIT=60] --> |
| 847 | <string name="guest_notification_title">Guest user</string> |
| 848 | |
| 849 | <!-- Text of the notification shown to a new guest user [CHAR LIMIT=60] --> |
Fyodor Kupolov | 7b4ce6a | 2015-06-10 15:33:40 -0700 | [diff] [blame] | 850 | <string name="guest_notification_text">To delete apps and data, remove guest user</string> |
Fyodor Kupolov | f4d6ad2 | 2015-04-13 11:52:18 -0700 | [diff] [blame] | 851 | |
| 852 | <!-- Remove action in the notification shown to a new guest user [CHAR LIMIT=30] --> |
| 853 | <string name="guest_notification_remove_action">REMOVE GUEST</string> |
| 854 | |
Adrian Roos | 0c6763a | 2014-09-08 19:11:00 +0200 | [diff] [blame] | 855 | <!-- Title for add user confirmation dialog [CHAR LIMIT=30] --> |
| 856 | <string name="user_add_user_title" msgid="2108112641783146007">Add new user?</string> |
| 857 | |
| 858 | <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] --> |
| 859 | <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> |
| 860 | |
Adrian Roos | 5005244 | 2014-07-17 23:35:18 +0200 | [diff] [blame] | 861 | |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 862 | <!-- Battery saver notification title. [CHAR LIMIT=60]--> |
| 863 | <string name="battery_saver_notification_title">Battery saver is on</string> |
| 864 | |
| 865 | <!-- Battery saver notification text. [CHAR LIMIT=60] --> |
John Spurlock | 1bb480a | 2014-08-02 17:12:43 -0400 | [diff] [blame] | 866 | <string name="battery_saver_notification_text">Reduces performance and background data</string> |
John Spurlock | 3332ba5 | 2014-03-10 17:44:07 -0400 | [diff] [blame] | 867 | |
| 868 | <!-- Battery saver notification action text. [CHAR LIMIT=60] --> |
John Spurlock | 1bb480a | 2014-08-02 17:12:43 -0400 | [diff] [blame] | 869 | <string name="battery_saver_notification_action_text">Turn off battery saver</string> |
Jorim Jaggi | 853b070 | 2014-07-05 04:31:14 +0200 | [diff] [blame] | 870 | |
Dan Sandler | 18bb4f9 | 2014-07-14 16:48:27 -0400 | [diff] [blame] | 871 | <!-- Text shown in place of notification contents when the notification is hidden on a secure lockscreen --> |
| 872 | <string name="notification_hidden_text">Contents hidden</string> |
Michael Wright | c39d47a | 2014-07-08 18:07:36 -0700 | [diff] [blame] | 873 | |
Michael Wright | c39d47a | 2014-07-08 18:07:36 -0700 | [diff] [blame] | 874 | <!-- Media projection permission dialog warning text. [CHAR LIMIT=NONE] --> |
| 875 | <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> |
| 876 | |
| 877 | <!-- Media projection permission dialog permanent grant check box. [CHAR LIMIT=NONE] --> |
| 878 | <string name="media_projection_remember_text">Don\'t show again</string> |
| 879 | |
Dan Sandler | eceda3d | 2014-07-21 15:35:01 -0400 | [diff] [blame] | 880 | <!-- The text to clear all notifications. [CHAR LIMIT=60] --> |
| 881 | <string name="clear_all_notifications_text">Clear all</string> |
| 882 | |
Michael Wright | c39d47a | 2014-07-08 18:07:36 -0700 | [diff] [blame] | 883 | <!-- Media projection permission dialog action text. [CHAR LIMIT=60] --> |
| 884 | <string name="media_projection_action_text">Start now</string> |
Jorim Jaggi | ab3d017 | 2014-07-26 01:24:52 +0200 | [diff] [blame] | 885 | |
| 886 | <!-- Text which is shown in the notification shade when there are no notifications. [CHAR LIMIT=30] --> |
| 887 | <string name="empty_shade_text">No notifications</string> |
Jason Monk | 3d5f551 | 2014-07-25 11:17:28 -0400 | [diff] [blame] | 888 | |
| 889 | <!-- Footer device owned text [CHAR LIMIT=50] --> |
| 890 | <string name="device_owned_footer">Device may be monitored</string> |
| 891 | |
Selim Cinek | 24ac55e | 2014-08-27 12:51:45 +0200 | [diff] [blame] | 892 | <!-- Footer profile owned text [CHAR LIMIT=50] --> |
| 893 | <string name="profile_owned_footer">Profile may be monitored</string> |
| 894 | |
Jason Monk | 3d5f551 | 2014-07-25 11:17:28 -0400 | [diff] [blame] | 895 | <!-- Footer vpn present text [CHAR LIMIT=50] --> |
| 896 | <string name="vpn_footer">Network may be monitored</string> |
| 897 | |
| 898 | <!-- Monitoring dialog title for device owned devices [CHAR LIMIT=35] --> |
| 899 | <string name="monitoring_title_device_owned">Device monitoring</string> |
| 900 | |
Selim Cinek | 24ac55e | 2014-08-27 12:51:45 +0200 | [diff] [blame] | 901 | <!-- Monitoring dialog title for profile owned devices [CHAR LIMIT=35] --> |
| 902 | <string name="monitoring_title_profile_owned">Profile monitoring</string> |
| 903 | |
Jason Monk | 3d5f551 | 2014-07-25 11:17:28 -0400 | [diff] [blame] | 904 | <!-- Monitoring dialog title for normal devices [CHAR LIMIT=35]--> |
| 905 | <string name="monitoring_title">Network monitoring</string> |
| 906 | |
Jeff Davidson | 0554260 | 2014-08-11 14:07:27 -0700 | [diff] [blame] | 907 | <!-- Monitoring dialog disable vpn button [CHAR LIMIT=30] --> |
| 908 | <string name="disable_vpn">Disable VPN</string> |
Jason Monk | 3d5f551 | 2014-07-25 11:17:28 -0400 | [diff] [blame] | 909 | |
| 910 | <!-- Monitoring dialog disconnect vpn button [CHAR LIMIT=30] --> |
| 911 | <string name="disconnect_vpn">Disconnect VPN</string> |
| 912 | |
Selim Cinek | 1aca1d4 | 2014-09-30 19:47:33 +0200 | [diff] [blame] | 913 | <!-- Monitoring dialog device owner body text [CHAR LIMIT=400] --> |
Robin Lee | 9cb1d5f | 2015-04-16 17:01:49 +0100 | [diff] [blame] | 914 | <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 Monk | 3d5f551 | 2014-07-25 11:17:28 -0400 | [diff] [blame] | 915 | |
Robin Lee | 9cb1d5f | 2015-04-16 17:01:49 +0100 | [diff] [blame] | 916 | <!-- Monitoring dialog VPN text [CHAR LIMIT=400] --> |
Sudheer Shanka | 5b1a21a3 | 2015-06-09 14:19:07 +0100 | [diff] [blame] | 917 | <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 Cinek | 24ac55e | 2014-08-27 12:51:45 +0200 | [diff] [blame] | 918 | |
Robin Lee | 9cb1d5f | 2015-04-16 17:01:49 +0100 | [diff] [blame] | 919 | <!-- Monitoring dialog VPN with device owner text [CHAR LIMIT=400] --> |
| 920 | <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 Cinek | 24ac55e | 2014-08-27 12:51:45 +0200 | [diff] [blame] | 921 | |
Robin Lee | 9cb1d5f | 2015-04-16 17:01:49 +0100 | [diff] [blame] | 922 | <!-- Monitoring dialog VPN with profile owner text [CHAR LIMIT=400] --> |
Robin Lee | ef25597 | 2015-04-29 17:15:49 +0100 | [diff] [blame] | 923 | <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 Cinek | 24ac55e | 2014-08-27 12:51:45 +0200 | [diff] [blame] | 924 | |
Robin Lee | ef25597 | 2015-04-29 17:15:49 +0100 | [diff] [blame] | 925 | <!-- Name for a generic legacy VPN connection [CHAR LIMIT=20] --> |
| 926 | <string name="legacy_vpn_name">VPN</string> |
| 927 | |
| 928 | <!-- Monitoring dialog text for single app (no profile or device owner) [CHAR LIMIT=400] --> |
Sudheer Shanka | 5b1a21a3 | 2015-06-09 14:19:07 +0100 | [diff] [blame] | 929 | <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 Lee | ef25597 | 2015-04-29 17:15:49 +0100 | [diff] [blame] | 930 | |
| 931 | <!-- Monitoring dialog text for single app (inside personal profile) [CHAR LIMIT=400] --> |
Sudheer Shanka | 5b1a21a3 | 2015-06-09 14:19:07 +0100 | [diff] [blame] | 932 | <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 Lee | ef25597 | 2015-04-29 17:15:49 +0100 | [diff] [blame] | 933 | |
| 934 | <!-- Monitoring dialog text for single app (inside work profile) [CHAR LIMIT=400] --> |
Sudheer Shanka | 5b1a21a3 | 2015-06-09 14:19:07 +0100 | [diff] [blame] | 935 | <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 Lee | ef25597 | 2015-04-29 17:15:49 +0100 | [diff] [blame] | 936 | |
| 937 | <!-- Monitoring dialog text for multiple apps (in personal and work profiles) [CHAR LIMIT=400] --> |
Sudheer Shanka | 5b1a21a3 | 2015-06-09 14:19:07 +0100 | [diff] [blame] | 938 | <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 Lee | ef25597 | 2015-04-29 17:15:49 +0100 | [diff] [blame] | 939 | |
| 940 | <!-- Monitoring dialog text for single app (with device owner) [CHAR LIMIT=400] --> |
| 941 | <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 Cinek | 24ac55e | 2014-08-27 12:51:45 +0200 | [diff] [blame] | 942 | |
Adrian Roos | 4ebcdfd | 2014-08-12 23:33:49 +0200 | [diff] [blame] | 943 | <!-- Indication on the keyguard that appears when the user disables trust agents until the next time they unlock manually. [CHAR LIMIT=NONE] --> |
| 944 | <string name="keyguard_indication_trust_disabled">Device will stay locked until you manually unlock</string> |
| 945 | |
Chris Wren | cd8f4f7 | 2014-08-27 18:48:13 -0400 | [diff] [blame] | 946 | <!-- Title of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=40] --> |
| 947 | <string name="hidden_notifications_title">Get notifications faster</string> |
| 948 | |
| 949 | <!-- Body of notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=60] --> |
| 950 | <string name="hidden_notifications_text">See them before you unlock</string> |
| 951 | |
Chris Wren | 0eba732 | 2014-09-25 13:38:39 -0400 | [diff] [blame] | 952 | <!-- Cancel action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] --> |
Chris Wren | cd8f4f7 | 2014-08-27 18:48:13 -0400 | [diff] [blame] | 953 | <string name="hidden_notifications_cancel">No thanks</string> |
| 954 | |
Chris Wren | 0eba732 | 2014-09-25 13:38:39 -0400 | [diff] [blame] | 955 | <!-- continue action for notification educating the user about enabling notifications on the lockscreen. [CHAR LIMIT=20] --> |
Chris Wren | cd8f4f7 | 2014-08-27 18:48:13 -0400 | [diff] [blame] | 956 | <string name="hidden_notifications_setup">Set up</string> |
| 957 | |
Selim Cinek | b5605e5 | 2015-02-20 18:21:41 +0100 | [diff] [blame] | 958 | <!-- Text for the button to expand the notifications to show notification children [CHAR LIMIT=20] --> |
| 959 | <string name="notification_expand_button_text">See all</string> |
| 960 | |
| 961 | <!-- Text for the button to expand the notifications to hide notification children [CHAR LIMIT=20] --> |
| 962 | <string name="notification_collapse_button_text">Hide all</string> |
| 963 | |
John Spurlock | a0457c2 | 2014-09-26 13:22:08 -0400 | [diff] [blame] | 964 | <!-- 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] --> |
| 965 | <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 Monk | 18f99d9 | 2014-09-11 13:36:42 -0400 | [diff] [blame] | 966 | |
John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 967 | <!-- Button label for ending zen mode in the volume dialog --> |
| 968 | <string name="volume_zen_end_now">End now</string> |
| 969 | |
John Spurlock | 5adeabc | 2015-05-05 14:50:43 -0400 | [diff] [blame] | 970 | <!-- Content description for accessibility (not shown on the screen): volume dialog expand button. [CHAR LIMIT=NONE] --> |
| 971 | <string name="accessibility_volume_expand">Expand</string> |
| 972 | |
| 973 | <!-- Content description for accessibility (not shown on the screen): volume dialog collapse button. [CHAR LIMIT=NONE] --> |
| 974 | <string name="accessibility_volume_collapse">Collapse</string> |
| 975 | |
Jason Monk | 18f99d9 | 2014-09-11 13:36:42 -0400 | [diff] [blame] | 976 | <!-- Screen pinning dialog title. --> |
| 977 | <string name="screen_pinning_title">Screen is pinned</string> |
| 978 | <!-- Screen pinning dialog description. --> |
| 979 | <string name="screen_pinning_description">This keeps it in view until you unpin. Touch and hold Back and Overview at the same time to unpin.</string> |
| 980 | <!-- Screen pinning dialog description when in accessibility mode. --> |
| 981 | <string name="screen_pinning_description_accessible">This keeps it in view until you unpin. Touch and hold Overview to unpin.</string> |
| 982 | <!-- Screen pinning positive response. --> |
| 983 | <string name="screen_pinning_positive">Got it</string> |
| 984 | <!-- Screen pinning negative response. --> |
| 985 | <string name="screen_pinning_negative">No thanks</string> |
| 986 | |
John Spurlock | c247b8f | 2014-11-06 23:06:25 -0500 | [diff] [blame] | 987 | <!-- Hide quick settings tile confirmation title --> |
| 988 | <string name="quick_settings_reset_confirmation_title">Hide <xliff:g id="tile_label" example="Hotspot">%1$s</xliff:g>?</string> |
| 989 | |
| 990 | <!-- Hide quick settings tile confirmation message --> |
| 991 | <string name="quick_settings_reset_confirmation_message">It will reappear the next time you turn it on in settings.</string> |
| 992 | |
| 993 | <!-- Hide quick settings tile confirmation button --> |
| 994 | <string name="quick_settings_reset_confirmation_button">Hide</string> |
John Spurlock | cdb57ae | 2015-02-11 19:04:11 -0500 | [diff] [blame] | 995 | |
| 996 | <!-- VolumeUI activation dialog: warning message --> |
| 997 | <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> |
| 998 | |
| 999 | <!-- VolumeUI activation dialog: allow button label --> |
| 1000 | <string name="volumeui_prompt_allow">Allow</string> |
| 1001 | |
| 1002 | <!-- VolumeUI activation dialog: deny button label --> |
| 1003 | <string name="volumeui_prompt_deny">Deny</string> |
| 1004 | |
| 1005 | <!-- VolumeUI restoration notification: title --> |
| 1006 | <string name="volumeui_notification_title"><xliff:g id="app_name" example="Volume Prototype 1">%1$s</xliff:g> is the volume dialog</string> |
| 1007 | |
| 1008 | <!-- VolumeUI restoration notification: text --> |
| 1009 | <string name="volumeui_notification_text">Touch to restore the original.</string> |
John Spurlock | f88d808 | 2015-03-25 18:09:51 -0400 | [diff] [blame] | 1010 | |
Kenny Guy | dae30d5 | 2015-04-01 19:11:35 +0100 | [diff] [blame] | 1011 | <!-- Toast shown when user unlocks screen and managed profile activity is in the foreground --> |
Kenny Guy | 540f7d2 | 2015-06-08 20:24:23 +0100 | [diff] [blame] | 1012 | <string name="managed_profile_foreground_toast">You\'re using your work profile</string> |
John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 1013 | |
| 1014 | <string-array name="volume_stream_titles" translatable="false"> |
| 1015 | <item>Voice calls</item> <!-- STREAM_VOICE_CALL --> |
| 1016 | <item>System</item> <!-- STREAM_SYSTEM --> |
| 1017 | <item>Notifications</item> <!-- STREAM_RING --> |
| 1018 | <item>Media</item> <!-- STREAM_MUSIC --> |
| 1019 | <item>Alarms</item> <!-- STREAM_ALARM --> |
| 1020 | <item></item> <!-- STREAM_NOTIFICATION --> |
| 1021 | <item>Bluetooth calls</item> <!-- STREAM_BLUETOOTH_SCO --> |
| 1022 | <item></item> <!-- STREAM_SYSTEM_ENFORCED --> |
| 1023 | <item></item> <!-- STREAM_DTMF --> |
| 1024 | <item></item> <!-- STREAM_TTS --> |
| 1025 | </string-array> |
| 1026 | |
| 1027 | <string name="volume_stream_muted" translatable="false">%s silent</string> |
| 1028 | <string name="volume_stream_vibrate" translatable="false">%s vibrate</string> |
| 1029 | <string name="volume_stream_suppressed" translatable="false">%1$s silent — %2$s</string> |
| 1030 | <string name="volume_stream_muted_dnd" translatable="false">%s silent — Total silence</string> |
| 1031 | <string name="volume_stream_limited_dnd" translatable="false">%s — Priority only</string> |
| 1032 | <string name="volume_stream_vibrate_dnd" translatable="false">%s vibrate — Priority only</string> |
Jason Monk | 295a337 | 2015-05-11 16:57:15 -0400 | [diff] [blame] | 1033 | |
| 1034 | <!-- Name of special SystemUI debug settings --> |
Jason Monk | 431ad73 | 2015-07-16 08:58:15 -0400 | [diff] [blame] | 1035 | <string name="system_ui_tuner">System UI Tuner</string> |
Jason Monk | 11a7744 | 2015-05-12 19:29:02 -0400 | [diff] [blame] | 1036 | |
John Spurlock | f40d08f | 2015-05-29 10:48:22 -0400 | [diff] [blame] | 1037 | <!-- Preference to show/hide embedded battery percentage [CHAR LIMIT=50] --> |
| 1038 | <string name="show_battery_percentage">Show embedded battery percentage</string> |
| 1039 | |
| 1040 | <!-- Summary for battery percentage preference [CHAR LIMIT=NONE] --> |
| 1041 | <string name="show_battery_percentage_summary">Show battery level percentage inside the status bar icon when not charging</string> |
| 1042 | |
Jason Monk | 11a7744 | 2015-05-12 19:29:02 -0400 | [diff] [blame] | 1043 | <!-- Name of quick settings --> |
| 1044 | <string name="quick_settings">Quick Settings</string> |
| 1045 | |
Jason Monk | 3b23007 | 2015-05-29 11:11:29 -0400 | [diff] [blame] | 1046 | <!-- Name of status bar --> |
| 1047 | <string name="status_bar">Status bar</string> |
| 1048 | |
Jason Monk | 16ada3d | 2015-06-07 09:58:30 -0400 | [diff] [blame] | 1049 | <!-- Name of demo mode (mode with preset icons for screenshots) --> |
| 1050 | <string name="demo_mode">Demo mode</string> |
| 1051 | |
| 1052 | <!-- Enable demo mode --> |
| 1053 | <string name="enable_demo_mode">Enable demo mode</string> |
| 1054 | |
| 1055 | <!-- Show demo mode icons --> |
| 1056 | <string name="show_demo_mode">Show demo mode</string> |
| 1057 | |
Jason Monk | 3b23007 | 2015-05-29 11:11:29 -0400 | [diff] [blame] | 1058 | <!-- Name of the ethernet status bar icon. --> |
| 1059 | <string name="status_bar_ethernet">Ethernet</string> |
| 1060 | |
| 1061 | <!-- Name of the alarm status bar icon. --> |
| 1062 | <string name="status_bar_alarm">Alarm</string> |
| 1063 | |
| 1064 | <!-- Name of the work status bar icon. --> |
| 1065 | <string name="status_bar_work">Work profile</string> |
| 1066 | |
| 1067 | <!-- Name of the airplane status bar icon. --> |
| 1068 | <string name="status_bar_airplane">Airplane mode</string> |
| 1069 | |
Jason Monk | 11a7744 | 2015-05-12 19:29:02 -0400 | [diff] [blame] | 1070 | <!-- Description for adding a quick settings tile --> |
| 1071 | <string name="add_tile">Add tile</string> |
| 1072 | |
| 1073 | <!-- Name of a quick settings tile controlled by broadcast --> |
| 1074 | <string name="broadcast_tile">Broadcast Tile</string> |
Dan Sandler | 696f6a3 | 2015-05-15 15:08:34 -0400 | [diff] [blame] | 1075 | |
| 1076 | <!-- For preview release. DO NOT TRANSLATE --> |
| 1077 | <string name="regrettable_lack_of_easter_egg"> |
| 1078 | ¯\\_(ツ)_/¯ |
| 1079 | </string> |
John Spurlock | 8be53ea | 2015-05-29 12:04:21 -0400 | [diff] [blame] | 1080 | |
| 1081 | <!-- Warning text when an alarm might be silenced by Do Not Disturb [CHAR LIMIT=NONE] --> |
| 1082 | <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> |
| 1083 | |
| 1084 | <!-- Warning text when an alarm might be silenced by Do Not Disturb due to a time-based condition [CHAR LIMIT=NONE] --> |
| 1085 | <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> |
| 1086 | |
| 1087 | <!-- Alarm template for near alarms [CHAR LIMIT=25] --> |
| 1088 | <string name="alarm_template">at <xliff:g id="when" example="7:00 AM">%1$s</xliff:g></string> |
| 1089 | |
| 1090 | <!-- Alarm template for far alarms [CHAR LIMIT=25] --> |
| 1091 | <string name="alarm_template_far">on <xliff:g id="when" example="Fri 7:00 AM">%1$s</xliff:g></string> |
| 1092 | |
Jason Monk | 17b70a5 | 2015-06-09 13:40:05 -0400 | [diff] [blame] | 1093 | <!-- Accessibility label for Quick Settings detail screens [CHAR LIMIT=NONE] --> |
| 1094 | <string name="accessibility_quick_settings_detail">Quick Settings, <xliff:g id="title" example="Wi-Fi">%s</xliff:g>.</string> |
| 1095 | |
Jason Monk | 08187a4 | 2015-06-09 14:33:51 -0400 | [diff] [blame] | 1096 | <!-- Accessibility label for hotspot icon [CHAR LIMIT=NONE] --> |
| 1097 | <string name="accessibility_status_bar_hotspot">Hotspot</string> |
| 1098 | |
Adrian Roos | 1b5eb97 | 2015-06-11 18:22:52 -0700 | [diff] [blame] | 1099 | <!-- Accessibility label for managed profile icon (not shown on screen) [CHAR LIMIT=NONE] --> |
| 1100 | <string name="accessibility_managed_profile">Work profile</string> |
| 1101 | |
Jason Monk | 431ad73 | 2015-07-16 08:58:15 -0400 | [diff] [blame] | 1102 | <!-- Title of warning when entering System UI tuner for first time [CHAR LIMIT=NONE] --> |
| 1103 | <string name="tuner_warning_title">Fun for some but not for all</string> |
| 1104 | |
| 1105 | <!-- Warning for users entering the System UI tuner for the first time [CHAR LIMIT=NONE]--> |
| 1106 | <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> |
| 1107 | |
| 1108 | <!-- Warning for users entering the System UI tuner [CHAR LIMIT=NONE]--> |
| 1109 | <string name="tuner_persistent_warning">These experimental features may change, break, or disappear in future releases. Proceed with caution.</string> |
| 1110 | |
| 1111 | <!-- Generic "got it" acceptance of dialog or cling [CHAR LIMIT=NONE] --> |
| 1112 | <string name="got_it">Got it</string> |
| 1113 | |
| 1114 | <!-- Toast describing tuner has been enabled [CHAR LIMIT=NONE] --> |
| 1115 | <string name="tuner_toast">Congrats! System UI Tuner has been added to Settings</string> |
| 1116 | |
| 1117 | <!-- Option to remove the tuner from settings [CHAR LIMIT=NONE] --> |
| 1118 | <string name="remove_from_settings">Remove from Settings</string> |
| 1119 | |
| 1120 | <!-- Dialog asking if the tuner should really be removed from settings [CHAR LIMIT=NONE]--> |
| 1121 | <string name="remove_from_settings_prompt">Remove System UI Tuner from Settings and stop using all of its features?"</string> |
| 1122 | |
Joe Onorato | 2314aab | 2010-04-08 16:41:23 -0500 | [diff] [blame] | 1123 | </resources> |