OSDN Git Service

am c37043f: Merge commit \'4c73a7b\' into 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     <!-- 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: Enable alarm -->
53     <string name="enable">Turn on alarm</string>
54
55     <!-- Setting labels on Set alarm screen: Vibration on or off -->
56     <string name="alarm_vibrate">Vibrate</string>
57
58     <!-- Setting labels on Set alarm screen: Repeat -->
59     <string name="alarm_repeat">Repeat</string>
60
61     <!-- Setting labels on Set alarm screen: Select alarm ringtone  -->
62     <string name="alert">Ringtone</string>
63
64     <!-- Setting labels on Set alarm screen: Set time  -->
65     <string name="time">Time</string>
66
67
68     <!-- Title of the alarm alert -->
69     <string name="alert_title">Alarm</string>
70     
71     <!-- Button labels on the alarm dialog: Dismiss -->
72     <string name="alarm_alert_dismiss_text">Dismiss</string>
73
74     <!-- Alarm Alert screen: this message is shown after an alarm rung
75          unattended for a number of minutes.  It tells the user that
76          the alarm has been silenced.-->
77     <string name="alarm_alert_alert_silenced">Alarm silenced after <xliff:g id="minutes">%d</xliff:g> minutes</string>
78
79     <!-- Button labels on the alarm dialog: Snooze -->
80     <string name="alarm_alert_snooze_text">Snooze</string>
81
82     <!-- Toast that appears after Alarm is snoozed from the Alarm
83          dialog. Says the alarm will snooze for xxx minutes.  -->
84     <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string>
85
86     <!-- Toast that appears after Alarm is snoozed from the Alarm
87          dialog. Shown if snooze cannot be set because the next alarm
88          would fire before the snooze alrm.  "Snooze not set - next
89          alarm set for xxx."  -->
90     <string name="alarm_alert_snooze_not_set">Snooze not set -- next alarm set for <xliff:g id="time">%s</xliff:g></string>
91
92
93     <!-- Alarm confirmation toast: Describes how long from now until
94          alarm fires -->
95     <string name="alarm_set">This alarm is set for <xliff:g id="time_delta">%s</xliff:g> from now.</string>
96
97     <!-- Alarm confirmation toast: A combiner that orders the segments
98          that follow -->
99     <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>
100
101     <!-- Alarm confirmation toast: singular day -->
102     <string name="day">"1 day"</string>
103
104     <!-- Alarm confirmation toast: plural days -->
105     <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string>
106
107     <!-- Alarm confirmation toast: singular hour -->
108     <string name="hour">1 hour</string>
109
110     <!-- Alarm confirmation toast: plural hours -->
111     <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string>
112
113     <!-- Alarm confirmation toast: "and" to join hours and minutes -->
114     <string name="and">" and "</string>
115
116     <!-- Alarm confirmation toast: space  -->
117     <string name="space">" "</string>
118
119     <!-- Alarm confirmation toast: time less than one minute  -->
120     <string name="subminute">"less than 1 minute"</string>
121
122     <!-- Alarm confirmation toast: singular minute  -->
123     <string name="minute">"1 minute"</string>
124
125     <!-- Alarm confirmation toast: plural minutes  -->
126     <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string>
127
128     <!-- Repeat options that appear under an alarm on main Alarm Clock
129          screen to identify repetition schedule: special case for when
130          the alarm is set to repeat every day -->
131     <string name="every_day">every day</string>
132
133     <!-- Repeat options that appear under an alarm on main Alarm Clock
134          screen to identify repetition schedule: special case for when
135          the alarm is set to never repeat -->
136     <string name="never">Never</string>
137
138     <!-- Repeat options that appear under an alarm on main Alarm Clock
139          screen to identify repetition schedule: concatenate days with
140          this character, i.e. "Mon, Tue, Wed" -->
141     <string name="day_concat">", "</string>
142
143     <!-- Appears at the top of the Clock Picker screen: Tell user to
144          select a clock to display -->
145     <string name="clock_instructions">Select a clock to display.</string>
146
147     <!-- Error dialog title: Alarm not set.  Appears only on critical
148          failure -->
149     <string name="error">Alarm not set</string>
150
151     <!-- Error dialog message.  Appears only on critical
152          failure -->
153     <string name="dberror">Sorry, the alarm could not be set.</string>
154
155     <!-- Label for analog clock gadget, shown in list of all gadgets -->
156     <string name="analog_gadget">Analog clock</string>
157
158     <!-- Menu item title for general Alarm Clock Settings -->
159     <string name="settings">Settings</string>
160
161     <!-- Setting title for whether the alarm should play in silent mode.
162          Usually, silent mode only affects the ringer, but this setting
163          will make the alarms respect silent mode too. -->
164     <string name="alarm_in_silent_mode_title">Alarm in silent mode</string>
165
166     <!-- Setting summary for whether the alarm should play in silent mode. -->
167     <string name="alarm_in_silent_mode_summary">Play alarm even when the phone is in silent mode</string>
168
169     <!-- Setting title for changing the snooze duration. -->
170     <string name="snooze_duration_title">Snooze duration</string>
171
172     <!-- Entries listed in the ListPreference when invoking the snooze duration
173          preference. -->
174     <string-array name="snooze_duration_entries">
175       <item>5 minutes</item>
176       <item>10 minutes</item>
177       <item>15 minutes</item>
178       <item>20 minutes</item>
179       <item>25 minutes</item>
180       <item>30 minutes</item>
181     </string-array>
182
183     <!-- Values that are retrieved from the ListPreference. These must match
184          the snooze_duration_entries above. -->
185     <string-array name="snooze_duration_values">
186       <item>5</item>
187       <item>10</item>
188       <item>15</item>
189       <item>20</item>
190       <item>25</item>
191       <item>30</item>
192     </string-array>
193
194
195 </resources>
196
197