blob: f9201652e72c70c437aa588b7264bff4af810954 [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>
Michael Chan49701592010-06-30 11:04:03 -070020 <string name="app_aio_label">Calendar AllInOne</string>
The Android Open Source Project146de362009-03-03 19:32:18 -080021
22 <!-- Shared Labels. These labels are shared among the activities. -->
23 <skip />
24 <!-- This is the label for the title or name of an event -->
25 <string name="what_label">What</string>
The Android Open Source Project146de362009-03-03 19:32:18 -080026 <!-- This is the label for the location of an event -->
27 <string name="where_label">Where</string>
Michael Chan24ee3362010-11-01 19:06:01 -070028 <!-- This is the label for the time of an event [CHAR LIMIT=30] -->
29 <string name="when_label">When</string>
Mason Tang4c8871b2010-08-10 10:17:43 -070030 <!-- This is the label for the timezone of an event [CHAR LIMIT=30] -->
31 <string name="timezone_label">Timezone</string>
Michael Chan47f3f702009-07-23 16:01:07 -070032 <!-- This is the label for the Guests/Attendees of an event -->
33 <string name="attendees_label">Guests</string>
34 <!-- This is the label for the Guest Responses and count of an event e.g. Yes (3) -->
35 <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 -080036
The Android Open Source Project146de362009-03-03 19:32:18 -080037 <!-- Some events repeat daily, weekly, monthly, or yearly. This is the label
38 for all the choices about how often an event repeats (including the choice
39 of not repeating). -->
40 <string name="repeats_label">Repetition</string>
41 <!-- Title of event when no explicit title is specified by the user -->
Michael Chan4778fdb2010-02-09 12:05:21 -080042 <string name="no_title_label">(No title)</string>
Erikac6a81d2010-01-26 15:42:15 -080043
The Android Open Source Project146de362009-03-03 19:32:18 -080044 <!-- Reminder format strings -->
45 <plurals name="Nminutes">
46 <!-- This is the label for a 1-minute reminder. -->
47 <item quantity="one">1 minute</item>
48 <!-- This is the label for 2 or more minutes. The actual number of
49 minutes is a parameter. -->
50 <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes</item>
51 </plurals>
52 <!-- We use the abbreviation "mins" instead of "minutes" to keep the string short.
53 This is the number of minutes displayed for a calendar reminder. For example,
54 a reminder of 10 minutes would be displayed as '10 mins'. The translation
55 should use the shortest acceptable abbreviation to save space. -->
56 <plurals name="Nmins">
57 <!-- This is the label for a 1-minute reminder. -->
58 <item quantity="one">1 min</item>
59 <!-- This is the label for 2 or more minutes. The actual number of
60 minutes is a parameter. -->
61 <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item>
62 </plurals>
63 <!-- This is the number of hours displayed for a calendar reminder. For example,
64 a reminder of 1 hour would be displayed as '1 hour'. The translation
65 should use the shortest acceptable abbreviation of 'hour' to save space. -->
66 <plurals name="Nhours">
67 <!-- This is the label for a 1-hour reminder. -->
68 <item quantity="one">1 hour</item>
69 <!-- This is the label for a reminder of 2 or more hours. The actual number of
70 hours is a parameter. -->
71 <item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item>
72 </plurals>
73 <!-- This is the number of days displayed for a calendar reminder. For example,
74 a reminder of 2 days would be displayed as '2 days'. The translation
75 should use the shortest acceptable abbreviation of 'day' to save space. -->
76 <plurals name="Ndays">
77 <!-- This is the label for a reminder of 1 day. -->
78 <item quantity="one">1 day</item>
79 <!-- This is the label for a reminder of 2 or more days. The actual number of
80 days is a parameter. -->
81 <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item>
82 </plurals>
Erikac6a81d2010-01-26 15:42:15 -080083
The Android Open Source Project146de362009-03-03 19:32:18 -080084 <!-- Menu items: -->
85 <skip />
Michael Chan3e387782010-07-26 10:33:10 -070086 <!-- This is a label on a context menu item. Pressing this menu item to initiate
Mason Tang480b2282010-08-13 15:32:03 -070087 syncing of your Calendar data with the server. [CHAR LIMIT=11] -->
Michael Chan3937bc72010-07-30 11:14:11 -070088 <string name="calendar_refresh"> "Refresh"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -080089 <!-- This is a label on a context menu item. Pressing this menu item displays the
90 Agenda view. -->
91 <string name="show_agenda_view">"Show agenda"</string>
92 <!-- This is a label on a context menu item. Pressing this menu item displays the
93 Day view. -->
94 <string name="show_day_view">"Show day"</string>
95 <!-- This is a label on a menu item. Pressing this menu item displays the
96 Agenda view. -->
97 <string name="agenda_view">"Agenda"</string>
98 <!-- This is a label on a menu item. Pressing this menu item displays the
99 Day view. -->
100 <string name="day_view">"Day"</string>
101 <!-- This is a label on a menu item. Pressing this menu item displays the
102 Week view. -->
103 <string name="week_view">"Week"</string>
104 <!-- This is a label on a menu item. Pressing this menu item displays the
105 Month view. -->
106 <string name="month_view">"Month"</string>
107 <!-- This is a label on a menu item. Pressing this menu item displays the
108 details of an event. -->
109 <string name="event_view">"View event"</string>
110 <!-- This is a label on a menu item. Pressing this menu item allows the
111 user to create a new event. -->
112 <string name="event_create">"New event"</string>
113 <!-- This is a label on a menu item in a popup window. Pressing this menu
114 item allows the user to edit or change an existing event. -->
115 <string name="event_edit">"Edit event"</string>
116 <!-- This is a label on a menu item in a popup window. Pressing this menu
117 item allows the user to delete an existing event. -->
118 <string name="event_delete">"Delete event"</string>
119 <!-- This is a label on a menu item. Pressing this menu
120 item takes the user to the current day (today) in whatever view
121 (Day view, Week view, Agenda view, Month view) they are currently in. -->
122 <string name="goto_today">"Today"</string>
123 <!-- This is a label on a menu item. Pressing this menu item allows the
124 user to see the list of calendars that he is viewing and to then add
125 or remove selected calendars. -->
Erik9b633c92010-02-08 12:57:03 -0800126 <string name="menu_select_calendars">"Calendars"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800127 <!-- This is a label on a menu item. Pressing this menu item allows the
128 user to view and edit his Settings (or Preferences) -->
129 <string name="menu_preferences">"Settings"</string>
Mason Tang9138ce82010-06-28 11:08:46 -0700130 <!-- This is a label on a menu item. Pressing this menu item allows the
Mason Tang480b2282010-08-13 15:32:03 -0700131 user to search their events. [CHAR LIMIT=11]-->
Mason Tang9138ce82010-06-28 11:08:46 -0700132 <string name="search">"Search"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800133
134 <!-- Month view -->
135 <skip />
136 <!-- This string is used in a popup window when there are more events than
137 can be displayed so it displays the events that it can and then displays
138 this line so that the user knows how many more events there are that
139 could not be displayed. For example, if there are 6 events but we can
140 only display 4 events then we will display the first 4 events and then
141 show 'plus 2 more' to indicate that there are two more events that we
142 could not display because of lack of room. -->
143 <string name="plus_N_more">"(plus <xliff:g id="more_count">%d</xliff:g> more \u2026)"</string>
144
145 <!-- Select Calendars activity -->
146 <skip />
147 <!-- Title of "My calendars" screen -->
Erik9b633c92010-02-08 12:57:03 -0800148 <string name="calendars_title">"Calendars"</string>
Erikac6a81d2010-01-26 15:42:15 -0800149 <!-- Synced and visible status message -->
150 <string name="synced_visible">synced, visible</string>
151 <!-- Synced but not visible status message -->
152 <string name="synced_not_visible">synced, not visible</string>
153 <!-- not Synced or visible status message -->
154 <string name="not_synced_not_visible">not synced, not visible</string>
Erik6b858fc2010-09-15 18:59:04 -0700155 <!-- Synced status message displayed when the given calendar is stored/synced on the device
156 [CHAR LIMIT=60] -->
157 <string name="synced"> synced</string>
158 <!-- Not synced status message displayed when the given calendar is not stored/synced on the
159 device [CHAR LIMIT=60] -->
160 <string name="not_synced"> not synced</string>
161 <!-- Message displayed to user when an account with Calendars is not being auto-synced
162 [CHAR LIMIT=120]-->
163 <string name="acct_not_synced">This account is not being synced and your calendars may
Michael Chan88d9c002010-11-01 15:53:31 -0700164 not be up to date.</string>
Erik6b858fc2010-09-15 18:59:04 -0700165 <!-- Label on button that takes user to the Accounts and Sync settings page [CHAR LIMIT=60] -->
166 <string name="accounts">Accounts &amp; sync</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800167
168 <!-- Event edit activity -->
169 <skip />
170 <!-- The title of the screen where the user edits an event -->
171 <string name="event_edit_title">"Event details"</string>
172 <!-- Default value of What field (as a hint to the user) -->
173 <string name="hint_what">"Event name"</string>
174 <!-- Default value of Where field (as a hint to the user) -->
175 <string name="hint_where">"Event location"</string>
176 <!-- Default value of Description field (as a hint to the user) -->
177 <string name="hint_description">"Event description"</string>
Michael Chan47f3f702009-07-23 16:01:07 -0700178 <!-- Default value of Attendees/Guests field (as a hint to the user) -->
179 <string name="hint_attendees">"Email addresses"</string>
Erika9125f62010-03-02 10:46:05 -0800180 <!-- Toast message displayed when a new event is created -->
181 <string name="creating_event">"Event created"</string>
182 <!-- Toast message displayed when an existing event is saved after being modified -->
183 <string name="saving_event">"Event saved"</string>
184 <!-- Title of message displayed to indicate available calendars are being loaded when creating
185 a new event -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800186 <string name="loading_calendars_title">"Loading calendars"</string>
Erika9125f62010-03-02 10:46:05 -0800187 <!-- Body of message displayed to indicate available calendars are being loaded when creating
188 a new event -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800189 <string name="loading_calendars_message">"Loading calendars\u2026"</string>
190
191 <!-- The alert toast is not actually being displayed for some reason. -->
192 <skip />
The Android Open Source Project7abd8562009-03-05 14:34:37 -0800193 <!-- the title of the alert/notification activity -->
194 <string name="alert_title">Calendar notifications</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800195 <!-- Notification window messages: -->
196 <skip />
197 <!-- This shows the number of additional reminders that were missed. This
198 is the singular case so it displays '1 more reminder' -->
199 <string name="alert_missed_events_single">(<xliff:g id="reminder_count">%s</xliff:g> more reminder)</string>
200 <!-- This shows the number of additional reminders that were missed. For example,
201 if there were two additional reminders then this would show
202 '2 more reminders' -->
203 <string name="alert_missed_events_multiple">(<xliff:g id="reminder_count">%s</xliff:g> more reminders)</string>
Erikac6a81d2010-01-26 15:42:15 -0800204
The Android Open Source Project146de362009-03-03 19:32:18 -0800205 <!-- Event info/edit screen labels:-->
206 <skip />
207 <!-- This is the title of the screen used to view the details of an event -->
208 <string name="event_info_title">View event</string>
209 <!-- This is the title of the screen used to view the details of an invitation
210 to a meeting or event -->
211 <string name="event_info_title_invite">Meeting invitation</string>
212 <!-- Menu item to allow the user to add a reminder to an event -->
213 <string name="add_new_reminder">Add reminder</string>
Erikac6a81d2010-01-26 15:42:15 -0800214
The Android Open Source Project146de362009-03-03 19:32:18 -0800215 <!-- EditEventActivity specific strings: -->
216 <skip />
217 <!-- Events have a start date/time and an end date/time. The display shows
218 the start and end times like 'From start date To end date'. This is the
219 label before the 'end date'. -->
220 <string name="edit_event_to_label">To</string>
221 <!-- Events have a start date/time and an end date/time. The display shows
222 the start and end times like 'From start date To end date'. This is the
223 label before the 'start date'. -->
224 <string name="edit_event_from_label">From</string>
225 <!-- Check box label that specifies if this is an all-day event -->
226 <string name="edit_event_all_day_label">All day</string>
227 <!-- Label for choosing one of the calendars -->
228 <string name="edit_event_calendar_label">Calendar</string>
229 <!-- Menu item to show extra options that are used less often -->
230 <string name="edit_event_show_extra_options">Show extra options</string>
231 <!-- Menu item to hide extra options that are used less often -->
232 <string name="edit_event_hide_extra_options">Hide extra options</string>
Mason Tang480b2282010-08-13 15:32:03 -0700233 <!-- Menu item to show all choices [CHAR LIMIT=22]-->
234 <string name="edit_event_show_all">Show all</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800235 <!-- Label for the event description -->
236 <string name="description_label">Description</string>
237 <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default)
238 or 'available' -->
Michael Chan782e3892009-09-09 13:14:58 -0700239 <string name="presence_label">Show me as</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800240 <!-- Label for the 'Privacy' of an event, which can be either 'private'
241 or 'public' -->
242 <string name="privacy_label">Privacy</string>
243 <!-- Label for the list of reminders for an event -->
244 <string name="reminders_label">Reminders</string>
Erika9125f62010-03-02 10:46:05 -0800245 <!-- 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 -0800246 <string name="no_syncable_calendars">No calendars</string>
Daisuke Miyakawa464f3502010-09-21 22:12:55 -0700247 <!-- 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 -0700248 <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 -0700249 <!-- Title of a button shown when there is no account available and the system prompt a user to add one. [CHAR LIMIT=none] -->
250 <string name="add_account">Add account</string>
Michael Chan352e1a22010-09-28 05:15:08 -0700251 <!-- Label for adding guests to an event [CHAR LIMIT=32]-->
252 <string name="add_guests_label">Add guests</string>
Erikac6a81d2010-01-26 15:42:15 -0800253
The Android Open Source Project146de362009-03-03 19:32:18 -0800254 <!-- View Event -->
255 <skip />
256 <!-- Label for which calendar an event is part of -->
Michael Chan71b221a2010-10-25 17:55:44 -0700257 <string name="view_event_calendar_label">Calendar</string>
Michael Chan0b695022009-08-30 23:28:46 -0700258 <!-- Label for the event organizer -->
Erikc058e612009-12-15 17:19:48 -0800259 <string name="view_event_organizer_label">Organizer:</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800260 <!-- Label for the local timezone -->
Erikc058e612009-12-15 17:19:48 -0800261 <string name="view_event_timezone_label">Local time zone:</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800262 <!-- Label for whether the user is attending this event. This is shown when
263 a user is invited to a meeting or event. The possible answers are
264 'yes', 'no', and 'maybe' (and, initially, 'no response'). -->
265 <string name="view_event_response_label">Attending?</string>
Michael Chanf92f46b2010-10-27 18:59:05 -0700266 <!-- Response for whether attending an event - accepted [CHAR LIMIT=10]-->
267 <string name="response_yes">Yes</string>
268 <!-- Response for whether attending an event - tentative [CHAR LIMIT=10]-->
269 <string name="response_maybe">Maybe</string>
270 <!-- Response for whether attending an event - declined [CHAR LIMIT=10]-->
271 <string name="response_no">No</string>
Erikac6a81d2010-01-26 15:42:15 -0800272
The Android Open Source Project146de362009-03-03 19:32:18 -0800273 <!-- Agenda View strings -->
274 <skip />
275 <!-- 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 -0700276 <string name="agenda_today">Today, <xliff:g id="date">%1$s</xliff:g></string>
Michael Chan13850932009-06-30 15:35:34 -0700277 <!-- This is shown while the calendar events are being loading to the screen. -->
278 <string name="loading">Loading\u2026</string>
279 <!-- This is shown at the top of the agenda view showing the range of events shown. -->
Michael Chande6f72a2010-09-28 22:12:05 -0700280 <string name="show_older_events">Touch to view events before <xliff:g id="oldest_search_range">%1$s</xliff:g></string>
Michael Chan13850932009-06-30 15:35:34 -0700281 <!-- This is shown at the bottom of the agenda view showing the range of events shown. -->
Michael Chande6f72a2010-09-28 22:12:05 -0700282 <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 -0800283
Mason Tang9138ce82010-06-28 11:08:46 -0700284 <!-- Search activity strings -->
285 <skip />
Mason Tang480b2282010-08-13 15:32:03 -0700286 <!-- Title of the search screen [CHAR LIMIT=30] -->
Mason Tang9138ce82010-06-28 11:08:46 -0700287 <string name="search_title">Search my calendars</string>
288
The Android Open Source Project146de362009-03-03 19:32:18 -0800289 <!-- ICS Import activity -->
290 <skip />
291 <!-- This is a abbreviation for 'Number of events' and is a label next to
292 an input for the user to enter the number of events to import. -->
293 <string name="num_events">"Num events"</string>
294
295 <!-- Button labels: -->
296 <skip />
297 <!-- This is the title of a popup window that is displayed when the user
Michael Chan352e1a22010-09-28 05:15:08 -0700298 edits a repeating event. [CHAR LIMIT=20]-->
Michael Chan88d9c002010-11-01 15:53:31 -0700299 <string name="edit_event_label">"Details"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800300 <!-- The button label for deleting an event -->
301 <string name="delete_label">"Delete"</string>
302 <!-- A menu item for deleting an event -->
303 <string name="delete_event_label">"Delete event"</string>
304 <!-- The button label for saving an event -->
Michael Chan92c5ef02009-03-25 15:33:56 -0700305 <string name="save_label">Done</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800306 <!-- The button label for discarding changes to an event -->
Erikc343fbc2010-09-01 14:08:23 -0700307 <string name="discard_label">Cancel</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800308 <!-- The button label for importing events from another source to the phone -->
309 <string name="import_label">"Import"</string>
310
311 <!-- Button labels on expanded notification reminders: -->
312 <skip />
313 <!-- The button label for making the reminder alarms go away temporarily.
314 The reminder alarms will fire off again in 5 minutes. -->
315 <string name="snooze_all_label">"Snooze all"</string>
316 <!-- The button label for dismissing all the current reminder alarms. This
317 causes them to disappear from the notification screen. -->
318 <string name="dismiss_all_label">"Dismiss all"</string>
319
320 <!-- Repetition dialog options: -->
321 <skip />
322 <!-- A label in a multiple-choice list for the specifying that an event does
323 not repeat -->
324 <string name="does_not_repeat">One-time event</string>
325 <!-- A label in a multiple-choice list for the specifying that an event
326 repeats daily -->
327 <string name="daily">Daily</string>
328 <!-- A label in a multiple-choice list for the specifying that an event
329 repeats every weekday (Monday through Friday) -->
330 <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
331 <!-- A label in a multiple-choice list for the specifying that an event
332 repeats weekly on some day of the week. For example,
333 'Weekly (every Tuesday)'. -->
334 <string name="weekly">"Weekly (every <xliff:g id="days_of_week">%s</xliff:g>)"</string>
335
336 <!-- Example: 'Monthly (every first Sunday)' -->
337 <!-- 1st parameter is an ordinal number, like 'first' -->
338 <!-- 2nd parameter is a day of the week, like 'Sunday' -->
Erikac6a81d2010-01-26 15:42:15 -0800339 <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 -0800340 <!-- The common portion of a string describing how often an event repeats,
341 example: 'Monthly (on day 2)' -->
Ken Shirriff5442a162010-02-26 16:06:04 -0800342 <string name="monthly">Monthly</string>
343 <!-- Calendar spinner item, to select that an event recurs every year. -->
344 <string name="yearly_plain">Yearly</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800345 <!-- Example: "Monthly (on day 15)" -->
346 <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string>
347 <!-- Example: "Yearly (on April 15)" -->
348 <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string>
Erikac6a81d2010-01-26 15:42:15 -0800349 <!-- This is a label for telling the user that this event repeats in
The Android Open Source Project146de362009-03-03 19:32:18 -0800350 custom (non-standard) way from the usual repeat rates (such as daily,
351 weekly, etc.) and that the user cannot change this on the phone
352 (but only on the web). -->
353 <string name="custom">"Custom\u2026 (cannot customize on phone)"</string>
Erikac6a81d2010-01-26 15:42:15 -0800354
The Android Open Source Project146de362009-03-03 19:32:18 -0800355 <!-- This is a choice in a list that the user sees when he tries to modify
356 a repeating event. This choice says to change just this one instance
357 of this repeating event. -->
358 <string name="modify_event">Change only this event.</string>
359 <!-- This is a choice in a list that the user sees when he tries to modify
360 a repeating event. This choice says to change all occurrences of
361 this repeating event. -->
362 <string name="modify_all">Change all events in the series.</string>
363 <!-- This is a choice in a list that the user sees when he tries to modify
364 a repeating event. This choice says to change this instance and all
365 future occurrences of this repeating event. -->
366 <string name="modify_all_following">Change this and all future events.</string>
Erikac6a81d2010-01-26 15:42:15 -0800367
The Android Open Source Project146de362009-03-03 19:32:18 -0800368 <!-- Dialogs -->
Erikac6a81d2010-01-26 15:42:15 -0800369
The Android Open Source Project146de362009-03-03 19:32:18 -0800370 <!-- Confirmation dialog message -->
371 <skip />
372 <!-- This is a confirmation message in a popup dialog that appears when the
373 user has asked to delete an event. The user still has a chance to cancel
374 this operation. -->
375 <string name="delete_this_event_title">This event will be deleted.</string>
376 <!-- This is the title of a popup dialog that asks for confirmation before
377 deleting an event. -->
378 <string name="delete_title">Delete</string>
379 <!-- This is the title of a popup dialog that asks for confirmation before
380 changing the response to an invitation. -->
381 <string name="change_response_title">Change response</string>
382
Daisuke Miyakawa4b441bd2010-09-16 14:55:36 -0700383 <!-- This the title of a menu for General Preferences.
384 Pressing the menu item lets user to view and edit his general settings
385 (or preferences) [CHAR LIMIT=30] -->
386 <string name="menu_general_preferences">General Preferences</string>
387
Daisuke Miyakawa4ad63022010-09-17 13:57:35 -0700388 <!-- This the title of a menu for "About Calendar" Preferences.
389 Pressing the menu item lets user to view the current settings
390 [CHAR LIMIT=30] -->
391 <string name="menu_about_preferences">About calendar</string>
392
The Android Open Source Project146de362009-03-03 19:32:18 -0800393 <!-- This is the title of the screen for setting user preferences. -->
394 <string name="preferences_title">"Settings"</string>
395 <!-- This is the title of a section in the Settings screen for settings
396 related to viewing calendar events -->
397 <string name="preferences_general_title">Calendar view setting</string>
398 <!-- This is the title of a section in the Settings screen for settings
399 related to reminders for calendar events -->
Mason Tangcca9ecb2010-07-16 15:07:47 -0700400 <string name="preferences_reminder_title">Reminder settings</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800401 <!-- Settings check box label to hide events that the user has declined to attend -->
402 <string name="preferences_hide_declined_title">Hide declined events</string>
Mason Tang8e3d4302010-07-12 17:39:30 -0700403 <!-- Settings week start label to start week on specific day-->
404 <string name="preferences_week_start_day_title">Week starts on</string>
405 <!-- Title of popup for week start day setting-->
406 <string name="preferences_week_start_day_dialog">Week starts on</string>
407 <!-- DO NOT TRANSLATE -->
408 <string name="preferences_week_start_day_default">-1</string>
Mason Tang3a0e67b2010-08-23 16:59:30 -0700409 <!-- Title of the settings item to clear the recent search history [CHAR LIMIT=40] -->
410 <string name="preferences_clear_search_history_title">Clear search history</string>
411 <!-- Summary of the settings item to clear the recent search history [CHAR LIMIT=70]-->
412 <string name="preferences_clear_search_history_summary">Remove all the searches you have performed</string>
413 <!-- Message to show in a toast when the history is cleared [CHAR LIMIT=40] -->
414 <string name="search_history_cleared">Search history cleared</string>
Mason Tangcca9ecb2010-07-16 15:07:47 -0700415 <!-- Settings check box label to enable or disable notifications -->
416 <string name="preferences_alerts_title">Notifications</string>
Jim Shuma1fec2202010-03-17 11:54:54 -0700417 <!-- Settings dialog label that specifies when the phone should vibrate -->
418 <string name="preferences_alerts_vibrateWhen_title">Vibrate</string>
419 <!-- Settings screen, setting summary text -->
420 <string name="preferences_alerts_vibrateWhen_summary">Also vibrate for reminders</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800421 <!-- Title of ringtone selector dialog -->
422 <string name="preferences_alerts_ringtone_title">Select ringtone</string>
Mason Tangcca9ecb2010-07-16 15:07:47 -0700423 <!-- Title of check box label to enable or disable pop-up notifications -->
424 <string name="preferences_alerts_popup_title">Pop-up notification</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800425 <!-- List item label for setting the default number of reminder minutes -->
Roy West214dbb42009-09-20 17:33:41 -0700426 <string name="preferences_default_reminder_title">Default reminder time</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800427 <!-- Title of dialog for setting the default number of reminder minutes -->
428 <string name="preferences_default_reminder_dialog">Default reminder time</string>
429 <!-- Default value for the number of reminder minutes -->
430 <string name="preferences_default_reminder_default">10</string>
Erikc497d7d2010-09-07 16:36:39 -0700431 <!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] -->
432 <string name="preferences_use_home_tz_title">Use home time zone</string>
433 <!-- Settings description of what setting Calendar to use a fixed 'home' time
434 zone does [CHAR LIMIT = 60]-->
435 <string name="preferences_use_home_tz_descrip">Displays calendars and event times in your home time zone when traveling</string>
436 <!-- Settings title for selecting a 'home' time zone to display Calendar in [CHAR LIMIT = 18] -->
437 <string name="preferences_home_tz_title">Home time zone</string>
438 <!-- DO NOT TRANSLATE -->
439 <string name="preferences_home_tz_default">America/Los_Angeles</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800440
Daisuke Miyakawad644b0d2010-10-21 15:45:12 -0700441 <!-- Title of the settings item to show week number in week view [CHAR LIMIT=40] -->
442 <string name="preferences_show_week_num_title">Show week number</string>
443
Michael Chan8bb13b82010-03-01 22:22:48 -0800444 <!-- This is the title of a section in the Settings screen for "About" this application -->
445 <string name="preferences_about_title">About</string>
446 <!-- Build version of the application -->
447 <string name="preferences_build_version">Build version</string>
Jim Shuma1fec2202010-03-17 11:54:54 -0700448
449 <!-- The vibrate notification modes -->
450 <string-array name="prefEntries_alerts_vibrateWhen">
451 <!-- Always -->
452 <item>Always</item>
453 <!-- Only when the phone is in Silent mode -->
454 <item>Only when silent</item>
455 <!-- Never -->
456 <item>Never</item>
457 </string-array>
458
459 <!-- The default vibrateWhen value, when none is set -->
460 <string translatable="false" name="prefDefault_alerts_vibrateWhen">never</string>
461 <!-- The value to use then migrating from old versions for a true vibrate setting -->
462 <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string>
463 <!-- The value to use then migrating from old versions for a false vibrate setting -->
464 <string translatable="false" name="prefDefault_alerts_vibrate_false">never</string>
465
466 <!-- The vibrateWhen values -->
467 <string-array translatable="false" name="prefValues_alerts_vibrateWhen">
468 <item>always</item>
469 <item>silent</item>
470 <item>never</item>
471 </string-array>
472
473 <!-- Dialog title for the Vibrate dialog -->
474 <string name="prefDialogTitle_vibrateWhen">Vibrate</string>
475
Mason Tangbb3f08a2010-06-22 17:03:54 -0700476 <!-- Widget -->
477 <skip />
478 <!-- Title for calendar gadget when displayed in list of all other gadgets -->
479 <string name="gadget_title">Calendar</string>
480
481 <!-- Shown in gadget when additional events are available for display, but no room remaining -->
482 <plurals name="gadget_more_events">
483 <!-- additional events message for 1 event -->
484 <item quantity="one">1 more event</item>
485 <!-- additional events message for multiple events -->
486 <item quantity="other"><xliff:g id="number">%d</xliff:g> more events</item>
487 </plurals>
488
489 <!-- Caption to show on gadget when there are no upcoming calendar events -->
490 <string name="gadget_no_events">No upcoming calendar events</string>
491
492 <!-- Text to show on gadget when an event starts on the next day -->
493 <string name="tomorrow">Tomorrow</string>
494
495 <!-- Text to show on gadget when an event is currently in progress -->
496 <string name="in_progress">in progress</string>
497
498 <!-- Text to show on gadget when an all-day event is in progress -->
499 <string name="today">Today</string>
500
Dmitri Plotnikovee212202010-08-27 17:58:19 -0700501 <!-- Displayed in email address autocomplete list when searching for contacts
502 in corporate directories. Example: "Searching bigcompany.com..." [CHAR LIMIT=64] -->
503 <string name="directory_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string>
Mason Tangbb3f08a2010-06-22 17:03:54 -0700504
The Android Open Source Project146de362009-03-03 19:32:18 -0800505</resources>