OSDN Git Service

80f3d571fcb9c586b180941e565eed90bc56bdb4
[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 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17     <!-- Strings for Dialog yes button -->
18     <string name="yes">"Yes"</string>
19
20     <!-- Strings for Dialog no button -->
21     <string name="no">"No"</string>
22
23     <!-- Device Info --> <skip />
24     <!-- Device Info screen. Used for a status item's value when the proper value is not known -->
25     <string name="device_info_default">Unknown</string>
26
27     <!-- Phone info -->
28     <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
29     <string name="turn_on_radio">Turn on radio</string>
30     <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
31     <string name="turn_off_radio">Turn off radio</string>
32
33     <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
34     <string name="radioInfo_menu_viewADN">View SIM address book</string>
35     <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
36     <string name="radioInfo_menu_viewFDN">View Fixed Dialing Numbers</string>
37     <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
38     <string name="radioInfo_menu_viewSDN">View Service Dialing Numbers</string>
39     <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
40     <string name="radioInfo_menu_getPDP">Get PDP list</string>
41
42     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
43     <string name="radioInfo_service_in">In service</string>
44     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
45     <string name="radioInfo_service_out">Out of service</string>
46     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
47     <string name="radioInfo_service_emergency">Emergency calls only</string>
48     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
49     <string name="radioInfo_service_off">Radio off</string>
50
51     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
52     <string name="radioInfo_roaming_in">Roaming</string>
53     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
54     <string name="radioInfo_roaming_not">Not roaming</string>
55
56     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
57     <string name="radioInfo_phone_idle">Idle</string>
58     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
59     <string name="radioInfo_phone_ringing">Ringing</string>
60     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
61     <string name="radioInfo_phone_offhook">Call in progress</string>
62
63     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
64     <string name="radioInfo_data_disconnected">Disconnected</string>
65     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
66     <string name="radioInfo_data_connecting">Connecting</string>
67     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
68     <string name="radioInfo_data_connected">Connected</string>
69     <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
70     <string name="radioInfo_data_suspended">Suspended</string>
71
72     <!-- Used for diagnostic info screens, precise translation isn't needed -->
73     <string name="radioInfo_unknown">unknown</string>
74     <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
75     <string name="radioInfo_display_packets">pkts</string>
76     <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
77     <string name="radioInfo_display_bytes">bytes</string>
78     <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
79     <string name="radioInfo_display_dbm">dBm</string>
80     <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
81     <string name="radioInfo_display_asu">asu</string>
82     <!-- Used for diagnostic info screens, precise translation isn't needed -->
83     <string name="radioInfo_lac">LAC</string>
84     <!-- Used for diagnostic info screens, precise translation isn't needed -->
85     <string name="radioInfo_cid">CID</string>
86
87     <!-- 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] -->
88     <string name="sdcard_unmount" product="nosdcard">Unmount USB storage</string>
89     <!-- 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  -->
90     <string name="sdcard_unmount" product="default">Unmount SD card</string>
91
92     <!-- 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] -->
93     <string name="sdcard_format" product="nosdcard">Erase USB storage</string>
94     <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted -->
95     <string name="sdcard_format" product="default">Erase SD card</string>
96
97     <!-- choice for the font size spinner -->
98     <string name="small_font">Small</string>
99     <!-- choice for the font size spinner -->
100     <string name="medium_font">Medium</string>
101     <!-- choice for the font size spinner -->
102     <string name="large_font">Large</string>
103
104     <!-- Do not translate. label for font size preview.  Does not need to be translated. -->
105     <string name="font_size_preview_text">Servez à ce monsieur une bière et des kiwis.</string>
106     <!-- Button. Chosen when they want to save the chosen text size. -->
107     <string name="font_size_save">OK</string>
108
109     <!-- Title for a notification shown. [CHAR LIMIT=25] -->
110     <string name="sdcard_setting" product="nosdcard">USB storage</string>
111     <!-- Title for a notification shown. -->
112     <string name="sdcard_setting" product="default">SD card</string>
113
114     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
115     <string name="battery_info_status_label">Battery status:</string>
116     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
117     <string name="battery_info_power_label">Power plug:</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_scale_label">Battery scale:</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_level_label">Battery level:</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_health_label">Battery health:</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_technology_label">Battery technology:</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_voltage_label">Battery voltage:</string>
128     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
129     <string name="battery_info_voltage_units">mV</string>
130     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
131     <string name="battery_info_temperature_label">Battery temperature:</string>
132     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
133     <string name="battery_info_temperature_units">\u00B0 C</string>
134     <!-- Battery Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
135     <string name="battery_info_uptime">Time since boot:</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_awake_battery">Awake time on battery:</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_plugged">Awake time when charging:</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_screen_on">Screen ON time:</string>
142
143     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
144     <string name="battery_info_status_unknown">Unknown</string>
145     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
146     <string name="battery_info_status_charging">Charging</string>
147     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
148     <string name="battery_info_status_charging_ac">(AC)</string>
149     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
150     <string name="battery_info_status_charging_usb">(USB)</string>
151     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
152     <string name="battery_info_status_discharging">Discharging</string>
153     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
154     <string name="battery_info_status_not_charging">Not charging</string>
155     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
156     <string name="battery_info_status_full">Full</string>
157
158     <!-- Battery Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
159     <string name="battery_info_power_unplugged">Unplugged</string>
160     <string name="battery_info_power_ac">AC</string>
161     <string name="battery_info_power_usb">USB</string>
162     <string name="battery_info_power_ac_usb">AC+USB</string>
163     <string name="battery_info_power_unknown">Unknown</string>
164
165     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
166     <string name="battery_info_health_unknown">Unknown</string>
167     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
168     <string name="battery_info_health_good">Good</string>
169     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
170     <string name="battery_info_health_overheat">Overheat</string>
171     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
172     <string name="battery_info_health_dead">Dead</string>
173     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
174     <string name="battery_info_health_over_voltage">Over voltage</string>
175     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
176     <string name="battery_info_health_unspecified_failure">Unknown error</string>
177     <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
178     <string name="battery_info_health_cold">Cold</string>
179
180     <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
181     <string name="bluetooth">Bluetooth</string>
182     <!-- Bluetooth settings screen, check box label when the Bluetooth device can be seen by others -->
183     <string name="bluetooth_visibility">Discoverable</string>
184     <!-- Bluetooth settings screen, summary after selecting Discoverable check box -->
185     <string name="bluetooth_is_discoverable">Discoverable for <xliff:g id="discoverable_time_period">%1$s</xliff:g> seconds\u2026</string>
186     <!-- Bluetooth settings screen, Discoverable checkbox summary text when Discoverable duration is set to "forever" -->
187     <string name="bluetooth_is_discoverable_always">Discoverable</string>
188     <!-- Bluetooth settings screen, Discoverable checkbox summary text -->
189     <string name="bluetooth_not_discoverable">Make device discoverable</string>
190     <!-- Bluetooth settings screen, option name to pick discoverability timeout duration (a list dialog comes up) -->
191     <string name="bluetooth_visibility_timeout">Discoverable timeout</string>
192     <!-- Bluetooth settings screen, Discoverable timout list dialog summary text -->
193     <string name="bluetooth_visibility_timeout_summary">Set how long device will be discoverable</string>
194     <!-- Bluetooth settings screen, check box label whether or not to allow
195         bluetooth voice dialing when lock screen is up-->
196     <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string>
197     <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
198     <string name="bluetooth_lock_voice_dialing_summary">
199       Prevent use of the bluetooth dialer when the screen is locked
200     </string>
201     <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
202     <string name="bluetooth_devices">Bluetooth devices</string>
203     <!-- Bluetooth settings screen, title for the current bluetooth name setting -->
204     <string name="bluetooth_device_name">Device name</string>
205     <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) -->
206     <string name="bluetooth_name_not_set">No name set, using account name</string>
207     <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
208     <string name="bluetooth_scan_for_devices">Scan for devices</string>
209     <!-- Bluetooth settings.  Message for disconnecting from a bluetooth device -->
210     <string name="bluetooth_disconnect_blank"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string>
211     <!-- Bluetooth settings.  Message when connected to a device -->
212     <string name="bluetooth_connected">Connected</string>
213     <!-- Bluetooth settings.  Message when a device is disconnected -->
214     <string name="bluetooth_disconnected">Disconnected</string>
215     <!-- Bluetooth settings.  Message when disconnecting from a device -->
216     <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
217     <!-- Bluetooth settings.  Message when connecting to a device -->
218     <string name="bluetooth_connecting">Connecting\u2026</string>
219     <!-- Bluetooth settings.  Message when the device state is unknown -->
220     <string name="bluetooth_unknown" />
221     <!--Bluetooth settings screen, summary text under individual Bluetooth devices when not paired yet -->
222     <string name="bluetooth_not_connected">Pair with this device</string>
223     <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
224     <string name="bluetooth_pairing">Pairing\u2026</string>
225     <!--Bluetooth settings screen, summary text under individual Bluetooth devices when paired with one -->
226     <string name="bluetooth_paired">Paired but not connected</string>
227     <!--Bluetooth settings screen, summary text under individual Bluetooth devices that are hands free or a headset -->
228     <string name="bluetooth_device">handsfree/headset</string>
229     <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
230     <string name="progress_scanning">Scanning</string>
231     <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
232     <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
233     <!-- Notification title when a Bluetooth device wants to pair with us -->
234     <string name="bluetooth_notif_title">Pairing request</string>
235     <!-- Notification message when a Bluetooth device wants to pair with us -->
236     <string name="bluetooth_notif_message">Select to pair with <xliff:g id="device_name">%1$s</xliff:g></string>
237     <!-- Bluetooth settings screen, title of the item to show the list of received files [CHAR LIMIT=30] -->
238     <string name="bluetooth_show_received_files_title">Show received files</string>
239     <!-- Bluetooth settings screen, summary of the item to show the list of received files [CHAR LIMIT=50] -->
240     <string name="bluetooth_show_received_files_summary">Show the list of files received via Bluetooth</string>
241
242     <!-- Strings for BluetoothDevicePicker -->
243     <string name="device_picker">Bluetooth device picker</string>
244
245     <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
246     <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
247
248     <!-- Strings for asking to the user whether to allow an app to enable bluetooth -->
249     <string name="bluetooth_ask_enablement">"An application is requesting permission to turn on Bluetooth. Do you want to do this?"</string>
250
251     <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
252     <string name="bluetooth_ask_discovery" product="tablet">"An application on your tablet is requesting permission to make your tablet discoverable by other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
253     <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
254     <string name="bluetooth_ask_discovery" product="default">"An application on your phone is requesting permission to make your phone discoverable by other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
255
256     <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode  -->
257     <string name="bluetooth_ask_lasting_discovery" product="tablet">"An application on your tablet is requesting permission to make your tablet \u201calways discoverable\u201d by other Bluetooth devices. Do you want to do this?"</string>
258     <string name="bluetooth_ask_lasting_discovery" product="default">"An application on your phone is requesting permission to make your phone \u201calways discoverable\u201d by other Bluetooth devices. Do you want to do this?"</string>
259
260     <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
261     <string name="bluetooth_ask_enablement_and_discovery" product="tablet">"An application on your tablet is requesting permission to turn on Bluetooth and to make your tablet discoverable by other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
262     <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
263     <string name="bluetooth_ask_enablement_and_discovery" product="default">"An application on your phone is requesting permission to turn on Bluetooth and to make your phone discoverable by other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
264
265     <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
266     <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet">"An application on your tablet is requesting permission to turn on Bluetooth and to make your tablet discoverable by other devices. Do you want to do this?"</string>
267     <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default">"An application on your phone is requesting permission to turn on Bluetooth and to make your phone discoverable by other devices. Do you want to do this?"</string>
268
269     <!-- Strings for msg to display to user while bluetooth is turning on -->
270     <string name="bluetooth_turning_on">"Turning on Bluetooth\u2026"</string>
271
272     <!-- Strings for device profile auto connect setting -->
273     <string name="bluetooth_auto_connect">Auto connect</string>
274
275     <!-- Date & time settings screen title -->
276     <string name="date_and_time">Date &amp; time settings</string>
277     <!-- Date/time settings.  Summary of the checkbox for choosing between 12 hour time or 24 hour time.  Sample of 12-hour time -->
278     <string name="date_time_12_hour_sample">1:00 pm</string>
279     <!-- Date/time settings.  Summary of the checkbox for choosing between 12 hour time or 24 hour time.  Sample of 24-hour time -->
280     <string name="date_time_24_hour_sample">13:00</string>
281     <!-- The title of the activity to pick a time zone. -->
282     <string name="choose_timezone">Select time zone</string>
283     <!-- Do not translate. Used as the value for a setting. -->
284     <string name="default_date_format"><xliff:g id="default_date_format">MM/dd/yyyy</xliff:g></string>
285
286     <!-- The option in the date-format picker for using the normal format
287          called for by the user's locale. -->
288     <string name="normal_date_format">Normal (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string>
289
290     <!-- Label of preview text when tweaking font size -->
291     <string name="display_preview_label">Preview:</string>
292     <!-- Label for chosen font size -->
293     <string name="display_font_size_label">Font size:</string>
294
295     <!-- Used for diagnostic screens, precise translation is not necessary -->
296     <string name="intent_sender_data_label"><xliff:g id="data">Data:</xliff:g></string>
297     <!-- Used for diagnostic screens, precise translation is not necessary -->
298     <string name="intent_sender_sendbroadcast_text">Send <xliff:g id="broadcast">broadcast</xliff:g></string>
299     <!-- Used for diagnostic screens, precise translation is not necessary -->
300     <string name="intent_sender_action_label"><xliff:g id="action">Action</xliff:g>:</string>
301     <!-- Used for diagnostic screens, precise translation is not necessary -->
302     <string name="intent_sender_startactivity_text">Start <xliff:g id="activity">activity</xliff:g></string>
303     <!-- Used for diagnostic screens, precise translation is not necessary -->
304     <string name="intent_sender_resource_label"><xliff:g id="resource">Resource</xliff:g>: </string>
305     <!-- Used for diagnostic screens, precise translation is not necessary -->
306     <string name="intent_sender_account_label">Account: </string>
307
308     <!-- HTTP proxy settings title -->
309     <string name="proxy_settings_title">Proxy settings</string>
310     <!-- HTTP proxy settings summary -->
311     <string name="proxy_settings_summary">Set the global HTTP proxy and exclusion lists</string>
312     <!-- HTTP proxy settings. Button to clear the proxy box. -->
313     <string name="proxy_clear_text">Clear</string>
314     <!-- HTTP proxy settings. The port number label. -->
315     <string name="proxy_port_label">Proxy port</string>
316     <!-- HTTP proxy settings. The hint text field for port. [CHAR LIMIT=50]-->
317     <string name="proxy_port_hint">8080</string>
318     <!-- HTTP proxy settings. The exclusion list label. -->
319     <string name="proxy_exclusionlist_label">Bypass proxy for</string>
320     <!-- HTTP proxy settings. The hint text for proxy exclusion list. [CHAR LIMIT=50]-->
321     <string name="proxy_exclusionlist_hint">example.com,mycomp.test.com,localhost</string>
322     <!-- HTTP proxy settings. The button to restore the defaults. -->
323     <string name="proxy_defaultView_text">Restore defaults</string>
324     <!-- HTTP proxy settings. The button to save. -->
325     <string name="proxy_action_text">Done</string>
326     <!-- HTTP proxy settings. The text field for the hostname -->
327     <string name="proxy_hostname_label">Proxy hostname</string>
328     <!-- HTTP proxy settings. The hint text field for the hostname. [CHAR LIMIT=50] -->
329     <string name="proxy_hostname_hint">proxy.example.com</string>
330     <!-- HTTP proxy settings. Title if there is an error-->
331     <string name="proxy_error">Attention</string>
332     <!-- HTTP proxy settings. Button to get rid of error box-->
333     <string name="proxy_error_dismiss">OK</string>
334     <!-- HTTP proxy settings. The error if the hostname is not valid -->
335     <string name="proxy_error_invalid_host">The hostname you typed is not valid.</string>
336     <!-- HTTP proxy settings. The error if the exclusion list is not valid -->
337     <string name="proxy_error_invalid_exclusion_list">The exclusion list you typed is not properly formatted. Please enter a comma-separated list of excluded domains.</string>
338     <!-- HTTP proxy settings. Error msg -->
339     <string name="proxy_error_empty_port">You must complete the port field.</string>
340     <!-- HTTP proxy settings. Error msg -->
341     <string name="proxy_error_empty_host_set_port">The port field must be empty if the host field is empty.</string>
342     <!-- HTTP proxy settings. Error msg -->
343     <string name="proxy_error_invalid_port">The port you typed is not valid.</string>
344     <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]-->
345     <string name="proxy_warning_limited_support">The HTTP proxy is used by the browser but may not be used by the other applications</string>
346
347     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
348     <string name="radio_info_signal_location_label">Location:</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_neighboring_location_label">Neighboring CID:</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_data_attempts_label">Data attempts:</string>
353     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
354
355     <string name="radio_info_gprs_service_label">GPRS service:</string>
356     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
357     <string name="radio_info_roaming_label">Roaming:</string>
358     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
359     <string name="radio_info_imei_label">IMEI:</string>
360     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
361     <string name="radio_info_call_redirect_label">Call redirect:</string>
362     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
363     <string name="radio_info_ppp_resets_label">Number of PPP reset since boot:</string>
364     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
365     <string name="radio_info_gsm_disconnects_label">GSM disconnects:</string>
366     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
367     <string name="radio_info_current_network_label">Current network:</string>
368     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
369     <string name="radio_info_data_successes_label">Data successes:</string>
370     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
371     <string name="radio_info_ppp_received_label">PPP received:</string>
372     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
373     <string name="radio_info_gsm_service_label">GSM service:</string>
374     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
375     <string name="radio_info_signal_strength_label">Signal strength:</string>
376     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
377     <string name="radio_info_call_status_label">Call status:</string>
378     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
379     <string name="radio_info_ppp_sent_label">PPP sent:</string>
380     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
381     <string name="radio_info_radio_resets_label">Radio resets:</string>
382     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
383     <string name="radio_info_message_waiting_label">Message waiting:</string>
384     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
385     <string name="radio_info_phone_number_label">Phone number:</string>
386     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
387     <string name="radio_info_band_mode_label">Select radio band</string>
388     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
389     <string name="radio_info_network_type_label">Network type:</string>
390     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
391     <string name="radio_info_set_perferred_label">Set preferred network type:</string>
392     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
393     <string name="radio_info_ping_ipaddr">Ping IpAddr:</string>
394     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
395     <string name="radio_info_ping_hostname">Ping Hostname(www.google.com):</string>
396     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
397     <string name="radio_info_http_client_test">HTTP Client test:</string>
398     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
399     <string name="ping_test_label">Run ping test</string>
400     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
401     <string name="radio_info_smsc_label">SMSC:</string>
402     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
403     <string name="radio_info_smsc_update_label">Update</string>
404     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
405     <string name="radio_info_smsc_refresh_label">Refresh</string>
406     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
407     <string name="radio_info_toggle_dns_check_label">Toggle DNS check</string>
408     <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
409     <string name="oem_radio_info_label">OEM-specific Info/Settings</string>
410
411     <!-- Band Mode Selection -->
412     <!-- Band mode screen.  Title of activity. -->
413     <string name="band_mode_title">Set GSM/UMTS band</string>
414     <!-- Band mode screen.  Loading message. -->
415     <string name="band_mode_loading">Loading band list\u2026</string>
416     <!-- Band mode screen. Button caption to set the bandmode. -->
417     <string name="band_mode_set">Set</string>
418     <!-- Band mode screen. Status message when unsuccessful. -->
419     <string name="band_mode_failed">Unsuccessful</string>
420     <!-- Band mode screen. Statusm essage when successful. -->
421     <string name="band_mode_succeeded">Successful</string>
422
423     <!-- Instructions after the user changes the mass storage settings -->
424     <string name="sdcard_changes_instructions">Changes take effect when USB cable is reconnected</string>
425     <!-- Enable USB mass storage mode checkbox title -->
426     <string name="sdcard_settings_screen_mass_storage_text">Enable USB mass storage</string>
427     <!-- The label for total bytes on SD card -->
428     <string name="sdcard_settings_total_bytes_label">Total bytes:</string>
429     <!-- Message when there is no SD card present [CHAR LIMIT=30] -->
430     <string name="sdcard_settings_not_present_status" product="nosdcard">USB storage not mounted</string>
431     <!-- Message when there is no SD card present -->
432     <string name="sdcard_settings_not_present_status" product="default">No SD card</string>
433     <!-- Th label for the available (free) sapce on the SD card -->
434     <string name="sdcard_settings_available_bytes_label">Available bytes:</string>
435     <!-- Message when the SD card is being used by the computer as mass storage [CHAR LIMIT=30] -->
436     <string name="sdcard_settings_mass_storage_status" product="nosdcard">USB storage is being used as a mass storage device</string>
437     <!-- Message when the SD card is being used by the computer as mass storage -->
438     <string name="sdcard_settings_mass_storage_status" product="default">SD card is being used as a mass storage device</string>
439     <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] -->
440     <string name="sdcard_settings_unmounted_status" product="nosdcard">It is now safe to remove the USB storage</string>
441     <!-- Message when it is safe to remove the SD card -->
442     <string name="sdcard_settings_unmounted_status" product="default">It is now safe to remove the SD card</string>
443     <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] -->
444     <string name="sdcard_settings_bad_removal_status" product="nosdcard">USB storage was removed while still in use!</string>
445     <!-- Error message when the SD card was removed without properly unmounting -->
446     <string name="sdcard_settings_bad_removal_status" product="default">SD card was removed while still in use!</string>
447     <!-- Label for used bytes on the SD card -->
448     <string name="sdcard_settings_used_bytes_label">Used bytes:</string>
449     <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30]  -->
450     <string name="sdcard_settings_scanning_status" product="nosdcard">Scanning USB storage for media\u2026</string>
451     <!-- Message when it is scanning the SD card for new files -->
452     <string name="sdcard_settings_scanning_status" product="default">Scanning SD card for media\u2026</string>
453     <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] -->
454     <string name="sdcard_settings_read_only_status" product="nosdcard">USB storage mounted read-only</string>
455     <!-- Message when the SD card is mounted as read only -->
456     <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only</string>
457     <!-- SetupWizard strings used by DateTimeSettingsSetupWizard.  The button label for going to the next screen without storing the setting. [CHAR LIMIT=5] -->
458     <string name="skip_label">Skip</string>
459     <!-- SetupWizard strings used by DateTimeSettingsSetupWizard.  The button label for going to the next screen. -->
460     <string name="next_label">Next</string>
461
462     <!-- LocalePicker -->
463     <!-- Title for the locale picker activity -->
464     <string name="language_picker_title">Language</string>
465
466     <!-- 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 :) ). -->
467     <string name="activity_picker_label">Select activity</string>
468     <!-- Do not translate. -->
469     <string name="debug_intent_sender_label">Debug intent sender</string>
470     <!-- The title of the activity to see random device info. -->
471     <string name="device_info_label">Device info</string>
472     <!-- The title of the activity to see battery info. -->
473     <string name="battery_info_label">Battery info</string>
474     <!-- The title of the activity to adjust display settings -->
475     <string name="display_label">Screen</string>
476     <!-- The title of the activity to see phone info -->
477     <string name="phone_info_label" product="tablet">Tablet info</string>
478     <!-- The title of the activity to see phone info -->
479     <string name="phone_info_label" product="default">Phone info</string>
480     <!-- The title of the activity to adjust SD card settings [CHAR LIMIT=25] -->
481     <string name="sd_card_settings_label" product="nosdcard">USB storage</string>
482     <!-- The title of the activity to adjust SD card settings-->
483     <string name="sd_card_settings_label" product="default">SD card</string>
484     <!-- The title of the activity to adjust proxy settings -->
485     <string name="proxy_settings_label">Proxy settings</string>
486
487     <!-- ======================================================================================= -->
488     <!-- NEW STUFF -->
489     <!-- ======================================================================================= -->
490
491     <!-- Button label for generic cancel action -->
492     <string name="cancel">Cancel</string>
493
494     <!-- Title of the Settings activity shown within the application itself. -->
495     <string name="settings_label">Settings</string>
496     <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] -->
497     <string name="settings_label_launcher">Settings</string>
498     <!-- Label for option to select a settings panel as a shortcut -->
499     <string name="settings_shortcut">Select settings shortcut</string>
500     <!-- Wireless controls settings screen, setting check box label -->
501     <string name="airplane_mode">Airplane mode</string>
502     <!-- Wireless controls settings screen, setting option summary text -->
503     <string name="airplane_mode_summary">Disable all wireless connections</string>
504     <!-- Wireless controls settings screen, setting option summary text as airplane mode is being enabled (so it is disabling all wireless connections)  -->
505     <string name="airplane_mode_turning_on">Disabling wireless connections\u2026</string>
506     <!-- Wireless controls settings screen, setting option summary text as airplane mode is being disabled (so it is re-enabling all the wireless conenctions) -->
507     <string name="airplane_mode_turning_off">Enabling wireless connections\u2026</string>
508     <!-- Main Settings screen settings title for things like Wi-Fi, bluetooth, airplane mode.  This will take you to another screen with those settings. -->
509     <string name="radio_controls_title">Wireless &amp; networks</string>
510     <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
511     <string name="wireless_networks_settings_title">Wireless &amp; networks</string>
512     <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->
513     <string name="radio_controls_summary">Manage Wi-Fi, Bluetooth, airplane mode, mobile networks, &amp; VPNs</string>
514
515     <!-- mobile network settings screen, setting check box title -->
516     <string name="roaming">Data roaming</string>
517     <!-- mobile network settings screen, setting option summary text when check box is selected -->
518     <string name="roaming_enable">Connect to data services when roaming</string>
519     <!-- mobile network settings screen, setting option summary text when check box is clear -->
520     <string name="roaming_disable">Connect to data services when roaming</string>
521     <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box -->
522     <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string>
523     <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box -->
524     <string name="roaming_turn_it_on_button">Turn it on</string>
525     <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box -->
526     <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string>
527     <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box -->
528     <string name="roaming_reenable_title">Attention</string>
529     <!-- mobile network settings screen, setting option name -->
530     <string name="networks">Operator selection</string>
531     <!-- mobile network settings screen, setting option summary text -->
532     <string name="sum_carrier_select">Select a network operator</string>
533
534     <!-- Date and time settings --><skip />
535     <!-- Main Settings screen setting option name to go into the date and time settings-->
536     <string name="date_and_time_settings_title">Date &amp; time</string>
537     <!-- Title for Date & Time settings screen in SetupWizard [CHAR LIMIT=40] -->
538     <string name="date_and_time_settings_title_setup_wizard">Set date and time</string>
539     <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
540     <string name="date_and_time_settings_summary">Set date, time, time zone &amp; formats</string>
541     <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=25] -->
542     <string name="date_time_auto">Automatic date &amp; time</string>
543     <!-- Date & time setting screen setting option summary text when Automatic check box is selected
544         (that is, when date and time should be determined automatically) [CHAR LIMIT=100] -->
545     <string name="date_time_auto_summaryOn">Use network-provided time</string>
546     <!-- Date & time setting screen setting option summary text when Automatic check box is clear
547         [CHAR LIMIT=100] -->
548     <string name="date_time_auto_summaryOff">Use network-provided time</string>
549     <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=25] -->
550     <string name="zone_auto">Automatic time zone</string>
551     <!-- Date & time setting screen setting option summary text when Automatic time zone check box is selected (that is, when date and time should be determined automatically)
552         [CHAR LIMIT=100]  -->
553     <string name="zone_auto_summaryOn">Use network-provided time zone</string>
554     <!-- Date & time setting screen setting option summary text when Automatic time zone check box is clear
555         [CHAR LIMIT=100] -->
556     <string name="zone_auto_summaryOff">Use network-provided time zone</string>
557     <!-- Date & time setting screen setting check box title -->
558     <string name="date_time_24hour">Use 24-hour format</string>
559     <!-- Date & time setting screen setting option title -->
560     <string name="date_time_set_time">Set time</string>
561     <!-- Date & time setting screen setting option title -->
562     <string name="date_time_set_timezone">Select time zone</string>
563     <!-- Date & time setting screen setting option title -->
564     <string name="date_time_set_date">Set date</string>
565     <!-- 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.) -->
566     <string name="date_time_date_format">Select date format</string>
567     <!-- Menu item on Select time zone screen -->
568     <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
569     <!-- Menu item on Select time zone screen -->
570     <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
571     <!-- Title string shown above DatePicker, letting a user select system date
572          [CHAR LIMIT=20] -->
573     <string name="date_picker_title">Date</string>
574     <!-- Title string shown above TimePicker, letting a user select system time
575          [CHAR LIMIT=20] -->
576     <string name="time_picker_title">Time</string>
577
578     <!-- Security Settings --><skip />
579
580     <!-- Security settings screen, setting option name to change screen timeout -->
581     <string name="lock_after_timeout">Timeout</string>
582     <!-- Security settings screen, setting option summary to change screen timeout -->
583     <string name="lock_after_timeout_summary">Lock screen <xliff:g id="timeout_string">%1$s</xliff:g> after screen automatically turns off</string>
584     <!-- Text shown next to checkbox for showing owner info on LockScreen [CHAR LIMIT=50]-->
585     <string name="show_owner_info_on_lockscreen_label">Show owner info on lock screen</string>
586     <!-- Text shown for title of owner info setting [CHAR LIMIT=20]-->
587     <string name="owner_info_settings_title">Owner info</string>
588     <!-- Text shown for summary of owner info setting [CHAR LIMIT=40]-->
589     <string name="owner_info_settings_summary"></string>
590     <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] -->
591     <string name="owner_info_settings_edit_text_hint">Enter text to display on the lock screen</string>
592     <!-- Main Settings screen setting option title for the item to take you the security and location screen -->
593     <string name="security_settings_title">Location &amp; security</string>
594     <!-- Location & security settings screen title -->
595     <string name="location_security_settings_title">Location &amp; security settings</string>
596     <!-- Main Settings screen setting option summary text for the item tot ake you to the security and location screen -->
597     <string name="security_settings_summary">Set My Location, screen unlock, SIM card lock, credential storage lock</string>
598     <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen -->
599     <string name="cdma_security_settings_summary">Set My Location, screen unlock, credential storage lock</string>
600     <!-- In the security screen, the header title for settings related to  Passwords-->
601     <string name="security_passwords_title">Passwords</string>
602
603     <!-- Title of the preferences category for preference items to control encryption -->
604     <string name="crypt_keeper_settings_title">Encryption</string>
605
606     <!-- Title of the preferences item to control encryption -->
607     <string name="crypt_keeper_encrypt_title" product="tablet">Encrypt tablet</string>
608     <!-- Title of the preferences item to control encryption -->
609     <string name="crypt_keeper_encrypt_title" product="default">Encrypt phone</string>
610
611     <!-- Summary of the preferences item to control encryption, when encryption is inactive -->
612     <string name="crypt_keeper_encrypt_summary" product="tablet">
613     Require a numeric PIN or password to decrypt your tablet each time you
614     power it on</string>
615     <!-- Summary of the preferences item to control encryption, when encryption is inactive -->
616     <string name="crypt_keeper_encrypt_summary" product="default">
617     Require a numeric PIN or password to decrypt your phone each time you
618     power it on</string>
619     <!-- Summary of the preferences item to control encryption, when encryption is active -->
620     <string name="crypt_keeper_encrypted_summary">Encrypted</string>
621
622     <!-- Informational text in the first confirmation screen before starting device encryption -->
623     <string name="crypt_keeper_desc" product="tablet">
624     You can encrypt your accounts, settings, downloaded applications and their data,
625     media, and other files. Once you encrypt your tablet, you must enter a numeric PIN
626     or password to decrypt it each time you power it on: you can\'t unencrypt your tablet
627     except by performing a factory data reset, erasing all your data.\n\nEncryption takes
628     an hour or more. You must start with a charged battery and keep your tablet plugged in
629     until encryption is complete. If you interrupt the encryption process, you will lose
630     some or all of your data.</string>
631     <!-- Informational text in the first confirmation screen before starting device encryption -->
632     <string name="crypt_keeper_desc" product="default">
633     You can encrypt your accounts, settings, downloaded applications and their data,
634     media, and other files. Once you encrypt your phone, you must enter a numeric PIN or
635     password to decrypt it each time you power it on: you can\'t unencrypt your phone
636     except by performing a factory data reset, erasing all your data.\n\nEncryption takes
637     an hour or more. You must start with a charged battery and keep your phone plugged in
638     until encryption is complete. If you interrupt the encryption process, you will lose
639     some or all of your data.</string>
640
641     <!-- Button text to start encryption process -->
642     <string name="crypt_keeper_button_text" product="tablet">Encrypt tablet</string>
643     <!-- Button text to start encryption process -->
644     <string name="crypt_keeper_button_text" product="default">Encrypt phone</string>
645
646     <!-- Warning string that will be displayed when encryption cannot be started -->
647     <string name="crypt_keeper_low_charge_text">Please charge your battery and try again.</string>
648     <!-- Warning string that will be displayed when encryption cannot be started -->
649     <string name="crypt_keeper_unplugged_text">Please plug in your charger and try again.</string>
650
651     <!-- Dialog title, shown when encryption cannot proceed because a PIN/Password is needed -->
652     <string name="crypt_keeper_dialog_need_password_title">No lock screen PIN or password</string>
653     <!-- Dialog message, shown when encryption cannot proceed because a PIN/Password is needed -->
654     <string name="crypt_keeper_dialog_need_password_message">You must set a lock screen PIN or
655     password before you can start encryption.</string>
656
657     <!-- Title of the final confirmation screen before starting device encryption -->
658     <string name="crypt_keeper_confirm_title">Confirm encryption</string>
659     <!-- Warning text in the final confirmation screen before starting device encryption -->
660     <string name="crypt_keeper_final_desc" product="tablet">
661     Encrypt tablet? This operation is irreversible and if you interrupt it, you will lose data.
662     Encryption takes an hour or more, during which the tablet will restart several times.
663     </string>
664     <!-- Warning text in the final confirmation screen before starting device encryption -->
665     <string name="crypt_keeper_final_desc" product="default">
666     Encrypt phone? This operation is irreversible and if you interrupt it, you will lose data.
667     Encryption takes an hour or more, during which the phone will restart several times.
668     </string>
669
670     <!-- Title of the progress screen while encrypting the device -->
671     <string name="crypt_keeper_setup_title">Encrypting</string>
672
673     <!-- Informational text on the progress screen while encrypting the device -->
674     <string name="crypt_keeper_setup_description" product="tablet">Please wait while your tablet
675     is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
676     <!-- Informational text on the progress screen while encrypting the device -->
677     <string name="crypt_keeper_setup_description" product="default">Please wait while your phone
678     is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
679
680     <!-- Informational text on the password entry screen when password entry fails-->
681     <string name="crypt_keeper_cooldown">Try again in <xliff:g id="delay" example="15">^1</xliff:g> seconds.</string>
682
683     <!-- Informational text on the password entry screen prompting the user for their password -->
684     <string name="crypt_keeper_enter_password">Enter your password</string>
685
686     <!-- Title of the encryption screen when encrypting the device failed -->
687     <string name="crypt_keeper_failed_title">Encryption failed</string>
688
689     <!-- Informational text when encryption fails -->
690     <string name="crypt_keeper_failed_summary" product="tablet">
691     Encryption was interrupted and can\'t complete. You must perform a factory data reset (erasing
692     all your data) before you can resume using your tablet. You can try encrypting your tablet
693     again after the reset is complete.
694     </string>
695
696     <!-- Informational text when encryption fails -->
697     <string name="crypt_keeper_failed_summary" product="default">
698     Encryption was interrupted and can\'t complete. You must perform a factory data reset (erasing
699     all your data) before you can resume using your phone. You can try encrypting your phone
700     again after the reset is complete.
701     </string>
702
703     <!-- Unlock Picker Settings --><skip />
704
705     <!-- Security Picker --><skip />
706     <!--  Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
707     <string name="lock_settings_picker_title">Configure lock screen</string>
708
709     <!--  Main Security lock settings --><skip />
710     <!--  Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] -->
711     <string name="unlock_set_unlock_launch_picker_title">Configure lock screen</string>
712
713     <!--  Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
714     <string name="unlock_set_unlock_launch_picker_change_title">Change screen lock</string>
715
716     <!--  Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45]  -->
717     <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string>
718
719     <!--  Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45]  -->
720     <string name="unlock_set_unlock_launch_picker_enable_summary">Choose a method to lock the screen</string>
721
722     <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
723     <string name="unlock_set_unlock_off_title">Off</string>
724     <!-- Summary for preference that disables unlock security [CHAR LIMIT=45] -->
725     <string name="unlock_set_unlock_off_summary">Never lock the screen</string>
726
727     <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
728     <string name="unlock_set_unlock_none_title">Not secured</string>
729     <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]-->
730     <string name="unlock_set_unlock_none_summary">Don\u0027t require a pattern, PIN, or password to unlock the screen</string>
731
732     <!-- Title for preference that guides the user through creating an unlock pattern [CHAR LIMIT=22]-->
733     <string name="unlock_set_unlock_pattern_title">Pattern</string>
734     <!-- Summary for preference that guides the user through creating an unlock pattern [CHAR LIMIT=45] -->
735     <string name="unlock_set_unlock_pattern_summary">Require a pattern to unlock the screen</string>
736
737     <!-- Title for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=22] -->
738     <string name="unlock_set_unlock_pin_title">PIN</string>
739     <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=45] -->
740     <string name="unlock_set_unlock_pin_summary">Require a numeric PIN to unlock the screen</string>
741
742     <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=22] -->
743     <string name="unlock_set_unlock_password_title">Password</string>
744     <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] -->
745     <string name="unlock_set_unlock_password_summary">Require a password to unlock the screen</string>
746
747     <!-- Summary for preference that has been disabled by DevicePolicyAdmin [CHAR LIMIT=50] -->
748     <string name="unlock_set_unlock_disabled_summary">Disabled by administrator or encryption policy</string>
749
750     <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] -->
751     <string name="unlock_set_unlock_mode_off">Off</string>
752     <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] -->
753     <string name="unlock_set_unlock_mode_none">No security</string>
754     <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] -->
755     <string name="unlock_set_unlock_mode_pattern">Secured with pattern</string>
756     <!-- Summary for "Configure lockscreen" when security PIN is enabled [CHAR LIMIT=45] -->
757     <string name="unlock_set_unlock_mode_pin">Secured with PIN</string>
758     <!-- Summary for "Configure lockscreen" when security password is enabled [CHAR LIMIT=45] -->
759     <string name="unlock_set_unlock_mode_password">Secured with password</string>
760
761     <!-- Title for option to turn of password/pin/pattern unlock. [CHAR LIMIT=22] -->
762     <string name="unlock_disable_lock_title">Turn off screen lock</string>
763
764     <!-- Summary shown under unlock_disable_lock_title when pattern is in use and can be removed [CHAR LIMIT=45] -->
765     <string name="unlock_disable_lock_pattern_summary">Remove unlock pattern</string>
766     <!-- Summary shown under unlock_disable_lock_title when PIN is in use and can be removed [CHAR LIMIT=45]-->
767     <string name="unlock_disable_lock_pin_summary">Remove unlock PIN</string>
768     <!-- Summary shown under unlock_disable_lock_title when password is in use and can be removed [CHAR LIMIT=45]-->
769     <string name="unlock_disable_lock_password_summary">Remove unlock password</string>
770
771     <!-- Title shown on security settings to allow the user to change their lockscreen pattern [CHAR LIMIT=22] -->
772     <string name="unlock_change_lock_pattern_title">Change unlock pattern</string>
773     <!-- Title shown on security settings to allow the user to change their lockscreen PIN [CHAR LIMIT=22] -->
774     <string name="unlock_change_lock_pin_title">Change unlock PIN</string>
775     <!-- Title shown on security settings to allow the user to change their lockscreen password [CHAR LIMIT=22]-->
776     <string name="unlock_change_lock_password_title">Change unlock password</string>
777
778     <!-- Hint shown in dialog screen when password is too short -->
779     <string name="lockpassword_password_too_short">Password must be at least %d characters</string>
780     <!-- Hint shown in dialog screen when PIN is too short -->
781     <string name="lockpassword_pin_too_short">PIN must be at least %d characters</string>
782
783     <!-- Hint shown after minimum password criteria is met -->
784     <string name="lockpassword_press_continue">Touch Continue when done</string>
785
786     <!-- Hint shown after minimum password criteria is met -->
787     <string name="lockpassword_continue_label">Continue</string>
788
789     <!-- Error shown in popup when password is too long -->
790     <string name="lockpassword_password_too_long">Password must be fewer than <xliff:g id="number" example="17">%d</xliff:g> characters</string>
791     <!-- Error shown in popup when PIN is too long -->
792     <string name="lockpassword_pin_too_long">PIN must be fewer than <xliff:g id="number" example="17">%d</xliff:g> digits</string>
793
794     <!-- Error shown when in PIN mode and user enters a non-digit -->
795     <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9</string>
796
797     <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! -->
798     <string name="lockpassword_pin_recently_used">Device administrator disallows using a recent PIN</string>
799
800     <!-- Error shown when in PASSWORD mode and user enters an invalid character -->
801     <string name="lockpassword_illegal_character">Password contains an illegal character</string>
802
803     <!-- Error shown when in PASSWORD mode and password is all digits -->
804     <string name="lockpassword_password_requires_alpha">Password must contain at least one letter</string>
805
806     <!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
807     <string name="lockpassword_password_requires_digit">Password must contain at least one digit</string>
808
809     <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
810     <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol</string>
811
812     <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters -->
813     <plurals name="lockpassword_password_requires_letters">
814         <item quantity="one">Password must contain at least 1 letter</item>
815         <item quantity="other">Password must contain at least %d letters</item>
816     </plurals>
817
818     <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters -->
819     <plurals name="lockpassword_password_requires_lowercase">
820         <item quantity="one">Password must contain at least 1 lowercase letter</item>
821         <item quantity="other">Password must contain at least %d lowercase letters</item>
822     </plurals>
823
824     <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters -->
825     <plurals name="lockpassword_password_requires_uppercase">
826         <item quantity="one">Password must contain at least 1 uppercase letter</item>
827         <item quantity="other">Password must contain at least %d uppercase letters</item>
828     </plurals>
829
830     <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits -->
831     <plurals name="lockpassword_password_requires_numeric">
832         <item quantity="one">Password must contain at least 1 numerical digit</item>
833         <item quantity="other">Password must contain at least %d numerical digits</item>
834     </plurals>
835
836     <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols -->
837     <plurals name="lockpassword_password_requires_symbols">
838         <item quantity="one">Password must contain at least 1 special symbol</item>
839         <item quantity="other">Password must contain at least %d special symbols</item>
840     </plurals>
841
842     <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
843     <plurals name="lockpassword_password_requires_nonletter">
844         <item quantity="one">Password must contain at least 1 non-letter character</item>
845         <item quantity="other">Password must contain at least %d non-letter characters</item>
846     </plurals>
847
848     <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
849     <string name="lockpassword_password_recently_used">Device administrator disallows using a recent password</string>
850
851     <!-- Label for ChoosePassword/PIN OK button -->
852     <string name="lockpassword_ok_label">OK</string>
853
854     <!-- Label for ChoosePassword/PIN OK button -->
855     <string name="lockpassword_cancel_label">Cancel</string>
856
857     <!-- Label for LockPatternTutorial Cancel button -->
858     <string name="lockpattern_tutorial_cancel_label">Cancel</string>
859
860     <!-- Label for LockPatternTutorial Continue button -->
861     <string name="lockpattern_tutorial_continue_label">Next</string>
862
863     <!-- In the security screen, the header title for settings related to device admins -->
864     <string name="device_admin_title">Device administration</string>
865
866     <!-- Title of preference to manage device admins -->
867     <string name="manage_device_admin">Device administrators</string>
868
869     <!-- Summary of preference to manage device policies -->
870     <string name="manage_device_admin_summary">View or deactivate device administrators</string>
871
872     <!-- Bluetooth settings -->
873     <!-- Bluetooth settings check box title on Main Settings screen -->
874     <string name="bluetooth_quick_toggle_title">Bluetooth</string>
875     <!-- Bluetooth settings check box summary for turning on bluetooth -->
876     <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
877     <!--Used as title on second screen after selecting Bluetooth settings -->
878     <string name="bluetooth_settings">Bluetooth settings</string>
879     <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
880     <string name="bluetooth_settings_title">Bluetooth settings</string>
881     <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
882     <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
883
884     <!-- Title for the dialog to enter PIN.  -->
885     <string name="bluetooth_pairing_request">Bluetooth pairing request</string>
886     <!-- Message when bluetooth dialog for pin entry is showing -->
887     <string name="bluetooth_enter_pin_msg">\nEnter PIN to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022. (Try 0000 or 1234.) You may need to enter the same PIN on the Bluetooth device.</string>
888     <!-- Message when bluetooth dialog for passkey entry is showing -->
889     <string name="bluetooth_enter_passkey_msg">\nEnter passkey to pair with \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022.</string>
890     <!-- Message when bluetooth dialog for confirmation of passkey is showing -->
891     <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>
892     <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
893     <string name="bluetooth_incoming_pairing_msg"><xliff:g id="device_name">%1$s</xliff:g>\nwants to pair.</string>
894     <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. -->
895     <string name="bluetooth_display_passkey_pin_msg">Enter \u0022<xliff:g id="passkey">%2$s</xliff:g>\u0022 on \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022 to pair followed by return or enter. </string>
896     <!-- Button text for accepting an incoming pairing request -->
897     <string name="bluetooth_pairing_accept">Pair</string>
898     <!-- Button text for declining an incoming pairing request -->
899     <string name="bluetooth_pairing_decline">Don\u0027t Pair</string>
900     <!-- Generic string for remote Bluetooth device  -->
901     <string name="bluetooth_remote_device">bluetooth device</string>
902
903     <!-- Title for BT error dialogs. -->
904     <string name="bluetooth_error_title">Attention</string>
905     <!-- Message for the error dialog when BT pairing fails generically. -->
906     <string name="bluetooth_pairing_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g>.</string>
907     <!-- Message for the error dialog when BT pairing fails because the PIN /
908     Passkey entered is incorrect. -->
909     <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>
910     <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
911     <string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string>
912     <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
913     <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
914
915     <!-- Message for the error dialog when BT connecting operation fails generically. -->
916     <string name="bluetooth_connecting_error_message">There was a problem connecting to <xliff:g id="device_name">%1$s</xliff:g>.</string>
917
918     <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
919     <string name="bluetooth_preference_scan_title">Scan for devices</string>
920     <!-- Bluetooth settings: The title of the preference (list item) that finds nearby devices [CHAR LIMIT=30] -->
921     <string name="bluetooth_preference_find_nearby_title">Find nearby devices</string>
922     <!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] -->
923     <string name="bluetooth_preference_device_settings">Device settings</string>
924     <!-- Bluetooth settings: The sub heading for paired devices. [CHAR LIMIT=30] -->
925     <string name="bluetooth_preference_paired_devices">Paired devices</string>
926     <!-- Bluetooth settings: The sub heading for found devices when scanning. [CHAR LIMIT=30] -->
927     <string name="bluetooth_preference_found_devices">Found devices</string>
928     <!-- Bluetooth settings.  Context menu item for a device.  Action will connect to all profiles on the device. -->
929     <string name="bluetooth_device_context_connect">Connect</string>
930     <!-- Bluetooth settings.  Context menu item for a device.  Action will disconnect from all profiles on the device. -->
931     <string name="bluetooth_device_context_disconnect">Disconnect</string>
932     <!-- Bluetooth settings.  Context menu item for a device.  Action will first pair, and then connect to all profiles on the device. -->
933     <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
934     <!-- Bluetooth settings.  Context menu item for a device.  Action will remove pairing with the device. -->
935     <string name="bluetooth_device_context_unpair">Unpair</string>
936     <!-- Bluetooth settings.  Context menu item for a device.  Action will disconnect and remove pairing with the device. -->
937     <string name="bluetooth_device_context_disconnect_unpair">Disconnect &amp; unpair</string>
938     <!-- 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. -->
939     <string name="bluetooth_device_context_connect_advanced">Options\u2026</string>
940
941     <!-- 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. -->
942     <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
943
944     <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the A2DP profile. -->
945     <string name="bluetooth_profile_a2dp">Media</string>
946     <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the headset or handsfree profile. -->
947     <string name="bluetooth_profile_headset">Handsfree</string>
948     <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the OPP profile. -->
949     <string name="bluetooth_profile_opp">Transfer</string>
950     <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
951     <string name="bluetooth_profile_hid">Input Device</string>
952     <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile. [CHAR LIMIT=25]-->
953     <string name="bluetooth_profile_pan">Internet access</string>
954
955     <!-- Bluetooth settings.  Message for disconnecting from the A2DP profile. [CHAR LIMIT=80] -->
956     <string name="bluetooth_disconnect_a2dp_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from media audio.</string>
957     <!-- Bluetooth settings.  Message for disconnecting from the headset profile. [CHAR LIMIT=80] -->
958     <string name="bluetooth_disconnect_headset_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from handsfree audio.</string>
959     <!-- Bluetooth settings.  Message for disconnecting from the HID profile. [CHAR LIMIT=80] -->
960     <string name="bluetooth_disconnect_hid_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from input device.</string>
961     <!-- Bluetooth settings.  Message for disconnecting from the PAN profile (user role). [CHAR LIMIT=80] -->
962     <string name="bluetooth_disconnect_pan_user_profile">Internet access via <xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string>
963     <!-- Bluetooth settings.  Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
964     <string name="bluetooth_disconnect_pan_nap_profile" product="tablet"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from sharing this tablet\'s Internet connection.</string>
965     <!-- Bluetooth settings.  Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
966     <string name="bluetooth_disconnect_pan_nap_profile" product="default"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from sharing this phone\'s Internet connection.</string>
967
968     <!-- Bluetooth settings.  Connection options screen.  The title of the screen. -->
969     <string name="bluetooth_device_advanced_title"><xliff:g id="device_name">%1$s</xliff:g> options</string>
970     <!-- Bluetooth settings. Connection options screen. Title of device actions section. [CHAR LIMIT=30] -->
971     <string name="bluetooth_device_advanced_device_actions_title">Device actions</string>
972     <!-- 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. -->
973     <string name="bluetooth_device_advanced_online_mode_title">Connect</string>
974     <!-- Bluetooth settings.  Connection options screen.  The summary of the online mode checkbox.  This describes what the setting does in the context of the screen. -->
975     <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string>
976     <!-- Bluetooth settings.  Connection options screen.  The title of the header that is above all of the profiles. -->
977     <string name="bluetooth_device_advanced_profile_header_title">Profiles</string>
978     <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] -->
979     <string name="bluetooth_device_advanced_rename_device">Rename device</string>
980     <!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] -->
981     <string name="bluetooth_device_advanced_enable_opp_title">Allow incoming file transfers</string>
982     <!-- Bluetooth settings.  Connection options screen.  The summary for the A2DP checkbox preference when A2DP is connected. -->
983     <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
984     <!-- Bluetooth settings.  Connection options screen.  The summary for the headset checkbox preference when headset is connected. -->
985     <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
986     <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference when OPP is connected. -->
987     <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
988     <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference when OPP is not connected. -->
989     <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
990     <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
991     <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
992     <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
993     <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for Internet access</string>
994     <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
995     <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local Internet connection with device</string>
996
997     <!-- Bluetooth settings.  Connection options screen.  The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
998     <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
999     <!-- Bluetooth settings.  Connection options screen.  The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
1000     <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
1001     <!-- Bluetooth settings.  Connection options screen.  The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
1002     <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
1003     <!-- Bluetooth settings. Connection options screen. The summary
1004          for the HID checkbox preference that describes how checking it
1005          will set the HID profile as preferred. -->
1006     <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
1007     <!-- Bluetooth settings. Connection options screen. The summary
1008          for the PAN checkbox preference that describes how checking it
1009          will set the PAN profile as preferred. -->
1010     <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string>
1011
1012     <!-- Bluetooth settings.  Dock Setting Title -->
1013     <string name="bluetooth_dock_settings">Dock Settings</string>
1014     <!-- Bluetooth settings.  Dock Setting Dialog Title -->
1015     <string name="bluetooth_dock_settings_title">Use dock for audio</string>
1016     <!-- Bluetooth settings.  Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone -->
1017     <string name="bluetooth_dock_settings_headset">As speaker phone</string>
1018     <!-- Bluetooth settings.  Dock Setting Dialog - Checkbox selection 2: Use dock for media audio -->
1019     <string name="bluetooth_dock_settings_a2dp">For music and media</string>
1020     <!-- Bluetooth settings.  Dock Setting Dialog - Remember setting and don't ask user again -->
1021     <string name="bluetooth_dock_settings_remember">Remember settings</string>
1022
1023     <!-- NFC settings -->
1024     <!-- Used in the 1st-level settings screen to turn on NFC -->
1025     <string name="nfc_quick_toggle_title">NFC</string>
1026     <!-- Used in the 1st-level settings screen as the turn-on summary -->
1027     <string name="nfc_quick_toggle_summary">Use Near Field Communication to read and exchange tags</string>
1028     <string name="nfc_toggle_error" msgid="8998642457947607263">An error occurred.</string>
1029
1030     <!-- Wi-Fi Settings --> <skip />
1031     <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
1032     <string name="wifi_quick_toggle_title">Wi-Fi</string>
1033     <!-- Used in the 1st-level settings screen as the turn-on summary -->
1034     <string name="wifi_quick_toggle_summary">Turn on Wi-Fi</string>
1035     <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen -->
1036     <string name="wifi_settings">Wi-Fi settings</string>
1037     <!-- Title of the Wi-fi settings screen -->
1038     <string name="wifi_settings_category">Wi-Fi settings</string>
1039     <!-- Summary text of the Wi-fi settings screen -->
1040     <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
1041     <!-- Summary text when turning Wi-Fi or bluetooth on -->
1042     <string name="wifi_starting">Turning on\u2026</string>
1043     <!-- Summary text when turning Wi-Fi or bluetooth off -->
1044     <string name="wifi_stopping">Turning off\u2026</string>
1045     <!-- Summary text when Wi-Fi or bluetooth has error -->
1046     <string name="wifi_error">Error</string>
1047     <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode -->
1048     <string name="wifi_in_airplane_mode">In airplane mode</string>
1049     <!-- Toast message when Wi-Fi cannot scan for networks -->
1050     <string name="wifi_fail_to_scan">Unable to scan for networks</string>
1051     <!-- Checkbox title for option to notify user when open networks are nearby -->
1052     <string name="wifi_notify_open_networks">Network notification</string>
1053     <!-- Checkbox summary for option to notify user when open networks are nearby -->
1054     <string name="wifi_notify_open_networks_summary">Notify me when an open network is available</string>
1055     <!-- Setting title for setting the wifi sleep policy -->
1056     <string name="wifi_setting_sleep_policy_title">Wi-Fi disconnect policy</string>
1057     <!-- Setting summary for setting the wifi sleep policy -->
1058     <string name="wifi_setting_sleep_policy_summary">Specify when to switch from Wi-Fi to mobile data</string>
1059     <!-- Setting summary for setting the wifi sleep policy for wifi-only devices [CHAR LIMIT=100] -->
1060     <string name="wifi_setting_sleep_policy_summary_wifi_only">Specify when to disconnect from Wi-Fi</string>
1061     <!-- Generic error message when the sleep policy could not be set. -->
1062     <string name="wifi_setting_sleep_policy_error">There was a problem changing the setting</string>
1063     <!-- Action message to manually add a wifi network -->
1064     <string name="wifi_add_network">Add Wi-Fi network</string>
1065     <!-- Header for the list of wifi networks-->
1066     <string name="wifi_access_points">Wi-Fi networks</string>
1067     <!-- Menu option to scan Wi-Fi networks -->
1068     <string name="wifi_menu_scan">Scan</string>
1069     <!-- Menu option to Wi-Fi advanced settings -->
1070     <string name="wifi_menu_advanced">Advanced</string>
1071     <!-- Menu option to connect to a Wi-Fi network -->
1072     <string name="wifi_menu_connect">Connect to network</string>
1073     <!-- Menu option to delete a Wi-Fi network -->
1074     <string name="wifi_menu_forget">Forget network</string>
1075     <!-- Menu option to modify a Wi-Fi network configuration -->
1076     <string name="wifi_menu_modify">Modify network</string>
1077
1078     <!-- Dialog for Access Points --> <skip />
1079     <!-- Label for network setup [CHAR LIMIT=50] -->
1080     <string name="wifi_network_setup">Network Setup</string>
1081     <!-- Label for the text view for WPS pin input [CHAR LIMIT=50] -->
1082     <string name="wifi_wps_pin">Enter pin from access point</string>
1083     <!-- Title for the WPS setup dialog [CHAR LIMIT=50] -->
1084     <string name="wifi_wps_setup_title">WPS Setup</string>
1085     <!-- Text displayed in the WPS pin display dialog [CHAR LIMIT=75] -->
1086     <string name="wifi_wps_pin_output">Enter the pin <xliff:g id="wps_pin">%1$s</xliff:g> on the access point</string>
1087     <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=75] -->
1088     <string name="wifi_wps_in_progress">WPS is already in progress and can take tens of seconds to complete</string>
1089     <!-- Text displayed when WPS fails to start [CHAR LIMIT=75] -->
1090     <string name="wifi_wps_failed">Failed to start WPS, please try again</string>
1091     <!-- Label for the SSID of the network -->
1092     <string name="wifi_ssid">Network SSID</string>
1093     <!-- Label for the security of the connection -->
1094     <string name="wifi_security">Security</string>
1095     <!-- Label for the signal strength of the connection -->
1096     <string name="wifi_signal">Signal strength</string>
1097     <!-- Label for the status of the connection -->
1098     <string name="wifi_status">Status</string>
1099     <!-- Label for the link speed of the connection -->
1100     <string name="wifi_speed">Link speed</string>
1101     <!-- Label for the IP address of the connection -->
1102     <string name="wifi_ip_address">IP address</string>
1103     <!-- Hint text for the IP address [CHAR LIMIT=25]-->
1104     <string name="wifi_ip_address_hint">192.168.1.128</string>
1105     <!-- Label for the EAP method of the network -->
1106     <string name="wifi_eap_method">EAP method</string>
1107     <!-- Label for the phase2 -->
1108     <string name="please_select_phase2">Phase 2 authentication</string>
1109     <!-- Label for the EAP CA certificate of the network -->
1110     <string name="wifi_eap_ca_cert">CA certificate</string>
1111     <!-- Label for the EAP user certificate of the network -->
1112     <string name="wifi_eap_user_cert">User certificate</string>
1113     <!-- Label for the EAP identity of the network -->
1114     <string name="wifi_eap_identity">Identity</string>
1115     <!-- Label for the EAP anonymous identity of the network -->
1116     <string name="wifi_eap_anonymous">Anonymous identity</string>
1117     <!-- Label for the password of the secured network -->
1118     <string name="wifi_password">Password</string>
1119     <!-- Label for the check box to show password -->
1120     <string name="wifi_show_password">Show password</string>
1121     <!-- Label for the spinner to show ip settings [CHAR LIMIT=25] -->
1122     <string name="wifi_ip_settings">IP settings</string>
1123     <!-- Hint for unchanged fields -->
1124     <string name="wifi_unchanged">(unchanged)</string>
1125     <!-- Hint for unspecified fields -->
1126     <string name="wifi_unspecified">(unspecified)</string>
1127     <!-- Summary for the remembered network. -->
1128     <string name="wifi_remembered">Remembered</string>
1129     <!-- Summary for the disabled network. -->
1130     <string name="wifi_disabled">Disabled</string>
1131     <!-- Summary for the remembered network but currently not in range. -->
1132     <string name="wifi_not_in_range">Not in range</string>
1133     <!-- Summary for an open network with WPS being available [CHAR LIMIT=50]-->
1134     <string name="wifi_open_with_wps">WPS available</string>
1135     <!-- Summary for the secured network. -->
1136     <string name="wifi_secured">Secured with <xliff:g id="wifi_security">%1$s</xliff:g></string>
1137     <!-- Summary for the secured network with WPS being available [CHAR LIMIT=50]-->
1138     <string name="wifi_secured_with_wps">Secured with <xliff:g id="wifi_security">%1$s</xliff:g> (WPS available)</string>
1139     <!-- Summary for the secured and remembered network. Status can be "Remembered", "Disabled" or "Not in range". -->
1140     <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>
1141     <!-- Button label to connect to a Wi-Fi network -->
1142     <string name="wifi_connect">Connect</string>
1143     <!-- Button label to delete a Wi-Fi network -->
1144     <string name="wifi_forget">Forget</string>
1145     <!-- Button label to save a Wi-Fi network configuration -->
1146     <string name="wifi_save">Save</string>
1147     <!-- Button label to dismiss the dialog -->
1148     <string name="wifi_cancel">Cancel</string>
1149
1150     <!-- Errors reported on wifi settings page -->
1151     <!-- Toast message indicating WPS overlap detection [CHAR LIMIT=75] -->
1152     <string name="wifi_wps_overlap_error">Another WPS session detected, please retry in a few minutes</string>
1153
1154     <!-- Wi-Fi Advanced Settings --> <skip />
1155     <!-- Wi-Fi settings screen, advanced, settings section.  This is a header shown above advanced wifi settings. -->
1156     <string name="wifi_advanced_titlebar">Advanced</string>
1157     <!-- Wi-Fi settings screen, setting title for setting the band [CHAR LIMIT=50]-->
1158     <string name="wifi_setting_frequency_band_title">Wi-Fi frequency band</string>
1159     <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
1160     <string name="wifi_setting_frequency_band_summary">Specify the frequency range of operation</string>
1161     <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
1162     <string name="wifi_setting_frequency_band_error">There was a problem setting the frequency band.</string>
1163     <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
1164     <string name="wifi_advanced_mac_address_title">MAC address</string>
1165     <!-- Title of the screen to adjust IP settings -->
1166     <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
1167     <string name="wifi_advanced_ip_address_title">IP address</string>
1168
1169     <string name="wifi_ip_settings_titlebar">IP settings</string>
1170     <!-- Menu ietm to save the IP settings -->
1171     <string name="wifi_ip_settings_menu_save">Save</string>
1172     <!-- Menu ietm to cancel the IP settings -->
1173     <string name="wifi_ip_settings_menu_cancel">Cancel</string>
1174     <!-- Error message if the IP address is not valid [CHAR LIMIT=50]-->
1175     <string name="wifi_ip_settings_invalid_ip_address">Please type a valid IP address.</string>
1176     <!-- Error message if the gateway is not valid [CHAR LIMIT=50]-->
1177     <string name="wifi_ip_settings_invalid_gateway">Please type a valid gateway address.</string>
1178     <!-- Error message if the dns is not valid [CHAR LIMIT=50]-->
1179     <string name="wifi_ip_settings_invalid_dns">Please type a valid dns address.</string>
1180     <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]-->
1181     <string name="wifi_ip_settings_invalid_network_prefix_length">Please type a network prefix length between 0 and 32.</string>
1182     <!-- Label for the DNS (first one) -->
1183     <string name="wifi_dns1">DNS 1</string>
1184     <!-- Hint text for DNS [CHAR LIMIT=25]-->
1185     <string name="wifi_dns1_hint">8.8.8.8</string>
1186     <!-- Label for the DNS (second one)-->
1187     <string name="wifi_dns2">DNS 2</string>
1188     <!-- Hint text for DNS [CHAR LIMIT=25]-->
1189     <string name="wifi_dns2_hint">4.4.4.4</string>
1190     <!-- Label for the gateway of the network -->
1191     <string name="wifi_gateway">Gateway</string>
1192     <!-- Hint text for the gateway [CHAR LIMIT=25]-->
1193     <string name="wifi_gateway_hint">192.168.1.1</string>
1194     <!-- Label for the network prefix of the network [CHAR LIMIT=25]-->
1195     <string name="wifi_network_prefix_length">Network prefix length</string>
1196     <!-- Hint text for network prefix length [CHAR LIMIT=25] -->
1197     <string name="wifi_network_prefix_length_hint">24</string>
1198
1199     <!-- Wifi AP settings-->
1200     <!-- Label for wifi tether checkbox. Toggles Access Point on/off -->
1201     <string name="wifi_tether_checkbox_text">Portable Wi-Fi hotspot</string>
1202     <!-- Subtext for wifi tether checkbox on success -->
1203     <string name="wifi_tether_enabled_subtext">Portable hotspot <xliff:g id="network_ssid">%1$s</xliff:g> active</string>
1204     <!-- Subtext for wifi tether checkbox on failure -->
1205     <string name="wifi_tether_failed_subtext">Portable Wi-Fi hotspot error</string>
1206     <!-- Used to open the ssid and security dialog for Wifi Access Point -->
1207     <string name="wifi_tether_configure_ap_text">Configure Wi-Fi hotspot</string>
1208     <!-- Subtext on configuration preference to indicate SSID and security chosen -->
1209     <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>
1210     <!-- Default access point SSID used for tethering -->
1211     <string name="wifi_tether_configure_ssid_default">AndroidHotspot</string>
1212
1213     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1214          Wi-Fi Testing on the diagnostic screen-->
1215     <string name="testing_wifi_info" translatable="false">Wifi information</string>
1216     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1217          Menu item for WifiManager disableNetwork API-->
1218     <string name="disableNetwork" translatable="false">disableNetwork</string>
1219     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1220          Menu item for WifiManager enableNetwork API-->
1221     <string name="enableNetwork" translatable="false">enableNetwork</string>
1222     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1223          Menu item for WifiManager disconnect API-->
1224     <string name="disconnect" translatable="false">disconnect</string>
1225     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1226          Menu item for WifiManager getConfiguredNetworks API-->
1227     <string name="getConfiguredNetworks" translatable="false">getConfiguredNetworks</string>
1228     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1229          Menu item for WifiManager getConnectionInfo API-->
1230     <string name="getConnectionInfo" translatable="false">getConnectionInfo</string>
1231     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1232          Menu item on Wifi information screen-->
1233     <string name="wifi_api_test" translatable="false">Wi-Fi API</string>
1234     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1235          Menu item on Wifi information screen-->
1236     <string name="wifi_status_test" translatable="false">Wi-Fi Status</string>
1237     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1238          Button text on Wifi Status screen-->
1239     <string name="wifi_update" translatable="false">Refresh Stats</string>
1240     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1241          Label on Wifi Status screen-->
1242     <string name="wifi_state_label" translatable="false">Wi-Fi State :</string>
1243     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1244          Label on Wifi Status screen-->
1245     <string name="network_state_label" translatable="false">Network State :</string>
1246     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1247         Label on Wifi Status screen-->
1248     <string name="supplicant_state_label" translatable="false">Supplicant State :</string>
1249     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1250          Label on Wifi Status screen-->
1251     <string name="rssi_label" translatable="false">RSSI :</string>
1252     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1253          Label on Wifi Status screen-->
1254     <string name="bssid_label" translatable="false">BSSID :</string>
1255     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1256          Label on Wifi Status screen-->
1257     <string name="ssid_label" translatable="false">SSID :</string>
1258     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1259          Label on Wifi Status screen-->
1260     <string name="hidden_ssid_label" translatable="false">Hidden SSID :</string>
1261     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1262          Label on Wifi Status screen-->
1263     <string name="ipaddr_label" translatable="false">IPaddr :</string>
1264     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1265          Label on Wifi Status screen-->
1266     <string name="macaddr_label" translatable="false">MAC addr :</string>
1267     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1268          Label on Wifi Status screen-->
1269     <string name="networkid_label" translatable="false">Network ID :</string>
1270     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1271          Label on Wifi Status screen-->
1272     <string name="link_speed_label" translatable="false">Link Speed :</string>
1273     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1274          Label on Wifi Status screen-->
1275     <string name="scan_list_label" translatable="false">Scan results :</string>
1276
1277     <!-- wifi state values-->
1278     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1279     <string name="wifi_state_disabling" translatable="false">Disabling</string>
1280     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1281     <string name="wifi_state_disabled" translatable="false">Disabled</string>
1282     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1283     <string name="wifi_state_enabling" translatable="false">Enabling</string>
1284     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1285     <string name="wifi_state_enabled" translatable="false">Enabled</string>
1286     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1287     <string name="wifi_state_unknown" translatable="false">Unknown</string>
1288
1289     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1290          Menu item on Wifi information screen-->
1291     <string name="wifi_config_info" translatable="false">Wi-Fi Config</string>
1292     <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1293          Label on Wifi Configuration screen-->
1294     <string name="config_list_label" translatable="false">Configured Networks</string>
1295
1296     <!-- Sound and alerts settings -->
1297     <!-- Main Settings screen setting option name to go into the sound settings screen -->
1298     <string name="sound_settings_title">Sound</string>
1299     <!-- Main Settings screen setting option name to go into the display settings screen -->
1300     <string name="display_settings_title">Screen</string>
1301     <!-- Sound settings screen heading -->
1302     <string name="sound_settings">Sound settings</string>
1303     <!-- Sound settings screen, setting option name checkbox -->
1304     <string name="silent_mode_title">Silent mode</string>
1305     <!-- Sound settings screen, setting option summary text when going into silent mode.  Media and alarms sounds WILL NOT be silenced in silent mode. -->
1306     <string name="silent_mode_summary">Silence all sounds except media &amp; alarms</string>
1307     <!-- 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. -->
1308     <string name="silent_mode_incl_alarm_summary">All sounds except media are silenced</string>
1309     <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
1310     <string name="ringtone_title">Incoming call ringtone</string>
1311     <!-- Sound settings screen, setting option summary text -->
1312     <string name="ringtone_summary">""</string>
1313     <!-- Sound settings screen, volume title -->
1314     <string name="all_volume_title">Volume</string>
1315     <!-- Sound settings screen, setting option name -->
1316     <string name="ring_volume_title">Ringer volume</string>
1317     <!-- Sound settings screen, setting option summary text -->
1318     <string name="ring_volume_summary">""</string>
1319     <!-- Sound settings screen, setting option name checkbox -->
1320     <string name="vibrate_in_silent_title">Vibrate when silent</string>
1321     <!-- Sound settings screen, setting option summary text -->
1322     <string name="vibrate_in_silent_summary">Allow vibration feedback in silent mode</string>
1323     <!-- Sound settings screen, setting option name checkbox -->
1324     <string name="vibrate_title">Vibrate</string>
1325     <!-- Sound settings screen, setting option summary text -->
1326     <string name="vibrate_summary">Vibration feedback for calls and notifications</string>
1327     <!-- Sound settings screen, setting option name -->
1328     <string name="notification_sound_title">Notification ringtone</string>
1329     <!-- Sound settings screen, setting option summary text -->
1330     <string name="notification_sound_summary">""</string>
1331     <!-- Sound settings screen, notification light repeat pulsing title -->
1332     <string name="notification_pulse_title">Pulse notification light</string>
1333     <!-- Sound settings screen, notification light repeat pulsing summary -->
1334     <string name="notification_pulse_summary">Pulse trackball light repeatedly for new notifications</string>
1335     <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
1336     <string name="incoming_call_volume_title">Ringtone</string>
1337     <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
1338     <string name="notification_volume_title">Notification</string>
1339     <!-- Sound settings screen, the caption of the checkbox for having the notification volume be
1340          the same as the incoming call volume. -->
1341     <string name="checkbox_notification_same_as_incoming_call">Use incoming call volume for notifications</string>
1342     <!-- Sound settings screen, setting option title-->
1343     <string name="notification_sound_dialog_title">Select notification ringtone</string>
1344     <!-- Sound settings screen, setting option name -->
1345     <string name="media_volume_title">Media</string>
1346     <!-- Sound settings screen, setting option summary text -->
1347     <string name="media_volume_summary">Set volume for music and videos</string>
1348     <!-- Sound settings screen, alarm volume slider title -->
1349     <string name="alarm_volume_title">Alarm</string>
1350     <!-- Sound settings screen, dock settings summary-->
1351     <string name="dock_settings_summary">Audio settings for the attached dock</string>
1352     <!-- Sound settings screen, setting check box label -->
1353     <string name="dtmf_tone_enable_title">Audible touch tones</string>
1354     <!-- Sound settings screen, setting option summary text when check box is selected -->
1355     <string name="dtmf_tone_enable_summary_on">Play tones when using dial pad</string>
1356     <!-- Sound settings screen, setting option summary text when check box is clear -->
1357     <string name="dtmf_tone_enable_summary_off">Play tones when using dial pad</string>
1358     <!-- Sound settings screen, setting check box label -->
1359     <string name="sound_effects_enable_title">Audible selection</string>
1360     <!-- Sound settings screen, setting option summary text when check box is selected -->
1361     <string name="sound_effects_enable_summary_on">Play sound when making screen selection</string>
1362     <!-- Sound settings screen, setting option summary text when check box is clear -->
1363     <string name="sound_effects_enable_summary_off">Play sound when making screen selection</string>
1364     <!-- Sound settings screen, setting check box label -->
1365     <string name="lock_sounds_enable_title">Screen lock sounds</string>
1366     <!-- Sound settings screen, setting option summary text when check box is selected -->
1367     <string name="lock_sounds_enable_summary_on">Play sounds when locking and unlocking the screen</string>
1368     <!-- Sound settings screen, setting option summary text when check box is clear -->
1369     <string name="lock_sounds_enable_summary_off">Play sounds when locking and unlocking the screen</string>
1370     <!-- Sound settings screen, setting check box label -->
1371     <string name="haptic_feedback_enable_title">Haptic feedback</string>
1372     <!-- Sound settings screen, setting option summary text when check box is selected -->
1373     <string name="haptic_feedback_enable_summary_on">Vibrate when pressing soft keys and on certain UI interactions</string>
1374     <!-- Sound settings screen, setting option summary text when check box is clear -->
1375     <string name="haptic_feedback_enable_summary_off">Vibrate when pressing soft keys and on certain UI interactions</string>
1376     <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments -->
1377     <string name="audio_record_proc_title">Noise cancellation</string>
1378     <!-- Sound settings screen, setting option summary text -->
1379     <string name="audio_record_proc_summary">Suppress background noise when speaking or recording.</string>
1380
1381     <!-- Dock settings title, top level -->
1382     <string name="dock_settings">Dock</string>
1383     <!-- Dock settings title -->
1384     <string name="dock_settings_title">Dock settings</string>
1385     <!-- Dock audio settings -->
1386     <string name="dock_audio_settings_title">Audio</string>
1387     <!-- Dock audio summary for docked to desk dock -->
1388     <string name="dock_audio_summary_desk">Settings for the attached desktop dock</string>
1389     <!-- Dock audio summary for docked to car dock -->
1390     <string name="dock_audio_summary_car">Settings for the attached car dock</string>
1391     <!-- Dock audio summary for undocked -->
1392     <string name="dock_audio_summary_none" product="tablet">Tablet not docked</string>
1393     <!-- Dock audio summary for undocked -->
1394     <string name="dock_audio_summary_none" product="default">Phone not docked</string>
1395     <!-- Dock audio summary for docked to unknown -->
1396     <string name="dock_audio_summary_unknown">Settings for the attached dock</string>
1397     <!-- Dock not found dialog title -->
1398     <string name="dock_not_found_title">Dock not found</string>
1399     <!-- Dock not found dialog text -->
1400     <string name="dock_not_found_text" product="tablet">The tablet must be docked to configure dock audio</string>
1401     <!-- Dock not found dialog text -->
1402     <string name="dock_not_found_text" product="default">The phone must be docked to configure dock audio</string>
1403     <!-- Dock settings screen, dock events SFX setting check box label -->
1404     <string name="dock_sounds_enable_title">Dock insertion sound</string>
1405     <!-- Dock settings screen, setting option summary text when check box is selected -->
1406     <string name="dock_sounds_enable_summary_on" product="tablet">Play sound when inserting or removing tablet from dock</string>
1407     <!-- Dock settings screen, setting option summary text when check box is selected -->
1408     <string name="dock_sounds_enable_summary_on" product="default">Play sound when inserting or removing phone from dock</string>
1409     <!-- Sound settings screen, setting option summary text when check box is clear -->
1410     <string name="dock_sounds_enable_summary_off" product="tablet">Don\'t play sound when inserting or removing tablet from dock</string>
1411     <!-- Sound settings screen, setting option summary text when check box is clear -->
1412     <string name="dock_sounds_enable_summary_off" product="default">Don\'t play sound when inserting or removing phone from dock</string>
1413
1414     <!-- Acounts & Sync settings screen setting option name to go into the screen for data sync settings-->
1415     <string name="sync_settings">Accounts &amp; sync</string>
1416     <!-- Main Settings screen setting option summary text for the itme to go into the screen with data sync settings-->
1417     <string name="sync_settings_summary">Add or remove accounts and change account settings</string>
1418
1419     <!-- Main Settings screen, setting option name to go into search settings -->
1420     <string name="search_settings">Search</string>
1421     <!-- Main Settings screen, setting option summary to go into search settings -->
1422     <string name="search_settings_summary">Manage search settings and history</string>
1423
1424     <!-- Display settings -->
1425     <!-- Sound & display settings screen, section header for settings related to display -->
1426     <string name="display_settings">Screen settings</string>
1427     <!-- Sound & display settings screen, animations check box label -->
1428     <string name="animations_title">Animation</string>
1429     <!-- Sound & display settings screen, animations option summary text when check box is selected -->
1430     <string name="animations_summary_on">Show animation when opening &amp; closing windows</string>
1431     <!-- Sound & display settings screen, animations option summary text when check box is clear -->
1432     <string name="animations_summary_off">Show animation when opening &amp; closing windows</string>
1433     <!-- Sound & display settings screen, accelerometer-based rotation check box label -->
1434     <string name="accelerometer_title">Auto-rotate screen</string>
1435     <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
1436     <string name="accelerometer_summary_on" product="tablet">Switch orientation automatically when rotating tablet</string>
1437     <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
1438     <string name="accelerometer_summary_on" product="default">Switch orientation automatically when rotating phone</string>
1439     <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
1440     <string name="accelerometer_summary_off" product="tablet">Switch orientation automatically when rotating tablet</string>
1441     <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
1442     <string name="accelerometer_summary_off" product="default">Switch orientation automatically when rotating phone</string>
1443     <!-- Sound & display settings screen, setting option name to change brightness -->
1444     <string name="brightness">Brightness</string>
1445     <!-- Sound & display settings screen, setting option summary to change brightness -->
1446     <string name="brightness_summary">Adjust the brightness of the screen</string>
1447     <!-- Sound & display settings screen, setting option name to change screen timeout -->
1448     <string name="screen_timeout">Timeout</string>
1449     <!-- Sound & display settings screen, setting option summary to change screen timeout -->
1450     <string name="screen_timeout_summary">Screen turns off automatically after <xliff:g id="timeout_description">%1$s</xliff:g></string>
1451     <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
1452     <string name="automatic_brightness">Automatic brightness</string>
1453
1454     <!-- SIM lock settings title -->
1455     <string name="sim_lock_settings">SIM card lock settings</string>
1456     <!-- Security & location settings screen, setting option name -->
1457     <string name="sim_lock_settings_category">Set up SIM card lock</string>
1458     <!-- Security & location settings screen, section heading for settings related to sim card locking -->
1459     <string name="sim_lock_settings_title">SIM card lock</string>
1460     <!-- SIM card lock settings screen, setting check box label -->
1461     <string name="sim_pin_toggle">Lock SIM card</string>
1462     <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
1463     <string name="sim_lock_on" product="tablet">Require PIN to use tablet</string>
1464     <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
1465     <string name="sim_lock_on" product="default">Require PIN to use phone</string>
1466     <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
1467     <string name="sim_lock_off" product="tablet">Require PIN to use tablet</string>
1468     <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
1469     <string name="sim_lock_off" product="default">Require PIN to use phone</string>
1470     <!-- SIM card lock settings screen, setting option name to change the SIM PIN -->
1471     <string name="sim_pin_change">Change SIM PIN</string>
1472     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1473     <string name="sim_enter_pin">SIM PIN</string>
1474     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1475     <string name="sim_enable_sim_lock">Lock SIM card</string>
1476     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1477     <string name="sim_disable_sim_lock">Unlock SIM card</string>
1478     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1479     <string name="sim_enter_old">Old SIM PIN</string>
1480     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1481     <string name="sim_enter_new">New SIM PIN</string>
1482     <string name="sim_reenter_new">Re-type new PIN</string>
1483     <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1484     <string name="sim_change_pin">SIM PIN</string>
1485     <!-- SIM card lock settings screen, SIM PIN dialog message when wrong PIN is entered -->
1486     <string name="sim_bad_pin">Incorrect PIN!</string>
1487     <!-- SIM card lock settings screen, SIM PIN dialog message when PINs don't match -->
1488     <string name="sim_pins_dont_match">PINs don\'t match!</string>
1489     <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1490     <string name="sim_change_failed">Unable to change PIN.\nPossibly incorrect PIN.</string>
1491     <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct-->
1492     <string name="sim_change_succeeded">SIM PIN changed successfully</string>
1493     <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1494     <string name="sim_lock_failed">Unable to change SIM card lock state.\nPossibly incorrect PIN.</string>
1495     <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1496     <string name="sim_enter_ok">OK</string>
1497     <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1498     <string name="sim_enter_cancel">Cancel</string>
1499
1500     <!-- Advanced (used for diagnostics) device info activity title -->
1501     <string name="device_info_settings" product="tablet">Tablet status</string>
1502     <!-- Advanced (used for diagnostics) device info activity title -->
1503     <string name="device_info_settings" product="default">Phone status</string>
1504
1505     <!-- About phone screen, list item title.  Takes the user to the screen for seeing and installing system updates. -->
1506     <string name="system_update_settings_list_item_title">System updates</string>
1507     <!-- About phone screen, list item summary.  Takes the user to the screen for seeing and installing system updates. -->
1508     <string name="system_update_settings_list_item_summary">""</string>
1509
1510     <!-- About phone screen, status item label -->
1511     <string name="firmware_version">Android version</string>
1512     <!-- About phone screen, status item label-->
1513     <string name="model_number">Model number</string>
1514     <!-- About phone screen,  setting option name-->
1515     <string name="baseband_version">Baseband version</string>
1516     <!-- About phone screen,  setting option name-->
1517     <string name="kernel_version">Kernel version</string>
1518     <!-- About phone screen,  setting option name-->
1519     <string name="build_number">Build number</string>
1520
1521     <!-- About phone screen, show when a value of some status item is unavailable. -->
1522     <string name="device_info_not_available">Not available</string>
1523     <!-- About phone screen, phone status screen title -->
1524     <string name="device_status_activity_title">Status</string>
1525     <!-- About phone screen, title of the item to go into the Phone status screen -->
1526     <string name="device_status">Status</string>
1527     <!-- About tablet screen, summary of the item that takes you to tablet status screen -->
1528     <string name="device_status_summary" product="tablet">Status of the battery, network, and other information</string>
1529     <!-- About phone screen, summary of the item to go into the phone status screen -->
1530     <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
1531     <!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
1532     <string name="storage_settings" >Storage</string>
1533     <!-- Storage settings screen title -->
1534     <string name="storage_settings_title">Storage settings</string>
1535     <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
1536     <string name="storage_settings_summary" product="nosdcard">Unmount USB storage, view available storage</string>
1537     <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
1538     <string name="storage_settings_summary" product="default">Unmount SD card, view available storage</string>
1539     <!-- Do not translate. About phone, status item title -->
1540     <string name="status_imei">IMEI</string>
1541     <!-- Do not translate. About phone, status item title -->
1542     <string name="status_imei_sv">IMEI SV</string>
1543     <!-- About tablet, status item title.  The Mobile Directory Number [CHAR LIMIT=30] -->
1544     <string name="status_number" product="tablet">MDN</string>
1545     <!-- About phone, status item title.  The phone number of the current device [CHAR LIMIT=30] -->
1546     <string name="status_number" product="default">My phone number</string>
1547     <!-- About phone, status item title.  The phone MIN number of the current device.-->
1548     <string name="status_min_number">MIN</string>
1549     <!-- About phone, status item title.  The phone PRL Version of the current device.-->
1550     <string name="status_prl_version">PRL Version</string>
1551     <!-- About phone, status item title.  The phone MEID number of the current device.-->
1552     <string name="status_meid_number">MEID</string>
1553     <!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
1554     <string name="status_network_type">Mobile network type</string>
1555     <!-- About phone, status item title. The status of data access.  For example, the value may be "Connected" -->
1556     <string name="status_data_state">Mobile network state</string>
1557     <!-- About phone, status item title. The status of whether we have service.  for example, the value may be "In service" -->
1558     <string name="status_service_state">Service state</string>
1559     <!-- About phone, status item title. The  current cell tower signal strength -->
1560     <string name="status_signal_strength">Signal strength</string>
1561     <!-- About phone, status item title, The status for roaming.  For example, the value might be "Not roaming" -->
1562     <string name="status_roaming">Roaming</string>
1563     <!-- About phone, status item title. The cell carrier that the user is connected to.  -->
1564     <string name="status_operator">Network</string>
1565     <!-- About phone, status item title.  The MAC address of the Wi-Fi network adapter. -->
1566     <string name="status_wifi_mac_address">Wi-Fi MAC address</string>
1567     <!-- About phone, status item title.  The bluetooth adapter's hardware address-->
1568     <string name="status_bt_address">Bluetooth address</string>
1569     <!-- About phone, status item title.  The hardware serial number. [CHAR LIMIT=30]-->
1570     <string name="status_serial_number">Serial number</string>
1571     <!-- About phone, status item value if the actual value is not available. -->
1572     <string name="status_unavailable">Unavailable</string>
1573     <!-- About phone, status item title.  How long the device has been running since its last reboot. -->
1574     <string name="status_up_time">Up time</string>
1575     <!-- About phone, status item title.  How much time the device has had its main CPU awake. -->
1576     <string name="status_awake_time">Awake time</string>
1577     <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the phone's internal storage  -->
1578     <string name="internal_memory">Internal storage</string>
1579     <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card [CHAR LIMIT=30] -->
1580     <string name="sd_memory" product="nosdcard">USB storage</string>
1581     <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card -->
1582     <string name="sd_memory" product="default">SD card</string>
1583     <!-- 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. -->
1584     <string name="memory_available">Available</string>
1585     <!-- 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 -->
1586     <string name="memory_size">Total space</string>
1587     <!-- SD card & phone storage settings summary. Displayed when the total memory usage is being calculated. Will be replaced with a number like "12.3 GB" when finished calucating. [CHAR LIMIT=30] -->
1588     <string name="memory_calculating_size">Calculating…</string>
1589     <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of applications installed. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
1590     <string name="memory_apps_usage">Applications</string>
1591     <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of media on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
1592     <string name="memory_media_usage">Media</string>
1593     <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of /sdcard/Download on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
1594     <string name="memory_downloads_usage">Downloads</string>
1595     <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of all pictures, videos in /sdcard/DCIM, /sdcard/Pictures folders on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
1596     <string name="memory_dcim_usage">Pictures, Videos</string>
1597     <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of audio files in /sdcard on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
1598     <string name="memory_music_usage">Audio (music, ringtones, podcasts etc)</string>
1599     <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of misc files on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
1600     <string name="memory_media_misc_usage">Misc.</string>
1601     <!-- 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] -->
1602     <string name="sd_eject" product="nosdcard">Unmount shared storage</string>
1603     <!-- 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.   -->
1604     <string name="sd_eject" product="default">Unmount SD card</string>
1605     <!-- 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] -->
1606     <string name="sd_eject_summary" product="nosdcard">Unmount the internal USB storage</string>
1607     <!-- 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.   -->
1608     <string name="sd_eject_summary" product="default">Unmount the SD card so you can safely remove it</string>
1609     <!-- SD card & phone storage settings item title for toggling PTP mode on and off.  When PTP mode is on the device will appear on the USB bus as a PTP camera device instead of an MTP music player.   -->
1610
1611     <!-- 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] -->
1612     <string name="sd_insert_summary" product="nosdcard">Insert USB storage for mounting</string>
1613     <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
1614     <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string>
1615
1616     <!-- Storage setting item that will mount USB storage if it unmounted. A user should never see this. [CHAR LIMIT=25] -->
1617     <string name="sd_mount" product="nosdcard">Mount USB storage</string>
1618     <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
1619     <string name="sd_mount" product="default">Mount SD card</string>
1620
1621     <!-- Subtext for Mount USB storage in Storage settings. User should never see this. -->
1622     <string name="sd_mount_summary" product="nosdcard">Mount the USB storage</string>
1623     <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
1624     <string name="sd_mount_summary" product="default">Mount the SD card</string>
1625     <!-- SD card & phone storage settings item title that will result in the phone formatting the USB storage.   [CHAR LIMIT=25] -->
1626     <string name="sd_format" product="nosdcard">Erase USB storage</string>
1627     <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card.   [CHAR LIMIT=25] -->
1628     <string name="sd_format" product="default">Erase SD card</string>
1629     <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.   [CHAR LIMIT=80] -->
1630     <string name="sd_format_summary" product="nosdcard">Erases all data on the internal USB storage, such as music and photos</string>
1631     <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.   [CHAR LIMIT=80] -->
1632     <string name="sd_format_summary" product="default">Erases all data on the SD card, such as music and photos</string>
1633     <!-- SD card status when it is not available status -->
1634     <string name="sd_unavailable">Unavailable</string>
1635     <!-- SD card status when it is mounted as read only  -->
1636     <string name="read_only">\u0020(Read-only)</string>
1637     <!-- SD card eject confirmation dialog title   [CHAR LIMIT=25] -->
1638     <string name="dlg_confirm_unmount_title" product="nosdcard">Unmount USB storage</string>
1639     <!-- SD card eject confirmation dialog title   -->
1640     <string name="dlg_confirm_unmount_title" product="default">Unmount SD card</string>
1641     <!-- SD card eject confirmation dialog  [CHAR LIMIT=NONE] -->
1642     <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>
1643     <!-- SD card eject confirmation dialog  -->
1644     <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>
1645     <!-- SD card eject error dialog title   [CHAR LIMIT=30] -->
1646     <string name="dlg_error_unmount_title" product="nosdcard">Unmounting USB storage failed</string>
1647     <!-- SD card eject error dialog title   -->
1648     <string name="dlg_error_unmount_title" product="default">Unmount SD card failed</string>
1649     <!-- SD card eject error dialog text   [CHAR LIMIT=NONE] -->
1650     <string name="dlg_error_unmount_text" product="nosdcard">Cannot unmount USB storage. Try again later.</string>
1651     <!-- SD card eject error dialog text   -->
1652     <string name="dlg_error_unmount_text" product="default">Cannot unmount SD card. Try again later.</string>
1653     <!-- SD card unmount informative text   [CHAR LIMIT=NONE] -->
1654     <string name="unmount_inform_text" product="nosdcard">USB storage will be unmounted.</string>
1655     <!-- SD card unmount informative text   [CHAR LIMIT=NONE] -->
1656     <string name="unmount_inform_text" product="default">SD card will be unmounted.</string>
1657     <!-- SD card eject progress title   -->
1658     <string name="sd_ejecting_title">Unmounting</string>
1659     <!-- SD card eject progress text   -->
1660     <string name="sd_ejecting_summary">Unmount in progress</string>
1661
1662     <!-- Phone info screen, section titles: -->
1663     <string name="battery_status_title">Battery status</string>
1664     <!-- Phone info screen, section titles: -->
1665     <string name="battery_level_title">Battery level</string>
1666
1667     <!-- APN Settings -->
1668     <!-- APN settings screen title -->
1669     <string name="apn_settings">APNs</string>
1670     <!-- Screen title after user selects APNs setting option -->
1671     <string name="apn_edit">Edit access point</string>
1672     <!-- Edit access point label summary text when no value has been set -->
1673     <string name="apn_not_set">&lt;Not set&gt;</string>
1674     <!-- Edit access point labels: A label the user can give to the APN to allow him to differentiate it from the others -->
1675     <string name="apn_name">Name</string>
1676     <!-- Edit access point labels: The actual access point name-->
1677     <string name="apn_apn">APN</string>
1678     <!-- Edit access point labels: The addess of the proxy to use for this APN -->
1679     <string name="apn_http_proxy">Proxy</string>
1680     <!-- Edit access point labels: The port number of the proxy to use for this APN -->
1681     <string name="apn_http_port">Port</string>
1682     <!-- Edit access point labels: The username that will be used when conencting to this APN-->
1683     <string name="apn_user">Username</string>
1684     <!-- Edit access point labels: The password that will be used when connecting to this APN -->
1685     <string name="apn_password">Password</string>
1686     <!-- Edit access point labels: The server address to conenct to for this APN -->
1687     <string name="apn_server">Server</string>
1688     <!-- Edit access point labels: -->
1689     <string name="apn_mmsc">MMSC</string>
1690     <!-- Edit access point labels: The proxy to use for MMS (multimedia messages)-->
1691     <string name="apn_mms_proxy">MMS proxy</string>
1692     <!-- Edit access point labels: The port on the proxy used for MMS-->
1693     <string name="apn_mms_port">MMS port</string>
1694     <!-- Edit access point labels: -->
1695     <string name="apn_mcc">MCC</string>
1696     <!-- Edit access point labels: -->
1697     <string name="apn_mnc">MNC</string>
1698     <!-- Edit acces  point labels: Authenticaton type-->
1699     <string name="apn_auth_type">Authentication type</string>
1700     <!-- Authentication Typs: None -->
1701     <string name="apn_auth_type_none">None</string>
1702     <!-- Authentication Typs: PAP -->
1703     <string name="apn_auth_type_pap">PAP</string>
1704     <!-- Authentication Typs: CHAP -->
1705     <string name="apn_auth_type_chap">CHAP</string>
1706     <!-- Authentication Typs: PAP or CHAP -->
1707     <string name="apn_auth_type_pap_chap">PAP or CHAP</string>
1708     <!-- Edit access point labels: The type of APN -->
1709     <string name="apn_type">APN type</string>
1710     <!-- Edit access point labels: The protocol of the APN, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
1711     <string name="apn_protocol">APN protocol</string>
1712     <!-- Edit access point screen menu option to delete this APN -->
1713     <string name="menu_delete">Delete APN</string>
1714     <!-- APNs screen menu option to create a brand spanking new APN -->
1715     <string name="menu_new">New APN</string>
1716     <!-- Edit access point screen menu option to save the user's changes for this APN to the persistent storage -->
1717     <string name="menu_save">Save</string>
1718     <!-- Edit access point screen menu option to discard the user's changes for this APN -->
1719     <string name="menu_cancel">Discard</string>
1720     <!-- APN error dialog title -->
1721     <string name="error_title">Attention</string>
1722     <!-- APN error dialog messages: -->
1723     <string name="error_name_empty">The Name field cannot be empty.</string>
1724     <!-- APN error dialog messages: -->
1725     <string name="error_apn_empty">The APN cannot be empty.</string>
1726     <!-- APN error dialog messages: -->
1727     <string name="error_mcc_not3">MCC field must be 3 digits.</string>
1728     <!-- APN error dialog messages: -->
1729     <string name="error_mnc_not23">MNC field must be 2 or 3 digits.</string>
1730     <!-- The message of dialog indicated restoring default APN settings in progress -->
1731     <string name="restore_default_apn">Restoring default APN settings</string>
1732     <!-- APNs screen menu option to reset default APN settings -->
1733     <string name="menu_restore">Reset to default</string>
1734     <!-- APNs screen toast message to inform reset default APN settings is completed -->
1735     <string name="restore_default_apn_completed">Reset default APN settings completed</string>
1736
1737     <!-- Master Clear -->
1738     <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
1739     <string name="master_clear_title">Factory data reset</string>
1740     <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1741     <string name="master_clear_summary" product="tablet">Erases all data on tablet</string>
1742     <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1743     <string name="master_clear_summary" product="default">Erases all data on phone</string>
1744     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1745     <string name="master_clear_desc" product="tablet">"This will erase all data from your tablet\'s <b>internal storage</b>, including:\n\n<li>Your Google Account</li>\n<li>System and application data and settings</li>\n<li>Downloaded applications</li>"</string>
1746     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1747     <string name="master_clear_desc" product="default">"This will erase all data from your phone\'s <b>internal storage</b>, including:\n\n<li>Your Google Account</li>\n<li>System and application data and settings</li>\n<li>Downloaded applications"</li></string>
1748     <!-- SD card & phone storage settings screen, instructions and list of current accounts.  The list of accounts follows this text[CHAR LIMIT=NONE] -->
1749     <string name="master_clear_accounts" product="default">"\n\nYou are currently signed into the following accounts:\n"</string>
1750     <!-- SD card & phone storage settings screen, list of items in user data storage (USB storage or SD card) that will be erased during this operation [CHAR LIMIT=NONE] -->
1751     <string name="master_clear_desc_also_erases_external">"<li>Music</li>\n<li>Photos</li>\n<li>Other user data</li>"</string>
1752     <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] -->
1753     <string name="master_clear_desc_erase_external_storage" product="nosdcard">"\n\nTo also clear music, pictures, and other user data, the <b>USB storage</b> needs to be erased."</string>
1754     <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] -->
1755     <string name="master_clear_desc_erase_external_storage" product="default">"\n\nTo also clear music, pictures, and other user data, the <b>SD card</b> needs to be erased."</string>
1756     <!-- SD card & phone storage settings screen, label for check box to erase USB storage [CHAR LIMIT=30] -->
1757     <string name="erase_external_storage" product="nosdcard">Erase USB storage</string>
1758     <!-- SD card & phone storage settings screen, label for check box to erase SD card [CHAR LIMIT=30] -->
1759     <string name="erase_external_storage" product="default">Erase SD card</string>
1760     <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
1761     <string name="erase_external_storage_description" product="nosdcard">Erase all the data on the internal USB storage, such as music or photos.</string>
1762     <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
1763     <string name="erase_external_storage_description" product="default">Erase all the data on the SD card, such as music or photos.</string>
1764     <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1765     <string name="master_clear_button_text" product="tablet">Reset tablet</string>
1766     <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1767     <string name="master_clear_button_text" product="default">Reset phone</string>
1768     <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button -->
1769     <string name="master_clear_final_desc">Erase all of your personal information and any downloaded applications? It is impossible to reverse this action!</string>
1770     <!-- SD card & phone storage settings screen, button on screen after user selects Reset phone button -->
1771     <string name="master_clear_final_button_text">Erase everything</string>
1772     <!-- Message to draw an unlock pattern before clearing the device -->
1773     <string name="master_clear_gesture_prompt">Draw your unlock pattern</string>
1774     <!-- Explanation of drawing unlockp attern to reset phone -->
1775     <string name="master_clear_gesture_explanation">You must draw your unlock pattern to confirm a factory data reset.</string>
1776     <!-- Master clear failed message -->
1777     <string name="master_clear_failed">No reset was performed because the System Clear service is not available.</string>
1778     <!-- Master clear confirmation screen title [CHAR LIMIT=30] -->
1779     <string name="master_clear_confirm_title">Confirm reset</string>
1780
1781     <!-- Media Format -->
1782     <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading [CHAR LIMIT=25] -->
1783     <string name="media_format_title" product="nosdcard">Erase USB storage</string>
1784     <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
1785     <string name="media_format_title" product="default">Erase SD card</string>
1786     <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading [CHAR LIMIT=30] -->
1787     <string name="media_format_summary" product="nosdcard">Erases all data in USB storage</string>
1788     <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1789     <string name="media_format_summary" product="default">Erases all data on the SD card</string>
1790     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1791     <string name="media_format_desc" product="nosdcard">This action will erase the USB storage. You will lose <b>all</b> data stored there!</string>
1792     <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
1793     <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>
1794     <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset [CHAR LIMIT=25] -->
1795     <string name="media_format_button_text" product="nosdcard">Erase USB storage</string>
1796     <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1797     <string name="media_format_button_text" product="default">Erase SD card</string>
1798     <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
1799     <string name="media_format_final_desc" product="nosdcard">Erase USB storage, deleting all files stored there? Action cannot be reversed!</string>
1800     <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
1801     <string name="media_format_final_desc" product="default">Erase SD card, deleting all files stored there? Action cannot be reversed!</string>
1802     <!-- SD card & phone storage settings screen, button on screen after user selects Format media button -->
1803     <string name="media_format_final_button_text">Erase everything</string>
1804     <!-- Message to draw an unlock pattern before clearing the device -->
1805     <string name="media_format_gesture_prompt">Draw your unlock pattern</string>
1806     <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
1807     <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>
1808     <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
1809     <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>
1810
1811     <!-- Main settings screen, Call settings title for item to go into the call settings -->
1812     <string name="call_settings_title">Call settings</string>
1813     <!-- Main settings screen, Call settings summary for item to go into call settings -->
1814     <string name="call_settings_summary">Set up voicemail, call forwarding, call waiting, caller ID</string>
1815
1816     <!-- Tethering controls, item title to go into the tethering settings -->
1817     <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
1818     <string name="tether_settings_title_usb">USB tethering</string>
1819     <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]-->
1820     <string name="tether_settings_title_wifi">Portable hotspot</string>
1821     <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
1822     <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
1823     <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
1824     <string name="tether_settings_title_usb_bluetooth">Tethering</string>
1825     <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
1826     <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
1827
1828     <!-- Tethering controls, the item summary for the user to go into the tethering settings -->
1829     <!-- Tethering controls, the item summary for the user to go into the tethering settings when only USB tethering is available [CHAR LIMIT=100]-->
1830     <string name="tether_settings_summary_usb" product="tablet">Share your tablet\'s mobile data connection via USB</string>
1831     <!-- Tethering controls, the item summary for the user to go into the tethering settings when only USB tethering is available [CHAR LIMIT=100]-->
1832     <string name="tether_settings_summary_usb" product="default">Share your phone\'s mobile data connection via USB</string>
1833     <!-- Tethering controls, the item summary for the user to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=100]-->
1834     <string name="tether_settings_summary_wifi">Share your mobile data connection as a portable Wi-Fi hotspot</string>
1835     <!-- Tethering controls, the item summary for the user to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=100]-->
1836     <string name="tether_settings_summary_bluetooth">Share your mobile data connection via Bluetooth</string>
1837     <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Wifi tethering are available [CHAR LIMIT=100]-->
1838     <string name="tether_settings_summary_usb_wifi" product="tablet">Share your tablet\'s mobile data connection via USB or as a portable Wi-Fi hotspot</string>
1839     <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Wifi tethering are available [CHAR LIMIT=100]-->
1840     <string name="tether_settings_summary_usb_wifi" product="default">Share your phone\'s mobile data connection via USB or as a portable Wi-Fi hotspot</string>
1841     <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=100]-->
1842     <string name="tether_settings_summary_usb_bluetooth" product="tablet">Share your tablet\'s mobile data connection via USB or Bluetooth</string>
1843     <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=100]-->
1844     <string name="tether_settings_summary_usb_bluetooth" product="default">Share your phone\'s mobile data connection via USB or Bluetooth</string>
1845     <!-- Tethering controls, the item summary for the user to go into the tethering settings when Bluetooth and Wifi tethering are available [CHAR LIMIT=100]-->
1846     <string name="tether_settings_summary_wifi_bluetooth" product="tablet">Share your tablet\'s mobile data connection via Bluetooth or as a portable Wi-Fi hotspot</string>
1847     <!-- Tethering controls, the item summary for the user to go into the tethering settings when Bluetooth and Wifi tethering are available [CHAR LIMIT=100]-->
1848     <string name="tether_settings_summary_wifi_bluetooth" product="default">Share your phone\'s mobile data connection via Bluetooth or as a portable Wi-Fi hotspot</string>
1849     <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB, Wifi, and Bluetooth tethering are available [CHAR LIMIT=100]-->
1850     <string name="tether_settings_summary_all" product="tablet">Share your tablet\'s mobile data connection via USB, Wi-Fi, or Bluetooth</string>
1851     <!-- Tethering controls, the item summary for the user to go into the tethering settings when USB, Wifi, and Bluetooth tethering are available [CHAR LIMIT=100]-->
1852     <string name="tether_settings_summary_all" product="default">Share your phone\'s mobile data connection via USB, Wi-Fi, or Bluetooth</string>
1853
1854     <!-- USB Tethering options -->
1855     <string name="usb_title">USB</string>
1856     <string name="usb_tethering_button_text">USB tethering</string>
1857     <!-- USB available subtext - shown when USB is connected but not currently being tethered -->
1858     <string name="usb_tethering_available_subtext">USB connected, check to tether</string>
1859     <!-- USB tethered subtext - shown when USB is connected and being tethered -->
1860     <string name="usb_tethering_active_subtext">Tethered</string>
1861     <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
1862     <string name="usb_tethering_storage_active_subtext">Can\'t tether when USB storage in use</string>
1863     <!-- USB unavailable subtext - shown when USB is not connected -->
1864     <string name="usb_tethering_unavailable_subtext">USB not connected</string>
1865     <!-- USB errored subtext - shown when USB is broken for some reason -->
1866     <string name="usb_tethering_errored_subtext">USB tethering error</string>
1867
1868     <!-- Bluetooth Tethering settings-->
1869     <!-- Label for bluetooth tether checkbox [CHAR LIMIT=25]-->
1870     <string name="bluetooth_tether_checkbox_text">Bluetooth tethering</string>
1871     <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
1872     <string name="bluetooth_tethering_available_subtext" product="tablet">Sharing this tablet\'s Internet connection</string>
1873     <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
1874     <string name="bluetooth_tethering_available_subtext" product="default">Sharing this phone\'s Internet connection</string>
1875     <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
1876     <string name="bluetooth_tethering_device_connected_subtext" product="tablet">Sharing this tablet\'s Internet connection to 1 device</string>
1877     <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
1878     <string name="bluetooth_tethering_device_connected_subtext" product="default">Sharing this phone\'s Internet connection to 1 device</string>
1879     <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
1880     <string name="bluetooth_tethering_devices_connected_subtext" product="tablet">Sharing this tablet\'s Internet connection to <xliff:g id="connectedDeviceCount">%1$d</xliff:g> devices</string>
1881     <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
1882     <string name="bluetooth_tethering_devices_connected_subtext" product="default">Sharing this phone\'s Internet connection to <xliff:g id="connectedDeviceCount">%1$d</xliff:g> devices</string>
1883     <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
1884     <string name="bluetooth_tethering_off_subtext" product="tablet">Not sharing this tablet\'s Internet connection</string>
1885     <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
1886     <string name="bluetooth_tethering_off_subtext" product="default">Not sharing this phone\'s Internet connection</string>
1887     <!-- Bluetooth errored subtext - shown when Bluetooth is broken for some reason [CHAR LIMIT=50]-->
1888     <string name="bluetooth_tethering_errored_subtext">Bluetooth tethering error</string>
1889     <!-- Bluetooth Tethering settings. Error message shown when trying to connect an 8th device [CHAR LIMIT=50]-->
1890     <string name="bluetooth_tethering_overflow_error">Cannot tether to more than <xliff:g id="maxConnection">%1$d</xliff:g> devices</string>
1891     <!-- Bluetooth Tethering settings.  Message for untethering from a bluetooth device [CHAR LIMIT=50]-->
1892     <string name="bluetooth_untether_blank"><xliff:g id="device_name">%1$s</xliff:g> will be untethered.</string>
1893
1894     <!-- Tethering help button - calls up a web view with general tethering info -->
1895     <string name="tethering_help_button_text">Help</string>
1896
1897     <!-- Wireless controls, item title to go into the network settings -->
1898     <string name="network_settings_title">Mobile networks</string>
1899     <!-- Wireless controls, the item summary for the user to go into the network settings -->
1900     <string name="network_settings_summary">Set options for roaming, networks, APNs</string>
1901
1902     <!-- Security & location settings screen, section header for settings relating to location -->
1903     <string name="location_title">My Location</string>
1904     <!-- Security & location settings screen, setting check box label if the user wants to use wireless network-based positioning (cell ID, wifi, etc.) -->
1905     <string name="location_network_based">Use wireless networks</string>
1906     <!-- Security & location settings screen, setting summary when Use wireless networks check box is clear -->
1907     <string name="location_networks_disabled">See location in applications (such as Maps) using wireless networks</string>
1908     <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected -->
1909     <string name="location_neighborhood_level">Location determined by Wi-Fi and/or mobile networks</string>
1910     <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected, for wifi-only devices [CHAR LIMIT=100] -->
1911     <string name="location_neighborhood_level_wifi">Location determined by Wi-Fi</string>
1912     <!-- Security & location settings screen, setting check box label if the GPS receiver should be enabled -->
1913     <string name="location_gps">Use GPS satellites</string>
1914     <!-- [CHAR LIMIT=100] Security & location settings screen, setting summary when Use GPS satellites check box is selected -->
1915     <string name="location_street_level">When locating, accurate to street level</string>
1916     <!-- Security & location settings screen, setting summary when Use GPS satellites check box is clear -->
1917     <string name="location_gps_disabled">Locate to street-level (requires more battery plus view of sky)</string>
1918     <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled -->
1919     <string name="assisted_gps">Use assisted GPS</string>
1920     <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected -->
1921     <string name="assisted_gps_enabled">Use server to assist GPS (uncheck to reduce network usage)</string>
1922     <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear -->
1923     <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string>
1924     <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box label if the user wants to use their location for Google Search & other Google services -->
1925     <string name="use_location_title">Use location for Google Search</string>
1926     <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is clear -->
1927     <string name="use_location_summary_disabled">Use location for Google Search and other Google services</string>
1928     <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is checked -->
1929     <string name="use_location_summary_enabled">Location used to improve Google Search results and other Google services</string>
1930
1931     <!-- About --> <skip />
1932     <!-- Main settings screen, setting title for the user to go into the About phone screen -->
1933     <string name="about_settings" product="tablet">About tablet</string>
1934     <!-- Main settings screen, setting title for the user to go into the About phone screen -->
1935     <string name="about_settings" product="default">About phone</string>
1936     <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
1937     <string name="about_settings_summary">View legal info, status, software version</string>
1938     <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
1939     <string name="legal_information">Legal information</string>
1940     <!-- About phone settings screen, setting option name to see a list of contributors -->
1941     <string name="contributors_title">Contributors</string>
1942     <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1943     <!-- About phone settings screen, setting option name to see copyright-related info -->
1944     <string name="copyright_title">Copyright</string>
1945     <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1946     <!-- About phone settings screen, setting option name to see licensing info -->
1947     <string name="license_title">License</string>
1948     <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
1949     <!-- About phone settings screen, setting option name to see terms and conditions -->
1950     <string name="terms_title">Terms and conditions</string>
1951     <!-- About phone settings screen, running the System Tutorial -->
1952     <string name="system_tutorial_list_item_title">System tutorial</string>
1953     <!-- About phone settings screen, summary of what System Tutorial does -->
1954     <string name="system_tutorial_list_item_summary" product="tablet">Learn how to use your tablet</string>
1955     <!-- About phone settings screen, summary of what System Tutorial does -->
1956     <string name="system_tutorial_list_item_summary" product="default">Learn how to use your phone</string>
1957
1958     <!-- Title for actual Settings license activity. --> <skip />
1959     <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
1960     <string name="settings_license_activity_title">Open source licenses</string>
1961     <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
1962     <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
1963     <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
1964     <string name="settings_license_activity_loading">Loading\u2026</string>
1965
1966     <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
1967     <string name="settings_safetylegal_title">Safety information</string>
1968     <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
1969     <string name="settings_safetylegal_activity_title">Safety information</string>
1970     <!-- About phone settings screen, Safety legal dialog message when data network is not connected -->
1971     <string name="settings_safetylegal_activity_unreachable">You do not have a data connection. To view this information now, go to %s from any computer connected to the Internet.</string>
1972     <!-- About phone settings screen, Safety Legal dialog title until the link is fully loaded -->
1973     <string name="settings_safetylegal_activity_loading">Loading\u2026</string>
1974
1975     <!-- Lock Pattern settings -->
1976     <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
1977     <string name="lockpassword_choose_your_password_header">Choose your password</string>
1978     <!-- Header on first screen of choose pattern flow [CHAR LIMIT=30] -->
1979     <string name="lockpassword_choose_your_pattern_header">Choose your pattern</string>
1980     <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
1981     <string name="lockpassword_choose_your_pin_header">Choose your PIN</string>
1982     <!-- Header on password confirm screen [CHAR LIMIT=30] -->
1983     <string name="lockpassword_confirm_your_password_header">Confirm your password</string>
1984     <!-- Header on pattern confirm screen [CHAR LIMIT=30] -->
1985     <string name="lockpassword_confirm_your_pattern_header">Confirm your pattern</string>
1986     <!-- Header on password confirm screen [CHAR LIMIT=30] -->
1987     <string name="lockpassword_confirm_your_pin_header">Confirm your PIN</string>
1988     <!-- Header on password confirm screen if second password doesn't match the first. [CHAR LIMIT=30] -->
1989     <string name="lockpassword_confirm_passwords_dont_match">Passwords don\'t match</string>
1990     <!-- Header on pin confirm screen if second pin doesn't match the first. [CHAR LIMIT=30]-->
1991     <string name="lockpassword_confirm_pins_dont_match">PINs don\'t match</string>
1992     <!-- Header shown to ask the user to select an unlock method [CHAR LIMIT=30] -->
1993     <string name="lockpassword_choose_lock_generic_header">Unlock selection</string>
1994     <!-- Toast shown if setting password was successful -->
1995     <string name="lockpassword_password_set_toast">Password has been set</string>
1996     <!-- Toast shown if setting PIN was successful -->
1997     <string name="lockpassword_pin_set_toast">PIN has been set</string>
1998     <!-- Toast shown if setting pattern was successful -->
1999     <string name="lockpassword_pattern_set_toast">Pattern has been set</string>
2000
2001     <!-- Lock Pattern settings -->
2002     <!-- Security & location settings screen, header -->
2003     <string name="lock_settings_title">Lock screen</string>
2004     <!-- Security & location settings screen, setting option name -->
2005     <string name="lockpattern_change_lock_pattern_label">Change unlock pattern</string>
2006     <!-- 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 -->
2007     <string name="lockpattern_change_lock_pin_label">Change unlock PIN</string>
2008     <!-- 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 -->
2009     <string name="lockpattern_need_to_unlock">Confirm saved pattern</string>
2010     <!-- Do not translate. -->
2011     <string name="lockpattern_need_to_unlock_footer" />
2012     <!-- Security & location settings screen, change unlock pattern screen instruction if user draws incorrect pattern -->
2013     <string name="lockpattern_need_to_unlock_wrong">Sorry, try again:</string>
2014     <!-- Do not translate. -->
2015     <string name="lockpattern_need_to_unlock_wrong_footer" />
2016     <!-- 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)..-->
2017     <string name="lockpattern_recording_intro_header">Draw an unlock pattern</string>
2018     <!-- 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. -->
2019     <string name="lockpattern_recording_intro_footer">Press Menu for help.</string>
2020     <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen while drawing pattern -->
2021     <string name="lockpattern_recording_inprogress">Release finger when done.</string>
2022     <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots -->
2023     <string name="lockpattern_recording_incorrect_too_short">Connect at least <xliff:g id="number">%d</xliff:g> dots. Try again:</string>
2024     <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern -->
2025     <string name="lockpattern_pattern_entered_header">Pattern recorded!</string>
2026     <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern -->
2027     <string name="lockpattern_need_to_confirm">Draw pattern again to confirm:</string>
2028     <string name="lockpattern_pattern_confirmed_header">Your new unlock pattern:</string>
2029     <!-- 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. -->
2030     <string name="lockpattern_confirm_button_text">Confirm</string>
2031     <!-- 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. -->
2032     <string name="lockpattern_restart_button_text">Redraw</string>
2033     <!-- 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 -->
2034     <string name="lockpattern_retry_button_text">Retry</string>
2035     <!-- 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 -->
2036     <string name="lockpattern_continue_button_text">Continue</string>
2037     <!-- Security & location settings screen, unlock screen activity title -->
2038     <string name="lockpattern_settings_title">Unlock pattern</string>
2039     <!-- Security & location settings screen, setting check box title if the unlock pattern MUST be drawn everytime they turn on the screen -->
2040     <string name="lockpattern_settings_enable_title">Require pattern</string>
2041     <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" -->
2042     <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string>
2043     <!-- 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.-->
2044     <string name="lockpattern_settings_enable_visible_pattern_title">Use visible pattern</string>
2045     <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.-->
2046     <string name="lockpattern_settings_enable_tactile_feedback_title">Use tactile feedback</string>
2047     <!-- Security & location settings screen, setting option name when user has never set an unlock pattern -->
2048     <string name="lockpattern_settings_choose_lock_pattern">Set unlock pattern</string>
2049     <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern -->
2050     <string name="lockpattern_settings_change_lock_pattern">Change unlock pattern</string>
2051     <!-- Security & location settings screen, the help instructions (an animation) caption -->
2052     <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
2053     <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen after too many incorrect attempts -->
2054     <string name="lockpattern_too_many_failed_confirmation_attempts_header">Too many incorrect attempts!</string>
2055     <!-- Security & location settings screen, change unlock pattern screen countdown hint on bottom of screen after too many incorrect attempts -->
2056     <string name="lockpattern_too_many_failed_confirmation_attempts_footer">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
2057
2058     <!-- ChooseLockPatternTutorial --> <skip />
2059     <!-- ChooseLockPatternTutorial, button labels: This is to cancel the tutorial -->
2060     <string name="skip_button_label">Cancel</string>
2061     <!-- ChooseLockPatternTutorial, button labels: Continue to the next page of the tutorial -->
2062     <string name="next_button_label">Next</string>
2063     <!-- ChooseLockPatternTutorial, tutorial screen title -->
2064     <string name="lock_title" product="tablet">Securing your tablet</string>
2065     <!-- ChooseLockPatternTutorial, tutorial screen title -->
2066     <string name="lock_title" product="default">Securing your phone</string>
2067     <!-- ChooseLockPatternTutorial, tutorial screen text -->
2068     <string name="lock_intro_message" product="tablet">Protect your tablet from unauthorized use by creating a personal screen unlock pattern. Use your finger to connect the dots in any order on the next screen.  You must connect at least four dots.
2069         \n\nReady to start? Touch \u201CNext\u201D.
2070     </string>
2071     <!-- ChooseLockPatternTutorial, tutorial screen text -->
2072     <string name="lock_intro_message" product="default"><font size="17">Protect your phone from unauthorized use by creating a personal screen unlock pattern.
2073         \n<font height="17">\n</font><b>1</b>\u00A0 On the next screen, watch while an example pattern is drawn.
2074         \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.
2075         \n<font height="17">\n</font><b>3</b>\u00A0 Redraw your pattern to confirm.
2076         \n<font height="17">\n</font><b>Ready to start? Touch \u201CNext\u201D</b>.
2077         \n<font height="3">\n</font>To leave your phone unprotected, touch \u201CCancel\u201D.</font>
2078     </string>
2079
2080     <!-- Applications Settings --> <skip />
2081     <!-- Applications settings screen, setting option name for the user to go to the screen to manage installed applications  -->
2082     <string name="manageapplications_settings_title">Manage applications</string>
2083     <!-- Applications settings screen, setting option summary for the user to go to the screen to manage installed applications  -->
2084     <string name="manageapplications_settings_summary">Manage and remove installed applications</string>
2085     <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
2086     <string name="applications_settings">Applications</string>
2087     <!-- 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. -->
2088     <string name="applications_settings_summary">Manage applications, set up quick launch shortcuts</string>
2089     <!-- Applications settings screen heading. The header for the Application settings screen. -->
2090     <string name="applications_settings_header">Application settings</string>
2091     <!-- 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.  -->
2092     <string name="install_applications">Unknown sources</string>
2093     <!-- Applications settings screen, setting check box summary.  This is the summary for "Unknown sources" checkbox  -->
2094     <string name="install_unknown_applications">Allow installation of non-Market applications</string>
2095     <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
2096     <string name="install_all_warning" product="tablet">Your tablet and personal data are more vulnerable to attack by applications
2097  from unknown sources. You agree that you are solely responsible for any
2098  damage to your tablet or loss of data that may result from using
2099  these applications.</string>
2100     <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
2101     <string name="install_all_warning" product="default">Your phone and personal data are more vulnerable to attack by applications
2102  from unknown sources. You agree that you are solely responsible for any
2103  damage to your phone or loss of data that may result from using
2104  these applications.</string>
2105     <!-- 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 -->
2106     <string name="application_info_label">Application info</string>
2107     <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. -->
2108     <string name="storage_label">Storage</string>
2109     <!-- Manage applications, individual application info screen,  heading for settings related to controlling whether this app is the default for some actions -->
2110     <string name="auto_launch_label">Launch by default</string>
2111     <!-- 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. -->
2112     <string name="permissions_label">Permissions</string>
2113     <!-- Manage applications, Header name used for cache information -->
2114     <string name="cache_header_label">Cache</string>
2115     <!-- Manage applications, text label for button -->
2116     <string name="clear_cache_btn_text">Clear cache</string>
2117     <!-- Manage applications, label that appears next to the cache size -->
2118     <string name="cache_size_label">Cache</string>
2119     <!-- Manage applications, Header name used for other controls -->
2120     <string name="controls_label">Controls</string>
2121     <!-- Manage applications, text label for button to kill / force stop an application -->
2122     <string name="force_stop">Force stop</string>
2123     <!-- Manage applications, individual application info screen,label under Storage heading.  The total storage space taken up by this app. -->
2124     <string name="total_size_label">Total</string>
2125     <!-- 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) -->
2126     <string name="application_size_label">Application</string>
2127     <!-- 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) -->
2128     <string name="data_size_label">Data</string>
2129     <!--  Manage applications, individual application info screen, label under Storage heading.  The amount of space taken up by the app's data on USB storage [CHARSIZE=40] -->
2130     <string name="external_size_label" product="nosdcard">USB storage</string>
2131     <!--  Manage applications, individual application info screen, label under Storage heading.  The amount of space taken up by the app's data on the SD card [CHARSIZE=40] -->
2132     <string name="external_size_label" product="default">SD card</string>
2133     <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. -->
2134     <string name="uninstall_text">Uninstall</string>
2135     <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. -->
2136     <string name="disable_text">Disable</string>
2137     <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to re-enable an existing application. -->
2138     <string name="enable_text">Enable</string>
2139     <!-- 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) -->
2140     <string name="clear_user_data_text">Clear data</string>
2141     <!-- Manage applications, restore updated system application to factory version -->
2142     <string name="app_factory_reset">Uninstall updates</string>
2143     <!-- 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. -->
2144     <string name="auto_launch_enable_text">You have selected to launch this application by default for some actions.</string>
2145     <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->
2146     <string name="auto_launch_disable_text">No defaults set.</string>
2147     <!-- 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.  -->
2148     <string name="clear_activities">Clear defaults</string>
2149     <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
2150     <string name="unknown">Unknown</string>
2151     <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Sorts all of the apps in the list alphabetically. -->
2152     <string name="sort_order_alpha">Sort by name</string>
2153     <!-- 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. -->
2154     <string name="sort_order_size">Sort by size</string>
2155     <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Show running services. -->
2156     <string name="show_running_services">Show running services</string>
2157     <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Show background cached processes. -->
2158     <string name="show_background_processes">Show cached processes</string>
2159     <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. -->
2160     <string name="manage_space_text">Manage space</string>
2161     <!-- Text for menu option in ManageApps screen to present various menu options -->
2162     <string name="filter">Filter</string>
2163     <!-- Title of dialog for presenting filter options -->
2164     <string name="filter_dlg_title">Select filter options</string>
2165     <!-- Text for filter option in ManageApps screen to display all installed
2166     applications -->
2167     <string name="filter_apps_all">All</string>
2168     <!-- Text for filter option in ManageApps screen to display third party
2169     applications only -->
2170     <string name="filter_apps_third_party">Downloaded</string>
2171     <!-- Text for filter option in ManageApps screen to display list of running
2172     packages only. -->
2173     <string name="filter_apps_running">Running</string>
2174     <!-- Text for filter option in ManageApps screen to display list of
2175     packages installed on sdcard. [CHAR LIMIT=30] -->
2176     <string name="filter_apps_onsdcard" product="nosdcard">USB storage</string>
2177     <!-- Text for filter option in ManageApps screen to display list of
2178     packages installed on sdcard. -->
2179     <string name="filter_apps_onsdcard" product="default">On SD card</string>
2180     <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
2181     <string name="disabled">Disabled</string>
2182     <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
2183     <string name="no_applications">No applications.</string>
2184     <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->
2185     <string name="internal_storage">Internal storage</string>
2186     <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2187     <string name="sd_card_storage" product="nosdcard">USB storage</string>
2188     <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2189     <string name="sd_card_storage" product="default">SD card storage</string>
2190     <!-- Manage app screen, shown when the activity is busy recomputing the size of each app -->
2191     <string name="recompute_size">Recomputing size\u2026</string>
2192     <!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
2193     <string name="clear_data_dlg_title">Delete</string>
2194     <!-- 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. -->
2195     <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>
2196     <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
2197     <string name="dlg_ok">OK</string>
2198     <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->
2199     <string name="dlg_cancel">Cancel</string>
2200     <!-- 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. -->
2201     <string name="app_not_found_dlg_title">Application not found</string>
2202     <!-- 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. -->
2203     <string name="app_not_found_dlg_text"> The application was not
2204 found in the list of installed applications.</string>
2205     <!-- Manage applications, individual application dialog box message. Shown when there was an error trying to clear the data. -->
2206     <string name="clear_data_failed">Unable to clear application data.</string>
2207     <!-- Manage applications, factory reset dialog title for system applications. -->
2208     <string name="app_factory_reset_dlg_title">Uninstall updates</string>
2209     <!-- Manage applications, factory reset option dialog text for system applications. -->
2210     <string name="app_factory_reset_dlg_text">Do you want to uninstall all updates to this Android system application?</string>
2211     <!-- Manage applications, title for dialog if clear data fails-->
2212     <string name="clear_failed_dlg_title">Clear data</string>
2213     <!-- Manage applications, text for dialog if clear data fails-->
2214     <string name="clear_failed_dlg_text">Failed clearing data for application</string>
2215     <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
2216     <string name="security_settings_desc" product="tablet">This application can access the following on your tablet:</string>
2217     <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
2218     <string name="security_settings_desc" product="default">This application can access the following on your phone:</string>
2219     <string name="computing_size">Computing\u2026</string>
2220     <string name="invalid_size_value">Unable to compute package size</string>
2221     <!-- String displayed when list is empty -->
2222     <string name="empty_list_msg">You do not have any third-party applications installed.</string>
2223     <!-- Manage applications, version string displayed in app snippet -->
2224     <string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
2225     <!-- Manage applications, text for Move button -->
2226     <string name="move_app">Move</string>
2227     <!-- Manage applications, text for Move button to move app to internal storage -->
2228     <string name="move_app_to_internal" product="tablet">Move to tablet</string>
2229     <!-- Manage applications, text for Move button to move app to internal storage -->
2230     <string name="move_app_to_internal" product="default">Move to phone</string>
2231     <!-- Manage applications, text for Move button  to move app to sdcard [CHAR LIMIT=25] -->
2232     <string name="move_app_to_sdcard" product="nosdcard">Move to USB storage</string>
2233     <!-- Manage applications, text for Move button  to move app to sdcard -->
2234     <string name="move_app_to_sdcard" product="default">Move to SD card</string>
2235     <!-- Manage applications, title for dialog when killing persistent apps-->
2236     <!-- Manage applications, text for Move button when move is in progress -->
2237     <string name="moving">Moving</string>
2238
2239     <!-- Manage applications, text for move error messages -->
2240     <string name="insufficient_storage">There is not enough storage left.</string>
2241     <string name="does_not_exist">The application does not exist.</string>
2242     <string name="app_forward_locked">The application is copy-protected.</string>
2243     <string name="invalid_location">The specified install location is not valid.</string>
2244     <string name="system_package">System updates cannot be installed on external media.</string>
2245
2246     <string name="force_stop_dlg_title">Force stop</string>
2247     <!-- [CHAR LIMIT=200] Manage applications, text for dialog when killing persistent apps-->
2248     <string name="force_stop_dlg_text">Force stopping an application can cause it to misbehave.  Are you sure?</string>
2249     <!-- Manage applications, text for dialog when moving an app -->
2250     <string name="move_app_failed_dlg_title">Move application</string>
2251     <!-- Manage applications, text for dialog moving an app -->
2252     <string name="move_app_failed_dlg_text">Failed to move application. <xliff:g id="reason">%1$s</xliff:g></string>
2253     <!-- Manage applications, application installation location title -->
2254     <string name="app_install_location_title">Preferred install location</string>
2255     <!-- Manage applications. application installation location summary -->
2256     <string name="app_install_location_summary">Change the preferred installation location for new applications.</string>
2257
2258     <!-- [CHAR LIMIT=25] Services settings screen, setting option name for the user to go to the screen to view app storage use -->
2259     <string name="storageuse_settings_title">Storage use</string>
2260     <!-- Services settings screen, setting option summary for the user to go to the screen to app storage use -->
2261     <string name="storageuse_settings_summary">View storage used by applications</string>
2262
2263     <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
2264     <string name="runningservices_settings_title">Running services</string>
2265     <!-- Services settings screen, setting option summary for the user to go to the screen to view running services  -->
2266     <string name="runningservices_settings_summary">View and control currently running services</string>
2267     <!-- Label for a service item when it is restarting -->
2268     <string name="service_restarting">Restarting</string>
2269     <!-- Label for a process item representing a background process -->
2270     <string name="cached">Cached background process</string>
2271     <!-- [CHAR LIMIT=25] Text shown when there are no services running -->
2272     <string name="no_running_services">Nothing running.</string>
2273     <!-- Running services, description for a service in the started state -->
2274     <string name="service_started_by_app">Started by application.</string>
2275     <!-- Running services, description for a service in the started state -->
2276     <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g></string>
2277     <!-- [CHAR LIMIT=10] Running services, summary of background processes -->
2278     <string name="service_background_processes"><xliff:g id="memory">%1$s</xliff:g> free</string>
2279     <!-- [CHAR LIMIT=10] Running services, summary of foreground processes -->
2280     <string name="service_foreground_processes"><xliff:g id="memory">%1$s</xliff:g> used</string>
2281     <!-- [CHAR LIMIT=10] Running services, label for chart showing memory use. -->
2282     <string name="memory">RAM</string>
2283     <!-- Text to label a process entry with the process name. -->
2284     <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
2285     <!-- Descriptive text of a running process: singular process, singular service. -->
2286     <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
2287         process and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2288     <!-- Descriptive text of a running process: singular process, plural service. -->
2289     <string name="running_processes_item_description_s_p"><xliff:g id="numprocess">%1$d</xliff:g>
2290         process and <xliff:g id="numservices">%2$d</xliff:g> services</string>
2291      <!-- Descriptive text of a running process: plural process, singular service. -->
2292     <string name="running_processes_item_description_p_s"><xliff:g id="numprocess">%1$d</xliff:g>
2293         processes and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2294     <!-- Descriptive text of a running process: plural process, plural service. -->
2295     <string name="running_processes_item_description_p_p"><xliff:g id="numprocess">%1$d</xliff:g>
2296         processes and <xliff:g id="numservices">%2$d</xliff:g> services</string>
2297
2298     <!-- Details about an application's running services. -->
2299     <string name="runningservicedetails_settings_title">Running application</string>
2300     <!-- Message displayed when there are no active services in a process. -->
2301     <string name="no_services">Not active</string>
2302     <!-- Title for list of services. -->
2303     <string name="runningservicedetails_services_title">Services</string>
2304     <!-- Title for list of services. -->
2305     <string name="runningservicedetails_processes_title">Processes</string>
2306     <!-- Running service details, stop a service that has started itself. -->
2307     <string name="service_stop">Stop</string>
2308     <!-- Running service details, manage a service that is running for some other reason. -->
2309     <string name="service_manage">Settings</string>
2310     <!-- Running service details, default description for services that are started. -->
2311     <string name="service_stop_description">This service was started by its
2312         application.  Stopping it may cause the application to fail.</string>
2313     <!-- Running service details, description for running heavy-weight process. -->
2314     <string name="heavy_weight_stop_description">This application can not safely
2315         be stopped.  Doing so may lose some of your current work.</string>
2316     <!-- Running service details, description for background process. -->
2317     <string name="background_process_stop_description">This is an old application
2318         process that is being kept for better speed in case it is needed again.
2319         There is usually no reason to stop it.</string>
2320     <!-- Running service details, default description for services that are managed. -->
2321     <string name="service_manage_description"><xliff:g id="client_name">%1$s</xliff:g>:
2322         currently in use.  Touch Settings to control it.</string>
2323     <!-- Description of the main process in the details. -->
2324     <string name="main_running_process_description">Main process that is in use.</string>
2325     <!-- Message that a process's service is in use. -->
2326     <string name="process_service_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g>
2327         is in use.</string>
2328     <!-- Message that a process's provider is in use. -->
2329     <string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g>
2330         is in use.</string>
2331     <!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. -->
2332     <string name="runningservicedetails_stop_dlg_title">Stop system service?</string>
2333     <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
2334     <string name="runningservicedetails_stop_dlg_text" product="tablet">Are you sure you want to stop this system service? If you do, some
2335         features of your tablet may stop working correctly until you power it off
2336         and then on again.</string>
2337     <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
2338     <string name="runningservicedetails_stop_dlg_text" product="default">Are you sure you want to stop this system service? If you do, some
2339         features of your phone may stop working correctly until you power it off
2340         and then on again.</string>
2341
2342     <!-- Language Settings --> <skip />
2343     <!-- Title of setting on main settings screen.  This item will take the user to the screen to tweak settings realted to locale and text -->
2344     <string name="language_settings">Language &amp; input</string>
2345     <!-- Title of Language and keyboard settings screen -->
2346     <string name="language_keyboard_settings_title">Language &amp; input</string>
2347     <!-- 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). -->
2348     <string name="language_settings_category">Language settings</string>
2349     <!-- 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). -->
2350     <string name="keyboard_settings_category">Keyboard settings</string>
2351     <!-- On Text & language settings screen, setting option name. title of the setting to take the user to a screen to select the locale. -->
2352     <string name="phone_language">Select language</string>
2353     <!-- On Text & language settings screen, setting option name. summary of the setting to take the user to a screen to select the locale. -->
2354     <string name="phone_language_summary">""</string>
2355     <!-- 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. -->
2356     <string name="auto_replace">Auto-replace</string>
2357     <!-- On Text & language settings screen, setting summary.  This is the summary for the "Auto-replace" setting. -->
2358     <string name="auto_replace_summary">Correct mistyped words</string>
2359     <!-- On Text & language settings screen, setting option name.  title of the setting to enable autocapitalization of entered text.  for example, after the user finishes a sentence, the next letter he types will automatically be capitalizated. [CHAR LIMIT=25] -->
2360     <string name="auto_caps">Auto-capitalization</string>
2361     <!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. [CHAR LIMIT=100]-->
2362     <string name="auto_caps_summary">Capitalize first letter in sentences</string>
2363     <!-- 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". -->
2364     <string name="auto_punctuate">Auto-punctuate</string>
2365     <!-- On Text & language settings screen, category for physical keyboard text entry options. -->
2366     <string name="hardkeyboard_category">Physical keyboard settings</string>
2367     <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. -->
2368     <string name="auto_punctuate_summary">Press Space key twice to insert \u0022.\u0022</string>
2369     <!-- 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. -->
2370     <string name="show_password">Visible passwords</string>
2371     <!-- On Security & location settings screen, setting check box summary. Summary for the visible passwords setting. -->
2372     <string name="show_password_summary">Show password as you type</string>
2373     <!-- Warning message about security implications of enabling an input method, displayed as a dialog
2374          message when the user selects to enable an IME. -->
2375     <string name="ime_security_warning">This input method may be able to collect
2376     all the text you type, including personal data like passwords and credit
2377     card numbers.  It comes from the application
2378     <xliff:g id="ime_application_name">%1$s</xliff:g>.
2379     Use this input method?</string>
2380
2381     <!-- User dictionary settings --><skip />
2382     <!-- User dictionary settings, The titlebar text of the User dictionary settings screen. -->
2383     <string name="user_dict_settings_titlebar">User dictionary</string>
2384     <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen. -->
2385     <string name="user_dict_settings_title">User dictionary</string>
2386     <!-- User dictionary settings.  The summary of the listem item to go into the User dictionary settings screen. -->
2387     <string name="user_dict_settings_summary">""</string>
2388     <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
2389     <string name="user_dict_settings_add_menu_title">Add</string>
2390     <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. -->
2391     <string name="user_dict_settings_add_dialog_title">Add to dictionary</string>
2392     <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
2393     <string name="user_dict_settings_edit_dialog_title">Edit word</string>
2394     <!-- User dictionary settings. The title of the context menu item to edit the current word -->
2395     <string name="user_dict_settings_context_menu_edit_title">Edit</string>
2396     <!-- User dictionary settings. The title of the context menu item to delete the current word -->
2397     <string name="user_dict_settings_context_menu_delete_title">Delete</string>
2398     <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary  [CHAR LIMIT=200] -->
2399     <string name="user_dict_settings_empty_text" product="tablet">You do not have any words in the user dictionary. You can add a word by touching the Add ( + ) button.</string>
2400     <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary  [CHAR LIMIT=200] -->
2401     <string name="user_dict_settings_empty_text" product="default">You do not have any words in the user dictionary. You can add a word through the menu.</string>
2402
2403     <!-- 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" -->
2404     <string name="testing">Testing</string>
2405     <!-- In the Testing screen.  The item title of the activity that shows a bunch of phone-related information.  -->
2406     <string name="testing_phone_info" product="tablet">Tablet information</string>
2407     <!-- In the Testing screen.  The item title of the activity that shows a bunch of phone-related information.  -->
2408     <string name="testing_phone_info" product="default">Phone information</string>
2409     <!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information.  -->
2410     <string name="testing_battery_info">Battery information</string>
2411     <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations.  -->
2412     <string name="testing_sim_toolkit">SIM toolkit</string>
2413
2414     <!-- The title of the item to go into the Quick launch settings. -->
2415     <string name="quick_launch_title">Quick launch</string>
2416     <!-- The summary of the item to go into the Quick launch settings. This is a description of what Quick launch offers. -->
2417     <string name="quick_launch_summary">Set keyboard shortcuts to launch applications</string>
2418     <!-- 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. -->
2419     <string name="quick_launch_assign_application">Assign application</string>
2420     <!-- 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 -->
2421     <string name="quick_launch_no_shortcut">No shortcut</string>
2422     <!-- On the Quick launch settings screen, summary text under the item for each assigned letter.  -->
2423     <string name="quick_launch_shortcut">Search + <xliff:g id="shortcut_letter">%1$s</xliff:g></string>
2424     <!-- 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. -->
2425     <string name="quick_launch_clear_dialog_title">Clear</string>
2426     <!-- On the Quick launch settings screen, message in the "Clear shortcut" confirmation dialog.  See the title for this dialog for more info. -->
2427     <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>
2428     <!-- Clear dialog for quick launch setting box button labels: -->
2429     <string name="quick_launch_clear_ok_button">OK</string>
2430     <!-- Clear dialog for quick launch setting box button labels: -->
2431     <string name="quick_launch_clear_cancel_button">Cancel</string>
2432     <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all applications.  -->
2433     <string name="quick_launch_display_mode_applications">Applications</string>
2434     <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all shortcutable applications -->
2435     <string name="quick_launch_display_mode_shortcuts">Shortcuts</string>
2436
2437     <!-- Input methods Settings -->
2438     <string name="input_methods_settings_title">Text input</string>
2439     <!-- Setting name for Input Method chooser -->
2440     <string name="input_method">Input method</string>
2441     <!-- Title for selecting the current input method [CHAR LIMIT=35] -->
2442     <string name="current_input_method">Current input method</string>
2443     <!-- Title for setting the visibility of input method selector [CHAR LIMIT=35] -->
2444     <string name="input_method_selector">Input method selector</string>
2445     <!-- An option to always show input method selector automatically when needed [CHAR LIMIT=25] -->
2446     <string name="input_method_selector_show_automatically_title">Automatic</string>
2447     <!-- An option to always show input method selector [CHAR LIMIT=25] -->
2448     <string name="input_method_selector_always_show_title">Always show</string>
2449     <!-- An option to always hide input method selector [CHAR LIMIT=25] -->
2450     <string name="input_method_selector_always_hide_title">Always hide</string>
2451     <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
2452     <string name="configure_input_method">Configure input methods</string>
2453     <!-- Title for settings of each IME [CHAR LIMIT=25] -->
2454     <string name="input_method_settings">Settings</string>
2455     <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
2456     <string name="active_input_method_subtypes">Active input methods</string>
2457     <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] -->
2458     <string name="use_system_language_to_select_input_method_subtypes">Use system language</string>
2459     <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" [CHAR LIMIT=35] -->
2460     <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string>
2461     <!-- Title for the settings of selecting active input methods of an IME [CHAR LIMIT=35] -->
2462     <string name="input_methods_and_subtype_enabler_title">Select active input methods</string>
2463     <!-- Summary for on-screen keyboard settings -->
2464     <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string>
2465     <!-- Title for built-in keyboard settings -->
2466     <string name="builtin_keyboard_settings_title">Physical keyboard</string>
2467     <!-- Summary for built-in keyboard settings -->
2468     <string name="builtin_keyboard_settings_summary">Physical keyboard settings</string>
2469
2470     <!-- Development Settings.  the title for the item to take the user to Development settings.  Development settings are settings meant for application developers.  -->
2471     <string name="development_settings_title">Development</string>
2472     <!-- Development Settings summary.  The summary of the item to take the user to Development settings.  Development settings are settings meant for application developers. -->
2473     <string name="development_settings_summary">Set options for application development</string>
2474     <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
2475     <string name="enable_adb">USB debugging</string>
2476     <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
2477     <string name="enable_adb_summary">Debug mode when USB is connected</string>
2478     <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
2479     <string name="keep_screen_on">Stay awake</string>
2480     <!-- setting Checkbox summary whether to keep the screen on when plugged in  -->
2481     <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
2482     <!-- Setting Checkbox title whether to allow mock locations -->
2483     <string name="allow_mock_location">Allow mock locations</string>
2484     <!-- setting Checkbox summary whether to allow mock locations  -->
2485     <string name="allow_mock_location_summary">Allow mock locations</string>
2486     <!-- Title of warning dialog about the implications of enabling USB debugging -->
2487     <string name="adb_warning_title">Allow USB debugging?</string>
2488     <!-- Warning text to user about the implications of enabling USB debugging -->
2489     <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>
2490
2491     <!-- Title for the screen that lets the user choose a gadget to add to the home screen
2492          (or other screens that can host gadgets).  Note to translators: we're still determining
2493          the final name for Gadgets/Widgets, so please translate both for now. -->
2494     <string name="gadget_picker_title">Choose gadget</string>
2495
2496     <!-- Title for the screen that lets the user choose a widget to add to the home screen
2497          (or other screens that can host widgets).  Note to translators: we're still determining
2498          the final name for Gadgets/Widgets, so please translate both for now. -->
2499     <string name="widget_picker_title">Choose widget</string>
2500
2501     <!-- Used to show an amount of time in the form "d days, h hours, m minutes, s seconds" in BatteryHistory -->
2502     <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>
2503
2504     <!-- Used to show an amount of time in the form "h hours, m minutes, s seconds" in BatteryHistory -->
2505     <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>
2506
2507     <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
2508     <string name="battery_history_minutes"><xliff:g id="minutes">%1$d</xliff:g>m <xliff:g id="seconds">%2$d</xliff:g>s</string>
2509
2510     <!-- Used to show an amount of time in the form "s seconds" in BatteryHistory -->
2511     <string name="battery_history_seconds"><xliff:g id="seconds">%1$d</xliff:g>s</string>
2512
2513     <!-- XXX remove? Strings used for displaying usage statistics -->
2514     <string name="usage_stats_label">Usage statistics</string>
2515
2516     <!-- In the Testing screen. The item title of the activity that shows usage statistics.  -->
2517     <string name="testing_usage_stats">Usage statistics</string>
2518     <!-- label for text to indicate sort options -->
2519     <string name="display_order_text">Sort by:</string>
2520     <!-- label for application name -->
2521     <string name="app_name_label">Application</string>
2522     <!-- label for launch count -->
2523     <string name="launch_count_label">Count</string>
2524     <!-- label for usage time -->
2525     <string name="usage_time_label">Usage time</string>
2526
2527     <!-- Accessibility settings -->
2528     <skip />
2529
2530     <!-- Settings title in main settings screen for accessibility settings -->
2531     <string name="accessibility_settings">Accessibility</string>
2532     <!-- Settings title for accessibility settings screen -->
2533     <string name="accessibility_settings_title">Accessibility settings</string>
2534     <!-- Settings summary for accessibility settings -->
2535     <string name="accessibility_settings_summary">Manage accessibility options</string>
2536     <!-- Setting Checkbox title for enabling accessibility -->
2537     <string name="toggle_accessibility_title">Accessibility</string>
2538     <!-- Setting accessibility services category -->
2539     <string name="accessibility_services_category">Accessibility services</string>
2540     <!-- Message for announcing the lack of installed accessibility services. -->
2541     <string name="no_accessibility_services_summary">No installed accessibility services.</string>
2542     <!-- Warning message about security implications of enabling an accessibility service,
2543          displayed as a dialog message when the user selects to enable an accessibility service. -->
2544     <string name="accessibility_service_security_warning">This accessibility service may be able to collect
2545         all the text you type, including personal data credit card numbers except passwords.
2546         It may also log your user interface interactions. It comes from the application
2547         <xliff:g id="accessibility_service_name">%1$s</xliff:g>. Use this accessibility service?</string>
2548     <!-- Warning about disabling accessibility displayed as a dialog message when the user
2549          selects to disable accessibility. This avoids accidental disabling. -->
2550     <string name="accessibility_service_disable_warning">Disable accessibility?</string>
2551     <!-- Title for the prompt that lets users know that they have no accessibility related apps
2552          installed and that they can install TalkBack from Market. -->
2553     <string name="accessibility_service_no_apps_title">No accessibility related applications found
2554         </string>
2555     <!-- Message for the prompt that lets users know that they have no accessibility related apps
2556          installed and that they can install TalkBack from Market. -->
2557     <string name="accessibility_service_no_apps_message">You do not have any accessibility-related
2558         applications installed.\n\nYou can download a screen reader for your device from Android
2559         Market.\n\nClick "OK" to install the screen reader.</string>
2560
2561     <!-- Accessibility settings: Webpage accessibility scripts category [CHAR LIMIT=25] -->
2562     <string name="accessibility_script_injection_category">Accessibility scripts</string>
2563     <!-- Accessibility settings: Checkbox title for enabling download of accessibility scripts [CHAR LIMIT=40] -->
2564     <string name="accessibility_script_injection_enabled">Download accessibility scripts</string>
2565     <!-- Accessibility settings: Checkbox summary for enabling download of accessibility scripts [CHAR LIMIT=65] -->
2566     <string name="accessibility_script_injection_enabled_summary">Allow applications to download accessibility scripts from Google</string>
2567     <!-- Warning message about security implications of downloading accessibility scripts,
2568          displayed as a dialog message when the user selects to enable script downloading. [CHAR LIMIT="NONE"] -->
2569     <string name="accessibility_script_injection_security_warning" product="tablet">Some applications can ask Google
2570         to download scripts to your tablet that make their content more accessible. Are you sure you
2571         want to allow Google to install accessibility scripts on your tablet?</string>
2572     <!-- Warning message about security implications of downloading accessibility scripts,
2573          displayed as a dialog message when the user selects to enable script downloading. [CHAR LIMIT="NONE"] -->
2574     <string name="accessibility_script_injection_security_warning" product="default">Some applications can ask Google
2575         to download scripts to your phone that make their content more accessible. Are you sure you
2576         want to allow Google to install accessibility scripts on your phone?</string>
2577     <!-- Accessibility settings: Power button category -->
2578     <string name="accessibility_power_button_category">Power button</string>
2579     <!-- Accessibility settings: checkbox title for power button behavior -->
2580     <string name="accessibility_power_button_ends_call">Power button ends call</string>
2581     <!-- Accessibility settings: power button behavior summary text -->
2582     <string name="accessibility_power_button_ends_call_summary">During a call, pressing Power ends call instead of turning off screen</string>
2583
2584     <!-- Setting interaction category [CHAR LIMIT=35] -->
2585     <string name="touchscreen_gestures_category">Touchscreen gestures</string>
2586     <!-- Title for setting the long-press timeout [CHAR LIMIT=35] -->
2587     <string name="long_press_timeout_selector_title">Touch &amp; hold delay</string>
2588     <!-- Summary for setting the long-press timeout [CHAR LIMIT=85] -->
2589     <string name="long_press_timeout_selector_summary">Delay until a touch is interpreted as a touch &amp; hold</string>
2590     <!-- The default value for the long press timeout. -->
2591     <string name="long_press_timeout_selector_default_value" translatable="false">500</string>
2592
2593     <!-- App Fuel Gauge strings -->
2594     <skip />
2595
2596     <!-- Activity title for App Fuel Gauge summary -->
2597     <string name="power_usage_summary_title">Battery use</string>
2598     <!-- Activity title summary for App Fuel Gauge summary -->
2599     <string name="power_usage_summary">What has been using the battery</string>
2600     <!-- Message to show when battery usage data is not available [CHAR LIMIT=30] -->
2601     <string name="power_usage_not_available">Battery usage data not available</string>
2602     <!-- Battery usage since unplugged -->
2603     <string name="battery_since_unplugged">Battery use since unplugged</string>
2604     <!-- Battery usage since user reset the stats -->
2605     <string name="battery_since_reset">Battery use since reset</string>
2606     <!-- Battery usage on battery duration -->
2607     <string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> on battery</string>
2608     <!-- Battery usage duration -->
2609     <string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
2610     <!-- [CHAR LIMIT=25] Label for battery stats charging state graph -->
2611     <string name="battery_stats_charging_label">Charging</string>
2612     <!-- [CHAR LIMIT=25] Label for battery stats screen on state graph -->
2613     <string name="battery_stats_screen_on_label">Screen on</string>
2614     <!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
2615     <string name="battery_stats_gps_on_label">GPS on</string>
2616     <!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
2617     <string name="battery_stats_wifi_running_label">Wi-Fi</string>
2618     <!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
2619     <string name="battery_stats_wake_lock_label">Awake</string>
2620     <!-- [CHAR LIMIT=25] Label for battery stats phone signal strength graph -->
2621     <string name="battery_stats_phone_signal_label">Mobile network signal</string>
2622     <!-- Battery usage during last unplugged period -->
2623     <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
2624     <!-- CPU awake time title -->
2625     <string name="awake">Device awake time</string>
2626     <!-- Wifi on time -->
2627     <string name="wifi_on_time">Wi-Fi on time</string>
2628     <!-- Bluetooth on time -->
2629     <string name="bluetooth_on_time">Wi-Fi on time</string>
2630     <!-- Application name and battery usage percentage -->
2631     <string name="usage_name_percent"><xliff:g id="name">%1$s</xliff:g>" - "
2632             <xliff:g id="number" example="30">%2$s</xliff:g><xliff:g id="percent" example="%">%%</xliff:g></string>
2633
2634     <!-- Activity title for battery usage history details -->
2635     <string name="history_details_title">History details</string>
2636
2637     <!-- Activity title for battery usage details for an app. or power consumer -->
2638     <string name="details_title">Use details</string>
2639     <!-- Subtitle for application/subsystem details -->
2640     <string name="details_subtitle">Use details</string>
2641     <!-- Subtitle for possible options -->
2642     <string name="controls_subtitle">Adjust power use</string>
2643     <!-- Subtitle for list of packages -->
2644     <string name="packages_subtitle">Included packages</string>
2645
2646     <!-- Label for power consumed by the screen -->
2647     <string name="power_screen">Screen</string>
2648     <!-- Label for power consumed by WiFi -->
2649     <string name="power_wifi">Wi-Fi</string>
2650     <!-- Label for power consumed by Bluetooth -->
2651     <string name="power_bluetooth">Bluetooth</string>
2652     <!-- Label for power consumed by Cell idle -->
2653     <string name="power_cell">Cell standby</string>
2654     <!-- Label for power consumed by Calling -->
2655     <string name="power_phone">Voice calls</string>
2656     <!-- Label for power consumed when Idle -->
2657     <string name="power_idle" product="tablet">Tablet idle</string>
2658     <!-- Label for power consumed when Idle -->
2659     <string name="power_idle" product="default">Phone idle</string>
2660
2661     <!-- Label for CPU usage time -->
2662     <string name="usage_type_cpu">CPU total</string>
2663     <!-- Label for CPU usage in foreground -->
2664     <string name="usage_type_cpu_foreground">CPU foreground</string>
2665     <!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
2666     <string name="usage_type_wake_lock">Keep awake</string>
2667     <!-- Label for GPU usage time -->
2668     <string name="usage_type_gps">GPS</string>
2669     <!-- [CHAR LIMIT=25] Label for WIFI usage time -->
2670     <string name="usage_type_wifi_running">Wi-Fi running</string>
2671     <!-- Label for Phone usage time -->
2672     <string name="usage_type_phone" product="tablet">Tablet</string>
2673     <!-- Label for Phone usage time -->
2674     <string name="usage_type_phone" product="default">Phone</string>
2675     <!-- Label for Data sent -->
2676     <string name="usage_type_data_send">Data sent</string>
2677     <!-- Label for Data received -->
2678     <string name="usage_type_data_recv">Data received</string>
2679     <!-- Label for Audio usage time -->
2680     <string name="usage_type_audio">Audio</string>
2681     <!-- Label for Video usage time -->
2682     <string name="usage_type_video">Video</string>
2683     <!-- Label for time that a feature has been on -->
2684     <string name="usage_type_on_time">Time on</string>
2685     <!-- Label for time that there was no cell coverage -->
2686     <string name="usage_type_no_coverage">Time without a signal</string>
2687     <!-- Label for force stop action -->
2688     <string name="battery_action_stop">Force stop</string>
2689     <!-- Label for app details action -->
2690     <string name="battery_action_app_details">Application info</string>
2691     <!-- Label for app settings action -->
2692     <string name="battery_action_app_settings">Application settings</string>
2693     <!-- Label for display settings -->
2694     <string name="battery_action_display">Screen settings</string>
2695     <!-- Label for wifi settings -->
2696     <string name="battery_action_wifi">Wi-Fi settings</string>
2697     <!-- Label for bluetooth settings -->
2698     <string name="battery_action_bluetooth">Bluetooth settings</string>
2699
2700     <!-- Description for voice call detail -->
2701     <string name="battery_desc_voice">Battery used by voice calls</string>
2702
2703     <!-- Description for standby detail -->
2704     <string name="battery_desc_standby" product="tablet">Battery used when tablet is idle</string>
2705     <!-- Description for standby detail -->
2706     <string name="battery_desc_standby" product="default">Battery used when phone is idle</string>
2707
2708     <!-- Description for cell radio detail -->
2709     <string name="battery_desc_radio">Battery used by cell radio</string>
2710     <!-- Suggestion to switch to airplane mode to save power -->
2711     <string name="battery_sugg_radio">Switch to airplane mode to save power in areas with no cell coverage</string>
2712
2713     <!-- Description for power consumed by display -->
2714     <string name="battery_desc_display">Battery used by the display and backlight</string>
2715     <!-- Suggestion for reducing display power -->
2716     <string name="battery_sugg_display">Reduce the screen brightness and/or screen timeout</string>
2717
2718     <!-- Description for wifi connectivity -->
2719     <string name="battery_desc_wifi">Battery used by Wi-Fi</string>
2720     <!-- Suggestion for wifi connectivity power drain -->
2721     <string name="battery_sugg_wifi">Turn off Wi-Fi when not using it or where it is not available</string>
2722
2723     <!-- Description for bluetooth power consumption detail -->
2724     <string name="battery_desc_bluetooth">Battery used by bluetooth</string>
2725     <!-- Suggestion for bluetooth -->
2726     <string name="battery_sugg_bluetooth_basic">Turn off bluetooth when you aren\'t using it</string>
2727     <!-- Suggestion for bluetooth headset -->
2728     <string name="battery_sugg_bluetooth_headset">Try connecting to a different bluetooth device</string>
2729
2730     <!-- [CHAR LIMIT=50] Description for power consumed by applications -->
2731     <string name="battery_desc_apps">Battery used by application</string>
2732     <!-- Suggestion for exploring application info to stop or uninstall -->
2733     <string name="battery_sugg_apps_info">Stop or uninstall the application</string>
2734     <!-- [CHAR LIMIT=100] Suggestion for getting apps to consume less power due to GPS-->
2735     <string name="battery_sugg_apps_gps">"Manually control GPS to prevent application from using it"</string>
2736     <!-- Suggestion for getting apps to consume less power -->
2737     <string name="battery_sugg_apps_settings">The application may offer settings to reduce battery use</string>
2738
2739     <!-- Menu label for viewing battery usage since unplugged -->
2740     <string name="menu_stats_unplugged"><xliff:g id="unplugged">%1$s</xliff:g> since unplugged</string>
2741     <!-- Menu label for viewing battery usage since unplugged -->
2742     <string name="menu_stats_last_unplugged">While last unplugged for <xliff:g id="unplugged">%1$s</xliff:g></string>
2743     <!-- Menu label for viewing battery usage total -->
2744     <string name="menu_stats_total">Usage totals</string>
2745     <!-- Menu label for refreshing with latest usage numbers -->
2746     <string name="menu_stats_refresh">Refresh</string>
2747
2748     <!-- Label for kernel threads -->
2749     <string name="process_kernel_label">Android OS</string>
2750     <!-- Label for mediaserver process -->
2751     <string name="process_mediaserver_label">Mediaserver</string>
2752
2753     <!-- Voice input/output settings --><skip />
2754     <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
2755     <string name="voice_input_output_settings">Voice input &amp; output</string>
2756     <!-- Main voice input/output settings screen title -->
2757     <string name="voice_input_output_settings_title">Voice input &amp; output settings</string>
2758     <!-- Title of voice search settings list item within voice input/output settings -->
2759     <string name="voice_search_settings_title">Voice search</string>
2760     <!-- Title of keyboard settings list item within voice input/output settings -->
2761     <string name="keyboard_settings_title">Android keyboard</string>
2762     <!-- Title for the 'voice input' category of voice input/output settings -->
2763     <string name="voice_input_category">Voice input</string>
2764     <!-- Title for the 'voice output' category of voice input/output settings -->
2765     <string name="voice_output_category">Voice output</string>
2766     <!-- Title for the voice recognizer setting in voice input/output settings -->
2767     <string name="recognizer_title">Voice recognizer</string>
2768     <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings -->
2769     <string name="recognizer_settings_title">Voice recognizer settings</string>
2770     <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings.
2771          Would say something like, e.g., "Settings for 'Google'". -->
2772     <string name="recognizer_settings_summary">Settings for \'<xliff:g id="recognizer_name">%s</xliff:g>\'</string>
2773
2774     <!-- Text-To-Speech (TTS) settings --><skip />
2775     <!-- 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 -->
2776     <string name="tts_settings">Text-to-speech settings</string>
2777     <!-- Main TTS Settings screen title -->
2778     <string name="tts_settings_title">Text-to-speech settings</string>
2779     <!-- On main TTS Settings screen, title for toggle used to force use of default TTS settings -->
2780     <string name="use_default_tts_settings_title">Always use my settings</string>
2781     <!-- On main TTS Settings screen, summary for toggle used to force use of default TTS settings -->
2782     <string name="use_default_tts_settings_summary">Default settings below override application settings</string>
2783     <!-- On main TTS Settings screen, section header for default TTS settings -->
2784     <string name="tts_default_settings_section">Default settings</string>
2785     <!-- On main TTS Settings screen, in default settings section, setting default synthesis engine for synthesized voice -->
2786     <string name="tts_default_synth_title">Default Engine</string>
2787     <!-- On main TTS Settings screen, summary for default synthesis engine for synthesized voice -->
2788     <string name="tts_default_synth_summary">Sets the speech synthesis engine to be used for spoken text</string>
2789     <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
2790     <string name="tts_default_rate_title">Speech rate</string>
2791     <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
2792     <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
2793     <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
2794     <string name="tts_default_pitch_title">Pitch</string>
2795     <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
2796     <string name="tts_default_pitch_summary">Affects the tone of the spoken text</string>
2797     <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
2798     <string name="tts_default_lang_title">Language</string>
2799     <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
2800     <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
2801     <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
2802     <string name="tts_play_example_title">Listen to an example</string>
2803     <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
2804     <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
2805     <!-- On main TTS Settings screen, click to install required speech synthesis data -->
2806     <string name="tts_install_data_title">Install voice data</string>
2807     <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
2808     <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
2809     <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
2810     <string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</string>
2811     <!-- Text spoken by the TTS engine for demonstration purposes -->
2812     <string name="tts_demo">This is an example of speech synthesis.</string>
2813     <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
2814     <string name="tts_settings_changed_demo">Your settings have changed. This is an example of how they sound.</string>
2815     <!-- Error screen when a selected TTS engine can't run because it's missing components -->
2816     <string name="tts_engine_error">The engine you selected is unable to run</string>
2817     <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2818     <string name="tts_engine_error_config">Configure</string>
2819     <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2820     <string name="tts_engine_error_reselect">Select another engine</string>
2821     <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
2822          message when the user selects to enable an engine. -->
2823     <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
2824     all the text that will be spoken, including personal data like passwords and credit
2825     card numbers.  It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
2826     Enable the use of this speech synthesis engine?</string>
2827     <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
2828     <string name="tts_engines_section">Engines</string>
2829     <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
2830     <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> settings</string>
2831     <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
2832     <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string>
2833     <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
2834     <string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is disabled</string>
2835     <!-- On Pico TTS Settings screen, text to mark the section for the various languages and voices that are available -->
2836     <string name="pico_languages_and_voices">Languages and voices</string>
2837     <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
2838     <string name="pico_installed">Installed</string>
2839     <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
2840     <string name="pico_not_installed">Not installed</string>
2841     <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
2842     <string name="pico_voice_summary_female">Female</string>
2843     <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
2844     <string name="pico_voice_summary_male">Male</string>
2845     <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed -->
2846     <string name="tts_notif_engine_install_title">Speech synthesis engine installed</string>
2847     <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine,
2848          to warn the user that this engine cannot be used before the checkbox for that engine
2849          in TTS settings is checked. -->
2850     <string name="tts_notif_engine_install_message">Enable new engine before use</string>
2851
2852     <!-- Power Control Widget -->
2853     <string name="gadget_title">Power Control</string>
2854     <string name="gadget_toggle_wifi">Updating Wi-Fi setting</string>
2855     <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string>
2856
2857     <string name="vpn_settings_activity_title">VPN settings</string>
2858
2859     <!-- Title of VPN connect dialog -->
2860     <string name="vpn_connect_to">Connect to <xliff:g id="name" example="Work Network">%s</xliff:g></string>
2861     <!-- In VPN connect dialog, for inputing username and password -->
2862     <string name="vpn_username_colon">Username:</string>
2863     <string name="vpn_password_colon">Password:</string>
2864     <string name="vpn_a_username">a username</string>
2865     <string name="vpn_a_password">a password</string>
2866
2867     <!-- In VPN connect dialog where user may check to remember the username entered -->
2868     <string name="vpn_save_username">Remember username</string>
2869
2870     <string name="vpn_connect_button">Connect</string>
2871     <string name="vpn_yes_button">Yes</string>
2872     <string name="vpn_no_button">No</string>
2873     <string name="vpn_back_button">Back</string>
2874     <string name="vpn_mistake_button">No</string>
2875
2876     <string name="vpn_menu_done">Save</string>
2877     <string name="vpn_menu_cancel">Cancel</string>
2878     <string name="vpn_menu_revert">Revert</string>
2879     <string name="vpn_menu_connect">Connect to network</string>
2880     <string name="vpn_menu_disconnect">Disconnect from network</string>
2881     <string name="vpn_menu_edit">Edit network</string>
2882     <string name="vpn_menu_delete">Delete network</string>
2883
2884     <!-- VPN error dialog messages -->
2885     <string name="vpn_error_miss_entering">You must enter <xliff:g id="code">%s</xliff:g>.</string>
2886     <string name="vpn_error_miss_selecting">You must select <xliff:g id="option">%s</xliff:g>.</string>
2887     <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>
2888     <string name="vpn_confirm_profile_deletion">Are you sure you want to delete this VPN?</string>
2889     <string name="vpn_confirm_add_profile_cancellation">Are you sure you don\'t want to create this profile?</string>
2890     <string name="vpn_confirm_edit_profile_cancellation">Are you sure you want to discard the changes made to this profile?</string>
2891     <string name="vpn_confirm_reconnect">Unable to connect to the network. Do you want to try again?</string>
2892     <string name="vpn_reconnect_from_lost">Connection lost. Do you want to connect again?</string>
2893     <string name="vpn_unknown_server_dialog_msg">Server name cannot be resolved. Do you want to check your server name setting?</string>
2894     <string name="vpn_challenge_error_dialog_msg">Challenge error. Do you want to check your secret setting?</string>
2895     <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>
2896     <string name="vpn_auth_error_dialog_msg">The username or password you entered is incorrect. Do you want to try again?</string>
2897     <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>
2898     <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>
2899     <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>
2900
2901     <!-- VPN type selection activity title -->
2902     <string name="vpn_type_title">Add VPN</string>
2903     <!-- "Add VPN" preference title -->
2904     <string name="vpn_add_new_vpn">Add VPN</string>
2905     <!-- VPN details screen title -->
2906     <string name="vpn_details_title">VPN details</string>
2907     <!-- VPN profile editor title when adding a new profile -->
2908     <string name="vpn_edit_title_add">Add <xliff:g id="name">%s</xliff:g> VPN</string>
2909     <!-- VPN profile editor title when editing an existing profile -->
2910     <string name="vpn_edit_title_edit"><xliff:g id="name">%s</xliff:g> details</string>
2911     <!-- Preference group title for a list of VPN profiles -->
2912     <string name="vpns">VPNs</string>
2913     <!-- Preference summary text when VPN is connecting -->
2914     <string name="vpn_connecting">Connecting...</string>
2915     <!-- Preference summary text when VPN is disconnecting -->
2916     <string name="vpn_disconnecting">Disconnecting...</string>
2917     <!-- Preference summary text when VPN is connected -->
2918     <string name="vpn_connected">Connected</string>
2919     <!-- Preference summary text when VPN is not connected -->
2920     <string name="vpn_connect_hint">Connect to network</string>
2921
2922     <!-- Name of a VPN profile -->
2923     <string name="vpn_name">VPN name</string>
2924     <string name="vpn_a_name">a VPN name</string>
2925
2926     <!-- Toast message shown when a profile is added -->
2927     <string name="vpn_profile_added">\'<xliff:g id="name">%s</xliff:g>\' is added</string>
2928     <!-- Toast message shown when changes of a profile is saved -->
2929     <string name="vpn_profile_replaced">Changes are made to \'<xliff:g id="name">%s</xliff:g>\'</string>
2930
2931     <!-- Preference title -->
2932     <string name="vpn_user_certificate_title">Set user certificate</string>
2933     <!-- Complete term -->
2934     <string name="vpn_user_certificate">User certificate</string>
2935     <string name="vpn_a_user_certificate">a user certificate</string>
2936
2937     <!-- Preference title -->
2938     <string name="vpn_ca_certificate_title">Set CA certificate</string>
2939     <!-- Complete term -->
2940     <string name="vpn_ca_certificate">Certificate authority (CA) certificate</string>
2941     <string name="vpn_a_ca_certificate">a CA certificate</string>
2942     <!-- Preference title -->
2943     <string name="vpn_l2tp_secret_string_title">Set L2TP secret</string>
2944     <!-- Complete term -->
2945     <string name="vpn_l2tp_secret">L2TP secret</string>
2946     <string name="vpn_a_l2tp_secret">an L2TP secret</string>
2947     <string name="vpn_pptp_encryption_title">encryption</string>
2948     <string name="vpn_pptp_encryption">PPTP encryption</string>
2949
2950     <!-- Preference title -->
2951     <string name="vpn_ipsec_presharedkey_title">Set IPSec pre-shared key</string>
2952     <!-- Complete term -->
2953     <string name="vpn_ipsec_presharedkey">IPSec pre-shared key</string>
2954     <string name="vpn_a_ipsec_presharedkey">an IPSec pre-shared key</string>
2955
2956     <!-- Preference title -->
2957     <string name="vpn_vpn_server_title">Set VPN server</string>
2958     <!-- Complete term -->
2959     <string name="vpn_vpn_server">VPN server</string>
2960     <string name="vpn_a_vpn_server">a VPN server</string>
2961     <!-- Dialog title for setting VPN server name -->
2962     <string name="vpn_vpn_server_dialog_title">VPN server name</string>
2963
2964     <!-- Preference title -->
2965     <string name="vpn_dns_search_list_title">DNS search domains</string>
2966     <!-- Complete term -->
2967     <string name="vpn_dns_search_list">DNS search domains</string>
2968
2969     <!-- Summary text to hint that the value is set -->
2970     <string name="vpn_field_is_set"><xliff:g id="value">%s</xliff:g> is set</string>
2971     <!-- Summary text to hint that the value is not set -->
2972     <string name="vpn_field_not_set"><xliff:g id="value">%s</xliff:g> not set</string>
2973     <!-- Summary text to hint that the value is not set but it's not required-->
2974     <string name="vpn_field_not_set_optional"><xliff:g id="value">%s</xliff:g> not set (optional)</string>
2975
2976     <!-- CheckBoxPreference title to enable something -->
2977     <string name="vpn_enable_field">Enable <xliff:g id="option">%s</xliff:g></string>
2978     <!-- CheckBoxPreference title to disable something -->
2979     <string name="vpn_disable_field">Disable <xliff:g id="option">%s</xliff:g></string>
2980
2981     <!-- CheckBoxPreference summary to hint that something is enabled -->
2982     <string name="vpn_is_enabled"><xliff:g id="option">%s</xliff:g> is enabled</string>
2983     <!-- CheckBoxPreference summary to hint that something is disabled -->
2984     <string name="vpn_is_disabled"><xliff:g id="option">%s</xliff:g> is disabled</string>
2985
2986     <!-- Title of preference to enter the VPN settings activity -->
2987     <string name="vpn_settings_title">VPN settings</string>
2988     <!-- Summary of preference to enter the VPN settings activity -->
2989     <string name="vpn_settings_summary">Set up &amp; manage Virtual Private Networks (VPNs)</string>
2990     <!-- A secret edit field's grayed out value when it has not been modified -->
2991     <string name="vpn_secret_unchanged">(unchanged)</string>
2992     <!-- A secret edit field's grayed out value when it has not been set -->
2993     <string name="vpn_secret_not_set">(not set)</string>
2994
2995     <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] -->
2996     <string name="credentials_title">Credential storage</string>
2997     <!-- Title of preference to enable/dislable access to credential storage [CHAR LIMIT=30] -->
2998     <string name="credentials_access">Use secure credentials</string>
2999     <!-- Summary of preference to enable/dislable access to credential storage [CHAR LIMIT=NONE] -->
3000     <string name="credentials_access_summary">Allow applications to access secure certificates and other credentials</string>
3001     <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
3002     <string name="credentials_install" product="nosdcard">Install from storage</string>
3003     <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
3004     <string name="credentials_install" product="default">Install from SD card</string>
3005     <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
3006     <string name="credentials_install_summary" product="nosdcard">Install certificates from storage</string>
3007     <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
3008     <string name="credentials_install_summary" product="default">Install certificates from SD card</string>
3009     <!-- Title of preference to set the password for credential storage [CHAR LIMIT=30] -->
3010     <string name="credentials_set_password">Set password</string>
3011     <!-- Summary of preference to set the password for credential storage [CHAR LIMIT=NONE] -->
3012     <string name="credentials_set_password_summary">Set or change the password for credential storage</string>
3013     <!-- Title of preference to reset credential storage [CHAR LIMIT=30] -->
3014     <string name="credentials_reset">Clear credentials</string>
3015     <!-- Summary of preference to reset credential storage [CHAR LIMIT=NONE] -->
3016     <string name="credentials_reset_summary">Remove all the contents and reset the password</string>
3017
3018     <!-- Title of dialog to enable credential storage [CHAR LIMIT=30] -->
3019     <string name="credentials_unlock">Enter password</string>
3020     <!-- Description of dialog to enable credential storage [CHAR LIMIT=NONE] -->
3021     <string name="credentials_unlock_hint">Enter the password for credential storage.</string>
3022     <!-- Description of dialog to set the password for credential storage [CHAR LIMIT=NONE] -->
3023     <string name="credentials_password_hint">Set the password for credential storage. It must have at least 8 characters.</string>
3024     <!-- Description of the input box for the old password [CHAR LIMIT=30] -->
3025     <string name="credentials_old_password">Current password:</string>
3026     <!-- Description of the input box for the new password [CHAR LIMIT=30] -->
3027     <string name="credentials_new_password">New password:</string>
3028     <!-- Description of the input box to confirm the new password [CHAR LIMIT=30] -->
3029     <string name="credentials_confirm_password">Confirm new password:</string>
3030     <!-- Description of dialog to reset credential storage [CHAR LIMIT=NONE] -->
3031     <string name="credentials_reset_hint">All the contents will be removed, and the password will be reset. Are you sure about that?</string>
3032     <!-- Error message [CHAR LIMIT=NONE] -->
3033     <string name="credentials_passwords_mismatch">Passwords do not match.</string>
3034     <string name="credentials_password_too_short">The password must have at least 8 characters.</string>
3035     <!-- Error message [CHAR LIMIT=NONE] -->
3036     <string name="credentials_wrong_password">Incorrect password.</string>
3037     <!-- Error message [CHAR LIMIT=NONE] -->
3038     <string name="credentials_reset_warning">Incorrect password. You have one more chance before credential storage is erased.</string>
3039     <!-- Error message [CHAR LIMIT=NONE] -->
3040     <string name="credentials_reset_warning_plural">Incorrect password. You have <xliff:g id="number" example="5">%1$d</xliff:g> more chances before credential storage is erased.</string>
3041     <!-- Toast message [CHAR LIMIT=30] -->
3042     <string name="credentials_erased">Credential storage is erased.</string>
3043     <!-- Toast message [CHAR LIMIT=30] -->
3044     <string name="credentials_enabled">Credential storage is enabled.</string>
3045
3046     <!-- Sound settings screen, setting check box label -->
3047     <string name="emergency_tone_title">Emergency tone</string>
3048     <!-- Sound settings screen, setting option summary text -->
3049     <string name="emergency_tone_summary">Set behavior when an emergency call is placed</string>
3050
3051     <!-- Privacy Settings screen --><skip />
3052     <!-- Privacy settings menu title -->
3053     <string name="privacy_settings">Privacy</string>
3054     <!-- Privacy settings activity title -->
3055     <string name="privacy_settings_title">Privacy settings</string>
3056     <!-- Backup section title -->
3057     <string name="backup_section_title">Backup and restore</string>
3058     <!-- Personal data section title -->
3059     <string name="personal_data_section_title">Personal data</string>
3060     <!-- Backup data menu title -->
3061     <string name="backup_data_title">Back up my data</string>
3062     <!-- Summary text of the "back up data" setting -->
3063     <string name="backup_data_summary">Back up application data, Wi-Fi passwords, and other settings to Google servers</string>
3064     <!-- Configure backup account options menu title [CHAR LIMIT=25]-->
3065     <string name="backup_configure_account_title">Backup account</string>
3066     <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80]-->
3067     <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string>
3068     <!-- Auto-restore menu title -->
3069     <string name="auto_restore_title">Automatic restore</string>
3070     <!-- Summary text of the "automatic restore" setting -->
3071     <string name="auto_restore_summary">If I reinstall an application, restore backed up settings or other data</string>
3072     <!-- Dialog title for confirmation to erase backup data from server -->
3073     <string name="backup_erase_dialog_title">Backup</string>
3074     <!-- Dialog title for confirmation to erase backup data from server -->
3075     <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>
3076
3077     <!-- Device admin settings screen --><skip />
3078     <!-- Device admin settings activity title -->
3079     <string name="device_admin_settings_title">Device administration settings</string>
3080     <!-- Label for screen showing the active device policy -->
3081     <string name="active_device_admin_msg">Device administrator</string>
3082     <!-- Label for button to remove the active device admin -->
3083     <string name="remove_device_admin">Deactivate</string>
3084     <!-- Label for screen showing to select device policy -->
3085     <string name="select_device_admin_msg">Device administrators</string>
3086     <!-- Message when there are no available device admins to display -->
3087     <string name="no_device_admins">No available device administrators</string>
3088
3089     <!-- Label for screen showing to add device policy -->
3090     <string name="add_device_admin_msg">Activate device administrator?</string>
3091     <!-- Label for button to set the active device admin -->
3092     <string name="add_device_admin">Activate</string>
3093     <!-- Device admin add activity title -->
3094     <string name="device_admin_add_title">Device administrator</string>
3095     <!-- Device admin warning message about policies an admin can use -->
3096     <string name="device_admin_warning">Activating this administrator will allow
3097         the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
3098         following operations:</string>
3099     <!-- Device admin warning message about policies an admin can use -->
3100     <string name="device_admin_status">This administrator is active and allows
3101         the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
3102         following operations:</string>
3103
3104     <!-- Name to assign to a Network Access Point that was saved without a name -->
3105     <string name="untitled_apn">Untitled</string>
3106
3107     <string name="sound_category_sound_title">General</string>
3108     <string name="sound_category_calls_title">Incoming calls</string>
3109     <string name="sound_category_notification_title">Notifications</string>
3110     <string name="sound_category_feedback_title">Feedback</string>
3111
3112     <!-- Wifi Setup For Setup Wizard with XL screen -->
3113     <!-- Title shown in Wifi Setup Wizard with XL screen -->
3114     <string name="wifi_setup_title">Wi-Fi setup</string>
3115     <!-- Title shown in Wifi Setup Wizard with XL screen when
3116          a user is configuring password for a network.
3117          The argument should be the name of the network.
3118          [CHAR LIMIT=50] -->
3119     <string name="wifi_setup_title_editing_network">Connect to Wi-Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g></string>
3120     <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
3121          the device is connecting a network the user specified.
3122          The argument should be the name of the network.
3123          [CHAR LIMIT=50] -->
3124     <string name="wifi_setup_title_connecting_network">Connecting to Wi-Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g>...</string>
3125     <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
3126          the device successfully connected to a network the user specified.
3127          The argument should be the name of the network.
3128          [CHAR LIMIT=50] -->
3129     <string name="wifi_setup_title_connected_network">Connected to Wi-Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g></string>
3130     <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
3131          a user is adding a network.
3132          [CHAR LIMIT=50] -->
3133     <string name="wifi_setup_title_add_network">Add a network</string>
3134     <!-- Text message shown when Wifi is not connected.
3135          Used in Wifi Setup For Setup Wizard with XL screen. -->
3136     <string name="wifi_setup_not_connected">Not connected</string>
3137     <!-- Button message shown on the button adding manual setting.
3138          Used in Wifi Setup For Setup Wizard with XL screen. -->
3139     <string name="wifi_setup_add_network">Add network</string>
3140     <!-- Button message shown on the button refreshing a list of network.
3141          Used in Wifi Setup For Setup Wizard with XL screen. -->
3142     <string name="wifi_setup_refresh_list">Refresh list</string>
3143     <!-- Button message shown on the button enabling users skip Wifi Setup.
3144          Used in Wifi Setup For Setup Wizard with XL screen. -->
3145     <string name="wifi_setup_skip">Skip</string>
3146     <!-- Button message shown on the button enabling users go the next step.
3147          Used in Wifi Setup For Setup Wizard with XL screen. -->
3148     <string name="wifi_setup_next">Next</string>
3149     <!-- Button label to go back to previous screen. Used in SetupWizard for
3150       XLarge screen [CHAR LIMIT=10] -->
3151     <string name="wifi_setup_back">Back</string>
3152     <!-- Button label to show detailed dialog for a selected WiFi settings.
3153          Used in SetupWizard for XLarge screen [CHAR LIMIT=20] -->
3154     <string name="wifi_setup_detail">Network details</string>
3155     <!-- Button label to connect to a Wi-Fi network.
3156          Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3157     <string name="wifi_setup_connect">Connect</string>
3158     <!-- Button label to delete a Wi-Fi network.
3159          Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3160     <string name="wifi_setup_forget">Forget</string>
3161     <!-- Button label to save a Wi-Fi network configuration.
3162          Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3163     <string name="wifi_setup_save">Save</string>
3164     <!-- Button label to dismiss the dialog.
3165          Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3166     <string name="wifi_setup_cancel">Cancel</string>
3167
3168     <!-- The message shown above available networks when the device is scanning
3169          available networks [CHAR LIMIT=35] -->
3170     <string name="wifi_setup_status_scanning">Scanning networks...</string>
3171     <!-- Message shown above available network when there's no connected network.
3172          Used in Wifi Setup For Setup Wizard with XL screen. -->
3173     <string name="wifi_setup_status_select_network">Touch a network to connect to it</string>
3174     <!-- Message shown above available networks when a user clicked one of available
3175          networks and the UI is showing one possible existing network.
3176          Used in Wifi Setup. -->
3177     <string name="wifi_setup_status_existing_network">Connect to existing network</string>
3178     <!-- Message shown above available networks when a user clicked one of available
3179          networks and the network doesn't require configuration (e.g. password)
3180          Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
3181     <string name="wifi_setup_status_unsecured_network">Connect to unsecured network</string>
3182     <!-- Message shown above available networks when a user clicked one of available
3183          networks and the UI is prompting the user to edit the network configuration
3184          if needed. Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
3185     <string name="wifi_setup_status_edit_network">Enter network configuration</string>
3186     <!-- The message shown above available networks when a user clicked "Add network"
3187          button. Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
3188     <string name="wifi_setup_status_new_network">Connect to new network</string>
3189     <!-- The message shown above available networks when a user clicked one of available
3190          networks or created another profile and he/she is waiting for the connection
3191          is established.
3192          Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
3193     <string name="wifi_setup_status_connecting">Connecting...</string>
3194     <!-- The message shown above available networks when connection is established,
3195          letting a user to proceed to the next step of the SetupWizard.
3196          Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
3197     <string name="wifi_setup_status_proceed_to_next">Proceed to the next step</string>
3198     <!-- The message shown above available networks when a user clicked a network secured by
3199          EAP. We don't allow the user to connect it.
3200          Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
3201     <string name="wifi_setup_status_eap_not_supported">EAP not supported</string>
3202     <!-- Message shown when users select EAP in WiFi settings for SetupWizard,
3203          saying EAP can't be configured in SetupWizard flow.
3204          [CHAR LIMIT=NONE] -->
3205     <string name="wifi_setup_eap_not_supported">You can\u0027t configure an EAP Wi-Fi connection during setup. After setup, you can do that in Settings, under <b>Wireless &amp; networks</b>.</string>
3206     <!-- Message shown when the device is connecting a network [CHAR LIMIT=NONE] -->
3207     <string name="wifi_setup_description_connecting">Connecting can take a few minutes...</string>
3208     <!-- Message shown when the device is connected to a network [CHAR LIMIT=NONE] -->
3209     <string name="wifi_setup_description_connected">Touch <b>Next</b> to continue with setup.\n\nTouch <b>Back</b> to connect to a different Wi-Fi network.</string>
3210
3211     <!-- Do not translate. This is a stub which will be removed soon. -->
3212     <string name="time_zone_auto_stub" translatable="false">Select Time Zone</string>
3213
3214     <!-- Account specific sync settings title [CHAR LIMIT=35] -->
3215     <string name="account_sync_settings_title">Sync settings</string>
3216     <!-- Message when sync is currently failing [CHAR LIMIT=100] -->
3217     <string name="sync_is_failing">Sync is currently experiencing problems. It will be back shortly.</string>
3218     <!-- Button label to add an account [CHAR LIMIT=20] -->
3219     <string name="add_account_label">Add account</string>
3220     <!-- Header title for those settings relating to general syncing.
3221          [CHAR LIMIT=30] -->
3222     <string name="header_general_sync_settings">General sync settings</string>
3223     <!-- Data synchronization settings screen, title of setting that controls whether background data should be used [CHAR LIMIT=30] -->
3224     <string name="background_data">Background data</string>
3225     <!-- Data synchronization settings screen, summary of setting that controls whether background data should be used [CHAR LIMIT=60] -->
3226     <string name="background_data_summary">Applications can sync, send, and receive data at any time</string>
3227     <!-- Data synchronization settings screen, title of dialog that confirms the user's unchecking of background data [CHAR LIMIT=20] -->
3228     <string name="background_data_dialog_title">Attention</string>
3229     <!-- Data synchronization settings screen, message of dialog that confirms the user's unchecking of background data [CHAR LIMIT=200] -->
3230     <string name="background_data_dialog_message">Disabling background data extends battery life and lowers data use. Some applications may still use the background data connection.</string>
3231     <!-- Data synchronization settings screen, setting option name
3232          [CHAR LIMIT=30] -->
3233     <string name="sync_automatically">Auto-sync</string>
3234     <!-- Data synchronization settings screen, setting option summary text when check box is selected [CHAR LIMIT=60] -->
3235     <string name="sync_automatically_summary">Applications sync data automatically</string>
3236     <!-- Header title for list of accounts on Accounts & Synchronization settings [CHAR LIMIT=30] -->
3237     <string name="header_manage_accounts">Manage accounts</string>
3238
3239     <!-- Sync status messages on Accounts & Synchronization settings --><skip />
3240     <!-- Sync status shown when sync is enabled [CHAR LIMIT=20] -->
3241     <string name="sync_enabled">Sync is ON</string>
3242     <!-- Sync status shown when sync is disabled [CHAR LIMIT=20] -->
3243     <string name="sync_disabled">Sync is OFF</string>
3244     <!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=20] -->
3245     <string name="sync_error">Sync error</string>
3246
3247     <!-- Data synchronization settings screen, setting option name -->
3248     <string name="settings_backup">Back up settings</string>
3249     <!-- Data synchronization settings screen, setting option summary text when check box is selected -->
3250     <string name="settings_backup_summary">Back up my settings</string>
3251     <!-- Data synchronization settings screen, menu option -->
3252     <string name="sync_menu_sync_now">Sync now</string>
3253     <!-- Data synchronization settings screen, menu option -->
3254     <string name="sync_menu_sync_cancel">Cancel sync</string>
3255     <!-- Data synchronization settings screen, summary of a sync provider (for example, Gmail) when autosync is off and the user wants to do a one-time sync. -->
3256     <string name="sync_one_time_sync">Touch to sync now<xliff:g id="last_sync_time">\n%1$s</xliff:g></string>
3257     <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Gmail should be synced.  Should use "Gmail" to refer to this app.-->
3258     <string name="sync_gmail">Gmail</string>
3259     <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Calendar shoudl be synced. -->
3260     <string name="sync_calendar">Calendar</string>
3261     <!-- Data synchronization settings screen, checkbox setting option name -->
3262     <string name="sync_contacts">Contacts</string>
3263     <!-- Message introducing the user to Google Sync. -->
3264     <string name="sync_plug"><font fgcolor="#ffffffff">Welcome to Google sync!</font>
3265     \nA Google approach to synchronizing data to allow access to your contacts, appointments, and more from wherever you are.
3266     </string>
3267
3268     <!-- Header title for those settings relating to application syncing. -->
3269     <string name="header_application_sync_settings">Application sync settings</string>
3270
3271     <!-- Header for data and synchronization -->
3272     <string name="header_data_and_synchronization">Data &amp; synchronization</string>
3273     <!-- Preference item that lets the user change password -->
3274     <string name="preference_change_password_title">Change password</string>
3275     <!-- Header that appears at the top of Account Settings screen -->
3276     <string name="header_account_settings">Account settings</string>
3277     <!-- Button label to remove current account -->
3278     <string name="remove_account_label">Remove account</string>
3279     <!-- Title shown in AddAccount -->
3280     <string name="header_add_an_account">Add an account</string>
3281     <!-- Button shown when this activity is run from SetupWizard -->
3282     <string name="finish_button_label">Finish</string>
3283     <!-- Title of remove message for remove account dialog -->
3284     <string name="really_remove_account_title">Remove account</string>
3285     <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
3286     <string name="really_remove_account_message" product="tablet">Do you really want to remove this account? Removing it will also delete all of its messages, contacts, and other data from the tablet.
3287     \nProceed?</string>
3288     <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
3289     <string name="really_remove_account_message" product="default">Do you really want to remove this account? Removing it will also delete all of its messages, contacts, and other data from the phone.
3290     \nProceed?</string>
3291     <!-- This is shown if the autheticator for a given account fails to remove it. -->
3292     <string name="remove_account_failed" product="tablet">This account is required by some applications. You can only remove it by resetting the tablet to factory defaults (which deletes all your personal data). You do that in the Settings application, under Privacy.</string>
3293     <!-- This is shown if the autheticator for a given account fails to remove it. -->
3294     <string name="remove_account_failed" product="default">This account is required by some applications. You can only remove it by resetting the phone to factory defaults (which deletes all your personal data). You do that in the Settings application, under Privacy.</string>
3295     <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
3296     <string name="provider_label">Push subscriptions</string>
3297     <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" -->
3298     <string name="sync_item_title">Sync <xliff:g id="authority" example="Calendar">%s</xliff:g></string>
3299     <!-- Title of dialog shown when you can't manually sync an item because it's disabled -->
3300     <string name="cant_sync_dialog_title">Cannot manually sync</string>
3301     <!-- Messaage shown in dialog when you can't manually sync -->
3302     <string name="cant_sync_dialog_message">Sync for this item is currently disabled. To change your preference, temporarily turn on background data and automatic sync.</string>
3303
3304     <!-- This is displayed to the user when the device needs to be decrypted -->
3305     <string name="enter_password">Enter password to decrypt storage</string>
3306     <!-- This is displayed when the password is entered incorrectly -->
3307     <string name="try_again">Sorry, try again</string>
3308     <!-- This error message is displayed when the vpn profile is going to be saved but the vpn service is busy [CHAR LIMIT=NONE] -->
3309     <string name="service_busy">Service busy, try again</string>
3310
3311     <!-- the following are for Settings Storage screen -->
3312     <!-- Menu item/button 'delete' -->
3313     <string name="delete">Delete</string>
3314     <!-- Misc files [CHAR LIMIT=25] -->
3315     <string name="misc_files">Misc Files</string>
3316     <!-- number of misc files selected [CHAR LIMIT=40] -->
3317     <string name="misc_files_selected_count">selected <xliff:g id="number" example="3">%1$d</xliff:g> out of <xliff:g id="total" example="15">%2$d</xliff:g></string>
3318     <!-- number of bytes represented by the selected misc files [CHAR LIMIT=40] -->
3319     <string name="misc_files_selected_count_bytes"><xliff:g id="number" example="3.25MB">%1$s</xliff:g> out of <xliff:g id="total" example="15.25MB">%2$s</xliff:g></string>
3320     <!--  action to select all [CHAR LIMIT=30] -->
3321     <string name="select_all">Select All</string>
3322
3323     <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
3324     <string name="hdcp_checking_title">HDCP checking</string>
3325     <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
3326     <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string>
3327 </resources>