1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2007 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- --> 19 <!-- Label shown on launcher icon --> 20 <!-- Label for the this application displayed on-screen when this application must be represented to the user. --> 21 <string name="app_label">Clock</string> 22 23 <!-- Title for AlarmClock activity --> 24 <!-- Label for the Alarms activity displayed on-screen when that activity must be represented to the user. --> 25 <string name="alarm_list_title">Alarms</string> 26 27 <!-- Menu item on Alarm Clock screen: Add alarm --> 28 <string name="add_alarm">Add alarm</string> 29 30 <!-- 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 36 <!-- Context Menu Item on Alarm Settings screen: Delete alarm --> 37 <string name="delete_alarm">Delete alarm</string> 38 39 <!-- Context Menu Item on Alarm Settings screen: Enable alarm --> 40 <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> 44 45 <!-- Delete alarm confirmation dialog message. --> 46 <string name="delete_alarm_confirm">Delete this alarm?</string> 47 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 54 <!-- Setting label on Set alarm screen: Label --> 55 <string name="label">Label</string> 56 57 <!-- 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 63 <!-- Default label to display for an alarm --> 64 <string name="default_label">Alarm</string> 65 66 <!-- Preference category on Alarm Settings screen: Set alarm --> 67 <!-- Also label for the old Alarms dialog activity displayed on-screen when that activity must be represented to the user. --> 68 <string name="set_alarm">Set alarm</string> 69 70 <!-- 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 --> 77 <string name="alert">Alarm Ringtone</string> 78 79 <!-- Title of default ringtone played when a timer expires. --> 80 <string name="default_timer_ringtone_title">Timer Expired</string> 81 82 <!-- Title of silent ringtone played when a timer expires. --> 83 <string name="silent_timer_ringtone_title">Silent</string> 84 85 <!-- Label on expanded alarm edit view. --> 86 <string name="ringtone">Ringtone</string> 87 88 <!-- Setting labels on Set alarm screen: Set time --> 89 <string name="time">Time</string> 90 91 <!-- 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 103 <!-- Button labels on the alarm dialog: Dismiss --> 104 <string name="alarm_alert_dismiss_text">Dismiss</string> 105 106 <!-- Button labels on the pre-dismiss alarm notifications: Dismiss now --> 107 <string name="alarm_alert_dismiss_now_text">Dismiss Now</string> 108 109 <!-- 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.--> 112 <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> 114 115 <!-- 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 136 <!-- The text shown after user dismissed an alerting alarm [CHAR LIMIT=15] --> 137 <string name="alarm_alert_off_text">Alarm off</string> 138 139 <!-- 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. --> 144 <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> 150 151 <!-- 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 154 <!-- 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 160 <!-- 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 /> 169 170 <!-- Timer notification: how long from now until timer goes off. --> 171 <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> 186 187 <!-- Alarm confirmation toast: Describes how long from now until alarm fires --> 188 <string-array name="alarm_set"> 189 <item>Alarm set for less than 1 minute from now.</item> 190 <item>Alarm set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> from now.</item> 191 <item>Alarm set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item> 192 <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> 193 <item>Alarm set for <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 194 <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> 195 <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> 196 <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> 197 </string-array> 198 199 <!-- Alarm confirmation toast: days --> 200 <plurals name="days"> 201 <!-- Duration for one day --> 202 <item quantity="one">1 day</item> 203 <!-- Duration for more than one day --> 204 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> days</item> 205 </plurals> 206 207 <!-- Alarm confirmation toast and timer notification: hours --> 208 <plurals name="hours"> 209 <!-- Duration for one hour --> 210 <item quantity="one">1 hour</item> 211 <!-- Duration for more than one hour --> 212 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> hours</item> 213 </plurals> 214 215 <!-- Alarm confirmation toast and timer notification: minutes --> 216 <plurals name="minutes"> 217 <!-- Duration for one minute --> 218 <item quantity="one">1 minute</item> 219 <!-- Duration for more than one minute --> 220 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutes</item> 221 </plurals> 222 223 <!-- Repeat options that appear under an alarm on main Alarm Clock 224 screen to identify repetition schedule: special case for when 225 the alarm is set to repeat every day --> 226 <string name="every_day">Every day</string> 227 228 <!-- Repeat options that appear under an alarm on main Alarm Clock 229 screen to identify repetition schedule: concatenate days with 230 this character, i.e. "Mon, Tue, Wed" --> 231 <string name="day_concat">", "</string> 232 233 <!-- Appears at the top of the Clock Picker screen: Tell user to 234 select a clock to display --> 235 <string name="clock_instructions">Choose a clock</string> 236 237 <!-- Label for analog clock gadget displayed on-screen when that gadget is represented to the user. --> 238 <string name="analog_gadget">Analog clock</string> 239 240 <!-- Help activity name --> 241 <string name="help">help</string> 242 243 <!-- Settings activity name --> 244 <!-- Label for the Settings activity displayed on-screen when that activity must be represented to the user. --> 245 <string name="settings">Settings</string> 246 247 <!-- Setting title for changing the snooze duration. --> 248 <string name="snooze_duration_title">Snooze length</string> 249 250 <plurals name="snooze_duration"> 251 <!-- Duration for one minute --> 252 <item quantity="one">1 minute</item> 253 <!-- Duration for more than one minute --> 254 <item quantity="other"><xliff:g id="number" example="7">%s</xliff:g> minutes</item> 255 </plurals> 256 257 <plurals name="snooze_picker_label"> 258 <!-- Duration for one minute --> 259 <item quantity="one">minute</item> 260 <!-- Duration for more than one minute --> 261 <item quantity="other">minutes</item> 262 </plurals> 263 264 <!-- Setting title for changing the crescendo duration. --> 265 <string name="crescendo_duration_title">Gradually increase volume</string> 266 267 <!-- Summary value for changing the crescendo duration to 0. --> 268 <string name="no_crescendo_duration">Off</string> 269 270 <!-- Summary value for changing the crescendo duration. --> 271 <string name="crescendo_duration"><xliff:g id="number" example="7">%s</xliff:g> seconds</string> 272 273 <!-- Setting label when changing the crescendo duration. --> 274 <string name="crescendo_picker_label">seconds</string> 275 276 <!-- Auto silence preference title --> 277 <string name="auto_silence_title">Silence after</string> 278 279 <!-- Auto silence summary string set based on the preference value. --> 280 <plurals name="auto_silence_summary"> 281 <!-- Duration for one minute --> 282 <item quantity="one">1 minute</item> 283 <!-- Duration for more than one minute --> 284 <item quantity="other"><xliff:g id="formatted_number" example="7">%s</xliff:g> minutes</item> 285 </plurals> 286 287 288 <!-- Auto silence summary when turned off --> 289 <string name="auto_silence_never">Never</string> 290 291 <!-- Entries listed in the ListPreference when invoking the auto silence 292 preference. --> 293 <string-array name="auto_silence_entries"> 294 <item>1 minute</item> 295 <item>5 minutes</item> 296 <item>10 minutes</item> 297 <item>15 minutes</item> 298 <item>20 minutes</item> 299 <item>25 minutes</item> 300 <item>Never</item> 301 </string-array> 302 303 <!-- Values that are retrieved from the ListPreference. These must match 304 the auto_silence_entries above. --> 305 <string-array name="auto_silence_values" translatable="false"> 306 <item>1</item> 307 <item>5</item> 308 <item>10</item> 309 <item>15</item> 310 <item>20</item> 311 <item>25</item> 312 <item>-1</item> <!-- Off --> 313 </string-array> 314 315 <!-- Week start day preference title. --> 316 <string name="week_start_title">Start week on</string> 317 318 <!-- Entries listed in ListPreference for start day. --> 319 <string-array name="week_start_entries"> 320 <item>Saturday</item> 321 <item>Sunday</item> 322 <item>Monday</item> 323 </string-array> 324 325 <!-- Values for ListPreference for start day of week. --> 326 <string-array name="week_start_values" translatable="false"> 327 <item>7</item> <!-- Calendar.SATURDAY --> 328 <item>1</item> <!-- Calendar.SUNDAY --> 329 <item>2</item> <!-- Calendar.MONDAY --> 330 </string-array> 331 332 <!-- Done button when editing an alarm. --> 333 <string name="done">Done</string> 334 335 <!-- Revert button when editing an alarm. --> 336 <string name="revert">Revert</string> 337 338 <!-- Delete button when editing an alarm. --> 339 <string name="delete">Delete</string> 340 341 <!-- Setting title for changing the alarm volume. --> 342 <string name="alarm_volume_title">Alarm volume</string> 343 344 <!-- Title for the silent ringtone. --> 345 <string name="silent_ringtone_title">Silent</string> 346 347 <!-- Title for ringtones that cannot be located by uri. --> 348 <string name="unknown_ringtone_title">Unknown</string> 349 350 <!-- Text to display in the small text of the notification --> 351 <string name="alarm_notify_text">Snooze or dismiss alarm.</string> 352 353 <!-- Text to display in the notification ticker and label --> 354 <string name="alarm_notify_snooze_label"><xliff:g id="label">%s</xliff:g> (snoozed)</string> 355 356 <!-- Text to display in the notification when the alarm has been snoozed --> 357 <string name="alarm_notify_snooze_text">Alarm set for <xliff:g id="time">%s</xliff:g>. Touch to cancel.</string> 358 359 <!-- Title of the setting to change hardware button behavior. This string 360 should be changed for each piece of hardware. [CHAR LIMIT=20] --> 361 <string name="volume_button_setting_title">Volume buttons</string> 362 363 <!-- Dialog title of the volume and power setting. --> 364 <string name="volume_button_dialog_title">Button effect</string> 365 366 <!-- Entries listed in the setting for the side-button action. --> 367 <string-array name="volume_button_setting_entries"> 368 <item>Snooze</item> 369 <item>Dismiss</item> 370 <item>Do nothing</item> 371 </string-array> 372 373 <!-- Values for the side-button setting. --> 374 <string-array name="volume_button_setting_values" translatable="false"> 375 <item>1</item> 376 <item>2</item> 377 <item>0</item> 378 </string-array> 379 380 <!-- Title of the ringtone setting. --> 381 <string name="default_ringtone_setting_title">Set default ringtone</string> 382 383 <!-- Accessibility labels for Clock activity buttons --><skip/> 384 <string name="alarm_button_description">Alarms</string> 385 <string name="gallery_button_description">Gallery</string> 386 <string name="music_button_description">Music</string> 387 <string name="nightmode_button_description">Dim</string> 388 <string name="home_button_description">Launcher</string> 389 <string name="desk_clock_button_description">Clock display</string> 390 391 <!-- Accessibility labels for alarm buttons --> 392 <string name="label_description">Label</string> 393 <string name="ringtone_description">Ringtone</string> 394 395 <!-- What to show the user if the weather widget exists but fails to 396 respond. This is a sign of an error; if the weather widget is not 397 present on the device, we show nothing at all. --> 398 <string name="weather_fetch_failure">Weather information isn\'t available right now.</string> 399 400 <!-- A description for the DeskClock alarm sound playback service. 401 [CHAR LIMIT=NONE] --> 402 <string name="alarm_klaxon_service_desc">Sound playback service for alarms set in Clock.</string> 403 404 <!-- String displayed as the alert summary while loading the alert name from 405 the media player. [CHAR LIMIT=NONE] --> 406 <string name="loading_ringtone">Loading ringtone\u2026</string> 407 408 <!-- A description for the DeskClock timer sound playback service. 409 [CHAR LIMIT=NONE] --> 410 <string name="timer_ring_service_desc">Sound playback service for timers set in Clock.</string> 411 412 <!-- Label on the main screen control used to set alarm [CHAR LIMIT=30]--> 413 <string name="control_set_alarm">Set alarm</string> 414 415 <!-- ActionBar strings --> 416 <!-- Describes the purpose of the tab button which which switches the activity to the Alarm page --> 417 <string name="menu_alarm">Alarm</string> 418 <!-- Describes the purpose of the tab button which which switches the activity to the Timer page --> 419 <string name="menu_timer">Timer</string> 420 <!-- Describes the purpose of the tab button which which switches the activity to the Clock page --> 421 <string name="menu_clock">Clock</string> 422 <!-- Describes the purpose of the tab button which which switches the activity to the Stopwatch page --> 423 <string name="menu_stopwatch">Stopwatch</string> 424 425 <!-- Clock view buttons strings--> 426 <!-- Describes the purpose of the button to start the activity to add/edit/delete alarms --> 427 <string name="button_alarms">Add alarm</string> 428 <!-- Describes the purpose of the button which provides a list of cities for the world clock settings --> 429 <string name="button_cities">Cities</string> 430 <!-- Describes the purpose of the button which pops up a menu of setting choices --> 431 <string name="button_menu">More options</string> 432 <!-- Menu item on most screens to get to more settings --> 433 <string name="menu_item_settings">Settings</string> 434 <!-- Menu item on most screens to get to the help information --> 435 <string name="menu_item_help">Help</string> 436 <!-- Menu item on clock screen to enter night mode. --> 437 <string name="menu_item_night_mode">Night mode</string> 438 <!-- Menu item on Cities screen to sort by GMT offset --> 439 <string name="menu_item_sort_by_gmt_offset">Sort by time</string> 440 <!-- Menu item on Cities screen to sort by alphabetical order --> 441 <string name="menu_item_sort_by_name">Sort by name</string> 442 443 <!-- Label for selected cities in Cities list view --> 444 <string name="selected_cities_label">Selected Cities</string> 445 446 <!-- Stopwatch and Timer shared strings --> 447 <!-- Describes the purpose of the button to resume running timer. [CHAR LIMIT=15] --> 448 <string name="sw_resume_button">Resume</string> 449 <!-- 450 Describes the purpose of the button 451 for stopwatch: return stopwatch to zero and remove the lap times. 452 for timer: return timer to originally set duration. 453 [CHAR LIMIT=15] 454 --> 455 <string name="sw_reset_button">Reset</string> 456 457 <!-- Stopwatch strings --> 458 <!-- Describes the purpose of the button to begin running a stopwatch --> 459 <string name="sw_start_button">Start</string> 460 <!-- Describes the purpose of the button to pause a stopwatch. --> 461 <string name="sw_pause_button">Pause</string> 462 <!-- Describes the purpose of the button to record current the stopwatch value into the collection of lap times. --> 463 <string name="sw_lap_button">Lap</string> 464 <!-- Describes the purpose of the button to share the stopwatch value. 465 Also used as title for chooser when sharing stopwatch results. --> 466 <string name="sw_share_button">Share</string> 467 468 <!-- Abbreviation for temporal hours [CHAR LIMIT=1] --> 469 <string name="hours_label">h</string> 470 <!-- Abbreviation for temporal minutes [CHAR LIMIT=1] --> 471 <string name="minutes_label">m</string> 472 <!-- Abbreviation for temporal seconds [CHAR LIMIT=1] --> 473 <string name="seconds_label">s</string> 474 <!-- Accessibility strings --> 475 <string name="hours_label_description">hours</string> 476 <string name="minutes_label_description">minutes</string> 477 <string name="seconds_label_description">seconds</string> 478 479 <string name="zero">0</string> 480 481 <!-- Stopwatch share strings --> 482 <!-- Sentence within the message created to share the total time recorded within the stopwatch --> 483 <string name="sw_share_main">My time is <xliff:g id="time">%s</xliff:g></string> 484 <!-- Header within the message created to share a list of lap times (a new line is appended to this) --> 485 <string name="sw_share_laps">Lap times:</string> 486 <!-- Label to enumerate the number of laps in the notification the user has counted --> 487 <string name="sw_notification_lap_number">Lap <xliff:g id="number">%d</xliff:g></string> 488 489 <!-- Stopwatch accessibility strings --> 490 <plurals name="Nhours_description"> 491 <!-- 1 hour --> 492 <item quantity="one">1 hour</item> 493 <!-- more --> 494 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> hours</item> 495 </plurals> 496 <plurals name="Nminutes_description"> 497 <!-- 1 minute --> 498 <item quantity="one">1 minute</item> 499 <!-- more --> 500 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> minutes</item> 501 </plurals> 502 <plurals name="Nseconds_description"> 503 <!-- 1 second --> 504 <item quantity="one">1 second</item> 505 <!-- more --> 506 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> seconds</item> 507 </plurals> 508 509 <!-- timer strings --> 510 <!-- Describes the purpose of the button to add a new timer --> 511 <string name="timer_add_timer">Add Timer</string> 512 <!-- Describes the purpose of the button to begin or continue running a timer --> 513 <string name="timer_start">Start</string> 514 <!-- Describes the purpose of the button to delete a timer. --> 515 <string name="timer_delete">Delete</string> 516 <!-- Talkback description for deleting a number. --> 517 <string name="timer_descriptive_delete">Delete <xliff:g id="number_string">%s</xliff:g></string> 518 <!-- Describes the purpose of the button increase the remaining time on a timer by one minute. --> 519 <string name="timer_plus_one">Add 1 Minute</string> 520 <!-- Like "timer_plus_one", but with 'minute' abbreviated for the notification. --> 521 <string name="timer_plus_1_min">Add 1 min</string> 522 <!-- Describes the purpose of the button to stop the timer. --> 523 <string name="timer_stop">Stop</string> 524 <!-- Describes the purpose of the button to stop all currently firing timers. [CHAR LIMIT=25] --> 525 <string name="timer_stop_all">Stop all timers</string> 526 <!-- Describes the purpose of the button to return the timer to it's original starting value. --> 527 <string name="timer_reset">Reset</string> 528 <!-- Describes the purpose of the button to discard the current dialog values. Will also close the dialog if other time's exist --> 529 <string name="timer_cancel">Cancel</string> 530 <!-- Accessibility announcement when a timer is canceled. --> 531 <string name="timer_canceled">Timer canceled</string> 532 <!-- Notification content shown when a timer has completed and has no more time remaining --> 533 <string name="timer_times_up">Time\'s up</string> 534 <!-- 535 Notification content shown when multiple timers have completed and have no more time 536 remaining. Arg is the number of timers. [CHAR LIMIT=25] 537 --> 538 <string name="timer_multi_times_up"><xliff:g id="NUM_TIMERS" example="2">%d</xliff:g> timers expired</string> 539 <!-- Label associated with a notification for a Timer --> 540 <string name="timer_notification_label">Timer</string> 541 <!-- Toast content shown when user attempts to create a new timer when there are already 4 timers --> 542 <string name="timers_max_count_reached">4 timers maximum</string> 543 <!-- Describes the purpose of the notification button to pause the timer. [CHAR LIMIT=15] --> 544 <string name="timer_pause">Pause</string> 545 <!-- Describes the purpose of the notification button to reset all running timers. [CHAR LIMIT=31] --> 546 <string name="timer_reset_all">Reset all timers</string> 547 548 <!-- Jocular content that user may append when sharing the lap times --> 549 <string-array name="sw_share_strings" translatable="true"> 550 <item>You\'re quite the speed demon.</item> 551 <item>Enjoy the fruits of your labor.</item> 552 <item>Androids are known to be fast, but not as fast as you!</item> 553 <item>Phew.</item> 554 <item>L33t times.</item> 555 <item>Such prodigious velocity.</item> 556 <item>Let\'s do the time warp again.</item> 557 <item>Just a jump to the left.</item> 558 <item>You have a palette for haste.</item> 559 <item>Photonic velocity.</item> 560 </string-array> 561 562 <!-- Title with the clock on the main page displaying the user's regular timezone (shows when automatic_home_clock enabled) --> 563 <string name="home_label">Home</string> 564 <!-- Label for the Cities activity displayed on-screen when that activity must be represented to the user. --> 565 <string name="cities_activity_title">Cities</string> 566 567 <!-- Settings strings --> 568 <!-- Header in the preferences settings for the section pertaining to clocks on the main fragment --> 569 <string name="clock_settings">Clock</string> 570 <!-- Header for a Clock Dream Setting referring to choosing analog or digital style --> 571 <string name="clock_style">Style</string> 572 573 <!-- Title for preference to change date & time --> 574 <string name="open_date_settings">Change Date \u0026 time</string> 575 576 <!-- Entries listed in the ListPreference when invoking the clock style 577 preference. --> 578 <string-array name="clock_style_entries"> 579 <item>Analog</item> 580 <item>Digital</item> 581 </string-array> 582 583 <!-- Values that are retrieved from the ListPreference. These must match 584 the clock_style_entries above. --> 585 <string-array name="clock_style_values" translatable="false"> 586 <item>analog</item> 587 <item>digital</item> 588 </string-array> 589 590 <!-- 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--> 591 <string name="automatic_home_clock">Automatic home clock</string> 592 <!-- Describes the functionality provided by the automatic_home_clock option --> 593 <string name="automatic_home_clock_summary">While traveling in an area where the time is different, add a clock for home</string> 594 <!-- Title in the preferences change the time zone for the user's home --> 595 <string name="home_time_zone">Home time zone</string> 596 <!-- Title in a list dialog box to pick a time zone for the user's home --> 597 <string name="home_time_zone_title">Home time zone</string> 598 599 <!-- Textual content of the button to discard the current dialog values and close the dialog --> 600 <string name="time_picker_cancel">Cancel</string> 601 <!-- Textual content of the button to update an alarm with the current dialog values --> 602 <string name="time_picker_set">OK</string> 603 <string name="time_picker_time_seperator">:</string> 604 <!-- place holder for am/pm label when it is not set --> 605 <string name="time_picker_ampm_label">--</string> 606 <!-- add 00 as minutes to the time when pressing this button --> 607 <string name="time_picker_00_label">:00</string> 608 <!-- add 30 as minutes to the time when pressing this button --> 609 <string name="time_picker_30_label">:30</string> 610 611 <!-- 612 Accessibility string read when a city checkbox is checked. 613 Ex. "Ann Arbor checked" 614 --> 615 <string name="city_checked"><xliff:g id="city_name">%s</xliff:g> checked</string> 616 <!-- 617 Accessibility string read when a city checkbox is unchecked. 618 Ex. "Ann Arbor unchecked" 619 --> 620 <string name="city_unchecked"><xliff:g id="city_name">%s</xliff:g> unchecked</string> 621 622 <!-- Choices for timezones, must be kept in sync with timezone_values. CHAR LIMIT=25] --> 623 <string-array name="timezone_labels"> 624 <item>"Marshall Islands"</item> 625 <item>"Midway Island"</item> 626 <item>"Hawaii"</item> 627 <item>"Alaska"</item> 628 <item>"Pacific Time"</item> 629 <item>"Tijuana"</item> 630 <item>"Arizona"</item> 631 <item>"Chihuahua"</item> 632 <item>"Mountain Time"</item> 633 <item>"Central America"</item> 634 <item>"Central Time"</item> 635 <item>"Mexico City"</item> 636 <item>"Saskatchewan"</item> 637 <item>"Bogota"</item> 638 <item>"Eastern Time"</item> 639 <item>"Venezuela"</item> 640 <item>"Atlantic Time (Barbados)"</item> 641 <item>"Atlantic Time (Canada)"</item> 642 <item>"Manaus"</item> 643 <item>"Santiago"</item> 644 <item>"Newfoundland"</item> 645 <item>"Brasilia"</item> 646 <item>"Buenos Aires"</item> 647 <item>"Greenland"</item> 648 <item>"Montevideo"</item> 649 <item>"Mid-Atlantic"</item> 650 <item>"Azores"</item> 651 <item>"Cape Verde Islands"</item> 652 <item>"Casablanca"</item> 653 <item>"London, Dublin"</item> 654 <item>"Amsterdam, Berlin"</item> 655 <item>"Belgrade"</item> 656 <item>"Brussels"</item> 657 <item>"Sarajevo"</item> 658 <item>"Windhoek"</item> 659 <item>"W. Africa Time"</item> 660 <item>"Amman, Jordan"</item> 661 <item>"Athens, Istanbul"</item> 662 <item>"Beirut, Lebanon"</item> 663 <item>"Cairo"</item> 664 <item>"Helsinki"</item> 665 <item>"Jerusalem"</item> 666 <item>"Minsk"</item> 667 <item>"Harare"</item> 668 <item>"Baghdad"</item> 669 <item>"Moscow"</item> 670 <item>"Kuwait"</item> 671 <item>"Nairobi"</item> 672 <item>"Tehran"</item> 673 <item>"Baku"</item> 674 <item>"Tbilisi"</item> 675 <item>"Yerevan"</item> 676 <item>"Dubai"</item> 677 <item>"Kabul"</item> 678 <item>"Islamabad, Karachi"</item> 679 <item>"Ural'sk"</item> 680 <item>"Yekaterinburg"</item> 681 <item>"Kolkata"</item> 682 <item>"Sri Lanka"</item> 683 <item>"Kathmandu"</item> 684 <item>"Astana"</item> 685 <item>"Yangon"</item> 686 <item>"Krasnoyarsk"</item> 687 <item>"Bangkok"</item> 688 <item>"Beijing"</item> 689 <item>"Hong Kong"</item> 690 <item>"Irkutsk"</item> 691 <item>"Kuala Lumpur"</item> 692 <item>"Perth"</item> 693 <item>"Taipei"</item> 694 <item>"Seoul"</item> 695 <item>"Tokyo, Osaka"</item> 696 <item>"Yakutsk"</item> 697 <item>"Adelaide"</item> 698 <item>"Darwin"</item> 699 <item>"Brisbane"</item> 700 <item>"Hobart"</item> 701 <item>"Sydney, Canberra"</item> 702 <item>"Vladivostok"</item> 703 <item>"Guam"</item> 704 <item>"Magadan"</item> 705 <item>"Auckland"</item> 706 <item>"Fiji"</item> 707 <item>"Tonga"</item> 708 <item>"Jakarta"</item> 709 </string-array> 710 711 <!-- Choices for timezones, must be kept in sync with timezone_values. --> 712 713 <string-array name="timezone_values" translatable="false"> 714 <item>"Pacific/Majuro"</item> 715 <item>"Pacific/Midway"</item> 716 <item>"Pacific/Honolulu"</item> 717 <item>"America/Anchorage"</item> 718 <item>"America/Los_Angeles"</item> 719 <item>"America/Tijuana"</item> 720 <item>"America/Phoenix"</item> 721 <item>"America/Chihuahua"</item> 722 <item>"America/Denver"</item> 723 <item>"America/Costa_Rica"</item> 724 <item>"America/Chicago"</item> 725 <item>"America/Mexico_City"</item> 726 <item>"America/Regina"</item> 727 <item>"America/Bogota"</item> 728 <item>"America/New_York"</item> 729 <item>"America/Caracas"</item> 730 <item>"America/Barbados"</item> 731 <item>"America/Halifax"</item> 732 <item>"America/Manaus"</item> 733 <item>"America/Santiago"</item> 734 <item>"America/St_Johns"</item> 735 <item>"America/Sao_Paulo"</item> 736 <item>"America/Argentina/Buenos_Aires"</item> 737 <item>"America/Godthab"</item> 738 <item>"America/Montevideo"</item> 739 <item>"Atlantic/South_Georgia"</item> 740 <item>"Atlantic/Azores"</item> 741 <item>"Atlantic/Cape_Verde"</item> 742 <item>"Africa/Casablanca"</item> 743 <item>"Europe/London"</item> 744 <item>"Europe/Amsterdam"</item> 745 <item>"Europe/Belgrade"</item> 746 <item>"Europe/Brussels"</item> 747 <item>"Europe/Sarajevo"</item> 748 <item>"Africa/Windhoek"</item> 749 <item>"Africa/Brazzaville"</item> 750 <item>"Asia/Amman"</item> 751 <item>"Europe/Athens"</item> 752 <item>"Asia/Beirut"</item> 753 <item>"Africa/Cairo"</item> 754 <item>"Europe/Helsinki"</item> 755 <item>"Asia/Jerusalem"</item> 756 <item>"Europe/Minsk"</item> 757 <item>"Africa/Harare"</item> 758 <item>"Asia/Baghdad"</item> 759 <item>"Europe/Moscow"</item> 760 <item>"Asia/Kuwait"</item> 761 <item>"Africa/Nairobi"</item> 762 <item>"Asia/Tehran"</item> 763 <item>"Asia/Baku"</item> 764 <item>"Asia/Tbilisi"</item> 765 <item>"Asia/Yerevan"</item> 766 <item>"Asia/Dubai"</item> 767 <item>"Asia/Kabul"</item> 768 <item>"Asia/Karachi"</item> 769 <item>"Asia/Oral"</item> 770 <item>"Asia/Yekaterinburg"</item> 771 <item>"Asia/Calcutta"</item> 772 <item>"Asia/Colombo"</item> 773 <item>"Asia/Katmandu"</item> 774 <item>"Asia/Almaty"</item> 775 <item>"Asia/Rangoon"</item> 776 <item>"Asia/Krasnoyarsk"</item> 777 <item>"Asia/Bangkok"</item> 778 <item>"Asia/Shanghai"</item> 779 <item>"Asia/Hong_Kong"</item> 780 <item>"Asia/Irkutsk"</item> 781 <item>"Asia/Kuala_Lumpur"</item> 782 <item>"Australia/Perth"</item> 783 <item>"Asia/Taipei"</item> 784 <item>"Asia/Seoul"</item> 785 <item>"Asia/Tokyo"</item> 786 <item>"Asia/Yakutsk"</item> 787 <item>"Australia/Adelaide"</item> 788 <item>"Australia/Darwin"</item> 789 <item>"Australia/Brisbane"</item> 790 <item>"Australia/Hobart"</item> 791 <item>"Australia/Sydney"</item> 792 <item>"Asia/Vladivostok"</item> 793 <item>"Pacific/Guam"</item> 794 <item>"Asia/Magadan"</item> 795 <item>"Pacific/Auckland"</item> 796 <item>"Pacific/Fiji"</item> 797 <item>"Pacific/Tongatapu"</item> 798 <item>"Asia/Jakarta"</item> 799 </string-array> 800 801 <!-- Header in the preferences settings for the section pertaining to alarms --> 802 <string name="alarm_settings">Alarms</string> 803 <!-- Describes the service that processes actions originating from timer notifications. --> 804 <string name="timer_service_desc">Processes actions from timer notifications.</string> 805 <!-- Describes the service that processes actions originating from stopwatch notifications. --> 806 <string name="stopwatch_service_desc">Processes actions from stopwatch notifications.</string> 807 <!-- Description for the paused stop watch --> 808 <string name="swn_paused">Paused</string> 809 810 <!-- Text instruction for dismiss alarm on alarm lock screen. The dismiss button will still 811 be on the right even on RTL languages so please do not reverse this during 812 translation. --> 813 <string name="description_direction_right">Swipe right to dismiss</string> 814 <!-- Text instruction for snooze alarm on alarm lock screen. The snooze button will still 815 be on the left even on RTL languages so please do not reverse this during 816 translation. --> 817 <string name="description_direction_left">Swipe left to snooze</string> 818 <!-- Text instruction for alarm icon on alarm lock screen. The snooze button will still 819 be on the left even on RTL languages so please do not reverse this during 820 translation. --> 821 <string name="description_direction_both">Swipe left to snooze or right to dismiss</string> 822 823 <!-- Header in the preferences settings for the section pertaining to timers. --> 824 <string name="timer_settings">Timers</string> 825 <!-- Description for timer ringtone setting. --> 826 <string name="timer_ringtone_title">Timer ringtone</string> 827 828 <!-- Description when timer is stopped. --> 829 <string name="timer_stopped">Timer stopped</string> 830 831 <!-- Notification title when timer is paused. [CHAR LIMIT=25] --> 832 <string name="timer_paused">Timer paused</string> 833 <!-- Notification title when multiple timers are paused. [CHAR LIMIT = 30] --> 834 <string name="timers_stopped"><xliff:g id="number" example="7">%d</xliff:g> timers paused</string> 835 <!-- Notification text when multiple timers are paused. --> 836 <string name="all_timers_stopped_notif">Touch to see your timers</string> 837 <!-- Notification title when at least one timer, of those in use, is counting down. --> 838 <string name="timers_in_use"><xliff:g id="number" example="7">%d</xliff:g> timers</string> 839 <!-- Notification text when at least one timer, of those in use, is counting down. --> 840 <string name="next_timer_notif">Next timer: <xliff:g id="time_remaining" example="2 minutes remaining">%s</xliff:g></string> 841 842 <!-- screensaver settings strings --> 843 <!-- Label for the screen saver activity displayed on-screen when that activity must be represented to the user. --> 844 <string name="screensaver_settings">Dream settings</string> 845 <!-- Title for check box to pick intensity of display diminuation during dream mode --> 846 <string name="night_mode_title">Night mode</string> 847 <!-- Describes intensity of display diminuation during dream mode --> 848 <string name="night_mode_summary">Very dim display (for dark rooms)</string> 849 850 <!-- Description of the down caret in the alarm alert screen to expand the alarm content to edit perspective. [CHAR LIMIT=NONE] --> 851 <string name="expand_alarm">Expand alarm</string> 852 <!-- Description of the up caret in the alarm alert screen to collapse the alarm content to summary perspective. [CHAR LIMIT=NONE] --> 853 <string name="collapse_alarm">Collapse alarm</string> 854 855 <!-- Description of the button to undo change to alarm --> 856 <string name="alarm_undo">undo</string> 857 <!-- Toast content when an alarm was deleted --> 858 <string name="alarm_deleted">Alarm deleted</string> 859 <!-- slash between date and next alarm in the clock --> 860 <string name="slash"> / </string> 861 <!-- slash between date and next alarm in the clock --> 862 <string name="world_day_of_week_label"> / <xliff:g id="label">%s</xliff:g></string> 863 <!-- Description of field showing the next alarm time in the clock page, for accessibility. --> 864 <string name="next_alarm_description">Next alarm: <xliff:g id="alarm_time" example="Wed 8:00am">%s</xliff:g></string> 865 866 <!-- Displays the number of alarms selected from the list of alarms. --> 867 <string name="alarms_selected"><xliff:g id="alarms">%d</xliff:g> selected</string> 868 869 <!-- message used by the talkback accessibility app to say that something was deleted --> 870 <string name="deleted_message">Deleted</string> 871 872 <!-- Alarm deletion confirmation message--> 873 <plurals name="alarm_delete_confirmation"> 874 <!-- Confirmation for one alarm --> 875 <item quantity="one">Delete selected alarm?</item> 876 <!-- Confirmation more than one alarm --> 877 <item quantity="other">Delete selected alarms?</item> 878 </plurals> 879 880 <!-- Timer deletion confirmation --> 881 <string name="timer_delete_confirmation">Delete this timer?</string> 882 883 <!-- world clock deletion confirmation --> 884 <string name="city_delete_confirmation">Remove this city?</string> 885 886 <!-- Label for digital clock gadget displayed on-screen when that gadget is represented to the user. --> 887 <string name="digital_gadget">Digital clock</string> 888 889 <!-- format strings for clocks --> 890 <string name="clock_24_hours_format" translatable="false">kk:mm</string> 891 <string name="main_widget_12_hours_format" translatable="false">h:mm</string> 892 <!-- Font size for AM/PM should match widget_label_font_size --> 893 <string name="wc_widget_12_hours_format" translatable="false">h:mm <b><font size="14" face="sans-serif">a</font></b></string> 894 <!-- Font size for AM/PM should match bottom_text_size --> 895 <string name="main_clock_12_hours_format" translatable="false">h:mm <b><font size="16" face="sans-serif">a</font></b></string> 896 <!-- Font size for AM/PM should match label_font_size --> 897 <string name="world_clock_12_hours_format" translatable="false">h:mm <b><font size="14" face="sans-serif">a</font></b></string> 898 <!-- Font size for AM/PM should match alarm_label_size --> 899 <string name="alarm_time_12_hours_format" translatable="false">h:mm <b><font size="24" face="sans-serif">a</font></b></string> 900 901 <!-- String for no alarms --> 902 <string name="no_alarms">No Alarms</string> 903 904 <!-- String for no alarms set [CHAR LIMIT=24] --> 905 <string name="no_alarms_set">No alarms set</string> 906 907 <!-- String for no enabled alarms in timeline view [CHAR LIMIT=30] --> 908 <string name="no_upcoming_alarms">NO UPCOMING ALARMS</string> 909 910 <!-- String that represents that invalid time for an alarm was specified, e.g. 23:00am 911 or 27:68pm. 912 First %d represents hour, second %d represents minutes, %s represents am/pm, 913 If no am/pm is passed in (e.g. the locale uses 24h time) only hour and minute are printed. 914 [CHAR LIMIT=NONE] 915 --> 916 <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> 917 918 <!-- String that represents that no alarm has been specified for a requested hour:minutes. 919 This happens when a user sends a voice command 'dismiss my alarm at 3:00pm' but they have no 920 alarms specified for that time. %s represents the time of the alarm. 921 [CHAR LIMIT=NONE] 922 --> 923 <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> 924 925 <!-- String that represents that the user doesn't have any alarms scheduled. This happens when 926 a user sends a voice command 'dismiss next alarm' or 'dismiss all of my alarms' but they have 927 no alarms scheduled in the app. 928 [CHAR LIMIT=NONE] 929 --> 930 <string name="no_scheduled_alarms">No scheduled alarms</string> 931 932 <!-- String that represents that the user specified that they want to select an alarm to 933 dismiss by specifying a 'label' but they didn't specify any labels. 934 [CHAR LIMIT=NONE] 935 --> 936 <string name="no_label_specified">No label specified</string> 937 938 <!-- String that represents that no alarm has been specified for a requested label. 939 This happens when a user sends a voice command 'dismiss my alarm with label pick up kids' 940 but they have no alarms with that label. 941 [CHAR LIMIT=NONE] 942 --> 943 <string name="no_alarms_with_label">No alarms contain the label</string> 944 945 <!-- String that represents that the user has sent a voice command 'stop the stopwatch' or 946 'lap the stopwatch' when the stopwatch wasn't running so the command wasn't executed. 947 [CHAR LIMIT=NONE] 948 --> 949 <string name="stopwatch_isnt_running">Stopwatch isn\'t running</string> 950 951 <!-- String that represents that the user has successfully sent a voice command pausing 952 the stopwatch. 953 [CHAR LIMIT=NONE] 954 --> 955 <string name="stopwatch_paused">Stopwatch paused</string> 956 957 <!-- String that represents that the user has successfully sent a voice command resetting 958 the stopwatch. 959 [CHAR LIMIT=NONE] 960 --> 961 <string name="stopwatch_reset">Stopwatch reset</string> 962 963 <!-- String that represents that the user has successfully sent a voice command lapping 964 the stopwatch. 965 [CHAR LIMIT=NONE] 966 --> 967 <string name="stopwatch_lapped">Stopwatch lapped</string> 968 969 <!-- String that represents that the user has successfully sent a voice command starting 970 the stopwatch. 971 [CHAR LIMIT=NONE] 972 --> 973 <string name="stopwatch_started">Stopwatch started</string> 974 975 <!-- String that represents that the user has sent a voice command 'dismiss my alarm at 3pm' when 976 there was no alarm scheduled for that time (they might have had an alarm for 3pm on the list 977 but it was disabled). 978 [CHAR LIMIT=NONE] 979 --> 980 <string name="no_alarm_scheduled_for_this_time">No alarm scheduled for this time</string> 981 982 <!-- String that represents that the user has dismissed an alarm through a voice action. 983 %s represents alarm time, e.g. 14:20 984 [CHAR LIMIT=NONE] 985 --> 986 <string name="alarm_is_dismissed"><xliff:g id="alarm_time" example="14:20">%s</xliff:g> alarm dismissed</string> 987 988 <!-- String that represents that the user has dismissed an alarm through a voice action. 989 %s represents alarm time, e.g. 14:20 990 [CHAR LIMIT=NONE] 991 --> 992 <string name="alarm_is_set">Alarm is set for <xliff:g id="alarm_time" example="14:20">%s</xliff:g></string> 993 994 <!-- String that represents that the user attempted to control a timer with a voice action when 995 no timers are defined. 996 [CHAR LIMIT=NONE] 997 --> 998 <string name="no_timers_exist">No timers exist</string> 999 1000 <!-- String that represents that the user attempted to control a timer with a voice action when 1001 more than one timer is defined. 1002 [CHAR LIMIT=NONE] 1003 --> 1004 <string name="too_many_timers_exist">More than one timer exists</string> 1005 1006 <!-- String that represents that the user attempted to control a timer with a voice action but 1007 the timer could not be located. 1008 [CHAR LIMIT=NONE] 1009 --> 1010 <string name="timer_does_not_exist">The timer has been removed.</string> 1011 1012 <!-- String that represents that the user has successfully created a timer through a voice action. 1013 [CHAR LIMIT=NONE] 1014 --> 1015 <string name="timer_created">Timer created</string> 1016 1017 <!-- String that represents that the user has successfully reset a timer through a voice action. 1018 [CHAR LIMIT=NONE] 1019 --> 1020 <string name="timer_was_reset">Timer reset</string> 1021 1022 <!-- String that represents that the user has successfully reset a timer through a voice action 1023 that was marked as deleteAfterUse and was thus deleted instead. 1024 [CHAR LIMIT=NONE] 1025 --> 1026 <string name="timer_deleted">Timer deleted</string> 1027 1028 <!-- String that represents that the user has successfully started a timer through a voice action. 1029 [CHAR LIMIT=NONE] 1030 --> 1031 <string name="timer_started">Timer started</string> 1032 1033 <!-- String that represents that the user attempted to start a timer through a voice action 1034 but specified invalid length. 1035 [CHAR LIMIT=NONE] 1036 --> 1037 <string name="invalid_timer_length">Invalid timer length</string> 1038 1039 <!-- String that represents that the user attempted to add or delete a world clock through 1040 a voice action 1041 but they didn't specify a city so no world clock was selected. 1042 [CHAR LIMIT=NONE] 1043 --> 1044 <string name="no_city_selected">No city selected</string> 1045 1046 <!-- String that represents that the user attempted to add or delete a world clock through 1047 a voice action 1048 but the city they specified wasn't listed in the database. 1049 [CHAR LIMIT=NONE] 1050 --> 1051 <string name="the_city_you_specified_is_not_available">The city you specified is not available</string> 1052 1053 <!-- String that represents that the user attempted to add a world clock through a voice action 1054 but the city they specified is already added to the list. 1055 [CHAR LIMIT=NONE] 1056 --> 1057 <string name="the_city_already_added">That city has already been added</string> 1058 1059 <!-- String that represents that the user successfully added a world clock through a 1060 voice action 1061 %s represents the name of the city they added. 1062 [CHAR LIMIT=NONE] 1063 --> 1064 <string name="city_added"><xliff:g id="city_name" example="Paris">%s</xliff:g> added</string> 1065 1066 <!-- String that represents that the user successfully deleted a world clock through 1067 a voice action 1068 %s represents the name of the city they deleted. 1069 [CHAR LIMIT=NONE] 1070 --> 1071 <string name="city_deleted"><xliff:g id="city_name" example="Paris">%s</xliff:g> deleted</string> 1072 1073 <!-- String that represents that the user attempted to dismiss an alarm that is more than 1074 24 hours away 1075 %s represents the time of the alarm (e.g. 15:39) 1076 [CHAR LIMIT=NONE] 1077 --> 1078 <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> 1079 1080 <!-- String that shows up in the action bar for the Picker Activity 1081 where a use gets to pick which alarm to dismiss 1082 [CHAR LIMIT=NONE] 1083 --> 1084 <string name="dismiss_alarm">Dismiss alarm</string> 1085 1086 <!-- String that represents that further action is needed from the user in case their 1087 voice command was ambiguous or there are more than 1 alarms that match their request. 1088 The user needs to choose an alarm they want to dismiss through the UI 1089 [CHAR LIMIT=NONE] 1090 --> 1091 <string name="pick_alarm_to_dismiss">Pick which alarm to dismiss</string> 1092 1093 <!-- String that represents that the user doesn't have any alarms firing at the moment. 1094 [CHAR LIMIT=NONE] 1095 --> 1096 <string name="no_firing_alarms">No firing alarms</string> 1097 1098 <!-- String that represents that the user has snoozed an alarm through a voice action for 10 1099 minutes. 1100 %s represents alarm time, e.g. 14:20 1101 [CHAR LIMIT=NONE] 1102 --> 1103 <string name="alarm_is_snoozed"><xliff:g id="alarm_time" example="14:20">%s</xliff:g> alarm snoozed for 10 minutes</string> 1104 1105</resources> 1106 1107