strings.xml revision 4afba187f8990ae2b3afaf8fcdb6039f231f4914
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 &amp; 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    <!-- Label for whether the user is attending this event. This is shown when
289         a user is invited to a meeting or event.  The possible answers are
290         'yes', 'no', and 'maybe' (and, initially, 'no response'). -->
291    <string name="view_event_response_label">Attending?</string>
292    <!-- Response for whether attending an event - accepted [CHAR LIMIT=10]-->
293    <string name="response_yes">Yes</string>
294    <!-- Response for whether attending an event - tentative [CHAR LIMIT=10]-->
295    <string name="response_maybe">Maybe</string>
296    <!-- Response for whether attending an event - declined [CHAR LIMIT=10]-->
297    <string name="response_no">No</string>
298    <!-- Label for emailing attendees -->
299    <string name="email_guests_label">Email guests</string>
300    <!-- Label for emailing the organizer (when there are no attendees) -->
301    <string name="email_organizer_label">Email organizer</string>
302    <!-- This is shown in the popup picker when emailing attendees -->
303    <string name="email_picker_label">Email with</string>
304    <!-- The is shown in the email subject as the prefix appended to the event title -->
305    <string translatable="false" name="email_subject_prefix">Re:\u0020</string>
306    <!-- Toast message displayed when the event id was not found LIMIT=30] -->
307    <string name="event_not_found">"Event not found."</string>
308
309    <!-- Notification label for getting a map of the location. -->
310    <string name="map_label">Map</string>
311    <!-- Notification label for calling a phone number in the location. -->
312    <string name="call_label">Call</string>
313
314    <!-- Title of the quick response item in Settings [CHAR LIMIT=18]-->
315    <string name="quick_response_settings">Quick responses</string>
316    <!-- Summary of the quick response item in Settings [CHAR LIMIT=80]-->
317    <string name="quick_response_settings_summary">Edit default responses when emailing guests</string>
318    <!-- Title of the quick response screen in Settings->Quick Response [CHAR LIMIT=27]-->
319    <string name="quick_response_settings_title">Edit quick responses</string>
320    <!-- Title of the quick response item in Settings [CHAR LIMIT=18]-->
321    <string name="quick_response_settings_edit_title">Quick response</string>
322
323    <!-- Title of the dialog prompting the user choose a response when emailing guests  [CHAR LIMIT=none]-->
324    <string name="quick_response_dialog_title">Choose quick response</string>
325    <!-- Error to user when an email program can't be found[CHAR LIMIT=none]-->
326    <string name="quick_response_email_failed">Failed to find an email program</string>
327    <!-- The is shown in the email subject as the prefix appended to the event title [CHAR LIMIT=none]-->
328    <string-array name="quick_response_defaults">
329        <item>Running just a couple of minutes late.</item>
330        <item>Be there in about 10 minutes.</item>
331        <item>Go ahead and start without me.</item>
332        <item>Sorry, I can\'t make it. We\'ll have to reschedule.</item>
333        </string-array>
334    <!-- Option to create a custom response instead of using defaults [CHAR LIMIT=none] -->
335    <string name="quick_response_custom_msg">Write your own\u2026</string>
336
337    <!-- Event Info strings-->
338    <!-- Time Zone Label [CHAR LIMIT=12]-->
339
340    <!-- Repetition Label [CHAR LIMIT=12]-->
341
342    <!-- Organizer Label [CHAR LIMIT=12]-->
343    <string name="event_info_organizer">Organizer:</string>
344    <!-- Reminders label [CHAR LIMIT=15]-->
345    <string name="event_info_reminders_label">Reminders</string>
346
347    <!-- Agenda View strings -->
348    <skip/>
349    <!-- This is shown as part of the heading at the top of a list of today's events. -->
350    <string name="agenda_today">TODAY, <xliff:g id="date">%1$s</xliff:g></string>
351    <!-- This is shown as part of the heading at the top of a list of today's events. -->
352    <string name="agenda_yesterday">YESTERDAY, <xliff:g id="date">%1$s</xliff:g></string>
353    <!-- This is shown as part of the heading at the top of a list of today's events. -->
354    <string name="agenda_tomorrow">TOMORROW, <xliff:g id="date">%1$s</xliff:g></string>
355    <!-- This is shown while the calendar events are being loading to the screen. -->
356    <string name="loading">Loading\u2026</string>
357    <!-- 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 -->
358    <string name="show_older_events">Touch to view events before <xliff:g id="oldest_search_range">%1$s</xliff:g></string>
359    <!-- 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 -->
360    <string name="show_newer_events">Touch to view events after <xliff:g id="newest_search_range">%1$s</xliff:g></string>
361
362    <!-- Search activity strings -->
363    <skip/>
364    <!-- Title of the search screen [CHAR LIMIT=30] -->
365    <string name="search_title">Search my calendars</string>
366
367    <!-- Button labels: -->
368    <skip/>
369    <!-- This is the title of a popup window that is displayed when the user
370         edits a repeating event. [CHAR LIMIT=20]-->
371    <string name="edit_event_label">"Details"</string>
372    <!-- This is a menu button for switching into edit mode when viewing an event.
373        [CHAR LIMIT=10] -->
374    <string name="edit_label">"Edit"</string>
375    <!-- The button label for deleting an event -->
376    <string name="delete_label">"Delete"</string>
377    <!-- A menu item for deleting an event -->
378
379    <!-- The button label for saving an event -->
380    <string name="save_label">Done</string>
381    <!-- The button label for discarding changes to an event -->
382    <string name="discard_label">Cancel</string>
383
384    <!-- Button labels on expanded notification reminders: -->
385    <skip/>
386    <!-- The button label for making the reminder alarms go away temporarily.
387         The reminder alarms will fire off again in 5 minutes. -->
388    <string name="snooze_all_label">"Snooze all"</string>
389    <!-- The button label for dismissing all the current reminder alarms. This
390         causes them to disappear from the notification screen. -->
391    <string name="dismiss_all_label">"Dismiss all"</string>
392    <!-- The button label for making the reminder alarms go away temporarily
393         and re-fire in 5 minutes. [CHAR LIMIT=12]-->
394    <string name="snooze_label">"Snooze"</string>
395
396    <!-- Repetition dialog options: -->
397    <skip/>
398    <!-- A label in a multiple-choice list for the specifying that an event does
399         not repeat -->
400    <string name="does_not_repeat">One-time event</string>
401    <!-- A label in a multiple-choice list for the specifying that an event
402         repeats daily -->
403    <string name="daily">Daily</string>
404    <!-- A label in a multiple-choice list for the specifying that an event
405         repeats every weekday (Monday through Friday) -->
406    <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
407    <!-- A label in a multiple-choice list for the specifying that an event
408         repeats weekly on some day of the week.  For example,
409         'Weekly (every Tuesday)'. -->
410    <string name="weekly">"Weekly (every <xliff:g id="days_of_week">%s</xliff:g>)"</string>
411
412    <!-- Example: 'Monthly (every first Sunday)' -->
413    <!--   1st parameter is an ordinal number, like 'first' -->
414    <!--   2nd parameter is a day of the week, like 'Sunday' -->
415    <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>
416    <!-- The common portion of a string describing how often an event repeats,
417         example: 'Monthly (on day 2)' -->
418    <string name="monthly">Monthly</string>
419    <!-- Calendar spinner item, to select that an event recurs every year. -->
420    <string name="yearly_plain">Yearly</string>
421    <!-- Example: "Monthly (on day 15)" -->
422    <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string>
423    <!-- Example: "Yearly (on April 15)" -->
424    <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string>
425    <!-- This is a label for telling the user that this event repeats in
426         custom (non-standard) way from the usual repeat rates (such as daily,
427         weekly, etc.) and that the user cannot change this on the phone
428         (but only on the web). -->
429    <string name="custom" product="tablet">"Custom (can\'t customize on tablet)"</string>
430    <!-- This is a label for telling the user that this event repeats in
431         custom (non-standard) way from the usual repeat rates (such as daily,
432         weekly, etc.) and that the user cannot change this on the phone
433         (but only on the web). -->
434    <string name="custom" product="default">"Custom (can\'t customize on phone)"</string>
435
436    <!-- This is a choice in a list that the user sees when he tries to modify
437         a repeating event.  This choice says to change just this one instance
438         of this repeating event. -->
439    <string name="modify_event">Change only this event</string>
440    <!-- This is a choice in a list that the user sees when he tries to modify
441         a repeating event.  This choice says to change all occurrences of
442         this repeating event. -->
443    <string name="modify_all">Change all events in the series</string>
444    <!-- This is a choice in a list that the user sees when he tries to modify
445         a repeating event.  This choice says to change this instance and all
446         future occurrences of this repeating event. -->
447    <string name="modify_all_following">Change this and all future events</string>
448
449    <!-- Dialogs -->
450
451    <!-- This is a label on the dialog for creating a new event. [CHAR LIMIT=30] -->
452    <string name="new_event_dialog_label">"New event"</string>
453    <!-- This is the button to create a new event in a dialog window. [CHAR LIMIT=30] -->
454    <string name="new_event_dialog_option">"New event"</string>
455    <!-- Confirmation dialog message -->
456    <skip/>
457    <!-- This is a confirmation message in a popup dialog that appears when the
458         user has asked to delete an event. The user still has a chance to cancel
459         this operation. -->
460    <string name="delete_this_event_title">Delete this event?</string>
461    <!-- This is a confirmation message in a popup dialog that appears when the
462         user has asked to delete an event that is recurring. The user still has a chance to cancel
463         this operation. -->
464    <string name="delete_recurring_event_title">Delete <xliff:g id="eventtitle">%s</xliff:g>?</string>
465    <!-- This is the title of a popup dialog that asks for confirmation before
466         changing the response to an invitation. -->
467    <string name="change_response_title">Change response</string>
468
469    <!-- This the title of a menu for General Preferences.
470         Pressing the menu item lets user to view and edit his general settings
471         (or preferences) [CHAR LIMIT=30] -->
472    <string name="menu_general_preferences">General settings</string>
473
474    <!-- This the title of a menu for "About Calendar" Preferences.
475         Pressing the menu item lets user to view the current settings
476         [CHAR LIMIT=30] -->
477    <string name="menu_about_preferences">About Calendar</string>
478
479    <!-- This is the title of the screen for setting user preferences. -->
480    <string name="preferences_title">"Settings"</string>
481    <!-- This is the title of a section in the Settings screen for settings
482         related to viewing calendar events -->
483    <string name="preferences_general_title">Calendar view setting</string>
484    <!-- This is the title of a section in the Settings screen for settings
485         related to reminders for calendar events -->
486    <string name="preferences_reminder_title">Notifications \u0026 reminders</string>
487    <!-- Settings check box label to hide events that the user has declined to attend -->
488    <string name="preferences_hide_declined_title">Hide declined events</string>
489    <!-- Settings week start label to start week on specific day-->
490    <string name="preferences_week_start_day_title">Week starts on</string>
491    <!-- Title of popup for week start day setting-->
492    <string name="preferences_week_start_day_dialog">Week starts on</string>
493    <!-- DO NOT TRANSLATE -->
494    <string name="preferences_week_start_day_default">-1</string>
495    <!-- Title of the settings item to clear the recent search history [CHAR LIMIT=40] -->
496    <string name="preferences_clear_search_history_title">Clear search history</string>
497    <!-- Summary of the settings item to clear the recent search history [CHAR LIMIT=70]-->
498    <string name="preferences_clear_search_history_summary">Remove all the searches you\'ve performed</string>
499    <!-- Message to show in a toast when the history is cleared [CHAR LIMIT=40] -->
500    <string name="search_history_cleared">Search history cleared.</string>
501    <!-- Settings check box label to enable or disable notifications -->
502    <string name="preferences_alerts_title">Notifications</string>
503    <!-- Settings dialog label that specifies when the phone should vibrate -->
504    <string name="preferences_alerts_vibrateWhen_title">Vibrate</string>
505    <!-- The old value for enabling vibration. used only for migrating -->
506    <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string>
507    <!-- Title of ringtone selector dialog -->
508    <string name="preferences_alerts_ringtone_title">Sound</string>
509    <!-- Title of check box label to enable or disable pop-up notifications -->
510    <string name="preferences_alerts_popup_title">Pop-up notification</string>
511    <!-- List item label for setting the default number of reminder minutes -->
512    <string name="preferences_default_reminder_title">Default reminder time</string>
513    <!-- Title of dialog for setting the default number of reminder minutes -->
514    <string name="preferences_default_reminder_dialog">Default reminder time</string>
515    <!-- Default value for the number of reminder minutes -->
516    <string name="preferences_default_reminder_default">10</string>
517    <!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] -->
518    <string name="preferences_use_home_tz_title">Use home time zone</string>
519    <!-- Settings description of what setting Calendar to use a fixed 'home' time
520        zone does [CHAR LIMIT = 60]-->
521    <string name="preferences_use_home_tz_descrip">Displays calendars and event times in your home time zone when traveling</string>
522    <!-- Settings title for selecting a 'home' time zone to display Calendar in [CHAR LIMIT = 18] -->
523    <string name="preferences_home_tz_title">Home time zone</string>
524    <!-- DO NOT TRANSLATE -->
525    <string name="preferences_home_tz_default">America/Los_Angeles</string>
526
527    <!-- Title of the settings item to show week number in week view [CHAR LIMIT=40] -->
528    <string name="preferences_show_week_num_title">Show week number</string>
529
530    <!-- This is the title of a section in the Settings screen for "About" this application -->
531    <string name="preferences_about_title">About</string>
532    <!-- Build version of the application -->
533    <string name="preferences_build_version">Build version</string>
534
535    <!-- Widget -->
536    <skip/>
537    <!-- Title for calendar gadget when displayed in list of all other gadgets -->
538    <string name="gadget_title">Calendar</string>
539
540    <!-- Shown in month view next to event icon when additional events exist for that day, but no
541        room remaining -->
542    <plurals name="month_more_events">
543        <!-- additional events message for 1 event, the quotes force a literal interpretation of the
544            string [CHAR LIMIT = 10] -->
545        <item quantity="one">"+1"</item>
546        <!-- additional events message for multiple events [CHAR LIMIT = 10] -->
547        <item quantity="other">+<xliff:g id="number">%d</xliff:g></item>
548    </plurals>
549
550    <!-- Caption to show on gadget when there are no upcoming calendar events -->
551    <string name="gadget_no_events">No upcoming calendar events</string>
552
553    <!-- Text to show on gadget when an event is currently in progress -->
554
555
556    <!-- Text to show on gadget when an all-day event is in progress -->
557
558
559    <!-- DO NOT TRANSLATE -->
560    <string name="tardis">TARDIS</string>
561
562    <!-- Send a copy of the database to developers for debugging [CHAR LIMIT="NONE"] -->
563    <string name="copy_db">Send database</string>
564
565    <!-- Displayed in email address autocomplete list when searching for contacts
566         in corporate directories. Example:  "Searching bigcompany.com..." [CHAR LIMIT=64] -->
567    <string name="directory_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string>
568
569    <!-- Accessibility Events -->
570    <!-- Strings that describes actions for buttons without text -->
571    <!-- Create a new calendar event [CHAR LIMIT = NONE]-->
572
573    <!-- Remove a name of an attendee from a calendar event [CHAR LIMIT = NONE]-->
574    <string name="accessibility_remove_attendee">Remove attendee</string>
575    <!-- Pick a starting date for a new event [CHAR LIMIT = NONE]-->
576    <string name="accessibility_pick_start_date">Start date</string>
577    <!-- Pick a starting time for a new event [CHAR LIMIT = NONE]-->
578    <string name="accessibility_pick_start_time">Start time</string>
579    <!-- Pick the ending date for a new event [CHAR LIMIT = NONE]-->
580    <string name="accessibility_pick_end_date">End date</string>
581    <!-- Pick the ending time for a new event[CHAR LIMIT = NONE]-->
582    <string name="accessibility_pick_end_time">End time</string>
583    <!-- Select a time zone for a new event [CHAR LIMIT = NONE]-->
584    <string name="accessibility_pick_time_zone">Time zone</string>
585    <!-- Add a reminder to an event [CHAR LIMIT = NONE]-->
586    <string name="accessibility_add_reminder">Add reminder</string>
587    <!-- Remove a reminder from an event [CHAR LIMIT = NONE]-->
588    <string name="accessibility_remove_reminder">Remove reminder</string>
589    <!-- Add a new attendee to an event [CHAR LIMIT = NONE]-->
590    <string name="accessibility_add_attendee">Add attendee</string>
591    <!-- Choose if to sync/unsync this calendar with its server [CHAR LIMIT = NONE]-->
592    <string name="accessibility_sync_cal">Sync calendar</string>
593    <!-- Mark this event as an "all day event" [CHAR LIMIT = NONE]-->
594    <string name="accessibility_all_day">All day event</string>
595    <!-- Refresh the data in the calendar [CHAR LIMIT = NONE]-->
596
597    <!-- Choose the type of repetition for the event (daily, weekly, etc.[CHAR LIMIT = NONE]-->
598    <string name="accessibility_repeats">Repetition</string>
599    <!-- Set the time for the reminder[CHAR LIMIT = NONE]-->
600    <string name="accessibility_reminder_time">Reminder time</string>
601    <!-- Set the type of the reminder (popup/email/sms)[CHAR LIMIT = NONE]-->
602    <string name="accessibility_reminder_type">Reminder type</string>
603    <!-- Select the way you are visible for the event (busy/free) [CHAR LIMIT = NONE]-->
604    <string name="accessibility_reminder_showmeas">Show me as</string>
605    <!-- Set the event as private/public/default [CHAR LIMIT = NONE]-->
606    <string name="accessibility_reminder_privacy">Privacy</string>
607    <!-- Calendar notification [CHAR LIMIT = NONE]-->
608    <string name="acessibility_cal_notification">Calendar Notification</string>
609    <!-- Calendar notification snooze button [CHAR LIMIT = NONE]-->
610    <string name="acessibility_snooze_notification">Snooze Notification</string>
611    <!-- Calendar notification email button [CHAR LIMIT = NONE]-->
612    <string name="accessibility_email_notification">Email guests</string>
613
614    <!-- A "new event" hint for the user when selecting a specific hour in the day view [CHAR LIMIT = 30]-->
615    <string name="day_view_new_event_hint">+ New event</string>
616
617    <!--
618      Source: A value for announcing the current event index (example: "Event 2 of 6").
619      Description: This is spoken to the user. [CHAR LIMIT="NONE"]
620    -->
621    <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>
622
623        <!-- number of events in the notification bar -->
624    <plurals name="Nevents">
625        <!-- This is the label for a 1 event. -->
626        <item quantity="one">1 event</item>
627        <!-- This is the label for 2 or more events. -->
628        <item quantity="other"><xliff:g id="count">%d</xliff:g> events</item>
629    </plurals>
630
631    <!-- number of remaining events for an alert digest in the notification bar [CHAR LIMIT = 30] -->
632    <plurals name="N_remaining_events">
633        <!-- This is the label for 1 event. -->
634        <item quantity="one">+1 event</item>
635        <!-- This is the label for 2 or more events. -->
636        <item quantity="other">+<xliff:g id="count">%d</xliff:g> events</item>
637    </plurals>
638
639    <!-- Description of the selected marker for accessibility support [CHAR LIMIT = NONE]-->
640    <string name="acessibility_selected_marker_description">Selected event</string>
641
642    <!-- Tell user not to check a checkbox [CHAR LIMIT=30] -->
643    <string name="do_not_check">Do NOT check -></string>
644</resources>
645