blob: 3586595ecde69d06fcee4fc8d24d29c9a496ac28 [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
Patrick Scottf1e80692009-11-18 09:53:03 -050030 <!-- Menu item on Alarm Clock screen: Desk clock -->
31 <string name="menu_desk_clock">Desk clock</string>
32
33 <!-- Menu item on Alarm Clock screen: Edit alarm -->
34 <string name="menu_edit_alarm">Edit alarm</string>
35
The Android Open Source Project5fedae02009-03-03 19:32:15 -080036 <!-- Context Menu Item on Alarm Settings screen: Delete alarm -->
37 <string name="delete_alarm">Delete alarm</string>
38
Patrick Scott0dffdef2009-04-14 16:55:10 -040039 <!-- Context Menu Item on Alarm Settings screen: Enable alarm -->
Patrick Scott90c48332009-11-23 14:46:44 -050040 <string name="enable_alarm">Turn alarm on</string>
41
42 <!-- Context Menu Item on Alarm Settings screen: Disable alarm -->
43 <string name="disable_alarm">Turn alarm off</string>
Patrick Scott0dffdef2009-04-14 16:55:10 -040044
The Android Open Source Project5fedae02009-03-03 19:32:15 -080045 <!-- Delete alarm confirmation dialog message. -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -070046 <string name="delete_alarm_confirm">Delete this alarm?</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080047
48 <!-- Menu item on Alarm Clock screen: Show clock -->
49 <string name="show_clock">Show clock</string>
50
51 <!-- Menu item on Alarm Clock screen: Hide clock -->
52 <string name="hide_clock">Hide clock</string>
53
The Android Open Source Project185d1792009-03-05 14:34:37 -080054 <!-- Setting label on Set alarm screen: Label -->
Sam Blitzstein72332c22012-10-10 15:11:28 -070055 <string name="label">Label</string>
The Android Open Source Project185d1792009-03-05 14:34:37 -080056
Annie Chin3d362ef2015-09-28 16:56:01 -070057 <!-- Content description for alarm on/off switch in On state -->
58 <string name="on_switch">On</string>
59
60 <!-- Content description for alarm on/off switch in Off state -->
61 <string name="off_switch">Off</string>
62
The Android Open Source Project185d1792009-03-05 14:34:37 -080063 <!-- Default label to display for an alarm -->
64 <string name="default_label">Alarm</string>
65
The Android Open Source Project5fedae02009-03-03 19:32:15 -080066 <!-- Preference category on Alarm Settings screen: Set alarm -->
Robyn Coultas0555b472012-10-09 17:33:49 -070067 <!-- 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 -080068 <string name="set_alarm">Set alarm</string>
69
The Android Open Source Project5fedae02009-03-03 19:32:15 -080070 <!-- Setting labels on Set alarm screen: Vibration on or off -->
71 <string name="alarm_vibrate">Vibrate</string>
72
73 <!-- Setting labels on Set alarm screen: Repeat -->
74 <string name="alarm_repeat">Repeat</string>
75
76 <!-- Setting labels on Set alarm screen: Select alarm ringtone -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -070077 <string name="alert">Alarm Ringtone</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -080078
James Lemieux856483e2015-08-18 12:22:05 -070079 <!-- Title of default ringtone played when a timer expires. -->
80 <string name="default_timer_ringtone_title">Timer Expired</string>
James Lemieux5b762a52015-07-08 13:05:54 -070081
Annie Chin32efff22015-08-25 16:19:28 -070082 <!-- Title of silent ringtone played when a timer expires. -->
83 <string name="silent_timer_ringtone_title">Silent</string>
84
Chiao Cheng4ab23032012-10-10 18:28:21 -070085 <!-- Label on expanded alarm edit view. -->
86 <string name="ringtone">Ringtone</string>
87
The Android Open Source Project5fedae02009-03-03 19:32:15 -080088 <!-- Setting labels on Set alarm screen: Set time -->
89 <string name="time">Time</string>
90
Budi Kusmiantoroea043502014-07-08 16:07:50 -070091 <!-- Label shown when user is setting up non-repeating alarm for tomorrow [CHAR LIMIT=15] -->
92 <string name="alarm_tomorrow">Tomorrow</string>
93
94 <!-- Label shown when user is setting up non-repeating alarm for later today [CHAR LIMIT=15] -->
95 <string name="alarm_today">Today</string>
96
97 <!-- The text shown above the clock when alarm is alerting [CHAR LIMIT=10] -->
98 <string name="alarm_alert_wake_up">Wake up\u0021</string>
99
100 <!-- The text shown as an option to dismiss an alerting alarm [CHAR LIMIT=5] -->
101 <string name="alarm_alert_off_action_text">Off</string>
102
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800103 <!-- Button labels on the alarm dialog: Dismiss -->
104 <string name="alarm_alert_dismiss_text">Dismiss</string>
105
Paul Sliwowskiab0d28c2013-08-26 17:26:21 -0700106 <!-- Button labels on the pre-dismiss alarm notifications: Dismiss now -->
107 <string name="alarm_alert_dismiss_now_text">Dismiss Now</string>
108
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800109 <!-- Alarm Alert screen: this message is shown after an alarm rung
110 unattended for a number of minutes. It tells the user that
111 the alarm has been silenced.-->
Sam Blitzstein7fb70dc2013-08-29 11:39:22 -0700112 <string name="alarm_missed_title">Missed alarm</string>
113 <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 -0800114
Budi Kusmiantoroea043502014-07-08 16:07:50 -0700115 <!-- The text shown after user snoozed an alerting alarm. The text will be shown
116 together with the number of minutes in two separate lines. For example:
117 Snoozed
118 10 min
119 [CHAR LIMIT=10]
120 -->
121 <string name="alarm_alert_snoozed_text">Snoozed</string>
122
123 <!-- The text shown after user snoozed an alerting alarm. The text will be shown
124 together with the word 'Snoozed' in two separate lines or example:
125 Snoozed
126 10 min
127 [CHAR LIMIT=10]
128 -->
129 <plurals name="alarm_alert_snooze_duration">
130 <!-- Duration for one minute -->
131 <item quantity="one">1 min</item>
132 <!-- Duration for more than one minute -->
133 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> min</item>
134 </plurals>
135
Budi Kusmiantoro099c9ad2014-07-23 00:12:58 -0700136 <!-- The text shown after user dismissed an alerting alarm [CHAR LIMIT=15] -->
Budi Kusmiantoroea043502014-07-08 16:07:50 -0700137 <string name="alarm_alert_off_text">Alarm off</string>
138
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800139 <!-- Button labels on the alarm dialog: Snooze -->
140 <string name="alarm_alert_snooze_text">Snooze</string>
141
142 <!-- Toast that appears after Alarm is snoozed from the Alarm
143 dialog. Says the alarm will snooze for xxx minutes. -->
Isaac Katzenelson0d784082013-10-16 14:47:40 -0700144 <plurals name="alarm_alert_snooze_set">
145 <!-- Duration for one minute -->
146 <item quantity="one">Snoozing for 1 minute.</item>
147 <!-- Duration for more than one minute -->
148 <item quantity="other">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</item>
149 </plurals>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800150
Sam Blitzsteinbb2770f2012-09-26 13:43:00 -0700151 <!-- Text to appear inside a notification while an alarm is snoozing. -->
152 <string name="alarm_alert_snooze_until">Snoozing until <xliff:g id="time">%s</xliff:g></string>
153
Paul Sliwowskiab0d28c2013-08-26 17:26:21 -0700154 <!-- Text to appear in the notification title while an alarm is about to go off. -->
155 <string name="alarm_alert_predismiss_title">Upcoming alarm</string>
156
157 <!-- Text to appear in when trying to view a missed alarm that has been deleted -->
158 <string name="missed_alarm_has_been_deleted">Your missed alarm has been deleted</string>
159
Eric Fischer1bc128f2009-07-21 16:28:30 -0700160 <!-- 0: nothing
161 1: days
162 2: hours
163 3: days hours
164 4: minutes
165 5: days minutes
166 6: hours minutes
167 7: days hours minutes
168 --><skip />
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800169
Sam Blitzsteinb6a815a2012-09-27 17:11:00 -0700170 <!-- Timer notification: how long from now until timer goes off. -->
Annie Chind691fc22015-09-10 09:58:12 -0700171 <string name="timer_notifications_less_min">Less than a minute remaining</string>
172 <string name="timer_notifications_hours"><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g><xliff:g id="REMAINING" example="remaining"> %3$s</xliff:g></string>
173 <string name="timer_notifications_minutes"><xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g><xliff:g id="REMAINING" example="remaining"> %3$s</xliff:g></string>
174 <string name="timer_notifications_hours_minutes"><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g> <xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g> remaining</string>
175
176 <!--
177 Verb inflection to use for single time units remaining
178 Ex. "1 minute remaining"
179 -->
180 <string name="timer_remaining_single">remaining</string>
181 <!--
182 Verb inflection to use for multiple time units remaining
183 Ex. "2 minutes remaining"
184 -->
185 <string name="timer_remaining_multiple">remaining</string>
Sam Blitzsteinb6a815a2012-09-27 17:11:00 -0700186
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800187 <!-- Alarm confirmation toast: Describes how long from now until
188 alarm fires -->
Eric Fischer1bc128f2009-07-21 16:28:30 -0700189 <string-array name="alarm_set">
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700190 <item>Alarm set for less than 1 minute from now.</item>
191 <item>Alarm set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> from now.</item>
192 <item>Alarm set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item>
193 <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 -0700194 <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 -0700195 <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>
196 <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>
197 <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 -0700198 </string-array>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800199
Annie Chin671e4cb2015-06-12 14:58:11 -0700200 <!-- Alarm confirmation toast: days -->
201 <plurals name="days">
202 <!-- Duration for one day -->
203 <item quantity="one">1 day</item>
204 <!-- Duration for more than one day -->
205 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> days</item>
206 </plurals>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800207
Annie Chin671e4cb2015-06-12 14:58:11 -0700208 <!-- Alarm confirmation toast and timer notification: hours -->
209 <plurals name="hours">
210 <!-- Duration for one hour -->
211 <item quantity="one">1 hour</item>
212 <!-- Duration for more than one hour -->
213 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> hours</item>
214 </plurals>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800215
Annie Chin671e4cb2015-06-12 14:58:11 -0700216 <!-- Alarm confirmation toast and timer notification: minutes -->
217 <plurals name="minutes">
218 <!-- Duration for one minute -->
219 <item quantity="one">1 minute</item>
220 <!-- Duration for more than one minute -->
221 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutes</item>
222 </plurals>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800223
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800224 <!-- Repeat options that appear under an alarm on main Alarm Clock
225 screen to identify repetition schedule: special case for when
226 the alarm is set to repeat every day -->
Claudia de Veaux2e0459c2011-10-18 15:51:34 -0700227 <string name="every_day">Every day</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800228
229 <!-- Repeat options that appear under an alarm on main Alarm Clock
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800230 screen to identify repetition schedule: concatenate days with
231 this character, i.e. "Mon, Tue, Wed" -->
232 <string name="day_concat">", "</string>
233
234 <!-- Appears at the top of the Clock Picker screen: Tell user to
235 select a clock to display -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700236 <string name="clock_instructions">Choose a clock</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800237
Robyn Coultas0555b472012-10-09 17:33:49 -0700238 <!-- 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 -0800239 <string name="analog_gadget">Analog clock</string>
240
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700241 <!-- Help activity name -->
242 <string name="help">help</string>
243
244 <!-- Settings activity name -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700245 <!-- Label for the Settings activity displayed on-screen when that activity must be represented to the user. -->
Jason Parekh13e90212009-03-24 17:50:29 -0700246 <string name="settings">Settings</string>
247
Patrick Scottabbdb562009-04-28 16:37:04 -0400248 <!-- Setting title for changing the snooze duration. -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700249 <string name="snooze_duration_title">Snooze length</string>
Patrick Scottabbdb562009-04-28 16:37:04 -0400250
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700251 <plurals name="snooze_duration">
252 <!-- Duration for one minute -->
253 <item quantity="one">1 minute</item>
254 <!-- Duration for more than one minute -->
Annie Chin671e4cb2015-06-12 14:58:11 -0700255 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutes</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700256 </plurals>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700257
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700258 <plurals name="snooze_picker_label">
259 <!-- Duration for one minute -->
260 <item quantity="one">minute</item>
261 <!-- Duration for more than one minute -->
262 <item quantity="other">minutes</item>
263 </plurals>
Patrick Scottabbdb562009-04-28 16:37:04 -0400264
James Lemieux88fecb32015-07-22 18:09:32 -0700265 <!-- Setting title for changing the crescendo duration. -->
266 <string name="crescendo_duration_title">Gradually increase volume</string>
267
268 <!-- Summary value for changing the crescendo duration to 0. -->
269 <string name="no_crescendo_duration">Off</string>
270
271 <!-- Summary value for changing the crescendo duration. -->
272 <string name="crescendo_duration"><xliff:g id="number" example="7">%s</xliff:g> seconds</string>
273
274 <!-- Setting label when changing the crescendo duration. -->
275 <string name="crescendo_picker_label">seconds</string>
276
Patrick Scott28dbcd12010-06-17 09:59:52 -0400277 <!-- Auto silence preference title -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700278 <string name="auto_silence_title">Silence after</string>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400279
280 <!-- Auto silence summary string set based on the preference value. -->
Annie Chin2135ea62015-06-10 16:15:21 -0700281 <plurals name="auto_silence_summary">
282 <!-- Duration for one minute -->
283 <item quantity="one">1 minute</item>
284 <!-- Duration for more than one minute -->
Annie Chin671e4cb2015-06-12 14:58:11 -0700285 <item quantity="other"><xliff:g id="formatted_number" example="7">%s</xliff:g> minutes</item>
Annie Chin2135ea62015-06-10 16:15:21 -0700286 </plurals>
287
Patrick Scott28dbcd12010-06-17 09:59:52 -0400288
289 <!-- Auto silence summary when turned off -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700290 <string name="auto_silence_never">Never</string>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400291
292 <!-- Entries listed in the ListPreference when invoking the auto silence
293 preference. -->
294 <string-array name="auto_silence_entries">
Budi Kusmiantorofadd4a82014-10-20 14:05:25 -0700295 <item>1 minute</item>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400296 <item>5 minutes</item>
297 <item>10 minutes</item>
298 <item>15 minutes</item>
299 <item>20 minutes</item>
300 <item>25 minutes</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700301 <item>Never</item>
302 </string-array>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400303
304 <!-- Values that are retrieved from the ListPreference. These must match
305 the auto_silence_entries above. -->
Eric Fischer32399e62010-07-19 14:42:33 -0700306 <string-array name="auto_silence_values" translatable="false">
Budi Kusmiantorofadd4a82014-10-20 14:05:25 -0700307 <item>1</item>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400308 <item>5</item>
309 <item>10</item>
310 <item>15</item>
311 <item>20</item>
312 <item>25</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700313 <item>-1</item> <!-- Off -->
314 </string-array>
Patrick Scott28dbcd12010-06-17 09:59:52 -0400315
Annie Chin955d95c2015-03-17 13:05:24 -0700316 <!-- Week start day preference title. -->
317 <string name="week_start_title">Start week on</string>
318
319 <!-- Entries listed in ListPreference for start day. -->
320 <string-array name="week_start_entries">
321 <item>Saturday</item>
322 <item>Sunday</item>
323 <item>Monday</item>
324 </string-array>
325
326 <!-- Values for ListPreference for start day of week. -->
327 <string-array name="week_start_values" translatable="false">
328 <item>7</item> <!-- Calendar.SATURDAY -->
329 <item>1</item> <!-- Calendar.SUNDAY -->
330 <item>2</item> <!-- Calendar.MONDAY -->
331 </string-array>
332
Patrick Scottb83db522009-04-30 08:23:05 -0400333 <!-- Done button when editing an alarm. -->
334 <string name="done">Done</string>
Patrick Scottabbdb562009-04-28 16:37:04 -0400335
Patrick Scottb83db522009-04-30 08:23:05 -0400336 <!-- Revert button when editing an alarm. -->
337 <string name="revert">Revert</string>
Patrick Scott582ecdc2009-05-14 10:07:45 -0400338
Patrick Scott90c48332009-11-23 14:46:44 -0500339 <!-- Delete button when editing an alarm. -->
340 <string name="delete">Delete</string>
341
Patrick Scott582ecdc2009-05-14 10:07:45 -0400342 <!-- Setting title for changing the alarm volume. -->
343 <string name="alarm_volume_title">Alarm volume</string>
344
James Lemieux6a59a7b2015-08-19 17:59:49 -0700345 <!-- Title for the silent ringtone. -->
346 <string name="silent_ringtone_title">Silent</string>
347
348 <!-- Title for ringtones that cannot be located by uri. -->
349 <string name="unknown_ringtone_title">Unknown</string>
Patrick Scottd776e512009-06-26 14:52:56 -0400350
351 <!-- Text to display in the small text of the notification -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700352 <string name="alarm_notify_text">Snooze or dismiss alarm.</string>
Patrick Scottd776e512009-06-26 14:52:56 -0400353
354 <!-- Text to display in the notification ticker and label -->
Patrick Scott89811e12009-07-08 10:58:06 -0400355 <string name="alarm_notify_snooze_label"><xliff:g id="label">%s</xliff:g> (snoozed)</string>
Patrick Scottd776e512009-06-26 14:52:56 -0400356
357 <!-- Text to display in the notification when the alarm has been snoozed -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700358 <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 -0400359
Patrick Scott5e268682010-11-02 10:59:49 -0400360 <!-- Title of the setting to change hardware button behavior. This string
Patrick Scottfefbb562010-11-08 14:01:42 -0500361 should be changed for each piece of hardware. [CHAR LIMIT=20] -->
Patrick Scott5e268682010-11-02 10:59:49 -0400362 <string name="volume_button_setting_title">Volume buttons</string>
Patrick Scott49299932010-02-02 11:29:02 -0500363
364 <!-- Dialog title of the volume and power setting. -->
365 <string name="volume_button_dialog_title">Button effect</string>
Patrick Scott89811e12009-07-08 10:58:06 -0400366
Patrick Scott89811e12009-07-08 10:58:06 -0400367 <!-- Entries listed in the setting for the side-button action. -->
368 <string-array name="volume_button_setting_entries">
Patrick Scott89811e12009-07-08 10:58:06 -0400369 <item>Snooze</item>
370 <item>Dismiss</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700371 <item>Do nothing</item>
372 </string-array>
Patrick Scott89811e12009-07-08 10:58:06 -0400373
374 <!-- Values for the side-button setting. -->
Robyn Coultas68c52d52012-10-11 11:20:13 -0700375 <string-array name="volume_button_setting_values" translatable="false">
Patrick Scott89811e12009-07-08 10:58:06 -0400376 <item>1</item>
377 <item>2</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700378 <item>0</item>
Patrick Scott89811e12009-07-08 10:58:06 -0400379 </string-array>
Daniel Sandlerf8317ad2009-10-20 16:51:32 -0400380
Patrick Scotte7bf7ed2010-05-03 12:04:52 -0400381 <!-- Title of the ringtone setting. -->
382 <string name="default_ringtone_setting_title">Set default ringtone</string>
383
Sara Ting1c4ab872012-10-09 16:12:03 -0700384 <!-- Accessibility labels for Clock activity buttons --><skip/>
385 <string name="alarm_button_description">Alarms</string>
386 <string name="gallery_button_description">Gallery</string>
387 <string name="music_button_description">Music</string>
388 <string name="nightmode_button_description">Dim</string>
389 <string name="home_button_description">Launcher</string>
390 <string name="desk_clock_button_description">Clock display</string>
391
392 <!-- Accessibility labels for alarm buttons -->
393 <string name="label_description">Label</string>
394 <string name="ringtone_description">Ringtone</string>
395
Daniel Sandlerb95b7a62009-11-18 14:21:01 -0500396 <!-- What to show the user if the weather widget exists but fails to
397 respond. This is a sign of an error; if the weather widget is not
398 present on the device, we show nothing at all. -->
Claudia de Veaux628abfa2011-10-12 15:56:20 -0700399 <string name="weather_fetch_failure">Weather information isn\'t available right now.</string>
Patrick Scottfe8dd392010-01-20 12:50:10 -0500400
Daniel Sandlerfdc10ab2010-08-06 10:21:27 -0400401 <!-- A description for the DeskClock alarm sound playback service.
402 [CHAR LIMIT=NONE] -->
RoboErikf8846952011-10-26 15:32:43 -0700403 <string name="alarm_klaxon_service_desc">Sound playback service for alarms set in Clock.</string>
Daniel Sandler4c6d7c22010-08-04 15:55:16 -0400404
Patrick Scott9b758232010-11-02 09:32:57 -0400405 <!-- String displayed as the alert summary while loading the alert name from
Patrick Scottfefbb562010-11-08 14:01:42 -0500406 the media player. [CHAR LIMIT=NONE] -->
Patrick Scott9b758232010-11-02 09:32:57 -0400407 <string name="loading_ringtone">Loading ringtone\u2026</string>
408
Isaac Katzenelson5cacdd02012-09-24 21:12:09 -0700409 <!-- A description for the DeskClock timer sound playback service.
410 [CHAR LIMIT=NONE] -->
411 <string name="timer_ring_service_desc">Sound playback service for timers set in Clock.</string>
412
Dmitri Plotnikovee007592011-01-18 20:19:26 -0800413 <!-- Label on the main screen control used to set alarm [CHAR LIMIT=30]-->
414 <string name="control_set_alarm">Set alarm</string>
415
Isaac Katzenelson81af1c62012-08-27 14:58:13 -0700416 <!-- ActionBar strings -->
Sam Blitzstein519fb1e2013-08-12 12:07:05 -0700417 <!-- Describes the purpose of the tab button which which switches the activity to the Alarm page -->
418 <string name="menu_alarm">Alarm</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700419 <!-- Describes the purpose of the tab button which which switches the activity to the Timer page -->
Isaac Katzenelson81af1c62012-08-27 14:58:13 -0700420 <string name="menu_timer">Timer</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700421 <!-- Describes the purpose of the tab button which which switches the activity to the Clock page -->
Isaac Katzenelson81af1c62012-08-27 14:58:13 -0700422 <string name="menu_clock">Clock</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700423 <!-- Describes the purpose of the tab button which which switches the activity to the Stopwatch page -->
Isaac Katzenelson81af1c62012-08-27 14:58:13 -0700424 <string name="menu_stopwatch">Stopwatch</string>
The Android Open Source Project5fedae02009-03-03 19:32:15 -0800425
rachelzhang55204612014-08-05 10:07:58 -0700426 <!-- Clock view buttons strings-->
Robyn Coultas0555b472012-10-09 17:33:49 -0700427 <!-- Describes the purpose of the button to start the activity to add/edit/delete alarms -->
Budi Kusmiantoro40bf69f2014-09-11 09:28:27 -0700428 <string name="button_alarms">Add alarm</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700429 <!-- Describes the purpose of the button which provides a list of cities for the world clock settings -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700430 <string name="button_cities">Cities</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700431 <!-- Describes the purpose of the button which pops up a menu of setting choices -->
Sara Ting1c4ab872012-10-09 16:12:03 -0700432 <string name="button_menu">More options</string>
Robyn Coultasbf7a1d52012-10-10 16:35:37 -0700433 <!-- Menu item on most screens to get to more settings -->
434 <string name="menu_item_settings">Settings</string>
435 <!-- Menu item on most screens to get to the help information -->
436 <string name="menu_item_help">Help</string>
Sam Blitzstein78b8e152012-10-17 18:31:27 -0700437 <!-- Menu item on clock screen to enter night mode. -->
438 <string name="menu_item_night_mode">Night mode</string>
James Kung62b9f3d2013-08-14 18:59:35 -0700439 <!-- Menu item on Cities screen to sort by GMT offset -->
440 <string name="menu_item_sort_by_gmt_offset">Sort by time</string>
441 <!-- Menu item on Cities screen to sort by alphabetical order -->
442 <string name="menu_item_sort_by_name">Sort by name</string>
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700443
James Kung96ae9772013-08-20 16:45:26 -0700444 <!-- Label for selected cities in Cities list view -->
445 <string name="selected_cities_label">Selected Cities</string>
446
Annie Chin3e71c692015-07-23 14:17:44 -0700447 <!-- Stopwatch and Timer shared strings -->
James Lemieux24a54fc2015-09-18 16:45:45 -0700448 <!-- Describes the purpose of the button to resume running timer. [CHAR LIMIT=15] -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700449 <string name="sw_resume_button">Resume</string>
Annie Chin3e71c692015-07-23 14:17:44 -0700450 <!--
451 Describes the purpose of the button
452 for stopwatch: return stopwatch to zero and remove the lap times.
453 for timer: return timer to originally set duration.
454 [CHAR LIMIT=15]
455 -->
456 <string name="sw_reset_button">Reset</string>
457
458 <!-- Stopwatch strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700459 <!-- Describes the purpose of the button to begin running a stopwatch -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700460 <string name="sw_start_button">Start</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700461 <!-- Describes the purpose of the button to pause a stopwatch. -->
James Lemieux24a54fc2015-09-18 16:45:45 -0700462 <string name="sw_pause_button">Pause</string>
463 <!-- Describes the purpose of the button to record current the stopwatch value into the collection of lap times. -->
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700464 <string name="sw_lap_button">Lap</string>
Budi Kusmiantoro76a34b32014-09-11 16:25:50 -0700465 <!-- Describes the purpose of the button to share the stopwatch value.
466 Also used as title for chooser when sharing stopwatch results. -->
Sara Ting1c4ab872012-10-09 16:12:03 -0700467 <string name="sw_share_button">Share</string>
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700468
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800469 <!-- Abbreviation for temporal hours [CHAR LIMIT=1] -->
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700470 <string name="hours_label">h</string>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800471 <!-- Abbreviation for temporal minutes [CHAR LIMIT=1] -->
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700472 <string name="minutes_label">m</string>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800473 <!-- Abbreviation for temporal seconds [CHAR LIMIT=1] -->
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700474 <string name="seconds_label">s</string>
Sara Ting1c4ab872012-10-09 16:12:03 -0700475 <!-- Accessibility strings -->
476 <string name="hours_label_description">hours</string>
477 <string name="minutes_label_description">minutes</string>
478 <string name="seconds_label_description">seconds</string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700479
Isaac Katzenelsond479b542012-09-19 09:46:41 -0700480 <string name="zero">0</string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700481
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700482 <!-- Stopwatch share strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700483 <!-- Sentence within the message created to share the total time recorded within the stopwatch -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700484 <string name="sw_share_main">My time is <xliff:g id="time">%s</xliff:g></string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700485 <!-- 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 -0700486 <string name="sw_share_laps">Lap times:</string>
Robyn Coultas87bf27c2012-11-12 17:28:28 -0800487 <!-- Label to enumerate the number of laps in the notification the user has counted -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700488 <string name="sw_notification_lap_number">Lap <xliff:g id="number">%d</xliff:g></string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700489
Sara Ting1c4ab872012-10-09 16:12:03 -0700490 <!-- Stopwatch accessibility strings -->
491 <plurals name="Nhours_description">
492 <!-- 1 hour -->
493 <item quantity="one">1 hour</item>
494 <!-- more -->
495 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> hours</item>
496 </plurals>
497 <plurals name="Nminutes_description">
498 <!-- 1 minute -->
499 <item quantity="one">1 minute</item>
500 <!-- more -->
501 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> minutes</item>
502 </plurals>
503 <plurals name="Nseconds_description">
504 <!-- 1 second -->
505 <item quantity="one">1 second</item>
506 <!-- more -->
507 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> seconds</item>
508 </plurals>
509
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700510 <!-- timer strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700511 <!-- Describes the purpose of the button to add a new timer -->
Itzhak Katzenelson48d79ef2012-09-10 09:20:09 -0700512 <string name="timer_add_timer">Add Timer</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700513 <!-- Describes the purpose of the button to begin or continue running a timer -->
Isaac Katzenelsonb9402712012-09-10 15:11:41 -0700514 <string name="timer_start">Start</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700515 <!-- Describes the purpose of the button to delete a timer. -->
Isaac Katzenelson1123ff42012-09-11 12:49:38 -0700516 <string name="timer_delete">Delete</string>
Annie China3ec9942015-02-11 12:39:34 -0800517 <!-- Talkback description for deleting a number. -->
518 <string name="timer_descriptive_delete">Delete <xliff:g id="number_string">%s</xliff:g></string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700519 <!-- Describes the purpose of the button increase the remaining time on a timer by one minute. -->
Sara Ting1c4ab872012-10-09 16:12:03 -0700520 <string name="timer_plus_one">Add 1 Minute</string>
Robyn Coultase332c572012-11-26 15:31:09 -0800521 <!-- Like "timer_plus_one", but with 'minute' abbreviated for the notification. -->
522 <string name="timer_plus_1_min">Add 1 min</string>
Isaac Katzenelsone7c4dc52013-08-27 23:49:51 -0700523 <!-- Describes the purpose of the button to stop the timer. -->
Isaac Katzenelson1123ff42012-09-11 12:49:38 -0700524 <string name="timer_stop">Stop</string>
Annie Chin85d92662015-06-23 17:19:03 -0700525 <!-- Describes the purpose of the button to stop all currently firing timers. [CHAR LIMIT=25] -->
526 <string name="timer_stop_all">Stop all timers</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700527 <!-- Describes the purpose of the button to return the timer to it's original starting value. -->
Isaac Katzenelsonb29cd6c2012-09-13 11:35:15 -0700528 <string name="timer_reset">Reset</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700529 <!-- 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 -0700530 <string name="timer_cancel">Cancel</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700531 <!-- Notification content shown when a timer has completed and has no more time remaining -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700532 <string name="timer_times_up">Time\'s up</string>
Annie Chin85d92662015-06-23 17:19:03 -0700533 <!--
534 Notification content shown when multiple timers have completed and have no more time
535 remaining. Arg is the number of timers. [CHAR LIMIT=25]
536 -->
537 <string name="timer_multi_times_up"><xliff:g id="NUM_TIMERS" example="2">%d</xliff:g> timers expired</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700538 <!-- Label associated with a notification for a Timer -->
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700539 <string name="timer_notification_label">Timer</string>
rachelzhangd993b5d2014-08-26 17:45:02 -0700540 <!-- Toast content shown when user attempts to create a new timer when there are already 4 timers -->
541 <string name="timers_max_count_reached">4 timers maximum</string>
Annie Chin3e71c692015-07-23 14:17:44 -0700542 <!-- Describes the purpose of the notification button to pause the timer. [CHAR LIMIT=15] -->
543 <string name="timer_pause">Pause</string>
Annie Chin283e8172015-07-30 10:37:37 -0700544 <!-- Describes the purpose of the notification button to reset all running timers. [CHAR LIMIT=31] -->
Annie Chin3e71c692015-07-23 14:17:44 -0700545 <string name="timer_reset_all">Reset all timers</string>
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700546
Robyn Coultas0555b472012-10-09 17:33:49 -0700547 <!-- Jocular content that user may append when sharing the lap times -->
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700548 <string-array name="sw_share_strings" translatable="true">
Isaac Katzenelsond479b542012-09-19 09:46:41 -0700549 <item>You\'re quite the speed demon.</item>
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700550 <item>Enjoy the fruits of your labor.</item>
551 <item>Androids are known to be fast, but not as fast as you!</item>
552 <item>Phew.</item>
553 <item>L33t times.</item>
554 <item>Such prodigious velocity.</item>
555 <item>Let\'s do the time warp again.</item>
556 <item>Just a jump to the left.</item>
557 <item>You have a palette for haste.</item>
558 <item>Photonic velocity.</item>
559 </string-array>
560
Robyn Coultas0555b472012-10-09 17:33:49 -0700561 <!-- 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 -0700562 <string name="home_label">Home</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700563 <!-- Label for the Cities activity displayed on-screen when that activity must be represented to the user. -->
Isaac Katzenelson948edb52012-09-27 10:09:06 -0700564 <string name="cities_activity_title">Cities</string>
Itzhak Katzenelson3a9c0912012-09-15 23:20:35 -0700565
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700566 <!-- Settings strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700567 <!-- Header in the preferences settings for the section pertaining to clocks on the main fragment -->
Budi Kusmiantoro381faca2014-08-13 13:20:55 -0700568 <string name="clock_settings">Clock</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700569 <!-- Header for a Clock Dream Setting referring to choosing analog or digital style -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700570 <string name="clock_style">Style</string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700571
Daria Evdokimovaa3b2e472015-07-27 13:25:40 -0700572 <!-- Title for preference to change date & time -->
573 <string name="open_date_settings">Change Date \u0026 time</string>
574
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700575 <!-- Entries listed in the ListPreference when invoking the clock style
576 preference. -->
577 <string-array name="clock_style_entries">
578 <item>Analog</item>
579 <item>Digital</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700580 </string-array>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700581
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700582 <!-- Values that are retrieved from the ListPreference. These must match
583 the clock_style_entries above. -->
Robyn Coultas68c52d52012-10-11 11:20:13 -0700584 <string-array name="clock_style_values" translatable="false">
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700585 <item>analog</item>
586 <item>digital</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700587 </string-array>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700588
Robyn Coultas0555b472012-10-09 17:33:49 -0700589 <!-- 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 -0700590 <string name="automatic_home_clock">Automatic home clock</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700591 <!-- Describes the functionality provided by the automatic_home_clock option -->
Robyn Coultas8a03fbb2012-10-17 14:42:00 -0700592 <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 -0700593 <!-- Title in the preferences change the time zone for the user's home -->
Isaac Katzenelson683b5102012-09-24 20:16:26 -0700594 <string name="home_time_zone">Home time zone</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700595 <!-- Title in a list dialog box to pick a time zone for the user's home -->
Isaac Katzenelson683b5102012-09-24 20:16:26 -0700596 <string name="home_time_zone_title">Home time zone</string>
597
Robyn Coultas0555b472012-10-09 17:33:49 -0700598 <!-- Textual content of the button to discard the current dialog values and close the dialog -->
Isaac Katzenelson683b5102012-09-24 20:16:26 -0700599 <string name="time_picker_cancel">Cancel</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700600 <!-- Textual content of the button to update an alarm with the current dialog values -->
Sam Blitzstein72332c22012-10-10 15:11:28 -0700601 <string name="time_picker_set">OK</string>
Isaac Katzenelson683b5102012-09-24 20:16:26 -0700602 <string name="time_picker_time_seperator">:</string>
Isaac Katzenelsone4e9f772012-09-28 18:52:11 -0700603 <!-- place holder for am/pm label when it is not set -->
604 <string name="time_picker_ampm_label">--</string>
605 <!-- add 00 as minutes to the time when pressing this button -->
606 <string name="time_picker_00_label">:00</string>
607 <!-- add 30 as minutes to the time when pressing this button -->
608 <string name="time_picker_30_label">:30</string>
Itzhak Katzenelsona2e45202012-09-30 00:27:53 -0700609
Itzhak Katzenelson210d8512012-09-16 21:27:13 -0700610 <!-- Choices for timezones, must be kept in sync with timezone_values. CHAR LIMIT=25] -->
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700611 <string-array name="timezone_labels">
612 <item>"Marshall Islands"</item>
613 <item>"Midway Island"</item>
614 <item>"Hawaii"</item>
615 <item>"Alaska"</item>
616 <item>"Pacific Time"</item>
617 <item>"Tijuana"</item>
618 <item>"Arizona"</item>
619 <item>"Chihuahua"</item>
620 <item>"Mountain Time"</item>
621 <item>"Central America"</item>
622 <item>"Central Time"</item>
623 <item>"Mexico City"</item>
624 <item>"Saskatchewan"</item>
625 <item>"Bogota"</item>
626 <item>"Eastern Time"</item>
627 <item>"Venezuela"</item>
628 <item>"Atlantic Time (Barbados)"</item>
629 <item>"Atlantic Time (Canada)"</item>
630 <item>"Manaus"</item>
631 <item>"Santiago"</item>
632 <item>"Newfoundland"</item>
633 <item>"Brasilia"</item>
634 <item>"Buenos Aires"</item>
635 <item>"Greenland"</item>
636 <item>"Montevideo"</item>
637 <item>"Mid-Atlantic"</item>
638 <item>"Azores"</item>
639 <item>"Cape Verde Islands"</item>
640 <item>"Casablanca"</item>
641 <item>"London, Dublin"</item>
642 <item>"Amsterdam, Berlin"</item>
643 <item>"Belgrade"</item>
644 <item>"Brussels"</item>
645 <item>"Sarajevo"</item>
646 <item>"Windhoek"</item>
647 <item>"W. Africa Time"</item>
648 <item>"Amman, Jordan"</item>
649 <item>"Athens, Istanbul"</item>
650 <item>"Beirut, Lebanon"</item>
651 <item>"Cairo"</item>
652 <item>"Helsinki"</item>
653 <item>"Jerusalem"</item>
654 <item>"Minsk"</item>
655 <item>"Harare"</item>
656 <item>"Baghdad"</item>
657 <item>"Moscow"</item>
658 <item>"Kuwait"</item>
659 <item>"Nairobi"</item>
660 <item>"Tehran"</item>
661 <item>"Baku"</item>
662 <item>"Tbilisi"</item>
663 <item>"Yerevan"</item>
664 <item>"Dubai"</item>
665 <item>"Kabul"</item>
666 <item>"Islamabad, Karachi"</item>
667 <item>"Ural'sk"</item>
668 <item>"Yekaterinburg"</item>
669 <item>"Kolkata"</item>
670 <item>"Sri Lanka"</item>
671 <item>"Kathmandu"</item>
672 <item>"Astana"</item>
673 <item>"Yangon"</item>
674 <item>"Krasnoyarsk"</item>
675 <item>"Bangkok"</item>
676 <item>"Beijing"</item>
677 <item>"Hong Kong"</item>
678 <item>"Irkutsk"</item>
679 <item>"Kuala Lumpur"</item>
680 <item>"Perth"</item>
681 <item>"Taipei"</item>
682 <item>"Seoul"</item>
683 <item>"Tokyo, Osaka"</item>
684 <item>"Yakutsk"</item>
685 <item>"Adelaide"</item>
686 <item>"Darwin"</item>
687 <item>"Brisbane"</item>
688 <item>"Hobart"</item>
689 <item>"Sydney, Canberra"</item>
690 <item>"Vladivostok"</item>
691 <item>"Guam"</item>
692 <item>"Magadan"</item>
693 <item>"Auckland"</item>
694 <item>"Fiji"</item>
695 <item>"Tonga"</item>
Paul Sliwowskibea96c72013-09-27 17:27:25 -0700696 <item>"Jakarta"</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700697 </string-array>
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -0700698
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700699 <!-- Choices for timezones, must be kept in sync with timezone_values. -->
700
701 <string-array name="timezone_values" translatable="false">
702 <item>"Pacific/Majuro"</item>
703 <item>"Pacific/Midway"</item>
704 <item>"Pacific/Honolulu"</item>
705 <item>"America/Anchorage"</item>
706 <item>"America/Los_Angeles"</item>
707 <item>"America/Tijuana"</item>
708 <item>"America/Phoenix"</item>
709 <item>"America/Chihuahua"</item>
710 <item>"America/Denver"</item>
711 <item>"America/Costa_Rica"</item>
712 <item>"America/Chicago"</item>
713 <item>"America/Mexico_City"</item>
714 <item>"America/Regina"</item>
715 <item>"America/Bogota"</item>
716 <item>"America/New_York"</item>
717 <item>"America/Caracas"</item>
718 <item>"America/Barbados"</item>
719 <item>"America/Halifax"</item>
720 <item>"America/Manaus"</item>
721 <item>"America/Santiago"</item>
722 <item>"America/St_Johns"</item>
723 <item>"America/Sao_Paulo"</item>
724 <item>"America/Argentina/Buenos_Aires"</item>
725 <item>"America/Godthab"</item>
726 <item>"America/Montevideo"</item>
727 <item>"Atlantic/South_Georgia"</item>
728 <item>"Atlantic/Azores"</item>
729 <item>"Atlantic/Cape_Verde"</item>
730 <item>"Africa/Casablanca"</item>
731 <item>"Europe/London"</item>
732 <item>"Europe/Amsterdam"</item>
733 <item>"Europe/Belgrade"</item>
734 <item>"Europe/Brussels"</item>
735 <item>"Europe/Sarajevo"</item>
736 <item>"Africa/Windhoek"</item>
737 <item>"Africa/Brazzaville"</item>
738 <item>"Asia/Amman"</item>
739 <item>"Europe/Athens"</item>
740 <item>"Asia/Beirut"</item>
741 <item>"Africa/Cairo"</item>
742 <item>"Europe/Helsinki"</item>
743 <item>"Asia/Jerusalem"</item>
744 <item>"Europe/Minsk"</item>
745 <item>"Africa/Harare"</item>
746 <item>"Asia/Baghdad"</item>
747 <item>"Europe/Moscow"</item>
748 <item>"Asia/Kuwait"</item>
749 <item>"Africa/Nairobi"</item>
750 <item>"Asia/Tehran"</item>
751 <item>"Asia/Baku"</item>
752 <item>"Asia/Tbilisi"</item>
753 <item>"Asia/Yerevan"</item>
754 <item>"Asia/Dubai"</item>
755 <item>"Asia/Kabul"</item>
756 <item>"Asia/Karachi"</item>
757 <item>"Asia/Oral"</item>
758 <item>"Asia/Yekaterinburg"</item>
759 <item>"Asia/Calcutta"</item>
760 <item>"Asia/Colombo"</item>
761 <item>"Asia/Katmandu"</item>
762 <item>"Asia/Almaty"</item>
763 <item>"Asia/Rangoon"</item>
764 <item>"Asia/Krasnoyarsk"</item>
765 <item>"Asia/Bangkok"</item>
766 <item>"Asia/Shanghai"</item>
767 <item>"Asia/Hong_Kong"</item>
768 <item>"Asia/Irkutsk"</item>
769 <item>"Asia/Kuala_Lumpur"</item>
770 <item>"Australia/Perth"</item>
771 <item>"Asia/Taipei"</item>
772 <item>"Asia/Seoul"</item>
773 <item>"Asia/Tokyo"</item>
774 <item>"Asia/Yakutsk"</item>
775 <item>"Australia/Adelaide"</item>
776 <item>"Australia/Darwin"</item>
777 <item>"Australia/Brisbane"</item>
778 <item>"Australia/Hobart"</item>
779 <item>"Australia/Sydney"</item>
780 <item>"Asia/Vladivostok"</item>
781 <item>"Pacific/Guam"</item>
782 <item>"Asia/Magadan"</item>
783 <item>"Pacific/Auckland"</item>
784 <item>"Pacific/Fiji"</item>
785 <item>"Pacific/Tongatapu"</item>
Paul Sliwowskibea96c72013-09-27 17:27:25 -0700786 <item>"Asia/Jakarta"</item>
Isaac Katzenelson815e2f72012-09-07 18:38:22 -0700787 </string-array>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700788
Robyn Coultas0555b472012-10-09 17:33:49 -0700789 <!-- Header in the preferences settings for the section pertaining to alarms -->
Budi Kusmiantoro381faca2014-08-13 13:20:55 -0700790 <string name="alarm_settings">Alarms</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700791 <!-- Describes the running service for the stopwatch -->
Sam Blitzstein287f2d82012-09-26 11:15:06 -0700792 <string name="stopwatch_service_desc">Stopwatch service to run the notification.</string>
James Lemieux24a54fc2015-09-18 16:45:45 -0700793 <!-- Description for the paused stop watch -->
794 <string name="swn_paused">Paused</string>
Itzhak Katzenelson45604612012-09-15 11:42:11 -0700795
Budi Kusmiantoro273e5df2014-10-03 15:42:37 -0700796 <!-- Text instruction for dismiss alarm on alarm lock screen. The dismiss button will still
797 be on the right even on RTL languages so please do not reverse this during
798 translation. -->
rachelzhangd71fb672014-08-27 16:59:38 -0700799 <string name="description_direction_right">Swipe right to dismiss</string>
Budi Kusmiantoro273e5df2014-10-03 15:42:37 -0700800 <!-- Text instruction for snooze alarm on alarm lock screen. The snooze button will still
801 be on the left even on RTL languages so please do not reverse this during
802 translation. -->
rachelzhangd71fb672014-08-27 16:59:38 -0700803 <string name="description_direction_left">Swipe left to snooze</string>
Annie Chin82527ce2015-05-07 14:41:04 -0700804 <!-- Text instruction for alarm icon on alarm lock screen. The snooze button will still
805 be on the left even on RTL languages so please do not reverse this during
806 translation. -->
807 <string name="description_direction_both">Swipe left to snooze or right to dismiss</string>
Sam Blitzsteinb6a815a2012-09-27 17:11:00 -0700808
Annie Chinf139f922015-07-09 17:44:56 -0700809 <!-- Header in the preferences settings for the section pertaining to timers. -->
810 <string name="timer_settings">Timers</string>
811 <!-- Description for timer ringtone setting. -->
812 <string name="timer_ringtone_title">Timer ringtone</string>
813
Annie Chin3e71c692015-07-23 14:17:44 -0700814 <!-- Description when timer is stopped. -->
Sam Blitzsteinb6a815a2012-09-27 17:11:00 -0700815 <string name="timer_stopped">Timer stopped</string>
Annie Chin3e71c692015-07-23 14:17:44 -0700816
817 <!-- Notification title when timer is paused. [CHAR LIMIT=25] -->
818 <string name="timer_paused">Timer paused</string>
Annie Chin2190b632015-08-03 10:16:01 -0700819 <!-- Notification title when multiple timers are paused. [CHAR LIMIT = 30] -->
Annie Chin3e71c692015-07-23 14:17:44 -0700820 <string name="timers_stopped"><xliff:g id="number" example="7">%d</xliff:g> timers paused</string>
821 <!-- Notification text when multiple timers are paused. -->
Sam Blitzsteinb6a815a2012-09-27 17:11:00 -0700822 <string name="all_timers_stopped_notif">Touch to see your timers</string>
823 <!-- Notification title when at least one timer, of those in use, is counting down. -->
824 <string name="timers_in_use"><xliff:g id="number" example="7">%d</xliff:g> timers</string>
825 <!-- Notification text when at least one timer, of those in use, is counting down. -->
Sam Blitzstein2d0cd102012-10-03 16:00:12 -0700826 <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 -0400827
828 <!-- screensaver settings strings -->
Robyn Coultas0555b472012-10-09 17:33:49 -0700829 <!-- 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 -0400830 <string name="screensaver_settings">Dream settings</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700831 <!-- Title for check box to pick intensity of display diminuation during dream mode -->
Daniel Sandler8f873a22012-09-29 00:25:18 -0400832 <string name="night_mode_title">Night mode</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700833 <!-- Describes intensity of display diminuation during dream mode -->
Daniel Sandler8f873a22012-09-29 00:25:18 -0400834 <string name="night_mode_summary">Very dim display (for dark rooms)</string>
835
Robyn Coultas0555b472012-10-09 17:33:49 -0700836 <!-- 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 -0700837 <string name="expand_alarm">Expand alarm</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700838 <!-- 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 -0700839 <string name="collapse_alarm">Collapse alarm</string>
840
Robyn Coultas0555b472012-10-09 17:33:49 -0700841 <!-- Description of the button to undo change to alarm -->
Chiao Chengfcfc5052012-10-04 17:49:15 -0700842 <string name="alarm_undo">undo</string>
Robyn Coultas0555b472012-10-09 17:33:49 -0700843 <!-- Toast content when an alarm was deleted -->
Annie Chin08df3f12015-06-18 15:31:14 -0700844 <string name="alarm_deleted">Alarm deleted</string>
Itzhak Katzenelson041e2982012-10-06 14:38:29 -0700845 <!-- slash between date and next alarm in the clock -->
846 <string name="slash"> / </string>
Robyn Coultas421ad692012-10-08 14:38:36 -0700847 <!-- slash between date and next alarm in the clock -->
848 <string name="world_day_of_week_label"> / <xliff:g id="label">%s</xliff:g></string>
Sara Ting1c4ab872012-10-09 16:12:03 -0700849 <!-- Description of field showing the next alarm time in the clock page, for accessibility. -->
850 <string name="next_alarm_description">Next alarm: <xliff:g id="alarm_time" example="Wed 8:00am">%s</xliff:g></string>
Chiao Cheng5eeecb02012-10-16 13:58:51 -0700851
Isaac Katzenelsoneb6dbfb2012-10-16 18:18:46 -0700852 <!-- Displays the number of alarms selected from the list of alarms. -->
853 <string name="alarms_selected"><xliff:g id="alarms">%d</xliff:g> selected</string>
854
Annie Chin381f4f12015-07-16 12:01:00 -0700855 <!-- message used by the talkback accessibility app to say that something was deleted -->
Isaac Katzenelson139c8b12012-10-23 17:13:15 -0700856 <string name="deleted_message">Deleted</string>
857
858 <!-- Alarm deletion confirmation message-->
859 <plurals name="alarm_delete_confirmation">
860 <!-- Confirmation for one alarm -->
861 <item quantity="one">Delete selected alarm?</item>
862 <!-- Confirmation more than one alarm -->
863 <item quantity="other">Delete selected alarms?</item>
864 </plurals>
865
866 <!-- Timer deletion confirmation -->
867 <string name="timer_delete_confirmation">Delete this timer?</string>
868
869 <!-- world clock deletion confirmation -->
870 <string name="city_delete_confirmation">Remove this city?</string>
871
Isaac Katzenelson7d914d42012-11-05 18:18:06 -0800872 <!-- Label for digital clock gadget displayed on-screen when that gadget is represented to the user. -->
Isaac Katzenelson5c569322012-10-25 15:00:48 -0700873 <string name="digital_gadget">Digital clock</string>
Isaac Katzenelson644fc1e2012-11-05 15:48:09 -0800874
Isaac Katzenelson78c03262013-10-02 18:24:27 -0700875 <!-- format strings for clocks -->
876 <string name="clock_24_hours_format" translatable="false">kk&#58;mm</string>
877 <string name="main_widget_12_hours_format" translatable="false">h&#58;mm</string>
878 <!-- Font size for AM/PM should match widget_label_font_size -->
rachelzhang80eafdf2014-08-16 18:15:11 -0700879 <string name="wc_widget_12_hours_format" translatable="false">h&#58;mm&#8202;<b><font size="14" face="sans-serif">a</font></b></string>
Isaac Katzenelson78c03262013-10-02 18:24:27 -0700880 <!-- Font size for AM/PM should match bottom_text_size -->
rachelzhang80eafdf2014-08-16 18:15:11 -0700881 <string name="main_clock_12_hours_format" translatable="false">h&#58;mm&#8202;<b><font size="16" face="sans-serif">a</font></b></string>
Isaac Katzenelson78c03262013-10-02 18:24:27 -0700882 <!-- Font size for AM/PM should match label_font_size -->
rachelzhang80eafdf2014-08-16 18:15:11 -0700883 <string name="world_clock_12_hours_format" translatable="false">h&#58;mm&#8202;<b><font size="14" face="sans-serif">a</font></b></string>
Isaac Katzenelson50a1b1e2013-10-04 15:07:05 -0700884 <!-- Font size for AM/PM should match alarm_label_size -->
rachelzhang048d6122014-07-30 10:03:00 -0700885 <string name="alarm_time_12_hours_format" translatable="false">h&#58;mm&#8202;<b><font size="24" face="sans-serif">a</font></b></string>
Sam Blitzstein519fb1e2013-08-12 12:07:05 -0700886
887 <!-- String for no alarms -->
888 <string name="no_alarms">No Alarms</string>
Budi Kusmiantoroea043502014-07-08 16:07:50 -0700889
Budi Kusmiantoro5dcbb2b2014-07-14 18:01:40 -0700890 <!-- String for no alarms set [CHAR LIMIT=24] -->
Budi Kusmiantoroea043502014-07-08 16:07:50 -0700891 <string name="no_alarms_set">No alarms set</string>
892
James Kung2339c502013-09-04 17:59:26 -0700893 <!-- String for no enabled alarms in timeline view [CHAR LIMIT=30] -->
894 <string name="no_upcoming_alarms">NO UPCOMING ALARMS</string>
Annie Chin7eddc8e2015-03-05 11:34:13 -0800895
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700896 <!-- String that represents that invalid time for an alarm was specified, e.g. 23:00am
897 or 27:68pm.
Daria Evdokimova1ffcbb82015-06-30 13:33:39 -0700898 First %d represents hour, second %d represents minutes, %s represents am/pm,
899 If no am/pm is passed in (e.g. the locale uses 24h time) only hour and minute are printed.
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700900 [CHAR LIMIT=NONE]
901 -->
Daria Evdokimova1ffcbb82015-06-30 13:33:39 -0700902 <string name="invalid_time">Invalid time <xliff:g id="invalid_hour" example="25">%d</xliff:g>:<xliff:g id="invalid_minutes" example="63">%d</xliff:g> <xliff:g id="invalid_ampm" example="PM">%s</xliff:g></string>
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700903
904 <!-- String that represents that no alarm has been specified for a requested hour:minutes.
905 This happens when a user sends a voice command 'dismiss my alarm at 3:00pm' but they have no
906 alarms specified for that time. %s represents the time of the alarm.
907 [CHAR LIMIT=NONE]
908 -->
Daria Evdokimova97149ea2015-06-19 11:38:00 -0700909 <string name="no_alarm_at">No alarm at <xliff:g id="alarm_time_hour" example="14">%d</xliff:g>:<xliff:g id="alarm_time_minutes" example="23">%d</xliff:g></string>
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700910
911 <!-- String that represents that the user doesn't have any alarms scheduled. This happens when
912 a user sends a voice command 'dismiss next alarm' or 'dismiss all of my alarms' but they have
913 no alarms scheduled in the app.
914 [CHAR LIMIT=NONE]
915 -->
916 <string name="no_scheduled_alarms">No scheduled alarms</string>
917
Daria Evdokimovada784fb2015-06-24 16:04:22 -0700918 <!-- String that represents that the user specified that they want to select an alarm to
919 dismiss by specifying a 'label' but they didn't specify any labels.
920 [CHAR LIMIT=NONE]
921 -->
922 <string name="no_label_specified">No label specified</string>
923
924 <!-- String that represents that no alarm has been specified for a requested label.
925 This happens when a user sends a voice command 'dismiss my alarm with label pick up kids'
926 but they have no alarms with that label.
927 [CHAR LIMIT=NONE]
928 -->
929 <string name="no_alarms_with_label">No alarms contain the label</string>
930
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700931 <!-- String that represents that the user has sent a voice command 'start a stopwatch' when
932 the stopwatch was already running so the command wasn't executed.
933 [CHAR LIMIT=NONE]
934 -->
935 <string name="stopwatch_already_running">Stopwatch is already running</string>
936
937 <!-- String that represents that the user has sent a voice command 'stop the stopwatch' or
938 'lap the stopwatch' when the stopwatch wasn't running so the command wasn't executed.
939 [CHAR LIMIT=NONE]
940 -->
941 <string name="stopwatch_isnt_running">Stopwatch isn\'t running</string>
942
Daria Evdokimova95d226e2015-06-23 17:04:51 -0700943 <!-- String that represents that the user has sent a voice command 'reset the stopwatch' or
944 when the stopwatch was running so the command wasn't executed.
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700945 [CHAR LIMIT=NONE]
946 -->
Daria Evdokimova95d226e2015-06-23 17:04:51 -0700947 <string name="stopwatch_cant_be_reset_because_is_running">Stopwatch cannot be reset because it is running</string>
948
James Lemieux24a54fc2015-09-18 16:45:45 -0700949 <!-- String that represents that the user has successfully sent a voice command pausing
Daria Evdokimova95d226e2015-06-23 17:04:51 -0700950 the stopwatch.
951 [CHAR LIMIT=NONE]
952 -->
James Lemieux24a54fc2015-09-18 16:45:45 -0700953 <string name="stopwatch_paused">Stopwatch paused</string>
Daria Evdokimova95d226e2015-06-23 17:04:51 -0700954
955 <!-- String that represents that the user has successfully sent a voice command resetting
956 the stopwatch.
957 [CHAR LIMIT=NONE]
958 -->
959 <string name="stopwatch_reset">Stopwatch reset</string>
960
961 <!-- String that represents that the user has successfully sent a voice command lapping
962 the stopwatch.
963 [CHAR LIMIT=NONE]
964 -->
965 <string name="stopwatch_lapped">Stopwatch lapped</string>
966
967 <!-- String that represents that the user has successfully sent a voice command starting
968 the stopwatch.
969 [CHAR LIMIT=NONE]
970 -->
971 <string name="stopwatch_started">Stopwatch started</string>
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700972
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700973 <!-- String that represents that the user has sent a voice command 'dismiss my alarm at 3pm' when
974 there was no alarm scheduled for that time (they might have had an alarm for 3pm on the list
975 but it was disabled).
976 [CHAR LIMIT=NONE]
977 -->
Daria Evdokimova97149ea2015-06-19 11:38:00 -0700978 <string name="no_alarm_scheduled_for_this_time">No alarm scheduled for this time</string>
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700979
980 <!-- String that represents that the user has dismissed an alarm through a voice action.
981 %s represents alarm time, e.g. 14:20
982 [CHAR LIMIT=NONE]
983 -->
984 <string name="alarm_is_dismissed"><xliff:g id="alarm_time" example="14:20">%s</xliff:g> alarm dismissed</string>
985
Daria Evdokimova07424a12015-06-22 16:41:54 -0700986 <!-- String that represents that the user has dismissed an alarm through a voice action.
987 %s represents alarm time, e.g. 14:20
988 [CHAR LIMIT=NONE]
989 -->
990 <string name="alarm_is_set">Alarm is set for <xliff:g id="alarm_time" example="14:20">%s</xliff:g></string>
991
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -0700992 <!-- String that represents that the user attempted to send a voice action 'delete a timer'
993 when there were no timers available.
994 [CHAR LIMIT=NONE]
995 -->
996 <string name="no_timer_set">No timer set</string>
997
998 <!-- String that represents that the user has successfully deleted a timer through a voice action.
999 [CHAR LIMIT=NONE]
1000 -->
1001 <string name="timer_deleted">Timer deleted</string>
1002
1003 <!-- String that represents that the user has attempted to start a timer when a timer was
1004 already running.
1005 [CHAR LIMIT=NONE]
1006 -->
1007 <string name="timer_already_running">Timer already running</string>
1008
Daria Evdokimova97149ea2015-06-19 11:38:00 -07001009 <!-- String that represents that the user has attempted to start or reset a timer when
1010 there were more than 1 timer of desired state in which case it's ambiguous
1011 which timer the user meant.
1012 [CHAR LIMIT=NONE]
1013 -->
1014 <string name="multiple_timers_available">Unable to complete your request, multiple timers available</string>
1015
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -07001016 <!-- String that represents that the user has successfully started a timer through a voice action.
1017 [CHAR LIMIT=NONE]
1018 -->
1019 <string name="timer_started">Timer started</string>
1020
Daria Evdokimova07424a12015-06-22 16:41:54 -07001021 <!-- String that represents that the user has successfully created a timer through a voice action.
1022 [CHAR LIMIT=NONE]
1023 -->
1024 <string name="timer_created">Timer created</string>
1025
1026 <!-- String that represents that the user attempted to start a timer through a voice action
1027 but specified invalid length.
1028 [CHAR LIMIT=NONE]
1029 -->
1030 <string name="invalid_timer_length">Invalid timer length</string>
1031
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -07001032 <!-- String that represents that the user has successfully reset a timer through a voice action.
1033 [CHAR LIMIT=NONE]
1034 -->
1035 <string name="timer_was_reset">Timer reset</string>
1036
1037 <!-- String that represents that the user attempted to reset a timer through a voice action but
1038 the timer wasn't stopped (resetting is only allowed when a timer is stopped).
1039 [CHAR LIMIT=NONE]
1040 -->
1041 <string name="timer_cant_be_reset_because_its_running">Timer can\'t be reset because it\'s still running. Stop timer to reset.</string>
1042
1043 <!-- String that represents that the user attempted to stop a timer through a voice action but
1044 the timer was already stopped (resetting is only allowed when a timer is stopped).
1045 [CHAR LIMIT=NONE]
1046 -->
1047 <string name="timer_already_stopped">Timer already stopped</string>
1048
1049 <!-- String that represents that the user attempted to add or delete a world clock through
1050 a voice action
1051 but they didn't specify a city so no world clock was selected.
1052 [CHAR LIMIT=NONE]
1053 -->
1054 <string name="no_city_selected">No city selected</string>
1055
1056 <!-- String that represents that the user attempted to add or delete a world clock through
1057 a voice action
1058 but the city they specified wasn't listed in the database.
1059 [CHAR LIMIT=NONE]
1060 -->
1061 <string name="the_city_you_specified_is_not_available">The city you specified is not available</string>
1062
1063 <!-- String that represents that the user attempted to add a world clock through a voice action
1064 but the city they specified is already added to the list.
1065 [CHAR LIMIT=NONE]
1066 -->
1067 <string name="the_city_already_added">That city has already been added</string>
1068
1069 <!-- String that represents that the user successfully added a world clock through a
1070 voice action
1071 %s represents the name of the city they added.
1072 [CHAR LIMIT=NONE]
1073 -->
1074 <string name="city_added"><xliff:g id="city_name" example="Paris">%s</xliff:g> added</string>
1075
1076 <!-- String that represents that the user successfully deleted a world clock through
1077 a voice action
1078 %s represents the name of the city they deleted.
1079 [CHAR LIMIT=NONE]
1080 -->
1081 <string name="city_deleted"><xliff:g id="city_name" example="Paris">%s</xliff:g> deleted</string>
1082
1083 <!-- String that represents that the user attempted to dismiss an alarm that is more than
Daria Evdokimova1c6f6b02015-06-30 13:19:11 -07001084 24 hours away
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -07001085 %s represents the time of the alarm (e.g. 15:39)
1086 [CHAR LIMIT=NONE]
1087 -->
Daria Evdokimova5d17b0d2015-06-18 18:21:06 -07001088 <string name="alarm_cant_be_dismissed_still_more_than_24_hours_away"><xliff:g id="alarm_time" example="14:20">%s</xliff:g> alarm can\'t be dismissed yet, still more than 24 hours away</string>
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -07001089
Daria Evdokimova49b6cba2015-06-03 15:34:01 -07001090 <!-- String that shows up in the action bar for the Picker Activity
1091 where a use gets to pick which alarm to dismiss
1092 [CHAR LIMIT=NONE]
1093 -->
1094 <string name="dismiss_alarm">Dismiss alarm</string>
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -07001095
Daria Evdokimova97149ea2015-06-19 11:38:00 -07001096 <!-- String that represents that further action is needed from the user in case their
1097 voice command was ambiguous or there are more than 1 alarms that match their request.
1098 The user needs to choose an alarm they want to dismiss through the UI
1099 [CHAR LIMIT=NONE]
1100 -->
1101 <string name="pick_alarm_to_dismiss">Pick which alarm to dismiss</string>
1102
Daria Evdokimova12fa5ef2015-06-18 17:50:27 -07001103 <!-- String that represents that the user doesn't have any alarms firing at the moment.
1104 [CHAR LIMIT=NONE]
1105 -->
1106 <string name="no_firing_alarms">No firing alarms</string>
1107
1108 <!-- String that represents that the user has snoozed an alarm through a voice action for 10
1109 minutes.
1110 %s represents alarm time, e.g. 14:20
1111 [CHAR LIMIT=NONE]
1112 -->
1113 <string name="alarm_is_snoozed"><xliff:g id="alarm_time" example="14:20">%s</xliff:g> alarm snoozed for 10 minutes</string>
1114
Isaac Katzenelson65d7dfb2012-08-28 16:58:32 -07001115</resources>
The Android Open Source Project5fedae02009-03-03 19:32:15 -08001116