OSDN Git Service

merge from donut
[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     <!-- -->
19     <!-- Label shown on launcher icon -->
20     <string name="app_label">Alarm Clock</string>
21
22     <!-- Menu item on Alarm Clock screen: Add alarm -->
23     <string name="add_alarm">Add alarm</string>
24
25     <!-- Context Menu Item on Alarm Settings screen: Delete alarm -->
26     <string name="delete_alarm">Delete alarm</string>
27
28     <!-- Delete alarm confirmation dialog message. -->
29     <string name="delete_alarm_confirm">This alarm will be deleted.</string>
30
31     <!-- Menu item on Alarm Clock screen: Show clock -->
32     <string name="show_clock">Show clock</string>
33
34     <!-- Menu item on Alarm Clock screen: Hide clock -->
35     <string name="hide_clock">Hide clock</string>
36
37     <!-- Setting label on Set alarm screen: Label -->
38     <string name="label">Label</string>
39
40     <!-- Default label to display for an alarm -->
41     <string name="default_label">Alarm</string>
42
43     <!-- Preference category on Alarm Settings screen: Set alarm -->
44     <string name="set_alarm">Set alarm</string>
45
46     <!-- Setting labels on Set alarm screen: Enable alarm -->
47     <string name="enable">Turn on alarm</string>
48
49     <!-- Setting labels on Set alarm screen: Vibration on or off -->
50     <string name="alarm_vibrate">Vibrate</string>
51
52     <!-- Setting labels on Set alarm screen: Repeat -->
53     <string name="alarm_repeat">Repeat</string>
54
55     <!-- Setting labels on Set alarm screen: Select alarm ringtone  -->
56     <string name="alert">Ringtone</string>
57
58     <!-- Setting labels on Set alarm screen: Set time  -->
59     <string name="time">Time</string>
60
61
62     <!-- Title of the alarm alert -->
63     <string name="alert_title">Alarm</string>
64     
65     <!-- Button labels on the alarm dialog: Dismiss -->
66     <string name="alarm_alert_dismiss_text">Dismiss</string>
67
68     <!-- Alarm Alert screen: this message is shown after an alarm rung
69          unattended for a number of minutes.  It tells the user that
70          the alarm has been silenced.-->
71     <string name="alarm_alert_alert_silenced">Alarm silenced after <xliff:g id="minutes">%d</xliff:g> minutes</string>
72
73     <!-- Button labels on the alarm dialog: Snooze -->
74     <string name="alarm_alert_snooze_text">Snooze</string>
75
76     <!-- Toast that appears after Alarm is snoozed from the Alarm
77          dialog. Says the alarm will snooze for xxx minutes.  -->
78     <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string>
79
80     <!-- Toast that appears after Alarm is snoozed from the Alarm
81          dialog. Shown if snooze cannot be set because the next alarm
82          would fire before the snooze alrm.  "Snooze not set - next
83          alarm set for xxx."  -->
84     <string name="alarm_alert_snooze_not_set">Snooze not set -- next alarm set for <xliff:g id="time">%s</xliff:g></string>
85
86     <!-- 0: nothing
87          1: days
88          2:      hours
89          3: days hours
90          4:            minutes
91          5: days       minutes
92          6:      hours minutes
93          7: days hours minutes
94     --><skip />
95
96     <!-- Alarm confirmation toast: Describes how long from now until
97          alarm fires -->
98     <string-array name="alarm_set">
99         <item>This alarm is set for less than 1 minute from now.</item>
100         <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> from now.</item>
101         <item>This alarm is set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item>
102         <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> and <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item>
103         <item>This alarm is set for <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item>
104         <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item>
105         <item>This alarm is set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item>
106         <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g>, <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g>, and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item>
107     </string-array>
108
109     <!-- Alarm confirmation toast: singular day -->
110     <string name="day">"1 day"</string>
111
112     <!-- Alarm confirmation toast: plural days -->
113     <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string>
114
115     <!-- Alarm confirmation toast: singular hour -->
116     <string name="hour">1 hour</string>
117
118     <!-- Alarm confirmation toast: plural hours -->
119     <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string>
120
121     <!-- Alarm confirmation toast: singular minute  -->
122     <string name="minute">"1 minute"</string>
123
124     <!-- Alarm confirmation toast: plural minutes  -->
125     <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string>
126
127     <!-- Repeat options that appear under an alarm on main Alarm Clock
128          screen to identify repetition schedule: special case for when
129          the alarm is set to repeat every day -->
130     <string name="every_day">every day</string>
131
132     <!-- Repeat options that appear under an alarm on main Alarm Clock
133          screen to identify repetition schedule: special case for when
134          the alarm is set to never repeat -->
135     <string name="never">Never</string>
136
137     <!-- Repeat options that appear under an alarm on main Alarm Clock
138          screen to identify repetition schedule: concatenate days with
139          this character, i.e. "Mon, Tue, Wed" -->
140     <string name="day_concat">", "</string>
141
142     <!-- Appears at the top of the Clock Picker screen: Tell user to
143          select a clock to display -->
144     <string name="clock_instructions">Select a clock to display.</string>
145
146     <!-- Error dialog title: Alarm not set.  Appears only on critical
147          failure -->
148     <string name="error">Alarm not set</string>
149
150     <!-- Error dialog message.  Appears only on critical
151          failure -->
152     <string name="dberror">Sorry, the alarm could not be set.</string>
153
154     <!-- Label for analog clock gadget, shown in list of all gadgets -->
155     <string name="analog_gadget">Analog clock</string>
156
157     <!-- Menu item title for general Alarm Clock Settings -->
158     <string name="settings">Settings</string>
159
160     <!-- Setting title for whether the alarm should play in silent mode.
161          Usually, silent mode only affects the ringer, but this setting
162          will make the alarms respect silent mode too. -->
163     <string name="alarm_in_silent_mode_title">Alarm in silent mode</string>
164
165     <!-- Setting summary for whether the alarm should play in silent mode. -->
166     <string name="alarm_in_silent_mode_summary">Play alarm even when the phone is in silent mode</string>
167
168 </resources>
169
170