OSDN Git Service

auto import from //branches/cupcake/...@130745
[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     <!-- Preference category on Alarm Settings screen: Set alarm -->
38     <string name="set_alarm">Set alarm</string>
39
40     <!-- Setting labels on Set alarm screen: Enable alarm -->
41     <string name="enable">Turn on alarm</string>
42
43     <!-- Setting labels on Set alarm screen: Vibration on or off -->
44     <string name="alarm_vibrate">Vibrate</string>
45
46     <!-- Setting labels on Set alarm screen: Repeat -->
47     <string name="alarm_repeat">Repeat</string>
48
49     <!-- Setting labels on Set alarm screen: Select alarm ringtone  -->
50     <string name="alert">Ringtone</string>
51
52     <!-- Setting labels on Set alarm screen: Set time  -->
53     <string name="time">Time</string>
54
55
56     <!-- Title of the alarm alert -->
57     <string name="alert_title">Alarm</string>
58     
59     <!-- Button labels on the alarm dialog: Dismiss -->
60     <string name="alarm_alert_dismiss_text">Dismiss</string>
61
62     <!-- Alarm Alert screen: this message is shown after an alarm rung
63          unattended for a number of minutes.  It tells the user that
64          the alarm has been silenced.-->
65     <string name="alarm_alert_alert_silenced">Alarm silenced after <xliff:g id="minutes">%d</xliff:g> minutes</string>
66
67     <!-- Button labels on the alarm dialog: Snooze -->
68     <string name="alarm_alert_snooze_text">Snooze</string>
69
70     <!-- Toast that appears after Alarm is snoozed from the Alarm
71          dialog. Says the alarm will snooze for xxx minutes.  -->
72     <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string>
73
74     <!-- Toast that appears after Alarm is snoozed from the Alarm
75          dialog. Shown if snooze cannot be set because the next alarm
76          would fire before the snooze alrm.  "Snooze not set - next
77          alarm set for xxx."  -->
78     <string name="alarm_alert_snooze_not_set">Snooze not set -- next alarm set for <xliff:g id="time">%s</xliff:g></string>
79
80
81     <!-- Alarm confirmation toast: Describes how long from now until
82          alarm fires -->
83     <string name="alarm_set">This alarm is set for <xliff:g id="time_delta">%s</xliff:g> from now.</string>
84
85     <!-- Alarm confirmation toast: A combiner that orders the segments
86          that follow -->
87     <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>
88
89     <!-- Alarm confirmation toast: singular day -->
90     <string name="day">"1 day"</string>
91
92     <!-- Alarm confirmation toast: plural days -->
93     <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string>
94
95     <!-- Alarm confirmation toast: singular hour -->
96     <string name="hour">1 hour</string>
97
98     <!-- Alarm confirmation toast: plural hours -->
99     <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string>
100
101     <!-- Alarm confirmation toast: "and" to join hours and minutes -->
102     <string name="and">" and "</string>
103
104     <!-- Alarm confirmation toast: space  -->
105     <string name="space">" "</string>
106
107     <!-- Alarm confirmation toast: time less than one minute  -->
108     <string name="subminute">"less than 1 minute"</string>
109
110     <!-- Alarm confirmation toast: singular minute  -->
111     <string name="minute">"1 minute"</string>
112
113     <!-- Alarm confirmation toast: plural minutes  -->
114     <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string>
115
116     <!-- Alarm confirmation toast: Ante Meridiem, or am  -->
117     <string name="am">am</string>
118
119     <!-- Alarm confirmation toast: Post Meridiem, or pm  -->
120     <string name="pm">pm</string>
121
122     <!-- Repeat options that appear under an alarm on main Alarm Clock
123          screen to identify repetition schedule: special case for when
124          the alarm is set to repeat every day -->
125     <string name="every_day">every day</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 never repeat -->
130     <string name="never">Never</string>
131
132     <!-- Repeat options that appear under an alarm on main Alarm Clock
133          screen to identify repetition schedule: concatenate days with
134          this character, i.e. "Mon, Tue, Wed" -->
135     <string name="day_concat">", "</string>
136
137     <!-- Appears at the top of the Clock Picker screen: Tell user to
138          select a clock to display -->
139     <string name="clock_instructions">Select a clock to display.</string>
140
141     <!-- Error dialog title: Alarm not set.  Appears only on critical
142          failure -->
143     <string name="error">Alarm not set</string>
144
145     <!-- Error dialog message.  Appears only on critical
146          failure -->
147     <string name="dberror">Sorry, the alarm could not be set.</string>
148
149     <!-- Label for analog clock gadget, shown in list of all gadgets -->
150     <string name="analog_gadget">Analog clock</string>
151
152     <!-- Days of week -->
153     <string-array name="days_of_week">
154         <!-- Day of week: Monday -->
155         <item>Monday</item>
156         <!-- Day of week: Tuesday -->
157         <item>Tuesday</item>
158         <!-- Day of week: Wednesday -->
159         <item>Wednesday</item>
160         <!-- Day of week: Thursday -->
161         <item>Thursday</item>
162         <!-- Day of week: Friday  -->
163         <item>Friday</item>
164         <!-- Day of week: Saturday -->
165         <item>Saturday</item>
166         <!-- Day of week: Sunday -->
167         <item>Sunday</item>
168     </string-array>
169     
170     <!-- Short Day of week  -->
171     <string-array name="days_of_week_short">
172         <!-- Short Day of week: Mon -->
173         <item>Mon</item>
174         <!-- Short Day of week: Tue -->
175         <item>Tue</item>
176         <!-- Short Day of week: Wed -->
177         <item>Wed</item>
178         <!-- Short Day of week: Thu -->
179         <item>Thu</item>
180         <!-- Short Day of week: Fri  -->
181         <item>Fri</item>
182         <!-- Short Day of week: Sat -->
183         <item>Sat</item>
184         <!-- Short Day of week: Sun -->
185         <item>Sun</item>
186     </string-array>
187
188 </resources>
189
190