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 <!-- Text to show when an event starts on the current day --> 33 <string name="today">Today</string> 34 <!-- Text to show when an event starts on the next day --> 35 <string name="tomorrow">Tomorrow</string> 36 <!-- Text for an event starting on the current day with a start and end time. 37 For ex, "Today at 5:00pm-6:00pm" [CHAR LIMIT=NONE] --> 38 <string name="today_at_time_fmt">"Today at <xliff:g id="time_interval">%s</xliff:g>"</string> 39 <!-- Text for an event starting on the next day with a start and end time. 40 For ex, "Tomorrow at 5:00pm-6:00pm" [CHAR LIMIT=NONE] --> 41 <string name="tomorrow_at_time_fmt">"Tomorrow at <xliff:g id="time_interval">%s</xliff:g>"</string> 42 <!-- Format string for a date and time description. For ex: 43 "April 19, 2012, 3:00pm - 4:00pm" [CHAR LIMIT=NONE] --> 44 <string name="date_time_fmt">"<xliff:g id="date">%s</xliff:g>, <xliff:g id="time_interval">%s</xliff:g>"</string> 45 46 <!-- Some events repeat daily, weekly, monthly, or yearly. This is the label 47 for all the choices about how often an event repeats (including the choice 48 of not repeating). --> 49 <string name="repeats_label">Repetition</string> 50 <!-- Title of event when no explicit title is specified by the user --> 51 <string name="no_title_label">(No title)</string> 52 53 <!-- Reminder format strings --> 54 <plurals name="Nminutes"> 55 <!-- This is the label for a 1-minute reminder. --> 56 <item quantity="one">1 minute</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> minutes</item> 60 </plurals> 61 <!-- We use the abbreviation "mins" instead of "minutes" to keep the string short. 62 This is the number of minutes displayed for a calendar reminder. For example, 63 a reminder of 10 minutes would be displayed as '10 mins'. The translation 64 should use the shortest acceptable abbreviation to save space. --> 65 <plurals name="Nmins"> 66 <!-- This is the label for a 1-minute reminder. --> 67 <item quantity="one">1 min</item> 68 <!-- This is the label for 2 or more minutes. The actual number of 69 minutes is a parameter. --> 70 <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item> 71 </plurals> 72 <!-- This is the number of hours displayed for a calendar reminder. For example, 73 a reminder of 1 hour would be displayed as '1 hour'. The translation 74 should use the shortest acceptable abbreviation of 'hour' to save space. --> 75 <plurals name="Nhours"> 76 <!-- This is the label for a 1-hour reminder. --> 77 <item quantity="one">1 hour</item> 78 <!-- This is the label for a reminder of 2 or more hours. The actual number of 79 hours is a parameter. --> 80 <item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item> 81 </plurals> 82 <!-- This is the number of days displayed for a calendar reminder. For example, 83 a reminder of 2 days would be displayed as '2 days'. The translation 84 should use the shortest acceptable abbreviation of 'day' to save space. --> 85 <plurals name="Ndays"> 86 <!-- This is the label for a reminder of 1 day. --> 87 <item quantity="one">1 day</item> 88 <!-- This is the label for a reminder of 2 or more days. The actual number of 89 days is a parameter. --> 90 <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item> 91 </plurals> 92 <!-- This is for displaying the week of the year near the date. Eg. "January, 2011 Week 1" --> 93 <plurals name="weekN"> 94 <!-- Label for displaying week of the year for all week values [CHAR LIMIT=16] --> 95 <item quantity="other">WEEK <xliff:g id="count">%d</xliff:g></item> 96 </plurals> 97 98 <!-- Menu items: --> 99 <skip/> 100 <!-- This is a label on a context menu item. Pressing this menu item to initiate 101 syncing of your Calendar data with the server. [CHAR LIMIT=11] --> 102 <string name="calendar_refresh"> "Refresh"</string> 103 <!-- This is a label on a context menu item. Pressing this menu item displays the 104 Agenda view. --> 105 106 <!-- This is a label on a context menu item. Pressing this menu item displays the 107 Day view. --> 108 <string name="show_day_view">"Show day"</string> 109 <!-- This is a label on a menu item. Pressing this menu item displays the 110 Agenda view. --> 111 <string name="agenda_view">"Agenda"</string> 112 <!-- This is a label on a menu item. Pressing this menu item displays the 113 Day view. --> 114 <string name="day_view">"Day"</string> 115 <!-- This is a label on a menu item. Pressing this menu item displays the 116 Week view. --> 117 <string name="week_view">"Week"</string> 118 <!-- This is a label on a menu item. Pressing this menu item displays the 119 Month view. --> 120 <string name="month_view">"Month"</string> 121 <!-- This is a label on a menu item. Pressing this menu item displays the 122 details of an event. --> 123 <string name="event_view">"View event"</string> 124 <!-- This is a label on a menu item. Pressing this menu item allows the 125 user to create a new event. --> 126 <string name="event_create">"New event"</string> 127 <!-- This is a label on a menu item in a popup window. Pressing this menu 128 item allows the user to edit or change an existing event. --> 129 <string name="event_edit">"Edit event"</string> 130 <!-- This is a label on a menu item in a popup window. Pressing this menu 131 item allows the user to delete an existing event. --> 132 <string name="event_delete">"Delete event"</string> 133 <!-- This is a label on a menu item. Pressing this menu 134 item takes the user to the current day (today) in whatever view 135 (Day view, Week view, Agenda view, Month view) they are currently in. --> 136 <string name="goto_today">"Today"</string> 137 <!-- This is a label on a menu item. Pressing this menu item allows the 138 user to see the list of calendars that he is viewing and to then add 139 or remove selected calendars. --> 140 141 <!-- This is a label on a menu item. Pressing this menu item allows the 142 user to view and edit his Settings (or Preferences) --> 143 <string name="menu_preferences">"Settings"</string> 144 <!-- This is a label on a menu item. Pressing this menu item allows the 145 user to select the calendars to display [CHAR LIMIT=20] --> 146 <string name="menu_select_visible_calendars">"Calendars to display"</string> 147 <!-- This is a label on a menu item. Pressing this menu item allows the 148 user to select the calendars to display [CHAR LIMIT=20] --> 149 <string name="search">"Search"</string> 150 <!-- This is a label on a menu item. Pressing this menu item hides 151 the navigation controls on the right side. [CHAR LIMIT=20] --> 152 <string name="hide_controls">"Hide controls"</string> 153 <!-- This is a label on a menu item. Pressing this menu item shows the 154 navigation controls on the right side. [CHAR LIMIT=20] --> 155 <string name="show_controls">"Show controls"</string> 156 157 <!-- Month view --> 158 <skip/> 159 160 <!-- Select Visible Calendars activity --> 161 <skip/> 162 <!-- Title of "My calendars" screen --> 163 <string name="select_visible_calendars_title">"Calendars to display"</string> 164 <!-- Synced and visible status message --> 165 166 <!-- Synced but not visible status message --> 167 168 <!-- not Synced or visible status message --> 169 170 <!-- Synced status message displayed when the given calendar is stored/synced on the device 171 [CHAR LIMIT=60] --> 172 <string name="synced"> synced</string> 173 <!-- Not synced status message displayed when the given calendar is not stored/synced on the 174 device [CHAR LIMIT=60] --> 175 <string name="not_synced"> not synced</string> 176 <!-- Message displayed to user when an account with Calendars is not being auto-synced 177 [CHAR LIMIT=120]--> 178 <string name="acct_not_synced">This account isn\'t being synced so your calendars may 179 not be up-to-date.</string> 180 <!-- Label on button that takes user to the Accounts and Sync settings page [CHAR LIMIT=60] --> 181 <string name="accounts">Accounts & sync</string> 182 183 <!-- Select Synced Calendars activity --> 184 <!-- Select the set of calendars to sync [CHAR LIMIT=60] --> 185 <string name="select_synced_calendars_title">Calendars to sync</string> 186 <!-- Select the set of calendars to sync [CHAR LIMIT=60] --> 187 <string name="select_synced_calendars_button">Calendars to sync</string> 188 189 <!-- Event edit activity --> 190 <skip/> 191 <!-- The title of the screen where the user edits an event [CHAR LIMIT=17] --> 192 193 <!-- Default value of What field (as a hint to the user) [CHAR LIMIT=15] --> 194 <string name="hint_what">"Event name"</string> 195 <!-- Default value of Where field (as a hint to the user)[CHAR LIMIT=15] --> 196 <string name="hint_where">"Location"</string> 197 <!-- Default value of Description field (as a hint to the user) [CHAR LIMIT=15]--> 198 <string name="hint_description">"Description"</string> 199 <!-- Default value of Attendees/Guests field (as a hint to the user) [CHAR LIMIT=10] --> 200 <string name="hint_attendees">"Guests"</string> 201 <!-- Toast message displayed when a new event is created --> 202 <string name="creating_event">"Event created."</string> 203 <!-- Toast message displayed when an existing event is saved after being modified --> 204 <string name="saving_event">"Event saved."</string> 205 <!-- Toast message displayed when a new event was not saved because it was empty [CHAR LIMIT=30] --> 206 <string name="empty_event">"Empty event not created."</string> 207 <!-- Toast message displayed when a new event with guests is created --> 208 <string name="creating_event_with_guest">"Invitations will be sent."</string> 209 <!-- Toast message displayed when an existing event with guests is saved after being modified --> 210 <string name="saving_event_with_guest">"Updates will be sent."</string> 211 <!-- Title of message displayed to indicate available calendars are being loaded when creating 212 a new event --> 213 214 <!-- Body of message displayed to indicate available calendars are being loaded when creating 215 a new event --> 216 217 218 <!-- Create event dialog --> 219 <skip/> 220 <!-- Create event dialog save button [CHAR LIMIT=10] --> 221 <string name="create_event_dialog_save">Save</string> 222 223 <!-- The alert toast is not actually being displayed for some reason. --> 224 <skip/> 225 <!-- the title of the alert/notification activity --> 226 <string name="alert_title">Calendar notifications</string> 227 <!-- Notification window messages: --> 228 <skip/> 229 230 <!-- Event info/edit screen labels:--> 231 <skip/> 232 <!-- This is the title of the screen used to view the details of an event --> 233 <string name="event_info_title">View event</string> 234 <!-- This is the title of the screen used to view the details of an invitation 235 to a meeting or event --> 236 <string name="event_info_title_invite">Meeting invitation</string> 237 238 <!-- EditEventActivity specific strings: --> 239 <skip/> 240 <!-- Events have a start date/time and an end date/time. The display shows 241 the start and end times like 'From start date To end date'. This is the 242 label before the 'end date'. --> 243 <string name="edit_event_to_label">To</string> 244 <!-- Events have a start date/time and an end date/time. The display shows 245 the start and end times like 'From start date To end date'. This is the 246 label before the 'start date'. --> 247 <string name="edit_event_from_label">From</string> 248 <!-- Check box label that specifies if this is an all-day event --> 249 <string name="edit_event_all_day_label">All day</string> 250 <!-- Label for choosing one of the calendars --> 251 <string name="edit_event_calendar_label">Calendar</string> 252 <!-- Menu item to show all choices [CHAR LIMIT=22]--> 253 <string name="edit_event_show_all">Show all</string> 254 <!-- Label for the event description --> 255 <string name="description_label">Description</string> 256 <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default) 257 or 'available' [CHAR LIMIT=15] --> 258 <string name="presence_label">Show me as</string> 259 <!-- Label for the 'Privacy' of an event, which can be either 'private' 260 or 'public' [CHAR LIMIT=15] --> 261 <string name="privacy_label">Privacy</string> 262 <!-- Label for the list of reminders for an event [CHAR LIMIT=20] --> 263 <string name="reminders_label">Add reminder</string> 264 <!-- Title of alert shown if the user tries to create an event and has no calendars --> 265 <string name="no_syncable_calendars">No calendars</string> 266 <!-- 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] --> 267 <string name="no_calendars_found">Before you can add an event, you must add at least one Calendar account to your device and make a calendar visible. Touch Add Account to add an account (if you just added an account, wait for it to finish syncing and try again). Or touch Cancel and make sure at least one calendar is visible.</string> 268 <!-- Body of dialog prompting the user to create an account.[CHAR LIMIT=NONE] --> 269 <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> 270 <!-- Title of a button shown when there is no account available and the system prompt a user to add one. [CHAR LIMIT=none] --> 271 <string name="add_account">Add account</string> 272 273 <!-- View Event --> 274 <skip/> 275 <!-- Label for which calendar an event is part of --> 276 <string name="view_event_calendar_label">Calendar:</string> 277 <!-- Label for the event organizer --> 278 <string name="view_event_organizer_label">Organizer:</string> 279 <!-- Label for the local timezone --> 280 281 <!-- Label for showing event color picker --> 282 <string name="choose_event_color_label">Choose event color</string> 283 <!-- Title for event color picker dialog --> 284 <string name="event_color_picker_dialog_title">Event Color</string> 285 <!-- Label for button which sets event color to default calendar color --> 286 <string name="event_color_set_to_default">Set to default calendar color</string> 287 288 <!-- Title for calendar color picker dialog --> 289 <string name="calendar_color_picker_dialog_title">Calendar Color</string> 290 <!-- Description for calendar color squares, which bring up the color picker. --> 291 <string name="calendar_square_color_picker_description">Color picker</string> 292 293 <!-- Label for whether the user is attending this event. This is shown when 294 a user is invited to a meeting or event. The possible answers are 295 'yes', 'no', and 'maybe' (and, initially, 'no response'). --> 296 <string name="view_event_response_label">Attending?</string> 297 <!-- Response for whether attending an event - accepted [CHAR LIMIT=10]--> 298 <string name="response_yes">Yes</string> 299 <!-- Response for whether attending an event - tentative [CHAR LIMIT=10]--> 300 <string name="response_maybe">Maybe</string> 301 <!-- Response for whether attending an event - declined [CHAR LIMIT=10]--> 302 <string name="response_no">No</string> 303 <!-- Label for emailing attendees --> 304 <string name="email_guests_label">Email guests</string> 305 <!-- Label for emailing the organizer (when there are no attendees) --> 306 <string name="email_organizer_label">Email organizer</string> 307 <!-- This is shown in the popup picker when emailing attendees --> 308 <string name="email_picker_label">Email with</string> 309 <!-- The is shown in the email subject as the prefix appended to the event title --> 310 <string translatable="false" name="email_subject_prefix">Re:\u0020</string> 311 <!-- Toast message displayed when the event id was not found LIMIT=30] --> 312 <string name="event_not_found">"Event not found."</string> 313 314 <!-- Notification label for getting a map of the location. --> 315 <string name="map_label">Map</string> 316 <!-- Notification label for calling a phone number in the location. --> 317 <string name="call_label">Call</string> 318 319 <!-- Title of the quick response item in Settings [CHAR LIMIT=18]--> 320 <string name="quick_response_settings">Quick responses</string> 321 <!-- Summary of the quick response item in Settings [CHAR LIMIT=80]--> 322 <string name="quick_response_settings_summary">Edit default responses when emailing guests</string> 323 <!-- Title of the quick response screen in Settings->Quick Response [CHAR LIMIT=27]--> 324 <string name="quick_response_settings_title">Edit quick responses</string> 325 <!-- Title of the quick response item in Settings [CHAR LIMIT=18]--> 326 <string name="quick_response_settings_edit_title">Quick response</string> 327 328 <!-- Title of the dialog prompting the user choose a response when emailing guests [CHAR LIMIT=none]--> 329 <string name="quick_response_dialog_title">Choose quick response</string> 330 <!-- Error to user when an email program can't be found[CHAR LIMIT=none]--> 331 <string name="quick_response_email_failed">Failed to find an email program</string> 332 <!-- The is shown in the email subject as the prefix appended to the event title [CHAR LIMIT=none]--> 333 <string-array name="quick_response_defaults"> 334 <item>Running just a couple of minutes late.</item> 335 <item>Be there in about 10 minutes.</item> 336 <item>Go ahead and start without me.</item> 337 <item>Sorry, I can\'t make it. We\'ll have to reschedule.</item> 338 </string-array> 339 <!-- Option to create a custom response instead of using defaults [CHAR LIMIT=none] --> 340 <string name="quick_response_custom_msg">Write your own\u2026</string> 341 342 <!-- Event Info strings--> 343 <!-- Time Zone Label [CHAR LIMIT=12]--> 344 345 <!-- Repetition Label [CHAR LIMIT=12]--> 346 347 <!-- Organizer Label [CHAR LIMIT=12]--> 348 <string name="event_info_organizer">Organizer:</string> 349 <!-- Reminders label [CHAR LIMIT=15]--> 350 <string name="event_info_reminders_label">Reminders</string> 351 352 <!-- Agenda View strings --> 353 <skip/> 354 <!-- This is shown as part of the heading at the top of a list of today's events. --> 355 <string name="agenda_today">TODAY, <xliff:g id="date">%1$s</xliff:g></string> 356 <!-- This is shown as part of the heading at the top of a list of today's events. --> 357 <string name="agenda_yesterday">YESTERDAY, <xliff:g id="date">%1$s</xliff:g></string> 358 <!-- This is shown as part of the heading at the top of a list of today's events. --> 359 <string name="agenda_tomorrow">TOMORROW, <xliff:g id="date">%1$s</xliff:g></string> 360 <!-- This is shown while the calendar events are being loading to the screen. --> 361 <string name="loading">Loading\u2026</string> 362 <!-- 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 --> 363 <string name="show_older_events">Touch to view events before <xliff:g id="oldest_search_range">%1$s</xliff:g></string> 364 <!-- 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 --> 365 <string name="show_newer_events">Touch to view events after <xliff:g id="newest_search_range">%1$s</xliff:g></string> 366 367 <!-- Search activity strings --> 368 <skip/> 369 <!-- Title of the search screen [CHAR LIMIT=30] --> 370 <string name="search_title">Search my calendars</string> 371 372 <!-- Button labels: --> 373 <skip/> 374 <!-- This is the title of a popup window that is displayed when the user 375 edits a repeating event. [CHAR LIMIT=20]--> 376 <string name="edit_event_label">"Details"</string> 377 <!-- This is a menu button for switching into edit mode when viewing an event. 378 [CHAR LIMIT=10] --> 379 <string name="edit_label">"Edit"</string> 380 <!-- The button label for deleting an event --> 381 <string name="delete_label">"Delete"</string> 382 <!-- A menu item for deleting an event --> 383 384 <!-- The button label for saving an event --> 385 <string name="save_label">Done</string> 386 <!-- The button label for discarding changes to an event --> 387 <string name="discard_label">Cancel</string> 388 389 <!-- Button labels on expanded notification reminders: --> 390 <skip/> 391 <!-- The button label for making the reminder alarms go away temporarily. 392 The reminder alarms will fire off again in 5 minutes. --> 393 <string name="snooze_all_label">"Snooze all"</string> 394 <!-- The button label for dismissing all the current reminder alarms. This 395 causes them to disappear from the notification screen. --> 396 <string name="dismiss_all_label">"Dismiss all"</string> 397 <!-- The button label for making the reminder alarms go away temporarily 398 and re-fire in 5 minutes. [CHAR LIMIT=12]--> 399 <string name="snooze_label">"Snooze"</string> 400 401 <!-- Repetition dialog options: --> 402 <skip/> 403 <!-- A label in a multiple-choice list for the specifying that an event does 404 not repeat --> 405 <string name="does_not_repeat">One-time event</string> 406 <!-- Part of a description of an repeating event. This part states the date when a repeating 407 event ends. The part before the semi-colon describes how it repeats. 408 e.g. Every 2 weeks; until 1/1/2030 [CHAR LIMIT=21] --> 409 <string name="endByDate">; until <xliff:g id="date">%s</xliff:g></string> 410 <!-- Part of a description of an repeating event. This part how many times the event repeats. 411 The part before the semi-colon describes how it repeats. 412 e.g. Every 2 weeks; for 15 times [CHAR LIMIT=15] --> 413 <plurals name="endByCount"> 414 <item quantity="one">; for one time</item> 415 <item quantity="other">; for <xliff:g id="number">%d</xliff:g> times</item> 416 </plurals> 417 <!-- A description for an event that repeats daily. For example, Every 2 days [CHAR LIMIT=15]--> 418 <plurals name="daily"> 419 <item quantity="one">Daily</item> 420 <item quantity="other">Every <xliff:g id="number">%d</xliff:g> days</item> 421 </plurals> 422 <!-- A label in a multiple-choice list for the specifying that an event 423 repeats every weekday (Monday through Friday) --> 424 <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string> 425 <!-- A description for an event that repeats weekly on some day of the week. For example, 426 'Weekly on Tuesday' or Every 2 weeks on Monday, Tuesday. [CHAR LIMIT=25]--> 427 <plurals name="weekly"> 428 <item quantity="one">Weekly on <xliff:g id="days_of_week">%2$s</xliff:g></item> 429 <item quantity="other">Every <xliff:g id="number">%1$d</xliff:g> weeks on <xliff:g id="days_of_week">%2$s</xliff:g></item> 430 </plurals> 431 432 <!-- The common portion of a string describing how often an event repeats, 433 example: 'Monthly (on day 2)' --> 434 <string name="monthly">Monthly</string> 435 <!-- Calendar spinner item, to select that an event recurs every year. --> 436 <string name="yearly_plain">Yearly</string> 437 <!-- Example: "Monthly (on day 15)" --> 438 <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string> 439 <!-- Example: "Yearly (on April 15)" --> 440 <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string> 441 <!-- This is a label for telling the user that this event repeats in 442 custom (non-standard) way from the usual repeat rates (such as daily, 443 weekly, etc.) and that the user cannot change this on the phone 444 (but only on the web). --> 445 <string name="custom" product="tablet">"Custom (can\'t customize on tablet)"</string> 446 <!-- This is a label for telling the user that this event repeats in 447 custom (non-standard) way from the usual repeat rates (such as daily, 448 weekly, etc.) and that the user cannot change this on the phone 449 (but only on the web). --> 450 <string name="custom" product="default">"Custom (can\'t customize on phone)"</string> 451 452 <!-- This is a choice in a list that the user sees when he tries to modify 453 a repeating event. This choice says to change just this one instance 454 of this repeating event. --> 455 <string name="modify_event">Change only this event</string> 456 <!-- This is a choice in a list that the user sees when he tries to modify 457 a repeating event. This choice says to change all occurrences of 458 this repeating event. --> 459 <string name="modify_all">Change all events in the series</string> 460 <!-- This is a choice in a list that the user sees when he tries to modify 461 a repeating event. This choice says to change this instance and all 462 future occurrences of this repeating event. --> 463 <string name="modify_all_following">Change this and all future events</string> 464 465 <!-- Dialogs --> 466 467 <!-- This is a label on the dialog for creating a new event. [CHAR LIMIT=30] --> 468 <string name="new_event_dialog_label">"New event"</string> 469 <!-- This is the button to create a new event in a dialog window. [CHAR LIMIT=30] --> 470 <string name="new_event_dialog_option">"New event"</string> 471 <!-- Confirmation dialog message --> 472 <skip/> 473 <!-- This is a confirmation message in a popup dialog that appears when the 474 user has asked to delete an event. The user still has a chance to cancel 475 this operation. --> 476 <string name="delete_this_event_title">Delete this event?</string> 477 <!-- This is a confirmation message in a popup dialog that appears when the 478 user has asked to delete an event that is recurring. The user still has a chance to cancel 479 this operation. --> 480 <string name="delete_recurring_event_title">Delete <xliff:g id="eventtitle">%s</xliff:g>?</string> 481 <!-- This is the title of a popup dialog that asks for confirmation before 482 changing the response to an invitation. --> 483 <string name="change_response_title">Change response</string> 484 485 <!-- This the title of a menu for General Preferences. 486 Pressing the menu item lets user to view and edit his general settings 487 (or preferences) [CHAR LIMIT=30] --> 488 <string name="menu_general_preferences">General settings</string> 489 490 <!-- This the title of a menu for "About Calendar" Preferences. 491 Pressing the menu item lets user to view the current settings 492 [CHAR LIMIT=30] --> 493 <string name="menu_about_preferences">About Calendar</string> 494 495 <!-- This is the title of the screen for setting user preferences. --> 496 <string name="preferences_title">"Settings"</string> 497 <!-- This is the title of a section in the Settings screen for settings 498 related to viewing calendar events --> 499 <string name="preferences_general_title">Calendar view setting</string> 500 <!-- This is the title of a section in the Settings screen for settings 501 related to reminders for calendar events --> 502 <string name="preferences_reminder_title">Notifications \u0026 reminders</string> 503 <!-- Settings check box label to hide events that the user has declined to attend --> 504 <string name="preferences_hide_declined_title">Hide declined events</string> 505 <!-- Settings week start label to start week on specific day--> 506 <string name="preferences_week_start_day_title">Week starts on</string> 507 <!-- Title of popup for week start day setting--> 508 <string name="preferences_week_start_day_dialog">Week starts on</string> 509 <!-- DO NOT TRANSLATE --> 510 <string name="preferences_week_start_day_default">-1</string> 511 <!-- Title of the settings item to clear the recent search history [CHAR LIMIT=40] --> 512 <string name="preferences_clear_search_history_title">Clear search history</string> 513 <!-- Summary of the settings item to clear the recent search history [CHAR LIMIT=70]--> 514 <string name="preferences_clear_search_history_summary">Remove all the searches you\'ve performed</string> 515 <!-- Message to show in a toast when the history is cleared [CHAR LIMIT=40] --> 516 <string name="search_history_cleared">Search history cleared.</string> 517 <!-- Settings check box label to enable or disable notifications --> 518 <string name="preferences_alerts_title">Notifications</string> 519 <!-- Settings dialog label that specifies when the phone should vibrate --> 520 <string name="preferences_alerts_vibrateWhen_title">Vibrate</string> 521 <!-- The old value for enabling vibration. used only for migrating --> 522 <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string> 523 <!-- Title of ringtone selector dialog --> 524 <string name="preferences_alerts_ringtone_title">Sound</string> 525 <!-- Title of check box label to enable or disable pop-up notifications --> 526 <string name="preferences_alerts_popup_title">Pop-up notification</string> 527 <!-- List item label for setting the default number of reminder minutes --> 528 <string name="preferences_default_reminder_title">Default reminder time</string> 529 <!-- Title of dialog for setting the default number of reminder minutes --> 530 <string name="preferences_default_reminder_dialog">Default reminder time</string> 531 <!-- Default value for the number of reminder minutes --> 532 <string name="preferences_default_reminder_default">10</string> 533 <!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] --> 534 <string name="preferences_use_home_tz_title">Use home time zone</string> 535 <!-- Settings description of what setting Calendar to use a fixed 'home' time 536 zone does [CHAR LIMIT = 60]--> 537 <string name="preferences_use_home_tz_descrip">Displays calendars and event times in your home time zone when traveling</string> 538 <!-- Settings title for selecting a 'home' time zone to display Calendar in [CHAR LIMIT = 18] --> 539 <string name="preferences_home_tz_title">Home time zone</string> 540 <!-- DO NOT TRANSLATE --> 541 <string name="preferences_home_tz_default">America/Los_Angeles</string> 542 543 <!-- Title of the settings item to show week number in week view [CHAR LIMIT=40] --> 544 <string name="preferences_show_week_num_title">Show week number</string> 545 546 <!-- This is the title of a section in the Settings screen for "About" this application --> 547 <string name="preferences_about_title">About</string> 548 <!-- Build version of the application --> 549 <string name="preferences_build_version">Build version</string> 550 551 <!-- Widget --> 552 <skip/> 553 <!-- Title for calendar gadget when displayed in list of all other gadgets --> 554 <string name="gadget_title">Calendar</string> 555 556 <!-- Shown in month view next to event icon when additional events exist for that day, but no 557 room remaining --> 558 <plurals name="month_more_events"> 559 <!-- additional events message for 1 event, the quotes force a literal interpretation of the 560 string [CHAR LIMIT = 10] --> 561 <item quantity="one">"+1"</item> 562 <!-- additional events message for multiple events [CHAR LIMIT = 10] --> 563 <item quantity="other">+<xliff:g id="number">%d</xliff:g></item> 564 </plurals> 565 566 <!-- Caption to show on gadget when there are no upcoming calendar events --> 567 <string name="gadget_no_events">No upcoming calendar events</string> 568 569 <!-- Text to show on gadget when an event is currently in progress --> 570 571 572 <!-- Text to show on gadget when an all-day event is in progress --> 573 574 575 <!-- DO NOT TRANSLATE --> 576 <string name="tardis">TARDIS</string> 577 578 <!-- Experimental settings [CHAR LIMIT = 30]--> 579 <string name="preferences_experimental_category">Experimental</string> 580 581 <!-- Reminders settings [CHAR LIMIT = 30]--> 582 <string name="preferences_reminders_category">Reminders</string> 583 <!-- Preference label for when to skip reminders [CHAR LIMIT = 25] --> 584 <string name="preferences_reminders_responded_label">Skip Reminders</string> 585 <!-- Dialog title for when to skip reminders [CHAR LIMIT = 25] --> 586 <string name="preferences_reminders_responded_dialog">Skip Reminders</string> 587 <!-- Preference label for quiet hours [CHAR LIMIT = 25]--> 588 <string name="preferences_reminders_quiet_hours_label">Quiet hours</string> 589 <!-- Preference description for quiet hours [CHAR LIMIT = NONE]--> 590 <string name="preferences_reminders_quiet_hours_description">Silence event reminders during specified time.</string> 591 <!-- Preference label for quiet hours start time [CHAR LIMIT = 25]--> 592 <string name="preferences_reminders_quiet_hours_start">Quiet hours start time</string> 593 <!-- Preference label for quiet hours end time [CHAR LIMIT = 25]--> 594 <string name="preferences_reminders_quiet_hours_end">Quiet hours end time</string> 595 596 <!-- Preferences used for debugging purposes [CHAR LIMIT = 30]--> 597 <string name="preferences_debug_category">Debugging</string> 598 599 <!-- Send a copy of the database to developers for debugging [CHAR LIMIT="NONE"] --> 600 <string name="copy_db">Send database</string> 601 602 <!-- Displayed in email address autocomplete list when searching for contacts 603 in corporate directories. Example: "Searching bigcompany.com..." [CHAR LIMIT=64] --> 604 <string name="directory_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string> 605 606 <!-- Accessibility Events --> 607 <!-- Strings that describes actions for buttons without text --> 608 <!-- Create a new calendar event [CHAR LIMIT = NONE]--> 609 610 <!-- Remove a name of an attendee from a calendar event [CHAR LIMIT = NONE]--> 611 <string name="accessibility_remove_attendee">Remove attendee</string> 612 <!-- Pick a starting date for a new event [CHAR LIMIT = NONE]--> 613 <string name="accessibility_pick_start_date">Start date</string> 614 <!-- Pick a starting time for a new event [CHAR LIMIT = NONE]--> 615 <string name="accessibility_pick_start_time">Start time</string> 616 <!-- Pick the ending date for a new event [CHAR LIMIT = NONE]--> 617 <string name="accessibility_pick_end_date">End date</string> 618 <!-- Pick the ending time for a new event[CHAR LIMIT = NONE]--> 619 <string name="accessibility_pick_end_time">End time</string> 620 <!-- Select a time zone for a new event [CHAR LIMIT = NONE]--> 621 <string name="accessibility_pick_time_zone">Time zone</string> 622 <!-- Select a time zone for a new event [CHAR LIMIT = NONE]--> 623 <string name="accessibility_pick_recurrence">Repeat event</string> 624 <!-- Add a reminder to an event [CHAR LIMIT = NONE]--> 625 <string name="accessibility_add_reminder">Add reminder</string> 626 <!-- Remove a reminder from an event [CHAR LIMIT = NONE]--> 627 <string name="accessibility_remove_reminder">Remove reminder</string> 628 <!-- Add a new attendee to an event [CHAR LIMIT = NONE]--> 629 <string name="accessibility_add_attendee">Add attendee</string> 630 <!-- Choose if to sync/unsync this calendar with its server [CHAR LIMIT = NONE]--> 631 <string name="accessibility_sync_cal">Sync calendar</string> 632 <!-- Mark this event as an "all day event" [CHAR LIMIT = NONE]--> 633 <string name="accessibility_all_day">All day event</string> 634 <!-- Refresh the data in the calendar [CHAR LIMIT = NONE]--> 635 636 <!-- Choose the type of repetition for the event (daily, weekly, etc.[CHAR LIMIT = NONE]--> 637 <string name="accessibility_repeats">Repetition</string> 638 <!-- Set the time for the reminder[CHAR LIMIT = NONE]--> 639 <string name="accessibility_reminder_time">Reminder time</string> 640 <!-- Set the type of the reminder (popup/email/sms)[CHAR LIMIT = NONE]--> 641 <string name="accessibility_reminder_type">Reminder type</string> 642 <!-- Select the way you are visible for the event (busy/free) [CHAR LIMIT = NONE]--> 643 <string name="accessibility_reminder_showmeas">Show me as</string> 644 <!-- Set the event as private/public/default [CHAR LIMIT = NONE]--> 645 <string name="accessibility_reminder_privacy">Privacy</string> 646 <!-- Calendar notification [CHAR LIMIT = NONE]--> 647 <string name="acessibility_cal_notification">Calendar Notification</string> 648 <!-- Calendar notification snooze button [CHAR LIMIT = NONE]--> 649 <string name="acessibility_snooze_notification">Snooze Notification</string> 650 <!-- Calendar notification email button [CHAR LIMIT = NONE]--> 651 <string name="accessibility_email_notification">Email guests</string> 652 653 <!-- A "new event" hint for the user when selecting a specific hour in the day view [CHAR LIMIT = 30]--> 654 <string name="day_view_new_event_hint">+ New event</string> 655 656 <!-- 657 Source: A value for announcing the current event index (example: "Event 2 of 6"). 658 Description: This is spoken to the user. [CHAR LIMIT="NONE"] 659 --> 660 <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> 661 662 <!-- number of events in the notification bar --> 663 <plurals name="Nevents"> 664 <!-- This is the label for a 1 event. --> 665 <item quantity="one">1 event</item> 666 <!-- This is the label for 2 or more events. --> 667 <item quantity="other"><xliff:g id="count">%d</xliff:g> events</item> 668 </plurals> 669 670 <!-- number of remaining events for an alert digest in the notification bar [CHAR LIMIT = 30] --> 671 <plurals name="N_remaining_events"> 672 <!-- This is the label for 1 event. --> 673 <item quantity="one">+1 event</item> 674 <!-- This is the label for 2 or more events. --> 675 <item quantity="other">+<xliff:g id="count">%d</xliff:g> events</item> 676 </plurals> 677 678 <!-- Description of the selected marker for accessibility support [CHAR LIMIT = NONE]--> 679 <string name="acessibility_selected_marker_description">Selected event</string> 680 681 <!-- Tell user not to check a checkbox [CHAR LIMIT=30] --> 682 <string name="do_not_check">Do NOT check -></string> 683 684 <!-- Dialog title for recurrence picker for configuring a repeating event[CHAR LIMIT=20] --> 685 <string name="recurrence_dialog_title">Repeat</string> 686 <!-- Dialog title for recurrence picker when one-time event is selected [CHAR LIMIT=20] --> 687 <string name="recurrence_dialog_title_never">Never repeats</string> 688 689 <!-- Strings to describe how frequently to repeat an event (e.g. every 5 days) --> 690 <plurals name="recurrence_interval_daily"> 691 <!-- Singular form [CHAR LIMIT=30] --> 692 <item quantity="one">Every <xliff:g id="count">%d</xliff:g> day</item> 693 <!-- Plural form [CHAR LIMIT=30] --> 694 <item quantity="other">Every <xliff:g id="count">%d</xliff:g> days</item> 695 </plurals> 696 <!-- Strings to describe how frequently to repeat an event (e.g. every 5 weeks) --> 697 <plurals name="recurrence_interval_weekly"> 698 <!-- Singular form [CHAR LIMIT=30] --> 699 <item quantity="one">Every <xliff:g id="count">%d</xliff:g> week</item> 700 <!-- Plural form [CHAR LIMIT=30] --> 701 <item quantity="other">Every <xliff:g id="count">%d</xliff:g> weeks</item> 702 </plurals> 703 <!-- Strings to describe how frequently to repeat an event (e.g. every 5 months) --> 704 <plurals name="recurrence_interval_monthly"> 705 <!-- Singular form [CHAR LIMIT=30] --> 706 <item quantity="one">Every <xliff:g id="count">%d</xliff:g> month</item> 707 <!-- Plural form [CHAR LIMIT=30] --> 708 <item quantity="other">Every <xliff:g id="count">%d</xliff:g> months</item> 709 </plurals> 710 <!-- Strings to describe how frequently to repeat an event (e.g. every 5 years) --> 711 <plurals name="recurrence_interval_yearly"> 712 <!-- Singular form [CHAR LIMIT=30] --> 713 <item quantity="one">Every <xliff:g id="count">%d</xliff:g> year</item> 714 <!-- Plural form [CHAR LIMIT=30] --> 715 <item quantity="other">Every <xliff:g id="count">%d</xliff:g> years</item> 716 </plurals> 717 718 <!-- Repeat an monthly event on the same day of every month [CHAR LIMIT=20] --> 719 <string name="recurrence_month_pattern_by_day">on the same day each month</string> 720 721 <!-- Specifies that a repeating event to repeat forever (based on the defined frequency) instead of ending at a future date[CHAR LIMIT=20] --> 722 <string name="recurrence_end_continously">Forever</string> 723 <!-- Specifies that a repeating event to repeat until a certain date[CHAR LIMIT=25] --> 724 <string name="recurrence_end_date_label">Until a date</string> 725 <!-- Specifies that a repeating event to repeat until a certain date[CHAR LIMIT=20] --> 726 <string name="recurrence_end_date">Until <xliff:g id="date">%s</xliff:g></string> 727 <!-- Specifies that a repeating event to repeat for a number of times. A repeating event can repeat forever, repeat in a certain frequency until a certain date, or repeat for a number of times. e.g. repeat 10 times and stop. This string is for the last case [CHAR LIMIT=25] --> 728 <string name="recurrence_end_count_label">For a number of events</string> 729 730 <!-- Specifies that a repeating event should repeat for a certain number of iterations. [CHAR LIMIT=20]--> 731 <plurals name="recurrence_end_count"> 732 <item quantity="one">For <xliff:g id="event_count">%d</xliff:g> event</item> 733 <item quantity="other">For <xliff:g id="event_count">%d</xliff:g> events</item> 734 </plurals> 735 736 <!-- Description of the selected marker for accessibility support [CHAR LIMIT = NONE]--> 737 <string name="acessibility_recurrence_choose_end_date_description">change end date</string> 738 739 <!-- Do Not Translate. Sender identity for global notification synchronization. --> 740 <string name="notification_sender_id"></string> 741 </resources> 742