blob: 01cf2dcf4a6fb051a4aa1772f7be5e9c353d4af0 [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 -->
39 <string name="status_bar_recent_remove_item_title">Remove</string>
40
41 <!-- Title shown in recents popup for inspecting an application's properties -->
42 <string name="status_bar_recent_inspect_item_title">Inspect</string>
43
44
45
Joe Onorato55d2d762010-09-26 13:02:01 -070046
Joe Onorato503007d2010-04-16 09:20:55 -070047 <!-- The label in the bar at the top of the status bar when there are no notifications
Joe Onoratoe8934a62010-11-09 08:01:20 -080048 showing. [CHAR LIMIT=40]-->
Joe Onorato503007d2010-04-16 09:20:55 -070049 <string name="status_bar_no_notifications_title">No notifications</string>
50
51 <!-- The label for the group of notifications for ongoing events in the opened version of
52 the status bar. An ongoing call is the prime example of this. The MP3 music player
Joe Onoratoe8934a62010-11-09 08:01:20 -080053 might be another example. [CHAR LIMIT=40] -->
Joe Onorato503007d2010-04-16 09:20:55 -070054 <string name="status_bar_ongoing_events_title">Ongoing</string>
55
56 <!-- The label for the group of notifications for recent events in the opened version of
Joe Onoratoe8934a62010-11-09 08:01:20 -080057 the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc.
58 [CHAR LIMIT=40] -->
Joe Onorato503007d2010-04-16 09:20:55 -070059 <string name="status_bar_latest_events_title">Notifications</string>
60
Joe Onoratoe8934a62010-11-09 08:01:20 -080061 <!-- 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 -040062 <string name="battery_low_title">Please connect charger</string>
63
Joe Onoratoe8934a62010-11-09 08:01:20 -080064 <!-- 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 -070065 <string name="battery_low_subtitle">The battery is getting low.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040066
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070067 <!-- A message that appears when the battery level is getting low in a dialog. This is
Joe Onoratoe8934a62010-11-09 08:01:20 -080068 appened to the subtitle of the low battery alert. "number" is the percentage of battery
69 remaining [CHAR LIMIT=none]-->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070070 <string name="battery_low_percent_format"><xliff:g id="number">%d%%</xliff:g> remaining</string>
71
72 <!-- A message that appears when a USB charger is plugged in and the device does not
73 support charging on it. That is, a charger that fits into the USB port and goes into
74 a wall socket, not into a computer. (This happens because some devices require more
Joe Onoratoe8934a62010-11-09 08:01:20 -080075 current than the USB spec allows. [CHAR LIMIT=NONE] -->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070076 <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040077
78 <!-- When the battery is low, this is the label of the button to go to the
Joe Onoratoe8934a62010-11-09 08:01:20 -080079 power usage activity to find out what drained the battery. [CHAR LIMIT=30] -->
Joe Onorato798ac4c2010-05-27 16:39:00 -040080 <string name="battery_low_why">Battery use</string>
81
Joe Onoratoe8934a62010-11-09 08:01:20 -080082 <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080083 <string name="status_bar_settings_settings_button">Settings</string>
Daniel Sandler6425ef92010-08-11 16:10:19 -040084
Joe Onorato64eb5d22010-12-08 15:46:59 -080085 <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] -->
86 <string name="status_bar_settings_wifi_button">Wi-Fi</string>
87
Joe Onoratoa8e34182010-11-26 13:19:58 -080088 <!-- Label in the system panel for airplane mode (all radios are turned off)[CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080089 <string name="status_bar_settings_airplane">Airplane mode</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -080090
91 <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
Daniel Sandler5920f152011-03-02 15:19:54 -050092 <string name="status_bar_settings_auto_rotation">Auto-rotate screen</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -080093
Joe Onorato75362102010-12-02 16:46:12 -080094 <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
95 <string name="status_bar_settings_mute_label">MUTE</string>
96
97 <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
98 <string name="status_bar_settings_auto_brightness_label">AUTO</string>
99
Joe Onoratoa8e34182010-11-26 13:19:58 -0800100 <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -0800101 <string name="status_bar_settings_notifications">Notifications</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -0800102
Joe Onoratofd52b182010-11-10 18:00:52 -0800103 <!-- Text to display next to the graphical battery meter. [CHAR LIMIT=3] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -0800104 <string name="status_bar_settings_battery_meter_format" translatable="false">
Joe Onoratofd52b182010-11-10 18:00:52 -0800105 <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>
106 </string>
Joe Onorato013cfc12010-09-08 15:23:18 -0400107
Joe Onorato355ebc02010-12-01 17:37:00 -0800108 <!-- Separator for PLMN and SPN in network name. -->
109 <string name="status_bar_network_name_separator" translatable="false">"\n"</string>
110
Joe Onoratoe8934a62010-11-09 08:01:20 -0800111 <!-- Recent Tasks dialog: title [CHAR LIMIT=30] -->
Joe Onorato013cfc12010-09-08 15:23:18 -0400112 <string name="recent_tasks_title">Recent</string>
Joe Onoratoe8934a62010-11-09 08:01:20 -0800113 <!-- Recent Tasks dialog: message when there are no recent applications [CHAR LIMIT=NONE]-->
Joe Onorato013cfc12010-09-08 15:23:18 -0400114 <string name="recent_tasks_empty">No recent applications.</string>
115
Jim Millerfefef312010-11-09 14:08:39 -0800116 <!-- Recent apps label. Shown as title on recent apps panel -->
117 <string name="recent_tasks_app_label">Apps</string>
118
Jaikumar Ganeshfde7f0e2011-01-10 10:05:58 -0800119 <!-- Network connection string for Bluetooth Reverse Tethering -->
satok82beadf2010-12-27 19:03:06 +0900120 <string name="bluetooth_tethered">Bluetooth tethered</string>
121 <!-- Title of a button to open the settings for input methods [CHAR LIMIT=30] -->
122 <string name="status_bar_input_method_settings_configure_input_methods">Configure input methods</string>
Jeff Brown2992ea72011-01-28 22:04:14 -0800123
124 <!-- Label of a toggle switch to disable use of the physical keyboard in favor of the IME. [CHAR LIMIT=25] -->
125 <string name="status_bar_use_physical_keyboard">Use physical keyboard</string>
Mike Lockwood3a68b832011-03-08 10:08:59 -0500126
127 <!-- Prompt for the USB device permission dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400128 <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 -0500129
130 <!-- Prompt for the USB accessory permission dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400131 <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 -0500132
Mike Lockwoodbce6f8f2011-03-13 17:26:52 -0400133 <!-- Prompt for the USB device confirm dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400134 <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 -0400135
136 <!-- Prompt for the USB accessory confirm dialog [CHAR LIMIT=80] -->
Mike Lockwood33590012011-03-15 22:24:51 -0400137 <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 -0400138
Mike Lockwood024b4f12011-03-10 12:12:31 -0500139 <!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
Mike Lockwoodb8939162011-03-16 14:10:03 -0400140 <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 -0500141
142 <!-- Title for USB accessory dialog. Used when the name of the accessory cannot be determined. [CHAR LIMIT=50] -->
143 <string name="title_usb_accessory">USB accessory</string>
144
145 <!-- View button label for USB dialogs. [CHAR LIMIT=15] -->
146 <string name="label_view">View</string>
147
Mike Lockwoodad5f83e2011-03-15 16:04:12 -0400148 <!-- Checkbox label for USB device dialogs. [CHAR LIMIT=50] -->
149 <string name="always_use_device">Use by default for this USB device</string>
150
151 <!-- Checkbox label for USB accessory dialogs. [CHAR LIMIT=50] -->
152 <string name="always_use_accessory">Use by default for this USB accessory</string>
Mike Lockwood024b4f12011-03-10 12:12:31 -0500153
Daniel Sandler3b0543a2011-06-14 11:30:28 -0400154 <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running
155 on a phone). [CHAR LIMIT=25] -->
156 <string name="compat_mode_on">Zoom to fill screen</string>
157
158 <!-- Checkbox label for application compatibility mode OFF (normal mode on tablets).
159 [CHAR LIMIT=25] -->
160 <string name="compat_mode_off">Stretch to fill screen</string>
Daniel Sandler552b1f02011-06-15 01:03:02 -0400161
162 <!-- Compatibility mode help screen: header text. [CHAR LIMIT=50] -->
163 <string name="compat_mode_help_header">Compatibility Zoom</string>
164
165 <!-- Compatibility mode help screen: body text. [CHAR LIMIT=150] -->
166 <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 -0400167
Winson Chung9112ec32011-06-27 13:15:32 -0700168 <!-- toast message displayed when a screenshot is saved to the Gallery. -->
169 <string name="screenshot_saving_toast">Screenshot saved to Gallery</string>
170 <!-- toast message displayed when we fail to take a screenshot. -->
171 <string name="screenshot_failed_toast">Could not save screenshot</string>
Joe Onorato2314aab2010-04-08 16:41:23 -0500172</resources>