1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright (C) 2016 The Android Open Source Project 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16 --> 17 18<resources 19 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" 20 xmlns:tools="http://schemas.android.com/tools"> 21 22 <!-- Label shown on launcher icon --> 23 <!-- Label for the this application displayed on-screen when this application must be represented to the user. --> 24 <string name="app_label">Clock</string> 25 26 <!-- Setting label on Set alarm screen: Label --> 27 <string name="label">Label</string> 28 29 <!-- Default label to display for an alarm --> 30 <string name="default_label">Alarm</string> 31 32 <!-- Setting labels on Set alarm screen: Vibration on or off --> 33 <string name="alarm_vibrate">Vibrate</string> 34 35 <!-- Setting labels on Set alarm screen: Repeat --> 36 <string name="alarm_repeat">Repeat</string> 37 38 <!-- Setting labels on Set alarm screen: Delete [CHAR LIMIT=15] --> 39 <string name="delete">Delete</string> 40 41 <!-- Title of default ringtone played when an alarm triggers [CHAR LIMIT=30] --> 42 <string name="default_alarm_ringtone_title">Default alarm sound</string> 43 44 <!-- Title for alarm ringtone picker screen [CHAR LIMIT=30] --> 45 <string name="alarm_sound">Alarm sound</string> 46 47 <!-- Title for timer ringtone picker screen [CHAR LIMIT=30] --> 48 <string name="timer_sound">Timer sound</string> 49 50 <!-- Label for adding a new ringtone sound [CHAR LIMIT=30]--> 51 <string name="add_new_sound">Add new</string> 52 53 <!-- Label for removing a ringtone sound [CHAR LIMIT=30] --> 54 <string name="remove_sound">Remove</string> 55 56 <!-- Text that explains what happens to alarms and timers after removing the custom ringtone sound they use [CHAR LIMIT=NONE] --> 57 <string name="confirm_remove_custom_ringtone">Alarms and timers using this sound will play the default sound instead.</string> 58 59 <!-- Label for "Your sounds" section on ringtone selection screen [CHAR LIMIT=60] --> 60 <string name="your_sounds">Your sounds</string> 61 62 <!-- Label for "Device sounds" section on ringtone selection screen [CHAR LIMIT=60] --> 63 <string name="device_sounds">Device sounds</string> 64 65 <!-- Text that explains that the ringtone is inaccessible to the app [CHAR LIMIT=NONE] --> 66 <string name="custom_ringtone_lost_permissions">The sound content cannot be accessed.</string> 67 68 <!-- Title of default ringtone played when a timer expires. --> 69 <string name="default_timer_ringtone_title">Timer Expired</string> 70 71 <!-- Label shown when user is setting up non-repeating alarm for tomorrow [CHAR LIMIT=15] --> 72 <string name="alarm_tomorrow">Tomorrow</string> 73 74 <!-- Label shown when user is setting up non-repeating alarm for later today [CHAR LIMIT=15] --> 75 <string name="alarm_today">Today</string> 76 77 <!-- Button labels on the alarm dialog: Dismiss --> 78 <string name="alarm_alert_dismiss_text">Dismiss</string> 79 80 <!-- Alarm Alert screen: this message is shown after an alarm rung 81 unattended for a number of minutes. It tells the user that 82 the alarm has been silenced.--> 83 <string name="alarm_missed_title">Missed alarm</string> 84 <string name="alarm_missed_text"><xliff:g id="alarm_time">%1$s</xliff:g> - <xliff:g id="alarm_label">%2$s</xliff:g></string> 85 86 <!-- The text shown after user snoozed an alerting alarm. The text will be shown 87 together with the number of minutes in two separate lines. For example: 88 Snoozed 89 10 min 90 [CHAR LIMIT=10] 91 --> 92 <string name="alarm_alert_snoozed_text">Snoozed</string> 93 94 <!-- The text shown after user snoozed an alerting alarm. The text will be shown 95 together with the word 'Snoozed' in two separate lines or example: 96 Snoozed 97 10 min 98 [CHAR LIMIT=10] 99 --> 100 <plurals name="alarm_alert_snooze_duration"> 101 <!-- Duration for one minute --> 102 <item quantity="one">1 min</item> 103 <!-- Duration for more than one minute --> 104 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> min</item> 105 </plurals> 106 107 <!-- The text shown after user dismissed an alerting alarm [CHAR LIMIT=15] --> 108 <string name="alarm_alert_off_text">Alarm off</string> 109 110 <!-- Button labels on the alarm dialog: Snooze --> 111 <string name="alarm_alert_snooze_text">Snooze</string> 112 113 <!-- Toast that appears after Alarm is snoozed from the Alarm 114 dialog. Says the alarm will snooze for xxx minutes. --> 115 <plurals name="alarm_alert_snooze_set"> 116 <!-- Duration for one minute --> 117 <item quantity="one">Snoozing for 1 minute.</item> 118 <!-- Duration for more than one minute --> 119 <item quantity="other">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</item> 120 </plurals> 121 122 <!-- Text to appear inside a notification while an alarm is snoozing. --> 123 <string name="alarm_alert_snooze_until">Snoozing until <xliff:g id="time">%s</xliff:g></string> 124 125 <!-- Text to appear in the notification title while an alarm is about to go off. --> 126 <string name="alarm_alert_predismiss_title">Upcoming alarm</string> 127 128 <!-- Text to appear in when trying to view a missed alarm that has been deleted --> 129 <string name="missed_alarm_has_been_deleted">Your missed alarm has been deleted</string> 130 131 <!-- 0: nothing 132 1: days 133 2: hours 134 3: days hours 135 4: minutes 136 5: days minutes 137 6: hours minutes 138 7: days hours minutes 139 --> 140 <skip /> 141 142 <!-- Timer notification: how long from now until timer goes off. 143 (Also used for timer accessibility announcements.) --> 144 <string name="timer_notifications_less_min">Less than a minute remaining</string> 145 <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> 146 <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> 147 <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> 148 <string name="timer_notifications_seconds"><xliff:g id="SECONDS" example="2 seconds">%4$s</xliff:g><xliff:g id="REMAINING" example="remaining"> %3$s</xliff:g></string> 149 <string name="timer_notifications_minutes_seconds"><xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g> <xliff:g id="SECONDS" example="2 seconds"> %4$s</xliff:g><xliff:g id="REMAINING" example="remaining"> %3$s</xliff:g></string> 150 <string name="timer_notifications_hours_seconds"><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g> <xliff:g id="SECONDS" example="2 seconds"> %4$s</xliff:g><xliff:g id="REMAINING" example="remaining"> %3$s</xliff:g></string> 151 <string name="timer_notifications_hours_minutes_seconds"><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g><xliff:g id="MINUTES" example="2 minutes"> %2$s</xliff:g><xliff:g id="SECONDS" example="2 seconds"> %4$s</xliff:g><xliff:g id="REMAINING" example="remaining"> %3$s</xliff:g></string> 152 153 <!-- Timer accessibility announcements --> 154 <string name="timer_accessibility_one_minute_added">One minute added to timer, <xliff:g id="TIME" example="5 hours remaining">%1$s</xliff:g></string> 155 <string name="timer_accessibility_stopped">Timer paused, <xliff:g id="TIME" example="5 hours remaining">%1$s</xliff:g></string> 156 <string name="timer_accessibility_started">Timer running, <xliff:g id="TIME" example="5 hours remaining">%1$s</xliff:g></string> 157 158 <!-- 159 Verb inflection to use for single time units remaining 160 Ex. "1 minute remaining" 161 --> 162 <string name="timer_remaining_single">remaining</string> 163 <!-- 164 Verb inflection to use for multiple time units remaining 165 Ex. "2 minutes remaining" 166 --> 167 <string name="timer_remaining_multiple">remaining</string> 168 169 <!-- Alarm confirmation toast: Describes how long from now until alarm fires --> 170 <string-array name="alarm_set"> 171 <item>Alarm set for less than 1 minute from now.</item> 172 <item>Alarm set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> from now.</item> 173 <item>Alarm set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item> 174 <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> 175 <item>Alarm set for <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 176 <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> 177 <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> 178 <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> 179 </string-array> 180 181 <!-- Alarm confirmation toast: days --> 182 <plurals name="days"> 183 <!-- Duration for one day --> 184 <item quantity="one">1 day</item> 185 <!-- Duration for more than one day --> 186 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> days</item> 187 </plurals> 188 189 <!-- Alarm confirmation toast, timer notification and world clock ahead/behind: hours --> 190 <plurals name="hours"> 191 <!-- Duration for one hour --> 192 <item quantity="one">1 hour</item> 193 <!-- Duration for more than one hour --> 194 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> hours</item> 195 </plurals> 196 197 <plurals name="hours_short"> 198 <!-- Duration for one hour [CHAR LIMIT=8] --> 199 <item quantity="one">1 hr</item> 200 <!-- Duration for more than one hour [CHAR LIMIT=8]--> 201 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> hr</item> 202 </plurals> 203 204 <!-- Alarm confirmation toast and timer notification: minutes --> 205 <plurals name="minutes"> 206 <!-- Duration for one minute --> 207 <item quantity="one">1 minute</item> 208 <!-- Duration for more than one minute --> 209 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutes</item> 210 </plurals> 211 212 <plurals name="minutes_short"> 213 <!-- Duration for one minute [CHAR LIMIT=8] --> 214 <item quantity="one">1 min</item> 215 <!-- Duration for more than one minute [CHAR LIMIT=8] --> 216 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> min</item> 217 </plurals> 218 219 <!-- Timer accessibility announcement --> 220 <plurals name="seconds"> 221 <!-- Duration for one second --> 222 <item quantity="one">1 second</item> 223 <!-- Duration for more than one minute --> 224 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> seconds</item> 225 </plurals> 226 227 <!-- Repeat options that appear under an alarm on main Alarm Clock 228 screen to identify repetition schedule: special case for when 229 the alarm is set to repeat every day --> 230 <string name="every_day">Every day</string> 231 232 <!-- Repeat options that appear under an alarm on main Alarm Clock 233 screen to identify repetition schedule: concatenate days with 234 this character, i.e. "Mon, Tue, Wed" --> 235 <string name="day_concat">", "</string> 236 237 <!-- Message indicating the widget is being loaded. --> 238 <string name="loading_widget">Loading\u2026</string> 239 240 <!-- Label for analog clock gadget displayed in the widget picker. [CHAR LIMIT=18] --> 241 <string name="analog_gadget">Analog clock</string> 242 243 <!-- Label for digital clock gadget displayed in the widget picker. [CHAR LIMIT=18] --> 244 <string name="digital_gadget">Digital clock</string> 245 246 <!-- Settings activity name --> 247 <!-- Label for the Settings activity displayed on-screen when that activity must be represented to the user. --> 248 <string name="settings">Settings</string> 249 250 <!-- Setting title for changing the snooze duration. --> 251 <string name="snooze_duration_title">Snooze length</string> 252 253 <!-- Setting title for changing the crescendo duration. --> 254 <string name="crescendo_duration_title">Gradually increase volume</string> 255 256 <!-- Auto silence preference title --> 257 <string name="auto_silence_title">Silence after</string> 258 259 <!-- Auto silence summary string set based on the preference value. --> 260 <plurals name="auto_silence_summary"> 261 <!-- Duration for one minute --> 262 <item quantity="one">1 minute</item> 263 <!-- Duration for more than one minute --> 264 <item quantity="other"><xliff:g id="formatted_number" example="7">%s</xliff:g> minutes</item> 265 </plurals> 266 267 268 <!-- Auto silence summary when turned off --> 269 <string name="auto_silence_never">Never</string> 270 271 <!-- Entries listed in the ListPreference when invoking the auto silence 272 preference. --> 273 <string-array name="auto_silence_entries"> 274 <item>1 minute</item> 275 <item>5 minutes</item> 276 <item>10 minutes</item> 277 <item>15 minutes</item> 278 <item>20 minutes</item> 279 <item>25 minutes</item> 280 <item>Never</item> 281 </string-array> 282 283 <!-- Values that are retrieved from the ListPreference. These must match 284 the auto_silence_entries above. --> 285 <string-array name="auto_silence_values" translatable="false"> 286 <item>1</item> 287 <item>5</item> 288 <item>10</item> 289 <item>15</item> 290 <item>20</item> 291 <item>25</item> 292 <item>-1</item> <!-- Off --> 293 </string-array> 294 295 <!-- Entries listed in the ListPreference when invoking gradually increase 296 volume preferences. --> 297 <string-array name="crescendo_entries"> 298 <item>Off</item> 299 <item>5 seconds</item> 300 <item>10 seconds</item> 301 <item>15 seconds</item> 302 <item>20 seconds</item> 303 <item>25 seconds</item> 304 <item>30 seconds</item> 305 <item>35 seconds</item> 306 <item>40 seconds</item> 307 <item>45 seconds</item> 308 <item>50 seconds</item> 309 <item>55 seconds</item> 310 <item>60 seconds</item> 311 </string-array> 312 313 <!-- Values that are retrieved from the ListPreference. These must match 314 the crescendo_entries above. --> 315 <string-array name="crescendo_values" translatable="false"> 316 <item>0</item> 317 <item>5</item> 318 <item>10</item> 319 <item>15</item> 320 <item>20</item> 321 <item>25</item> 322 <item>30</item> 323 <item>35</item> 324 <item>40</item> 325 <item>45</item> 326 <item>50</item> 327 <item>55</item> 328 <item>60</item> 329 </string-array> 330 331 <!-- Entries listed in the ListPreference when invoking the snooze duration preference --> 332 <string-array name="snooze_duration_entries"> 333 <item>1 minute</item> 334 <item>2 minutes</item> 335 <item>3 minutes</item> 336 <item>4 minutes</item> 337 <item>5 minutes</item> 338 <item>6 minutes</item> 339 <item>7 minutes</item> 340 <item>8 minutes</item> 341 <item>9 minutes</item> 342 <item>10 minutes</item> 343 <item>11 minutes</item> 344 <item>12 minutes</item> 345 <item>13 minutes</item> 346 <item>14 minutes</item> 347 <item>15 minutes</item> 348 <item>16 minutes</item> 349 <item>17 minutes</item> 350 <item>18 minutes</item> 351 <item>19 minutes</item> 352 <item>20 minutes</item> 353 <item>21 minutes</item> 354 <item>22 minutes</item> 355 <item>23 minutes</item> 356 <item>24 minutes</item> 357 <item>25 minutes</item> 358 <item>26 minutes</item> 359 <item>27 minutes</item> 360 <item>28 minutes</item> 361 <item>29 minutes</item> 362 <item>30 minutes</item> 363 </string-array> 364 365 <!-- Values that are retrieved from the ListPreference. These must match 366 the snooze_duration_entries above. --> 367 <string-array name="snooze_duration_values" translatable="false"> 368 <item>1</item> 369 <item>2</item> 370 <item>3</item> 371 <item>4</item> 372 <item>5</item> 373 <item>6</item> 374 <item>7</item> 375 <item>8</item> 376 <item>9</item> 377 <item>10</item> 378 <item>11</item> 379 <item>12</item> 380 <item>13</item> 381 <item>14</item> 382 <item>15</item> 383 <item>16</item> 384 <item>17</item> 385 <item>18</item> 386 <item>19</item> 387 <item>20</item> 388 <item>21</item> 389 <item>22</item> 390 <item>23</item> 391 <item>24</item> 392 <item>25</item> 393 <item>26</item> 394 <item>27</item> 395 <item>28</item> 396 <item>29</item> 397 <item>30</item> 398 </string-array> 399 400 <!-- Week start day preference title. --> 401 <string name="week_start_title">Start week on</string> 402 403 <!-- Entries listed in ListPreference for start day. --> 404 <string-array name="week_start_entries"> 405 <item>Saturday</item> 406 <item>Sunday</item> 407 <item>Monday</item> 408 </string-array> 409 410 <!-- Values for ListPreference for start day of week. --> 411 <string-array name="week_start_values" translatable="false"> 412 <item>7</item> <!-- Calendar.SATURDAY --> 413 <item>1</item> <!-- Calendar.SUNDAY --> 414 <item>2</item> <!-- Calendar.MONDAY --> 415 </string-array> 416 417 <!-- Setting title for changing the alarm volume. --> 418 <string name="alarm_volume_title">Alarm volume</string> 419 420 <!-- Title for the silent ringtone. --> 421 <string name="silent_ringtone_title">Silent</string> 422 423 <!-- Title for ringtones that cannot be located by uri. --> 424 <string name="unknown_ringtone_title">Unknown</string> 425 426 <!-- Text to display when alarm volume is muted. [CHAR LIMIT=50] --> 427 <string name="alarm_volume_muted">Alarm volume muted</string> 428 429 <!-- Text for action that presents a volume control to adjust alarm volume. [CHAR LIMIT=20] --> 430 <string name="unmute_alarm_volume">Unmute</string> 431 432 <!-- Text to display when system default alarm ringtone is silent. [CHAR LIMIT=50] --> 433 <string name="silent_default_alarm_ringtone">Default alarm ringtone is silent</string> 434 435 <!-- Text for action that shows the UI that changes the default alarm ringtone. [CHAR LIMIT=20] --> 436 <string name="change_setting_action">Change</string> 437 438 <!-- Text to display when app notifications are blocked. [CHAR LIMIT=50] --> 439 <string name="app_notifications_blocked">Clock notifications are blocked</string> 440 441 <!-- Text to display when do-not-disturb is blocking alarms. [CHAR LIMIT=60] --> 442 <string name="alarms_blocked_by_dnd">Device is set to total silence</string> 443 444 <!-- Title of the setting to change hardware button behavior. This string 445 should be changed for each piece of hardware. [CHAR LIMIT=20] --> 446 <string name="volume_button_setting_title">Volume buttons</string> 447 448 <!-- Entries listed in the setting for the side-button action. --> 449 <string-array name="volume_button_setting_entries"> 450 <item>Snooze</item> 451 <item>Dismiss</item> 452 <item>Control volume</item> 453 </string-array> 454 455 <!-- Values for the side-button setting. --> 456 <string-array name="volume_button_setting_values" translatable="false"> 457 <item>1</item> 458 <item>2</item> 459 <item>0</item> 460 </string-array> 461 462 <!-- Accessibility labels for Clock activity buttons --> 463 <skip /> 464 465 <!-- Accessibility labels for alarm buttons --> 466 <string name="label_description">Label</string> 467 <string name="ringtone_description">Ringtone</string> 468 469 <!-- ActionBar strings --> 470 <!-- Describes the purpose of the tab button which which switches the activity to the Alarm page --> 471 <string name="menu_alarm">Alarm</string> 472 <!-- Describes the purpose of the tab button which which switches the activity to the Timer page --> 473 <string name="menu_timer">Timer</string> 474 <!-- Describes the purpose of the tab button which which switches the activity to the Clock page --> 475 <string name="menu_clock">Clock</string> 476 <!-- Describes the purpose of the tab button which which switches the activity to the Stopwatch page --> 477 <string name="menu_stopwatch">Stopwatch</string> 478 479 <!-- Clock view buttons strings--> 480 <!-- Describes the purpose of the button to start the activity to add/edit/delete alarms --> 481 <string name="button_alarms">Add alarm</string> 482 <!-- Describes the purpose of the button which provides a list of cities for the world clock settings --> 483 <string name="button_cities">Cities</string> 484 <!-- Menu item on most screens to get to more settings --> 485 <string name="menu_item_settings">Settings</string> 486 <!-- Menu item on most screens to get to the help information --> 487 <string name="menu_item_help">Help</string> 488 <!-- Menu item on clock screen to enter screen saver. --> 489 <string name="menu_item_night_mode">Screen saver</string> 490 <!-- Menu item on Cities screen to sort by GMT offset --> 491 <string name="menu_item_sort_by_gmt_offset">Sort by time</string> 492 <!-- Menu item on Cities screen to sort by alphabetical order --> 493 <string name="menu_item_sort_by_name">Sort by name</string> 494 495 <!-- Label for selected cities in Cities list view --> 496 <string name="selected_cities_label">Selected Cities</string> 497 498 <!-- Stopwatch and Timer shared strings --> 499 <!-- Describes the purpose of the button to resume running timer. [CHAR LIMIT=15] --> 500 <string name="sw_resume_button">Resume</string> 501 <!-- 502 Describes the purpose of the button 503 for stopwatch: return stopwatch to zero and remove the lap times. 504 for timer: return timer to originally set duration. 505 [CHAR LIMIT=15] 506 --> 507 <string name="sw_reset_button">Reset</string> 508 509 <!-- Stopwatch strings --> 510 <!-- Describes the purpose of the button to begin running a stopwatch --> 511 <string name="sw_start_button">Start</string> 512 <!-- Describes the purpose of the button to pause a stopwatch. --> 513 <string name="sw_pause_button">Pause</string> 514 <!-- Describes the purpose of the button to record current the stopwatch value into the collection of lap times. --> 515 <string name="sw_lap_button">Lap</string> 516 <!-- Describes the purpose of the button to share the stopwatch value. 517 Also used as title for chooser when sharing stopwatch results. --> 518 <string name="sw_share_button">Share</string> 519 520 <!-- Abbreviation for temporal hours [CHAR LIMIT=1] --> 521 <string name="hours_label">h</string> 522 <!-- Abbreviation for temporal minutes [CHAR LIMIT=1] --> 523 <string name="minutes_label">m</string> 524 <!-- Abbreviation for temporal seconds [CHAR LIMIT=1] --> 525 <string name="seconds_label">s</string> 526 527 <!-- Accessibility description for new timer setup duration (e.g. 1 hour, 10 minutes, 30 seconds). [CHAR LIMIT=NONE] --> 528 <string name="timer_setup_description"><xliff:g id="hours" example="1 hour">%1$s</xliff:g>, <xliff:g id="minutes" example="15 minutes">%2$s</xliff:g>, <xliff:g id="seconds" example="30 seconds">%3$s</xliff:g></string> 529 530 <!-- Formats the lap number display. Allows for control of the symbol preceding the lap number. [CHAR LIMIT=5] --> 531 <string name="lap_number_single_digit"># <xliff:g id="lapNumber">%d</xliff:g></string> 532 <!-- Formats the lap number display. Allows for control of the symbol preceding the lap number. [CHAR LIMIT=5] --> 533 <string name="lap_number_double_digit"># <xliff:g id="lapNumber">%02d</xliff:g></string> 534 535 <!-- Stopwatch share strings --> 536 <!-- Sentence within the message created to share the total time recorded within the stopwatch --> 537 <string name="sw_share_main">My time is <xliff:g id="time">%s</xliff:g></string> 538 <!-- Header within the message created to share a list of lap times (a new line is appended to this) --> 539 <string name="sw_share_laps">Lap times:</string> 540 <!-- Label to enumerate the number of laps in the notification the user has counted --> 541 <string name="sw_notification_lap_number">Lap <xliff:g id="number">%d</xliff:g></string> 542 543 <!-- timer strings --> 544 <!-- Describes the purpose of the button to add a new timer --> 545 <string name="timer_add_timer">Add Timer</string> 546 <!-- Describes the purpose of the button to begin or continue running a timer --> 547 <string name="timer_start">Start</string> 548 <!-- Describes the purpose of the button to delete a timer. --> 549 <string name="timer_delete">Delete</string> 550 <!-- Talkback description for deleting a number. --> 551 <string name="timer_descriptive_delete">Delete <xliff:g id="number_string">%s</xliff:g></string> 552 <!-- Describes the purpose of the button increase the remaining time on a timer by one minute. --> 553 <string name="timer_plus_one">Add 1 Minute</string> 554 <!-- Label for adding one minute to a timer. [CHAR LIMIT=10] --> 555 <string name="timer_add_minute">+ 1:00</string> 556 <!-- Like "timer_plus_one", but with 'minute' abbreviated for the notification. --> 557 <string name="timer_plus_1_min">Add 1 min</string> 558 <!-- Describes the purpose of the button to stop the timer. --> 559 <string name="timer_stop">Stop</string> 560 <!-- Describes the purpose of the button to stop all currently firing timers. [CHAR LIMIT=25] --> 561 <string name="timer_stop_all">Stop all timers</string> 562 <!-- Describes the purpose of the button to return the timer to it's original starting value. --> 563 <string name="timer_reset">Reset</string> 564 <!-- Describes the purpose of the button to discard the current dialog values. Will also close the dialog if other time's exist --> 565 <string name="timer_cancel">Cancel</string> 566 <!-- Accessibility announcement when a timer is canceled. --> 567 <string name="timer_canceled">Timer canceled</string> 568 <!-- Notification content shown when a timer has completed and has no more time remaining --> 569 <string name="timer_times_up">Time\'s up</string> 570 <!-- 571 Notification content shown when multiple timers have completed and have no more time 572 remaining. Arg is the number of timers. [CHAR LIMIT=25] 573 --> 574 <string name="timer_multi_times_up"><xliff:g id="NUM_TIMERS" example="2">%d</xliff:g> timers expired</string> 575 <!-- 576 Notification content shown when multiple timers have been missed. Arg is the number of 577 timers. [CHAR LIMIT=25] 578 --> 579 <string name="timer_multi_missed"><xliff:g id="number" example="2">%d</xliff:g> timers missed</string> 580 <!-- Label associated with a notification for a Timer --> 581 <string name="timer_notification_label">Timer</string> 582 <!-- Label associated with a notification for a missed Timer. [CHAR LIMIT=30] --> 583 <string name="missed_timer_notification_label">Missed timer</string> 584 <!-- Label associated with a notification for a missed named Timer. [CHAR LIMIT=NONE] --> 585 <string name="missed_named_timer_notification_label">Missed timer: <xliff:g id="name" example="Pick up kids">%s</xliff:g></string> 586 <!-- Describes the purpose of the notification button to pause the timer. [CHAR LIMIT=15] --> 587 <string name="timer_pause">Pause</string> 588 <!-- Describes the purpose of the notification button to reset all running timers. [CHAR LIMIT=31] --> 589 <string name="timer_reset_all">Reset all timers</string> 590 591 <string name="hours_minutes_seconds"><xliff:g id="hours" example="2">%1$d</xliff:g>:<xliff:g id="minutes" example="3">%2$02d</xliff:g>:<xliff:g id="seconds" example="44">%3$02d</xliff:g></string> 592 <string name="minutes_seconds"><xliff:g id="minutes" example="3">%1$d</xliff:g>:<xliff:g id="seconds" example="44">%2$02d</xliff:g></string> 593 <string name="seconds"><xliff:g id="seconds" example="44">%d</xliff:g></string> 594 595 <!-- Jocular content that user may append when sharing the lap times --> 596 <string-array name="sw_share_strings" translatable="true"> 597 <item>You\'re quite the speed demon.</item> 598 <item>Enjoy the fruits of your labor.</item> 599 <item>Androids are known to be fast, but not as fast as you!</item> 600 <item>Phew.</item> 601 <item>L33t times.</item> 602 <item>Such prodigious velocity.</item> 603 <item>Let\'s do the time warp again.</item> 604 <item>Just a jump to the left.</item> 605 <item>You have a palette for haste.</item> 606 <item>Photonic velocity.</item> 607 </string-array> 608 609 <!-- Title with the clock on the main page displaying the user's regular timezone (shows when automatic_home_clock enabled) --> 610 <string name="home_label">Home</string> 611 <!-- Label for the Cities activity displayed on-screen when that activity must be represented to the user. --> 612 <string name="cities_activity_title">Cities</string> 613 614 <!-- Settings strings --> 615 <!-- Header in the preferences settings for the section pertaining to clocks on the main fragment --> 616 <string name="clock_settings">Clock</string> 617 <!-- Header for a Clock Dream Setting referring to choosing analog or digital style --> 618 <string name="clock_style">Style</string> 619 <!-- Header for a setting referring to showing seconds on the main clock --> 620 <string name="display_clock_seconds_pref">Display time with seconds</string> 621 622 <!-- Title for preference to change date & time --> 623 <string name="open_date_settings">Change date \u0026 time</string> 624 625 <!-- Entries listed in the ListPreference when invoking the clock style 626 preference. --> 627 <string-array name="clock_style_entries"> 628 <item>Analog</item> 629 <item>Digital</item> 630 </string-array> 631 632 <!-- Values that are retrieved from the ListPreference. These must match 633 the clock_style_entries above. --> 634 <string-array name="clock_style_values" translatable="false"> 635 <item>analog</item> 636 <item>digital</item> 637 </string-array> 638 639 <!-- Title for an option that will automatically show a clock representing the user's regular timezone on the main fragment whenever the user leaves their regular timezone--> 640 <string name="automatic_home_clock">Automatic home clock</string> 641 <!-- Describes the functionality provided by the automatic_home_clock option --> 642 <string name="automatic_home_clock_summary">While traveling in an area where the time is different, add a clock for home</string> 643 <!-- Title in the preferences change the time zone for the user's home --> 644 <string name="home_time_zone">Home time zone</string> 645 <!-- Title in a list dialog box to pick a time zone for the user's home --> 646 <string name="home_time_zone_title">Home time zone</string> 647 648 <!-- 649 Accessibility string read when a city checkbox is checked. 650 Ex. "Ann Arbor checked" 651 --> 652 <string name="city_checked"><xliff:g id="city_name">%s</xliff:g> checked</string> 653 <!-- 654 Accessibility string read when a city checkbox is unchecked. 655 Ex. "Ann Arbor unchecked" 656 --> 657 <string name="city_unchecked"><xliff:g id="city_name">%s</xliff:g> unchecked</string> 658 659 <!-- Choices for timezones, must be kept in sync with timezone_values. CHAR LIMIT=25] --> 660 <string-array name="timezone_labels" tools:ignore="Typos"> 661 <item>"Marshall Islands"</item> 662 <item>"Midway Island"</item> 663 <item>"Hawaii"</item> 664 <item>"Alaska"</item> 665 <item>"Pacific Time"</item> 666 <item>"Tijuana"</item> 667 <item>"Arizona"</item> 668 <item>"Chihuahua"</item> 669 <item>"Mountain Time"</item> 670 <item>"Central America"</item> 671 <item>"Central Time"</item> 672 <item>"Mexico City"</item> 673 <item>"Saskatchewan"</item> 674 <item>"Bogota"</item> 675 <item>"Eastern Time"</item> 676 <item>"Venezuela"</item> 677 <item>"Atlantic Time (Barbados)"</item> 678 <item>"Atlantic Time (Canada)"</item> 679 <item>"Manaus"</item> 680 <item>"Santiago"</item> 681 <item>"Newfoundland"</item> 682 <item>"Brasilia"</item> 683 <item>"Buenos Aires"</item> 684 <item>"Greenland"</item> 685 <item>"Montevideo"</item> 686 <item>"Mid-Atlantic"</item> 687 <item>"Azores"</item> 688 <item>"Cape Verde Islands"</item> 689 <item>"Casablanca"</item> 690 <item>"London, Dublin"</item> 691 <item>"Amsterdam, Berlin"</item> 692 <item>"Belgrade"</item> 693 <item>"Brussels"</item> 694 <item>"Sarajevo"</item> 695 <item>"Windhoek"</item> 696 <item>"W. Africa Time"</item> 697 <item>"Amman, Jordan"</item> 698 <item>"Athens, Istanbul"</item> 699 <item>"Beirut, Lebanon"</item> 700 <item>"Cairo"</item> 701 <item>"Helsinki"</item> 702 <item>"Jerusalem"</item> 703 <item>"Minsk"</item> 704 <item>"Harare"</item> 705 <item>"Baghdad"</item> 706 <item>"Moscow"</item> 707 <item>"Kuwait"</item> 708 <item>"Nairobi"</item> 709 <item>"Tehran"</item> 710 <item>"Baku"</item> 711 <item>"Tbilisi"</item> 712 <item>"Yerevan"</item> 713 <item>"Dubai"</item> 714 <item>"Kabul"</item> 715 <item>"Islamabad, Karachi"</item> 716 <item>"Ural'sk"</item> 717 <item>"Yekaterinburg"</item> 718 <item>"Kolkata"</item> 719 <item>"Sri Lanka"</item> 720 <item>"Kathmandu"</item> 721 <item>"Astana"</item> 722 <item>"Yangon"</item> 723 <item>"Krasnoyarsk"</item> 724 <item>"Bangkok"</item> 725 <item>"Beijing"</item> 726 <item>"Hong Kong"</item> 727 <item>"Irkutsk"</item> 728 <item>"Kuala Lumpur"</item> 729 <item>"Perth"</item> 730 <item>"Taipei"</item> 731 <item>"Seoul"</item> 732 <item>"Tokyo, Osaka"</item> 733 <item>"Yakutsk"</item> 734 <item>"Adelaide"</item> 735 <item>"Darwin"</item> 736 <item>"Brisbane"</item> 737 <item>"Hobart"</item> 738 <item>"Sydney, Canberra"</item> 739 <item>"Vladivostok"</item> 740 <item>"Guam"</item> 741 <item>"Magadan"</item> 742 <item>"Auckland"</item> 743 <item>"Fiji"</item> 744 <item>"Tonga"</item> 745 <item>"Jakarta"</item> 746 </string-array> 747 748 <!-- Choices for timezones, must be kept in sync with timezone_values. --> 749 750 <string-array name="timezone_values" translatable="false" tools:ignore="Typos"> 751 <item>Pacific/Majuro</item> 752 <item>Pacific/Midway</item> 753 <item>Pacific/Honolulu</item> 754 <item>America/Anchorage</item> 755 <item>America/Los_Angeles</item> 756 <item>America/Tijuana</item> 757 <item>America/Phoenix</item> 758 <item>America/Chihuahua</item> 759 <item>America/Denver</item> 760 <item>America/Costa_Rica</item> 761 <item>America/Chicago</item> 762 <item>America/Mexico_City</item> 763 <item>America/Regina</item> 764 <item>America/Bogota</item> 765 <item>America/New_York</item> 766 <item>America/Caracas</item> 767 <item>America/Barbados</item> 768 <item>America/Halifax</item> 769 <item>America/Manaus</item> 770 <item>America/Santiago</item> 771 <item>America/St_Johns</item> 772 <item>America/Sao_Paulo</item> 773 <item>America/Argentina/Buenos_Aires</item> 774 <item>America/Godthab</item> 775 <item>America/Montevideo</item> 776 <item>Atlantic/South_Georgia</item> 777 <item>Atlantic/Azores</item> 778 <item>Atlantic/Cape_Verde</item> 779 <item>Africa/Casablanca</item> 780 <item>Europe/London</item> 781 <item>Europe/Amsterdam</item> 782 <item>Europe/Belgrade</item> 783 <item>Europe/Brussels</item> 784 <item>Europe/Sarajevo</item> 785 <item>Africa/Windhoek</item> 786 <item>Africa/Brazzaville</item> 787 <item>Asia/Amman</item> 788 <item>Europe/Athens</item> 789 <item>Asia/Beirut</item> 790 <item>Africa/Cairo</item> 791 <item>Europe/Helsinki</item> 792 <item>Asia/Jerusalem</item> 793 <item>Europe/Minsk</item> 794 <item>Africa/Harare</item> 795 <item>Asia/Baghdad</item> 796 <item>Europe/Moscow</item> 797 <item>Asia/Kuwait</item> 798 <item>Africa/Nairobi</item> 799 <item>Asia/Tehran</item> 800 <item>Asia/Baku</item> 801 <item>Asia/Tbilisi</item> 802 <item>Asia/Yerevan</item> 803 <item>Asia/Dubai</item> 804 <item>Asia/Kabul</item> 805 <item>Asia/Karachi</item> 806 <item>Asia/Oral</item> 807 <item>Asia/Yekaterinburg</item> 808 <item>Asia/Calcutta</item> 809 <item>Asia/Colombo</item> 810 <item>Asia/Katmandu</item> 811 <item>Asia/Almaty</item> 812 <item>Asia/Rangoon</item> 813 <item>Asia/Krasnoyarsk</item> 814 <item>Asia/Bangkok</item> 815 <item>Asia/Shanghai</item> 816 <item>Asia/Hong_Kong</item> 817 <item>Asia/Irkutsk</item> 818 <item>Asia/Kuala_Lumpur</item> 819 <item>Australia/Perth</item> 820 <item>Asia/Taipei</item> 821 <item>Asia/Seoul</item> 822 <item>Asia/Tokyo</item> 823 <item>Asia/Yakutsk</item> 824 <item>Australia/Adelaide</item> 825 <item>Australia/Darwin</item> 826 <item>Australia/Brisbane</item> 827 <item>Australia/Hobart</item> 828 <item>Australia/Sydney</item> 829 <item>Asia/Vladivostok</item> 830 <item>Pacific/Guam</item> 831 <item>Asia/Magadan</item> 832 <item>Pacific/Auckland</item> 833 <item>Pacific/Fiji</item> 834 <item>Pacific/Tongatapu</item> 835 <item>Asia/Jakarta</item> 836 </string-array> 837 838 <!-- Short label for a shortcut to create a new alarm. The maximum length is ~10 characters 839 (longer translations may be truncated). --> 840 <string name="shortcut_new_alarm_short">New alarm</string> 841 <!-- Long label for a shortcut to create a new alarm. The maximum length is ~25 characters 842 (longer translations may be truncated). --> 843 <string name="shortcut_new_alarm_long">Create new alarm</string> 844 <!-- Short label for a shortcut to create a new timer. The maximum length is ~10 characters 845 (longer translations may be truncated). --> 846 <string name="shortcut_new_timer_short">New timer</string> 847 <!-- Long label for a shortcut to create a new timer. The maximum length is ~25 characters 848 (longer translations may be truncated). --> 849 <string name="shortcut_new_timer_long">Create new timer</string> 850 <!-- Short label for a shortcut to start the stopwatch. The maximum length is ~10 characters 851 (longer translations may be truncated). --> 852 <string name="shortcut_start_stopwatch_short">Start</string> 853 <!-- Long label for a shortcut to start the stopwatch. The maximum length is ~25 characters 854 (longer translations may be truncated). --> 855 <string name="shortcut_start_stopwatch_long">Start stopwatch</string> 856 <!-- Short label for a shortcut to pause the stopwatch. The maximum length is ~10 characters 857 (longer translations may be truncated). --> 858 <string name="shortcut_pause_stopwatch_short">Pause</string> 859 <!-- Long label for a shortcut to pause the stopwatch. The maximum length is ~25 characters 860 (longer translations may be truncated). --> 861 <string name="shortcut_pause_stopwatch_long">Pause stopwatch</string> 862 <!-- Short label for a shortcut to start the screensaver. The maximum length is ~10 characters 863 (longer translations may be truncated). --> 864 <string name="shortcut_start_screensaver_short">Screen saver</string> 865 <!-- Long label for a shortcut to start the screensaver. The maximum length is ~25 characters 866 (longer translations may be truncated). --> 867 <string name="shortcut_start_screensaver_long">Start screen saver</string> 868 869 <!-- Header in the preferences settings for the section pertaining to alarms --> 870 <string name="alarm_settings">Alarms</string> 871 <!-- Describes the service that processes actions originating from timer notifications. --> 872 <string name="timer_service_desc">Processes actions from timer notifications.</string> 873 <!-- Describes the service that processes actions originating from stopwatch notifications. --> 874 <string name="stopwatch_service_desc">Processes actions from stopwatch notifications.</string> 875 <!-- Description for the paused stop watch --> 876 <string name="swn_paused">Paused</string> 877 878 <!-- Text instruction for dismiss alarm on alarm lock screen. The dismiss button will still 879 be on the right even on RTL languages so please do not reverse this during 880 translation. --> 881 <string name="description_direction_right">Swipe right to dismiss</string> 882 <!-- Text instruction for snooze alarm on alarm lock screen. The snooze button will still 883 be on the left even on RTL languages so please do not reverse this during 884 translation. --> 885 <string name="description_direction_left">Swipe left to snooze</string> 886 <!-- Text instruction for alarm icon on alarm lock screen. The snooze button will still 887 be on the left even on RTL languages so please do not reverse this during 888 translation. --> 889 <string name="description_direction_both">Swipe left to snooze or right to dismiss</string> 890 891 <!-- Header in the preferences settings for the section pertaining to timers. --> 892 <string name="timer_settings">Timers</string> 893 <!-- Description for timer vibration. --> 894 <string name="timer_vibrate_title">Timer vibrate</string> 895 896 <!-- Notification title when timer is paused. [CHAR LIMIT=25] --> 897 <string name="timer_paused">Timer paused</string> 898 <!-- Notification title when multiple timers are paused. [CHAR LIMIT = 30] --> 899 <string name="timers_stopped"><xliff:g id="number" example="7">%d</xliff:g> timers paused</string> 900 <!-- Notification text when multiple timers are paused. --> 901 <string name="all_timers_stopped_notif">Tap to see your timers</string> 902 <!-- Notification title when at least one timer, of those in use, is counting down. --> 903 <string name="timers_in_use"><xliff:g id="number" example="7">%d</xliff:g> timers</string> 904 <!-- Notification text when at least one timer, of those in use, is counting down. --> 905 <string name="next_timer_notif">Next timer: <xliff:g id="time_remaining" example="2 minutes remaining">%s</xliff:g></string> 906 907 <!-- screensaver settings strings --> 908 <!-- Title for the screen saver settings activity. --> 909 <string name="screensaver_settings">Screen saver settings</string> 910 <!-- Title for check box to pick intensity of display diminuation during screen saver --> 911 <string name="night_mode_title">Night mode</string> 912 <!-- Describes intensity of display diminuation during screen saver --> 913 <string name="night_mode_summary">Very dim display (for dark rooms)</string> 914 915 <!-- Description of the down caret in the alarm alert screen to expand the alarm content to edit perspective. [CHAR LIMIT=NONE] --> 916 <string name="expand_alarm">Expand alarm</string> 917 <!-- Description of the up caret in the alarm alert screen to collapse the alarm content to summary perspective. [CHAR LIMIT=NONE] --> 918 <string name="collapse_alarm">Collapse alarm</string> 919 920 <!-- Description of the button to undo change to alarm --> 921 <string name="alarm_undo">undo</string> 922 <!-- Toast content when an alarm was deleted --> 923 <string name="alarm_deleted">Alarm deleted</string> 924 925 <!-- slash between date and next alarm in the clock: used for the DigitalAppWidget --> 926 <string name="world_day_of_week_label"> / <xliff:g id="label">%s</xliff:g></string> 927 928 <!-- Number of hours or minutes the world city is ahead of the current city [CHAR LIMIT=NONE] --> 929 <string name="world_time_ahead"><xliff:g id="time" example="6 hours">%1$s</xliff:g> ahead</string> 930 <!-- Number of hours or minutes the world city is behind the current city [CHAR LIMIT=NONE] --> 931 <string name="world_time_behind"><xliff:g id="time" example="4 hours">%1$s</xliff:g> behind</string> 932 <!-- Number of hours and minutes the world city is ahead of the current city [CHAR LIMIT=NONE] --> 933 <string name="world_hours_minutes_ahead"><xliff:g id="hours" example="6 hr">%1$s</xliff:g> <xliff:g id="minutes" example="30 min">%2$s</xliff:g> ahead</string> 934 <!-- Number of hours and minutes the world city is behind the current city [CHAR LIMIT=NONE] --> 935 <string name="world_hours_minutes_behind"><xliff:g id="hours" example="4 hr">%1$s</xliff:g> <xliff:g id="minutes" example="30 min">%2$s</xliff:g> behind</string> 936 <!-- The time and day the world city is ahead of the current city [CHAR LIMIT=NONE] --> 937 <string name="world_hours_tomorrow">Tomorrow, <xliff:g id="time" example="6 hours ahead">%1$s</xliff:g></string> 938 <!-- Number of hours the world city is behind the current city [CHAR LIMIT=NONE] --> 939 <string name="world_hours_yesterday">Yesterday, <xliff:g id="time" example="4 hours behind">%1$s</xliff:g></string> 940 <!-- The time in a world city is the day after the time in the current city (used in landscape) [CHAR LIMIT=NONE] --> 941 <string name="world_tomorrow">Tomorrow</string> 942 <!-- The time in a world city is the day before the time in the current city (used in landscape) [CHAR LIMIT=NONE] --> 943 <string name="world_yesterday">Yesterday</string> 944 945 <!-- Description of field showing the next alarm time in the clock page, for accessibility. --> 946 <string name="next_alarm_description">Next alarm: <xliff:g id="alarm_time" example="Wed 8:00am">%s</xliff:g></string> 947 948 <!-- String for no alarms --> 949 <string name="no_alarms">No Alarms</string> 950 951 <!-- String that represents that invalid time for an alarm was specified, e.g. 23:00am 952 or 27:68pm. 953 First %d represents hour, second %d represents minutes, %s represents am/pm, 954 If no am/pm is passed in (e.g. the locale uses 24h time) only hour and minute are printed. 955 [CHAR LIMIT=NONE] 956 --> 957 <string name="invalid_time">Invalid time <xliff:g id="invalid_hour" example="25">%1$d</xliff:g>:<xliff:g id="invalid_minutes" example="63">%2$d</xliff:g> <xliff:g id="invalid_ampm" example="PM">%3$s</xliff:g></string> 958 959 <!-- String that represents that no alarm has been specified for a requested hour:minutes. 960 This happens when a user sends a voice command 'dismiss my alarm at 3:00pm' but they have no 961 alarms specified for that time. %s represents the time of the alarm. 962 [CHAR LIMIT=NONE] 963 --> 964 <string name="no_alarm_at">No alarm at <xliff:g id="alarm_time_hour" example="14">%1$d</xliff:g>:<xliff:g id="alarm_time_minutes" example="23">%2$d</xliff:g></string> 965 966 <!-- String that represents that the user doesn't have any alarms scheduled. This happens when 967 a user sends a voice command 'dismiss next alarm' or 'dismiss all of my alarms' but they have 968 no alarms scheduled in the app. 969 [CHAR LIMIT=NONE] 970 --> 971 <string name="no_scheduled_alarms">No scheduled alarms</string> 972 973 <!-- String that represents that the user specified that they want to select an alarm to 974 dismiss by specifying a 'label' but they didn't specify any labels. 975 [CHAR LIMIT=NONE] 976 --> 977 <string name="no_label_specified">No label specified</string> 978 979 <!-- String that represents that no alarm has been specified for a requested label. 980 This happens when a user sends a voice command 'dismiss my alarm with label pick up kids' 981 but they have no alarms with that label. 982 [CHAR LIMIT=NONE] 983 --> 984 <string name="no_alarms_with_label">No alarms contain the label</string> 985 986 <!-- String that represents that the user has sent a voice command 'dismiss my alarm at 3pm' when 987 there was no alarm scheduled for that time (they might have had an alarm for 3pm on the list 988 but it was disabled). 989 [CHAR LIMIT=NONE] 990 --> 991 <string name="no_alarm_scheduled_for_this_time">No alarm scheduled for this time</string> 992 993 <!-- String that represents that the user has dismissed an alarm through a voice action. 994 %s represents alarm time, e.g. 14:20 995 [CHAR LIMIT=NONE] 996 --> 997 <string name="alarm_is_dismissed"><xliff:g id="alarm_time" example="14:20">%s</xliff:g> alarm dismissed</string> 998 999 <!-- String that represents that the user has dismissed an alarm through a voice action. 1000 %s represents alarm time, e.g. 14:20 1001 [CHAR LIMIT=NONE] 1002 --> 1003 <string name="alarm_is_set">Alarm is set for <xliff:g id="alarm_time" example="14:20">%s</xliff:g></string> 1004 1005 <!-- String that represents that the user has successfully created a timer through a voice action. 1006 [CHAR LIMIT=NONE] 1007 --> 1008 <string name="timer_created">Timer created</string> 1009 1010 <!-- String that represents that the user has successfully dismissed timers. 1011 [CHAR_LIMIT=NONE] 1012 --> 1013 <plurals name="expired_timers_dismissed"> 1014 <item quantity="one">Timer dismissed</item> 1015 <item quantity="other"><xliff:g id="number" example="5">%d</xliff:g> timers dismissed</item> 1016 </plurals> 1017 1018 <!-- String that represents that the user has successfully deleted a timer. [CHAR LIMIT=NONE] 1019 --> 1020 <string name="timer_deleted">Timer deleted</string> 1021 1022 <!-- String that represents that the user attempted to start a timer through a voice action 1023 but specified invalid length. 1024 [CHAR LIMIT=NONE] 1025 --> 1026 <string name="invalid_timer_length">Invalid timer length</string> 1027 1028 <!-- String that represents that the user attempted to dismiss a timer through a voice action 1029 but specified an invalid timer Uri. 1030 [CHAR_LIMIT=NONE] 1031 --> 1032 <string name="invalid_timer">Invalid timer selected</string> 1033 1034 <!-- String that represents that the user attempted to dismiss a timer through a voice action 1035 but no expired timers were eligible for dismissal. 1036 [CHAR_LIMIT=NONE] 1037 --> 1038 <string name="no_expired_timers">No expired timers</string> 1039 1040 <!-- String that represents that the user attempted to dismiss an alarm that is more than 1041 24 hours away 1042 %s represents the time of the alarm (e.g. 15:39) 1043 [CHAR LIMIT=NONE] 1044 --> 1045 <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> 1046 1047 <!-- String that shows up in the action bar for the Picker Activity 1048 where a use gets to pick which alarm to dismiss 1049 [CHAR LIMIT=NONE] 1050 --> 1051 <string name="dismiss_alarm">Dismiss alarm</string> 1052 1053 <!-- String that represents that further action is needed from the user in case their 1054 voice command was ambiguous or there are more than 1 alarms that match their request. 1055 The user needs to choose an alarm they want to dismiss through the UI 1056 [CHAR LIMIT=NONE] 1057 --> 1058 <string name="pick_alarm_to_dismiss">Pick which alarm to dismiss</string> 1059 1060 <!-- String that represents that the user doesn't have any alarms firing at the moment. 1061 [CHAR LIMIT=NONE] 1062 --> 1063 <string name="no_firing_alarms">No firing alarms</string> 1064 1065 <!-- String that represents that the user has snoozed an alarm through a voice action for 10 1066 minutes. 1067 %s represents alarm time, e.g. 14:20 1068 [CHAR LIMIT=NONE] 1069 --> 1070 <string name="alarm_is_snoozed"><xliff:g id="alarm_time" example="14:20">%s</xliff:g> alarm snoozed for 10 minutes</string> 1071 1072 <!-- Strings for notification channel. --> 1073 <string name="firing_alarms_timers_channel">Firing alarms & timers</string> 1074 <string name="alarm_missed_channel">Missed alarms</string> 1075 <string name="alarm_snooze_channel">Snoozed alarms</string> 1076 <string name="alarm_upcoming_channel">Upcoming alarms</string> 1077 <string name="stopwatch_channel">Stopwatch</string> 1078 <string name="timer_channel">Timer</string> 1079 1080</resources> 1081