blob: 01228e381160136a20678cb8a3d5ab64433bfe77 [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Jim Miller00d24762009-12-22 19:04:57 -08007
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08008 http://www.apache.org/licenses/LICENSE-2.0
Jim Miller00d24762009-12-22 19:04:57 -08009
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080016<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Michael Chane1089ad2009-09-26 06:16:17 -070017 <!-- Strings for Dialog yes button -->
18 <string name="yes">"Yes"</string>
19
20 <!-- Strings for Dialog no button -->
21 <string name="no">"No"</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080022
23 <!-- Device Info --> <skip />
24 <!-- Device Info screen. Used for a status item's value when the proper value is not known -->
25 <string name="device_info_default">Unknown</string>
26
Gilles Debunnee78c1872011-06-20 15:00:07 -070027 <!-- 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
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080037 <!-- 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>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080042
43 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
44 <string name="radioInfo_menu_viewADN">View SIM address book</string>
45 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
46 <string name="radioInfo_menu_viewFDN">View Fixed Dialing Numbers</string>
47 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
48 <string name="radioInfo_menu_viewSDN">View Service Dialing Numbers</string>
49 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -->
50 <string name="radioInfo_menu_getPDP">Get PDP list</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080051
52 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
53 <string name="radioInfo_service_in">In service</string>
54 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
55 <string name="radioInfo_service_out">Out of service</string>
56 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
57 <string name="radioInfo_service_emergency">Emergency calls only</string>
58 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
59 <string name="radioInfo_service_off">Radio off</string>
60
61 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
62 <string name="radioInfo_roaming_in">Roaming</string>
63 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
64 <string name="radioInfo_roaming_not">Not roaming</string>
65
66 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
67 <string name="radioInfo_phone_idle">Idle</string>
68 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
69 <string name="radioInfo_phone_ringing">Ringing</string>
70 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
71 <string name="radioInfo_phone_offhook">Call in progress</string>
72
73 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
74 <string name="radioInfo_data_disconnected">Disconnected</string>
75 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
76 <string name="radioInfo_data_connecting">Connecting</string>
77 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
78 <string name="radioInfo_data_connected">Connected</string>
79 <!-- Phone Info screen. Status label. Used for diagnostic info screens, precise translation isn't needed -->
80 <string name="radioInfo_data_suspended">Suspended</string>
81
82 <!-- Used for diagnostic info screens, precise translation isn't needed -->
83 <string name="radioInfo_unknown">unknown</string>
84 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
85 <string name="radioInfo_display_packets">pkts</string>
86 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
87 <string name="radioInfo_display_bytes">bytes</string>
88 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
89 <string name="radioInfo_display_dbm">dBm</string>
90 <!-- Phone Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
91 <string name="radioInfo_display_asu">asu</string>
92 <!-- Used for diagnostic info screens, precise translation isn't needed -->
93 <string name="radioInfo_lac">LAC</string>
94 <!-- Used for diagnostic info screens, precise translation isn't needed -->
95 <string name="radioInfo_cid">CID</string>
96
Eric Fischer5698a752010-09-28 16:35:31 -070097 <!-- Used for diagnostic info screens, precise translation isn't needed. Unmounts the SD card from the phone, meaning it will become available for an attached computer [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -070098 <string name="sdcard_unmount" product="nosdcard">Unmount USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080099 <!-- Used for diagnostic info screens, precise translation isn't needed. Unmounts the SD card from the phone, meaning it will become available for an attached computer -->
Eric Fischer5698a752010-09-28 16:35:31 -0700100 <string name="sdcard_unmount" product="default">Unmount SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800101
Eric Fischer5698a752010-09-28 16:35:31 -0700102 <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted [CHAR LIMIT=25] -->
Roy West8abc40b2010-10-17 09:19:34 -0700103 <string name="sdcard_format" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800104 <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted -->
Roy West8abc40b2010-10-17 09:19:34 -0700105 <string name="sdcard_format" product="default">Erase SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800106
107 <!-- choice for the font size spinner -->
108 <string name="small_font">Small</string>
109 <!-- choice for the font size spinner -->
110 <string name="medium_font">Medium</string>
111 <!-- choice for the font size spinner -->
112 <string name="large_font">Large</string>
113
114 <!-- Do not translate. label for font size preview. Does not need to be translated. -->
115 <string name="font_size_preview_text">Servez à ce monsieur une bière et des kiwis.</string>
116 <!-- Button. Chosen when they want to save the chosen text size. -->
117 <string name="font_size_save">OK</string>
118
Eric Fischer5698a752010-09-28 16:35:31 -0700119 <!-- Title for a notification shown. [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -0700120 <string name="sdcard_setting" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800121 <!-- Title for a notification shown. -->
Eric Fischer5698a752010-09-28 16:35:31 -0700122 <string name="sdcard_setting" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800123
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800124 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
125 <string name="battery_info_status_label">Battery status:</string>
126 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
Dianne Hackborn9281c922009-09-26 12:44:02 -0700127 <string name="battery_info_power_label">Power plug:</string>
128 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800129 <string name="battery_info_scale_label">Battery scale:</string>
130 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
131 <string name="battery_info_level_label">Battery level:</string>
132 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
133 <string name="battery_info_health_label">Battery health:</string>
134 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
135 <string name="battery_info_technology_label">Battery technology:</string>
136 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
137 <string name="battery_info_voltage_label">Battery voltage:</string>
138 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
139 <string name="battery_info_voltage_units">mV</string>
140 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
141 <string name="battery_info_temperature_label">Battery temperature:</string>
142 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
143 <string name="battery_info_temperature_units">\u00B0 C</string>
144 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
145 <string name="battery_info_uptime">Time since boot:</string>
146 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
147 <string name="battery_info_awake_battery">Awake time on battery:</string>
148 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
149 <string name="battery_info_awake_plugged">Awake time when charging:</string>
150 <!-- Battery Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
151 <string name="battery_info_screen_on">Screen ON time:</string>
Jim Miller00d24762009-12-22 19:04:57 -0800152
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800153 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
154 <string name="battery_info_status_unknown">Unknown</string>
155 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
156 <string name="battery_info_status_charging">Charging</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_status_charging_ac">(AC)</string>
159 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
160 <string name="battery_info_status_charging_usb">(USB)</string>
161 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
162 <string name="battery_info_status_discharging">Discharging</string>
163 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
164 <string name="battery_info_status_not_charging">Not charging</string>
165 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
166 <string name="battery_info_status_full">Full</string>
167
Dianne Hackborn9281c922009-09-26 12:44:02 -0700168 <!-- Battery Info screen. Units shown after a value. Used for diagnostic info screens, precise translation isn't needed -->
169 <string name="battery_info_power_unplugged">Unplugged</string>
170 <string name="battery_info_power_ac">AC</string>
171 <string name="battery_info_power_usb">USB</string>
172 <string name="battery_info_power_ac_usb">AC+USB</string>
173 <string name="battery_info_power_unknown">Unknown</string>
Jim Miller00d24762009-12-22 19:04:57 -0800174
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800175 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
176 <string name="battery_info_health_unknown">Unknown</string>
177 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
178 <string name="battery_info_health_good">Good</string>
179 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
180 <string name="battery_info_health_overheat">Overheat</string>
181 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
182 <string name="battery_info_health_dead">Dead</string>
183 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
184 <string name="battery_info_health_over_voltage">Over voltage</string>
185 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
186 <string name="battery_info_health_unspecified_failure">Unknown error</string>
Imre Sunyi52414662010-09-20 18:02:28 +0200187 <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed -->
188 <string name="battery_info_health_cold">Cold</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800189
190 <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
191 <string name="bluetooth">Bluetooth</string>
192 <!-- Bluetooth settings screen, check box label when the Bluetooth device can be seen by others -->
193 <string name="bluetooth_visibility">Discoverable</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700194 <!-- Bluetooth settings screen, summary after selecting Discoverable check box [CHAR LIMIT=50] -->
195 <string name="bluetooth_is_discoverable">Visible to all nearby Bluetooth devices (<xliff:g id="discoverable_time_period">%1$s</xliff:g>)</string>
196 <!-- Bluetooth settings screen, summary when Discoverable duration is set to "forever" [CHAR LIMIT=50] -->
197 <string name="bluetooth_is_discoverable_always">Visible to all nearby Bluetooth devices</string>
198 <!-- Bluetooth settings screen, summary text when not discoverable and no paired devices [CHAR LIMIT=50] -->
199 <string name="bluetooth_not_visible_to_other_devices">Not visible to other Bluetooth devices</string>
200 <!-- Bluetooth settings screen, summary text when not discoverable with paired devices [CHAR LIMIT=50] -->
201 <string name="bluetooth_only_visible_to_paired_devices">Only visible to paired devices</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800202 <!-- Bluetooth settings screen, Discoverable checkbox summary text -->
203 <string name="bluetooth_not_discoverable">Make device discoverable</string>
Chris Wren1b0489c2011-02-01 15:09:13 -0800204 <!-- Bluetooth settings screen, option name to pick discoverability timeout duration (a list dialog comes up) -->
Jake Hambyca9812a2011-07-12 11:05:46 -0700205 <string name="bluetooth_visibility_timeout">Visibility timeout</string>
Chris Wren1b0489c2011-02-01 15:09:13 -0800206 <!-- Bluetooth settings screen, Discoverable timout list dialog summary text -->
207 <string name="bluetooth_visibility_timeout_summary">Set how long device will be discoverable</string>
Martin Hibdoncc8733d2010-03-04 17:46:22 -0800208 <!-- Bluetooth settings screen, check box label whether or not to allow
209 bluetooth voice dialing when lock screen is up-->
210 <string name="bluetooth_lock_voice_dialing">Lock voice dialing</string>
211 <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
Martin Hibdonb15f8cf2010-03-04 18:04:52 -0800212 <string name="bluetooth_lock_voice_dialing_summary">
Martin Hibdoncc8733d2010-03-04 17:46:22 -0800213 Prevent use of the bluetooth dialer when the screen is locked
214 </string>
Chris Wren1b0489c2011-02-01 15:09:13 -0800215 <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800216 <string name="bluetooth_devices">Bluetooth devices</string>
217 <!-- Bluetooth settings screen, title for the current bluetooth name setting -->
218 <string name="bluetooth_device_name">Device name</string>
219 <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) -->
220 <string name="bluetooth_name_not_set">No name set, using account name</string>
221 <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
222 <string name="bluetooth_scan_for_devices">Scan for devices</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700223 <!-- Bluetooth settings screen, menu item to change this device's Bluetooth name. [CHAR LIMIT=30] -->
224 <string name="bluetooth_rename_device" product="tablet">Rename tablet</string>
225 <!-- Bluetooth settings screen, menu item to change this device's Bluetooth name. [CHAR LIMIT=30] -->
226 <string name="bluetooth_rename_device" product="default">Rename phone</string>
227 <!-- Bluetooth settings screen, confirmation button for rename device dialog. [CHAR LIMIT=20] -->
228 <string name="bluetooth_rename_button">Rename</string>
229 <!-- Bluetooth settings. Dialog title to confirm disconnecting from all profiles of a device. [CHAR LIMIT=30] -->
230 <string name="bluetooth_disconnect_title">Disconnect?</string>
231 <!-- Bluetooth settings. Message for disconnecting from all profiles of a bluetooth device. [CHAR LIMIT=NONE] -->
232 <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>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -0700233 <!-- Bluetooth settings. Message for disconnecting from all profiles of a bluetooth device. [CHAR LIMIT=NONE] -->
234 <string name="bluetooth_disconnect_blank">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected."</string>
Jake Hambyc090feb2010-12-07 16:27:21 -0800235 <!-- Bluetooth settings. Message when connected to a device -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800236 <string name="bluetooth_connected">Connected</string>
237 <!-- Bluetooth settings. Message when a device is disconnected -->
238 <string name="bluetooth_disconnected">Disconnected</string>
239 <!-- Bluetooth settings. Message when disconnecting from a device -->
240 <string name="bluetooth_disconnecting">Disconnecting\u2026</string>
241 <!-- Bluetooth settings. Message when connecting to a device -->
242 <string name="bluetooth_connecting">Connecting\u2026</string>
243 <!-- Bluetooth settings. Message when the device state is unknown -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700244 <string name="bluetooth_unknown" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800245 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when not paired yet -->
246 <string name="bluetooth_not_connected">Pair with this device</string>
247 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when pairing -->
248 <string name="bluetooth_pairing">Pairing\u2026</string>
249 <!--Bluetooth settings screen, summary text under individual Bluetooth devices when paired with one -->
250 <string name="bluetooth_paired">Paired but not connected</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700251 <!--Bluetooth settings screen, summary text for Bluetooth device with no name -->
252 <string name="bluetooth_device">Unnamed Bluetooth device</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800253 <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
Gilles Debunne94161362011-06-30 15:44:05 -0700254 <string name="progress_scanning">Searching</string>
255 <!--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]-->
256 <string name="progress_tap_to_pair">Tap to pair</string>
257 <!--Bluetooth settings screen, text that appears when scanning for devices is finished and no nearby bluetooth device was found [CHAR LIMIT=40]-->
258 <string name="bluetooth_no_devices_found">No Bluetooth devices were found nearby.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800259 <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
260 <string name="bluetooth_notif_ticker">Bluetooth pairing request</string>
261 <!-- Notification title when a Bluetooth device wants to pair with us -->
262 <string name="bluetooth_notif_title">Pairing request</string>
263 <!-- Notification message when a Bluetooth device wants to pair with us -->
Jake Hambyc090feb2010-12-07 16:27:21 -0800264 <string name="bluetooth_notif_message">Select to pair with <xliff:g id="device_name">%1$s</xliff:g></string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700265 <!-- Bluetooth settings screen, menu to show the list of received files [CHAR LIMIT=30] -->
266 <string name="bluetooth_show_received_files">Show received files</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800267
Yue Lixina41e2f92009-07-09 16:48:52 +0800268 <!-- Strings for BluetoothDevicePicker -->
269 <string name="device_picker">Bluetooth device picker</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800270
Michael Chane1089ad2009-09-26 06:16:17 -0700271 <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
272 <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
273
274 <!-- Strings for asking to the user whether to allow an app to enable bluetooth -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700275 <string name="bluetooth_ask_enablement">"An application is requesting permission to turn on Bluetooth. Do you want to do this?"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700276
277 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700278 <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>
279 <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
280 <string name="bluetooth_ask_discovery" product="default">"An application on your phone is requesting permission to make your phone discoverable by other Bluetooth devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700281
Chris Wren1b0489c2011-02-01 15:09:13 -0800282 <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode -->
Jaikumar Ganeshd955af82011-02-01 19:58:29 -0800283 <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>
284 <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>
Chris Wren1b0489c2011-02-01 15:09:13 -0800285
Michael Chane1089ad2009-09-26 06:16:17 -0700286 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700287 <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>
288 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
289 <string name="bluetooth_ask_enablement_and_discovery" product="default">"An application on your phone is requesting permission to turn on Bluetooth and to make your phone discoverable by other devices for <xliff:g id="timeout">%1$d</xliff:g> seconds. Do you want to do this?"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700290
Chris Wren1b0489c2011-02-01 15:09:13 -0800291 <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
292 <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>
293 <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>
294
Jake Hamby49cfe8a2011-07-19 20:03:25 -0700295 <!-- Strings for msg to display to user while bluetooth is turning on [CHAR LIMIT=60] -->
Gilles Debunne18e99922011-06-30 12:00:28 -0700296 <string name="bluetooth_turning_on">"Turning Bluetooth on\u2026"</string>
Michael Chane1089ad2009-09-26 06:16:17 -0700297
Jake Hamby49cfe8a2011-07-19 20:03:25 -0700298 <!-- Strings for msg to display to user while bluetooth is turning off [CHAR LIMIT=60] -->
299 <string name="bluetooth_turning_off">"Turning Bluetooth off\u2026"</string>
300
Jake Hamby39ef2252010-12-16 18:33:28 -0800301 <!-- Strings for device profile auto connect setting -->
302 <string name="bluetooth_auto_connect">Auto connect</string>
303
Jaikumar Ganesh0f443292011-06-20 12:21:14 -0700304 <!-- Activity label of BluetoothPermissionActivity [CHAR LIMIT=none]-->
305 <string name="bluetooth_connection_permission_request">"Bluetooth connection request"</string>
306
307 <!-- Notification message when a remote Bluetooth device wants to connect to a Bluetooth profile [CHAR LIMIT=none]-->
308 <string name="bluetooth_connection_notif_message">"Touch to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022"</string>
309
310 <!-- Bluetooth connection permission Alert Activity text [CHAR LIMIT=none]-->
Adam Powell382b8be2011-06-22 21:09:31 -0700311 <string name="bluetooth_connection_dialog_text">"Do you want to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022?"</string>
Jaikumar Ganesh0f443292011-06-20 12:21:14 -0700312
Matthew Xiedbed1202011-06-27 18:21:25 -0700313 <!-- Activity label of BluetoothPbPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
314 <string name="bluetooth_phonebook_request">"Phone book request"</string>
315
316 <!-- Bluetooth phone book permission Alert Activity text [CHAR LIMIT=none] -->
317 <string name="bluetooth_pb_acceptance_dialog_text">%1$s would like to access your contacts and call history. Give access to %2$s?</string>
318
319 <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] -->
320 <string name="bluetooth_pb_alwaysallowed">Always allowed?</string>
321
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800322 <!-- Date & time settings screen title -->
323 <string name="date_and_time">Date &amp; time settings</string>
324 <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 12-hour time -->
325 <string name="date_time_12_hour_sample">1:00 pm</string>
326 <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 24-hour time -->
327 <string name="date_time_24_hour_sample">13:00</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800328 <!-- The title of the activity to pick a time zone. -->
329 <string name="choose_timezone">Select time zone</string>
330 <!-- Do not translate. Used as the value for a setting. -->
331 <string name="default_date_format"><xliff:g id="default_date_format">MM/dd/yyyy</xliff:g></string>
332
Eric Fischer188ca772009-06-11 18:16:15 -0700333 <!-- The option in the date-format picker for using the normal format
334 called for by the user's locale. -->
335 <string name="normal_date_format">Normal (<xliff:g id="date" example="12-31-2009">%s</xliff:g>)</string>
336
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800337 <!-- Label of preview text when tweaking font size -->
338 <string name="display_preview_label">Preview:</string>
339 <!-- Label for chosen font size -->
340 <string name="display_font_size_label">Font size:</string>
341
342 <!-- Used for diagnostic screens, precise translation is not necessary -->
343 <string name="intent_sender_data_label"><xliff:g id="data">Data:</xliff:g></string>
344 <!-- Used for diagnostic screens, precise translation is not necessary -->
345 <string name="intent_sender_sendbroadcast_text">Send <xliff:g id="broadcast">broadcast</xliff:g></string>
346 <!-- Used for diagnostic screens, precise translation is not necessary -->
347 <string name="intent_sender_action_label"><xliff:g id="action">Action</xliff:g>:</string>
348 <!-- Used for diagnostic screens, precise translation is not necessary -->
349 <string name="intent_sender_startactivity_text">Start <xliff:g id="activity">activity</xliff:g></string>
350 <!-- Used for diagnostic screens, precise translation is not necessary -->
351 <string name="intent_sender_resource_label"><xliff:g id="resource">Resource</xliff:g>: </string>
352 <!-- Used for diagnostic screens, precise translation is not necessary -->
353 <string name="intent_sender_account_label">Account: </string>
354
Oscar Montemayor05411892010-08-03 16:56:09 -0700355 <!-- HTTP proxy settings title -->
Amith Yamasani10fa99f2010-12-20 13:13:13 -0800356 <string name="proxy_settings_title">Proxy settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800357 <!-- HTTP proxy settings. Button to clear the proxy box. -->
358 <string name="proxy_clear_text">Clear</string>
359 <!-- HTTP proxy settings. The port number label. -->
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800360 <string name="proxy_port_label">Proxy port</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -0800361 <!-- HTTP proxy settings. The hint text field for port. -->
362 <string name="proxy_port_hint" translatable="false">8080</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700363 <!-- HTTP proxy settings. The exclusion list label. -->
Irfan Sheriff086147c2011-03-01 15:01:42 -0800364 <string name="proxy_exclusionlist_label">Bypass proxy for</string>
365 <!-- HTTP proxy settings. The hint text for proxy exclusion list. [CHAR LIMIT=50]-->
366 <string name="proxy_exclusionlist_hint">example.com,mycomp.test.com,localhost</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800367 <!-- HTTP proxy settings. The button to restore the defaults. -->
368 <string name="proxy_defaultView_text">Restore defaults</string>
369 <!-- HTTP proxy settings. The button to save. -->
Oscar Montemayor05411892010-08-03 16:56:09 -0700370 <string name="proxy_action_text">Done</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800371 <!-- HTTP proxy settings. The text field for the hostname -->
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800372 <string name="proxy_hostname_label">Proxy hostname</string>
Irfan Sheriff086147c2011-03-01 15:01:42 -0800373 <!-- HTTP proxy settings. The hint text field for the hostname. [CHAR LIMIT=50] -->
374 <string name="proxy_hostname_hint">proxy.example.com</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800375 <!-- HTTP proxy settings. Title if there is an error-->
376 <string name="proxy_error">Attention</string>
377 <!-- HTTP proxy settings. Button to get rid of error box-->
378 <string name="proxy_error_dismiss">OK</string>
379 <!-- HTTP proxy settings. The error if the hostname is not valid -->
380 <string name="proxy_error_invalid_host">The hostname you typed is not valid.</string>
Oscar Montemayor05411892010-08-03 16:56:09 -0700381 <!-- HTTP proxy settings. The error if the exclusion list is not valid -->
382 <string name="proxy_error_invalid_exclusion_list">The exclusion list you typed is not properly formatted. Please enter a comma-separated list of excluded domains.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800383 <!-- HTTP proxy settings. Error msg -->
384 <string name="proxy_error_empty_port">You must complete the port field.</string>
385 <!-- HTTP proxy settings. Error msg -->
386 <string name="proxy_error_empty_host_set_port">The port field must be empty if the host field is empty.</string>
387 <!-- HTTP proxy settings. Error msg -->
388 <string name="proxy_error_invalid_port">The port you typed is not valid.</string>
Irfan Sheriffd9c7dcf2011-02-09 15:26:25 -0800389 <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]-->
390 <string name="proxy_warning_limited_support">The HTTP proxy is used by the browser but may not be used by the other applications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800391
392 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
393 <string name="radio_info_signal_location_label">Location:</string>
394 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
395 <string name="radio_info_neighboring_location_label">Neighboring CID:</string>
396 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
397 <string name="radio_info_data_attempts_label">Data attempts:</string>
398 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
Wink Savillef9e02412009-04-02 01:37:03 -0700399
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800400 <string name="radio_info_gprs_service_label">GPRS service:</string>
401 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
402 <string name="radio_info_roaming_label">Roaming:</string>
403 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
404 <string name="radio_info_imei_label">IMEI:</string>
405 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
406 <string name="radio_info_call_redirect_label">Call redirect:</string>
407 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
408 <string name="radio_info_ppp_resets_label">Number of PPP reset since boot:</string>
409 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
410 <string name="radio_info_gsm_disconnects_label">GSM disconnects:</string>
411 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
412 <string name="radio_info_current_network_label">Current network:</string>
413 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
414 <string name="radio_info_data_successes_label">Data successes:</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_ppp_received_label">PPP received:</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_gsm_service_label">GSM service:</string>
419 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
420 <string name="radio_info_signal_strength_label">Signal strength:</string>
421 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
422 <string name="radio_info_call_status_label">Call status:</string>
423 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
424 <string name="radio_info_ppp_sent_label">PPP sent:</string>
425 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
426 <string name="radio_info_radio_resets_label">Radio resets:</string>
427 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
428 <string name="radio_info_message_waiting_label">Message waiting:</string>
429 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
430 <string name="radio_info_phone_number_label">Phone number:</string>
431 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
432 <string name="radio_info_band_mode_label">Select radio band</string>
433 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
434 <string name="radio_info_network_type_label">Network type:</string>
435 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
436 <string name="radio_info_set_perferred_label">Set preferred network type:</string>
437 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
438 <string name="radio_info_ping_ipaddr">Ping IpAddr:</string>
439 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
440 <string name="radio_info_ping_hostname">Ping Hostname(www.google.com):</string>
441 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
442 <string name="radio_info_http_client_test">HTTP Client test:</string>
443 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800444 <string name="ping_test_label">Run ping test</string>
445 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
446 <string name="radio_info_smsc_label">SMSC:</string>
447 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
448 <string name="radio_info_smsc_update_label">Update</string>
449 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
450 <string name="radio_info_smsc_refresh_label">Refresh</string>
451 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
452 <string name="radio_info_toggle_dns_check_label">Toggle DNS check</string>
Tammo Spalinka5f4c8f2009-10-15 20:08:58 +0800453 <!-- Radio Info screen. Label for a status item. Used for diagnostic info screens, precise translation isn't needed -->
454 <string name="oem_radio_info_label">OEM-specific Info/Settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800455
456 <!-- Band Mode Selection -->
457 <!-- Band mode screen. Title of activity. -->
458 <string name="band_mode_title">Set GSM/UMTS band</string>
459 <!-- Band mode screen. Loading message. -->
460 <string name="band_mode_loading">Loading band list\u2026</string>
461 <!-- Band mode screen. Button caption to set the bandmode. -->
462 <string name="band_mode_set">Set</string>
463 <!-- Band mode screen. Status message when unsuccessful. -->
464 <string name="band_mode_failed">Unsuccessful</string>
465 <!-- Band mode screen. Statusm essage when successful. -->
466 <string name="band_mode_succeeded">Successful</string>
467
468 <!-- Instructions after the user changes the mass storage settings -->
469 <string name="sdcard_changes_instructions">Changes take effect when USB cable is reconnected</string>
470 <!-- Enable USB mass storage mode checkbox title -->
471 <string name="sdcard_settings_screen_mass_storage_text">Enable USB mass storage</string>
472 <!-- The label for total bytes on SD card -->
473 <string name="sdcard_settings_total_bytes_label">Total bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700474 <!-- Message when there is no SD card present [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700475 <string name="sdcard_settings_not_present_status" product="nosdcard">USB storage not mounted</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800476 <!-- Message when there is no SD card present -->
Eric Fischer5698a752010-09-28 16:35:31 -0700477 <string name="sdcard_settings_not_present_status" product="default">No SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800478 <!-- Th label for the available (free) sapce on the SD card -->
479 <string name="sdcard_settings_available_bytes_label">Available bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700480 <!-- Message when the SD card is being used by the computer as mass storage [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700481 <string name="sdcard_settings_mass_storage_status" product="nosdcard">USB storage is being used as a mass storage device</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800482 <!-- Message when the SD card is being used by the computer as mass storage -->
Eric Fischer5698a752010-09-28 16:35:31 -0700483 <string name="sdcard_settings_mass_storage_status" product="default">SD card is being used as a mass storage device</string>
484 <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700485 <string name="sdcard_settings_unmounted_status" product="nosdcard">It is now safe to remove the USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800486 <!-- Message when it is safe to remove the SD card -->
Eric Fischer5698a752010-09-28 16:35:31 -0700487 <string name="sdcard_settings_unmounted_status" product="default">It is now safe to remove the SD card</string>
488 <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700489 <string name="sdcard_settings_bad_removal_status" product="nosdcard">USB storage was removed while still in use!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800490 <!-- Error message when the SD card was removed without properly unmounting -->
Eric Fischer5698a752010-09-28 16:35:31 -0700491 <string name="sdcard_settings_bad_removal_status" product="default">SD card was removed while still in use!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800492 <!-- Label for used bytes on the SD card -->
493 <string name="sdcard_settings_used_bytes_label">Used bytes:</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700494 <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700495 <string name="sdcard_settings_scanning_status" product="nosdcard">Scanning USB storage for media\u2026</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800496 <!-- Message when it is scanning the SD card for new files -->
Eric Fischer5698a752010-09-28 16:35:31 -0700497 <string name="sdcard_settings_scanning_status" product="default">Scanning SD card for media\u2026</string>
498 <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -0700499 <string name="sdcard_settings_read_only_status" product="nosdcard">USB storage mounted read-only</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800500 <!-- Message when the SD card is mounted as read only -->
Eric Fischer5698a752010-09-28 16:35:31 -0700501 <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only</string>
Daisuke Miyakawa71cc5482010-09-09 11:51:16 -0700502 <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen without storing the setting. [CHAR LIMIT=5] -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700503 <string name="skip_label">Skip</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800504 <!-- SetupWizard strings used by DateTimeSettingsSetupWizard. The button label for going to the next screen. -->
505 <string name="next_label">Next</string>
506
507 <!-- LocalePicker -->
508 <!-- Title for the locale picker activity -->
Freeman Ng73f877a2010-04-16 17:43:32 -0700509 <string name="language_picker_title">Language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800510
511 <!-- 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 :) ). -->
512 <string name="activity_picker_label">Select activity</string>
513 <!-- Do not translate. -->
514 <string name="debug_intent_sender_label">Debug intent sender</string>
515 <!-- The title of the activity to see random device info. -->
516 <string name="device_info_label">Device info</string>
517 <!-- The title of the activity to see battery info. -->
518 <string name="battery_info_label">Battery info</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800519 <!-- The title of the activity to adjust display settings -->
Amith Yamasani7456f672011-02-22 14:44:18 -0800520 <string name="display_label">Screen</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800521 <!-- The title of the activity to see phone info -->
Eric Fischerc9904f02010-11-01 16:54:51 -0700522 <string name="phone_info_label" product="tablet">Tablet info</string>
523 <!-- The title of the activity to see phone info -->
524 <string name="phone_info_label" product="default">Phone info</string>
Eric Fischer5698a752010-09-28 16:35:31 -0700525 <!-- The title of the activity to adjust SD card settings [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -0700526 <string name="sd_card_settings_label" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800527 <!-- The title of the activity to adjust SD card settings-->
Eric Fischer5698a752010-09-28 16:35:31 -0700528 <string name="sd_card_settings_label" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800529 <!-- The title of the activity to adjust proxy settings -->
530 <string name="proxy_settings_label">Proxy settings</string>
531
532 <!-- ======================================================================================= -->
533 <!-- NEW STUFF -->
534 <!-- ======================================================================================= -->
535
536 <!-- Button label for generic cancel action -->
537 <string name="cancel">Cancel</string>
538
Eric Fischer340c5c42010-10-01 11:45:47 -0700539 <!-- Title of the Settings activity shown within the application itself. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800540 <string name="settings_label">Settings</string>
Eric Fischer340c5c42010-10-01 11:45:47 -0700541 <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] -->
542 <string name="settings_label_launcher">Settings</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -0700543 <!-- Label for option to select a settings panel as a shortcut -->
Amith Yamasanic81c2572011-07-28 12:14:47 -0700544 <string name="settings_shortcut">Settings shortcut</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800545 <!-- Wireless controls settings screen, setting check box label -->
546 <string name="airplane_mode">Airplane mode</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -0700547 <!-- Main Settings screen settings title for things like airplane mode, tethering, NFC, VPN. This will take you to another screen with those settings. -->
548 <string name="radio_controls_title">More\u2026</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -0700549 <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
Amith Yamasanic9fdfa82010-12-14 14:38:16 -0800550 <string name="wireless_networks_settings_title">Wireless &amp; networks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800551 <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->
Hung-ying Tyan0a59b502009-07-06 17:26:34 +0800552 <string name="radio_controls_summary">Manage Wi-Fi, Bluetooth, airplane mode, mobile networks, &amp; VPNs</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800553
Wink Savillef9e02412009-04-02 01:37:03 -0700554 <!-- mobile network settings screen, setting check box title -->
555 <string name="roaming">Data roaming</string>
556 <!-- mobile network settings screen, setting option summary text when check box is selected -->
557 <string name="roaming_enable">Connect to data services when roaming</string>
558 <!-- mobile network settings screen, setting option summary text when check box is clear -->
559 <string name="roaming_disable">Connect to data services when roaming</string>
560 <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box -->
561 <string name="roaming_reenable_message">You have lost data connectivity because you left your home network with data roaming turned off.</string>
562 <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box -->
563 <string name="roaming_turn_it_on_button">Turn it on</string>
564 <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box -->
565 <string name="roaming_warning">Allow data roaming? You may incur significant roaming charges!</string>
566 <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box -->
567 <string name="roaming_reenable_title">Attention</string>
568 <!-- mobile network settings screen, setting option name -->
569 <string name="networks">Operator selection</string>
570 <!-- mobile network settings screen, setting option summary text -->
571 <string name="sum_carrier_select">Select a network operator</string>
572
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -0700573 <!-- Date and time settings --><skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800574 <!-- Main Settings screen setting option name to go into the date and time settings-->
575 <string name="date_and_time_settings_title">Date &amp; time</string>
Daisuke Miyakawaffe621f2011-01-16 11:01:29 -0800576 <!-- Title for Date & Time settings screen in SetupWizard [CHAR LIMIT=40] -->
Daisuke Miyakawaca2870f2011-01-20 16:02:07 -0800577 <string name="date_and_time_settings_title_setup_wizard">Set date and time</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800578 <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
579 <string name="date_and_time_settings_summary">Set date, time, time zone &amp; formats</string>
Amith Yamasani1bb6db52010-09-17 13:34:47 -0700580 <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=25] -->
581 <string name="date_time_auto">Automatic date &amp; time</string>
582 <!-- Date & time setting screen setting option summary text when Automatic check box is selected
583 (that is, when date and time should be determined automatically) [CHAR LIMIT=100] -->
584 <string name="date_time_auto_summaryOn">Use network-provided time</string>
585 <!-- Date & time setting screen setting option summary text when Automatic check box is clear
586 [CHAR LIMIT=100] -->
587 <string name="date_time_auto_summaryOff">Use network-provided time</string>
588 <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=25] -->
589 <string name="zone_auto">Automatic time zone</string>
590 <!-- 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)
591 [CHAR LIMIT=100] -->
592 <string name="zone_auto_summaryOn">Use network-provided time zone</string>
593 <!-- Date & time setting screen setting option summary text when Automatic time zone check box is clear
594 [CHAR LIMIT=100] -->
595 <string name="zone_auto_summaryOff">Use network-provided time zone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800596 <!-- Date & time setting screen setting check box title -->
597 <string name="date_time_24hour">Use 24-hour format</string>
598 <!-- Date & time setting screen setting option title -->
599 <string name="date_time_set_time">Set time</string>
600 <!-- Date & time setting screen setting option title -->
601 <string name="date_time_set_timezone">Select time zone</string>
602 <!-- Date & time setting screen setting option title -->
603 <string name="date_time_set_date">Set date</string>
604 <!-- 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.) -->
605 <string name="date_time_date_format">Select date format</string>
606 <!-- Menu item on Select time zone screen -->
607 <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string>
608 <!-- Menu item on Select time zone screen -->
609 <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string>
Daisuke Miyakawa0688f252010-12-28 12:06:08 -0800610 <!-- Title string shown above DatePicker, letting a user select system date
611 [CHAR LIMIT=20] -->
612 <string name="date_picker_title">Date</string>
613 <!-- Title string shown above TimePicker, letting a user select system time
614 [CHAR LIMIT=20] -->
615 <string name="time_picker_title">Time</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800616
Jim Millerbbb4afa2010-04-08 19:40:19 -0700617 <!-- Security Settings --><skip />
618
Jim Miller86624a22010-08-30 22:07:58 -0700619 <!-- Security settings screen, setting option name to change screen timeout -->
Jim Millerc9787072011-01-09 18:00:28 -0800620 <string name="lock_after_timeout">Timeout</string>
Jim Miller86624a22010-08-30 22:07:58 -0700621 <!-- Security settings screen, setting option summary to change screen timeout -->
Jim Millerc9787072011-01-09 18:00:28 -0800622 <string name="lock_after_timeout_summary">Lock screen <xliff:g id="timeout_string">%1$s</xliff:g> after screen automatically turns off</string>
Jim Milleredfaaea2010-10-13 21:11:07 -0700623 <!-- Text shown next to checkbox for showing owner info on LockScreen [CHAR LIMIT=50]-->
624 <string name="show_owner_info_on_lockscreen_label">Show owner info on lock screen</string>
Jim Miller36972bb2010-11-30 19:47:38 -0800625 <!-- Text shown for title of owner info setting [CHAR LIMIT=20]-->
Jim Milleredfaaea2010-10-13 21:11:07 -0700626 <string name="owner_info_settings_title">Owner info</string>
Jim Miller36972bb2010-11-30 19:47:38 -0800627 <!-- Text shown for summary of owner info setting [CHAR LIMIT=40]-->
Jim Millerc9787072011-01-09 18:00:28 -0800628 <string name="owner_info_settings_summary"></string>
Jim Miller4b296492010-12-01 17:01:03 -0800629 <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] -->
630 <string name="owner_info_settings_edit_text_hint">Enter text to display on the lock screen</string>
Gilles Debunnea6a8a142011-06-09 11:56:17 -0700631 <!-- Main Settings screen setting option title for the item to take you to the location screen -->
632 <string name="location_settings_title">Location services</string>
633 <!-- Main Settings screen setting option title for the item to take you to the security screen -->
634 <string name="security_settings_title">Security</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800635 <!-- Main Settings screen setting option summary text for the item tot ake you to the security and location screen -->
Hung-ying Tyan0a59b502009-07-06 17:26:34 +0800636 <string name="security_settings_summary">Set My Location, screen unlock, SIM card lock, credential storage lock</string>
Chouting Zhang5ee06352009-07-22 22:51:40 -0500637 <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen -->
638 <string name="cdma_security_settings_summary">Set My Location, screen unlock, credential storage lock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800639 <!-- In the security screen, the header title for settings related to Passwords-->
640 <string name="security_passwords_title">Passwords</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800641
Andy Stadler8dbcb882011-01-30 16:25:38 -0800642 <!-- Title of the preferences category for preference items to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800643 <string name="crypt_keeper_settings_title">Encryption</string>
Jason parks41121992011-01-25 09:26:55 -0600644
Andy Stadler8dbcb882011-01-30 16:25:38 -0800645 <!-- Title of the preferences item to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800646 <string name="crypt_keeper_encrypt_title" product="tablet">Encrypt tablet</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800647 <!-- Title of the preferences item to control encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800648 <string name="crypt_keeper_encrypt_title" product="default">Encrypt phone</string>
649
Andy Stadler8dbcb882011-01-30 16:25:38 -0800650 <!-- Summary of the preferences item to control encryption, when encryption is inactive -->
Roy West302c14a2011-01-26 14:10:55 -0800651 <string name="crypt_keeper_encrypt_summary" product="tablet">
652 Require a numeric PIN or password to decrypt your tablet each time you
653 power it on</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800654 <!-- Summary of the preferences item to control encryption, when encryption is inactive -->
Roy West302c14a2011-01-26 14:10:55 -0800655 <string name="crypt_keeper_encrypt_summary" product="default">
656 Require a numeric PIN or password to decrypt your phone each time you
657 power it on</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800658 <!-- Summary of the preferences item to control encryption, when encryption is active -->
Jason parks41121992011-01-25 09:26:55 -0600659 <string name="crypt_keeper_encrypted_summary">Encrypted</string>
660
Andy Stadler8dbcb882011-01-30 16:25:38 -0800661 <!-- Informational text in the first confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800662 <string name="crypt_keeper_desc" product="tablet">
663 You can encrypt your accounts, settings, downloaded applications and their data,
664 media, and other files. Once you encrypt your tablet, you must enter a numeric PIN
665 or password to decrypt it each time you power it on: you can\'t unencrypt your tablet
666 except by performing a factory data reset, erasing all your data.\n\nEncryption takes
667 an hour or more. You must start with a charged battery and keep your tablet plugged in
668 until encryption is complete. If you interrupt the encryption process, you will lose
669 some or all of your data.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800670 <!-- Informational text in the first confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800671 <string name="crypt_keeper_desc" product="default">
672 You can encrypt your accounts, settings, downloaded applications and their data,
673 media, and other files. Once you encrypt your phone, you must enter a numeric PIN or
674 password to decrypt it each time you power it on: you can\'t unencrypt your phone
675 except by performing a factory data reset, erasing all your data.\n\nEncryption takes
676 an hour or more. You must start with a charged battery and keep your phone plugged in
677 until encryption is complete. If you interrupt the encryption process, you will lose
678 some or all of your data.</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800679
Andy Stadler8dbcb882011-01-30 16:25:38 -0800680 <!-- Button text to start encryption process -->
Jason parks3e8b7632011-01-17 09:59:54 -0600681 <string name="crypt_keeper_button_text" product="tablet">Encrypt tablet</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800682 <!-- Button text to start encryption process -->
Jason parks3e8b7632011-01-17 09:59:54 -0600683 <string name="crypt_keeper_button_text" product="default">Encrypt phone</string>
Roy West302c14a2011-01-26 14:10:55 -0800684
Andy Stadler8dbcb882011-01-30 16:25:38 -0800685 <!-- Warning string that will be displayed when encryption cannot be started -->
Roy West302c14a2011-01-26 14:10:55 -0800686 <string name="crypt_keeper_low_charge_text">Please charge your battery and try again.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800687 <!-- Warning string that will be displayed when encryption cannot be started -->
Roy West302c14a2011-01-26 14:10:55 -0800688 <string name="crypt_keeper_unplugged_text">Please plug in your charger and try again.</string>
689
Andy Stadler17141202011-01-31 10:15:53 -0800690 <!-- Dialog title, shown when encryption cannot proceed because a PIN/Password is needed -->
691 <string name="crypt_keeper_dialog_need_password_title">No lock screen PIN or password</string>
692 <!-- Dialog message, shown when encryption cannot proceed because a PIN/Password is needed -->
693 <string name="crypt_keeper_dialog_need_password_message">You must set a lock screen PIN or
694 password before you can start encryption.</string>
695
Andy Stadler8dbcb882011-01-30 16:25:38 -0800696 <!-- Title of the final confirmation screen before starting device encryption -->
697 <string name="crypt_keeper_confirm_title">Confirm encryption</string>
698 <!-- Warning text in the final confirmation screen before starting device encryption -->
Roy West302c14a2011-01-26 14:10:55 -0800699 <string name="crypt_keeper_final_desc" product="tablet">
Andy Stadler8dbcb882011-01-30 16:25:38 -0800700 Encrypt tablet? This operation is irreversible and if you interrupt it, you will lose data.
701 Encryption takes an hour or more, during which the tablet will restart several times.
702 </string>
703 <!-- Warning text in the final confirmation screen before starting device encryption -->
Roy Westcbebe592011-01-26 16:31:21 -0800704 <string name="crypt_keeper_final_desc" product="default">
Andy Stadler8dbcb882011-01-30 16:25:38 -0800705 Encrypt phone? This operation is irreversible and if you interrupt it, you will lose data.
706 Encryption takes an hour or more, during which the phone will restart several times.
707 </string>
708
709 <!-- Title of the progress screen while encrypting the device -->
Jason parksec5a45e2011-01-18 15:28:36 -0600710 <string name="crypt_keeper_setup_title">Encrypting</string>
711
Andy Stadler8dbcb882011-01-30 16:25:38 -0800712 <!-- Informational text on the progress screen while encrypting the device -->
713 <string name="crypt_keeper_setup_description" product="tablet">Please wait while your tablet
Eric Fischer43d49592011-03-03 15:16:38 -0800714 is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
Andy Stadler8dbcb882011-01-30 16:25:38 -0800715 <!-- Informational text on the progress screen while encrypting the device -->
716 <string name="crypt_keeper_setup_description" product="default">Please wait while your phone
Eric Fischer43d49592011-03-03 15:16:38 -0800717 is being encrypted. <xliff:g id="percent" example="50">^1</xliff:g>% complete.</string>
Jason parksf8217302011-01-26 13:11:42 -0600718
Andy Stadler13d62042011-01-31 19:21:37 -0800719 <!-- Informational text on the password entry screen when password entry fails-->
Eric Fischer43d49592011-03-03 15:16:38 -0800720 <string name="crypt_keeper_cooldown">Try again in <xliff:g id="delay" example="15">^1</xliff:g> seconds.</string>
Andy Stadler13d62042011-01-31 19:21:37 -0800721
722 <!-- Informational text on the password entry screen prompting the user for their password -->
723 <string name="crypt_keeper_enter_password">Enter your password</string>
724
725 <!-- Title of the encryption screen when encrypting the device failed -->
726 <string name="crypt_keeper_failed_title">Encryption failed</string>
727
728 <!-- Informational text when encryption fails -->
729 <string name="crypt_keeper_failed_summary" product="tablet">
730 Encryption was interrupted and can\'t complete. You must perform a factory data reset (erasing
731 all your data) before you can resume using your tablet. You can try encrypting your tablet
732 again after the reset is complete.
733 </string>
734
735 <!-- Informational text when encryption fails -->
736 <string name="crypt_keeper_failed_summary" product="default">
737 Encryption was interrupted and can\'t complete. You must perform a factory data reset (erasing
738 all your data) before you can resume using your phone. You can try encrypting your phone
739 again after the reset is complete.
740 </string>
741
Jim Millerbbb4afa2010-04-08 19:40:19 -0700742 <!-- Unlock Picker Settings --><skip />
Jim Millerb11e2752010-03-22 19:36:34 -0700743
Jim Millerbbb4afa2010-04-08 19:40:19 -0700744 <!-- Security Picker --><skip />
Jim Miller3970c382010-11-19 18:38:01 -0800745 <!-- Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
Roy West7d47f2f2011-01-11 15:36:29 -0800746 <string name="lock_settings_picker_title">Configure lock screen</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800747
Jim Millerbbb4afa2010-04-08 19:40:19 -0700748 <!-- Main Security lock settings --><skip />
Jim Miller3970c382010-11-19 18:38:01 -0800749 <!-- Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] -->
Jim Millerc9787072011-01-09 18:00:28 -0800750 <string name="unlock_set_unlock_launch_picker_title">Configure lock screen</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700751
Jim Miller3970c382010-11-19 18:38:01 -0800752 <!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700753 <string name="unlock_set_unlock_launch_picker_change_title">Change screen lock</string>
754
Jim Miller3970c382010-11-19 18:38:01 -0800755 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700756 <string name="unlock_set_unlock_launch_picker_change_summary">Change or disable pattern, PIN, or password security</string>
757
Jim Miller36972bb2010-11-30 19:47:38 -0800758 <!-- Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45] -->
759 <string name="unlock_set_unlock_launch_picker_enable_summary">Choose a method to lock the screen</string>
760
Jim Miller3970c382010-11-19 18:38:01 -0800761 <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
762 <string name="unlock_set_unlock_off_title">Off</string>
763 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45] -->
Jim Millerc9787072011-01-09 18:00:28 -0800764 <string name="unlock_set_unlock_off_summary">Never lock the screen</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700765
Jim Miller3970c382010-11-19 18:38:01 -0800766 <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
Roy West80312822011-03-02 17:14:33 -0800767 <string name="unlock_set_unlock_none_title">Not secured</string>
Jim Miller3970c382010-11-19 18:38:01 -0800768 <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]-->
Jim Millerc9787072011-01-09 18:00:28 -0800769 <string name="unlock_set_unlock_none_summary">Don\u0027t require a pattern, PIN, or password to unlock the screen</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700770
Jim Miller3970c382010-11-19 18:38:01 -0800771 <!-- Title for preference that guides the user through creating an unlock pattern [CHAR LIMIT=22]-->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700772 <string name="unlock_set_unlock_pattern_title">Pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800773 <!-- Summary for preference that guides the user through creating an unlock pattern [CHAR LIMIT=45] -->
Jim Millerc9787072011-01-09 18:00:28 -0800774 <string name="unlock_set_unlock_pattern_summary">Require a pattern to unlock the screen</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800775
Jim Miller3970c382010-11-19 18:38:01 -0800776 <!-- Title for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700777 <string name="unlock_set_unlock_pin_title">PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800778 <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=45] -->
Jim Millerc9787072011-01-09 18:00:28 -0800779 <string name="unlock_set_unlock_pin_summary">Require a numeric PIN to unlock the screen</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800780
Jim Miller3970c382010-11-19 18:38:01 -0800781 <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=22] -->
Jim Millerbbb4afa2010-04-08 19:40:19 -0700782 <string name="unlock_set_unlock_password_title">Password</string>
Jim Miller3970c382010-11-19 18:38:01 -0800783 <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] -->
Jim Millerc9787072011-01-09 18:00:28 -0800784 <string name="unlock_set_unlock_password_summary">Require a password to unlock the screen</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700785
Brian Carlstromd4023b72011-05-25 13:24:20 -0700786 <!-- 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] -->
787 <string name="unlock_set_unlock_disabled_summary">Disabled by administrator, encryption policy, or credential storage</string>
Jim Millerbbb4afa2010-04-08 19:40:19 -0700788
Jim Millerc9787072011-01-09 18:00:28 -0800789 <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] -->
790 <string name="unlock_set_unlock_mode_off">Off</string>
791 <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] -->
Roy West80312822011-03-02 17:14:33 -0800792 <string name="unlock_set_unlock_mode_none">No security</string>
Jim Millerc9787072011-01-09 18:00:28 -0800793 <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] -->
794 <string name="unlock_set_unlock_mode_pattern">Secured with pattern</string>
795 <!-- Summary for "Configure lockscreen" when security PIN is enabled [CHAR LIMIT=45] -->
796 <string name="unlock_set_unlock_mode_pin">Secured with PIN</string>
797 <!-- Summary for "Configure lockscreen" when security password is enabled [CHAR LIMIT=45] -->
798 <string name="unlock_set_unlock_mode_password">Secured with password</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800799
Jim Miller3970c382010-11-19 18:38:01 -0800800 <!-- Title for option to turn of password/pin/pattern unlock. [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800801 <string name="unlock_disable_lock_title">Turn off screen lock</string>
802
Jim Miller3970c382010-11-19 18:38:01 -0800803 <!-- Summary shown under unlock_disable_lock_title when pattern is in use and can be removed [CHAR LIMIT=45] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800804 <string name="unlock_disable_lock_pattern_summary">Remove unlock pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800805 <!-- Summary shown under unlock_disable_lock_title when PIN is in use and can be removed [CHAR LIMIT=45]-->
Jim Miller122b6c82010-02-10 19:53:58 -0800806 <string name="unlock_disable_lock_pin_summary">Remove unlock PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800807 <!-- Summary shown under unlock_disable_lock_title when password is in use and can be removed [CHAR LIMIT=45]-->
Jim Miller122b6c82010-02-10 19:53:58 -0800808 <string name="unlock_disable_lock_password_summary">Remove unlock password</string>
809
Jim Miller3970c382010-11-19 18:38:01 -0800810 <!-- Title shown on security settings to allow the user to change their lockscreen pattern [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800811 <string name="unlock_change_lock_pattern_title">Change unlock pattern</string>
Jim Miller3970c382010-11-19 18:38:01 -0800812 <!-- Title shown on security settings to allow the user to change their lockscreen PIN [CHAR LIMIT=22] -->
Jim Miller122b6c82010-02-10 19:53:58 -0800813 <string name="unlock_change_lock_pin_title">Change unlock PIN</string>
Jim Miller3970c382010-11-19 18:38:01 -0800814 <!-- Title shown on security settings to allow the user to change their lockscreen password [CHAR LIMIT=22]-->
Jim Miller122b6c82010-02-10 19:53:58 -0800815 <string name="unlock_change_lock_password_title">Change unlock password</string>
816
817 <!-- Hint shown in dialog screen when password is too short -->
818 <string name="lockpassword_password_too_short">Password must be at least %d characters</string>
819 <!-- Hint shown in dialog screen when PIN is too short -->
820 <string name="lockpassword_pin_too_short">PIN must be at least %d characters</string>
821
822 <!-- Hint shown after minimum password criteria is met -->
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700823 <string name="lockpassword_press_continue">Touch Continue when done</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800824
825 <!-- Hint shown after minimum password criteria is met -->
826 <string name="lockpassword_continue_label">Continue</string>
827
828 <!-- Error shown in popup when password is too long -->
Jim Miller9afb14d2011-02-14 17:25:01 -0800829 <string name="lockpassword_password_too_long">Password must be fewer than <xliff:g id="number" example="17">%d</xliff:g> characters</string>
Jim Miller00d24762009-12-22 19:04:57 -0800830 <!-- Error shown in popup when PIN is too long -->
Jim Miller9afb14d2011-02-14 17:25:01 -0800831 <string name="lockpassword_pin_too_long">PIN must be fewer than <xliff:g id="number" example="17">%d</xliff:g> digits</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800832
Jim Miller00d24762009-12-22 19:04:57 -0800833 <!-- Error shown when in PIN mode and user enters a non-digit -->
Jim Miller122b6c82010-02-10 19:53:58 -0800834 <string name="lockpassword_pin_contains_non_digits">PIN must contain only digits 0-9</string>
835
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700836 <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! -->
837 <string name="lockpassword_pin_recently_used">Device administrator disallows using a recent PIN</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700838
Jim Miller00d24762009-12-22 19:04:57 -0800839 <!-- Error shown when in PASSWORD mode and user enters an invalid character -->
Jim Miller122b6c82010-02-10 19:53:58 -0800840 <string name="lockpassword_illegal_character">Password contains an illegal character</string>
841
842 <!-- Error shown when in PASSWORD mode and password is all digits -->
Jim Millerb11e2752010-03-22 19:36:34 -0700843 <string name="lockpassword_password_requires_alpha">Password must contain at least one letter</string>
844
845 <!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
846 <string name="lockpassword_password_requires_digit">Password must contain at least one digit</string>
847
848 <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
849 <string name="lockpassword_password_requires_symbol">Password must contain at least one symbol</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800850
Konstantin Lopyrev57fbf692010-05-27 16:01:41 -0700851 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters -->
852 <plurals name="lockpassword_password_requires_letters">
853 <item quantity="one">Password must contain at least 1 letter</item>
854 <item quantity="other">Password must contain at least %d letters</item>
855 </plurals>
856
857 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters -->
858 <plurals name="lockpassword_password_requires_lowercase">
859 <item quantity="one">Password must contain at least 1 lowercase letter</item>
860 <item quantity="other">Password must contain at least %d lowercase letters</item>
861 </plurals>
862
863 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters -->
864 <plurals name="lockpassword_password_requires_uppercase">
865 <item quantity="one">Password must contain at least 1 uppercase letter</item>
866 <item quantity="other">Password must contain at least %d uppercase letters</item>
867 </plurals>
868
869 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits -->
870 <plurals name="lockpassword_password_requires_numeric">
871 <item quantity="one">Password must contain at least 1 numerical digit</item>
872 <item quantity="other">Password must contain at least %d numerical digits</item>
873 </plurals>
874
875 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols -->
876 <plurals name="lockpassword_password_requires_symbols">
877 <item quantity="one">Password must contain at least 1 special symbol</item>
878 <item quantity="other">Password must contain at least %d special symbols</item>
879 </plurals>
880
Konstantin Lopyrev2df65e42010-06-04 17:27:53 -0700881 <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
882 <plurals name="lockpassword_password_requires_nonletter">
883 <item quantity="one">Password must contain at least 1 non-letter character</item>
884 <item quantity="other">Password must contain at least %d non-letter characters</item>
885 </plurals>
886
Konstantin Lopyrev28efa022010-05-13 13:57:35 -0700887 <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
888 <string name="lockpassword_password_recently_used">Device administrator disallows using a recent password</string>
Konstantin Lopyrev015c1862010-05-12 17:16:24 -0700889
Jim Miller122b6c82010-02-10 19:53:58 -0800890 <!-- Label for ChoosePassword/PIN OK button -->
891 <string name="lockpassword_ok_label">OK</string>
892
893 <!-- Label for ChoosePassword/PIN OK button -->
894 <string name="lockpassword_cancel_label">Cancel</string>
895
Jim Miller97096252010-12-21 22:03:06 -0800896 <!-- Label for LockPatternTutorial Cancel button -->
897 <string name="lockpattern_tutorial_cancel_label">Cancel</string>
898
899 <!-- Label for LockPatternTutorial Continue button -->
900 <string name="lockpattern_tutorial_continue_label">Next</string>
901
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800902 <!-- In the security screen, the header title for settings related to device admins -->
903 <string name="device_admin_title">Device administration</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800904
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800905 <!-- Title of preference to manage device admins -->
Roy West1e8d2982010-10-25 07:33:41 -0700906 <string name="manage_device_admin">Device administrators</string>
Jim Miller122b6c82010-02-10 19:53:58 -0800907
Dianne Hackbornfeff6522010-01-12 18:18:05 -0800908 <!-- Summary of preference to manage device policies -->
Roy West1e8d2982010-10-25 07:33:41 -0700909 <string name="manage_device_admin_summary">View or deactivate device administrators</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800910
911 <!-- Bluetooth settings -->
912 <!-- Bluetooth settings check box title on Main Settings screen -->
913 <string name="bluetooth_quick_toggle_title">Bluetooth</string>
914 <!-- Bluetooth settings check box summary for turning on bluetooth -->
915 <string name="bluetooth_quick_toggle_summary">Turn on Bluetooth</string>
916 <!--Used as title on second screen after selecting Bluetooth settings -->
Gilles Debunnee78c1872011-06-20 15:00:07 -0700917 <string name="bluetooth_settings">Bluetooth</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800918 <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
Gilles Debunnee78c1872011-06-20 15:00:07 -0700919 <string name="bluetooth_settings_title">Bluetooth</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800920 <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
921 <string name="bluetooth_settings_summary">Manage connections, set device name &amp; discoverability</string>
922
Jake Hambyca9812a2011-07-12 11:05:46 -0700923 <!-- ======================================================================================= -->
924 <!-- Note: The opening brackets of HTML style tags are escaped (e.g. "<b>" is "&lt;b>") in -->
925 <!-- the following resources to enable formatting followed by HTML styling, as described -->
926 <!-- here: http://developer.android.com/guide/topics/resources/string-resource.html -->
927 <!-- ======================================================================================= -->
928
929 <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] -->
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700930 <string name="bluetooth_pairing_request">Bluetooth pairing request</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700931
932 <!-- Message when bluetooth dialog for pin entry is showing. [CHAR LIMIT=NONE] -->
933 <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>
934
935 <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] -->
936 <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>
937
938 <!-- Checkbox label for alphanumeric PIN entry (default is numeric PIN). [CHAR LIMIT=50] -->
939 <string name="bluetooth_enable_alphanumeric_pin">PIN contains letters or symbols</string>
940
941 <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
942 <string name="bluetooth_pin_values_hint">Usually 0000 or 1234</string>
943
944 <!-- Pairing dialog text to remind user to enter the PIN on the other device. [CHAR LIMIT=NONE] -->
945 <string name="bluetooth_enter_pin_other_device">You may also need to enter this PIN on the other device.</string>
946 <!-- Pairing dialog text to remind user to enter the passkey on the other device. [CHAR LIMIT=NONE] -->
947 <string name="bluetooth_enter_passkey_other_device">You may also need to enter this passkey on the other device.</string>
948
949 <!-- Message for confirmation of passkey to complete pairing. [CHAR LIMIT=NONE] -->
950 <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>
951
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700952 <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
Jake Hambyca9812a2011-07-12 11:05:46 -0700953 <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>
954
Jaikumar Ganeshda23ae82011-01-05 13:56:17 -0800955 <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. -->
Jake Hambyca9812a2011-07-12 11:05:46 -0700956 <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>
957
958 <!-- Button text for accepting an incoming pairing request. [CHAR LIMIT=20] -->
Michael Chane41a4ca2009-08-04 15:02:17 -0700959 <string name="bluetooth_pairing_accept">Pair</string>
Jake Hambyca9812a2011-07-12 11:05:46 -0700960 <!-- Button text for declining an incoming pairing request. [CHAR LIMIT=20] -->
961 <string name="bluetooth_pairing_decline">Cancel</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800962
963 <!-- Title for BT error dialogs. -->
964 <string name="bluetooth_error_title">Attention</string>
965 <!-- Message for the error dialog when BT pairing fails generically. -->
Jim Miller00d24762009-12-22 19:04:57 -0800966 <string name="bluetooth_pairing_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g>.</string>
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -0700967 <!-- Message for the error dialog when BT pairing fails because the PIN /
968 Passkey entered is incorrect. -->
Jaikumar Ganesh5f23cb32009-09-11 09:45:11 -0700969 <string name="bluetooth_pairing_pin_error_message">There was a problem pairing with <xliff:g id="device_name">%1$s</xliff:g> because the PIN or Passkey is incorrect.</string>
Michael Chana3220452009-03-27 11:53:26 -0700970 <!-- Message for the error dialog when BT pairing fails because the other device is down. -->
971 <string name="bluetooth_pairing_device_down_error_message">Cannot establish communication with <xliff:g id="device_name">%1$s</xliff:g>.</string>
972 <!-- Message for the error dialog when BT pairing fails because the other device rejected the pairing. -->
973 <string name="bluetooth_pairing_rejected_error_message">Pairing rejected by <xliff:g id="device_name">%1$s</xliff:g>.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800974
975 <!-- Message for the error dialog when BT connecting operation fails generically. -->
Jim Miller00d24762009-12-22 19:04:57 -0800976 <string name="bluetooth_connecting_error_message">There was a problem connecting to <xliff:g id="device_name">%1$s</xliff:g>.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800977
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800978 <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
979 <string name="bluetooth_preference_scan_title">Scan for devices</string>
Gilles Debunne94161362011-06-30 15:44:05 -0700980 <!-- Bluetooth settings: The title of the action button that initiates a search for nearby devices [CHAR LIMIT=20] -->
981 <string name="bluetooth_search_for_devices">Search for devices</string>
982 <!-- Bluetooth settings: The title of the action button while a search for nearby devices is in progress [CHAR LIMIT=20] -->
983 <string name="bluetooth_searching_for_devices">Searching\u2026</string>
Amith Yamasani48e90002010-10-26 13:44:33 -0700984 <!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] -->
985 <string name="bluetooth_preference_device_settings">Device settings</string>
Gilles Debunne6dc0f962011-07-07 14:24:26 -0700986 <!-- Bluetooth settings: The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] -->
Amith Yamasani48e90002010-10-26 13:44:33 -0700987 <string name="bluetooth_preference_paired_devices">Paired devices</string>
Gilles Debunne6dc0f962011-07-07 14:24:26 -0700988 <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
989 <string name="bluetooth_preference_found_devices">Available devices</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800990 <!-- Bluetooth settings. Context menu item for a device. Action will connect to all profiles on the device. -->
991 <string name="bluetooth_device_context_connect">Connect</string>
992 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect from all profiles on the device. -->
993 <string name="bluetooth_device_context_disconnect">Disconnect</string>
994 <!-- Bluetooth settings. Context menu item for a device. Action will first pair, and then connect to all profiles on the device. -->
995 <string name="bluetooth_device_context_pair_connect">Pair &amp; connect</string>
996 <!-- Bluetooth settings. Context menu item for a device. Action will remove pairing with the device. -->
997 <string name="bluetooth_device_context_unpair">Unpair</string>
998 <!-- Bluetooth settings. Context menu item for a device. Action will disconnect and remove pairing with the device. -->
999 <string name="bluetooth_device_context_disconnect_unpair">Disconnect &amp; unpair</string>
1000 <!-- Bluetooth settings. Context menu item for a device. Action will take the user to another screen where they can choose exactly which profiles to connect to. -->
Jim Miller00d24762009-12-22 19:04:57 -08001001 <string name="bluetooth_device_context_connect_advanced">Options\u2026</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001002 <!-- Bluetooth settings. Menu option to Bluetooth advanced settings [CHAR LIMIT=20]-->
1003 <string name="bluetooth_menu_advanced">Advanced</string>
1004 <!-- Bluetooth settings. Title of the advanced bluetooth settings screen [CHAR LIMIT=30]-->
1005 <string name="bluetooth_advanced_titlebar">Advanced Bluetooth</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001006 <!-- Bluetooth settings. Text displayed when Bluetooth is off and device list is empty [CHAR LIMIT=50]-->
Gilles Debunne18e99922011-06-30 12:00:28 -07001007 <string name="bluetooth_empty_list_bluetooth_off">To see devices, turn Bluetooth on.</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001008
Jim Miller00d24762009-12-22 19:04:57 -08001009
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001010 <!-- 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. -->
1011 <string name="bluetooth_connect_specific_profiles_title">Connect to\u2026</string>
1012
1013 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the A2DP profile. -->
1014 <string name="bluetooth_profile_a2dp">Media</string>
1015 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the headset or handsfree profile. -->
Jake Hambyc090feb2010-12-07 16:27:21 -08001016 <string name="bluetooth_profile_headset">Handsfree</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001017 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the OPP profile. -->
1018 <string name="bluetooth_profile_opp">Transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -07001019 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the HID profile. -->
1020 <string name="bluetooth_profile_hid">Input Device</string>
Danica Chang32711b62010-08-10 18:41:29 -07001021 <!-- Bluetooth settings. The user-visible string that is used whenever referring to the PAN profile. [CHAR LIMIT=25]-->
Jake Hambyc777ee22011-03-04 15:37:39 -08001022 <string name="bluetooth_profile_pan">Internet access</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001023
Jake Hambyc777ee22011-03-04 15:37:39 -08001024 <!-- Bluetooth settings. Message for disconnecting from the A2DP profile. [CHAR LIMIT=80] -->
Jake Hambye79f9902010-11-03 12:47:51 -07001025 <string name="bluetooth_disconnect_a2dp_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from media audio.</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001026 <!-- Bluetooth settings. Message for disconnecting from the headset profile. [CHAR LIMIT=80] -->
Jake Hambyc090feb2010-12-07 16:27:21 -08001027 <string name="bluetooth_disconnect_headset_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from handsfree audio.</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001028 <!-- Bluetooth settings. Message for disconnecting from the HID profile. [CHAR LIMIT=80] -->
Jake Hambye79f9902010-11-03 12:47:51 -07001029 <string name="bluetooth_disconnect_hid_profile"><xliff:g id="device_name">%1$s</xliff:g> will be disconnected from input device.</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001030 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (user role). [CHAR LIMIT=80] -->
1031 <string name="bluetooth_disconnect_pan_user_profile">Internet access via <xliff:g id="device_name">%1$s</xliff:g> will be disconnected.</string>
1032 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
1033 <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>
1034 <!-- Bluetooth settings. Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
1035 <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>
Jake Hambye79f9902010-11-03 12:47:51 -07001036
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001037 <!-- Bluetooth settings. Connection options screen. The title of the screen. -->
1038 <string name="bluetooth_device_advanced_title"><xliff:g id="device_name">%1$s</xliff:g> options</string>
Amith Yamasani48e90002010-10-26 13:44:33 -07001039 <!-- Bluetooth settings. Connection options screen. Title of device actions section. [CHAR LIMIT=30] -->
1040 <string name="bluetooth_device_advanced_device_actions_title">Device actions</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001041 <!-- 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. -->
1042 <string name="bluetooth_device_advanced_online_mode_title">Connect</string>
1043 <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. -->
1044 <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string>
1045 <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. -->
1046 <string name="bluetooth_device_advanced_profile_header_title">Profiles</string>
Amith Yamasani48e90002010-10-26 13:44:33 -07001047 <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] -->
1048 <string name="bluetooth_device_advanced_rename_device">Rename device</string>
1049 <!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] -->
1050 <string name="bluetooth_device_advanced_enable_opp_title">Allow incoming file transfers</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001051 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. -->
1052 <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>
1053 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference when headset is connected. -->
1054 <string name="bluetooth_headset_profile_summary_connected">Connected to phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001055 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is connected. -->
1056 <string name="bluetooth_opp_profile_summary_connected">Connected to file transfer server</string>
1057 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference when OPP is not connected. -->
1058 <string name="bluetooth_opp_profile_summary_not_connected">Not connected to file transfer server</string>
Adam Powell792d2132010-06-07 17:13:10 -07001059 <!-- Bluetooth settings. Connection options screen. The summary for the HID checkbox preference when HID is connected. -->
1060 <string name="bluetooth_hid_profile_summary_connected">Connected to input device</string>
Jake Hambyc777ee22011-03-04 15:37:39 -08001061 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
1062 <string name="bluetooth_pan_user_profile_summary_connected">Connected to device for Internet access</string>
1063 <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
1064 <string name="bluetooth_pan_nap_profile_summary_connected">Sharing local Internet connection with device</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001065
1066 <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference that describes how checking it will set the A2DP profile as preferred. -->
1067 <string name="bluetooth_a2dp_profile_summary_use_for">Use for media audio</string>
1068 <!-- Bluetooth settings. Connection options screen. The summary for the headset checkbox preference that describes how checking it will set the headset profile as preferred. -->
1069 <string name="bluetooth_headset_profile_summary_use_for">Use for phone audio</string>
Yue Lixina41e2f92009-07-09 16:48:52 +08001070 <!-- Bluetooth settings. Connection options screen. The summary for the OPP checkbox preference that describes how checking it will set the OPP profile as preferred. -->
1071 <string name="bluetooth_opp_profile_summary_use_for">Use for file transfer</string>
Adam Powell792d2132010-06-07 17:13:10 -07001072 <!-- Bluetooth settings. Connection options screen. The summary
1073 for the HID checkbox preference that describes how checking it
1074 will set the HID profile as preferred. -->
1075 <string name="bluetooth_hid_profile_summary_use_for">Use for input</string>
Jake Hamby39ef2252010-12-16 18:33:28 -08001076 <!-- Bluetooth settings. Connection options screen. The summary
1077 for the PAN checkbox preference that describes how checking it
1078 will set the PAN profile as preferred. -->
1079 <string name="bluetooth_pan_profile_summary_use_for">Use for Internet access</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001080
Michael Chan0bd445b2009-12-03 00:31:59 -08001081 <!-- Bluetooth settings. Dock Setting Title -->
1082 <string name="bluetooth_dock_settings">Dock Settings</string>
1083 <!-- Bluetooth settings. Dock Setting Dialog Title -->
1084 <string name="bluetooth_dock_settings_title">Use dock for audio</string>
1085 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone -->
1086 <string name="bluetooth_dock_settings_headset">As speaker phone</string>
1087 <!-- Bluetooth settings. Dock Setting Dialog - Checkbox selection 2: Use dock for media audio -->
Michael Chan55a05f82010-01-06 15:10:56 -08001088 <string name="bluetooth_dock_settings_a2dp">For music and media</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001089 <!-- Bluetooth settings. Dock Setting Dialog - Remember setting and don't ask user again -->
1090 <string name="bluetooth_dock_settings_remember">Remember settings</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001091
Nick Pellyad50ba02010-09-22 10:55:13 -07001092 <!-- NFC settings -->
1093 <!-- Used in the 1st-level settings screen to turn on NFC -->
1094 <string name="nfc_quick_toggle_title">NFC</string>
Martijn Coenenba534402011-07-21 09:33:40 +02001095 <!-- Used to enter the Zero-click sharing preferences screen -->
Martijn Coenenbb4bdc22011-07-27 17:31:41 -05001096 <string name="zeroclick_settings_title">Tap to share</string>
Martijn Coenenba534402011-07-21 09:33:40 +02001097 <string name="zeroclick_settings_summary"></string>
Martijn Coenenbb4bdc22011-07-27 17:31:41 -05001098 <string name="zeroclick_on_summary">On</string>
1099 <string name="zeroclick_off_summary">Off</string>
Martijn Coenenba534402011-07-21 09:33:40 +02001100 <!-- Used in the zero-click sharing preferences screen -->
1101 <string name="zeroclick_label">Zero-click sharing</string>
Martijn Coenenbb4bdc22011-07-27 17:31:41 -05001102 <string name="zeroclick_explained">Tap to share allows you to share content from applications, just by tapping your NFC-enabled device to another.</string>
Nick Pellyad50ba02010-09-22 10:55:13 -07001103
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001104 <!-- Wi-Fi Settings --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001105 <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
1106 <string name="wifi_quick_toggle_title">Wi-Fi</string>
1107 <!-- Used in the 1st-level settings screen as the turn-on summary -->
1108 <string name="wifi_quick_toggle_summary">Turn on Wi-Fi</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001109 <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen [CHAR LIMIT=20]-->
1110 <string name="wifi_settings">Wi-Fi</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001111 <!-- Title of the Wi-fi settings screen -->
1112 <string name="wifi_settings_category">Wi-Fi settings</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001113 <!-- Title of the Wi-fi settings entry in the left top level menu -->
1114 <string name="wifi_settings_title">Wi-Fi</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001115 <!-- Summary text of the Wi-fi settings screen -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001116 <string name="wifi_settings_summary">Set up &amp; manage wireless access points</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001117 <!-- Summary text when turning Wi-Fi or bluetooth on -->
Gilles Debunne18e99922011-06-30 12:00:28 -07001118 <string name="wifi_starting">Turning Wi-Fi on\u2026</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001119 <!-- Summary text when turning Wi-Fi or bluetooth off -->
Gilles Debunnee78c1872011-06-20 15:00:07 -07001120 <string name="wifi_stopping">Turning off Wi-Fi\u2026</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001121 <!-- Summary text when Wi-Fi or bluetooth has error -->
1122 <string name="wifi_error">Error</string>
1123 <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode -->
1124 <string name="wifi_in_airplane_mode">In airplane mode</string>
1125 <!-- Toast message when Wi-Fi cannot scan for networks -->
1126 <string name="wifi_fail_to_scan">Unable to scan for networks</string>
1127 <!-- Checkbox title for option to notify user when open networks are nearby -->
1128 <string name="wifi_notify_open_networks">Network notification</string>
1129 <!-- Checkbox summary for option to notify user when open networks are nearby -->
1130 <string name="wifi_notify_open_networks_summary">Notify me when an open network is available</string>
Isaac Levya2f301c2011-06-27 15:48:15 -07001131 <!-- Checkbox title for option to toggle wifi watchdog service -->
1132 <string name="wifi_enable_watchdog_service">Wi-Fi Connectivity Checks</string>
1133 <!-- Checkbox summary for option to toggle wifi watchdog service -->
1134 <string name="wifi_enable_watchdog_service_summary">Detect and manage potential network connectivity problems</string>
Irfan Sheriffabeff002011-01-29 08:58:23 -08001135 <!-- Setting title for setting the wifi sleep policy -->
Roy West66f32a82011-01-30 16:40:55 -08001136 <string name="wifi_setting_sleep_policy_title">Wi-Fi disconnect policy</string>
Irfan Sheriffabeff002011-01-29 08:58:23 -08001137 <!-- Setting summary for setting the wifi sleep policy -->
1138 <string name="wifi_setting_sleep_policy_summary">Specify when to switch from Wi-Fi to mobile data</string>
Amith Yamasani35bc6b52011-03-08 12:03:13 -08001139 <!-- Setting summary for setting the wifi sleep policy for wifi-only devices [CHAR LIMIT=100] -->
1140 <string name="wifi_setting_sleep_policy_summary_wifi_only">Specify when to disconnect from Wi-Fi</string>
Irfan Sheriffabeff002011-01-29 08:58:23 -08001141 <!-- Generic error message when the sleep policy could not be set. -->
1142 <string name="wifi_setting_sleep_policy_error">There was a problem changing the setting</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001143 <!-- Action bar text message to manually add a wifi network [CHAR LIMIT=20]-->
1144 <string name="wifi_add_network">Add network</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001145 <!-- Header for the list of wifi networks-->
1146 <string name="wifi_access_points">Wi-Fi networks</string>
1147 <!-- Menu option to scan Wi-Fi networks -->
1148 <string name="wifi_menu_scan">Scan</string>
1149 <!-- Menu option to Wi-Fi advanced settings -->
1150 <string name="wifi_menu_advanced">Advanced</string>
1151 <!-- Menu option to connect to a Wi-Fi network -->
1152 <string name="wifi_menu_connect">Connect to network</string>
1153 <!-- Menu option to delete a Wi-Fi network -->
1154 <string name="wifi_menu_forget">Forget network</string>
1155 <!-- Menu option to modify a Wi-Fi network configuration -->
1156 <string name="wifi_menu_modify">Modify network</string>
Gilles Debunnee78c1872011-06-20 15:00:07 -07001157 <!-- Wi-Fi settings. text displayed when WiFi is off and network list is empty [CHAR LIMIT=50]-->
Gilles Debunne18e99922011-06-30 12:00:28 -07001158 <string name="wifi_empty_list_wifi_off">To see available networks, turn Wi-Fi on.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001159
1160 <!-- Dialog for Access Points --> <skip />
Irfan Sheriffb3024fa2010-09-16 17:53:59 -07001161 <!-- Label for network setup [CHAR LIMIT=50] -->
1162 <string name="wifi_network_setup">Network Setup</string>
1163 <!-- Label for the text view for WPS pin input [CHAR LIMIT=50] -->
1164 <string name="wifi_wps_pin">Enter pin from access point</string>
Irfan Sheriffdee5b262011-01-13 13:58:39 -08001165 <!-- Title for the WPS setup dialog [CHAR LIMIT=50] -->
1166 <string name="wifi_wps_setup_title">WPS Setup</string>
1167 <!-- Text displayed in the WPS pin display dialog [CHAR LIMIT=75] -->
Irfan Sheriffe45e13f2010-10-21 16:45:15 -07001168 <string name="wifi_wps_pin_output">Enter the pin <xliff:g id="wps_pin">%1$s</xliff:g> on the access point</string>
Irfan Sheriffdee5b262011-01-13 13:58:39 -08001169 <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=75] -->
1170 <string name="wifi_wps_in_progress">WPS is already in progress and can take tens of seconds to complete</string>
1171 <!-- Text displayed when WPS fails to start [CHAR LIMIT=75] -->
1172 <string name="wifi_wps_failed">Failed to start WPS, please try again</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001173 <!-- Label for the SSID of the network -->
1174 <string name="wifi_ssid">Network SSID</string>
1175 <!-- Label for the security of the connection -->
1176 <string name="wifi_security">Security</string>
1177 <!-- Label for the signal strength of the connection -->
1178 <string name="wifi_signal">Signal strength</string>
1179 <!-- Label for the status of the connection -->
1180 <string name="wifi_status">Status</string>
1181 <!-- Label for the link speed of the connection -->
1182 <string name="wifi_speed">Link speed</string>
1183 <!-- Label for the IP address of the connection -->
1184 <string name="wifi_ip_address">IP address</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001185 <!-- Hint text for the IP address -->
1186 <string name="wifi_ip_address_hint" translatable="false">192.168.1.128</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001187 <!-- Label for the EAP method of the network -->
1188 <string name="wifi_eap_method">EAP method</string>
Irfan Sheriffde3e5662010-06-02 15:25:13 -07001189 <!-- Label for the phase2 -->
1190 <string name="please_select_phase2">Phase 2 authentication</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001191 <!-- Label for the EAP CA certificate of the network -->
1192 <string name="wifi_eap_ca_cert">CA certificate</string>
1193 <!-- Label for the EAP user certificate of the network -->
1194 <string name="wifi_eap_user_cert">User certificate</string>
1195 <!-- Label for the EAP identity of the network -->
1196 <string name="wifi_eap_identity">Identity</string>
1197 <!-- Label for the EAP anonymous identity of the network -->
1198 <string name="wifi_eap_anonymous">Anonymous identity</string>
1199 <!-- Label for the password of the secured network -->
1200 <string name="wifi_password">Password</string>
1201 <!-- Label for the check box to show password -->
Irfan Sherifff027ce52010-08-30 17:03:28 -07001202 <string name="wifi_show_password">Show password</string>
Irfan Sheriffe82a4592010-09-22 13:41:41 -07001203 <!-- Label for the spinner to show ip settings [CHAR LIMIT=25] -->
Irfan Sherifff027ce52010-08-30 17:03:28 -07001204 <string name="wifi_ip_settings">IP settings</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001205 <!-- Hint for unchanged fields -->
1206 <string name="wifi_unchanged">(unchanged)</string>
1207 <!-- Hint for unspecified fields -->
1208 <string name="wifi_unspecified">(unspecified)</string>
1209 <!-- Summary for the remembered network. -->
1210 <string name="wifi_remembered">Remembered</string>
1211 <!-- Summary for the disabled network. -->
1212 <string name="wifi_disabled">Disabled</string>
1213 <!-- Summary for the remembered network but currently not in range. -->
1214 <string name="wifi_not_in_range">Not in range</string>
Irfan Sheriffe45e13f2010-10-21 16:45:15 -07001215 <!-- Summary for an open network with WPS being available [CHAR LIMIT=50]-->
1216 <string name="wifi_open_with_wps">WPS available</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001217 <!-- Summary for the secured network. -->
1218 <string name="wifi_secured">Secured with <xliff:g id="wifi_security">%1$s</xliff:g></string>
Irfan Sheriffb3024fa2010-09-16 17:53:59 -07001219 <!-- Summary for the secured network with WPS being available [CHAR LIMIT=50]-->
1220 <string name="wifi_secured_with_wps">Secured with <xliff:g id="wifi_security">%1$s</xliff:g> (WPS available)</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001221 <!-- Summary for the secured and remembered network. Status can be "Remembered", "Disabled" or "Not in range". -->
1222 <string name="wifi_secured_with_status"><xliff:g id="wifi_status">%2$s</xliff:g>, secured with <xliff:g id="wifi_security">%1$s</xliff:g></string>
1223 <!-- Button label to connect to a Wi-Fi network -->
1224 <string name="wifi_connect">Connect</string>
1225 <!-- Button label to delete a Wi-Fi network -->
1226 <string name="wifi_forget">Forget</string>
1227 <!-- Button label to save a Wi-Fi network configuration -->
1228 <string name="wifi_save">Save</string>
1229 <!-- Button label to dismiss the dialog -->
1230 <string name="wifi_cancel">Cancel</string>
1231
Irfan Sheriff6377e472011-01-16 10:51:49 -08001232 <!-- Errors reported on wifi settings page -->
1233 <!-- Toast message indicating WPS overlap detection [CHAR LIMIT=75] -->
1234 <string name="wifi_wps_overlap_error">Another WPS session detected, please retry in a few minutes</string>
1235
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001236 <!-- Wi-Fi Advanced Settings --> <skip />
1237 <!-- Wi-Fi settings screen, advanced, settings section. This is a header shown above advanced wifi settings. -->
Gilles Debunnec8dea7f2011-06-30 19:09:28 -07001238 <string name="wifi_advanced_titlebar">Advanced Wi-Fi</string>
Irfan Sherifffa37a752010-11-04 13:45:32 -07001239 <!-- Wi-Fi settings screen, setting title for setting the band [CHAR LIMIT=50]-->
1240 <string name="wifi_setting_frequency_band_title">Wi-Fi frequency band</string>
1241 <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
1242 <string name="wifi_setting_frequency_band_summary">Specify the frequency range of operation</string>
1243 <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
1244 <string name="wifi_setting_frequency_band_error">There was a problem setting the frequency band.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001245 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
1246 <string name="wifi_advanced_mac_address_title">MAC address</string>
1247 <!-- Title of the screen to adjust IP settings -->
Mike Lockwood68b80692010-04-20 11:53:49 -04001248 <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
1249 <string name="wifi_advanced_ip_address_title">IP address</string>
1250
Gilles Debunnee78c1872011-06-20 15:00:07 -07001251 <!-- Wifi Advanced settings. Used as a label under the shortcut icon that goes to Wifi advanced settings. [CHAR LIMIT=20]-->
1252 <string name="wifi_advanced_settings_label">IP settings</string>
1253 <!-- Menu item to save the IP settings -->
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001254 <string name="wifi_ip_settings_menu_save">Save</string>
1255 <!-- Menu ietm to cancel the IP settings -->
1256 <string name="wifi_ip_settings_menu_cancel">Cancel</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001257 <!-- Error message if the IP address is not valid [CHAR LIMIT=50]-->
1258 <string name="wifi_ip_settings_invalid_ip_address">Please type a valid IP address.</string>
1259 <!-- Error message if the gateway is not valid [CHAR LIMIT=50]-->
1260 <string name="wifi_ip_settings_invalid_gateway">Please type a valid gateway address.</string>
1261 <!-- Error message if the dns is not valid [CHAR LIMIT=50]-->
1262 <string name="wifi_ip_settings_invalid_dns">Please type a valid dns address.</string>
1263 <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]-->
1264 <string name="wifi_ip_settings_invalid_network_prefix_length">Please type a network prefix length between 0 and 32.</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001265 <!-- Label for the DNS (first one) -->
1266 <string name="wifi_dns1">DNS 1</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001267 <!-- Hint text for DNS -->
1268 <string name="wifi_dns1_hint" translatable="false">8.8.8.8</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001269 <!-- Label for the DNS (second one)-->
1270 <string name="wifi_dns2">DNS 2</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001271 <!-- Hint text for DNS -->
1272 <string name="wifi_dns2_hint" translatable="false">4.4.4.4</string>
Chia-chi Yeh48090d42010-01-25 15:41:42 +08001273 <!-- Label for the gateway of the network -->
1274 <string name="wifi_gateway">Gateway</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001275 <!-- Hint text for the gateway -->
1276 <string name="wifi_gateway_hint" translatable="false">192.168.1.1</string>
Irfan Sheriff34ce3432010-10-05 16:14:26 -07001277 <!-- Label for the network prefix of the network [CHAR LIMIT=25]-->
1278 <string name="wifi_network_prefix_length">Network prefix length</string>
Irfan Sheriff6c7cd3b2011-03-11 15:42:09 -08001279 <!-- Hint text for network prefix length -->
1280 <string name="wifi_network_prefix_length_hint" translatable="false">24</string>
Irfan Sheriff65cff172010-02-08 10:46:30 -08001281
repo syncb98463f2011-06-30 10:58:43 -07001282
1283 <!-- Wi-Fi p2p / Wi-Fi Direct settings -->
1284 <!-- Used in the 1st-level settings screen to launch Wi-fi Direct settings [CHAR LIMIT=25] -->
1285 <string name="wifi_p2p_settings_title">Wi-Fi Direct</string>
1286 <!-- Summary for Wi-fi Direct settings item in the 1st-level settings screen [CHAR LIMIT=50]-->
1287 <string name="wifi_p2p_settings_summary">Setup peer-to-peer connectivity</string>
1288 <string name="wifi_p2p_device_info">Device Information</string>
1289 <string name="wifi_p2p_wps_setup">Wi-Fi Protected Setup</string>
1290 <string name="wifi_p2p_wps_pin">Enter pin</string>
1291 <string name="wifi_p2p_persist_network">Remember this connection</string>
1292 <!-- Menu option to discover peers-->
1293 <string name="wifi_p2p_menu_search">Search</string>
1294 <!-- Menu option to create a group-->
1295 <string name="wifi_p2p_menu_create_group">Create group</string>
1296 <!-- Menu option to Wi-Fi p2p advanced settings -->
1297 <string name="wifi_p2p_menu_advanced">Advanced</string>
1298
Irfan Sheriff65cff172010-02-08 10:46:30 -08001299 <!-- Wifi AP settings-->
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001300 <!-- Label for wifi tether checkbox. Toggles Access Point on/off -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001301 <string name="wifi_tether_checkbox_text">Portable Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001302 <!-- Subtext for wifi tether checkbox on success -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001303 <string name="wifi_tether_enabled_subtext">Portable hotspot <xliff:g id="network_ssid">%1$s</xliff:g> active</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001304 <!-- Subtext for wifi tether checkbox on failure -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001305 <string name="wifi_tether_failed_subtext">Portable Wi-Fi hotspot error</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001306 <!-- Used to open the ssid and security dialog for Wifi Access Point -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001307 <string name="wifi_tether_configure_ap_text">Configure Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001308 <!-- Subtext on configuration preference to indicate SSID and security chosen -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001309 <string name="wifi_tether_configure_subtext"><xliff:g id="network_ssid">%1$s</xliff:g> <xliff:g id="network_security">%2$s</xliff:g> portable Wi-Fi hotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001310 <!-- Default access point SSID used for tethering -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001311 <string name="wifi_tether_configure_ssid_default">AndroidHotspot</string>
Irfan Sheriff2ae37e82010-03-04 17:26:37 -08001312
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001313 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1314 Wi-Fi Testing on the diagnostic screen-->
1315 <string name="testing_wifi_info" translatable="false">Wifi information</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001316 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1317 Menu item for WifiManager disableNetwork API-->
1318 <string name="disableNetwork" translatable="false">disableNetwork</string>
1319 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1320 Menu item for WifiManager enableNetwork API-->
1321 <string name="enableNetwork" translatable="false">enableNetwork</string>
1322 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1323 Menu item for WifiManager disconnect API-->
1324 <string name="disconnect" translatable="false">disconnect</string>
1325 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1326 Menu item for WifiManager getConfiguredNetworks API-->
1327 <string name="getConfiguredNetworks" translatable="false">getConfiguredNetworks</string>
1328 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1329 Menu item for WifiManager getConnectionInfo API-->
1330 <string name="getConnectionInfo" translatable="false">getConnectionInfo</string>
1331 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1332 Menu item on Wifi information screen-->
Roy West8abc40b2010-10-17 09:19:34 -07001333 <string name="wifi_api_test" translatable="false">Wi-Fi API</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001334 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1335 Menu item on Wifi information screen-->
Roy West8abc40b2010-10-17 09:19:34 -07001336 <string name="wifi_status_test" translatable="false">Wi-Fi Status</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001337 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1338 Button text on Wifi Status screen-->
1339 <string name="wifi_update" translatable="false">Refresh Stats</string>
1340 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1341 Label on Wifi Status screen-->
Roy West8abc40b2010-10-17 09:19:34 -07001342 <string name="wifi_state_label" translatable="false">Wi-Fi State :</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001343 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1344 Label on Wifi Status screen-->
1345 <string name="network_state_label" translatable="false">Network State :</string>
1346 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1347 Label on Wifi Status screen-->
1348 <string name="supplicant_state_label" translatable="false">Supplicant State :</string>
1349 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1350 Label on Wifi Status screen-->
1351 <string name="rssi_label" translatable="false">RSSI :</string>
1352 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1353 Label on Wifi Status screen-->
1354 <string name="bssid_label" translatable="false">BSSID :</string>
1355 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1356 Label on Wifi Status screen-->
1357 <string name="ssid_label" translatable="false">SSID :</string>
1358 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1359 Label on Wifi Status screen-->
1360 <string name="hidden_ssid_label" translatable="false">Hidden SSID :</string>
1361 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1362 Label on Wifi Status screen-->
1363 <string name="ipaddr_label" translatable="false">IPaddr :</string>
1364 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1365 Label on Wifi Status screen-->
1366 <string name="macaddr_label" translatable="false">MAC addr :</string>
1367 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1368 Label on Wifi Status screen-->
1369 <string name="networkid_label" translatable="false">Network ID :</string>
1370 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1371 Label on Wifi Status screen-->
1372 <string name="link_speed_label" translatable="false">Link Speed :</string>
1373 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1374 Label on Wifi Status screen-->
1375 <string name="scan_list_label" translatable="false">Scan results :</string>
1376
1377 <!-- wifi state values-->
1378 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1379 <string name="wifi_state_disabling" translatable="false">Disabling</string>
1380 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1381 <string name="wifi_state_disabled" translatable="false">Disabled</string>
1382 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1383 <string name="wifi_state_enabling" translatable="false">Enabling</string>
1384 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1385 <string name="wifi_state_enabled" translatable="false">Enabled</string>
1386 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
1387 <string name="wifi_state_unknown" translatable="false">Unknown</string>
1388
1389 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1390 Menu item on Wifi information screen-->
Roy West8abc40b2010-10-17 09:19:34 -07001391 <string name="wifi_config_info" translatable="false">Wi-Fi Config</string>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001392 <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
1393 Label on Wifi Configuration screen-->
1394 <string name="config_list_label" translatable="false">Configured Networks</string>
1395
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001396 <!-- Sound and alerts settings -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001397 <skip/>
Eric Fischer0f7b72f2011-08-02 16:46:51 -07001398 <!-- Main Settings screen setting option name to go into the display settings screen -->
1399 <string name="display_settings_title">Display</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001400 <!-- Sound settings screen heading -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001401 <string name="sound_settings">Sound</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001402 <!-- Sound settings screen, setting option name checkbox -->
1403 <string name="silent_mode_title">Silent mode</string>
Jason Parekh2c9b3262009-03-24 17:48:28 -07001404 <!-- Sound settings screen, setting option summary text when going into silent mode. Media and alarms sounds WILL NOT be silenced in silent mode. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001405 <string name="silent_mode_summary">Silence all sounds except media &amp; alarms</string>
Jason Parekh2c9b3262009-03-24 17:48:28 -07001406 <!-- Sound settings screen, setting option summary text when going into silent mode. Media WILL NOT be silenced in silent mode, but alarms WILL be silenced. -->
1407 <string name="silent_mode_incl_alarm_summary">All sounds except media are silenced</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001408 <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
Eric Fischerc9904f02010-11-01 16:54:51 -07001409 <string name="ringtone_title">Incoming call ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001410 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001411 <string name="ringtone_summary">""</string>
1412 <!-- Sound settings screen, volume title -->
1413 <string name="all_volume_title">Volume</string>
Marco Nelissen6eca4b32011-07-15 15:02:03 -07001414 <!-- Sound settings screen, music effects title [CHAR LIMIT=30]-->
1415 <string name="musicfx_title">Music Effects</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001416 <!-- Sound settings screen, setting option name -->
1417 <string name="ring_volume_title">Ringer volume</string>
1418 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001419 <string name="ring_volume_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001420 <!-- Sound settings screen, setting option name checkbox -->
Daniel Sandler58cf8292010-02-26 15:25:04 -05001421 <string name="vibrate_in_silent_title">Vibrate when silent</string>
1422 <!-- Sound settings screen, setting option summary text -->
1423 <string name="vibrate_in_silent_summary">Allow vibration feedback in silent mode</string>
1424 <!-- Sound settings screen, setting option name checkbox -->
Daniel Sandler2c917842010-04-21 15:24:24 -04001425 <string name="vibrate_title">Vibrate</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001426 <!-- Sound settings screen, setting option summary text -->
Daniel Sandler2c917842010-04-21 15:24:24 -04001427 <string name="vibrate_summary">Vibration feedback for calls and notifications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001428 <!-- Sound settings screen, setting option name -->
1429 <string name="notification_sound_title">Notification ringtone</string>
1430 <!-- Sound settings screen, setting option summary text -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001431 <string name="notification_sound_summary">""</string>
Amith Yamasani8f2fb65b2009-12-01 19:06:14 -08001432 <!-- Sound settings screen, notification light repeat pulsing title -->
1433 <string name="notification_pulse_title">Pulse notification light</string>
1434 <!-- Sound settings screen, notification light repeat pulsing summary -->
1435 <string name="notification_pulse_summary">Pulse trackball light repeatedly for new notifications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001436 <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001437 <string name="incoming_call_volume_title">Ringtone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001438 <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001439 <string name="notification_volume_title">Notification</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001440 <!-- Sound settings screen, the caption of the checkbox for having the notification volume be
1441 the same as the incoming call volume. -->
1442 <string name="checkbox_notification_same_as_incoming_call">Use incoming call volume for notifications</string>
1443 <!-- Sound settings screen, setting option title-->
1444 <string name="notification_sound_dialog_title">Select notification ringtone</string>
1445 <!-- Sound settings screen, setting option name -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001446 <string name="media_volume_title">Media</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001447 <!-- Sound settings screen, setting option summary text -->
1448 <string name="media_volume_summary">Set volume for music and videos</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08001449 <!-- Sound settings screen, alarm volume slider title -->
Amith Yamasanidcea6802010-02-11 05:51:22 -08001450 <string name="alarm_volume_title">Alarm</string>
Michael Chan0bd445b2009-12-03 00:31:59 -08001451 <!-- Sound settings screen, dock settings summary-->
1452 <string name="dock_settings_summary">Audio settings for the attached dock</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001453 <!-- Sound settings screen, setting check box label -->
1454 <string name="dtmf_tone_enable_title">Audible touch tones</string>
1455 <!-- Sound settings screen, setting option summary text when check box is selected -->
1456 <string name="dtmf_tone_enable_summary_on">Play tones when using dial pad</string>
1457 <!-- Sound settings screen, setting option summary text when check box is clear -->
1458 <string name="dtmf_tone_enable_summary_off">Play tones when using dial pad</string>
1459 <!-- Sound settings screen, setting check box label -->
1460 <string name="sound_effects_enable_title">Audible selection</string>
1461 <!-- Sound settings screen, setting option summary text when check box is selected -->
1462 <string name="sound_effects_enable_summary_on">Play sound when making screen selection</string>
1463 <!-- Sound settings screen, setting option summary text when check box is clear -->
1464 <string name="sound_effects_enable_summary_off">Play sound when making screen selection</string>
1465 <!-- Sound settings screen, setting check box label -->
Daniel Sandler231d8802010-02-17 15:35:21 -05001466 <string name="lock_sounds_enable_title">Screen lock sounds</string>
1467 <!-- Sound settings screen, setting option summary text when check box is selected -->
1468 <string name="lock_sounds_enable_summary_on">Play sounds when locking and unlocking the screen</string>
1469 <!-- Sound settings screen, setting option summary text when check box is clear -->
1470 <string name="lock_sounds_enable_summary_off">Play sounds when locking and unlocking the screen</string>
1471 <!-- Sound settings screen, setting check box label -->
Dan Murphy22e18682009-09-22 11:47:08 -05001472 <string name="haptic_feedback_enable_title">Haptic feedback</string>
1473 <!-- Sound settings screen, setting option summary text when check box is selected -->
1474 <string name="haptic_feedback_enable_summary_on">Vibrate when pressing soft keys and on certain UI interactions</string>
1475 <!-- Sound settings screen, setting option summary text when check box is clear -->
1476 <string name="haptic_feedback_enable_summary_off">Vibrate when pressing soft keys and on certain UI interactions</string>
Jean-Michel Trivi9d6be2b2009-10-30 16:03:47 -07001477 <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments -->
1478 <string name="audio_record_proc_title">Noise cancellation</string>
1479 <!-- Sound settings screen, setting option summary text -->
1480 <string name="audio_record_proc_summary">Suppress background noise when speaking or recording.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001481
Amith Yamasani237749d2010-01-14 16:21:51 -08001482 <!-- Dock settings title, top level -->
1483 <string name="dock_settings">Dock</string>
1484 <!-- Dock settings title -->
1485 <string name="dock_settings_title">Dock settings</string>
1486 <!-- Dock audio settings -->
1487 <string name="dock_audio_settings_title">Audio</string>
1488 <!-- Dock audio summary for docked to desk dock -->
1489 <string name="dock_audio_summary_desk">Settings for the attached desktop dock</string>
1490 <!-- Dock audio summary for docked to car dock -->
1491 <string name="dock_audio_summary_car">Settings for the attached car dock</string>
1492 <!-- Dock audio summary for undocked -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001493 <string name="dock_audio_summary_none" product="tablet">Tablet not docked</string>
1494 <!-- Dock audio summary for undocked -->
1495 <string name="dock_audio_summary_none" product="default">Phone not docked</string>
Amith Yamasani237749d2010-01-14 16:21:51 -08001496 <!-- Dock audio summary for docked to unknown -->
1497 <string name="dock_audio_summary_unknown">Settings for the attached dock</string>
1498 <!-- Dock not found dialog title -->
1499 <string name="dock_not_found_title">Dock not found</string>
1500 <!-- Dock not found dialog text -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001501 <string name="dock_not_found_text" product="tablet">The tablet must be docked to configure dock audio</string>
1502 <!-- Dock not found dialog text -->
1503 <string name="dock_not_found_text" product="default">The phone must be docked to configure dock audio</string>
Daniel Sandlerfc01d062010-03-02 20:24:49 -05001504 <!-- Dock settings screen, dock events SFX setting check box label -->
1505 <string name="dock_sounds_enable_title">Dock insertion sound</string>
1506 <!-- Dock settings screen, setting option summary text when check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001507 <string name="dock_sounds_enable_summary_on" product="tablet">Play sound when inserting or removing tablet from dock</string>
1508 <!-- Dock settings screen, setting option summary text when check box is selected -->
1509 <string name="dock_sounds_enable_summary_on" product="default">Play sound when inserting or removing phone from dock</string>
Daniel Sandlerfc01d062010-03-02 20:24:49 -05001510 <!-- Sound settings screen, setting option summary text when check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001511 <string name="dock_sounds_enable_summary_off" product="tablet">Don\'t play sound when inserting or removing tablet from dock</string>
1512 <!-- Sound settings screen, setting option summary text when check box is clear -->
1513 <string name="dock_sounds_enable_summary_off" product="default">Don\'t play sound when inserting or removing phone from dock</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08001514
Jim Millerb6f10802009-07-31 14:41:24 -07001515 <!-- Acounts & Sync settings screen setting option name to go into the screen for data sync settings-->
Amith Yamasania0dc3462009-08-24 12:52:42 -07001516 <string name="sync_settings">Accounts &amp; sync</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001517 <!-- Main Settings screen setting option summary text for the itme to go into the screen with data sync settings-->
Jim Millerb6f10802009-07-31 14:41:24 -07001518 <string name="sync_settings_summary">Add or remove accounts and change account settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001519
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001520 <!-- Main Settings screen, setting option name to go into search settings -->
1521 <string name="search_settings">Search</string>
1522 <!-- Main Settings screen, setting option summary to go into search settings -->
Roy Westd2e3b012009-06-25 13:40:28 -07001523 <string name="search_settings_summary">Manage search settings and history</string>
Bjorn Bringerta9d5be12009-04-27 15:16:25 +01001524
Amith Yamasanic81c2572011-07-28 12:14:47 -07001525 <!-- Display settings --><skip/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001526 <!-- Sound & display settings screen, section header for settings related to display -->
Amith Yamasanic81c2572011-07-28 12:14:47 -07001527 <string name="display_settings">Display</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001528 <!-- Sound & display settings screen, accelerometer-based rotation check box label -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001529 <string name="accelerometer_title">Auto-rotate screen</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001530 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001531 <string name="accelerometer_summary_on" product="tablet">Switch orientation automatically when rotating tablet</string>
1532 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
1533 <string name="accelerometer_summary_on" product="default">Switch orientation automatically when rotating phone</string>
The Android Open Source Project648bf5f2009-03-09 11:52:14 -07001534 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001535 <string name="accelerometer_summary_off" product="tablet">Switch orientation automatically when rotating tablet</string>
1536 <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
1537 <string name="accelerometer_summary_off" product="default">Switch orientation automatically when rotating phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001538 <!-- Sound & display settings screen, setting option name to change brightness -->
1539 <string name="brightness">Brightness</string>
1540 <!-- Sound & display settings screen, setting option summary to change brightness -->
1541 <string name="brightness_summary">Adjust the brightness of the screen</string>
1542 <!-- Sound & display settings screen, setting option name to change screen timeout -->
Jim Miller9391b952011-01-07 16:55:33 -08001543 <string name="screen_timeout">Timeout</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001544 <!-- Sound & display settings screen, setting option summary to change screen timeout -->
Jim Miller9391b952011-01-07 16:55:33 -08001545 <string name="screen_timeout_summary">Screen turns off automatically after <xliff:g id="timeout_description">%1$s</xliff:g></string>
Amith Yamasanifcbf7cf2011-06-16 16:55:28 -07001546 <!-- Wallpaper settings title [CHAR LIMIT=30] -->
1547 <string name="wallpaper_settings_title">Wallpaper</string>
Amith Yamasania4379d62011-07-22 10:34:58 -07001548 <!-- Wallpaper settings fragment title [CHAR LIMIT=30] -->
1549 <string name="wallpaper_settings_fragment_title">Select wallpaper from</string>
Daniel Sandler2943cfa2011-04-15 11:18:57 -04001550 <!-- Display settings screen, trigger for screen saver options -->
1551 <string name="dream_settings_title">Android Dreams</string>
1552 <!-- Display settings screen, summary for screen saver options -->
1553 <string name="dream_settings_summary">Screen savers and other idle diversions</string>
1554 <!-- Screen saver settings, setting option name to select a module -->
1555 <string name="dream_component_title">Selected dream</string>
1556 <!-- Screen saver settings, setting option name to change activation timeout -->
1557 <string name="dream_timeout_title">When to activate</string>
1558 <!-- Screen saver settings, setting option summary to change activation timeout -->
1559 <string name="dream_timeout_summary">After <xliff:g id="timeout_description">%1$s</xliff:g> spent idle</string>
1560 <!-- Screen saver settings, setting option summary to change activation timeout, shown when disabled -->
1561 <string name="dream_timeout_zero_summary">Never</string>
1562 <!-- Screen saver settings, button allowing the user to test/try the current module -->
1563 <string name="dream_test">Try it!</string>
Dan Murphya0968882009-08-27 15:05:23 -05001564 <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
1565 <string name="automatic_brightness">Automatic brightness</string>
Dianne Hackborn6677e562011-03-04 17:30:54 -08001566 <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
1567 <string name="title_font_size">Font size</string>
Christopher Tate8a510c52011-07-29 16:16:22 -07001568 <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option summary displaying the currently selected font size -->
1569 <string name="summary_font_size">Current font size: %1$s</string>
Dianne Hackborn6677e562011-03-04 17:30:54 -08001570 <!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size -->
1571 <string name="dialog_title_font_size">Select font size</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001572
1573 <!-- SIM lock settings title -->
1574 <string name="sim_lock_settings">SIM card lock settings</string>
1575 <!-- Security & location settings screen, setting option name -->
1576 <string name="sim_lock_settings_category">Set up SIM card lock</string>
1577 <!-- Security & location settings screen, section heading for settings related to sim card locking -->
1578 <string name="sim_lock_settings_title">SIM card lock</string>
1579 <!-- SIM card lock settings screen, setting check box label -->
1580 <string name="sim_pin_toggle">Lock SIM card</string>
1581 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001582 <string name="sim_lock_on" product="tablet">Require PIN to use tablet</string>
1583 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected -->
1584 <string name="sim_lock_on" product="default">Require PIN to use phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001585 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001586 <string name="sim_lock_off" product="tablet">Require PIN to use tablet</string>
1587 <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear -->
1588 <string name="sim_lock_off" product="default">Require PIN to use phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001589 <!-- SIM card lock settings screen, setting option name to change the SIM PIN -->
1590 <string name="sim_pin_change">Change SIM PIN</string>
1591 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1592 <string name="sim_enter_pin">SIM PIN</string>
1593 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1594 <string name="sim_enable_sim_lock">Lock SIM card</string>
1595 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1596 <string name="sim_disable_sim_lock">Unlock SIM card</string>
1597 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1598 <string name="sim_enter_old">Old SIM PIN</string>
1599 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1600 <string name="sim_enter_new">New SIM PIN</string>
1601 <string name="sim_reenter_new">Re-type new PIN</string>
1602 <!-- SIM card lock settings screen, SIM PIN dialog message instruction -->
1603 <string name="sim_change_pin">SIM PIN</string>
1604 <!-- SIM card lock settings screen, SIM PIN dialog message when wrong PIN is entered -->
1605 <string name="sim_bad_pin">Incorrect PIN!</string>
1606 <!-- SIM card lock settings screen, SIM PIN dialog message when PINs don't match -->
1607 <string name="sim_pins_dont_match">PINs don\'t match!</string>
1608 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1609 <string name="sim_change_failed">Unable to change PIN.\nPossibly incorrect PIN.</string>
1610 <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct-->
1611 <string name="sim_change_succeeded">SIM PIN changed successfully</string>
1612 <!-- SIM card lock settings screen, toast after not entering correct SIM PIN -->
1613 <string name="sim_lock_failed">Unable to change SIM card lock state.\nPossibly incorrect PIN.</string>
1614 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1615 <string name="sim_enter_ok">OK</string>
1616 <!-- SIM card lock settings screen, SIM PIN dialog button labels: -->
1617 <string name="sim_enter_cancel">Cancel</string>
1618
1619 <!-- Advanced (used for diagnostics) device info activity title -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001620 <string name="device_info_settings" product="tablet">Tablet status</string>
1621 <!-- Advanced (used for diagnostics) device info activity title -->
1622 <string name="device_info_settings" product="default">Phone status</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001623
1624 <!-- About phone screen, list item title. Takes the user to the screen for seeing and installing system updates. -->
1625 <string name="system_update_settings_list_item_title">System updates</string>
1626 <!-- About phone screen, list item summary. Takes the user to the screen for seeing and installing system updates. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08001627 <string name="system_update_settings_list_item_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001628
1629 <!-- About phone screen, status item label -->
mah03878a42010-02-18 13:11:19 -08001630 <string name="firmware_version">Android version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001631 <!-- About phone screen, status item label-->
1632 <string name="model_number">Model number</string>
1633 <!-- About phone screen, setting option name-->
1634 <string name="baseband_version">Baseband version</string>
1635 <!-- About phone screen, setting option name-->
1636 <string name="kernel_version">Kernel version</string>
1637 <!-- About phone screen, setting option name-->
1638 <string name="build_number">Build number</string>
1639
1640 <!-- About phone screen, show when a value of some status item is unavailable. -->
1641 <string name="device_info_not_available">Not available</string>
1642 <!-- About phone screen, phone status screen title -->
1643 <string name="device_status_activity_title">Status</string>
1644 <!-- About phone screen, title of the item to go into the Phone status screen -->
1645 <string name="device_status">Status</string>
Amith Yamasaniffe813c2011-01-09 13:44:56 -08001646 <!-- About tablet screen, summary of the item that takes you to tablet status screen -->
1647 <string name="device_status_summary" product="tablet">Status of the battery, network, and other information</string>
Amith Yamasanic35b1a22011-01-11 14:18:44 -08001648 <!-- About phone screen, summary of the item to go into the phone status screen -->
1649 <string name="device_status_summary" product="default">Phone number, signal, etc.</string>
Roy West71ac3192010-12-04 08:50:03 -08001650 <!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
1651 <string name="storage_settings" >Storage</string>
1652 <!-- Storage settings screen title -->
Amith Yamasanid7993472010-08-18 13:59:28 -07001653 <string name="storage_settings_title">Storage settings</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07001654 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
Roy West825db2d2010-10-14 05:07:45 -07001655 <string name="storage_settings_summary" product="nosdcard">Unmount USB storage, view available storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001656 <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
1657 <string name="storage_settings_summary" product="default">Unmount SD card, view available storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001658 <!-- Do not translate. About phone, status item title -->
1659 <string name="status_imei">IMEI</string>
1660 <!-- Do not translate. About phone, status item title -->
1661 <string name="status_imei_sv">IMEI SV</string>
Amith Yamasanib409b902011-01-24 08:56:07 -08001662 <!-- About tablet, status item title. The Mobile Directory Number [CHAR LIMIT=30] -->
1663 <string name="status_number" product="tablet">MDN</string>
1664 <!-- About phone, status item title. The phone number of the current device [CHAR LIMIT=30] -->
1665 <string name="status_number" product="default">My phone number</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05001666 <!-- About phone, status item title. The phone MIN number of the current device.-->
1667 <string name="status_min_number">MIN</string>
sy310.choi95364e42011-05-24 14:19:16 +09001668 <!-- About phone, status item title. The phone MSID number of the current device.-->
1669 <string name="status_msid_number">MSID</string>
Chouting Zhang386278a2009-06-24 14:25:43 -05001670 <!-- About phone, status item title. The phone PRL Version of the current device.-->
1671 <string name="status_prl_version">PRL Version</string>
John Wangd7b2dcc2011-07-11 17:05:04 -07001672 <!-- About phone, status item title. The phone MEID number of the current LTE/CDMA device. [CHAR LIMIT=30] -->
1673 <string name="status_meid_number">MEID</string>
1674 <!-- About phone, status item title. The ICCID of the current LTE device. [CHAR LIMIT=30] -->
1675 <string name="status_icc_id">ICCID</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001676 <!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
1677 <string name="status_network_type">Mobile network type</string>
1678 <!-- About phone, status item title. The status of data access. For example, the value may be "Connected" -->
1679 <string name="status_data_state">Mobile network state</string>
1680 <!-- About phone, status item title. The status of whether we have service. for example, the value may be "In service" -->
1681 <string name="status_service_state">Service state</string>
1682 <!-- About phone, status item title. The current cell tower signal strength -->
1683 <string name="status_signal_strength">Signal strength</string>
1684 <!-- About phone, status item title, The status for roaming. For example, the value might be "Not roaming" -->
1685 <string name="status_roaming">Roaming</string>
1686 <!-- About phone, status item title. The cell carrier that the user is connected to. -->
1687 <string name="status_operator">Network</string>
1688 <!-- About phone, status item title. The MAC address of the Wi-Fi network adapter. -->
1689 <string name="status_wifi_mac_address">Wi-Fi MAC address</string>
1690 <!-- About phone, status item title. The bluetooth adapter's hardware address-->
1691 <string name="status_bt_address">Bluetooth address</string>
Doug Zongker489c7bf2011-02-25 14:45:08 -08001692 <!-- About phone, status item title. The hardware serial number. [CHAR LIMIT=30]-->
1693 <string name="status_serial_number">Serial number</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001694 <!-- About phone, status item value if the actual value is not available. -->
1695 <string name="status_unavailable">Unavailable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001696 <!-- About phone, status item title. How long the device has been running since its last reboot. -->
1697 <string name="status_up_time">Up time</string>
1698 <!-- About phone, status item title. How much time the device has had its main CPU awake. -->
1699 <string name="status_awake_time">Awake time</string>
1700 <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the phone's internal storage -->
Roy West825db2d2010-10-14 05:07:45 -07001701 <string name="internal_memory">Internal storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001702 <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -07001703 <string name="sd_memory" product="nosdcard">USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001704 <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card -->
Eric Fischer5698a752010-09-28 16:35:31 -07001705 <string name="sd_memory" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001706 <!-- 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. -->
Roy Weste97bc562011-01-20 10:06:33 -08001707 <string name="memory_available">Available</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001708 <!-- 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 -->
Vasu Nori340e85d2011-03-02 11:07:35 -08001709 <string name="memory_size">Total space</string>
Vasu Nori450bcb32011-01-07 14:48:46 -08001710 <!-- 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] -->
Kenny Root511c8cf2010-12-02 17:59:04 -08001711 <string name="memory_calculating_size">Calculating…</string>
Vasu Nori21809742011-01-25 13:39:16 -08001712 <!-- 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] -->
Roy Weste97bc562011-01-20 10:06:33 -08001713 <string name="memory_apps_usage">Applications</string>
Vasu Nori21809742011-01-25 13:39:16 -08001714 <!-- 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] -->
Roy Weste97bc562011-01-20 10:06:33 -08001715 <string name="memory_media_usage">Media</string>
Vasu Nori21809742011-01-25 13:39:16 -08001716 <!-- 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] -->
Jim Millerc56293d2011-06-30 18:09:06 -07001717 <string name="memory_downloads_usage">Downloads</string>
Vasu Nori21809742011-01-25 13:39:16 -08001718 <!-- 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] -->
1719 <string name="memory_dcim_usage">Pictures, Videos</string>
1720 <!-- 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] -->
1721 <string name="memory_music_usage">Audio (music, ringtones, podcasts etc)</string>
1722 <!-- 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] -->
1723 <string name="memory_media_misc_usage">Misc.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001724 <!-- 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] -->
1725 <string name="sd_eject" product="nosdcard">Unmount shared storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001726 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. This will be done before the user phyiscally removes the SD card from the phone. Kind of like the "Safely remove" on some operating systems. -->
Eric Fischer5698a752010-09-28 16:35:31 -07001727 <string name="sd_eject" product="default">Unmount SD card</string>
1728 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. This will be done before the user phyiscally removes the SD card from the phone. Kind of like the "Safely remove" on some operating systems. [CHAR LIMIT=30] -->
Roy Westdd496242010-10-18 03:12:57 -07001729 <string name="sd_eject_summary" product="nosdcard">Unmount the internal USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001730 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. This will be done before the user phyiscally removes the SD card from the phone. Kind of like the "Safely remove" on some operating systems. -->
Dan Morrill82884de2010-10-18 15:43:18 -07001731 <string name="sd_eject_summary" product="default">Unmount the SD card so you can safely remove it</string>
Mike Lockwood3d713b12010-08-31 14:38:44 -04001732 <!-- SD card & phone storage settings item title for toggling PTP mode on and off. When PTP mode is on the device will appear on the USB bus as a PTP camera device instead of an MTP music player. -->
Jim Miller2f9dbcb2010-02-09 19:08:02 -08001733
Eric Fischer5698a752010-09-28 16:35:31 -07001734 <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted. This version of the string can probably never come up on current hardware. [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -07001735 <string name="sd_insert_summary" product="nosdcard">Insert USB storage for mounting</string>
San Mehat35351fa2010-01-06 21:41:47 -08001736 <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
Eric Fischer5698a752010-09-28 16:35:31 -07001737 <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string>
Roy West69827522010-10-21 17:18:40 -07001738
Eric Fischera640fb42010-10-21 18:15:34 -07001739 <!-- Storage setting item that will mount USB storage if it unmounted. A user should never see this. [CHAR LIMIT=25] -->
Roy West69827522010-10-21 17:18:40 -07001740 <string name="sd_mount" product="nosdcard">Mount USB storage</string>
San Mehat35351fa2010-01-06 21:41:47 -08001741 <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
Eric Fischer5698a752010-09-28 16:35:31 -07001742 <string name="sd_mount" product="default">Mount SD card</string>
Eric Fischerd9479372010-10-21 18:31:02 -07001743
Gilles Debunne104ea282011-05-19 10:34:14 -07001744 <!-- Subtext for Mount USB storage in Storage settings. User should never see this since we use automount. -->
1745 <string name="sd_mount_summary" product="nosdcard"></string>
1746 <!-- Subtext for Mount SD Card in Storage settings. User should never see this since we use automount. -->
1747 <string name="sd_mount_summary" product="default"></string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001748 <!-- SD card & phone storage settings item title that will result in the phone formatting the USB storage. [CHAR LIMIT=25] -->
1749 <string name="sd_format" product="nosdcard">Erase USB storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001750 <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card. [CHAR LIMIT=25] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001751 <string name="sd_format" product="default">Erase SD card</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08001752 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] -->
1753 <string name="sd_format_summary" product="nosdcard">Erases all data on the internal USB storage, such as music and photos</string>
Joe Onorato6c1eb532011-01-04 10:28:32 -08001754 <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card. [CHAR LIMIT=80] -->
Joe Onorato42491cc2010-11-09 12:04:24 -08001755 <string name="sd_format_summary" product="default">Erases all data on the SD card, such as music and photos</string>
Gilles Debunne104ea282011-05-19 10:34:14 -07001756 <!-- SD card status when it is mounted as read only. Will be appended to size, starts with an unbreakable space -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001757 <string name="read_only">\u0020(Read-only)</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001758 <!-- SD card eject confirmation dialog title [CHAR LIMIT=25] -->
Roy West825db2d2010-10-14 05:07:45 -07001759 <string name="dlg_confirm_unmount_title" product="nosdcard">Unmount USB storage</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001760 <!-- SD card eject confirmation dialog title -->
Eric Fischer5698a752010-09-28 16:35:31 -07001761 <string name="dlg_confirm_unmount_title" product="default">Unmount SD card</string>
1762 <!-- SD card eject confirmation dialog [CHAR LIMIT=NONE] -->
Roy West825db2d2010-10-14 05:07:45 -07001763 <string name="dlg_confirm_unmount_text" product="nosdcard">If you unmount the USB storage, some applications you are using will stop and may be unavailable until you remount the USB storage.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001764 <!-- SD card eject confirmation dialog -->
Eric Fischer5698a752010-09-28 16:35:31 -07001765 <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>
1766 <!-- SD card eject error dialog title [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -07001767 <string name="dlg_error_unmount_title" product="nosdcard">Unmounting USB storage failed</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001768 <!-- SD card eject error dialog title -->
Eric Fischer5698a752010-09-28 16:35:31 -07001769 <string name="dlg_error_unmount_title" product="default">Unmount SD card failed</string>
1770 <!-- SD card eject error dialog text [CHAR LIMIT=NONE] -->
Roy West825db2d2010-10-14 05:07:45 -07001771 <string name="dlg_error_unmount_text" product="nosdcard">Cannot unmount USB storage. Try again later.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001772 <!-- SD card eject error dialog text -->
Eric Fischer5698a752010-09-28 16:35:31 -07001773 <string name="dlg_error_unmount_text" product="default">Cannot unmount SD card. Try again later.</string>
1774 <!-- SD card unmount informative text [CHAR LIMIT=NONE] -->
Roy West825db2d2010-10-14 05:07:45 -07001775 <string name="unmount_inform_text" product="nosdcard">USB storage will be unmounted.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001776 <!-- SD card unmount informative text [CHAR LIMIT=NONE] -->
1777 <string name="unmount_inform_text" product="default">SD card will be unmounted.</string>
Suchi Amalapurapu29d587f2010-02-22 10:12:14 -08001778 <!-- SD card eject progress title -->
1779 <string name="sd_ejecting_title">Unmounting</string>
1780 <!-- SD card eject progress text -->
1781 <string name="sd_ejecting_summary">Unmount in progress</string>
1782
Mike Lockwood02900a12011-06-30 14:47:46 -04001783 <!-- Storage setting. Menu option for USB transfer settings [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04001784 <string name="storage_menu_usb">USB computer connection</string>
Mike Lockwood02900a12011-06-30 14:47:46 -04001785 <!-- Storage setting. Title for USB transfer settings [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04001786 <string name="storage_title_usb">USB computer connection</string>
Mike Lockwood01172e12011-07-28 12:47:44 -04001787 <!-- Storage setting. USB connection category [CHAR LIMIT=30]-->
1788 <string name="usb_connection_category">Connect as</string>
Mike Lockwood37481d72011-08-01 09:53:37 -04001789 <!-- Storage setting. Title for MTP checkbox [CHAR LIMIT=30]-->
1790 <string name="usb_mtp_title">Media device (MTP)</string>
1791 <!-- Storage setting. Summary for MTP checkbox [CHAR LIMIT=NONE]-->
Mike Lockwood65fb60a2011-08-01 17:41:41 -04001792 <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>
Mike Lockwood37481d72011-08-01 09:53:37 -04001793 <!-- Storage setting. Title for PTP checkbox [CHAR LIMIT=30]-->
1794 <string name="usb_ptp_title">Camera (PTP)</string>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -07001795 <!-- Storage setting. Label for installer CD [CHAR LIMIT=30]-->
Mike Lockwood37481d72011-08-01 09:53:37 -04001796 <string name="usb_ptp_summary">Lets you transfer photos using camera software, and transfer any files on computers that don\'t support MTP</string>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -07001797 <!-- Storage setting. Summary for PTP checkbox [CHAR LIMIT=NONE]-->
1798 <string name="usb_label_installer_cd">"Install file-transfer tools"</string>
Mike Lockwood02900a12011-06-30 14:47:46 -04001799
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001800 <!-- Phone info screen, section titles: -->
1801 <string name="battery_status_title">Battery status</string>
1802 <!-- Phone info screen, section titles: -->
1803 <string name="battery_level_title">Battery level</string>
1804
1805 <!-- APN Settings -->
1806 <!-- APN settings screen title -->
1807 <string name="apn_settings">APNs</string>
1808 <!-- Screen title after user selects APNs setting option -->
1809 <string name="apn_edit">Edit access point</string>
1810 <!-- Edit access point label summary text when no value has been set -->
1811 <string name="apn_not_set">&lt;Not set&gt;</string>
1812 <!-- Edit access point labels: A label the user can give to the APN to allow him to differentiate it from the others -->
1813 <string name="apn_name">Name</string>
1814 <!-- Edit access point labels: The actual access point name-->
1815 <string name="apn_apn">APN</string>
1816 <!-- Edit access point labels: The addess of the proxy to use for this APN -->
1817 <string name="apn_http_proxy">Proxy</string>
1818 <!-- Edit access point labels: The port number of the proxy to use for this APN -->
1819 <string name="apn_http_port">Port</string>
1820 <!-- Edit access point labels: The username that will be used when conencting to this APN-->
1821 <string name="apn_user">Username</string>
1822 <!-- Edit access point labels: The password that will be used when connecting to this APN -->
1823 <string name="apn_password">Password</string>
1824 <!-- Edit access point labels: The server address to conenct to for this APN -->
1825 <string name="apn_server">Server</string>
1826 <!-- Edit access point labels: -->
1827 <string name="apn_mmsc">MMSC</string>
1828 <!-- Edit access point labels: The proxy to use for MMS (multimedia messages)-->
1829 <string name="apn_mms_proxy">MMS proxy</string>
1830 <!-- Edit access point labels: The port on the proxy used for MMS-->
1831 <string name="apn_mms_port">MMS port</string>
1832 <!-- Edit access point labels: -->
1833 <string name="apn_mcc">MCC</string>
1834 <!-- Edit access point labels: -->
1835 <string name="apn_mnc">MNC</string>
Jaikumar Ganesh1eb1df02009-09-30 09:43:34 -07001836 <!-- Edit acces point labels: Authenticaton type-->
1837 <string name="apn_auth_type">Authentication type</string>
1838 <!-- Authentication Typs: None -->
1839 <string name="apn_auth_type_none">None</string>
1840 <!-- Authentication Typs: PAP -->
1841 <string name="apn_auth_type_pap">PAP</string>
1842 <!-- Authentication Typs: CHAP -->
1843 <string name="apn_auth_type_chap">CHAP</string>
1844 <!-- Authentication Typs: PAP or CHAP -->
1845 <string name="apn_auth_type_pap_chap">PAP or CHAP</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001846 <!-- Edit access point labels: The type of APN -->
1847 <string name="apn_type">APN type</string>
Lorenzo Colittia7e587f2010-12-29 15:52:41 -08001848 <!-- Edit access point labels: The protocol of the APN, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
1849 <string name="apn_protocol">APN protocol</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001850 <!-- Edit access point screen menu option to delete this APN -->
1851 <string name="menu_delete">Delete APN</string>
1852 <!-- APNs screen menu option to create a brand spanking new APN -->
1853 <string name="menu_new">New APN</string>
1854 <!-- Edit access point screen menu option to save the user's changes for this APN to the persistent storage -->
1855 <string name="menu_save">Save</string>
1856 <!-- Edit access point screen menu option to discard the user's changes for this APN -->
1857 <string name="menu_cancel">Discard</string>
1858 <!-- APN error dialog title -->
1859 <string name="error_title">Attention</string>
1860 <!-- APN error dialog messages: -->
1861 <string name="error_name_empty">The Name field cannot be empty.</string>
1862 <!-- APN error dialog messages: -->
1863 <string name="error_apn_empty">The APN cannot be empty.</string>
1864 <!-- APN error dialog messages: -->
1865 <string name="error_mcc_not3">MCC field must be 3 digits.</string>
1866 <!-- APN error dialog messages: -->
1867 <string name="error_mnc_not23">MNC field must be 2 or 3 digits.</string>
1868 <!-- The message of dialog indicated restoring default APN settings in progress -->
1869 <string name="restore_default_apn">Restoring default APN settings</string>
Jim Miller00d24762009-12-22 19:04:57 -08001870 <!-- APNs screen menu option to reset default APN settings -->
1871 <string name="menu_restore">Reset to default</string>
1872 <!-- APNs screen toast message to inform reset default APN settings is completed -->
1873 <string name="restore_default_apn_completed">Reset default APN settings completed</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001874
1875 <!-- Master Clear -->
1876 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
1877 <string name="master_clear_title">Factory data reset</string>
1878 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001879 <string name="master_clear_summary" product="tablet">Erases all data on tablet</string>
1880 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
1881 <string name="master_clear_summary" product="default">Erases all data on phone</string>
1882 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Roy Weste66c6892011-03-02 17:24:20 -08001883 <string name="master_clear_desc" product="tablet">"This will erase all data from your tablet\'s <b>internal storage</b>, including:\n\n<li>Your Google Account</li>\n<li>System and application data and settings</li>\n<li>Downloaded applications</li>"</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001884 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Roy Weste66c6892011-03-02 17:24:20 -08001885 <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>
Joe Onoratob51886d2010-11-08 18:25:51 -08001886 <!-- SD card & phone storage settings screen, instructions and list of current accounts. The list of accounts follows this text[CHAR LIMIT=NONE] -->
1887 <string name="master_clear_accounts" product="default">"\n\nYou are currently signed into the following accounts:\n"</string>
Kenny Root3785e392011-01-18 15:14:32 -08001888 <!-- 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] -->
1889 <string name="master_clear_desc_also_erases_external">"<li>Music</li>\n<li>Photos</li>\n<li>Other user data</li>"</string>
Joe Onoratob51886d2010-11-08 18:25:51 -08001890 <!-- 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] -->
1891 <string name="master_clear_desc_erase_external_storage" product="nosdcard">"\n\nTo also clear music, pictures, and other user data, the <b>USB storage</b> needs to be erased."</string>
Joe Onorato6c1eb532011-01-04 10:28:32 -08001892 <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] -->
Joe Onoratob51886d2010-11-08 18:25:51 -08001893 <string name="master_clear_desc_erase_external_storage" product="default">"\n\nTo also clear music, pictures, and other user data, the <b>SD card</b> needs to be erased."</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001894 <!-- SD card & phone storage settings screen, label for check box to erase USB storage [CHAR LIMIT=30] -->
1895 <string name="erase_external_storage" product="nosdcard">Erase USB storage</string>
1896 <!-- SD card & phone storage settings screen, label for check box to erase SD card [CHAR LIMIT=30] -->
1897 <string name="erase_external_storage" product="default">Erase SD card</string>
Joe Onorato42491cc2010-11-09 12:04:24 -08001898 <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
1899 <string name="erase_external_storage_description" product="nosdcard">Erase all the data on the internal USB storage, such as music or photos.</string>
1900 <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
1901 <string name="erase_external_storage_description" product="default">Erase all the data on the SD card, such as music or photos.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001902 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001903 <string name="master_clear_button_text" product="tablet">Reset tablet</string>
1904 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
1905 <string name="master_clear_button_text" product="default">Reset phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001906 <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button -->
Roy West14fa2b92009-06-16 14:07:55 -07001907 <string name="master_clear_final_desc">Erase all of your personal information and any downloaded applications? It is impossible to reverse this action!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001908 <!-- SD card & phone storage settings screen, button on screen after user selects Reset phone button -->
1909 <string name="master_clear_final_button_text">Erase everything</string>
1910 <!-- Message to draw an unlock pattern before clearing the device -->
1911 <string name="master_clear_gesture_prompt">Draw your unlock pattern</string>
1912 <!-- Explanation of drawing unlockp attern to reset phone -->
Eric Fischerc9904f02010-11-01 16:54:51 -07001913 <string name="master_clear_gesture_explanation">You must draw your unlock pattern to confirm a factory data reset.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001914 <!-- Master clear failed message -->
1915 <string name="master_clear_failed">No reset was performed because the System Clear service is not available.</string>
Amith Yamasanib14e1e02010-11-02 09:52:29 -07001916 <!-- Master clear confirmation screen title [CHAR LIMIT=30] -->
1917 <string name="master_clear_confirm_title">Confirm reset</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001918
1919 <!-- Media Format -->
Eric Fischer5698a752010-09-28 16:35:31 -07001920 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading [CHAR LIMIT=25] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001921 <string name="media_format_title" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001922 <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001923 <string name="media_format_title" product="default">Erase SD card</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001924 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading [CHAR LIMIT=30] -->
Roy West825db2d2010-10-14 05:07:45 -07001925 <string name="media_format_summary" product="nosdcard">Erases all data in USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001926 <!-- SD card & phone storage settings screen, setting option summary text under Internal phone storage heading -->
Eric Fischer5698a752010-09-28 16:35:31 -07001927 <string name="media_format_summary" product="default">Erases all data on the SD card</string>
1928 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001929 <string name="media_format_desc" product="nosdcard">This action will erase the USB storage. You will lose <b>all</b> data stored there!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001930 <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001931 <string name="media_format_desc" product="default">This action will erase the SD card. You will lose <b>all</b> data on the card!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001932 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset [CHAR LIMIT=25] -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001933 <string name="media_format_button_text" product="nosdcard">Erase USB storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001934 <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07001935 <string name="media_format_button_text" product="default">Erase SD card</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001936 <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
Roy West8abc40b2010-10-17 09:19:34 -07001937 <string name="media_format_final_desc" product="nosdcard">Erase USB storage, deleting all files stored there? Action cannot be reversed!</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001938 <!-- SD card & phone storage settings screen, message on screen after user selects Format media button [CHAR LIMIT=NONE] -->
Roy West8abc40b2010-10-17 09:19:34 -07001939 <string name="media_format_final_desc" product="default">Erase SD card, deleting all files stored there? Action cannot be reversed!</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001940 <!-- SD card & phone storage settings screen, button on screen after user selects Format media button -->
1941 <string name="media_format_final_button_text">Erase everything</string>
1942 <!-- Message to draw an unlock pattern before clearing the device -->
1943 <string name="media_format_gesture_prompt">Draw your unlock pattern</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001944 <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
Roy West8abc40b2010-10-17 09:19:34 -07001945 <string name="media_format_gesture_explanation" product="nosdcard">You must draw your unlock pattern to confirm that you want to erase the USB storage.</string>
Eric Fischer5698a752010-09-28 16:35:31 -07001946 <!-- Explanation of drawing unlock pattern to format card [CHAR LIMIT=NONE] -->
Roy West8abc40b2010-10-17 09:19:34 -07001947 <string name="media_format_gesture_explanation" product="default">You must draw your unlock pattern to confirm that you want to erase the SD card.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001948
1949 <!-- Main settings screen, Call settings title for item to go into the call settings -->
1950 <string name="call_settings_title">Call settings</string>
1951 <!-- Main settings screen, Call settings summary for item to go into call settings -->
1952 <string name="call_settings_summary">Set up voicemail, call forwarding, call waiting, caller ID</string>
1953
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001954 <!-- Tethering controls, item title to go into the tethering settings -->
Danica Chang32711b62010-08-10 18:41:29 -07001955 <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
1956 <string name="tether_settings_title_usb">USB tethering</string>
1957 <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]-->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07001958 <string name="tether_settings_title_wifi">Portable hotspot</string>
Danica Chang32711b62010-08-10 18:41:29 -07001959 <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
1960 <string name="tether_settings_title_bluetooth">Bluetooth tethering</string>
1961 <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
1962 <string name="tether_settings_title_usb_bluetooth">Tethering</string>
1963 <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
1964 <string name="tether_settings_title_all">Tethering &amp; portable hotspot</string>
1965
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001966 <!-- USB Tethering options -->
Irfan Sheriff65cff172010-02-08 10:46:30 -08001967 <string name="usb_title">USB</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001968 <string name="usb_tethering_button_text">USB tethering</string>
1969 <!-- USB available subtext - shown when USB is connected but not currently being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001970 <string name="usb_tethering_available_subtext">USB connected, check to tether</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001971 <!-- USB tethered subtext - shown when USB is connected and being tethered -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001972 <string name="usb_tethering_active_subtext">Tethered</string>
Mike Lockwood26dad3e2010-03-03 06:19:55 -05001973 <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001974 <string name="usb_tethering_storage_active_subtext">Can\'t tether when USB storage in use</string>
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001975 <!-- USB unavailable subtext - shown when USB is not connected -->
1976 <string name="usb_tethering_unavailable_subtext">USB not connected</string>
Robert Greenwaltd5f121c2010-03-02 17:33:11 -08001977 <!-- USB errored subtext - shown when USB is broken for some reason -->
Robert Greenwalt209177a2010-03-04 13:29:02 -08001978 <string name="usb_tethering_errored_subtext">USB tethering error</string>
1979
Danica Chang32711b62010-08-10 18:41:29 -07001980 <!-- Bluetooth Tethering settings-->
1981 <!-- Label for bluetooth tether checkbox [CHAR LIMIT=25]-->
1982 <string name="bluetooth_tether_checkbox_text">Bluetooth tethering</string>
1983 <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
Jake Hambyc777ee22011-03-04 15:37:39 -08001984 <string name="bluetooth_tethering_available_subtext" product="tablet">Sharing this tablet\'s Internet connection</string>
1985 <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
1986 <string name="bluetooth_tethering_available_subtext" product="default">Sharing this phone\'s Internet connection</string>
1987 <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
1988 <string name="bluetooth_tethering_device_connected_subtext" product="tablet">Sharing this tablet\'s Internet connection to 1 device</string>
1989 <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
1990 <string name="bluetooth_tethering_device_connected_subtext" product="default">Sharing this phone\'s Internet connection to 1 device</string>
1991 <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
1992 <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>
1993 <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
1994 <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>
Danica Chang32711b62010-08-10 18:41:29 -07001995 <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
Jake Hambyc777ee22011-03-04 15:37:39 -08001996 <string name="bluetooth_tethering_off_subtext" product="tablet">Not sharing this tablet\'s Internet connection</string>
1997 <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
1998 <string name="bluetooth_tethering_off_subtext" product="default">Not sharing this phone\'s Internet connection</string>
Danica Chang32711b62010-08-10 18:41:29 -07001999 <!-- Bluetooth errored subtext - shown when Bluetooth is broken for some reason [CHAR LIMIT=50]-->
2000 <string name="bluetooth_tethering_errored_subtext">Bluetooth tethering error</string>
2001 <!-- Bluetooth Tethering settings. Error message shown when trying to connect an 8th device [CHAR LIMIT=50]-->
2002 <string name="bluetooth_tethering_overflow_error">Cannot tether to more than <xliff:g id="maxConnection">%1$d</xliff:g> devices</string>
2003 <!-- Bluetooth Tethering settings. Message for untethering from a bluetooth device [CHAR LIMIT=50]-->
2004 <string name="bluetooth_untether_blank"><xliff:g id="device_name">%1$s</xliff:g> will be untethered.</string>
2005
Danica Chang32711b62010-08-10 18:41:29 -07002006 <!-- Tethering help button - calls up a web view with general tethering info -->
Robert Greenwalte434bfb2010-05-08 15:20:24 -07002007 <string name="tethering_help_button_text">Help</string>
Robert Greenwalt209177a2010-03-04 13:29:02 -08002008
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002009 <!-- Wireless controls, item title to go into the network settings -->
2010 <string name="network_settings_title">Mobile networks</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002011
2012 <!-- Security & location settings screen, section header for settings relating to location -->
Amith Yamasanif06d8692009-06-11 22:32:33 -07002013 <string name="location_title">My Location</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002014 <!-- Security & location settings screen, setting check box label if the user wants to use wireless network-based positioning (cell ID, wifi, etc.) -->
2015 <string name="location_network_based">Use wireless networks</string>
2016 <!-- Security & location settings screen, setting summary when Use wireless networks check box is clear -->
2017 <string name="location_networks_disabled">See location in applications (such as Maps) using wireless networks</string>
2018 <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected -->
2019 <string name="location_neighborhood_level">Location determined by Wi-Fi and/or mobile networks</string>
Amith Yamasani0f85c482011-02-23 17:19:11 -08002020 <!-- Security & location settings screen, setting summary when Use wireless networks check box is selected, for wifi-only devices [CHAR LIMIT=100] -->
2021 <string name="location_neighborhood_level_wifi">Location determined by Wi-Fi</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002022 <!-- Security & location settings screen, setting check box label if the GPS receiver should be enabled -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002023 <string name="location_gps">Use GPS satellites</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002024 <!-- [CHAR LIMIT=100] Security & location settings screen, setting summary when Use GPS satellites check box is selected -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002025 <string name="location_street_level">When locating, accurate to street level</string>
Roy West0ce6f6d2009-09-23 13:07:19 -07002026 <!-- Security & location settings screen, setting summary when Use GPS satellites check box is clear -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002027 <string name="location_gps_disabled">Locate to street-level (requires more battery plus view of sky)</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04002028 <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002029 <string name="assisted_gps">Use assisted GPS</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04002030 <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002031 <string name="assisted_gps_enabled">Use server to assist GPS (uncheck to reduce network usage)</string>
Mike Lockwoodd75fb2f2009-06-25 16:39:48 -04002032 <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002033 <string name="assisted_gps_disabled">Use server to assist GPS (uncheck to improve GPS performance)</string>
Mathew Inwoodf8b25792010-10-21 18:43:35 +01002034 <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box label if the user wants to use their location for Google Search & other Google services -->
Mathew Inwood7edb5132011-01-10 16:32:32 +00002035 <string name="use_location_title">Use location for Google Search</string>
Mathew Inwoodf8b25792010-10-21 18:43:35 +01002036 <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is clear -->
Mathew Inwood7edb5132011-01-10 16:32:32 +00002037 <string name="use_location_summary_disabled">Use location for Google Search and other Google services</string>
Mathew Inwoodf8b25792010-10-21 18:43:35 +01002038 <!-- [CHAR_LIMIT=100] Security & location settings screen, setting summary when Use My Location for Google services is checked -->
Mathew Inwood7edb5132011-01-10 16:32:32 +00002039 <string name="use_location_summary_enabled">Location used to improve Google Search results and other Google services</string>
Amith Yamasanif06d8692009-06-11 22:32:33 -07002040
2041 <!-- About --> <skip />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002042 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002043 <string name="about_settings" product="tablet">About tablet</string>
2044 <!-- Main settings screen, setting title for the user to go into the About phone screen -->
2045 <string name="about_settings" product="default">About phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002046 <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
Eric Fischerc9904f02010-11-01 16:54:51 -07002047 <string name="about_settings_summary">View legal info, status, software version</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002048 <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
2049 <string name="legal_information">Legal information</string>
2050 <!-- About phone settings screen, setting option name to see a list of contributors -->
2051 <string name="contributors_title">Contributors</string>
2052 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2053 <!-- About phone settings screen, setting option name to see copyright-related info -->
2054 <string name="copyright_title">Copyright</string>
2055 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2056 <!-- About phone settings screen, setting option name to see licensing info -->
2057 <string name="license_title">License</string>
2058 <!-- Note: this may be replaced by a more-specific title of the activity that will get launched --> <skip />
2059 <!-- About phone settings screen, setting option name to see terms and conditions -->
2060 <string name="terms_title">Terms and conditions</string>
Jim Miller60af9532009-03-25 18:18:35 -07002061 <!-- About phone settings screen, running the System Tutorial -->
Roy Westdb33eb02009-06-19 15:24:28 -07002062 <string name="system_tutorial_list_item_title">System tutorial</string>
Jim Miller60af9532009-03-25 18:18:35 -07002063 <!-- About phone settings screen, summary of what System Tutorial does -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002064 <string name="system_tutorial_list_item_summary" product="tablet">Learn how to use your tablet</string>
2065 <!-- About phone settings screen, summary of what System Tutorial does -->
2066 <string name="system_tutorial_list_item_summary" product="default">Learn how to use your phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002067
2068 <!-- Title for actual Settings license activity. --> <skip />
2069 <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
2070 <string name="settings_license_activity_title">Open source licenses</string>
2071 <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
2072 <string name="settings_license_activity_unavailable">There is a problem loading the licenses.</string>
2073 <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
2074 <string name="settings_license_activity_loading">Loading\u2026</string>
2075
Wink Savillea40fb232009-09-26 16:47:18 -07002076 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
2077 <string name="settings_safetylegal_title">Safety information</string>
2078 <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
2079 <string name="settings_safetylegal_activity_title">Safety information</string>
2080 <!-- About phone settings screen, Safety legal dialog message when data network is not connected -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002081 <string name="settings_safetylegal_activity_unreachable">You do not have a data connection. To view this information now, go to %s from any computer connected to the Internet.</string>
Wink Savillea40fb232009-09-26 16:47:18 -07002082 <!-- About phone settings screen, Safety Legal dialog title until the link is fully loaded -->
2083 <string name="settings_safetylegal_activity_loading">Loading\u2026</string>
2084
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002085 <!-- Lock Pattern settings -->
Jim Miller9757e302010-12-17 18:23:23 -08002086 <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
Jim Miller00d24762009-12-22 19:04:57 -08002087 <string name="lockpassword_choose_your_password_header">Choose your password</string>
Jim Miller9757e302010-12-17 18:23:23 -08002088 <!-- Header on first screen of choose pattern flow [CHAR LIMIT=30] -->
2089 <string name="lockpassword_choose_your_pattern_header">Choose your pattern</string>
2090 <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002091 <string name="lockpassword_choose_your_pin_header">Choose your PIN</string>
Jim Miller9757e302010-12-17 18:23:23 -08002092 <!-- Header on password confirm screen [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002093 <string name="lockpassword_confirm_your_password_header">Confirm your password</string>
Jim Miller9757e302010-12-17 18:23:23 -08002094 <!-- Header on pattern confirm screen [CHAR LIMIT=30] -->
2095 <string name="lockpassword_confirm_your_pattern_header">Confirm your pattern</string>
2096 <!-- Header on password confirm screen [CHAR LIMIT=30] -->
Jim Miller122b6c82010-02-10 19:53:58 -08002097 <string name="lockpassword_confirm_your_pin_header">Confirm your PIN</string>
Jim Miller9757e302010-12-17 18:23:23 -08002098 <!-- Header on password confirm screen if second password doesn't match the first. [CHAR LIMIT=30] -->
Jim Miller00d24762009-12-22 19:04:57 -08002099 <string name="lockpassword_confirm_passwords_dont_match">Passwords don\'t match</string>
Jim Miller9757e302010-12-17 18:23:23 -08002100 <!-- Header on pin confirm screen if second pin doesn't match the first. [CHAR LIMIT=30]-->
Jim Miller122b6c82010-02-10 19:53:58 -08002101 <string name="lockpassword_confirm_pins_dont_match">PINs don\'t match</string>
Jim Miller9757e302010-12-17 18:23:23 -08002102 <!-- Header shown to ask the user to select an unlock method [CHAR LIMIT=30] -->
2103 <string name="lockpassword_choose_lock_generic_header">Unlock selection</string>
Jim Miller122b6c82010-02-10 19:53:58 -08002104 <!-- Toast shown if setting password was successful -->
2105 <string name="lockpassword_password_set_toast">Password has been set</string>
2106 <!-- Toast shown if setting PIN was successful -->
2107 <string name="lockpassword_pin_set_toast">PIN has been set</string>
2108 <!-- Toast shown if setting pattern was successful -->
2109 <string name="lockpassword_pattern_set_toast">Pattern has been set</string>
Jim Miller00d24762009-12-22 19:04:57 -08002110
2111 <!-- Lock Pattern settings -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002112 <!-- Security & location settings screen, header -->
Jim Millerc9787072011-01-09 18:00:28 -08002113 <string name="lock_settings_title">Lock screen</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002114 <!-- Security & location settings screen, setting option name -->
2115 <string name="lockpattern_change_lock_pattern_label">Change unlock pattern</string>
2116 <!-- Security & location settings screen, change unlock pattern screen instruction when the user chooses "Change unlock pattern". We first ask the user toe nter the current pattern, and this is the message seen -->
Jim Miller00d24762009-12-22 19:04:57 -08002117 <string name="lockpattern_change_lock_pin_label">Change unlock PIN</string>
2118 <!-- Security & location settings screen, change unlock pattern screen instruction when the user chooses "Change unlock pattern". We first ask the user toe nter the current pattern, and this is the message seen -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002119 <string name="lockpattern_need_to_unlock">Confirm saved pattern</string>
2120 <!-- Do not translate. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002121 <string name="lockpattern_need_to_unlock_footer" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002122 <!-- Security & location settings screen, change unlock pattern screen instruction if user draws incorrect pattern -->
2123 <string name="lockpattern_need_to_unlock_wrong">Sorry, try again:</string>
2124 <!-- Do not translate. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002125 <string name="lockpattern_need_to_unlock_wrong_footer" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002126 <!-- 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)..-->
2127 <string name="lockpattern_recording_intro_header">Draw an unlock pattern</string>
2128 <!-- 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. -->
2129 <string name="lockpattern_recording_intro_footer">Press Menu for help.</string>
2130 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen while drawing pattern -->
2131 <string name="lockpattern_recording_inprogress">Release finger when done.</string>
2132 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots -->
2133 <string name="lockpattern_recording_incorrect_too_short">Connect at least <xliff:g id="number">%d</xliff:g> dots. Try again:</string>
2134 <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern -->
2135 <string name="lockpattern_pattern_entered_header">Pattern recorded!</string>
2136 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern -->
2137 <string name="lockpattern_need_to_confirm">Draw pattern again to confirm:</string>
2138 <string name="lockpattern_pattern_confirmed_header">Your new unlock pattern:</string>
2139 <!-- 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. -->
2140 <string name="lockpattern_confirm_button_text">Confirm</string>
2141 <!-- 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. -->
2142 <string name="lockpattern_restart_button_text">Redraw</string>
2143 <!-- 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 -->
2144 <string name="lockpattern_retry_button_text">Retry</string>
2145 <!-- 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 -->
2146 <string name="lockpattern_continue_button_text">Continue</string>
2147 <!-- Security & location settings screen, unlock screen activity title -->
2148 <string name="lockpattern_settings_title">Unlock pattern</string>
2149 <!-- Security & location settings screen, setting check box title if the unlock pattern MUST be drawn everytime they turn on the screen -->
2150 <string name="lockpattern_settings_enable_title">Require pattern</string>
2151 <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" -->
2152 <string name="lockpattern_settings_enable_summary">Must draw pattern to unlock screen</string>
2153 <!-- 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.-->
2154 <string name="lockpattern_settings_enable_visible_pattern_title">Use visible pattern</string>
2155 <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.-->
2156 <string name="lockpattern_settings_enable_tactile_feedback_title">Use tactile feedback</string>
2157 <!-- Security & location settings screen, setting option name when user has never set an unlock pattern -->
2158 <string name="lockpattern_settings_choose_lock_pattern">Set unlock pattern</string>
2159 <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern -->
2160 <string name="lockpattern_settings_change_lock_pattern">Change unlock pattern</string>
2161 <!-- Security & location settings screen, the help instructions (an animation) caption -->
2162 <string name="lockpattern_settings_help_how_to_record">How to draw an unlock pattern</string>
2163 <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen after too many incorrect attempts -->
2164 <string name="lockpattern_too_many_failed_confirmation_attempts_header">Too many incorrect attempts!</string>
2165 <!-- Security & location settings screen, change unlock pattern screen countdown hint on bottom of screen after too many incorrect attempts -->
2166 <string name="lockpattern_too_many_failed_confirmation_attempts_footer">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string>
2167
2168 <!-- ChooseLockPatternTutorial --> <skip />
2169 <!-- ChooseLockPatternTutorial, button labels: This is to cancel the tutorial -->
2170 <string name="skip_button_label">Cancel</string>
2171 <!-- ChooseLockPatternTutorial, button labels: Continue to the next page of the tutorial -->
2172 <string name="next_button_label">Next</string>
2173 <!-- ChooseLockPatternTutorial, tutorial screen title -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002174 <string name="lock_title" product="tablet">Securing your tablet</string>
2175 <!-- ChooseLockPatternTutorial, tutorial screen title -->
2176 <string name="lock_title" product="default">Securing your phone</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002177 <!-- ChooseLockPatternTutorial, tutorial screen text -->
Jim Miller97096252010-12-21 22:03:06 -08002178 <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.
2179 \n\nReady to start? Touch \u201CNext\u201D.
Eric Fischerc9904f02010-11-01 16:54:51 -07002180 </string>
2181 <!-- ChooseLockPatternTutorial, tutorial screen text -->
Jim Millerc56293d2011-06-30 18:09:06 -07002182 <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.
2183 \n\nReady to start? Touch \u201CNext\u201D.
Jim Miller00d24762009-12-22 19:04:57 -08002184 </string>
2185
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002186 <!-- Applications Settings --> <skip />
2187 <!-- Applications settings screen, setting option name for the user to go to the screen to manage installed applications -->
2188 <string name="manageapplications_settings_title">Manage applications</string>
2189 <!-- Applications settings screen, setting option summary for the user to go to the screen to manage installed applications -->
2190 <string name="manageapplications_settings_summary">Manage and remove installed applications</string>
2191 <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
2192 <string name="applications_settings">Applications</string>
2193 <!-- 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. -->
2194 <string name="applications_settings_summary">Manage applications, set up quick launch shortcuts</string>
2195 <!-- Applications settings screen heading. The header for the Application settings screen. -->
2196 <string name="applications_settings_header">Application settings</string>
2197 <!-- 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. -->
2198 <string name="install_applications">Unknown sources</string>
2199 <!-- Applications settings screen, setting check box summary. This is the summary for "Unknown sources" checkbox -->
Joe LaPenna626b4a12009-07-23 18:46:47 -07002200 <string name="install_unknown_applications">Allow installation of non-Market applications</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002201 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002202 <string name="install_all_warning" product="tablet">Your tablet and personal data are more vulnerable to attack by applications
2203 from unknown sources. You agree that you are solely responsible for any
2204 damage to your tablet or loss of data that may result from using
2205 these applications.</string>
2206 <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
2207 <string name="install_all_warning" product="default">Your phone and personal data are more vulnerable to attack by applications
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002208 from unknown sources. You agree that you are solely responsible for any
2209 damage to your phone or loss of data that may result from using
2210 these applications.</string>
Joe Onorato4c0c2be2011-04-06 18:26:20 -07002211 <!-- Applications settings screen, setting check box title. If checked, applications show more settings options. -->
2212 <string name="advanced_settings">Advanced settings</string>
2213 <!-- Applications settings screen, setting check box summary. This is the summary for "Advanced settings" checkbox -->
2214 <string name="advanced_settings_summary">Enable more settings options.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002215 <!-- 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 -->
2216 <string name="application_info_label">Application info</string>
2217 <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. -->
2218 <string name="storage_label">Storage</string>
2219 <!-- Manage applications, individual application info screen, heading for settings related to controlling whether this app is the default for some actions -->
2220 <string name="auto_launch_label">Launch by default</string>
Dianne Hackbornaef746c2011-05-26 01:04:44 -07002221 <!-- Manage applications, individual application info screen, heading for settings related to controlling application screen compatibility -->
2222 <string name="screen_compatibility_label">Screen compatibility</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002223 <!-- 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. -->
2224 <string name="permissions_label">Permissions</string>
2225 <!-- Manage applications, Header name used for cache information -->
2226 <string name="cache_header_label">Cache</string>
2227 <!-- Manage applications, text label for button -->
2228 <string name="clear_cache_btn_text">Clear cache</string>
2229 <!-- Manage applications, label that appears next to the cache size -->
2230 <string name="cache_size_label">Cache</string>
2231 <!-- Manage applications, Header name used for other controls -->
2232 <string name="controls_label">Controls</string>
2233 <!-- Manage applications, text label for button to kill / force stop an application -->
2234 <string name="force_stop">Force stop</string>
2235 <!-- Manage applications, individual application info screen,label under Storage heading. The total storage space taken up by this app. -->
2236 <string name="total_size_label">Total</string>
2237 <!-- 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) -->
2238 <string name="application_size_label">Application</string>
Dianne Hackbornbd9ddab2011-06-28 14:51:12 -07002239 <!-- 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] -->
2240 <string name="external_code_size_label">USB storage app</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002241 <!-- 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) -->
2242 <string name="data_size_label">Data</string>
Kenny Root424acfb2011-01-16 16:59:11 -08002243 <!-- 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] -->
Dianne Hackbornbd9ddab2011-06-28 14:51:12 -07002244 <string name="external_data_size_label" product="nosdcard">USB storage data</string>
Kenny Root424acfb2011-01-16 16:59:11 -08002245 <!-- 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] -->
Dianne Hackbornbd9ddab2011-06-28 14:51:12 -07002246 <string name="external_data_size_label" product="default">SD card</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002247 <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. -->
2248 <string name="uninstall_text">Uninstall</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002249 <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002250 <string name="disable_text">Disable</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002251 <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to re-enable an existing application. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002252 <string name="enable_text">Enable</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002253 <!-- 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) -->
2254 <string name="clear_user_data_text">Clear data</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002255 <!-- Manage applications, restore updated system application to factory version -->
Roy West518d02c2009-06-23 13:39:55 -07002256 <string name="app_factory_reset">Uninstall updates</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002257 <!-- 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. -->
2258 <string name="auto_launch_enable_text">You have selected to launch this application by default for some actions.</string>
2259 <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->
2260 <string name="auto_launch_disable_text">No defaults set.</string>
2261 <!-- 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. -->
2262 <string name="clear_activities">Clear defaults</string>
Dianne Hackbornaef746c2011-05-26 01:04:44 -07002263 <!-- Manage applications, individual application info screen, screen, message text under screen compatibility heading -->
2264 <string name="screen_compatibility_text">This application may not be designed for your screen; you can control how it
2265 adjusts to your screen here.</string>
2266 <!-- Manage applications, individual application screen, checkbox to control asking for compatibility mode. -->
2267 <string name="ask_compatibility">Ask when launched</string>
2268 <!-- Manage applications, individual application screen, checkbox to control compatibility mode. -->
2269 <string name="enable_compatibility">Scale application</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002270 <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
2271 <string name="unknown">Unknown</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002272 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Sorts all of the apps in the list alphabetically. -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002273 <string name="sort_order_alpha">Sort by name</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002274 <!-- 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. -->
2275 <string name="sort_order_size">Sort by size</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002276 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show running services. -->
2277 <string name="show_running_services">Show running services</string>
2278 <!-- [CHAR LIMIT=25] Manage applications screen, menu item. Show background cached processes. -->
2279 <string name="show_background_processes">Show cached processes</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002280 <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. -->
2281 <string name="manage_space_text">Manage space</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08002282 <!-- Text for menu option in ManageApps screen to present various menu options -->
2283 <string name="filter">Filter</string>
2284 <!-- Title of dialog for presenting filter options -->
2285 <string name="filter_dlg_title">Select filter options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002286 <!-- Text for filter option in ManageApps screen to display all installed
2287 applications -->
2288 <string name="filter_apps_all">All</string>
Jim Miller00d24762009-12-22 19:04:57 -08002289 <!-- Text for filter option in ManageApps screen to display third party
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002290 applications only -->
Suchi Amalapurapufe4a2bc2009-09-20 14:25:46 -07002291 <string name="filter_apps_third_party">Downloaded</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002292 <!-- Text for filter option in ManageApps screen to display list of running
2293 packages only. -->
2294 <string name="filter_apps_running">Running</string>
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08002295 <!-- Text for filter option in ManageApps screen to display list of
Eric Fischer5698a752010-09-28 16:35:31 -07002296 packages installed on sdcard. [CHAR LIMIT=30] -->
Roy West2c489972010-10-15 05:18:04 -07002297 <string name="filter_apps_onsdcard" product="nosdcard">USB storage</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002298 <!-- Text for filter option in ManageApps screen to display list of
Suchi Amalapurapu747ea552010-01-28 10:50:19 -08002299 packages installed on sdcard. -->
Eric Fischer5698a752010-09-28 16:35:31 -07002300 <string name="filter_apps_onsdcard" product="default">On SD card</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002301 <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002302 <string name="disabled">Disabled</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002303 <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002304 <string name="no_applications">No applications.</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002305 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->
2306 <string name="internal_storage">Internal storage</string>
2307 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2308 <string name="sd_card_storage" product="nosdcard">USB storage</string>
2309 <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
2310 <string name="sd_card_storage" product="default">SD card storage</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002311 <!-- Manage app screen, shown when the activity is busy recomputing the size of each app -->
2312 <string name="recompute_size">Recomputing size\u2026</string>
2313 <!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
2314 <string name="clear_data_dlg_title">Delete</string>
2315 <!-- Manage applications, individual application screen, confirmation dialog message. Displays when user selects to "Clear data". It warns the user of the consequences of clearing the data for an app. -->
Suchi Amalapurapufe4a2bc2009-09-20 14:25:46 -07002316 <string name="clear_data_dlg_text">All of this application\'s data will be deleted permanently. This includes all files, settings, accounts, databases and so on.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002317 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
2318 <string name="dlg_ok">OK</string>
2319 <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->
2320 <string name="dlg_cancel">Cancel</string>
2321 <!-- 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. -->
2322 <string name="app_not_found_dlg_title">Application not found</string>
2323 <!-- 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. -->
2324 <string name="app_not_found_dlg_text"> The application was not
2325found in the list of installed applications.</string>
2326 <!-- Manage applications, individual application dialog box message. Shown when there was an error trying to clear the data. -->
2327 <string name="clear_data_failed">Unable to clear application data.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002328 <!-- Manage applications, factory reset dialog title for system applications. -->
Roy West74b53da22009-06-24 09:25:12 -07002329 <string name="app_factory_reset_dlg_title">Uninstall updates</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002330 <!-- Manage applications, factory reset option dialog text for system applications. -->
Roy West74b53da22009-06-24 09:25:12 -07002331 <string name="app_factory_reset_dlg_text">Do you want to uninstall all updates to this Android system application?</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002332 <!-- Manage applications, title for dialog if clear data fails-->
2333 <string name="clear_failed_dlg_title">Clear data</string>
2334 <!-- Manage applications, text for dialog if clear data fails-->
2335 <string name="clear_failed_dlg_text">Failed clearing data for application</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002336 <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002337 <string name="security_settings_desc" product="tablet">This application can access the following on your tablet:</string>
2338 <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
2339 <string name="security_settings_desc" product="default">This application can access the following on your phone:</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002340 <string name="computing_size">Computing\u2026</string>
2341 <string name="invalid_size_value">Unable to compute package size</string>
2342 <!-- String displayed when list is empty -->
Vivek Dlima3d477382009-07-14 14:36:49 -07002343 <string name="empty_list_msg">You do not have any third-party applications installed.</string>
Suchi Amalapurapu50b51672009-05-08 15:01:06 -07002344 <!-- Manage applications, version string displayed in app snippet -->
2345 <string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002346 <!-- Manage applications, text for Move button -->
2347 <string name="move_app">Move</string>
2348 <!-- Manage applications, text for Move button to move app to internal storage -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002349 <string name="move_app_to_internal" product="tablet">Move to tablet</string>
2350 <!-- Manage applications, text for Move button to move app to internal storage -->
2351 <string name="move_app_to_internal" product="default">Move to phone</string>
Eric Fischer5698a752010-09-28 16:35:31 -07002352 <!-- Manage applications, text for Move button to move app to sdcard [CHAR LIMIT=25] -->
Roy Westd3abea02010-10-14 15:59:33 -07002353 <string name="move_app_to_sdcard" product="nosdcard">Move to USB storage</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002354 <!-- Manage applications, text for Move button to move app to sdcard -->
Eric Fischer5698a752010-09-28 16:35:31 -07002355 <string name="move_app_to_sdcard" product="default">Move to SD card</string>
Suchi Amalapurapu42241e72010-02-08 13:55:07 -08002356 <!-- Manage applications, title for dialog when killing persistent apps-->
Suchi Amalapurapuad148272010-02-19 14:30:01 -08002357 <!-- Manage applications, text for Move button when move is in progress -->
2358 <string name="moving">Moving</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002359
2360 <!-- Manage applications, text for move error messages -->
2361 <string name="insufficient_storage">There is not enough storage left.</string>
2362 <string name="does_not_exist">The application does not exist.</string>
Roy West40d9f1b2010-03-11 14:55:40 -08002363 <string name="app_forward_locked">The application is copy-protected.</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002364 <string name="invalid_location">The specified install location is not valid.</string>
2365 <string name="system_package">System updates cannot be installed on external media.</string>
2366
Roy West40d9f1b2010-03-11 14:55:40 -08002367 <string name="force_stop_dlg_title">Force stop</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002368 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when killing persistent apps-->
Dianne Hackborn9db5ee32010-07-24 16:50:04 -07002369 <string name="force_stop_dlg_text">Force stopping an application can cause it to misbehave. Are you sure?</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002370 <!-- Manage applications, text for dialog when moving an app -->
Roy West40d9f1b2010-03-11 14:55:40 -08002371 <string name="move_app_failed_dlg_title">Move application</string>
Suchi Amalapurapu5cc062f2010-03-10 09:56:33 -08002372 <!-- Manage applications, text for dialog moving an app -->
2373 <string name="move_app_failed_dlg_text">Failed to move application. <xliff:g id="reason">%1$s</xliff:g></string>
Oscar Montemayora110a712010-02-10 16:04:18 -08002374 <!-- Manage applications, application installation location title -->
2375 <string name="app_install_location_title">Preferred install location</string>
2376 <!-- Manage applications. application installation location summary -->
2377 <string name="app_install_location_summary">Change the preferred installation location for new applications.</string>
Dianne Hackbornf0b63c22011-07-18 16:18:34 -07002378 <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling apps -->
2379 <string name="app_disable_dlg_title">Disable built-in app</string>
2380 <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling apps -->
2381 <string name="app_disable_dlg_text">Disabling a built-in application may cause other applications
2382 to misbehave. Are you sure?</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002383
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002384 <!-- [CHAR LIMIT=25] Services settings screen, setting option name for the user to go to the screen to view app storage use -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002385 <string name="storageuse_settings_title">Storage use</string>
2386 <!-- Services settings screen, setting option summary for the user to go to the screen to app storage use -->
2387 <string name="storageuse_settings_summary">View storage used by applications</string>
2388
Dianne Hackbornc58c5492009-08-31 21:33:17 -07002389 <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
2390 <string name="runningservices_settings_title">Running services</string>
2391 <!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->
2392 <string name="runningservices_settings_summary">View and control currently running services</string>
2393 <!-- Label for a service item when it is restarting -->
2394 <string name="service_restarting">Restarting</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002395 <!-- Label for a process item representing a background process -->
2396 <string name="cached">Cached background process</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002397 <!-- [CHAR LIMIT=25] Text shown when there are no services running -->
Dianne Hackborn508fedc2010-07-28 17:10:42 -07002398 <string name="no_running_services">Nothing running.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07002399 <!-- Running services, description for a service in the started state -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002400 <string name="service_started_by_app">Started by application.</string>
Dianne Hackborn76315392009-09-03 13:33:55 -07002401 <!-- Running services, description for a service in the started state -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002402 <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g></string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002403 <!-- [CHAR LIMIT=10] Running services, summary of background processes -->
2404 <string name="service_background_processes"><xliff:g id="memory">%1$s</xliff:g> free</string>
2405 <!-- [CHAR LIMIT=10] Running services, summary of foreground processes -->
2406 <string name="service_foreground_processes"><xliff:g id="memory">%1$s</xliff:g> used</string>
2407 <!-- [CHAR LIMIT=10] Running services, label for chart showing memory use. -->
2408 <string name="memory">RAM</string>
Dianne Hackborn8c212ef2009-09-21 00:37:32 -07002409 <!-- Text to label a process entry with the process name. -->
Dianne Hackborn728ac352010-06-06 22:51:42 -07002410 <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
2411 <!-- Descriptive text of a running process: singular process, singular service. -->
2412 <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
2413 process and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2414 <!-- Descriptive text of a running process: singular process, plural service. -->
2415 <string name="running_processes_item_description_s_p"><xliff:g id="numprocess">%1$d</xliff:g>
2416 process and <xliff:g id="numservices">%2$d</xliff:g> services</string>
2417 <!-- Descriptive text of a running process: plural process, singular service. -->
2418 <string name="running_processes_item_description_p_s"><xliff:g id="numprocess">%1$d</xliff:g>
2419 processes and <xliff:g id="numservices">%2$d</xliff:g> service</string>
2420 <!-- Descriptive text of a running process: plural process, plural service. -->
2421 <string name="running_processes_item_description_p_p"><xliff:g id="numprocess">%1$d</xliff:g>
2422 processes and <xliff:g id="numservices">%2$d</xliff:g> services</string>
Jim Miller00d24762009-12-22 19:04:57 -08002423
Dianne Hackborn728ac352010-06-06 22:51:42 -07002424 <!-- Details about an application's running services. -->
2425 <string name="runningservicedetails_settings_title">Running application</string>
2426 <!-- Message displayed when there are no active services in a process. -->
2427 <string name="no_services">Not active</string>
2428 <!-- Title for list of services. -->
2429 <string name="runningservicedetails_services_title">Services</string>
2430 <!-- Title for list of services. -->
2431 <string name="runningservicedetails_processes_title">Processes</string>
2432 <!-- Running service details, stop a service that has started itself. -->
2433 <string name="service_stop">Stop</string>
2434 <!-- Running service details, manage a service that is running for some other reason. -->
Dianne Hackbornea38e672010-06-11 10:25:54 -07002435 <string name="service_manage">Settings</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002436 <!-- Running service details, default description for services that are started. -->
2437 <string name="service_stop_description">This service was started by its
Dianne Hackbornea38e672010-06-11 10:25:54 -07002438 application. Stopping it may cause the application to fail.</string>
Dianne Hackbornc01b0c82010-06-24 11:29:50 -07002439 <!-- Running service details, description for running heavy-weight process. -->
2440 <string name="heavy_weight_stop_description">This application can not safely
2441 be stopped. Doing so may lose some of your current work.</string>
Dianne Hackborn1337d0f2010-10-14 11:58:30 -07002442 <!-- Running service details, description for background process. -->
2443 <string name="background_process_stop_description">This is an old application
2444 process that is being kept for better speed in case it is needed again.
2445 There is usually no reason to stop it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002446 <!-- Running service details, default description for services that are managed. -->
2447 <string name="service_manage_description"><xliff:g id="client_name">%1$s</xliff:g>:
Dianne Hackbornea38e672010-06-11 10:25:54 -07002448 currently in use. Touch Settings to control it.</string>
Dianne Hackborn728ac352010-06-06 22:51:42 -07002449 <!-- Description of the main process in the details. -->
2450 <string name="main_running_process_description">Main process that is in use.</string>
2451 <!-- Message that a process's service is in use. -->
2452 <string name="process_service_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g>
2453 is in use.</string>
2454 <!-- Message that a process's provider is in use. -->
2455 <string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g>
2456 is in use.</string>
Dianne Hackbornb8f9c9c2010-10-06 16:46:53 -07002457 <!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. -->
2458 <string name="runningservicedetails_stop_dlg_title">Stop system service?</string>
2459 <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002460 <string name="runningservicedetails_stop_dlg_text" product="tablet">Are you sure you want to stop this system service? If you do, some
2461 features of your tablet may stop working correctly until you power it off
2462 and then on again.</string>
2463 <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
2464 <string name="runningservicedetails_stop_dlg_text" product="default">Are you sure you want to stop this system service? If you do, some
Dianne Hackbornb8f9c9c2010-10-06 16:46:53 -07002465 features of your phone may stop working correctly until you power it off
2466 and then on again.</string>
Jim Milleredfaaea2010-10-13 21:11:07 -07002467
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002468 <!-- Language Settings --> <skip />
2469 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings realted to locale and text -->
Amith Yamasanib44161f2010-12-10 13:17:34 -08002470 <string name="language_settings">Language &amp; input</string>
Amith Yamasani985f5ef2009-09-16 12:43:50 -07002471 <!-- Title of Language and keyboard settings screen -->
Amith Yamasanic9fdfa82010-12-14 14:38:16 -08002472 <string name="language_keyboard_settings_title">Language &amp; input</string>
Ken Wakasad2c3f372010-09-28 19:01:17 +09002473 <!-- 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). -->
2474 <string name="language_settings_category">Language settings</string>
2475 <!-- 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). -->
2476 <string name="keyboard_settings_category">Keyboard settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002477 <!-- On Text & language settings screen, setting option name. title of the setting to take the user to a screen to select the locale. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08002478 <string name="phone_language">Select language</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002479 <!-- On Text & language settings screen, setting option name. summary of the setting to take the user to a screen to select the locale. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08002480 <string name="phone_language_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002481 <!-- 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. -->
2482 <string name="auto_replace">Auto-replace</string>
2483 <!-- On Text & language settings screen, setting summary. This is the summary for the "Auto-replace" setting. -->
2484 <string name="auto_replace_summary">Correct mistyped words</string>
Tadashi G. Takaokabf73f4f2011-01-14 18:33:42 +09002485 <!-- 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] -->
Ken Wakasa38f8a1d2010-11-07 12:29:52 +09002486 <string name="auto_caps">Auto-capitalization</string>
Tadashi G. Takaokabf73f4f2011-01-14 18:33:42 +09002487 <!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. [CHAR LIMIT=100]-->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002488 <string name="auto_caps_summary">Capitalize first letter in sentences</string>
2489 <!-- 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". -->
2490 <string name="auto_punctuate">Auto-punctuate</string>
2491 <!-- On Text & language settings screen, category for physical keyboard text entry options. -->
2492 <string name="hardkeyboard_category">Physical keyboard settings</string>
2493 <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. -->
2494 <string name="auto_punctuate_summary">Press Space key twice to insert \u0022.\u0022</string>
2495 <!-- 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. -->
2496 <string name="show_password">Visible passwords</string>
2497 <!-- On Security & location settings screen, setting check box summary. Summary for the visible passwords setting. -->
2498 <string name="show_password_summary">Show password as you type</string>
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -07002499 <!-- Warning message about security implications of enabling an input method, displayed as a dialog
2500 message when the user selects to enable an IME. -->
2501 <string name="ime_security_warning">This input method may be able to collect
2502 all the text you type, including personal data like passwords and credit
2503 card numbers. It comes from the application
2504 <xliff:g id="ime_application_name">%1$s</xliff:g>.
Roy West0ce6f6d2009-09-23 13:07:19 -07002505 Use this input method?</string>
Jeff Brownd82487b2011-06-02 03:10:28 -07002506 <!-- 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] -->
2507 <string name="pointer_settings_category">Mouse and trackpad settings</string>
2508 <!-- On Language & input settings screen, setting summary. Setting for mouse pointer speed. [CHAR LIMIT=35] -->
2509 <string name="pointer_speed">Pointer speed</string>
Jim Miller00d24762009-12-22 19:04:57 -08002510
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002511 <!-- User dictionary settings --><skip />
2512 <!-- User dictionary settings, The titlebar text of the User dictionary settings screen. -->
2513 <string name="user_dict_settings_titlebar">User dictionary</string>
Jean Chalard71ad1f42011-05-12 15:06:16 +09002514 <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen when there is only one user dictionary. -->
2515 <string name="user_dict_single_settings_title">User dictionary</string>
2516 <!-- User dictionary settings, The title of the list item to go into the User dictionary list when there are several user dictionaries. -->
2517 <string name="user_dict_multiple_settings_title">Manage user dictionaries</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002518 <!-- User dictionary settings. The summary of the listem item to go into the User dictionary settings screen. -->
Amith Yamasani992f1022010-01-25 09:17:53 -08002519 <string name="user_dict_settings_summary">""</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002520 <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
2521 <string name="user_dict_settings_add_menu_title">Add</string>
2522 <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. -->
2523 <string name="user_dict_settings_add_dialog_title">Add to dictionary</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002524 <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
2525 <string name="user_dict_settings_edit_dialog_title">Edit word</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002526 <!-- User dictionary settings. The title of the context menu item to edit the current word -->
2527 <string name="user_dict_settings_context_menu_edit_title">Edit</string>
2528 <!-- User dictionary settings. The title of the context menu item to delete the current word -->
2529 <string name="user_dict_settings_context_menu_delete_title">Delete</string>
Amith Yamasani26797fe2011-03-02 19:03:01 -08002530 <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary [CHAR LIMIT=200] -->
2531 <string name="user_dict_settings_empty_text" product="tablet">You do not have any words in the user dictionary. You can add a word by touching the Add ( + ) button.</string>
2532 <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary [CHAR LIMIT=200] -->
2533 <string name="user_dict_settings_empty_text" product="default">You do not have any words in the user dictionary. You can add a word through the menu.</string>
Jean Chalard71ad1f42011-05-12 15:06:16 +09002534 <!-- User dictionary settings. The text to show to describe the dictionary common to all languages -->
2535 <string name="user_dict_settings_all_languages">All languages</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002536
2537 <!-- 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" -->
2538 <string name="testing">Testing</string>
2539 <!-- In the Testing screen. The item title of the activity that shows a bunch of phone-related information. -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002540 <string name="testing_phone_info" product="tablet">Tablet information</string>
2541 <!-- In the Testing screen. The item title of the activity that shows a bunch of phone-related information. -->
2542 <string name="testing_phone_info" product="default">Phone information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002543 <!-- In the Testing screen. The item title of the activity that shows a bunch of battery-related information. -->
2544 <string name="testing_battery_info">Battery information</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002545 <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations. -->
2546 <string name="testing_sim_toolkit">SIM toolkit</string>
2547
2548 <!-- The title of the item to go into the Quick launch settings. -->
2549 <string name="quick_launch_title">Quick launch</string>
2550 <!-- The summary of the item to go into the Quick launch settings. This is a description of what Quick launch offers. -->
2551 <string name="quick_launch_summary">Set keyboard shortcuts to launch applications</string>
2552 <!-- 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. -->
2553 <string name="quick_launch_assign_application">Assign application</string>
2554 <!-- 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 -->
2555 <string name="quick_launch_no_shortcut">No shortcut</string>
2556 <!-- On the Quick launch settings screen, summary text under the item for each assigned letter. -->
2557 <string name="quick_launch_shortcut">Search + <xliff:g id="shortcut_letter">%1$s</xliff:g></string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002558 <!-- On the Quick launch settings screen, title of "Clear shortcut" confirmation dialog. This is reached by longpressing an item for a shortcut letter. This allows the user to clear the assigned application for that shortcut letter. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002559 <string name="quick_launch_clear_dialog_title">Clear</string>
2560 <!-- On the Quick launch settings screen, message in the "Clear shortcut" confirmation dialog. See the title for this dialog for more info. -->
2561 <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>
2562 <!-- Clear dialog for quick launch setting box button labels: -->
2563 <string name="quick_launch_clear_ok_button">OK</string>
2564 <!-- Clear dialog for quick launch setting box button labels: -->
2565 <string name="quick_launch_clear_cancel_button">Cancel</string>
2566 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all applications. -->
2567 <string name="quick_launch_display_mode_applications">Applications</string>
2568 <!-- Quick launch screen, when assigning an app to a shortcut, this menu item to show a list of all shortcutable applications -->
2569 <string name="quick_launch_display_mode_shortcuts">Shortcuts</string>
2570
2571 <!-- Input methods Settings -->
2572 <string name="input_methods_settings_title">Text input</string>
Amith Yamasanie7739d12010-05-28 18:19:43 -07002573 <!-- Setting name for Input Method chooser -->
2574 <string name="input_method">Input method</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002575 <!-- Title for selecting the current input method [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09002576 <string name="current_input_method">Current input method</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002577 <!-- Title for setting the visibility of input method selector [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09002578 <string name="input_method_selector">Input method selector</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002579 <!-- An option to always show input method selector automatically when needed [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09002580 <string name="input_method_selector_show_automatically_title">Automatic</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002581 <!-- An option to always show input method selector [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09002582 <string name="input_method_selector_always_show_title">Always show</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002583 <!-- An option to always hide input method selector [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09002584 <string name="input_method_selector_always_hide_title">Always hide</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002585 <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09002586 <string name="configure_input_method">Configure input methods</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002587 <!-- Title for settings of each IME [CHAR LIMIT=25] -->
satokc88a7ff2010-12-15 04:57:24 +09002588 <string name="input_method_settings">Settings</string>
Alan Viverettef97840f2011-07-28 16:11:37 -07002589 <!-- Spoken description for IME settings image button [CHAR LIMIT=NONE] -->
2590 <string name="input_method_settings_button">Settings</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002591 <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09002592 <string name="active_input_method_subtypes">Active input methods</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002593 <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] -->
satok1c58c152010-12-21 23:50:38 +09002594 <string name="use_system_language_to_select_input_method_subtypes">Use system language</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002595 <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" [CHAR LIMIT=35] -->
The Android Open Source Project86997be2009-03-05 14:34:39 -08002596 <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g> settings</string>
Tadashi G. Takaoka9aa50e92011-01-13 11:39:33 +09002597 <!-- Title for the settings of selecting active input methods of an IME [CHAR LIMIT=35] -->
satokc88a7ff2010-12-15 04:57:24 +09002598 <string name="input_methods_and_subtype_enabler_title">Select active input methods</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002599 <!-- Summary for on-screen keyboard settings -->
Roy West22762e62009-09-27 12:01:46 -07002600 <string name="onscreen_keyboard_settings_summary">Onscreen keyboard settings</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002601 <!-- Title for built-in keyboard settings -->
Roy West642b89d2011-02-17 21:41:46 -08002602 <string name="builtin_keyboard_settings_title">Physical keyboard</string>
The Android Open Source Project86997be2009-03-05 14:34:39 -08002603 <!-- Summary for built-in keyboard settings -->
Roy West92f94eb2011-02-17 20:01:07 -08002604 <string name="builtin_keyboard_settings_summary">Physical keyboard settings</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002605
2606 <!-- Development Settings. the title for the item to take the user to Development settings. Development settings are settings meant for application developers. -->
Gilles Debunne362bd102011-06-22 10:12:04 -07002607 <string name="development_settings_title">Developer options</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002608 <!-- Development Settings summary. The summary of the item to take the user to Development settings. Development settings are settings meant for application developers. -->
2609 <string name="development_settings_summary">Set options for application development</string>
2610 <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
2611 <string name="enable_adb">USB debugging</string>
2612 <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
2613 <string name="enable_adb_summary">Debug mode when USB is connected</string>
2614 <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
2615 <string name="keep_screen_on">Stay awake</string>
2616 <!-- setting Checkbox summary whether to keep the screen on when plugged in -->
2617 <string name="keep_screen_on_summary">Screen will never sleep while charging</string>
2618 <!-- Setting Checkbox title whether to allow mock locations -->
2619 <string name="allow_mock_location">Allow mock locations</string>
2620 <!-- setting Checkbox summary whether to allow mock locations -->
2621 <string name="allow_mock_location_summary">Allow mock locations</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002622 <!-- Title of warning dialog about the implications of enabling USB debugging -->
Roy West0ce6f6d2009-09-23 13:07:19 -07002623 <string name="adb_warning_title">Allow USB debugging?</string>
Mike Lockwoodb7e46e82009-06-25 13:36:00 -04002624 <!-- Warning text to user about the implications of enabling USB debugging -->
2625 <string name="adb_warning_message">USB debugging is intended for development purposes only. It can be used to copy data between your computer and your device, install applications on your device without notification, and read log data.</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002626
2627 <!-- Title for the screen that lets the user choose a gadget to add to the home screen
2628 (or other screens that can host gadgets). Note to translators: we're still determining
2629 the final name for Gadgets/Widgets, so please translate both for now. -->
2630 <string name="gadget_picker_title">Choose gadget</string>
Jim Miller00d24762009-12-22 19:04:57 -08002631
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002632 <!-- Title for the screen that lets the user choose a widget to add to the home screen
2633 (or other screens that can host widgets). Note to translators: we're still determining
2634 the final name for Gadgets/Widgets, so please translate both for now. -->
2635 <string name="widget_picker_title">Choose widget</string>
2636
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002637 <!-- Used to show an amount of time in the form "d days, h hours, m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002638 <string name="battery_history_days"><xliff:g id="days">%1$d</xliff:g>d <xliff:g id="hours">%2$d</xliff:g>h <xliff:g id="minutes">%3$d</xliff:g>m <xliff:g id="seconds">%4$d</xliff:g>s</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002639
2640 <!-- Used to show an amount of time in the form "h hours, m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002641 <string name="battery_history_hours"><xliff:g id="hours">%1$d</xliff:g>h <xliff:g id="minutes">%2$d</xliff:g>m <xliff:g id="seconds">%3$d</xliff:g>s</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002642
2643 <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002644 <string name="battery_history_minutes"><xliff:g id="minutes">%1$d</xliff:g>m <xliff:g id="seconds">%2$d</xliff:g>s</string>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002645
2646 <!-- Used to show an amount of time in the form "s seconds" in BatteryHistory -->
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002647 <string name="battery_history_seconds"><xliff:g id="seconds">%1$d</xliff:g>s</string>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07002648
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002649 <!-- XXX remove? Strings used for displaying usage statistics -->
2650 <string name="usage_stats_label">Usage statistics</string>
Jim Miller00d24762009-12-22 19:04:57 -08002651
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002652 <!-- In the Testing screen. The item title of the activity that shows usage statistics. -->
2653 <string name="testing_usage_stats">Usage statistics</string>
2654 <!-- label for text to indicate sort options -->
2655 <string name="display_order_text">Sort by:</string>
2656 <!-- label for application name -->
2657 <string name="app_name_label">Application</string>
2658 <!-- label for launch count -->
2659 <string name="launch_count_label">Count</string>
2660 <!-- label for usage time -->
2661 <string name="usage_time_label">Usage time</string>
svetoslavganova05d0dc2009-05-14 22:26:34 -07002662
2663 <!-- Accessibility settings -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002664 <skip />
svetoslavganova05d0dc2009-05-14 22:26:34 -07002665
Amith Yamasani985f5ef2009-09-16 12:43:50 -07002666 <!-- Settings title in main settings screen for accessibility settings -->
2667 <string name="accessibility_settings">Accessibility</string>
Eric Fischer0f7b72f2011-08-02 16:46:51 -07002668 <!-- Settings title for accessibility settings screen -->
2669 <string name="accessibility_settings_title">Accessibility settings</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07002670
2671 <!-- Title for the accessibility preference category of accessibility services. [CHAR LIMIT=25] -->
2672 <string name="accessibility_services_title">Services</string>
2673
2674 <!-- Title for the accessibility preference category of system related preferences. [CHAR LIMIT=25] -->
2675 <string name="accessibility_system_title">System</string>
2676 <!-- Title for the accessibility preference to enable large text. [CHAR LIMIT=35] -->
2677 <string name="accessibility_toggle_large_text_title">Large text</string>
2678 <!-- Title for the accessibility preference to power button to end a call. [CHAR LIMIT=35] -->
2679 <string name="accessibility_power_button_ends_call_title">Power button ends call</string>
2680 <!-- Title for accessibility preference to enable touch exploration mode. [CHAR LIMIT=35] -->
2681 <string name="accessibility_touch_exploration_title">Explore by touch</string>
2682 <!-- Summary for accessibility of the touch exploration mode. [CHAR LIMIT=NONE] -->
Svetoslav Ganov1a97fa12011-07-27 14:54:52 -07002683 <string name="accessibility_touch_exploration_summary" >When Explore by Touch is turned on,
2684 you can hear or see descriptions of what\'s under your finger.\n\n This feature is for low-vision users.</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07002685 <!-- Title for accessibility preference to choose long-press delay i.e. timeout before it is detected. [CHAR LIMIT=35] -->
2686 <string name="accessibility_long_press_timeout_title">Touch &amp; hold delay</string>
2687 <!-- Title for accessibility preference to install accessibility scripts from Google. [CHAR LIMIT=35] -->
2688 <string name="accessibility_script_injection_title">Install accessibility scripts</string>
2689
2690 <!-- Title for accessibility menu item to lauch a settings activity. [CHAR LIMIT=15] -->
2691 <string name="accessibility_menu_item_settings">Settings</string>
2692 <!-- Title for accessibility menu item to lauch a tutorial. [CHAR LIMIT=15] -->
2693 <string name="accessibility_menu_item_tutorial">Tutorial</string>
2694
2695 <!-- Summary for the enabled state of an accessiblity serivce. [CHAR LIMIT=10] -->
2696 <string name="accessibility_service_state_on">On</string>
2697 <!-- Summary for the disabled state of an accessiblity serivce. [CHAR LIMIT=10] -->
2698 <string name="accessibility_service_state_off">Off</string>
2699
2700 <!-- Summary for the allowed state of script injection. [CHAR LIMIT=15] -->
2701 <string name="accessibility_script_injection_allowed">Allowed</string>
2702 <!-- Summary for the disallowed state of script injection. [CHAR LIMIT=15] -->
2703 <string name="accessibility_script_injection_disallowed">Disallowed</string>
2704
2705 <!-- Title for the dialog button to allow script injection. [CHAR LIMIT=15] -->
2706 <string name="accessibility_script_injection_button_allow">Allow</string>
2707 <!-- Title for the dialog button to disallow script injection. [CHAR LIMIT=15] -->
2708 <string name="accessibility_script_injection_button_disallow">Don\'t Allow</string>
2709
svetoslavganova05d0dc2009-05-14 22:26:34 -07002710 <!-- Warning message about security implications of enabling an accessibility service,
Svetoslav Ganov1a97fa12011-07-27 14:54:52 -07002711 displayed as a dialog message when the user selects to enable an accessibility service (tablet). [CHAR LIMIT=NONE] -->
2712 <string name="accessibility_service_security_warning">
2713 <xliff:g id="accessibility_service_name">%1$s</xliff:g> can
2714 collect all of the text you type, except passwords. This includes personal data such as credit card
2715 numbers. It can also collect data about your interactions with the device.</string>
2716 <!-- Title for a warning about disabling accessibility displayed as a dialog message when the user
2717 selects to disable accessibility. This avoids accidental disabling. [CHAR LIMIT=30] -->
2718 <string name="accessibility_disable_warning_title">Turn accessibility off?</string>
2719 <!-- Summary for a warning about disabling accessibility displayed as a dialog message when the user
Costin Manolache672b3c62011-07-21 10:38:15 -07002720 selects to disable accessibility. This avoids accidental disabling. [CHAR LIMIT=NONE] -->
Svetoslav Ganov1a97fa12011-07-27 14:54:52 -07002721 <string name="accessibility_disable_warning_summary">Touching OK will stop spoken
2722 descriptions and all other accessibility features you\'ve been using.</string>
Charles Chen05b08a52009-11-10 14:05:41 -08002723 <!-- Title for the prompt that lets users know that they have no accessibility related apps
Costin Manolache672b3c62011-07-21 10:38:15 -07002724 installed and that they can install TalkBack from Market. [CHAR LIMIT=50] -->
Svetoslav Ganov1a97fa12011-07-27 14:54:52 -07002725 <string name="accessibility_service_no_apps_title">No accessibility applications
Charles Chen05b08a52009-11-10 14:05:41 -08002726 </string>
2727 <!-- Message for the prompt that lets users know that they have no accessibility related apps
Costin Manolache672b3c62011-07-21 10:38:15 -07002728 installed and that they can install TalkBack from Market. [CHAR LIMIT=NONE] -->
Svetoslav Ganov1a97fa12011-07-27 14:54:52 -07002729 <string name="accessibility_service_no_apps_message">You don\'t have accessibility
2730 applications installed. Do you want to download a screen reader from the Android Market?</string>
Svetoslav Ganov3d646532010-06-29 19:41:43 -07002731 <!-- Warning message about security implications of downloading accessibility scripts,
Costin Manolache672b3c62011-07-21 10:38:15 -07002732 displayed as a dialog message when the user selects to enable script downloading. [CHAR LIMIT=NONE] -->
Svetoslav Ganov1a97fa12011-07-27 14:54:52 -07002733 <string name="accessibility_script_injection_security_warning">Do you want applications to install
2734 scripts from Google that will make their content more accessible?</string>
Costin Manolache672b3c62011-07-21 10:38:15 -07002735 <!-- Warning message that the interaction model changes on enabling touch exploration. [CHAR LIMIT=NONE] -->
2736 <string name="accessibility_touch_exploration_warning">Enabling explore by touch
Svetoslav Ganov1a97fa12011-07-27 14:54:52 -07002737 changes how the devices respons to touch. Enable explore by touch?</string>
2738 <!-- Default description for an accessiiblity serivice if the latter doesn't provide one. [CHAR LIMIT=NONE] -->
2739 <string name="accessibility_service_default_description">This accessibility service has no
2740 description.\n\nAccessibility services provide various types of feedback when you interact
2741 with the device. </string>
Eric Fischer0f7b72f2011-08-02 16:46:51 -07002742 <!-- Accessibility settings: button for lauching settings for an accessibility service -->
2743 <string name="settings_button">Settings</string>
Svetoslav Ganov82623012011-03-02 13:00:42 -08002744
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002745 <!-- App Fuel Gauge strings -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002746 <skip />
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002747
2748 <!-- Activity title for App Fuel Gauge summary -->
Gilles Debunne2c88a872011-06-21 12:47:17 -07002749 <string name="power_usage_summary_title">Battery</string>
Dianne Hackborna54672f2009-06-24 12:45:09 -07002750 <!-- Activity title summary for App Fuel Gauge summary -->
2751 <string name="power_usage_summary">What has been using the battery</string>
Amith Yamasani137588d2010-11-12 14:13:03 -08002752 <!-- Message to show when battery usage data is not available [CHAR LIMIT=30] -->
2753 <string name="power_usage_not_available">Battery usage data not available</string>
Amith Yamasania4379d62011-07-22 10:34:58 -07002754 <!-- Display the battery level and status [CHAR_LIMIT=30] -->
2755 <string name="power_usage_level_and_status">Battery level <xliff:g id="level">%1$s</xliff:g> - <xliff:g id="status">%2$s</xliff:g></string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002756 <!-- Battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002757 <string name="battery_since_unplugged">Battery use since unplugged</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002758 <!-- Battery usage since user reset the stats -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002759 <string name="battery_since_reset">Battery use since reset</string>
Dianne Hackbornea38e672010-06-11 10:25:54 -07002760 <!-- Battery usage on battery duration -->
2761 <string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> on battery</string>
Amith Yamasani0422a3b2009-06-12 14:15:20 -07002762 <!-- Battery usage duration -->
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002763 <string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002764 <!-- [CHAR LIMIT=25] Label for battery stats charging state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002765 <string name="battery_stats_charging_label">Charging</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002766 <!-- [CHAR LIMIT=25] Label for battery stats screen on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002767 <string name="battery_stats_screen_on_label">Screen on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002768 <!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002769 <string name="battery_stats_gps_on_label">GPS on</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002770 <!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
Roy West8abc40b2010-10-17 09:19:34 -07002771 <string name="battery_stats_wifi_running_label">Wi-Fi</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002772 <!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
2773 <string name="battery_stats_wake_lock_label">Awake</string>
2774 <!-- [CHAR LIMIT=25] Label for battery stats phone signal strength graph -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002775 <string name="battery_stats_phone_signal_label">Mobile network signal</string>
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07002776 <!-- Battery usage during last unplugged period -->
2777 <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002778 <!-- CPU awake time title -->
2779 <string name="awake">Device awake time</string>
2780 <!-- Wifi on time -->
Roy West8abc40b2010-10-17 09:19:34 -07002781 <string name="wifi_on_time">Wi-Fi on time</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002782 <!-- Bluetooth on time -->
Roy West8abc40b2010-10-17 09:19:34 -07002783 <string name="bluetooth_on_time">Wi-Fi on time</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002784 <!-- Application name and battery usage percentage -->
2785 <string name="usage_name_percent"><xliff:g id="name">%1$s</xliff:g>" - "
Eric Fischerfe4ddf82009-08-28 13:02:24 -07002786 <xliff:g id="number" example="30">%2$s</xliff:g><xliff:g id="percent" example="%">%%</xliff:g></string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002787
Dianne Hackborn59a48602010-11-10 23:34:52 -08002788 <!-- Activity title for battery usage history details -->
2789 <string name="history_details_title">History details</string>
Jim Miller36972bb2010-11-30 19:47:38 -08002790
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002791 <!-- Activity title for battery usage details for an app. or power consumer -->
Dianne Hackborn59a48602010-11-10 23:34:52 -08002792 <string name="details_title">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002793 <!-- Subtitle for application/subsystem details -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002794 <string name="details_subtitle">Use details</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002795 <!-- Subtitle for possible options -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002796 <string name="controls_subtitle">Adjust power use</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002797 <!-- Subtitle for list of packages -->
2798 <string name="packages_subtitle">Included packages</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002799
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002800 <!-- Label for power consumed by the screen -->
Amith Yamasani7456f672011-02-22 14:44:18 -08002801 <string name="power_screen">Screen</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002802 <!-- Label for power consumed by WiFi -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002803 <string name="power_wifi">Wi-Fi</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002804 <!-- Label for power consumed by Bluetooth -->
2805 <string name="power_bluetooth">Bluetooth</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002806 <!-- Label for power consumed by Cell idle -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002807 <string name="power_cell">Cell standby</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002808 <!-- Label for power consumed by Calling -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002809 <string name="power_phone">Voice calls</string>
Amith Yamasani2a2daf92009-05-22 15:18:46 -07002810 <!-- Label for power consumed when Idle -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002811 <string name="power_idle" product="tablet">Tablet idle</string>
2812 <!-- Label for power consumed when Idle -->
2813 <string name="power_idle" product="default">Phone idle</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002814
2815 <!-- Label for CPU usage time -->
2816 <string name="usage_type_cpu">CPU total</string>
2817 <!-- Label for CPU usage in foreground -->
2818 <string name="usage_type_cpu_foreground">CPU foreground</string>
Dianne Hackbornbe5994d2010-08-13 14:15:44 -07002819 <!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
2820 <string name="usage_type_wake_lock">Keep awake</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002821 <!-- Label for GPU usage time -->
2822 <string name="usage_type_gps">GPS</string>
Dianne Hackborncb818612010-09-16 01:29:54 -07002823 <!-- [CHAR LIMIT=25] Label for WIFI usage time -->
2824 <string name="usage_type_wifi_running">Wi-Fi running</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002825 <!-- Label for Phone usage time -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002826 <string name="usage_type_phone" product="tablet">Tablet</string>
2827 <!-- Label for Phone usage time -->
2828 <string name="usage_type_phone" product="default">Phone</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002829 <!-- Label for Data sent -->
2830 <string name="usage_type_data_send">Data sent</string>
2831 <!-- Label for Data received -->
2832 <string name="usage_type_data_recv">Data received</string>
2833 <!-- Label for Audio usage time -->
2834 <string name="usage_type_audio">Audio</string>
2835 <!-- Label for Video usage time -->
2836 <string name="usage_type_video">Video</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002837 <!-- Label for time that a feature has been on -->
Amith Yamasani8fb0ec32009-07-12 23:06:04 -07002838 <string name="usage_type_on_time">Time on</string>
2839 <!-- Label for time that there was no cell coverage -->
2840 <string name="usage_type_no_coverage">Time without a signal</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002841 <!-- Label for force stop action -->
2842 <string name="battery_action_stop">Force stop</string>
2843 <!-- Label for app details action -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002844 <string name="battery_action_app_details">Application info</string>
2845 <!-- Label for app settings action -->
2846 <string name="battery_action_app_settings">Application settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002847 <!-- Label for display settings -->
Amith Yamasani7456f672011-02-22 14:44:18 -08002848 <string name="battery_action_display">Screen settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002849 <!-- Label for wifi settings -->
Roy West8abc40b2010-10-17 09:19:34 -07002850 <string name="battery_action_wifi">Wi-Fi settings</string>
Amith Yamasani78fd96a2009-06-09 06:34:49 -07002851 <!-- Label for bluetooth settings -->
2852 <string name="battery_action_bluetooth">Bluetooth settings</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002853
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002854 <!-- Description for voice call detail -->
2855 <string name="battery_desc_voice">Battery used by voice calls</string>
2856
Amith Yamasani972fc292009-06-22 23:04:45 -07002857 <!-- Description for standby detail -->
Eric Fischerc9904f02010-11-01 16:54:51 -07002858 <string name="battery_desc_standby" product="tablet">Battery used when tablet is idle</string>
2859 <!-- Description for standby detail -->
2860 <string name="battery_desc_standby" product="default">Battery used when phone is idle</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002861
2862 <!-- Description for cell radio detail -->
2863 <string name="battery_desc_radio">Battery used by cell radio</string>
2864 <!-- Suggestion to switch to airplane mode to save power -->
2865 <string name="battery_sugg_radio">Switch to airplane mode to save power in areas with no cell coverage</string>
2866
2867 <!-- Description for power consumed by display -->
2868 <string name="battery_desc_display">Battery used by the display and backlight</string>
2869 <!-- Suggestion for reducing display power -->
2870 <string name="battery_sugg_display">Reduce the screen brightness and/or screen timeout</string>
2871
2872 <!-- Description for wifi connectivity -->
2873 <string name="battery_desc_wifi">Battery used by Wi-Fi</string>
2874 <!-- Suggestion for wifi connectivity power drain -->
Amith Yamasanic25f8952009-07-22 16:19:18 -07002875 <string name="battery_sugg_wifi">Turn off Wi-Fi when not using it or where it is not available</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002876
2877 <!-- Description for bluetooth power consumption detail -->
2878 <string name="battery_desc_bluetooth">Battery used by bluetooth</string>
2879 <!-- Suggestion for bluetooth -->
Eric Fischerd1de20d2009-08-27 13:52:31 -07002880 <string name="battery_sugg_bluetooth_basic">Turn off bluetooth when you aren\'t using it</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002881 <!-- Suggestion for bluetooth headset -->
2882 <string name="battery_sugg_bluetooth_headset">Try connecting to a different bluetooth device</string>
2883
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002884 <!-- [CHAR LIMIT=50] Description for power consumed by applications -->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002885 <string name="battery_desc_apps">Battery used by application</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002886 <!-- Suggestion for exploring application info to stop or uninstall -->
2887 <string name="battery_sugg_apps_info">Stop or uninstall the application</string>
Dianne Hackborne55b0e22010-08-20 15:10:26 -07002888 <!-- [CHAR LIMIT=100] Suggestion for getting apps to consume less power due to GPS-->
Dianne Hackborn49f4ba42010-07-24 17:51:23 -07002889 <string name="battery_sugg_apps_gps">"Manually control GPS to prevent application from using it"</string>
Amith Yamasani972fc292009-06-22 23:04:45 -07002890 <!-- Suggestion for getting apps to consume less power -->
2891 <string name="battery_sugg_apps_settings">The application may offer settings to reduce battery use</string>
2892
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002893 <!-- Menu label for viewing battery usage since unplugged -->
Amith Yamasani972fc292009-06-22 23:04:45 -07002894 <string name="menu_stats_unplugged"><xliff:g id="unplugged">%1$s</xliff:g> since unplugged</string>
2895 <!-- Menu label for viewing battery usage since unplugged -->
2896 <string name="menu_stats_last_unplugged">While last unplugged for <xliff:g id="unplugged">%1$s</xliff:g></string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07002897 <!-- Menu label for viewing battery usage total -->
2898 <string name="menu_stats_total">Usage totals</string>
2899 <!-- Menu label for refreshing with latest usage numbers -->
2900 <string name="menu_stats_refresh">Refresh</string>
Amith Yamasani0f1e11e2009-06-19 09:27:35 -07002901
2902 <!-- Label for kernel threads -->
2903 <string name="process_kernel_label">Android OS</string>
2904 <!-- Label for mediaserver process -->
2905 <string name="process_mediaserver_label">Mediaserver</string>
2906
Mike LeBeau92c33522010-01-25 18:18:45 -05002907 <!-- Voice input/output settings --><skip />
2908 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
2909 <string name="voice_input_output_settings">Voice input &amp; output</string>
2910 <!-- Main voice input/output settings screen title -->
2911 <string name="voice_input_output_settings_title">Voice input &amp; output settings</string>
2912 <!-- Title of voice search settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05002913 <string name="voice_search_settings_title">Voice search</string>
Mike LeBeau92c33522010-01-25 18:18:45 -05002914 <!-- Title of keyboard settings list item within voice input/output settings -->
Mike LeBeaud4449a82010-01-26 21:37:59 -05002915 <string name="keyboard_settings_title">Android keyboard</string>
Mike LeBeau766a19b2010-02-11 22:57:12 -08002916 <!-- Title for the 'voice input' category of voice input/output settings -->
2917 <string name="voice_input_category">Voice input</string>
2918 <!-- Title for the 'voice output' category of voice input/output settings -->
2919 <string name="voice_output_category">Voice output</string>
2920 <!-- Title for the voice recognizer setting in voice input/output settings -->
2921 <string name="recognizer_title">Voice recognizer</string>
2922 <!-- Title for the link to settings for the chosen voice recognizer in voice input/output settings -->
2923 <string name="recognizer_settings_title">Voice recognizer settings</string>
Mike LeBeaue076bef2010-03-30 12:03:39 -07002924 <!-- Summary for the link to settings for the chosen voice recognizer in voice input/output settings.
2925 Would say something like, e.g., "Settings for 'Google'". -->
Mike LeBeau38947dd2010-03-30 14:45:00 -07002926 <string name="recognizer_settings_summary">Settings for \'<xliff:g id="recognizer_name">%s</xliff:g>\'</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08002927
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002928 <!-- Text-To-Speech (TTS) settings --><skip />
2929 <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to the text-to-speech functionality -->
Mike LeBeau4c2ffc52010-02-12 14:47:48 -08002930 <string name="tts_settings">Text-to-speech settings</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002931 <!-- Main TTS Settings screen title -->
Mike LeBeau4c2ffc52010-02-12 14:47:48 -08002932 <string name="tts_settings_title">Text-to-speech settings</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002933 <!-- On main TTS Settings screen, title for toggle used to force use of default TTS settings -->
2934 <string name="use_default_tts_settings_title">Always use my settings</string>
2935 <!-- On main TTS Settings screen, summary for toggle used to force use of default TTS settings -->
2936 <string name="use_default_tts_settings_summary">Default settings below override application settings</string>
2937 <!-- On main TTS Settings screen, section header for default TTS settings -->
2938 <string name="tts_default_settings_section">Default settings</string>
Charles Chen5dbc74a2009-12-07 12:08:13 -08002939 <!-- On main TTS Settings screen, in default settings section, setting default synthesis engine for synthesized voice -->
2940 <string name="tts_default_synth_title">Default Engine</string>
2941 <!-- On main TTS Settings screen, summary for default synthesis engine for synthesized voice -->
2942 <string name="tts_default_synth_summary">Sets the speech synthesis engine to be used for spoken text</string>
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002943 <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
2944 <string name="tts_default_rate_title">Speech rate</string>
2945 <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
2946 <string name="tts_default_rate_summary">Speed at which the text is spoken</string>
2947 <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
2948 <string name="tts_default_pitch_title">Pitch</string>
2949 <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
2950 <string name="tts_default_pitch_summary">Affects the tone of the spoken text</string>
Jean-Michel Trivi80368622009-06-09 19:29:27 -07002951 <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
2952 <string name="tts_default_lang_title">Language</string>
2953 <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
2954 <string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002955 <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002956 <string name="tts_play_example_title">Listen to an example</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002957 <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002958 <string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
Jean-Michel Trivi1e6a45a2009-06-22 16:03:40 -07002959 <!-- On main TTS Settings screen, click to install required speech synthesis data -->
2960 <string name="tts_install_data_title">Install voice data</string>
2961 <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
2962 <string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
2963 <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
2964 <string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</string>
Jean-Michel Trivi74e565d2009-06-18 18:44:52 -07002965 <!-- Text spoken by the TTS engine for demonstration purposes -->
2966 <string name="tts_demo">This is an example of speech synthesis.</string>
2967 <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
2968 <string name="tts_settings_changed_demo">Your settings have changed. This is an example of how they sound.</string>
Jean-Michel Trivi4e52bcf2010-02-11 17:13:18 -08002969 <!-- Error screen when a selected TTS engine can't run because it's missing components -->
2970 <string name="tts_engine_error">The engine you selected is unable to run</string>
2971 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2972 <string name="tts_engine_error_config">Configure</string>
2973 <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
2974 <string name="tts_engine_error_reselect">Select another engine</string>
2975 <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
2976 message when the user selects to enable an engine. -->
2977 <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
2978 all the text that will be spoken, including personal data like passwords and credit
2979 card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
2980 Enable the use of this speech synthesis engine?</string>
2981 <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
2982 <string name="tts_engines_section">Engines</string>
2983 <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
2984 <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> settings</string>
2985 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
2986 <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string>
2987 <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
2988 <string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is disabled</string>
Narayan Kamathd5642f72011-06-14 18:17:40 +01002989 <!-- On the main TTS settings screen, text for a divider under which
2990 the engine specific settings and the "engine install data" option
2991 are listed [CHAR LIMIT=30]-->
2992 <string name="tts_engine_settings_section">Engine settings</string>
2993 <!-- Title for a preference in the main TTS settings screen, which
2994 launches the settings screen for a given TTS engine when clicked
2995 [CHAR LIMIT=30]-->
2996 <string name="tts_engine_settings_title">Settings for <xliff:g id="tts_engine_name">%s</xliff:g></string>
Jean-Michel Trivi1d6e7b82010-03-03 19:38:55 -08002997 <!-- On Pico TTS Settings screen, text to mark the section for the various languages and voices that are available -->
Jean-Michel Trivia08f5a52010-03-04 16:33:46 -08002998 <string name="pico_languages_and_voices">Languages and voices</string>
Jean-Michel Trivi1d6e7b82010-03-03 19:38:55 -08002999 <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
3000 <string name="pico_installed">Installed</string>
3001 <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
3002 <string name="pico_not_installed">Not installed</string>
3003 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
3004 <string name="pico_voice_summary_female">Female</string>
3005 <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
3006 <string name="pico_voice_summary_male">Male</string>
Jean-Michel Trivia4577192010-08-25 15:43:17 -07003007 <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed -->
3008 <string name="tts_notif_engine_install_title">Speech synthesis engine installed</string>
3009 <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine,
3010 to warn the user that this engine cannot be used before the checkbox for that engine
3011 in TTS settings is checked. -->
3012 <string name="tts_notif_engine_install_message">Enable new engine before use</string>
Amith Yamasani7f6aa6282009-06-03 15:45:40 -07003013
Ken Shirriff03a61102009-06-08 13:49:05 -07003014 <!-- Power Control Widget -->
3015 <string name="gadget_title">Power Control</string>
Ken Shirriffe936f5b2009-06-30 16:45:14 -07003016 <string name="gadget_toggle_wifi">Updating Wi-Fi setting</string>
3017 <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string>
Hung-ying Tyan16177062009-06-10 22:52:44 +08003018
Hung-ying Tyane7565f32009-06-26 14:24:50 +08003019 <!-- Title of preference to enter the VPN settings activity -->
3020 <string name="vpn_settings_title">VPN settings</string>
Hung-ying Tyane7565f32009-06-26 14:24:50 +08003021
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003022 <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] -->
3023 <string name="credentials_title">Credential storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003024 <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
Roy West0178b152011-02-17 21:34:50 -08003025 <string name="credentials_install" product="nosdcard">Install from storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003026 <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
3027 <string name="credentials_install" product="default">Install from SD card</string>
3028 <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
Roy West0178b152011-02-17 21:34:50 -08003029 <string name="credentials_install_summary" product="nosdcard">Install certificates from storage</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003030 <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
3031 <string name="credentials_install_summary" product="default">Install certificates from SD card</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003032 <!-- Title of preference to reset credential storage [CHAR LIMIT=30] -->
3033 <string name="credentials_reset">Clear credentials</string>
3034 <!-- Summary of preference to reset credential storage [CHAR LIMIT=NONE] -->
Brian Carlstromd4023b72011-05-25 13:24:20 -07003035 <string name="credentials_reset_summary">Remove all certificates</string>
Brian Carlstromf6f4e302011-06-26 16:05:21 -07003036 <!-- Title of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=30] -->
3037 <string name="trusted_credentials">Trusted credentials</string>
3038 <!-- Summary of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=NONE] -->
3039 <string name="trusted_credentials_summary">Display trusted CA certificates</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003040
3041 <!-- Title of dialog to enable credential storage [CHAR LIMIT=30] -->
3042 <string name="credentials_unlock">Enter password</string>
3043 <!-- Description of dialog to enable credential storage [CHAR LIMIT=NONE] -->
3044 <string name="credentials_unlock_hint">Enter the password for credential storage.</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003045 <!-- Description of the input box for the old password [CHAR LIMIT=30] -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08003046 <string name="credentials_old_password">Current password:</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003047 <!-- Description of dialog to reset credential storage [CHAR LIMIT=NONE] -->
Brian Carlstromd4023b72011-05-25 13:24:20 -07003048 <string name="credentials_reset_hint">All the contents will be removed. Are you sure about that?</string>
Eric Fischer13baf3c2011-01-24 12:48:06 -08003049 <string name="credentials_password_too_short">The password must have at least 8 characters.</string>
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08003050 <!-- Error message [CHAR LIMIT=NONE] -->
3051 <string name="credentials_wrong_password">Incorrect password.</string>
3052 <!-- Error message [CHAR LIMIT=NONE] -->
3053 <string name="credentials_reset_warning">Incorrect password. You have one more chance before credential storage is erased.</string>
3054 <!-- Error message [CHAR LIMIT=NONE] -->
3055 <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>
3056 <!-- Toast message [CHAR LIMIT=30] -->
3057 <string name="credentials_erased">Credential storage is erased.</string>
Brian Carlstromd4023b72011-05-25 13:24:20 -07003058 <!-- Toast message [CHAR LIMIT=30] when credential storage containing private keys and certificates could not be erased (opposite of string credentials_erased) -->
3059 <string name="credentials_not_erased">Credential storage could not be erased.</string>
Brian Carlstrom98154292011-05-12 23:58:39 -07003060 <!-- Toast message [CHAR LIMIT=30] -->
Chia-chi Yeh02f58e82009-10-02 00:39:14 +08003061 <string name="credentials_enabled">Credential storage is enabled.</string>
Brian Carlstromd4023b72011-05-25 13:24:20 -07003062 <!-- Description of dialog to explain that a lock screen password is required to use credential storage [CHAR LIMIT=NONE] -->
3063 <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>
Chouting Zhang386278a2009-06-24 14:25:43 -05003064
3065 <!-- Sound settings screen, setting check box label -->
3066 <string name="emergency_tone_title">Emergency tone</string>
3067 <!-- Sound settings screen, setting option summary text -->
3068 <string name="emergency_tone_summary">Set behavior when an emergency call is placed</string>
Jim Miller00d24762009-12-22 19:04:57 -08003069
Gilles Debunne2c88a872011-06-21 12:47:17 -07003070 <!-- Backup and reset Settings screen --><skip />
3071 <!-- Backup and reset settings menu title -->
3072 <string name="privacy_settings">Backup &amp; reset</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07003073 <!-- Privacy settings activity title -->
Gilles Debunne2c88a872011-06-21 12:47:17 -07003074 <string name="privacy_settings_title">Backup &amp; reset</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08003075 <!-- Backup section title -->
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07003076 <string name="backup_section_title">Backup and restore</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07003077 <!-- Personal data section title -->
3078 <string name="personal_data_section_title">Personal data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07003079 <!-- Backup data menu title -->
Kenny Root365ef4a2010-06-03 16:42:00 -07003080 <string name="backup_data_title">Back up my data</string>
Kenny Rootaa1f8ae2010-06-03 13:42:12 -07003081 <!-- Summary text of the "back up data" setting -->
Roy West30186392010-10-11 17:34:27 -07003082 <string name="backup_data_summary">Back up application data, Wi-Fi passwords, and other settings to Google servers</string>
Christopher Tate58e62922010-12-16 17:25:46 -08003083 <!-- Configure backup account options menu title [CHAR LIMIT=25]-->
3084 <string name="backup_configure_account_title">Backup account</string>
3085 <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80]-->
3086 <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08003087 <!-- Auto-restore menu title -->
3088 <string name="auto_restore_title">Automatic restore</string>
3089 <!-- Summary text of the "automatic restore" setting -->
Roy Westeffdd532010-10-09 09:40:23 -07003090 <string name="auto_restore_summary">If I reinstall an application, restore backed up settings or other data</string>
Christopher Tate4f338782011-07-25 12:09:10 -07003091
3092 <!-- Local backup password menu title [CHAR LIMIT=25] -->
3093 <string name="local_backup_password_title">Local backup password</string>
3094 <!-- Summary text of the "local backup password" setting when the user has not supplied a password -->
3095 <string name="local_backup_password_summary_none">Local full backups are not currently protected.</string>
3096 <!-- Summary text of the "local backup password" setting when the user has already supplied a password -->
3097 <string name="local_backup_password_summary_change">Select to change or remove the password for local full backups</string>
3098
Amith Yamasanie65c9432009-09-22 13:50:19 -07003099 <!-- Dialog title for confirmation to erase backup data from server -->
Christopher Tatea5a67302010-02-03 12:54:31 -08003100 <string name="backup_erase_dialog_title">Backup</string>
Amith Yamasanie65c9432009-09-22 13:50:19 -07003101 <!-- Dialog title for confirmation to erase backup data from server -->
Roy Westeffdd532010-10-09 09:40:23 -07003102 <string name="backup_erase_dialog_message">Are you sure you want to stop backing up your Wi-Fi passwords, bookmarks, and other settings and application data and erase all copies on Google servers?</string>
Christopher Tatea5a67302010-02-03 12:54:31 -08003103
Eric Fischerc9904f02010-11-01 16:54:51 -07003104 <!-- Device admin settings screen --><skip />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08003105 <!-- Device admin settings activity title -->
3106 <string name="device_admin_settings_title">Device administration settings</string>
3107 <!-- Label for screen showing the active device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08003108 <string name="active_device_admin_msg">Device administrator</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08003109 <!-- Label for button to remove the active device admin -->
Dianne Hackborn28429032010-01-25 18:56:17 -08003110 <string name="remove_device_admin">Deactivate</string>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08003111 <!-- Label for screen showing to select device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08003112 <string name="select_device_admin_msg">Device administrators</string>
3113 <!-- Message when there are no available device admins to display -->
3114 <string name="no_device_admins">No available device administrators</string>
Amith Yamasani992f1022010-01-25 09:17:53 -08003115
Dianne Hackborn28429032010-01-25 18:56:17 -08003116 <!-- Label for screen showing to add device policy -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08003117 <string name="add_device_admin_msg">Activate device administrator?</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08003118 <!-- Label for button to set the active device admin -->
3119 <string name="add_device_admin">Activate</string>
3120 <!-- Device admin add activity title -->
Dianne Hackborn61daf832010-01-27 16:22:05 -08003121 <string name="device_admin_add_title">Device administrator</string>
Dianne Hackborn28429032010-01-25 18:56:17 -08003122 <!-- Device admin warning message about policies an admin can use -->
3123 <string name="device_admin_warning">Activating this administrator will allow
3124 the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
3125 following operations:</string>
Dianne Hackborn61daf832010-01-27 16:22:05 -08003126 <!-- Device admin warning message about policies an admin can use -->
3127 <string name="device_admin_status">This administrator is active and allows
3128 the application <xliff:g id="app_name">%1$s</xliff:g> to perform the
3129 following operations:</string>
Jim Miller2f9dbcb2010-02-09 19:08:02 -08003130
Amith Yamasani4d312882009-10-28 16:59:17 -07003131 <!-- Name to assign to a Network Access Point that was saved without a name -->
3132 <string name="untitled_apn">Untitled</string>
Daniel Sandler8ad849c2010-04-20 09:56:52 -04003133
3134 <string name="sound_category_sound_title">General</string>
3135 <string name="sound_category_calls_title">Incoming calls</string>
3136 <string name="sound_category_notification_title">Notifications</string>
3137 <string name="sound_category_feedback_title">Feedback</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003138
3139 <!-- Wifi Setup For Setup Wizard with XL screen -->
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08003140 <!-- Title shown in Wifi Setup Wizard with XL screen -->
Roy West89b32ab2011-01-11 17:17:46 -08003141 <string name="wifi_setup_title">Wi-Fi setup</string>
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08003142 <!-- Title shown in Wifi Setup Wizard with XL screen when
3143 a user is configuring password for a network.
3144 The argument should be the name of the network.
3145 [CHAR LIMIT=50] -->
3146 <string name="wifi_setup_title_editing_network">Connect to Wi-Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g></string>
3147 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
3148 the device is connecting a network the user specified.
3149 The argument should be the name of the network.
3150 [CHAR LIMIT=50] -->
3151 <string name="wifi_setup_title_connecting_network">Connecting to Wi-Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g>...</string>
3152 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
Daisuke Miyakawaa0587d02011-01-17 17:36:49 -08003153 the device successfully connected to a network the user specified.
3154 The argument should be the name of the network.
3155 [CHAR LIMIT=50] -->
3156 <string name="wifi_setup_title_connected_network">Connected to Wi-Fi network <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g></string>
3157 <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
Daisuke Miyakawa14cbcb72011-01-12 21:19:24 -08003158 a user is adding a network.
3159 [CHAR LIMIT=50] -->
3160 <string name="wifi_setup_title_add_network">Add a network</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003161 <!-- Text message shown when Wifi is not connected.
3162 Used in Wifi Setup For Setup Wizard with XL screen. -->
3163 <string name="wifi_setup_not_connected">Not connected</string>
3164 <!-- Button message shown on the button adding manual setting.
3165 Used in Wifi Setup For Setup Wizard with XL screen. -->
3166 <string name="wifi_setup_add_network">Add network</string>
3167 <!-- Button message shown on the button refreshing a list of network.
3168 Used in Wifi Setup For Setup Wizard with XL screen. -->
3169 <string name="wifi_setup_refresh_list">Refresh list</string>
3170 <!-- Button message shown on the button enabling users skip Wifi Setup.
3171 Used in Wifi Setup For Setup Wizard with XL screen. -->
3172 <string name="wifi_setup_skip">Skip</string>
3173 <!-- Button message shown on the button enabling users go the next step.
3174 Used in Wifi Setup For Setup Wizard with XL screen. -->
3175 <string name="wifi_setup_next">Next</string>
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08003176 <!-- Button label to go back to previous screen. Used in SetupWizard for
3177 XLarge screen [CHAR LIMIT=10] -->
3178 <string name="wifi_setup_back">Back</string>
3179 <!-- Button label to show detailed dialog for a selected WiFi settings.
3180 Used in SetupWizard for XLarge screen [CHAR LIMIT=20] -->
3181 <string name="wifi_setup_detail">Network details</string>
3182 <!-- Button label to connect to a Wi-Fi network.
3183 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3184 <string name="wifi_setup_connect">Connect</string>
3185 <!-- Button label to delete a Wi-Fi network.
3186 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3187 <string name="wifi_setup_forget">Forget</string>
3188 <!-- Button label to save a Wi-Fi network configuration.
3189 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3190 <string name="wifi_setup_save">Save</string>
3191 <!-- Button label to dismiss the dialog.
3192 Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
3193 <string name="wifi_setup_cancel">Cancel</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003194
Daisuke Miyakawa3b6aa412010-09-29 16:07:02 -07003195 <!-- The message shown above available networks when the device is scanning
3196 available networks [CHAR LIMIT=35] -->
3197 <string name="wifi_setup_status_scanning">Scanning networks...</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003198 <!-- Message shown above available network when there's no connected network.
3199 Used in Wifi Setup For Setup Wizard with XL screen. -->
Daisuke Miyakawa58b02912010-11-08 17:40:23 -08003200 <string name="wifi_setup_status_select_network">Touch a network to connect to it</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003201 <!-- Message shown above available networks when a user clicked one of available
3202 networks and the UI is showing one possible existing network.
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07003203 Used in Wifi Setup. -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003204 <string name="wifi_setup_status_existing_network">Connect to existing network</string>
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07003205 <!-- Message shown above available networks when a user clicked one of available
Daisuke Miyakawa0333f742010-12-15 15:21:25 -08003206 networks and the network doesn't require configuration (e.g. password)
3207 Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
3208 <string name="wifi_setup_status_unsecured_network">Connect to unsecured network</string>
3209 <!-- Message shown above available networks when a user clicked one of available
Daisuke Miyakawa86eaa092010-09-23 19:14:25 -07003210 networks and the UI is prompting the user to edit the network configuration
3211 if needed. Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
3212 <string name="wifi_setup_status_edit_network">Enter network configuration</string>
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003213 <!-- The message shown above available networks when a user clicked "Add network"
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003214 button. Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003215 <string name="wifi_setup_status_new_network">Connect to new network</string>
3216 <!-- The message shown above available networks when a user clicked one of available
3217 networks or created another profile and he/she is waiting for the connection
3218 is established.
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003219 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
Daisuke Miyakawad3669922010-08-27 10:04:08 -07003220 <string name="wifi_setup_status_connecting">Connecting...</string>
Daisuke Miyakawa3b6aa412010-09-29 16:07:02 -07003221 <!-- The message shown above available networks when connection is established,
3222 letting a user to proceed to the next step of the SetupWizard.
3223 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
3224 <string name="wifi_setup_status_proceed_to_next">Proceed to the next step</string>
Daisuke Miyakawadadf1e52010-12-15 12:27:59 -08003225 <!-- The message shown above available networks when a user clicked a network secured by
3226 EAP. We don't allow the user to connect it.
3227 Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
3228 <string name="wifi_setup_status_eap_not_supported">EAP not supported</string>
3229 <!-- Message shown when users select EAP in WiFi settings for SetupWizard,
3230 saying EAP can't be configured in SetupWizard flow.
3231 [CHAR LIMIT=NONE] -->
Daisuke Miyakawa5dc460e2011-01-20 23:35:46 -08003232 <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>
Daisuke Miyakawaee5576c2011-01-18 16:11:32 -08003233 <!-- Message shown when the device is connecting a network [CHAR LIMIT=NONE] -->
3234 <string name="wifi_setup_description_connecting">Connecting can take a few minutes...</string>
3235 <!-- Message shown when the device is connected to a network [CHAR LIMIT=NONE] -->
3236 <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>
Daisuke Miyakawa0f4f2f32010-09-03 15:40:17 -07003237
Daisuke Miyakawa71cc5482010-09-09 11:51:16 -07003238 <!-- Do not translate. This is a stub which will be removed soon. -->
3239 <string name="time_zone_auto_stub" translatable="false">Select Time Zone</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003240
Svetoslav Ganov0ceb6ad2011-07-22 19:34:12 -07003241 <!-- Content description of the enabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
3242 <string name="accessibility_sync_enabled">Sync enabled</string>
3243 <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
3244 <string name="accessibility_sync_disabled">Sync disabled</string>
3245 <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
3246 <string name="accessibility_sync_error">Sync error.</string>
3247
Amith Yamasani43c69782010-12-01 09:04:36 -08003248 <!-- Account specific sync settings title [CHAR LIMIT=35] -->
3249 <string name="account_sync_settings_title">Sync settings</string>
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003250 <!-- Message when sync is currently failing [CHAR LIMIT=100] -->
3251 <string name="sync_is_failing">Sync is currently experiencing problems. It will be back shortly.</string>
3252 <!-- Button label to add an account [CHAR LIMIT=20] -->
3253 <string name="add_account_label">Add account</string>
3254 <!-- Header title for those settings relating to general syncing.
3255 [CHAR LIMIT=30] -->
3256 <string name="header_general_sync_settings">General sync settings</string>
3257 <!-- Data synchronization settings screen, title of setting that controls whether background data should be used [CHAR LIMIT=30] -->
3258 <string name="background_data">Background data</string>
3259 <!-- Data synchronization settings screen, summary of setting that controls whether background data should be used [CHAR LIMIT=60] -->
3260 <string name="background_data_summary">Applications can sync, send, and receive data at any time</string>
3261 <!-- Data synchronization settings screen, title of dialog that confirms the user's unchecking of background data [CHAR LIMIT=20] -->
3262 <string name="background_data_dialog_title">Attention</string>
3263 <!-- Data synchronization settings screen, message of dialog that confirms the user's unchecking of background data [CHAR LIMIT=200] -->
3264 <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>
3265 <!-- Data synchronization settings screen, setting option name
3266 [CHAR LIMIT=30] -->
3267 <string name="sync_automatically">Auto-sync</string>
3268 <!-- Data synchronization settings screen, setting option summary text when check box is selected [CHAR LIMIT=60] -->
3269 <string name="sync_automatically_summary">Applications sync data automatically</string>
3270 <!-- Header title for list of accounts on Accounts & Synchronization settings [CHAR LIMIT=30] -->
3271 <string name="header_manage_accounts">Manage accounts</string>
3272
Eric Fischerc9904f02010-11-01 16:54:51 -07003273 <!-- Sync status messages on Accounts & Synchronization settings --><skip />
Daisuke Miyakawaa2633d02010-09-15 20:09:12 -07003274 <!-- Sync status shown when sync is enabled [CHAR LIMIT=20] -->
3275 <string name="sync_enabled">Sync is ON</string>
3276 <!-- Sync status shown when sync is disabled [CHAR LIMIT=20] -->
3277 <string name="sync_disabled">Sync is OFF</string>
3278 <!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=20] -->
3279 <string name="sync_error">Sync error</string>
3280
Amith Yamasani43c69782010-12-01 09:04:36 -08003281 <!-- Data synchronization settings screen, setting option name -->
3282 <string name="settings_backup">Back up settings</string>
3283 <!-- Data synchronization settings screen, setting option summary text when check box is selected -->
3284 <string name="settings_backup_summary">Back up my settings</string>
3285 <!-- Data synchronization settings screen, menu option -->
3286 <string name="sync_menu_sync_now">Sync now</string>
3287 <!-- Data synchronization settings screen, menu option -->
3288 <string name="sync_menu_sync_cancel">Cancel sync</string>
3289 <!-- 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. -->
3290 <string name="sync_one_time_sync">Touch to sync now<xliff:g id="last_sync_time">\n%1$s</xliff:g></string>
3291 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Gmail should be synced. Should use "Gmail" to refer to this app.-->
3292 <string name="sync_gmail">Gmail</string>
3293 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Calendar shoudl be synced. -->
3294 <string name="sync_calendar">Calendar</string>
3295 <!-- Data synchronization settings screen, checkbox setting option name -->
3296 <string name="sync_contacts">Contacts</string>
Amith Yamasani43c69782010-12-01 09:04:36 -08003297 <!-- Message introducing the user to Google Sync. -->
3298 <string name="sync_plug"><font fgcolor="#ffffffff">Welcome to Google sync!</font>
3299 \nA Google approach to synchronizing data to allow access to your contacts, appointments, and more from wherever you are.
3300 </string>
3301
3302 <!-- Header title for those settings relating to application syncing. -->
3303 <string name="header_application_sync_settings">Application sync settings</string>
3304
3305 <!-- Header for data and synchronization -->
3306 <string name="header_data_and_synchronization">Data &amp; synchronization</string>
3307 <!-- Preference item that lets the user change password -->
3308 <string name="preference_change_password_title">Change password</string>
3309 <!-- Header that appears at the top of Account Settings screen -->
3310 <string name="header_account_settings">Account settings</string>
3311 <!-- Button label to remove current account -->
3312 <string name="remove_account_label">Remove account</string>
3313 <!-- Title shown in AddAccount -->
3314 <string name="header_add_an_account">Add an account</string>
3315 <!-- Button shown when this activity is run from SetupWizard -->
3316 <string name="finish_button_label">Finish</string>
3317 <!-- Title of remove message for remove account dialog -->
3318 <string name="really_remove_account_title">Remove account</string>
Freeman Ng18b2ef92010-12-03 16:44:11 -08003319 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
Amith Yamasani43c69782010-12-01 09:04:36 -08003320 <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.
3321 \nProceed?</string>
Freeman Ng18b2ef92010-12-03 16:44:11 -08003322 <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
Amith Yamasani43c69782010-12-01 09:04:36 -08003323 <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.
3324 \nProceed?</string>
3325 <!-- This is shown if the autheticator for a given account fails to remove it. -->
3326 <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>
3327 <!-- This is shown if the autheticator for a given account fails to remove it. -->
3328 <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>
3329 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
3330 <string name="provider_label">Push subscriptions</string>
3331 <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" -->
3332 <string name="sync_item_title">Sync <xliff:g id="authority" example="Calendar">%s</xliff:g></string>
3333 <!-- Title of dialog shown when you can't manually sync an item because it's disabled -->
3334 <string name="cant_sync_dialog_title">Cannot manually sync</string>
3335 <!-- Messaage shown in dialog when you can't manually sync -->
3336 <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>
3337
Jason parks8fd5bc92011-01-12 16:03:31 -06003338 <!-- This is displayed to the user when the device needs to be decrypted -->
3339 <string name="enter_password">Enter password to decrypt storage</string>
3340 <!-- This is displayed when the password is entered incorrectly -->
3341 <string name="try_again">Sorry, try again</string>
Chung-yih Wanga4491ea2011-01-19 00:41:50 +08003342 <!-- This error message is displayed when the vpn profile is going to be saved but the vpn service is busy [CHAR LIMIT=NONE] -->
3343 <string name="service_busy">Service busy, try again</string>
Jason parks8fd5bc92011-01-12 16:03:31 -06003344
Vasu Nori21809742011-01-25 13:39:16 -08003345 <!-- the following are for Settings Storage screen -->
3346 <!-- Menu item/button 'delete' -->
3347 <string name="delete">Delete</string>
3348 <!-- Misc files [CHAR LIMIT=25] -->
3349 <string name="misc_files">Misc Files</string>
Vasu Nori8128ff82011-02-24 23:32:08 -08003350 <!-- number of misc files selected [CHAR LIMIT=40] -->
Vasu Norie875c732011-03-07 11:14:27 -08003351 <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>
Vasu Nori8128ff82011-02-24 23:32:08 -08003352 <!-- number of bytes represented by the selected misc files [CHAR LIMIT=40] -->
Vasu Nori75e17aa2011-03-15 14:39:25 -07003353 <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>
Vasu Nori21809742011-01-25 13:39:16 -08003354 <!-- action to select all [CHAR LIMIT=30] -->
3355 <string name="select_all">Select All</string>
Amith Yamasanif3b325f2011-03-23 12:49:20 -07003356
3357 <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
3358 <string name="hdcp_checking_title">HDCP checking</string>
3359 <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
3360 <string name="hdcp_checking_dialog_title">Set HDCP checking behavior</string>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003361
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07003362 <!-- Preference category for user interface debugging development settings. [CHAR LIMIT=25] -->
3363 <string name="debug_ui_category">User interface</string>
3364
3365 <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] -->
3366 <string name="strict_mode">Strict mode enabled</string>
3367 <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] -->
3368 <string name="strict_mode_summary">Flash screen when apps do long operations
3369 on main thread</string>
3370
3371 <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] -->
3372 <string name="pointer_location">Pointer location</string>
3373 <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] -->
3374 <string name="pointer_location_summary">Screen overlay showing current touch data</string>
3375
3376 <!-- UI debug setting: show where screen updates happen? [CHAR LIMIT=25] -->
3377 <string name="show_screen_updates">Show screen updates</string>
3378 <!-- UI debug setting: show screen updates summary [CHAR LIMIT=50] -->
3379 <string name="show_screen_updates_summary">Flash areas of screen when they update</string>
3380
3381 <!-- UI debug setting: show how CPU is being used? [CHAR LIMIT=25] -->
3382 <string name="show_cpu_usage">Show CPU usage</string>
3383 <!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] -->
3384 <string name="show_cpu_usage_summary">Screen overlay showing current CPU usage</string>
3385
3386 <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
3387 <string name="window_animation_scale_title">Window animation scale</string>
3388
3389 <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
3390 <string name="transition_animation_scale_title">Transition animation scale</string>
3391
3392 <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] -->
3393 <string name="debug_applications_category">Applications</string>
3394
3395 <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] -->
Dianne Hackborn83b09a52011-07-13 19:36:06 -07003396 <string name="immediately_destroy_activities">Don\'t keep activities</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07003397 <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] -->
3398 <string name="immediately_destroy_activities_summary">Destroy every activity as soon as
3399 the user leaves it</string>
3400
Dianne Hackborn83b09a52011-07-13 19:36:06 -07003401 <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] -->
3402 <string name="app_process_limit_title">Background process limit</string>
Dianne Hackborneddc4fe2011-07-01 18:56:09 -07003403
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003404 <!-- Activity title for network data usage summary. [CHAR LIMIT=25] -->
3405 <string name="data_usage_summary_title">Data usage</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07003406 <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] -->
3407 <string name="data_usage_cycle">Data usage cycle</string>
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07003408 <!-- Title for checkbox menu option to enable mobile data when roaming. [CHAR LIMIT=32] -->
3409 <string name="data_usage_menu_roaming">Data roaming</string>
3410 <!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=32] -->
3411 <string name="data_usage_menu_restrict_background">Restrict background data</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07003412 <!-- Title for checkbox menu option to show 4G mobile data usage separate from other mobile data usage. [CHAR LIMIT=32] -->
3413 <string name="data_usage_menu_split_4g">Split 4G usage</string>
3414 <!-- Title for checkbox menu option to show Wi-Fi data usage. [CHAR LIMIT=32] -->
3415 <string name="data_usage_menu_show_wifi">Show Wi-Fi usage</string>
Jeff Sharkey9549e9f2011-07-14 20:01:13 -07003416 <!-- Title for checkbox menu option to show Ethernet data usage. [CHAR LIMIT=32] -->
3417 <string name="data_usage_menu_show_ethernet">Show Ethernet usage</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07003418 <!-- Title for option to change data usage cycle day. [CHAR LIMIT=32] -->
3419 <string name="data_usage_change_cycle">Change cycle\u2026</string>
3420 <!-- Body of dialog prompting user to change numerical day of month that data usage cycle should reset. [CHAR LIMIT=64] -->
3421 <string name="data_usage_pick_cycle_day">Day of month to reset data usage cycle:</string>
Jeff Sharkeye2afc0f2011-08-01 15:29:30 -07003422 <!-- Label shown when no applications used data during selected time period. [CHAR LIMIT=48] -->
3423 <string name="data_usage_empty">No applications used data during this period.</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07003424
3425 <!-- Checkbox label that will disable mobile network data connection when user-defined limit is reached. [CHAR LIMIT=32] -->
3426 <string name="data_usage_disable_mobile_limit">Disable mobile data at limit</string>
3427 <!-- Checkbox label that will disable 4G network data connection when user-defined limit is reached. [CHAR LIMIT=32] -->
3428 <string name="data_usage_disable_4g_limit">Disable 4G data at limit</string>
3429 <!-- Checkbox label that will disable 2G-3G network data connection when user-defined limit is reached. [CHAR LIMIT=32] -->
3430 <string name="data_usage_disable_3g_limit">Disable 2G-3G data at limit</string>
3431
3432 <!-- Tab title for showing Wi-Fi data usage. [CHAR LIMIT=10] -->
3433 <string name="data_usage_tab_wifi">Wi-Fi</string>
Jeff Sharkey9549e9f2011-07-14 20:01:13 -07003434 <!-- Tab title for showing Ethernet data usage. [CHAR LIMIT=10] -->
3435 <string name="data_usage_tab_ethernet">Ethernet</string>
Jeff Sharkey8a503642011-06-10 13:31:21 -07003436 <!-- Tab title for showing combined mobile data usage. [CHAR LIMIT=10] -->
3437 <string name="data_usage_tab_mobile">Mobile</string>
3438 <!-- Tab title for showing 4G data usage. [CHAR LIMIT=10] -->
3439 <string name="data_usage_tab_4g">4G</string>
3440 <!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] -->
3441 <string name="data_usage_tab_3g">2G-3G</string>
3442
3443 <!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] -->
3444 <string name="data_usage_enable_mobile">Mobile data</string>
3445 <!-- Toggle switch title for enabling 2G and 3G data network connections. [CHAR LIMIT=32] -->
3446 <string name="data_usage_enable_3g">2G-3G data</string>
3447 <!-- Toggle switch title for enabling 4G data network connection. [CHAR LIMIT=32] -->
3448 <string name="data_usage_enable_4g">4G data</string>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003449
Jeff Sharkey4dfa6602011-06-13 00:42:03 -07003450 <!-- Button title for launching application-specific data usage settings. [CHAR LIMIT=32] -->
3451 <string name="data_usage_app_settings">View application settings</string>
3452 <!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=32] -->
3453 <string name="data_usage_app_restrict_background">Restrict background data usage</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07003454 <!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] -->
Jeff Sharkey4dfa6602011-06-13 00:42:03 -07003455 <string name="data_usage_app_restrict_background_summary">Only allow application background data when using an unlimited network</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07003456 <!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] -->
3457 <string name="data_usage_app_restrict_dialog_title">Restricting background data</string>
3458 <!-- Body of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=NONE] -->
3459 <string name="data_usage_app_restrict_dialog">This feature may negatively impact applications which depend on background data usage.\n\nMore appropriate data usage controls may be found within this application\'s settings.</string>
3460
3461 <!-- Title of dialog for editing data usage cycle reset date. [CHAR LIMIT=48] -->
3462 <string name="data_usage_cycle_editor_title">Usage cycle reset date</string>
3463 <!-- Subtitle of dialog for editing data usage cycle reset date. [CHAR LIMIT=32] -->
3464 <string name="data_usage_cycle_editor_subtitle">Date of each month:</string>
3465 <!-- Positive button title for data usage cycle editor, confirming that changes should be saved. [CHAR LIMIT=32] -->
Jeff Sharkey52c3f442011-06-23 00:39:38 -07003466 <string name="data_usage_cycle_editor_positive">Set</string>
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07003467
3468 <!-- Title of dialog shown before user limits data usage. [CHAR LIMIT=48] -->
3469 <string name="data_usage_limit_dialog_title">Limiting data usage</string>
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07003470 <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] -->
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07003471 <string name="data_usage_limit_dialog_mobile">Your mobile 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>
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07003472 <!-- Body of dialog shown before user limits 3G data usage. [CHAR LIMIT=NONE] -->
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07003473 <string name="data_usage_limit_dialog_3g">Your 2G-3G 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>
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07003474 <!-- Body of dialog shown before user limits 4G data usage. [CHAR LIMIT=NONE] -->
Jeff Sharkey4c72ae52011-06-14 15:01:18 -07003475 <string name="data_usage_limit_dialog_4g">Your 4G 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>
Jeff Sharkey4dfa6602011-06-13 00:42:03 -07003476
Jeff Sharkey9fab0da2011-07-09 17:52:31 -07003477 <!-- Title of dialog shown before user restricts background data usage. [CHAR LIMIT=48] -->
3478 <string name="data_usage_restrict_background_title">Restricting background data</string>
3479 <!-- Body of dialog shown before user restricts background data usage. [CHAR LIMIT=NONE] -->
3480 <string name="data_usage_restrict_background">This feature will disable auto-sync and may negatively impact applications which depend on background data usage.</string>
3481
Jeff Sharkey52c3f442011-06-23 00:39:38 -07003482 <!-- Label displaying current network data usage warning threshold. [CHAR LIMIT=18] -->
Jeff Sharkeyec3be8a2011-07-09 01:02:56 -07003483 <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>
3484 <!-- Label displaying current network data usage limit threshold. [CHAR LIMIT=18] -->
3485 <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>
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07003486
Jeff Sharkey518bc9d2011-07-12 20:20:46 -07003487 <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
3488 <string name="data_usage_uninstalled_apps">Removed apps</string>
Jeff Sharkey2412b0f2011-07-17 20:31:40 -07003489 <!-- Combination of total network bytes sent and received by an application. [CHAR LIMIT=NONE] -->
3490 <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>
Jeff Sharkeyd360e5e2011-07-26 19:30:26 -07003491 <!-- Label displaying total network data transferred during a specific time period. [CHAR LIMIT=64] -->
3492 <string name="data_usage_total_during_range">Data usage: <xliff:g id="total" example="128KB">%1$s</xliff:g> between <xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g></string>
Jeff Sharkey518bc9d2011-07-12 20:20:46 -07003493
David Brown8373b452011-06-20 12:38:45 -07003494 <!-- Button at the bottom of the CryptKeeper screen to make an emergency call. -->
3495 <string name="cryptkeeper_emergency_call">Emergency call</string>
3496 <!-- Button at the bottom of the CryptKeeper screen that lets the user return to a call -->
3497 <string name="cryptkeeper_return_to_call">Return to call</string>
3498
Chia-chi Yeh310d6192011-06-26 19:17:14 -07003499 <!-- Input label for the name of a VPN network. [CHAR LIMIT=40] -->
3500 <string name="vpn_name">Name</string>
3501 <!-- Input label for the type of a VPN network. [CHAR LIMIT=40] -->
3502 <string name="vpn_type">Type</string>
3503 <!-- Input label for the server address of a VPN network. [CHAR LIMIT=40] -->
3504 <string name="vpn_server">Server address</string>
3505 <!-- Checkbox label to enable PPP encryption for a VPN network. [CHAR LIMIT=40] -->
3506 <string name="vpn_mppe">PPP encryption (MPPE)</string>
3507 <!-- Input label for the L2TP secret of a VPN network. [CHAR LIMIT=40] -->
3508 <string name="vpn_l2tp_secret">L2TP secret</string>
3509 <!-- Input label for the IPSec identifier of a VPN network. [CHAR LIMIT=40] -->
3510 <string name="vpn_ipsec_identifier">IPSec identifier</string>
3511 <!-- Input label for the IPSec pre-shared key of a VPN network. [CHAR LIMIT=40] -->
3512 <string name="vpn_ipsec_secret">IPSec pre-shared key</string>
3513 <!-- Selection label for the IPSec user certificate of a VPN network. [CHAR LIMIT=40] -->
3514 <string name="vpn_ipsec_user_cert">IPSec user certificate</string>
3515 <!-- Selection label for the IPSec CA certificate of a VPN network. [CHAR LIMIT=40] -->
3516 <string name="vpn_ipsec_ca_cert">IPSec CA certificate</string>
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07003517 <!-- Checkbox label to show advanced options of a VPN network. [CHAR LIMIT=40] -->
3518 <string name="vpn_show_options">Show advanced options</string>
Chia-chi Yeh310d6192011-06-26 19:17:14 -07003519 <!-- Input label for the DNS search domains of a VPN network. [CHAR LIMIT=40] -->
Chia-chi Yeh2fa9ead2011-06-30 23:34:53 -07003520 <string name="vpn_search_domains">DNS search domains</string>
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07003521 <!-- Input label for the DNS servers of a VPN network. [CHAR LIMIT=40] -->
3522 <string name="vpn_dns_servers">DNS servers (e.g. 8.8.8.8)</string>
Chia-chi Yeh310d6192011-06-26 19:17:14 -07003523 <!-- Input label for the forwarding routes of a VPN network. [CHAR LIMIT=40] -->
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07003524 <string name="vpn_routes">Forwarding routes (e.g. 10.0.0.0/8)</string>
Chia-chi Yeh310d6192011-06-26 19:17:14 -07003525 <!-- Input label for the username of a VPN network. [CHAR LIMIT=40] -->
3526 <string name="vpn_username">Username</string>
3527 <!-- Input label for the password of a VPN network. [CHAR LIMIT=40] -->
3528 <string name="vpn_password">Password</string>
3529 <!-- Checkbox label to save the username and the password for a VPN network. [CHAR LIMIT=40] -->
Chia-chi Yeh2fa9ead2011-06-30 23:34:53 -07003530 <string name="vpn_save_login">Save account information</string>
Chia-chi Yehd68dbe22011-07-27 15:49:43 -07003531 <!-- Hint for not using an optional feature of a VPN network. [CHAR LIMIT=40] -->
Chia-chi Yeh310d6192011-06-26 19:17:14 -07003532 <string name="vpn_not_used">(not used)</string>
3533 <!-- Option to not use a CA certificate to verify the VPN server. [CHAR LIMIT=40] -->
3534 <string name="vpn_no_ca_cert">(do not verify server)</string>
3535
3536 <!-- Button label to cancel chaning a VPN network. [CHAR LIMIT=40] -->
3537 <string name="vpn_cancel">Cancel</string>
3538 <!-- Button label to save a VPN network. [CHAR LIMIT=40] -->
3539 <string name="vpn_save">Save</string>
3540 <!-- Button label to connect to a VPN network. [CHAR LIMIT=40] -->
3541 <string name="vpn_connect">Connect</string>
3542 <!-- Dialog title to edit a VPN network. [CHAR LIMIT=40] -->
3543 <string name="vpn_edit">Edit VPN network</string>
3544 <!-- Dialog title to connect to a VPN network. [CHAR LIMIT=40] -->
3545 <string name="vpn_connect_to">Connect to <xliff:g id="network" example="School">%s</xliff:g></string>
3546
3547 <!-- Preference title for VPN settings. [CHAR LIMIT=40] -->
3548 <string name="vpn_title">VPN settings</string>
3549 <!-- Preference title to create a new VPN network. [CHAR LIMIT=40] -->
3550 <string name="vpn_create">Add VPN network</string>
3551 <!-- Menu item to edit a VPN network. [CHAR LIMIT=40] -->
3552 <string name="vpn_menu_edit">Edit network</string>
3553 <!-- Menu item to delete a VPN network. [CHAR LIMIT=40] -->
3554 <string name="vpn_menu_delete">Delete network</string>
Brian Carlstromf6f4e302011-06-26 16:05:21 -07003555
3556 <!-- Tab label for built-in system CA certificates. -->
3557 <string name="trusted_credentials_system_tab">System</string>
3558 <!-- Tab label for user added CA certificates. -->
3559 <string name="trusted_credentials_user_tab">User</string>
3560 <!-- Button label for disabling a system CA certificate. -->
3561 <string name="trusted_credentials_disable_label">Disable</string>
3562 <!-- Button label for enabling a system CA certificate. -->
3563 <string name="trusted_credentials_enable_label">Enable</string>
3564 <!-- Button label for removing a user CA certificate. -->
3565 <string name="trusted_credentials_remove_label">Remove</string>
3566 <!-- Alert dialog confirmation when enabling a system CA certificate. -->
3567 <string name="trusted_credentials_enable_confirmation">Enable the system CA certificate?</string>
3568 <!-- Alert dialog confirmation when disabling a system CA certificate. -->
3569 <string name="trusted_credentials_disable_confirmation">Disable the system CA certificate?</string>
3570 <!-- Alert dialog confirmation when removing a user CA certificate. -->
3571 <string name="trusted_credentials_remove_confirmation">Permanently remove the user CA certificate?</string>
3572
Alan Viveretted21bfa12011-07-12 17:34:22 -07003573 <!-- Title for the touch exploration tutorial. [CHAR LIMIT=40] -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003574 <string name="accessibility_tutorial_title">Talk As I Touch tutorial</string>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003575 <!-- Button label to go to the next touch exploration tutorial lesson. [CHAR LIMIT=10] -->
3576 <string name="accessibility_tutorial_next">Next</string>
3577 <!-- Button label to go back to the previous touch explorationtutorial lesson. [CHAR LIMIT=10] -->
3578 <string name="accessibility_tutorial_back">Back</string>
3579 <!-- Button label to exit the touch explorationtutorial. [CHAR LIMIT=10] -->
3580 <string name="accessibility_tutorial_finish">Finish</string>
3581 <!-- Button label to skip the touch exploration tutorial. [CHAR LIMIT=10] -->
Alan Viverette0a08e1f2011-07-15 10:45:16 -07003582 <string name="accessibility_tutorial_skip">Skip tutorial</string>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003583
3584 <!-- Title for touch exploration tutorial lesson 1. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003585 <string name="accessibility_tutorial_lesson_1_title">Lesson 1: Exploring the screen</string>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003586 <!-- Instruction for touch exploration tutorial lesson 1. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003587 <string name="accessibility_tutorial_lesson_1_text_1">After you turn on Talk As I Touch, you can touch the screen to hear a description of 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>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003588 <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user touches one icon. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003589 <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>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003590 <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user touches a second icon. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003591 <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>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003592 <!-- Instruction for touch exploration tutorial lesson 1, displayed if the user touched the target area and stays inside it. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003593 <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>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003594 <!-- Instruction for touch exploration tutorial lesson 1, displayed if the user touches inside the target area but moves outside. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003595 <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>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003596 <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user has tapped the target icon. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003597 <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>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003598
3599 <!-- Title for touch exploration tutorial lesson 2. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003600 <string name="accessibility_tutorial_lesson_2_title">Lesson 2: Scrolling using two fingers</string>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003601 <!-- Instruction for touch exploration tutorial lesson 2. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003602 <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>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003603 <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user touches one list item. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003604 <string name="accessibility_tutorial_lesson_2_text_2_more">Good. Keep sliding your finger around to find at least one more item.</string>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003605 <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user touches a second list item. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003606 <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>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003607 <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user scrolls a small amount. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003608 <string name="accessibility_tutorial_lesson_2_text_3_more">Good. Keep sliding your fingers up to scroll some more.</string>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003609 <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user has scrolled a large amount. -->
Alan Viverette2d719ce2011-07-18 11:09:59 -07003610 <string name="accessibility_tutorial_lesson_2_text_4">You have completed the tutorial. To exit and return to the Talk As I Touch setting, find and tap the <xliff:g id="finish" example="Finish">%s</xliff:g> button.</string>
Alan Viveretted21bfa12011-07-12 17:34:22 -07003611
satoke077d2b2011-07-25 09:38:11 +09003612 <!-- Title for spelling correction settings -->
3613 <string name="spellcheckers_settings_title">Spelling correction</string>
Christopher Tate4f338782011-07-25 12:09:10 -07003614
3615 <!-- Prompt for the user to enter their current full-backup password -->
3616 <string name="current_backup_pw_prompt">Enter your current full backup password here</string>
3617 <!-- Prompt for the user to enter a new full-backup password -->
3618 <string name="new_backup_pw_prompt">Enter a new password for full backups here</string>
3619 <!-- Prompt for the user to confirm the new full-backup password by re-entering it -->
3620 <string name="confirm_new_backup_pw_prompt">Please re-enter your new full backup password here</string>
3621
3622 <!-- Button label for setting the user's new full-backup password -->
3623 <string name="backup_pw_set_button_text">Set backup password</string>
3624 <!-- Button label for cancelling the new-password operation and retaining the user's previous full-backup password -->
3625 <string name="backup_pw_cancel_button_text">Cancel</string>
3626
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003627</resources>