blob: b9e6d78645b2117ad5af470648e14789e00a4e0b [file] [log] [blame]
Joe Onorato2314aab2010-04-08 16:41:23 -05001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/**
4 * Copyright (c) 2009, The Android Open Source Project
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18-->
Joe Onorato798ac4c2010-05-27 16:39:00 -040019<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Joe Onoratoe8934a62010-11-09 08:01:20 -080020 <!-- Name of the status bar as seen in the applications info settings page. [CHAR LIMIT=12] -->
Joe Onoratofd52b182010-11-10 18:00:52 -080021 <string name="app_label">System UI</string>
Joe Onorato503007d2010-04-16 09:20:55 -070022
23 <!-- The text for the button in the notification window-shade that clears
Joe Onoratoe8934a62010-11-09 08:01:20 -080024 all of the currently visible notifications. [CHAR LIMIT=10]-->
Joe Onorato503007d2010-04-16 09:20:55 -070025 <string name="status_bar_clear_all_button">Clear</string>
26
Joe Onorato55d2d762010-09-26 13:02:01 -070027 <!-- The text for the button in the notification window-shade that turns
28 on do not disturb mode, where notifications no longer show their ticker,
29 no sound plays, and no icons are visible. The windowshade continues to show
Joe Onoratoe8934a62010-11-09 08:01:20 -080030 the notifications. [CHAR LIMIT=25]-->
Joe Onorato55d2d762010-09-26 13:02:01 -070031 <string name="status_bar_do_not_disturb_button">Do not disturb</string>
32
33 <!-- The text for the button in the notification window-shade that turns
34 off do not disturb mode. After clicking this, notifications will be
Joe Onoratoe8934a62010-11-09 08:01:20 -080035 shown again. [CHAR LIMIT=25] -->
Joe Onorato55d2d762010-09-26 13:02:01 -070036 <string name="status_bar_please_disturb_button">Show notifications</string>
37
Jim Millerc0d27312011-07-14 18:54:01 -070038 <!-- Title shown in recents popup for removing an application from the list -->
Michael Jurka8b098662011-09-01 17:00:53 -070039 <string name="status_bar_recent_remove_item_title">Remove from list</string>
Jim Millerc0d27312011-07-14 18:54:01 -070040
41 <!-- Title shown in recents popup for inspecting an application's properties -->
Michael Jurka8b098662011-09-01 17:00:53 -070042 <string name="status_bar_recent_inspect_item_title">App info</string>
Jim Millerc0d27312011-07-14 18:54:01 -070043
Michael Jurka6d667082011-09-16 17:04:40 -070044 <!-- Message shown in the middle of the screen after clicking on the recent apps button
45 when there are no recent apps to show [CHAR LIMIT=45]-->
46 <string name="status_bar_no_recent_apps">No recent apps</string>
47
Joe Onorato503007d2010-04-16 09:20:55 -070048 <!-- The label in the bar at the top of the status bar when there are no notifications
Joe Onoratoe8934a62010-11-09 08:01:20 -080049 showing. [CHAR LIMIT=40]-->
Joe Onorato503007d2010-04-16 09:20:55 -070050 <string name="status_bar_no_notifications_title">No notifications</string>
51
52 <!-- The label for the group of notifications for ongoing events in the opened version of
53 the status bar. An ongoing call is the prime example of this. The MP3 music player
Joe Onoratoe8934a62010-11-09 08:01:20 -080054 might be another example. [CHAR LIMIT=40] -->
Joe Onorato503007d2010-04-16 09:20:55 -070055 <string name="status_bar_ongoing_events_title">Ongoing</string>
56
57 <!-- The label for the group of notifications for recent events in the opened version of
Joe Onoratoe8934a62010-11-09 08:01:20 -080058 the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc.
59 [CHAR LIMIT=40] -->
Joe Onorato503007d2010-04-16 09:20:55 -070060 <string name="status_bar_latest_events_title">Notifications</string>
61
Joe Onoratoe8934a62010-11-09 08:01:20 -080062 <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]-->
Joe Onorato798ac4c2010-05-27 16:39:00 -040063 <string name="battery_low_title">Please connect charger</string>
64
Joe Onoratoe8934a62010-11-09 08:01:20 -080065 <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. [CHAR LIMIT=NONE] -->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070066 <string name="battery_low_subtitle">The battery is getting low.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040067
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070068 <!-- A message that appears when the battery level is getting low in a dialog. This is
Joe Onoratoe8934a62010-11-09 08:01:20 -080069 appened to the subtitle of the low battery alert. "number" is the percentage of battery
70 remaining [CHAR LIMIT=none]-->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070071 <string name="battery_low_percent_format"><xliff:g id="number">%d%%</xliff:g> remaining</string>
72
73 <!-- A message that appears when a USB charger is plugged in and the device does not
74 support charging on it. That is, a charger that fits into the USB port and goes into
75 a wall socket, not into a computer. (This happens because some devices require more
Joe Onoratoe8934a62010-11-09 08:01:20 -080076 current than the USB spec allows. [CHAR LIMIT=NONE] -->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070077 <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040078
79 <!-- When the battery is low, this is the label of the button to go to the
Joe Onoratoe8934a62010-11-09 08:01:20 -080080 power usage activity to find out what drained the battery. [CHAR LIMIT=30] -->
Joe Onorato798ac4c2010-05-27 16:39:00 -040081 <string name="battery_low_why">Battery use</string>
82
Joe Onoratoe8934a62010-11-09 08:01:20 -080083 <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080084 <string name="status_bar_settings_settings_button">Settings</string>
Daniel Sandler6425ef92010-08-11 16:10:19 -040085
Joe Onorato64eb5d22010-12-08 15:46:59 -080086 <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] -->
87 <string name="status_bar_settings_wifi_button">Wi-Fi</string>
88
Joe Onoratoa8e34182010-11-26 13:19:58 -080089 <!-- Label in the system panel for airplane mode (all radios are turned off)[CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080090 <string name="status_bar_settings_airplane">Airplane mode</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -080091
92 <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
Daniel Sandler5920f152011-03-02 15:19:54 -050093 <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -080094
Joe Onorato75362102010-12-02 16:46:12 -080095 <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
96 <string name="status_bar_settings_mute_label">MUTE</string>
97
98 <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
99 <string name="status_bar_settings_auto_brightness_label">AUTO</string>
100
Joe Onoratoa8e34182010-11-26 13:19:58 -0800101 <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -0800102 <string name="status_bar_settings_notifications">Notifications</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -0800103
Joe Onoratofd52b182010-11-10 18:00:52 -0800104 <!-- Text to display next to the graphical battery meter. [CHAR LIMIT=3] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -0800105 <string name="status_bar_settings_battery_meter_format" translatable="false">
Joe Onoratofd52b182010-11-10 18:00:52 -0800106 <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>
107 </string>
Joe Onorato013cfc12010-09-08 15:23:18 -0400108
Joe Onorato355ebc02010-12-01 17:37:00 -0800109 <!-- Separator for PLMN and SPN in network name. -->
110 <string name="status_bar_network_name_separator" translatable="false">"\n"</string>
111
Joe Onoratoe8934a62010-11-09 08:01:20 -0800112 <!-- Recent Tasks dialog: title [CHAR LIMIT=30] -->
Joe Onorato013cfc12010-09-08 15:23:18 -0400113 <string name="recent_tasks_title">Recent</string>
Joe Onoratoe8934a62010-11-09 08:01:20 -0800114 <!-- Recent Tasks dialog: message when there are no recent applications [CHAR LIMIT=NONE]-->
Joe Onorato013cfc12010-09-08 15:23:18 -0400115 <string name="recent_tasks_empty">No recent applications.</string>
116
Jim Millerfefef312010-11-09 14:08:39 -0800117 <!-- Recent apps label. Shown as title on recent apps panel -->
118 <string name="recent_tasks_app_label">Apps</string>
119
Jaikumar Ganeshfde7f0e2011-01-10 10:05:58 -0800120 <!-- Network connection string for Bluetooth Reverse Tethering -->
satok82beadf2010-12-27 19:03:06 +0900121 <string name="bluetooth_tethered">Bluetooth tethered</string>
122 <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
123 <string name="status_bar_input_method_settings_configure_input_methods">Configure input methods</string>
Jeff Brown2992ea72011-01-28 22:04:14 -0800124
125 <!-- Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] -->
126 <string name="status_bar_use_physical_keyboard">Use physical keyboard</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500127
128 <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400129 <string name="usb_device_permission_prompt">Allow the application <xliff:g id="application">%1$s</xliff:g> to access the USB device?</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500130
131 <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400132 <string name="usb_accessory_permission_prompt">Allow the application <xliff:g id="application">%1$s</xliff:g> to access the USB accessory?</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500133
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400134 <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400135 <string name="usb_device_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB device is connected?</string>
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400136
137 <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400138 <string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> when this USB accessory is connected?</string>
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400139
Mike Lockwood024b4f12011-03-10 12:12:31 -0500140 <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
Mike Lockwoodb8939162011-03-16 14:10:03 -0400141 <string name="usb_accessory_uri_prompt">No installed applications work with this USB accessory. Learn more about this accessory at <xliff:g id="url">%1$s</xliff:g></string>
Mike Lockwood024b4f12011-03-10 12:12:31 -0500142
143 <!-- Title for USB accessory dialog. Used when the name of the accessory cannot be determined. [CHAR LIMIT=50] -->
144 <string name="title_usb_accessory">USB accessory</string>
145
146 <!-- View button label for USB dialogs. [CHAR LIMIT=15] -->
147 <string name="label_view">View</string>
148
Mike Lockwoodad5f83e2011-03-15 16:04:12 -0400149 <!-- Checkbox label for USB device dialogs. [CHAR LIMIT=50] -->
150 <string name="always_use_device">Use by default for this USB device</string>
151
152 <!-- Checkbox label for USB accessory dialogs. [CHAR LIMIT=50] -->
153 <string name="always_use_accessory">Use by default for this USB accessory</string>
Mike Lockwood024b4f12011-03-10 12:12:31 -0500154
Daniel Sandler3b0543a2011-06-14 11:30:28 -0400155 <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running
156 on a phone). [CHAR LIMIT=25] -->
157 <string name="compat_mode_on">Zoom to fill screen</string>
158
159 <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets).
160 [CHAR LIMIT=25] -->
161 <string name="compat_mode_off">Stretch to fill screen</string>
Winson Chungd859fa32011-07-22 12:19:52 -0700162
Daniel Sandler552b1f02011-06-15 01:03:02 -0400163 <!-- Compatibility mode help screen: header text. [CHAR LIMIT=50] -->
164 <string name="compat_mode_help_header">Compatibility Zoom</string>
165
166 <!-- Compatibility mode help screen: body text. [CHAR LIMIT=150] -->
167 <string name="compat_mode_help_body">When an app was designed for a smaller screen, a zoom control will appear by the clock.</string>
Mike Lockwood5787a2d2011-06-17 12:21:39 -0400168
Winson Chung9112ec32011-06-27 13:15:32 -0700169 <!-- toast message displayed when a screenshot is saved to the Gallery. -->
170 <string name="screenshot_saving_toast">Screenshot saved to Gallery</string>
171 <!-- toast message displayed when we fail to take a screenshot. -->
Winson Chungd859fa32011-07-22 12:19:52 -0700172 <string name="screenshot_failed_toast">Could not save screenshot. External storage may be in use.</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700173
174 <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] -->
175 <string name="usb_preference_title">USB file transfer options</string>
176 <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
177 <string name="use_mtp_button_title">Mount as a media player (MTP)</string>
178 <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] -->
179 <string name="use_ptp_button_title">Mount as a camera (PTP)</string>
180 <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] -->
181 <string name="installer_cd_button_title">Install Android File Transfer application for Mac</string>
182
183 <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
184 <string name="accessibility_back">Back</string>
185 <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
186 <string name="accessibility_home">Home</string>
187 <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
188 <string name="accessibility_menu">Menu</string>
Daniel Sandler52985822011-07-29 08:42:15 -0400189 <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
190 <string name="accessibility_recent">Recent applications</string>
Svetoslav Ganov6179ea32011-06-28 01:12:41 -0700191
192 <!-- Content description of the switch input method button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
193 <string name="accessibility_ime_switch_button">Switch input method button.</string>
194 <!-- Content description of the compatibility zoom button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
195 <string name="accessibility_compatibility_zoom_button">Compatibility zoom button.</string>
196
197 <!-- Content description of picture of the compatibility zoom example for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
198 <string name="accessibility_compatibility_zoom_example">Zoom smaller to larger screen.</string>
199
200 <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
201 <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>
202 <!-- Content description of the bluetooth icon when connecting for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
203 <string name="accessibility_bluetooth_disconnected">Bluetooth disconnected.</string>
204
205 <!-- Content description of the battery when no battery for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
206 <string name="accessibility_no_battery">No battery.</string>
207 <!-- Content description of the battery when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
208 <string name="accessibility_battery_one_bar">Battery one bar.</string>
209 <!-- Content description of the battery when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
210 <string name="accessibility_battery_two_bars">Battery two bars.</string>
211 <!-- Content description of the battery when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
212 <string name="accessibility_battery_three_bars">Battery three bars.</string>
213 <!-- Content description of the battery when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
214 <string name="accessibility_battery_full">Battery full.</string>
215
216 <!-- Content description of the phone signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
217 <string name="accessibility_no_phone">No phone.</string>
218 <!-- Content description of the phone signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
219 <string name="accessibility_phone_one_bar">Phone one bar.</string>
220 <!-- Content description of the phone signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
221 <string name="accessibility_phone_two_bars">Phone two bars.</string>
222 <!-- Content description of the phone signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
223 <string name="accessibility_phone_three_bars">Phone three bars.</string>
224 <!-- Content description of the phone signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
225 <string name="accessibility_phone_signal_full">Phone signal full.</string>
226
227 <!-- Content description of the data signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
228 <string name="accessibility_no_data">No data.</string>
229 <!-- Content description of the data signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
230 <string name="accessibility_data_one_bar">Data one bar.</string>
231 <!-- Content description of the data signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
232 <string name="accessibility_data_two_bars">Data two bars.</string>
233 <!-- Content description of the data signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
234 <string name="accessibility_data_three_bars">Data three bars.</string>
235 <!-- Content description of the data signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
236 <string name="accessibility_data_signal_full">Data signal full.</string>
237
238 <!-- Content description of the WIFI signal when no signal for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
239 <string name="accessibility_no_wifi">No WiFi.</string>
240 <!-- Content description of the WIFI signal when it is one bar for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
241 <string name="accessibility_wifi_one_bar">WiFi one bar.</string>
242 <!-- Content description of the WIFI signal when it is two bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
243 <string name="accessibility_wifi_two_bars">WiFi two bars.</string>
244 <!-- Content description of the WIFI signal when it is three bars for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
245 <string name="accessibility_wifi_three_bars">WiFi three bars.</string>
246 <!-- Content description of the WIFI signal when it is full for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
247 <string name="accessibility_wifi_signal_full">WiFi signal full.</string>
248
249 <!-- Content description of the data connection type GPRS for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
250 <string name="accessibility_data_connection_gprs">GPRS</string>
251
252 <!-- Content description of the data connection type 3G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
253 <string name="accessibility_data_connection_3g">3G</string>
254
255 <!-- Content description of the data connection type 3.5G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
256 <string name="accessibility_data_connection_3.5g">3.5G</string>
257
258 <!-- Content description of the data connection type 4G for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
259 <string name="accessibility_data_connection_4g">4G</string>
260
261 <!-- Content description of the data connection type CDMA for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
262 <string name="accessibility_data_connection_cdma">CDMA</string>
263
264 <!-- Content description of the data connection type Edge for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
265 <string name="accessibility_data_connection_edge">Edge</string>
266
267 <!-- Content description of the data connection type WiFi for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
268 <string name="accessibility_data_connection_wifi">WiFi</string>
269
270 <!-- Content description of the data connection with no SIM for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
271 <string name="accessibility_no_sim">No SIM.</string>
272
273 <!-- Content description of the bluetooth tethering icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
274 <string name="accessibility_bluetooth_tether">Bluetooth tethering.</string>
275
276 <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
277 <string name="accessibility_airplane_mode">Airplane mode.</string>
278
279 <!-- Content description of the battery level icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
280 <string name="accessibility_battery_level">Battery <xliff:g id="number">%d</xliff:g> percent.</string>
281
282 <!-- Content description of the button for showing a settings panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
283 <string name="accessibility_settings_button">Settings button.</string>
284
285 <!-- Content description of the button for showing a notifications panel in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
286 <string name="accessibility_notifications_button">Notifications button.</string>
287
288 <!-- Content description of the button for removing a notification in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
289 <string name="accessibility_remove_notification">Remove notification.</string>
290
291 <!-- Content description of the enabled GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
292 <string name="accessibility_gps_enabled">GPS enabled.</string>
293
294 <!-- Content description of the acquiring GPS icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
295 <string name="accessibility_gps_acquiring">GPS acquiring.</string>
296
297 <!-- Content description of the TeleTypewriter(TTY) enabled icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
298 <string name="accessibility_tty_enabled">TeleTypewriter enabled.</string>
299
300 <!-- Content description of the ringer vibrate icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
301 <string name="accessibility_ringer_vibrate">Ringer vibrate.</string>
302
303 <!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
304 <string name="accessibility_ringer_silent">Ringer silent.</string>
Daniel Sandler2b697352011-07-22 16:23:09 -0400305
Jeff Sharkey41ff7ec2011-07-25 15:21:22 -0700306 <!-- Title of dialog shown when 2G-3G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
307 <string name="data_usage_disabled_dialog_3g_title">2G-3G data disabled</string>
308 <!-- Title of dialog shown when 4G data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
309 <string name="data_usage_disabled_dialog_4g_title">4G data disabled</string>
310 <!-- Title of dialog shown when mobile data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
311 <string name="data_usage_disabled_dialog_mobile_title">Mobile data disabled</string>
312 <!-- Title of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=48] -->
313 <string name="data_usage_disabled_dialog_title">Data disabled</string>
314 <!-- Body of dialog shown when data usage has exceeded limit and has been disabled. [CHAR LIMIT=NONE] -->
315 <string name="data_usage_disabled_dialog">The specified data usage limit has been reached.\n\nAdditional data use may incur carrier charges.</string>
316 <!-- Dialog button indicating that data connection should be re-enabled. [CHAR LIMIT=28] -->
317 <string name="data_usage_disabled_dialog_enable">Re-enable data</string>
318
Daniel Sandler2b697352011-07-22 16:23:09 -0400319 <!-- Text to display underneath the graphical signal strength meter when
320 no connection is available. [CHAR LIMIT=20] -->
321 <string name="status_bar_settings_signal_meter_disconnected">
322 No Internet connection
323 </string>
324
325 <!-- Text to display underneath the graphical signal strength meter when
326 it is displaying Wi-Fi status and Wi-Fi is connected to a network
327 whose SSID is not available.
328 [CHAR LIMIT=20] -->
329 <string name="status_bar_settings_signal_meter_wifi_nossid">Wi-Fi connected</string>
330
331 <!-- Notification text: when GPS is getting a fix [CHAR LIMIT=50] -->
332 <string name="gps_notification_searching_text">Searching for GPS</string>
333
334 <!-- Notification text: when GPS has found a fix [CHAR LIMIT=50] -->
335 <string name="gps_notification_found_text">Location set by GPS</string>
336
Joe Onorato2314aab2010-04-08 16:41:23 -0500337</resources>