blob: 893d9b063cfef4be3debc9f1eece54c2df433228 [file] [log] [blame]
The Android Open Source Project146de362009-03-03 19:32:18 -08001<?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
Erikac6a81d2010-01-26 15:42:15 -08007
The Android Open Source Project146de362009-03-03 19:32:18 -08008 http://www.apache.org/licenses/LICENSE-2.0
Erikac6a81d2010-01-26 15:42:15 -08009
The Android Open Source Project146de362009-03-03 19:32:18 -080010 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>
The Android Open Source Project146de362009-03-03 19:32:18 -080020
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>
The Android Open Source Project146de362009-03-03 19:32:18 -080025 <!-- This is the label for the location of an event -->
26 <string name="where_label">Where</string>
Michael Chan24ee3362010-11-01 19:06:01 -070027 <!-- This is the label for the time of an event [CHAR LIMIT=30] -->
28 <string name="when_label">When</string>
Mason Tang4c8871b2010-08-10 10:17:43 -070029 <!-- This is the label for the timezone of an event [CHAR LIMIT=30] -->
30 <string name="timezone_label">Timezone</string>
Michael Chan47f3f702009-07-23 16:01:07 -070031 <!-- This is the label for the Guests/Attendees of an event -->
32 <string name="attendees_label">Guests</string>
33 <!-- This is the label for the Guest Responses and count of an event e.g. Yes (3) -->
34 <string name="response_label">"<xliff:g id="response_type">%s</xliff:g> (<xliff:g id="guest_count">%d</xliff:g>)"</string>
Erikac6a81d2010-01-26 15:42:15 -080035
The Android Open Source Project146de362009-03-03 19:32:18 -080036 <!-- Some events repeat daily, weekly, monthly, or yearly. This is the label
37 for all the choices about how often an event repeats (including the choice
38 of not repeating). -->
39 <string name="repeats_label">Repetition</string>
40 <!-- Title of event when no explicit title is specified by the user -->
Michael Chan4778fdb2010-02-09 12:05:21 -080041 <string name="no_title_label">(No title)</string>
Erikac6a81d2010-01-26 15:42:15 -080042
The Android Open Source Project146de362009-03-03 19:32:18 -080043 <!-- Reminder format strings -->
44 <plurals name="Nminutes">
45 <!-- This is the label for a 1-minute reminder. -->
46 <item quantity="one">1 minute</item>
47 <!-- This is the label for 2 or more minutes. The actual number of
48 minutes is a parameter. -->
49 <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes</item>
50 </plurals>
51 <!-- We use the abbreviation "mins" instead of "minutes" to keep the string short.
52 This is the number of minutes displayed for a calendar reminder. For example,
53 a reminder of 10 minutes would be displayed as '10 mins'. The translation
54 should use the shortest acceptable abbreviation to save space. -->
55 <plurals name="Nmins">
56 <!-- This is the label for a 1-minute reminder. -->
57 <item quantity="one">1 min</item>
58 <!-- This is the label for 2 or more minutes. The actual number of
59 minutes is a parameter. -->
60 <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item>
61 </plurals>
62 <!-- This is the number of hours displayed for a calendar reminder. For example,
63 a reminder of 1 hour would be displayed as '1 hour'. The translation
64 should use the shortest acceptable abbreviation of 'hour' to save space. -->
65 <plurals name="Nhours">
66 <!-- This is the label for a 1-hour reminder. -->
67 <item quantity="one">1 hour</item>
68 <!-- This is the label for a reminder of 2 or more hours. The actual number of
69 hours is a parameter. -->
70 <item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item>
71 </plurals>
72 <!-- This is the number of days displayed for a calendar reminder. For example,
73 a reminder of 2 days would be displayed as '2 days'. The translation
74 should use the shortest acceptable abbreviation of 'day' to save space. -->
75 <plurals name="Ndays">
76 <!-- This is the label for a reminder of 1 day. -->
77 <item quantity="one">1 day</item>
78 <!-- This is the label for a reminder of 2 or more days. The actual number of
79 days is a parameter. -->
80 <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item>
81 </plurals>
Erikac6a81d2010-01-26 15:42:15 -080082
The Android Open Source Project146de362009-03-03 19:32:18 -080083 <!-- Menu items: -->
84 <skip />
Michael Chan3e387782010-07-26 10:33:10 -070085 <!-- This is a label on a context menu item. Pressing this menu item to initiate
Mason Tang480b2282010-08-13 15:32:03 -070086 syncing of your Calendar data with the server. [CHAR LIMIT=11] -->
Michael Chan3937bc72010-07-30 11:14:11 -070087 <string name="calendar_refresh"> "Refresh"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -080088 <!-- This is a label on a context menu item. Pressing this menu item displays the
89 Agenda view. -->
90 <string name="show_agenda_view">"Show agenda"</string>
91 <!-- This is a label on a context menu item. Pressing this menu item displays the
92 Day view. -->
93 <string name="show_day_view">"Show day"</string>
94 <!-- This is a label on a menu item. Pressing this menu item displays the
95 Agenda view. -->
96 <string name="agenda_view">"Agenda"</string>
97 <!-- This is a label on a menu item. Pressing this menu item displays the
98 Day view. -->
99 <string name="day_view">"Day"</string>
100 <!-- This is a label on a menu item. Pressing this menu item displays the
101 Week view. -->
102 <string name="week_view">"Week"</string>
103 <!-- This is a label on a menu item. Pressing this menu item displays the
104 Month view. -->
105 <string name="month_view">"Month"</string>
106 <!-- This is a label on a menu item. Pressing this menu item displays the
107 details of an event. -->
108 <string name="event_view">"View event"</string>
109 <!-- This is a label on a menu item. Pressing this menu item allows the
110 user to create a new event. -->
111 <string name="event_create">"New event"</string>
112 <!-- This is a label on a menu item in a popup window. Pressing this menu
113 item allows the user to edit or change an existing event. -->
114 <string name="event_edit">"Edit event"</string>
115 <!-- This is a label on a menu item in a popup window. Pressing this menu
116 item allows the user to delete an existing event. -->
117 <string name="event_delete">"Delete event"</string>
118 <!-- This is a label on a menu item. Pressing this menu
119 item takes the user to the current day (today) in whatever view
120 (Day view, Week view, Agenda view, Month view) they are currently in. -->
121 <string name="goto_today">"Today"</string>
122 <!-- This is a label on a menu item. Pressing this menu item allows the
123 user to see the list of calendars that he is viewing and to then add
124 or remove selected calendars. -->
Erik9b633c92010-02-08 12:57:03 -0800125 <string name="menu_select_calendars">"Calendars"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800126 <!-- This is a label on a menu item. Pressing this menu item allows the
127 user to view and edit his Settings (or Preferences) -->
128 <string name="menu_preferences">"Settings"</string>
Mason Tang9138ce82010-06-28 11:08:46 -0700129 <!-- This is a label on a menu item. Pressing this menu item allows the
Mason Tang480b2282010-08-13 15:32:03 -0700130 user to search their events. [CHAR LIMIT=11]-->
Mason Tang9138ce82010-06-28 11:08:46 -0700131 <string name="search">"Search"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800132
133 <!-- Month view -->
134 <skip />
135 <!-- This string is used in a popup window when there are more events than
136 can be displayed so it displays the events that it can and then displays
137 this line so that the user knows how many more events there are that
138 could not be displayed. For example, if there are 6 events but we can
139 only display 4 events then we will display the first 4 events and then
140 show 'plus 2 more' to indicate that there are two more events that we
141 could not display because of lack of room. -->
142 <string name="plus_N_more">"(plus <xliff:g id="more_count">%d</xliff:g> more \u2026)"</string>
143
144 <!-- Select Calendars activity -->
145 <skip />
146 <!-- Title of "My calendars" screen -->
Erik9b633c92010-02-08 12:57:03 -0800147 <string name="calendars_title">"Calendars"</string>
Erikac6a81d2010-01-26 15:42:15 -0800148 <!-- Synced and visible status message -->
149 <string name="synced_visible">synced, visible</string>
150 <!-- Synced but not visible status message -->
151 <string name="synced_not_visible">synced, not visible</string>
152 <!-- not Synced or visible status message -->
153 <string name="not_synced_not_visible">not synced, not visible</string>
Erik6b858fc2010-09-15 18:59:04 -0700154 <!-- Synced status message displayed when the given calendar is stored/synced on the device
155 [CHAR LIMIT=60] -->
156 <string name="synced"> synced</string>
157 <!-- Not synced status message displayed when the given calendar is not stored/synced on the
158 device [CHAR LIMIT=60] -->
159 <string name="not_synced"> not synced</string>
160 <!-- Message displayed to user when an account with Calendars is not being auto-synced
161 [CHAR LIMIT=120]-->
162 <string name="acct_not_synced">This account is not being synced and your calendars may
Michael Chan88d9c002010-11-01 15:53:31 -0700163 not be up to date.</string>
Erik6b858fc2010-09-15 18:59:04 -0700164 <!-- Label on button that takes user to the Accounts and Sync settings page [CHAR LIMIT=60] -->
165 <string name="accounts">Accounts &amp; sync</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800166
167 <!-- Event edit activity -->
168 <skip />
169 <!-- The title of the screen where the user edits an event -->
170 <string name="event_edit_title">"Event details"</string>
171 <!-- Default value of What field (as a hint to the user) -->
172 <string name="hint_what">"Event name"</string>
173 <!-- Default value of Where field (as a hint to the user) -->
174 <string name="hint_where">"Event location"</string>
175 <!-- Default value of Description field (as a hint to the user) -->
176 <string name="hint_description">"Event description"</string>
Michael Chan47f3f702009-07-23 16:01:07 -0700177 <!-- Default value of Attendees/Guests field (as a hint to the user) -->
Michael Chan8f77fdc2010-11-05 13:10:52 -0700178 <string name="hint_attendees">"Enter email addresses"</string>
Erika9125f62010-03-02 10:46:05 -0800179 <!-- Toast message displayed when a new event is created -->
180 <string name="creating_event">"Event created"</string>
181 <!-- Toast message displayed when an existing event is saved after being modified -->
182 <string name="saving_event">"Event saved"</string>
183 <!-- Title of message displayed to indicate available calendars are being loaded when creating
184 a new event -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800185 <string name="loading_calendars_title">"Loading calendars"</string>
Erika9125f62010-03-02 10:46:05 -0800186 <!-- Body of message displayed to indicate available calendars are being loaded when creating
187 a new event -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800188 <string name="loading_calendars_message">"Loading calendars\u2026"</string>
189
190 <!-- The alert toast is not actually being displayed for some reason. -->
191 <skip />
The Android Open Source Project7abd8562009-03-05 14:34:37 -0800192 <!-- the title of the alert/notification activity -->
193 <string name="alert_title">Calendar notifications</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800194 <!-- Notification window messages: -->
195 <skip />
196 <!-- This shows the number of additional reminders that were missed. This
197 is the singular case so it displays '1 more reminder' -->
198 <string name="alert_missed_events_single">(<xliff:g id="reminder_count">%s</xliff:g> more reminder)</string>
199 <!-- This shows the number of additional reminders that were missed. For example,
200 if there were two additional reminders then this would show
201 '2 more reminders' -->
202 <string name="alert_missed_events_multiple">(<xliff:g id="reminder_count">%s</xliff:g> more reminders)</string>
Erikac6a81d2010-01-26 15:42:15 -0800203
The Android Open Source Project146de362009-03-03 19:32:18 -0800204 <!-- Event info/edit screen labels:-->
205 <skip />
206 <!-- This is the title of the screen used to view the details of an event -->
207 <string name="event_info_title">View event</string>
208 <!-- This is the title of the screen used to view the details of an invitation
209 to a meeting or event -->
210 <string name="event_info_title_invite">Meeting invitation</string>
211 <!-- Menu item to allow the user to add a reminder to an event -->
212 <string name="add_new_reminder">Add reminder</string>
Erikac6a81d2010-01-26 15:42:15 -0800213
The Android Open Source Project146de362009-03-03 19:32:18 -0800214 <!-- EditEventActivity specific strings: -->
215 <skip />
216 <!-- Events have a start date/time and an end date/time. The display shows
217 the start and end times like 'From start date To end date'. This is the
218 label before the 'end date'. -->
219 <string name="edit_event_to_label">To</string>
220 <!-- Events have a start date/time and an end date/time. The display shows
221 the start and end times like 'From start date To end date'. This is the
222 label before the 'start date'. -->
223 <string name="edit_event_from_label">From</string>
224 <!-- Check box label that specifies if this is an all-day event -->
225 <string name="edit_event_all_day_label">All day</string>
226 <!-- Label for choosing one of the calendars -->
227 <string name="edit_event_calendar_label">Calendar</string>
Mason Tang480b2282010-08-13 15:32:03 -0700228 <!-- Menu item to show all choices [CHAR LIMIT=22]-->
229 <string name="edit_event_show_all">Show all</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800230 <!-- Label for the event description -->
231 <string name="description_label">Description</string>
232 <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default)
233 or 'available' -->
Michael Chan782e3892009-09-09 13:14:58 -0700234 <string name="presence_label">Show me as</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800235 <!-- Label for the 'Privacy' of an event, which can be either 'private'
236 or 'public' -->
237 <string name="privacy_label">Privacy</string>
238 <!-- Label for the list of reminders for an event -->
239 <string name="reminders_label">Reminders</string>
Erika9125f62010-03-02 10:46:05 -0800240 <!-- Title of alert shown if the user tries to create an event and has no calendars -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800241 <string name="no_syncable_calendars">No calendars</string>
Daisuke Miyakawa464f3502010-09-21 22:12:55 -0700242 <!-- Body of alert shown if the user tries to create an event and has no calendars. Users can start adding an account here. [CHAR LIMIT=120] -->
Daisuke Miyakawad6e3a312010-09-29 16:29:31 -0700243 <string name="no_calendars_found">Before you can add an event, you must add at least one Calendar account to the device. Touch \u0022Add account\u0022 to add an account. Or if you just added an account, wait for it to finish syncing and try again.</string>
Daisuke Miyakawa464f3502010-09-21 22:12:55 -0700244 <!-- Title of a button shown when there is no account available and the system prompt a user to add one. [CHAR LIMIT=none] -->
245 <string name="add_account">Add account</string>
Michael Chan352e1a22010-09-28 05:15:08 -0700246 <!-- Label for adding guests to an event [CHAR LIMIT=32]-->
247 <string name="add_guests_label">Add guests</string>
Erikac6a81d2010-01-26 15:42:15 -0800248
The Android Open Source Project146de362009-03-03 19:32:18 -0800249 <!-- View Event -->
250 <skip />
251 <!-- Label for which calendar an event is part of -->
Michael Chan71b221a2010-10-25 17:55:44 -0700252 <string name="view_event_calendar_label">Calendar</string>
Michael Chan0b695022009-08-30 23:28:46 -0700253 <!-- Label for the event organizer -->
Erikc058e612009-12-15 17:19:48 -0800254 <string name="view_event_organizer_label">Organizer:</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800255 <!-- Label for the local timezone -->
Erikc058e612009-12-15 17:19:48 -0800256 <string name="view_event_timezone_label">Local time zone:</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800257 <!-- Label for whether the user is attending this event. This is shown when
258 a user is invited to a meeting or event. The possible answers are
259 'yes', 'no', and 'maybe' (and, initially, 'no response'). -->
260 <string name="view_event_response_label">Attending?</string>
Michael Chanf92f46b2010-10-27 18:59:05 -0700261 <!-- Response for whether attending an event - accepted [CHAR LIMIT=10]-->
262 <string name="response_yes">Yes</string>
263 <!-- Response for whether attending an event - tentative [CHAR LIMIT=10]-->
264 <string name="response_maybe">Maybe</string>
265 <!-- Response for whether attending an event - declined [CHAR LIMIT=10]-->
266 <string name="response_no">No</string>
Erikac6a81d2010-01-26 15:42:15 -0800267
The Android Open Source Project146de362009-03-03 19:32:18 -0800268 <!-- Agenda View strings -->
269 <skip />
270 <!-- This is shown as part of the heading at the top of a list of today's events. -->
Michael Chan23f400c2009-08-14 13:03:39 -0700271 <string name="agenda_today">Today, <xliff:g id="date">%1$s</xliff:g></string>
Michael Chan13850932009-06-30 15:35:34 -0700272 <!-- This is shown while the calendar events are being loading to the screen. -->
273 <string name="loading">Loading\u2026</string>
Michael Chand5ade7d2010-11-22 11:16:37 -0800274 <!-- This is shown at the top of the agenda view showing the beginning of the searched range. If the user taps on this string and Calendar will find events older than what is visible and display them to the user -->
Michael Chande6f72a2010-09-28 22:12:05 -0700275 <string name="show_older_events">Touch to view events before <xliff:g id="oldest_search_range">%1$s</xliff:g></string>
Michael Chand5ade7d2010-11-22 11:16:37 -0800276 <!-- This is shown at the bottom of the agenda view showing the end of the searched range. If the user taps on this string and Calendar will find events later/newer than what is visible and display them to the user -->
Michael Chande6f72a2010-09-28 22:12:05 -0700277 <string name="show_newer_events">Touch to view events after <xliff:g id="newest_search_range">%1$s</xliff:g></string>
Erikac6a81d2010-01-26 15:42:15 -0800278
Mason Tang9138ce82010-06-28 11:08:46 -0700279 <!-- Search activity strings -->
280 <skip />
Mason Tang480b2282010-08-13 15:32:03 -0700281 <!-- Title of the search screen [CHAR LIMIT=30] -->
Mason Tang9138ce82010-06-28 11:08:46 -0700282 <string name="search_title">Search my calendars</string>
283
The Android Open Source Project146de362009-03-03 19:32:18 -0800284 <!-- ICS Import activity -->
285 <skip />
286 <!-- This is a abbreviation for 'Number of events' and is a label next to
287 an input for the user to enter the number of events to import. -->
288 <string name="num_events">"Num events"</string>
289
290 <!-- Button labels: -->
291 <skip />
292 <!-- This is the title of a popup window that is displayed when the user
Michael Chan352e1a22010-09-28 05:15:08 -0700293 edits a repeating event. [CHAR LIMIT=20]-->
Michael Chan88d9c002010-11-01 15:53:31 -0700294 <string name="edit_event_label">"Details"</string>
Erikc07a57f2010-12-01 10:45:48 -0800295 <!-- This is a menu button for switching into edit mode when viewing an event.
296 [CHAR LIMIT=10] -->
297 <string name="edit_label">"Edit"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800298 <!-- The button label for deleting an event -->
299 <string name="delete_label">"Delete"</string>
300 <!-- A menu item for deleting an event -->
301 <string name="delete_event_label">"Delete event"</string>
302 <!-- The button label for saving an event -->
Michael Chan92c5ef02009-03-25 15:33:56 -0700303 <string name="save_label">Done</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800304 <!-- The button label for discarding changes to an event -->
Erikc343fbc2010-09-01 14:08:23 -0700305 <string name="discard_label">Cancel</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800306 <!-- The button label for importing events from another source to the phone -->
307 <string name="import_label">"Import"</string>
308
309 <!-- Button labels on expanded notification reminders: -->
310 <skip />
311 <!-- The button label for making the reminder alarms go away temporarily.
312 The reminder alarms will fire off again in 5 minutes. -->
313 <string name="snooze_all_label">"Snooze all"</string>
314 <!-- The button label for dismissing all the current reminder alarms. This
315 causes them to disappear from the notification screen. -->
316 <string name="dismiss_all_label">"Dismiss all"</string>
317
318 <!-- Repetition dialog options: -->
319 <skip />
320 <!-- A label in a multiple-choice list for the specifying that an event does
321 not repeat -->
322 <string name="does_not_repeat">One-time event</string>
323 <!-- A label in a multiple-choice list for the specifying that an event
324 repeats daily -->
325 <string name="daily">Daily</string>
326 <!-- A label in a multiple-choice list for the specifying that an event
327 repeats every weekday (Monday through Friday) -->
328 <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
329 <!-- A label in a multiple-choice list for the specifying that an event
330 repeats weekly on some day of the week. For example,
331 'Weekly (every Tuesday)'. -->
332 <string name="weekly">"Weekly (every <xliff:g id="days_of_week">%s</xliff:g>)"</string>
333
334 <!-- Example: 'Monthly (every first Sunday)' -->
335 <!-- 1st parameter is an ordinal number, like 'first' -->
336 <!-- 2nd parameter is a day of the week, like 'Sunday' -->
Erikac6a81d2010-01-26 15:42:15 -0800337 <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>
Erika9125f62010-03-02 10:46:05 -0800338 <!-- The common portion of a string describing how often an event repeats,
339 example: 'Monthly (on day 2)' -->
Ken Shirriff5442a162010-02-26 16:06:04 -0800340 <string name="monthly">Monthly</string>
341 <!-- Calendar spinner item, to select that an event recurs every year. -->
342 <string name="yearly_plain">Yearly</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800343 <!-- Example: "Monthly (on day 15)" -->
344 <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string>
345 <!-- Example: "Yearly (on April 15)" -->
346 <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string>
Erikac6a81d2010-01-26 15:42:15 -0800347 <!-- This is a label for telling the user that this event repeats in
The Android Open Source Project146de362009-03-03 19:32:18 -0800348 custom (non-standard) way from the usual repeat rates (such as daily,
349 weekly, etc.) and that the user cannot change this on the phone
350 (but only on the web). -->
Eric Fischera9e8f532010-11-03 16:47:41 -0700351 <string name="custom" product="tablet">"Custom\u2026 (cannot customize on tablet)"</string>
352 <!-- This is a label for telling the user that this event repeats in
353 custom (non-standard) way from the usual repeat rates (such as daily,
354 weekly, etc.) and that the user cannot change this on the phone
355 (but only on the web). -->
356 <string name="custom" product="default">"Custom\u2026 (cannot customize on phone)"</string>
Erikac6a81d2010-01-26 15:42:15 -0800357
The Android Open Source Project146de362009-03-03 19:32:18 -0800358 <!-- This is a choice in a list that the user sees when he tries to modify
359 a repeating event. This choice says to change just this one instance
360 of this repeating event. -->
361 <string name="modify_event">Change only this event.</string>
362 <!-- This is a choice in a list that the user sees when he tries to modify
363 a repeating event. This choice says to change all occurrences of
364 this repeating event. -->
365 <string name="modify_all">Change all events in the series.</string>
366 <!-- This is a choice in a list that the user sees when he tries to modify
367 a repeating event. This choice says to change this instance and all
368 future occurrences of this repeating event. -->
369 <string name="modify_all_following">Change this and all future events.</string>
Erikac6a81d2010-01-26 15:42:15 -0800370
The Android Open Source Project146de362009-03-03 19:32:18 -0800371 <!-- Dialogs -->
Erikac6a81d2010-01-26 15:42:15 -0800372
The Android Open Source Project146de362009-03-03 19:32:18 -0800373 <!-- Confirmation dialog message -->
374 <skip />
375 <!-- This is a confirmation message in a popup dialog that appears when the
376 user has asked to delete an event. The user still has a chance to cancel
377 this operation. -->
378 <string name="delete_this_event_title">This event will be deleted.</string>
379 <!-- This is the title of a popup dialog that asks for confirmation before
380 deleting an event. -->
381 <string name="delete_title">Delete</string>
382 <!-- This is the title of a popup dialog that asks for confirmation before
383 changing the response to an invitation. -->
384 <string name="change_response_title">Change response</string>
385
Daisuke Miyakawa4b441bd2010-09-16 14:55:36 -0700386 <!-- This the title of a menu for General Preferences.
387 Pressing the menu item lets user to view and edit his general settings
388 (or preferences) [CHAR LIMIT=30] -->
389 <string name="menu_general_preferences">General Preferences</string>
390
Daisuke Miyakawa4ad63022010-09-17 13:57:35 -0700391 <!-- This the title of a menu for "About Calendar" Preferences.
392 Pressing the menu item lets user to view the current settings
393 [CHAR LIMIT=30] -->
394 <string name="menu_about_preferences">About calendar</string>
395
The Android Open Source Project146de362009-03-03 19:32:18 -0800396 <!-- This is the title of the screen for setting user preferences. -->
397 <string name="preferences_title">"Settings"</string>
398 <!-- This is the title of a section in the Settings screen for settings
399 related to viewing calendar events -->
400 <string name="preferences_general_title">Calendar view setting</string>
401 <!-- This is the title of a section in the Settings screen for settings
402 related to reminders for calendar events -->
Mason Tangcca9ecb2010-07-16 15:07:47 -0700403 <string name="preferences_reminder_title">Reminder settings</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800404 <!-- Settings check box label to hide events that the user has declined to attend -->
405 <string name="preferences_hide_declined_title">Hide declined events</string>
Mason Tang8e3d4302010-07-12 17:39:30 -0700406 <!-- Settings week start label to start week on specific day-->
407 <string name="preferences_week_start_day_title">Week starts on</string>
408 <!-- Title of popup for week start day setting-->
409 <string name="preferences_week_start_day_dialog">Week starts on</string>
410 <!-- DO NOT TRANSLATE -->
411 <string name="preferences_week_start_day_default">-1</string>
Mason Tang3a0e67b2010-08-23 16:59:30 -0700412 <!-- Title of the settings item to clear the recent search history [CHAR LIMIT=40] -->
413 <string name="preferences_clear_search_history_title">Clear search history</string>
414 <!-- Summary of the settings item to clear the recent search history [CHAR LIMIT=70]-->
415 <string name="preferences_clear_search_history_summary">Remove all the searches you have performed</string>
416 <!-- Message to show in a toast when the history is cleared [CHAR LIMIT=40] -->
417 <string name="search_history_cleared">Search history cleared</string>
Mason Tangcca9ecb2010-07-16 15:07:47 -0700418 <!-- Settings check box label to enable or disable notifications -->
419 <string name="preferences_alerts_title">Notifications</string>
Jim Shuma1fec2202010-03-17 11:54:54 -0700420 <!-- Settings dialog label that specifies when the phone should vibrate -->
421 <string name="preferences_alerts_vibrateWhen_title">Vibrate</string>
422 <!-- Settings screen, setting summary text -->
423 <string name="preferences_alerts_vibrateWhen_summary">Also vibrate for reminders</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800424 <!-- Title of ringtone selector dialog -->
425 <string name="preferences_alerts_ringtone_title">Select ringtone</string>
Mason Tangcca9ecb2010-07-16 15:07:47 -0700426 <!-- Title of check box label to enable or disable pop-up notifications -->
427 <string name="preferences_alerts_popup_title">Pop-up notification</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800428 <!-- List item label for setting the default number of reminder minutes -->
Roy West214dbb42009-09-20 17:33:41 -0700429 <string name="preferences_default_reminder_title">Default reminder time</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800430 <!-- Title of dialog for setting the default number of reminder minutes -->
431 <string name="preferences_default_reminder_dialog">Default reminder time</string>
432 <!-- Default value for the number of reminder minutes -->
433 <string name="preferences_default_reminder_default">10</string>
Erikc497d7d2010-09-07 16:36:39 -0700434 <!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] -->
435 <string name="preferences_use_home_tz_title">Use home time zone</string>
436 <!-- Settings description of what setting Calendar to use a fixed 'home' time
437 zone does [CHAR LIMIT = 60]-->
438 <string name="preferences_use_home_tz_descrip">Displays calendars and event times in your home time zone when traveling</string>
439 <!-- Settings title for selecting a 'home' time zone to display Calendar in [CHAR LIMIT = 18] -->
440 <string name="preferences_home_tz_title">Home time zone</string>
441 <!-- DO NOT TRANSLATE -->
442 <string name="preferences_home_tz_default">America/Los_Angeles</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800443
Daisuke Miyakawad644b0d2010-10-21 15:45:12 -0700444 <!-- Title of the settings item to show week number in week view [CHAR LIMIT=40] -->
445 <string name="preferences_show_week_num_title">Show week number</string>
446
Michael Chan8bb13b82010-03-01 22:22:48 -0800447 <!-- This is the title of a section in the Settings screen for "About" this application -->
448 <string name="preferences_about_title">About</string>
449 <!-- Build version of the application -->
450 <string name="preferences_build_version">Build version</string>
Jim Shuma1fec2202010-03-17 11:54:54 -0700451
452 <!-- The vibrate notification modes -->
453 <string-array name="prefEntries_alerts_vibrateWhen">
454 <!-- Always -->
455 <item>Always</item>
456 <!-- Only when the phone is in Silent mode -->
457 <item>Only when silent</item>
458 <!-- Never -->
459 <item>Never</item>
460 </string-array>
461
462 <!-- The default vibrateWhen value, when none is set -->
463 <string translatable="false" name="prefDefault_alerts_vibrateWhen">never</string>
464 <!-- The value to use then migrating from old versions for a true vibrate setting -->
465 <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string>
466 <!-- The value to use then migrating from old versions for a false vibrate setting -->
467 <string translatable="false" name="prefDefault_alerts_vibrate_false">never</string>
468
469 <!-- The vibrateWhen values -->
470 <string-array translatable="false" name="prefValues_alerts_vibrateWhen">
471 <item>always</item>
472 <item>silent</item>
473 <item>never</item>
474 </string-array>
475
476 <!-- Dialog title for the Vibrate dialog -->
477 <string name="prefDialogTitle_vibrateWhen">Vibrate</string>
478
Mason Tangbb3f08a2010-06-22 17:03:54 -0700479 <!-- Widget -->
480 <skip />
481 <!-- Title for calendar gadget when displayed in list of all other gadgets -->
482 <string name="gadget_title">Calendar</string>
483
484 <!-- Shown in gadget when additional events are available for display, but no room remaining -->
485 <plurals name="gadget_more_events">
486 <!-- additional events message for 1 event -->
487 <item quantity="one">1 more event</item>
488 <!-- additional events message for multiple events -->
489 <item quantity="other"><xliff:g id="number">%d</xliff:g> more events</item>
490 </plurals>
491
Erik40bcd102010-11-16 15:46:40 -0800492 <!-- Shown in month view next to event icon when additional events exist for that day, but no
493 room remaining -->
494 <plurals name="month_more_events">
495 <!-- additional events message for 1 event, the quotes force a literal interpretation of the
496 string [CHAR LIMIT = 10] -->
497 <item quantity="one">"+1"</item>
498 <!-- additional events message for multiple events [CHAR LIMIT = 10] -->
499 <item quantity="other">+<xliff:g id="number">%d</xliff:g></item>
500 </plurals>
501
Mason Tangbb3f08a2010-06-22 17:03:54 -0700502 <!-- Caption to show on gadget when there are no upcoming calendar events -->
503 <string name="gadget_no_events">No upcoming calendar events</string>
504
505 <!-- Text to show on gadget when an event starts on the next day -->
506 <string name="tomorrow">Tomorrow</string>
507
508 <!-- Text to show on gadget when an event is currently in progress -->
509 <string name="in_progress">in progress</string>
510
511 <!-- Text to show on gadget when an all-day event is in progress -->
512 <string name="today">Today</string>
513
Dmitri Plotnikovee212202010-08-27 17:58:19 -0700514 <!-- Displayed in email address autocomplete list when searching for contacts
515 in corporate directories. Example: "Searching bigcompany.com..." [CHAR LIMIT=64] -->
516 <string name="directory_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string>
Mason Tangbb3f08a2010-06-22 17:03:54 -0700517
The Android Open Source Project146de362009-03-03 19:32:18 -0800518</resources>