OSDN Git Service

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