blob: 701aa9ff15066d752166ebf4aa9d50e81d73df88 [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 Onorato2314aab2010-04-08 16:41:23 -050020 <!-- Name of the status bar as seen in the applications info settings page. -->
21 <string name="app_label">Status Bar</string>
Joe Onorato503007d2010-04-16 09:20:55 -070022
23 <!-- The text for the button in the notification window-shade that clears
24 all of the currently visible notifications. -->
25 <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
30 the notifications. -->
31 <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
35 shown again. -->
36 <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
40 showing. -->
41 <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
45 might be another example. -->
46 <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
49 the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc. -->
50 <string name="status_bar_latest_events_title">Notifications</string>
51
Joe Onorato798ac4c2010-05-27 16:39:00 -040052 <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. -->
53 <string name="battery_low_title">Please connect charger</string>
54
55 <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. -->
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070056 <string name="battery_low_subtitle">The battery is getting low.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040057
Joe Onorato4ca7f1e2010-10-27 15:32:23 -070058 <!-- A message that appears when the battery level is getting low in a dialog. This is
59 appened to the subtitle of the low battery alert. -->
60 <string name="battery_low_percent_format"><xliff:g id="number">%d%%</xliff:g> remaining</string>
61
62 <!-- A message that appears when a USB charger is plugged in and the device does not
63 support charging on it. That is, a charger that fits into the USB port and goes into
64 a wall socket, not into a computer. (This happens because some devices require more
65 current than the USB spec allows. -->
66 <string name="invalid_charger">USB charging not supported.\nUse only the supplied charger.</string>
Joe Onorato798ac4c2010-05-27 16:39:00 -040067
68 <!-- When the battery is low, this is the label of the button to go to the
69 power usage activity to find out what drained the battery. -->
70 <string name="battery_low_why">Battery use</string>
71
Daniel Sandler6425ef92010-08-11 16:10:19 -040072 <!-- Name of the button that links to the Settings app. [MAXCHARS=NONE] -->
73 <string name="system_panel_settings_button">Settings</string>
74
Joe Onorato013cfc12010-09-08 15:23:18 -040075
76 <!-- Recent Tasks dialog: title
77 TODO: this should move to SystemUI.apk, but the code for the old
78 recent dialog is still in the framework
79 -->
80 <string name="recent_tasks_title">Recent</string>
81 <!-- Recent Tasks dialog: message when there are no recent applications
82 TODO: this should move to SystemUI.apk, but the code for the old
83 recent dialog is still in the framework
84 -->
85 <string name="recent_tasks_empty">No recent applications.</string>
86
87
Joe Onorato2314aab2010-04-08 16:41:23 -050088</resources>