1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2006 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 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 <!-- This is the label underneath the icon for Calendar --> 18 <string name="app_label">Calendar</string> 19 20 <!-- Shared Labels. These labels are shared among the activities. --> 21 <skip/> 22 <!-- This is the label for the title or name of an event --> 23 <string name="what_label">What</string> 24 <!-- This is the label for the location of an event --> 25 <string name="where_label">Where</string> 26 <!-- This is the label for the time of an event [CHAR LIMIT=30] --> 27 <string name="when_label">When</string> 28 <!-- This is the label for the timezone of an event [CHAR LIMIT=30] --> 29 <string name="timezone_label">Time zone</string> 30 <!-- This is the label for the Guests/Attendees of an event --> 31 <string name="attendees_label">Guests</string> 32 <!-- This is the label for the Guest Responses and count of an event e.g. Yes (3) --> 33 <string name="response_label">"<xliff:g id="response_type">%s</xliff:g> (<xliff:g id="guest_count">%d</xliff:g>)"</string> 34 35 <!-- Some events repeat daily, weekly, monthly, or yearly. This is the label 36 for all the choices about how often an event repeats (including the choice 37 of not repeating). --> 38 <string name="repeats_label">Repetition</string> 39 <!-- Title of event when no explicit title is specified by the user --> 40 <string name="no_title_label">(No title)</string> 41 42 <!-- Reminder format strings --> 43 <plurals name="Nminutes"> 44 <!-- This is the label for a 1-minute reminder. --> 45 <item quantity="one">1 minute</item> 46 <!-- This is the label for 2 or more minutes. The actual number of 47 minutes is a parameter. --> 48 <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes</item> 49 </plurals> 50 <!-- We use the abbreviation "mins" instead of "minutes" to keep the string short. 51 This is the number of minutes displayed for a calendar reminder. For example, 52 a reminder of 10 minutes would be displayed as '10 mins'. The translation 53 should use the shortest acceptable abbreviation to save space. --> 54 <plurals name="Nmins"> 55 <!-- This is the label for a 1-minute reminder. --> 56 <item quantity="one">1 min</item> 57 <!-- This is the label for 2 or more minutes. The actual number of 58 minutes is a parameter. --> 59 <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item> 60 </plurals> 61 <!-- This is the number of hours displayed for a calendar reminder. For example, 62 a reminder of 1 hour would be displayed as '1 hour'. The translation 63 should use the shortest acceptable abbreviation of 'hour' to save space. --> 64 <plurals name="Nhours"> 65 <!-- This is the label for a 1-hour reminder. --> 66 <item quantity="one">1 hour</item> 67 <!-- This is the label for a reminder of 2 or more hours. The actual number of 68 hours is a parameter. --> 69 <item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item> 70 </plurals> 71 <!-- This is the number of days displayed for a calendar reminder. For example, 72 a reminder of 2 days would be displayed as '2 days'. The translation 73 should use the shortest acceptable abbreviation of 'day' to save space. --> 74 <plurals name="Ndays"> 75 <!-- This is the label for a reminder of 1 day. --> 76 <item quantity="one">1 day</item> 77 <!-- This is the label for a reminder of 2 or more days. The actual number of 78 days is a parameter. --> 79 <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item> 80 </plurals> 81 <!-- This is for displaying the week of the year near the date. Eg. "January, 2011 Week 1" --> 82 <plurals name="weekN"> 83 <!-- Label for displaying week of the year for all week values [CHAR LIMIT=16] --> 84 <item quantity="other">WEEK <xliff:g id="count">%d</xliff:g></item> 85 </plurals> 86 87 <!-- Menu items: --> 88 <skip/> 89 <!-- This is a label on a context menu item. Pressing this menu item to initiate 90 syncing of your Calendar data with the server. [CHAR LIMIT=11] --> 91 <string name="calendar_refresh"> "Refresh"</string> 92 <!-- This is a label on a context menu item. Pressing this menu item displays the 93 Agenda view. --> 94 95 <!-- This is a label on a context menu item. Pressing this menu item displays the 96 Day view. --> 97 <string name="show_day_view">"Show day"</string> 98 <!-- This is a label on a menu item. Pressing this menu item displays the 99 Agenda view. --> 100 <string name="agenda_view">"Agenda"</string> 101 <!-- This is a label on a menu item. Pressing this menu item displays the 102 Day view. --> 103 <string name="day_view">"Day"</string> 104 <!-- This is a label on a menu item. Pressing this menu item displays the 105 Week view. --> 106 <string name="week_view">"Week"</string> 107 <!-- This is a label on a menu item. Pressing this menu item displays the 108 Month view. --> 109 <string name="month_view">"Month"</string> 110 <!-- This is a label on a menu item. Pressing this menu item displays the 111 details of an event. --> 112 <string name="event_view">"View event"</string> 113 <!-- This is a label on a menu item. Pressing this menu item allows the 114 user to create a new event. --> 115 <string name="event_create">"New event"</string> 116 <!-- This is a label on a menu item in a popup window. Pressing this menu 117 item allows the user to edit or change an existing event. --> 118 <string name="event_edit">"Edit event"</string> 119 <!-- This is a label on a menu item in a popup window. Pressing this menu 120 item allows the user to delete an existing event. --> 121 <string name="event_delete">"Delete event"</string> 122 <!-- This is a label on a menu item. Pressing this menu 123 item takes the user to the current day (today) in whatever view 124 (Day view, Week view, Agenda view, Month view) they are currently in. --> 125 <string name="goto_today">"Today"</string> 126 <!-- This is a label on a menu item. Pressing this menu item allows the 127 user to see the list of calendars that he is viewing and to then add 128 or remove selected calendars. --> 129 130 <!-- This is a label on a menu item. Pressing this menu item allows the 131 user to view and edit his Settings (or Preferences) --> 132 <string name="menu_preferences">"Settings"</string> 133 <!-- This is a label on a menu item. Pressing this menu item allows the 134 user to select the calendars to display [CHAR LIMIT=11] --> 135 <string name="menu_select_visible_calendars">"Calendars to display"</string> 136 <!-- This is a label on a menu item. Pressing this menu item allows the 137 user to select the calendars to display [CHAR LIMIT=11] --> 138 <string name="search">"Search"</string> 139 <!-- This is a label on a menu item. Pressing this menu item hides 140 the navigation controls on the right side. [CHAR LIMIT=20] --> 141 <string name="hide_controls">"Hide controls"</string> 142 <!-- This is a label on a menu item. Pressing this menu item shows the 143 navigation controls on the right side. [CHAR LIMIT=20] --> 144 <string name="show_controls">"Show controls"</string> 145 146 <!-- Month view --> 147 <skip/> 148 149 <!-- Select Visible Calendars activity --> 150 <skip/> 151 <!-- Title of "My calendars" screen --> 152 <string name="select_visible_calendars_title">"Calendars to Display"</string> 153 <!-- Synced and visible status message --> 154 155 <!-- Synced but not visible status message --> 156 157 <!-- not Synced or visible status message --> 158 159 <!-- Synced status message displayed when the given calendar is stored/synced on the device 160 [CHAR LIMIT=60] --> 161 <string name="synced"> synced</string> 162 <!-- Not synced status message displayed when the given calendar is not stored/synced on the 163 device [CHAR LIMIT=60] --> 164 <string name="not_synced"> not synced</string> 165 <!-- Message displayed to user when an account with Calendars is not being auto-synced 166 [CHAR LIMIT=120]--> 167 <string name="acct_not_synced">This account is not being synced and your calendars may 168 not be up to date.</string> 169 <!-- Label on button that takes user to the Accounts and Sync settings page [CHAR LIMIT=60] --> 170 <string name="accounts">Accounts & sync</string> 171 172 <!-- Select Synced Calendars activity --> 173 <!-- Select the set of calendars to sync [CHAR LIMIT=60] --> 174 <string name="select_synced_calendars_title">Calendars to Sync</string> 175 <!-- Select the set of calendars to sync [CHAR LIMIT=60] --> 176 <string name="select_synced_calendars_button">Calendars to sync</string> 177 178 <!-- Event edit activity --> 179 <skip/> 180 <!-- The title of the screen where the user edits an event [CHAR LIMIT=17] --> 181 182 <!-- Default value of What field (as a hint to the user) [CHAR LIMIT=15] --> 183 <string name="hint_what">"Event name"</string> 184 <!-- Default value of Where field (as a hint to the user)[CHAR LIMIT=15] --> 185 <string name="hint_where">"Location"</string> 186 <!-- Default value of Description field (as a hint to the user) [CHAR LIMIT=15]--> 187 <string name="hint_description">"Description"</string> 188 <!-- Default value of Attendees/Guests field (as a hint to the user) [CHAR LIMIT=10] --> 189 <string name="hint_attendees">"Guests"</string> 190 <!-- Toast message displayed when a new event is created --> 191 <string name="creating_event">"Event created"</string> 192 <!-- Toast message displayed when an existing event is saved after being modified --> 193 <string name="saving_event">"Event saved"</string> 194 <!-- Toast message displayed when a new event was not saved because it was empty [CHAR LIMIT=30] --> 195 <string name="empty_event">"Empty event not created"</string> 196 <!-- Toast message displayed when a new event with guests is created --> 197 <string name="creating_event_with_guest">"Invitations sent"</string> 198 <!-- Toast message displayed when an existing event with guests is saved after being modified --> 199 <string name="saving_event_with_guest">"Updates sent"</string> 200 <!-- Title of message displayed to indicate available calendars are being loaded when creating 201 a new event --> 202 203 <!-- Body of message displayed to indicate available calendars are being loaded when creating 204 a new event --> 205 206 207 <!-- The alert toast is not actually being displayed for some reason. --> 208 <skip/> 209 <!-- the title of the alert/notification activity --> 210 <string name="alert_title">Calendar notifications</string> 211 <!-- Notification window messages: --> 212 <skip/> 213 214 <!-- Event info/edit screen labels:--> 215 <skip/> 216 <!-- This is the title of the screen used to view the details of an event --> 217 <string name="event_info_title">View event</string> 218 <!-- This is the title of the screen used to view the details of an invitation 219 to a meeting or event --> 220 <string name="event_info_title_invite">Meeting invitation</string> 221 222 <!-- EditEventActivity specific strings: --> 223 <skip/> 224 <!-- Events have a start date/time and an end date/time. The display shows 225 the start and end times like 'From start date To end date'. This is the 226 label before the 'end date'. --> 227 <string name="edit_event_to_label">To</string> 228 <!-- Events have a start date/time and an end date/time. The display shows 229 the start and end times like 'From start date To end date'. This is the 230 label before the 'start date'. --> 231 <string name="edit_event_from_label">From</string> 232 <!-- Check box label that specifies if this is an all-day event --> 233 <string name="edit_event_all_day_label">All day</string> 234 <!-- Label for choosing one of the calendars --> 235 <string name="edit_event_calendar_label">Calendar</string> 236 <!-- Menu item to show all choices [CHAR LIMIT=22]--> 237 <string name="edit_event_show_all">Show all</string> 238 <!-- Label for the event description --> 239 <string name="description_label">Description</string> 240 <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default) 241 or 'available' [CHAR LIMIT=15] --> 242 <string name="presence_label">Show me as</string> 243 <!-- Label for the 'Privacy' of an event, which can be either 'private' 244 or 'public' [CHAR LIMIT=15] --> 245 <string name="privacy_label">Privacy</string> 246 <!-- Label for the list of reminders for an event [CHAR LIMIT=20] --> 247 <string name="reminders_label">Add reminder</string> 248 <!-- Title of alert shown if the user tries to create an event and has no calendars --> 249 <string name="no_syncable_calendars">No calendars</string> 250 <!-- Body of alert shown if the user tries to create an event and has no calendars. Users can start adding an account here. [CHAR LIMIT=NONE] --> 251 <string name="no_calendars_found">Before you can add an event, you must add at least one Calendar account to the device and make a calendar visible. Touch \u0022Add account\u0022 to add an account (if you just added an account, wait for it to finish syncing and try again). Or touch Cancel and ensure that at least one calendar is visible.</string> 252 <!-- Body of dialog prompting the user to create an account.[CHAR LIMIT=NONE] --> 253 <string name="create_an_account_desc">"Calendar works better with a Google Account.\n\n\u2022 Access it from any web browser\n\u2022 Back up your events securely"</string> 254 <!-- Title of a button shown when there is no account available and the system prompt a user to add one. [CHAR LIMIT=none] --> 255 <string name="add_account">Add account</string> 256 <!-- Label for adding guests to an event [CHAR LIMIT=32]--> 257 <string name="add_guests_label">Add guests</string> 258 <!-- DO NOT TRANSLATE the domain to use for auto-completing email addresses--> 259 <string name="google_email_domain">gmail.com</string> 260 261 <!-- View Event --> 262 <skip/> 263 <!-- Label for which calendar an event is part of --> 264 <string name="view_event_calendar_label">Calendar:</string> 265 <!-- Label for the event organizer --> 266 <string name="view_event_organizer_label">Organizer:</string> 267 <!-- Label for the local timezone --> 268 269 <!-- Label for whether the user is attending this event. This is shown when 270 a user is invited to a meeting or event. The possible answers are 271 'yes', 'no', and 'maybe' (and, initially, 'no response'). --> 272 <string name="view_event_response_label">Attending?</string> 273 <!-- Response for whether attending an event - accepted [CHAR LIMIT=10]--> 274 <string name="response_yes">Yes</string> 275 <!-- Response for whether attending an event - tentative [CHAR LIMIT=10]--> 276 <string name="response_maybe">Maybe</string> 277 <!-- Response for whether attending an event - declined [CHAR LIMIT=10]--> 278 <string name="response_no">No</string> 279 280 <!-- Event Info strings--> 281 <!-- Time Zone Label [CHAR LIMIT=12]--> 282 283 <!-- Repetition Label [CHAR LIMIT=12]--> 284 285 <!-- Organizer Label [CHAR LIMIT=12]--> 286 <string name="event_info_organizer">Organizer:</string> 287 <!-- More label in description button [CHAR LIMIT=6]--> 288 <string name="event_info_desc_more">More</string> 289 <!-- Less label in description button [CHAR LIMIT=6]--> 290 <string name="event_info_desc_less">Less</string> 291 <!-- Reminders label [CHAR LIMIT=15]--> 292 <string name="event_info_reminders_label">Reminders</string> 293 294 <!-- Agenda View strings --> 295 <skip/> 296 <!-- This is shown as part of the heading at the top of a list of today's events. --> 297 <string name="agenda_today">TODAY, <xliff:g id="date">%1$s</xliff:g></string> 298 <!-- This is shown as part of the heading at the top of a list of today's events. --> 299 <string name="agenda_yesterday">YESTERDAY, <xliff:g id="date">%1$s</xliff:g></string> 300 <!-- This is shown as part of the heading at the top of a list of today's events. --> 301 <string name="agenda_tomorrow">TOMORROW, <xliff:g id="date">%1$s</xliff:g></string> 302 <!-- This is shown while the calendar events are being loading to the screen. --> 303 <string name="loading">Loading\u2026</string> 304 <!-- This is shown at the top of the agenda view showing the beginning of the searched range. If the user taps on this string and Calendar will find events older than what is visible and display them to the user --> 305 <string name="show_older_events">Touch to view events before <xliff:g id="oldest_search_range">%1$s</xliff:g></string> 306 <!-- This is shown at the bottom of the agenda view showing the end of the searched range. If the user taps on this string and Calendar will find events later/newer than what is visible and display them to the user --> 307 <string name="show_newer_events">Touch to view events after <xliff:g id="newest_search_range">%1$s</xliff:g></string> 308 309 <!-- Search activity strings --> 310 <skip/> 311 <!-- Title of the search screen [CHAR LIMIT=30] --> 312 <string name="search_title">Search my calendars</string> 313 314 <!-- ICS Import activity --> 315 <skip/> 316 <!-- This is a abbreviation for 'Number of events' and is a label next to 317 an input for the user to enter the number of events to import. --> 318 <string name="num_events">"Num events"</string> 319 320 <!-- Button labels: --> 321 <skip/> 322 <!-- This is the title of a popup window that is displayed when the user 323 edits a repeating event. [CHAR LIMIT=20]--> 324 <string name="edit_event_label">"Details"</string> 325 <!-- This is a menu button for switching into edit mode when viewing an event. 326 [CHAR LIMIT=10] --> 327 <string name="edit_label">"Edit"</string> 328 <!-- The button label for deleting an event --> 329 <string name="delete_label">"Delete"</string> 330 <!-- A menu item for deleting an event --> 331 332 <!-- The button label for saving an event --> 333 <string name="save_label">Done</string> 334 <!-- The button label for discarding changes to an event --> 335 <string name="discard_label">Cancel</string> 336 <!-- The button label for importing events from another source to the phone --> 337 <string name="import_label">"Import"</string> 338 339 <!-- Button labels on expanded notification reminders: --> 340 <skip/> 341 <!-- The button label for making the reminder alarms go away temporarily. 342 The reminder alarms will fire off again in 5 minutes. --> 343 <string name="snooze_all_label">"Snooze all"</string> 344 <!-- The button label for dismissing all the current reminder alarms. This 345 causes them to disappear from the notification screen. --> 346 <string name="dismiss_all_label">"Dismiss all"</string> 347 348 <!-- Repetition dialog options: --> 349 <skip/> 350 <!-- A label in a multiple-choice list for the specifying that an event does 351 not repeat --> 352 <string name="does_not_repeat">One-time event</string> 353 <!-- A label in a multiple-choice list for the specifying that an event 354 repeats daily --> 355 <string name="daily">Daily</string> 356 <!-- A label in a multiple-choice list for the specifying that an event 357 repeats every weekday (Monday through Friday) --> 358 <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string> 359 <!-- A label in a multiple-choice list for the specifying that an event 360 repeats weekly on some day of the week. For example, 361 'Weekly (every Tuesday)'. --> 362 <string name="weekly">"Weekly (every <xliff:g id="days_of_week">%s</xliff:g>)"</string> 363 364 <!-- Example: 'Monthly (every first Sunday)' --> 365 <!-- 1st parameter is an ordinal number, like 'first' --> 366 <!-- 2nd parameter is a day of the week, like 'Sunday' --> 367 <string name="monthly_on_day_count">"Monthly (every <xliff:g id="ordinal_number">%1$s</xliff:g> <xliff:g id="day_of_week">%2$s</xliff:g>)"</string> 368 <!-- The common portion of a string describing how often an event repeats, 369 example: 'Monthly (on day 2)' --> 370 <string name="monthly">Monthly</string> 371 <!-- Calendar spinner item, to select that an event recurs every year. --> 372 <string name="yearly_plain">Yearly</string> 373 <!-- Example: "Monthly (on day 15)" --> 374 <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string> 375 <!-- Example: "Yearly (on April 15)" --> 376 <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string> 377 <!-- This is a label for telling the user that this event repeats in 378 custom (non-standard) way from the usual repeat rates (such as daily, 379 weekly, etc.) and that the user cannot change this on the phone 380 (but only on the web). --> 381 <string name="custom" product="tablet">"Custom\u2026 (cannot customize on tablet)"</string> 382 <!-- This is a label for telling the user that this event repeats in 383 custom (non-standard) way from the usual repeat rates (such as daily, 384 weekly, etc.) and that the user cannot change this on the phone 385 (but only on the web). --> 386 <string name="custom" product="default">"Custom\u2026 (cannot customize on phone)"</string> 387 388 <!-- This is a choice in a list that the user sees when he tries to modify 389 a repeating event. This choice says to change just this one instance 390 of this repeating event. --> 391 <string name="modify_event">Change only this event.</string> 392 <!-- This is a choice in a list that the user sees when he tries to modify 393 a repeating event. This choice says to change all occurrences of 394 this repeating event. --> 395 <string name="modify_all">Change all events in the series.</string> 396 <!-- This is a choice in a list that the user sees when he tries to modify 397 a repeating event. This choice says to change this instance and all 398 future occurrences of this repeating event. --> 399 <string name="modify_all_following">Change this and all future events.</string> 400 401 <!-- Dialogs --> 402 403 <!-- This is a label on the dialog for creating a new event. [CHAR LIMIT=30] --> 404 <string name="new_event_dialog_label">"New event"</string> 405 <!-- This is the button to create a new event in a dialog window. [CHAR LIMIT=30] --> 406 <string name="new_event_dialog_option">"New event"</string> 407 <!-- Confirmation dialog message --> 408 <skip/> 409 <!-- This is a confirmation message in a popup dialog that appears when the 410 user has asked to delete an event. The user still has a chance to cancel 411 this operation. --> 412 <string name="delete_this_event_title">This event will be deleted.</string> 413 <!-- This is the title of a popup dialog that asks for confirmation before 414 deleting an event. --> 415 <string name="delete_title">Delete</string> 416 <!-- This is the title of a popup dialog that asks for confirmation before 417 changing the response to an invitation. --> 418 <string name="change_response_title">Change response</string> 419 420 <!-- This the title of a menu for General Preferences. 421 Pressing the menu item lets user to view and edit his general settings 422 (or preferences) [CHAR LIMIT=30] --> 423 <string name="menu_general_preferences">General Preferences</string> 424 425 <!-- This the title of a menu for "About Calendar" Preferences. 426 Pressing the menu item lets user to view the current settings 427 [CHAR LIMIT=30] --> 428 <string name="menu_about_preferences">About calendar</string> 429 430 <!-- This is the title of the screen for setting user preferences. --> 431 <string name="preferences_title">"Settings"</string> 432 <!-- This is the title of a section in the Settings screen for settings 433 related to viewing calendar events --> 434 <string name="preferences_general_title">Calendar view setting</string> 435 <!-- This is the title of a section in the Settings screen for settings 436 related to reminders for calendar events --> 437 <string name="preferences_reminder_title">Reminder settings</string> 438 <!-- Settings check box label to hide events that the user has declined to attend --> 439 <string name="preferences_hide_declined_title">Hide declined events</string> 440 <!-- Settings week start label to start week on specific day--> 441 <string name="preferences_week_start_day_title">Week starts on</string> 442 <!-- Title of popup for week start day setting--> 443 <string name="preferences_week_start_day_dialog">Week starts on</string> 444 <!-- DO NOT TRANSLATE --> 445 <string name="preferences_week_start_day_default">-1</string> 446 <!-- Title of the settings item to clear the recent search history [CHAR LIMIT=40] --> 447 <string name="preferences_clear_search_history_title">Clear search history</string> 448 <!-- Summary of the settings item to clear the recent search history [CHAR LIMIT=70]--> 449 <string name="preferences_clear_search_history_summary">Remove all the searches you have performed</string> 450 <!-- Message to show in a toast when the history is cleared [CHAR LIMIT=40] --> 451 <string name="search_history_cleared">Search history cleared</string> 452 <!-- Settings check box label to enable or disable notifications --> 453 <string name="preferences_alerts_title">Notifications</string> 454 <!-- Settings dialog label that specifies when the phone should vibrate --> 455 <string name="preferences_alerts_vibrateWhen_title">Vibrate</string> 456 <!-- Title of ringtone selector dialog --> 457 <string name="preferences_alerts_ringtone_title">Select ringtone</string> 458 <!-- Title of check box label to enable or disable pop-up notifications --> 459 <string name="preferences_alerts_popup_title">Pop-up notification</string> 460 <!-- List item label for setting the default number of reminder minutes --> 461 <string name="preferences_default_reminder_title">Default reminder time</string> 462 <!-- Title of dialog for setting the default number of reminder minutes --> 463 <string name="preferences_default_reminder_dialog">Default reminder time</string> 464 <!-- Default value for the number of reminder minutes --> 465 <string name="preferences_default_reminder_default">10</string> 466 <!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] --> 467 <string name="preferences_use_home_tz_title">Use home time zone</string> 468 <!-- Settings description of what setting Calendar to use a fixed 'home' time 469 zone does [CHAR LIMIT = 60]--> 470 <string name="preferences_use_home_tz_descrip">Displays calendars and event times in your home time zone when traveling</string> 471 <!-- Settings title for selecting a 'home' time zone to display Calendar in [CHAR LIMIT = 18] --> 472 <string name="preferences_home_tz_title">Home time zone</string> 473 <!-- DO NOT TRANSLATE --> 474 <string name="preferences_home_tz_default">America/Los_Angeles</string> 475 476 <!-- Title of the settings item to show week number in week view [CHAR LIMIT=40] --> 477 <string name="preferences_show_week_num_title">Show week number</string> 478 479 <!-- This is the title of a section in the Settings screen for "About" this application --> 480 <string name="preferences_about_title">About</string> 481 <!-- Build version of the application --> 482 <string name="preferences_build_version">Build version</string> 483 484 <!-- The vibrate notification modes --> 485 <string-array name="prefEntries_alerts_vibrateWhen"> 486 <!-- Always --> 487 <item>Always</item> 488 <!-- Only when the phone is in Silent mode --> 489 <item>Only when silent</item> 490 <!-- Never --> 491 <item>Never</item> 492 </string-array> 493 494 <!-- The default vibrateWhen value, when none is set --> 495 <string translatable="false" name="prefDefault_alerts_vibrateWhen">never</string> 496 <!-- The value to use then migrating from old versions for a true vibrate setting --> 497 <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string> 498 <!-- The value to use then migrating from old versions for a false vibrate setting --> 499 <string translatable="false" name="prefDefault_alerts_vibrate_false">never</string> 500 501 <!-- The vibrateWhen values --> 502 <string-array translatable="false" name="prefValues_alerts_vibrateWhen"> 503 <item>always</item> 504 <item>silent</item> 505 <item>never</item> 506 </string-array> 507 508 <!-- Dialog title for the Vibrate dialog --> 509 <string name="prefDialogTitle_vibrateWhen">Vibrate</string> 510 511 <!-- Widget --> 512 <skip/> 513 <!-- Title for calendar gadget when displayed in list of all other gadgets --> 514 <string name="gadget_title">Calendar</string> 515 516 <!-- Shown in month view next to event icon when additional events exist for that day, but no 517 room remaining --> 518 <plurals name="month_more_events"> 519 <!-- additional events message for 1 event, the quotes force a literal interpretation of the 520 string [CHAR LIMIT = 10] --> 521 <item quantity="one">"+1"</item> 522 <!-- additional events message for multiple events [CHAR LIMIT = 10] --> 523 <item quantity="other">+<xliff:g id="number">%d</xliff:g></item> 524 </plurals> 525 526 <!-- Caption to show on gadget when there are no upcoming calendar events --> 527 <string name="gadget_no_events">No upcoming calendar events</string> 528 529 <!-- Text to show on gadget when an event starts on the next day --> 530 <string name="tomorrow">Tomorrow</string> 531 532 <!-- Text to show on gadget when an event is currently in progress --> 533 534 535 <!-- Text to show on gadget when an all-day event is in progress --> 536 537 538 <!-- DO NOT TRANSLATE --> 539 <string name="tardis">TARDIS</string> 540 541 <!-- Send a copy of the database to developers for debugging [CHAR LIMIT="NONE"] --> 542 <string name="copy_db">Send database</string> 543 544 <!-- Displayed in email address autocomplete list when searching for contacts 545 in corporate directories. Example: "Searching bigcompany.com..." [CHAR LIMIT=64] --> 546 <string name="directory_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string> 547 548 <!-- Accessibility Events --> 549 <!-- Strings that describes actions for buttons without text --> 550 <!-- Create a new calendar event [CHAR LIMIT = NONE]--> 551 552 <!-- Remove a name of an attendee from a calendar event [CHAR LIMIT = NONE]--> 553 <string name="accessibility_remove_attendee">Remove attendee</string> 554 <!-- Pick a starting date for a new event [CHAR LIMIT = NONE]--> 555 <string name="accessibility_pick_start_date">Start date</string> 556 <!-- Pick a starting time for a new event [CHAR LIMIT = NONE]--> 557 <string name="accessibility_pick_start_time">Start time</string> 558 <!-- Pick the ending date for a new event [CHAR LIMIT = NONE]--> 559 <string name="accessibility_pick_end_date">End date</string> 560 <!-- Pick the ending time for a new event[CHAR LIMIT = NONE]--> 561 <string name="accessibility_pick_end_time">End time</string> 562 <!-- Select a time zone for a new event [CHAR LIMIT = NONE]--> 563 <string name="accessibility_pick_time_zone">Time zone</string> 564 <!-- Add a reminder to an event [CHAR LIMIT = NONE]--> 565 <string name="accessibility_add_reminder">Add reminder</string> 566 <!-- Remove a reminder from an event [CHAR LIMIT = NONE]--> 567 <string name="accessibility_remove_reminder">Remove reminder</string> 568 <!-- Add a new attendee to an event [CHAR LIMIT = NONE]--> 569 <string name="accessibility_add_attendee">Add attendee</string> 570 <!-- Choose if to sync/unsync this calendar with its server [CHAR LIMIT = NONE]--> 571 <string name="accessibility_sync_cal">Sync calendar</string> 572 <!-- Mark this event as an "all day event" [CHAR LIMIT = NONE]--> 573 <string name="accessibility_all_day">All day event</string> 574 <!-- Refresh the data in the calendar [CHAR LIMIT = NONE]--> 575 576 <!-- Choose the type of repetition for the event (daily, weekly, etc.[CHAR LIMIT = NONE]--> 577 <string name="accessibility_repeats">Repetition</string> 578 <!-- Set the time for the reminder[CHAR LIMIT = NONE]--> 579 <string name="accessibility_reminder_time">Reminder time</string> 580 <!-- Set the type of the reminder (popup/email/sms)[CHAR LIMIT = NONE]--> 581 <string name="accessibility_reminder_type">Reminder type</string> 582 <!-- Select the way you are visible for the event (busy/free) [CHAR LIMIT = NONE]--> 583 <string name="accessibility_reminder_showmeas">Show me as</string> 584 <!-- Set the event as private/public/default [CHAR LIMIT = NONE]--> 585 <string name="accessibility_reminder_privacy">Privacy</string> 586 587 <!-- A "new event" hint for the user when selecting a specific hour in the day view [CHAR LIMIT = 30]--> 588 <string name="day_view_new_event_hint">+ New event</string> 589 590 <!-- 591 Source: A value for announcing the current event index (example: "Event 2 of 6"). 592 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 593 --> 594 <string name="template_announce_item_index">Event <xliff:g id="item_index">%1$s</xliff:g> of <xliff:g id="item_count">%2$s</xliff:g>.</string> 595 596 </resources> 597