blob: adaea5f5c83cd2d55b75622c37dee066403ff8df [file] [log] [blame]
The Android Open Source Project5fedae02009-03-03 19:32:15 -08001<?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
Isaac Katzenelson81af1c62012-08-27 14:58:13 -07007
The Android Open Source Project5fedae02009-03-03 19:32:15 -08008 http://www.apache.org/licenses/LICENSE-2.0
Isaac Katzenelson81af1c62012-08-27 14:58:13 -07009
The Android Open Source Project5fedae02009-03-03 19:32:15 -080010 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 -->
Robyn Coultas0555b472012-10-09 17:33:49 -070020 <!-- Label for the this application displayed on-screen when this application must be represented to the user. -->
Daniel Sandler7ea1d182009-11-05 20:18:38 -050021 <string name="app_label">Clock</string>
Daniel Sandlerf8317ad2009-10-20 16:51:32 -040022
23 <!-- Title for AlarmClock activity -->
Robyn Coultas0555b472012-10-09 17:33:49 -070024 <!-- Label for the Alarms activity displayed on-screen when that activity must be represented to the user. -->
Daniel Sandlerf8317ad2009-10-20 16:51:32 -040025 <string name="alarm_list_title">Alarms</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080026
27 <!-- Menu item on Alarm Clock screen: Add alarm -->
28 <string name="add_alarm">Add alarm</string>
29
James Kungabd84222013-08-21 19:02:21 -070030 <!-- Title text for alarm timeline view [CHAR LIMIT=20] -->
31 <string name="alarm_timeline_title_text">NEXT ALARMS</string>
32
Patrick Scottf1e80692009-11-18 09:53:03 -050033 <!-- Menu item on Alarm Clock screen: Desk clock -->
34 <string name="menu_desk_clock">Desk clock</string>
35
36 <!-- Menu item on Alarm Clock screen: Edit alarm -->
37 <string name="menu_edit_alarm">Edit alarm</string>
38
The Android Open Source Project5fedae02009-03-03 19:32:15 -080039 <!-- Context Menu Item on Alarm Settings screen: Delete alarm -->
40 <string name="delete_alarm">Delete alarm</string>
41
Patrick Scott0dffdef2009-04-14 16:55:10 -040042 <!-- Context Menu Item on Alarm Settings screen: Enable alarm -->
Patrick Scott90c48332009-11-23 14:46:44 -050043 <string name="enable_alarm">Turn alarm on</string>
44
45 <!-- Context Menu Item on Alarm Settings screen: Disable alarm -->
46 <string name="disable_alarm">Turn alarm off</string>
Patrick Scott0dffdef2009-04-14 16:55:10 -040047
The Android Open Source Project5fedae02009-03-03 19:32:15 -080048 <!-- Delete alarm confirmation dialog message. -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -070049 <string name="delete_alarm_confirm">Delete this alarm?</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080050
51 <!-- Menu item on Alarm Clock screen: Show clock -->
52 <string name="show_clock">Show clock</string>
53
54 <!-- Menu item on Alarm Clock screen: Hide clock -->
55 <string name="hide_clock">Hide clock</string>
56
The Android Open Source Project185d1792009-03-05 14:34:37 -080057 <!-- Setting label on Set alarm screen: Label -->
Sam Blitzstein72332c22012-10-10 15:11:28 -070058 <string name="label">Label</string>
The Android Open Source Project185d1792009-03-05 14:34:37 -080059
60 <!-- Default label to display for an alarm -->
61 <string name="default_label">Alarm</string>
62
The Android Open Source Project5fedae02009-03-03 19:32:15 -080063 <!-- Preference category on Alarm Settings screen: Set alarm -->
Robyn Coultas0555b472012-10-09 17:33:49 -070064 <!-- Also label for the old Alarms dialog activity displayed on-screen when that activity must be represented to the user. -->
The Android Open Source Project5fedae02009-03-03 19:32:15 -080065 <string name="set_alarm">Set alarm</string>
66
The Android Open Source Project5fedae02009-03-03 19:32:15 -080067 <!-- Setting labels on Set alarm screen: Vibration on or off -->
68 <string name="alarm_vibrate">Vibrate</string>
69
70 <!-- Setting labels on Set alarm screen: Repeat -->
71 <string name="alarm_repeat">Repeat</string>
72
73 <!-- Setting labels on Set alarm screen: Select alarm ringtone -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -070074 <string name="alert">Alarm Ringtone</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080075
Chiao Cheng4ab23032012-10-10 18:28:21 -070076 <!-- Label on expanded alarm edit view. -->
77 <string name="ringtone">Ringtone</string>
78
The Android Open Source Project5fedae02009-03-03 19:32:15 -080079 <!-- Setting labels on Set alarm screen: Set time -->
80 <string name="time">Time</string>
81
The Android Open Source Project5fedae02009-03-03 19:32:15 -080082 <!-- Button labels on the alarm dialog: Dismiss -->
83 <string name="alarm_alert_dismiss_text">Dismiss</string>
84
Paul Sliwowskiab0d28c2013-08-26 17:26:21 -070085 <!-- Button labels on the pre-dismiss alarm notifications: Dismiss now -->
86 <string name="alarm_alert_dismiss_now_text">Dismiss Now</string>
87
The Android Open Source Project5fedae02009-03-03 19:32:15 -080088 <!-- Alarm Alert screen: this message is shown after an alarm rung
89 unattended for a number of minutes. It tells the user that
90 the alarm has been silenced.-->
Sam Blitzstein7fb70dc2013-08-29 11:39:22 -070091 <string name="alarm_missed_title">Missed alarm</string>
92 <string name="alarm_missed_text"><xliff:g id="alarm_time">%s</xliff:g> - <xliff:g id="alarm_label">%s</xliff:g></string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080093
94 <!-- Button labels on the alarm dialog: Snooze -->
95 <string name="alarm_alert_snooze_text">Snooze</string>
96
97 <!-- Toast that appears after Alarm is snoozed from the Alarm
98 dialog. Says the alarm will snooze for xxx minutes. -->
99 <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string>
100
Sam Blitzsteinbb2770f2012-09-26 13:43:00 -0700101 <!-- Text to appear inside a notification while an alarm is snoozing. -->
102 <string name="alarm_alert_snooze_until">Snoozing until <xliff:g id="time">%s</xliff:g></string>
103
Paul Sliwowskiab0d28c2013-08-26 17:26:21 -0700104 <!-- Text to appear in the notification title while an alarm is about to go off. -->
105 <string name="alarm_alert_predismiss_title">Upcoming alarm</string>
106
107 <!-- Text to appear in when trying to view a missed alarm that has been deleted -->
108 <string name="missed_alarm_has_been_deleted">Your missed alarm has been deleted</string>
109
Eric Fischer1bc128f2009-07-21 16:28:30 -0700110 <!-- 0: nothing
111 1: days
112 2: hours
113 3: days hours
114 4: minutes
115 5: days minutes
116 6: hours minutes
117 7: days hours minutes
118 --><skip />
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800119
Sam Blitzsteinb6a815a2012-09-27 17:11:00 -0700120 <!-- Timer notification: how long from now until timer goes off. -->
121 <string-array name="timer_notifications">
122 <item>Less than a minute remaining</item>
123 <item><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g> remaining</item>
124 <item><xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g> remaining</item>
125 <item><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g> <xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g> remaining</item>
126 </string-array>
127
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800128 <!-- Alarm confirmation toast: Describes how long from now until
129 alarm fires -->
Eric Fischer1bc128f2009-07-21 16:28:30 -0700130 <string-array name="alarm_set">
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700131 <item>Alarm set for less than 1 minute from now.</item>
132 <item>Alarm set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> from now.</item>
133 <item>Alarm set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item>
134 <item>Alarm 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>
Claudia de Veaux2e0459c2011-10-18 15:51:34 -0700135 <item>Alarm set for <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item>
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700136 <item>Alarm 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>
137 <item>Alarm 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>
138 <item>Alarm 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>
Eric Fischer1bc128f2009-07-21 16:28:30 -0700139 </string-array>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800140
141 <!-- Alarm confirmation toast: singular day -->
142 <string name="day">"1 day"</string>
143
144 <!-- Alarm confirmation toast: plural days -->
145 <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string>
146
147 <!-- Alarm confirmation toast: singular hour -->
148 <string name="hour">1 hour</string>
149
150 <!-- Alarm confirmation toast: plural hours -->
151 <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string>
152
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800153 <!-- Alarm confirmation toast: singular minute -->
154 <string name="minute">"1 minute"</string>
155
156 <!-- Alarm confirmation toast: plural minutes -->
157 <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string>
158
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800159 <!-- Repeat options that appear under an alarm on main Alarm Clock
160 screen to identify repetition schedule: special case for when
161 the alarm is set to repeat every day -->
Claudia de Veaux2e0459c2011-10-18 15:51:34 -0700162 <string name="every_day">Every day</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800163
164 <!-- Repeat options that appear under an alarm on main Alarm Clock
165 screen to identify repetition schedule: special case for when
166 the alarm is set to never repeat -->
167 <string name="never">Never</string>
168
169 <!-- Repeat options that appear under an alarm on main Alarm Clock
170 screen to identify repetition schedule: concatenate days with
171 this character, i.e. "Mon, Tue, Wed" -->
172 <string name="day_concat">", "</string>
173
174 <!-- Appears at the top of the Clock Picker screen: Tell user to
175 select a clock to display -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700176 <string name="clock_instructions">Choose a clock</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800177
Robyn Coultas0555b472012-10-09 17:33:49 -0700178 <!-- Label for analog clock gadget displayed on-screen when that gadget is represented to the user. -->
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800179 <string name="analog_gadget">Analog clock</string>
180
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700181 <!-- Help activity name -->
182 <string name="help">help</string>
183
184 <!-- Settings activity name -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700185 <!-- Label for the Settings activity displayed on-screen when that activity must be represented to the user. -->
Jason Parekh13e90212009-03-24 17:50:29 -0700186 <string name="settings">Settings</string>
187
Patrick Scottabbdb562009-04-28 16:37:04 -0400188 <!-- Setting title for changing the snooze duration. -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700189 <string name="snooze_duration_title">Snooze length</string>
Patrick Scottabbdb562009-04-28 16:37:04 -0400190
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700191 <plurals name="snooze_duration">
192 <!-- Duration for one minute -->
193 <item quantity="one">1 minute</item>
194 <!-- Duration for more than one minute -->
195 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> minutes</item>
196 </plurals>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700197
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700198 <plurals name="snooze_picker_label">
199 <!-- Duration for one minute -->
200 <item quantity="one">minute</item>
201 <!-- Duration for more than one minute -->
202 <item quantity="other">minutes</item>
203 </plurals>
Patrick Scottabbdb562009-04-28 16:37:04 -0400204
Patrick Scott28dbcd12010-06-17 09:59:52 -0400205 <!-- Auto silence preference title -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700206 <string name="auto_silence_title">Silence after</string>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400207
208 <!-- Auto silence summary string set based on the preference value. -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700209 <string name="auto_silence_summary"><xliff:g id="minutes">%d</xliff:g> minutes</string>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400210
211 <!-- Auto silence summary when turned off -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700212 <string name="auto_silence_never">Never</string>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400213
214 <!-- Entries listed in the ListPreference when invoking the auto silence
215 preference. -->
216 <string-array name="auto_silence_entries">
Patrick Scott28dbcd12010-06-17 09:59:52 -0400217 <item>5 minutes</item>
218 <item>10 minutes</item>
219 <item>15 minutes</item>
220 <item>20 minutes</item>
221 <item>25 minutes</item>
222 <item>30 minutes</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700223 <item>Never</item>
224 </string-array>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400225
226 <!-- Values that are retrieved from the ListPreference. These must match
227 the auto_silence_entries above. -->
Eric Fischer32399e62010-07-19 14:42:33 -0700228 <string-array name="auto_silence_values" translatable="false">
Patrick Scott28dbcd12010-06-17 09:59:52 -0400229 <item>5</item>
230 <item>10</item>
231 <item>15</item>
232 <item>20</item>
233 <item>25</item>
234 <item>30</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700235 <item>-1</item> <!-- Off -->
236 </string-array>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400237
Patrick Scottb83db522009-04-30 08:23:05 -0400238 <!-- Done button when editing an alarm. -->
239 <string name="done">Done</string>
Patrick Scottabbdb562009-04-28 16:37:04 -0400240
Patrick Scottb83db522009-04-30 08:23:05 -0400241 <!-- Revert button when editing an alarm. -->
242 <string name="revert">Revert</string>
Patrick Scott582ecdc2009-05-14 10:07:45 -0400243
Patrick Scott90c48332009-11-23 14:46:44 -0500244 <!-- Delete button when editing an alarm. -->
245 <string name="delete">Delete</string>
246
Patrick Scott582ecdc2009-05-14 10:07:45 -0400247 <!-- Setting title for changing the alarm volume. -->
248 <string name="alarm_volume_title">Alarm volume</string>
249
Patrick Scottc8928152009-05-14 11:12:54 -0400250 <!-- Summary for the alarm preference when silent is chosen. -->
251 <string name="silent_alarm_summary">Silent</string>
Patrick Scottd776e512009-06-26 14:52:56 -0400252
253 <!-- Text to display in the small text of the notification -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700254 <string name="alarm_notify_text">Snooze or dismiss alarm.</string>
Patrick Scottd776e512009-06-26 14:52:56 -0400255
256 <!-- Text to display in the notification ticker and label -->
Patrick Scott89811e12009-07-08 10:58:06 -0400257 <string name="alarm_notify_snooze_label"><xliff:g id="label">%s</xliff:g> (snoozed)</string>
Patrick Scottd776e512009-06-26 14:52:56 -0400258
259 <!-- Text to display in the notification when the alarm has been snoozed -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700260 <string name="alarm_notify_snooze_text">Alarm set for <xliff:g id="time">%s</xliff:g>. Touch to cancel.</string>
Patrick Scott89811e12009-07-08 10:58:06 -0400261
Patrick Scott5e268682010-11-02 10:59:49 -0400262 <!-- Title of the setting to change hardware button behavior. This string
Patrick Scottfefbb562010-11-08 14:01:42 -0500263 should be changed for each piece of hardware. [CHAR LIMIT=20] -->
Patrick Scott5e268682010-11-02 10:59:49 -0400264 <string name="volume_button_setting_title">Volume buttons</string>
Patrick Scott49299932010-02-02 11:29:02 -0500265
266 <!-- Dialog title of the volume and power setting. -->
267 <string name="volume_button_dialog_title">Button effect</string>
Patrick Scott89811e12009-07-08 10:58:06 -0400268
Patrick Scott89811e12009-07-08 10:58:06 -0400269 <!-- Entries listed in the setting for the side-button action. -->
270 <string-array name="volume_button_setting_entries">
Patrick Scott89811e12009-07-08 10:58:06 -0400271 <item>Snooze</item>
272 <item>Dismiss</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700273 <item>Do nothing</item>
274 </string-array>
Patrick Scott89811e12009-07-08 10:58:06 -0400275
276 <!-- Values for the side-button setting. -->
Robyn Coultas68c52d52012-10-11 11:20:13 -0700277 <string-array name="volume_button_setting_values" translatable="false">
Patrick Scott89811e12009-07-08 10:58:06 -0400278 <item>1</item>
279 <item>2</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700280 <item>0</item>
Patrick Scott89811e12009-07-08 10:58:06 -0400281 </string-array>
Daniel Sandlerf8317ad2009-10-20 16:51:32 -0400282
Patrick Scotte7bf7ed2010-05-03 12:04:52 -0400283 <!-- Title of the ringtone setting. -->
284 <string name="default_ringtone_setting_title">Set default ringtone</string>
285
Sara Ting1c4ab872012-10-09 16:12:03 -0700286 <!-- Accessibility labels for Clock activity buttons --><skip/>
287 <string name="alarm_button_description">Alarms</string>
288 <string name="gallery_button_description">Gallery</string>
289 <string name="music_button_description">Music</string>
290 <string name="nightmode_button_description">Dim</string>
291 <string name="home_button_description">Launcher</string>
292 <string name="desk_clock_button_description">Clock display</string>
293
294 <!-- Accessibility labels for alarm buttons -->
295 <string name="label_description">Label</string>
296 <string name="ringtone_description">Ringtone</string>
297
Daniel Sandler3955e052009-10-23 13:41:19 -0400298 <!-- A short representation of charging information, e.g "34%" -->
299 <string name="battery_charging_level"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
Daniel Sandlerb95b7a62009-11-18 14:21:01 -0500300
301 <!-- What to show the user if the weather widget exists but fails to
302 respond. This is a sign of an error; if the weather widget is not
303 present on the device, we show nothing at all. -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700304 <string name="weather_fetch_failure">Weather information isn\'t available right now.</string>
Patrick Scottfe8dd392010-01-20 12:50:10 -0500305
Daniel Sandlerfdc10ab2010-08-06 10:21:27 -0400306 <!-- A description for the DeskClock alarm sound playback service.
307 [CHAR LIMIT=NONE] -->
RoboErikf8846952011-10-26 15:32:43 -0700308 <string name="alarm_klaxon_service_desc">Sound playback service for alarms set in Clock.</string>
Daniel Sandler4c6d7c22010-08-04 15:55:16 -0400309
Patrick Scott9b758232010-11-02 09:32:57 -0400310 <!-- String displayed as the alert summary while loading the alert name from
Patrick Scottfefbb562010-11-08 14:01:42 -0500311 the media player. [CHAR LIMIT=NONE] -->
Patrick Scott9b758232010-11-02 09:32:57 -0400312 <string name="loading_ringtone">Loading ringtone\u2026</string>
313
Isaac Katzenelson5cacdd02012-09-24 21:12:09 -0700314 <!-- A description for the DeskClock timer sound playback service.
315 [CHAR LIMIT=NONE] -->
316 <string name="timer_ring_service_desc">Sound playback service for timers set in Clock.</string>
317
Dmitri Plotnikovee007592011-01-18 20:19:26 -0800318 <!-- Label on the main screen control used to set alarm [CHAR LIMIT=30]-->
319 <string name="control_set_alarm">Set alarm</string>
320
321 <!-- Label on the main screen control used to set alarm when there is already an existing alarm [CHAR LIMIT=30]-->
Itzhak Katzenelson041e2982012-10-06 14:38:29 -0700322 <string name="control_set_alarm_with_existing"><xliff:g id="time">%s</xliff:g></string>
Dmitri Plotnikovee007592011-01-18 20:19:26 -0800323
Isaac Katzenelson81af1c62012-08-27 14:58:13 -0700324 <!-- ActionBar strings -->
Sam Blitzstein519fb1e2013-08-12 12:07:05 -0700325 <!-- Describes the purpose of the tab button which which switches the activity to the Alarm page -->
326 <string name="menu_alarm">Alarm</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700327 <!-- Describes the purpose of the tab button which which switches the activity to the Timer page -->
Isaac Katzenelson81af1c62012-08-27 14:58:13 -0700328 <string name="menu_timer">Timer</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700329 <!-- Describes the purpose of the tab button which which switches the activity to the Clock page -->
Isaac Katzenelson81af1c62012-08-27 14:58:13 -0700330 <string name="menu_clock">Clock</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700331 <!-- Describes the purpose of the tab button which which switches the activity to the Stopwatch page -->
Isaac Katzenelson81af1c62012-08-27 14:58:13 -0700332 <string name="menu_stopwatch">Stopwatch</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800333
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700334 <!--- Clock view buttons strings-->
Robyn Coultas0555b472012-10-09 17:33:49 -0700335 <!-- Describes the purpose of the button to start the activity to add/edit/delete alarms -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700336 <string name="button_alarms">Alarms</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700337 <!-- Describes the purpose of the button which provides a list of cities for the world clock settings -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700338 <string name="button_cities">Cities</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700339 <!-- Describes the purpose of the button which pops up a menu of setting choices -->
Sara Ting1c4ab872012-10-09 16:12:03 -0700340 <string name="button_menu">More options</string>
Robyn Coultasbf7a1d52012-10-10 16:35:37 -0700341 <!-- Menu item on most screens to get to more settings -->
342 <string name="menu_item_settings">Settings</string>
343 <!-- Menu item on most screens to get to the help information -->
344 <string name="menu_item_help">Help</string>
Sam Blitzstein78b8e152012-10-17 18:31:27 -0700345 <!-- Menu item on clock screen to enter night mode. -->
346 <string name="menu_item_night_mode">Night mode</string>
James Kung62b9f3d2013-08-14 18:59:35 -0700347 <!-- Menu item on Cities screen to sort by GMT offset -->
348 <string name="menu_item_sort_by_gmt_offset">Sort by time</string>
349 <!-- Menu item on Cities screen to sort by alphabetical order -->
350 <string name="menu_item_sort_by_name">Sort by name</string>
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700351
James Kung96ae9772013-08-20 16:45:26 -0700352 <!-- Label for selected cities in Cities list view -->
353 <string name="selected_cities_label">Selected Cities</string>
354
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700355 <!-- Stop Watch strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700356 <!-- Describes the purpose of the button to resume running a stopwatch -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700357 <string name="sw_resume_button">Resume</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700358 <!-- Describes the purpose of the button to begin running a stopwatch -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700359 <string name="sw_start_button">Start</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700360 <!-- Describes the purpose of the button to pause a stopwatch. -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700361 <string name="sw_stop_button">Stop</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700362 <!-- Describes the purpose of the button to record current the stopwatch value into the4 collection of lap times. -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700363 <string name="sw_lap_button">Lap</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700364 <!-- Describes the purpose of the button to return the stopwatch to zero and remove the lap times. -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700365 <string name="sw_reset_button">Reset</string>
Sara Ting1c4ab872012-10-09 16:12:03 -0700366 <!-- Describes the purpose of the button to share the stopwatch value. -->
367 <string name="sw_share_button">Share</string>
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700368
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800369 <!-- Abbreviation for temporal hours [CHAR LIMIT=1] -->
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700370 <string name="hours_label">h</string>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800371 <!-- Abbreviation for temporal minutes [CHAR LIMIT=1] -->
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700372 <string name="minutes_label">m</string>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800373 <!-- Abbreviation for temporal seconds [CHAR LIMIT=1] -->
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700374 <string name="seconds_label">s</string>
Sara Ting1c4ab872012-10-09 16:12:03 -0700375 <!-- Accessibility strings -->
376 <string name="hours_label_description">hours</string>
377 <string name="minutes_label_description">minutes</string>
378 <string name="seconds_label_description">seconds</string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700379
Isaac Katzenelsond479b542012-09-19 09:46:41 -0700380 <string name="zero">0</string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700381
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700382 <!-- Stopwatch share strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700383 <!-- Sentence within the message created to share the total time recorded within the stopwatch -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700384 <string name="sw_share_main">My time is <xliff:g id="time">%s</xliff:g></string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700385 <!-- Header within the message created to share a list of lap times (a new line is appended to this) -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700386 <string name="sw_share_laps">Lap times:</string>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800387 <!-- Label to enumerate the number of laps in the notification the user has counted -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700388 <string name="sw_notification_lap_number">Lap <xliff:g id="number">%d</xliff:g></string>
Isaac Katzenelson0ab83ea2013-05-06 18:23:13 -0700389 <!-- Formatted stopwatch time -->
Isaac Katzenelsonc8850922013-04-15 17:55:34 -0700390 <string-array name="stopwatch_format_set" translatable="false">
391 <item> <!-- <10 minutes - example "1 02.03" -->
Fabrice Di Meglio154af2f2013-05-03 18:57:39 -0700392 <xliff:g id="M">%2$d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800393 </item>
Isaac Katzenelsonc8850922013-04-15 17:55:34 -0700394 <item> <!-- <1 hour - example "12 03.04" -->
Fabrice Di Meglio154af2f2013-05-03 18:57:39 -0700395 <xliff:g id="M">%2$02d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800396 </item>
Isaac Katzenelsonc8850922013-04-15 17:55:34 -0700397 <item> <!-- <10 hours - example "1 02 03.04" -->
Fabrice Di Meglio154af2f2013-05-03 18:57:39 -0700398 <xliff:g id="H">%1$d</xliff:g> &#x200E;<xliff:g id="M">%2$02d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800399 </item>
Isaac Katzenelsonc8850922013-04-15 17:55:34 -0700400 <item> <!-- <100 hours - example "12 03 04.05" -->
Fabrice Di Meglio154af2f2013-05-03 18:57:39 -0700401 <xliff:g id="H">%1$02d</xliff:g> &#x200E;<xliff:g id="M">%2$02d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800402 </item>
Isaac Katzenelsonc8850922013-04-15 17:55:34 -0700403 <item> <!-- <1000 hours - example "123 04 05.06" -->
Fabrice Di Meglio154af2f2013-05-03 18:57:39 -0700404 <xliff:g id="H">%1$03d</xliff:g> &#x200E;<xliff:g id="M">%2$02d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800405 </item>
Isaac Katzenelson0ab83ea2013-05-06 18:23:13 -0700406 </string-array>
407
408 <!-- Formatted stopwatch time for laps shared using the share button -->
409 <string-array name="shared_laps_format_set" translatable="false">
410 <item> <!-- <10 minutes - example "1 02.03" -->
411 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> &#x200E;<xliff:g id="M">%2$d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
412 </item>
413 <item> <!-- <1 hour - example "12 03.04" -->
414 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> &#x200E;<xliff:g id="M">%2$02d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
415 </item>
416 <item> <!-- <10 hours - example "1 02 03.04" -->
417 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> &#x200E;<xliff:g id="H">%1$d</xliff:g> &#x200E;<xliff:g id="M">%2$02d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
418 </item>
419 <item> <!-- <100 hours - example "12 03 04.05" -->
420 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> &#x200E;<xliff:g id="H">%1$02d</xliff:g> &#x200E;<xliff:g id="M">%2$02d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
421 </item>
422 <item> <!-- <1000 hours - example "123 04 05.06" -->
423 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> &#x200E;<xliff:g id="H">%1$03d</xliff:g> &#x200E;<xliff:g id="M">%2$02d</xliff:g> &#x200E;<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g>
424 </item>
425 </string-array>
426
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800427 <!-- Label to enumerate the number of laps the user has counted -->
428 <string-array name="sw_lap_number_set" translatable="false">
429 <item># <xliff:g id="number">%d</xliff:g></item>
430 <item># <xliff:g id="number">%02d</xliff:g></item>
431 </string-array>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700432
Sara Ting1c4ab872012-10-09 16:12:03 -0700433 <!-- Stopwatch accessibility strings -->
434 <plurals name="Nhours_description">
435 <!-- 1 hour -->
436 <item quantity="one">1 hour</item>
437 <!-- more -->
438 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> hours</item>
439 </plurals>
440 <plurals name="Nminutes_description">
441 <!-- 1 minute -->
442 <item quantity="one">1 minute</item>
443 <!-- more -->
444 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> minutes</item>
445 </plurals>
446 <plurals name="Nseconds_description">
447 <!-- 1 second -->
448 <item quantity="one">1 second</item>
449 <!-- more -->
450 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> seconds</item>
451 </plurals>
452
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700453 <!-- timer strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700454 <!-- Describes the purpose of the button to add a new timer -->
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700455 <string name="timer_add_timer">Add Timer</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700456 <!-- Describes the purpose of the button to begin or continue running a timer -->
Isaac Katzenelsonb9402712012-09-10 15:11:41 -0700457 <string name="timer_start">Start</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700458 <!-- Describes the purpose of the button to delete a timer. -->
Isaac Katzenelson1123ff42012-09-11 12:49:38 -0700459 <string name="timer_delete">Delete</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700460 <!-- Describes the purpose of the button increase the remaining time on a timer by one minute. -->
Sara Ting1c4ab872012-10-09 16:12:03 -0700461 <string name="timer_plus_one">Add 1 Minute</string>
Robyn Coultase332c572012-11-26 15:31:09 -0800462 <!-- Like "timer_plus_one", but with 'minute' abbreviated for the notification. -->
463 <string name="timer_plus_1_min">Add 1 min</string>
Isaac Katzenelsone7c4dc52013-08-27 23:49:51 -0700464 <!-- Describes the purpose of the button to stop the timer. -->
Isaac Katzenelson1123ff42012-09-11 12:49:38 -0700465 <string name="timer_stop">Stop</string>
Isaac Katzenelsone7c4dc52013-08-27 23:49:51 -0700466 <!-- Describes the purpose of the button to stop and delete the timer. -->
467 <string name="timer_done">Done</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700468 <!-- Describes the purpose of the button to return the timer to it's original starting value. -->
Isaac Katzenelsonb29cd6c2012-09-13 11:35:15 -0700469 <string name="timer_reset">Reset</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700470 <!-- Describes the purpose of the button to discard the current dialog values. Will also close the dialog if other time's exist -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700471 <string name="timer_cancel">Cancel</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700472 <!-- Notification content shown when a timer has completed and has no more time remaining -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700473 <string name="timer_times_up">Time\'s up</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700474 <!-- Label associated with a notification for a Timer -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700475 <string name="timer_notification_label">Timer</string>
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700476
Robyn Coultas0555b472012-10-09 17:33:49 -0700477 <!-- Jocular content that user may append when sharing the lap times -->
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700478 <string-array name="sw_share_strings" translatable="true">
Isaac Katzenelsond479b542012-09-19 09:46:41 -0700479 <item>You\'re quite the speed demon.</item>
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700480 <item>Enjoy the fruits of your labor.</item>
481 <item>Androids are known to be fast, but not as fast as you!</item>
482 <item>Phew.</item>
483 <item>L33t times.</item>
484 <item>Such prodigious velocity.</item>
485 <item>Let\'s do the time warp again.</item>
486 <item>Just a jump to the left.</item>
487 <item>You have a palette for haste.</item>
488 <item>Photonic velocity.</item>
489 </string-array>
490
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700491 <plurals name="timers_num">
492 <!-- 1 timer -->
493 <item quantity="one">1 minute</item>
494 <!-- more -->
495 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> timers</item>
496 </plurals>
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700497
Robyn Coultas0555b472012-10-09 17:33:49 -0700498 <!-- Title with the clock on the main page displaying the user's regular timezone (shows when automatic_home_clock enabled) -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700499 <string name="home_label">Home</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700500 <!-- Label for the Cities activity displayed on-screen when that activity must be represented to the user. -->
Isaac Katzenelson948edb52012-09-27 10:09:06 -0700501 <string name="cities_activity_title">Cities</string>
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700502
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700503 <!-- Settings strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700504 <!-- Header in the preferences settings for the section pertaining to clocks on the main fragment -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700505 <string name="clock_settings">CLOCK</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700506 <!-- Header for a Clock Dream Setting referring to choosing analog or digital style -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700507 <string name="clock_style">Style</string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700508
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700509 <!-- Entries listed in the ListPreference when invoking the clock style
510 preference. -->
511 <string-array name="clock_style_entries">
512 <item>Analog</item>
513 <item>Digital</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700514 </string-array>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700515
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700516 <!-- Values that are retrieved from the ListPreference. These must match
517 the clock_style_entries above. -->
Robyn Coultas68c52d52012-10-11 11:20:13 -0700518 <string-array name="clock_style_values" translatable="false">
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700519 <item>analog</item>
520 <item>digital</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700521 </string-array>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700522
Robyn Coultas0555b472012-10-09 17:33:49 -0700523 <!-- Title for an option that will automtically show a clock representing the user's regular timezone on the main fragment whenever the user leaves their regular timezone-->
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700524 <string name="automatic_home_clock">Automatic home clock</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700525 <!-- Describes the functionality provided by the automatic_home_clock option -->
Robyn Coultas8a03fbb2012-10-17 14:42:00 -0700526 <string name="automatic_home_clock_summary">While traveling in an area where the time is different, add a clock for home</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700527 <!-- Title in the preferences change the time zone for the user's home -->
Isaac Katzenelson683b5102012-09-24 20:16:26 -0700528 <string name="home_time_zone">Home time zone</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700529 <!-- Title in a list dialog box to pick a time zone for the user's home -->
Isaac Katzenelson683b5102012-09-24 20:16:26 -0700530 <string name="home_time_zone_title">Home time zone</string>
531
Robyn Coultas0555b472012-10-09 17:33:49 -0700532 <!-- Textual content of the button to discard the current dialog values and close the dialog -->
Isaac Katzenelson683b5102012-09-24 20:16:26 -0700533 <string name="time_picker_cancel">Cancel</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700534 <!-- Textual content of the button to update an alarm with the current dialog values -->
Sam Blitzstein72332c22012-10-10 15:11:28 -0700535 <string name="time_picker_set">OK</string>
Isaac Katzenelson683b5102012-09-24 20:16:26 -0700536 <string name="time_picker_time_seperator">:</string>
Isaac Katzenelsone4e9f772012-09-28 18:52:11 -0700537 <!-- place holder for am/pm label when it is not set -->
538 <string name="time_picker_ampm_label">--</string>
539 <!-- add 00 as minutes to the time when pressing this button -->
540 <string name="time_picker_00_label">:00</string>
541 <!-- add 30 as minutes to the time when pressing this button -->
542 <string name="time_picker_30_label">:30</string>
Itzhak Katzenelsona2e45202012-09-30 00:27:53 -0700543
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700544 <!-- Choices for timezones, must be kept in sync with timezone_values. CHAR LIMIT=25] -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700545 <string-array name="timezone_labels">
546 <item>"Marshall Islands"</item>
547 <item>"Midway Island"</item>
548 <item>"Hawaii"</item>
549 <item>"Alaska"</item>
550 <item>"Pacific Time"</item>
551 <item>"Tijuana"</item>
552 <item>"Arizona"</item>
553 <item>"Chihuahua"</item>
554 <item>"Mountain Time"</item>
555 <item>"Central America"</item>
556 <item>"Central Time"</item>
557 <item>"Mexico City"</item>
558 <item>"Saskatchewan"</item>
559 <item>"Bogota"</item>
560 <item>"Eastern Time"</item>
561 <item>"Venezuela"</item>
562 <item>"Atlantic Time (Barbados)"</item>
563 <item>"Atlantic Time (Canada)"</item>
564 <item>"Manaus"</item>
565 <item>"Santiago"</item>
566 <item>"Newfoundland"</item>
567 <item>"Brasilia"</item>
568 <item>"Buenos Aires"</item>
569 <item>"Greenland"</item>
570 <item>"Montevideo"</item>
571 <item>"Mid-Atlantic"</item>
572 <item>"Azores"</item>
573 <item>"Cape Verde Islands"</item>
574 <item>"Casablanca"</item>
575 <item>"London, Dublin"</item>
576 <item>"Amsterdam, Berlin"</item>
577 <item>"Belgrade"</item>
578 <item>"Brussels"</item>
579 <item>"Sarajevo"</item>
580 <item>"Windhoek"</item>
581 <item>"W. Africa Time"</item>
582 <item>"Amman, Jordan"</item>
583 <item>"Athens, Istanbul"</item>
584 <item>"Beirut, Lebanon"</item>
585 <item>"Cairo"</item>
586 <item>"Helsinki"</item>
587 <item>"Jerusalem"</item>
588 <item>"Minsk"</item>
589 <item>"Harare"</item>
590 <item>"Baghdad"</item>
591 <item>"Moscow"</item>
592 <item>"Kuwait"</item>
593 <item>"Nairobi"</item>
594 <item>"Tehran"</item>
595 <item>"Baku"</item>
596 <item>"Tbilisi"</item>
597 <item>"Yerevan"</item>
598 <item>"Dubai"</item>
599 <item>"Kabul"</item>
600 <item>"Islamabad, Karachi"</item>
601 <item>"Ural'sk"</item>
602 <item>"Yekaterinburg"</item>
603 <item>"Kolkata"</item>
604 <item>"Sri Lanka"</item>
605 <item>"Kathmandu"</item>
606 <item>"Astana"</item>
607 <item>"Yangon"</item>
608 <item>"Krasnoyarsk"</item>
609 <item>"Bangkok"</item>
610 <item>"Beijing"</item>
611 <item>"Hong Kong"</item>
612 <item>"Irkutsk"</item>
613 <item>"Kuala Lumpur"</item>
614 <item>"Perth"</item>
615 <item>"Taipei"</item>
616 <item>"Seoul"</item>
617 <item>"Tokyo, Osaka"</item>
618 <item>"Yakutsk"</item>
619 <item>"Adelaide"</item>
620 <item>"Darwin"</item>
621 <item>"Brisbane"</item>
622 <item>"Hobart"</item>
623 <item>"Sydney, Canberra"</item>
624 <item>"Vladivostok"</item>
625 <item>"Guam"</item>
626 <item>"Magadan"</item>
627 <item>"Auckland"</item>
628 <item>"Fiji"</item>
629 <item>"Tonga"</item>
Paul Sliwowskibea96c72013-09-27 17:27:25 -0700630 <item>"Jakarta"</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700631 </string-array>
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700632
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700633 <!-- Choices for timezones, must be kept in sync with timezone_values. -->
634
635 <string-array name="timezone_values" translatable="false">
636 <item>"Pacific/Majuro"</item>
637 <item>"Pacific/Midway"</item>
638 <item>"Pacific/Honolulu"</item>
639 <item>"America/Anchorage"</item>
640 <item>"America/Los_Angeles"</item>
641 <item>"America/Tijuana"</item>
642 <item>"America/Phoenix"</item>
643 <item>"America/Chihuahua"</item>
644 <item>"America/Denver"</item>
645 <item>"America/Costa_Rica"</item>
646 <item>"America/Chicago"</item>
647 <item>"America/Mexico_City"</item>
648 <item>"America/Regina"</item>
649 <item>"America/Bogota"</item>
650 <item>"America/New_York"</item>
651 <item>"America/Caracas"</item>
652 <item>"America/Barbados"</item>
653 <item>"America/Halifax"</item>
654 <item>"America/Manaus"</item>
655 <item>"America/Santiago"</item>
656 <item>"America/St_Johns"</item>
657 <item>"America/Sao_Paulo"</item>
658 <item>"America/Argentina/Buenos_Aires"</item>
659 <item>"America/Godthab"</item>
660 <item>"America/Montevideo"</item>
661 <item>"Atlantic/South_Georgia"</item>
662 <item>"Atlantic/Azores"</item>
663 <item>"Atlantic/Cape_Verde"</item>
664 <item>"Africa/Casablanca"</item>
665 <item>"Europe/London"</item>
666 <item>"Europe/Amsterdam"</item>
667 <item>"Europe/Belgrade"</item>
668 <item>"Europe/Brussels"</item>
669 <item>"Europe/Sarajevo"</item>
670 <item>"Africa/Windhoek"</item>
671 <item>"Africa/Brazzaville"</item>
672 <item>"Asia/Amman"</item>
673 <item>"Europe/Athens"</item>
674 <item>"Asia/Beirut"</item>
675 <item>"Africa/Cairo"</item>
676 <item>"Europe/Helsinki"</item>
677 <item>"Asia/Jerusalem"</item>
678 <item>"Europe/Minsk"</item>
679 <item>"Africa/Harare"</item>
680 <item>"Asia/Baghdad"</item>
681 <item>"Europe/Moscow"</item>
682 <item>"Asia/Kuwait"</item>
683 <item>"Africa/Nairobi"</item>
684 <item>"Asia/Tehran"</item>
685 <item>"Asia/Baku"</item>
686 <item>"Asia/Tbilisi"</item>
687 <item>"Asia/Yerevan"</item>
688 <item>"Asia/Dubai"</item>
689 <item>"Asia/Kabul"</item>
690 <item>"Asia/Karachi"</item>
691 <item>"Asia/Oral"</item>
692 <item>"Asia/Yekaterinburg"</item>
693 <item>"Asia/Calcutta"</item>
694 <item>"Asia/Colombo"</item>
695 <item>"Asia/Katmandu"</item>
696 <item>"Asia/Almaty"</item>
697 <item>"Asia/Rangoon"</item>
698 <item>"Asia/Krasnoyarsk"</item>
699 <item>"Asia/Bangkok"</item>
700 <item>"Asia/Shanghai"</item>
701 <item>"Asia/Hong_Kong"</item>
702 <item>"Asia/Irkutsk"</item>
703 <item>"Asia/Kuala_Lumpur"</item>
704 <item>"Australia/Perth"</item>
705 <item>"Asia/Taipei"</item>
706 <item>"Asia/Seoul"</item>
707 <item>"Asia/Tokyo"</item>
708 <item>"Asia/Yakutsk"</item>
709 <item>"Australia/Adelaide"</item>
710 <item>"Australia/Darwin"</item>
711 <item>"Australia/Brisbane"</item>
712 <item>"Australia/Hobart"</item>
713 <item>"Australia/Sydney"</item>
714 <item>"Asia/Vladivostok"</item>
715 <item>"Pacific/Guam"</item>
716 <item>"Asia/Magadan"</item>
717 <item>"Pacific/Auckland"</item>
718 <item>"Pacific/Fiji"</item>
719 <item>"Pacific/Tongatapu"</item>
Paul Sliwowskibea96c72013-09-27 17:27:25 -0700720 <item>"Asia/Jakarta"</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700721 </string-array>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700722
Robyn Coultas0555b472012-10-09 17:33:49 -0700723 <!-- Header in the preferences settings for the section pertaining to alarms -->
Sam Blitzstein287f2d82012-09-26 11:15:06 -0700724 <string name="alarm_settings">ALARMS</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700725 <!-- Describes the purpose of the button to show the remaining choices whenever there were too many -->
Sam Blitzstein287f2d82012-09-26 11:15:06 -0700726 <string name="see_all">See all&#8230;</string>
727 <string name="desk_clock_help_url" translatable="false"></string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700728 <!-- Describes the running service for the stopwatch -->
Sam Blitzstein287f2d82012-09-26 11:15:06 -0700729 <string name="stopwatch_service_desc">Stopwatch service to run the notification.</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700730 <!-- Desription for the stopped stop watch -->
Sam Blitzstein4eee1552012-10-02 16:54:25 -0700731 <string name="swn_stopped">Stopped</string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700732
Chiao Chengbbf7c9e2012-09-25 18:51:19 -0700733 <!-- Description of the right direction in the alarm alert screen. [CHAR LIMIT=NONE] -->
Chiao Chengf54ceb22012-09-26 15:13:36 -0700734 <string name="description_direction_right">Slide right to dismiss</string>
Chiao Chengbbf7c9e2012-09-25 18:51:19 -0700735 <!-- Description of the left direction in the alarm alert screen. [CHAR LIMIT=NONE] -->
Chiao Chengf54ceb22012-09-26 15:13:36 -0700736 <string name="description_direction_left">Slide left to snooze</string>
Chiao Chengbbf7c9e2012-09-25 18:51:19 -0700737 <!-- Description of the up direction in the alarm alert screen. [CHAR LIMIT=NONE] -->
Chiao Chengf54ceb22012-09-26 15:13:36 -0700738 <string name="description_direction_up">Slide up to dismiss</string>
Chiao Chengbbf7c9e2012-09-25 18:51:19 -0700739 <!-- Description of the down direction in the alarm alert screen. [CHAR LIMIT=NONE] -->
Chiao Chengf54ceb22012-09-26 15:13:36 -0700740 <string name="description_direction_down">Slide down to snooze</string>
Sam Blitzsteinb6a815a2012-09-27 17:11:00 -0700741
742 <!-- Notification title when timer is stopped. -->
743 <string name="timer_stopped">Timer stopped</string>
744 <!-- Notification title when multiple timers are stopped. -->
745 <string name="timers_stopped"><xliff:g id="number" example="7">%d</xliff:g> timers stopped</string>
746 <!-- Notification text when multiple timers are stopped. -->
747 <string name="all_timers_stopped_notif">Touch to see your timers</string>
748 <!-- Notification title when at least one timer, of those in use, is counting down. -->
749 <string name="timers_in_use"><xliff:g id="number" example="7">%d</xliff:g> timers</string>
750 <!-- Notification text when at least one timer, of those in use, is counting down. -->
Sam Blitzstein2d0cd102012-10-03 16:00:12 -0700751 <string name="next_timer_notif">Next timer: <xliff:g id="time_remaining" example="2 minutes remaining">%s</xliff:g></string>
Daniel Sandler8f873a22012-09-29 00:25:18 -0400752
753 <!-- screensaver settings strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700754 <!-- Label for the screen saver activity displayed on-screen when that activity must be represented to the user. -->
Daniel Sandler8f873a22012-09-29 00:25:18 -0400755 <string name="screensaver_settings">Dream settings</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700756 <!-- Title for check box to pick intensity of display diminuation during dream mode -->
Daniel Sandler8f873a22012-09-29 00:25:18 -0400757 <string name="night_mode_title">Night mode</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700758 <!-- Describes intensity of display diminuation during dream mode -->
Daniel Sandler8f873a22012-09-29 00:25:18 -0400759 <string name="night_mode_summary">Very dim display (for dark rooms)</string>
760
Robyn Coultas0555b472012-10-09 17:33:49 -0700761 <!-- Description of the down caret in the alarm alert screen to expand the alarm content to edit perspective. [CHAR LIMIT=NONE] -->
Chiao Chengdfbd6b42012-10-01 20:26:30 -0700762 <string name="expand_alarm">Expand alarm</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700763 <!-- Description of the up caret in the alarm alert screen to collapse the alarm content to summary perspective. [CHAR LIMIT=NONE] -->
Chiao Chengdfbd6b42012-10-01 20:26:30 -0700764 <string name="collapse_alarm">Collapse alarm</string>
765
Robyn Coultas0555b472012-10-09 17:33:49 -0700766 <!-- Description of the button to undo change to alarm -->
Chiao Chengfcfc5052012-10-04 17:49:15 -0700767 <string name="alarm_undo">undo</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700768 <!-- Toast content when an alarm was deleted -->
Chiao Cheng21d45212012-10-05 16:59:26 -0700769 <string name="alarm_deleted">Alarm deleted.</string>
Itzhak Katzenelson041e2982012-10-06 14:38:29 -0700770 <!-- slash between date and next alarm in the clock -->
771 <string name="slash"> / </string>
Robyn Coultas421ad692012-10-08 14:38:36 -0700772 <!-- slash between date and next alarm in the clock -->
773 <string name="world_day_of_week_label"> / <xliff:g id="label">%s</xliff:g></string>
Sara Ting1c4ab872012-10-09 16:12:03 -0700774 <!-- Description of field showing the next alarm time in the clock page, for accessibility. -->
775 <string name="next_alarm_description">Next alarm: <xliff:g id="alarm_time" example="Wed 8:00am">%s</xliff:g></string>
Sam Blitzstein72332c22012-10-10 15:11:28 -0700776 <string name="label_unlabeled"></string>
Chiao Cheng5eeecb02012-10-16 13:58:51 -0700777
Isaac Katzenelsoneb6dbfb2012-10-16 18:18:46 -0700778 <!-- Displays the number of alarms selected from the list of alarms. -->
779 <string name="alarms_selected"><xliff:g id="alarms">%d</xliff:g> selected</string>
780
Isaac Katzenelson139c8b12012-10-23 17:13:15 -0700781 <!-- message used by the talkback accessebility app to say that something was deleted -->
782 <string name="deleted_message">Deleted</string>
783
784 <!-- Alarm deletion confirmation message-->
785 <plurals name="alarm_delete_confirmation">
786 <!-- Confirmation for one alarm -->
787 <item quantity="one">Delete selected alarm?</item>
788 <!-- Confirmation more than one alarm -->
789 <item quantity="other">Delete selected alarms?</item>
790 </plurals>
791
792 <!-- Timer deletion confirmation -->
793 <string name="timer_delete_confirmation">Delete this timer?</string>
794
795 <!-- world clock deletion confirmation -->
796 <string name="city_delete_confirmation">Remove this city?</string>
797
Isaac Katzenelson7d914d42012-11-05 18:18:06 -0800798 <!-- Label for digital clock gadget displayed on-screen when that gadget is represented to the user. -->
Isaac Katzenelson5c569322012-10-25 15:00:48 -0700799 <string name="digital_gadget">Digital clock</string>
Isaac Katzenelson644fc1e2012-11-05 15:48:09 -0800800
801 <!-- format strings for widget clock -->
Isaac Katzenelson265df0d2013-09-24 13:55:26 -0700802 <string name="widget_12_hours_format" translatable="false">h&#58;mm</string>
803 <string name="widget_24_hours_format" translatable="false">kk&#58;mm</string>
804 <string name="widget_12_hours_format_with_ampm" translatable="false">h&#58;mm&#160;<b><font size="15">a</font></b></string>
Isaac Katzenelson9d9ec872013-09-24 17:07:26 -0700805 <string name="clock_12_hours_format_with_ampm" translatable="false">h&#58;mm<b><font size="18" face="sans-serif-condensed">a</font></b></string>
Sam Blitzstein519fb1e2013-08-12 12:07:05 -0700806
807 <!-- String for no alarms -->
808 <string name="no_alarms">No Alarms</string>
James Kung2339c502013-09-04 17:59:26 -0700809 <!-- String for no enabled alarms in timeline view [CHAR LIMIT=30] -->
810 <string name="no_upcoming_alarms">NO UPCOMING ALARMS</string>
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700811</resources>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800812