blob: 644cca060c5ee1354d06a6509b2257798dca8663 [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
38
Joe Onorato503007d2010-04-16 09:20:55 -070039 <!-- The label in the bar at the top of the status bar when there are no notifications
Joe Onoratoe8934a62010-11-09 08:01:20 -080040 showing. [CHAR LIMIT=40]-->
Joe Onorato503007d2010-04-16 09:20:55 -070041 <string name="status_bar_no_notifications_title">No notifications</string>
42
43 <!-- The label for the group of notifications for ongoing events in the opened version of
44 the status bar. An ongoing call is the prime example of this. The MP3 music player
Joe Onoratoe8934a62010-11-09 08:01:20 -080045 might be another example. [CHAR LIMIT=40] -->
Joe Onorato503007d2010-04-16 09:20:55 -070046 <string name="status_bar_ongoing_events_title">Ongoing</string>
47
48 <!-- The label for the group of notifications for recent events in the opened version of
Joe Onoratoe8934a62010-11-09 08:01:20 -080049 the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc.
50 [CHAR LIMIT=40] -->
Joe Onorato503007d2010-04-16 09:20:55 -070051 <string name="status_bar_latest_events_title">Notifications</string>
52
Joe Onoratoe8934a62010-11-09 08:01:20 -080053 <!-- 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 -040054 <string name="battery_low_title">Please connect charger</string>
55
Joe Onoratoe8934a62010-11-09 08:01:20 -080056 <!-- 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 -070057 <string name="battery_low_subtitle">The battery is getting low.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040058
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070059 <!-- A message that appears when the battery level is getting low in a dialog. This is
Joe Onoratoe8934a62010-11-09 08:01:20 -080060 appened to the subtitle of the low battery alert. "number" is the percentage of battery
61 remaining [CHAR LIMIT=none]-->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070062 <string name="battery_low_percent_format"><xliff:g id="number">%d%%</xliff:g> remaining</string>
63
64 <!-- A message that appears when a USB charger is plugged in and the device does not
65 support charging on it. That is, a charger that fits into the USB port and goes into
66 a wall socket, not into a computer. (This happens because some devices require more
Joe Onoratoe8934a62010-11-09 08:01:20 -080067 current than the USB spec allows. [CHAR LIMIT=NONE] -->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070068 <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040069
70 <!-- When the battery is low, this is the label of the button to go to the
Joe Onoratoe8934a62010-11-09 08:01:20 -080071 power usage activity to find out what drained the battery. [CHAR LIMIT=30] -->
Joe Onorato798ac4c2010-05-27 16:39:00 -040072 <string name="battery_low_why">Battery use</string>
73
Joe Onoratoe8934a62010-11-09 08:01:20 -080074 <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080075 <string name="status_bar_settings_settings_button">Settings</string>
Daniel Sandler6425ef92010-08-11 16:10:19 -040076
Joe Onoratoa8e34182010-11-26 13:19:58 -080077 <!-- Label in the system panel for airplane mode (all radios are turned off)[CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080078 <string name="status_bar_settings_airplane">Airplane mode</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -080079
80 <!-- Label in system panel saying the device will use the orientation sensor to rotate [CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080081 <string name="status_bar_settings_rotation_lock">Lock screen orientation</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -080082
Joe Onorato75362102010-12-02 16:46:12 -080083 <!-- Abbreviation / label for mute brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
84 <string name="status_bar_settings_mute_label">MUTE</string>
85
86 <!-- Abbreviation / label for automatic brightness mode button. Should be all caps. [CHAR LIMIT=6] -->
87 <string name="status_bar_settings_auto_brightness_label">AUTO</string>
88
Joe Onoratoa8e34182010-11-26 13:19:58 -080089 <!-- Label in system panel saying the device will show notifications [CHAR LIMIT=30] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080090 <string name="status_bar_settings_notifications">Notifications</string>
Joe Onoratoa8e34182010-11-26 13:19:58 -080091
Joe Onoratofd52b182010-11-10 18:00:52 -080092 <!-- Text to display next to the graphical battery meter. [CHAR LIMIT=3] -->
Joe Onoratodff2e9a2010-11-27 16:13:36 -080093 <string name="status_bar_settings_battery_meter_format" translatable="false">
Joe Onoratofd52b182010-11-10 18:00:52 -080094 <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>
95 </string>
Joe Onorato013cfc12010-09-08 15:23:18 -040096
Joe Onorato355ebc02010-12-01 17:37:00 -080097 <!-- Separator for PLMN and SPN in network name. -->
98 <string name="status_bar_network_name_separator" translatable="false">"\n"</string>
99
Joe Onoratoe8934a62010-11-09 08:01:20 -0800100 <!-- Recent Tasks dialog: title [CHAR LIMIT=30] -->
Joe Onorato013cfc12010-09-08 15:23:18 -0400101 <string name="recent_tasks_title">Recent</string>
Joe Onoratoe8934a62010-11-09 08:01:20 -0800102 <!-- Recent Tasks dialog: message when there are no recent applications [CHAR LIMIT=NONE]-->
Joe Onorato013cfc12010-09-08 15:23:18 -0400103 <string name="recent_tasks_empty">No recent applications.</string>
104
Jim Millerfefef312010-11-09 14:08:39 -0800105 <!-- Recent apps label. Shown as title on recent apps panel -->
106 <string name="recent_tasks_app_label">Apps</string>
107
Daniel Sandlerb73617d2010-08-17 00:41:00 -0400108 <!-- Rotation lock toast text: shown when rotation lock is turned off (and the screen will
Joe Onoratoe8934a62010-11-09 08:01:20 -0800109 auto-rotate based on the accelerometer). [CHAR LIMIT=NONE]-->
Daniel Sandlerb73617d2010-08-17 00:41:00 -0400110 <string name="toast_rotation_free">Screen will rotate automatically.</string>
Joe Onorato013cfc12010-09-08 15:23:18 -0400111
Daniel Sandlerb73617d2010-08-17 00:41:00 -0400112 <!-- Rotation lock toast text: shown when rotation lock is turned on and the orientation is
Joe Onoratoe8934a62010-11-09 08:01:20 -0800113 undefined. [CHAR LIMIT=NONE] -->
Daniel Sandlerb73617d2010-08-17 00:41:00 -0400114 <string name="toast_rotation_locked">Screen rotation is now locked.</string>
Joe Onorato2314aab2010-04-08 16:41:23 -0500115</resources>