OSDN Git Service

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