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 <!-- Title text for alarm timeline view [CHAR LIMIT=20] --> 31 <string name="alarm_timeline_title_text">NEXT ALARMS</string> 32 33 <!-- Menu item on Alarm Clock screen: Desk clock --> 34 <string name="menu_desk_clock">Desk clock</string> 35 36 <!-- Menu item on Alarm Clock screen: Edit alarm --> 37 <string name="menu_edit_alarm">Edit alarm</string> 38 39 <!-- Context Menu Item on Alarm Settings screen: Delete alarm --> 40 <string name="delete_alarm">Delete alarm</string> 41 42 <!-- Context Menu Item on Alarm Settings screen: Enable alarm --> 43 <string name="enable_alarm">Turn alarm on</string> 44 45 <!-- Context Menu Item on Alarm Settings screen: Disable alarm --> 46 <string name="disable_alarm">Turn alarm off</string> 47 48 <!-- Delete alarm confirmation dialog message. --> 49 <string name="delete_alarm_confirm">Delete this alarm?</string> 50 51 <!-- Menu item on Alarm Clock screen: Show clock --> 52 <string name="show_clock">Show clock</string> 53 54 <!-- Menu item on Alarm Clock screen: Hide clock --> 55 <string name="hide_clock">Hide clock</string> 56 57 <!-- Setting label on Set alarm screen: Label --> 58 <string name="label">Label</string> 59 60 <!-- Default label to display for an alarm --> 61 <string name="default_label">Alarm</string> 62 63 <!-- Preference category on Alarm Settings screen: Set alarm --> 64 <!-- Also label for the old Alarms dialog activity displayed on-screen when that activity must be represented to the user. --> 65 <string name="set_alarm">Set alarm</string> 66 67 <!-- Setting labels on Set alarm screen: Vibration on or off --> 68 <string name="alarm_vibrate">Vibrate</string> 69 70 <!-- Setting labels on Set alarm screen: Repeat --> 71 <string name="alarm_repeat">Repeat</string> 72 73 <!-- Setting labels on Set alarm screen: Select alarm ringtone --> 74 <string name="alert">Alarm Ringtone</string> 75 76 <!-- Label on expanded alarm edit view. --> 77 <string name="ringtone">Ringtone</string> 78 79 <!-- Setting labels on Set alarm screen: Set time --> 80 <string name="time">Time</string> 81 82 <!-- Button labels on the alarm dialog: Dismiss --> 83 <string name="alarm_alert_dismiss_text">Dismiss</string> 84 85 <!-- Button labels on the pre-dismiss alarm notifications: Dismiss now --> 86 <string name="alarm_alert_dismiss_now_text">Dismiss Now</string> 87 88 <!-- Alarm Alert screen: this message is shown after an alarm rung 89 unattended for a number of minutes. It tells the user that 90 the alarm has been silenced.--> 91 <string name="alarm_missed_title">Missed alarm</string> 92 <string name="alarm_missed_text"><xliff:g id="alarm_time">%s</xliff:g> - <xliff:g id="alarm_label">%s</xliff:g></string> 93 94 <!-- Button labels on the alarm dialog: Snooze --> 95 <string name="alarm_alert_snooze_text">Snooze</string> 96 97 <!-- Toast that appears after Alarm is snoozed from the Alarm 98 dialog. Says the alarm will snooze for xxx minutes. --> 99 <string name="alarm_alert_snooze_set">Snoozing for <xliff:g id="minutes">%d</xliff:g> minutes.</string> 100 101 <!-- Text to appear inside a notification while an alarm is snoozing. --> 102 <string name="alarm_alert_snooze_until">Snoozing until <xliff:g id="time">%s</xliff:g></string> 103 104 <!-- Text to appear in the notification title while an alarm is about to go off. --> 105 <string name="alarm_alert_predismiss_title">Upcoming alarm</string> 106 107 <!-- Text to appear in when trying to view a missed alarm that has been deleted --> 108 <string name="missed_alarm_has_been_deleted">Your missed alarm has been deleted</string> 109 110 <!-- 0: nothing 111 1: days 112 2: hours 113 3: days hours 114 4: minutes 115 5: days minutes 116 6: hours minutes 117 7: days hours minutes 118 --><skip /> 119 120 <!-- Timer notification: how long from now until timer goes off. --> 121 <string-array name="timer_notifications"> 122 <item>Less than a minute remaining</item> 123 <item><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g> remaining</item> 124 <item><xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g> remaining</item> 125 <item><xliff:g id="HOURS" example="2 hours">%1$s</xliff:g> <xliff:g id="MINUTES" example="2 minutes">%2$s</xliff:g> remaining</item> 126 </string-array> 127 128 <!-- Alarm confirmation toast: Describes how long from now until 129 alarm fires --> 130 <string-array name="alarm_set"> 131 <item>Alarm set for less than 1 minute from now.</item> 132 <item>Alarm set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> from now.</item> 133 <item>Alarm set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item> 134 <item>Alarm set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> and <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> from now.</item> 135 <item>Alarm set for <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 136 <item>Alarm set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g> and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 137 <item>Alarm set for <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g> and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 138 <item>Alarm set for <xliff:g id="DAYS" example="2 days">%1$s</xliff:g>, <xliff:g id="HOURS" example="2 hours">%2$s</xliff:g>, and <xliff:g id="MINUTES" example="2 minutes">%3$s</xliff:g> from now.</item> 139 </string-array> 140 141 <!-- Alarm confirmation toast: singular day --> 142 <string name="day">"1 day"</string> 143 144 <!-- Alarm confirmation toast: plural days --> 145 <string name="days">"<xliff:g id="days">%s</xliff:g> days"</string> 146 147 <!-- Alarm confirmation toast: singular hour --> 148 <string name="hour">1 hour</string> 149 150 <!-- Alarm confirmation toast: plural hours --> 151 <string name="hours"><xliff:g id="hours">%s</xliff:g> hours</string> 152 153 <!-- Alarm confirmation toast: singular minute --> 154 <string name="minute">"1 minute"</string> 155 156 <!-- Alarm confirmation toast: plural minutes --> 157 <string name="minutes">"<xliff:g id="minutes">%s</xliff:g> minutes"</string> 158 159 <!-- Repeat options that appear under an alarm on main Alarm Clock 160 screen to identify repetition schedule: special case for when 161 the alarm is set to repeat every day --> 162 <string name="every_day">Every day</string> 163 164 <!-- Repeat options that appear under an alarm on main Alarm Clock 165 screen to identify repetition schedule: special case for when 166 the alarm is set to never repeat --> 167 <string name="never">Never</string> 168 169 <!-- Repeat options that appear under an alarm on main Alarm Clock 170 screen to identify repetition schedule: concatenate days with 171 this character, i.e. "Mon, Tue, Wed" --> 172 <string name="day_concat">", "</string> 173 174 <!-- Appears at the top of the Clock Picker screen: Tell user to 175 select a clock to display --> 176 <string name="clock_instructions">Choose a clock</string> 177 178 <!-- Label for analog clock gadget displayed on-screen when that gadget is represented to the user. --> 179 <string name="analog_gadget">Analog clock</string> 180 181 <!-- Help activity name --> 182 <string name="help">help</string> 183 184 <!-- Settings activity name --> 185 <!-- Label for the Settings activity displayed on-screen when that activity must be represented to the user. --> 186 <string name="settings">Settings</string> 187 188 <!-- Setting title for changing the snooze duration. --> 189 <string name="snooze_duration_title">Snooze length</string> 190 191 <plurals name="snooze_duration"> 192 <!-- Duration for one minute --> 193 <item quantity="one">1 minute</item> 194 <!-- Duration for more than one minute --> 195 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> minutes</item> 196 </plurals> 197 198 <plurals name="snooze_picker_label"> 199 <!-- Duration for one minute --> 200 <item quantity="one">minute</item> 201 <!-- Duration for more than one minute --> 202 <item quantity="other">minutes</item> 203 </plurals> 204 205 <!-- Auto silence preference title --> 206 <string name="auto_silence_title">Silence after</string> 207 208 <!-- Auto silence summary string set based on the preference value. --> 209 <string name="auto_silence_summary"><xliff:g id="minutes">%d</xliff:g> minutes</string> 210 211 <!-- Auto silence summary when turned off --> 212 <string name="auto_silence_never">Never</string> 213 214 <!-- Entries listed in the ListPreference when invoking the auto silence 215 preference. --> 216 <string-array name="auto_silence_entries"> 217 <item>5 minutes</item> 218 <item>10 minutes</item> 219 <item>15 minutes</item> 220 <item>20 minutes</item> 221 <item>25 minutes</item> 222 <item>30 minutes</item> 223 <item>Never</item> 224 </string-array> 225 226 <!-- Values that are retrieved from the ListPreference. These must match 227 the auto_silence_entries above. --> 228 <string-array name="auto_silence_values" translatable="false"> 229 <item>5</item> 230 <item>10</item> 231 <item>15</item> 232 <item>20</item> 233 <item>25</item> 234 <item>30</item> 235 <item>-1</item> <!-- Off --> 236 </string-array> 237 238 <!-- Done button when editing an alarm. --> 239 <string name="done">Done</string> 240 241 <!-- Revert button when editing an alarm. --> 242 <string name="revert">Revert</string> 243 244 <!-- Delete button when editing an alarm. --> 245 <string name="delete">Delete</string> 246 247 <!-- Setting title for changing the alarm volume. --> 248 <string name="alarm_volume_title">Alarm volume</string> 249 250 <!-- Summary for the alarm preference when silent is chosen. --> 251 <string name="silent_alarm_summary">Silent</string> 252 253 <!-- Text to display in the small text of the notification --> 254 <string name="alarm_notify_text">Snooze or dismiss alarm.</string> 255 256 <!-- Text to display in the notification ticker and label --> 257 <string name="alarm_notify_snooze_label"><xliff:g id="label">%s</xliff:g> (snoozed)</string> 258 259 <!-- Text to display in the notification when the alarm has been snoozed --> 260 <string name="alarm_notify_snooze_text">Alarm set for <xliff:g id="time">%s</xliff:g>. Touch to cancel.</string> 261 262 <!-- Title of the setting to change hardware button behavior. This string 263 should be changed for each piece of hardware. [CHAR LIMIT=20] --> 264 <string name="volume_button_setting_title">Volume buttons</string> 265 266 <!-- Dialog title of the volume and power setting. --> 267 <string name="volume_button_dialog_title">Button effect</string> 268 269 <!-- Entries listed in the setting for the side-button action. --> 270 <string-array name="volume_button_setting_entries"> 271 <item>Snooze</item> 272 <item>Dismiss</item> 273 <item>Do nothing</item> 274 </string-array> 275 276 <!-- Values for the side-button setting. --> 277 <string-array name="volume_button_setting_values" translatable="false"> 278 <item>1</item> 279 <item>2</item> 280 <item>0</item> 281 </string-array> 282 283 <!-- Title of the ringtone setting. --> 284 <string name="default_ringtone_setting_title">Set default ringtone</string> 285 286 <!-- Accessibility labels for Clock activity buttons --><skip/> 287 <string name="alarm_button_description">Alarms</string> 288 <string name="gallery_button_description">Gallery</string> 289 <string name="music_button_description">Music</string> 290 <string name="nightmode_button_description">Dim</string> 291 <string name="home_button_description">Launcher</string> 292 <string name="desk_clock_button_description">Clock display</string> 293 294 <!-- Accessibility labels for alarm buttons --> 295 <string name="label_description">Label</string> 296 <string name="ringtone_description">Ringtone</string> 297 298 <!-- A short representation of charging information, e.g "34%" --> 299 <string name="battery_charging_level"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string> 300 301 <!-- What to show the user if the weather widget exists but fails to 302 respond. This is a sign of an error; if the weather widget is not 303 present on the device, we show nothing at all. --> 304 <string name="weather_fetch_failure">Weather information isn\'t available right now.</string> 305 306 <!-- A description for the DeskClock alarm sound playback service. 307 [CHAR LIMIT=NONE] --> 308 <string name="alarm_klaxon_service_desc">Sound playback service for alarms set in Clock.</string> 309 310 <!-- String displayed as the alert summary while loading the alert name from 311 the media player. [CHAR LIMIT=NONE] --> 312 <string name="loading_ringtone">Loading ringtone\u2026</string> 313 314 <!-- A description for the DeskClock timer sound playback service. 315 [CHAR LIMIT=NONE] --> 316 <string name="timer_ring_service_desc">Sound playback service for timers set in Clock.</string> 317 318 <!-- Label on the main screen control used to set alarm [CHAR LIMIT=30]--> 319 <string name="control_set_alarm">Set alarm</string> 320 321 <!-- Label on the main screen control used to set alarm when there is already an existing alarm [CHAR LIMIT=30]--> 322 <string name="control_set_alarm_with_existing"><xliff:g id="time">%s</xliff:g></string> 323 324 <!-- ActionBar strings --> 325 <!-- Describes the purpose of the tab button which which switches the activity to the Alarm page --> 326 <string name="menu_alarm">Alarm</string> 327 <!-- Describes the purpose of the tab button which which switches the activity to the Timer page --> 328 <string name="menu_timer">Timer</string> 329 <!-- Describes the purpose of the tab button which which switches the activity to the Clock page --> 330 <string name="menu_clock">Clock</string> 331 <!-- Describes the purpose of the tab button which which switches the activity to the Stopwatch page --> 332 <string name="menu_stopwatch">Stopwatch</string> 333 334 <!--- Clock view buttons strings--> 335 <!-- Describes the purpose of the button to start the activity to add/edit/delete alarms --> 336 <string name="button_alarms">Alarms</string> 337 <!-- Describes the purpose of the button which provides a list of cities for the world clock settings --> 338 <string name="button_cities">Cities</string> 339 <!-- Describes the purpose of the button which pops up a menu of setting choices --> 340 <string name="button_menu">More options</string> 341 <!-- Menu item on most screens to get to more settings --> 342 <string name="menu_item_settings">Settings</string> 343 <!-- Menu item on most screens to get to the help information --> 344 <string name="menu_item_help">Help</string> 345 <!-- Menu item on clock screen to enter night mode. --> 346 <string name="menu_item_night_mode">Night mode</string> 347 <!-- Menu item on Cities screen to sort by GMT offset --> 348 <string name="menu_item_sort_by_gmt_offset">Sort by time</string> 349 <!-- Menu item on Cities screen to sort by alphabetical order --> 350 <string name="menu_item_sort_by_name">Sort by name</string> 351 352 <!-- Label for selected cities in Cities list view --> 353 <string name="selected_cities_label">Selected Cities</string> 354 355 <!-- Stop Watch strings --> 356 <!-- Describes the purpose of the button to resume running a stopwatch --> 357 <string name="sw_resume_button">Resume</string> 358 <!-- Describes the purpose of the button to begin running a stopwatch --> 359 <string name="sw_start_button">Start</string> 360 <!-- Describes the purpose of the button to pause a stopwatch. --> 361 <string name="sw_stop_button">Stop</string> 362 <!-- Describes the purpose of the button to record current the stopwatch value into the4 collection of lap times. --> 363 <string name="sw_lap_button">Lap</string> 364 <!-- Describes the purpose of the button to return the stopwatch to zero and remove the lap times. --> 365 <string name="sw_reset_button">Reset</string> 366 <!-- Describes the purpose of the button to share the stopwatch value. --> 367 <string name="sw_share_button">Share</string> 368 369 <!-- Abbreviation for temporal hours [CHAR LIMIT=1] --> 370 <string name="hours_label">h</string> 371 <!-- Abbreviation for temporal minutes [CHAR LIMIT=1] --> 372 <string name="minutes_label">m</string> 373 <!-- Abbreviation for temporal seconds [CHAR LIMIT=1] --> 374 <string name="seconds_label">s</string> 375 <!-- Accessibility strings --> 376 <string name="hours_label_description">hours</string> 377 <string name="minutes_label_description">minutes</string> 378 <string name="seconds_label_description">seconds</string> 379 380 <string name="zero">0</string> 381 382 <!-- Stopwatch share strings --> 383 <!-- Sentence within the message created to share the total time recorded within the stopwatch --> 384 <string name="sw_share_main">My time is <xliff:g id="time">%s</xliff:g></string> 385 <!-- Header within the message created to share a list of lap times (a new line is appended to this) --> 386 <string name="sw_share_laps">Lap times:</string> 387 <!-- Label to enumerate the number of laps in the notification the user has counted --> 388 <string name="sw_notification_lap_number">Lap <xliff:g id="number">%d</xliff:g></string> 389 <!-- Formatted stopwatch time --> 390 <string-array name="stopwatch_format_set" translatable="false"> 391 <item> <!-- <10 minutes - example "1 02.03" --> 392 <xliff:g id="M">%2$d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 393 </item> 394 <item> <!-- <1 hour - example "12 03.04" --> 395 <xliff:g id="M">%2$02d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 396 </item> 397 <item> <!-- <10 hours - example "1 02 03.04" --> 398 <xliff:g id="H">%1$d</xliff:g> ‎<xliff:g id="M">%2$02d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 399 </item> 400 <item> <!-- <100 hours - example "12 03 04.05" --> 401 <xliff:g id="H">%1$02d</xliff:g> ‎<xliff:g id="M">%2$02d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 402 </item> 403 <item> <!-- <1000 hours - example "123 04 05.06" --> 404 <xliff:g id="H">%1$03d</xliff:g> ‎<xliff:g id="M">%2$02d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 405 </item> 406 </string-array> 407 408 <!-- Formatted stopwatch time for laps shared using the share button --> 409 <string-array name="shared_laps_format_set" translatable="false"> 410 <item> <!-- <10 minutes - example "1 02.03" --> 411 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> ‎<xliff:g id="M">%2$d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 412 </item> 413 <item> <!-- <1 hour - example "12 03.04" --> 414 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> ‎<xliff:g id="M">%2$02d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 415 </item> 416 <item> <!-- <10 hours - example "1 02 03.04" --> 417 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> ‎<xliff:g id="H">%1$d</xliff:g> ‎<xliff:g id="M">%2$02d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 418 </item> 419 <item> <!-- <100 hours - example "12 03 04.05" --> 420 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> ‎<xliff:g id="H">%1$02d</xliff:g> ‎<xliff:g id="M">%2$02d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 421 </item> 422 <item> <!-- <1000 hours - example "123 04 05.06" --> 423 <xliff:g id="lap">%6$d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g> ‎<xliff:g id="H">%1$03d</xliff:g> ‎<xliff:g id="M">%2$02d</xliff:g> ‎<xliff:g id="S">%3$02d</xliff:g><xliff:g id="decimal_separator">%5$c</xliff:g><xliff:g id="D">%4$02d</xliff:g> 424 </item> 425 </string-array> 426 427 <!-- Label to enumerate the number of laps the user has counted --> 428 <string-array name="sw_lap_number_set" translatable="false"> 429 <item># <xliff:g id="number">%d</xliff:g></item> 430 <item># <xliff:g id="number">%02d</xliff:g></item> 431 </string-array> 432 433 <!-- Stopwatch accessibility strings --> 434 <plurals name="Nhours_description"> 435 <!-- 1 hour --> 436 <item quantity="one">1 hour</item> 437 <!-- more --> 438 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> hours</item> 439 </plurals> 440 <plurals name="Nminutes_description"> 441 <!-- 1 minute --> 442 <item quantity="one">1 minute</item> 443 <!-- more --> 444 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> minutes</item> 445 </plurals> 446 <plurals name="Nseconds_description"> 447 <!-- 1 second --> 448 <item quantity="one">1 second</item> 449 <!-- more --> 450 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> seconds</item> 451 </plurals> 452 453 <!-- timer strings --> 454 <!-- Describes the purpose of the button to add a new timer --> 455 <string name="timer_add_timer">Add Timer</string> 456 <!-- Describes the purpose of the button to begin or continue running a timer --> 457 <string name="timer_start">Start</string> 458 <!-- Describes the purpose of the button to delete a timer. --> 459 <string name="timer_delete">Delete</string> 460 <!-- Describes the purpose of the button increase the remaining time on a timer by one minute. --> 461 <string name="timer_plus_one">Add 1 Minute</string> 462 <!-- Like "timer_plus_one", but with 'minute' abbreviated for the notification. --> 463 <string name="timer_plus_1_min">Add 1 min</string> 464 <!-- Describes the purpose of the button to stop the timer. --> 465 <string name="timer_stop">Stop</string> 466 <!-- Describes the purpose of the button to stop and delete the timer. --> 467 <string name="timer_done">Done</string> 468 <!-- Describes the purpose of the button to return the timer to it's original starting value. --> 469 <string name="timer_reset">Reset</string> 470 <!-- Describes the purpose of the button to discard the current dialog values. Will also close the dialog if other time's exist --> 471 <string name="timer_cancel">Cancel</string> 472 <!-- Notification content shown when a timer has completed and has no more time remaining --> 473 <string name="timer_times_up">Time\'s up</string> 474 <!-- Label associated with a notification for a Timer --> 475 <string name="timer_notification_label">Timer</string> 476 477 <!-- Jocular content that user may append when sharing the lap times --> 478 <string-array name="sw_share_strings" translatable="true"> 479 <item>You\'re quite the speed demon.</item> 480 <item>Enjoy the fruits of your labor.</item> 481 <item>Androids are known to be fast, but not as fast as you!</item> 482 <item>Phew.</item> 483 <item>L33t times.</item> 484 <item>Such prodigious velocity.</item> 485 <item>Let\'s do the time warp again.</item> 486 <item>Just a jump to the left.</item> 487 <item>You have a palette for haste.</item> 488 <item>Photonic velocity.</item> 489 </string-array> 490 491 <plurals name="timers_num"> 492 <!-- 1 timer --> 493 <item quantity="one">1 minute</item> 494 <!-- more --> 495 <item quantity="other"><xliff:g id="number" example="7">%d</xliff:g> timers</item> 496 </plurals> 497 498 <!-- Title with the clock on the main page displaying the user's regular timezone (shows when automatic_home_clock enabled) --> 499 <string name="home_label">Home</string> 500 <!-- Label for the Cities activity displayed on-screen when that activity must be represented to the user. --> 501 <string name="cities_activity_title">Cities</string> 502 503 <!-- Settings strings --> 504 <!-- Header in the preferences settings for the section pertaining to clocks on the main fragment --> 505 <string name="clock_settings">CLOCK</string> 506 <!-- Header for a Clock Dream Setting referring to choosing analog or digital style --> 507 <string name="clock_style">Style</string> 508 509 <!-- Entries listed in the ListPreference when invoking the clock style 510 preference. --> 511 <string-array name="clock_style_entries"> 512 <item>Analog</item> 513 <item>Digital</item> 514 </string-array> 515 516 <!-- Values that are retrieved from the ListPreference. These must match 517 the clock_style_entries above. --> 518 <string-array name="clock_style_values" translatable="false"> 519 <item>analog</item> 520 <item>digital</item> 521 </string-array> 522 523 <!-- Title for an option that will automtically show a clock representing the user's regular timezone on the main fragment whenever the user leaves their regular timezone--> 524 <string name="automatic_home_clock">Automatic home clock</string> 525 <!-- Describes the functionality provided by the automatic_home_clock option --> 526 <string name="automatic_home_clock_summary">While traveling in an area where the time is different, add a clock for home</string> 527 <!-- Title in the preferences change the time zone for the user's home --> 528 <string name="home_time_zone">Home time zone</string> 529 <!-- Title in a list dialog box to pick a time zone for the user's home --> 530 <string name="home_time_zone_title">Home time zone</string> 531 532 <!-- Textual content of the button to discard the current dialog values and close the dialog --> 533 <string name="time_picker_cancel">Cancel</string> 534 <!-- Textual content of the button to update an alarm with the current dialog values --> 535 <string name="time_picker_set">OK</string> 536 <string name="time_picker_time_seperator">:</string> 537 <!-- place holder for am/pm label when it is not set --> 538 <string name="time_picker_ampm_label">--</string> 539 <!-- add 00 as minutes to the time when pressing this button --> 540 <string name="time_picker_00_label">:00</string> 541 <!-- add 30 as minutes to the time when pressing this button --> 542 <string name="time_picker_30_label">:30</string> 543 544 <!-- Choices for timezones, must be kept in sync with timezone_values. CHAR LIMIT=25] --> 545 <string-array name="timezone_labels"> 546 <item>"Marshall Islands"</item> 547 <item>"Midway Island"</item> 548 <item>"Hawaii"</item> 549 <item>"Alaska"</item> 550 <item>"Pacific Time"</item> 551 <item>"Tijuana"</item> 552 <item>"Arizona"</item> 553 <item>"Chihuahua"</item> 554 <item>"Mountain Time"</item> 555 <item>"Central America"</item> 556 <item>"Central Time"</item> 557 <item>"Mexico City"</item> 558 <item>"Saskatchewan"</item> 559 <item>"Bogota"</item> 560 <item>"Eastern Time"</item> 561 <item>"Venezuela"</item> 562 <item>"Atlantic Time (Barbados)"</item> 563 <item>"Atlantic Time (Canada)"</item> 564 <item>"Manaus"</item> 565 <item>"Santiago"</item> 566 <item>"Newfoundland"</item> 567 <item>"Brasilia"</item> 568 <item>"Buenos Aires"</item> 569 <item>"Greenland"</item> 570 <item>"Montevideo"</item> 571 <item>"Mid-Atlantic"</item> 572 <item>"Azores"</item> 573 <item>"Cape Verde Islands"</item> 574 <item>"Casablanca"</item> 575 <item>"London, Dublin"</item> 576 <item>"Amsterdam, Berlin"</item> 577 <item>"Belgrade"</item> 578 <item>"Brussels"</item> 579 <item>"Sarajevo"</item> 580 <item>"Windhoek"</item> 581 <item>"W. Africa Time"</item> 582 <item>"Amman, Jordan"</item> 583 <item>"Athens, Istanbul"</item> 584 <item>"Beirut, Lebanon"</item> 585 <item>"Cairo"</item> 586 <item>"Helsinki"</item> 587 <item>"Jerusalem"</item> 588 <item>"Minsk"</item> 589 <item>"Harare"</item> 590 <item>"Baghdad"</item> 591 <item>"Moscow"</item> 592 <item>"Kuwait"</item> 593 <item>"Nairobi"</item> 594 <item>"Tehran"</item> 595 <item>"Baku"</item> 596 <item>"Tbilisi"</item> 597 <item>"Yerevan"</item> 598 <item>"Dubai"</item> 599 <item>"Kabul"</item> 600 <item>"Islamabad, Karachi"</item> 601 <item>"Ural'sk"</item> 602 <item>"Yekaterinburg"</item> 603 <item>"Kolkata"</item> 604 <item>"Sri Lanka"</item> 605 <item>"Kathmandu"</item> 606 <item>"Astana"</item> 607 <item>"Yangon"</item> 608 <item>"Krasnoyarsk"</item> 609 <item>"Bangkok"</item> 610 <item>"Beijing"</item> 611 <item>"Hong Kong"</item> 612 <item>"Irkutsk"</item> 613 <item>"Kuala Lumpur"</item> 614 <item>"Perth"</item> 615 <item>"Taipei"</item> 616 <item>"Seoul"</item> 617 <item>"Tokyo, Osaka"</item> 618 <item>"Yakutsk"</item> 619 <item>"Adelaide"</item> 620 <item>"Darwin"</item> 621 <item>"Brisbane"</item> 622 <item>"Hobart"</item> 623 <item>"Sydney, Canberra"</item> 624 <item>"Vladivostok"</item> 625 <item>"Guam"</item> 626 <item>"Magadan"</item> 627 <item>"Auckland"</item> 628 <item>"Fiji"</item> 629 <item>"Tonga"</item> 630 <item>"Jakarta"</item> 631 </string-array> 632 633 <!-- Choices for timezones, must be kept in sync with timezone_values. --> 634 635 <string-array name="timezone_values" translatable="false"> 636 <item>"Pacific/Majuro"</item> 637 <item>"Pacific/Midway"</item> 638 <item>"Pacific/Honolulu"</item> 639 <item>"America/Anchorage"</item> 640 <item>"America/Los_Angeles"</item> 641 <item>"America/Tijuana"</item> 642 <item>"America/Phoenix"</item> 643 <item>"America/Chihuahua"</item> 644 <item>"America/Denver"</item> 645 <item>"America/Costa_Rica"</item> 646 <item>"America/Chicago"</item> 647 <item>"America/Mexico_City"</item> 648 <item>"America/Regina"</item> 649 <item>"America/Bogota"</item> 650 <item>"America/New_York"</item> 651 <item>"America/Caracas"</item> 652 <item>"America/Barbados"</item> 653 <item>"America/Halifax"</item> 654 <item>"America/Manaus"</item> 655 <item>"America/Santiago"</item> 656 <item>"America/St_Johns"</item> 657 <item>"America/Sao_Paulo"</item> 658 <item>"America/Argentina/Buenos_Aires"</item> 659 <item>"America/Godthab"</item> 660 <item>"America/Montevideo"</item> 661 <item>"Atlantic/South_Georgia"</item> 662 <item>"Atlantic/Azores"</item> 663 <item>"Atlantic/Cape_Verde"</item> 664 <item>"Africa/Casablanca"</item> 665 <item>"Europe/London"</item> 666 <item>"Europe/Amsterdam"</item> 667 <item>"Europe/Belgrade"</item> 668 <item>"Europe/Brussels"</item> 669 <item>"Europe/Sarajevo"</item> 670 <item>"Africa/Windhoek"</item> 671 <item>"Africa/Brazzaville"</item> 672 <item>"Asia/Amman"</item> 673 <item>"Europe/Athens"</item> 674 <item>"Asia/Beirut"</item> 675 <item>"Africa/Cairo"</item> 676 <item>"Europe/Helsinki"</item> 677 <item>"Asia/Jerusalem"</item> 678 <item>"Europe/Minsk"</item> 679 <item>"Africa/Harare"</item> 680 <item>"Asia/Baghdad"</item> 681 <item>"Europe/Moscow"</item> 682 <item>"Asia/Kuwait"</item> 683 <item>"Africa/Nairobi"</item> 684 <item>"Asia/Tehran"</item> 685 <item>"Asia/Baku"</item> 686 <item>"Asia/Tbilisi"</item> 687 <item>"Asia/Yerevan"</item> 688 <item>"Asia/Dubai"</item> 689 <item>"Asia/Kabul"</item> 690 <item>"Asia/Karachi"</item> 691 <item>"Asia/Oral"</item> 692 <item>"Asia/Yekaterinburg"</item> 693 <item>"Asia/Calcutta"</item> 694 <item>"Asia/Colombo"</item> 695 <item>"Asia/Katmandu"</item> 696 <item>"Asia/Almaty"</item> 697 <item>"Asia/Rangoon"</item> 698 <item>"Asia/Krasnoyarsk"</item> 699 <item>"Asia/Bangkok"</item> 700 <item>"Asia/Shanghai"</item> 701 <item>"Asia/Hong_Kong"</item> 702 <item>"Asia/Irkutsk"</item> 703 <item>"Asia/Kuala_Lumpur"</item> 704 <item>"Australia/Perth"</item> 705 <item>"Asia/Taipei"</item> 706 <item>"Asia/Seoul"</item> 707 <item>"Asia/Tokyo"</item> 708 <item>"Asia/Yakutsk"</item> 709 <item>"Australia/Adelaide"</item> 710 <item>"Australia/Darwin"</item> 711 <item>"Australia/Brisbane"</item> 712 <item>"Australia/Hobart"</item> 713 <item>"Australia/Sydney"</item> 714 <item>"Asia/Vladivostok"</item> 715 <item>"Pacific/Guam"</item> 716 <item>"Asia/Magadan"</item> 717 <item>"Pacific/Auckland"</item> 718 <item>"Pacific/Fiji"</item> 719 <item>"Pacific/Tongatapu"</item> 720 <item>"Asia/Jakarta"</item> 721 </string-array> 722 723 <!-- Header in the preferences settings for the section pertaining to alarms --> 724 <string name="alarm_settings">ALARMS</string> 725 <!-- Describes the purpose of the button to show the remaining choices whenever there were too many --> 726 <string name="see_all">See all…</string> 727 <string name="desk_clock_help_url" translatable="false"></string> 728 <!-- Describes the running service for the stopwatch --> 729 <string name="stopwatch_service_desc">Stopwatch service to run the notification.</string> 730 <!-- Desription for the stopped stop watch --> 731 <string name="swn_stopped">Stopped</string> 732 733 <!-- Description of the right direction in the alarm alert screen. [CHAR LIMIT=NONE] --> 734 <string name="description_direction_right">Slide right to dismiss</string> 735 <!-- Description of the left direction in the alarm alert screen. [CHAR LIMIT=NONE] --> 736 <string name="description_direction_left">Slide left to snooze</string> 737 <!-- Description of the up direction in the alarm alert screen. [CHAR LIMIT=NONE] --> 738 <string name="description_direction_up">Slide up to dismiss</string> 739 <!-- Description of the down direction in the alarm alert screen. [CHAR LIMIT=NONE] --> 740 <string name="description_direction_down">Slide down to snooze</string> 741 742 <!-- Notification title when timer is stopped. --> 743 <string name="timer_stopped">Timer stopped</string> 744 <!-- Notification title when multiple timers are stopped. --> 745 <string name="timers_stopped"><xliff:g id="number" example="7">%d</xliff:g> timers stopped</string> 746 <!-- Notification text when multiple timers are stopped. --> 747 <string name="all_timers_stopped_notif">Touch to see your timers</string> 748 <!-- Notification title when at least one timer, of those in use, is counting down. --> 749 <string name="timers_in_use"><xliff:g id="number" example="7">%d</xliff:g> timers</string> 750 <!-- Notification text when at least one timer, of those in use, is counting down. --> 751 <string name="next_timer_notif">Next timer: <xliff:g id="time_remaining" example="2 minutes remaining">%s</xliff:g></string> 752 753 <!-- screensaver settings strings --> 754 <!-- Label for the screen saver activity displayed on-screen when that activity must be represented to the user. --> 755 <string name="screensaver_settings">Dream settings</string> 756 <!-- Title for check box to pick intensity of display diminuation during dream mode --> 757 <string name="night_mode_title">Night mode</string> 758 <!-- Describes intensity of display diminuation during dream mode --> 759 <string name="night_mode_summary">Very dim display (for dark rooms)</string> 760 761 <!-- Description of the down caret in the alarm alert screen to expand the alarm content to edit perspective. [CHAR LIMIT=NONE] --> 762 <string name="expand_alarm">Expand alarm</string> 763 <!-- Description of the up caret in the alarm alert screen to collapse the alarm content to summary perspective. [CHAR LIMIT=NONE] --> 764 <string name="collapse_alarm">Collapse alarm</string> 765 766 <!-- Description of the button to undo change to alarm --> 767 <string name="alarm_undo">undo</string> 768 <!-- Toast content when an alarm was deleted --> 769 <string name="alarm_deleted">Alarm deleted.</string> 770 <!-- slash between date and next alarm in the clock --> 771 <string name="slash"> / </string> 772 <!-- slash between date and next alarm in the clock --> 773 <string name="world_day_of_week_label"> / <xliff:g id="label">%s</xliff:g></string> 774 <!-- Description of field showing the next alarm time in the clock page, for accessibility. --> 775 <string name="next_alarm_description">Next alarm: <xliff:g id="alarm_time" example="Wed 8:00am">%s</xliff:g></string> 776 <string name="label_unlabeled"></string> 777 778 <!-- Displays the number of alarms selected from the list of alarms. --> 779 <string name="alarms_selected"><xliff:g id="alarms">%d</xliff:g> selected</string> 780 781 <!-- message used by the talkback accessebility app to say that something was deleted --> 782 <string name="deleted_message">Deleted</string> 783 784 <!-- Alarm deletion confirmation message--> 785 <plurals name="alarm_delete_confirmation"> 786 <!-- Confirmation for one alarm --> 787 <item quantity="one">Delete selected alarm?</item> 788 <!-- Confirmation more than one alarm --> 789 <item quantity="other">Delete selected alarms?</item> 790 </plurals> 791 792 <!-- Timer deletion confirmation --> 793 <string name="timer_delete_confirmation">Delete this timer?</string> 794 795 <!-- world clock deletion confirmation --> 796 <string name="city_delete_confirmation">Remove this city?</string> 797 798 <!-- Label for digital clock gadget displayed on-screen when that gadget is represented to the user. --> 799 <string name="digital_gadget">Digital clock</string> 800 801 <!-- format strings for clocks --> 802 <string name="clock_24_hours_format" translatable="false">kk:mm</string> 803 <string name="main_widget_12_hours_format" translatable="false">h:mm</string> 804 <!-- Font size for AM/PM should match widget_label_font_size --> 805 <string name="wc_widget_12_hours_format" translatable="false">h:mm <b><font size="14" face="sans-serif-condensed">a</font></b></string> 806 <!-- Font size for AM/PM should match bottom_text_size --> 807 <string name="main_clock_12_hours_format" translatable="false">h:mm <b><font size="16" face="sans-serif-condensed">a</font></b></string> 808 <!-- Font size for AM/PM should match label_font_size --> 809 <string name="world_clock_12_hours_format" translatable="false">h:mm <b><font size="14" face="sans-serif-condensed">a</font></b></string> 810 <!-- Font size for AM/PM should match alarm_label_size --> 811 <string name="alarm_time_12_hours_format" translatable="false">h:mm <b><font size="14" face="sans-serif-condensed">a</font></b></string> 812 813 <!-- String for no alarms --> 814 <string name="no_alarms">No Alarms</string> 815 <!-- String for no enabled alarms in timeline view [CHAR LIMIT=30] --> 816 <string name="no_upcoming_alarms">NO UPCOMING ALARMS</string> 817 </resources> 818 819