OSDN Git Service

Initial Contribution
[android-x86/packages-apps-DeskClock.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2007 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7   
8           http://www.apache.org/licenses/LICENSE-2.0
9   
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18     <string name="alarmClock">Alarm Clock</string>
19     <string name="app_label">Alarm Clock</string>
20     <!-- settings -->
21     <string name="settings">Date &amp; time settings</string>
22     <!-- Menu items-->
23     <string name="add_alarm">Add alarm</string>
24     <string name="delete_alarm">Delete alarm</string>
25     <string name="show_clock">Show clock</string>
26     <string name="hide_clock">Hide clock</string>
27     <string name="set_alarm">Set alarm</string>
28     <!-- Setting labels on Set alarm screen-->
29     <string name="enable">Alarm</string>
30     <string name="alarm_vibrate">Vibrate</string>
31     <string name="alarm_repeat">Repeat</string>
32     <string name="alert">Ringtone</string>
33     <string name="time">Time</string>
34
35     <!-- Button lables that appear on the alarm dialog -->
36     <string name="alarm_alert_dismiss_text">Dismiss</string>
37     <string name="alarm_alert_snooze_text">Snooze</string>
38     <!-- Toasts that appear after Alarm is snoozed from the Alarm dialog -->
39     <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string>
40     <string name="alarm_alert_snooze_not_set">Snooze not set -- next alarm set for <xliff:g id="time">%s</xliff:g></string>
41     <string name="alarm_alert_dismissed">Alarm dismissed</string>
42
43     <!-- Text for alarm confirmation toasts -->
44     <string name="alarm_set">This alarm is set for <xliff:g id="time_delta">%s</xliff:g> from now.</string>
45     <string name="combiner"><xliff:g id="xxx">%1$s</xliff:g><xliff:g id="xxx">%2$s</xliff:g><xliff:g id="xxx">%3$s</xliff:g><xliff:g id="xxx">%4$s</xliff:g><xliff:g id="xxx">%5$s</xliff:g></string>
46     <string name="day">"1 day"</string>
47     <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string>
48     <string name="hour">1 hour</string>
49     <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string>
50     <string name="and">" and "</string>
51     <string name="space">" "</string>
52     <string name="subminute">"less than 1 minute"</string>
53     <string name="minute">"1 minute"</string>
54     <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string>
55
56     <string name="am">am</string>
57     <string name="pm">pm</string>
58
59     <!-- Status bar notifications-->
60     <string name="alarmSet">Alarm set</string>
61     <string name="snoozeSet">Snooze set</string>
62     <string name="nextAlarm">Next alarm: <xliff:g id="next_alarm_time">%s</xliff:g></string>
63
64     <!-- Repeat options that appear under an alarm on main Alarm Clock screen to identify repetition schedule -->
65     <string name="every_day">every day</string>
66     <string name="never">Never</string>
67     <string name="day_concat">", "</string>
68     <!-- Appears at the top of the screen after you select the clock on the main Alarm Clock screen -->
69     <string name="clock_instructions">Select a clock to display.</string>
70
71     <!-- error dialog title-->
72     <string name="error">Alarm not set</string>
73     <!-- error dialog message -->
74     <string name="dberror">Sorry, the alarm could not be set.</string>
75
76     <!-- Days of week -->
77     <string-array name="days_of_week">
78         <item>Monday</item>
79         <item>Tuesday</item>
80         <item>Wednesday</item>
81         <item>Thursday</item>
82         <item>Friday</item>
83         <item>Saturday</item>
84         <item>Sunday</item>
85     </string-array>
86     <string-array name="days_of_week_short">
87         <item>Mon</item>
88         <item>Tue</item>
89         <item>Wed</item>
90         <item>Thu</item>
91         <item>Fri</item>
92         <item>Sat</item>
93         <item>Sun</item>
94     </string-array>
95
96 </resources>
97
98