1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-27 16:31+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #. TRANS: Possible status for RSVP ("please respond") item.
21 #: forms/cancelrsvp.php:101
22 msgid "You will attend this event."
25 #. TRANS: Possible status for RSVP ("please respond") item.
26 #: forms/cancelrsvp.php:105
27 msgid "You will not attend this event."
30 #. TRANS: Possible status for RSVP ("please respond") item.
31 #: forms/cancelrsvp.php:109
32 msgid "You might attend this event."
35 #. TRANS: Button text to cancel responding to an RSVP ("please respond") item.
36 #: forms/cancelrsvp.php:124
41 #. TRANS: Field label on form to RSVP ("please respond") for an event.
46 #. TRANS: Button text for RSVP ("please respond") reply to confirm attendence.
52 #. TRANS: Button text for RSVP ("please respond") reply to deny attendence.
58 #. TRANS: Button text for RSVP ("please respond") reply to indicate one might attend.
64 #. TRANS: Field label on event form.
65 #: forms/event.php:103
70 #. TRANS: Field title on event form.
71 #: forms/event.php:106
72 msgid "Title of the event."
75 #. TRANS: Field label on event form.
76 #: forms/event.php:118
81 #. TRANS: Field title on event form.
82 #: forms/event.php:121
83 msgid "Date the event starts."
86 #. TRANS: Field label on event form.
87 #: forms/event.php:134
92 #. TRANS: Field title on event form. %s is the abbreviated timezone
93 #: forms/event.php:137
95 msgid "Time the event starts (%s)."
98 #. TRANS: Field label on event form.
99 #: forms/event.php:151
104 #. TRANS: Field title on event form.
105 #: forms/event.php:154
106 msgid "Date the event ends."
109 #. TRANS: Field label on event form.
110 #: forms/event.php:163
115 #. TRANS: Field title on event form.
116 #: forms/event.php:166
117 msgid "Time the event ends."
120 #. TRANS: Field label on event form.
121 #: forms/event.php:175
126 #. TRANS: Field title on event form.
127 #: forms/event.php:178
128 msgid "Event location."
131 #. TRANS: Field label on event form.
132 #: forms/event.php:185
137 #. TRANS: Field title on event form.
138 #: forms/event.php:188
139 msgid "URL for more information."
142 #. TRANS: Field label on event form.
143 #: forms/event.php:195
148 #. TRANS: Field title on event form.
149 #: forms/event.php:198
150 msgid "Description of the event."
153 #. TRANS: Button text to save an event..
154 #: forms/event.php:221
159 #. TRANS: Title for new event form.
160 #: actions/newevent.php:66
165 #. TRANS: Client exception thrown when trying to post an event while not logged in.
166 #: actions/newevent.php:84
167 msgid "Must be logged in to post a event."
170 #. TRANS: Client exception thrown when trying to post an event without providing a title.
171 #: actions/newevent.php:98
172 msgid "Title required."
175 #. TRANS: Client exception thrown when trying to post an event without providing a start date.
176 #: actions/newevent.php:110
177 msgid "Start date required."
180 #. TRANS: Client exception thrown when trying to post an event without providing an end date.
181 #: actions/newevent.php:123
182 msgid "End date required."
185 #. TRANS: Client exception thrown when trying to post an event with a date that cannot be processed.
186 #. TRANS: %s is the data that could not be processed.
187 #: actions/newevent.php:141 actions/newevent.php:148
189 msgid "Could not parse date \"%s\"."
192 #. TRANS: Client exception thrown when trying to post an event without providing a title.
193 #: actions/newevent.php:196
194 msgid "Event must have a title."
197 #. TRANS: Client exception thrown when trying to post an event without providing a start time.
198 #: actions/newevent.php:201
199 msgid "Event must have a start time."
202 #. TRANS: Client exception thrown when trying to post an event without providing an end time.
203 #: actions/newevent.php:206
204 msgid "Event must have an end time."
207 #. TRANS: Client exception thrown when trying to post an event with an invalid URL.
208 #: actions/newevent.php:211
209 msgid "URL must be valid."
212 #. TRANS: Page title after sending a notice.
213 #. TRANS: Page title after creating an event.
214 #: actions/newevent.php:250 actions/cancelrsvp.php:156 actions/newrsvp.php:161
218 #. TRANS: Title for RSVP ("please respond") action.
219 #: actions/cancelrsvp.php:61
224 #. TRANS: Client exception thrown when referring to a non-existing RSVP ("please respond") item.
225 #. TRANS: Client exception thrown when referring to a non-existing RSVP.
226 #. TRANS: RSVP stands for "Please reply".
227 #: actions/cancelrsvp.php:82 actions/cancelrsvp.php:89 actions/showrsvp.php:61
228 #: actions/showrsvp.php:77
229 msgid "No such RSVP."
232 #. TRANS: Client exception thrown when referring to a non-existing event.
233 #: actions/cancelrsvp.php:96 actions/showevent.php:60 actions/showevent.php:68
234 #: actions/newrsvp.php:82 actions/newrsvp.php:89 actions/showrsvp.php:68
235 msgid "No such event."
238 #. TRANS: Client exception thrown when trying tp RSVP ("please respond") while not logged in.
239 #. TRANS: Client exception thrown when trying to RSVP ("please respond") while not logged in.
240 #: actions/cancelrsvp.php:103 actions/newrsvp.php:96
241 msgid "You must be logged in to RSVP for an event."
244 #. TRANS: Title for RSVP ("please respond") action.
245 #: actions/newrsvp.php:61
250 #. TRANS: Client exception thrown when using an invalid value for RSVP ("please respond").
251 #: actions/newrsvp.php:113
252 msgid "Unknown submit value."
255 #. TRANS: Title for event.
256 #. TRANS: %1$s is a user nickname, %2$s is an event title.
257 #: actions/showrsvp.php:94
259 msgid "%1$s's RSVP for \"%2$s\""
262 #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
263 #: actions/timelist.php:65
264 msgid "Not logged in."
267 #. TRANS: Client error when submitting a form with unexpected information.
268 #: actions/timelist.php:72
269 msgid "Unexpected form submission."
272 #. TRANS: Client error displayed when using an action in a non-AJAX way.
273 #: actions/timelist.php:80
274 msgid "This action is AJAX only."
277 #. TRANS: Client exception thrown when trying to create an event that already exists.
278 #: classes/Happening.php:111
279 msgid "Event already exists."
282 #. TRANS: Event description. %1$s is a title, %2$s is start time, %3$s is end time,
283 #. TRANS: %4$s is location, %5$s is a description.
284 #: classes/Happening.php:145
286 msgid "\"%1$s\" %2$s - %3$s (%4$s): %5$s"
289 #. TRANS: Rendered microformats2 tagged event description.
290 #. TRANS: %1$s is a title, %2$s is start time, %3$s is start time,
291 #. TRANS: %4$s is end time, %5$s is end time, %6$s is location, %7$s is description.
292 #. TRANS: Class names should not be translated.
293 #: classes/Happening.php:156
296 "<div class=\"h-event\"><p class=\"p-name p-summary\">%1$s</p> <time class="
297 "\"dt-start\" datetime=\"%2$s\">%3$s</time> - <time class=\"dt-end\" datetime="
298 "\"%4$s\">%5$s</time> (<span class=\"p-location\">%6$s</span>): <div class="
299 "\"p-description\">%7$s</div> </div>"
302 #. TRANS: Client exception thrown when trying to save an already existing RSVP ("please respond").
303 #: classes/RSVP.php:116 classes/RSVP.php:125
304 msgid "RSVP already exists."
307 #. TRANS: Exception thrown when requesting an undefined verb for RSVP.
308 #: classes/RSVP.php:194
310 msgid "Unknown verb \"%s\"."
313 #. TRANS: Exception thrown when requesting an undefined code for RSVP.
314 #: classes/RSVP.php:212
316 msgid "Unknown code \"%s\"."
319 #. TRANS: Server exception thrown when requesting a non-exsting notice for an RSVP ("please respond").
320 #. TRANS: %s is the RSVP with the missing notice.
321 #: classes/RSVP.php:222
323 msgid "RSVP %s does not correspond to a notice in the database."
326 #. TRANS: Exception thrown when requesting a non-existing profile.
327 #. TRANS: %s is the ID of the non-existing profile.
328 #: classes/RSVP.php:284
330 msgid "No profile with ID %s."
333 #. TRANS: Exception thrown when requesting a non-existing event.
334 #. TRANS: %s is the ID of the non-existing event.
335 #: classes/RSVP.php:295
337 msgid "No event with ID %s."
340 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
341 #. TRANS: %1$s is a profile URL, %2$s a profile name,
342 #. TRANS: %3$s is an event URL, %4$s an event title.
343 #: classes/RSVP.php:327
346 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is attending <a "
347 "href='%3$s'>%4$s</a>.</span>"
350 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
351 #. TRANS: %1$s is a profile URL, %2$s a profile name,
352 #. TRANS: %3$s is an event URL, %4$s an event title.
353 #: classes/RSVP.php:333
356 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is not attending "
357 "<a href='%3$s'>%4$s</a>.</span>"
360 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
361 #. TRANS: %1$s is a profile URL, %2$s a profile name,
362 #. TRANS: %3$s is an event URL, %4$s an event title.
363 #: classes/RSVP.php:339
366 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> might attend <a "
367 "href='%3$s'>%4$s</a>.</span>"
370 #. TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code.
371 #. TRANS: %s is the non-existing response code.
372 #: classes/RSVP.php:344 classes/RSVP.php:388
374 msgid "Unknown response code %s."
377 #. TRANS: Used as event title when not event title is available.
378 #. TRANS: Used as: Username [is [not ] attending|might attend] an unknown event.
379 #: classes/RSVP.php:351 classes/RSVP.php:395
380 msgid "an unknown event"
383 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
384 #. TRANS: %1$s is a profile name, %2$s is an event title.
385 #: classes/RSVP.php:373
387 msgid "%1$s is attending %2$s."
390 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
391 #. TRANS: %1$s is a profile name, %2$s is an event title.
392 #: classes/RSVP.php:378
394 msgid "%1$s is not attending %2$s."
397 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
398 #. TRANS: %1$s is a profile name, %2$s is an event title.
399 #: classes/RSVP.php:383
401 msgid "%1$s might attend %2$s."
404 #. TRANS: Plugin description.
405 #: EventPlugin.php:101
406 msgid "Event invitations and RSVPs."
409 #. TRANS: Title for event application.
410 #: EventPlugin.php:107
415 #. TRANS: Exception thrown when there are too many activity objects.
416 #: EventPlugin.php:135
417 msgid "Too many activity objects."
420 #. TRANS: Exception thrown when event plugin comes across a non-event type object.
421 #: EventPlugin.php:142
422 msgid "Wrong type for object."
425 #. TRANS: Exception thrown when trying to RSVP for an unknown event.
426 #: EventPlugin.php:166
427 msgid "RSVP for unknown event."
430 #. TRANS: Exception thrown when event plugin comes across a undefined verb.
431 #: EventPlugin.php:172
432 msgid "Unknown verb for events."
435 #. TRANS: Exception thrown when event plugin comes across a unknown object type.
436 #: EventPlugin.php:203
437 msgid "Unknown object type."
440 #. TRANS: Exception thrown when referring to a notice that is not an event an in event context.
441 #: EventPlugin.php:210
442 msgid "Unknown event notice."
445 #. TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond").
446 #: EventPlugin.php:342 EventPlugin.php:474
450 #. TRANS: Field label for event description.
451 #: EventPlugin.php:389
455 #. TRANS: Field label for event description.
456 #: EventPlugin.php:406
460 #. TRANS: Field label for event description.
461 #: EventPlugin.php:414
465 #. TRANS: Field label for event description.
466 #: EventPlugin.php:424
470 #. TRANS: 0 minutes abbreviated. Used in a list.
471 #: lib/eventtimelist.php:85
475 #. TRANS: 30 minutes abbreviated. Used in a list.
476 #: lib/eventtimelist.php:89
480 #. TRANS: 1 hour. Used in a list.
481 #: lib/eventtimelist.php:93
485 #: lib/eventtimelist.php:98
490 #: lib/eventtimelist.php:99