blob: 6384db51964037fdea4cc9c82e5be4c612a734c2 [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 Onorato2314aab2010-04-08 16:41:23 -050021 <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
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] -->
Daniel Sandler6425ef92010-08-11 16:10:19 -040075 <string name="system_panel_settings_button">Settings</string>
76
Joe Onorato013cfc12010-09-08 15:23:18 -040077
Joe Onoratoe8934a62010-11-09 08:01:20 -080078 <!-- Recent Tasks dialog: title [CHAR LIMIT=30] -->
Joe Onorato013cfc12010-09-08 15:23:18 -040079 <string name="recent_tasks_title">Recent</string>
Joe Onoratoe8934a62010-11-09 08:01:20 -080080 <!-- Recent Tasks dialog: message when there are no recent applications [CHAR LIMIT=NONE]-->
Joe Onorato013cfc12010-09-08 15:23:18 -040081 <string name="recent_tasks_empty">No recent applications.</string>
82
Daniel Sandlerb73617d2010-08-17 00:41:00 -040083 <!-- Rotation lock toast text: shown when rotation lock is turned off (and the screen will
Joe Onoratoe8934a62010-11-09 08:01:20 -080084 auto-rotate based on the accelerometer). [CHAR LIMIT=NONE]-->
Daniel Sandlerb73617d2010-08-17 00:41:00 -040085 <string name="toast_rotation_free">Screen will rotate automatically.</string>
Joe Onorato013cfc12010-09-08 15:23:18 -040086
Daniel Sandlerb73617d2010-08-17 00:41:00 -040087 <!-- Rotation lock toast text: shown when rotation lock is turned on and the orientation is
Joe Onoratoe8934a62010-11-09 08:01:20 -080088 undefined. [CHAR LIMIT=NONE] -->
Daniel Sandlerb73617d2010-08-17 00:41:00 -040089 <string name="toast_rotation_locked">Screen rotation is now locked.</string>
Joe Onorato2314aab2010-04-08 16:41:23 -050090</resources>