blob: e078e78fbf27b56044ab3de34d87e368b664e639 [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>
Mason Tang4c8871b2010-08-10 10:17:43 -070028 <!-- This is the label for the timezone of an event [CHAR LIMIT=30] -->
29 <string name="timezone_label">Timezone</string>
Michael Chan47f3f702009-07-23 16:01:07 -070030 <!-- This is the label for the Guests/Attendees of an event -->
31 <string name="attendees_label">Guests</string>
32 <!-- This is the label for the Guest Responses and count of an event e.g. Yes (3) -->
33 <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 -080034
The Android Open Source Project146de362009-03-03 19:32:18 -080035 <!-- Some events repeat daily, weekly, monthly, or yearly. This is the label
36 for all the choices about how often an event repeats (including the choice
37 of not repeating). -->
38 <string name="repeats_label">Repetition</string>
39 <!-- Title of event when no explicit title is specified by the user -->
Michael Chan4778fdb2010-02-09 12:05:21 -080040 <string name="no_title_label">(No title)</string>
Erikac6a81d2010-01-26 15:42:15 -080041
The Android Open Source Project146de362009-03-03 19:32:18 -080042 <!-- Reminder format strings -->
43 <plurals name="Nminutes">
44 <!-- This is the label for a 1-minute reminder. -->
45 <item quantity="one">1 minute</item>
46 <!-- This is the label for 2 or more minutes. The actual number of
47 minutes is a parameter. -->
48 <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes</item>
49 </plurals>
50 <!-- We use the abbreviation "mins" instead of "minutes" to keep the string short.
51 This is the number of minutes displayed for a calendar reminder. For example,
52 a reminder of 10 minutes would be displayed as '10 mins'. The translation
53 should use the shortest acceptable abbreviation to save space. -->
54 <plurals name="Nmins">
55 <!-- This is the label for a 1-minute reminder. -->
56 <item quantity="one">1 min</item>
57 <!-- This is the label for 2 or more minutes. The actual number of
58 minutes is a parameter. -->
59 <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item>
60 </plurals>
61 <!-- This is the number of hours displayed for a calendar reminder. For example,
62 a reminder of 1 hour would be displayed as '1 hour'. The translation
63 should use the shortest acceptable abbreviation of 'hour' to save space. -->
64 <plurals name="Nhours">
65 <!-- This is the label for a 1-hour reminder. -->
66 <item quantity="one">1 hour</item>
67 <!-- This is the label for a reminder of 2 or more hours. The actual number of
68 hours is a parameter. -->
69 <item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item>
70 </plurals>
71 <!-- This is the number of days displayed for a calendar reminder. For example,
72 a reminder of 2 days would be displayed as '2 days'. The translation
73 should use the shortest acceptable abbreviation of 'day' to save space. -->
74 <plurals name="Ndays">
75 <!-- This is the label for a reminder of 1 day. -->
76 <item quantity="one">1 day</item>
77 <!-- This is the label for a reminder of 2 or more days. The actual number of
78 days is a parameter. -->
79 <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item>
80 </plurals>
Erikac6a81d2010-01-26 15:42:15 -080081
The Android Open Source Project146de362009-03-03 19:32:18 -080082 <!-- Menu items: -->
83 <skip />
Michael Chan3e387782010-07-26 10:33:10 -070084 <!-- This is a label on a context menu item. Pressing this menu item to initiate
Mason Tang480b2282010-08-13 15:32:03 -070085 syncing of your Calendar data with the server. [CHAR LIMIT=11] -->
Michael Chan3937bc72010-07-30 11:14:11 -070086 <string name="calendar_refresh"> "Refresh"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -080087 <!-- 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. -->
Erik9b633c92010-02-08 12:57:03 -0800124 <string name="menu_select_calendars">"Calendars"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800125 <!-- 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>
Mason Tang9138ce82010-06-28 11:08:46 -0700128 <!-- This is a label on a menu item. Pressing this menu item allows the
Mason Tang480b2282010-08-13 15:32:03 -0700129 user to search their events. [CHAR LIMIT=11]-->
Mason Tang9138ce82010-06-28 11:08:46 -0700130 <string name="search">"Search"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800131
132 <!-- Month view -->
133 <skip />
134 <!-- This string is used in a popup window when there are more events than
135 can be displayed so it displays the events that it can and then displays
136 this line so that the user knows how many more events there are that
137 could not be displayed. For example, if there are 6 events but we can
138 only display 4 events then we will display the first 4 events and then
139 show 'plus 2 more' to indicate that there are two more events that we
140 could not display because of lack of room. -->
141 <string name="plus_N_more">"(plus <xliff:g id="more_count">%d</xliff:g> more \u2026)"</string>
142
143 <!-- Select Calendars activity -->
144 <skip />
145 <!-- Title of "My calendars" screen -->
Erik9b633c92010-02-08 12:57:03 -0800146 <string name="calendars_title">"Calendars"</string>
Erikac6a81d2010-01-26 15:42:15 -0800147 <!-- Synced and visible status message -->
148 <string name="synced_visible">synced, visible</string>
149 <!-- Synced but not visible status message -->
150 <string name="synced_not_visible">synced, not visible</string>
151 <!-- not Synced or visible status message -->
152 <string name="not_synced_not_visible">not synced, not visible</string>
Erik6b858fc2010-09-15 18:59:04 -0700153 <!-- Synced status message displayed when the given calendar is stored/synced on the device
154 [CHAR LIMIT=60] -->
155 <string name="synced"> synced</string>
156 <!-- Not synced status message displayed when the given calendar is not stored/synced on the
157 device [CHAR LIMIT=60] -->
158 <string name="not_synced"> not synced</string>
159 <!-- Message displayed to user when an account with Calendars is not being auto-synced
160 [CHAR LIMIT=120]-->
161 <string name="acct_not_synced">This account is not being synced and your calendars may
162 not update correctly.</string>
163 <!-- Label on button that takes user to the Accounts and Sync settings page [CHAR LIMIT=60] -->
164 <string name="accounts">Accounts &amp; sync</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800165
166 <!-- Event edit activity -->
167 <skip />
168 <!-- The title of the screen where the user edits an event -->
169 <string name="event_edit_title">"Event details"</string>
170 <!-- Default value of What field (as a hint to the user) -->
171 <string name="hint_what">"Event name"</string>
172 <!-- Default value of Where field (as a hint to the user) -->
173 <string name="hint_where">"Event location"</string>
174 <!-- Default value of Description field (as a hint to the user) -->
175 <string name="hint_description">"Event description"</string>
Michael Chan47f3f702009-07-23 16:01:07 -0700176 <!-- Default value of Attendees/Guests field (as a hint to the user) -->
177 <string name="hint_attendees">"Email addresses"</string>
Erika9125f62010-03-02 10:46:05 -0800178 <!-- Toast message displayed when a new event is created -->
179 <string name="creating_event">"Event created"</string>
180 <!-- Toast message displayed when an existing event is saved after being modified -->
181 <string name="saving_event">"Event saved"</string>
182 <!-- Title of message displayed to indicate available calendars are being loaded when creating
183 a new event -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800184 <string name="loading_calendars_title">"Loading calendars"</string>
Erika9125f62010-03-02 10:46:05 -0800185 <!-- Body of message displayed to indicate available calendars are being loaded when creating
186 a new event -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800187 <string name="loading_calendars_message">"Loading calendars\u2026"</string>
188
189 <!-- The alert toast is not actually being displayed for some reason. -->
190 <skip />
The Android Open Source Project7abd8562009-03-05 14:34:37 -0800191 <!-- the title of the alert/notification activity -->
192 <string name="alert_title">Calendar notifications</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800193 <!-- Notification window messages: -->
194 <skip />
195 <!-- This shows the number of additional reminders that were missed. This
196 is the singular case so it displays '1 more reminder' -->
197 <string name="alert_missed_events_single">(<xliff:g id="reminder_count">%s</xliff:g> more reminder)</string>
198 <!-- This shows the number of additional reminders that were missed. For example,
199 if there were two additional reminders then this would show
200 '2 more reminders' -->
201 <string name="alert_missed_events_multiple">(<xliff:g id="reminder_count">%s</xliff:g> more reminders)</string>
Erikac6a81d2010-01-26 15:42:15 -0800202
The Android Open Source Project146de362009-03-03 19:32:18 -0800203 <!-- Event info/edit screen labels:-->
204 <skip />
205 <!-- This is the title of the screen used to view the details of an event -->
206 <string name="event_info_title">View event</string>
207 <!-- This is the title of the screen used to view the details of an invitation
208 to a meeting or event -->
209 <string name="event_info_title_invite">Meeting invitation</string>
210 <!-- Menu item to allow the user to add a reminder to an event -->
211 <string name="add_new_reminder">Add reminder</string>
Erikac6a81d2010-01-26 15:42:15 -0800212
The Android Open Source Project146de362009-03-03 19:32:18 -0800213 <!-- EditEventActivity specific strings: -->
214 <skip />
215 <!-- Events have a start date/time and an end date/time. The display shows
216 the start and end times like 'From start date To end date'. This is the
217 label before the 'end date'. -->
218 <string name="edit_event_to_label">To</string>
219 <!-- Events have a start date/time and an end date/time. The display shows
220 the start and end times like 'From start date To end date'. This is the
221 label before the 'start date'. -->
222 <string name="edit_event_from_label">From</string>
223 <!-- Check box label that specifies if this is an all-day event -->
224 <string name="edit_event_all_day_label">All day</string>
225 <!-- Label for choosing one of the calendars -->
226 <string name="edit_event_calendar_label">Calendar</string>
227 <!-- Menu item to show extra options that are used less often -->
228 <string name="edit_event_show_extra_options">Show extra options</string>
229 <!-- Menu item to hide extra options that are used less often -->
230 <string name="edit_event_hide_extra_options">Hide extra options</string>
Mason Tang480b2282010-08-13 15:32:03 -0700231 <!-- Menu item to show all choices [CHAR LIMIT=22]-->
232 <string name="edit_event_show_all">Show all</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800233 <!-- Label for the event description -->
234 <string name="description_label">Description</string>
235 <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default)
236 or 'available' -->
Michael Chan782e3892009-09-09 13:14:58 -0700237 <string name="presence_label">Show me as</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800238 <!-- Label for the 'Privacy' of an event, which can be either 'private'
239 or 'public' -->
240 <string name="privacy_label">Privacy</string>
241 <!-- Label for the list of reminders for an event -->
242 <string name="reminders_label">Reminders</string>
Erika9125f62010-03-02 10:46:05 -0800243 <!-- 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 -0800244 <string name="no_syncable_calendars">No calendars</string>
Daisuke Miyakawa464f3502010-09-21 22:12:55 -0700245 <!-- 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 -0700246 <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 -0700247 <!-- Title of a button shown when there is no account available and the system prompt a user to add one. [CHAR LIMIT=none] -->
248 <string name="add_account">Add account</string>
Michael Chan352e1a22010-09-28 05:15:08 -0700249 <!-- Label for adding guests to an event [CHAR LIMIT=32]-->
250 <string name="add_guests_label">Add guests</string>
Erikac6a81d2010-01-26 15:42:15 -0800251
The Android Open Source Project146de362009-03-03 19:32:18 -0800252 <!-- View Event -->
253 <skip />
254 <!-- Label for which calendar an event is part of -->
Erikc058e612009-12-15 17:19:48 -0800255 <string name="view_event_calendar_label">Calendar:</string>
Michael Chan0b695022009-08-30 23:28:46 -0700256 <!-- Label for the event organizer -->
Erikc058e612009-12-15 17:19:48 -0800257 <string name="view_event_organizer_label">Organizer:</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800258 <!-- Label for the local timezone -->
Erikc058e612009-12-15 17:19:48 -0800259 <string name="view_event_timezone_label">Local time zone:</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800260 <!-- Label for whether the user is attending this event. This is shown when
261 a user is invited to a meeting or event. The possible answers are
262 'yes', 'no', and 'maybe' (and, initially, 'no response'). -->
263 <string name="view_event_response_label">Attending?</string>
Erikac6a81d2010-01-26 15:42:15 -0800264
The Android Open Source Project146de362009-03-03 19:32:18 -0800265 <!-- Agenda View strings -->
266 <skip />
267 <!-- 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 -0700268 <string name="agenda_today">Today, <xliff:g id="date">%1$s</xliff:g></string>
Michael Chan13850932009-06-30 15:35:34 -0700269 <!-- This is shown while the calendar events are being loading to the screen. -->
270 <string name="loading">Loading\u2026</string>
271 <!-- This is shown at the top of the agenda view showing the range of events shown. -->
Michael Chande6f72a2010-09-28 22:12:05 -0700272 <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 -0700273 <!-- This is shown at the bottom of the agenda view showing the range of events shown. -->
Michael Chande6f72a2010-09-28 22:12:05 -0700274 <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 -0800275
Mason Tang9138ce82010-06-28 11:08:46 -0700276 <!-- Search activity strings -->
277 <skip />
Mason Tang480b2282010-08-13 15:32:03 -0700278 <!-- Title of the search screen [CHAR LIMIT=30] -->
Mason Tang9138ce82010-06-28 11:08:46 -0700279 <string name="search_title">Search my calendars</string>
280
The Android Open Source Project146de362009-03-03 19:32:18 -0800281 <!-- ICS Import activity -->
282 <skip />
283 <!-- This is a abbreviation for 'Number of events' and is a label next to
284 an input for the user to enter the number of events to import. -->
285 <string name="num_events">"Num events"</string>
286
287 <!-- Button labels: -->
288 <skip />
289 <!-- This is the title of a popup window that is displayed when the user
Michael Chan352e1a22010-09-28 05:15:08 -0700290 edits a repeating event. [CHAR LIMIT=20]-->
291 <string name="edit_event_label">"Open event"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800292 <!-- The button label for deleting an event -->
293 <string name="delete_label">"Delete"</string>
294 <!-- A menu item for deleting an event -->
295 <string name="delete_event_label">"Delete event"</string>
296 <!-- The button label for saving an event -->
Michael Chan92c5ef02009-03-25 15:33:56 -0700297 <string name="save_label">Done</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800298 <!-- The button label for discarding changes to an event -->
Erikc343fbc2010-09-01 14:08:23 -0700299 <string name="discard_label">Cancel</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800300 <!-- The button label for importing events from another source to the phone -->
301 <string name="import_label">"Import"</string>
302
303 <!-- Button labels on expanded notification reminders: -->
304 <skip />
305 <!-- The button label for making the reminder alarms go away temporarily.
306 The reminder alarms will fire off again in 5 minutes. -->
307 <string name="snooze_all_label">"Snooze all"</string>
308 <!-- The button label for dismissing all the current reminder alarms. This
309 causes them to disappear from the notification screen. -->
310 <string name="dismiss_all_label">"Dismiss all"</string>
311
312 <!-- Repetition dialog options: -->
313 <skip />
314 <!-- A label in a multiple-choice list for the specifying that an event does
315 not repeat -->
316 <string name="does_not_repeat">One-time event</string>
317 <!-- A label in a multiple-choice list for the specifying that an event
318 repeats daily -->
319 <string name="daily">Daily</string>
320 <!-- A label in a multiple-choice list for the specifying that an event
321 repeats every weekday (Monday through Friday) -->
322 <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
323 <!-- A label in a multiple-choice list for the specifying that an event
324 repeats weekly on some day of the week. For example,
325 'Weekly (every Tuesday)'. -->
326 <string name="weekly">"Weekly (every <xliff:g id="days_of_week">%s</xliff:g>)"</string>
327
328 <!-- Example: 'Monthly (every first Sunday)' -->
329 <!-- 1st parameter is an ordinal number, like 'first' -->
330 <!-- 2nd parameter is a day of the week, like 'Sunday' -->
Erikac6a81d2010-01-26 15:42:15 -0800331 <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 -0800332 <!-- The common portion of a string describing how often an event repeats,
333 example: 'Monthly (on day 2)' -->
Ken Shirriff5442a162010-02-26 16:06:04 -0800334 <string name="monthly">Monthly</string>
335 <!-- Calendar spinner item, to select that an event recurs every year. -->
336 <string name="yearly_plain">Yearly</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800337 <!-- Example: "Monthly (on day 15)" -->
338 <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string>
339 <!-- Example: "Yearly (on April 15)" -->
340 <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string>
Erikac6a81d2010-01-26 15:42:15 -0800341 <!-- This is a label for telling the user that this event repeats in
The Android Open Source Project146de362009-03-03 19:32:18 -0800342 custom (non-standard) way from the usual repeat rates (such as daily,
343 weekly, etc.) and that the user cannot change this on the phone
344 (but only on the web). -->
345 <string name="custom">"Custom\u2026 (cannot customize on phone)"</string>
Erikac6a81d2010-01-26 15:42:15 -0800346
The Android Open Source Project146de362009-03-03 19:32:18 -0800347 <!-- This is a choice in a list that the user sees when he tries to modify
348 a repeating event. This choice says to change just this one instance
349 of this repeating event. -->
350 <string name="modify_event">Change only this event.</string>
351 <!-- This is a choice in a list that the user sees when he tries to modify
352 a repeating event. This choice says to change all occurrences of
353 this repeating event. -->
354 <string name="modify_all">Change all events in the series.</string>
355 <!-- 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 this instance and all
357 future occurrences of this repeating event. -->
358 <string name="modify_all_following">Change this and all future events.</string>
Erikac6a81d2010-01-26 15:42:15 -0800359
The Android Open Source Project146de362009-03-03 19:32:18 -0800360 <!-- Dialogs -->
Erikac6a81d2010-01-26 15:42:15 -0800361
The Android Open Source Project146de362009-03-03 19:32:18 -0800362 <!-- Confirmation dialog message -->
363 <skip />
364 <!-- This is a confirmation message in a popup dialog that appears when the
365 user has asked to delete an event. The user still has a chance to cancel
366 this operation. -->
367 <string name="delete_this_event_title">This event will be deleted.</string>
368 <!-- This is the title of a popup dialog that asks for confirmation before
369 deleting an event. -->
370 <string name="delete_title">Delete</string>
371 <!-- This is the title of a popup dialog that asks for confirmation before
372 changing the response to an invitation. -->
373 <string name="change_response_title">Change response</string>
374
Daisuke Miyakawa4b441bd2010-09-16 14:55:36 -0700375 <!-- This the title of a menu for General Preferences.
376 Pressing the menu item lets user to view and edit his general settings
377 (or preferences) [CHAR LIMIT=30] -->
378 <string name="menu_general_preferences">General Preferences</string>
379
Daisuke Miyakawa4ad63022010-09-17 13:57:35 -0700380 <!-- This the title of a menu for "About Calendar" Preferences.
381 Pressing the menu item lets user to view the current settings
382 [CHAR LIMIT=30] -->
383 <string name="menu_about_preferences">About calendar</string>
384
The Android Open Source Project146de362009-03-03 19:32:18 -0800385 <!-- This is the title of the screen for setting user preferences. -->
386 <string name="preferences_title">"Settings"</string>
387 <!-- This is the title of a section in the Settings screen for settings
388 related to viewing calendar events -->
389 <string name="preferences_general_title">Calendar view setting</string>
390 <!-- This is the title of a section in the Settings screen for settings
391 related to reminders for calendar events -->
Mason Tangcca9ecb2010-07-16 15:07:47 -0700392 <string name="preferences_reminder_title">Reminder settings</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800393 <!-- Settings check box label to hide events that the user has declined to attend -->
394 <string name="preferences_hide_declined_title">Hide declined events</string>
Mason Tang8e3d4302010-07-12 17:39:30 -0700395 <!-- Settings week start label to start week on specific day-->
396 <string name="preferences_week_start_day_title">Week starts on</string>
397 <!-- Title of popup for week start day setting-->
398 <string name="preferences_week_start_day_dialog">Week starts on</string>
399 <!-- DO NOT TRANSLATE -->
400 <string name="preferences_week_start_day_default">-1</string>
Mason Tang3a0e67b2010-08-23 16:59:30 -0700401 <!-- Title of the settings item to clear the recent search history [CHAR LIMIT=40] -->
402 <string name="preferences_clear_search_history_title">Clear search history</string>
403 <!-- Summary of the settings item to clear the recent search history [CHAR LIMIT=70]-->
404 <string name="preferences_clear_search_history_summary">Remove all the searches you have performed</string>
405 <!-- Message to show in a toast when the history is cleared [CHAR LIMIT=40] -->
406 <string name="search_history_cleared">Search history cleared</string>
Mason Tangcca9ecb2010-07-16 15:07:47 -0700407 <!-- Settings check box label to enable or disable notifications -->
408 <string name="preferences_alerts_title">Notifications</string>
Jim Shuma1fec2202010-03-17 11:54:54 -0700409 <!-- Settings dialog label that specifies when the phone should vibrate -->
410 <string name="preferences_alerts_vibrateWhen_title">Vibrate</string>
411 <!-- Settings screen, setting summary text -->
412 <string name="preferences_alerts_vibrateWhen_summary">Also vibrate for reminders</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800413 <!-- Title of ringtone selector dialog -->
414 <string name="preferences_alerts_ringtone_title">Select ringtone</string>
Mason Tangcca9ecb2010-07-16 15:07:47 -0700415 <!-- Title of check box label to enable or disable pop-up notifications -->
416 <string name="preferences_alerts_popup_title">Pop-up notification</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800417 <!-- List item label for setting the default number of reminder minutes -->
Roy West214dbb42009-09-20 17:33:41 -0700418 <string name="preferences_default_reminder_title">Default reminder time</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800419 <!-- Title of dialog for setting the default number of reminder minutes -->
420 <string name="preferences_default_reminder_dialog">Default reminder time</string>
421 <!-- Default value for the number of reminder minutes -->
422 <string name="preferences_default_reminder_default">10</string>
Erikc497d7d2010-09-07 16:36:39 -0700423 <!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] -->
424 <string name="preferences_use_home_tz_title">Use home time zone</string>
425 <!-- Settings description of what setting Calendar to use a fixed 'home' time
426 zone does [CHAR LIMIT = 60]-->
427 <string name="preferences_use_home_tz_descrip">Displays calendars and event times in your home time zone when traveling</string>
428 <!-- Settings title for selecting a 'home' time zone to display Calendar in [CHAR LIMIT = 18] -->
429 <string name="preferences_home_tz_title">Home time zone</string>
430 <!-- DO NOT TRANSLATE -->
431 <string name="preferences_home_tz_default">America/Los_Angeles</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800432
Michael Chan8bb13b82010-03-01 22:22:48 -0800433 <!-- This is the title of a section in the Settings screen for "About" this application -->
434 <string name="preferences_about_title">About</string>
435 <!-- Build version of the application -->
436 <string name="preferences_build_version">Build version</string>
Jim Shuma1fec2202010-03-17 11:54:54 -0700437
438 <!-- The vibrate notification modes -->
439 <string-array name="prefEntries_alerts_vibrateWhen">
440 <!-- Always -->
441 <item>Always</item>
442 <!-- Only when the phone is in Silent mode -->
443 <item>Only when silent</item>
444 <!-- Never -->
445 <item>Never</item>
446 </string-array>
447
448 <!-- The default vibrateWhen value, when none is set -->
449 <string translatable="false" name="prefDefault_alerts_vibrateWhen">never</string>
450 <!-- The value to use then migrating from old versions for a true vibrate setting -->
451 <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string>
452 <!-- The value to use then migrating from old versions for a false vibrate setting -->
453 <string translatable="false" name="prefDefault_alerts_vibrate_false">never</string>
454
455 <!-- The vibrateWhen values -->
456 <string-array translatable="false" name="prefValues_alerts_vibrateWhen">
457 <item>always</item>
458 <item>silent</item>
459 <item>never</item>
460 </string-array>
461
462 <!-- Dialog title for the Vibrate dialog -->
463 <string name="prefDialogTitle_vibrateWhen">Vibrate</string>
464
Mason Tangbb3f08a2010-06-22 17:03:54 -0700465 <!-- Widget -->
466 <skip />
467 <!-- Title for calendar gadget when displayed in list of all other gadgets -->
468 <string name="gadget_title">Calendar</string>
469
470 <!-- Shown in gadget when additional events are available for display, but no room remaining -->
471 <plurals name="gadget_more_events">
472 <!-- additional events message for 1 event -->
473 <item quantity="one">1 more event</item>
474 <!-- additional events message for multiple events -->
475 <item quantity="other"><xliff:g id="number">%d</xliff:g> more events</item>
476 </plurals>
477
478 <!-- Caption to show on gadget when there are no upcoming calendar events -->
479 <string name="gadget_no_events">No upcoming calendar events</string>
480
481 <!-- Text to show on gadget when an event starts on the next day -->
482 <string name="tomorrow">Tomorrow</string>
483
484 <!-- Text to show on gadget when an event is currently in progress -->
485 <string name="in_progress">in progress</string>
486
487 <!-- Text to show on gadget when an all-day event is in progress -->
488 <string name="today">Today</string>
489
Dmitri Plotnikovee212202010-08-27 17:58:19 -0700490 <!-- Displayed in email address autocomplete list when searching for contacts
491 in corporate directories. Example: "Searching bigcompany.com..." [CHAR LIMIT=64] -->
492 <string name="directory_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string>
Mason Tangbb3f08a2010-06-22 17:03:54 -0700493
The Android Open Source Project146de362009-03-03 19:32:18 -0800494</resources>