blob: 87b191167cd8f982a2e5d60f01015cff17ae1a0e [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] -->
229 <string name="bluetooth_is_discoverable">Visible to all nearby Bluetooth devices (<xliff:g id="discoverable_time_period">%1$s</xliff:g>)</string>
230 <!-- Bluetooth settings screen, summary when Discoverable duration is set to "forever" [CHAR LIMIT=50] -->
231 <string name="bluetooth_is_discoverable_always">Visible to all nearby Bluetooth devices</string>
232 <!-- Bluetooth settings screen, summary text when not discoverable and no paired devices [CHAR LIMIT=50] -->
233 <string name="bluetooth_not_visible_to_other_devices">Not visible to other Bluetooth devices</string>
234 <!-- Bluetooth settings screen, summary text when not discoverable with paired devices [CHAR LIMIT=50] -->
235 <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
268 <!-- Bluetooth settings. Dialog title to disable a single profile of a device. [CHAR LIMIT=40] -->
269 <string name="bluetooth_disable_profile_title">Disable profile?</string>
270 <!-- Bluetooth settings. Message for disabling a profile of a bluetooth device. [CHAR LIMIT=NONE] -->
271 <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>
272
273 <!-- Bluetooth settings. Message when connected to a device. [CHAR LIMIT=40] -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800274 <string name="bluetooth_connected">Connected</string>
Jake Hamby79be0b32011-08-01 16:36:35 -0700275 <!-- Bluetooth settings. Message when connected to a device, except for phone audio. [CHAR LIMIT=40] -->
276 <string name="bluetooth_connected_no_headset">Connected (no phone)</string>
277 <!-- Bluetooth settings. Message when connected to a device, except for media audio. [CHAR LIMIT=40] -->
278 <string name="bluetooth_connected_no_a2dp">Connected (no media)</string>
279 <!-- Bluetooth settings. Message when connected to a device, except for phone/media audio. [CHAR LIMIT=40] -->
280 <string name="bluetooth_connected_no_headset_no_a2dp">Connected (no phone or media)</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800281 <!-- Bluetooth settings. Message when a device is disconnected -->
282 <string name="bluetooth_disconnected">Disconnected</string>
283 <!-- Bluetooth settings. Message when disconnecting from a device -->
284 <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
285 <!-- Bluetooth settings. Message when connecting to a device -->
286 <string name="bluetooth_connecting">Connecting\u2026</string>
287 <!-- Bluetooth settings. Message when the device state is unknown -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700288 <string name="bluetooth_unknown" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800289 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
290 <string name="bluetooth_pairing">Pairing\u2026</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700291 <!--Bluetooth settings screen, summary text for Bluetooth device with no name -->
292 <string name="bluetooth_device">Unnamed Bluetooth device</string>
Eric Fischerb11b9ab2012-04-18 15:24:57 -0700293 <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
294 <string name="progress_scanning">Searching</string>
Gilles Debunne94161362011-06-30 15:44:05 -0700295 <!--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 -0700296 <string name="bluetooth_no_devices_found">No nearby Bluetooth devices were found.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800297 <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
298 <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
299 <!-- Notification title when a Bluetooth device wants to pair with us -->
300 <string name="bluetooth_notif_title">Pairing request</string>
301 <!-- Notification message when a Bluetooth device wants to pair with us -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800302 <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 -0700303 <!-- Bluetooth settings screen, menu to show the list of received files [CHAR LIMIT=30] -->
304 <string name="bluetooth_show_received_files">Show received files</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800305
Yue Lixina41e2f92009-07-09 16:48:52 +0800306 <!-- Strings for BluetoothDevicePicker -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800307 <string name="device_picker">Bluetooth device chooser</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800308
Jake Hamby6e8644b2012-11-29 15:06:20 -0800309 <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
310 <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
311
Michael Chane1089ad2009-09-26 06:16:17 -0700312 <!-- Strings for asking to the user whether to allow an app to enable bluetooth -->
Jake Hamby95c10032012-06-11 17:04:14 -0700313 <string name="bluetooth_ask_enablement">An app wants to turn on Bluetooth.</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700314
315 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700316 <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 -0700317 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700318 <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 -0700319
Chris Wren1b0489c2011-02-01 15:09:13 -0800320 <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700321 <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>
322 <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 -0800323
Michael Chane1089ad2009-09-26 06:16:17 -0700324 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700325 <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>
Eric Fischerc9904f02010-11-01 16:54:51 -0700326 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700327 <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>
Michael Chane1089ad2009-09-26 06:16:17 -0700328
Chris Wren1b0489c2011-02-01 15:09:13 -0800329 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
Jake Hamby95c10032012-06-11 17:04:14 -0700330 <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>
331 <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>
Chris Wren1b0489c2011-02-01 15:09:13 -0800332
Jake Hamby49cfe8a2011-07-19 20:03:25 -0700333 <!-- Strings for msg to display to user while bluetooth is turning on [CHAR LIMIT=60] -->
Gilles Debunne18e99922011-06-30 12:00:28 -0700334 <string name="bluetooth_turning_on">"Turning Bluetooth on\u2026"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700335
Jake Hamby49cfe8a2011-07-19 20:03:25 -0700336 <!-- Strings for msg to display to user while bluetooth is turning off [CHAR LIMIT=60] -->
337 <string name="bluetooth_turning_off">"Turning Bluetooth off\u2026"</string>
338
Jake Hamby39ef2252010-12-16 18:33:28 -0800339 <!-- Strings for device profile auto connect setting -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700340 <string name="bluetooth_auto_connect">Auto-connect</string>
Jake Hamby39ef2252010-12-16 18:33:28 -0800341
Jaikumar Ganesh0f443292011-06-20 12:21:14 -0700342 <!-- Activity label of BluetoothPermissionActivity [CHAR LIMIT=none]-->
343 <string name="bluetooth_connection_permission_request">"Bluetooth connection request"</string>
344
345 <!-- Notification message when a remote Bluetooth device wants to connect to a Bluetooth profile [CHAR LIMIT=none]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700346 <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 -0700347
348 <!-- Bluetooth connection permission Alert Activity text [CHAR LIMIT=none]-->
Adam Powell382b8be2011-06-22 21:09:31 -0700349 <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 -0700350
Matthew Xiedbed1202011-06-27 18:21:25 -0700351 <!-- Activity label of BluetoothPbPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
352 <string name="bluetooth_phonebook_request">"Phone book request"</string>
353
354 <!-- Bluetooth phone book permission Alert Activity text [CHAR LIMIT=none] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800355 <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 -0700356
357 <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] -->
Matthew Xieb7072552011-08-08 20:29:18 -0700358 <string name="bluetooth_pb_remember_choice">Don\'t ask again</string>
Matthew Xiedbed1202011-06-27 18:21:25 -0700359
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800360 <!-- Date & time settings screen title -->
361 <string name="date_and_time">Date &amp; time settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800362 <!-- The title of the activity to pick a time zone. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700363 <string name="choose_timezone">Choose time zone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800364 <!-- Do not translate. Used as the value for a setting. -->
365 <string name="default_date_format"><xliff:g id="default_date_format">MM/dd/yyyy</xliff:g></string>
366
Eric Fischer188ca772009-06-11 18:16:15 -0700367 <!-- The option in the date-format picker for using the normal format
368 called for by the user's locale. -->
Claudia de Veaux805ae372011-08-09 18:23:26 -0700369 <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 -0700370
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800371 <!-- Label of preview text when tweaking font size -->
372 <string name="display_preview_label">Preview:</string>
373 <!-- Label for chosen font size -->
374 <string name="display_font_size_label">Font size:</string>
375
376 <!-- Used for diagnostic screens, precise translation is not necessary -->
377 <string name="intent_sender_data_label"><xliff:g id="data">Data:</xliff:g></string>
378 <!-- Used for diagnostic screens, precise translation is not necessary -->
379 <string name="intent_sender_sendbroadcast_text">Send <xliff:g id="broadcast">broadcast</xliff:g></string>
380 <!-- Used for diagnostic screens, precise translation is not necessary -->
381 <string name="intent_sender_action_label"><xliff:g id="action">Action</xliff:g>:</string>
382 <!-- Used for diagnostic screens, precise translation is not necessary -->
383 <string name="intent_sender_startactivity_text">Start <xliff:g id="activity">activity</xliff:g></string>
384 <!-- Used for diagnostic screens, precise translation is not necessary -->
385 <string name="intent_sender_resource_label"><xliff:g id="resource">Resource</xliff:g>: </string>
386 <!-- Used for diagnostic screens, precise translation is not necessary -->
387 <string name="intent_sender_account_label">Account: </string>
388
Oscar Montemayor05411892010-08-03 16:56:09 -0700389 <!-- HTTP proxy settings title -->
Amith Yamasani10fa99f2010-12-20 13:13:13 -0800390 <string name="proxy_settings_title">Proxy settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800391 <!-- HTTP proxy settings. Button to clear the proxy box. -->
392 <string name="proxy_clear_text">Clear</string>
393 <!-- HTTP proxy settings. The port number label. -->
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800394 <string name="proxy_port_label">Proxy port</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -0800395 <!-- HTTP proxy settings. The hint text field for port. -->
396 <string name="proxy_port_hint" translatable="false">8080</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700397 <!-- HTTP proxy settings. The exclusion list label. -->
Irfan Sheriff086147c2011-03-01 15:01:42 -0800398 <string name="proxy_exclusionlist_label">Bypass proxy for</string>
399 <!-- HTTP proxy settings. The hint text for proxy exclusion list. [CHAR LIMIT=50]-->
400 <string name="proxy_exclusionlist_hint">example.com,mycomp.test.com,localhost</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800401 <!-- HTTP proxy settings. The button to restore the defaults. -->
402 <string name="proxy_defaultView_text">Restore defaults</string>
403 <!-- HTTP proxy settings. The button to save. -->
Oscar Montemayor05411892010-08-03 16:56:09 -0700404 <string name="proxy_action_text">Done</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800405 <!-- HTTP proxy settings. The text field for the hostname -->
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800406 <string name="proxy_hostname_label">Proxy hostname</string>
Irfan Sheriff086147c2011-03-01 15:01:42 -0800407 <!-- HTTP proxy settings. The hint text field for the hostname. [CHAR LIMIT=50] -->
408 <string name="proxy_hostname_hint">proxy.example.com</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800409 <!-- HTTP proxy settings. Title if there is an error-->
410 <string name="proxy_error">Attention</string>
411 <!-- HTTP proxy settings. Button to get rid of error box-->
412 <string name="proxy_error_dismiss">OK</string>
413 <!-- HTTP proxy settings. The error if the hostname is not valid -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700414 <string name="proxy_error_invalid_host">The hostname you typed isn\'t valid.</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700415 <!-- HTTP proxy settings. The error if the exclusion list is not valid -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700416 <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 -0800417 <!-- HTTP proxy settings. Error msg -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700418 <string name="proxy_error_empty_port">You need to complete the port field.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800419 <!-- HTTP proxy settings. Error msg -->
420 <string name="proxy_error_empty_host_set_port">The port field must be empty if the host field is empty.</string>
421 <!-- HTTP proxy settings. Error msg -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700422 <string name="proxy_error_invalid_port">The port you typed isn\'t valid.</string>
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800423 <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700424 <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 -0800425
426 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
427 <string name="radio_info_signal_location_label">Location:</string>
428 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
429 <string name="radio_info_neighboring_location_label">Neighboring CID:</string>
430 <!-- 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 -0700431 <string name="radio_info_cellinfo_label">CellInfo:</string>
432 <!-- 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 -0800433 <string name="radio_info_data_attempts_label">Data attempts:</string>
434 <!-- 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 -0700435
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800436 <string name="radio_info_gprs_service_label">GPRS service:</string>
437 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
438 <string name="radio_info_roaming_label">Roaming:</string>
439 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
440 <string name="radio_info_imei_label">IMEI:</string>
441 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
442 <string name="radio_info_call_redirect_label">Call redirect:</string>
443 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
444 <string name="radio_info_ppp_resets_label">Number of PPP reset since boot:</string>
445 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
446 <string name="radio_info_gsm_disconnects_label">GSM disconnects:</string>
447 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
448 <string name="radio_info_current_network_label">Current network:</string>
449 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
450 <string name="radio_info_data_successes_label">Data successes:</string>
451 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
452 <string name="radio_info_ppp_received_label">PPP received:</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_gsm_service_label">GSM service:</string>
455 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
456 <string name="radio_info_signal_strength_label">Signal strength:</string>
457 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
458 <string name="radio_info_call_status_label">Call status:</string>
459 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
460 <string name="radio_info_ppp_sent_label">PPP sent:</string>
461 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
462 <string name="radio_info_radio_resets_label">Radio resets:</string>
463 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
464 <string name="radio_info_message_waiting_label">Message waiting:</string>
465 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
466 <string name="radio_info_phone_number_label">Phone number:</string>
467 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
468 <string name="radio_info_band_mode_label">Select radio band</string>
469 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
470 <string name="radio_info_network_type_label">Network type:</string>
471 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
472 <string name="radio_info_set_perferred_label">Set preferred network type:</string>
473 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
474 <string name="radio_info_ping_ipaddr">Ping IpAddr:</string>
475 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
476 <string name="radio_info_ping_hostname">Ping Hostname(www.google.com):</string>
477 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
478 <string name="radio_info_http_client_test">HTTP Client test:</string>
479 <!-- 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 -0800480 <string name="ping_test_label">Run ping test</string>
481 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
482 <string name="radio_info_smsc_label">SMSC:</string>
483 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
484 <string name="radio_info_smsc_update_label">Update</string>
485 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
486 <string name="radio_info_smsc_refresh_label">Refresh</string>
487 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
488 <string name="radio_info_toggle_dns_check_label">Toggle DNS check</string>
Tammo Spalinka5f4c8f2009-10-15 20:08:58 +0800489 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
490 <string name="oem_radio_info_label">OEM-specific Info/Settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800491
492 <!-- Band Mode Selection -->
493 <!-- Band mode screen. Title of activity. -->
494 <string name="band_mode_title">Set GSM/UMTS band</string>
495 <!-- Band mode screen. Loading message. -->
496 <string name="band_mode_loading">Loading band list\u2026</string>
497 <!-- Band mode screen. Button caption to set the bandmode. -->
498 <string name="band_mode_set">Set</string>
499 <!-- Band mode screen. Status message when unsuccessful. -->
500 <string name="band_mode_failed">Unsuccessful</string>
501 <!-- Band mode screen. Statusm essage when successful. -->
502 <string name="band_mode_succeeded">Successful</string>
503
504 <!-- Instructions after the user changes the mass storage settings -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800505 <string name="sdcard_changes_instructions">Changes take effect when USB cable is reconnected.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800506 <!-- Enable USB mass storage mode checkbox title -->
507 <string name="sdcard_settings_screen_mass_storage_text">Enable USB mass storage</string>
508 <!-- The label for total bytes on SD card -->
509 <string name="sdcard_settings_total_bytes_label">Total bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700510 <!-- Message when there is no SD card present [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800511 <string name="sdcard_settings_not_present_status" product="nosdcard">USB storage not mounted.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800512 <!-- Message when there is no SD card present -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800513 <string name="sdcard_settings_not_present_status" product="default">No SD card.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800514 <!-- Th label for the available (free) sapce on the SD card -->
515 <string name="sdcard_settings_available_bytes_label">Available bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700516 <!-- 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 -0800517 <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 -0800518 <!-- Message when the SD card is being used by the computer as mass storage -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800519 <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 -0700520 <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800521 <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 -0800522 <!-- Message when it is safe to remove the SD card -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800523 <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 -0700524 <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700525 <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 -0800526 <!-- Error message when the SD card was removed without properly unmounting -->
Eric Fischer5698a752010-09-28 16:35:31 -0700527 <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 -0800528 <!-- Label for used bytes on the SD card -->
529 <string name="sdcard_settings_used_bytes_label">Used bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700530 <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700531 <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 -0800532 <!-- Message when it is scanning the SD card for new files -->
Eric Fischer5698a752010-09-28 16:35:31 -0700533 <string name="sdcard_settings_scanning_status" product="default">Scanning SD card for media\u2026</string>
534 <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800535 <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 -0800536 <!-- Message when the SD card is mounted as read only -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800537 <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only.</string>
Daisuke Miyakawa71cc5482010-09-09 11:51:16 -0700538 <!-- 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 -0700539 <string name="skip_label">Skip</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800540 <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen. -->
541 <string name="next_label">Next</string>
542
543 <!-- LocalePicker -->
544 <!-- Title for the locale picker activity -->
Freeman Ng73f877a2010-04-16 17:43:32 -0700545 <string name="language_picker_title">Language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800546
547 <!-- 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 -0700548 <string name="activity_picker_label">Choose activity</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800549 <!-- Do not translate. -->
550 <string name="debug_intent_sender_label">Debug intent sender</string>
551 <!-- The title of the activity to see random device info. -->
552 <string name="device_info_label">Device info</string>
553 <!-- The title of the activity to see battery info. -->
554 <string name="battery_info_label">Battery info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800555 <!-- The title of the activity to adjust display settings -->
Amith Yamasani7456f672011-02-22 14:44:18 -0800556 <string name="display_label">Screen</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800557 <!-- The title of the activity to see phone info -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700558 <string name="phone_info_label" product="tablet">Tablet info</string>
559 <!-- The title of the activity to see phone info -->
560 <string name="phone_info_label" product="default">Phone info</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700561 <!-- The title of the activity to adjust SD card settings [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -0700562 <string name="sd_card_settings_label" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800563 <!-- The title of the activity to adjust SD card settings-->
Eric Fischer5698a752010-09-28 16:35:31 -0700564 <string name="sd_card_settings_label" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800565 <!-- The title of the activity to adjust proxy settings -->
566 <string name="proxy_settings_label">Proxy settings</string>
567
568 <!-- ======================================================================================= -->
569 <!-- NEW STUFF -->
570 <!-- ======================================================================================= -->
571
572 <!-- Button label for generic cancel action -->
573 <string name="cancel">Cancel</string>
574
Eric Fischer340c5c42010-10-01 11:45:47 -0700575 <!-- Title of the Settings activity shown within the application itself. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800576 <string name="settings_label">Settings</string>
Eric Fischer340c5c42010-10-01 11:45:47 -0700577 <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] -->
578 <string name="settings_label_launcher">Settings</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -0700579 <!-- Label for option to select a settings panel as a shortcut -->
Amith Yamasanic81c2572011-07-28 12:14:47 -0700580 <string name="settings_shortcut">Settings shortcut</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800581 <!-- Wireless controls settings screen, setting check box label -->
582 <string name="airplane_mode">Airplane mode</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -0700583 <!-- Main Settings screen settings title for things like airplane mode, tethering, NFC, VPN. This will take you to another screen with those settings. -->
584 <string name="radio_controls_title">More\u2026</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -0700585 <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
Amith Yamasanic9fdfa82010-12-14 14:38:16 -0800586 <string name="wireless_networks_settings_title">Wireless &amp; networks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800587 <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->
Russell Brenner6de99052013-02-01 10:57:49 -0800588 <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 -0800589
Wink Savillef9e02412009-04-02 01:37:03 -0700590 <!-- mobile network settings screen, setting check box title -->
591 <string name="roaming">Data roaming</string>
592 <!-- mobile network settings screen, setting option summary text when check box is selected -->
593 <string name="roaming_enable">Connect to data services when roaming</string>
594 <!-- mobile network settings screen, setting option summary text when check box is clear -->
595 <string name="roaming_disable">Connect to data services when roaming</string>
596 <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box -->
597 <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string>
598 <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box -->
599 <string name="roaming_turn_it_on_button">Turn it on</string>
600 <!-- 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 -0800601 <string name="roaming_warning">When you allow data roaming, you may incur significant roaming charges!</string>
Amith Yamasani9627a8e2012-09-23 12:54:14 -0700602 <!-- 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] -->
603 <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>
604 <!-- 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] -->
605 <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 -0700606 <!-- 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 -0800607 <string name="roaming_reenable_title">Allow data roaming?</string>
Wink Savillef9e02412009-04-02 01:37:03 -0700608 <!-- mobile network settings screen, setting option name -->
609 <string name="networks">Operator selection</string>
610 <!-- mobile network settings screen, setting option summary text -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700611 <string name="sum_carrier_select">Choose a network operator</string>
Wink Savillef9e02412009-04-02 01:37:03 -0700612
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -0700613 <!-- Date and time settings --><skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800614 <!-- Main Settings screen setting option name to go into the date and time settings-->
615 <string name="date_and_time_settings_title">Date &amp; time</string>
Daisuke Miyakawaffe621f2011-01-16 11:01:29 -0800616 <!-- Title for Date & Time settings screen in SetupWizard [CHAR LIMIT=40] -->
Daisuke Miyakawaca2870f2011-01-20 16:02:07 -0800617 <string name="date_and_time_settings_title_setup_wizard">Set date and time</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800618 <!-- 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 -0700619 <string name="date_and_time_settings_summary">Set date, time, time zone, &amp; formats</string>
Amith Yamasani1bb6db52010-09-17 13:34:47 -0700620 <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=25] -->
621 <string name="date_time_auto">Automatic date &amp; time</string>
622 <!-- Date & time setting screen setting option summary text when Automatic check box is selected
623 (that is, when date and time should be determined automatically) [CHAR LIMIT=100] -->
624 <string name="date_time_auto_summaryOn">Use network-provided time</string>
625 <!-- Date & time setting screen setting option summary text when Automatic check box is clear
626 [CHAR LIMIT=100] -->
627 <string name="date_time_auto_summaryOff">Use network-provided time</string>
628 <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=25] -->
629 <string name="zone_auto">Automatic time zone</string>
630 <!-- 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)
631 [CHAR LIMIT=100] -->
632 <string name="zone_auto_summaryOn">Use network-provided time zone</string>
633 <!-- Date & time setting screen setting option summary text when Automatic time zone check box is clear
634 [CHAR LIMIT=100] -->
635 <string name="zone_auto_summaryOff">Use network-provided time zone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800636 <!-- Date & time setting screen setting check box title -->
637 <string name="date_time_24hour">Use 24-hour format</string>
638 <!-- Date & time setting screen setting option title -->
639 <string name="date_time_set_time">Set time</string>
640 <!-- Date & time setting screen setting option title -->
641 <string name="date_time_set_timezone">Select time zone</string>
642 <!-- Date & time setting screen setting option title -->
643 <string name="date_time_set_date">Set date</string>
644 <!-- 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 -0800645 <string name="date_time_date_format">Choose date format</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800646 <!-- Menu item on Select time zone screen -->
647 <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
648 <!-- Menu item on Select time zone screen -->
649 <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
Daisuke Miyakawa0688f252010-12-28 12:06:08 -0800650 <!-- Title string shown above DatePicker, letting a user select system date
651 [CHAR LIMIT=20] -->
652 <string name="date_picker_title">Date</string>
653 <!-- Title string shown above TimePicker, letting a user select system time
654 [CHAR LIMIT=20] -->
655 <string name="time_picker_title">Time</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800656
Jim Millerbbb4afa2010-04-08 19:40:19 -0700657 <!-- Security Settings --><skip />
658
Danielle Millett487b16f2011-11-02 11:12:21 -0400659 <!-- 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 -->
660 <string name="biometric_weak_improve_matching_title">Improve face matching</string>
Danielle Millett4a3e40d2012-06-06 13:54:11 -0400661<!-- 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 -0400662 <string name="biometric_weak_liveliness_title">Liveness check</string>
Danielle Millett4a3e40d2012-06-06 13:54:11 -0400663 <!-- On the security settings screen when using face unlock. The summary of the liveliness checkbox -->
Eric Fischer1e7fa772012-06-08 15:06:30 -0700664 <string name="biometric_weak_liveliness_summary" msgid="7980026533493781616">Require eye blink while unlocking</string>
Danielle Millett487b16f2011-11-02 11:12:21 -0400665
Jim Miller86624a22010-08-30 22:07:58 -0700666 <!-- Security settings screen, setting option name to change screen timeout -->
Claudia de Veaux74f9aba2011-08-09 09:56:16 -0700667 <string name="lock_after_timeout">Automatically lock</string>
Jim Miller86624a22010-08-30 22:07:58 -0700668 <!-- Security settings screen, setting option summary to change screen timeout -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700669 <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 -0700670 <!-- Text shown next to checkbox for showing owner info on LockScreen [CHAR LIMIT=50]-->
671 <string name="show_owner_info_on_lockscreen_label">Show owner info on lock screen</string>
Jim Miller36972bb2010-11-30 19:47:38 -0800672 <!-- Text shown for title of owner info setting [CHAR LIMIT=20]-->
Jim Milleredfaaea2010-10-13 21:11:07 -0700673 <string name="owner_info_settings_title">Owner info</string>
Jim Miller36972bb2010-11-30 19:47:38 -0800674 <!-- Text shown for summary of owner info setting [CHAR LIMIT=40]-->
Jim Millerc9787072011-01-09 18:00:28 -0800675 <string name="owner_info_settings_summary"></string>
Jim Miller4b296492010-12-01 17:01:03 -0800676 <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700677 <string name="owner_info_settings_edit_text_hint">Type text to display on the lock screen</string>
Amith Yamasani8666b9e2012-09-27 14:50:13 -0700678 <!-- Text shown next to checkbox for showing user info on LockScreen [CHAR LIMIT=50]-->
679 <string name="show_user_info_on_lockscreen_label">Show user info on lock screen</string>
680 <!-- Text shown for title of user info setting [CHAR LIMIT=20]-->
681 <string name="user_info_settings_title">User info</string>
Amith Yamasanib0171712013-04-28 22:13:22 -0700682 <!-- Text shown next to checkbox for showing profile info on LockScreen [CHAR LIMIT=50]-->
683 <string name="show_profile_info_on_lockscreen_label">Show profile info on lock screen</string>
684 <!-- Text shown for title of profile info setting [CHAR LIMIT=20]-->
685 <string name="profile_info_settings_title">Profile info</string>
Gilles Debunnea6a8a142011-06-09 11:56:17 -0700686 <!-- Main Settings screen setting option title for the item to take you to the location screen -->
Amith Yamasani4635ec62012-07-23 16:40:02 -0700687 <string name="location_settings_title">Location access</string>
Gilles Debunnea6a8a142011-06-09 11:56:17 -0700688 <!-- Main Settings screen setting option title for the item to take you to the security screen -->
689 <string name="security_settings_title">Security</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800690 <!-- 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 +0800691 <string name="security_settings_summary">Set My Location, screen unlock, SIM card lock, credential storage lock</string>
Chouting Zhang5ee06352009-07-22 22:51:40 -0500692 <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen -->
693 <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 -0800694 <!-- In the security screen, the header title for settings related to Passwords-->
695 <string name="security_passwords_title">Passwords</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800696
Andy Stadler8dbcb882011-01-30 16:25:38 -0800697 <!-- Title of the preferences category for preference items to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800698 <string name="crypt_keeper_settings_title">Encryption</string>
Jason parks41121992011-01-25 09:26:55 -0600699
Andy Stadler8dbcb882011-01-30 16:25:38 -0800700 <!-- Title of the preferences item to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800701 <string name="crypt_keeper_encrypt_title" product="tablet">Encrypt tablet</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800702 <!-- Title of the preferences item to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800703 <string name="crypt_keeper_encrypt_title" product="default">Encrypt phone</string>
704
Andy Stadler8dbcb882011-01-30 16:25:38 -0800705 <!-- Summary of the preferences item to control encryption, when encryption is inactive -->
Roy West302c14a2011-01-26 14:10:55 -0800706 <string name="crypt_keeper_encrypt_summary" product="tablet">
707 Require a numeric PIN or password to decrypt your tablet each time you
708 power it on</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800709 <!-- Summary of the preferences item to control encryption, when encryption is inactive -->
Roy West302c14a2011-01-26 14:10:55 -0800710 <string name="crypt_keeper_encrypt_summary" product="default">
711 Require a numeric PIN or password to decrypt your phone each time you
712 power it on</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800713 <!-- Summary of the preferences item to control encryption, when encryption is active -->
Jason parks41121992011-01-25 09:26:55 -0600714 <string name="crypt_keeper_encrypted_summary">Encrypted</string>
715
Andy Stadler8dbcb882011-01-30 16:25:38 -0800716 <!-- Informational text in the first confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800717 <string name="crypt_keeper_desc" product="tablet">
Eric Fischerdfb894c2011-10-04 14:57:57 -0700718 You can encrypt your accounts, settings, downloaded apps and their data,
Claudia de Veaux66a84072011-10-28 17:12:27 -0700719 media, and other files. Once you encrypt your tablet, you need to type a numeric PIN
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800720 or password to decrypt it each time you power it on. You can\'t decrypt your tablet
Roy West302c14a2011-01-26 14:10:55 -0800721 except by performing a factory data reset, erasing all your data.\n\nEncryption takes
722 an hour or more. You must start with a charged battery and keep your tablet plugged in
723 until encryption is complete. If you interrupt the encryption process, you will lose
724 some or all of your data.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800725 <!-- Informational text in the first confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800726 <string name="crypt_keeper_desc" product="default">
Eric Fischerdfb894c2011-10-04 14:57:57 -0700727 You can encrypt your accounts, settings, downloaded apps and their data,
Claudia de Veaux66a84072011-10-28 17:12:27 -0700728 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 -0800729 password to decrypt it each time you power it on. You can\'t decrypt your phone
Roy West302c14a2011-01-26 14:10:55 -0800730 except by performing a factory data reset, erasing all your data.\n\nEncryption takes
731 an hour or more. You must start with a charged battery and keep your phone plugged in
732 until encryption is complete. If you interrupt the encryption process, you will lose
733 some or all of your data.</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800734
Andy Stadler8dbcb882011-01-30 16:25:38 -0800735 <!-- Button text to start encryption process -->
Jason parks3e8b7632011-01-17 09:59:54 -0600736 <string name="crypt_keeper_button_text" product="tablet">Encrypt tablet</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800737 <!-- Button text to start encryption process -->
Jason parks3e8b7632011-01-17 09:59:54 -0600738 <string name="crypt_keeper_button_text" product="default">Encrypt phone</string>
Roy West302c14a2011-01-26 14:10:55 -0800739
Andy Stadler8dbcb882011-01-30 16:25:38 -0800740 <!-- Warning string that will be displayed when encryption cannot be started -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700741 <string name="crypt_keeper_low_charge_text">Charge your battery and try again.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800742 <!-- Warning string that will be displayed when encryption cannot be started -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700743 <string name="crypt_keeper_unplugged_text">Plug in your charger and try again.</string>
Roy West302c14a2011-01-26 14:10:55 -0800744
Andy Stadler17141202011-01-31 10:15:53 -0800745 <!-- Dialog title, shown when encryption cannot proceed because a PIN/Password is needed -->
746 <string name="crypt_keeper_dialog_need_password_title">No lock screen PIN or password</string>
747 <!-- Dialog message, shown when encryption cannot proceed because a PIN/Password is needed -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700748 <string name="crypt_keeper_dialog_need_password_message">You need to set a lock screen PIN or
Andy Stadler17141202011-01-31 10:15:53 -0800749 password before you can start encryption.</string>
750
Andy Stadler8dbcb882011-01-30 16:25:38 -0800751 <!-- Title of the final confirmation screen before starting device encryption -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800752 <string name="crypt_keeper_confirm_title">Encrypt?</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800753 <!-- Warning text in the final confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800754 <string name="crypt_keeper_final_desc" product="tablet">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800755 The encryption operation is irreversible and if you interrupt it, you\'ll lose data.
Andy Stadler8dbcb882011-01-30 16:25:38 -0800756 Encryption takes an hour or more, during which the tablet will restart several times.
757 </string>
758 <!-- Warning text in the final confirmation screen before starting device encryption -->
Roy Westcbebe592011-01-26 16:31:21 -0800759 <string name="crypt_keeper_final_desc" product="default">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800760 The encryption operation is irreversible and if you interrupt it, you\'ll lose data.
Andy Stadler8dbcb882011-01-30 16:25:38 -0800761 Encryption takes an hour or more, during which the phone will restart several times.
762 </string>
763
764 <!-- Title of the progress screen while encrypting the device -->
Jason parksec5a45e2011-01-18 15:28:36 -0600765 <string name="crypt_keeper_setup_title">Encrypting</string>
766
Andy Stadler8dbcb882011-01-30 16:25:38 -0800767 <!-- Informational text on the progress screen while encrypting the device -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700768 <string name="crypt_keeper_setup_description" product="tablet">Wait while your tablet
Eric Fischer43d49592011-03-03 15:16:38 -0800769 is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800770 <!-- Informational text on the progress screen while encrypting the device -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700771 <string name="crypt_keeper_setup_description" product="default">Wait while your phone
Eric Fischer43d49592011-03-03 15:16:38 -0800772 is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
Jason parksf8217302011-01-26 13:11:42 -0600773
Andy Stadler13d62042011-01-31 19:21:37 -0800774 <!-- Informational text on the password entry screen when password entry fails-->
Eric Fischer43d49592011-03-03 15:16:38 -0800775 <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 -0800776
777 <!-- Informational text on the password entry screen prompting the user for their password -->
Eric Fischerdfb894c2011-10-04 14:57:57 -0700778 <string name="crypt_keeper_enter_password">Type your password</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800779
780 <!-- Title of the encryption screen when encrypting the device failed -->
Claudia de Veaux8c74e452011-08-16 16:29:03 -0700781 <string name="crypt_keeper_failed_title">Encryption unsuccessful</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800782
783 <!-- Informational text when encryption fails -->
784 <string name="crypt_keeper_failed_summary" product="tablet">
Ben Komalo0e666092011-09-01 15:42:00 -0700785 Encryption was interrupted and can\'t complete. As a result, the data on
786 your tablet is no longer accessible.
787 \n\n
Claudia de Veaux66a84072011-10-28 17:12:27 -0700788 To resume using your tablet, you need to perform a factory reset.
Ben Komalo0e666092011-09-01 15:42:00 -0700789 When you set up your tablet after the reset, you\'ll have an opportunity
790 to restore any data that was backed up to your Google Account.
Andy Stadler13d62042011-01-31 19:21:37 -0800791 </string>
792
793 <!-- Informational text when encryption fails -->
794 <string name="crypt_keeper_failed_summary" product="default">
Ben Komalo0e666092011-09-01 15:42:00 -0700795 Encryption was interrupted and can\'t complete. As a result, the data on
796 your phone is no longer accessible.
Claudia de Veaux66a84072011-10-28 17:12:27 -0700797 \n\nTo resume using your phone, you need to perform a factory reset.
Ben Komalo0e666092011-09-01 15:42:00 -0700798 When you set up your phone after the reset, you\'ll have an opportunity
799 to restore any data that was backed up to your Google Account.
Andy Stadler13d62042011-01-31 19:21:37 -0800800 </string>
801
alanv0aa7c4f2012-05-21 17:55:19 -0700802 <!-- Image button description to switch input method -->
803 <string name="crypt_keeper_switch_input_method">Switch input method</string>
804
Jim Millerbbb4afa2010-04-08 19:40:19 -0700805 <!-- Unlock Picker Settings --><skip />
Jim Millerb11e2752010-03-22 19:36:34 -0700806
Jim Millerbbb4afa2010-04-08 19:40:19 -0700807 <!-- Security Picker --><skip />
Jim Miller3970c382010-11-19 18:38:01 -0800808 <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800809 <string name="lock_settings_picker_title">Choose screen lock</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800810
Danielle Millett5bae8732011-09-16 15:41:30 -0400811 <!-- Title for security picker when choosing a facelock's backup unlock method: Pattern/PIN [CHAR LIMIT=22] -->
812 <string name="backup_lock_settings_picker_title">Choose backup lock</string>
813
Jim Millerbbb4afa2010-04-08 19:40:19 -0700814 <!-- Main Security lock settings --><skip />
Jim Miller3970c382010-11-19 18:38:01 -0800815 <!-- Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700816 <string name="unlock_set_unlock_launch_picker_title">Screen lock</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700817
Jim Miller3970c382010-11-19 18:38:01 -0800818 <!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700819 <string name="unlock_set_unlock_launch_picker_change_title">Change lock screen</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700820
Jim Miller3970c382010-11-19 18:38:01 -0800821 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700822 <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string>
823
Jim Miller36972bb2010-11-30 19:47:38 -0800824 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] -->
825 <string name="unlock_set_unlock_launch_picker_enable_summary">Choose a method to lock the screen</string>
826
Danielle Millett5bae8732011-09-16 15:41:30 -0400827 <!-- Info explaining the backup lock which is used for facelock -->
Danielle Millett76d9af02011-10-05 21:49:03 -0400828 <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 -0400829
Jim Miller3970c382010-11-19 18:38:01 -0800830 <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700831 <string name="unlock_set_unlock_off_title">None</string>
Jim Miller3970c382010-11-19 18:38:01 -0800832 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700833 <string name="unlock_set_unlock_off_summary"></string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700834
Jim Miller3970c382010-11-19 18:38:01 -0800835 <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700836 <string name="unlock_set_unlock_none_title">Slide</string>
Jim Miller3970c382010-11-19 18:38:01 -0800837 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]-->
Jim Miller5541a862011-09-02 17:33:53 -0700838 <string name="unlock_set_unlock_none_summary">No security</string>
839
840 <!-- Title for preference that guides the user through a weak biometric lock [CHAR LIMIT=22] -->
Eric Fischere5bfb642011-10-17 11:28:34 -0700841 <string name="unlock_set_unlock_biometric_weak_title">Face Unlock</string>
Jim Miller5541a862011-09-02 17:33:53 -0700842 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]-->
843 <string name="unlock_set_unlock_biometric_weak_summary">Low security, experimental</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700844
Jim Miller3970c382010-11-19 18:38:01 -0800845 <!-- Title for preference that guides the user through creating an unlock pattern [CHAR LIMIT=22]-->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700846 <string name="unlock_set_unlock_pattern_title">Pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800847 <!-- Summary for preference that guides the user through creating an unlock pattern [CHAR LIMIT=45] -->
Jim Miller5541a862011-09-02 17:33:53 -0700848 <string name="unlock_set_unlock_pattern_summary">Medium security</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800849
Jim Miller3970c382010-11-19 18:38:01 -0800850 <!-- 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 -0700851 <string name="unlock_set_unlock_pin_title">PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800852 <!-- 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 -0700853 <string name="unlock_set_unlock_pin_summary">Medium to high security</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800854
Jim Miller3970c382010-11-19 18:38:01 -0800855 <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700856 <string name="unlock_set_unlock_password_title">Password</string>
Jim Miller3970c382010-11-19 18:38:01 -0800857 <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] -->
Jim Miller5541a862011-09-02 17:33:53 -0700858 <string name="unlock_set_unlock_password_summary">High security</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700859
Brian Carlstromd4023b72011-05-25 13:24:20 -0700860 <!-- 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] -->
861 <string name="unlock_set_unlock_disabled_summary">Disabled by administrator, encryption policy, or credential storage</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700862
Jim Millerc9787072011-01-09 18:00:28 -0800863 <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700864 <string name="unlock_set_unlock_mode_off">None</string>
Jim Millerc9787072011-01-09 18:00:28 -0800865 <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -0700866 <string name="unlock_set_unlock_mode_none">Slide</string>
Jim Miller5541a862011-09-02 17:33:53 -0700867 <!-- Summary for "Configure lockscreen" when security biometric weak is enabled [CHAR LIMIT=45] -->
Jim Millera277b562011-09-27 16:35:46 -0700868 <string name="unlock_set_unlock_mode_biometric_weak">Face Unlock</string>
Jim Millerc9787072011-01-09 18:00:28 -0800869 <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700870 <string name="unlock_set_unlock_mode_pattern">Pattern</string>
Jim Millerc9787072011-01-09 18:00:28 -0800871 <!-- Summary for "Configure lockscreen" when security PIN is enabled [CHAR LIMIT=45] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700872 <string name="unlock_set_unlock_mode_pin">PIN</string>
Jim Millerc9787072011-01-09 18:00:28 -0800873 <!-- Summary for "Configure lockscreen" when security password is enabled [CHAR LIMIT=45] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -0700874 <string name="unlock_set_unlock_mode_password">Password</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800875
Jim Miller3970c382010-11-19 18:38:01 -0800876 <!-- Title for option to turn of password/pin/pattern unlock. [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800877 <string name="unlock_disable_lock_title">Turn off screen lock</string>
878
Jim Miller3970c382010-11-19 18:38:01 -0800879 <!-- 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 -0800880 <string name="unlock_disable_lock_pattern_summary">Remove unlock pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800881 <!-- 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 -0800882 <string name="unlock_disable_lock_pin_summary">Remove unlock PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800883 <!-- 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 -0800884 <string name="unlock_disable_lock_password_summary">Remove unlock password</string>
885
Jim Miller3970c382010-11-19 18:38:01 -0800886 <!-- Title shown on security settings to allow the user to change their lockscreen pattern [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800887 <string name="unlock_change_lock_pattern_title">Change unlock pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800888 <!-- Title shown on security settings to allow the user to change their lockscreen PIN [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800889 <string name="unlock_change_lock_pin_title">Change unlock PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800890 <!-- Title shown on security settings to allow the user to change their lockscreen password [CHAR LIMIT=22]-->
Jim Miller122b6c82010-02-10 19:53:58 -0800891 <string name="unlock_change_lock_password_title">Change unlock password</string>
892
893 <!-- Hint shown in dialog screen when password is too short -->
894 <string name="lockpassword_password_too_short">Password must be at least %d characters</string>
895 <!-- Hint shown in dialog screen when PIN is too short -->
Youness Ghanim532b11b2012-06-11 13:45:20 +0200896 <string name="lockpassword_pin_too_short">PIN must be at least %d digits</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800897
898 <!-- Hint shown after minimum password criteria is met -->
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700899 <string name="lockpassword_press_continue">Touch Continue when done</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800900
901 <!-- Hint shown after minimum password criteria is met -->
902 <string name="lockpassword_continue_label">Continue</string>
903
904 <!-- Error shown in popup when password is too long -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800905 <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 -0800906 <!-- Error shown in popup when PIN is too long -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800907 <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 -0800908
Jim Miller00d24762009-12-22 19:04:57 -0800909 <!-- Error shown when in PIN mode and user enters a non-digit -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800910 <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9.</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800911
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700912 <!-- 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 -0800913 <string name="lockpassword_pin_recently_used">Device administrator doesn\'t allow using a recent PIN.</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700914
Jim Miller00d24762009-12-22 19:04:57 -0800915 <!-- Error shown when in PASSWORD mode and user enters an invalid character -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800916 <string name="lockpassword_illegal_character">Password contains an illegal character.</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800917
918 <!-- Error shown when in PASSWORD mode and password is all digits -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800919 <string name="lockpassword_password_requires_alpha">Password must contain at least one letter.</string>
Jim Millerb11e2752010-03-22 19:36:34 -0700920
921 <!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800922 <string name="lockpassword_password_requires_digit">Password must contain at least one digit.</string>
Jim Millerb11e2752010-03-22 19:36:34 -0700923
924 <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800925 <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol.</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800926
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700927 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters -->
928 <plurals name="lockpassword_password_requires_letters">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800929 <item quantity="one">Password must contain at least 1 letter.</item>
930 <item quantity="other">Password must contain at least %d letters.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700931 </plurals>
932
933 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters -->
934 <plurals name="lockpassword_password_requires_lowercase">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800935 <item quantity="one">Password must contain at least 1 lowercase letter.</item>
936 <item quantity="other">Password must contain at least %d lowercase letters.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700937 </plurals>
938
939 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters -->
940 <plurals name="lockpassword_password_requires_uppercase">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800941 <item quantity="one">Password must contain at least 1 uppercase letter.</item>
942 <item quantity="other">Password must contain at least %d uppercase letters.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700943 </plurals>
944
945 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits -->
946 <plurals name="lockpassword_password_requires_numeric">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800947 <item quantity="one">Password must contain at least 1 numerical digit.</item>
948 <item quantity="other">Password must contain at least %d numerical digits.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700949 </plurals>
950
951 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols -->
952 <plurals name="lockpassword_password_requires_symbols">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800953 <item quantity="one">Password must contain at least 1 special symbol.</item>
954 <item quantity="other">Password must contain at least %d special symbols.</item>
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700955 </plurals>
956
Konstantin Lopyrev2df65e42010-06-04 17:27:53 -0700957 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
958 <plurals name="lockpassword_password_requires_nonletter">
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800959 <item quantity="one">Password must contain at least 1 non-letter character.</item>
960 <item quantity="other">Password must contain at least %d non-letter characters.</item>
Konstantin Lopyrev2df65e42010-06-04 17:27:53 -0700961 </plurals>
962
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700963 <!-- 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 -0800964 <string name="lockpassword_password_recently_used">Device administrator doesn\'t allow using a recent password.</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700965
Jim Miller122b6c82010-02-10 19:53:58 -0800966 <!-- Label for ChoosePassword/PIN OK button -->
967 <string name="lockpassword_ok_label">OK</string>
968
969 <!-- Label for ChoosePassword/PIN OK button -->
970 <string name="lockpassword_cancel_label">Cancel</string>
971
Jim Miller97096252010-12-21 22:03:06 -0800972 <!-- Label for LockPatternTutorial Cancel button -->
973 <string name="lockpattern_tutorial_cancel_label">Cancel</string>
974
975 <!-- Label for LockPatternTutorial Continue button -->
976 <string name="lockpattern_tutorial_continue_label">Next</string>
977
Jeff Sharkeye4599052011-10-11 17:26:27 -0700978 <!-- Toast shown when lock pattern or password successfully setup. [CHAR LIMIT=64] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -0800979 <string name="lock_setup" msgid="5507462851158901718">Setup is complete.</string>
Jeff Sharkeye4599052011-10-11 17:26:27 -0700980
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800981 <!-- In the security screen, the header title for settings related to device admins -->
982 <string name="device_admin_title">Device administration</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800983
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800984 <!-- Title of preference to manage device admins -->
Roy West1e8d2982010-10-25 07:33:41 -0700985 <string name="manage_device_admin">Device administrators</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800986
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800987 <!-- Summary of preference to manage device policies -->
Roy West1e8d2982010-10-25 07:33:41 -0700988 <string name="manage_device_admin_summary">View or deactivate device administrators</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800989
Daniel Sandler79b9bfe2013-04-04 14:30:04 -0400990 <!-- Notification access settings (part of Security) -->
991
992 <!-- Title of preference to manage notification listeners -->
993 <string name="manage_notification_access">Notification access</string>
994
995 <!-- Summary of preference to manage notification listeners, when none are enabled -->
996 <string name="manage_notification_access_summary_zero">Apps cannot read notifications</string>
997
998 <!-- Summary of preference to manage notification listeners, when one or more are enabled
999 and are therefore able to read the user's notifications -->
1000 <plurals name="manage_notification_access_summary_nonzero">
1001 <item quantity="one">%d app can read notifications</item>
1002 <item quantity="other">%d apps can read notifications</item>
1003 </plurals>
1004
1005 <!-- String to show in the list of notification listeners, when none is installed -->
1006 <string name="no_notification_listeners">No notification listeners are installed.</string>
1007
1008 <!-- Title for a warning message about security implications of enabling a notification
1009 listener, displayed as a dialog message. [CHAR LIMIT=NONE] -->
1010 <string name="notification_listener_security_warning_title">Enable
1011 <xliff:g id="service" example="NotificationReader">%1$s</xliff:g>?</string>
1012 <!-- Summary for a warning message about security implications of enabling a notification
1013 listener, displayed as a dialog message. [CHAR LIMIT=NONE] -->
1014 <string name="notification_listener_security_warning_summary">
Przemyslaw Szczepaniak6dcdfab2013-05-13 17:14:01 +01001015 <xliff:g id="notification_listener_name">%1$s</xliff:g> will be able to
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04001016 read all notifications posted by the system or any installed app, which may include personal
1017 information such as contact names and the text of messages sent to you. It will also be able
1018 to dismiss these notifications or touch action buttons within them.
1019 </string>
1020
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001021 <!-- Bluetooth settings -->
1022 <!-- Bluetooth settings check box title on Main Settings screen -->
1023 <string name="bluetooth_quick_toggle_title">Bluetooth</string>
1024 <!-- Bluetooth settings check box summary for turning on bluetooth -->
1025 <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
1026 <!--Used as title on second screen after selecting Bluetooth settings -->
Gilles Debunnee78c1872011-06-20 15:00:07 -07001027 <string name="bluetooth_settings">Bluetooth</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001028 <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
Gilles Debunnee78c1872011-06-20 15:00:07 -07001029 <string name="bluetooth_settings_title">Bluetooth</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001030 <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
1031 <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
1032
Jake Hambyca9812a2011-07-12 11:05:46 -07001033 <!-- ======================================================================================= -->
1034 <!-- Note: The opening brackets of HTML style tags are escaped (e.g. "<b>" is "&lt;b>") in -->
1035 <!-- the following resources to enable formatting followed by HTML styling, as described -->
1036 <!-- here: http://developer.android.com/guide/topics/resources/string-resource.html -->
1037 <!-- ======================================================================================= -->
1038
1039 <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] -->
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -07001040 <string name="bluetooth_pairing_request">Bluetooth pairing request</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001041
1042 <!-- Message when bluetooth dialog for pin entry is showing. [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001043 <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 -07001044
1045 <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001046 <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 -07001047
1048 <!-- Checkbox label for alphanumeric PIN entry (default is numeric PIN). [CHAR LIMIT=50] -->
1049 <string name="bluetooth_enable_alphanumeric_pin">PIN contains letters or symbols</string>
1050
1051 <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
1052 <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string>
1053
1054 <!-- 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 -08001055 <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 -07001056 <!-- 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 -08001057 <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 -07001058
1059 <!-- Message for confirmation of passkey to complete pairing. [CHAR LIMIT=NONE] -->
1060 <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>
1061
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -07001062 <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
Jake Hambyca9812a2011-07-12 11:05:46 -07001063 <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>
1064
Jaikumar Ganeshda23ae82011-01-05 13:56:17 -08001065 <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001066 <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 -07001067
1068 <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] -->
Michael Chane41a4ca2009-08-04 15:02:17 -07001069 <string name="bluetooth_pairing_accept">Pair</string>
Jake Hambyca9812a2011-07-12 11:05:46 -07001070 <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] -->
1071 <string name="bluetooth_pairing_decline">Cancel</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001072
1073 <!-- Title for BT error dialogs. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001074 <string name="bluetooth_error_title"></string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001075 <!-- Message for the error dialog when BT pairing fails generically. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001076 <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 -07001077 <!-- Message for the error dialog when BT pairing fails because the PIN /
1078 Passkey entered is incorrect. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001079 <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 -07001080 <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001081 <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 -07001082 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
1083 <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 -08001084
1085 <!-- Message for the error dialog when BT connecting operation fails generically. -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001086 <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 -08001087
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001088 <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
1089 <string name="bluetooth_preference_scan_title">Scan for devices</string>
Gilles Debunne94161362011-06-30 15:44:05 -07001090 <!-- Bluetooth settings: The title of the action button that initiates a search for nearby devices [CHAR LIMIT=20] -->
1091 <string name="bluetooth_search_for_devices">Search for devices</string>
1092 <!-- Bluetooth settings: The title of the action button while a search for nearby devices is in progress [CHAR LIMIT=20] -->
1093 <string name="bluetooth_searching_for_devices">Searching\u2026</string>
Amith Yamasani48e90002010-10-26 13:44:33 -07001094 <!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] -->
1095 <string name="bluetooth_preference_device_settings">Device settings</string>
Gilles Debunne6dc0f962011-07-07 14:24:26 -07001096 <!-- 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 -07001097 <string name="bluetooth_preference_paired_devices">Paired devices</string>
Gilles Debunne6dc0f962011-07-07 14:24:26 -07001098 <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
1099 <string name="bluetooth_preference_found_devices">Available devices</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001100 <!-- Bluetooth settings. Context menu item for a device. Action will connect to all profiles on the device. -->
1101 <string name="bluetooth_device_context_connect">Connect</string>
1102 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect from all profiles on the device. -->
1103 <string name="bluetooth_device_context_disconnect">Disconnect</string>
1104 <!-- Bluetooth settings. Context menu item for a device. Action will first pair, and then connect to all profiles on the device. -->
1105 <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
1106 <!-- Bluetooth settings. Context menu item for a device. Action will remove pairing with the device. -->
1107 <string name="bluetooth_device_context_unpair">Unpair</string>
1108 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect and remove pairing with the device. -->
1109 <string name="bluetooth_device_context_disconnect_unpair">Disconnect &amp; unpair</string>
1110 <!-- 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 -08001111 <string name="bluetooth_device_context_connect_advanced">Options\u2026</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001112 <!-- Bluetooth settings. Menu option to Bluetooth advanced settings [CHAR LIMIT=20]-->
1113 <string name="bluetooth_menu_advanced">Advanced</string>
1114 <!-- Bluetooth settings. Title of the advanced bluetooth settings screen [CHAR LIMIT=30]-->
1115 <string name="bluetooth_advanced_titlebar">Advanced Bluetooth</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001116 <!-- Bluetooth settings. Text displayed when Bluetooth is off and device list is empty [CHAR LIMIT=50]-->
Gilles Debunne18e99922011-06-30 12:00:28 -07001117 <string name="bluetooth_empty_list_bluetooth_off">To see devices, turn Bluetooth on.</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001118
Jim Miller00d24762009-12-22 19:04:57 -08001119
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001120 <!-- 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. -->
1121 <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
1122
1123 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001124 <string name="bluetooth_profile_a2dp">Media audio</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001125 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001126 <string name="bluetooth_profile_headset">Phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001127 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001128 <string name="bluetooth_profile_opp">File transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -07001129 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001130 <string name="bluetooth_profile_hid">Input device</string>
1131 <!-- 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 -08001132 <string name="bluetooth_profile_pan">Internet access</string>
Jake Hamby79be0b32011-08-01 16:36:35 -07001133 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile (sharing this device's Internet connection). [CHAR LIMIT=40]-->
1134 <string name="bluetooth_profile_pan_nap">Internet connection sharing</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001135
Jake Hambyc777ee22011-03-04 15:37:39 -08001136 <!-- Bluetooth settings. Message for disconnecting from the A2DP profile. [CHAR LIMIT=80] -->
Jake Hambye79f9902010-11-03 12:47:51 -07001137 <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 -08001138 <!-- Bluetooth settings. Message for disconnecting from the headset profile. [CHAR LIMIT=80] -->
Jake Hambyc090feb2010-12-07 16:27:21 -08001139 <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 -08001140 <!-- Bluetooth settings. Message for disconnecting from the HID profile. [CHAR LIMIT=80] -->
Jake Hambye79f9902010-11-03 12:47:51 -07001141 <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 -08001142 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (user role). [CHAR LIMIT=80] -->
1143 <string name="bluetooth_disconnect_pan_user_profile">Internet access via <xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string>
1144 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
1145 <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>
1146 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
1147 <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 -07001148
Jake Hamby79be0b32011-08-01 16:36:35 -07001149 <!-- Bluetooth settings. Connection options screen. The title of the screen. [CHAR LIMIT=40] -->
1150 <string name="bluetooth_device_advanced_title">Paired Bluetooth device</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001151 <!-- 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. -->
1152 <string name="bluetooth_device_advanced_online_mode_title">Connect</string>
1153 <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. -->
1154 <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string>
1155 <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. -->
1156 <string name="bluetooth_device_advanced_profile_header_title">Profiles</string>
Amith Yamasani48e90002010-10-26 13:44:33 -07001157 <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] -->
Jake Hamby79be0b32011-08-01 16:36:35 -07001158 <string name="bluetooth_device_advanced_rename_device">Rename</string>
Amith Yamasani48e90002010-10-26 13:44:33 -07001159 <!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] -->
1160 <string name="bluetooth_device_advanced_enable_opp_title">Allow incoming file transfers</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001161 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
1162 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
1163 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
1164 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001165 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
1166 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
1167 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
1168 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
Adam Powell792d2132010-06-07 17:13:10 -07001169 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
1170 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001171 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
1172 <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for Internet access</string>
1173 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
1174 <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 -08001175
1176 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
1177 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
1178 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
1179 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001180 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
1181 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -07001182 <!-- Bluetooth settings. Connection options screen. The summary
1183 for the HID checkbox preference that describes how checking it
1184 will set the HID profile as preferred. -->
1185 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
Jake Hamby39ef2252010-12-16 18:33:28 -08001186 <!-- Bluetooth settings. Connection options screen. The summary
1187 for the PAN checkbox preference that describes how checking it
1188 will set the PAN profile as preferred. -->
1189 <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001190
Michael Chan0bd445b2009-12-03 00:31:59 -08001191 <!-- Bluetooth settings. Dock Setting Title -->
1192 <string name="bluetooth_dock_settings">Dock Settings</string>
1193 <!-- Bluetooth settings. Dock Setting Dialog Title -->
1194 <string name="bluetooth_dock_settings_title">Use dock for audio</string>
1195 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone -->
1196 <string name="bluetooth_dock_settings_headset">As speaker phone</string>
1197 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 2: Use dock for media audio -->
Michael Chan55a05f82010-01-06 15:10:56 -08001198 <string name="bluetooth_dock_settings_a2dp">For music and media</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001199 <!-- Bluetooth settings. Dock Setting Dialog - Remember setting and don't ask user again -->
1200 <string name="bluetooth_dock_settings_remember">Remember settings</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001201
Jeff Brown9e143f52012-09-19 20:46:07 -07001202 <!-- Wifi Display settings. The title of the screen. [CHAR LIMIT=40] -->
1203 <string name="wifi_display_settings_title">Wireless display</string>
1204 <!-- Wifi Display settings. Text displayed when Wifi display is off and device list is empty [CHAR LIMIT=80]-->
1205 <string name="wifi_display_settings_empty_list_wifi_display_off">To see devices, turn wireless display on.</string>
1206 <!-- Wifi Display settings. Text displayed when Wifi Display is off and device list is empty [CHAR LIMIT=80]-->
Russell Brenner6de99052013-02-01 10:57:49 -08001207 <string name="wifi_display_settings_empty_list_wifi_display_disabled">Wireless display is disabled because Wi\u2011Fi is off.</string>
Jeff Brown9e143f52012-09-19 20:46:07 -07001208 <!-- Wifi Display settings. The title of the action button that initiates a search for nearby devices [CHAR LIMIT=20] -->
1209 <string name="wifi_display_search_for_devices">Search for displays</string>
1210 <!-- Wifi Display settings. The title of the action button while a search for nearby devices is in progress [CHAR LIMIT=20] -->
1211 <string name="wifi_display_searching_for_devices">Searching\u2026</string>
1212 <!-- Wifi Display settings. Text that appears when scanning for devices is finished and no nearby device was found [CHAR LIMIT=40]-->
1213 <string name="wifi_display_no_devices_found">No nearby wireless displays were found.</string>
1214 <!-- Wifi Display settings. The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] -->
1215 <string name="wifi_display_paired_devices">Paired displays</string>
1216 <!-- Wifi Display settings. The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
1217 <string name="wifi_display_available_devices">Available devices</string>
1218 <!-- Wifi Display settings. The status summary for connecting devices. [CHAR LIMIT=40] -->
1219 <string name="wifi_display_status_connecting">Connecting</string>
1220 <!-- Wifi Display settings. The status summary for connected devices. [CHAR LIMIT=40] -->
1221 <string name="wifi_display_status_connected">Connected</string>
1222 <!-- Wifi Display settings. The status summary for available devices. [CHAR LIMIT=40] -->
1223 <string name="wifi_display_status_available">Available</string>
Chong Zhang5e1367f2013-06-07 10:29:34 -07001224 <!-- Wifi Display settings. The status summary for devices that's already in use. [CHAR LIMIT=40] -->
1225 <string name="wifi_display_status_in_use">In use</string>
Jeff Brown9e143f52012-09-19 20:46:07 -07001226 <!-- Wifi Display settings. Image description for device details button. This opens the screen to rename, unpair, etc. a single device. -->
1227 <string name="wifi_display_details">Display settings</string>
1228
1229 <!-- Wifi Display settings. Disconnect dialog. The title of the dialog. [CHAR LIMIT=40] -->
1230 <string name="wifi_display_disconnect_title">Disconnect?</string>
1231 <!-- Wifi Display settings. Disconnect dialog. Message for disconnecting from the display. [CHAR LIMIT=NONE] -->
1232 <string name="wifi_display_disconnect_text">This will end your connection with:&lt;br>&lt;b><xliff:g id="device_name">%1$s</xliff:g>&lt;/b></string>
1233
1234 <!-- Wifi Display settings. Options dialog. The title of the dialog. [CHAR LIMIT=40] -->
1235 <string name="wifi_display_options_title">Wireless display options</string>
1236 <!-- Wifi Display settings. Options dialog. The forget button text. [CHAR LIMIT=20] -->
1237 <string name="wifi_display_options_forget">Forget</string>
1238 <!-- Wifi Display settings. Options dialog. The done button text. [CHAR LIMIT=20] -->
1239 <string name="wifi_display_options_done">Done</string>
1240 <!-- Wifi Display settings. Options dialog. The name label used when prompting the user to rename the display. [CHAR LIMIT=20] -->
1241 <string name="wifi_display_options_name">Name</string>
1242
1243 <!-- Wifi Display settings. Summary shown in Display settings. Text used for 'On' state. [CHAR LIMIT=40] -->
1244 <string name="wifi_display_summary_on">On</string>
1245 <!-- Wifi Display settings. Summary shown in Display settings. Text used for 'Off' state. [CHAR LIMIT=40] -->
1246 <string name="wifi_display_summary_off">Off</string>
1247 <!-- Wifi Display settings. Summary shown in Display settings. Text used for 'Disabled' state. [CHAR LIMIT=40] -->
1248 <string name="wifi_display_summary_disabled">Disabled</string>
1249
Nick Pellyad50ba02010-09-22 10:55:13 -07001250 <!-- NFC settings -->
1251 <!-- Used in the 1st-level settings screen to turn on NFC -->
1252 <string name="nfc_quick_toggle_title">NFC</string>
Amith Yamasani4344fe02012-05-11 10:16:11 -07001253 <!-- Description of NFC in the 1st level settings screen, for a tablet. [CHAR LIMIT=NONE] -->
1254 <string name="nfc_quick_toggle_summary" product="tablet">Allow data exchange when the tablet touches another device</string>
1255 <!-- Description of NFC in the 1st level settings screen, for a phone. [CHAR LIMIT=NONE] -->
1256 <string name="nfc_quick_toggle_summary" product="default">Allow data exchange when the phone touches another device</string>
1257
Jeff Hamilton7c430092011-09-22 12:35:40 -05001258 <!-- Used to enter the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
1259 <string name="android_beam_settings_title">Android Beam</string>
1260 <!-- Used to describe the on state of the Android Beam feature [CHAR LIMIT=NONE] -->
Jeff Hamilton326f96c2011-09-30 13:22:06 -05001261 <string name="android_beam_on_summary">Ready to transmit app content via NFC</string>
Jeff Hamilton7c430092011-09-22 12:35:40 -05001262 <!-- Used to describe the off state of the Android Beam feature [CHAR LIMIT=NONE] -->
1263 <string name="android_beam_off_summary">Off</string>
1264 <!-- Used to describe the enabled state of the Android Beam feature when NFC, which it relies on, is turned off [CHAR LIMIT=NONE] -->
1265 <string name="android_beam_disabled_summary">Unavailable because NFC is turned off</string>
1266 <!-- Used in the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
1267 <string name="android_beam_label">Android Beam</string>
1268 <!-- 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] -->
1269 <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>
1270
Irfan Sheriff536c3d72012-04-17 23:17:46 -07001271 <!-- Network service discovery settings -->
1272 <!-- Used in the 1st-level settings screen to turn on NSD -->
1273 <string name="nsd_quick_toggle_title">Network service discovery</string>
1274 <!-- Description of NFC in the 1st level settings screen. [CHAR LIMIT=NONE] -->
1275 <string name="nsd_quick_toggle_summary">Allow apps on other devices to discover apps on this device</string>
1276
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001277 <!-- Wi-Fi Settings --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001278 <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
Russell Brenner6de99052013-02-01 10:57:49 -08001279 <string name="wifi_quick_toggle_title">Wi\u2011Fi</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001280 <!-- Used in the 1st-level settings screen as the turn-on summary -->
Russell Brenner6de99052013-02-01 10:57:49 -08001281 <string name="wifi_quick_toggle_summary">Turn on Wi\u2011Fi</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001282 <!-- 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 -08001283 <string name="wifi_settings">Wi\u2011Fi</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001284 <!-- Title of the Wi-fi settings screen -->
Russell Brenner6de99052013-02-01 10:57:49 -08001285 <string name="wifi_settings_category">Wi\u2011Fi settings</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001286 <!-- Title of the Wi-fi settings entry in the left top level menu -->
Russell Brenner6de99052013-02-01 10:57:49 -08001287 <string name="wifi_settings_title">Wi\u2011Fi</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001288 <!-- Summary text of the Wi-fi settings screen -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001289 <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
Russell Brenner37088512012-05-10 09:47:55 -07001290 <!-- Used in the 1st-level settings screen to turn on Wi-Fi [CHAR LIMIT=60] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001291 <string name="wifi_setup_wizard_title">Select Wi\u2011Fi</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001292 <!-- Summary text when turning Wi-Fi or bluetooth on -->
Russell Brenner6de99052013-02-01 10:57:49 -08001293 <string name="wifi_starting">Turning Wi\u2011Fi on\u2026</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001294 <!-- Summary text when turning Wi-Fi or bluetooth off -->
Russell Brenner6de99052013-02-01 10:57:49 -08001295 <string name="wifi_stopping">Turning off Wi\u2011Fi\u2026</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001296 <!-- Summary text when Wi-Fi or bluetooth has error -->
1297 <string name="wifi_error">Error</string>
1298 <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001299 <string name="wifi_in_airplane_mode">In Airplane mode</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001300 <!-- Toast message when Wi-Fi cannot scan for networks -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001301 <string name="wifi_fail_to_scan">Can\'t scan for networks</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001302 <!-- Checkbox title for option to notify user when open networks are nearby -->
1303 <string name="wifi_notify_open_networks">Network notification</string>
1304 <!-- Checkbox summary for option to notify user when open networks are nearby -->
1305 <string name="wifi_notify_open_networks_summary">Notify me when an open network is available</string>
Irfan Sherifff0780a72012-05-31 11:15:41 -07001306 <!-- Checkbox title for option to toggle poor network detection -->
1307 <string name="wifi_poor_network_detection">Avoid poor connections</string>
1308 <!-- Checkbox summary for option to toggle poor network detection -->
Russell Brenner6de99052013-02-01 10:57:49 -08001309 <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 -07001310 <!-- Checkbox title for option to scan always available setting -->
1311 <string name="wifi_scan_always_available">Scanning always available</string>
1312 <!-- Checkbox summary for option to toggle scan always available setting -->
1313 <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 -07001314 <!-- Preference title for option to install certificates -->
1315 <string name="wifi_install_credentials">Install certificates</string>
Irfan Sheriffd3863aa2013-03-21 12:16:52 -07001316 <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>
1317 <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>
1318 <!-- Wifi scan always mode checkbox text -->
1319 <string name="wifi_scan_notify_remember_choice">Don\'t show again</string>
Gilles Debunne829c5562011-09-08 16:51:39 -07001320 <!-- 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 -08001321 <string name="wifi_setting_sleep_policy_title">Keep Wi\u2011Fi on during sleep</string>
Irfan Sheriffabeff002011-01-29 08:58:23 -08001322 <!-- Generic error message when the sleep policy could not be set. -->
1323 <string name="wifi_setting_sleep_policy_error">There was a problem changing the setting</string>
Irfan Sheriffaae06592012-08-09 15:09:10 -07001324 <!-- Checkbox title for option to toggle suspend power optimizations -->
Russell Brenner6de99052013-02-01 10:57:49 -08001325 <string name="wifi_suspend_optimizations">Wi\u2011Fi optimization</string>
Irfan Sheriffaae06592012-08-09 15:09:10 -07001326 <!-- Checkbox summary for option to toggle suspend power optimizations -->
Russell Brenner6de99052013-02-01 10:57:49 -08001327 <string name="wifi_suspend_optimizations_summary">Minimize battery usage when Wi\u2011Fi is on</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001328 <!-- Action bar text message to manually add a wifi network [CHAR LIMIT=20]-->
1329 <string name="wifi_add_network">Add network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001330 <!-- Header for the list of wifi networks-->
Russell Brenner6de99052013-02-01 10:57:49 -08001331 <string name="wifi_access_points">Wi\u2011Fi networks</string>
Irfan Sheriff6e0ddde2012-03-12 10:13:54 -07001332 <!-- Menu option to do WPS Push Button [CHAR LIMIT=25]-->
Irfan Sheriff90380122012-02-27 16:20:29 -08001333 <string name="wifi_menu_wps_pbc">WPS Push Button</string>
Casey Burkhardt91ecf272012-10-17 16:50:50 -07001334 <!-- Content description for menu button in Wifi setup. Not shown on the screen. [CHAR LIMIT=NONE] -->
1335 <string name="wifi_menu_more_options">More options</string>
Irfan Sheriff6e0ddde2012-03-12 10:13:54 -07001336 <!-- Menu option to do WPS Pin Entry [CHAR LIMIT=25]-->
Irfan Sheriff90380122012-02-27 16:20:29 -08001337 <string name="wifi_menu_wps_pin">WPS Pin Entry</string>
Irfan Sheriff6ac55542012-03-07 10:54:06 -08001338 <!-- Menu option to launch Wi-Fi Direct settings [CHAR LIMIT=20]-->
Russell Brenner6de99052013-02-01 10:57:49 -08001339 <string name="wifi_menu_p2p">Wi\u2011Fi Direct</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001340 <!-- Menu option to scan Wi-Fi networks -->
1341 <string name="wifi_menu_scan">Scan</string>
1342 <!-- Menu option to Wi-Fi advanced settings -->
1343 <string name="wifi_menu_advanced">Advanced</string>
1344 <!-- Menu option to connect to a Wi-Fi network -->
1345 <string name="wifi_menu_connect">Connect to network</string>
1346 <!-- Menu option to delete a Wi-Fi network -->
1347 <string name="wifi_menu_forget">Forget network</string>
1348 <!-- Menu option to modify a Wi-Fi network configuration -->
1349 <string name="wifi_menu_modify">Modify network</string>
Claudia de Veaux7dc36b92011-10-17 12:54:20 -07001350 <!-- 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 -08001351 <string name="wifi_empty_list_wifi_off">To see available networks, turn Wi\u2011Fi on.</string>
Vishal Mahaveer6243e8e2012-04-09 08:06:47 -05001352 <!-- 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 -08001353 <string name="wifi_empty_list_wifi_on">Searching for Wi\u2011Fi networks\u2026</string>
Maggie Benthall91c016d2013-04-23 15:03:22 -04001354 <!-- Wifi Settings. text displayed when user has restriction DISALLOW_CONFIG_WIFI [CHAR LIMIT=NONE]-->
1355 <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 -07001356 <!-- Wi-Fi settings. title for setup other network button [CHAR LIMIT=35]-->
1357 <string name="wifi_other_network">Other network\u2026</string>
1358 <!-- Wi-Fi settings. content description for more button [CHAR LIMIT=50]-->
1359 <string name="wifi_more">More</string>
1360 <!-- Wi-Fi settings. wps menu title [CHAR LIMIT=25]-->
1361 <string name="wifi_setup_wps">Automatic setup (WPS)</string>
Russell Brenner56a166e2012-10-19 18:55:14 -07001362 <!-- Message informing that wifi is required during setup [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001363 <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 +08001364
1365 <!-- Dialog for Access Points --> <skip />
Isaac Levyd621e092011-08-16 16:11:44 -07001366 <!-- Label to show/hide advanced options -->
1367 <string name="wifi_show_advanced">Show advanced options</string>
Irfan Sheriffdee5b262011-01-13 13:58:39 -08001368 <!-- Title for the WPS setup dialog [CHAR LIMIT=50] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001369 <string name="wifi_wps_setup_title">Wi\u2011Fi Protected Setup</string>
Irfan Sheriff90380122012-02-27 16:20:29 -08001370 <!-- Message in WPS dialog at start up [CHAR LIMIT=150] -->
1371 <string name="wifi_wps_setup_msg">Starting WPS\u2026</string>
1372 <!-- Message in WPS dialog for PBC after start up [CHAR LIMIT=150] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001373 <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 -08001374 <!-- Message in WPS dialog for PIN after start up [CHAR LIMIT=150] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001375 <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 -08001376 <!-- Text displayed when WPS succeeds [CHAR LIMIT=150] -->
1377 <string name="wifi_wps_complete">WPS succeeded. Connecting to the network\u2026</string>
1378 <!-- Text displayed when Wi-Fi is connected through WPS [CHAR LIMIT=150] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001379 <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 -08001380 <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=150] -->
Isaac Levye7c0d662012-05-07 16:41:47 -07001381 <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 -08001382 <!-- Text displayed when WPS fails to start [CHAR LIMIT=150] -->
1383 <string name="wifi_wps_failed_generic">WPS failed. Please try again in a few minutes.</string>
1384 <!-- Text displayed when WPS fails due to WEP [CHAR LIMIT=150] -->
1385 <string name="wifi_wps_failed_wep">The wireless router security setting (WEP) is not supported</string>
1386 <!-- Text displayed when WPS fails to TKIP [CHAR LIMIT=150] -->
1387 <string name="wifi_wps_failed_tkip">The wireless router security setting (TKIP) is not supported</string>
1388 <!-- Text displayed when WPS fails due to authentication issues [CHAR LIMIT=150] -->
1389 <string name="wifi_wps_failed_auth">Authentication failure. Please try again.</string>
1390 <!-- Text displayed when WPS fails due to another session [CHAR LIMIT=150] -->
1391 <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 +08001392 <!-- Label for the SSID of the network -->
1393 <string name="wifi_ssid">Network SSID</string>
Jean Chalard0ac95052013-04-19 21:46:14 +09001394 <!-- Hint for a text field to enter the SSID of a hidden wifi network. [CHAR LIMIT=35] -->
1395 <string name="wifi_ssid_hint">Enter the SSID</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001396 <!-- Label for the security of the connection -->
1397 <string name="wifi_security">Security</string>
1398 <!-- Label for the signal strength of the connection -->
1399 <string name="wifi_signal">Signal strength</string>
1400 <!-- Label for the status of the connection -->
1401 <string name="wifi_status">Status</string>
1402 <!-- Label for the link speed of the connection -->
1403 <string name="wifi_speed">Link speed</string>
1404 <!-- Label for the IP address of the connection -->
1405 <string name="wifi_ip_address">IP address</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001406 <!-- Hint text for the IP address -->
1407 <string name="wifi_ip_address_hint" translatable="false">192.168.1.128</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001408 <!-- Label for the EAP method of the network -->
1409 <string name="wifi_eap_method">EAP method</string>
Irfan Sheriffde3e5662010-06-02 15:25:13 -07001410 <!-- Label for the phase2 -->
1411 <string name="please_select_phase2">Phase 2 authentication</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001412 <!-- Label for the EAP CA certificate of the network -->
1413 <string name="wifi_eap_ca_cert">CA certificate</string>
1414 <!-- Label for the EAP user certificate of the network -->
1415 <string name="wifi_eap_user_cert">User certificate</string>
1416 <!-- Label for the EAP identity of the network -->
1417 <string name="wifi_eap_identity">Identity</string>
1418 <!-- Label for the EAP anonymous identity of the network -->
1419 <string name="wifi_eap_anonymous">Anonymous identity</string>
1420 <!-- Label for the password of the secured network -->
1421 <string name="wifi_password">Password</string>
1422 <!-- Label for the check box to show password -->
Irfan Sherifff027ce52010-08-30 17:03:28 -07001423 <string name="wifi_show_password">Show password</string>
Irfan Sheriffe82a4592010-09-22 13:41:41 -07001424 <!-- Label for the spinner to show ip settings [CHAR LIMIT=25] -->
Irfan Sherifff027ce52010-08-30 17:03:28 -07001425 <string name="wifi_ip_settings">IP settings</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001426 <!-- Hint for unchanged fields -->
1427 <string name="wifi_unchanged">(unchanged)</string>
1428 <!-- Hint for unspecified fields -->
1429 <string name="wifi_unspecified">(unspecified)</string>
1430 <!-- Summary for the remembered network. -->
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001431 <string name="wifi_remembered">Saved</string>
1432 <!-- Status for networks disabled for unknown reason -->
1433 <string name="wifi_disabled_generic">Disabled</string>
1434 <!-- Status for networked disabled from a DNS or DHCP failure -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001435 <string name="wifi_disabled_network_failure">Avoided poor Internet connection</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001436 <!-- Status for networks disabled from authentication failure (wrong password
1437 or certificate). -->
1438 <string name="wifi_disabled_password_failure">Authentication problem</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001439 <!-- Summary for the remembered network but currently not in range. -->
1440 <string name="wifi_not_in_range">Not in range</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001441 <!-- Substring of status line when Wi-Fi Protected Setup (WPS) is available and
Irfan Sheriff90380122012-02-27 16:20:29 -08001442 string is listed first [CHAR LIMIT=20]-->
1443 <string name="wifi_wps_available_first_item">WPS available</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001444 <!-- Substring of wifi status when Wi-Fi Protected Setup (WPS) is available and
1445 string is listed after a wifi_secured_* string-->
Irfan Sherifff911f8f2012-04-27 20:30:24 -07001446 <string name="wifi_wps_available_second_item">\u0020(WPS available)</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001447 <!-- Substring of wifi status for wifi with authentication. This version is for when the
1448 string is first in the list (titlecase in english) -->
1449 <string name="wifi_secured_first_item">Secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string>
1450 <!-- Substring of wifi status for wifi with authentication. This version is for when the
1451 string is not first in the list (lowercase in english) -->
1452 <string name="wifi_secured_second_item">, secured with <xliff:g id="wifi_security_short">%1$s</xliff:g></string>
1453
1454 <!-- Do not translate. Concise terminology for wifi with WEP security -->
1455 <string name="wifi_security_short_wep">WEP</string>
1456 <!-- Do not translate. Concise terminology for wifi with WPA security -->
1457 <string name="wifi_security_short_wpa">WPA</string>
1458 <!-- Do not translate. Concise terminology for wifi with WPA2 security -->
1459 <string name="wifi_security_short_wpa2">WPA2</string>
1460 <!-- Do not translate. Concise terminology for wifi with both WPA/WPA2 security -->
1461 <string name="wifi_security_short_wpa_wpa2">WPA/WPA2</string>
1462 <!-- Do not translate. Concise terminology for wifi with unknown PSK type -->
1463 <string name="wifi_security_short_psk_generic">@string/wifi_security_short_wpa_wpa2</string>
1464 <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security -->
1465 <string name="wifi_security_short_eap">802.1x</string>
1466
1467 <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. -->
1468 <string name="wifi_security_none">None</string>
1469
1470 <!-- Do not translate. Terminology for wifi with WEP security -->
1471 <string name="wifi_security_wep">WEP</string>
1472 <!-- Do not translate. Terminology for wifi with WPA security -->
1473 <string name="wifi_security_wpa">WPA PSK</string>
1474 <!-- Do not translate. Terminology for wifi with WPA2 security -->
1475 <string name="wifi_security_wpa2">WPA2 PSK</string>
1476 <!-- Do not translate. Terminology for wifi with both WPA/WPA2 security, or unknown -->
1477 <string name="wifi_security_wpa_wpa2">WPA/WPA2 PSK</string>
1478 <!-- Do not translate. Terminology for wifi with unknown PSK type -->
1479 <string name="wifi_security_psk_generic">@string/wifi_security_wpa_wpa2</string>
1480 <!-- Do not translate. Concise terminology for wifi with 802.1x EAP security -->
1481 <string name="wifi_security_eap">802.1x EAP</string>
1482
Irfan Sheriff50f341d2013-03-18 13:11:47 -07001483 <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>
1484 <string name="wifi_scan_always_confirm_allow">Allow</string>
1485 <string name="wifi_scan_always_confirm_deny">Deny</string>
Isaac Levy8b2bf2e2011-08-11 23:55:04 -07001486
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001487 <!-- Button label to connect to a Wi-Fi network -->
1488 <string name="wifi_connect">Connect</string>
Irfan Sheriff8f2f08e2012-02-24 11:24:13 -08001489 <!-- Failured notification for connect -->
1490 <string name="wifi_failed_connect_message">Failed to connect to network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001491 <!-- Button label to delete a Wi-Fi network -->
1492 <string name="wifi_forget">Forget</string>
Irfan Sheriff8f2f08e2012-02-24 11:24:13 -08001493 <!-- Failured notification for forget -->
1494 <string name="wifi_failed_forget_message">Failed to forget network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001495 <!-- Button label to save a Wi-Fi network configuration -->
1496 <string name="wifi_save">Save</string>
Irfan Sheriff8f2f08e2012-02-24 11:24:13 -08001497 <!-- Failured notification for save -->
1498 <string name="wifi_failed_save_message">Failed to save network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001499 <!-- Button label to dismiss the dialog -->
1500 <string name="wifi_cancel">Cancel</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001501 <!-- Button for skipping a step after having been warned of a potential concern [CHAR LIMIT=30] -->
Russell Brennera70688f2013-01-16 14:39:43 -08001502 <string name="wifi_skip_anyway">Skip anyway</string>
Russell Brenner88c9f282012-09-27 11:37:54 -07001503 <!-- Button for going to the previous screen or step [CHAR LIMIT=20] -->
1504 <string name="wifi_dont_skip">Don\'t skip</string>
1505
1506 <!-- Text warning about skipping Wi-Fi with a mobile connect (tablet) [CHAR LIMIT=NONE]-->
Russell Brennera70688f2013-01-16 14:39:43 -08001507 <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 -07001508 <!-- Text warning about skipping Wi-Fi with a mobile connect (phone) [CHAR LIMIT=NONE]-->
Russell Brennera70688f2013-01-16 14:39:43 -08001509 <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 -07001510 <!-- Text warning about skipping Wi-Fi without a mobile connect (tablet) [CHAR LIMIT=NONE] -->
Russell Brenner18f91752013-01-16 14:17:26 -08001511 <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 -07001512 <!-- Text warning about skipping Wi-Fi without a mobile connect (phone) [CHAR LIMIT=NONE] -->
Russell Brenner18f91752013-01-16 14:17:26 -08001513 <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 -07001514 <!-- Text alerting that Wi-Fi couldn't connect (tablet) [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001515 <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 -07001516 <!-- Text alerting that Wi-Fi couldn't connect (phone) [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001517 <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 +08001518
1519 <!-- Wi-Fi Advanced Settings --> <skip />
1520 <!-- Wi-Fi settings screen, advanced, settings section. This is a header shown above advanced wifi settings. -->
Russell Brenner6de99052013-02-01 10:57:49 -08001521 <string name="wifi_advanced_titlebar">Advanced Wi\u2011Fi</string>
Irfan Sherifffa37a752010-11-04 13:45:32 -07001522 <!-- Wi-Fi settings screen, setting title for setting the band [CHAR LIMIT=50]-->
Russell Brenner6de99052013-02-01 10:57:49 -08001523 <string name="wifi_setting_frequency_band_title">Wi\u2011Fi frequency band</string>
Irfan Sherifffa37a752010-11-04 13:45:32 -07001524 <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
1525 <string name="wifi_setting_frequency_band_summary">Specify the frequency range of operation</string>
1526 <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
1527 <string name="wifi_setting_frequency_band_error">There was a problem setting the frequency band.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001528 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
1529 <string name="wifi_advanced_mac_address_title">MAC address</string>
1530 <!-- Title of the screen to adjust IP settings -->
Mike Lockwood68b80692010-04-20 11:53:49 -04001531 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
1532 <string name="wifi_advanced_ip_address_title">IP address</string>
1533
Gilles Debunnee78c1872011-06-20 15:00:07 -07001534 <!-- Wifi Advanced settings. Used as a label under the shortcut icon that goes to Wifi advanced settings. [CHAR LIMIT=20]-->
1535 <string name="wifi_advanced_settings_label">IP settings</string>
1536 <!-- Menu item to save the IP settings -->
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001537 <string name="wifi_ip_settings_menu_save">Save</string>
1538 <!-- Menu ietm to cancel the IP settings -->
1539 <string name="wifi_ip_settings_menu_cancel">Cancel</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001540 <!-- Error message if the IP address is not valid [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001541 <string name="wifi_ip_settings_invalid_ip_address">Type a valid IP address.</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001542 <!-- Error message if the gateway is not valid [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001543 <string name="wifi_ip_settings_invalid_gateway">Type a valid gateway address.</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001544 <!-- Error message if the dns is not valid [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001545 <string name="wifi_ip_settings_invalid_dns">Type a valid DNS address.</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001546 <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001547 <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 +08001548 <!-- Label for the DNS (first one) -->
1549 <string name="wifi_dns1">DNS 1</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001550 <!-- Hint text for DNS -->
1551 <string name="wifi_dns1_hint" translatable="false">8.8.8.8</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001552 <!-- Label for the DNS (second one)-->
1553 <string name="wifi_dns2">DNS 2</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001554 <!-- Hint text for DNS -->
Irfan Sheriffae0f6d92012-07-29 19:18:03 -07001555 <string name="wifi_dns2_hint" translatable="false">8.8.4.4</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001556 <!-- Label for the gateway of the network -->
1557 <string name="wifi_gateway">Gateway</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001558 <!-- Hint text for the gateway -->
1559 <string name="wifi_gateway_hint" translatable="false">192.168.1.1</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001560 <!-- Label for the network prefix of the network [CHAR LIMIT=25]-->
1561 <string name="wifi_network_prefix_length">Network prefix length</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001562 <!-- Hint text for network prefix length -->
1563 <string name="wifi_network_prefix_length_hint" translatable="false">24</string>
Irfan Sheriff65cff172010-02-08 10:46:30 -08001564
repo syncb98463f2011-06-30 10:58:43 -07001565 <!-- Wi-Fi p2p / Wi-Fi Direct settings -->
1566 <!-- Used in the 1st-level settings screen to launch Wi-fi Direct settings [CHAR LIMIT=25] -->
Russell Brenner6de99052013-02-01 10:57:49 -08001567 <string name="wifi_p2p_settings_title">Wi\u2011Fi Direct</string>
Eric Fischerdfb894c2011-10-04 14:57:57 -07001568 <string name="wifi_p2p_device_info">Device information</string>
repo syncb98463f2011-06-30 10:58:43 -07001569 <string name="wifi_p2p_persist_network">Remember this connection</string>
1570 <!-- Menu option to discover peers-->
Irfan Sheriffa318d1e2012-03-09 14:25:37 -08001571 <string name="wifi_p2p_menu_search">Search for devices</string>
1572 <!-- Menu option when discovery is in progress [CHAR LIMIT=25] -->
1573 <string name="wifi_p2p_menu_searching">Searching\u2026</string>
Irfan Sheriff8c2ac712011-11-28 15:10:35 -08001574 <!-- Menu option to Rename-->
1575 <string name="wifi_p2p_menu_rename">Rename device</string>
Irfan Sheriff25920832011-09-09 17:06:05 -07001576 <!-- Title for available p2p devices -->
Irfan Sheriffa318d1e2012-03-09 14:25:37 -08001577 <string name="wifi_p2p_peer_devices">Peer devices</string>
Yoshihiko Ikenagaf3f14662012-08-27 22:10:05 +09001578 <!-- Title for remembered p2p groups -->
1579 <string name="wifi_p2p_remembered_groups">Remembered groups</string>
Irfan Sheriff8c2ac712011-11-28 15:10:35 -08001580 <!-- Toast text for a failed connection initiation -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001581 <string name="wifi_p2p_failed_connect_message">Couldn\'t connect.</string>
Irfan Sheriff97617ce2012-04-25 16:32:19 -07001582 <!-- Message text for failure to rename -->
1583 <string name="wifi_p2p_failed_rename_message">Failed to rename device.</string>
Irfan Sheriff8c2ac712011-11-28 15:10:35 -08001584 <!-- Title for disconnect dialog -->
1585 <string name="wifi_p2p_disconnect_title">Disconnect?</string>
Irfan Sheriff97617ce2012-04-25 16:32:19 -07001586 <!-- Message text for disconnection from one device-->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001587 <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 -07001588 <!-- Message text for disconnection from multiple devices-->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001589 <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 -07001590 <!-- Title for cancel connect dialog -->
1591 <string name="wifi_p2p_cancel_connect_title">Cancel invitation?</string>
Irfan Sheriff97617ce2012-04-25 16:32:19 -07001592 <!-- Message text for disconnection from one device-->
Irfan Sheriffc08caf72012-04-06 15:24:26 -07001593 <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 +09001594 <!-- Message text for remembered group deletion-->
Irfan Sherifffb6faab2012-09-18 21:03:42 -07001595 <string name="wifi_p2p_delete_group_message">Forget this group?</string>
repo syncb98463f2011-06-30 10:58:43 -07001596
Irfan Sheriff65cff172010-02-08 10:46:30 -08001597 <!-- Wifi AP settings-->
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001598 <!-- Label for wifi tether checkbox. Toggles Access Point on/off -->
Russell Brenner6de99052013-02-01 10:57:49 -08001599 <string name="wifi_tether_checkbox_text">Portable Wi\u2011Fi hotspot</string>
Vishal Mahaveer9fc89cc2012-05-02 15:21:44 -05001600 <!-- Summary text when turning hotspot on -->
1601 <string name="wifi_tether_starting">Turning hotspot on\u2026</string>
1602 <!-- Summary text when turning hotspot off -->
1603 <string name="wifi_tether_stopping">Turning off hotspot\u2026</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001604 <!-- Subtext for wifi tether checkbox on success -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001605 <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 -08001606 <!-- Subtext for wifi tether checkbox on failure -->
Russell Brenner6de99052013-02-01 10:57:49 -08001607 <string name="wifi_tether_failed_subtext">Portable Wi\u2011Fi hotspot error</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001608 <!-- Used to open the ssid and security dialog for Wifi Access Point -->
Russell Brenner6de99052013-02-01 10:57:49 -08001609 <string name="wifi_tether_configure_ap_text">Set up Wi\u2011Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001610 <!-- Subtext on configuration preference to indicate SSID and security chosen -->
Russell Brenner6de99052013-02-01 10:57:49 -08001611 <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 -08001612 <!-- Default access point SSID used for tethering -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001613 <string name="wifi_tether_configure_ssid_default">AndroidHotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001614
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001615 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1616 Wi-Fi Testing on the diagnostic screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001617 <string name="testing_wifi_info" translatable="false">Wi-Fi information</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001618 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1619 Menu item for WifiManager disableNetwork API-->
1620 <string name="disableNetwork" translatable="false">disableNetwork</string>
1621 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1622 Menu item for WifiManager enableNetwork API-->
1623 <string name="enableNetwork" translatable="false">enableNetwork</string>
1624 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1625 Menu item for WifiManager disconnect API-->
1626 <string name="disconnect" translatable="false">disconnect</string>
1627 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1628 Menu item for WifiManager getConfiguredNetworks API-->
1629 <string name="getConfiguredNetworks" translatable="false">getConfiguredNetworks</string>
1630 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1631 Menu item for WifiManager getConnectionInfo API-->
1632 <string name="getConnectionInfo" translatable="false">getConnectionInfo</string>
1633 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1634 Menu item on Wifi information screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001635 <string name="wifi_api_test" translatable="false">Wi-Fi API</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001636 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1637 Menu item on Wifi information screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001638 <string name="wifi_status_test" translatable="false">Wi-Fi status</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001639 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1640 Button text on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001641 <string name="wifi_update" translatable="false">Refresh stats</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001642 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1643 Label on Wifi Status screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001644 <string name="wifi_state_label" translatable="false">Wi-Fi state:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001645 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1646 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001647 <string name="network_state_label" translatable="false">Network state:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001648 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1649 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001650 <string name="supplicant_state_label" translatable="false">Supplicant state:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001651 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1652 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001653 <string name="rssi_label" translatable="false">RSSI:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001654 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1655 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001656 <string name="bssid_label" translatable="false">BSSID:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001657 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1658 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001659 <string name="ssid_label" translatable="false">SSID:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001660 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1661 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001662 <string name="hidden_ssid_label" translatable="false">Hidden SSID:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001663 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1664 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001665 <string name="ipaddr_label" translatable="false">IPaddr:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001666 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1667 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001668 <string name="macaddr_label" translatable="false">MAC addr:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001669 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1670 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001671 <string name="networkid_label" translatable="false">Network ID:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001672 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1673 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001674 <string name="link_speed_label" translatable="false">Link speed:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001675 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1676 Label on Wifi Status screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001677 <string name="scan_list_label" translatable="false">Scan results:</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001678
1679 <!-- wifi state values-->
1680 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1681 <string name="wifi_state_disabling" translatable="false">Disabling</string>
1682 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1683 <string name="wifi_state_disabled" translatable="false">Disabled</string>
1684 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1685 <string name="wifi_state_enabling" translatable="false">Enabling</string>
1686 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1687 <string name="wifi_state_enabled" translatable="false">Enabled</string>
1688 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1689 <string name="wifi_state_unknown" translatable="false">Unknown</string>
1690
1691 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1692 Menu item on Wifi information screen-->
Russell Brenner6ffefbf2013-01-28 19:33:40 +00001693 <string name="wifi_config_info" translatable="false">Wi-Fi config</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001694 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1695 Label on Wifi Configuration screen-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001696 <string name="config_list_label" translatable="false">Configured networks</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001697
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001698 <!-- Sound and alerts settings -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001699 <skip/>
Eric Fischer0f7b72f2011-08-02 16:46:51 -07001700 <!-- Main Settings screen setting option name to go into the display settings screen -->
1701 <string name="display_settings_title">Display</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001702 <!-- Sound settings screen heading -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001703 <string name="sound_settings">Sound</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001704 <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001705 <string name="ringtone_title">Phone ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001706 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001707 <string name="ringtone_summary">""</string>
1708 <!-- Sound settings screen, volume title -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001709 <string name="all_volume_title">Volumes</string>
Marco Nelissen6eca4b32011-07-15 15:02:03 -07001710 <!-- Sound settings screen, music effects title [CHAR LIMIT=30]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001711 <string name="musicfx_title">Music effects</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001712 <!-- Sound settings screen, setting option name -->
1713 <string name="ring_volume_title">Ringer volume</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001714 <!-- Sound settings screen, setting option name checkbox -->
Daniel Sandler58cf8292010-02-26 15:25:04 -05001715 <string name="vibrate_in_silent_title">Vibrate when silent</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001716 <!-- Sound settings screen, setting option name -->
Daniel Sandler7bed18e2012-12-04 09:05:10 -05001717 <string name="notification_sound_title">Default notification sound</string>
Amith Yamasani8f2fb65b2009-12-01 19:06:14 -08001718 <!-- Sound settings screen, notification light repeat pulsing title -->
1719 <string name="notification_pulse_title">Pulse notification light</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001720 <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001721 <string name="incoming_call_volume_title">Ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001722 <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001723 <string name="notification_volume_title">Notification</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001724 <!-- Sound settings screen, the caption of the checkbox for having the notification volume be
1725 the same as the incoming call volume. -->
1726 <string name="checkbox_notification_same_as_incoming_call">Use incoming call volume for notifications</string>
1727 <!-- Sound settings screen, setting option title-->
Daniel Sandler7bed18e2012-12-04 09:05:10 -05001728 <string name="notification_sound_dialog_title">Default notification sound</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001729 <!-- Sound settings screen, setting option name -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001730 <string name="media_volume_title">Media</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001731 <!-- Sound settings screen, setting option summary text -->
1732 <string name="media_volume_summary">Set volume for music and videos</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08001733 <!-- Sound settings screen, alarm volume slider title -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001734 <string name="alarm_volume_title">Alarm</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001735 <!-- Sound settings screen, dock settings summary-->
1736 <string name="dock_settings_summary">Audio settings for the attached dock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001737 <!-- Sound settings screen, setting check box label -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001738 <string name="dtmf_tone_enable_title">Dial pad touch tones</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001739 <!-- Sound settings screen, setting check box label -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001740 <string name="sound_effects_enable_title">Touch sounds</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001741 <!-- Sound settings screen, setting check box label -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001742 <string name="lock_sounds_enable_title">Screen lock sound</string>
Daniel Sandler231d8802010-02-17 15:35:21 -05001743 <!-- Sound settings screen, setting check box label -->
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001744 <string name="haptic_feedback_enable_title">Vibrate on touch</string>
Jean-Michel Trivi9d6be2b2009-10-30 16:03:47 -07001745 <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments -->
1746 <string name="audio_record_proc_title">Noise cancellation</string>
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001747 <!-- Volume description for media volume -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001748 <string name="volume_media_description">Music, video, games, &amp; other media</string>
Amith Yamasani823bf0c2011-08-01 15:55:06 -07001749 <!-- Volume description for ringtone and notification volume -->
1750 <string name="volume_ring_description">Ringtone &amp; notifications</string>
1751 <!-- Volume description for notification volume -->
1752 <string name="volume_notification_description">Notifications</string>
1753 <!-- Volume description for alarm volume -->
1754 <string name="volume_alarm_description">Alarms</string>
alanv0aa7c4f2012-05-21 17:55:19 -07001755 <!-- Image description for ringer volume mute button. -->
1756 <string name="volume_ring_mute">Mute ringtone &amp; notifications</string>
1757 <!-- Image description for media volume mute button. -->
1758 <string name="volume_media_mute">Mute music &amp; other media</string>
1759 <!-- Image description for notification volume mute button. -->
1760 <string name="volume_notification_mute">Mute notifications</string>
1761 <!-- Image description for alarm volume mute button. -->
1762 <string name="volume_alarm_mute">Mute alarms</string>
Daisuke Miyakawa8b878db2012-05-08 12:26:23 -07001763 <!-- Sound settings screen, setting option name checkbox. About vibration setting
1764 during incoming calls. [CHAR LIMIT=30] -->
1765 <string name="vibrate_when_ringing_title">Vibrate when ringing</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001766
Amith Yamasani237749d2010-01-14 16:21:51 -08001767 <!-- Dock settings title, top level -->
1768 <string name="dock_settings">Dock</string>
1769 <!-- Dock settings title -->
1770 <string name="dock_settings_title">Dock settings</string>
1771 <!-- Dock audio settings -->
1772 <string name="dock_audio_settings_title">Audio</string>
1773 <!-- Dock audio summary for docked to desk dock -->
1774 <string name="dock_audio_summary_desk">Settings for the attached desktop dock</string>
1775 <!-- Dock audio summary for docked to car dock -->
1776 <string name="dock_audio_summary_car">Settings for the attached car dock</string>
1777 <!-- Dock audio summary for undocked -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001778 <string name="dock_audio_summary_none" product="tablet">Tablet not docked</string>
1779 <!-- Dock audio summary for undocked -->
1780 <string name="dock_audio_summary_none" product="default">Phone not docked</string>
Amith Yamasani237749d2010-01-14 16:21:51 -08001781 <!-- Dock audio summary for docked to unknown -->
1782 <string name="dock_audio_summary_unknown">Settings for the attached dock</string>
1783 <!-- Dock not found dialog title -->
1784 <string name="dock_not_found_title">Dock not found</string>
1785 <!-- Dock not found dialog text -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07001786 <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 -07001787 <!-- Dock not found dialog text -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07001788 <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 -05001789 <!-- Dock settings screen, dock events SFX setting check box label -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001790 <string name="dock_sounds_enable_title">Dock insert sound</string>
Daniel Sandlerfc01d062010-03-02 20:24:49 -05001791 <!-- Dock settings screen, setting option summary text when check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001792 <string name="dock_sounds_enable_summary_on" product="tablet">Play sound when inserting or removing tablet from dock</string>
1793 <!-- Dock settings screen, setting option summary text when check box is selected -->
1794 <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 -05001795 <!-- Sound settings screen, setting option summary text when check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001796 <string name="dock_sounds_enable_summary_off" product="tablet">Don\'t play sound when inserting or removing tablet from dock</string>
1797 <!-- Sound settings screen, setting option summary text when check box is clear -->
1798 <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 -08001799
Amith Yamasanid1ab8282012-05-18 09:50:08 -07001800 <!-- Account settings header. [CHAR LIMIT=30] -->
1801 <string name="account_settings">Accounts</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001802
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001803 <!-- Main Settings screen, setting option name to go into search settings -->
1804 <string name="search_settings">Search</string>
1805 <!-- Main Settings screen, setting option summary to go into search settings -->
Roy Westd2e3b012009-06-25 13:40:28 -07001806 <string name="search_settings_summary">Manage search settings and history</string>
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001807
Amith Yamasanic81c2572011-07-28 12:14:47 -07001808 <!-- Display settings --><skip/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001809 <!-- Sound & display settings screen, section header for settings related to display -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001810 <string name="display_settings">Display</string>
Jeff Brown56c58d52012-06-04 15:37:57 -07001811 <!-- Sound & display settings screen, accelerometer-based rotation check box label -->
1812 <string name="accelerometer_title">Auto-rotate screen</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001813 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001814 <string name="accelerometer_summary_on" product="tablet">Switch orientation automatically when rotating tablet</string>
1815 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
1816 <string name="accelerometer_summary_on" product="default">Switch orientation automatically when rotating phone</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001817 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001818 <string name="accelerometer_summary_off" product="tablet">Switch orientation automatically when rotating tablet</string>
1819 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
1820 <string name="accelerometer_summary_off" product="default">Switch orientation automatically when rotating phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001821 <!-- Sound & display settings screen, setting option name to change brightness -->
1822 <string name="brightness">Brightness</string>
1823 <!-- Sound & display settings screen, setting option summary to change brightness -->
1824 <string name="brightness_summary">Adjust the brightness of the screen</string>
1825 <!-- Sound & display settings screen, setting option name to change screen timeout -->
Claudia de Veauxb6ba1f92011-08-08 12:22:18 -07001826 <string name="screen_timeout">Sleep</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001827 <!-- Sound & display settings screen, setting option summary to change screen timeout -->
Claudia de Veauxb6ba1f92011-08-08 12:22:18 -07001828 <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 -07001829 <!-- Wallpaper settings title [CHAR LIMIT=30] -->
1830 <string name="wallpaper_settings_title">Wallpaper</string>
Amith Yamasania4379d62011-07-22 10:34:58 -07001831 <!-- Wallpaper settings fragment title [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001832 <string name="wallpaper_settings_fragment_title">Choose wallpaper from</string>
Daniel Sandler2943cfa2011-04-15 11:18:57 -04001833 <!-- Display settings screen, trigger for screen saver options -->
Daniel Sandler4125fbd2012-10-24 23:34:28 -04001834 <string name="screensaver_settings_title">Daydream</string>
John Spurlock8a9edfb2012-11-27 10:15:51 -05001835 <!-- Display settings screen, summary fragment for screen saver options, activated when docked or asleep and charging -->
John Spurlock6df18e22012-08-22 09:21:58 -04001836 <string name="screensaver_settings_summary_either_long">When docked or asleep and charging</string>
John Spurlock8a9edfb2012-11-27 10:15:51 -05001837 <!-- Dream settings screen, dialog option, activated when docked or asleep and charging -->
John Spurlock6df18e22012-08-22 09:21:58 -04001838 <string name="screensaver_settings_summary_either_short">Either</string>
John Spurlock8a9edfb2012-11-27 10:15:51 -05001839 <!-- Display settings screen, summary fragment for screen saver options, activated when asleep and charging -->
Chris Wren23a5fbb2012-10-02 09:42:39 -04001840 <string name="screensaver_settings_summary_sleep">While charging</string>
John Spurlockd541b6f2012-07-31 08:24:27 -04001841 <!-- Display settings screen, summary fragment for screen saver options, activated when docked -->
John Spurlock6df18e22012-08-22 09:21:58 -04001842 <string name="screensaver_settings_summary_dock">While docked</string>
Daniel Sandler6f0ea442011-11-17 10:44:51 -08001843 <!-- Display settings screen, summary for screen saver options, screen saver is turned off -->
Chris Wren23a5fbb2012-10-02 09:42:39 -04001844 <string name="screensaver_settings_summary_off">Off</string>
John Spurlock6df18e22012-08-22 09:21:58 -04001845 <!-- Dream settings screen, caption for when dreams are disabled -->
Daniel Sandlerbcebe482012-10-30 09:59:16 -04001846 <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 -04001847 <!-- Dream settings screen, action label, when to dream -->
Daniel Sandler3bdbf452012-10-23 01:22:36 -04001848 <string name="screensaver_settings_when_to_dream">When to daydream</string>
John Spurlock1537e8b2012-09-04 07:55:46 -04001849 <!-- Dream settings screen, button label to start dreaming -->
Daniel Sandler3bdbf452012-10-23 01:22:36 -04001850 <string name="screensaver_settings_dream_start">Start now</string>
alanv364082e2012-10-02 17:16:18 -07001851 <!-- Dream settings screen, button label for settings for a specific screensaver -->
1852 <string name="screensaver_settings_button">Settings</string>
Dan Murphya0968882009-08-27 15:05:23 -05001853 <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
1854 <string name="automatic_brightness">Automatic brightness</string>
Dianne Hackborn6677e562011-03-04 17:30:54 -08001855 <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
1856 <string name="title_font_size">Font size</string>
Christopher Tate75d8d312011-08-02 16:43:47 -07001857 <!-- Sound & display settings screen, setting option summary displaying the currently selected font size -->
1858 <string name="summary_font_size" translatable="false">%1$s</string>
Dianne Hackborn6677e562011-03-04 17:30:54 -08001859 <!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size -->
Amith Yamasanibf4cce72011-08-16 18:25:40 -07001860 <string name="dialog_title_font_size">Font size</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001861
1862 <!-- SIM lock settings title -->
1863 <string name="sim_lock_settings">SIM card lock settings</string>
1864 <!-- Security & location settings screen, setting option name -->
1865 <string name="sim_lock_settings_category">Set up SIM card lock</string>
1866 <!-- Security & location settings screen, section heading for settings related to sim card locking -->
1867 <string name="sim_lock_settings_title">SIM card lock</string>
1868 <!-- SIM card lock settings screen, setting check box label -->
1869 <string name="sim_pin_toggle">Lock SIM card</string>
1870 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001871 <string name="sim_lock_on" product="tablet">Require PIN to use tablet</string>
1872 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
1873 <string name="sim_lock_on" product="default">Require PIN to use phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001874 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001875 <string name="sim_lock_off" product="tablet">Require PIN to use tablet</string>
1876 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
1877 <string name="sim_lock_off" product="default">Require PIN to use phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001878 <!-- SIM card lock settings screen, setting option name to change the SIM PIN -->
1879 <string name="sim_pin_change">Change SIM PIN</string>
1880 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1881 <string name="sim_enter_pin">SIM PIN</string>
1882 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1883 <string name="sim_enable_sim_lock">Lock SIM card</string>
1884 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1885 <string name="sim_disable_sim_lock">Unlock SIM card</string>
1886 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1887 <string name="sim_enter_old">Old SIM PIN</string>
1888 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1889 <string name="sim_enter_new">New SIM PIN</string>
1890 <string name="sim_reenter_new">Re-type new PIN</string>
1891 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1892 <string name="sim_change_pin">SIM PIN</string>
1893 <!-- SIM card lock settings screen, SIM PIN dialog message when wrong PIN is entered -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001894 <string name="sim_bad_pin">Incorrect PIN</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001895 <!-- SIM card lock settings screen, SIM PIN dialog message when PINs don't match -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001896 <string name="sim_pins_dont_match">PINs don\'t match</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001897 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001898 <string name="sim_change_failed">Can\'t change PIN.\nPossibly incorrect PIN.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001899 <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct-->
1900 <string name="sim_change_succeeded">SIM PIN changed successfully</string>
1901 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07001902 <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 -08001903 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1904 <string name="sim_enter_ok">OK</string>
1905 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1906 <string name="sim_enter_cancel">Cancel</string>
1907
1908 <!-- Advanced (used for diagnostics) device info activity title -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001909 <string name="device_info_settings" product="tablet">Tablet status</string>
1910 <!-- Advanced (used for diagnostics) device info activity title -->
1911 <string name="device_info_settings" product="default">Phone status</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001912
1913 <!-- About phone screen, list item title. Takes the user to the screen for seeing and installing system updates. -->
1914 <string name="system_update_settings_list_item_title">System updates</string>
1915 <!-- 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 -08001916 <string name="system_update_settings_list_item_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001917
1918 <!-- About phone screen, status item label -->
mah03878a42010-02-18 13:11:19 -08001919 <string name="firmware_version">Android version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001920 <!-- About phone screen, status item label-->
1921 <string name="model_number">Model number</string>
John Wangb0b45c02011-06-30 14:31:44 -07001922 <!-- About phone screen, fcc equipment id label-->
1923 <string name="fcc_equipment_id">Equipment ID</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001924 <!-- About phone screen, setting option name-->
1925 <string name="baseband_version">Baseband version</string>
1926 <!-- About phone screen, setting option name-->
1927 <string name="kernel_version">Kernel version</string>
1928 <!-- About phone screen, setting option name-->
1929 <string name="build_number">Build number</string>
Stephen Smalleyb4e84f32012-02-03 11:14:48 -05001930 <!-- About phone screen, setting option name-->
1931 <string name="selinux_status">SELinux status</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001932
1933 <!-- About phone screen, show when a value of some status item is unavailable. -->
1934 <string name="device_info_not_available">Not available</string>
1935 <!-- About phone screen, phone status screen title -->
1936 <string name="device_status_activity_title">Status</string>
1937 <!-- About phone screen, title of the item to go into the Phone status screen -->
1938 <string name="device_status">Status</string>
Amith Yamasaniffe813c2011-01-09 13:44:56 -08001939 <!-- About tablet screen, summary of the item that takes you to tablet status screen -->
1940 <string name="device_status_summary" product="tablet">Status of the battery, network, and other information</string>
Amith Yamasanic35b1a22011-01-11 14:18:44 -08001941 <!-- About phone screen, summary of the item to go into the phone status screen -->
1942 <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
Roy West71ac3192010-12-04 08:50:03 -08001943 <!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
1944 <string name="storage_settings" >Storage</string>
1945 <!-- Storage settings screen title -->
Amith Yamasanid7993472010-08-18 13:59:28 -07001946 <string name="storage_settings_title">Storage settings</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001947 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
Roy West825db2d2010-10-14 05:07:45 -07001948 <string name="storage_settings_summary" product="nosdcard">Unmount USB storage, view available storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001949 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
1950 <string name="storage_settings_summary" product="default">Unmount SD card, view available storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001951 <!-- Do not translate. About phone, status item title -->
1952 <string name="status_imei">IMEI</string>
1953 <!-- Do not translate. About phone, status item title -->
1954 <string name="status_imei_sv">IMEI SV</string>
Amith Yamasanib409b902011-01-24 08:56:07 -08001955 <!-- About tablet, status item title. The Mobile Directory Number [CHAR LIMIT=30] -->
1956 <string name="status_number" product="tablet">MDN</string>
1957 <!-- About phone, status item title. The phone number of the current device [CHAR LIMIT=30] -->
1958 <string name="status_number" product="default">My phone number</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05001959 <!-- About phone, status item title. The phone MIN number of the current device.-->
1960 <string name="status_min_number">MIN</string>
sy310.choi95364e42011-05-24 14:19:16 +09001961 <!-- About phone, status item title. The phone MSID number of the current device.-->
1962 <string name="status_msid_number">MSID</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05001963 <!-- About phone, status item title. The phone PRL Version of the current device.-->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08001964 <string name="status_prl_version">PRL version</string>
John Wangd7b2dcc2011-07-11 17:05:04 -07001965 <!-- About phone, status item title. The phone MEID number of the current LTE/CDMA device. [CHAR LIMIT=30] -->
1966 <string name="status_meid_number">MEID</string>
1967 <!-- About phone, status item title. The ICCID of the current LTE device. [CHAR LIMIT=30] -->
1968 <string name="status_icc_id">ICCID</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001969 <!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
1970 <string name="status_network_type">Mobile network type</string>
Jake Hambybc5d9272012-12-03 17:24:30 -08001971 <!-- About phone, status item title for the latest area info cell broadcast received (Brazil only). -->
1972 <string name="status_latest_area_info">Operator info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001973 <!-- About phone, status item title. The status of data access. For example, the value may be "Connected" -->
1974 <string name="status_data_state">Mobile network state</string>
1975 <!-- About phone, status item title. The status of whether we have service. for example, the value may be "In service" -->
1976 <string name="status_service_state">Service state</string>
1977 <!-- About phone, status item title. The current cell tower signal strength -->
1978 <string name="status_signal_strength">Signal strength</string>
1979 <!-- About phone, status item title, The status for roaming. For example, the value might be "Not roaming" -->
1980 <string name="status_roaming">Roaming</string>
1981 <!-- About phone, status item title. The cell carrier that the user is connected to. -->
1982 <string name="status_operator">Network</string>
1983 <!-- About phone, status item title. The MAC address of the Wi-Fi network adapter. -->
Russell Brenner6de99052013-02-01 10:57:49 -08001984 <string name="status_wifi_mac_address">Wi\u2011Fi MAC address</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001985 <!-- About phone, status item title. The bluetooth adapter's hardware address-->
1986 <string name="status_bt_address">Bluetooth address</string>
Doug Zongker489c7bf2011-02-25 14:45:08 -08001987 <!-- About phone, status item title. The hardware serial number. [CHAR LIMIT=30]-->
1988 <string name="status_serial_number">Serial number</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001989 <!-- About phone, status item value if the actual value is not available. -->
1990 <string name="status_unavailable">Unavailable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001991 <!-- About phone, status item title. How long the device has been running since its last reboot. -->
1992 <string name="status_up_time">Up time</string>
1993 <!-- About phone, status item title. How much time the device has had its main CPU awake. -->
1994 <string name="status_awake_time">Awake time</string>
1995 <!-- 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 -07001996 <string name="internal_memory">Internal storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001997 <!-- 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 -07001998 <string name="sd_memory" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001999 <!-- 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 -07002000 <string name="sd_memory" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002001 <!-- 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 -08002002 <string name="memory_available">Available</string>
Jeff Sharkeyda13ec02012-09-12 18:41:25 -07002003 <!-- SD card & phone storage settings title. The amount of free space for some storage partition when the volume is read-only. [CHAR LIMIT=64] -->
2004 <string name="memory_available_read_only">Available (read-only)</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002005 <!-- 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 -08002006 <string name="memory_size">Total space</string>
Vasu Nori450bcb32011-01-07 14:48:46 -08002007 <!-- 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 -08002008 <string name="memory_calculating_size">Calculating\u2026</string>
Vasu Nori21809742011-01-25 13:39:16 -08002009 <!-- 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 -07002010 <string name="memory_apps_usage">Apps (app data &amp; media content)</string>
Vasu Nori21809742011-01-25 13:39:16 -08002011 <!-- 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 -08002012 <string name="memory_media_usage">Media</string>
Vasu Nori21809742011-01-25 13:39:16 -08002013 <!-- 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 -07002014 <string name="memory_downloads_usage">Downloads</string>
Vasu Nori21809742011-01-25 13:39:16 -08002015 <!-- 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 -07002016 <string name="memory_dcim_usage">Pictures, videos</string>
Vasu Nori21809742011-01-25 13:39:16 -08002017 <!-- 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 -07002018 <string name="memory_music_usage">Audio (music, ringtones, podcasts, etc.)</string>
Vasu Nori21809742011-01-25 13:39:16 -08002019 <!-- 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] -->
2020 <string name="memory_media_misc_usage">Misc.</string>
Jeff Sharkey0e9cf8a2012-09-23 17:40:47 -07002021 <!-- Storage item representing all cached data on device. [CHAR LIMIT=48] -->
2022 <string name="memory_media_cache_usage">Cached data</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002023 <!-- 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] -->
2024 <string name="sd_eject" product="nosdcard">Unmount shared storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002025 <!-- 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 -07002026 <string name="sd_eject" product="default">Unmount SD card</string>
2027 <!-- 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 -07002028 <string name="sd_eject_summary" product="nosdcard">Unmount the internal USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002029 <!-- 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 -07002030 <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 -04002031 <!-- 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 -08002032
Eric Fischer5698a752010-09-28 16:35:31 -07002033 <!-- 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 -07002034 <string name="sd_insert_summary" product="nosdcard">Insert USB storage for mounting</string>
San Mehat35351fa2010-01-06 21:41:47 -08002035 <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
Eric Fischer5698a752010-09-28 16:35:31 -07002036 <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string>
Roy West69827522010-10-21 17:18:40 -07002037
Eric Fischera640fb42010-10-21 18:15:34 -07002038 <!-- 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 -07002039 <string name="sd_mount" product="nosdcard">Mount USB storage</string>
San Mehat35351fa2010-01-06 21:41:47 -08002040 <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
Eric Fischer5698a752010-09-28 16:35:31 -07002041 <string name="sd_mount" product="default">Mount SD card</string>
Eric Fischerd9479372010-10-21 18:31:02 -07002042
Gilles Debunne104ea282011-05-19 10:34:14 -07002043 <!-- Subtext for Mount USB storage in Storage settings. User should never see this since we use automount. -->
2044 <string name="sd_mount_summary" product="nosdcard"></string>
2045 <!-- Subtext for Mount SD Card in Storage settings. User should never see this since we use automount. -->
2046 <string name="sd_mount_summary" product="default"></string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002047 <!-- SD card & phone storage settings item title that will result in the phone formatting the USB storage. [CHAR LIMIT=25] -->
2048 <string name="sd_format" product="nosdcard">Erase USB storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002049 <!-- 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 -07002050 <string name="sd_format" product="default">Erase SD card</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08002051 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] -->
2052 <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 -08002053 <!-- 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 -08002054 <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 -07002055 <!-- 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 +08002056
Jeff Sharkey0e9cf8a2012-09-23 17:40:47 -07002057 <!-- Title of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] -->
2058 <string name="memory_clear_cache_title">Clear cached data?</string>
2059 <!-- Message of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] -->
2060 <string name="memory_clear_cache_message">This will clear cached data for all apps.</string>
2061
Li Gang8218d3b2012-01-20 11:48:47 +08002062 <!-- SD card & phone storage settings item summary that will result in the phone connected to PC and MTP/PTP enabled. [CHAR LIMIT=80] -->
2063 <string name="mtp_ptp_mode_summary">MTP or PTP function is active</string>
2064
Eric Fischer5698a752010-09-28 16:35:31 -07002065 <!-- SD card eject confirmation dialog title [CHAR LIMIT=25] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002066 <string name="dlg_confirm_unmount_title" product="nosdcard">Unmount USB storage?</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002067 <!-- SD card eject confirmation dialog title -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002068 <string name="dlg_confirm_unmount_title" product="default">Unmount SD card?</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002069 <!-- SD card eject confirmation dialog [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002070 <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 -08002071 <!-- SD card eject confirmation dialog -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002072 <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 -07002073 <!-- SD card eject error dialog title [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002074 <string name="dlg_error_unmount_title" product="nosdcard"></string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002075 <!-- SD card eject error dialog title -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002076 <string name="dlg_error_unmount_title" product="default"></string>
Eric Fischer5698a752010-09-28 16:35:31 -07002077 <!-- SD card eject error dialog text [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002078 <string name="dlg_error_unmount_text" product="nosdcard">Couldn\'t unmount USB storage. Try again later.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002079 <!-- SD card eject error dialog text -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002080 <string name="dlg_error_unmount_text" product="default">Couldn\'t unmount SD card. Try again later.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002081 <!-- SD card unmount informative text [CHAR LIMIT=NONE] -->
Roy West825db2d2010-10-14 05:07:45 -07002082 <string name="unmount_inform_text" product="nosdcard">USB storage will be unmounted.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002083 <!-- SD card unmount informative text [CHAR LIMIT=NONE] -->
2084 <string name="unmount_inform_text" product="default">SD card will be unmounted.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08002085 <!-- SD card eject progress title -->
2086 <string name="sd_ejecting_title">Unmounting</string>
2087 <!-- SD card eject progress text -->
2088 <string name="sd_ejecting_summary">Unmount in progress</string>
2089
Jeff Sharkeycd4428c2012-06-12 17:13:12 -07002090 <!-- Settings item title when storage is running low [CHAR LIMIT=32] -->
2091 <string name="storage_low_title">Storage space is running out</string>
2092 <!-- Settings item summary when storage is running low [CHAR LIMIT=NONE] -->
2093 <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>
2094
Mike Lockwood02900a12011-06-30 14:47:46 -04002095 <!-- Storage setting. Menu option for USB transfer settings [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04002096 <string name="storage_menu_usb">USB computer connection</string>
Jeff Sharkey11d30122012-03-19 16:54:07 -07002097
Mike Lockwood02900a12011-06-30 14:47:46 -04002098 <!-- Storage setting. Title for USB transfer settings [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04002099 <string name="storage_title_usb">USB computer connection</string>
Mike Lockwood01172e12011-07-28 12:47:44 -04002100 <!-- Storage setting. USB connection category [CHAR LIMIT=30]-->
2101 <string name="usb_connection_category">Connect as</string>
Mike Lockwood37481d72011-08-01 09:53:37 -04002102 <!-- Storage setting. Title for MTP checkbox [CHAR LIMIT=30]-->
2103 <string name="usb_mtp_title">Media device (MTP)</string>
2104 <!-- Storage setting. Summary for MTP checkbox [CHAR LIMIT=NONE]-->
Mike Lockwood65fb60a2011-08-01 17:41:41 -04002105 <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 -04002106 <!-- Storage setting. Title for PTP checkbox [CHAR LIMIT=30]-->
2107 <string name="usb_ptp_title">Camera (PTP)</string>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -07002108 <!-- Storage setting. Label for installer CD [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04002109 <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 -07002110 <!-- Storage setting. Summary for PTP checkbox [CHAR LIMIT=NONE]-->
2111 <string name="usb_label_installer_cd">"Install file-transfer tools"</string>
Mike Lockwood02900a12011-06-30 14:47:46 -04002112
Jeff Sharkey04df8b72012-09-07 13:23:47 -07002113 <!-- Section header above list of other users storage [CHAR LIMIT=32] -->
2114 <string name="storage_other_users">Other users</string>
2115
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002116 <!-- Phone info screen, section titles: -->
2117 <string name="battery_status_title">Battery status</string>
2118 <!-- Phone info screen, section titles: -->
2119 <string name="battery_level_title">Battery level</string>
2120
2121 <!-- APN Settings -->
2122 <!-- APN settings screen title -->
2123 <string name="apn_settings">APNs</string>
2124 <!-- Screen title after user selects APNs setting option -->
2125 <string name="apn_edit">Edit access point</string>
2126 <!-- Edit access point label summary text when no value has been set -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002127 <string name="apn_not_set">Not set</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002128 <!-- Edit access point labels: A label the user can give to the APN to allow him to differentiate it from the others -->
2129 <string name="apn_name">Name</string>
2130 <!-- Edit access point labels: The actual access point name-->
2131 <string name="apn_apn">APN</string>
2132 <!-- Edit access point labels: The addess of the proxy to use for this APN -->
2133 <string name="apn_http_proxy">Proxy</string>
2134 <!-- Edit access point labels: The port number of the proxy to use for this APN -->
2135 <string name="apn_http_port">Port</string>
2136 <!-- Edit access point labels: The username that will be used when conencting to this APN-->
2137 <string name="apn_user">Username</string>
2138 <!-- Edit access point labels: The password that will be used when connecting to this APN -->
2139 <string name="apn_password">Password</string>
2140 <!-- Edit access point labels: The server address to conenct to for this APN -->
2141 <string name="apn_server">Server</string>
2142 <!-- Edit access point labels: -->
2143 <string name="apn_mmsc">MMSC</string>
2144 <!-- Edit access point labels: The proxy to use for MMS (multimedia messages)-->
2145 <string name="apn_mms_proxy">MMS proxy</string>
2146 <!-- Edit access point labels: The port on the proxy used for MMS-->
2147 <string name="apn_mms_port">MMS port</string>
2148 <!-- Edit access point labels: -->
2149 <string name="apn_mcc">MCC</string>
2150 <!-- Edit access point labels: -->
2151 <string name="apn_mnc">MNC</string>
Jaikumar Ganesh1eb1df02009-09-30 09:43:34 -07002152 <!-- Edit acces point labels: Authenticaton type-->
2153 <string name="apn_auth_type">Authentication type</string>
2154 <!-- Authentication Typs: None -->
2155 <string name="apn_auth_type_none">None</string>
2156 <!-- Authentication Typs: PAP -->
2157 <string name="apn_auth_type_pap">PAP</string>
2158 <!-- Authentication Typs: CHAP -->
2159 <string name="apn_auth_type_chap">CHAP</string>
2160 <!-- Authentication Typs: PAP or CHAP -->
2161 <string name="apn_auth_type_pap_chap">PAP or CHAP</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002162 <!-- Edit access point labels: The type of APN -->
2163 <string name="apn_type">APN type</string>
Lorenzo Colittia7e587f2010-12-29 15:52:41 -08002164 <!-- Edit access point labels: The protocol of the APN, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
2165 <string name="apn_protocol">APN protocol</string>
John Huangd0de4272011-10-15 22:41:11 -07002166 <!-- Edit access point labels: The protocol of the APN when roaming, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
2167 <string name="apn_roaming_protocol">APN roaming protocol</string>
sinikangcd8b7c32011-09-08 15:44:09 -07002168 <!-- Edit enable/disable of APN -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002169 <string name="carrier_enabled">APN enable/disable</string>
2170 <string name="carrier_enabled_summaryOn">APN enabled</string>
2171 <string name="carrier_enabled_summaryOff">APN disabled</string>
sinikangcd8b7c32011-09-08 15:44:09 -07002172 <!-- Edit Beaerer Info of APN -->
2173 <string name="bearer">Bearer</string>
Sungmin Choiaa4d4c62013-01-30 13:53:03 +09002174 <!-- Edit Mvno Type Info of APN -->
2175 <string name="mvno_type">MVNO type</string>
2176 <!-- Edit Mvno Match Data Info of APN -->
2177 <string name="mvno_match_data">MVNO value</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002178 <!-- Edit access point screen menu option to delete this APN -->
2179 <string name="menu_delete">Delete APN</string>
2180 <!-- APNs screen menu option to create a brand spanking new APN -->
2181 <string name="menu_new">New APN</string>
2182 <!-- Edit access point screen menu option to save the user's changes for this APN to the persistent storage -->
2183 <string name="menu_save">Save</string>
2184 <!-- Edit access point screen menu option to discard the user's changes for this APN -->
2185 <string name="menu_cancel">Discard</string>
2186 <!-- APN error dialog title -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002187 <string name="error_title"></string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002188 <!-- APN error dialog messages: -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002189 <string name="error_name_empty">The Name field can\'t be empty.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002190 <!-- APN error dialog messages: -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002191 <string name="error_apn_empty">The APN can\'t be empty.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002192 <!-- APN error dialog messages: -->
2193 <string name="error_mcc_not3">MCC field must be 3 digits.</string>
2194 <!-- APN error dialog messages: -->
2195 <string name="error_mnc_not23">MNC field must be 2 or 3 digits.</string>
2196 <!-- The message of dialog indicated restoring default APN settings in progress -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002197 <string name="restore_default_apn">Restoring default APN settings.</string>
Jim Miller00d24762009-12-22 19:04:57 -08002198 <!-- APNs screen menu option to reset default APN settings -->
2199 <string name="menu_restore">Reset to default</string>
2200 <!-- APNs screen toast message to inform reset default APN settings is completed -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002201 <string name="restore_default_apn_completed">Reset default APN settings completed.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002202
2203 <!-- Master Clear -->
2204 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
2205 <string name="master_clear_title">Factory data reset</string>
2206 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002207 <string name="master_clear_summary" product="tablet">Erases all data on tablet</string>
2208 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
2209 <string name="master_clear_summary" product="default">Erases all data on phone</string>
2210 <!-- 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 -07002211 <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 -07002212 <!-- 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 -07002213 <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 -08002214 <!-- SD card & phone storage settings screen, instructions and list of current accounts. The list of accounts follows this text[CHAR LIMIT=NONE] -->
2215 <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 -08002216 <!-- 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] -->
2217 <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 -08002218 <!-- 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 -07002219 <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 -08002220 <!-- 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 -07002221 <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 -07002222 <!-- SD card & phone storage settings screen, label for check box to erase USB storage [CHAR LIMIT=30] -->
2223 <string name="erase_external_storage" product="nosdcard">Erase USB storage</string>
2224 <!-- SD card & phone storage settings screen, label for check box to erase SD card [CHAR LIMIT=30] -->
2225 <string name="erase_external_storage" product="default">Erase SD card</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08002226 <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002227 <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 -08002228 <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002229 <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 -08002230 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002231 <string name="master_clear_button_text" product="tablet">Reset tablet</string>
2232 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
2233 <string name="master_clear_button_text" product="default">Reset phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002234 <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002235 <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 -08002236 <!-- SD card & phone storage settings screen, button on screen after user selects Reset phone button -->
2237 <string name="master_clear_final_button_text">Erase everything</string>
2238 <!-- Message to draw an unlock pattern before clearing the device -->
2239 <string name="master_clear_gesture_prompt">Draw your unlock pattern</string>
Brian Carlstrom81d7a802012-05-01 11:17:02 -07002240 <!-- Explanation of drawing unlock pattern to reset phone -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07002241 <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 -08002242 <!-- Master clear failed message -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002243 <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 -07002244 <!-- Master clear confirmation screen title [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002245 <string name="master_clear_confirm_title">Reset?</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002246
2247 <!-- Media Format -->
Eric Fischer5698a752010-09-28 16:35:31 -07002248 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading [CHAR LIMIT=25] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002249 <string name="media_format_title" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002250 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002251 <string name="media_format_title" product="default">Erase SD card</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002252 <!-- 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 -07002253 <string name="media_format_summary" product="nosdcard">Erases all data in USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002254 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
Eric Fischer5698a752010-09-28 16:35:31 -07002255 <string name="media_format_summary" product="default">Erases all data on the SD card</string>
2256 <!-- 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 -07002257 <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 -07002258 <!-- 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 -07002259 <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 -07002260 <!-- 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 -07002261 <string name="media_format_button_text" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002262 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002263 <string name="media_format_button_text" product="default">Erase SD card</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002264 <!-- 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 -07002265 <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 -07002266 <!-- 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 -07002267 <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 -08002268 <!-- SD card & phone storage settings screen, button on screen after user selects Format media button -->
2269 <string name="media_format_final_button_text">Erase everything</string>
2270 <!-- Message to draw an unlock pattern before clearing the device -->
2271 <string name="media_format_gesture_prompt">Draw your unlock pattern</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002272 <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07002273 <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 -07002274 <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
Claudia de Veaux66a84072011-10-28 17:12:27 -07002275 <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 -08002276
2277 <!-- Main settings screen, Call settings title for item to go into the call settings -->
2278 <string name="call_settings_title">Call settings</string>
2279 <!-- Main settings screen, Call settings summary for item to go into call settings -->
2280 <string name="call_settings_summary">Set up voicemail, call forwarding, call waiting, caller ID</string>
2281
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002282 <!-- Tethering controls, item title to go into the tethering settings -->
Danica Chang32711b62010-08-10 18:41:29 -07002283 <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
2284 <string name="tether_settings_title_usb">USB tethering</string>
2285 <!-- 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 -07002286 <string name="tether_settings_title_wifi">Portable hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07002287 <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
2288 <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
2289 <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
2290 <string name="tether_settings_title_usb_bluetooth">Tethering</string>
2291 <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
2292 <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
2293
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002294 <!-- USB Tethering options -->
Irfan Sheriff65cff172010-02-08 10:46:30 -08002295 <string name="usb_title">USB</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002296 <string name="usb_tethering_button_text">USB tethering</string>
2297 <!-- USB available subtext - shown when USB is connected but not currently being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08002298 <string name="usb_tethering_available_subtext">USB connected, check to tether</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002299 <!-- USB tethered subtext - shown when USB is connected and being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08002300 <string name="usb_tethering_active_subtext">Tethered</string>
Mike Lockwood26dad3e2010-03-03 06:19:55 -05002301 <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002302 <string name="usb_tethering_storage_active_subtext">Can\'t tether when USB storage is in use</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08002303 <!-- USB unavailable subtext - shown when USB is not connected -->
2304 <string name="usb_tethering_unavailable_subtext">USB not connected</string>
Robert Greenwaltd5f121c2010-03-02 17:33:11 -08002305 <!-- USB errored subtext - shown when USB is broken for some reason -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08002306 <string name="usb_tethering_errored_subtext">USB tethering error</string>
2307
Danica Chang32711b62010-08-10 18:41:29 -07002308 <!-- Bluetooth Tethering settings-->
2309 <!-- Label for bluetooth tether checkbox [CHAR LIMIT=25]-->
2310 <string name="bluetooth_tether_checkbox_text">Bluetooth tethering</string>
2311 <!-- 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 -08002312 <string name="bluetooth_tethering_available_subtext" product="tablet">Sharing this tablet\'s Internet connection</string>
2313 <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
2314 <string name="bluetooth_tethering_available_subtext" product="default">Sharing this phone\'s Internet connection</string>
2315 <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
2316 <string name="bluetooth_tethering_device_connected_subtext" product="tablet">Sharing this tablet\'s Internet connection to 1 device</string>
2317 <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
2318 <string name="bluetooth_tethering_device_connected_subtext" product="default">Sharing this phone\'s Internet connection to 1 device</string>
2319 <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
2320 <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>
2321 <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
2322 <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 -07002323 <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
Jake Hambyc777ee22011-03-04 15:37:39 -08002324 <string name="bluetooth_tethering_off_subtext" product="tablet">Not sharing this tablet\'s Internet connection</string>
2325 <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
2326 <string name="bluetooth_tethering_off_subtext" product="default">Not sharing this phone\'s Internet connection</string>
Danica Chang32711b62010-08-10 18:41:29 -07002327 <!-- Bluetooth errored subtext - shown when Bluetooth is broken for some reason [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002328 <string name="bluetooth_tethering_errored_subtext">Not tethered</string>
Danica Chang32711b62010-08-10 18:41:29 -07002329 <!-- Bluetooth Tethering settings. Error message shown when trying to connect an 8th device [CHAR LIMIT=50]-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002330 <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 -07002331 <!-- Bluetooth Tethering settings. Message for untethering from a bluetooth device [CHAR LIMIT=50]-->
2332 <string name="bluetooth_untether_blank"><xliff:g id="device_name">%1$s</xliff:g> will be untethered.</string>
2333
Danica Chang32711b62010-08-10 18:41:29 -07002334 <!-- Tethering help button - calls up a web view with general tethering info -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07002335 <string name="tethering_help_button_text">Help</string>
Robert Greenwalt209177a2010-03-04 13:29:02 -08002336
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002337 <!-- Wireless controls, item title to go into the network settings -->
2338 <string name="network_settings_title">Mobile networks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002339
2340 <!-- Security & location settings screen, section header for settings relating to location -->
Amith Yamasanif06d8692009-06-11 22:32:33 -07002341 <string name="location_title">My Location</string>
Sean Cotteree52a422011-07-29 16:36:30 -07002342 <!-- [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 -08002343 <string name="location_network_based">Wi\u2011Fi &amp; mobile network location</string>
Freeman Ngf471c4e2011-09-20 15:18:05 -07002344 <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary for Google location service check box-->
Amith Yamasani4635ec62012-07-23 16:40:02 -07002345 <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 -07002346 <!-- [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 -08002347 <string name="location_neighborhood_level_wifi">Location determined by Wi\u2011Fi</string>
Sean Cotteree52a422011-07-29 16:36:30 -07002348 <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for GPS satellites -->
2349 <string name="location_gps">GPS satellites</string>
Amith Yamasani4635ec62012-07-23 16:40:02 -07002350 <!-- [CHAR LIMIT=100] Security & location settings screen, setting check box summary for GPS satellites on a tablet -->
2351 <string name="location_street_level" product="tablet">Let apps use GPS on your tablet to pinpoint your location</string>
2352 <!-- [CHAR LIMIT=100] Security & location settings screen, setting check box summary for GPS satellites on a phone -->
2353 <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 -04002354 <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002355 <string name="assisted_gps">Use assisted GPS</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04002356 <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002357 <string name="assisted_gps_enabled">Use server to assist GPS (uncheck to reduce network usage)</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04002358 <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002359 <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string>
Sean Cotteree52a422011-07-29 16:36:30 -07002360 <!-- [CHAR_LIMIT=30] Security & location settings screen, setting check box label for Google search -->
2361 <string name="use_location_title">Location &amp; Google search</string>
2362 <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box summary for Google search -->
2363 <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 -07002364 <!-- [CHAR LIMIT=45] Label for turning on/off location access completely. -->
2365 <string name="location_access_title">Access to my location</string>
2366 <!-- [CHAR LIMIT=none] Description text for location access switch -->
2367 <string name="location_access_summary">Let apps that have asked your permission use your location information</string>
2368 <!-- [CHAR LIMIT=45] Section heading for location sources -->
2369 <string name="location_sources_heading">Location sources</string>
Amith Yamasanif06d8692009-06-11 22:32:33 -07002370
2371 <!-- About --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002372 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002373 <string name="about_settings" product="tablet">About tablet</string>
2374 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
2375 <string name="about_settings" product="default">About phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002376 <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
Eric Fischerc9904f02010-11-01 16:54:51 -07002377 <string name="about_settings_summary">View legal info, status, software version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002378 <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
2379 <string name="legal_information">Legal information</string>
2380 <!-- About phone settings screen, setting option name to see a list of contributors -->
2381 <string name="contributors_title">Contributors</string>
Brian Muramatsua6dbaea2012-09-17 23:09:35 -07002382 <!-- About phone settings screen, setting option name to show regulatory information [CHAR LIMIT=25] -->
2383 <string name="regulatory_information">Regulatory information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002384 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2385 <!-- About phone settings screen, setting option name to see copyright-related info -->
2386 <string name="copyright_title">Copyright</string>
2387 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2388 <!-- About phone settings screen, setting option name to see licensing info -->
2389 <string name="license_title">License</string>
2390 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2391 <!-- About phone settings screen, setting option name to see terms and conditions -->
2392 <string name="terms_title">Terms and conditions</string>
2393
2394 <!-- Title for actual Settings license activity. --> <skip />
2395 <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
2396 <string name="settings_license_activity_title">Open source licenses</string>
2397 <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
2398 <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
2399 <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
2400 <string name="settings_license_activity_loading">Loading\u2026</string>
2401
Wink Savillea40fb232009-09-26 16:47:18 -07002402 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
2403 <string name="settings_safetylegal_title">Safety information</string>
2404 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
2405 <string name="settings_safetylegal_activity_title">Safety information</string>
2406 <!-- About phone settings screen, Safety legal dialog message when data network is not connected -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002407 <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 -07002408 <!-- About phone settings screen, Safety Legal dialog title until the link is fully loaded -->
2409 <string name="settings_safetylegal_activity_loading">Loading\u2026</string>
2410
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002411 <!-- Lock Pattern settings -->
Jim Miller9757e302010-12-17 18:23:23 -08002412 <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
Jim Miller00d24762009-12-22 19:04:57 -08002413 <string name="lockpassword_choose_your_password_header">Choose your password</string>
Jim Miller9757e302010-12-17 18:23:23 -08002414 <!-- Header on first screen of choose pattern flow [CHAR LIMIT=30] -->
2415 <string name="lockpassword_choose_your_pattern_header">Choose your pattern</string>
2416 <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002417 <string name="lockpassword_choose_your_pin_header">Choose your PIN</string>
Jim Miller9757e302010-12-17 18:23:23 -08002418 <!-- Header on password confirm screen [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002419 <string name="lockpassword_confirm_your_password_header">Confirm your password</string>
Jim Miller9757e302010-12-17 18:23:23 -08002420 <!-- Header on pattern confirm screen [CHAR LIMIT=30] -->
2421 <string name="lockpassword_confirm_your_pattern_header">Confirm your pattern</string>
2422 <!-- Header on password confirm screen [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002423 <string name="lockpassword_confirm_your_pin_header">Confirm your PIN</string>
Jim Miller9757e302010-12-17 18:23:23 -08002424 <!-- Header on password confirm screen if second password doesn't match the first. [CHAR LIMIT=30] -->
Jim Miller00d24762009-12-22 19:04:57 -08002425 <string name="lockpassword_confirm_passwords_dont_match">Passwords don\'t match</string>
Jim Miller9757e302010-12-17 18:23:23 -08002426 <!-- Header on pin confirm screen if second pin doesn't match the first. [CHAR LIMIT=30]-->
Jim Miller122b6c82010-02-10 19:53:58 -08002427 <string name="lockpassword_confirm_pins_dont_match">PINs don\'t match</string>
Jim Miller9757e302010-12-17 18:23:23 -08002428 <!-- Header shown to ask the user to select an unlock method [CHAR LIMIT=30] -->
2429 <string name="lockpassword_choose_lock_generic_header">Unlock selection</string>
Jim Miller122b6c82010-02-10 19:53:58 -08002430 <!-- Toast shown if setting password was successful -->
2431 <string name="lockpassword_password_set_toast">Password has been set</string>
2432 <!-- Toast shown if setting PIN was successful -->
2433 <string name="lockpassword_pin_set_toast">PIN has been set</string>
2434 <!-- Toast shown if setting pattern was successful -->
2435 <string name="lockpassword_pattern_set_toast">Pattern has been set</string>
Jim Miller00d24762009-12-22 19:04:57 -08002436
2437 <!-- Lock Pattern settings -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002438 <!-- Security & location settings screen, header -->
Claudia de Veauxc9c9be12011-08-18 16:53:45 -07002439 <string name="lock_settings_title">Screen security</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002440 <!-- Security & location settings screen, setting option name -->
2441 <string name="lockpattern_change_lock_pattern_label">Change unlock pattern</string>
2442 <!-- 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 -08002443 <string name="lockpattern_change_lock_pin_label">Change unlock PIN</string>
2444 <!-- 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 -08002445 <string name="lockpattern_need_to_unlock">Confirm saved pattern</string>
2446 <!-- Do not translate. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002447 <string name="lockpattern_need_to_unlock_footer" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002448 <!-- Security & location settings screen, change unlock pattern screen instruction if user draws incorrect pattern -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002449 <string name="lockpattern_need_to_unlock_wrong">Try again:</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002450 <!-- Do not translate. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002451 <string name="lockpattern_need_to_unlock_wrong_footer" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002452 <!-- 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)..-->
Danielle Millettaeb199a2012-11-21 11:20:10 -05002453 <string name="lockpattern_recording_intro_header">Draw an unlock pattern:</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002454 <!-- 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. -->
2455 <string name="lockpattern_recording_intro_footer">Press Menu for help.</string>
2456 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen while drawing pattern -->
2457 <string name="lockpattern_recording_inprogress">Release finger when done.</string>
2458 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots -->
2459 <string name="lockpattern_recording_incorrect_too_short">Connect at least <xliff:g id="number">%d</xliff:g> dots. Try again:</string>
2460 <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08002461 <string name="lockpattern_pattern_entered_header">Pattern recorded.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002462 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern -->
2463 <string name="lockpattern_need_to_confirm">Draw pattern again to confirm:</string>
2464 <string name="lockpattern_pattern_confirmed_header">Your new unlock pattern:</string>
2465 <!-- 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. -->
2466 <string name="lockpattern_confirm_button_text">Confirm</string>
2467 <!-- 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. -->
2468 <string name="lockpattern_restart_button_text">Redraw</string>
2469 <!-- 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 -->
2470 <string name="lockpattern_retry_button_text">Retry</string>
2471 <!-- 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 -->
2472 <string name="lockpattern_continue_button_text">Continue</string>
2473 <!-- Security & location settings screen, unlock screen activity title -->
2474 <string name="lockpattern_settings_title">Unlock pattern</string>
2475 <!-- Security & location settings screen, setting check box title if the unlock pattern MUST be drawn everytime they turn on the screen -->
2476 <string name="lockpattern_settings_enable_title">Require pattern</string>
2477 <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" -->
2478 <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string>
2479 <!-- 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 -07002480 <string name="lockpattern_settings_enable_visible_pattern_title">Make pattern visible</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002481 <!-- 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 -07002482 <string name="lockpattern_settings_enable_tactile_feedback_title">Vibrate on touch</string>
Jim Miller071742d2012-01-06 18:28:09 -08002483 <!-- Security & location settings screen, setting check box title. This controls whether the device locks immediately when the power button is pressed. [CHAR LIMIT=28]-->
2484 <string name="lockpattern_settings_enable_power_button_instantly_locks">Power button instantly locks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002485 <!-- Security & location settings screen, setting option name when user has never set an unlock pattern -->
2486 <string name="lockpattern_settings_choose_lock_pattern">Set unlock pattern</string>
2487 <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern -->
2488 <string name="lockpattern_settings_change_lock_pattern">Change unlock pattern</string>
2489 <!-- Security & location settings screen, the help instructions (an animation) caption -->
2490 <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
2491 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen after too many incorrect attempts -->
2492 <string name="lockpattern_too_many_failed_confirmation_attempts_header">Too many incorrect attempts!</string>
2493 <!-- Security & location settings screen, change unlock pattern screen countdown hint on bottom of screen after too many incorrect attempts -->
2494 <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 -07002495 <!-- Displayed when user launches a widget configuration activity that was uninstalled -->
2496 <string name="activity_not_found">Application is not installed on your phone.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002497
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002498 <!-- Applications Settings --> <skip />
2499 <!-- 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 -07002500 <string name="manageapplications_settings_title">Manage apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002501 <!-- 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 -07002502 <string name="manageapplications_settings_summary">Manage and remove installed apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002503 <!-- 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 -07002504 <string name="applications_settings">Apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002505 <!-- 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 -07002506 <string name="applications_settings_summary">Manage apps, set up quick launch shortcuts</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002507 <!-- Applications settings screen heading. The header for the Application settings screen. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002508 <string name="applications_settings_header">App settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002509 <!-- 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. -->
2510 <string name="install_applications">Unknown sources</string>
2511 <!-- Applications settings screen, setting check box summary. This is the summary for "Unknown sources" checkbox -->
Amith Yamasani8f987712012-05-31 13:12:13 -07002512 <string name="install_unknown_applications">Allow installation of apps from unknown sources</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002513 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002514 <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 -07002515 from unknown sources. You agree that you are solely responsible for any
2516 damage to your tablet or loss of data that may result from using
Eric Fischerdfb894c2011-10-04 14:57:57 -07002517 these apps.</string>
Eric Fischerc9904f02010-11-01 16:54:51 -07002518 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002519 <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 -08002520 from unknown sources. You agree that you are solely responsible for any
2521 damage to your phone or loss of data that may result from using
Eric Fischerdfb894c2011-10-04 14:57:57 -07002522 these apps.</string>
rich canningsbfbdcef2012-09-09 12:48:50 -07002523 <!-- 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 -07002524 <string name="verify_applications">Verify apps</string>
rich canningsbfbdcef2012-09-09 12:48:50 -07002525 <!-- Applications settings screen, setting check box summary. This is the summary for "App Check" checkbox. [CHAR LIMIT=none] -->
rich canningsd5d60652012-09-07 13:20:44 -07002526 <string name="verify_applications_summary">Disallow or warn before installation of apps that may cause harm</string>
Joe Onorato4c0c2be2011-04-06 18:26:20 -07002527 <!-- Applications settings screen, setting check box title. If checked, applications show more settings options. -->
2528 <string name="advanced_settings">Advanced settings</string>
2529 <!-- Applications settings screen, setting check box summary. This is the summary for "Advanced settings" checkbox -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002530 <string name="advanced_settings_summary">Enable more settings options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002531 <!-- 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 -07002532 <string name="application_info_label">App info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002533 <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. -->
2534 <string name="storage_label">Storage</string>
2535 <!-- Manage applications, individual application info screen, heading for settings related to controlling whether this app is the default for some actions -->
2536 <string name="auto_launch_label">Launch by default</string>
Michael Jurkac9029d92012-04-20 01:47:44 -07002537 <!-- 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 -->
2538 <string name="auto_launch_label_generic">Defaults</string>
Dianne Hackbornaef746c2011-05-26 01:04:44 -07002539 <!-- Manage applications, individual application info screen, heading for settings related to controlling application screen compatibility -->
2540 <string name="screen_compatibility_label">Screen compatibility</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002541 <!-- 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. -->
2542 <string name="permissions_label">Permissions</string>
2543 <!-- Manage applications, Header name used for cache information -->
2544 <string name="cache_header_label">Cache</string>
2545 <!-- Manage applications, text label for button -->
2546 <string name="clear_cache_btn_text">Clear cache</string>
2547 <!-- Manage applications, label that appears next to the cache size -->
2548 <string name="cache_size_label">Cache</string>
2549 <!-- Manage applications, Header name used for other controls -->
2550 <string name="controls_label">Controls</string>
2551 <!-- Manage applications, text label for button to kill / force stop an application -->
2552 <string name="force_stop">Force stop</string>
2553 <!-- Manage applications, individual application info screen,label under Storage heading. The total storage space taken up by this app. -->
2554 <string name="total_size_label">Total</string>
2555 <!-- 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 -07002556 <string name="application_size_label">App</string>
Dianne Hackbornbd9ddab2011-06-28 14:51:12 -07002557 <!-- 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] -->
2558 <string name="external_code_size_label">USB storage app</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002559 <!-- 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) -->
2560 <string name="data_size_label">Data</string>
Kenny Root424acfb2011-01-16 16:59:11 -08002561 <!-- 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 -07002562 <string name="external_data_size_label" product="nosdcard">USB storage data</string>
Kenny Root424acfb2011-01-16 16:59:11 -08002563 <!-- 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 -07002564 <string name="external_data_size_label" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002565 <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. -->
2566 <string name="uninstall_text">Uninstall</string>
Dianne Hackborn3db54cb2012-09-16 18:27:14 -07002567 <!-- Manage applications, individual application info screen, menu item to uninstall an application for all users. -->
2568 <string name="uninstall_all_users_text">Uninstall for all users</string>
Dianne Hackborn2e3c7502012-08-23 18:44:31 -07002569 <!-- [CHAR LIMIT=NONE] Manage applications, individual application info screen, button label under Storage heading. Button to install an application for the user. -->
2570 <string name="install_text">Install</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002571 <!-- [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 -07002572 <string name="disable_text">Disable</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002573 <!-- [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 -07002574 <string name="enable_text">Enable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002575 <!-- 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) -->
2576 <string name="clear_user_data_text">Clear data</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002577 <!-- Manage applications, restore updated system application to factory version -->
Roy West518d02c2009-06-23 13:39:55 -07002578 <string name="app_factory_reset">Uninstall updates</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002579 <!-- 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 -07002580 <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 -07002581 <!-- 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. -->
2582 <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 -08002583 <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->
2584 <string name="auto_launch_disable_text">No defaults set.</string>
2585 <!-- 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. -->
2586 <string name="clear_activities">Clear defaults</string>
Dianne Hackbornaef746c2011-05-26 01:04:44 -07002587 <!-- Manage applications, individual application info screen, screen, message text under screen compatibility heading -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002588 <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 -07002589 adjusts to your screen here.</string>
2590 <!-- Manage applications, individual application screen, checkbox to control asking for compatibility mode. -->
2591 <string name="ask_compatibility">Ask when launched</string>
2592 <!-- Manage applications, individual application screen, checkbox to control compatibility mode. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002593 <string name="enable_compatibility">Scale app</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002594 <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
2595 <string name="unknown">Unknown</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002596 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Sorts all of the apps in the list alphabetically. -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002597 <string name="sort_order_alpha">Sort by name</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002598 <!-- 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. -->
2599 <string name="sort_order_size">Sort by size</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002600 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show running services. -->
2601 <string name="show_running_services">Show running services</string>
2602 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show background cached processes. -->
2603 <string name="show_background_processes">Show cached processes</string>
Dianne Hackbornebe64e02012-05-15 16:59:41 -07002604 <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item. Reset all of user's app preferences. -->
Dianne Hackborn14d57142012-05-13 15:19:57 -07002605 <string name="reset_app_preferences">Reset app preferences</string>
Dianne Hackbornebe64e02012-05-15 16:59:41 -07002606 <!-- [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 -07002607 <string name="reset_app_preferences_title">Reset app preferences?</string>
2608 <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item. Body of dialog to confirm resetting user's app preferences. -->
2609 <string name="reset_app_preferences_desc">This will reset all preferences for:\n\n
2610 <li>Disabled apps</li>\n
2611 <li>Disabled app notifications</li>\n
2612 <li>Default applications for actions</li>\n
2613 <li>Background data restrictions for apps</li>\n\n
2614 You will not lose any app data.</string>
2615 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Confirmation button of dialog to confirm resetting user's app preferences. -->
2616 <string name="reset_app_preferences_button">Reset apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002617 <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. -->
2618 <string name="manage_space_text">Manage space</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08002619 <!-- Text for menu option in ManageApps screen to present various menu options -->
2620 <string name="filter">Filter</string>
2621 <!-- Title of dialog for presenting filter options -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002622 <string name="filter_dlg_title">Choose filter options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002623 <!-- Text for filter option in ManageApps screen to display all installed
2624 applications -->
2625 <string name="filter_apps_all">All</string>
Dianne Hackborn18b64f42013-01-18 10:52:38 -08002626 <!-- [CHAR LIMIT=NONE] Text for filter option in ManageApps screen to display disabled apps -->
2627 <string name="filter_apps_disabled">Disabled</string>
Jim Miller00d24762009-12-22 19:04:57 -08002628 <!-- Text for filter option in ManageApps screen to display third party
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002629 applications only -->
Suchi Amalapurapufe4a2bc2009-09-20 14:25:46 -07002630 <string name="filter_apps_third_party">Downloaded</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002631 <!-- Text for filter option in ManageApps screen to display list of running
2632 packages only. -->
2633 <string name="filter_apps_running">Running</string>
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08002634 <!-- Text for filter option in ManageApps screen to display list of
Eric Fischer5698a752010-09-28 16:35:31 -07002635 packages installed on sdcard. [CHAR LIMIT=30] -->
Roy West2c489972010-10-15 05:18:04 -07002636 <string name="filter_apps_onsdcard" product="nosdcard">USB storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002637 <!-- Text for filter option in ManageApps screen to display list of
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08002638 packages installed on sdcard. -->
Eric Fischer5698a752010-09-28 16:35:31 -07002639 <string name="filter_apps_onsdcard" product="default">On SD card</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002640 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002641 <string name="disabled">Disabled</string>
Dianne Hackborn3db54cb2012-09-16 18:27:14 -07002642 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is not installed. -->
2643 <string name="not_installed">Not installed</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002644 <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002645 <string name="no_applications">No apps.</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002646 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->
2647 <string name="internal_storage">Internal storage</string>
2648 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2649 <string name="sd_card_storage" product="nosdcard">USB storage</string>
2650 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2651 <string name="sd_card_storage" product="default">SD card storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002652 <!-- Manage app screen, shown when the activity is busy recomputing the size of each app -->
2653 <string name="recompute_size">Recomputing size\u2026</string>
2654 <!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002655 <string name="clear_data_dlg_title">Delete app data?</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002656 <!-- 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 -07002657 <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 -08002658 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
2659 <string name="dlg_ok">OK</string>
2660 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->
2661 <string name="dlg_cancel">Cancel</string>
2662 <!-- 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 -07002663 <string name="app_not_found_dlg_title"></string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002664 <!-- 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 -08002665 <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 -08002666 <!-- 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 -07002667 <string name="clear_data_failed">Couldn\'t clear app data.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002668 <!-- Manage applications, factory reset dialog title for system applications. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002669 <string name="app_factory_reset_dlg_title">Uninstall updates?</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002670 <!-- Manage applications, factory reset option dialog text for system applications. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002671 <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 -07002672 <!-- Manage applications, title for dialog if clear data fails-->
2673 <string name="clear_failed_dlg_title">Clear data</string>
2674 <!-- Manage applications, text for dialog if clear data fails-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002675 <string name="clear_failed_dlg_text">Couldn\'t clear data for app.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002676 <!-- 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 -07002677 <string name="security_settings_desc" product="tablet">This app can access the following on your tablet:</string>
Eric Fischerc9904f02010-11-01 16:54:51 -07002678 <!-- 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 -07002679 <string name="security_settings_desc" product="default">This app can access the following on your phone:</string>
Dianne Hackborne4588322012-06-15 11:00:17 -07002680 <!-- [CHAR_LIMIT=NONE] Manage applications, individual application info screen, text that appears under the "Permissions" heading.
2681 This describes the permissions that the application has. It is used when multiple packages are contributing
2682 to the permissions and need to be listed here. -->
2683 <string name="security_settings_desc_multi" product="tablet">This app can access the following on your tablet.
2684 In order to improve performance and reduce memory usage, some of these permissions
2685 are available to <xliff:g id="base_app_name">%1$s</xliff:g>
2686 because it runs in the same process as <xliff:g id="additional_apps_list">%2$s</xliff:g>:</string>
2687 <!-- [CHAR_LIMIT=NONE] Manage applications, individual application info screen, text that appears under the "Permissions" heading.
2688 This describes the permissions that the application has. It is used when multiple packages are contributing
2689 to the permissions and need to be listed here. -->
2690 <string name="security_settings_desc_multi" product="default">This app can access the following on your phone.
2691 In order to improve performance and reduce memory usage, some of these permissions
2692 are available to <xliff:g id="base_app_name">%1$s</xliff:g>
2693 because it runs in the same process as <xliff:g id="additional_apps_list">%2$s</xliff:g>:</string>
2694 <!-- [CHAR_LIMIT=NONE] Format to put together two items in a list. -->
2695 <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>
2696 <!-- [CHAR_LIMIT=NONE] Format to put the last item at the end of a series of 3 or more items in a list -->
2697 <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>
2698 <!-- [CHAR_LIMIT=NONE] Format to put the first item at the start of a series of 3 or more items in a list -->
2699 <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>
2700 <!-- [CHAR_LIMIT=NONE] Format to put the middle items together in a series of 4 or more items in a list -->
2701 <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 -07002702 <!-- 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] -->
2703 <string name="security_settings_billing_desc">This app may charge you money:</string>
2704 <!-- Manage applications, text for permission to send to premium SMS short codes. [CHAR LIMIT=40] -->
2705 <string name="security_settings_premium_sms_desc">Send premium SMS</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002706 <string name="computing_size">Computing\u2026</string>
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08002707 <string name="invalid_size_value">Couldn\'t compute package size.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002708 <!-- String displayed when list is empty -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002709 <string name="empty_list_msg">You don\'t have any third-party apps installed.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002710 <!-- Manage applications, version string displayed in app snippet -->
2711 <string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002712 <!-- Manage applications, text for Move button -->
2713 <string name="move_app">Move</string>
2714 <!-- Manage applications, text for Move button to move app to internal storage -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002715 <string name="move_app_to_internal" product="tablet">Move to tablet</string>
2716 <!-- Manage applications, text for Move button to move app to internal storage -->
2717 <string name="move_app_to_internal" product="default">Move to phone</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002718 <!-- Manage applications, text for Move button to move app to sdcard [CHAR LIMIT=25] -->
Roy Westd3abea02010-10-14 15:59:33 -07002719 <string name="move_app_to_sdcard" product="nosdcard">Move to USB storage</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002720 <!-- Manage applications, text for Move button to move app to sdcard -->
Eric Fischer5698a752010-09-28 16:35:31 -07002721 <string name="move_app_to_sdcard" product="default">Move to SD card</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002722 <!-- Manage applications, title for dialog when killing persistent apps-->
Suchi Amalapurapuad148272010-02-19 14:30:01 -08002723 <!-- Manage applications, text for Move button when move is in progress -->
2724 <string name="moving">Moving</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002725
2726 <!-- Manage applications, text for move error messages -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002727 <string name="insufficient_storage">Not enough storage space.</string>
2728 <string name="does_not_exist">App doesn\'t exist.</string>
2729 <string name="app_forward_locked">App is copy-protected.</string>
2730 <string name="invalid_location">Install location isn\'t valid.</string>
2731 <string name="system_package">System updates can\'t be installed on external media.</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002732
Eric Fischerdfb894c2011-10-04 14:57:57 -07002733 <string name="force_stop_dlg_title">Force stop?</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002734 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when killing persistent apps-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002735 <string name="force_stop_dlg_text">If you force stop an app, it may misbehave.</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002736 <!-- Manage applications, text for dialog when moving an app -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002737 <string name="move_app_failed_dlg_title"></string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002738 <!-- Manage applications, text for dialog moving an app -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002739 <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 -08002740 <!-- Manage applications, application installation location title -->
2741 <string name="app_install_location_title">Preferred install location</string>
2742 <!-- Manage applications. application installation location summary -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002743 <string name="app_install_location_summary">Change the preferred installation location for new apps</string>
Dianne Hackbornf0b63c22011-07-18 16:18:34 -07002744 <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling apps -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002745 <string name="app_disable_dlg_title">Disable built-in app?</string>
Dianne Hackbornf0b63c22011-07-18 16:18:34 -07002746 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling apps -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002747 <string name="app_disable_dlg_text">If you disable a built-in app, other apps
2748 may misbehave.</string>
Dianne Hackborn9072d9e2012-10-12 19:20:09 -07002749 <!-- [CHAR LIMIT=NONE] Manage applications, title for dialog when disabling updated apps -->
2750 <string name="app_special_disable_dlg_title">Delete data and disable app?</string>
2751 <!-- [CHAR LIMIT=NONE] Manage applications, text for dialog when disabling update apps -->
2752 <string name="app_special_disable_dlg_text">If you disable a built-in app, other apps
2753 may misbehave. Your data will also be deleted.</string>
Daniel Sandler70b59992012-05-15 15:48:09 -04002754 <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling notifications for an app -->
2755 <string name="app_disable_notifications_dlg_title">Turn off notifications?</string>
2756 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling notifications for an app -->
2757 <string name="app_disable_notifications_dlg_text">
2758 If you turn off notifications for this app, you may miss important alerts and updates.
2759 </string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002760
Dianne Hackborna522a8e2013-01-15 19:02:05 -08002761 <!-- App Ops Settings --> <skip />
2762 <!-- [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 -08002763 <string name="app_ops_settings">App ops</string>
Dianne Hackborna522a8e2013-01-15 19:02:05 -08002764 <!-- [CHAR LIMIT=NONE] Time label for an operation that is currently running. -->
2765 <string name="app_ops_running">Running</string>
Dianne Hackborn0dd99022013-01-24 19:14:26 -08002766 <!-- [CHAR LIMIT=NONE] Time label for an operation that has never executed. -->
2767 <string name="app_ops_never_used">(Never used)</string>
2768
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002769 <!-- [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 -07002770 <string name="storageuse_settings_title">Storage use</string>
2771 <!-- 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 -07002772 <string name="storageuse_settings_summary">View storage used by apps</string>
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002773
Dianne Hackbornc58c5492009-08-31 21:33:17 -07002774 <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
2775 <string name="runningservices_settings_title">Running services</string>
2776 <!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->
2777 <string name="runningservices_settings_summary">View and control currently running services</string>
2778 <!-- Label for a service item when it is restarting -->
2779 <string name="service_restarting">Restarting</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002780 <!-- Label for a process item representing a background process -->
2781 <string name="cached">Cached background process</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002782 <!-- [CHAR LIMIT=25] Text shown when there are no services running -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002783 <string name="no_running_services">Nothing running.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07002784 <!-- Running services, description for a service in the started state -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002785 <string name="service_started_by_app">Started by app.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07002786 <!-- Running services, description for a service in the started state -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002787 <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g></string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002788 <!-- [CHAR LIMIT=10] Running services, summary of background processes -->
2789 <string name="service_background_processes"><xliff:g id="memory">%1$s</xliff:g> free</string>
2790 <!-- [CHAR LIMIT=10] Running services, summary of foreground processes -->
2791 <string name="service_foreground_processes"><xliff:g id="memory">%1$s</xliff:g> used</string>
2792 <!-- [CHAR LIMIT=10] Running services, label for chart showing memory use. -->
2793 <string name="memory">RAM</string>
Dianne Hackborn8c212ef2009-09-21 00:37:32 -07002794 <!-- Text to label a process entry with the process name. -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002795 <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
Dianne Hackborn271c8b02012-08-20 17:24:39 -07002796 <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
2797 <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 -07002798 <!-- [CHAR LIMIT=NONE] Label of a running process that represents a removed -->
2799 <string name="running_process_item_removed_user_label">Removed user</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002800 <!-- Descriptive text of a running process: singular process, singular service. -->
2801 <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
2802 process and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2803 <!-- Descriptive text of a running process: singular process, plural service. -->
2804 <string name="running_processes_item_description_s_p"><xliff:g id="numprocess">%1$d</xliff:g>
2805 process and <xliff:g id="numservices">%2$d</xliff:g> services</string>
2806 <!-- Descriptive text of a running process: plural process, singular service. -->
2807 <string name="running_processes_item_description_p_s"><xliff:g id="numprocess">%1$d</xliff:g>
2808 processes and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2809 <!-- Descriptive text of a running process: plural process, plural service. -->
2810 <string name="running_processes_item_description_p_p"><xliff:g id="numprocess">%1$d</xliff:g>
2811 processes and <xliff:g id="numservices">%2$d</xliff:g> services</string>
Jim Miller00d24762009-12-22 19:04:57 -08002812
Dianne Hackborn728ac352010-06-06 22:51:42 -07002813 <!-- Details about an application's running services. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002814 <string name="runningservicedetails_settings_title">Running app</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002815 <!-- Message displayed when there are no active services in a process. -->
2816 <string name="no_services">Not active</string>
2817 <!-- Title for list of services. -->
2818 <string name="runningservicedetails_services_title">Services</string>
2819 <!-- Title for list of services. -->
2820 <string name="runningservicedetails_processes_title">Processes</string>
2821 <!-- Running service details, stop a service that has started itself. -->
2822 <string name="service_stop">Stop</string>
2823 <!-- Running service details, manage a service that is running for some other reason. -->
Dianne Hackbornea38e672010-06-11 10:25:54 -07002824 <string name="service_manage">Settings</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002825 <!-- Running service details, default description for services that are started. -->
2826 <string name="service_stop_description">This service was started by its
Eric Fischerdfb894c2011-10-04 14:57:57 -07002827 app. Stopping it may cause the app to fail.</string>
Dianne Hackbornc01b0c82010-06-24 11:29:50 -07002828 <!-- Running service details, description for running heavy-weight process. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002829 <string name="heavy_weight_stop_description">This app can\'t safely
2830 be stopped. If you stop it, you may lose some of your current work.</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002831 <!-- Running service details, description for background process. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002832 <string name="background_process_stop_description">This is an old app
2833 process that is still running in case it\'s needed again.
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002834 There is usually no reason to stop it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002835 <!-- Running service details, default description for services that are managed. -->
2836 <string name="service_manage_description"><xliff:g id="client_name">%1$s</xliff:g>:
Eric Fischerdfb894c2011-10-04 14:57:57 -07002837 currently in use. Touch Settings to control it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002838 <!-- Description of the main process in the details. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002839 <string name="main_running_process_description">Main process in use.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002840 <!-- Message that a process's service is in use. -->
2841 <string name="process_service_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g>
2842 is in use.</string>
2843 <!-- Message that a process's provider is in use. -->
2844 <string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g>
2845 is in use.</string>
Dianne Hackbornb8f9c9c2010-10-06 16:46:53 -07002846 <!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. -->
2847 <string name="runningservicedetails_stop_dlg_title">Stop system service?</string>
2848 <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002849 <string name="runningservicedetails_stop_dlg_text" product="tablet">If you stop this service, some
Eric Fischerc9904f02010-11-01 16:54:51 -07002850 features of your tablet may stop working correctly until you power it off
2851 and then on again.</string>
2852 <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07002853 <string name="runningservicedetails_stop_dlg_text" product="default">If you stop this service, some
Dianne Hackbornb8f9c9c2010-10-06 16:46:53 -07002854 features of your phone may stop working correctly until you power it off
2855 and then on again.</string>
Jim Milleredfaaea2010-10-13 21:11:07 -07002856
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002857 <!-- Language Settings --> <skip />
2858 <!-- 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 -08002859 <string name="language_settings">Language &amp; input</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -07002860 <!-- Title of Language and keyboard settings screen -->
Amith Yamasanic9fdfa82010-12-14 14:38:16 -08002861 <string name="language_keyboard_settings_title">Language &amp; input</string>
Ken Wakasad2c3f372010-09-28 19:01:17 +09002862 <!-- 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). -->
2863 <string name="language_settings_category">Language settings</string>
2864 <!-- 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 +09002865 <string name="keyboard_settings_category">Keyboard &amp; input methods</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002866 <!-- 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 +09002867 <string name="phone_language">Language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002868 <!-- 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 -08002869 <string name="phone_language_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002870 <!-- 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. -->
2871 <string name="auto_replace">Auto-replace</string>
2872 <!-- On Text & language settings screen, setting summary. This is the summary for the "Auto-replace" setting. -->
2873 <string name="auto_replace_summary">Correct mistyped words</string>
Tadashi G. Takaokabf73f4f2011-01-14 18:33:42 +09002874 <!-- 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 +09002875 <string name="auto_caps">Auto-capitalization</string>
Tadashi G. Takaokabf73f4f2011-01-14 18:33:42 +09002876 <!-- 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 -08002877 <string name="auto_caps_summary">Capitalize first letter in sentences</string>
2878 <!-- 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". -->
2879 <string name="auto_punctuate">Auto-punctuate</string>
2880 <!-- On Text & language settings screen, category for physical keyboard text entry options. -->
2881 <string name="hardkeyboard_category">Physical keyboard settings</string>
2882 <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. -->
2883 <string name="auto_punctuate_summary">Press Space key twice to insert \u0022.\u0022</string>
2884 <!-- 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 -07002885 <string name="show_password">Make passwords visible</string>
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07002886 <!-- Warning message about security implications of enabling an input method, displayed as a dialog
2887 message when the user selects to enable an IME. -->
2888 <string name="ime_security_warning">This input method may be able to collect
2889 all the text you type, including personal data like passwords and credit
Eric Fischerdfb894c2011-10-04 14:57:57 -07002890 card numbers. It comes from the app
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07002891 <xliff:g id="ime_application_name">%1$s</xliff:g>.
Roy West0ce6f6d2009-09-23 13:07:19 -07002892 Use this input method?</string>
satoka43dd392011-10-05 18:49:51 +09002893 <!-- Warning message about security implications of enabling a spell checker, displayed as a dialog
2894 message when the user selects to enable a spell checker. -->
2895 <string name="spellchecker_security_warning">This spell checker may be able to collect
2896 all the text you type, including personal data like passwords and credit
2897 card numbers. It comes from the app
2898 <xliff:g id="spellchecker_application_name">%1$s</xliff:g>.
2899 Use this spell checker?</string>
alanv0aa7c4f2012-05-21 17:55:19 -07002900 <!-- Image button description for spell checker quick settings. -->
2901 <string name="spellchecker_quick_settings">Settings</string>
2902 <!-- Image button description for spell checker language. -->
2903 <string name="spellchecker_language">Language</string>
satoke508dc22012-05-11 18:37:39 +09002904 <!-- Toast that settings for an application is failed to open. -->
2905 <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 -07002906
Jeff Brownd82487b2011-06-02 03:10:28 -07002907 <!-- 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 +09002908 <string name="pointer_settings_category">Mouse/trackpad</string>
Jeff Brownd82487b2011-06-02 03:10:28 -07002909 <!-- On Language & input settings screen, setting summary. Setting for mouse pointer speed. [CHAR LIMIT=35] -->
2910 <string name="pointer_speed">Pointer speed</string>
Jim Miller00d24762009-12-22 19:04:57 -08002911
Jeff Brownf8fb0e52012-04-13 20:27:45 -07002912 <!-- 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] -->
2913 <string name="game_controller_settings_category">Game Controller</string>
2914 <!-- On Language & input settings screen, setting title. Setting to redirect vibration to input devices. [CHAR LIMIT=35] -->
2915 <string name="vibrate_input_devices">Use vibrator</string>
2916 <!-- On Language & input settings screen, setting summary. Setting to redirect vibration to input devices. [CHAR LIMIT=100] -->
2917 <string name="vibrate_input_devices_summary">Redirect vibrator to game controller when connected.</string>
2918
Jeff Brown766b2862012-05-18 15:04:45 -07002919 <!-- Keyboard Layout Preference Dialog --> <skip />
2920 <!-- Title for the keyboard layout preference dialog. [CHAR LIMIT=35] -->
2921 <string name="keyboard_layout_dialog_title">Choose keyboard layout</string>
2922 <!-- Button to configure keyboard layouts. [CHAR LIMIT=35] -->
2923 <string name="keyboard_layout_dialog_setup_button">Set up keyboard layouts</string>
Jeff Brown693d7b72012-05-29 17:26:27 -07002924 <!-- Hint describing how to switch keyboard layouts using the keyboard. [CHAR LIMIT=48] -->
Jeff Brown0e3232f2012-05-24 15:01:33 -07002925 <string name="keyboard_layout_dialog_switch_hint">To switch, press Control-Spacebar</string>
Jeff Brown512d0cb2012-04-17 13:55:15 -07002926 <!-- Label of the default keyboard layout. [CHAR LIMIT=35] -->
2927 <string name="keyboard_layout_default_label">Default</string>
Jeff Browne46c5f32012-04-05 11:42:18 -07002928
Jeff Brown766b2862012-05-18 15:04:45 -07002929 <!-- Keyboard Layout Picker --> <skip />
2930 <!-- Title for the keyboard layout picker activity. [CHAR LIMIT=35] -->
2931 <string name="keyboard_layout_picker_title">Keyboard layouts</string>
2932
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002933 <!-- User dictionary settings --><skip />
Satoshi Kataoka5df33072013-04-30 14:30:12 +09002934 <!-- User dictionary settings. The title of the list item to go into the Personal dictionary settings screen. [CHAR LIMIT=35] -->
2935 <string name="user_dict_settings_title">Personal dictionary</string>
2936 <!-- User dictionary settings. The summary of the list item to go into the Personal dictionary settings screen. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08002937 <string name="user_dict_settings_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002938 <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
2939 <string name="user_dict_settings_add_menu_title">Add</string>
Jean Chalard60bca712011-12-05 18:01:52 +09002940 <!-- 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 -08002941 <string name="user_dict_settings_add_dialog_title">Add to dictionary</string>
Jean Chalardbe07e492012-05-08 16:35:53 +09002942 <!-- 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] -->
2943 <string name="user_dict_settings_add_screen_title">Phrase</string>
Jean Chalarda21db602012-01-05 19:16:49 +09002944 <!-- 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 +09002945 <string name="user_dict_settings_add_dialog_more_options">More options</string>
2946 <!-- User dictionary settings. Text on the dialog button mask advanced options. [CHAR LIMIT=15] -->
2947 <string name="user_dict_settings_add_dialog_less_options">Less options</string>
Jean Chalard60bca712011-12-05 18:01:52 +09002948 <!-- User dictionary settings. Text on the dialog button to confirm adding a word. [CHAR LIMIT=15] -->
Jean Chalarde17eefa2011-12-02 14:56:39 +09002949 <string name="user_dict_settings_add_dialog_confirm">OK</string>
Jean Chalard75eba8c2011-12-21 18:13:09 +09002950 <!-- 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] -->
2951 <string name="user_dict_settings_add_word_option_name">Word:</string>
2952 <!-- 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 +09002953 <string name="user_dict_settings_add_shortcut_option_name">Shortcut:</string>
Jean Chalard75eba8c2011-12-21 18:13:09 +09002954 <!-- User dictionary settings. Label to put before the language field. [CHAR LIMIT=20] -->
Jean Chalard60bca712011-12-05 18:01:52 +09002955 <string name="user_dict_settings_add_locale_option_name">Language:</string>
Jean Chalard0ac95052013-04-19 21:46:14 +09002956 <!-- User dictionary settings. Hint for the text field to type the word to add to the user dictionary. [CHAR LIMIT=35] -->
2957 <string name="user_dict_settings_add_word_hint">Type a word</string>
2958 <!-- User dictionary settings. Hint for the text field to type the optional shortcut to add to the user dictionary. [CHAR LIMIT=35] -->
2959 <string name="user_dict_settings_add_shortcut_hint">Optional shortcut</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002960 <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
2961 <string name="user_dict_settings_edit_dialog_title">Edit word</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002962 <!-- User dictionary settings. The title of the context menu item to edit the current word -->
2963 <string name="user_dict_settings_context_menu_edit_title">Edit</string>
2964 <!-- User dictionary settings. The title of the context menu item to delete the current word -->
2965 <string name="user_dict_settings_context_menu_delete_title">Delete</string>
Amith Yamasani26797fe2011-03-02 19:03:01 -08002966 <!-- 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 -07002967 <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 +09002968 <!-- User dictionary settings. The list item to choose to insert a word into the user dictionary for all languages -->
2969 <string name="user_dict_settings_all_languages">For all languages</string>
Jean Chalardd99ba492011-12-06 18:40:11 +09002970 <!-- User dictionary settings. The text to show for the option that shows the entire list of supported locales to choose one [CHAR LIMIT=30] -->
2971 <string name="user_dict_settings_more_languages">More languages…</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002972
2973 <!-- 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" -->
2974 <string name="testing">Testing</string>
2975 <!-- 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 -07002976 <string name="testing_phone_info" product="tablet">Tablet information</string>
2977 <!-- In the Testing screen. The item title of the activity that shows a bunch of phone-related information. -->
2978 <string name="testing_phone_info" product="default">Phone information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002979 <!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information. -->
2980 <string name="testing_battery_info">Battery information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002981 <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations. -->
2982 <string name="testing_sim_toolkit">SIM toolkit</string>
2983
2984 <!-- The title of the item to go into the Quick launch settings. -->
2985 <string name="quick_launch_title">Quick launch</string>
2986 <!-- 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 -07002987 <string name="quick_launch_summary">Set keyboard shortcuts to launch apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002988 <!-- 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 -07002989 <string name="quick_launch_assign_application">Assign app</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002990 <!-- 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 -->
2991 <string name="quick_launch_no_shortcut">No shortcut</string>
2992 <!-- On the Quick launch settings screen, summary text under the item for each assigned letter. -->
2993 <string name="quick_launch_shortcut">Search + <xliff:g id="shortcut_letter">%1$s</xliff:g></string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002994 <!-- 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 -08002995 <string name="quick_launch_clear_dialog_title">Clear</string>
2996 <!-- On the Quick launch settings screen, message in the "Clear shortcut" confirmation dialog. See the title for this dialog for more info. -->
2997 <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>
2998 <!-- Clear dialog for quick launch setting box button labels: -->
2999 <string name="quick_launch_clear_ok_button">OK</string>
3000 <!-- Clear dialog for quick launch setting box button labels: -->
3001 <string name="quick_launch_clear_cancel_button">Cancel</string>
3002 <!-- 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 -07003003 <string name="quick_launch_display_mode_applications">Apps</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003004 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all shortcutable applications -->
3005 <string name="quick_launch_display_mode_shortcuts">Shortcuts</string>
3006
3007 <!-- Input methods Settings -->
3008 <string name="input_methods_settings_title">Text input</string>
Amith Yamasanie7739d12010-05-28 18:19:43 -07003009 <!-- Setting name for Input Method chooser -->
3010 <string name="input_method">Input method</string>
Jean Chalard8ba5c422011-08-31 21:40:43 +09003011 <!-- Title for the option to press to choose the current input method [CHAR LIMIT=35] -->
3012 <string name="current_input_method">Default</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003013 <!-- Title for setting the visibility of input method selector [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09003014 <string name="input_method_selector">Input method selector</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003015 <!-- An option to always show input method selector automatically when needed [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09003016 <string name="input_method_selector_show_automatically_title">Automatic</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003017 <!-- An option to always show input method selector [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09003018 <string name="input_method_selector_always_show_title">Always show</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003019 <!-- An option to always hide input method selector [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09003020 <string name="input_method_selector_always_hide_title">Always hide</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003021 <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003022 <string name="configure_input_method">Set up input methods</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003023 <!-- Title for settings of each IME [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09003024 <string name="input_method_settings">Settings</string>
Alan Viverettef97840f2011-07-28 16:11:37 -07003025 <!-- Spoken description for IME settings image button [CHAR LIMIT=NONE] -->
3026 <string name="input_method_settings_button">Settings</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003027 <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09003028 <string name="active_input_method_subtypes">Active input methods</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003029 <!-- 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 +09003030 <string name="use_system_language_to_select_input_method_subtypes">Use system language</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09003031 <!-- 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 -08003032 <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 +09003033 <!-- Title for the settings of selecting active input methods of an IME [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003034 <string name="input_methods_and_subtype_enabler_title">Choose active input methods</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08003035 <!-- Summary for on-screen keyboard settings -->
Roy West22762e62009-09-27 12:01:46 -07003036 <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08003037 <!-- Title for built-in keyboard settings -->
Roy West642b89d2011-02-17 21:41:46 -08003038 <string name="builtin_keyboard_settings_title">Physical keyboard</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08003039 <!-- Summary for built-in keyboard settings -->
Roy West92f94eb2011-02-17 20:01:07 -08003040 <string name="builtin_keyboard_settings_summary">Physical keyboard settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003041
3042 <!-- 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 -07003043 <string name="development_settings_title">Developer options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003044 <!-- 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 -07003045 <string name="development_settings_summary">Set options for app development</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003046 <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
Amith Yamasanic39dcc12013-04-13 18:30:59 -07003047 <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] -->
3048 <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 -08003049 <string name="enable_adb">USB debugging</string>
3050 <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
3051 <string name="enable_adb_summary">Debug mode when USB is connected</string>
Benoit Goby0761ffc2012-12-21 16:43:20 -08003052 <!-- Setting title to revoke secure USB debugging authorizations -->
3053 <string name="clear_adb_keys">Revoke USB debugging authorizations</string>
Dianne Hackborn2d803a32012-08-07 11:26:32 -07003054 <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
3055 <string name="bugreport_in_power">Power menu bug reports</string>
3056 <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
3057 <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 -08003058 <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
3059 <string name="keep_screen_on">Stay awake</string>
3060 <!-- setting Checkbox summary whether to keep the screen on when plugged in -->
3061 <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
3062 <!-- Setting Checkbox title whether to allow mock locations -->
3063 <string name="allow_mock_location">Allow mock locations</string>
3064 <!-- setting Checkbox summary whether to allow mock locations -->
3065 <string name="allow_mock_location_summary">Allow mock locations</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04003066 <!-- Title of warning dialog about the implications of enabling USB debugging -->
Roy West0ce6f6d2009-09-23 13:07:19 -07003067 <string name="adb_warning_title">Allow USB debugging?</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04003068 <!-- Warning text to user about the implications of enabling USB debugging -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003069 <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 -08003070 <!-- Message of dialog confirming that user wants to revoke access to adb from all computers they have authorized -->
3071 <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 -08003072 <!-- Title of warning dialog about the implications of enabling developer settings -->
3073 <string name="dev_settings_warning_title">Allow development settings?</string>
3074 <!-- Warning text to user about the implications of enabling USB debugging -->
3075 <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 -07003076 <!-- Title of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=32] -->
3077 <string name="verify_apps_over_usb_title">Verify apps over USB</string>
3078 <!-- Summary of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=NONE] -->
3079 <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 -08003080
Jeff Sharkeycaf15612012-05-14 20:51:05 -07003081 <!-- Title of checkbox setting that protects external storage. [CHAR LIMIT=32] -->
3082 <string name="enforce_read_external_title" product="nosdcard">Protect USB storage</string>
3083 <!-- Summary of checkbox setting that protects external storage. [CHAR LIMIT=64] -->
3084 <string name="enforce_read_external_summary" product="nosdcard">Apps must request permission to read USB storage</string>
3085 <!-- Title of dialog confirming that user wants to protect external storage. [CHAR LIMIT=32] -->
3086 <string name="enforce_read_external_confirm_title" product="nosdcard">Protect USB storage?</string>
3087 <!-- Message of dialog confirming that user wants to protect external storage. [CHAR LIMIT=NONE] -->
3088 <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>
3089
3090 <!-- Title of checkbox setting that protects external storage. [CHAR LIMIT=32] -->
3091 <string name="enforce_read_external_title" product="default">Protect SD card</string>
3092 <!-- Summary of checkbox setting that protects external storage. [CHAR LIMIT=64] -->
3093 <string name="enforce_read_external_summary" product="default">Apps must request permission to read SD card</string>
3094 <!-- Title of dialog confirming that user wants to protect external storage. [CHAR LIMIT=32] -->
3095 <string name="enforce_read_external_confirm_title" product="default">Protect SD card?</string>
3096 <!-- Message of dialog confirming that user wants to protect external storage. [CHAR LIMIT=NONE] -->
3097 <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>
3098
Jeff Sharkeyd390b702013-03-05 23:31:45 -08003099 <!-- Title of checkbox setting that enables the terminal app. [CHAR LIMIT=32] -->
3100 <string name="enable_terminal_title">Local terminal</string>
3101 <!-- Summary of checkbox setting that enables the terminal app. [CHAR LIMIT=64] -->
3102 <string name="enable_terminal_summary">Enable terminal app that offers local shell access</string>
3103
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003104 <!-- Title for the screen that lets the user choose a gadget to add to the home screen
3105 (or other screens that can host gadgets). Note to translators: we're still determining
3106 the final name for Gadgets/Widgets, so please translate both for now. -->
3107 <string name="gadget_picker_title">Choose gadget</string>
Jim Miller00d24762009-12-22 19:04:57 -08003108
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003109 <!-- Title for the screen that lets the user choose a widget to add to the home screen
3110 (or other screens that can host widgets). Note to translators: we're still determining
3111 the final name for Gadgets/Widgets, so please translate both for now. -->
3112 <string name="widget_picker_title">Choose widget</string>
3113
Michael Jurkac9029d92012-04-20 01:47:44 -07003114 <!-- Title in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
3115 <string name="allow_bind_app_widget_activity_allow_bind_title">Create widget and allow access?</string>
3116
3117 <!-- Message in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
3118 <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>
3119
3120 <!-- Text for checkbox that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
3121 <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>
3122
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003123 <!-- 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 -07003124 <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 -08003125
3126 <!-- 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 -07003127 <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 -08003128
3129 <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07003130 <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 -08003131
3132 <!-- Used to show an amount of time in the form "s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07003133 <string name="battery_history_seconds"><xliff:g id="seconds">%1$d</xliff:g>s</string>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07003134
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003135 <!-- XXX remove? Strings used for displaying usage statistics -->
3136 <string name="usage_stats_label">Usage statistics</string>
Jim Miller00d24762009-12-22 19:04:57 -08003137
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003138 <!-- In the Testing screen. The item title of the activity that shows usage statistics. -->
3139 <string name="testing_usage_stats">Usage statistics</string>
3140 <!-- label for text to indicate sort options -->
3141 <string name="display_order_text">Sort by:</string>
3142 <!-- label for application name -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003143 <string name="app_name_label">App</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003144 <!-- label for launch count -->
3145 <string name="launch_count_label">Count</string>
3146 <!-- label for usage time -->
3147 <string name="usage_time_label">Usage time</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07003148
3149 <!-- Accessibility settings -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003150 <skip />
svetoslavganova05d0dc2009-05-14 22:26:34 -07003151
Amith Yamasani985f5ef2009-09-16 12:43:50 -07003152 <!-- Settings title in main settings screen for accessibility settings -->
3153 <string name="accessibility_settings">Accessibility</string>
Eric Fischer0f7b72f2011-08-02 16:46:51 -07003154 <!-- Settings title for accessibility settings screen -->
3155 <string name="accessibility_settings_title">Accessibility settings</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003156 <!-- Title for the accessibility preference category of accessibility services. [CHAR LIMIT=25] -->
3157 <string name="accessibility_services_title">Services</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003158 <!-- Title for the accessibility preference category of system related preferences. [CHAR LIMIT=25] -->
3159 <string name="accessibility_system_title">System</string>
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003160 <!-- Title for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=35] -->
Svetoslav Ganov78995992012-10-05 14:02:36 -07003161 <string name="accessibility_screen_magnification_title">Magnification gestures</string>
Svetoslav Ganova59f1aa2012-09-27 16:04:54 -07003162 <!-- Summary for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=none] -->
Svetoslav Ganov78995992012-10-05 14:02:36 -07003163 <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 -07003164 <!-- Title for the preference to enable the global geture that turns on accessibility. [CHAR LIMIT=35] -->
3165 <string name="accessibility_global_gesture_preference_title">Accessibility shortcut</string>
3166 <!-- Summary for the preference to enable the global geture that turns on accessibility (on state). [CHAR LIMIT=60] -->
alanvf4f1b802012-10-09 11:05:45 -07003167 <string name="accessibility_global_gesture_preference_summary_on">On</string>
Svetoslav Ganov26a6df02012-10-01 18:41:25 -07003168 <!-- Summary for the preference screen to enable the global geture that turns on accessibility (off state). [CHAR LIMIT=35] -->
3169 <string name="accessibility_global_gesture_preference_summary_off">Off</string>
3170 <!-- Description for the preference screen to enable the global geture taht turns on accessibility. [CHAR LIMIT=none] -->
Svetoslav Ganov7e54c542012-10-07 11:48:53 -07003171 <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 -07003172 <!-- Title for the accessibility preference to enable large text. [CHAR LIMIT=35] -->
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003173 <string name="accessibility_toggle_large_text_preference_title">Large text</string>
3174 <!-- Title for the accessibility preference to enable screen magnification. [CHAR LIMIT=35] -->
3175 <string name="accessibility_toggle_screen_magnification_preference_title">Screen magnification</string>
3176 <!-- Title for the accessibility preference to auto update screen magnification. [CHAR LIMIT=35] -->
3177 <string name="accessibility_toggle_screen_magnification_auto_update_preference_title">Auto
3178 update screen magnification</string>
3179 <!-- Summary for the accessibility preference to auto update screen magnification. [CHAR LIMIT=50] -->
3180 <string name="accessibility_toggle_screen_magnification_auto_update_preference_summary">Update
3181 screen magnification on app transitions</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003182 <!-- Title for the accessibility preference to power button to end a call. [CHAR LIMIT=35] -->
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003183 <string name="accessibility_power_button_ends_call_prerefence_title">Power button ends call</string>
Svetoslav Ganov7e8dcbe2011-12-05 12:54:53 -08003184 <!-- Title for the accessibility preference to speak passwords. [CHAR LIMIT=35] -->
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -07003185 <string name="accessibility_toggle_speak_password_preference_title">Speak passwords</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003186 <!-- 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 -07003187 <string name="accessibility_long_press_timeout_preference_title">Touch &amp; hold delay</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003188
3189 <!-- Title for accessibility menu item to lauch a settings activity. [CHAR LIMIT=15] -->
3190 <string name="accessibility_menu_item_settings">Settings</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003191
Svetoslav Ganovd4c7b492013-06-11 21:15:11 -07003192 <!-- Summary for the enabled state of a feature. [CHAR LIMIT=10] -->
3193 <string name="feature_state_on">On</string>
3194 <!-- Summary for the disabled state of a feature. [CHAR LIMIT=10] -->
3195 <string name="feature_state_off">Off</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07003196
Svetoslav8fdc5642013-04-16 18:54:53 -07003197 <!-- Title for a warning about security implications of enabling an accessibility
3198 service. [CHAR LIMIT=NONE] -->
3199 <string name="enable_service_title">Use
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003200 <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
Svetoslav8fdc5642013-04-16 18:54:53 -07003201 <!-- Title for the list of capabilities of an accessibility service. -->
3202 <string name="capabilities_list_title"><xliff:g id="service" example="TalkBack">%1$s</xliff:g>
3203 needs to:</string>
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003204
Svetoslav8fdc5642013-04-16 18:54:53 -07003205 <!-- Title for the capability of an accessibility service to receive events and keys. -->
3206 <string name="capability_title_receiveAccessibilityEvents">Observe your actions</string>
3207 <!-- Description for the capability of an accessibility service to receive events and keys. -->
3208 <string name="capability_desc_receiveAccessibilityEvents">Receive notifications when you\'re
3209 interacting with an app.</string>
3210
3211 <!-- Title for a warning about disabling an accessibility service. [CHAR LIMIT=NONE] -->
Svetoslavbf3391f2013-04-15 12:20:39 -07003212 <string name="disable_service_title">Stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
Svetoslav8fdc5642013-04-16 18:54:53 -07003213 <!-- Message for a warning about disabling accessibility service. [CHAR LIMIT=NONE] -->
3214 <string name="disable_service_message">Touching OK will
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003215 stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.</string>
3216
Svetoslav Ganov9b539cc2011-09-14 12:20:06 -07003217 <!-- Title for the prompt shown as a placeholder if no accessibility serivices are installed. [CHAR LIMIT=50] -->
3218 <string name="accessibility_no_services_installed">No services installed</string>
3219
Charles Chen05b08a52009-11-10 14:05:41 -08003220 <!-- Title for the prompt that lets users know that they have no accessibility related apps
Costin Manolache672b3c62011-07-21 10:38:15 -07003221 installed and that they can install TalkBack from Market. [CHAR LIMIT=50] -->
Svetoslav Ganov9b539cc2011-09-14 12:20:06 -07003222 <string name="accessibility_service_no_apps_title">Need a screen reader?</string>
Charles Chen05b08a52009-11-10 14:05:41 -08003223 <!-- Message for the prompt that lets users know that they have no accessibility related apps
Costin Manolache672b3c62011-07-21 10:38:15 -07003224 installed and that they can install TalkBack from Market. [CHAR LIMIT=NONE] -->
Svetoslav Ganov9b539cc2011-09-14 12:20:06 -07003225 <string name="accessibility_service_no_apps_message">TalkBack provides spoken feedback to
3226 help blind and low-vision users. Do you want to install it for free from Android
3227 Market?</string>
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003228
Svetoslav Ganoveb9478c2011-09-14 16:33:26 -07003229 <!-- Default description for an accessibility serivice if the latter doesn't provide one. [CHAR LIMIT=NONE] -->
3230 <string name="accessibility_service_default_description">No description provided.</string>
Svetoslav Ganovea5a50a2011-08-31 16:47:57 -07003231
Eric Fischer0f7b72f2011-08-02 16:46:51 -07003232 <!-- Accessibility settings: button for lauching settings for an accessibility service -->
3233 <string name="settings_button">Settings</string>
Svetoslav Ganov82623012011-03-02 13:00:42 -08003234
Svetoslav Ganovd4c7b492013-06-11 21:15:11 -07003235 <!-- Printing settings -->
3236 <skip />
3237
3238 <!-- Title in main settings screen for printing settings [CHAR LIMIT=15] -->
3239 <string name="print_settings">Printing</string>
3240 <!-- Title for print service settings screen [CHAR LIMIT=25] -->
3241 <string name="print_settings_title">Printing settings</string>
3242 <!-- Title for the printing preference category of print services. [CHAR LIMIT=25] -->
3243 <string name="print_services_title">Services</string>
3244
3245 <!-- Title for a warning message about security implications of enabling a print service,
3246 displayed as a dialog message when the user selects to enable a print service (tablet). [CHAR LIMIT=NONE] -->
3247 <string name="print_service_security_warning_title">Use
3248 <xliff:g id="service" example="My Print Service">%1$s</xliff:g>?</string>
3249 <!-- Summary for a warning message about security implications of enabling a print service,
3250 displayed as a dialog message when the user selects to enable a print service. [CHAR LIMIT=NONE] -->
3251 <string name="print_service_security_warning_summary">
3252 <xliff:g id="print_service_name">%1$s</xliff:g> can receive documents you print.
3253 Such documents may contain sensitive data.</string>
3254
3255 <!-- Title for the prompt shown as a placeholder if no print serivices are installed. [CHAR LIMIT=50] -->
3256 <string name="print_no_services_installed">No services installed</string>
3257
3258 <!-- Title for print menu item to launch a settings activity. [CHAR LIMIT=25] -->
3259 <string name="print_menu_item_settings">Settings</string>
3260
3261 <!-- Title for print menu item to launch the add printers activity. [CHAR LIMIT=25] -->
3262 <string name="print_menu_item_add_printers">Add printers</string>
3263
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003264 <!-- App Fuel Gauge strings -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003265 <skip />
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003266
3267 <!-- Activity title for App Fuel Gauge summary -->
Gilles Debunne2c88a872011-06-21 12:47:17 -07003268 <string name="power_usage_summary_title">Battery</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -07003269 <!-- Activity title summary for App Fuel Gauge summary -->
3270 <string name="power_usage_summary">What has been using the battery</string>
Amith Yamasani137588d2010-11-12 14:13:03 -08003271 <!-- Message to show when battery usage data is not available [CHAR LIMIT=30] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003272 <string name="power_usage_not_available">Battery usage data isn\'t available.</string>
Amith Yamasania4379d62011-07-22 10:34:58 -07003273 <!-- Display the battery level and status [CHAR_LIMIT=30] -->
Amith Yamasaniecd7b8a2011-09-13 13:40:27 -07003274 <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 -07003275 <!-- Battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003276 <string name="battery_since_unplugged">Battery use since unplugged</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003277 <!-- Battery usage since user reset the stats -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003278 <string name="battery_since_reset">Battery use since reset</string>
Dianne Hackbornea38e672010-06-11 10:25:54 -07003279 <!-- Battery usage on battery duration -->
3280 <string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> on battery</string>
Amith Yamasani0422a3b2009-06-12 14:15:20 -07003281 <!-- Battery usage duration -->
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003282 <string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003283 <!-- [CHAR LIMIT=25] Label for battery stats charging state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07003284 <string name="battery_stats_charging_label">Charging</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003285 <!-- [CHAR LIMIT=25] Label for battery stats screen on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07003286 <string name="battery_stats_screen_on_label">Screen on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003287 <!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07003288 <string name="battery_stats_gps_on_label">GPS on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003289 <!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
Russell Brenner6de99052013-02-01 10:57:49 -08003290 <string name="battery_stats_wifi_running_label">Wi\u2011Fi</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003291 <!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
3292 <string name="battery_stats_wake_lock_label">Awake</string>
3293 <!-- [CHAR LIMIT=25] Label for battery stats phone signal strength graph -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003294 <string name="battery_stats_phone_signal_label">Mobile network signal</string>
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07003295 <!-- Battery usage during last unplugged period -->
3296 <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003297 <!-- CPU awake time title -->
3298 <string name="awake">Device awake time</string>
3299 <!-- Wifi on time -->
Russell Brenner6de99052013-02-01 10:57:49 -08003300 <string name="wifi_on_time">Wi\u2011Fi on time</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003301 <!-- Bluetooth on time -->
Russell Brenner6de99052013-02-01 10:57:49 -08003302 <string name="bluetooth_on_time">Wi\u2011Fi on time</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003303 <!-- Application name and battery usage percentage -->
3304 <string name="usage_name_percent"><xliff:g id="name">%1$s</xliff:g>" - "
Eric Fischerfe4ddf82009-08-28 13:02:24 -07003305 <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 -07003306
Dianne Hackborn59a48602010-11-10 23:34:52 -08003307 <!-- Activity title for battery usage history details -->
3308 <string name="history_details_title">History details</string>
Jim Miller36972bb2010-11-30 19:47:38 -08003309
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003310 <!-- Activity title for battery usage details for an app. or power consumer -->
Dianne Hackborn59a48602010-11-10 23:34:52 -08003311 <string name="details_title">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003312 <!-- Subtitle for application/subsystem details -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003313 <string name="details_subtitle">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003314 <!-- Subtitle for possible options -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003315 <string name="controls_subtitle">Adjust power use</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003316 <!-- Subtitle for list of packages -->
3317 <string name="packages_subtitle">Included packages</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003318
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003319 <!-- Label for power consumed by the screen -->
Amith Yamasani7456f672011-02-22 14:44:18 -08003320 <string name="power_screen">Screen</string>
Claudia de Veaux7dc36b92011-10-17 12:54:20 -07003321 <!-- Label for power consumed by Wi-Fi -->
Russell Brenner6de99052013-02-01 10:57:49 -08003322 <string name="power_wifi">Wi\u2011Fi</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003323 <!-- Label for power consumed by Bluetooth -->
3324 <string name="power_bluetooth">Bluetooth</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003325 <!-- Label for power consumed by Cell idle -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003326 <string name="power_cell">Cell standby</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003327 <!-- Label for power consumed by Calling -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003328 <string name="power_phone">Voice calls</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07003329 <!-- Label for power consumed when Idle -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003330 <string name="power_idle" product="tablet">Tablet idle</string>
3331 <!-- Label for power consumed when Idle -->
3332 <string name="power_idle" product="default">Phone idle</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003333
3334 <!-- Label for CPU usage time -->
3335 <string name="usage_type_cpu">CPU total</string>
3336 <!-- Label for CPU usage in foreground -->
3337 <string name="usage_type_cpu_foreground">CPU foreground</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07003338 <!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
3339 <string name="usage_type_wake_lock">Keep awake</string>
Romain Guy3d32d002011-10-05 18:49:52 -07003340 <!-- Label for GPS usage time -->
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003341 <string name="usage_type_gps">GPS</string>
Dianne Hackborncb818612010-09-16 01:29:54 -07003342 <!-- [CHAR LIMIT=25] Label for WIFI usage time -->
Russell Brenner6de99052013-02-01 10:57:49 -08003343 <string name="usage_type_wifi_running">Wi\u2011Fi running</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003344 <!-- Label for Phone usage time -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003345 <string name="usage_type_phone" product="tablet">Tablet</string>
3346 <!-- Label for Phone usage time -->
3347 <string name="usage_type_phone" product="default">Phone</string>
Jeff Sharkey133581e2013-06-04 12:29:05 -07003348 <!-- Label for mobile network data sent [CHAR LIMIT=32] -->
3349 <string name="usage_type_data_send">Mobile data sent</string>
3350 <!-- Label for mobile network data received [CHAR LIMIT=32] -->
3351 <string name="usage_type_data_recv">Mobile data received</string>
3352 <!-- Label for Wi-Fi network data sent [CHAR LIMIT=32] -->
3353 <string name="usage_type_data_wifi_send">Wi\u2011Fi data sent</string>
3354 <!-- Label for Wi-Fi network data received [CHAR LIMIT=32] -->
3355 <string name="usage_type_data_wifi_recv">Wi\u2011Fi data received</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003356 <!-- Label for Audio usage time -->
3357 <string name="usage_type_audio">Audio</string>
3358 <!-- Label for Video usage time -->
3359 <string name="usage_type_video">Video</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003360 <!-- Label for time that a feature has been on -->
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07003361 <string name="usage_type_on_time">Time on</string>
3362 <!-- Label for time that there was no cell coverage -->
3363 <string name="usage_type_no_coverage">Time without a signal</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003364 <!-- Label for force stop action -->
3365 <string name="battery_action_stop">Force stop</string>
3366 <!-- Label for app details action -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003367 <string name="battery_action_app_details">App info</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003368 <!-- Label for app settings action -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003369 <string name="battery_action_app_settings">App settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003370 <!-- Label for display settings -->
Amith Yamasani7456f672011-02-22 14:44:18 -08003371 <string name="battery_action_display">Screen settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003372 <!-- Label for wifi settings -->
Russell Brenner6de99052013-02-01 10:57:49 -08003373 <string name="battery_action_wifi">Wi\u2011Fi settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07003374 <!-- Label for bluetooth settings -->
3375 <string name="battery_action_bluetooth">Bluetooth settings</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003376
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003377 <!-- Description for voice call detail -->
3378 <string name="battery_desc_voice">Battery used by voice calls</string>
3379
Amith Yamasani972fc292009-06-22 23:04:45 -07003380 <!-- Description for standby detail -->
Eric Fischerc9904f02010-11-01 16:54:51 -07003381 <string name="battery_desc_standby" product="tablet">Battery used when tablet is idle</string>
3382 <!-- Description for standby detail -->
3383 <string name="battery_desc_standby" product="default">Battery used when phone is idle</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003384
3385 <!-- Description for cell radio detail -->
3386 <string name="battery_desc_radio">Battery used by cell radio</string>
3387 <!-- Suggestion to switch to airplane mode to save power -->
3388 <string name="battery_sugg_radio">Switch to airplane mode to save power in areas with no cell coverage</string>
3389
3390 <!-- Description for power consumed by display -->
3391 <string name="battery_desc_display">Battery used by the display and backlight</string>
3392 <!-- Suggestion for reducing display power -->
3393 <string name="battery_sugg_display">Reduce the screen brightness and/or screen timeout</string>
3394
3395 <!-- Description for wifi connectivity -->
Russell Brenner6de99052013-02-01 10:57:49 -08003396 <string name="battery_desc_wifi">Battery used by Wi\u2011Fi</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003397 <!-- Suggestion for wifi connectivity power drain -->
Russell Brenner6de99052013-02-01 10:57:49 -08003398 <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 -07003399
3400 <!-- Description for bluetooth power consumption detail -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003401 <string name="battery_desc_bluetooth">Battery used by Bluetooth</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003402 <!-- Suggestion for bluetooth -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003403 <string name="battery_sugg_bluetooth_basic">Turn off Bluetooth when you aren\'t using it</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003404 <!-- Suggestion for bluetooth headset -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003405 <string name="battery_sugg_bluetooth_headset">Try connecting to a different Bluetooth device</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003406
Dianne Hackborne55b0e22010-08-20 15:10:26 -07003407 <!-- [CHAR LIMIT=50] Description for power consumed by applications -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003408 <string name="battery_desc_apps">Battery used by app</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003409 <!-- Suggestion for exploring application info to stop or uninstall -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003410 <string name="battery_sugg_apps_info">Stop or uninstall the app</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07003411 <!-- [CHAR LIMIT=100] Suggestion for getting apps to consume less power due to GPS-->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003412 <string name="battery_sugg_apps_gps">"Manually control GPS to prevent app from using it"</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003413 <!-- Suggestion for getting apps to consume less power -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003414 <string name="battery_sugg_apps_settings">The app may offer settings to reduce battery use</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07003415
Dianne Hackborn52e56a22012-09-12 17:02:23 -07003416 <!-- [CHAR LIMIT=50] Description for power consumed by users -->
3417 <string name="battery_desc_users">Battery used by user</string>
3418
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003419 <!-- Menu label for viewing battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07003420 <string name="menu_stats_unplugged"><xliff:g id="unplugged">%1$s</xliff:g> since unplugged</string>
3421 <!-- Menu label for viewing battery usage since unplugged -->
3422 <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 -07003423 <!-- Menu label for viewing battery usage total -->
3424 <string name="menu_stats_total">Usage totals</string>
3425 <!-- Menu label for refreshing with latest usage numbers -->
3426 <string name="menu_stats_refresh">Refresh</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07003427
3428 <!-- Label for kernel threads -->
3429 <string name="process_kernel_label">Android OS</string>
3430 <!-- Label for mediaserver process -->
3431 <string name="process_mediaserver_label">Mediaserver</string>
3432
Mike LeBeau92c33522010-01-25 18:18:45 -05003433 <!-- Voice input/output settings --><skip />
3434 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
3435 <string name="voice_input_output_settings">Voice input &amp; output</string>
3436 <!-- Main voice input/output settings screen title -->
3437 <string name="voice_input_output_settings_title">Voice input &amp; output settings</string>
3438 <!-- Title of voice search settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05003439 <string name="voice_search_settings_title">Voice search</string>
Mike LeBeau92c33522010-01-25 18:18:45 -05003440 <!-- Title of keyboard settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05003441 <string name="keyboard_settings_title">Android keyboard</string>
Mike LeBeau766a19b2010-02-11 22:57:12 -08003442 <!-- Title for the 'voice input' category of voice input/output settings -->
Luca Zanolin8cb280d2011-09-20 17:58:45 +01003443 <string name="voice_category">Speech</string>
Mike LeBeau766a19b2010-02-11 22:57:12 -08003444 <!-- Title for the voice recognizer setting in voice input/output settings -->
3445 <string name="recognizer_title">Voice recognizer</string>
3446 <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings -->
Luca Zanolin8cb280d2011-09-20 17:58:45 +01003447 <string name="recognizer_settings_title">Voice Search</string>
Mike LeBeaue076bef2010-03-30 12:03:39 -07003448 <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings.
3449 Would say something like, e.g., "Settings for 'Google'". -->
Mike LeBeau38947dd2010-03-30 14:45:00 -07003450 <string name="recognizer_settings_summary">Settings for \'<xliff:g id="recognizer_name">%s</xliff:g>\'</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08003451
Jean-Michel Trivied29a652009-06-05 18:37:29 -07003452 <!-- Text-To-Speech (TTS) settings --><skip />
Jean Chalard8ba5c422011-08-31 21:40:43 +09003453 <!-- Name of the TTS package as listed by the package manager. -->
Mike LeBeau4c2ffc52010-02-12 14:47:48 -08003454 <string name="tts_settings">Text-to-speech settings</string>
Jean Chalard8ba5c422011-08-31 21:40:43 +09003455 <!-- TTS option item name in the main settings screen -->
3456 <string name="tts_settings_title">Text-to-speech output</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07003457 <!-- On main TTS Settings screen, title for toggle used to force use of default TTS settings -->
3458 <string name="use_default_tts_settings_title">Always use my settings</string>
3459 <!-- On main TTS Settings screen, summary for toggle used to force use of default TTS settings -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003460 <string name="use_default_tts_settings_summary">Default settings below override app settings</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07003461 <!-- On main TTS Settings screen, section header for default TTS settings -->
3462 <string name="tts_default_settings_section">Default settings</string>
Charles Chen5dbc74a2009-12-07 12:08:13 -08003463 <!-- On main TTS Settings screen, in default settings section, setting default synthesis engine for synthesized voice -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003464 <string name="tts_default_synth_title">Default engine</string>
Charles Chen5dbc74a2009-12-07 12:08:13 -08003465 <!-- On main TTS Settings screen, summary for default synthesis engine for synthesized voice -->
3466 <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 -07003467 <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
3468 <string name="tts_default_rate_title">Speech rate</string>
3469 <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
3470 <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
3471 <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
3472 <string name="tts_default_pitch_title">Pitch</string>
3473 <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
3474 <string name="tts_default_pitch_summary">Affects the tone of the spoken text</string>
Przemyslaw Szczepaniak6dcdfab2013-05-13 17:14:01 +01003475
Jean-Michel Trivi80368622009-06-09 19:29:27 -07003476 <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
3477 <string name="tts_default_lang_title">Language</string>
Przemyslaw Szczepaniak6dcdfab2013-05-13 17:14:01 +01003478 <!-- On main TTS Settings screen, language summary if it can't default to system language [CHAR LIMIT=50] -->
3479 <string name="tts_lang_not_selected">Language not selected</string>
Jean-Michel Trivi80368622009-06-09 19:29:27 -07003480 <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
3481 <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07003482 <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07003483 <string name="tts_play_example_title">Listen to an example</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07003484 <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07003485 <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07003486 <!-- On main TTS Settings screen, click to install required speech synthesis data -->
3487 <string name="tts_install_data_title">Install voice data</string>
3488 <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
3489 <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
3490 <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
3491 <string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</string>
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07003492 <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
3493 <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 -08003494 <!-- Error screen when a selected TTS engine can't run because it's missing components -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003495 <string name="tts_engine_error">The engine you chose can\'t run.</string>
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08003496 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
3497 <string name="tts_engine_error_config">Configure</string>
3498 <!-- 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 -07003499 <string name="tts_engine_error_reselect">Choose another engine</string>
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08003500 <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
3501 message when the user selects to enable an engine. -->
3502 <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
3503 all the text that will be spoken, including personal data like passwords and credit
Eric Fischerdfb894c2011-10-04 14:57:57 -07003504 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 -08003505 Enable the use of this speech synthesis engine?</string>
Przemyslaw Szczepaniak03b9f862012-10-23 16:39:02 +01003506 <!-- Warning message about required internet conectivity for TTS synthesis, displayed as a dialog
3507 message when the user selects to play an example for network only locale and there's no internet connectivity. -->
3508 <string name="tts_engine_network_required">This language requires a working network connection for text-to-speech output.</string>
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08003509 <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
3510 <string name="tts_engines_section">Engines</string>
3511 <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
3512 <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> settings</string>
3513 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
3514 <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string>
3515 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
3516 <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 +01003517 <!-- On the main TTS settings screen, text for a divider under which
3518 the engine specific settings and the "engine install data" option
3519 are listed [CHAR LIMIT=30]-->
3520 <string name="tts_engine_settings_section">Engine settings</string>
3521 <!-- Title for a preference in the main TTS settings screen, which
3522 launches the settings screen for a given TTS engine when clicked
3523 [CHAR LIMIT=30]-->
3524 <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 -08003525 <!-- 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 -08003526 <string name="pico_languages_and_voices">Languages and voices</string>
Jean-Michel Trivi1d6e7b82010-03-03 19:38:55 -08003527 <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
3528 <string name="pico_installed">Installed</string>
3529 <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
3530 <string name="pico_not_installed">Not installed</string>
3531 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
3532 <string name="pico_voice_summary_female">Female</string>
3533 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
3534 <string name="pico_voice_summary_male">Male</string>
Jean-Michel Trivia4577192010-08-25 15:43:17 -07003535 <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed -->
3536 <string name="tts_notif_engine_install_title">Speech synthesis engine installed</string>
3537 <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine,
3538 to warn the user that this engine cannot be used before the checkbox for that engine
3539 in TTS settings is checked. -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003540 <string name="tts_notif_engine_install_message">Enable new engine before use.</string>
Narayan Kamath0cfbb0f2011-08-18 17:55:41 +01003541 <!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for
3542 the image that launches the TTS engine settings when clicked. -->
3543 <string name="tts_engine_settings_button">Launch engine settings</string>
3544 <!-- [CHAR LIMIT=50] The text for the settings section that users to set a
3545 preferred text to speech engine -->
3546 <string name="tts_engine_preference_section_title">Preferred engine</string>
3547 <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences
3548 that are applicable to all engines, such as the speech rate -->
3549 <string name="tts_general_section_title">General</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003550
Ken Shirriff03a61102009-06-08 13:49:05 -07003551 <!-- Power Control Widget -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003552 <string name="gadget_title">Power control</string>
Russell Brenner6de99052013-02-01 10:57:49 -08003553 <string name="gadget_toggle_wifi">Updating Wi\u2011Fi setting</string>
Ken Shirriffe936f5b2009-06-30 16:45:14 -07003554 <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string>
alanvb9062f22012-08-30 17:08:01 -07003555 <!-- Template for gadget toggle button description. Populated examples are "Wi-Fi off" or "Wi-Fi turning on". -->
Russell Brenner6de99052013-02-01 10:57:49 -08003556 <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 -07003557 <!-- Gadget value used to describe on state. -->
3558 <string name="gadget_state_on">on</string>
3559 <!-- Gadget value used to describe off state. -->
3560 <string name="gadget_state_off">off</string>
3561 <!-- Gadget value used to describe turning on state. -->
3562 <string name="gadget_state_turning_on">turning on</string>
3563 <!-- Gadget value used to describe turning off state. -->
3564 <string name="gadget_state_turning_off">turning off</string>
3565 <!-- Spoken description for the Wi-Fi power control gadget. -->
Russell Brenner6de99052013-02-01 10:57:49 -08003566 <string name="gadget_wifi">Wi\u2011Fi</string>
alanvb9062f22012-08-30 17:08:01 -07003567 <!-- Spoken description for the Bluetooth power control gadget. -->
3568 <string name="gadget_bluetooth">Bluetooth</string>
3569 <!-- Spoken description for the GPS power control gadget. -->
3570 <string name="gadget_gps">GPS</string>
3571 <!-- Spoken description for the data synchronization gadget. -->
3572 <string name="gadget_sync">Sync</string>
3573 <!-- Template for brightness gadget toggle button description. -->
3574 <string name="gadget_brightness_template">Brightness <xliff:g name="state" example="half">%1$s</xliff:g></string>
3575 <!-- Brightness gadget value used to describe automatic brightness state. -->
3576 <string name="gadget_brightness_state_auto">auto</string>
3577 <!-- Brightness gadget value used to describe maximum brightness state. -->
3578 <string name="gadget_brightness_state_full">full</string>
3579 <!-- Brightness gadget value used to describe half brightness state. -->
3580 <string name="gadget_brightness_state_half">half</string>
3581 <!-- Brightness gadget value used to describe minimum brightness state. -->
3582 <string name="gadget_brightness_state_off">off</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08003583
Hung-ying Tyane7565f32009-06-26 14:24:50 +08003584 <!-- Title of preference to enter the VPN settings activity -->
Claudia de Veaux780d72d2011-08-05 17:24:20 -07003585 <string name="vpn_settings_title">VPN</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08003586
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003587 <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] -->
3588 <string name="credentials_title">Credential storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003589 <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
Roy West0178b152011-02-17 21:34:50 -08003590 <string name="credentials_install" product="nosdcard">Install from storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003591 <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
3592 <string name="credentials_install" product="default">Install from SD card</string>
3593 <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
Roy West0178b152011-02-17 21:34:50 -08003594 <string name="credentials_install_summary" product="nosdcard">Install certificates from storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003595 <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
3596 <string name="credentials_install_summary" product="default">Install certificates from SD card</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003597 <!-- Title of preference to reset credential storage [CHAR LIMIT=30] -->
3598 <string name="credentials_reset">Clear credentials</string>
3599 <!-- Summary of preference to reset credential storage [CHAR LIMIT=NONE] -->
Brian Carlstromd4023b72011-05-25 13:24:20 -07003600 <string name="credentials_reset_summary">Remove all certificates</string>
Brian Carlstromf6f4e302011-06-26 16:05:21 -07003601 <!-- Title of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=30] -->
3602 <string name="trusted_credentials">Trusted credentials</string>
3603 <!-- Summary of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=NONE] -->
3604 <string name="trusted_credentials_summary">Display trusted CA certificates</string>
Kenny Root028634b2013-03-29 11:12:55 -07003605 <!-- Title of preference of what type of credential storage this device has: hardware or software [CHAR LIMIT=30] -->
3606 <string name="credential_storage_type">Storage type</string>
3607 <!-- 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] -->
3608 <string name="credential_storage_type_hardware">Hardware-backed</string>
3609 <!-- 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] -->
3610 <string name="credential_storage_type_software">Software only</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003611
Brian Carlstrom81d7a802012-05-01 11:17:02 -07003612 <!-- Message to draw an unlock pattern when installing credentials -->
3613 <string name="credentials_install_gesture_prompt">Draw your unlock pattern</string>
3614 <!-- Explanation of drawing unlock pattern to install credentials -->
3615 <string name="credentials_install_gesture_explanation">You need to draw your unlock pattern to confirm credential installation.</string>
3616
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003617 <!-- Title of dialog to enable credential storage [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003618 <string name="credentials_unlock"></string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003619 <!-- Description of dialog to enable credential storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003620 <string name="credentials_unlock_hint">Type the password for credential storage.</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003621 <!-- Description of the input box for the old password [CHAR LIMIT=30] -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08003622 <string name="credentials_old_password">Current password:</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003623 <!-- Description of dialog to reset credential storage [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003624 <string name="credentials_reset_hint">Remove all the contents?</string>
Eric Fischer13baf3c2011-01-24 12:48:06 -08003625 <string name="credentials_password_too_short">The password must have at least 8 characters.</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003626 <!-- Error message [CHAR LIMIT=NONE] -->
3627 <string name="credentials_wrong_password">Incorrect password.</string>
3628 <!-- Error message [CHAR LIMIT=NONE] -->
3629 <string name="credentials_reset_warning">Incorrect password. You have one more chance before credential storage is erased.</string>
3630 <!-- Error message [CHAR LIMIT=NONE] -->
3631 <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>
3632 <!-- Toast message [CHAR LIMIT=30] -->
3633 <string name="credentials_erased">Credential storage is erased.</string>
Brian Carlstromd4023b72011-05-25 13:24:20 -07003634 <!-- 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 -07003635 <string name="credentials_not_erased">Credential storage couldn\'t be erased.</string>
Brian Carlstrom98154292011-05-12 23:58:39 -07003636 <!-- Toast message [CHAR LIMIT=30] -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08003637 <string name="credentials_enabled">Credential storage is enabled.</string>
Brian Carlstromd4023b72011-05-25 13:24:20 -07003638 <!-- 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 -07003639 <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 -05003640
3641 <!-- Sound settings screen, setting check box label -->
3642 <string name="emergency_tone_title">Emergency tone</string>
3643 <!-- Sound settings screen, setting option summary text -->
3644 <string name="emergency_tone_summary">Set behavior when an emergency call is placed</string>
Jim Miller00d24762009-12-22 19:04:57 -08003645
Gilles Debunne2c88a872011-06-21 12:47:17 -07003646 <!-- Backup and reset Settings screen --><skip />
3647 <!-- Backup and reset settings menu title -->
3648 <string name="privacy_settings">Backup &amp; reset</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07003649 <!-- Privacy settings activity title -->
Gilles Debunne2c88a872011-06-21 12:47:17 -07003650 <string name="privacy_settings_title">Backup &amp; reset</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08003651 <!-- Backup section title -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003652 <string name="backup_section_title">Backup &amp; restore</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07003653 <!-- Personal data section title -->
3654 <string name="personal_data_section_title">Personal data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07003655 <!-- Backup data menu title -->
Kenny Root365ef4a2010-06-03 16:42:00 -07003656 <string name="backup_data_title">Back up my data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07003657 <!-- Summary text of the "back up data" setting -->
Russell Brenner6de99052013-02-01 10:57:49 -08003658 <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 -08003659 <!-- Configure backup account options menu title [CHAR LIMIT=25]-->
3660 <string name="backup_configure_account_title">Backup account</string>
3661 <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80]-->
3662 <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08003663 <!-- Auto-restore menu title -->
3664 <string name="auto_restore_title">Automatic restore</string>
3665 <!-- Summary text of the "automatic restore" setting -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003666 <string name="auto_restore_summary">When reinstalling an app, restore backed up settings and data</string>
Christopher Tate4f338782011-07-25 12:09:10 -07003667
Christopher Tatefac0ea72011-08-12 17:22:41 -07003668 <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
3669 <string name="local_backup_password_title">Desktop backup password</string>
Christopher Tate4f338782011-07-25 12:09:10 -07003670 <!-- Summary text of the "local backup password" setting when the user has not supplied a password -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003671 <string name="local_backup_password_summary_none">Desktop full backups aren\'t currently protected</string>
Christopher Tate4f338782011-07-25 12:09:10 -07003672 <!-- Summary text of the "local backup password" setting when the user has already supplied a password -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003673 <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 -07003674
Christopher Tate2d6497d2012-06-19 15:44:15 -07003675 <!-- Toast message shown when the user successfully sets a new local backup password [CHAR LIMIT=80] -->
3676 <string name="local_backup_password_toast_success">New backup password set</string>
3677 <!-- 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] -->
3678 <string name="local_backup_password_toast_confirmation_mismatch">New password and confirmation don\'t match</string>
3679 <!-- 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] -->
3680 <string name="local_backup_password_toast_validation_failure">Failure setting backup password</string>
3681
Amith Yamasanie65c9432009-09-22 13:50:19 -07003682 <!-- Dialog title for confirmation to erase backup data from server -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003683 <string name="backup_erase_dialog_title"></string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07003684 <!-- Dialog title for confirmation to erase backup data from server -->
Russell Brenner6de99052013-02-01 10:57:49 -08003685 <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 -08003686
Eric Fischerc9904f02010-11-01 16:54:51 -07003687 <!-- Device admin settings screen --><skip />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08003688 <!-- Device admin settings activity title -->
3689 <string name="device_admin_settings_title">Device administration settings</string>
3690 <!-- Label for screen showing the active device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08003691 <string name="active_device_admin_msg">Device administrator</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08003692 <!-- Label for button to remove the active device admin -->
Dianne Hackborn28429032010-01-25 18:56:17 -08003693 <string name="remove_device_admin">Deactivate</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08003694 <!-- Label for screen showing to select device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08003695 <string name="select_device_admin_msg">Device administrators</string>
3696 <!-- Message when there are no available device admins to display -->
3697 <string name="no_device_admins">No available device administrators</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08003698
Dianne Hackborn28429032010-01-25 18:56:17 -08003699 <!-- Label for screen showing to add device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08003700 <string name="add_device_admin_msg">Activate device administrator?</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08003701 <!-- Label for button to set the active device admin -->
3702 <string name="add_device_admin">Activate</string>
3703 <!-- Device admin add activity title -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08003704 <string name="device_admin_add_title">Device administrator</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08003705 <!-- Device admin warning message about policies an admin can use -->
3706 <string name="device_admin_warning">Activating this administrator will allow
Eric Fischerdfb894c2011-10-04 14:57:57 -07003707 the app <xliff:g id="app_name">%1$s</xliff:g> to perform the
Dianne Hackborn28429032010-01-25 18:56:17 -08003708 following operations:</string>
Dianne Hackborn61daf832010-01-27 16:22:05 -08003709 <!-- Device admin warning message about policies an admin can use -->
3710 <string name="device_admin_status">This administrator is active and allows
Eric Fischerdfb894c2011-10-04 14:57:57 -07003711 the app <xliff:g id="app_name">%1$s</xliff:g> to perform the
Dianne Hackborn61daf832010-01-27 16:22:05 -08003712 following operations:</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08003713
Amith Yamasani4d312882009-10-28 16:59:17 -07003714 <!-- Name to assign to a Network Access Point that was saved without a name -->
3715 <string name="untitled_apn">Untitled</string>
Daniel Sandler8ad849c2010-04-20 09:56:52 -04003716
3717 <string name="sound_category_sound_title">General</string>
Daniel Sandler8ad849c2010-04-20 09:56:52 -04003718 <string name="sound_category_notification_title">Notifications</string>
Daisuke Miyakawa16d91c12012-05-11 17:54:42 -07003719
3720 <!-- Category title for phone call's ringtone and vibration settings in the Sound Setting.
3721 [CHAR LIMIT=40] -->
3722 <string name="sound_category_call_ringtone_vibrate_title">Call ringtone &amp; vibrate</string>
3723
3724 <!-- Category title for system-wide notification and feedback settings in the Sound Setting.
3725 [CHAR LIMIT=40] -->
3726 <string name="sound_category_system_title">System</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003727
3728 <!-- Wifi Setup For Setup Wizard with XL screen -->
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08003729 <!-- Title shown in Wifi Setup Wizard with XL screen -->
Russell Brenner6de99052013-02-01 10:57:49 -08003730 <string name="wifi_setup_title">Wi\u2011Fi setup</string>
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08003731 <!-- Title shown in Wifi Setup Wizard with XL screen when
3732 a user is configuring password for a network.
3733 The argument should be the name of the network.
3734 [CHAR LIMIT=50] -->
Russell Brenner6de99052013-02-01 10:57:49 -08003735 <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 -08003736 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
3737 the device is connecting a network the user specified.
3738 The argument should be the name of the network.
3739 [CHAR LIMIT=50] -->
Russell Brenner6de99052013-02-01 10:57:49 -08003740 <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 -08003741 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
Daisuke Miyakawaa0587d02011-01-17 17:36:49 -08003742 the device successfully connected to a network the user specified.
3743 The argument should be the name of the network.
3744 [CHAR LIMIT=50] -->
Russell Brenner6de99052013-02-01 10:57:49 -08003745 <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 -08003746 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08003747 a user is adding a network.
3748 [CHAR LIMIT=50] -->
3749 <string name="wifi_setup_title_add_network">Add a network</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003750 <!-- Text message shown when Wifi is not connected.
3751 Used in Wifi Setup For Setup Wizard with XL screen. -->
3752 <string name="wifi_setup_not_connected">Not connected</string>
3753 <!-- Button message shown on the button adding manual setting.
3754 Used in Wifi Setup For Setup Wizard with XL screen. -->
3755 <string name="wifi_setup_add_network">Add network</string>
3756 <!-- Button message shown on the button refreshing a list of network.
3757 Used in Wifi Setup For Setup Wizard with XL screen. -->
3758 <string name="wifi_setup_refresh_list">Refresh list</string>
3759 <!-- Button message shown on the button enabling users skip Wifi Setup.
3760 Used in Wifi Setup For Setup Wizard with XL screen. -->
3761 <string name="wifi_setup_skip">Skip</string>
3762 <!-- Button message shown on the button enabling users go the next step.
3763 Used in Wifi Setup For Setup Wizard with XL screen. -->
3764 <string name="wifi_setup_next">Next</string>
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08003765 <!-- Button label to go back to previous screen. Used in SetupWizard for
3766 XLarge screen [CHAR LIMIT=10] -->
3767 <string name="wifi_setup_back">Back</string>
Claudia de Veaux7dc36b92011-10-17 12:54:20 -07003768 <!-- Button label to show detailed dialog for a selected Wi-Fi settings.
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08003769 Used in SetupWizard for XLarge screen [CHAR LIMIT=20] -->
3770 <string name="wifi_setup_detail">Network details</string>
3771 <!-- Button label to connect to a Wi-Fi network.
3772 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3773 <string name="wifi_setup_connect">Connect</string>
3774 <!-- Button label to delete a Wi-Fi network.
3775 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3776 <string name="wifi_setup_forget">Forget</string>
3777 <!-- Button label to save a Wi-Fi network configuration.
3778 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3779 <string name="wifi_setup_save">Save</string>
3780 <!-- Button label to dismiss the dialog.
3781 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3782 <string name="wifi_setup_cancel">Cancel</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003783
Daisuke Miyakawa3b6aa412010-09-29 16:07:02 -07003784 <!-- The message shown above available networks when the device is scanning
3785 available networks [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003786 <string name="wifi_setup_status_scanning">Scanning networks\u2026</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003787 <!-- Message shown above available network when there's no connected network.
3788 Used in Wifi Setup For Setup Wizard with XL screen. -->
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08003789 <string name="wifi_setup_status_select_network">Touch a network to connect to it</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003790 <!-- Message shown above available networks when a user clicked one of available
3791 networks and the UI is showing one possible existing network.
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07003792 Used in Wifi Setup. -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003793 <string name="wifi_setup_status_existing_network">Connect to existing network</string>
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07003794 <!-- Message shown above available networks when a user clicked one of available
Daisuke Miyakawa0333f742010-12-15 15:21:25 -08003795 networks and the network doesn't require configuration (e.g. password)
3796 Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
3797 <string name="wifi_setup_status_unsecured_network">Connect to unsecured network</string>
3798 <!-- Message shown above available networks when a user clicked one of available
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07003799 networks and the UI is prompting the user to edit the network configuration
3800 if needed. Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003801 <string name="wifi_setup_status_edit_network">Type network configuration</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003802 <!-- The message shown above available networks when a user clicked "Add network"
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003803 button. Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003804 <string name="wifi_setup_status_new_network">Connect to new network</string>
3805 <!-- The message shown above available networks when a user clicked one of available
3806 networks or created another profile and he/she is waiting for the connection
3807 is established.
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003808 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003809 <string name="wifi_setup_status_connecting">Connecting\u2026</string>
Daisuke Miyakawa3b6aa412010-09-29 16:07:02 -07003810 <!-- The message shown above available networks when connection is established,
3811 letting a user to proceed to the next step of the SetupWizard.
3812 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003813 <string name="wifi_setup_status_proceed_to_next">Go to the next step</string>
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003814 <!-- The message shown above available networks when a user clicked a network secured by
3815 EAP. We don't allow the user to connect it.
3816 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003817 <string name="wifi_setup_status_eap_not_supported">EAP isn\'t supported.</string>
Claudia de Veaux7dc36b92011-10-17 12:54:20 -07003818 <!-- Message shown when users select EAP in Wi-Fi settings for SetupWizard,
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003819 saying EAP can't be configured in SetupWizard flow.
3820 [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08003821 <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 -08003822 <!-- Message shown when the device is connecting a network [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003823 <string name="wifi_setup_description_connecting">Connecting can take a few minutes\u2026</string>
Daisuke Miyakawaee5576c2011-01-18 16:11:32 -08003824 <!-- Message shown when the device is connected to a network [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08003825 <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 -07003826
Daisuke Miyakawa71cc5482010-09-09 11:51:16 -07003827 <!-- Do not translate. This is a stub which will be removed soon. -->
3828 <string name="time_zone_auto_stub" translatable="false">Select Time Zone</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003829
Svetoslav Ganov0ceb6ad2011-07-22 19:34:12 -07003830 <!-- Content description of the enabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
3831 <string name="accessibility_sync_enabled">Sync enabled</string>
3832 <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
3833 <string name="accessibility_sync_disabled">Sync disabled</string>
3834 <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
3835 <string name="accessibility_sync_error">Sync error.</string>
alanv0aa7c4f2012-05-21 17:55:19 -07003836 <!-- Image description for the sync failed icon. -->
3837 <string name="sync_failed">Sync failed</string>
3838 <!-- Animation description for the sync active icon. -->
3839 <string name="sync_active">Sync active</string>
Svetoslav Ganov0ceb6ad2011-07-22 19:34:12 -07003840
Amith Yamasani43c69782010-12-01 09:04:36 -08003841 <!-- Account specific sync settings title [CHAR LIMIT=35] -->
Amith Yamasanid1ab8282012-05-18 09:50:08 -07003842 <string name="account_sync_settings_title">Sync</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003843 <!-- Message when sync is currently failing [CHAR LIMIT=100] -->
3844 <string name="sync_is_failing">Sync is currently experiencing problems. It will be back shortly.</string>
3845 <!-- Button label to add an account [CHAR LIMIT=20] -->
3846 <string name="add_account_label">Add account</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003847 <!-- Data synchronization settings screen, title of setting that controls whether background data should be used [CHAR LIMIT=30] -->
3848 <string name="background_data">Background data</string>
3849 <!-- 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 -07003850 <string name="background_data_summary">Apps can sync, send, and receive data at any time</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003851 <!-- 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 -07003852 <string name="background_data_dialog_title">Disable background data?</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003853 <!-- 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 -07003854 <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 -07003855 <!-- Title for a checkbox that enables data synchronization in the account and sync screen [CHAR LIMIT=35] -->
3856 <string name="sync_automatically">Auto-sync app data</string>
Amith Yamasani21c29042012-10-02 15:16:21 -07003857
Eric Fischerc9904f02010-11-01 16:54:51 -07003858 <!-- Sync status messages on Accounts & Synchronization settings --><skip />
Daisuke Miyakawa558b23a2011-09-28 18:52:19 -07003859 <!-- Sync status shown when sync is enabled [CHAR LIMIT=25] -->
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003860 <string name="sync_enabled">Sync is ON</string>
Daisuke Miyakawa558b23a2011-09-28 18:52:19 -07003861 <!-- Sync status shown when sync is disabled [CHAR LIMIT=25] -->
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003862 <string name="sync_disabled">Sync is OFF</string>
Daisuke Miyakawa558b23a2011-09-28 18:52:19 -07003863 <!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=25] -->
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003864 <string name="sync_error">Sync error</string>
Amith Yamasanid1ab8282012-05-18 09:50:08 -07003865 <!-- Last synced date/time for accounts that synced [CHAR LIMIT=none] -->
3866 <string name="last_synced">Last synced <xliff:g id="last_sync_time">%1$s</xliff:g></string>
3867 <!-- Sync status shown when sync is disabled [CHAR LIMIT=30] -->
3868 <string name="sync_in_progress">Syncing now\u2026</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003869
Amith Yamasani43c69782010-12-01 09:04:36 -08003870 <!-- Data synchronization settings screen, setting option name -->
3871 <string name="settings_backup">Back up settings</string>
3872 <!-- Data synchronization settings screen, setting option summary text when check box is selected -->
3873 <string name="settings_backup_summary">Back up my settings</string>
3874 <!-- Data synchronization settings screen, menu option -->
3875 <string name="sync_menu_sync_now">Sync now</string>
3876 <!-- Data synchronization settings screen, menu option -->
3877 <string name="sync_menu_sync_cancel">Cancel sync</string>
3878 <!-- 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. -->
3879 <string name="sync_one_time_sync">Touch to sync now<xliff:g id="last_sync_time">\n%1$s</xliff:g></string>
3880 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Gmail should be synced. Should use "Gmail" to refer to this app.-->
3881 <string name="sync_gmail">Gmail</string>
3882 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Calendar shoudl be synced. -->
3883 <string name="sync_calendar">Calendar</string>
3884 <!-- Data synchronization settings screen, checkbox setting option name -->
3885 <string name="sync_contacts">Contacts</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08003886 <!-- Message introducing the user to Google Sync. -->
3887 <string name="sync_plug"><font fgcolor="#ffffffff">Welcome to Google sync!</font>
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08003888 \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 -08003889 </string>
3890
3891 <!-- Header title for those settings relating to application syncing. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003892 <string name="header_application_sync_settings">App sync settings</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08003893
3894 <!-- Header for data and synchronization -->
3895 <string name="header_data_and_synchronization">Data &amp; synchronization</string>
3896 <!-- Preference item that lets the user change password -->
3897 <string name="preference_change_password_title">Change password</string>
3898 <!-- Header that appears at the top of Account Settings screen -->
3899 <string name="header_account_settings">Account settings</string>
3900 <!-- Button label to remove current account -->
3901 <string name="remove_account_label">Remove account</string>
3902 <!-- Title shown in AddAccount -->
3903 <string name="header_add_an_account">Add an account</string>
3904 <!-- Button shown when this activity is run from SetupWizard -->
3905 <string name="finish_button_label">Finish</string>
3906 <!-- Title of remove message for remove account dialog -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003907 <string name="really_remove_account_title">Remove account?</string>
Freeman Ng18b2ef92010-12-03 16:44:11 -08003908 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003909 <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 -08003910 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003911 <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 -08003912 <!-- This is shown if the autheticator for a given account fails to remove it. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003913 <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 -08003914 <!-- This is shown if the autheticator for a given account fails to remove it. -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003915 <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 -08003916 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
3917 <string name="provider_label">Push subscriptions</string>
3918 <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" -->
Amith Yamasanid1ab8282012-05-18 09:50:08 -07003919 <string name="sync_item_title"><xliff:g id="authority" example="Calendar">%s</xliff:g></string>
Amith Yamasani43c69782010-12-01 09:04:36 -08003920 <!-- Title of dialog shown when you can't manually sync an item because it's disabled -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003921 <string name="cant_sync_dialog_title">Can\'t manually sync</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08003922 <!-- Messaage shown in dialog when you can't manually sync -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003923 <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 -08003924
tk.mun7c5c1652011-10-13 22:56:18 +09003925 <string name="wimax_settings">4G settings</string>
3926 <string name="wimax_settings_summary">Set up &amp; manage 4G network and modem</string>
3927 <string name="status_wimax_mac_address">4G MAC address</string>
Jason parks8fd5bc92011-01-12 16:03:31 -06003928 <!-- This is displayed to the user when the device needs to be decrypted -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003929 <string name="enter_password">Type password to decrypt storage</string>
Jason parks8fd5bc92011-01-12 16:03:31 -06003930 <!-- This is displayed when the password is entered incorrectly -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003931 <string name="try_again">Try again.</string>
Jason parks8fd5bc92011-01-12 16:03:31 -06003932
Vasu Nori21809742011-01-25 13:39:16 -08003933 <!-- the following are for Settings Storage screen -->
3934 <!-- Menu item/button 'delete' -->
3935 <string name="delete">Delete</string>
3936 <!-- Misc files [CHAR LIMIT=25] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003937 <string name="misc_files">Misc files</string>
Vasu Nori8128ff82011-02-24 23:32:08 -08003938 <!-- number of misc files selected [CHAR LIMIT=40] -->
Vasu Norie875c732011-03-07 11:14:27 -08003939 <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 -08003940 <!-- number of bytes represented by the selected misc files [CHAR LIMIT=40] -->
Vasu Nori75e17aa2011-03-15 14:39:25 -07003941 <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 -08003942 <!-- action to select all [CHAR LIMIT=30] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07003943 <string name="select_all">Select all</string>
Amith Yamasanif3b325f2011-03-23 12:49:20 -07003944
3945 <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
3946 <string name="hdcp_checking_title">HDCP checking</string>
3947 <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
3948 <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003949
Dianne Hackborn9244df42012-02-14 13:25:41 -08003950 <!-- Preference category for app debugging development settings. [CHAR LIMIT=50] -->
3951 <string name="debug_debugging_category">Debugging</string>
3952
3953 <!-- UI debug setting: select current app to debug [CHAR LIMIT=50] -->
3954 <string name="debug_app">Select debug app</string>
3955 <!-- UI debug setting: no debug app has been set [CHAR LIMIT=50] -->
3956 <string name="debug_app_not_set">No debug application set</string>
3957 <!-- UI debug setting: debug app has been set [CHAR LIMIT=50] -->
3958 <string name="debug_app_set">Debugging application: <xliff:g id="app_name">%1$s</xliff:g></string>
3959
3960 <!-- UI debug setting: title for app picker dialog [CHAR LIMIT=50] -->
3961 <string name="select_application">Select application</string>
3962 <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] -->
3963 <string name="no_application">Nothing</string>
3964
3965 <!-- UI debug setting: wait for debugger to attach to debugging process? [CHAR LIMIT=50] -->
3966 <string name="wait_for_debugger">Wait for debugger</string>
Dianne Hackborn5fe5ef22012-02-16 15:11:18 -08003967 <!-- UI debug setting: wait for debugger to attach to debugging process summary [CHAR LIMIT=500] -->
Dianne Hackborn9244df42012-02-14 13:25:41 -08003968 <string name="wait_for_debugger_summary">Debugged application waits for debugger to
3969 attach before executing</string>
3970
Dianne Hackborn34481b92012-05-07 17:52:07 -07003971 <!-- Preference category for input debugging development settings. [CHAR LIMIT=25] -->
3972 <string name="debug_input_category">Input</string>
3973
3974 <!-- Preference category for drawing debugging development settings. [CHAR LIMIT=25] -->
3975 <string name="debug_drawing_category">Drawing</string>
3976
Romain Guy6b24c452013-02-25 16:21:58 -08003977 <!-- Preference category for hardware accelerated drawing debugging development settings. [CHAR LIMIT=50] -->
3978 <string name="debug_hw_drawing_category">Hardware accelerated rendering</string>
3979
Dianne Hackborn34481b92012-05-07 17:52:07 -07003980 <!-- Preference category for monitoring debugging development settings. [CHAR LIMIT=25] -->
3981 <string name="debug_monitoring_category">Monitoring</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07003982
3983 <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] -->
3984 <string name="strict_mode">Strict mode enabled</string>
3985 <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] -->
3986 <string name="strict_mode_summary">Flash screen when apps do long operations
3987 on main thread</string>
3988
3989 <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] -->
3990 <string name="pointer_location">Pointer location</string>
3991 <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] -->
3992 <string name="pointer_location_summary">Screen overlay showing current touch data</string>
3993
Jeff Brownf4077002011-08-26 17:10:32 -07003994 <!-- UI debug setting: show touches? [CHAR LIMIT=25] -->
3995 <string name="show_touches">Show touches</string>
3996 <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] -->
3997 <string name="show_touches_summary">Show visual feedback for touches</string>
3998
Dianne Hackborn34481b92012-05-07 17:52:07 -07003999 <!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] -->
4000 <string name="show_screen_updates">Show surface updates</string>
4001 <!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] -->
4002 <string name="show_screen_updates_summary">Flash entire window surfaces when they update</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004003
Dianne Hackborn34481b92012-05-07 17:52:07 -07004004 <!-- UI debug setting: show where window updates happen with GPU rendering? [CHAR LIMIT=25] -->
4005 <string name="show_hw_screen_updates">Show GPU view updates</string>
Romain Guyc1fa3e62012-04-27 15:27:54 -07004006 <!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] -->
Dianne Hackborn34481b92012-05-07 17:52:07 -07004007 <string name="show_hw_screen_updates_summary">Flash views inside windows when drawn with the GPU</string>
Romain Guyc1fa3e62012-04-27 15:27:54 -07004008
Romain Guycdc2c552012-08-06 14:52:52 -07004009 <!-- UI debug setting: show when hardware layers get updated [CHAR LIMIT=25] -->
4010 <string name="show_hw_layers_updates">Show hardware layers updates</string>
4011 <!-- UI debug setting: show hardware layers updates summary [CHAR LIMIT=50] -->
4012 <string name="show_hw_layers_updates_summary">Flash hardware layers green when they update</string>
4013
Romain Guy098f4932012-09-21 19:23:20 -07004014 <!-- UI debug setting: show the amount of overdraw in apps using the GPU [CHAR LIMIT=25] -->
Romain Guyeb90fc52013-05-03 17:38:38 -07004015 <string name="debug_hw_overdraw">Debug GPU overdraw</string>
Romain Guy098f4932012-09-21 19:23:20 -07004016
Dianne Hackborne44f44d2012-02-06 21:21:39 -08004017 <!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
Dianne Hackborn34481b92012-05-07 17:52:07 -07004018 <string name="disable_overlays">Disable HW overlays</string>
Dianne Hackborne44f44d2012-02-06 21:21:39 -08004019 <!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->
Dianne Hackborn34481b92012-05-07 17:52:07 -07004020 <string name="disable_overlays_summary">Always use GPU for screen compositing</string>
4021
Romain Guy025cafc2012-10-18 17:37:43 -07004022 <!-- UI debug setting: enable various types of OpenGL traces [CHAR LIMIT=25] -->
4023 <string name="enable_opengl_traces_title">Enable OpenGL traces</string>
4024
Romain Guyc1fa3e62012-04-27 15:27:54 -07004025 <!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] -->
4026 <string name="debug_layout">Show layout bounds</string>
4027 <!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] -->
Philip Milnec00b4f22012-06-06 14:41:28 -07004028 <string name="debug_layout_summary">Show clip bounds, margins, etc.</string>
Romain Guyc1fa3e62012-04-27 15:27:54 -07004029
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004030 <!-- UI debug setting: show how CPU is being used? [CHAR LIMIT=25] -->
4031 <string name="show_cpu_usage">Show CPU usage</string>
4032 <!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] -->
4033 <string name="show_cpu_usage_summary">Screen overlay showing current CPU usage</string>
4034
Romain Guy0c9c14b2011-09-29 16:39:31 -07004035 <!-- UI debug setting: force hardware acceleration to render apps [CHAR LIMIT=25] -->
Romain Guy3d32d002011-10-05 18:49:52 -07004036 <string name="force_hw_ui">Force GPU rendering</string>
Romain Guy0c9c14b2011-09-29 16:39:31 -07004037 <!-- UI debug setting: force hardware acceleration summary [CHAR LIMIT=50] -->
Dianne Hackborn34481b92012-05-07 17:52:07 -07004038 <string name="force_hw_ui_summary">Force use of GPU for 2d drawing</string>
Romain Guy0c9c14b2011-09-29 16:39:31 -07004039
Romain Guy6a9a3e72012-10-15 19:22:57 -07004040 <!-- UI debug setting: force anti-aliasing to render apps [CHAR LIMIT=25] -->
4041 <string name="force_msaa">Force 4x MSAA</string>
4042 <!-- UI debug setting: force anti-aliasing summary [CHAR LIMIT=50] -->
4043 <string name="force_msaa_summary">Enable 4x MSAA in OpenGL ES 2.0 apps</string>
4044
Romain Guy6b24c452013-02-25 16:21:58 -08004045 <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=50] -->
4046 <string name="show_non_rect_clip">Debug non-rectangular clip operations</string>
4047
Romain Guyc1fa3e62012-04-27 15:27:54 -07004048 <!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] -->
4049 <string name="track_frame_time">Profile GPU rendering</string>
Romain Guyc1fa3e62012-04-27 15:27:54 -07004050
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004051 <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
4052 <string name="window_animation_scale_title">Window animation scale</string>
4053
4054 <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
4055 <string name="transition_animation_scale_title">Transition animation scale</string>
4056
Chet Haaseb29e78702012-02-01 15:10:12 -08004057 <!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] -->
4058 <string name="animator_duration_scale_title">Animator duration scale</string>
4059
Jeff Brownb2b54ee2012-08-29 02:33:06 -07004060 <!-- UI debug setting: simulate secondary display devices using overlays [CHAR LIMIT=25] -->
4061 <string name="overlay_display_devices_title">Simulate secondary displays</string>
4062
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004063 <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004064 <string name="debug_applications_category">Apps</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004065
4066 <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] -->
Dianne Hackborn83b09a52011-07-13 19:36:06 -07004067 <string name="immediately_destroy_activities">Don\'t keep activities</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004068 <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] -->
4069 <string name="immediately_destroy_activities_summary">Destroy every activity as soon as
4070 the user leaves it</string>
4071
Dianne Hackborn83b09a52011-07-13 19:36:06 -07004072 <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] -->
4073 <string name="app_process_limit_title">Background process limit</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07004074
Dianne Hackbornd5119bd2011-08-02 15:08:04 -07004075 <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
4076 <string name="show_all_anrs">Show all ANRs</string>
4077 <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004078 <string name="show_all_anrs_summary">Show App Not Responding dialog
Dianne Hackbornd5119bd2011-08-02 15:08:04 -07004079 for background apps</string>
4080
Jared Duke8dc6d082013-03-15 15:13:41 -07004081 <!-- UI debug setting: use experimental WebView [CHAR LIMIT=25] -->
4082 <string name="experimental_webview">Use Experimental WebView</string>
4083 <!-- UI debug setting: use experimental WebView summary [CHAR LIMIT=50] -->
4084 <string name="experimental_webview_summary">Apps will use the newest (beta) WebView</string>
4085
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07004086 <!-- Activity title for network data usage summary. [CHAR LIMIT=25] -->
4087 <string name="data_usage_summary_title">Data usage</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07004088 <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] -->
4089 <string name="data_usage_cycle">Data usage cycle</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004090 <!-- Title for checkbox menu option to enable mobile data when roaming. [CHAR LIMIT=26] -->
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07004091 <string name="data_usage_menu_roaming">Data roaming</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004092 <!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=26] -->
Jeff Sharkey461842a2011-09-25 18:22:48 -07004093 <string name="data_usage_menu_restrict_background">Restrict background data</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004094 <!-- 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 -07004095 <string name="data_usage_menu_split_4g">Separate 4G usage</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004096 <!-- Title for checkbox menu option to show Wi-Fi data usage. [CHAR LIMIT=26] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004097 <string name="data_usage_menu_show_wifi">Show Wi\u2011Fi usage</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004098 <!-- Title for checkbox menu option to show Ethernet data usage. [CHAR LIMIT=26] -->
Jeff Sharkey9549e9f2011-07-14 20:01:13 -07004099 <string name="data_usage_menu_show_ethernet">Show Ethernet usage</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004100 <!-- Title for menu option to configure metered networks. [CHAR LIMIT=26] -->
Jeff Sharkeyd8789092012-05-29 10:19:50 -07004101 <string name="data_usage_menu_metered">Mobile hotspots</string>
Amith Yamasanid1ab8282012-05-18 09:50:08 -07004102 <!-- Title for menu option to enable global auto-sync of account data -->
4103 <string name="data_usage_menu_auto_sync">Auto-sync data</string>
Jeff Sharkeyd4260682012-04-22 16:06:22 -07004104
Jeff Sharkey8a503642011-06-10 13:31:21 -07004105 <!-- Title for option to change data usage cycle day. [CHAR LIMIT=32] -->
4106 <string name="data_usage_change_cycle">Change cycle\u2026</string>
4107 <!-- Body of dialog prompting user to change numerical day of month that data usage cycle should reset. [CHAR LIMIT=64] -->
4108 <string name="data_usage_pick_cycle_day">Day of month to reset data usage cycle:</string>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -07004109 <!-- Label shown when no applications used data during selected time period. [CHAR LIMIT=48] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004110 <string name="data_usage_empty">No apps used data during this period.</string>
Jeff Sharkey54d0af52011-08-11 18:26:57 -07004111 <!-- Label for data usage occuring while application in foreground. [CHAR LIMIT=48] -->
4112 <string name="data_usage_label_foreground">Foreground</string>
4113 <!-- Label for data usage occuring while application in background. [CHAR LIMIT=48] -->
4114 <string name="data_usage_label_background">Background</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07004115
Jeff Sharkeye557c332012-04-13 16:04:07 -07004116 <!-- Label for application which has its data usage restricted. [CHAR LIMIT=16] -->
4117 <string name="data_usage_app_restricted">restricted</string>
Jeff Sharkeyd86e9b22011-10-05 17:43:06 -07004118
Jeff Sharkey28130d92011-09-02 16:10:24 -07004119 <!-- Body of dialog shown to request confirmation that mobile data will be disabled. [CHAR LIMIT=NONE] -->
4120 <string name="data_usage_disable_mobile">Disable mobile data?</string>
Jeff Sharkey6112d082012-02-23 17:24:35 -08004121 <!-- 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 -07004122 <string name="data_usage_disable_mobile_limit">Set mobile data limit</string>
Jeff Sharkey6112d082012-02-23 17:24:35 -08004123 <!-- 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 -07004124 <string name="data_usage_disable_4g_limit">Set 4G data limit</string>
Jeff Sharkey6112d082012-02-23 17:24:35 -08004125 <!-- 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 -07004126 <string name="data_usage_disable_3g_limit">Set 2G-3G data limit</string>
Jeff Sharkey6112d082012-02-23 17:24:35 -08004127 <!-- 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 -08004128 <string name="data_usage_disable_wifi_limit">Set Wi\u2011Fi data limit</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07004129
4130 <!-- Tab title for showing Wi-Fi data usage. [CHAR LIMIT=10] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004131 <string name="data_usage_tab_wifi">Wi\u2011Fi</string>
Jeff Sharkey9549e9f2011-07-14 20:01:13 -07004132 <!-- Tab title for showing Ethernet data usage. [CHAR LIMIT=10] -->
4133 <string name="data_usage_tab_ethernet">Ethernet</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07004134 <!-- Tab title for showing combined mobile data usage. [CHAR LIMIT=10] -->
4135 <string name="data_usage_tab_mobile">Mobile</string>
4136 <!-- Tab title for showing 4G data usage. [CHAR LIMIT=10] -->
4137 <string name="data_usage_tab_4g">4G</string>
4138 <!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] -->
4139 <string name="data_usage_tab_3g">2G-3G</string>
4140
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004141 <!-- Title shown when current operation applies to mobile networks. [CHAR LIMIT=10] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08004142 <string name="data_usage_list_mobile">Mobile</string>
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004143 <!-- Title shown when current operation applies to no networks. [CHAR LIMIT=10] -->
Claudia de Veauxda0db7d2011-12-08 17:19:56 -08004144 <string name="data_usage_list_none">None</string>
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004145
Jeff Sharkey8a503642011-06-10 13:31:21 -07004146 <!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] -->
4147 <string name="data_usage_enable_mobile">Mobile data</string>
4148 <!-- Toggle switch title for enabling 2G and 3G data network connections. [CHAR LIMIT=32] -->
4149 <string name="data_usage_enable_3g">2G-3G data</string>
4150 <!-- Toggle switch title for enabling 4G data network connection. [CHAR LIMIT=32] -->
4151 <string name="data_usage_enable_4g">4G data</string>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07004152
Jeff Sharkey4dfa6602011-06-13 00:42:03 -07004153 <!-- Button title for launching application-specific data usage settings. [CHAR LIMIT=32] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004154 <string name="data_usage_app_settings">View app settings</string>
Jeff Sharkey4dfa6602011-06-13 00:42:03 -07004155 <!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=32] -->
Claudia de Veauxabc541a2011-08-29 19:37:31 -07004156 <string name="data_usage_app_restrict_background">Restrict background data</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004157 <!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] -->
Jeff Sharkeyd8789092012-05-29 10:19:50 -07004158 <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 -07004159 <!-- Summary message for checkbox that restricts background data usage of a specific application when no networks have been limited. [CHAR LIMIT=64] -->
4160 <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 -07004161 <!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] -->
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004162 <string name="data_usage_app_restrict_dialog_title">Restrict background data?</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004163 <!-- Body of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=NONE] -->
Jeff Sharkeyd8789092012-05-29 10:19:50 -07004164 <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 -07004165 <!-- 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 -07004166 <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 -07004167 <!-- Title of dialog shown when user enables global auto sync [CHAR LIMIT=32] -->
4168 <string name="data_usage_auto_sync_on_dialog_title">Turn auto-sync data on?</string>
4169 <!-- Body of dialog shown when user enables global auto sync, for tablet [CHAR LIMIT=none] -->
4170 <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>
4171 <!-- Body of dialog shown when user enables global auto sync [CHAR LIMIT=none] -->
4172 <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>
4173 <!-- Title of dialog shown when user disables global auto sync [CHAR LIMIT=32] -->
4174 <string name="data_usage_auto_sync_off_dialog_title">Turn auto-sync data off?</string>
4175 <!-- Body of dialog shown when user disables global auto sync [CHAR LIMIT=none] -->
4176 <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 -07004177
4178 <!-- Title of dialog for editing data usage cycle reset date. [CHAR LIMIT=48] -->
4179 <string name="data_usage_cycle_editor_title">Usage cycle reset date</string>
4180 <!-- Subtitle of dialog for editing data usage cycle reset date. [CHAR LIMIT=32] -->
4181 <string name="data_usage_cycle_editor_subtitle">Date of each month:</string>
4182 <!-- Positive button title for data usage cycle editor, confirming that changes should be saved. [CHAR LIMIT=32] -->
Jeff Sharkey52c3f442011-06-23 00:39:38 -07004183 <string name="data_usage_cycle_editor_positive">Set</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004184
Jeff Sharkeya53188f2011-09-13 19:56:45 -07004185 <!-- Title of dialog for editing data usage warning in bytes. [CHAR LIMIT=48] -->
4186 <string name="data_usage_warning_editor_title">Set data usage warning</string>
4187 <!-- Title of dialog for editing data usage limit in bytes. [CHAR LIMIT=48] -->
4188 <string name="data_usage_limit_editor_title">Set data usage limit</string>
4189
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07004190 <!-- Title of dialog shown before user limits data usage. [CHAR LIMIT=48] -->
4191 <string name="data_usage_limit_dialog_title">Limiting data usage</string>
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07004192 <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] -->
Jeff Sharkeye557c332012-04-13 16:04:07 -07004193 <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 -07004194 <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] -->
Jeff Sharkeye557c332012-04-13 16:04:07 -07004195 <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 -07004196
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07004197 <!-- Title of dialog shown before user restricts background data usage. [CHAR LIMIT=48] -->
Jeff Sharkey30dde0f2011-08-17 15:08:12 -07004198 <string name="data_usage_restrict_background_title">Restrict background data?</string>
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07004199 <!-- Body of dialog shown before user restricts background data usage. [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004200 <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 -07004201 <!-- 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 -08004202 <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 -07004203 <!-- 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 -08004204 <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 -07004205
Jeff Sharkey52c3f442011-06-23 00:39:38 -07004206 <!-- Label displaying current network data usage warning threshold. [CHAR LIMIT=18] -->
Jeff Sharkeyec3be8a2011-07-09 01:02:56 -07004207 <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>
4208 <!-- Label displaying current network data usage limit threshold. [CHAR LIMIT=18] -->
4209 <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 -07004210
Jeff Sharkey518bc9d2011-07-12 20:20:46 -07004211 <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
4212 <string name="data_usage_uninstalled_apps">Removed apps</string>
Jeff Sharkey6bf72112012-09-19 14:42:38 -07004213 <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] -->
4214 <string name="data_usage_uninstalled_apps_users">Removed apps and users</string>
Jeff Sharkey2412b0f2011-07-17 20:31:40 -07004215 <!-- Combination of total network bytes sent and received by an application. [CHAR LIMIT=NONE] -->
4216 <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 -07004217 <!-- Label displaying total network data transferred during a specific time period. [CHAR LIMIT=64] -->
Jeff Sharkeye557c332012-04-13 16:04:07 -07004218 <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>
4219
4220 <!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
4221 <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>
4222 <!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
4223 <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 -07004224
Jeff Sharkey34e964d2012-04-21 15:41:48 -07004225 <!-- Dialog title for selecting metered networks. [CHAR LIMIT=25] -->
Jeff Sharkeyd8789092012-05-29 10:19:50 -07004226 <string name="data_usage_metered_title">Mobile hotspots</string>
Jeff Sharkey313f7d82012-04-03 21:13:25 -07004227 <!-- Dialog body for selecting paid networks. [CHAR LIMIT=NONE] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004228 <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 -07004229 <!-- Header for list of mobile networks. [CHAR LIMIT=32] -->
4230 <string name="data_usage_metered_mobile">Mobile networks</string>
4231 <!-- Header for list of Wi-Fi networks. [CHAR LIMIT=32] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004232 <string name="data_usage_metered_wifi">Wi\u2011Fi networks</string>
Jeff Sharkey37c222f2012-05-04 10:26:46 -07004233 <!-- Body text prompting user to enable Wi-Fi to configure metered networks. [CHAR LIMIT=64] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004234 <string name="data_usage_metered_wifi_disabled">To select mobile hotspots, turn Wi\u2011Fi on.</string>
Jeff Sharkey313f7d82012-04-03 21:13:25 -07004235
David Brown8373b452011-06-20 12:38:45 -07004236 <!-- Button at the bottom of the CryptKeeper screen to make an emergency call. -->
4237 <string name="cryptkeeper_emergency_call">Emergency call</string>
4238 <!-- Button at the bottom of the CryptKeeper screen that lets the user return to a call -->
4239 <string name="cryptkeeper_return_to_call">Return to call</string>
4240
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004241 <!-- Input label for the name of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004242 <string name="vpn_name">Name</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004243 <!-- Input label for the type of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004244 <string name="vpn_type">Type</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004245 <!-- Input label for the server address of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004246 <string name="vpn_server">Server address</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004247 <!-- Checkbox label to enable PPP encryption for a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004248 <string name="vpn_mppe">PPP encryption (MPPE)</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004249 <!-- Input label for the L2TP secret of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004250 <string name="vpn_l2tp_secret">L2TP secret</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004251 <!-- Input label for the IPSec identifier of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004252 <string name="vpn_ipsec_identifier">IPSec identifier</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004253 <!-- Input label for the IPSec pre-shared key of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004254 <string name="vpn_ipsec_secret">IPSec pre-shared key</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004255 <!-- Selection label for the IPSec user certificate of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004256 <string name="vpn_ipsec_user_cert">IPSec user certificate</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004257 <!-- Selection label for the IPSec CA certificate of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004258 <string name="vpn_ipsec_ca_cert">IPSec CA certificate</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004259 <!-- Selection label for the IPSec server certificate of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yehf5317a12011-12-06 17:51:01 -08004260 <string name="vpn_ipsec_server_cert">IPSec server certificate</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004261 <!-- Checkbox label to show advanced options of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07004262 <string name="vpn_show_options">Show advanced options</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004263 <!-- Input label for the DNS search domains of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh2fa9ead2011-06-30 23:34:53 -07004264 <string name="vpn_search_domains">DNS search domains</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004265 <!-- Input label for the DNS servers of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07004266 <string name="vpn_dns_servers">DNS servers (e.g. 8.8.8.8)</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004267 <!-- Input label for the forwarding routes of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07004268 <string name="vpn_routes">Forwarding routes (e.g. 10.0.0.0/8)</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004269 <!-- Input label for the username of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004270 <string name="vpn_username">Username</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004271 <!-- Input label for the password of a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004272 <string name="vpn_password">Password</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004273 <!-- Checkbox label to save the username and the password in a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh2fa9ead2011-06-30 23:34:53 -07004274 <string name="vpn_save_login">Save account information</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004275 <!-- Hint for not using an optional feature in a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004276 <string name="vpn_not_used">(not used)</string>
4277 <!-- Option to not use a CA certificate to verify the VPN server. [CHAR LIMIT=40] -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004278 <string name="vpn_no_ca_cert">(don\'t verify server)</string>
Chia-chi Yehf5317a12011-12-06 17:51:01 -08004279 <!-- Option to use the server certificate received from the VPN server. [CHAR LIMIT=40] -->
4280 <string name="vpn_no_server_cert">(received from server)</string>
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004281
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004282 <!-- Button label to cancel changing a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004283 <string name="vpn_cancel">Cancel</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004284 <!-- Button label to save a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004285 <string name="vpn_save">Save</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004286 <!-- Button label to connect to a VPN profile. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07004287 <string name="vpn_connect">Connect</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004288 <!-- Dialog title to edit a VPN profile. [CHAR LIMIT=40] -->
4289 <string name="vpn_edit">Edit VPN profile</string>
4290 <!-- Dialog title to connect to a VPN profile. [CHAR LIMIT=40] -->
4291 <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 -07004292
4293 <!-- Preference title for VPN settings. [CHAR LIMIT=40] -->
Claudia de Veaux780d72d2011-08-05 17:24:20 -07004294 <string name="vpn_title">VPN</string>
Chia-chi Yeh44a520a2012-02-29 15:40:28 -08004295 <!-- Preference title to create a new VPN profile. [CHAR LIMIT=40] -->
4296 <string name="vpn_create">Add VPN profile</string>
4297 <!-- Menu item to edit a VPN profile. [CHAR LIMIT=40] -->
4298 <string name="vpn_menu_edit">Edit profile</string>
4299 <!-- Menu item to delete a VPN profile. [CHAR LIMIT=40] -->
4300 <string name="vpn_menu_delete">Delete profile</string>
Jeff Sharkey9fd7ac12012-08-25 00:06:08 -07004301 <!-- Menu item to select always-on VPN profile. [CHAR LIMIT=40] -->
4302 <string name="vpn_menu_lockdown">Always-on VPN</string>
4303
4304 <!-- Summary describing the always-on VPN feature. [CHAR LIMIT=NONE] -->
4305 <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>
4306 <!-- List item indicating that no always-on VPN is selected. [CHAR LIMIT=64] -->
4307 <string name="vpn_lockdown_none">None</string>
4308 <!-- Error indicating that the selected VPN doesn't meet requirements. [CHAR LIMIT=NONE] -->
4309 <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 -07004310
Chia-chi Yeh94cc1bb2012-02-29 16:12:35 -08004311 <!-- Toast message when there is no network connection to start VPN. [CHAR LIMIT=100] -->
4312 <string name="vpn_no_network">There is no network connection. Please try again later.</string>
4313 <!-- Toast message when a certificate is missing. [CHAR LIMIT=100] -->
4314 <string name="vpn_missing_cert">A certificate is missing. Please edit the profile.</string>
4315
Brian Carlstromf6f4e302011-06-26 16:05:21 -07004316 <!-- Tab label for built-in system CA certificates. -->
4317 <string name="trusted_credentials_system_tab">System</string>
4318 <!-- Tab label for user added CA certificates. -->
4319 <string name="trusted_credentials_user_tab">User</string>
4320 <!-- Button label for disabling a system CA certificate. -->
4321 <string name="trusted_credentials_disable_label">Disable</string>
4322 <!-- Button label for enabling a system CA certificate. -->
4323 <string name="trusted_credentials_enable_label">Enable</string>
4324 <!-- Button label for removing a user CA certificate. -->
4325 <string name="trusted_credentials_remove_label">Remove</string>
4326 <!-- Alert dialog confirmation when enabling a system CA certificate. -->
4327 <string name="trusted_credentials_enable_confirmation">Enable the system CA certificate?</string>
4328 <!-- Alert dialog confirmation when disabling a system CA certificate. -->
4329 <string name="trusted_credentials_disable_confirmation">Disable the system CA certificate?</string>
4330 <!-- Alert dialog confirmation when removing a user CA certificate. -->
4331 <string name="trusted_credentials_remove_confirmation">Permanently remove the user CA certificate?</string>
4332
satok01d67c32012-02-08 11:10:32 +09004333 <!-- Title for spell checker settings -->
4334 <string name="spellcheckers_settings_title">Spell checker</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004335
4336 <!-- Prompt for the user to enter their current full-backup password -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004337 <string name="current_backup_pw_prompt">Type your current full backup password here</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004338 <!-- Prompt for the user to enter a new full-backup password -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004339 <string name="new_backup_pw_prompt">Type a new password for full backups here</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004340 <!-- Prompt for the user to confirm the new full-backup password by re-entering it -->
Eric Fischerdfb894c2011-10-04 14:57:57 -07004341 <string name="confirm_new_backup_pw_prompt">Retype your new full backup password here</string>
Christopher Tate4f338782011-07-25 12:09:10 -07004342
4343 <!-- Button label for setting the user's new full-backup password -->
4344 <string name="backup_pw_set_button_text">Set backup password</string>
4345 <!-- Button label for cancelling the new-password operation and retaining the user's previous full-backup password -->
4346 <string name="backup_pw_cancel_button_text">Cancel</string>
4347
Jeff Sharkey28130d92011-09-02 16:10:24 -07004348 <!-- Representation of a numerical percentage. [CHAR LIMIT=8] -->
4349 <string name="percentage"><xliff:g id="number" example="30">%d</xliff:g>%%</string>
4350
tk.mun7c5c1652011-10-13 22:56:18 +09004351 <!-- A menu item in "About phone" that allows the user to update the phone with settings
4352 from their cell phone carrier. The use of the string is similar to the string
4353 "system_update_settings_list_item_title" in this project. [CHAR LIMIT=25] -->
4354 <string name="additional_system_update_settings_list_item_title">Additional system updates</string>
Stephen Smalleyb4e84f32012-02-03 11:14:48 -05004355 <!-- These statuses are displayed when a device was built with SE Android supoprt.
4356 These are displayed by the settings app in the about section. -->
4357 <string name="selinux_status_disabled">Disabled</string>
4358 <string name="selinux_status_permissive">Permissive</string>
4359 <string name="selinux_status_enforcing">Enforcing</string>
tk.mun7c5c1652011-10-13 22:56:18 +09004360
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004361 <!-- User settings -->
4362 <skip/>
4363
4364 <!-- User settings screen title [CHAR LIMIT=25] -->
Amith Yamasani788cde42012-08-30 17:25:20 -07004365 <string name="user_settings_title">Users</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004366 <!-- User settings header for list of users and profiles [CHAR LIMIT=40] -->
4367 <string name="user_list_title">Users &amp; profiles</string>
Amith Yamasanid4abdd22013-04-17 18:27:01 -07004368 <!-- User settings add user menu [CHAR LIMIT=35] -->
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004369 <string name="user_add_user_menu">Add user or profile</string>
4370 <!-- User settings summary for a restricted profile [CHAR LIMIT=50] -->
4371 <string name="user_summary_restricted_profile">Restricted profile</string>
Amith Yamasani7b56d112013-04-26 14:55:01 -07004372 <!-- User settings warning that restricted profile needs a screen lock [CHAR LIMIT=NONE] -->
4373 <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>
4374 <!-- User settings dialog button to set screen lock [CHAR LIMIT=25] -->
4375 <string name="user_set_lock_button">Set lock</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004376 <!-- User summary to indicate that user is currently not set up [CHAR LIMIT=100] -->
4377 <string name="user_summary_not_set_up">Not set up</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004378 <!-- User summary to indicate that restricted profile is currently not set up [CHAR LIMIT=100] -->
4379 <string name="user_summary_restricted_not_set_up">Not set up - Restricted profile</string>
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004380 <!-- User information string to represent the owner of the device [CHAR LIMIT=25] -->
4381 <string name="user_owner">Owner</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004382 <!-- User settings title for current user entry "You" user. [CHAR LIMIT=30] -->
4383 <string name="user_you">You (<xliff:g id="name" example="Name">%s</xliff:g>)</string>
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004384 <!-- Title for the preference to enter the nickname of the userto display in the user switcher [CHAR LIMIT=25]-->
4385 <string name="user_nickname">Nickname</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004386 <!-- Title for add user type dialog [CHAR LIMIT=45] -->
4387 <string name="user_add_user_type_title">Add</string>
4388 <!-- Summary for add user entry in the choice dialog [CHAR LIMIT=none] -->
4389 <string name="user_add_user_item_summary">Users have their own apps and content</string>
4390 <!-- Summary for add restricted profile entry in the choice dialog [CHAR LIMIT=none] -->
Amith Yamasani7c4dfcc2013-05-22 12:51:30 -07004391 <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 -07004392 <!-- Button text for adding a regular user [CHAR LIMIT=25] -->
4393 <string name="user_add_user_item_title">User</string>
4394 <!-- Button text for adding a restricted profile [CHAR LIMIT=25] -->
4395 <string name="user_add_profile_item_title">Restricted profile</string>
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004396 <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
4397 <string name="user_add_user_title">Add new user</string>
Svetoslav Ganov263f7442012-09-25 16:11:16 -07004398 <!-- Message for add user confirmation dialog - long version. [CHAR LIMIT=none] -->
Russell Brenner6de99052013-02-01 10:57:49 -08004399 <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 -07004400 <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
4401 <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 -07004402 <!-- Title of dialog to setup a new user [CHAR LIMIT=30] -->
4403 <string name="user_setup_dialog_title">Set up user now?</string>
4404 <!-- Message in dialog to setup a new user after creation [CHAR LIMIT=none] -->
4405 <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 -07004406 <!-- Message in dialog to setup a new restricted profile after creation [CHAR LIMIT=none] -->
4407 <string name="user_setup_profile_dialog_message">Set up profile now?</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004408 <!-- Button text to setup the new user now [CHAR LIMIT=25] -->
4409 <string name="user_setup_button_setup_now">Set up now</string>
4410 <!-- Button text to setup the new user later [CHAR LIMIT=25] -->
4411 <string name="user_setup_button_setup_later">Not now</string>
Amith Yamasani1a634d32012-09-27 23:01:35 -07004412 <!-- Message to secondary users that only owner can manage users [CHAR LIMIT=none] -->
4413 <string name="user_cannot_manage_message" product="tablet">Only the tablet\'s owner can manage users.</string>
4414 <!-- Message to secondary users that only owner can manage users [CHAR LIMIT=none] -->
4415 <string name="user_cannot_manage_message" product="default">Only the phone\'s owner can manage users.</string>
Amith Yamasanic39dcc12013-04-13 18:30:59 -07004416 <!-- Message to limited users that they cannot add accounts [CHAR LIMIT=100] -->
Amith Yamasani8e6f99e2013-04-24 14:21:06 -07004417 <string name="user_cannot_add_accounts_message">Restricted profiles cannot add accounts</string>
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004418
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004419 <!-- User details remove user menu [CHAR LIMIT=20] -->
Amith Yamasani1a634d32012-09-27 23:01:35 -07004420 <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 -07004421 <!-- User details new user name [CHAR LIMIT=30] -->
Amith Yamasanidc6bfa62012-09-06 18:04:06 -07004422 <string name="user_new_user_name">New user</string>
Amith Yamasanifc8a3832013-04-23 11:44:59 -07004423 <!-- User details new restricted profile name [CHAR LIMIT=30] -->
4424 <string name="user_new_profile_name">New profile</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004425 <!-- User (self) removal confirmation title [CHAR LIMIT=30] -->
4426 <string name="user_confirm_remove_self_title">Delete yourself?</string>
Amith Yamasanib810a0d2012-03-25 10:12:26 -07004427 <!-- User removal confirmation title [CHAR LIMIT=25] -->
4428 <string name="user_confirm_remove_title">Remove user?</string>
Amith Yamasani8e6f99e2013-04-24 14:21:06 -07004429 <!-- Profile removal confirmation title [CHAR LIMIT=25] -->
4430 <string name="user_profile_confirm_remove_title">Remove profile?</string>
Amith Yamasaniae47ef42012-09-16 17:53:35 -07004431 <!-- User (self) removal confirmation message [CHAR LIMIT=none] -->
Amith Yamasani1a634d32012-09-27 23:01:35 -07004432 <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>
4433 <!-- User (self) removal confirmation message [CHAR LIMIT=none] -->
4434 <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 -07004435 <!-- User removal confirmation message [CHAR LIMIT=none] -->
Amith Yamasani1a634d32012-09-27 23:01:35 -07004436 <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>
4437 <!-- User removal confirmation message [CHAR LIMIT=none] -->
4438 <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 -07004439 <!-- User profile removal confirmation message [CHAR LIMIT=none] -->
4440 <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>
4441 <!-- User profile removal confirmation message [CHAR LIMIT=none] -->
4442 <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 -07004443 <!-- Setting label to show that a new user is being added [CHAR LIMIT=30] -->
4444 <string name="user_adding_new_user">Adding new user\u2026</string>
4445 <!-- Spoken content description for delete icon beside a user [CHAR LIMIT=none] -->
4446 <string name="user_delete_user_description">Delete user</string>
Amith Yamasani1a634d32012-09-27 23:01:35 -07004447 <!-- Delete button text [CHAR LIMIT=25] -->
4448 <string name="user_delete_button">Delete</string>
Daniel Sandler4a824be2012-04-19 01:47:45 -04004449
Amith Yamasani233592b2013-03-01 17:05:23 -08004450 <!-- Application Restrictions screen title [CHAR LIMIT=45] -->
4451 <string name="application_restrictions">Allow apps and content</string>
4452 <!-- Applications with restrictions header [CHAR LIMIT=45] -->
4453 <string name="apps_with_restrictions_header">Applications with restrictions</string>
4454 <!-- Applicaitons with restrictions - settings button [CHAR LIMIT=30] -->
4455 <string name="apps_with_restrictions_settings_button">Expand settings for application</string>
4456
Amith Yamasani9627a8e2012-09-23 12:54:14 -07004457 <!-- Warning message when changing a global setting for a tablet.[CHAR LIMIT=none] -->
4458 <string name="global_change_warning" product="tablet">This setting affects all users on this tablet.</string>
4459 <!-- Warning message when changing a global setting for a phone.[CHAR LIMIT=none] -->
4460 <string name="global_change_warning" product="default">This setting affects all users on this phone.</string>
4461 <!-- Warning message title for global locale change [CHAR LIMIT=40] -->
4462 <string name="global_locale_change_title">Change language</string>
4463 <!-- Warning message title for global font change [CHAR LIMIT=40] -->
4464 <string name="global_font_change_title">Change font size</string>
4465
Daniel Sandler70b59992012-05-15 15:48:09 -04004466 <!-- Label for are-notifications-enabled checkbox in app details [CHAR LIMIT=20] -->
4467 <string name="app_notifications_switch_label">Show notifications</string>
Amith Yamasanib0b37ae2012-04-23 15:35:36 -07004468
4469 <!-- Help URLs for some screens. Not specified here. Specified in product overlays --><skip/>
4470 <!-- Help menu label [CHAR LIMIT=20] -->
4471 <string name="help_label">Help</string>
4472 <!-- Help URL, WiFi [DO NOT TRANSLATE] -->
4473 <string name="help_url_wifi" translatable="false"></string>
4474 <!-- Help URL, Bluetooth [DO NOT TRANSLATE] -->
4475 <string name="help_url_bluetooth" translatable="false"></string>
4476 <!-- Help URL, Data usage [DO NOT TRANSLATE] -->
4477 <string name="help_url_data_usage" translatable="false"></string>
4478 <!-- Help URL, More [DO NOT TRANSLATE] -->
4479 <string name="help_url_more_networks" translatable="false"></string>
4480 <!-- Help URL, Vpn [DO NOT TRANSLATE] -->
4481 <string name="help_url_vpn" translatable="false"></string>
4482 <!-- Help URL, Sound [DO NOT TRANSLATE] -->
4483 <string name="help_url_sound" translatable="false"></string>
4484 <!-- Help URL, Battery [DO NOT TRANSLATE] -->
4485 <string name="help_url_battery" translatable="false"></string>
4486 <!-- Help URL, Accounts [DO NOT TRANSLATE] -->
4487 <string name="help_url_accounts" translatable="false"></string>
4488 <!-- Help URL, Choose lockscreen [DO NOT TRANSLATE] -->
4489 <string name="help_url_choose_lockscreen" translatable="false"></string>
4490 <!-- Help URL, Backup & reset [DO NOT TRANSLATE] -->
4491 <string name="help_url_backup_reset" translatable="false"></string>
Amith Yamasanid3fed682012-04-27 17:38:40 -07004492 <!-- Help URL, Tethering [DO NOT TRANSLATE] -->
4493 <string name="help_url_tether" translatable="false"></string>
John Spurlock7af2aa52012-08-30 14:58:16 -04004494 <!-- Help URL, Dreams [DO NOT TRANSLATE] -->
4495 <string name="help_url_dreams" translatable="false"></string>
Amith Yamasani38223dc2012-09-18 09:51:07 -07004496 <!-- Help URL, User settings [DO NOT TRANSLATE] -->
4497 <string name="help_url_users" translatable="false"></string>
4498 <!-- Help URL, Location access [DO NOT TRANSLATE] -->
4499 <string name="help_url_location_access" translatable="false"></string>
rich cannings93c0ee52012-09-30 13:54:26 -07004500 <!-- Help URL, Security settings [DO NOT TRANSLATE] -->
4501 <string name="help_url_security" translatable="false"></string>
Jake Hambyef57ed72012-06-21 10:59:22 -07004502
Amith Yamasani48fa8572012-04-17 17:12:01 -07004503 <!-- User account title [CHAR LIMIT=30] -->
4504 <string name="user_account_title">Account for content</string>
4505 <!-- User picture title [CHAR LIMIT=30] -->
4506 <string name="user_picture_title">Photo ID</string>
Jake Hamby9cc7ca22012-06-25 18:14:06 -07004507
Jake Hambyef57ed72012-06-21 10:59:22 -07004508 <!-- Cell Broadcast settings title [CHAR LIMIT=50] -->
4509 <string name="cell_broadcast_settings">Cell broadcasts</string>
4510 <!-- Cell Broadcast settings description [CHAR LIMIT=100] -->
4511 <string name="cell_broadcast_settings_summary">Select the types of emergency alerts to display.</string>
Amith Yamasani233592b2013-03-01 17:05:23 -08004512
4513 <!-- User app limits screen title [CHAR LIMIT=35] -->
Amith Yamasani7c4dfcc2013-05-22 12:51:30 -07004514 <string name="user_restrictions_title">Application and content restrictions</string>
Amith Yamasani233592b2013-03-01 17:05:23 -08004515 <!-- User limits screen, user name rename text [CHAR LIMIT=15] -->
4516 <string name="user_rename">RENAME</string>
Amith Yamasani6e4757f2013-03-28 14:34:36 -07004517 <!-- Preference label for custom restrictions [CHAR LIMIT=35] -->
4518 <string name="app_restrictions_custom_label">Set application limits</string>
Amith Yamasanid81a3f72013-04-10 21:59:18 -07004519 <!-- Summary for app entries that are controlled by another entry [CHAR LIMIT=none] -->
4520 <string name="user_restrictions_controlled_by">Controlled by <xliff:g id="app">%1$s</xliff:g></string>
Amith Yamasani9517b022013-04-12 17:56:34 -07004521 <!-- Summary for apps that aren't supported in limited users [CHAR LIMIT=none] -->
Amith Yamasani8e6f99e2013-04-24 14:21:06 -07004522 <string name="app_not_supported_in_limited">This app is not supported in restricted profiles</string>
Amith Yamasania98c4022013-04-19 15:27:52 -07004523 <!-- Summary text for apps that are allowed to access accounts from the primary user [CHAR LIMIT=none] -->
4524 <string name="app_sees_restricted_accounts">This app can access your accounts</string>
Amith Yamasani6e4757f2013-03-28 14:34:36 -07004525
4526 <!-- Restrictions title for configuring wifi and mobile [CHAR LIMIT=35] -->
4527 <string name="restriction_wifi_config_title">Wi\u2011Fi and Mobile</string>
4528 <!-- Restrictions summary for configuring wifi and mobile [CHAR LIMIT=100] -->
4529 <string name="restriction_wifi_config_summary">Allow modification of Wi\u2011Fi and Mobile settings</string>
4530 <!-- Restrictions title for changing bluetooth configuration [CHAR LIMIT=35] -->
4531 <string name="restriction_bluetooth_config_title">Bluetooth</string>
4532 <!-- Restrictions summary for changing bluetooth configuration [CHAR LIMIT=100] -->
4533 <string name="restriction_bluetooth_config_summary">Allow modification of Bluetooth pairings and settings</string>
4534 <!-- Restrictions title for allowing NFC transfers [CHAR LIMIT=35] -->
4535 <string name="restriction_nfc_enable_title">NFC</string>
4536 <!-- Restrictions summary for allowing NFC transfers (tablet) [CHAR LIMIT=100] -->
4537 <string name="restriction_nfc_enable_summary" product="tablet">Allow data exchange when the tablet touches another device</string>
4538 <!-- Restrictions summary for allowing NFC transfers (phone) [CHAR LIMIT=100] -->
4539 <string name="restriction_nfc_enable_summary" product="default">Allow data exchange when the phone touches another device</string>
4540 <!-- Restrictions title for allowing location sharing [CHAR LIMIT=35] -->
Amith Yamasani2601cd92013-03-31 17:50:55 -07004541 <string name="restriction_location_enable_title">Location access</string>
Amith Yamasani6e4757f2013-03-28 14:34:36 -07004542 <!-- Restrictions summary for allowing location sharing [CHAR LIMIT=100] -->
4543 <string name="restriction_location_enable_summary" >Let apps use your location information</string>
Amith Yamasani233592b2013-03-01 17:05:23 -08004544
4545 <!-- Wizard back button label [CHAR LIMIT=25] -->
4546 <string name="wizard_back">Back</string>
4547 <!-- Wizard next button label [CHAR LIMIT=25] -->
4548 <string name="wizard_next">Next</string>
4549 <!-- Wizard next button label [CHAR LIMIT=25] -->
4550 <string name="wizard_finish">Finish</string>
Svetoslavbf3391f2013-04-15 12:20:39 -07004551
4552 <!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
4553 <string name="user_image_take_photo" msgid="7496128293167402354">Take photo</string>
4554 <!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
4555 <string name="user_image_choose_photo" msgid="3746334626214970837">Choose photo from Gallery</string>
4556
Jake Hamby5e9bd862013-04-09 15:48:25 -07004557 <!-- Text to display in regulatory info screen (from device overlay). -->
4558 <string name="regulatory_info_text"></string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004559</resources>