blob: 037dc4af1c3d0ae9879b55468ad8a71ff7362a71 [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
27 <!-- The label in the bar at the top of the status bar when there are no notifications
28 showing. -->
29 <string name="status_bar_no_notifications_title">No notifications</string>
30
31 <!-- The label for the group of notifications for ongoing events in the opened version of
32 the status bar. An ongoing call is the prime example of this. The MP3 music player
33 might be another example. -->
34 <string name="status_bar_ongoing_events_title">Ongoing</string>
35
36 <!-- The label for the group of notifications for recent events in the opened version of
37 the status bar. Recently received text messsages (SMS), emails, calendar alerts, etc. -->
38 <string name="status_bar_latest_events_title">Notifications</string>
39
Joe Onorato798ac4c2010-05-27 16:39:00 -040040 <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. -->
41 <string name="battery_low_title">Please connect charger</string>
42
43 <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. -->
44 <string name="battery_low_subtitle">The battery is getting low:</string>
45
46 <!-- A message that appears when the battery level is getting low in a dialog. This is appened to the subtitle of the low battery alert. -->
47 <string name="battery_low_percent_format"><xliff:g id="number">%d%%</xliff:g>
48 or less remaining.</string>
49
50 <!-- When the battery is low, this is the label of the button to go to the
51 power usage activity to find out what drained the battery. -->
52 <string name="battery_low_why">Battery use</string>
53
Daniel Sandler6425ef92010-08-11 16:10:19 -040054 <!-- Name of the button that links to the Settings app. [MAXCHARS=NONE] -->
55 <string name="system_panel_settings_button">Settings</string>
56
Joe Onorato013cfc12010-09-08 15:23:18 -040057
58 <!-- Recent Tasks dialog: title
59 TODO: this should move to SystemUI.apk, but the code for the old
60 recent dialog is still in the framework
61 -->
62 <string name="recent_tasks_title">Recent</string>
63 <!-- Recent Tasks dialog: message when there are no recent applications
64 TODO: this should move to SystemUI.apk, but the code for the old
65 recent dialog is still in the framework
66 -->
67 <string name="recent_tasks_empty">No recent applications.</string>
68
69
Joe Onorato2314aab2010-04-08 16:41:23 -050070</resources>