OSDN Git Service

am 372cbb54: (-s ours) Do not merge. Wake the screen before launching the AlarmAlert.
[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     <!-- Context Menu Item on Alarm Settings screen: Enable alarm -->
29     <string name="enable_alarm">Enable alarm</string>
30
31     <!-- Context Menu Item on Alarm Settings screen: Disable alarm -->
32     <string name="disable_alarm">Disable alarm</string>
33
34     <!-- Delete alarm confirmation dialog message. -->
35     <string name="delete_alarm_confirm">This alarm will be deleted.</string>
36
37     <!-- Menu item on Alarm Clock screen: Show clock -->
38     <string name="show_clock">Show clock</string>
39
40     <!-- Menu item on Alarm Clock screen: Hide clock -->
41     <string name="hide_clock">Hide clock</string>
42
43     <!-- Setting label on Set alarm screen: Label -->
44     <string name="label">Label</string>
45
46     <!-- Default label to display for an alarm -->
47     <string name="default_label">Alarm</string>
48
49     <!-- Preference category on Alarm Settings screen: Set alarm -->
50     <string name="set_alarm">Set alarm</string>
51
52     <!-- Setting labels on Set alarm screen: Vibration on or off -->
53     <string name="alarm_vibrate">Vibrate</string>
54
55     <!-- Setting labels on Set alarm screen: Repeat -->
56     <string name="alarm_repeat">Repeat</string>
57
58     <!-- Setting labels on Set alarm screen: Select alarm ringtone  -->
59     <string name="alert">Ringtone</string>
60
61     <!-- Setting labels on Set alarm screen: Set time  -->
62     <string name="time">Time</string>
63
64     <!-- Button labels on the alarm dialog: Dismiss -->
65     <string name="alarm_alert_dismiss_text">Dismiss</string>
66
67     <!-- Alarm Alert screen: this message is shown after an alarm rung
68          unattended for a number of minutes.  It tells the user that
69          the alarm has been silenced.-->
70     <string name="alarm_alert_alert_silenced">Alarm silenced after <xliff:g id="minutes">%d</xliff:g> minutes</string>
71
72     <!-- Button labels on the alarm dialog: Snooze -->
73     <string name="alarm_alert_snooze_text">Snooze</string>
74
75     <!-- Toast that appears after Alarm is snoozed from the Alarm
76          dialog. Says the alarm will snooze for xxx minutes.  -->
77     <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string>
78
79     <!-- 0: nothing
80          1: days
81          2:      hours
82          3: days hours
83          4:            minutes
84          5: days       minutes
85          6:      hours minutes
86          7: days hours minutes
87     --><skip />
88
89     <!-- Alarm confirmation toast: Describes how long from now until
90          alarm fires -->
91     <string-array name="alarm_set">
92         <item>This alarm is set for less than 1 minute from now.</item>
93         <item>This alarm is set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> from now.</item>
94         <item>This alarm is set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item>
95         <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>
96         <item>This alarm is set for <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item>
97         <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>
98         <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>
99         <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>
100     </string-array>
101
102     <!-- Alarm confirmation toast: singular day -->
103     <string name="day">"1 day"</string>
104
105     <!-- Alarm confirmation toast: plural days -->
106     <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string>
107
108     <!-- Alarm confirmation toast: singular hour -->
109     <string name="hour">1 hour</string>
110
111     <!-- Alarm confirmation toast: plural hours -->
112     <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string>
113
114     <!-- Alarm confirmation toast: singular minute  -->
115     <string name="minute">"1 minute"</string>
116
117     <!-- Alarm confirmation toast: plural minutes  -->
118     <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string>
119
120     <!-- Repeat options that appear under an alarm on main Alarm Clock
121          screen to identify repetition schedule: special case for when
122          the alarm is set to repeat every day -->
123     <string name="every_day">every day</string>
124
125     <!-- Repeat options that appear under an alarm on main Alarm Clock
126          screen to identify repetition schedule: special case for when
127          the alarm is set to never repeat -->
128     <string name="never">Never</string>
129
130     <!-- Repeat options that appear under an alarm on main Alarm Clock
131          screen to identify repetition schedule: concatenate days with
132          this character, i.e. "Mon, Tue, Wed" -->
133     <string name="day_concat">", "</string>
134
135     <!-- Appears at the top of the Clock Picker screen: Tell user to
136          select a clock to display -->
137     <string name="clock_instructions">Select a clock to display.</string>
138
139     <!-- Error dialog title: Alarm not set.  Appears only on critical
140          failure -->
141     <string name="error">Alarm not set</string>
142
143     <!-- Error dialog message.  Appears only on critical
144          failure -->
145     <string name="dberror">Sorry, the alarm could not be set.</string>
146
147     <!-- Label for analog clock gadget, shown in list of all gadgets -->
148     <string name="analog_gadget">Analog clock</string>
149
150     <!-- Menu item title for general Alarm Clock Settings -->
151     <string name="settings">Settings</string>
152
153     <!-- Setting title for whether the alarm should play in silent mode.
154          Usually, silent mode only affects the ringer, but this setting
155          will make the alarms respect silent mode too. -->
156     <string name="alarm_in_silent_mode_title">Alarm in silent mode</string>
157
158     <!-- Setting summary for whether the alarm should play in silent mode. -->
159     <string name="alarm_in_silent_mode_summary">Play alarm even when the phone is in silent mode</string>
160
161     <!-- Setting title for changing the snooze duration. -->
162     <string name="snooze_duration_title">Snooze duration</string>
163
164     <!-- Entries listed in the ListPreference when invoking the snooze duration
165          preference. -->
166     <string-array name="snooze_duration_entries">
167       <item>5 minutes</item>
168       <item>10 minutes</item>
169       <item>15 minutes</item>
170       <item>20 minutes</item>
171       <item>25 minutes</item>
172       <item>30 minutes</item>
173     </string-array>
174
175     <!-- Values that are retrieved from the ListPreference. These must match
176          the snooze_duration_entries above. -->
177     <string-array name="snooze_duration_values">
178       <item>5</item>
179       <item>10</item>
180       <item>15</item>
181       <item>20</item>
182       <item>25</item>
183       <item>30</item>
184     </string-array>
185
186     <!-- Done button when editing an alarm. -->
187     <string name="done">Done</string>
188
189     <!-- Revert button when editing an alarm. -->
190     <string name="revert">Revert</string>
191
192     <!-- Setting title for changing the alarm volume. -->
193     <string name="alarm_volume_title">Alarm volume</string>
194
195     <!-- Setting summary for changing the alarm volume. -->
196     <string name="alarm_volume_summary">Set the volume of alarms</string>
197
198     <!-- Summary for the alarm preference when silent is chosen. -->
199     <string name="silent_alarm_summary">Silent</string>
200
201     <!-- Text to display in the small text of the notification -->
202     <string name="alarm_notify_text">Select to snooze or dismiss this alarm.</string>
203
204     <!-- Text to display in the notification ticker and label -->
205     <string name="alarm_notify_snooze_label"><xliff:g id="label">%s</xliff:g> (snoozed)</string>
206
207     <!-- Text to display in the notification when the alarm has been snoozed -->
208     <string name="alarm_notify_snooze_text">Alarm set for <xliff:g id="time">%s</xliff:g>. Select to cancel.</string>
209
210     <!-- Title of the setting to change the volume/camera button behavior. -->
211     <string name="volume_button_setting_title">Side button behavior</string>
212
213     <!-- The summary of the side button setting. -->
214     <string name="volume_button_setting_summary">Set the desired behavior of the side buttons when pressed during an alarm</string>
215
216     <!-- Entries listed in the setting for the side-button action. -->
217     <string-array name="volume_button_setting_entries">
218       <item>None</item>
219       <item>Snooze</item>
220       <item>Dismiss</item>
221     </string-array>
222
223     <!-- Values for the side-button setting. -->
224     <string-array name="volume_button_setting_values">
225       <item>0</item>
226       <item>1</item>
227       <item>2</item>
228     </string-array>
229 </resources>
230
231