blob: 55a9968d55ad1e35ac870e264c10ef86e7f2a6b7 [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-->
The Android Open Source Project146de362009-03-03 19:32:18 -080016<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17 <!-- This is the label underneath the icon for Calendar -->
18 <string name="app_label">Calendar</string>
dazhanaa938df2016-02-23 18:00:55 +080019 <!-- on permission of read_calendar -->
20 <string name="on_permission_read_calendar">You have disabled a required permission.</string>
The Android Open Source Project146de362009-03-03 19:32:18 -080021 <!-- Shared Labels. These labels are shared among the activities. -->
RoboErik1e3cc282011-07-29 15:49:54 -070022 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -080023 <!-- 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] -->
Erik259b8f92011-01-12 14:01:12 -080030 <string name="timezone_label">Time zone</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>
Sara Ting75f53662012-04-09 15:37:10 -070033 <!-- Text to show when an event starts on the current day -->
34 <string name="today">Today</string>
35 <!-- Text to show when an event starts on the next day -->
36 <string name="tomorrow">Tomorrow</string>
Sara Ting4e926272012-04-19 10:41:56 -070037 <!-- Text for an event starting on the current day with a start and end time.
38 For ex, "Today at 5:00pm-6:00pm" [CHAR LIMIT=NONE] -->
39 <string name="today_at_time_fmt">"Today at <xliff:g id="time_interval">%s</xliff:g>"</string>
40 <!-- Text for an event starting on the next day with a start and end time.
41 For ex, "Tomorrow at 5:00pm-6:00pm" [CHAR LIMIT=NONE] -->
42 <string name="tomorrow_at_time_fmt">"Tomorrow at <xliff:g id="time_interval">%s</xliff:g>"</string>
43 <!-- Format string for a date and time description. For ex:
44 "April 19, 2012, 3:00pm - 4:00pm" [CHAR LIMIT=NONE] -->
45 <string name="date_time_fmt">"<xliff:g id="date">%s</xliff:g>, <xliff:g id="time_interval">%s</xliff:g>"</string>
Erikac6a81d2010-01-26 15:42:15 -080046
The Android Open Source Project146de362009-03-03 19:32:18 -080047 <!-- Some events repeat daily, weekly, monthly, or yearly. This is the label
48 for all the choices about how often an event repeats (including the choice
49 of not repeating). -->
50 <string name="repeats_label">Repetition</string>
51 <!-- Title of event when no explicit title is specified by the user -->
Michael Chan4778fdb2010-02-09 12:05:21 -080052 <string name="no_title_label">(No title)</string>
Erikac6a81d2010-01-26 15:42:15 -080053
The Android Open Source Project146de362009-03-03 19:32:18 -080054 <!-- Reminder format strings -->
55 <plurals name="Nminutes">
56 <!-- This is the label for a 1-minute reminder. -->
57 <item quantity="one">1 minute</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> minutes</item>
61 </plurals>
62 <!-- We use the abbreviation "mins" instead of "minutes" to keep the string short.
63 This is the number of minutes displayed for a calendar reminder. For example,
64 a reminder of 10 minutes would be displayed as '10 mins'. The translation
65 should use the shortest acceptable abbreviation to save space. -->
66 <plurals name="Nmins">
67 <!-- This is the label for a 1-minute reminder. -->
68 <item quantity="one">1 min</item>
69 <!-- This is the label for 2 or more minutes. The actual number of
70 minutes is a parameter. -->
71 <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item>
72 </plurals>
73 <!-- This is the number of hours displayed for a calendar reminder. For example,
74 a reminder of 1 hour would be displayed as '1 hour'. The translation
75 should use the shortest acceptable abbreviation of 'hour' to save space. -->
76 <plurals name="Nhours">
77 <!-- This is the label for a 1-hour reminder. -->
78 <item quantity="one">1 hour</item>
79 <!-- This is the label for a reminder of 2 or more hours. The actual number of
80 hours is a parameter. -->
81 <item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item>
82 </plurals>
83 <!-- This is the number of days displayed for a calendar reminder. For example,
84 a reminder of 2 days would be displayed as '2 days'. The translation
85 should use the shortest acceptable abbreviation of 'day' to save space. -->
86 <plurals name="Ndays">
87 <!-- This is the label for a reminder of 1 day. -->
88 <item quantity="one">1 day</item>
89 <!-- This is the label for a reminder of 2 or more days. The actual number of
90 days is a parameter. -->
91 <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item>
92 </plurals>
RoboErik14e82b42011-07-19 09:46:39 -070093 <!-- This is for displaying the week of the year near the date. Eg. "January, 2011 Week 1" -->
94 <plurals name="weekN">
95 <!-- Label for displaying week of the year for all week values [CHAR LIMIT=16] -->
96 <item quantity="other">WEEK <xliff:g id="count">%d</xliff:g></item>
97 </plurals>
Erikac6a81d2010-01-26 15:42:15 -080098
The Android Open Source Project146de362009-03-03 19:32:18 -080099 <!-- Menu items: -->
RoboErik1e3cc282011-07-29 15:49:54 -0700100 <skip/>
Michael Chan3e387782010-07-26 10:33:10 -0700101 <!-- This is a label on a context menu item. Pressing this menu item to initiate
Mason Tang480b2282010-08-13 15:32:03 -0700102 syncing of your Calendar data with the server. [CHAR LIMIT=11] -->
Michael Chan3937bc72010-07-30 11:14:11 -0700103 <string name="calendar_refresh"> "Refresh"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800104 <!-- This is a label on a context menu item. Pressing this menu item displays the
105 Agenda view. -->
Michael Chan5d894062011-08-12 17:07:49 -0700106
The Android Open Source Project146de362009-03-03 19:32:18 -0800107 <!-- This is a label on a context menu item. Pressing this menu item displays the
108 Day view. -->
109 <string name="show_day_view">"Show day"</string>
110 <!-- This is a label on a menu item. Pressing this menu item displays the
111 Agenda view. -->
112 <string name="agenda_view">"Agenda"</string>
113 <!-- This is a label on a menu item. Pressing this menu item displays the
114 Day view. -->
115 <string name="day_view">"Day"</string>
116 <!-- This is a label on a menu item. Pressing this menu item displays the
117 Week view. -->
118 <string name="week_view">"Week"</string>
119 <!-- This is a label on a menu item. Pressing this menu item displays the
120 Month view. -->
121 <string name="month_view">"Month"</string>
122 <!-- This is a label on a menu item. Pressing this menu item displays the
123 details of an event. -->
124 <string name="event_view">"View event"</string>
125 <!-- This is a label on a menu item. Pressing this menu item allows the
126 user to create a new event. -->
127 <string name="event_create">"New event"</string>
128 <!-- This is a label on a menu item in a popup window. Pressing this menu
129 item allows the user to edit or change an existing event. -->
130 <string name="event_edit">"Edit event"</string>
131 <!-- This is a label on a menu item in a popup window. Pressing this menu
132 item allows the user to delete an existing event. -->
133 <string name="event_delete">"Delete event"</string>
134 <!-- This is a label on a menu item. Pressing this menu
135 item takes the user to the current day (today) in whatever view
136 (Day view, Week view, Agenda view, Month view) they are currently in. -->
137 <string name="goto_today">"Today"</string>
138 <!-- This is a label on a menu item. Pressing this menu item allows the
139 user to see the list of calendars that he is viewing and to then add
140 or remove selected calendars. -->
Michael Chan5d894062011-08-12 17:07:49 -0700141
The Android Open Source Project146de362009-03-03 19:32:18 -0800142 <!-- This is a label on a menu item. Pressing this menu item allows the
143 user to view and edit his Settings (or Preferences) -->
144 <string name="menu_preferences">"Settings"</string>
Mason Tang9138ce82010-06-28 11:08:46 -0700145 <!-- This is a label on a menu item. Pressing this menu item allows the
Michael Chan082ab482011-10-17 14:31:03 -0700146 user to select the calendars to display [CHAR LIMIT=20] -->
Michael Chan2aeb8d92011-07-10 13:32:09 -0700147 <string name="menu_select_visible_calendars">"Calendars to display"</string>
148 <!-- This is a label on a menu item. Pressing this menu item allows the
Michael Chan082ab482011-10-17 14:31:03 -0700149 user to select the calendars to display [CHAR LIMIT=20] -->
Mason Tang9138ce82010-06-28 11:08:46 -0700150 <string name="search">"Search"</string>
RoboErikde20d762011-02-08 17:52:25 -0800151 <!-- This is a label on a menu item. Pressing this menu item hides
152 the navigation controls on the right side. [CHAR LIMIT=20] -->
153 <string name="hide_controls">"Hide controls"</string>
154 <!-- This is a label on a menu item. Pressing this menu item shows the
155 navigation controls on the right side. [CHAR LIMIT=20] -->
156 <string name="show_controls">"Show controls"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800157
158 <!-- Month view -->
RoboErik1e3cc282011-07-29 15:49:54 -0700159 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800160
Michael Chan2aeb8d92011-07-10 13:32:09 -0700161 <!-- Select Visible Calendars activity -->
RoboErik1e3cc282011-07-29 15:49:54 -0700162 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800163 <!-- Title of "My calendars" screen -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700164 <string name="select_visible_calendars_title">"Calendars to display"</string>
Erikac6a81d2010-01-26 15:42:15 -0800165 <!-- Synced and visible status message -->
Michael Chan5d894062011-08-12 17:07:49 -0700166
Erikac6a81d2010-01-26 15:42:15 -0800167 <!-- Synced but not visible status message -->
Michael Chan5d894062011-08-12 17:07:49 -0700168
Erikac6a81d2010-01-26 15:42:15 -0800169 <!-- not Synced or visible status message -->
Michael Chan5d894062011-08-12 17:07:49 -0700170
Erik6b858fc2010-09-15 18:59:04 -0700171 <!-- Synced status message displayed when the given calendar is stored/synced on the device
172 [CHAR LIMIT=60] -->
173 <string name="synced"> synced</string>
174 <!-- Not synced status message displayed when the given calendar is not stored/synced on the
175 device [CHAR LIMIT=60] -->
176 <string name="not_synced"> not synced</string>
177 <!-- Message displayed to user when an account with Calendars is not being auto-synced
178 [CHAR LIMIT=120]-->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700179 <string name="acct_not_synced">This account isn\'t being synced so your calendars may
180 not be up-to-date.</string>
Erik6b858fc2010-09-15 18:59:04 -0700181 <!-- Label on button that takes user to the Accounts and Sync settings page [CHAR LIMIT=60] -->
182 <string name="accounts">Accounts &amp; sync</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800183
Michael Chan2aeb8d92011-07-10 13:32:09 -0700184 <!-- Select Synced Calendars activity -->
185 <!-- Select the set of calendars to sync [CHAR LIMIT=60] -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700186 <string name="select_synced_calendars_title">Calendars to sync</string>
Michael Chan2aeb8d92011-07-10 13:32:09 -0700187 <!-- Select the set of calendars to sync [CHAR LIMIT=60] -->
188 <string name="select_synced_calendars_button">Calendars to sync</string>
189
The Android Open Source Project146de362009-03-03 19:32:18 -0800190 <!-- Event edit activity -->
RoboErik1e3cc282011-07-29 15:49:54 -0700191 <skip/>
Isaac Katzenelson016d5762011-05-23 16:05:51 -0700192 <!-- The title of the screen where the user edits an event [CHAR LIMIT=17] -->
Michael Chan5d894062011-08-12 17:07:49 -0700193
Isaac Katzenelson016d5762011-05-23 16:05:51 -0700194 <!-- Default value of What field (as a hint to the user) [CHAR LIMIT=15] -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800195 <string name="hint_what">"Event name"</string>
Isaac Katzenelson016d5762011-05-23 16:05:51 -0700196 <!-- Default value of Where field (as a hint to the user)[CHAR LIMIT=15] -->
197 <string name="hint_where">"Location"</string>
198 <!-- Default value of Description field (as a hint to the user) [CHAR LIMIT=15]-->
199 <string name="hint_description">"Description"</string>
200 <!-- Default value of Attendees/Guests field (as a hint to the user) [CHAR LIMIT=10] -->
201 <string name="hint_attendees">"Guests"</string>
Erika9125f62010-03-02 10:46:05 -0800202 <!-- Toast message displayed when a new event is created -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700203 <string name="creating_event">"Event created."</string>
Erika9125f62010-03-02 10:46:05 -0800204 <!-- Toast message displayed when an existing event is saved after being modified -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700205 <string name="saving_event">"Event saved."</string>
RoboErik2bd5cc02011-07-28 14:19:54 -0700206 <!-- Toast message displayed when a new event was not saved because it was empty [CHAR LIMIT=30] -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700207 <string name="empty_event">"Empty event not created."</string>
Michael Chanea8ebdb2011-02-28 19:04:00 -0800208 <!-- Toast message displayed when a new event with guests is created -->
Michael Chan3b9d1fc2012-04-03 16:11:51 -0700209 <string name="creating_event_with_guest">"Invitations will be sent."</string>
Michael Chanea8ebdb2011-02-28 19:04:00 -0800210 <!-- Toast message displayed when an existing event with guests is saved after being modified -->
Michael Chan3b9d1fc2012-04-03 16:11:51 -0700211 <string name="saving_event_with_guest">"Updates will be sent."</string>
Alon Albert296ea5d2013-06-19 09:19:04 -0700212
213 <!-- Toast message displayed responding to an event from an email as accepted
214 [CHAR LIMIT=50] -->
215 <string name="rsvp_accepted">"Responded yes."</string>
216 <!-- Toast message displayed responding to an event from an email as tentative
217 [CHAR LIMIT=50] -->
218 <string name="rsvp_tentative">"Responded maybe."</string>
219 <!-- Toast message displayed responding to an event from an email as declined
220 [CHAR LIMIT=50] -->
221 <string name="rsvp_declined">"Responded no."</string>
222
223
Erika9125f62010-03-02 10:46:05 -0800224 <!-- Title of message displayed to indicate available calendars are being loaded when creating
225 a new event -->
Michael Chan5d894062011-08-12 17:07:49 -0700226
Erika9125f62010-03-02 10:46:05 -0800227 <!-- Body of message displayed to indicate available calendars are being loaded when creating
228 a new event -->
Michael Chan5d894062011-08-12 17:07:49 -0700229
The Android Open Source Project146de362009-03-03 19:32:18 -0800230
James Kung09fbd8e2012-11-12 11:19:46 -0800231 <!-- Create event dialog -->
232 <skip/>
233 <!-- Create event dialog save button [CHAR LIMIT=10] -->
234 <string name="create_event_dialog_save">Save</string>
235
The Android Open Source Project146de362009-03-03 19:32:18 -0800236 <!-- The alert toast is not actually being displayed for some reason. -->
RoboErik1e3cc282011-07-29 15:49:54 -0700237 <skip/>
Sara Tingbb577102012-05-11 15:55:48 -0700238 <!-- the title of the alert/notification activity -->
239 <string name="alert_title">Calendar notifications</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800240 <!-- Notification window messages: -->
RoboErik1e3cc282011-07-29 15:49:54 -0700241 <skip/>
Erikac6a81d2010-01-26 15:42:15 -0800242
The Android Open Source Project146de362009-03-03 19:32:18 -0800243 <!-- Event info/edit screen labels:-->
RoboErik1e3cc282011-07-29 15:49:54 -0700244 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800245 <!-- This is the title of the screen used to view the details of an event -->
246 <string name="event_info_title">View event</string>
247 <!-- This is the title of the screen used to view the details of an invitation
248 to a meeting or event -->
249 <string name="event_info_title_invite">Meeting invitation</string>
Erikac6a81d2010-01-26 15:42:15 -0800250
The Android Open Source Project146de362009-03-03 19:32:18 -0800251 <!-- EditEventActivity specific strings: -->
RoboErik1e3cc282011-07-29 15:49:54 -0700252 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800253 <!-- Events have a start date/time and an end date/time. The display shows
254 the start and end times like 'From start date To end date'. This is the
255 label before the 'end date'. -->
256 <string name="edit_event_to_label">To</string>
257 <!-- Events have a start date/time and an end date/time. The display shows
258 the start and end times like 'From start date To end date'. This is the
259 label before the 'start date'. -->
260 <string name="edit_event_from_label">From</string>
261 <!-- Check box label that specifies if this is an all-day event -->
262 <string name="edit_event_all_day_label">All day</string>
263 <!-- Label for choosing one of the calendars -->
264 <string name="edit_event_calendar_label">Calendar</string>
Mason Tang480b2282010-08-13 15:32:03 -0700265 <!-- Menu item to show all choices [CHAR LIMIT=22]-->
266 <string name="edit_event_show_all">Show all</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800267 <!-- Label for the event description -->
268 <string name="description_label">Description</string>
269 <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default)
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700270 or 'available' [CHAR LIMIT=15] -->
Michael Chan782e3892009-09-09 13:14:58 -0700271 <string name="presence_label">Show me as</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800272 <!-- Label for the 'Privacy' of an event, which can be either 'private'
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700273 or 'public' [CHAR LIMIT=15] -->
The Android Open Source Project146de362009-03-03 19:32:18 -0800274 <string name="privacy_label">Privacy</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700275 <!-- Label for the list of reminders for an event [CHAR LIMIT=20] -->
Isaac Katzenelson016d5762011-05-23 16:05:51 -0700276 <string name="reminders_label">Add reminder</string>
Erika9125f62010-03-02 10:46:05 -0800277 <!-- 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 -0800278 <string name="no_syncable_calendars">No calendars</string>
Michael Chan9d1d0d62011-02-24 11:19:13 -0800279 <!-- 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=NONE] -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700280 <string name="no_calendars_found">Before you can add an event, you must add at least one Calendar account to your device and make a calendar visible. Touch Add Account to add an account (if you just added an account, wait for it to finish syncing and try again). Or touch Cancel and make sure at least one calendar is visible.</string>
Michael Chan69e09e82011-09-02 16:09:21 -0700281 <!-- Body of dialog prompting the user to create an account.[CHAR LIMIT=NONE] -->
282 <string name="create_an_account_desc">"Calendar works better with a Google Account.\n\n\u2022 Access it from any web browser\n\u2022 Back up your events securely"</string>
Daisuke Miyakawa464f3502010-09-21 22:12:55 -0700283 <!-- Title of a button shown when there is no account available and the system prompt a user to add one. [CHAR LIMIT=none] -->
284 <string name="add_account">Add account</string>
Erikac6a81d2010-01-26 15:42:15 -0800285
The Android Open Source Project146de362009-03-03 19:32:18 -0800286 <!-- View Event -->
RoboErik1e3cc282011-07-29 15:49:54 -0700287 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800288 <!-- Label for which calendar an event is part of -->
Isaac Katzenelsonf6f79772011-06-02 16:29:18 -0700289 <string name="view_event_calendar_label">Calendar:</string>
Michael Chan0b695022009-08-30 23:28:46 -0700290 <!-- Label for the event organizer -->
Erikc058e612009-12-15 17:19:48 -0800291 <string name="view_event_organizer_label">Organizer:</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800292 <!-- Label for the local timezone -->
Michael Chan5d894062011-08-12 17:07:49 -0700293
James Kung4afba182012-12-18 23:12:08 -0800294 <!-- Label for showing event color picker -->
295 <string name="choose_event_color_label">Choose event color</string>
296 <!-- Title for event color picker dialog -->
297 <string name="event_color_picker_dialog_title">Event Color</string>
298 <!-- Label for button which sets event color to default calendar color -->
299 <string name="event_color_set_to_default">Set to default calendar color</string>
300
James Kungb546c602013-02-08 15:55:16 -0800301 <!-- Title for calendar color picker dialog -->
302 <string name="calendar_color_picker_dialog_title">Calendar Color</string>
Sam Blitzstein7fd6bc82013-04-16 14:38:17 -0700303 <!-- Description for calendar color squares, which bring up the color picker. -->
304 <string name="calendar_square_color_picker_description">Color picker</string>
James Kungb546c602013-02-08 15:55:16 -0800305
The Android Open Source Project146de362009-03-03 19:32:18 -0800306 <!-- Label for whether the user is attending this event. This is shown when
307 a user is invited to a meeting or event. The possible answers are
308 'yes', 'no', and 'maybe' (and, initially, 'no response'). -->
309 <string name="view_event_response_label">Attending?</string>
Michael Chanf92f46b2010-10-27 18:59:05 -0700310 <!-- Response for whether attending an event - accepted [CHAR LIMIT=10]-->
311 <string name="response_yes">Yes</string>
312 <!-- Response for whether attending an event - tentative [CHAR LIMIT=10]-->
313 <string name="response_maybe">Maybe</string>
314 <!-- Response for whether attending an event - declined [CHAR LIMIT=10]-->
315 <string name="response_no">No</string>
Sara Ting42896f72012-03-15 15:24:36 -0700316 <!-- Label for emailing attendees -->
Sara Tingcb5f5682012-04-04 22:52:20 -0700317 <string name="email_guests_label">Email guests</string>
Sara Ting7ffa24c2012-08-28 15:44:37 -0700318 <!-- Label for emailing the organizer (when there are no attendees) -->
319 <string name="email_organizer_label">Email organizer</string>
Sara Ting42896f72012-03-15 15:24:36 -0700320 <!-- This is shown in the popup picker when emailing attendees -->
321 <string name="email_picker_label">Email with</string>
322 <!-- The is shown in the email subject as the prefix appended to the event title -->
Michael Chan88781912012-05-02 13:20:40 -0700323 <string translatable="false" name="email_subject_prefix">Re:\u0020</string>
Isaac Katzenelson47f6cc62012-06-28 18:56:16 -0700324 <!-- Toast message displayed when the event id was not found LIMIT=30] -->
325 <string name="event_not_found">"Event not found."</string>
Erikac6a81d2010-01-26 15:42:15 -0800326
Sam Blitzstein7e19bf92012-11-13 10:02:41 -0800327 <!-- Notification label for getting a map of the location. -->
328 <string name="map_label">Map</string>
329 <!-- Notification label for calling a phone number in the location. -->
330 <string name="call_label">Call</string>
331
Michael Chane98dca72012-06-16 08:22:47 -0700332 <!-- Title of the quick response item in Settings [CHAR LIMIT=18]-->
333 <string name="quick_response_settings">Quick responses</string>
Michael Chance26a0d2012-06-21 13:13:10 -0700334 <!-- Summary of the quick response item in Settings [CHAR LIMIT=80]-->
Michael Chane98dca72012-06-16 08:22:47 -0700335 <string name="quick_response_settings_summary">Edit default responses when emailing guests</string>
Michael Chan09cde9e2012-07-13 14:56:05 -0700336 <!-- Title of the quick response screen in Settings->Quick Response [CHAR LIMIT=27]-->
Michael Chane98dca72012-06-16 08:22:47 -0700337 <string name="quick_response_settings_title">Edit quick responses</string>
338 <!-- Title of the quick response item in Settings [CHAR LIMIT=18]-->
339 <string name="quick_response_settings_edit_title">Quick response</string>
340
341 <!-- Title of the dialog prompting the user choose a response when emailing guests [CHAR LIMIT=none]-->
342 <string name="quick_response_dialog_title">Choose quick response</string>
343 <!-- Error to user when an email program can't be found[CHAR LIMIT=none]-->
344 <string name="quick_response_email_failed">Failed to find an email program</string>
345 <!-- The is shown in the email subject as the prefix appended to the event title [CHAR LIMIT=none]-->
346 <string-array name="quick_response_defaults">
347 <item>Running just a couple of minutes late.</item>
348 <item>Be there in about 10 minutes.</item>
349 <item>Go ahead and start without me.</item>
350 <item>Sorry, I can\'t make it. We\'ll have to reschedule.</item>
351 </string-array>
352 <!-- Option to create a custom response instead of using defaults [CHAR LIMIT=none] -->
Michael Chan30901ee2012-12-04 14:25:52 -0800353 <string name="quick_response_custom_msg">Write your own\u2026</string>
Michael Chane98dca72012-06-16 08:22:47 -0700354
Isaac Katzenelsonf6f79772011-06-02 16:29:18 -0700355 <!-- Event Info strings-->
356 <!-- Time Zone Label [CHAR LIMIT=12]-->
Michael Chan5d894062011-08-12 17:07:49 -0700357
Isaac Katzenelsonf6f79772011-06-02 16:29:18 -0700358 <!-- Repetition Label [CHAR LIMIT=12]-->
Michael Chan5d894062011-08-12 17:07:49 -0700359
Isaac Katzenelsonf6f79772011-06-02 16:29:18 -0700360 <!-- Organizer Label [CHAR LIMIT=12]-->
361 <string name="event_info_organizer">Organizer:</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700362 <!-- Reminders label [CHAR LIMIT=15]-->
363 <string name="event_info_reminders_label">Reminders</string>
Isaac Katzenelsonf6f79772011-06-02 16:29:18 -0700364
The Android Open Source Project146de362009-03-03 19:32:18 -0800365 <!-- Agenda View strings -->
RoboErik1e3cc282011-07-29 15:49:54 -0700366 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800367 <!-- This is shown as part of the heading at the top of a list of today's events. -->
Isaac Katzenelson980d5302011-06-21 18:35:00 -0700368 <string name="agenda_today">TODAY, <xliff:g id="date">%1$s</xliff:g></string>
369 <!-- This is shown as part of the heading at the top of a list of today's events. -->
370 <string name="agenda_yesterday">YESTERDAY, <xliff:g id="date">%1$s</xliff:g></string>
371 <!-- This is shown as part of the heading at the top of a list of today's events. -->
Isaac Katzenelson604c3642011-07-01 11:13:20 -0700372 <string name="agenda_tomorrow">TOMORROW, <xliff:g id="date">%1$s</xliff:g></string>
Michael Chan13850932009-06-30 15:35:34 -0700373 <!-- This is shown while the calendar events are being loading to the screen. -->
374 <string name="loading">Loading\u2026</string>
Michael Chand5ade7d2010-11-22 11:16:37 -0800375 <!-- 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 -0700376 <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 -0800377 <!-- 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 -0700378 <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 -0800379
Mason Tang9138ce82010-06-28 11:08:46 -0700380 <!-- Search activity strings -->
RoboErik1e3cc282011-07-29 15:49:54 -0700381 <skip/>
Mason Tang480b2282010-08-13 15:32:03 -0700382 <!-- Title of the search screen [CHAR LIMIT=30] -->
Mason Tang9138ce82010-06-28 11:08:46 -0700383 <string name="search_title">Search my calendars</string>
384
The Android Open Source Project146de362009-03-03 19:32:18 -0800385 <!-- Button labels: -->
RoboErik1e3cc282011-07-29 15:49:54 -0700386 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800387 <!-- This is the title of a popup window that is displayed when the user
Michael Chan352e1a22010-09-28 05:15:08 -0700388 edits a repeating event. [CHAR LIMIT=20]-->
Michael Chan88d9c002010-11-01 15:53:31 -0700389 <string name="edit_event_label">"Details"</string>
Erikc07a57f2010-12-01 10:45:48 -0800390 <!-- This is a menu button for switching into edit mode when viewing an event.
391 [CHAR LIMIT=10] -->
392 <string name="edit_label">"Edit"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800393 <!-- The button label for deleting an event -->
394 <string name="delete_label">"Delete"</string>
395 <!-- A menu item for deleting an event -->
Michael Chan5d894062011-08-12 17:07:49 -0700396
The Android Open Source Project146de362009-03-03 19:32:18 -0800397 <!-- The button label for saving an event -->
Michael Chan92c5ef02009-03-25 15:33:56 -0700398 <string name="save_label">Done</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800399 <!-- The button label for discarding changes to an event -->
Erikc343fbc2010-09-01 14:08:23 -0700400 <string name="discard_label">Cancel</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800401
402 <!-- Button labels on expanded notification reminders: -->
RoboErik1e3cc282011-07-29 15:49:54 -0700403 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800404 <!-- The button label for making the reminder alarms go away temporarily.
405 The reminder alarms will fire off again in 5 minutes. -->
406 <string name="snooze_all_label">"Snooze all"</string>
407 <!-- The button label for dismissing all the current reminder alarms. This
408 causes them to disappear from the notification screen. -->
409 <string name="dismiss_all_label">"Dismiss all"</string>
Sara Ting42ba5ef2012-05-04 10:28:56 -0700410 <!-- The button label for making the reminder alarms go away temporarily
Sara Tingaacf42d2012-05-16 17:57:02 -0700411 and re-fire in 5 minutes. [CHAR LIMIT=12]-->
412 <string name="snooze_label">"Snooze"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800413
414 <!-- Repetition dialog options: -->
RoboErik1e3cc282011-07-29 15:49:54 -0700415 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800416 <!-- A label in a multiple-choice list for the specifying that an event does
417 not repeat -->
418 <string name="does_not_repeat">One-time event</string>
Michael Chanb21c6382013-03-14 02:53:30 -0700419 <!-- Part of a description of an repeating event. This part states the date when a repeating
420 event ends. The part before the semi-colon describes how it repeats.
Michael Chanfb04e352013-04-03 16:11:50 -0700421 e.g. Every 2 weeks; until 1/1/2030 [CHAR LIMIT=21] -->
Michael Chanb21c6382013-03-14 02:53:30 -0700422 <string name="endByDate">; until <xliff:g id="date">%s</xliff:g></string>
423 <!-- Part of a description of an repeating event. This part how many times the event repeats.
424 The part before the semi-colon describes how it repeats.
425 e.g. Every 2 weeks; for 15 times [CHAR LIMIT=15] -->
426 <plurals name="endByCount">
427 <item quantity="one">; for one time</item>
428 <item quantity="other">; for <xliff:g id="number">%d</xliff:g> times</item>
429 </plurals>
430 <!-- A description for an event that repeats daily. For example, Every 2 days [CHAR LIMIT=15]-->
431 <plurals name="daily">
432 <item quantity="one">Daily</item>
433 <item quantity="other">Every <xliff:g id="number">%d</xliff:g> days</item>
434 </plurals>
The Android Open Source Project146de362009-03-03 19:32:18 -0800435 <!-- A label in a multiple-choice list for the specifying that an event
436 repeats every weekday (Monday through Friday) -->
437 <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
Michael Chanb21c6382013-03-14 02:53:30 -0700438 <!-- A description for an event that repeats weekly on some day of the week. For example,
Michael Chanfb04e352013-04-03 16:11:50 -0700439 'Weekly on Tuesday' or Every 2 weeks on Monday, Tuesday. [CHAR LIMIT=25]-->
Michael Chanb21c6382013-03-14 02:53:30 -0700440 <plurals name="weekly">
441 <item quantity="one">Weekly on <xliff:g id="days_of_week">%2$s</xliff:g></item>
442 <item quantity="other">Every <xliff:g id="number">%1$d</xliff:g> weeks on <xliff:g id="days_of_week">%2$s</xliff:g></item>
443 </plurals>
The Android Open Source Project146de362009-03-03 19:32:18 -0800444
Erika9125f62010-03-02 10:46:05 -0800445 <!-- The common portion of a string describing how often an event repeats,
446 example: 'Monthly (on day 2)' -->
Ken Shirriff5442a162010-02-26 16:06:04 -0800447 <string name="monthly">Monthly</string>
448 <!-- Calendar spinner item, to select that an event recurs every year. -->
449 <string name="yearly_plain">Yearly</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800450 <!-- Example: "Monthly (on day 15)" -->
451 <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string>
452 <!-- Example: "Yearly (on April 15)" -->
453 <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string>
Erikac6a81d2010-01-26 15:42:15 -0800454 <!-- This is a label for telling the user that this event repeats in
The Android Open Source Project146de362009-03-03 19:32:18 -0800455 custom (non-standard) way from the usual repeat rates (such as daily,
456 weekly, etc.) and that the user cannot change this on the phone
457 (but only on the web). -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700458 <string name="custom" product="tablet">"Custom (can\'t customize on tablet)"</string>
Eric Fischera9e8f532010-11-03 16:47:41 -0700459 <!-- This is a label for telling the user that this event repeats in
460 custom (non-standard) way from the usual repeat rates (such as daily,
461 weekly, etc.) and that the user cannot change this on the phone
462 (but only on the web). -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700463 <string name="custom" product="default">"Custom (can\'t customize on phone)"</string>
Erikac6a81d2010-01-26 15:42:15 -0800464
The Android Open Source Project146de362009-03-03 19:32:18 -0800465 <!-- This is a choice in a list that the user sees when he tries to modify
466 a repeating event. This choice says to change just this one instance
467 of this repeating event. -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700468 <string name="modify_event">Change only this event</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800469 <!-- This is a choice in a list that the user sees when he tries to modify
470 a repeating event. This choice says to change all occurrences of
471 this repeating event. -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700472 <string name="modify_all">Change all events in the series</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800473 <!-- This is a choice in a list that the user sees when he tries to modify
474 a repeating event. This choice says to change this instance and all
475 future occurrences of this repeating event. -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700476 <string name="modify_all_following">Change this and all future events</string>
Erikac6a81d2010-01-26 15:42:15 -0800477
The Android Open Source Project146de362009-03-03 19:32:18 -0800478 <!-- Dialogs -->
Erikac6a81d2010-01-26 15:42:15 -0800479
RoboErik20b6fb52011-07-25 14:20:54 -0700480 <!-- This is a label on the dialog for creating a new event. [CHAR LIMIT=30] -->
481 <string name="new_event_dialog_label">"New event"</string>
482 <!-- This is the button to create a new event in a dialog window. [CHAR LIMIT=30] -->
483 <string name="new_event_dialog_option">"New event"</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800484 <!-- Confirmation dialog message -->
RoboErik1e3cc282011-07-29 15:49:54 -0700485 <skip/>
The Android Open Source Project146de362009-03-03 19:32:18 -0800486 <!-- This is a confirmation message in a popup dialog that appears when the
487 user has asked to delete an event. The user still has a chance to cancel
488 this operation. -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700489 <string name="delete_this_event_title">Delete this event?</string>
Mindy Pereira512c8cf2012-05-10 10:35:29 -0700490 <!-- This is a confirmation message in a popup dialog that appears when the
491 user has asked to delete an event that is recurring. The user still has a chance to cancel
492 this operation. -->
493 <string name="delete_recurring_event_title">Delete <xliff:g id="eventtitle">%s</xliff:g>?</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800494 <!-- This is the title of a popup dialog that asks for confirmation before
The Android Open Source Project146de362009-03-03 19:32:18 -0800495 changing the response to an invitation. -->
496 <string name="change_response_title">Change response</string>
497
Daisuke Miyakawa4b441bd2010-09-16 14:55:36 -0700498 <!-- This the title of a menu for General Preferences.
499 Pressing the menu item lets user to view and edit his general settings
500 (or preferences) [CHAR LIMIT=30] -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700501 <string name="menu_general_preferences">General settings</string>
Daisuke Miyakawa4b441bd2010-09-16 14:55:36 -0700502
Daisuke Miyakawa4ad63022010-09-17 13:57:35 -0700503 <!-- This the title of a menu for "About Calendar" Preferences.
504 Pressing the menu item lets user to view the current settings
505 [CHAR LIMIT=30] -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700506 <string name="menu_about_preferences">About Calendar</string>
Daisuke Miyakawa4ad63022010-09-17 13:57:35 -0700507
The Android Open Source Project146de362009-03-03 19:32:18 -0800508 <!-- This is the title of the screen for setting user preferences. -->
509 <string name="preferences_title">"Settings"</string>
510 <!-- This is the title of a section in the Settings screen for settings
511 related to viewing calendar events -->
512 <string name="preferences_general_title">Calendar view setting</string>
513 <!-- This is the title of a section in the Settings screen for settings
514 related to reminders for calendar events -->
Michael Chan0b674be2012-11-20 07:16:14 -0800515 <string name="preferences_reminder_title">Notifications \u0026 reminders</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800516 <!-- Settings check box label to hide events that the user has declined to attend -->
517 <string name="preferences_hide_declined_title">Hide declined events</string>
Mason Tang8e3d4302010-07-12 17:39:30 -0700518 <!-- Settings week start label to start week on specific day-->
519 <string name="preferences_week_start_day_title">Week starts on</string>
520 <!-- Title of popup for week start day setting-->
521 <string name="preferences_week_start_day_dialog">Week starts on</string>
522 <!-- DO NOT TRANSLATE -->
523 <string name="preferences_week_start_day_default">-1</string>
Mason Tang3a0e67b2010-08-23 16:59:30 -0700524 <!-- Title of the settings item to clear the recent search history [CHAR LIMIT=40] -->
525 <string name="preferences_clear_search_history_title">Clear search history</string>
526 <!-- Summary of the settings item to clear the recent search history [CHAR LIMIT=70]-->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700527 <string name="preferences_clear_search_history_summary">Remove all the searches you\'ve performed</string>
Mason Tang3a0e67b2010-08-23 16:59:30 -0700528 <!-- Message to show in a toast when the history is cleared [CHAR LIMIT=40] -->
Claudia de Veauxfd63efe2011-10-12 14:33:25 -0700529 <string name="search_history_cleared">Search history cleared.</string>
Mason Tangcca9ecb2010-07-16 15:07:47 -0700530 <!-- Settings check box label to enable or disable notifications -->
531 <string name="preferences_alerts_title">Notifications</string>
Jim Shuma1fec2202010-03-17 11:54:54 -0700532 <!-- Settings dialog label that specifies when the phone should vibrate -->
533 <string name="preferences_alerts_vibrateWhen_title">Vibrate</string>
Michael Chan0b674be2012-11-20 07:16:14 -0800534 <!-- The old value for enabling vibration. used only for migrating -->
535 <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800536 <!-- Title of ringtone selector dialog -->
Michael Chan0b674be2012-11-20 07:16:14 -0800537 <string name="preferences_alerts_ringtone_title">Sound</string>
Mason Tangcca9ecb2010-07-16 15:07:47 -0700538 <!-- Title of check box label to enable or disable pop-up notifications -->
539 <string name="preferences_alerts_popup_title">Pop-up notification</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800540 <!-- List item label for setting the default number of reminder minutes -->
Roy West214dbb42009-09-20 17:33:41 -0700541 <string name="preferences_default_reminder_title">Default reminder time</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800542 <!-- Title of dialog for setting the default number of reminder minutes -->
543 <string name="preferences_default_reminder_dialog">Default reminder time</string>
544 <!-- Default value for the number of reminder minutes -->
545 <string name="preferences_default_reminder_default">10</string>
Erikc497d7d2010-09-07 16:36:39 -0700546 <!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] -->
547 <string name="preferences_use_home_tz_title">Use home time zone</string>
548 <!-- Settings description of what setting Calendar to use a fixed 'home' time
549 zone does [CHAR LIMIT = 60]-->
550 <string name="preferences_use_home_tz_descrip">Displays calendars and event times in your home time zone when traveling</string>
551 <!-- Settings title for selecting a 'home' time zone to display Calendar in [CHAR LIMIT = 18] -->
552 <string name="preferences_home_tz_title">Home time zone</string>
553 <!-- DO NOT TRANSLATE -->
554 <string name="preferences_home_tz_default">America/Los_Angeles</string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800555
Daisuke Miyakawad644b0d2010-10-21 15:45:12 -0700556 <!-- Title of the settings item to show week number in week view [CHAR LIMIT=40] -->
557 <string name="preferences_show_week_num_title">Show week number</string>
558
Michael Chan8bb13b82010-03-01 22:22:48 -0800559 <!-- This is the title of a section in the Settings screen for "About" this application -->
560 <string name="preferences_about_title">About</string>
561 <!-- Build version of the application -->
562 <string name="preferences_build_version">Build version</string>
Jim Shuma1fec2202010-03-17 11:54:54 -0700563
Mason Tangbb3f08a2010-06-22 17:03:54 -0700564 <!-- Widget -->
RoboErik1e3cc282011-07-29 15:49:54 -0700565 <skip/>
Mason Tangbb3f08a2010-06-22 17:03:54 -0700566 <!-- Title for calendar gadget when displayed in list of all other gadgets -->
567 <string name="gadget_title">Calendar</string>
568
Erik40bcd102010-11-16 15:46:40 -0800569 <!-- Shown in month view next to event icon when additional events exist for that day, but no
570 room remaining -->
571 <plurals name="month_more_events">
572 <!-- additional events message for 1 event, the quotes force a literal interpretation of the
573 string [CHAR LIMIT = 10] -->
574 <item quantity="one">"+1"</item>
575 <!-- additional events message for multiple events [CHAR LIMIT = 10] -->
576 <item quantity="other">+<xliff:g id="number">%d</xliff:g></item>
577 </plurals>
578
Mason Tangbb3f08a2010-06-22 17:03:54 -0700579 <!-- Caption to show on gadget when there are no upcoming calendar events -->
580 <string name="gadget_no_events">No upcoming calendar events</string>
581
Mason Tangbb3f08a2010-06-22 17:03:54 -0700582 <!-- Text to show on gadget when an event is currently in progress -->
Michael Chan5d894062011-08-12 17:07:49 -0700583
Mason Tangbb3f08a2010-06-22 17:03:54 -0700584
585 <!-- Text to show on gadget when an all-day event is in progress -->
Michael Chan5d894062011-08-12 17:07:49 -0700586
Mason Tangbb3f08a2010-06-22 17:03:54 -0700587
Erikca478672011-01-19 20:02:47 -0800588 <!-- DO NOT TRANSLATE -->
589 <string name="tardis">TARDIS</string>
590
Sam Blitzstein0dfbaae2013-02-14 14:41:56 -0800591 <!-- Experimental settings [CHAR LIMIT = 30]-->
592 <string name="preferences_experimental_category">Experimental</string>
593
594 <!-- Reminders settings [CHAR LIMIT = 30]-->
595 <string name="preferences_reminders_category">Reminders</string>
Sam Blitzstein1bc7c4b2013-02-26 09:47:52 -0800596 <!-- Preference label for when to skip reminders [CHAR LIMIT = 25] -->
597 <string name="preferences_reminders_responded_label">Skip Reminders</string>
598 <!-- Dialog title for when to skip reminders [CHAR LIMIT = 25] -->
599 <string name="preferences_reminders_responded_dialog">Skip Reminders</string>
Sam Blitzstein0dfbaae2013-02-14 14:41:56 -0800600 <!-- Preference label for quiet hours [CHAR LIMIT = 25]-->
601 <string name="preferences_reminders_quiet_hours_label">Quiet hours</string>
602 <!-- Preference description for quiet hours [CHAR LIMIT = NONE]-->
603 <string name="preferences_reminders_quiet_hours_description">Silence event reminders during specified time.</string>
604 <!-- Preference label for quiet hours start time [CHAR LIMIT = 25]-->
605 <string name="preferences_reminders_quiet_hours_start">Quiet hours start time</string>
606 <!-- Preference label for quiet hours end time [CHAR LIMIT = 25]-->
607 <string name="preferences_reminders_quiet_hours_end">Quiet hours end time</string>
608
609 <!-- Preferences used for debugging purposes [CHAR LIMIT = 30]-->
610 <string name="preferences_debug_category">Debugging</string>
611
Michael Chanc03aab42011-04-21 15:59:29 -0700612 <!-- Send a copy of the database to developers for debugging [CHAR LIMIT="NONE"] -->
613 <string name="copy_db">Send database</string>
614
Dmitri Plotnikovee212202010-08-27 17:58:19 -0700615 <!-- Displayed in email address autocomplete list when searching for contacts
616 in corporate directories. Example: "Searching bigcompany.com..." [CHAR LIMIT=64] -->
617 <string name="directory_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string>
Mason Tangbb3f08a2010-06-22 17:03:54 -0700618
Erik259b8f92011-01-12 14:01:12 -0800619 <!-- Accessibility Events -->
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700620 <!-- Strings that describes actions for buttons without text -->
621 <!-- Create a new calendar event [CHAR LIMIT = NONE]-->
Michael Chan5d894062011-08-12 17:07:49 -0700622
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700623 <!-- Remove a name of an attendee from a calendar event [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700624 <string name="accessibility_remove_attendee">Remove attendee</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700625 <!-- Pick a starting date for a new event [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700626 <string name="accessibility_pick_start_date">Start date</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700627 <!-- Pick a starting time for a new event [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700628 <string name="accessibility_pick_start_time">Start time</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700629 <!-- Pick the ending date for a new event [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700630 <string name="accessibility_pick_end_date">End date</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700631 <!-- Pick the ending time for a new event[CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700632 <string name="accessibility_pick_end_time">End time</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700633 <!-- Select a time zone for a new event [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700634 <string name="accessibility_pick_time_zone">Time zone</string>
James Kungca7c0e92013-04-16 22:29:18 -0700635 <!-- Select a time zone for a new event [CHAR LIMIT = NONE]-->
636 <string name="accessibility_pick_recurrence">Repeat event</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700637 <!-- Add a reminder to an event [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700638 <string name="accessibility_add_reminder">Add reminder</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700639 <!-- Remove a reminder from an event [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700640 <string name="accessibility_remove_reminder">Remove reminder</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700641 <!-- Add a new attendee to an event [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700642 <string name="accessibility_add_attendee">Add attendee</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700643 <!-- Choose if to sync/unsync this calendar with its server [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700644 <string name="accessibility_sync_cal">Sync calendar</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700645 <!-- Mark this event as an "all day event" [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700646 <string name="accessibility_all_day">All day event</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700647 <!-- Refresh the data in the calendar [CHAR LIMIT = NONE]-->
Michael Chan5d894062011-08-12 17:07:49 -0700648
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700649 <!-- Choose the type of repetition for the event (daily, weekly, etc.[CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700650 <string name="accessibility_repeats">Repetition</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700651 <!-- Set the time for the reminder[CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700652 <string name="accessibility_reminder_time">Reminder time</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700653 <!-- Set the type of the reminder (popup/email/sms)[CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700654 <string name="accessibility_reminder_type">Reminder type</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700655 <!-- Select the way you are visible for the event (busy/free) [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700656 <string name="accessibility_reminder_showmeas">Show me as</string>
Isaac Katzenelsond40e2282011-06-10 12:34:59 -0700657 <!-- Set the event as private/public/default [CHAR LIMIT = NONE]-->
Isaac Katzenelson9ceed1f2011-06-08 17:26:26 -0700658 <string name="accessibility_reminder_privacy">Privacy</string>
Isaac Katzenelson98819072012-03-01 15:58:30 -0800659 <!-- Calendar notification [CHAR LIMIT = NONE]-->
660 <string name="acessibility_cal_notification">Calendar Notification</string>
661 <!-- Calendar notification snooze button [CHAR LIMIT = NONE]-->
662 <string name="acessibility_snooze_notification">Snooze Notification</string>
Sara Ting855078e2012-07-20 10:12:39 -0700663 <!-- Calendar notification email button [CHAR LIMIT = NONE]-->
664 <string name="accessibility_email_notification">Email guests</string>
Erik259b8f92011-01-12 14:01:12 -0800665
Isaac Katzenelsonba25b7c2011-09-27 15:07:46 -0700666 <!-- A "new event" hint for the user when selecting a specific hour in the day view [CHAR LIMIT = 30]-->
667 <string name="day_view_new_event_hint">+ New event</string>
668
Erik259b8f92011-01-12 14:01:12 -0800669 <!--
670 Source: A value for announcing the current event index (example: "Event 2 of 6").
671 Description: This is spoken to the user. [CHAR LIMIT="NONE"]
672 -->
673 <string name="template_announce_item_index">Event <xliff:g id="item_index">%1$s</xliff:g> of <xliff:g id="item_count">%2$s</xliff:g>.</string>
674
Isaac Katzenelson98819072012-03-01 15:58:30 -0800675 <!-- number of events in the notification bar -->
676 <plurals name="Nevents">
677 <!-- This is the label for a 1 event. -->
678 <item quantity="one">1 event</item>
679 <!-- This is the label for 2 or more events. -->
680 <item quantity="other"><xliff:g id="count">%d</xliff:g> events</item>
681 </plurals>
Sara Ting4e954452012-04-27 17:27:35 -0700682
Sara Ting42ba5ef2012-05-04 10:28:56 -0700683 <!-- number of remaining events for an alert digest in the notification bar [CHAR LIMIT = 30] -->
Sara Tingbb577102012-05-11 15:55:48 -0700684 <plurals name="N_remaining_events">
Sara Ting4e954452012-04-27 17:27:35 -0700685 <!-- This is the label for 1 event. -->
Sara Tingbb577102012-05-11 15:55:48 -0700686 <item quantity="one">+1 event</item>
Sara Ting4e954452012-04-27 17:27:35 -0700687 <!-- This is the label for 2 or more events. -->
Sara Tingbb577102012-05-11 15:55:48 -0700688 <item quantity="other">+<xliff:g id="count">%d</xliff:g> events</item>
Sara Ting4e954452012-04-27 17:27:35 -0700689 </plurals>
690
Isaac Katzenelsonf558e022012-03-07 15:41:11 -0800691 <!-- Description of the selected marker for accessibility support [CHAR LIMIT = NONE]-->
692 <string name="acessibility_selected_marker_description">Selected event</string>
Michael Chane98dca72012-06-16 08:22:47 -0700693
Michael Chan83f9b422012-04-16 12:39:45 -0700694 <!-- Tell user not to check a checkbox [CHAR LIMIT=30] -->
695 <string name="do_not_check">Do NOT check -></string>
Michael Chanb21c6382013-03-14 02:53:30 -0700696
James Kungfb2631a2013-04-16 18:30:46 -0700697 <!-- Dialog title for recurrence picker for configuring a repeating event[CHAR LIMIT=20] -->
Michael Chanb21c6382013-03-14 02:53:30 -0700698 <string name="recurrence_dialog_title">Repeat</string>
James Kungfb2631a2013-04-16 18:30:46 -0700699 <!-- Dialog title for recurrence picker when one-time event is selected [CHAR LIMIT=20] -->
700 <string name="recurrence_dialog_title_never">Never repeats</string>
James Kungaafaa5f2013-04-23 11:45:41 -0700701
702 <!-- Strings to describe how frequently to repeat an event (e.g. every 5 days) -->
703 <plurals name="recurrence_interval_daily">
704 <!-- Singular form [CHAR LIMIT=30] -->
705 <item quantity="one">Every <xliff:g id="count">%d</xliff:g> day</item>
706 <!-- Plural form [CHAR LIMIT=30] -->
707 <item quantity="other">Every <xliff:g id="count">%d</xliff:g> days</item>
708 </plurals>
709 <!-- Strings to describe how frequently to repeat an event (e.g. every 5 weeks) -->
710 <plurals name="recurrence_interval_weekly">
711 <!-- Singular form [CHAR LIMIT=30] -->
712 <item quantity="one">Every <xliff:g id="count">%d</xliff:g> week</item>
713 <!-- Plural form [CHAR LIMIT=30] -->
714 <item quantity="other">Every <xliff:g id="count">%d</xliff:g> weeks</item>
715 </plurals>
716 <!-- Strings to describe how frequently to repeat an event (e.g. every 5 months) -->
717 <plurals name="recurrence_interval_monthly">
718 <!-- Singular form [CHAR LIMIT=30] -->
719 <item quantity="one">Every <xliff:g id="count">%d</xliff:g> month</item>
720 <!-- Plural form [CHAR LIMIT=30] -->
721 <item quantity="other">Every <xliff:g id="count">%d</xliff:g> months</item>
722 </plurals>
723 <!-- Strings to describe how frequently to repeat an event (e.g. every 5 years) -->
724 <plurals name="recurrence_interval_yearly">
725 <!-- Singular form [CHAR LIMIT=30] -->
726 <item quantity="one">Every <xliff:g id="count">%d</xliff:g> year</item>
727 <!-- Plural form [CHAR LIMIT=30] -->
728 <item quantity="other">Every <xliff:g id="count">%d</xliff:g> years</item>
729 </plurals>
Michael Chanb21c6382013-03-14 02:53:30 -0700730
731 <!-- Repeat an monthly event on the same day of every month [CHAR LIMIT=20] -->
732 <string name="recurrence_month_pattern_by_day">on the same day each month</string>
Michael Chanb21c6382013-03-14 02:53:30 -0700733
James Kungd1db0362013-05-10 18:04:53 -0700734 <!-- Specifies that a repeating event to repeat forever (based on the defined frequency) instead of ending at a future date[CHAR LIMIT=20] -->
Sam Blitzstein9046dbd2013-04-24 20:09:41 -0700735 <string name="recurrence_end_continously">Forever</string>
Michael Chanb21c6382013-03-14 02:53:30 -0700736 <!-- Specifies that a repeating event to repeat until a certain date[CHAR LIMIT=25] -->
James Kung564f6182013-04-24 11:56:26 -0700737 <string name="recurrence_end_date_label">Until a date</string>
James Kungd1db0362013-05-10 18:04:53 -0700738 <!-- Specifies that a repeating event to repeat until a certain date[CHAR LIMIT=20] -->
Michael Chan33171c72013-04-01 18:23:23 -0700739 <string name="recurrence_end_date">Until <xliff:g id="date">%s</xliff:g></string>
Michael Chanfb04e352013-04-03 16:11:50 -0700740 <!-- Specifies that a repeating event to repeat for a number of times. A repeating event can repeat forever, repeat in a certain frequency until a certain date, or repeat for a number of times. e.g. repeat 10 times and stop. This string is for the last case [CHAR LIMIT=25] -->
James Kung564f6182013-04-24 11:56:26 -0700741 <string name="recurrence_end_count_label">For a number of events</string>
742
James Kungd1db0362013-05-10 18:04:53 -0700743 <!-- Specifies that a repeating event should repeat for a certain number of iterations. [CHAR LIMIT=20]-->
James Kung564f6182013-04-24 11:56:26 -0700744 <plurals name="recurrence_end_count">
745 <item quantity="one">For <xliff:g id="event_count">%d</xliff:g> event</item>
746 <item quantity="other">For <xliff:g id="event_count">%d</xliff:g> events</item>
747 </plurals>
Michael Chanb39a2e92013-03-24 23:28:57 -0700748
749 <!-- Description of the selected marker for accessibility support [CHAR LIMIT = NONE]-->
750 <string name="acessibility_recurrence_choose_end_date_description">change end date</string>
751
Chris Wrenfec5bff2013-03-27 17:32:38 -0700752 <!-- Do Not Translate. Sender identity for global notification synchronization. -->
753 <string name="notification_sender_id"></string>
The Android Open Source Project146de362009-03-03 19:32:18 -0800754</resources>