]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Event/locale/Event.pot
466f272f5cb0393d56bf8b5c7f1b4646dde82ae6
[quix0rs-gnu-social.git] / plugins / Event / locale / Event.pot
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.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-09-11 13:47+0000\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"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. TRANS: 0 minutes abbreviated. Used in a list.
20 #: eventtimelist.php:85
21 msgid "(0 min)"
22 msgstr ""
23
24 #. TRANS: 30 minutes abbreviated. Used in a list.
25 #: eventtimelist.php:89
26 msgid "(30 min)"
27 msgstr ""
28
29 #. TRANS: 1 hour. Used in a list.
30 #: eventtimelist.php:93
31 msgid "(1 hour)"
32 msgstr ""
33
34 #. TRANS: Client exception thrown when trying to create an event that already exists.
35 #: Happening.php:125
36 msgid "Event already exists."
37 msgstr ""
38
39 #. TRANS: Event description. %1$s is a title, %2$s is start time, %3$s is end time,
40 #. TRANS: %4$s is location, %5$s is a description.
41 #: Happening.php:159
42 #, php-format
43 msgid "\"%1$s\" %2$s - %3$s (%4$s): %5$s"
44 msgstr ""
45
46 #. TRANS: Rendered event description. %1$s is a title, %2$s is start time, %3$s is start time,
47 #. TRANS: %4$s is end time, %5$s is end time, %6$s is location, %7$s is description.
48 #. TRANS: Class names should not be translated.
49 #: Happening.php:169
50 #, php-format
51 msgid ""
52 "<span class=\"vevent\"><span class=\"summary\">%1$s</span> <abbr class="
53 "\"dtstart\" title=\"%2$s\">%3$s</a> - <abbr class=\"dtend\" title=\"%4$s\">%5"
54 "$s</a> (<span class=\"location\">%6$s</span>): <span class=\"description\">%7"
55 "$s</span> </span>"
56 msgstr ""
57
58 #. TRANS: Error message displayed when trying to perform an action that requires a logged in user.
59 #: timelist.php:65
60 msgid "Not logged in."
61 msgstr ""
62
63 #. TRANS: Client error when submitting a form with unexpected information.
64 #: timelist.php:73
65 msgid "Unexpected form submission."
66 msgstr ""
67
68 #. TRANS: Client error displayed when using an action in a non-AJAX way.
69 #: timelist.php:82
70 msgid "This action is AJAX only."
71 msgstr ""
72
73 #. TRANS: Client exception thrown when referring to a non-existing RSVP.
74 #. TRANS: RSVP stands for "Please reply".
75 #. TRANS: Client exception thrown when referring to a non-existing RSVP ("please respond") item.
76 #: showrsvp.php:61 showrsvp.php:77 cancelrsvp.php:82 cancelrsvp.php:89
77 msgid "No such RSVP."
78 msgstr ""
79
80 #. TRANS: Client exception thrown when referring to a non-existing event.
81 #: showrsvp.php:68 newrsvp.php:82 newrsvp.php:89 cancelrsvp.php:96
82 #: showevent.php:60 showevent.php:68
83 msgid "No such event."
84 msgstr ""
85
86 #. TRANS: Title for event.
87 #. TRANS: %1$s is a user nickname, %2$s is an event title.
88 #: showrsvp.php:94
89 #, php-format
90 msgid "%1$s's RSVP for \"%2$s\""
91 msgstr ""
92
93 #. TRANS: Possible status for RSVP ("please respond") item.
94 #: cancelrsvpform.php:101
95 msgid "You will attend this event."
96 msgstr ""
97
98 #. TRANS: Possible status for RSVP ("please respond") item.
99 #: cancelrsvpform.php:105
100 msgid "You will not attend this event."
101 msgstr ""
102
103 #. TRANS: Possible status for RSVP ("please respond") item.
104 #: cancelrsvpform.php:109
105 msgid "You might attend this event."
106 msgstr ""
107
108 #. TRANS: Button text to cancel responding to an RSVP ("please respond") item.
109 #: cancelrsvpform.php:124
110 msgctxt "BUTTON"
111 msgid "Cancel"
112 msgstr ""
113
114 #. TRANS: Title for RSVP ("please respond") action.
115 #: newrsvp.php:61
116 msgctxt "TITLE"
117 msgid "New RSVP"
118 msgstr ""
119
120 #. TRANS: Client exception thrown when trying to RSVP ("please respond") while not logged in.
121 #. TRANS: Client exception thrown when trying tp RSVP ("please respond") while not logged in.
122 #: newrsvp.php:96 cancelrsvp.php:103
123 msgid "You must be logged in to RSVP for an event."
124 msgstr ""
125
126 #. TRANS: Client exception thrown when using an invalid value for RSVP ("please respond").
127 #: newrsvp.php:113
128 msgid "Unknown submit value."
129 msgstr ""
130
131 #. TRANS: Page title after creating an event.
132 #. TRANS: Page title after sending a notice.
133 #: newrsvp.php:163 cancelrsvp.php:158 newevent.php:252
134 msgid "Event saved"
135 msgstr ""
136
137 #. TRANS: Title for RSVP ("please respond") action.
138 #: cancelrsvp.php:61
139 msgctxt "TITLE"
140 msgid "Cancel RSVP"
141 msgstr ""
142
143 #. TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond").
144 #: rsvplistitem.php:66 eventlistitem.php:67
145 msgid "Deleted."
146 msgstr ""
147
148 #. TRANS: Field label on form to RSVP ("please respond") for an event.
149 #: rsvpform.php:97
150 msgid "RSVP:"
151 msgstr ""
152
153 #. TRANS: Button text for RSVP ("please respond") reply to confirm attendence.
154 #: rsvpform.php:113
155 msgctxt "BUTTON"
156 msgid "Yes"
157 msgstr ""
158
159 #. TRANS: Button text for RSVP ("please respond") reply to deny attendence.
160 #: rsvpform.php:115
161 msgctxt "BUTTON"
162 msgid "No"
163 msgstr ""
164
165 #. TRANS: Button text for RSVP ("please respond") reply to indicate one might attend.
166 #: rsvpform.php:117
167 msgctxt "BUTTON"
168 msgid "Maybe"
169 msgstr ""
170
171 #. TRANS: Field label on event form.
172 #: eventform.php:103
173 msgctxt "LABEL"
174 msgid "Title"
175 msgstr ""
176
177 #. TRANS: Field title on event form.
178 #: eventform.php:106
179 msgid "Title of the event."
180 msgstr ""
181
182 #. TRANS: Field label on event form.
183 #: eventform.php:117
184 msgctxt "LABEL"
185 msgid "Start date"
186 msgstr ""
187
188 #. TRANS: Field title on event form.
189 #: eventform.php:120
190 msgid "Date the event starts."
191 msgstr ""
192
193 #. TRANS: Field label on event form.
194 #: eventform.php:133
195 msgctxt "LABEL"
196 msgid "Start time"
197 msgstr ""
198
199 #. TRANS: Field title on event form. %s is the abbreviated timezone
200 #: eventform.php:136
201 #, php-format
202 msgid "Time the event starts (%s)."
203 msgstr ""
204
205 #. TRANS: Field label on event form.
206 #: eventform.php:150
207 msgctxt "LABEL"
208 msgid "End date"
209 msgstr ""
210
211 #. TRANS: Field title on event form.
212 #: eventform.php:153
213 msgid "Date the event ends."
214 msgstr ""
215
216 #. TRANS: Field label on event form.
217 #: eventform.php:162
218 msgctxt "LABEL"
219 msgid "End time"
220 msgstr ""
221
222 #. TRANS: Field title on event form.
223 #: eventform.php:165
224 msgid "Time the event ends."
225 msgstr ""
226
227 #. TRANS: Field label on event form.
228 #: eventform.php:174
229 msgctxt "LABEL"
230 msgid "Where?"
231 msgstr ""
232
233 #. TRANS: Field title on event form.
234 #: eventform.php:177
235 msgid "Event location."
236 msgstr ""
237
238 #. TRANS: Field label on event form.
239 #: eventform.php:184
240 msgctxt "LABEL"
241 msgid "URL"
242 msgstr ""
243
244 #. TRANS: Field title on event form.
245 #: eventform.php:187
246 msgid "URL for more information."
247 msgstr ""
248
249 #. TRANS: Field label on event form.
250 #: eventform.php:194
251 msgctxt "LABEL"
252 msgid "Description"
253 msgstr ""
254
255 #. TRANS: Field title on event form.
256 #: eventform.php:197
257 msgid "Description of the event."
258 msgstr ""
259
260 #. TRANS: Button text to save an event..
261 #: eventform.php:219
262 msgctxt "BUTTON"
263 msgid "Save"
264 msgstr ""
265
266 #. TRANS: Plugin description.
267 #: EventPlugin.php:139
268 msgid "Event invitations and RSVPs."
269 msgstr ""
270
271 #. TRANS: Title for event application.
272 #: EventPlugin.php:145
273 msgctxt "TITLE"
274 msgid "Event"
275 msgstr ""
276
277 #. TRANS: Exception thrown when there are too many activity objects.
278 #: EventPlugin.php:173
279 msgid "Too many activity objects."
280 msgstr ""
281
282 #. TRANS: Exception thrown when event plugin comes across a non-event type object.
283 #: EventPlugin.php:180
284 msgid "Wrong type for object."
285 msgstr ""
286
287 #. TRANS: Exception thrown when trying to RSVP for an unknown event.
288 #: EventPlugin.php:204
289 msgid "RSVP for unknown event."
290 msgstr ""
291
292 #. TRANS: Exception thrown when event plugin comes across a undefined verb.
293 #: EventPlugin.php:210
294 msgid "Unknown verb for events."
295 msgstr ""
296
297 #. TRANS: Exception thrown when event plugin comes across a unknown object type.
298 #: EventPlugin.php:241
299 msgid "Unknown object type."
300 msgstr ""
301
302 #. TRANS: Exception thrown when referring to a notice that is not an event an in event context.
303 #: EventPlugin.php:248
304 msgid "Unknown event notice."
305 msgstr ""
306
307 #. TRANS: Client exception thrown when trying to save an already existing RSVP ("please respond").
308 #: RSVP.php:142 RSVP.php:151
309 msgid "RSVP already exists."
310 msgstr ""
311
312 #. TRANS: Exception thrown when requesting an undefined verb for RSVP.
313 #: RSVP.php:220
314 #, php-format
315 msgid "Unknown verb \"%s\"."
316 msgstr ""
317
318 #. TRANS: Exception thrown when requesting an undefined code for RSVP.
319 #: RSVP.php:238
320 #, php-format
321 msgid "Unknown code \"%s\"."
322 msgstr ""
323
324 #. TRANS: Server exception thrown when requesting a non-exsting notice for an RSVP ("please respond").
325 #. TRANS: %s is the RSVP with the missing notice.
326 #: RSVP.php:248
327 #, php-format
328 msgid "RSVP %s does not correspond to a notice in the database."
329 msgstr ""
330
331 #. TRANS: Exception thrown when requesting a non-existing profile.
332 #. TRANS: %s is the ID of the non-existing profile.
333 #: RSVP.php:305
334 #, php-format
335 msgid "No profile with ID %s."
336 msgstr ""
337
338 #. TRANS: Exception thrown when requesting a non-existing event.
339 #. TRANS: %s is the ID of the non-existing event.
340 #: RSVP.php:316
341 #, php-format
342 msgid "No event with ID %s."
343 msgstr ""
344
345 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
346 #. TRANS: %1$s is a profile URL, %2$s a profile name,
347 #. TRANS: %3$s is an event URL, %4$s an event title.
348 #: RSVP.php:348
349 #, php-format
350 msgid ""
351 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is attending <a "
352 "href='%3$s'>%4$s</a>.</span>"
353 msgstr ""
354
355 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
356 #. TRANS: %1$s is a profile URL, %2$s a profile name,
357 #. TRANS: %3$s is an event URL, %4$s an event title.
358 #: RSVP.php:354
359 #, php-format
360 msgid ""
361 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> is not attending "
362 "<a href='%3$s'>%4$s</a>.</span>"
363 msgstr ""
364
365 #. TRANS: HTML version of an RSVP ("please respond") status for a user.
366 #. TRANS: %1$s is a profile URL, %2$s a profile name,
367 #. TRANS: %3$s is an event URL, %4$s an event title.
368 #: RSVP.php:360
369 #, php-format
370 msgid ""
371 "<span class='automatic event-rsvp'><a href='%1$s'>%2$s</a> might attend <a "
372 "href='%3$s'>%4$s</a>.</span>"
373 msgstr ""
374
375 #. TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code.
376 #. TRANS: %s is the non-existing response code.
377 #: RSVP.php:365 RSVP.php:410
378 #, php-format
379 msgid "Unknown response code %s."
380 msgstr ""
381
382 #. TRANS: Used as event title when not event title is available.
383 #. TRANS: Used as: Username [is [not ] attending|might attend] an unknown event.
384 #: RSVP.php:373 RSVP.php:417
385 msgid "an unknown event"
386 msgstr ""
387
388 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
389 #. TRANS: %1$s is a profile name, %2$s is an event title.
390 #: RSVP.php:395
391 #, php-format
392 msgid "%1$s is attending %2$s."
393 msgstr ""
394
395 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
396 #. TRANS: %1$s is a profile name, %2$s is an event title.
397 #: RSVP.php:400
398 #, php-format
399 msgid "%1$s is not attending %2$s."
400 msgstr ""
401
402 #. TRANS: Plain text version of an RSVP ("please respond") status for a user.
403 #. TRANS: %1$s is a profile name, %2$s is an event title.
404 #: RSVP.php:405
405 #, php-format
406 msgid "%1$s might attend %2$s."
407 msgstr ""
408
409 #. TRANS: Title for new event form.
410 #: newevent.php:66
411 msgctxt "TITLE"
412 msgid "New event"
413 msgstr ""
414
415 #. TRANS: Client exception thrown when trying to post an event while not logged in.
416 #: newevent.php:84
417 msgid "Must be logged in to post a event."
418 msgstr ""
419
420 #. TRANS: Client exception thrown when trying to post an event without providing a title.
421 #: newevent.php:98
422 msgid "Title required."
423 msgstr ""
424
425 #. TRANS: Client exception thrown when trying to post an event without providing a start date.
426 #: newevent.php:110
427 msgid "Start date required."
428 msgstr ""
429
430 #. TRANS: Client exception thrown when trying to post an event without providing an end date.
431 #: newevent.php:123
432 msgid "End date required."
433 msgstr ""
434
435 #. TRANS: Client exception thrown when trying to post an event with a date that cannot be processed.
436 #. TRANS: %s is the data that could not be processed.
437 #: newevent.php:141 newevent.php:148
438 #, php-format
439 msgid "Could not parse date \"%s\"."
440 msgstr ""
441
442 #. TRANS: Client exception thrown when trying to post an event without providing a title.
443 #: newevent.php:196
444 msgid "Event must have a title."
445 msgstr ""
446
447 #. TRANS: Client exception thrown when trying to post an event without providing a start time.
448 #: newevent.php:201
449 msgid "Event must have a start time."
450 msgstr ""
451
452 #. TRANS: Client exception thrown when trying to post an event without providing an end time.
453 #: newevent.php:206
454 msgid "Event must have an end time."
455 msgstr ""
456
457 #. TRANS: Client exception thrown when trying to post an event with an invalid URL.
458 #: newevent.php:211
459 msgid "URL must be valid."
460 msgstr ""
461
462 #. TRANS: Field label for event description.
463 #: eventlistitem.php:117
464 msgid "Time:"
465 msgstr ""
466
467 #. TRANS: Field label for event description.
468 #: eventlistitem.php:138
469 msgid "Location:"
470 msgstr ""
471
472 #. TRANS: Field label for event description.
473 #: eventlistitem.php:146
474 msgid "Description:"
475 msgstr ""
476
477 #. TRANS: Field label for event description.
478 #: eventlistitem.php:155
479 msgid "Attending:"
480 msgstr ""
481
482 #. TRANS: RSVP counts.
483 #. TRANS: %1$d, %2$d and %3$d are numbers of RSVPs.
484 #: eventlistitem.php:159
485 #, php-format
486 msgid "Yes: %1$d No: %2$d Maybe: %3$d"
487 msgstr ""