blob: ee1a805b858f328fd25c46c16291954964fecca5 [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
23 <!-- Device Info --> <skip />
24 <!-- Device Info screen. Used for a status item's value when the proper value is not known -->
25 <string name="device_info_default">Unknown</string>
26
27 <!-- Phone info -->
28 <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
29 <string name="turn_on_radio">Turn on radio</string>
30 <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
31 <string name="turn_off_radio">Turn off radio</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080032
33 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
34 <string name="radioInfo_menu_viewADN">View SIM address book</string>
35 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
36 <string name="radioInfo_menu_viewFDN">View Fixed Dialing Numbers</string>
37 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
38 <string name="radioInfo_menu_viewSDN">View Service Dialing Numbers</string>
39 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
40 <string name="radioInfo_menu_getPDP">Get PDP list</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080041
42 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
43 <string name="radioInfo_service_in">In service</string>
44 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
45 <string name="radioInfo_service_out">Out of service</string>
46 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
47 <string name="radioInfo_service_emergency">Emergency calls only</string>
48 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
49 <string name="radioInfo_service_off">Radio off</string>
50
51 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
52 <string name="radioInfo_roaming_in">Roaming</string>
53 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
54 <string name="radioInfo_roaming_not">Not roaming</string>
55
56 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
57 <string name="radioInfo_phone_idle">Idle</string>
58 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
59 <string name="radioInfo_phone_ringing">Ringing</string>
60 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
61 <string name="radioInfo_phone_offhook">Call in progress</string>
62
63 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
64 <string name="radioInfo_data_disconnected">Disconnected</string>
65 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
66 <string name="radioInfo_data_connecting">Connecting</string>
67 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
68 <string name="radioInfo_data_connected">Connected</string>
69 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
70 <string name="radioInfo_data_suspended">Suspended</string>
71
72 <!-- Used for diagnostic info screens, precise translation isn't needed -->
73 <string name="radioInfo_unknown">unknown</string>
74 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
75 <string name="radioInfo_display_packets">pkts</string>
76 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
77 <string name="radioInfo_display_bytes">bytes</string>
78 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
79 <string name="radioInfo_display_dbm">dBm</string>
80 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
81 <string name="radioInfo_display_asu">asu</string>
82 <!-- Used for diagnostic info screens, precise translation isn't needed -->
83 <string name="radioInfo_lac">LAC</string>
84 <!-- Used for diagnostic info screens, precise translation isn't needed -->
85 <string name="radioInfo_cid">CID</string>
86
Eric Fischer5698a752010-09-28 16:35:31 -070087 <!-- 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 -070088 <string name="sdcard_unmount" product="nosdcard">Unmount USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080089 <!-- 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 -070090 <string name="sdcard_unmount" product="default">Unmount SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080091
Eric Fischer5698a752010-09-28 16:35:31 -070092 <!-- 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 -070093 <string name="sdcard_format" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080094 <!-- 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 -070095 <string name="sdcard_format" product="default">Erase SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080096
97 <!-- choice for the font size spinner -->
98 <string name="small_font">Small</string>
99 <!-- choice for the font size spinner -->
100 <string name="medium_font">Medium</string>
101 <!-- choice for the font size spinner -->
102 <string name="large_font">Large</string>
103
104 <!-- Do not translate. label for font size preview. Does not need to be translated. -->
105 <string name="font_size_preview_text">Servez à ce monsieur une bière et des kiwis.</string>
106 <!-- Button. Chosen when they want to save the chosen text size. -->
107 <string name="font_size_save">OK</string>
108
Eric Fischer5698a752010-09-28 16:35:31 -0700109 <!-- Title for a notification shown. [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -0700110 <string name="sdcard_setting" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800111 <!-- Title for a notification shown. -->
Eric Fischer5698a752010-09-28 16:35:31 -0700112 <string name="sdcard_setting" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800113
114
115 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
116 <string name="battery_info_status_label">Battery status:</string>
117 <!-- 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 -0700118 <string name="battery_info_power_label">Power plug:</string>
119 <!-- 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 -0800120 <string name="battery_info_scale_label">Battery scale:</string>
121 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
122 <string name="battery_info_level_label">Battery level:</string>
123 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
124 <string name="battery_info_health_label">Battery health:</string>
125 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
126 <string name="battery_info_technology_label">Battery technology:</string>
127 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
128 <string name="battery_info_voltage_label">Battery voltage:</string>
129 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
130 <string name="battery_info_voltage_units">mV</string>
131 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
132 <string name="battery_info_temperature_label">Battery temperature:</string>
133 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
134 <string name="battery_info_temperature_units">\u00B0 C</string>
135 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
136 <string name="battery_info_uptime">Time since boot:</string>
137 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
138 <string name="battery_info_awake_battery">Awake time on battery:</string>
139 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
140 <string name="battery_info_awake_plugged">Awake time when charging:</string>
141 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
142 <string name="battery_info_screen_on">Screen ON time:</string>
Jim Miller00d24762009-12-22 19:04:57 -0800143
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800144
145 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
146 <string name="battery_info_status_unknown">Unknown</string>
147 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
148 <string name="battery_info_status_charging">Charging</string>
149 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
150 <string name="battery_info_status_charging_ac">(AC)</string>
151 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
152 <string name="battery_info_status_charging_usb">(USB)</string>
153 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
154 <string name="battery_info_status_discharging">Discharging</string>
155 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
156 <string name="battery_info_status_not_charging">Not charging</string>
157 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
158 <string name="battery_info_status_full">Full</string>
159
Dianne Hackborn9281c922009-09-26 12:44:02 -0700160 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
161 <string name="battery_info_power_unplugged">Unplugged</string>
162 <string name="battery_info_power_ac">AC</string>
163 <string name="battery_info_power_usb">USB</string>
164 <string name="battery_info_power_ac_usb">AC+USB</string>
165 <string name="battery_info_power_unknown">Unknown</string>
Jim Miller00d24762009-12-22 19:04:57 -0800166
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800167 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
168 <string name="battery_info_health_unknown">Unknown</string>
169 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
170 <string name="battery_info_health_good">Good</string>
171 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
172 <string name="battery_info_health_overheat">Overheat</string>
173 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
174 <string name="battery_info_health_dead">Dead</string>
175 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
176 <string name="battery_info_health_over_voltage">Over voltage</string>
177 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
178 <string name="battery_info_health_unspecified_failure">Unknown error</string>
Imre Sunyi52414662010-09-20 18:02:28 +0200179 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
180 <string name="battery_info_health_cold">Cold</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800181
182 <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
183 <string name="bluetooth">Bluetooth</string>
184 <!-- Bluetooth settings screen, check box label when the Bluetooth device can be seen by others -->
185 <string name="bluetooth_visibility">Discoverable</string>
Roy West0ce6f6d2009-09-23 13:07:19 -0700186 <!-- Bluetooth settings screen, summary after selecting Discoverable check box -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800187 <string name="bluetooth_is_discoverable">Discoverable for <xliff:g id="discoverable_time_period">%1$s</xliff:g> seconds\u2026</string>
188 <!-- Bluetooth settings screen, Discoverable checkbox summary text -->
189 <string name="bluetooth_not_discoverable">Make device discoverable</string>
190 <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
Martin Hibdoncc8733d2010-03-04 17:46:22 -0800191 <!-- Bluetooth settings screen, check box label whether or not to allow
192 bluetooth voice dialing when lock screen is up-->
193 <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string>
194 <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
Martin Hibdonb15f8cf2010-03-04 18:04:52 -0800195 <string name="bluetooth_lock_voice_dialing_summary">
Martin Hibdoncc8733d2010-03-04 17:46:22 -0800196 Prevent use of the bluetooth dialer when the screen is locked
197 </string>
198
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800199 <string name="bluetooth_devices">Bluetooth devices</string>
200 <!-- Bluetooth settings screen, title for the current bluetooth name setting -->
201 <string name="bluetooth_device_name">Device name</string>
202 <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) -->
203 <string name="bluetooth_name_not_set">No name set, using account name</string>
204 <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
205 <string name="bluetooth_scan_for_devices">Scan for devices</string>
206 <!-- Bluetooth settings. Message for disconnecting from a bluetooth device -->
207 <string name="bluetooth_disconnect_blank"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string>
Jake Hambyc090feb2010-12-07 16:27:21 -0800208 <!-- Bluetooth settings. Message when connected to a device -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800209 <string name="bluetooth_connected">Connected</string>
210 <!-- Bluetooth settings. Message when a device is disconnected -->
211 <string name="bluetooth_disconnected">Disconnected</string>
212 <!-- Bluetooth settings. Message when disconnecting from a device -->
213 <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
214 <!-- Bluetooth settings. Message when connecting to a device -->
215 <string name="bluetooth_connecting">Connecting\u2026</string>
216 <!-- Bluetooth settings. Message when the device state is unknown -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700217 <string name="bluetooth_unknown" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800218 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when not paired yet -->
219 <string name="bluetooth_not_connected">Pair with this device</string>
220 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
221 <string name="bluetooth_pairing">Pairing\u2026</string>
222 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when paired with one -->
223 <string name="bluetooth_paired">Paired but not connected</string>
224 <!--Bluetooth settings screen, summary text under individual Bluetooth devices that are hands free or a headset -->
225 <string name="bluetooth_device">handsfree/headset</string>
226 <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
227 <string name="progress_scanning">Scanning</string>
228 <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
229 <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
230 <!-- Notification title when a Bluetooth device wants to pair with us -->
231 <string name="bluetooth_notif_title">Pairing request</string>
232 <!-- Notification message when a Bluetooth device wants to pair with us -->
Jake Hambyc090feb2010-12-07 16:27:21 -0800233 <string name="bluetooth_notif_message">Select to pair with <xliff:g id="device_name">%1$s</xliff:g></string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800234
Yue Lixina41e2f92009-07-09 16:48:52 +0800235 <!-- Strings for BluetoothDevicePicker -->
236 <string name="device_picker">Bluetooth device picker</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800237
Michael Chane1089ad2009-09-26 06:16:17 -0700238 <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
239 <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
240
241 <!-- Strings for asking to the user whether to allow an app to enable bluetooth -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700242 <string name="bluetooth_ask_enablement">"An application is requesting permission to turn on Bluetooth. Do you want to do this?"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700243
244 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700245 <string name="bluetooth_ask_discovery" product="tablet">"An application on your tablet is requesting permission to make your tablet discoverable by other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
246 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
247 <string name="bluetooth_ask_discovery" product="default">"An application on your phone is requesting permission to make your phone discoverable by other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700248
249 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700250 <string name="bluetooth_ask_enablement_and_discovery" product="tablet">"An application on your tablet is requesting permission to turn on Bluetooth and to make your tablet discoverable by other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
251 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
252 <string name="bluetooth_ask_enablement_and_discovery" product="default">"An application on your phone is requesting permission to turn on Bluetooth and to make your phone discoverable by other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700253
254 <!-- Strings for msg to display to user while bluetooth is turning on -->
255 <string name="bluetooth_turning_on">"Turning on Bluetooth\u2026"</string>
256
Jake Hamby39ef2252010-12-16 18:33:28 -0800257 <!-- Strings for device profile auto connect setting -->
258 <string name="bluetooth_auto_connect">Auto connect</string>
259
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800260 <!-- Date & time settings screen title -->
261 <string name="date_and_time">Date &amp; time settings</string>
262 <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 12-hour time -->
263 <string name="date_time_12_hour_sample">1:00 pm</string>
264 <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 24-hour time -->
265 <string name="date_time_24_hour_sample">13:00</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800266 <!-- The title of the activity to pick a time zone. -->
267 <string name="choose_timezone">Select time zone</string>
268 <!-- Do not translate. Used as the value for a setting. -->
269 <string name="default_date_format"><xliff:g id="default_date_format">MM/dd/yyyy</xliff:g></string>
270
Eric Fischer188ca772009-06-11 18:16:15 -0700271 <!-- The option in the date-format picker for using the normal format
272 called for by the user's locale. -->
273 <string name="normal_date_format">Normal (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string>
274
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800275 <!-- Label of preview text when tweaking font size -->
276 <string name="display_preview_label">Preview:</string>
277 <!-- Label for chosen font size -->
278 <string name="display_font_size_label">Font size:</string>
279
280 <!-- Used for diagnostic screens, precise translation is not necessary -->
281 <string name="intent_sender_data_label"><xliff:g id="data">Data:</xliff:g></string>
282 <!-- Used for diagnostic screens, precise translation is not necessary -->
283 <string name="intent_sender_sendbroadcast_text">Send <xliff:g id="broadcast">broadcast</xliff:g></string>
284 <!-- Used for diagnostic screens, precise translation is not necessary -->
285 <string name="intent_sender_action_label"><xliff:g id="action">Action</xliff:g>:</string>
286 <!-- Used for diagnostic screens, precise translation is not necessary -->
287 <string name="intent_sender_startactivity_text">Start <xliff:g id="activity">activity</xliff:g></string>
288 <!-- Used for diagnostic screens, precise translation is not necessary -->
289 <string name="intent_sender_resource_label"><xliff:g id="resource">Resource</xliff:g>: </string>
290 <!-- Used for diagnostic screens, precise translation is not necessary -->
291 <string name="intent_sender_account_label">Account: </string>
292
Oscar Montemayor05411892010-08-03 16:56:09 -0700293 <!-- HTTP proxy settings title -->
Amith Yamasani10fa99f2010-12-20 13:13:13 -0800294 <string name="proxy_settings_title">Proxy settings</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700295 <!-- HTTP proxy settings summary -->
296 <string name="proxy_settings_summary">Set the global HTTP proxy and exclusion lists</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800297 <!-- HTTP proxy settings. Button to clear the proxy box. -->
298 <string name="proxy_clear_text">Clear</string>
299 <!-- HTTP proxy settings. The port number label. -->
300 <string name="proxy_port_label">Port</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700301 <!-- HTTP proxy settings. The exclusion list label. -->
302 <string name="proxy_exclusionlist_label">No Proxy for</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800303 <!-- HTTP proxy settings. The button to restore the defaults. -->
304 <string name="proxy_defaultView_text">Restore defaults</string>
305 <!-- HTTP proxy settings. The button to save. -->
Oscar Montemayor05411892010-08-03 16:56:09 -0700306 <string name="proxy_action_text">Done</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800307 <!-- HTTP proxy settings. The text field for the hostname -->
308 <string name="proxy_hostname_label">Hostname</string>
309 <!-- HTTP proxy settings. Title if there is an error-->
310 <string name="proxy_error">Attention</string>
311 <!-- HTTP proxy settings. Button to get rid of error box-->
312 <string name="proxy_error_dismiss">OK</string>
313 <!-- HTTP proxy settings. The error if the hostname is not valid -->
314 <string name="proxy_error_invalid_host">The hostname you typed is not valid.</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700315 <!-- HTTP proxy settings. The error if the exclusion list is not valid -->
316 <string name="proxy_error_invalid_exclusion_list">The exclusion list you typed is not properly formatted. Please enter a comma-separated list of excluded domains.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800317 <!-- HTTP proxy settings. Error msg -->
318 <string name="proxy_error_empty_port">You must complete the port field.</string>
319 <!-- HTTP proxy settings. Error msg -->
320 <string name="proxy_error_empty_host_set_port">The port field must be empty if the host field is empty.</string>
321 <!-- HTTP proxy settings. Error msg -->
322 <string name="proxy_error_invalid_port">The port you typed is not valid.</string>
323
324 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
325 <string name="radio_info_signal_location_label">Location:</string>
326 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
327 <string name="radio_info_neighboring_location_label">Neighboring CID:</string>
328 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
329 <string name="radio_info_data_attempts_label">Data attempts:</string>
330 <!-- 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 -0700331
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800332 <string name="radio_info_gprs_service_label">GPRS service:</string>
333 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
334 <string name="radio_info_roaming_label">Roaming:</string>
335 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
336 <string name="radio_info_imei_label">IMEI:</string>
337 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
338 <string name="radio_info_call_redirect_label">Call redirect:</string>
339 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
340 <string name="radio_info_ppp_resets_label">Number of PPP reset since boot:</string>
341 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
342 <string name="radio_info_gsm_disconnects_label">GSM disconnects:</string>
343 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
344 <string name="radio_info_current_network_label">Current network:</string>
345 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
346 <string name="radio_info_data_successes_label">Data successes:</string>
347 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
348 <string name="radio_info_ppp_received_label">PPP received:</string>
349 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
350 <string name="radio_info_gsm_service_label">GSM service:</string>
351 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
352 <string name="radio_info_signal_strength_label">Signal strength:</string>
353 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
354 <string name="radio_info_call_status_label">Call status:</string>
355 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
356 <string name="radio_info_ppp_sent_label">PPP sent:</string>
357 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
358 <string name="radio_info_radio_resets_label">Radio resets:</string>
359 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
360 <string name="radio_info_message_waiting_label">Message waiting:</string>
361 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
362 <string name="radio_info_phone_number_label">Phone number:</string>
363 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
364 <string name="radio_info_band_mode_label">Select radio band</string>
365 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
366 <string name="radio_info_network_type_label">Network type:</string>
367 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
368 <string name="radio_info_set_perferred_label">Set preferred network type:</string>
369 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
370 <string name="radio_info_ping_ipaddr">Ping IpAddr:</string>
371 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
372 <string name="radio_info_ping_hostname">Ping Hostname(www.google.com):</string>
373 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
374 <string name="radio_info_http_client_test">HTTP Client test:</string>
375 <!-- 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 -0800376 <string name="ping_test_label">Run ping test</string>
377 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
378 <string name="radio_info_smsc_label">SMSC:</string>
379 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
380 <string name="radio_info_smsc_update_label">Update</string>
381 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
382 <string name="radio_info_smsc_refresh_label">Refresh</string>
383 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
384 <string name="radio_info_toggle_dns_check_label">Toggle DNS check</string>
Tammo Spalinka5f4c8f2009-10-15 20:08:58 +0800385 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
386 <string name="oem_radio_info_label">OEM-specific Info/Settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800387
388 <!-- Band Mode Selection -->
389 <!-- Band mode screen. Title of activity. -->
390 <string name="band_mode_title">Set GSM/UMTS band</string>
391 <!-- Band mode screen. Loading message. -->
392 <string name="band_mode_loading">Loading band list\u2026</string>
393 <!-- Band mode screen. Button caption to set the bandmode. -->
394 <string name="band_mode_set">Set</string>
395 <!-- Band mode screen. Status message when unsuccessful. -->
396 <string name="band_mode_failed">Unsuccessful</string>
397 <!-- Band mode screen. Statusm essage when successful. -->
398 <string name="band_mode_succeeded">Successful</string>
399
400 <!-- Instructions after the user changes the mass storage settings -->
401 <string name="sdcard_changes_instructions">Changes take effect when USB cable is reconnected</string>
402 <!-- Enable USB mass storage mode checkbox title -->
403 <string name="sdcard_settings_screen_mass_storage_text">Enable USB mass storage</string>
404 <!-- The label for total bytes on SD card -->
405 <string name="sdcard_settings_total_bytes_label">Total bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700406 <!-- Message when there is no SD card present [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700407 <string name="sdcard_settings_not_present_status" product="nosdcard">USB storage not mounted</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800408 <!-- Message when there is no SD card present -->
Eric Fischer5698a752010-09-28 16:35:31 -0700409 <string name="sdcard_settings_not_present_status" product="default">No SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800410 <!-- Th label for the available (free) sapce on the SD card -->
411 <string name="sdcard_settings_available_bytes_label">Available bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700412 <!-- Message when the SD card is being used by the computer as mass storage [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700413 <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 -0800414 <!-- Message when the SD card is being used by the computer as mass storage -->
Eric Fischer5698a752010-09-28 16:35:31 -0700415 <string name="sdcard_settings_mass_storage_status" product="default">SD card is being used as a mass storage device</string>
416 <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700417 <string name="sdcard_settings_unmounted_status" product="nosdcard">It is now safe to remove the USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800418 <!-- Message when it is safe to remove the SD card -->
Eric Fischer5698a752010-09-28 16:35:31 -0700419 <string name="sdcard_settings_unmounted_status" product="default">It is now safe to remove the SD card</string>
420 <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700421 <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 -0800422 <!-- Error message when the SD card was removed without properly unmounting -->
Eric Fischer5698a752010-09-28 16:35:31 -0700423 <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 -0800424 <!-- Label for used bytes on the SD card -->
425 <string name="sdcard_settings_used_bytes_label">Used bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700426 <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700427 <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 -0800428 <!-- Message when it is scanning the SD card for new files -->
Eric Fischer5698a752010-09-28 16:35:31 -0700429 <string name="sdcard_settings_scanning_status" product="default">Scanning SD card for media\u2026</string>
430 <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700431 <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 -0800432 <!-- Message when the SD card is mounted as read only -->
Eric Fischer5698a752010-09-28 16:35:31 -0700433 <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only</string>
Daisuke Miyakawa71cc5482010-09-09 11:51:16 -0700434 <!-- 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 -0700435 <string name="skip_label">Skip</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800436 <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen. -->
437 <string name="next_label">Next</string>
438
439 <!-- LocalePicker -->
440 <!-- Title for the locale picker activity -->
Freeman Ng73f877a2010-04-16 17:43:32 -0700441 <string name="language_picker_title">Language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800442
443 <!-- 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 :) ). -->
444 <string name="activity_picker_label">Select activity</string>
445 <!-- Do not translate. -->
446 <string name="debug_intent_sender_label">Debug intent sender</string>
447 <!-- The title of the activity to see random device info. -->
448 <string name="device_info_label">Device info</string>
449 <!-- The title of the activity to see battery info. -->
450 <string name="battery_info_label">Battery info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800451 <!-- The title of the activity to adjust display settings -->
452 <string name="display_label">Display</string>
453 <!-- The title of the activity to see phone info -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700454 <string name="phone_info_label" product="tablet">Tablet info</string>
455 <!-- The title of the activity to see phone info -->
456 <string name="phone_info_label" product="default">Phone info</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700457 <!-- The title of the activity to adjust SD card settings [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -0700458 <string name="sd_card_settings_label" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800459 <!-- The title of the activity to adjust SD card settings-->
Eric Fischer5698a752010-09-28 16:35:31 -0700460 <string name="sd_card_settings_label" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800461 <!-- The title of the activity to adjust proxy settings -->
462 <string name="proxy_settings_label">Proxy settings</string>
463
464 <!-- ======================================================================================= -->
465 <!-- NEW STUFF -->
466 <!-- ======================================================================================= -->
467
468 <!-- Button label for generic cancel action -->
469 <string name="cancel">Cancel</string>
470
Eric Fischer340c5c42010-10-01 11:45:47 -0700471 <!-- Title of the Settings activity shown within the application itself. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800472 <string name="settings_label">Settings</string>
Eric Fischer340c5c42010-10-01 11:45:47 -0700473 <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] -->
474 <string name="settings_label_launcher">Settings</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -0700475 <!-- Label for option to select a settings panel as a shortcut -->
Amith Yamasanide64df52010-11-03 12:01:58 -0700476 <string name="settings_shortcut">Select settings shortcut</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800477 <!-- Wireless controls settings screen, setting check box label -->
478 <string name="airplane_mode">Airplane mode</string>
479 <!-- Wireless controls settings screen, setting option summary text -->
480 <string name="airplane_mode_summary">Disable all wireless connections</string>
481 <!-- Wireless controls settings screen, setting option summary text as airplane mode is being enabled (so it is disabling all wireless connections) -->
482 <string name="airplane_mode_turning_on">Disabling wireless connections\u2026</string>
483 <!-- Wireless controls settings screen, setting option summary text as airplane mode is being disabled (so it is re-enabling all the wireless conenctions) -->
484 <string name="airplane_mode_turning_off">Enabling wireless connections\u2026</string>
485 <!-- Main Settings screen settings title for things like Wi-Fi, bluetooth, airplane mode. This will take you to another screen with those settings. -->
Amith Yamasani7f287872009-08-06 16:43:23 -0700486 <string name="radio_controls_title">Wireless &amp; networks</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -0700487 <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
Amith Yamasanic9fdfa82010-12-14 14:38:16 -0800488 <string name="wireless_networks_settings_title">Wireless &amp; networks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800489 <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->
Hung-ying Tyan0a59b502009-07-06 17:26:34 +0800490 <string name="radio_controls_summary">Manage Wi-Fi, Bluetooth, airplane mode, mobile networks, &amp; VPNs</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800491
492
Wink Savillef9e02412009-04-02 01:37:03 -0700493 <!-- mobile network settings screen, setting check box title -->
494 <string name="roaming">Data roaming</string>
495 <!-- mobile network settings screen, setting option summary text when check box is selected -->
496 <string name="roaming_enable">Connect to data services when roaming</string>
497 <!-- mobile network settings screen, setting option summary text when check box is clear -->
498 <string name="roaming_disable">Connect to data services when roaming</string>
499 <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box -->
500 <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string>
501 <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box -->
502 <string name="roaming_turn_it_on_button">Turn it on</string>
503 <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box -->
504 <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string>
505 <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box -->
506 <string name="roaming_reenable_title">Attention</string>
507 <!-- mobile network settings screen, setting option name -->
508 <string name="networks">Operator selection</string>
509 <!-- mobile network settings screen, setting option summary text -->
510 <string name="sum_carrier_select">Select a network operator</string>
511
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -0700512 <!-- Date and time settings --><skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800513 <!-- Main Settings screen setting option name to go into the date and time settings-->
514 <string name="date_and_time_settings_title">Date &amp; time</string>
515 <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
516 <string name="date_and_time_settings_summary">Set date, time, time zone &amp; formats</string>
Amith Yamasani1bb6db52010-09-17 13:34:47 -0700517 <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=25] -->
518 <string name="date_time_auto">Automatic date &amp; time</string>
519 <!-- Date & time setting screen setting option summary text when Automatic check box is selected
520 (that is, when date and time should be determined automatically) [CHAR LIMIT=100] -->
521 <string name="date_time_auto_summaryOn">Use network-provided time</string>
522 <!-- Date & time setting screen setting option summary text when Automatic check box is clear
523 [CHAR LIMIT=100] -->
524 <string name="date_time_auto_summaryOff">Use network-provided time</string>
525 <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=25] -->
526 <string name="zone_auto">Automatic time zone</string>
527 <!-- 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)
528 [CHAR LIMIT=100] -->
529 <string name="zone_auto_summaryOn">Use network-provided time zone</string>
530 <!-- Date & time setting screen setting option summary text when Automatic time zone check box is clear
531 [CHAR LIMIT=100] -->
532 <string name="zone_auto_summaryOff">Use network-provided time zone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800533 <!-- Date & time setting screen setting check box title -->
534 <string name="date_time_24hour">Use 24-hour format</string>
535 <!-- Date & time setting screen setting option title -->
536 <string name="date_time_set_time">Set time</string>
537 <!-- Date & time setting screen setting option title -->
538 <string name="date_time_set_timezone">Select time zone</string>
539 <!-- Date & time setting screen setting option title -->
540 <string name="date_time_set_date">Set date</string>
541 <!-- 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.) -->
542 <string name="date_time_date_format">Select date format</string>
543 <!-- Menu item on Select time zone screen -->
544 <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
545 <!-- Menu item on Select time zone screen -->
546 <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
Daisuke Miyakawa0688f252010-12-28 12:06:08 -0800547 <!-- Title string shown above DatePicker, letting a user select system date
548 [CHAR LIMIT=20] -->
549 <string name="date_picker_title">Date</string>
550 <!-- Title string shown above TimePicker, letting a user select system time
551 [CHAR LIMIT=20] -->
552 <string name="time_picker_title">Time</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800553
Jim Millerbbb4afa2010-04-08 19:40:19 -0700554 <!-- Security Settings --><skip />
555
Jim Miller86624a22010-08-30 22:07:58 -0700556 <!-- Security settings screen, setting option name to change screen timeout -->
557 <string name="lock_after_timeout">Lock device after timeout</string>
558 <!-- Security settings screen, setting option summary to change screen timeout -->
559 <string name="lock_after_timeout_summary">Adjust the delay before the device automatically locks</string>
Jim Milleredfaaea2010-10-13 21:11:07 -0700560 <!-- Text shown next to checkbox for showing owner info on LockScreen [CHAR LIMIT=50]-->
561 <string name="show_owner_info_on_lockscreen_label">Show owner info on lock screen</string>
Jim Miller36972bb2010-11-30 19:47:38 -0800562 <!-- Text shown for title of owner info setting [CHAR LIMIT=20]-->
Jim Milleredfaaea2010-10-13 21:11:07 -0700563 <string name="owner_info_settings_title">Owner info</string>
Jim Miller36972bb2010-11-30 19:47:38 -0800564 <!-- Text shown for summary of owner info setting [CHAR LIMIT=40]-->
565 <string name="owner_info_settings_summary">Set or disable showing owner info on lock screen</string>
Jim Miller4b296492010-12-01 17:01:03 -0800566 <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] -->
567 <string name="owner_info_settings_edit_text_hint">Enter text to display on the lock screen</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800568 <!-- Main Settings screen setting option title for the item to take you the security and location screen -->
Amith Yamasani7f287872009-08-06 16:43:23 -0700569 <string name="security_settings_title">Location &amp; security</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -0700570 <!-- Location & security settings screen title -->
571 <string name="location_security_settings_title">Location &amp; security settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800572 <!-- 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 +0800573 <string name="security_settings_summary">Set My Location, screen unlock, SIM card lock, credential storage lock</string>
Chouting Zhang5ee06352009-07-22 22:51:40 -0500574 <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen -->
575 <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 -0800576 <!-- In the security screen, the header title for settings related to Passwords-->
577 <string name="security_passwords_title">Passwords</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800578
Jim Millerbbb4afa2010-04-08 19:40:19 -0700579 <!-- Unlock Picker Settings --><skip />
Jim Millerb11e2752010-03-22 19:36:34 -0700580
Jim Millerbbb4afa2010-04-08 19:40:19 -0700581 <!-- Security Picker --><skip />
Jim Miller3970c382010-11-19 18:38:01 -0800582 <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700583 <string name="lock_settings_picker_title">Screen unlock security</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800584
Jim Millerbbb4afa2010-04-08 19:40:19 -0700585 <!-- Main Security lock settings --><skip />
Jim Miller3970c382010-11-19 18:38:01 -0800586 <!-- Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700587 <string name="unlock_set_unlock_launch_picker_title">Set up screen lock</string>
588
Jim Miller3970c382010-11-19 18:38:01 -0800589 <!-- Summary for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=45] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700590 <string name="unlock_set_unlock_launch_picker_summary">Lock screen with a pattern, PIN, or password</string>
591
Jim Miller3970c382010-11-19 18:38:01 -0800592 <!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700593 <string name="unlock_set_unlock_launch_picker_change_title">Change screen lock</string>
594
Jim Miller3970c382010-11-19 18:38:01 -0800595 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700596 <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string>
597
Jim Miller36972bb2010-11-30 19:47:38 -0800598 <!-- Title for PreferenceScreen to enable any lockscreen method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
599 <string name="unlock_set_unlock_launch_picker_enable_title">Enable screen lock</string>
600
601 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] -->
602 <string name="unlock_set_unlock_launch_picker_enable_summary">Choose a method to lock the screen</string>
603
Jim Miller3970c382010-11-19 18:38:01 -0800604 <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
605 <string name="unlock_set_unlock_off_title">Off</string>
606 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45] -->
607 <string name="unlock_set_unlock_off_summary">Don\u0027t show the lock screen</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700608
Jim Miller3970c382010-11-19 18:38:01 -0800609 <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700610 <string name="unlock_set_unlock_none_title">None</string>
Jim Miller3970c382010-11-19 18:38:01 -0800611 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]-->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700612 <string name="unlock_set_unlock_none_summary">Disable screen unlock security</string>
613
Jim Miller3970c382010-11-19 18:38:01 -0800614 <!-- Title for preference that guides the user through creating an unlock pattern [CHAR LIMIT=22]-->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700615 <string name="unlock_set_unlock_pattern_title">Pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800616 <!-- Summary for preference that guides the user through creating an unlock pattern [CHAR LIMIT=45] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700617 <string name="unlock_set_unlock_pattern_summary">Draw pattern to unlock screen</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800618
Jim Miller3970c382010-11-19 18:38:01 -0800619 <!-- 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 -0700620 <string name="unlock_set_unlock_pin_title">PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800621 <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=45] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700622 <string name="unlock_set_unlock_pin_summary">Enter a numeric PIN to unlock screen</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800623
Jim Miller3970c382010-11-19 18:38:01 -0800624 <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700625 <string name="unlock_set_unlock_password_title">Password</string>
Jim Miller3970c382010-11-19 18:38:01 -0800626 <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700627 <string name="unlock_set_unlock_password_summary">Enter a password to unlock screen</string>
628
Jim Miller3970c382010-11-19 18:38:01 -0800629 <!-- Summary for preference that has been disabled by DevicePolicyAdmin [CHAR LIMIT=45] -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700630 <string name="unlock_set_unlock_disabled_summary">Disabled by remote device administrator</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700631
Jim Miller122b6c82010-02-10 19:53:58 -0800632
Jim Miller3970c382010-11-19 18:38:01 -0800633 <!-- Title for option to turn of password/pin/pattern unlock. [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800634 <string name="unlock_disable_lock_title">Turn off screen lock</string>
635
Jim Miller3970c382010-11-19 18:38:01 -0800636 <!-- 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 -0800637 <string name="unlock_disable_lock_pattern_summary">Remove unlock pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800638 <!-- 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 -0800639 <string name="unlock_disable_lock_pin_summary">Remove unlock PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800640 <!-- 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 -0800641 <string name="unlock_disable_lock_password_summary">Remove unlock password</string>
642
Jim Miller3970c382010-11-19 18:38:01 -0800643 <!-- Title shown on security settings to allow the user to change their lockscreen pattern [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800644 <string name="unlock_change_lock_pattern_title">Change unlock pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800645 <!-- Title shown on security settings to allow the user to change their lockscreen PIN [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800646 <string name="unlock_change_lock_pin_title">Change unlock PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800647 <!-- Title shown on security settings to allow the user to change their lockscreen password [CHAR LIMIT=22]-->
Jim Miller122b6c82010-02-10 19:53:58 -0800648 <string name="unlock_change_lock_password_title">Change unlock password</string>
649
650 <!-- Hint shown in dialog screen when password is too short -->
651 <string name="lockpassword_password_too_short">Password must be at least %d characters</string>
652 <!-- Hint shown in dialog screen when PIN is too short -->
653 <string name="lockpassword_pin_too_short">PIN must be at least %d characters</string>
654
655 <!-- Hint shown after minimum password criteria is met -->
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700656 <string name="lockpassword_press_continue">Touch Continue when done</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800657
658 <!-- Hint shown after minimum password criteria is met -->
659 <string name="lockpassword_continue_label">Continue</string>
660
661 <!-- Error shown in popup when password is too long -->
662 <string name="lockpassword_password_too_long">PIN can be no longer than %d digits</string>
Jim Miller00d24762009-12-22 19:04:57 -0800663 <!-- Error shown in popup when PIN is too long -->
Jim Miller122b6c82010-02-10 19:53:58 -0800664 <string name="lockpassword_pin_too_long">PIN can be no longer than %d digits</string>
665
Jim Miller00d24762009-12-22 19:04:57 -0800666 <!-- Error shown when in PIN mode and user enters a non-digit -->
Jim Miller122b6c82010-02-10 19:53:58 -0800667 <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9</string>
668
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700669 <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! -->
670 <string name="lockpassword_pin_recently_used">Device administrator disallows using a recent PIN</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700671
Jim Miller00d24762009-12-22 19:04:57 -0800672 <!-- Error shown when in PASSWORD mode and user enters an invalid character -->
Jim Miller122b6c82010-02-10 19:53:58 -0800673 <string name="lockpassword_illegal_character">Password contains an illegal character</string>
674
675 <!-- Error shown when in PASSWORD mode and password is all digits -->
Jim Millerb11e2752010-03-22 19:36:34 -0700676 <string name="lockpassword_password_requires_alpha">Password must contain at least one letter</string>
677
678 <!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
679 <string name="lockpassword_password_requires_digit">Password must contain at least one digit</string>
680
681 <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
682 <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800683
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700684 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters -->
685 <plurals name="lockpassword_password_requires_letters">
686 <item quantity="one">Password must contain at least 1 letter</item>
687 <item quantity="other">Password must contain at least %d letters</item>
688 </plurals>
689
690 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters -->
691 <plurals name="lockpassword_password_requires_lowercase">
692 <item quantity="one">Password must contain at least 1 lowercase letter</item>
693 <item quantity="other">Password must contain at least %d lowercase letters</item>
694 </plurals>
695
696 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters -->
697 <plurals name="lockpassword_password_requires_uppercase">
698 <item quantity="one">Password must contain at least 1 uppercase letter</item>
699 <item quantity="other">Password must contain at least %d uppercase letters</item>
700 </plurals>
701
702 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits -->
703 <plurals name="lockpassword_password_requires_numeric">
704 <item quantity="one">Password must contain at least 1 numerical digit</item>
705 <item quantity="other">Password must contain at least %d numerical digits</item>
706 </plurals>
707
708 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols -->
709 <plurals name="lockpassword_password_requires_symbols">
710 <item quantity="one">Password must contain at least 1 special symbol</item>
711 <item quantity="other">Password must contain at least %d special symbols</item>
712 </plurals>
713
Konstantin Lopyrev2df65e42010-06-04 17:27:53 -0700714 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
715 <plurals name="lockpassword_password_requires_nonletter">
716 <item quantity="one">Password must contain at least 1 non-letter character</item>
717 <item quantity="other">Password must contain at least %d non-letter characters</item>
718 </plurals>
719
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700720 <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
721 <string name="lockpassword_password_recently_used">Device administrator disallows using a recent password</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700722
Jim Miller122b6c82010-02-10 19:53:58 -0800723 <!-- Label for ChoosePassword/PIN OK button -->
724 <string name="lockpassword_ok_label">OK</string>
725
726 <!-- Label for ChoosePassword/PIN OK button -->
727 <string name="lockpassword_cancel_label">Cancel</string>
728
Jim Miller97096252010-12-21 22:03:06 -0800729 <!-- Label for LockPatternTutorial Cancel button -->
730 <string name="lockpattern_tutorial_cancel_label">Cancel</string>
731
732 <!-- Label for LockPatternTutorial Continue button -->
733 <string name="lockpattern_tutorial_continue_label">Next</string>
734
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800735 <!-- In the security screen, the header title for settings related to device admins -->
736 <string name="device_admin_title">Device administration</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800737
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800738 <!-- Title of preference to manage device admins -->
Roy West1e8d2982010-10-25 07:33:41 -0700739 <string name="manage_device_admin">Device administrators</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800740
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800741 <!-- Summary of preference to manage device policies -->
Roy West1e8d2982010-10-25 07:33:41 -0700742 <string name="manage_device_admin_summary">View or deactivate device administrators</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800743
744 <!-- Bluetooth settings -->
745 <!-- Bluetooth settings check box title on Main Settings screen -->
746 <string name="bluetooth_quick_toggle_title">Bluetooth</string>
747 <!-- Bluetooth settings check box summary for turning on bluetooth -->
748 <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
749 <!--Used as title on second screen after selecting Bluetooth settings -->
750 <string name="bluetooth_settings">Bluetooth settings</string>
751 <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
752 <string name="bluetooth_settings_title">Bluetooth settings</string>
753 <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
754 <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
755
756 <!-- Title for the dialog to enter PIN. -->
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700757 <string name="bluetooth_pairing_request">Bluetooth pairing request</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -0700758 <!-- Message when bluetooth dialog for pin entry is showing -->
Jake Hamby22c4b392010-12-13 15:06:01 -0800759 <string name="bluetooth_enter_pin_msg">\nEnter PIN to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022. (Try 0000 or 1234.) You may need to enter the same PIN on the Bluetooth device.</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -0700760 <!-- Message when bluetooth dialog for passkey entry is showing -->
Jake Hamby22c4b392010-12-13 15:06:01 -0800761 <string name="bluetooth_enter_passkey_msg">\nEnter passkey to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022.</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -0700762 <!-- Message when bluetooth dialog for confirmation of passkey is showing -->
Michael Chan77395cc2009-09-02 12:30:05 -0700763 <string name="bluetooth_confirm_passkey_msg">To pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022, confirm that it is showing the passkey: <xliff:g id="passkey">%2$s</xliff:g>.</string>
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700764 <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
765 <string name="bluetooth_incoming_pairing_msg"><xliff:g id="device_name">%1$s</xliff:g>\nwants to pair.</string>
766 <!-- Message when bluetooth dialog when passkey needs to be displayed. -->
767 <string name="bluetooth_display_passkey_msg">Enter <xliff:g id="passkey">%2$s</xliff:g> on \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022 to pair. </string>
Michael Chane41a4ca2009-08-04 15:02:17 -0700768 <!-- Button text for accepting an incoming pairing request -->
769 <string name="bluetooth_pairing_accept">Pair</string>
770 <!-- Button text for declining an incoming pairing request -->
771 <string name="bluetooth_pairing_decline">Don\u0027t Pair</string>
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700772 <!-- Generic string for remote Bluetooth device -->
773 <string name="bluetooth_remote_device">bluetooth device</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800774
775 <!-- Title for BT error dialogs. -->
776 <string name="bluetooth_error_title">Attention</string>
777 <!-- Message for the error dialog when BT pairing fails generically. -->
Jim Miller00d24762009-12-22 19:04:57 -0800778 <string name="bluetooth_pairing_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g>.</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -0700779 <!-- Message for the error dialog when BT pairing fails because the PIN /
780 Passkey entered is incorrect. -->
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700781 <string name="bluetooth_pairing_pin_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g> because the PIN or Passkey is incorrect.</string>
Michael Chana3220452009-03-27 11:53:26 -0700782 <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
783 <string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string>
784 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
785 <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 -0800786
787 <!-- Message for the error dialog when BT connecting operation fails generically. -->
Jim Miller00d24762009-12-22 19:04:57 -0800788 <string name="bluetooth_connecting_error_message">There was a problem connecting to <xliff:g id="device_name">%1$s</xliff:g>.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800789
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800790 <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
791 <string name="bluetooth_preference_scan_title">Scan for devices</string>
Amith Yamasani48e90002010-10-26 13:44:33 -0700792 <!-- Bluetooth settings: The title of the preference (list item) that finds nearby devices [CHAR LIMIT=30] -->
793 <string name="bluetooth_preference_find_nearby_title">Find nearby devices</string>
794 <!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] -->
795 <string name="bluetooth_preference_device_settings">Device settings</string>
796 <!-- Bluetooth settings: The sub heading for paired devices. [CHAR LIMIT=30] -->
797 <string name="bluetooth_preference_paired_devices">Paired devices</string>
798 <!-- Bluetooth settings: The sub heading for found devices when scanning. [CHAR LIMIT=30] -->
799 <string name="bluetooth_preference_found_devices">Found devices</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800800 <!-- Bluetooth settings. Context menu item for a device. Action will connect to all profiles on the device. -->
801 <string name="bluetooth_device_context_connect">Connect</string>
802 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect from all profiles on the device. -->
803 <string name="bluetooth_device_context_disconnect">Disconnect</string>
804 <!-- Bluetooth settings. Context menu item for a device. Action will first pair, and then connect to all profiles on the device. -->
805 <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
806 <!-- Bluetooth settings. Context menu item for a device. Action will remove pairing with the device. -->
807 <string name="bluetooth_device_context_unpair">Unpair</string>
808 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect and remove pairing with the device. -->
809 <string name="bluetooth_device_context_disconnect_unpair">Disconnect &amp; unpair</string>
810 <!-- 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 -0800811 <string name="bluetooth_device_context_connect_advanced">Options\u2026</string>
812
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800813 <!-- 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. -->
814 <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
815
816 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. -->
817 <string name="bluetooth_profile_a2dp">Media</string>
818 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. -->
Jake Hambyc090feb2010-12-07 16:27:21 -0800819 <string name="bluetooth_profile_headset">Handsfree</string>
Yue Lixina41e2f92009-07-09 16:48:52 +0800820 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. -->
821 <string name="bluetooth_profile_opp">Transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -0700822 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
823 <string name="bluetooth_profile_hid">Input Device</string>
Danica Chang32711b62010-08-10 18:41:29 -0700824 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile. [CHAR LIMIT=25]-->
825 <string name="bluetooth_profile_pan">Tethering</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800826
Jake Hambye79f9902010-11-03 12:47:51 -0700827 <!-- Bluetooth settings. Message for disconnecting from the A2DP profile. -->
828 <string name="bluetooth_disconnect_a2dp_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from media audio.</string>
829 <!-- Bluetooth settings. Message for disconnecting from the headset profile. -->
Jake Hambyc090feb2010-12-07 16:27:21 -0800830 <string name="bluetooth_disconnect_headset_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from handsfree audio.</string>
Jake Hambye79f9902010-11-03 12:47:51 -0700831 <!-- Bluetooth settings. Message for disconnecting from the HID profile. -->
832 <string name="bluetooth_disconnect_hid_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from input device.</string>
833 <!-- Bluetooth settings. Message for disconnecting from the PAN profile. -->
834 <string name="bluetooth_disconnect_pan_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from tethering.</string>
835
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800836 <!-- Bluetooth settings. Connection options screen. The title of the screen. -->
837 <string name="bluetooth_device_advanced_title"><xliff:g id="device_name">%1$s</xliff:g> options</string>
Amith Yamasani48e90002010-10-26 13:44:33 -0700838 <!-- Bluetooth settings. Connection options screen. Title of device actions section. [CHAR LIMIT=30] -->
839 <string name="bluetooth_device_advanced_device_actions_title">Device actions</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800840 <!-- 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. -->
841 <string name="bluetooth_device_advanced_online_mode_title">Connect</string>
842 <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. -->
843 <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string>
844 <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. -->
845 <string name="bluetooth_device_advanced_profile_header_title">Profiles</string>
Amith Yamasani48e90002010-10-26 13:44:33 -0700846 <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] -->
847 <string name="bluetooth_device_advanced_rename_device">Rename device</string>
848 <!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] -->
849 <string name="bluetooth_device_advanced_enable_opp_title">Allow incoming file transfers</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800850 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
851 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
852 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
853 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +0800854 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
855 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
856 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
857 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
Adam Powell792d2132010-06-07 17:13:10 -0700858 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
859 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
Danica Chang32711b62010-08-10 18:41:29 -0700860 <!-- Bluetooth settings. Connection options screen. The summary for the PAN checkbox preference when PAN is connected. [CHAR LIMIT=25]-->
861 <string name="bluetooth_pan_profile_summary_connected">Tethered</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800862
863 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
864 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
865 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
866 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +0800867 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
868 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -0700869 <!-- Bluetooth settings. Connection options screen. The summary
870 for the HID checkbox preference that describes how checking it
871 will set the HID profile as preferred. -->
872 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
Jake Hamby39ef2252010-12-16 18:33:28 -0800873 <!-- Bluetooth settings. Connection options screen. The summary
874 for the PAN checkbox preference that describes how checking it
875 will set the PAN profile as preferred. -->
876 <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800877
Michael Chan0bd445b2009-12-03 00:31:59 -0800878 <!-- Bluetooth settings. Dock Setting Title -->
879 <string name="bluetooth_dock_settings">Dock Settings</string>
880 <!-- Bluetooth settings. Dock Setting Dialog Title -->
881 <string name="bluetooth_dock_settings_title">Use dock for audio</string>
882 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone -->
883 <string name="bluetooth_dock_settings_headset">As speaker phone</string>
884 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 2: Use dock for media audio -->
Michael Chan55a05f82010-01-06 15:10:56 -0800885 <string name="bluetooth_dock_settings_a2dp">For music and media</string>
Michael Chan0bd445b2009-12-03 00:31:59 -0800886 <!-- Bluetooth settings. Dock Setting Dialog - Remember setting and don't ask user again -->
887 <string name="bluetooth_dock_settings_remember">Remember settings</string>
Michael Chan0bd445b2009-12-03 00:31:59 -0800888
Nick Pellyad50ba02010-09-22 10:55:13 -0700889 <!-- NFC settings -->
890 <!-- Used in the 1st-level settings screen to turn on NFC -->
891 <string name="nfc_quick_toggle_title">NFC</string>
892 <!-- Used in the 1st-level settings screen as the turn-on summary -->
Amith Yamasani1bdb7872010-10-14 17:20:59 -0700893 <string name="nfc_quick_toggle_summary">Use Near Field Communication to read and exchange tags</string>
Brad Fitzpatrick17001ce2010-10-18 14:04:24 -0700894 <string name="nfc_toggle_error" msgid="8998642457947607263">An error occurred.</string>
Nick Pellyad50ba02010-09-22 10:55:13 -0700895
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800896 <!-- Wi-Fi Settings --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800897 <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
898 <string name="wifi_quick_toggle_title">Wi-Fi</string>
899 <!-- Used in the 1st-level settings screen as the turn-on summary -->
900 <string name="wifi_quick_toggle_summary">Turn on Wi-Fi</string>
901 <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen -->
902 <string name="wifi_settings">Wi-Fi settings</string>
903 <!-- Title of the Wi-fi settings screen -->
904 <string name="wifi_settings_category">Wi-Fi settings</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800905 <!-- Summary text of the Wi-fi settings screen -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800906 <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800907 <!-- Summary text when turning Wi-Fi or bluetooth on -->
908 <string name="wifi_starting">Turning on\u2026</string>
909 <!-- Summary text when turning Wi-Fi or bluetooth off -->
910 <string name="wifi_stopping">Turning off\u2026</string>
911 <!-- Summary text when Wi-Fi or bluetooth has error -->
912 <string name="wifi_error">Error</string>
913 <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode -->
914 <string name="wifi_in_airplane_mode">In airplane mode</string>
915 <!-- Toast message when Wi-Fi cannot scan for networks -->
916 <string name="wifi_fail_to_scan">Unable to scan for networks</string>
917 <!-- Checkbox title for option to notify user when open networks are nearby -->
918 <string name="wifi_notify_open_networks">Network notification</string>
919 <!-- Checkbox summary for option to notify user when open networks are nearby -->
920 <string name="wifi_notify_open_networks_summary">Notify me when an open network is available</string>
921 <!-- Action message to manually add a wifi network -->
922 <string name="wifi_add_network">Add Wi-Fi network</string>
923 <!-- Header for the list of wifi networks-->
924 <string name="wifi_access_points">Wi-Fi networks</string>
925 <!-- Menu option to scan Wi-Fi networks -->
926 <string name="wifi_menu_scan">Scan</string>
927 <!-- Menu option to Wi-Fi advanced settings -->
928 <string name="wifi_menu_advanced">Advanced</string>
929 <!-- Menu option to connect to a Wi-Fi network -->
930 <string name="wifi_menu_connect">Connect to network</string>
931 <!-- Menu option to delete a Wi-Fi network -->
932 <string name="wifi_menu_forget">Forget network</string>
933 <!-- Menu option to modify a Wi-Fi network configuration -->
934 <string name="wifi_menu_modify">Modify network</string>
935
936 <!-- Dialog for Access Points --> <skip />
Irfan Sheriffb3024fa2010-09-16 17:53:59 -0700937 <!-- Label for network setup [CHAR LIMIT=50] -->
938 <string name="wifi_network_setup">Network Setup</string>
939 <!-- Label for the text view for WPS pin input [CHAR LIMIT=50] -->
940 <string name="wifi_wps_pin">Enter pin from access point</string>
Irfan Sheriffe45e13f2010-10-21 16:45:15 -0700941 <!-- Title for the WPS pin display dialog [CHAR LIMIT=50] -->
942 <string name="wifi_wps_pin_method_configuration">WPS pin method configuration</string>
943 <!-- Text displayed in the WPS pin display dialog [CHAR LIMIT=50] -->
944 <string name="wifi_wps_pin_output">Enter the pin <xliff:g id="wps_pin">%1$s</xliff:g> on the access point</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800945 <!-- Label for the SSID of the network -->
946 <string name="wifi_ssid">Network SSID</string>
947 <!-- Label for the security of the connection -->
948 <string name="wifi_security">Security</string>
949 <!-- Label for the signal strength of the connection -->
950 <string name="wifi_signal">Signal strength</string>
951 <!-- Label for the status of the connection -->
952 <string name="wifi_status">Status</string>
953 <!-- Label for the link speed of the connection -->
954 <string name="wifi_speed">Link speed</string>
955 <!-- Label for the IP address of the connection -->
956 <string name="wifi_ip_address">IP address</string>
957 <!-- Label for the EAP method of the network -->
958 <string name="wifi_eap_method">EAP method</string>
Irfan Sheriffde3e5662010-06-02 15:25:13 -0700959 <!-- Label for the phase2 -->
960 <string name="please_select_phase2">Phase 2 authentication</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800961 <!-- Label for the EAP CA certificate of the network -->
962 <string name="wifi_eap_ca_cert">CA certificate</string>
963 <!-- Label for the EAP user certificate of the network -->
964 <string name="wifi_eap_user_cert">User certificate</string>
965 <!-- Label for the EAP identity of the network -->
966 <string name="wifi_eap_identity">Identity</string>
967 <!-- Label for the EAP anonymous identity of the network -->
968 <string name="wifi_eap_anonymous">Anonymous identity</string>
969 <!-- Label for the password of the secured network -->
970 <string name="wifi_password">Password</string>
971 <!-- Label for the check box to show password -->
Irfan Sherifff027ce52010-08-30 17:03:28 -0700972 <string name="wifi_show_password">Show password</string>
Irfan Sheriffe82a4592010-09-22 13:41:41 -0700973 <!-- Label for the spinner to show ip settings [CHAR LIMIT=25] -->
Irfan Sherifff027ce52010-08-30 17:03:28 -0700974 <string name="wifi_ip_settings">IP settings</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800975 <!-- Hint for unchanged fields -->
976 <string name="wifi_unchanged">(unchanged)</string>
977 <!-- Hint for unspecified fields -->
978 <string name="wifi_unspecified">(unspecified)</string>
979 <!-- Summary for the remembered network. -->
980 <string name="wifi_remembered">Remembered</string>
981 <!-- Summary for the disabled network. -->
982 <string name="wifi_disabled">Disabled</string>
983 <!-- Summary for the remembered network but currently not in range. -->
984 <string name="wifi_not_in_range">Not in range</string>
Irfan Sheriffe45e13f2010-10-21 16:45:15 -0700985 <!-- Summary for an open network with WPS being available [CHAR LIMIT=50]-->
986 <string name="wifi_open_with_wps">WPS available</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800987 <!-- Summary for the secured network. -->
988 <string name="wifi_secured">Secured with <xliff:g id="wifi_security">%1$s</xliff:g></string>
Irfan Sheriffb3024fa2010-09-16 17:53:59 -0700989 <!-- Summary for the secured network with WPS being available [CHAR LIMIT=50]-->
990 <string name="wifi_secured_with_wps">Secured with <xliff:g id="wifi_security">%1$s</xliff:g> (WPS available)</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800991 <!-- Summary for the secured and remembered network. Status can be "Remembered", "Disabled" or "Not in range". -->
992 <string name="wifi_secured_with_status"><xliff:g id="wifi_status">%2$s</xliff:g>, secured with <xliff:g id="wifi_security">%1$s</xliff:g></string>
993 <!-- Button label to connect to a Wi-Fi network -->
994 <string name="wifi_connect">Connect</string>
995 <!-- Button label to delete a Wi-Fi network -->
996 <string name="wifi_forget">Forget</string>
997 <!-- Button label to save a Wi-Fi network configuration -->
998 <string name="wifi_save">Save</string>
999 <!-- Button label to dismiss the dialog -->
1000 <string name="wifi_cancel">Cancel</string>
1001
1002 <!-- Wi-Fi Advanced Settings --> <skip />
1003 <!-- Wi-Fi settings screen, advanced, settings section. This is a header shown above advanced wifi settings. -->
1004 <string name="wifi_advanced_titlebar">Advanced</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001005 <!-- Wi-Fi settings screen, setting title for setting the wifi sleep policy -->
1006 <string name="wifi_setting_sleep_policy_title">Wi-Fi sleep policy</string>
1007 <!-- Wi-Fi settings screen, setting summary for setting the wifi sleep policy -->
1008 <string name="wifi_setting_sleep_policy_summary">Specify when to switch from Wi-Fi to mobile data</string>
1009 <!-- Wi-Fi settings screen, generic error message when the sleep policy could not be set. -->
1010 <string name="wifi_setting_sleep_policy_error">There was a problem setting the sleep policy.</string>
Irfan Sherifffa37a752010-11-04 13:45:32 -07001011 <!-- Wi-Fi settings screen, setting title for setting the band [CHAR LIMIT=50]-->
1012 <string name="wifi_setting_frequency_band_title">Wi-Fi frequency band</string>
1013 <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
1014 <string name="wifi_setting_frequency_band_summary">Specify the frequency range of operation</string>
1015 <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
1016 <string name="wifi_setting_frequency_band_error">There was a problem setting the frequency band.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001017 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
1018 <string name="wifi_advanced_mac_address_title">MAC address</string>
1019 <!-- Title of the screen to adjust IP settings -->
Mike Lockwood68b80692010-04-20 11:53:49 -04001020 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
1021 <string name="wifi_advanced_ip_address_title">IP address</string>
1022
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001023 <string name="wifi_ip_settings_titlebar">IP settings</string>
1024 <!-- Menu ietm to save the IP settings -->
1025 <string name="wifi_ip_settings_menu_save">Save</string>
1026 <!-- Menu ietm to cancel the IP settings -->
1027 <string name="wifi_ip_settings_menu_cancel">Cancel</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001028 <!-- Error message if the IP address is not valid [CHAR LIMIT=50]-->
1029 <string name="wifi_ip_settings_invalid_ip_address">Please type a valid IP address.</string>
1030 <!-- Error message if the gateway is not valid [CHAR LIMIT=50]-->
1031 <string name="wifi_ip_settings_invalid_gateway">Please type a valid gateway address.</string>
1032 <!-- Error message if the dns is not valid [CHAR LIMIT=50]-->
1033 <string name="wifi_ip_settings_invalid_dns">Please type a valid dns address.</string>
1034 <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]-->
1035 <string name="wifi_ip_settings_invalid_network_prefix_length">Please type a network prefix length between 0 and 32.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001036 <!-- Label for the DNS (first one) -->
1037 <string name="wifi_dns1">DNS 1</string>
1038 <!-- Label for the DNS (second one)-->
1039 <string name="wifi_dns2">DNS 2</string>
1040 <!-- Label for the gateway of the network -->
1041 <string name="wifi_gateway">Gateway</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001042 <!-- Label for the network prefix of the network [CHAR LIMIT=25]-->
1043 <string name="wifi_network_prefix_length">Network prefix length</string>
Irfan Sheriff65cff172010-02-08 10:46:30 -08001044
1045 <!-- Wifi AP settings-->
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001046 <!-- Label for wifi tether checkbox. Toggles Access Point on/off -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001047 <string name="wifi_tether_checkbox_text">Portable Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001048 <!-- Subtext for wifi tether checkbox on success -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001049 <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 -08001050 <!-- Subtext for wifi tether checkbox on failure -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001051 <string name="wifi_tether_failed_subtext">Portable Wi-Fi hotspot error</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001052 <!-- Label for Wi-fi tether settings preference -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001053 <string name="wifi_tether_settings_text">Portable Wi-Fi hotspot settings</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001054 <!-- Subtext for Wi-fi tether settings preference -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001055 <string name="wifi_tether_settings_subtext">Set up &amp; manage portable Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001056 <!-- Title of the Wi-fi settings screen -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001057 <string name="wifi_tether_settings_title">Portable Wi-Fi hotspot settings</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001058 <!-- Used to open the ssid and security dialog for Wifi Access Point -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001059 <string name="wifi_tether_configure_ap_text">Configure Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001060 <!-- Subtext on configuration preference to indicate SSID and security chosen -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001061 <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-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001062 <!-- Default access point SSID used for tethering -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001063 <string name="wifi_tether_configure_ssid_default">AndroidHotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001064
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001065
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001066 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1067 Wi-Fi Testing on the diagnostic screen-->
1068 <string name="testing_wifi_info" translatable="false">Wifi information</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001069 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1070 Menu item for WifiManager disableNetwork API-->
1071 <string name="disableNetwork" translatable="false">disableNetwork</string>
1072 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1073 Menu item for WifiManager enableNetwork API-->
1074 <string name="enableNetwork" translatable="false">enableNetwork</string>
1075 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1076 Menu item for WifiManager disconnect API-->
1077 <string name="disconnect" translatable="false">disconnect</string>
1078 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1079 Menu item for WifiManager getConfiguredNetworks API-->
1080 <string name="getConfiguredNetworks" translatable="false">getConfiguredNetworks</string>
1081 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1082 Menu item for WifiManager getConnectionInfo API-->
1083 <string name="getConnectionInfo" translatable="false">getConnectionInfo</string>
1084 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1085 Menu item on Wifi information screen-->
Roy West8abc40b2010-10-17 09:19:34 -07001086 <string name="wifi_api_test" translatable="false">Wi-Fi API</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001087 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1088 Menu item on Wifi information screen-->
Roy West8abc40b2010-10-17 09:19:34 -07001089 <string name="wifi_status_test" translatable="false">Wi-Fi Status</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001090 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1091 Button text on Wifi Status screen-->
1092 <string name="wifi_update" translatable="false">Refresh Stats</string>
1093 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1094 Label on Wifi Status screen-->
Roy West8abc40b2010-10-17 09:19:34 -07001095 <string name="wifi_state_label" translatable="false">Wi-Fi State :</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001096 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1097 Label on Wifi Status screen-->
1098 <string name="network_state_label" translatable="false">Network State :</string>
1099 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1100 Label on Wifi Status screen-->
1101 <string name="supplicant_state_label" translatable="false">Supplicant State :</string>
1102 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1103 Label on Wifi Status screen-->
1104 <string name="rssi_label" translatable="false">RSSI :</string>
1105 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1106 Label on Wifi Status screen-->
1107 <string name="bssid_label" translatable="false">BSSID :</string>
1108 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1109 Label on Wifi Status screen-->
1110 <string name="ssid_label" translatable="false">SSID :</string>
1111 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1112 Label on Wifi Status screen-->
1113 <string name="hidden_ssid_label" translatable="false">Hidden SSID :</string>
1114 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1115 Label on Wifi Status screen-->
1116 <string name="ipaddr_label" translatable="false">IPaddr :</string>
1117 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1118 Label on Wifi Status screen-->
1119 <string name="macaddr_label" translatable="false">MAC addr :</string>
1120 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1121 Label on Wifi Status screen-->
1122 <string name="networkid_label" translatable="false">Network ID :</string>
1123 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1124 Label on Wifi Status screen-->
1125 <string name="link_speed_label" translatable="false">Link Speed :</string>
1126 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1127 Label on Wifi Status screen-->
1128 <string name="scan_list_label" translatable="false">Scan results :</string>
1129
1130 <!-- wifi state values-->
1131 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1132 <string name="wifi_state_disabling" translatable="false">Disabling</string>
1133 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1134 <string name="wifi_state_disabled" translatable="false">Disabled</string>
1135 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1136 <string name="wifi_state_enabling" translatable="false">Enabling</string>
1137 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1138 <string name="wifi_state_enabled" translatable="false">Enabled</string>
1139 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1140 <string name="wifi_state_unknown" translatable="false">Unknown</string>
1141
1142 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1143 Menu item on Wifi information screen-->
Roy West8abc40b2010-10-17 09:19:34 -07001144 <string name="wifi_config_info" translatable="false">Wi-Fi Config</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001145 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1146 Label on Wifi Configuration screen-->
1147 <string name="config_list_label" translatable="false">Configured Networks</string>
1148
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001149 <!-- Sound and alerts settings -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001150 <!-- Main Settings screen setting option name to go into the sound settings screen -->
1151 <string name="sound_settings_title">Sound</string>
1152 <!-- Main Settings screen setting option name to go into the display settings screen -->
1153 <string name="display_settings_title">Display</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001154 <!-- Sound settings screen heading -->
1155 <string name="sound_settings">Sound settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001156 <!-- Sound settings screen, setting option name checkbox -->
1157 <string name="silent_mode_title">Silent mode</string>
Jason Parekh2c9b3262009-03-24 17:48:28 -07001158 <!-- Sound settings screen, setting option summary text when going into silent mode. Media and alarms sounds WILL NOT be silenced in silent mode. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001159 <string name="silent_mode_summary">Silence all sounds except media &amp; alarms</string>
Jason Parekh2c9b3262009-03-24 17:48:28 -07001160 <!-- Sound settings screen, setting option summary text when going into silent mode. Media WILL NOT be silenced in silent mode, but alarms WILL be silenced. -->
1161 <string name="silent_mode_incl_alarm_summary">All sounds except media are silenced</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001162 <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001163 <string name="ringtone_title">Incoming call ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001164 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001165 <string name="ringtone_summary">""</string>
1166 <!-- Sound settings screen, volume title -->
1167 <string name="all_volume_title">Volume</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001168 <!-- Sound settings screen, setting option name -->
1169 <string name="ring_volume_title">Ringer volume</string>
1170 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001171 <string name="ring_volume_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001172 <!-- Sound settings screen, setting option name checkbox -->
Daniel Sandler58cf8292010-02-26 15:25:04 -05001173 <string name="vibrate_in_silent_title">Vibrate when silent</string>
1174 <!-- Sound settings screen, setting option summary text -->
1175 <string name="vibrate_in_silent_summary">Allow vibration feedback in silent mode</string>
1176 <!-- Sound settings screen, setting option name checkbox -->
Daniel Sandler2c917842010-04-21 15:24:24 -04001177 <string name="vibrate_title">Vibrate</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001178 <!-- Sound settings screen, setting option summary text -->
Daniel Sandler2c917842010-04-21 15:24:24 -04001179 <string name="vibrate_summary">Vibration feedback for calls and notifications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001180 <!-- Sound settings screen, setting option name -->
1181 <string name="notification_sound_title">Notification ringtone</string>
1182 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001183 <string name="notification_sound_summary">""</string>
Amith Yamasani8f2fb65b2009-12-01 19:06:14 -08001184 <!-- Sound settings screen, notification light repeat pulsing title -->
1185 <string name="notification_pulse_title">Pulse notification light</string>
1186 <!-- Sound settings screen, notification light repeat pulsing summary -->
1187 <string name="notification_pulse_summary">Pulse trackball light repeatedly for new notifications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001188 <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001189 <string name="incoming_call_volume_title">Ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001190 <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001191 <string name="notification_volume_title">Notification</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001192 <!-- Sound settings screen, the caption of the checkbox for having the notification volume be
1193 the same as the incoming call volume. -->
1194 <string name="checkbox_notification_same_as_incoming_call">Use incoming call volume for notifications</string>
1195 <!-- Sound settings screen, setting option title-->
1196 <string name="notification_sound_dialog_title">Select notification ringtone</string>
1197 <!-- Sound settings screen, setting option name -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001198 <string name="media_volume_title">Media</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001199 <!-- Sound settings screen, setting option summary text -->
1200 <string name="media_volume_summary">Set volume for music and videos</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08001201 <!-- Sound settings screen, alarm volume slider title -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001202 <string name="alarm_volume_title">Alarm</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001203 <!-- Sound settings screen, dock settings summary-->
1204 <string name="dock_settings_summary">Audio settings for the attached dock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001205 <!-- Sound settings screen, setting check box label -->
1206 <string name="dtmf_tone_enable_title">Audible touch tones</string>
1207 <!-- Sound settings screen, setting option summary text when check box is selected -->
1208 <string name="dtmf_tone_enable_summary_on">Play tones when using dial pad</string>
1209 <!-- Sound settings screen, setting option summary text when check box is clear -->
1210 <string name="dtmf_tone_enable_summary_off">Play tones when using dial pad</string>
1211 <!-- Sound settings screen, setting check box label -->
1212 <string name="sound_effects_enable_title">Audible selection</string>
1213 <!-- Sound settings screen, setting option summary text when check box is selected -->
1214 <string name="sound_effects_enable_summary_on">Play sound when making screen selection</string>
1215 <!-- Sound settings screen, setting option summary text when check box is clear -->
1216 <string name="sound_effects_enable_summary_off">Play sound when making screen selection</string>
1217 <!-- Sound settings screen, setting check box label -->
Daniel Sandler231d8802010-02-17 15:35:21 -05001218 <string name="lock_sounds_enable_title">Screen lock sounds</string>
1219 <!-- Sound settings screen, setting option summary text when check box is selected -->
1220 <string name="lock_sounds_enable_summary_on">Play sounds when locking and unlocking the screen</string>
1221 <!-- Sound settings screen, setting option summary text when check box is clear -->
1222 <string name="lock_sounds_enable_summary_off">Play sounds when locking and unlocking the screen</string>
1223 <!-- Sound settings screen, setting check box label -->
Dan Murphy22e18682009-09-22 11:47:08 -05001224 <string name="haptic_feedback_enable_title">Haptic feedback</string>
1225 <!-- Sound settings screen, setting option summary text when check box is selected -->
1226 <string name="haptic_feedback_enable_summary_on">Vibrate when pressing soft keys and on certain UI interactions</string>
1227 <!-- Sound settings screen, setting option summary text when check box is clear -->
1228 <string name="haptic_feedback_enable_summary_off">Vibrate when pressing soft keys and on certain UI interactions</string>
Jean-Michel Trivi9d6be2b2009-10-30 16:03:47 -07001229 <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments -->
1230 <string name="audio_record_proc_title">Noise cancellation</string>
1231 <!-- Sound settings screen, setting option summary text -->
1232 <string name="audio_record_proc_summary">Suppress background noise when speaking or recording.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001233
Amith Yamasani237749d2010-01-14 16:21:51 -08001234 <!-- Dock settings title, top level -->
1235 <string name="dock_settings">Dock</string>
1236 <!-- Dock settings title -->
1237 <string name="dock_settings_title">Dock settings</string>
1238 <!-- Dock audio settings -->
1239 <string name="dock_audio_settings_title">Audio</string>
1240 <!-- Dock audio summary for docked to desk dock -->
1241 <string name="dock_audio_summary_desk">Settings for the attached desktop dock</string>
1242 <!-- Dock audio summary for docked to car dock -->
1243 <string name="dock_audio_summary_car">Settings for the attached car dock</string>
1244 <!-- Dock audio summary for undocked -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001245 <string name="dock_audio_summary_none" product="tablet">Tablet not docked</string>
1246 <!-- Dock audio summary for undocked -->
1247 <string name="dock_audio_summary_none" product="default">Phone not docked</string>
Amith Yamasani237749d2010-01-14 16:21:51 -08001248 <!-- Dock audio summary for docked to unknown -->
1249 <string name="dock_audio_summary_unknown">Settings for the attached dock</string>
1250 <!-- Dock not found dialog title -->
1251 <string name="dock_not_found_title">Dock not found</string>
1252 <!-- Dock not found dialog text -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001253 <string name="dock_not_found_text" product="tablet">The tablet must be docked to configure dock audio</string>
1254 <!-- Dock not found dialog text -->
1255 <string name="dock_not_found_text" product="default">The phone must be docked to configure dock audio</string>
Daniel Sandlerfc01d062010-03-02 20:24:49 -05001256 <!-- Dock settings screen, dock events SFX setting check box label -->
1257 <string name="dock_sounds_enable_title">Dock insertion sound</string>
1258 <!-- Dock settings screen, setting option summary text when check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001259 <string name="dock_sounds_enable_summary_on" product="tablet">Play sound when inserting or removing tablet from dock</string>
1260 <!-- Dock settings screen, setting option summary text when check box is selected -->
1261 <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 -05001262 <!-- Sound settings screen, setting option summary text when check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001263 <string name="dock_sounds_enable_summary_off" product="tablet">Don\'t play sound when inserting or removing tablet from dock</string>
1264 <!-- Sound settings screen, setting option summary text when check box is clear -->
1265 <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 -08001266
Jim Millerb6f10802009-07-31 14:41:24 -07001267 <!-- Acounts & Sync settings screen setting option name to go into the screen for data sync settings-->
Amith Yamasania0dc3462009-08-24 12:52:42 -07001268 <string name="sync_settings">Accounts &amp; sync</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001269 <!-- Main Settings screen setting option summary text for the itme to go into the screen with data sync settings-->
Jim Millerb6f10802009-07-31 14:41:24 -07001270 <string name="sync_settings_summary">Add or remove accounts and change account settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001271
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001272 <!-- Main Settings screen, setting option name to go into search settings -->
1273 <string name="search_settings">Search</string>
1274 <!-- Main Settings screen, setting option summary to go into search settings -->
Roy Westd2e3b012009-06-25 13:40:28 -07001275 <string name="search_settings_summary">Manage search settings and history</string>
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001276
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001277 <!-- Display settings -->
1278 <!-- Sound & display settings screen, section header for settings related to display -->
1279 <string name="display_settings">Display settings</string>
1280 <!-- Sound & display settings screen, animations check box label -->
1281 <string name="animations_title">Animation</string>
1282 <!-- Sound & display settings screen, animations option summary text when check box is selected -->
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07001283 <string name="animations_summary_on">Show animation when opening &amp; closing windows</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001284 <!-- Sound & display settings screen, animations option summary text when check box is clear -->
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07001285 <string name="animations_summary_off">Show animation when opening &amp; closing windows</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001286 <!-- Sound & display settings screen, accelerometer-based rotation check box label -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001287 <string name="accelerometer_title">Auto-rotate screen</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001288 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001289 <string name="accelerometer_summary_on" product="tablet">Switch orientation automatically when rotating tablet</string>
1290 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
1291 <string name="accelerometer_summary_on" product="default">Switch orientation automatically when rotating phone</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001292 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001293 <string name="accelerometer_summary_off" product="tablet">Switch orientation automatically when rotating tablet</string>
1294 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
1295 <string name="accelerometer_summary_off" product="default">Switch orientation automatically when rotating phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001296 <!-- Sound & display settings screen, setting option name to change brightness -->
1297 <string name="brightness">Brightness</string>
1298 <!-- Sound & display settings screen, setting option summary to change brightness -->
1299 <string name="brightness_summary">Adjust the brightness of the screen</string>
1300 <!-- Sound & display settings screen, setting option name to change screen timeout -->
1301 <string name="screen_timeout">Screen timeout</string>
1302 <!-- Sound & display settings screen, setting option summary to change screen timeout -->
1303 <string name="screen_timeout_summary">Adjust the delay before the screen automatically turns off</string>
Dan Murphya0968882009-08-27 15:05:23 -05001304 <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
1305 <string name="automatic_brightness">Automatic brightness</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001306
1307 <!-- SIM lock settings title -->
1308 <string name="sim_lock_settings">SIM card lock settings</string>
1309 <!-- Security & location settings screen, setting option name -->
1310 <string name="sim_lock_settings_category">Set up SIM card lock</string>
1311 <!-- Security & location settings screen, section heading for settings related to sim card locking -->
1312 <string name="sim_lock_settings_title">SIM card lock</string>
1313 <!-- SIM card lock settings screen, setting check box label -->
1314 <string name="sim_pin_toggle">Lock SIM card</string>
1315 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001316 <string name="sim_lock_on" product="tablet">Require PIN to use tablet</string>
1317 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
1318 <string name="sim_lock_on" product="default">Require PIN to use phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001319 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001320 <string name="sim_lock_off" product="tablet">Require PIN to use tablet</string>
1321 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
1322 <string name="sim_lock_off" product="default">Require PIN to use phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001323 <!-- SIM card lock settings screen, setting option name to change the SIM PIN -->
1324 <string name="sim_pin_change">Change SIM PIN</string>
1325 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1326 <string name="sim_enter_pin">SIM PIN</string>
1327 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1328 <string name="sim_enable_sim_lock">Lock SIM card</string>
1329 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1330 <string name="sim_disable_sim_lock">Unlock SIM card</string>
1331 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1332 <string name="sim_enter_old">Old SIM PIN</string>
1333 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1334 <string name="sim_enter_new">New SIM PIN</string>
1335 <string name="sim_reenter_new">Re-type new PIN</string>
1336 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1337 <string name="sim_change_pin">SIM PIN</string>
1338 <!-- SIM card lock settings screen, SIM PIN dialog message when wrong PIN is entered -->
1339 <string name="sim_bad_pin">Incorrect PIN!</string>
1340 <!-- SIM card lock settings screen, SIM PIN dialog message when PINs don't match -->
1341 <string name="sim_pins_dont_match">PINs don\'t match!</string>
1342 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1343 <string name="sim_change_failed">Unable to change PIN.\nPossibly incorrect PIN.</string>
1344 <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct-->
1345 <string name="sim_change_succeeded">SIM PIN changed successfully</string>
1346 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1347 <string name="sim_lock_failed">Unable to change SIM card lock state.\nPossibly incorrect PIN.</string>
1348 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1349 <string name="sim_enter_ok">OK</string>
1350 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1351 <string name="sim_enter_cancel">Cancel</string>
1352
1353 <!-- Advanced (used for diagnostics) device info activity title -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001354 <string name="device_info_settings" product="tablet">Tablet status</string>
1355 <!-- Advanced (used for diagnostics) device info activity title -->
1356 <string name="device_info_settings" product="default">Phone status</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001357
1358 <!-- About phone screen, list item title. Takes the user to the screen for seeing and installing system updates. -->
1359 <string name="system_update_settings_list_item_title">System updates</string>
1360 <!-- 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 -08001361 <string name="system_update_settings_list_item_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001362
1363 <!-- About phone screen, status item label -->
mah03878a42010-02-18 13:11:19 -08001364 <string name="firmware_version">Android version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001365 <!-- About phone screen, status item label-->
1366 <string name="model_number">Model number</string>
1367 <!-- About phone screen, setting option name-->
1368 <string name="baseband_version">Baseband version</string>
1369 <!-- About phone screen, setting option name-->
1370 <string name="kernel_version">Kernel version</string>
1371 <!-- About phone screen, setting option name-->
1372 <string name="build_number">Build number</string>
1373
1374 <!-- About phone screen, show when a value of some status item is unavailable. -->
1375 <string name="device_info_not_available">Not available</string>
1376 <!-- About phone screen, phone status screen title -->
1377 <string name="device_status_activity_title">Status</string>
1378 <!-- About phone screen, title of the item to go into the Phone status screen -->
1379 <string name="device_status">Status</string>
1380 <!-- About phone screen, summary of the item to go into the phone status screen -->
Chouting Zhang386278a2009-06-24 14:25:43 -05001381 <string name="device_status_summary">Phone number, signal, etc.</string>
Roy West71ac3192010-12-04 08:50:03 -08001382 <!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
1383 <string name="storage_settings" >Storage</string>
1384 <!-- Storage settings screen title -->
Amith Yamasanid7993472010-08-18 13:59:28 -07001385 <string name="storage_settings_title">Storage settings</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001386 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
Roy West825db2d2010-10-14 05:07:45 -07001387 <string name="storage_settings_summary" product="nosdcard">Unmount USB storage, view available storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001388 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
1389 <string name="storage_settings_summary" product="default">Unmount SD card, view available storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001390 <!-- Do not translate. About phone, status item title -->
1391 <string name="status_imei">IMEI</string>
1392 <!-- Do not translate. About phone, status item title -->
1393 <string name="status_imei_sv">IMEI SV</string>
1394 <!-- About phone, status item title. The phone number of the current device.-->
Chouting Zhang386278a2009-06-24 14:25:43 -05001395 <string name="status_number">My phone number</string>
1396 <!-- About phone, status item title. The phone MIN number of the current device.-->
1397 <string name="status_min_number">MIN</string>
1398 <!-- About phone, status item title. The phone PRL Version of the current device.-->
1399 <string name="status_prl_version">PRL Version</string>
1400 <!-- About phone, status item title. The phone MEID number of the current device.-->
1401 <string name="status_meid_number">MEID</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001402 <!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
1403 <string name="status_network_type">Mobile network type</string>
1404 <!-- About phone, status item title. The status of data access. For example, the value may be "Connected" -->
1405 <string name="status_data_state">Mobile network state</string>
1406 <!-- About phone, status item title. The status of whether we have service. for example, the value may be "In service" -->
1407 <string name="status_service_state">Service state</string>
1408 <!-- About phone, status item title. The current cell tower signal strength -->
1409 <string name="status_signal_strength">Signal strength</string>
1410 <!-- About phone, status item title, The status for roaming. For example, the value might be "Not roaming" -->
1411 <string name="status_roaming">Roaming</string>
1412 <!-- About phone, status item title. The cell carrier that the user is connected to. -->
1413 <string name="status_operator">Network</string>
1414 <!-- About phone, status item title. The MAC address of the Wi-Fi network adapter. -->
1415 <string name="status_wifi_mac_address">Wi-Fi MAC address</string>
1416 <!-- About phone, status item title. The bluetooth adapter's hardware address-->
1417 <string name="status_bt_address">Bluetooth address</string>
1418 <!-- About phone, status item value if the actual value is not available. -->
1419 <string name="status_unavailable">Unavailable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001420 <!-- About phone, status item title. How long the device has been running since its last reboot. -->
1421 <string name="status_up_time">Up time</string>
1422 <!-- About phone, status item title. How much time the device has had its main CPU awake. -->
1423 <string name="status_awake_time">Awake time</string>
1424 <!-- 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 -07001425 <string name="internal_memory">Internal storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001426 <!-- 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 -07001427 <string name="sd_memory" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001428 <!-- 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 -07001429 <string name="sd_memory" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001430 <!-- 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. -->
1431 <string name="memory_available">Available space</string>
1432 <!-- 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 -->
1433 <string name="memory_size">Total space</string>
Kenny Root511c8cf2010-12-02 17:59:04 -08001434 <!-- 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. -->
1435 <string name="memory_calculating_size">Calculating…</string>
1436 <!-- 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=30] -->
1437 <string name="memory_apps_usage">Application usage</string>
1438 <!-- 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=30] -->
1439 <string name="memory_media_usage">Media usage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001440 <!-- 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] -->
1441 <string name="sd_eject" product="nosdcard">Unmount shared storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001442 <!-- 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 -07001443 <string name="sd_eject" product="default">Unmount SD card</string>
1444 <!-- 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 -07001445 <string name="sd_eject_summary" product="nosdcard">Unmount the internal USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001446 <!-- 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 -07001447 <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 -04001448 <!-- 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 -08001449
Eric Fischer5698a752010-09-28 16:35:31 -07001450 <!-- 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 -07001451 <string name="sd_insert_summary" product="nosdcard">Insert USB storage for mounting</string>
San Mehat35351fa2010-01-06 21:41:47 -08001452 <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
Eric Fischer5698a752010-09-28 16:35:31 -07001453 <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string>
Roy West69827522010-10-21 17:18:40 -07001454
Eric Fischera640fb42010-10-21 18:15:34 -07001455 <!-- 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 -07001456 <string name="sd_mount" product="nosdcard">Mount USB storage</string>
San Mehat35351fa2010-01-06 21:41:47 -08001457 <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
Eric Fischer5698a752010-09-28 16:35:31 -07001458 <string name="sd_mount" product="default">Mount SD card</string>
Eric Fischerd9479372010-10-21 18:31:02 -07001459
Eric Fischera640fb42010-10-21 18:15:34 -07001460 <!-- Subtext for Mount USB storage in Storage settings. User should never see this. -->
Roy West69827522010-10-21 17:18:40 -07001461 <string name="sd_mount_summary" product="nosdcard">Mount the USB storage</string>
San Mehat35351fa2010-01-06 21:41:47 -08001462 <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
Jean-Baptiste Queruc4ddcbd2010-10-19 16:44:23 -07001463 <string name="sd_mount_summary" product="default">Mount the SD card</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001464 <!-- SD card & phone storage settings item title that will result in the phone formatting the USB storage. [CHAR LIMIT=25] -->
1465 <string name="sd_format" product="nosdcard">Erase USB storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001466 <!-- 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 -07001467 <string name="sd_format" product="default">Erase SD card</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08001468 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] -->
1469 <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 -08001470 <!-- 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 -08001471 <string name="sd_format_summary" product="default">Erases all data on the SD card, such as music and photos</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001472 <!-- SD card status when it is not available status -->
1473 <string name="sd_unavailable">Unavailable</string>
1474 <!-- SD card status when it is mounted as read only -->
1475 <string name="read_only">\u0020(Read-only)</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001476 <!-- SD card eject confirmation dialog title [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -07001477 <string name="dlg_confirm_unmount_title" product="nosdcard">Unmount USB storage</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001478 <!-- SD card eject confirmation dialog title -->
Eric Fischer5698a752010-09-28 16:35:31 -07001479 <string name="dlg_confirm_unmount_title" product="default">Unmount SD card</string>
1480 <!-- SD card eject confirmation dialog [CHAR LIMIT=NONE] -->
Roy West825db2d2010-10-14 05:07:45 -07001481 <string name="dlg_confirm_unmount_text" product="nosdcard">If you unmount the USB storage, some applications you are using will stop and may be unavailable until you remount the USB storage.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001482 <!-- SD card eject confirmation dialog -->
Eric Fischer5698a752010-09-28 16:35:31 -07001483 <string name="dlg_confirm_unmount_text" product="default">If you unmount the SD card, some applications you are using will stop and may be unavailable until you remount the SD card.</string>
1484 <!-- SD card eject error dialog title [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -07001485 <string name="dlg_error_unmount_title" product="nosdcard">Unmounting USB storage failed</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001486 <!-- SD card eject error dialog title -->
Eric Fischer5698a752010-09-28 16:35:31 -07001487 <string name="dlg_error_unmount_title" product="default">Unmount SD card failed</string>
1488 <!-- SD card eject error dialog text [CHAR LIMIT=NONE] -->
Roy West825db2d2010-10-14 05:07:45 -07001489 <string name="dlg_error_unmount_text" product="nosdcard">Cannot unmount USB storage. Try again later.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001490 <!-- SD card eject error dialog text -->
Eric Fischer5698a752010-09-28 16:35:31 -07001491 <string name="dlg_error_unmount_text" product="default">Cannot unmount SD card. Try again later.</string>
1492 <!-- SD card unmount informative text [CHAR LIMIT=NONE] -->
Roy West825db2d2010-10-14 05:07:45 -07001493 <string name="unmount_inform_text" product="nosdcard">USB storage will be unmounted.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001494 <!-- SD card unmount informative text [CHAR LIMIT=NONE] -->
1495 <string name="unmount_inform_text" product="default">SD card will be unmounted.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001496 <!-- SD card eject progress title -->
1497 <string name="sd_ejecting_title">Unmounting</string>
1498 <!-- SD card eject progress text -->
1499 <string name="sd_ejecting_summary">Unmount in progress</string>
1500
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001501 <!-- Phone info screen, section titles: -->
1502 <string name="battery_status_title">Battery status</string>
1503 <!-- Phone info screen, section titles: -->
1504 <string name="battery_level_title">Battery level</string>
1505
1506 <!-- APN Settings -->
1507 <!-- APN settings screen title -->
1508 <string name="apn_settings">APNs</string>
1509 <!-- Screen title after user selects APNs setting option -->
1510 <string name="apn_edit">Edit access point</string>
1511 <!-- Edit access point label summary text when no value has been set -->
1512 <string name="apn_not_set">&lt;Not set&gt;</string>
1513 <!-- Edit access point labels: A label the user can give to the APN to allow him to differentiate it from the others -->
1514 <string name="apn_name">Name</string>
1515 <!-- Edit access point labels: The actual access point name-->
1516 <string name="apn_apn">APN</string>
1517 <!-- Edit access point labels: The addess of the proxy to use for this APN -->
1518 <string name="apn_http_proxy">Proxy</string>
1519 <!-- Edit access point labels: The port number of the proxy to use for this APN -->
1520 <string name="apn_http_port">Port</string>
1521 <!-- Edit access point labels: The username that will be used when conencting to this APN-->
1522 <string name="apn_user">Username</string>
1523 <!-- Edit access point labels: The password that will be used when connecting to this APN -->
1524 <string name="apn_password">Password</string>
1525 <!-- Edit access point labels: The server address to conenct to for this APN -->
1526 <string name="apn_server">Server</string>
1527 <!-- Edit access point labels: -->
1528 <string name="apn_mmsc">MMSC</string>
1529 <!-- Edit access point labels: The proxy to use for MMS (multimedia messages)-->
1530 <string name="apn_mms_proxy">MMS proxy</string>
1531 <!-- Edit access point labels: The port on the proxy used for MMS-->
1532 <string name="apn_mms_port">MMS port</string>
1533 <!-- Edit access point labels: -->
1534 <string name="apn_mcc">MCC</string>
1535 <!-- Edit access point labels: -->
1536 <string name="apn_mnc">MNC</string>
Jaikumar Ganesh1eb1df02009-09-30 09:43:34 -07001537 <!-- Edit acces point labels: Authenticaton type-->
1538 <string name="apn_auth_type">Authentication type</string>
1539 <!-- Authentication Typs: None -->
1540 <string name="apn_auth_type_none">None</string>
1541 <!-- Authentication Typs: PAP -->
1542 <string name="apn_auth_type_pap">PAP</string>
1543 <!-- Authentication Typs: CHAP -->
1544 <string name="apn_auth_type_chap">CHAP</string>
1545 <!-- Authentication Typs: PAP or CHAP -->
1546 <string name="apn_auth_type_pap_chap">PAP or CHAP</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001547 <!-- Edit access point labels: The type of APN -->
1548 <string name="apn_type">APN type</string>
1549 <!-- Edit access point screen menu option to delete this APN -->
1550 <string name="menu_delete">Delete APN</string>
1551 <!-- APNs screen menu option to create a brand spanking new APN -->
1552 <string name="menu_new">New APN</string>
1553 <!-- Edit access point screen menu option to save the user's changes for this APN to the persistent storage -->
1554 <string name="menu_save">Save</string>
1555 <!-- Edit access point screen menu option to discard the user's changes for this APN -->
1556 <string name="menu_cancel">Discard</string>
1557 <!-- APN error dialog title -->
1558 <string name="error_title">Attention</string>
1559 <!-- APN error dialog messages: -->
1560 <string name="error_name_empty">The Name field cannot be empty.</string>
1561 <!-- APN error dialog messages: -->
1562 <string name="error_apn_empty">The APN cannot be empty.</string>
1563 <!-- APN error dialog messages: -->
1564 <string name="error_mcc_not3">MCC field must be 3 digits.</string>
1565 <!-- APN error dialog messages: -->
1566 <string name="error_mnc_not23">MNC field must be 2 or 3 digits.</string>
1567 <!-- The message of dialog indicated restoring default APN settings in progress -->
1568 <string name="restore_default_apn">Restoring default APN settings</string>
Jim Miller00d24762009-12-22 19:04:57 -08001569 <!-- APNs screen menu option to reset default APN settings -->
1570 <string name="menu_restore">Reset to default</string>
1571 <!-- APNs screen toast message to inform reset default APN settings is completed -->
1572 <string name="restore_default_apn_completed">Reset default APN settings completed</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001573
1574 <!-- Master Clear -->
1575 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
1576 <string name="master_clear_title">Factory data reset</string>
1577 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001578 <string name="master_clear_summary" product="tablet">Erases all data on tablet</string>
1579 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1580 <string name="master_clear_summary" product="default">Erases all data on phone</string>
1581 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Joe Onoratob51886d2010-11-08 18:25:51 -08001582 <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 application data and settings</li>\n<li>Downloaded applications</li>"</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001583 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Joe Onoratob51886d2010-11-08 18:25:51 -08001584 <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 application data and settings</li>\n<li>Downloaded applications"</li></string>
1585 <!-- SD card & phone storage settings screen, instructions and list of current accounts. The list of accounts follows this text[CHAR LIMIT=NONE] -->
1586 <string name="master_clear_accounts" product="default">"\n\nYou are currently signed into the following accounts:\n"</string>
1587 <!-- 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] -->
1588 <string name="master_clear_desc_erase_external_storage" product="nosdcard">"\n\nTo also clear music, pictures, and other user data, the <b>USB storage</b> needs to be erased."</string>
Joe Onorato6c1eb532011-01-04 10:28:32 -08001589 <!-- 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] -->
Joe Onoratob51886d2010-11-08 18:25:51 -08001590 <string name="master_clear_desc_erase_external_storage" product="default">"\n\nTo also clear music, pictures, and other user data, the <b>SD card</b> needs to be erased."</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001591 <!-- SD card & phone storage settings screen, label for check box to erase USB storage [CHAR LIMIT=30] -->
1592 <string name="erase_external_storage" product="nosdcard">Erase USB storage</string>
1593 <!-- SD card & phone storage settings screen, label for check box to erase SD card [CHAR LIMIT=30] -->
1594 <string name="erase_external_storage" product="default">Erase SD card</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08001595 <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
1596 <string name="erase_external_storage_description" product="nosdcard">Erase all the data on the internal USB storage, such as music or photos.</string>
1597 <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
1598 <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 -08001599 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001600 <string name="master_clear_button_text" product="tablet">Reset tablet</string>
1601 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1602 <string name="master_clear_button_text" product="default">Reset phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001603 <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button -->
Roy West14fa2b92009-06-16 14:07:55 -07001604 <string name="master_clear_final_desc">Erase all of your personal information and any downloaded applications? It is impossible to reverse this action!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001605 <!-- SD card & phone storage settings screen, button on screen after user selects Reset phone button -->
1606 <string name="master_clear_final_button_text">Erase everything</string>
1607 <!-- Message to draw an unlock pattern before clearing the device -->
1608 <string name="master_clear_gesture_prompt">Draw your unlock pattern</string>
1609 <!-- Explanation of drawing unlockp attern to reset phone -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001610 <string name="master_clear_gesture_explanation">You must draw your unlock pattern to confirm a factory data reset.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001611 <!-- Master clear failed message -->
1612 <string name="master_clear_failed">No reset was performed because the System Clear service is not available.</string>
Amith Yamasanib14e1e02010-11-02 09:52:29 -07001613 <!-- Master clear confirmation screen title [CHAR LIMIT=30] -->
1614 <string name="master_clear_confirm_title">Confirm reset</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001615
1616 <!-- Media Format -->
Eric Fischer5698a752010-09-28 16:35:31 -07001617 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading [CHAR LIMIT=25] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001618 <string name="media_format_title" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001619 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001620 <string name="media_format_title" product="default">Erase SD card</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001621 <!-- 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 -07001622 <string name="media_format_summary" product="nosdcard">Erases all data in USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001623 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
Eric Fischer5698a752010-09-28 16:35:31 -07001624 <string name="media_format_summary" product="default">Erases all data on the SD card</string>
1625 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001626 <string name="media_format_desc" product="nosdcard">This action will erase the USB storage. You will lose <b>all</b> data stored there!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001627 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001628 <string name="media_format_desc" product="default">This action will erase the SD card. You will lose <b>all</b> data on the card!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001629 <!-- 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 -07001630 <string name="media_format_button_text" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001631 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001632 <string name="media_format_button_text" product="default">Erase SD card</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001633 <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
Roy West8abc40b2010-10-17 09:19:34 -07001634 <string name="media_format_final_desc" product="nosdcard">Erase USB storage, deleting all files stored there? Action cannot be reversed!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001635 <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
Roy West8abc40b2010-10-17 09:19:34 -07001636 <string name="media_format_final_desc" product="default">Erase SD card, deleting all files stored there? Action cannot be reversed!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001637 <!-- SD card & phone storage settings screen, button on screen after user selects Format media button -->
1638 <string name="media_format_final_button_text">Erase everything</string>
1639 <!-- Message to draw an unlock pattern before clearing the device -->
1640 <string name="media_format_gesture_prompt">Draw your unlock pattern</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001641 <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
Roy West8abc40b2010-10-17 09:19:34 -07001642 <string name="media_format_gesture_explanation" product="nosdcard">You must draw your unlock pattern to confirm that you want to erase the USB storage.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001643 <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
Roy West8abc40b2010-10-17 09:19:34 -07001644 <string name="media_format_gesture_explanation" product="default">You must 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 -08001645
1646 <!-- Main settings screen, Call settings title for item to go into the call settings -->
1647 <string name="call_settings_title">Call settings</string>
1648 <!-- Main settings screen, Call settings summary for item to go into call settings -->
1649 <string name="call_settings_summary">Set up voicemail, call forwarding, call waiting, caller ID</string>
1650
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001651 <!-- Tethering controls, item title to go into the tethering settings -->
Danica Chang32711b62010-08-10 18:41:29 -07001652 <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
1653 <string name="tether_settings_title_usb">USB tethering</string>
1654 <!-- 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 -07001655 <string name="tether_settings_title_wifi">Portable hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07001656 <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
1657 <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
1658 <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
1659 <string name="tether_settings_title_usb_bluetooth">Tethering</string>
1660 <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
1661 <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
1662
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001663 <!-- Tethering controls, the item summary for the user to go into the tethering settings -->
Danica Chang32711b62010-08-10 18:41:29 -07001664 <!-- Tethering controls, the item summary for the user to go into the tethering settings when only USB tethering is available [CHAR LIMIT=100]-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001665 <string name="tether_settings_summary_usb" product="tablet">Share your tablet\'s mobile data connection via USB</string>
1666 <!-- Tethering controls, the item summary for the user to go into the tethering settings when only USB tethering is available [CHAR LIMIT=100]-->
1667 <string name="tether_settings_summary_usb" product="default">Share your phone\'s mobile data connection via USB</string>
Danica Chang32711b62010-08-10 18:41:29 -07001668 <!-- Tethering controls, the item summary for the user to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=100]-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001669 <string name="tether_settings_summary_wifi">Share your mobile data connection as a portable Wi-Fi hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07001670 <!-- Tethering controls, the item summary for the user to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=100]-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001671 <string name="tether_settings_summary_bluetooth">Share your mobile data connection via Bluetooth</string>
Danica Chang32711b62010-08-10 18:41:29 -07001672 <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Wifi tethering are available [CHAR LIMIT=100]-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001673 <string name="tether_settings_summary_usb_wifi" product="tablet">Share your tablet\'s mobile data connection via USB or as a portable Wi-Fi hotspot</string>
1674 <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Wifi tethering are available [CHAR LIMIT=100]-->
1675 <string name="tether_settings_summary_usb_wifi" product="default">Share your phone\'s mobile data connection via USB or as a portable Wi-Fi hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07001676 <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=100]-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001677 <string name="tether_settings_summary_usb_bluetooth" product="tablet">Share your tablet\'s mobile data connection via USB or Bluetooth</string>
1678 <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=100]-->
1679 <string name="tether_settings_summary_usb_bluetooth" product="default">Share your phone\'s mobile data connection via USB or Bluetooth</string>
Danica Chang32711b62010-08-10 18:41:29 -07001680 <!-- Tethering controls, the item summary for the user to go into the tethering settings when Bluetooth and Wifi tethering are available [CHAR LIMIT=100]-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001681 <string name="tether_settings_summary_wifi_bluetooth" product="tablet">Share your tablet\'s mobile data connection via Bluetooth or as a portable Wi-Fi hotspot</string>
1682 <!-- Tethering controls, the item summary for the user to go into the tethering settings when Bluetooth and Wifi tethering are available [CHAR LIMIT=100]-->
1683 <string name="tether_settings_summary_wifi_bluetooth" product="default">Share your phone\'s mobile data connection via Bluetooth or as a portable Wi-Fi hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07001684 <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB, Wifi, and Bluetooth tethering are available [CHAR LIMIT=100]-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001685 <string name="tether_settings_summary_all" product="tablet">Share your tablet\'s mobile data connection via USB, Wi-Fi, or Bluetooth</string>
1686 <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB, Wifi, and Bluetooth tethering are available [CHAR LIMIT=100]-->
1687 <string name="tether_settings_summary_all" product="default">Share your phone\'s mobile data connection via USB, Wi-Fi, or Bluetooth</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001688
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001689 <!-- USB Tethering options -->
Irfan Sheriff65cff172010-02-08 10:46:30 -08001690 <string name="usb_title">USB</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001691 <string name="usb_tethering_button_text">USB tethering</string>
1692 <!-- USB available subtext - shown when USB is connected but not currently being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001693 <string name="usb_tethering_available_subtext">USB connected, check to tether</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001694 <!-- USB tethered subtext - shown when USB is connected and being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001695 <string name="usb_tethering_active_subtext">Tethered</string>
Mike Lockwood26dad3e2010-03-03 06:19:55 -05001696 <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001697 <string name="usb_tethering_storage_active_subtext">Can\'t tether when USB storage in use</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001698 <!-- USB unavailable subtext - shown when USB is not connected -->
1699 <string name="usb_tethering_unavailable_subtext">USB not connected</string>
Robert Greenwaltd5f121c2010-03-02 17:33:11 -08001700 <!-- USB errored subtext - shown when USB is broken for some reason -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001701 <string name="usb_tethering_errored_subtext">USB tethering error</string>
1702
Danica Chang32711b62010-08-10 18:41:29 -07001703 <!-- Bluetooth Tethering settings-->
1704 <!-- Label for bluetooth tether checkbox [CHAR LIMIT=25]-->
1705 <string name="bluetooth_tether_checkbox_text">Bluetooth tethering</string>
1706 <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
1707 <string name="bluetooth_tethering_available_subtext">Bluetooth tethering on, but not connected</string>
1708 <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=50]-->
1709 <string name="bluetooth_tethering_connected_subtext">Bluetooth tethering on and connected</string>
1710 <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
1711 <string name="bluetooth_tethering_off_subtext">Bluetooth tethering off</string>
1712 <!-- Bluetooth errored subtext - shown when Bluetooth is broken for some reason [CHAR LIMIT=50]-->
1713 <string name="bluetooth_tethering_errored_subtext">Bluetooth tethering error</string>
1714 <!-- Bluetooth Tethering settings. Error message shown when trying to connect an 8th device [CHAR LIMIT=50]-->
1715 <string name="bluetooth_tethering_overflow_error">Cannot tether to more than <xliff:g id="maxConnection">%1$d</xliff:g> devices</string>
1716 <!-- Bluetooth Tethering settings. Message for untethering from a bluetooth device [CHAR LIMIT=50]-->
1717 <string name="bluetooth_untether_blank"><xliff:g id="device_name">%1$s</xliff:g> will be untethered.</string>
1718
Danica Chang32711b62010-08-10 18:41:29 -07001719 <!-- Tethering help button - calls up a web view with general tethering info -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001720 <string name="tethering_help_button_text">Help</string>
Robert Greenwalt209177a2010-03-04 13:29:02 -08001721
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001722 <!-- Wireless controls, item title to go into the network settings -->
1723 <string name="network_settings_title">Mobile networks</string>
1724 <!-- Wireless controls, the item summary for the user to go into the network settings -->
1725 <string name="network_settings_summary">Set options for roaming, networks, APNs</string>
1726
1727 <!-- Security & location settings screen, section header for settings relating to location -->
Amith Yamasanif06d8692009-06-11 22:32:33 -07001728 <string name="location_title">My Location</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001729 <!-- Security & location settings screen, setting check box label if the user wants to use wireless network-based positioning (cell ID, wifi, etc.) -->
1730 <string name="location_network_based">Use wireless networks</string>
1731 <!-- Security & location settings screen, setting summary when Use wireless networks check box is clear -->
1732 <string name="location_networks_disabled">See location in applications (such as Maps) using wireless networks</string>
1733 <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected -->
1734 <string name="location_neighborhood_level">Location determined by Wi-Fi and/or mobile networks</string>
1735 <!-- Security & location settings screen, setting check box label if the GPS receiver should be enabled -->
Roy West0ce6f6d2009-09-23 13:07:19 -07001736 <string name="location_gps">Use GPS satellites</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001737 <!-- [CHAR LIMIT=100] Security & location settings screen, setting summary when Use GPS satellites check box is selected -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07001738 <string name="location_street_level">When locating, accurate to street level</string>
Roy West0ce6f6d2009-09-23 13:07:19 -07001739 <!-- Security & location settings screen, setting summary when Use GPS satellites check box is clear -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001740 <string name="location_gps_disabled">Locate to street-level (requires more battery plus view of sky)</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04001741 <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled -->
Roy West0ce6f6d2009-09-23 13:07:19 -07001742 <string name="assisted_gps">Use assisted GPS</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04001743 <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected -->
Roy West0ce6f6d2009-09-23 13:07:19 -07001744 <string name="assisted_gps_enabled">Use server to assist GPS (uncheck to reduce network usage)</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04001745 <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear -->
Roy West0ce6f6d2009-09-23 13:07:19 -07001746 <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string>
Mathew Inwoodf8b25792010-10-21 18:43:35 +01001747 <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box label if the user wants to use their location for Google Search & other Google services -->
1748 <string name="use_location_title">Use location for Google search</string>
1749 <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is clear -->
1750 <string name="use_location_summary_disabled">Use location for Google search and other Google services</string>
1751 <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is checked -->
1752 <string name="use_location_summary_enabled">Location used to improve Google search results and other Google services</string>
Amith Yamasanif06d8692009-06-11 22:32:33 -07001753
1754 <!-- About --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001755 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001756 <string name="about_settings" product="tablet">About tablet</string>
1757 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
1758 <string name="about_settings" product="default">About phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001759 <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001760 <string name="about_settings_summary">View legal info, status, software version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001761 <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
1762 <string name="legal_information">Legal information</string>
1763 <!-- About phone settings screen, setting option name to see a list of contributors -->
1764 <string name="contributors_title">Contributors</string>
1765 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1766 <!-- About phone settings screen, setting option name to see copyright-related info -->
1767 <string name="copyright_title">Copyright</string>
1768 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1769 <!-- About phone settings screen, setting option name to see licensing info -->
1770 <string name="license_title">License</string>
1771 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1772 <!-- About phone settings screen, setting option name to see terms and conditions -->
1773 <string name="terms_title">Terms and conditions</string>
Jim Miller60af9532009-03-25 18:18:35 -07001774 <!-- About phone settings screen, running the System Tutorial -->
Roy Westdb33eb02009-06-19 15:24:28 -07001775 <string name="system_tutorial_list_item_title">System tutorial</string>
Jim Miller60af9532009-03-25 18:18:35 -07001776 <!-- About phone settings screen, summary of what System Tutorial does -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001777 <string name="system_tutorial_list_item_summary" product="tablet">Learn how to use your tablet</string>
1778 <!-- About phone settings screen, summary of what System Tutorial does -->
1779 <string name="system_tutorial_list_item_summary" product="default">Learn how to use your phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001780
1781 <!-- Title for actual Settings license activity. --> <skip />
1782 <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
1783 <string name="settings_license_activity_title">Open source licenses</string>
1784 <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
1785 <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
1786 <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
1787 <string name="settings_license_activity_loading">Loading\u2026</string>
1788
Wink Savillea40fb232009-09-26 16:47:18 -07001789 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
1790 <string name="settings_safetylegal_title">Safety information</string>
1791 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
1792 <string name="settings_safetylegal_activity_title">Safety information</string>
1793 <!-- About phone settings screen, Safety legal dialog message when data network is not connected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001794 <string name="settings_safetylegal_activity_unreachable">You do not 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 -07001795 <!-- About phone settings screen, Safety Legal dialog title until the link is fully loaded -->
1796 <string name="settings_safetylegal_activity_loading">Loading\u2026</string>
1797
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001798 <!-- Lock Pattern settings -->
Jim Miller9757e302010-12-17 18:23:23 -08001799 <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
Jim Miller00d24762009-12-22 19:04:57 -08001800 <string name="lockpassword_choose_your_password_header">Choose your password</string>
Jim Miller9757e302010-12-17 18:23:23 -08001801 <!-- Header on first screen of choose pattern flow [CHAR LIMIT=30] -->
1802 <string name="lockpassword_choose_your_pattern_header">Choose your pattern</string>
1803 <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08001804 <string name="lockpassword_choose_your_pin_header">Choose your PIN</string>
Jim Miller9757e302010-12-17 18:23:23 -08001805 <!-- Header on password confirm screen [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08001806 <string name="lockpassword_confirm_your_password_header">Confirm your password</string>
Jim Miller9757e302010-12-17 18:23:23 -08001807 <!-- Header on pattern confirm screen [CHAR LIMIT=30] -->
1808 <string name="lockpassword_confirm_your_pattern_header">Confirm your pattern</string>
1809 <!-- Header on password confirm screen [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08001810 <string name="lockpassword_confirm_your_pin_header">Confirm your PIN</string>
Jim Miller9757e302010-12-17 18:23:23 -08001811 <!-- Header on password confirm screen if second password doesn't match the first. [CHAR LIMIT=30] -->
Jim Miller00d24762009-12-22 19:04:57 -08001812 <string name="lockpassword_confirm_passwords_dont_match">Passwords don\'t match</string>
Jim Miller9757e302010-12-17 18:23:23 -08001813 <!-- Header on pin confirm screen if second pin doesn't match the first. [CHAR LIMIT=30]-->
Jim Miller122b6c82010-02-10 19:53:58 -08001814 <string name="lockpassword_confirm_pins_dont_match">PINs don\'t match</string>
Jim Miller9757e302010-12-17 18:23:23 -08001815 <!-- Header shown to ask the user to select an unlock method [CHAR LIMIT=30] -->
1816 <string name="lockpassword_choose_lock_generic_header">Unlock selection</string>
Jim Miller122b6c82010-02-10 19:53:58 -08001817 <!-- Toast shown if setting password was successful -->
1818 <string name="lockpassword_password_set_toast">Password has been set</string>
1819 <!-- Toast shown if setting PIN was successful -->
1820 <string name="lockpassword_pin_set_toast">PIN has been set</string>
1821 <!-- Toast shown if setting pattern was successful -->
1822 <string name="lockpassword_pattern_set_toast">Pattern has been set</string>
Jim Miller00d24762009-12-22 19:04:57 -08001823
1824 <!-- Lock Pattern settings -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001825 <!-- Security & location settings screen, header -->
Jim Miller122b6c82010-02-10 19:53:58 -08001826 <string name="lock_settings_title">Screen unlock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001827 <!-- Security & location settings screen, setting option name -->
1828 <string name="lockpattern_change_lock_pattern_label">Change unlock pattern</string>
1829 <!-- 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 -08001830 <string name="lockpattern_change_lock_pin_label">Change unlock PIN</string>
1831 <!-- 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 -08001832 <string name="lockpattern_need_to_unlock">Confirm saved pattern</string>
1833 <!-- Do not translate. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001834 <string name="lockpattern_need_to_unlock_footer" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001835 <!-- Security & location settings screen, change unlock pattern screen instruction if user draws incorrect pattern -->
1836 <string name="lockpattern_need_to_unlock_wrong">Sorry, try again:</string>
1837 <!-- Do not translate. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001838 <string name="lockpattern_need_to_unlock_wrong_footer" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001839 <!-- 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)..-->
1840 <string name="lockpattern_recording_intro_header">Draw an unlock pattern</string>
1841 <!-- 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. -->
1842 <string name="lockpattern_recording_intro_footer">Press Menu for help.</string>
1843 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen while drawing pattern -->
1844 <string name="lockpattern_recording_inprogress">Release finger when done.</string>
1845 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots -->
1846 <string name="lockpattern_recording_incorrect_too_short">Connect at least <xliff:g id="number">%d</xliff:g> dots. Try again:</string>
1847 <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern -->
1848 <string name="lockpattern_pattern_entered_header">Pattern recorded!</string>
1849 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern -->
1850 <string name="lockpattern_need_to_confirm">Draw pattern again to confirm:</string>
1851 <string name="lockpattern_pattern_confirmed_header">Your new unlock pattern:</string>
1852 <!-- 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. -->
1853 <string name="lockpattern_confirm_button_text">Confirm</string>
1854 <!-- 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. -->
1855 <string name="lockpattern_restart_button_text">Redraw</string>
1856 <!-- 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 -->
1857 <string name="lockpattern_retry_button_text">Retry</string>
1858 <!-- 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 -->
1859 <string name="lockpattern_continue_button_text">Continue</string>
1860 <!-- Security & location settings screen, unlock screen activity title -->
1861 <string name="lockpattern_settings_title">Unlock pattern</string>
1862 <!-- Security & location settings screen, setting check box title if the unlock pattern MUST be drawn everytime they turn on the screen -->
1863 <string name="lockpattern_settings_enable_title">Require pattern</string>
1864 <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" -->
1865 <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string>
1866 <!-- 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.-->
1867 <string name="lockpattern_settings_enable_visible_pattern_title">Use visible pattern</string>
1868 <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.-->
1869 <string name="lockpattern_settings_enable_tactile_feedback_title">Use tactile feedback</string>
1870 <!-- Security & location settings screen, setting option name when user has never set an unlock pattern -->
1871 <string name="lockpattern_settings_choose_lock_pattern">Set unlock pattern</string>
1872 <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern -->
1873 <string name="lockpattern_settings_change_lock_pattern">Change unlock pattern</string>
1874 <!-- Security & location settings screen, the help instructions (an animation) caption -->
1875 <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
1876 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen after too many incorrect attempts -->
1877 <string name="lockpattern_too_many_failed_confirmation_attempts_header">Too many incorrect attempts!</string>
1878 <!-- Security & location settings screen, change unlock pattern screen countdown hint on bottom of screen after too many incorrect attempts -->
1879 <string name="lockpattern_too_many_failed_confirmation_attempts_footer">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
1880
1881 <!-- ChooseLockPatternTutorial --> <skip />
1882 <!-- ChooseLockPatternTutorial, button labels: This is to cancel the tutorial -->
1883 <string name="skip_button_label">Cancel</string>
1884 <!-- ChooseLockPatternTutorial, button labels: Continue to the next page of the tutorial -->
1885 <string name="next_button_label">Next</string>
1886 <!-- ChooseLockPatternTutorial, tutorial screen title -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001887 <string name="lock_title" product="tablet">Securing your tablet</string>
1888 <!-- ChooseLockPatternTutorial, tutorial screen title -->
1889 <string name="lock_title" product="default">Securing your phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001890 <!-- ChooseLockPatternTutorial, tutorial screen text -->
Jim Miller97096252010-12-21 22:03:06 -08001891 <string name="lock_intro_message" product="tablet">Protect your tablet from unauthorized use by creating a personal screen unlock pattern. Use your finger to connect the dots in any order on the next screen. You must connect at least four dots.
1892 \n\nReady to start? Touch \u201CNext\u201D.
Eric Fischerc9904f02010-11-01 16:54:51 -07001893 </string>
1894 <!-- ChooseLockPatternTutorial, tutorial screen text -->
1895 <string name="lock_intro_message" product="default"><font size="17">Protect your phone from unauthorized use by creating a personal screen unlock pattern.
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001896 \n<font height="17">\n</font><b>1</b>\u00A0 On the next screen, watch while an example pattern is drawn.
1897 \n<font height="17">\n</font><b>2</b>\u00A0 When ready, draw your own personal unlock pattern. Experiment with different patterns but connect at least four dots.
1898 \n<font height="17">\n</font><b>3</b>\u00A0 Redraw your pattern to confirm.
Roy West0ce6f6d2009-09-23 13:07:19 -07001899 \n<font height="17">\n</font><b>Ready to start? Touch \u201CNext\u201D</b>.
1900 \n<font height="3">\n</font>To leave your phone unprotected, touch \u201CCancel\u201D.</font>
Jim Miller00d24762009-12-22 19:04:57 -08001901 </string>
1902
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001903 <!-- Applications Settings --> <skip />
1904 <!-- Applications settings screen, setting option name for the user to go to the screen to manage installed applications -->
1905 <string name="manageapplications_settings_title">Manage applications</string>
1906 <!-- Applications settings screen, setting option summary for the user to go to the screen to manage installed applications -->
1907 <string name="manageapplications_settings_summary">Manage and remove installed applications</string>
1908 <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
1909 <string name="applications_settings">Applications</string>
1910 <!-- 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. -->
1911 <string name="applications_settings_summary">Manage applications, set up quick launch shortcuts</string>
1912 <!-- Applications settings screen heading. The header for the Application settings screen. -->
1913 <string name="applications_settings_header">Application settings</string>
1914 <!-- 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. -->
1915 <string name="install_applications">Unknown sources</string>
1916 <!-- Applications settings screen, setting check box summary. This is the summary for "Unknown sources" checkbox -->
Joe LaPenna626b4a12009-07-23 18:46:47 -07001917 <string name="install_unknown_applications">Allow installation of non-Market applications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001918 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001919 <string name="install_all_warning" product="tablet">Your tablet and personal data are more vulnerable to attack by applications
1920 from unknown sources. You agree that you are solely responsible for any
1921 damage to your tablet or loss of data that may result from using
1922 these applications.</string>
1923 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
1924 <string name="install_all_warning" product="default">Your phone and personal data are more vulnerable to attack by applications
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001925 from unknown sources. You agree that you are solely responsible for any
1926 damage to your phone or loss of data that may result from using
1927 these applications.</string>
1928 <!-- 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 -->
1929 <string name="application_info_label">Application info</string>
1930 <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. -->
1931 <string name="storage_label">Storage</string>
1932 <!-- Manage applications, individual application info screen, heading for settings related to controlling whether this app is the default for some actions -->
1933 <string name="auto_launch_label">Launch by default</string>
1934 <!-- 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. -->
1935 <string name="permissions_label">Permissions</string>
1936 <!-- Manage applications, Header name used for cache information -->
1937 <string name="cache_header_label">Cache</string>
1938 <!-- Manage applications, text label for button -->
1939 <string name="clear_cache_btn_text">Clear cache</string>
1940 <!-- Manage applications, label that appears next to the cache size -->
1941 <string name="cache_size_label">Cache</string>
1942 <!-- Manage applications, Header name used for other controls -->
1943 <string name="controls_label">Controls</string>
1944 <!-- Manage applications, text label for button to kill / force stop an application -->
1945 <string name="force_stop">Force stop</string>
1946 <!-- Manage applications, individual application info screen,label under Storage heading. The total storage space taken up by this app. -->
1947 <string name="total_size_label">Total</string>
1948 <!-- 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) -->
1949 <string name="application_size_label">Application</string>
1950 <!-- 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) -->
1951 <string name="data_size_label">Data</string>
1952 <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. -->
1953 <string name="uninstall_text">Uninstall</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001954 <!-- [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 -07001955 <string name="disable_text">Disable</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001956 <!-- [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 -07001957 <string name="enable_text">Enable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001958 <!-- 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) -->
1959 <string name="clear_user_data_text">Clear data</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07001960 <!-- Manage applications, restore updated system application to factory version -->
Roy West518d02c2009-06-23 13:39:55 -07001961 <string name="app_factory_reset">Uninstall updates</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001962 <!-- 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. -->
1963 <string name="auto_launch_enable_text">You have selected to launch this application by default for some actions.</string>
1964 <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->
1965 <string name="auto_launch_disable_text">No defaults set.</string>
1966 <!-- 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. -->
1967 <string name="clear_activities">Clear defaults</string>
1968 <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
1969 <string name="unknown">Unknown</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001970 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Sorts all of the apps in the list alphabetically. -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07001971 <string name="sort_order_alpha">Sort by name</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001972 <!-- 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. -->
1973 <string name="sort_order_size">Sort by size</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001974 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show running services. -->
1975 <string name="show_running_services">Show running services</string>
1976 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show background cached processes. -->
1977 <string name="show_background_processes">Show cached processes</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001978 <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. -->
1979 <string name="manage_space_text">Manage space</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08001980 <!-- Text for menu option in ManageApps screen to present various menu options -->
1981 <string name="filter">Filter</string>
1982 <!-- Title of dialog for presenting filter options -->
1983 <string name="filter_dlg_title">Select filter options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001984 <!-- Text for filter option in ManageApps screen to display all installed
1985 applications -->
1986 <string name="filter_apps_all">All</string>
Jim Miller00d24762009-12-22 19:04:57 -08001987 <!-- Text for filter option in ManageApps screen to display third party
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001988 applications only -->
Suchi Amalapurapufe4a2bc2009-09-20 14:25:46 -07001989 <string name="filter_apps_third_party">Downloaded</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001990 <!-- Text for filter option in ManageApps screen to display list of running
1991 packages only. -->
1992 <string name="filter_apps_running">Running</string>
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08001993 <!-- Text for filter option in ManageApps screen to display list of
Eric Fischer5698a752010-09-28 16:35:31 -07001994 packages installed on sdcard. [CHAR LIMIT=30] -->
Roy West2c489972010-10-15 05:18:04 -07001995 <string name="filter_apps_onsdcard" product="nosdcard">USB storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001996 <!-- Text for filter option in ManageApps screen to display list of
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08001997 packages installed on sdcard. -->
Eric Fischer5698a752010-09-28 16:35:31 -07001998 <string name="filter_apps_onsdcard" product="default">On SD card</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001999 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002000 <string name="disabled">Disabled</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002001 <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002002 <string name="no_applications">No applications.</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002003 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->
2004 <string name="internal_storage">Internal storage</string>
2005 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2006 <string name="sd_card_storage" product="nosdcard">USB storage</string>
2007 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2008 <string name="sd_card_storage" product="default">SD card storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002009 <!-- Manage app screen, shown when the activity is busy recomputing the size of each app -->
2010 <string name="recompute_size">Recomputing size\u2026</string>
2011 <!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
2012 <string name="clear_data_dlg_title">Delete</string>
2013 <!-- 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. -->
Suchi Amalapurapufe4a2bc2009-09-20 14:25:46 -07002014 <string name="clear_data_dlg_text">All of this application\'s data will be deleted permanently. This includes all files, settings, accounts, databases and so on.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002015 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
2016 <string name="dlg_ok">OK</string>
2017 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->
2018 <string name="dlg_cancel">Cancel</string>
2019 <!-- 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. -->
2020 <string name="app_not_found_dlg_title">Application not found</string>
2021 <!-- 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. -->
2022 <string name="app_not_found_dlg_text"> The application was not
2023found in the list of installed applications.</string>
2024 <!-- Manage applications, individual application dialog box message. Shown when there was an error trying to clear the data. -->
2025 <string name="clear_data_failed">Unable to clear application data.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002026 <!-- Manage applications, factory reset dialog title for system applications. -->
Roy West74b53da22009-06-24 09:25:12 -07002027 <string name="app_factory_reset_dlg_title">Uninstall updates</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002028 <!-- Manage applications, factory reset option dialog text for system applications. -->
Roy West74b53da22009-06-24 09:25:12 -07002029 <string name="app_factory_reset_dlg_text">Do you want to uninstall all updates to this Android system application?</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002030 <!-- Manage applications, title for dialog if clear data fails-->
2031 <string name="clear_failed_dlg_title">Clear data</string>
2032 <!-- Manage applications, text for dialog if clear data fails-->
2033 <string name="clear_failed_dlg_text">Failed clearing data for application</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002034 <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002035 <string name="security_settings_desc" product="tablet">This application can access the following on your tablet:</string>
2036 <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
2037 <string name="security_settings_desc" product="default">This application can access the following on your phone:</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002038 <string name="computing_size">Computing\u2026</string>
2039 <string name="invalid_size_value">Unable to compute package size</string>
2040 <!-- String displayed when list is empty -->
Vivek Dlima3d477382009-07-14 14:36:49 -07002041 <string name="empty_list_msg">You do not have any third-party applications installed.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002042 <!-- Manage applications, version string displayed in app snippet -->
2043 <string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002044 <!-- Manage applications, text for Move button -->
2045 <string name="move_app">Move</string>
2046 <!-- Manage applications, text for Move button to move app to internal storage -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002047 <string name="move_app_to_internal" product="tablet">Move to tablet</string>
2048 <!-- Manage applications, text for Move button to move app to internal storage -->
2049 <string name="move_app_to_internal" product="default">Move to phone</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002050 <!-- Manage applications, text for Move button to move app to sdcard [CHAR LIMIT=25] -->
Roy Westd3abea02010-10-14 15:59:33 -07002051 <string name="move_app_to_sdcard" product="nosdcard">Move to USB storage</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002052 <!-- Manage applications, text for Move button to move app to sdcard -->
Eric Fischer5698a752010-09-28 16:35:31 -07002053 <string name="move_app_to_sdcard" product="default">Move to SD card</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002054 <!-- Manage applications, title for dialog when killing persistent apps-->
Suchi Amalapurapuad148272010-02-19 14:30:01 -08002055 <!-- Manage applications, text for Move button when move is in progress -->
2056 <string name="moving">Moving</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002057
2058 <!-- Manage applications, text for move error messages -->
2059 <string name="insufficient_storage">There is not enough storage left.</string>
2060 <string name="does_not_exist">The application does not exist.</string>
Roy West40d9f1b2010-03-11 14:55:40 -08002061 <string name="app_forward_locked">The application is copy-protected.</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002062 <string name="invalid_location">The specified install location is not valid.</string>
2063 <string name="system_package">System updates cannot be installed on external media.</string>
2064
Roy West40d9f1b2010-03-11 14:55:40 -08002065 <string name="force_stop_dlg_title">Force stop</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002066 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when killing persistent apps-->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002067 <string name="force_stop_dlg_text">Force stopping an application can cause it to misbehave. Are you sure?</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002068 <!-- Manage applications, text for dialog when moving an app -->
Roy West40d9f1b2010-03-11 14:55:40 -08002069 <string name="move_app_failed_dlg_title">Move application</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002070 <!-- Manage applications, text for dialog moving an app -->
2071 <string name="move_app_failed_dlg_text">Failed to move application. <xliff:g id="reason">%1$s</xliff:g></string>
Oscar Montemayora110a712010-02-10 16:04:18 -08002072 <!-- Manage applications, application installation location title -->
2073 <string name="app_install_location_title">Preferred install location</string>
2074 <!-- Manage applications. application installation location summary -->
2075 <string name="app_install_location_summary">Change the preferred installation location for new applications.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002076
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002077 <!-- [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 -07002078 <string name="storageuse_settings_title">Storage use</string>
2079 <!-- Services settings screen, setting option summary for the user to go to the screen to app storage use -->
2080 <string name="storageuse_settings_summary">View storage used by applications</string>
2081
Dianne Hackbornc58c5492009-08-31 21:33:17 -07002082 <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
2083 <string name="runningservices_settings_title">Running services</string>
2084 <!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->
2085 <string name="runningservices_settings_summary">View and control currently running services</string>
2086 <!-- Label for a service item when it is restarting -->
2087 <string name="service_restarting">Restarting</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002088 <!-- Label for a process item representing a background process -->
2089 <string name="cached">Cached background process</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002090 <!-- [CHAR LIMIT=25] Text shown when there are no services running -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002091 <string name="no_running_services">Nothing running.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07002092 <!-- Running services, description for a service in the started state -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002093 <string name="service_started_by_app">Started by application.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07002094 <!-- Running services, description for a service in the started state -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002095 <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g></string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002096 <!-- [CHAR LIMIT=10] Running services, summary of background processes -->
2097 <string name="service_background_processes"><xliff:g id="memory">%1$s</xliff:g> free</string>
2098 <!-- [CHAR LIMIT=10] Running services, summary of foreground processes -->
2099 <string name="service_foreground_processes"><xliff:g id="memory">%1$s</xliff:g> used</string>
2100 <!-- [CHAR LIMIT=10] Running services, label for chart showing memory use. -->
2101 <string name="memory">RAM</string>
Dianne Hackborn8c212ef2009-09-21 00:37:32 -07002102 <!-- Text to label a process entry with the process name. -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002103 <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
2104 <!-- Descriptive text of a running process: singular process, singular service. -->
2105 <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
2106 process and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2107 <!-- Descriptive text of a running process: singular process, plural service. -->
2108 <string name="running_processes_item_description_s_p"><xliff:g id="numprocess">%1$d</xliff:g>
2109 process and <xliff:g id="numservices">%2$d</xliff:g> services</string>
2110 <!-- Descriptive text of a running process: plural process, singular service. -->
2111 <string name="running_processes_item_description_p_s"><xliff:g id="numprocess">%1$d</xliff:g>
2112 processes and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2113 <!-- Descriptive text of a running process: plural process, plural service. -->
2114 <string name="running_processes_item_description_p_p"><xliff:g id="numprocess">%1$d</xliff:g>
2115 processes and <xliff:g id="numservices">%2$d</xliff:g> services</string>
Jim Miller00d24762009-12-22 19:04:57 -08002116
Dianne Hackborn728ac352010-06-06 22:51:42 -07002117 <!-- Details about an application's running services. -->
2118 <string name="runningservicedetails_settings_title">Running application</string>
2119 <!-- Message displayed when there are no active services in a process. -->
2120 <string name="no_services">Not active</string>
2121 <!-- Title for list of services. -->
2122 <string name="runningservicedetails_services_title">Services</string>
2123 <!-- Title for list of services. -->
2124 <string name="runningservicedetails_processes_title">Processes</string>
2125 <!-- Running service details, stop a service that has started itself. -->
2126 <string name="service_stop">Stop</string>
2127 <!-- Running service details, manage a service that is running for some other reason. -->
Dianne Hackbornea38e672010-06-11 10:25:54 -07002128 <string name="service_manage">Settings</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002129 <!-- Running service details, default description for services that are started. -->
2130 <string name="service_stop_description">This service was started by its
Dianne Hackbornea38e672010-06-11 10:25:54 -07002131 application. Stopping it may cause the application to fail.</string>
Dianne Hackbornc01b0c82010-06-24 11:29:50 -07002132 <!-- Running service details, description for running heavy-weight process. -->
2133 <string name="heavy_weight_stop_description">This application can not safely
2134 be stopped. Doing so may lose some of your current work.</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002135 <!-- Running service details, description for background process. -->
2136 <string name="background_process_stop_description">This is an old application
2137 process that is being kept for better speed in case it is needed again.
2138 There is usually no reason to stop it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002139 <!-- Running service details, default description for services that are managed. -->
2140 <string name="service_manage_description"><xliff:g id="client_name">%1$s</xliff:g>:
Dianne Hackbornea38e672010-06-11 10:25:54 -07002141 currently in use. Touch Settings to control it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002142 <!-- Description of the main process in the details. -->
2143 <string name="main_running_process_description">Main process that is in use.</string>
2144 <!-- Message that a process's service is in use. -->
2145 <string name="process_service_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g>
2146 is in use.</string>
2147 <!-- Message that a process's provider is in use. -->
2148 <string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g>
2149 is in use.</string>
Dianne Hackbornb8f9c9c2010-10-06 16:46:53 -07002150 <!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. -->
2151 <string name="runningservicedetails_stop_dlg_title">Stop system service?</string>
2152 <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002153 <string name="runningservicedetails_stop_dlg_text" product="tablet">Are you sure you want to stop this system service? If you do, some
2154 features of your tablet may stop working correctly until you power it off
2155 and then on again.</string>
2156 <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
2157 <string name="runningservicedetails_stop_dlg_text" product="default">Are you sure you want to stop this system service? If you do, some
Dianne Hackbornb8f9c9c2010-10-06 16:46:53 -07002158 features of your phone may stop working correctly until you power it off
2159 and then on again.</string>
Jim Milleredfaaea2010-10-13 21:11:07 -07002160
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002161 <!-- Language Settings --> <skip />
2162 <!-- 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 -08002163 <string name="language_settings">Language &amp; input</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -07002164 <!-- Title of Language and keyboard settings screen -->
Amith Yamasanic9fdfa82010-12-14 14:38:16 -08002165 <string name="language_keyboard_settings_title">Language &amp; input</string>
Ken Wakasad2c3f372010-09-28 19:01:17 +09002166 <!-- 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). -->
2167 <string name="language_settings_category">Language settings</string>
2168 <!-- 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). -->
2169 <string name="keyboard_settings_category">Keyboard settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002170 <!-- On Text & language settings screen, setting option name. title of the setting to take the user to a screen to select the locale. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08002171 <string name="phone_language">Select language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002172 <!-- 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 -08002173 <string name="phone_language_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002174 <!-- 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. -->
2175 <string name="auto_replace">Auto-replace</string>
2176 <!-- On Text & language settings screen, setting summary. This is the summary for the "Auto-replace" setting. -->
2177 <string name="auto_replace_summary">Correct mistyped words</string>
2178 <!-- 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. -->
Ken Wakasa38f8a1d2010-11-07 12:29:52 +09002179 <string name="auto_caps">Auto-capitalization</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002180 <!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. -->
2181 <string name="auto_caps_summary">Capitalize first letter in sentences</string>
2182 <!-- 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". -->
2183 <string name="auto_punctuate">Auto-punctuate</string>
2184 <!-- On Text & language settings screen, category for physical keyboard text entry options. -->
2185 <string name="hardkeyboard_category">Physical keyboard settings</string>
2186 <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. -->
2187 <string name="auto_punctuate_summary">Press Space key twice to insert \u0022.\u0022</string>
2188 <!-- 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. -->
2189 <string name="show_password">Visible passwords</string>
2190 <!-- On Security & location settings screen, setting check box summary. Summary for the visible passwords setting. -->
2191 <string name="show_password_summary">Show password as you type</string>
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07002192 <!-- Warning message about security implications of enabling an input method, displayed as a dialog
2193 message when the user selects to enable an IME. -->
2194 <string name="ime_security_warning">This input method may be able to collect
2195 all the text you type, including personal data like passwords and credit
2196 card numbers. It comes from the application
2197 <xliff:g id="ime_application_name">%1$s</xliff:g>.
Roy West0ce6f6d2009-09-23 13:07:19 -07002198 Use this input method?</string>
Jim Miller00d24762009-12-22 19:04:57 -08002199
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002200 <!-- User dictionary settings --><skip />
2201 <!-- User dictionary settings, The titlebar text of the User dictionary settings screen. -->
2202 <string name="user_dict_settings_titlebar">User dictionary</string>
2203 <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen. -->
2204 <string name="user_dict_settings_title">User dictionary</string>
2205 <!-- User dictionary settings. The summary of the listem item to go into the User dictionary settings screen. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08002206 <string name="user_dict_settings_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002207 <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
2208 <string name="user_dict_settings_add_menu_title">Add</string>
2209 <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. -->
2210 <string name="user_dict_settings_add_dialog_title">Add to dictionary</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002211 <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
2212 <string name="user_dict_settings_edit_dialog_title">Edit word</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002213 <!-- User dictionary settings. The title of the context menu item to edit the current word -->
2214 <string name="user_dict_settings_context_menu_edit_title">Edit</string>
2215 <!-- User dictionary settings. The title of the context menu item to delete the current word -->
2216 <string name="user_dict_settings_context_menu_delete_title">Delete</string>
2217 <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary -->
2218 <string name="user_dict_settings_empty_text">You do not have any words in the user dictionary. You can add a word through the menu.</string>
2219
2220 <!-- 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" -->
2221 <string name="testing">Testing</string>
2222 <!-- 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 -07002223 <string name="testing_phone_info" product="tablet">Tablet information</string>
2224 <!-- In the Testing screen. The item title of the activity that shows a bunch of phone-related information. -->
2225 <string name="testing_phone_info" product="default">Phone information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002226 <!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information. -->
2227 <string name="testing_battery_info">Battery information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002228 <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations. -->
2229 <string name="testing_sim_toolkit">SIM toolkit</string>
2230
2231 <!-- The title of the item to go into the Quick launch settings. -->
2232 <string name="quick_launch_title">Quick launch</string>
2233 <!-- The summary of the item to go into the Quick launch settings. This is a description of what Quick launch offers. -->
2234 <string name="quick_launch_summary">Set keyboard shortcuts to launch applications</string>
2235 <!-- 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. -->
2236 <string name="quick_launch_assign_application">Assign application</string>
2237 <!-- 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 -->
2238 <string name="quick_launch_no_shortcut">No shortcut</string>
2239 <!-- On the Quick launch settings screen, summary text under the item for each assigned letter. -->
2240 <string name="quick_launch_shortcut">Search + <xliff:g id="shortcut_letter">%1$s</xliff:g></string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002241 <!-- 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 -08002242 <string name="quick_launch_clear_dialog_title">Clear</string>
2243 <!-- On the Quick launch settings screen, message in the "Clear shortcut" confirmation dialog. See the title for this dialog for more info. -->
2244 <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>
2245 <!-- Clear dialog for quick launch setting box button labels: -->
2246 <string name="quick_launch_clear_ok_button">OK</string>
2247 <!-- Clear dialog for quick launch setting box button labels: -->
2248 <string name="quick_launch_clear_cancel_button">Cancel</string>
2249 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all applications. -->
2250 <string name="quick_launch_display_mode_applications">Applications</string>
2251 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all shortcutable applications -->
2252 <string name="quick_launch_display_mode_shortcuts">Shortcuts</string>
2253
2254 <!-- Input methods Settings -->
2255 <string name="input_methods_settings_title">Text input</string>
Amith Yamasanie7739d12010-05-28 18:19:43 -07002256 <!-- Setting name for Input Method chooser -->
2257 <string name="input_method">Input method</string>
satokc88a7ff2010-12-15 04:57:24 +09002258 <!-- Title for selecting the current input method -->
2259 <string name="current_input_method">Current input method</string>
2260 <!-- Title for setting the visibility of input method selector-->
2261 <string name="input_method_selector">Input method selector</string>
2262 <!-- An option to always show input method selector automatically when needed -->
2263 <string name="input_method_selector_show_automatically_title">Automatic</string>
2264 <!-- An option to always show input method selector -->
2265 <string name="input_method_selector_always_show_title">Always show</string>
2266 <!-- An option to always hide input method selector -->
2267 <string name="input_method_selector_always_hide_title">Always hide</string>
2268 <!-- Title for configuring input method settings -->
2269 <string name="configure_input_method">Configure input methods</string>
2270 <!-- Title for settings of each IME -->
2271 <string name="input_method_settings">Settings</string>
2272 <!-- Title for settings of active input methods in each IME -->
2273 <string name="active_input_method_subtypes">Active input methods</string>
satok1c58c152010-12-21 23:50:38 +09002274 <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. -->
2275 <string name="use_system_language_to_select_input_method_subtypes">Use system language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002276 <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" -->
The Android Open Source Project86997be2009-03-05 14:34:39 -08002277 <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string>
satokc88a7ff2010-12-15 04:57:24 +09002278 <!-- Title for the settings of selecting active input methods of an IME -->
2279 <string name="input_methods_and_subtype_enabler_title">Select active input methods</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002280 <!-- Summary for on-screen keyboard settings -->
Roy West22762e62009-09-27 12:01:46 -07002281 <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002282 <!-- Title for built-in keyboard settings -->
Ken Wakasa2d6c0b02010-09-30 12:52:52 +09002283 <string name="builtin_keyboard_settings_title">Built-in keyboard</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002284 <!-- Summary for built-in keyboard settings -->
Ken Wakasa2d6c0b02010-09-30 12:52:52 +09002285 <string name="builtin_keyboard_settings_summary">Built-in, physical keyboard settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002286
2287 <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. -->
2288 <string name="development_settings_title">Development</string>
2289 <!-- Development Settings summary. The summary of the item to take the user to Development settings. Development settings are settings meant for application developers. -->
2290 <string name="development_settings_summary">Set options for application development</string>
2291 <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
2292 <string name="enable_adb">USB debugging</string>
2293 <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
2294 <string name="enable_adb_summary">Debug mode when USB is connected</string>
2295 <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
2296 <string name="keep_screen_on">Stay awake</string>
2297 <!-- setting Checkbox summary whether to keep the screen on when plugged in -->
2298 <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
2299 <!-- Setting Checkbox title whether to allow mock locations -->
2300 <string name="allow_mock_location">Allow mock locations</string>
2301 <!-- setting Checkbox summary whether to allow mock locations -->
2302 <string name="allow_mock_location_summary">Allow mock locations</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002303 <!-- Title of warning dialog about the implications of enabling USB debugging -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002304 <string name="adb_warning_title">Allow USB debugging?</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002305 <!-- Warning text to user about the implications of enabling USB debugging -->
2306 <string name="adb_warning_message">USB debugging is intended for development purposes only. It can be used to copy data between your computer and your device, install applications on your device without notification, and read log data.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002307
2308 <!-- Title for the screen that lets the user choose a gadget to add to the home screen
2309 (or other screens that can host gadgets). Note to translators: we're still determining
2310 the final name for Gadgets/Widgets, so please translate both for now. -->
2311 <string name="gadget_picker_title">Choose gadget</string>
Jim Miller00d24762009-12-22 19:04:57 -08002312
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002313 <!-- Title for the screen that lets the user choose a widget to add to the home screen
2314 (or other screens that can host widgets). Note to translators: we're still determining
2315 the final name for Gadgets/Widgets, so please translate both for now. -->
2316 <string name="widget_picker_title">Choose widget</string>
2317
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002318 <!-- 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 -07002319 <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 -08002320
2321 <!-- 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 -07002322 <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 -08002323
2324 <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002325 <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 -08002326
2327 <!-- Used to show an amount of time in the form "s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002328 <string name="battery_history_seconds"><xliff:g id="seconds">%1$d</xliff:g>s</string>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07002329
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002330 <!-- XXX remove? Strings used for displaying usage statistics -->
2331 <string name="usage_stats_label">Usage statistics</string>
Jim Miller00d24762009-12-22 19:04:57 -08002332
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002333 <!-- In the Testing screen. The item title of the activity that shows usage statistics. -->
2334 <string name="testing_usage_stats">Usage statistics</string>
2335 <!-- label for text to indicate sort options -->
2336 <string name="display_order_text">Sort by:</string>
2337 <!-- label for application name -->
2338 <string name="app_name_label">Application</string>
2339 <!-- label for launch count -->
2340 <string name="launch_count_label">Count</string>
2341 <!-- label for usage time -->
2342 <string name="usage_time_label">Usage time</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002343
2344 <!-- Accessibility settings -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002345 <skip />
svetoslavganova05d0dc2009-05-14 22:26:34 -07002346
Amith Yamasani985f5ef2009-09-16 12:43:50 -07002347 <!-- Settings title in main settings screen for accessibility settings -->
2348 <string name="accessibility_settings">Accessibility</string>
2349 <!-- Settings title for accessibility settings screen -->
2350 <string name="accessibility_settings_title">Accessibility settings</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002351 <!-- Settings summary for accessibility settings -->
2352 <string name="accessibility_settings_summary">Manage accessibility options</string>
2353 <!-- Setting Checkbox title for enabling accessibility -->
2354 <string name="toggle_accessibility_title">Accessibility</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002355 <!-- Setting accessibility services category -->
2356 <string name="accessibility_services_category">Accessibility services</string>
2357 <!-- Message for announcing the lack of installed accessibility services. -->
2358 <string name="no_accessibility_services_summary">No installed accessibility services.</string>
2359 <!-- Warning message about security implications of enabling an accessibility service,
2360 displayed as a dialog message when the user selects to enable an accessibility service. -->
2361 <string name="accessibility_service_security_warning">This accessibility service may be able to collect
2362 all the text you type, including personal data credit card numbers except passwords.
2363 It may also log your user interface interactions. It comes from the application
Roy West0ce6f6d2009-09-23 13:07:19 -07002364 <xliff:g id="accessibility_service_name">%1$s</xliff:g>. Use this accessibility service?</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002365 <!-- Warning about disabling accessibility displayed as a dialog message when the user
2366 selects to disable accessibility. This avoids accidental disabling. -->
2367 <string name="accessibility_service_disable_warning">Disable accessibility?</string>
Charles Chen05b08a52009-11-10 14:05:41 -08002368 <!-- Title for the prompt that lets users know that they have no accessibility related apps
2369 installed and that they can install TalkBack from Market. -->
2370 <string name="accessibility_service_no_apps_title">No accessibility related applications found
2371 </string>
2372 <!-- Message for the prompt that lets users know that they have no accessibility related apps
2373 installed and that they can install TalkBack from Market. -->
Svetoslav Ganov3d646532010-06-29 19:41:43 -07002374 <string name="accessibility_service_no_apps_message">You do not have any accessibility-related
Charles Chen05b08a52009-11-10 14:05:41 -08002375 applications installed.\n\nYou can download a screen reader for your device from Android
2376 Market.\n\nClick "OK" to install the screen reader.</string>
2377
Svetoslav Ganov3d646532010-06-29 19:41:43 -07002378 <!-- Accessibility settings: Webpage accessibility scripts category [CHAR LIMIT=25] -->
2379 <string name="accessibility_script_injection_category">Accessibility scripts</string>
2380 <!-- Accessibility settings: Checkbox title for enabling download of accessibility scripts [CHAR LIMIT=40] -->
2381 <string name="accessibility_script_injection_enabled">Download accessibility scripts</string>
2382 <!-- Accessibility settings: Checkbox summary for enabling download of accessibility scripts [CHAR LIMIT=65] -->
2383 <string name="accessibility_script_injection_enabled_summary">Allow applications to download accessibility scripts from Google</string>
2384 <!-- Warning message about security implications of downloading accessibility scripts,
2385 displayed as a dialog message when the user selects to enable script downloading. [CHAR LIMIT="NONE"] -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002386 <string name="accessibility_script_injection_security_warning" product="tablet">Some applications can ask Google
2387 to download scripts to your tablet that make their content more accessible. Are you sure you
2388 want to allow Google to install accessibility scripts on your tablet?</string>
2389 <!-- Warning message about security implications of downloading accessibility scripts,
2390 displayed as a dialog message when the user selects to enable script downloading. [CHAR LIMIT="NONE"] -->
2391 <string name="accessibility_script_injection_security_warning" product="default">Some applications can ask Google
Svetoslav Ganov3d646532010-06-29 19:41:43 -07002392 to download scripts to your phone that make their content more accessible. Are you sure you
2393 want to allow Google to install accessibility scripts on your phone?</string>
David Brownfdee92f2010-03-08 12:45:43 -08002394 <!-- Accessibility settings: Power button category -->
2395 <string name="accessibility_power_button_category">Power button</string>
2396 <!-- Accessibility settings: checkbox title for power button behavior -->
2397 <string name="accessibility_power_button_ends_call">Power button ends call</string>
2398 <!-- Accessibility settings: power button behavior summary text -->
2399 <string name="accessibility_power_button_ends_call_summary">During a call, pressing Power ends call instead of turning off screen</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002400
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002401 <!-- App Fuel Gauge strings -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002402 <skip />
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002403
2404 <!-- Activity title for App Fuel Gauge summary -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002405 <string name="power_usage_summary_title">Battery use</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -07002406 <!-- Activity title summary for App Fuel Gauge summary -->
2407 <string name="power_usage_summary">What has been using the battery</string>
Amith Yamasani137588d2010-11-12 14:13:03 -08002408 <!-- Message to show when battery usage data is not available [CHAR LIMIT=30] -->
2409 <string name="power_usage_not_available">Battery usage data not available</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002410 <!-- Battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002411 <string name="battery_since_unplugged">Battery use since unplugged</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002412 <!-- Battery usage since user reset the stats -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002413 <string name="battery_since_reset">Battery use since reset</string>
Dianne Hackbornea38e672010-06-11 10:25:54 -07002414 <!-- Battery usage on battery duration -->
2415 <string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> on battery</string>
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002416 <!-- Battery usage duration -->
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002417 <string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002418 <!-- [CHAR LIMIT=25] Label for battery stats charging state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002419 <string name="battery_stats_charging_label">Charging</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002420 <!-- [CHAR LIMIT=25] Label for battery stats screen on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002421 <string name="battery_stats_screen_on_label">Screen on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002422 <!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002423 <string name="battery_stats_gps_on_label">GPS on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002424 <!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
Roy West8abc40b2010-10-17 09:19:34 -07002425 <string name="battery_stats_wifi_running_label">Wi-Fi</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002426 <!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
2427 <string name="battery_stats_wake_lock_label">Awake</string>
2428 <!-- [CHAR LIMIT=25] Label for battery stats phone signal strength graph -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002429 <string name="battery_stats_phone_signal_label">Mobile network signal</string>
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07002430 <!-- Battery usage during last unplugged period -->
2431 <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002432 <!-- CPU awake time title -->
2433 <string name="awake">Device awake time</string>
2434 <!-- Wifi on time -->
Roy West8abc40b2010-10-17 09:19:34 -07002435 <string name="wifi_on_time">Wi-Fi on time</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002436 <!-- Bluetooth on time -->
Roy West8abc40b2010-10-17 09:19:34 -07002437 <string name="bluetooth_on_time">Wi-Fi on time</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002438 <!-- Application name and battery usage percentage -->
2439 <string name="usage_name_percent"><xliff:g id="name">%1$s</xliff:g>" - "
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002440 <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 -07002441
Dianne Hackborn59a48602010-11-10 23:34:52 -08002442 <!-- Activity title for battery usage history details -->
2443 <string name="history_details_title">History details</string>
Jim Miller36972bb2010-11-30 19:47:38 -08002444
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002445 <!-- Activity title for battery usage details for an app. or power consumer -->
Dianne Hackborn59a48602010-11-10 23:34:52 -08002446 <string name="details_title">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002447 <!-- Subtitle for application/subsystem details -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002448 <string name="details_subtitle">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002449 <!-- Subtitle for possible options -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002450 <string name="controls_subtitle">Adjust power use</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002451 <!-- Subtitle for list of packages -->
2452 <string name="packages_subtitle">Included packages</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002453
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002454 <!-- Label for power consumed by the screen -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002455 <string name="power_screen">Display</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002456 <!-- Label for power consumed by WiFi -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002457 <string name="power_wifi">Wi-Fi</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002458 <!-- Label for power consumed by Bluetooth -->
2459 <string name="power_bluetooth">Bluetooth</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002460 <!-- Label for power consumed by Cell idle -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002461 <string name="power_cell">Cell standby</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002462 <!-- Label for power consumed by Calling -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002463 <string name="power_phone">Voice calls</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002464 <!-- Label for power consumed when Idle -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002465 <string name="power_idle" product="tablet">Tablet idle</string>
2466 <!-- Label for power consumed when Idle -->
2467 <string name="power_idle" product="default">Phone idle</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002468
2469 <!-- Label for CPU usage time -->
2470 <string name="usage_type_cpu">CPU total</string>
2471 <!-- Label for CPU usage in foreground -->
2472 <string name="usage_type_cpu_foreground">CPU foreground</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002473 <!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
2474 <string name="usage_type_wake_lock">Keep awake</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002475 <!-- Label for GPU usage time -->
2476 <string name="usage_type_gps">GPS</string>
Dianne Hackborncb818612010-09-16 01:29:54 -07002477 <!-- [CHAR LIMIT=25] Label for WIFI usage time -->
2478 <string name="usage_type_wifi_running">Wi-Fi running</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002479 <!-- Label for Phone usage time -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002480 <string name="usage_type_phone" product="tablet">Tablet</string>
2481 <!-- Label for Phone usage time -->
2482 <string name="usage_type_phone" product="default">Phone</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002483 <!-- Label for Data sent -->
2484 <string name="usage_type_data_send">Data sent</string>
2485 <!-- Label for Data received -->
2486 <string name="usage_type_data_recv">Data received</string>
2487 <!-- Label for Audio usage time -->
2488 <string name="usage_type_audio">Audio</string>
2489 <!-- Label for Video usage time -->
2490 <string name="usage_type_video">Video</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002491 <!-- Label for time that a feature has been on -->
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07002492 <string name="usage_type_on_time">Time on</string>
2493 <!-- Label for time that there was no cell coverage -->
2494 <string name="usage_type_no_coverage">Time without a signal</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002495 <!-- Label for force stop action -->
2496 <string name="battery_action_stop">Force stop</string>
2497 <!-- Label for app details action -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002498 <string name="battery_action_app_details">Application info</string>
2499 <!-- Label for app settings action -->
2500 <string name="battery_action_app_settings">Application settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002501 <!-- Label for display settings -->
2502 <string name="battery_action_display">Display settings</string>
2503 <!-- Label for wifi settings -->
Roy West8abc40b2010-10-17 09:19:34 -07002504 <string name="battery_action_wifi">Wi-Fi settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002505 <!-- Label for bluetooth settings -->
2506 <string name="battery_action_bluetooth">Bluetooth settings</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002507
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002508 <!-- Description for voice call detail -->
2509 <string name="battery_desc_voice">Battery used by voice calls</string>
2510
Amith Yamasani972fc292009-06-22 23:04:45 -07002511 <!-- Description for standby detail -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002512 <string name="battery_desc_standby" product="tablet">Battery used when tablet is idle</string>
2513 <!-- Description for standby detail -->
2514 <string name="battery_desc_standby" product="default">Battery used when phone is idle</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002515
2516 <!-- Description for cell radio detail -->
2517 <string name="battery_desc_radio">Battery used by cell radio</string>
2518 <!-- Suggestion to switch to airplane mode to save power -->
2519 <string name="battery_sugg_radio">Switch to airplane mode to save power in areas with no cell coverage</string>
2520
2521 <!-- Description for power consumed by display -->
2522 <string name="battery_desc_display">Battery used by the display and backlight</string>
2523 <!-- Suggestion for reducing display power -->
2524 <string name="battery_sugg_display">Reduce the screen brightness and/or screen timeout</string>
2525
2526 <!-- Description for wifi connectivity -->
2527 <string name="battery_desc_wifi">Battery used by Wi-Fi</string>
2528 <!-- Suggestion for wifi connectivity power drain -->
Amith Yamasanic25f8952009-07-22 16:19:18 -07002529 <string name="battery_sugg_wifi">Turn off Wi-Fi when not using it or where it is not available</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002530
2531 <!-- Description for bluetooth power consumption detail -->
2532 <string name="battery_desc_bluetooth">Battery used by bluetooth</string>
2533 <!-- Suggestion for bluetooth -->
Eric Fischerd1de20d2009-08-27 13:52:31 -07002534 <string name="battery_sugg_bluetooth_basic">Turn off bluetooth when you aren\'t using it</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002535 <!-- Suggestion for bluetooth headset -->
2536 <string name="battery_sugg_bluetooth_headset">Try connecting to a different bluetooth device</string>
2537
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002538 <!-- [CHAR LIMIT=50] Description for power consumed by applications -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002539 <string name="battery_desc_apps">Battery used by application</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002540 <!-- Suggestion for exploring application info to stop or uninstall -->
2541 <string name="battery_sugg_apps_info">Stop or uninstall the application</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002542 <!-- [CHAR LIMIT=100] Suggestion for getting apps to consume less power due to GPS-->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002543 <string name="battery_sugg_apps_gps">"Manually control GPS to prevent application from using it"</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002544 <!-- Suggestion for getting apps to consume less power -->
2545 <string name="battery_sugg_apps_settings">The application may offer settings to reduce battery use</string>
2546
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002547 <!-- Menu label for viewing battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002548 <string name="menu_stats_unplugged"><xliff:g id="unplugged">%1$s</xliff:g> since unplugged</string>
2549 <!-- Menu label for viewing battery usage since unplugged -->
2550 <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 -07002551 <!-- Menu label for viewing battery usage total -->
2552 <string name="menu_stats_total">Usage totals</string>
2553 <!-- Menu label for refreshing with latest usage numbers -->
2554 <string name="menu_stats_refresh">Refresh</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002555
2556 <!-- Label for kernel threads -->
2557 <string name="process_kernel_label">Android OS</string>
2558 <!-- Label for mediaserver process -->
2559 <string name="process_mediaserver_label">Mediaserver</string>
2560
Mike LeBeau92c33522010-01-25 18:18:45 -05002561 <!-- Voice input/output settings --><skip />
2562 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
2563 <string name="voice_input_output_settings">Voice input &amp; output</string>
2564 <!-- Main voice input/output settings screen title -->
2565 <string name="voice_input_output_settings_title">Voice input &amp; output settings</string>
2566 <!-- Title of voice search settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05002567 <string name="voice_search_settings_title">Voice search</string>
Mike LeBeau92c33522010-01-25 18:18:45 -05002568 <!-- Title of keyboard settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05002569 <string name="keyboard_settings_title">Android keyboard</string>
Mike LeBeau766a19b2010-02-11 22:57:12 -08002570 <!-- Title for the 'voice input' category of voice input/output settings -->
2571 <string name="voice_input_category">Voice input</string>
2572 <!-- Title for the 'voice output' category of voice input/output settings -->
2573 <string name="voice_output_category">Voice output</string>
2574 <!-- Title for the voice recognizer setting in voice input/output settings -->
2575 <string name="recognizer_title">Voice recognizer</string>
2576 <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings -->
2577 <string name="recognizer_settings_title">Voice recognizer settings</string>
Mike LeBeaue076bef2010-03-30 12:03:39 -07002578 <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings.
2579 Would say something like, e.g., "Settings for 'Google'". -->
Mike LeBeau38947dd2010-03-30 14:45:00 -07002580 <string name="recognizer_settings_summary">Settings for \'<xliff:g id="recognizer_name">%s</xliff:g>\'</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08002581
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002582 <!-- Text-To-Speech (TTS) settings --><skip />
2583 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to the text-to-speech functionality -->
Mike LeBeau4c2ffc52010-02-12 14:47:48 -08002584 <string name="tts_settings">Text-to-speech settings</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002585 <!-- Main TTS Settings screen title -->
Mike LeBeau4c2ffc52010-02-12 14:47:48 -08002586 <string name="tts_settings_title">Text-to-speech settings</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002587 <!-- On main TTS Settings screen, title for toggle used to force use of default TTS settings -->
2588 <string name="use_default_tts_settings_title">Always use my settings</string>
2589 <!-- On main TTS Settings screen, summary for toggle used to force use of default TTS settings -->
2590 <string name="use_default_tts_settings_summary">Default settings below override application settings</string>
2591 <!-- On main TTS Settings screen, section header for default TTS settings -->
2592 <string name="tts_default_settings_section">Default settings</string>
Charles Chen5dbc74a2009-12-07 12:08:13 -08002593 <!-- On main TTS Settings screen, in default settings section, setting default synthesis engine for synthesized voice -->
2594 <string name="tts_default_synth_title">Default Engine</string>
2595 <!-- On main TTS Settings screen, summary for default synthesis engine for synthesized voice -->
2596 <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 -07002597 <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
2598 <string name="tts_default_rate_title">Speech rate</string>
2599 <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
2600 <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
2601 <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
2602 <string name="tts_default_pitch_title">Pitch</string>
2603 <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
2604 <string name="tts_default_pitch_summary">Affects the tone of the spoken text</string>
Jean-Michel Trivi80368622009-06-09 19:29:27 -07002605 <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
2606 <string name="tts_default_lang_title">Language</string>
2607 <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
2608 <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002609 <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002610 <string name="tts_play_example_title">Listen to an example</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002611 <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002612 <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002613 <!-- On main TTS Settings screen, click to install required speech synthesis data -->
2614 <string name="tts_install_data_title">Install voice data</string>
2615 <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
2616 <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
2617 <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
2618 <string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</string>
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002619 <!-- Text spoken by the TTS engine for demonstration purposes -->
2620 <string name="tts_demo">This is an example of speech synthesis.</string>
2621 <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
2622 <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 -08002623 <!-- Error screen when a selected TTS engine can't run because it's missing components -->
2624 <string name="tts_engine_error">The engine you selected is unable to run</string>
2625 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2626 <string name="tts_engine_error_config">Configure</string>
2627 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2628 <string name="tts_engine_error_reselect">Select another engine</string>
2629 <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
2630 message when the user selects to enable an engine. -->
2631 <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
2632 all the text that will be spoken, including personal data like passwords and credit
2633 card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
2634 Enable the use of this speech synthesis engine?</string>
2635 <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
2636 <string name="tts_engines_section">Engines</string>
2637 <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
2638 <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> settings</string>
2639 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
2640 <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string>
2641 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
2642 <string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is disabled</string>
Jean-Michel Trivi1d6e7b82010-03-03 19:38:55 -08002643 <!-- 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 -08002644 <string name="pico_languages_and_voices">Languages and voices</string>
Jean-Michel Trivi1d6e7b82010-03-03 19:38:55 -08002645 <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
2646 <string name="pico_installed">Installed</string>
2647 <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
2648 <string name="pico_not_installed">Not installed</string>
2649 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
2650 <string name="pico_voice_summary_female">Female</string>
2651 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
2652 <string name="pico_voice_summary_male">Male</string>
Jean-Michel Trivia4577192010-08-25 15:43:17 -07002653 <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed -->
2654 <string name="tts_notif_engine_install_title">Speech synthesis engine installed</string>
2655 <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine,
2656 to warn the user that this engine cannot be used before the checkbox for that engine
2657 in TTS settings is checked. -->
2658 <string name="tts_notif_engine_install_message">Enable new engine before use</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002659
Ken Shirriff03a61102009-06-08 13:49:05 -07002660 <!-- Power Control Widget -->
2661 <string name="gadget_title">Power Control</string>
Ken Shirriffe936f5b2009-06-30 16:45:14 -07002662 <string name="gadget_toggle_wifi">Updating Wi-Fi setting</string>
2663 <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002664
2665 <string name="vpn_settings_activity_title">VPN settings</string>
2666
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002667 <!-- Title of VPN connect dialog -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002668 <string name="vpn_connect_to">Connect to <xliff:g id="name" example="Work Network">%s</xliff:g></string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002669 <!-- In VPN connect dialog, for inputing username and password -->
2670 <string name="vpn_username_colon">Username:</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002671 <string name="vpn_password_colon">Password:</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002672 <string name="vpn_a_username">a username</string>
2673 <string name="vpn_a_password">a password</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002674
2675 <!-- In VPN connect dialog where user may check to remember the username entered -->
Hung-ying Tyan6a0544b2009-07-04 00:39:58 +08002676 <string name="vpn_save_username">Remember username</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002677
2678 <string name="vpn_connect_button">Connect</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002679 <string name="vpn_yes_button">Yes</string>
2680 <string name="vpn_no_button">No</string>
2681 <string name="vpn_back_button">Back</string>
Hung-ying Tyan38a9daf2009-07-23 07:36:23 +08002682 <string name="vpn_mistake_button">No</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002683
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002684 <string name="vpn_menu_done">Save</string>
2685 <string name="vpn_menu_cancel">Cancel</string>
2686 <string name="vpn_menu_revert">Revert</string>
2687 <string name="vpn_menu_connect">Connect to network</string>
Hung-ying Tyan6a0544b2009-07-04 00:39:58 +08002688 <string name="vpn_menu_disconnect">Disconnect from network</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002689 <string name="vpn_menu_edit">Edit network</string>
2690 <string name="vpn_menu_delete">Delete network</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002691
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002692 <!-- VPN error dialog messages -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002693 <string name="vpn_error_miss_entering">You must enter <xliff:g id="code">%s</xliff:g>.</string>
2694 <string name="vpn_error_miss_selecting">You must select <xliff:g id="option">%s</xliff:g>.</string>
2695 <string name="vpn_error_duplicate_name">The VPN name \'<xliff:g id="name" example="Home Network">%s</xliff:g>\' already exists. Find another name.</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002696 <string name="vpn_confirm_profile_deletion">Are you sure you want to delete this VPN?</string>
2697 <string name="vpn_confirm_add_profile_cancellation">Are you sure you don\'t want to create this profile?</string>
2698 <string name="vpn_confirm_edit_profile_cancellation">Are you sure you want to discard the changes made to this profile?</string>
Hung-ying Tyan6a0544b2009-07-04 00:39:58 +08002699 <string name="vpn_confirm_reconnect">Unable to connect to the network. Do you want to try again?</string>
Hung-ying Tyan09cda9c2009-08-03 16:26:47 +08002700 <string name="vpn_reconnect_from_lost">Connection lost. Do you want to connect again?</string>
Hung-ying Tyan1ddccd02009-07-11 22:28:00 +08002701 <string name="vpn_unknown_server_dialog_msg">Server name cannot be resolved. Do you want to check your server name setting?</string>
Hung-ying Tyan7be218e2009-07-30 19:54:13 +08002702 <string name="vpn_challenge_error_dialog_msg">Challenge error. Do you want to check your secret setting?</string>
Hung-ying Tyanc157aad2009-07-29 12:05:27 +08002703 <string name="vpn_secret_not_set_dialog_msg">One or more secrets are missing in this VPN configuration. Do you want to check your secret setting?</string>
Hung-ying Tyan1ddccd02009-07-11 22:28:00 +08002704 <string name="vpn_auth_error_dialog_msg">The username or password you entered is incorrect. Do you want to try again?</string>
Hung-ying Tyan7be218e2009-07-30 19:54:13 +08002705 <string name="vpn_remote_hung_up_error_dialog_msg">Server hung up. The username or password you entered could be incorrect. Do you want to try again?</string>
Hung-ying Tyan7ca36552009-08-27 18:49:31 +08002706 <string name="vpn_remote_ppp_hung_up_error_dialog_msg">Server hung up. It is possible that you are behind a firewall that prevents you from connecting to the server. Do you want to try again?</string>
2707 <string name="vpn_ppp_negotiation_failed_dialog_msg">Server negotiation failed. The server may not agree with your encryption option. Do you want to check your encryption setting?</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002708
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002709 <!-- VPN type selection activity title -->
2710 <string name="vpn_type_title">Add VPN</string>
2711 <!-- "Add VPN" preference title -->
2712 <string name="vpn_add_new_vpn">Add VPN</string>
Amith Yamasani928e78a2010-11-12 08:51:01 -08002713 <!-- VPN details screen title -->
2714 <string name="vpn_details_title">VPN details</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002715 <!-- VPN profile editor title when adding a new profile -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002716 <string name="vpn_edit_title_add">Add <xliff:g id="name">%s</xliff:g> VPN</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002717 <!-- VPN profile editor title when editing an existing profile -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002718 <string name="vpn_edit_title_edit"><xliff:g id="name">%s</xliff:g> details</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002719 <!-- Preference group title for a list of VPN profiles -->
2720 <string name="vpns">VPNs</string>
2721 <!-- Preference summary text when VPN is connecting -->
Hung-ying Tyan16177062009-06-10 22:52:44 +08002722 <string name="vpn_connecting">Connecting...</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002723 <!-- Preference summary text when VPN is disconnecting -->
Hung-ying Tyan16177062009-06-10 22:52:44 +08002724 <string name="vpn_disconnecting">Disconnecting...</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002725 <!-- Preference summary text when VPN is connected -->
Hung-ying Tyan16177062009-06-10 22:52:44 +08002726 <string name="vpn_connected">Connected</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002727 <!-- Preference summary text when VPN is not connected -->
2728 <string name="vpn_connect_hint">Connect to network</string>
2729
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002730 <!-- Name of a VPN profile -->
2731 <string name="vpn_name">VPN name</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002732 <string name="vpn_a_name">a VPN name</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002733
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002734 <!-- Toast message shown when a profile is added -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002735 <string name="vpn_profile_added">\'<xliff:g id="name">%s</xliff:g>\' is added</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002736 <!-- Toast message shown when changes of a profile is saved -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002737 <string name="vpn_profile_replaced">Changes are made to \'<xliff:g id="name">%s</xliff:g>\'</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002738
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002739 <!-- Preference title -->
2740 <string name="vpn_user_certificate_title">Set user certificate</string>
2741 <!-- Complete term -->
2742 <string name="vpn_user_certificate">User certificate</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002743 <string name="vpn_a_user_certificate">a user certificate</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002744
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002745 <!-- Preference title -->
2746 <string name="vpn_ca_certificate_title">Set CA certificate</string>
2747 <!-- Complete term -->
2748 <string name="vpn_ca_certificate">Certificate authority (CA) certificate</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002749 <string name="vpn_a_ca_certificate">a CA certificate</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002750 <!-- Preference title -->
2751 <string name="vpn_l2tp_secret_string_title">Set L2TP secret</string>
2752 <!-- Complete term -->
2753 <string name="vpn_l2tp_secret">L2TP secret</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002754 <string name="vpn_a_l2tp_secret">an L2TP secret</string>
Hung-ying Tyan7be218e2009-07-30 19:54:13 +08002755 <string name="vpn_pptp_encryption_title">encryption</string>
2756 <string name="vpn_pptp_encryption">PPTP encryption</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002757
2758 <!-- Preference title -->
Hung-ying Tyane5b9e4b2009-07-01 11:06:45 +08002759 <string name="vpn_ipsec_presharedkey_title">Set IPSec pre-shared key</string>
2760 <!-- Complete term -->
2761 <string name="vpn_ipsec_presharedkey">IPSec pre-shared key</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002762 <string name="vpn_a_ipsec_presharedkey">an IPSec pre-shared key</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002763
2764 <!-- Preference title -->
2765 <string name="vpn_vpn_server_title">Set VPN server</string>
2766 <!-- Complete term -->
2767 <string name="vpn_vpn_server">VPN server</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002768 <string name="vpn_a_vpn_server">a VPN server</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002769 <!-- Dialog title for setting VPN server name -->
2770 <string name="vpn_vpn_server_dialog_title">VPN server name</string>
2771
2772 <!-- Preference title -->
2773 <string name="vpn_dns_search_list_title">DNS search domains</string>
2774 <!-- Complete term -->
2775 <string name="vpn_dns_search_list">DNS search domains</string>
2776
2777 <!-- Summary text to hint that the value is set -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002778 <string name="vpn_field_is_set"><xliff:g id="value">%s</xliff:g> is set</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002779 <!-- Summary text to hint that the value is not set -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002780 <string name="vpn_field_not_set"><xliff:g id="value">%s</xliff:g> not set</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002781 <!-- Summary text to hint that the value is not set but it's not required-->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002782 <string name="vpn_field_not_set_optional"><xliff:g id="value">%s</xliff:g> not set (optional)</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002783
2784 <!-- CheckBoxPreference title to enable something -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002785 <string name="vpn_enable_field">Enable <xliff:g id="option">%s</xliff:g></string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002786 <!-- CheckBoxPreference title to disable something -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002787 <string name="vpn_disable_field">Disable <xliff:g id="option">%s</xliff:g></string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002788
2789 <!-- CheckBoxPreference summary to hint that something is enabled -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002790 <string name="vpn_is_enabled"><xliff:g id="option">%s</xliff:g> is enabled</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002791 <!-- CheckBoxPreference summary to hint that something is disabled -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002792 <string name="vpn_is_disabled"><xliff:g id="option">%s</xliff:g> is disabled</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002793
2794 <!-- Title of preference to enter the VPN settings activity -->
2795 <string name="vpn_settings_title">VPN settings</string>
2796 <!-- Summary of preference to enter the VPN settings activity -->
2797 <string name="vpn_settings_summary">Set up &amp; manage Virtual Private Networks (VPNs)</string>
Hung-ying Tyan38a9daf2009-07-23 07:36:23 +08002798 <!-- A secret edit field's grayed out value when it has not been modified -->
2799 <string name="vpn_secret_unchanged">(unchanged)</string>
2800 <!-- A secret edit field's grayed out value when it has not been set -->
2801 <string name="vpn_secret_not_set">(not set)</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002802
2803 <!-- Title of preference group for credential storage settings -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002804 <string name="credentials_category">Credential storage</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002805 <!-- Title of preference to enable/dislable access to credential storage -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002806 <string name="credentials_access">Use secure credentials</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002807 <!-- Summary of preference to enable/dislable access to credential storage -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002808 <string name="credentials_access_summary">Allow applications to access secure certificates and other credentials</string>
Hung-ying Tyan7031ab02009-07-02 00:26:46 +08002809 <!-- Title of dialog to enable/dislable access to credential storage -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002810 <string name="credentials_unlock">Enter password</string>
2811 <!-- Description of dialog to enable/dislable access to credential storage -->
2812 <string name="credentials_unlock_hint">Enter the credential storage password.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002813 <!-- Title of preference to install certificates from SD card [CHAR LIMIT=25] -->
Roy Westd3abea02010-10-14 15:59:33 -07002814 <string name="credentials_install_certificates" product="nosdcard">Install from USB storage</string>
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002815 <!-- Title of preference to install certificates from SD card -->
Eric Fischer5698a752010-09-28 16:35:31 -07002816 <string name="credentials_install_certificates" product="default">Install from SD card</string>
2817 <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=25] -->
Roy Westd3abea02010-10-14 15:59:33 -07002818 <string name="credentials_install_certificates_summary" product="nosdcard">Install encrypted certificates from USB storage</string>
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002819 <!-- Summary of preference to install certificates from SD card -->
Eric Fischer5698a752010-09-28 16:35:31 -07002820 <string name="credentials_install_certificates_summary" product="default">Install encrypted certificates from SD card</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002821 <!-- Title of preference to set storage password -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002822 <string name="credentials_set_password">Set password</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002823 <!-- Summary of preference to set storage password -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002824 <string name="credentials_set_password_summary">Set or change the credential storage password</string>
2825 <!-- Title of preference to reset credential storage -->
2826 <string name="credentials_reset">Clear storage</string>
2827 <!-- Summary of preference to reset credential storage -->
2828 <string name="credentials_reset_summary">Clear credential storage of all contents and reset its password</string>
2829 <!-- Description of dialog to reset the credential storage -->
2830 <string name="credentials_reset_hint">Are you sure you want to delete all credentials and reset the credential storage password?</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002831 <!-- Description for the old-password input box -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002832 <string name="credentials_old_password">Current password:</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002833 <!-- Description for the new-password input box -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002834 <string name="credentials_new_password">New password:</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002835 <!-- Description for the confirm-new-password input box -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002836 <string name="credentials_confirm_password">Confirm new password:</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002837 <!-- Description when user set up the storage for the very first time -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002838 <string name="credentials_first_time_hint">Set a password for the credential storage (at least 8 characters).</string>
2839 <string name="credentials_wrong_password">Please enter the correct password.</string>
2840 <string name="credentials_reset_warning">Please enter the correct password. You have one more try to enter the correct password before the credential storage is erased.</string>
2841 <string name="credentials_reset_warning_plural">Please enter the correct password. You have <xliff:g id="number" example="5">%1$d</xliff:g> more tries to enter the correct password before the credential storage is erased.</string>
2842 <string name="credentials_passwords_mismatch">Passwords do not match.</string>
2843 <string name="credentials_passwords_empty">You must enter and confirm a password.</string>
2844 <string name="credentials_password_empty">Please enter the password.</string>
2845 <string name="credentials_password_too_short">The password must have at least 8 characters.</string>
Hung-ying Tyan7031ab02009-07-02 00:26:46 +08002846 <!-- toast message -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002847 <string name="credentials_erased">The credential storage is erased.</string>
Hung-ying Tyan7031ab02009-07-02 00:26:46 +08002848 <!-- toast message -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002849 <string name="credentials_enabled">Credential storage is enabled.</string>
2850 <!-- toast message -->
2851 <string name="credentials_disabled">Credential storage is disabled.</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05002852
Oscar Montemayor8877f742009-11-12 14:41:06 -08002853 <!-- Title of preference group for encrypted filesystem settings -->
2854 <string name="encrypted_fs_category">Encrypted File System</string>
2855 <!-- Title of preference to enable/dislable encrypted filesystem -->
2856 <string name="encrypted_fs_enable">Encrypt private user data</string>
2857 <!-- Summary of preference to enable/dislable encrypted filesystem -->
Oscar Montemayor56e15262009-11-30 10:39:07 -08002858 <string name="encrypted_fs_enable_summary">Enable encrypted file system storage for private user data in this device</string>
2859 <!-- Dialog message to enable encrypted filesystem -->
2860 <string name="encrypted_fs_enable_dialog">Enabling Encrypted File Systems requires a device data wipe.</string>
2861 <!-- Dialog message to disable encrypted filesystem -->
2862 <string name="encrypted_fs_disable_dialog">Disabling Encrypted File Systems requires a device data wipe.</string>
2863 <!-- Button label to enable encrypted filesystem -->
2864 <string name="encrypted_fs_enable_button">Enable</string>
2865 <!-- Button label to disable encrypted filesystem -->
2866 <string name="encrypted_fs_disable_button">Disable</string>
2867 <!-- Button message to cancel toggling encrypted filesystem -->
2868 <string name="encrypted_fs_cancel_button">Cancel</string>
2869 <!-- Toast message to notify cancel toggling encrypted filesystem -->
2870 <string name="encrypted_fs_cancel_confirm">Encrypted File Systems mode change cancelled.</string>
2871 <!-- Dialog title to toggle encrypted filesystem -->
2872 <string name="encrypted_fs_alert_dialog_title">Encrypted File Systems Warning.</string>
Oscar Montemayor8877f742009-11-12 14:41:06 -08002873
Chouting Zhang386278a2009-06-24 14:25:43 -05002874 <!-- Sound settings screen, setting check box label -->
2875 <string name="emergency_tone_title">Emergency tone</string>
2876 <!-- Sound settings screen, setting option summary text -->
2877 <string name="emergency_tone_summary">Set behavior when an emergency call is placed</string>
Jim Miller00d24762009-12-22 19:04:57 -08002878
Eric Fischerc9904f02010-11-01 16:54:51 -07002879 <!-- Privacy Settings screen --><skip />
Amith Yamasanie65c9432009-09-22 13:50:19 -07002880 <!-- Privacy settings menu title -->
2881 <string name="privacy_settings">Privacy</string>
2882 <!-- Privacy settings activity title -->
2883 <string name="privacy_settings_title">Privacy settings</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08002884 <!-- Backup section title -->
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07002885 <string name="backup_section_title">Backup and restore</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07002886 <!-- Personal data section title -->
2887 <string name="personal_data_section_title">Personal data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07002888 <!-- Backup data menu title -->
Kenny Root365ef4a2010-06-03 16:42:00 -07002889 <string name="backup_data_title">Back up my data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07002890 <!-- Summary text of the "back up data" setting -->
Roy West30186392010-10-11 17:34:27 -07002891 <string name="backup_data_summary">Back up application data, Wi-Fi passwords, and other settings to Google servers</string>
Christopher Tate58e62922010-12-16 17:25:46 -08002892 <!-- Configure backup account options menu title [CHAR LIMIT=25]-->
2893 <string name="backup_configure_account_title">Backup account</string>
2894 <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80]-->
2895 <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08002896 <!-- Auto-restore menu title -->
2897 <string name="auto_restore_title">Automatic restore</string>
2898 <!-- Summary text of the "automatic restore" setting -->
Roy Westeffdd532010-10-09 09:40:23 -07002899 <string name="auto_restore_summary">If I reinstall an application, restore backed up settings or other data</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07002900 <!-- Dialog title for confirmation to erase backup data from server -->
Christopher Tatea5a67302010-02-03 12:54:31 -08002901 <string name="backup_erase_dialog_title">Backup</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07002902 <!-- Dialog title for confirmation to erase backup data from server -->
Roy Westeffdd532010-10-09 09:40:23 -07002903 <string name="backup_erase_dialog_message">Are you sure you want to stop backing up your Wi-Fi passwords, bookmarks, and other settings and application data and erase all copies on Google servers?</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08002904
Eric Fischerc9904f02010-11-01 16:54:51 -07002905 <!-- Device admin settings screen --><skip />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002906 <!-- Device admin settings activity title -->
2907 <string name="device_admin_settings_title">Device administration settings</string>
2908 <!-- Label for screen showing the active device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08002909 <string name="active_device_admin_msg">Device administrator</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002910 <!-- Label for button to remove the active device admin -->
Dianne Hackborn28429032010-01-25 18:56:17 -08002911 <string name="remove_device_admin">Deactivate</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002912 <!-- Label for screen showing to select device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08002913 <string name="select_device_admin_msg">Device administrators</string>
2914 <!-- Message when there are no available device admins to display -->
2915 <string name="no_device_admins">No available device administrators</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08002916
Dianne Hackborn28429032010-01-25 18:56:17 -08002917 <!-- Label for screen showing to add device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08002918 <string name="add_device_admin_msg">Activate device administrator?</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08002919 <!-- Label for button to set the active device admin -->
2920 <string name="add_device_admin">Activate</string>
2921 <!-- Device admin add activity title -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08002922 <string name="device_admin_add_title">Device administrator</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08002923 <!-- Device admin warning message about policies an admin can use -->
2924 <string name="device_admin_warning">Activating this administrator will allow
2925 the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
2926 following operations:</string>
Dianne Hackborn61daf832010-01-27 16:22:05 -08002927 <!-- Device admin warning message about policies an admin can use -->
2928 <string name="device_admin_status">This administrator is active and allows
2929 the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
2930 following operations:</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08002931
Amith Yamasani4d312882009-10-28 16:59:17 -07002932 <!-- Name to assign to a Network Access Point that was saved without a name -->
2933 <string name="untitled_apn">Untitled</string>
Daniel Sandler8ad849c2010-04-20 09:56:52 -04002934
2935 <string name="sound_category_sound_title">General</string>
2936 <string name="sound_category_calls_title">Incoming calls</string>
2937 <string name="sound_category_notification_title">Notifications</string>
2938 <string name="sound_category_feedback_title">Feedback</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07002939
2940 <!-- Wifi Setup For Setup Wizard with XL screen -->
2941 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen -->
2942 <string name="wifi_setup_title">WiFi setup</string>
2943 <!-- Text message shown when Wifi is not connected.
2944 Used in Wifi Setup For Setup Wizard with XL screen. -->
2945 <string name="wifi_setup_not_connected">Not connected</string>
2946 <!-- Button message shown on the button adding manual setting.
2947 Used in Wifi Setup For Setup Wizard with XL screen. -->
2948 <string name="wifi_setup_add_network">Add network</string>
2949 <!-- Button message shown on the button refreshing a list of network.
2950 Used in Wifi Setup For Setup Wizard with XL screen. -->
2951 <string name="wifi_setup_refresh_list">Refresh list</string>
2952 <!-- Button message shown on the button enabling users skip Wifi Setup.
2953 Used in Wifi Setup For Setup Wizard with XL screen. -->
2954 <string name="wifi_setup_skip">Skip</string>
2955 <!-- Button message shown on the button enabling users go the next step.
2956 Used in Wifi Setup For Setup Wizard with XL screen. -->
2957 <string name="wifi_setup_next">Next</string>
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08002958 <!-- Button label to go back to previous screen. Used in SetupWizard for
2959 XLarge screen [CHAR LIMIT=10] -->
2960 <string name="wifi_setup_back">Back</string>
2961 <!-- Button label to show detailed dialog for a selected WiFi settings.
2962 Used in SetupWizard for XLarge screen [CHAR LIMIT=20] -->
2963 <string name="wifi_setup_detail">Network details</string>
2964 <!-- Button label to connect to a Wi-Fi network.
2965 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
2966 <string name="wifi_setup_connect">Connect</string>
2967 <!-- Button label to delete a Wi-Fi network.
2968 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
2969 <string name="wifi_setup_forget">Forget</string>
2970 <!-- Button label to save a Wi-Fi network configuration.
2971 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
2972 <string name="wifi_setup_save">Save</string>
2973 <!-- Button label to dismiss the dialog.
2974 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
2975 <string name="wifi_setup_cancel">Cancel</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07002976
Daisuke Miyakawa3b6aa412010-09-29 16:07:02 -07002977 <!-- The message shown above available networks when the device is scanning
2978 available networks [CHAR LIMIT=35] -->
2979 <string name="wifi_setup_status_scanning">Scanning networks...</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07002980 <!-- Message shown above available network when there's no connected network.
2981 Used in Wifi Setup For Setup Wizard with XL screen. -->
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08002982 <string name="wifi_setup_status_select_network">Touch a network to connect to it</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07002983 <!-- Message shown above available networks when a user clicked one of available
2984 networks and the UI is showing one possible existing network.
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07002985 Used in Wifi Setup. -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07002986 <string name="wifi_setup_status_existing_network">Connect to existing network</string>
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07002987 <!-- Message shown above available networks when a user clicked one of available
Daisuke Miyakawa0333f742010-12-15 15:21:25 -08002988 networks and the network doesn't require configuration (e.g. password)
2989 Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
2990 <string name="wifi_setup_status_unsecured_network">Connect to unsecured network</string>
2991 <!-- Message shown above available networks when a user clicked one of available
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07002992 networks and the UI is prompting the user to edit the network configuration
2993 if needed. Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
2994 <string name="wifi_setup_status_edit_network">Enter network configuration</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07002995 <!-- The message shown above available networks when a user clicked "Add network"
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08002996 button. Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07002997 <string name="wifi_setup_status_new_network">Connect to new network</string>
2998 <!-- The message shown above available networks when a user clicked one of available
2999 networks or created another profile and he/she is waiting for the connection
3000 is established.
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003001 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003002 <string name="wifi_setup_status_connecting">Connecting...</string>
Daisuke Miyakawa3b6aa412010-09-29 16:07:02 -07003003 <!-- The message shown above available networks when connection is established,
3004 letting a user to proceed to the next step of the SetupWizard.
3005 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
3006 <string name="wifi_setup_status_proceed_to_next">Proceed to the next step</string>
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003007 <!-- The message shown above available networks when a user clicked a network secured by
3008 EAP. We don't allow the user to connect it.
3009 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
3010 <string name="wifi_setup_status_eap_not_supported">EAP not supported</string>
3011 <!-- Message shown when users select EAP in WiFi settings for SetupWizard,
3012 saying EAP can't be configured in SetupWizard flow.
3013 [CHAR LIMIT=NONE] -->
3014 <string name="wifi_setup_eap_not_supported">You can\u0027t configure an EAP Wi-Fi connection during setup. After setup, you can do that in Settings, under Wireless &amp; Networks.</string>
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -07003015
Daisuke Miyakawa71cc5482010-09-09 11:51:16 -07003016 <!-- Do not translate. This is a stub which will be removed soon. -->
3017 <string name="time_zone_auto_stub" translatable="false">Select Time Zone</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003018
Amith Yamasani43c69782010-12-01 09:04:36 -08003019 <!-- Account specific sync settings title [CHAR LIMIT=35] -->
3020 <string name="account_sync_settings_title">Sync settings</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003021 <!-- Message when sync is currently failing [CHAR LIMIT=100] -->
3022 <string name="sync_is_failing">Sync is currently experiencing problems. It will be back shortly.</string>
3023 <!-- Button label to add an account [CHAR LIMIT=20] -->
3024 <string name="add_account_label">Add account</string>
3025 <!-- Header title for those settings relating to general syncing.
3026 [CHAR LIMIT=30] -->
3027 <string name="header_general_sync_settings">General sync settings</string>
3028 <!-- Data synchronization settings screen, title of setting that controls whether background data should be used [CHAR LIMIT=30] -->
3029 <string name="background_data">Background data</string>
3030 <!-- Data synchronization settings screen, summary of setting that controls whether background data should be used [CHAR LIMIT=60] -->
3031 <string name="background_data_summary">Applications can sync, send, and receive data at any time</string>
3032 <!-- Data synchronization settings screen, title of dialog that confirms the user's unchecking of background data [CHAR LIMIT=20] -->
3033 <string name="background_data_dialog_title">Attention</string>
3034 <!-- Data synchronization settings screen, message of dialog that confirms the user's unchecking of background data [CHAR LIMIT=200] -->
3035 <string name="background_data_dialog_message">Disabling background data extends battery life and lowers data use. Some applications may still use the background data connection.</string>
3036 <!-- Data synchronization settings screen, setting option name
3037 [CHAR LIMIT=30] -->
3038 <string name="sync_automatically">Auto-sync</string>
3039 <!-- Data synchronization settings screen, setting option summary text when check box is selected [CHAR LIMIT=60] -->
3040 <string name="sync_automatically_summary">Applications sync data automatically</string>
3041 <!-- Header title for list of accounts on Accounts & Synchronization settings [CHAR LIMIT=30] -->
3042 <string name="header_manage_accounts">Manage accounts</string>
3043
Eric Fischerc9904f02010-11-01 16:54:51 -07003044 <!-- Sync status messages on Accounts & Synchronization settings --><skip />
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003045 <!-- Sync status shown when sync is enabled [CHAR LIMIT=20] -->
3046 <string name="sync_enabled">Sync is ON</string>
3047 <!-- Sync status shown when sync is disabled [CHAR LIMIT=20] -->
3048 <string name="sync_disabled">Sync is OFF</string>
3049 <!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=20] -->
3050 <string name="sync_error">Sync error</string>
3051
Amith Yamasani43c69782010-12-01 09:04:36 -08003052 <!-- Data synchronization settings screen, setting option name -->
3053 <string name="settings_backup">Back up settings</string>
3054 <!-- Data synchronization settings screen, setting option summary text when check box is selected -->
3055 <string name="settings_backup_summary">Back up my settings</string>
3056 <!-- Data synchronization settings screen, menu option -->
3057 <string name="sync_menu_sync_now">Sync now</string>
3058 <!-- Data synchronization settings screen, menu option -->
3059 <string name="sync_menu_sync_cancel">Cancel sync</string>
3060 <!-- 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. -->
3061 <string name="sync_one_time_sync">Touch to sync now<xliff:g id="last_sync_time">\n%1$s</xliff:g></string>
3062 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Gmail should be synced. Should use "Gmail" to refer to this app.-->
3063 <string name="sync_gmail">Gmail</string>
3064 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Calendar shoudl be synced. -->
3065 <string name="sync_calendar">Calendar</string>
3066 <!-- Data synchronization settings screen, checkbox setting option name -->
3067 <string name="sync_contacts">Contacts</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08003068 <!-- Message introducing the user to Google Sync. -->
3069 <string name="sync_plug"><font fgcolor="#ffffffff">Welcome to Google sync!</font>
3070 \nA Google approach to synchronizing data to allow access to your contacts, appointments, and more from wherever you are.
3071 </string>
3072
3073 <!-- Header title for those settings relating to application syncing. -->
3074 <string name="header_application_sync_settings">Application sync settings</string>
3075
3076 <!-- Header for data and synchronization -->
3077 <string name="header_data_and_synchronization">Data &amp; synchronization</string>
3078 <!-- Preference item that lets the user change password -->
3079 <string name="preference_change_password_title">Change password</string>
3080 <!-- Header that appears at the top of Account Settings screen -->
3081 <string name="header_account_settings">Account settings</string>
3082 <!-- Button label to remove current account -->
3083 <string name="remove_account_label">Remove account</string>
3084 <!-- Title shown in AddAccount -->
3085 <string name="header_add_an_account">Add an account</string>
3086 <!-- Button shown when this activity is run from SetupWizard -->
3087 <string name="finish_button_label">Finish</string>
3088 <!-- Title of remove message for remove account dialog -->
3089 <string name="really_remove_account_title">Remove account</string>
Freeman Ng18b2ef92010-12-03 16:44:11 -08003090 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
Amith Yamasani43c69782010-12-01 09:04:36 -08003091 <string name="really_remove_account_message" product="tablet">Do you really want to remove this account? Removing it will also delete all of its messages, contacts, and other data from the tablet.
3092 \nProceed?</string>
Freeman Ng18b2ef92010-12-03 16:44:11 -08003093 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
Amith Yamasani43c69782010-12-01 09:04:36 -08003094 <string name="really_remove_account_message" product="default">Do you really want to remove this account? Removing it will also delete all of its messages, contacts, and other data from the phone.
3095 \nProceed?</string>
3096 <!-- This is shown if the autheticator for a given account fails to remove it. -->
3097 <string name="remove_account_failed" product="tablet">This account is required by some applications. You can only remove it by resetting the tablet to factory defaults (which deletes all your personal data). You do that in the Settings application, under Privacy.</string>
3098 <!-- This is shown if the autheticator for a given account fails to remove it. -->
3099 <string name="remove_account_failed" product="default">This account is required by some applications. You can only remove it by resetting the phone to factory defaults (which deletes all your personal data). You do that in the Settings application, under Privacy.</string>
3100 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
3101 <string name="provider_label">Push subscriptions</string>
3102 <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" -->
3103 <string name="sync_item_title">Sync <xliff:g id="authority" example="Calendar">%s</xliff:g></string>
3104 <!-- Title of dialog shown when you can't manually sync an item because it's disabled -->
3105 <string name="cant_sync_dialog_title">Cannot manually sync</string>
3106 <!-- Messaage shown in dialog when you can't manually sync -->
3107 <string name="cant_sync_dialog_message">Sync for this item is currently disabled. To change your preference, temporarily turn on background data and automatic sync.</string>
3108
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003109</resources>