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