blob: 798bb36a03ea5053454e1ccf22cd8c068ce39daa [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-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Michael Chane1089ad2009-09-26 06:16:17 -070018 <!-- Strings for Dialog yes button -->
19 <string name="yes">"Yes"</string>
20
21 <!-- Strings for Dialog no button -->
22 <string name="no">"No"</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080023
24 <!-- Device Info --> <skip />
25 <!-- Device Info screen. Used for a status item's value when the proper value is not known -->
26 <string name="device_info_default">Unknown</string>
27
28 <!-- Phone info -->
29 <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
30 <string name="turn_on_radio">Turn on radio</string>
31 <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
32 <string name="turn_off_radio">Turn off radio</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080033
34 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
35 <string name="radioInfo_menu_viewADN">View SIM address book</string>
36 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
37 <string name="radioInfo_menu_viewFDN">View Fixed Dialing Numbers</string>
38 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
39 <string name="radioInfo_menu_viewSDN">View Service Dialing Numbers</string>
40 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
41 <string name="radioInfo_menu_getPDP">Get PDP list</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080042
43 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
44 <string name="radioInfo_service_in">In service</string>
45 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
46 <string name="radioInfo_service_out">Out of service</string>
47 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
48 <string name="radioInfo_service_emergency">Emergency calls only</string>
49 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
50 <string name="radioInfo_service_off">Radio off</string>
51
52 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
53 <string name="radioInfo_roaming_in">Roaming</string>
54 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
55 <string name="radioInfo_roaming_not">Not roaming</string>
56
57 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
58 <string name="radioInfo_phone_idle">Idle</string>
59 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
60 <string name="radioInfo_phone_ringing">Ringing</string>
61 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
62 <string name="radioInfo_phone_offhook">Call in progress</string>
63
64 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
65 <string name="radioInfo_data_disconnected">Disconnected</string>
66 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
67 <string name="radioInfo_data_connecting">Connecting</string>
68 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
69 <string name="radioInfo_data_connected">Connected</string>
70 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
71 <string name="radioInfo_data_suspended">Suspended</string>
72
73 <!-- Used for diagnostic info screens, precise translation isn't needed -->
74 <string name="radioInfo_unknown">unknown</string>
75 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
76 <string name="radioInfo_display_packets">pkts</string>
77 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
78 <string name="radioInfo_display_bytes">bytes</string>
79 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
80 <string name="radioInfo_display_dbm">dBm</string>
81 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
82 <string name="radioInfo_display_asu">asu</string>
83 <!-- Used for diagnostic info screens, precise translation isn't needed -->
84 <string name="radioInfo_lac">LAC</string>
85 <!-- Used for diagnostic info screens, precise translation isn't needed -->
86 <string name="radioInfo_cid">CID</string>
87
88 <!-- 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 -->
89 <string name="sdcard_unmount">Unmount SD card</string>
90
91 <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted -->
92 <string name="sdcard_format">Format SD card</string>
93
94 <!-- choice for the font size spinner -->
95 <string name="small_font">Small</string>
96 <!-- choice for the font size spinner -->
97 <string name="medium_font">Medium</string>
98 <!-- choice for the font size spinner -->
99 <string name="large_font">Large</string>
100
101 <!-- Do not translate. label for font size preview. Does not need to be translated. -->
102 <string name="font_size_preview_text">Servez à ce monsieur une bière et des kiwis.</string>
103 <!-- Button. Chosen when they want to save the chosen text size. -->
104 <string name="font_size_save">OK</string>
105
106 <!-- Title for a notification shown. -->
107 <string name="sdcard_setting">SD card</string>
108
109
110 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
111 <string name="battery_info_status_label">Battery status:</string>
112 <!-- 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 -0700113 <string name="battery_info_power_label">Power plug:</string>
114 <!-- 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 -0800115 <string name="battery_info_scale_label">Battery scale:</string>
116 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
117 <string name="battery_info_level_label">Battery level:</string>
118 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
119 <string name="battery_info_health_label">Battery health:</string>
120 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
121 <string name="battery_info_technology_label">Battery technology:</string>
122 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
123 <string name="battery_info_voltage_label">Battery voltage:</string>
124 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
125 <string name="battery_info_voltage_units">mV</string>
126 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
127 <string name="battery_info_temperature_label">Battery temperature:</string>
128 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
129 <string name="battery_info_temperature_units">\u00B0 C</string>
130 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
131 <string name="battery_info_uptime">Time since boot:</string>
132 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
133 <string name="battery_info_awake_battery">Awake time on battery:</string>
134 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
135 <string name="battery_info_awake_plugged">Awake time when charging:</string>
136 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
137 <string name="battery_info_screen_on">Screen ON time:</string>
Jim Miller00d24762009-12-22 19:04:57 -0800138
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800139
140 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
141 <string name="battery_info_status_unknown">Unknown</string>
142 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
143 <string name="battery_info_status_charging">Charging</string>
144 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
145 <string name="battery_info_status_charging_ac">(AC)</string>
146 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
147 <string name="battery_info_status_charging_usb">(USB)</string>
148 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
149 <string name="battery_info_status_discharging">Discharging</string>
150 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
151 <string name="battery_info_status_not_charging">Not charging</string>
152 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
153 <string name="battery_info_status_full">Full</string>
154
Dianne Hackborn9281c922009-09-26 12:44:02 -0700155 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
156 <string name="battery_info_power_unplugged">Unplugged</string>
157 <string name="battery_info_power_ac">AC</string>
158 <string name="battery_info_power_usb">USB</string>
159 <string name="battery_info_power_ac_usb">AC+USB</string>
160 <string name="battery_info_power_unknown">Unknown</string>
Jim Miller00d24762009-12-22 19:04:57 -0800161
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800162 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
163 <string name="battery_info_health_unknown">Unknown</string>
164 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
165 <string name="battery_info_health_good">Good</string>
166 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
167 <string name="battery_info_health_overheat">Overheat</string>
168 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
169 <string name="battery_info_health_dead">Dead</string>
170 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
171 <string name="battery_info_health_over_voltage">Over voltage</string>
172 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
173 <string name="battery_info_health_unspecified_failure">Unknown error</string>
174
175 <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
176 <string name="bluetooth">Bluetooth</string>
177 <!-- Bluetooth settings screen, check box label when the Bluetooth device can be seen by others -->
178 <string name="bluetooth_visibility">Discoverable</string>
Roy West0ce6f6d2009-09-23 13:07:19 -0700179 <!-- Bluetooth settings screen, summary after selecting Discoverable check box -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800180 <string name="bluetooth_is_discoverable">Discoverable for <xliff:g id="discoverable_time_period">%1$s</xliff:g> seconds\u2026</string>
181 <!-- Bluetooth settings screen, Discoverable checkbox summary text -->
182 <string name="bluetooth_not_discoverable">Make device discoverable</string>
183 <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
Martin Hibdoncc8733d2010-03-04 17:46:22 -0800184 <!-- Bluetooth settings screen, check box label whether or not to allow
185 bluetooth voice dialing when lock screen is up-->
186 <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string>
187 <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
Martin Hibdonb15f8cf2010-03-04 18:04:52 -0800188 <string name="bluetooth_lock_voice_dialing_summary">
Martin Hibdoncc8733d2010-03-04 17:46:22 -0800189 Prevent use of the bluetooth dialer when the screen is locked
190 </string>
191
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800192 <string name="bluetooth_devices">Bluetooth devices</string>
193 <!-- Bluetooth settings screen, title for the current bluetooth name setting -->
194 <string name="bluetooth_device_name">Device name</string>
195 <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) -->
196 <string name="bluetooth_name_not_set">No name set, using account name</string>
197 <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
198 <string name="bluetooth_scan_for_devices">Scan for devices</string>
199 <!-- Bluetooth settings. Message for disconnecting from a bluetooth device -->
200 <string name="bluetooth_disconnect_blank"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string>
201 <!-- Bluetooth settings. Message when cnonected to a device -->
202 <string name="bluetooth_connected">Connected</string>
203 <!-- Bluetooth settings. Message when a device is disconnected -->
204 <string name="bluetooth_disconnected">Disconnected</string>
205 <!-- Bluetooth settings. Message when disconnecting from a device -->
206 <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
207 <!-- Bluetooth settings. Message when connecting to a device -->
208 <string name="bluetooth_connecting">Connecting\u2026</string>
209 <!-- Bluetooth settings. Message when the device state is unknown -->
210 <string name="bluetooth_unknown"></string>
211 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when not paired yet -->
212 <string name="bluetooth_not_connected">Pair with this device</string>
213 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
214 <string name="bluetooth_pairing">Pairing\u2026</string>
215 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when paired with one -->
216 <string name="bluetooth_paired">Paired but not connected</string>
217 <!--Bluetooth settings screen, summary text under individual Bluetooth devices that are hands free or a headset -->
218 <string name="bluetooth_device">handsfree/headset</string>
219 <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
220 <string name="progress_scanning">Scanning</string>
221 <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
222 <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
223 <!-- Notification title when a Bluetooth device wants to pair with us -->
224 <string name="bluetooth_notif_title">Pairing request</string>
225 <!-- Notification message when a Bluetooth device wants to pair with us -->
226 <string name="bluetooth_notif_message">Select to pair with\u0020</string>
227
Yue Lixina41e2f92009-07-09 16:48:52 +0800228 <!-- Strings for BluetoothDevicePicker -->
229 <string name="device_picker">Bluetooth device picker</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800230
Michael Chane1089ad2009-09-26 06:16:17 -0700231 <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
232 <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
233
234 <!-- Strings for asking to the user whether to allow an app to enable bluetooth -->
235 <string name="bluetooth_ask_enablement">"An application on your phone is requesting permission to turn on Bluetooth. Do you want to do this?"</string>
236
237 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
238 <string name="bluetooth_ask_discovery">"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>
239
240 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
241 <string name="bluetooth_ask_enablement_and_discovery">"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>
242
243 <!-- Strings for msg to display to user while bluetooth is turning on -->
244 <string name="bluetooth_turning_on">"Turning on Bluetooth\u2026"</string>
245
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800246 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
247 <string name="bluetooth_scan_text">Empty button\u2026</string>
248 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
249 <string name="bluetooth_settings_text">Empty button\u2026</string>
250 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
251 <string name="bluetooth_enable_text">Empty button\u2026</string>
252
253 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
254 <string name="bluetooth_device_info_connectButton_text">Turn on Bluetooth</string>
255 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
256 <string name="bluetooth_device_info_deviceInfo_text"></string>
257
258 <!-- Date & time settings screen title -->
259 <string name="date_and_time">Date &amp; time settings</string>
260 <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 12-hour time -->
261 <string name="date_time_12_hour_sample">1:00 pm</string>
262 <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 24-hour time -->
263 <string name="date_time_24_hour_sample">13:00</string>
Eric Fischer589ad8c2009-04-13 09:00:31 -0700264 <!-- Title of the dialog for setting the time. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800265 <string name="date_time_changeTime_text">Change time</string>
Eric Fischer589ad8c2009-04-13 09:00:31 -0700266 <!-- Title of the dialog for setting the date. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800267 <string name="date_time_changeDate_text">Date</string>
268 <!-- The title of the activity to pick a time zone. -->
269 <string name="choose_timezone">Select time zone</string>
270 <!-- Do not translate. Used as the value for a setting. -->
271 <string name="default_date_format"><xliff:g id="default_date_format">MM/dd/yyyy</xliff:g></string>
272
Eric Fischer188ca772009-06-11 18:16:15 -0700273 <!-- The option in the date-format picker for using the normal format
274 called for by the user's locale. -->
275 <string name="normal_date_format">Normal (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string>
276
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800277 <!-- Label of preview text when tweaking font size -->
278 <string name="display_preview_label">Preview:</string>
279 <!-- Label for chosen font size -->
280 <string name="display_font_size_label">Font size:</string>
281
282 <!-- Used for diagnostic screens, precise translation is not necessary -->
283 <string name="intent_sender_data_label"><xliff:g id="data">Data:</xliff:g></string>
284 <!-- Used for diagnostic screens, precise translation is not necessary -->
285 <string name="intent_sender_sendbroadcast_text">Send <xliff:g id="broadcast">broadcast</xliff:g></string>
286 <!-- Used for diagnostic screens, precise translation is not necessary -->
287 <string name="intent_sender_action_label"><xliff:g id="action">Action</xliff:g>:</string>
288 <!-- Used for diagnostic screens, precise translation is not necessary -->
289 <string name="intent_sender_startactivity_text">Start <xliff:g id="activity">activity</xliff:g></string>
290 <!-- Used for diagnostic screens, precise translation is not necessary -->
291 <string name="intent_sender_resource_label"><xliff:g id="resource">Resource</xliff:g>: </string>
292 <!-- Used for diagnostic screens, precise translation is not necessary -->
293 <string name="intent_sender_account_label">Account: </string>
294
Oscar Montemayor05411892010-08-03 16:56:09 -0700295 <!-- HTTP proxy settings title -->
296 <string name="proxy_settings_title">Proxy Settings</string>
297 <!-- HTTP proxy settings summary -->
298 <string name="proxy_settings_summary">Set the global HTTP proxy and exclusion lists</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800299 <!-- HTTP proxy settings. Button to clear the proxy box. -->
300 <string name="proxy_clear_text">Clear</string>
301 <!-- HTTP proxy settings. The port number label. -->
302 <string name="proxy_port_label">Port</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700303 <!-- HTTP proxy settings. The exclusion list label. -->
304 <string name="proxy_exclusionlist_label">No Proxy for</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800305 <!-- HTTP proxy settings. The button to restore the defaults. -->
306 <string name="proxy_defaultView_text">Restore defaults</string>
307 <!-- HTTP proxy settings. The button to save. -->
Oscar Montemayor05411892010-08-03 16:56:09 -0700308 <string name="proxy_action_text">Done</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800309 <!-- HTTP proxy settings. The text field for the hostname -->
310 <string name="proxy_hostname_label">Hostname</string>
311 <!-- HTTP proxy settings. Title if there is an error-->
312 <string name="proxy_error">Attention</string>
313 <!-- HTTP proxy settings. Button to get rid of error box-->
314 <string name="proxy_error_dismiss">OK</string>
315 <!-- HTTP proxy settings. The error if the hostname is not valid -->
316 <string name="proxy_error_invalid_host">The hostname you typed is not valid.</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700317 <!-- HTTP proxy settings. The error if the exclusion list is not valid -->
318 <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 -0800319 <!-- HTTP proxy settings. Error msg -->
320 <string name="proxy_error_empty_port">You must complete the port field.</string>
321 <!-- HTTP proxy settings. Error msg -->
322 <string name="proxy_error_empty_host_set_port">The port field must be empty if the host field is empty.</string>
323 <!-- HTTP proxy settings. Error msg -->
324 <string name="proxy_error_invalid_port">The port you typed is not valid.</string>
325
326 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
327 <string name="radio_info_signal_location_label">Location:</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_neighboring_location_label">Neighboring CID:</string>
330 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
331 <string name="radio_info_data_attempts_label">Data attempts:</string>
332 <!-- 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 -0700333
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800334 <string name="radio_info_gprs_service_label">GPRS service:</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_roaming_label">Roaming:</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_imei_label">IMEI:</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_call_redirect_label">Call redirect:</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_ppp_resets_label">Number of PPP reset since boot:</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_gsm_disconnects_label">GSM disconnects:</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_current_network_label">Current network:</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_data_successes_label">Data successes:</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_ppp_received_label">PPP received:</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_gsm_service_label">GSM service:</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_signal_strength_label">Signal strength:</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_call_status_label">Call status:</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_ppp_sent_label">PPP sent:</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_radio_resets_label">Radio resets:</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_message_waiting_label">Message waiting:</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_phone_number_label">Phone number:</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_band_mode_label">Select radio band</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_network_type_label">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_set_perferred_label">Set preferred network type:</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_ipaddr">Ping IpAddr:</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_ping_hostname">Ping Hostname(www.google.com):</string>
375 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
376 <string name="radio_info_http_client_test">HTTP Client test:</string>
377 <!-- 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 -0800378 <string name="ping_test_label">Run ping test</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_label">SMSC:</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_update_label">Update</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_smsc_refresh_label">Refresh</string>
385 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
386 <string name="radio_info_toggle_dns_check_label">Toggle DNS check</string>
Tammo Spalinka5f4c8f2009-10-15 20:08:58 +0800387 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
388 <string name="oem_radio_info_label">OEM-specific Info/Settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800389
390 <!-- Band Mode Selection -->
391 <!-- Band mode screen. Title of activity. -->
392 <string name="band_mode_title">Set GSM/UMTS band</string>
393 <!-- Band mode screen. Loading message. -->
394 <string name="band_mode_loading">Loading band list\u2026</string>
395 <!-- Band mode screen. Button caption to set the bandmode. -->
396 <string name="band_mode_set">Set</string>
397 <!-- Band mode screen. Status message when unsuccessful. -->
398 <string name="band_mode_failed">Unsuccessful</string>
399 <!-- Band mode screen. Statusm essage when successful. -->
400 <string name="band_mode_succeeded">Successful</string>
401
402 <!-- Instructions after the user changes the mass storage settings -->
403 <string name="sdcard_changes_instructions">Changes take effect when USB cable is reconnected</string>
404 <!-- Enable USB mass storage mode checkbox title -->
405 <string name="sdcard_settings_screen_mass_storage_text">Enable USB mass storage</string>
406 <!-- The label for total bytes on SD card -->
407 <string name="sdcard_settings_total_bytes_label">Total bytes:</string>
408 <!-- Message when there is no SD card present -->
409 <string name="sdcard_settings_not_present_status">No SD card</string>
410 <!-- Th label for the available (free) sapce on the SD card -->
411 <string name="sdcard_settings_available_bytes_label">Available bytes:</string>
412 <!-- Message when the SD card is being used by the computer as mass storage -->
413 <string name="sdcard_settings_mass_storage_status">SD card is being used as a mass storage device</string>
414 <!-- Message when it is safe to remove the SD card -->
415 <string name="sdcard_settings_unmounted_status">It is now safe to remove the SD card</string>
416 <!-- Error message when the SD card was removed without properly unmounting -->
417 <string name="sdcard_settings_bad_removal_status">SD card was removed while still in use!</string>
418 <!-- Label for used bytes on the SD card -->
419 <string name="sdcard_settings_used_bytes_label">Used bytes:</string>
420 <!-- Message when it is scanning the SD card for new files -->
421 <string name="sdcard_settings_scanning_status">Scanning SD card for media\u2026</string>
422 <!-- Message when the SD card is mounted as read only -->
423 <string name="sdcard_settings_read_only_status">SD card mounted read-only</string>
424
425 <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen. -->
426 <string name="next_label">Next</string>
427
428 <!-- LocalePicker -->
429 <!-- Title for the locale picker activity -->
Freeman Ng73f877a2010-04-16 17:43:32 -0700430 <string name="language_picker_title">Language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800431
432 <!-- 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 :) ). -->
433 <string name="activity_picker_label">Select activity</string>
434 <!-- Do not translate. -->
435 <string name="debug_intent_sender_label">Debug intent sender</string>
436 <!-- The title of the activity to see random device info. -->
437 <string name="device_info_label">Device info</string>
438 <!-- The title of the activity to see battery info. -->
439 <string name="battery_info_label">Battery info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800440 <!-- The title of the activity to adjust display settings -->
441 <string name="display_label">Display</string>
442 <!-- The title of the activity to see phone info -->
443 <string name="phone_info_label">Phone info</string>
444 <!-- The title of the activity to adjust SD card settings-->
445 <string name="sd_card_settings_label">SD card</string>
446 <!-- The title of the activity to adjust proxy settings -->
447 <string name="proxy_settings_label">Proxy settings</string>
448
449 <!-- ======================================================================================= -->
450 <!-- NEW STUFF -->
451 <!-- ======================================================================================= -->
452
453 <!-- Button label for generic cancel action -->
454 <string name="cancel">Cancel</string>
455
456 <!-- Main Settings screen title -->
457 <string name="settings_label">Settings</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -0700458 <!-- Label for option to select a settings panel as a shortcut -->
459 <string name="settings_shortcut">Settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800460 <!-- Wireless controls settings screen, setting check box label -->
461 <string name="airplane_mode">Airplane mode</string>
462 <!-- Wireless controls settings screen, setting option summary text -->
463 <string name="airplane_mode_summary">Disable all wireless connections</string>
464 <!-- Wireless controls settings screen, setting option summary text as airplane mode is being enabled (so it is disabling all wireless connections) -->
465 <string name="airplane_mode_turning_on">Disabling wireless connections\u2026</string>
466 <!-- Wireless controls settings screen, setting option summary text as airplane mode is being disabled (so it is re-enabling all the wireless conenctions) -->
467 <string name="airplane_mode_turning_off">Enabling wireless connections\u2026</string>
468 <!-- 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 -0700469 <string name="radio_controls_title">Wireless &amp; networks</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -0700470 <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
471 <string name="wireless_networks_settings_title">Wireless &amp; network settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800472 <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->
Hung-ying Tyan0a59b502009-07-06 17:26:34 +0800473 <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 -0800474
475
Wink Savillef9e02412009-04-02 01:37:03 -0700476 <!-- mobile network settings screen, setting check box title -->
477 <string name="roaming">Data roaming</string>
478 <!-- mobile network settings screen, setting option summary text when check box is selected -->
479 <string name="roaming_enable">Connect to data services when roaming</string>
480 <!-- mobile network settings screen, setting option summary text when check box is clear -->
481 <string name="roaming_disable">Connect to data services when roaming</string>
482 <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box -->
483 <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string>
484 <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box -->
485 <string name="roaming_turn_it_on_button">Turn it on</string>
486 <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box -->
487 <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string>
488 <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box -->
489 <string name="roaming_reenable_title">Attention</string>
490 <!-- mobile network settings screen, setting option name -->
491 <string name="networks">Operator selection</string>
492 <!-- mobile network settings screen, setting option summary text -->
493 <string name="sum_carrier_select">Select a network operator</string>
494
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -0700495 <!-- Date and time settings --><skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800496 <!-- Main Settings screen setting option name to go into the date and time settings-->
497 <string name="date_and_time_settings_title">Date &amp; time</string>
498 <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
499 <string name="date_and_time_settings_summary">Set date, time, time zone &amp; formats</string>
500 <!-- Date & time setting screen setting check box title if the date and time should be determined automatically -->
501 <string name="date_time_auto">Automatic</string>
502 <!-- Date & time setting screen setting option summary text when Automatic check box is selected (that is, when date and time should be determined automatically) -->
503 <string name="date_time_auto_summaryOn">Use network-provided values</string>
504 <!-- Date & time setting screen setting option summary text when Automatic check box is clear -->
505 <string name="date_time_auto_summaryOff">Use network-provided values</string>
506 <!-- Date & time setting screen setting check box title -->
507 <string name="date_time_24hour">Use 24-hour format</string>
508 <!-- Date & time setting screen setting option title -->
509 <string name="date_time_set_time">Set time</string>
510 <!-- Date & time setting screen setting option title -->
511 <string name="date_time_set_timezone">Select time zone</string>
512 <!-- Date & time setting screen setting option title -->
513 <string name="date_time_set_date">Set date</string>
514 <!-- 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.) -->
515 <string name="date_time_date_format">Select date format</string>
516 <!-- Menu item on Select time zone screen -->
517 <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
518 <!-- Menu item on Select time zone screen -->
519 <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
520
Jim Millerbbb4afa2010-04-08 19:40:19 -0700521 <!-- Security Settings --><skip />
522
Jim Miller86624a22010-08-30 22:07:58 -0700523 <!-- Security settings screen, setting option name to change screen timeout -->
524 <string name="lock_after_timeout">Lock device after timeout</string>
525 <!-- Security settings screen, setting option summary to change screen timeout -->
526 <string name="lock_after_timeout_summary">Adjust the delay before the device automatically locks</string>
527
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800528 <!-- Main Settings screen setting option title for the item to take you the security and location screen -->
Amith Yamasani7f287872009-08-06 16:43:23 -0700529 <string name="security_settings_title">Location &amp; security</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -0700530 <!-- Location & security settings screen title -->
531 <string name="location_security_settings_title">Location &amp; security settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800532 <!-- 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 +0800533 <string name="security_settings_summary">Set My Location, screen unlock, SIM card lock, credential storage lock</string>
Chouting Zhang5ee06352009-07-22 22:51:40 -0500534 <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen -->
535 <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 -0800536 <!-- In the security screen, the header title for settings related to Passwords-->
537 <string name="security_passwords_title">Passwords</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800538
Jim Millerbbb4afa2010-04-08 19:40:19 -0700539 <!-- Unlock Picker Settings --><skip />
Jim Millerb11e2752010-03-22 19:36:34 -0700540
Jim Millerbbb4afa2010-04-08 19:40:19 -0700541 <!-- Security Picker --><skip />
542 <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password -->
543 <string name="lock_settings_picker_title">Screen unlock security</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800544
Jim Millerbbb4afa2010-04-08 19:40:19 -0700545 <!-- Main Security lock settings --><skip />
546 <!-- Title for PreferenceScreen to launch picker for security method when there is none -->
547 <string name="unlock_set_unlock_launch_picker_title">Set up screen lock</string>
548
549 <!-- Summary for PreferenceScreen to launch picker for security method when there is none -->
550 <string name="unlock_set_unlock_launch_picker_summary">Lock screen with a pattern, PIN, or password</string>
551
552 <!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password -->
553 <string name="unlock_set_unlock_launch_picker_change_title">Change screen lock</string>
554
555 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password -->
556 <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string>
557
558
559 <!-- Title for preference that disables unlock security -->
560 <string name="unlock_set_unlock_none_title">None</string>
561 <!-- Summary for preference that disables unlock security -->
562 <string name="unlock_set_unlock_none_summary">Disable screen unlock security</string>
563
564 <!-- Title for preference that guides the user through creating an unlock pattern -->
565 <string name="unlock_set_unlock_pattern_title">Pattern</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800566 <!-- Summary for preference that guides the user through creating an unlock pattern -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700567 <string name="unlock_set_unlock_pattern_summary">Draw pattern to unlock screen</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800568
569 <!-- Title for preference that guides the user through creating an unlock PIN (Personal Identification Number) -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700570 <string name="unlock_set_unlock_pin_title">PIN</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800571 <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number) -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700572 <string name="unlock_set_unlock_pin_summary">Enter a numeric PIN to unlock screen</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800573
574 <!-- Title for preference that guides the user through creating an unlock password -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700575 <string name="unlock_set_unlock_password_title">Password</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800576 <!-- Title for preference that guides the user through creating an unlock password -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700577 <string name="unlock_set_unlock_password_summary">Enter a password to unlock screen</string>
578
579 <!-- Summary for preference that has been disabled by DevicePolicyAdmin -->
Jim Miller91523d62010-04-12 17:37:56 -0700580 <string name="unlock_set_unlock_disabled_summary">Disabled by remote phone administrator</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700581
Jim Miller122b6c82010-02-10 19:53:58 -0800582
583 <!-- Title for option to turn of password/pin/pattern unlock. -->
584 <string name="unlock_disable_lock_title">Turn off screen lock</string>
585
586 <!-- Summary shown under unlock_disable_lock_title when pattern is in use and can be removed -->
587 <string name="unlock_disable_lock_pattern_summary">Remove unlock pattern</string>
588 <!-- Summary shown under unlock_disable_lock_title when PIN is in use and can be removed -->
589 <string name="unlock_disable_lock_pin_summary">Remove unlock PIN</string>
590 <!-- Summary shown under unlock_disable_lock_title when password is in use and can be removed -->
591 <string name="unlock_disable_lock_password_summary">Remove unlock password</string>
592
593 <!-- Title shown on security settings to allow the user to change their lockscreen pattern -->
594 <string name="unlock_change_lock_pattern_title">Change unlock pattern</string>
595 <!-- Title shown on security settings to allow the user to change their lockscreen PIN -->
596 <string name="unlock_change_lock_pin_title">Change unlock PIN</string>
597 <!-- Title shown on security settings to allow the user to change their lockscreen password -->
598 <string name="unlock_change_lock_password_title">Change unlock password</string>
599
600 <!-- Hint shown in dialog screen when password is too short -->
601 <string name="lockpassword_password_too_short">Password must be at least %d characters</string>
602 <!-- Hint shown in dialog screen when PIN is too short -->
603 <string name="lockpassword_pin_too_short">PIN must be at least %d characters</string>
604
605 <!-- Hint shown after minimum password criteria is met -->
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700606 <string name="lockpassword_press_continue">Touch Continue when done</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800607
608 <!-- Hint shown after minimum password criteria is met -->
609 <string name="lockpassword_continue_label">Continue</string>
610
611 <!-- Error shown in popup when password is too long -->
612 <string name="lockpassword_password_too_long">PIN can be no longer than %d digits</string>
Jim Miller00d24762009-12-22 19:04:57 -0800613 <!-- Error shown in popup when PIN is too long -->
Jim Miller122b6c82010-02-10 19:53:58 -0800614 <string name="lockpassword_pin_too_long">PIN can be no longer than %d digits</string>
615
Jim Miller00d24762009-12-22 19:04:57 -0800616 <!-- Error shown when in PIN mode and user enters a non-digit -->
Jim Miller122b6c82010-02-10 19:53:58 -0800617 <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9</string>
618
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700619 <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! -->
620 <string name="lockpassword_pin_recently_used">Device administrator disallows using a recent PIN</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700621
Jim Miller00d24762009-12-22 19:04:57 -0800622 <!-- Error shown when in PASSWORD mode and user enters an invalid character -->
Jim Miller122b6c82010-02-10 19:53:58 -0800623 <string name="lockpassword_illegal_character">Password contains an illegal character</string>
624
625 <!-- Error shown when in PASSWORD mode and password is all digits -->
Jim Millerb11e2752010-03-22 19:36:34 -0700626 <string name="lockpassword_password_requires_alpha">Password must contain at least one letter</string>
627
628 <!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
629 <string name="lockpassword_password_requires_digit">Password must contain at least one digit</string>
630
631 <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
632 <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800633
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700634 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters -->
635 <plurals name="lockpassword_password_requires_letters">
636 <item quantity="one">Password must contain at least 1 letter</item>
637 <item quantity="other">Password must contain at least %d letters</item>
638 </plurals>
639
640 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters -->
641 <plurals name="lockpassword_password_requires_lowercase">
642 <item quantity="one">Password must contain at least 1 lowercase letter</item>
643 <item quantity="other">Password must contain at least %d lowercase letters</item>
644 </plurals>
645
646 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters -->
647 <plurals name="lockpassword_password_requires_uppercase">
648 <item quantity="one">Password must contain at least 1 uppercase letter</item>
649 <item quantity="other">Password must contain at least %d uppercase letters</item>
650 </plurals>
651
652 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits -->
653 <plurals name="lockpassword_password_requires_numeric">
654 <item quantity="one">Password must contain at least 1 numerical digit</item>
655 <item quantity="other">Password must contain at least %d numerical digits</item>
656 </plurals>
657
658 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols -->
659 <plurals name="lockpassword_password_requires_symbols">
660 <item quantity="one">Password must contain at least 1 special symbol</item>
661 <item quantity="other">Password must contain at least %d special symbols</item>
662 </plurals>
663
Konstantin Lopyrev2df65e42010-06-04 17:27:53 -0700664 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
665 <plurals name="lockpassword_password_requires_nonletter">
666 <item quantity="one">Password must contain at least 1 non-letter character</item>
667 <item quantity="other">Password must contain at least %d non-letter characters</item>
668 </plurals>
669
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700670 <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
671 <string name="lockpassword_password_recently_used">Device administrator disallows using a recent password</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700672
Jim Miller122b6c82010-02-10 19:53:58 -0800673 <!-- Label for ChoosePassword/PIN OK button -->
674 <string name="lockpassword_ok_label">OK</string>
675
676 <!-- Label for ChoosePassword/PIN OK button -->
677 <string name="lockpassword_cancel_label">Cancel</string>
678
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800679 <!-- In the security screen, the header title for settings related to device admins -->
680 <string name="device_admin_title">Device administration</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800681
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800682 <!-- Title of preference to manage device admins -->
683 <string name="manage_device_admin">Select device administrators</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800684
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800685 <!-- Summary of preference to manage device policies -->
686 <string name="manage_device_admin_summary">Add or remove device administrators</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800687
688 <!-- Bluetooth settings -->
689 <!-- Bluetooth settings check box title on Main Settings screen -->
690 <string name="bluetooth_quick_toggle_title">Bluetooth</string>
691 <!-- Bluetooth settings check box summary for turning on bluetooth -->
692 <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
693 <!--Used as title on second screen after selecting Bluetooth settings -->
694 <string name="bluetooth_settings">Bluetooth settings</string>
695 <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
696 <string name="bluetooth_settings_title">Bluetooth settings</string>
697 <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
698 <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
699
700 <!-- Title for the dialog to enter PIN. -->
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700701 <string name="bluetooth_pairing_request">Bluetooth pairing request</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800702 <!-- Title for the bluetooth device info screen. -->
703 <string name="bluetooth_device_info">Bluetooth device info</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -0700704 <!-- Message when bluetooth dialog for pin entry is showing -->
Jaikumar Ganesh67efa272009-09-09 14:57:19 -0700705 <string name="bluetooth_enter_pin_msg">\nType PIN to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022. (Try 0000 or 1234.)</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -0700706 <!-- Message when bluetooth dialog for passkey entry is showing -->
Jaikumar Ganesh67efa272009-09-09 14:57:19 -0700707 <string name="bluetooth_enter_passkey_msg">\nType passkey to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022.</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -0700708 <!-- Message when bluetooth dialog for confirmation of passkey is showing -->
Michael Chan77395cc2009-09-02 12:30:05 -0700709 <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 -0700710 <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
711 <string name="bluetooth_incoming_pairing_msg"><xliff:g id="device_name">%1$s</xliff:g>\nwants to pair.</string>
712 <!-- Message when bluetooth dialog when passkey needs to be displayed. -->
713 <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 -0700714 <!-- Button text for accepting an incoming pairing request -->
715 <string name="bluetooth_pairing_accept">Pair</string>
716 <!-- Button text for declining an incoming pairing request -->
717 <string name="bluetooth_pairing_decline">Don\u0027t Pair</string>
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700718 <!-- Generic string for remote Bluetooth device -->
719 <string name="bluetooth_remote_device">bluetooth device</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800720
721 <!-- Title for BT error dialogs. -->
722 <string name="bluetooth_error_title">Attention</string>
723 <!-- Message for the error dialog when BT pairing fails generically. -->
Jim Miller00d24762009-12-22 19:04:57 -0800724 <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 -0700725 <!-- Message for the error dialog when BT pairing fails because the PIN /
726 Passkey entered is incorrect. -->
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700727 <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 -0700728 <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
729 <string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string>
730 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
731 <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 -0800732
733 <!-- Message for the error dialog when BT connecting operation fails generically. -->
Jim Miller00d24762009-12-22 19:04:57 -0800734 <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 -0800735
736 <!-- Do not translate -->
737 <string name="bluetooth_device_info_alias">Device alias</string>
738 <!-- Do not translate -->
739 <string name="bluetooth_device_info_no_alias">Type alias here\u2026</string>
740 <!-- Do not translate -->
741 <string name="bluetooth_device_info_delete">Remove this device</string>
742 <!-- Do not translate -->
743 <string name="bluetooth_device_info_sdp">List supported services</string>
744
745 <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
746 <string name="bluetooth_preference_scan_title">Scan for devices</string>
Jim Miller00d24762009-12-22 19:04:57 -0800747
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800748 <!-- Bluetooth settings. Context menu item for a device. Action will connect to all profiles on the device. -->
749 <string name="bluetooth_device_context_connect">Connect</string>
750 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect from all profiles on the device. -->
751 <string name="bluetooth_device_context_disconnect">Disconnect</string>
752 <!-- Bluetooth settings. Context menu item for a device. Action will first pair, and then connect to all profiles on the device. -->
753 <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
754 <!-- Bluetooth settings. Context menu item for a device. Action will remove pairing with the device. -->
755 <string name="bluetooth_device_context_unpair">Unpair</string>
756 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect and remove pairing with the device. -->
757 <string name="bluetooth_device_context_disconnect_unpair">Disconnect &amp; unpair</string>
758 <!-- 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 -0800759 <string name="bluetooth_device_context_connect_advanced">Options\u2026</string>
760
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800761 <!-- 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. -->
762 <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
763
764 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. -->
765 <string name="bluetooth_profile_a2dp">Media</string>
766 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. -->
767 <string name="bluetooth_profile_headset">Phone</string>
Yue Lixina41e2f92009-07-09 16:48:52 +0800768 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. -->
769 <string name="bluetooth_profile_opp">Transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -0700770 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
771 <string name="bluetooth_profile_hid">Input Device</string>
Danica Chang32711b62010-08-10 18:41:29 -0700772 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile. [CHAR LIMIT=25]-->
773 <string name="bluetooth_profile_pan">Tethering</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800774
775 <!-- Bluetooth settings. The summary string when a device is connected to the A2DP profile. -->
776 <string name="bluetooth_summary_connected_to_a2dp">Connected to media audio</string>
777 <!-- Bluetooth settings. The summary string when a device is connected to the headset profile. -->
778 <string name="bluetooth_summary_connected_to_headset">Connected to phone audio</string>
779 <!-- Bluetooth settings. The summary string when a device is connected to the A2DP and headset profiles. -->
780 <string name="bluetooth_summary_connected_to_a2dp_headset">Connected to phone and media audio</string>
Adam Powell792d2132010-06-07 17:13:10 -0700781 <!-- Bluetooth settings. The summary string when a device is connected to the HID profile. -->
782 <string name="bluetooth_summary_connected_to_hid">Connected to input device</string>
Danica Chang32711b62010-08-10 18:41:29 -0700783 <!-- Bluetooth settings. The summary string when a device is connected to the PAN profile. [CHAR LIMIT=35]-->
784 <string name="bluetooth_summary_connected_to_pan">Tethered</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800785
786 <!-- Bluetooth settings. Connection options screen. The title of the screen. -->
787 <string name="bluetooth_device_advanced_title"><xliff:g id="device_name">%1$s</xliff:g> options</string>
788 <!-- 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. -->
789 <string name="bluetooth_device_advanced_online_mode_title">Connect</string>
790 <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. -->
791 <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string>
792 <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. -->
793 <string name="bluetooth_device_advanced_profile_header_title">Profiles</string>
794 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
795 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
796 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
797 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +0800798 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
799 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
800 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
801 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
Adam Powell792d2132010-06-07 17:13:10 -0700802 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
803 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
Danica Chang32711b62010-08-10 18:41:29 -0700804 <!-- Bluetooth settings. Connection options screen. The summary for the PAN checkbox preference when PAN is connected. [CHAR LIMIT=25]-->
805 <string name="bluetooth_pan_profile_summary_connected">Tethered</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800806
807 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
808 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
809 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
810 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +0800811 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
812 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -0700813 <!-- Bluetooth settings. Connection options screen. The summary
814 for the HID checkbox preference that describes how checking it
815 will set the HID profile as preferred. -->
816 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800817
Michael Chan0bd445b2009-12-03 00:31:59 -0800818 <!-- Bluetooth settings. Dock Setting Title -->
819 <string name="bluetooth_dock_settings">Dock Settings</string>
820 <!-- Bluetooth settings. Dock Setting Dialog Title -->
821 <string name="bluetooth_dock_settings_title">Use dock for audio</string>
822 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone -->
823 <string name="bluetooth_dock_settings_headset">As speaker phone</string>
824 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 2: Use dock for media audio -->
Michael Chan55a05f82010-01-06 15:10:56 -0800825 <string name="bluetooth_dock_settings_a2dp">For music and media</string>
Michael Chan0bd445b2009-12-03 00:31:59 -0800826 <!-- Bluetooth settings. Dock Setting Dialog - Remember setting and don't ask user again -->
827 <string name="bluetooth_dock_settings_remember">Remember settings</string>
Michael Chan0bd445b2009-12-03 00:31:59 -0800828
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800829 <!-- Wi-Fi Settings --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800830 <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
831 <string name="wifi_quick_toggle_title">Wi-Fi</string>
832 <!-- Used in the 1st-level settings screen as the turn-on summary -->
833 <string name="wifi_quick_toggle_summary">Turn on Wi-Fi</string>
834 <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen -->
835 <string name="wifi_settings">Wi-Fi settings</string>
836 <!-- Title of the Wi-fi settings screen -->
837 <string name="wifi_settings_category">Wi-Fi settings</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800838 <!-- Summary text of the Wi-fi settings screen -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800839 <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800840 <!-- Summary text when turning Wi-Fi or bluetooth on -->
841 <string name="wifi_starting">Turning on\u2026</string>
842 <!-- Summary text when turning Wi-Fi or bluetooth off -->
843 <string name="wifi_stopping">Turning off\u2026</string>
844 <!-- Summary text when Wi-Fi or bluetooth has error -->
845 <string name="wifi_error">Error</string>
846 <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode -->
847 <string name="wifi_in_airplane_mode">In airplane mode</string>
848 <!-- Toast message when Wi-Fi cannot scan for networks -->
849 <string name="wifi_fail_to_scan">Unable to scan for networks</string>
850 <!-- Checkbox title for option to notify user when open networks are nearby -->
851 <string name="wifi_notify_open_networks">Network notification</string>
852 <!-- Checkbox summary for option to notify user when open networks are nearby -->
853 <string name="wifi_notify_open_networks_summary">Notify me when an open network is available</string>
854 <!-- Action message to manually add a wifi network -->
855 <string name="wifi_add_network">Add Wi-Fi network</string>
856 <!-- Header for the list of wifi networks-->
857 <string name="wifi_access_points">Wi-Fi networks</string>
858 <!-- Menu option to scan Wi-Fi networks -->
859 <string name="wifi_menu_scan">Scan</string>
860 <!-- Menu option to Wi-Fi advanced settings -->
861 <string name="wifi_menu_advanced">Advanced</string>
862 <!-- Menu option to connect to a Wi-Fi network -->
863 <string name="wifi_menu_connect">Connect to network</string>
864 <!-- Menu option to delete a Wi-Fi network -->
865 <string name="wifi_menu_forget">Forget network</string>
866 <!-- Menu option to modify a Wi-Fi network configuration -->
867 <string name="wifi_menu_modify">Modify network</string>
868
869 <!-- Dialog for Access Points --> <skip />
870 <!-- Label for the SSID of the network -->
871 <string name="wifi_ssid">Network SSID</string>
872 <!-- Label for the security of the connection -->
873 <string name="wifi_security">Security</string>
874 <!-- Label for the signal strength of the connection -->
875 <string name="wifi_signal">Signal strength</string>
876 <!-- Label for the status of the connection -->
877 <string name="wifi_status">Status</string>
878 <!-- Label for the link speed of the connection -->
879 <string name="wifi_speed">Link speed</string>
880 <!-- Label for the IP address of the connection -->
881 <string name="wifi_ip_address">IP address</string>
882 <!-- Label for the EAP method of the network -->
883 <string name="wifi_eap_method">EAP method</string>
Irfan Sheriffde3e5662010-06-02 15:25:13 -0700884 <!-- Label for the phase2 -->
885 <string name="please_select_phase2">Phase 2 authentication</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800886 <!-- Label for the EAP CA certificate of the network -->
887 <string name="wifi_eap_ca_cert">CA certificate</string>
888 <!-- Label for the EAP user certificate of the network -->
889 <string name="wifi_eap_user_cert">User certificate</string>
890 <!-- Label for the EAP identity of the network -->
891 <string name="wifi_eap_identity">Identity</string>
892 <!-- Label for the EAP anonymous identity of the network -->
893 <string name="wifi_eap_anonymous">Anonymous identity</string>
894 <!-- Label for the password of the secured network -->
895 <string name="wifi_password">Password</string>
896 <!-- Label for the check box to show password -->
897 <string name="wifi_show_password">Show password.</string>
898 <!-- Hint for unchanged fields -->
899 <string name="wifi_unchanged">(unchanged)</string>
900 <!-- Hint for unspecified fields -->
901 <string name="wifi_unspecified">(unspecified)</string>
902 <!-- Summary for the remembered network. -->
903 <string name="wifi_remembered">Remembered</string>
904 <!-- Summary for the disabled network. -->
905 <string name="wifi_disabled">Disabled</string>
906 <!-- Summary for the remembered network but currently not in range. -->
907 <string name="wifi_not_in_range">Not in range</string>
908 <!-- Summary for the secured network. -->
909 <string name="wifi_secured">Secured with <xliff:g id="wifi_security">%1$s</xliff:g></string>
910 <!-- Summary for the secured and remembered network. Status can be "Remembered", "Disabled" or "Not in range". -->
911 <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>
912 <!-- Button label to connect to a Wi-Fi network -->
913 <string name="wifi_connect">Connect</string>
914 <!-- Button label to delete a Wi-Fi network -->
915 <string name="wifi_forget">Forget</string>
916 <!-- Button label to save a Wi-Fi network configuration -->
917 <string name="wifi_save">Save</string>
918 <!-- Button label to dismiss the dialog -->
919 <string name="wifi_cancel">Cancel</string>
920
921 <!-- Wi-Fi Advanced Settings --> <skip />
922 <!-- Wi-Fi settings screen, advanced, settings section. This is a header shown above advanced wifi settings. -->
923 <string name="wifi_advanced_titlebar">Advanced</string>
924 <!-- Wi-Fi settings screen, setting title for choosing the number of channels to be used -->
925 <string name="wifi_setting_num_channels_title">Regulatory domain</string>
926 <!-- Wi-Fi settings screen, setting summary for choosing the number of channels to be used -->
927 <string name="wifi_setting_num_channels_summary">Set the number of channels to use</string>
928 <!-- Wi-Fi settings screen, generic error message when the regulatory domain could not be set. -->
929 <string name="wifi_setting_num_channels_error">There was a problem setting the regulatory domain.</string>
930 <!-- Wi-Fi settings screen, label to be appended to the count in displaying the list of valid channel counts -->
931 <string name="wifi_setting_num_channels_channel_phrase"><xliff:g id="num_channels">%1$d</xliff:g> channels</string>
932 <!-- Wi-Fi settings screen, setting title for setting the wifi sleep policy -->
933 <string name="wifi_setting_sleep_policy_title">Wi-Fi sleep policy</string>
934 <!-- Wi-Fi settings screen, setting summary for setting the wifi sleep policy -->
935 <string name="wifi_setting_sleep_policy_summary">Specify when to switch from Wi-Fi to mobile data</string>
936 <!-- Wi-Fi settings screen, generic error message when the sleep policy could not be set. -->
937 <string name="wifi_setting_sleep_policy_error">There was a problem setting the sleep policy.</string>
938 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
939 <string name="wifi_advanced_mac_address_title">MAC address</string>
940 <!-- Title of the screen to adjust IP settings -->
Mike Lockwood68b80692010-04-20 11:53:49 -0400941 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
942 <string name="wifi_advanced_ip_address_title">IP address</string>
943
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800944 <string name="wifi_ip_settings_titlebar">IP settings</string>
945 <!-- Menu ietm to save the IP settings -->
946 <string name="wifi_ip_settings_menu_save">Save</string>
947 <!-- Menu ietm to cancel the IP settings -->
948 <string name="wifi_ip_settings_menu_cancel">Cancel</string>
949 <!-- Error message if the IP address is not valid -->
950 <string name="wifi_ip_settings_invalid_ip">Please type a valid IP address.</string>
951 <!-- Checkbox for whether to use a static IP address -->
952 <string name="wifi_use_static_ip">Use static IP</string>
953 <!-- Label for the DNS (first one) -->
954 <string name="wifi_dns1">DNS 1</string>
955 <!-- Label for the DNS (second one)-->
956 <string name="wifi_dns2">DNS 2</string>
957 <!-- Label for the gateway of the network -->
958 <string name="wifi_gateway">Gateway</string>
959 <!-- Label for the netmask of the network -->
960 <string name="wifi_netmask">Netmask</string>
Irfan Sheriff65cff172010-02-08 10:46:30 -0800961
962 <!-- Wifi AP settings-->
Irfan Sheriff2ae37e82010-03-04 17:26:37 -0800963 <!-- Label for wifi tether checkbox. Toggles Access Point on/off -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700964 <string name="wifi_tether_checkbox_text">Portable Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -0800965 <!-- Subtext for wifi tether checkbox on success -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700966 <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 -0800967 <!-- Subtext for wifi tether checkbox on failure -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700968 <string name="wifi_tether_failed_subtext">Portable Wi-Fi hotspot error</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -0800969 <!-- Label for Wi-fi tether settings preference -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700970 <string name="wifi_tether_settings_text">Portable Wi-Fi hotspot settings</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -0800971 <!-- Subtext for Wi-fi tether settings preference -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700972 <string name="wifi_tether_settings_subtext">Set up &amp; manage portable Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -0800973 <!-- Title of the Wi-fi settings screen -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700974 <string name="wifi_tether_settings_title">Portable Wi-Fi hotspot settings</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -0800975 <!-- Used to open the ssid and security dialog for Wifi Access Point -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700976 <string name="wifi_tether_configure_ap_text">Configure Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -0800977 <!-- Subtext on configuration preference to indicate SSID and security chosen -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700978 <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 -0800979 <!-- Default access point SSID used for tethering -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -0700980 <string name="wifi_tether_configure_ssid_default">AndroidHotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -0800981
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800982
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800983 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
984 Wi-Fi Testing on the diagnostic screen-->
985 <string name="testing_wifi_info" translatable="false">Wifi information</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800986 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
987 Menu item for WifiManager disableNetwork API-->
988 <string name="disableNetwork" translatable="false">disableNetwork</string>
989 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
990 Menu item for WifiManager enableNetwork API-->
991 <string name="enableNetwork" translatable="false">enableNetwork</string>
992 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
993 Menu item for WifiManager disconnect API-->
994 <string name="disconnect" translatable="false">disconnect</string>
995 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
996 Menu item for WifiManager getConfiguredNetworks API-->
997 <string name="getConfiguredNetworks" translatable="false">getConfiguredNetworks</string>
998 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
999 Menu item for WifiManager getConnectionInfo API-->
1000 <string name="getConnectionInfo" translatable="false">getConnectionInfo</string>
1001 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1002 Menu item on Wifi information screen-->
1003 <string name="wifi_api_test" translatable="false">Wifi API</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001004 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1005 Menu item on Wifi information screen-->
1006 <string name="wifi_status_test" translatable="false">Wifi Status</string>
1007 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1008 Button text on Wifi Status screen-->
1009 <string name="wifi_update" translatable="false">Refresh Stats</string>
1010 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1011 Label on Wifi Status screen-->
1012 <string name="wifi_state_label" translatable="false">Wifi State :</string>
1013 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1014 Label on Wifi Status screen-->
1015 <string name="network_state_label" translatable="false">Network State :</string>
1016 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1017 Label on Wifi Status screen-->
1018 <string name="supplicant_state_label" translatable="false">Supplicant State :</string>
1019 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1020 Label on Wifi Status screen-->
1021 <string name="rssi_label" translatable="false">RSSI :</string>
1022 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1023 Label on Wifi Status screen-->
1024 <string name="bssid_label" translatable="false">BSSID :</string>
1025 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1026 Label on Wifi Status screen-->
1027 <string name="ssid_label" translatable="false">SSID :</string>
1028 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1029 Label on Wifi Status screen-->
1030 <string name="hidden_ssid_label" translatable="false">Hidden SSID :</string>
1031 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1032 Label on Wifi Status screen-->
1033 <string name="ipaddr_label" translatable="false">IPaddr :</string>
1034 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1035 Label on Wifi Status screen-->
1036 <string name="macaddr_label" translatable="false">MAC addr :</string>
1037 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1038 Label on Wifi Status screen-->
1039 <string name="networkid_label" translatable="false">Network ID :</string>
1040 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1041 Label on Wifi Status screen-->
1042 <string name="link_speed_label" translatable="false">Link Speed :</string>
1043 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1044 Label on Wifi Status screen-->
1045 <string name="scan_list_label" translatable="false">Scan results :</string>
1046
1047 <!-- wifi state values-->
1048 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1049 <string name="wifi_state_disabling" translatable="false">Disabling</string>
1050 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1051 <string name="wifi_state_disabled" translatable="false">Disabled</string>
1052 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1053 <string name="wifi_state_enabling" translatable="false">Enabling</string>
1054 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1055 <string name="wifi_state_enabled" translatable="false">Enabled</string>
1056 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1057 <string name="wifi_state_unknown" translatable="false">Unknown</string>
1058
1059 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1060 Menu item on Wifi information screen-->
1061 <string name="wifi_config_info" translatable="false">Wifi Config</string>
1062 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1063 Label on Wifi Configuration screen-->
1064 <string name="config_list_label" translatable="false">Configured Networks</string>
1065
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001066 <!-- Sound and alerts settings -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001067 <!-- Main Settings screen setting option name to go into the sound settings screen -->
1068 <string name="sound_settings_title">Sound</string>
1069 <!-- Main Settings screen setting option name to go into the display settings screen -->
1070 <string name="display_settings_title">Display</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001071 <!-- Sound settings screen heading -->
1072 <string name="sound_settings">Sound settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001073 <!-- Sound settings screen, setting option name checkbox -->
1074 <string name="silent_mode_title">Silent mode</string>
Jason Parekh2c9b3262009-03-24 17:48:28 -07001075 <!-- 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 -08001076 <string name="silent_mode_summary">Silence all sounds except media &amp; alarms</string>
Jason Parekh2c9b3262009-03-24 17:48:28 -07001077 <!-- 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. -->
1078 <string name="silent_mode_incl_alarm_summary">All sounds except media are silenced</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001079 <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
1080 <string name="ringtone_title">Phone ringtone</string>
1081 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001082 <string name="ringtone_summary">""</string>
1083 <!-- Sound settings screen, volume title -->
1084 <string name="all_volume_title">Volume</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001085 <!-- Sound settings screen, setting option name -->
1086 <string name="ring_volume_title">Ringer volume</string>
1087 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001088 <string name="ring_volume_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001089 <!-- Sound settings screen, setting option name checkbox -->
Daniel Sandler58cf8292010-02-26 15:25:04 -05001090 <string name="vibrate_in_silent_title">Vibrate when silent</string>
1091 <!-- Sound settings screen, setting option summary text -->
1092 <string name="vibrate_in_silent_summary">Allow vibration feedback in silent mode</string>
1093 <!-- Sound settings screen, setting option name checkbox -->
Daniel Sandler2c917842010-04-21 15:24:24 -04001094 <string name="vibrate_title">Vibrate</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001095 <!-- Sound settings screen, setting option summary text -->
Daniel Sandler2c917842010-04-21 15:24:24 -04001096 <string name="vibrate_summary">Vibration feedback for calls and notifications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001097 <!-- Sound settings screen, setting option name -->
1098 <string name="notification_sound_title">Notification ringtone</string>
1099 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001100 <string name="notification_sound_summary">""</string>
Amith Yamasani8f2fb65b2009-12-01 19:06:14 -08001101 <!-- Sound settings screen, notification light repeat pulsing title -->
1102 <string name="notification_pulse_title">Pulse notification light</string>
1103 <!-- Sound settings screen, notification light repeat pulsing summary -->
1104 <string name="notification_pulse_summary">Pulse trackball light repeatedly for new notifications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001105 <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001106 <string name="incoming_call_volume_title">Ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001107 <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001108 <string name="notification_volume_title">Notification</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001109 <!-- Sound settings screen, the caption of the checkbox for having the notification volume be
1110 the same as the incoming call volume. -->
1111 <string name="checkbox_notification_same_as_incoming_call">Use incoming call volume for notifications</string>
1112 <!-- Sound settings screen, setting option title-->
1113 <string name="notification_sound_dialog_title">Select notification ringtone</string>
1114 <!-- Sound settings screen, setting option name -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001115 <string name="media_volume_title">Media</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001116 <!-- Sound settings screen, setting option summary text -->
1117 <string name="media_volume_summary">Set volume for music and videos</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08001118 <!-- Sound settings screen, alarm volume slider title -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001119 <string name="alarm_volume_title">Alarm</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001120 <!-- Sound settings screen, dock settings summary-->
1121 <string name="dock_settings_summary">Audio settings for the attached dock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001122 <!-- Sound settings screen, setting check box label -->
1123 <string name="dtmf_tone_enable_title">Audible touch tones</string>
1124 <!-- Sound settings screen, setting option summary text when check box is selected -->
1125 <string name="dtmf_tone_enable_summary_on">Play tones when using dial pad</string>
1126 <!-- Sound settings screen, setting option summary text when check box is clear -->
1127 <string name="dtmf_tone_enable_summary_off">Play tones when using dial pad</string>
1128 <!-- Sound settings screen, setting check box label -->
1129 <string name="sound_effects_enable_title">Audible selection</string>
1130 <!-- Sound settings screen, setting option summary text when check box is selected -->
1131 <string name="sound_effects_enable_summary_on">Play sound when making screen selection</string>
1132 <!-- Sound settings screen, setting option summary text when check box is clear -->
1133 <string name="sound_effects_enable_summary_off">Play sound when making screen selection</string>
1134 <!-- Sound settings screen, setting check box label -->
Daniel Sandler231d8802010-02-17 15:35:21 -05001135 <string name="lock_sounds_enable_title">Screen lock sounds</string>
1136 <!-- Sound settings screen, setting option summary text when check box is selected -->
1137 <string name="lock_sounds_enable_summary_on">Play sounds when locking and unlocking the screen</string>
1138 <!-- Sound settings screen, setting option summary text when check box is clear -->
1139 <string name="lock_sounds_enable_summary_off">Play sounds when locking and unlocking the screen</string>
1140 <!-- Sound settings screen, setting check box label -->
Dan Murphy22e18682009-09-22 11:47:08 -05001141 <string name="haptic_feedback_enable_title">Haptic feedback</string>
1142 <!-- Sound settings screen, setting option summary text when check box is selected -->
1143 <string name="haptic_feedback_enable_summary_on">Vibrate when pressing soft keys and on certain UI interactions</string>
1144 <!-- Sound settings screen, setting option summary text when check box is clear -->
1145 <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 -07001146 <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments -->
1147 <string name="audio_record_proc_title">Noise cancellation</string>
1148 <!-- Sound settings screen, setting option summary text -->
1149 <string name="audio_record_proc_summary">Suppress background noise when speaking or recording.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001150
Amith Yamasani237749d2010-01-14 16:21:51 -08001151 <!-- Dock settings title, top level -->
1152 <string name="dock_settings">Dock</string>
1153 <!-- Dock settings title -->
1154 <string name="dock_settings_title">Dock settings</string>
1155 <!-- Dock audio settings -->
1156 <string name="dock_audio_settings_title">Audio</string>
1157 <!-- Dock audio summary for docked to desk dock -->
1158 <string name="dock_audio_summary_desk">Settings for the attached desktop dock</string>
1159 <!-- Dock audio summary for docked to car dock -->
1160 <string name="dock_audio_summary_car">Settings for the attached car dock</string>
1161 <!-- Dock audio summary for undocked -->
1162 <string name="dock_audio_summary_none">Phone not docked</string>
1163 <!-- Dock audio summary for docked to unknown -->
1164 <string name="dock_audio_summary_unknown">Settings for the attached dock</string>
1165 <!-- Dock not found dialog title -->
1166 <string name="dock_not_found_title">Dock not found</string>
1167 <!-- Dock not found dialog text -->
Amith Yamasani0e2ab4f2010-01-14 16:12:21 -08001168 <string name="dock_not_found_text">The phone must be docked to configure dock audio</string>
Daniel Sandlerfc01d062010-03-02 20:24:49 -05001169 <!-- Dock settings screen, dock events SFX setting check box label -->
1170 <string name="dock_sounds_enable_title">Dock insertion sound</string>
1171 <!-- Dock settings screen, setting option summary text when check box is selected -->
1172 <string name="dock_sounds_enable_summary_on">Play sound when inserting or removing phone from dock</string>
1173 <!-- Sound settings screen, setting option summary text when check box is clear -->
Daniel Sandler2a57f192010-03-04 14:08:48 -05001174 <string name="dock_sounds_enable_summary_off">Don\'t play sound when inserting or removing phone from dock</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08001175
Jim Millerb6f10802009-07-31 14:41:24 -07001176 <!-- Acounts & Sync settings screen setting option name to go into the screen for data sync settings-->
Amith Yamasania0dc3462009-08-24 12:52:42 -07001177 <string name="sync_settings">Accounts &amp; sync</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001178 <!-- 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 -07001179 <string name="sync_settings_summary">Add or remove accounts and change account settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001180
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001181 <!-- Main Settings screen, setting option name to go into search settings -->
1182 <string name="search_settings">Search</string>
1183 <!-- Main Settings screen, setting option summary to go into search settings -->
Roy Westd2e3b012009-06-25 13:40:28 -07001184 <string name="search_settings_summary">Manage search settings and history</string>
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001185
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001186 <!-- Display settings -->
1187 <!-- Sound & display settings screen, section header for settings related to display -->
1188 <string name="display_settings">Display settings</string>
1189 <!-- Sound & display settings screen, animations check box label -->
1190 <string name="animations_title">Animation</string>
1191 <!-- Sound & display settings screen, animations option summary text when check box is selected -->
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07001192 <string name="animations_summary_on">Show animation when opening &amp; closing windows</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001193 <!-- Sound & display settings screen, animations option summary text when check box is clear -->
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07001194 <string name="animations_summary_off">Show animation when opening &amp; closing windows</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001195 <!-- Sound & display settings screen, accelerometer-based rotation check box label -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001196 <string name="accelerometer_title">Auto-rotate screen</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001197 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
1198 <string name="accelerometer_summary_on">Switch orientation automatically when rotating phone</string>
1199 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
1200 <string name="accelerometer_summary_off">Switch orientation automatically when rotating phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001201 <!-- Sound & display settings screen, setting option name to change brightness -->
1202 <string name="brightness">Brightness</string>
1203 <!-- Sound & display settings screen, setting option summary to change brightness -->
1204 <string name="brightness_summary">Adjust the brightness of the screen</string>
1205 <!-- Sound & display settings screen, setting option name to change screen timeout -->
1206 <string name="screen_timeout">Screen timeout</string>
1207 <!-- Sound & display settings screen, setting option summary to change screen timeout -->
1208 <string name="screen_timeout_summary">Adjust the delay before the screen automatically turns off</string>
Dan Murphya0968882009-08-27 15:05:23 -05001209 <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
1210 <string name="automatic_brightness">Automatic brightness</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001211
1212 <!-- SIM lock settings title -->
1213 <string name="sim_lock_settings">SIM card lock settings</string>
1214 <!-- Security & location settings screen, setting option name -->
1215 <string name="sim_lock_settings_category">Set up SIM card lock</string>
1216 <!-- Security & location settings screen, section heading for settings related to sim card locking -->
1217 <string name="sim_lock_settings_title">SIM card lock</string>
1218 <!-- SIM card lock settings screen, setting check box label -->
1219 <string name="sim_pin_toggle">Lock SIM card</string>
1220 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
1221 <string name="sim_lock_on">Require PIN to use phone</string>
1222 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
1223 <string name="sim_lock_off">Require PIN to use phone</string>
1224 <!-- SIM card lock settings screen, setting option name to change the SIM PIN -->
1225 <string name="sim_pin_change">Change SIM PIN</string>
1226 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1227 <string name="sim_enter_pin">SIM PIN</string>
1228 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1229 <string name="sim_enable_sim_lock">Lock SIM card</string>
1230 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1231 <string name="sim_disable_sim_lock">Unlock SIM card</string>
1232 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1233 <string name="sim_enter_old">Old SIM PIN</string>
1234 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1235 <string name="sim_enter_new">New SIM PIN</string>
1236 <string name="sim_reenter_new">Re-type new PIN</string>
1237 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1238 <string name="sim_change_pin">SIM PIN</string>
1239 <!-- SIM card lock settings screen, SIM PIN dialog message when wrong PIN is entered -->
1240 <string name="sim_bad_pin">Incorrect PIN!</string>
1241 <!-- SIM card lock settings screen, SIM PIN dialog message when PINs don't match -->
1242 <string name="sim_pins_dont_match">PINs don\'t match!</string>
1243 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1244 <string name="sim_change_failed">Unable to change PIN.\nPossibly incorrect PIN.</string>
1245 <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct-->
1246 <string name="sim_change_succeeded">SIM PIN changed successfully</string>
1247 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1248 <string name="sim_lock_failed">Unable to change SIM card lock state.\nPossibly incorrect PIN.</string>
1249 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1250 <string name="sim_enter_ok">OK</string>
1251 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1252 <string name="sim_enter_cancel">Cancel</string>
1253
1254 <!-- Advanced (used for diagnostics) device info activity title -->
1255 <string name="device_info_settings">Phone status</string>
1256
1257 <!-- About phone screen, list item title. Takes the user to the screen for seeing and installing system updates. -->
1258 <string name="system_update_settings_list_item_title">System updates</string>
1259 <!-- 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 -08001260 <string name="system_update_settings_list_item_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001261
1262 <!-- About phone screen, status item label -->
mah03878a42010-02-18 13:11:19 -08001263 <string name="firmware_version">Android version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001264 <!-- About phone screen, status item label-->
1265 <string name="model_number">Model number</string>
1266 <!-- About phone screen, setting option name-->
1267 <string name="baseband_version">Baseband version</string>
1268 <!-- About phone screen, setting option name-->
1269 <string name="kernel_version">Kernel version</string>
1270 <!-- About phone screen, setting option name-->
1271 <string name="build_number">Build number</string>
1272
1273 <!-- About phone screen, show when a value of some status item is unavailable. -->
1274 <string name="device_info_not_available">Not available</string>
1275 <!-- About phone screen, phone status screen title -->
1276 <string name="device_status_activity_title">Status</string>
1277 <!-- About phone screen, title of the item to go into the Phone status screen -->
1278 <string name="device_status">Status</string>
1279 <!-- About phone screen, summary of the item to go into the phone status screen -->
Chouting Zhang386278a2009-06-24 14:25:43 -05001280 <string name="device_status_summary">Phone number, signal, etc.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001281 <!-- Main settings screen item's title to go into the SD card and storage settings screen-->
Amith Yamasanid7993472010-08-18 13:59:28 -07001282 <string name="storage_settings">Storage</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -07001283 <!-- SD card and storage settings screen title -->
Amith Yamasanid7993472010-08-18 13:59:28 -07001284 <string name="storage_settings_title">Storage settings</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001285 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001286 <string name="storage_settings_summary">Unmount SD card, view available storage</string>
1287 <!-- Do not translate. About phone, status item title -->
1288 <string name="status_imei">IMEI</string>
1289 <!-- Do not translate. About phone, status item title -->
1290 <string name="status_imei_sv">IMEI SV</string>
1291 <!-- About phone, status item title. The phone number of the current device.-->
Chouting Zhang386278a2009-06-24 14:25:43 -05001292 <string name="status_number">My phone number</string>
1293 <!-- About phone, status item title. The phone MIN number of the current device.-->
1294 <string name="status_min_number">MIN</string>
1295 <!-- About phone, status item title. The phone PRL Version of the current device.-->
1296 <string name="status_prl_version">PRL Version</string>
1297 <!-- About phone, status item title. The phone MEID number of the current device.-->
1298 <string name="status_meid_number">MEID</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001299 <!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
1300 <string name="status_network_type">Mobile network type</string>
1301 <!-- About phone, status item title. The status of data access. For example, the value may be "Connected" -->
1302 <string name="status_data_state">Mobile network state</string>
1303 <!-- About phone, status item title. The status of whether we have service. for example, the value may be "In service" -->
1304 <string name="status_service_state">Service state</string>
1305 <!-- About phone, status item title. The current cell tower signal strength -->
1306 <string name="status_signal_strength">Signal strength</string>
1307 <!-- About phone, status item title, The status for roaming. For example, the value might be "Not roaming" -->
1308 <string name="status_roaming">Roaming</string>
1309 <!-- About phone, status item title. The cell carrier that the user is connected to. -->
1310 <string name="status_operator">Network</string>
1311 <!-- About phone, status item title. The MAC address of the Wi-Fi network adapter. -->
1312 <string name="status_wifi_mac_address">Wi-Fi MAC address</string>
1313 <!-- About phone, status item title. The bluetooth adapter's hardware address-->
1314 <string name="status_bt_address">Bluetooth address</string>
1315 <!-- About phone, status item value if the actual value is not available. -->
1316 <string name="status_unavailable">Unavailable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001317 <!-- About phone, status item title. How long the device has been running since its last reboot. -->
1318 <string name="status_up_time">Up time</string>
1319 <!-- About phone, status item title. How much time the device has had its main CPU awake. -->
1320 <string name="status_awake_time">Awake time</string>
1321 <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the phone's internal storage -->
1322 <string name="internal_memory">Internal phone storage</string>
1323 <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card -->
1324 <string name="sd_memory">SD card</string>
1325 <!-- 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. -->
1326 <string name="memory_available">Available space</string>
1327 <!-- 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 -->
1328 <string name="memory_size">Total space</string>
1329 <!-- 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. -->
1330 <string name="sd_eject">Unmount SD card</string>
1331 <!-- 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. -->
1332 <string name="sd_eject_summary">Unmount the SD card for safe removal</string>
Mike Lockwood3d713b12010-08-31 14:38:44 -04001333 <!-- 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. -->
1334 <string name="ptp_mode">Enable PTP mode</string>
1335 <!-- SD card & phone storage settings item summary 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. -->
1336 <string name="ptp_mode_summary">Appear on USB as a PTP camera device instead of an MTP device</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08001337
San Mehat35351fa2010-01-06 21:41:47 -08001338 <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
1339 <string name="sd_insert_summary">Insert an SD card for mounting</string>
1340 <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
1341 <string name="sd_mount">Mount SD card</string>
1342 <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
1343 <string name="sd_mount_summary">Mount the SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001344 <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card. -->
1345 <string name="sd_format">Format SD card</string>
1346 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. -->
1347 <string name="sd_format_summary">Format (erase) the SD card</string>
1348 <!-- SD card status when it is not available status -->
1349 <string name="sd_unavailable">Unavailable</string>
1350 <!-- SD card status when it is mounted as read only -->
1351 <string name="read_only">\u0020(Read-only)</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001352 <!-- SD card eject confirmation dialog title -->
Roy West40d9f1b2010-03-11 14:55:40 -08001353 <string name="dlg_confirm_unmount_title">Unmount SD card</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001354 <!-- SD card eject confirmation dialog -->
Roy West40d9f1b2010-03-11 14:55:40 -08001355 <string name="dlg_confirm_unmount_text">If you unmount the SD card, some applications you are using will stop and may be unavailable until you remount the SD card.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001356 <!-- SD card eject error dialog title -->
Roy West40d9f1b2010-03-11 14:55:40 -08001357 <string name="dlg_error_unmount_title">Unmount SD card failed</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001358 <!-- SD card eject error dialog text -->
Roy West40d9f1b2010-03-11 14:55:40 -08001359 <string name="dlg_error_unmount_text">Cannot unmount SD card. Try again later.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001360 <!-- SD card unmount informative text -->
Roy West40d9f1b2010-03-11 14:55:40 -08001361 <string name="unmount_inform_text">SD card will be unmounted. Check the notification area for status.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001362 <!-- SD card eject progress title -->
1363 <string name="sd_ejecting_title">Unmounting</string>
1364 <!-- SD card eject progress text -->
1365 <string name="sd_ejecting_summary">Unmount in progress</string>
1366
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001367 <!-- Phone info screen, section titles: -->
1368 <string name="battery_status_title">Battery status</string>
1369 <!-- Phone info screen, section titles: -->
1370 <string name="battery_level_title">Battery level</string>
1371
1372 <!-- APN Settings -->
1373 <!-- APN settings screen title -->
1374 <string name="apn_settings">APNs</string>
1375 <!-- Screen title after user selects APNs setting option -->
1376 <string name="apn_edit">Edit access point</string>
1377 <!-- Edit access point label summary text when no value has been set -->
1378 <string name="apn_not_set">&lt;Not set&gt;</string>
1379 <!-- Edit access point labels: A label the user can give to the APN to allow him to differentiate it from the others -->
1380 <string name="apn_name">Name</string>
1381 <!-- Edit access point labels: The actual access point name-->
1382 <string name="apn_apn">APN</string>
1383 <!-- Edit access point labels: The addess of the proxy to use for this APN -->
1384 <string name="apn_http_proxy">Proxy</string>
1385 <!-- Edit access point labels: The port number of the proxy to use for this APN -->
1386 <string name="apn_http_port">Port</string>
1387 <!-- Edit access point labels: The username that will be used when conencting to this APN-->
1388 <string name="apn_user">Username</string>
1389 <!-- Edit access point labels: The password that will be used when connecting to this APN -->
1390 <string name="apn_password">Password</string>
1391 <!-- Edit access point labels: The server address to conenct to for this APN -->
1392 <string name="apn_server">Server</string>
1393 <!-- Edit access point labels: -->
1394 <string name="apn_mmsc">MMSC</string>
1395 <!-- Edit access point labels: The proxy to use for MMS (multimedia messages)-->
1396 <string name="apn_mms_proxy">MMS proxy</string>
1397 <!-- Edit access point labels: The port on the proxy used for MMS-->
1398 <string name="apn_mms_port">MMS port</string>
1399 <!-- Edit access point labels: -->
1400 <string name="apn_mcc">MCC</string>
1401 <!-- Edit access point labels: -->
1402 <string name="apn_mnc">MNC</string>
Jaikumar Ganesh1eb1df02009-09-30 09:43:34 -07001403 <!-- Edit acces point labels: Authenticaton type-->
1404 <string name="apn_auth_type">Authentication type</string>
1405 <!-- Authentication Typs: None -->
1406 <string name="apn_auth_type_none">None</string>
1407 <!-- Authentication Typs: PAP -->
1408 <string name="apn_auth_type_pap">PAP</string>
1409 <!-- Authentication Typs: CHAP -->
1410 <string name="apn_auth_type_chap">CHAP</string>
1411 <!-- Authentication Typs: PAP or CHAP -->
1412 <string name="apn_auth_type_pap_chap">PAP or CHAP</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001413 <!-- Edit access point labels: The type of APN -->
1414 <string name="apn_type">APN type</string>
1415 <!-- Edit access point screen menu option to delete this APN -->
1416 <string name="menu_delete">Delete APN</string>
1417 <!-- APNs screen menu option to create a brand spanking new APN -->
1418 <string name="menu_new">New APN</string>
1419 <!-- Edit access point screen menu option to save the user's changes for this APN to the persistent storage -->
1420 <string name="menu_save">Save</string>
1421 <!-- Edit access point screen menu option to discard the user's changes for this APN -->
1422 <string name="menu_cancel">Discard</string>
1423 <!-- APN error dialog title -->
1424 <string name="error_title">Attention</string>
1425 <!-- APN error dialog messages: -->
1426 <string name="error_name_empty">The Name field cannot be empty.</string>
1427 <!-- APN error dialog messages: -->
1428 <string name="error_apn_empty">The APN cannot be empty.</string>
1429 <!-- APN error dialog messages: -->
1430 <string name="error_mcc_not3">MCC field must be 3 digits.</string>
1431 <!-- APN error dialog messages: -->
1432 <string name="error_mnc_not23">MNC field must be 2 or 3 digits.</string>
1433 <!-- The message of dialog indicated restoring default APN settings in progress -->
1434 <string name="restore_default_apn">Restoring default APN settings</string>
Jim Miller00d24762009-12-22 19:04:57 -08001435 <!-- APNs screen menu option to reset default APN settings -->
1436 <string name="menu_restore">Reset to default</string>
1437 <!-- APNs screen toast message to inform reset default APN settings is completed -->
1438 <string name="restore_default_apn_completed">Reset default APN settings completed</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001439
1440 <!-- Master Clear -->
1441 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
1442 <string name="master_clear_title">Factory data reset</string>
1443 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1444 <string name="master_clear_summary">Erases all data on phone</string>
1445 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset -->
Roy West1a728bd2009-07-08 08:03:35 -07001446 <string name="master_clear_desc">"This will erase all data from your phone, including:\n<li>Your Google account</li>\n<li>System and application data and settings</li>\n<li>Downloaded applications</li>\nIt will not erase:\n<li>Current system software and bundled applications</li>\n<li>SD card files, such as music or photos</li>"</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001447 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1448 <string name="master_clear_button_text">Reset phone</string>
1449 <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button -->
Roy West14fa2b92009-06-16 14:07:55 -07001450 <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 -08001451 <!-- SD card & phone storage settings screen, button on screen after user selects Reset phone button -->
1452 <string name="master_clear_final_button_text">Erase everything</string>
1453 <!-- Message to draw an unlock pattern before clearing the device -->
1454 <string name="master_clear_gesture_prompt">Draw your unlock pattern</string>
1455 <!-- Explanation of drawing unlockp attern to reset phone -->
1456 <string name="master_clear_gesture_explanation">You must draw your unlock pattern to confirm a phone reset.</string>
1457 <!-- Master clear failed message -->
1458 <string name="master_clear_failed">No reset was performed because the System Clear service is not available.</string>
1459
1460 <!-- Media Format -->
1461 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
1462 <string name="media_format_title">Format SD card.</string>
1463 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1464 <string name="media_format_summary">Erases all data on the SD card</string>
1465 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset -->
1466 <string name="media_format_desc">This action will erase the SD card in the phone. You will lose ALL data on the card!</string>
1467 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1468 <string name="media_format_button_text">Format SD card</string>
1469 <!-- SD card & phone storage settings screen, message on screen after user selects Format media button -->
1470 <string name="media_format_final_desc">Format SD card, erasing all your media? Action cannot be reversed!</string>
1471 <!-- SD card & phone storage settings screen, button on screen after user selects Format media button -->
1472 <string name="media_format_final_button_text">Erase everything</string>
1473 <!-- Message to draw an unlock pattern before clearing the device -->
1474 <string name="media_format_gesture_prompt">Draw your unlock pattern</string>
1475 <!-- Explanation of drawing unlock pattern to format card -->
1476 <string name="media_format_gesture_explanation">You must draw your unlock pattern to confirm an SD card format.</string>
1477
1478 <!-- Main settings screen, Call settings title for item to go into the call settings -->
1479 <string name="call_settings_title">Call settings</string>
1480 <!-- Main settings screen, Call settings summary for item to go into call settings -->
1481 <string name="call_settings_summary">Set up voicemail, call forwarding, call waiting, caller ID</string>
1482
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001483 <!-- Tethering controls, item title to go into the tethering settings -->
Danica Chang32711b62010-08-10 18:41:29 -07001484 <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
1485 <string name="tether_settings_title_usb">USB tethering</string>
1486 <!-- 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 -07001487 <string name="tether_settings_title_wifi">Portable hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07001488 <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
1489 <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
1490 <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
1491 <string name="tether_settings_title_usb_bluetooth">Tethering</string>
1492 <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
1493 <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
1494
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001495 <!-- Tethering controls, the item summary for the user to go into the tethering settings -->
Danica Chang32711b62010-08-10 18:41:29 -07001496 <!-- Tethering controls, the item summary for the user to go into the tethering settings when only USB tethering is available [CHAR LIMIT=100]-->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001497 <string name="tether_settings_summary_usb">Share your phone\'s mobile data connection via USB</string>
Danica Chang32711b62010-08-10 18:41:29 -07001498 <!-- Tethering controls, the item summary for the user to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=100]-->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001499 <string name="tether_settings_summary_wifi">Share your phone\'s mobile connection as a portable Wi-Fi hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07001500 <!-- Tethering controls, the item summary for the user to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=100]-->
1501 <string name="tether_settings_summary_bluetooth">Share your phone\'s mobile connection via Bluetooth</string>
1502 <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Wifi tethering are available [CHAR LIMIT=100]-->
1503 <string name="tether_settings_summary_usb_wifi">Share your phone\'s mobile data connection via USB or as a portable Wi-Fi hotspot</string>
1504 <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=100]-->
1505 <string name="tether_settings_summary_usb_bluetooth">Share your phone\'s mobile data connection via USB or Bluetooth</string>
1506 <!-- Tethering controls, the item summary for the user to go into the tethering settings when Bluetooth and Wifi tethering are available [CHAR LIMIT=100]-->
1507 <string name="tether_settings_summary_wifi_bluetooth">Share your phone\'s mobile data connection via Bluetooth or as a portable Wi-Fi hotspot</string>
1508 <!-- 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]-->
1509 <string name="tether_settings_summary_all">Share your phone\'s mobile data connection via USB, Wi-Fi, or Bluetooth</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001510
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001511 <!-- USB Tethering options -->
Irfan Sheriff65cff172010-02-08 10:46:30 -08001512 <string name="usb_title">USB</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001513 <string name="usb_tethering_button_text">USB tethering</string>
1514 <!-- USB available subtext - shown when USB is connected but not currently being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001515 <string name="usb_tethering_available_subtext">USB connected, check to tether</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001516 <!-- USB tethered subtext - shown when USB is connected and being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001517 <string name="usb_tethering_active_subtext">Tethered</string>
Mike Lockwood26dad3e2010-03-03 06:19:55 -05001518 <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001519 <string name="usb_tethering_storage_active_subtext">Can\'t tether when USB storage in use</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001520 <!-- USB unavailable subtext - shown when USB is not connected -->
1521 <string name="usb_tethering_unavailable_subtext">USB not connected</string>
Robert Greenwaltd5f121c2010-03-02 17:33:11 -08001522 <!-- USB errored subtext - shown when USB is broken for some reason -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001523 <string name="usb_tethering_errored_subtext">USB tethering error</string>
1524
Danica Chang32711b62010-08-10 18:41:29 -07001525 <!-- Bluetooth Tethering settings-->
1526 <!-- Label for bluetooth tether checkbox [CHAR LIMIT=25]-->
1527 <string name="bluetooth_tether_checkbox_text">Bluetooth tethering</string>
1528 <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
1529 <string name="bluetooth_tethering_available_subtext">Bluetooth tethering on, but not connected</string>
1530 <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=50]-->
1531 <string name="bluetooth_tethering_connected_subtext">Bluetooth tethering on and connected</string>
1532 <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
1533 <string name="bluetooth_tethering_off_subtext">Bluetooth tethering off</string>
1534 <!-- Bluetooth errored subtext - shown when Bluetooth is broken for some reason [CHAR LIMIT=50]-->
1535 <string name="bluetooth_tethering_errored_subtext">Bluetooth tethering error</string>
1536 <!-- Bluetooth Tethering settings. Error message shown when trying to connect an 8th device [CHAR LIMIT=50]-->
1537 <string name="bluetooth_tethering_overflow_error">Cannot tether to more than <xliff:g id="maxConnection">%1$d</xliff:g> devices</string>
1538 <!-- Bluetooth Tethering settings. Message for untethering from a bluetooth device [CHAR LIMIT=50]-->
1539 <string name="bluetooth_untether_blank"><xliff:g id="device_name">%1$s</xliff:g> will be untethered.</string>
1540
1541 <string name="bluetooth_tether_settings_text">Bluetooth tethering settings</string>
1542 <string name="bluetooth_tether_settings_subtext">Select Bluetooth devices to tether</string>
1543
1544 <!-- Tethering help button - calls up a web view with general tethering info -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001545 <string name="tethering_help_button_text">Help</string>
Robert Greenwalt209177a2010-03-04 13:29:02 -08001546
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001547 <!-- Wireless controls, item title to go into the network settings -->
1548 <string name="network_settings_title">Mobile networks</string>
1549 <!-- Wireless controls, the item summary for the user to go into the network settings -->
1550 <string name="network_settings_summary">Set options for roaming, networks, APNs</string>
1551
1552 <!-- Security & location settings screen, section header for settings relating to location -->
Amith Yamasanif06d8692009-06-11 22:32:33 -07001553 <string name="location_title">My Location</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001554 <!-- Security & location settings screen, setting check box label if the user wants to use wireless network-based positioning (cell ID, wifi, etc.) -->
1555 <string name="location_network_based">Use wireless networks</string>
1556 <!-- Security & location settings screen, setting summary when Use wireless networks check box is clear -->
1557 <string name="location_networks_disabled">See location in applications (such as Maps) using wireless networks</string>
1558 <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected -->
1559 <string name="location_neighborhood_level">Location determined by Wi-Fi and/or mobile networks</string>
1560 <!-- Security & location settings screen, setting check box label if the GPS receiver should be enabled -->
Roy West0ce6f6d2009-09-23 13:07:19 -07001561 <string name="location_gps">Use GPS satellites</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001562 <!-- [CHAR LIMIT=100] Security & location settings screen, setting summary when Use GPS satellites check box is selected -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07001563 <string name="location_street_level">When locating, accurate to street level</string>
Roy West0ce6f6d2009-09-23 13:07:19 -07001564 <!-- Security & location settings screen, setting summary when Use GPS satellites check box is clear -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001565 <string name="location_gps_disabled">Locate to street-level (requires more battery plus view of sky)</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04001566 <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled -->
Roy West0ce6f6d2009-09-23 13:07:19 -07001567 <string name="assisted_gps">Use assisted GPS</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04001568 <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected -->
Roy West0ce6f6d2009-09-23 13:07:19 -07001569 <string name="assisted_gps_enabled">Use server to assist GPS (uncheck to reduce network usage)</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04001570 <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear -->
Roy West0ce6f6d2009-09-23 13:07:19 -07001571 <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string>
Amith Yamasanif06d8692009-06-11 22:32:33 -07001572
1573 <!-- About --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001574 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
1575 <string name="about_settings">About phone</string>
1576 <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
1577 <string name="about_settings_summary">View legal info, phone status, software version</string>
1578 <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
1579 <string name="legal_information">Legal information</string>
1580 <!-- About phone settings screen, setting option name to see a list of contributors -->
1581 <string name="contributors_title">Contributors</string>
1582 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1583 <!-- About phone settings screen, setting option name to see copyright-related info -->
1584 <string name="copyright_title">Copyright</string>
1585 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1586 <!-- About phone settings screen, setting option name to see licensing info -->
1587 <string name="license_title">License</string>
1588 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1589 <!-- About phone settings screen, setting option name to see terms and conditions -->
1590 <string name="terms_title">Terms and conditions</string>
Jim Miller60af9532009-03-25 18:18:35 -07001591 <!-- About phone settings screen, running the System Tutorial -->
Roy Westdb33eb02009-06-19 15:24:28 -07001592 <string name="system_tutorial_list_item_title">System tutorial</string>
Jim Miller60af9532009-03-25 18:18:35 -07001593 <!-- About phone settings screen, summary of what System Tutorial does -->
1594 <string name="system_tutorial_list_item_summary">Learn how to use your phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001595
1596 <!-- Title for actual Settings license activity. --> <skip />
1597 <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
1598 <string name="settings_license_activity_title">Open source licenses</string>
1599 <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
1600 <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
1601 <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
1602 <string name="settings_license_activity_loading">Loading\u2026</string>
1603
Wink Savillea40fb232009-09-26 16:47:18 -07001604 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
1605 <string name="settings_safetylegal_title">Safety information</string>
1606 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
1607 <string name="settings_safetylegal_activity_title">Safety information</string>
1608 <!-- About phone settings screen, Safety legal dialog message when data network is not connected -->
1609 <string name="settings_safetylegal_activity_unreachable">Your phone is not connected to a data service. To view this information now, go to %s from any computer connected to the Internet.</string>
1610 <!-- About phone settings screen, Safety Legal dialog title until the link is fully loaded -->
1611 <string name="settings_safetylegal_activity_loading">Loading\u2026</string>
1612
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001613 <!-- Lock Pattern settings -->
Jim Miller00d24762009-12-22 19:04:57 -08001614 <!-- Header on first screen of choose password/PIN flow -->
1615 <string name="lockpassword_choose_your_password_header">Choose your password</string>
Jim Miller122b6c82010-02-10 19:53:58 -08001616 <!-- Header on first screen of choose password/PIN flow -->
1617 <string name="lockpassword_choose_your_pin_header">Choose your PIN</string>
Jim Miller00d24762009-12-22 19:04:57 -08001618 <!-- Header on password confirm screen -->
Jim Miller122b6c82010-02-10 19:53:58 -08001619 <string name="lockpassword_confirm_your_password_header">Confirm your password</string>
1620 <!-- Header on password confirm screen -->
1621 <string name="lockpassword_confirm_your_pin_header">Confirm your PIN</string>
Jim Miller00d24762009-12-22 19:04:57 -08001622 <!-- Header on password confirm screen if second password doesn't match the first. -->
1623 <string name="lockpassword_confirm_passwords_dont_match">Passwords don\'t match</string>
Jim Miller122b6c82010-02-10 19:53:58 -08001624 <!-- Header on pin confirm screen if second pin doesn't match the first. -->
1625 <string name="lockpassword_confirm_pins_dont_match">PINs don\'t match</string>
1626 <!-- Toast shown if setting password was successful -->
1627 <string name="lockpassword_password_set_toast">Password has been set</string>
1628 <!-- Toast shown if setting PIN was successful -->
1629 <string name="lockpassword_pin_set_toast">PIN has been set</string>
1630 <!-- Toast shown if setting pattern was successful -->
1631 <string name="lockpassword_pattern_set_toast">Pattern has been set</string>
Jim Miller00d24762009-12-22 19:04:57 -08001632
1633 <!-- Lock Pattern settings -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001634 <!-- Security & location settings screen, header -->
Jim Miller122b6c82010-02-10 19:53:58 -08001635 <string name="lock_settings_title">Screen unlock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001636 <!-- Security & location settings screen, setting option name -->
1637 <string name="lockpattern_change_lock_pattern_label">Change unlock pattern</string>
1638 <!-- 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 -08001639 <string name="lockpattern_change_lock_pin_label">Change unlock PIN</string>
1640 <!-- 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 -08001641 <string name="lockpattern_need_to_unlock">Confirm saved pattern</string>
1642 <!-- Do not translate. -->
1643 <string name="lockpattern_need_to_unlock_footer"></string>
1644 <!-- Security & location settings screen, change unlock pattern screen instruction if user draws incorrect pattern -->
1645 <string name="lockpattern_need_to_unlock_wrong">Sorry, try again:</string>
1646 <!-- Do not translate. -->
1647 <string name="lockpattern_need_to_unlock_wrong_footer"></string>
1648 <!-- 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)..-->
1649 <string name="lockpattern_recording_intro_header">Draw an unlock pattern</string>
1650 <!-- 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. -->
1651 <string name="lockpattern_recording_intro_footer">Press Menu for help.</string>
1652 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen while drawing pattern -->
1653 <string name="lockpattern_recording_inprogress">Release finger when done.</string>
1654 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots -->
1655 <string name="lockpattern_recording_incorrect_too_short">Connect at least <xliff:g id="number">%d</xliff:g> dots. Try again:</string>
1656 <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern -->
1657 <string name="lockpattern_pattern_entered_header">Pattern recorded!</string>
1658 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern -->
1659 <string name="lockpattern_need_to_confirm">Draw pattern again to confirm:</string>
1660 <string name="lockpattern_pattern_confirmed_header">Your new unlock pattern:</string>
1661 <!-- 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. -->
1662 <string name="lockpattern_confirm_button_text">Confirm</string>
1663 <!-- 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. -->
1664 <string name="lockpattern_restart_button_text">Redraw</string>
1665 <!-- 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 -->
1666 <string name="lockpattern_retry_button_text">Retry</string>
1667 <!-- 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 -->
1668 <string name="lockpattern_continue_button_text">Continue</string>
1669 <!-- Security & location settings screen, unlock screen activity title -->
1670 <string name="lockpattern_settings_title">Unlock pattern</string>
1671 <!-- Security & location settings screen, setting check box title if the unlock pattern MUST be drawn everytime they turn on the screen -->
1672 <string name="lockpattern_settings_enable_title">Require pattern</string>
1673 <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" -->
1674 <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string>
1675 <!-- 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.-->
1676 <string name="lockpattern_settings_enable_visible_pattern_title">Use visible pattern</string>
1677 <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.-->
1678 <string name="lockpattern_settings_enable_tactile_feedback_title">Use tactile feedback</string>
1679 <!-- Security & location settings screen, setting option name when user has never set an unlock pattern -->
1680 <string name="lockpattern_settings_choose_lock_pattern">Set unlock pattern</string>
1681 <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern -->
1682 <string name="lockpattern_settings_change_lock_pattern">Change unlock pattern</string>
1683 <!-- Security & location settings screen, the help instructions (an animation) caption -->
1684 <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
1685 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen after too many incorrect attempts -->
1686 <string name="lockpattern_too_many_failed_confirmation_attempts_header">Too many incorrect attempts!</string>
1687 <!-- Security & location settings screen, change unlock pattern screen countdown hint on bottom of screen after too many incorrect attempts -->
1688 <string name="lockpattern_too_many_failed_confirmation_attempts_footer">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
1689
1690 <!-- ChooseLockPatternTutorial --> <skip />
1691 <!-- ChooseLockPatternTutorial, button labels: This is to cancel the tutorial -->
1692 <string name="skip_button_label">Cancel</string>
1693 <!-- ChooseLockPatternTutorial, button labels: Continue to the next page of the tutorial -->
1694 <string name="next_button_label">Next</string>
1695 <!-- ChooseLockPatternTutorial, tutorial screen title -->
1696 <string name="lock_title">Securing your phone</string>
1697 <!-- ChooseLockPatternTutorial, tutorial screen text -->
1698 <string name="lock_intro_message"><font size="17">Protect your phone from unauthorized use by creating a personal screen unlock pattern.
1699 \n<font height="17">\n</font><b>1</b>\u00A0 On the next screen, watch while an example pattern is drawn.
1700 \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.
1701 \n<font height="17">\n</font><b>3</b>\u00A0 Redraw your pattern to confirm.
Roy West0ce6f6d2009-09-23 13:07:19 -07001702 \n<font height="17">\n</font><b>Ready to start? Touch \u201CNext\u201D</b>.
1703 \n<font height="3">\n</font>To leave your phone unprotected, touch \u201CCancel\u201D.</font>
Jim Miller00d24762009-12-22 19:04:57 -08001704 </string>
1705
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001706 <!-- ChooseLockPatternExample --> <skip />
1707 <!-- ChooseLockPatternExample, screen title that shows an example pattern -->
1708 <string name="lock_example_title">Example pattern</string>
1709 <!-- ChooseLockPatternExample, screen hint text at bottom of screen. These are instructions and rules for drawing a good patttern -->
1710 <string name="lock_example_message">Connect at least four dots.\n
Roy West0ce6f6d2009-09-23 13:07:19 -07001711 \nTouch \u201CNext\u201D when you\u2019re ready to draw your own pattern.
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001712 </string>
1713
1714 <!-- Applications Settings --> <skip />
1715 <!-- Applications settings screen, setting option name for the user to go to the screen to manage installed applications -->
1716 <string name="manageapplications_settings_title">Manage applications</string>
1717 <!-- Applications settings screen, setting option summary for the user to go to the screen to manage installed applications -->
1718 <string name="manageapplications_settings_summary">Manage and remove installed applications</string>
1719 <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
1720 <string name="applications_settings">Applications</string>
1721 <!-- 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. -->
1722 <string name="applications_settings_summary">Manage applications, set up quick launch shortcuts</string>
1723 <!-- Applications settings screen heading. The header for the Application settings screen. -->
1724 <string name="applications_settings_header">Application settings</string>
1725 <!-- 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. -->
1726 <string name="install_applications">Unknown sources</string>
1727 <!-- Applications settings screen, setting check box summary. This is the summary for "Unknown sources" checkbox -->
Joe LaPenna626b4a12009-07-23 18:46:47 -07001728 <string name="install_unknown_applications">Allow installation of non-Market applications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001729 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
1730 <string name="install_all_warning">Your phone and personal data are more vulnerable to attack by applications
1731 from unknown sources. You agree that you are solely responsible for any
1732 damage to your phone or loss of data that may result from using
1733 these applications.</string>
1734 <!-- 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 -->
1735 <string name="application_info_label">Application info</string>
1736 <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. -->
1737 <string name="storage_label">Storage</string>
1738 <!-- Manage applications, individual application info screen, heading for settings related to controlling whether this app is the default for some actions -->
1739 <string name="auto_launch_label">Launch by default</string>
1740 <!-- 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. -->
1741 <string name="permissions_label">Permissions</string>
1742 <!-- Manage applications, Header name used for cache information -->
1743 <string name="cache_header_label">Cache</string>
1744 <!-- Manage applications, text label for button -->
1745 <string name="clear_cache_btn_text">Clear cache</string>
1746 <!-- Manage applications, label that appears next to the cache size -->
1747 <string name="cache_size_label">Cache</string>
1748 <!-- Manage applications, Header name used for other controls -->
1749 <string name="controls_label">Controls</string>
1750 <!-- Manage applications, text label for button to kill / force stop an application -->
1751 <string name="force_stop">Force stop</string>
1752 <!-- Manage applications, individual application info screen,label under Storage heading. The total storage space taken up by this app. -->
1753 <string name="total_size_label">Total</string>
1754 <!-- 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) -->
1755 <string name="application_size_label">Application</string>
1756 <!-- 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) -->
1757 <string name="data_size_label">Data</string>
1758 <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. -->
1759 <string name="uninstall_text">Uninstall</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001760 <!-- [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 -07001761 <string name="disable_text">Disable</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001762 <!-- [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 -07001763 <string name="enable_text">Enable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001764 <!-- 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) -->
1765 <string name="clear_user_data_text">Clear data</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07001766 <!-- Manage applications, restore updated system application to factory version -->
Roy West518d02c2009-06-23 13:39:55 -07001767 <string name="app_factory_reset">Uninstall updates</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001768 <!-- 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. -->
1769 <string name="auto_launch_enable_text">You have selected to launch this application by default for some actions.</string>
1770 <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->
1771 <string name="auto_launch_disable_text">No defaults set.</string>
1772 <!-- 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. -->
1773 <string name="clear_activities">Clear defaults</string>
1774 <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
1775 <string name="unknown">Unknown</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001776 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Sorts all of the apps in the list alphabetically. -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07001777 <string name="sort_order_alpha">Sort by name</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001778 <!-- 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. -->
1779 <string name="sort_order_size">Sort by size</string>
1780 <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. -->
1781 <string name="manage_space_text">Manage space</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08001782 <!-- Text for menu option in ManageApps screen to present various menu options -->
1783 <string name="filter">Filter</string>
1784 <!-- Title of dialog for presenting filter options -->
1785 <string name="filter_dlg_title">Select filter options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001786 <!-- Text for filter option in ManageApps screen to display all installed
1787 applications -->
1788 <string name="filter_apps_all">All</string>
Jim Miller00d24762009-12-22 19:04:57 -08001789 <!-- Text for filter option in ManageApps screen to display third party
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001790 applications only -->
Suchi Amalapurapufe4a2bc2009-09-20 14:25:46 -07001791 <string name="filter_apps_third_party">Downloaded</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001792 <!-- Text for filter option in ManageApps screen to display list of running
1793 packages only. -->
1794 <string name="filter_apps_running">Running</string>
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08001795 <!-- Text for filter option in ManageApps screen to display list of
1796 packages installed on sdcard. -->
1797 <string name="filter_apps_onsdcard">On SD card</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001798 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07001799 <string name="disabled">Disabled</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001800 <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07001801 <string name="no_applications">No applications.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001802 <!-- Manage app screen, shown when the activity is busy recomputing the size of each app -->
1803 <string name="recompute_size">Recomputing size\u2026</string>
1804 <!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
1805 <string name="clear_data_dlg_title">Delete</string>
1806 <!-- 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 -07001807 <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 -08001808 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
1809 <string name="dlg_ok">OK</string>
1810 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->
1811 <string name="dlg_cancel">Cancel</string>
1812 <!-- 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. -->
1813 <string name="app_not_found_dlg_title">Application not found</string>
1814 <!-- 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. -->
1815 <string name="app_not_found_dlg_text"> The application was not
1816found in the list of installed applications.</string>
1817 <!-- Manage applications, individual application dialog box message. Shown when there was an error trying to clear the data. -->
1818 <string name="clear_data_failed">Unable to clear application data.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07001819 <!-- Manage applications, factory reset dialog title for system applications. -->
Roy West74b53da22009-06-24 09:25:12 -07001820 <string name="app_factory_reset_dlg_title">Uninstall updates</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07001821 <!-- Manage applications, factory reset option dialog text for system applications. -->
Roy West74b53da22009-06-24 09:25:12 -07001822 <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 -07001823 <!-- Manage applications, title for dialog if clear data fails-->
1824 <string name="clear_failed_dlg_title">Clear data</string>
1825 <!-- Manage applications, text for dialog if clear data fails-->
1826 <string name="clear_failed_dlg_text">Failed clearing data for application</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001827 <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
1828 <string name="security_settings_desc">This application can access the following on your phone:</string>
1829 <string name="computing_size">Computing\u2026</string>
1830 <string name="invalid_size_value">Unable to compute package size</string>
1831 <!-- String displayed when list is empty -->
Vivek Dlima3d477382009-07-14 14:36:49 -07001832 <string name="empty_list_msg">You do not have any third-party applications installed.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07001833 <!-- Manage applications, version string displayed in app snippet -->
1834 <string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08001835 <!-- Manage applications, text for Move button -->
1836 <string name="move_app">Move</string>
1837 <!-- Manage applications, text for Move button to move app to internal storage -->
Roy West40d9f1b2010-03-11 14:55:40 -08001838 <string name="move_app_to_internal">Move to phone</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08001839 <!-- Manage applications, text for Move button to move app to sdcard -->
Roy West40d9f1b2010-03-11 14:55:40 -08001840 <string name="move_app_to_sdcard">Move to SD card</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08001841 <!-- Manage applications, title for dialog when killing persistent apps-->
Suchi Amalapurapuad148272010-02-19 14:30:01 -08001842 <!-- Manage applications, text for Move button when move is in progress -->
1843 <string name="moving">Moving</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08001844
1845 <!-- Manage applications, text for move error messages -->
1846 <string name="insufficient_storage">There is not enough storage left.</string>
1847 <string name="does_not_exist">The application does not exist.</string>
Roy West40d9f1b2010-03-11 14:55:40 -08001848 <string name="app_forward_locked">The application is copy-protected.</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08001849 <string name="invalid_location">The specified install location is not valid.</string>
1850 <string name="system_package">System updates cannot be installed on external media.</string>
1851
Roy West40d9f1b2010-03-11 14:55:40 -08001852 <string name="force_stop_dlg_title">Force stop</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001853 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when killing persistent apps-->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07001854 <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 -08001855 <!-- Manage applications, text for dialog when moving an app -->
Roy West40d9f1b2010-03-11 14:55:40 -08001856 <string name="move_app_failed_dlg_title">Move application</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08001857 <!-- Manage applications, text for dialog moving an app -->
1858 <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 -08001859 <!-- Manage applications, application installation location title -->
1860 <string name="app_install_location_title">Preferred install location</string>
1861 <!-- Manage applications. application installation location summary -->
1862 <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 -08001863
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001864 <!-- [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 -07001865 <string name="storageuse_settings_title">Storage use</string>
1866 <!-- Services settings screen, setting option summary for the user to go to the screen to app storage use -->
1867 <string name="storageuse_settings_summary">View storage used by applications</string>
1868
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001869 <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
1870 <string name="runningservices_settings_title">Running services</string>
1871 <!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->
1872 <string name="runningservices_settings_summary">View and control currently running services</string>
1873 <!-- Label for a service item when it is restarting -->
1874 <string name="service_restarting">Restarting</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001875 <!-- [CHAR LIMIT=25] Text shown when there are no services running -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07001876 <string name="no_running_services">Nothing running.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07001877 <!-- Running services, description for a service in the started state -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07001878 <string name="service_started_by_app">Started by application.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07001879 <!-- Running services, description for a service in the started state -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07001880 <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g></string>
Dianne Hackborn85710162009-09-10 11:55:42 -07001881 <!-- Running services, summary of background processes -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07001882 <string name="service_background_processes"><xliff:g id="memory">%1$s</xliff:g> available</string>
Dianne Hackborn85710162009-09-10 11:55:42 -07001883 <!-- Running services, summary of foreground processes -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07001884 <string name="service_foreground_processes"><xliff:g id="memory">%1$s</xliff:g> in use</string>
Dianne Hackborn8c212ef2009-09-21 00:37:32 -07001885 <!-- Text to label a process entry with the process name. -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07001886 <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
1887 <!-- Descriptive text of a running process: singular process, singular service. -->
1888 <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
1889 process and <xliff:g id="numservices">%2$d</xliff:g> service</string>
1890 <!-- Descriptive text of a running process: singular process, plural service. -->
1891 <string name="running_processes_item_description_s_p"><xliff:g id="numprocess">%1$d</xliff:g>
1892 process and <xliff:g id="numservices">%2$d</xliff:g> services</string>
1893 <!-- Descriptive text of a running process: plural process, singular service. -->
1894 <string name="running_processes_item_description_p_s"><xliff:g id="numprocess">%1$d</xliff:g>
1895 processes and <xliff:g id="numservices">%2$d</xliff:g> service</string>
1896 <!-- Descriptive text of a running process: plural process, plural service. -->
1897 <string name="running_processes_item_description_p_p"><xliff:g id="numprocess">%1$d</xliff:g>
1898 processes and <xliff:g id="numservices">%2$d</xliff:g> services</string>
Jim Miller00d24762009-12-22 19:04:57 -08001899
Dianne Hackborn728ac352010-06-06 22:51:42 -07001900 <!-- Details about an application's running services. -->
1901 <string name="runningservicedetails_settings_title">Running application</string>
1902 <!-- Message displayed when there are no active services in a process. -->
1903 <string name="no_services">Not active</string>
1904 <!-- Title for list of services. -->
1905 <string name="runningservicedetails_services_title">Services</string>
1906 <!-- Title for list of services. -->
1907 <string name="runningservicedetails_processes_title">Processes</string>
1908 <!-- Running service details, stop a service that has started itself. -->
1909 <string name="service_stop">Stop</string>
1910 <!-- Running service details, manage a service that is running for some other reason. -->
Dianne Hackbornea38e672010-06-11 10:25:54 -07001911 <string name="service_manage">Settings</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001912 <!-- Running service details, default description for services that are started. -->
1913 <string name="service_stop_description">This service was started by its
Dianne Hackbornea38e672010-06-11 10:25:54 -07001914 application. Stopping it may cause the application to fail.</string>
Dianne Hackbornc01b0c82010-06-24 11:29:50 -07001915 <!-- Running service details, description for running heavy-weight process. -->
1916 <string name="heavy_weight_stop_description">This application can not safely
1917 be stopped. Doing so may lose some of your current work.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001918 <!-- Running service details, default description for services that are managed. -->
1919 <string name="service_manage_description"><xliff:g id="client_name">%1$s</xliff:g>:
Dianne Hackbornea38e672010-06-11 10:25:54 -07001920 currently in use. Touch Settings to control it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001921 <!-- Description of the main process in the details. -->
1922 <string name="main_running_process_description">Main process that is in use.</string>
1923 <!-- Message that a process's service is in use. -->
1924 <string name="process_service_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g>
1925 is in use.</string>
1926 <!-- Message that a process's provider is in use. -->
1927 <string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g>
1928 is in use.</string>
1929
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001930 <!-- Language Settings --> <skip />
1931 <!-- 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 Yamasani7f287872009-08-06 16:43:23 -07001932 <string name="language_settings">Language &amp; keyboard</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -07001933 <!-- Title of Language and keyboard settings screen -->
1934 <string name="language_keyboard_settings_title">Language &amp; keyboard settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001935 <!-- Summary of setting on main settings screen. This item will take the user to the screen to tweak settings realted to locale and text -->
1936 <string name="language_settings_summary">Set locale (language and region), text input and auto-correction options</string>
1937 <!-- On Text & language settings screen, heading. Inside the "Locale & text" screen, this is the header for settings that are for locale changes. -->
1938 <string name="language_category">Locale setting</string>
1939 <!-- On Text & language settings screen, heading. Inside the "Locale & text" screen, this is the header for settings that relate to text (autotext, autoreplace, autocapitalization). -->
1940 <string name="text_category">Text settings</string>
1941 <!-- 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 -08001942 <string name="phone_language">Select language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001943 <!-- 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 -08001944 <string name="phone_language_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001945 <!-- 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. -->
1946 <string name="auto_replace">Auto-replace</string>
1947 <!-- On Text & language settings screen, setting summary. This is the summary for the "Auto-replace" setting. -->
1948 <string name="auto_replace_summary">Correct mistyped words</string>
1949 <!-- 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. -->
1950 <string name="auto_caps">Auto-cap</string>
1951 <!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. -->
1952 <string name="auto_caps_summary">Capitalize first letter in sentences</string>
1953 <!-- 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". -->
1954 <string name="auto_punctuate">Auto-punctuate</string>
1955 <!-- On Text & language settings screen, category for physical keyboard text entry options. -->
1956 <string name="hardkeyboard_category">Physical keyboard settings</string>
1957 <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. -->
1958 <string name="auto_punctuate_summary">Press Space key twice to insert \u0022.\u0022</string>
1959 <!-- 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. -->
1960 <string name="show_password">Visible passwords</string>
1961 <!-- On Security & location settings screen, setting check box summary. Summary for the visible passwords setting. -->
1962 <string name="show_password_summary">Show password as you type</string>
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07001963 <!-- Warning message about security implications of enabling an input method, displayed as a dialog
1964 message when the user selects to enable an IME. -->
1965 <string name="ime_security_warning">This input method may be able to collect
1966 all the text you type, including personal data like passwords and credit
1967 card numbers. It comes from the application
1968 <xliff:g id="ime_application_name">%1$s</xliff:g>.
Roy West0ce6f6d2009-09-23 13:07:19 -07001969 Use this input method?</string>
Jim Miller00d24762009-12-22 19:04:57 -08001970
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001971 <!-- User dictionary settings --><skip />
1972 <!-- User dictionary settings, The titlebar text of the User dictionary settings screen. -->
1973 <string name="user_dict_settings_titlebar">User dictionary</string>
1974 <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen. -->
1975 <string name="user_dict_settings_title">User dictionary</string>
1976 <!-- User dictionary settings. The summary of the listem item to go into the User dictionary settings screen. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001977 <string name="user_dict_settings_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001978 <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
1979 <string name="user_dict_settings_add_menu_title">Add</string>
1980 <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. -->
1981 <string name="user_dict_settings_add_dialog_title">Add to dictionary</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08001982 <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
1983 <string name="user_dict_settings_edit_dialog_title">Edit word</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001984 <!-- User dictionary settings. The title of the context menu item to edit the current word -->
1985 <string name="user_dict_settings_context_menu_edit_title">Edit</string>
1986 <!-- User dictionary settings. The title of the context menu item to delete the current word -->
1987 <string name="user_dict_settings_context_menu_delete_title">Delete</string>
1988 <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary -->
1989 <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>
1990
1991 <!-- 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" -->
1992 <string name="testing">Testing</string>
1993 <!-- In the Testing screen. The item title of the activity that shows a bunch of phone-related information. -->
1994 <string name="testing_phone_info">Phone information</string>
1995 <!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information. -->
1996 <string name="testing_battery_info">Battery information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001997 <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations. -->
1998 <string name="testing_sim_toolkit">SIM toolkit</string>
1999
2000 <!-- The title of the item to go into the Quick launch settings. -->
2001 <string name="quick_launch_title">Quick launch</string>
2002 <!-- The summary of the item to go into the Quick launch settings. This is a description of what Quick launch offers. -->
2003 <string name="quick_launch_summary">Set keyboard shortcuts to launch applications</string>
2004 <!-- 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. -->
2005 <string name="quick_launch_assign_application">Assign application</string>
2006 <!-- 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 -->
2007 <string name="quick_launch_no_shortcut">No shortcut</string>
2008 <!-- On the Quick launch settings screen, summary text under the item for each assigned letter. -->
2009 <string name="quick_launch_shortcut">Search + <xliff:g id="shortcut_letter">%1$s</xliff:g></string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002010 <!-- 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 -08002011 <string name="quick_launch_clear_dialog_title">Clear</string>
2012 <!-- On the Quick launch settings screen, message in the "Clear shortcut" confirmation dialog. See the title for this dialog for more info. -->
2013 <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>
2014 <!-- Clear dialog for quick launch setting box button labels: -->
2015 <string name="quick_launch_clear_ok_button">OK</string>
2016 <!-- Clear dialog for quick launch setting box button labels: -->
2017 <string name="quick_launch_clear_cancel_button">Cancel</string>
2018 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all applications. -->
2019 <string name="quick_launch_display_mode_applications">Applications</string>
2020 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all shortcutable applications -->
2021 <string name="quick_launch_display_mode_shortcuts">Shortcuts</string>
2022
2023 <!-- Input methods Settings -->
2024 <string name="input_methods_settings_title">Text input</string>
Amith Yamasanie7739d12010-05-28 18:19:43 -07002025 <!-- Setting name for Input Method chooser -->
2026 <string name="input_method">Input method</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002027 <string name="input_methods_settings_summary">Manage text input options</string>
2028 <!-- 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 -08002029 <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string>
2030 <!-- Summary for on-screen keyboard settings -->
Roy West22762e62009-09-27 12:01:46 -07002031 <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002032 <!-- Title for built-in keyboard settings -->
2033 <string name="builtin_keyboard_settings_title">Device keyboard</string>
2034 <!-- Summary for built-in keyboard settings -->
2035 <string name="builtin_keyboard_settings_summary">Built-in keyboard settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002036
2037 <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. -->
2038 <string name="development_settings_title">Development</string>
2039 <!-- Development Settings summary. The summary of the item to take the user to Development settings. Development settings are settings meant for application developers. -->
2040 <string name="development_settings_summary">Set options for application development</string>
2041 <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
2042 <string name="enable_adb">USB debugging</string>
2043 <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
2044 <string name="enable_adb_summary">Debug mode when USB is connected</string>
2045 <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
2046 <string name="keep_screen_on">Stay awake</string>
2047 <!-- setting Checkbox summary whether to keep the screen on when plugged in -->
2048 <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
2049 <!-- Setting Checkbox title whether to allow mock locations -->
2050 <string name="allow_mock_location">Allow mock locations</string>
2051 <!-- setting Checkbox summary whether to allow mock locations -->
2052 <string name="allow_mock_location_summary">Allow mock locations</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002053 <!-- Title of warning dialog about the implications of enabling USB debugging -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002054 <string name="adb_warning_title">Allow USB debugging?</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002055 <!-- Warning text to user about the implications of enabling USB debugging -->
2056 <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 -08002057
2058 <!-- Title for the screen that lets the user choose a gadget to add to the home screen
2059 (or other screens that can host gadgets). Note to translators: we're still determining
2060 the final name for Gadgets/Widgets, so please translate both for now. -->
2061 <string name="gadget_picker_title">Choose gadget</string>
Jim Miller00d24762009-12-22 19:04:57 -08002062
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002063 <!-- Title for the screen that lets the user choose a widget to add to the home screen
2064 (or other screens that can host widgets). Note to translators: we're still determining
2065 the final name for Gadgets/Widgets, so please translate both for now. -->
2066 <string name="widget_picker_title">Choose widget</string>
2067
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002068 <!-- 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 -07002069 <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 -08002070
2071 <!-- 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 -07002072 <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 -08002073
2074 <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002075 <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 -08002076
2077 <!-- Used to show an amount of time in the form "s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002078 <string name="battery_history_seconds"><xliff:g id="seconds">%1$d</xliff:g>s</string>
Dianne Hackbornea38e672010-06-11 10:25:54 -07002079
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002080 <!-- XXX remove? Strings used for displaying usage statistics -->
2081 <string name="usage_stats_label">Usage statistics</string>
Jim Miller00d24762009-12-22 19:04:57 -08002082
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002083 <!-- In the Testing screen. The item title of the activity that shows usage statistics. -->
2084 <string name="testing_usage_stats">Usage statistics</string>
2085 <!-- label for text to indicate sort options -->
2086 <string name="display_order_text">Sort by:</string>
2087 <!-- label for application name -->
2088 <string name="app_name_label">Application</string>
2089 <!-- label for launch count -->
2090 <string name="launch_count_label">Count</string>
2091 <!-- label for usage time -->
2092 <string name="usage_time_label">Usage time</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002093
2094 <!-- Accessibility settings -->
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002095 <skip/>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002096
Amith Yamasani985f5ef2009-09-16 12:43:50 -07002097 <!-- Settings title in main settings screen for accessibility settings -->
2098 <string name="accessibility_settings">Accessibility</string>
2099 <!-- Settings title for accessibility settings screen -->
2100 <string name="accessibility_settings_title">Accessibility settings</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002101 <!-- Settings summary for accessibility settings -->
2102 <string name="accessibility_settings_summary">Manage accessibility options</string>
2103 <!-- Setting Checkbox title for enabling accessibility -->
2104 <string name="toggle_accessibility_title">Accessibility</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002105 <!-- Setting accessibility services category -->
2106 <string name="accessibility_services_category">Accessibility services</string>
2107 <!-- Message for announcing the lack of installed accessibility services. -->
2108 <string name="no_accessibility_services_summary">No installed accessibility services.</string>
2109 <!-- Warning message about security implications of enabling an accessibility service,
2110 displayed as a dialog message when the user selects to enable an accessibility service. -->
2111 <string name="accessibility_service_security_warning">This accessibility service may be able to collect
2112 all the text you type, including personal data credit card numbers except passwords.
2113 It may also log your user interface interactions. It comes from the application
Roy West0ce6f6d2009-09-23 13:07:19 -07002114 <xliff:g id="accessibility_service_name">%1$s</xliff:g>. Use this accessibility service?</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002115 <!-- Warning about disabling accessibility displayed as a dialog message when the user
2116 selects to disable accessibility. This avoids accidental disabling. -->
2117 <string name="accessibility_service_disable_warning">Disable accessibility?</string>
Charles Chen05b08a52009-11-10 14:05:41 -08002118 <!-- Title for the prompt that lets users know that they have no accessibility related apps
2119 installed and that they can install TalkBack from Market. -->
2120 <string name="accessibility_service_no_apps_title">No accessibility related applications found
2121 </string>
2122 <!-- Message for the prompt that lets users know that they have no accessibility related apps
2123 installed and that they can install TalkBack from Market. -->
2124 <string name="accessibility_service_no_apps_message">You do not have any accessibility related
2125 applications installed.\n\nYou can download a screen reader for your device from Android
2126 Market.\n\nClick "OK" to install the screen reader.</string>
2127
David Brownfdee92f2010-03-08 12:45:43 -08002128 <!-- Accessibility settings: Power button category -->
2129 <string name="accessibility_power_button_category">Power button</string>
2130 <!-- Accessibility settings: checkbox title for power button behavior -->
2131 <string name="accessibility_power_button_ends_call">Power button ends call</string>
2132 <!-- Accessibility settings: power button behavior summary text -->
2133 <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 -07002134
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002135 <!-- App Fuel Gauge strings -->
2136 <skip/>
2137
2138 <!-- Activity title for App Fuel Gauge summary -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002139 <string name="power_usage_summary_title">Battery use</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -07002140 <!-- Activity title summary for App Fuel Gauge summary -->
2141 <string name="power_usage_summary">What has been using the battery</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002142 <!-- Battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002143 <string name="battery_since_unplugged">Battery use since unplugged</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002144 <!-- Battery usage since user reset the stats -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002145 <string name="battery_since_reset">Battery use since reset</string>
Dianne Hackbornea38e672010-06-11 10:25:54 -07002146 <!-- Battery usage on battery duration -->
2147 <string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> on battery</string>
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002148 <!-- Battery usage duration -->
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002149 <string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002150 <!-- [CHAR LIMIT=25] Label for battery stats charging state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002151 <string name="battery_stats_charging_label">Charging</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002152 <!-- [CHAR LIMIT=25] Label for battery stats screen on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002153 <string name="battery_stats_screen_on_label">Screen on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002154 <!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002155 <string name="battery_stats_gps_on_label">GPS on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002156 <!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
2157 <string name="battery_stats_wifi_running_label">WIFI</string>
2158 <!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
2159 <string name="battery_stats_wake_lock_label">Awake</string>
2160 <!-- [CHAR LIMIT=25] Label for battery stats phone signal strength graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002161 <string name="battery_stats_phone_signal_label">Phone signal</string>
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07002162 <!-- Battery usage during last unplugged period -->
2163 <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002164 <!-- CPU awake time title -->
2165 <string name="awake">Device awake time</string>
2166 <!-- Wifi on time -->
2167 <string name="wifi_on_time">WiFi on time</string>
2168 <!-- Bluetooth on time -->
2169 <string name="bluetooth_on_time">WiFi on time</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002170 <!-- Application name and battery usage percentage -->
2171 <string name="usage_name_percent"><xliff:g id="name">%1$s</xliff:g>" - "
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002172 <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 -07002173
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002174 <!-- Activity title for battery usage details for an app. or power consumer -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002175 <string name="details_title">Battery use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002176 <!-- Subtitle for application/subsystem details -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002177 <string name="details_subtitle">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002178 <!-- Subtitle for possible options -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002179 <string name="controls_subtitle">Adjust power use</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002180 <!-- Subtitle for list of packages -->
2181 <string name="packages_subtitle">Included packages</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002182
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002183 <!-- Label for power consumed by the screen -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002184 <string name="power_screen">Display</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002185 <!-- Label for power consumed by WiFi -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002186 <string name="power_wifi">Wi-Fi</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002187 <!-- Label for power consumed by Bluetooth -->
2188 <string name="power_bluetooth">Bluetooth</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002189 <!-- Label for power consumed by Cell idle -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002190 <string name="power_cell">Cell standby</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002191 <!-- Label for power consumed by Calling -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002192 <string name="power_phone">Voice calls</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002193 <!-- Label for power consumed when Idle -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002194 <string name="power_idle">Phone idle</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002195
2196 <!-- Label for CPU usage time -->
2197 <string name="usage_type_cpu">CPU total</string>
2198 <!-- Label for CPU usage in foreground -->
2199 <string name="usage_type_cpu_foreground">CPU foreground</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002200 <!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
2201 <string name="usage_type_wake_lock">Keep awake</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002202 <!-- Label for GPU usage time -->
2203 <string name="usage_type_gps">GPS</string>
2204 <!-- Label for Phone usage time -->
2205 <string name="usage_type_phone">Phone</string>
2206 <!-- Label for Data sent -->
2207 <string name="usage_type_data_send">Data sent</string>
2208 <!-- Label for Data received -->
2209 <string name="usage_type_data_recv">Data received</string>
2210 <!-- Label for Audio usage time -->
2211 <string name="usage_type_audio">Audio</string>
2212 <!-- Label for Video usage time -->
2213 <string name="usage_type_video">Video</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002214 <!-- Label for time that a feature has been on -->
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07002215 <string name="usage_type_on_time">Time on</string>
2216 <!-- Label for time that there was no cell coverage -->
2217 <string name="usage_type_no_coverage">Time without a signal</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002218 <!-- Label for force stop action -->
2219 <string name="battery_action_stop">Force stop</string>
2220 <!-- Label for app details action -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002221 <string name="battery_action_app_details">Application info</string>
2222 <!-- Label for app settings action -->
2223 <string name="battery_action_app_settings">Application settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002224 <!-- Label for display settings -->
2225 <string name="battery_action_display">Display settings</string>
2226 <!-- Label for wifi settings -->
2227 <string name="battery_action_wifi">WiFi settings</string>
2228 <!-- Label for bluetooth settings -->
2229 <string name="battery_action_bluetooth">Bluetooth settings</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002230
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002231 <!-- Description for voice call detail -->
2232 <string name="battery_desc_voice">Battery used by voice calls</string>
2233
Amith Yamasani972fc292009-06-22 23:04:45 -07002234 <!-- Description for standby detail -->
2235 <string name="battery_desc_standby">Battery used when phone is idle</string>
2236
2237 <!-- Description for cell radio detail -->
2238 <string name="battery_desc_radio">Battery used by cell radio</string>
2239 <!-- Suggestion to switch to airplane mode to save power -->
2240 <string name="battery_sugg_radio">Switch to airplane mode to save power in areas with no cell coverage</string>
2241
2242 <!-- Description for power consumed by display -->
2243 <string name="battery_desc_display">Battery used by the display and backlight</string>
2244 <!-- Suggestion for reducing display power -->
2245 <string name="battery_sugg_display">Reduce the screen brightness and/or screen timeout</string>
2246
2247 <!-- Description for wifi connectivity -->
2248 <string name="battery_desc_wifi">Battery used by Wi-Fi</string>
2249 <!-- Suggestion for wifi connectivity power drain -->
Amith Yamasanic25f8952009-07-22 16:19:18 -07002250 <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 -07002251
2252 <!-- Description for bluetooth power consumption detail -->
2253 <string name="battery_desc_bluetooth">Battery used by bluetooth</string>
2254 <!-- Suggestion for bluetooth -->
Eric Fischerd1de20d2009-08-27 13:52:31 -07002255 <string name="battery_sugg_bluetooth_basic">Turn off bluetooth when you aren\'t using it</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002256 <!-- Suggestion for bluetooth headset -->
2257 <string name="battery_sugg_bluetooth_headset">Try connecting to a different bluetooth device</string>
2258
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002259 <!-- [CHAR LIMIT=50] Description for power consumed by applications -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002260 <string name="battery_desc_apps">Battery used by application</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002261 <!-- Suggestion for exploring application info to stop or uninstall -->
2262 <string name="battery_sugg_apps_info">Stop or uninstall the application</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002263 <!-- [CHAR LIMIT=100] Suggestion for getting apps to consume less power due to GPS-->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002264 <string name="battery_sugg_apps_gps">"Manually control GPS to prevent application from using it"</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002265 <!-- Suggestion for getting apps to consume less power -->
2266 <string name="battery_sugg_apps_settings">The application may offer settings to reduce battery use</string>
2267
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002268 <!-- Menu label for viewing battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002269 <string name="menu_stats_unplugged"><xliff:g id="unplugged">%1$s</xliff:g> since unplugged</string>
2270 <!-- Menu label for viewing battery usage since unplugged -->
2271 <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 -07002272 <!-- Menu label for viewing battery usage total -->
2273 <string name="menu_stats_total">Usage totals</string>
2274 <!-- Menu label for refreshing with latest usage numbers -->
2275 <string name="menu_stats_refresh">Refresh</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002276
2277 <!-- Label for kernel threads -->
2278 <string name="process_kernel_label">Android OS</string>
2279 <!-- Label for mediaserver process -->
2280 <string name="process_mediaserver_label">Mediaserver</string>
2281
Mike LeBeau92c33522010-01-25 18:18:45 -05002282 <!-- Voice input/output settings --><skip />
2283 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
2284 <string name="voice_input_output_settings">Voice input &amp; output</string>
2285 <!-- Main voice input/output settings screen title -->
2286 <string name="voice_input_output_settings_title">Voice input &amp; output settings</string>
2287 <!-- Title of voice search settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05002288 <string name="voice_search_settings_title">Voice search</string>
Mike LeBeau92c33522010-01-25 18:18:45 -05002289 <!-- Title of keyboard settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05002290 <string name="keyboard_settings_title">Android keyboard</string>
Mike LeBeau766a19b2010-02-11 22:57:12 -08002291 <!-- Title for the 'voice input' category of voice input/output settings -->
2292 <string name="voice_input_category">Voice input</string>
2293 <!-- Title for the 'voice output' category of voice input/output settings -->
2294 <string name="voice_output_category">Voice output</string>
2295 <!-- Title for the voice recognizer setting in voice input/output settings -->
2296 <string name="recognizer_title">Voice recognizer</string>
2297 <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings -->
2298 <string name="recognizer_settings_title">Voice recognizer settings</string>
Mike LeBeaue076bef2010-03-30 12:03:39 -07002299 <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings.
2300 Would say something like, e.g., "Settings for 'Google'". -->
Mike LeBeau38947dd2010-03-30 14:45:00 -07002301 <string name="recognizer_settings_summary">Settings for \'<xliff:g id="recognizer_name">%s</xliff:g>\'</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08002302
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002303 <!-- Text-To-Speech (TTS) settings --><skip />
2304 <!-- 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 -08002305 <string name="tts_settings">Text-to-speech settings</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002306 <!-- Main TTS Settings screen title -->
Mike LeBeau4c2ffc52010-02-12 14:47:48 -08002307 <string name="tts_settings_title">Text-to-speech settings</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002308 <!-- On main TTS Settings screen, title for toggle used to force use of default TTS settings -->
2309 <string name="use_default_tts_settings_title">Always use my settings</string>
2310 <!-- On main TTS Settings screen, summary for toggle used to force use of default TTS settings -->
2311 <string name="use_default_tts_settings_summary">Default settings below override application settings</string>
2312 <!-- On main TTS Settings screen, section header for default TTS settings -->
2313 <string name="tts_default_settings_section">Default settings</string>
Charles Chen5dbc74a2009-12-07 12:08:13 -08002314 <!-- On main TTS Settings screen, in default settings section, setting default synthesis engine for synthesized voice -->
2315 <string name="tts_default_synth_title">Default Engine</string>
2316 <!-- On main TTS Settings screen, summary for default synthesis engine for synthesized voice -->
2317 <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 -07002318 <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
2319 <string name="tts_default_rate_title">Speech rate</string>
2320 <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
2321 <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
2322 <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
2323 <string name="tts_default_pitch_title">Pitch</string>
2324 <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
2325 <string name="tts_default_pitch_summary">Affects the tone of the spoken text</string>
Jean-Michel Trivi80368622009-06-09 19:29:27 -07002326 <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
2327 <string name="tts_default_lang_title">Language</string>
2328 <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
2329 <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002330 <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002331 <string name="tts_play_example_title">Listen to an example</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002332 <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002333 <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002334 <!-- On main TTS Settings screen, click to install required speech synthesis data -->
2335 <string name="tts_install_data_title">Install voice data</string>
2336 <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
2337 <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
2338 <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
2339 <string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</string>
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002340 <!-- Text spoken by the TTS engine for demonstration purposes -->
2341 <string name="tts_demo">This is an example of speech synthesis.</string>
2342 <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
2343 <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 -08002344 <!-- Error screen when a selected TTS engine can't run because it's missing components -->
2345 <string name="tts_engine_error">The engine you selected is unable to run</string>
2346 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2347 <string name="tts_engine_error_config">Configure</string>
2348 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2349 <string name="tts_engine_error_reselect">Select another engine</string>
2350 <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
2351 message when the user selects to enable an engine. -->
2352 <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
2353 all the text that will be spoken, including personal data like passwords and credit
2354 card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
2355 Enable the use of this speech synthesis engine?</string>
2356 <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
2357 <string name="tts_engines_section">Engines</string>
2358 <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
2359 <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> settings</string>
2360 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
2361 <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string>
2362 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
2363 <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 -08002364 <!-- 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 -08002365 <string name="pico_languages_and_voices">Languages and voices</string>
Jean-Michel Trivi1d6e7b82010-03-03 19:38:55 -08002366 <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
2367 <string name="pico_installed">Installed</string>
2368 <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
2369 <string name="pico_not_installed">Not installed</string>
2370 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
2371 <string name="pico_voice_summary_female">Female</string>
2372 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
2373 <string name="pico_voice_summary_male">Male</string>
Jean-Michel Trivia4577192010-08-25 15:43:17 -07002374 <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed -->
2375 <string name="tts_notif_engine_install_title">Speech synthesis engine installed</string>
2376 <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine,
2377 to warn the user that this engine cannot be used before the checkbox for that engine
2378 in TTS settings is checked. -->
2379 <string name="tts_notif_engine_install_message">Enable new engine before use</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002380
Ken Shirriff03a61102009-06-08 13:49:05 -07002381 <!-- Power Control Widget -->
2382 <string name="gadget_title">Power Control</string>
Ken Shirriffe936f5b2009-06-30 16:45:14 -07002383 <string name="gadget_toggle_wifi">Updating Wi-Fi setting</string>
2384 <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002385
2386 <string name="vpn_settings_activity_title">VPN settings</string>
2387
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002388 <!-- Title of VPN connect dialog -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002389 <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 +08002390 <!-- In VPN connect dialog, for inputing username and password -->
2391 <string name="vpn_username_colon">Username:</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002392 <string name="vpn_password_colon">Password:</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002393 <string name="vpn_a_username">a username</string>
2394 <string name="vpn_a_password">a password</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002395
2396 <!-- In VPN connect dialog where user may check to remember the username entered -->
Hung-ying Tyan6a0544b2009-07-04 00:39:58 +08002397 <string name="vpn_save_username">Remember username</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002398
2399 <string name="vpn_connect_button">Connect</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002400 <string name="vpn_yes_button">Yes</string>
2401 <string name="vpn_no_button">No</string>
2402 <string name="vpn_back_button">Back</string>
Hung-ying Tyan38a9daf2009-07-23 07:36:23 +08002403 <string name="vpn_mistake_button">No</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002404
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002405 <string name="vpn_menu_done">Save</string>
2406 <string name="vpn_menu_cancel">Cancel</string>
2407 <string name="vpn_menu_revert">Revert</string>
2408 <string name="vpn_menu_connect">Connect to network</string>
Hung-ying Tyan6a0544b2009-07-04 00:39:58 +08002409 <string name="vpn_menu_disconnect">Disconnect from network</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002410 <string name="vpn_menu_edit">Edit network</string>
2411 <string name="vpn_menu_delete">Delete network</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002412
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002413 <!-- VPN error dialog messages -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002414 <string name="vpn_error_miss_entering">You must enter <xliff:g id="code">%s</xliff:g>.</string>
2415 <string name="vpn_error_miss_selecting">You must select <xliff:g id="option">%s</xliff:g>.</string>
2416 <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 +08002417 <string name="vpn_confirm_profile_deletion">Are you sure you want to delete this VPN?</string>
2418 <string name="vpn_confirm_add_profile_cancellation">Are you sure you don\'t want to create this profile?</string>
2419 <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 +08002420 <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 +08002421 <string name="vpn_reconnect_from_lost">Connection lost. Do you want to connect again?</string>
Hung-ying Tyan1ddccd02009-07-11 22:28:00 +08002422 <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 +08002423 <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 +08002424 <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 +08002425 <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 +08002426 <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 +08002427 <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>
2428 <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 +08002429
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002430 <!-- VPN type selection activity title -->
2431 <string name="vpn_type_title">Add VPN</string>
2432 <!-- "Add VPN" preference title -->
2433 <string name="vpn_add_new_vpn">Add VPN</string>
2434 <!-- VPN profile editor title when adding a new profile -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002435 <string name="vpn_edit_title_add">Add <xliff:g id="name">%s</xliff:g> VPN</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002436 <!-- VPN profile editor title when editing an existing profile -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002437 <string name="vpn_edit_title_edit"><xliff:g id="name">%s</xliff:g> details</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002438 <!-- Preference group title for a list of VPN profiles -->
2439 <string name="vpns">VPNs</string>
2440 <!-- Preference summary text when VPN is connecting -->
Hung-ying Tyan16177062009-06-10 22:52:44 +08002441 <string name="vpn_connecting">Connecting...</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002442 <!-- Preference summary text when VPN is disconnecting -->
Hung-ying Tyan16177062009-06-10 22:52:44 +08002443 <string name="vpn_disconnecting">Disconnecting...</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002444 <!-- Preference summary text when VPN is connected -->
Hung-ying Tyan16177062009-06-10 22:52:44 +08002445 <string name="vpn_connected">Connected</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002446 <!-- Preference summary text when VPN is not connected -->
2447 <string name="vpn_connect_hint">Connect to network</string>
2448
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002449 <!-- Name of a VPN profile -->
2450 <string name="vpn_name">VPN name</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002451 <string name="vpn_a_name">a VPN name</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002452
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002453 <!-- Toast message shown when a profile is added -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002454 <string name="vpn_profile_added">\'<xliff:g id="name">%s</xliff:g>\' is added</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002455 <!-- Toast message shown when changes of a profile is saved -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002456 <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 +08002457
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002458 <!-- Preference title -->
2459 <string name="vpn_user_certificate_title">Set user certificate</string>
2460 <!-- Complete term -->
2461 <string name="vpn_user_certificate">User certificate</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002462 <string name="vpn_a_user_certificate">a user certificate</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08002463
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002464 <!-- Preference title -->
2465 <string name="vpn_ca_certificate_title">Set CA certificate</string>
2466 <!-- Complete term -->
2467 <string name="vpn_ca_certificate">Certificate authority (CA) certificate</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002468 <string name="vpn_a_ca_certificate">a CA certificate</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002469 <!-- Preference title -->
2470 <string name="vpn_l2tp_secret_string_title">Set L2TP secret</string>
2471 <!-- Complete term -->
2472 <string name="vpn_l2tp_secret">L2TP secret</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002473 <string name="vpn_a_l2tp_secret">an L2TP secret</string>
Hung-ying Tyan7be218e2009-07-30 19:54:13 +08002474 <string name="vpn_pptp_encryption_title">encryption</string>
2475 <string name="vpn_pptp_encryption">PPTP encryption</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002476
2477 <!-- Preference title -->
Hung-ying Tyane5b9e4b2009-07-01 11:06:45 +08002478 <string name="vpn_ipsec_presharedkey_title">Set IPSec pre-shared key</string>
2479 <!-- Complete term -->
2480 <string name="vpn_ipsec_presharedkey">IPSec pre-shared key</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002481 <string name="vpn_a_ipsec_presharedkey">an IPSec pre-shared key</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002482
2483 <!-- Preference title -->
2484 <string name="vpn_vpn_server_title">Set VPN server</string>
2485 <!-- Complete term -->
2486 <string name="vpn_vpn_server">VPN server</string>
Hung-ying Tyan33ababd2009-07-07 10:35:45 +08002487 <string name="vpn_a_vpn_server">a VPN server</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002488 <!-- Dialog title for setting VPN server name -->
2489 <string name="vpn_vpn_server_dialog_title">VPN server name</string>
2490
2491 <!-- Preference title -->
2492 <string name="vpn_dns_search_list_title">DNS search domains</string>
2493 <!-- Complete term -->
2494 <string name="vpn_dns_search_list">DNS search domains</string>
2495
2496 <!-- Summary text to hint that the value is set -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002497 <string name="vpn_field_is_set"><xliff:g id="value">%s</xliff:g> is set</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002498 <!-- Summary text to hint that the value is not set -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002499 <string name="vpn_field_not_set"><xliff:g id="value">%s</xliff:g> not set</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002500 <!-- Summary text to hint that the value is not set but it's not required-->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002501 <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 +08002502
2503 <!-- CheckBoxPreference title to enable something -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002504 <string name="vpn_enable_field">Enable <xliff:g id="option">%s</xliff:g></string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002505 <!-- CheckBoxPreference title to disable something -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002506 <string name="vpn_disable_field">Disable <xliff:g id="option">%s</xliff:g></string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002507
2508 <!-- CheckBoxPreference summary to hint that something is enabled -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002509 <string name="vpn_is_enabled"><xliff:g id="option">%s</xliff:g> is enabled</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002510 <!-- CheckBoxPreference summary to hint that something is disabled -->
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002511 <string name="vpn_is_disabled"><xliff:g id="option">%s</xliff:g> is disabled</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002512
2513 <!-- Title of preference to enter the VPN settings activity -->
2514 <string name="vpn_settings_title">VPN settings</string>
2515 <!-- Summary of preference to enter the VPN settings activity -->
2516 <string name="vpn_settings_summary">Set up &amp; manage Virtual Private Networks (VPNs)</string>
Hung-ying Tyan38a9daf2009-07-23 07:36:23 +08002517 <!-- A secret edit field's grayed out value when it has not been modified -->
2518 <string name="vpn_secret_unchanged">(unchanged)</string>
2519 <!-- A secret edit field's grayed out value when it has not been set -->
2520 <string name="vpn_secret_not_set">(not set)</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002521
2522 <!-- Title of preference group for credential storage settings -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002523 <string name="credentials_category">Credential storage</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002524 <!-- Title of preference to enable/dislable access to credential storage -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002525 <string name="credentials_access">Use secure credentials</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002526 <!-- Summary of preference to enable/dislable access to credential storage -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002527 <string name="credentials_access_summary">Allow applications to access secure certificates and other credentials</string>
Hung-ying Tyan7031ab02009-07-02 00:26:46 +08002528 <!-- Title of dialog to enable/dislable access to credential storage -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002529 <string name="credentials_unlock">Enter password</string>
2530 <!-- Description of dialog to enable/dislable access to credential storage -->
2531 <string name="credentials_unlock_hint">Enter the credential storage password.</string>
2532 <!-- Title of preference to install certificates from SD card -->
2533 <string name="credentials_install_certificates">Install from SD card</string>
2534 <!-- Summary of preference to install certificates from SD card -->
2535 <string name="credentials_install_certificates_summary">Install encrypted certificates from SD card</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002536 <!-- Title of preference to set storage password -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002537 <string name="credentials_set_password">Set password</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002538 <!-- Summary of preference to set storage password -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002539 <string name="credentials_set_password_summary">Set or change the credential storage password</string>
2540 <!-- Title of preference to reset credential storage -->
2541 <string name="credentials_reset">Clear storage</string>
2542 <!-- Summary of preference to reset credential storage -->
2543 <string name="credentials_reset_summary">Clear credential storage of all contents and reset its password</string>
2544 <!-- Description of dialog to reset the credential storage -->
2545 <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 +08002546 <!-- Description for the old-password input box -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002547 <string name="credentials_old_password">Current password:</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002548 <!-- Description for the new-password input box -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002549 <string name="credentials_new_password">New password:</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002550 <!-- Description for the confirm-new-password input box -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002551 <string name="credentials_confirm_password">Confirm new password:</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08002552 <!-- Description when user set up the storage for the very first time -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002553 <string name="credentials_first_time_hint">Set a password for the credential storage (at least 8 characters).</string>
2554 <string name="credentials_wrong_password">Please enter the correct password.</string>
2555 <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>
2556 <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>
2557 <string name="credentials_passwords_mismatch">Passwords do not match.</string>
2558 <string name="credentials_passwords_empty">You must enter and confirm a password.</string>
2559 <string name="credentials_password_empty">Please enter the password.</string>
2560 <string name="credentials_password_too_short">The password must have at least 8 characters.</string>
Hung-ying Tyan7031ab02009-07-02 00:26:46 +08002561 <!-- toast message -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002562 <string name="credentials_erased">The credential storage is erased.</string>
Hung-ying Tyan7031ab02009-07-02 00:26:46 +08002563 <!-- toast message -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08002564 <string name="credentials_enabled">Credential storage is enabled.</string>
2565 <!-- toast message -->
2566 <string name="credentials_disabled">Credential storage is disabled.</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05002567
Oscar Montemayor8877f742009-11-12 14:41:06 -08002568 <!-- Title of preference group for encrypted filesystem settings -->
2569 <string name="encrypted_fs_category">Encrypted File System</string>
2570 <!-- Title of preference to enable/dislable encrypted filesystem -->
2571 <string name="encrypted_fs_enable">Encrypt private user data</string>
2572 <!-- Summary of preference to enable/dislable encrypted filesystem -->
Oscar Montemayor56e15262009-11-30 10:39:07 -08002573 <string name="encrypted_fs_enable_summary">Enable encrypted file system storage for private user data in this device</string>
2574 <!-- Dialog message to enable encrypted filesystem -->
2575 <string name="encrypted_fs_enable_dialog">Enabling Encrypted File Systems requires a device data wipe.</string>
2576 <!-- Dialog message to disable encrypted filesystem -->
2577 <string name="encrypted_fs_disable_dialog">Disabling Encrypted File Systems requires a device data wipe.</string>
2578 <!-- Button label to enable encrypted filesystem -->
2579 <string name="encrypted_fs_enable_button">Enable</string>
2580 <!-- Button label to disable encrypted filesystem -->
2581 <string name="encrypted_fs_disable_button">Disable</string>
2582 <!-- Button message to cancel toggling encrypted filesystem -->
2583 <string name="encrypted_fs_cancel_button">Cancel</string>
2584 <!-- Toast message to notify cancel toggling encrypted filesystem -->
2585 <string name="encrypted_fs_cancel_confirm">Encrypted File Systems mode change cancelled.</string>
2586 <!-- Dialog title to toggle encrypted filesystem -->
2587 <string name="encrypted_fs_alert_dialog_title">Encrypted File Systems Warning.</string>
Oscar Montemayor8877f742009-11-12 14:41:06 -08002588
Chouting Zhang386278a2009-06-24 14:25:43 -05002589 <!-- Sound settings screen, setting check box label -->
2590 <string name="emergency_tone_title">Emergency tone</string>
2591 <!-- Sound settings screen, setting option summary text -->
2592 <string name="emergency_tone_summary">Set behavior when an emergency call is placed</string>
Jim Miller00d24762009-12-22 19:04:57 -08002593
Amith Yamasanie65c9432009-09-22 13:50:19 -07002594 <!-- Privacy Settings screen --><skip/>
2595 <!-- Privacy settings menu title -->
2596 <string name="privacy_settings">Privacy</string>
2597 <!-- Privacy settings activity title -->
2598 <string name="privacy_settings_title">Privacy settings</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08002599 <!-- Backup section title -->
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07002600 <string name="backup_section_title">Backup and restore</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07002601 <!-- Personal data section title -->
2602 <string name="personal_data_section_title">Personal data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07002603 <!-- Backup data menu title -->
Kenny Root365ef4a2010-06-03 16:42:00 -07002604 <string name="backup_data_title">Back up my data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07002605 <!-- Summary text of the "back up data" setting -->
Kenny Root365ef4a2010-06-03 16:42:00 -07002606 <string name="backup_data_summary">Back up my settings and other application data.</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08002607 <!-- Auto-restore menu title -->
2608 <string name="auto_restore_title">Automatic restore</string>
2609 <!-- Summary text of the "automatic restore" setting -->
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07002610 <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 -07002611 <!-- Dialog title for confirmation to erase backup data from server -->
Christopher Tatea5a67302010-02-03 12:54:31 -08002612 <string name="backup_erase_dialog_title">Backup</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07002613 <!-- Dialog title for confirmation to erase backup data from server -->
Christopher Tatea5a67302010-02-03 12:54:31 -08002614 <string name="backup_erase_dialog_message">Are you sure you want to stop backing up your settings and application data and erase all copies on Google servers?</string>
2615
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002616 <!-- Device admin settings screen --><skip/>
2617 <!-- Device admin settings activity title -->
2618 <string name="device_admin_settings_title">Device administration settings</string>
2619 <!-- Label for screen showing the active device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08002620 <string name="active_device_admin_msg">Device administrator</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002621 <!-- Label for button to remove the active device admin -->
Dianne Hackborn28429032010-01-25 18:56:17 -08002622 <string name="remove_device_admin">Deactivate</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002623 <!-- Label for screen showing to select device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08002624 <string name="select_device_admin_msg">Device administrators</string>
2625 <!-- Message when there are no available device admins to display -->
2626 <string name="no_device_admins">No available device administrators</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08002627
Dianne Hackborn28429032010-01-25 18:56:17 -08002628 <!-- Label for screen showing to add device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08002629 <string name="add_device_admin_msg">Activate device administrator?</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08002630 <!-- Label for button to set the active device admin -->
2631 <string name="add_device_admin">Activate</string>
2632 <!-- Device admin add activity title -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08002633 <string name="device_admin_add_title">Device administrator</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08002634 <!-- Device admin warning message about policies an admin can use -->
2635 <string name="device_admin_warning">Activating this administrator will allow
2636 the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
2637 following operations:</string>
Dianne Hackborn61daf832010-01-27 16:22:05 -08002638 <!-- Device admin warning message about policies an admin can use -->
2639 <string name="device_admin_status">This administrator is active and allows
2640 the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
2641 following operations:</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08002642
Amith Yamasani4d312882009-10-28 16:59:17 -07002643 <!-- Name to assign to a Network Access Point that was saved without a name -->
2644 <string name="untitled_apn">Untitled</string>
Daniel Sandler8ad849c2010-04-20 09:56:52 -04002645
2646 <string name="sound_category_sound_title">General</string>
2647 <string name="sound_category_calls_title">Incoming calls</string>
2648 <string name="sound_category_notification_title">Notifications</string>
2649 <string name="sound_category_feedback_title">Feedback</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07002650
2651 <!-- Wifi Setup For Setup Wizard with XL screen -->
2652 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen -->
2653 <string name="wifi_setup_title">WiFi setup</string>
2654 <!-- Text message shown when Wifi is not connected.
2655 Used in Wifi Setup For Setup Wizard with XL screen. -->
2656 <string name="wifi_setup_not_connected">Not connected</string>
2657 <!-- Button message shown on the button adding manual setting.
2658 Used in Wifi Setup For Setup Wizard with XL screen. -->
2659 <string name="wifi_setup_add_network">Add network</string>
2660 <!-- Button message shown on the button refreshing a list of network.
2661 Used in Wifi Setup For Setup Wizard with XL screen. -->
2662 <string name="wifi_setup_refresh_list">Refresh list</string>
2663 <!-- Button message shown on the button enabling users skip Wifi Setup.
2664 Used in Wifi Setup For Setup Wizard with XL screen. -->
2665 <string name="wifi_setup_skip">Skip</string>
2666 <!-- Button message shown on the button enabling users go the next step.
2667 Used in Wifi Setup For Setup Wizard with XL screen. -->
2668 <string name="wifi_setup_next">Next</string>
2669
2670 <!-- Message shown above available network when there's no connected network.
2671 Used in Wifi Setup For Setup Wizard with XL screen. -->
2672 <string name="wifi_setup_status_select_network">Touch to select network</string>
2673 <!-- Message shown above available networks when a user clicked one of available
2674 networks and the UI is showing one possible existing network.
2675 Used in Wifi Setup For Setup Wizard with XL screen. -->
2676 <string name="wifi_setup_status_existing_network">Connect to existing network</string>
2677 <!-- The message shown above available networks when a user clicked "Add network"
2678 button. Used in Wifi Setup For Setup Wizard with XL screen. -->
2679 <string name="wifi_setup_status_new_network">Connect to new network</string>
2680 <!-- The message shown above available networks when a user clicked one of available
2681 networks or created another profile and he/she is waiting for the connection
2682 is established.
2683 Used in Wifi Setup For Setup Wizard with XL screen. -->
2684 <string name="wifi_setup_status_connecting">Connecting...</string>
2685 <!-- The message show above available networks when connection is established.
2686 Used in Wifi Setup For Setup Wizard with XL screen. -->
2687 <string name="wifi_setup_status_connected">Connected</string>
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -07002688
2689 <!-- Do not translate. Just a temprary stub. -->
2690 <string name="time_zone_manual_select_enabler" translatable="false">Experimental text</string>
2691 <!-- Do not translate. Just a temprary stub. -->
2692 <string name="date_time_manual_select_enabler" translatable="false">Experimental text</string>
2693 <!-- Do not translate. Just a temprary stub. -->
2694 <string name="date_time_setup_skip" translatable="false">Skip</string>
2695 <!-- Do not translate. Just a temprary stub. -->
2696 <string name="date_time_setup_next" translatable="false">Next</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002697</resources>