OSDN Git Service

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