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