blob: 7ad8f8ea449783f7607583be28d5d6444760ae04 [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Jim Miller00d24762009-12-22 19:04:57 -08007
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08008 http://www.apache.org/licenses/LICENSE-2.0
Jim Miller00d24762009-12-22 19:04:57 -08009
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080016<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Michael Chane1089ad2009-09-26 06:16:17 -070017 <!-- Strings for Dialog yes button -->
18 <string name="yes">"Yes"</string>
19
20 <!-- Strings for Dialog no button -->
21 <string name="no">"No"</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080022
Michael Jurkac9029d92012-04-20 01:47:44 -070023 <!-- Strings for Dialog create button -->
24 <string name="create">Create</string>
25
Jake Hamby95c10032012-06-11 17:04:14 -070026 <!-- Strings for Dialog allow button -->
27 <string name="allow">Allow</string>
28
29 <!-- Strings for Dialog deny button -->
30 <string name="deny">Deny</string>
31
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080032 <!-- Device Info --> <skip />
33 <!-- Device Info screen. Used for a status item's value when the proper value is not known -->
34 <string name="device_info_default">Unknown</string>
Dianne Hackborncaefa9b2012-10-10 15:05:42 -070035 <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
Evan Charlton673130b2012-11-07 16:18:17 -080036 <plurals name="show_dev_countdown">
37 <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from being a developer.</item>
38 <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from being a developer.</item>
39 </plurals>
Dianne Hackborncaefa9b2012-10-10 15:05:42 -070040 <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
41 <string name="show_dev_on">You are now a developer!</string>
42 <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
43 <string name="show_dev_already">No need, you are already a developer.</string>
Russell Brenner56a166e2012-10-19 18:55:14 -070044
Gilles Debunnee78c1872011-06-20 15:00:07 -070045 <!-- Category headings in left-pane header menu --> <skip />
46 <!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] -->
47 <string name="header_category_wireless_networks">WIRELESS &amp; NETWORKS</string>
48 <!-- Settings main menu category heading. Device (Sound, display, battery, applications...). [CHAR LIMIT=40] -->
49 <string name="header_category_device">DEVICE</string>
50 <!-- Settings main menu category heading. Personal (Accounts, security, language, backup...). [CHAR LIMIT=40] -->
51 <string name="header_category_personal">PERSONAL</string>
52 <!-- Settings main menu category heading. System (Updates, data, accessibility, about phone). [CHAR LIMIT=40] -->
53 <string name="header_category_system">SYSTEM</string>
54
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080055 <!-- Phone info -->
56 <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
57 <string name="turn_on_radio">Turn on radio</string>
58 <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
59 <string name="turn_off_radio">Turn off radio</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080060
Wink Saville382a75b2011-09-22 15:17:00 -070061 <!-- Phone SMS over IMS on. Only shown in diagnostic screen, so precise translation is not needed. -->
62 <string name="sms_over_ims_on">Turn on SMS over IMS</string>
63 <!-- Phone SMS over IMS off. Only shown in diagnostic screen, so precise translation is not needed. -->
64 <string name="sms_over_ims_off">Turn off SMS over IMS</string>
65
66 <!-- Phone SMS over IMS IMS registration required on. Only shown in diagnostic screen, so precise translation is not needed. -->
Wink Saville1e596f32011-09-19 14:24:39 -070067 <string name="ims_reg_required_on">Turn on IMS registration required</string>
68 <!-- Phone IMS registration required off. Only shown in diagnostic screen, so precise translation is not needed. -->
69 <string name="ims_reg_required_off">Turn off IMS registration required</string>
70
Wink Saville426fc662011-09-25 14:39:02 -070071 <!-- Phone ram dump on. Only shown in diagnostic screen, so precise translation is not needed. -->
72 <string name="lte_ram_dump_on">Turn on lte ram dump</string>
73 <!-- Phone ram dump off. Only shown in diagnostic screen, so precise translation is not needed. -->
74 <string name="lte_ram_dump_off">Turn off lte ram dump</string>
75
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080076 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
77 <string name="radioInfo_menu_viewADN">View SIM address book</string>
78 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
79 <string name="radioInfo_menu_viewFDN">View Fixed Dialing Numbers</string>
80 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
81 <string name="radioInfo_menu_viewSDN">View Service Dialing Numbers</string>
82 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
83 <string name="radioInfo_menu_getPDP">Get PDP list</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080084
85 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
86 <string name="radioInfo_service_in">In service</string>
87 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
88 <string name="radioInfo_service_out">Out of service</string>
89 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
90 <string name="radioInfo_service_emergency">Emergency calls only</string>
91 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
92 <string name="radioInfo_service_off">Radio off</string>
93
94 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
95 <string name="radioInfo_roaming_in">Roaming</string>
96 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
97 <string name="radioInfo_roaming_not">Not roaming</string>
98
99 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
100 <string name="radioInfo_phone_idle">Idle</string>
101 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
102 <string name="radioInfo_phone_ringing">Ringing</string>
103 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
104 <string name="radioInfo_phone_offhook">Call in progress</string>
105
106 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
107 <string name="radioInfo_data_disconnected">Disconnected</string>
108 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
109 <string name="radioInfo_data_connecting">Connecting</string>
110 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
111 <string name="radioInfo_data_connected">Connected</string>
112 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
113 <string name="radioInfo_data_suspended">Suspended</string>
114
115 <!-- Used for diagnostic info screens, precise translation isn't needed -->
116 <string name="radioInfo_unknown">unknown</string>
117 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
118 <string name="radioInfo_display_packets">pkts</string>
119 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
120 <string name="radioInfo_display_bytes">bytes</string>
121 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
122 <string name="radioInfo_display_dbm">dBm</string>
123 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
124 <string name="radioInfo_display_asu">asu</string>
125 <!-- Used for diagnostic info screens, precise translation isn't needed -->
126 <string name="radioInfo_lac">LAC</string>
127 <!-- Used for diagnostic info screens, precise translation isn't needed -->
128 <string name="radioInfo_cid">CID</string>
129
Eric Fischer5698a752010-09-28 16:35:31 -0700130 <!-- Used for diagnostic info screens, precise translation isn't needed. Unmounts the SD card from the phone, meaning it will become available for an attached computer [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -0700131 <string name="sdcard_unmount" product="nosdcard">Unmount USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800132 <!-- Used for diagnostic info screens, precise translation isn't needed. Unmounts the SD card from the phone, meaning it will become available for an attached computer -->
Eric Fischer5698a752010-09-28 16:35:31 -0700133 <string name="sdcard_unmount" product="default">Unmount SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800134
Eric Fischer5698a752010-09-28 16:35:31 -0700135 <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted [CHAR LIMIT=25] -->
Roy West8abc40b2010-10-17 09:19:34 -0700136 <string name="sdcard_format" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800137 <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted -->
Roy West8abc40b2010-10-17 09:19:34 -0700138 <string name="sdcard_format" product="default">Erase SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800139
140 <!-- choice for the font size spinner -->
141 <string name="small_font">Small</string>
142 <!-- choice for the font size spinner -->
143 <string name="medium_font">Medium</string>
144 <!-- choice for the font size spinner -->
145 <string name="large_font">Large</string>
146
147 <!-- Do not translate. label for font size preview. Does not need to be translated. -->
148 <string name="font_size_preview_text">Servez à ce monsieur une bière et des kiwis.</string>
149 <!-- Button. Chosen when they want to save the chosen text size. -->
150 <string name="font_size_save">OK</string>
151
Eric Fischer5698a752010-09-28 16:35:31 -0700152 <!-- Title for a notification shown. [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -0700153 <string name="sdcard_setting" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800154 <!-- Title for a notification shown. -->
Eric Fischer5698a752010-09-28 16:35:31 -0700155 <string name="sdcard_setting" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800156
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800157 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
158 <string name="battery_info_status_label">Battery status:</string>
159 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
Dianne Hackborn9281c922009-09-26 12:44:02 -0700160 <string name="battery_info_power_label">Power plug:</string>
161 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800162 <string name="battery_info_scale_label">Battery scale:</string>
163 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
164 <string name="battery_info_level_label">Battery level:</string>
165 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
166 <string name="battery_info_health_label">Battery health:</string>
167 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
168 <string name="battery_info_technology_label">Battery technology:</string>
169 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
170 <string name="battery_info_voltage_label">Battery voltage:</string>
171 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
172 <string name="battery_info_voltage_units">mV</string>
173 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
174 <string name="battery_info_temperature_label">Battery temperature:</string>
175 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
176 <string name="battery_info_temperature_units">\u00B0 C</string>
177 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
178 <string name="battery_info_uptime">Time since boot:</string>
179 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
180 <string name="battery_info_awake_battery">Awake time on battery:</string>
181 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
182 <string name="battery_info_awake_plugged">Awake time when charging:</string>
183 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
184 <string name="battery_info_screen_on">Screen ON time:</string>
Jim Miller00d24762009-12-22 19:04:57 -0800185
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800186 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
187 <string name="battery_info_status_unknown">Unknown</string>
188 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
189 <string name="battery_info_status_charging">Charging</string>
190 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
191 <string name="battery_info_status_charging_ac">(AC)</string>
192 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
193 <string name="battery_info_status_charging_usb">(USB)</string>
Brian Muramatsu0bd54a62012-08-14 15:13:16 -0700194 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
195 <string name="battery_info_status_charging_wireless">(wireless)</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800196 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
Brian Muramatsu0bd54a62012-08-14 15:13:16 -0700197 <string name="battery_info_status_discharging">Not charging</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800198 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
199 <string name="battery_info_status_not_charging">Not charging</string>
200 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
201 <string name="battery_info_status_full">Full</string>
202
Dianne Hackborn9281c922009-09-26 12:44:02 -0700203 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
204 <string name="battery_info_power_unplugged">Unplugged</string>
205 <string name="battery_info_power_ac">AC</string>
206 <string name="battery_info_power_usb">USB</string>
Brian Muramatsu0bd54a62012-08-14 15:13:16 -0700207 <string name="battery_info_power_wireless">wireless</string>
Dianne Hackborn9281c922009-09-26 12:44:02 -0700208 <string name="battery_info_power_ac_usb">AC+USB</string>
209 <string name="battery_info_power_unknown">Unknown</string>
Jim Miller00d24762009-12-22 19:04:57 -0800210
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800211 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
212 <string name="battery_info_health_unknown">Unknown</string>
213 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
214 <string name="battery_info_health_good">Good</string>
215 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
216 <string name="battery_info_health_overheat">Overheat</string>
217 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
218 <string name="battery_info_health_dead">Dead</string>
219 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
220 <string name="battery_info_health_over_voltage">Over voltage</string>
221 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
222 <string name="battery_info_health_unspecified_failure">Unknown error</string>
Imre Sunyi52414662010-09-20 18:02:28 +0200223 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
224 <string name="battery_info_health_cold">Cold</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800225
226 <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
227 <string name="bluetooth">Bluetooth</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700228 <!-- Bluetooth settings screen, summary after selecting Discoverable check box [CHAR LIMIT=50] -->
Wei Wang17d21242014-02-27 16:28:34 -0800229 <string name="bluetooth_is_discoverable">Visible to all nearby Bluetooth devices (<xliff:g id="discoverable_time_period">%1$s</xliff:g>)</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700230 <!-- Bluetooth settings screen, summary when Discoverable duration is set to "forever" [CHAR LIMIT=50] -->
Wei Wang17d21242014-02-27 16:28:34 -0800231 <string name="bluetooth_is_discoverable_always">Visible to all nearby Bluetooth devices</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700232 <!-- Bluetooth settings screen, summary text when not discoverable and no paired devices [CHAR LIMIT=50] -->
Wei Wang17d21242014-02-27 16:28:34 -0800233 <string name="bluetooth_not_visible_to_other_devices">Not visible to other Bluetooth devices</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700234 <!-- Bluetooth settings screen, summary text when not discoverable with paired devices [CHAR LIMIT=50] -->
Wei Wang17d21242014-02-27 16:28:34 -0800235 <string name="bluetooth_only_visible_to_paired_devices">Only visible to paired devices</string>
Chris Wren1b0489c2011-02-01 15:09:13 -0800236 <!-- Bluetooth settings screen, option name to pick discoverability timeout duration (a list dialog comes up) -->
Jake Hambyca9812a2011-07-12 11:05:46 -0700237 <string name="bluetooth_visibility_timeout">Visibility timeout</string>
Martin Hibdoncc8733d2010-03-04 17:46:22 -0800238 <!-- Bluetooth settings screen, check box label whether or not to allow
239 bluetooth voice dialing when lock screen is up-->
240 <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string>
241 <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
Martin Hibdonb15f8cf2010-03-04 18:04:52 -0800242 <string name="bluetooth_lock_voice_dialing_summary">
Martin Hibdoncc8733d2010-03-04 17:46:22 -0800243 Prevent use of the bluetooth dialer when the screen is locked
244 </string>
Chris Wren1b0489c2011-02-01 15:09:13 -0800245 <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800246 <string name="bluetooth_devices">Bluetooth devices</string>
247 <!-- Bluetooth settings screen, title for the current bluetooth name setting -->
248 <string name="bluetooth_device_name">Device name</string>
alanv0aa7c4f2012-05-21 17:55:19 -0700249 <!-- Bluetooth settings screen, image description for device details button. This opens the screen to rename, unpair, etc. a single device. -->
250 <string name="bluetooth_device_details">Device settings</string>
251 <!-- Bluetooth settings screen, image description for profile of a device details button. -->
252 <string name="bluetooth_profile_details">Profile settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800253 <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) -->
254 <string name="bluetooth_name_not_set">No name set, using account name</string>
255 <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
256 <string name="bluetooth_scan_for_devices">Scan for devices</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700257 <!-- Bluetooth settings screen, menu item to change this device's Bluetooth name. [CHAR LIMIT=30] -->
258 <string name="bluetooth_rename_device" product="tablet">Rename tablet</string>
259 <!-- Bluetooth settings screen, menu item to change this device's Bluetooth name. [CHAR LIMIT=30] -->
260 <string name="bluetooth_rename_device" product="default">Rename phone</string>
261 <!-- Bluetooth settings screen, confirmation button for rename device dialog. [CHAR LIMIT=20] -->
262 <string name="bluetooth_rename_button">Rename</string>
263 <!-- Bluetooth settings. Dialog title to confirm disconnecting from all profiles of a device. [CHAR LIMIT=30] -->
264 <string name="bluetooth_disconnect_title">Disconnect?</string>
265 <!-- Bluetooth settings. Message for disconnecting from all profiles of a bluetooth device. [CHAR LIMIT=NONE] -->
266 <string name="bluetooth_disconnect_all_profiles">This will end your connection with:&lt;br>&lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b></string>
Jake Hamby79be0b32011-08-01 16:36:35 -0700267
Wei Wang5cc44ae2013-11-12 17:27:03 -0800268 <!-- Bluetooth broadcasting settings, option to enable/disable broadcasting -->
269 <string name="bluetooth_broadcasting">Broadcasting</string>
Jake Hamby79be0b32011-08-01 16:36:35 -0700270 <!-- Bluetooth settings. Dialog title to disable a single profile of a device. [CHAR LIMIT=40] -->
271 <string name="bluetooth_disable_profile_title">Disable profile?</string>
272 <!-- Bluetooth settings. Message for disabling a profile of a bluetooth device. [CHAR LIMIT=NONE] -->
273 <string name="bluetooth_disable_profile_message">This will disable:&lt;br>&lt;b><xliff:g id="profile_name">%1$s</xliff:g>&lt;/b>&lt;br>&lt;br>From:&lt;br>&lt;b><xliff:g id="device_name">%2$s</xliff:g>&lt;/b></string>
274
275 <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800276 <string name="bluetooth_connected">Connected</string>
Jake Hamby79be0b32011-08-01 16:36:35 -0700277 <!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] -->
278 <string name="bluetooth_connected_no_headset">Connected (no phone)</string>
279 <!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] -->
280 <string name="bluetooth_connected_no_a2dp">Connected (no media)</string>
Kim Schulz5d2595f2013-08-22 10:59:09 +0200281 <!-- Bluetooth settings. Message when connected to a device, except for map. [CHAR LIMIT=40] -->
282 <string name="bluetooth_connected_no_map">Connected (no message access)</string>
Jake Hamby79be0b32011-08-01 16:36:35 -0700283 <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] -->
284 <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800285 <!-- Bluetooth settings. Message when a device is disconnected -->
286 <string name="bluetooth_disconnected">Disconnected</string>
287 <!-- Bluetooth settings. Message when disconnecting from a device -->
288 <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
289 <!-- Bluetooth settings. Message when connecting to a device -->
290 <string name="bluetooth_connecting">Connecting\u2026</string>
291 <!-- Bluetooth settings. Message when the device state is unknown -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700292 <string name="bluetooth_unknown" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800293 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
294 <string name="bluetooth_pairing">Pairing\u2026</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700295 <!--Bluetooth settings screen, summary text for Bluetooth device with no name -->
296 <string name="bluetooth_device">Unnamed Bluetooth device</string>
Eric Fischerb11b9ab2012-04-18 15:24:57 -0700297 <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
298 <string name="progress_scanning">Searching</string>
Gilles Debunne94161362011-06-30 15:44:05 -0700299 <!--Bluetooth settings screen, text that appears when scanning for devices is finished and no nearby bluetooth device was found [CHAR LIMIT=40]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700300 <string name="bluetooth_no_devices_found">No nearby Bluetooth devices were found.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800301 <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
302 <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
303 <!-- Notification title when a Bluetooth device wants to pair with us -->
304 <string name="bluetooth_notif_title">Pairing request</string>
305 <!-- Notification message when a Bluetooth device wants to pair with us -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800306 <string name="bluetooth_notif_message">Touch to pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700307 <!-- Bluetooth settings screen, menu to show the list of received files [CHAR LIMIT=30] -->
308 <string name="bluetooth_show_received_files">Show received files</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800309
Yue Lixina41e2f92009-07-09 16:48:52 +0800310 <!-- Strings for BluetoothDevicePicker -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800311 <string name="device_picker">Bluetooth device chooser</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800312
Jake Hamby6e8644b2012-11-29 15:06:20 -0800313 <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
314 <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
315
Michael Chane1089ad2009-09-26 06:16:17 -0700316 <!-- Strings for asking to the user whether to allow an app to enable bluetooth -->
Jake Hamby95c10032012-06-11 17:04:14 -0700317 <string name="bluetooth_ask_enablement">An app wants to turn on Bluetooth.</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700318
319 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700320 <string name="bluetooth_ask_discovery" product="tablet">An app wants to make your tablet visible to other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string>
Eric Fischerc9904f02010-11-01 16:54:51 -0700321 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700322 <string name="bluetooth_ask_discovery" product="default">An app wants to make your phone visible to other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700323
Chris Wren1b0489c2011-02-01 15:09:13 -0800324 <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700325 <string name="bluetooth_ask_lasting_discovery" product="tablet">An app wants to make your tablet visible to other Bluetooth devices. You can change this later in Bluetooth settings.</string>
326 <string name="bluetooth_ask_lasting_discovery" product="default">An app wants to make your phone visible to other Bluetooth devices. You can change this later in Bluetooth settings.</string>
Chris Wren1b0489c2011-02-01 15:09:13 -0800327
Wei Wangeb56b9c2013-11-19 01:32:10 -0800328 <!-- Strings for asking to the user whether to allow an app to start broadcasting -->
329 <string name="bluetooth_ask_start_broadcast" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth broadcasting to communicate with other devices nearby. You can change this later in Bluetooth settings.</string>
330 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and start broadcasting -->
Wei Wangaa6e6652014-01-16 14:09:14 -0800331 <string name="bluetooth_ask_enablement_and_start_broadcast" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth and Bluetooth broadcasting to communicate with other devices nearby. You can change this later in Bluetooth settings.</string>
Wei Wangeb56b9c2013-11-19 01:32:10 -0800332 <!-- Strings for bluetooth broadcasting explanation -->
333 <string name="bluetooth_broadcasting_explaination" product="default">When this feature is turned on, your phone can communicate with other devices nearby.\n\nBroadcasting uses low-power Bluetooth signals.</string>
Wei Wang17d21242014-02-27 16:28:34 -0800334
335 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
336 <string name="bluetooth_ask_enablement_and_discovery" product="tablet">An app wants to turn on Bluetooth and make your tablet visible to other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string>
337 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
338 <string name="bluetooth_ask_enablement_and_discovery" product="default">An app wants to turn on Bluetooth and make your phone visible to other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds.</string>
339
340 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
341 <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet">An app wants to turn on Bluetooth and make your tablet visible to other devices. You can change this later in Bluetooth settings.</string>
342 <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default">An app wants to turn on Bluetooth and make your phone visible to other devices. You can change this later in Bluetooth settings.</string>
343
Jake Hamby49cfe8a2011-07-19 20:03:25 -0700344 <!-- Strings for msg to display to user while bluetooth is turning on [CHAR LIMIT=60] -->
Gilles Debunne18e99922011-06-30 12:00:28 -0700345 <string name="bluetooth_turning_on">"Turning Bluetooth on\u2026"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700346
Jake Hamby49cfe8a2011-07-19 20:03:25 -0700347 <!-- Strings for msg to display to user while bluetooth is turning off [CHAR LIMIT=60] -->
348 <string name="bluetooth_turning_off">"Turning Bluetooth off\u2026"</string>
349
Jake Hamby39ef2252010-12-16 18:33:28 -0800350 <!-- Strings for device profile auto connect setting -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700351 <string name="bluetooth_auto_connect">Auto-connect</string>
Jake Hamby39ef2252010-12-16 18:33:28 -0800352
Jaikumar Ganesh0f443292011-06-20 12:21:14 -0700353 <!-- Activity label of BluetoothPermissionActivity [CHAR LIMIT=none]-->
354 <string name="bluetooth_connection_permission_request">"Bluetooth connection request"</string>
355
356 <!-- Notification message when a remote Bluetooth device wants to connect to a Bluetooth profile [CHAR LIMIT=none]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700357 <string name="bluetooth_connection_notif_message">"Touch to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022."</string>
Jaikumar Ganesh0f443292011-06-20 12:21:14 -0700358
359 <!-- Bluetooth connection permission Alert Activity text [CHAR LIMIT=none]-->
Adam Powell382b8be2011-06-22 21:09:31 -0700360 <string name="bluetooth_connection_dialog_text">"Do you want to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022?"</string>
Jaikumar Ganesh0f443292011-06-20 12:21:14 -0700361
Matthew Xiedbed1202011-06-27 18:21:25 -0700362 <!-- Activity label of BluetoothPbPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
Kim Schulz5d2595f2013-08-22 10:59:09 +0200363 <string name="bluetooth_phonebook_request">"Phone book access request"</string>
Matthew Xiedbed1202011-06-27 18:21:25 -0700364
365 <!-- Bluetooth phone book permission Alert Activity text [CHAR LIMIT=none] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800366 <string name="bluetooth_pb_acceptance_dialog_text">%1$s wants to access your contacts and call history. Give access to %2$s?</string>
Matthew Xiedbed1202011-06-27 18:21:25 -0700367
368 <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] -->
Matthew Xie5b5b1e32013-07-18 17:16:27 -0700369 <string name="bluetooth_remember_choice">Don\'t ask again</string>
370 <!--FIXME SHOULD BE REMOVED AND ALL LANG VERSIONS FIXED TO ABOVE NAME -->
Matthew Xieb7072552011-08-08 20:29:18 -0700371 <string name="bluetooth_pb_remember_choice">Don\'t ask again</string>
Matthew Xiedbed1202011-06-27 18:21:25 -0700372
Matthew Xie5b5b1e32013-07-18 17:16:27 -0700373 <!-- Activity label of BluetoothMessagePermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
Kim Schulz5d2595f2013-08-22 10:59:09 +0200374 <string name="bluetooth_map_request">"Message access request"</string>
Matthew Xie5b5b1e32013-07-18 17:16:27 -0700375
376 <!-- Bluetooth message permission Alert Activity text [CHAR LIMIT=none] -->
377 <string name="bluetooth_map_acceptance_dialog_text">%1$s wants to access your messages. Give access to %2$s?</string>
378
379
380
381
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800382 <!-- Date & time settings screen title -->
383 <string name="date_and_time">Date &amp; time settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800384 <!-- The title of the activity to pick a time zone. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700385 <string name="choose_timezone">Choose time zone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800386 <!-- Do not translate. Used as the value for a setting. -->
387 <string name="default_date_format"><xliff:g id="default_date_format">MM/dd/yyyy</xliff:g></string>
388
Eric Fischer188ca772009-06-11 18:16:15 -0700389 <!-- The option in the date-format picker for using the normal format
390 called for by the user's locale. -->
Claudia de Veaux805ae372011-08-09 18:23:26 -0700391 <string name="normal_date_format">Regional (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string>
Eric Fischer188ca772009-06-11 18:16:15 -0700392
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800393 <!-- Label of preview text when tweaking font size -->
394 <string name="display_preview_label">Preview:</string>
395 <!-- Label for chosen font size -->
396 <string name="display_font_size_label">Font size:</string>
397
398 <!-- Used for diagnostic screens, precise translation is not necessary -->
399 <string name="intent_sender_data_label"><xliff:g id="data">Data:</xliff:g></string>
400 <!-- Used for diagnostic screens, precise translation is not necessary -->
401 <string name="intent_sender_sendbroadcast_text">Send <xliff:g id="broadcast">broadcast</xliff:g></string>
402 <!-- Used for diagnostic screens, precise translation is not necessary -->
403 <string name="intent_sender_action_label"><xliff:g id="action">Action</xliff:g>:</string>
404 <!-- Used for diagnostic screens, precise translation is not necessary -->
405 <string name="intent_sender_startactivity_text">Start <xliff:g id="activity">activity</xliff:g></string>
406 <!-- Used for diagnostic screens, precise translation is not necessary -->
407 <string name="intent_sender_resource_label"><xliff:g id="resource">Resource</xliff:g>: </string>
408 <!-- Used for diagnostic screens, precise translation is not necessary -->
409 <string name="intent_sender_account_label">Account: </string>
410
Oscar Montemayor05411892010-08-03 16:56:09 -0700411 <!-- HTTP proxy settings title -->
David Braun4e9f04d2013-09-16 13:45:42 -0700412 <string name="proxy_settings_title">Proxy</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800413 <!-- HTTP proxy settings. Button to clear the proxy box. -->
414 <string name="proxy_clear_text">Clear</string>
415 <!-- HTTP proxy settings. The port number label. -->
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800416 <string name="proxy_port_label">Proxy port</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -0800417 <!-- HTTP proxy settings. The hint text field for port. -->
418 <string name="proxy_port_hint" translatable="false">8080</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700419 <!-- HTTP proxy settings. The exclusion list label. -->
Irfan Sheriff086147c2011-03-01 15:01:42 -0800420 <string name="proxy_exclusionlist_label">Bypass proxy for</string>
421 <!-- HTTP proxy settings. The hint text for proxy exclusion list. [CHAR LIMIT=50]-->
422 <string name="proxy_exclusionlist_hint">example.com,mycomp.test.com,localhost</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800423 <!-- HTTP proxy settings. The button to restore the defaults. -->
424 <string name="proxy_defaultView_text">Restore defaults</string>
425 <!-- HTTP proxy settings. The button to save. -->
Oscar Montemayor05411892010-08-03 16:56:09 -0700426 <string name="proxy_action_text">Done</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800427 <!-- HTTP proxy settings. The text field for the hostname -->
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800428 <string name="proxy_hostname_label">Proxy hostname</string>
Irfan Sheriff086147c2011-03-01 15:01:42 -0800429 <!-- HTTP proxy settings. The hint text field for the hostname. [CHAR LIMIT=50] -->
430 <string name="proxy_hostname_hint">proxy.example.com</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800431 <!-- HTTP proxy settings. Title if there is an error-->
432 <string name="proxy_error">Attention</string>
433 <!-- HTTP proxy settings. Button to get rid of error box-->
434 <string name="proxy_error_dismiss">OK</string>
435 <!-- HTTP proxy settings. The error if the hostname is not valid -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700436 <string name="proxy_error_invalid_host">The hostname you typed isn\'t valid.</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700437 <!-- HTTP proxy settings. The error if the exclusion list is not valid -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700438 <string name="proxy_error_invalid_exclusion_list">The exclusion list you typed isn\'t properly formatted. Type a comma-separated list of excluded domains.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800439 <!-- HTTP proxy settings. Error msg -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700440 <string name="proxy_error_empty_port">You need to complete the port field.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800441 <!-- HTTP proxy settings. Error msg -->
442 <string name="proxy_error_empty_host_set_port">The port field must be empty if the host field is empty.</string>
443 <!-- HTTP proxy settings. Error msg -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700444 <string name="proxy_error_invalid_port">The port you typed isn\'t valid.</string>
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800445 <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700446 <string name="proxy_warning_limited_support">The HTTP proxy is used by the browser but may not be used by the other apps.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800447
Jason Monk070f3562013-11-05 11:54:48 -0500448 <!-- HTTP proxy settings. Title for Proxy-Auto Config URL. [CHAR LIMIT=NONE]-->
449 <string name="proxy_url">"PAC URL: "</string>
450
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800451 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
452 <string name="radio_info_signal_location_label">Location:</string>
453 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
454 <string name="radio_info_neighboring_location_label">Neighboring CID:</string>
455 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
Wink Saville79bff2a2012-06-01 14:37:21 -0700456 <string name="radio_info_cellinfo_label">CellInfo:</string>
457 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800458 <string name="radio_info_data_attempts_label">Data attempts:</string>
459 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
Wink Savillef9e02412009-04-02 01:37:03 -0700460
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800461 <string name="radio_info_gprs_service_label">GPRS service:</string>
462 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
463 <string name="radio_info_roaming_label">Roaming:</string>
464 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
465 <string name="radio_info_imei_label">IMEI:</string>
466 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
467 <string name="radio_info_call_redirect_label">Call redirect:</string>
468 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
469 <string name="radio_info_ppp_resets_label">Number of PPP reset since boot:</string>
470 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
471 <string name="radio_info_gsm_disconnects_label">GSM disconnects:</string>
472 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
473 <string name="radio_info_current_network_label">Current network:</string>
474 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
475 <string name="radio_info_data_successes_label">Data successes:</string>
476 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
477 <string name="radio_info_ppp_received_label">PPP received:</string>
478 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
479 <string name="radio_info_gsm_service_label">GSM service:</string>
480 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
481 <string name="radio_info_signal_strength_label">Signal strength:</string>
482 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
483 <string name="radio_info_call_status_label">Call status:</string>
484 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
485 <string name="radio_info_ppp_sent_label">PPP sent:</string>
486 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
487 <string name="radio_info_radio_resets_label">Radio resets:</string>
488 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
489 <string name="radio_info_message_waiting_label">Message waiting:</string>
490 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
491 <string name="radio_info_phone_number_label">Phone number:</string>
492 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
493 <string name="radio_info_band_mode_label">Select radio band</string>
494 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
495 <string name="radio_info_network_type_label">Network type:</string>
496 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
497 <string name="radio_info_set_perferred_label">Set preferred network type:</string>
498 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
499 <string name="radio_info_ping_ipaddr">Ping IpAddr:</string>
500 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
501 <string name="radio_info_ping_hostname">Ping Hostname(www.google.com):</string>
502 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
503 <string name="radio_info_http_client_test">HTTP Client test:</string>
504 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800505 <string name="ping_test_label">Run ping test</string>
506 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
507 <string name="radio_info_smsc_label">SMSC:</string>
508 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
509 <string name="radio_info_smsc_update_label">Update</string>
510 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
511 <string name="radio_info_smsc_refresh_label">Refresh</string>
512 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
513 <string name="radio_info_toggle_dns_check_label">Toggle DNS check</string>
Tammo Spalinka5f4c8f2009-10-15 20:08:58 +0800514 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
515 <string name="oem_radio_info_label">OEM-specific Info/Settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800516
517 <!-- Band Mode Selection -->
518 <!-- Band mode screen. Title of activity. -->
519 <string name="band_mode_title">Set GSM/UMTS band</string>
520 <!-- Band mode screen. Loading message. -->
521 <string name="band_mode_loading">Loading band list\u2026</string>
522 <!-- Band mode screen. Button caption to set the bandmode. -->
523 <string name="band_mode_set">Set</string>
524 <!-- Band mode screen. Status message when unsuccessful. -->
525 <string name="band_mode_failed">Unsuccessful</string>
526 <!-- Band mode screen. Statusm essage when successful. -->
527 <string name="band_mode_succeeded">Successful</string>
528
529 <!-- Instructions after the user changes the mass storage settings -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800530 <string name="sdcard_changes_instructions">Changes take effect when USB cable is reconnected.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800531 <!-- Enable USB mass storage mode checkbox title -->
532 <string name="sdcard_settings_screen_mass_storage_text">Enable USB mass storage</string>
533 <!-- The label for total bytes on SD card -->
534 <string name="sdcard_settings_total_bytes_label">Total bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700535 <!-- Message when there is no SD card present [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800536 <string name="sdcard_settings_not_present_status" product="nosdcard">USB storage not mounted.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800537 <!-- Message when there is no SD card present -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800538 <string name="sdcard_settings_not_present_status" product="default">No SD card.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800539 <!-- Th label for the available (free) sapce on the SD card -->
540 <string name="sdcard_settings_available_bytes_label">Available bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700541 <!-- Message when the SD card is being used by the computer as mass storage [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800542 <string name="sdcard_settings_mass_storage_status" product="nosdcard">USB storage is being used as a mass storage device.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800543 <!-- Message when the SD card is being used by the computer as mass storage -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800544 <string name="sdcard_settings_mass_storage_status" product="default">SD card is being used as a mass storage device.</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700545 <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800546 <string name="sdcard_settings_unmounted_status" product="nosdcard">It\'s now safe to remove the USB storage.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800547 <!-- Message when it is safe to remove the SD card -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800548 <string name="sdcard_settings_unmounted_status" product="default">It\'s now safe to remove the SD card.</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700549 <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700550 <string name="sdcard_settings_bad_removal_status" product="nosdcard">USB storage was removed while still in use!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800551 <!-- Error message when the SD card was removed without properly unmounting -->
Eric Fischer5698a752010-09-28 16:35:31 -0700552 <string name="sdcard_settings_bad_removal_status" product="default">SD card was removed while still in use!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800553 <!-- Label for used bytes on the SD card -->
554 <string name="sdcard_settings_used_bytes_label">Used bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700555 <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700556 <string name="sdcard_settings_scanning_status" product="nosdcard">Scanning USB storage for media\u2026</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800557 <!-- Message when it is scanning the SD card for new files -->
Eric Fischer5698a752010-09-28 16:35:31 -0700558 <string name="sdcard_settings_scanning_status" product="default">Scanning SD card for media\u2026</string>
559 <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800560 <string name="sdcard_settings_read_only_status" product="nosdcard">USB storage mounted read-only.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800561 <!-- Message when the SD card is mounted as read only -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800562 <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only.</string>
Daisuke Miyakawa71cc5482010-09-09 11:51:16 -0700563 <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen without storing the setting. [CHAR LIMIT=5] -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700564 <string name="skip_label">Skip</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800565 <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen. -->
566 <string name="next_label">Next</string>
567
568 <!-- LocalePicker -->
569 <!-- Title for the locale picker activity -->
Freeman Ng73f877a2010-04-16 17:43:32 -0700570 <string name="language_picker_title">Language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800571
572 <!-- The title of the dialog to pick an activity. This is shown when there are multiple activities that can do a particular action. For example, suppose you click on the "Share" menu item in the Browser. Since you can share the webpage URL via many communication methods, this dialog would come up with choices like "Email", "IM", etc. This is a generic message, and the previous example is a single possible scenario (so please don't assume it's for the browser or anything :) ). -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700573 <string name="activity_picker_label">Choose activity</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800574 <!-- Do not translate. -->
575 <string name="debug_intent_sender_label">Debug intent sender</string>
576 <!-- The title of the activity to see random device info. -->
577 <string name="device_info_label">Device info</string>
578 <!-- The title of the activity to see battery info. -->
579 <string name="battery_info_label">Battery info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800580 <!-- The title of the activity to adjust display settings -->
Amith Yamasani7456f672011-02-22 14:44:18 -0800581 <string name="display_label">Screen</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800582 <!-- The title of the activity to see phone info -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700583 <string name="phone_info_label" product="tablet">Tablet info</string>
584 <!-- The title of the activity to see phone info -->
585 <string name="phone_info_label" product="default">Phone info</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700586 <!-- The title of the activity to adjust SD card settings [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -0700587 <string name="sd_card_settings_label" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800588 <!-- The title of the activity to adjust SD card settings-->
Eric Fischer5698a752010-09-28 16:35:31 -0700589 <string name="sd_card_settings_label" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800590 <!-- The title of the activity to adjust proxy settings -->
591 <string name="proxy_settings_label">Proxy settings</string>
592
593 <!-- ======================================================================================= -->
594 <!-- NEW STUFF -->
595 <!-- ======================================================================================= -->
596
597 <!-- Button label for generic cancel action -->
598 <string name="cancel">Cancel</string>
599
Eric Fischer340c5c42010-10-01 11:45:47 -0700600 <!-- Title of the Settings activity shown within the application itself. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800601 <string name="settings_label">Settings</string>
Eric Fischer340c5c42010-10-01 11:45:47 -0700602 <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] -->
603 <string name="settings_label_launcher">Settings</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -0700604 <!-- Label for option to select a settings panel as a shortcut -->
Amith Yamasanic81c2572011-07-28 12:14:47 -0700605 <string name="settings_shortcut">Settings shortcut</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800606 <!-- Wireless controls settings screen, setting check box label -->
607 <string name="airplane_mode">Airplane mode</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -0700608 <!-- Main Settings screen settings title for things like airplane mode, tethering, NFC, VPN. This will take you to another screen with those settings. -->
609 <string name="radio_controls_title">More\u2026</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -0700610 <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
Amith Yamasanic9fdfa82010-12-14 14:38:16 -0800611 <string name="wireless_networks_settings_title">Wireless &amp; networks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800612 <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->
Russell Brenner6de99052013-02-01 10:57:49 -0800613 <string name="radio_controls_summary">Manage Wi\u2011Fi, Bluetooth, airplane mode, mobile networks, &amp; VPNs</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800614
Wink Savillef9e02412009-04-02 01:37:03 -0700615 <!-- mobile network settings screen, setting check box title -->
616 <string name="roaming">Data roaming</string>
617 <!-- mobile network settings screen, setting option summary text when check box is selected -->
618 <string name="roaming_enable">Connect to data services when roaming</string>
619 <!-- mobile network settings screen, setting option summary text when check box is clear -->
620 <string name="roaming_disable">Connect to data services when roaming</string>
621 <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box -->
622 <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string>
623 <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box -->
624 <string name="roaming_turn_it_on_button">Turn it on</string>
625 <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800626 <string name="roaming_warning">When you allow data roaming, you may incur significant roaming charges!</string>
Amith Yamasani9627a8e2012-09-23 12:54:14 -0700627 <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box. This is for multiuser tablets [CHAR LIMIT=none] -->
628 <string name="roaming_warning_multiuser" product="tablet">When you allow data roaming, you may incur significant roaming charges!\n\nThis setting affects all users on this tablet.</string>
629 <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box. This is for multiuser phones [CHAR LIMIT=none] -->
630 <string name="roaming_warning_multiuser" product="default">When you allow data roaming, you may incur significant roaming charges!\n\nThis setting affects all users on this phone.</string>
Wink Savillef9e02412009-04-02 01:37:03 -0700631 <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800632 <string name="roaming_reenable_title">Allow data roaming?</string>
Wink Savillef9e02412009-04-02 01:37:03 -0700633 <!-- mobile network settings screen, setting option name -->
634 <string name="networks">Operator selection</string>
635 <!-- mobile network settings screen, setting option summary text -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700636 <string name="sum_carrier_select">Choose a network operator</string>
Wink Savillef9e02412009-04-02 01:37:03 -0700637
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -0700638 <!-- Date and time settings --><skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800639 <!-- Main Settings screen setting option name to go into the date and time settings-->
640 <string name="date_and_time_settings_title">Date &amp; time</string>
Daisuke Miyakawaffe621f2011-01-16 11:01:29 -0800641 <!-- Title for Date & Time settings screen in SetupWizard [CHAR LIMIT=40] -->
Daisuke Miyakawaca2870f2011-01-20 16:02:07 -0800642 <string name="date_and_time_settings_title_setup_wizard">Set date and time</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800643 <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700644 <string name="date_and_time_settings_summary">Set date, time, time zone, &amp; formats</string>
Amith Yamasani1bb6db52010-09-17 13:34:47 -0700645 <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=25] -->
646 <string name="date_time_auto">Automatic date &amp; time</string>
647 <!-- Date & time setting screen setting option summary text when Automatic check box is selected
648 (that is, when date and time should be determined automatically) [CHAR LIMIT=100] -->
649 <string name="date_time_auto_summaryOn">Use network-provided time</string>
650 <!-- Date & time setting screen setting option summary text when Automatic check box is clear
651 [CHAR LIMIT=100] -->
652 <string name="date_time_auto_summaryOff">Use network-provided time</string>
653 <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=25] -->
654 <string name="zone_auto">Automatic time zone</string>
655 <!-- Date & time setting screen setting option summary text when Automatic time zone check box is selected (that is, when date and time should be determined automatically)
656 [CHAR LIMIT=100] -->
657 <string name="zone_auto_summaryOn">Use network-provided time zone</string>
658 <!-- Date & time setting screen setting option summary text when Automatic time zone check box is clear
659 [CHAR LIMIT=100] -->
660 <string name="zone_auto_summaryOff">Use network-provided time zone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800661 <!-- Date & time setting screen setting check box title -->
662 <string name="date_time_24hour">Use 24-hour format</string>
663 <!-- Date & time setting screen setting option title -->
664 <string name="date_time_set_time">Set time</string>
665 <!-- Date & time setting screen setting option title -->
666 <string name="date_time_set_timezone">Select time zone</string>
667 <!-- Date & time setting screen setting option title -->
668 <string name="date_time_set_date">Set date</string>
669 <!-- Date & time setting screen setting option title. This setting allows the user to choose how the date should be displayed in apps (what ordering for month and day, etc.) -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800670 <string name="date_time_date_format">Choose date format</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800671 <!-- Menu item on Select time zone screen -->
672 <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
673 <!-- Menu item on Select time zone screen -->
674 <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
Daisuke Miyakawa0688f252010-12-28 12:06:08 -0800675 <!-- Title string shown above DatePicker, letting a user select system date
676 [CHAR LIMIT=20] -->
677 <string name="date_picker_title">Date</string>
678 <!-- Title string shown above TimePicker, letting a user select system time
679 [CHAR LIMIT=20] -->
680 <string name="time_picker_title">Time</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800681
Jim Millerbbb4afa2010-04-08 19:40:19 -0700682 <!-- Security Settings --><skip />
683
Danielle Millett487b16f2011-11-02 11:12:21 -0400684 <!-- Security settings screen when using face unlock, setting option name to start an activity that allows the user to improve accuracy by adding additional enrollment faces -->
685 <string name="biometric_weak_improve_matching_title">Improve face matching</string>
Danielle Millett4a3e40d2012-06-06 13:54:11 -0400686<!-- On the security settings screen when using face unlock. This checkbox is used to toggle whether liveliness detection is required. If it is checked the user must blink during unlock to prove it's not a photo -->
Brian Colonnae06fb702012-06-01 16:37:06 -0400687 <string name="biometric_weak_liveliness_title">Liveness check</string>
Danielle Millett4a3e40d2012-06-06 13:54:11 -0400688 <!-- On the security settings screen when using face unlock. The summary of the liveliness checkbox -->
Eric Fischer1e7fa772012-06-08 15:06:30 -0700689 <string name="biometric_weak_liveliness_summary" msgid="7980026533493781616">Require eye blink while unlocking</string>
Danielle Millett487b16f2011-11-02 11:12:21 -0400690
Jim Miller86624a22010-08-30 22:07:58 -0700691 <!-- Security settings screen, setting option name to change screen timeout -->
Claudia de Veaux74f9aba2011-08-09 09:56:16 -0700692 <string name="lock_after_timeout">Automatically lock</string>
Jim Miller86624a22010-08-30 22:07:58 -0700693 <!-- Security settings screen, setting option summary to change screen timeout -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700694 <string name="lock_after_timeout_summary"><xliff:g id="timeout_string">%1$s</xliff:g> after sleep</string>
Jim Milleredfaaea2010-10-13 21:11:07 -0700695 <!-- Text shown next to checkbox for showing owner info on LockScreen [CHAR LIMIT=50]-->
696 <string name="show_owner_info_on_lockscreen_label">Show owner info on lock screen</string>
Jim Miller36972bb2010-11-30 19:47:38 -0800697 <!-- Text shown for title of owner info setting [CHAR LIMIT=20]-->
Jim Milleredfaaea2010-10-13 21:11:07 -0700698 <string name="owner_info_settings_title">Owner info</string>
Jim Miller7c41e5e2013-09-20 12:58:30 -0700699 <!-- Text shown for title of settings checkbox to enable widgets [CHAR LIMIT=20]-->
Jim Milleref3e7012013-08-20 19:03:30 -0700700 <string name="security_enable_widgets_title">Enable widgets</string>
701 <!-- Summary for settings checkbox to disable widgets when the setting has been disabled by an installed device admin [CHAR LIMIT=50] -->
702 <string name="security_enable_widgets_disabled_summary">Disabled by administrator</string>
Andres Moralesfd2b6292013-11-25 17:26:13 -0800703 <!-- Text shown for title of settings to setup/change NFC unlock [CHAR LIMIT=20]-->
704 <string name="nfc_unlock_title">NFC unlock</string>
705
706
Jim Miller36972bb2010-11-30 19:47:38 -0800707 <!-- Text shown for summary of owner info setting [CHAR LIMIT=40]-->
Jim Millerc9787072011-01-09 18:00:28 -0800708 <string name="owner_info_settings_summary"></string>
Jim Miller4b296492010-12-01 17:01:03 -0800709 <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700710 <string name="owner_info_settings_edit_text_hint">Type text to display on the lock screen</string>
Amith Yamasani8666b9e2012-09-27 14:50:13 -0700711 <!-- Text shown next to checkbox for showing user info on LockScreen [CHAR LIMIT=50]-->
712 <string name="show_user_info_on_lockscreen_label">Show user info on lock screen</string>
713 <!-- Text shown for title of user info setting [CHAR LIMIT=20]-->
714 <string name="user_info_settings_title">User info</string>
Amith Yamasanib0171712013-04-28 22:13:22 -0700715 <!-- Text shown next to checkbox for showing profile info on LockScreen [CHAR LIMIT=50]-->
716 <string name="show_profile_info_on_lockscreen_label">Show profile info on lock screen</string>
717 <!-- Text shown for title of profile info setting [CHAR LIMIT=20]-->
718 <string name="profile_info_settings_title">Profile info</string>
Gilles Debunnea6a8a142011-06-09 11:56:17 -0700719 <!-- Main Settings screen setting option title for the item to take you to the location screen -->
Lifu Tangd5fbbc42013-08-01 17:23:10 -0700720 <string name="location_settings_title">Location</string>
Gilles Debunnea6a8a142011-06-09 11:56:17 -0700721 <!-- Main Settings screen setting option title for the item to take you to the security screen -->
722 <string name="security_settings_title">Security</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800723 <!-- Main Settings screen setting option summary text for the item tot ake you to the security and location screen -->
Hung-ying Tyan0a59b502009-07-06 17:26:34 +0800724 <string name="security_settings_summary">Set My Location, screen unlock, SIM card lock, credential storage lock</string>
Chouting Zhang5ee06352009-07-22 22:51:40 -0500725 <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen -->
726 <string name="cdma_security_settings_summary">Set My Location, screen unlock, credential storage lock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800727 <!-- In the security screen, the header title for settings related to Passwords-->
728 <string name="security_passwords_title">Passwords</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800729
Andy Stadler8dbcb882011-01-30 16:25:38 -0800730 <!-- Title of the preferences category for preference items to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800731 <string name="crypt_keeper_settings_title">Encryption</string>
Jason parks41121992011-01-25 09:26:55 -0600732
Andy Stadler8dbcb882011-01-30 16:25:38 -0800733 <!-- Title of the preferences item to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800734 <string name="crypt_keeper_encrypt_title" product="tablet">Encrypt tablet</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800735 <!-- Title of the preferences item to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800736 <string name="crypt_keeper_encrypt_title" product="default">Encrypt phone</string>
737
Andy Stadler8dbcb882011-01-30 16:25:38 -0800738 <!-- Summary of the preferences item to control encryption, when encryption is inactive -->
Roy West302c14a2011-01-26 14:10:55 -0800739 <string name="crypt_keeper_encrypt_summary" product="tablet">
740 Require a numeric PIN or password to decrypt your tablet each time you
741 power it on</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800742 <!-- Summary of the preferences item to control encryption, when encryption is inactive -->
Roy West302c14a2011-01-26 14:10:55 -0800743 <string name="crypt_keeper_encrypt_summary" product="default">
744 Require a numeric PIN or password to decrypt your phone each time you
745 power it on</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800746 <!-- Summary of the preferences item to control encryption, when encryption is active -->
Jason parks41121992011-01-25 09:26:55 -0600747 <string name="crypt_keeper_encrypted_summary">Encrypted</string>
748
Andy Stadler8dbcb882011-01-30 16:25:38 -0800749 <!-- Informational text in the first confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800750 <string name="crypt_keeper_desc" product="tablet">
Eric Fischerdfb894c2011-10-04 14:57:57 -0700751 You can encrypt your accounts, settings, downloaded apps and their data,
Claudia de Veaux66a84072011-10-28 17:12:27 -0700752 media, and other files. Once you encrypt your tablet, you need to type a numeric PIN
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800753 or password to decrypt it each time you power it on. You can\'t decrypt your tablet
Roy West302c14a2011-01-26 14:10:55 -0800754 except by performing a factory data reset, erasing all your data.\n\nEncryption takes
755 an hour or more. You must start with a charged battery and keep your tablet plugged in
756 until encryption is complete. If you interrupt the encryption process, you will lose
757 some or all of your data.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800758 <!-- Informational text in the first confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800759 <string name="crypt_keeper_desc" product="default">
Eric Fischerdfb894c2011-10-04 14:57:57 -0700760 You can encrypt your accounts, settings, downloaded apps and their data,
Claudia de Veaux66a84072011-10-28 17:12:27 -0700761 media, and other files. Once you encrypt your phone, you need to type a numeric PIN or
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800762 password to decrypt it each time you power it on. You can\'t decrypt your phone
Roy West302c14a2011-01-26 14:10:55 -0800763 except by performing a factory data reset, erasing all your data.\n\nEncryption takes
764 an hour or more. You must start with a charged battery and keep your phone plugged in
765 until encryption is complete. If you interrupt the encryption process, you will lose
766 some or all of your data.</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800767
Andy Stadler8dbcb882011-01-30 16:25:38 -0800768 <!-- Button text to start encryption process -->
Jason parks3e8b7632011-01-17 09:59:54 -0600769 <string name="crypt_keeper_button_text" product="tablet">Encrypt tablet</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800770 <!-- Button text to start encryption process -->
Jason parks3e8b7632011-01-17 09:59:54 -0600771 <string name="crypt_keeper_button_text" product="default">Encrypt phone</string>
Roy West302c14a2011-01-26 14:10:55 -0800772
Andy Stadler8dbcb882011-01-30 16:25:38 -0800773 <!-- Warning string that will be displayed when encryption cannot be started -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700774 <string name="crypt_keeper_low_charge_text">Charge your battery and try again.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800775 <!-- Warning string that will be displayed when encryption cannot be started -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700776 <string name="crypt_keeper_unplugged_text">Plug in your charger and try again.</string>
Roy West302c14a2011-01-26 14:10:55 -0800777
Andy Stadler17141202011-01-31 10:15:53 -0800778 <!-- Dialog title, shown when encryption cannot proceed because a PIN/Password is needed -->
779 <string name="crypt_keeper_dialog_need_password_title">No lock screen PIN or password</string>
780 <!-- Dialog message, shown when encryption cannot proceed because a PIN/Password is needed -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700781 <string name="crypt_keeper_dialog_need_password_message">You need to set a lock screen PIN or
Andy Stadler17141202011-01-31 10:15:53 -0800782 password before you can start encryption.</string>
783
Andy Stadler8dbcb882011-01-30 16:25:38 -0800784 <!-- Title of the final confirmation screen before starting device encryption -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800785 <string name="crypt_keeper_confirm_title">Encrypt?</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800786 <!-- Warning text in the final confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800787 <string name="crypt_keeper_final_desc" product="tablet">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800788 The encryption operation is irreversible and if you interrupt it, you\'ll lose data.
Andy Stadler8dbcb882011-01-30 16:25:38 -0800789 Encryption takes an hour or more, during which the tablet will restart several times.
790 </string>
791 <!-- Warning text in the final confirmation screen before starting device encryption -->
Roy Westcbebe592011-01-26 16:31:21 -0800792 <string name="crypt_keeper_final_desc" product="default">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800793 The encryption operation is irreversible and if you interrupt it, you\'ll lose data.
Andy Stadler8dbcb882011-01-30 16:25:38 -0800794 Encryption takes an hour or more, during which the phone will restart several times.
795 </string>
796
797 <!-- Title of the progress screen while encrypting the device -->
Jason parksec5a45e2011-01-18 15:28:36 -0600798 <string name="crypt_keeper_setup_title">Encrypting</string>
799
Andy Stadler8dbcb882011-01-30 16:25:38 -0800800 <!-- Informational text on the progress screen while encrypting the device -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700801 <string name="crypt_keeper_setup_description" product="tablet">Wait while your tablet
Eric Fischer43d49592011-03-03 15:16:38 -0800802 is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800803 <!-- Informational text on the progress screen while encrypting the device -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700804 <string name="crypt_keeper_setup_description" product="default">Wait while your phone
Eric Fischer43d49592011-03-03 15:16:38 -0800805 is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
Jason parksf8217302011-01-26 13:11:42 -0600806
Andy Stadler13d62042011-01-31 19:21:37 -0800807 <!-- Informational text on the password entry screen when password entry fails-->
Eric Fischer43d49592011-03-03 15:16:38 -0800808 <string name="crypt_keeper_cooldown">Try again in <xliff:g id="delay" example="15">^1</xliff:g> seconds.</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800809
810 <!-- Informational text on the password entry screen prompting the user for their password -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700811 <string name="crypt_keeper_enter_password">Type your password</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800812
813 <!-- Title of the encryption screen when encrypting the device failed -->
Claudia de Veaux8c74e452011-08-16 16:29:03 -0700814 <string name="crypt_keeper_failed_title">Encryption unsuccessful</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800815
816 <!-- Informational text when encryption fails -->
817 <string name="crypt_keeper_failed_summary" product="tablet">
Ben Komalo0e666092011-09-01 15:42:00 -0700818 Encryption was interrupted and can\'t complete. As a result, the data on
819 your tablet is no longer accessible.
820 \n\n
Claudia de Veaux66a84072011-10-28 17:12:27 -0700821 To resume using your tablet, you need to perform a factory reset.
Ben Komalo0e666092011-09-01 15:42:00 -0700822 When you set up your tablet after the reset, you\'ll have an opportunity
823 to restore any data that was backed up to your Google Account.
Andy Stadler13d62042011-01-31 19:21:37 -0800824 </string>
825
826 <!-- Informational text when encryption fails -->
827 <string name="crypt_keeper_failed_summary" product="default">
Ben Komalo0e666092011-09-01 15:42:00 -0700828 Encryption was interrupted and can\'t complete. As a result, the data on
829 your phone is no longer accessible.
Claudia de Veaux66a84072011-10-28 17:12:27 -0700830 \n\nTo resume using your phone, you need to perform a factory reset.
Ben Komalo0e666092011-09-01 15:42:00 -0700831 When you set up your phone after the reset, you\'ll have an opportunity
832 to restore any data that was backed up to your Google Account.
Andy Stadler13d62042011-01-31 19:21:37 -0800833 </string>
834
alanv0aa7c4f2012-05-21 17:55:19 -0700835 <!-- Image button description to switch input method -->
836 <string name="crypt_keeper_switch_input_method">Switch input method</string>
837
Jim Millerbbb4afa2010-04-08 19:40:19 -0700838 <!-- Unlock Picker Settings --><skip />
Jim Millerb11e2752010-03-22 19:36:34 -0700839
Jim Millerbbb4afa2010-04-08 19:40:19 -0700840 <!-- Security Picker --><skip />
Jim Miller3970c382010-11-19 18:38:01 -0800841 <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800842 <string name="lock_settings_picker_title">Choose screen lock</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800843
Danielle Millett5bae8732011-09-16 15:41:30 -0400844 <!-- Title for security picker when choosing a facelock's backup unlock method: Pattern/PIN [CHAR LIMIT=22] -->
845 <string name="backup_lock_settings_picker_title">Choose backup lock</string>
846
Jim Millerbbb4afa2010-04-08 19:40:19 -0700847 <!-- Main Security lock settings --><skip />
Jim Miller3970c382010-11-19 18:38:01 -0800848 <!-- Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700849 <string name="unlock_set_unlock_launch_picker_title">Screen lock</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700850
Jim Miller3970c382010-11-19 18:38:01 -0800851 <!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700852 <string name="unlock_set_unlock_launch_picker_change_title">Change lock screen</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700853
Jim Miller3970c382010-11-19 18:38:01 -0800854 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700855 <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string>
856
Jim Miller36972bb2010-11-30 19:47:38 -0800857 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] -->
858 <string name="unlock_set_unlock_launch_picker_enable_summary">Choose a method to lock the screen</string>
859
Danielle Millett5bae8732011-09-16 15:41:30 -0400860 <!-- Info explaining the backup lock which is used for facelock -->
Danielle Millett76d9af02011-10-05 21:49:03 -0400861 <string name="unlock_backup_info_summary">When Face Unlock can\'t see you, how do you want to unlock?</string>
Danielle Millett5bae8732011-09-16 15:41:30 -0400862
Jim Miller3970c382010-11-19 18:38:01 -0800863 <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700864 <string name="unlock_set_unlock_off_title">None</string>
Jim Miller3970c382010-11-19 18:38:01 -0800865 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700866 <string name="unlock_set_unlock_off_summary"></string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700867
Jim Miller3970c382010-11-19 18:38:01 -0800868 <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700869 <string name="unlock_set_unlock_none_title">Slide</string>
Jim Miller3970c382010-11-19 18:38:01 -0800870 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]-->
Jim Miller5541a862011-09-02 17:33:53 -0700871 <string name="unlock_set_unlock_none_summary">No security</string>
872
873 <!-- Title for preference that guides the user through a weak biometric lock [CHAR LIMIT=22] -->
Eric Fischere5bfb642011-10-17 11:28:34 -0700874 <string name="unlock_set_unlock_biometric_weak_title">Face Unlock</string>
Jim Miller5541a862011-09-02 17:33:53 -0700875 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]-->
876 <string name="unlock_set_unlock_biometric_weak_summary">Low security, experimental</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700877
Jim Miller3970c382010-11-19 18:38:01 -0800878 <!-- Title for preference that guides the user through creating an unlock pattern [CHAR LIMIT=22]-->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700879 <string name="unlock_set_unlock_pattern_title">Pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800880 <!-- Summary for preference that guides the user through creating an unlock pattern [CHAR LIMIT=45] -->
Jim Miller5541a862011-09-02 17:33:53 -0700881 <string name="unlock_set_unlock_pattern_summary">Medium security</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800882
Jim Miller3970c382010-11-19 18:38:01 -0800883 <!-- Title for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700884 <string name="unlock_set_unlock_pin_title">PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800885 <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=45] -->
Jim Miller5541a862011-09-02 17:33:53 -0700886 <string name="unlock_set_unlock_pin_summary">Medium to high security</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800887
Jim Miller3970c382010-11-19 18:38:01 -0800888 <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700889 <string name="unlock_set_unlock_password_title">Password</string>
Jim Miller3970c382010-11-19 18:38:01 -0800890 <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] -->
Jim Miller5541a862011-09-02 17:33:53 -0700891 <string name="unlock_set_unlock_password_summary">High security</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700892
Brian Carlstromd4023b72011-05-25 13:24:20 -0700893 <!-- Summary for preference that has been disabled by because of the DevicePolicyAdmin, or because device encryption is enabled, or because there are credentials in the credential storage [CHAR LIMIT=50] -->
894 <string name="unlock_set_unlock_disabled_summary">Disabled by administrator, encryption policy, or credential storage</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700895
Jim Millerc9787072011-01-09 18:00:28 -0800896 <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700897 <string name="unlock_set_unlock_mode_off">None</string>
Jim Millerc9787072011-01-09 18:00:28 -0800898 <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700899 <string name="unlock_set_unlock_mode_none">Slide</string>
Jim Miller5541a862011-09-02 17:33:53 -0700900 <!-- Summary for "Configure lockscreen" when security biometric weak is enabled [CHAR LIMIT=45] -->
Jim Millera277b562011-09-27 16:35:46 -0700901 <string name="unlock_set_unlock_mode_biometric_weak">Face Unlock</string>
Jim Millerc9787072011-01-09 18:00:28 -0800902 <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700903 <string name="unlock_set_unlock_mode_pattern">Pattern</string>
Jim Millerc9787072011-01-09 18:00:28 -0800904 <!-- Summary for "Configure lockscreen" when security PIN is enabled [CHAR LIMIT=45] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700905 <string name="unlock_set_unlock_mode_pin">PIN</string>
Jim Millerc9787072011-01-09 18:00:28 -0800906 <!-- Summary for "Configure lockscreen" when security password is enabled [CHAR LIMIT=45] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700907 <string name="unlock_set_unlock_mode_password">Password</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800908
Jim Miller3970c382010-11-19 18:38:01 -0800909 <!-- Title for option to turn of password/pin/pattern unlock. [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800910 <string name="unlock_disable_lock_title">Turn off screen lock</string>
911
Jim Miller3970c382010-11-19 18:38:01 -0800912 <!-- Summary shown under unlock_disable_lock_title when pattern is in use and can be removed [CHAR LIMIT=45] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800913 <string name="unlock_disable_lock_pattern_summary">Remove unlock pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800914 <!-- Summary shown under unlock_disable_lock_title when PIN is in use and can be removed [CHAR LIMIT=45]-->
Jim Miller122b6c82010-02-10 19:53:58 -0800915 <string name="unlock_disable_lock_pin_summary">Remove unlock PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800916 <!-- Summary shown under unlock_disable_lock_title when password is in use and can be removed [CHAR LIMIT=45]-->
Jim Miller122b6c82010-02-10 19:53:58 -0800917 <string name="unlock_disable_lock_password_summary">Remove unlock password</string>
918
Jim Miller3970c382010-11-19 18:38:01 -0800919 <!-- Title shown on security settings to allow the user to change their lockscreen pattern [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800920 <string name="unlock_change_lock_pattern_title">Change unlock pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800921 <!-- Title shown on security settings to allow the user to change their lockscreen PIN [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800922 <string name="unlock_change_lock_pin_title">Change unlock PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800923 <!-- Title shown on security settings to allow the user to change their lockscreen password [CHAR LIMIT=22]-->
Jim Miller122b6c82010-02-10 19:53:58 -0800924 <string name="unlock_change_lock_password_title">Change unlock password</string>
925
926 <!-- Hint shown in dialog screen when password is too short -->
927 <string name="lockpassword_password_too_short">Password must be at least %d characters</string>
928 <!-- Hint shown in dialog screen when PIN is too short -->
Youness Ghanim532b11b2012-06-11 13:45:20 +0200929 <string name="lockpassword_pin_too_short">PIN must be at least %d digits</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800930
931 <!-- Hint shown after minimum password criteria is met -->
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700932 <string name="lockpassword_press_continue">Touch Continue when done</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800933
934 <!-- Hint shown after minimum password criteria is met -->
935 <string name="lockpassword_continue_label">Continue</string>
936
937 <!-- Error shown in popup when password is too long -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800938 <string name="lockpassword_password_too_long">Password must be fewer than <xliff:g id="number" example="17">%d</xliff:g> characters.</string>
Jim Miller00d24762009-12-22 19:04:57 -0800939 <!-- Error shown in popup when PIN is too long -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800940 <string name="lockpassword_pin_too_long">PIN must be fewer than <xliff:g id="number" example="17">%d</xliff:g> digits.</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800941
Jim Miller00d24762009-12-22 19:04:57 -0800942 <!-- Error shown when in PIN mode and user enters a non-digit -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800943 <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9.</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800944
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700945 <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800946 <string name="lockpassword_pin_recently_used">Device administrator doesn\'t allow using a recent PIN.</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700947
Jim Miller00d24762009-12-22 19:04:57 -0800948 <!-- Error shown when in PASSWORD mode and user enters an invalid character -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800949 <string name="lockpassword_illegal_character">Password contains an illegal character.</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800950
951 <!-- Error shown when in PASSWORD mode and password is all digits -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800952 <string name="lockpassword_password_requires_alpha">Password must contain at least one letter.</string>
Jim Millerb11e2752010-03-22 19:36:34 -0700953
954 <!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800955 <string name="lockpassword_password_requires_digit">Password must contain at least one digit.</string>
Jim Millerb11e2752010-03-22 19:36:34 -0700956
957 <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800958 <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol.</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800959
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700960 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters -->
961 <plurals name="lockpassword_password_requires_letters">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800962 <item quantity="one">Password must contain at least 1 letter.</item>
963 <item quantity="other">Password must contain at least %d letters.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700964 </plurals>
965
966 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters -->
967 <plurals name="lockpassword_password_requires_lowercase">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800968 <item quantity="one">Password must contain at least 1 lowercase letter.</item>
969 <item quantity="other">Password must contain at least %d lowercase letters.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700970 </plurals>
971
972 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters -->
973 <plurals name="lockpassword_password_requires_uppercase">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800974 <item quantity="one">Password must contain at least 1 uppercase letter.</item>
975 <item quantity="other">Password must contain at least %d uppercase letters.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700976 </plurals>
977
978 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits -->
979 <plurals name="lockpassword_password_requires_numeric">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800980 <item quantity="one">Password must contain at least 1 numerical digit.</item>
981 <item quantity="other">Password must contain at least %d numerical digits.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700982 </plurals>
983
984 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols -->
985 <plurals name="lockpassword_password_requires_symbols">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800986 <item quantity="one">Password must contain at least 1 special symbol.</item>
987 <item quantity="other">Password must contain at least %d special symbols.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700988 </plurals>
989
Konstantin Lopyrev2df65e42010-06-04 17:27:53 -0700990 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
991 <plurals name="lockpassword_password_requires_nonletter">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800992 <item quantity="one">Password must contain at least 1 non-letter character.</item>
993 <item quantity="other">Password must contain at least %d non-letter characters.</item>
Konstantin Lopyrev2df65e42010-06-04 17:27:53 -0700994 </plurals>
995
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700996 <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800997 <string name="lockpassword_password_recently_used">Device administrator doesn\'t allow using a recent password.</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700998
Jim Miller122b6c82010-02-10 19:53:58 -0800999 <!-- Label for ChoosePassword/PIN OK button -->
1000 <string name="lockpassword_ok_label">OK</string>
1001
1002 <!-- Label for ChoosePassword/PIN OK button -->
1003 <string name="lockpassword_cancel_label">Cancel</string>
1004
Jim Miller97096252010-12-21 22:03:06 -08001005 <!-- Label for LockPatternTutorial Cancel button -->
1006 <string name="lockpattern_tutorial_cancel_label">Cancel</string>
1007
1008 <!-- Label for LockPatternTutorial Continue button -->
1009 <string name="lockpattern_tutorial_continue_label">Next</string>
1010
Jeff Sharkeye4599052011-10-11 17:26:27 -07001011 <!-- Toast shown when lock pattern or password successfully setup. [CHAR LIMIT=64] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001012 <string name="lock_setup" msgid="5507462851158901718">Setup is complete.</string>
Jeff Sharkeye4599052011-10-11 17:26:27 -07001013
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001014 <!-- In the security screen, the header title for settings related to device admins -->
1015 <string name="device_admin_title">Device administration</string>
Jim Miller122b6c82010-02-10 19:53:58 -08001016
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001017 <!-- Title of preference to manage device admins -->
Roy West1e8d2982010-10-25 07:33:41 -07001018 <string name="manage_device_admin">Device administrators</string>
Jim Miller122b6c82010-02-10 19:53:58 -08001019
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001020 <!-- Summary of preference to manage device policies -->
Roy West1e8d2982010-10-25 07:33:41 -07001021 <string name="manage_device_admin_summary">View or deactivate device administrators</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001022
Adrian Roos5954ff52014-03-24 21:21:51 +01001023 <!-- Title of preference to manage trust agents -->
1024 <string name="manage_trust_agents">Trust agents</string>
1025
1026 <!-- Summary of preference to manage device policies -->
1027 <string name="manage_trust_agents_summary">View or deactivate trust agents</string>
1028
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04001029 <!-- Notification access settings (part of Security) -->
1030
1031 <!-- Title of preference to manage notification listeners -->
1032 <string name="manage_notification_access">Notification access</string>
1033
1034 <!-- Summary of preference to manage notification listeners, when none are enabled -->
1035 <string name="manage_notification_access_summary_zero">Apps cannot read notifications</string>
1036
1037 <!-- Summary of preference to manage notification listeners, when one or more are enabled
1038 and are therefore able to read the user's notifications -->
1039 <plurals name="manage_notification_access_summary_nonzero">
1040 <item quantity="one">%d app can read notifications</item>
1041 <item quantity="other">%d apps can read notifications</item>
1042 </plurals>
1043
1044 <!-- String to show in the list of notification listeners, when none is installed -->
1045 <string name="no_notification_listeners">No notification listeners are installed.</string>
1046
1047 <!-- Title for a warning message about security implications of enabling a notification
1048 listener, displayed as a dialog message. [CHAR LIMIT=NONE] -->
1049 <string name="notification_listener_security_warning_title">Enable
1050 <xliff:g id="service" example="NotificationReader">%1$s</xliff:g>?</string>
1051 <!-- Summary for a warning message about security implications of enabling a notification
1052 listener, displayed as a dialog message. [CHAR LIMIT=NONE] -->
1053 <string name="notification_listener_security_warning_summary">
Przemyslaw Szczepaniak6dcdfab2013-05-13 17:14:01 +01001054 <xliff:g id="notification_listener_name">%1$s</xliff:g> will be able to
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04001055 read all notifications posted by the system or any installed app, which may include personal
1056 information such as contact names and the text of messages sent to you. It will also be able
1057 to dismiss these notifications or touch action buttons within them.
1058 </string>
1059
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001060 <!-- Bluetooth settings -->
1061 <!-- Bluetooth settings check box title on Main Settings screen -->
1062 <string name="bluetooth_quick_toggle_title">Bluetooth</string>
1063 <!-- Bluetooth settings check box summary for turning on bluetooth -->
1064 <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
1065 <!--Used as title on second screen after selecting Bluetooth settings -->
Gilles Debunnee78c1872011-06-20 15:00:07 -07001066 <string name="bluetooth_settings">Bluetooth</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001067 <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
Gilles Debunnee78c1872011-06-20 15:00:07 -07001068 <string name="bluetooth_settings_title">Bluetooth</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001069 <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
1070 <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
1071
Jake Hambyca9812a2011-07-12 11:05:46 -07001072 <!-- ======================================================================================= -->
1073 <!-- Note: The opening brackets of HTML style tags are escaped (e.g. "<b>" is "&lt;b>") in -->
1074 <!-- the following resources to enable formatting followed by HTML styling, as described -->
1075 <!-- here: http://developer.android.com/guide/topics/resources/string-resource.html -->
1076 <!-- ======================================================================================= -->
1077
1078 <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] -->
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -07001079 <string name="bluetooth_pairing_request">Bluetooth pairing request</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001080
1081 <!-- Message when bluetooth dialog for pin entry is showing. [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001082 <string name="bluetooth_enter_pin_msg">To pair with:<xliff:g id="bold">&lt;br>&lt;b></xliff:g><xliff:g id="device_name">%1$s</xliff:g><xliff:g id="end_bold">&lt;/b>&lt;br>&lt;br></xliff:g>Type the device\'s required PIN:</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001083
1084 <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001085 <string name="bluetooth_enter_passkey_msg">To pair with:<xliff:g id="bold">&lt;br>&lt;b></xliff:g><xliff:g id="device_name">%1$s</xliff:g><xliff:g id="end_bold">&lt;/b>&lt;br>&lt;br></xliff:g>Type the device\'s required passkey:</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001086
1087 <!-- Checkbox label for alphanumeric PIN entry (default is numeric PIN). [CHAR LIMIT=50] -->
1088 <string name="bluetooth_enable_alphanumeric_pin">PIN contains letters or symbols</string>
1089
1090 <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
1091 <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string>
1092
1093 <!-- Pairing dialog text to remind user to enter the PIN on the other device. [CHAR LIMIT=NONE] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001094 <string name="bluetooth_enter_pin_other_device">You may also need to type this PIN on the other device.</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001095 <!-- Pairing dialog text to remind user to enter the passkey on the other device. [CHAR LIMIT=NONE] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001096 <string name="bluetooth_enter_passkey_other_device">You may also need to type this passkey on the other device.</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001097
1098 <!-- Message for confirmation of passkey to complete pairing. [CHAR LIMIT=NONE] -->
1099 <string name="bluetooth_confirm_passkey_msg">To pair with:&lt;br>&lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b>&lt;br>&lt;br>Make sure it is showing this passkey:&lt;br>&lt;b><xliff:g id="passkey">%2$s</xliff:g>&lt;/b></string>
1100
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -07001101 <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
Jake Hambyca9812a2011-07-12 11:05:46 -07001102 <string name="bluetooth_incoming_pairing_msg">From:&lt;br>&lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b>&lt;br>&lt;br>Pair with this device?</string>
1103
Jaikumar Ganeshda23ae82011-01-05 13:56:17 -08001104 <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001105 <string name="bluetooth_display_passkey_pin_msg">To pair with:<xliff:g id="bold1">&lt;br>&lt;b></xliff:g><xliff:g id="device_name">%1$s</xliff:g><xliff:g id="end_bold1">&lt;/b>&lt;br>&lt;br></xliff:g>Type on it:<xliff:g id="bold2">&lt;br>&lt;b></xliff:g><xliff:g id="passkey">%2$s</xliff:g><xliff:g id="end_bold2">&lt;/b></xliff:g>, then press Return or Enter.</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001106
1107 <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] -->
Michael Chane41a4ca2009-08-04 15:02:17 -07001108 <string name="bluetooth_pairing_accept">Pair</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001109 <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] -->
1110 <string name="bluetooth_pairing_decline">Cancel</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001111
1112 <!-- Title for BT error dialogs. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001113 <string name="bluetooth_error_title"></string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001114 <!-- Message for the error dialog when BT pairing fails generically. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001115 <string name="bluetooth_pairing_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -07001116 <!-- Message for the error dialog when BT pairing fails because the PIN /
1117 Passkey entered is incorrect. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001118 <string name="bluetooth_pairing_pin_error_message">Couldn\'t pair with <xliff:g id="device_name">%1$s</xliff:g> because of an incorrect PIN or passkey.</string>
Michael Chana3220452009-03-27 11:53:26 -07001119 <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001120 <string name="bluetooth_pairing_device_down_error_message">Can\'t communicate with <xliff:g id="device_name">%1$s</xliff:g>.</string>
Michael Chana3220452009-03-27 11:53:26 -07001121 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
1122 <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001123
1124 <!-- Message for the error dialog when BT connecting operation fails generically. -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001125 <string name="bluetooth_connecting_error_message">Couldn\'t connect to <xliff:g id="device_name">%1$s</xliff:g>.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001126
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001127 <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
1128 <string name="bluetooth_preference_scan_title">Scan for devices</string>
Gilles Debunne94161362011-06-30 15:44:05 -07001129 <!-- Bluetooth settings: The title of the action button that initiates a search for nearby devices [CHAR LIMIT=20] -->
1130 <string name="bluetooth_search_for_devices">Search for devices</string>
1131 <!-- Bluetooth settings: The title of the action button while a search for nearby devices is in progress [CHAR LIMIT=20] -->
1132 <string name="bluetooth_searching_for_devices">Searching\u2026</string>
Amith Yamasani48e90002010-10-26 13:44:33 -07001133 <!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] -->
1134 <string name="bluetooth_preference_device_settings">Device settings</string>
Gilles Debunne6dc0f962011-07-07 14:24:26 -07001135 <!-- Bluetooth settings: The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] -->
Amith Yamasani48e90002010-10-26 13:44:33 -07001136 <string name="bluetooth_preference_paired_devices">Paired devices</string>
Gilles Debunne6dc0f962011-07-07 14:24:26 -07001137 <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
1138 <string name="bluetooth_preference_found_devices">Available devices</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001139 <!-- Bluetooth settings. Context menu item for a device. Action will connect to all profiles on the device. -->
1140 <string name="bluetooth_device_context_connect">Connect</string>
1141 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect from all profiles on the device. -->
1142 <string name="bluetooth_device_context_disconnect">Disconnect</string>
1143 <!-- Bluetooth settings. Context menu item for a device. Action will first pair, and then connect to all profiles on the device. -->
1144 <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
1145 <!-- Bluetooth settings. Context menu item for a device. Action will remove pairing with the device. -->
1146 <string name="bluetooth_device_context_unpair">Unpair</string>
1147 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect and remove pairing with the device. -->
1148 <string name="bluetooth_device_context_disconnect_unpair">Disconnect &amp; unpair</string>
1149 <!-- Bluetooth settings. Context menu item for a device. Action will take the user to another screen where they can choose exactly which profiles to connect to. -->
Jim Miller00d24762009-12-22 19:04:57 -08001150 <string name="bluetooth_device_context_connect_advanced">Options\u2026</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001151 <!-- Bluetooth settings. Menu option to Bluetooth advanced settings [CHAR LIMIT=20]-->
1152 <string name="bluetooth_menu_advanced">Advanced</string>
1153 <!-- Bluetooth settings. Title of the advanced bluetooth settings screen [CHAR LIMIT=30]-->
1154 <string name="bluetooth_advanced_titlebar">Advanced Bluetooth</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001155 <!-- Bluetooth settings. Text displayed when Bluetooth is off and device list is empty [CHAR LIMIT=50]-->
Wei Wangd952fb02014-03-03 14:58:54 -08001156 <string name="bluetooth_empty_list_bluetooth_off">When Bluetooth is turned on, your device can communicate with other nearby Bluetooth devices.</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001157
Jim Miller00d24762009-12-22 19:04:57 -08001158
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001159 <!-- Bluetooth settings. The title of the screen to pick which profiles to connect to on the device. For example, headphones may have both A2DP and headset, this allows the user to choose which one he wants to connect to. -->
1160 <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
1161
1162 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001163 <string name="bluetooth_profile_a2dp">Media audio</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001164 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001165 <string name="bluetooth_profile_headset">Phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001166 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001167 <string name="bluetooth_profile_opp">File transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -07001168 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001169 <string name="bluetooth_profile_hid">Input device</string>
1170 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (accessing Internet through remote device). [CHAR LIMIT=40]-->
Jake Hambyc777ee22011-03-04 15:37:39 -08001171 <string name="bluetooth_profile_pan">Internet access</string>
Jake Hamby79be0b32011-08-01 16:36:35 -07001172 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40]-->
1173 <string name="bluetooth_profile_pan_nap">Internet connection sharing</string>
Kim Schulz5d2595f2013-08-22 10:59:09 +02001174 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the map profile. -->
1175 <string name="bluetooth_profile_map">Message Access</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001176
Jake Hambyc777ee22011-03-04 15:37:39 -08001177 <!-- Bluetooth settings. Message for disconnecting from the A2DP profile. [CHAR LIMIT=80] -->
Jake Hambye79f9902010-11-03 12:47:51 -07001178 <string name="bluetooth_disconnect_a2dp_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from media audio.</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001179 <!-- Bluetooth settings. Message for disconnecting from the headset profile. [CHAR LIMIT=80] -->
Jake Hambyc090feb2010-12-07 16:27:21 -08001180 <string name="bluetooth_disconnect_headset_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from handsfree audio.</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001181 <!-- Bluetooth settings. Message for disconnecting from the HID profile. [CHAR LIMIT=80] -->
Jake Hambye79f9902010-11-03 12:47:51 -07001182 <string name="bluetooth_disconnect_hid_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from input device.</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001183 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (user role). [CHAR LIMIT=80] -->
1184 <string name="bluetooth_disconnect_pan_user_profile">Internet access via <xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string>
1185 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
1186 <string name="bluetooth_disconnect_pan_nap_profile" product="tablet"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from sharing this tablet\'s Internet connection.</string>
1187 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
1188 <string name="bluetooth_disconnect_pan_nap_profile" product="default"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from sharing this phone\'s Internet connection.</string>
Jake Hambye79f9902010-11-03 12:47:51 -07001189
Jake Hamby79be0b32011-08-01 16:36:35 -07001190 <!-- Bluetooth settings. Connection options screen. The title of the screen. [CHAR LIMIT=40] -->
1191 <string name="bluetooth_device_advanced_title">Paired Bluetooth device</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001192 <!-- Bluetooth settings. Connection options screen. The title of the checkbox that controls whether the device is in "online" mode or "offline" mode. This essentially is the checkbox that controls whether any checks / unchecks on a profile should be applied immediately, or next time the device is connected. -->
1193 <string name="bluetooth_device_advanced_online_mode_title">Connect</string>
1194 <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. -->
1195 <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string>
1196 <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. -->
1197 <string name="bluetooth_device_advanced_profile_header_title">Profiles</string>
Amith Yamasani48e90002010-10-26 13:44:33 -07001198 <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001199 <string name="bluetooth_device_advanced_rename_device">Rename</string>
Amith Yamasani48e90002010-10-26 13:44:33 -07001200 <!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] -->
1201 <string name="bluetooth_device_advanced_enable_opp_title">Allow incoming file transfers</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001202 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
1203 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
1204 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
1205 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001206 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
1207 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
Kim Schulz5d2595f2013-08-22 10:59:09 +02001208 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference when map is connected. -->
1209 <string name="bluetooth_map_profile_summary_connected">Connected to map</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001210 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
1211 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
Adam Powell792d2132010-06-07 17:13:10 -07001212 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
1213 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001214 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
1215 <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for Internet access</string>
1216 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
1217 <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local Internet connection with device</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001218
1219 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
1220 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
1221 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
1222 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001223 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
1224 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -07001225 <!-- Bluetooth settings. Connection options screen. The summary
1226 for the HID checkbox preference that describes how checking it
1227 will set the HID profile as preferred. -->
1228 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
Jake Hamby39ef2252010-12-16 18:33:28 -08001229 <!-- Bluetooth settings. Connection options screen. The summary
1230 for the PAN checkbox preference that describes how checking it
1231 will set the PAN profile as preferred. -->
1232 <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string>
Kim Schulz5d2595f2013-08-22 10:59:09 +02001233 <!-- Bluetooth settings. Connection options screen. The summary for the map checkbox preference that describes how checking it will set the map profile as preferred. -->
1234 <string name="bluetooth_map_profile_summary_use_for">Use for map</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001235
Michael Chan0bd445b2009-12-03 00:31:59 -08001236 <!-- Bluetooth settings. Dock Setting Title -->
1237 <string name="bluetooth_dock_settings">Dock Settings</string>
1238 <!-- Bluetooth settings. Dock Setting Dialog Title -->
1239 <string name="bluetooth_dock_settings_title">Use dock for audio</string>
1240 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone -->
1241 <string name="bluetooth_dock_settings_headset">As speaker phone</string>
1242 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 2: Use dock for media audio -->
Michael Chan55a05f82010-01-06 15:10:56 -08001243 <string name="bluetooth_dock_settings_a2dp">For music and media</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001244 <!-- Bluetooth settings. Dock Setting Dialog - Remember setting and don't ask user again -->
1245 <string name="bluetooth_dock_settings_remember">Remember settings</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001246
Jeff Brown9e143f52012-09-19 20:46:07 -07001247 <!-- Wifi Display settings. The title of the screen. [CHAR LIMIT=40] -->
Jeff Brownb960c742013-11-14 16:04:13 -08001248 <string name="wifi_display_settings_title">Cast screen</string>
Jeff Brown4e54c2a2013-11-10 21:02:20 -08001249 <!-- Wifi Display settings. The title of a menu item to enable wireless display [CHAR LIMIT=40] -->
1250 <string name="wifi_display_enable_menu_item">Enable wireless display</string>
Jeff Brown9e143f52012-09-19 20:46:07 -07001251 <!-- Wifi Display settings. Text that appears when scanning for devices is finished and no nearby device was found [CHAR LIMIT=40]-->
Jeff Brown4e54c2a2013-11-10 21:02:20 -08001252 <string name="wifi_display_no_devices_found">No nearby devices were found.</string>
Jeff Brown9e143f52012-09-19 20:46:07 -07001253 <!-- Wifi Display settings. The status summary for connecting devices. [CHAR LIMIT=40] -->
1254 <string name="wifi_display_status_connecting">Connecting</string>
1255 <!-- Wifi Display settings. The status summary for connected devices. [CHAR LIMIT=40] -->
1256 <string name="wifi_display_status_connected">Connected</string>
Chong Zhang5e1367f2013-06-07 10:29:34 -07001257 <!-- Wifi Display settings. The status summary for devices that's already in use. [CHAR LIMIT=40] -->
1258 <string name="wifi_display_status_in_use">In use</string>
Jeff Brown4e54c2a2013-11-10 21:02:20 -08001259 <!-- Wifi Display settings. The status summary for devices that's not available. [CHAR LIMIT=40] -->
1260 <string name="wifi_display_status_not_available">Unavailable</string>
Jeff Brown9e143f52012-09-19 20:46:07 -07001261 <!-- Wifi Display settings. Image description for device details button. This opens the screen to rename, unpair, etc. a single device. -->
1262 <string name="wifi_display_details">Display settings</string>
1263
Jeff Brown9e143f52012-09-19 20:46:07 -07001264 <!-- Wifi Display settings. Options dialog. The title of the dialog. [CHAR LIMIT=40] -->
1265 <string name="wifi_display_options_title">Wireless display options</string>
1266 <!-- Wifi Display settings. Options dialog. The forget button text. [CHAR LIMIT=20] -->
1267 <string name="wifi_display_options_forget">Forget</string>
1268 <!-- Wifi Display settings. Options dialog. The done button text. [CHAR LIMIT=20] -->
1269 <string name="wifi_display_options_done">Done</string>
1270 <!-- Wifi Display settings. Options dialog. The name label used when prompting the user to rename the display. [CHAR LIMIT=20] -->
1271 <string name="wifi_display_options_name">Name</string>
1272
Chong Zhang6c607382013-06-06 12:42:24 -07001273 <!-- Wifi Display settings. The sub heading for wireless display certification options. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001274 <string name="wifi_display_certification_heading" translatable="false">Certification</string>
Chong Zhang6c607382013-06-06 12:42:24 -07001275 <!-- Wifi Display settings. The section title for wireless display session info. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001276 <string name="wifi_display_session_info" translatable="false">Session info</string>
Chong Zhang6c607382013-06-06 12:42:24 -07001277 <!-- Wifi Display settings. The checkbox title for enabling listen mode during certification process. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001278 <string name="wifi_display_listen_mode" translatable="false">Enable listen mode</string>
Chong Zhang6c607382013-06-06 12:42:24 -07001279 <!-- Wifi Display settings. The checkbox title for enabling autonomous GO during certification process. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001280 <string name="wifi_display_autonomous_go" translatable="false">Enable autonomous GO</string>
Chong Zhang6c607382013-06-06 12:42:24 -07001281 <!-- Wifi Display settings. The button text for sending pause trigger during certification process. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001282 <string name="wifi_display_pause" translatable="false">Pause</string>
Chong Zhang6c607382013-06-06 12:42:24 -07001283 <!-- Wifi Display settings. The button text for sending play (resume) trigger during certification process. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001284 <string name="wifi_display_resume" translatable="false">Resume</string>
Chong Zhang4fee0702013-08-29 15:33:12 -07001285 <!-- Wifi Display settings. The dropdown menu title for choosing WPS configuration during certification process. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001286 <string name="wifi_display_wps_config" translatable="false">WPS configuration</string>
Chong Zhang6c607382013-06-06 12:42:24 -07001287 <!-- Wifi Display settings. The dropdown menu title for choosing listen channel during certification process. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001288 <string name="wifi_display_listen_channel" translatable="false">Listen channel</string>
Chong Zhang6c607382013-06-06 12:42:24 -07001289 <!-- Wifi Display settings. The dropdown menu title for choosing operating channel during certification process. [CHAR LIMIT=40] -->
Chong Zhang6c0645b2013-09-19 18:24:32 -07001290 <string name="wifi_display_operating_channel" translatable="false">Operating channel</string>
Chong Zhang6c607382013-06-06 12:42:24 -07001291
Nick Pellyad50ba02010-09-22 10:55:13 -07001292 <!-- NFC settings -->
1293 <!-- Used in the 1st-level settings screen to turn on NFC -->
1294 <string name="nfc_quick_toggle_title">NFC</string>
Amith Yamasani4344fe02012-05-11 10:16:11 -07001295 <!-- Description of NFC in the 1st level settings screen, for a tablet. [CHAR LIMIT=NONE] -->
1296 <string name="nfc_quick_toggle_summary" product="tablet">Allow data exchange when the tablet touches another device</string>
1297 <!-- Description of NFC in the 1st level settings screen, for a phone. [CHAR LIMIT=NONE] -->
1298 <string name="nfc_quick_toggle_summary" product="default">Allow data exchange when the phone touches another device</string>
1299
Jeff Hamilton7c430092011-09-22 12:35:40 -05001300 <!-- Used to enter the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
1301 <string name="android_beam_settings_title">Android Beam</string>
1302 <!-- Used to describe the on state of the Android Beam feature [CHAR LIMIT=NONE] -->
Jeff Hamilton326f96c2011-09-30 13:22:06 -05001303 <string name="android_beam_on_summary">Ready to transmit app content via NFC</string>
Jeff Hamilton7c430092011-09-22 12:35:40 -05001304 <!-- Used to describe the off state of the Android Beam feature [CHAR LIMIT=NONE] -->
1305 <string name="android_beam_off_summary">Off</string>
1306 <!-- Used to describe the enabled state of the Android Beam feature when NFC, which it relies on, is turned off [CHAR LIMIT=NONE] -->
1307 <string name="android_beam_disabled_summary">Unavailable because NFC is turned off</string>
1308 <!-- Used in the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
1309 <string name="android_beam_label">Android Beam</string>
1310 <!-- Explanation of the Android Beam feature in the Android Beam settings panel. The use of "beam" here is as a verb and not considered trademarked. [CHAR LIMIT=NONE] -->
1311 <string name="android_beam_explained">When this feature is turned on, you can beam app content to another NFC-capable device by holding the devices close together. For example, you can beam Browser pages, YouTube videos, People contacts, and more.\n\nJust bring the devices together (typically back to back) and then touch your screen. The app determines what gets beamed.</string>
1312
Irfan Sheriff536c3d72012-04-17 23:17:46 -07001313 <!-- Network service discovery settings -->
1314 <!-- Used in the 1st-level settings screen to turn on NSD -->
1315 <string name="nsd_quick_toggle_title">Network service discovery</string>
1316 <!-- Description of NFC in the 1st level settings screen. [CHAR LIMIT=NONE] -->
1317 <string name="nsd_quick_toggle_summary">Allow apps on other devices to discover apps on this device</string>
1318
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001319 <!-- Wi-Fi Settings --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001320 <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
Russell Brenner6de99052013-02-01 10:57:49 -08001321 <string name="wifi_quick_toggle_title">Wi\u2011Fi</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001322 <!-- Used in the 1st-level settings screen as the turn-on summary -->
Russell Brenner6de99052013-02-01 10:57:49 -08001323 <string name="wifi_quick_toggle_summary">Turn on Wi\u2011Fi</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001324 <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen [CHAR LIMIT=20]-->
Russell Brenner6de99052013-02-01 10:57:49 -08001325 <string name="wifi_settings">Wi\u2011Fi</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001326 <!-- Title of the Wi-fi settings screen -->
Russell Brenner6de99052013-02-01 10:57:49 -08001327 <string name="wifi_settings_category">Wi\u2011Fi settings</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001328 <!-- Title of the Wi-fi settings entry in the left top level menu -->
Russell Brenner6de99052013-02-01 10:57:49 -08001329 <string name="wifi_settings_title">Wi\u2011Fi</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001330 <!-- Summary text of the Wi-fi settings screen -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001331 <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
Russell Brenner37088512012-05-10 09:47:55 -07001332 <!-- Used in the 1st-level settings screen to turn on Wi-Fi [CHAR LIMIT=60] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001333 <string name="wifi_setup_wizard_title">Select Wi\u2011Fi</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001334 <!-- Summary text when turning Wi-Fi or bluetooth on -->
Russell Brenner6de99052013-02-01 10:57:49 -08001335 <string name="wifi_starting">Turning Wi\u2011Fi on\u2026</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001336 <!-- Summary text when turning Wi-Fi or bluetooth off -->
Russell Brenner6de99052013-02-01 10:57:49 -08001337 <string name="wifi_stopping">Turning off Wi\u2011Fi\u2026</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001338 <!-- Summary text when Wi-Fi or bluetooth has error -->
1339 <string name="wifi_error">Error</string>
1340 <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001341 <string name="wifi_in_airplane_mode">In Airplane mode</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001342 <!-- Toast message when Wi-Fi cannot scan for networks -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001343 <string name="wifi_fail_to_scan">Can\'t scan for networks</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001344 <!-- Checkbox title for option to notify user when open networks are nearby -->
1345 <string name="wifi_notify_open_networks">Network notification</string>
1346 <!-- Checkbox summary for option to notify user when open networks are nearby -->
1347 <string name="wifi_notify_open_networks_summary">Notify me when an open network is available</string>
Irfan Sherifff0780a72012-05-31 11:15:41 -07001348 <!-- Checkbox title for option to toggle poor network detection -->
1349 <string name="wifi_poor_network_detection">Avoid poor connections</string>
1350 <!-- Checkbox summary for option to toggle poor network detection -->
Russell Brenner6de99052013-02-01 10:57:49 -08001351 <string name="wifi_poor_network_detection_summary">Don\'t use a Wi\u2011Fi network unless it has a good Internet connection</string>
Irfan Sheriff1019ec12013-03-12 17:57:57 -07001352 <!-- Checkbox title for option to scan always available setting -->
1353 <string name="wifi_scan_always_available">Scanning always available</string>
1354 <!-- Checkbox summary for option to toggle scan always available setting -->
1355 <string name="wifi_scan_always_available_summary">Let Google\'s location service and other apps scan for networks, even when Wi-Fi is off</string>
Irfan Sheriff0f41b492013-03-29 11:15:07 -07001356 <!-- Preference title for option to install certificates -->
1357 <string name="wifi_install_credentials">Install certificates</string>
Irfan Sheriffd3863aa2013-03-21 12:16:52 -07001358 <string name="wifi_scan_notify_text_location_on">To improve location accuracy and for other purposes, Google and other apps may scan for nearby networks, even when Wi-Fi is off. If you don\'t want this to happen, go to Advanced &gt; Scanning always available.</string>
1359 <string name="wifi_scan_notify_text_location_off">Apps may scan for nearby networks, even when Wi-Fi is off. If you don\'t want this to happen, go to Advanced &gt; Scanning always available.</string>
1360 <!-- Wifi scan always mode checkbox text -->
1361 <string name="wifi_scan_notify_remember_choice">Don\'t show again</string>
Gilles Debunne829c5562011-09-08 16:51:39 -07001362 <!-- Setting title for setting the wifi sleep policy. Do we keep Wi-Fi active when the screen turns off? -->
Russell Brenner6de99052013-02-01 10:57:49 -08001363 <string name="wifi_setting_sleep_policy_title">Keep Wi\u2011Fi on during sleep</string>
Irfan Sheriffabeff002011-01-29 08:58:23 -08001364 <!-- Generic error message when the sleep policy could not be set. -->
1365 <string name="wifi_setting_sleep_policy_error">There was a problem changing the setting</string>
Irfan Sheriffaae06592012-08-09 15:09:10 -07001366 <!-- Checkbox title for option to toggle suspend power optimizations -->
Russell Brenner6de99052013-02-01 10:57:49 -08001367 <string name="wifi_suspend_optimizations">Wi\u2011Fi optimization</string>
Irfan Sheriffaae06592012-08-09 15:09:10 -07001368 <!-- Checkbox summary for option to toggle suspend power optimizations -->
Russell Brenner6de99052013-02-01 10:57:49 -08001369 <string name="wifi_suspend_optimizations_summary">Minimize battery usage when Wi\u2011Fi is on</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001370 <!-- Action bar text message to manually add a wifi network [CHAR LIMIT=20]-->
1371 <string name="wifi_add_network">Add network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001372 <!-- Header for the list of wifi networks-->
Russell Brenner6de99052013-02-01 10:57:49 -08001373 <string name="wifi_access_points">Wi\u2011Fi networks</string>
Irfan Sheriff6e0ddde2012-03-12 10:13:54 -07001374 <!-- Menu option to do WPS Push Button [CHAR LIMIT=25]-->
Irfan Sheriff90380122012-02-27 16:20:29 -08001375 <string name="wifi_menu_wps_pbc">WPS Push Button</string>
Casey Burkhardt91ecf272012-10-17 16:50:50 -07001376 <!-- Content description for menu button in Wifi setup. Not shown on the screen. [CHAR LIMIT=NONE] -->
1377 <string name="wifi_menu_more_options">More options</string>
Irfan Sheriff6e0ddde2012-03-12 10:13:54 -07001378 <!-- Menu option to do WPS Pin Entry [CHAR LIMIT=25]-->
Irfan Sheriff90380122012-02-27 16:20:29 -08001379 <string name="wifi_menu_wps_pin">WPS Pin Entry</string>
Irfan Sheriff6ac55542012-03-07 10:54:06 -08001380 <!-- Menu option to launch Wi-Fi Direct settings [CHAR LIMIT=20]-->
Russell Brenner6de99052013-02-01 10:57:49 -08001381 <string name="wifi_menu_p2p">Wi\u2011Fi Direct</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001382 <!-- Menu option to scan Wi-Fi networks -->
1383 <string name="wifi_menu_scan">Scan</string>
1384 <!-- Menu option to Wi-Fi advanced settings -->
1385 <string name="wifi_menu_advanced">Advanced</string>
1386 <!-- Menu option to connect to a Wi-Fi network -->
1387 <string name="wifi_menu_connect">Connect to network</string>
1388 <!-- Menu option to delete a Wi-Fi network -->
1389 <string name="wifi_menu_forget">Forget network</string>
1390 <!-- Menu option to modify a Wi-Fi network configuration -->
1391 <string name="wifi_menu_modify">Modify network</string>
Claudia de Veaux7dc36b92011-10-17 12:54:20 -07001392 <!-- Wi-Fi settings. text displayed when Wi-Fi is off and network list is empty [CHAR LIMIT=50]-->
Russell Brenner6de99052013-02-01 10:57:49 -08001393 <string name="wifi_empty_list_wifi_off">To see available networks, turn Wi\u2011Fi on.</string>
Vishal Mahaveer6243e8e2012-04-09 08:06:47 -05001394 <!-- Wi-Fi settings. text displayed when Wi-Fi is on and network list is empty [CHAR LIMIT=50]-->
Russell Brenner6de99052013-02-01 10:57:49 -08001395 <string name="wifi_empty_list_wifi_on">Searching for Wi\u2011Fi networks\u2026</string>
Maggie Benthall91c016d2013-04-23 15:03:22 -04001396 <!-- Wifi Settings. text displayed when user has restriction DISALLOW_CONFIG_WIFI [CHAR LIMIT=NONE]-->
1397 <string name="wifi_empty_list_user_restricted">You don\'t have permission to change the Wi\u2011Fi network.</string>
Michael Kolb9d5a6eb2012-05-23 10:26:53 -07001398 <!-- Wi-Fi settings. title for setup other network button [CHAR LIMIT=35]-->
1399 <string name="wifi_other_network">Other network\u2026</string>
1400 <!-- Wi-Fi settings. content description for more button [CHAR LIMIT=50]-->
1401 <string name="wifi_more">More</string>
1402 <!-- Wi-Fi settings. wps menu title [CHAR LIMIT=25]-->
1403 <string name="wifi_setup_wps">Automatic setup (WPS)</string>
Russell Brenner56a166e2012-10-19 18:55:14 -07001404 <!-- Message informing that wifi is required during setup [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001405 <string name="wifi_required_info_text">To complete setup, your tablet needs access to Wi\u2011Fi. After setup, you can switch between mobile data and Wi\u2011Fi.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001406
1407 <!-- Dialog for Access Points --> <skip />
Isaac Levyd621e092011-08-16 16:11:44 -07001408 <!-- Label to show/hide advanced options -->
1409 <string name="wifi_show_advanced">Show advanced options</string>
Irfan Sheriffdee5b262011-01-13 13:58:39 -08001410 <!-- Title for the WPS setup dialog [CHAR LIMIT=50] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001411 <string name="wifi_wps_setup_title">Wi\u2011Fi Protected Setup</string>
Irfan Sheriff90380122012-02-27 16:20:29 -08001412 <!-- Message in WPS dialog at start up [CHAR LIMIT=150] -->
1413 <string name="wifi_wps_setup_msg">Starting WPS\u2026</string>
1414 <!-- Message in WPS dialog for PBC after start up [CHAR LIMIT=150] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001415 <string name="wifi_wps_onstart_pbc">Press the Wi\u2011Fi Protected Setup button on your router. It may be called \"WPS\" or contain this symbol:</string>
Irfan Sheriff90380122012-02-27 16:20:29 -08001416 <!-- Message in WPS dialog for PIN after start up [CHAR LIMIT=150] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001417 <string name="wifi_wps_onstart_pin">Enter pin <xliff:g id="number">%1$s</xliff:g> on your Wi\u2011Fi router. The setup can take up to two minutes to complete.</string>
Irfan Sheriff90380122012-02-27 16:20:29 -08001418 <!-- Text displayed when WPS succeeds [CHAR LIMIT=150] -->
1419 <string name="wifi_wps_complete">WPS succeeded. Connecting to the network\u2026</string>
1420 <!-- Text displayed when Wi-Fi is connected through WPS [CHAR LIMIT=150] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001421 <string name="wifi_wps_connected">Connected to Wi\u2011Fi network <xliff:g id="network_name">%s</xliff:g></string>
Irfan Sheriff90380122012-02-27 16:20:29 -08001422 <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=150] -->
Isaac Levye7c0d662012-05-07 16:41:47 -07001423 <string name="wifi_wps_in_progress">WPS is already in progress and can take up to two minutes to complete</string>
Irfan Sheriff90380122012-02-27 16:20:29 -08001424 <!-- Text displayed when WPS fails to start [CHAR LIMIT=150] -->
1425 <string name="wifi_wps_failed_generic">WPS failed. Please try again in a few minutes.</string>
1426 <!-- Text displayed when WPS fails due to WEP [CHAR LIMIT=150] -->
1427 <string name="wifi_wps_failed_wep">The wireless router security setting (WEP) is not supported</string>
1428 <!-- Text displayed when WPS fails to TKIP [CHAR LIMIT=150] -->
1429 <string name="wifi_wps_failed_tkip">The wireless router security setting (TKIP) is not supported</string>
1430 <!-- Text displayed when WPS fails due to authentication issues [CHAR LIMIT=150] -->
1431 <string name="wifi_wps_failed_auth">Authentication failure. Please try again.</string>
1432 <!-- Text displayed when WPS fails due to another session [CHAR LIMIT=150] -->
1433 <string name="wifi_wps_failed_overlap">Another WPS session was detected. Please try again in a few minutes.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001434 <!-- Label for the SSID of the network -->
1435 <string name="wifi_ssid">Network SSID</string>
Jean Chalard0ac95052013-04-19 21:46:14 +09001436 <!-- Hint for a text field to enter the SSID of a hidden wifi network. [CHAR LIMIT=35] -->
1437 <string name="wifi_ssid_hint">Enter the SSID</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001438 <!-- Label for the security of the connection -->
1439 <string name="wifi_security">Security</string>
1440 <!-- Label for the signal strength of the connection -->
1441 <string name="wifi_signal">Signal strength</string>
1442 <!-- Label for the status of the connection -->
1443 <string name="wifi_status">Status</string>
1444 <!-- Label for the link speed of the connection -->
1445 <string name="wifi_speed">Link speed</string>
Felipe Lemef8d79862014-02-03 11:29:02 -08001446 <!-- Label for the frequency band of the connection -->
1447 <string name="wifi_frequency">Frequency</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001448 <!-- Label for the IP address of the connection -->
1449 <string name="wifi_ip_address">IP address</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001450 <!-- Hint text for the IP address -->
1451 <string name="wifi_ip_address_hint" translatable="false">192.168.1.128</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001452 <!-- Label for the EAP method of the network -->
1453 <string name="wifi_eap_method">EAP method</string>
Irfan Sheriffde3e5662010-06-02 15:25:13 -07001454 <!-- Label for the phase2 -->
1455 <string name="please_select_phase2">Phase 2 authentication</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001456 <!-- Label for the EAP CA certificate of the network -->
1457 <string name="wifi_eap_ca_cert">CA certificate</string>
1458 <!-- Label for the EAP user certificate of the network -->
1459 <string name="wifi_eap_user_cert">User certificate</string>
1460 <!-- Label for the EAP identity of the network -->
1461 <string name="wifi_eap_identity">Identity</string>
1462 <!-- Label for the EAP anonymous identity of the network -->
1463 <string name="wifi_eap_anonymous">Anonymous identity</string>
1464 <!-- Label for the password of the secured network -->
1465 <string name="wifi_password">Password</string>
1466 <!-- Label for the check box to show password -->
Irfan Sherifff027ce52010-08-30 17:03:28 -07001467 <string name="wifi_show_password">Show password</string>
Irfan Sheriffe82a4592010-09-22 13:41:41 -07001468 <!-- Label for the spinner to show ip settings [CHAR LIMIT=25] -->
Irfan Sherifff027ce52010-08-30 17:03:28 -07001469 <string name="wifi_ip_settings">IP settings</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001470 <!-- Hint for unchanged fields -->
1471 <string name="wifi_unchanged">(unchanged)</string>
1472 <!-- Hint for unspecified fields -->
1473 <string name="wifi_unspecified">(unspecified)</string>
1474 <!-- Summary for the remembered network. -->
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001475 <string name="wifi_remembered">Saved</string>
1476 <!-- Status for networks disabled for unknown reason -->
1477 <string name="wifi_disabled_generic">Disabled</string>
1478 <!-- Status for networked disabled from a DNS or DHCP failure -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001479 <string name="wifi_disabled_network_failure">Avoided poor Internet connection</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001480 <!-- Status for networks disabled from authentication failure (wrong password
1481 or certificate). -->
1482 <string name="wifi_disabled_password_failure">Authentication problem</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001483 <!-- Summary for the remembered network but currently not in range. -->
1484 <string name="wifi_not_in_range">Not in range</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001485 <!-- Substring of status line when Wi-Fi Protected Setup (WPS) is available and
Irfan Sheriff90380122012-02-27 16:20:29 -08001486 string is listed first [CHAR LIMIT=20]-->
1487 <string name="wifi_wps_available_first_item">WPS available</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001488 <!-- Substring of wifi status when Wi-Fi Protected Setup (WPS) is available and
1489 string is listed after a wifi_secured_* string-->
Irfan Sherifff911f8f2012-04-27 20:30:24 -07001490 <string name="wifi_wps_available_second_item">\u0020(WPS available)</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001491 <!-- Substring of wifi status for wifi with authentication. This version is for when the
1492 string is first in the list (titlecase in english) -->
1493 <string name="wifi_secured_first_item">Secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string>
1494 <!-- Substring of wifi status for wifi with authentication. This version is for when the
1495 string is not first in the list (lowercase in english) -->
1496 <string name="wifi_secured_second_item">, secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string>
1497
1498 <!-- Do not translate. Concise terminology for wifi with WEP security -->
1499 <string name="wifi_security_short_wep">WEP</string>
1500 <!-- Do not translate. Concise terminology for wifi with WPA security -->
1501 <string name="wifi_security_short_wpa">WPA</string>
1502 <!-- Do not translate. Concise terminology for wifi with WPA2 security -->
1503 <string name="wifi_security_short_wpa2">WPA2</string>
1504 <!-- Do not translate. Concise terminology for wifi with both WPA/WPA2 security -->
1505 <string name="wifi_security_short_wpa_wpa2">WPA/WPA2</string>
1506 <!-- Do not translate. Concise terminology for wifi with unknown PSK type -->
1507 <string name="wifi_security_short_psk_generic">@string/wifi_security_short_wpa_wpa2</string>
1508 <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security -->
1509 <string name="wifi_security_short_eap">802.1x</string>
1510
1511 <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. -->
1512 <string name="wifi_security_none">None</string>
1513
1514 <!-- Do not translate. Terminology for wifi with WEP security -->
1515 <string name="wifi_security_wep">WEP</string>
1516 <!-- Do not translate. Terminology for wifi with WPA security -->
1517 <string name="wifi_security_wpa">WPA PSK</string>
1518 <!-- Do not translate. Terminology for wifi with WPA2 security -->
1519 <string name="wifi_security_wpa2">WPA2 PSK</string>
1520 <!-- Do not translate. Terminology for wifi with both WPA/WPA2 security, or unknown -->
1521 <string name="wifi_security_wpa_wpa2">WPA/WPA2 PSK</string>
1522 <!-- Do not translate. Terminology for wifi with unknown PSK type -->
1523 <string name="wifi_security_psk_generic">@string/wifi_security_wpa_wpa2</string>
1524 <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security -->
1525 <string name="wifi_security_eap">802.1x EAP</string>
1526
Irfan Sheriff50f341d2013-03-18 13:11:47 -07001527 <string name="wifi_scan_always_turnon_message">To improve location accuracy and for other purposes, <xliff:g id="app_name">%1$s</xliff:g> wants to turn on network scanning, even when Wi-Fi is off.\n\nAllow this for all apps that want to scan?</string>
1528 <string name="wifi_scan_always_confirm_allow">Allow</string>
1529 <string name="wifi_scan_always_confirm_deny">Deny</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001530
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001531 <!-- Button label to connect to a Wi-Fi network -->
1532 <string name="wifi_connect">Connect</string>
Irfan Sheriff8f2f08e2012-02-24 11:24:13 -08001533 <!-- Failured notification for connect -->
1534 <string name="wifi_failed_connect_message">Failed to connect to network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001535 <!-- Button label to delete a Wi-Fi network -->
1536 <string name="wifi_forget">Forget</string>
Irfan Sheriff8f2f08e2012-02-24 11:24:13 -08001537 <!-- Failured notification for forget -->
1538 <string name="wifi_failed_forget_message">Failed to forget network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001539 <!-- Button label to save a Wi-Fi network configuration -->
1540 <string name="wifi_save">Save</string>
Irfan Sheriff8f2f08e2012-02-24 11:24:13 -08001541 <!-- Failured notification for save -->
1542 <string name="wifi_failed_save_message">Failed to save network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001543 <!-- Button label to dismiss the dialog -->
1544 <string name="wifi_cancel">Cancel</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001545 <!-- Button for skipping a step after having been warned of a potential concern [CHAR LIMIT=30] -->
Russell Brennera70688f2013-01-16 14:39:43 -08001546 <string name="wifi_skip_anyway">Skip anyway</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001547 <!-- Button for going to the previous screen or step [CHAR LIMIT=20] -->
1548 <string name="wifi_dont_skip">Don\'t skip</string>
1549
1550 <!-- Text warning about skipping Wi-Fi with a mobile connect (tablet) [CHAR LIMIT=NONE]-->
Russell Brennera70688f2013-01-16 14:39:43 -08001551 <string name="wifi_skipped_message" product="tablet">WARNING: You may incur extra carrier data charges.\n\nTablet setup can require significant network activity.</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001552 <!-- Text warning about skipping Wi-Fi with a mobile connect (phone) [CHAR LIMIT=NONE]-->
Russell Brennera70688f2013-01-16 14:39:43 -08001553 <string name="wifi_skipped_message" product="default">WARNING: You may incur extra carrier data charges.\n\nPhone setup can require significant network activity.</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001554 <!-- Text warning about skipping Wi-Fi without a mobile connect (tablet) [CHAR LIMIT=NONE] -->
Russell Brenner18f91752013-01-16 14:17:26 -08001555 <string name="wifi_and_mobile_skipped_message" product="tablet">WARNING: Until you have an internet connection, the tablet won\'t be able to verify that your software is up to date.</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001556 <!-- Text warning about skipping Wi-Fi without a mobile connect (phone) [CHAR LIMIT=NONE] -->
Russell Brenner18f91752013-01-16 14:17:26 -08001557 <string name="wifi_and_mobile_skipped_message" product="default">WARNING: Until you have an internet connection, the phone won\'t be able to verify that your software is up to date.</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001558 <!-- Text alerting that Wi-Fi couldn't connect (tablet) [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001559 <string name="wifi_connect_failed_message" product="tablet">The tablet was unable to connect to this Wi\u2011Fi network.</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001560 <!-- Text alerting that Wi-Fi couldn't connect (phone) [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001561 <string name="wifi_connect_failed_message" product="default">The phone was unable to connect to this Wi\u2011Fi network.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001562
1563 <!-- Wi-Fi Advanced Settings --> <skip />
1564 <!-- Wi-Fi settings screen, advanced, settings section. This is a header shown above advanced wifi settings. -->
Russell Brenner6de99052013-02-01 10:57:49 -08001565 <string name="wifi_advanced_titlebar">Advanced Wi\u2011Fi</string>
Irfan Sherifffa37a752010-11-04 13:45:32 -07001566 <!-- Wi-Fi settings screen, setting title for setting the band [CHAR LIMIT=50]-->
Russell Brenner6de99052013-02-01 10:57:49 -08001567 <string name="wifi_setting_frequency_band_title">Wi\u2011Fi frequency band</string>
Irfan Sherifffa37a752010-11-04 13:45:32 -07001568 <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
1569 <string name="wifi_setting_frequency_band_summary">Specify the frequency range of operation</string>
1570 <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
1571 <string name="wifi_setting_frequency_band_error">There was a problem setting the frequency band.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001572 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
1573 <string name="wifi_advanced_mac_address_title">MAC address</string>
1574 <!-- Title of the screen to adjust IP settings -->
Mike Lockwood68b80692010-04-20 11:53:49 -04001575 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
1576 <string name="wifi_advanced_ip_address_title">IP address</string>
1577
Gilles Debunnee78c1872011-06-20 15:00:07 -07001578 <!-- Wifi Advanced settings. Used as a label under the shortcut icon that goes to Wifi advanced settings. [CHAR LIMIT=20]-->
1579 <string name="wifi_advanced_settings_label">IP settings</string>
1580 <!-- Menu item to save the IP settings -->
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001581 <string name="wifi_ip_settings_menu_save">Save</string>
1582 <!-- Menu ietm to cancel the IP settings -->
1583 <string name="wifi_ip_settings_menu_cancel">Cancel</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001584 <!-- Error message if the IP address is not valid [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001585 <string name="wifi_ip_settings_invalid_ip_address">Type a valid IP address.</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001586 <!-- Error message if the gateway is not valid [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001587 <string name="wifi_ip_settings_invalid_gateway">Type a valid gateway address.</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001588 <!-- Error message if the dns is not valid [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001589 <string name="wifi_ip_settings_invalid_dns">Type a valid DNS address.</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001590 <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001591 <string name="wifi_ip_settings_invalid_network_prefix_length">Type a network prefix length between 0 and 32.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001592 <!-- Label for the DNS (first one) -->
1593 <string name="wifi_dns1">DNS 1</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001594 <!-- Hint text for DNS -->
1595 <string name="wifi_dns1_hint" translatable="false">8.8.8.8</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001596 <!-- Label for the DNS (second one)-->
1597 <string name="wifi_dns2">DNS 2</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001598 <!-- Hint text for DNS -->
Irfan Sheriffae0f6d92012-07-29 19:18:03 -07001599 <string name="wifi_dns2_hint" translatable="false">8.8.4.4</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001600 <!-- Label for the gateway of the network -->
1601 <string name="wifi_gateway">Gateway</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001602 <!-- Hint text for the gateway -->
1603 <string name="wifi_gateway_hint" translatable="false">192.168.1.1</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001604 <!-- Label for the network prefix of the network [CHAR LIMIT=25]-->
1605 <string name="wifi_network_prefix_length">Network prefix length</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001606 <!-- Hint text for network prefix length -->
1607 <string name="wifi_network_prefix_length_hint" translatable="false">24</string>
Irfan Sheriff65cff172010-02-08 10:46:30 -08001608
repo syncb98463f2011-06-30 10:58:43 -07001609 <!-- Wi-Fi p2p / Wi-Fi Direct settings -->
1610 <!-- Used in the 1st-level settings screen to launch Wi-fi Direct settings [CHAR LIMIT=25] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001611 <string name="wifi_p2p_settings_title">Wi\u2011Fi Direct</string>
Eric Fischerdfb894c2011-10-04 14:57:57 -07001612 <string name="wifi_p2p_device_info">Device information</string>
repo syncb98463f2011-06-30 10:58:43 -07001613 <string name="wifi_p2p_persist_network">Remember this connection</string>
1614 <!-- Menu option to discover peers-->
Irfan Sheriffa318d1e2012-03-09 14:25:37 -08001615 <string name="wifi_p2p_menu_search">Search for devices</string>
1616 <!-- Menu option when discovery is in progress [CHAR LIMIT=25] -->
1617 <string name="wifi_p2p_menu_searching">Searching\u2026</string>
Irfan Sheriff8c2ac712011-11-28 15:10:35 -08001618 <!-- Menu option to Rename-->
1619 <string name="wifi_p2p_menu_rename">Rename device</string>
Irfan Sheriff25920832011-09-09 17:06:05 -07001620 <!-- Title for available p2p devices -->
Irfan Sheriffa318d1e2012-03-09 14:25:37 -08001621 <string name="wifi_p2p_peer_devices">Peer devices</string>
Yoshihiko Ikenagaf3f14662012-08-27 22:10:05 +09001622 <!-- Title for remembered p2p groups -->
1623 <string name="wifi_p2p_remembered_groups">Remembered groups</string>
Irfan Sheriff8c2ac712011-11-28 15:10:35 -08001624 <!-- Toast text for a failed connection initiation -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001625 <string name="wifi_p2p_failed_connect_message">Couldn\'t connect.</string>
Irfan Sheriff97617ce2012-04-25 16:32:19 -07001626 <!-- Message text for failure to rename -->
1627 <string name="wifi_p2p_failed_rename_message">Failed to rename device.</string>
Irfan Sheriff8c2ac712011-11-28 15:10:35 -08001628 <!-- Title for disconnect dialog -->
1629 <string name="wifi_p2p_disconnect_title">Disconnect?</string>
Irfan Sheriff97617ce2012-04-25 16:32:19 -07001630 <!-- Message text for disconnection from one device-->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001631 <string name="wifi_p2p_disconnect_message">If you disconnect, your connection with <xliff:g id="peer_name">%1$s</xliff:g> will end.</string>
Irfan Sheriff97617ce2012-04-25 16:32:19 -07001632 <!-- Message text for disconnection from multiple devices-->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001633 <string name="wifi_p2p_disconnect_multiple_message">If you disconnect, your connection with <xliff:g id="peer_name">%1$s</xliff:g> and <xliff:g id="peer_count">%2$s</xliff:g> other devices will end.</string>
Irfan Sheriffc08caf72012-04-06 15:24:26 -07001634 <!-- Title for cancel connect dialog -->
1635 <string name="wifi_p2p_cancel_connect_title">Cancel invitation?</string>
Irfan Sheriff97617ce2012-04-25 16:32:19 -07001636 <!-- Message text for disconnection from one device-->
Irfan Sheriffc08caf72012-04-06 15:24:26 -07001637 <string name="wifi_p2p_cancel_connect_message">Do you want to cancel invitation to connect with <xliff:g id="peer_name">%1$s</xliff:g>?</string>
Yoshihiko Ikenagaf3f14662012-08-27 22:10:05 +09001638 <!-- Message text for remembered group deletion-->
Irfan Sherifffb6faab2012-09-18 21:03:42 -07001639 <string name="wifi_p2p_delete_group_message">Forget this group?</string>
repo syncb98463f2011-06-30 10:58:43 -07001640
Irfan Sheriff65cff172010-02-08 10:46:30 -08001641 <!-- Wifi AP settings-->
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001642 <!-- Label for wifi tether checkbox. Toggles Access Point on/off -->
Russell Brenner6de99052013-02-01 10:57:49 -08001643 <string name="wifi_tether_checkbox_text">Portable Wi\u2011Fi hotspot</string>
Vishal Mahaveer9fc89cc2012-05-02 15:21:44 -05001644 <!-- Summary text when turning hotspot on -->
1645 <string name="wifi_tether_starting">Turning hotspot on\u2026</string>
1646 <!-- Summary text when turning hotspot off -->
1647 <string name="wifi_tether_stopping">Turning off hotspot\u2026</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001648 <!-- Subtext for wifi tether checkbox on success -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001649 <string name="wifi_tether_enabled_subtext">Portable hotspot <xliff:g id="network_ssid">%1$s</xliff:g> active</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001650 <!-- Subtext for wifi tether checkbox on failure -->
Russell Brenner6de99052013-02-01 10:57:49 -08001651 <string name="wifi_tether_failed_subtext">Portable Wi\u2011Fi hotspot error</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001652 <!-- Used to open the ssid and security dialog for Wifi Access Point -->
Russell Brenner6de99052013-02-01 10:57:49 -08001653 <string name="wifi_tether_configure_ap_text">Set up Wi\u2011Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001654 <!-- Subtext on configuration preference to indicate SSID and security chosen -->
Russell Brenner6de99052013-02-01 10:57:49 -08001655 <string name="wifi_tether_configure_subtext"><xliff:g id="network_ssid">%1$s</xliff:g> <xliff:g id="network_security">%2$s</xliff:g> portable Wi\u2011Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001656 <!-- Default access point SSID used for tethering -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001657 <string name="wifi_tether_configure_ssid_default">AndroidHotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001658
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001659 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1660 Wi-Fi Testing on the diagnostic screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001661 <string name="testing_wifi_info" translatable="false">Wi-Fi information</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001662 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1663 Menu item for WifiManager disableNetwork API-->
1664 <string name="disableNetwork" translatable="false">disableNetwork</string>
1665 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1666 Menu item for WifiManager enableNetwork API-->
1667 <string name="enableNetwork" translatable="false">enableNetwork</string>
1668 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1669 Menu item for WifiManager disconnect API-->
1670 <string name="disconnect" translatable="false">disconnect</string>
1671 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1672 Menu item for WifiManager getConfiguredNetworks API-->
1673 <string name="getConfiguredNetworks" translatable="false">getConfiguredNetworks</string>
1674 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1675 Menu item for WifiManager getConnectionInfo API-->
1676 <string name="getConnectionInfo" translatable="false">getConnectionInfo</string>
1677 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1678 Menu item on Wifi information screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001679 <string name="wifi_api_test" translatable="false">Wi-Fi API</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001680 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1681 Menu item on Wifi information screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001682 <string name="wifi_status_test" translatable="false">Wi-Fi status</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001683 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1684 Button text on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001685 <string name="wifi_update" translatable="false">Refresh stats</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001686 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1687 Label on Wifi Status screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001688 <string name="wifi_state_label" translatable="false">Wi-Fi state:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001689 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1690 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001691 <string name="network_state_label" translatable="false">Network state:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001692 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1693 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001694 <string name="supplicant_state_label" translatable="false">Supplicant state:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001695 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1696 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001697 <string name="rssi_label" translatable="false">RSSI:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001698 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1699 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001700 <string name="bssid_label" translatable="false">BSSID:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001701 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1702 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001703 <string name="ssid_label" translatable="false">SSID:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001704 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1705 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001706 <string name="hidden_ssid_label" translatable="false">Hidden SSID:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001707 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1708 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001709 <string name="ipaddr_label" translatable="false">IPaddr:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001710 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1711 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001712 <string name="macaddr_label" translatable="false">MAC addr:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001713 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1714 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001715 <string name="networkid_label" translatable="false">Network ID:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001716 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1717 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001718 <string name="link_speed_label" translatable="false">Link speed:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001719 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1720 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001721 <string name="scan_list_label" translatable="false">Scan results:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001722
1723 <!-- wifi state values-->
1724 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1725 <string name="wifi_state_disabling" translatable="false">Disabling</string>
1726 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1727 <string name="wifi_state_disabled" translatable="false">Disabled</string>
1728 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1729 <string name="wifi_state_enabling" translatable="false">Enabling</string>
1730 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1731 <string name="wifi_state_enabled" translatable="false">Enabled</string>
1732 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1733 <string name="wifi_state_unknown" translatable="false">Unknown</string>
1734
1735 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1736 Menu item on Wifi information screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001737 <string name="wifi_config_info" translatable="false">Wi-Fi config</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001738 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1739 Label on Wifi Configuration screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001740 <string name="config_list_label" translatable="false">Configured networks</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001741
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001742 <!-- Sound and alerts settings -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001743 <skip/>
Eric Fischer0f7b72f2011-08-02 16:46:51 -07001744 <!-- Main Settings screen setting option name to go into the display settings screen -->
Christopher Tatee238a472013-08-27 14:21:46 -07001745 <string name="home_settings">Home</string>
Eric Fischer0f7b72f2011-08-02 16:46:51 -07001746 <string name="display_settings_title">Display</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001747 <!-- Sound settings screen heading -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001748 <string name="sound_settings">Sound</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001749 <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001750 <string name="ringtone_title">Phone ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001751 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001752 <string name="ringtone_summary">""</string>
1753 <!-- Sound settings screen, volume title -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001754 <string name="all_volume_title">Volumes</string>
Marco Nelissen6eca4b32011-07-15 15:02:03 -07001755 <!-- Sound settings screen, music effects title [CHAR LIMIT=30]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001756 <string name="musicfx_title">Music effects</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001757 <!-- Sound settings screen, setting option name -->
1758 <string name="ring_volume_title">Ringer volume</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001759 <!-- Sound settings screen, setting option name checkbox -->
Daniel Sandler58cf8292010-02-26 15:25:04 -05001760 <string name="vibrate_in_silent_title">Vibrate when silent</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001761 <!-- Sound settings screen, setting option name -->
Daniel Sandler7bed18e2012-12-04 09:05:10 -05001762 <string name="notification_sound_title">Default notification sound</string>
Amith Yamasani8f2fb65b2009-12-01 19:06:14 -08001763 <!-- Sound settings screen, notification light repeat pulsing title -->
1764 <string name="notification_pulse_title">Pulse notification light</string>
Chris Wrenad1b7eb2014-02-28 16:16:59 -05001765 <!-- Display settings screen, notification popups are enabled [CHAR LIMIT=30] -->
1766 <string name="heads_up_enabled_title">Heads Up Notifications</string>
1767 <!-- Display settings screen, notification popups are explained [CHAR LIMIT=45]-->
1768 <string name="heads_up_enabled_summary">Important notifications will pop up</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001769 <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001770 <string name="incoming_call_volume_title">Ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001771 <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001772 <string name="notification_volume_title">Notification</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001773 <!-- Sound settings screen, the caption of the checkbox for having the notification volume be
1774 the same as the incoming call volume. -->
1775 <string name="checkbox_notification_same_as_incoming_call">Use incoming call volume for notifications</string>
1776 <!-- Sound settings screen, setting option title-->
Daniel Sandler7bed18e2012-12-04 09:05:10 -05001777 <string name="notification_sound_dialog_title">Default notification sound</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001778 <!-- Sound settings screen, setting option name -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001779 <string name="media_volume_title">Media</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001780 <!-- Sound settings screen, setting option summary text -->
1781 <string name="media_volume_summary">Set volume for music and videos</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08001782 <!-- Sound settings screen, alarm volume slider title -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001783 <string name="alarm_volume_title">Alarm</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001784 <!-- Sound settings screen, dock settings summary-->
1785 <string name="dock_settings_summary">Audio settings for the attached dock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001786 <!-- Sound settings screen, setting check box label -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001787 <string name="dtmf_tone_enable_title">Dial pad touch tones</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001788 <!-- Sound settings screen, setting check box label -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001789 <string name="sound_effects_enable_title">Touch sounds</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001790 <!-- Sound settings screen, setting check box label -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001791 <string name="lock_sounds_enable_title">Screen lock sound</string>
Daniel Sandler231d8802010-02-17 15:35:21 -05001792 <!-- Sound settings screen, setting check box label -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001793 <string name="haptic_feedback_enable_title">Vibrate on touch</string>
Jean-Michel Trivi9d6be2b2009-10-30 16:03:47 -07001794 <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments -->
1795 <string name="audio_record_proc_title">Noise cancellation</string>
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001796 <!-- Volume description for media volume -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001797 <string name="volume_media_description">Music, video, games, &amp; other media</string>
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001798 <!-- Volume description for ringtone and notification volume -->
1799 <string name="volume_ring_description">Ringtone &amp; notifications</string>
1800 <!-- Volume description for notification volume -->
1801 <string name="volume_notification_description">Notifications</string>
1802 <!-- Volume description for alarm volume -->
1803 <string name="volume_alarm_description">Alarms</string>
alanv0aa7c4f2012-05-21 17:55:19 -07001804 <!-- Image description for ringer volume mute button. -->
1805 <string name="volume_ring_mute">Mute ringtone &amp; notifications</string>
1806 <!-- Image description for media volume mute button. -->
1807 <string name="volume_media_mute">Mute music &amp; other media</string>
1808 <!-- Image description for notification volume mute button. -->
1809 <string name="volume_notification_mute">Mute notifications</string>
1810 <!-- Image description for alarm volume mute button. -->
1811 <string name="volume_alarm_mute">Mute alarms</string>
Daisuke Miyakawa8b878db2012-05-08 12:26:23 -07001812 <!-- Sound settings screen, setting option name checkbox. About vibration setting
1813 during incoming calls. [CHAR LIMIT=30] -->
1814 <string name="vibrate_when_ringing_title">Vibrate when ringing</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001815
Amith Yamasani237749d2010-01-14 16:21:51 -08001816 <!-- Dock settings title, top level -->
1817 <string name="dock_settings">Dock</string>
1818 <!-- Dock settings title -->
1819 <string name="dock_settings_title">Dock settings</string>
1820 <!-- Dock audio settings -->
1821 <string name="dock_audio_settings_title">Audio</string>
1822 <!-- Dock audio summary for docked to desk dock -->
1823 <string name="dock_audio_summary_desk">Settings for the attached desktop dock</string>
1824 <!-- Dock audio summary for docked to car dock -->
1825 <string name="dock_audio_summary_car">Settings for the attached car dock</string>
1826 <!-- Dock audio summary for undocked -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001827 <string name="dock_audio_summary_none" product="tablet">Tablet not docked</string>
1828 <!-- Dock audio summary for undocked -->
1829 <string name="dock_audio_summary_none" product="default">Phone not docked</string>
Amith Yamasani237749d2010-01-14 16:21:51 -08001830 <!-- Dock audio summary for docked to unknown -->
1831 <string name="dock_audio_summary_unknown">Settings for the attached dock</string>
1832 <!-- Dock not found dialog title -->
1833 <string name="dock_not_found_title">Dock not found</string>
1834 <!-- Dock not found dialog text -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07001835 <string name="dock_not_found_text" product="tablet">You need to dock the tablet before setting up dock audio.</string>
Eric Fischerc9904f02010-11-01 16:54:51 -07001836 <!-- Dock not found dialog text -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07001837 <string name="dock_not_found_text" product="default">You need to dock the phone before setting up dock audio.</string>
Daniel Sandlerfc01d062010-03-02 20:24:49 -05001838 <!-- Dock settings screen, dock events SFX setting check box label -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001839 <string name="dock_sounds_enable_title">Dock insert sound</string>
Daniel Sandlerfc01d062010-03-02 20:24:49 -05001840 <!-- Dock settings screen, setting option summary text when check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001841 <string name="dock_sounds_enable_summary_on" product="tablet">Play sound when inserting or removing tablet from dock</string>
1842 <!-- Dock settings screen, setting option summary text when check box is selected -->
1843 <string name="dock_sounds_enable_summary_on" product="default">Play sound when inserting or removing phone from dock</string>
Daniel Sandlerfc01d062010-03-02 20:24:49 -05001844 <!-- Sound settings screen, setting option summary text when check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001845 <string name="dock_sounds_enable_summary_off" product="tablet">Don\'t play sound when inserting or removing tablet from dock</string>
1846 <!-- Sound settings screen, setting option summary text when check box is clear -->
1847 <string name="dock_sounds_enable_summary_off" product="default">Don\'t play sound when inserting or removing phone from dock</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08001848
Amith Yamasanid1ab8282012-05-18 09:50:08 -07001849 <!-- Account settings header. [CHAR LIMIT=30] -->
1850 <string name="account_settings">Accounts</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001851
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001852 <!-- Main Settings screen, setting option name to go into search settings -->
1853 <string name="search_settings">Search</string>
1854 <!-- Main Settings screen, setting option summary to go into search settings -->
Roy Westd2e3b012009-06-25 13:40:28 -07001855 <string name="search_settings_summary">Manage search settings and history</string>
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001856
Amith Yamasanic81c2572011-07-28 12:14:47 -07001857 <!-- Display settings --><skip/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001858 <!-- Sound & display settings screen, section header for settings related to display -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001859 <string name="display_settings">Display</string>
Jeff Brown56c58d52012-06-04 15:37:57 -07001860 <!-- Sound & display settings screen, accelerometer-based rotation check box label -->
1861 <string name="accelerometer_title">Auto-rotate screen</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001862 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001863 <string name="accelerometer_summary_on" product="tablet">Switch orientation automatically when rotating tablet</string>
1864 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
1865 <string name="accelerometer_summary_on" product="default">Switch orientation automatically when rotating phone</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001866 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001867 <string name="accelerometer_summary_off" product="tablet">Switch orientation automatically when rotating tablet</string>
1868 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
1869 <string name="accelerometer_summary_off" product="default">Switch orientation automatically when rotating phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001870 <!-- Sound & display settings screen, setting option name to change brightness -->
1871 <string name="brightness">Brightness</string>
1872 <!-- Sound & display settings screen, setting option summary to change brightness -->
1873 <string name="brightness_summary">Adjust the brightness of the screen</string>
1874 <!-- Sound & display settings screen, setting option name to change screen timeout -->
Claudia de Veauxb6ba1f92011-08-08 12:22:18 -07001875 <string name="screen_timeout">Sleep</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001876 <!-- Sound & display settings screen, setting option summary to change screen timeout -->
Claudia de Veauxb6ba1f92011-08-08 12:22:18 -07001877 <string name="screen_timeout_summary">After <xliff:g id="timeout_description">%1$s</xliff:g> of inactivity</string>
Amith Yamasanifcbf7cf2011-06-16 16:55:28 -07001878 <!-- Wallpaper settings title [CHAR LIMIT=30] -->
1879 <string name="wallpaper_settings_title">Wallpaper</string>
Amith Yamasania4379d62011-07-22 10:34:58 -07001880 <!-- Wallpaper settings fragment title [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001881 <string name="wallpaper_settings_fragment_title">Choose wallpaper from</string>
Daniel Sandler2943cfa2011-04-15 11:18:57 -04001882 <!-- Display settings screen, trigger for screen saver options -->
Daniel Sandler4125fbd2012-10-24 23:34:28 -04001883 <string name="screensaver_settings_title">Daydream</string>
John Spurlock8a9edfb2012-11-27 10:15:51 -05001884 <!-- Display settings screen, summary fragment for screen saver options, activated when docked or asleep and charging -->
John Spurlock6df18e22012-08-22 09:21:58 -04001885 <string name="screensaver_settings_summary_either_long">When docked or asleep and charging</string>
John Spurlock8a9edfb2012-11-27 10:15:51 -05001886 <!-- Dream settings screen, dialog option, activated when docked or asleep and charging -->
John Spurlock6df18e22012-08-22 09:21:58 -04001887 <string name="screensaver_settings_summary_either_short">Either</string>
John Spurlock8a9edfb2012-11-27 10:15:51 -05001888 <!-- Display settings screen, summary fragment for screen saver options, activated when asleep and charging -->
Chris Wren23a5fbb2012-10-02 09:42:39 -04001889 <string name="screensaver_settings_summary_sleep">While charging</string>
John Spurlockd541b6f2012-07-31 08:24:27 -04001890 <!-- Display settings screen, summary fragment for screen saver options, activated when docked -->
John Spurlock6df18e22012-08-22 09:21:58 -04001891 <string name="screensaver_settings_summary_dock">While docked</string>
Daniel Sandler6f0ea442011-11-17 10:44:51 -08001892 <!-- Display settings screen, summary for screen saver options, screen saver is turned off -->
Chris Wren23a5fbb2012-10-02 09:42:39 -04001893 <string name="screensaver_settings_summary_off">Off</string>
John Spurlock6df18e22012-08-22 09:21:58 -04001894 <!-- Dream settings screen, caption for when dreams are disabled -->
Daniel Sandlerbcebe482012-10-30 09:59:16 -04001895 <string name="screensaver_settings_disabled_prompt">To control what happens when the phone is docked and/or sleeping, turn Daydream on.</string>
John Spurlock6df18e22012-08-22 09:21:58 -04001896 <!-- Dream settings screen, action label, when to dream -->
Daniel Sandler3bdbf452012-10-23 01:22:36 -04001897 <string name="screensaver_settings_when_to_dream">When to daydream</string>
John Spurlock1537e8b2012-09-04 07:55:46 -04001898 <!-- Dream settings screen, button label to start dreaming -->
Daniel Sandler3bdbf452012-10-23 01:22:36 -04001899 <string name="screensaver_settings_dream_start">Start now</string>
alanv364082e2012-10-02 17:16:18 -07001900 <!-- Dream settings screen, button label for settings for a specific screensaver -->
1901 <string name="screensaver_settings_button">Settings</string>
Dan Murphya0968882009-08-27 15:05:23 -05001902 <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
1903 <string name="automatic_brightness">Automatic brightness</string>
Dianne Hackborn6677e562011-03-04 17:30:54 -08001904 <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
1905 <string name="title_font_size">Font size</string>
Christopher Tate75d8d312011-08-02 16:43:47 -07001906 <!-- Sound & display settings screen, setting option summary displaying the currently selected font size -->
1907 <string name="summary_font_size" translatable="false">%1$s</string>
Dianne Hackborn6677e562011-03-04 17:30:54 -08001908 <!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size -->
Amith Yamasanibf4cce72011-08-16 18:25:40 -07001909 <string name="dialog_title_font_size">Font size</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001910
1911 <!-- SIM lock settings title -->
1912 <string name="sim_lock_settings">SIM card lock settings</string>
1913 <!-- Security & location settings screen, setting option name -->
1914 <string name="sim_lock_settings_category">Set up SIM card lock</string>
1915 <!-- Security & location settings screen, section heading for settings related to sim card locking -->
1916 <string name="sim_lock_settings_title">SIM card lock</string>
1917 <!-- SIM card lock settings screen, setting check box label -->
1918 <string name="sim_pin_toggle">Lock SIM card</string>
1919 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001920 <string name="sim_lock_on" product="tablet">Require PIN to use tablet</string>
1921 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
1922 <string name="sim_lock_on" product="default">Require PIN to use phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001923 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001924 <string name="sim_lock_off" product="tablet">Require PIN to use tablet</string>
1925 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
1926 <string name="sim_lock_off" product="default">Require PIN to use phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001927 <!-- SIM card lock settings screen, setting option name to change the SIM PIN -->
1928 <string name="sim_pin_change">Change SIM PIN</string>
1929 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1930 <string name="sim_enter_pin">SIM PIN</string>
1931 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1932 <string name="sim_enable_sim_lock">Lock SIM card</string>
1933 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1934 <string name="sim_disable_sim_lock">Unlock SIM card</string>
1935 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1936 <string name="sim_enter_old">Old SIM PIN</string>
1937 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1938 <string name="sim_enter_new">New SIM PIN</string>
1939 <string name="sim_reenter_new">Re-type new PIN</string>
1940 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1941 <string name="sim_change_pin">SIM PIN</string>
1942 <!-- SIM card lock settings screen, SIM PIN dialog message when wrong PIN is entered -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001943 <string name="sim_bad_pin">Incorrect PIN</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001944 <!-- SIM card lock settings screen, SIM PIN dialog message when PINs don't match -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001945 <string name="sim_pins_dont_match">PINs don\'t match</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001946 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001947 <string name="sim_change_failed">Can\'t change PIN.\nPossibly incorrect PIN.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001948 <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct-->
1949 <string name="sim_change_succeeded">SIM PIN changed successfully</string>
1950 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001951 <string name="sim_lock_failed">Can\'t change SIM card lock state.\nPossibly incorrect PIN.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001952 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1953 <string name="sim_enter_ok">OK</string>
1954 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1955 <string name="sim_enter_cancel">Cancel</string>
1956
Wink Saville82465792013-10-23 17:07:10 -07001957 <!-- Instructions telling the user that they entered the wrong SIM PIN for the last time.
1958 Displayed in a dialog box. -->
1959 <string name="wrong_pin_code_pukked">Incorrect SIM PIN code you must now contact your carrier to unlock your device.</string>
1960 <!-- Instructions telling the user that they entered the wrong SIM PIN while trying
1961 to unlock the keyguard. Displayed in a dialog box. -->
1962 <plurals name="wrong_pin_code">
1963 <item quantity="one">Incorrect SIM PIN code, you have <xliff:g id="number">%d</xliff:g> remaining attempt before you must contact your carrier to unlock your device.</item>
1964 <item quantity="other">Incorrect SIM PIN code, you have <xliff:g id="number">%d</xliff:g> remaining attempts.</item>
1965 </plurals>
1966 <!-- Instructions telling the user that the operation to unlock the keyguard
1967 with SIM PIN failed. Displayed in one line in a large font. -->
1968 <string name="pin_failed">SIM PIN operation failed!</string>
1969
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001970 <!-- Advanced (used for diagnostics) device info activity title -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001971 <string name="device_info_settings" product="tablet">Tablet status</string>
1972 <!-- Advanced (used for diagnostics) device info activity title -->
1973 <string name="device_info_settings" product="default">Phone status</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001974
1975 <!-- About phone screen, list item title. Takes the user to the screen for seeing and installing system updates. -->
1976 <string name="system_update_settings_list_item_title">System updates</string>
1977 <!-- About phone screen, list item summary. Takes the user to the screen for seeing and installing system updates. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001978 <string name="system_update_settings_list_item_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001979
1980 <!-- About phone screen, status item label -->
mah03878a42010-02-18 13:11:19 -08001981 <string name="firmware_version">Android version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001982 <!-- About phone screen, status item label-->
1983 <string name="model_number">Model number</string>
John Wangb0b45c02011-06-30 14:31:44 -07001984 <!-- About phone screen, fcc equipment id label-->
1985 <string name="fcc_equipment_id">Equipment ID</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001986 <!-- About phone screen, setting option name-->
1987 <string name="baseband_version">Baseband version</string>
1988 <!-- About phone screen, setting option name-->
1989 <string name="kernel_version">Kernel version</string>
1990 <!-- About phone screen, setting option name-->
1991 <string name="build_number">Build number</string>
Stephen Smalleyb4e84f32012-02-03 11:14:48 -05001992 <!-- About phone screen, setting option name-->
1993 <string name="selinux_status">SELinux status</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001994
1995 <!-- About phone screen, show when a value of some status item is unavailable. -->
1996 <string name="device_info_not_available">Not available</string>
1997 <!-- About phone screen, phone status screen title -->
1998 <string name="device_status_activity_title">Status</string>
1999 <!-- About phone screen, title of the item to go into the Phone status screen -->
2000 <string name="device_status">Status</string>
Amith Yamasaniffe813c2011-01-09 13:44:56 -08002001 <!-- About tablet screen, summary of the item that takes you to tablet status screen -->
2002 <string name="device_status_summary" product="tablet">Status of the battery, network, and other information</string>
Amith Yamasanic35b1a22011-01-11 14:18:44 -08002003 <!-- About phone screen, summary of the item to go into the phone status screen -->
2004 <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
Roy West71ac3192010-12-04 08:50:03 -08002005 <!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
2006 <string name="storage_settings" >Storage</string>
2007 <!-- Storage settings screen title -->
Amith Yamasanid7993472010-08-18 13:59:28 -07002008 <string name="storage_settings_title">Storage settings</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002009 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
Roy West825db2d2010-10-14 05:07:45 -07002010 <string name="storage_settings_summary" product="nosdcard">Unmount USB storage, view available storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002011 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
2012 <string name="storage_settings_summary" product="default">Unmount SD card, view available storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002013 <!-- Do not translate. About phone, status item title -->
2014 <string name="status_imei">IMEI</string>
2015 <!-- Do not translate. About phone, status item title -->
2016 <string name="status_imei_sv">IMEI SV</string>
Amith Yamasanib409b902011-01-24 08:56:07 -08002017 <!-- About tablet, status item title. The Mobile Directory Number [CHAR LIMIT=30] -->
2018 <string name="status_number" product="tablet">MDN</string>
2019 <!-- About phone, status item title. The phone number of the current device [CHAR LIMIT=30] -->
2020 <string name="status_number" product="default">My phone number</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05002021 <!-- About phone, status item title. The phone MIN number of the current device.-->
2022 <string name="status_min_number">MIN</string>
sy310.choi95364e42011-05-24 14:19:16 +09002023 <!-- About phone, status item title. The phone MSID number of the current device.-->
2024 <string name="status_msid_number">MSID</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05002025 <!-- About phone, status item title. The phone PRL Version of the current device.-->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08002026 <string name="status_prl_version">PRL version</string>
John Wangd7b2dcc2011-07-11 17:05:04 -07002027 <!-- About phone, status item title. The phone MEID number of the current LTE/CDMA device. [CHAR LIMIT=30] -->
2028 <string name="status_meid_number">MEID</string>
2029 <!-- About phone, status item title. The ICCID of the current LTE device. [CHAR LIMIT=30] -->
2030 <string name="status_icc_id">ICCID</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002031 <!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
2032 <string name="status_network_type">Mobile network type</string>
Jake Hambybc5d9272012-12-03 17:24:30 -08002033 <!-- About phone, status item title for the latest area info cell broadcast received (Brazil only). -->
2034 <string name="status_latest_area_info">Operator info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002035 <!-- About phone, status item title. The status of data access. For example, the value may be "Connected" -->
2036 <string name="status_data_state">Mobile network state</string>
2037 <!-- About phone, status item title. The status of whether we have service. for example, the value may be "In service" -->
2038 <string name="status_service_state">Service state</string>
2039 <!-- About phone, status item title. The current cell tower signal strength -->
2040 <string name="status_signal_strength">Signal strength</string>
2041 <!-- About phone, status item title, The status for roaming. For example, the value might be "Not roaming" -->
2042 <string name="status_roaming">Roaming</string>
2043 <!-- About phone, status item title. The cell carrier that the user is connected to. -->
2044 <string name="status_operator">Network</string>
2045 <!-- About phone, status item title. The MAC address of the Wi-Fi network adapter. -->
Russell Brenner6de99052013-02-01 10:57:49 -08002046 <string name="status_wifi_mac_address">Wi\u2011Fi MAC address</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002047 <!-- About phone, status item title. The bluetooth adapter's hardware address-->
2048 <string name="status_bt_address">Bluetooth address</string>
Doug Zongker489c7bf2011-02-25 14:45:08 -08002049 <!-- About phone, status item title. The hardware serial number. [CHAR LIMIT=30]-->
2050 <string name="status_serial_number">Serial number</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002051 <!-- About phone, status item value if the actual value is not available. -->
2052 <string name="status_unavailable">Unavailable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002053 <!-- About phone, status item title. How long the device has been running since its last reboot. -->
2054 <string name="status_up_time">Up time</string>
2055 <!-- About phone, status item title. How much time the device has had its main CPU awake. -->
2056 <string name="status_awake_time">Awake time</string>
2057 <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the phone's internal storage -->
Roy West825db2d2010-10-14 05:07:45 -07002058 <string name="internal_memory">Internal storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002059 <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -07002060 <string name="sd_memory" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002061 <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card -->
Eric Fischer5698a752010-09-28 16:35:31 -07002062 <string name="sd_memory" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002063 <!-- SD card & phone storage settings title. The amount of free space for some storage partition. For example, this is listed under both the "Internal phone storage" section and the "SD card" section. -->
Roy Weste97bc562011-01-20 10:06:33 -08002064 <string name="memory_available">Available</string>
Jeff Sharkeyda13ec02012-09-12 18:41:25 -07002065 <!-- SD card & phone storage settings title. The amount of free space for some storage partition when the volume is read-only. [CHAR LIMIT=64] -->
2066 <string name="memory_available_read_only">Available (read-only)</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002067 <!-- SD card & phone storage settings screen heading. The total amount of storage space for some storage partition. For example, this is listed under both the "Internal phone storage" section and the "SD card" section -->
Vasu Nori340e85d2011-03-02 11:07:35 -08002068 <string name="memory_size">Total space</string>
Vasu Nori450bcb32011-01-07 14:48:46 -08002069 <!-- SD card & phone storage settings summary. Displayed when the total memory usage is being calculated. Will be replaced with a number like "12.3 GB" when finished calucating. [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08002070 <string name="memory_calculating_size">Calculating\u2026</string>
Vasu Nori21809742011-01-25 13:39:16 -08002071 <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of applications installed. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
Jeff Sharkeycd4428c2012-06-12 17:13:12 -07002072 <string name="memory_apps_usage">Apps (app data &amp; media content)</string>
Vasu Nori21809742011-01-25 13:39:16 -08002073 <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of media on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
Roy Weste97bc562011-01-20 10:06:33 -08002074 <string name="memory_media_usage">Media</string>
Vasu Nori21809742011-01-25 13:39:16 -08002075 <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of /sdcard/Download on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
Jim Millerc56293d2011-06-30 18:09:06 -07002076 <string name="memory_downloads_usage">Downloads</string>
Vasu Nori21809742011-01-25 13:39:16 -08002077 <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of all pictures, videos in /sdcard/DCIM, /sdcard/Pictures folders on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002078 <string name="memory_dcim_usage">Pictures, videos</string>
Vasu Nori21809742011-01-25 13:39:16 -08002079 <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of audio files in /sdcard on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002080 <string name="memory_music_usage">Audio (music, ringtones, podcasts, etc.)</string>
Vasu Nori21809742011-01-25 13:39:16 -08002081 <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of misc files on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
2082 <string name="memory_media_misc_usage">Misc.</string>
Jeff Sharkey0e9cf8a2012-09-23 17:40:47 -07002083 <!-- Storage item representing all cached data on device. [CHAR LIMIT=48] -->
2084 <string name="memory_media_cache_usage">Cached data</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002085 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. This will be done before the user phyiscally removes the SD card from the phone. Kind of like the "Safely remove" on some operating systems. [CHAR LIMIT=25] -->
2086 <string name="sd_eject" product="nosdcard">Unmount shared storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002087 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. This will be done before the user phyiscally removes the SD card from the phone. Kind of like the "Safely remove" on some operating systems. -->
Eric Fischer5698a752010-09-28 16:35:31 -07002088 <string name="sd_eject" product="default">Unmount SD card</string>
2089 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. This will be done before the user phyiscally removes the SD card from the phone. Kind of like the "Safely remove" on some operating systems. [CHAR LIMIT=30] -->
Roy Westdd496242010-10-18 03:12:57 -07002090 <string name="sd_eject_summary" product="nosdcard">Unmount the internal USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002091 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. This will be done before the user phyiscally removes the SD card from the phone. Kind of like the "Safely remove" on some operating systems. -->
Dan Morrill82884de2010-10-18 15:43:18 -07002092 <string name="sd_eject_summary" product="default">Unmount the SD card so you can safely remove it</string>
Mike Lockwood3d713b12010-08-31 14:38:44 -04002093 <!-- SD card & phone storage settings item title for toggling PTP mode on and off. When PTP mode is on the device will appear on the USB bus as a PTP camera device instead of an MTP music player. -->
Jim Miller2f9dbcb2010-02-09 19:08:02 -08002094
Eric Fischer5698a752010-09-28 16:35:31 -07002095 <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted. This version of the string can probably never come up on current hardware. [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -07002096 <string name="sd_insert_summary" product="nosdcard">Insert USB storage for mounting</string>
San Mehat35351fa2010-01-06 21:41:47 -08002097 <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
Eric Fischer5698a752010-09-28 16:35:31 -07002098 <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string>
Roy West69827522010-10-21 17:18:40 -07002099
Eric Fischera640fb42010-10-21 18:15:34 -07002100 <!-- Storage setting item that will mount USB storage if it unmounted. A user should never see this. [CHAR LIMIT=25] -->
Roy West69827522010-10-21 17:18:40 -07002101 <string name="sd_mount" product="nosdcard">Mount USB storage</string>
San Mehat35351fa2010-01-06 21:41:47 -08002102 <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
Eric Fischer5698a752010-09-28 16:35:31 -07002103 <string name="sd_mount" product="default">Mount SD card</string>
Eric Fischerd9479372010-10-21 18:31:02 -07002104
Gilles Debunne104ea282011-05-19 10:34:14 -07002105 <!-- Subtext for Mount USB storage in Storage settings. User should never see this since we use automount. -->
2106 <string name="sd_mount_summary" product="nosdcard"></string>
2107 <!-- Subtext for Mount SD Card in Storage settings. User should never see this since we use automount. -->
2108 <string name="sd_mount_summary" product="default"></string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002109 <!-- SD card & phone storage settings item title that will result in the phone formatting the USB storage. [CHAR LIMIT=25] -->
2110 <string name="sd_format" product="nosdcard">Erase USB storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002111 <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card. [CHAR LIMIT=25] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002112 <string name="sd_format" product="default">Erase SD card</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08002113 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] -->
2114 <string name="sd_format_summary" product="nosdcard">Erases all data on the internal USB storage, such as music and photos</string>
Joe Onorato6c1eb532011-01-04 10:28:32 -08002115 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] -->
Joe Onorato42491cc2010-11-09 12:04:24 -08002116 <string name="sd_format_summary" product="default">Erases all data on the SD card, such as music and photos</string>
Gilles Debunne104ea282011-05-19 10:34:14 -07002117 <!-- SD card status when it is mounted as read only. Will be appended to size, starts with an unbreakable space -->
Li Gang8218d3b2012-01-20 11:48:47 +08002118
Jeff Sharkey0e9cf8a2012-09-23 17:40:47 -07002119 <!-- Title of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] -->
2120 <string name="memory_clear_cache_title">Clear cached data?</string>
2121 <!-- Message of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] -->
2122 <string name="memory_clear_cache_message">This will clear cached data for all apps.</string>
2123
Li Gang8218d3b2012-01-20 11:48:47 +08002124 <!-- SD card & phone storage settings item summary that will result in the phone connected to PC and MTP/PTP enabled. [CHAR LIMIT=80] -->
2125 <string name="mtp_ptp_mode_summary">MTP or PTP function is active</string>
2126
Eric Fischer5698a752010-09-28 16:35:31 -07002127 <!-- SD card eject confirmation dialog title [CHAR LIMIT=25] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002128 <string name="dlg_confirm_unmount_title" product="nosdcard">Unmount USB storage?</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002129 <!-- SD card eject confirmation dialog title -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002130 <string name="dlg_confirm_unmount_title" product="default">Unmount SD card?</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002131 <!-- SD card eject confirmation dialog [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002132 <string name="dlg_confirm_unmount_text" product="nosdcard">If you unmount the USB storage, some apps you are using will stop and may be unavailable until you remount the USB storage.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002133 <!-- SD card eject confirmation dialog -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002134 <string name="dlg_confirm_unmount_text" product="default">If you unmount the SD card, some apps you are using will stop and may be unavailable until you remount the SD card.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002135 <!-- SD card eject error dialog title [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002136 <string name="dlg_error_unmount_title" product="nosdcard"></string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002137 <!-- SD card eject error dialog title -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002138 <string name="dlg_error_unmount_title" product="default"></string>
Eric Fischer5698a752010-09-28 16:35:31 -07002139 <!-- SD card eject error dialog text [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002140 <string name="dlg_error_unmount_text" product="nosdcard">Couldn\'t unmount USB storage. Try again later.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002141 <!-- SD card eject error dialog text -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002142 <string name="dlg_error_unmount_text" product="default">Couldn\'t unmount SD card. Try again later.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002143 <!-- SD card unmount informative text [CHAR LIMIT=NONE] -->
Roy West825db2d2010-10-14 05:07:45 -07002144 <string name="unmount_inform_text" product="nosdcard">USB storage will be unmounted.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002145 <!-- SD card unmount informative text [CHAR LIMIT=NONE] -->
2146 <string name="unmount_inform_text" product="default">SD card will be unmounted.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002147 <!-- SD card eject progress title -->
2148 <string name="sd_ejecting_title">Unmounting</string>
2149 <!-- SD card eject progress text -->
2150 <string name="sd_ejecting_summary">Unmount in progress</string>
2151
Jeff Sharkeycd4428c2012-06-12 17:13:12 -07002152 <!-- Settings item title when storage is running low [CHAR LIMIT=32] -->
2153 <string name="storage_low_title">Storage space is running out</string>
2154 <!-- Settings item summary when storage is running low [CHAR LIMIT=NONE] -->
2155 <string name="storage_low_summary">Some system functions, such as syncing, may not work correctly. Try to free space by deleting or unpinning items, such as apps or media content.</string>
2156
Mike Lockwood02900a12011-06-30 14:47:46 -04002157 <!-- Storage setting. Menu option for USB transfer settings [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04002158 <string name="storage_menu_usb">USB computer connection</string>
Jeff Sharkey11d30122012-03-19 16:54:07 -07002159
Mike Lockwood02900a12011-06-30 14:47:46 -04002160 <!-- Storage setting. Title for USB transfer settings [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04002161 <string name="storage_title_usb">USB computer connection</string>
Mike Lockwood01172e12011-07-28 12:47:44 -04002162 <!-- Storage setting. USB connection category [CHAR LIMIT=30]-->
2163 <string name="usb_connection_category">Connect as</string>
Mike Lockwood37481d72011-08-01 09:53:37 -04002164 <!-- Storage setting. Title for MTP checkbox [CHAR LIMIT=30]-->
2165 <string name="usb_mtp_title">Media device (MTP)</string>
2166 <!-- Storage setting. Summary for MTP checkbox [CHAR LIMIT=NONE]-->
Mike Lockwood65fb60a2011-08-01 17:41:41 -04002167 <string name="usb_mtp_summary">Lets you transfer media files on Windows, or using Android File Transfer on Mac (see www.android.com/filetransfer)</string>
Mike Lockwood37481d72011-08-01 09:53:37 -04002168 <!-- Storage setting. Title for PTP checkbox [CHAR LIMIT=30]-->
2169 <string name="usb_ptp_title">Camera (PTP)</string>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -07002170 <!-- Storage setting. Label for installer CD [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04002171 <string name="usb_ptp_summary">Lets you transfer photos using camera software, and transfer any files on computers that don\'t support MTP</string>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -07002172 <!-- Storage setting. Summary for PTP checkbox [CHAR LIMIT=NONE]-->
2173 <string name="usb_label_installer_cd">"Install file-transfer tools"</string>
Mike Lockwood02900a12011-06-30 14:47:46 -04002174
Jeff Sharkey04df8b72012-09-07 13:23:47 -07002175 <!-- Section header above list of other users storage [CHAR LIMIT=32] -->
2176 <string name="storage_other_users">Other users</string>
2177
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002178 <!-- Phone info screen, section titles: -->
2179 <string name="battery_status_title">Battery status</string>
2180 <!-- Phone info screen, section titles: -->
2181 <string name="battery_level_title">Battery level</string>
2182
2183 <!-- APN Settings -->
2184 <!-- APN settings screen title -->
2185 <string name="apn_settings">APNs</string>
2186 <!-- Screen title after user selects APNs setting option -->
2187 <string name="apn_edit">Edit access point</string>
2188 <!-- Edit access point label summary text when no value has been set -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002189 <string name="apn_not_set">Not set</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002190 <!-- Edit access point labels: A label the user can give to the APN to allow him to differentiate it from the others -->
2191 <string name="apn_name">Name</string>
2192 <!-- Edit access point labels: The actual access point name-->
2193 <string name="apn_apn">APN</string>
2194 <!-- Edit access point labels: The addess of the proxy to use for this APN -->
2195 <string name="apn_http_proxy">Proxy</string>
2196 <!-- Edit access point labels: The port number of the proxy to use for this APN -->
2197 <string name="apn_http_port">Port</string>
2198 <!-- Edit access point labels: The username that will be used when conencting to this APN-->
2199 <string name="apn_user">Username</string>
2200 <!-- Edit access point labels: The password that will be used when connecting to this APN -->
2201 <string name="apn_password">Password</string>
2202 <!-- Edit access point labels: The server address to conenct to for this APN -->
2203 <string name="apn_server">Server</string>
2204 <!-- Edit access point labels: -->
2205 <string name="apn_mmsc">MMSC</string>
2206 <!-- Edit access point labels: The proxy to use for MMS (multimedia messages)-->
2207 <string name="apn_mms_proxy">MMS proxy</string>
2208 <!-- Edit access point labels: The port on the proxy used for MMS-->
2209 <string name="apn_mms_port">MMS port</string>
2210 <!-- Edit access point labels: -->
2211 <string name="apn_mcc">MCC</string>
2212 <!-- Edit access point labels: -->
2213 <string name="apn_mnc">MNC</string>
Jaikumar Ganesh1eb1df02009-09-30 09:43:34 -07002214 <!-- Edit acces point labels: Authenticaton type-->
2215 <string name="apn_auth_type">Authentication type</string>
2216 <!-- Authentication Typs: None -->
2217 <string name="apn_auth_type_none">None</string>
2218 <!-- Authentication Typs: PAP -->
2219 <string name="apn_auth_type_pap">PAP</string>
2220 <!-- Authentication Typs: CHAP -->
2221 <string name="apn_auth_type_chap">CHAP</string>
2222 <!-- Authentication Typs: PAP or CHAP -->
2223 <string name="apn_auth_type_pap_chap">PAP or CHAP</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002224 <!-- Edit access point labels: The type of APN -->
2225 <string name="apn_type">APN type</string>
Lorenzo Colittia7e587f2010-12-29 15:52:41 -08002226 <!-- Edit access point labels: The protocol of the APN, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
2227 <string name="apn_protocol">APN protocol</string>
John Huangd0de4272011-10-15 22:41:11 -07002228 <!-- Edit access point labels: The protocol of the APN when roaming, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
2229 <string name="apn_roaming_protocol">APN roaming protocol</string>
sinikangcd8b7c32011-09-08 15:44:09 -07002230 <!-- Edit enable/disable of APN -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002231 <string name="carrier_enabled">APN enable/disable</string>
2232 <string name="carrier_enabled_summaryOn">APN enabled</string>
2233 <string name="carrier_enabled_summaryOff">APN disabled</string>
sinikangcd8b7c32011-09-08 15:44:09 -07002234 <!-- Edit Beaerer Info of APN -->
2235 <string name="bearer">Bearer</string>
Sungmin Choiaa4d4c62013-01-30 13:53:03 +09002236 <!-- Edit Mvno Type Info of APN -->
2237 <string name="mvno_type">MVNO type</string>
2238 <!-- Edit Mvno Match Data Info of APN -->
2239 <string name="mvno_match_data">MVNO value</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002240 <!-- Edit access point screen menu option to delete this APN -->
2241 <string name="menu_delete">Delete APN</string>
2242 <!-- APNs screen menu option to create a brand spanking new APN -->
2243 <string name="menu_new">New APN</string>
2244 <!-- Edit access point screen menu option to save the user's changes for this APN to the persistent storage -->
2245 <string name="menu_save">Save</string>
2246 <!-- Edit access point screen menu option to discard the user's changes for this APN -->
2247 <string name="menu_cancel">Discard</string>
2248 <!-- APN error dialog title -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002249 <string name="error_title"></string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002250 <!-- APN error dialog messages: -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002251 <string name="error_name_empty">The Name field can\'t be empty.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002252 <!-- APN error dialog messages: -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002253 <string name="error_apn_empty">The APN can\'t be empty.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002254 <!-- APN error dialog messages: -->
2255 <string name="error_mcc_not3">MCC field must be 3 digits.</string>
2256 <!-- APN error dialog messages: -->
2257 <string name="error_mnc_not23">MNC field must be 2 or 3 digits.</string>
2258 <!-- The message of dialog indicated restoring default APN settings in progress -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002259 <string name="restore_default_apn">Restoring default APN settings.</string>
Jim Miller00d24762009-12-22 19:04:57 -08002260 <!-- APNs screen menu option to reset default APN settings -->
2261 <string name="menu_restore">Reset to default</string>
2262 <!-- APNs screen toast message to inform reset default APN settings is completed -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002263 <string name="restore_default_apn_completed">Reset default APN settings completed.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002264
2265 <!-- Master Clear -->
2266 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
2267 <string name="master_clear_title">Factory data reset</string>
2268 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002269 <string name="master_clear_summary" product="tablet">Erases all data on tablet</string>
2270 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
2271 <string name="master_clear_summary" product="default">Erases all data on phone</string>
2272 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002273 <string name="master_clear_desc" product="tablet">"This will erase all data from your tablet\'s <b>internal storage</b>, including:\n\n<li>Your Google account</li>\n<li>System and app data and settings</li>\n<li>Downloaded apps</li>"</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002274 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002275 <string name="master_clear_desc" product="default">"This will erase all data from your phone\'s <b>internal storage</b>, including:\n\n<li>Your Google account</li>\n<li>System and app data and settings</li>\n<li>Downloaded apps"</li></string>
Joe Onoratob51886d2010-11-08 18:25:51 -08002276 <!-- SD card & phone storage settings screen, instructions and list of current accounts. The list of accounts follows this text[CHAR LIMIT=NONE] -->
2277 <string name="master_clear_accounts" product="default">"\n\nYou are currently signed into the following accounts:\n"</string>
Kenny Root3785e392011-01-18 15:14:32 -08002278 <!-- SD card & phone storage settings screen, list of items in user data storage (USB storage or SD card) that will be erased during this operation [CHAR LIMIT=NONE] -->
2279 <string name="master_clear_desc_also_erases_external">"<li>Music</li>\n<li>Photos</li>\n<li>Other user data</li>"</string>
Joe Onoratob51886d2010-11-08 18:25:51 -08002280 <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002281 <string name="master_clear_desc_erase_external_storage" product="nosdcard">"\n\nTo clear music, pictures, and other user data, the <b>USB storage</b> needs to be erased."</string>
Joe Onorato6c1eb532011-01-04 10:28:32 -08002282 <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002283 <string name="master_clear_desc_erase_external_storage" product="default">"\n\nTo clear music, pictures, and other user data, the <b>SD card</b> needs to be erased."</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002284 <!-- SD card & phone storage settings screen, label for check box to erase USB storage [CHAR LIMIT=30] -->
2285 <string name="erase_external_storage" product="nosdcard">Erase USB storage</string>
2286 <!-- SD card & phone storage settings screen, label for check box to erase SD card [CHAR LIMIT=30] -->
2287 <string name="erase_external_storage" product="default">Erase SD card</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08002288 <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002289 <string name="erase_external_storage_description" product="nosdcard">Erase all the data on the internal USB storage, such as music or photos</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08002290 <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002291 <string name="erase_external_storage_description" product="default">Erase all the data on the SD card, such as music or photos</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002292 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002293 <string name="master_clear_button_text" product="tablet">Reset tablet</string>
2294 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
2295 <string name="master_clear_button_text" product="default">Reset phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002296 <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002297 <string name="master_clear_final_desc">Erase all your personal information and downloaded apps? You can\'t reverse this action!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002298 <!-- SD card & phone storage settings screen, button on screen after user selects Reset phone button -->
2299 <string name="master_clear_final_button_text">Erase everything</string>
2300 <!-- Message to draw an unlock pattern before clearing the device -->
2301 <string name="master_clear_gesture_prompt">Draw your unlock pattern</string>
Brian Carlstrom81d7a802012-05-01 11:17:02 -07002302 <!-- Explanation of drawing unlock pattern to reset phone -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07002303 <string name="master_clear_gesture_explanation">You need to draw your unlock pattern to confirm a factory data reset.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002304 <!-- Master clear failed message -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002305 <string name="master_clear_failed">No reset was performed because the System Clear service isn\'t available.</string>
Amith Yamasanib14e1e02010-11-02 09:52:29 -07002306 <!-- Master clear confirmation screen title [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002307 <string name="master_clear_confirm_title">Reset?</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002308
2309 <!-- Media Format -->
Eric Fischer5698a752010-09-28 16:35:31 -07002310 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading [CHAR LIMIT=25] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002311 <string name="media_format_title" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002312 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002313 <string name="media_format_title" product="default">Erase SD card</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002314 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -07002315 <string name="media_format_summary" product="nosdcard">Erases all data in USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002316 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
Eric Fischer5698a752010-09-28 16:35:31 -07002317 <string name="media_format_summary" product="default">Erases all data on the SD card</string>
2318 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002319 <string name="media_format_desc" product="nosdcard">Erase all USB storage? You will lose <b>all</b> stored data!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002320 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002321 <string name="media_format_desc" product="default">Erase the SD card? You will lose <b>all</b> data on the card!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002322 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset [CHAR LIMIT=25] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002323 <string name="media_format_button_text" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002324 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002325 <string name="media_format_button_text" product="default">Erase SD card</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002326 <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002327 <string name="media_format_final_desc" product="nosdcard">Erase the USB storage, deleting all files stored there? You can\'t reverse this action!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002328 <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002329 <string name="media_format_final_desc" product="default">Erase the SD card, deleting all files stored there? You can\'t reverse this action!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002330 <!-- SD card & phone storage settings screen, button on screen after user selects Format media button -->
2331 <string name="media_format_final_button_text">Erase everything</string>
2332 <!-- Message to draw an unlock pattern before clearing the device -->
2333 <string name="media_format_gesture_prompt">Draw your unlock pattern</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002334 <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07002335 <string name="media_format_gesture_explanation" product="nosdcard">You need to draw your unlock pattern to confirm that you want to erase the USB storage.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002336 <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07002337 <string name="media_format_gesture_explanation" product="default">You need to draw your unlock pattern to confirm that you want to erase the SD card.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002338
2339 <!-- Main settings screen, Call settings title for item to go into the call settings -->
2340 <string name="call_settings_title">Call settings</string>
2341 <!-- Main settings screen, Call settings summary for item to go into call settings -->
2342 <string name="call_settings_summary">Set up voicemail, call forwarding, call waiting, caller ID</string>
2343
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002344 <!-- Tethering controls, item title to go into the tethering settings -->
Danica Chang32711b62010-08-10 18:41:29 -07002345 <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
2346 <string name="tether_settings_title_usb">USB tethering</string>
2347 <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]-->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07002348 <string name="tether_settings_title_wifi">Portable hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07002349 <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
2350 <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
2351 <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
2352 <string name="tether_settings_title_usb_bluetooth">Tethering</string>
2353 <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
2354 <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
2355
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002356 <!-- USB Tethering options -->
Irfan Sheriff65cff172010-02-08 10:46:30 -08002357 <string name="usb_title">USB</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002358 <string name="usb_tethering_button_text">USB tethering</string>
2359 <!-- USB available subtext - shown when USB is connected but not currently being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08002360 <string name="usb_tethering_available_subtext">USB connected, check to tether</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002361 <!-- USB tethered subtext - shown when USB is connected and being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08002362 <string name="usb_tethering_active_subtext">Tethered</string>
Mike Lockwood26dad3e2010-03-03 06:19:55 -05002363 <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002364 <string name="usb_tethering_storage_active_subtext">Can\'t tether when USB storage is in use</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002365 <!-- USB unavailable subtext - shown when USB is not connected -->
2366 <string name="usb_tethering_unavailable_subtext">USB not connected</string>
Robert Greenwaltd5f121c2010-03-02 17:33:11 -08002367 <!-- USB errored subtext - shown when USB is broken for some reason -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08002368 <string name="usb_tethering_errored_subtext">USB tethering error</string>
2369
Danica Chang32711b62010-08-10 18:41:29 -07002370 <!-- Bluetooth Tethering settings-->
2371 <!-- Label for bluetooth tether checkbox [CHAR LIMIT=25]-->
2372 <string name="bluetooth_tether_checkbox_text">Bluetooth tethering</string>
2373 <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
Jake Hambyc777ee22011-03-04 15:37:39 -08002374 <string name="bluetooth_tethering_available_subtext" product="tablet">Sharing this tablet\'s Internet connection</string>
2375 <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
2376 <string name="bluetooth_tethering_available_subtext" product="default">Sharing this phone\'s Internet connection</string>
2377 <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
2378 <string name="bluetooth_tethering_device_connected_subtext" product="tablet">Sharing this tablet\'s Internet connection to 1 device</string>
2379 <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
2380 <string name="bluetooth_tethering_device_connected_subtext" product="default">Sharing this phone\'s Internet connection to 1 device</string>
2381 <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
2382 <string name="bluetooth_tethering_devices_connected_subtext" product="tablet">Sharing this tablet\'s Internet connection to <xliff:g id="connectedDeviceCount">%1$d</xliff:g> devices</string>
2383 <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
2384 <string name="bluetooth_tethering_devices_connected_subtext" product="default">Sharing this phone\'s Internet connection to <xliff:g id="connectedDeviceCount">%1$d</xliff:g> devices</string>
Danica Chang32711b62010-08-10 18:41:29 -07002385 <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
Jake Hambyc777ee22011-03-04 15:37:39 -08002386 <string name="bluetooth_tethering_off_subtext" product="tablet">Not sharing this tablet\'s Internet connection</string>
2387 <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
2388 <string name="bluetooth_tethering_off_subtext" product="default">Not sharing this phone\'s Internet connection</string>
Danica Chang32711b62010-08-10 18:41:29 -07002389 <!-- Bluetooth errored subtext - shown when Bluetooth is broken for some reason [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002390 <string name="bluetooth_tethering_errored_subtext">Not tethered</string>
Danica Chang32711b62010-08-10 18:41:29 -07002391 <!-- Bluetooth Tethering settings. Error message shown when trying to connect an 8th device [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002392 <string name="bluetooth_tethering_overflow_error">Can\'t tether to more than <xliff:g id="maxConnection">%1$d</xliff:g> devices.</string>
Danica Chang32711b62010-08-10 18:41:29 -07002393 <!-- Bluetooth Tethering settings. Message for untethering from a bluetooth device [CHAR LIMIT=50]-->
2394 <string name="bluetooth_untether_blank"><xliff:g id="device_name">%1$s</xliff:g> will be untethered.</string>
2395
Danica Chang32711b62010-08-10 18:41:29 -07002396 <!-- Tethering help button - calls up a web view with general tethering info -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07002397 <string name="tethering_help_button_text">Help</string>
Robert Greenwalt209177a2010-03-04 13:29:02 -08002398
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002399 <!-- Wireless controls, item title to go into the network settings -->
2400 <string name="network_settings_title">Mobile networks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002401
David Braun4e9f04d2013-09-16 13:45:42 -07002402 <!-- Mobile plan [CHAR LIMIT=35]-->
2403 <string name="manage_mobile_plan_title" translatable="true">Mobile plan</string>
2404
2405 <!-- SMS Application [CHAR LIMIT=35]-->
2406 <string name="sms_application_title" translatable="true">Default SMS app</string>
2407 <string name="sms_change_default_dialog_title" translatable="true">Change SMS app?</string>
David Braunedcb9232014-03-13 11:20:48 -07002408 <string name="sms_change_default_dialog_text" translatable="true">Use <xliff:g id="new_app">%1$s</xliff:g> instead of <xliff:g id="current_app">%2$s</xliff:g> as your SMS app?</string>
David Braun1c172552013-10-07 09:35:52 -07002409 <string name="sms_change_default_no_previous_dialog_text" translatable="true">Use <xliff:g id="new_app">%s</xliff:g> as your SMS app?</string>
Wink Saville5d5a2692013-06-29 07:54:13 -07002410
2411 <!-- The SIM operator is not known [CHAR_ LIMIT=50]-->
2412 <string name="mobile_unknown_sim_operator" translatable="true">Uknown SIM operator</string>
2413
2414 <!-- There is no mobile provisiong website for the operator which is the firat parameter [CHAR_ LIMIT=50]-->
2415 <string name="mobile_no_provisioning_url" translatable="true">%1$s has no known provisioning website</string>
2416
2417 <!-- Ask user to insert a SIM card [CHAR_ LIMIT=50]-->
2418 <string name="mobile_insert_sim_card" translatable="true">Please insert SIM card and restart</string>
2419
2420 <!-- Ask user to connect to the internet [CHAR_ LIMIT=50]-->
2421 <string name="mobile_connect_to_internet" translatable="true">Please connect to the internet</string>
2422
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002423 <!-- Security & location settings screen, section header for settings relating to location -->
Amith Yamasanif06d8692009-06-11 22:32:33 -07002424 <string name="location_title">My Location</string>
Lifu Tangd5fbbc42013-08-01 17:23:10 -07002425 <!-- [CHAR LIMIT=30] Location settings screen, setting preference screen box label for location mode -->
2426 <string name="location_mode_title">Mode</string>
2427 <!-- [CHAR LIMIT=30] Location settings screen, high accuracy location mode -->
2428 <string name="location_mode_high_accuracy_title">High accuracy</string>
2429 <!-- [CHAR LIMIT=30] Location settings screen, battery saving location mode -->
2430 <string name="location_mode_battery_saving_title">Battery saving</string>
David Christie07301cf2013-09-30 11:22:08 -07002431 <!-- [CHAR LIMIT=30] Location settings screen, device only location mode -->
2432 <string name="location_mode_sensors_only_title">Device only</string>
Lifu Tange6314232013-08-06 13:31:50 -07002433 <!-- [CHAR LIMIT=30] Location settings screen, location off mode -->
2434 <string name="location_mode_location_off_title">Location off</string>
Lifu Tangd5fbbc42013-08-01 17:23:10 -07002435 <!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests -->
2436 <string name="location_category_recent_location_requests">Recent location requests</string>
Lifu Tang08a4c332013-08-21 19:31:15 -07002437 <!-- Location settings screen, displayed when there's no recent app accessing location -->
Lifu Tang9e525182013-09-05 14:50:29 -07002438 <string name="location_no_recent_apps">No apps have requested location recently</string>
Lifu Tang5ab9fa42013-09-30 17:03:25 -07002439 <!-- [CHAR LIMIT=30] Location settings screen, sub category for location services -->
2440 <string name="location_category_location_services">Location services</string>
Lifu Tang88afb322013-08-07 11:18:16 -07002441 <!-- [CHAR LIMIT=30] Location settings screen, recent location requests high battery use-->
2442 <string name="location_high_battery_use">High battery use</string>
2443 <!-- [CHAR LIMIT=30] Location settings screen, recent location requests low battery use-->
2444 <string name="location_low_battery_use">Low battery use</string>
Lifu Tangd5fbbc42013-08-01 17:23:10 -07002445 <!-- [CHAR LIMIT=30] Location mode screen, screen title -->
2446 <string name="location_mode_screen_title">Location mode</string>
Lifu Tange6314232013-08-06 13:31:50 -07002447 <!-- [CHAR LIMIT=130] Location mode screen, description for high accuracy mode -->
Lifu Tangcace3d82013-10-18 17:42:08 -07002448 <string name="location_mode_high_accuracy_description">Use GPS, Wi\u2011Fi, and mobile networks to determine location </string>
Lifu Tange6314232013-08-06 13:31:50 -07002449 <!-- [CHAR LIMIT=130] Location mode screen, description for battery saving mode -->
Lifu Tangcace3d82013-10-18 17:42:08 -07002450 <string name="location_mode_battery_saving_description">Use Wi\u2011Fi and mobile networks to determine location</string>
Lifu Tange6314232013-08-06 13:31:50 -07002451 <!-- [CHAR LIMIT=130] Location mode screen, description for sensors only mode -->
Lifu Tangcace3d82013-10-18 17:42:08 -07002452 <string name="location_mode_sensors_only_description">Use GPS to determine your location</string>
Lifu Tangd5fbbc42013-08-01 17:23:10 -07002453
Sean Cotteree52a422011-07-29 16:36:30 -07002454 <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for Google location service (cell ID, wifi, etc.) -->
Russell Brenner6de99052013-02-01 10:57:49 -08002455 <string name="location_network_based">Wi\u2011Fi &amp; mobile network location</string>
Freeman Ngf471c4e2011-09-20 15:18:05 -07002456 <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary for Google location service check box-->
Amith Yamasani4635ec62012-07-23 16:40:02 -07002457 <string name="location_neighborhood_level">Let apps use Google\'s location service to estimate your location faster. Anonymous location data will be collected and sent to Google.</string>
Freeman Ngf471c4e2011-09-20 15:18:05 -07002458 <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary when Use wireless networks check box is selected, for wifi-only devices -->
Russell Brenner6de99052013-02-01 10:57:49 -08002459 <string name="location_neighborhood_level_wifi">Location determined by Wi\u2011Fi</string>
Sean Cotteree52a422011-07-29 16:36:30 -07002460 <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for GPS satellites -->
2461 <string name="location_gps">GPS satellites</string>
Amith Yamasani4635ec62012-07-23 16:40:02 -07002462 <!-- [CHAR LIMIT=100] Security & location settings screen, setting check box summary for GPS satellites on a tablet -->
2463 <string name="location_street_level" product="tablet">Let apps use GPS on your tablet to pinpoint your location</string>
2464 <!-- [CHAR LIMIT=100] Security & location settings screen, setting check box summary for GPS satellites on a phone -->
2465 <string name="location_street_level" product="default">Let apps use GPS on your phone to pinpoint your location</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04002466 <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002467 <string name="assisted_gps">Use assisted GPS</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04002468 <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002469 <string name="assisted_gps_enabled">Use server to assist GPS (uncheck to reduce network usage)</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04002470 <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002471 <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string>
Sean Cotteree52a422011-07-29 16:36:30 -07002472 <!-- [CHAR_LIMIT=30] Security & location settings screen, setting check box label for Google search -->
2473 <string name="use_location_title">Location &amp; Google search</string>
2474 <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box summary for Google search -->
2475 <string name="use_location_summary">Let Google use your location to improve search results and other services</string>
Amith Yamasani4635ec62012-07-23 16:40:02 -07002476 <!-- [CHAR LIMIT=45] Label for turning on/off location access completely. -->
2477 <string name="location_access_title">Access to my location</string>
2478 <!-- [CHAR LIMIT=none] Description text for location access switch -->
2479 <string name="location_access_summary">Let apps that have asked your permission use your location information</string>
2480 <!-- [CHAR LIMIT=45] Section heading for location sources -->
2481 <string name="location_sources_heading">Location sources</string>
Amith Yamasanif06d8692009-06-11 22:32:33 -07002482
2483 <!-- About --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002484 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002485 <string name="about_settings" product="tablet">About tablet</string>
2486 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
2487 <string name="about_settings" product="default">About phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002488 <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
Eric Fischerc9904f02010-11-01 16:54:51 -07002489 <string name="about_settings_summary">View legal info, status, software version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002490 <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
2491 <string name="legal_information">Legal information</string>
2492 <!-- About phone settings screen, setting option name to see a list of contributors -->
2493 <string name="contributors_title">Contributors</string>
Brian Muramatsua6dbaea2012-09-17 23:09:35 -07002494 <!-- About phone settings screen, setting option name to show regulatory information [CHAR LIMIT=25] -->
2495 <string name="regulatory_information">Regulatory information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002496 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2497 <!-- About phone settings screen, setting option name to see copyright-related info -->
2498 <string name="copyright_title">Copyright</string>
2499 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2500 <!-- About phone settings screen, setting option name to see licensing info -->
2501 <string name="license_title">License</string>
2502 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2503 <!-- About phone settings screen, setting option name to see terms and conditions -->
2504 <string name="terms_title">Terms and conditions</string>
2505
2506 <!-- Title for actual Settings license activity. --> <skip />
2507 <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
2508 <string name="settings_license_activity_title">Open source licenses</string>
2509 <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
2510 <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
2511 <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
2512 <string name="settings_license_activity_loading">Loading\u2026</string>
2513
Wink Savillea40fb232009-09-26 16:47:18 -07002514 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
2515 <string name="settings_safetylegal_title">Safety information</string>
2516 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
2517 <string name="settings_safetylegal_activity_title">Safety information</string>
2518 <!-- About phone settings screen, Safety legal dialog message when data network is not connected -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002519 <string name="settings_safetylegal_activity_unreachable">You don\'t have a data connection. To view this information now, go to %s from any computer connected to the Internet.</string>
Wink Savillea40fb232009-09-26 16:47:18 -07002520 <!-- About phone settings screen, Safety Legal dialog title until the link is fully loaded -->
2521 <string name="settings_safetylegal_activity_loading">Loading\u2026</string>
2522
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002523 <!-- Lock Pattern settings -->
Jim Miller9757e302010-12-17 18:23:23 -08002524 <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
Jim Miller00d24762009-12-22 19:04:57 -08002525 <string name="lockpassword_choose_your_password_header">Choose your password</string>
Jim Miller9757e302010-12-17 18:23:23 -08002526 <!-- Header on first screen of choose pattern flow [CHAR LIMIT=30] -->
2527 <string name="lockpassword_choose_your_pattern_header">Choose your pattern</string>
2528 <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002529 <string name="lockpassword_choose_your_pin_header">Choose your PIN</string>
Jim Miller9757e302010-12-17 18:23:23 -08002530 <!-- Header on password confirm screen [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002531 <string name="lockpassword_confirm_your_password_header">Confirm your password</string>
Jim Miller9757e302010-12-17 18:23:23 -08002532 <!-- Header on pattern confirm screen [CHAR LIMIT=30] -->
2533 <string name="lockpassword_confirm_your_pattern_header">Confirm your pattern</string>
2534 <!-- Header on password confirm screen [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002535 <string name="lockpassword_confirm_your_pin_header">Confirm your PIN</string>
Jim Miller9757e302010-12-17 18:23:23 -08002536 <!-- Header on password confirm screen if second password doesn't match the first. [CHAR LIMIT=30] -->
Jim Miller00d24762009-12-22 19:04:57 -08002537 <string name="lockpassword_confirm_passwords_dont_match">Passwords don\'t match</string>
Jim Miller9757e302010-12-17 18:23:23 -08002538 <!-- Header on pin confirm screen if second pin doesn't match the first. [CHAR LIMIT=30]-->
Jim Miller122b6c82010-02-10 19:53:58 -08002539 <string name="lockpassword_confirm_pins_dont_match">PINs don\'t match</string>
Jim Miller9757e302010-12-17 18:23:23 -08002540 <!-- Header shown to ask the user to select an unlock method [CHAR LIMIT=30] -->
2541 <string name="lockpassword_choose_lock_generic_header">Unlock selection</string>
Jim Miller122b6c82010-02-10 19:53:58 -08002542 <!-- Toast shown if setting password was successful -->
2543 <string name="lockpassword_password_set_toast">Password has been set</string>
2544 <!-- Toast shown if setting PIN was successful -->
2545 <string name="lockpassword_pin_set_toast">PIN has been set</string>
2546 <!-- Toast shown if setting pattern was successful -->
2547 <string name="lockpassword_pattern_set_toast">Pattern has been set</string>
Jim Miller00d24762009-12-22 19:04:57 -08002548
2549 <!-- Lock Pattern settings -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002550 <!-- Security & location settings screen, header -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -07002551 <string name="lock_settings_title">Screen security</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002552 <!-- Security & location settings screen, setting option name -->
2553 <string name="lockpattern_change_lock_pattern_label">Change unlock pattern</string>
2554 <!-- Security & location settings screen, change unlock pattern screen instruction when the user chooses "Change unlock pattern". We first ask the user toe nter the current pattern, and this is the message seen -->
Jim Miller00d24762009-12-22 19:04:57 -08002555 <string name="lockpattern_change_lock_pin_label">Change unlock PIN</string>
2556 <!-- Security & location settings screen, change unlock pattern screen instruction when the user chooses "Change unlock pattern". We first ask the user toe nter the current pattern, and this is the message seen -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002557 <string name="lockpattern_need_to_unlock">Confirm saved pattern</string>
2558 <!-- Do not translate. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002559 <string name="lockpattern_need_to_unlock_footer" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002560 <!-- Security & location settings screen, change unlock pattern screen instruction if user draws incorrect pattern -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002561 <string name="lockpattern_need_to_unlock_wrong">Try again:</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002562 <!-- Do not translate. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002563 <string name="lockpattern_need_to_unlock_wrong_footer" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002564 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen. This si when they are supposed to draw a new unlock pattern (for example, if they are changing their unlock patterns)..-->
Amith Yamasanidef5e5e2013-08-08 17:27:23 -07002565 <string name="lockpattern_recording_intro_header">Draw an unlock pattern</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002566 <!-- Security & location settings screen, change unlock pattern screen hint on bottom of screen. We are telling them to press the menu button to see more options or help. -->
2567 <string name="lockpattern_recording_intro_footer">Press Menu for help.</string>
2568 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen while drawing pattern -->
Amith Yamasanidef5e5e2013-08-08 17:27:23 -07002569 <string name="lockpattern_recording_inprogress">Release finger when done</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002570 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots -->
Amith Yamasanidef5e5e2013-08-08 17:27:23 -07002571 <string name="lockpattern_recording_incorrect_too_short">Connect at least <xliff:g id="number">%d</xliff:g> dots. Try again.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002572 <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern -->
Amith Yamasanidef5e5e2013-08-08 17:27:23 -07002573 <string name="lockpattern_pattern_entered_header">Pattern recorded</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002574 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern -->
Amith Yamasanidef5e5e2013-08-08 17:27:23 -07002575 <string name="lockpattern_need_to_confirm">Draw pattern again to confirm</string>
2576 <string name="lockpattern_pattern_confirmed_header">Your new unlock pattern</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002577 <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen. After they draw a pattern and release their finger, we display the pattern so they remember. When they are ready to draw it once again to confirm it, they press this button. -->
2578 <string name="lockpattern_confirm_button_text">Confirm</string>
2579 <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen. After they draw a pattern and release their finger, we display the pattern so they remember. If they are nto satisfied with this pattern, they click this button to redraw the pattern. -->
2580 <string name="lockpattern_restart_button_text">Redraw</string>
2581 <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen. If they are supposed to enter their current pattern before being able to draw another one, and they screw up, they hit this button to try again -->
2582 <string name="lockpattern_retry_button_text">Retry</string>
2583 <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen. Once they draw a new pattern and confirm it by drawing it again, they press this button to exit -->
2584 <string name="lockpattern_continue_button_text">Continue</string>
2585 <!-- Security & location settings screen, unlock screen activity title -->
2586 <string name="lockpattern_settings_title">Unlock pattern</string>
2587 <!-- Security & location settings screen, setting check box title if the unlock pattern MUST be drawn everytime they turn on the screen -->
2588 <string name="lockpattern_settings_enable_title">Require pattern</string>
2589 <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" -->
2590 <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string>
2591 <!-- Security & location settings screen, setting check box title. This setting controls whether a visible green line is drawn as the user moves his finger around while drawing the unlock pattern. If checked, this line is drawn. If unchecked, there is nothing drawn so the user does not reveal his pattern while he unlocks the phone.-->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -07002592 <string name="lockpattern_settings_enable_visible_pattern_title">Make pattern visible</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002593 <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.-->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -07002594 <string name="lockpattern_settings_enable_tactile_feedback_title">Vibrate on touch</string>
Jim Miller071742d2012-01-06 18:28:09 -08002595 <!-- Security & location settings screen, setting check box title. This controls whether the device locks immediately when the power button is pressed. [CHAR LIMIT=28]-->
2596 <string name="lockpattern_settings_enable_power_button_instantly_locks">Power button instantly locks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002597 <!-- Security & location settings screen, setting option name when user has never set an unlock pattern -->
2598 <string name="lockpattern_settings_choose_lock_pattern">Set unlock pattern</string>
2599 <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern -->
2600 <string name="lockpattern_settings_change_lock_pattern">Change unlock pattern</string>
2601 <!-- Security & location settings screen, the help instructions (an animation) caption -->
2602 <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
2603 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen after too many incorrect attempts -->
2604 <string name="lockpattern_too_many_failed_confirmation_attempts_header">Too many incorrect attempts!</string>
2605 <!-- Security & location settings screen, change unlock pattern screen countdown hint on bottom of screen after too many incorrect attempts -->
2606 <string name="lockpattern_too_many_failed_confirmation_attempts_footer">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
Michael Jurka8227e302012-09-07 09:24:03 -07002607 <!-- Displayed when user launches a widget configuration activity that was uninstalled -->
2608 <string name="activity_not_found">Application is not installed on your phone.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002609
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002610 <!-- Applications Settings --> <skip />
2611 <!-- Applications settings screen, setting option name for the user to go to the screen to manage installed applications -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002612 <string name="manageapplications_settings_title">Manage apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002613 <!-- Applications settings screen, setting option summary for the user to go to the screen to manage installed applications -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002614 <string name="manageapplications_settings_summary">Manage and remove installed apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002615 <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002616 <string name="applications_settings">Apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002617 <!-- Applications settings summary, on main settings screen. The summary for the "Applications" item on the main settings screen. Describes what settings are accessible from the "Applications" screen. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002618 <string name="applications_settings_summary">Manage apps, set up quick launch shortcuts</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002619 <!-- Applications settings screen heading. The header for the Application settings screen. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002620 <string name="applications_settings_header">App settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002621 <!-- Applications settings screen, setting check box title. If checked, the system allows installation of applications that are downloaded from random places, such as web sites. -->
2622 <string name="install_applications">Unknown sources</string>
2623 <!-- Applications settings screen, setting check box summary. This is the summary for "Unknown sources" checkbox -->
Amith Yamasani8f987712012-05-31 13:12:13 -07002624 <string name="install_unknown_applications">Allow installation of apps from unknown sources</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002625 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002626 <string name="install_all_warning" product="tablet">Your tablet and personal data are more vulnerable to attack by apps
Eric Fischerc9904f02010-11-01 16:54:51 -07002627 from unknown sources. You agree that you are solely responsible for any
2628 damage to your tablet or loss of data that may result from using
Eric Fischerdfb894c2011-10-04 14:57:57 -07002629 these apps.</string>
Eric Fischerc9904f02010-11-01 16:54:51 -07002630 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002631 <string name="install_all_warning" product="default">Your phone and personal data are more vulnerable to attack by apps
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002632 from unknown sources. You agree that you are solely responsible for any
2633 damage to your phone or loss of data that may result from using
Eric Fischerdfb894c2011-10-04 14:57:57 -07002634 these apps.</string>
rich canningsbfbdcef2012-09-09 12:48:50 -07002635 <!-- Applications settings screen, setting check box title. If checked, the system will send package verification requests to package verifiers on the device who will ultimately allow or reject the installation of applications. [CHAR LIMIT=30] -->
rich canningsb2f4efb2012-09-14 14:35:18 -07002636 <string name="verify_applications">Verify apps</string>
rich canningsbfbdcef2012-09-09 12:48:50 -07002637 <!-- Applications settings screen, setting check box summary. This is the summary for "App Check" checkbox. [CHAR LIMIT=none] -->
rich cannings9f1014a2014-02-28 09:56:53 -08002638 <string name="verify_applications_summary">Regularly check device activity for security problems, and prevent or warn about potential harm.</string>
Joe Onorato4c0c2be2011-04-06 18:26:20 -07002639 <!-- Applications settings screen, setting check box title. If checked, applications show more settings options. -->
2640 <string name="advanced_settings">Advanced settings</string>
2641 <!-- Applications settings screen, setting check box summary. This is the summary for "Advanced settings" checkbox -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002642 <string name="advanced_settings_summary">Enable more settings options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002643 <!-- Manage applications, individual application info screen title. For example, if they click on "Browser" in "Manage applications", the title of the next screen will be this -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002644 <string name="application_info_label">App info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002645 <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. -->
2646 <string name="storage_label">Storage</string>
2647 <!-- Manage applications, individual application info screen, heading for settings related to controlling whether this app is the default for some actions -->
2648 <string name="auto_launch_label">Launch by default</string>
Michael Jurkac9029d92012-04-20 01:47:44 -07002649 <!-- Manage applications, individual application info screen, heading for settings related to controlling whether this app is the default for some actions *and* whether the app was given permission by the user to create widgets -->
2650 <string name="auto_launch_label_generic">Defaults</string>
Dianne Hackbornaef746c2011-05-26 01:04:44 -07002651 <!-- Manage applications, individual application info screen, heading for settings related to controlling application screen compatibility -->
2652 <string name="screen_compatibility_label">Screen compatibility</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002653 <!-- Manage applications, individual application info screen, heading for settings related to the app's permissions. for example, it may list all the permissions the app has. -->
2654 <string name="permissions_label">Permissions</string>
2655 <!-- Manage applications, Header name used for cache information -->
2656 <string name="cache_header_label">Cache</string>
2657 <!-- Manage applications, text label for button -->
2658 <string name="clear_cache_btn_text">Clear cache</string>
2659 <!-- Manage applications, label that appears next to the cache size -->
2660 <string name="cache_size_label">Cache</string>
2661 <!-- Manage applications, Header name used for other controls -->
2662 <string name="controls_label">Controls</string>
2663 <!-- Manage applications, text label for button to kill / force stop an application -->
2664 <string name="force_stop">Force stop</string>
2665 <!-- Manage applications, individual application info screen,label under Storage heading. The total storage space taken up by this app. -->
2666 <string name="total_size_label">Total</string>
2667 <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the application itself (for example, the java compield files and things like that) -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002668 <string name="application_size_label">App</string>
Dianne Hackbornbd9ddab2011-06-28 14:51:12 -07002669 <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the app's code on USB storage [CHARSIZE=40] -->
2670 <string name="external_code_size_label">USB storage app</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002671 <!-- Manage applications, individual application info screen, label under Storage heading. The amount of sapce taken up by the app's data (for example, downloaded emails or something like that) -->
2672 <string name="data_size_label">Data</string>
Kenny Root424acfb2011-01-16 16:59:11 -08002673 <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the app's data on USB storage [CHARSIZE=40] -->
Dianne Hackbornbd9ddab2011-06-28 14:51:12 -07002674 <string name="external_data_size_label" product="nosdcard">USB storage data</string>
Kenny Root424acfb2011-01-16 16:59:11 -08002675 <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the app's data on the SD card [CHARSIZE=40] -->
Dianne Hackbornbd9ddab2011-06-28 14:51:12 -07002676 <string name="external_data_size_label" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002677 <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. -->
2678 <string name="uninstall_text">Uninstall</string>
Dianne Hackborn3db54cb2012-09-16 18:27:14 -07002679 <!-- Manage applications, individual application info screen, menu item to uninstall an application for all users. -->
2680 <string name="uninstall_all_users_text">Uninstall for all users</string>
Dianne Hackborn2e3c7502012-08-23 18:44:31 -07002681 <!-- [CHAR LIMIT=NONE] Manage applications, individual application info screen, button label under Storage heading. Button to install an application for the user. -->
2682 <string name="install_text">Install</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002683 <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002684 <string name="disable_text">Disable</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002685 <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to re-enable an existing application. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002686 <string name="enable_text">Enable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002687 <!-- Manage applications, individual application info screen, button label under Storage heading. Button to clear all data associated with tis app (for exampel, remove all cached emails for an Email app) -->
2688 <string name="clear_user_data_text">Clear data</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002689 <!-- Manage applications, restore updated system application to factory version -->
Roy West518d02c2009-06-23 13:39:55 -07002690 <string name="app_factory_reset">Uninstall updates</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002691 <!-- Manage applications, individual application info screen, screen, message text under Launch by default heading. This is present if the app is set as a default for some actions. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002692 <string name="auto_launch_enable_text">You\'ve chosen to launch this app by default for some actions.</string>
Michael Jurkac9029d92012-04-20 01:47:44 -07002693 <!-- Manage applications, individual application info screen, screen, message text under Launch by default heading. This is present if the app was given user permission to create widgets. -->
2694 <string name="always_allow_bind_appwidgets_text">You\'ve chosen to allow this app to create widgets and access their data.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002695 <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->
2696 <string name="auto_launch_disable_text">No defaults set.</string>
2697 <!-- Manage applications, individual application screen, button label under Launch by default heading. This is used to clear any default actions that may be assigned to this app. -->
2698 <string name="clear_activities">Clear defaults</string>
Dianne Hackbornaef746c2011-05-26 01:04:44 -07002699 <!-- Manage applications, individual application info screen, screen, message text under screen compatibility heading -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002700 <string name="screen_compatibility_text">This app may not be designed for your screen. You can control how it
Dianne Hackbornaef746c2011-05-26 01:04:44 -07002701 adjusts to your screen here.</string>
2702 <!-- Manage applications, individual application screen, checkbox to control asking for compatibility mode. -->
2703 <string name="ask_compatibility">Ask when launched</string>
2704 <!-- Manage applications, individual application screen, checkbox to control compatibility mode. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002705 <string name="enable_compatibility">Scale app</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002706 <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
2707 <string name="unknown">Unknown</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002708 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Sorts all of the apps in the list alphabetically. -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002709 <string name="sort_order_alpha">Sort by name</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002710 <!-- Manage applications screen, menu item. Sorts all of the apps in the list based on their file size. This is used to uninstall when space is getting low. -->
2711 <string name="sort_order_size">Sort by size</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002712 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show running services. -->
2713 <string name="show_running_services">Show running services</string>
2714 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show background cached processes. -->
2715 <string name="show_background_processes">Show cached processes</string>
Dianne Hackbornebe64e02012-05-15 16:59:41 -07002716 <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item. Reset all of user's app preferences. -->
Dianne Hackborn14d57142012-05-13 15:19:57 -07002717 <string name="reset_app_preferences">Reset app preferences</string>
Dianne Hackbornebe64e02012-05-15 16:59:41 -07002718 <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item. Title of dialog to confirm resetting user's app preferences. -->
Dianne Hackborn14d57142012-05-13 15:19:57 -07002719 <string name="reset_app_preferences_title">Reset app preferences?</string>
2720 <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item. Body of dialog to confirm resetting user's app preferences. -->
2721 <string name="reset_app_preferences_desc">This will reset all preferences for:\n\n
2722 <li>Disabled apps</li>\n
2723 <li>Disabled app notifications</li>\n
2724 <li>Default applications for actions</li>\n
Dianne Hackborn40557802013-08-05 16:23:58 -07002725 <li>Background data restrictions for apps</li>\n
Dianne Hackborna6683e02013-08-02 18:22:42 -07002726 <li>Any permission restrictions</li>\n\n
Dianne Hackborn14d57142012-05-13 15:19:57 -07002727 You will not lose any app data.</string>
2728 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Confirmation button of dialog to confirm resetting user's app preferences. -->
2729 <string name="reset_app_preferences_button">Reset apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002730 <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. -->
2731 <string name="manage_space_text">Manage space</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08002732 <!-- Text for menu option in ManageApps screen to present various menu options -->
2733 <string name="filter">Filter</string>
2734 <!-- Title of dialog for presenting filter options -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002735 <string name="filter_dlg_title">Choose filter options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002736 <!-- Text for filter option in ManageApps screen to display all installed
2737 applications -->
2738 <string name="filter_apps_all">All</string>
Dianne Hackborn18b64f42013-01-18 10:52:38 -08002739 <!-- [CHAR LIMIT=NONE] Text for filter option in ManageApps screen to display disabled apps -->
2740 <string name="filter_apps_disabled">Disabled</string>
Jim Miller00d24762009-12-22 19:04:57 -08002741 <!-- Text for filter option in ManageApps screen to display third party
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002742 applications only -->
Suchi Amalapurapufe4a2bc2009-09-20 14:25:46 -07002743 <string name="filter_apps_third_party">Downloaded</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002744 <!-- Text for filter option in ManageApps screen to display list of running
2745 packages only. -->
2746 <string name="filter_apps_running">Running</string>
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08002747 <!-- Text for filter option in ManageApps screen to display list of
Eric Fischer5698a752010-09-28 16:35:31 -07002748 packages installed on sdcard. [CHAR LIMIT=30] -->
Roy West2c489972010-10-15 05:18:04 -07002749 <string name="filter_apps_onsdcard" product="nosdcard">USB storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002750 <!-- Text for filter option in ManageApps screen to display list of
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08002751 packages installed on sdcard. -->
Eric Fischer5698a752010-09-28 16:35:31 -07002752 <string name="filter_apps_onsdcard" product="default">On SD card</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002753 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002754 <string name="disabled">Disabled</string>
Dianne Hackborn3db54cb2012-09-16 18:27:14 -07002755 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is not installed. -->
2756 <string name="not_installed">Not installed</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002757 <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002758 <string name="no_applications">No apps.</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002759 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->
2760 <string name="internal_storage">Internal storage</string>
2761 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2762 <string name="sd_card_storage" product="nosdcard">USB storage</string>
2763 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2764 <string name="sd_card_storage" product="default">SD card storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002765 <!-- Manage app screen, shown when the activity is busy recomputing the size of each app -->
2766 <string name="recompute_size">Recomputing size\u2026</string>
2767 <!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002768 <string name="clear_data_dlg_title">Delete app data?</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002769 <!-- Manage applications, individual application screen, confirmation dialog message. Displays when user selects to "Clear data". It warns the user of the consequences of clearing the data for an app. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002770 <string name="clear_data_dlg_text">All this app\'s data will be deleted permanently. This includes all files, settings, accounts, databases, etc.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002771 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
2772 <string name="dlg_ok">OK</string>
2773 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->
2774 <string name="dlg_cancel">Cancel</string>
2775 <!-- Manage applications, individual application dialog box title. Shown when the user somehow got into a state where it wants to manage some app that isn't found. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002776 <string name="app_not_found_dlg_title"></string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002777 <!-- Manage applications, individual application dialog box message. Shown when the user somehow got into a state where it wants to manage some app that isn't found. -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08002778 <string name="app_not_found_dlg_text"> The app wasn\'t found in the list of installed apps.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002779 <!-- Manage applications, individual application dialog box message. Shown when there was an error trying to clear the data. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002780 <string name="clear_data_failed">Couldn\'t clear app data.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002781 <!-- Manage applications, factory reset dialog title for system applications. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002782 <string name="app_factory_reset_dlg_title">Uninstall updates?</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002783 <!-- Manage applications, factory reset option dialog text for system applications. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002784 <string name="app_factory_reset_dlg_text">All updates to this Android system app will be uninstalled.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002785 <!-- Manage applications, title for dialog if clear data fails-->
2786 <string name="clear_failed_dlg_title">Clear data</string>
2787 <!-- Manage applications, text for dialog if clear data fails-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002788 <string name="clear_failed_dlg_text">Couldn\'t clear data for app.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002789 <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002790 <string name="security_settings_desc" product="tablet">This app can access the following on your tablet:</string>
Eric Fischerc9904f02010-11-01 16:54:51 -07002791 <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002792 <string name="security_settings_desc" product="default">This app can access the following on your phone:</string>
Dianne Hackborne4588322012-06-15 11:00:17 -07002793 <!-- [CHAR_LIMIT=NONE] Manage applications, individual application info screen, text that appears under the "Permissions" heading.
2794 This describes the permissions that the application has. It is used when multiple packages are contributing
2795 to the permissions and need to be listed here. -->
2796 <string name="security_settings_desc_multi" product="tablet">This app can access the following on your tablet.
2797 In order to improve performance and reduce memory usage, some of these permissions
2798 are available to <xliff:g id="base_app_name">%1$s</xliff:g>
2799 because it runs in the same process as <xliff:g id="additional_apps_list">%2$s</xliff:g>:</string>
2800 <!-- [CHAR_LIMIT=NONE] Manage applications, individual application info screen, text that appears under the "Permissions" heading.
2801 This describes the permissions that the application has. It is used when multiple packages are contributing
2802 to the permissions and need to be listed here. -->
2803 <string name="security_settings_desc_multi" product="default">This app can access the following on your phone.
2804 In order to improve performance and reduce memory usage, some of these permissions
2805 are available to <xliff:g id="base_app_name">%1$s</xliff:g>
2806 because it runs in the same process as <xliff:g id="additional_apps_list">%2$s</xliff:g>:</string>
2807 <!-- [CHAR_LIMIT=NONE] Format to put together two items in a list. -->
2808 <string name="join_two_items"><xliff:g id="first_item">%1$s</xliff:g> and <xliff:g id="second_item">%2$s</xliff:g></string>
2809 <!-- [CHAR_LIMIT=NONE] Format to put the last item at the end of a series of 3 or more items in a list -->
2810 <string name="join_many_items_last"><xliff:g id="all_but_last_item">%1$s</xliff:g> and <xliff:g id="last_item">%2$s</xliff:g></string>
2811 <!-- [CHAR_LIMIT=NONE] Format to put the first item at the start of a series of 3 or more items in a list -->
2812 <string name="join_many_items_first"><xliff:g id="first_item">%1$s</xliff:g>, <xliff:g id="all_but_first_and_last_item">%2$s</xliff:g></string>
2813 <!-- [CHAR_LIMIT=NONE] Format to put the middle items together in a series of 4 or more items in a list -->
2814 <string name="join_many_items_middle"><xliff:g id="added_item">%1$s</xliff:g>, <xliff:g id="rest_of_items">%2$s</xliff:g></string>
Jake Hamby3465b672012-09-06 17:41:34 -07002815 <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading after the app has tried to send to a premium SMS. [CHAR LIMIT=50] -->
2816 <string name="security_settings_billing_desc">This app may charge you money:</string>
2817 <!-- Manage applications, text for permission to send to premium SMS short codes. [CHAR LIMIT=40] -->
2818 <string name="security_settings_premium_sms_desc">Send premium SMS</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002819 <string name="computing_size">Computing\u2026</string>
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08002820 <string name="invalid_size_value">Couldn\'t compute package size.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002821 <!-- String displayed when list is empty -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002822 <string name="empty_list_msg">You don\'t have any third-party apps installed.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002823 <!-- Manage applications, version string displayed in app snippet -->
2824 <string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002825 <!-- Manage applications, text for Move button -->
2826 <string name="move_app">Move</string>
2827 <!-- Manage applications, text for Move button to move app to internal storage -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002828 <string name="move_app_to_internal" product="tablet">Move to tablet</string>
2829 <!-- Manage applications, text for Move button to move app to internal storage -->
2830 <string name="move_app_to_internal" product="default">Move to phone</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002831 <!-- Manage applications, text for Move button to move app to sdcard [CHAR LIMIT=25] -->
Roy Westd3abea02010-10-14 15:59:33 -07002832 <string name="move_app_to_sdcard" product="nosdcard">Move to USB storage</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002833 <!-- Manage applications, text for Move button to move app to sdcard -->
Eric Fischer5698a752010-09-28 16:35:31 -07002834 <string name="move_app_to_sdcard" product="default">Move to SD card</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002835 <!-- Manage applications, title for dialog when killing persistent apps-->
Suchi Amalapurapuad148272010-02-19 14:30:01 -08002836 <!-- Manage applications, text for Move button when move is in progress -->
2837 <string name="moving">Moving</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002838
2839 <!-- Manage applications, text for move error messages -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002840 <string name="insufficient_storage">Not enough storage space.</string>
2841 <string name="does_not_exist">App doesn\'t exist.</string>
2842 <string name="app_forward_locked">App is copy-protected.</string>
2843 <string name="invalid_location">Install location isn\'t valid.</string>
2844 <string name="system_package">System updates can\'t be installed on external media.</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002845
Eric Fischerdfb894c2011-10-04 14:57:57 -07002846 <string name="force_stop_dlg_title">Force stop?</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002847 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when killing persistent apps-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002848 <string name="force_stop_dlg_text">If you force stop an app, it may misbehave.</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002849 <!-- Manage applications, text for dialog when moving an app -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002850 <string name="move_app_failed_dlg_title"></string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002851 <!-- Manage applications, text for dialog moving an app -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002852 <string name="move_app_failed_dlg_text">Couldn\'t move app. <xliff:g id="reason">%1$s</xliff:g></string>
Oscar Montemayora110a712010-02-10 16:04:18 -08002853 <!-- Manage applications, application installation location title -->
2854 <string name="app_install_location_title">Preferred install location</string>
2855 <!-- Manage applications. application installation location summary -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002856 <string name="app_install_location_summary">Change the preferred installation location for new apps</string>
Dianne Hackbornf0b63c22011-07-18 16:18:34 -07002857 <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling apps -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002858 <string name="app_disable_dlg_title">Disable built-in app?</string>
Dianne Hackbornf0b63c22011-07-18 16:18:34 -07002859 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling apps -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002860 <string name="app_disable_dlg_text">If you disable a built-in app, other apps
2861 may misbehave.</string>
Dianne Hackborn9072d9e2012-10-12 19:20:09 -07002862 <!-- [CHAR LIMIT=NONE] Manage applications, title for dialog when disabling updated apps -->
2863 <string name="app_special_disable_dlg_title">Delete data and disable app?</string>
2864 <!-- [CHAR LIMIT=NONE] Manage applications, text for dialog when disabling update apps -->
2865 <string name="app_special_disable_dlg_text">If you disable a built-in app, other apps
2866 may misbehave. Your data will also be deleted.</string>
Daniel Sandler70b59992012-05-15 15:48:09 -04002867 <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling notifications for an app -->
2868 <string name="app_disable_notifications_dlg_title">Turn off notifications?</string>
2869 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling notifications for an app -->
2870 <string name="app_disable_notifications_dlg_text">
2871 If you turn off notifications for this app, you may miss important alerts and updates.
2872 </string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002873
Dianne Hackborna522a8e2013-01-15 19:02:05 -08002874 <!-- App Ops Settings --> <skip />
2875 <!-- [CHAR LIMIT=NONE] App ops settings title, on main settings screen. If clicked, the user is taken to a settings screen for app operations -->
Dianne Hackborn8fe4a3f2013-02-22 16:07:23 -08002876 <string name="app_ops_settings">App ops</string>
Dianne Hackborna522a8e2013-01-15 19:02:05 -08002877 <!-- [CHAR LIMIT=NONE] Time label for an operation that is currently running. -->
2878 <string name="app_ops_running">Running</string>
Dianne Hackborn0dd99022013-01-24 19:14:26 -08002879 <!-- [CHAR LIMIT=NONE] Time label for an operation that has never executed. -->
2880 <string name="app_ops_never_used">(Never used)</string>
2881
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002882 <!-- [CHAR LIMIT=25] Services settings screen, setting option name for the user to go to the screen to view app storage use -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002883 <string name="storageuse_settings_title">Storage use</string>
2884 <!-- Services settings screen, setting option summary for the user to go to the screen to app storage use -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002885 <string name="storageuse_settings_summary">View storage used by apps</string>
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002886
Dianne Hackbornc58c5492009-08-31 21:33:17 -07002887 <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
2888 <string name="runningservices_settings_title">Running services</string>
2889 <!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->
2890 <string name="runningservices_settings_summary">View and control currently running services</string>
2891 <!-- Label for a service item when it is restarting -->
2892 <string name="service_restarting">Restarting</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002893 <!-- Label for a process item representing a background process -->
2894 <string name="cached">Cached background process</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002895 <!-- [CHAR LIMIT=25] Text shown when there are no services running -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002896 <string name="no_running_services">Nothing running.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07002897 <!-- Running services, description for a service in the started state -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002898 <string name="service_started_by_app">Started by app.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07002899 <!-- Running services, description for a service in the started state -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002900 <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g></string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002901 <!-- [CHAR LIMIT=10] Running services, summary of background processes -->
2902 <string name="service_background_processes"><xliff:g id="memory">%1$s</xliff:g> free</string>
2903 <!-- [CHAR LIMIT=10] Running services, summary of foreground processes -->
2904 <string name="service_foreground_processes"><xliff:g id="memory">%1$s</xliff:g> used</string>
2905 <!-- [CHAR LIMIT=10] Running services, label for chart showing memory use. -->
2906 <string name="memory">RAM</string>
Dianne Hackborn8c212ef2009-09-21 00:37:32 -07002907 <!-- Text to label a process entry with the process name. -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002908 <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
Dianne Hackborn271c8b02012-08-20 17:24:39 -07002909 <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
2910 <string name="running_process_item_user_label">User: <xliff:g id="user_name">%1$s</xliff:g></string>
Dianne Hackbornc715fb12012-09-21 16:40:21 -07002911 <!-- [CHAR LIMIT=NONE] Label of a running process that represents a removed -->
2912 <string name="running_process_item_removed_user_label">Removed user</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002913 <!-- Descriptive text of a running process: singular process, singular service. -->
2914 <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
2915 process and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2916 <!-- Descriptive text of a running process: singular process, plural service. -->
2917 <string name="running_processes_item_description_s_p"><xliff:g id="numprocess">%1$d</xliff:g>
2918 process and <xliff:g id="numservices">%2$d</xliff:g> services</string>
2919 <!-- Descriptive text of a running process: plural process, singular service. -->
2920 <string name="running_processes_item_description_p_s"><xliff:g id="numprocess">%1$d</xliff:g>
2921 processes and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2922 <!-- Descriptive text of a running process: plural process, plural service. -->
2923 <string name="running_processes_item_description_p_p"><xliff:g id="numprocess">%1$d</xliff:g>
2924 processes and <xliff:g id="numservices">%2$d</xliff:g> services</string>
Jim Miller00d24762009-12-22 19:04:57 -08002925
Dianne Hackborn728ac352010-06-06 22:51:42 -07002926 <!-- Details about an application's running services. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002927 <string name="runningservicedetails_settings_title">Running app</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002928 <!-- Message displayed when there are no active services in a process. -->
2929 <string name="no_services">Not active</string>
2930 <!-- Title for list of services. -->
2931 <string name="runningservicedetails_services_title">Services</string>
2932 <!-- Title for list of services. -->
2933 <string name="runningservicedetails_processes_title">Processes</string>
2934 <!-- Running service details, stop a service that has started itself. -->
2935 <string name="service_stop">Stop</string>
2936 <!-- Running service details, manage a service that is running for some other reason. -->
Dianne Hackbornea38e672010-06-11 10:25:54 -07002937 <string name="service_manage">Settings</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002938 <!-- Running service details, default description for services that are started. -->
2939 <string name="service_stop_description">This service was started by its
Eric Fischerdfb894c2011-10-04 14:57:57 -07002940 app. Stopping it may cause the app to fail.</string>
Dianne Hackbornc01b0c82010-06-24 11:29:50 -07002941 <!-- Running service details, description for running heavy-weight process. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002942 <string name="heavy_weight_stop_description">This app can\'t safely
2943 be stopped. If you stop it, you may lose some of your current work.</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002944 <!-- Running service details, description for background process. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002945 <string name="background_process_stop_description">This is an old app
2946 process that is still running in case it\'s needed again.
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002947 There is usually no reason to stop it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002948 <!-- Running service details, default description for services that are managed. -->
2949 <string name="service_manage_description"><xliff:g id="client_name">%1$s</xliff:g>:
Eric Fischerdfb894c2011-10-04 14:57:57 -07002950 currently in use. Touch Settings to control it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002951 <!-- Description of the main process in the details. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002952 <string name="main_running_process_description">Main process in use.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002953 <!-- Message that a process's service is in use. -->
2954 <string name="process_service_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g>
2955 is in use.</string>
2956 <!-- Message that a process's provider is in use. -->
2957 <string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g>
2958 is in use.</string>
Dianne Hackbornb8f9c9c2010-10-06 16:46:53 -07002959 <!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. -->
2960 <string name="runningservicedetails_stop_dlg_title">Stop system service?</string>
2961 <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002962 <string name="runningservicedetails_stop_dlg_text" product="tablet">If you stop this service, some
Eric Fischerc9904f02010-11-01 16:54:51 -07002963 features of your tablet may stop working correctly until you power it off
2964 and then on again.</string>
2965 <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002966 <string name="runningservicedetails_stop_dlg_text" product="default">If you stop this service, some
Dianne Hackbornb8f9c9c2010-10-06 16:46:53 -07002967 features of your phone may stop working correctly until you power it off
2968 and then on again.</string>
Jim Milleredfaaea2010-10-13 21:11:07 -07002969
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002970 <!-- Language Settings --> <skip />
2971 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings realted to locale and text -->
Amith Yamasanib44161f2010-12-10 13:17:34 -08002972 <string name="language_settings">Language &amp; input</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -07002973 <!-- Title of Language and keyboard settings screen -->
Amith Yamasanic9fdfa82010-12-14 14:38:16 -08002974 <string name="language_keyboard_settings_title">Language &amp; input</string>
Ken Wakasad2c3f372010-09-28 19:01:17 +09002975 <!-- On Language & keyboard settings screen, heading. Inside the "Language & keyboard settings" screen, this is the header for settings that relate to language (select the system language, user dictionary for the language). -->
2976 <string name="language_settings_category">Language settings</string>
2977 <!-- On Language & keyboard settings screen, heading. Inside the "Language & keyboard settings" screen, this is the header for settings that relate to keyboard (enable/disable each keyboard, settings for each keyboard). -->
Jean Chalard8ba5c422011-08-31 21:40:43 +09002978 <string name="keyboard_settings_category">Keyboard &amp; input methods</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002979 <!-- On Text & language settings screen, setting option name. title of the setting to take the user to a screen to select the locale. -->
Jean Chalard7fe14352011-09-01 20:58:21 +09002980 <string name="phone_language">Language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002981 <!-- On Text & language settings screen, setting option name. summary of the setting to take the user to a screen to select the locale. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08002982 <string name="phone_language_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002983 <!-- On Text & language settings screen, setting option name. title of the setting to enable autoreplace of entered text. auto replace is a feature that will automatically correct mistyped words. -->
2984 <string name="auto_replace">Auto-replace</string>
2985 <!-- On Text & language settings screen, setting summary. This is the summary for the "Auto-replace" setting. -->
2986 <string name="auto_replace_summary">Correct mistyped words</string>
Tadashi G. Takaokabf73f4f2011-01-14 18:33:42 +09002987 <!-- On Text & language settings screen, setting option name. title of the setting to enable autocapitalization of entered text. for example, after the user finishes a sentence, the next letter he types will automatically be capitalizated. [CHAR LIMIT=25] -->
Ken Wakasa38f8a1d2010-11-07 12:29:52 +09002988 <string name="auto_caps">Auto-capitalization</string>
Tadashi G. Takaokabf73f4f2011-01-14 18:33:42 +09002989 <!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. [CHAR LIMIT=100]-->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002990 <string name="auto_caps_summary">Capitalize first letter in sentences</string>
2991 <!-- On Text & language settings screen, setting option name. title of the setting to enable automatic punctuation of entered text. for example, it will change an entered "youre" to "you're". -->
2992 <string name="auto_punctuate">Auto-punctuate</string>
2993 <!-- On Text & language settings screen, category for physical keyboard text entry options. -->
2994 <string name="hardkeyboard_category">Physical keyboard settings</string>
2995 <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. -->
2996 <string name="auto_punctuate_summary">Press Space key twice to insert \u0022.\u0022</string>
2997 <!-- On Security & location settings screen, setting check box name. Title of the checkbox to set whether password edit fields will show the most recent character typed and then hide it, or just hide it right away. By hide, I mean mask it out. -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -07002998 <string name="show_password">Make passwords visible</string>
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07002999 <!-- Warning message about security implications of enabling an input method, displayed as a dialog
3000 message when the user selects to enable an IME. -->
3001 <string name="ime_security_warning">This input method may be able to collect
3002 all the text you type, including personal data like passwords and credit
Eric Fischerdfb894c2011-10-04 14:57:57 -07003003 card numbers. It comes from the app
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07003004 <xliff:g id="ime_application_name">%1$s</xliff:g>.
Roy West0ce6f6d2009-09-23 13:07:19 -07003005 Use this input method?</string>
satoka43dd392011-10-05 18:49:51 +09003006 <!-- Warning message about security implications of enabling a spell checker, displayed as a dialog
3007 message when the user selects to enable a spell checker. -->
3008 <string name="spellchecker_security_warning">This spell checker may be able to collect
3009 all the text you type, including personal data like passwords and credit
3010 card numbers. It comes from the app
3011 <xliff:g id="spellchecker_application_name">%1$s</xliff:g>.
3012 Use this spell checker?</string>
alanv0aa7c4f2012-05-21 17:55:19 -07003013 <!-- Image button description for spell checker quick settings. -->
3014 <string name="spellchecker_quick_settings">Settings</string>
3015 <!-- Image button description for spell checker language. -->
3016 <string name="spellchecker_language">Language</string>
satoke508dc22012-05-11 18:37:39 +09003017 <!-- Toast that settings for an application is failed to open. -->
3018 <string name="failed_to_open_app_settings_toast">Failed to open settings for <xliff:g id="spell_application_name">%1$s</xliff:g></string>
Jeff Brownf8fb0e52012-04-13 20:27:45 -07003019
Jeff Brownd82487b2011-06-02 03:10:28 -07003020 <!-- On Language & input settings screen, heading. Inside the "Language & input settings" screen, this is the header for settings that relate to mouse and trackpad devices. [CHAR LIMIT=40] -->
Jean Chalard8ba5c422011-08-31 21:40:43 +09003021 <string name="pointer_settings_category">Mouse/trackpad</string>
Jeff Brownd82487b2011-06-02 03:10:28 -07003022 <!-- On Language & input settings screen, setting summary. Setting for mouse pointer speed. [CHAR LIMIT=35] -->
3023 <string name="pointer_speed">Pointer speed</string>
Jim Miller00d24762009-12-22 19:04:57 -08003024
Jeff Brownf8fb0e52012-04-13 20:27:45 -07003025 <!-- On Language & input settings screen, heading. Inside the "Language & input settings" screen, this is the header for settings that relate to game controller devices. [CHAR LIMIT=40] -->
3026 <string name="game_controller_settings_category">Game Controller</string>
3027 <!-- On Language & input settings screen, setting title. Setting to redirect vibration to input devices. [CHAR LIMIT=35] -->
3028 <string name="vibrate_input_devices">Use vibrator</string>
3029 <!-- On Language & input settings screen, setting summary. Setting to redirect vibration to input devices. [CHAR LIMIT=100] -->
3030 <string name="vibrate_input_devices_summary">Redirect vibrator to game controller when connected.</string>
3031
Jeff Brown766b2862012-05-18 15:04:45 -07003032 <!-- Keyboard Layout Preference Dialog --> <skip />
3033 <!-- Title for the keyboard layout preference dialog. [CHAR LIMIT=35] -->
3034 <string name="keyboard_layout_dialog_title">Choose keyboard layout</string>
3035 <!-- Button to configure keyboard layouts. [CHAR LIMIT=35] -->
3036 <string name="keyboard_layout_dialog_setup_button">Set up keyboard layouts</string>
Jeff Brown693d7b72012-05-29 17:26:27 -07003037 <!-- Hint describing how to switch keyboard layouts using the keyboard. [CHAR LIMIT=48] -->
Jeff Brown0e3232f2012-05-24 15:01:33 -07003038 <string name="keyboard_layout_dialog_switch_hint">To switch, press Control-Spacebar</string>
Jeff Brown512d0cb2012-04-17 13:55:15 -07003039 <!-- Label of the default keyboard layout. [CHAR LIMIT=35] -->
3040 <string name="keyboard_layout_default_label">Default</string>
Jeff Browne46c5f32012-04-05 11:42:18 -07003041
Jeff Brown766b2862012-05-18 15:04:45 -07003042 <!-- Keyboard Layout Picker --> <skip />
3043 <!-- Title for the keyboard layout picker activity. [CHAR LIMIT=35] -->
3044 <string name="keyboard_layout_picker_title">Keyboard layouts</string>
3045
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003046 <!-- User dictionary settings --><skip />
Satoshi Kataoka5df33072013-04-30 14:30:12 +09003047 <!-- User dictionary settings. The title of the list item to go into the Personal dictionary settings screen. [CHAR LIMIT=35] -->
3048 <string name="user_dict_settings_title">Personal dictionary</string>
3049 <!-- User dictionary settings. The summary of the list item to go into the Personal dictionary settings screen. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08003050 <string name="user_dict_settings_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003051 <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
3052 <string name="user_dict_settings_add_menu_title">Add</string>
Jean Chalard60bca712011-12-05 18:01:52 +09003053 <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. [CHAR LIMIT=25] -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003054 <string name="user_dict_settings_add_dialog_title">Add to dictionary</string>
Jean Chalardbe07e492012-05-08 16:35:53 +09003055 <!-- User dictionary settings. The title of the screen to add/edit a new word to the user dictionary; it describes the phrase that will be added to the user dictionary. [CHAR LIMIT=25] -->
3056 <string name="user_dict_settings_add_screen_title">Phrase</string>
Jean Chalarda21db602012-01-05 19:16:49 +09003057 <!-- User dictionary settings. Text on the dialog button to pop more options for adding a word. [CHAR LIMIT=16] -->
Jean Chalard2c892d92011-12-16 18:31:48 +09003058 <string name="user_dict_settings_add_dialog_more_options">More options</string>
3059 <!-- User dictionary settings. Text on the dialog button mask advanced options. [CHAR LIMIT=15] -->
3060 <string name="user_dict_settings_add_dialog_less_options">Less options</string>
Jean Chalard60bca712011-12-05 18:01:52 +09003061 <!-- User dictionary settings. Text on the dialog button to confirm adding a word. [CHAR LIMIT=15] -->
Jean Chalarde17eefa2011-12-02 14:56:39 +09003062 <string name="user_dict_settings_add_dialog_confirm">OK</string>
Jean Chalard75eba8c2011-12-21 18:13:09 +09003063 <!-- User dictionary settings. Label to put before the word field (that's the word that will actually be added to the user dictionary when OK is pressed). [CHAR LIMIT=20] -->
3064 <string name="user_dict_settings_add_word_option_name">Word:</string>
3065 <!-- User dictionary settings. Label to put before the shortcut field (once a shortcut is registered, the user can type the shortcut and get the word it points to in the suggestions). [CHAR LIMIT=20] -->
Jean Chalard60bca712011-12-05 18:01:52 +09003066 <string name="user_dict_settings_add_shortcut_option_name">Shortcut:</string>
Jean Chalard75eba8c2011-12-21 18:13:09 +09003067 <!-- User dictionary settings. Label to put before the language field. [CHAR LIMIT=20] -->
Jean Chalard60bca712011-12-05 18:01:52 +09003068 <string name="user_dict_settings_add_locale_option_name">Language:</string>
Jean Chalard0ac95052013-04-19 21:46:14 +09003069 <!-- User dictionary settings. Hint for the text field to type the word to add to the user dictionary. [CHAR LIMIT=35] -->
3070 <string name="user_dict_settings_add_word_hint">Type a word</string>
3071 <!-- User dictionary settings. Hint for the text field to type the optional shortcut to add to the user dictionary. [CHAR LIMIT=35] -->
3072 <string name="user_dict_settings_add_shortcut_hint">Optional shortcut</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08003073 <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
3074 <string name="user_dict_settings_edit_dialog_title">Edit word</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003075 <!-- User dictionary settings. The title of the context menu item to edit the current word -->
3076 <string name="user_dict_settings_context_menu_edit_title">Edit</string>
3077 <!-- User dictionary settings. The title of the context menu item to delete the current word -->
3078 <string name="user_dict_settings_context_menu_delete_title">Delete</string>
Amith Yamasani26797fe2011-03-02 19:03:01 -08003079 <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary [CHAR LIMIT=200] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003080 <string name="user_dict_settings_empty_text">You don\'t have any words in the user dictionary. Add a word by touching the Add (+) button.</string>
Jean Chalardee4c1be2011-12-13 20:45:57 +09003081 <!-- User dictionary settings. The list item to choose to insert a word into the user dictionary for all languages -->
3082 <string name="user_dict_settings_all_languages">For all languages</string>
Jean Chalardd99ba492011-12-06 18:40:11 +09003083 <!-- User dictionary settings. The text to show for the option that shows the entire list of supported locales to choose one [CHAR LIMIT=30] -->
3084 <string name="user_dict_settings_more_languages">More languages…</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003085
3086 <!-- This is for diagnostics screen. The title of a screen with various items realted to launching screens that will giev the user info. For example, it contains "Phone information" and "Battery information" -->
3087 <string name="testing">Testing</string>
3088 <!-- In the Testing screen. The item title of the activity that shows a bunch of phone-related information. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003089 <string name="testing_phone_info" product="tablet">Tablet information</string>
3090 <!-- In the Testing screen. The item title of the activity that shows a bunch of phone-related information. -->
3091 <string name="testing_phone_info" product="default">Phone information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003092 <!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information. -->
3093 <string name="testing_battery_info">Battery information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003094 <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations. -->
3095 <string name="testing_sim_toolkit">SIM toolkit</string>
3096
3097 <!-- The title of the item to go into the Quick launch settings. -->
3098 <string name="quick_launch_title">Quick launch</string>
3099 <!-- The summary of the item to go into the Quick launch settings. This is a description of what Quick launch offers. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003100 <string name="quick_launch_summary">Set keyboard shortcuts to launch apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003101 <!-- On the Quick launch settings screen, title of the item for shortcut letters that are not assigned to an application yet. Quick launch is assigning a global shortcut to launch a specific app. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003102 <string name="quick_launch_assign_application">Assign app</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003103 <!-- On the Quick launch settings screen, summary text for the item of letters that are not assigned. See the quick launch "Assign application" for a description of quick launch -->
3104 <string name="quick_launch_no_shortcut">No shortcut</string>
3105 <!-- On the Quick launch settings screen, summary text under the item for each assigned letter. -->
3106 <string name="quick_launch_shortcut">Search + <xliff:g id="shortcut_letter">%1$s</xliff:g></string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04003107 <!-- On the Quick launch settings screen, title of "Clear shortcut" confirmation dialog. This is reached by longpressing an item for a shortcut letter. This allows the user to clear the assigned application for that shortcut letter. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003108 <string name="quick_launch_clear_dialog_title">Clear</string>
3109 <!-- On the Quick launch settings screen, message in the "Clear shortcut" confirmation dialog. See the title for this dialog for more info. -->
3110 <string name="quick_launch_clear_dialog_message">Your shortcut for <xliff:g id="shortcut_letter">%1$s</xliff:g> (<xliff:g id="application_name">%2$s</xliff:g>) will be cleared.</string>
3111 <!-- Clear dialog for quick launch setting box button labels: -->
3112 <string name="quick_launch_clear_ok_button">OK</string>
3113 <!-- Clear dialog for quick launch setting box button labels: -->
3114 <string name="quick_launch_clear_cancel_button">Cancel</string>
3115 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all applications. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003116 <string name="quick_launch_display_mode_applications">Apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003117 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all shortcutable applications -->
3118 <string name="quick_launch_display_mode_shortcuts">Shortcuts</string>
3119
3120 <!-- Input methods Settings -->
3121 <string name="input_methods_settings_title">Text input</string>
Amith Yamasanie7739d12010-05-28 18:19:43 -07003122 <!-- Setting name for Input Method chooser -->
3123 <string name="input_method">Input method</string>
Jean Chalard8ba5c422011-08-31 21:40:43 +09003124 <!-- Title for the option to press to choose the current input method [CHAR LIMIT=35] -->
3125 <string name="current_input_method">Default</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003126 <!-- Title for setting the visibility of input method selector [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09003127 <string name="input_method_selector">Input method selector</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003128 <!-- An option to always show input method selector automatically when needed [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09003129 <string name="input_method_selector_show_automatically_title">Automatic</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003130 <!-- An option to always show input method selector [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09003131 <string name="input_method_selector_always_show_title">Always show</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003132 <!-- An option to always hide input method selector [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09003133 <string name="input_method_selector_always_hide_title">Always hide</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003134 <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003135 <string name="configure_input_method">Set up input methods</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003136 <!-- Title for settings of each IME [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09003137 <string name="input_method_settings">Settings</string>
Alan Viverettef97840f2011-07-28 16:11:37 -07003138 <!-- Spoken description for IME settings image button [CHAR LIMIT=NONE] -->
3139 <string name="input_method_settings_button">Settings</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003140 <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09003141 <string name="active_input_method_subtypes">Active input methods</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003142 <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] -->
satok1c58c152010-12-21 23:50:38 +09003143 <string name="use_system_language_to_select_input_method_subtypes">Use system language</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003144 <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" [CHAR LIMIT=35] -->
The Android Open Source Project86997be2009-03-05 14:34:39 -08003145 <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003146 <!-- Title for the settings of selecting active input methods of an IME [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003147 <string name="input_methods_and_subtype_enabler_title">Choose active input methods</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08003148 <!-- Summary for on-screen keyboard settings -->
Roy West22762e62009-09-27 12:01:46 -07003149 <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08003150 <!-- Title for built-in keyboard settings -->
Roy West642b89d2011-02-17 21:41:46 -08003151 <string name="builtin_keyboard_settings_title">Physical keyboard</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08003152 <!-- Summary for built-in keyboard settings -->
Roy West92f94eb2011-02-17 20:01:07 -08003153 <string name="builtin_keyboard_settings_summary">Physical keyboard settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003154
3155 <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. -->
Gilles Debunne362bd102011-06-22 10:12:04 -07003156 <string name="development_settings_title">Developer options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003157 <!-- Development Settings summary. The summary of the item to take the user to Development settings. Development settings are settings meant for application developers. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003158 <string name="development_settings_summary">Set options for app development</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003159 <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
Amith Yamasanic39dcc12013-04-13 18:30:59 -07003160 <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] -->
3161 <string name="development_settings_not_available">Developer options are not available for this user</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003162 <string name="enable_adb">USB debugging</string>
3163 <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
3164 <string name="enable_adb_summary">Debug mode when USB is connected</string>
Benoit Goby0761ffc2012-12-21 16:43:20 -08003165 <!-- Setting title to revoke secure USB debugging authorizations -->
3166 <string name="clear_adb_keys">Revoke USB debugging authorizations</string>
Dianne Hackborn2d803a32012-08-07 11:26:32 -07003167 <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
3168 <string name="bugreport_in_power">Power menu bug reports</string>
3169 <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
3170 <string name="bugreport_in_power_summary">Include option in power menu for taking a bug report</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003171 <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
3172 <string name="keep_screen_on">Stay awake</string>
3173 <!-- setting Checkbox summary whether to keep the screen on when plugged in -->
3174 <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
Zhihai Xu84bbb542013-07-26 13:33:16 -07003175 <!-- Setting Checkbox title whether to enable bluetooth HCI snoop log -->
3176 <string name="bt_hci_snoop_log">Enable Bluetooth HCI snoop log</string>
3177 <!-- setting Checkbox summary whether to capture all bluetooth HCI packets in a file -->
3178 <string name="bt_hci_snoop_log_summary">Capture all bluetooth HCI packets in a file</string>
Brian Carlstromf32ba132013-06-28 13:18:41 -07003179
3180 <!-- Runtime selection title, used for debug purposes only. [CHAR LIMIT=25] -->
3181 <string name="select_runtime_title">Select runtime </string>
3182 <!-- Runtime selection dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
3183 <string name="select_runtime_dialog_title">Select runtime</string>
3184 <!-- Message of dialog confirming that user wants to restart their device with a new runtime -->
3185 <string name="select_runtime_warning_message">Reboot to change runtime from <xliff:g id="old" example="libdvm.so">%1$s</xliff:g> to <xliff:g id="new" example="libart.so">%2$s</xliff:g>?</string>
3186
Chong Zhang6c607382013-06-06 12:42:24 -07003187 <!-- Setting Checkbox title whether to show options for wireless display certification -->
3188 <string name="wifi_display_certification">Wireless display certification</string>
3189 <!-- setting Checkbox summary whether to show options for wireless display certification -->
3190 <string name="wifi_display_certification_summary">Show options for wireless display certification</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003191 <!-- Setting Checkbox title whether to allow mock locations -->
3192 <string name="allow_mock_location">Allow mock locations</string>
3193 <!-- setting Checkbox summary whether to allow mock locations -->
3194 <string name="allow_mock_location_summary">Allow mock locations</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04003195 <!-- Title of warning dialog about the implications of enabling USB debugging -->
Roy West0ce6f6d2009-09-23 13:07:19 -07003196 <string name="adb_warning_title">Allow USB debugging?</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04003197 <!-- Warning text to user about the implications of enabling USB debugging -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003198 <string name="adb_warning_message">USB debugging is intended for development purposes only. Use it to copy data between your computer and your device, install apps on your device without notification, and read log data.</string>
Benoit Goby0761ffc2012-12-21 16:43:20 -08003199 <!-- Message of dialog confirming that user wants to revoke access to adb from all computers they have authorized -->
3200 <string name="adb_keys_warning_message">Revoke access to USB debugging from all computers you\'ve previously authorized?</string>
Dianne Hackborn14dc2d42012-02-02 11:44:08 -08003201 <!-- Title of warning dialog about the implications of enabling developer settings -->
3202 <string name="dev_settings_warning_title">Allow development settings?</string>
3203 <!-- Warning text to user about the implications of enabling USB debugging -->
3204 <string name="dev_settings_warning_message">These settings are intended for development use only. They can cause your device and the applications on it to break or misbehave.</string>
rich canningsf0421142012-09-25 16:20:36 -07003205 <!-- Title of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=32] -->
3206 <string name="verify_apps_over_usb_title">Verify apps over USB</string>
3207 <!-- Summary of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=NONE] -->
3208 <string name="verify_apps_over_usb_summary">Check apps installed via ADB/ADT for harmful behavior.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003209
Jeff Sharkeycaf15612012-05-14 20:51:05 -07003210 <!-- Title of checkbox setting that protects external storage. [CHAR LIMIT=32] -->
3211 <string name="enforce_read_external_title" product="nosdcard">Protect USB storage</string>
3212 <!-- Summary of checkbox setting that protects external storage. [CHAR LIMIT=64] -->
3213 <string name="enforce_read_external_summary" product="nosdcard">Apps must request permission to read USB storage</string>
3214 <!-- Title of dialog confirming that user wants to protect external storage. [CHAR LIMIT=32] -->
3215 <string name="enforce_read_external_confirm_title" product="nosdcard">Protect USB storage?</string>
3216 <!-- Message of dialog confirming that user wants to protect external storage. [CHAR LIMIT=NONE] -->
3217 <string name="enforce_read_external_confirm_message" product="nosdcard">When USB storage is protected, apps must request permission to read data from external storage.\n\nSome apps may not work until updated by their developers.</string>
3218
3219 <!-- Title of checkbox setting that protects external storage. [CHAR LIMIT=32] -->
3220 <string name="enforce_read_external_title" product="default">Protect SD card</string>
3221 <!-- Summary of checkbox setting that protects external storage. [CHAR LIMIT=64] -->
3222 <string name="enforce_read_external_summary" product="default">Apps must request permission to read SD card</string>
3223 <!-- Title of dialog confirming that user wants to protect external storage. [CHAR LIMIT=32] -->
3224 <string name="enforce_read_external_confirm_title" product="default">Protect SD card?</string>
3225 <!-- Message of dialog confirming that user wants to protect external storage. [CHAR LIMIT=NONE] -->
3226 <string name="enforce_read_external_confirm_message" product="default">When SD card is protected, apps must request permission to read data from external storage.\n\nSome apps may not work until updated by their developers.</string>
3227
Jeff Sharkeyd390b702013-03-05 23:31:45 -08003228 <!-- Title of checkbox setting that enables the terminal app. [CHAR LIMIT=32] -->
3229 <string name="enable_terminal_title">Local terminal</string>
3230 <!-- Summary of checkbox setting that enables the terminal app. [CHAR LIMIT=64] -->
3231 <string name="enable_terminal_summary">Enable terminal app that offers local shell access</string>
3232
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003233 <!-- Title for the screen that lets the user choose a gadget to add to the home screen
3234 (or other screens that can host gadgets). Note to translators: we're still determining
3235 the final name for Gadgets/Widgets, so please translate both for now. -->
3236 <string name="gadget_picker_title">Choose gadget</string>
Jim Miller00d24762009-12-22 19:04:57 -08003237
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003238 <!-- Title for the screen that lets the user choose a widget to add to the home screen
3239 (or other screens that can host widgets). Note to translators: we're still determining
3240 the final name for Gadgets/Widgets, so please translate both for now. -->
3241 <string name="widget_picker_title">Choose widget</string>
3242
Michael Jurkac9029d92012-04-20 01:47:44 -07003243 <!-- Title in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
3244 <string name="allow_bind_app_widget_activity_allow_bind_title">Create widget and allow access?</string>
3245
3246 <!-- Message in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
3247 <string name="allow_bind_app_widget_activity_allow_bind">After you create the widget, <xliff:g id="widget_host_name">%1$s</xliff:g> can access all data it displays.</string>
3248
3249 <!-- Text for checkbox that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
3250 <string name="allow_bind_app_widget_activity_always_allow_bind">Always allow <xliff:g id="widget_host_name">%1$s</xliff:g> to create widgets and access their data</string>
3251
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003252 <!-- Used to show an amount of time in the form "d days, h hours, m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07003253 <string name="battery_history_days"><xliff:g id="days">%1$d</xliff:g>d <xliff:g id="hours">%2$d</xliff:g>h <xliff:g id="minutes">%3$d</xliff:g>m <xliff:g id="seconds">%4$d</xliff:g>s</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003254
3255 <!-- Used to show an amount of time in the form "h hours, m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07003256 <string name="battery_history_hours"><xliff:g id="hours">%1$d</xliff:g>h <xliff:g id="minutes">%2$d</xliff:g>m <xliff:g id="seconds">%3$d</xliff:g>s</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003257
3258 <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07003259 <string name="battery_history_minutes"><xliff:g id="minutes">%1$d</xliff:g>m <xliff:g id="seconds">%2$d</xliff:g>s</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003260
3261 <!-- Used to show an amount of time in the form "s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07003262 <string name="battery_history_seconds"><xliff:g id="seconds">%1$d</xliff:g>s</string>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07003263
Dianne Hackborn49759af2013-09-15 13:22:28 -07003264 <!-- Used to show an amount of time in the form "d days, h hours, m minutes, s seconds" in BatteryHistory -->
3265 <string name="battery_history_days_no_seconds"><xliff:g id="days">%1$d</xliff:g>d <xliff:g id="hours">%2$d</xliff:g>h <xliff:g id="minutes">%3$d</xliff:g>m</string>
3266
3267 <!-- Used to show an amount of time in the form "h hours, m minutes, s seconds" in BatteryHistory -->
3268 <string name="battery_history_hours_no_seconds"><xliff:g id="hours">%1$d</xliff:g>h <xliff:g id="minutes">%2$d</xliff:g>m</string>
3269
3270 <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
3271 <string name="battery_history_minutes_no_seconds"><xliff:g id="minutes">%1$d</xliff:g>m</string>
3272
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003273 <!-- XXX remove? Strings used for displaying usage statistics -->
3274 <string name="usage_stats_label">Usage statistics</string>
Jim Miller00d24762009-12-22 19:04:57 -08003275
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003276 <!-- In the Testing screen. The item title of the activity that shows usage statistics. -->
3277 <string name="testing_usage_stats">Usage statistics</string>
3278 <!-- label for text to indicate sort options -->
3279 <string name="display_order_text">Sort by:</string>
3280 <!-- label for application name -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003281 <string name="app_name_label">App</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003282 <!-- label for launch count -->
3283 <string name="launch_count_label">Count</string>
3284 <!-- label for usage time -->
3285 <string name="usage_time_label">Usage time</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07003286
3287 <!-- Accessibility settings -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003288 <skip />
svetoslavganova05d0dc2009-05-14 22:26:34 -07003289
Amith Yamasani985f5ef2009-09-16 12:43:50 -07003290 <!-- Settings title in main settings screen for accessibility settings -->
3291 <string name="accessibility_settings">Accessibility</string>
Eric Fischer0f7b72f2011-08-02 16:46:51 -07003292 <!-- Settings title for accessibility settings screen -->
3293 <string name="accessibility_settings_title">Accessibility settings</string>
Alan Viverettecc0e7822013-08-06 13:53:58 -07003294 <!-- Title for the accessibility preference category of accessibility services. [CHAR LIMIT=25] -->
Costin Manolache672b3c62011-07-21 10:38:15 -07003295 <string name="accessibility_services_title">Services</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003296 <!-- Title for the accessibility preference category of system related preferences. [CHAR LIMIT=25] -->
3297 <string name="accessibility_system_title">System</string>
Alan Viverettefc0ab212013-10-02 16:36:33 -07003298 <!-- Title for the accessibility preference category of display related preferences. [CHAR LIMIT=25] -->
3299 <string name="accessibility_display_title">Display</string>
Alan Viverettecc0e7822013-08-06 13:53:58 -07003300 <!-- Title for the accessibility preference screen to enable video captioning. [CHAR LIMIT=35] -->
3301 <string name="accessibility_captioning_title">Captions</string>
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003302 <!-- Title for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=35] -->
Svetoslav Ganov78995992012-10-05 14:02:36 -07003303 <string name="accessibility_screen_magnification_title">Magnification gestures</string>
Svetoslav Ganova59f1aa2012-09-27 16:04:54 -07003304 <!-- Summary for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=none] -->
Svetoslav Ganov78995992012-10-05 14:02:36 -07003305 <string name="accessibility_screen_magnification_summary">When this feature is turned on, you can zoom in and out by triple-tapping the screen.\n\nWhile zoomed in, you can:\n<ul><li>Pan: Drag two or more fingers across the screen.</li>\n<li>Adjust zoom level: Pinch two or more fingers together or spread them apart.</li></ul>\n\nYou can also temporarily magnify what\'s under your finger by triple-tapping and holding. In this magnified state, you can drag your finger to explore different parts of the screen. Lift your finger to return to your previous state.\n\nNote: Triple-tap for magnification works everywhere except the keyboard and navigation bar.</string>
Svetoslav Ganov26a6df02012-10-01 18:41:25 -07003306 <!-- Title for the preference to enable the global geture that turns on accessibility. [CHAR LIMIT=35] -->
3307 <string name="accessibility_global_gesture_preference_title">Accessibility shortcut</string>
3308 <!-- Summary for the preference to enable the global geture that turns on accessibility (on state). [CHAR LIMIT=60] -->
alanvf4f1b802012-10-09 11:05:45 -07003309 <string name="accessibility_global_gesture_preference_summary_on">On</string>
Svetoslav Ganov26a6df02012-10-01 18:41:25 -07003310 <!-- Summary for the preference screen to enable the global geture that turns on accessibility (off state). [CHAR LIMIT=35] -->
3311 <string name="accessibility_global_gesture_preference_summary_off">Off</string>
3312 <!-- Description for the preference screen to enable the global geture taht turns on accessibility. [CHAR LIMIT=none] -->
Svetoslav Ganov7e54c542012-10-07 11:48:53 -07003313 <string name="accessibility_global_gesture_preference_description">When this feature is turned on, you can quickly enable accessibility features in two steps:\n\nStep 1: Press and hold the power button until you hear a sound or feel a vibration.\n\nStep 2: Touch and hold two fingers until you hear audio confirmation.\n\nIf the device has multiple users, using this shortcut on the lock screen temporarily enables accessibility until the device is unlocked.</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003314 <!-- Title for the accessibility preference to enable large text. [CHAR LIMIT=35] -->
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003315 <string name="accessibility_toggle_large_text_preference_title">Large text</string>
3316 <!-- Title for the accessibility preference to enable screen magnification. [CHAR LIMIT=35] -->
3317 <string name="accessibility_toggle_screen_magnification_preference_title">Screen magnification</string>
3318 <!-- Title for the accessibility preference to auto update screen magnification. [CHAR LIMIT=35] -->
3319 <string name="accessibility_toggle_screen_magnification_auto_update_preference_title">Auto
3320 update screen magnification</string>
3321 <!-- Summary for the accessibility preference to auto update screen magnification. [CHAR LIMIT=50] -->
3322 <string name="accessibility_toggle_screen_magnification_auto_update_preference_summary">Update
3323 screen magnification on app transitions</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003324 <!-- Title for the accessibility preference to power button to end a call. [CHAR LIMIT=35] -->
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003325 <string name="accessibility_power_button_ends_call_prerefence_title">Power button ends call</string>
Svetoslav Ganov7e8dcbe2011-12-05 12:54:53 -08003326 <!-- Title for the accessibility preference to speak passwords. [CHAR LIMIT=35] -->
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003327 <string name="accessibility_toggle_speak_password_preference_title">Speak passwords</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003328 <!-- Title for accessibility preference to choose long-press delay i.e. timeout before it is detected. [CHAR LIMIT=35] -->
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003329 <string name="accessibility_long_press_timeout_preference_title">Touch &amp; hold delay</string>
Alan Viverettefc0ab212013-10-02 16:36:33 -07003330 <!-- Title for the accessibility preference to configure display contrast enhancement. [CHAR LIMIT=NONE] -->
3331 <string name="accessibility_display_contrast_preference_title">Contrast enhancement</string>
3332 <!-- Title for the accessibility preference to configure display color inversion. [CHAR LIMIT=NONE] -->
3333 <string name="accessibility_display_inversion_preference_title">Color inversion</string>
3334 <!-- Title for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
3335 <string name="accessibility_display_daltonizer_preference_title">Color space correction</string>
3336
3337 <!-- Title for the preference to show a tile for a particular feature in the Quick Settings pane. [CHAR LIMIT=NONE] -->
3338 <string name="enable_quick_setting">Show in Quick Settings</string>
3339 <!-- Title for the preference to configure contrast enhancement's brightness level. [CHAR LIMIT=NONE] -->
3340 <string name="contrast_brightness">Brightness</string>
3341 <!-- Title for the preference to configure contrast enhancement's contrast level. [CHAR LIMIT=NONE] -->
3342 <string name="contrast_contrast">Contrast</string>
3343 <!-- Title for the preference to configure the type of color inversion to apply. [CHAR LIMIT=NONE] -->
3344 <string name="inversion_type">Inversion mode</string>
3345 <!-- Title for the preference to configure the type of color space correction to apply. [CHAR LIMIT=NONE] -->
3346 <string name="daltonizer_type">Correction mode</string>
3347 <!-- Summary shown for color space correction preference when its value is overridden by another preference [CHAR LIMIT=35] -->
3348 <string name="daltonizer_type_overridden">Overridden by <xliff:g id="title" example="Simulate color space">%1$s</xliff:g></string>
3349
Alan Viverette7ec57942013-10-10 17:34:08 -07003350 <!-- Label for disabling color space adjustment [CHAR LIMIT=45] -->
Alan Viverettefc0ab212013-10-02 16:36:33 -07003351 <string name="daltonizer_mode_disabled">Disabled</string>
Alan Viverette7ec57942013-10-10 17:34:08 -07003352 <!-- Label for converting display colors to grayscale, which simulates monochromacy (complete color blindness). [CHAR LIMIT=45] -->
Alan Viverettefc0ab212013-10-02 16:36:33 -07003353 <string name="daltonizer_mode_monochromacy">Monochromacy</string>
Alan Viverette7ec57942013-10-10 17:34:08 -07003354 <!-- Label for deuteranomaly (red-green color blindness) [CHAR LIMIT=45] -->
Alan Viverettefc0ab212013-10-02 16:36:33 -07003355 <string name="daltonizer_mode_deuteranomaly">Deuteranomaly (red-green)</string>
Alan Viverette7ec57942013-10-10 17:34:08 -07003356 <!-- Label for protanomaly (red-green color blindness) [CHAR LIMIT=45] -->
Alan Viverettefc0ab212013-10-02 16:36:33 -07003357 <string name="daltonizer_mode_protanomaly">Protanomaly (red-green)</string>
Alan Viverette7ec57942013-10-10 17:34:08 -07003358 <!-- Label for tritanomaly (blue-yellow color blindness) [CHAR LIMIT=45] -->
Alan Viverettefc0ab212013-10-02 16:36:33 -07003359 <string name="daltonizer_mode_tritanomaly">Tritanomaly (blue-yellow)</string>
Alan Viverette7ec57942013-10-10 17:34:08 -07003360 <!-- Label for deuteranopia (green color blindness) [CHAR LIMIT=45] -->
Alan Viverettefc0ab212013-10-02 16:36:33 -07003361 <string name="daltonizer_mode_deuteranopia">Deuteranopia (green)</string>
Alan Viverette7ec57942013-10-10 17:34:08 -07003362 <!-- Label for protanopia (red color blindness) [CHAR LIMIT=45] -->
Alan Viverettefc0ab212013-10-02 16:36:33 -07003363 <string name="daltonizer_mode_protanopia">Protanopia (red)</string>
Alan Viverette7ec57942013-10-10 17:34:08 -07003364 <!-- Label for tritanopia (blue color blindness) [CHAR LIMIT=45] -->
Alan Viverettefc0ab212013-10-02 16:36:33 -07003365 <string name="daltonizer_mode_tritanopia">Tritanopia (blue)</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003366
3367 <!-- Title for accessibility menu item to lauch a settings activity. [CHAR LIMIT=15] -->
3368 <string name="accessibility_menu_item_settings">Settings</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003369
Svetoslav51a671c2013-06-24 17:49:38 -07003370 <!-- Summary for the enabled state of an accessibility feature. [CHAR LIMIT=10] -->
3371 <string name="accessibility_feature_state_on">On</string>
3372 <!-- Summary for the disabled state of an accessibility feature. [CHAR LIMIT=10] -->
3373 <string name="accessibility_feature_state_off">Off</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003374
Alan Viverettecc0e7822013-08-06 13:53:58 -07003375 <!-- Title for the preference category containing the video caption preview. [CHAR LIMIT=35] -->
3376 <string name="captioning_preview_title">Preview</string>
3377 <!-- Title for the preference catgeory containing standard video caption options. [CHAR LIMIT=35] -->
3378 <string name="captioning_standard_options_title">Standard options</string>
3379 <!-- Title for the preference to change video caption locale. [CHAR LIMIT=35] -->
3380 <string name="captioning_locale">Language</string>
3381 <!-- Title for the preference to change video caption text size. [CHAR LIMIT=35] -->
3382 <string name="captioning_text_size">Text size</string>
3383 <!-- Title for the preference category containing video caption property presets. [CHAR LIMIT=35] -->
3384 <string name="captioning_preset">Caption style</string>
3385 <!-- Title for the preference catgeory containing custom video caption properties. [CHAR LIMIT=35] -->
3386 <string name="captioning_custom_options_title">Custom options</string>
3387 <!-- Title for the preference to change video caption background color. [CHAR LIMIT=35] -->
3388 <string name="captioning_background_color">Background color</string>
3389 <!-- Title for the preference to change video caption background opacity. [CHAR LIMIT=35] -->
3390 <string name="captioning_background_opacity">Background opacity</string>
Alan Viveretted07c1612013-12-19 11:31:36 -08003391 <!-- Title for the preference to change video caption window color. [CHAR LIMIT=35] -->
3392 <string name="captioning_window_color">Caption window color</string>
3393 <!-- Title for the preference to change video caption window opacity. [CHAR LIMIT=35] -->
3394 <string name="captioning_window_opacity">Caption window opacity</string>
Alan Viverettecc0e7822013-08-06 13:53:58 -07003395 <!-- Title for the preference to change video caption text color. [CHAR LIMIT=35] -->
3396 <string name="captioning_foreground_color">Text color</string>
Alan Viverette205cee42013-12-05 11:27:40 -08003397 <!-- Title for the preference to change video caption text opacity. [CHAR LIMIT=35] -->
3398 <string name="captioning_foreground_opacity">Text opacity</string>
Alan Viverettecc0e7822013-08-06 13:53:58 -07003399 <!-- Title for the preference to change video caption edge color. [CHAR LIMIT=35] -->
3400 <string name="captioning_edge_color">Edge color</string>
3401 <!-- Title for the preference to change video caption edge type. [CHAR LIMIT=35] -->
3402 <string name="captioning_edge_type">Edge type</string>
3403 <!-- Title for the preference to change video caption font family (ex. monospace, sans-serif). [CHAR LIMIT=35] -->
3404 <string name="captioning_typeface">Font family</string>
3405 <!-- Sample text for previewing video caption preferences. [CHAR LIMIT=NONE] -->
3406 <string name="captioning_preview_text">Captions will look like this</string>
3407 <!-- Sample characters for previewing video caption preferences. [CHAR LIMIT=2] -->
3408 <string name="captioning_preview_characters">Aa</string>
3409
3410 <!-- Label for the default device locale. [CHAR LIMIT=35] -->
3411 <string name="locale_default">Default</string>
3412
3413 <!-- Label for no color. [CHAR LIMIT=35] -->
3414 <string name="color_none">None</string>
3415 <!-- Label for the color white. [CHAR LIMIT=35] -->
3416 <string name="color_white">White</string>
3417 <!-- Label for the color gray. [CHAR LIMIT=35] -->
3418 <string name="color_gray">Gray</string>
3419 <!-- Label for the color black. [CHAR LIMIT=35] -->
3420 <string name="color_black">Black</string>
3421 <!-- Label for the color red. [CHAR LIMIT=35] -->
3422 <string name="color_red">Red</string>
3423 <!-- Label for the color green. [CHAR LIMIT=35] -->
3424 <string name="color_green">Green</string>
3425 <!-- Label for the color blue. [CHAR LIMIT=35] -->
3426 <string name="color_blue">Blue</string>
3427 <!-- Label for the color cyan. [CHAR LIMIT=35] -->
3428 <string name="color_cyan">Cyan</string>
3429 <!-- Label for the color yellow. [CHAR LIMIT=35] -->
3430 <string name="color_yellow">Yellow</string>
3431 <!-- Label for the color magenta. [CHAR LIMIT=35] -->
3432 <string name="color_magenta">Magenta</string>
Alan Viverette660223f2013-08-08 10:38:50 -07003433 <!-- Label for custom colors, formats as a HTML color. -->
3434 <string name="color_custom" translatable="false">#%1$02X%2$02X%3$02X</string>
Alan Viverettecc0e7822013-08-06 13:53:58 -07003435
Svetoslav8fdc5642013-04-16 18:54:53 -07003436 <!-- Title for a warning about security implications of enabling an accessibility
3437 service. [CHAR LIMIT=NONE] -->
3438 <string name="enable_service_title">Use
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003439 <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
Svetoslav8fdc5642013-04-16 18:54:53 -07003440 <!-- Title for the list of capabilities of an accessibility service. -->
3441 <string name="capabilities_list_title"><xliff:g id="service" example="TalkBack">%1$s</xliff:g>
3442 needs to:</string>
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003443
Svetoslav8fdc5642013-04-16 18:54:53 -07003444 <!-- Title for the capability of an accessibility service to receive events and keys. -->
3445 <string name="capability_title_receiveAccessibilityEvents">Observe your actions</string>
3446 <!-- Description for the capability of an accessibility service to receive events and keys. -->
3447 <string name="capability_desc_receiveAccessibilityEvents">Receive notifications when you\'re
3448 interacting with an app.</string>
3449
3450 <!-- Title for a warning about disabling an accessibility service. [CHAR LIMIT=NONE] -->
Svetoslavbf3391f2013-04-15 12:20:39 -07003451 <string name="disable_service_title">Stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
Svetoslav8fdc5642013-04-16 18:54:53 -07003452 <!-- Message for a warning about disabling accessibility service. [CHAR LIMIT=NONE] -->
3453 <string name="disable_service_message">Touching OK will
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003454 stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.</string>
3455
Svetoslav Ganov9b539cc2011-09-14 12:20:06 -07003456 <!-- Title for the prompt shown as a placeholder if no accessibility serivices are installed. [CHAR LIMIT=50] -->
3457 <string name="accessibility_no_services_installed">No services installed</string>
3458
Svetoslav Ganoveb9478c2011-09-14 16:33:26 -07003459 <!-- Default description for an accessibility serivice if the latter doesn't provide one. [CHAR LIMIT=NONE] -->
3460 <string name="accessibility_service_default_description">No description provided.</string>
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003461
Eric Fischer0f7b72f2011-08-02 16:46:51 -07003462 <!-- Accessibility settings: button for lauching settings for an accessibility service -->
3463 <string name="settings_button">Settings</string>
Svetoslav Ganov82623012011-03-02 13:00:42 -08003464
Svetoslav Ganovd4c7b492013-06-11 21:15:11 -07003465 <!-- Printing settings -->
3466 <skip />
3467
3468 <!-- Title in main settings screen for printing settings [CHAR LIMIT=15] -->
3469 <string name="print_settings">Printing</string>
3470 <!-- Title for print service settings screen [CHAR LIMIT=25] -->
Svetoslav2d531652013-09-03 21:32:40 -07003471 <string name="print_settings_title">Print services</string>
Svetoslav Ganovd4c7b492013-06-11 21:15:11 -07003472
3473 <!-- Title for a warning message about security implications of enabling a print service,
3474 displayed as a dialog message when the user selects to enable a print service (tablet). [CHAR LIMIT=NONE] -->
3475 <string name="print_service_security_warning_title">Use
3476 <xliff:g id="service" example="My Print Service">%1$s</xliff:g>?</string>
3477 <!-- Summary for a warning message about security implications of enabling a print service,
3478 displayed as a dialog message when the user selects to enable a print service. [CHAR LIMIT=NONE] -->
Svetoslav17e72aa2013-09-13 18:40:00 -07003479 <string name="print_service_security_warning_summary">Your document may pass through
3480 one or more servers on its way to the printer.</string>
Svetoslav Ganovd4c7b492013-06-11 21:15:11 -07003481
3482 <!-- Title for the prompt shown as a placeholder if no print serivices are installed. [CHAR LIMIT=50] -->
3483 <string name="print_no_services_installed">No services installed</string>
3484
Svetoslav9a2ace92013-09-30 16:22:29 -07003485 <!-- Title for the prompt shown as a placeholder if no printers are found while searching. [CHAR LIMIT=50] -->
3486 <string name="print_no_printers_found">No printers found</string>
3487
Svetoslav Ganovd4c7b492013-06-11 21:15:11 -07003488 <!-- Title for print menu item to launch a settings activity. [CHAR LIMIT=25] -->
3489 <string name="print_menu_item_settings">Settings</string>
3490
3491 <!-- Title for print menu item to launch the add printers activity. [CHAR LIMIT=25] -->
3492 <string name="print_menu_item_add_printers">Add printers</string>
3493
Svetoslav51a671c2013-06-24 17:49:38 -07003494 <!-- Summary for the enabled state of a print feature. [CHAR LIMIT=10] -->
3495 <string name="print_feature_state_on">On</string>
3496 <!-- Summary for the disabled state of a print feature. [CHAR LIMIT=10] -->
3497 <string name="print_feature_state_off">Off</string>
3498
Svetoslav2d531652013-09-03 21:32:40 -07003499 <!-- Title of the action bar button to got to Play Store to download a print service. [CHAR LIMIT=25] -->
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07003500 <string name="print_menu_item_add_service">Add service</string>
Svetoslav2d531652013-09-03 21:32:40 -07003501
3502 <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
3503 <string name="print_menu_item_add_printer">Add printer</string>
3504
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07003505 <!-- Title for the search action bar menu item. [CHAR LIMIT=20] -->
3506 <string name="print_menu_item_search">Search</string>
Svetoslav2d531652013-09-03 21:32:40 -07003507
Svetoslav17e72aa2013-09-13 18:40:00 -07003508 <!-- Title for the prompt if no printers are available and the system is searching for such. [CHAR LIMIT=50] -->
3509 <string name="print_searching_for_printers">Searching for printers</string>
3510
Svetoslav Ganovbc2c3db2013-09-23 15:48:23 -07003511 <!-- Title for the prompt if no printers are available because the print service is disabled. [CHAR LIMIT=50] -->
3512 <string name="print_service_disabled">Service disabled</string>
3513
Svetoslav17e72aa2013-09-13 18:40:00 -07003514 <!-- Title for the menu item to open the print jobs screen. [CHAR LIMIT=25] -->
3515 <string name="print_print_jobs">Print jobs</string>
3516
Svetoslav Ganovbc2c3db2013-09-23 15:48:23 -07003517 <!-- Title for the print job settings screen. [CHAR LIMIT=25] -->
3518 <string name="print_print_job">Print job</string>
3519
3520 <!-- Title for the button to restart a print job. [CHAR LIMIT=25] -->
3521 <string name="print_restart">Restart</string>
3522
3523 <!-- Title for the button to cancel a print job. [CHAR LIMIT=25] -->
3524 <string name="print_cancel">Cancel</string>
3525
3526 <!-- Template for the summary of a print job. [CHAR LIMIT=25] -->
3527 <string name="print_job_summary"><xliff:g id="printer">%1$s</xliff:g>\n<xliff:g id="time">%2$s</xliff:g></string>
3528
3529 <!-- Template for the label of the state for a ongoing print job. [CHAR LIMIT=25] -->
3530 <string name="print_printing_state_title_template">Printing <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
3531
Svetoslav97e962c2013-11-14 18:15:15 -08003532 <!-- Template for the label for a cancelling print job. [CHAR LIMIT=25] -->
Baligh Uddine62490c2013-11-15 11:21:11 -08003533 <string name="print_cancelling_state_title_template" >Cancelling <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
Svetoslav97e962c2013-11-14 18:15:15 -08003534
Svetoslav Ganovbc2c3db2013-09-23 15:48:23 -07003535 <!-- Template for the label of the state for a failed print job. [CHAR LIMIT=25] -->
3536 <string name="print_failed_state_title_template">Printer error <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
3537
3538 <!-- Template for the label of the state for a blocked print job. [CHAR LIMIT=25] -->
3539 <string name="print_blocked_state_title_template">Printer blocked <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
Svetoslav2d531652013-09-03 21:32:40 -07003540
Nick Kralevicha5418e32013-10-09 08:57:19 -07003541 <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
3542 <string name="print_search_box_shown_utterance">Search box shown</string>
3543
3544 <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
3545 <string name="print_search_box_hidden_utterance">Search box hidden</string>
3546
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003547 <!-- App Fuel Gauge strings -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003548 <skip />
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003549
3550 <!-- Activity title for App Fuel Gauge summary -->
Gilles Debunne2c88a872011-06-21 12:47:17 -07003551 <string name="power_usage_summary_title">Battery</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -07003552 <!-- Activity title summary for App Fuel Gauge summary -->
3553 <string name="power_usage_summary">What has been using the battery</string>
Amith Yamasani137588d2010-11-12 14:13:03 -08003554 <!-- Message to show when battery usage data is not available [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003555 <string name="power_usage_not_available">Battery usage data isn\'t available.</string>
Amith Yamasania4379d62011-07-22 10:34:58 -07003556 <!-- Display the battery level and status [CHAR_LIMIT=30] -->
Amith Yamasaniecd7b8a2011-09-13 13:40:27 -07003557 <string name="power_usage_level_and_status"><xliff:g id="level">%1$s</xliff:g> - <xliff:g id="status">%2$s</xliff:g></string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003558 <!-- Battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003559 <string name="battery_since_unplugged">Battery use since unplugged</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003560 <!-- Battery usage since user reset the stats -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003561 <string name="battery_since_reset">Battery use since reset</string>
Dianne Hackbornea38e672010-06-11 10:25:54 -07003562 <!-- Battery usage on battery duration -->
3563 <string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> on battery</string>
Amith Yamasani0422a3b2009-06-12 14:15:20 -07003564 <!-- Battery usage duration -->
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003565 <string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003566 <!-- [CHAR LIMIT=25] Label for battery stats charging state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07003567 <string name="battery_stats_charging_label">Charging</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003568 <!-- [CHAR LIMIT=25] Label for battery stats screen on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07003569 <string name="battery_stats_screen_on_label">Screen on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003570 <!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07003571 <string name="battery_stats_gps_on_label">GPS on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003572 <!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
Russell Brenner6de99052013-02-01 10:57:49 -08003573 <string name="battery_stats_wifi_running_label">Wi\u2011Fi</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003574 <!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
3575 <string name="battery_stats_wake_lock_label">Awake</string>
3576 <!-- [CHAR LIMIT=25] Label for battery stats phone signal strength graph -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003577 <string name="battery_stats_phone_signal_label">Mobile network signal</string>
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07003578 <!-- Battery usage during last unplugged period -->
3579 <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003580 <!-- CPU awake time title -->
3581 <string name="awake">Device awake time</string>
3582 <!-- Wifi on time -->
Russell Brenner6de99052013-02-01 10:57:49 -08003583 <string name="wifi_on_time">Wi\u2011Fi on time</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003584 <!-- Bluetooth on time -->
Russell Brenner6de99052013-02-01 10:57:49 -08003585 <string name="bluetooth_on_time">Wi\u2011Fi on time</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003586 <!-- Application name and battery usage percentage -->
3587 <string name="usage_name_percent"><xliff:g id="name">%1$s</xliff:g>" - "
Eric Fischerfe4ddf82009-08-28 13:02:24 -07003588 <xliff:g id="number" example="30">%2$s</xliff:g><xliff:g id="percent" example="%">%%</xliff:g></string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003589
Dianne Hackborn59a48602010-11-10 23:34:52 -08003590 <!-- Activity title for battery usage history details -->
3591 <string name="history_details_title">History details</string>
Jim Miller36972bb2010-11-30 19:47:38 -08003592
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003593 <!-- Activity title for battery usage details for an app. or power consumer -->
Dianne Hackborn59a48602010-11-10 23:34:52 -08003594 <string name="details_title">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003595 <!-- Subtitle for application/subsystem details -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003596 <string name="details_subtitle">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003597 <!-- Subtitle for possible options -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003598 <string name="controls_subtitle">Adjust power use</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003599 <!-- Subtitle for list of packages -->
3600 <string name="packages_subtitle">Included packages</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003601
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003602 <!-- Label for power consumed by the screen -->
Amith Yamasani7456f672011-02-22 14:44:18 -08003603 <string name="power_screen">Screen</string>
Claudia de Veaux7dc36b92011-10-17 12:54:20 -07003604 <!-- Label for power consumed by Wi-Fi -->
Russell Brenner6de99052013-02-01 10:57:49 -08003605 <string name="power_wifi">Wi\u2011Fi</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003606 <!-- Label for power consumed by Bluetooth -->
3607 <string name="power_bluetooth">Bluetooth</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003608 <!-- Label for power consumed by Cell idle -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003609 <string name="power_cell">Cell standby</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003610 <!-- Label for power consumed by Calling -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003611 <string name="power_phone">Voice calls</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003612 <!-- Label for power consumed when Idle -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003613 <string name="power_idle" product="tablet">Tablet idle</string>
3614 <!-- Label for power consumed when Idle -->
3615 <string name="power_idle" product="default">Phone idle</string>
Dianne Hackborn5b6f59a2014-01-13 17:40:50 -08003616 <!-- Label for power that we aren't able to account for -->
Dianne Hackborn17452d52014-03-12 13:27:29 -07003617 <string name="power_unaccounted">Miscellaneous</string>
Dianne Hackborn5b6f59a2014-01-13 17:40:50 -08003618 <!-- Label for power that we computed too much for -->
3619 <string name="power_overcounted">Over-counted</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003620
3621 <!-- Label for CPU usage time -->
3622 <string name="usage_type_cpu">CPU total</string>
3623 <!-- Label for CPU usage in foreground -->
3624 <string name="usage_type_cpu_foreground">CPU foreground</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003625 <!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
3626 <string name="usage_type_wake_lock">Keep awake</string>
Romain Guy3d32d002011-10-05 18:49:52 -07003627 <!-- Label for GPS usage time -->
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003628 <string name="usage_type_gps">GPS</string>
Dianne Hackborncb818612010-09-16 01:29:54 -07003629 <!-- [CHAR LIMIT=25] Label for WIFI usage time -->
Russell Brenner6de99052013-02-01 10:57:49 -08003630 <string name="usage_type_wifi_running">Wi\u2011Fi running</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003631 <!-- Label for Phone usage time -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003632 <string name="usage_type_phone" product="tablet">Tablet</string>
3633 <!-- Label for Phone usage time -->
3634 <string name="usage_type_phone" product="default">Phone</string>
Jeff Sharkey133581e2013-06-04 12:29:05 -07003635 <!-- Label for mobile network data sent [CHAR LIMIT=32] -->
Dianne Hackbornfb030582013-12-12 16:17:49 -08003636 <string name="usage_type_data_send">Mobile packets sent</string>
Jeff Sharkey133581e2013-06-04 12:29:05 -07003637 <!-- Label for mobile network data received [CHAR LIMIT=32] -->
Dianne Hackbornfb030582013-12-12 16:17:49 -08003638 <string name="usage_type_data_recv">Mobile packets received</string>
Dianne Hackborn3c741d22014-02-26 14:57:57 -08003639 <!-- Label for mobile network radio active time [CHAR LIMIT=32] -->
3640 <string name="usage_type_radio_active">Mobile radio active</string>
Jeff Sharkey133581e2013-06-04 12:29:05 -07003641 <!-- Label for Wi-Fi network data sent [CHAR LIMIT=32] -->
Dianne Hackbornfb030582013-12-12 16:17:49 -08003642 <string name="usage_type_data_wifi_send">Wi\u2011Fi packets sent</string>
Jeff Sharkey133581e2013-06-04 12:29:05 -07003643 <!-- Label for Wi-Fi network data received [CHAR LIMIT=32] -->
Dianne Hackbornfb030582013-12-12 16:17:49 -08003644 <string name="usage_type_data_wifi_recv">Wi\u2011Fi packets received</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003645 <!-- Label for Audio usage time -->
3646 <string name="usage_type_audio">Audio</string>
3647 <!-- Label for Video usage time -->
3648 <string name="usage_type_video">Video</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003649 <!-- Label for time that a feature has been on -->
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07003650 <string name="usage_type_on_time">Time on</string>
3651 <!-- Label for time that there was no cell coverage -->
3652 <string name="usage_type_no_coverage">Time without a signal</string>
Dianne Hackborn5b6f59a2014-01-13 17:40:50 -08003653 <!-- Label for the total power capacity of the device's battery -->
3654 <string name="usage_type_total_battery_capacity">Total battery capacity</string>
3655 <!-- Label for amount of power use that was computed -->
3656 <string name="usage_type_computed_power">Computed power</string>
3657 <!-- Label for minimum amount of actual power use -->
3658 <string name="usage_type_min_actual_power">Min real power</string>
3659 <!-- Label for maximum amount of power use -->
3660 <string name="usage_type_max_actual_power">Max real power</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003661 <!-- Label for force stop action -->
3662 <string name="battery_action_stop">Force stop</string>
3663 <!-- Label for app details action -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003664 <string name="battery_action_app_details">App info</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003665 <!-- Label for app settings action -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003666 <string name="battery_action_app_settings">App settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003667 <!-- Label for display settings -->
Amith Yamasani7456f672011-02-22 14:44:18 -08003668 <string name="battery_action_display">Screen settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003669 <!-- Label for wifi settings -->
Russell Brenner6de99052013-02-01 10:57:49 -08003670 <string name="battery_action_wifi">Wi\u2011Fi settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003671 <!-- Label for bluetooth settings -->
3672 <string name="battery_action_bluetooth">Bluetooth settings</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003673
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003674 <!-- Description for voice call detail -->
3675 <string name="battery_desc_voice">Battery used by voice calls</string>
3676
Amith Yamasani972fc292009-06-22 23:04:45 -07003677 <!-- Description for standby detail -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003678 <string name="battery_desc_standby" product="tablet">Battery used when tablet is idle</string>
3679 <!-- Description for standby detail -->
3680 <string name="battery_desc_standby" product="default">Battery used when phone is idle</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003681
3682 <!-- Description for cell radio detail -->
3683 <string name="battery_desc_radio">Battery used by cell radio</string>
3684 <!-- Suggestion to switch to airplane mode to save power -->
3685 <string name="battery_sugg_radio">Switch to airplane mode to save power in areas with no cell coverage</string>
3686
3687 <!-- Description for power consumed by display -->
3688 <string name="battery_desc_display">Battery used by the display and backlight</string>
3689 <!-- Suggestion for reducing display power -->
3690 <string name="battery_sugg_display">Reduce the screen brightness and/or screen timeout</string>
3691
3692 <!-- Description for wifi connectivity -->
Russell Brenner6de99052013-02-01 10:57:49 -08003693 <string name="battery_desc_wifi">Battery used by Wi\u2011Fi</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003694 <!-- Suggestion for wifi connectivity power drain -->
Russell Brenner6de99052013-02-01 10:57:49 -08003695 <string name="battery_sugg_wifi">Turn off Wi\u2011Fi when not using it or when it isn\'t available</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003696
3697 <!-- Description for bluetooth power consumption detail -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003698 <string name="battery_desc_bluetooth">Battery used by Bluetooth</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003699 <!-- Suggestion for bluetooth -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003700 <string name="battery_sugg_bluetooth_basic">Turn off Bluetooth when you aren\'t using it</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003701 <!-- Suggestion for bluetooth headset -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003702 <string name="battery_sugg_bluetooth_headset">Try connecting to a different Bluetooth device</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003703
Dianne Hackborne55b0e22010-08-20 15:10:26 -07003704 <!-- [CHAR LIMIT=50] Description for power consumed by applications -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003705 <string name="battery_desc_apps">Battery used by app</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003706 <!-- Suggestion for exploring application info to stop or uninstall -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003707 <string name="battery_sugg_apps_info">Stop or uninstall the app</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07003708 <!-- [CHAR LIMIT=100] Suggestion for getting apps to consume less power due to GPS-->
Lifu Tangb581a082013-10-02 13:56:06 -07003709 <string name="battery_sugg_apps_gps">Select battery-saving mode</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003710 <!-- Suggestion for getting apps to consume less power -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003711 <string name="battery_sugg_apps_settings">The app may offer settings to reduce battery use</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003712
Dianne Hackborn52e56a22012-09-12 17:02:23 -07003713 <!-- [CHAR LIMIT=50] Description for power consumed by users -->
3714 <string name="battery_desc_users">Battery used by user</string>
3715
Dianne Hackborn5b6f59a2014-01-13 17:40:50 -08003716 <!-- [CHAR LIMIT=50] Description for unaccounted power use -->
Dianne Hackborn8969f612014-02-24 17:10:13 -08003717 <string name="battery_desc_unaccounted">Unknown power use</string>
Dianne Hackborn5b6f59a2014-01-13 17:40:50 -08003718 <!-- [CHAR LIMIT=50] Description for over-counted power use -->
3719 <string name="battery_desc_overcounted">Over-counted power use</string>
3720 <!-- Representation of a mAh value. [CHAR LIMIT=NONE] -->
3721 <string name="mah"><xliff:g id="number" example="30">%d</xliff:g> mAh</string>
3722
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003723 <!-- Menu label for viewing battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003724 <string name="menu_stats_unplugged"><xliff:g id="unplugged">%1$s</xliff:g> since unplugged</string>
3725 <!-- Menu label for viewing battery usage since unplugged -->
3726 <string name="menu_stats_last_unplugged">While last unplugged for <xliff:g id="unplugged">%1$s</xliff:g></string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003727 <!-- Menu label for viewing battery usage total -->
3728 <string name="menu_stats_total">Usage totals</string>
3729 <!-- Menu label for refreshing with latest usage numbers -->
3730 <string name="menu_stats_refresh">Refresh</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003731
3732 <!-- Label for kernel threads -->
3733 <string name="process_kernel_label">Android OS</string>
3734 <!-- Label for mediaserver process -->
3735 <string name="process_mediaserver_label">Mediaserver</string>
3736
Dianne Hackbornc6d658e2013-08-08 12:57:53 -07003737 <!-- Process Stats strings -->
3738 <skip />
3739
Dianne Hackbornc9e4bd12013-08-09 12:08:54 -07003740 <!-- [CHAR LIMIT=NONE] Activity title for Process Stats summary -->
Dianne Hackbornc6d658e2013-08-08 12:57:53 -07003741 <string name="process_stats_summary_title">Process Stats</string>
Dianne Hackbornc9e4bd12013-08-09 12:08:54 -07003742 <!-- [CHAR LIMIT=NONE] Activity title summary for Process Stats summary -->
Dianne Hackbornc6d658e2013-08-08 12:57:53 -07003743 <string name="process_stats_summary">Geeky stats about running processes</string>
Dianne Hackbornc9e4bd12013-08-09 12:08:54 -07003744 <!-- [CHAR LIMIT=NONE] Label for amount of memory use -->
Dianne Hackbornc6d658e2013-08-08 12:57:53 -07003745 <string name="app_memory_use">Memory use</string>
Dianne Hackbornc9e4bd12013-08-09 12:08:54 -07003746 <!-- [CHAR LIMIT=NONE] Label for process stats, duration of time the stats are over -->
Dianne Hackborn49759af2013-09-15 13:22:28 -07003747 <string name="process_stats_total_duration"><xliff:g id="type">%1$s</xliff:g> apps over
3748 <xliff:g id="time">%2$s</xliff:g></string>
3749 <!-- [CHAR LIMIT=NONE] Label for process stats, text for stats type -->
3750 <string name="process_stats_type_background">Background</string>
3751 <!-- [CHAR LIMIT=NONE] Label for process stats, text for stats type -->
3752 <string name="process_stats_type_foreground">Foreground</string>
3753 <!-- [CHAR LIMIT=NONE] Label for process stats, text for stats type -->
3754 <string name="process_stats_type_cached">Cached</string>
Dianne Hackborna582a052013-08-09 16:17:27 -07003755 <!-- [CHAR LIMIT=NONE] Label for process stats, duration of time the stats are over -->
3756 <string name="process_stats_memory_status">Device memory is currently
3757 <xliff:g id="memstate">%1$s</xliff:g></string>
Dianne Hackborn04486732013-09-04 15:47:59 -07003758 <!-- [CHAR LIMIT=NONE] Label for item showing details of average RAM use -->
Dianne Hackborn49759af2013-09-15 13:22:28 -07003759 <string name="process_stats_avg_ram_use">Average RAM use</string>
3760 <!-- [CHAR LIMIT=NONE] Label for item showing details of maximum RAM use -->
3761 <string name="process_stats_max_ram_use">Maximum RAM use</string>
Dianne Hackborn04486732013-09-04 15:47:59 -07003762 <!-- [CHAR LIMIT=NONE] Label for item showing percent of time spent running -->
3763 <string name="process_stats_run_time">Run time</string>
3764 <!-- [CHAR LIMIT=NONE] Subtitle for process stats services list -->
3765 <string name="services_subtitle">Services</string>
Dianne Hackborn88cf7702013-09-23 15:02:13 -07003766 <!-- [CHAR LIMIT=NONE] Menu for process stats to select duration of stats to show -->
3767 <string name="menu_proc_stats_duration">Duration</string>
3768 <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
3769 <string name="menu_duration_3h">3 hours</string>
3770 <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
3771 <string name="menu_duration_6h">6 hours</string>
3772 <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
3773 <string name="menu_duration_12h">12 hours</string>
3774 <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
3775 <string name="menu_duration_1d">1 day</string>
Dianne Hackborn49759af2013-09-15 13:22:28 -07003776 <!-- [CHAR LIMIT=NONE] Menu for process stats to control whether system processes are shown -->
3777 <string name="menu_show_system">Show system</string>
3778 <!-- [CHAR LIMIT=NONE] Menu for process stats to control whether computation should be based
3779 on Uss (Unique Set Size) instead of Pss (Proportional Set Size) -->
3780 <string name="menu_use_uss">Use Uss</string>
3781 <!-- [CHAR LIMIT=NONE] Menu for process stats to select which type of stats to show -->
3782 <string name="menu_proc_stats_type">Stats type</string>
3783 <!-- [CHAR LIMIT=NONE] Menu for process stats to show information on background processes -->
3784 <string name="menu_proc_stats_type_background">Background</string>
3785 <!-- [CHAR LIMIT=NONE] Menu for process stats to show information on foreground processes -->
3786 <string name="menu_proc_stats_type_foreground">Foreground</string>
3787 <!-- [CHAR LIMIT=NONE] Menu for process stats to show information on cached processes -->
3788 <string name="menu_proc_stats_type_cached">Cached</string>
Dianne Hackbornc6d658e2013-08-08 12:57:53 -07003789
Mike LeBeau92c33522010-01-25 18:18:45 -05003790 <!-- Voice input/output settings --><skip />
3791 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
3792 <string name="voice_input_output_settings">Voice input &amp; output</string>
3793 <!-- Main voice input/output settings screen title -->
3794 <string name="voice_input_output_settings_title">Voice input &amp; output settings</string>
3795 <!-- Title of voice search settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05003796 <string name="voice_search_settings_title">Voice search</string>
Mike LeBeau92c33522010-01-25 18:18:45 -05003797 <!-- Title of keyboard settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05003798 <string name="keyboard_settings_title">Android keyboard</string>
Mike LeBeau766a19b2010-02-11 22:57:12 -08003799 <!-- Title for the 'voice input' category of voice input/output settings -->
Luca Zanolin8cb280d2011-09-20 17:58:45 +01003800 <string name="voice_category">Speech</string>
Mike LeBeau766a19b2010-02-11 22:57:12 -08003801 <!-- Title for the voice recognizer setting in voice input/output settings -->
3802 <string name="recognizer_title">Voice recognizer</string>
3803 <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings -->
Luca Zanolin8cb280d2011-09-20 17:58:45 +01003804 <string name="recognizer_settings_title">Voice Search</string>
Mike LeBeaue076bef2010-03-30 12:03:39 -07003805 <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings.
3806 Would say something like, e.g., "Settings for 'Google'". -->
Mike LeBeau38947dd2010-03-30 14:45:00 -07003807 <string name="recognizer_settings_summary">Settings for \'<xliff:g id="recognizer_name">%s</xliff:g>\'</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08003808
Jean-Michel Trivied29a652009-06-05 18:37:29 -07003809 <!-- Text-To-Speech (TTS) settings --><skip />
Jean Chalard8ba5c422011-08-31 21:40:43 +09003810 <!-- Name of the TTS package as listed by the package manager. -->
Mike LeBeau4c2ffc52010-02-12 14:47:48 -08003811 <string name="tts_settings">Text-to-speech settings</string>
Jean Chalard8ba5c422011-08-31 21:40:43 +09003812 <!-- TTS option item name in the main settings screen -->
3813 <string name="tts_settings_title">Text-to-speech output</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07003814 <!-- On main TTS Settings screen, title for toggle used to force use of default TTS settings -->
3815 <string name="use_default_tts_settings_title">Always use my settings</string>
3816 <!-- On main TTS Settings screen, summary for toggle used to force use of default TTS settings -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003817 <string name="use_default_tts_settings_summary">Default settings below override app settings</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07003818 <!-- On main TTS Settings screen, section header for default TTS settings -->
3819 <string name="tts_default_settings_section">Default settings</string>
Charles Chen5dbc74a2009-12-07 12:08:13 -08003820 <!-- On main TTS Settings screen, in default settings section, setting default synthesis engine for synthesized voice -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003821 <string name="tts_default_synth_title">Default engine</string>
Charles Chen5dbc74a2009-12-07 12:08:13 -08003822 <!-- On main TTS Settings screen, summary for default synthesis engine for synthesized voice -->
3823 <string name="tts_default_synth_summary">Sets the speech synthesis engine to be used for spoken text</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07003824 <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
3825 <string name="tts_default_rate_title">Speech rate</string>
3826 <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
3827 <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
3828 <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
3829 <string name="tts_default_pitch_title">Pitch</string>
3830 <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
3831 <string name="tts_default_pitch_summary">Affects the tone of the spoken text</string>
Przemyslaw Szczepaniak6dcdfab2013-05-13 17:14:01 +01003832
Jean-Michel Trivi80368622009-06-09 19:29:27 -07003833 <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
3834 <string name="tts_default_lang_title">Language</string>
Przemyslaw Szczepaniak6dcdfab2013-05-13 17:14:01 +01003835 <!-- On main TTS Settings screen, language summary if it can't default to system language [CHAR LIMIT=50] -->
3836 <string name="tts_lang_not_selected">Language not selected</string>
Jean-Michel Trivi80368622009-06-09 19:29:27 -07003837 <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
3838 <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07003839 <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07003840 <string name="tts_play_example_title">Listen to an example</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07003841 <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07003842 <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07003843 <!-- On main TTS Settings screen, click to install required speech synthesis data -->
3844 <string name="tts_install_data_title">Install voice data</string>
3845 <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
3846 <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
3847 <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
3848 <string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</string>
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07003849 <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
3850 <string name="tts_settings_changed_demo">Your settings have changed. This is an example of how they sound.</string>
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08003851 <!-- Error screen when a selected TTS engine can't run because it's missing components -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003852 <string name="tts_engine_error">The engine you chose can\'t run.</string>
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08003853 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
3854 <string name="tts_engine_error_config">Configure</string>
3855 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003856 <string name="tts_engine_error_reselect">Choose another engine</string>
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08003857 <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
3858 message when the user selects to enable an engine. -->
3859 <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
3860 all the text that will be spoken, including personal data like passwords and credit
Eric Fischerdfb894c2011-10-04 14:57:57 -07003861 card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08003862 Enable the use of this speech synthesis engine?</string>
Przemyslaw Szczepaniak03b9f862012-10-23 16:39:02 +01003863 <!-- Warning message about required internet conectivity for TTS synthesis, displayed as a dialog
3864 message when the user selects to play an example for network only locale and there's no internet connectivity. -->
3865 <string name="tts_engine_network_required">This language requires a working network connection for text-to-speech output.</string>
Przemyslaw Szczepaniak4c85c1d2013-08-02 17:06:41 +01003866 <!-- Text spoken by the TTS engine as an example if the engine doesn't provide sample text [CHAR LIMIT=100] -->
3867 <string name="tts_default_sample_string">This is an example of speech synthesis</string>
3868 <!-- On main TTS Settings screen, title of a field explaining current TTS engine status for
3869 current default language [CHAR LIMIT=50] -->
3870 <string name="tts_status_title">Default language status</string>
3871 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
3872 selected language is fully supported by the engine [CHAR LIMIT=150]-->
3873 <string name="tts_status_ok"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is fully supported</string>
3874 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
Przemyslaw Szczepaniak6ada2d52013-08-06 13:55:52 +01003875 selected language is supported by the engine only if there's a working network connection [CHAR LIMIT=150] -->
Przemyslaw Szczepaniak4c85c1d2013-08-02 17:06:41 +01003876 <string name="tts_status_requires_network"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> requires network connection</string>
3877 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
Przemyslaw Szczepaniak6ada2d52013-08-06 13:55:52 +01003878 selected language is not supported by the engine [CHAR LIMIT=150] -->
Przemyslaw Szczepaniak4c85c1d2013-08-02 17:06:41 +01003879 <string name="tts_status_not_supported"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> is not supported</string>
Przemyslaw Szczepaniak6ada2d52013-08-06 13:55:52 +01003880 <!-- On main TTS Settings screen, current TTS engine status for the current default language,
3881 tts engine is queried for status [CHAR LIMIT=150] -->
3882 <string name="tts_status_checking">Checking...</string>
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08003883 <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
3884 <string name="tts_engines_section">Engines</string>
3885 <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
3886 <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> settings</string>
3887 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
3888 <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string>
3889 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
3890 <string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is disabled</string>
Narayan Kamathd5642f72011-06-14 18:17:40 +01003891 <!-- On the main TTS settings screen, text for a divider under which
3892 the engine specific settings and the "engine install data" option
3893 are listed [CHAR LIMIT=30]-->
3894 <string name="tts_engine_settings_section">Engine settings</string>
3895 <!-- Title for a preference in the main TTS settings screen, which
3896 launches the settings screen for a given TTS engine when clicked
3897 [CHAR LIMIT=30]-->
3898 <string name="tts_engine_settings_title">Settings for <xliff:g id="tts_engine_name">%s</xliff:g></string>
Jean-Michel Trivi1d6e7b82010-03-03 19:38:55 -08003899 <!-- On Pico TTS Settings screen, text to mark the section for the various languages and voices that are available -->
Jean-Michel Trivia08f5a52010-03-04 16:33:46 -08003900 <string name="pico_languages_and_voices">Languages and voices</string>
Jean-Michel Trivi1d6e7b82010-03-03 19:38:55 -08003901 <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
3902 <string name="pico_installed">Installed</string>
3903 <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
3904 <string name="pico_not_installed">Not installed</string>
3905 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
3906 <string name="pico_voice_summary_female">Female</string>
3907 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
3908 <string name="pico_voice_summary_male">Male</string>
Jean-Michel Trivia4577192010-08-25 15:43:17 -07003909 <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed -->
3910 <string name="tts_notif_engine_install_title">Speech synthesis engine installed</string>
3911 <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine,
3912 to warn the user that this engine cannot be used before the checkbox for that engine
3913 in TTS settings is checked. -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003914 <string name="tts_notif_engine_install_message">Enable new engine before use.</string>
Narayan Kamath0cfbb0f2011-08-18 17:55:41 +01003915 <!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for
3916 the image that launches the TTS engine settings when clicked. -->
3917 <string name="tts_engine_settings_button">Launch engine settings</string>
3918 <!-- [CHAR LIMIT=50] The text for the settings section that users to set a
3919 preferred text to speech engine -->
3920 <string name="tts_engine_preference_section_title">Preferred engine</string>
3921 <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences
3922 that are applicable to all engines, such as the speech rate -->
3923 <string name="tts_general_section_title">General</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003924
Ken Shirriff03a61102009-06-08 13:49:05 -07003925 <!-- Power Control Widget -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003926 <string name="gadget_title">Power control</string>
Russell Brenner6de99052013-02-01 10:57:49 -08003927 <string name="gadget_toggle_wifi">Updating Wi\u2011Fi setting</string>
Ken Shirriffe936f5b2009-06-30 16:45:14 -07003928 <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string>
alanvb9062f22012-08-30 17:08:01 -07003929 <!-- Template for gadget toggle button description. Populated examples are "Wi-Fi off" or "Wi-Fi turning on". -->
Russell Brenner6de99052013-02-01 10:57:49 -08003930 <string name="gadget_state_template"><xliff:g name="feature" example="Wi\u2011Fi">%1$s</xliff:g> <xliff:g name="state" example="off">%2$s</xliff:g></string>
alanvb9062f22012-08-30 17:08:01 -07003931 <!-- Gadget value used to describe on state. -->
3932 <string name="gadget_state_on">on</string>
3933 <!-- Gadget value used to describe off state. -->
3934 <string name="gadget_state_off">off</string>
3935 <!-- Gadget value used to describe turning on state. -->
3936 <string name="gadget_state_turning_on">turning on</string>
3937 <!-- Gadget value used to describe turning off state. -->
3938 <string name="gadget_state_turning_off">turning off</string>
3939 <!-- Spoken description for the Wi-Fi power control gadget. -->
Russell Brenner6de99052013-02-01 10:57:49 -08003940 <string name="gadget_wifi">Wi\u2011Fi</string>
alanvb9062f22012-08-30 17:08:01 -07003941 <!-- Spoken description for the Bluetooth power control gadget. -->
3942 <string name="gadget_bluetooth">Bluetooth</string>
David Christie681f7992013-08-06 18:20:33 -07003943 <!-- Spoken description for the Location power control gadget. -->
3944 <string name="gadget_location">Location</string>
alanvb9062f22012-08-30 17:08:01 -07003945 <!-- Spoken description for the data synchronization gadget. -->
3946 <string name="gadget_sync">Sync</string>
3947 <!-- Template for brightness gadget toggle button description. -->
3948 <string name="gadget_brightness_template">Brightness <xliff:g name="state" example="half">%1$s</xliff:g></string>
3949 <!-- Brightness gadget value used to describe automatic brightness state. -->
3950 <string name="gadget_brightness_state_auto">auto</string>
3951 <!-- Brightness gadget value used to describe maximum brightness state. -->
3952 <string name="gadget_brightness_state_full">full</string>
3953 <!-- Brightness gadget value used to describe half brightness state. -->
3954 <string name="gadget_brightness_state_half">half</string>
3955 <!-- Brightness gadget value used to describe minimum brightness state. -->
3956 <string name="gadget_brightness_state_off">off</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08003957
Hung-ying Tyane7565f32009-06-26 14:24:50 +08003958 <!-- Title of preference to enter the VPN settings activity -->
Claudia de Veaux780d72d2011-08-05 17:24:20 -07003959 <string name="vpn_settings_title">VPN</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08003960
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003961 <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] -->
3962 <string name="credentials_title">Credential storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003963 <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
Roy West0178b152011-02-17 21:34:50 -08003964 <string name="credentials_install" product="nosdcard">Install from storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003965 <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
3966 <string name="credentials_install" product="default">Install from SD card</string>
3967 <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
Roy West0178b152011-02-17 21:34:50 -08003968 <string name="credentials_install_summary" product="nosdcard">Install certificates from storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003969 <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
3970 <string name="credentials_install_summary" product="default">Install certificates from SD card</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003971 <!-- Title of preference to reset credential storage [CHAR LIMIT=30] -->
3972 <string name="credentials_reset">Clear credentials</string>
3973 <!-- Summary of preference to reset credential storage [CHAR LIMIT=NONE] -->
Brian Carlstromd4023b72011-05-25 13:24:20 -07003974 <string name="credentials_reset_summary">Remove all certificates</string>
Brian Carlstromf6f4e302011-06-26 16:05:21 -07003975 <!-- Title of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=30] -->
3976 <string name="trusted_credentials">Trusted credentials</string>
3977 <!-- Summary of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=NONE] -->
3978 <string name="trusted_credentials_summary">Display trusted CA certificates</string>
Kenny Root028634b2013-03-29 11:12:55 -07003979 <!-- Title of preference of what type of credential storage this device has: hardware or software [CHAR LIMIT=30] -->
3980 <string name="credential_storage_type">Storage type</string>
3981 <!-- Summary text for preference showing what type of credential storage this device has when it is stored in a hardware-backed storage (as opposed to "software only") [CHAR LIMIT=NONE] -->
3982 <string name="credential_storage_type_hardware">Hardware-backed</string>
3983 <!-- Summary text for preference showing what type of credential storage this device has when it is stored in software only (as opposed to "hardware-backed") [CHAR LIMIT=NONE] -->
3984 <string name="credential_storage_type_software">Software only</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003985
Brian Carlstrom81d7a802012-05-01 11:17:02 -07003986 <!-- Message to draw an unlock pattern when installing credentials -->
3987 <string name="credentials_install_gesture_prompt">Draw your unlock pattern</string>
3988 <!-- Explanation of drawing unlock pattern to install credentials -->
3989 <string name="credentials_install_gesture_explanation">You need to draw your unlock pattern to confirm credential installation.</string>
3990
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003991 <!-- Title of dialog to enable credential storage [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003992 <string name="credentials_unlock"></string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003993 <!-- Description of dialog to enable credential storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003994 <string name="credentials_unlock_hint">Type the password for credential storage.</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003995 <!-- Description of the input box for the old password [CHAR LIMIT=30] -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08003996 <string name="credentials_old_password">Current password:</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003997 <!-- Description of dialog to reset credential storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003998 <string name="credentials_reset_hint">Remove all the contents?</string>
Eric Fischer13baf3c2011-01-24 12:48:06 -08003999 <string name="credentials_password_too_short">The password must have at least 8 characters.</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08004000 <!-- Error message [CHAR LIMIT=NONE] -->
4001 <string name="credentials_wrong_password">Incorrect password.</string>
4002 <!-- Error message [CHAR LIMIT=NONE] -->
4003 <string name="credentials_reset_warning">Incorrect password. You have one more chance before credential storage is erased.</string>
4004 <!-- Error message [CHAR LIMIT=NONE] -->
4005 <string name="credentials_reset_warning_plural">Incorrect password. You have <xliff:g id="number" example="5">%1$d</xliff:g> more chances before credential storage is erased.</string>
4006 <!-- Toast message [CHAR LIMIT=30] -->
4007 <string name="credentials_erased">Credential storage is erased.</string>
Brian Carlstromd4023b72011-05-25 13:24:20 -07004008 <!-- Toast message [CHAR LIMIT=30] when credential storage containing private keys and certificates could not be erased (opposite of string credentials_erased) -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004009 <string name="credentials_not_erased">Credential storage couldn\'t be erased.</string>
Brian Carlstrom98154292011-05-12 23:58:39 -07004010 <!-- Toast message [CHAR LIMIT=30] -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08004011 <string name="credentials_enabled">Credential storage is enabled.</string>
Brian Carlstromd4023b72011-05-25 13:24:20 -07004012 <!-- Description of dialog to explain that a lock screen password is required to use credential storage [CHAR LIMIT=NONE] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07004013 <string name="credentials_configure_lock_screen_hint">You need to set a lock screen PIN or password before you can use credential storage.</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05004014
4015 <!-- Sound settings screen, setting check box label -->
4016 <string name="emergency_tone_title">Emergency tone</string>
4017 <!-- Sound settings screen, setting option summary text -->
4018 <string name="emergency_tone_summary">Set behavior when an emergency call is placed</string>
Jim Miller00d24762009-12-22 19:04:57 -08004019
Gilles Debunne2c88a872011-06-21 12:47:17 -07004020 <!-- Backup and reset Settings screen --><skip />
4021 <!-- Backup and reset settings menu title -->
4022 <string name="privacy_settings">Backup &amp; reset</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07004023 <!-- Privacy settings activity title -->
Gilles Debunne2c88a872011-06-21 12:47:17 -07004024 <string name="privacy_settings_title">Backup &amp; reset</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08004025 <!-- Backup section title -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004026 <string name="backup_section_title">Backup &amp; restore</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07004027 <!-- Personal data section title -->
4028 <string name="personal_data_section_title">Personal data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07004029 <!-- Backup data menu title -->
Kenny Root365ef4a2010-06-03 16:42:00 -07004030 <string name="backup_data_title">Back up my data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07004031 <!-- Summary text of the "back up data" setting -->
Russell Brenner6de99052013-02-01 10:57:49 -08004032 <string name="backup_data_summary">Back up app data, Wi\u2011Fi passwords, and other settings to Google servers</string>
Christopher Tate58e62922010-12-16 17:25:46 -08004033 <!-- Configure backup account options menu title [CHAR LIMIT=25]-->
4034 <string name="backup_configure_account_title">Backup account</string>
4035 <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80]-->
4036 <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08004037 <!-- Auto-restore menu title -->
4038 <string name="auto_restore_title">Automatic restore</string>
4039 <!-- Summary text of the "automatic restore" setting -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004040 <string name="auto_restore_summary">When reinstalling an app, restore backed up settings and data</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004041
Christopher Tatefac0ea72011-08-12 17:22:41 -07004042 <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
4043 <string name="local_backup_password_title">Desktop backup password</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004044 <!-- Summary text of the "local backup password" setting when the user has not supplied a password -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08004045 <string name="local_backup_password_summary_none">Desktop full backups aren\'t currently protected</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004046 <!-- Summary text of the "local backup password" setting when the user has already supplied a password -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08004047 <string name="local_backup_password_summary_change">Touch to change or remove the password for desktop full backups</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004048
Christopher Tate2d6497d2012-06-19 15:44:15 -07004049 <!-- Toast message shown when the user successfully sets a new local backup password [CHAR LIMIT=80] -->
4050 <string name="local_backup_password_toast_success">New backup password set</string>
4051 <!-- Toast message shown when setting a new local backup password fails due to the user not correctly typing the password again for confirmation [CHAR LIMIT=80] -->
4052 <string name="local_backup_password_toast_confirmation_mismatch">New password and confirmation don\'t match</string>
4053 <!-- Toast message shown when setting a new local backup password fails due to the user not supplying the correct existing password. The phrasing here is deliberately quite general. [CHAR LIMIT=80] -->
4054 <string name="local_backup_password_toast_validation_failure">Failure setting backup password</string>
4055
Amith Yamasanie65c9432009-09-22 13:50:19 -07004056 <!-- Dialog title for confirmation to erase backup data from server -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004057 <string name="backup_erase_dialog_title"></string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07004058 <!-- Dialog title for confirmation to erase backup data from server -->
Russell Brenner6de99052013-02-01 10:57:49 -08004059 <string name="backup_erase_dialog_message">Stop backing up your Wi\u2011Fi passwords, bookmarks, other settings, and app data, plus erase all copies on Google servers?</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08004060
Eric Fischerc9904f02010-11-01 16:54:51 -07004061 <!-- Device admin settings screen --><skip />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08004062 <!-- Device admin settings activity title -->
4063 <string name="device_admin_settings_title">Device administration settings</string>
4064 <!-- Label for screen showing the active device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08004065 <string name="active_device_admin_msg">Device administrator</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08004066 <!-- Label for button to remove the active device admin -->
Dianne Hackborn28429032010-01-25 18:56:17 -08004067 <string name="remove_device_admin">Deactivate</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08004068 <!-- Label for screen showing to select device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08004069 <string name="select_device_admin_msg">Device administrators</string>
4070 <!-- Message when there are no available device admins to display -->
4071 <string name="no_device_admins">No available device administrators</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08004072
Adrian Roos5954ff52014-03-24 21:21:51 +01004073 <!-- Message when there are no available trust agents to display -->
4074 <string name="no_trust_agents">No available trust agents</string>
4075
Dianne Hackborn28429032010-01-25 18:56:17 -08004076 <!-- Label for screen showing to add device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08004077 <string name="add_device_admin_msg">Activate device administrator?</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08004078 <!-- Label for button to set the active device admin -->
4079 <string name="add_device_admin">Activate</string>
4080 <!-- Device admin add activity title -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08004081 <string name="device_admin_add_title">Device administrator</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08004082 <!-- Device admin warning message about policies an admin can use -->
4083 <string name="device_admin_warning">Activating this administrator will allow
Eric Fischerdfb894c2011-10-04 14:57:57 -07004084 the app <xliff:g id="app_name">%1$s</xliff:g> to perform the
Dianne Hackborn28429032010-01-25 18:56:17 -08004085 following operations:</string>
Dianne Hackborn61daf832010-01-27 16:22:05 -08004086 <!-- Device admin warning message about policies an admin can use -->
4087 <string name="device_admin_status">This administrator is active and allows
Eric Fischerdfb894c2011-10-04 14:57:57 -07004088 the app <xliff:g id="app_name">%1$s</xliff:g> to perform the
Dianne Hackborn61daf832010-01-27 16:22:05 -08004089 following operations:</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08004090
Amith Yamasani4d312882009-10-28 16:59:17 -07004091 <!-- Name to assign to a Network Access Point that was saved without a name -->
4092 <string name="untitled_apn">Untitled</string>
Daniel Sandler8ad849c2010-04-20 09:56:52 -04004093
4094 <string name="sound_category_sound_title">General</string>
Daniel Sandler8ad849c2010-04-20 09:56:52 -04004095 <string name="sound_category_notification_title">Notifications</string>
Daisuke Miyakawa16d91c12012-05-11 17:54:42 -07004096
4097 <!-- Category title for phone call's ringtone and vibration settings in the Sound Setting.
4098 [CHAR LIMIT=40] -->
4099 <string name="sound_category_call_ringtone_vibrate_title">Call ringtone &amp; vibrate</string>
4100
4101 <!-- Category title for system-wide notification and feedback settings in the Sound Setting.
4102 [CHAR LIMIT=40] -->
4103 <string name="sound_category_system_title">System</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07004104
4105 <!-- Wifi Setup For Setup Wizard with XL screen -->
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08004106 <!-- Title shown in Wifi Setup Wizard with XL screen -->
Russell Brenner6de99052013-02-01 10:57:49 -08004107 <string name="wifi_setup_title">Wi\u2011Fi setup</string>
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08004108 <!-- Title shown in Wifi Setup Wizard with XL screen when
4109 a user is configuring password for a network.
4110 The argument should be the name of the network.
4111 [CHAR LIMIT=50] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004112 <string name="wifi_setup_title_editing_network">Connect to Wi\u2011Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g></string>
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08004113 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
4114 the device is connecting a network the user specified.
4115 The argument should be the name of the network.
4116 [CHAR LIMIT=50] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004117 <string name="wifi_setup_title_connecting_network">Connecting to Wi\u2011Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g>\u2026</string>
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08004118 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
Daisuke Miyakawaa0587d02011-01-17 17:36:49 -08004119 the device successfully connected to a network the user specified.
4120 The argument should be the name of the network.
4121 [CHAR LIMIT=50] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004122 <string name="wifi_setup_title_connected_network">Connected to Wi\u2011Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g></string>
Daisuke Miyakawaa0587d02011-01-17 17:36:49 -08004123 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08004124 a user is adding a network.
4125 [CHAR LIMIT=50] -->
4126 <string name="wifi_setup_title_add_network">Add a network</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07004127 <!-- Text message shown when Wifi is not connected.
4128 Used in Wifi Setup For Setup Wizard with XL screen. -->
4129 <string name="wifi_setup_not_connected">Not connected</string>
4130 <!-- Button message shown on the button adding manual setting.
4131 Used in Wifi Setup For Setup Wizard with XL screen. -->
4132 <string name="wifi_setup_add_network">Add network</string>
4133 <!-- Button message shown on the button refreshing a list of network.
4134 Used in Wifi Setup For Setup Wizard with XL screen. -->
4135 <string name="wifi_setup_refresh_list">Refresh list</string>
4136 <!-- Button message shown on the button enabling users skip Wifi Setup.
4137 Used in Wifi Setup For Setup Wizard with XL screen. -->
4138 <string name="wifi_setup_skip">Skip</string>
4139 <!-- Button message shown on the button enabling users go the next step.
4140 Used in Wifi Setup For Setup Wizard with XL screen. -->
4141 <string name="wifi_setup_next">Next</string>
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08004142 <!-- Button label to go back to previous screen. Used in SetupWizard for
4143 XLarge screen [CHAR LIMIT=10] -->
4144 <string name="wifi_setup_back">Back</string>
Claudia de Veaux7dc36b92011-10-17 12:54:20 -07004145 <!-- Button label to show detailed dialog for a selected Wi-Fi settings.
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08004146 Used in SetupWizard for XLarge screen [CHAR LIMIT=20] -->
4147 <string name="wifi_setup_detail">Network details</string>
4148 <!-- Button label to connect to a Wi-Fi network.
4149 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
4150 <string name="wifi_setup_connect">Connect</string>
4151 <!-- Button label to delete a Wi-Fi network.
4152 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
4153 <string name="wifi_setup_forget">Forget</string>
4154 <!-- Button label to save a Wi-Fi network configuration.
4155 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
4156 <string name="wifi_setup_save">Save</string>
4157 <!-- Button label to dismiss the dialog.
4158 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
4159 <string name="wifi_setup_cancel">Cancel</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07004160
Daisuke Miyakawa3b6aa412010-09-29 16:07:02 -07004161 <!-- The message shown above available networks when the device is scanning
4162 available networks [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004163 <string name="wifi_setup_status_scanning">Scanning networks\u2026</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07004164 <!-- Message shown above available network when there's no connected network.
4165 Used in Wifi Setup For Setup Wizard with XL screen. -->
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08004166 <string name="wifi_setup_status_select_network">Touch a network to connect to it</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07004167 <!-- Message shown above available networks when a user clicked one of available
4168 networks and the UI is showing one possible existing network.
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07004169 Used in Wifi Setup. -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07004170 <string name="wifi_setup_status_existing_network">Connect to existing network</string>
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07004171 <!-- Message shown above available networks when a user clicked one of available
Daisuke Miyakawa0333f742010-12-15 15:21:25 -08004172 networks and the network doesn't require configuration (e.g. password)
4173 Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
4174 <string name="wifi_setup_status_unsecured_network">Connect to unsecured network</string>
4175 <!-- Message shown above available networks when a user clicked one of available
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07004176 networks and the UI is prompting the user to edit the network configuration
4177 if needed. Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004178 <string name="wifi_setup_status_edit_network">Type network configuration</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07004179 <!-- The message shown above available networks when a user clicked "Add network"
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08004180 button. Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07004181 <string name="wifi_setup_status_new_network">Connect to new network</string>
4182 <!-- The message shown above available networks when a user clicked one of available
4183 networks or created another profile and he/she is waiting for the connection
4184 is established.
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08004185 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004186 <string name="wifi_setup_status_connecting">Connecting\u2026</string>
Daisuke Miyakawa3b6aa412010-09-29 16:07:02 -07004187 <!-- The message shown above available networks when connection is established,
4188 letting a user to proceed to the next step of the SetupWizard.
4189 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004190 <string name="wifi_setup_status_proceed_to_next">Go to the next step</string>
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08004191 <!-- The message shown above available networks when a user clicked a network secured by
4192 EAP. We don't allow the user to connect it.
4193 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004194 <string name="wifi_setup_status_eap_not_supported">EAP isn\'t supported.</string>
Claudia de Veaux7dc36b92011-10-17 12:54:20 -07004195 <!-- Message shown when users select EAP in Wi-Fi settings for SetupWizard,
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08004196 saying EAP can't be configured in SetupWizard flow.
4197 [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004198 <string name="wifi_setup_eap_not_supported">You can\'t configure an EAP Wi\u2011Fi connection during setup. After setup, you can do that in Settings &gt; Wireless &amp; networks.</string>
Daisuke Miyakawaee5576c2011-01-18 16:11:32 -08004199 <!-- Message shown when the device is connecting a network [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004200 <string name="wifi_setup_description_connecting">Connecting can take a few minutes\u2026</string>
Daisuke Miyakawaee5576c2011-01-18 16:11:32 -08004201 <!-- Message shown when the device is connected to a network [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004202 <string name="wifi_setup_description_connected">Touch <b>Next</b> to continue with setup.\n\nTouch <b>Back</b> to connect to a different Wi\u2011Fi network.</string>
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -07004203
Daisuke Miyakawa71cc5482010-09-09 11:51:16 -07004204 <!-- Do not translate. This is a stub which will be removed soon. -->
4205 <string name="time_zone_auto_stub" translatable="false">Select Time Zone</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004206
Svetoslav Ganov0ceb6ad2011-07-22 19:34:12 -07004207 <!-- Content description of the enabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
4208 <string name="accessibility_sync_enabled">Sync enabled</string>
4209 <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
4210 <string name="accessibility_sync_disabled">Sync disabled</string>
4211 <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
4212 <string name="accessibility_sync_error">Sync error.</string>
alanv0aa7c4f2012-05-21 17:55:19 -07004213 <!-- Image description for the sync failed icon. -->
4214 <string name="sync_failed">Sync failed</string>
4215 <!-- Animation description for the sync active icon. -->
4216 <string name="sync_active">Sync active</string>
Svetoslav Ganov0ceb6ad2011-07-22 19:34:12 -07004217
Amith Yamasani43c69782010-12-01 09:04:36 -08004218 <!-- Account specific sync settings title [CHAR LIMIT=35] -->
Amith Yamasanid1ab8282012-05-18 09:50:08 -07004219 <string name="account_sync_settings_title">Sync</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004220 <!-- Message when sync is currently failing [CHAR LIMIT=100] -->
4221 <string name="sync_is_failing">Sync is currently experiencing problems. It will be back shortly.</string>
4222 <!-- Button label to add an account [CHAR LIMIT=20] -->
4223 <string name="add_account_label">Add account</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004224 <!-- Data synchronization settings screen, title of setting that controls whether background data should be used [CHAR LIMIT=30] -->
4225 <string name="background_data">Background data</string>
4226 <!-- Data synchronization settings screen, summary of setting that controls whether background data should be used [CHAR LIMIT=60] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004227 <string name="background_data_summary">Apps can sync, send, and receive data at any time</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004228 <!-- Data synchronization settings screen, title of dialog that confirms the user's unchecking of background data [CHAR LIMIT=20] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004229 <string name="background_data_dialog_title">Disable background data?</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004230 <!-- Data synchronization settings screen, message of dialog that confirms the user's unchecking of background data [CHAR LIMIT=200] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004231 <string name="background_data_dialog_message">Disabling background data extends battery life and lowers data use. Some apps may still use the background data connection.</string>
Gilles Debunneb59e0682011-09-09 15:54:13 -07004232 <!-- Title for a checkbox that enables data synchronization in the account and sync screen [CHAR LIMIT=35] -->
4233 <string name="sync_automatically">Auto-sync app data</string>
Amith Yamasani21c29042012-10-02 15:16:21 -07004234
Eric Fischerc9904f02010-11-01 16:54:51 -07004235 <!-- Sync status messages on Accounts & Synchronization settings --><skip />
Daisuke Miyakawa558b23a2011-09-28 18:52:19 -07004236 <!-- Sync status shown when sync is enabled [CHAR LIMIT=25] -->
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004237 <string name="sync_enabled">Sync is ON</string>
Daisuke Miyakawa558b23a2011-09-28 18:52:19 -07004238 <!-- Sync status shown when sync is disabled [CHAR LIMIT=25] -->
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004239 <string name="sync_disabled">Sync is OFF</string>
Daisuke Miyakawa558b23a2011-09-28 18:52:19 -07004240 <!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=25] -->
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004241 <string name="sync_error">Sync error</string>
Amith Yamasanid1ab8282012-05-18 09:50:08 -07004242 <!-- Last synced date/time for accounts that synced [CHAR LIMIT=none] -->
4243 <string name="last_synced">Last synced <xliff:g id="last_sync_time">%1$s</xliff:g></string>
4244 <!-- Sync status shown when sync is disabled [CHAR LIMIT=30] -->
4245 <string name="sync_in_progress">Syncing now\u2026</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07004246
Amith Yamasani43c69782010-12-01 09:04:36 -08004247 <!-- Data synchronization settings screen, setting option name -->
4248 <string name="settings_backup">Back up settings</string>
4249 <!-- Data synchronization settings screen, setting option summary text when check box is selected -->
4250 <string name="settings_backup_summary">Back up my settings</string>
4251 <!-- Data synchronization settings screen, menu option -->
4252 <string name="sync_menu_sync_now">Sync now</string>
4253 <!-- Data synchronization settings screen, menu option -->
4254 <string name="sync_menu_sync_cancel">Cancel sync</string>
4255 <!-- Data synchronization settings screen, summary of a sync provider (for example, Gmail) when autosync is off and the user wants to do a one-time sync. -->
4256 <string name="sync_one_time_sync">Touch to sync now<xliff:g id="last_sync_time">\n%1$s</xliff:g></string>
4257 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Gmail should be synced. Should use "Gmail" to refer to this app.-->
4258 <string name="sync_gmail">Gmail</string>
4259 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Calendar shoudl be synced. -->
4260 <string name="sync_calendar">Calendar</string>
4261 <!-- Data synchronization settings screen, checkbox setting option name -->
4262 <string name="sync_contacts">Contacts</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08004263 <!-- Message introducing the user to Google Sync. -->
4264 <string name="sync_plug"><font fgcolor="#ffffffff">Welcome to Google sync!</font>
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08004265 \nA Google approach to syncing data to allow access to your contacts, appointments, and more from wherever you are.
Amith Yamasani43c69782010-12-01 09:04:36 -08004266 </string>
4267
4268 <!-- Header title for those settings relating to application syncing. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004269 <string name="header_application_sync_settings">App sync settings</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08004270
4271 <!-- Header for data and synchronization -->
4272 <string name="header_data_and_synchronization">Data &amp; synchronization</string>
4273 <!-- Preference item that lets the user change password -->
4274 <string name="preference_change_password_title">Change password</string>
4275 <!-- Header that appears at the top of Account Settings screen -->
4276 <string name="header_account_settings">Account settings</string>
4277 <!-- Button label to remove current account -->
4278 <string name="remove_account_label">Remove account</string>
4279 <!-- Title shown in AddAccount -->
4280 <string name="header_add_an_account">Add an account</string>
4281 <!-- Button shown when this activity is run from SetupWizard -->
4282 <string name="finish_button_label">Finish</string>
4283 <!-- Title of remove message for remove account dialog -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004284 <string name="really_remove_account_title">Remove account?</string>
Freeman Ng18b2ef92010-12-03 16:44:11 -08004285 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004286 <string name="really_remove_account_message" product="tablet">Removing this account will delete all of its messages, contacts, and other data from the tablet!</string>
Freeman Ng18b2ef92010-12-03 16:44:11 -08004287 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004288 <string name="really_remove_account_message" product="default">Removing this account will delete all of its messages, contacts, and other data from the phone!</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08004289 <!-- This is shown if the autheticator for a given account fails to remove it. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004290 <string name="remove_account_failed" product="tablet">This account is required by some apps. You can only remove it by resetting the tablet to factory defaults (which deletes all your personal data) in Settings &gt; Backup &amp; reset.</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08004291 <!-- This is shown if the autheticator for a given account fails to remove it. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004292 <string name="remove_account_failed" product="default">This account is required by some apps. You can only remove it by resetting the phone to factory defaults (which deletes all your personal data) in Settings &gt; Backup &amp; reset.</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08004293 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
4294 <string name="provider_label">Push subscriptions</string>
4295 <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" -->
Amith Yamasanid1ab8282012-05-18 09:50:08 -07004296 <string name="sync_item_title"><xliff:g id="authority" example="Calendar">%s</xliff:g></string>
Amith Yamasani43c69782010-12-01 09:04:36 -08004297 <!-- Title of dialog shown when you can't manually sync an item because it's disabled -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004298 <string name="cant_sync_dialog_title">Can\'t manually sync</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08004299 <!-- Messaage shown in dialog when you can't manually sync -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004300 <string name="cant_sync_dialog_message">Sync for this item is currently disabled. To change this setting, temporarily turn on background data and automatic sync.</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08004301
David Braun4e9f04d2013-09-16 13:45:42 -07004302 <string name="wimax_settings">4G</string>
tk.mun7c5c1652011-10-13 22:56:18 +09004303 <string name="status_wimax_mac_address">4G MAC address</string>
Jason parks8fd5bc92011-01-12 16:03:31 -06004304 <!-- This is displayed to the user when the device needs to be decrypted -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004305 <string name="enter_password">Type password to decrypt storage</string>
Jason parks8fd5bc92011-01-12 16:03:31 -06004306 <!-- This is displayed when the password is entered incorrectly -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004307 <string name="try_again">Try again.</string>
Jason parks8fd5bc92011-01-12 16:03:31 -06004308
Vasu Nori21809742011-01-25 13:39:16 -08004309 <!-- the following are for Settings Storage screen -->
4310 <!-- Menu item/button 'delete' -->
4311 <string name="delete">Delete</string>
4312 <!-- Misc files [CHAR LIMIT=25] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004313 <string name="misc_files">Misc files</string>
Vasu Nori8128ff82011-02-24 23:32:08 -08004314 <!-- number of misc files selected [CHAR LIMIT=40] -->
Vasu Norie875c732011-03-07 11:14:27 -08004315 <string name="misc_files_selected_count">selected <xliff:g id="number" example="3">%1$d</xliff:g> out of <xliff:g id="total" example="15">%2$d</xliff:g></string>
Vasu Nori8128ff82011-02-24 23:32:08 -08004316 <!-- number of bytes represented by the selected misc files [CHAR LIMIT=40] -->
Vasu Nori75e17aa2011-03-15 14:39:25 -07004317 <string name="misc_files_selected_count_bytes"><xliff:g id="number" example="3.25MB">%1$s</xliff:g> out of <xliff:g id="total" example="15.25MB">%2$s</xliff:g></string>
Vasu Nori21809742011-01-25 13:39:16 -08004318 <!-- action to select all [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004319 <string name="select_all">Select all</string>
Amith Yamasanif3b325f2011-03-23 12:49:20 -07004320
4321 <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
4322 <string name="hdcp_checking_title">HDCP checking</string>
4323 <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
4324 <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07004325
Dianne Hackborn9244df42012-02-14 13:25:41 -08004326 <!-- Preference category for app debugging development settings. [CHAR LIMIT=50] -->
4327 <string name="debug_debugging_category">Debugging</string>
4328
4329 <!-- UI debug setting: select current app to debug [CHAR LIMIT=50] -->
4330 <string name="debug_app">Select debug app</string>
4331 <!-- UI debug setting: no debug app has been set [CHAR LIMIT=50] -->
4332 <string name="debug_app_not_set">No debug application set</string>
4333 <!-- UI debug setting: debug app has been set [CHAR LIMIT=50] -->
4334 <string name="debug_app_set">Debugging application: <xliff:g id="app_name">%1$s</xliff:g></string>
4335
4336 <!-- UI debug setting: title for app picker dialog [CHAR LIMIT=50] -->
4337 <string name="select_application">Select application</string>
4338 <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] -->
4339 <string name="no_application">Nothing</string>
4340
4341 <!-- UI debug setting: wait for debugger to attach to debugging process? [CHAR LIMIT=50] -->
4342 <string name="wait_for_debugger">Wait for debugger</string>
Dianne Hackborn5fe5ef22012-02-16 15:11:18 -08004343 <!-- UI debug setting: wait for debugger to attach to debugging process summary [CHAR LIMIT=500] -->
Dianne Hackborn9244df42012-02-14 13:25:41 -08004344 <string name="wait_for_debugger_summary">Debugged application waits for debugger to
4345 attach before executing</string>
4346
Dianne Hackborn34481b92012-05-07 17:52:07 -07004347 <!-- Preference category for input debugging development settings. [CHAR LIMIT=25] -->
4348 <string name="debug_input_category">Input</string>
4349
4350 <!-- Preference category for drawing debugging development settings. [CHAR LIMIT=25] -->
4351 <string name="debug_drawing_category">Drawing</string>
4352
Romain Guy6b24c452013-02-25 16:21:58 -08004353 <!-- Preference category for hardware accelerated drawing debugging development settings. [CHAR LIMIT=50] -->
4354 <string name="debug_hw_drawing_category">Hardware accelerated rendering</string>
4355
Lajos Molnar6b2f7c42014-03-28 09:48:58 -07004356 <!-- Preference category for media development settings. [CHAR LIMIT=50] -->
4357 <string name="media_category">Media</string>
4358
Dianne Hackborn34481b92012-05-07 17:52:07 -07004359 <!-- Preference category for monitoring debugging development settings. [CHAR LIMIT=25] -->
4360 <string name="debug_monitoring_category">Monitoring</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004361
4362 <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] -->
4363 <string name="strict_mode">Strict mode enabled</string>
4364 <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] -->
4365 <string name="strict_mode_summary">Flash screen when apps do long operations
4366 on main thread</string>
4367
4368 <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] -->
4369 <string name="pointer_location">Pointer location</string>
4370 <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] -->
4371 <string name="pointer_location_summary">Screen overlay showing current touch data</string>
4372
Jeff Brownf4077002011-08-26 17:10:32 -07004373 <!-- UI debug setting: show touches? [CHAR LIMIT=25] -->
4374 <string name="show_touches">Show touches</string>
4375 <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] -->
4376 <string name="show_touches_summary">Show visual feedback for touches</string>
4377
Dianne Hackborn34481b92012-05-07 17:52:07 -07004378 <!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] -->
4379 <string name="show_screen_updates">Show surface updates</string>
4380 <!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] -->
4381 <string name="show_screen_updates_summary">Flash entire window surfaces when they update</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004382
Dianne Hackborn34481b92012-05-07 17:52:07 -07004383 <!-- UI debug setting: show where window updates happen with GPU rendering? [CHAR LIMIT=25] -->
4384 <string name="show_hw_screen_updates">Show GPU view updates</string>
Romain Guyc1fa3e62012-04-27 15:27:54 -07004385 <!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] -->
Dianne Hackborn34481b92012-05-07 17:52:07 -07004386 <string name="show_hw_screen_updates_summary">Flash views inside windows when drawn with the GPU</string>
Romain Guyc1fa3e62012-04-27 15:27:54 -07004387
Romain Guycdc2c552012-08-06 14:52:52 -07004388 <!-- UI debug setting: show when hardware layers get updated [CHAR LIMIT=25] -->
4389 <string name="show_hw_layers_updates">Show hardware layers updates</string>
4390 <!-- UI debug setting: show hardware layers updates summary [CHAR LIMIT=50] -->
4391 <string name="show_hw_layers_updates_summary">Flash hardware layers green when they update</string>
4392
Romain Guy098f4932012-09-21 19:23:20 -07004393 <!-- UI debug setting: show the amount of overdraw in apps using the GPU [CHAR LIMIT=25] -->
Romain Guyeb90fc52013-05-03 17:38:38 -07004394 <string name="debug_hw_overdraw">Debug GPU overdraw</string>
Romain Guy098f4932012-09-21 19:23:20 -07004395
Dianne Hackborne44f44d2012-02-06 21:21:39 -08004396 <!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
Dianne Hackborn34481b92012-05-07 17:52:07 -07004397 <string name="disable_overlays">Disable HW overlays</string>
Dianne Hackborne44f44d2012-02-06 21:21:39 -08004398 <!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->
Dianne Hackborn34481b92012-05-07 17:52:07 -07004399 <string name="disable_overlays_summary">Always use GPU for screen compositing</string>
4400
Alan Viverettefc0ab212013-10-02 16:36:33 -07004401 <!-- UI debug setting: simulate color space anomalies. [CHAR LIMIT=25] -->
4402 <string name="simulate_color_space">Simulate color space</string>
4403
Romain Guy025cafc2012-10-18 17:37:43 -07004404 <!-- UI debug setting: enable various types of OpenGL traces [CHAR LIMIT=25] -->
4405 <string name="enable_opengl_traces_title">Enable OpenGL traces</string>
4406
Lajos Molnar6b2f7c42014-03-28 09:48:58 -07004407 <!-- UI debug setting: force use of NuPlayer [CHAR LIMIT=25] -->
4408 <string name="use_nuplayer">Use NuPlayer (experimental)</string>
4409 <!-- UI debug setting: force use of NuPlayer summary [CHAR LIMIT=50] -->
4410 <string name="use_nuplayer_summary">Use NuPlayer instead of AwesomePlayer</string>
4411
Romain Guyc1fa3e62012-04-27 15:27:54 -07004412 <!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] -->
4413 <string name="debug_layout">Show layout bounds</string>
4414 <!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] -->
Philip Milnec00b4f22012-06-06 14:41:28 -07004415 <string name="debug_layout_summary">Show clip bounds, margins, etc.</string>
Romain Guyc1fa3e62012-04-27 15:27:54 -07004416
Amith Yamasania2563d12013-09-05 17:27:52 -07004417 <!-- UI debug setting: force right to left layout [CHAR LIMIT=37] -->
Amith Yamasanidf1eda82013-08-07 20:14:44 -07004418 <string name="force_rtl_layout_all_locales">Force RTL layout direction</string>
Amith Yamasania2563d12013-09-05 17:27:52 -07004419 <!-- UI debug setting: force right to left layout summary [CHAR LIMIT=100] -->
Amith Yamasanidf1eda82013-08-07 20:14:44 -07004420 <string name="force_rtl_layout_all_locales_summary">Force screen layout direction to RTL for all locales</string>
4421
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004422 <!-- UI debug setting: show how CPU is being used? [CHAR LIMIT=25] -->
4423 <string name="show_cpu_usage">Show CPU usage</string>
4424 <!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] -->
4425 <string name="show_cpu_usage_summary">Screen overlay showing current CPU usage</string>
4426
Romain Guy0c9c14b2011-09-29 16:39:31 -07004427 <!-- UI debug setting: force hardware acceleration to render apps [CHAR LIMIT=25] -->
Romain Guy3d32d002011-10-05 18:49:52 -07004428 <string name="force_hw_ui">Force GPU rendering</string>
Romain Guy0c9c14b2011-09-29 16:39:31 -07004429 <!-- UI debug setting: force hardware acceleration summary [CHAR LIMIT=50] -->
Dianne Hackborn34481b92012-05-07 17:52:07 -07004430 <string name="force_hw_ui_summary">Force use of GPU for 2d drawing</string>
Romain Guy0c9c14b2011-09-29 16:39:31 -07004431
Romain Guy6a9a3e72012-10-15 19:22:57 -07004432 <!-- UI debug setting: force anti-aliasing to render apps [CHAR LIMIT=25] -->
4433 <string name="force_msaa">Force 4x MSAA</string>
4434 <!-- UI debug setting: force anti-aliasing summary [CHAR LIMIT=50] -->
4435 <string name="force_msaa_summary">Enable 4x MSAA in OpenGL ES 2.0 apps</string>
4436
Romain Guy6b24c452013-02-25 16:21:58 -08004437 <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=50] -->
4438 <string name="show_non_rect_clip">Debug non-rectangular clip operations</string>
4439
Romain Guyc1fa3e62012-04-27 15:27:54 -07004440 <!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] -->
4441 <string name="track_frame_time">Profile GPU rendering</string>
Romain Guyc1fa3e62012-04-27 15:27:54 -07004442
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004443 <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
4444 <string name="window_animation_scale_title">Window animation scale</string>
4445
4446 <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
4447 <string name="transition_animation_scale_title">Transition animation scale</string>
4448
Chet Haaseb29e78702012-02-01 15:10:12 -08004449 <!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] -->
4450 <string name="animator_duration_scale_title">Animator duration scale</string>
4451
Jeff Brownb2b54ee2012-08-29 02:33:06 -07004452 <!-- UI debug setting: simulate secondary display devices using overlays [CHAR LIMIT=25] -->
4453 <string name="overlay_display_devices_title">Simulate secondary displays</string>
4454
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004455 <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004456 <string name="debug_applications_category">Apps</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004457
4458 <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] -->
Dianne Hackborn83b09a52011-07-13 19:36:06 -07004459 <string name="immediately_destroy_activities">Don\'t keep activities</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004460 <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] -->
4461 <string name="immediately_destroy_activities_summary">Destroy every activity as soon as
4462 the user leaves it</string>
4463
Dianne Hackborn83b09a52011-07-13 19:36:06 -07004464 <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] -->
4465 <string name="app_process_limit_title">Background process limit</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004466
Dianne Hackbornd5119bd2011-08-02 15:08:04 -07004467 <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
4468 <string name="show_all_anrs">Show all ANRs</string>
4469 <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004470 <string name="show_all_anrs_summary">Show App Not Responding dialog
Dianne Hackbornd5119bd2011-08-02 15:08:04 -07004471 for background apps</string>
4472
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07004473 <!-- Activity title for network data usage summary. [CHAR LIMIT=25] -->
4474 <string name="data_usage_summary_title">Data usage</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07004475 <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] -->
4476 <string name="data_usage_cycle">Data usage cycle</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004477 <!-- Title for checkbox menu option to enable mobile data when roaming. [CHAR LIMIT=26] -->
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07004478 <string name="data_usage_menu_roaming">Data roaming</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004479 <!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=26] -->
Jeff Sharkey461842a2011-09-25 18:22:48 -07004480 <string name="data_usage_menu_restrict_background">Restrict background data</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004481 <!-- Title for checkbox menu option to show 4G mobile data usage separate from other mobile data usage. [CHAR LIMIT=26] -->
Jeff Sharkey54d0af52011-08-11 18:26:57 -07004482 <string name="data_usage_menu_split_4g">Separate 4G usage</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004483 <!-- Title for checkbox menu option to show Wi-Fi data usage. [CHAR LIMIT=26] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004484 <string name="data_usage_menu_show_wifi">Show Wi\u2011Fi usage</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004485 <!-- Title for checkbox menu option to show Ethernet data usage. [CHAR LIMIT=26] -->
Jeff Sharkey9549e9f2011-07-14 20:01:13 -07004486 <string name="data_usage_menu_show_ethernet">Show Ethernet usage</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004487 <!-- Title for menu option to configure metered networks. [CHAR LIMIT=26] -->
Jeff Sharkeyd8789092012-05-29 10:19:50 -07004488 <string name="data_usage_menu_metered">Mobile hotspots</string>
Amith Yamasanid1ab8282012-05-18 09:50:08 -07004489 <!-- Title for menu option to enable global auto-sync of account data -->
4490 <string name="data_usage_menu_auto_sync">Auto-sync data</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004491
Jeff Sharkey8a503642011-06-10 13:31:21 -07004492 <!-- Title for option to change data usage cycle day. [CHAR LIMIT=32] -->
4493 <string name="data_usage_change_cycle">Change cycle\u2026</string>
4494 <!-- Body of dialog prompting user to change numerical day of month that data usage cycle should reset. [CHAR LIMIT=64] -->
4495 <string name="data_usage_pick_cycle_day">Day of month to reset data usage cycle:</string>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -07004496 <!-- Label shown when no applications used data during selected time period. [CHAR LIMIT=48] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004497 <string name="data_usage_empty">No apps used data during this period.</string>
Jeff Sharkey54d0af52011-08-11 18:26:57 -07004498 <!-- Label for data usage occuring while application in foreground. [CHAR LIMIT=48] -->
4499 <string name="data_usage_label_foreground">Foreground</string>
4500 <!-- Label for data usage occuring while application in background. [CHAR LIMIT=48] -->
4501 <string name="data_usage_label_background">Background</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07004502
Jeff Sharkeye557c332012-04-13 16:04:07 -07004503 <!-- Label for application which has its data usage restricted. [CHAR LIMIT=16] -->
4504 <string name="data_usage_app_restricted">restricted</string>
Jeff Sharkeyd86e9b22011-10-05 17:43:06 -07004505
Jeff Sharkey28130d92011-09-02 16:10:24 -07004506 <!-- Body of dialog shown to request confirmation that mobile data will be disabled. [CHAR LIMIT=NONE] -->
4507 <string name="data_usage_disable_mobile">Disable mobile data?</string>
Jeff Sharkey6112d082012-02-23 17:24:35 -08004508 <!-- Checkbox label that will disable mobile network data connection when user-defined limit is reached. [CHAR LIMIT=26] -->
Jeff Sharkeyb98c55b2011-09-11 17:29:49 -07004509 <string name="data_usage_disable_mobile_limit">Set mobile data limit</string>
Jeff Sharkey6112d082012-02-23 17:24:35 -08004510 <!-- Checkbox label that will disable 4G network data connection when user-defined limit is reached. [CHAR LIMIT=26] -->
Jeff Sharkeyb98c55b2011-09-11 17:29:49 -07004511 <string name="data_usage_disable_4g_limit">Set 4G data limit</string>
Jeff Sharkey6112d082012-02-23 17:24:35 -08004512 <!-- Checkbox label that will disable 2G-3G network data connection when user-defined limit is reached. [CHAR LIMIT=26] -->
Jeff Sharkeyb98c55b2011-09-11 17:29:49 -07004513 <string name="data_usage_disable_3g_limit">Set 2G-3G data limit</string>
Jeff Sharkey6112d082012-02-23 17:24:35 -08004514 <!-- Checkbox label that will disable Wi-Fi network data connection when user-defined limit is reached. [CHAR LIMIT=26] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004515 <string name="data_usage_disable_wifi_limit">Set Wi\u2011Fi data limit</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07004516
4517 <!-- Tab title for showing Wi-Fi data usage. [CHAR LIMIT=10] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004518 <string name="data_usage_tab_wifi">Wi\u2011Fi</string>
Jeff Sharkey9549e9f2011-07-14 20:01:13 -07004519 <!-- Tab title for showing Ethernet data usage. [CHAR LIMIT=10] -->
4520 <string name="data_usage_tab_ethernet">Ethernet</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07004521 <!-- Tab title for showing combined mobile data usage. [CHAR LIMIT=10] -->
4522 <string name="data_usage_tab_mobile">Mobile</string>
4523 <!-- Tab title for showing 4G data usage. [CHAR LIMIT=10] -->
4524 <string name="data_usage_tab_4g">4G</string>
4525 <!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] -->
4526 <string name="data_usage_tab_3g">2G-3G</string>
4527
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004528 <!-- Title shown when current operation applies to mobile networks. [CHAR LIMIT=10] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08004529 <string name="data_usage_list_mobile">Mobile</string>
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004530 <!-- Title shown when current operation applies to no networks. [CHAR LIMIT=10] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08004531 <string name="data_usage_list_none">None</string>
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004532
Jeff Sharkey8a503642011-06-10 13:31:21 -07004533 <!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] -->
4534 <string name="data_usage_enable_mobile">Mobile data</string>
4535 <!-- Toggle switch title for enabling 2G and 3G data network connections. [CHAR LIMIT=32] -->
4536 <string name="data_usage_enable_3g">2G-3G data</string>
4537 <!-- Toggle switch title for enabling 4G data network connection. [CHAR LIMIT=32] -->
4538 <string name="data_usage_enable_4g">4G data</string>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07004539
Jeff Sharkey4dfa6602011-06-13 00:42:03 -07004540 <!-- Button title for launching application-specific data usage settings. [CHAR LIMIT=32] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004541 <string name="data_usage_app_settings">View app settings</string>
Jeff Sharkey4dfa6602011-06-13 00:42:03 -07004542 <!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=32] -->
Claudia de Veauxabc541a2011-08-29 19:37:31 -07004543 <string name="data_usage_app_restrict_background">Restrict background data</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004544 <!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] -->
Jeff Sharkeyd8789092012-05-29 10:19:50 -07004545 <string name="data_usage_app_restrict_background_summary">Disable background data on mobile networks. Non-mobile networks will be used if available.</string>
Jeff Sharkey461842a2011-09-25 18:22:48 -07004546 <!-- Summary message for checkbox that restricts background data usage of a specific application when no networks have been limited. [CHAR LIMIT=64] -->
4547 <string name="data_usage_app_restrict_background_summary_disabled">To restrict background data for this app, first set a mobile data limit.</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004548 <!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] -->
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004549 <string name="data_usage_app_restrict_dialog_title">Restrict background data?</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004550 <!-- Body of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=NONE] -->
Jeff Sharkeyd8789092012-05-29 10:19:50 -07004551 <string name="data_usage_app_restrict_dialog">This feature may cause an app that depends on background data to stop working when only mobile networks are available.\n\nYou can find more appropriate data usage controls in the settings available within the app.</string>
Jeff Sharkeya53188f2011-09-13 19:56:45 -07004552 <!-- Body of dialog shown when user attempts to restrict background data before a network data limit has been set. [CHAR LIMIT=NONE] -->
Jeff Sharkey461842a2011-09-25 18:22:48 -07004553 <string name="data_usage_restrict_denied_dialog">Restricting background data is possible only when you\'ve set a mobile data limit.</string>
Amith Yamasanid1ab8282012-05-18 09:50:08 -07004554 <!-- Title of dialog shown when user enables global auto sync [CHAR LIMIT=32] -->
4555 <string name="data_usage_auto_sync_on_dialog_title">Turn auto-sync data on?</string>
4556 <!-- Body of dialog shown when user enables global auto sync, for tablet [CHAR LIMIT=none] -->
4557 <string name="data_usage_auto_sync_on_dialog" product="tablet">Any changes you make to your accounts on the web will be automatically copied to your tablet.\n\nSome accounts may also automatically copy any changes you make on the tablet to the web. A Google Account works this way.\n\nTo choose which kinds of information to sync within each account, go to Settings &gt; Accounts.</string>
4558 <!-- Body of dialog shown when user enables global auto sync [CHAR LIMIT=none] -->
4559 <string name="data_usage_auto_sync_on_dialog" product="default">Any changes you make to your accounts on the web will be automatically copied to your phone.\n\nSome accounts may also automatically copy any changes you make on the phone to the web. A Google Account works this way.\n\nTo choose which kinds of information to sync within each account, go to Settings &gt; Accounts.</string>
4560 <!-- Title of dialog shown when user disables global auto sync [CHAR LIMIT=32] -->
4561 <string name="data_usage_auto_sync_off_dialog_title">Turn auto-sync data off?</string>
4562 <!-- Body of dialog shown when user disables global auto sync [CHAR LIMIT=none] -->
4563 <string name="data_usage_auto_sync_off_dialog">This will conserve data and battery usage, but you\'ll need to sync each account manually to collect recent information. And you won\'t receive notifications when updates occur.</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004564
4565 <!-- Title of dialog for editing data usage cycle reset date. [CHAR LIMIT=48] -->
4566 <string name="data_usage_cycle_editor_title">Usage cycle reset date</string>
4567 <!-- Subtitle of dialog for editing data usage cycle reset date. [CHAR LIMIT=32] -->
4568 <string name="data_usage_cycle_editor_subtitle">Date of each month:</string>
4569 <!-- Positive button title for data usage cycle editor, confirming that changes should be saved. [CHAR LIMIT=32] -->
Jeff Sharkey52c3f442011-06-23 00:39:38 -07004570 <string name="data_usage_cycle_editor_positive">Set</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004571
Jeff Sharkeya53188f2011-09-13 19:56:45 -07004572 <!-- Title of dialog for editing data usage warning in bytes. [CHAR LIMIT=48] -->
4573 <string name="data_usage_warning_editor_title">Set data usage warning</string>
4574 <!-- Title of dialog for editing data usage limit in bytes. [CHAR LIMIT=48] -->
4575 <string name="data_usage_limit_editor_title">Set data usage limit</string>
4576
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004577 <!-- Title of dialog shown before user limits data usage. [CHAR LIMIT=48] -->
4578 <string name="data_usage_limit_dialog_title">Limiting data usage</string>
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07004579 <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] -->
Jeff Sharkeye557c332012-04-13 16:04:07 -07004580 <string name="data_usage_limit_dialog_mobile" product="tablet">Your mobile data connection will be disabled when the specified limit is reached.\n\nSince data usage is measured by your tablet, and your carrier may account for usage differently, consider using a conservative limit.</string>
Jeff Sharkey3a546eb2011-10-05 22:54:52 -07004581 <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] -->
Jeff Sharkeye557c332012-04-13 16:04:07 -07004582 <string name="data_usage_limit_dialog_mobile" product="default">Your mobile data connection will be disabled when the specified limit is reached.\n\nSince data usage is measured by your phone, and your carrier may account for usage differently, consider using a conservative limit.</string>
Jeff Sharkey4dfa6602011-06-13 00:42:03 -07004583
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07004584 <!-- Title of dialog shown before user restricts background data usage. [CHAR LIMIT=48] -->
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004585 <string name="data_usage_restrict_background_title">Restrict background data?</string>
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07004586 <!-- Body of dialog shown before user restricts background data usage. [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004587 <string name="data_usage_restrict_background">If you restrict background mobile data, some apps and services won\'t work unless you\'re connected to a Wi\u2011Fi network.</string>
Amith Yamasani9627a8e2012-09-23 12:54:14 -07004588 <!-- Body of dialog shown before user restricts background data usage. This is for multiuser tablets. [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004589 <string name="data_usage_restrict_background_multiuser" product="tablet">If you restrict background mobile data, some apps and services won\'t work unless you\'re connected to a Wi\u2011Fi network.\n\nThis setting affects all users on this tablet.</string>
Amith Yamasani9627a8e2012-09-23 12:54:14 -07004590 <!-- Body of dialog shown before user restricts background data usage. This is for multiuser phones. [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004591 <string name="data_usage_restrict_background_multiuser" product="default">If you restrict background mobile data, some apps and services won\'t work unless you\'re connected to a Wi\u2011Fi network.\n\nThis setting affects all users on this phone.</string>
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07004592
Jeff Sharkey52c3f442011-06-23 00:39:38 -07004593 <!-- Label displaying current network data usage warning threshold. [CHAR LIMIT=18] -->
Jeff Sharkeyec3be8a2011-07-09 01:02:56 -07004594 <string name="data_usage_sweep_warning"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">warning</font></string>
4595 <!-- Label displaying current network data usage limit threshold. [CHAR LIMIT=18] -->
4596 <string name="data_usage_sweep_limit"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">limit</font></string>
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07004597
Jeff Sharkey518bc9d2011-07-12 20:20:46 -07004598 <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
4599 <string name="data_usage_uninstalled_apps">Removed apps</string>
Jeff Sharkey6bf72112012-09-19 14:42:38 -07004600 <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] -->
4601 <string name="data_usage_uninstalled_apps_users">Removed apps and users</string>
Jeff Sharkey2412b0f2011-07-17 20:31:40 -07004602 <!-- Combination of total network bytes sent and received by an application. [CHAR LIMIT=NONE] -->
4603 <string name="data_usage_received_sent"><xliff:g id="received" example="128KB">%1$s</xliff:g> received, <xliff:g id="sent" example="1.3GB">%2$s</xliff:g> sent</string>
Jeff Sharkeyd360e5e2011-07-26 19:30:26 -07004604 <!-- Label displaying total network data transferred during a specific time period. [CHAR LIMIT=64] -->
Jeff Sharkeye557c332012-04-13 16:04:07 -07004605 <string name="data_usage_total_during_range"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: about <xliff:g id="total" example="128KB">%1$s</xliff:g> used.</string>
4606
4607 <!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
4608 <string name="data_usage_total_during_range_mobile" product="tablet"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: about <xliff:g id="total" example="128KB">%1$s</xliff:g> used, as measured by your tablet. Your carrier\'s data usage accounting may differ.</string>
4609 <!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
4610 <string name="data_usage_total_during_range_mobile" product="default"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: about <xliff:g id="total" example="128KB">%1$s</xliff:g> used, as measured by your phone. Your carrier\'s data usage accounting may differ.</string>
Jeff Sharkey518bc9d2011-07-12 20:20:46 -07004611
Jeff Sharkey34e964d2012-04-21 15:41:48 -07004612 <!-- Dialog title for selecting metered networks. [CHAR LIMIT=25] -->
Jeff Sharkeyd8789092012-05-29 10:19:50 -07004613 <string name="data_usage_metered_title">Mobile hotspots</string>
Jeff Sharkey313f7d82012-04-03 21:13:25 -07004614 <!-- Dialog body for selecting paid networks. [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004615 <string name="data_usage_metered_body">Select the Wi\u2011Fi networks which are mobile hotspots. Apps can be restricted from using these networks when in the background. Apps may also warn before using these networks for large downloads.</string>
Jeff Sharkey313f7d82012-04-03 21:13:25 -07004616 <!-- Header for list of mobile networks. [CHAR LIMIT=32] -->
4617 <string name="data_usage_metered_mobile">Mobile networks</string>
4618 <!-- Header for list of Wi-Fi networks. [CHAR LIMIT=32] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004619 <string name="data_usage_metered_wifi">Wi\u2011Fi networks</string>
Jeff Sharkey37c222f2012-05-04 10:26:46 -07004620 <!-- Body text prompting user to enable Wi-Fi to configure metered networks. [CHAR LIMIT=64] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004621 <string name="data_usage_metered_wifi_disabled">To select mobile hotspots, turn Wi\u2011Fi on.</string>
Jeff Sharkey313f7d82012-04-03 21:13:25 -07004622
David Brown8373b452011-06-20 12:38:45 -07004623 <!-- Button at the bottom of the CryptKeeper screen to make an emergency call. -->
4624 <string name="cryptkeeper_emergency_call">Emergency call</string>
4625 <!-- Button at the bottom of the CryptKeeper screen that lets the user return to a call -->
4626 <string name="cryptkeeper_return_to_call">Return to call</string>
4627
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004628 <!-- Input label for the name of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004629 <string name="vpn_name">Name</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004630 <!-- Input label for the type of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004631 <string name="vpn_type">Type</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004632 <!-- Input label for the server address of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004633 <string name="vpn_server">Server address</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004634 <!-- Checkbox label to enable PPP encryption for a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004635 <string name="vpn_mppe">PPP encryption (MPPE)</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004636 <!-- Input label for the L2TP secret of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004637 <string name="vpn_l2tp_secret">L2TP secret</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004638 <!-- Input label for the IPSec identifier of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004639 <string name="vpn_ipsec_identifier">IPSec identifier</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004640 <!-- Input label for the IPSec pre-shared key of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004641 <string name="vpn_ipsec_secret">IPSec pre-shared key</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004642 <!-- Selection label for the IPSec user certificate of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004643 <string name="vpn_ipsec_user_cert">IPSec user certificate</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004644 <!-- Selection label for the IPSec CA certificate of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004645 <string name="vpn_ipsec_ca_cert">IPSec CA certificate</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004646 <!-- Selection label for the IPSec server certificate of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yehf5317a12011-12-06 17:51:01 -08004647 <string name="vpn_ipsec_server_cert">IPSec server certificate</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004648 <!-- Checkbox label to show advanced options of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07004649 <string name="vpn_show_options">Show advanced options</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004650 <!-- Input label for the DNS search domains of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh2fa9ead2011-06-30 23:34:53 -07004651 <string name="vpn_search_domains">DNS search domains</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004652 <!-- Input label for the DNS servers of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07004653 <string name="vpn_dns_servers">DNS servers (e.g. 8.8.8.8)</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004654 <!-- Input label for the forwarding routes of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07004655 <string name="vpn_routes">Forwarding routes (e.g. 10.0.0.0/8)</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004656 <!-- Input label for the username of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004657 <string name="vpn_username">Username</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004658 <!-- Input label for the password of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004659 <string name="vpn_password">Password</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004660 <!-- Checkbox label to save the username and the password in a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh2fa9ead2011-06-30 23:34:53 -07004661 <string name="vpn_save_login">Save account information</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004662 <!-- Hint for not using an optional feature in a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004663 <string name="vpn_not_used">(not used)</string>
4664 <!-- Option to not use a CA certificate to verify the VPN server. [CHAR LIMIT=40] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004665 <string name="vpn_no_ca_cert">(don\'t verify server)</string>
Chia-chi Yehf5317a12011-12-06 17:51:01 -08004666 <!-- Option to use the server certificate received from the VPN server. [CHAR LIMIT=40] -->
4667 <string name="vpn_no_server_cert">(received from server)</string>
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004668
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004669 <!-- Button label to cancel changing a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004670 <string name="vpn_cancel">Cancel</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004671 <!-- Button label to save a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004672 <string name="vpn_save">Save</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004673 <!-- Button label to connect to a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004674 <string name="vpn_connect">Connect</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004675 <!-- Dialog title to edit a VPN profile. [CHAR LIMIT=40] -->
4676 <string name="vpn_edit">Edit VPN profile</string>
4677 <!-- Dialog title to connect to a VPN profile. [CHAR LIMIT=40] -->
4678 <string name="vpn_connect_to">Connect to <xliff:g id="profile" example="School">%s</xliff:g></string>
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004679
4680 <!-- Preference title for VPN settings. [CHAR LIMIT=40] -->
Claudia de Veaux780d72d2011-08-05 17:24:20 -07004681 <string name="vpn_title">VPN</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004682 <!-- Preference title to create a new VPN profile. [CHAR LIMIT=40] -->
4683 <string name="vpn_create">Add VPN profile</string>
4684 <!-- Menu item to edit a VPN profile. [CHAR LIMIT=40] -->
4685 <string name="vpn_menu_edit">Edit profile</string>
4686 <!-- Menu item to delete a VPN profile. [CHAR LIMIT=40] -->
4687 <string name="vpn_menu_delete">Delete profile</string>
Jeff Sharkey9fd7ac12012-08-25 00:06:08 -07004688 <!-- Menu item to select always-on VPN profile. [CHAR LIMIT=40] -->
4689 <string name="vpn_menu_lockdown">Always-on VPN</string>
4690
4691 <!-- Summary describing the always-on VPN feature. [CHAR LIMIT=NONE] -->
4692 <string name="vpn_lockdown_summary">Select a VPN profile to always remain connected to. Network traffic will only be allowed when connected to this VPN.</string>
4693 <!-- List item indicating that no always-on VPN is selected. [CHAR LIMIT=64] -->
4694 <string name="vpn_lockdown_none">None</string>
4695 <!-- Error indicating that the selected VPN doesn't meet requirements. [CHAR LIMIT=NONE] -->
4696 <string name="vpn_lockdown_config_error">Always-on VPN requires an IP address for both server and DNS.</string>
Brian Carlstromf6f4e302011-06-26 16:05:21 -07004697
Chia-chi Yeh94cc1bb2012-02-29 16:12:35 -08004698 <!-- Toast message when there is no network connection to start VPN. [CHAR LIMIT=100] -->
4699 <string name="vpn_no_network">There is no network connection. Please try again later.</string>
4700 <!-- Toast message when a certificate is missing. [CHAR LIMIT=100] -->
4701 <string name="vpn_missing_cert">A certificate is missing. Please edit the profile.</string>
4702
Brian Carlstromf6f4e302011-06-26 16:05:21 -07004703 <!-- Tab label for built-in system CA certificates. -->
4704 <string name="trusted_credentials_system_tab">System</string>
4705 <!-- Tab label for user added CA certificates. -->
4706 <string name="trusted_credentials_user_tab">User</string>
4707 <!-- Button label for disabling a system CA certificate. -->
4708 <string name="trusted_credentials_disable_label">Disable</string>
4709 <!-- Button label for enabling a system CA certificate. -->
4710 <string name="trusted_credentials_enable_label">Enable</string>
4711 <!-- Button label for removing a user CA certificate. -->
4712 <string name="trusted_credentials_remove_label">Remove</string>
4713 <!-- Alert dialog confirmation when enabling a system CA certificate. -->
4714 <string name="trusted_credentials_enable_confirmation">Enable the system CA certificate?</string>
4715 <!-- Alert dialog confirmation when disabling a system CA certificate. -->
4716 <string name="trusted_credentials_disable_confirmation">Disable the system CA certificate?</string>
4717 <!-- Alert dialog confirmation when removing a user CA certificate. -->
4718 <string name="trusted_credentials_remove_confirmation">Permanently remove the user CA certificate?</string>
4719
satok01d67c32012-02-08 11:10:32 +09004720 <!-- Title for spell checker settings -->
4721 <string name="spellcheckers_settings_title">Spell checker</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004722
4723 <!-- Prompt for the user to enter their current full-backup password -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004724 <string name="current_backup_pw_prompt">Type your current full backup password here</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004725 <!-- Prompt for the user to enter a new full-backup password -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004726 <string name="new_backup_pw_prompt">Type a new password for full backups here</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004727 <!-- Prompt for the user to confirm the new full-backup password by re-entering it -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004728 <string name="confirm_new_backup_pw_prompt">Retype your new full backup password here</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004729
4730 <!-- Button label for setting the user's new full-backup password -->
4731 <string name="backup_pw_set_button_text">Set backup password</string>
4732 <!-- Button label for cancelling the new-password operation and retaining the user's previous full-backup password -->
4733 <string name="backup_pw_cancel_button_text">Cancel</string>
4734
Jeff Sharkey28130d92011-09-02 16:10:24 -07004735 <!-- Representation of a numerical percentage. [CHAR LIMIT=8] -->
4736 <string name="percentage"><xliff:g id="number" example="30">%d</xliff:g>%%</string>
4737
tk.mun7c5c1652011-10-13 22:56:18 +09004738 <!-- A menu item in "About phone" that allows the user to update the phone with settings
4739 from their cell phone carrier. The use of the string is similar to the string
4740 "system_update_settings_list_item_title" in this project. [CHAR LIMIT=25] -->
4741 <string name="additional_system_update_settings_list_item_title">Additional system updates</string>
Stephen Smalleyb4e84f32012-02-03 11:14:48 -05004742 <!-- These statuses are displayed when a device was built with SE Android supoprt.
4743 These are displayed by the settings app in the about section. -->
4744 <string name="selinux_status_disabled">Disabled</string>
4745 <string name="selinux_status_permissive">Permissive</string>
4746 <string name="selinux_status_enforcing">Enforcing</string>
tk.mun7c5c1652011-10-13 22:56:18 +09004747
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04004748 <!-- Notification of installed CA Certs --> <skip/>
4749
4750 <!-- Shows up when there is a user SSL CA Cert installed on the
4751 device. Indicates to the user that SSL traffic can be intercepted. [CHAR LIMIT=NONE] -->
4752 <string name="ssl_ca_cert_warning">Network may be monitored</string>
Maggie Benthall273155c2013-09-18 16:53:23 -04004753 <!-- Button to close the SSL CA cert warning dialog box, meaning the user is done reading. [CHAR LIMIT=NONE] -->
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04004754 <string name="done_button">Done</string>
4755 <!-- Title of Dialog warning users of SSL monitoring. [CHAR LIMIT=NONE] -->
4756 <string name="ssl_ca_cert_dialog_title">Network monitoring</string>
4757 <!-- Text of message to show to users whose administrator has installed a SSL CA Cert. [CHAR LIMIT=NONE] -->
Maggie Benthall273155c2013-09-18 16:53:23 -04004758 <string name="ssl_ca_cert_info_message">This device is managed by:\n<xliff:g id="managing_domain">%s</xliff:g>\n\nYour administrator is capable of monitoring your network activity, including emails, apps, and secure websites.\n\nFor more information, contact your administrator.</string>
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04004759 <!-- Text of warning to show to users that have a SSL CA Cert installed. [CHAR LIMIT=NONE] -->
Geoffrey Borggaard03c56a92013-11-05 13:10:49 -05004760 <string name="ssl_ca_cert_warning_message">A third party is capable of monitoring your network activity, including emails, apps, and secure websites.\n\nA trusted credential installed on your device is making this possible.</string>
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04004761 <!-- Label on button that will take the user to the Trusted Credentials settings page. [CHAR LIMIT=NONE]-->
4762 <string name="ssl_ca_cert_settings_button">Check trusted credentials</string>
4763
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004764 <!-- User settings -->
4765 <skip/>
4766
4767 <!-- User settings screen title [CHAR LIMIT=25] -->
Amith Yamasani788cde42012-08-30 17:25:20 -07004768 <string name="user_settings_title">Users</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004769 <!-- User settings header for list of users and profiles [CHAR LIMIT=40] -->
4770 <string name="user_list_title">Users &amp; profiles</string>
Amith Yamasanid4abdd22013-04-17 18:27:01 -07004771 <!-- User settings add user menu [CHAR LIMIT=35] -->
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004772 <string name="user_add_user_menu">Add user or profile</string>
4773 <!-- User settings summary for a restricted profile [CHAR LIMIT=50] -->
4774 <string name="user_summary_restricted_profile">Restricted profile</string>
Amith Yamasani7b56d112013-04-26 14:55:01 -07004775 <!-- User settings warning that restricted profile needs a screen lock [CHAR LIMIT=NONE] -->
4776 <string name="user_need_lock_message">Before you can create a restricted profile, you\'ll need to set up a screen lock to protect your apps and personal data.</string>
4777 <!-- User settings dialog button to set screen lock [CHAR LIMIT=25] -->
4778 <string name="user_set_lock_button">Set lock</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004779 <!-- User summary to indicate that user is currently not set up [CHAR LIMIT=100] -->
4780 <string name="user_summary_not_set_up">Not set up</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004781 <!-- User summary to indicate that restricted profile is currently not set up [CHAR LIMIT=100] -->
4782 <string name="user_summary_restricted_not_set_up">Not set up - Restricted profile</string>
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004783 <!-- User information string to represent the owner of the device [CHAR LIMIT=25] -->
4784 <string name="user_owner">Owner</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004785 <!-- User settings title for current user entry "You" user. [CHAR LIMIT=30] -->
4786 <string name="user_you">You (<xliff:g id="name" example="Name">%s</xliff:g>)</string>
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004787 <!-- Title for the preference to enter the nickname of the userto display in the user switcher [CHAR LIMIT=25]-->
4788 <string name="user_nickname">Nickname</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004789 <!-- Title for add user type dialog [CHAR LIMIT=45] -->
4790 <string name="user_add_user_type_title">Add</string>
4791 <!-- Summary for add user entry in the choice dialog [CHAR LIMIT=none] -->
4792 <string name="user_add_user_item_summary">Users have their own apps and content</string>
4793 <!-- Summary for add restricted profile entry in the choice dialog [CHAR LIMIT=none] -->
Amith Yamasani7c4dfcc2013-05-22 12:51:30 -07004794 <string name="user_add_profile_item_summary">You can restrict access to apps and content from your account</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004795 <!-- Button text for adding a regular user [CHAR LIMIT=25] -->
4796 <string name="user_add_user_item_title">User</string>
4797 <!-- Button text for adding a restricted profile [CHAR LIMIT=25] -->
4798 <string name="user_add_profile_item_title">Restricted profile</string>
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004799 <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
4800 <string name="user_add_user_title">Add new user</string>
Svetoslav Ganov263f7442012-09-25 16:11:16 -07004801 <!-- Message for add user confirmation dialog - long version. [CHAR LIMIT=none] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004802 <string name="user_add_user_message_long">You can share this device with other people by creating additional users. Each user has their own space, which they can customize with their own apps, wallpaper, and so on. Users can also adjust tablet settings like Wi\u2011Fi that affect everyone.\n\nAfter you create a new user, that person needs to go through a setup process.\n\nAny user can accept updated app permissions on behalf of all other users.</string>
Svetoslav Ganov263f7442012-09-25 16:11:16 -07004803 <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
4804 <string name="user_add_user_message_short">After you create a new user, that person needs to go through a setup process.\n\nAny user can accept updated app permissions on behalf of all other users.</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004805 <!-- Title of dialog to setup a new user [CHAR LIMIT=30] -->
4806 <string name="user_setup_dialog_title">Set up user now?</string>
4807 <!-- Message in dialog to setup a new user after creation [CHAR LIMIT=none] -->
4808 <string name="user_setup_dialog_message">Make sure the person is available to take the tablet and set up their space</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004809 <!-- Message in dialog to setup a new restricted profile after creation [CHAR LIMIT=none] -->
4810 <string name="user_setup_profile_dialog_message">Set up profile now?</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004811 <!-- Button text to setup the new user now [CHAR LIMIT=25] -->
4812 <string name="user_setup_button_setup_now">Set up now</string>
4813 <!-- Button text to setup the new user later [CHAR LIMIT=25] -->
4814 <string name="user_setup_button_setup_later">Not now</string>
Amith Yamasani1a634d32012-09-27 23:01:35 -07004815 <!-- Message to secondary users that only owner can manage users [CHAR LIMIT=none] -->
4816 <string name="user_cannot_manage_message" product="tablet">Only the tablet\'s owner can manage users.</string>
4817 <!-- Message to secondary users that only owner can manage users [CHAR LIMIT=none] -->
4818 <string name="user_cannot_manage_message" product="default">Only the phone\'s owner can manage users.</string>
Amith Yamasanic39dcc12013-04-13 18:30:59 -07004819 <!-- Message to limited users that they cannot add accounts [CHAR LIMIT=100] -->
Amith Yamasani8e6f99e2013-04-24 14:21:06 -07004820 <string name="user_cannot_add_accounts_message">Restricted profiles cannot add accounts</string>
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004821
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004822 <!-- User details remove user menu [CHAR LIMIT=20] -->
Amith Yamasani1a634d32012-09-27 23:01:35 -07004823 <string name="user_remove_user_menu">Delete <xliff:g id="user_name">%1$s</xliff:g> from this device</string>
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004824 <!-- User details new user name [CHAR LIMIT=30] -->
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004825 <string name="user_new_user_name">New user</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004826 <!-- User details new restricted profile name [CHAR LIMIT=30] -->
4827 <string name="user_new_profile_name">New profile</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004828 <!-- User (self) removal confirmation title [CHAR LIMIT=30] -->
4829 <string name="user_confirm_remove_self_title">Delete yourself?</string>
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004830 <!-- User removal confirmation title [CHAR LIMIT=25] -->
4831 <string name="user_confirm_remove_title">Remove user?</string>
Amith Yamasani8e6f99e2013-04-24 14:21:06 -07004832 <!-- Profile removal confirmation title [CHAR LIMIT=25] -->
4833 <string name="user_profile_confirm_remove_title">Remove profile?</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004834 <!-- User (self) removal confirmation message [CHAR LIMIT=none] -->
Amith Yamasani1a634d32012-09-27 23:01:35 -07004835 <string name="user_confirm_remove_self_message" product="tablet">You will lose your space and data on this tablet. You can\'t undo this action.</string>
4836 <!-- User (self) removal confirmation message [CHAR LIMIT=none] -->
4837 <string name="user_confirm_remove_self_message" product="default">You will lose your space and data on this phone. You can\'t undo this action.</string>
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004838 <!-- User removal confirmation message [CHAR LIMIT=none] -->
Amith Yamasani1a634d32012-09-27 23:01:35 -07004839 <string name="user_confirm_remove_message" product="tablet">This user\'s space and data will disappear from this tablet. You can\'t undo this action.</string>
4840 <!-- User removal confirmation message [CHAR LIMIT=none] -->
4841 <string name="user_confirm_remove_message" product="default">This user\'s space and data will disappear from this phone. You can\'t undo this action.</string>
Amith Yamasani8e6f99e2013-04-24 14:21:06 -07004842 <!-- User profile removal confirmation message [CHAR LIMIT=none] -->
4843 <string name="user_profile_confirm_remove_message" product="tablet">This profile\'s space and data will disappear from this tablet. You can\'t undo this action.</string>
4844 <!-- User profile removal confirmation message [CHAR LIMIT=none] -->
4845 <string name="user_profile_confirm_remove_message" product="default">This profile\'s space and data will disappear from this phone. You can\'t undo this action.</string>
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004846 <!-- Setting label to show that a new user is being added [CHAR LIMIT=30] -->
4847 <string name="user_adding_new_user">Adding new user\u2026</string>
4848 <!-- Spoken content description for delete icon beside a user [CHAR LIMIT=none] -->
4849 <string name="user_delete_user_description">Delete user</string>
Amith Yamasani1a634d32012-09-27 23:01:35 -07004850 <!-- Delete button text [CHAR LIMIT=25] -->
4851 <string name="user_delete_button">Delete</string>
Daniel Sandler4a824be2012-04-19 01:47:45 -04004852
Amith Yamasani233592b2013-03-01 17:05:23 -08004853 <!-- Application Restrictions screen title [CHAR LIMIT=45] -->
4854 <string name="application_restrictions">Allow apps and content</string>
4855 <!-- Applications with restrictions header [CHAR LIMIT=45] -->
4856 <string name="apps_with_restrictions_header">Applications with restrictions</string>
4857 <!-- Applicaitons with restrictions - settings button [CHAR LIMIT=30] -->
4858 <string name="apps_with_restrictions_settings_button">Expand settings for application</string>
4859
Christopher Tatee238a472013-08-27 14:21:46 -07004860 <!-- Home application selection - uninstall button [CHAR LIMIT=80] -->
4861 <string name="home_app_uninstall_button">Uninstall this application</string>
Christopher Tatee0d934f2013-10-01 12:32:27 -07004862 <!-- Message to user that Home Settings will be hidden because there is now only one available home application -->
4863 <string name="only_one_home_message">Home settings will be hidden until you install another home application.</string>
Christopher Tatee238a472013-08-27 14:21:46 -07004864
Amith Yamasani9627a8e2012-09-23 12:54:14 -07004865 <!-- Warning message when changing a global setting for a tablet.[CHAR LIMIT=none] -->
4866 <string name="global_change_warning" product="tablet">This setting affects all users on this tablet.</string>
4867 <!-- Warning message when changing a global setting for a phone.[CHAR LIMIT=none] -->
4868 <string name="global_change_warning" product="default">This setting affects all users on this phone.</string>
4869 <!-- Warning message title for global locale change [CHAR LIMIT=40] -->
4870 <string name="global_locale_change_title">Change language</string>
4871 <!-- Warning message title for global font change [CHAR LIMIT=40] -->
4872 <string name="global_font_change_title">Change font size</string>
4873
Martijn Coenen26515da2013-08-01 18:13:33 -07004874 <!-- NFC payment settings --><skip/>
Martijn Coenen0e940d62013-09-24 17:31:25 -07004875 <string name="nfc_payment_settings_title">Tap &amp; pay</string>
Martijn Coenenda6c0ba2013-09-05 21:07:23 -07004876 <!-- String shown when there are no NFC payment applications installed -->
Martijn Coenenb412e182013-09-27 14:49:47 -07004877 <string name="nfc_payment_no_apps">Pay with just a tap</string>
4878 <!-- String shown when there are no NFC payment applications installed, clickable, pointing to
4879 a website to learn more-->
4880 <string name="nfc_payment_learn_more">Learn more</string>
Martijn Coenen0e940d62013-09-24 17:31:25 -07004881 <string name="nfc_payment_menu_item_add_service">Find apps</string>
Martijn Coenen26515da2013-08-01 18:13:33 -07004882 <!-- Label for the dialog that is shown when the user is asked to set a
4883 preferred payment application -->
Martijn Coenenda6c0ba2013-09-05 21:07:23 -07004884 <string name="nfc_payment_set_default_label">Set as your preference?</string>
Martijn Coenen0e940d62013-09-24 17:31:25 -07004885 <string name="nfc_payment_set_default">Always use <xliff:g id="app">%1$s</xliff:g> when you tap &amp; pay?</string>
4886 <string name="nfc_payment_set_default_instead_of">Always use <xliff:g id="app">%1$s</xliff:g> instead of <xliff:g id="app">%2$s</xliff:g> when you tap &amp; pay?</string>
Amith Yamasani0ca80fe2013-06-03 16:41:03 -07004887 <!-- Restrictions settings --><skip/>
4888
4889 <!-- Restriction settings title [CHAR LIMIT=35] -->
4890 <string name="restriction_settings_title">Restrictions</string>
4891 <!-- Restrictions screen - reset menu to reset to unrestricted [CHAR LIMIT=25] -->
4892 <string name="restriction_menu_reset">Remove restrictions</string>
4893 <!-- Restrictions screen - menu label to change restrictions pin [CHAR LIMIT=25] -->
4894 <string name="restriction_menu_change_pin">Change PIN</string>
4895
Daniel Sandler70b59992012-05-15 15:48:09 -04004896 <!-- Label for are-notifications-enabled checkbox in app details [CHAR LIMIT=20] -->
4897 <string name="app_notifications_switch_label">Show notifications</string>
Amith Yamasanib0b37ae2012-04-23 15:35:36 -07004898
4899 <!-- Help URLs for some screens. Not specified here. Specified in product overlays --><skip/>
4900 <!-- Help menu label [CHAR LIMIT=20] -->
4901 <string name="help_label">Help</string>
4902 <!-- Help URL, WiFi [DO NOT TRANSLATE] -->
4903 <string name="help_url_wifi" translatable="false"></string>
4904 <!-- Help URL, Bluetooth [DO NOT TRANSLATE] -->
4905 <string name="help_url_bluetooth" translatable="false"></string>
4906 <!-- Help URL, Data usage [DO NOT TRANSLATE] -->
4907 <string name="help_url_data_usage" translatable="false"></string>
4908 <!-- Help URL, More [DO NOT TRANSLATE] -->
4909 <string name="help_url_more_networks" translatable="false"></string>
4910 <!-- Help URL, Vpn [DO NOT TRANSLATE] -->
4911 <string name="help_url_vpn" translatable="false"></string>
4912 <!-- Help URL, Sound [DO NOT TRANSLATE] -->
4913 <string name="help_url_sound" translatable="false"></string>
4914 <!-- Help URL, Battery [DO NOT TRANSLATE] -->
4915 <string name="help_url_battery" translatable="false"></string>
4916 <!-- Help URL, Accounts [DO NOT TRANSLATE] -->
4917 <string name="help_url_accounts" translatable="false"></string>
4918 <!-- Help URL, Choose lockscreen [DO NOT TRANSLATE] -->
4919 <string name="help_url_choose_lockscreen" translatable="false"></string>
4920 <!-- Help URL, Backup & reset [DO NOT TRANSLATE] -->
4921 <string name="help_url_backup_reset" translatable="false"></string>
Amith Yamasanid3fed682012-04-27 17:38:40 -07004922 <!-- Help URL, Tethering [DO NOT TRANSLATE] -->
4923 <string name="help_url_tether" translatable="false"></string>
John Spurlock7af2aa52012-08-30 14:58:16 -04004924 <!-- Help URL, Dreams [DO NOT TRANSLATE] -->
4925 <string name="help_url_dreams" translatable="false"></string>
Amith Yamasani38223dc2012-09-18 09:51:07 -07004926 <!-- Help URL, User settings [DO NOT TRANSLATE] -->
4927 <string name="help_url_users" translatable="false"></string>
4928 <!-- Help URL, Location access [DO NOT TRANSLATE] -->
4929 <string name="help_url_location_access" translatable="false"></string>
rich cannings93c0ee52012-09-30 13:54:26 -07004930 <!-- Help URL, Security settings [DO NOT TRANSLATE] -->
4931 <string name="help_url_security" translatable="false"></string>
Martijn Coenenb412e182013-09-27 14:49:47 -07004932 <!-- Help URL, Tap & pay [DO NOT TRANSLATE] -->
4933 <string name="help_url_nfc_payment" translatable="false"></string>
Jeff Brown130118d2013-11-18 12:26:16 -08004934 <!-- Help URL, Remote display [DO NOT TRANSLATE] -->
4935 <string name="help_url_remote_display" translatable="false"></string>
Jake Hambyef57ed72012-06-21 10:59:22 -07004936
Amith Yamasani48fa8572012-04-17 17:12:01 -07004937 <!-- User account title [CHAR LIMIT=30] -->
4938 <string name="user_account_title">Account for content</string>
4939 <!-- User picture title [CHAR LIMIT=30] -->
4940 <string name="user_picture_title">Photo ID</string>
Jake Hamby9cc7ca22012-06-25 18:14:06 -07004941
Jake Hambyef57ed72012-06-21 10:59:22 -07004942 <!-- Cell Broadcast settings title [CHAR LIMIT=50] -->
4943 <string name="cell_broadcast_settings">Cell broadcasts</string>
Amith Yamasani233592b2013-03-01 17:05:23 -08004944
4945 <!-- User app limits screen title [CHAR LIMIT=35] -->
Amith Yamasani7c4dfcc2013-05-22 12:51:30 -07004946 <string name="user_restrictions_title">Application and content restrictions</string>
Amith Yamasani233592b2013-03-01 17:05:23 -08004947 <!-- User limits screen, user name rename text [CHAR LIMIT=15] -->
4948 <string name="user_rename">RENAME</string>
Amith Yamasani6e4757f2013-03-28 14:34:36 -07004949 <!-- Preference label for custom restrictions [CHAR LIMIT=35] -->
Amith Yamasanibf87f7d2013-06-27 09:41:15 -07004950 <string name="app_restrictions_custom_label">Set app restrictions</string>
Amith Yamasanid81a3f72013-04-10 21:59:18 -07004951 <!-- Summary for app entries that are controlled by another entry [CHAR LIMIT=none] -->
4952 <string name="user_restrictions_controlled_by">Controlled by <xliff:g id="app">%1$s</xliff:g></string>
Amith Yamasani9517b022013-04-12 17:56:34 -07004953 <!-- Summary for apps that aren't supported in limited users [CHAR LIMIT=none] -->
Amith Yamasani8e6f99e2013-04-24 14:21:06 -07004954 <string name="app_not_supported_in_limited">This app is not supported in restricted profiles</string>
Amith Yamasania98c4022013-04-19 15:27:52 -07004955 <!-- Summary text for apps that are allowed to access accounts from the primary user [CHAR LIMIT=none] -->
4956 <string name="app_sees_restricted_accounts">This app can access your accounts</string>
Amith Yamasani6e4757f2013-03-28 14:34:36 -07004957
4958 <!-- Restrictions title for configuring wifi and mobile [CHAR LIMIT=35] -->
4959 <string name="restriction_wifi_config_title">Wi\u2011Fi and Mobile</string>
4960 <!-- Restrictions summary for configuring wifi and mobile [CHAR LIMIT=100] -->
4961 <string name="restriction_wifi_config_summary">Allow modification of Wi\u2011Fi and Mobile settings</string>
4962 <!-- Restrictions title for changing bluetooth configuration [CHAR LIMIT=35] -->
4963 <string name="restriction_bluetooth_config_title">Bluetooth</string>
4964 <!-- Restrictions summary for changing bluetooth configuration [CHAR LIMIT=100] -->
4965 <string name="restriction_bluetooth_config_summary">Allow modification of Bluetooth pairings and settings</string>
4966 <!-- Restrictions title for allowing NFC transfers [CHAR LIMIT=35] -->
4967 <string name="restriction_nfc_enable_title">NFC</string>
4968 <!-- Restrictions summary for allowing NFC transfers (tablet) [CHAR LIMIT=100] -->
4969 <string name="restriction_nfc_enable_summary" product="tablet">Allow data exchange when the tablet touches another device</string>
4970 <!-- Restrictions summary for allowing NFC transfers (phone) [CHAR LIMIT=100] -->
4971 <string name="restriction_nfc_enable_summary" product="default">Allow data exchange when the phone touches another device</string>
4972 <!-- Restrictions title for allowing location sharing [CHAR LIMIT=35] -->
Lifu Tangd5fbbc42013-08-01 17:23:10 -07004973 <string name="restriction_location_enable_title">Location</string>
Amith Yamasani6e4757f2013-03-28 14:34:36 -07004974 <!-- Restrictions summary for allowing location sharing [CHAR LIMIT=100] -->
4975 <string name="restriction_location_enable_summary" >Let apps use your location information</string>
Amith Yamasani233592b2013-03-01 17:05:23 -08004976
4977 <!-- Wizard back button label [CHAR LIMIT=25] -->
4978 <string name="wizard_back">Back</string>
4979 <!-- Wizard next button label [CHAR LIMIT=25] -->
4980 <string name="wizard_next">Next</string>
4981 <!-- Wizard next button label [CHAR LIMIT=25] -->
4982 <string name="wizard_finish">Finish</string>
Svetoslavbf3391f2013-04-15 12:20:39 -07004983
4984 <!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
4985 <string name="user_image_take_photo" msgid="7496128293167402354">Take photo</string>
4986 <!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
4987 <string name="user_image_choose_photo" msgid="3746334626214970837">Choose photo from Gallery</string>
4988
Jake Hamby5e9bd862013-04-09 15:48:25 -07004989 <!-- Text to display in regulatory info screen (from device overlay). -->
4990 <string name="regulatory_info_text"></string>
Andres Moralesfd2b6292013-11-25 17:26:13 -08004991
4992 <!-- NFC unlock -->
4993 <string name="lock_settings_nfc_title">NFC Screen Lock Settings</string>
4994 <string name="nfc_unlock_paired_tags_title">Paired Tags</string>
4995 <string name="nfc_unlock_enabled">Enabled</string>
4996 <string name="start_nfc_pairing">Pair with a tag</string>
4997
4998 <!-- Nfc pair activity strings -->
4999 <string name="title_activity_nfc_pairing">NfcPairingActivity</string>
5000 <string name="pairing_button_title">Pair now</string>
5001 <string name="status_no_ring_detected">Set the tag flat on a table and place the phone on top</string>
5002 <string name="status_device_paired">Tag and phone successfully paired, you are done!</string>
5003 <string name="status_error_invalid_device">The tag provided cannot be used to unlock your phone</string>
5004 <string name="status_error_pairing_failed">The pairing with your tag failed, please try again</string>
5005 <string name="enable_nfc">NFC is not enabled and is required for NFC Unlock. Please turn on NFC.</string>
5006 <string name="ok">NFC Settings</string>
5007
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08005008 <!--Dashboard strings-->
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07005009 <!-- Text to describe the dashboard fragment title [CHAR LIMIT=16] -->
5010 <string name="dashboard_title">Settings</string>
Fabrice Di Meglio6f0739a2014-02-03 18:12:25 -08005011
5012 <!-- Search strings -->
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07005013 <!-- Text to describe the search results fragment title [CHAR LIMIT=16] -->
5014 <string name="search_results_title">Settings</string>
Fabrice Di Meglio6f0739a2014-02-03 18:12:25 -08005015 <!-- Text used as a search hint into the search box -->
Fabrice Di Megliod25314d2014-03-21 19:24:43 -07005016 <string name="search_menu">Search</string>
5017 <!-- Text used as a search hint into the search box -->
5018 <string name="query_hint_text">Search settings</string>
Fabrice Di Meglio6f0739a2014-02-03 18:12:25 -08005019
5020 <!--Search Keywords-->
5021 <string name="keywords_wifi">wifi wi-fi network connection</string>
Fabrice Di Meglio263bcc82014-01-17 19:17:58 -08005022
Dan Sandler91d014a2014-02-19 14:42:55 -05005023 <!-- Notifications on lockscreen -->
5024 <!-- Label for checkbox controlling the contents of notifications shown on
Dan Sandler347f9442014-03-11 01:32:47 -04005025 the secure lockscreen [CHAR LIMIT=25] -->
5026 <string name="lock_screen_notifications">Show when locked</string>
Dan Sandler91d014a2014-02-19 14:42:55 -05005027 <!-- Summary for lock_screen_notifications: sensitive information will be
5028 hidden or redacted from notifications shown on a secure lock screen
5029 [CHAR LIMIT=50] -->
Dan Sandler347f9442014-03-11 01:32:47 -04005030 <string name="lock_screen_notifications_summary_off">Sensitive notification contents will be hidden on the lock screen</string>
Dan Sandler91d014a2014-02-19 14:42:55 -05005031 <!-- Summary for lock_screen_notifications: all information will be
5032 shown in notifications shown on a secure lock screen
5033 [CHAR LIMIT=50] -->
Dan Sandler347f9442014-03-11 01:32:47 -04005034 <string name="lock_screen_notifications_summary_on">All notification contents will be shown on the lock screen</string>
John Spurlockadda1b02014-02-27 15:37:13 -05005035
5036 <!-- [CHAR LIMIT=30] Sound settings screen, setting option name to change zen mode -->
Dan Sandler347f9442014-03-11 01:32:47 -04005037 <string name="title_zen_mode">Limited interruptions</string>
John Spurlock72438062014-02-27 18:01:20 -05005038 <!-- [CHAR LIMIT=30] Sound settings screen, description for configuring zen mode -->
Dan Sandler347f9442014-03-11 01:32:47 -04005039 <string name="configure_zen_mode_description">Configure limited interruptions</string>
John Spurlock72438062014-02-27 18:01:20 -05005040 <!-- [CHAR LIMIT=30] Zen mode settings screen, activity title -->
5041 <string name="zen_mode_settings_title">Limited Interruptions</string>
Dan Sandler347f9442014-03-11 01:32:47 -04005042
5043 <!-- [CHAR LIMIT=20] Notifications settings header -->
5044 <string name="notification_settings">Notifications</string>
5045
5046 <!-- [CHAR LIMIT=20] Notifications settings: General section header -->
5047 <string name="notification_settings_general">General</string>
5048
5049 <!-- [CHAR LIMIT=20] Notifications settings: Security section header -->
5050 <string name="notification_settings_security">Security</string>
5051
5052 <!-- [CHAR LIMIT=20] Notifications settings: Tweaks section header (eng
5053 builds only) -->
5054 <string name="notification_settings_tweaks">Tweaks</string>
5055
5056 <!-- [CHAR LIMIT=20] Notifications settings: Apps section header -->
5057 <string name="notification_settings_apps">Apps</string>
Dan Sandlerb19460f2014-03-26 19:09:21 -04005058
5059 <!-- [CHAR LIMIT=NONE] Content description for per-app notification
5060 settings button -->
5061 <string name="notification_app_settings_button">Notification settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08005062</resources>