strings.xml revision 3937bc77ae8fefa13da93a71b526a0e6817c8eb8
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
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <!-- This is the label underneath the icon for Calendar -->
19    <string name="app_label">Calendar</string>
20    <string name="app_aio_label">Calendar AllInOne</string>
21
22    <!-- Shared Labels. These labels are shared among the activities. -->
23    <skip />
24    <!-- This is the label for the title or name of an event -->
25    <string name="what_label">What</string>
26    <!-- This is the label for the location of an event -->
27    <string name="where_label">Where</string>
28    <!-- This is the label for the Guests/Attendees of an event -->
29    <string name="attendees_label">Guests</string>
30    <!-- This is the label for the Guest Responses and count of an event e.g. Yes (3) -->
31    <string name="response_label">"<xliff:g id="response_type">%s</xliff:g> (<xliff:g id="guest_count">%d</xliff:g>)"</string>
32
33    <!-- Some events repeat daily, weekly, monthly, or yearly.  This is the label
34         for all the choices about how often an event repeats (including the choice
35         of not repeating). -->
36    <string name="repeats_label">Repetition</string>
37    <!-- Title of event when no explicit title is specified by the user -->
38    <string name="no_title_label">(No title)</string>
39
40    <!-- Reminder format strings -->
41    <plurals name="Nminutes">
42        <!-- This is the label for a 1-minute reminder. -->
43        <item quantity="one">1 minute</item>
44        <!-- This is the label for 2 or more minutes. The actual number of
45             minutes is a parameter. -->
46        <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes</item>
47    </plurals>
48    <!-- We use the abbreviation "mins" instead of "minutes" to keep the string short.
49         This is the number of minutes displayed for a calendar reminder.  For example,
50         a reminder of 10 minutes would be displayed as '10 mins'.  The translation
51         should use the shortest acceptable abbreviation to save space. -->
52    <plurals name="Nmins">
53        <!-- This is the label for a 1-minute reminder. -->
54        <item quantity="one">1 min</item>
55        <!-- This is the label for 2 or more minutes. The actual number of
56             minutes is a parameter. -->
57        <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item>
58    </plurals>
59    <!-- This is the number of hours displayed for a calendar reminder.  For example,
60         a reminder of 1 hour would be displayed as '1 hour'.  The translation
61         should use the shortest acceptable abbreviation of 'hour' to save space. -->
62    <plurals name="Nhours">
63        <!-- This is the label for a 1-hour reminder. -->
64        <item quantity="one">1 hour</item>
65        <!-- This is the label for a reminder of 2 or more hours. The actual number of
66             hours is a parameter. -->
67        <item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item>
68    </plurals>
69    <!-- This is the number of days displayed for a calendar reminder.  For example,
70         a reminder of 2 days would be displayed as '2 days'.  The translation
71         should use the shortest acceptable abbreviation of 'day' to save space. -->
72    <plurals name="Ndays">
73        <!-- This is the label for a reminder of 1 day. -->
74        <item quantity="one">1 day</item>
75        <!-- This is the label for a reminder of 2 or more days. The actual number of
76             days is a parameter. -->
77        <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item>
78    </plurals>
79
80    <!-- Menu items: -->
81    <skip />
82    <!-- This is a label on a context menu item. Pressing this menu item to initiate
83        syncing of your Calendar data with the server. -->
84    <string name="calendar_refresh"> "Refresh"</string>
85    <!-- This is a label on a context menu item. Pressing this menu item displays the
86         Agenda view. -->
87    <string name="show_agenda_view">"Show agenda"</string>
88    <!-- This is a label on a context menu item. Pressing this menu item displays the
89         Day view. -->
90    <string name="show_day_view">"Show day"</string>
91    <!-- This is a label on a menu item. Pressing this menu item displays the
92         Agenda view. -->
93    <string name="agenda_view">"Agenda"</string>
94    <!-- This is a label on a menu item. Pressing this menu item displays the
95         Day view. -->
96    <string name="day_view">"Day"</string>
97    <!-- This is a label on a menu item. Pressing this menu item displays the
98         Week view. -->
99    <string name="week_view">"Week"</string>
100    <!-- This is a label on a menu item. Pressing this menu item displays the
101         Month view. -->
102    <string name="month_view">"Month"</string>
103    <!-- This is a label on a menu item. Pressing this menu item displays the
104         details of an event. -->
105    <string name="event_view">"View event"</string>
106    <!-- This is a label on a menu item. Pressing this menu item allows the
107         user to create a new event. -->
108    <string name="event_create">"New event"</string>
109    <!-- This is a label on a menu item in a popup window. Pressing this menu
110         item allows the user to edit or change an existing event. -->
111    <string name="event_edit">"Edit event"</string>
112    <!-- This is a label on a menu item in a popup window. Pressing this menu
113         item allows the user to delete an existing event. -->
114    <string name="event_delete">"Delete event"</string>
115    <!-- This is a label on a menu item. Pressing this menu
116         item takes the user to the current day (today) in whatever view
117         (Day view, Week view, Agenda view, Month view) they are currently in. -->
118    <string name="goto_today">"Today"</string>
119    <!-- This is a label on a menu item. Pressing this menu item allows the
120         user to see the list of calendars that he is viewing and to then add
121         or remove selected calendars. -->
122    <string name="menu_select_calendars">"Calendars"</string>
123    <!-- This is a label on a menu item. Pressing this menu item allows the
124         user to view and edit his Settings (or Preferences) -->
125    <string name="menu_preferences">"Settings"</string>
126    <!-- This is a label on a menu item. Pressing this menu item allows the
127         user to search their events. -->
128    <string name="search">"Search"</string>
129
130    <!-- Month view -->
131    <skip />
132    <!-- This string is used in a popup window when there are more events than
133         can be displayed so it displays the events that it can and then displays
134         this line so that the user knows how many more events there are that
135         could not be displayed.  For example, if there are 6 events but we can
136         only display 4 events then we will display the first 4 events and then
137         show 'plus 2 more' to indicate that there are two more events that we
138         could not display because of lack of room. -->
139    <string name="plus_N_more">"(plus <xliff:g id="more_count">%d</xliff:g> more \u2026)"</string>
140
141    <!-- Select Calendars activity -->
142    <skip />
143    <!-- Title of "My calendars" screen -->
144    <string name="calendars_title">"Calendars"</string>
145    <!-- Synced and visible status message -->
146    <string name="synced_visible">synced, visible</string>
147    <!-- Synced but not visible status message -->
148    <string name="synced_not_visible">synced, not visible</string>
149    <!-- not Synced or visible status message -->
150    <string name="not_synced_not_visible">not synced, not visible</string>
151
152    <!-- Event edit activity -->
153    <skip />
154    <!-- The title of the screen where the user edits an event -->
155    <string name="event_edit_title">"Event details"</string>
156    <!-- Default value of What field (as a hint to the user) -->
157    <string name="hint_what">"Event name"</string>
158    <!-- Default value of Where field (as a hint to the user) -->
159    <string name="hint_where">"Event location"</string>
160    <!-- Default value of Description field (as a hint to the user) -->
161    <string name="hint_description">"Event description"</string>
162    <!-- Default value of Attendees/Guests field (as a hint to the user) -->
163    <string name="hint_attendees">"Email addresses"</string>
164    <!-- Toast message displayed when a new event is created -->
165    <string name="creating_event">"Event created"</string>
166    <!-- Toast message displayed when an existing event is saved after being modified -->
167    <string name="saving_event">"Event saved"</string>
168    <!-- Title of message displayed to indicate available calendars are being loaded when creating
169         a new event -->
170    <string name="loading_calendars_title">"Loading calendars"</string>
171    <!-- Body of message displayed to indicate available calendars are being loaded when creating
172         a new event -->
173    <string name="loading_calendars_message">"Loading calendars\u2026"</string>
174
175    <!-- The alert toast is not actually being displayed for some reason. -->
176    <skip />
177    <!-- the title of the alert/notification activity -->
178    <string name="alert_title">Calendar notifications</string>
179    <!-- Notification window messages: -->
180    <skip />
181    <!-- This shows the number of additional reminders that were missed. This
182         is the singular case so it displays '1 more reminder' -->
183    <string name="alert_missed_events_single">(<xliff:g id="reminder_count">%s</xliff:g> more reminder)</string>
184    <!-- This shows the number of additional reminders that were missed.  For example,
185         if there were two additional reminders then this would show
186         '2 more reminders' -->
187    <string name="alert_missed_events_multiple">(<xliff:g id="reminder_count">%s</xliff:g> more reminders)</string>
188
189    <!-- Event info/edit screen labels:-->
190    <skip />
191    <!-- This is the title of the screen used to view the details of an event -->
192    <string name="event_info_title">View event</string>
193    <!-- This is the title of the screen used to view the details of an invitation
194         to a meeting or event -->
195    <string name="event_info_title_invite">Meeting invitation</string>
196    <!-- Menu item to allow the user to add a reminder to an event -->
197    <string name="add_new_reminder">Add reminder</string>
198
199    <!-- EditEventActivity specific strings: -->
200    <skip />
201    <!-- Events have a start date/time and an end date/time. The display shows
202         the start and end times like 'From start date To end date'. This is the
203         label before the 'end date'. -->
204    <string name="edit_event_to_label">To</string>
205    <!-- Events have a start date/time and an end date/time. The display shows
206         the start and end times like 'From start date To end date'. This is the
207         label before the 'start date'. -->
208    <string name="edit_event_from_label">From</string>
209    <!-- Check box label that specifies if this is an all-day event -->
210    <string name="edit_event_all_day_label">All day</string>
211    <!-- Label for choosing one of the calendars -->
212    <string name="edit_event_calendar_label">Calendar</string>
213    <!-- Menu item to show extra options that are used less often -->
214    <string name="edit_event_show_extra_options">Show extra options</string>
215    <!-- Menu item to hide extra options that are used less often -->
216    <string name="edit_event_hide_extra_options">Hide extra options</string>
217    <!-- Label for the event description -->
218    <string name="description_label">Description</string>
219    <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default)
220         or 'available' -->
221    <string name="presence_label">Show me as</string>
222    <!-- Label for the 'Privacy' of an event, which can be either 'private'
223         or 'public' -->
224    <string name="privacy_label">Privacy</string>
225    <!-- Label for the list of reminders for an event -->
226    <string name="reminders_label">Reminders</string>
227    <!-- Title of alert shown if the user tries to create an event and has no calendars -->
228    <string name="no_syncable_calendars">No calendars</string>
229    <!-- Body of alert shown if the user tries to create an event and has no calendars -->
230    <string name="no_calendars_found">You have no calendars.</string>
231
232    <!-- View Event -->
233    <skip />
234    <!-- Label for which calendar an event is part of -->
235    <string name="view_event_calendar_label">Calendar:</string>
236    <!-- Label for the event organizer -->
237    <string name="view_event_organizer_label">Organizer:</string>
238    <!-- Label for the local timezone -->
239    <string name="view_event_timezone_label">Local time zone:</string>
240    <!-- Label for whether the user is attending this event. This is shown when
241         a user is invited to a meeting or event.  The possible answers are
242         'yes', 'no', and 'maybe' (and, initially, 'no response'). -->
243    <string name="view_event_response_label">Attending?</string>
244
245    <!-- Agenda View strings -->
246    <skip />
247    <!-- This is shown as part of the heading at the top of a list of today's events. -->
248    <string name="agenda_today">Today, <xliff:g id="date">%1$s</xliff:g></string>
249    <!-- This is shown while the calendar events are being loading to the screen. -->
250    <string name="loading">Loading\u2026</string>
251    <!-- This is shown at the top of the agenda view showing the range of events shown. -->
252    <string name="show_older_events">Showing events since <xliff:g id="oldest_search_range">%1$s</xliff:g>. Tap to look for more.</string>
253    <!-- This is shown at the bottom of the agenda view showing the range of events shown. -->
254    <string name="show_newer_events">Showing events until <xliff:g id="newest_search_range">%1$s</xliff:g>. Tap to look for more.</string>
255
256    <!-- Search activity strings -->
257    <skip />
258    <!-- Title of the search screen -->
259    <string name="search_title">Search my calendars</string>
260
261    <!-- ICS Import activity -->
262    <skip />
263    <!-- This is a abbreviation for 'Number of events' and is a label next to
264         an input for the user to enter the number of events to import. -->
265    <string name="num_events">"Num events"</string>
266
267    <!-- Button labels: -->
268    <skip />
269    <!-- This is the title of a popup window that is displayed when the user
270         edits a repeating event. -->
271    <string name="edit_event_label">"Edit event"</string>
272    <!-- The button label for deleting an event -->
273    <string name="delete_label">"Delete"</string>
274    <!-- A menu item for deleting an event -->
275    <string name="delete_event_label">"Delete event"</string>
276    <!-- The button label for saving an event -->
277    <string name="save_label">Done</string>
278    <!-- The button label for discarding changes to an event -->
279    <string name="discard_label">Revert</string>
280    <!-- The button label for importing events from another source to the phone -->
281    <string name="import_label">"Import"</string>
282
283    <!-- Button labels on expanded notification reminders: -->
284    <skip />
285    <!-- The button label for making the reminder alarms go away temporarily.
286         The reminder alarms will fire off again in 5 minutes. -->
287    <string name="snooze_all_label">"Snooze all"</string>
288    <!-- The button label for dismissing all the current reminder alarms. This
289         causes them to disappear from the notification screen. -->
290    <string name="dismiss_all_label">"Dismiss all"</string>
291
292    <!-- Repetition dialog options: -->
293    <skip />
294    <!-- A label in a multiple-choice list for the specifying that an event does
295         not repeat -->
296    <string name="does_not_repeat">One-time event</string>
297    <!-- A label in a multiple-choice list for the specifying that an event
298         repeats daily -->
299    <string name="daily">Daily</string>
300    <!-- A label in a multiple-choice list for the specifying that an event
301         repeats every weekday (Monday through Friday) -->
302    <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
303    <!-- A label in a multiple-choice list for the specifying that an event
304         repeats weekly on some day of the week.  For example,
305         'Weekly (every Tuesday)'. -->
306    <string name="weekly">"Weekly (every <xliff:g id="days_of_week">%s</xliff:g>)"</string>
307
308    <!-- Example: 'Monthly (every first Sunday)' -->
309    <!--   1st parameter is an ordinal number, like 'first' -->
310    <!--   2nd parameter is a day of the week, like 'Sunday' -->
311    <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>
312    <!-- The common portion of a string describing how often an event repeats,
313         example: 'Monthly (on day 2)' -->
314    <string name="monthly">Monthly</string>
315    <!-- Calendar spinner item, to select that an event recurs every year. -->
316    <string name="yearly_plain">Yearly</string>
317    <!-- Example: "Monthly (on day 15)" -->
318    <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string>
319    <!-- Example: "Yearly (on April 15)" -->
320    <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string>
321    <!-- This is a label for telling the user that this event repeats in
322         custom (non-standard) way from the usual repeat rates (such as daily,
323         weekly, etc.) and that the user cannot change this on the phone
324         (but only on the web). -->
325    <string name="custom">"Custom\u2026 (cannot customize on phone)"</string>
326
327    <!-- This is a choice in a list that the user sees when he tries to modify
328         a repeating event.  This choice says to change just this one instance
329         of this repeating event. -->
330    <string name="modify_event">Change only this event.</string>
331    <!-- This is a choice in a list that the user sees when he tries to modify
332         a repeating event.  This choice says to change all occurrences of
333         this repeating event. -->
334    <string name="modify_all">Change all events in the series.</string>
335    <!-- This is a choice in a list that the user sees when he tries to modify
336         a repeating event.  This choice says to change this instance and all
337         future occurrences of this repeating event. -->
338    <string name="modify_all_following">Change this and all future events.</string>
339
340    <!-- Dialogs -->
341
342    <!-- Confirmation dialog message -->
343    <skip />
344    <!-- This is a confirmation message in a popup dialog that appears when the
345         user has asked to delete an event. The user still has a chance to cancel
346         this operation. -->
347    <string name="delete_this_event_title">This event will be deleted.</string>
348    <!-- This is the title of a popup dialog that asks for confirmation before
349         deleting an event. -->
350    <string name="delete_title">Delete</string>
351    <!-- This is the title of a popup dialog that asks for confirmation before
352         changing the response to an invitation. -->
353    <string name="change_response_title">Change response</string>
354
355    <!-- This is the title of the screen for setting user preferences. -->
356    <string name="preferences_title">"Settings"</string>
357    <!-- This is the title of a section in the Settings screen for settings
358         related to viewing calendar events -->
359    <string name="preferences_general_title">Calendar view setting</string>
360    <!-- This is the title of a section in the Settings screen for settings
361         related to reminders for calendar events -->
362    <string name="preferences_reminder_title">Reminder settings</string>
363    <!-- Settings check box label to hide events that the user has declined to attend -->
364    <string name="preferences_hide_declined_title">Hide declined events</string>
365    <!-- Settings week start label to start week on specific day-->
366    <string name="preferences_week_start_day_title">Week starts on</string>
367    <!-- Title of popup for week start day setting-->
368    <string name="preferences_week_start_day_dialog">Week starts on</string>
369    <!-- DO NOT TRANSLATE -->
370    <string name="preferences_week_start_day_default">-1</string>
371    <!-- Settings check box label to enable or disable notifications -->
372    <string name="preferences_alerts_title">Notifications</string>
373    <!-- Settings dialog label that specifies when the phone should vibrate -->
374    <string name="preferences_alerts_vibrateWhen_title">Vibrate</string>
375    <!-- Settings screen, setting summary text -->
376    <string name="preferences_alerts_vibrateWhen_summary">Also vibrate for reminders</string>
377    <!-- Title of ringtone selector dialog -->
378    <string name="preferences_alerts_ringtone_title">Select ringtone</string>
379    <!-- Title of check box label to enable or disable pop-up notifications -->
380    <string name="preferences_alerts_popup_title">Pop-up notification</string>
381    <!-- List item label for setting the default number of reminder minutes -->
382    <string name="preferences_default_reminder_title">Default reminder time</string>
383    <!-- Title of dialog for setting the default number of reminder minutes -->
384    <string name="preferences_default_reminder_dialog">Default reminder time</string>
385    <!-- Default value for the number of reminder minutes -->
386    <string name="preferences_default_reminder_default">10</string>
387
388    <!-- This is the title of a section in the Settings screen for "About" this application -->
389    <string name="preferences_about_title">About</string>
390    <!-- Build version of the application -->
391    <string name="preferences_build_version">Build version</string>
392
393    <!-- The vibrate notification modes -->
394    <string-array name="prefEntries_alerts_vibrateWhen">
395        <!-- Always -->
396        <item>Always</item>
397        <!-- Only when the phone is in Silent mode -->
398        <item>Only when silent</item>
399        <!-- Never -->
400        <item>Never</item>
401    </string-array>
402
403    <!-- The default vibrateWhen value, when none is set -->
404    <string translatable="false" name="prefDefault_alerts_vibrateWhen">never</string>
405    <!-- The value to use then migrating from old versions for a true vibrate setting -->
406    <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string>
407    <!-- The value to use then migrating from old versions for a false vibrate setting -->
408    <string translatable="false" name="prefDefault_alerts_vibrate_false">never</string>
409
410    <!-- The vibrateWhen values -->
411    <string-array translatable="false" name="prefValues_alerts_vibrateWhen">
412        <item>always</item>
413        <item>silent</item>
414        <item>never</item>
415    </string-array>
416
417    <!-- Dialog title for the Vibrate dialog -->
418    <string name="prefDialogTitle_vibrateWhen">Vibrate</string>
419
420    <!-- Widget -->
421    <skip />
422    <!-- Title for calendar gadget when displayed in list of all other gadgets -->
423    <string name="gadget_title">Calendar</string>
424
425    <!-- Shown in gadget when additional events are available for display, but no room remaining -->
426    <plurals name="gadget_more_events">
427        <!-- additional events message for 1 event -->
428        <item quantity="one">1 more event</item>
429        <!-- additional events message for multiple events -->
430        <item quantity="other"><xliff:g id="number">%d</xliff:g> more events</item>
431    </plurals>
432
433    <!-- Caption to show on gadget when there are no upcoming calendar events -->
434    <string name="gadget_no_events">No upcoming calendar events</string>
435
436    <!-- Text to show on gadget when an event starts on the next day -->
437    <string name="tomorrow">Tomorrow</string>
438
439    <!-- Text to show on gadget when an event is currently in progress -->
440    <string name="in_progress">in progress</string>
441
442    <!-- Text to show on gadget when an all-day event is in progress -->
443    <string name="today">Today</string>
444
445
446</resources>
447