OSDN Git Service

am bd044818: Import revised translations. DO NOT MERGE
[android-x86/packages-apps-Settings.git] / res / values / strings.xml
1 <?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
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      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">
18     <!-- Strings for Dialog yes button -->
19     <string name="yes">"Yes"</string>
20
21     <!-- Strings for Dialog no button -->
22     <string name="no">"No"</string>
23
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>
33
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>
42
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  [CHAR LIMIT=25] -->
89     <string name="sdcard_unmount" product="nosdcard">Unmount USB storage</string>
90     <!-- 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  -->
91     <string name="sdcard_unmount" product="default">Unmount SD card</string>
92
93     <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted [CHAR LIMIT=25] -->
94     <string name="sdcard_format" product="nosdcard">Erase USB storage</string>
95     <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted -->
96     <string name="sdcard_format" product="default">Erase SD card</string>
97
98     <!-- choice for the font size spinner -->
99     <string name="small_font">Small</string>
100     <!-- choice for the font size spinner -->
101     <string name="medium_font">Medium</string>
102     <!-- choice for the font size spinner -->
103     <string name="large_font">Large</string>
104
105     <!-- Do not translate. label for font size preview.  Does not need to be translated. -->
106     <string name="font_size_preview_text">Servez à ce monsieur une bière et des kiwis.</string>
107     <!-- Button. Chosen when they want to save the chosen text size. -->
108     <string name="font_size_save">OK</string>
109
110     <!-- Title for a notification shown. [CHAR LIMIT=25] -->
111     <string name="sdcard_setting" product="nosdcard">USB storage</string>
112     <!-- Title for a notification shown. -->
113     <string name="sdcard_setting" product="default">SD card</string>
114
115
116     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
117     <string name="battery_info_status_label">Battery status:</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_power_label">Power plug:</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_scale_label">Battery scale:</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_level_label">Battery level:</string>
124     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
125     <string name="battery_info_health_label">Battery health:</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_technology_label">Battery technology:</string>
128     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
129     <string name="battery_info_voltage_label">Battery voltage:</string>
130     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
131     <string name="battery_info_voltage_units">mV</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_temperature_label">Battery temperature:</string>
134     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
135     <string name="battery_info_temperature_units">\u00B0 C</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_uptime">Time since boot:</string>
138     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
139     <string name="battery_info_awake_battery">Awake time on battery:</string>
140     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
141     <string name="battery_info_awake_plugged">Awake time when charging:</string>
142     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
143     <string name="battery_info_screen_on">Screen ON time:</string>
144
145
146     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
147     <string name="battery_info_status_unknown">Unknown</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_charging">Charging</string>
150     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
151     <string name="battery_info_status_charging_ac">(AC)</string>
152     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
153     <string name="battery_info_status_charging_usb">(USB)</string>
154     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
155     <string name="battery_info_status_discharging">Discharging</string>
156     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
157     <string name="battery_info_status_not_charging">Not charging</string>
158     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
159     <string name="battery_info_status_full">Full</string>
160
161     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
162     <string name="battery_info_power_unplugged">Unplugged</string>
163     <string name="battery_info_power_ac">AC</string>
164     <string name="battery_info_power_usb">USB</string>
165     <string name="battery_info_power_ac_usb">AC+USB</string>
166     <string name="battery_info_power_unknown">Unknown</string>
167
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_unknown">Unknown</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_good">Good</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_overheat">Overheat</string>
174     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
175     <string name="battery_info_health_dead">Dead</string>
176     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
177     <string name="battery_info_health_over_voltage">Over voltage</string>
178     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
179     <string name="battery_info_health_unspecified_failure">Unknown error</string>
180     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
181     <string name="battery_info_health_cold">Cold</string>
182
183     <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
184     <string name="bluetooth">Bluetooth</string>
185     <!-- Bluetooth settings screen, check box label when the Bluetooth device can be seen by others -->
186     <string name="bluetooth_visibility">Discoverable</string>
187     <!-- Bluetooth settings screen, summary after selecting Discoverable check box -->
188     <string name="bluetooth_is_discoverable">Discoverable for <xliff:g id="discoverable_time_period">%1$s</xliff:g> seconds\u2026</string>
189     <!-- Bluetooth settings screen, Discoverable checkbox summary text -->
190     <string name="bluetooth_not_discoverable">Make device discoverable</string>
191     <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
192     <!-- Bluetooth settings screen, check box label whether or not to allow
193         bluetooth voice dialing when lock screen is up-->
194     <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string>
195     <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
196     <string name="bluetooth_lock_voice_dialing_summary">
197       Prevent use of the bluetooth dialer when the screen is locked
198     </string>
199
200     <string name="bluetooth_devices">Bluetooth devices</string>
201     <!-- Bluetooth settings screen, title for the current bluetooth name setting -->
202     <string name="bluetooth_device_name">Device name</string>
203     <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) -->
204     <string name="bluetooth_name_not_set">No name set, using account name</string>
205     <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
206     <string name="bluetooth_scan_for_devices">Scan for devices</string>
207     <!-- Bluetooth settings.  Message for disconnecting from a bluetooth device -->
208     <string name="bluetooth_disconnect_blank"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string>
209     <!-- Bluetooth settings.  Message when cnonected to a device -->
210     <string name="bluetooth_connected">Connected</string>
211     <!-- Bluetooth settings.  Message when a device is disconnected -->
212     <string name="bluetooth_disconnected">Disconnected</string>
213     <!-- Bluetooth settings.  Message when disconnecting from a device -->
214     <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
215     <!-- Bluetooth settings.  Message when connecting to a device -->
216     <string name="bluetooth_connecting">Connecting\u2026</string>
217     <!-- Bluetooth settings.  Message when the device state is unknown -->
218     <string name="bluetooth_unknown"></string>
219     <!--Bluetooth settings screen, summary text under individual Bluetooth devices when not paired yet -->
220     <string name="bluetooth_not_connected">Pair with this device</string>
221     <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
222     <string name="bluetooth_pairing">Pairing\u2026</string>
223     <!--Bluetooth settings screen, summary text under individual Bluetooth devices when paired with one -->
224     <string name="bluetooth_paired">Paired but not connected</string>
225     <!--Bluetooth settings screen, summary text under individual Bluetooth devices that are hands free or a headset -->
226     <string name="bluetooth_device">handsfree/headset</string>
227     <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
228     <string name="progress_scanning">Scanning</string>
229     <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
230     <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
231     <!-- Notification title when a Bluetooth device wants to pair with us -->
232     <string name="bluetooth_notif_title">Pairing request</string>
233     <!-- Notification message when a Bluetooth device wants to pair with us -->
234     <string name="bluetooth_notif_message">Select to pair with\u0020</string>
235
236     <!-- Strings for BluetoothDevicePicker -->
237     <string name="device_picker">Bluetooth device picker</string>
238
239     <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
240     <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
241
242     <!-- Strings for asking to the user whether to allow an app to enable bluetooth -->
243     <string name="bluetooth_ask_enablement">"An application on your phone is requesting permission to turn on Bluetooth. Do you want to do this?"</string>
244
245     <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
246     <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>
247
248     <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
249     <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>
250
251     <!-- Strings for msg to display to user while bluetooth is turning on -->
252     <string name="bluetooth_turning_on">"Turning on Bluetooth\u2026"</string>
253
254     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
255     <string name="bluetooth_scan_text">Empty button\u2026</string>
256     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
257     <string name="bluetooth_settings_text">Empty button\u2026</string>
258     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
259     <string name="bluetooth_enable_text">Empty button\u2026</string>
260
261     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
262     <string name="bluetooth_device_info_connectButton_text">Turn on Bluetooth</string>
263     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
264     <string name="bluetooth_device_info_deviceInfo_text"></string>
265
266     <!-- Date & time settings screen title -->
267     <string name="date_and_time">Date &amp; time settings</string>
268     <!-- Date/time settings.  Summary of the checkbox for choosing between 12 hour time or 24 hour time.  Sample of 12-hour time -->
269     <string name="date_time_12_hour_sample">1:00 pm</string>
270     <!-- Date/time settings.  Summary of the checkbox for choosing between 12 hour time or 24 hour time.  Sample of 24-hour time -->
271     <string name="date_time_24_hour_sample">13:00</string>
272     <!-- Title of the dialog for setting the time. -->
273     <string name="date_time_changeTime_text">Change time</string>
274     <!-- Title of the dialog for setting the date. -->
275     <string name="date_time_changeDate_text">Date</string>
276     <!-- The title of the activity to pick a time zone. -->
277     <string name="choose_timezone">Select time zone</string>
278     <!-- Do not translate. Used as the value for a setting. -->
279     <string name="default_date_format"><xliff:g id="default_date_format">MM/dd/yyyy</xliff:g></string>
280
281     <!-- The option in the date-format picker for using the normal format
282          called for by the user's locale. -->
283     <string name="normal_date_format">Normal (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string>
284
285     <!-- Label of preview text when tweaking font size -->
286     <string name="display_preview_label">Preview:</string>
287     <!-- Label for chosen font size -->
288     <string name="display_font_size_label">Font size:</string>
289
290     <!-- Used for diagnostic screens, precise translation is not necessary -->
291     <string name="intent_sender_data_label"><xliff:g id="data">Data:</xliff:g></string>
292     <!-- Used for diagnostic screens, precise translation is not necessary -->
293     <string name="intent_sender_sendbroadcast_text">Send <xliff:g id="broadcast">broadcast</xliff:g></string>
294     <!-- Used for diagnostic screens, precise translation is not necessary -->
295     <string name="intent_sender_action_label"><xliff:g id="action">Action</xliff:g>:</string>
296     <!-- Used for diagnostic screens, precise translation is not necessary -->
297     <string name="intent_sender_startactivity_text">Start <xliff:g id="activity">activity</xliff:g></string>
298     <!-- Used for diagnostic screens, precise translation is not necessary -->
299     <string name="intent_sender_resource_label"><xliff:g id="resource">Resource</xliff:g>: </string>
300     <!-- Used for diagnostic screens, precise translation is not necessary -->
301     <string name="intent_sender_account_label">Account: </string>
302
303     <!-- HTTP proxy settings. Button to clear the proxy box. -->
304     <string name="proxy_clear_text">Clear</string>
305     <!-- HTTP proxy settings. The port number label. -->
306     <string name="proxy_port_label">Port</string>
307     <!-- HTTP proxy settings. The button to restore the defaults. -->
308     <string name="proxy_defaultView_text">Restore defaults</string>
309     <!-- HTTP proxy settings. The button to save. -->
310     <string name="proxy_action_text">Save</string>
311     <!-- HTTP proxy settings. The text field for the hostname -->
312     <string name="proxy_hostname_label">Hostname</string>
313     <!-- HTTP proxy settings. Title if there is an error-->
314     <string name="proxy_error">Attention</string>
315     <!-- HTTP proxy settings. Button to get rid of error box-->
316     <string name="proxy_error_dismiss">OK</string>
317     <!-- HTTP proxy settings. The error if the hostname is not valid -->
318     <string name="proxy_error_invalid_host">The hostname you typed is not valid.</string>
319     <!-- 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 -->
333
334     <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 -->
378     <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>
387     <!-- 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>
389
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 [CHAR LIMIT=30] -->
409     <string name="sdcard_settings_not_present_status" product="nosdcard">USB storage not mounted</string>
410     <!-- Message when there is no SD card present -->
411     <string name="sdcard_settings_not_present_status" product="default">No SD card</string>
412     <!-- Th label for the available (free) sapce on the SD card -->
413     <string name="sdcard_settings_available_bytes_label">Available bytes:</string>
414     <!-- Message when the SD card is being used by the computer as mass storage [CHAR LIMIT=30] -->
415     <string name="sdcard_settings_mass_storage_status" product="nosdcard">USB storage is being used as a mass storage device</string>
416     <!-- Message when the SD card is being used by the computer as mass storage -->
417     <string name="sdcard_settings_mass_storage_status" product="default">SD card is being used as a mass storage device</string>
418     <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] -->
419     <string name="sdcard_settings_unmounted_status" product="nosdcard">It is now safe to remove the USB storage</string>
420     <!-- Message when it is safe to remove the SD card -->
421     <string name="sdcard_settings_unmounted_status" product="default">It is now safe to remove the SD card</string>
422     <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] -->
423     <string name="sdcard_settings_bad_removal_status" product="nosdcard">USB storage was removed while still in use!</string>
424     <!-- Error message when the SD card was removed without properly unmounting -->
425     <string name="sdcard_settings_bad_removal_status" product="default">SD card was removed while still in use!</string>
426     <!-- Label for used bytes on the SD card -->
427     <string name="sdcard_settings_used_bytes_label">Used bytes:</string>
428     <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30]  -->
429     <string name="sdcard_settings_scanning_status" product="nosdcard">Scanning USB storage for media\u2026</string>
430     <!-- Message when it is scanning the SD card for new files -->
431     <string name="sdcard_settings_scanning_status" product="default">Scanning SD card for media\u2026</string>
432     <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] -->
433     <string name="sdcard_settings_read_only_status" product="nosdcard">USB storage mounted read-only</string>
434     <!-- Message when the SD card is mounted as read only -->
435     <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only</string>
436
437     <!-- SetupWizard strings used by DateTimeSettingsSetupWizard.  The button label for going to the next screen. -->
438     <string name="next_label">Next</string>
439
440     <!-- LocalePicker -->
441     <!-- Title for the locale picker activity -->
442     <string name="language_picker_title">Locale</string>
443     <!-- Locale picker screen. Label for choosing the locale -->
444     <string name="select_your_language">Select your language</string>
445
446     <!-- 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 :) ). -->
447     <string name="activity_picker_label">Select activity</string>
448     <!-- Do not translate. -->
449     <string name="debug_intent_sender_label">Debug intent sender</string>
450     <!-- The title of the activity to see random device info. -->
451     <string name="device_info_label">Device info</string>
452     <!-- The title of the activity to see battery info. -->
453     <string name="battery_info_label">Battery info</string>
454     <!-- The title of the activity to adjust display settings -->
455     <string name="display_label">Display</string>
456     <!-- The title of the activity to see phone info -->
457     <string name="phone_info_label">Phone info</string>
458     <!-- The title of the activity to adjust SD card settings [CHAR LIMIT=25] -->
459     <string name="sd_card_settings_label" product="nosdcard">USB storage</string>
460     <!-- The title of the activity to adjust SD card settings-->
461     <string name="sd_card_settings_label" product="default">SD card</string>
462     <!-- The title of the activity to adjust proxy settings -->
463     <string name="proxy_settings_label">Proxy settings</string>
464
465     <!-- ======================================================================================= -->
466     <!-- NEW STUFF -->
467     <!-- ======================================================================================= -->
468
469     <!-- Button label for generic cancel action -->
470     <string name="cancel">Cancel</string>
471
472     <!-- Title of the Settings activity shown within the application itself. -->
473     <string name="settings_label">Settings</string>
474     <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] -->
475     <string name="settings_label_launcher">Settings</string>
476     <!-- Label for option to select a settings panel as a shortcut -->
477     <string name="settings_shortcut">Settings</string>
478     <!-- Wireless controls settings screen, setting check box label -->
479     <string name="airplane_mode">Airplane mode</string>
480     <!-- Wireless controls settings screen, setting option summary text -->
481     <string name="airplane_mode_summary">Disable all wireless connections</string>
482     <!-- Wireless controls settings screen, setting option summary text as airplane mode is being enabled (so it is disabling all wireless connections)  -->
483     <string name="airplane_mode_turning_on">Disabling wireless connections\u2026</string>
484     <!-- Wireless controls settings screen, setting option summary text as airplane mode is being disabled (so it is re-enabling all the wireless conenctions) -->
485     <string name="airplane_mode_turning_off">Enabling wireless connections\u2026</string>
486     <!-- Main Settings screen settings title for things like Wi-Fi, bluetooth, airplane mode.  This will take you to another screen with those settings. -->
487     <string name="radio_controls_title">Wireless &amp; networks</string>
488     <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
489     <string name="wireless_networks_settings_title">Wireless &amp; network settings</string>
490     <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->
491     <string name="radio_controls_summary">Manage Wi-Fi, Bluetooth, airplane mode, mobile networks, &amp; VPNs</string>
492
493
494     <!-- mobile network settings screen, setting check box title -->
495     <string name="roaming">Data roaming</string>
496     <!-- mobile network settings screen, setting option summary text when check box is selected -->
497     <string name="roaming_enable">Connect to data services when roaming</string>
498     <!-- mobile network settings screen, setting option summary text when check box is clear -->
499     <string name="roaming_disable">Connect to data services when roaming</string>
500     <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box -->
501     <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string>
502     <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box -->
503     <string name="roaming_turn_it_on_button">Turn it on</string>
504     <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box -->
505     <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string>
506     <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box -->
507     <string name="roaming_reenable_title">Attention</string>
508     <!-- mobile network settings screen, setting option name -->
509     <string name="networks">Operator selection</string>
510     <!-- mobile network settings screen, setting option summary text -->
511     <string name="sum_carrier_select">Select a network operator</string>
512
513     <!-- Date and time settings -->
514     <!-- Main Settings screen setting option name to go into the date and time settings-->
515     <string name="date_and_time_settings_title">Date &amp; time</string>
516     <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
517     <string name="date_and_time_settings_summary">Set date, time, time zone &amp; formats</string>
518     <!-- Date & time setting screen setting check box title if the date and time should be determined automatically -->
519     <string name="date_time_auto">Automatic</string>
520     <!-- Date & time setting screen setting option summary text when Automatic check box is selected (that is, when date and time should be determined automatically) -->
521     <string name="date_time_auto_summaryOn">Use network-provided values</string>
522     <!-- Date & time setting screen setting option summary text when Automatic check box is clear -->
523     <string name="date_time_auto_summaryOff">Use network-provided values</string>
524     <!-- Date & time setting screen setting check box title -->
525     <string name="date_time_24hour">Use 24-hour format</string>
526     <!-- Date & time setting screen setting option title -->
527     <string name="date_time_set_time">Set time</string>
528     <!-- Date & time setting screen setting option title -->
529     <string name="date_time_set_timezone">Select time zone</string>
530     <!-- Date & time setting screen setting option title -->
531     <string name="date_time_set_date">Set date</string>
532     <!-- 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.) -->
533     <string name="date_time_date_format">Select date format</string>
534     <!-- Menu item on Select time zone screen -->
535     <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
536     <!-- Menu item on Select time zone screen -->
537     <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
538
539     <!-- Security Settings --><skip />
540
541     <!-- Main Settings screen setting option title for the item to take you the security and location screen -->
542     <string name="security_settings_title">Location &amp; security</string>
543     <!-- Location & security settings screen title -->
544     <string name="location_security_settings_title">Location &amp; security settings</string>
545     <!-- Main Settings screen setting option summary text for the item tot ake you to the security and location screen -->
546     <string name="security_settings_summary">Set My Location, screen unlock, SIM card lock, credential storage lock</string>
547     <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen -->
548     <string name="cdma_security_settings_summary">Set My Location, screen unlock, credential storage lock</string>
549     <!-- In the security screen, the header title for settings related to  Passwords-->
550     <string name="security_passwords_title">Passwords</string>
551
552     <!-- Unlock Picker Settings --><skip />
553
554     <!-- Security Picker --><skip />
555     <!--  Title for security picker to choose the unlock method: None/Pattern/PIN/Password -->
556     <string name="lock_settings_picker_title">Screen unlock security</string>
557
558     <!--  Main Security lock settings --><skip />
559     <!--  Title for PreferenceScreen to launch picker for security method when there is none -->
560     <string name="unlock_set_unlock_launch_picker_title">Set up screen lock</string>
561
562     <!--  Summary for PreferenceScreen to launch picker for security method when there is none -->
563     <string name="unlock_set_unlock_launch_picker_summary">Lock screen with a pattern, PIN, or password</string>
564
565     <!--  Title for PreferenceScreen to change security method: None/Pattern/PIN/Password  -->
566     <string name="unlock_set_unlock_launch_picker_change_title">Change screen lock</string>
567
568     <!--  Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password  -->
569     <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string>
570
571
572     <!-- Title for preference that disables unlock security -->
573     <string name="unlock_set_unlock_none_title">None</string>
574     <!-- Summary for preference that disables unlock security -->
575     <string name="unlock_set_unlock_none_summary">Disable screen unlock security</string>
576
577     <!-- Title for preference that guides the user through creating an unlock pattern -->
578     <string name="unlock_set_unlock_pattern_title">Pattern</string>
579     <!-- Summary for preference that guides the user through creating an unlock pattern -->
580     <string name="unlock_set_unlock_pattern_summary">Draw pattern to unlock screen</string>
581
582     <!-- Title for preference that guides the user through creating an unlock PIN (Personal Identification Number)  -->
583     <string name="unlock_set_unlock_pin_title">PIN</string>
584     <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number)  -->
585     <string name="unlock_set_unlock_pin_summary">Enter a numeric PIN to unlock screen</string>
586
587     <!-- Title for preference that guides the user through creating an unlock password -->
588     <string name="unlock_set_unlock_password_title">Password</string>
589     <!-- Title for preference that guides the user through creating an unlock password -->
590     <string name="unlock_set_unlock_password_summary">Enter a password to unlock screen</string>
591
592     <!-- Summary for preference that has been disabled by DevicePolicyAdmin -->
593     <string name="unlock_set_unlock_disabled_summary">Disabled by remote phone administrator</string>
594
595
596     <!-- Title for option to turn of password/pin/pattern unlock. -->
597     <string name="unlock_disable_lock_title">Turn off screen lock</string>
598
599     <!-- Summary shown under unlock_disable_lock_title when pattern is in use and can be removed -->
600     <string name="unlock_disable_lock_pattern_summary">Remove unlock pattern</string>
601     <!-- Summary shown under unlock_disable_lock_title when PIN is in use and can be removed -->
602     <string name="unlock_disable_lock_pin_summary">Remove unlock PIN</string>
603     <!-- Summary shown under unlock_disable_lock_title when password is in use and can be removed -->
604     <string name="unlock_disable_lock_password_summary">Remove unlock password</string>
605
606     <!-- Title shown on security settings to allow the user to change their lockscreen pattern -->
607     <string name="unlock_change_lock_pattern_title">Change unlock pattern</string>
608     <!-- Title shown on security settings to allow the user to change their lockscreen PIN -->
609     <string name="unlock_change_lock_pin_title">Change unlock PIN</string>
610     <!-- Title shown on security settings to allow the user to change their lockscreen password -->
611     <string name="unlock_change_lock_password_title">Change unlock password</string>
612
613     <!-- Hint shown in dialog screen when password is too short -->
614     <string name="lockpassword_password_too_short">Password must be at least %d characters</string>
615     <!-- Hint shown in dialog screen when PIN is too short -->
616     <string name="lockpassword_pin_too_short">PIN must be at least %d characters</string>
617
618     <!-- Hint shown after minimum password criteria is met -->
619     <string name="lockpassword_press_continue">Press Continue when done</string>
620
621     <!-- Hint shown after minimum password criteria is met -->
622     <string name="lockpassword_continue_label">Continue</string>
623
624     <!-- Error shown in popup when password is too long -->
625     <string name="lockpassword_password_too_long">PIN can be no longer than %d digits</string>
626     <!-- Error shown in popup when PIN is too long -->
627     <string name="lockpassword_pin_too_long">PIN can be no longer than %d digits</string>
628
629     <!-- Error shown when in PIN mode and user enters a non-digit -->
630     <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9</string>
631
632     <!-- Error shown when in PASSWORD mode and user enters an invalid character -->
633     <string name="lockpassword_illegal_character">Password contains an illegal character</string>
634
635     <!-- Error shown when in PASSWORD mode and password is all digits -->
636     <string name="lockpassword_password_requires_alpha">Password must contain at least one letter</string>
637
638     <!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
639     <string name="lockpassword_password_requires_digit">Password must contain at least one digit</string>
640
641     <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
642     <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol</string>
643
644     <!-- Label for ChoosePassword/PIN OK button -->
645     <string name="lockpassword_ok_label">OK</string>
646
647     <!-- Label for ChoosePassword/PIN OK button -->
648     <string name="lockpassword_cancel_label">Cancel</string>
649
650     <!-- In the security screen, the header title for settings related to device admins -->
651     <string name="device_admin_title">Device administration</string>
652
653     <!-- Title of preference to manage device admins -->
654     <string name="manage_device_admin">Select device administrators</string>
655
656     <!-- Summary of preference to manage device policies -->
657     <string name="manage_device_admin_summary">Add or remove device administrators</string>
658
659     <!-- Bluetooth settings -->
660     <!-- Bluetooth settings check box title on Main Settings screen -->
661     <string name="bluetooth_quick_toggle_title">Bluetooth</string>
662     <!-- Bluetooth settings check box summary for turning on bluetooth -->
663     <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
664     <!--Used as title on second screen after selecting Bluetooth settings -->
665     <string name="bluetooth_settings">Bluetooth settings</string>
666     <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
667     <string name="bluetooth_settings_title">Bluetooth settings</string>
668     <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
669     <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
670
671     <!-- Title for the dialog to enter PIN.  -->
672     <string name="bluetooth_pairing_request">Bluetooth pairing request</string>
673     <!-- Title for the bluetooth device info screen. -->
674     <string name="bluetooth_device_info">Bluetooth device info</string>
675     <!-- Message when bluetooth dialog for pin entry is showing -->
676     <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>
677     <!-- Message when bluetooth dialog for passkey entry is showing -->
678     <string name="bluetooth_enter_passkey_msg">\nType passkey to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022.</string>
679     <!-- Message when bluetooth dialog for confirmation of passkey is showing -->
680     <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>
681     <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
682     <string name="bluetooth_incoming_pairing_msg"><xliff:g id="device_name">%1$s</xliff:g>\nwants to pair.</string>
683     <!-- Message when bluetooth dialog when passkey needs to be displayed. -->
684     <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>
685     <!-- Button text for accepting an incoming pairing request -->
686     <string name="bluetooth_pairing_accept">Pair</string>
687     <!-- Button text for declining an incoming pairing request -->
688     <string name="bluetooth_pairing_decline">Don\u0027t Pair</string>
689     <!-- Generic string for remote Bluetooth device  -->
690     <string name="bluetooth_remote_device">bluetooth device</string>
691
692     <!-- Title for BT error dialogs. -->
693     <string name="bluetooth_error_title">Attention</string>
694     <!-- Message for the error dialog when BT pairing fails generically. -->
695     <string name="bluetooth_pairing_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g>.</string>
696     <!-- Message for the error dialog when BT pairing fails because the PIN /
697     Passkey entered is incorrect. -->
698     <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>
699     <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
700     <string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string>
701     <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
702     <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
703
704     <!-- Message for the error dialog when BT connecting operation fails generically. -->
705     <string name="bluetooth_connecting_error_message">There was a problem connecting to <xliff:g id="device_name">%1$s</xliff:g>.</string>
706
707     <!-- Do not translate -->
708     <string name="bluetooth_device_info_alias">Device alias</string>
709     <!-- Do not translate -->
710     <string name="bluetooth_device_info_no_alias">Type alias here\u2026</string>
711     <!-- Do not translate -->
712     <string name="bluetooth_device_info_delete">Remove this device</string>
713     <!-- Do not translate -->
714     <string name="bluetooth_device_info_sdp">List supported services</string>
715
716     <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
717     <string name="bluetooth_preference_scan_title">Scan for devices</string>
718
719     <!-- Bluetooth settings.  Context menu item for a device.  Action will connect to all profiles on the device. -->
720     <string name="bluetooth_device_context_connect">Connect</string>
721     <!-- Bluetooth settings.  Context menu item for a device.  Action will disconnect from all profiles on the device. -->
722     <string name="bluetooth_device_context_disconnect">Disconnect</string>
723     <!-- Bluetooth settings.  Context menu item for a device.  Action will first pair, and then connect to all profiles on the device. -->
724     <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
725     <!-- Bluetooth settings.  Context menu item for a device.  Action will remove pairing with the device. -->
726     <string name="bluetooth_device_context_unpair">Unpair</string>
727     <!-- Bluetooth settings.  Context menu item for a device.  Action will disconnect and remove pairing with the device. -->
728     <string name="bluetooth_device_context_disconnect_unpair">Disconnect &amp; unpair</string>
729     <!-- 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. -->
730     <string name="bluetooth_device_context_connect_advanced">Options\u2026</string>
731
732     <!-- 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. -->
733     <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
734
735     <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the A2DP profile. -->
736     <string name="bluetooth_profile_a2dp">Media</string>
737     <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the headset or handsfree profile. -->
738     <string name="bluetooth_profile_headset">Phone</string>
739     <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the OPP profile. -->
740     <string name="bluetooth_profile_opp">Transfer</string>
741
742     <!-- Bluetooth settings.  The summary string when a device is connected to the A2DP profile. -->
743     <string name="bluetooth_summary_connected_to_a2dp">Connected to media audio</string>
744     <!-- Bluetooth settings.  The summary string when a device is connected to the headset profile. -->
745     <string name="bluetooth_summary_connected_to_headset">Connected to phone audio</string>
746     <!-- Bluetooth settings.  The summary string when a device is connected to the A2DP and headset profiles. -->
747     <string name="bluetooth_summary_connected_to_a2dp_headset">Connected to phone and media audio</string>
748
749     <!-- Bluetooth settings.  Connection options screen.  The title of the screen. -->
750     <string name="bluetooth_device_advanced_title"><xliff:g id="device_name">%1$s</xliff:g> options</string>
751     <!-- 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. -->
752     <string name="bluetooth_device_advanced_online_mode_title">Connect</string>
753     <!-- Bluetooth settings.  Connection options screen.  The summary of the online mode checkbox.  This describes what the setting does in the context of the screen. -->
754     <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string>
755     <!-- Bluetooth settings.  Connection options screen.  The title of the header that is above all of the profiles. -->
756     <string name="bluetooth_device_advanced_profile_header_title">Profiles</string>
757     <!-- Bluetooth settings.  Connection options screen.  The summary for the A2DP checkbox preference when A2DP is connected. -->
758     <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
759     <!-- Bluetooth settings.  Connection options screen.  The summary for the headset checkbox preference when headset is connected. -->
760     <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
761     <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference when OPP is connected. -->
762     <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
763     <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference when OPP is not connected. -->
764     <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
765
766     <!-- Bluetooth settings.  Connection options screen.  The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
767     <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
768     <!-- Bluetooth settings.  Connection options screen.  The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
769     <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
770     <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
771     <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
772
773     <!-- Bluetooth settings.  Dock Setting Title -->
774     <string name="bluetooth_dock_settings">Dock Settings</string>
775     <!-- Bluetooth settings.  Dock Setting Dialog Title -->
776     <string name="bluetooth_dock_settings_title">Use dock for audio</string>
777     <!-- Bluetooth settings.  Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone -->
778     <string name="bluetooth_dock_settings_headset">As speaker phone</string>
779     <!-- Bluetooth settings.  Dock Setting Dialog - Checkbox selection 2: Use dock for media audio -->
780     <string name="bluetooth_dock_settings_a2dp">For music and media</string>
781     <!-- Bluetooth settings.  Dock Setting Dialog - Remember setting and don't ask user again -->
782     <string name="bluetooth_dock_settings_remember">Remember settings</string>
783
784     <!-- NFC settings -->
785     <!-- Used in the 1st-level settings screen to turn on NFC -->
786     <string name="nfc_quick_toggle_title">NFC</string>
787     <!-- Used in the 1st-level settings screen as the turn-on summary -->
788     <string name="nfc_quick_toggle_summary">Use Near Field Communication to read and exchange tags</string>
789     <string name="nfc_toggle_error" msgid="8998642457947607263">An error occurred.</string>
790
791     <!-- Wi-Fi Settings --> <skip />
792     <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
793     <string name="wifi_quick_toggle_title">Wi-Fi</string>
794     <!-- Used in the 1st-level settings screen as the turn-on summary -->
795     <string name="wifi_quick_toggle_summary">Turn on Wi-Fi</string>
796     <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen -->
797     <string name="wifi_settings">Wi-Fi settings</string>
798     <!-- Title of the Wi-fi settings screen -->
799     <string name="wifi_settings_category">Wi-Fi settings</string>
800     <!-- Summary text of the Wi-fi settings screen -->
801     <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
802     <!-- Summary text when turning Wi-Fi or bluetooth on -->
803     <string name="wifi_starting">Turning on\u2026</string>
804     <!-- Summary text when turning Wi-Fi or bluetooth off -->
805     <string name="wifi_stopping">Turning off\u2026</string>
806     <!-- Summary text when Wi-Fi or bluetooth has error -->
807     <string name="wifi_error">Error</string>
808     <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode -->
809     <string name="wifi_in_airplane_mode">In airplane mode</string>
810     <!-- Toast message when Wi-Fi cannot scan for networks -->
811     <string name="wifi_fail_to_scan">Unable to scan for networks</string>
812     <!-- Checkbox title for option to notify user when open networks are nearby -->
813     <string name="wifi_notify_open_networks">Network notification</string>
814     <!-- Checkbox summary for option to notify user when open networks are nearby -->
815     <string name="wifi_notify_open_networks_summary">Notify me when an open network is available</string>
816     <!-- Action message to manually add a wifi network -->
817     <string name="wifi_add_network">Add Wi-Fi network</string>
818     <!-- Header for the list of wifi networks-->
819     <string name="wifi_access_points">Wi-Fi networks</string>
820     <!-- Menu option to scan Wi-Fi networks -->
821     <string name="wifi_menu_scan">Scan</string>
822     <!-- Menu option to Wi-Fi advanced settings -->
823     <string name="wifi_menu_advanced">Advanced</string>
824     <!-- Menu option to connect to a Wi-Fi network -->
825     <string name="wifi_menu_connect">Connect to network</string>
826     <!-- Menu option to delete a Wi-Fi network -->
827     <string name="wifi_menu_forget">Forget network</string>
828     <!-- Menu option to modify a Wi-Fi network configuration -->
829     <string name="wifi_menu_modify">Modify network</string>
830
831     <!-- Dialog for Access Points --> <skip />
832     <!-- Label for the SSID of the network -->
833     <string name="wifi_ssid">Network SSID</string>
834     <!-- Label for the security of the connection -->
835     <string name="wifi_security">Security</string>
836     <!-- Label for the signal strength of the connection -->
837     <string name="wifi_signal">Signal strength</string>
838     <!-- Label for the status of the connection -->
839     <string name="wifi_status">Status</string>
840     <!-- Label for the link speed of the connection -->
841     <string name="wifi_speed">Link speed</string>
842     <!-- Label for the IP address of the connection -->
843     <string name="wifi_ip_address">IP address</string>
844     <!-- Label for the EAP method of the network -->
845     <string name="wifi_eap_method">EAP method</string>
846     <!-- Label for the phase2 -->
847     <string name="please_select_phase2">Phase 2 authentication</string>
848     <!-- Label for the EAP CA certificate of the network -->
849     <string name="wifi_eap_ca_cert">CA certificate</string>
850     <!-- Label for the EAP user certificate of the network -->
851     <string name="wifi_eap_user_cert">User certificate</string>
852     <!-- Label for the EAP identity of the network -->
853     <string name="wifi_eap_identity">Identity</string>
854     <!-- Label for the EAP anonymous identity of the network -->
855     <string name="wifi_eap_anonymous">Anonymous identity</string>
856     <!-- Label for the password of the secured network -->
857     <string name="wifi_password">Password</string>
858     <!-- Label for the check box to show password -->
859     <string name="wifi_show_password">Show password.</string>
860     <!-- Hint for unchanged fields -->
861     <string name="wifi_unchanged">(unchanged)</string>
862     <!-- Hint for unspecified fields -->
863     <string name="wifi_unspecified">(unspecified)</string>
864     <!-- Summary for the remembered network. -->
865     <string name="wifi_remembered">Remembered</string>
866     <!-- Summary for the disabled network. -->
867     <string name="wifi_disabled">Disabled</string>
868     <!-- Summary for the remembered network but currently not in range. -->
869     <string name="wifi_not_in_range">Not in range</string>
870     <!-- Summary for the secured network. -->
871     <string name="wifi_secured">Secured with <xliff:g id="wifi_security">%1$s</xliff:g></string>
872     <!-- Summary for the secured and remembered network. Status can be "Remembered", "Disabled" or "Not in range". -->
873     <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>
874     <!-- Button label to connect to a Wi-Fi network -->
875     <string name="wifi_connect">Connect</string>
876     <!-- Button label to delete a Wi-Fi network -->
877     <string name="wifi_forget">Forget</string>
878     <!-- Button label to save a Wi-Fi network configuration -->
879     <string name="wifi_save">Save</string>
880     <!-- Button label to dismiss the dialog -->
881     <string name="wifi_cancel">Cancel</string>
882
883     <!-- Wi-Fi Advanced Settings --> <skip />
884     <!-- Wi-Fi settings screen, advanced, settings section.  This is a header shown above advanced wifi settings. -->
885     <string name="wifi_advanced_titlebar">Advanced</string>
886     <!-- Wi-Fi settings screen, setting title for choosing the number of channels to be used -->
887     <string name="wifi_setting_num_channels_title">Regulatory domain</string>
888     <!-- Wi-Fi settings screen, setting summary for choosing the number of channels to be used -->
889     <string name="wifi_setting_num_channels_summary">Set the number of channels to use</string>
890     <!-- Wi-Fi settings screen, generic error message when the regulatory domain could not be set. -->
891     <string name="wifi_setting_num_channels_error">There was a problem setting the regulatory domain.</string>
892     <!-- Wi-Fi settings screen, label to be appended to the count in displaying the list of valid channel counts -->
893     <string name="wifi_setting_num_channels_channel_phrase"><xliff:g id="num_channels">%1$d</xliff:g> channels</string>
894     <!-- Wi-Fi settings screen, setting title for setting the wifi sleep policy -->
895     <string name="wifi_setting_sleep_policy_title">Wi-Fi sleep policy</string>
896     <!-- Wi-Fi settings screen, setting summary for setting the wifi sleep policy -->
897     <string name="wifi_setting_sleep_policy_summary">Specify when to switch from Wi-Fi to mobile data</string>
898     <!-- Wi-Fi settings screen, generic error message when the sleep policy could not be set. -->
899     <string name="wifi_setting_sleep_policy_error">There was a problem setting the sleep policy.</string>
900     <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
901     <string name="wifi_advanced_mac_address_title">MAC address</string>
902     <!-- Title of the screen to adjust IP settings -->
903     <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
904     <string name="wifi_advanced_ip_address_title">IP address</string>
905
906     <string name="wifi_ip_settings_titlebar">IP settings</string>
907     <!-- Menu ietm to save the IP settings -->
908     <string name="wifi_ip_settings_menu_save">Save</string>
909     <!-- Menu ietm to cancel the IP settings -->
910     <string name="wifi_ip_settings_menu_cancel">Cancel</string>
911     <!-- Error message if the IP address is not valid -->
912     <string name="wifi_ip_settings_invalid_ip">Please type a valid IP address.</string>
913     <!-- Checkbox for whether to use a static IP address -->
914     <string name="wifi_use_static_ip">Use static IP</string>
915     <!-- Label for the DNS (first one) -->
916     <string name="wifi_dns1">DNS 1</string>
917     <!-- Label for the DNS (second one)-->
918     <string name="wifi_dns2">DNS 2</string>
919     <!-- Label for the gateway of the network -->
920     <string name="wifi_gateway">Gateway</string>
921     <!-- Label for the netmask of the network -->
922     <string name="wifi_netmask">Netmask</string>
923
924     <!-- Wifi AP settings-->
925     <!-- Label for wifi tether checkbox. Toggles Access Point on/off -->
926     <string name="wifi_tether_checkbox_text">Portable Wi-Fi hotspot</string>
927     <!-- Subtext for wifi tether checkbox on success -->
928     <string name="wifi_tether_enabled_subtext">Portable hotspot <xliff:g id="network_ssid">%1$s</xliff:g> active</string>
929     <!-- Subtext for wifi tether checkbox on failure -->
930     <string name="wifi_tether_failed_subtext">Portable Wi-Fi hotspot error</string>
931     <!-- Label for Wi-fi tether settings preference -->
932     <string name="wifi_tether_settings_text">Portable Wi-Fi hotspot settings</string>
933     <!-- Subtext for Wi-fi tether settings preference -->
934     <string name="wifi_tether_settings_subtext">Set up &amp; manage portable Wi-Fi hotspot</string>
935     <!-- Title of the Wi-fi settings screen -->
936     <string name="wifi_tether_settings_title">Portable Wi-Fi hotspot settings</string>
937     <!-- Used to open the ssid and security dialog for Wifi Access Point -->
938     <string name="wifi_tether_configure_ap_text">Configure Wi-Fi hotspot</string>
939     <!-- Subtext on configuration preference to indicate SSID and security chosen -->
940     <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>
941     <!-- Default access point SSID used for tethering -->
942     <string name="wifi_tether_configure_ssid_default">AndroidHotspot</string>
943
944
945     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
946          Wi-Fi Testing on the diagnostic screen-->
947     <string name="testing_wifi_info" translatable="false">Wifi information</string>
948     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
949          Menu item for WifiManager disableNetwork API-->
950     <string name="disableNetwork" translatable="false">disableNetwork</string>
951     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
952          Menu item for WifiManager enableNetwork API-->
953     <string name="enableNetwork" translatable="false">enableNetwork</string>
954     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
955          Menu item for WifiManager disconnect API-->
956     <string name="disconnect" translatable="false">disconnect</string>
957     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
958          Menu item for WifiManager getConfiguredNetworks API-->
959     <string name="getConfiguredNetworks" translatable="false">getConfiguredNetworks</string>
960     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
961          Menu item for WifiManager getConnectionInfo API-->
962     <string name="getConnectionInfo" translatable="false">getConnectionInfo</string>
963     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
964          Menu item on Wifi information screen-->
965     <string name="wifi_api_test" translatable="false">Wi-Fi API</string>
966     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
967          Menu item on Wifi information screen-->
968     <string name="wifi_status_test" translatable="false">Wi-Fi Status</string>
969     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
970          Button text on Wifi Status screen-->
971     <string name="wifi_update" translatable="false">Refresh Stats</string>
972     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
973          Label on Wifi Status screen-->
974     <string name="wifi_state_label" translatable="false">Wi-Fi State :</string>
975     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
976          Label on Wifi Status screen-->
977     <string name="network_state_label" translatable="false">Network State :</string>
978     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
979         Label on Wifi Status screen-->
980     <string name="supplicant_state_label" translatable="false">Supplicant State :</string>
981     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
982          Label on Wifi Status screen-->
983     <string name="rssi_label" translatable="false">RSSI :</string>
984     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
985          Label on Wifi Status screen-->
986     <string name="bssid_label" translatable="false">BSSID :</string>
987     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
988          Label on Wifi Status screen-->
989     <string name="ssid_label" translatable="false">SSID :</string>
990     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
991          Label on Wifi Status screen-->
992     <string name="hidden_ssid_label" translatable="false">Hidden SSID :</string>
993     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
994          Label on Wifi Status screen-->
995     <string name="ipaddr_label" translatable="false">IPaddr :</string>
996     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
997          Label on Wifi Status screen-->
998     <string name="macaddr_label" translatable="false">MAC addr :</string>
999     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1000          Label on Wifi Status screen-->
1001     <string name="networkid_label" translatable="false">Network ID :</string>
1002     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1003          Label on Wifi Status screen-->
1004     <string name="link_speed_label" translatable="false">Link Speed :</string>
1005     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1006          Label on Wifi Status screen-->
1007     <string name="scan_list_label" translatable="false">Scan results :</string>
1008
1009     <!-- wifi state values-->
1010     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1011     <string name="wifi_state_disabling" translatable="false">Disabling</string>
1012     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1013     <string name="wifi_state_disabled" translatable="false">Disabled</string>
1014     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1015     <string name="wifi_state_enabling" translatable="false">Enabling</string>
1016     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1017     <string name="wifi_state_enabled" translatable="false">Enabled</string>
1018     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1019     <string name="wifi_state_unknown" translatable="false">Unknown</string>
1020
1021     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1022          Menu item on Wifi information screen-->
1023     <string name="wifi_config_info" translatable="false">Wi-Fi Config</string>
1024     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1025          Label on Wifi Configuration screen-->
1026     <string name="config_list_label" translatable="false">Configured Networks</string>
1027
1028     <!-- Sound and alerts settings -->
1029     <!-- Main Settings screen setting option name to go into the sound settings screen -->
1030     <string name="sound_settings_title">Sound</string>
1031     <!-- Main Settings screen setting option name to go into the display settings screen -->
1032     <string name="display_settings_title">Display</string>
1033     <!-- Sound settings screen heading -->
1034     <string name="sound_settings">Sound settings</string>
1035     <!-- Sound settings screen, setting option name checkbox -->
1036     <string name="silent_mode_title">Silent mode</string>
1037     <!-- Sound settings screen, setting option summary text when going into silent mode.  Media and alarms sounds WILL NOT be silenced in silent mode. -->
1038     <string name="silent_mode_summary">Silence all sounds except media &amp; alarms</string>
1039     <!-- 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. -->
1040     <string name="silent_mode_incl_alarm_summary">All sounds except media are silenced</string>
1041     <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
1042     <string name="ringtone_title">Phone ringtone</string>
1043     <!-- Sound settings screen, setting option summary text -->
1044     <string name="ringtone_summary">""</string>
1045     <!-- Sound settings screen, volume title -->
1046     <string name="all_volume_title">Volume</string>
1047     <!-- Sound settings screen, setting option name -->
1048     <string name="ring_volume_title">Ringer volume</string>
1049     <!-- Sound settings screen, setting option summary text -->
1050     <string name="ring_volume_summary">""</string>
1051     <!-- Sound settings screen, setting option name checkbox -->
1052     <string name="vibrate_in_silent_title">Vibrate when silent</string>
1053     <!-- Sound settings screen, setting option summary text -->
1054     <string name="vibrate_in_silent_summary">Allow vibration feedback in silent mode</string>
1055     <!-- Sound settings screen, setting option name checkbox -->
1056     <string name="vibrate_title">Vibrate</string>
1057     <!-- Sound settings screen, setting option summary text -->
1058     <string name="vibrate_summary">Vibration feedback for calls and notifications</string>
1059     <!-- Sound settings screen, setting option name -->
1060     <string name="notification_sound_title">Notification ringtone</string>
1061     <!-- Sound settings screen, setting option summary text -->
1062     <string name="notification_sound_summary">""</string>
1063     <!-- Sound settings screen, notification light repeat pulsing title -->
1064     <string name="notification_pulse_title">Pulse notification light</string>
1065     <!-- Sound settings screen, notification light repeat pulsing summary -->
1066     <string name="notification_pulse_summary">Pulse trackball light repeatedly for new notifications</string>
1067     <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
1068     <string name="incoming_call_volume_title">Ringtone</string>
1069     <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
1070     <string name="notification_volume_title">Notification</string>
1071     <!-- Sound settings screen, the caption of the checkbox for having the notification volume be
1072          the same as the incoming call volume. -->
1073     <string name="checkbox_notification_same_as_incoming_call">Use incoming call volume for notifications</string>
1074     <!-- Sound settings screen, setting option title-->
1075     <string name="notification_sound_dialog_title">Select notification ringtone</string>
1076     <!-- Sound settings screen, setting option name -->
1077     <string name="media_volume_title">Media</string>
1078     <!-- Sound settings screen, setting option summary text -->
1079     <string name="media_volume_summary">Set volume for music and videos</string>
1080     <!-- Sound settings screen, alarm volume slider title -->
1081     <string name="alarm_volume_title">Alarm</string>
1082     <!-- Sound settings screen, dock settings summary-->
1083     <string name="dock_settings_summary">Audio settings for the attached dock</string>
1084     <!-- Sound settings screen, setting check box label -->
1085     <string name="dtmf_tone_enable_title">Audible touch tones</string>
1086     <!-- Sound settings screen, setting option summary text when check box is selected -->
1087     <string name="dtmf_tone_enable_summary_on">Play tones when using dial pad</string>
1088     <!-- Sound settings screen, setting option summary text when check box is clear -->
1089     <string name="dtmf_tone_enable_summary_off">Play tones when using dial pad</string>
1090     <!-- Sound settings screen, setting check box label -->
1091     <string name="sound_effects_enable_title">Audible selection</string>
1092     <!-- Sound settings screen, setting option summary text when check box is selected -->
1093     <string name="sound_effects_enable_summary_on">Play sound when making screen selection</string>
1094     <!-- Sound settings screen, setting option summary text when check box is clear -->
1095     <string name="sound_effects_enable_summary_off">Play sound when making screen selection</string>
1096     <!-- Sound settings screen, setting check box label -->
1097     <string name="lock_sounds_enable_title">Screen lock sounds</string>
1098     <!-- Sound settings screen, setting option summary text when check box is selected -->
1099     <string name="lock_sounds_enable_summary_on">Play sounds when locking and unlocking the screen</string>
1100     <!-- Sound settings screen, setting option summary text when check box is clear -->
1101     <string name="lock_sounds_enable_summary_off">Play sounds when locking and unlocking the screen</string>
1102     <!-- Sound settings screen, setting check box label -->
1103     <string name="haptic_feedback_enable_title">Haptic feedback</string>
1104     <!-- Sound settings screen, setting option summary text when check box is selected -->
1105     <string name="haptic_feedback_enable_summary_on">Vibrate when pressing soft keys and on certain UI interactions</string>
1106     <!-- Sound settings screen, setting option summary text when check box is clear -->
1107     <string name="haptic_feedback_enable_summary_off">Vibrate when pressing soft keys and on certain UI interactions</string>
1108     <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments -->
1109     <string name="audio_record_proc_title">Noise cancellation</string>
1110     <!-- Sound settings screen, setting option summary text -->
1111     <string name="audio_record_proc_summary">Suppress background noise when speaking or recording.</string>
1112
1113     <!-- Dock settings title, top level -->
1114     <string name="dock_settings">Dock</string>
1115     <!-- Dock settings title -->
1116     <string name="dock_settings_title">Dock settings</string>
1117     <!-- Dock audio settings -->
1118     <string name="dock_audio_settings_title">Audio</string>
1119     <!-- Dock audio summary for docked to desk dock -->
1120     <string name="dock_audio_summary_desk">Settings for the attached desktop dock</string>
1121     <!-- Dock audio summary for docked to car dock -->
1122     <string name="dock_audio_summary_car">Settings for the attached car dock</string>
1123     <!-- Dock audio summary for undocked -->
1124     <string name="dock_audio_summary_none">Phone not docked</string>
1125     <!-- Dock audio summary for docked to unknown -->
1126     <string name="dock_audio_summary_unknown">Settings for the attached dock</string>
1127     <!-- Dock not found dialog title -->
1128     <string name="dock_not_found_title">Dock not found</string>
1129     <!-- Dock not found dialog text -->
1130     <string name="dock_not_found_text">The phone must be docked to configure dock audio</string>
1131     <!-- Dock settings screen, dock events SFX setting check box label -->
1132     <string name="dock_sounds_enable_title">Dock insertion sound</string>
1133     <!-- Dock settings screen, setting option summary text when check box is selected -->
1134     <string name="dock_sounds_enable_summary_on">Play sound when inserting or removing phone from dock</string>
1135     <!-- Sound settings screen, setting option summary text when check box is clear -->
1136     <string name="dock_sounds_enable_summary_off">Don\'t play sound when inserting or removing phone from dock</string>
1137
1138     <!-- Acounts & Sync settings screen setting option name to go into the screen for data sync settings-->
1139     <string name="sync_settings">Accounts &amp; sync</string>
1140     <!-- Main Settings screen setting option summary text for the itme to go into the screen with data sync settings-->
1141     <string name="sync_settings_summary">Add or remove accounts and change account settings</string>
1142
1143     <!-- Main Settings screen, setting option name to go into search settings -->
1144     <string name="search_settings">Search</string>
1145     <!-- Main Settings screen, setting option summary to go into search settings -->
1146     <string name="search_settings_summary">Manage search settings and history</string>
1147
1148     <!-- Display settings -->
1149     <!-- Sound & display settings screen, section header for settings related to display -->
1150     <string name="display_settings">Display settings</string>
1151     <!-- Sound & display settings screen, animations check box label -->
1152     <string name="animations_title">Animation</string>
1153     <!-- Sound & display settings screen, animations option summary text when check box is selected -->
1154     <string name="animations_summary_on">Show animation when opening &amp; closing windows</string>
1155     <!-- Sound & display settings screen, animations option summary text when check box is clear -->
1156     <string name="animations_summary_off">Show animation when opening &amp; closing windows</string>
1157     <!-- Sound & display settings screen, accelerometer-based rotation check box label -->
1158     <string name="accelerometer_title">Auto-rotate screen</string>
1159     <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
1160     <string name="accelerometer_summary_on">Switch orientation automatically when rotating phone</string>
1161     <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
1162     <string name="accelerometer_summary_off">Switch orientation automatically when rotating phone</string>
1163     <!-- Sound & display settings screen, setting option name to change brightness -->
1164     <string name="brightness">Brightness</string>
1165     <!-- Sound & display settings screen, setting option summary to change brightness -->
1166     <string name="brightness_summary">Adjust the brightness of the screen</string>
1167     <!-- Sound & display settings screen, setting option name to change screen timeout -->
1168     <string name="screen_timeout">Screen timeout</string>
1169     <!-- Sound & display settings screen, setting option summary to change screen timeout -->
1170     <string name="screen_timeout_summary">Adjust the delay before the screen automatically turns off</string>
1171     <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
1172     <string name="automatic_brightness">Automatic brightness</string>
1173
1174     <!-- SIM lock settings title -->
1175     <string name="sim_lock_settings">SIM card lock settings</string>
1176     <!-- Security & location settings screen, setting option name -->
1177     <string name="sim_lock_settings_category">Set up SIM card lock</string>
1178     <!-- Security & location settings screen, section heading for settings related to sim card locking -->
1179     <string name="sim_lock_settings_title">SIM card lock</string>
1180     <!-- SIM card lock settings screen, setting check box label -->
1181     <string name="sim_pin_toggle">Lock SIM card</string>
1182     <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
1183     <string name="sim_lock_on">Require PIN to use phone</string>
1184     <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
1185     <string name="sim_lock_off">Require PIN to use phone</string>
1186     <!-- SIM card lock settings screen, setting option name to change the SIM PIN -->
1187     <string name="sim_pin_change">Change SIM PIN</string>
1188     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1189     <string name="sim_enter_pin">SIM PIN</string>
1190     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1191     <string name="sim_enable_sim_lock">Lock SIM card</string>
1192     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1193     <string name="sim_disable_sim_lock">Unlock SIM card</string>
1194     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1195     <string name="sim_enter_old">Old SIM PIN</string>
1196     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1197     <string name="sim_enter_new">New SIM PIN</string>
1198     <string name="sim_reenter_new">Re-type new PIN</string>
1199     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1200     <string name="sim_change_pin">SIM PIN</string>
1201     <!-- SIM card lock settings screen, SIM PIN dialog message when wrong PIN is entered -->
1202     <string name="sim_bad_pin">Incorrect PIN!</string>
1203     <!-- SIM card lock settings screen, SIM PIN dialog message when PINs don't match -->
1204     <string name="sim_pins_dont_match">PINs don\'t match!</string>
1205     <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1206     <string name="sim_change_failed">Unable to change PIN.\nPossibly incorrect PIN.</string>
1207     <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct-->
1208     <string name="sim_change_succeeded">SIM PIN changed successfully</string>
1209     <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1210     <string name="sim_lock_failed">Unable to change SIM card lock state.\nPossibly incorrect PIN.</string>
1211     <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1212     <string name="sim_enter_ok">OK</string>
1213     <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1214     <string name="sim_enter_cancel">Cancel</string>
1215
1216     <!-- Advanced (used for diagnostics) device info activity title -->
1217     <string name="device_info_settings">Phone status</string>
1218
1219     <!-- About phone screen, list item title.  Takes the user to the screen for seeing and installing system updates. -->
1220     <string name="system_update_settings_list_item_title">System updates</string>
1221     <!-- About phone screen, list item summary.  Takes the user to the screen for seeing and installing system updates. -->
1222     <string name="system_update_settings_list_item_summary">""</string>
1223
1224     <!-- About phone screen, status item label -->
1225     <string name="firmware_version">Android version</string>
1226     <!-- About phone screen, status item label-->
1227     <string name="model_number">Model number</string>
1228     <!-- About phone screen,  setting option name-->
1229     <string name="baseband_version">Baseband version</string>
1230     <!-- About phone screen,  setting option name-->
1231     <string name="kernel_version">Kernel version</string>
1232     <!-- About phone screen,  setting option name-->
1233     <string name="build_number">Build number</string>
1234
1235     <!-- About phone screen, show when a value of some status item is unavailable. -->
1236     <string name="device_info_not_available">Not available</string>
1237     <!-- About phone screen, phone status screen title -->
1238     <string name="device_status_activity_title">Status</string>
1239     <!-- About phone screen, title of the item to go into the Phone status screen -->
1240     <string name="device_status">Status</string>
1241     <!-- About phone screen, summary of the item to go into the phone status screen -->
1242     <string name="device_status_summary">Phone number, signal, etc.</string>
1243
1244     <!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
1245     <string name="storage_settings">Storage</string>
1246     <!-- Storage settings screen title [CHAR LIMIT=25] -->
1247     <string name="storage_settings_title">Storage settings</string>
1248     <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
1249     <string name="storage_settings_summary" product="nosdcard">Unmount USB storage, view available storage</string>
1250     <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
1251     <string name="storage_settings_summary" product="default">Unmount SD card, view available storage</string>
1252     <!-- Do not translate. About phone, status item title -->
1253     <string name="status_imei">IMEI</string>
1254     <!-- Do not translate. About phone, status item title -->
1255     <string name="status_imei_sv">IMEI SV</string>
1256     <!-- About phone, status item title.  The phone number of the current device.-->
1257     <string name="status_number">My phone number</string>
1258     <!-- About phone, status item title.  The phone MIN number of the current device.-->
1259     <string name="status_min_number">MIN</string>
1260     <!-- About phone, status item title.  The phone PRL Version of the current device.-->
1261     <string name="status_prl_version">PRL Version</string>
1262     <!-- About phone, status item title.  The phone MEID number of the current device.-->
1263     <string name="status_meid_number">MEID</string>
1264     <!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
1265     <string name="status_network_type">Mobile network type</string>
1266     <!-- About phone, status item title. The status of data access.  For example, the value may be "Connected" -->
1267     <string name="status_data_state">Mobile network state</string>
1268     <!-- About phone, status item title. The status of whether we have service.  for example, the value may be "In service" -->
1269     <string name="status_service_state">Service state</string>
1270     <!-- About phone, status item title. The  current cell tower signal strength -->
1271     <string name="status_signal_strength">Signal strength</string>
1272     <!-- About phone, status item title, The status for roaming.  For example, the value might be "Not roaming" -->
1273     <string name="status_roaming">Roaming</string>
1274     <!-- About phone, status item title. The cell carrier that the user is connected to.  -->
1275     <string name="status_operator">Network</string>
1276     <!-- About phone, status item title.  The MAC address of the Wi-Fi network adapter. -->
1277     <string name="status_wifi_mac_address">Wi-Fi MAC address</string>
1278     <!-- About phone, status item title.  The bluetooth adapter's hardware address-->
1279     <string name="status_bt_address">Bluetooth address</string>
1280     <!-- About phone, status item value if the actual value is not available. -->
1281     <string name="status_unavailable">Unavailable</string>
1282     <!-- About phone, status item title.  How long the device has been running since its last reboot. -->
1283     <string name="status_up_time">Up time</string>
1284     <!-- About phone, status item title.  How much time the device has had its main CPU awake. -->
1285     <string name="status_awake_time">Awake time</string>
1286     <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the phone's internal storage  -->
1287     <string name="internal_memory">Internal storage</string>
1288     <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card [CHAR LIMIT=30] -->
1289     <string name="sd_memory" product="nosdcard">USB storage</string>
1290     <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card -->
1291     <string name="sd_memory" product="default">SD card</string>
1292     <!-- 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. -->
1293     <string name="memory_available">Available space</string>
1294     <!-- 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 -->
1295     <string name="memory_size">Total space</string>
1296     <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   [CHAR LIMIT=25] -->
1297     <string name="sd_eject" product="default">Unmount SD card</string>
1298     <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   [CHAR LIMIT=30] -->
1299     <string name="sd_eject_summary" product="nosdcard">Unmount the internal USB storage</string>
1300     <!-- 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.   -->
1301     <string name="sd_eject_summary" product="default">Unmount the SD card so you can safely remove it</string>
1302
1303     <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted.  This version of the string can probably never come up on current hardware. [CHAR LIMIT=25] -->
1304     <string name="sd_insert_summary" product="nosdcard">Insert USB storage for mounting</string>
1305     <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
1306     <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string>
1307
1308     <!-- Storage setting item that will mount USB storage if it unmounted. A user should never see this. [CHAR LIMIT=25] -->
1309     <string name="sd_mount" product="nosdcard">Mount USB storage</string>
1310     <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. [CHAR LIMIT=25] -->
1311     <string name="sd_mount" product="default">Mount SD card</string>
1312     <!-- Subtext for Mount USB storage in Storage settings. User should never see this. -->
1313     <string name="sd_mount_summary" product="nosdcard">Mount the USB storage</string>
1314     <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
1315     <string name="sd_mount_summary" product="default">Mount the SD card</string>
1316
1317     <!-- SD card & phone storage settings item title that will result in the phone formatting the USB storage.   [CHAR LIMIT=25] -->
1318     <string name="sd_format" product="nosdcard">Erase USB storage</string>
1319     <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card.   [CHAR LIMIT=25] -->
1320     <string name="sd_format" product="default">Erase SD card</string>
1321     <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.   [CHAR LIMIT=30] -->
1322     <string name="sd_format_summary" product="nosdcard">Erases all data on the phone\'s internal USB storage, such as music and photos</string>
1323     <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.   -->
1324     <string name="sd_format_summary" product="default">Erases all data on the phone\'s SD card, such as music and photos</string>
1325     <!-- SD card status when it is not available status -->
1326     <string name="sd_unavailable">Unavailable</string>
1327     <!-- SD card status when it is mounted as read only  -->
1328     <string name="read_only">\u0020(Read-only)</string>
1329     <!-- SD card eject confirmation dialog title   [CHAR LIMIT=25] -->
1330     <string name="dlg_confirm_unmount_title" product="nosdcard">Unmount USB storage</string>
1331     <!-- SD card eject confirmation dialog title   -->
1332     <string name="dlg_confirm_unmount_title" product="default">Unmount SD card</string>
1333     <!-- SD card eject confirmation dialog  [CHAR LIMIT=NONE] -->
1334     <string name="dlg_confirm_unmount_text" product="nosdcard">If you unmount the USB storage, some applications you are using will stop and may be unavailable until you remount the USB storage.</string>
1335     <!-- SD card eject confirmation dialog  -->
1336     <string name="dlg_confirm_unmount_text" product="default">If you unmount the SD card, some applications you are using will stop and may be unavailable until you remount the SD card.</string>
1337     <!-- SD card eject error dialog title   [CHAR LIMIT=30] -->
1338     <string name="dlg_error_unmount_title" product="nosdcard">Unmounting USB storage failed</string>
1339     <!-- SD card eject error dialog title   -->
1340     <string name="dlg_error_unmount_title" product="default">Unmount SD card failed</string>
1341     <!-- SD card eject error dialog text   [CHAR LIMIT=NONE] -->
1342     <string name="dlg_error_unmount_text" product="nosdcard">Cannot unmount USB storage. Try again later.</string>
1343     <!-- SD card eject error dialog text   -->
1344     <string name="dlg_error_unmount_text" product="default">Cannot unmount SD card. Try again later.</string>
1345     <!-- SD card unmount informative text   [CHAR LIMIT=NONE] -->
1346     <string name="unmount_inform_text" product="nosdcard">USB storage will be unmounted.</string>
1347     <!-- SD card unmount informative text   [CHAR LIMIT=NONE] -->
1348     <string name="unmount_inform_text" product="default">SD card will be unmounted.</string>
1349     <!-- SD card eject progress title   -->
1350     <string name="sd_ejecting_title">Unmounting</string>
1351     <!-- SD card eject progress text   -->
1352     <string name="sd_ejecting_summary">Unmount in progress</string>
1353
1354     <!-- Phone info screen, section titles: -->
1355     <string name="battery_status_title">Battery status</string>
1356     <!-- Phone info screen, section titles: -->
1357     <string name="battery_level_title">Battery level</string>
1358
1359     <!-- APN Settings -->
1360     <!-- APN settings screen title -->
1361     <string name="apn_settings">APNs</string>
1362     <!-- Screen title after user selects APNs setting option -->
1363     <string name="apn_edit">Edit access point</string>
1364     <!-- Edit access point label summary text when no value has been set -->
1365     <string name="apn_not_set">&lt;Not set&gt;</string>
1366     <!-- Edit access point labels: A label the user can give to the APN to allow him to differentiate it from the others -->
1367     <string name="apn_name">Name</string>
1368     <!-- Edit access point labels: The actual access point name-->
1369     <string name="apn_apn">APN</string>
1370     <!-- Edit access point labels: The addess of the proxy to use for this APN -->
1371     <string name="apn_http_proxy">Proxy</string>
1372     <!-- Edit access point labels: The port number of the proxy to use for this APN -->
1373     <string name="apn_http_port">Port</string>
1374     <!-- Edit access point labels: The username that will be used when conencting to this APN-->
1375     <string name="apn_user">Username</string>
1376     <!-- Edit access point labels: The password that will be used when connecting to this APN -->
1377     <string name="apn_password">Password</string>
1378     <!-- Edit access point labels: The server address to conenct to for this APN -->
1379     <string name="apn_server">Server</string>
1380     <!-- Edit access point labels: -->
1381     <string name="apn_mmsc">MMSC</string>
1382     <!-- Edit access point labels: The proxy to use for MMS (multimedia messages)-->
1383     <string name="apn_mms_proxy">MMS proxy</string>
1384     <!-- Edit access point labels: The port on the proxy used for MMS-->
1385     <string name="apn_mms_port">MMS port</string>
1386     <!-- Edit access point labels: -->
1387     <string name="apn_mcc">MCC</string>
1388     <!-- Edit access point labels: -->
1389     <string name="apn_mnc">MNC</string>
1390     <!-- Edit acces  point labels: Authenticaton type-->
1391     <string name="apn_auth_type">Authentication type</string>
1392     <!-- Authentication Typs: None -->
1393     <string name="apn_auth_type_none">None</string>
1394     <!-- Authentication Typs: PAP -->
1395     <string name="apn_auth_type_pap">PAP</string>
1396     <!-- Authentication Typs: CHAP -->
1397     <string name="apn_auth_type_chap">CHAP</string>
1398     <!-- Authentication Typs: PAP or CHAP -->
1399     <string name="apn_auth_type_pap_chap">PAP or CHAP</string>
1400     <!-- Edit access point labels: The type of APN -->
1401     <string name="apn_type">APN type</string>
1402     <!-- Edit access point screen menu option to delete this APN -->
1403     <string name="menu_delete">Delete APN</string>
1404     <!-- APNs screen menu option to create a brand spanking new APN -->
1405     <string name="menu_new">New APN</string>
1406     <!-- Edit access point screen menu option to save the user's changes for this APN to the persistent storage -->
1407     <string name="menu_save">Save</string>
1408     <!-- Edit access point screen menu option to discard the user's changes for this APN -->
1409     <string name="menu_cancel">Discard</string>
1410     <!-- APN error dialog title -->
1411     <string name="error_title">Attention</string>
1412     <!-- APN error dialog messages: -->
1413     <string name="error_name_empty">The Name field cannot be empty.</string>
1414     <!-- APN error dialog messages: -->
1415     <string name="error_apn_empty">The APN cannot be empty.</string>
1416     <!-- APN error dialog messages: -->
1417     <string name="error_mcc_not3">MCC field must be 3 digits.</string>
1418     <!-- APN error dialog messages: -->
1419     <string name="error_mnc_not23">MNC field must be 2 or 3 digits.</string>
1420     <!-- The message of dialog indicated restoring default APN settings in progress -->
1421     <string name="restore_default_apn">Restoring default APN settings</string>
1422     <!-- APNs screen menu option to reset default APN settings -->
1423     <string name="menu_restore">Reset to default</string>
1424     <!-- APNs screen toast message to inform reset default APN settings is completed -->
1425     <string name="restore_default_apn_completed">Reset default APN settings completed</string>
1426
1427     <!-- Master Clear -->
1428     <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
1429     <string name="master_clear_title">Factory data reset</string>
1430     <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1431     <string name="master_clear_summary">Erases all data on phone</string>
1432     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1433     <string name="master_clear_desc" product="nosdcard">"This will erase all data from your phone\'s <b>internal storage</b>, including:\n\n<li>Your Google account</li>\n<li>System and application data and settings</li>\n<li>Downloaded applications</li>\n\nTo clear all data on this phone the <b>USB storage</b> needs to be erased.\n\n"</string>
1434     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset -->
1435     <string name="master_clear_desc" product="default" >"This will erase all data from your phone\'s <b>internal storage</b>, including:\n\n<li>Your Google account</li>\n<li>System and application data and settings</li>\n<li>Downloaded applications</li>\n\nTo also clear music, pictures, and other user data, the <b>SD card</b> needs to be erased.\n\n"</string>
1436     <!-- SD card & phone storage settings screen, label for check box to erase USB storage [CHAR LIMIT=30] -->
1437     <string name="erase_external_storage" product="nosdcard">Erase USB storage</string>
1438     <!-- SD card & phone storage settings screen, label for check box to erase SD card [CHAR LIMIT=30] -->
1439     <string name="erase_external_storage" product="default">Erase SD card</string>
1440     <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=30] -->
1441     <string name="erase_external_storage_description" product="nosdcard">Erase all the data on the phone\'s internal USB storage, such as music or photos.</string>
1442     <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=30] -->
1443     <string name="erase_external_storage_description" product="default">Erase all the data on the phone\'s SD card, such as music or photos.</string>
1444     <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1445     <string name="master_clear_button_text">Reset phone</string>
1446     <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button -->
1447     <string name="master_clear_final_desc">Erase all of your personal information and any downloaded applications? It is impossible to reverse this action!</string>
1448     <!-- SD card & phone storage settings screen, button on screen after user selects Reset phone button -->
1449     <string name="master_clear_final_button_text">Erase everything</string>
1450     <!-- Message to draw an unlock pattern before clearing the device -->
1451     <string name="master_clear_gesture_prompt">Draw your unlock pattern</string>
1452     <!-- Explanation of drawing unlockp attern to reset phone -->
1453     <string name="master_clear_gesture_explanation">You must draw your unlock pattern to confirm a phone reset.</string>
1454     <!-- Master clear failed message -->
1455     <string name="master_clear_failed">No reset was performed because the System Clear service is not available.</string>
1456
1457     <!-- Media Format -->
1458     <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading [CHAR LIMIT=25] -->
1459     <string name="media_format_title" product="nosdcard">Erase USB storage</string>
1460     <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
1461     <string name="media_format_title" product="default">Erase SD card</string>
1462     <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading [CHAR LIMIT=30] -->
1463     <string name="media_format_summary" product="nosdcard">Erases all data in USB storage</string>
1464     <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1465     <string name="media_format_summary" product="default">Erases all data on the SD card</string>
1466     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1467     <string name="media_format_desc" product="nosdcard">This action will erase the USB storage. You will lose <b>all</b> data stored there!</string>
1468     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1469     <string name="media_format_desc" product="default">This action will erase the SD card. You will lose <b>all</b> data on the card!</string>
1470     <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset [CHAR LIMIT=25] -->
1471     <string name="media_format_button_text" product="nosdcard">Erase USB storage</string>
1472     <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1473     <string name="media_format_button_text" product="default">Erase SD card</string>
1474     <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
1475     <string name="media_format_final_desc" product="nosdcard">Erase USB storage, deleting all files stored there? Action cannot be reversed!</string>
1476     <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
1477     <string name="media_format_final_desc" product="default">Erase SD card, deleting all files stored there? Action cannot be reversed!</string>
1478     <!-- SD card & phone storage settings screen, button on screen after user selects Format media button -->
1479     <string name="media_format_final_button_text">Erase everything</string>
1480     <!-- Message to draw an unlock pattern before clearing the device -->
1481     <string name="media_format_gesture_prompt">Draw your unlock pattern</string>
1482     <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
1483     <string name="media_format_gesture_explanation" product="nosdcard">You must draw your unlock pattern to confirm that you want to erase the USB storage.</string>
1484     <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
1485     <string name="media_format_gesture_explanation" product="default">You must draw your unlock pattern to confirm that you want to erase the SD card.</string>
1486
1487     <!-- Main settings screen, Call settings title for item to go into the call settings -->
1488     <string name="call_settings_title">Call settings</string>
1489     <!-- Main settings screen, Call settings summary for item to go into call settings -->
1490     <string name="call_settings_summary">Set up voicemail, call forwarding, call waiting, caller ID</string>
1491
1492     <!-- Tethering controls, item title to go into the tethering settings -->
1493     <string name="tether_settings_title_usb">Tethering</string>
1494     <string name="tether_settings_title_wifi">Portable hotspot</string>
1495     <string name="tether_settings_title_both">Tethering &amp; portable hotspot</string>
1496     <!-- Tethering controls, the item summary for the user to go into the tethering settings -->
1497     <string name="tether_settings_summary_usb">Share your phone\'s mobile data connection via USB</string>
1498     <string name="tether_settings_summary_wifi">Share your phone\'s mobile connection as a portable Wi-Fi hotspot</string>
1499     <string name="tether_settings_summary_both">Share your phone\'s mobile data connection via USB or as a portable Wi-Fi hotspot</string>
1500
1501     <!-- USB Tethering options -->
1502     <string name="usb_title">USB</string>
1503     <string name="usb_tethering_button_text">USB tethering</string>
1504     <!-- USB available subtext - shown when USB is connected but not currently being tethered -->
1505     <string name="usb_tethering_available_subtext">USB connected, check to tether</string>
1506     <!-- USB tethered subtext - shown when USB is connected and being tethered -->
1507     <string name="usb_tethering_active_subtext">Tethered</string>
1508     <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
1509     <string name="usb_tethering_storage_active_subtext">Can\'t tether when USB storage in use</string>
1510     <!-- USB unavailable subtext - shown when USB is not connected -->
1511     <string name="usb_tethering_unavailable_subtext">USB not connected</string>
1512     <!-- USB errored subtext - shown when USB is broken for some reason -->
1513     <string name="usb_tethering_errored_subtext">USB tethering error</string>
1514
1515     <!-- Thethering help button - calls up a web view with general tethering info -->
1516     <string name="tethering_help_button_text">Help</string>
1517
1518     <!-- Wireless controls, item title to go into the network settings -->
1519     <string name="network_settings_title">Mobile networks</string>
1520     <!-- Wireless controls, the item summary for the user to go into the network settings -->
1521     <string name="network_settings_summary">Set options for roaming, networks, APNs</string>
1522
1523     <!-- Security & location settings screen, section header for settings relating to location -->
1524     <string name="location_title">My Location</string>
1525     <!-- Security & location settings screen, setting check box label if the user wants to use wireless network-based positioning (cell ID, wifi, etc.) -->
1526     <string name="location_network_based">Use wireless networks</string>
1527     <!-- Security & location settings screen, setting summary when Use wireless networks check box is clear -->
1528     <string name="location_networks_disabled">See location in applications (such as Maps) using wireless networks</string>
1529     <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected -->
1530     <string name="location_neighborhood_level">Location determined by Wi-Fi and/or mobile networks</string>
1531     <!-- Security & location settings screen, setting check box label if the GPS receiver should be enabled -->
1532     <string name="location_gps">Use GPS satellites</string>
1533     <!-- [CHAR LIMIT=100] Security & location settings screen, setting summary when Use GPS satellites check box is selected -->
1534     <string name="location_street_level">When locating, accurate to street level</string>
1535     <!-- Security & location settings screen, setting summary when Use GPS satellites check box is clear -->
1536     <string name="location_gps_disabled">Locate to street-level (requires more battery plus view of sky)</string>
1537     <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled -->
1538     <string name="assisted_gps">Use assisted GPS</string>
1539     <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected -->
1540     <string name="assisted_gps_enabled">Use server to assist GPS (uncheck to reduce network usage)</string>
1541     <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear -->
1542     <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string>
1543
1544     <!-- About --> <skip />
1545     <!-- Main settings screen, setting title for the user to go into the About phone screen -->
1546     <string name="about_settings">About phone</string>
1547     <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
1548     <string name="about_settings_summary">View legal info, phone status, software version</string>
1549     <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
1550     <string name="legal_information">Legal information</string>
1551     <!-- About phone settings screen, setting option name to see a list of contributors -->
1552     <string name="contributors_title">Contributors</string>
1553     <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1554     <!-- About phone settings screen, setting option name to see copyright-related info -->
1555     <string name="copyright_title">Copyright</string>
1556     <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1557     <!-- About phone settings screen, setting option name to see licensing info -->
1558     <string name="license_title">License</string>
1559     <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1560     <!-- About phone settings screen, setting option name to see terms and conditions -->
1561     <string name="terms_title">Terms and conditions</string>
1562     <!-- About phone settings screen, running the System Tutorial -->
1563     <string name="system_tutorial_list_item_title">System tutorial</string>
1564     <!-- About phone settings screen, summary of what System Tutorial does -->
1565     <string name="system_tutorial_list_item_summary">Learn how to use your phone</string>
1566
1567     <!-- Title for actual Settings license activity. --> <skip />
1568     <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
1569     <string name="settings_license_activity_title">Open source licenses</string>
1570     <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
1571     <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
1572     <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
1573     <string name="settings_license_activity_loading">Loading\u2026</string>
1574
1575     <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
1576     <string name="settings_safetylegal_title">Safety information</string>
1577     <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
1578     <string name="settings_safetylegal_activity_title">Safety information</string>
1579     <!-- About phone settings screen, Safety legal dialog message when data network is not connected -->
1580     <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>
1581     <!-- About phone settings screen, Safety Legal dialog title until the link is fully loaded -->
1582     <string name="settings_safetylegal_activity_loading">Loading\u2026</string>
1583
1584     <!-- Lock Pattern settings -->
1585     <!-- Header on first screen of choose password/PIN flow -->
1586     <string name="lockpassword_choose_your_password_header">Choose your password</string>
1587     <!-- Header on first screen of choose password/PIN flow -->
1588     <string name="lockpassword_choose_your_pin_header">Choose your PIN</string>
1589     <!-- Header on password confirm screen -->
1590     <string name="lockpassword_confirm_your_password_header">Confirm your password</string>
1591     <!-- Header on password confirm screen -->
1592     <string name="lockpassword_confirm_your_pin_header">Confirm your PIN</string>
1593     <!-- Header on password confirm screen if second password doesn't match the first. -->
1594     <string name="lockpassword_confirm_passwords_dont_match">Passwords don\'t match</string>
1595     <!-- Header on pin confirm screen if second pin doesn't match the first. -->
1596     <string name="lockpassword_confirm_pins_dont_match">PINs don\'t match</string>
1597     <!-- Toast shown if setting password was successful -->
1598     <string name="lockpassword_password_set_toast">Password has been set</string>
1599     <!-- Toast shown if setting PIN was successful -->
1600     <string name="lockpassword_pin_set_toast">PIN has been set</string>
1601     <!-- Toast shown if setting pattern was successful -->
1602     <string name="lockpassword_pattern_set_toast">Pattern has been set</string>
1603
1604     <!-- Lock Pattern settings -->
1605     <!-- Security & location settings screen, header -->
1606     <string name="lock_settings_title">Screen unlock</string>
1607     <!-- Security & location settings screen, setting option name -->
1608     <string name="lockpattern_change_lock_pattern_label">Change unlock pattern</string>
1609     <!-- 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 -->
1610     <string name="lockpattern_change_lock_pin_label">Change unlock PIN</string>
1611     <!-- 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 -->
1612     <string name="lockpattern_need_to_unlock">Confirm saved pattern</string>
1613     <!-- Do not translate. -->
1614     <string name="lockpattern_need_to_unlock_footer"></string>
1615     <!-- Security & location settings screen, change unlock pattern screen instruction if user draws incorrect pattern -->
1616     <string name="lockpattern_need_to_unlock_wrong">Sorry, try again:</string>
1617     <!-- Do not translate. -->
1618     <string name="lockpattern_need_to_unlock_wrong_footer"></string>
1619     <!-- 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)..-->
1620     <string name="lockpattern_recording_intro_header">Draw an unlock pattern</string>
1621     <!-- 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. -->
1622     <string name="lockpattern_recording_intro_footer">Press Menu for help.</string>
1623     <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen while drawing pattern -->
1624     <string name="lockpattern_recording_inprogress">Release finger when done.</string>
1625     <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots -->
1626     <string name="lockpattern_recording_incorrect_too_short">Connect at least <xliff:g id="number">%d</xliff:g> dots. Try again:</string>
1627     <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern -->
1628     <string name="lockpattern_pattern_entered_header">Pattern recorded!</string>
1629     <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern -->
1630     <string name="lockpattern_need_to_confirm">Draw pattern again to confirm:</string>
1631     <string name="lockpattern_pattern_confirmed_header">Your new unlock pattern:</string>
1632     <!-- 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. -->
1633     <string name="lockpattern_confirm_button_text">Confirm</string>
1634     <!-- 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. -->
1635     <string name="lockpattern_restart_button_text">Redraw</string>
1636     <!-- 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 -->
1637     <string name="lockpattern_retry_button_text">Retry</string>
1638     <!-- 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 -->
1639     <string name="lockpattern_continue_button_text">Continue</string>
1640     <!-- Security & location settings screen, unlock screen activity title -->
1641     <string name="lockpattern_settings_title">Unlock pattern</string>
1642     <!-- Security & location settings screen, setting check box title if the unlock pattern MUST be drawn everytime they turn on the screen -->
1643     <string name="lockpattern_settings_enable_title">Require pattern</string>
1644     <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" -->
1645     <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string>
1646     <!-- 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.-->
1647     <string name="lockpattern_settings_enable_visible_pattern_title">Use visible pattern</string>
1648     <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.-->
1649     <string name="lockpattern_settings_enable_tactile_feedback_title">Use tactile feedback</string>
1650     <!-- Security & location settings screen, setting option name when user has never set an unlock pattern -->
1651     <string name="lockpattern_settings_choose_lock_pattern">Set unlock pattern</string>
1652     <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern -->
1653     <string name="lockpattern_settings_change_lock_pattern">Change unlock pattern</string>
1654     <!-- Security & location settings screen, the help instructions (an animation) caption -->
1655     <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
1656     <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen after too many incorrect attempts -->
1657     <string name="lockpattern_too_many_failed_confirmation_attempts_header">Too many incorrect attempts!</string>
1658     <!-- Security & location settings screen, change unlock pattern screen countdown hint on bottom of screen after too many incorrect attempts -->
1659     <string name="lockpattern_too_many_failed_confirmation_attempts_footer">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
1660
1661     <!-- ChooseLockPatternTutorial --> <skip />
1662     <!-- ChooseLockPatternTutorial, button labels: This is to cancel the tutorial -->
1663     <string name="skip_button_label">Cancel</string>
1664     <!-- ChooseLockPatternTutorial, button labels: Continue to the next page of the tutorial -->
1665     <string name="next_button_label">Next</string>
1666     <!-- ChooseLockPatternTutorial, tutorial screen title -->
1667     <string name="lock_title">Securing your phone</string>
1668     <!-- ChooseLockPatternTutorial, tutorial screen text -->
1669     <string name="lock_intro_message"><font size="17">Protect your phone from unauthorized use by creating a personal screen unlock pattern.
1670         \n<font height="17">\n</font><b>1</b>\u00A0 On the next screen, watch while an example pattern is drawn.
1671         \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.
1672         \n<font height="17">\n</font><b>3</b>\u00A0 Redraw your pattern to confirm.
1673         \n<font height="17">\n</font><b>Ready to start? Touch \u201CNext\u201D</b>.
1674         \n<font height="3">\n</font>To leave your phone unprotected, touch \u201CCancel\u201D.</font>
1675     </string>
1676
1677     <!-- ChooseLockPatternExample --> <skip />
1678     <!-- ChooseLockPatternExample, screen title that shows an example pattern -->
1679     <string name="lock_example_title">Example pattern</string>
1680     <!-- ChooseLockPatternExample, screen hint text at bottom of screen. These are instructions and rules for drawing a good patttern -->
1681     <string name="lock_example_message">Connect at least four dots.\n
1682         \nTouch \u201CNext\u201D when you\u2019re ready to draw your own pattern.
1683     </string>
1684
1685     <!-- Applications Settings --> <skip />
1686     <!-- Applications settings screen, setting option name for the user to go to the screen to manage installed applications  -->
1687     <string name="manageapplications_settings_title">Manage applications</string>
1688     <!-- Applications settings screen, setting option summary for the user to go to the screen to manage installed applications  -->
1689     <string name="manageapplications_settings_summary">Manage and remove installed applications</string>
1690     <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
1691     <string name="applications_settings">Applications</string>
1692     <!-- 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. -->
1693     <string name="applications_settings_summary">Manage applications, set up quick launch shortcuts</string>
1694     <!-- Applications settings screen heading. The header for the Application settings screen. -->
1695     <string name="applications_settings_header">Application settings</string>
1696     <!-- 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.  -->
1697     <string name="install_applications">Unknown sources</string>
1698     <!-- Applications settings screen, setting check box summary.  This is the summary for "Unknown sources" checkbox  -->
1699     <string name="install_unknown_applications">Allow installation of non-Market applications</string>
1700     <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
1701     <string name="install_all_warning">Your phone and personal data are more vulnerable to attack by applications
1702  from unknown sources. You agree that you are solely responsible for any
1703  damage to your phone or loss of data that may result from using
1704  these applications.</string>
1705     <!-- 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 -->
1706     <string name="application_info_label">Application info</string>
1707     <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. -->
1708     <string name="storage_label">Storage</string>
1709     <!-- Manage applications, individual application info screen,  heading for settings related to controlling whether this app is the default for some actions -->
1710     <string name="auto_launch_label">Launch by default</string>
1711     <!-- 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. -->
1712     <string name="permissions_label">Permissions</string>
1713     <!-- Manage applications, Header name used for cache information -->
1714     <string name="cache_header_label">Cache</string>
1715     <!-- Manage applications, text label for button -->
1716     <string name="clear_cache_btn_text">Clear cache</string>
1717     <!-- Manage applications, label that appears next to the cache size -->
1718     <string name="cache_size_label">Cache</string>
1719     <!-- Manage applications, Header name used for other controls -->
1720     <string name="controls_label">Controls</string>
1721     <!-- Manage applications, text label for button to kill / force stop an application -->
1722     <string name="force_stop">Force stop</string>
1723     <!-- Manage applications, individual application info screen,label under Storage heading.  The total storage space taken up by this app. -->
1724     <string name="total_size_label">Total</string>
1725     <!-- 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) -->
1726     <string name="application_size_label">Application</string>
1727     <!-- 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) -->
1728     <string name="data_size_label">Data</string>
1729     <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. -->
1730     <string name="uninstall_text">Uninstall</string>
1731     <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. -->
1732     <string name="disable_text">Disable</string>
1733     <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to re-enable an existing application. -->
1734     <string name="enable_text">Enable</string>
1735     <!-- 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) -->
1736     <string name="clear_user_data_text">Clear data</string>
1737     <!-- Manage applications, restore updated system application to factory version -->
1738     <string name="app_factory_reset">Uninstall updates</string>
1739     <!-- 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. -->
1740     <string name="auto_launch_enable_text">You have selected to launch this application by default for some actions.</string>
1741     <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->
1742     <string name="auto_launch_disable_text">No defaults set.</string>
1743     <!-- 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.  -->
1744     <string name="clear_activities">Clear defaults</string>
1745     <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
1746     <string name="unknown">Unknown</string>
1747     <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Sorts all of the apps in the list alphabetically. -->
1748     <string name="sort_order_alpha">Sort by name</string>
1749     <!-- 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. -->
1750     <string name="sort_order_size">Sort by size</string>
1751     <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Show running services. -->
1752     <string name="show_running_services">Show running services</string>
1753     <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Show background cached processes. -->
1754     <string name="show_background_processes">Show cached processes</string>
1755     <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. -->
1756     <string name="manage_space_text">Manage space</string>
1757     <!-- Text for menu option in ManageApps screen to present various menu options -->
1758     <string name="filter">Filter</string>
1759     <!-- Title of dialog for presenting filter options -->
1760     <string name="filter_dlg_title">Select filter options</string>
1761     <!-- Text for filter option in ManageApps screen to display all installed
1762     applications -->
1763     <string name="filter_apps_all">All</string>
1764     <!-- Text for filter option in ManageApps screen to display third party
1765     applications only -->
1766     <string name="filter_apps_third_party">Downloaded</string>
1767     <!-- Text for filter option in ManageApps screen to display list of running
1768     packages only. -->
1769     <string name="filter_apps_running">Running</string>
1770     <!-- Text for filter option in ManageApps screen to display list of
1771     packages installed on sdcard. [CHAR LIMIT=30] -->
1772     <string name="filter_apps_onsdcard" product="nosdcard">USB storage</string>
1773     <!-- Text for filter option in ManageApps screen to display list of
1774     packages installed on sdcard. -->
1775     <string name="filter_apps_onsdcard" product="default">On SD card</string>
1776     <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
1777     <string name="disabled">Disabled</string>
1778     <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
1779     <string name="no_applications">No applications.</string>
1780     <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->
1781     <string name="internal_storage">Internal storage</string>
1782     <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
1783     <string name="sd_card_storage" product="nosdcard">USB storage</string>
1784     <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
1785     <string name="sd_card_storage" product="default">SD card storage</string>
1786     <!-- Manage app screen, shown when the activity is busy recomputing the size of each app -->
1787     <string name="recompute_size">Recomputing size\u2026</string>
1788     <!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
1789     <string name="clear_data_dlg_title">Delete</string>
1790     <!-- 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. -->
1791     <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>
1792     <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
1793     <string name="dlg_ok">OK</string>
1794     <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->
1795     <string name="dlg_cancel">Cancel</string>
1796     <!-- 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. -->
1797     <string name="app_not_found_dlg_title">Application not found</string>
1798     <!-- 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. -->
1799     <string name="app_not_found_dlg_text"> The application was not
1800 found in the list of installed applications.</string>
1801     <!-- Manage applications, individual application dialog box message. Shown when there was an error trying to clear the data. -->
1802     <string name="clear_data_failed">Unable to clear application data.</string>
1803     <!-- Manage applications, factory reset dialog title for system applications. -->
1804     <string name="app_factory_reset_dlg_title">Uninstall updates</string>
1805     <!-- Manage applications, factory reset option dialog text for system applications. -->
1806     <string name="app_factory_reset_dlg_text">Do you want to uninstall all updates to this Android system application?</string>
1807     <!-- Manage applications, title for dialog if clear data fails-->
1808     <string name="clear_failed_dlg_title">Clear data</string>
1809     <!-- Manage applications, text for dialog if clear data fails-->
1810     <string name="clear_failed_dlg_text">Failed clearing data for application</string>
1811     <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
1812     <string name="security_settings_desc">This application can access the following on your phone:</string>
1813     <string name="computing_size">Computing\u2026</string>
1814     <string name="invalid_size_value">Unable to compute package size</string>
1815     <!-- String displayed when list is empty -->
1816     <string name="empty_list_msg">You do not have any third-party applications installed.</string>
1817     <!-- Manage applications, version string displayed in app snippet -->
1818     <string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
1819     <!-- Manage applications, text for Move button -->
1820     <string name="move_app">Move</string>
1821     <!-- Manage applications, text for Move button to move app to internal storage -->
1822     <string name="move_app_to_internal">Move to phone</string>
1823     <!-- Manage applications, text for Move button  to move app to sdcard [CHAR LIMIT=25] -->
1824     <string name="move_app_to_sdcard" product="nosdcard">Move to USB storage</string>
1825     <!-- Manage applications, text for Move button  to move app to sdcard -->
1826     <string name="move_app_to_sdcard" product="default">Move to SD card</string>
1827     <!-- Manage applications, title for dialog when killing persistent apps-->
1828     <!-- Manage applications, text for Move button when move is in progress -->
1829     <string name="moving">Moving</string>
1830
1831     <!-- Manage applications, text for move error messages -->
1832     <string name="insufficient_storage">There is not enough storage left.</string>
1833     <string name="does_not_exist">The application does not exist.</string>
1834     <string name="app_forward_locked">The application is copy-protected.</string>
1835     <string name="invalid_location">The specified install location is not valid.</string>
1836     <string name="system_package">System updates cannot be installed on external media.</string>
1837
1838     <string name="force_stop_dlg_title">Force stop</string>
1839     <!-- [CHAR LIMIT=200] Manage applications, text for dialog when killing persistent apps-->
1840     <string name="force_stop_dlg_text">Force stopping an application can cause it to misbehave.  Are you sure?</string>
1841     <!-- Manage applications, text for dialog when moving an app -->
1842     <string name="move_app_failed_dlg_title">Move application</string>
1843     <!-- Manage applications, text for dialog moving an app -->
1844     <string name="move_app_failed_dlg_text">Failed to move application. <xliff:g id="reason">%1$s</xliff:g></string>
1845     <!-- Manage applications, application installation location title -->
1846     <string name="app_install_location_title">Preferred install location</string>
1847     <!-- Manage applications. application installation location summary -->
1848     <string name="app_install_location_summary">Change the preferred installation location for new applications.</string>
1849
1850     <!-- [CHAR LIMIT=25] Services settings screen, setting option name for the user to go to the screen to view app storage use -->
1851     <string name="storageuse_settings_title">Storage use</string>
1852     <!-- Services settings screen, setting option summary for the user to go to the screen to app storage use -->
1853     <string name="storageuse_settings_summary">View storage used by applications</string>
1854
1855     <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
1856     <string name="runningservices_settings_title">Running services</string>
1857     <!-- Services settings screen, setting option summary for the user to go to the screen to view running services  -->
1858     <string name="runningservices_settings_summary">View and control currently running services</string>
1859     <!-- Label for a service item when it is restarting -->
1860     <string name="service_restarting">Restarting</string>
1861     <!-- Label for a process item representing a background process -->
1862     <string name="cached">Cached background process</string>
1863     <!-- [CHAR LIMIT=25] Text shown when there are no services running -->
1864     <string name="no_running_services">Nothing running.</string>
1865     <!-- Running services, description for a service in the started state -->
1866     <string name="service_started_by_app">Started by application.</string>
1867     <!-- Running services, description for a service in the started state -->
1868     <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g></string>
1869     <!-- [CHAR LIMIT=10] Running services, summary of background processes -->
1870     <string name="service_background_processes"><xliff:g id="memory">%1$s</xliff:g> free</string>
1871     <!-- [CHAR LIMIT=10] Running services, summary of foreground processes -->
1872     <string name="service_foreground_processes"><xliff:g id="memory">%1$s</xliff:g> used</string>
1873     <!-- [CHAR LIMIT=10] Running services, label for chart showing memory use. -->
1874     <string name="memory">RAM</string>
1875     <!-- Text to label a process entry with the process name. -->
1876     <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
1877     <!-- Descriptive text of a running process: singular process, singular service. -->
1878     <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
1879         process and <xliff:g id="numservices">%2$d</xliff:g> service</string>
1880     <!-- Descriptive text of a running process: singular process, plural service. -->
1881     <string name="running_processes_item_description_s_p"><xliff:g id="numprocess">%1$d</xliff:g>
1882         process and <xliff:g id="numservices">%2$d</xliff:g> services</string>
1883      <!-- Descriptive text of a running process: plural process, singular service. -->
1884     <string name="running_processes_item_description_p_s"><xliff:g id="numprocess">%1$d</xliff:g>
1885         processes and <xliff:g id="numservices">%2$d</xliff:g> service</string>
1886     <!-- Descriptive text of a running process: plural process, plural service. -->
1887     <string name="running_processes_item_description_p_p"><xliff:g id="numprocess">%1$d</xliff:g>
1888         processes and <xliff:g id="numservices">%2$d</xliff:g> services</string>
1889
1890     <!-- Details about an application's running services. -->
1891     <string name="runningservicedetails_settings_title">Running application</string>
1892     <!-- Message displayed when there are no active services in a process. -->
1893     <string name="no_services">Not active</string>
1894     <!-- Title for list of services. -->
1895     <string name="runningservicedetails_services_title">Services</string>
1896     <!-- Title for list of services. -->
1897     <string name="runningservicedetails_processes_title">Processes</string>
1898     <!-- Running service details, stop a service that has started itself. -->
1899     <string name="service_stop">Stop</string>
1900     <!-- Running service details, manage a service that is running for some other reason. -->
1901     <string name="service_manage">Settings</string>
1902     <!-- Running service details, default description for services that are started. -->
1903     <string name="service_stop_description">This service was started by its
1904         application.  Stopping it may cause the application to fail.</string>
1905     <!-- Running service details, description for running heavy-weight process. -->
1906     <string name="heavy_weight_stop_description">This application can not safely
1907         be stopped.  Doing so may lose some of your current work.</string>
1908     <!-- Running service details, description for background process. -->
1909     <string name="background_process_stop_description">This is an old application
1910         process that is being kept for better speed in case it is needed again.
1911         There is usually no reason to stop it.</string>
1912     <!-- Running service details, default description for services that are managed. -->
1913     <string name="service_manage_description"><xliff:g id="client_name">%1$s</xliff:g>:
1914         currently in use.  Touch Settings to control it.</string>
1915     <!-- Description of the main process in the details. -->
1916     <string name="main_running_process_description">Main process that is in use.</string>
1917     <!-- Message that a process's service is in use. -->
1918     <string name="process_service_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g>
1919         is in use.</string>
1920     <!-- Message that a process's provider is in use. -->
1921     <string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g>
1922         is in use.</string>
1923     <!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. -->
1924     <string name="runningservicedetails_stop_dlg_title">Stop system service?</string>
1925     <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
1926     <string name="runningservicedetails_stop_dlg_text">Are you sure you want to stop this system service? If you do, some
1927         features of your phone may stop working correctly until you power it off
1928         and then on again.</string>
1929     
1930     <!-- 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 -->
1932     <string name="language_settings">Language &amp; keyboard</string>
1933     <!-- Title of Language and keyboard settings screen -->
1934     <string name="language_keyboard_settings_title">Language &amp; keyboard settings</string>
1935     <!-- On Language & keyboard settings screen, heading. Inside the "Language & keyboard settings" screen, this is the header for settings that relate to language (select the system language, user dictionary for the language). -->
1936     <string name="language_settings_category">Language settings</string>
1937     <!-- On Language & keyboard settings screen, heading. Inside the "Language & keyboard settings" screen, this is the header for settings that relate to keyboard (enable/disable each keyboard, settings for each keyboard). -->
1938     <string name="keyboard_settings_category">Keyboard settings</string>
1939     <!-- On Text & language settings screen, setting option name. title of the setting to take the user to a screen to select the locale. -->
1940     <string name="phone_language">Select language</string>
1941     <!-- On Text & language settings screen, setting option name. summary of the setting to take the user to a screen to select the locale. -->
1942     <string name="phone_language_summary">""</string>
1943     <!-- 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. -->
1944     <string name="auto_replace">Auto-replace</string>
1945     <!-- On Text & language settings screen, setting summary.  This is the summary for the "Auto-replace" setting. -->
1946     <string name="auto_replace_summary">Correct mistyped words</string>
1947     <!-- 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. -->
1948     <string name="auto_caps">Auto-cap</string>
1949     <!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. -->
1950     <string name="auto_caps_summary">Capitalize first letter in sentences</string>
1951     <!-- 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". -->
1952     <string name="auto_punctuate">Auto-punctuate</string>
1953     <!-- On Text & language settings screen, category for physical keyboard text entry options. -->
1954     <string name="hardkeyboard_category">Physical keyboard settings</string>
1955     <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. -->
1956     <string name="auto_punctuate_summary">Press Space key twice to insert \u0022.\u0022</string>
1957     <!-- 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. -->
1958     <string name="show_password">Visible passwords</string>
1959     <!-- On Security & location settings screen, setting check box summary. Summary for the visible passwords setting. -->
1960     <string name="show_password_summary">Show password as you type</string>
1961     <!-- Warning message about security implications of enabling an input method, displayed as a dialog
1962          message when the user selects to enable an IME. -->
1963     <string name="ime_security_warning">This input method may be able to collect
1964     all the text you type, including personal data like passwords and credit
1965     card numbers.  It comes from the application
1966     <xliff:g id="ime_application_name">%1$s</xliff:g>.
1967     Use this input method?</string>
1968
1969     <!-- User dictionary settings --><skip />
1970     <!-- User dictionary settings, The titlebar text of the User dictionary settings screen. -->
1971     <string name="user_dict_settings_titlebar">User dictionary</string>
1972     <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen. -->
1973     <string name="user_dict_settings_title">User dictionary</string>
1974     <!-- User dictionary settings.  The summary of the listem item to go into the User dictionary settings screen. -->
1975     <string name="user_dict_settings_summary">""</string>
1976     <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
1977     <string name="user_dict_settings_add_menu_title">Add</string>
1978     <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. -->
1979     <string name="user_dict_settings_add_dialog_title">Add to dictionary</string>
1980     <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
1981     <string name="user_dict_settings_edit_dialog_title">Edit word</string>
1982     <!-- User dictionary settings. The title of the context menu item to edit the current word -->
1983     <string name="user_dict_settings_context_menu_edit_title">Edit</string>
1984     <!-- User dictionary settings. The title of the context menu item to delete the current word -->
1985     <string name="user_dict_settings_context_menu_delete_title">Delete</string>
1986     <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary -->
1987     <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>
1988
1989     <!-- 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" -->
1990     <string name="testing">Testing</string>
1991     <!-- In the Testing screen.  The item title of the activity that shows a bunch of phone-related information.  -->
1992     <string name="testing_phone_info">Phone information</string>
1993     <!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information.  -->
1994     <string name="testing_battery_info">Battery information</string>
1995     <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations.  -->
1996     <string name="testing_sim_toolkit">SIM toolkit</string>
1997
1998     <!-- The title of the item to go into the Quick launch settings. -->
1999     <string name="quick_launch_title">Quick launch</string>
2000     <!-- The summary of the item to go into the Quick launch settings. This is a description of what Quick launch offers. -->
2001     <string name="quick_launch_summary">Set keyboard shortcuts to launch applications</string>
2002     <!-- 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. -->
2003     <string name="quick_launch_assign_application">Assign application</string>
2004     <!-- 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 -->
2005     <string name="quick_launch_no_shortcut">No shortcut</string>
2006     <!-- On the Quick launch settings screen, summary text under the item for each assigned letter.  -->
2007     <string name="quick_launch_shortcut">Search + <xliff:g id="shortcut_letter">%1$s</xliff:g></string>
2008     <!-- 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. -->
2009     <string name="quick_launch_clear_dialog_title">Clear</string>
2010     <!-- On the Quick launch settings screen, message in the "Clear shortcut" confirmation dialog.  See the title for this dialog for more info. -->
2011     <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>
2012     <!-- Clear dialog for quick launch setting box button labels: -->
2013     <string name="quick_launch_clear_ok_button">OK</string>
2014     <!-- Clear dialog for quick launch setting box button labels: -->
2015     <string name="quick_launch_clear_cancel_button">Cancel</string>
2016     <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all applications.  -->
2017     <string name="quick_launch_display_mode_applications">Applications</string>
2018     <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all shortcutable applications -->
2019     <string name="quick_launch_display_mode_shortcuts">Shortcuts</string>
2020
2021     <!-- Input methods Settings -->
2022     <string name="input_methods_settings_title">Text input</string>
2023     <string name="input_methods_settings_summary">Manage text input options</string>
2024     <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" -->
2025     <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string>
2026     <!-- Summary for on-screen keyboard settings -->
2027     <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string>
2028     <!-- Title for built-in keyboard settings -->
2029     <string name="builtin_keyboard_settings_title">Built-in keyboard</string>
2030     <!-- Summary for built-in keyboard settings -->
2031     <string name="builtin_keyboard_settings_summary">Built-in, physical keyboard settings</string>
2032
2033     <!-- Development Settings.  the title for the item to take the user to Development settings.  Development settings are settings meant for application developers.  -->
2034     <string name="development_settings_title">Development</string>
2035     <!-- Development Settings summary.  The summary of the item to take the user to Development settings.  Development settings are settings meant for application developers. -->
2036     <string name="development_settings_summary">Set options for application development</string>
2037     <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
2038     <string name="enable_adb">USB debugging</string>
2039     <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
2040     <string name="enable_adb_summary">Debug mode when USB is connected</string>
2041     <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
2042     <string name="keep_screen_on">Stay awake</string>
2043     <!-- setting Checkbox summary whether to keep the screen on when plugged in  -->
2044     <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
2045     <!-- Setting Checkbox title whether to allow mock locations -->
2046     <string name="allow_mock_location">Allow mock locations</string>
2047     <!-- setting Checkbox summary whether to allow mock locations  -->
2048     <string name="allow_mock_location_summary">Allow mock locations</string>
2049     <!-- Title of warning dialog about the implications of enabling USB debugging -->
2050     <string name="adb_warning_title">Allow USB debugging?</string>
2051     <!-- Warning text to user about the implications of enabling USB debugging -->
2052     <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>
2053
2054     <!-- Title for the screen that lets the user choose a gadget to add to the home screen
2055          (or other screens that can host gadgets).  Note to translators: we're still determining
2056          the final name for Gadgets/Widgets, so please translate both for now. -->
2057     <string name="gadget_picker_title">Choose gadget</string>
2058
2059     <!-- Title for the screen that lets the user choose a widget to add to the home screen
2060          (or other screens that can host widgets).  Note to translators: we're still determining
2061          the final name for Gadgets/Widgets, so please translate both for now. -->
2062     <string name="widget_picker_title">Choose widget</string>
2063
2064     <!-- Used to show an amount of time in the form "d days, h hours, m minutes, s seconds" in BatteryHistory -->
2065     <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>
2066
2067     <!-- Used to show an amount of time in the form "h hours, m minutes, s seconds" in BatteryHistory -->
2068     <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>
2069
2070     <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
2071     <string name="battery_history_minutes"><xliff:g id="minutes">%1$d</xliff:g>m <xliff:g id="seconds">%2$d</xliff:g>s</string>
2072
2073     <!-- Used to show an amount of time in the form "s seconds" in BatteryHistory -->
2074     <string name="battery_history_seconds"><xliff:g id="seconds">%1$d</xliff:g>s</string>
2075     
2076     <!-- XXX remove? Strings used for displaying usage statistics -->
2077     <string name="usage_stats_label">Usage statistics</string>
2078
2079     <!-- In the Testing screen. The item title of the activity that shows usage statistics.  -->
2080     <string name="testing_usage_stats">Usage statistics</string>
2081     <!-- label for text to indicate sort options -->
2082     <string name="display_order_text">Sort by:</string>
2083     <!-- label for application name -->
2084     <string name="app_name_label">Application</string>
2085     <!-- label for launch count -->
2086     <string name="launch_count_label">Count</string>
2087     <!-- label for usage time -->
2088     <string name="usage_time_label">Usage time</string>
2089
2090     <!-- Accessibility settings -->
2091     <skip/>
2092
2093     <!-- Settings title in main settings screen for accessibility settings -->
2094     <string name="accessibility_settings">Accessibility</string>
2095     <!-- Settings title for accessibility settings screen -->
2096     <string name="accessibility_settings_title">Accessibility settings</string>
2097     <!-- Settings summary for accessibility settings -->
2098     <string name="accessibility_settings_summary">Manage accessibility options</string>
2099     <!-- Setting Checkbox title for enabling accessibility -->
2100     <string name="toggle_accessibility_title">Accessibility</string>
2101     <!-- Setting accessibility services category -->
2102     <string name="accessibility_services_category">Accessibility services</string>
2103     <!-- Message for announcing the lack of installed accessibility services. -->
2104     <string name="no_accessibility_services_summary">No installed accessibility services.</string>
2105     <!-- Warning message about security implications of enabling an accessibility service,
2106          displayed as a dialog message when the user selects to enable an accessibility service. -->
2107     <string name="accessibility_service_security_warning">This accessibility service may be able to collect
2108         all the text you type, including personal data credit card numbers except passwords.
2109         It may also log your user interface interactions. It comes from the application
2110         <xliff:g id="accessibility_service_name">%1$s</xliff:g>. Use this accessibility service?</string>
2111     <!-- Warning about disabling accessibility displayed as a dialog message when the user
2112          selects to disable accessibility. This avoids accidental disabling. -->
2113     <string name="accessibility_service_disable_warning">Disable accessibility?</string>
2114     <!-- Title for the prompt that lets users know that they have no accessibility related apps
2115          installed and that they can install TalkBack from Market. -->
2116     <string name="accessibility_service_no_apps_title">No accessibility related applications found
2117         </string>
2118     <!-- Message 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_message">You do not have any accessibility related
2121         applications installed.\n\nYou can download a screen reader for your device from Android
2122         Market.\n\nClick "OK" to install the screen reader.</string>
2123
2124     <!-- Accessibility settings: Power button category -->
2125     <string name="accessibility_power_button_category">Power button</string>
2126     <!-- Accessibility settings: checkbox title for power button behavior -->
2127     <string name="accessibility_power_button_ends_call">Power button ends call</string>
2128     <!-- Accessibility settings: power button behavior summary text -->
2129     <string name="accessibility_power_button_ends_call_summary">During a call, pressing Power ends call instead of turning off screen</string>
2130
2131     <!-- App Fuel Gauge strings -->
2132     <skip/>
2133
2134     <!-- Activity title for App Fuel Gauge summary -->
2135     <string name="power_usage_summary_title">Battery use</string>
2136     <!-- Activity title summary for App Fuel Gauge summary -->
2137     <string name="power_usage_summary">What has been using the battery</string>
2138     <!-- Battery usage since unplugged -->
2139     <string name="battery_since_unplugged">Battery use since unplugged</string>
2140     <!-- Battery usage since user reset the stats -->
2141     <string name="battery_since_reset">Battery use since reset</string>
2142     <!-- Battery usage on battery duration -->
2143     <string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> on battery</string>
2144     <!-- Battery usage duration -->
2145     <string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
2146     <!-- [CHAR LIMIT=25] Label for battery stats charging state graph -->
2147     <string name="battery_stats_charging_label">Charging</string>
2148     <!-- [CHAR LIMIT=25] Label for battery stats screen on state graph -->
2149     <string name="battery_stats_screen_on_label">Screen on</string>
2150     <!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
2151     <string name="battery_stats_gps_on_label">GPS on</string>
2152     <!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
2153     <string name="battery_stats_wifi_running_label">Wi-Fi</string>
2154     <!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
2155     <string name="battery_stats_wake_lock_label">Awake</string>
2156     <!-- [CHAR LIMIT=25] Label for battery stats phone signal strength graph -->
2157     <string name="battery_stats_phone_signal_label">Phone signal</string>
2158     <!-- Battery usage during last unplugged period -->
2159     <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
2160     <!-- CPU awake time title -->
2161     <string name="awake">Device awake time</string>
2162     <!-- Wifi on time -->
2163     <string name="wifi_on_time">Wi-Fi on time</string>
2164     <!-- Bluetooth on time -->
2165     <string name="bluetooth_on_time">Wi-Fi on time</string>
2166     <!-- Application name and battery usage percentage -->
2167     <string name="usage_name_percent"><xliff:g id="name">%1$s</xliff:g>" - "
2168             <xliff:g id="number" example="30">%2$s</xliff:g><xliff:g id="percent" example="%">%%</xliff:g></string>
2169
2170     <!-- Activity title for battery usage details for an app. or power consumer -->
2171     <string name="details_title">Battery use details</string>
2172     <!-- Subtitle for application/subsystem details -->
2173     <string name="details_subtitle">Use details</string>
2174     <!-- Subtitle for possible options -->
2175     <string name="controls_subtitle">Adjust power use</string>
2176     <!-- Subtitle for list of packages -->
2177     <string name="packages_subtitle">Included packages</string>
2178
2179     <!-- Label for power consumed by the screen -->
2180     <string name="power_screen">Display</string>
2181     <!-- Label for power consumed by WiFi -->
2182     <string name="power_wifi">Wi-Fi</string>
2183     <!-- Label for power consumed by Bluetooth -->
2184     <string name="power_bluetooth">Bluetooth</string>
2185     <!-- Label for power consumed by Cell idle -->
2186     <string name="power_cell">Cell standby</string>
2187     <!-- Label for power consumed by Calling -->
2188     <string name="power_phone">Voice calls</string>
2189     <!-- Label for power consumed when Idle -->
2190     <string name="power_idle">Phone idle</string>
2191
2192     <!-- Label for CPU usage time -->
2193     <string name="usage_type_cpu">CPU total</string>
2194     <!-- Label for CPU usage in foreground -->
2195     <string name="usage_type_cpu_foreground">CPU foreground</string>
2196     <!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
2197     <string name="usage_type_wake_lock">Keep awake</string>
2198     <!-- Label for GPU usage time -->
2199     <string name="usage_type_gps">GPS</string>
2200     <!-- [CHAR LIMIT=25] Label for WIFI usage time -->
2201     <string name="usage_type_wifi_running">Wi-Fi running</string>
2202     <!-- Label for Phone usage time -->
2203     <string name="usage_type_phone">Phone</string>
2204     <!-- Label for Data sent -->
2205     <string name="usage_type_data_send">Data sent</string>
2206     <!-- Label for Data received -->
2207     <string name="usage_type_data_recv">Data received</string>
2208     <!-- Label for Audio usage time -->
2209     <string name="usage_type_audio">Audio</string>
2210     <!-- Label for Video usage time -->
2211     <string name="usage_type_video">Video</string>
2212     <!-- Label for time that a feature has been on -->
2213     <string name="usage_type_on_time">Time on</string>
2214     <!-- Label for time that there was no cell coverage -->
2215     <string name="usage_type_no_coverage">Time without a signal</string>
2216     <!-- Label for force stop action -->
2217     <string name="battery_action_stop">Force stop</string>
2218     <!-- Label for app details action -->
2219     <string name="battery_action_app_details">Application info</string>
2220     <!-- Label for app settings action -->
2221     <string name="battery_action_app_settings">Application settings</string>
2222     <!-- Label for display settings -->
2223     <string name="battery_action_display">Display settings</string>
2224     <!-- Label for wifi settings -->
2225     <string name="battery_action_wifi">Wi-Fi settings</string>
2226     <!-- Label for bluetooth settings -->
2227     <string name="battery_action_bluetooth">Bluetooth settings</string>
2228
2229     <!-- Description for voice call detail -->
2230     <string name="battery_desc_voice">Battery used by voice calls</string>
2231
2232     <!-- Description for standby detail -->
2233     <string name="battery_desc_standby">Battery used when phone is idle</string>
2234
2235     <!-- Description for cell radio detail -->
2236     <string name="battery_desc_radio">Battery used by cell radio</string>
2237     <!-- Suggestion to switch to airplane mode to save power -->
2238     <string name="battery_sugg_radio">Switch to airplane mode to save power in areas with no cell coverage</string>
2239
2240     <!-- Description for power consumed by display -->
2241     <string name="battery_desc_display">Battery used by the display and backlight</string>
2242     <!-- Suggestion for reducing display power -->
2243     <string name="battery_sugg_display">Reduce the screen brightness and/or screen timeout</string>
2244
2245     <!-- Description for wifi connectivity -->
2246     <string name="battery_desc_wifi">Battery used by Wi-Fi</string>
2247     <!-- Suggestion for wifi connectivity power drain -->
2248     <string name="battery_sugg_wifi">Turn off Wi-Fi when not using it or where it is not available</string>
2249
2250     <!-- Description for bluetooth power consumption detail -->
2251     <string name="battery_desc_bluetooth">Battery used by bluetooth</string>
2252     <!-- Suggestion for bluetooth -->
2253     <string name="battery_sugg_bluetooth_basic">Turn off bluetooth when you aren\'t using it</string>
2254     <!-- Suggestion for bluetooth headset -->
2255     <string name="battery_sugg_bluetooth_headset">Try connecting to a different bluetooth device</string>
2256
2257     <!-- [CHAR LIMIT=50] Description for power consumed by applications -->
2258     <string name="battery_desc_apps">Battery used by application</string>
2259     <!-- Suggestion for exploring application info to stop or uninstall -->
2260     <string name="battery_sugg_apps_info">Stop or uninstall the application</string>
2261     <!-- [CHAR LIMIT=100] Suggestion for getting apps to consume less power due to GPS-->
2262     <string name="battery_sugg_apps_gps">"Manually control GPS to prevent application from using it"</string>
2263     <!-- Suggestion for getting apps to consume less power -->
2264     <string name="battery_sugg_apps_settings">The application may offer settings to reduce battery use</string>
2265
2266     <!-- Menu label for viewing battery usage since unplugged -->
2267     <string name="menu_stats_unplugged"><xliff:g id="unplugged">%1$s</xliff:g> since unplugged</string>
2268     <!-- Menu label for viewing battery usage since unplugged -->
2269     <string name="menu_stats_last_unplugged">While last unplugged for <xliff:g id="unplugged">%1$s</xliff:g></string>
2270     <!-- Menu label for viewing battery usage total -->
2271     <string name="menu_stats_total">Usage totals</string>
2272     <!-- Menu label for refreshing with latest usage numbers -->
2273     <string name="menu_stats_refresh">Refresh</string>
2274
2275     <!-- Label for kernel threads -->
2276     <string name="process_kernel_label">Android OS</string>
2277     <!-- Label for mediaserver process -->
2278     <string name="process_mediaserver_label">Mediaserver</string>
2279
2280     <!-- Voice input/output settings --><skip />
2281     <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
2282     <string name="voice_input_output_settings">Voice input &amp; output</string>
2283     <!-- Main voice input/output settings screen title -->
2284     <string name="voice_input_output_settings_title">Voice input &amp; output settings</string>
2285     <!-- Title of voice search settings list item within voice input/output settings -->
2286     <string name="voice_search_settings_title">Voice search</string>
2287     <!-- Title of keyboard settings list item within voice input/output settings -->
2288     <string name="keyboard_settings_title">Android keyboard</string>
2289     <!-- Title for the 'voice input' category of voice input/output settings -->
2290     <string name="voice_input_category">Voice input</string>
2291     <!-- Title for the 'voice output' category of voice input/output settings -->
2292     <string name="voice_output_category">Voice output</string>
2293     <!-- Title for the voice recognizer setting in voice input/output settings -->
2294     <string name="recognizer_title">Voice recognizer</string>
2295     <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings -->
2296     <string name="recognizer_settings_title">Voice recognizer settings</string>
2297     <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings.
2298          Would say something like, e.g., "Settings for 'Google'". -->
2299     <string name="recognizer_settings_summary">Settings for \'<xliff:g id="recognizer_name">%s</xliff:g>\'</string>
2300
2301     <!-- Text-To-Speech (TTS) settings --><skip />
2302     <!-- 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 -->
2303     <string name="tts_settings">Text-to-speech settings</string>
2304     <!-- Main TTS Settings screen title -->
2305     <string name="tts_settings_title">Text-to-speech settings</string>
2306     <!-- On main TTS Settings screen, title for toggle used to force use of default TTS settings -->
2307     <string name="use_default_tts_settings_title">Always use my settings</string>
2308     <!-- On main TTS Settings screen, summary for toggle used to force use of default TTS settings -->
2309     <string name="use_default_tts_settings_summary">Default settings below override application settings</string>
2310     <!-- On main TTS Settings screen, section header for default TTS settings -->
2311     <string name="tts_default_settings_section">Default settings</string>
2312     <!-- On main TTS Settings screen, in default settings section, setting default synthesis engine for synthesized voice -->
2313     <string name="tts_default_synth_title">Default Engine</string>
2314     <!-- On main TTS Settings screen, summary for default synthesis engine for synthesized voice -->
2315     <string name="tts_default_synth_summary">Sets the speech synthesis engine to be used for spoken text</string>
2316     <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
2317     <string name="tts_default_rate_title">Speech rate</string>
2318     <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
2319     <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
2320     <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
2321     <string name="tts_default_pitch_title">Pitch</string>
2322     <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
2323     <string name="tts_default_pitch_summary">Affects the tone of the spoken text</string>
2324     <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
2325     <string name="tts_default_lang_title">Language</string>
2326     <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
2327     <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
2328     <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
2329     <string name="tts_play_example_title">Listen to an example</string>
2330     <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
2331     <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
2332     <!-- On main TTS Settings screen, click to install required speech synthesis data -->
2333     <string name="tts_install_data_title">Install voice data</string>
2334     <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
2335     <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
2336     <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
2337     <string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</string>
2338     <!-- Text spoken by the TTS engine for demonstration purposes -->
2339     <string name="tts_demo">This is an example of speech synthesis.</string>
2340     <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
2341     <string name="tts_settings_changed_demo">Your settings have changed. This is an example of how they sound.</string>
2342     <!-- Error screen when a selected TTS engine can't run because it's missing components -->
2343     <string name="tts_engine_error">The engine you selected is unable to run</string>
2344     <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2345     <string name="tts_engine_error_config">Configure</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_reselect">Select another engine</string>
2348     <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
2349          message when the user selects to enable an engine. -->
2350     <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
2351     all the text that will be spoken, including personal data like passwords and credit
2352     card numbers.  It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
2353     Enable the use of this speech synthesis engine?</string>
2354     <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
2355     <string name="tts_engines_section">Engines</string>
2356     <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
2357     <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> settings</string>
2358     <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
2359     <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string>
2360     <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
2361     <string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is disabled</string>
2362     <!-- On Pico TTS Settings screen, text to mark the section for the various languages and voices that are available -->
2363     <string name="pico_languages_and_voices">Languages and voices</string>
2364     <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
2365     <string name="pico_installed">Installed</string>
2366     <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
2367     <string name="pico_not_installed">Not installed</string>
2368     <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
2369     <string name="pico_voice_summary_female">Female</string>
2370     <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
2371     <string name="pico_voice_summary_male">Male</string>
2372     <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed -->
2373     <string name="tts_notif_engine_install_title">Speech synthesis engine installed</string>
2374     <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine,
2375          to warn the user that this engine cannot be used before the checkbox for that engine
2376          in TTS settings is checked. -->
2377     <string name="tts_notif_engine_install_message">Enable new engine before use</string>
2378
2379     <!-- Power Control Widget -->
2380     <string name="gadget_title">Power Control</string>
2381     <string name="gadget_toggle_wifi">Updating Wi-Fi setting</string>
2382     <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string>
2383
2384     <string name="vpn_settings_activity_title">VPN settings</string>
2385
2386     <!-- Title of VPN connect dialog -->
2387     <string name="vpn_connect_to">Connect to <xliff:g id="name" example="Work Network">%s</xliff:g></string>
2388     <!-- In VPN connect dialog, for inputing username and password -->
2389     <string name="vpn_username_colon">Username:</string>
2390     <string name="vpn_password_colon">Password:</string>
2391     <string name="vpn_a_username">a username</string>
2392     <string name="vpn_a_password">a password</string>
2393
2394     <!-- In VPN connect dialog where user may check to remember the username entered -->
2395     <string name="vpn_save_username">Remember username</string>
2396
2397     <string name="vpn_connect_button">Connect</string>
2398     <string name="vpn_yes_button">Yes</string>
2399     <string name="vpn_no_button">No</string>
2400     <string name="vpn_back_button">Back</string>
2401     <string name="vpn_mistake_button">No</string>
2402
2403     <string name="vpn_menu_done">Save</string>
2404     <string name="vpn_menu_cancel">Cancel</string>
2405     <string name="vpn_menu_revert">Revert</string>
2406     <string name="vpn_menu_connect">Connect to network</string>
2407     <string name="vpn_menu_disconnect">Disconnect from network</string>
2408     <string name="vpn_menu_edit">Edit network</string>
2409     <string name="vpn_menu_delete">Delete network</string>
2410
2411     <!-- VPN error dialog messages -->
2412     <string name="vpn_error_miss_entering">You must enter <xliff:g id="code">%s</xliff:g>.</string>
2413     <string name="vpn_error_miss_selecting">You must select <xliff:g id="option">%s</xliff:g>.</string>
2414     <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>
2415     <string name="vpn_confirm_profile_deletion">Are you sure you want to delete this VPN?</string>
2416     <string name="vpn_confirm_add_profile_cancellation">Are you sure you don\'t want to create this profile?</string>
2417     <string name="vpn_confirm_edit_profile_cancellation">Are you sure you want to discard the changes made to this profile?</string>
2418     <string name="vpn_confirm_reconnect">Unable to connect to the network. Do you want to try again?</string>
2419     <string name="vpn_reconnect_from_lost">Connection lost. Do you want to connect again?</string>
2420     <string name="vpn_unknown_server_dialog_msg">Server name cannot be resolved. Do you want to check your server name setting?</string>
2421     <string name="vpn_challenge_error_dialog_msg">Challenge error. Do you want to check your secret setting?</string>
2422     <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>
2423     <string name="vpn_auth_error_dialog_msg">The username or password you entered is incorrect. Do you want to try again?</string>
2424     <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>
2425     <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>
2426     <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>
2427
2428     <!-- VPN type selection activity title -->
2429     <string name="vpn_type_title">Add VPN</string>
2430     <!-- "Add VPN" preference title -->
2431     <string name="vpn_add_new_vpn">Add VPN</string>
2432     <!-- VPN profile editor title when adding a new profile -->
2433     <string name="vpn_edit_title_add">Add <xliff:g id="name">%s</xliff:g> VPN</string>
2434     <!-- VPN profile editor title when editing an existing profile -->
2435     <string name="vpn_edit_title_edit"><xliff:g id="name">%s</xliff:g> details</string>
2436     <!-- Preference group title for a list of VPN profiles -->
2437     <string name="vpns">VPNs</string>
2438     <!-- Preference summary text when VPN is connecting -->
2439     <string name="vpn_connecting">Connecting...</string>
2440     <!-- Preference summary text when VPN is disconnecting -->
2441     <string name="vpn_disconnecting">Disconnecting...</string>
2442     <!-- Preference summary text when VPN is connected -->
2443     <string name="vpn_connected">Connected</string>
2444     <!-- Preference summary text when VPN is not connected -->
2445     <string name="vpn_connect_hint">Connect to network</string>
2446
2447     <!-- Name of a VPN profile -->
2448     <string name="vpn_name">VPN name</string>
2449     <string name="vpn_a_name">a VPN name</string>
2450
2451     <!-- Toast message shown when a profile is added -->
2452     <string name="vpn_profile_added">\'<xliff:g id="name">%s</xliff:g>\' is added</string>
2453     <!-- Toast message shown when changes of a profile is saved -->
2454     <string name="vpn_profile_replaced">Changes are made to \'<xliff:g id="name">%s</xliff:g>\'</string>
2455
2456     <!-- Preference title -->
2457     <string name="vpn_user_certificate_title">Set user certificate</string>
2458     <!-- Complete term -->
2459     <string name="vpn_user_certificate">User certificate</string>
2460     <string name="vpn_a_user_certificate">a user certificate</string>
2461
2462     <!-- Preference title -->
2463     <string name="vpn_ca_certificate_title">Set CA certificate</string>
2464     <!-- Complete term -->
2465     <string name="vpn_ca_certificate">Certificate authority (CA) certificate</string>
2466     <string name="vpn_a_ca_certificate">a CA certificate</string>
2467     <!-- Preference title -->
2468     <string name="vpn_l2tp_secret_string_title">Set L2TP secret</string>
2469     <!-- Complete term -->
2470     <string name="vpn_l2tp_secret">L2TP secret</string>
2471     <string name="vpn_a_l2tp_secret">an L2TP secret</string>
2472     <string name="vpn_pptp_encryption_title">encryption</string>
2473     <string name="vpn_pptp_encryption">PPTP encryption</string>
2474
2475     <!-- Preference title -->
2476     <string name="vpn_ipsec_presharedkey_title">Set IPSec pre-shared key</string>
2477     <!-- Complete term -->
2478     <string name="vpn_ipsec_presharedkey">IPSec pre-shared key</string>
2479     <string name="vpn_a_ipsec_presharedkey">an IPSec pre-shared key</string>
2480
2481     <!-- Preference title -->
2482     <string name="vpn_vpn_server_title">Set VPN server</string>
2483     <!-- Complete term -->
2484     <string name="vpn_vpn_server">VPN server</string>
2485     <string name="vpn_a_vpn_server">a VPN server</string>
2486     <!-- Dialog title for setting VPN server name -->
2487     <string name="vpn_vpn_server_dialog_title">VPN server name</string>
2488
2489     <!-- Preference title -->
2490     <string name="vpn_dns_search_list_title">DNS search domains</string>
2491     <!-- Complete term -->
2492     <string name="vpn_dns_search_list">DNS search domains</string>
2493
2494     <!-- Summary text to hint that the value is set -->
2495     <string name="vpn_field_is_set"><xliff:g id="value">%s</xliff:g> is set</string>
2496     <!-- Summary text to hint that the value is not set -->
2497     <string name="vpn_field_not_set"><xliff:g id="value">%s</xliff:g> not set</string>
2498     <!-- Summary text to hint that the value is not set but it's not required-->
2499     <string name="vpn_field_not_set_optional"><xliff:g id="value">%s</xliff:g> not set (optional)</string>
2500
2501     <!-- CheckBoxPreference title to enable something -->
2502     <string name="vpn_enable_field">Enable <xliff:g id="option">%s</xliff:g></string>
2503     <!-- CheckBoxPreference title to disable something -->
2504     <string name="vpn_disable_field">Disable <xliff:g id="option">%s</xliff:g></string>
2505
2506     <!-- CheckBoxPreference summary to hint that something is enabled -->
2507     <string name="vpn_is_enabled"><xliff:g id="option">%s</xliff:g> is enabled</string>
2508     <!-- CheckBoxPreference summary to hint that something is disabled -->
2509     <string name="vpn_is_disabled"><xliff:g id="option">%s</xliff:g> is disabled</string>
2510
2511     <!-- Title of preference to enter the VPN settings activity -->
2512     <string name="vpn_settings_title">VPN settings</string>
2513     <!-- Summary of preference to enter the VPN settings activity -->
2514     <string name="vpn_settings_summary">Set up &amp; manage Virtual Private Networks (VPNs)</string>
2515     <!-- A secret edit field's grayed out value when it has not been modified -->
2516     <string name="vpn_secret_unchanged">(unchanged)</string>
2517     <!-- A secret edit field's grayed out value when it has not been set -->
2518     <string name="vpn_secret_not_set">(not set)</string>
2519
2520     <!-- Title of preference group for credential storage settings -->
2521     <string name="credentials_category">Credential storage</string>
2522     <!-- Title of preference to enable/dislable access to credential storage -->
2523     <string name="credentials_access">Use secure credentials</string>
2524     <!-- Summary of preference to enable/dislable access to credential storage -->
2525     <string name="credentials_access_summary">Allow applications to access secure certificates and other credentials</string>
2526     <!-- Title of dialog to enable/dislable access to credential storage -->
2527     <string name="credentials_unlock">Enter password</string>
2528     <!-- Description of dialog to enable/dislable access to credential storage -->
2529     <string name="credentials_unlock_hint">Enter the credential storage password.</string>
2530     <!-- Title of preference to install certificates from SD card [CHAR LIMIT=25] -->
2531     <string name="credentials_install_certificates" product="nosdcard">Install from USB storage</string>
2532     <!-- Title of preference to install certificates from SD card -->
2533     <string name="credentials_install_certificates" product="default">Install from SD card</string>
2534     <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=25] -->
2535     <string name="credentials_install_certificates_summary" product="nosdcard">Install encrypted certificates from USB storage</string>
2536     <!-- Summary of preference to install certificates from SD card -->
2537     <string name="credentials_install_certificates_summary" product="default">Install encrypted certificates from SD card</string>
2538     <!-- Title of preference to set storage password -->
2539     <string name="credentials_set_password">Set password</string>
2540     <!-- Summary of preference to set storage password -->
2541     <string name="credentials_set_password_summary">Set or change the credential storage password</string>
2542     <!-- Title of preference to reset credential storage -->
2543     <string name="credentials_reset">Clear storage</string>
2544     <!-- Summary of preference to reset credential storage -->
2545     <string name="credentials_reset_summary">Clear credential storage of all contents and reset its password</string>
2546     <!-- Description of dialog to reset the credential storage -->
2547     <string name="credentials_reset_hint">Are you sure you want to delete all credentials and reset the credential storage password?</string>
2548     <!-- Description for the old-password input box -->
2549     <string name="credentials_old_password">Current password:</string>
2550     <!-- Description for the new-password input box -->
2551     <string name="credentials_new_password">New password:</string>
2552     <!-- Description for the confirm-new-password input box -->
2553     <string name="credentials_confirm_password">Confirm new password:</string>
2554     <!-- Description when user set up the storage for the very first time -->
2555     <string name="credentials_first_time_hint">Set a password for the credential storage (at least 8 characters).</string>
2556     <string name="credentials_wrong_password">Please enter the correct password.</string>
2557     <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>
2558     <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>
2559     <string name="credentials_passwords_mismatch">Passwords do not match.</string>
2560     <string name="credentials_passwords_empty">You must enter and confirm a password.</string>
2561     <string name="credentials_password_empty">Please enter the password.</string>
2562     <string name="credentials_password_too_short">The password must have at least 8 characters.</string>
2563     <!-- toast message -->
2564     <string name="credentials_erased">The credential storage is erased.</string>
2565     <!-- toast message -->
2566     <string name="credentials_enabled">Credential storage is enabled.</string>
2567     <!-- toast message -->
2568     <string name="credentials_disabled">Credential storage is disabled.</string>
2569
2570     <!-- Title of preference group for encrypted filesystem settings -->
2571     <string name="encrypted_fs_category">Encrypted File System</string>
2572     <!-- Title of preference to enable/dislable encrypted filesystem -->
2573     <string name="encrypted_fs_enable">Encrypt private user data</string>
2574     <!-- Summary of preference to enable/dislable encrypted filesystem -->
2575     <string name="encrypted_fs_enable_summary">Enable encrypted file system storage for private user data in this device</string>
2576     <!-- Dialog message to enable encrypted filesystem -->
2577     <string name="encrypted_fs_enable_dialog">Enabling Encrypted File Systems requires a device data wipe.</string>
2578     <!-- Dialog message to disable encrypted filesystem -->
2579     <string name="encrypted_fs_disable_dialog">Disabling Encrypted File Systems requires a device data wipe.</string>
2580     <!-- Button label to enable encrypted filesystem -->
2581     <string name="encrypted_fs_enable_button">Enable</string>
2582     <!-- Button label to disable encrypted filesystem -->
2583     <string name="encrypted_fs_disable_button">Disable</string>
2584     <!-- Button message to cancel toggling encrypted filesystem -->
2585     <string name="encrypted_fs_cancel_button">Cancel</string>
2586     <!-- Toast message to notify cancel toggling encrypted filesystem -->
2587     <string name="encrypted_fs_cancel_confirm">Encrypted File Systems mode change cancelled.</string>
2588     <!-- Dialog title to toggle encrypted filesystem -->
2589     <string name="encrypted_fs_alert_dialog_title">Encrypted File Systems Warning.</string>
2590
2591     <!-- Sound settings screen, setting check box label -->
2592     <string name="emergency_tone_title">Emergency tone</string>
2593     <!-- Sound settings screen, setting option summary text -->
2594     <string name="emergency_tone_summary">Set behavior when an emergency call is placed</string>
2595
2596     <!-- Privacy Settings screen --><skip/>
2597     <!-- Privacy settings menu title -->
2598     <string name="privacy_settings">Privacy</string>
2599     <!-- Privacy settings activity title -->
2600     <string name="privacy_settings_title">Privacy settings</string>
2601     <!-- Backup section title -->
2602     <string name="backup_section_title">Backup and restore</string>
2603     <!-- Personal data section title -->
2604     <string name="personal_data_section_title">Personal data</string>
2605     <!-- Backup data menu title -->
2606     <string name="backup_data_title">Back up my data</string>
2607     <!-- Summary text of the "back up data" setting -->
2608     <string name="backup_data_summary">Back up application data, Wi-Fi passwords, and other settings to Google servers</string>
2609     <!-- Auto-restore menu title -->
2610     <string name="auto_restore_title">Automatic restore</string>
2611     <!-- Summary text of the "automatic restore" setting -->
2612     <string name="auto_restore_summary">If I reinstall an application, restore backed up settings or other data</string>
2613     <!-- Dialog title for confirmation to erase backup data from server -->
2614     <string name="backup_erase_dialog_title">Backup</string>
2615     <!-- Dialog title for confirmation to erase backup data from server -->
2616     <string name="backup_erase_dialog_message">Are you sure you want to stop backing up your Wi-Fi passwords, bookmarks, and other settings and application data and erase all copies on Google servers?</string>
2617
2618     <!-- Device admin settings screen --><skip/>
2619     <!-- Device admin settings activity title -->
2620     <string name="device_admin_settings_title">Device administration settings</string>
2621     <!-- Label for screen showing the active device policy -->
2622     <string name="active_device_admin_msg">Device administrator</string>
2623     <!-- Label for button to remove the active device admin -->
2624     <string name="remove_device_admin">Deactivate</string>
2625     <!-- Label for screen showing to select device policy -->
2626     <string name="select_device_admin_msg">Device administrators</string>
2627     <!-- Message when there are no available device admins to display -->
2628     <string name="no_device_admins">No available device administrators</string>
2629
2630     <!-- Label for screen showing to add device policy -->
2631     <string name="add_device_admin_msg">Activate device administrator?</string>
2632     <!-- Label for button to set the active device admin -->
2633     <string name="add_device_admin">Activate</string>
2634     <!-- Device admin add activity title -->
2635     <string name="device_admin_add_title">Device administrator</string>
2636     <!-- Device admin warning message about policies an admin can use -->
2637     <string name="device_admin_warning">Activating this administrator will allow
2638         the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
2639         following operations:</string>
2640     <!-- Device admin warning message about policies an admin can use -->
2641     <string name="device_admin_status">This administrator is active and allows
2642         the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
2643         following operations:</string>
2644
2645     <!-- Name to assign to a Network Access Point that was saved without a name -->
2646     <string name="untitled_apn">Untitled</string>
2647
2648     <string name="sound_category_sound_title">General</string>
2649     <string name="sound_category_calls_title">Incoming calls</string>
2650     <string name="sound_category_notification_title">Notifications</string>
2651     <string name="sound_category_feedback_title">Feedback</string>
2652 </resources>