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