My Calendar - Version 1.10.12

Version Description

  • Bug fix: List format showed all dates, regardless of whether there were events for that date.
  • Bug fix: List format showed incorrect classes.
  • Bug fix: Pipe separator for categories not supported with caching.
  • ARRRRGGGGHHHH!!! I'm sure you're as frustrated about all these little releases as I am. But who wants to sit on known bugs?
Download this release

Release Info

Developer joedolson
Plugin Icon 128x128 My Calendar
Version 1.10.12
Comparing to
See all releases

Code changes from version 1.10.6 to 1.10.12

date-utilities.php CHANGED
@@ -1,5 +1,16 @@
1
  <?php
2
 
 
 
 
 
 
 
 
 
 
 
 
3
  function my_calendar_add_date($givendate,$day=0,$mth=0,$yr=0) {
4
  $cd = strtotime($givendate);
5
  $newdate = date('Y-m-d', mktime(date('h',$cd),date('i',$cd), date('s',$cd), date('m',$cd)+$mth,date('d',$cd)+$day, date('Y',$cd)+$yr));
1
  <?php
2
 
3
+ function mc_dateclass( $now, $current ) {
4
+ if ( date("Ymd",$now) == date("Ymd", $current ) ) {
5
+ $dateclass = 'current-day';
6
+ } else if ( my_calendar_date_comp( date('Y-m-d',$now), date('Y-m-d',$current) ) ) {
7
+ $dateclass = 'future-day day-with-date';
8
+ } else {
9
+ $dateclass = 'past-day day-with-date';
10
+ }
11
+ return $dateclass;
12
+ }
13
+
14
  function my_calendar_add_date($givendate,$day=0,$mth=0,$yr=0) {
15
  $cd = strtotime($givendate);
16
  $newdate = date('Y-m-d', mktime(date('h',$cd),date('i',$cd), date('s',$cd), date('m',$cd)+$mth,date('d',$cd)+$day, date('Y',$cd)+$yr));
lang/my-calendar-cs_CZ.mo CHANGED
Binary file
lang/my-calendar-cs_CZ.po CHANGED
@@ -1,3545 +1,3841 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: My Calendar 1.5.0\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
- "POT-Creation-Date: 2010-10-05 19:19+0000\n"
6
- "PO-Revision-Date: 2010-12-22 13:37+0100\n"
7
- "Last-Translator: Jan Rybařík <rybarikj@seznam.cz>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: Czech\n"
14
- "X-Poedit-Country: CZECH REPUBLIC\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: \n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: my-calendar-categories.php:103
23
- #@ my-calendar
24
- msgid "Category added successfully"
25
- msgstr "Kategorie byla úspěšně přidána"
26
-
27
- #: my-calendar-categories.php:105
28
- #@ my-calendar
29
- msgid "Category addition failed."
30
- msgstr "Přidání kategorie selhalo"
31
-
32
- #: my-calendar-categories.php:115
33
- #@ my-calendar
34
- msgid "Category deleted successfully. Categories in calendar updated."
35
- msgstr "Kategorie byla úspěšně smazána. Kategorie v kalendáři byly aktualizovány."
36
-
37
- #: my-calendar-categories.php:117
38
- #@ my-calendar
39
- msgid "Category deleted successfully. Categories in calendar not updated."
40
- msgstr "Kategorie byla úspěšně smazána. Kategorie v kalendáři se neaktualizovaly."
41
-
42
- #: my-calendar-categories.php:119
43
- #@ my-calendar
44
- msgid "Category not deleted. Categories in calendar updated."
45
- msgstr "Kategorie nebyla odstraněna. Kategorie v kalendáři byly aktualizovány."
46
-
47
- #: my-calendar-categories.php:135
48
- #@ my-calendar
49
- msgid "Category edited successfully"
50
- msgstr "Kategorie byla úspěšně upravena."
51
-
52
- #: my-calendar-categories.php:170
53
- #: my-calendar-categories.php:195
54
- #: my-calendar-categories.php:212
55
- #@ my-calendar
56
- msgid "Add Category"
57
- msgstr "Přidat kategorii"
58
-
59
- #: my-calendar-categories.php:172
60
- #: my-calendar-categories.php:195
61
- #@ my-calendar
62
- msgid "Edit Category"
63
- msgstr "Upravit kategorii"
64
-
65
- #: my-calendar-categories.php:179
66
- #@ my-calendar
67
- msgid "Category Editor"
68
- msgstr "Editor kategorií"
69
-
70
- #: my-calendar-categories.php:196
71
- #: my-calendar-categories.php:240
72
- #@ my-calendar
73
- msgid "Category Name"
74
- msgstr "Název kategorie"
75
-
76
- #: my-calendar-categories.php:197
77
- #@ my-calendar
78
- msgid "Category Color (Hex format)"
79
- msgstr "Barva kategorie (Hex format)"
80
-
81
- #: my-calendar-categories.php:198
82
- #: my-calendar-categories.php:242
83
- #@ my-calendar
84
- msgid "Category Icon"
85
- msgstr "Ikona kategorie"
86
-
87
- #: my-calendar-categories.php:212
88
- #: my-calendar-locations.php:210
89
- #@ my-calendar
90
- msgid "Save Changes"
91
- msgstr "Uložit změny"
92
-
93
- #: my-calendar-categories.php:228
94
- #: my-calendar.php:157
95
- #@ my-calendar
96
- msgid "Manage Categories"
97
- msgstr "Spravovat kategorie"
98
-
99
- #: my-calendar-categories.php:239
100
- #: my-calendar-event-manager.php:909
101
- #: my-calendar-group-manager.php:678
102
- #: my-calendar-locations.php:270
103
- #@ my-calendar
104
- msgid "ID"
105
- msgstr "Id"
106
-
107
- #: my-calendar-categories.php:241
108
- #@ my-calendar
109
- msgid "Category Color"
110
- msgstr "Barva kategorie"
111
-
112
- #: my-calendar-categories.php:243
113
- #: my-calendar-categories.php:257
114
- #: my-calendar-event-manager.php:975
115
- #: my-calendar-group-manager.php:687
116
- #: my-calendar-locations.php:272
117
- #: my-calendar-locations.php:284
118
- #: my-calendar-output.php:274
119
- #@ my-calendar
120
- msgid "Edit"
121
- msgstr "Editovat"
122
-
123
- #: my-calendar-categories.php:244
124
- #: my-calendar-categories.php:263
125
- #: my-calendar-event-manager.php:181
126
- #: my-calendar-event-manager.php:978
127
- #: my-calendar-locations.php:273
128
- #: my-calendar-locations.php:285
129
- #: my-calendar-output.php:275
130
- #@ my-calendar
131
- msgid "Delete"
132
- msgstr "Smazat"
133
-
134
- #: my-calendar-categories.php:260
135
- #: my-calendar-event-manager.php:956
136
- #: my-calendar-group-manager.php:727
137
- #: my-calendar-output.php:172
138
- #: my-calendar-settings.php:281
139
- #@ my-calendar
140
- msgid "N/A"
141
- msgstr "N/A"
142
-
143
- #: my-calendar-categories.php:263
144
- #: my-calendar-locations.php:285
145
- #@ my-calendar
146
- msgid "Are you sure you want to delete this category?"
147
- msgstr "Opravdu chcete smazat tuto kategorii"
148
-
149
- #: my-calendar-categories.php:274
150
- #@ my-calendar
151
- msgid "There are no categories in the database - something has gone wrong!"
152
- msgstr "V databázi nejsou žádné kategorie. Někde je chyba."
153
-
154
- #: my-calendar-event-manager.php:100
155
- #: my-calendar-settings.php:644
156
- #@ my-calendar
157
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
158
- msgstr "Můj Kalendář zjistil, že máte nainstalován plugin Calendar od Kieran O'Shea. Můžete importovat události a kategorie do Mého kalendáře. Chcete importovat tyto události?"
159
-
160
- #: my-calendar-event-manager.php:107
161
- #: my-calendar-settings.php:651
162
- #@ my-calendar
163
- msgid "Import from Calendar"
164
- msgstr "Importovat z kalendáře"
165
-
166
- #: my-calendar-event-manager.php:112
167
- #@ my-calendar
168
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
169
- msgstr "I když je možné, že tento import by nemusel importovat události správně, neměl by mít žádný dopad na stávající databáze kalendáře. Pokud narazíte na nějaké problémy, <a href=\"http://www.joedolson.com/contact.php\">Kontaktujte prosím </ a>!"
170
-
171
- #: my-calendar-event-manager.php:172
172
- #@ my-calendar
173
- msgid "Delete Event"
174
- msgstr "Smazat událost"
175
-
176
- #: my-calendar-event-manager.php:172
177
- #@ my-calendar
178
- msgid "Are you sure you want to delete this event?"
179
- msgstr "Opravdu chcete smazat tuto událost?"
180
-
181
- #: my-calendar-event-manager.php:189
182
- #@ my-calendar
183
- msgid "You do not have permission to delete that event."
184
- msgstr "Nemáte oprávnění smazat tuto událost."
185
-
186
- #: my-calendar-event-manager.php:204
187
- #@ my-calendar
188
- msgid "You do not have permission to approve that event."
189
- msgstr "Nemáte oprávnění schválit tuto událost."
190
-
191
- #: my-calendar-event-manager.php:218
192
- #@ my-calendar
193
- msgid "You do not have permission to reject that event."
194
- msgstr "Nemáte oprávnění zamítnout tuto událost."
195
-
196
- #: my-calendar-event-manager.php:161
197
- #: my-calendar-event-manager.php:321
198
- #: my-calendar-event-manager.php:350
199
- #: my-calendar-event-manager.php:364
200
- #: my-calendar-event-manager.php:377
201
- #: my-calendar-event-manager.php:1152
202
- #: my-calendar-event-manager.php:1155
203
- #: my-calendar-event-manager.php:1158
204
- #: my-calendar-event-manager.php:1167
205
- #: my-calendar-event-manager.php:1174
206
- #: my-calendar-event-manager.php:1190
207
- #: my-calendar-event-manager.php:1196
208
- #: my-calendar-group-manager.php:56
209
- #: my-calendar-group-manager.php:82
210
- #: my-calendar-group-manager.php:149
211
- #: my-calendar-group-manager.php:552
212
- #@ my-calendar
213
- msgid "Error"
214
- msgstr "Chyba"
215
-
216
- #: my-calendar-event-manager.php:321
217
- #@ my-calendar
218
- msgid "I'm sorry! I couldn't add that event to the database."
219
- msgstr "Omlouvám se! Nemohl jsem přidat událost do databáze."
220
-
221
- #: my-calendar-event-manager.php:329
222
- #@ my-calendar
223
- msgid "Event added. It will now show in your calendar."
224
- msgstr "Událost přidána. Nyní bude zobrazena v kalendáři."
225
-
226
- #: my-calendar-event-manager.php:350
227
- #: my-calendar-group-manager.php:149
228
- #@ my-calendar
229
- msgid "Your event was not updated."
230
- msgstr "Vaše událost nebyla aktualizována."
231
-
232
- #: my-calendar-event-manager.php:352
233
- #: my-calendar-group-manager.php:58
234
- #: my-calendar-group-manager.php:84
235
- #: my-calendar-group-manager.php:151
236
- #@ my-calendar
237
- msgid "Nothing was changed in that update."
238
- msgstr "Při aktualizaci se nic nezměnilo."
239
-
240
- #: my-calendar-event-manager.php:354
241
- #: my-calendar-group-manager.php:60
242
- #: my-calendar-group-manager.php:153
243
- #@ my-calendar
244
- msgid "Event updated successfully"
245
- msgstr "Událost byla úspěšně aktualizována."
246
-
247
- #: my-calendar-event-manager.php:357
248
- #: my-calendar-group-manager.php:156
249
- #@ my-calendar
250
- msgid "You do not have sufficient permissions to edit that event."
251
- msgstr "Nemáte dostatečná oprávnění pro úpravy události."
252
-
253
- #: my-calendar-event-manager.php:364
254
- #@ my-calendar
255
- msgid "You can't delete an event if you haven't submitted an event id"
256
- msgstr "Nemůžete smazat událost pokud jste neodeslali ID události"
257
-
258
- #: my-calendar-event-manager.php:375
259
- #@ my-calendar
260
- msgid "Event deleted successfully"
261
- msgstr "Událost byla úspěšně smazána"
262
-
263
- #: my-calendar-event-manager.php:377
264
- #@ my-calendar
265
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
266
- msgstr "I přes požadavek na smazání, zůstala událost stále v databázi. Prosím překontrolujte."
267
-
268
- #: my-calendar-event-manager.php:270
269
- #: my-calendar-group-manager.php:745
270
- #@ my-calendar
271
- msgid "Edit Event"
272
- msgstr "Upravit událost"
273
-
274
- #: my-calendar-event-manager.php:274
275
- #: my-calendar-event-manager.php:285
276
- #@ my-calendar
277
- msgid "You must provide an event id in order to edit it"
278
- msgstr "Musíte zadat id události, aby se událost dala editovat"
279
-
280
- #: my-calendar-event-manager.php:281
281
- #@ my-calendar
282
- msgid "Copy Event"
283
- msgstr "Kopírovat událost"
284
-
285
- #: my-calendar-core.php:816
286
- #: my-calendar-event-manager.php:293
287
- #@ my-calendar
288
- msgid "Add Event"
289
- msgstr "Přidat událost"
290
-
291
- #: my-calendar-event-manager.php:891
292
- #@ my-calendar
293
- msgid "Manage Events"
294
- msgstr "Spravovat události"
295
-
296
- #: my-calendar-event-manager.php:389
297
- #: my-calendar-group-manager.php:167
298
- #@ my-calendar
299
- msgid "Sorry! That's an invalid event key."
300
- msgstr "Špatná klíč události."
301
-
302
- #: my-calendar-event-manager.php:393
303
- #: my-calendar-group-manager.php:171
304
- #@ my-calendar
305
- msgid "Sorry! We couldn't find an event with that ID."
306
- msgstr "Omlouváme se! Bohužel jsme nenašli událost s tímto ID."
307
-
308
- #: my-calendar-event-manager.php:421
309
- #@ my-calendar
310
- msgid "This event must be approved in order for it to appear on the calendar."
311
- msgstr "Před tím než se událost zobrazí v kalendáři, musí být schválena."
312
-
313
- #: my-calendar-event-manager.php:475
314
- #: my-calendar-group-manager.php:285
315
- #@ my-calendar
316
- msgid "Enter your Event Information"
317
- msgstr "Vložte informace o události."
318
-
319
- #: my-calendar-event-manager.php:477
320
- #: my-calendar-group-manager.php:291
321
- #@ my-calendar
322
- msgid "Event Title"
323
- msgstr "Název události"
324
-
325
- #: my-calendar-event-manager.php:481
326
- #@ my-calendar
327
- msgid "Publish"
328
- msgstr "Publikovat"
329
-
330
- #: my-calendar-event-manager.php:481
331
- #@ my-calendar
332
- msgid "You must approve this event to promote it to the calendar."
333
- msgstr "Musíte schválit událost pro její zobrazení v kalendáři."
334
-
335
- #: my-calendar-event-manager.php:483
336
- #@ my-calendar
337
- msgid "An administrator must approve your new event."
338
- msgstr "Administrátor musí schválit Vaši událost."
339
-
340
- #: my-calendar-event-manager.php:503
341
- #: my-calendar-group-manager.php:295
342
- #@ my-calendar
343
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
344
- msgstr "Popis události (<abbr title=\"hypertext markup language\">HTML</abbr> povoleno)"
345
-
346
- #: my-calendar-event-manager.php:526
347
- #: my-calendar-group-manager.php:313
348
- #@ my-calendar
349
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
350
- msgstr "Krátký popisek události (<abbr title=\"hypertext markup language\">HTML</abbr> povoleno)"
351
-
352
- #: my-calendar-event-manager.php:549
353
- #: my-calendar-group-manager.php:336
354
- #@ my-calendar
355
- msgid "Event Category"
356
- msgstr "Kategorie událostí"
357
-
358
- #: my-calendar-event-manager.php:574
359
- #: my-calendar-group-manager.php:361
360
- #@ my-calendar
361
- msgid "Event Link (Optional)"
362
- msgstr "Odkaz (nepovinný)"
363
-
364
- #: my-calendar-event-manager.php:574
365
- #: my-calendar-group-manager.php:361
366
- #@ my-calendar
367
- msgid "This link will expire when the event passes."
368
- msgstr "Odkaz nebude platný po uskutučnění události."
369
-
370
- #: my-calendar-event-manager.php:600
371
- #@ my-calendar
372
- msgid "Start Date (YYYY-MM-DD)"
373
- msgstr "Datum začátku (RRRR-MM-DD)"
374
-
375
- #: my-calendar-event-manager.php:624
376
- #@ my-calendar
377
- msgid "Current time difference from GMT is "
378
- msgstr "Rozdíl místního času a GMT"
379
-
380
- #: my-calendar-event-manager.php:624
381
- #@ my-calendar
382
- msgid " hour(s)"
383
- msgstr "hodina(y)"
384
-
385
- #: my-calendar-event-manager.php:633
386
- #@ my-calendar
387
- msgid "Recurring Events"
388
- msgstr "Opakující se události"
389
-
390
- #: my-calendar-event-manager.php:636
391
- #@ my-calendar
392
- msgid "Repeats for"
393
- msgstr "Opakovaní"
394
-
395
- #: my-calendar-event-manager.php:637
396
- #@ my-calendar
397
- msgid "Units"
398
- msgstr "Jednotky"
399
-
400
- #: my-calendar-event-manager.php:638
401
- #: my-calendar-templates.php:109
402
- #@ my-calendar
403
- msgid "Does not recur"
404
- msgstr "Neopakuje se"
405
-
406
- #: my-calendar-event-manager.php:639
407
- #: my-calendar-event-manager.php:948
408
- #: my-calendar-group-manager.php:719
409
- #: my-calendar-templates.php:110
410
- #@ my-calendar
411
- msgid "Daily"
412
- msgstr "Denně"
413
-
414
- #: my-calendar-event-manager.php:641
415
- #: my-calendar-event-manager.php:950
416
- #: my-calendar-group-manager.php:721
417
- #: my-calendar-templates.php:112
418
- #@ my-calendar
419
- msgid "Weekly"
420
- msgstr "Týdně"
421
-
422
- #: my-calendar-event-manager.php:642
423
- #: my-calendar-templates.php:113
424
- #@ my-calendar
425
- msgid "Bi-weekly"
426
- msgstr "Ob týden"
427
-
428
- #: my-calendar-event-manager.php:643
429
- #@ my-calendar
430
- msgid "Date of Month (e.g., the 24th of each month)"
431
- msgstr "Datum měsíce (24. každého měsíce)"
432
-
433
- #: my-calendar-event-manager.php:644
434
- #@ my-calendar
435
- msgid "Day of Month (e.g., the 3rd Monday of each month)"
436
- msgstr "Den v měsíci (3. pondělí každého měsíce)"
437
-
438
- #: my-calendar-event-manager.php:645
439
- #: my-calendar-templates.php:116
440
- #@ my-calendar
441
- msgid "Annually"
442
- msgstr "Ročně"
443
-
444
- #: my-calendar-event-manager.php:664
445
- #: my-calendar-group-manager.php:372
446
- #@ my-calendar
447
- msgid "Event Registration Status"
448
- msgstr "Status registrace události"
449
-
450
- #: my-calendar-event-manager.php:667
451
- #: my-calendar-group-manager.php:375
452
- #@ my-calendar
453
- msgid "Open"
454
- msgstr "Otevřít"
455
-
456
- #: my-calendar-event-manager.php:668
457
- #: my-calendar-group-manager.php:376
458
- #@ my-calendar
459
- msgid "Closed"
460
- msgstr "Zavřeno"
461
-
462
- #: my-calendar-event-manager.php:669
463
- #: my-calendar-group-manager.php:377
464
- #@ my-calendar
465
- msgid "Does not apply"
466
- msgstr "Neplatí"
467
-
468
- #: my-calendar-event-manager.php:672
469
- #: my-calendar-group-manager.php:380
470
- #@ my-calendar
471
- msgid "If this event recurs, it can only be registered for as a complete series."
472
- msgstr "Pokud se událost opakuje, může být registrována pro kompletní sérii "
473
-
474
- #: my-calendar-event-manager.php:689
475
- #: my-calendar-group-manager.php:397
476
- #: my-calendar-locations.php:125
477
- #@ my-calendar
478
- msgid "Event Location"
479
- msgstr "Místo události"
480
-
481
- #: my-calendar-event-manager.php:696
482
- #: my-calendar-group-manager.php:404
483
- #@ my-calendar
484
- msgid "Choose a preset location:"
485
- msgstr "Vybrat přednastavené umístění"
486
-
487
- #: my-calendar-event-manager.php:710
488
- #: my-calendar-group-manager.php:418
489
- #@ my-calendar
490
- msgid "Add recurring locations for later use."
491
- msgstr "Přidat opakující se umístění pro pozdější použití"
492
-
493
- #: my-calendar-event-manager.php:719
494
- #: my-calendar-group-manager.php:427
495
- #: my-calendar-locations.php:127
496
- #@ my-calendar
497
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
498
- msgstr "Všechny pole jsou volitelná: <em> nedostatečné informace mohou mít za následek nepřesné zobrazení na mapě </ em>."
499
-
500
- #: my-calendar-event-manager.php:722
501
- #: my-calendar-group-manager.php:430
502
- #: my-calendar-locations.php:130
503
- #@ my-calendar
504
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
505
- msgstr "Název umístění (Např. <em>Rybajzův bar</em>)"
506
-
507
- #: my-calendar-event-manager.php:731
508
- #: my-calendar-group-manager.php:433
509
- #: my-calendar-locations.php:139
510
- #@ my-calendar
511
- msgid "Street Address"
512
- msgstr "Ulice"
513
-
514
- #: my-calendar-event-manager.php:734
515
- #: my-calendar-group-manager.php:436
516
- #: my-calendar-locations.php:142
517
- #@ my-calendar
518
- msgid "Street Address (2)"
519
- msgstr "Ulice 2"
520
-
521
- #: button/generator.php:56
522
- #: my-calendar-event-manager.php:737
523
- #: my-calendar-group-manager.php:439
524
- #: my-calendar-locations.php:145
525
- #: my-calendar-settings.php:620
526
- #@ my-calendar
527
- msgid "City"
528
- msgstr "Město"
529
-
530
- #: my-calendar-event-manager.php:744
531
- #: my-calendar-group-manager.php:439
532
- #: my-calendar-locations.php:152
533
- #: my-calendar-settings.php:621
534
- #@ my-calendar
535
- msgid "State/Province"
536
- msgstr "Stát / Provincie"
537
-
538
- #: button/generator.php:58
539
- #: my-calendar-event-manager.php:751
540
- #: my-calendar-group-manager.php:439
541
- #: my-calendar-locations.php:159
542
- #: my-calendar-settings.php:623
543
- #@ my-calendar
544
- msgid "Postal Code"
545
- msgstr "PSČ"
546
-
547
- #: button/generator.php:59
548
- #: my-calendar-event-manager.php:769
549
- #: my-calendar-group-manager.php:445
550
- #: my-calendar-locations.php:177
551
- #: my-calendar-settings.php:622
552
- #@ my-calendar
553
- msgid "Country"
554
- msgstr "Země"
555
-
556
- #: my-calendar-event-manager.php:778
557
- #: my-calendar-group-manager.php:448
558
- #: my-calendar-locations.php:186
559
- #@ my-calendar
560
- msgid "Initial Zoom"
561
- msgstr "Počáteční zoom"
562
-
563
- #: my-calendar-event-manager.php:780
564
- #: my-calendar-group-manager.php:450
565
- #: my-calendar-locations.php:188
566
- #@ my-calendar
567
- msgid "Neighborhood"
568
- msgstr "Sousedství"
569
-
570
- #: my-calendar-event-manager.php:781
571
- #: my-calendar-group-manager.php:451
572
- #: my-calendar-locations.php:189
573
- #@ my-calendar
574
- msgid "Small City"
575
- msgstr "Malé město"
576
-
577
- #: my-calendar-event-manager.php:782
578
- #: my-calendar-group-manager.php:452
579
- #: my-calendar-locations.php:190
580
- #@ my-calendar
581
- msgid "Large City"
582
- msgstr "Velké město"
583
-
584
- #: my-calendar-event-manager.php:783
585
- #: my-calendar-group-manager.php:453
586
- #: my-calendar-locations.php:191
587
- #@ my-calendar
588
- msgid "Greater Metro Area"
589
- msgstr "Větší oblast"
590
-
591
- #: button/generator.php:57
592
- #: my-calendar-event-manager.php:784
593
- #: my-calendar-group-manager.php:454
594
- #: my-calendar-locations.php:192
595
- #@ my-calendar
596
- msgid "State"
597
- msgstr "Stát"
598
-
599
- #: button/generator.php:60
600
- #: my-calendar-event-manager.php:760
601
- #: my-calendar-event-manager.php:785
602
- #: my-calendar-group-manager.php:442
603
- #: my-calendar-group-manager.php:455
604
- #: my-calendar-locations.php:168
605
- #: my-calendar-locations.php:193
606
- #: my-calendar-settings.php:624
607
- #@ my-calendar
608
- msgid "Region"
609
- msgstr "Region"
610
-
611
- #: my-calendar-event-manager.php:792
612
- #: my-calendar-group-manager.php:462
613
- #: my-calendar-locations.php:200
614
- #@ my-calendar
615
- msgid "GPS Coordinates (optional)"
616
- msgstr "GPS souřadnice (volittelné)"
617
-
618
- #: my-calendar-event-manager.php:794
619
- #: my-calendar-group-manager.php:464
620
- #@ my-calendar
621
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
622
- msgstr "Pokud zadáte GPS souřadnice vaší polohy, budou použity místo dalších informací o adrese."
623
-
624
- #: my-calendar-event-manager.php:797
625
- #: my-calendar-group-manager.php:467
626
- #: my-calendar-locations.php:206
627
- #@ my-calendar
628
- msgid "Longitude"
629
- msgstr "Zeměpisná délka"
630
-
631
- #: my-calendar-event-manager.php:797
632
- #: my-calendar-group-manager.php:467
633
- #: my-calendar-locations.php:205
634
- #@ my-calendar
635
- msgid "Latitude"
636
- msgstr "Zeměpisná šířka"
637
-
638
- #: my-calendar-event-manager.php:430
639
- #@ my-calendar
640
- msgid "Save Event"
641
- msgstr "uložit událost"
642
-
643
- #: my-calendar-event-manager.php:910
644
- #: my-calendar-group-manager.php:680
645
- #: my-calendar-settings.php:445
646
- #: my-calendar-widgets.php:37
647
- #: my-calendar-widgets.php:120
648
- #: my-calendar-widgets.php:494
649
- #@ my-calendar
650
- msgid "Title"
651
- msgstr "Název"
652
-
653
- #: my-calendar-event-manager.php:911
654
- #: my-calendar-group-manager.php:681
655
- #: my-calendar-locations.php:271
656
- #@ my-calendar
657
- msgid "Location"
658
- msgstr "Umístění"
659
-
660
- #: my-calendar-event-manager.php:912
661
- #: my-calendar-group-manager.php:682
662
- #: my-calendar-settings.php:446
663
- #@ my-calendar
664
- msgid "Description"
665
- msgstr "Popis"
666
-
667
- #: my-calendar-event-manager.php:913
668
- #: my-calendar-group-manager.php:683
669
- #: my-calendar-settings.php:447
670
- #@ my-calendar
671
- msgid "Start Date"
672
- msgstr "Datum začátku"
673
-
674
- #: my-calendar-event-manager.php:914
675
- #: my-calendar-group-manager.php:684
676
- #@ my-calendar
677
- msgid "Recurs"
678
- msgstr "Opakuje se"
679
-
680
- #: my-calendar-event-manager.php:915
681
- #: my-calendar-group-manager.php:685
682
- #: my-calendar-settings.php:233
683
- #: my-calendar-settings.php:242
684
- #: my-calendar-settings.php:250
685
- #: my-calendar-settings.php:448
686
- #@ my-calendar
687
- msgid "Author"
688
- msgstr "Autor"
689
-
690
- #: my-calendar-event-manager.php:916
691
- #: my-calendar-group-manager.php:686
692
- #: my-calendar-settings.php:449
693
- #@ my-calendar
694
- msgid "Category"
695
- msgstr "Kategorie"
696
-
697
- #: my-calendar-event-manager.php:917
698
- #@ my-calendar
699
- msgid "Edit / Delete"
700
- msgstr "Upravit / Smazat"
701
-
702
- #: my-calendar-event-manager.php:947
703
- #: my-calendar-group-manager.php:718
704
- #@ my-calendar
705
- msgid "Never"
706
- msgstr "Nikdy"
707
-
708
- #: my-calendar-event-manager.php:951
709
- #: my-calendar-group-manager.php:722
710
- #@ my-calendar
711
- msgid "Bi-Weekly"
712
- msgstr "Dvoutýdenní"
713
-
714
- #: my-calendar-event-manager.php:952
715
- #: my-calendar-group-manager.php:723
716
- #@ my-calendar
717
- msgid "Monthly (by date)"
718
- msgstr "Měsíčně (podle data)"
719
-
720
- #: my-calendar-event-manager.php:953
721
- #: my-calendar-group-manager.php:724
722
- #@ my-calendar
723
- msgid "Monthly (by day)"
724
- msgstr "Měsíčně (podle dne)"
725
-
726
- #: my-calendar-event-manager.php:954
727
- #: my-calendar-group-manager.php:725
728
- #@ my-calendar
729
- msgid "Yearly"
730
- msgstr "Ročně"
731
-
732
- #: my-calendar-event-manager.php:957
733
- #: my-calendar-group-manager.php:728
734
- #@ my-calendar
735
- msgid "Forever"
736
- msgstr "Navždy"
737
-
738
- #: my-calendar-event-manager.php:973
739
- #@ my-calendar
740
- msgid "Copy"
741
- msgstr "Kopírovat"
742
-
743
- #: my-calendar-event-manager.php:979
744
- #: my-calendar-group-manager.php:751
745
- #@ my-calendar
746
- msgid "Not editable."
747
- msgstr "Neupravitelné"
748
-
749
- #: my-calendar-event-manager.php:985
750
- #@ my-calendar
751
- msgid "Reject"
752
- msgstr "Zamítnout"
753
-
754
- #: my-calendar-event-manager.php:987
755
- #@ my-calendar
756
- msgid "Approve"
757
- msgstr "Schálit"
758
-
759
- #: my-calendar-event-manager.php:992
760
- #@ my-calendar
761
- msgid "Approved"
762
- msgstr "Schváleno"
763
-
764
- #: my-calendar-event-manager.php:994
765
- #@ my-calendar
766
- msgid "Rejected"
767
- msgstr "Zamítnuto"
768
-
769
- #: my-calendar-event-manager.php:1018
770
- #: my-calendar-group-manager.php:765
771
- #@ my-calendar
772
- msgid "There are no events in the database!"
773
- msgstr "V databázi nejsou žádné události"
774
-
775
- #: my-calendar-event-manager.php:1152
776
- #@ my-calendar
777
- msgid "Your event end date must be either after or the same as your event begin date"
778
- msgstr "Vaše datum ukončení události musí být buď po začátku události, nebo stejné jako datum zahájení události"
779
-
780
- #: my-calendar-event-manager.php:1155
781
- #@ my-calendar
782
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
783
- msgstr "Vaše formátování data je správné, ale jedno nebo více z vašich dat, je neplatné. Zkontrolujte, zda počet dní v měsíci a přestupný rok neobsahuje chyby."
784
-
785
- #: my-calendar-event-manager.php:1158
786
- #@ my-calendar
787
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
788
- msgstr "Formát data začátku a konce musí být ve formátu RRRR-MM-DD"
789
-
790
- #: my-calendar-event-manager.php:1167
791
- #@ my-calendar
792
- msgid "The time field must either be blank or be entered in the format hh:mm"
793
- msgstr "Pole Čas musí být buď prázdné, nebo musí být zadáno ve formátu hh: mm"
794
-
795
- #: my-calendar-event-manager.php:1174
796
- #@ my-calendar
797
- msgid "The end time field must either be blank or be entered in the format hh:mm"
798
- msgstr "Pole Čas konce musí být buď prázdné, nebo musí být zadáno ve formátu hh: mm"
799
-
800
- #: my-calendar-event-manager.php:1190
801
- #: my-calendar-group-manager.php:552
802
- #@ my-calendar
803
- msgid "The event title must be between 1 and 255 characters in length."
804
- msgstr "Titulek události může být dlouhý 1 - 255 znaků."
805
-
806
- #: my-calendar-event-manager.php:1196
807
- #@ my-calendar
808
- msgid "The repetition value must be 0 unless a type of recurrence is selected."
809
- msgstr "Pokud je vybrán typ opakování, musí být hodnota opakování 0."
810
-
811
- #: my-calendar-help.php:7
812
- #@ my-calendar
813
- msgid "How to use My Calendar"
814
- msgstr "Jak používat Můj kalendář"
815
-
816
- #: my-calendar-help.php:12
817
- #@ my-calendar
818
- msgid "Shortcode Syntax"
819
- msgstr "Syntaxe krátkého kódu"
820
-
821
- #: my-calendar-help.php:15
822
- #@ my-calendar
823
- msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
824
- msgstr "Tento krátký kód může být vložen do stránky, příspěvku nebo widgetu."
825
-
826
- #: my-calendar-help.php:19
827
- #@ my-calendar
828
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
829
- msgstr "Krátký kód zobrazí kalendář na stránce nebo v příspěvku (bude zahrnovat všechny kategorie a klíč kategorie) v klasickém formátu měsíc po měsíci."
830
-
831
- #: my-calendar-help.php:63
832
- #@ my-calendar
833
- msgid "Category Icons"
834
- msgstr "Ikony kategorií"
835
-
836
- #: my-calendar-help.php:66
837
- #@ my-calendar
838
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
839
- msgstr "Můj kalendář je určen pro správu více kalendářů. Základem pro tyto kalendáře jsou kategorie, můžete snadno nastavit kalendářovou stránku, která obsahuje všechny kategorie, nebo můžete vytvořit samostatné stránky s kalendáři v každé kategorii. Pro příklad, může to být pro vás užitečné při správě kalendáře pro více pásem, kalendáře akcí na různých místech, atd."
840
-
841
- #: my-calendar-help.php:69
842
- #@ my-calendar
843
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
844
- msgstr "Předinstalované ikony kategorií nemusí být zvláště užitečné pro vaše potřeby, nebo design. Za předpokladu, že se chystáte nahrát vlastní ikony - vše, co potřebujete udělat, je nahrát je do pluginové složky ikon, a oni budou k dispozici pro okamžité použití, nebo je umístěte do složky \"my-calendar-custom \", aby se zabránilo tomu, že budou přepsány při upgrade."
845
-
846
- #: my-calendar-help.php:69
847
- #@ my-calendar
848
- msgid "Your icons folder is:"
849
- msgstr "Složka ikon:"
850
-
851
- #: my-calendar-help.php:69
852
- #@ my-calendar
853
- msgid "You can alternately place icons in:"
854
- msgstr "Alternativně můžete uložit ikony do:"
855
-
856
- #: my-calendar-help.php:92
857
- #@ my-calendar
858
- msgid "Widget Templating"
859
- msgstr "Šablona widgetu"
860
-
861
- #: my-calendar-help.php:208
862
- #@ my-calendar
863
- msgid "Displays the name of the category the event is in."
864
- msgstr "Zobrazí jméno kategorie, do které událost patří."
865
-
866
- #: my-calendar-help.php:100
867
- #@ my-calendar
868
- msgid "Displays the title of the event."
869
- msgstr "Zobrazí titulek události"
870
-
871
- #: my-calendar-help.php:106
872
- #@ my-calendar
873
- msgid "Displays the start time for the event."
874
- msgstr "Zobrazí čas začátku události"
875
-
876
- #: my-calendar-help.php:115
877
- #@ my-calendar
878
- msgid "Displays the date on which the event begins."
879
- msgstr "Zobrazí datum začátku události."
880
-
881
- #: my-calendar-help.php:118
882
- #@ my-calendar
883
- msgid "Displays the date on which the event ends."
884
- msgstr "Zobrazí datum ukončení události."
885
-
886
- #: my-calendar-help.php:121
887
- #@ my-calendar
888
- msgid "Displays the time at which the event ends."
889
- msgstr "Zobrazí čas ukončení události."
890
-
891
- #: my-calendar-help.php:124
892
- #@ my-calendar
893
- msgid "Displays the WordPress author who posted the event."
894
- msgstr "Zobrazí WP autora, který vložil událost."
895
-
896
- #: my-calendar-help.php:142
897
- #@ my-calendar
898
- msgid "Displays the URL provided for the event."
899
- msgstr "Zobrazí URL události "
900
-
901
- #: my-calendar-help.php:136
902
- #@ my-calendar
903
- msgid "Displays the description of the event."
904
- msgstr "Zobrazí popisek události"
905
-
906
- #: my-calendar-help.php:103
907
- #@ my-calendar
908
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
909
- msgstr "Zobrazí titulek události jako odkaz, pokud je vyplněno URL, nebo jako text, pokud vyplněno není. "
910
-
911
- #: my-calendar-help.php:169
912
- #@ my-calendar
913
- msgid "Displays the name of the location of the event."
914
- msgstr "Zobrazí název umístění události."
915
-
916
- #: my-calendar-help.php:172
917
- #@ my-calendar
918
- msgid "Displays the first line of the site address."
919
- msgstr "Zobrazí první řádek adresy."
920
-
921
- #: my-calendar-help.php:175
922
- #@ my-calendar
923
- msgid "Displays the second line of the site address."
924
- msgstr "Zobrazí druhý řádek adresy."
925
-
926
- #: my-calendar-help.php:190
927
- #@ my-calendar
928
- msgid "Displays the country for the event location."
929
- msgstr "Zobrazí zemi události."
930
-
931
- #: my-calendar-help.php:199
932
- #@ my-calendar
933
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
934
- msgstr "Zobrazí adresu události ve formátu <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
935
-
936
- #: my-calendar-help.php:202
937
- #@ my-calendar
938
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
939
- msgstr "Zobrazí odkaz na Google Mapy, pokud jsou dostupné dostatečné informace o adrese. Pokud ne, bude prázdné."
940
-
941
- #: my-calendar-help.php:160
942
- #@ my-calendar
943
- msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
944
- msgstr "Zobrazí textové oznámení, zda je registrace události otevřena nebo uzavřena; nezobrazí nic pokud je volba vybrána v události."
945
-
946
- #: my-calendar-help.php:133
947
- #@ my-calendar
948
- msgid "Displays the short version of the event description."
949
- msgstr "Zobrazí krátkou verzi popisku události."
950
-
951
- #: my-calendar-help.php:163
952
- #@ my-calendar
953
- msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
954
- msgstr "Zobrazí aktuální stav události: buď \"Publikováno\" nebo \"Rezervováno\" - primárně použité v emailových šablonách."
955
-
956
- #: my-calendar-locations.php:43
957
- #@ my-calendar
958
- msgid "Location added successfully"
959
- msgstr "Umístění bylo úspěšně přidáno"
960
-
961
- #: my-calendar-locations.php:45
962
- #@ my-calendar
963
- msgid "Location could not be added to database"
964
- msgstr "umístění nemohlo být přidáno do databáze"
965
-
966
- #: my-calendar-locations.php:51
967
- #@ my-calendar
968
- msgid "Location deleted successfully"
969
- msgstr "Umístění bylo úspěšně odstraněno"
970
-
971
- #: my-calendar-locations.php:53
972
- #@ my-calendar
973
- msgid "Location could not be deleted"
974
- msgstr "Umístění nemohlo být smazáno."
975
-
976
- #: my-calendar-locations.php:78
977
- #@ my-calendar
978
- msgid "Location could not be edited."
979
- msgstr "Umístění nemohlo být upraveno."
980
-
981
- #: my-calendar-locations.php:80
982
- #@ my-calendar
983
- msgid "Location was not changed."
984
- msgstr "Umístění nebylo změněno"
985
-
986
- #: my-calendar-locations.php:82
987
- #@ my-calendar
988
- msgid "Location edited successfully"
989
- msgstr "Umístění bylo úspěšně aktualizováno."
990
-
991
- #: my-calendar-locations.php:102
992
- #@ my-calendar
993
- msgid "Add New Location"
994
- msgstr "Přidat nové umístění"
995
-
996
- #: my-calendar-locations.php:104
997
- #@ my-calendar
998
- msgid "Edit Location"
999
- msgstr "upravit umístění"
1000
-
1001
- #: my-calendar-locations.php:109
1002
- #@ my-calendar
1003
- msgid "Location Editor"
1004
- msgstr "Editor umístění"
1005
-
1006
- #: my-calendar-locations.php:202
1007
- #@ my-calendar
1008
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1009
- msgstr "Pokud zadáte GPS souřadnice vaší polohy, budou použity místo jakýchkoliv dalších informací pro určení polohy vašeho umístění."
1010
-
1011
- #: my-calendar-locations.php:210
1012
- #@ my-calendar
1013
- msgid "Add Location"
1014
- msgstr "Přidat umístění"
1015
-
1016
- #: my-calendar-locations.php:258
1017
- #: my-calendar.php:159
1018
- #@ my-calendar
1019
- msgid "Manage Locations"
1020
- msgstr "Spravovat umístění"
1021
-
1022
- #: my-calendar-locations.php:293
1023
- #@ my-calendar
1024
- msgid "There are no locations in the database yet!"
1025
- msgstr "V databázi nejsou žádná umístění."
1026
-
1027
- #: my-calendar-locations.php:297
1028
- #@ my-calendar
1029
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1030
- msgstr "Poznámka: úprava nebo smazání umístění nebude mít vliv na žádnou událost, která byla plánována na toto umístění. Databáze umístění existuje čistě jako zkrácená metoda pro ukládání nejčastěji používaných umístění."
1031
-
1032
- #: my-calendar-importer.php:92
1033
- #: my-calendar-settings.php:52
1034
- #@ my-calendar
1035
- msgid "Categories imported successfully."
1036
- msgstr "Kategorie byly úspěšně importovány"
1037
-
1038
- #: my-calendar-importer.php:92
1039
- #: my-calendar-settings.php:52
1040
- #@ my-calendar
1041
- msgid "Categories not imported."
1042
- msgstr "Kategorie nebyly importovány"
1043
-
1044
- #: my-calendar-importer.php:94
1045
- #: my-calendar-settings.php:53
1046
- #@ my-calendar
1047
- msgid "Events imported successfully."
1048
- msgstr "Události byly úspěšně importovány."
1049
-
1050
- #: my-calendar-importer.php:94
1051
- #: my-calendar-settings.php:53
1052
- #@ my-calendar
1053
- msgid "Events not imported."
1054
- msgstr "Události nebyly importovány"
1055
-
1056
- #: my-calendar-settings.php:219
1057
- #@ my-calendar
1058
- msgid "My Calendar Options"
1059
- msgstr "Možnosti Mého kalendáře"
1060
-
1061
- #: my-calendar-settings.php:228
1062
- #@ my-calendar
1063
- msgid "Calendar Options: Management"
1064
- msgstr "Nastavení kalendáře: Management"
1065
-
1066
- #: my-calendar-settings.php:231
1067
- #: my-calendar-settings.php:240
1068
- #@ my-calendar
1069
- msgid "Subscriber"
1070
- msgstr "Návštěvník"
1071
-
1072
- #: my-calendar-settings.php:232
1073
- #: my-calendar-settings.php:241
1074
- #: my-calendar-settings.php:249
1075
- #@ my-calendar
1076
- msgid "Contributor"
1077
- msgstr "Spolupracovník"
1078
-
1079
- #: my-calendar-settings.php:234
1080
- #: my-calendar-settings.php:243
1081
- #: my-calendar-settings.php:251
1082
- #@ my-calendar
1083
- msgid "Editor"
1084
- msgstr "Šéfredaktor"
1085
-
1086
- #: my-calendar-settings.php:235
1087
- #: my-calendar-settings.php:244
1088
- #: my-calendar-settings.php:252
1089
- #@ my-calendar
1090
- msgid "Administrator"
1091
- msgstr "Administrator"
1092
-
1093
- #: my-calendar-settings.php:245
1094
- #@ my-calendar
1095
- msgid "Enable approval options."
1096
- msgstr "Povolit schvalovací nastavení"
1097
-
1098
- #: my-calendar-settings.php:284
1099
- #@ my-calendar
1100
- msgid "Previous Events"
1101
- msgstr "Předchozí"
1102
-
1103
- #: my-calendar-settings.php:287
1104
- #@ my-calendar
1105
- msgid "Next Events"
1106
- msgstr "Následující"
1107
-
1108
- #: my-calendar-settings.php:290
1109
- #@ my-calendar
1110
- msgid "Registration is open"
1111
- msgstr "Registrace je otevřená"
1112
-
1113
- #: my-calendar-settings.php:293
1114
- #@ my-calendar
1115
- msgid "Registration is closed"
1116
- msgstr "Registrace je uzavřena"
1117
-
1118
- #: my-calendar-settings.php:296
1119
- #@ my-calendar
1120
- msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1121
- msgstr "Titulek kalendáře je text obsahující zobrazený měsíc a rok v kalendářovém formátu. Tento text bude následovat existující text."
1122
-
1123
- #: my-calendar-settings.php:357
1124
- #@ my-calendar
1125
- msgid "In list mode, show how many months of events at a time:"
1126
- msgstr "Seznamové zobrazení: zobrazit počet měsíců události"
1127
-
1128
- #: my-calendar-settings.php:328
1129
- #@ my-calendar
1130
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
1131
- msgstr "Format data používá stejnou syntaxi jako <a href=\"http://php.net/date\">PHP <code>date()</code> funkce</a>. Uložte možnosti pro aktualizování ukázky."
1132
-
1133
- #: my-calendar-settings.php:337
1134
- #@ my-calendar
1135
- msgid "Display a jumpbox for changing month and year quickly?"
1136
- msgstr "Zobrazit rozbalovací box pro rychlou změnu měsíce a roku?"
1137
-
1138
- #: my-calendar-settings.php:393
1139
- #@ my-calendar
1140
- msgid "Show short description field on calendar."
1141
- msgstr "Zobrazit pole krátký popisek v kalendáři"
1142
-
1143
- #: my-calendar-settings.php:396
1144
- #@ my-calendar
1145
- msgid "Show full description field on calendar."
1146
- msgstr "Zobrazit pole dlouhý popisek v kalendáři"
1147
-
1148
- #: my-calendar-settings.php:474
1149
- #@ my-calendar
1150
- msgid "Show Event Location Dropdown Menu"
1151
- msgstr "Zobrazit rozbalovací menu pro umístění události"
1152
-
1153
- #: my-calendar-settings.php:474
1154
- #@ my-calendar
1155
- msgid "Show Event Short Description field"
1156
- msgstr "Zobrazit pole krátký popisek události"
1157
-
1158
- #: my-calendar-settings.php:474
1159
- #@ my-calendar
1160
- msgid "Show Event Description Field"
1161
- msgstr "zobrazit pole popisek události"
1162
-
1163
- #: my-calendar-settings.php:474
1164
- #@ my-calendar
1165
- msgid "Show Event Category field"
1166
- msgstr "Zobrazit pole kategorie"
1167
-
1168
- #: my-calendar-settings.php:474
1169
- #@ my-calendar
1170
- msgid "Show Event Link field"
1171
- msgstr "Zobrazit pole odkaz"
1172
-
1173
- #: my-calendar-settings.php:474
1174
- #@ my-calendar
1175
- msgid "Show Event Recurrence Options"
1176
- msgstr "Zobrazit možnosti "
1177
-
1178
- #: my-calendar-settings.php:487
1179
- #@ my-calendar
1180
- msgid "Administrators see all input options"
1181
- msgstr "Administrátoři vidí všechny vstupní nastavení"
1182
-
1183
- #: my-calendar-settings.php:408
1184
- #@ my-calendar
1185
- msgid "Default usage of category colors."
1186
- msgstr "Výchoz použití barev kategorie "
1187
-
1188
- #: my-calendar-settings.php:409
1189
- #@ my-calendar
1190
- msgid "Apply category colors to event titles as a font color."
1191
- msgstr "Použít barvy kategorie na titulky událostí jako barvu fontu."
1192
-
1193
- #: my-calendar-settings.php:410
1194
- #@ my-calendar
1195
- msgid "Apply category colors to event titles as a background color."
1196
- msgstr "Použít barvy kategorie na titulky událostí jako barva pozadí."
1197
-
1198
- #: my-calendar-settings.php:528
1199
- #@ my-calendar
1200
- msgid "Calendar Options: Email Notifications"
1201
- msgstr "Možnosti kalendáře: Emailové oznamování"
1202
-
1203
- #: my-calendar-settings.php:532
1204
- #@ my-calendar
1205
- msgid "Send Email Notifications when new events are scheduled or reserved."
1206
- msgstr "Zaslat oznámení emailem v případě, že je událost plánovaná nebo zarezervovaná."
1207
-
1208
- #: my-calendar-settings.php:535
1209
- #@ my-calendar
1210
- msgid "Notification messages are sent to: "
1211
- msgstr "Oznamovací zprávy byly odeslány do:"
1212
-
1213
- #: my-calendar-settings.php:538
1214
- #@ my-calendar
1215
- msgid "Email subject"
1216
- msgstr "Předmět emailu"
1217
-
1218
- #: my-calendar-settings.php:538
1219
- #@ my-calendar
1220
- msgid "New event Added"
1221
- msgstr "Nová událost přidána"
1222
-
1223
- #: my-calendar-settings.php:541
1224
- #@ my-calendar
1225
- msgid "Message Body"
1226
- msgstr "Tělo zprávy"
1227
-
1228
- #: my-calendar-settings.php:541
1229
- #@ my-calendar
1230
- msgid "New Event:"
1231
- msgstr "Nová událost"
1232
-
1233
- #: my-calendar-settings.php:542
1234
- #@ my-calendar
1235
- msgid "Shortcode Help"
1236
- msgstr "Nápověda pro krátký kód"
1237
-
1238
- #: my-calendar-settings.php:542
1239
- #@ my-calendar
1240
- msgid "All template shortcodes are available."
1241
- msgstr "Všechny krátké kódy šablony jsou dostupné."
1242
-
1243
- #: my-calendar-styles.php:129
1244
- #@ my-calendar
1245
- msgid "My Calendar Styles"
1246
- msgstr "Můj Kalendář styly"
1247
-
1248
- #: my-calendar-styles.php:133
1249
- #@ my-calendar
1250
- msgid "Calendar Style Settings"
1251
- msgstr "Nastavení stylů kalendáře"
1252
-
1253
- #: my-calendar-styles.php:187
1254
- #@ my-calendar
1255
- msgid "CSS Style Options"
1256
- msgstr "Možnosti CSS"
1257
-
1258
- #: my-calendar-styles.php:192
1259
- #@ my-calendar
1260
- msgid "Disable My Calendar Stylesheet"
1261
- msgstr "Zakázat šablonu stylů pro Můj kalendář"
1262
-
1263
- #: my-calendar-styles.php:195
1264
- #@ my-calendar
1265
- msgid "Edit the stylesheet for My Calendar"
1266
- msgstr "Editovat šablonu stylů pro Můj kalendář "
1267
-
1268
- #: my-calendar-behaviors.php:85
1269
- #: my-calendar-behaviors.php:116
1270
- #: my-calendar-behaviors.php:147
1271
- #: my-calendar-behaviors.php:178
1272
- #: my-calendar-styles.php:198
1273
- #@ my-calendar
1274
- msgid "Save"
1275
- msgstr "Uložit"
1276
-
1277
- #: my-calendar-behaviors.php:77
1278
- #@ my-calendar
1279
- msgid "Calendar Behaviors: Calendar View"
1280
- msgstr "Chování kalendáře: Zobrazení kalendáře"
1281
-
1282
- #: my-calendar-behaviors.php:79
1283
- #@ my-calendar
1284
- msgid "Disable Calendar Javascript Effects"
1285
- msgstr "Zakázat Javascriptové efekty kalendáře"
1286
-
1287
- #: my-calendar-behaviors.php:82
1288
- #@ my-calendar
1289
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1290
- msgstr "Upravit jQuery skripty pro Kalendářový mód"
1291
-
1292
- #: my-calendar-behaviors.php:108
1293
- #@ my-calendar
1294
- msgid "Calendar Behaviors: List View"
1295
- msgstr "Chování kalendáře: Seznamové zobrazení"
1296
-
1297
- #: my-calendar-behaviors.php:110
1298
- #@ my-calendar
1299
- msgid "Disable List Javascript Effects"
1300
- msgstr "Zakázat Javascriptové efekty v seznamu"
1301
-
1302
- #: my-calendar-behaviors.php:113
1303
- #@ my-calendar
1304
- msgid "Edit the jQuery scripts for My Calendar in List format"
1305
- msgstr "Upravit jQuery skripty pro seznam"
1306
-
1307
- #: my-calendar-behaviors.php:139
1308
- #@ my-calendar
1309
- msgid "Calendar Behaviors: Mini Calendar View"
1310
- msgstr "Chovaní kalendáře: Mini zobrazení"
1311
-
1312
- #: my-calendar-behaviors.php:141
1313
- #@ my-calendar
1314
- msgid "Disable Mini Javascript Effects"
1315
- msgstr "Zakázat javascriptové efekty - Mini"
1316
-
1317
- #: my-calendar-behaviors.php:144
1318
- #@ my-calendar
1319
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1320
- msgstr "Upravit jQuery skripty pro kalendář v módu Mini"
1321
-
1322
- #: my-calendar-upgrade-db.php:17
1323
- #: my-calendar-upgrade-db.php:25
1324
- #@ my-calendar
1325
- msgid "The My Calendar database needs to be updated."
1326
- msgstr "Databáze mého kalendáře musí být aktualizována "
1327
-
1328
- #: my-calendar-upgrade-db.php:18
1329
- #: my-calendar-upgrade-db.php:38
1330
- #@ my-calendar
1331
- msgid "Update now"
1332
- msgstr "Aktualizovat"
1333
-
1334
- #: my-calendar-upgrade-db.php:37
1335
- #@ my-calendar
1336
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1337
- msgstr "Nevytvořili jste žádné události, proto Můj kalendář nemůže zjistit, zda je databáze aktuální. Jestliže nemůžete přidávat události, aktualizujete databázi."
1338
-
1339
- #: my-calendar-upgrade-db.php:47
1340
- #@ my-calendar
1341
- msgid "My Calendar Database is updated."
1342
- msgstr "Databáze Mého kalendáře byla aktualizována"
1343
-
1344
- #: my-calendar-widgets.php:41
1345
- #: my-calendar-widgets.php:124
1346
- #@ my-calendar
1347
- msgid "Template"
1348
- msgstr "Šablona"
1349
-
1350
- #: my-calendar-widgets.php:52
1351
- #@ my-calendar
1352
- msgid "Show this text if there are no events today:"
1353
- msgstr "Zobrazit tento text, pokud zde nejsou žádné dnešní události"
1354
-
1355
- #: my-calendar-widgets.php:128
1356
- #@ my-calendar
1357
- msgid "Widget Options"
1358
- msgstr "Možnosti widgetu"
1359
-
1360
- #: my-calendar-widgets.php:139
1361
- #@ my-calendar
1362
- msgid "Display upcoming events by:"
1363
- msgstr "Zobrazit nadcházející události podle:"
1364
-
1365
- #: my-calendar-widgets.php:140
1366
- #@ my-calendar
1367
- msgid "Events (e.g. 2 past, 3 future)"
1368
- msgstr "Události"
1369
-
1370
- #: my-calendar-widgets.php:141
1371
- #@ my-calendar
1372
- msgid "Dates (e.g. 4 days past, 5 forward)"
1373
- msgstr "Data (např. 4 dny uplynulé, 5 dní budoucích)"
1374
-
1375
- #: my-calendar-event-manager.php:894
1376
- #: my-calendar-templates.php:191
1377
- #@ my-calendar
1378
- msgid "Published"
1379
- msgstr "Publikováno"
1380
-
1381
- #: my-calendar-event-manager.php:895
1382
- #: my-calendar-templates.php:191
1383
- #@ my-calendar
1384
- msgid "Reserved"
1385
- msgstr "Rezervováno"
1386
-
1387
- #: my-calendar-core.php:46
1388
- #: my-calendar.php:160
1389
- #@ my-calendar
1390
- msgid "Settings"
1391
- msgstr "Nastavení"
1392
-
1393
- #: my-calendar-core.php:47
1394
- #: my-calendar.php:164
1395
- #@ my-calendar
1396
- msgid "Help"
1397
- msgstr "Nápověda"
1398
-
1399
- #: my-calendar.php:121
1400
- #@ my-calendar
1401
- msgid "Buy the Beginner's Guide"
1402
- msgstr "Koupit příručku"
1403
-
1404
- #: my-calendar.php:122
1405
- #@ my-calendar
1406
- msgid "Get Support"
1407
- msgstr "Technická podpora"
1408
-
1409
- #: my-calendar.php:123
1410
- #: my-calendar.php:164
1411
- #@ my-calendar
1412
- msgid "My Calendar Help"
1413
- msgstr "Nápověda"
1414
-
1415
- #: my-calendar.php:124
1416
- #@ my-calendar
1417
- msgid "Make a Donation"
1418
- msgstr "Přispějte"
1419
-
1420
- #: my-calendar.php:147
1421
- #: my-calendar.php:150
1422
- #@ my-calendar
1423
- msgid "My Calendar"
1424
- msgstr "Můj kalendář"
1425
-
1426
- #: my-calendar.php:156
1427
- #@ my-calendar
1428
- msgid "Add/Edit Events"
1429
- msgstr "Přidat / upravit událost"
1430
-
1431
- #: my-calendar.php:161
1432
- #@ my-calendar
1433
- msgid "Style Editor"
1434
- msgstr "Editor stylů"
1435
-
1436
- #: my-calendar-output.php:137
1437
- #@ my-calendar
1438
- msgid "Event Details"
1439
- msgstr "Detaily události"
1440
-
1441
- #: my-calendar-output.php:157
1442
- #: my-calendar-output.php:264
1443
- #@ my-calendar
1444
- msgid "Close"
1445
- msgstr "Zavřít"
1446
-
1447
- #: my-calendar-output.php:172
1448
- #@ my-calendar
1449
- msgid "Not Applicable"
1450
- msgstr "Není k dispozici"
1451
-
1452
- #: my-calendar-output.php:186
1453
- #@ my-calendar
1454
- msgid "Posted by"
1455
- msgstr "Vytvořeno"
1456
-
1457
- #: my-calendar-output.php:247
1458
- #@ my-calendar
1459
- msgid "This class is part of a series. You must register for the first event in this series to attend."
1460
- msgstr "Třída je součástí série. Pro účast se musíte registrovat k první události. "
1461
-
1462
- #: button/generator.php:98
1463
- #: my-calendar-output.php:333
1464
- #: my-calendar-widgets.php:515
1465
- #@ my-calendar
1466
- msgid "Month"
1467
- msgstr "Měsíc"
1468
-
1469
- #: my-calendar-output.php:338
1470
- #@ my-calendar
1471
- msgid "Year"
1472
- msgstr "Rok"
1473
-
1474
- #: my-calendar-output.php:366
1475
- #@ my-calendar
1476
- msgid "Go"
1477
- msgstr "Jdi"
1478
-
1479
- #: my-calendar-output.php:412
1480
- #@ my-calendar
1481
- msgid "<abbr title=\"Sunday\">Sun</abbr>"
1482
- msgstr "<abbr title=\"Neděle\">Ne</abbr>"
1483
-
1484
- #: my-calendar-output.php:413
1485
- #@ my-calendar
1486
- msgid "<abbr title=\"Monday\">Mon</abbr>"
1487
- msgstr "<abbr title=\"Pondělí\">Pon</abbr>"
1488
-
1489
- #: my-calendar-output.php:414
1490
- #@ my-calendar
1491
- msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1492
- msgstr "<abbr title=\"Úterý\">Úte</abbr>"
1493
-
1494
- #: my-calendar-output.php:415
1495
- #@ my-calendar
1496
- msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1497
- msgstr "<abbr title=\"Středa\">Stř</abbr>"
1498
-
1499
- #: my-calendar-output.php:416
1500
- #@ my-calendar
1501
- msgid "<abbr title=\"Thursday\">Thur</abbr>"
1502
- msgstr "<abbr title=\"Čtvrtek\">Čtv</abbr>"
1503
-
1504
- #: my-calendar-output.php:417
1505
- #@ my-calendar
1506
- msgid "<abbr title=\"Friday\">Fri</abbr>"
1507
- msgstr "<abbr title=\"Pátek\">Pát</abbr>"
1508
-
1509
- #: my-calendar-output.php:418
1510
- #@ my-calendar
1511
- msgid "<abbr title=\"Saturday\">Sat</abbr>"
1512
- msgstr "<abbr title=\"Sobota\">Sob</abbr>"
1513
-
1514
- #: my-calendar-output.php:423
1515
- #@ my-calendar
1516
- msgid "<abbr title=\"Sunday\">S</abbr>"
1517
- msgstr "<abbr title=\"Neděle\">N</abbr>"
1518
-
1519
- #: my-calendar-output.php:424
1520
- #@ my-calendar
1521
- msgid "<abbr title=\"Monday\">M</abbr>"
1522
- msgstr "<abbr title=\"Pondělí\">P</abbr>"
1523
-
1524
- #: my-calendar-output.php:425
1525
- #@ my-calendar
1526
- msgid "<abbr title=\"Tuesday\">T</abbr>"
1527
- msgstr "<abbr title=\"Úterý\">Ú</abbr>"
1528
-
1529
- #: my-calendar-output.php:426
1530
- #@ my-calendar
1531
- msgid "<abbr title=\"Wednesday\">W</abbr>"
1532
- msgstr "<abbr title=\"Středa\">S</abbr>"
1533
-
1534
- #: my-calendar-output.php:427
1535
- #@ my-calendar
1536
- msgid "<abbr title=\"Thursday\">T</abbr>"
1537
- msgstr "<abbr title=\"Čtvrtek\">Č</abbr>"
1538
-
1539
- #: my-calendar-output.php:428
1540
- #@ my-calendar
1541
- msgid "<abbr title=\"Friday\">F</abbr>"
1542
- msgstr "<abbr title=\"Pátek\">P</abbr>"
1543
-
1544
- #: my-calendar-output.php:429
1545
- #@ my-calendar
1546
- msgid "<abbr title=\"Saturday\">S</abbr>"
1547
- msgstr "<abbr title=\"Sobota\">S</abbr>"
1548
-
1549
- #: my-calendar-output.php:544
1550
- #@ my-calendar
1551
- msgid "and"
1552
- msgstr "a"
1553
-
1554
- #: my-calendar-widgets.php:476
1555
- #@ my-calendar
1556
- msgid "Calendar"
1557
- msgstr "Kalendář"
1558
-
1559
- #: my-calendar-output.php:564
1560
- #@ my-calendar
1561
- msgid "Events in"
1562
- msgstr "Události v"
1563
-
1564
- #: my-calendar-output.php:758
1565
- #@ my-calendar
1566
- msgid "There are no events scheduled during this period."
1567
- msgstr "Na toto období nejsou naplánovány žádné události."
1568
-
1569
- #: my-calendar-output.php:770
1570
- #@ my-calendar
1571
- msgid "Category Key"
1572
- msgstr "Klíč kategorie"
1573
-
1574
- #: button/generator.php:12
1575
- #@ my-calendar
1576
- msgid "You don't have access to this function."
1577
- msgstr ""
1578
-
1579
- #: button/generator.php:18
1580
- #: button/generator.php:44
1581
- #@ my-calendar
1582
- msgid "My Calendar Shortcode Generator"
1583
- msgstr ""
1584
-
1585
- #: button/generator.php:47
1586
- #@ my-calendar
1587
- msgid "Shortcode Attributes"
1588
- msgstr ""
1589
-
1590
- #: button/generator.php:52
1591
- #@ my-calendar
1592
- msgid "Location filter type:"
1593
- msgstr ""
1594
-
1595
- #: button/generator.php:54
1596
- #@ my-calendar
1597
- msgid "All locations"
1598
- msgstr ""
1599
-
1600
- #: button/generator.php:55
1601
- #: my-calendar-settings.php:450
1602
- #: my-calendar-settings.php:619
1603
- #@ my-calendar
1604
- msgid "Location Name"
1605
- msgstr ""
1606
-
1607
- #: button/generator.php:64
1608
- #@ my-calendar
1609
- msgid "Location filter value:"
1610
- msgstr ""
1611
-
1612
- #: button/generator.php:68
1613
- #@ my-calendar
1614
- msgid "Format"
1615
- msgstr ""
1616
-
1617
- #: button/generator.php:70
1618
- #@ my-calendar
1619
- msgid "Grid"
1620
- msgstr ""
1621
-
1622
- #: button/generator.php:71
1623
- #@ my-calendar
1624
- msgid "List"
1625
- msgstr ""
1626
-
1627
- #: button/generator.php:75
1628
- #@ my-calendar
1629
- msgid "Show Category Key"
1630
- msgstr ""
1631
-
1632
- #: button/generator.php:77
1633
- #: button/generator.php:84
1634
- #: button/generator.php:91
1635
- #: my-calendar-widgets.php:503
1636
- #: my-calendar-widgets.php:509
1637
- #@ my-calendar
1638
- msgid "Yes"
1639
- msgstr ""
1640
-
1641
- #: button/generator.php:78
1642
- #: button/generator.php:85
1643
- #: button/generator.php:92
1644
- #: my-calendar-widgets.php:504
1645
- #: my-calendar-widgets.php:510
1646
- #@ my-calendar
1647
- msgid "No"
1648
- msgstr ""
1649
-
1650
- #: button/generator.php:82
1651
- #@ my-calendar
1652
- msgid "Show Previous/Next Links"
1653
- msgstr ""
1654
-
1655
- #: button/generator.php:89
1656
- #@ my-calendar
1657
- msgid "Show Format Toggle"
1658
- msgstr ""
1659
-
1660
- #: button/generator.php:96
1661
- #@ my-calendar
1662
- msgid "Time Segment"
1663
- msgstr ""
1664
-
1665
- #: button/generator.php:99
1666
- #: my-calendar-widgets.php:516
1667
- #@ my-calendar
1668
- msgid "Week"
1669
- msgstr ""
1670
-
1671
- #: button/generator.php:100
1672
- #@ my-calendar
1673
- msgid "Day"
1674
- msgstr ""
1675
-
1676
- #: button/generator.php:105
1677
- #@ my-calendar
1678
- msgid "Generate Shortcode"
1679
- msgstr ""
1680
-
1681
- #: button/generator.php:107
1682
- #@ my-calendar
1683
- msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
1684
- msgstr ""
1685
-
1686
- #: button/generator.php:117
1687
- #@ my-calendar
1688
- msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
1689
- msgstr ""
1690
-
1691
- #: my-calendar-behaviors.php:42
1692
- #@ my-calendar
1693
- msgid "Behavior Settings saved"
1694
- msgstr ""
1695
-
1696
- #: my-calendar-behaviors.php:65
1697
- #@ my-calendar
1698
- msgid "My Calendar Behaviors"
1699
- msgstr ""
1700
-
1701
- #: my-calendar-behaviors.php:69
1702
- #@ my-calendar
1703
- msgid "Calendar Behavior Settings"
1704
- msgstr ""
1705
-
1706
- #: my-calendar-behaviors.php:74
1707
- #@ my-calendar
1708
- msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1709
- msgstr ""
1710
-
1711
- #: my-calendar-behaviors.php:79
1712
- #@ my-calendar
1713
- msgid "Update/Reset the My Calendar Calendar Javascript"
1714
- msgstr ""
1715
-
1716
- #: my-calendar-behaviors.php:94
1717
- #: my-calendar-behaviors.php:125
1718
- #: my-calendar-behaviors.php:156
1719
- #: my-calendar-behaviors.php:186
1720
- #@ my-calendar
1721
- msgid "Comparing scripts with latest installed version of My Calendar"
1722
- msgstr ""
1723
-
1724
- #: my-calendar-behaviors.php:94
1725
- #: my-calendar-behaviors.php:125
1726
- #: my-calendar-behaviors.php:156
1727
- #: my-calendar-behaviors.php:186
1728
- #: my-calendar-styles.php:208
1729
- #@ my-calendar
1730
- msgid "Latest (from plugin)"
1731
- msgstr ""
1732
-
1733
- #: my-calendar-behaviors.php:94
1734
- #: my-calendar-behaviors.php:125
1735
- #: my-calendar-behaviors.php:156
1736
- #: my-calendar-behaviors.php:186
1737
- #: my-calendar-styles.php:208
1738
- #@ my-calendar
1739
- msgid "Current (in use)"
1740
- msgstr ""
1741
-
1742
- #: my-calendar-behaviors.php:98
1743
- #@ my-calendar
1744
- msgid "There have been updates to the calendar view scripts."
1745
- msgstr ""
1746
-
1747
- #: my-calendar-behaviors.php:98
1748
- #: my-calendar-behaviors.php:129
1749
- #: my-calendar-behaviors.php:160
1750
- #: my-calendar-behaviors.php:190
1751
- #@ my-calendar
1752
- msgid "Compare your scripts with latest installed version of My Calendar."
1753
- msgstr ""
1754
-
1755
- #: my-calendar-behaviors.php:102
1756
- #: my-calendar-behaviors.php:133
1757
- #: my-calendar-behaviors.php:164
1758
- #: my-calendar-behaviors.php:194
1759
- #@ my-calendar
1760
- msgid "Your script matches that included with My Calendar."
1761
- msgstr ""
1762
-
1763
- #: my-calendar-behaviors.php:110
1764
- #@ my-calendar
1765
- msgid "Update/Reset the My Calendar List Javascript"
1766
- msgstr ""
1767
-
1768
- #: my-calendar-behaviors.php:129
1769
- #@ my-calendar
1770
- msgid "There have been updates to the list view scripts."
1771
- msgstr ""
1772
-
1773
- #: my-calendar-behaviors.php:141
1774
- #@ my-calendar
1775
- msgid "Update/Reset the My Calendar Mini Format Javascript"
1776
- msgstr ""
1777
-
1778
- #: my-calendar-behaviors.php:160
1779
- #@ my-calendar
1780
- msgid "There have been updates to the mini view scripts."
1781
- msgstr ""
1782
-
1783
- #: my-calendar-behaviors.php:170
1784
- #@ my-calendar
1785
- msgid "Calendar Behaviors: AJAX Navigation"
1786
- msgstr ""
1787
-
1788
- #: my-calendar-behaviors.php:172
1789
- #@ my-calendar
1790
- msgid "Update/Reset the My Calendar AJAX Javascript"
1791
- msgstr ""
1792
-
1793
- #: my-calendar-behaviors.php:172
1794
- #@ my-calendar
1795
- msgid "Disable AJAX Effects"
1796
- msgstr ""
1797
-
1798
- #: my-calendar-behaviors.php:175
1799
- #@ my-calendar
1800
- msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1801
- msgstr ""
1802
-
1803
- #: my-calendar-behaviors.php:190
1804
- #@ my-calendar
1805
- msgid "There have been updates to the AJAX scripts."
1806
- msgstr ""
1807
-
1808
- #: my-calendar-behaviors.php:202
1809
- #@ my-calendar
1810
- msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
1811
- msgstr ""
1812
-
1813
- #: my-calendar-categories.php:137
1814
- #@ my-calendar
1815
- msgid "Error: Category was not edited."
1816
- msgstr ""
1817
-
1818
- #: my-calendar-categories.php:218
1819
- #@ my-calendar
1820
- msgid "Add a New Category"
1821
- msgstr ""
1822
-
1823
- #: my-calendar-core.php:185
1824
- #, php-format
1825
- #@ my-calendar
1826
- msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1827
- msgstr ""
1828
-
1829
- #: my-calendar-core.php:911
1830
- #@ my-calendar
1831
- msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1832
- msgstr ""
1833
-
1834
- #: my-calendar-core.php:1036
1835
- #@ my-calendar
1836
- msgid "Is this your calendar page?"
1837
- msgstr ""
1838
-
1839
- #: my-calendar-core.php:1039
1840
- #@ my-calendar
1841
- msgid "I tried to guess, but don't have a suggestion for you."
1842
- msgstr ""
1843
-
1844
- #: my-calendar-event-manager.php:159
1845
- #, php-format
1846
- #@ my-calendar
1847
- msgid "%1$d events deleted successfully out of %2$d selected"
1848
- msgstr ""
1849
-
1850
- #: my-calendar-event-manager.php:161
1851
- #@ my-calendar
1852
- msgid "Your events have not been deleted. Please investigate."
1853
- msgstr ""
1854
-
1855
- #: my-calendar-event-manager.php:260
1856
- #@ my-calendar
1857
- msgid "Currently editing your local calendar"
1858
- msgstr ""
1859
-
1860
- #: my-calendar-event-manager.php:262
1861
- #@ my-calendar
1862
- msgid "Currently editing your central calendar"
1863
- msgstr ""
1864
-
1865
- #: my-calendar-event-manager.php:471
1866
- #@ my-calendar
1867
- msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
1868
- msgstr ""
1869
-
1870
- #: my-calendar-event-manager.php:477
1871
- #: my-calendar-event-manager.php:600
1872
- #: my-calendar-group-manager.php:291
1873
- #@ my-calendar
1874
- msgid "(required)"
1875
- msgstr ""
1876
-
1877
- #: my-calendar-event-manager.php:496
1878
- #@ my-calendar
1879
- msgid "This event is not spam"
1880
- msgstr ""
1881
-
1882
- #: my-calendar-event-manager.php:513
1883
- #: my-calendar-event-manager.php:520
1884
- #@ my-calendar
1885
- msgid "This event's image:"
1886
- msgstr ""
1887
-
1888
- #: my-calendar-event-manager.php:514
1889
- #@ my-calendar
1890
- msgid "Add an image:"
1891
- msgstr ""
1892
-
1893
- #: my-calendar-event-manager.php:514
1894
- #@ my-calendar
1895
- msgid "Upload Image"
1896
- msgstr ""
1897
-
1898
- #: my-calendar-event-manager.php:514
1899
- #: my-calendar-group-manager.php:306
1900
- #@ my-calendar
1901
- msgid "Include your image URL or upload an image."
1902
- msgstr ""
1903
-
1904
- #: my-calendar-event-manager.php:530
1905
- #: my-calendar-group-manager.php:317
1906
- #@ my-calendar
1907
- msgid "Event Host"
1908
- msgstr ""
1909
-
1910
- #: my-calendar-event-manager.php:582
1911
- #@ my-calendar
1912
- msgid "Event Date and Time"
1913
- msgstr ""
1914
-
1915
- #: my-calendar-event-manager.php:583
1916
- #@ my-calendar
1917
- msgid "Enter the beginning and ending information for this occurrence of the event."
1918
- msgstr ""
1919
-
1920
- #: my-calendar-event-manager.php:600
1921
- #@ my-calendar
1922
- msgid "Time (hh:mm am/pm)"
1923
- msgstr ""
1924
-
1925
- #: my-calendar-event-manager.php:609
1926
- #@ my-calendar
1927
- msgid "End Date (YYYY-MM-DD)"
1928
- msgstr ""
1929
-
1930
- #: my-calendar-event-manager.php:609
1931
- #@ my-calendar
1932
- msgid "End Time (hh:mm am/pm)"
1933
- msgstr ""
1934
-
1935
- #: my-calendar-event-manager.php:619
1936
- #@ my-calendar
1937
- msgid "Add another occurrence"
1938
- msgstr ""
1939
-
1940
- #: my-calendar-event-manager.php:620
1941
- #@ my-calendar
1942
- msgid "Remove last occurrence"
1943
- msgstr ""
1944
-
1945
- #: my-calendar-event-manager.php:640
1946
- #: my-calendar-templates.php:111
1947
- #@ my-calendar
1948
- msgid "Daily, weekdays only"
1949
- msgstr ""
1950
-
1951
- #: my-calendar-event-manager.php:647
1952
- #@ my-calendar
1953
- msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1954
- msgstr ""
1955
-
1956
- #: my-calendar-event-manager.php:665
1957
- #: my-calendar-group-manager.php:373
1958
- #@ my-calendar
1959
- msgid "My Calendar does not manage event registrations. Use this for information only."
1960
- msgstr ""
1961
-
1962
- #: my-calendar-event-manager.php:789
1963
- #: my-calendar-group-manager.php:459
1964
- #@ my-calendar
1965
- msgid "Location URL"
1966
- msgstr ""
1967
-
1968
- #: my-calendar-event-manager.php:810
1969
- #@ my-calendar
1970
- msgid "Special Options"
1971
- msgstr ""
1972
-
1973
- #: my-calendar-event-manager.php:812
1974
- #@ my-calendar
1975
- msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
1976
- msgstr ""
1977
-
1978
- #: my-calendar-event-manager.php:815
1979
- #@ my-calendar
1980
- msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
1981
- msgstr ""
1982
-
1983
- #: my-calendar-event-manager.php:896
1984
- #@ my-calendar
1985
- msgid "All"
1986
- msgstr ""
1987
-
1988
- #: my-calendar-event-manager.php:906
1989
- #: my-calendar-group-manager.php:675
1990
- #@ my-calendar
1991
- msgid "Table of Calendar Events"
1992
- msgstr ""
1993
-
1994
- #: my-calendar-event-manager.php:949
1995
- #: my-calendar-group-manager.php:720
1996
- #@ my-calendar
1997
- msgid "Weekdays"
1998
- msgstr ""
1999
-
2000
- #: my-calendar-event-manager.php:958
2001
- #: my-calendar-group-manager.php:729
2002
- #, php-format
2003
- #@ my-calendar
2004
- msgid "%d Times"
2005
- msgstr ""
2006
-
2007
- #: my-calendar-event-manager.php:976
2008
- #: my-calendar-group-manager.php:747
2009
- #: my-calendar-output.php:269
2010
- #@ my-calendar
2011
- msgid "Edit Group"
2012
- msgstr ""
2013
-
2014
- #: my-calendar-event-manager.php:996
2015
- #@ my-calendar
2016
- msgid "Awaiting Approval"
2017
- msgstr ""
2018
-
2019
- #: my-calendar-event-manager.php:1007
2020
- #@ my-calendar
2021
- msgid "Delete checked events"
2022
- msgstr ""
2023
-
2024
- #: my-calendar-group-manager.php:56
2025
- #@ my-calendar
2026
- msgid "Event not updated."
2027
- msgstr ""
2028
-
2029
- #: my-calendar-group-manager.php:82
2030
- #@ my-calendar
2031
- msgid "Event not grouped."
2032
- msgstr ""
2033
-
2034
- #: my-calendar-group-manager.php:86
2035
- #@ my-calendar
2036
- msgid "Event grouped successfully"
2037
- msgstr ""
2038
-
2039
- #: my-calendar-group-manager.php:104
2040
- #: my-calendar-group-manager.php:259
2041
- #@ my-calendar
2042
- msgid "Edit Event Group"
2043
- msgstr ""
2044
-
2045
- #: my-calendar-group-manager.php:108
2046
- #@ my-calendar
2047
- msgid "You must provide an event group id in order to edit it"
2048
- msgstr ""
2049
-
2050
- #: my-calendar-group-manager.php:116
2051
- #: my-calendar.php:158
2052
- #@ my-calendar
2053
- msgid "Manage Event Groups"
2054
- msgstr ""
2055
-
2056
- #: my-calendar-group-manager.php:118
2057
- #@ my-calendar
2058
- msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2059
- msgstr ""
2060
-
2061
- #: my-calendar-group-manager.php:119
2062
- #@ my-calendar
2063
- msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2064
- msgstr ""
2065
-
2066
- #: my-calendar-group-manager.php:212
2067
- #@ my-calendar
2068
- msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2069
- msgstr ""
2070
-
2071
- #: my-calendar-group-manager.php:212
2072
- #@ my-calendar
2073
- msgid "The group editable fields in for the events in this group match."
2074
- msgstr ""
2075
-
2076
- #: my-calendar-group-manager.php:219
2077
- #@ my-calendar
2078
- msgid "Apply these changes to:"
2079
- msgstr ""
2080
-
2081
- #: my-calendar-group-manager.php:230
2082
- #@ my-calendar
2083
- msgid "Check/Uncheck all"
2084
- msgstr ""
2085
-
2086
- #: my-calendar-group-manager.php:232
2087
- #@ my-calendar
2088
- msgid "Remove checked events from this group"
2089
- msgstr ""
2090
-
2091
- #: my-calendar-group-manager.php:249
2092
- #@ my-calendar
2093
- msgid "You must provide a group ID to edit groups"
2094
- msgstr ""
2095
-
2096
- #: my-calendar-group-manager.php:662
2097
- #@ my-calendar
2098
- msgid "Create/Modify Groups"
2099
- msgstr ""
2100
-
2101
- #: my-calendar-group-manager.php:663
2102
- #@ my-calendar
2103
- msgid "Check a set of events to group them for mass editing."
2104
- msgstr ""
2105
-
2106
- #: my-calendar-group-manager.php:673
2107
- #: my-calendar-group-manager.php:759
2108
- #@ my-calendar
2109
- msgid "Group checked events for mass editing"
2110
- msgstr ""
2111
-
2112
- #: my-calendar-group-manager.php:679
2113
- #@ my-calendar
2114
- msgid "Group"
2115
- msgstr ""
2116
-
2117
- #: my-calendar-group-manager.php:749
2118
- #@ my-calendar
2119
- msgid "Ungrouped"
2120
- msgstr ""
2121
-
2122
- #: my-calendar-help.php:17
2123
- #@ my-calendar
2124
- msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2125
- msgstr ""
2126
-
2127
- #: my-calendar-help.php:22
2128
- #@ my-calendar
2129
- msgid "The shortcode supports eight attributes:"
2130
- msgstr ""
2131
-
2132
- #: my-calendar-help.php:24
2133
- #@ my-calendar
2134
- msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2135
- msgstr ""
2136
-
2137
- #: my-calendar-help.php:25
2138
- #@ my-calendar
2139
- msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2140
- msgstr ""
2141
-
2142
- #: my-calendar-help.php:26
2143
- #@ my-calendar
2144
- msgid "Set as \"no\" to hide the category key."
2145
- msgstr ""
2146
-
2147
- #: my-calendar-help.php:27
2148
- #@ my-calendar
2149
- msgid "Set as \"no\" to hide the month-by-month navigation."
2150
- msgstr ""
2151
-
2152
- #: my-calendar-help.php:28
2153
- #@ my-calendar
2154
- msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2155
- msgstr ""
2156
-
2157
- #: my-calendar-help.php:29
2158
- #@ my-calendar
2159
- msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2160
- msgstr ""
2161
-
2162
- #: my-calendar-help.php:30
2163
- #@ my-calendar
2164
- msgid "The type of location data to restrict by."
2165
- msgstr ""
2166
-
2167
- #: my-calendar-help.php:31
2168
- #@ my-calendar
2169
- msgid "The specific location information to filter to."
2170
- msgstr ""
2171
-
2172
- #: my-calendar-help.php:35
2173
- #@ my-calendar
2174
- msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2175
- msgstr ""
2176
-
2177
- #: my-calendar-help.php:37
2178
- #@ my-calendar
2179
- msgid "Additional Calendar Views (Upcoming events, today's events)"
2180
- msgstr ""
2181
-
2182
- #: my-calendar-help.php:39
2183
- #@ my-calendar
2184
- msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
2185
- msgstr ""
2186
-
2187
- #: my-calendar-help.php:42
2188
- #@ my-calendar
2189
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
2190
- msgstr ""
2191
-
2192
- #: my-calendar-help.php:45
2193
- #@ my-calendar
2194
- msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2195
- msgstr ""
2196
-
2197
- #: my-calendar-help.php:48
2198
- #@ my-calendar
2199
- msgid "Supplement Features (Locations filter, Categories filter)"
2200
- msgstr ""
2201
-
2202
- #: my-calendar-help.php:51
2203
- #@ my-calendar
2204
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2205
- msgstr ""
2206
-
2207
- #: my-calendar-help.php:54
2208
- #@ my-calendar
2209
- msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2210
- msgstr ""
2211
-
2212
- #: my-calendar-help.php:57
2213
- #@ my-calendar
2214
- msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2215
- msgstr ""
2216
-
2217
- #: my-calendar-help.php:77
2218
- #@ my-calendar
2219
- msgid "Custom Styles"
2220
- msgstr ""
2221
-
2222
- #: my-calendar-help.php:80
2223
- #@ my-calendar
2224
- msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
2225
- msgstr ""
2226
-
2227
- #: my-calendar-help.php:83
2228
- #@ my-calendar
2229
- msgid "Your stylesheet directory is"
2230
- msgstr ""
2231
-
2232
- #: my-calendar-help.php:84
2233
- #@ my-calendar
2234
- msgid "Your custom stylesheets directory is"
2235
- msgstr ""
2236
-
2237
- #: my-calendar-help.php:95
2238
- #@ my-calendar
2239
- msgid "These codes are available in calendar widgets, email notifications, and event titles."
2240
- msgstr ""
2241
-
2242
- #: my-calendar-help.php:97
2243
- #: my-calendar-templating.php:72
2244
- #@ my-calendar
2245
- msgid "Event Template Tags"
2246
- msgstr ""
2247
-
2248
- #: my-calendar-help.php:109
2249
- #@ my-calendar
2250
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2251
- msgstr ""
2252
-
2253
- #: my-calendar-help.php:112
2254
- #@ my-calendar
2255
- msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2256
- msgstr ""
2257
-
2258
- #: my-calendar-help.php:127
2259
- #@ my-calendar
2260
- msgid "Displays the name of the person assigned as host for the event."
2261
- msgstr ""
2262
-
2263
- #: my-calendar-help.php:130
2264
- #@ my-calendar
2265
- msgid "Displays the email address of the person assigned as host for the event."
2266
- msgstr ""
2267
-
2268
- #: my-calendar-help.php:139
2269
- #: my-calendar-templating.php:111
2270
- #@ my-calendar
2271
- msgid "Image associated with the event."
2272
- msgstr ""
2273
-
2274
- #: my-calendar-help.php:145
2275
- #@ my-calendar
2276
- msgid "Produces the URL to download an iCal formatted record for the event."
2277
- msgstr ""
2278
-
2279
- #: my-calendar-help.php:148
2280
- #@ my-calendar
2281
- msgid "Produces a hyperlink to download an iCal formatted record for the event."
2282
- msgstr ""
2283
-
2284
- #: my-calendar-help.php:151
2285
- #@ my-calendar
2286
- msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2287
- msgstr ""
2288
-
2289
- #: my-calendar-help.php:154
2290
- #@ my-calendar
2291
- msgid "Shows the number of repetitions of the event."
2292
- msgstr ""
2293
-
2294
- #: my-calendar-help.php:157
2295
- #@ my-calendar
2296
- msgid "Provides a link to an auto-generated page containing all information on the given event."
2297
- msgstr ""
2298
-
2299
- #: my-calendar-help.php:157
2300
- #@ my-calendar
2301
- msgid "Requires that the site URL has been provided on the Settings page"
2302
- msgstr ""
2303
-
2304
- #: my-calendar-help.php:165
2305
- #: my-calendar-templating.php:125
2306
- #@ my-calendar
2307
- msgid "Location Template Tags"
2308
- msgstr ""
2309
-
2310
- #: my-calendar-help.php:178
2311
- #@ my-calendar
2312
- msgid "Displays the city for the location."
2313
- msgstr ""
2314
-
2315
- #: my-calendar-help.php:181
2316
- #@ my-calendar
2317
- msgid "Displays the state for the location."
2318
- msgstr ""
2319
-
2320
- #: my-calendar-help.php:184
2321
- #@ my-calendar
2322
- msgid "Displays the postcode for the location."
2323
- msgstr ""
2324
-
2325
- #: my-calendar-help.php:187
2326
- #@ my-calendar
2327
- msgid "Shows the custom region entered for the location."
2328
- msgstr ""
2329
-
2330
- #: my-calendar-help.php:193
2331
- #@ my-calendar
2332
- msgid "Output the URL for the location link."
2333
- msgstr ""
2334
-
2335
- #: my-calendar-help.php:196
2336
- #@ my-calendar
2337
- msgid "Output a hyperlink to the location's listed link with default link text."
2338
- msgstr ""
2339
-
2340
- #: my-calendar-help.php:204
2341
- #: my-calendar-templating.php:161
2342
- #@ my-calendar
2343
- msgid "Category Template Tags"
2344
- msgstr ""
2345
-
2346
- #: my-calendar-help.php:211
2347
- #@ my-calendar
2348
- msgid "Produces the address of the current event's category icon."
2349
- msgstr ""
2350
-
2351
- #: my-calendar-help.php:214
2352
- #@ my-calendar
2353
- msgid "Produces the HTML for the current event's category icon."
2354
- msgstr ""
2355
-
2356
- #: my-calendar-help.php:217
2357
- #@ my-calendar
2358
- msgid "Produces the hex code for the current event's category color."
2359
- msgstr ""
2360
-
2361
- #: my-calendar-help.php:220
2362
- #@ my-calendar
2363
- msgid ""
2364
- "Displays the ID for\n"
2365
- " the category the event is in."
2366
- msgstr ""
2367
-
2368
- #: my-calendar-help.php:224
2369
- #@ my-calendar
2370
- msgid "Special use Template Tags"
2371
- msgstr ""
2372
-
2373
- #: my-calendar-help.php:228
2374
- #@ my-calendar
2375
- msgid "A unique ID for the current instance of an event."
2376
- msgstr ""
2377
-
2378
- #: my-calendar-help.php:231
2379
- #@ my-calendar
2380
- msgid "The ID for the event record associated with the current instance of an event."
2381
- msgstr ""
2382
-
2383
- #: my-calendar-help.php:241
2384
- #@ my-calendar
2385
- msgid "Helpful Information"
2386
- msgstr ""
2387
-
2388
- #: my-calendar-help.php:244
2389
- #@ my-calendar
2390
- msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2391
- msgstr ""
2392
-
2393
- #: my-calendar-help.php:247
2394
- #@ my-calendar
2395
- msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2396
- msgstr ""
2397
-
2398
- #: my-calendar-install.php:192
2399
- #@ my-calendar
2400
- msgid "My Calendar Default Timezone"
2401
- msgstr ""
2402
-
2403
- #: my-calendar-install.php:237
2404
- #@ my-calendar
2405
- msgid "My Calendar Default Location"
2406
- msgstr ""
2407
-
2408
- #: my-calendar-locations.php:197
2409
- #@ my-calendar
2410
- msgid "Website"
2411
- msgstr ""
2412
-
2413
- #: my-calendar-locations.php:217
2414
- #@ my-calendar
2415
- msgid "Add a New Location"
2416
- msgstr ""
2417
-
2418
- #: my-calendar-output.php:166
2419
- #, php-format
2420
- #@ my-calendar
2421
- msgid "(%s in your time zone)"
2422
- msgstr ""
2423
-
2424
- #: my-calendar-output.php:193
2425
- #: my-calendar-templates.php:193
2426
- #@ my-calendar
2427
- msgid "Details about"
2428
- msgstr ""
2429
-
2430
- #: my-calendar-output.php:213
2431
- #: my-calendar-templates.php:148
2432
- #@ my-calendar
2433
- msgid "iCal"
2434
- msgstr ""
2435
-
2436
- #: my-calendar-output.php:252
2437
- #@ my-calendar
2438
- msgid "View full calendar"
2439
- msgstr ""
2440
-
2441
- #: my-calendar-output.php:282
2442
- #@ my-calendar
2443
- msgid "Edit This Date"
2444
- msgstr ""
2445
-
2446
- #: my-calendar-output.php:283
2447
- #@ my-calendar
2448
- msgid "Edit All"
2449
- msgstr ""
2450
-
2451
- #: my-calendar-output.php:284
2452
- #@ my-calendar
2453
- msgid "Delete This Date"
2454
- msgstr ""
2455
-
2456
- #: my-calendar-output.php:285
2457
- #@ my-calendar
2458
- msgid "Delete All"
2459
- msgstr ""
2460
-
2461
- #: my-calendar-output.php:386
2462
- #@ my-calendar
2463
- msgid "View as Grid"
2464
- msgstr ""
2465
-
2466
- #: my-calendar-output.php:390
2467
- #@ my-calendar
2468
- msgid "View as List"
2469
- msgstr ""
2470
-
2471
- #: my-calendar-output.php:520
2472
- #@ my-calendar
2473
- msgid "No events scheduled for today!"
2474
- msgstr ""
2475
-
2476
- #: my-calendar-output.php:559
2477
- #@ my-calendar
2478
- msgid "The week's events"
2479
- msgstr ""
2480
-
2481
- #: my-calendar-output.php:566
2482
- #@ my-calendar
2483
- msgid "This week's events"
2484
- msgstr ""
2485
-
2486
- #: my-calendar-output.php:743
2487
- #, php-format
2488
- #@ my-calendar
2489
- msgid " and %d other event"
2490
- msgstr ""
2491
-
2492
- #: my-calendar-output.php:745
2493
- #, php-format
2494
- #@ my-calendar
2495
- msgid " and %d other events"
2496
- msgstr ""
2497
-
2498
- #: my-calendar-output.php:762
2499
- #@ my-calendar
2500
- msgid "Unrecognized calendar format."
2501
- msgstr ""
2502
-
2503
- #: my-calendar-output.php:810
2504
- #@ my-calendar
2505
- msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2506
- msgstr ""
2507
-
2508
- #: my-calendar-output.php:811
2509
- #@ my-calendar
2510
- msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2511
- msgstr ""
2512
-
2513
- #: my-calendar-output.php:824
2514
- #@ my-calendar
2515
- msgid "Next events"
2516
- msgstr ""
2517
-
2518
- #: my-calendar-output.php:866
2519
- #@ my-calendar
2520
- msgid "Previous events"
2521
- msgstr ""
2522
-
2523
- #: my-calendar-output.php:914
2524
- #@ my-calendar
2525
- msgid "(select to include)"
2526
- msgstr ""
2527
-
2528
- #: my-calendar-output.php:935
2529
- #: my-calendar-output.php:938
2530
- #@ my-calendar
2531
- msgid "All Categories"
2532
- msgstr ""
2533
-
2534
- #: my-calendar-output.php:936
2535
- #@ my-calendar
2536
- msgid "Categories"
2537
- msgstr ""
2538
-
2539
- #: my-calendar-output.php:957
2540
- #: my-calendar-output.php:1117
2541
- #@ my-calendar
2542
- msgid "Submit"
2543
- msgstr ""
2544
-
2545
- #: my-calendar-output.php:1061
2546
- #: my-calendar-output.php:1079
2547
- #@ my-calendar
2548
- msgid "Show all"
2549
- msgstr ""
2550
-
2551
- #: my-calendar-output.php:1077
2552
- #@ my-calendar
2553
- msgid "Show events in:"
2554
- msgstr ""
2555
-
2556
- #: my-calendar-settings.php:86
2557
- #@ my-calendar
2558
- msgid "Permissions Settings saved"
2559
- msgstr ""
2560
-
2561
- #: my-calendar-settings.php:122
2562
- #@ my-calendar
2563
- msgid "Output Settings saved"
2564
- msgstr ""
2565
-
2566
- #: my-calendar-settings.php:141
2567
- #@ my-calendar
2568
- msgid "Input Settings saved"
2569
- msgstr ""
2570
-
2571
- #: my-calendar-settings.php:147
2572
- #@ my-calendar
2573
- msgid "Multsite settings saved"
2574
- msgstr ""
2575
-
2576
- #: my-calendar-settings.php:164
2577
- #@ my-calendar
2578
- msgid "Custom text settings saved"
2579
- msgstr ""
2580
-
2581
- #: my-calendar-settings.php:176
2582
- #@ my-calendar
2583
- msgid "Email notice settings saved"
2584
- msgstr ""
2585
-
2586
- #: my-calendar-settings.php:190
2587
- #@ my-calendar
2588
- msgid "User custom settings saved"
2589
- msgstr ""
2590
-
2591
- #: my-calendar-settings.php:223
2592
- #@ my-calendar
2593
- msgid "Calendar Management Settings"
2594
- msgstr ""
2595
-
2596
- #: my-calendar-settings.php:230
2597
- #@ my-calendar
2598
- msgid "Lowest user group that may create events"
2599
- msgstr ""
2600
-
2601
- #: my-calendar-settings.php:239
2602
- #@ my-calendar
2603
- msgid "Lowest user group that may approve events"
2604
- msgstr ""
2605
-
2606
- #: my-calendar-settings.php:248
2607
- #@ my-calendar
2608
- msgid "Lowest user group that may edit or delete all events"
2609
- msgstr ""
2610
-
2611
- #: my-calendar-settings.php:254
2612
- #@ my-calendar
2613
- msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
2614
- msgstr ""
2615
-
2616
- #: my-calendar-settings.php:258
2617
- #@ my-calendar
2618
- msgid "Currently editing my local calendar"
2619
- msgstr ""
2620
-
2621
- #: my-calendar-settings.php:261
2622
- #@ my-calendar
2623
- msgid "Currently editing the network calendar"
2624
- msgstr ""
2625
-
2626
- #: my-calendar-settings.php:267
2627
- #@ my-calendar
2628
- msgid "Save Approval Settings"
2629
- msgstr ""
2630
-
2631
- #: my-calendar-settings.php:273
2632
- #@ my-calendar
2633
- msgid "Calendar Text Settings"
2634
- msgstr ""
2635
-
2636
- #: my-calendar-settings.php:278
2637
- #@ my-calendar
2638
- msgid "Calendar Options: Customizable Text Fields"
2639
- msgstr ""
2640
-
2641
- #: my-calendar-settings.php:281
2642
- #@ my-calendar
2643
- msgid "Label for events without a set time"
2644
- msgstr ""
2645
-
2646
- #: my-calendar-settings.php:284
2647
- #@ my-calendar
2648
- msgid "Previous events link"
2649
- msgstr ""
2650
-
2651
- #: my-calendar-settings.php:287
2652
- #@ my-calendar
2653
- msgid "Next events link"
2654
- msgstr ""
2655
-
2656
- #: my-calendar-settings.php:290
2657
- #@ my-calendar
2658
- msgid "If events are open"
2659
- msgstr ""
2660
-
2661
- #: my-calendar-settings.php:293
2662
- #@ my-calendar
2663
- msgid "If events are closed"
2664
- msgstr ""
2665
-
2666
- #: my-calendar-settings.php:296
2667
- #@ my-calendar
2668
- msgid "Additional caption:"
2669
- msgstr ""
2670
-
2671
- #: my-calendar-settings.php:301
2672
- #@ my-calendar
2673
- msgid "Save Custom Text Settings"
2674
- msgstr ""
2675
-
2676
- #: my-calendar-settings.php:307
2677
- #@ my-calendar
2678
- msgid "Calendar Output Settings"
2679
- msgstr ""
2680
-
2681
- #: my-calendar-settings.php:312
2682
- #@ my-calendar
2683
- msgid "Calendar Options: Customize the Output of your Calendar"
2684
- msgstr ""
2685
-
2686
- #: my-calendar-settings.php:314
2687
- #@ my-calendar
2688
- msgid "General Calendar Options"
2689
- msgstr ""
2690
-
2691
- #: my-calendar-settings.php:317
2692
- #@ my-calendar
2693
- msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2694
- msgstr ""
2695
-
2696
- #: my-calendar-settings.php:318
2697
- #@ my-calendar
2698
- msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2699
- msgstr ""
2700
-
2701
- #: my-calendar-settings.php:321
2702
- #@ my-calendar
2703
- msgid "Time format"
2704
- msgstr ""
2705
-
2706
- #: my-calendar-settings.php:321
2707
- #: my-calendar-settings.php:324
2708
- #: my-calendar-settings.php:327
2709
- #@ my-calendar
2710
- msgid "Current:"
2711
- msgstr ""
2712
-
2713
- #: my-calendar-settings.php:324
2714
- #@ my-calendar
2715
- msgid "Date format in grid mode, week view"
2716
- msgstr ""
2717
-
2718
- #: my-calendar-settings.php:327
2719
- #@ my-calendar
2720
- msgid "Date Format in all other views"
2721
- msgstr ""
2722
-
2723
- #: my-calendar-settings.php:331
2724
- #@ my-calendar
2725
- msgid "Show link to My Calendar RSS feed."
2726
- msgstr ""
2727
-
2728
- #: my-calendar-settings.php:331
2729
- #@ my-calendar
2730
- msgid "RSS feed shows recently added events."
2731
- msgstr ""
2732
-
2733
- #: my-calendar-settings.php:334
2734
- #@ my-calendar
2735
- msgid "Show link to iCal format download."
2736
- msgstr ""
2737
-
2738
- #: my-calendar-settings.php:334
2739
- #@ my-calendar
2740
- msgid "iCal outputs events occurring in the current calendar month."
2741
- msgstr ""
2742
-
2743
- #: my-calendar-settings.php:344
2744
- #@ my-calendar
2745
- msgid "Grid Layout Options"
2746
- msgstr ""
2747
-
2748
- #: my-calendar-settings.php:347
2749
- #@ my-calendar
2750
- msgid "Show Weekends on Calendar"
2751
- msgstr ""
2752
-
2753
- #: my-calendar-settings.php:354
2754
- #@ my-calendar
2755
- msgid "List Layout Options"
2756
- msgstr ""
2757
-
2758
- #: my-calendar-settings.php:364
2759
- #@ my-calendar
2760
- msgid "Event Details Options"
2761
- msgstr ""
2762
-
2763
- #: my-calendar-settings.php:367
2764
- #@ my-calendar
2765
- msgid "Event title template"
2766
- msgstr ""
2767
-
2768
- #: my-calendar-settings.php:368
2769
- #: my-calendar-settings.php:378
2770
- #@ my-calendar
2771
- msgid "Templating Help"
2772
- msgstr ""
2773
-
2774
- #: my-calendar-settings.php:368
2775
- #: my-calendar-settings.php:378
2776
- #@ my-calendar
2777
- msgid "All template tags are available."
2778
- msgstr ""
2779
-
2780
- #: my-calendar-settings.php:371
2781
- #@ my-calendar
2782
- msgid "Event details link text"
2783
- msgstr ""
2784
-
2785
- #: my-calendar-settings.php:373
2786
- #@ my-calendar
2787
- msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>"
2788
- msgstr ""
2789
-
2790
- #: my-calendar-settings.php:376
2791
- #@ my-calendar
2792
- msgid "Event URL link text"
2793
- msgstr ""
2794
-
2795
- #: my-calendar-settings.php:381
2796
- #@ my-calendar
2797
- msgid "Display author's name"
2798
- msgstr ""
2799
-
2800
- #: my-calendar-settings.php:384
2801
- #@ my-calendar
2802
- msgid "Hide category icons"
2803
- msgstr ""
2804
-
2805
- #: my-calendar-settings.php:387
2806
- #@ my-calendar
2807
- msgid "Show Link to Google Map"
2808
- msgstr ""
2809
-
2810
- #: my-calendar-settings.php:390
2811
- #@ my-calendar
2812
- msgid "Show Event Address"
2813
- msgstr ""
2814
-
2815
- #: my-calendar-settings.php:399
2816
- #@ my-calendar
2817
- msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
2818
- msgstr ""
2819
-
2820
- #: my-calendar-settings.php:402
2821
- #@ my-calendar
2822
- msgid "Event links expire after the event has passed."
2823
- msgstr ""
2824
-
2825
- #: my-calendar-settings.php:405
2826
- #@ my-calendar
2827
- msgid "Show current availability status"
2828
- msgstr ""
2829
-
2830
- #: my-calendar-settings.php:416
2831
- #@ my-calendar
2832
- msgid "Event Scheduling Options"
2833
- msgstr ""
2834
-
2835
- #: my-calendar-settings.php:419
2836
- #@ my-calendar
2837
- msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
2838
- msgstr ""
2839
-
2840
- #: my-calendar-settings.php:422
2841
- #@ my-calendar
2842
- msgid "Holiday Category"
2843
- msgstr ""
2844
-
2845
- #: my-calendar-settings.php:439
2846
- #@ my-calendar
2847
- msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
2848
- msgstr ""
2849
-
2850
- #: my-calendar-settings.php:442
2851
- #@ my-calendar
2852
- msgid "Default Sort order for Admin Events List"
2853
- msgstr ""
2854
-
2855
- #: my-calendar-settings.php:444
2856
- #@ my-calendar
2857
- msgid "Event ID"
2858
- msgstr ""
2859
-
2860
- #: my-calendar-settings.php:458
2861
- #@ my-calendar
2862
- msgid "Save Output Settings"
2863
- msgstr ""
2864
-
2865
- #: my-calendar-settings.php:464
2866
- #@ my-calendar
2867
- msgid "Calendar Input Settings"
2868
- msgstr ""
2869
-
2870
- #: my-calendar-settings.php:469
2871
- #@ my-calendar
2872
- msgid "Select which input fields will be available when adding or editing events."
2873
- msgstr ""
2874
-
2875
- #: my-calendar-settings.php:474
2876
- #@ my-calendar
2877
- msgid "Show Event image field"
2878
- msgstr ""
2879
-
2880
- #: my-calendar-settings.php:474
2881
- #@ my-calendar
2882
- msgid "Show Event registration options"
2883
- msgstr ""
2884
-
2885
- #: my-calendar-settings.php:474
2886
- #@ my-calendar
2887
- msgid "Show Event location fields"
2888
- msgstr ""
2889
-
2890
- #: my-calendar-settings.php:474
2891
- #@ default
2892
- msgid "Use HTML Editor in Event Description Field"
2893
- msgstr ""
2894
-
2895
- #: my-calendar-settings.php:492
2896
- #@ my-calendar
2897
- msgid "Save Input Settings"
2898
- msgstr ""
2899
-
2900
- #: my-calendar-settings.php:499
2901
- #@ my-calendar
2902
- msgid "Multisite Settings (Network Administrators only)"
2903
- msgstr ""
2904
-
2905
- #: my-calendar-settings.php:501
2906
- #@ my-calendar
2907
- msgid "Multisite support is a beta feature - use with caution."
2908
- msgstr ""
2909
-
2910
- #: my-calendar-settings.php:506
2911
- #@ my-calendar
2912
- msgid "Settings for WP MultiSite configurations"
2913
- msgstr ""
2914
-
2915
- #: my-calendar-settings.php:507
2916
- #@ my-calendar
2917
- msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
2918
- msgstr ""
2919
-
2920
- #: my-calendar-settings.php:509
2921
- #@ my-calendar
2922
- msgid "Site owners may only post to their local calendar"
2923
- msgstr ""
2924
-
2925
- #: my-calendar-settings.php:510
2926
- #@ my-calendar
2927
- msgid "Site owners may only post to the central calendar"
2928
- msgstr ""
2929
-
2930
- #: my-calendar-settings.php:511
2931
- #@ my-calendar
2932
- msgid "Site owners may manage either calendar"
2933
- msgstr ""
2934
-
2935
- #: my-calendar-settings.php:513
2936
- #@ my-calendar
2937
- msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
2938
- msgstr ""
2939
-
2940
- #: my-calendar-settings.php:516
2941
- #@ my-calendar
2942
- msgid "Save Multisite Settings"
2943
- msgstr ""
2944
-
2945
- #: my-calendar-settings.php:523
2946
- #@ my-calendar
2947
- msgid "Calendar Email Settings"
2948
- msgstr ""
2949
-
2950
- #: my-calendar-settings.php:547
2951
- #@ my-calendar
2952
- msgid "Save Email Settings"
2953
- msgstr ""
2954
-
2955
- #: my-calendar-settings.php:553
2956
- #@ my-calendar
2957
- msgid "Calendar User Settings"
2958
- msgstr ""
2959
-
2960
- #: my-calendar-settings.php:560
2961
- #@ my-calendar
2962
- msgid "Settings which can be configured in registered user's accounts"
2963
- msgstr ""
2964
-
2965
- #: my-calendar-settings.php:562
2966
- #@ my-calendar
2967
- msgid "Allow registered users to provide timezone or location presets in their user profiles."
2968
- msgstr ""
2969
-
2970
- #: my-calendar-settings.php:574
2971
- #@ my-calendar
2972
- msgid "Timezone Settings"
2973
- msgstr ""
2974
-
2975
- #: my-calendar-settings.php:575
2976
- #@ my-calendar
2977
- msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
2978
- msgstr ""
2979
-
2980
- #: my-calendar-settings.php:577
2981
- #@ my-calendar
2982
- msgid "Enable Timezone"
2983
- msgstr ""
2984
-
2985
- #: my-calendar-settings.php:580
2986
- #@ my-calendar
2987
- msgid "Select Timezone Label"
2988
- msgstr ""
2989
-
2990
- #: my-calendar-settings.php:583
2991
- #@ my-calendar
2992
- msgid "Timezone Options"
2993
- msgstr ""
2994
-
2995
- #: my-calendar-settings.php:583
2996
- #: my-calendar-settings.php:607
2997
- #@ my-calendar
2998
- msgid "Value, Label; one per line"
2999
- msgstr ""
3000
-
3001
- #: my-calendar-settings.php:595
3002
- #@ my-calendar
3003
- msgid "Location Settings"
3004
- msgstr ""
3005
-
3006
- #: my-calendar-settings.php:596
3007
- #@ my-calendar
3008
- msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
3009
- msgstr ""
3010
-
3011
- #: my-calendar-settings.php:598
3012
- #@ my-calendar
3013
- msgid "Enable Location"
3014
- msgstr ""
3015
-
3016
- #: my-calendar-settings.php:601
3017
- #@ my-calendar
3018
- msgid "Use this location list as input control"
3019
- msgstr ""
3020
-
3021
- #: my-calendar-settings.php:601
3022
- #@ my-calendar
3023
- msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
3024
- msgstr ""
3025
-
3026
- #: my-calendar-settings.php:604
3027
- #@ my-calendar
3028
- msgid "Select Location Label"
3029
- msgstr ""
3030
-
3031
- #: my-calendar-settings.php:607
3032
- #@ my-calendar
3033
- msgid "Location Options"
3034
- msgstr ""
3035
-
3036
- #: my-calendar-settings.php:617
3037
- #@ my-calendar
3038
- msgid "Location Type"
3039
- msgstr ""
3040
-
3041
- #: my-calendar-settings.php:630
3042
- #@ my-calendar
3043
- msgid "Save User Settings"
3044
- msgstr ""
3045
-
3046
- #: my-calendar-styles.php:79
3047
- #@ my-calendar
3048
- msgid "The stylesheet has been updated."
3049
- msgstr ""
3050
-
3051
- #: my-calendar-styles.php:79
3052
- #@ my-calendar
3053
- msgid "Write Error! Please verify write permissions on the style file."
3054
- msgstr ""
3055
-
3056
- #: my-calendar-styles.php:93
3057
- #@ my-calendar
3058
- msgid "Stylesheet reset to default."
3059
- msgstr ""
3060
-
3061
- #: my-calendar-styles.php:96
3062
- #@ my-calendar
3063
- msgid "Style Settings Saved"
3064
- msgstr ""
3065
-
3066
- #: my-calendar-styles.php:105
3067
- #@ my-calendar
3068
- msgid "New theme selected."
3069
- msgstr ""
3070
-
3071
- #: my-calendar-styles.php:121
3072
- #@ my-calendar
3073
- msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
3074
- msgstr ""
3075
-
3076
- #: my-calendar-styles.php:141
3077
- #@ my-calendar
3078
- msgid "Select My Calendar Theme"
3079
- msgstr ""
3080
-
3081
- #: my-calendar-styles.php:149
3082
- #@ default
3083
- msgid "Your Custom Stylesheets"
3084
- msgstr ""
3085
-
3086
- #: my-calendar-styles.php:158
3087
- #@ my-calendar
3088
- msgid "Installed Stylesheets"
3089
- msgstr ""
3090
-
3091
- #: my-calendar-styles.php:166
3092
- #@ my-calendar
3093
- msgid "Choose Style"
3094
- msgstr ""
3095
-
3096
- #: my-calendar-styles.php:179
3097
- #@ my-calendar
3098
- msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
3099
- msgstr ""
3100
-
3101
- #: my-calendar-styles.php:189
3102
- #@ my-calendar
3103
- msgid "Apply CSS only on these pages (comma separated page IDs)"
3104
- msgstr ""
3105
-
3106
- #: my-calendar-styles.php:192
3107
- #@ my-calendar
3108
- msgid "Restore My Calendar stylesheet"
3109
- msgstr ""
3110
-
3111
- #: my-calendar-styles.php:208
3112
- #@ my-calendar
3113
- msgid "Comparing Your Style with latest installed version of My Calendar"
3114
- msgstr ""
3115
-
3116
- #: my-calendar-styles.php:212
3117
- #@ my-calendar
3118
- msgid "There have been updates to the stylesheet."
3119
- msgstr ""
3120
-
3121
- #: my-calendar-styles.php:212
3122
- #@ my-calendar
3123
- msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3124
- msgstr ""
3125
-
3126
- #: my-calendar-styles.php:216
3127
- #@ my-calendar
3128
- msgid "Your stylesheet matches that included with My Calendar."
3129
- msgstr ""
3130
-
3131
- #: my-calendar-styles.php:224
3132
- #@ my-calendar
3133
- msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3134
- msgstr ""
3135
-
3136
- #: my-calendar-templates.php:39
3137
- #, php-format
3138
- #@ my-calendar
3139
- msgid "Map<span> to %s</span>"
3140
- msgstr ""
3141
-
3142
- #: my-calendar-templates.php:59
3143
- #: my-calendar-templates.php:105
3144
- #, php-format
3145
- #@ my-calendar
3146
- msgid "Visit web site<span>: %s</span>"
3147
- msgstr ""
3148
-
3149
- #: my-calendar-templates.php:114
3150
- #, php-format
3151
- #@ my-calendar
3152
- msgid "Date of Month (the %s of each month)"
3153
- msgstr ""
3154
-
3155
- #: my-calendar-templates.php:115
3156
- #, php-format
3157
- #@ my-calendar
3158
- msgid "Day of Month (the %s %s of each month)"
3159
- msgstr ""
3160
-
3161
- #: my-calendar-templating.php:18
3162
- #@ my-calendar
3163
- msgid "Grid Output Template saved"
3164
- msgstr ""
3165
-
3166
- #: my-calendar-templating.php:30
3167
- #@ my-calendar
3168
- msgid "List Output Template saved"
3169
- msgstr ""
3170
-
3171
- #: my-calendar-templating.php:41
3172
- #@ my-calendar
3173
- msgid "Mini Output Template saved"
3174
- msgstr ""
3175
-
3176
- #: my-calendar-templating.php:52
3177
- #@ my-calendar
3178
- msgid "Event Details Template saved"
3179
- msgstr ""
3180
-
3181
- #: my-calendar-templating.php:69
3182
- #@ my-calendar
3183
- msgid "My Calendar Information Templates"
3184
- msgstr ""
3185
-
3186
- #: my-calendar-templating.php:75
3187
- #@ my-calendar
3188
- msgid "Title of the event."
3189
- msgstr ""
3190
-
3191
- #: my-calendar-templating.php:78
3192
- #@ my-calendar
3193
- msgid "Title of the event as a link if a URL is present, or the title alone if not."
3194
- msgstr ""
3195
-
3196
- #: my-calendar-templating.php:81
3197
- #@ my-calendar
3198
- msgid "Start time for the event."
3199
- msgstr ""
3200
-
3201
- #: my-calendar-templating.php:84
3202
- #@ my-calendar
3203
- msgid "Event times adjusted to the current user's time zone if set."
3204
- msgstr ""
3205
-
3206
- #: my-calendar-templating.php:87
3207
- #@ my-calendar
3208
- msgid "Date on which the event begins."
3209
- msgstr ""
3210
-
3211
- #: my-calendar-templating.php:90
3212
- #@ my-calendar
3213
- msgid "Date on which the event ends."
3214
- msgstr ""
3215
-
3216
- #: my-calendar-templating.php:93
3217
- #@ my-calendar
3218
- msgid "Time at which the event ends."
3219
- msgstr ""
3220
-
3221
- #: my-calendar-templating.php:96
3222
- #@ my-calendar
3223
- msgid "Author who posted the event."
3224
- msgstr ""
3225
-
3226
- #: my-calendar-templating.php:99
3227
- #@ my-calendar
3228
- msgid "Name of the assigned host for the event."
3229
- msgstr ""
3230
-
3231
- #: my-calendar-templating.php:102
3232
- #@ my-calendar
3233
- msgid "Email for the person assigned as host."
3234
- msgstr ""
3235
-
3236
- #: my-calendar-templating.php:105
3237
- #@ my-calendar
3238
- msgid "Short event description."
3239
- msgstr ""
3240
-
3241
- #: my-calendar-templating.php:108
3242
- #@ my-calendar
3243
- msgid "Description of the event."
3244
- msgstr ""
3245
-
3246
- #: my-calendar-templating.php:114
3247
- #@ my-calendar
3248
- msgid "URL provided for the event."
3249
- msgstr ""
3250
-
3251
- #: my-calendar-templating.php:117
3252
- #@ my-calendar
3253
- msgid "Link to an auto-generated page containing information about the event."
3254
- msgstr ""
3255
-
3256
- #: my-calendar-templating.php:120
3257
- #@ my-calendar
3258
- msgid "Whether event is currently open for registration."
3259
- msgstr ""
3260
-
3261
- #: my-calendar-templating.php:123
3262
- #@ my-calendar
3263
- msgid "Current status of event: either \"Published\" or \"Reserved.\""
3264
- msgstr ""
3265
-
3266
- #: my-calendar-templating.php:129
3267
- #@ my-calendar
3268
- msgid "Name of the location of the event."
3269
- msgstr ""
3270
-
3271
- #: my-calendar-templating.php:132
3272
- #@ my-calendar
3273
- msgid "First line of the site address."
3274
- msgstr ""
3275
-
3276
- #: my-calendar-templating.php:135
3277
- #@ my-calendar
3278
- msgid "Second line of the site address."
3279
- msgstr ""
3280
-
3281
- #: my-calendar-templating.php:138
3282
- #@ my-calendar
3283
- msgid "City."
3284
- msgstr ""
3285
-
3286
- #: my-calendar-templating.php:141
3287
- #@ my-calendar
3288
- msgid "State."
3289
- msgstr ""
3290
-
3291
- #: my-calendar-templating.php:144
3292
- #@ my-calendar
3293
- msgid "Postal code/zip code."
3294
- msgstr ""
3295
-
3296
- #: my-calendar-templating.php:147
3297
- #@ my-calendar
3298
- msgid "Custom region."
3299
- msgstr ""
3300
-
3301
- #: my-calendar-templating.php:150
3302
- #@ my-calendar
3303
- msgid "Country for the event location."
3304
- msgstr ""
3305
-
3306
- #: my-calendar-templating.php:153
3307
- #@ my-calendar
3308
- msgid "Output the URL for the location."
3309
- msgstr ""
3310
-
3311
- #: my-calendar-templating.php:156
3312
- #@ my-calendar
3313
- msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3314
- msgstr ""
3315
-
3316
- #: my-calendar-templating.php:159
3317
- #@ my-calendar
3318
- msgid "Link to Google Map to the event, if address information is available."
3319
- msgstr ""
3320
-
3321
- #: my-calendar-templating.php:165
3322
- #@ my-calendar
3323
- msgid "Name of the category of the event."
3324
- msgstr ""
3325
-
3326
- #: my-calendar-templating.php:168
3327
- #@ my-calendar
3328
- msgid "URL for the event's category icon."
3329
- msgstr ""
3330
-
3331
- #: my-calendar-templating.php:171
3332
- #@ my-calendar
3333
- msgid "Hex code for the event's category color."
3334
- msgstr ""
3335
-
3336
- #: my-calendar-templating.php:174
3337
- #@ my-calendar
3338
- msgid "ID of the category of the event."
3339
- msgstr ""
3340
-
3341
- #: my-calendar-templating.php:177
3342
- #@ my-calendar
3343
- msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3344
- msgstr ""
3345
-
3346
- #: my-calendar-templating.php:177
3347
- #@ my-calendar
3348
- msgid "Templates Help"
3349
- msgstr ""
3350
-
3351
- #: my-calendar-templating.php:180
3352
- #@ my-calendar
3353
- msgid "My Calendar: Grid Event Template"
3354
- msgstr ""
3355
-
3356
- #: my-calendar-templating.php:185
3357
- #@ my-calendar
3358
- msgid "Use this grid event template"
3359
- msgstr ""
3360
-
3361
- #: my-calendar-templating.php:188
3362
- #@ my-calendar
3363
- msgid "Your custom template for events in the calendar grid output."
3364
- msgstr ""
3365
-
3366
- #: my-calendar-templating.php:191
3367
- #@ my-calendar
3368
- msgid "Save Grid Template"
3369
- msgstr ""
3370
-
3371
- #: my-calendar-templating.php:200
3372
- #@ my-calendar
3373
- msgid "My Calendar: List Event Template"
3374
- msgstr ""
3375
-
3376
- #: my-calendar-templating.php:205
3377
- #@ my-calendar
3378
- msgid "Use this list event template"
3379
- msgstr ""
3380
-
3381
- #: my-calendar-templating.php:208
3382
- #@ my-calendar
3383
- msgid "Your custom template for events in calendar list output."
3384
- msgstr ""
3385
-
3386
- #: my-calendar-templating.php:211
3387
- #@ my-calendar
3388
- msgid "Save List Template"
3389
- msgstr ""
3390
-
3391
- #: my-calendar-templating.php:220
3392
- #@ my-calendar
3393
- msgid "My Calendar: Mini Calendar Template"
3394
- msgstr ""
3395
-
3396
- #: my-calendar-templating.php:225
3397
- #@ my-calendar
3398
- msgid "Use this mini event template"
3399
- msgstr ""
3400
-
3401
- #: my-calendar-templating.php:228
3402
- #@ my-calendar
3403
- msgid "Your custom template for events in sidebar/mini calendar output."
3404
- msgstr ""
3405
-
3406
- #: my-calendar-templating.php:231
3407
- #@ my-calendar
3408
- msgid "Save Mini Template"
3409
- msgstr ""
3410
-
3411
- #: my-calendar-templating.php:240
3412
- #@ my-calendar
3413
- msgid "My Calendar: Event Details Page Template"
3414
- msgstr ""
3415
-
3416
- #: my-calendar-templating.php:245
3417
- #@ my-calendar
3418
- msgid "Use this details template"
3419
- msgstr ""
3420
-
3421
- #: my-calendar-templating.php:248
3422
- #@ my-calendar
3423
- msgid "Your custom template for events on the event details page."
3424
- msgstr ""
3425
-
3426
- #: my-calendar-templating.php:251
3427
- #@ my-calendar
3428
- msgid "Save Details Template"
3429
- msgstr ""
3430
-
3431
- #: my-calendar-upgrade-db.php:25
3432
- #@ my-calendar
3433
- msgid "Update now."
3434
- msgstr ""
3435
-
3436
- #: my-calendar-user.php:34
3437
- #@ my-calendar
3438
- msgid "My Calendar User Settings"
3439
- msgstr ""
3440
-
3441
- #: my-calendar-widgets.php:5
3442
- #@ my-calendar
3443
- msgid "My Calendar: Today's Events"
3444
- msgstr ""
3445
-
3446
- #: my-calendar-widgets.php:44
3447
- #@ my-calendar
3448
- msgid "Add calendar URL to use this option."
3449
- msgstr ""
3450
-
3451
- #: my-calendar-widgets.php:46
3452
- #: my-calendar-widgets.php:132
3453
- #@ my-calendar
3454
- msgid "Link widget title to calendar:"
3455
- msgstr ""
3456
-
3457
- #: my-calendar-widgets.php:47
3458
- #: my-calendar-widgets.php:133
3459
- #@ my-calendar
3460
- msgid "Not Linked"
3461
- msgstr ""
3462
-
3463
- #: my-calendar-widgets.php:48
3464
- #: my-calendar-widgets.php:134
3465
- #@ my-calendar
3466
- msgid "Linked"
3467
- msgstr ""
3468
-
3469
- #: my-calendar-widgets.php:56
3470
- #: my-calendar-widgets.php:163
3471
- #: my-calendar-widgets.php:498
3472
- #@ my-calendar
3473
- msgid "Category or categories to display:"
3474
- msgstr ""
3475
-
3476
- #: my-calendar-widgets.php:77
3477
- #@ my-calendar
3478
- msgid "My Calendar: Upcoming Events"
3479
- msgstr ""
3480
-
3481
- #: my-calendar-widgets.php:130
3482
- #@ my-calendar
3483
- msgid "Add calendar URL in settings to use this option."
3484
- msgstr ""
3485
-
3486
- #: my-calendar-widgets.php:145
3487
- #@ my-calendar
3488
- msgid "Skip the first <em>n</em> events"
3489
- msgstr ""
3490
-
3491
- #: my-calendar-widgets.php:148
3492
- #@ my-calendar
3493
- msgid "Events sort order:"
3494
- msgstr ""
3495
-
3496
- #: my-calendar-widgets.php:149
3497
- #@ my-calendar
3498
- msgid "Ascending (near to far)"
3499
- msgstr ""
3500
-
3501
- #: my-calendar-widgets.php:150
3502
- #@ my-calendar
3503
- msgid "Descending (far to near)"
3504
- msgstr ""
3505
-
3506
- #: my-calendar-widgets.php:159
3507
- #@ my-calendar
3508
- msgid "Show this text if there are no events meeting your criteria:"
3509
- msgstr ""
3510
-
3511
- #: my-calendar-widgets.php:455
3512
- #@ my-calendar
3513
- msgid "My Calendar: Mini Calendar"
3514
- msgstr ""
3515
-
3516
- #: my-calendar-widgets.php:502
3517
- #@ my-calendar
3518
- msgid "Show Next/Previous Navigation:"
3519
- msgstr ""
3520
-
3521
- #: my-calendar-widgets.php:508
3522
- #@ my-calendar
3523
- msgid "Show Category Key:"
3524
- msgstr ""
3525
-
3526
- #: my-calendar-widgets.php:514
3527
- #@ my-calendar
3528
- msgid "Mini-Calendar Timespan:"
3529
- msgstr ""
3530
-
3531
- #: my-calendar.php:162
3532
- #@ my-calendar
3533
- msgid "Behavior Editor"
3534
- msgstr ""
3535
-
3536
- #: my-calendar.php:163
3537
- #@ my-calendar
3538
- msgid "Template Editor"
3539
- msgstr ""
3540
-
3541
- #: my-calendar.php:167
3542
- #@ my-calendar
3543
- msgid "My Calendar Pro Settings"
3544
- msgstr ""
3545
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: My Calendar 1.5.0\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
+ "POT-Creation-Date: 2010-10-05 19:19+0000\n"
6
+ "PO-Revision-Date: 2010-12-22 13:37+0100\n"
7
+ "Last-Translator: Jan Rybařík <rybarikj@seznam.cz>\n"
8
+ "Language-Team: LANGUAGE <LL@li.org>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=utf-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Czech\n"
14
+ "X-Poedit-Country: CZECH REPUBLIC\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-categories.php:103
23
+ #@ my-calendar
24
+ msgid "Category added successfully"
25
+ msgstr "Kategorie byla úspěšně přidána"
26
+
27
+ #: my-calendar-categories.php:105
28
+ #@ my-calendar
29
+ msgid "Category addition failed."
30
+ msgstr "Přidání kategorie selhalo"
31
+
32
+ #: my-calendar-categories.php:115
33
+ #@ my-calendar
34
+ msgid "Category deleted successfully. Categories in calendar updated."
35
+ msgstr "Kategorie byla úspěšně smazána. Kategorie v kalendáři byly aktualizovány."
36
+
37
+ #: my-calendar-categories.php:117
38
+ #@ my-calendar
39
+ msgid "Category deleted successfully. Categories in calendar not updated."
40
+ msgstr "Kategorie byla úspěšně smazána. Kategorie v kalendáři se neaktualizovaly."
41
+
42
+ #: my-calendar-categories.php:119
43
+ #@ my-calendar
44
+ msgid "Category not deleted. Categories in calendar updated."
45
+ msgstr "Kategorie nebyla odstraněna. Kategorie v kalendáři byly aktualizovány."
46
+
47
+ #: my-calendar-categories.php:135
48
+ #@ my-calendar
49
+ msgid "Category edited successfully"
50
+ msgstr "Kategorie byla úspěšně upravena."
51
+
52
+ #: my-calendar-categories.php:170
53
+ #: my-calendar-categories.php:195
54
+ #: my-calendar-categories.php:212
55
+ #@ my-calendar
56
+ msgid "Add Category"
57
+ msgstr "Přidat kategorii"
58
+
59
+ #: my-calendar-categories.php:172
60
+ #: my-calendar-categories.php:195
61
+ #@ my-calendar
62
+ msgid "Edit Category"
63
+ msgstr "Upravit kategorii"
64
+
65
+ #: my-calendar-categories.php:179
66
+ #@ my-calendar
67
+ msgid "Category Editor"
68
+ msgstr "Editor kategorií"
69
+
70
+ #: my-calendar-categories.php:196
71
+ #: my-calendar-categories.php:240
72
+ #@ my-calendar
73
+ msgid "Category Name"
74
+ msgstr "Název kategorie"
75
+
76
+ #: my-calendar-categories.php:197
77
+ #@ my-calendar
78
+ msgid "Category Color (Hex format)"
79
+ msgstr "Barva kategorie (Hex format)"
80
+
81
+ #: my-calendar-categories.php:198
82
+ #: my-calendar-categories.php:242
83
+ #@ my-calendar
84
+ msgid "Category Icon"
85
+ msgstr "Ikona kategorie"
86
+
87
+ #: my-calendar-categories.php:212
88
+ #: my-calendar-locations.php:215
89
+ #: my-calendar-styles.php:198
90
+ #@ my-calendar
91
+ msgid "Save Changes"
92
+ msgstr "Uložit změny"
93
+
94
+ #: my-calendar-categories.php:228
95
+ #: my-calendar.php:168
96
+ #@ my-calendar
97
+ msgid "Manage Categories"
98
+ msgstr "Spravovat kategorie"
99
+
100
+ #: my-calendar-categories.php:239
101
+ #: my-calendar-event-manager.php:934
102
+ #: my-calendar-group-manager.php:706
103
+ #: my-calendar-locations.php:275
104
+ #@ my-calendar
105
+ msgid "ID"
106
+ msgstr "Id"
107
+
108
+ #: my-calendar-categories.php:241
109
+ #@ my-calendar
110
+ msgid "Category Color"
111
+ msgstr "Barva kategorie"
112
+
113
+ #: my-calendar-categories.php:243
114
+ #: my-calendar-categories.php:257
115
+ #: my-calendar-event-manager.php:1001
116
+ #: my-calendar-group-manager.php:715
117
+ #: my-calendar-locations.php:277
118
+ #: my-calendar-locations.php:289
119
+ #: my-calendar-output.php:292
120
+ #@ my-calendar
121
+ msgid "Edit"
122
+ msgstr "Editovat"
123
+
124
+ #: my-calendar-categories.php:244
125
+ #: my-calendar-categories.php:263
126
+ #: my-calendar-event-manager.php:183
127
+ #: my-calendar-event-manager.php:1004
128
+ #: my-calendar-locations.php:278
129
+ #: my-calendar-locations.php:290
130
+ #: my-calendar-output.php:293
131
+ #@ my-calendar
132
+ msgid "Delete"
133
+ msgstr "Smazat"
134
+
135
+ #: my-calendar-categories.php:260
136
+ #: my-calendar-event-manager.php:982
137
+ #: my-calendar-group-manager.php:755
138
+ #: my-calendar-output.php:186
139
+ #: my-calendar-settings.php:307
140
+ #@ my-calendar
141
+ msgid "N/A"
142
+ msgstr "N/A"
143
+
144
+ #: my-calendar-categories.php:263
145
+ #: my-calendar-locations.php:290
146
+ #@ my-calendar
147
+ msgid "Are you sure you want to delete this category?"
148
+ msgstr "Opravdu chcete smazat tuto kategorii"
149
+
150
+ #: my-calendar-categories.php:274
151
+ #@ my-calendar
152
+ msgid "There are no categories in the database - something has gone wrong!"
153
+ msgstr "V databázi nejsou žádné kategorie. Někde je chyba."
154
+
155
+ #: my-calendar-event-manager.php:102
156
+ #: my-calendar-settings.php:711
157
+ #@ my-calendar
158
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
159
+ msgstr "Můj Kalendář zjistil, že máte nainstalován plugin Calendar od Kieran O'Shea. Můžete importovat události a kategorie do Mého kalendáře. Chcete importovat tyto události?"
160
+
161
+ #: my-calendar-event-manager.php:109
162
+ #: my-calendar-settings.php:718
163
+ #@ my-calendar
164
+ msgid "Import from Calendar"
165
+ msgstr "Importovat z kalendáře"
166
+
167
+ #: my-calendar-event-manager.php:114
168
+ #@ my-calendar
169
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
170
+ msgstr "I když je možné, že tento import by nemusel importovat události správně, neměl by mít žádný dopad na stávající databáze kalendáře. Pokud narazíte na nějaké problémy, <a href=\"http://www.joedolson.com/contact.php\">Kontaktujte mě prosím </ a>!"
171
+
172
+ #: my-calendar-event-manager.php:174
173
+ #@ my-calendar
174
+ msgid "Delete Event"
175
+ msgstr "Smazat událost"
176
+
177
+ #: my-calendar-event-manager.php:174
178
+ #@ my-calendar
179
+ msgid "Are you sure you want to delete this event?"
180
+ msgstr "Opravdu chcete smazat tuto událost?"
181
+
182
+ #: my-calendar-event-manager.php:191
183
+ #@ my-calendar
184
+ msgid "You do not have permission to delete that event."
185
+ msgstr "Nemáte oprávnění smazat tuto událost."
186
+
187
+ #: my-calendar-event-manager.php:206
188
+ #@ my-calendar
189
+ msgid "You do not have permission to approve that event."
190
+ msgstr "Nemáte oprávnění schválit tuto událost."
191
+
192
+ #: my-calendar-event-manager.php:221
193
+ #@ my-calendar
194
+ msgid "You do not have permission to reject that event."
195
+ msgstr "Nemáte oprávnění zamítnout tuto událost."
196
+
197
+ #: my-calendar-event-manager.php:163
198
+ #: my-calendar-event-manager.php:323
199
+ #: my-calendar-event-manager.php:356
200
+ #: my-calendar-event-manager.php:373
201
+ #: my-calendar-event-manager.php:389
202
+ #: my-calendar-event-manager.php:1184
203
+ #: my-calendar-event-manager.php:1187
204
+ #: my-calendar-event-manager.php:1190
205
+ #: my-calendar-event-manager.php:1199
206
+ #: my-calendar-event-manager.php:1206
207
+ #: my-calendar-event-manager.php:1222
208
+ #: my-calendar-event-manager.php:1228
209
+ #: my-calendar-group-manager.php:57
210
+ #: my-calendar-group-manager.php:83
211
+ #: my-calendar-group-manager.php:150
212
+ #: my-calendar-group-manager.php:576
213
+ #@ my-calendar
214
+ msgid "Error"
215
+ msgstr "Chyba"
216
+
217
+ #: my-calendar-event-manager.php:323
218
+ #@ my-calendar
219
+ msgid "I'm sorry! I couldn't add that event to the database."
220
+ msgstr "Omlouvám se! Nemohl jsem přidat událost do databáze."
221
+
222
+ #: my-calendar-event-manager.php:333
223
+ #@ my-calendar
224
+ msgid "Event added. It will now show in your calendar."
225
+ msgstr "Událost přidána. Nyní bude zobrazena v kalendáři."
226
+
227
+ #: my-calendar-event-manager.php:356
228
+ #: my-calendar-group-manager.php:150
229
+ #@ my-calendar
230
+ msgid "Your event was not updated."
231
+ msgstr "Vaše událost nebyla aktualizována."
232
+
233
+ #: my-calendar-event-manager.php:358
234
+ #: my-calendar-group-manager.php:59
235
+ #: my-calendar-group-manager.php:85
236
+ #: my-calendar-group-manager.php:152
237
+ #@ my-calendar
238
+ msgid "Nothing was changed in that update."
239
+ msgstr "Při aktualizaci se nic nezměnilo."
240
+
241
+ #: my-calendar-event-manager.php:362
242
+ #: my-calendar-group-manager.php:61
243
+ #: my-calendar-group-manager.php:154
244
+ #@ my-calendar
245
+ msgid "Event updated successfully"
246
+ msgstr "Událost byla úspěšně aktualizována."
247
+
248
+ #: my-calendar-event-manager.php:366
249
+ #: my-calendar-group-manager.php:158
250
+ #@ my-calendar
251
+ msgid "You do not have sufficient permissions to edit that event."
252
+ msgstr "Nemáte dostatečná oprávnění pro úpravy události."
253
+
254
+ #: my-calendar-event-manager.php:373
255
+ #@ my-calendar
256
+ msgid "You can't delete an event if you haven't submitted an event id"
257
+ msgstr "Nemůžete smazat událost pokud jste neodeslali ID události"
258
+
259
+ #: my-calendar-event-manager.php:387
260
+ #@ my-calendar
261
+ msgid "Event deleted successfully"
262
+ msgstr "Událost byla úspěšně smazána"
263
+
264
+ #: my-calendar-event-manager.php:389
265
+ #@ my-calendar
266
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
267
+ msgstr "I přes požadavek na smazání, zůstala událost stále v databázi. Prosím překontrolujte."
268
+
269
+ #: my-calendar-event-manager.php:273
270
+ #: my-calendar-group-manager.php:773
271
+ #@ my-calendar
272
+ msgid "Edit Event"
273
+ msgstr "Upravit událost"
274
+
275
+ #: my-calendar-event-manager.php:277
276
+ #: my-calendar-event-manager.php:288
277
+ #@ my-calendar
278
+ msgid "You must provide an event id in order to edit it"
279
+ msgstr "Musíte zadat id události, aby se událost dala editovat"
280
+
281
+ #: my-calendar-event-manager.php:284
282
+ #@ my-calendar
283
+ msgid "Copy Event"
284
+ msgstr "Kopírovat událost"
285
+
286
+ #: my-calendar-core.php:858
287
+ #: my-calendar-event-manager.php:296
288
+ #@ my-calendar
289
+ msgid "Add Event"
290
+ msgstr "Přidat událost"
291
+
292
+ #: my-calendar-event-manager.php:916
293
+ #@ my-calendar
294
+ msgid "Manage Events"
295
+ msgstr "Spravovat události"
296
+
297
+ #: my-calendar-event-manager.php:401
298
+ #: my-calendar-group-manager.php:169
299
+ #@ my-calendar
300
+ msgid "Sorry! That's an invalid event key."
301
+ msgstr "Špatná klíč události."
302
+
303
+ #: my-calendar-event-manager.php:405
304
+ #: my-calendar-group-manager.php:173
305
+ #@ my-calendar
306
+ msgid "Sorry! We couldn't find an event with that ID."
307
+ msgstr "Omlouváme se! Bohužel jsme nenašli událost s tímto ID."
308
+
309
+ #: my-calendar-event-manager.php:430
310
+ #@ my-calendar
311
+ msgid "This event must be approved in order for it to appear on the calendar."
312
+ msgstr "Před tím než se událost zobrazí v kalendáři, musí být schválena."
313
+
314
+ #: my-calendar-event-manager.php:487
315
+ #: my-calendar-group-manager.php:290
316
+ #@ my-calendar
317
+ msgid "Enter your Event Information"
318
+ msgstr "Vložte informace o události."
319
+
320
+ #: my-calendar-event-manager.php:489
321
+ #: my-calendar-group-manager.php:292
322
+ #@ my-calendar
323
+ msgid "Event Title"
324
+ msgstr "Název události"
325
+
326
+ #: my-calendar-event-manager.php:493
327
+ #@ my-calendar
328
+ msgid "Publish"
329
+ msgstr "Publikovat"
330
+
331
+ #: my-calendar-event-manager.php:493
332
+ #@ my-calendar
333
+ msgid "You must approve this event to promote it to the calendar."
334
+ msgstr "Musíte schválit událost pro její zobrazení v kalendáři."
335
+
336
+ #: my-calendar-event-manager.php:495
337
+ #@ my-calendar
338
+ msgid "An administrator must approve your new event."
339
+ msgstr "Administrátor musí schválit Vaši událost."
340
+
341
+ #: my-calendar-event-manager.php:515
342
+ #: my-calendar-group-manager.php:306
343
+ #@ my-calendar
344
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
345
+ msgstr "Popis události (<abbr title=\"hypertext markup language\">HTML</abbr> povoleno)"
346
+
347
+ #: my-calendar-event-manager.php:545
348
+ #: my-calendar-group-manager.php:331
349
+ #@ my-calendar
350
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
351
+ msgstr "Krátký popisek události (<abbr title=\"hypertext markup language\">HTML</abbr> povoleno)"
352
+
353
+ #: my-calendar-event-manager.php:568
354
+ #: my-calendar-group-manager.php:354
355
+ #@ my-calendar
356
+ msgid "Event Category"
357
+ msgstr "Kategorie událostí"
358
+
359
+ #: my-calendar-event-manager.php:593
360
+ #: my-calendar-group-manager.php:379
361
+ #@ my-calendar
362
+ msgid "Event Link (Optional)"
363
+ msgstr "Odkaz (nepovinný)"
364
+
365
+ #: my-calendar-event-manager.php:593
366
+ #: my-calendar-group-manager.php:379
367
+ #@ my-calendar
368
+ msgid "This link will expire when the event passes."
369
+ msgstr "Odkaz nebude platný po uskutučnění události."
370
+
371
+ #: my-calendar-event-manager.php:618
372
+ #@ my-calendar
373
+ msgid "Start Date (YYYY-MM-DD)"
374
+ msgstr "Datum začátku (RRRR-MM-DD)"
375
+
376
+ #: my-calendar-event-manager.php:646
377
+ #@ my-calendar
378
+ msgid "Current time difference from GMT is "
379
+ msgstr "Rozdíl místního času a GMT"
380
+
381
+ #: my-calendar-event-manager.php:646
382
+ #@ my-calendar
383
+ msgid " hour(s)"
384
+ msgstr "hodina(y)"
385
+
386
+ #: my-calendar-event-manager.php:655
387
+ #@ my-calendar
388
+ msgid "Recurring Events"
389
+ msgstr "Opakující se události"
390
+
391
+ #: my-calendar-event-manager.php:658
392
+ #@ my-calendar
393
+ msgid "Repeats for"
394
+ msgstr "Opakovaní"
395
+
396
+ #: my-calendar-event-manager.php:659
397
+ #@ my-calendar
398
+ msgid "Units"
399
+ msgstr "Jednotky"
400
+
401
+ #: my-calendar-event-manager.php:660
402
+ #: my-calendar-templates.php:115
403
+ #@ my-calendar
404
+ msgid "Does not recur"
405
+ msgstr "Neopakuje se"
406
+
407
+ #: my-calendar-event-manager.php:661
408
+ #: my-calendar-event-manager.php:974
409
+ #: my-calendar-group-manager.php:747
410
+ #: my-calendar-templates.php:116
411
+ #@ my-calendar
412
+ msgid "Daily"
413
+ msgstr "Denně"
414
+
415
+ #: my-calendar-event-manager.php:663
416
+ #: my-calendar-event-manager.php:976
417
+ #: my-calendar-group-manager.php:749
418
+ #: my-calendar-templates.php:118
419
+ #@ my-calendar
420
+ msgid "Weekly"
421
+ msgstr "Týdně"
422
+
423
+ #: my-calendar-event-manager.php:664
424
+ #: my-calendar-templates.php:119
425
+ #@ my-calendar
426
+ msgid "Bi-weekly"
427
+ msgstr "Ob týden"
428
+
429
+ #: my-calendar-event-manager.php:665
430
+ #@ my-calendar
431
+ msgid "Date of Month (e.g., the 24th of each month)"
432
+ msgstr "Datum měsíce (24. každého měsíce)"
433
+
434
+ #: my-calendar-event-manager.php:666
435
+ #@ my-calendar
436
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
437
+ msgstr "Den v měsíci (3. pondělí každého měsíce)"
438
+
439
+ #: my-calendar-event-manager.php:667
440
+ #: my-calendar-templates.php:122
441
+ #@ my-calendar
442
+ msgid "Annually"
443
+ msgstr "Ročně"
444
+
445
+ #: my-calendar-event-manager.php:686
446
+ #: my-calendar-group-manager.php:390
447
+ #@ my-calendar
448
+ msgid "Event Registration Status"
449
+ msgstr "Status registrace události"
450
+
451
+ #: my-calendar-event-manager.php:689
452
+ #: my-calendar-group-manager.php:393
453
+ #@ my-calendar
454
+ msgid "Open"
455
+ msgstr "Otevřít"
456
+
457
+ #: my-calendar-event-manager.php:690
458
+ #: my-calendar-group-manager.php:394
459
+ #@ my-calendar
460
+ msgid "Closed"
461
+ msgstr "Zavřeno"
462
+
463
+ #: my-calendar-event-manager.php:691
464
+ #: my-calendar-group-manager.php:395
465
+ #@ my-calendar
466
+ msgid "Does not apply"
467
+ msgstr "Neplatí"
468
+
469
+ #: my-calendar-event-manager.php:694
470
+ #: my-calendar-group-manager.php:398
471
+ #@ my-calendar
472
+ msgid "If this event recurs, it can only be registered for as a complete series."
473
+ msgstr "Pokud se událost opakuje, může být registrována pro kompletní sérii "
474
+
475
+ #: my-calendar-event-manager.php:711
476
+ #: my-calendar-group-manager.php:415
477
+ #: my-calendar-locations.php:127
478
+ #@ my-calendar
479
+ msgid "Event Location"
480
+ msgstr "Místo události"
481
+
482
+ #: my-calendar-event-manager.php:718
483
+ #: my-calendar-group-manager.php:422
484
+ #@ my-calendar
485
+ msgid "Choose a preset location:"
486
+ msgstr "Vybrat přednastavené umístění"
487
+
488
+ #: my-calendar-event-manager.php:732
489
+ #: my-calendar-group-manager.php:436
490
+ #@ my-calendar
491
+ msgid "Add recurring locations for later use."
492
+ msgstr "Přidat opakující se umístění pro pozdější použití"
493
+
494
+ #: my-calendar-event-manager.php:741
495
+ #: my-calendar-group-manager.php:445
496
+ #: my-calendar-locations.php:129
497
+ #@ my-calendar
498
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
499
+ msgstr "Všechny pole jsou volitelná: <em> nedostatečné informace mohou mít za následek nepřesné zobrazení na mapě </ em>."
500
+
501
+ #: my-calendar-event-manager.php:744
502
+ #: my-calendar-group-manager.php:448
503
+ #: my-calendar-locations.php:132
504
+ #@ my-calendar
505
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
506
+ msgstr "Název umístění (Např. <em>Rybajzův bar</em>)"
507
+
508
+ #: my-calendar-event-manager.php:753
509
+ #: my-calendar-group-manager.php:451
510
+ #: my-calendar-locations.php:141
511
+ #@ my-calendar
512
+ msgid "Street Address"
513
+ msgstr "Ulice"
514
+
515
+ #: my-calendar-event-manager.php:756
516
+ #: my-calendar-group-manager.php:454
517
+ #: my-calendar-locations.php:144
518
+ #@ my-calendar
519
+ msgid "Street Address (2)"
520
+ msgstr "Ulice 2"
521
+
522
+ #: button/generator.php:56
523
+ #: my-calendar-event-manager.php:762
524
+ #: my-calendar-group-manager.php:460
525
+ #: my-calendar-locations.php:150
526
+ #: my-calendar-settings.php:687
527
+ #@ my-calendar
528
+ msgid "City"
529
+ msgstr "Město"
530
+
531
+ #: my-calendar-event-manager.php:769
532
+ #: my-calendar-group-manager.php:460
533
+ #: my-calendar-locations.php:157
534
+ #: my-calendar-settings.php:688
535
+ #@ my-calendar
536
+ msgid "State/Province"
537
+ msgstr "Stát / Provincie"
538
+
539
+ #: button/generator.php:58
540
+ #: my-calendar-event-manager.php:776
541
+ #: my-calendar-group-manager.php:460
542
+ #: my-calendar-locations.php:164
543
+ #: my-calendar-settings.php:690
544
+ #@ my-calendar
545
+ msgid "Postal Code"
546
+ msgstr "PSČ"
547
+
548
+ #: button/generator.php:59
549
+ #: my-calendar-event-manager.php:794
550
+ #: my-calendar-group-manager.php:466
551
+ #: my-calendar-locations.php:182
552
+ #: my-calendar-settings.php:689
553
+ #@ my-calendar
554
+ msgid "Country"
555
+ msgstr "Země"
556
+
557
+ #: my-calendar-event-manager.php:803
558
+ #: my-calendar-group-manager.php:469
559
+ #: my-calendar-locations.php:191
560
+ #@ my-calendar
561
+ msgid "Initial Zoom"
562
+ msgstr "Počáteční zoom"
563
+
564
+ #: my-calendar-event-manager.php:805
565
+ #: my-calendar-group-manager.php:471
566
+ #: my-calendar-locations.php:193
567
+ #@ my-calendar
568
+ msgid "Neighborhood"
569
+ msgstr "Sousedství"
570
+
571
+ #: my-calendar-event-manager.php:806
572
+ #: my-calendar-group-manager.php:472
573
+ #: my-calendar-locations.php:194
574
+ #@ my-calendar
575
+ msgid "Small City"
576
+ msgstr "Malé město"
577
+
578
+ #: my-calendar-event-manager.php:807
579
+ #: my-calendar-group-manager.php:473
580
+ #: my-calendar-locations.php:195
581
+ #@ my-calendar
582
+ msgid "Large City"
583
+ msgstr "Velké město"
584
+
585
+ #: my-calendar-event-manager.php:808
586
+ #: my-calendar-group-manager.php:474
587
+ #: my-calendar-locations.php:196
588
+ #@ my-calendar
589
+ msgid "Greater Metro Area"
590
+ msgstr "Větší oblast"
591
+
592
+ #: button/generator.php:57
593
+ #: my-calendar-event-manager.php:809
594
+ #: my-calendar-group-manager.php:475
595
+ #: my-calendar-locations.php:197
596
+ #@ my-calendar
597
+ msgid "State"
598
+ msgstr "Stát"
599
+
600
+ #: button/generator.php:60
601
+ #: my-calendar-event-manager.php:785
602
+ #: my-calendar-event-manager.php:810
603
+ #: my-calendar-group-manager.php:463
604
+ #: my-calendar-group-manager.php:476
605
+ #: my-calendar-locations.php:173
606
+ #: my-calendar-locations.php:198
607
+ #: my-calendar-settings.php:691
608
+ #@ my-calendar
609
+ msgid "Region"
610
+ msgstr "Region"
611
+
612
+ #: my-calendar-event-manager.php:817
613
+ #: my-calendar-group-manager.php:483
614
+ #: my-calendar-locations.php:205
615
+ #@ my-calendar
616
+ msgid "GPS Coordinates (optional)"
617
+ msgstr "GPS souřadnice (volittelné)"
618
+
619
+ #: my-calendar-event-manager.php:819
620
+ #: my-calendar-group-manager.php:485
621
+ #@ my-calendar
622
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
623
+ msgstr "Pokud zadáte GPS souřadnice vaší polohy, budou použity místo dalších informací o adrese."
624
+
625
+ #: my-calendar-event-manager.php:822
626
+ #: my-calendar-group-manager.php:488
627
+ #: my-calendar-locations.php:211
628
+ #@ my-calendar
629
+ msgid "Longitude"
630
+ msgstr "Zeměpisná délka"
631
+
632
+ #: my-calendar-event-manager.php:822
633
+ #: my-calendar-group-manager.php:488
634
+ #: my-calendar-locations.php:210
635
+ #@ my-calendar
636
+ msgid "Latitude"
637
+ msgstr "Zeměpisná šířka"
638
+
639
+ #: my-calendar-event-manager.php:439
640
+ #: my-calendar-event-manager.php:473
641
+ #@ my-calendar
642
+ msgid "Save Event"
643
+ msgstr "uložit událost"
644
+
645
+ #: my-calendar-event-manager.php:935
646
+ #: my-calendar-group-manager.php:708
647
+ #: my-calendar-settings.php:508
648
+ #: my-calendar-widgets.php:38
649
+ #: my-calendar-widgets.php:124
650
+ #: my-calendar-widgets.php:571
651
+ #@ my-calendar
652
+ msgid "Title"
653
+ msgstr "Název"
654
+
655
+ #: my-calendar-event-manager.php:936
656
+ #: my-calendar-group-manager.php:709
657
+ #: my-calendar-locations.php:276
658
+ #@ my-calendar
659
+ msgid "Location"
660
+ msgstr "Umístění"
661
+
662
+ #: my-calendar-event-manager.php:937
663
+ #: my-calendar-group-manager.php:710
664
+ #: my-calendar-settings.php:509
665
+ #@ my-calendar
666
+ msgid "Description"
667
+ msgstr "Popis"
668
+
669
+ #: my-calendar-event-manager.php:938
670
+ #: my-calendar-group-manager.php:711
671
+ #: my-calendar-settings.php:510
672
+ #@ my-calendar
673
+ msgid "Start Date"
674
+ msgstr "Datum začátku"
675
+
676
+ #: my-calendar-event-manager.php:939
677
+ #: my-calendar-group-manager.php:712
678
+ #@ my-calendar
679
+ msgid "Recurs"
680
+ msgstr "Opakuje se"
681
+
682
+ #: my-calendar-event-manager.php:940
683
+ #: my-calendar-group-manager.php:713
684
+ #: my-calendar-settings.php:251
685
+ #: my-calendar-settings.php:260
686
+ #: my-calendar-settings.php:268
687
+ #: my-calendar-settings.php:511
688
+ #@ my-calendar
689
+ msgid "Author"
690
+ msgstr "Autor"
691
+
692
+ #: my-calendar-event-manager.php:941
693
+ #: my-calendar-group-manager.php:714
694
+ #: my-calendar-settings.php:512
695
+ #@ my-calendar
696
+ msgid "Category"
697
+ msgstr "Kategorie"
698
+
699
+ #: my-calendar-event-manager.php:942
700
+ #@ my-calendar
701
+ msgid "Edit / Delete"
702
+ msgstr "Upravit / Smazat"
703
+
704
+ #: my-calendar-event-manager.php:973
705
+ #: my-calendar-group-manager.php:746
706
+ #@ my-calendar
707
+ msgid "Never"
708
+ msgstr "Nikdy"
709
+
710
+ #: my-calendar-event-manager.php:977
711
+ #: my-calendar-group-manager.php:750
712
+ #@ my-calendar
713
+ msgid "Bi-Weekly"
714
+ msgstr "Dvoutýdenní"
715
+
716
+ #: my-calendar-event-manager.php:978
717
+ #: my-calendar-group-manager.php:751
718
+ #@ my-calendar
719
+ msgid "Monthly (by date)"
720
+ msgstr "Měsíčně (podle data)"
721
+
722
+ #: my-calendar-event-manager.php:979
723
+ #: my-calendar-group-manager.php:752
724
+ #@ my-calendar
725
+ msgid "Monthly (by day)"
726
+ msgstr "Měsíčně (podle dne)"
727
+
728
+ #: my-calendar-event-manager.php:980
729
+ #: my-calendar-group-manager.php:753
730
+ #@ my-calendar
731
+ msgid "Yearly"
732
+ msgstr "Ročně"
733
+
734
+ #: my-calendar-event-manager.php:983
735
+ #: my-calendar-group-manager.php:756
736
+ #@ my-calendar
737
+ msgid "Forever"
738
+ msgstr "Navždy"
739
+
740
+ #: my-calendar-event-manager.php:999
741
+ #@ my-calendar
742
+ msgid "Copy"
743
+ msgstr "Kopírovat"
744
+
745
+ #: my-calendar-event-manager.php:1005
746
+ #: my-calendar-group-manager.php:779
747
+ #@ my-calendar
748
+ msgid "Not editable."
749
+ msgstr "Neupravitelné"
750
+
751
+ #: my-calendar-event-manager.php:1011
752
+ #@ my-calendar
753
+ msgid "Reject"
754
+ msgstr "Zamítnout"
755
+
756
+ #: my-calendar-event-manager.php:1013
757
+ #@ my-calendar
758
+ msgid "Approve"
759
+ msgstr "Schálit"
760
+
761
+ #: my-calendar-event-manager.php:1018
762
+ #@ my-calendar
763
+ msgid "Approved"
764
+ msgstr "Schváleno"
765
+
766
+ #: my-calendar-event-manager.php:1020
767
+ #@ my-calendar
768
+ msgid "Rejected"
769
+ msgstr "Zamítnuto"
770
+
771
+ #: my-calendar-event-manager.php:1044
772
+ #: my-calendar-group-manager.php:793
773
+ #@ my-calendar
774
+ msgid "There are no events in the database!"
775
+ msgstr "V databázi nejsou žádné události"
776
+
777
+ #: my-calendar-event-manager.php:1184
778
+ #@ my-calendar
779
+ msgid "Your event end date must be either after or the same as your event begin date"
780
+ msgstr "Vaše datum ukončení události musí být buď po začátku události, nebo stejné jako datum zahájení události"
781
+
782
+ #: my-calendar-event-manager.php:1187
783
+ #@ my-calendar
784
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
785
+ msgstr "Vaše formátování data je správné, ale jedno nebo více z vašich dat, je neplatné. Zkontrolujte, zda počet dní v měsíci a přestupný rok neobsahuje chyby."
786
+
787
+ #: my-calendar-event-manager.php:1190
788
+ #@ my-calendar
789
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
790
+ msgstr "Formát data začátku a konce musí být ve formátu RRRR-MM-DD"
791
+
792
+ #: my-calendar-event-manager.php:1199
793
+ #@ my-calendar
794
+ msgid "The time field must either be blank or be entered in the format hh:mm"
795
+ msgstr "Pole Čas musí být buď prázdné, nebo musí být zadáno ve formátu hh: mm"
796
+
797
+ #: my-calendar-event-manager.php:1206
798
+ #@ my-calendar
799
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
800
+ msgstr "Pole Čas konce musí být buď prázdné, nebo musí být zadáno ve formátu hh: mm"
801
+
802
+ #: my-calendar-event-manager.php:1222
803
+ #: my-calendar-group-manager.php:576
804
+ #@ my-calendar
805
+ msgid "The event title must be between 1 and 255 characters in length."
806
+ msgstr "Titulek události může být dlouhý 1 - 255 znaků."
807
+
808
+ #: my-calendar-event-manager.php:1228
809
+ #@ my-calendar
810
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
811
+ msgstr "Pokud je vybrán typ opakování, musí být hodnota opakování 0."
812
+
813
+ #: my-calendar-help.php:7
814
+ #@ my-calendar
815
+ msgid "How to use My Calendar"
816
+ msgstr "Jak používat Můj kalendář"
817
+
818
+ #: my-calendar-help.php:12
819
+ #@ my-calendar
820
+ msgid "Shortcode Syntax"
821
+ msgstr "Syntaxe krátkého kódu"
822
+
823
+ #: my-calendar-help.php:15
824
+ #@ my-calendar
825
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
826
+ msgstr "Tento krátký kód může být vložen do stránky, příspěvku nebo widgetu."
827
+
828
+ #: my-calendar-help.php:19
829
+ #@ my-calendar
830
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
831
+ msgstr "Krátký kód zobrazí kalendář na stránce nebo v příspěvku (bude zahrnovat všechny kategorie a klíč kategorie) v klasickém formátu měsíc po měsíci."
832
+
833
+ #: my-calendar-help.php:63
834
+ #@ my-calendar
835
+ msgid "Category Icons"
836
+ msgstr "Ikony kategorií"
837
+
838
+ #: my-calendar-help.php:66
839
+ #@ my-calendar
840
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
841
+ msgstr "Můj kalendář je určen pro správu více kalendářů. Základem pro tyto kalendáře jsou kategorie, můžete snadno nastavit kalendářovou stránku, která obsahuje všechny kategorie, nebo můžete vytvořit samostatné stránky s kalendáři v každé kategorii. Pro příklad, může to být pro vás užitečné při správě kalendáře pro více pásem, kalendáře akcí na různých místech, atd."
842
+
843
+ #: my-calendar-help.php:69
844
+ #@ my-calendar
845
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
846
+ msgstr "Předinstalované ikony kategorií nemusí být zvláště užitečné pro vaše potřeby, nebo design. Za předpokladu, že se chystáte nahrát vlastní ikony - vše, co potřebujete udělat, je nahrát je do pluginové složky ikon, a oni budou k dispozici pro okamžité použití, nebo je umístěte do složky \"my-calendar-custom \", aby se zabránilo tomu, že budou přepsány při upgrade."
847
+
848
+ #: my-calendar-help.php:69
849
+ #@ my-calendar
850
+ msgid "Your icons folder is:"
851
+ msgstr "Složka ikon:"
852
+
853
+ #: my-calendar-help.php:69
854
+ #@ my-calendar
855
+ msgid "You can alternately place icons in:"
856
+ msgstr "Alternativně můžete uložit ikony do:"
857
+
858
+ #: my-calendar-help.php:92
859
+ #@ my-calendar
860
+ msgid "Widget Templating"
861
+ msgstr "Šablona widgetu"
862
+
863
+ #: my-calendar-help.php:220
864
+ #@ my-calendar
865
+ msgid "Displays the name of the category the event is in."
866
+ msgstr "Zobrazí jméno kategorie, do které událost patří."
867
+
868
+ #: my-calendar-help.php:100
869
+ #@ my-calendar
870
+ msgid "Displays the title of the event."
871
+ msgstr "Zobrazí titulek události"
872
+
873
+ #: my-calendar-help.php:106
874
+ #@ my-calendar
875
+ msgid "Displays the start time for the event."
876
+ msgstr "Zobrazí čas začátku události"
877
+
878
+ #: my-calendar-help.php:115
879
+ #@ my-calendar
880
+ msgid "Displays the date on which the event begins."
881
+ msgstr "Zobrazí datum začátku události."
882
+
883
+ #: my-calendar-help.php:118
884
+ #@ my-calendar
885
+ msgid "Displays the date on which the event ends."
886
+ msgstr "Zobrazí datum ukončení události."
887
+
888
+ #: my-calendar-help.php:121
889
+ #@ my-calendar
890
+ msgid "Displays the time at which the event ends."
891
+ msgstr "Zobrazí čas ukončení události."
892
+
893
+ #: my-calendar-help.php:130
894
+ #@ my-calendar
895
+ msgid "Displays the WordPress author who posted the event."
896
+ msgstr "Zobrazí WP autora, který vložil událost."
897
+
898
+ #: my-calendar-help.php:154
899
+ #@ my-calendar
900
+ msgid "Displays the URL provided for the event."
901
+ msgstr "Zobrazí URL události "
902
+
903
+ #: my-calendar-help.php:145
904
+ #@ my-calendar
905
+ msgid "Displays the description of the event."
906
+ msgstr "Zobrazí popisek události"
907
+
908
+ #: my-calendar-help.php:103
909
+ #@ my-calendar
910
+ msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
911
+ msgstr "Zobrazí titulek události jako odkaz, pokud je vyplněno URL, nebo jako text, pokud vyplněno není. "
912
+
913
+ #: my-calendar-help.php:181
914
+ #@ my-calendar
915
+ msgid "Displays the name of the location of the event."
916
+ msgstr "Zobrazí název umístění události."
917
+
918
+ #: my-calendar-help.php:184
919
+ #@ my-calendar
920
+ msgid "Displays the first line of the site address."
921
+ msgstr "Zobrazí první řádek adresy."
922
+
923
+ #: my-calendar-help.php:187
924
+ #@ my-calendar
925
+ msgid "Displays the second line of the site address."
926
+ msgstr "Zobrazí druhý řádek adresy."
927
+
928
+ #: my-calendar-help.php:202
929
+ #@ my-calendar
930
+ msgid "Displays the country for the event location."
931
+ msgstr "Zobrazí zemi události."
932
+
933
+ #: my-calendar-help.php:211
934
+ #@ my-calendar
935
+ msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
936
+ msgstr "Zobrazí adresu události ve formátu <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
937
+
938
+ #: my-calendar-help.php:214
939
+ #@ my-calendar
940
+ msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
941
+ msgstr "Zobrazí odkaz na Google Mapy, pokud jsou dostupné dostatečné informace o adrese. Pokud ne, bude prázdné."
942
+
943
+ #: my-calendar-help.php:172
944
+ #@ my-calendar
945
+ msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
946
+ msgstr "Zobrazí textové oznámení, zda je registrace události otevřena nebo uzavřena; nezobrazí nic pokud je volba vybrána v události."
947
+
948
+ #: my-calendar-help.php:139
949
+ #@ my-calendar
950
+ msgid "Displays the short version of the event description."
951
+ msgstr "Zobrazí krátkou verzi popisku události."
952
+
953
+ #: my-calendar-help.php:175
954
+ #@ my-calendar
955
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
956
+ msgstr "Zobrazí aktuální stav události: buď \"Publikováno\" nebo \"Rezervováno\" - primárně použité v emailových šablonách."
957
+
958
+ #: my-calendar-locations.php:44
959
+ #@ my-calendar
960
+ msgid "Location added successfully"
961
+ msgstr "Umístění bylo úspěšně přidáno"
962
+
963
+ #: my-calendar-locations.php:46
964
+ #@ my-calendar
965
+ msgid "Location could not be added to database"
966
+ msgstr "umístění nemohlo být přidáno do databáze"
967
+
968
+ #: my-calendar-locations.php:52
969
+ #@ my-calendar
970
+ msgid "Location deleted successfully"
971
+ msgstr "Umístění bylo úspěšně odstraněno"
972
+
973
+ #: my-calendar-locations.php:54
974
+ #@ my-calendar
975
+ msgid "Location could not be deleted"
976
+ msgstr "Umístění nemohlo být smazáno."
977
+
978
+ #: my-calendar-locations.php:80
979
+ #@ my-calendar
980
+ msgid "Location could not be edited."
981
+ msgstr "Umístění nemohlo být upraveno."
982
+
983
+ #: my-calendar-locations.php:82
984
+ #@ my-calendar
985
+ msgid "Location was not changed."
986
+ msgstr "Umístění nebylo změněno"
987
+
988
+ #: my-calendar-locations.php:84
989
+ #@ my-calendar
990
+ msgid "Location edited successfully"
991
+ msgstr "Umístění bylo úspěšně aktualizováno."
992
+
993
+ #: my-calendar-locations.php:104
994
+ #@ my-calendar
995
+ msgid "Add New Location"
996
+ msgstr "Přidat nové umístění"
997
+
998
+ #: my-calendar-locations.php:106
999
+ #@ my-calendar
1000
+ msgid "Edit Location"
1001
+ msgstr "upravit umístění"
1002
+
1003
+ #: my-calendar-locations.php:111
1004
+ #@ my-calendar
1005
+ msgid "Location Editor"
1006
+ msgstr "Editor umístění"
1007
+
1008
+ #: my-calendar-locations.php:207
1009
+ #@ my-calendar
1010
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1011
+ msgstr "Pokud zadáte GPS souřadnice vaší polohy, budou použity místo jakýchkoliv dalších informací pro určení polohy vašeho umístění."
1012
+
1013
+ #: my-calendar-locations.php:215
1014
+ #@ my-calendar
1015
+ msgid "Add Location"
1016
+ msgstr "Přidat umístění"
1017
+
1018
+ #: my-calendar-locations.php:263
1019
+ #: my-calendar.php:170
1020
+ #@ my-calendar
1021
+ msgid "Manage Locations"
1022
+ msgstr "Spravovat umístění"
1023
+
1024
+ #: my-calendar-locations.php:298
1025
+ #@ my-calendar
1026
+ msgid "There are no locations in the database yet!"
1027
+ msgstr "V databázi nejsou žádná umístění."
1028
+
1029
+ #: my-calendar-locations.php:302
1030
+ #@ my-calendar
1031
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1032
+ msgstr "Poznámka: úprava nebo smazání umístění nebude mít vliv na žádnou událost, která byla plánována na toto umístění. Databáze umístění existuje čistě jako zkrácená metoda pro ukládání nejčastěji používaných umístění."
1033
+
1034
+ #: my-calendar-settings.php:52
1035
+ #@ my-calendar
1036
+ msgid "Categories imported successfully."
1037
+ msgstr "Kategorie byly úspěšně importovány"
1038
+
1039
+ #: my-calendar-settings.php:52
1040
+ #@ my-calendar
1041
+ msgid "Categories not imported."
1042
+ msgstr "Kategorie nebyly importovány"
1043
+
1044
+ #: my-calendar-settings.php:53
1045
+ #@ my-calendar
1046
+ msgid "Events imported successfully."
1047
+ msgstr "Události byly úspěšně importovány."
1048
+
1049
+ #: my-calendar-settings.php:53
1050
+ #@ my-calendar
1051
+ msgid "Events not imported."
1052
+ msgstr "Události nebyly importovány"
1053
+
1054
+ #: my-calendar-settings.php:237
1055
+ #@ my-calendar
1056
+ msgid "My Calendar Options"
1057
+ msgstr "Možnosti Mého kalendáře"
1058
+
1059
+ #: my-calendar-settings.php:246
1060
+ #@ my-calendar
1061
+ msgid "Calendar Options: Management"
1062
+ msgstr "Nastavení kalendáře: Management"
1063
+
1064
+ #: my-calendar-settings.php:249
1065
+ #: my-calendar-settings.php:258
1066
+ #@ my-calendar
1067
+ msgid "Subscriber"
1068
+ msgstr "Návštěvník"
1069
+
1070
+ #: my-calendar-settings.php:250
1071
+ #: my-calendar-settings.php:259
1072
+ #: my-calendar-settings.php:267
1073
+ #@ my-calendar
1074
+ msgid "Contributor"
1075
+ msgstr "Spolupracovník"
1076
+
1077
+ #: my-calendar-settings.php:252
1078
+ #: my-calendar-settings.php:261
1079
+ #: my-calendar-settings.php:269
1080
+ #@ my-calendar
1081
+ msgid "Editor"
1082
+ msgstr "Šéfredaktor"
1083
+
1084
+ #: my-calendar-settings.php:253
1085
+ #: my-calendar-settings.php:262
1086
+ #: my-calendar-settings.php:270
1087
+ #@ my-calendar
1088
+ msgid "Administrator"
1089
+ msgstr "Administrator"
1090
+
1091
+ #: my-calendar-settings.php:263
1092
+ #@ my-calendar
1093
+ msgid "Enable approval options."
1094
+ msgstr "Povolit schvalovací nastavení"
1095
+
1096
+ #: my-calendar-settings.php:310
1097
+ #@ my-calendar
1098
+ msgid "Previous Events"
1099
+ msgstr "Předchozí"
1100
+
1101
+ #: my-calendar-settings.php:313
1102
+ #@ my-calendar
1103
+ msgid "Next Events"
1104
+ msgstr "Následující"
1105
+
1106
+ #: my-calendar-settings.php:316
1107
+ #@ my-calendar
1108
+ msgid "Registration is open"
1109
+ msgstr "Registrace je otevřená"
1110
+
1111
+ #: my-calendar-settings.php:319
1112
+ #@ my-calendar
1113
+ msgid "Registration is closed"
1114
+ msgstr "Registrace je uzavřena"
1115
+
1116
+ #: my-calendar-settings.php:325
1117
+ #@ my-calendar
1118
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1119
+ msgstr "Titulek kalendáře je text obsahující zobrazený měsíc a rok v kalendářovém formátu. Tento text bude následovat existující text."
1120
+
1121
+ #: my-calendar-settings.php:393
1122
+ #@ my-calendar
1123
+ msgid "Display a jumpbox for changing month and year quickly?"
1124
+ msgstr "Zobrazit rozbalovací box pro rychlou změnu měsíce a roku?"
1125
+
1126
+ #: my-calendar-settings.php:455
1127
+ #@ my-calendar
1128
+ msgid "Show short description field on calendar."
1129
+ msgstr "Zobrazit pole krátký popisek v kalendáři"
1130
+
1131
+ #: my-calendar-settings.php:458
1132
+ #@ my-calendar
1133
+ msgid "Show full description field on calendar."
1134
+ msgstr "Zobrazit pole dlouhý popisek v kalendáři"
1135
+
1136
+ #: my-calendar-settings.php:537
1137
+ #@ my-calendar
1138
+ msgid "Show Event Location Dropdown Menu"
1139
+ msgstr "Zobrazit rozbalovací menu pro umístění události"
1140
+
1141
+ #: my-calendar-settings.php:537
1142
+ #@ my-calendar
1143
+ msgid "Show Event Short Description field"
1144
+ msgstr "Zobrazit pole krátký popisek události"
1145
+
1146
+ #: my-calendar-settings.php:537
1147
+ #@ my-calendar
1148
+ msgid "Show Event Description Field"
1149
+ msgstr "zobrazit pole popisek události"
1150
+
1151
+ #: my-calendar-settings.php:537
1152
+ #@ my-calendar
1153
+ msgid "Show Event Category field"
1154
+ msgstr "Zobrazit pole kategorie"
1155
+
1156
+ #: my-calendar-settings.php:537
1157
+ #@ my-calendar
1158
+ msgid "Show Event Link field"
1159
+ msgstr "Zobrazit pole odkaz"
1160
+
1161
+ #: my-calendar-settings.php:537
1162
+ #@ my-calendar
1163
+ msgid "Show Event Recurrence Options"
1164
+ msgstr "Zobrazit možnosti "
1165
+
1166
+ #: my-calendar-settings.php:550
1167
+ #@ my-calendar
1168
+ msgid "Administrators see all input options"
1169
+ msgstr "Administrátoři vidí všechny vstupní nastavení"
1170
+
1171
+ #: my-calendar-settings.php:470
1172
+ #@ my-calendar
1173
+ msgid "Default usage of category colors."
1174
+ msgstr "Výchoz použití barev kategorie "
1175
+
1176
+ #: my-calendar-settings.php:471
1177
+ #@ my-calendar
1178
+ msgid "Apply category colors to event titles as a font color."
1179
+ msgstr "Použít barvy kategorie na titulky událostí jako barvu fontu."
1180
+
1181
+ #: my-calendar-settings.php:472
1182
+ #@ my-calendar
1183
+ msgid "Apply category colors to event titles as a background color."
1184
+ msgstr "Použít barvy kategorie na titulky událostí jako barva pozadí."
1185
+
1186
+ #: my-calendar-settings.php:595
1187
+ #@ my-calendar
1188
+ msgid "Calendar Options: Email Notifications"
1189
+ msgstr "Možnosti kalendáře: Emailové oznamování"
1190
+
1191
+ #: my-calendar-settings.php:599
1192
+ #@ my-calendar
1193
+ msgid "Send Email Notifications when new events are scheduled or reserved."
1194
+ msgstr "Zaslat oznámení emailem v případě, že je událost plánovaná nebo zarezervovaná."
1195
+
1196
+ #: my-calendar-settings.php:602
1197
+ #@ my-calendar
1198
+ msgid "Notification messages are sent to: "
1199
+ msgstr "Oznamovací zprávy byly odeslány do:"
1200
+
1201
+ #: my-calendar-settings.php:605
1202
+ #@ my-calendar
1203
+ msgid "Email subject"
1204
+ msgstr "Předmět emailu"
1205
+
1206
+ #: my-calendar-settings.php:605
1207
+ #@ my-calendar
1208
+ msgid "New event Added"
1209
+ msgstr "Nová událost přidána"
1210
+
1211
+ #: my-calendar-settings.php:608
1212
+ #@ my-calendar
1213
+ msgid "Message Body"
1214
+ msgstr "Tělo zprávy"
1215
+
1216
+ #: my-calendar-settings.php:608
1217
+ #@ my-calendar
1218
+ msgid "New Event:"
1219
+ msgstr "Nová událost"
1220
+
1221
+ #: my-calendar-settings.php:609
1222
+ #@ my-calendar
1223
+ msgid "Shortcode Help"
1224
+ msgstr "Nápověda pro krátký kód"
1225
+
1226
+ #: my-calendar-settings.php:609
1227
+ #@ my-calendar
1228
+ msgid "All template shortcodes are available."
1229
+ msgstr "Všechny krátké kódy šablony jsou dostupné."
1230
+
1231
+ #: my-calendar-styles.php:129
1232
+ #@ my-calendar
1233
+ msgid "My Calendar Styles"
1234
+ msgstr "Můj Kalendář styly"
1235
+
1236
+ #: my-calendar-styles.php:133
1237
+ #@ my-calendar
1238
+ msgid "Calendar Style Settings"
1239
+ msgstr "Nastavení stylů kalendáře"
1240
+
1241
+ #: my-calendar-styles.php:187
1242
+ #@ my-calendar
1243
+ msgid "CSS Style Options"
1244
+ msgstr "Možnosti CSS"
1245
+
1246
+ #: my-calendar-styles.php:192
1247
+ #@ my-calendar
1248
+ msgid "Disable My Calendar Stylesheet"
1249
+ msgstr "Zakázat šablonu stylů pro Můj kalendář"
1250
+
1251
+ #: my-calendar-styles.php:195
1252
+ #@ my-calendar
1253
+ msgid "Edit the stylesheet for My Calendar"
1254
+ msgstr "Editovat šablonu stylů pro Můj kalendář "
1255
+
1256
+ #: my-calendar-behaviors.php:91
1257
+ #: my-calendar-behaviors.php:122
1258
+ #: my-calendar-behaviors.php:153
1259
+ #: my-calendar-behaviors.php:184
1260
+ #: my-calendar-behaviors.php:205
1261
+ #@ my-calendar
1262
+ msgid "Save"
1263
+ msgstr "Uložit"
1264
+
1265
+ #: my-calendar-behaviors.php:83
1266
+ #@ my-calendar
1267
+ msgid "Calendar Behaviors: Calendar View"
1268
+ msgstr "Chování kalendáře: Zobrazení kalendáře"
1269
+
1270
+ #: my-calendar-behaviors.php:85
1271
+ #@ my-calendar
1272
+ msgid "Disable Calendar Javascript Effects"
1273
+ msgstr "Zakázat Javascriptové efekty kalendáře"
1274
+
1275
+ #: my-calendar-behaviors.php:88
1276
+ #@ my-calendar
1277
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1278
+ msgstr "Upravit jQuery skripty pro Kalendářový mód"
1279
+
1280
+ #: my-calendar-behaviors.php:114
1281
+ #@ my-calendar
1282
+ msgid "Calendar Behaviors: List View"
1283
+ msgstr "Chování kalendáře: Seznamové zobrazení"
1284
+
1285
+ #: my-calendar-behaviors.php:116
1286
+ #@ my-calendar
1287
+ msgid "Disable List Javascript Effects"
1288
+ msgstr "Zakázat Javascriptové efekty v seznamu"
1289
+
1290
+ #: my-calendar-behaviors.php:119
1291
+ #@ my-calendar
1292
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1293
+ msgstr "Upravit jQuery skripty pro seznam"
1294
+
1295
+ #: my-calendar-behaviors.php:145
1296
+ #@ my-calendar
1297
+ msgid "Calendar Behaviors: Mini Calendar View"
1298
+ msgstr "Chovaní kalendáře: Mini zobrazení"
1299
+
1300
+ #: my-calendar-behaviors.php:147
1301
+ #@ my-calendar
1302
+ msgid "Disable Mini Javascript Effects"
1303
+ msgstr "Zakázat javascriptové efekty - Mini"
1304
+
1305
+ #: my-calendar-behaviors.php:150
1306
+ #@ my-calendar
1307
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1308
+ msgstr "Upravit jQuery skripty pro kalendář v módu Mini"
1309
+
1310
+ #: my-calendar-upgrade-db.php:17
1311
+ #: my-calendar-upgrade-db.php:25
1312
+ #@ my-calendar
1313
+ msgid "The My Calendar database needs to be updated."
1314
+ msgstr "Databáze mého kalendáře musí být aktualizována "
1315
+
1316
+ #: my-calendar-upgrade-db.php:18
1317
+ #: my-calendar-upgrade-db.php:38
1318
+ #@ my-calendar
1319
+ msgid "Update now"
1320
+ msgstr "Aktualizovat"
1321
+
1322
+ #: my-calendar-upgrade-db.php:37
1323
+ #@ my-calendar
1324
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1325
+ msgstr "Nevytvořili jste žádné události, proto Můj kalendář nemůže zjistit, zda je databáze aktuální. Jestliže nemůžete přidávat události, aktualizujete databázi."
1326
+
1327
+ #: my-calendar-upgrade-db.php:47
1328
+ #@ my-calendar
1329
+ msgid "My Calendar Database is updated."
1330
+ msgstr "Databáze Mého kalendáře byla aktualizována"
1331
+
1332
+ #: my-calendar-widgets.php:42
1333
+ #: my-calendar-widgets.php:128
1334
+ #@ my-calendar
1335
+ msgid "Template"
1336
+ msgstr "Šablona"
1337
+
1338
+ #: my-calendar-widgets.php:53
1339
+ #@ my-calendar
1340
+ msgid "Show this text if there are no events today:"
1341
+ msgstr "Zobrazit tento text, pokud zde nejsou žádné dnešní události"
1342
+
1343
+ #: my-calendar-widgets.php:132
1344
+ #@ my-calendar
1345
+ msgid "Widget Options"
1346
+ msgstr "Možnosti widgetu"
1347
+
1348
+ #: my-calendar-widgets.php:143
1349
+ #@ my-calendar
1350
+ msgid "Display upcoming events by:"
1351
+ msgstr "Zobrazit nadcházející události podle:"
1352
+
1353
+ #: my-calendar-widgets.php:144
1354
+ #@ my-calendar
1355
+ msgid "Events (e.g. 2 past, 3 future)"
1356
+ msgstr "Události"
1357
+
1358
+ #: my-calendar-widgets.php:145
1359
+ #@ my-calendar
1360
+ msgid "Dates (e.g. 4 days past, 5 forward)"
1361
+ msgstr "Data (např. 4 dny uplynulé, 5 dní budoucích)"
1362
+
1363
+ #: my-calendar-event-manager.php:919
1364
+ #: my-calendar-templates.php:203
1365
+ #@ my-calendar
1366
+ msgid "Published"
1367
+ msgstr "Publikováno"
1368
+
1369
+ #: my-calendar-event-manager.php:920
1370
+ #: my-calendar-templates.php:203
1371
+ #@ my-calendar
1372
+ msgid "Reserved"
1373
+ msgstr "Rezervováno"
1374
+
1375
+ #: my-calendar-core.php:70
1376
+ #: my-calendar.php:171
1377
+ #@ my-calendar
1378
+ msgid "Settings"
1379
+ msgstr "Nastavení"
1380
+
1381
+ #: my-calendar-core.php:71
1382
+ #: my-calendar.php:175
1383
+ #@ my-calendar
1384
+ msgid "Help"
1385
+ msgstr "Nápověda"
1386
+
1387
+ #: my-calendar.php:130
1388
+ #@ my-calendar
1389
+ msgid "Get Support"
1390
+ msgstr "Technická podpora"
1391
+
1392
+ #: my-calendar.php:132
1393
+ #: my-calendar.php:175
1394
+ #@ my-calendar
1395
+ msgid "My Calendar Help"
1396
+ msgstr "Nápověda"
1397
+
1398
+ #: my-calendar.php:133
1399
+ #@ my-calendar
1400
+ msgid "Make a Donation"
1401
+ msgstr "Přispějte"
1402
+
1403
+ #: my-calendar.php:158
1404
+ #: my-calendar.php:161
1405
+ #@ my-calendar
1406
+ msgid "My Calendar"
1407
+ msgstr "Můj kalendář"
1408
+
1409
+ #: my-calendar.php:167
1410
+ #@ my-calendar
1411
+ msgid "Add/Edit Events"
1412
+ msgstr "Přidat / upravit událost"
1413
+
1414
+ #: my-calendar.php:172
1415
+ #@ my-calendar
1416
+ msgid "Style Editor"
1417
+ msgstr "Editor stylů"
1418
+
1419
+ #: my-calendar-output.php:148
1420
+ #@ my-calendar
1421
+ msgid "Event Details"
1422
+ msgstr "Detaily události"
1423
+
1424
+ #: my-calendar-output.php:171
1425
+ #: my-calendar-output.php:282
1426
+ #@ my-calendar
1427
+ msgid "Close"
1428
+ msgstr "Zavřít"
1429
+
1430
+ #: my-calendar-output.php:186
1431
+ #@ my-calendar
1432
+ msgid "Not Applicable"
1433
+ msgstr "Není k dispozici"
1434
+
1435
+ #: my-calendar-output.php:200
1436
+ #@ my-calendar
1437
+ msgid "Posted by"
1438
+ msgstr "Vytvořeno"
1439
+
1440
+ #: my-calendar-output.php:262
1441
+ #@ my-calendar
1442
+ msgid "This class is part of a series. You must register for the first event in this series to attend."
1443
+ msgstr "Třída je součástí série. Pro účast se musíte registrovat k první události. "
1444
+
1445
+ #: button/generator.php:98
1446
+ #: my-calendar-output.php:356
1447
+ #: my-calendar-widgets.php:592
1448
+ #@ my-calendar
1449
+ msgid "Month"
1450
+ msgstr "Měsíc"
1451
+
1452
+ #: my-calendar-output.php:361
1453
+ #@ my-calendar
1454
+ msgid "Year"
1455
+ msgstr "Rok"
1456
+
1457
+ #: my-calendar-output.php:389
1458
+ #@ my-calendar
1459
+ msgid "Go"
1460
+ msgstr "Jdi"
1461
+
1462
+ #: my-calendar-output.php:481
1463
+ #@ my-calendar
1464
+ msgid "<abbr title=\"Sunday\">Sun</abbr>"
1465
+ msgstr "<abbr title=\"Neděle\">Ne</abbr>"
1466
+
1467
+ #: my-calendar-output.php:482
1468
+ #@ my-calendar
1469
+ msgid "<abbr title=\"Monday\">Mon</abbr>"
1470
+ msgstr "<abbr title=\"Pondělí\">Pon</abbr>"
1471
+
1472
+ #: my-calendar-output.php:483
1473
+ #@ my-calendar
1474
+ msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1475
+ msgstr "<abbr title=\"Úterý\">Úte</abbr>"
1476
+
1477
+ #: my-calendar-output.php:484
1478
+ #@ my-calendar
1479
+ msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1480
+ msgstr "<abbr title=\"Středa\">Stř</abbr>"
1481
+
1482
+ #: my-calendar-output.php:485
1483
+ #@ my-calendar
1484
+ msgid "<abbr title=\"Thursday\">Thur</abbr>"
1485
+ msgstr "<abbr title=\"Čtvrtek\">Čtv</abbr>"
1486
+
1487
+ #: my-calendar-output.php:486
1488
+ #@ my-calendar
1489
+ msgid "<abbr title=\"Friday\">Fri</abbr>"
1490
+ msgstr "<abbr title=\"Pátek\">Pát</abbr>"
1491
+
1492
+ #: my-calendar-output.php:487
1493
+ #@ my-calendar
1494
+ msgid "<abbr title=\"Saturday\">Sat</abbr>"
1495
+ msgstr "<abbr title=\"Sobota\">Sob</abbr>"
1496
+
1497
+ #: my-calendar-output.php:492
1498
+ #@ my-calendar
1499
+ msgid "<abbr title=\"Sunday\">S</abbr>"
1500
+ msgstr "<abbr title=\"Neděle\">N</abbr>"
1501
+
1502
+ #: my-calendar-output.php:493
1503
+ #@ my-calendar
1504
+ msgid "<abbr title=\"Monday\">M</abbr>"
1505
+ msgstr "<abbr title=\"Pondělí\">P</abbr>"
1506
+
1507
+ #: my-calendar-output.php:494
1508
+ #@ my-calendar
1509
+ msgid "<abbr title=\"Tuesday\">T</abbr>"
1510
+ msgstr "<abbr title=\"Úterý\">Ú</abbr>"
1511
+
1512
+ #: my-calendar-output.php:495
1513
+ #@ my-calendar
1514
+ msgid "<abbr title=\"Wednesday\">W</abbr>"
1515
+ msgstr "<abbr title=\"Středa\">S</abbr>"
1516
+
1517
+ #: my-calendar-output.php:496
1518
+ #@ my-calendar
1519
+ msgid "<abbr title=\"Thursday\">T</abbr>"
1520
+ msgstr "<abbr title=\"Čtvrtek\">Č</abbr>"
1521
+
1522
+ #: my-calendar-output.php:497
1523
+ #@ my-calendar
1524
+ msgid "<abbr title=\"Friday\">F</abbr>"
1525
+ msgstr "<abbr title=\"Pátek\">P</abbr>"
1526
+
1527
+ #: my-calendar-output.php:498
1528
+ #@ my-calendar
1529
+ msgid "<abbr title=\"Saturday\">S</abbr>"
1530
+ msgstr "<abbr title=\"Sobota\">S</abbr>"
1531
+
1532
+ #: my-calendar-output.php:627
1533
+ #@ my-calendar
1534
+ msgid "and"
1535
+ msgstr "a"
1536
+
1537
+ #: my-calendar-widgets.php:551
1538
+ #@ my-calendar
1539
+ msgid "Calendar"
1540
+ msgstr "Kalendář"
1541
+
1542
+ #: my-calendar-output.php:648
1543
+ #@ my-calendar
1544
+ msgid "Events in"
1545
+ msgstr "Události v"
1546
+
1547
+ #: my-calendar-output.php:874
1548
+ #@ my-calendar
1549
+ msgid "There are no events scheduled during this period."
1550
+ msgstr "Na toto období nejsou naplánovány žádné události."
1551
+
1552
+ #: my-calendar-output.php:887
1553
+ #@ my-calendar
1554
+ msgid "Category Key"
1555
+ msgstr "Klíč kategorie"
1556
+
1557
+ #: button/generator.php:12
1558
+ #@ my-calendar
1559
+ msgid "You don't have access to this function."
1560
+ msgstr ""
1561
+
1562
+ #: button/generator.php:18
1563
+ #: button/generator.php:44
1564
+ #@ my-calendar
1565
+ msgid "My Calendar Shortcode Generator"
1566
+ msgstr ""
1567
+
1568
+ #: button/generator.php:47
1569
+ #@ my-calendar
1570
+ msgid "Shortcode Attributes"
1571
+ msgstr ""
1572
+
1573
+ #: button/generator.php:52
1574
+ #@ my-calendar
1575
+ msgid "Location filter type:"
1576
+ msgstr ""
1577
+
1578
+ #: button/generator.php:54
1579
+ #@ my-calendar
1580
+ msgid "All locations"
1581
+ msgstr ""
1582
+
1583
+ #: button/generator.php:55
1584
+ #: my-calendar-settings.php:513
1585
+ #: my-calendar-settings.php:686
1586
+ #@ my-calendar
1587
+ msgid "Location Name"
1588
+ msgstr ""
1589
+
1590
+ #: button/generator.php:64
1591
+ #@ my-calendar
1592
+ msgid "Location filter value:"
1593
+ msgstr ""
1594
+
1595
+ #: button/generator.php:68
1596
+ #@ my-calendar
1597
+ msgid "Format"
1598
+ msgstr ""
1599
+
1600
+ #: button/generator.php:70
1601
+ #@ my-calendar
1602
+ msgid "Grid"
1603
+ msgstr ""
1604
+
1605
+ #: button/generator.php:71
1606
+ #@ my-calendar
1607
+ msgid "List"
1608
+ msgstr ""
1609
+
1610
+ #: button/generator.php:75
1611
+ #@ my-calendar
1612
+ msgid "Show Category Key"
1613
+ msgstr ""
1614
+
1615
+ #: button/generator.php:77
1616
+ #: button/generator.php:84
1617
+ #: button/generator.php:91
1618
+ #: my-calendar-widgets.php:580
1619
+ #: my-calendar-widgets.php:586
1620
+ #@ my-calendar
1621
+ msgid "Yes"
1622
+ msgstr ""
1623
+
1624
+ #: button/generator.php:78
1625
+ #: button/generator.php:85
1626
+ #: button/generator.php:92
1627
+ #: my-calendar-widgets.php:581
1628
+ #: my-calendar-widgets.php:587
1629
+ #@ my-calendar
1630
+ msgid "No"
1631
+ msgstr ""
1632
+
1633
+ #: button/generator.php:82
1634
+ #@ my-calendar
1635
+ msgid "Show Previous/Next Links"
1636
+ msgstr ""
1637
+
1638
+ #: button/generator.php:89
1639
+ #@ my-calendar
1640
+ msgid "Show Format Toggle"
1641
+ msgstr ""
1642
+
1643
+ #: button/generator.php:96
1644
+ #@ my-calendar
1645
+ msgid "Time Segment"
1646
+ msgstr ""
1647
+
1648
+ #: button/generator.php:99
1649
+ #: my-calendar-widgets.php:593
1650
+ #@ my-calendar
1651
+ msgid "Week"
1652
+ msgstr ""
1653
+
1654
+ #: button/generator.php:100
1655
+ #@ my-calendar
1656
+ msgid "Day"
1657
+ msgstr ""
1658
+
1659
+ #: button/generator.php:105
1660
+ #@ my-calendar
1661
+ msgid "Generate Shortcode"
1662
+ msgstr ""
1663
+
1664
+ #: button/generator.php:107
1665
+ #@ my-calendar
1666
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
1667
+ msgstr ""
1668
+
1669
+ #: button/generator.php:117
1670
+ #@ my-calendar
1671
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
1672
+ msgstr ""
1673
+
1674
+ #: my-calendar-behaviors.php:43
1675
+ #@ my-calendar
1676
+ msgid "Behavior Settings saved"
1677
+ msgstr ""
1678
+
1679
+ #: my-calendar-behaviors.php:67
1680
+ #@ my-calendar
1681
+ msgid "My Calendar Behaviors"
1682
+ msgstr ""
1683
+
1684
+ #: my-calendar-behaviors.php:72
1685
+ #@ my-calendar
1686
+ msgid "Calendar Behavior Settings"
1687
+ msgstr ""
1688
+
1689
+ #: my-calendar-behaviors.php:77
1690
+ #@ my-calendar
1691
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1692
+ msgstr ""
1693
+
1694
+ #: my-calendar-behaviors.php:85
1695
+ #@ my-calendar
1696
+ msgid "Update/Reset the My Calendar Calendar Javascript"
1697
+ msgstr ""
1698
+
1699
+ #: my-calendar-behaviors.php:100
1700
+ #: my-calendar-behaviors.php:131
1701
+ #: my-calendar-behaviors.php:162
1702
+ #: my-calendar-behaviors.php:192
1703
+ #@ my-calendar
1704
+ msgid "Comparing scripts with latest installed version of My Calendar"
1705
+ msgstr ""
1706
+
1707
+ #: my-calendar-behaviors.php:100
1708
+ #: my-calendar-behaviors.php:131
1709
+ #: my-calendar-behaviors.php:162
1710
+ #: my-calendar-behaviors.php:192
1711
+ #: my-calendar-styles.php:208
1712
+ #@ my-calendar
1713
+ msgid "Latest (from plugin)"
1714
+ msgstr ""
1715
+
1716
+ #: my-calendar-behaviors.php:100
1717
+ #: my-calendar-behaviors.php:131
1718
+ #: my-calendar-behaviors.php:162
1719
+ #: my-calendar-behaviors.php:192
1720
+ #: my-calendar-styles.php:208
1721
+ #@ my-calendar
1722
+ msgid "Current (in use)"
1723
+ msgstr ""
1724
+
1725
+ #: my-calendar-behaviors.php:104
1726
+ #@ my-calendar
1727
+ msgid "There have been updates to the calendar view scripts."
1728
+ msgstr ""
1729
+
1730
+ #: my-calendar-behaviors.php:104
1731
+ #: my-calendar-behaviors.php:135
1732
+ #: my-calendar-behaviors.php:166
1733
+ #: my-calendar-behaviors.php:196
1734
+ #@ my-calendar
1735
+ msgid "Compare your scripts with latest installed version of My Calendar."
1736
+ msgstr ""
1737
+
1738
+ #: my-calendar-behaviors.php:108
1739
+ #: my-calendar-behaviors.php:139
1740
+ #: my-calendar-behaviors.php:170
1741
+ #: my-calendar-behaviors.php:200
1742
+ #@ my-calendar
1743
+ msgid "Your script matches that included with My Calendar."
1744
+ msgstr ""
1745
+
1746
+ #: my-calendar-behaviors.php:116
1747
+ #@ my-calendar
1748
+ msgid "Update/Reset the My Calendar List Javascript"
1749
+ msgstr ""
1750
+
1751
+ #: my-calendar-behaviors.php:135
1752
+ #@ my-calendar
1753
+ msgid "There have been updates to the list view scripts."
1754
+ msgstr ""
1755
+
1756
+ #: my-calendar-behaviors.php:147
1757
+ #@ my-calendar
1758
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
1759
+ msgstr ""
1760
+
1761
+ #: my-calendar-behaviors.php:166
1762
+ #@ my-calendar
1763
+ msgid "There have been updates to the mini view scripts."
1764
+ msgstr ""
1765
+
1766
+ #: my-calendar-behaviors.php:176
1767
+ #@ my-calendar
1768
+ msgid "Calendar Behaviors: AJAX Navigation"
1769
+ msgstr ""
1770
+
1771
+ #: my-calendar-behaviors.php:178
1772
+ #@ my-calendar
1773
+ msgid "Update/Reset the My Calendar AJAX Javascript"
1774
+ msgstr ""
1775
+
1776
+ #: my-calendar-behaviors.php:178
1777
+ #@ my-calendar
1778
+ msgid "Disable AJAX Effects"
1779
+ msgstr ""
1780
+
1781
+ #: my-calendar-behaviors.php:181
1782
+ #@ my-calendar
1783
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1784
+ msgstr ""
1785
+
1786
+ #: my-calendar-behaviors.php:196
1787
+ #@ my-calendar
1788
+ msgid "There have been updates to the AJAX scripts."
1789
+ msgstr ""
1790
+
1791
+ #: my-calendar-behaviors.php:210
1792
+ #@ my-calendar
1793
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
1794
+ msgstr ""
1795
+
1796
+ #: my-calendar-categories.php:137
1797
+ #@ my-calendar
1798
+ msgid "Error: Category was not edited."
1799
+ msgstr ""
1800
+
1801
+ #: my-calendar-categories.php:218
1802
+ #@ my-calendar
1803
+ msgid "Add a New Category"
1804
+ msgstr ""
1805
+
1806
+ #: my-calendar-core.php:198
1807
+ #, php-format
1808
+ #@ my-calendar
1809
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1810
+ msgstr ""
1811
+
1812
+ #: my-calendar-core.php:953
1813
+ #@ my-calendar
1814
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1815
+ msgstr ""
1816
+
1817
+ #: my-calendar-core.php:1078
1818
+ #@ my-calendar
1819
+ msgid "Is this your calendar page?"
1820
+ msgstr ""
1821
+
1822
+ #: my-calendar-core.php:1081
1823
+ #@ my-calendar
1824
+ msgid "I tried to guess, but don't have a suggestion for you."
1825
+ msgstr ""
1826
+
1827
+ #: my-calendar-event-manager.php:161
1828
+ #, php-format
1829
+ #@ my-calendar
1830
+ msgid "%1$d events deleted successfully out of %2$d selected"
1831
+ msgstr ""
1832
+
1833
+ #: my-calendar-event-manager.php:163
1834
+ #@ my-calendar
1835
+ msgid "Your events have not been deleted. Please investigate."
1836
+ msgstr ""
1837
+
1838
+ #: my-calendar-event-manager.php:263
1839
+ #@ my-calendar
1840
+ msgid "Currently editing your local calendar"
1841
+ msgstr ""
1842
+
1843
+ #: my-calendar-event-manager.php:265
1844
+ #@ my-calendar
1845
+ msgid "Currently editing your central calendar"
1846
+ msgstr ""
1847
+
1848
+ #: my-calendar-event-manager.php:483
1849
+ #@ my-calendar
1850
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
1851
+ msgstr ""
1852
+
1853
+ #: my-calendar-event-manager.php:489
1854
+ #: my-calendar-event-manager.php:618
1855
+ #: my-calendar-group-manager.php:292
1856
+ #@ my-calendar
1857
+ msgid "(required)"
1858
+ msgstr ""
1859
+
1860
+ #: my-calendar-event-manager.php:508
1861
+ #@ my-calendar
1862
+ msgid "This event is not spam"
1863
+ msgstr ""
1864
+
1865
+ #: my-calendar-event-manager.php:526
1866
+ #: my-calendar-event-manager.php:539
1867
+ #: my-calendar-group-manager.php:317
1868
+ #: my-calendar-group-manager.php:325
1869
+ #@ my-calendar
1870
+ msgid "This event's image:"
1871
+ msgstr ""
1872
+
1873
+ #: my-calendar-event-manager.php:528
1874
+ #: my-calendar-group-manager.php:319
1875
+ #@ my-calendar
1876
+ msgid "Add an image:"
1877
+ msgstr ""
1878
+
1879
+ #: my-calendar-event-manager.php:532
1880
+ #: my-calendar-group-manager.php:319
1881
+ #@ my-calendar
1882
+ msgid "Upload Image"
1883
+ msgstr ""
1884
+
1885
+ #: my-calendar-event-manager.php:532
1886
+ #: my-calendar-group-manager.php:319
1887
+ #@ my-calendar
1888
+ msgid "Include your image URL or upload an image."
1889
+ msgstr ""
1890
+
1891
+ #: my-calendar-event-manager.php:549
1892
+ #: my-calendar-group-manager.php:335
1893
+ #@ my-calendar
1894
+ msgid "Event Host"
1895
+ msgstr ""
1896
+
1897
+ #: my-calendar-event-manager.php:601
1898
+ #@ my-calendar
1899
+ msgid "Event Date and Time"
1900
+ msgstr ""
1901
+
1902
+ #: my-calendar-event-manager.php:618
1903
+ #@ my-calendar
1904
+ msgid "Time (hh:mm am/pm)"
1905
+ msgstr ""
1906
+
1907
+ #: my-calendar-event-manager.php:627
1908
+ #@ my-calendar
1909
+ msgid "End Date (YYYY-MM-DD)"
1910
+ msgstr ""
1911
+
1912
+ #: my-calendar-event-manager.php:627
1913
+ #@ my-calendar
1914
+ msgid "End Time (hh:mm am/pm)"
1915
+ msgstr ""
1916
+
1917
+ #: my-calendar-event-manager.php:641
1918
+ #@ my-calendar
1919
+ msgid "Add another occurrence"
1920
+ msgstr ""
1921
+
1922
+ #: my-calendar-event-manager.php:642
1923
+ #@ my-calendar
1924
+ msgid "Remove last occurrence"
1925
+ msgstr ""
1926
+
1927
+ #: my-calendar-event-manager.php:662
1928
+ #: my-calendar-templates.php:117
1929
+ #@ my-calendar
1930
+ msgid "Daily, weekdays only"
1931
+ msgstr ""
1932
+
1933
+ #: my-calendar-event-manager.php:669
1934
+ #@ my-calendar
1935
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1936
+ msgstr ""
1937
+
1938
+ #: my-calendar-event-manager.php:687
1939
+ #: my-calendar-group-manager.php:391
1940
+ #@ my-calendar
1941
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1942
+ msgstr ""
1943
+
1944
+ #: my-calendar-event-manager.php:814
1945
+ #: my-calendar-group-manager.php:480
1946
+ #@ my-calendar
1947
+ msgid "Location URL"
1948
+ msgstr ""
1949
+
1950
+ #: my-calendar-event-manager.php:835
1951
+ #@ my-calendar
1952
+ msgid "Special Options"
1953
+ msgstr ""
1954
+
1955
+ #: my-calendar-event-manager.php:837
1956
+ #@ my-calendar
1957
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
1958
+ msgstr ""
1959
+
1960
+ #: my-calendar-event-manager.php:840
1961
+ #@ my-calendar
1962
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
1963
+ msgstr ""
1964
+
1965
+ #: my-calendar-event-manager.php:921
1966
+ #@ my-calendar
1967
+ msgid "All"
1968
+ msgstr ""
1969
+
1970
+ #: my-calendar-event-manager.php:931
1971
+ #: my-calendar-group-manager.php:703
1972
+ #@ my-calendar
1973
+ msgid "Table of Calendar Events"
1974
+ msgstr ""
1975
+
1976
+ #: my-calendar-event-manager.php:975
1977
+ #: my-calendar-group-manager.php:748
1978
+ #@ my-calendar
1979
+ msgid "Weekdays"
1980
+ msgstr ""
1981
+
1982
+ #: my-calendar-event-manager.php:984
1983
+ #: my-calendar-group-manager.php:757
1984
+ #, php-format
1985
+ #@ my-calendar
1986
+ msgid "%d Times"
1987
+ msgstr ""
1988
+
1989
+ #: my-calendar-event-manager.php:1002
1990
+ #: my-calendar-group-manager.php:775
1991
+ #: my-calendar-output.php:287
1992
+ #@ my-calendar
1993
+ msgid "Edit Group"
1994
+ msgstr ""
1995
+
1996
+ #: my-calendar-event-manager.php:1022
1997
+ #@ my-calendar
1998
+ msgid "Awaiting Approval"
1999
+ msgstr ""
2000
+
2001
+ #: my-calendar-event-manager.php:1033
2002
+ #@ my-calendar
2003
+ msgid "Delete checked events"
2004
+ msgstr ""
2005
+
2006
+ #: my-calendar-group-manager.php:57
2007
+ #@ my-calendar
2008
+ msgid "Event not updated."
2009
+ msgstr ""
2010
+
2011
+ #: my-calendar-group-manager.php:83
2012
+ #@ my-calendar
2013
+ msgid "Event not grouped."
2014
+ msgstr ""
2015
+
2016
+ #: my-calendar-group-manager.php:87
2017
+ #@ my-calendar
2018
+ msgid "Event grouped successfully"
2019
+ msgstr ""
2020
+
2021
+ #: my-calendar-group-manager.php:105
2022
+ #: my-calendar-group-manager.php:261
2023
+ #: my-calendar-group-manager.php:287
2024
+ #@ my-calendar
2025
+ msgid "Edit Event Group"
2026
+ msgstr ""
2027
+
2028
+ #: my-calendar-group-manager.php:109
2029
+ #@ my-calendar
2030
+ msgid "You must provide an event group id in order to edit it"
2031
+ msgstr ""
2032
+
2033
+ #: my-calendar-group-manager.php:117
2034
+ #: my-calendar.php:169
2035
+ #@ my-calendar
2036
+ msgid "Manage Event Groups"
2037
+ msgstr ""
2038
+
2039
+ #: my-calendar-group-manager.php:119
2040
+ #@ my-calendar
2041
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2042
+ msgstr ""
2043
+
2044
+ #: my-calendar-group-manager.php:120
2045
+ #@ my-calendar
2046
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2047
+ msgstr ""
2048
+
2049
+ #: my-calendar-group-manager.php:214
2050
+ #@ my-calendar
2051
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2052
+ msgstr ""
2053
+
2054
+ #: my-calendar-group-manager.php:221
2055
+ #@ my-calendar
2056
+ msgid "Apply these changes to:"
2057
+ msgstr ""
2058
+
2059
+ #: my-calendar-group-manager.php:232
2060
+ #@ my-calendar
2061
+ msgid "Check/Uncheck all"
2062
+ msgstr ""
2063
+
2064
+ #: my-calendar-group-manager.php:234
2065
+ #@ my-calendar
2066
+ msgid "Remove checked events from this group"
2067
+ msgstr ""
2068
+
2069
+ #: my-calendar-group-manager.php:251
2070
+ #@ my-calendar
2071
+ msgid "You must provide a group ID to edit groups"
2072
+ msgstr ""
2073
+
2074
+ #: my-calendar-group-manager.php:690
2075
+ #@ my-calendar
2076
+ msgid "Create/Modify Groups"
2077
+ msgstr ""
2078
+
2079
+ #: my-calendar-group-manager.php:691
2080
+ #@ my-calendar
2081
+ msgid "Check a set of events to group them for mass editing."
2082
+ msgstr ""
2083
+
2084
+ #: my-calendar-group-manager.php:701
2085
+ #: my-calendar-group-manager.php:787
2086
+ #@ my-calendar
2087
+ msgid "Group checked events for mass editing"
2088
+ msgstr ""
2089
+
2090
+ #: my-calendar-group-manager.php:707
2091
+ #@ my-calendar
2092
+ msgid "Group"
2093
+ msgstr ""
2094
+
2095
+ #: my-calendar-group-manager.php:777
2096
+ #@ my-calendar
2097
+ msgid "Ungrouped"
2098
+ msgstr ""
2099
+
2100
+ #: my-calendar-help.php:17
2101
+ #@ my-calendar
2102
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2103
+ msgstr ""
2104
+
2105
+ #: my-calendar-help.php:22
2106
+ #@ my-calendar
2107
+ msgid "The shortcode supports eight attributes:"
2108
+ msgstr ""
2109
+
2110
+ #: my-calendar-help.php:24
2111
+ #@ my-calendar
2112
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2113
+ msgstr ""
2114
+
2115
+ #: my-calendar-help.php:25
2116
+ #@ my-calendar
2117
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2118
+ msgstr ""
2119
+
2120
+ #: my-calendar-help.php:26
2121
+ #@ my-calendar
2122
+ msgid "Set as \"no\" to hide the category key."
2123
+ msgstr ""
2124
+
2125
+ #: my-calendar-help.php:27
2126
+ #@ my-calendar
2127
+ msgid "Set as \"no\" to hide the month-by-month navigation."
2128
+ msgstr ""
2129
+
2130
+ #: my-calendar-help.php:28
2131
+ #@ my-calendar
2132
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2133
+ msgstr ""
2134
+
2135
+ #: my-calendar-help.php:29
2136
+ #@ my-calendar
2137
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2138
+ msgstr ""
2139
+
2140
+ #: my-calendar-help.php:30
2141
+ #@ my-calendar
2142
+ msgid "The type of location data to restrict by."
2143
+ msgstr ""
2144
+
2145
+ #: my-calendar-help.php:31
2146
+ #@ my-calendar
2147
+ msgid "The specific location information to filter to."
2148
+ msgstr ""
2149
+
2150
+ #: my-calendar-help.php:35
2151
+ #@ my-calendar
2152
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2153
+ msgstr ""
2154
+
2155
+ #: my-calendar-help.php:37
2156
+ #@ my-calendar
2157
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
2158
+ msgstr ""
2159
+
2160
+ #: my-calendar-help.php:42
2161
+ #@ my-calendar
2162
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
2163
+ msgstr ""
2164
+
2165
+ #: my-calendar-help.php:45
2166
+ #@ my-calendar
2167
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2168
+ msgstr ""
2169
+
2170
+ #: my-calendar-help.php:48
2171
+ #@ my-calendar
2172
+ msgid "Supplement Features (Locations filter, Categories filter)"
2173
+ msgstr ""
2174
+
2175
+ #: my-calendar-help.php:51
2176
+ #@ my-calendar
2177
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2178
+ msgstr ""
2179
+
2180
+ #: my-calendar-help.php:54
2181
+ #@ my-calendar
2182
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2183
+ msgstr ""
2184
+
2185
+ #: my-calendar-help.php:57
2186
+ #@ my-calendar
2187
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2188
+ msgstr ""
2189
+
2190
+ #: my-calendar-help.php:77
2191
+ #@ my-calendar
2192
+ msgid "Custom Styles"
2193
+ msgstr ""
2194
+
2195
+ #: my-calendar-help.php:80
2196
+ #@ my-calendar
2197
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
2198
+ msgstr ""
2199
+
2200
+ #: my-calendar-help.php:83
2201
+ #@ my-calendar
2202
+ msgid "Your stylesheet directory is"
2203
+ msgstr ""
2204
+
2205
+ #: my-calendar-help.php:84
2206
+ #@ my-calendar
2207
+ msgid "Your custom stylesheets directory is"
2208
+ msgstr ""
2209
+
2210
+ #: my-calendar-help.php:95
2211
+ #@ my-calendar
2212
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
2213
+ msgstr ""
2214
+
2215
+ #: my-calendar-help.php:97
2216
+ #: my-calendar-templating.php:70
2217
+ #@ my-calendar
2218
+ msgid "Event Template Tags"
2219
+ msgstr ""
2220
+
2221
+ #: my-calendar-help.php:109
2222
+ #@ my-calendar
2223
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2224
+ msgstr ""
2225
+
2226
+ #: my-calendar-help.php:112
2227
+ #@ my-calendar
2228
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2229
+ msgstr ""
2230
+
2231
+ #: my-calendar-help.php:133
2232
+ #@ my-calendar
2233
+ msgid "Displays the name of the person assigned as host for the event."
2234
+ msgstr ""
2235
+
2236
+ #: my-calendar-help.php:136
2237
+ #@ my-calendar
2238
+ msgid "Displays the email address of the person assigned as host for the event."
2239
+ msgstr ""
2240
+
2241
+ #: my-calendar-help.php:151
2242
+ #: my-calendar-templating.php:115
2243
+ #@ my-calendar
2244
+ msgid "Image associated with the event."
2245
+ msgstr ""
2246
+
2247
+ #: my-calendar-help.php:157
2248
+ #@ my-calendar
2249
+ msgid "Produces the URL to download an iCal formatted record for the event."
2250
+ msgstr ""
2251
+
2252
+ #: my-calendar-help.php:160
2253
+ #@ my-calendar
2254
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
2255
+ msgstr ""
2256
+
2257
+ #: my-calendar-help.php:163
2258
+ #@ my-calendar
2259
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2260
+ msgstr ""
2261
+
2262
+ #: my-calendar-help.php:166
2263
+ #@ my-calendar
2264
+ msgid "Shows the number of repetitions of the event."
2265
+ msgstr ""
2266
+
2267
+ #: my-calendar-help.php:169
2268
+ #@ my-calendar
2269
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
2270
+ msgstr ""
2271
+
2272
+ #: my-calendar-help.php:169
2273
+ #@ my-calendar
2274
+ msgid "Requires that the site URL has been provided on the Settings page"
2275
+ msgstr ""
2276
+
2277
+ #: my-calendar-help.php:177
2278
+ #: my-calendar-templating.php:129
2279
+ #@ my-calendar
2280
+ msgid "Location Template Tags"
2281
+ msgstr ""
2282
+
2283
+ #: my-calendar-help.php:190
2284
+ #@ my-calendar
2285
+ msgid "Displays the city for the location."
2286
+ msgstr ""
2287
+
2288
+ #: my-calendar-help.php:193
2289
+ #@ my-calendar
2290
+ msgid "Displays the state for the location."
2291
+ msgstr ""
2292
+
2293
+ #: my-calendar-help.php:196
2294
+ #@ my-calendar
2295
+ msgid "Displays the postcode for the location."
2296
+ msgstr ""
2297
+
2298
+ #: my-calendar-help.php:199
2299
+ #@ my-calendar
2300
+ msgid "Shows the custom region entered for the location."
2301
+ msgstr ""
2302
+
2303
+ #: my-calendar-help.php:205
2304
+ #@ my-calendar
2305
+ msgid "Output the URL for the location link."
2306
+ msgstr ""
2307
+
2308
+ #: my-calendar-help.php:208
2309
+ #@ my-calendar
2310
+ msgid "Output a hyperlink to the location's listed link with default link text."
2311
+ msgstr ""
2312
+
2313
+ #: my-calendar-help.php:216
2314
+ #: my-calendar-templating.php:165
2315
+ #@ my-calendar
2316
+ msgid "Category Template Tags"
2317
+ msgstr ""
2318
+
2319
+ #: my-calendar-help.php:223
2320
+ #@ my-calendar
2321
+ msgid "Produces the address of the current event's category icon."
2322
+ msgstr ""
2323
+
2324
+ #: my-calendar-help.php:226
2325
+ #@ my-calendar
2326
+ msgid "Produces the HTML for the current event's category icon."
2327
+ msgstr ""
2328
+
2329
+ #: my-calendar-help.php:229
2330
+ #@ my-calendar
2331
+ msgid "Produces the hex code for the current event's category color."
2332
+ msgstr ""
2333
+
2334
+ #: my-calendar-help.php:232
2335
+ #@ my-calendar
2336
+ msgid ""
2337
+ "Displays the ID for\n"
2338
+ " the category the event is in."
2339
+ msgstr ""
2340
+
2341
+ #: my-calendar-help.php:236
2342
+ #@ my-calendar
2343
+ msgid "Special use Template Tags"
2344
+ msgstr ""
2345
+
2346
+ #: my-calendar-help.php:240
2347
+ #@ my-calendar
2348
+ msgid "A unique ID for the current instance of an event."
2349
+ msgstr ""
2350
+
2351
+ #: my-calendar-help.php:243
2352
+ #@ my-calendar
2353
+ msgid "The ID for the event record associated with the current instance of an event."
2354
+ msgstr ""
2355
+
2356
+ #: my-calendar-help.php:260
2357
+ #@ my-calendar
2358
+ msgid "Helpful Information"
2359
+ msgstr ""
2360
+
2361
+ #: my-calendar-help.php:263
2362
+ #@ my-calendar
2363
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2364
+ msgstr ""
2365
+
2366
+ #: my-calendar-help.php:266
2367
+ #@ my-calendar
2368
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2369
+ msgstr ""
2370
+
2371
+ #: my-calendar-install.php:213
2372
+ #@ my-calendar
2373
+ msgid "My Calendar Default Timezone"
2374
+ msgstr ""
2375
+
2376
+ #: my-calendar-install.php:258
2377
+ #@ my-calendar
2378
+ msgid "My Calendar Default Location"
2379
+ msgstr ""
2380
+
2381
+ #: my-calendar-locations.php:202
2382
+ #@ my-calendar
2383
+ msgid "Website"
2384
+ msgstr ""
2385
+
2386
+ #: my-calendar-locations.php:222
2387
+ #@ my-calendar
2388
+ msgid "Add a New Location"
2389
+ msgstr ""
2390
+
2391
+ #: my-calendar-output.php:180
2392
+ #, php-format
2393
+ #@ my-calendar
2394
+ msgid "(%s in your time zone)"
2395
+ msgstr ""
2396
+
2397
+ #: my-calendar-output.php:207
2398
+ #: my-calendar-templates.php:205
2399
+ #@ my-calendar
2400
+ msgid "Details about"
2401
+ msgstr ""
2402
+
2403
+ #: my-calendar-output.php:228
2404
+ #: my-calendar-templates.php:155
2405
+ #@ my-calendar
2406
+ msgid "iCal"
2407
+ msgstr ""
2408
+
2409
+ #: my-calendar-output.php:267
2410
+ #@ my-calendar
2411
+ msgid "View full calendar"
2412
+ msgstr ""
2413
+
2414
+ #: my-calendar-output.php:300
2415
+ #@ my-calendar
2416
+ msgid "Edit This Date"
2417
+ msgstr ""
2418
+
2419
+ #: my-calendar-output.php:301
2420
+ #@ my-calendar
2421
+ msgid "Edit All"
2422
+ msgstr ""
2423
+
2424
+ #: my-calendar-output.php:302
2425
+ #@ my-calendar
2426
+ msgid "Delete This Date"
2427
+ msgstr ""
2428
+
2429
+ #: my-calendar-output.php:303
2430
+ #@ my-calendar
2431
+ msgid "Delete All"
2432
+ msgstr ""
2433
+
2434
+ #: my-calendar-output.php:456
2435
+ #@ my-calendar
2436
+ msgid "View as Grid"
2437
+ msgstr ""
2438
+
2439
+ #: my-calendar-output.php:460
2440
+ #@ my-calendar
2441
+ msgid "View as List"
2442
+ msgstr ""
2443
+
2444
+ #: my-calendar-output.php:600
2445
+ #@ my-calendar
2446
+ msgid "No events scheduled for today!"
2447
+ msgstr ""
2448
+
2449
+ #: my-calendar-output.php:855
2450
+ #, php-format
2451
+ #@ my-calendar
2452
+ msgid " and %d other event"
2453
+ msgstr ""
2454
+
2455
+ #: my-calendar-output.php:857
2456
+ #, php-format
2457
+ #@ my-calendar
2458
+ msgid " and %d other events"
2459
+ msgstr ""
2460
+
2461
+ #: my-calendar-output.php:923
2462
+ #@ my-calendar
2463
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2464
+ msgstr ""
2465
+
2466
+ #: my-calendar-output.php:924
2467
+ #@ my-calendar
2468
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2469
+ msgstr ""
2470
+
2471
+ #: my-calendar-output.php:1043
2472
+ #@ my-calendar
2473
+ msgid "(select to include)"
2474
+ msgstr ""
2475
+
2476
+ #: my-calendar-output.php:1067
2477
+ #: my-calendar-output.php:1070
2478
+ #@ my-calendar
2479
+ msgid "All Categories"
2480
+ msgstr ""
2481
+
2482
+ #: my-calendar-output.php:1068
2483
+ #@ my-calendar
2484
+ msgid "Categories"
2485
+ msgstr ""
2486
+
2487
+ #: my-calendar-output.php:1089
2488
+ #: my-calendar-output.php:1267
2489
+ #@ my-calendar
2490
+ msgid "Submit"
2491
+ msgstr ""
2492
+
2493
+ #: my-calendar-output.php:1208
2494
+ #: my-calendar-output.php:1229
2495
+ #@ my-calendar
2496
+ msgid "Show all"
2497
+ msgstr ""
2498
+
2499
+ #: my-calendar-output.php:1227
2500
+ #@ my-calendar
2501
+ msgid "Show events in:"
2502
+ msgstr ""
2503
+
2504
+ #: my-calendar-settings.php:89
2505
+ #@ my-calendar
2506
+ msgid "Permissions Settings saved"
2507
+ msgstr ""
2508
+
2509
+ #: my-calendar-settings.php:134
2510
+ #@ my-calendar
2511
+ msgid "Output Settings saved"
2512
+ msgstr ""
2513
+
2514
+ #: my-calendar-settings.php:153
2515
+ #@ my-calendar
2516
+ msgid "Input Settings saved"
2517
+ msgstr ""
2518
+
2519
+ #: my-calendar-settings.php:180
2520
+ #@ my-calendar
2521
+ msgid "Custom text settings saved"
2522
+ msgstr ""
2523
+
2524
+ #: my-calendar-settings.php:192
2525
+ #@ my-calendar
2526
+ msgid "Email notice settings saved"
2527
+ msgstr ""
2528
+
2529
+ #: my-calendar-settings.php:206
2530
+ #@ my-calendar
2531
+ msgid "User custom settings saved"
2532
+ msgstr ""
2533
+
2534
+ #: my-calendar-settings.php:241
2535
+ #@ my-calendar
2536
+ msgid "Calendar Management Settings"
2537
+ msgstr ""
2538
+
2539
+ #: my-calendar-settings.php:248
2540
+ #@ my-calendar
2541
+ msgid "Lowest user group that may create events"
2542
+ msgstr ""
2543
+
2544
+ #: my-calendar-settings.php:257
2545
+ #@ my-calendar
2546
+ msgid "Lowest user group that may approve events"
2547
+ msgstr ""
2548
+
2549
+ #: my-calendar-settings.php:266
2550
+ #@ my-calendar
2551
+ msgid "Lowest user group that may edit or delete all events"
2552
+ msgstr ""
2553
+
2554
+ #: my-calendar-settings.php:272
2555
+ #@ my-calendar
2556
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
2557
+ msgstr ""
2558
+
2559
+ #: my-calendar-settings.php:282
2560
+ #@ my-calendar
2561
+ msgid "Currently editing my local calendar"
2562
+ msgstr ""
2563
+
2564
+ #: my-calendar-settings.php:285
2565
+ #@ my-calendar
2566
+ msgid "Currently editing the network calendar"
2567
+ msgstr ""
2568
+
2569
+ #: my-calendar-settings.php:299
2570
+ #@ my-calendar
2571
+ msgid "Calendar Text Settings"
2572
+ msgstr ""
2573
+
2574
+ #: my-calendar-settings.php:304
2575
+ #@ my-calendar
2576
+ msgid "Calendar Options: Customizable Text Fields"
2577
+ msgstr ""
2578
+
2579
+ #: my-calendar-settings.php:307
2580
+ #@ my-calendar
2581
+ msgid "Label for events without a set time"
2582
+ msgstr ""
2583
+
2584
+ #: my-calendar-settings.php:310
2585
+ #@ my-calendar
2586
+ msgid "Previous events link"
2587
+ msgstr ""
2588
+
2589
+ #: my-calendar-settings.php:313
2590
+ #@ my-calendar
2591
+ msgid "Next events link"
2592
+ msgstr ""
2593
+
2594
+ #: my-calendar-settings.php:316
2595
+ #@ my-calendar
2596
+ msgid "If events are open"
2597
+ msgstr ""
2598
+
2599
+ #: my-calendar-settings.php:319
2600
+ #@ my-calendar
2601
+ msgid "If events are closed"
2602
+ msgstr ""
2603
+
2604
+ #: my-calendar-settings.php:325
2605
+ #@ my-calendar
2606
+ msgid "Additional caption:"
2607
+ msgstr ""
2608
+
2609
+ #: my-calendar-settings.php:330
2610
+ #@ my-calendar
2611
+ msgid "Save Custom Text Settings"
2612
+ msgstr ""
2613
+
2614
+ #: my-calendar-settings.php:336
2615
+ #@ my-calendar
2616
+ msgid "Calendar Output Settings"
2617
+ msgstr ""
2618
+
2619
+ #: my-calendar-settings.php:342
2620
+ #@ my-calendar
2621
+ msgid "Calendar Options: Customize the Output of your Calendar"
2622
+ msgstr ""
2623
+
2624
+ #: my-calendar-settings.php:344
2625
+ #@ my-calendar
2626
+ msgid "General Calendar Options"
2627
+ msgstr ""
2628
+
2629
+ #: my-calendar-settings.php:348
2630
+ #@ my-calendar
2631
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2632
+ msgstr ""
2633
+
2634
+ #: my-calendar-settings.php:372
2635
+ #@ my-calendar
2636
+ msgid "Time format"
2637
+ msgstr ""
2638
+
2639
+ #: my-calendar-settings.php:372
2640
+ #: my-calendar-settings.php:375
2641
+ #: my-calendar-settings.php:378
2642
+ #@ my-calendar
2643
+ msgid "Current:"
2644
+ msgstr ""
2645
+
2646
+ #: my-calendar-settings.php:384
2647
+ #@ my-calendar
2648
+ msgid "Show link to My Calendar RSS feed."
2649
+ msgstr ""
2650
+
2651
+ #: my-calendar-settings.php:384
2652
+ #@ my-calendar
2653
+ msgid "RSS feed shows recently added events."
2654
+ msgstr ""
2655
+
2656
+ #: my-calendar-settings.php:387
2657
+ #@ my-calendar
2658
+ msgid "Show link to iCal format download."
2659
+ msgstr ""
2660
+
2661
+ #: my-calendar-settings.php:387
2662
+ #@ my-calendar
2663
+ msgid "iCal outputs events occurring in the current calendar month."
2664
+ msgstr ""
2665
+
2666
+ #: my-calendar-settings.php:400
2667
+ #@ my-calendar
2668
+ msgid "Grid Layout Options"
2669
+ msgstr ""
2670
+
2671
+ #: my-calendar-settings.php:403
2672
+ #@ my-calendar
2673
+ msgid "Show Weekends on Calendar"
2674
+ msgstr ""
2675
+
2676
+ #: my-calendar-settings.php:410
2677
+ #@ my-calendar
2678
+ msgid "List Layout Options"
2679
+ msgstr ""
2680
+
2681
+ #: my-calendar-settings.php:423
2682
+ #@ my-calendar
2683
+ msgid "Event Details Options"
2684
+ msgstr ""
2685
+
2686
+ #: my-calendar-settings.php:426
2687
+ #@ my-calendar
2688
+ msgid "Event title template"
2689
+ msgstr ""
2690
+
2691
+ #: my-calendar-settings.php:427
2692
+ #: my-calendar-settings.php:437
2693
+ #@ my-calendar
2694
+ msgid "Templating Help"
2695
+ msgstr ""
2696
+
2697
+ #: my-calendar-settings.php:427
2698
+ #: my-calendar-settings.php:437
2699
+ #@ my-calendar
2700
+ msgid "All template tags are available."
2701
+ msgstr ""
2702
+
2703
+ #: my-calendar-settings.php:430
2704
+ #@ my-calendar
2705
+ msgid "Event details link text"
2706
+ msgstr ""
2707
+
2708
+ #: my-calendar-settings.php:435
2709
+ #@ my-calendar
2710
+ msgid "Event URL link text"
2711
+ msgstr ""
2712
+
2713
+ #: my-calendar-settings.php:440
2714
+ #@ my-calendar
2715
+ msgid "Display author's name"
2716
+ msgstr ""
2717
+
2718
+ #: my-calendar-settings.php:446
2719
+ #@ my-calendar
2720
+ msgid "Hide category icons"
2721
+ msgstr ""
2722
+
2723
+ #: my-calendar-settings.php:449
2724
+ #@ my-calendar
2725
+ msgid "Show Link to Google Map"
2726
+ msgstr ""
2727
+
2728
+ #: my-calendar-settings.php:452
2729
+ #@ my-calendar
2730
+ msgid "Show Event Address"
2731
+ msgstr ""
2732
+
2733
+ #: my-calendar-settings.php:461
2734
+ #@ my-calendar
2735
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
2736
+ msgstr ""
2737
+
2738
+ #: my-calendar-settings.php:464
2739
+ #@ my-calendar
2740
+ msgid "Event links expire after the event has passed."
2741
+ msgstr ""
2742
+
2743
+ #: my-calendar-settings.php:467
2744
+ #@ my-calendar
2745
+ msgid "Show current availability status"
2746
+ msgstr ""
2747
+
2748
+ #: my-calendar-settings.php:478
2749
+ #@ my-calendar
2750
+ msgid "Event Scheduling Options"
2751
+ msgstr ""
2752
+
2753
+ #: my-calendar-settings.php:481
2754
+ #@ my-calendar
2755
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
2756
+ msgstr ""
2757
+
2758
+ #: my-calendar-settings.php:484
2759
+ #@ my-calendar
2760
+ msgid "Holiday Category"
2761
+ msgstr ""
2762
+
2763
+ #: my-calendar-settings.php:502
2764
+ #@ my-calendar
2765
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
2766
+ msgstr ""
2767
+
2768
+ #: my-calendar-settings.php:505
2769
+ #@ my-calendar
2770
+ msgid "Default Sort order for Admin Events List"
2771
+ msgstr ""
2772
+
2773
+ #: my-calendar-settings.php:507
2774
+ #@ my-calendar
2775
+ msgid "Event ID"
2776
+ msgstr ""
2777
+
2778
+ #: my-calendar-settings.php:340
2779
+ #: my-calendar-settings.php:521
2780
+ #@ my-calendar
2781
+ msgid "Save Output Settings"
2782
+ msgstr ""
2783
+
2784
+ #: my-calendar-settings.php:527
2785
+ #@ my-calendar
2786
+ msgid "Calendar Input Settings"
2787
+ msgstr ""
2788
+
2789
+ #: my-calendar-settings.php:532
2790
+ #@ my-calendar
2791
+ msgid "Select which input fields will be available when adding or editing events."
2792
+ msgstr ""
2793
+
2794
+ #: my-calendar-settings.php:537
2795
+ #@ my-calendar
2796
+ msgid "Show Event image field"
2797
+ msgstr ""
2798
+
2799
+ #: my-calendar-settings.php:537
2800
+ #@ my-calendar
2801
+ msgid "Show Event registration options"
2802
+ msgstr ""
2803
+
2804
+ #: my-calendar-settings.php:537
2805
+ #@ my-calendar
2806
+ msgid "Show Event location fields"
2807
+ msgstr ""
2808
+
2809
+ #: my-calendar-settings.php:537
2810
+ #@ default
2811
+ msgid "Use HTML Editor in Event Description Field"
2812
+ msgstr ""
2813
+
2814
+ #: my-calendar-settings.php:555
2815
+ #@ my-calendar
2816
+ msgid "Save Input Settings"
2817
+ msgstr ""
2818
+
2819
+ #: my-calendar-settings.php:562
2820
+ #@ my-calendar
2821
+ msgid "Multisite Settings (Network Administrators only)"
2822
+ msgstr ""
2823
+
2824
+ #: my-calendar-settings.php:564
2825
+ #@ my-calendar
2826
+ msgid "Multisite support is a beta feature - use with caution."
2827
+ msgstr ""
2828
+
2829
+ #: my-calendar-settings.php:569
2830
+ #@ my-calendar
2831
+ msgid "Settings for WP MultiSite configurations"
2832
+ msgstr ""
2833
+
2834
+ #: my-calendar-settings.php:570
2835
+ #@ my-calendar
2836
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
2837
+ msgstr ""
2838
+
2839
+ #: my-calendar-settings.php:572
2840
+ #@ my-calendar
2841
+ msgid "Site owners may only post to their local calendar"
2842
+ msgstr ""
2843
+
2844
+ #: my-calendar-settings.php:573
2845
+ #@ my-calendar
2846
+ msgid "Site owners may only post to the central calendar"
2847
+ msgstr ""
2848
+
2849
+ #: my-calendar-settings.php:574
2850
+ #@ my-calendar
2851
+ msgid "Site owners may manage either calendar"
2852
+ msgstr ""
2853
+
2854
+ #: my-calendar-settings.php:576
2855
+ #@ my-calendar
2856
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
2857
+ msgstr ""
2858
+
2859
+ #: my-calendar-settings.php:583
2860
+ #@ my-calendar
2861
+ msgid "Save Multisite Settings"
2862
+ msgstr ""
2863
+
2864
+ #: my-calendar-settings.php:590
2865
+ #@ my-calendar
2866
+ msgid "Calendar Email Settings"
2867
+ msgstr ""
2868
+
2869
+ #: my-calendar-settings.php:614
2870
+ #@ my-calendar
2871
+ msgid "Save Email Settings"
2872
+ msgstr ""
2873
+
2874
+ #: my-calendar-settings.php:620
2875
+ #@ my-calendar
2876
+ msgid "Calendar User Settings"
2877
+ msgstr ""
2878
+
2879
+ #: my-calendar-settings.php:627
2880
+ #@ my-calendar
2881
+ msgid "Settings which can be configured in registered user's accounts"
2882
+ msgstr ""
2883
+
2884
+ #: my-calendar-settings.php:629
2885
+ #@ my-calendar
2886
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
2887
+ msgstr ""
2888
+
2889
+ #: my-calendar-settings.php:641
2890
+ #@ my-calendar
2891
+ msgid "Timezone Settings"
2892
+ msgstr ""
2893
+
2894
+ #: my-calendar-settings.php:642
2895
+ #@ my-calendar
2896
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
2897
+ msgstr ""
2898
+
2899
+ #: my-calendar-settings.php:644
2900
+ #@ my-calendar
2901
+ msgid "Enable Timezone"
2902
+ msgstr ""
2903
+
2904
+ #: my-calendar-settings.php:647
2905
+ #@ my-calendar
2906
+ msgid "Select Timezone Label"
2907
+ msgstr ""
2908
+
2909
+ #: my-calendar-settings.php:650
2910
+ #@ my-calendar
2911
+ msgid "Timezone Options"
2912
+ msgstr ""
2913
+
2914
+ #: my-calendar-settings.php:650
2915
+ #: my-calendar-settings.php:674
2916
+ #@ my-calendar
2917
+ msgid "Value, Label; one per line"
2918
+ msgstr ""
2919
+
2920
+ #: my-calendar-settings.php:662
2921
+ #@ my-calendar
2922
+ msgid "Location Settings"
2923
+ msgstr ""
2924
+
2925
+ #: my-calendar-settings.php:663
2926
+ #@ my-calendar
2927
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
2928
+ msgstr ""
2929
+
2930
+ #: my-calendar-settings.php:665
2931
+ #@ my-calendar
2932
+ msgid "Enable Location"
2933
+ msgstr ""
2934
+
2935
+ #: my-calendar-settings.php:668
2936
+ #@ my-calendar
2937
+ msgid "Use this location list as input control"
2938
+ msgstr ""
2939
+
2940
+ #: my-calendar-settings.php:668
2941
+ #@ my-calendar
2942
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
2943
+ msgstr ""
2944
+
2945
+ #: my-calendar-settings.php:671
2946
+ #@ my-calendar
2947
+ msgid "Select Location Label"
2948
+ msgstr ""
2949
+
2950
+ #: my-calendar-settings.php:674
2951
+ #@ my-calendar
2952
+ msgid "Location Options"
2953
+ msgstr ""
2954
+
2955
+ #: my-calendar-settings.php:684
2956
+ #@ my-calendar
2957
+ msgid "Location Type"
2958
+ msgstr ""
2959
+
2960
+ #: my-calendar-settings.php:697
2961
+ #@ my-calendar
2962
+ msgid "Save User Settings"
2963
+ msgstr ""
2964
+
2965
+ #: my-calendar-styles.php:79
2966
+ #@ my-calendar
2967
+ msgid "The stylesheet has been updated."
2968
+ msgstr ""
2969
+
2970
+ #: my-calendar-styles.php:79
2971
+ #@ my-calendar
2972
+ msgid "Write Error! Please verify write permissions on the style file."
2973
+ msgstr ""
2974
+
2975
+ #: my-calendar-styles.php:93
2976
+ #@ my-calendar
2977
+ msgid "Stylesheet reset to default."
2978
+ msgstr ""
2979
+
2980
+ #: my-calendar-styles.php:96
2981
+ #@ my-calendar
2982
+ msgid "Style Settings Saved"
2983
+ msgstr ""
2984
+
2985
+ #: my-calendar-styles.php:105
2986
+ #@ my-calendar
2987
+ msgid "New theme selected."
2988
+ msgstr ""
2989
+
2990
+ #: my-calendar-styles.php:121
2991
+ #@ my-calendar
2992
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
2993
+ msgstr ""
2994
+
2995
+ #: my-calendar-styles.php:141
2996
+ #@ my-calendar
2997
+ msgid "Select My Calendar Theme"
2998
+ msgstr ""
2999
+
3000
+ #: my-calendar-styles.php:149
3001
+ #@ default
3002
+ msgid "Your Custom Stylesheets"
3003
+ msgstr ""
3004
+
3005
+ #: my-calendar-styles.php:158
3006
+ #@ my-calendar
3007
+ msgid "Installed Stylesheets"
3008
+ msgstr ""
3009
+
3010
+ #: my-calendar-styles.php:166
3011
+ #@ my-calendar
3012
+ msgid "Choose Style"
3013
+ msgstr ""
3014
+
3015
+ #: my-calendar-styles.php:179
3016
+ #@ my-calendar
3017
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
3018
+ msgstr ""
3019
+
3020
+ #: my-calendar-styles.php:189
3021
+ #@ my-calendar
3022
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
3023
+ msgstr ""
3024
+
3025
+ #: my-calendar-styles.php:192
3026
+ #@ my-calendar
3027
+ msgid "Restore My Calendar stylesheet"
3028
+ msgstr ""
3029
+
3030
+ #: my-calendar-styles.php:208
3031
+ #@ my-calendar
3032
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3033
+ msgstr ""
3034
+
3035
+ #: my-calendar-styles.php:212
3036
+ #@ my-calendar
3037
+ msgid "There have been updates to the stylesheet."
3038
+ msgstr ""
3039
+
3040
+ #: my-calendar-styles.php:212
3041
+ #@ my-calendar
3042
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3043
+ msgstr ""
3044
+
3045
+ #: my-calendar-styles.php:216
3046
+ #@ my-calendar
3047
+ msgid "Your stylesheet matches that included with My Calendar."
3048
+ msgstr ""
3049
+
3050
+ #: my-calendar-styles.php:224
3051
+ #@ my-calendar
3052
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3053
+ msgstr ""
3054
+
3055
+ #: my-calendar-templates.php:42
3056
+ #, php-format
3057
+ #@ my-calendar
3058
+ msgid "Map<span> to %s</span>"
3059
+ msgstr ""
3060
+
3061
+ #: my-calendar-templates.php:63
3062
+ #: my-calendar-templates.php:111
3063
+ #, php-format
3064
+ #@ my-calendar
3065
+ msgid "Visit web site<span>: %s</span>"
3066
+ msgstr ""
3067
+
3068
+ #: my-calendar-templates.php:120
3069
+ #, php-format
3070
+ #@ my-calendar
3071
+ msgid "Date of Month (the %s of each month)"
3072
+ msgstr ""
3073
+
3074
+ #: my-calendar-templates.php:121
3075
+ #, php-format
3076
+ #@ my-calendar
3077
+ msgid "Day of Month (the %s %s of each month)"
3078
+ msgstr ""
3079
+
3080
+ #: my-calendar-templating.php:18
3081
+ #@ my-calendar
3082
+ msgid "Grid Output Template saved"
3083
+ msgstr ""
3084
+
3085
+ #: my-calendar-templating.php:30
3086
+ #@ my-calendar
3087
+ msgid "List Output Template saved"
3088
+ msgstr ""
3089
+
3090
+ #: my-calendar-templating.php:41
3091
+ #@ my-calendar
3092
+ msgid "Mini Output Template saved"
3093
+ msgstr ""
3094
+
3095
+ #: my-calendar-templating.php:52
3096
+ #@ my-calendar
3097
+ msgid "Event Details Template saved"
3098
+ msgstr ""
3099
+
3100
+ #: my-calendar-templating.php:67
3101
+ #@ my-calendar
3102
+ msgid "My Calendar Information Templates"
3103
+ msgstr ""
3104
+
3105
+ #: my-calendar-templating.php:73
3106
+ #@ my-calendar
3107
+ msgid "Title of the event."
3108
+ msgstr ""
3109
+
3110
+ #: my-calendar-templating.php:76
3111
+ #@ my-calendar
3112
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3113
+ msgstr ""
3114
+
3115
+ #: my-calendar-templating.php:79
3116
+ #@ my-calendar
3117
+ msgid "Start time for the event."
3118
+ msgstr ""
3119
+
3120
+ #: my-calendar-templating.php:82
3121
+ #@ my-calendar
3122
+ msgid "Event times adjusted to the current user's time zone if set."
3123
+ msgstr ""
3124
+
3125
+ #: my-calendar-templating.php:85
3126
+ #@ my-calendar
3127
+ msgid "Date on which the event begins."
3128
+ msgstr ""
3129
+
3130
+ #: my-calendar-templating.php:88
3131
+ #@ my-calendar
3132
+ msgid "Date on which the event ends."
3133
+ msgstr ""
3134
+
3135
+ #: my-calendar-templating.php:91
3136
+ #@ my-calendar
3137
+ msgid "Time at which the event ends."
3138
+ msgstr ""
3139
+
3140
+ #: my-calendar-templating.php:100
3141
+ #@ my-calendar
3142
+ msgid "Author who posted the event."
3143
+ msgstr ""
3144
+
3145
+ #: my-calendar-templating.php:103
3146
+ #@ my-calendar
3147
+ msgid "Name of the assigned host for the event."
3148
+ msgstr ""
3149
+
3150
+ #: my-calendar-templating.php:106
3151
+ #@ my-calendar
3152
+ msgid "Email for the person assigned as host."
3153
+ msgstr ""
3154
+
3155
+ #: my-calendar-templating.php:109
3156
+ #@ my-calendar
3157
+ msgid "Short event description."
3158
+ msgstr ""
3159
+
3160
+ #: my-calendar-templating.php:112
3161
+ #@ my-calendar
3162
+ msgid "Description of the event."
3163
+ msgstr ""
3164
+
3165
+ #: my-calendar-templating.php:118
3166
+ #@ my-calendar
3167
+ msgid "URL provided for the event."
3168
+ msgstr ""
3169
+
3170
+ #: my-calendar-templating.php:121
3171
+ #@ my-calendar
3172
+ msgid "Link to an auto-generated page containing information about the event."
3173
+ msgstr ""
3174
+
3175
+ #: my-calendar-templating.php:124
3176
+ #@ my-calendar
3177
+ msgid "Whether event is currently open for registration."
3178
+ msgstr ""
3179
+
3180
+ #: my-calendar-templating.php:127
3181
+ #@ my-calendar
3182
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3183
+ msgstr ""
3184
+
3185
+ #: my-calendar-templating.php:133
3186
+ #@ my-calendar
3187
+ msgid "Name of the location of the event."
3188
+ msgstr ""
3189
+
3190
+ #: my-calendar-templating.php:136
3191
+ #@ my-calendar
3192
+ msgid "First line of the site address."
3193
+ msgstr ""
3194
+
3195
+ #: my-calendar-templating.php:139
3196
+ #@ my-calendar
3197
+ msgid "Second line of the site address."
3198
+ msgstr ""
3199
+
3200
+ #: my-calendar-templating.php:142
3201
+ #@ my-calendar
3202
+ msgid "City."
3203
+ msgstr ""
3204
+
3205
+ #: my-calendar-templating.php:145
3206
+ #@ my-calendar
3207
+ msgid "State."
3208
+ msgstr ""
3209
+
3210
+ #: my-calendar-templating.php:148
3211
+ #@ my-calendar
3212
+ msgid "Postal code/zip code."
3213
+ msgstr ""
3214
+
3215
+ #: my-calendar-templating.php:151
3216
+ #@ my-calendar
3217
+ msgid "Custom region."
3218
+ msgstr ""
3219
+
3220
+ #: my-calendar-templating.php:154
3221
+ #@ my-calendar
3222
+ msgid "Country for the event location."
3223
+ msgstr ""
3224
+
3225
+ #: my-calendar-templating.php:157
3226
+ #@ my-calendar
3227
+ msgid "Output the URL for the location."
3228
+ msgstr ""
3229
+
3230
+ #: my-calendar-templating.php:160
3231
+ #@ my-calendar
3232
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3233
+ msgstr ""
3234
+
3235
+ #: my-calendar-templating.php:163
3236
+ #@ my-calendar
3237
+ msgid "Link to Google Map to the event, if address information is available."
3238
+ msgstr ""
3239
+
3240
+ #: my-calendar-templating.php:169
3241
+ #@ my-calendar
3242
+ msgid "Name of the category of the event."
3243
+ msgstr ""
3244
+
3245
+ #: my-calendar-templating.php:172
3246
+ #@ my-calendar
3247
+ msgid "URL for the event's category icon."
3248
+ msgstr ""
3249
+
3250
+ #: my-calendar-templating.php:175
3251
+ #@ my-calendar
3252
+ msgid "Hex code for the event's category color."
3253
+ msgstr ""
3254
+
3255
+ #: my-calendar-templating.php:178
3256
+ #@ my-calendar
3257
+ msgid "ID of the category of the event."
3258
+ msgstr ""
3259
+
3260
+ #: my-calendar-templating.php:181
3261
+ #@ my-calendar
3262
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3263
+ msgstr ""
3264
+
3265
+ #: my-calendar-templating.php:181
3266
+ #@ my-calendar
3267
+ msgid "Templates Help"
3268
+ msgstr ""
3269
+
3270
+ #: my-calendar-templating.php:184
3271
+ #@ my-calendar
3272
+ msgid "My Calendar: Grid Event Template"
3273
+ msgstr ""
3274
+
3275
+ #: my-calendar-templating.php:189
3276
+ #@ my-calendar
3277
+ msgid "Use this grid event template"
3278
+ msgstr ""
3279
+
3280
+ #: my-calendar-templating.php:192
3281
+ #@ my-calendar
3282
+ msgid "Your custom template for events in the calendar grid output."
3283
+ msgstr ""
3284
+
3285
+ #: my-calendar-templating.php:195
3286
+ #@ my-calendar
3287
+ msgid "Save Grid Template"
3288
+ msgstr ""
3289
+
3290
+ #: my-calendar-templating.php:204
3291
+ #@ my-calendar
3292
+ msgid "My Calendar: List Event Template"
3293
+ msgstr ""
3294
+
3295
+ #: my-calendar-templating.php:209
3296
+ #@ my-calendar
3297
+ msgid "Use this list event template"
3298
+ msgstr ""
3299
+
3300
+ #: my-calendar-templating.php:212
3301
+ #@ my-calendar
3302
+ msgid "Your custom template for events in calendar list output."
3303
+ msgstr ""
3304
+
3305
+ #: my-calendar-templating.php:215
3306
+ #@ my-calendar
3307
+ msgid "Save List Template"
3308
+ msgstr ""
3309
+
3310
+ #: my-calendar-templating.php:224
3311
+ #@ my-calendar
3312
+ msgid "My Calendar: Mini Calendar Template"
3313
+ msgstr ""
3314
+
3315
+ #: my-calendar-templating.php:229
3316
+ #@ my-calendar
3317
+ msgid "Use this mini event template"
3318
+ msgstr ""
3319
+
3320
+ #: my-calendar-templating.php:232
3321
+ #@ my-calendar
3322
+ msgid "Your custom template for events in sidebar/mini calendar output."
3323
+ msgstr ""
3324
+
3325
+ #: my-calendar-templating.php:235
3326
+ #@ my-calendar
3327
+ msgid "Save Mini Template"
3328
+ msgstr ""
3329
+
3330
+ #: my-calendar-templating.php:244
3331
+ #@ my-calendar
3332
+ msgid "My Calendar: Event Details Page Template"
3333
+ msgstr ""
3334
+
3335
+ #: my-calendar-templating.php:249
3336
+ #@ my-calendar
3337
+ msgid "Use this details template"
3338
+ msgstr ""
3339
+
3340
+ #: my-calendar-templating.php:252
3341
+ #@ my-calendar
3342
+ msgid "Your custom template for events on the event details page."
3343
+ msgstr ""
3344
+
3345
+ #: my-calendar-templating.php:255
3346
+ #@ my-calendar
3347
+ msgid "Save Details Template"
3348
+ msgstr ""
3349
+
3350
+ #: my-calendar-upgrade-db.php:25
3351
+ #@ my-calendar
3352
+ msgid "Update now."
3353
+ msgstr ""
3354
+
3355
+ #: my-calendar-user.php:36
3356
+ #@ my-calendar
3357
+ msgid "My Calendar User Settings"
3358
+ msgstr ""
3359
+
3360
+ #: my-calendar-widgets.php:5
3361
+ #@ my-calendar
3362
+ msgid "My Calendar: Today's Events"
3363
+ msgstr ""
3364
+
3365
+ #: my-calendar-widgets.php:45
3366
+ #@ my-calendar
3367
+ msgid "Add calendar URL to use this option."
3368
+ msgstr ""
3369
+
3370
+ #: my-calendar-widgets.php:47
3371
+ #: my-calendar-widgets.php:136
3372
+ #@ my-calendar
3373
+ msgid "Link widget title to calendar:"
3374
+ msgstr ""
3375
+
3376
+ #: my-calendar-widgets.php:48
3377
+ #: my-calendar-widgets.php:137
3378
+ #@ my-calendar
3379
+ msgid "Not Linked"
3380
+ msgstr ""
3381
+
3382
+ #: my-calendar-widgets.php:49
3383
+ #: my-calendar-widgets.php:138
3384
+ #@ my-calendar
3385
+ msgid "Linked"
3386
+ msgstr ""
3387
+
3388
+ #: my-calendar-widgets.php:57
3389
+ #: my-calendar-widgets.php:169
3390
+ #: my-calendar-widgets.php:575
3391
+ #@ my-calendar
3392
+ msgid "Category or categories to display:"
3393
+ msgstr ""
3394
+
3395
+ #: my-calendar-widgets.php:78
3396
+ #@ my-calendar
3397
+ msgid "My Calendar: Upcoming Events"
3398
+ msgstr ""
3399
+
3400
+ #: my-calendar-widgets.php:149
3401
+ #@ my-calendar
3402
+ msgid "Skip the first <em>n</em> events"
3403
+ msgstr ""
3404
+
3405
+ #: my-calendar-widgets.php:152
3406
+ #@ my-calendar
3407
+ msgid "Events sort order:"
3408
+ msgstr ""
3409
+
3410
+ #: my-calendar-widgets.php:153
3411
+ #@ my-calendar
3412
+ msgid "Ascending (near to far)"
3413
+ msgstr ""
3414
+
3415
+ #: my-calendar-widgets.php:154
3416
+ #@ my-calendar
3417
+ msgid "Descending (far to near)"
3418
+ msgstr ""
3419
+
3420
+ #: my-calendar-widgets.php:165
3421
+ #@ my-calendar
3422
+ msgid "Show this text if there are no events meeting your criteria:"
3423
+ msgstr ""
3424
+
3425
+ #: my-calendar-widgets.php:530
3426
+ #@ my-calendar
3427
+ msgid "My Calendar: Mini Calendar"
3428
+ msgstr ""
3429
+
3430
+ #: my-calendar-widgets.php:579
3431
+ #@ my-calendar
3432
+ msgid "Show Next/Previous Navigation:"
3433
+ msgstr ""
3434
+
3435
+ #: my-calendar-widgets.php:585
3436
+ #@ my-calendar
3437
+ msgid "Show Category Key:"
3438
+ msgstr ""
3439
+
3440
+ #: my-calendar-widgets.php:591
3441
+ #@ my-calendar
3442
+ msgid "Mini-Calendar Timespan:"
3443
+ msgstr ""
3444
+
3445
+ #: my-calendar.php:173
3446
+ #@ my-calendar
3447
+ msgid "Behavior Editor"
3448
+ msgstr ""
3449
+
3450
+ #: my-calendar.php:174
3451
+ #@ my-calendar
3452
+ msgid "Template Editor"
3453
+ msgstr ""
3454
+
3455
+ #: my-calendar.php:178
3456
+ #@ my-calendar
3457
+ msgid "My Calendar Pro Settings"
3458
+ msgstr ""
3459
+
3460
+ #: my-calendar-behaviors.php:80
3461
+ #@ my-calendar
3462
+ msgid "Details boxes are draggable"
3463
+ msgstr ""
3464
+
3465
+ #: my-calendar-core.php:1166
3466
+ #@ my-calendar
3467
+ msgid "Please read the FAQ and other Help documents before making a support request."
3468
+ msgstr ""
3469
+
3470
+ #: my-calendar-core.php:1168
3471
+ #@ my-calendar
3472
+ msgid "Please describe your problem in detail. I'm not psychic."
3473
+ msgstr ""
3474
+
3475
+ #: my-calendar-core.php:1173
3476
+ #@ my-calendar
3477
+ msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can."
3478
+ msgstr ""
3479
+
3480
+ #: my-calendar-core.php:1175
3481
+ #@ my-calendar
3482
+ msgid "I'll get back to you as soon as I can, after dealing with any support requests from plug-in supporters."
3483
+ msgstr ""
3484
+
3485
+ #: my-calendar-core.php:1185
3486
+ #@ my-calendar
3487
+ msgid "Please note: I do keep records of those who have donated, <strong>but if your donation came from somebody other than your account at this web site, please note this in your message.</strong>"
3488
+ msgstr ""
3489
+
3490
+ #: my-calendar-core.php:1187
3491
+ #@ my-calendar
3492
+ msgid "From:"
3493
+ msgstr ""
3494
+
3495
+ #: my-calendar-core.php:1190
3496
+ #@ my-calendar
3497
+ msgid "I have read <a href=\"http://www.joedolson.com/articles/my-calendar/faq/\">the FAQ for this plug-in</a>."
3498
+ msgstr ""
3499
+
3500
+ #: my-calendar-core.php:1193
3501
+ #@ my-calendar
3502
+ msgid "I have <a href=\"http://www.joedolson.com/donate.php\">made a donation to help support this plug-in</a>."
3503
+ msgstr ""
3504
+
3505
+ #: my-calendar-core.php:1196
3506
+ #@ my-calendar
3507
+ msgid "I have <a href=\"http://www.joedolson.com/articles/my-calendar/users-guide/\">purchased the User's Guide</a>, but could not find an answer to this question."
3508
+ msgstr ""
3509
+
3510
+ #: my-calendar-core.php:1202
3511
+ #@ my-calendar
3512
+ msgid "Send Support Request"
3513
+ msgstr ""
3514
+
3515
+ #: my-calendar-core.php:1205
3516
+ #@ my-calendar
3517
+ msgid "The following additional information will be sent with your support request:"
3518
+ msgstr ""
3519
+
3520
+ #: my-calendar-event-manager.php:354
3521
+ #: my-calendar-group-manager.php:55
3522
+ #: my-calendar-group-manager.php:148
3523
+ #, php-format
3524
+ #@ my-calendar
3525
+ msgid "View <a href=\"%s\">your calendar</a>."
3526
+ msgstr ""
3527
+
3528
+ #: my-calendar-event-manager.php:530
3529
+ #@ my-calendar
3530
+ msgid "(URL to Event image)"
3531
+ msgstr ""
3532
+
3533
+ #: my-calendar-event-manager.php:636
3534
+ #@ my-calendar
3535
+ msgid "This is a multi-day event."
3536
+ msgstr ""
3537
+
3538
+ #: my-calendar-event-manager.php:638
3539
+ #@ my-calendar
3540
+ msgid "Enter the beginning and ending dates/times for each occurrence of the event."
3541
+ msgstr ""
3542
+
3543
+ #: my-calendar-event-manager.php:638
3544
+ #@ my-calendar
3545
+ msgid "If this is a multi-day event, it creates a single event with multiple dates/times; otherwise it creates separate events for each occurrence."
3546
+ msgstr ""
3547
+
3548
+ #: my-calendar-event-manager.php:759
3549
+ #: my-calendar-group-manager.php:457
3550
+ #: my-calendar-locations.php:147
3551
+ #@ my-calendar
3552
+ msgid "Phone"
3553
+ msgstr ""
3554
+
3555
+ #: my-calendar-group-manager.php:214
3556
+ #@ my-calendar
3557
+ msgid "The group editable fields for the events in this group match."
3558
+ msgstr ""
3559
+
3560
+ #: my-calendar-group-manager.php:300
3561
+ #@ my-calendar
3562
+ msgid "Selected dates are a single multi-day event."
3563
+ msgstr ""
3564
+
3565
+ #: my-calendar-help.php:39
3566
+ #@ my-calendar
3567
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>). <code>Skip</code> is the number of events to skip in the upcoming events."
3568
+ msgstr ""
3569
+
3570
+ #: my-calendar-help.php:124
3571
+ #@ my-calendar
3572
+ msgid "Displays the beginning date to the end date for events. Does not show end date if same as start date."
3573
+ msgstr ""
3574
+
3575
+ #: my-calendar-help.php:127
3576
+ #@ my-calendar
3577
+ msgid "For multi-day events displays an unordered list of dates and times for events in this group. Otherwise, beginning date/time."
3578
+ msgstr ""
3579
+
3580
+ #: my-calendar-help.php:142
3581
+ #@ my-calendar
3582
+ msgid "Displays short description without converting paragraphs."
3583
+ msgstr ""
3584
+
3585
+ #: my-calendar-help.php:148
3586
+ #@ my-calendar
3587
+ msgid "Displays description without converting paragraphs."
3588
+ msgstr ""
3589
+
3590
+ #: my-calendar-help.php:252
3591
+ #@ my-calendar
3592
+ msgid "Get Plug-in Support"
3593
+ msgstr ""
3594
+
3595
+ #: my-calendar-output.php:418
3596
+ #@ my-calendar
3597
+ msgid "Calendar: Print View"
3598
+ msgstr ""
3599
+
3600
+ #: my-calendar-output.php:433
3601
+ #@ my-calendar
3602
+ msgid "Return to site"
3603
+ msgstr ""
3604
+
3605
+ #: my-calendar-output.php:568
3606
+ #@ my-calendar
3607
+ msgid "Print View"
3608
+ msgstr ""
3609
+
3610
+ #: my-calendar-output.php:878
3611
+ #@ my-calendar
3612
+ msgid "Unrecognized calendar format. Please use one of 'list','calendar', or 'mini'."
3613
+ msgstr ""
3614
+
3615
+ #: my-calendar-output.php:949
3616
+ #@ my-calendar
3617
+ msgid "Next events &raquo;"
3618
+ msgstr ""
3619
+
3620
+ #: my-calendar-output.php:975
3621
+ #: my-calendar-output.php:1019
3622
+ #@ my-calendar
3623
+ msgid "Week of "
3624
+ msgstr ""
3625
+
3626
+ #: my-calendar-output.php:993
3627
+ #@ my-calendar
3628
+ msgid "&laquo; Previous events"
3629
+ msgstr ""
3630
+
3631
+ #: my-calendar-settings.php:78
3632
+ #@ my-calendar
3633
+ msgid "My Calendar Cache cleared"
3634
+ msgstr ""
3635
+
3636
+ #: my-calendar-settings.php:161
3637
+ #@ my-calendar
3638
+ msgid "Multisite settings saved"
3639
+ msgstr ""
3640
+
3641
+ #: my-calendar-settings.php:274
3642
+ #@ my-calendar
3643
+ msgid "Enable caching."
3644
+ msgstr ""
3645
+
3646
+ #: my-calendar-settings.php:277
3647
+ #@ my-calendar
3648
+ msgid "Clear current cache. (Necessary if you edit shortcodes to change displayed categories, for example.)"
3649
+ msgstr ""
3650
+
3651
+ #: my-calendar-settings.php:288
3652
+ #@ my-calendar
3653
+ msgid "You are currently working in the primary site for this network; your local calendar is also the global table."
3654
+ msgstr ""
3655
+
3656
+ #: my-calendar-settings.php:293
3657
+ #@ my-calendar
3658
+ msgid "Save Management Settings"
3659
+ msgstr ""
3660
+
3661
+ #: my-calendar-settings.php:310
3662
+ #: my-calendar-settings.php:313
3663
+ #@ my-calendar
3664
+ msgid "Use <code>{date}</code> to display the appropriate date in navigation."
3665
+ msgstr ""
3666
+
3667
+ #: my-calendar-settings.php:322
3668
+ #@ my-calendar
3669
+ msgid "Week view caption:"
3670
+ msgstr ""
3671
+
3672
+ #: my-calendar-settings.php:347
3673
+ #@ my-calendar
3674
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for event details links:"
3675
+ msgstr ""
3676
+
3677
+ #: my-calendar-settings.php:351
3678
+ #@ my-calendar
3679
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for single day's timeline links."
3680
+ msgstr ""
3681
+
3682
+ #: my-calendar-settings.php:352
3683
+ #@ my-calendar
3684
+ msgid "Can be any Page or Post with the <code>[my_calendar time=\"day\"]</code> shortcode."
3685
+ msgstr ""
3686
+
3687
+ #: my-calendar-settings.php:355
3688
+ #@ my-calendar
3689
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for mini calendar in-page anchors:"
3690
+ msgstr ""
3691
+
3692
+ #: my-calendar-settings.php:356
3693
+ #@ my-calendar
3694
+ msgid "Can be any Page or Post with the <code>[my_calendar]</code> shortcode using format selected below"
3695
+ msgstr ""
3696
+
3697
+ #: my-calendar-settings.php:358
3698
+ #@ my-calendar
3699
+ msgid "With above settings:"
3700
+ msgstr ""
3701
+
3702
+ #: my-calendar-settings.php:360
3703
+ #@ my-calendar
3704
+ msgid "Open calendar links to event details URL"
3705
+ msgstr ""
3706
+
3707
+ #: my-calendar-settings.php:360
3708
+ #@ my-calendar
3709
+ msgid "Replaces pop-up in grid view."
3710
+ msgstr ""
3711
+
3712
+ #: my-calendar-settings.php:363
3713
+ #@ my-calendar
3714
+ msgid "Mini calendar widget date links to:"
3715
+ msgstr ""
3716
+
3717
+ #: my-calendar-settings.php:364
3718
+ #@ my-calendar
3719
+ msgid "jQuery pop-up view"
3720
+ msgstr ""
3721
+
3722
+ #: my-calendar-settings.php:365
3723
+ #@ my-calendar
3724
+ msgid "daily view page (above)"
3725
+ msgstr ""
3726
+
3727
+ #: my-calendar-settings.php:366
3728
+ #@ my-calendar
3729
+ msgid "in-page anchor on main calendar page (list)"
3730
+ msgstr ""
3731
+
3732
+ #: my-calendar-settings.php:367
3733
+ #@ my-calendar
3734
+ msgid "in-page anchor on main calendar page (grid)"
3735
+ msgstr ""
3736
+
3737
+ #: my-calendar-settings.php:369
3738
+ #@ my-calendar
3739
+ msgid "Replaces pop-up in mini calendar"
3740
+ msgstr ""
3741
+
3742
+ #: my-calendar-settings.php:375
3743
+ #@ my-calendar
3744
+ msgid "Date in grid mode, week view"
3745
+ msgstr ""
3746
+
3747
+ #: my-calendar-settings.php:378
3748
+ #@ my-calendar
3749
+ msgid "Date Format in other views"
3750
+ msgstr ""
3751
+
3752
+ #: my-calendar-settings.php:381
3753
+ #@ my-calendar
3754
+ msgid "Date formats use the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
3755
+ msgstr ""
3756
+
3757
+ #: my-calendar-settings.php:390
3758
+ #@ my-calendar
3759
+ msgid "Show link to print-formatted view of calendar"
3760
+ msgstr ""
3761
+
3762
+ #: my-calendar-settings.php:413
3763
+ #@ my-calendar
3764
+ msgid "How many months of events to show at a time:"
3765
+ msgstr ""
3766
+
3767
+ #: my-calendar-settings.php:416
3768
+ #@ my-calendar
3769
+ msgid "Show the first event's title and the number of events that day next to the date."
3770
+ msgstr ""
3771
+
3772
+ #: my-calendar-settings.php:432
3773
+ #@ my-calendar
3774
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>, <code>{date}</code>, <code>{time}</code>."
3775
+ msgstr ""
3776
+
3777
+ #: my-calendar-settings.php:443
3778
+ #@ my-calendar
3779
+ msgid "Display link to single event iCal download."
3780
+ msgstr ""
3781
+
3782
+ #: my-calendar-settings.php:486
3783
+ #@ my-calendar
3784
+ msgid "None"
3785
+ msgstr ""
3786
+
3787
+ #: my-calendar-settings.php:578
3788
+ #@ my-calendar
3789
+ msgid "Sub-site calendars show events from their local calendar."
3790
+ msgstr ""
3791
+
3792
+ #: my-calendar-settings.php:579
3793
+ #@ my-calendar
3794
+ msgid "Sub-site calendars show events from the central calendar."
3795
+ msgstr ""
3796
+
3797
+ #: my-calendar-templates.php:20
3798
+ #@ my-calendar
3799
+ msgid "to"
3800
+ msgstr ""
3801
+
3802
+ #: my-calendar-templating.php:94
3803
+ #@ my-calendar
3804
+ msgid "Beginning date to end date; excludes end date if same as beginning."
3805
+ msgstr ""
3806
+
3807
+ #: my-calendar-templating.php:97
3808
+ #@ my-calendar
3809
+ msgid "Multi-day events: an unordered list of dates/times. Otherwise, beginning date/time."
3810
+ msgstr ""
3811
+
3812
+ #: my-calendar-widgets.php:134
3813
+ #@ my-calendar
3814
+ msgid "Add <a href=\"#mc_uri\" target=\"_blank\" title=\"Opens in new window\">calendar URL in settings</a> to use this option."
3815
+ msgstr ""
3816
+
3817
+ #: my-calendar-widgets.php:162
3818
+ #@ my-calendar
3819
+ msgid "Include today's events"
3820
+ msgstr ""
3821
+
3822
+ #: my-calendar.php:126
3823
+ #@ my-calendar
3824
+ msgid "Buy the <strong>NEW</strong><br /> My Calendar User's Guide"
3825
+ msgstr ""
3826
+
3827
+ #: my-calendar.php:131
3828
+ #@ my-calendar
3829
+ msgid "Report a bug"
3830
+ msgstr ""
3831
+
3832
+ #: my-calendar.php:143
3833
+ #@ my-calendar
3834
+ msgid "Check out my other plug-ins"
3835
+ msgstr ""
3836
+
3837
+ #: my-calendar.php:144
3838
+ #@ my-calendar
3839
+ msgid "Rate this plug-in"
3840
+ msgstr ""
3841
+
lang/my-calendar-da_DK.mo CHANGED
Binary file
lang/my-calendar-da_DK.po CHANGED
@@ -1,2148 +1,3841 @@
1
- # Translation of the WordPress plugin My Calendar 1.4.3 by Joseph C Dolson.
2
- # Copyright (C) 2010 Joseph C Dolson
3
- # This file is distributed under the same license as the My Calendar package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: My Calendar 1.4.3\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
10
- "POT-Creation-Date: 2011-04-22 15:49:10+00:00\n"
11
- "PO-Revision-Date: 2011-09-06 23:34+0100\n"
12
- "Last-Translator: Jakob Smith <jakob@omkalfatring.dk>\n"
13
- "Language-Team: omkalfatring.dk <jakob@omkalfatring.dk>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Danish\n"
18
- "X-Poedit-Country: DENMARK\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
-
21
- #: my-calendar-styles.php:51
22
- msgid "The stylesheet has been updated."
23
- msgstr "Stylesheetet er blevet opdateret."
24
-
25
- #: my-calendar-styles.php:51
26
- msgid "Write Error! Please verify write permissions on the style file."
27
- msgstr "Skrivefejl! Verificer venligst, at der er skriverettigheder til style-filen."
28
-
29
- #: my-calendar-styles.php:66
30
- msgid "Stylesheet reset to default."
31
- msgstr "Stylesheet er nulstillet til default."
32
-
33
- #: my-calendar-styles.php:68
34
- msgid "Style Settings Saved"
35
- msgstr "Style-indstillinger gemt"
36
-
37
- #: my-calendar-styles.php:77
38
- msgid "New theme selected."
39
- msgstr "Nyt tema valgt."
40
-
41
- #: my-calendar-styles.php:91
42
- msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
43
- msgstr "Den ønskede fil ser ikke ud til at eksistere. Tjek venligst filnavn og -placering!"
44
-
45
- #: my-calendar-styles.php:99
46
- msgid "My Calendar Styles"
47
- msgstr "My Calendar Styles"
48
-
49
- #: my-calendar-styles.php:103
50
- msgid "Calendar Style Settings"
51
- msgstr "Kalenders style-indstillinger"
52
-
53
- #: my-calendar-styles.php:110
54
- msgid "Select My Calendar Theme"
55
- msgstr "Vælg My Calendar-tema"
56
-
57
- #: my-calendar-styles.php:118
58
- msgid "Your Custom Stylesheets"
59
- msgstr "Dine tilpassede stylesheets"
60
-
61
- #: my-calendar-styles.php:127
62
- msgid "Installed Stylesheets"
63
- msgstr "Installerede stylesheets"
64
-
65
- #: my-calendar-styles.php:135
66
- msgid "Choose Style"
67
- msgstr "Vælg style"
68
-
69
- #: my-calendar-styles.php:148
70
- msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
71
- msgstr "My Calendar kunne ikke opdatere dine CSS-filer under opgraderingen. Tjek venligst dine filrettigheder, hvis du ønsker at redigere dine My Calendar-styles. Dine hidtil gemte styles er herunder. Denne besked og disse styles bliver slettet fra databasen, når du med succes får opdateret dine stylesheets."
72
-
73
- #: my-calendar-styles.php:156
74
- msgid "CSS Style Options"
75
- msgstr "CSS (stylesheets)"
76
-
77
- #: my-calendar-styles.php:159
78
- msgid "Apply CSS only on these pages (comma separated page IDs)"
79
- msgstr "Vis kun CSS på disse sider (kommaseparerede side-id'er)"
80
-
81
- #: my-calendar-styles.php:162
82
- msgid "Reset the My Calendar stylesheet to the default"
83
- msgstr "Nulstil My Calendar stylesheets til default"
84
-
85
- #: my-calendar-styles.php:162
86
- msgid "Disable My Calendar Stylesheet"
87
- msgstr "Deaktiver My Calendar stylesheet"
88
-
89
- #: my-calendar-styles.php:165
90
- msgid "Edit the stylesheet for My Calendar"
91
- msgstr "Rediger My Calendars stylesheet"
92
-
93
- #: my-calendar-styles.php:168
94
- #: my-calendar-behaviors.php:85
95
- #: my-calendar-behaviors.php:97
96
- #: my-calendar-behaviors.php:109
97
- #: my-calendar-behaviors.php:121
98
- msgid "Save"
99
- msgstr "Gem"
100
-
101
- #: button/generator.php:12
102
- msgid "You don't have access to this function."
103
- msgstr "Du har ikke adgang til denne funktion."
104
-
105
- #: button/generator.php:18
106
- #: button/generator.php:44
107
- msgid "My Calendar Shortcode Generator"
108
- msgstr "My Calendar shortcode-generator"
109
-
110
- #: button/generator.php:47
111
- msgid "Shortcode Atributes"
112
- msgstr "Shortcode-parametre"
113
-
114
- #: button/generator.php:52
115
- msgid "Format"
116
- msgstr "Format"
117
-
118
- #: button/generator.php:59
119
- msgid "Show Category Key"
120
- msgstr "Vis kategorinøgle"
121
-
122
- #: button/generator.php:66
123
- msgid "Show Previous/Next Links"
124
- msgstr "Vis Tidligere/Næste-links"
125
-
126
- #: button/generator.php:73
127
- msgid "Show Format Toggle"
128
- msgstr "Vis format-skifter"
129
-
130
- #: button/generator.php:80
131
- msgid "Time Segment"
132
- msgstr "Tidssegment"
133
-
134
- #: button/generator.php:88
135
- msgid "Generate Shortcode"
136
- msgstr "Generer shortcode"
137
-
138
- #: button/generator.php:99
139
- msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
140
- msgstr "My Calendar: Denne shortcode-generator sætter ikke shortcoden ind på din side. Sorry!"
141
-
142
- #: my-calendar-categories.php:98
143
- msgid "Category added successfully"
144
- msgstr "Kategori tilføjet med succes"
145
-
146
- #: my-calendar-categories.php:100
147
- msgid "Category addition failed."
148
- msgstr "Tilføjelse af kategori fejlede."
149
-
150
- #: my-calendar-categories.php:110
151
- msgid "Category deleted successfully. Categories in calendar updated."
152
- msgstr "Kategori slettet med succes. Kalenderens kategorier er opdateret."
153
-
154
- #: my-calendar-categories.php:112
155
- msgid "Category deleted successfully. Categories in calendar not updated."
156
- msgstr "Kategori slettet med succes. Kalenderens kategorier er ikke opdateret."
157
-
158
- #: my-calendar-categories.php:114
159
- msgid "Category not deleted. Categories in calendar updated."
160
- msgstr "Kategori ikke slettet. Kalenderens kategorier er opdateret."
161
-
162
- #: my-calendar-categories.php:123
163
- msgid "Category edited successfully"
164
- msgstr "Kategori redigeret med succes"
165
-
166
- #: my-calendar-categories.php:148
167
- #: my-calendar-categories.php:173
168
- #: my-calendar-categories.php:190
169
- msgid "Add Category"
170
- msgstr "Tilføj kategori"
171
-
172
- #: my-calendar-categories.php:150
173
- #: my-calendar-categories.php:173
174
- msgid "Edit Category"
175
- msgstr "Rediger kategori"
176
-
177
- #: my-calendar-categories.php:157
178
- msgid "Category Editor"
179
- msgstr "Kategoriredigering"
180
-
181
- #: my-calendar-categories.php:174
182
- #: my-calendar-categories.php:215
183
- msgid "Category Name"
184
- msgstr "Kategorinavn"
185
-
186
- #: my-calendar-categories.php:175
187
- msgid "Category Color (Hex format)"
188
- msgstr "Kategorifarve (Hex format)"
189
-
190
- #: my-calendar-categories.php:176
191
- #: my-calendar-categories.php:217
192
- msgid "Category Icon"
193
- msgstr "Kategoriikon"
194
-
195
- #: my-calendar-categories.php:190
196
- #: my-calendar-locations.php:160
197
- msgid "Save Changes"
198
- msgstr "Gem ændringer"
199
-
200
- #: my-calendar-categories.php:203
201
- #: my-calendar.php:149
202
- msgid "Manage Categories"
203
- msgstr "Administrer kategorier"
204
-
205
- #: my-calendar-categories.php:214
206
- #: my-calendar-event-manager.php:681
207
- #: my-calendar-locations.php:186
208
- msgid "ID"
209
- msgstr "id"
210
-
211
- #: my-calendar-categories.php:216
212
- msgid "Category Color"
213
- msgstr "Kategorifarve"
214
-
215
- #: my-calendar-categories.php:218
216
- #: my-calendar-categories.php:232
217
- #: my-calendar-event-manager.php:746
218
- #: my-calendar-locations.php:188
219
- #: my-calendar-locations.php:200
220
- msgid "Edit"
221
- msgstr "Rediger"
222
-
223
- #: my-calendar-categories.php:219
224
- #: my-calendar-categories.php:238
225
- #: my-calendar-event-manager.php:91
226
- #: my-calendar-event-manager.php:746
227
- #: my-calendar-locations.php:189
228
- #: my-calendar-locations.php:201
229
- msgid "Delete"
230
- msgstr "Slet"
231
-
232
- #: my-calendar-categories.php:235
233
- #: my-calendar-settings.php:272
234
- #: my-calendar-event-manager.php:727
235
- #: my-calendar-output.php:153
236
- msgid "N/A"
237
- msgstr "Ikke oplyst"
238
-
239
- #: my-calendar-categories.php:238
240
- #: my-calendar-locations.php:201
241
- msgid "Are you sure you want to delete this category?"
242
- msgstr "Er du sikker på, at du vil slette denne kategori?"
243
-
244
- #: my-calendar-categories.php:249
245
- msgid "There are no categories in the database - something has gone wrong!"
246
- msgstr "Der er ingen kategorier i databasen - noget er gået galt!"
247
-
248
- #: my-calendar-widgets.php:5
249
- msgid "My Calendar: Today's Events"
250
- msgstr "My Calendar: Dagens begivenheder"
251
-
252
- #: my-calendar-widgets.php:37
253
- #: my-calendar-widgets.php:118
254
- #: my-calendar-widgets.php:461
255
- #: my-calendar-settings.php:324
256
- #: my-calendar-event-manager.php:682
257
- msgid "Title"
258
- msgstr "Titel"
259
-
260
- #: my-calendar-widgets.php:41
261
- #: my-calendar-widgets.php:122
262
- msgid "Template"
263
- msgstr "Skabelon"
264
-
265
- #: my-calendar-widgets.php:44
266
- #: my-calendar-widgets.php:128
267
- msgid "Add calendar URL to use this option."
268
- msgstr "Du skal tilføje en kalender-URL for at bruge denne indstilling."
269
-
270
- #: my-calendar-widgets.php:46
271
- #: my-calendar-widgets.php:130
272
- msgid "Link widget title to calendar:"
273
- msgstr "Link widget-titel til kalender:"
274
-
275
- #: my-calendar-widgets.php:47
276
- #: my-calendar-widgets.php:131
277
- msgid "Not Linked"
278
- msgstr "Ikke linket"
279
-
280
- #: my-calendar-widgets.php:48
281
- #: my-calendar-widgets.php:132
282
- msgid "Linked"
283
- msgstr "Linket"
284
-
285
- #: my-calendar-widgets.php:52
286
- msgid "Show this text if there are no events today:"
287
- msgstr "Vis denne tekst, hvis der ikke er begivenheder i dag:"
288
-
289
- #: my-calendar-widgets.php:56
290
- #: my-calendar-widgets.php:158
291
- #: my-calendar-widgets.php:465
292
- msgid "Category or categories to display:"
293
- msgstr "Kategori eller kategorier, der skal vises:"
294
-
295
- #: my-calendar-widgets.php:77
296
- msgid "My Calendar: Upcoming Events"
297
- msgstr "My Calendar: Kommende begivenheder"
298
-
299
- #: my-calendar-widgets.php:126
300
- msgid "Widget Options"
301
- msgstr "Widgetindstillinger"
302
-
303
- #: my-calendar-widgets.php:137
304
- msgid "Display upcoming events by:"
305
- msgstr "Vis kommende begivenheder med:"
306
-
307
- #: my-calendar-widgets.php:138
308
- msgid "Events (e.g. 2 past, 3 future)"
309
- msgstr "Begivenheder (f.eks. 2 overståede, 3 kommende)"
310
-
311
- #: my-calendar-widgets.php:139
312
- msgid "Dates (e.g. 4 days past, 5 forward)"
313
- msgstr "Datoer (f.eks. 4 dage bagud, 5 fremad)"
314
-
315
- #: my-calendar-widgets.php:143
316
- msgid "Events sort order:"
317
- msgstr "Sorteringsorden for begivenheder:"
318
-
319
- #: my-calendar-widgets.php:144
320
- msgid "Ascending (near to far)"
321
- msgstr "Stigende"
322
-
323
- #: my-calendar-widgets.php:145
324
- msgid "Descending (far to near)"
325
- msgstr "Faldende"
326
-
327
- #: my-calendar-widgets.php:149
328
- msgid "events into the future;"
329
- msgstr "Begivenheder i den kommende tid;"
330
-
331
- #: my-calendar-widgets.php:150
332
- msgid "events from the past"
333
- msgstr "Hidtidige begivenheder;"
334
-
335
- #: my-calendar-widgets.php:154
336
- msgid "Show this text if there are no events meeting your criteria:"
337
- msgstr "Vis denne tekst, hvis der ikke er nogen begivenheder, der opfylder dine kriterier:"
338
-
339
- #: my-calendar-widgets.php:431
340
- msgid "My Calendar: Mini Calendar"
341
- msgstr "My Calendar: Minikalender"
342
-
343
- #: my-calendar-widgets.php:443
344
- #: my-calendar-output.php:485
345
- #: my-calendar-output.php:490
346
- msgid "Calendar"
347
- msgstr "Calendar"
348
-
349
- #: my-calendar-widgets.php:469
350
- msgid "Show Next/Previous Navigation:"
351
- msgstr "Vis Næste/Tidligere navigation:"
352
-
353
- #: my-calendar-widgets.php:470
354
- #: my-calendar-widgets.php:476
355
- msgid "Yes"
356
- msgstr "Ja"
357
-
358
- #: my-calendar-widgets.php:471
359
- #: my-calendar-widgets.php:477
360
- msgid "No"
361
- msgstr "Nej"
362
-
363
- #: my-calendar-widgets.php:475
364
- msgid "Show Category Key:"
365
- msgstr "Vis kategorinøgle:"
366
-
367
- #: my-calendar-widgets.php:481
368
- msgid "Mini-Calendar Timespan:"
369
- msgstr "Minikalender tidshorisont:"
370
-
371
- #: my-calendar-widgets.php:482
372
- #: my-calendar-output.php:264
373
- msgid "Month"
374
- msgstr "Måned"
375
-
376
- #: my-calendar-widgets.php:483
377
- msgid "Week"
378
- msgstr "Uge"
379
-
380
- #: my-calendar-settings.php:52
381
- msgid "Categories imported successfully."
382
- msgstr "Kategorier importeret med succes"
383
-
384
- #: my-calendar-settings.php:52
385
- msgid "Categories not imported."
386
- msgstr "Kategorier blev ikke importeret"
387
-
388
- #: my-calendar-settings.php:53
389
- msgid "Events imported successfully."
390
- msgstr "Begivenheder importeret med succes"
391
-
392
- #: my-calendar-settings.php:53
393
- msgid "Events not imported."
394
- msgstr "Begivenheder blev ikke importeret"
395
-
396
- #: my-calendar-settings.php:80
397
- msgid "Permissions Settings saved"
398
- msgstr "Indstillinger for tilladelser gemt"
399
-
400
- #: my-calendar-settings.php:133
401
- msgid "Output Settings saved"
402
- msgstr "Outputindstillinger gemt"
403
-
404
- #: my-calendar-settings.php:151
405
- msgid "Input Settings saved"
406
- msgstr "Inputindstillinger gemt"
407
-
408
- #: my-calendar-settings.php:167
409
- msgid "Custom text settings saved"
410
- msgstr "Indstillinger for tekst gemt"
411
-
412
- #: my-calendar-settings.php:179
413
- msgid "Email notice settings saved"
414
- msgstr "Indstillinger for e-mail-notifikationer gemt"
415
-
416
- #: my-calendar-settings.php:191
417
- msgid "User custom settings saved"
418
- msgstr "Indstillinger for brugere gemt"
419
-
420
- #: my-calendar-settings.php:218
421
- msgid "My Calendar Options"
422
- msgstr "My Calendar indstillinger"
423
-
424
- #: my-calendar-settings.php:222
425
- msgid "Calendar Management Settings"
426
- msgstr "Indstillinger for kalenderadministration"
427
-
428
- #: my-calendar-settings.php:227
429
- msgid "Calendar Options: Management"
430
- msgstr "Kalenderindstillinger: Administration"
431
-
432
- #: my-calendar-settings.php:229
433
- msgid "Lowest user group that may create events"
434
- msgstr "Laveste brugerrolle, der må oprette begivenheder"
435
-
436
- #: my-calendar-settings.php:230
437
- #: my-calendar-settings.php:239
438
- msgid "Subscriber"
439
- msgstr "Abonnent"
440
-
441
- #: my-calendar-settings.php:231
442
- #: my-calendar-settings.php:240
443
- #: my-calendar-settings.php:248
444
- msgid "Contributor"
445
- msgstr "Bidragyder"
446
-
447
- #: my-calendar-settings.php:232
448
- #: my-calendar-settings.php:241
449
- #: my-calendar-settings.php:249
450
- #: my-calendar-settings.php:327
451
- #: my-calendar-event-manager.php:687
452
- msgid "Author"
453
- msgstr "Forfatter"
454
-
455
- #: my-calendar-settings.php:233
456
- #: my-calendar-settings.php:242
457
- #: my-calendar-settings.php:250
458
- msgid "Editor"
459
- msgstr "Redaktør"
460
-
461
- #: my-calendar-settings.php:234
462
- #: my-calendar-settings.php:243
463
- #: my-calendar-settings.php:251
464
- msgid "Administrator"
465
- msgstr "Administrator"
466
-
467
- #: my-calendar-settings.php:238
468
- msgid "Lowest user group that may approve events"
469
- msgstr "Laveste brugerrolle, der må godkende begivenheder"
470
-
471
- #: my-calendar-settings.php:244
472
- msgid "Enable approval options."
473
- msgstr "Aktiver indstillinger for godkendelse."
474
-
475
- #: my-calendar-settings.php:247
476
- msgid "Lowest user group that may edit or delete all events"
477
- msgstr "Laveste brugerrolle, der må redigere eller slette enhver begivenhed"
478
-
479
- #: my-calendar-settings.php:253
480
- msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
481
- msgstr "Per default kan kun administratorer redigere og slette enhver begivenhed. Andre brugere kan kun redigere og slette begivenheder, som de selv har oprettet."
482
-
483
- #: my-calendar-settings.php:258
484
- msgid "Save Approval Settings"
485
- msgstr "Gem indstillinger for godkendelse"
486
-
487
- #: my-calendar-settings.php:264
488
- msgid "Calendar Text Settings"
489
- msgstr "Indstillinger for kalenderens tekst"
490
-
491
- #: my-calendar-settings.php:269
492
- msgid "Calendar Options: Customizable Text Fields"
493
- msgstr "Kalenderindstillinger: Tekst-felter, der kan tilpasses"
494
-
495
- #: my-calendar-settings.php:272
496
- msgid "Label for events without a set time"
497
- msgstr "Etiket for begivenheder uden et specifikt tidspunkt"
498
-
499
- #: my-calendar-settings.php:275
500
- msgid "Previous events link"
501
- msgstr "Link til tidligere begivenheder"
502
-
503
- #: my-calendar-settings.php:275
504
- msgid "Previous Events"
505
- msgstr "Tidligere begivenheder"
506
-
507
- #: my-calendar-settings.php:278
508
- msgid "Next events link"
509
- msgstr "Link til kommende begivenheder"
510
-
511
- #: my-calendar-settings.php:278
512
- msgid "Next Events"
513
- msgstr "Kommende begivenheder"
514
-
515
- #: my-calendar-settings.php:281
516
- msgid "If events are open"
517
- msgstr "Hvis begivenheder er åbne"
518
-
519
- #: my-calendar-settings.php:281
520
- msgid "Registration is open"
521
- msgstr "Der er åbent for tilmelding"
522
-
523
- #: my-calendar-settings.php:284
524
- msgid "If events are closed"
525
- msgstr "Hvis begivenheder er lukkede"
526
-
527
- #: my-calendar-settings.php:284
528
- msgid "Registration is closed"
529
- msgstr "Der er lukket for tilmelding"
530
-
531
- #: my-calendar-settings.php:287
532
- msgid "Additional caption:"
533
- msgstr "Yderligere forklarende tekst:"
534
-
535
- #: my-calendar-settings.php:287
536
- msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
537
- msgstr "Den forklarende tekst er den tekst, der indeholder den viste måned og år i enten liste- eller kalendervisning. Den her indtastede tekst vises efter den eksisterende tekst."
538
-
539
- #: my-calendar-settings.php:292
540
- msgid "Save Custom Text Settings"
541
- msgstr "Gem indstillinger for tekst"
542
-
543
- #: my-calendar-settings.php:298
544
- msgid "Calendar Output Settings"
545
- msgstr "Indstillinger for output"
546
-
547
- #: my-calendar-settings.php:303
548
- msgid "Calendar Options: Customize the Output of your Calendar"
549
- msgstr "Kalenderindstillinger: Tilpas din kalenders output"
550
-
551
- #: my-calendar-settings.php:306
552
- msgid "<abbr title=\"Uniform resource locator\">URL</abbr> for your public calendar (required to use the {details} template tag)"
553
- msgstr "<abbr title=\"Uniform resource locator\">URL</abbr> for din offentlige kalender (kræves for at kunne bruge {details} template tag)"
554
-
555
- #: my-calendar-settings.php:310
556
- msgid "Event title template"
557
- msgstr "Skabelon for begivenhedstitel"
558
-
559
- #: my-calendar-settings.php:311
560
- msgid "Template Help"
561
- msgstr "Hjælp til skabeloner"
562
-
563
- #: my-calendar-settings.php:311
564
- #: my-calendar-settings.php:465
565
- msgid "All template shortcodes are available."
566
- msgstr "Alle skabelon-shortcodes er tilgængelige."
567
-
568
- #: my-calendar-settings.php:314
569
- msgid "In list mode, show how many months of events at a time:"
570
- msgstr "Hvor mange måneders begivenheder skal vises i listevisning ad gangen:"
571
-
572
- #: my-calendar-settings.php:317
573
- msgid "Date format in list mode"
574
- msgstr "Datoformat i listevisning"
575
-
576
- #: my-calendar-settings.php:317
577
- msgid "Current:"
578
- msgstr "Nuværende:"
579
-
580
- #: my-calendar-settings.php:318
581
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
582
- msgstr "Datoformat bruger samme syntaks som <a href=\"http://php.net/date\">PHP <code>date()</code>-funktionen</a>. Gem indstillinger for at opdatere test-outputtet."
583
-
584
- #: my-calendar-settings.php:321
585
- msgid "Default Sort order for Admin Events List"
586
- msgstr "Standard sorteringsorden for begivenhedslisten på administrationssiden"
587
-
588
- #: my-calendar-settings.php:323
589
- msgid "Event ID"
590
- msgstr "Begivenheds-id"
591
-
592
- #: my-calendar-settings.php:325
593
- #: my-calendar-event-manager.php:684
594
- msgid "Description"
595
- msgstr "Beskrivelse"
596
-
597
- #: my-calendar-settings.php:326
598
- #: my-calendar-event-manager.php:685
599
- msgid "Start Date"
600
- msgstr "Startdato"
601
-
602
- #: my-calendar-settings.php:328
603
- #: my-calendar-event-manager.php:688
604
- msgid "Category"
605
- msgstr "Kategori"
606
-
607
- #: my-calendar-settings.php:329
608
- #: my-calendar-settings.php:539
609
- msgid "Location Name"
610
- msgstr "Stednavn"
611
-
612
- #: my-calendar-settings.php:333
613
- msgid "Holiday Category"
614
- msgstr "Feriekategori"
615
-
616
- #: my-calendar-settings.php:350
617
- msgid "If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
618
- msgstr "Vis ikke en begivenhed, hvis den ligger samtidigt med en begivenhed i den kategori, der er gjort til \"Ferie\"-kategori."
619
-
620
- #: my-calendar-settings.php:353
621
- msgid "Show Heading for Calendar"
622
- msgstr "Vis overskrift i kalender"
623
-
624
- #: my-calendar-settings.php:356
625
- msgid "Show Weekends on Calendar"
626
- msgstr "Vis weekender i kalender"
627
-
628
- #: my-calendar-settings.php:359
629
- msgid "Do you want to display the author name on events?"
630
- msgstr "Ønsker du at vise forfatterens navn i begivenheder?"
631
-
632
- #: my-calendar-settings.php:362
633
- msgid "Display a jumpbox for changing month and year quickly?"
634
- msgstr "Vis en popup-boks til hurtig ændring af måned og år?"
635
-
636
- #: my-calendar-settings.php:365
637
- msgid "Hide category icons in output"
638
- msgstr "Skjul kategoriikoner i output"
639
-
640
- #: my-calendar-settings.php:368
641
- msgid "Show Link to Google Map (when sufficient address information is available.)"
642
- msgstr "Vis link til Google Maps (når tilstrækkelige adresseoplysninger er tilgængelige)"
643
-
644
- #: my-calendar-settings.php:371
645
- msgid "Show Event Address in Details"
646
- msgstr "Vis begivenhedsadresse i detaljer"
647
-
648
- #: my-calendar-settings.php:374
649
- msgid "Show short description field on calendar."
650
- msgstr "Vis den korte beskrivelse i kalenderen."
651
-
652
- #: my-calendar-settings.php:377
653
- msgid "Show full description field on calendar."
654
- msgstr "Vis den fulde beskrivelse i kalenderen."
655
-
656
- #: my-calendar-settings.php:380
657
- msgid "Show link to details on calendar. (requires a calendar URL, above)"
658
- msgstr "Vis link til detaljer på kalenderen. (kræver, at der er indtastet en kalender-URL ovenfor)"
659
-
660
- #: my-calendar-settings.php:383
661
- msgid "Links associated with events will automatically expire after the event has passed."
662
- msgstr "Links associeret med begivenheder vil automatisk udløbe efter en begivenhed er overstået."
663
-
664
- #: my-calendar-settings.php:386
665
- msgid "Show current availability status of events."
666
- msgstr "Vis begivenhedernes aktuelle status for tilgængelighed."
667
-
668
- #: my-calendar-settings.php:389
669
- msgid "Show link to My Calendar RSS feed."
670
- msgstr "Vis link til My Calendar RSS-feed."
671
-
672
- #: my-calendar-settings.php:392
673
- msgid "Show link to iCal format download."
674
- msgstr "Vis link til download i iCal-format."
675
-
676
- #: my-calendar-settings.php:395
677
- msgid "If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
678
- msgstr "Hvis en tilbagevendende begivenhed er planlagt til en dato, der ikke eksisterer (f.eks. den 5. onsdag i februar), flyt den da én uge tilbage."
679
-
680
- #: my-calendar-settings.php:396
681
- msgid "If this option is unchecked, recurring events which fall on dates which don't exist will simply not be shown on the calendar."
682
- msgstr "Hvis denne indstilling ikke er markeret, vil tilbagevendende begivenheder, der falder på ikke-eksisterende datoer, ikke blive vist på kalenderen."
683
-
684
- #: my-calendar-settings.php:399
685
- msgid "Default usage of category colors."
686
- msgstr "Standard brug af kategorifarver"
687
-
688
- #: my-calendar-settings.php:400
689
- msgid "Apply category colors to event titles as a font color."
690
- msgstr "Brug kategorifarver som skriftfarve i begivenhedstitler."
691
-
692
- #: my-calendar-settings.php:401
693
- msgid "Apply category colors to event titles as a background color."
694
- msgstr "Brug kategorifarver som baggrundsfarve i begivenhedstitler"
695
-
696
- #: my-calendar-settings.php:406
697
- msgid "Save Output Settings"
698
- msgstr "Gem outputindstillinger"
699
-
700
- #: my-calendar-settings.php:412
701
- msgid "Calendar Input Settings"
702
- msgstr "Indstillinger for input"
703
-
704
- #: my-calendar-settings.php:417
705
- msgid "Select which input fields will be available when adding or editing events."
706
- msgstr "Vælg hvilke input-felter, der skal være tilgængelige ved oprettelse eller redigering af begivenheder."
707
-
708
- #: my-calendar-settings.php:422
709
- msgid "Show Event Location Dropdown Menu"
710
- msgstr "Vis begivenhedssted i dropdownmenu"
711
-
712
- #: my-calendar-settings.php:422
713
- msgid "Show Event Short Description field"
714
- msgstr "Vis feltet \"Kort beskrivelse af begivenhed\""
715
-
716
- #: my-calendar-settings.php:422
717
- msgid "Show Event Description Field"
718
- msgstr "Vis feltet \"Beskrivelse af begivenhed\""
719
-
720
- #: my-calendar-settings.php:422
721
- msgid "Show Event Category field"
722
- msgstr "Begivenheds kategori"
723
-
724
- #: my-calendar-settings.php:422
725
- msgid "Show Event Link field"
726
- msgstr "Vis feltet \"Begivenhedslink\""
727
-
728
- #: my-calendar-settings.php:422
729
- msgid "Show Event Recurrence Options"
730
- msgstr "Vis indstillinger for tilbagevendende begivenheder"
731
-
732
- #: my-calendar-settings.php:422
733
- msgid "Show event registration options"
734
- msgstr "Vis indstillinger for tilmelding til begivenheder"
735
-
736
- #: my-calendar-settings.php:422
737
- msgid "Show event location fields"
738
- msgstr "Begivenhedens sted"
739
-
740
- #: my-calendar-settings.php:422
741
- msgid "Use HTML Editor in Event Description Field"
742
- msgstr "Brug HTML-editor i feltet \"Beskrivelse af begivenhed\""
743
-
744
- #: my-calendar-settings.php:435
745
- msgid "Administrators see all input options"
746
- msgstr "Lad administratorer se alle inputmuligheder"
747
-
748
- #: my-calendar-settings.php:440
749
- msgid "Save Input Settings"
750
- msgstr "Gem indstillinger for input"
751
-
752
- #: my-calendar-settings.php:446
753
- msgid "Calendar Email Settings"
754
- msgstr "Indstillinger for e-mail-notifikationer"
755
-
756
- #: my-calendar-settings.php:451
757
- msgid "Calendar Options: Email Notifications"
758
- msgstr "Kalenderindstillinger: Notifikationer pr. e-mail"
759
-
760
- #: my-calendar-settings.php:455
761
- msgid "Send Email Notifications when new events are scheduled or reserved."
762
- msgstr "Send notifikationer pr. e-mail, når nye begivenheder publiceres eller reserveres."
763
-
764
- #: my-calendar-settings.php:458
765
- msgid "Notification messages are sent to: "
766
- msgstr "Notifikationer pr. e-mail sendes til: "
767
-
768
- #: my-calendar-settings.php:461
769
- msgid "Email subject"
770
- msgstr "E-mail emne"
771
-
772
- #: my-calendar-settings.php:461
773
- msgid "New event Added"
774
- msgstr "Ny begivenhed tilføjet"
775
-
776
- #: my-calendar-settings.php:464
777
- msgid "Message Body"
778
- msgstr "E-mail indhold"
779
-
780
- #: my-calendar-settings.php:464
781
- msgid "New Event:"
782
- msgstr "Ny begivenhed:"
783
-
784
- #: my-calendar-settings.php:465
785
- msgid "Shortcode Help"
786
- msgstr "Hjælp til shortcodes"
787
-
788
- #: my-calendar-settings.php:470
789
- msgid "Save Email Settings"
790
- msgstr "Gem indstillinger for e-mail-notifikationer"
791
-
792
- #: my-calendar-settings.php:476
793
- msgid "Calendar User Settings"
794
- msgstr "Indstillinger for brugere"
795
-
796
- #: my-calendar-settings.php:483
797
- msgid "Settings which can be configured in registered user's accounts"
798
- msgstr "Indstillinger, som kan konfigureres af registrerede brugere i deres profiler."
799
-
800
- #: my-calendar-settings.php:485
801
- msgid "Allow registered users to provide timezone or location presets in their user profiles."
802
- msgstr "Tillad registrerede brugere at forudindstille værdier for tidszone eller sted i deres brugerprofiler."
803
-
804
- #: my-calendar-settings.php:497
805
- msgid "Timezone Settings"
806
- msgstr "Indstillinger for tidszone"
807
-
808
- #: my-calendar-settings.php:498
809
- msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
810
- msgstr "Disse indstillinger giver registrerede brugere muligheden for at vælge en tidszone i deres brugerprofil. Når brugeren ser din kalender, bliver begivenhedernes tidspunkt vist i brugerens tidszone såvel som den indtastede værdi."
811
-
812
- #: my-calendar-settings.php:500
813
- msgid "Enable Timezone"
814
- msgstr "Brug tidszone"
815
-
816
- #: my-calendar-settings.php:503
817
- msgid "Select Timezone Label"
818
- msgstr "Vælg tidszoneetiket"
819
-
820
- #: my-calendar-settings.php:506
821
- msgid "Timezone Options"
822
- msgstr "Tidszone valgmuligheder"
823
-
824
- #: my-calendar-settings.php:506
825
- #: my-calendar-settings.php:527
826
- msgid "Value, Label; one per line"
827
- msgstr "Værdi; Etiket; én per linie"
828
-
829
- #: my-calendar-settings.php:518
830
- msgid "Location Settings"
831
- msgstr "Indstillinger for steder"
832
-
833
- #: my-calendar-settings.php:519
834
- msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter."
835
- msgstr "Disse indstillinger giver registrerede brugere muligheden for at vælge et sted i deres brugerprofil. Når brugeren ser din kalender, er visningen som udgangspunkt begrænset til steder, der inkluderer det indtastede sted."
836
-
837
- #: my-calendar-settings.php:521
838
- msgid "Enable Location"
839
- msgstr "Brug sted"
840
-
841
- #: my-calendar-settings.php:524
842
- msgid "Select Location Label"
843
- msgstr "Vælg etiket for sted"
844
-
845
- #: my-calendar-settings.php:527
846
- msgid "Location Options"
847
- msgstr "Sted valgmuligheder"
848
-
849
- #: my-calendar-settings.php:537
850
- msgid "Location Type"
851
- msgstr "Stedtype"
852
-
853
- #: my-calendar-settings.php:540
854
- #: my-calendar-event-manager.php:557
855
- #: my-calendar-locations.php:130
856
- msgid "City"
857
- msgstr "By"
858
-
859
- #: my-calendar-settings.php:541
860
- #: my-calendar-event-manager.php:557
861
- #: my-calendar-locations.php:130
862
- msgid "State/Province"
863
- msgstr "Stat/Provins"
864
-
865
- #: my-calendar-settings.php:542
866
- #: my-calendar-event-manager.php:563
867
- #: my-calendar-locations.php:136
868
- msgid "Country"
869
- msgstr "Land"
870
-
871
- #: my-calendar-settings.php:543
872
- #: my-calendar-event-manager.php:557
873
- #: my-calendar-locations.php:130
874
- msgid "Postal Code"
875
- msgstr "Postnummer"
876
-
877
- #: my-calendar-settings.php:544
878
- #: my-calendar-event-manager.php:560
879
- #: my-calendar-event-manager.php:573
880
- #: my-calendar-locations.php:133
881
- #: my-calendar-locations.php:146
882
- msgid "Region"
883
- msgstr "Region"
884
-
885
- #: my-calendar-settings.php:550
886
- msgid "Save User Settings"
887
- msgstr "Gem indstillinger for brugere"
888
-
889
- #: my-calendar-settings.php:564
890
- #: my-calendar-event-manager.php:13
891
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
892
- msgstr "My Calendar har registreret, at du har Kieran O'Sheas Calendar-plugin installeret. Du kan importere begivenheder og kategorier derfra til din My Calendar-database. Ønsker du at gøre dette?"
893
-
894
- #: my-calendar-settings.php:571
895
- #: my-calendar-event-manager.php:20
896
- msgid "Import from Calendar"
897
- msgstr "Importer fra Calendar"
898
-
899
- #: my-calendar-help.php:7
900
- msgid "How to use My Calendar"
901
- msgstr "Sådan bruger du My Calendar"
902
-
903
- #: my-calendar-help.php:12
904
- msgid "Shortcode Syntax"
905
- msgstr "Shortcode-syntaks"
906
-
907
- #: my-calendar-help.php:15
908
- msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
909
- msgstr "Disse shortcodes kan bruges i Indlæg, Sider eller i text widgets."
910
-
911
- #: my-calendar-help.php:17
912
- msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
913
- msgstr "Primær kalender-shortcode (liste eller gitter, ugentlig eller månedlig visning)"
914
-
915
- #: my-calendar-help.php:19
916
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
917
- msgstr "Denne basale shortcode vil vise kalenderen i et indlæg eller en side, inklusiv alle kategorier og kategorinøglen, i et traditionelt måned-for-måned format."
918
-
919
- #: my-calendar-help.php:22
920
- msgid "The shortcode supports six attributes, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code>, <code>toggle</code>, and <code>time</code>. There two alternate options for <code>format</code>: <code>list</code>, which will show the calendar in a list format, skipping dates without any events, and <code>mini</code>, which will display the calendar in a form more suitable to being displayed in smaller spaces, such as the sidebar. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using either the pipe character (<code>|</code>) or a comma. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output. Setting <code>shownav</code> to <code>no</code> will disable the Previous/Next links. Setting <code>toggle</code> to yes will show a link to switch between the list and grid views. The <code>time</code> shortcode switches between a weekly view and the default monthly view."
921
- msgstr "Denne shortcode understøtter seks attributter, <code>category</code>, <code>format</code>, <code>showkey</code>, <code>shownav</code>, <code>toggle</code> og <code>time</code>. Der er to valgmuligheder for <code>format</code>: <code>list</code>, som viser kalenderen i et listeformat, hvor dage uden begivenheder springes over, og <code>mini</code>, som viser kalenderen i en form, der passer bedre ind i små områder, som f.eks. en sidebar. Attributten <code>category</code> kræver en af dine begivenhedskategoriers navn eller ID-nummer (i navnet skelnes der mellem store og små bogstaver). Dette viser en kalender, der kun inkluderer begivenheder i den angivne kategori. Flere kategorier kan specificeres ved at adskille kategorinavnene eller ID-numrene med \"pipe\"-tegnet: <code>|</code> eller et komma. Sættes <code>showkey</code> til <code>no</code>, forhindrer man kategorinøglen i at blive vist &mdash; dette kan være brugbart ved enkeltkategori-output. Sættes <code>shownav</code> til <code>no</code> bliver Tidligere/Kommende-linksene ikke vist. Sættes <code>toggle</code> til \"yes\", vises der et link til skift mellem liste- og gridvisning. Shortcoden <code>time</code> skifter mellem ugevisning og månedsvisningen, der er default."
922
-
923
- #: my-calendar-help.php:25
924
- msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
925
- msgstr "Den primære My Calendar-shortcode kan genereres fra en knap i indlægget/sidens editor. Minikalenderen kan også tilgås og konfigureres som en widget."
926
-
927
- #: my-calendar-help.php:27
928
- msgid "Additional Calendar Views (Upcoming events, today's events)"
929
- msgstr "Yderligere kalendervisninger (Kommende begivenheder, dagens begivenheder)"
930
-
931
- #: my-calendar-help.php:29
932
- msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
933
- msgstr "Denne shortcode viser outputtet fra widgetten Kommende Begivenheder. Attributterne <code>before</code> og <code>after</code> skal være tal; attributten <code>type</code> kan være enten \"event\" eller \"days\", og attributten <code>category</code> fungerer på samme måde som kategori-attributten i hovedkalenderens shortcode. Skabeloner fungerer vha. skabelonkoderne listet herunder. <code>fallback</code> viser tekst, når der ikke er nogen begivenheder, der passer til kriterierne. \"Order\" tilvejebringer en sorteringsorden for begivenhedslisten &ndash; enten stigende (<code>asc</code>) eller faldende (<code>desc</code>)."
934
-
935
- #: my-calendar-help.php:32
936
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
937
- msgstr "Forudsigeligt nok viser denne shortcode outputtet fra widgetten Dagens Begivenheder, med tre indstillelige attributter: <code>category</code>, <code>template</code> og <code>fallback</code>."
938
-
939
- #: my-calendar-help.php:35
940
- msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
941
- msgstr "Både Kommende begivenheder og Dagens begivenheder kan også konfigureres vha. widgets."
942
-
943
- #: my-calendar-help.php:38
944
- msgid "Supplement Features (Locations filter, Categories filter)"
945
- msgstr "Supplerende funktioner (Sted-filter, Kategori-filter)"
946
-
947
- #: my-calendar-help.php:41
948
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
949
- msgstr "Denne shortcode giver som output en liste over begivenhedssteder, enten som en liste af links eller som en dropdown-menu. Attributten <code>show</code> kan enten sættes til <code>list</code> eller <code>form</code>, <code>type</code>. Attributten <code>type</code> kan enten være <code>saved</code> (henter data fra dine gemte steder) eller <code>custom</code> (henter data ud fra de indstillinger, der er valgt i hver brugerprofil). Attributten <code>datatype</code> sættes til den datatype, som der begrænses ud fra: <code>name</code> (stednavn), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postnummer) eller <code>region</code>."
950
-
951
- #: my-calendar-help.php:44
952
- msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
953
- msgstr "Denne shortcode viser en liste af begivenhedskategorier, enten som en liste af links eller som en dropdown-menu, der kan vælges fra. Attributten <code>show</code> kan enten være <code>list</code> eller <code>form</code>."
954
-
955
- #: my-calendar-help.php:50
956
- msgid "Category Icons"
957
- msgstr "Kategoriikoner"
958
-
959
- #: my-calendar-help.php:53
960
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
961
- msgstr "My Calendar er designet til at kunne administrere flere kalendere. Udgangspunktet for dette er kategorier; du kan let opsætte en kalenderside, som inkluderer alle kategorier, eller du kan dedikere separate sider til kalendere i hver kategori. Dette kunne f.eks. være relevant, hvis du skulle administrere tourkalenderne for flere bands eller begivenhedskalenderne for en række forskellige steder."
962
-
963
- #: my-calendar-help.php:56
964
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
965
- msgstr "De præinstallerede kategoriikoner er måske ikke specielt velegnede til dit formål eller design. Jeg går ud fra, at du gerne vil uploade dine egne ikoner &mdash; alt du behøver at gøre er at uploade dem til mappen icons i pluginnets mappe i wp-content/plugins. Derefter er de klar til brug med det samme. Du kan også placere dem i en mappe kaldet \"my-calendar-custom\" for at undgå, at de bliver overskrevet ved opgradering af pluginnet."
966
-
967
- #: my-calendar-help.php:56
968
- msgid "Your icons folder is:"
969
- msgstr "Din mappe til ikoner er:"
970
-
971
- #: my-calendar-help.php:56
972
- msgid "You can alternately place icons in:"
973
- msgstr "Du kan alternativt placere ikoner i:"
974
-
975
- #: my-calendar-help.php:64
976
- msgid "Custom Styles"
977
- msgstr "Tilpassede styles"
978
-
979
- #: my-calendar-help.php:67
980
- msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
981
- msgstr "My Calendar kommer med fire grundlæggende stylesheets. My Calendar gemmer ændringer i disse stylesheets ved opgradering, men hvis du ønsker at tilføje et helt nyt stylesheet, er det en god ide at gemme det i My Calendars mappe for tilpassede styles."
982
-
983
- #: my-calendar-help.php:70
984
- msgid "Your stylesheet directory is"
985
- msgstr "Din mappe til stylesheets er"
986
-
987
- #: my-calendar-help.php:71
988
- msgid "Your custom stylesheets directory is"
989
- msgstr "Din mappe til tilpassede stylesheets er"
990
-
991
- #: my-calendar-help.php:79
992
- msgid "Widget Templating"
993
- msgstr "Widgetskabeloner"
994
-
995
- #: my-calendar-help.php:82
996
- msgid "These codes are available in calendar widgets, email notifications, and event titles."
997
- msgstr "Disse koder er tilgængelige i kalenderwidgets, e-mail-notifikationer og begivenhedstitler."
998
-
999
- #: my-calendar-help.php:86
1000
- msgid "Displays the name of the category the event is in."
1001
- msgstr "Viser navnet kategorien, som begivenheden er i."
1002
-
1003
- #: my-calendar-help.php:89
1004
- msgid "Displays the title of the event."
1005
- msgstr "Viser begivenhedens titel."
1006
-
1007
- #: my-calendar-help.php:92
1008
- msgid "Displays the start time for the event."
1009
- msgstr "Viser begivenhedens starttidspunkt."
1010
-
1011
- #: my-calendar-help.php:95
1012
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Blank output if user settings are disabled or the user has not selected a preferred time zone."
1013
- msgstr "Viser begivenhedens starttidspunkt justeret efter den aktuelle brugers indstillinger for tidszone. Giver tomt output, hvis brugerindstillingerne er slået fra eller brugeren ikke har valgt en foretrukken tidszone."
1014
-
1015
- #: my-calendar-help.php:98
1016
- msgid "Displays the date on which the event begins."
1017
- msgstr "Viser begivenhedens startdato."
1018
-
1019
- #: my-calendar-help.php:101
1020
- msgid "Displays the date on which the event ends."
1021
- msgstr "Viser begivenhedens slutdato."
1022
-
1023
- #: my-calendar-help.php:104
1024
- msgid "Displays the time at which the event ends."
1025
- msgstr "Viser begivenhedens sluttidspunkt."
1026
-
1027
- #: my-calendar-help.php:107
1028
- msgid "Displays the WordPress author who posted the event."
1029
- msgstr "Viser den WordPress-forfatter, der publicerede begivenheden."
1030
-
1031
- #: my-calendar-help.php:110
1032
- msgid "Displays the name of the person assigned as host for the event."
1033
- msgstr "Viser navnet den person, der står som vært for begivenheden."
1034
-
1035
- #: my-calendar-help.php:113
1036
- msgid "Displays the URL provided for the event."
1037
- msgstr "Viser URL'en, der er indtastet i begivenhedens oplysninger."
1038
-
1039
- #: my-calendar-help.php:116
1040
- msgid "Provides a link to an auto-generated page containing all information on the given event."
1041
- msgstr "Giver et link til en autogenereret side, der indeholder al information om den givne begivenhed."
1042
-
1043
- #: my-calendar-help.php:116
1044
- msgid "Requires that the site URL has been provided on the Settings page"
1045
- msgstr "Kræver at side-URL'en er indtastet under Indstillinger"
1046
-
1047
- #: my-calendar-help.php:119
1048
- msgid "Displays the description of the event."
1049
- msgstr "Viser beskrivelsen af begivenhden."
1050
-
1051
- #: my-calendar-help.php:122
1052
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
1053
- msgstr "Viser begivenhedens titel som et link, hvis en URL er tilgængelig, eller titlen alene, hvis en URL ikke er tilgængelig."
1054
-
1055
- #: my-calendar-help.php:125
1056
- msgid "Displays the name of the location of the event."
1057
- msgstr "Viser navnet begivenhedens sted."
1058
-
1059
- #: my-calendar-help.php:128
1060
- msgid "Displays the first line of the site address."
1061
- msgstr "Viser første linie af stedets gadenavn."
1062
-
1063
- #: my-calendar-help.php:131
1064
- msgid "Displays the second line of the site address."
1065
- msgstr "Viser anden linie af stedets gadenavn."
1066
-
1067
- #: my-calendar-help.php:134
1068
- msgid "Displays the city for the event."
1069
- msgstr "Viser bynavnet i begivenhedens stedoplysninger."
1070
-
1071
- #: my-calendar-help.php:137
1072
- msgid "Displays the state for the event."
1073
- msgstr "Viser kommunen i begivenhedens stedoplysninger."
1074
-
1075
- #: my-calendar-help.php:140
1076
- msgid "Displays the postcode for the event."
1077
- msgstr "Viser postnummeret i begivenhedens stedoplysninger."
1078
-
1079
- #: my-calendar-help.php:143
1080
- msgid "Displays the country for the event location."
1081
- msgstr "Viser landet i begivenhedens stedoplysninger."
1082
-
1083
- #: my-calendar-help.php:146
1084
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1085
- msgstr "Viser begivenhedens adresse i <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1086
-
1087
- #: my-calendar-help.php:149
1088
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1089
- msgstr "Viser et link til et Google Kort over begivenhedens sted, hvis tilstrækkelige adresseinformationer er tilgængelig. Hvis ikke, vises der ikke et kort."
1090
-
1091
- #: my-calendar-help.php:152
1092
- msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1093
- msgstr "Viser tekst, der indikerer om der er åbent eller lukket for tilmelding til begivenheden; viser ikke noget, hvis dette er valgt i indstillingerne for begivenheden."
1094
-
1095
- #: my-calendar-help.php:155
1096
- msgid "Displays the short version of the event description."
1097
- msgstr "Viser den korte beskrivelse af begivenheden."
1098
-
1099
- #: my-calendar-help.php:158
1100
- msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1101
- msgstr "Viser begivenhedens aktuelle status: Enten \"Publiceret\" eller \"Reserveret\" - bruges primært i e-mail-skabeloner."
1102
-
1103
- #: my-calendar-help.php:161
1104
- msgid "Produces the address of the current event's category icon."
1105
- msgstr "Giver adressen til den aktuelle begivenheds kategoriikon."
1106
-
1107
- #: my-calendar-help.php:164
1108
- msgid "Produces the hex code for the current event's category color."
1109
- msgstr "Giver hexkoden til den aktuelle begivenheds kategorifarve."
1110
-
1111
- #: my-calendar-help.php:173
1112
- msgid "Helpful Information"
1113
- msgstr "Nyttig information"
1114
-
1115
- #: my-calendar-help.php:176
1116
- msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
1117
- msgstr "<strong>Afinstallering af pluginnet</strong>: Selvom standarden og forventningen til WordPress plugins er, at afinstallering sletter alle specielle database-tabeller, pluginnet har oprettet, gør My Calendar <em>ikke dette</em> ved afinstallering. Dette var en bevidst beslutning fra min side -- data, der er gemt i My calendar-tabellerne er dine data; med \"General\"-kategorien som eneste undtagelse, har du tilføjet hver eneste stump data selv. Af denne grund føler jeg, at det ville være en kæmpe bjørnetjeneste over for dig, hvis disse informationer blev slettet ved afinstallering af pluginnet. Derfor skal du selv fjerne My Calendar-tabellerne fra databasen, hvis du vil fjerne ethvert spor af pluginnet. Hvis du gør det, vil alle My Calendars indstillinger blive slettet."
1118
-
1119
- #: my-calendar-help.php:179
1120
- msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
1121
- msgstr "<strong>Donationer</strong>: Jeg sætter pris på ethvert beløb, du kan give. $2 synes måske ikke af meget, men det kan virkelig løbe op, når tusinder af personer bruger softwaren. Bemærk venligst, at jeg er en non-profit organisation og dine bidrag kan ikke trækkes fra i skatten. Tak!"
1122
-
1123
- #: my-calendar-core.php:27
1124
- #: my-calendar.php:151
1125
- msgid "Settings"
1126
- msgstr "Indstillinger"
1127
-
1128
- #: my-calendar-core.php:28
1129
- #: my-calendar.php:154
1130
- msgid "Help"
1131
- msgstr "Hjælp"
1132
-
1133
- #: my-calendar-core.php:754
1134
- msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1135
- msgstr "Lige nu tillader du abonnenter at indsende begivenheder, men du bruger ikke Akismet. My Calendar kan bruge Akismet til at checke for spam i indsendelser af begivenheder. <a href='https://akismet.com/signup/'>F&aring; en Akismet API nøgle nu.</a>"
1136
-
1137
- #: my-calendar-behaviors.php:42
1138
- msgid "Behavior Settings saved"
1139
- msgstr "Indstillinger for kalenderopførsel gemt"
1140
-
1141
- #: my-calendar-behaviors.php:65
1142
- msgid "My Calendar Behaviors"
1143
- msgstr "My Calendar opførsel"
1144
-
1145
- #: my-calendar-behaviors.php:69
1146
- msgid "Calendar Behavior Settings"
1147
- msgstr "Indstillinger for kalenderopførsel"
1148
-
1149
- #: my-calendar-behaviors.php:74
1150
- msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1151
- msgstr "Vis kun Javascript på disse sider (kommaseparerede side-id'er)"
1152
-
1153
- #: my-calendar-behaviors.php:77
1154
- msgid "Calendar Behaviors: Calendar View"
1155
- msgstr "Kalenderopførsel: Kalendervisning"
1156
-
1157
- #: my-calendar-behaviors.php:79
1158
- msgid "Reset the My Calendar Calendar Javascript"
1159
- msgstr "Nulstil My Calendars kalenderjavascript"
1160
-
1161
- #: my-calendar-behaviors.php:79
1162
- msgid "Disable Calendar Javascript Effects"
1163
- msgstr "Deaktiver Kalenderens javascripteffekter"
1164
-
1165
- #: my-calendar-behaviors.php:82
1166
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1167
- msgstr "Rediger jQuery-scripts til My Calendar i kalendervisning."
1168
-
1169
- #: my-calendar-behaviors.php:89
1170
- msgid "Calendar Behaviors: List View"
1171
- msgstr "Kalenderopførsel: Listevisning"
1172
-
1173
- #: my-calendar-behaviors.php:91
1174
- msgid "Reset the My Calendar List Javascript"
1175
- msgstr "Nulstil My Calendars listevisningsjavascript"
1176
-
1177
- #: my-calendar-behaviors.php:91
1178
- msgid "Disable List Javascript Effects"
1179
- msgstr "Deaktiver listevisningens javascripteffekter"
1180
-
1181
- #: my-calendar-behaviors.php:94
1182
- msgid "Edit the jQuery scripts for My Calendar in List format"
1183
- msgstr "Rediger jQuery-scripts til My Calendar i listevisning"
1184
-
1185
- #: my-calendar-behaviors.php:101
1186
- msgid "Calendar Behaviors: Mini Calendar View"
1187
- msgstr "Kalenderopførsel: Minikalendervisning"
1188
-
1189
- #: my-calendar-behaviors.php:103
1190
- msgid "Reset the My Calendar Mini Format Javascript"
1191
- msgstr "Nulstil My Calendars javascript til minikalendervisning"
1192
-
1193
- #: my-calendar-behaviors.php:103
1194
- msgid "Disable Mini Javascript Effects"
1195
- msgstr "Deaktiver minikalendervisningens javascripteffekter"
1196
-
1197
- #: my-calendar-behaviors.php:106
1198
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1199
- msgstr "Rediger jQuery-scripts til My Calendar i minikalendervisning"
1200
-
1201
- #: my-calendar-behaviors.php:113
1202
- msgid "Calendar Behaviors: AJAX Navigation"
1203
- msgstr "Kalenderopførsel: AJAX-navigation"
1204
-
1205
- #: my-calendar-behaviors.php:115
1206
- msgid "Reset the My Calendar AJAX Javascript"
1207
- msgstr "Nulstil My Calendar AJAX-javascript"
1208
-
1209
- #: my-calendar-behaviors.php:115
1210
- msgid "Disable AJAX Effects"
1211
- msgstr "DeaktiverAJAX-effekter"
1212
-
1213
- #: my-calendar-behaviors.php:118
1214
- msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1215
- msgstr "Rediger jQuery-scripts til My Calendar AJAX-javascript"
1216
-
1217
- #: my-calendar-upgrade-db.php:21
1218
- #: my-calendar-upgrade-db.php:29
1219
- msgid "The My Calendar database needs to be updated."
1220
- msgstr "My Calendars database skal opdateres"
1221
-
1222
- #: my-calendar-upgrade-db.php:22
1223
- #: my-calendar-upgrade-db.php:43
1224
- msgid "Update now"
1225
- msgstr "Opdater nu"
1226
-
1227
- #: my-calendar-upgrade-db.php:29
1228
- msgid "Upgrade now."
1229
- msgstr "Opdater nu."
1230
-
1231
- #: my-calendar-upgrade-db.php:42
1232
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1233
- msgstr "Du har ikke tilføjet nogen begivenheder, My Calendar ved ikke om din database har brug for at blive opdateret. Opgrader din database, hvis du ikke kan tilføje begivenheder!"
1234
-
1235
- #: my-calendar-upgrade-db.php:53
1236
- msgid "My Calendar Database is updated."
1237
- msgstr "My Calendars database er opdateret."
1238
-
1239
- #: my-calendar.php:111
1240
- msgid "Buy the Beginner's Guide"
1241
- msgstr "Køb Beginner's Guide"
1242
-
1243
- #: my-calendar.php:112
1244
- msgid "Get Support"
1245
- msgstr "Få support"
1246
-
1247
- #: my-calendar.php:113
1248
- #: my-calendar.php:154
1249
- msgid "My Calendar Help"
1250
- msgstr "My Calendar hjælp"
1251
-
1252
- #: my-calendar.php:114
1253
- msgid "Make a Donation"
1254
- msgstr "Giv en donation"
1255
-
1256
- #. #-#-#-#-# plugin.pot (My Calendar 1.8.7) #-#-#-#-#
1257
- #. Plugin Name of the plugin/theme
1258
- #: my-calendar.php:138
1259
- #: my-calendar.php:141
1260
- msgid "My Calendar"
1261
- msgstr "My Calendar"
1262
-
1263
- #: my-calendar.php:145
1264
- msgid "Add/Edit Events"
1265
- msgstr "Tilføj/Rediger begivenheder"
1266
-
1267
- #: my-calendar.php:150
1268
- #: my-calendar-locations.php:174
1269
- msgid "Manage Locations"
1270
- msgstr "Administrer steder"
1271
-
1272
- #: my-calendar.php:152
1273
- msgid "Style Editor"
1274
- msgstr "Stylesheets"
1275
-
1276
- #: my-calendar.php:153
1277
- msgid "Behavior Editor"
1278
- msgstr "Rediger kalenderopførsel"
1279
-
1280
- #: my-calendar-templates.php:136
1281
- #: my-calendar-event-manager.php:666
1282
- msgid "Published"
1283
- msgstr "Publiceret"
1284
-
1285
- #: my-calendar-templates.php:136
1286
- #: my-calendar-event-manager.php:667
1287
- msgid "Reserved"
1288
- msgstr "Reserveret"
1289
-
1290
- #: my-calendar-templates.php:137
1291
- #: my-calendar-output.php:174
1292
- msgid "details"
1293
- msgstr "detaljer"
1294
-
1295
- #: my-calendar-user.php:39
1296
- msgid "My Calendar User Settings"
1297
- msgstr "My Calendar brugerindstillinger"
1298
-
1299
- #: my-calendar-event-manager.php:25
1300
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
1301
- msgstr "Selvom det er muligt, at denne import ikke kan importere dine begivenheder korrekt, skulle det ikke have nogen indvirkning på din eksisterende Calendar-database. <a href=\"http://www.joedolson.com/contact.php\">Kontakt mig venligst</a>, hvis du kommer ud for problemer."
1302
-
1303
- #: my-calendar-event-manager.php:72
1304
- msgid "%1$d events deleted successfully out of %2$d selected"
1305
- msgstr "%1$d begivenheder slettet med succes, ud af %2$d valgte"
1306
-
1307
- #: my-calendar-event-manager.php:74
1308
- #: my-calendar-event-manager.php:205
1309
- #: my-calendar-event-manager.php:228
1310
- #: my-calendar-event-manager.php:242
1311
- #: my-calendar-event-manager.php:251
1312
- #: my-calendar-event-manager.php:864
1313
- #: my-calendar-event-manager.php:867
1314
- #: my-calendar-event-manager.php:870
1315
- #: my-calendar-event-manager.php:879
1316
- #: my-calendar-event-manager.php:886
1317
- #: my-calendar-event-manager.php:902
1318
- #: my-calendar-event-manager.php:908
1319
- msgid "Error"
1320
- msgstr "Fejl"
1321
-
1322
- #: my-calendar-event-manager.php:74
1323
- msgid "Your events have not been deleted. Please investigate."
1324
- msgstr "Dine begivenheder er ikke blevet slettet. Undersøg venligst problemet."
1325
-
1326
- #: my-calendar-event-manager.php:85
1327
- msgid "Delete Event"
1328
- msgstr "Slet begivenhed"
1329
-
1330
- #: my-calendar-event-manager.php:85
1331
- msgid "Are you sure you want to delete this event?"
1332
- msgstr "Er du sikker på, at du vil slette denne begivenhed?"
1333
-
1334
- #: my-calendar-event-manager.php:99
1335
- msgid "You do not have permission to delete that event."
1336
- msgstr "Du har ikke tilladelse til at slette denne begivenhed."
1337
-
1338
- #: my-calendar-event-manager.php:114
1339
- msgid "You do not have permission to approve that event."
1340
- msgstr "Du har ikke tilladelse til at godkende denne begivenhed."
1341
-
1342
- #: my-calendar-event-manager.php:128
1343
- msgid "You do not have permission to reject that event."
1344
- msgstr "Du har ikke tilladelse til at afvise denne begivenhed."
1345
-
1346
- #: my-calendar-event-manager.php:159
1347
- msgid "Edit Event"
1348
- msgstr "Rediger begivenhed"
1349
-
1350
- #: my-calendar-event-manager.php:163
1351
- #: my-calendar-event-manager.php:174
1352
- msgid "You must provide an event id in order to edit it"
1353
- msgstr "Du skal angive et begivenheds-id for at kunne redigere den"
1354
-
1355
- #: my-calendar-event-manager.php:170
1356
- msgid "Copy Event"
1357
- msgstr "Kopier begivenhed"
1358
-
1359
- #: my-calendar-event-manager.php:182
1360
- msgid "Add Event"
1361
- msgstr "Tilføj begivenhed"
1362
-
1363
- #: my-calendar-event-manager.php:205
1364
- msgid "I'm sorry! I couldn't add that event to the database."
1365
- msgstr "Beklager! Jeg kunne ikke tilføje den begivenhed til databasen."
1366
-
1367
- #: my-calendar-event-manager.php:211
1368
- msgid "Event added. It will now show in your calendar."
1369
- msgstr "Begivenhed tilføjet. Den vises nu i din kalender."
1370
-
1371
- #: my-calendar-event-manager.php:228
1372
- msgid "Your event was not updated."
1373
- msgstr "Din begivenhed blev ikke opdateret."
1374
-
1375
- #: my-calendar-event-manager.php:230
1376
- msgid "Nothing was changed in that update."
1377
- msgstr "Intet blev ændret i denne opdatering af begivenheden."
1378
-
1379
- #: my-calendar-event-manager.php:232
1380
- msgid "Event updated successfully"
1381
- msgstr "Begivenhed opdateret med succes"
1382
-
1383
- #: my-calendar-event-manager.php:235
1384
- msgid "You do not have sufficient permissions to edit that event."
1385
- msgstr "Du har ikke tilstrækkelige tilladelser til at redigere denne begivenhed."
1386
-
1387
- #: my-calendar-event-manager.php:242
1388
- msgid "You can't delete an event if you haven't submitted an event id"
1389
- msgstr "Du kan ikke redigere en begivenhed, hvis du ikke har sendt et begivenheds-id."
1390
-
1391
- #: my-calendar-event-manager.php:249
1392
- msgid "Event deleted successfully"
1393
- msgstr "Begivenhed slettet med succes"
1394
-
1395
- #: my-calendar-event-manager.php:251
1396
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
1397
- msgstr "Selvom der blev sendt en forespørgsel om sletning, eksisterer begivenheden stadig i databasen. Undersøg venligst."
1398
-
1399
- #: my-calendar-event-manager.php:263
1400
- msgid "Sorry! That's an invalid event key."
1401
- msgstr "Beklager! Det er et ugyldigt begivenheds-id."
1402
-
1403
- #: my-calendar-event-manager.php:267
1404
- msgid "Sorry! We couldn't find an event with that ID."
1405
- msgstr "Beklager! Vi kunne ikke finde en begivenhed med det id."
1406
-
1407
- #: my-calendar-event-manager.php:295
1408
- msgid "This event must be approved in order for it to appear on the calendar."
1409
- msgstr "Denne begivenhed skal godkendes for at blive vist i kalenderen."
1410
-
1411
- #: my-calendar-event-manager.php:304
1412
- msgid "Save Event"
1413
- msgstr "Gem begivenhed"
1414
-
1415
- #: my-calendar-event-manager.php:328
1416
- msgid "Enter your Event Information"
1417
- msgstr "Indtast oplysninger om begivenheden"
1418
-
1419
- #: my-calendar-event-manager.php:330
1420
- msgid "Event Title"
1421
- msgstr "Begivenhedens titel"
1422
-
1423
- #: my-calendar-event-manager.php:330
1424
- #: my-calendar-event-manager.php:434
1425
- msgid "(required)"
1426
- msgstr "(påkrævet)"
1427
-
1428
- #: my-calendar-event-manager.php:334
1429
- msgid "Publish"
1430
- msgstr "Publicer"
1431
-
1432
- #: my-calendar-event-manager.php:334
1433
- msgid "You must approve this event to promote it to the calendar."
1434
- msgstr "Du skal godkende denne begivenhed for at den bliver vist i kalenderen."
1435
-
1436
- #: my-calendar-event-manager.php:336
1437
- msgid "An administrator must approve your new event."
1438
- msgstr "En administrator skal godkende din nye begivenhed."
1439
-
1440
- #: my-calendar-event-manager.php:349
1441
- msgid "This event is not spam"
1442
- msgstr "Denne begivenhed er ikke spam"
1443
-
1444
- #: my-calendar-event-manager.php:356
1445
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1446
- msgstr "Beskrivelse af begivenhed (<abbr title=\"hypertext markup language\">HTML</abbr> tilladt)"
1447
-
1448
- #: my-calendar-event-manager.php:368
1449
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1450
- msgstr "Kort beskrivelse af begivenhed (<abbr title=\"hypertext markup language\">HTML</abbr> tilladt)"
1451
-
1452
- #: my-calendar-event-manager.php:379
1453
- msgid "Event Host"
1454
- msgstr "Begivenhedens vært"
1455
-
1456
- #: my-calendar-event-manager.php:398
1457
- msgid "Event Category"
1458
- msgstr "Begivenheds kategori"
1459
-
1460
- #: my-calendar-event-manager.php:423
1461
- msgid "Event Link (Optional)"
1462
- msgstr "Begivenhedslink (valgfri)"
1463
-
1464
- #: my-calendar-event-manager.php:423
1465
- msgid "This link will expire when the event passes."
1466
- msgstr "Dette link udløber, når begivenheden er overstået."
1467
-
1468
- #: my-calendar-event-manager.php:431
1469
- msgid "Event Date and Time"
1470
- msgstr "Begivenheds dato og tidspunkt"
1471
-
1472
- #: my-calendar-event-manager.php:433
1473
- msgid "Enter the beginning and ending information for the first occurrence of this event."
1474
- msgstr "Indtast start- og slutoplysninger for denne begivenheds første forekomst."
1475
-
1476
- #: my-calendar-event-manager.php:434
1477
- msgid "Start Date (YYYY-MM-DD)"
1478
- msgstr "Startdato (ÅÅÅÅ-MM-DD)"
1479
-
1480
- #: my-calendar-event-manager.php:434
1481
- msgid "Time (hh:mm am/pm)"
1482
- msgstr "Tidspunkt (tt:mm am/pm)"
1483
-
1484
- #: my-calendar-event-manager.php:443
1485
- msgid "End Date (YYYY-MM-DD)"
1486
- msgstr "Slutdato (ÅÅÅÅ-MM-DD)"
1487
-
1488
- #: my-calendar-event-manager.php:443
1489
- msgid "End Time (hh:mm am/pm)"
1490
- msgstr "Sluttidspunkt (tt:mm am/pm)"
1491
-
1492
- #: my-calendar-event-manager.php:451
1493
- msgid "Current time difference from GMT is "
1494
- msgstr "Nuværende tidsforskel fra GMT er "
1495
-
1496
- #: my-calendar-event-manager.php:451
1497
- msgid " hour(s)"
1498
- msgstr " time(r)."
1499
-
1500
- #: my-calendar-event-manager.php:460
1501
- msgid "Recurring Events"
1502
- msgstr "Tilbagevendende begivenheder"
1503
-
1504
- #: my-calendar-event-manager.php:463
1505
- msgid "Repeats for"
1506
- msgstr "Gentages"
1507
-
1508
- #: my-calendar-event-manager.php:464
1509
- msgid "Units"
1510
- msgstr "gange"
1511
-
1512
- #: my-calendar-event-manager.php:465
1513
- msgid "Does not recur"
1514
- msgstr "Gentages ikke"
1515
-
1516
- #: my-calendar-event-manager.php:466
1517
- #: my-calendar-event-manager.php:720
1518
- msgid "Daily"
1519
- msgstr "Dagligt"
1520
-
1521
- #: my-calendar-event-manager.php:467
1522
- #: my-calendar-event-manager.php:721
1523
- msgid "Weekly"
1524
- msgstr "Ugentligt"
1525
-
1526
- #: my-calendar-event-manager.php:468
1527
- msgid "Bi-weekly"
1528
- msgstr "Hveranden uge"
1529
-
1530
- #: my-calendar-event-manager.php:469
1531
- msgid "Date of Month (e.g., the 24th of each month)"
1532
- msgstr "Dato i måneden (f.eks. den 24. i hver måned)"
1533
-
1534
- #: my-calendar-event-manager.php:470
1535
- msgid "Day of Month (e.g., the 3rd Monday of each month)"
1536
- msgstr "Dag i måneden (f.eks. den 3. mandag i hver måned)"
1537
-
1538
- #: my-calendar-event-manager.php:471
1539
- msgid "Annually"
1540
- msgstr "Årligt"
1541
-
1542
- #: my-calendar-event-manager.php:473
1543
- msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1544
- msgstr "Indtast \"0\", hvis begivenheden skal gentages uendeligt. Din indtastning er antallet af begivenheder efter den første forekomst af begivenheden: Hvis der indtastes <em>2</em> betyder det, at begivenheden sker 3 gange."
1545
-
1546
- #: my-calendar-event-manager.php:490
1547
- msgid "Event Registration Status"
1548
- msgstr "Status for tilmelding til begivenhed"
1549
-
1550
- #: my-calendar-event-manager.php:491
1551
- msgid "My Calendar does not manage event registrations. Use this for information only."
1552
- msgstr "My Calendar administrerer ikke tilmeldinger til begivenheder. Brug kun dette til at give information."
1553
-
1554
- #: my-calendar-event-manager.php:493
1555
- msgid "Open"
1556
- msgstr "Åben"
1557
-
1558
- #: my-calendar-event-manager.php:494
1559
- msgid "Closed"
1560
- msgstr "Lukket"
1561
-
1562
- #: my-calendar-event-manager.php:495
1563
- msgid "Does not apply"
1564
- msgstr "Ikke relevant"
1565
-
1566
- #: my-calendar-event-manager.php:498
1567
- msgid "If this event recurs, it can only be registered for as a complete series."
1568
- msgstr "Hvis denne begivenhed gentages, kan tilmelding kun ske til den samlede serie af begivenheder."
1569
-
1570
- #: my-calendar-event-manager.php:515
1571
- #: my-calendar-locations.php:116
1572
- msgid "Event Location"
1573
- msgstr "Begivenhedens sted"
1574
-
1575
- #: my-calendar-event-manager.php:522
1576
- msgid "Choose a preset location:"
1577
- msgstr "Vælg et forudindstillet sted:"
1578
-
1579
- #: my-calendar-event-manager.php:536
1580
- msgid "Add recurring locations for later use."
1581
- msgstr "Tilføj tilbagevendende steder til senere brug."
1582
-
1583
- #: my-calendar-event-manager.php:545
1584
- #: my-calendar-locations.php:118
1585
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
1586
- msgstr "Alle stedrelaterede felter er valgfri: <em>Utilstrækkelige oplysninger kan resultere i et upræcist kort</em>."
1587
-
1588
- #: my-calendar-event-manager.php:548
1589
- #: my-calendar-locations.php:121
1590
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
1591
- msgstr "Stednavn (f.eks. <em>Joe's Bar & Grill</em>)"
1592
-
1593
- #: my-calendar-event-manager.php:551
1594
- #: my-calendar-locations.php:124
1595
- msgid "Street Address"
1596
- msgstr "Gadenavn"
1597
-
1598
- #: my-calendar-event-manager.php:554
1599
- #: my-calendar-locations.php:127
1600
- msgid "Street Address (2)"
1601
- msgstr "Gadenavn (2)"
1602
-
1603
- #: my-calendar-event-manager.php:566
1604
- #: my-calendar-locations.php:139
1605
- msgid "Initial Zoom"
1606
- msgstr "Indledende Zoom"
1607
-
1608
- #: my-calendar-event-manager.php:568
1609
- #: my-calendar-locations.php:141
1610
- msgid "Neighborhood"
1611
- msgstr "Nabolag"
1612
-
1613
- #: my-calendar-event-manager.php:569
1614
- #: my-calendar-locations.php:142
1615
- msgid "Small City"
1616
- msgstr "Lille By"
1617
-
1618
- #: my-calendar-event-manager.php:570
1619
- #: my-calendar-locations.php:143
1620
- msgid "Large City"
1621
- msgstr "Stor By"
1622
-
1623
- #: my-calendar-event-manager.php:571
1624
- #: my-calendar-locations.php:144
1625
- msgid "Greater Metro Area"
1626
- msgstr "Større byområde"
1627
-
1628
- #: my-calendar-event-manager.php:572
1629
- #: my-calendar-locations.php:145
1630
- msgid "State"
1631
- msgstr "Kommune"
1632
-
1633
- #: my-calendar-event-manager.php:577
1634
- #: my-calendar-locations.php:150
1635
- msgid "GPS Coordinates (optional)"
1636
- msgstr "GPS-koordinater (valgfri)"
1637
-
1638
- #: my-calendar-event-manager.php:579
1639
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1640
- msgstr "Hvis du oplyser GPS-koordinater for dit sted, bliver de brugt i stedet for alle de andre adresseoplysninger til at oprette dit link til kortet."
1641
-
1642
- #: my-calendar-event-manager.php:582
1643
- #: my-calendar-locations.php:155
1644
- msgid "Latitude"
1645
- msgstr "Breddegrad"
1646
-
1647
- #: my-calendar-event-manager.php:582
1648
- #: my-calendar-locations.php:156
1649
- msgid "Longitude"
1650
- msgstr "Længdegrad"
1651
-
1652
- #: my-calendar-event-manager.php:663
1653
- msgid "Manage Events"
1654
- msgstr "Administrer begivenheder"
1655
-
1656
- #: my-calendar-event-manager.php:668
1657
- msgid "All"
1658
- msgstr "Alle"
1659
-
1660
- #: my-calendar-event-manager.php:678
1661
- msgid "Table of Calendar Events"
1662
- msgstr "Tabel over begivenheder i kalenderen"
1663
-
1664
- #: my-calendar-event-manager.php:683
1665
- #: my-calendar-locations.php:187
1666
- msgid "Location"
1667
- msgstr "Sted"
1668
-
1669
- #: my-calendar-event-manager.php:686
1670
- msgid "Recurs"
1671
- msgstr "Gentages"
1672
-
1673
- #: my-calendar-event-manager.php:689
1674
- msgid "Edit / Delete"
1675
- msgstr "Rediger / Slet"
1676
-
1677
- #: my-calendar-event-manager.php:719
1678
- msgid "Never"
1679
- msgstr "Aldrig"
1680
-
1681
- #: my-calendar-event-manager.php:722
1682
- msgid "Bi-Weekly"
1683
- msgstr "Hveranden uge"
1684
-
1685
- #: my-calendar-event-manager.php:723
1686
- msgid "Monthly (by date)"
1687
- msgstr "Månedlig (efter dato)"
1688
-
1689
- #: my-calendar-event-manager.php:724
1690
- msgid "Monthly (by day)"
1691
- msgstr "Månedlig (efter dag)"
1692
-
1693
- #: my-calendar-event-manager.php:725
1694
- msgid "Yearly"
1695
- msgstr "Årligt"
1696
-
1697
- #: my-calendar-event-manager.php:728
1698
- msgid "Forever"
1699
- msgstr "Altid"
1700
-
1701
- #: my-calendar-event-manager.php:729
1702
- msgid "Times"
1703
- msgstr "gange"
1704
-
1705
- #: my-calendar-event-manager.php:744
1706
- msgid "Copy"
1707
- msgstr "Kopier"
1708
-
1709
- #: my-calendar-event-manager.php:747
1710
- msgid "Not editable."
1711
- msgstr "Ikke redigerbar."
1712
-
1713
- #: my-calendar-event-manager.php:753
1714
- msgid "Reject"
1715
- msgstr "Afvis"
1716
-
1717
- #: my-calendar-event-manager.php:755
1718
- msgid "Approve"
1719
- msgstr "Godkend"
1720
-
1721
- #: my-calendar-event-manager.php:760
1722
- msgid "Approved"
1723
- msgstr "Godkendt"
1724
-
1725
- #: my-calendar-event-manager.php:762
1726
- msgid "Rejected"
1727
- msgstr "Afvist"
1728
-
1729
- #: my-calendar-event-manager.php:764
1730
- msgid "Awaiting Approval"
1731
- msgstr "Afventer godkendelse"
1732
-
1733
- #: my-calendar-event-manager.php:775
1734
- msgid "Delete checked events"
1735
- msgstr "Slet valgte begivenheder"
1736
-
1737
- #: my-calendar-event-manager.php:781
1738
- msgid "There are no events in the database!"
1739
- msgstr "Der er ingen begivenheder i databasen!"
1740
-
1741
- #: my-calendar-event-manager.php:864
1742
- msgid "Your event end date must be either after or the same as your event begin date"
1743
- msgstr "Din begivenheds slutdato må enten ligge efter eller være lig med begivenhedens startdato."
1744
-
1745
- #: my-calendar-event-manager.php:867
1746
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
1747
- msgstr "Din datoformattering er korrekt, men en eller flere af dine datoer er ugyldige. Tjek for fejl relateret til enten antal dage i måneden eller skudår."
1748
-
1749
- #: my-calendar-event-manager.php:870
1750
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
1751
- msgstr "Både start- og slutdato skal være i formatet ÅÅÅÅ-MM-DD"
1752
-
1753
- #: my-calendar-event-manager.php:879
1754
- msgid "The time field must either be blank or be entered in the format hh:mm"
1755
- msgstr "Feltet for tidspunkt skal enten være blankt eller indtastes i formatet tt:mm"
1756
-
1757
- #: my-calendar-event-manager.php:886
1758
- msgid "The end time field must either be blank or be entered in the format hh:mm"
1759
- msgstr "Feltet for slutdato skal enten være blankt eller indtastes i formatet tt:mm"
1760
-
1761
- #: my-calendar-event-manager.php:902
1762
- msgid "The event title must be between 1 and 255 characters in length."
1763
- msgstr "Begivenhedens titel skal være mellem 1 og 255 tegn i længde."
1764
-
1765
- #: my-calendar-event-manager.php:908
1766
- msgid "The repetition value must be 0 unless a type of recurrence is selected."
1767
- msgstr "Værdien for gentagelse skal være 0, medmindre der er er valgt en type af gentagelse."
1768
-
1769
- #: my-calendar-locations.php:42
1770
- msgid "Location added successfully"
1771
- msgstr "Sted tilføjet med succes"
1772
-
1773
- #: my-calendar-locations.php:44
1774
- msgid "Location could not be added to database"
1775
- msgstr "Stedet kunne ikke føjes til databasen."
1776
-
1777
- #: my-calendar-locations.php:50
1778
- msgid "Location deleted successfully"
1779
- msgstr "Sted slettet med succes"
1780
-
1781
- #: my-calendar-locations.php:52
1782
- msgid "Location could not be deleted"
1783
- msgstr "Stedet kunne ikke slettes"
1784
-
1785
- #: my-calendar-locations.php:77
1786
- msgid "Location could not be edited."
1787
- msgstr "Stedet kunne ikke redigeres."
1788
-
1789
- #: my-calendar-locations.php:79
1790
- msgid "Location was not changed."
1791
- msgstr "Stedet blev ikke ændret."
1792
-
1793
- #: my-calendar-locations.php:81
1794
- msgid "Location edited successfully"
1795
- msgstr "Sted redigeret med succes"
1796
-
1797
- #: my-calendar-locations.php:93
1798
- msgid "Add New Location"
1799
- msgstr "Tilføj nyt sted"
1800
-
1801
- #: my-calendar-locations.php:95
1802
- msgid "Edit Location"
1803
- msgstr "Rediger sted"
1804
-
1805
- #: my-calendar-locations.php:100
1806
- msgid "Location Editor"
1807
- msgstr "Redigering af steder"
1808
-
1809
- #: my-calendar-locations.php:152
1810
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
1811
- msgstr "Hvis du oplyser GPS-koordinater for dit sted, bliver de brugt i stedet for alle de andre adresseoplysninger til at identificere stedet."
1812
-
1813
- #: my-calendar-locations.php:160
1814
- msgid "Add Location"
1815
- msgstr "Tilføj sted"
1816
-
1817
- #: my-calendar-locations.php:209
1818
- msgid "There are no locations in the database yet!"
1819
- msgstr "Der er endnu ingen steder i databasen!"
1820
-
1821
- #: my-calendar-locations.php:213
1822
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
1823
- msgstr "Bemærk: Redigering eller sletning af steder gemt til genbrug, har ikke indvirkning på tidligere planlagte begivenheder på det sted. Steddatabasen eksisterer kun som en hurtig metode til indtastning af ofte brugte steder i begivenhedsoplysninger."
1824
-
1825
- #: my-calendar-install.php:138
1826
- msgid "My Calendar Default Timezone"
1827
- msgstr "My Calendar default tidszone"
1828
-
1829
- #: my-calendar-install.php:183
1830
- msgid "My Calendar Default Location"
1831
- msgstr "My Calendar default sted"
1832
-
1833
- #: my-calendar-output.php:117
1834
- msgid "Map to"
1835
- msgstr "Kort til"
1836
-
1837
- #: my-calendar-output.php:131
1838
- msgid "Event Details"
1839
- msgstr "Begivenhedsdetaljer"
1840
-
1841
- #: my-calendar-output.php:139
1842
- msgid "Close"
1843
- msgstr "Luk"
1844
-
1845
- #: my-calendar-output.php:148
1846
- msgid "in your time zone"
1847
- msgstr "i din tidszone"
1848
-
1849
- #: my-calendar-output.php:153
1850
- msgid "Not Applicable"
1851
- msgstr "Ikke relevant"
1852
-
1853
- #: my-calendar-output.php:166
1854
- msgid "Posted by"
1855
- msgstr "Publiceret af"
1856
-
1857
- #: my-calendar-output.php:226
1858
- msgid "This class is part of a series. You must register for the first event in this series to attend."
1859
- msgstr "Denne begivenhed er en del af en serie. Du skal melde dig til den første begivenhed i serien for at kunne deltage."
1860
-
1861
- #: my-calendar-output.php:231
1862
- msgid "View full calendar"
1863
- msgstr "Vis fulde kalender"
1864
-
1865
- #: my-calendar-output.php:265
1866
- msgid "January"
1867
- msgstr "Januar"
1868
-
1869
- #: my-calendar-output.php:266
1870
- msgid "February"
1871
- msgstr "Februar"
1872
-
1873
- #: my-calendar-output.php:267
1874
- msgid "March"
1875
- msgstr "Marts"
1876
-
1877
- #: my-calendar-output.php:268
1878
- msgid "April"
1879
- msgstr "April"
1880
-
1881
- #: my-calendar-output.php:269
1882
- msgid "May"
1883
- msgstr "Maj"
1884
-
1885
- #: my-calendar-output.php:270
1886
- msgid "June"
1887
- msgstr "Juni"
1888
-
1889
- #: my-calendar-output.php:271
1890
- msgid "July"
1891
- msgstr "Juli"
1892
-
1893
- #: my-calendar-output.php:272
1894
- msgid "August"
1895
- msgstr "August"
1896
-
1897
- #: my-calendar-output.php:273
1898
- msgid "September"
1899
- msgstr "September"
1900
-
1901
- #: my-calendar-output.php:274
1902
- msgid "October"
1903
- msgstr "Oktober"
1904
-
1905
- #: my-calendar-output.php:275
1906
- msgid "November"
1907
- msgstr "November"
1908
-
1909
- #: my-calendar-output.php:276
1910
- msgid "December"
1911
- msgstr "December"
1912
-
1913
- #: my-calendar-output.php:278
1914
- msgid "Year"
1915
- msgstr "År"
1916
-
1917
- #: my-calendar-output.php:300
1918
- msgid "Go"
1919
- msgstr "Gå"
1920
-
1921
- #: my-calendar-output.php:321
1922
- msgid "View as Grid"
1923
- msgstr "Vis som gitter"
1924
-
1925
- #: my-calendar-output.php:328
1926
- msgid "View as List"
1927
- msgstr "Vis som liste"
1928
-
1929
- #: my-calendar-output.php:349
1930
- msgid "<abbr title=\"Sunday\">Sun</abbr>"
1931
- msgstr "<abbr title=\"Søndag\">Søn</abbr>"
1932
-
1933
- #: my-calendar-output.php:350
1934
- msgid "<abbr title=\"Monday\">Mon</abbr>"
1935
- msgstr "<abbr title=\"Mandag\">Man</abbr>"
1936
-
1937
- #: my-calendar-output.php:351
1938
- msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1939
- msgstr "<abbr title=\"Tirsdag\">Tirs</abbr>"
1940
-
1941
- #: my-calendar-output.php:352
1942
- msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1943
- msgstr "<abbr title=\"Onsdag\">Ons</abbr>"
1944
-
1945
- #: my-calendar-output.php:353
1946
- msgid "<abbr title=\"Thursday\">Thur</abbr>"
1947
- msgstr "<abbr title=\"Torsdag\">Tors</abbr>"
1948
-
1949
- #: my-calendar-output.php:354
1950
- msgid "<abbr title=\"Friday\">Fri</abbr>"
1951
- msgstr "<abbr title=\"Fredag\">Fre</abbr>"
1952
-
1953
- #: my-calendar-output.php:355
1954
- msgid "<abbr title=\"Saturday\">Sat</abbr>"
1955
- msgstr "<abbr title=\"Lørdag\">Lør</abbr>"
1956
-
1957
- #: my-calendar-output.php:360
1958
- msgid "<abbr title=\"Sunday\">S</abbr>"
1959
- msgstr "<abbr title=\"Søndag\">S</abbr>"
1960
-
1961
- #: my-calendar-output.php:361
1962
- msgid "<abbr title=\"Monday\">M</abbr>"
1963
- msgstr "<abbr title=\"Mandag\">M</abbr>"
1964
-
1965
- #: my-calendar-output.php:362
1966
- msgid "<abbr title=\"Tuesday\">T</abbr>"
1967
- msgstr "<abbr title=\"Tirsdag\">T</abbr>"
1968
-
1969
- #: my-calendar-output.php:363
1970
- msgid "<abbr title=\"Wednesday\">W</abbr>"
1971
- msgstr "<abbr title=\"Onsdag\">O</abbr>"
1972
-
1973
- #: my-calendar-output.php:364
1974
- msgid "<abbr title=\"Thursday\">T</abbr>"
1975
- msgstr "<abbr title=\"Torsdag\">T</abbr>"
1976
-
1977
- #: my-calendar-output.php:365
1978
- msgid "<abbr title=\"Friday\">F</abbr>"
1979
- msgstr "<abbr title=\"Fredag\">F</abbr>"
1980
-
1981
- #: my-calendar-output.php:366
1982
- msgid "<abbr title=\"Saturday\">S</abbr>"
1983
- msgstr "<abbr title=\"Lørdag\">S</abbr>"
1984
-
1985
- #: my-calendar-output.php:465
1986
- msgid "and"
1987
- msgstr "og"
1988
-
1989
- #: my-calendar-output.php:486
1990
- msgid "The week's events"
1991
- msgstr "Ugens begivenheder"
1992
-
1993
- #: my-calendar-output.php:494
1994
- msgid "Events in"
1995
- msgstr "Begivenheder i"
1996
-
1997
- #: my-calendar-output.php:496
1998
- msgid "This week's events"
1999
- msgstr "Denne uges begivenheder"
2000
-
2001
- #: my-calendar-output.php:663
2002
- msgid "There are no events scheduled during this period."
2003
- msgstr "Der er ikke planlagt begivenheder i denne periode."
2004
-
2005
- #: my-calendar-output.php:674
2006
- msgid "Category Key"
2007
- msgstr "Kategorinøgle"
2008
-
2009
- #: my-calendar-output.php:710
2010
- msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2011
- msgstr "Abonner via <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2012
-
2013
- #: my-calendar-output.php:711
2014
- msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2015
- msgstr "Download som <abbr title=\"iCal Events Export\">iCal</abbr>"
2016
-
2017
- #: my-calendar-output.php:809
2018
- msgid "(select to include)"
2019
- msgstr "(vælg for at inkludere)"
2020
-
2021
- #: my-calendar-output.php:829
2022
- #: my-calendar-output.php:832
2023
- msgid "All Categories"
2024
- msgstr "Alle kategorier"
2025
-
2026
- #: my-calendar-output.php:830
2027
- msgid "Categories"
2028
- msgstr "Kategorier"
2029
-
2030
- #: my-calendar-output.php:844
2031
- #: my-calendar-output.php:954
2032
- msgid "Submit"
2033
- msgstr "Send"
2034
-
2035
- #: my-calendar-output.php:906
2036
- #: my-calendar-output.php:924
2037
- msgid "Show all"
2038
- msgstr "Vis alle"
2039
-
2040
- #: my-calendar-output.php:922
2041
- msgid "Show events in:"
2042
- msgstr "Vis begivenheder i:"
2043
-
2044
- #. Plugin URI of the plugin/theme
2045
- msgid "http://www.joedolson.com/articles/my-calendar/"
2046
- msgstr "http://www.joedolson.com/articles/my-calendar/"
2047
-
2048
- #. Description of the plugin/theme
2049
- msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
2050
- msgstr "Brugervenlig Wordpress begivenhedskalender plugin. Vis begivenheder fra flere kalendere sider, i indlæg eller i widgets."
2051
-
2052
- #. Author of the plugin/theme
2053
- msgid "Joseph C Dolson"
2054
- msgstr "Joseph C Dolson"
2055
-
2056
- #. Author URI of the plugin/theme
2057
- msgid "http://www.joedolson.com"
2058
- msgstr "http://www.joedolson.com"
2059
-
2060
- #~ msgid "Add an Event"
2061
- #~ msgstr "Tilføj en begivenhed"
2062
-
2063
- #~ msgid "Enter \"0\" if the event should recur indefinitely."
2064
- #~ msgstr ""
2065
- #~ "Indtast \"0\", hvis begivenheden er tilbagevendende og uden slutdato."
2066
-
2067
- #~ msgid "Calendar Settings"
2068
- #~ msgstr "Kalenderindstillinger"
2069
-
2070
- #~ msgid "Calendar Options: Output"
2071
- #~ msgstr "Kalenderindstillinger: Output"
2072
-
2073
- #~ msgid "Calendar Options: Style"
2074
- #~ msgstr "Kalenderindstillinger: Output"
2075
-
2076
- #~ msgid "Calendar Options: Input"
2077
- #~ msgstr "Kalenderindstillinger: Output"
2078
-
2079
- #~ msgid "My Calendar: User Settings"
2080
- #~ msgstr "My Calendar: Brugerindstillinger"
2081
-
2082
- #~ msgid "Today's Events"
2083
- #~ msgstr "Dagens begivenheder"
2084
-
2085
- #~ msgid "There are no events currently scheduled."
2086
- #~ msgstr "Der er ikke planlagt nogen begivenheder p.t."
2087
-
2088
- #~ msgid "End Date (YYYY-MM-DD) (Optional)"
2089
- #~ msgstr "Slutdato (ÅÅÅÅ-MM-DD) (Valgfri)"
2090
-
2091
- #~ msgid ""
2092
- #~ "Optional, set blank if your event is an all-day event or does not happen "
2093
- #~ "at a specific time."
2094
- #~ msgstr ""
2095
- #~ "Valgfri, lad feltet være tomt, hvis begivenheden er en heldagsbegivenhed "
2096
- #~ "eller ikke foregår på et bestemt tidspunkt."
2097
-
2098
- #~ msgid ""
2099
- #~ "Optional. End times will not be displayed on events where this is not set."
2100
- #~ msgstr ""
2101
- #~ "Valgfri. Sluttidspunkter bliver ikke vist på begivenheder, hvor de ikke "
2102
- #~ "er valgt."
2103
-
2104
- #~ msgid ""
2105
- #~ "Entering 0 means forever, if a unit is selected. If the recurrence unit "
2106
- #~ "is left at \"Does not recur,\" the event will not reoccur."
2107
- #~ msgstr ""
2108
- #~ "Indtastning af 0 betyder \"altid\", hvis en enhed er valgt. Hvis typen af "
2109
- #~ "gentagelse er sat til \"Gentages ikke\", vil begivenheden ikke gentages."
2110
-
2111
- #~ msgid ""
2112
- #~ "The URL entered must either be prefixed with http:// or be completely "
2113
- #~ "blank"
2114
- #~ msgstr ""
2115
- #~ "Den indtastede URL skal enten være foranstillet med http:// eller være "
2116
- #~ "helt blank"
2117
-
2118
- #~ msgid "days into the future;"
2119
- #~ msgstr "dage i den kommende tid;"
2120
-
2121
- #~ msgid "days from the past"
2122
- #~ msgstr "hidtidige dage"
2123
-
2124
- #~ msgid "Show only this category:"
2125
- #~ msgstr "Vis kun denne kategori:"
2126
-
2127
- #~ msgid "Group this event as a single item"
2128
- #~ msgstr "Grupper denne begivenhed som en enkeltstående begivenhed"
2129
-
2130
- #~ msgid "Add New Category"
2131
- #~ msgstr "Tilføj Ny Kategori"
2132
-
2133
- #~ msgid ""
2134
- #~ "An event with the details you submitted could not be found in the "
2135
- #~ "database. This may indicate a problem with your database or the way in "
2136
- #~ "which it is configured."
2137
- #~ msgstr ""
2138
- #~ "En begivenhed med de angivne detaljer kunne ikke findes i databasen. "
2139
- #~ "Dette indikerer muligvis et problem med din database eller måden, den er "
2140
- #~ "konfigureret på."
2141
-
2142
- #~ msgid "Failure"
2143
- #~ msgstr "FEJL"
2144
-
2145
- #~ msgid "You can't update an event if you haven't submitted an event id"
2146
- #~ msgstr ""
2147
- #~ "Du kan ikke opdatere en begivenhed, hvis du ikke har sendt et begivenheds-"
2148
- #~ "id."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: My Calendar 1.4.3\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
+ "POT-Creation-Date: 2011-04-22 15:49:10+00:00\n"
6
+ "PO-Revision-Date: 2011-09-06 23:34+0100\n"
7
+ "Last-Translator: Jakob Smith <jakob@omkalfatring.dk>\n"
8
+ "Language-Team: omkalfatring.dk <jakob@omkalfatring.dk>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Danish\n"
14
+ "X-Poedit-Country: DENMARK\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-styles.php:79
23
+ #@ my-calendar
24
+ msgid "The stylesheet has been updated."
25
+ msgstr "Stylesheetet er blevet opdateret."
26
+
27
+ #: my-calendar-styles.php:79
28
+ #@ my-calendar
29
+ msgid "Write Error! Please verify write permissions on the style file."
30
+ msgstr "Skrivefejl! Verificer venligst, at der er skriverettigheder til style-filen."
31
+
32
+ #: my-calendar-styles.php:93
33
+ #@ my-calendar
34
+ msgid "Stylesheet reset to default."
35
+ msgstr "Stylesheet er nulstillet til default."
36
+
37
+ #: my-calendar-styles.php:96
38
+ #@ my-calendar
39
+ msgid "Style Settings Saved"
40
+ msgstr "Style-indstillinger gemt"
41
+
42
+ #: my-calendar-styles.php:105
43
+ #@ my-calendar
44
+ msgid "New theme selected."
45
+ msgstr "Nyt tema valgt."
46
+
47
+ #: my-calendar-styles.php:121
48
+ #@ my-calendar
49
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
50
+ msgstr "Den ønskede fil ser ikke ud til at eksistere. Tjek venligst filnavn og -placering!"
51
+
52
+ #: my-calendar-styles.php:129
53
+ #@ my-calendar
54
+ msgid "My Calendar Styles"
55
+ msgstr "My Calendar Styles"
56
+
57
+ #: my-calendar-styles.php:133
58
+ #@ my-calendar
59
+ msgid "Calendar Style Settings"
60
+ msgstr "Kalenders style-indstillinger"
61
+
62
+ #: my-calendar-styles.php:141
63
+ #@ my-calendar
64
+ msgid "Select My Calendar Theme"
65
+ msgstr "Vælg My Calendar-tema"
66
+
67
+ #: my-calendar-styles.php:149
68
+ #@ default
69
+ msgid "Your Custom Stylesheets"
70
+ msgstr "Dine tilpassede stylesheets"
71
+
72
+ #: my-calendar-styles.php:158
73
+ #@ my-calendar
74
+ msgid "Installed Stylesheets"
75
+ msgstr "Installerede stylesheets"
76
+
77
+ #: my-calendar-styles.php:166
78
+ #@ my-calendar
79
+ msgid "Choose Style"
80
+ msgstr "Vælg style"
81
+
82
+ #: my-calendar-styles.php:179
83
+ #@ my-calendar
84
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
85
+ msgstr "My Calendar kunne ikke opdatere dine CSS-filer under opgraderingen. Tjek venligst dine filrettigheder, hvis du ønsker at redigere dine My Calendar-styles. Dine hidtil gemte styles er herunder. Denne besked og disse styles bliver slettet fra databasen, når du med succes får opdateret dine stylesheets."
86
+
87
+ #: my-calendar-styles.php:187
88
+ #@ my-calendar
89
+ msgid "CSS Style Options"
90
+ msgstr "CSS (stylesheets)"
91
+
92
+ #: my-calendar-styles.php:189
93
+ #@ my-calendar
94
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
95
+ msgstr "Vis kun CSS på disse sider (kommaseparerede side-id'er)"
96
+
97
+ #: my-calendar-styles.php:192
98
+ #@ my-calendar
99
+ msgid "Disable My Calendar Stylesheet"
100
+ msgstr "Deaktiver My Calendar stylesheet"
101
+
102
+ #: my-calendar-styles.php:195
103
+ #@ my-calendar
104
+ msgid "Edit the stylesheet for My Calendar"
105
+ msgstr "Rediger My Calendars stylesheet"
106
+
107
+ #: my-calendar-behaviors.php:91
108
+ #: my-calendar-behaviors.php:122
109
+ #: my-calendar-behaviors.php:153
110
+ #: my-calendar-behaviors.php:184
111
+ #: my-calendar-behaviors.php:205
112
+ #@ my-calendar
113
+ msgid "Save"
114
+ msgstr "Gem"
115
+
116
+ #: button/generator.php:12
117
+ #@ my-calendar
118
+ msgid "You don't have access to this function."
119
+ msgstr "Du har ikke adgang til denne funktion."
120
+
121
+ #: button/generator.php:18
122
+ #: button/generator.php:44
123
+ #@ my-calendar
124
+ msgid "My Calendar Shortcode Generator"
125
+ msgstr "My Calendar shortcode-generator"
126
+
127
+ #: button/generator.php:68
128
+ #@ my-calendar
129
+ msgid "Format"
130
+ msgstr "Format"
131
+
132
+ #: button/generator.php:75
133
+ #@ my-calendar
134
+ msgid "Show Category Key"
135
+ msgstr "Vis kategorinøgle"
136
+
137
+ #: button/generator.php:82
138
+ #@ my-calendar
139
+ msgid "Show Previous/Next Links"
140
+ msgstr "Vis Tidligere/Næste-links"
141
+
142
+ #: button/generator.php:89
143
+ #@ my-calendar
144
+ msgid "Show Format Toggle"
145
+ msgstr "Vis format-skifter"
146
+
147
+ #: button/generator.php:96
148
+ #@ my-calendar
149
+ msgid "Time Segment"
150
+ msgstr "Tidssegment"
151
+
152
+ #: button/generator.php:105
153
+ #@ my-calendar
154
+ msgid "Generate Shortcode"
155
+ msgstr "Generer shortcode"
156
+
157
+ #: button/generator.php:117
158
+ #@ my-calendar
159
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
160
+ msgstr "My Calendar: Denne shortcode-generator sætter ikke shortcoden ind din side. Sorry!"
161
+
162
+ #: my-calendar-categories.php:103
163
+ #@ my-calendar
164
+ msgid "Category added successfully"
165
+ msgstr "Kategori tilføjet med succes"
166
+
167
+ #: my-calendar-categories.php:105
168
+ #@ my-calendar
169
+ msgid "Category addition failed."
170
+ msgstr "Tilføjelse af kategori fejlede."
171
+
172
+ #: my-calendar-categories.php:115
173
+ #@ my-calendar
174
+ msgid "Category deleted successfully. Categories in calendar updated."
175
+ msgstr "Kategori slettet med succes. Kalenderens kategorier er opdateret."
176
+
177
+ #: my-calendar-categories.php:117
178
+ #@ my-calendar
179
+ msgid "Category deleted successfully. Categories in calendar not updated."
180
+ msgstr "Kategori slettet med succes. Kalenderens kategorier er ikke opdateret."
181
+
182
+ #: my-calendar-categories.php:119
183
+ #@ my-calendar
184
+ msgid "Category not deleted. Categories in calendar updated."
185
+ msgstr "Kategori ikke slettet. Kalenderens kategorier er opdateret."
186
+
187
+ #: my-calendar-categories.php:135
188
+ #@ my-calendar
189
+ msgid "Category edited successfully"
190
+ msgstr "Kategori redigeret med succes"
191
+
192
+ #: my-calendar-categories.php:170
193
+ #: my-calendar-categories.php:195
194
+ #: my-calendar-categories.php:212
195
+ #@ my-calendar
196
+ msgid "Add Category"
197
+ msgstr "Tilføj kategori"
198
+
199
+ #: my-calendar-categories.php:172
200
+ #: my-calendar-categories.php:195
201
+ #@ my-calendar
202
+ msgid "Edit Category"
203
+ msgstr "Rediger kategori"
204
+
205
+ #: my-calendar-categories.php:179
206
+ #@ my-calendar
207
+ msgid "Category Editor"
208
+ msgstr "Kategoriredigering"
209
+
210
+ #: my-calendar-categories.php:196
211
+ #: my-calendar-categories.php:240
212
+ #@ my-calendar
213
+ msgid "Category Name"
214
+ msgstr "Kategorinavn"
215
+
216
+ #: my-calendar-categories.php:197
217
+ #@ my-calendar
218
+ msgid "Category Color (Hex format)"
219
+ msgstr "Kategorifarve (Hex format)"
220
+
221
+ #: my-calendar-categories.php:198
222
+ #: my-calendar-categories.php:242
223
+ #@ my-calendar
224
+ msgid "Category Icon"
225
+ msgstr "Kategoriikon"
226
+
227
+ #: my-calendar-categories.php:212
228
+ #: my-calendar-locations.php:215
229
+ #: my-calendar-styles.php:198
230
+ #@ my-calendar
231
+ msgid "Save Changes"
232
+ msgstr "Gem ændringer"
233
+
234
+ #: my-calendar-categories.php:228
235
+ #: my-calendar.php:168
236
+ #@ my-calendar
237
+ msgid "Manage Categories"
238
+ msgstr "Administrer kategorier"
239
+
240
+ #: my-calendar-categories.php:239
241
+ #: my-calendar-event-manager.php:934
242
+ #: my-calendar-group-manager.php:706
243
+ #: my-calendar-locations.php:275
244
+ #@ my-calendar
245
+ msgid "ID"
246
+ msgstr "id"
247
+
248
+ #: my-calendar-categories.php:241
249
+ #@ my-calendar
250
+ msgid "Category Color"
251
+ msgstr "Kategorifarve"
252
+
253
+ #: my-calendar-categories.php:243
254
+ #: my-calendar-categories.php:257
255
+ #: my-calendar-event-manager.php:1001
256
+ #: my-calendar-group-manager.php:715
257
+ #: my-calendar-locations.php:277
258
+ #: my-calendar-locations.php:289
259
+ #: my-calendar-output.php:292
260
+ #@ my-calendar
261
+ msgid "Edit"
262
+ msgstr "Rediger"
263
+
264
+ #: my-calendar-categories.php:244
265
+ #: my-calendar-categories.php:263
266
+ #: my-calendar-event-manager.php:183
267
+ #: my-calendar-event-manager.php:1004
268
+ #: my-calendar-locations.php:278
269
+ #: my-calendar-locations.php:290
270
+ #: my-calendar-output.php:293
271
+ #@ my-calendar
272
+ msgid "Delete"
273
+ msgstr "Slet"
274
+
275
+ #: my-calendar-categories.php:260
276
+ #: my-calendar-event-manager.php:982
277
+ #: my-calendar-group-manager.php:755
278
+ #: my-calendar-output.php:186
279
+ #: my-calendar-settings.php:307
280
+ #@ my-calendar
281
+ msgid "N/A"
282
+ msgstr "Ikke oplyst"
283
+
284
+ #: my-calendar-categories.php:263
285
+ #: my-calendar-locations.php:290
286
+ #@ my-calendar
287
+ msgid "Are you sure you want to delete this category?"
288
+ msgstr "Er du sikker på, at du vil slette denne kategori?"
289
+
290
+ #: my-calendar-categories.php:274
291
+ #@ my-calendar
292
+ msgid "There are no categories in the database - something has gone wrong!"
293
+ msgstr "Der er ingen kategorier i databasen - noget er gået galt!"
294
+
295
+ #: my-calendar-widgets.php:5
296
+ #@ my-calendar
297
+ msgid "My Calendar: Today's Events"
298
+ msgstr "My Calendar: Dagens begivenheder"
299
+
300
+ #: my-calendar-event-manager.php:935
301
+ #: my-calendar-group-manager.php:708
302
+ #: my-calendar-settings.php:508
303
+ #: my-calendar-widgets.php:38
304
+ #: my-calendar-widgets.php:124
305
+ #: my-calendar-widgets.php:571
306
+ #@ my-calendar
307
+ msgid "Title"
308
+ msgstr "Titel"
309
+
310
+ #: my-calendar-widgets.php:42
311
+ #: my-calendar-widgets.php:128
312
+ #@ my-calendar
313
+ msgid "Template"
314
+ msgstr "Skabelon"
315
+
316
+ #: my-calendar-widgets.php:45
317
+ #@ my-calendar
318
+ msgid "Add calendar URL to use this option."
319
+ msgstr "Du skal tilføje en kalender-URL for at bruge denne indstilling."
320
+
321
+ #: my-calendar-widgets.php:47
322
+ #: my-calendar-widgets.php:136
323
+ #@ my-calendar
324
+ msgid "Link widget title to calendar:"
325
+ msgstr "Link widget-titel til kalender:"
326
+
327
+ #: my-calendar-widgets.php:48
328
+ #: my-calendar-widgets.php:137
329
+ #@ my-calendar
330
+ msgid "Not Linked"
331
+ msgstr "Ikke linket"
332
+
333
+ #: my-calendar-widgets.php:49
334
+ #: my-calendar-widgets.php:138
335
+ #@ my-calendar
336
+ msgid "Linked"
337
+ msgstr "Linket"
338
+
339
+ #: my-calendar-widgets.php:53
340
+ #@ my-calendar
341
+ msgid "Show this text if there are no events today:"
342
+ msgstr "Vis denne tekst, hvis der ikke er begivenheder i dag:"
343
+
344
+ #: my-calendar-widgets.php:57
345
+ #: my-calendar-widgets.php:169
346
+ #: my-calendar-widgets.php:575
347
+ #@ my-calendar
348
+ msgid "Category or categories to display:"
349
+ msgstr "Kategori eller kategorier, der skal vises:"
350
+
351
+ #: my-calendar-widgets.php:78
352
+ #@ my-calendar
353
+ msgid "My Calendar: Upcoming Events"
354
+ msgstr "My Calendar: Kommende begivenheder"
355
+
356
+ #: my-calendar-widgets.php:132
357
+ #@ my-calendar
358
+ msgid "Widget Options"
359
+ msgstr "Widgetindstillinger"
360
+
361
+ #: my-calendar-widgets.php:143
362
+ #@ my-calendar
363
+ msgid "Display upcoming events by:"
364
+ msgstr "Vis kommende begivenheder med:"
365
+
366
+ #: my-calendar-widgets.php:144
367
+ #@ my-calendar
368
+ msgid "Events (e.g. 2 past, 3 future)"
369
+ msgstr "Begivenheder (f.eks. 2 overståede, 3 kommende)"
370
+
371
+ #: my-calendar-widgets.php:145
372
+ #@ my-calendar
373
+ msgid "Dates (e.g. 4 days past, 5 forward)"
374
+ msgstr "Datoer (f.eks. 4 dage bagud, 5 fremad)"
375
+
376
+ #: my-calendar-widgets.php:152
377
+ #@ my-calendar
378
+ msgid "Events sort order:"
379
+ msgstr "Sorteringsorden for begivenheder:"
380
+
381
+ #: my-calendar-widgets.php:153
382
+ #@ my-calendar
383
+ msgid "Ascending (near to far)"
384
+ msgstr "Stigende"
385
+
386
+ #: my-calendar-widgets.php:154
387
+ #@ my-calendar
388
+ msgid "Descending (far to near)"
389
+ msgstr "Faldende"
390
+
391
+ #: my-calendar-widgets.php:165
392
+ #@ my-calendar
393
+ msgid "Show this text if there are no events meeting your criteria:"
394
+ msgstr "Vis denne tekst, hvis der ikke er nogen begivenheder, der opfylder dine kriterier:"
395
+
396
+ #: my-calendar-widgets.php:530
397
+ #@ my-calendar
398
+ msgid "My Calendar: Mini Calendar"
399
+ msgstr "My Calendar: Minikalender"
400
+
401
+ #: my-calendar-widgets.php:551
402
+ #@ my-calendar
403
+ msgid "Calendar"
404
+ msgstr "Calendar"
405
+
406
+ #: my-calendar-widgets.php:579
407
+ #@ my-calendar
408
+ msgid "Show Next/Previous Navigation:"
409
+ msgstr "Vis Næste/Tidligere navigation:"
410
+
411
+ #: button/generator.php:77
412
+ #: button/generator.php:84
413
+ #: button/generator.php:91
414
+ #: my-calendar-widgets.php:580
415
+ #: my-calendar-widgets.php:586
416
+ #@ my-calendar
417
+ msgid "Yes"
418
+ msgstr "Ja"
419
+
420
+ #: button/generator.php:78
421
+ #: button/generator.php:85
422
+ #: button/generator.php:92
423
+ #: my-calendar-widgets.php:581
424
+ #: my-calendar-widgets.php:587
425
+ #@ my-calendar
426
+ msgid "No"
427
+ msgstr "Nej"
428
+
429
+ #: my-calendar-widgets.php:585
430
+ #@ my-calendar
431
+ msgid "Show Category Key:"
432
+ msgstr "Vis kategorinøgle:"
433
+
434
+ #: my-calendar-widgets.php:591
435
+ #@ my-calendar
436
+ msgid "Mini-Calendar Timespan:"
437
+ msgstr "Minikalender tidshorisont:"
438
+
439
+ #: button/generator.php:98
440
+ #: my-calendar-output.php:356
441
+ #: my-calendar-widgets.php:592
442
+ #@ my-calendar
443
+ msgid "Month"
444
+ msgstr "Måned"
445
+
446
+ #: button/generator.php:99
447
+ #: my-calendar-widgets.php:593
448
+ #@ my-calendar
449
+ msgid "Week"
450
+ msgstr "Uge"
451
+
452
+ #: my-calendar-settings.php:52
453
+ #@ my-calendar
454
+ msgid "Categories imported successfully."
455
+ msgstr "Kategorier importeret med succes"
456
+
457
+ #: my-calendar-settings.php:52
458
+ #@ my-calendar
459
+ msgid "Categories not imported."
460
+ msgstr "Kategorier blev ikke importeret"
461
+
462
+ #: my-calendar-settings.php:53
463
+ #@ my-calendar
464
+ msgid "Events imported successfully."
465
+ msgstr "Begivenheder importeret med succes"
466
+
467
+ #: my-calendar-settings.php:53
468
+ #@ my-calendar
469
+ msgid "Events not imported."
470
+ msgstr "Begivenheder blev ikke importeret"
471
+
472
+ #: my-calendar-settings.php:89
473
+ #@ my-calendar
474
+ msgid "Permissions Settings saved"
475
+ msgstr "Indstillinger for tilladelser gemt"
476
+
477
+ #: my-calendar-settings.php:134
478
+ #@ my-calendar
479
+ msgid "Output Settings saved"
480
+ msgstr "Outputindstillinger gemt"
481
+
482
+ #: my-calendar-settings.php:153
483
+ #@ my-calendar
484
+ msgid "Input Settings saved"
485
+ msgstr "Inputindstillinger gemt"
486
+
487
+ #: my-calendar-settings.php:180
488
+ #@ my-calendar
489
+ msgid "Custom text settings saved"
490
+ msgstr "Indstillinger for tekst gemt"
491
+
492
+ #: my-calendar-settings.php:192
493
+ #@ my-calendar
494
+ msgid "Email notice settings saved"
495
+ msgstr "Indstillinger for e-mail-notifikationer gemt"
496
+
497
+ #: my-calendar-settings.php:206
498
+ #@ my-calendar
499
+ msgid "User custom settings saved"
500
+ msgstr "Indstillinger for brugere gemt"
501
+
502
+ #: my-calendar-settings.php:237
503
+ #@ my-calendar
504
+ msgid "My Calendar Options"
505
+ msgstr "My Calendar indstillinger"
506
+
507
+ #: my-calendar-settings.php:241
508
+ #@ my-calendar
509
+ msgid "Calendar Management Settings"
510
+ msgstr "Indstillinger for kalenderadministration"
511
+
512
+ #: my-calendar-settings.php:246
513
+ #@ my-calendar
514
+ msgid "Calendar Options: Management"
515
+ msgstr "Kalenderindstillinger: Administration"
516
+
517
+ #: my-calendar-settings.php:248
518
+ #@ my-calendar
519
+ msgid "Lowest user group that may create events"
520
+ msgstr "Laveste brugerrolle, der må oprette begivenheder"
521
+
522
+ #: my-calendar-settings.php:249
523
+ #: my-calendar-settings.php:258
524
+ #@ my-calendar
525
+ msgid "Subscriber"
526
+ msgstr "Abonnent"
527
+
528
+ #: my-calendar-settings.php:250
529
+ #: my-calendar-settings.php:259
530
+ #: my-calendar-settings.php:267
531
+ #@ my-calendar
532
+ msgid "Contributor"
533
+ msgstr "Bidragyder"
534
+
535
+ #: my-calendar-event-manager.php:940
536
+ #: my-calendar-group-manager.php:713
537
+ #: my-calendar-settings.php:251
538
+ #: my-calendar-settings.php:260
539
+ #: my-calendar-settings.php:268
540
+ #: my-calendar-settings.php:511
541
+ #@ my-calendar
542
+ msgid "Author"
543
+ msgstr "Forfatter"
544
+
545
+ #: my-calendar-settings.php:252
546
+ #: my-calendar-settings.php:261
547
+ #: my-calendar-settings.php:269
548
+ #@ my-calendar
549
+ msgid "Editor"
550
+ msgstr "Redaktør"
551
+
552
+ #: my-calendar-settings.php:253
553
+ #: my-calendar-settings.php:262
554
+ #: my-calendar-settings.php:270
555
+ #@ my-calendar
556
+ msgid "Administrator"
557
+ msgstr "Administrator"
558
+
559
+ #: my-calendar-settings.php:257
560
+ #@ my-calendar
561
+ msgid "Lowest user group that may approve events"
562
+ msgstr "Laveste brugerrolle, der må godkende begivenheder"
563
+
564
+ #: my-calendar-settings.php:263
565
+ #@ my-calendar
566
+ msgid "Enable approval options."
567
+ msgstr "Aktiver indstillinger for godkendelse."
568
+
569
+ #: my-calendar-settings.php:266
570
+ #@ my-calendar
571
+ msgid "Lowest user group that may edit or delete all events"
572
+ msgstr "Laveste brugerrolle, der må redigere eller slette enhver begivenhed"
573
+
574
+ #: my-calendar-settings.php:272
575
+ #@ my-calendar
576
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
577
+ msgstr "Per default kan kun administratorer redigere og slette enhver begivenhed. Andre brugere kan kun redigere og slette begivenheder, som de selv har oprettet."
578
+
579
+ #: my-calendar-settings.php:299
580
+ #@ my-calendar
581
+ msgid "Calendar Text Settings"
582
+ msgstr "Indstillinger for kalenderens tekst"
583
+
584
+ #: my-calendar-settings.php:304
585
+ #@ my-calendar
586
+ msgid "Calendar Options: Customizable Text Fields"
587
+ msgstr "Kalenderindstillinger: Tekst-felter, der kan tilpasses"
588
+
589
+ #: my-calendar-settings.php:307
590
+ #@ my-calendar
591
+ msgid "Label for events without a set time"
592
+ msgstr "Etiket for begivenheder uden et specifikt tidspunkt"
593
+
594
+ #: my-calendar-settings.php:310
595
+ #@ my-calendar
596
+ msgid "Previous events link"
597
+ msgstr "Link til tidligere begivenheder"
598
+
599
+ #: my-calendar-settings.php:310
600
+ #@ my-calendar
601
+ msgid "Previous Events"
602
+ msgstr "Tidligere begivenheder"
603
+
604
+ #: my-calendar-settings.php:313
605
+ #@ my-calendar
606
+ msgid "Next events link"
607
+ msgstr "Link til kommende begivenheder"
608
+
609
+ #: my-calendar-settings.php:313
610
+ #@ my-calendar
611
+ msgid "Next Events"
612
+ msgstr "Kommende begivenheder"
613
+
614
+ #: my-calendar-settings.php:316
615
+ #@ my-calendar
616
+ msgid "If events are open"
617
+ msgstr "Hvis begivenheder er åbne"
618
+
619
+ #: my-calendar-settings.php:316
620
+ #@ my-calendar
621
+ msgid "Registration is open"
622
+ msgstr "Der er åbent for tilmelding"
623
+
624
+ #: my-calendar-settings.php:319
625
+ #@ my-calendar
626
+ msgid "If events are closed"
627
+ msgstr "Hvis begivenheder er lukkede"
628
+
629
+ #: my-calendar-settings.php:319
630
+ #@ my-calendar
631
+ msgid "Registration is closed"
632
+ msgstr "Der er lukket for tilmelding"
633
+
634
+ #: my-calendar-settings.php:325
635
+ #@ my-calendar
636
+ msgid "Additional caption:"
637
+ msgstr "Yderligere forklarende tekst:"
638
+
639
+ #: my-calendar-settings.php:325
640
+ #@ my-calendar
641
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
642
+ msgstr "Den forklarende tekst er den tekst, der indeholder den viste måned og år i enten liste- eller kalendervisning. Den her indtastede tekst vises efter den eksisterende tekst."
643
+
644
+ #: my-calendar-settings.php:330
645
+ #@ my-calendar
646
+ msgid "Save Custom Text Settings"
647
+ msgstr "Gem indstillinger for tekst"
648
+
649
+ #: my-calendar-settings.php:336
650
+ #@ my-calendar
651
+ msgid "Calendar Output Settings"
652
+ msgstr "Indstillinger for output"
653
+
654
+ #: my-calendar-settings.php:342
655
+ #@ my-calendar
656
+ msgid "Calendar Options: Customize the Output of your Calendar"
657
+ msgstr "Kalenderindstillinger: Tilpas din kalenders output"
658
+
659
+ #: my-calendar-settings.php:426
660
+ #@ my-calendar
661
+ msgid "Event title template"
662
+ msgstr "Skabelon for begivenhedstitel"
663
+
664
+ #: my-calendar-settings.php:609
665
+ #@ my-calendar
666
+ msgid "All template shortcodes are available."
667
+ msgstr "Alle skabelon-shortcodes er tilgængelige."
668
+
669
+ #: my-calendar-settings.php:372
670
+ #: my-calendar-settings.php:375
671
+ #: my-calendar-settings.php:378
672
+ #@ my-calendar
673
+ msgid "Current:"
674
+ msgstr "Nuværende:"
675
+
676
+ #: my-calendar-settings.php:505
677
+ #@ my-calendar
678
+ msgid "Default Sort order for Admin Events List"
679
+ msgstr "Standard sorteringsorden for begivenhedslisten på administrationssiden"
680
+
681
+ #: my-calendar-settings.php:507
682
+ #@ my-calendar
683
+ msgid "Event ID"
684
+ msgstr "Begivenheds-id"
685
+
686
+ #: my-calendar-event-manager.php:937
687
+ #: my-calendar-group-manager.php:710
688
+ #: my-calendar-settings.php:509
689
+ #@ my-calendar
690
+ msgid "Description"
691
+ msgstr "Beskrivelse"
692
+
693
+ #: my-calendar-event-manager.php:938
694
+ #: my-calendar-group-manager.php:711
695
+ #: my-calendar-settings.php:510
696
+ #@ my-calendar
697
+ msgid "Start Date"
698
+ msgstr "Startdato"
699
+
700
+ #: my-calendar-event-manager.php:941
701
+ #: my-calendar-group-manager.php:714
702
+ #: my-calendar-settings.php:512
703
+ #@ my-calendar
704
+ msgid "Category"
705
+ msgstr "Kategori"
706
+
707
+ #: button/generator.php:55
708
+ #: my-calendar-settings.php:513
709
+ #: my-calendar-settings.php:686
710
+ #@ my-calendar
711
+ msgid "Location Name"
712
+ msgstr "Stednavn"
713
+
714
+ #: my-calendar-settings.php:484
715
+ #@ my-calendar
716
+ msgid "Holiday Category"
717
+ msgstr "Feriekategori"
718
+
719
+ #: my-calendar-settings.php:403
720
+ #@ my-calendar
721
+ msgid "Show Weekends on Calendar"
722
+ msgstr "Vis weekender i kalender"
723
+
724
+ #: my-calendar-settings.php:393
725
+ #@ my-calendar
726
+ msgid "Display a jumpbox for changing month and year quickly?"
727
+ msgstr "Vis en popup-boks til hurtig ændring af måned og år?"
728
+
729
+ #: my-calendar-settings.php:455
730
+ #@ my-calendar
731
+ msgid "Show short description field on calendar."
732
+ msgstr "Vis den korte beskrivelse i kalenderen."
733
+
734
+ #: my-calendar-settings.php:458
735
+ #@ my-calendar
736
+ msgid "Show full description field on calendar."
737
+ msgstr "Vis den fulde beskrivelse i kalenderen."
738
+
739
+ #: my-calendar-settings.php:384
740
+ #@ my-calendar
741
+ msgid "Show link to My Calendar RSS feed."
742
+ msgstr "Vis link til My Calendar RSS-feed."
743
+
744
+ #: my-calendar-settings.php:387
745
+ #@ my-calendar
746
+ msgid "Show link to iCal format download."
747
+ msgstr "Vis link til download i iCal-format."
748
+
749
+ #: my-calendar-settings.php:470
750
+ #@ my-calendar
751
+ msgid "Default usage of category colors."
752
+ msgstr "Standard brug af kategorifarver"
753
+
754
+ #: my-calendar-settings.php:471
755
+ #@ my-calendar
756
+ msgid "Apply category colors to event titles as a font color."
757
+ msgstr "Brug kategorifarver som skriftfarve i begivenhedstitler."
758
+
759
+ #: my-calendar-settings.php:472
760
+ #@ my-calendar
761
+ msgid "Apply category colors to event titles as a background color."
762
+ msgstr "Brug kategorifarver som baggrundsfarve i begivenhedstitler"
763
+
764
+ #: my-calendar-settings.php:340
765
+ #: my-calendar-settings.php:521
766
+ #@ my-calendar
767
+ msgid "Save Output Settings"
768
+ msgstr "Gem outputindstillinger"
769
+
770
+ #: my-calendar-settings.php:527
771
+ #@ my-calendar
772
+ msgid "Calendar Input Settings"
773
+ msgstr "Indstillinger for input"
774
+
775
+ #: my-calendar-settings.php:532
776
+ #@ my-calendar
777
+ msgid "Select which input fields will be available when adding or editing events."
778
+ msgstr "Vælg hvilke input-felter, der skal være tilgængelige ved oprettelse eller redigering af begivenheder."
779
+
780
+ #: my-calendar-settings.php:537
781
+ #@ my-calendar
782
+ msgid "Show Event Location Dropdown Menu"
783
+ msgstr "Vis begivenhedssted i dropdownmenu"
784
+
785
+ #: my-calendar-settings.php:537
786
+ #@ my-calendar
787
+ msgid "Show Event Short Description field"
788
+ msgstr "Vis feltet \"Kort beskrivelse af begivenhed\""
789
+
790
+ #: my-calendar-settings.php:537
791
+ #@ my-calendar
792
+ msgid "Show Event Description Field"
793
+ msgstr "Vis feltet \"Beskrivelse af begivenhed\""
794
+
795
+ #: my-calendar-settings.php:537
796
+ #@ my-calendar
797
+ msgid "Show Event Category field"
798
+ msgstr "Begivenheds kategori"
799
+
800
+ #: my-calendar-settings.php:537
801
+ #@ my-calendar
802
+ msgid "Show Event Link field"
803
+ msgstr "Vis feltet \"Begivenhedslink\""
804
+
805
+ #: my-calendar-settings.php:537
806
+ #@ my-calendar
807
+ msgid "Show Event Recurrence Options"
808
+ msgstr "Vis indstillinger for tilbagevendende begivenheder"
809
+
810
+ #: my-calendar-settings.php:537
811
+ #@ default
812
+ msgid "Use HTML Editor in Event Description Field"
813
+ msgstr "Brug HTML-editor i feltet \"Beskrivelse af begivenhed\""
814
+
815
+ #: my-calendar-settings.php:550
816
+ #@ my-calendar
817
+ msgid "Administrators see all input options"
818
+ msgstr "Lad administratorer se alle inputmuligheder"
819
+
820
+ #: my-calendar-settings.php:555
821
+ #@ my-calendar
822
+ msgid "Save Input Settings"
823
+ msgstr "Gem indstillinger for input"
824
+
825
+ #: my-calendar-settings.php:590
826
+ #@ my-calendar
827
+ msgid "Calendar Email Settings"
828
+ msgstr "Indstillinger for e-mail-notifikationer"
829
+
830
+ #: my-calendar-settings.php:595
831
+ #@ my-calendar
832
+ msgid "Calendar Options: Email Notifications"
833
+ msgstr "Kalenderindstillinger: Notifikationer pr. e-mail"
834
+
835
+ #: my-calendar-settings.php:599
836
+ #@ my-calendar
837
+ msgid "Send Email Notifications when new events are scheduled or reserved."
838
+ msgstr "Send notifikationer pr. e-mail, når nye begivenheder publiceres eller reserveres."
839
+
840
+ #: my-calendar-settings.php:602
841
+ #@ my-calendar
842
+ msgid "Notification messages are sent to: "
843
+ msgstr "Notifikationer pr. e-mail sendes til: "
844
+
845
+ #: my-calendar-settings.php:605
846
+ #@ my-calendar
847
+ msgid "Email subject"
848
+ msgstr "E-mail emne"
849
+
850
+ #: my-calendar-settings.php:605
851
+ #@ my-calendar
852
+ msgid "New event Added"
853
+ msgstr "Ny begivenhed tilføjet"
854
+
855
+ #: my-calendar-settings.php:608
856
+ #@ my-calendar
857
+ msgid "Message Body"
858
+ msgstr "E-mail indhold"
859
+
860
+ #: my-calendar-settings.php:608
861
+ #@ my-calendar
862
+ msgid "New Event:"
863
+ msgstr "Ny begivenhed:"
864
+
865
+ #: my-calendar-settings.php:609
866
+ #@ my-calendar
867
+ msgid "Shortcode Help"
868
+ msgstr "Hjælp til shortcodes"
869
+
870
+ #: my-calendar-settings.php:614
871
+ #@ my-calendar
872
+ msgid "Save Email Settings"
873
+ msgstr "Gem indstillinger for e-mail-notifikationer"
874
+
875
+ #: my-calendar-settings.php:620
876
+ #@ my-calendar
877
+ msgid "Calendar User Settings"
878
+ msgstr "Indstillinger for brugere"
879
+
880
+ #: my-calendar-settings.php:627
881
+ #@ my-calendar
882
+ msgid "Settings which can be configured in registered user's accounts"
883
+ msgstr "Indstillinger, som kan konfigureres af registrerede brugere i deres profiler."
884
+
885
+ #: my-calendar-settings.php:629
886
+ #@ my-calendar
887
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
888
+ msgstr "Tillad registrerede brugere at forudindstille værdier for tidszone eller sted i deres brugerprofiler."
889
+
890
+ #: my-calendar-settings.php:641
891
+ #@ my-calendar
892
+ msgid "Timezone Settings"
893
+ msgstr "Indstillinger for tidszone"
894
+
895
+ #: my-calendar-settings.php:642
896
+ #@ my-calendar
897
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
898
+ msgstr "Disse indstillinger giver registrerede brugere muligheden for at vælge en tidszone i deres brugerprofil. Når brugeren ser din kalender, bliver begivenhedernes tidspunkt vist i brugerens tidszone såvel som den indtastede værdi."
899
+
900
+ #: my-calendar-settings.php:644
901
+ #@ my-calendar
902
+ msgid "Enable Timezone"
903
+ msgstr "Brug tidszone"
904
+
905
+ #: my-calendar-settings.php:647
906
+ #@ my-calendar
907
+ msgid "Select Timezone Label"
908
+ msgstr "Vælg tidszoneetiket"
909
+
910
+ #: my-calendar-settings.php:650
911
+ #@ my-calendar
912
+ msgid "Timezone Options"
913
+ msgstr "Tidszone valgmuligheder"
914
+
915
+ #: my-calendar-settings.php:650
916
+ #: my-calendar-settings.php:674
917
+ #@ my-calendar
918
+ msgid "Value, Label; one per line"
919
+ msgstr "Værdi; Etiket; én per linie"
920
+
921
+ #: my-calendar-settings.php:662
922
+ #@ my-calendar
923
+ msgid "Location Settings"
924
+ msgstr "Indstillinger for steder"
925
+
926
+ #: my-calendar-settings.php:665
927
+ #@ my-calendar
928
+ msgid "Enable Location"
929
+ msgstr "Brug sted"
930
+
931
+ #: my-calendar-settings.php:671
932
+ #@ my-calendar
933
+ msgid "Select Location Label"
934
+ msgstr "Vælg etiket for sted"
935
+
936
+ #: my-calendar-settings.php:674
937
+ #@ my-calendar
938
+ msgid "Location Options"
939
+ msgstr "Sted valgmuligheder"
940
+
941
+ #: my-calendar-settings.php:684
942
+ #@ my-calendar
943
+ msgid "Location Type"
944
+ msgstr "Stedtype"
945
+
946
+ #: button/generator.php:56
947
+ #: my-calendar-event-manager.php:762
948
+ #: my-calendar-group-manager.php:460
949
+ #: my-calendar-locations.php:150
950
+ #: my-calendar-settings.php:687
951
+ #@ my-calendar
952
+ msgid "City"
953
+ msgstr "By"
954
+
955
+ #: my-calendar-event-manager.php:769
956
+ #: my-calendar-group-manager.php:460
957
+ #: my-calendar-locations.php:157
958
+ #: my-calendar-settings.php:688
959
+ #@ my-calendar
960
+ msgid "State/Province"
961
+ msgstr "Stat/Provins"
962
+
963
+ #: button/generator.php:59
964
+ #: my-calendar-event-manager.php:794
965
+ #: my-calendar-group-manager.php:466
966
+ #: my-calendar-locations.php:182
967
+ #: my-calendar-settings.php:689
968
+ #@ my-calendar
969
+ msgid "Country"
970
+ msgstr "Land"
971
+
972
+ #: button/generator.php:58
973
+ #: my-calendar-event-manager.php:776
974
+ #: my-calendar-group-manager.php:460
975
+ #: my-calendar-locations.php:164
976
+ #: my-calendar-settings.php:690
977
+ #@ my-calendar
978
+ msgid "Postal Code"
979
+ msgstr "Postnummer"
980
+
981
+ #: button/generator.php:60
982
+ #: my-calendar-event-manager.php:785
983
+ #: my-calendar-event-manager.php:810
984
+ #: my-calendar-group-manager.php:463
985
+ #: my-calendar-group-manager.php:476
986
+ #: my-calendar-locations.php:173
987
+ #: my-calendar-locations.php:198
988
+ #: my-calendar-settings.php:691
989
+ #@ my-calendar
990
+ msgid "Region"
991
+ msgstr "Region"
992
+
993
+ #: my-calendar-settings.php:697
994
+ #@ my-calendar
995
+ msgid "Save User Settings"
996
+ msgstr "Gem indstillinger for brugere"
997
+
998
+ #: my-calendar-event-manager.php:102
999
+ #: my-calendar-settings.php:711
1000
+ #@ my-calendar
1001
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
1002
+ msgstr "My Calendar har registreret, at du har Kieran O'Sheas Calendar-plugin installeret. Du kan importere begivenheder og kategorier derfra til din My Calendar-database. Ønsker du at gøre dette?"
1003
+
1004
+ #: my-calendar-event-manager.php:109
1005
+ #: my-calendar-settings.php:718
1006
+ #@ my-calendar
1007
+ msgid "Import from Calendar"
1008
+ msgstr "Importer fra Calendar"
1009
+
1010
+ #: my-calendar-help.php:7
1011
+ #@ my-calendar
1012
+ msgid "How to use My Calendar"
1013
+ msgstr "Sådan bruger du My Calendar"
1014
+
1015
+ #: my-calendar-help.php:12
1016
+ #@ my-calendar
1017
+ msgid "Shortcode Syntax"
1018
+ msgstr "Shortcode-syntaks"
1019
+
1020
+ #: my-calendar-help.php:15
1021
+ #@ my-calendar
1022
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1023
+ msgstr "Disse shortcodes kan bruges i Indlæg, Sider eller i text widgets."
1024
+
1025
+ #: my-calendar-help.php:17
1026
+ #@ my-calendar
1027
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
1028
+ msgstr "Primær kalender-shortcode (liste eller gitter, ugentlig eller månedlig visning)"
1029
+
1030
+ #: my-calendar-help.php:19
1031
+ #@ my-calendar
1032
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
1033
+ msgstr "Denne basale shortcode vil vise kalenderen i et indlæg eller en side, inklusiv alle kategorier og kategorinøglen, i et traditionelt måned-for-måned format."
1034
+
1035
+ #: my-calendar-help.php:35
1036
+ #@ my-calendar
1037
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
1038
+ msgstr "Den primære My Calendar-shortcode kan genereres fra en knap i indlægget/sidens editor. Minikalenderen kan også tilgås og konfigureres som en widget."
1039
+
1040
+ #: my-calendar-help.php:37
1041
+ #@ my-calendar
1042
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
1043
+ msgstr "Yderligere kalendervisninger (Kommende begivenheder, dagens begivenheder)"
1044
+
1045
+ #: my-calendar-help.php:42
1046
+ #@ my-calendar
1047
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1048
+ msgstr "Forudsigeligt nok viser denne shortcode outputtet fra widgetten Dagens Begivenheder, med tre indstillelige attributter: <code>category</code>, <code>template</code> og <code>fallback</code>."
1049
+
1050
+ #: my-calendar-help.php:45
1051
+ #@ my-calendar
1052
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
1053
+ msgstr "Både Kommende begivenheder og Dagens begivenheder kan også konfigureres vha. widgets."
1054
+
1055
+ #: my-calendar-help.php:48
1056
+ #@ my-calendar
1057
+ msgid "Supplement Features (Locations filter, Categories filter)"
1058
+ msgstr "Supplerende funktioner (Sted-filter, Kategori-filter)"
1059
+
1060
+ #: my-calendar-help.php:51
1061
+ #@ my-calendar
1062
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
1063
+ msgstr "Denne shortcode giver som output en liste over begivenhedssteder, enten som en liste af links eller som en dropdown-menu. Attributten <code>show</code> kan enten sættes til <code>list</code> eller <code>form</code>, <code>type</code>. Attributten <code>type</code> kan enten være <code>saved</code> (henter data fra dine gemte steder) eller <code>custom</code> (henter data ud fra de indstillinger, der er valgt i hver brugerprofil). Attributten <code>datatype</code> sættes til den datatype, som der begrænses ud fra: <code>name</code> (stednavn), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postnummer) eller <code>region</code>."
1064
+
1065
+ #: my-calendar-help.php:57
1066
+ #@ my-calendar
1067
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
1068
+ msgstr "Denne shortcode viser en liste af begivenhedskategorier, enten som en liste af links eller som en dropdown-menu, der kan vælges fra. Attributten <code>show</code> kan enten være <code>list</code> eller <code>form</code>."
1069
+
1070
+ #: my-calendar-help.php:63
1071
+ #@ my-calendar
1072
+ msgid "Category Icons"
1073
+ msgstr "Kategoriikoner"
1074
+
1075
+ #: my-calendar-help.php:66
1076
+ #@ my-calendar
1077
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
1078
+ msgstr "My Calendar er designet til at kunne administrere flere kalendere. Udgangspunktet for dette er kategorier; du kan let opsætte en kalenderside, som inkluderer alle kategorier, eller du kan dedikere separate sider til kalendere i hver kategori. Dette kunne f.eks. være relevant, hvis du skulle administrere tourkalenderne for flere bands eller begivenhedskalenderne for en række forskellige steder."
1079
+
1080
+ #: my-calendar-help.php:69
1081
+ #@ my-calendar
1082
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
1083
+ msgstr "De præinstallerede kategoriikoner er måske ikke specielt velegnede til dit formål eller design. Jeg går ud fra, at du gerne vil uploade dine egne ikoner &mdash; alt du behøver at gøre er at uploade dem til mappen icons i pluginnets mappe i wp-content/plugins. Derefter er de klar til brug med det samme. Du kan også placere dem i en mappe kaldet \"my-calendar-custom\" for at undgå, at de bliver overskrevet ved opgradering af pluginnet."
1084
+
1085
+ #: my-calendar-help.php:69
1086
+ #@ my-calendar
1087
+ msgid "Your icons folder is:"
1088
+ msgstr "Din mappe til ikoner er:"
1089
+
1090
+ #: my-calendar-help.php:69
1091
+ #@ my-calendar
1092
+ msgid "You can alternately place icons in:"
1093
+ msgstr "Du kan alternativt placere ikoner i:"
1094
+
1095
+ #: my-calendar-help.php:77
1096
+ #@ my-calendar
1097
+ msgid "Custom Styles"
1098
+ msgstr "Tilpassede styles"
1099
+
1100
+ #: my-calendar-help.php:80
1101
+ #@ my-calendar
1102
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1103
+ msgstr "My Calendar kommer med fire grundlæggende stylesheets. My Calendar gemmer ændringer i disse stylesheets ved opgradering, men hvis du ønsker at tilføje et helt nyt stylesheet, er det en god ide at gemme det i My Calendars mappe for tilpassede styles."
1104
+
1105
+ #: my-calendar-help.php:83
1106
+ #@ my-calendar
1107
+ msgid "Your stylesheet directory is"
1108
+ msgstr "Din mappe til stylesheets er"
1109
+
1110
+ #: my-calendar-help.php:84
1111
+ #@ my-calendar
1112
+ msgid "Your custom stylesheets directory is"
1113
+ msgstr "Din mappe til tilpassede stylesheets er"
1114
+
1115
+ #: my-calendar-help.php:92
1116
+ #@ my-calendar
1117
+ msgid "Widget Templating"
1118
+ msgstr "Widgetskabeloner"
1119
+
1120
+ #: my-calendar-help.php:95
1121
+ #@ my-calendar
1122
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
1123
+ msgstr "Disse koder er tilgængelige i kalenderwidgets, e-mail-notifikationer og begivenhedstitler."
1124
+
1125
+ #: my-calendar-help.php:220
1126
+ #@ my-calendar
1127
+ msgid "Displays the name of the category the event is in."
1128
+ msgstr "Viser navnet på kategorien, som begivenheden er i."
1129
+
1130
+ #: my-calendar-help.php:100
1131
+ #@ my-calendar
1132
+ msgid "Displays the title of the event."
1133
+ msgstr "Viser begivenhedens titel."
1134
+
1135
+ #: my-calendar-help.php:106
1136
+ #@ my-calendar
1137
+ msgid "Displays the start time for the event."
1138
+ msgstr "Viser begivenhedens starttidspunkt."
1139
+
1140
+ #: my-calendar-help.php:115
1141
+ #@ my-calendar
1142
+ msgid "Displays the date on which the event begins."
1143
+ msgstr "Viser begivenhedens startdato."
1144
+
1145
+ #: my-calendar-help.php:118
1146
+ #@ my-calendar
1147
+ msgid "Displays the date on which the event ends."
1148
+ msgstr "Viser begivenhedens slutdato."
1149
+
1150
+ #: my-calendar-help.php:121
1151
+ #@ my-calendar
1152
+ msgid "Displays the time at which the event ends."
1153
+ msgstr "Viser begivenhedens sluttidspunkt."
1154
+
1155
+ #: my-calendar-help.php:130
1156
+ #@ my-calendar
1157
+ msgid "Displays the WordPress author who posted the event."
1158
+ msgstr "Viser den WordPress-forfatter, der publicerede begivenheden."
1159
+
1160
+ #: my-calendar-help.php:133
1161
+ #@ my-calendar
1162
+ msgid "Displays the name of the person assigned as host for the event."
1163
+ msgstr "Viser navnet på den person, der står som vært for begivenheden."
1164
+
1165
+ #: my-calendar-help.php:154
1166
+ #@ my-calendar
1167
+ msgid "Displays the URL provided for the event."
1168
+ msgstr "Viser URL'en, der er indtastet i begivenhedens oplysninger."
1169
+
1170
+ #: my-calendar-help.php:169
1171
+ #@ my-calendar
1172
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
1173
+ msgstr "Giver et link til en autogenereret side, der indeholder al information om den givne begivenhed."
1174
+
1175
+ #: my-calendar-help.php:169
1176
+ #@ my-calendar
1177
+ msgid "Requires that the site URL has been provided on the Settings page"
1178
+ msgstr "Kræver at side-URL'en er indtastet under Indstillinger"
1179
+
1180
+ #: my-calendar-help.php:145
1181
+ #@ my-calendar
1182
+ msgid "Displays the description of the event."
1183
+ msgstr "Viser beskrivelsen af begivenhden."
1184
+
1185
+ #: my-calendar-help.php:103
1186
+ #@ my-calendar
1187
+ msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
1188
+ msgstr "Viser begivenhedens titel som et link, hvis en URL er tilgængelig, eller titlen alene, hvis en URL ikke er tilgængelig."
1189
+
1190
+ #: my-calendar-help.php:181
1191
+ #@ my-calendar
1192
+ msgid "Displays the name of the location of the event."
1193
+ msgstr "Viser navnet på begivenhedens sted."
1194
+
1195
+ #: my-calendar-help.php:184
1196
+ #@ my-calendar
1197
+ msgid "Displays the first line of the site address."
1198
+ msgstr "Viser første linie af stedets gadenavn."
1199
+
1200
+ #: my-calendar-help.php:187
1201
+ #@ my-calendar
1202
+ msgid "Displays the second line of the site address."
1203
+ msgstr "Viser anden linie af stedets gadenavn."
1204
+
1205
+ #: my-calendar-help.php:202
1206
+ #@ my-calendar
1207
+ msgid "Displays the country for the event location."
1208
+ msgstr "Viser landet i begivenhedens stedoplysninger."
1209
+
1210
+ #: my-calendar-help.php:211
1211
+ #@ my-calendar
1212
+ msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1213
+ msgstr "Viser begivenhedens adresse i <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1214
+
1215
+ #: my-calendar-help.php:214
1216
+ #@ my-calendar
1217
+ msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1218
+ msgstr "Viser et link til et Google Kort over begivenhedens sted, hvis tilstrækkelige adresseinformationer er tilgængelig. Hvis ikke, vises der ikke et kort."
1219
+
1220
+ #: my-calendar-help.php:172
1221
+ #@ my-calendar
1222
+ msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1223
+ msgstr "Viser tekst, der indikerer om der er åbent eller lukket for tilmelding til begivenheden; viser ikke noget, hvis dette er valgt i indstillingerne for begivenheden."
1224
+
1225
+ #: my-calendar-help.php:139
1226
+ #@ my-calendar
1227
+ msgid "Displays the short version of the event description."
1228
+ msgstr "Viser den korte beskrivelse af begivenheden."
1229
+
1230
+ #: my-calendar-help.php:175
1231
+ #@ my-calendar
1232
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1233
+ msgstr "Viser begivenhedens aktuelle status: Enten \"Publiceret\" eller \"Reserveret\" - bruges primært i e-mail-skabeloner."
1234
+
1235
+ #: my-calendar-help.php:223
1236
+ #@ my-calendar
1237
+ msgid "Produces the address of the current event's category icon."
1238
+ msgstr "Giver adressen til den aktuelle begivenheds kategoriikon."
1239
+
1240
+ #: my-calendar-help.php:229
1241
+ #@ my-calendar
1242
+ msgid "Produces the hex code for the current event's category color."
1243
+ msgstr "Giver hexkoden til den aktuelle begivenheds kategorifarve."
1244
+
1245
+ #: my-calendar-help.php:260
1246
+ #@ my-calendar
1247
+ msgid "Helpful Information"
1248
+ msgstr "Nyttig information"
1249
+
1250
+ #: my-calendar-help.php:263
1251
+ #@ my-calendar
1252
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
1253
+ msgstr "<strong>Afinstallering af pluginnet</strong>: Selvom standarden og forventningen til WordPress plugins er, at afinstallering sletter alle specielle database-tabeller, pluginnet har oprettet, gør My Calendar <em>ikke dette</em> ved afinstallering. Dette var en bevidst beslutning fra min side -- data, der er gemt i My calendar-tabellerne er dine data; med \"General\"-kategorien som eneste undtagelse, har du tilføjet hver eneste stump data selv. Af denne grund føler jeg, at det ville være en kæmpe bjørnetjeneste over for dig, hvis disse informationer blev slettet ved afinstallering af pluginnet. Derfor skal du selv fjerne My Calendar-tabellerne fra databasen, hvis du vil fjerne ethvert spor af pluginnet. Hvis du gør det, vil alle My Calendars indstillinger blive slettet."
1254
+
1255
+ #: my-calendar-help.php:266
1256
+ #@ my-calendar
1257
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
1258
+ msgstr "<strong>Donationer</strong>: Jeg sætter pris på ethvert beløb, du kan give. $2 synes måske ikke af meget, men det kan virkelig løbe op, når tusinder af personer bruger softwaren. Bemærk venligst, at jeg er en non-profit organisation og dine bidrag kan ikke trækkes fra i skatten. Tak!"
1259
+
1260
+ #: my-calendar-core.php:70
1261
+ #: my-calendar.php:171
1262
+ #@ my-calendar
1263
+ msgid "Settings"
1264
+ msgstr "Indstillinger"
1265
+
1266
+ #: my-calendar-core.php:71
1267
+ #: my-calendar.php:175
1268
+ #@ my-calendar
1269
+ msgid "Help"
1270
+ msgstr "Hjælp"
1271
+
1272
+ #: my-calendar-core.php:953
1273
+ #@ my-calendar
1274
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1275
+ msgstr "Lige nu tillader du abonnenter at indsende begivenheder, men du bruger ikke Akismet. My Calendar kan bruge Akismet til at checke for spam i indsendelser af begivenheder. <a href='https://akismet.com/signup/'>F&aring; en Akismet API nøgle nu.</a>"
1276
+
1277
+ #: my-calendar-behaviors.php:43
1278
+ #@ my-calendar
1279
+ msgid "Behavior Settings saved"
1280
+ msgstr "Indstillinger for kalenderopførsel gemt"
1281
+
1282
+ #: my-calendar-behaviors.php:67
1283
+ #@ my-calendar
1284
+ msgid "My Calendar Behaviors"
1285
+ msgstr "My Calendar opførsel"
1286
+
1287
+ #: my-calendar-behaviors.php:72
1288
+ #@ my-calendar
1289
+ msgid "Calendar Behavior Settings"
1290
+ msgstr "Indstillinger for kalenderopførsel"
1291
+
1292
+ #: my-calendar-behaviors.php:77
1293
+ #@ my-calendar
1294
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1295
+ msgstr "Vis kun Javascript på disse sider (kommaseparerede side-id'er)"
1296
+
1297
+ #: my-calendar-behaviors.php:83
1298
+ #@ my-calendar
1299
+ msgid "Calendar Behaviors: Calendar View"
1300
+ msgstr "Kalenderopførsel: Kalendervisning"
1301
+
1302
+ #: my-calendar-behaviors.php:85
1303
+ #@ my-calendar
1304
+ msgid "Disable Calendar Javascript Effects"
1305
+ msgstr "Deaktiver Kalenderens javascripteffekter"
1306
+
1307
+ #: my-calendar-behaviors.php:88
1308
+ #@ my-calendar
1309
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1310
+ msgstr "Rediger jQuery-scripts til My Calendar i kalendervisning."
1311
+
1312
+ #: my-calendar-behaviors.php:114
1313
+ #@ my-calendar
1314
+ msgid "Calendar Behaviors: List View"
1315
+ msgstr "Kalenderopførsel: Listevisning"
1316
+
1317
+ #: my-calendar-behaviors.php:116
1318
+ #@ my-calendar
1319
+ msgid "Disable List Javascript Effects"
1320
+ msgstr "Deaktiver listevisningens javascripteffekter"
1321
+
1322
+ #: my-calendar-behaviors.php:119
1323
+ #@ my-calendar
1324
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1325
+ msgstr "Rediger jQuery-scripts til My Calendar i listevisning"
1326
+
1327
+ #: my-calendar-behaviors.php:145
1328
+ #@ my-calendar
1329
+ msgid "Calendar Behaviors: Mini Calendar View"
1330
+ msgstr "Kalenderopførsel: Minikalendervisning"
1331
+
1332
+ #: my-calendar-behaviors.php:147
1333
+ #@ my-calendar
1334
+ msgid "Disable Mini Javascript Effects"
1335
+ msgstr "Deaktiver minikalendervisningens javascripteffekter"
1336
+
1337
+ #: my-calendar-behaviors.php:150
1338
+ #@ my-calendar
1339
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1340
+ msgstr "Rediger jQuery-scripts til My Calendar i minikalendervisning"
1341
+
1342
+ #: my-calendar-behaviors.php:176
1343
+ #@ my-calendar
1344
+ msgid "Calendar Behaviors: AJAX Navigation"
1345
+ msgstr "Kalenderopførsel: AJAX-navigation"
1346
+
1347
+ #: my-calendar-behaviors.php:178
1348
+ #@ my-calendar
1349
+ msgid "Disable AJAX Effects"
1350
+ msgstr "DeaktiverAJAX-effekter"
1351
+
1352
+ #: my-calendar-behaviors.php:181
1353
+ #@ my-calendar
1354
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1355
+ msgstr "Rediger jQuery-scripts til My Calendar AJAX-javascript"
1356
+
1357
+ #: my-calendar-upgrade-db.php:17
1358
+ #: my-calendar-upgrade-db.php:25
1359
+ #@ my-calendar
1360
+ msgid "The My Calendar database needs to be updated."
1361
+ msgstr "My Calendars database skal opdateres"
1362
+
1363
+ #: my-calendar-upgrade-db.php:18
1364
+ #: my-calendar-upgrade-db.php:38
1365
+ #@ my-calendar
1366
+ msgid "Update now"
1367
+ msgstr "Opdater nu"
1368
+
1369
+ #: my-calendar-upgrade-db.php:37
1370
+ #@ my-calendar
1371
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1372
+ msgstr "Du har ikke tilføjet nogen begivenheder, så My Calendar ved ikke om din database har brug for at blive opdateret. Opgrader din database, hvis du ikke kan tilføje begivenheder!"
1373
+
1374
+ #: my-calendar-upgrade-db.php:47
1375
+ #@ my-calendar
1376
+ msgid "My Calendar Database is updated."
1377
+ msgstr "My Calendars database er opdateret."
1378
+
1379
+ #: my-calendar.php:130
1380
+ #@ my-calendar
1381
+ msgid "Get Support"
1382
+ msgstr "Få support"
1383
+
1384
+ #: my-calendar.php:132
1385
+ #: my-calendar.php:175
1386
+ #@ my-calendar
1387
+ msgid "My Calendar Help"
1388
+ msgstr "My Calendar hjælp"
1389
+
1390
+ #: my-calendar.php:133
1391
+ #@ my-calendar
1392
+ msgid "Make a Donation"
1393
+ msgstr "Giv en donation"
1394
+
1395
+ #: my-calendar.php:158
1396
+ #: my-calendar.php:161
1397
+ #@ my-calendar
1398
+ msgid "My Calendar"
1399
+ msgstr "My Calendar"
1400
+
1401
+ #: my-calendar.php:167
1402
+ #@ my-calendar
1403
+ msgid "Add/Edit Events"
1404
+ msgstr "Tilføj/Rediger begivenheder"
1405
+
1406
+ #: my-calendar-locations.php:263
1407
+ #: my-calendar.php:170
1408
+ #@ my-calendar
1409
+ msgid "Manage Locations"
1410
+ msgstr "Administrer steder"
1411
+
1412
+ #: my-calendar.php:172
1413
+ #@ my-calendar
1414
+ msgid "Style Editor"
1415
+ msgstr "Stylesheets"
1416
+
1417
+ #: my-calendar.php:173
1418
+ #@ my-calendar
1419
+ msgid "Behavior Editor"
1420
+ msgstr "Rediger kalenderopførsel"
1421
+
1422
+ #: my-calendar-event-manager.php:919
1423
+ #: my-calendar-templates.php:203
1424
+ #@ my-calendar
1425
+ msgid "Published"
1426
+ msgstr "Publiceret"
1427
+
1428
+ #: my-calendar-event-manager.php:920
1429
+ #: my-calendar-templates.php:203
1430
+ #@ my-calendar
1431
+ msgid "Reserved"
1432
+ msgstr "Reserveret"
1433
+
1434
+ #: my-calendar-user.php:36
1435
+ #@ my-calendar
1436
+ msgid "My Calendar User Settings"
1437
+ msgstr "My Calendar brugerindstillinger"
1438
+
1439
+ #: my-calendar-event-manager.php:114
1440
+ #@ my-calendar
1441
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
1442
+ msgstr "Selvom det er muligt, at denne import ikke kan importere dine begivenheder korrekt, skulle det ikke have nogen indvirkning på din eksisterende Calendar-database. <a href=\"http://www.joedolson.com/contact.php\">Kontakt mig venligst</a>, hvis du kommer ud for problemer."
1443
+
1444
+ #: my-calendar-event-manager.php:161
1445
+ #, php-format
1446
+ #@ my-calendar
1447
+ msgid "%1$d events deleted successfully out of %2$d selected"
1448
+ msgstr "%1$d begivenheder slettet med succes, ud af %2$d valgte"
1449
+
1450
+ #: my-calendar-event-manager.php:163
1451
+ #: my-calendar-event-manager.php:323
1452
+ #: my-calendar-event-manager.php:356
1453
+ #: my-calendar-event-manager.php:373
1454
+ #: my-calendar-event-manager.php:389
1455
+ #: my-calendar-event-manager.php:1184
1456
+ #: my-calendar-event-manager.php:1187
1457
+ #: my-calendar-event-manager.php:1190
1458
+ #: my-calendar-event-manager.php:1199
1459
+ #: my-calendar-event-manager.php:1206
1460
+ #: my-calendar-event-manager.php:1222
1461
+ #: my-calendar-event-manager.php:1228
1462
+ #: my-calendar-group-manager.php:57
1463
+ #: my-calendar-group-manager.php:83
1464
+ #: my-calendar-group-manager.php:150
1465
+ #: my-calendar-group-manager.php:576
1466
+ #@ my-calendar
1467
+ msgid "Error"
1468
+ msgstr "Fejl"
1469
+
1470
+ #: my-calendar-event-manager.php:163
1471
+ #@ my-calendar
1472
+ msgid "Your events have not been deleted. Please investigate."
1473
+ msgstr "Dine begivenheder er ikke blevet slettet. Undersøg venligst problemet."
1474
+
1475
+ #: my-calendar-event-manager.php:174
1476
+ #@ my-calendar
1477
+ msgid "Delete Event"
1478
+ msgstr "Slet begivenhed"
1479
+
1480
+ #: my-calendar-event-manager.php:174
1481
+ #@ my-calendar
1482
+ msgid "Are you sure you want to delete this event?"
1483
+ msgstr "Er du sikker på, at du vil slette denne begivenhed?"
1484
+
1485
+ #: my-calendar-event-manager.php:191
1486
+ #@ my-calendar
1487
+ msgid "You do not have permission to delete that event."
1488
+ msgstr "Du har ikke tilladelse til at slette denne begivenhed."
1489
+
1490
+ #: my-calendar-event-manager.php:206
1491
+ #@ my-calendar
1492
+ msgid "You do not have permission to approve that event."
1493
+ msgstr "Du har ikke tilladelse til at godkende denne begivenhed."
1494
+
1495
+ #: my-calendar-event-manager.php:221
1496
+ #@ my-calendar
1497
+ msgid "You do not have permission to reject that event."
1498
+ msgstr "Du har ikke tilladelse til at afvise denne begivenhed."
1499
+
1500
+ #: my-calendar-event-manager.php:273
1501
+ #: my-calendar-group-manager.php:773
1502
+ #@ my-calendar
1503
+ msgid "Edit Event"
1504
+ msgstr "Rediger begivenhed"
1505
+
1506
+ #: my-calendar-event-manager.php:277
1507
+ #: my-calendar-event-manager.php:288
1508
+ #@ my-calendar
1509
+ msgid "You must provide an event id in order to edit it"
1510
+ msgstr "Du skal angive et begivenheds-id for at kunne redigere den"
1511
+
1512
+ #: my-calendar-event-manager.php:284
1513
+ #@ my-calendar
1514
+ msgid "Copy Event"
1515
+ msgstr "Kopier begivenhed"
1516
+
1517
+ #: my-calendar-core.php:858
1518
+ #: my-calendar-event-manager.php:296
1519
+ #@ my-calendar
1520
+ msgid "Add Event"
1521
+ msgstr "Tilføj begivenhed"
1522
+
1523
+ #: my-calendar-event-manager.php:323
1524
+ #@ my-calendar
1525
+ msgid "I'm sorry! I couldn't add that event to the database."
1526
+ msgstr "Beklager! Jeg kunne ikke tilføje den begivenhed til databasen."
1527
+
1528
+ #: my-calendar-event-manager.php:333
1529
+ #@ my-calendar
1530
+ msgid "Event added. It will now show in your calendar."
1531
+ msgstr "Begivenhed tilføjet. Den vises nu i din kalender."
1532
+
1533
+ #: my-calendar-event-manager.php:356
1534
+ #: my-calendar-group-manager.php:150
1535
+ #@ my-calendar
1536
+ msgid "Your event was not updated."
1537
+ msgstr "Din begivenhed blev ikke opdateret."
1538
+
1539
+ #: my-calendar-event-manager.php:358
1540
+ #: my-calendar-group-manager.php:59
1541
+ #: my-calendar-group-manager.php:85
1542
+ #: my-calendar-group-manager.php:152
1543
+ #@ my-calendar
1544
+ msgid "Nothing was changed in that update."
1545
+ msgstr "Intet blev ændret i denne opdatering af begivenheden."
1546
+
1547
+ #: my-calendar-event-manager.php:362
1548
+ #: my-calendar-group-manager.php:61
1549
+ #: my-calendar-group-manager.php:154
1550
+ #@ my-calendar
1551
+ msgid "Event updated successfully"
1552
+ msgstr "Begivenhed opdateret med succes"
1553
+
1554
+ #: my-calendar-event-manager.php:366
1555
+ #: my-calendar-group-manager.php:158
1556
+ #@ my-calendar
1557
+ msgid "You do not have sufficient permissions to edit that event."
1558
+ msgstr "Du har ikke tilstrækkelige tilladelser til at redigere denne begivenhed."
1559
+
1560
+ #: my-calendar-event-manager.php:373
1561
+ #@ my-calendar
1562
+ msgid "You can't delete an event if you haven't submitted an event id"
1563
+ msgstr "Du kan ikke redigere en begivenhed, hvis du ikke har sendt et begivenheds-id."
1564
+
1565
+ #: my-calendar-event-manager.php:387
1566
+ #@ my-calendar
1567
+ msgid "Event deleted successfully"
1568
+ msgstr "Begivenhed slettet med succes"
1569
+
1570
+ #: my-calendar-event-manager.php:389
1571
+ #@ my-calendar
1572
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
1573
+ msgstr "Selvom der blev sendt en forespørgsel om sletning, eksisterer begivenheden stadig i databasen. Undersøg venligst."
1574
+
1575
+ #: my-calendar-event-manager.php:401
1576
+ #: my-calendar-group-manager.php:169
1577
+ #@ my-calendar
1578
+ msgid "Sorry! That's an invalid event key."
1579
+ msgstr "Beklager! Det er et ugyldigt begivenheds-id."
1580
+
1581
+ #: my-calendar-event-manager.php:405
1582
+ #: my-calendar-group-manager.php:173
1583
+ #@ my-calendar
1584
+ msgid "Sorry! We couldn't find an event with that ID."
1585
+ msgstr "Beklager! Vi kunne ikke finde en begivenhed med det id."
1586
+
1587
+ #: my-calendar-event-manager.php:430
1588
+ #@ my-calendar
1589
+ msgid "This event must be approved in order for it to appear on the calendar."
1590
+ msgstr "Denne begivenhed skal godkendes for at blive vist i kalenderen."
1591
+
1592
+ #: my-calendar-event-manager.php:439
1593
+ #: my-calendar-event-manager.php:473
1594
+ #@ my-calendar
1595
+ msgid "Save Event"
1596
+ msgstr "Gem begivenhed"
1597
+
1598
+ #: my-calendar-event-manager.php:487
1599
+ #: my-calendar-group-manager.php:290
1600
+ #@ my-calendar
1601
+ msgid "Enter your Event Information"
1602
+ msgstr "Indtast oplysninger om begivenheden"
1603
+
1604
+ #: my-calendar-event-manager.php:489
1605
+ #: my-calendar-group-manager.php:292
1606
+ #@ my-calendar
1607
+ msgid "Event Title"
1608
+ msgstr "Begivenhedens titel"
1609
+
1610
+ #: my-calendar-event-manager.php:489
1611
+ #: my-calendar-event-manager.php:618
1612
+ #: my-calendar-group-manager.php:292
1613
+ #@ my-calendar
1614
+ msgid "(required)"
1615
+ msgstr "(påkrævet)"
1616
+
1617
+ #: my-calendar-event-manager.php:493
1618
+ #@ my-calendar
1619
+ msgid "Publish"
1620
+ msgstr "Publicer"
1621
+
1622
+ #: my-calendar-event-manager.php:493
1623
+ #@ my-calendar
1624
+ msgid "You must approve this event to promote it to the calendar."
1625
+ msgstr "Du skal godkende denne begivenhed for at den bliver vist i kalenderen."
1626
+
1627
+ #: my-calendar-event-manager.php:495
1628
+ #@ my-calendar
1629
+ msgid "An administrator must approve your new event."
1630
+ msgstr "En administrator skal godkende din nye begivenhed."
1631
+
1632
+ #: my-calendar-event-manager.php:508
1633
+ #@ my-calendar
1634
+ msgid "This event is not spam"
1635
+ msgstr "Denne begivenhed er ikke spam"
1636
+
1637
+ #: my-calendar-event-manager.php:515
1638
+ #: my-calendar-group-manager.php:306
1639
+ #@ my-calendar
1640
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1641
+ msgstr "Beskrivelse af begivenhed (<abbr title=\"hypertext markup language\">HTML</abbr> tilladt)"
1642
+
1643
+ #: my-calendar-event-manager.php:545
1644
+ #: my-calendar-group-manager.php:331
1645
+ #@ my-calendar
1646
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1647
+ msgstr "Kort beskrivelse af begivenhed (<abbr title=\"hypertext markup language\">HTML</abbr> tilladt)"
1648
+
1649
+ #: my-calendar-event-manager.php:549
1650
+ #: my-calendar-group-manager.php:335
1651
+ #@ my-calendar
1652
+ msgid "Event Host"
1653
+ msgstr "Begivenhedens vært"
1654
+
1655
+ #: my-calendar-event-manager.php:568
1656
+ #: my-calendar-group-manager.php:354
1657
+ #@ my-calendar
1658
+ msgid "Event Category"
1659
+ msgstr "Begivenheds kategori"
1660
+
1661
+ #: my-calendar-event-manager.php:593
1662
+ #: my-calendar-group-manager.php:379
1663
+ #@ my-calendar
1664
+ msgid "Event Link (Optional)"
1665
+ msgstr "Begivenhedslink (valgfri)"
1666
+
1667
+ #: my-calendar-event-manager.php:593
1668
+ #: my-calendar-group-manager.php:379
1669
+ #@ my-calendar
1670
+ msgid "This link will expire when the event passes."
1671
+ msgstr "Dette link udløber, når begivenheden er overstået."
1672
+
1673
+ #: my-calendar-event-manager.php:601
1674
+ #@ my-calendar
1675
+ msgid "Event Date and Time"
1676
+ msgstr "Begivenheds dato og tidspunkt"
1677
+
1678
+ #: my-calendar-event-manager.php:618
1679
+ #@ my-calendar
1680
+ msgid "Start Date (YYYY-MM-DD)"
1681
+ msgstr "Startdato (ÅÅÅÅ-MM-DD)"
1682
+
1683
+ #: my-calendar-event-manager.php:618
1684
+ #@ my-calendar
1685
+ msgid "Time (hh:mm am/pm)"
1686
+ msgstr "Tidspunkt (tt:mm am/pm)"
1687
+
1688
+ #: my-calendar-event-manager.php:627
1689
+ #@ my-calendar
1690
+ msgid "End Date (YYYY-MM-DD)"
1691
+ msgstr "Slutdato (ÅÅÅÅ-MM-DD)"
1692
+
1693
+ #: my-calendar-event-manager.php:627
1694
+ #@ my-calendar
1695
+ msgid "End Time (hh:mm am/pm)"
1696
+ msgstr "Sluttidspunkt (tt:mm am/pm)"
1697
+
1698
+ #: my-calendar-event-manager.php:646
1699
+ #@ my-calendar
1700
+ msgid "Current time difference from GMT is "
1701
+ msgstr "Nuværende tidsforskel fra GMT er "
1702
+
1703
+ #: my-calendar-event-manager.php:646
1704
+ #@ my-calendar
1705
+ msgid " hour(s)"
1706
+ msgstr " time(r)."
1707
+
1708
+ #: my-calendar-event-manager.php:655
1709
+ #@ my-calendar
1710
+ msgid "Recurring Events"
1711
+ msgstr "Tilbagevendende begivenheder"
1712
+
1713
+ #: my-calendar-event-manager.php:658
1714
+ #@ my-calendar
1715
+ msgid "Repeats for"
1716
+ msgstr "Gentages"
1717
+
1718
+ #: my-calendar-event-manager.php:659
1719
+ #@ my-calendar
1720
+ msgid "Units"
1721
+ msgstr "gange"
1722
+
1723
+ #: my-calendar-event-manager.php:660
1724
+ #: my-calendar-templates.php:115
1725
+ #@ my-calendar
1726
+ msgid "Does not recur"
1727
+ msgstr "Gentages ikke"
1728
+
1729
+ #: my-calendar-event-manager.php:661
1730
+ #: my-calendar-event-manager.php:974
1731
+ #: my-calendar-group-manager.php:747
1732
+ #: my-calendar-templates.php:116
1733
+ #@ my-calendar
1734
+ msgid "Daily"
1735
+ msgstr "Dagligt"
1736
+
1737
+ #: my-calendar-event-manager.php:663
1738
+ #: my-calendar-event-manager.php:976
1739
+ #: my-calendar-group-manager.php:749
1740
+ #: my-calendar-templates.php:118
1741
+ #@ my-calendar
1742
+ msgid "Weekly"
1743
+ msgstr "Ugentligt"
1744
+
1745
+ #: my-calendar-event-manager.php:664
1746
+ #: my-calendar-templates.php:119
1747
+ #@ my-calendar
1748
+ msgid "Bi-weekly"
1749
+ msgstr "Hveranden uge"
1750
+
1751
+ #: my-calendar-event-manager.php:665
1752
+ #@ my-calendar
1753
+ msgid "Date of Month (e.g., the 24th of each month)"
1754
+ msgstr "Dato i måneden (f.eks. den 24. i hver måned)"
1755
+
1756
+ #: my-calendar-event-manager.php:666
1757
+ #@ my-calendar
1758
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
1759
+ msgstr "Dag i måneden (f.eks. den 3. mandag i hver måned)"
1760
+
1761
+ #: my-calendar-event-manager.php:667
1762
+ #: my-calendar-templates.php:122
1763
+ #@ my-calendar
1764
+ msgid "Annually"
1765
+ msgstr "Årligt"
1766
+
1767
+ #: my-calendar-event-manager.php:669
1768
+ #@ my-calendar
1769
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1770
+ msgstr "Indtast \"0\", hvis begivenheden skal gentages uendeligt. Din indtastning er antallet af begivenheder efter den første forekomst af begivenheden: Hvis der indtastes <em>2</em> betyder det, at begivenheden sker 3 gange."
1771
+
1772
+ #: my-calendar-event-manager.php:686
1773
+ #: my-calendar-group-manager.php:390
1774
+ #@ my-calendar
1775
+ msgid "Event Registration Status"
1776
+ msgstr "Status for tilmelding til begivenhed"
1777
+
1778
+ #: my-calendar-event-manager.php:687
1779
+ #: my-calendar-group-manager.php:391
1780
+ #@ my-calendar
1781
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1782
+ msgstr "My Calendar administrerer ikke tilmeldinger til begivenheder. Brug kun dette til at give information."
1783
+
1784
+ #: my-calendar-event-manager.php:689
1785
+ #: my-calendar-group-manager.php:393
1786
+ #@ my-calendar
1787
+ msgid "Open"
1788
+ msgstr "Åben"
1789
+
1790
+ #: my-calendar-event-manager.php:690
1791
+ #: my-calendar-group-manager.php:394
1792
+ #@ my-calendar
1793
+ msgid "Closed"
1794
+ msgstr "Lukket"
1795
+
1796
+ #: my-calendar-event-manager.php:691
1797
+ #: my-calendar-group-manager.php:395
1798
+ #@ my-calendar
1799
+ msgid "Does not apply"
1800
+ msgstr "Ikke relevant"
1801
+
1802
+ #: my-calendar-event-manager.php:694
1803
+ #: my-calendar-group-manager.php:398
1804
+ #@ my-calendar
1805
+ msgid "If this event recurs, it can only be registered for as a complete series."
1806
+ msgstr "Hvis denne begivenhed gentages, kan tilmelding kun ske til den samlede serie af begivenheder."
1807
+
1808
+ #: my-calendar-event-manager.php:711
1809
+ #: my-calendar-group-manager.php:415
1810
+ #: my-calendar-locations.php:127
1811
+ #@ my-calendar
1812
+ msgid "Event Location"
1813
+ msgstr "Begivenhedens sted"
1814
+
1815
+ #: my-calendar-event-manager.php:718
1816
+ #: my-calendar-group-manager.php:422
1817
+ #@ my-calendar
1818
+ msgid "Choose a preset location:"
1819
+ msgstr "Vælg et forudindstillet sted:"
1820
+
1821
+ #: my-calendar-event-manager.php:732
1822
+ #: my-calendar-group-manager.php:436
1823
+ #@ my-calendar
1824
+ msgid "Add recurring locations for later use."
1825
+ msgstr "Tilføj tilbagevendende steder til senere brug."
1826
+
1827
+ #: my-calendar-event-manager.php:741
1828
+ #: my-calendar-group-manager.php:445
1829
+ #: my-calendar-locations.php:129
1830
+ #@ my-calendar
1831
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
1832
+ msgstr "Alle stedrelaterede felter er valgfri: <em>Utilstrækkelige oplysninger kan resultere i et upræcist kort</em>."
1833
+
1834
+ #: my-calendar-event-manager.php:744
1835
+ #: my-calendar-group-manager.php:448
1836
+ #: my-calendar-locations.php:132
1837
+ #@ my-calendar
1838
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
1839
+ msgstr "Stednavn (f.eks. <em>Joe's Bar & Grill</em>)"
1840
+
1841
+ #: my-calendar-event-manager.php:753
1842
+ #: my-calendar-group-manager.php:451
1843
+ #: my-calendar-locations.php:141
1844
+ #@ my-calendar
1845
+ msgid "Street Address"
1846
+ msgstr "Gadenavn"
1847
+
1848
+ #: my-calendar-event-manager.php:756
1849
+ #: my-calendar-group-manager.php:454
1850
+ #: my-calendar-locations.php:144
1851
+ #@ my-calendar
1852
+ msgid "Street Address (2)"
1853
+ msgstr "Gadenavn (2)"
1854
+
1855
+ #: my-calendar-event-manager.php:803
1856
+ #: my-calendar-group-manager.php:469
1857
+ #: my-calendar-locations.php:191
1858
+ #@ my-calendar
1859
+ msgid "Initial Zoom"
1860
+ msgstr "Indledende Zoom"
1861
+
1862
+ #: my-calendar-event-manager.php:805
1863
+ #: my-calendar-group-manager.php:471
1864
+ #: my-calendar-locations.php:193
1865
+ #@ my-calendar
1866
+ msgid "Neighborhood"
1867
+ msgstr "Nabolag"
1868
+
1869
+ #: my-calendar-event-manager.php:806
1870
+ #: my-calendar-group-manager.php:472
1871
+ #: my-calendar-locations.php:194
1872
+ #@ my-calendar
1873
+ msgid "Small City"
1874
+ msgstr "Lille By"
1875
+
1876
+ #: my-calendar-event-manager.php:807
1877
+ #: my-calendar-group-manager.php:473
1878
+ #: my-calendar-locations.php:195
1879
+ #@ my-calendar
1880
+ msgid "Large City"
1881
+ msgstr "Stor By"
1882
+
1883
+ #: my-calendar-event-manager.php:808
1884
+ #: my-calendar-group-manager.php:474
1885
+ #: my-calendar-locations.php:196
1886
+ #@ my-calendar
1887
+ msgid "Greater Metro Area"
1888
+ msgstr "Større byområde"
1889
+
1890
+ #: button/generator.php:57
1891
+ #: my-calendar-event-manager.php:809
1892
+ #: my-calendar-group-manager.php:475
1893
+ #: my-calendar-locations.php:197
1894
+ #@ my-calendar
1895
+ msgid "State"
1896
+ msgstr "Kommune"
1897
+
1898
+ #: my-calendar-event-manager.php:817
1899
+ #: my-calendar-group-manager.php:483
1900
+ #: my-calendar-locations.php:205
1901
+ #@ my-calendar
1902
+ msgid "GPS Coordinates (optional)"
1903
+ msgstr "GPS-koordinater (valgfri)"
1904
+
1905
+ #: my-calendar-event-manager.php:819
1906
+ #: my-calendar-group-manager.php:485
1907
+ #@ my-calendar
1908
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1909
+ msgstr "Hvis du oplyser GPS-koordinater for dit sted, bliver de brugt i stedet for alle de andre adresseoplysninger til at oprette dit link til kortet."
1910
+
1911
+ #: my-calendar-event-manager.php:822
1912
+ #: my-calendar-group-manager.php:488
1913
+ #: my-calendar-locations.php:210
1914
+ #@ my-calendar
1915
+ msgid "Latitude"
1916
+ msgstr "Breddegrad"
1917
+
1918
+ #: my-calendar-event-manager.php:822
1919
+ #: my-calendar-group-manager.php:488
1920
+ #: my-calendar-locations.php:211
1921
+ #@ my-calendar
1922
+ msgid "Longitude"
1923
+ msgstr "Længdegrad"
1924
+
1925
+ #: my-calendar-event-manager.php:916
1926
+ #@ my-calendar
1927
+ msgid "Manage Events"
1928
+ msgstr "Administrer begivenheder"
1929
+
1930
+ #: my-calendar-event-manager.php:921
1931
+ #@ my-calendar
1932
+ msgid "All"
1933
+ msgstr "Alle"
1934
+
1935
+ #: my-calendar-event-manager.php:931
1936
+ #: my-calendar-group-manager.php:703
1937
+ #@ my-calendar
1938
+ msgid "Table of Calendar Events"
1939
+ msgstr "Tabel over begivenheder i kalenderen"
1940
+
1941
+ #: my-calendar-event-manager.php:936
1942
+ #: my-calendar-group-manager.php:709
1943
+ #: my-calendar-locations.php:276
1944
+ #@ my-calendar
1945
+ msgid "Location"
1946
+ msgstr "Sted"
1947
+
1948
+ #: my-calendar-event-manager.php:939
1949
+ #: my-calendar-group-manager.php:712
1950
+ #@ my-calendar
1951
+ msgid "Recurs"
1952
+ msgstr "Gentages"
1953
+
1954
+ #: my-calendar-event-manager.php:942
1955
+ #@ my-calendar
1956
+ msgid "Edit / Delete"
1957
+ msgstr "Rediger / Slet"
1958
+
1959
+ #: my-calendar-event-manager.php:973
1960
+ #: my-calendar-group-manager.php:746
1961
+ #@ my-calendar
1962
+ msgid "Never"
1963
+ msgstr "Aldrig"
1964
+
1965
+ #: my-calendar-event-manager.php:977
1966
+ #: my-calendar-group-manager.php:750
1967
+ #@ my-calendar
1968
+ msgid "Bi-Weekly"
1969
+ msgstr "Hveranden uge"
1970
+
1971
+ #: my-calendar-event-manager.php:978
1972
+ #: my-calendar-group-manager.php:751
1973
+ #@ my-calendar
1974
+ msgid "Monthly (by date)"
1975
+ msgstr "Månedlig (efter dato)"
1976
+
1977
+ #: my-calendar-event-manager.php:979
1978
+ #: my-calendar-group-manager.php:752
1979
+ #@ my-calendar
1980
+ msgid "Monthly (by day)"
1981
+ msgstr "Månedlig (efter dag)"
1982
+
1983
+ #: my-calendar-event-manager.php:980
1984
+ #: my-calendar-group-manager.php:753
1985
+ #@ my-calendar
1986
+ msgid "Yearly"
1987
+ msgstr "Årligt"
1988
+
1989
+ #: my-calendar-event-manager.php:983
1990
+ #: my-calendar-group-manager.php:756
1991
+ #@ my-calendar
1992
+ msgid "Forever"
1993
+ msgstr "Altid"
1994
+
1995
+ #: my-calendar-event-manager.php:999
1996
+ #@ my-calendar
1997
+ msgid "Copy"
1998
+ msgstr "Kopier"
1999
+
2000
+ #: my-calendar-event-manager.php:1005
2001
+ #: my-calendar-group-manager.php:779
2002
+ #@ my-calendar
2003
+ msgid "Not editable."
2004
+ msgstr "Ikke redigerbar."
2005
+
2006
+ #: my-calendar-event-manager.php:1011
2007
+ #@ my-calendar
2008
+ msgid "Reject"
2009
+ msgstr "Afvis"
2010
+
2011
+ #: my-calendar-event-manager.php:1013
2012
+ #@ my-calendar
2013
+ msgid "Approve"
2014
+ msgstr "Godkend"
2015
+
2016
+ #: my-calendar-event-manager.php:1018
2017
+ #@ my-calendar
2018
+ msgid "Approved"
2019
+ msgstr "Godkendt"
2020
+
2021
+ #: my-calendar-event-manager.php:1020
2022
+ #@ my-calendar
2023
+ msgid "Rejected"
2024
+ msgstr "Afvist"
2025
+
2026
+ #: my-calendar-event-manager.php:1022
2027
+ #@ my-calendar
2028
+ msgid "Awaiting Approval"
2029
+ msgstr "Afventer godkendelse"
2030
+
2031
+ #: my-calendar-event-manager.php:1033
2032
+ #@ my-calendar
2033
+ msgid "Delete checked events"
2034
+ msgstr "Slet valgte begivenheder"
2035
+
2036
+ #: my-calendar-event-manager.php:1044
2037
+ #: my-calendar-group-manager.php:793
2038
+ #@ my-calendar
2039
+ msgid "There are no events in the database!"
2040
+ msgstr "Der er ingen begivenheder i databasen!"
2041
+
2042
+ #: my-calendar-event-manager.php:1184
2043
+ #@ my-calendar
2044
+ msgid "Your event end date must be either after or the same as your event begin date"
2045
+ msgstr "Din begivenheds slutdato må enten ligge efter eller være lig med begivenhedens startdato."
2046
+
2047
+ #: my-calendar-event-manager.php:1187
2048
+ #@ my-calendar
2049
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
2050
+ msgstr "Din datoformattering er korrekt, men en eller flere af dine datoer er ugyldige. Tjek for fejl relateret til enten antal dage i måneden eller skudår."
2051
+
2052
+ #: my-calendar-event-manager.php:1190
2053
+ #@ my-calendar
2054
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
2055
+ msgstr "Både start- og slutdato skal være i formatet ÅÅÅÅ-MM-DD"
2056
+
2057
+ #: my-calendar-event-manager.php:1199
2058
+ #@ my-calendar
2059
+ msgid "The time field must either be blank or be entered in the format hh:mm"
2060
+ msgstr "Feltet for tidspunkt skal enten være blankt eller indtastes i formatet tt:mm"
2061
+
2062
+ #: my-calendar-event-manager.php:1206
2063
+ #@ my-calendar
2064
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
2065
+ msgstr "Feltet for slutdato skal enten være blankt eller indtastes i formatet tt:mm"
2066
+
2067
+ #: my-calendar-event-manager.php:1222
2068
+ #: my-calendar-group-manager.php:576
2069
+ #@ my-calendar
2070
+ msgid "The event title must be between 1 and 255 characters in length."
2071
+ msgstr "Begivenhedens titel skal være mellem 1 og 255 tegn i længde."
2072
+
2073
+ #: my-calendar-event-manager.php:1228
2074
+ #@ my-calendar
2075
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
2076
+ msgstr "Værdien for gentagelse skal være 0, medmindre der er er valgt en type af gentagelse."
2077
+
2078
+ #: my-calendar-locations.php:44
2079
+ #@ my-calendar
2080
+ msgid "Location added successfully"
2081
+ msgstr "Sted tilføjet med succes"
2082
+
2083
+ #: my-calendar-locations.php:46
2084
+ #@ my-calendar
2085
+ msgid "Location could not be added to database"
2086
+ msgstr "Stedet kunne ikke føjes til databasen."
2087
+
2088
+ #: my-calendar-locations.php:52
2089
+ #@ my-calendar
2090
+ msgid "Location deleted successfully"
2091
+ msgstr "Sted slettet med succes"
2092
+
2093
+ #: my-calendar-locations.php:54
2094
+ #@ my-calendar
2095
+ msgid "Location could not be deleted"
2096
+ msgstr "Stedet kunne ikke slettes"
2097
+
2098
+ #: my-calendar-locations.php:80
2099
+ #@ my-calendar
2100
+ msgid "Location could not be edited."
2101
+ msgstr "Stedet kunne ikke redigeres."
2102
+
2103
+ #: my-calendar-locations.php:82
2104
+ #@ my-calendar
2105
+ msgid "Location was not changed."
2106
+ msgstr "Stedet blev ikke ændret."
2107
+
2108
+ #: my-calendar-locations.php:84
2109
+ #@ my-calendar
2110
+ msgid "Location edited successfully"
2111
+ msgstr "Sted redigeret med succes"
2112
+
2113
+ #: my-calendar-locations.php:104
2114
+ #@ my-calendar
2115
+ msgid "Add New Location"
2116
+ msgstr "Tilføj nyt sted"
2117
+
2118
+ #: my-calendar-locations.php:106
2119
+ #@ my-calendar
2120
+ msgid "Edit Location"
2121
+ msgstr "Rediger sted"
2122
+
2123
+ #: my-calendar-locations.php:111
2124
+ #@ my-calendar
2125
+ msgid "Location Editor"
2126
+ msgstr "Redigering af steder"
2127
+
2128
+ #: my-calendar-locations.php:207
2129
+ #@ my-calendar
2130
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
2131
+ msgstr "Hvis du oplyser GPS-koordinater for dit sted, bliver de brugt i stedet for alle de andre adresseoplysninger til at identificere stedet."
2132
+
2133
+ #: my-calendar-locations.php:215
2134
+ #@ my-calendar
2135
+ msgid "Add Location"
2136
+ msgstr "Tilføj sted"
2137
+
2138
+ #: my-calendar-locations.php:298
2139
+ #@ my-calendar
2140
+ msgid "There are no locations in the database yet!"
2141
+ msgstr "Der er endnu ingen steder i databasen!"
2142
+
2143
+ #: my-calendar-locations.php:302
2144
+ #@ my-calendar
2145
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
2146
+ msgstr "Bemærk: Redigering eller sletning af steder gemt til genbrug, har ikke indvirkning på tidligere planlagte begivenheder på det sted. Steddatabasen eksisterer kun som en hurtig metode til indtastning af ofte brugte steder i begivenhedsoplysninger."
2147
+
2148
+ #: my-calendar-install.php:213
2149
+ #@ my-calendar
2150
+ msgid "My Calendar Default Timezone"
2151
+ msgstr "My Calendar default tidszone"
2152
+
2153
+ #: my-calendar-install.php:258
2154
+ #@ my-calendar
2155
+ msgid "My Calendar Default Location"
2156
+ msgstr "My Calendar default sted"
2157
+
2158
+ #: my-calendar-output.php:148
2159
+ #@ my-calendar
2160
+ msgid "Event Details"
2161
+ msgstr "Begivenhedsdetaljer"
2162
+
2163
+ #: my-calendar-output.php:171
2164
+ #: my-calendar-output.php:282
2165
+ #@ my-calendar
2166
+ msgid "Close"
2167
+ msgstr "Luk"
2168
+
2169
+ #: my-calendar-output.php:186
2170
+ #@ my-calendar
2171
+ msgid "Not Applicable"
2172
+ msgstr "Ikke relevant"
2173
+
2174
+ #: my-calendar-output.php:200
2175
+ #@ my-calendar
2176
+ msgid "Posted by"
2177
+ msgstr "Publiceret af"
2178
+
2179
+ #: my-calendar-output.php:262
2180
+ #@ my-calendar
2181
+ msgid "This class is part of a series. You must register for the first event in this series to attend."
2182
+ msgstr "Denne begivenhed er en del af en serie. Du skal melde dig til den første begivenhed i serien for at kunne deltage."
2183
+
2184
+ #: my-calendar-output.php:267
2185
+ #@ my-calendar
2186
+ msgid "View full calendar"
2187
+ msgstr "Vis fulde kalender"
2188
+
2189
+ #: my-calendar-output.php:361
2190
+ #@ my-calendar
2191
+ msgid "Year"
2192
+ msgstr "År"
2193
+
2194
+ #: my-calendar-output.php:389
2195
+ #@ my-calendar
2196
+ msgid "Go"
2197
+ msgstr "Gå"
2198
+
2199
+ #: my-calendar-output.php:456
2200
+ #@ my-calendar
2201
+ msgid "View as Grid"
2202
+ msgstr "Vis som gitter"
2203
+
2204
+ #: my-calendar-output.php:460
2205
+ #@ my-calendar
2206
+ msgid "View as List"
2207
+ msgstr "Vis som liste"
2208
+
2209
+ #: my-calendar-output.php:481
2210
+ #@ my-calendar
2211
+ msgid "<abbr title=\"Sunday\">Sun</abbr>"
2212
+ msgstr "<abbr title=\"Søndag\">Søn</abbr>"
2213
+
2214
+ #: my-calendar-output.php:482
2215
+ #@ my-calendar
2216
+ msgid "<abbr title=\"Monday\">Mon</abbr>"
2217
+ msgstr "<abbr title=\"Mandag\">Man</abbr>"
2218
+
2219
+ #: my-calendar-output.php:483
2220
+ #@ my-calendar
2221
+ msgid "<abbr title=\"Tuesday\">Tues</abbr>"
2222
+ msgstr "<abbr title=\"Tirsdag\">Tirs</abbr>"
2223
+
2224
+ #: my-calendar-output.php:484
2225
+ #@ my-calendar
2226
+ msgid "<abbr title=\"Wednesday\">Wed</abbr>"
2227
+ msgstr "<abbr title=\"Onsdag\">Ons</abbr>"
2228
+
2229
+ #: my-calendar-output.php:485
2230
+ #@ my-calendar
2231
+ msgid "<abbr title=\"Thursday\">Thur</abbr>"
2232
+ msgstr "<abbr title=\"Torsdag\">Tors</abbr>"
2233
+
2234
+ #: my-calendar-output.php:486
2235
+ #@ my-calendar
2236
+ msgid "<abbr title=\"Friday\">Fri</abbr>"
2237
+ msgstr "<abbr title=\"Fredag\">Fre</abbr>"
2238
+
2239
+ #: my-calendar-output.php:487
2240
+ #@ my-calendar
2241
+ msgid "<abbr title=\"Saturday\">Sat</abbr>"
2242
+ msgstr "<abbr title=\"Lørdag\">Lør</abbr>"
2243
+
2244
+ #: my-calendar-output.php:492
2245
+ #@ my-calendar
2246
+ msgid "<abbr title=\"Sunday\">S</abbr>"
2247
+ msgstr "<abbr title=\"Søndag\">S</abbr>"
2248
+
2249
+ #: my-calendar-output.php:493
2250
+ #@ my-calendar
2251
+ msgid "<abbr title=\"Monday\">M</abbr>"
2252
+ msgstr "<abbr title=\"Mandag\">M</abbr>"
2253
+
2254
+ #: my-calendar-output.php:494
2255
+ #@ my-calendar
2256
+ msgid "<abbr title=\"Tuesday\">T</abbr>"
2257
+ msgstr "<abbr title=\"Tirsdag\">T</abbr>"
2258
+
2259
+ #: my-calendar-output.php:495
2260
+ #@ my-calendar
2261
+ msgid "<abbr title=\"Wednesday\">W</abbr>"
2262
+ msgstr "<abbr title=\"Onsdag\">O</abbr>"
2263
+
2264
+ #: my-calendar-output.php:496
2265
+ #@ my-calendar
2266
+ msgid "<abbr title=\"Thursday\">T</abbr>"
2267
+ msgstr "<abbr title=\"Torsdag\">T</abbr>"
2268
+
2269
+ #: my-calendar-output.php:497
2270
+ #@ my-calendar
2271
+ msgid "<abbr title=\"Friday\">F</abbr>"
2272
+ msgstr "<abbr title=\"Fredag\">F</abbr>"
2273
+
2274
+ #: my-calendar-output.php:498
2275
+ #@ my-calendar
2276
+ msgid "<abbr title=\"Saturday\">S</abbr>"
2277
+ msgstr "<abbr title=\"Lørdag\">S</abbr>"
2278
+
2279
+ #: my-calendar-output.php:627
2280
+ #@ my-calendar
2281
+ msgid "and"
2282
+ msgstr "og"
2283
+
2284
+ #: my-calendar-output.php:648
2285
+ #@ my-calendar
2286
+ msgid "Events in"
2287
+ msgstr "Begivenheder i"
2288
+
2289
+ #: my-calendar-output.php:874
2290
+ #@ my-calendar
2291
+ msgid "There are no events scheduled during this period."
2292
+ msgstr "Der er ikke planlagt begivenheder i denne periode."
2293
+
2294
+ #: my-calendar-output.php:887
2295
+ #@ my-calendar
2296
+ msgid "Category Key"
2297
+ msgstr "Kategorinøgle"
2298
+
2299
+ #: my-calendar-output.php:923
2300
+ #@ my-calendar
2301
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2302
+ msgstr "Abonner via <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2303
+
2304
+ #: my-calendar-output.php:924
2305
+ #@ my-calendar
2306
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2307
+ msgstr "Download som <abbr title=\"iCal Events Export\">iCal</abbr>"
2308
+
2309
+ #: my-calendar-output.php:1043
2310
+ #@ my-calendar
2311
+ msgid "(select to include)"
2312
+ msgstr "(vælg for at inkludere)"
2313
+
2314
+ #: my-calendar-output.php:1067
2315
+ #: my-calendar-output.php:1070
2316
+ #@ my-calendar
2317
+ msgid "All Categories"
2318
+ msgstr "Alle kategorier"
2319
+
2320
+ #: my-calendar-output.php:1068
2321
+ #@ my-calendar
2322
+ msgid "Categories"
2323
+ msgstr "Kategorier"
2324
+
2325
+ #: my-calendar-output.php:1089
2326
+ #: my-calendar-output.php:1267
2327
+ #@ my-calendar
2328
+ msgid "Submit"
2329
+ msgstr "Send"
2330
+
2331
+ #: my-calendar-output.php:1208
2332
+ #: my-calendar-output.php:1229
2333
+ #@ my-calendar
2334
+ msgid "Show all"
2335
+ msgstr "Vis alle"
2336
+
2337
+ #: my-calendar-output.php:1227
2338
+ #@ my-calendar
2339
+ msgid "Show events in:"
2340
+ msgstr "Vis begivenheder i:"
2341
+
2342
+ #: button/generator.php:47
2343
+ #@ my-calendar
2344
+ msgid "Shortcode Attributes"
2345
+ msgstr ""
2346
+
2347
+ #: button/generator.php:52
2348
+ #@ my-calendar
2349
+ msgid "Location filter type:"
2350
+ msgstr ""
2351
+
2352
+ #: button/generator.php:54
2353
+ #@ my-calendar
2354
+ msgid "All locations"
2355
+ msgstr ""
2356
+
2357
+ #: button/generator.php:64
2358
+ #@ my-calendar
2359
+ msgid "Location filter value:"
2360
+ msgstr ""
2361
+
2362
+ #: button/generator.php:70
2363
+ #@ my-calendar
2364
+ msgid "Grid"
2365
+ msgstr ""
2366
+
2367
+ #: button/generator.php:71
2368
+ #@ my-calendar
2369
+ msgid "List"
2370
+ msgstr ""
2371
+
2372
+ #: button/generator.php:100
2373
+ #@ my-calendar
2374
+ msgid "Day"
2375
+ msgstr ""
2376
+
2377
+ #: button/generator.php:107
2378
+ #@ my-calendar
2379
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
2380
+ msgstr ""
2381
+
2382
+ #: my-calendar-behaviors.php:80
2383
+ #@ my-calendar
2384
+ msgid "Details boxes are draggable"
2385
+ msgstr ""
2386
+
2387
+ #: my-calendar-behaviors.php:85
2388
+ #@ my-calendar
2389
+ msgid "Update/Reset the My Calendar Calendar Javascript"
2390
+ msgstr ""
2391
+
2392
+ #: my-calendar-behaviors.php:100
2393
+ #: my-calendar-behaviors.php:131
2394
+ #: my-calendar-behaviors.php:162
2395
+ #: my-calendar-behaviors.php:192
2396
+ #@ my-calendar
2397
+ msgid "Comparing scripts with latest installed version of My Calendar"
2398
+ msgstr ""
2399
+
2400
+ #: my-calendar-behaviors.php:100
2401
+ #: my-calendar-behaviors.php:131
2402
+ #: my-calendar-behaviors.php:162
2403
+ #: my-calendar-behaviors.php:192
2404
+ #: my-calendar-styles.php:208
2405
+ #@ my-calendar
2406
+ msgid "Latest (from plugin)"
2407
+ msgstr ""
2408
+
2409
+ #: my-calendar-behaviors.php:100
2410
+ #: my-calendar-behaviors.php:131
2411
+ #: my-calendar-behaviors.php:162
2412
+ #: my-calendar-behaviors.php:192
2413
+ #: my-calendar-styles.php:208
2414
+ #@ my-calendar
2415
+ msgid "Current (in use)"
2416
+ msgstr ""
2417
+
2418
+ #: my-calendar-behaviors.php:104
2419
+ #@ my-calendar
2420
+ msgid "There have been updates to the calendar view scripts."
2421
+ msgstr ""
2422
+
2423
+ #: my-calendar-behaviors.php:104
2424
+ #: my-calendar-behaviors.php:135
2425
+ #: my-calendar-behaviors.php:166
2426
+ #: my-calendar-behaviors.php:196
2427
+ #@ my-calendar
2428
+ msgid "Compare your scripts with latest installed version of My Calendar."
2429
+ msgstr ""
2430
+
2431
+ #: my-calendar-behaviors.php:108
2432
+ #: my-calendar-behaviors.php:139
2433
+ #: my-calendar-behaviors.php:170
2434
+ #: my-calendar-behaviors.php:200
2435
+ #@ my-calendar
2436
+ msgid "Your script matches that included with My Calendar."
2437
+ msgstr ""
2438
+
2439
+ #: my-calendar-behaviors.php:116
2440
+ #@ my-calendar
2441
+ msgid "Update/Reset the My Calendar List Javascript"
2442
+ msgstr ""
2443
+
2444
+ #: my-calendar-behaviors.php:135
2445
+ #@ my-calendar
2446
+ msgid "There have been updates to the list view scripts."
2447
+ msgstr ""
2448
+
2449
+ #: my-calendar-behaviors.php:147
2450
+ #@ my-calendar
2451
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
2452
+ msgstr ""
2453
+
2454
+ #: my-calendar-behaviors.php:166
2455
+ #@ my-calendar
2456
+ msgid "There have been updates to the mini view scripts."
2457
+ msgstr ""
2458
+
2459
+ #: my-calendar-behaviors.php:178
2460
+ #@ my-calendar
2461
+ msgid "Update/Reset the My Calendar AJAX Javascript"
2462
+ msgstr ""
2463
+
2464
+ #: my-calendar-behaviors.php:196
2465
+ #@ my-calendar
2466
+ msgid "There have been updates to the AJAX scripts."
2467
+ msgstr ""
2468
+
2469
+ #: my-calendar-behaviors.php:210
2470
+ #@ my-calendar
2471
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
2472
+ msgstr ""
2473
+
2474
+ #: my-calendar-categories.php:137
2475
+ #@ my-calendar
2476
+ msgid "Error: Category was not edited."
2477
+ msgstr ""
2478
+
2479
+ #: my-calendar-categories.php:218
2480
+ #@ my-calendar
2481
+ msgid "Add a New Category"
2482
+ msgstr ""
2483
+
2484
+ #: my-calendar-core.php:198
2485
+ #, php-format
2486
+ #@ my-calendar
2487
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
2488
+ msgstr ""
2489
+
2490
+ #: my-calendar-core.php:1078
2491
+ #@ my-calendar
2492
+ msgid "Is this your calendar page?"
2493
+ msgstr ""
2494
+
2495
+ #: my-calendar-core.php:1081
2496
+ #@ my-calendar
2497
+ msgid "I tried to guess, but don't have a suggestion for you."
2498
+ msgstr ""
2499
+
2500
+ #: my-calendar-core.php:1166
2501
+ #@ my-calendar
2502
+ msgid "Please read the FAQ and other Help documents before making a support request."
2503
+ msgstr ""
2504
+
2505
+ #: my-calendar-core.php:1168
2506
+ #@ my-calendar
2507
+ msgid "Please describe your problem in detail. I'm not psychic."
2508
+ msgstr ""
2509
+
2510
+ #: my-calendar-core.php:1173
2511
+ #@ my-calendar
2512
+ msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can."
2513
+ msgstr ""
2514
+
2515
+ #: my-calendar-core.php:1175
2516
+ #@ my-calendar
2517
+ msgid "I'll get back to you as soon as I can, after dealing with any support requests from plug-in supporters."
2518
+ msgstr ""
2519
+
2520
+ #: my-calendar-core.php:1185
2521
+ #@ my-calendar
2522
+ msgid "Please note: I do keep records of those who have donated, <strong>but if your donation came from somebody other than your account at this web site, please note this in your message.</strong>"
2523
+ msgstr ""
2524
+
2525
+ #: my-calendar-core.php:1187
2526
+ #@ my-calendar
2527
+ msgid "From:"
2528
+ msgstr ""
2529
+
2530
+ #: my-calendar-core.php:1190
2531
+ #@ my-calendar
2532
+ msgid "I have read <a href=\"http://www.joedolson.com/articles/my-calendar/faq/\">the FAQ for this plug-in</a>."
2533
+ msgstr ""
2534
+
2535
+ #: my-calendar-core.php:1193
2536
+ #@ my-calendar
2537
+ msgid "I have <a href=\"http://www.joedolson.com/donate.php\">made a donation to help support this plug-in</a>."
2538
+ msgstr ""
2539
+
2540
+ #: my-calendar-core.php:1196
2541
+ #@ my-calendar
2542
+ msgid "I have <a href=\"http://www.joedolson.com/articles/my-calendar/users-guide/\">purchased the User's Guide</a>, but could not find an answer to this question."
2543
+ msgstr ""
2544
+
2545
+ #: my-calendar-core.php:1202
2546
+ #@ my-calendar
2547
+ msgid "Send Support Request"
2548
+ msgstr ""
2549
+
2550
+ #: my-calendar-core.php:1205
2551
+ #@ my-calendar
2552
+ msgid "The following additional information will be sent with your support request:"
2553
+ msgstr ""
2554
+
2555
+ #: my-calendar-event-manager.php:263
2556
+ #@ my-calendar
2557
+ msgid "Currently editing your local calendar"
2558
+ msgstr ""
2559
+
2560
+ #: my-calendar-event-manager.php:265
2561
+ #@ my-calendar
2562
+ msgid "Currently editing your central calendar"
2563
+ msgstr ""
2564
+
2565
+ #: my-calendar-event-manager.php:354
2566
+ #: my-calendar-group-manager.php:55
2567
+ #: my-calendar-group-manager.php:148
2568
+ #, php-format
2569
+ #@ my-calendar
2570
+ msgid "View <a href=\"%s\">your calendar</a>."
2571
+ msgstr ""
2572
+
2573
+ #: my-calendar-event-manager.php:483
2574
+ #@ my-calendar
2575
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
2576
+ msgstr ""
2577
+
2578
+ #: my-calendar-event-manager.php:526
2579
+ #: my-calendar-event-manager.php:539
2580
+ #: my-calendar-group-manager.php:317
2581
+ #: my-calendar-group-manager.php:325
2582
+ #@ my-calendar
2583
+ msgid "This event's image:"
2584
+ msgstr ""
2585
+
2586
+ #: my-calendar-event-manager.php:528
2587
+ #: my-calendar-group-manager.php:319
2588
+ #@ my-calendar
2589
+ msgid "Add an image:"
2590
+ msgstr ""
2591
+
2592
+ #: my-calendar-event-manager.php:530
2593
+ #@ my-calendar
2594
+ msgid "(URL to Event image)"
2595
+ msgstr ""
2596
+
2597
+ #: my-calendar-event-manager.php:532
2598
+ #: my-calendar-group-manager.php:319
2599
+ #@ my-calendar
2600
+ msgid "Upload Image"
2601
+ msgstr ""
2602
+
2603
+ #: my-calendar-event-manager.php:532
2604
+ #: my-calendar-group-manager.php:319
2605
+ #@ my-calendar
2606
+ msgid "Include your image URL or upload an image."
2607
+ msgstr ""
2608
+
2609
+ #: my-calendar-event-manager.php:636
2610
+ #@ my-calendar
2611
+ msgid "This is a multi-day event."
2612
+ msgstr ""
2613
+
2614
+ #: my-calendar-event-manager.php:638
2615
+ #@ my-calendar
2616
+ msgid "Enter the beginning and ending dates/times for each occurrence of the event."
2617
+ msgstr ""
2618
+
2619
+ #: my-calendar-event-manager.php:638
2620
+ #@ my-calendar
2621
+ msgid "If this is a multi-day event, it creates a single event with multiple dates/times; otherwise it creates separate events for each occurrence."
2622
+ msgstr ""
2623
+
2624
+ #: my-calendar-event-manager.php:641
2625
+ #@ my-calendar
2626
+ msgid "Add another occurrence"
2627
+ msgstr ""
2628
+
2629
+ #: my-calendar-event-manager.php:642
2630
+ #@ my-calendar
2631
+ msgid "Remove last occurrence"
2632
+ msgstr ""
2633
+
2634
+ #: my-calendar-event-manager.php:662
2635
+ #: my-calendar-templates.php:117
2636
+ #@ my-calendar
2637
+ msgid "Daily, weekdays only"
2638
+ msgstr ""
2639
+
2640
+ #: my-calendar-event-manager.php:759
2641
+ #: my-calendar-group-manager.php:457
2642
+ #: my-calendar-locations.php:147
2643
+ #@ my-calendar
2644
+ msgid "Phone"
2645
+ msgstr ""
2646
+
2647
+ #: my-calendar-event-manager.php:814
2648
+ #: my-calendar-group-manager.php:480
2649
+ #@ my-calendar
2650
+ msgid "Location URL"
2651
+ msgstr ""
2652
+
2653
+ #: my-calendar-event-manager.php:835
2654
+ #@ my-calendar
2655
+ msgid "Special Options"
2656
+ msgstr ""
2657
+
2658
+ #: my-calendar-event-manager.php:837
2659
+ #@ my-calendar
2660
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
2661
+ msgstr ""
2662
+
2663
+ #: my-calendar-event-manager.php:840
2664
+ #@ my-calendar
2665
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
2666
+ msgstr ""
2667
+
2668
+ #: my-calendar-event-manager.php:975
2669
+ #: my-calendar-group-manager.php:748
2670
+ #@ my-calendar
2671
+ msgid "Weekdays"
2672
+ msgstr ""
2673
+
2674
+ #: my-calendar-event-manager.php:984
2675
+ #: my-calendar-group-manager.php:757
2676
+ #, php-format
2677
+ #@ my-calendar
2678
+ msgid "%d Times"
2679
+ msgstr ""
2680
+
2681
+ #: my-calendar-event-manager.php:1002
2682
+ #: my-calendar-group-manager.php:775
2683
+ #: my-calendar-output.php:287
2684
+ #@ my-calendar
2685
+ msgid "Edit Group"
2686
+ msgstr ""
2687
+
2688
+ #: my-calendar-group-manager.php:57
2689
+ #@ my-calendar
2690
+ msgid "Event not updated."
2691
+ msgstr ""
2692
+
2693
+ #: my-calendar-group-manager.php:83
2694
+ #@ my-calendar
2695
+ msgid "Event not grouped."
2696
+ msgstr ""
2697
+
2698
+ #: my-calendar-group-manager.php:87
2699
+ #@ my-calendar
2700
+ msgid "Event grouped successfully"
2701
+ msgstr ""
2702
+
2703
+ #: my-calendar-group-manager.php:105
2704
+ #: my-calendar-group-manager.php:261
2705
+ #: my-calendar-group-manager.php:287
2706
+ #@ my-calendar
2707
+ msgid "Edit Event Group"
2708
+ msgstr ""
2709
+
2710
+ #: my-calendar-group-manager.php:109
2711
+ #@ my-calendar
2712
+ msgid "You must provide an event group id in order to edit it"
2713
+ msgstr ""
2714
+
2715
+ #: my-calendar-group-manager.php:117
2716
+ #: my-calendar.php:169
2717
+ #@ my-calendar
2718
+ msgid "Manage Event Groups"
2719
+ msgstr ""
2720
+
2721
+ #: my-calendar-group-manager.php:119
2722
+ #@ my-calendar
2723
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2724
+ msgstr ""
2725
+
2726
+ #: my-calendar-group-manager.php:120
2727
+ #@ my-calendar
2728
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2729
+ msgstr ""
2730
+
2731
+ #: my-calendar-group-manager.php:214
2732
+ #@ my-calendar
2733
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2734
+ msgstr ""
2735
+
2736
+ #: my-calendar-group-manager.php:214
2737
+ #@ my-calendar
2738
+ msgid "The group editable fields for the events in this group match."
2739
+ msgstr ""
2740
+
2741
+ #: my-calendar-group-manager.php:221
2742
+ #@ my-calendar
2743
+ msgid "Apply these changes to:"
2744
+ msgstr ""
2745
+
2746
+ #: my-calendar-group-manager.php:232
2747
+ #@ my-calendar
2748
+ msgid "Check/Uncheck all"
2749
+ msgstr ""
2750
+
2751
+ #: my-calendar-group-manager.php:234
2752
+ #@ my-calendar
2753
+ msgid "Remove checked events from this group"
2754
+ msgstr ""
2755
+
2756
+ #: my-calendar-group-manager.php:251
2757
+ #@ my-calendar
2758
+ msgid "You must provide a group ID to edit groups"
2759
+ msgstr ""
2760
+
2761
+ #: my-calendar-group-manager.php:300
2762
+ #@ my-calendar
2763
+ msgid "Selected dates are a single multi-day event."
2764
+ msgstr ""
2765
+
2766
+ #: my-calendar-group-manager.php:690
2767
+ #@ my-calendar
2768
+ msgid "Create/Modify Groups"
2769
+ msgstr ""
2770
+
2771
+ #: my-calendar-group-manager.php:691
2772
+ #@ my-calendar
2773
+ msgid "Check a set of events to group them for mass editing."
2774
+ msgstr ""
2775
+
2776
+ #: my-calendar-group-manager.php:701
2777
+ #: my-calendar-group-manager.php:787
2778
+ #@ my-calendar
2779
+ msgid "Group checked events for mass editing"
2780
+ msgstr ""
2781
+
2782
+ #: my-calendar-group-manager.php:707
2783
+ #@ my-calendar
2784
+ msgid "Group"
2785
+ msgstr ""
2786
+
2787
+ #: my-calendar-group-manager.php:777
2788
+ #@ my-calendar
2789
+ msgid "Ungrouped"
2790
+ msgstr ""
2791
+
2792
+ #: my-calendar-help.php:22
2793
+ #@ my-calendar
2794
+ msgid "The shortcode supports eight attributes:"
2795
+ msgstr ""
2796
+
2797
+ #: my-calendar-help.php:24
2798
+ #@ my-calendar
2799
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2800
+ msgstr ""
2801
+
2802
+ #: my-calendar-help.php:25
2803
+ #@ my-calendar
2804
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2805
+ msgstr ""
2806
+
2807
+ #: my-calendar-help.php:26
2808
+ #@ my-calendar
2809
+ msgid "Set as \"no\" to hide the category key."
2810
+ msgstr ""
2811
+
2812
+ #: my-calendar-help.php:27
2813
+ #@ my-calendar
2814
+ msgid "Set as \"no\" to hide the month-by-month navigation."
2815
+ msgstr ""
2816
+
2817
+ #: my-calendar-help.php:28
2818
+ #@ my-calendar
2819
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2820
+ msgstr ""
2821
+
2822
+ #: my-calendar-help.php:29
2823
+ #@ my-calendar
2824
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2825
+ msgstr ""
2826
+
2827
+ #: my-calendar-help.php:30
2828
+ #@ my-calendar
2829
+ msgid "The type of location data to restrict by."
2830
+ msgstr ""
2831
+
2832
+ #: my-calendar-help.php:31
2833
+ #@ my-calendar
2834
+ msgid "The specific location information to filter to."
2835
+ msgstr ""
2836
+
2837
+ #: my-calendar-help.php:39
2838
+ #@ my-calendar
2839
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>). <code>Skip</code> is the number of events to skip in the upcoming events."
2840
+ msgstr ""
2841
+
2842
+ #: my-calendar-help.php:54
2843
+ #@ my-calendar
2844
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2845
+ msgstr ""
2846
+
2847
+ #: my-calendar-help.php:97
2848
+ #: my-calendar-templating.php:70
2849
+ #@ my-calendar
2850
+ msgid "Event Template Tags"
2851
+ msgstr ""
2852
+
2853
+ #: my-calendar-help.php:109
2854
+ #@ my-calendar
2855
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2856
+ msgstr ""
2857
+
2858
+ #: my-calendar-help.php:112
2859
+ #@ my-calendar
2860
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2861
+ msgstr ""
2862
+
2863
+ #: my-calendar-help.php:124
2864
+ #@ my-calendar
2865
+ msgid "Displays the beginning date to the end date for events. Does not show end date if same as start date."
2866
+ msgstr ""
2867
+
2868
+ #: my-calendar-help.php:127
2869
+ #@ my-calendar
2870
+ msgid "For multi-day events displays an unordered list of dates and times for events in this group. Otherwise, beginning date/time."
2871
+ msgstr ""
2872
+
2873
+ #: my-calendar-help.php:136
2874
+ #@ my-calendar
2875
+ msgid "Displays the email address of the person assigned as host for the event."
2876
+ msgstr ""
2877
+
2878
+ #: my-calendar-help.php:142
2879
+ #@ my-calendar
2880
+ msgid "Displays short description without converting paragraphs."
2881
+ msgstr ""
2882
+
2883
+ #: my-calendar-help.php:148
2884
+ #@ my-calendar
2885
+ msgid "Displays description without converting paragraphs."
2886
+ msgstr ""
2887
+
2888
+ #: my-calendar-help.php:151
2889
+ #: my-calendar-templating.php:115
2890
+ #@ my-calendar
2891
+ msgid "Image associated with the event."
2892
+ msgstr ""
2893
+
2894
+ #: my-calendar-help.php:157
2895
+ #@ my-calendar
2896
+ msgid "Produces the URL to download an iCal formatted record for the event."
2897
+ msgstr ""
2898
+
2899
+ #: my-calendar-help.php:160
2900
+ #@ my-calendar
2901
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
2902
+ msgstr ""
2903
+
2904
+ #: my-calendar-help.php:163
2905
+ #@ my-calendar
2906
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2907
+ msgstr ""
2908
+
2909
+ #: my-calendar-help.php:166
2910
+ #@ my-calendar
2911
+ msgid "Shows the number of repetitions of the event."
2912
+ msgstr ""
2913
+
2914
+ #: my-calendar-help.php:177
2915
+ #: my-calendar-templating.php:129
2916
+ #@ my-calendar
2917
+ msgid "Location Template Tags"
2918
+ msgstr ""
2919
+
2920
+ #: my-calendar-help.php:190
2921
+ #@ my-calendar
2922
+ msgid "Displays the city for the location."
2923
+ msgstr ""
2924
+
2925
+ #: my-calendar-help.php:193
2926
+ #@ my-calendar
2927
+ msgid "Displays the state for the location."
2928
+ msgstr ""
2929
+
2930
+ #: my-calendar-help.php:196
2931
+ #@ my-calendar
2932
+ msgid "Displays the postcode for the location."
2933
+ msgstr ""
2934
+
2935
+ #: my-calendar-help.php:199
2936
+ #@ my-calendar
2937
+ msgid "Shows the custom region entered for the location."
2938
+ msgstr ""
2939
+
2940
+ #: my-calendar-help.php:205
2941
+ #@ my-calendar
2942
+ msgid "Output the URL for the location link."
2943
+ msgstr ""
2944
+
2945
+ #: my-calendar-help.php:208
2946
+ #@ my-calendar
2947
+ msgid "Output a hyperlink to the location's listed link with default link text."
2948
+ msgstr ""
2949
+
2950
+ #: my-calendar-help.php:216
2951
+ #: my-calendar-templating.php:165
2952
+ #@ my-calendar
2953
+ msgid "Category Template Tags"
2954
+ msgstr ""
2955
+
2956
+ #: my-calendar-help.php:226
2957
+ #@ my-calendar
2958
+ msgid "Produces the HTML for the current event's category icon."
2959
+ msgstr ""
2960
+
2961
+ #: my-calendar-help.php:232
2962
+ #@ my-calendar
2963
+ msgid ""
2964
+ "Displays the ID for\n"
2965
+ " the category the event is in."
2966
+ msgstr ""
2967
+
2968
+ #: my-calendar-help.php:236
2969
+ #@ my-calendar
2970
+ msgid "Special use Template Tags"
2971
+ msgstr ""
2972
+
2973
+ #: my-calendar-help.php:240
2974
+ #@ my-calendar
2975
+ msgid "A unique ID for the current instance of an event."
2976
+ msgstr ""
2977
+
2978
+ #: my-calendar-help.php:243
2979
+ #@ my-calendar
2980
+ msgid "The ID for the event record associated with the current instance of an event."
2981
+ msgstr ""
2982
+
2983
+ #: my-calendar-help.php:252
2984
+ #@ my-calendar
2985
+ msgid "Get Plug-in Support"
2986
+ msgstr ""
2987
+
2988
+ #: my-calendar-locations.php:202
2989
+ #@ my-calendar
2990
+ msgid "Website"
2991
+ msgstr ""
2992
+
2993
+ #: my-calendar-locations.php:222
2994
+ #@ my-calendar
2995
+ msgid "Add a New Location"
2996
+ msgstr ""
2997
+
2998
+ #: my-calendar-output.php:180
2999
+ #, php-format
3000
+ #@ my-calendar
3001
+ msgid "(%s in your time zone)"
3002
+ msgstr ""
3003
+
3004
+ #: my-calendar-output.php:207
3005
+ #: my-calendar-templates.php:205
3006
+ #@ my-calendar
3007
+ msgid "Details about"
3008
+ msgstr ""
3009
+
3010
+ #: my-calendar-output.php:228
3011
+ #: my-calendar-templates.php:155
3012
+ #@ my-calendar
3013
+ msgid "iCal"
3014
+ msgstr ""
3015
+
3016
+ #: my-calendar-output.php:300
3017
+ #@ my-calendar
3018
+ msgid "Edit This Date"
3019
+ msgstr ""
3020
+
3021
+ #: my-calendar-output.php:301
3022
+ #@ my-calendar
3023
+ msgid "Edit All"
3024
+ msgstr ""
3025
+
3026
+ #: my-calendar-output.php:302
3027
+ #@ my-calendar
3028
+ msgid "Delete This Date"
3029
+ msgstr ""
3030
+
3031
+ #: my-calendar-output.php:303
3032
+ #@ my-calendar
3033
+ msgid "Delete All"
3034
+ msgstr ""
3035
+
3036
+ #: my-calendar-output.php:418
3037
+ #@ my-calendar
3038
+ msgid "Calendar: Print View"
3039
+ msgstr ""
3040
+
3041
+ #: my-calendar-output.php:433
3042
+ #@ my-calendar
3043
+ msgid "Return to site"
3044
+ msgstr ""
3045
+
3046
+ #: my-calendar-output.php:568
3047
+ #@ my-calendar
3048
+ msgid "Print View"
3049
+ msgstr ""
3050
+
3051
+ #: my-calendar-output.php:600
3052
+ #@ my-calendar
3053
+ msgid "No events scheduled for today!"
3054
+ msgstr ""
3055
+
3056
+ #: my-calendar-output.php:855
3057
+ #, php-format
3058
+ #@ my-calendar
3059
+ msgid " and %d other event"
3060
+ msgstr ""
3061
+
3062
+ #: my-calendar-output.php:857
3063
+ #, php-format
3064
+ #@ my-calendar
3065
+ msgid " and %d other events"
3066
+ msgstr ""
3067
+
3068
+ #: my-calendar-output.php:878
3069
+ #@ my-calendar
3070
+ msgid "Unrecognized calendar format. Please use one of 'list','calendar', or 'mini'."
3071
+ msgstr ""
3072
+
3073
+ #: my-calendar-output.php:949
3074
+ #@ my-calendar
3075
+ msgid "Next events &raquo;"
3076
+ msgstr ""
3077
+
3078
+ #: my-calendar-output.php:975
3079
+ #: my-calendar-output.php:1019
3080
+ #@ my-calendar
3081
+ msgid "Week of "
3082
+ msgstr ""
3083
+
3084
+ #: my-calendar-output.php:993
3085
+ #@ my-calendar
3086
+ msgid "&laquo; Previous events"
3087
+ msgstr ""
3088
+
3089
+ #: my-calendar-settings.php:78
3090
+ #@ my-calendar
3091
+ msgid "My Calendar Cache cleared"
3092
+ msgstr ""
3093
+
3094
+ #: my-calendar-settings.php:161
3095
+ #@ my-calendar
3096
+ msgid "Multisite settings saved"
3097
+ msgstr ""
3098
+
3099
+ #: my-calendar-settings.php:274
3100
+ #@ my-calendar
3101
+ msgid "Enable caching."
3102
+ msgstr ""
3103
+
3104
+ #: my-calendar-settings.php:277
3105
+ #@ my-calendar
3106
+ msgid "Clear current cache. (Necessary if you edit shortcodes to change displayed categories, for example.)"
3107
+ msgstr ""
3108
+
3109
+ #: my-calendar-settings.php:282
3110
+ #@ my-calendar
3111
+ msgid "Currently editing my local calendar"
3112
+ msgstr ""
3113
+
3114
+ #: my-calendar-settings.php:285
3115
+ #@ my-calendar
3116
+ msgid "Currently editing the network calendar"
3117
+ msgstr ""
3118
+
3119
+ #: my-calendar-settings.php:288
3120
+ #@ my-calendar
3121
+ msgid "You are currently working in the primary site for this network; your local calendar is also the global table."
3122
+ msgstr ""
3123
+
3124
+ #: my-calendar-settings.php:293
3125
+ #@ my-calendar
3126
+ msgid "Save Management Settings"
3127
+ msgstr ""
3128
+
3129
+ #: my-calendar-settings.php:310
3130
+ #: my-calendar-settings.php:313
3131
+ #@ my-calendar
3132
+ msgid "Use <code>{date}</code> to display the appropriate date in navigation."
3133
+ msgstr ""
3134
+
3135
+ #: my-calendar-settings.php:322
3136
+ #@ my-calendar
3137
+ msgid "Week view caption:"
3138
+ msgstr ""
3139
+
3140
+ #: my-calendar-settings.php:344
3141
+ #@ my-calendar
3142
+ msgid "General Calendar Options"
3143
+ msgstr ""
3144
+
3145
+ #: my-calendar-settings.php:347
3146
+ #@ my-calendar
3147
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for event details links:"
3148
+ msgstr ""
3149
+
3150
+ #: my-calendar-settings.php:348
3151
+ #@ my-calendar
3152
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
3153
+ msgstr ""
3154
+
3155
+ #: my-calendar-settings.php:351
3156
+ #@ my-calendar
3157
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for single day's timeline links."
3158
+ msgstr ""
3159
+
3160
+ #: my-calendar-settings.php:352
3161
+ #@ my-calendar
3162
+ msgid "Can be any Page or Post with the <code>[my_calendar time=\"day\"]</code> shortcode."
3163
+ msgstr ""
3164
+
3165
+ #: my-calendar-settings.php:355
3166
+ #@ my-calendar
3167
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for mini calendar in-page anchors:"
3168
+ msgstr ""
3169
+
3170
+ #: my-calendar-settings.php:356
3171
+ #@ my-calendar
3172
+ msgid "Can be any Page or Post with the <code>[my_calendar]</code> shortcode using format selected below"
3173
+ msgstr ""
3174
+
3175
+ #: my-calendar-settings.php:358
3176
+ #@ my-calendar
3177
+ msgid "With above settings:"
3178
+ msgstr ""
3179
+
3180
+ #: my-calendar-settings.php:360
3181
+ #@ my-calendar
3182
+ msgid "Open calendar links to event details URL"
3183
+ msgstr ""
3184
+
3185
+ #: my-calendar-settings.php:360
3186
+ #@ my-calendar
3187
+ msgid "Replaces pop-up in grid view."
3188
+ msgstr ""
3189
+
3190
+ #: my-calendar-settings.php:363
3191
+ #@ my-calendar
3192
+ msgid "Mini calendar widget date links to:"
3193
+ msgstr ""
3194
+
3195
+ #: my-calendar-settings.php:364
3196
+ #@ my-calendar
3197
+ msgid "jQuery pop-up view"
3198
+ msgstr ""
3199
+
3200
+ #: my-calendar-settings.php:365
3201
+ #@ my-calendar
3202
+ msgid "daily view page (above)"
3203
+ msgstr ""
3204
+
3205
+ #: my-calendar-settings.php:366
3206
+ #@ my-calendar
3207
+ msgid "in-page anchor on main calendar page (list)"
3208
+ msgstr ""
3209
+
3210
+ #: my-calendar-settings.php:367
3211
+ #@ my-calendar
3212
+ msgid "in-page anchor on main calendar page (grid)"
3213
+ msgstr ""
3214
+
3215
+ #: my-calendar-settings.php:369
3216
+ #@ my-calendar
3217
+ msgid "Replaces pop-up in mini calendar"
3218
+ msgstr ""
3219
+
3220
+ #: my-calendar-settings.php:372
3221
+ #@ my-calendar
3222
+ msgid "Time format"
3223
+ msgstr ""
3224
+
3225
+ #: my-calendar-settings.php:375
3226
+ #@ my-calendar
3227
+ msgid "Date in grid mode, week view"
3228
+ msgstr ""
3229
+
3230
+ #: my-calendar-settings.php:378
3231
+ #@ my-calendar
3232
+ msgid "Date Format in other views"
3233
+ msgstr ""
3234
+
3235
+ #: my-calendar-settings.php:381
3236
+ #@ my-calendar
3237
+ msgid "Date formats use the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
3238
+ msgstr ""
3239
+
3240
+ #: my-calendar-settings.php:384
3241
+ #@ my-calendar
3242
+ msgid "RSS feed shows recently added events."
3243
+ msgstr ""
3244
+
3245
+ #: my-calendar-settings.php:387
3246
+ #@ my-calendar
3247
+ msgid "iCal outputs events occurring in the current calendar month."
3248
+ msgstr ""
3249
+
3250
+ #: my-calendar-settings.php:390
3251
+ #@ my-calendar
3252
+ msgid "Show link to print-formatted view of calendar"
3253
+ msgstr ""
3254
+
3255
+ #: my-calendar-settings.php:400
3256
+ #@ my-calendar
3257
+ msgid "Grid Layout Options"
3258
+ msgstr ""
3259
+
3260
+ #: my-calendar-settings.php:410
3261
+ #@ my-calendar
3262
+ msgid "List Layout Options"
3263
+ msgstr ""
3264
+
3265
+ #: my-calendar-settings.php:413
3266
+ #@ my-calendar
3267
+ msgid "How many months of events to show at a time:"
3268
+ msgstr ""
3269
+
3270
+ #: my-calendar-settings.php:416
3271
+ #@ my-calendar
3272
+ msgid "Show the first event's title and the number of events that day next to the date."
3273
+ msgstr ""
3274
+
3275
+ #: my-calendar-settings.php:423
3276
+ #@ my-calendar
3277
+ msgid "Event Details Options"
3278
+ msgstr ""
3279
+
3280
+ #: my-calendar-settings.php:427
3281
+ #: my-calendar-settings.php:437
3282
+ #@ my-calendar
3283
+ msgid "Templating Help"
3284
+ msgstr ""
3285
+
3286
+ #: my-calendar-settings.php:427
3287
+ #: my-calendar-settings.php:437
3288
+ #@ my-calendar
3289
+ msgid "All template tags are available."
3290
+ msgstr ""
3291
+
3292
+ #: my-calendar-settings.php:430
3293
+ #@ my-calendar
3294
+ msgid "Event details link text"
3295
+ msgstr ""
3296
+
3297
+ #: my-calendar-settings.php:432
3298
+ #@ my-calendar
3299
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>, <code>{date}</code>, <code>{time}</code>."
3300
+ msgstr ""
3301
+
3302
+ #: my-calendar-settings.php:435
3303
+ #@ my-calendar
3304
+ msgid "Event URL link text"
3305
+ msgstr ""
3306
+
3307
+ #: my-calendar-settings.php:440
3308
+ #@ my-calendar
3309
+ msgid "Display author's name"
3310
+ msgstr ""
3311
+
3312
+ #: my-calendar-settings.php:443
3313
+ #@ my-calendar
3314
+ msgid "Display link to single event iCal download."
3315
+ msgstr ""
3316
+
3317
+ #: my-calendar-settings.php:446
3318
+ #@ my-calendar
3319
+ msgid "Hide category icons"
3320
+ msgstr ""
3321
+
3322
+ #: my-calendar-settings.php:449
3323
+ #@ my-calendar
3324
+ msgid "Show Link to Google Map"
3325
+ msgstr ""
3326
+
3327
+ #: my-calendar-settings.php:452
3328
+ #@ my-calendar
3329
+ msgid "Show Event Address"
3330
+ msgstr ""
3331
+
3332
+ #: my-calendar-settings.php:461
3333
+ #@ my-calendar
3334
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
3335
+ msgstr ""
3336
+
3337
+ #: my-calendar-settings.php:464
3338
+ #@ my-calendar
3339
+ msgid "Event links expire after the event has passed."
3340
+ msgstr ""
3341
+
3342
+ #: my-calendar-settings.php:467
3343
+ #@ my-calendar
3344
+ msgid "Show current availability status"
3345
+ msgstr ""
3346
+
3347
+ #: my-calendar-settings.php:478
3348
+ #@ my-calendar
3349
+ msgid "Event Scheduling Options"
3350
+ msgstr ""
3351
+
3352
+ #: my-calendar-settings.php:481
3353
+ #@ my-calendar
3354
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
3355
+ msgstr ""
3356
+
3357
+ #: my-calendar-settings.php:486
3358
+ #@ my-calendar
3359
+ msgid "None"
3360
+ msgstr ""
3361
+
3362
+ #: my-calendar-settings.php:502
3363
+ #@ my-calendar
3364
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
3365
+ msgstr ""
3366
+
3367
+ #: my-calendar-settings.php:537
3368
+ #@ my-calendar
3369
+ msgid "Show Event image field"
3370
+ msgstr ""
3371
+
3372
+ #: my-calendar-settings.php:537
3373
+ #@ my-calendar
3374
+ msgid "Show Event registration options"
3375
+ msgstr ""
3376
+
3377
+ #: my-calendar-settings.php:537
3378
+ #@ my-calendar
3379
+ msgid "Show Event location fields"
3380
+ msgstr ""
3381
+
3382
+ #: my-calendar-settings.php:562
3383
+ #@ my-calendar
3384
+ msgid "Multisite Settings (Network Administrators only)"
3385
+ msgstr ""
3386
+
3387
+ #: my-calendar-settings.php:564
3388
+ #@ my-calendar
3389
+ msgid "Multisite support is a beta feature - use with caution."
3390
+ msgstr ""
3391
+
3392
+ #: my-calendar-settings.php:569
3393
+ #@ my-calendar
3394
+ msgid "Settings for WP MultiSite configurations"
3395
+ msgstr ""
3396
+
3397
+ #: my-calendar-settings.php:570
3398
+ #@ my-calendar
3399
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
3400
+ msgstr ""
3401
+
3402
+ #: my-calendar-settings.php:572
3403
+ #@ my-calendar
3404
+ msgid "Site owners may only post to their local calendar"
3405
+ msgstr ""
3406
+
3407
+ #: my-calendar-settings.php:573
3408
+ #@ my-calendar
3409
+ msgid "Site owners may only post to the central calendar"
3410
+ msgstr ""
3411
+
3412
+ #: my-calendar-settings.php:574
3413
+ #@ my-calendar
3414
+ msgid "Site owners may manage either calendar"
3415
+ msgstr ""
3416
+
3417
+ #: my-calendar-settings.php:576
3418
+ #@ my-calendar
3419
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
3420
+ msgstr ""
3421
+
3422
+ #: my-calendar-settings.php:578
3423
+ #@ my-calendar
3424
+ msgid "Sub-site calendars show events from their local calendar."
3425
+ msgstr ""
3426
+
3427
+ #: my-calendar-settings.php:579
3428
+ #@ my-calendar
3429
+ msgid "Sub-site calendars show events from the central calendar."
3430
+ msgstr ""
3431
+
3432
+ #: my-calendar-settings.php:583
3433
+ #@ my-calendar
3434
+ msgid "Save Multisite Settings"
3435
+ msgstr ""
3436
+
3437
+ #: my-calendar-settings.php:663
3438
+ #@ my-calendar
3439
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
3440
+ msgstr ""
3441
+
3442
+ #: my-calendar-settings.php:668
3443
+ #@ my-calendar
3444
+ msgid "Use this location list as input control"
3445
+ msgstr ""
3446
+
3447
+ #: my-calendar-settings.php:668
3448
+ #@ my-calendar
3449
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
3450
+ msgstr ""
3451
+
3452
+ #: my-calendar-styles.php:192
3453
+ #@ my-calendar
3454
+ msgid "Restore My Calendar stylesheet"
3455
+ msgstr ""
3456
+
3457
+ #: my-calendar-styles.php:208
3458
+ #@ my-calendar
3459
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3460
+ msgstr ""
3461
+
3462
+ #: my-calendar-styles.php:212
3463
+ #@ my-calendar
3464
+ msgid "There have been updates to the stylesheet."
3465
+ msgstr ""
3466
+
3467
+ #: my-calendar-styles.php:212
3468
+ #@ my-calendar
3469
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3470
+ msgstr ""
3471
+
3472
+ #: my-calendar-styles.php:216
3473
+ #@ my-calendar
3474
+ msgid "Your stylesheet matches that included with My Calendar."
3475
+ msgstr ""
3476
+
3477
+ #: my-calendar-styles.php:224
3478
+ #@ my-calendar
3479
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3480
+ msgstr ""
3481
+
3482
+ #: my-calendar-templates.php:20
3483
+ #@ my-calendar
3484
+ msgid "to"
3485
+ msgstr ""
3486
+
3487
+ #: my-calendar-templates.php:42
3488
+ #, php-format
3489
+ #@ my-calendar
3490
+ msgid "Map<span> to %s</span>"
3491
+ msgstr ""
3492
+
3493
+ #: my-calendar-templates.php:63
3494
+ #: my-calendar-templates.php:111
3495
+ #, php-format
3496
+ #@ my-calendar
3497
+ msgid "Visit web site<span>: %s</span>"
3498
+ msgstr ""
3499
+
3500
+ #: my-calendar-templates.php:120
3501
+ #, php-format
3502
+ #@ my-calendar
3503
+ msgid "Date of Month (the %s of each month)"
3504
+ msgstr ""
3505
+
3506
+ #: my-calendar-templates.php:121
3507
+ #, php-format
3508
+ #@ my-calendar
3509
+ msgid "Day of Month (the %s %s of each month)"
3510
+ msgstr ""
3511
+
3512
+ #: my-calendar-templating.php:18
3513
+ #@ my-calendar
3514
+ msgid "Grid Output Template saved"
3515
+ msgstr ""
3516
+
3517
+ #: my-calendar-templating.php:30
3518
+ #@ my-calendar
3519
+ msgid "List Output Template saved"
3520
+ msgstr ""
3521
+
3522
+ #: my-calendar-templating.php:41
3523
+ #@ my-calendar
3524
+ msgid "Mini Output Template saved"
3525
+ msgstr ""
3526
+
3527
+ #: my-calendar-templating.php:52
3528
+ #@ my-calendar
3529
+ msgid "Event Details Template saved"
3530
+ msgstr ""
3531
+
3532
+ #: my-calendar-templating.php:67
3533
+ #@ my-calendar
3534
+ msgid "My Calendar Information Templates"
3535
+ msgstr ""
3536
+
3537
+ #: my-calendar-templating.php:73
3538
+ #@ my-calendar
3539
+ msgid "Title of the event."
3540
+ msgstr ""
3541
+
3542
+ #: my-calendar-templating.php:76
3543
+ #@ my-calendar
3544
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3545
+ msgstr ""
3546
+
3547
+ #: my-calendar-templating.php:79
3548
+ #@ my-calendar
3549
+ msgid "Start time for the event."
3550
+ msgstr ""
3551
+
3552
+ #: my-calendar-templating.php:82
3553
+ #@ my-calendar
3554
+ msgid "Event times adjusted to the current user's time zone if set."
3555
+ msgstr ""
3556
+
3557
+ #: my-calendar-templating.php:85
3558
+ #@ my-calendar
3559
+ msgid "Date on which the event begins."
3560
+ msgstr ""
3561
+
3562
+ #: my-calendar-templating.php:88
3563
+ #@ my-calendar
3564
+ msgid "Date on which the event ends."
3565
+ msgstr ""
3566
+
3567
+ #: my-calendar-templating.php:91
3568
+ #@ my-calendar
3569
+ msgid "Time at which the event ends."
3570
+ msgstr ""
3571
+
3572
+ #: my-calendar-templating.php:94
3573
+ #@ my-calendar
3574
+ msgid "Beginning date to end date; excludes end date if same as beginning."
3575
+ msgstr ""
3576
+
3577
+ #: my-calendar-templating.php:97
3578
+ #@ my-calendar
3579
+ msgid "Multi-day events: an unordered list of dates/times. Otherwise, beginning date/time."
3580
+ msgstr ""
3581
+
3582
+ #: my-calendar-templating.php:100
3583
+ #@ my-calendar
3584
+ msgid "Author who posted the event."
3585
+ msgstr ""
3586
+
3587
+ #: my-calendar-templating.php:103
3588
+ #@ my-calendar
3589
+ msgid "Name of the assigned host for the event."
3590
+ msgstr ""
3591
+
3592
+ #: my-calendar-templating.php:106
3593
+ #@ my-calendar
3594
+ msgid "Email for the person assigned as host."
3595
+ msgstr ""
3596
+
3597
+ #: my-calendar-templating.php:109
3598
+ #@ my-calendar
3599
+ msgid "Short event description."
3600
+ msgstr ""
3601
+
3602
+ #: my-calendar-templating.php:112
3603
+ #@ my-calendar
3604
+ msgid "Description of the event."
3605
+ msgstr ""
3606
+
3607
+ #: my-calendar-templating.php:118
3608
+ #@ my-calendar
3609
+ msgid "URL provided for the event."
3610
+ msgstr ""
3611
+
3612
+ #: my-calendar-templating.php:121
3613
+ #@ my-calendar
3614
+ msgid "Link to an auto-generated page containing information about the event."
3615
+ msgstr ""
3616
+
3617
+ #: my-calendar-templating.php:124
3618
+ #@ my-calendar
3619
+ msgid "Whether event is currently open for registration."
3620
+ msgstr ""
3621
+
3622
+ #: my-calendar-templating.php:127
3623
+ #@ my-calendar
3624
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3625
+ msgstr ""
3626
+
3627
+ #: my-calendar-templating.php:133
3628
+ #@ my-calendar
3629
+ msgid "Name of the location of the event."
3630
+ msgstr ""
3631
+
3632
+ #: my-calendar-templating.php:136
3633
+ #@ my-calendar
3634
+ msgid "First line of the site address."
3635
+ msgstr ""
3636
+
3637
+ #: my-calendar-templating.php:139
3638
+ #@ my-calendar
3639
+ msgid "Second line of the site address."
3640
+ msgstr ""
3641
+
3642
+ #: my-calendar-templating.php:142
3643
+ #@ my-calendar
3644
+ msgid "City."
3645
+ msgstr ""
3646
+
3647
+ #: my-calendar-templating.php:145
3648
+ #@ my-calendar
3649
+ msgid "State."
3650
+ msgstr ""
3651
+
3652
+ #: my-calendar-templating.php:148
3653
+ #@ my-calendar
3654
+ msgid "Postal code/zip code."
3655
+ msgstr ""
3656
+
3657
+ #: my-calendar-templating.php:151
3658
+ #@ my-calendar
3659
+ msgid "Custom region."
3660
+ msgstr ""
3661
+
3662
+ #: my-calendar-templating.php:154
3663
+ #@ my-calendar
3664
+ msgid "Country for the event location."
3665
+ msgstr ""
3666
+
3667
+ #: my-calendar-templating.php:157
3668
+ #@ my-calendar
3669
+ msgid "Output the URL for the location."
3670
+ msgstr ""
3671
+
3672
+ #: my-calendar-templating.php:160
3673
+ #@ my-calendar
3674
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3675
+ msgstr ""
3676
+
3677
+ #: my-calendar-templating.php:163
3678
+ #@ my-calendar
3679
+ msgid "Link to Google Map to the event, if address information is available."
3680
+ msgstr ""
3681
+
3682
+ #: my-calendar-templating.php:169
3683
+ #@ my-calendar
3684
+ msgid "Name of the category of the event."
3685
+ msgstr ""
3686
+
3687
+ #: my-calendar-templating.php:172
3688
+ #@ my-calendar
3689
+ msgid "URL for the event's category icon."
3690
+ msgstr ""
3691
+
3692
+ #: my-calendar-templating.php:175
3693
+ #@ my-calendar
3694
+ msgid "Hex code for the event's category color."
3695
+ msgstr ""
3696
+
3697
+ #: my-calendar-templating.php:178
3698
+ #@ my-calendar
3699
+ msgid "ID of the category of the event."
3700
+ msgstr ""
3701
+
3702
+ #: my-calendar-templating.php:181
3703
+ #@ my-calendar
3704
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3705
+ msgstr ""
3706
+
3707
+ #: my-calendar-templating.php:181
3708
+ #@ my-calendar
3709
+ msgid "Templates Help"
3710
+ msgstr ""
3711
+
3712
+ #: my-calendar-templating.php:184
3713
+ #@ my-calendar
3714
+ msgid "My Calendar: Grid Event Template"
3715
+ msgstr ""
3716
+
3717
+ #: my-calendar-templating.php:189
3718
+ #@ my-calendar
3719
+ msgid "Use this grid event template"
3720
+ msgstr ""
3721
+
3722
+ #: my-calendar-templating.php:192
3723
+ #@ my-calendar
3724
+ msgid "Your custom template for events in the calendar grid output."
3725
+ msgstr ""
3726
+
3727
+ #: my-calendar-templating.php:195
3728
+ #@ my-calendar
3729
+ msgid "Save Grid Template"
3730
+ msgstr ""
3731
+
3732
+ #: my-calendar-templating.php:204
3733
+ #@ my-calendar
3734
+ msgid "My Calendar: List Event Template"
3735
+ msgstr ""
3736
+
3737
+ #: my-calendar-templating.php:209
3738
+ #@ my-calendar
3739
+ msgid "Use this list event template"
3740
+ msgstr ""
3741
+
3742
+ #: my-calendar-templating.php:212
3743
+ #@ my-calendar
3744
+ msgid "Your custom template for events in calendar list output."
3745
+ msgstr ""
3746
+
3747
+ #: my-calendar-templating.php:215
3748
+ #@ my-calendar
3749
+ msgid "Save List Template"
3750
+ msgstr ""
3751
+
3752
+ #: my-calendar-templating.php:224
3753
+ #@ my-calendar
3754
+ msgid "My Calendar: Mini Calendar Template"
3755
+ msgstr ""
3756
+
3757
+ #: my-calendar-templating.php:229
3758
+ #@ my-calendar
3759
+ msgid "Use this mini event template"
3760
+ msgstr ""
3761
+
3762
+ #: my-calendar-templating.php:232
3763
+ #@ my-calendar
3764
+ msgid "Your custom template for events in sidebar/mini calendar output."
3765
+ msgstr ""
3766
+
3767
+ #: my-calendar-templating.php:235
3768
+ #@ my-calendar
3769
+ msgid "Save Mini Template"
3770
+ msgstr ""
3771
+
3772
+ #: my-calendar-templating.php:244
3773
+ #@ my-calendar
3774
+ msgid "My Calendar: Event Details Page Template"
3775
+ msgstr ""
3776
+
3777
+ #: my-calendar-templating.php:249
3778
+ #@ my-calendar
3779
+ msgid "Use this details template"
3780
+ msgstr ""
3781
+
3782
+ #: my-calendar-templating.php:252
3783
+ #@ my-calendar
3784
+ msgid "Your custom template for events on the event details page."
3785
+ msgstr ""
3786
+
3787
+ #: my-calendar-templating.php:255
3788
+ #@ my-calendar
3789
+ msgid "Save Details Template"
3790
+ msgstr ""
3791
+
3792
+ #: my-calendar-upgrade-db.php:25
3793
+ #@ my-calendar
3794
+ msgid "Update now."
3795
+ msgstr ""
3796
+
3797
+ #: my-calendar-widgets.php:134
3798
+ #@ my-calendar
3799
+ msgid "Add <a href=\"#mc_uri\" target=\"_blank\" title=\"Opens in new window\">calendar URL in settings</a> to use this option."
3800
+ msgstr ""
3801
+
3802
+ #: my-calendar-widgets.php:149
3803
+ #@ my-calendar
3804
+ msgid "Skip the first <em>n</em> events"
3805
+ msgstr ""
3806
+
3807
+ #: my-calendar-widgets.php:162
3808
+ #@ my-calendar
3809
+ msgid "Include today's events"
3810
+ msgstr ""
3811
+
3812
+ #: my-calendar.php:126
3813
+ #@ my-calendar
3814
+ msgid "Buy the <strong>NEW</strong><br /> My Calendar User's Guide"
3815
+ msgstr ""
3816
+
3817
+ #: my-calendar.php:131
3818
+ #@ my-calendar
3819
+ msgid "Report a bug"
3820
+ msgstr ""
3821
+
3822
+ #: my-calendar.php:143
3823
+ #@ my-calendar
3824
+ msgid "Check out my other plug-ins"
3825
+ msgstr ""
3826
+
3827
+ #: my-calendar.php:144
3828
+ #@ my-calendar
3829
+ msgid "Rate this plug-in"
3830
+ msgstr ""
3831
+
3832
+ #: my-calendar.php:174
3833
+ #@ my-calendar
3834
+ msgid "Template Editor"
3835
+ msgstr ""
3836
+
3837
+ #: my-calendar.php:178
3838
+ #@ my-calendar
3839
+ msgid "My Calendar Pro Settings"
3840
+ msgstr ""
3841
+
lang/my-calendar-de_DE.mo CHANGED
Binary file
lang/my-calendar-de_DE.po CHANGED
@@ -1,3545 +1,3841 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: My Calendar 1.4.8\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
- "POT-Creation-Date: 2010-09-05 00:27+0000\n"
6
- "PO-Revision-Date: 2010-09-07 20:38+0100\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Roland P <bohnerwachs@arcor.de>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: deutsch\n"
14
- "X-Poedit-Country: Deutschland\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: \n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: my-calendar-categories.php:103
23
- #@ my-calendar
24
- msgid "Category added successfully"
25
- msgstr "Kategorie erfolgreich hinzugefügt"
26
-
27
- #: my-calendar-categories.php:105
28
- #@ my-calendar
29
- msgid "Category addition failed."
30
- msgstr "Fehler beim hinzufügen der Kategorie"
31
-
32
- #: my-calendar-categories.php:115
33
- #@ my-calendar
34
- msgid "Category deleted successfully. Categories in calendar updated."
35
- msgstr "Kategorie erfolgreich gelöscht. Kategorien im Kalender aktualisiert"
36
-
37
- #: my-calendar-categories.php:117
38
- #@ my-calendar
39
- msgid "Category deleted successfully. Categories in calendar not updated."
40
- msgstr "Kategorie erfolgreich gelöscht. Kategorien im Kalender nicht aktualisiert."
41
-
42
- #: my-calendar-categories.php:119
43
- #@ my-calendar
44
- msgid "Category not deleted. Categories in calendar updated."
45
- msgstr "Kategorie nicht gelöscht. Kategorien im Kalender aktualisiert"
46
-
47
- #: my-calendar-categories.php:135
48
- #@ my-calendar
49
- msgid "Category edited successfully"
50
- msgstr "Kategorie erfolgreich bearbeitet."
51
-
52
- #: my-calendar-categories.php:170
53
- #: my-calendar-categories.php:195
54
- #: my-calendar-categories.php:212
55
- #@ my-calendar
56
- msgid "Add Category"
57
- msgstr "Kategorie hinzufügen"
58
-
59
- #: my-calendar-categories.php:172
60
- #: my-calendar-categories.php:195
61
- #@ my-calendar
62
- msgid "Edit Category"
63
- msgstr "Kategorie editieren"
64
-
65
- #: my-calendar-categories.php:179
66
- #@ my-calendar
67
- msgid "Category Editor"
68
- msgstr "Kategorie Editor"
69
-
70
- #: my-calendar-categories.php:196
71
- #: my-calendar-categories.php:240
72
- #@ my-calendar
73
- msgid "Category Name"
74
- msgstr "Kategorie Name"
75
-
76
- #: my-calendar-categories.php:197
77
- #@ my-calendar
78
- msgid "Category Color (Hex format)"
79
- msgstr "Kategorie Farbe (Hex Format)"
80
-
81
- #: my-calendar-categories.php:198
82
- #: my-calendar-categories.php:242
83
- #@ my-calendar
84
- msgid "Category Icon"
85
- msgstr "Kategorie Icon"
86
-
87
- #: my-calendar-categories.php:212
88
- #: my-calendar-locations.php:210
89
- #@ my-calendar
90
- msgid "Save Changes"
91
- msgstr "Änderungen speichern"
92
-
93
- #: my-calendar-categories.php:228
94
- #: my-calendar.php:157
95
- #@ my-calendar
96
- msgid "Manage Categories"
97
- msgstr "Kategorien verwalten"
98
-
99
- #: my-calendar-categories.php:239
100
- #: my-calendar-event-manager.php:909
101
- #: my-calendar-group-manager.php:678
102
- #: my-calendar-locations.php:270
103
- #@ my-calendar
104
- msgid "ID"
105
- msgstr "ID"
106
-
107
- #: my-calendar-categories.php:241
108
- #@ my-calendar
109
- msgid "Category Color"
110
- msgstr "Kategorie-Farbe"
111
-
112
- #: my-calendar-categories.php:243
113
- #: my-calendar-categories.php:257
114
- #: my-calendar-event-manager.php:975
115
- #: my-calendar-group-manager.php:687
116
- #: my-calendar-locations.php:272
117
- #: my-calendar-locations.php:284
118
- #: my-calendar-output.php:274
119
- #@ my-calendar
120
- msgid "Edit"
121
- msgstr "Editieren"
122
-
123
- #: my-calendar-categories.php:244
124
- #: my-calendar-categories.php:263
125
- #: my-calendar-event-manager.php:181
126
- #: my-calendar-event-manager.php:978
127
- #: my-calendar-locations.php:273
128
- #: my-calendar-locations.php:285
129
- #: my-calendar-output.php:275
130
- #@ my-calendar
131
- msgid "Delete"
132
- msgstr "Löschen"
133
-
134
- #: my-calendar-categories.php:260
135
- #: my-calendar-event-manager.php:956
136
- #: my-calendar-group-manager.php:727
137
- #: my-calendar-output.php:172
138
- #: my-calendar-settings.php:281
139
- #@ my-calendar
140
- msgid "N/A"
141
- msgstr "n/v"
142
-
143
- #: my-calendar-categories.php:263
144
- #: my-calendar-locations.php:285
145
- #@ my-calendar
146
- msgid "Are you sure you want to delete this category?"
147
- msgstr "Sind sie sicher, dass sie diese Kategorie löschen wollen?"
148
-
149
- #: my-calendar-categories.php:274
150
- #@ my-calendar
151
- msgid "There are no categories in the database - something has gone wrong!"
152
- msgstr "Es sind keine Kategorie in der Datenbank - etwas lief schief!"
153
-
154
- #: my-calendar-event-manager.php:100
155
- #: my-calendar-settings.php:644
156
- #@ my-calendar
157
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
158
- msgstr "My Calender hat erkannt, dass sie das Kalenderplugin von Kieran O'Shea installiert haben - wollen sie diese Events und Kategorien importieren?"
159
-
160
- #: my-calendar-event-manager.php:107
161
- #: my-calendar-settings.php:651
162
- #@ my-calendar
163
- msgid "Import from Calendar"
164
- msgstr "Importieren von Calender"
165
-
166
- #: my-calendar-event-manager.php:112
167
- #@ my-calendar
168
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
169
- msgstr "Trotzdem kann es sein, dass der Import fehlschlägt, dies wird aber keine Auswirkungen auf die existierende Kalender-Datenbank haben. Wenn sie ein Problem gefunden haben, schreiben sie eine eMail an <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
170
-
171
- #: my-calendar-event-manager.php:172
172
- #@ my-calendar
173
- msgid "Delete Event"
174
- msgstr "Event löschen"
175
-
176
- #: my-calendar-event-manager.php:172
177
- #@ my-calendar
178
- msgid "Are you sure you want to delete this event?"
179
- msgstr "Sind sie sicher, dass sie das Event löschen wollen?"
180
-
181
- #: my-calendar-event-manager.php:189
182
- #@ my-calendar
183
- msgid "You do not have permission to delete that event."
184
- msgstr "Sie haben keine Rechte das Event zu löschen!"
185
-
186
- #: my-calendar-event-manager.php:161
187
- #: my-calendar-event-manager.php:321
188
- #: my-calendar-event-manager.php:350
189
- #: my-calendar-event-manager.php:364
190
- #: my-calendar-event-manager.php:377
191
- #: my-calendar-event-manager.php:1152
192
- #: my-calendar-event-manager.php:1155
193
- #: my-calendar-event-manager.php:1158
194
- #: my-calendar-event-manager.php:1167
195
- #: my-calendar-event-manager.php:1174
196
- #: my-calendar-event-manager.php:1190
197
- #: my-calendar-event-manager.php:1196
198
- #: my-calendar-group-manager.php:56
199
- #: my-calendar-group-manager.php:82
200
- #: my-calendar-group-manager.php:149
201
- #: my-calendar-group-manager.php:552
202
- #@ my-calendar
203
- msgid "Error"
204
- msgstr "Fehler"
205
-
206
- #: my-calendar-event-manager.php:329
207
- #@ my-calendar
208
- msgid "Event added. It will now show in your calendar."
209
- msgstr "Event hinzugefügt und im Kalender erschienen."
210
-
211
- #: my-calendar-event-manager.php:350
212
- #: my-calendar-group-manager.php:149
213
- #@ my-calendar
214
- msgid "Your event was not updated."
215
- msgstr "Ihr Event wurde nicht aktualisiert"
216
-
217
- #: my-calendar-event-manager.php:352
218
- #: my-calendar-group-manager.php:58
219
- #: my-calendar-group-manager.php:84
220
- #: my-calendar-group-manager.php:151
221
- #@ my-calendar
222
- msgid "Nothing was changed in that update."
223
- msgstr "In diesem Update gab es keine Änderungen"
224
-
225
- #: my-calendar-event-manager.php:354
226
- #: my-calendar-group-manager.php:60
227
- #: my-calendar-group-manager.php:153
228
- #@ my-calendar
229
- msgid "Event updated successfully"
230
- msgstr "Event erfolgreich aktualisert"
231
-
232
- #: my-calendar-event-manager.php:357
233
- #: my-calendar-group-manager.php:156
234
- #@ my-calendar
235
- msgid "You do not have sufficient permissions to edit that event."
236
- msgstr "Sie haben keine ausreichenden Rechte um das Event zu ändern."
237
-
238
- #: my-calendar-event-manager.php:364
239
- #@ my-calendar
240
- msgid "You can't delete an event if you haven't submitted an event id"
241
- msgstr "Sie können kein Event löschen, wenn sie nicht die event-id eingegeben haben"
242
-
243
- #: my-calendar-event-manager.php:375
244
- #@ my-calendar
245
- msgid "Event deleted successfully"
246
- msgstr "Event erfolgreich gelöscht"
247
-
248
- #: my-calendar-event-manager.php:377
249
- #@ my-calendar
250
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
251
- msgstr "Trotz des Versuchts das Event zu löschen befindet es sich noch in der Datenbank, bitte untersuchen sie das Problem"
252
-
253
- #: my-calendar-event-manager.php:270
254
- #: my-calendar-group-manager.php:745
255
- #@ my-calendar
256
- msgid "Edit Event"
257
- msgstr "Event editieren"
258
-
259
- #: my-calendar-event-manager.php:274
260
- #: my-calendar-event-manager.php:285
261
- #@ my-calendar
262
- msgid "You must provide an event id in order to edit it"
263
- msgstr "Sie müssen eine event-id angeben um ein Event zu editieren"
264
-
265
- #: my-calendar-event-manager.php:281
266
- #@ my-calendar
267
- msgid "Copy Event"
268
- msgstr "Event kopieren"
269
-
270
- #: my-calendar-core.php:816
271
- #: my-calendar-event-manager.php:293
272
- #@ my-calendar
273
- msgid "Add Event"
274
- msgstr "Event hinzufügen"
275
-
276
- #: my-calendar-event-manager.php:891
277
- #@ my-calendar
278
- msgid "Manage Events"
279
- msgstr "Events verwalten"
280
-
281
- #: my-calendar-event-manager.php:389
282
- #: my-calendar-group-manager.php:167
283
- #@ my-calendar
284
- msgid "Sorry! That's an invalid event key."
285
- msgstr "Entschuldigung, das ist ein falscher Event-Schlüssel."
286
-
287
- #: my-calendar-event-manager.php:393
288
- #: my-calendar-group-manager.php:171
289
- #@ my-calendar
290
- msgid "Sorry! We couldn't find an event with that ID."
291
- msgstr "Entschuldigung, wir konnten mit kein Event mit dieser ID finden."
292
-
293
- #: my-calendar-event-manager.php:475
294
- #: my-calendar-group-manager.php:285
295
- #@ my-calendar
296
- msgid "Enter your Event Information"
297
- msgstr "Geben sie ihre Eventinformationen ein"
298
-
299
- #: my-calendar-event-manager.php:477
300
- #: my-calendar-group-manager.php:291
301
- #@ my-calendar
302
- msgid "Event Title"
303
- msgstr "Event Titel"
304
-
305
- #: my-calendar-event-manager.php:503
306
- #: my-calendar-group-manager.php:295
307
- #@ my-calendar
308
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
309
- msgstr "Event Beschreibung (<abbr title=\"hypertext markup language\">HTML</abbr> erlaubt)"
310
-
311
- #: my-calendar-event-manager.php:526
312
- #: my-calendar-group-manager.php:313
313
- #@ my-calendar
314
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
315
- msgstr "Event Kurzbeschreibung (<abbr title=\"hypertext markup language\">HTML</abbr> erlaubt)"
316
-
317
- #: my-calendar-event-manager.php:549
318
- #: my-calendar-group-manager.php:336
319
- #@ my-calendar
320
- msgid "Event Category"
321
- msgstr "Event Kategorie"
322
-
323
- #: my-calendar-event-manager.php:574
324
- #: my-calendar-group-manager.php:361
325
- #@ my-calendar
326
- msgid "Event Link (Optional)"
327
- msgstr "Event Link (optional)"
328
-
329
- #: my-calendar-event-manager.php:574
330
- #: my-calendar-group-manager.php:361
331
- #@ my-calendar
332
- msgid "This link will expire when the event passes."
333
- msgstr "Dieser Link wird ungültig, wenn das Event vorrüber ist."
334
-
335
- #: my-calendar-event-manager.php:600
336
- #@ my-calendar
337
- msgid "Start Date (YYYY-MM-DD)"
338
- msgstr "Start Datum (JJJJ-MM-TT)"
339
-
340
- #: my-calendar-event-manager.php:624
341
- #@ my-calendar
342
- msgid "Current time difference from GMT is "
343
- msgstr "Aktuelle Zeitdifferenz vom GMT ist "
344
-
345
- #: my-calendar-event-manager.php:624
346
- #@ my-calendar
347
- msgid " hour(s)"
348
- msgstr "Stunde(n)"
349
-
350
- #: my-calendar-event-manager.php:633
351
- #@ my-calendar
352
- msgid "Recurring Events"
353
- msgstr "Wiederkehrende Events"
354
-
355
- #: my-calendar-event-manager.php:636
356
- #@ my-calendar
357
- msgid "Repeats for"
358
- msgstr "Wiederholen für"
359
-
360
- #: my-calendar-event-manager.php:637
361
- #@ my-calendar
362
- msgid "Units"
363
- msgstr "Einheiten"
364
-
365
- #: my-calendar-event-manager.php:638
366
- #: my-calendar-templates.php:109
367
- #@ my-calendar
368
- msgid "Does not recur"
369
- msgstr "Erscheint nicht"
370
-
371
- #: my-calendar-event-manager.php:639
372
- #: my-calendar-event-manager.php:948
373
- #: my-calendar-group-manager.php:719
374
- #: my-calendar-templates.php:110
375
- #@ my-calendar
376
- msgid "Daily"
377
- msgstr "täglich"
378
-
379
- #: my-calendar-event-manager.php:641
380
- #: my-calendar-event-manager.php:950
381
- #: my-calendar-group-manager.php:721
382
- #: my-calendar-templates.php:112
383
- #@ my-calendar
384
- msgid "Weekly"
385
- msgstr "wöchentlich"
386
-
387
- #: my-calendar-event-manager.php:642
388
- #: my-calendar-templates.php:113
389
- #@ my-calendar
390
- msgid "Bi-weekly"
391
- msgstr "aller zwei Wochen"
392
-
393
- #: my-calendar-event-manager.php:645
394
- #: my-calendar-templates.php:116
395
- #@ my-calendar
396
- msgid "Annually"
397
- msgstr "jährlich"
398
-
399
- #: my-calendar-event-manager.php:664
400
- #: my-calendar-group-manager.php:372
401
- #@ my-calendar
402
- msgid "Event Registration Status"
403
- msgstr "Registierungsstatus des Events"
404
-
405
- #: my-calendar-event-manager.php:667
406
- #: my-calendar-group-manager.php:375
407
- #@ my-calendar
408
- msgid "Open"
409
- msgstr "offen"
410
-
411
- #: my-calendar-event-manager.php:668
412
- #: my-calendar-group-manager.php:376
413
- #@ my-calendar
414
- msgid "Closed"
415
- msgstr "geschlossen"
416
-
417
- #: my-calendar-event-manager.php:669
418
- #: my-calendar-group-manager.php:377
419
- #@ my-calendar
420
- msgid "Does not apply"
421
- msgstr "wird nicht angenommen"
422
-
423
- #: my-calendar-event-manager.php:689
424
- #: my-calendar-group-manager.php:397
425
- #: my-calendar-locations.php:125
426
- #@ my-calendar
427
- msgid "Event Location"
428
- msgstr "Veranstaltungsort"
429
-
430
- #: my-calendar-event-manager.php:696
431
- #: my-calendar-group-manager.php:404
432
- #@ my-calendar
433
- msgid "Choose a preset location:"
434
- msgstr "Einen vordefinierten Ort auswählen"
435
-
436
- #: my-calendar-event-manager.php:710
437
- #: my-calendar-group-manager.php:418
438
- #@ my-calendar
439
- msgid "Add recurring locations for later use."
440
- msgstr "Wiederkehrenden Ort für spätere benutzung hinzufügen"
441
-
442
- #: my-calendar-event-manager.php:719
443
- #: my-calendar-group-manager.php:427
444
- #: my-calendar-locations.php:127
445
- #@ my-calendar
446
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
447
- msgstr "Alle Felder sind optional (können aber in einem Kartenfehler resultieren)."
448
-
449
- #: my-calendar-event-manager.php:722
450
- #: my-calendar-group-manager.php:430
451
- #: my-calendar-locations.php:130
452
- #@ my-calendar
453
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
454
- msgstr "Name des Orts"
455
-
456
- #: my-calendar-event-manager.php:731
457
- #: my-calendar-group-manager.php:433
458
- #: my-calendar-locations.php:139
459
- #@ my-calendar
460
- msgid "Street Address"
461
- msgstr "Straßenname"
462
-
463
- #: my-calendar-event-manager.php:734
464
- #: my-calendar-group-manager.php:436
465
- #: my-calendar-locations.php:142
466
- #@ my-calendar
467
- msgid "Street Address (2)"
468
- msgstr "Straßenname (2)"
469
-
470
- #: button/generator.php:56
471
- #: my-calendar-event-manager.php:737
472
- #: my-calendar-group-manager.php:439
473
- #: my-calendar-locations.php:145
474
- #: my-calendar-settings.php:620
475
- #@ my-calendar
476
- msgid "City"
477
- msgstr "Stadt"
478
-
479
- #: my-calendar-event-manager.php:744
480
- #: my-calendar-group-manager.php:439
481
- #: my-calendar-locations.php:152
482
- #: my-calendar-settings.php:621
483
- #@ my-calendar
484
- msgid "State/Province"
485
- msgstr "Bundesland/Provinz"
486
-
487
- #: button/generator.php:58
488
- #: my-calendar-event-manager.php:751
489
- #: my-calendar-group-manager.php:439
490
- #: my-calendar-locations.php:159
491
- #: my-calendar-settings.php:623
492
- #@ my-calendar
493
- msgid "Postal Code"
494
- msgstr "Postleitzahl"
495
-
496
- #: button/generator.php:59
497
- #: my-calendar-event-manager.php:769
498
- #: my-calendar-group-manager.php:445
499
- #: my-calendar-locations.php:177
500
- #: my-calendar-settings.php:622
501
- #@ my-calendar
502
- msgid "Country"
503
- msgstr "Land"
504
-
505
- #: my-calendar-event-manager.php:778
506
- #: my-calendar-group-manager.php:448
507
- #: my-calendar-locations.php:186
508
- #@ my-calendar
509
- msgid "Initial Zoom"
510
- msgstr "Zoomstufe"
511
-
512
- #: my-calendar-event-manager.php:780
513
- #: my-calendar-group-manager.php:450
514
- #: my-calendar-locations.php:188
515
- #@ my-calendar
516
- msgid "Neighborhood"
517
- msgstr "Nachbarschaft"
518
-
519
- #: my-calendar-event-manager.php:781
520
- #: my-calendar-group-manager.php:451
521
- #: my-calendar-locations.php:189
522
- #@ my-calendar
523
- msgid "Small City"
524
- msgstr "Kleinstadt"
525
-
526
- #: my-calendar-event-manager.php:782
527
- #: my-calendar-group-manager.php:452
528
- #: my-calendar-locations.php:190
529
- #@ my-calendar
530
- msgid "Large City"
531
- msgstr "Großstadt"
532
-
533
- #: my-calendar-event-manager.php:783
534
- #: my-calendar-group-manager.php:453
535
- #: my-calendar-locations.php:191
536
- #@ my-calendar
537
- msgid "Greater Metro Area"
538
- msgstr "Größeres Ballungsgebiet"
539
-
540
- #: button/generator.php:57
541
- #: my-calendar-event-manager.php:784
542
- #: my-calendar-group-manager.php:454
543
- #: my-calendar-locations.php:192
544
- #@ my-calendar
545
- msgid "State"
546
- msgstr "Bundesland"
547
-
548
- #: button/generator.php:60
549
- #: my-calendar-event-manager.php:760
550
- #: my-calendar-event-manager.php:785
551
- #: my-calendar-group-manager.php:442
552
- #: my-calendar-group-manager.php:455
553
- #: my-calendar-locations.php:168
554
- #: my-calendar-locations.php:193
555
- #: my-calendar-settings.php:624
556
- #@ my-calendar
557
- msgid "Region"
558
- msgstr "Region"
559
-
560
- #: my-calendar-event-manager.php:792
561
- #: my-calendar-group-manager.php:462
562
- #: my-calendar-locations.php:200
563
- #@ my-calendar
564
- msgid "GPS Coordinates (optional)"
565
- msgstr "GPS Koordinaten (optional)"
566
-
567
- #: my-calendar-locations.php:202
568
- #@ my-calendar
569
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
570
- msgstr "Wenn Sie GPS Koordinaten eingeben, werden diese statt der Adresse verwendent"
571
-
572
- #: my-calendar-event-manager.php:797
573
- #: my-calendar-group-manager.php:467
574
- #: my-calendar-locations.php:206
575
- #@ my-calendar
576
- msgid "Longitude"
577
- msgstr "Länge"
578
-
579
- #: my-calendar-event-manager.php:797
580
- #: my-calendar-group-manager.php:467
581
- #: my-calendar-locations.php:205
582
- #@ my-calendar
583
- msgid "Latitude"
584
- msgstr "Breite"
585
-
586
- #: my-calendar-event-manager.php:430
587
- #@ my-calendar
588
- msgid "Save Event"
589
- msgstr "Event speichern"
590
-
591
- #: my-calendar-event-manager.php:910
592
- #: my-calendar-group-manager.php:680
593
- #: my-calendar-settings.php:445
594
- #: my-calendar-widgets.php:37
595
- #: my-calendar-widgets.php:120
596
- #: my-calendar-widgets.php:494
597
- #@ my-calendar
598
- msgid "Title"
599
- msgstr "Titel"
600
-
601
- #: my-calendar-event-manager.php:911
602
- #: my-calendar-group-manager.php:681
603
- #: my-calendar-locations.php:271
604
- #@ my-calendar
605
- msgid "Location"
606
- msgstr "Ort"
607
-
608
- #: my-calendar-event-manager.php:912
609
- #: my-calendar-group-manager.php:682
610
- #: my-calendar-settings.php:446
611
- #@ my-calendar
612
- msgid "Description"
613
- msgstr "Beschreibung"
614
-
615
- #: my-calendar-event-manager.php:913
616
- #: my-calendar-group-manager.php:683
617
- #: my-calendar-settings.php:447
618
- #@ my-calendar
619
- msgid "Start Date"
620
- msgstr "Anfangsdatum"
621
-
622
- #: my-calendar-event-manager.php:914
623
- #: my-calendar-group-manager.php:684
624
- #@ my-calendar
625
- msgid "Recurs"
626
- msgstr "Wiederholungen"
627
-
628
- #: my-calendar-event-manager.php:915
629
- #: my-calendar-group-manager.php:685
630
- #: my-calendar-settings.php:233
631
- #: my-calendar-settings.php:242
632
- #: my-calendar-settings.php:250
633
- #: my-calendar-settings.php:448
634
- #@ my-calendar
635
- msgid "Author"
636
- msgstr "Autor"
637
-
638
- #: my-calendar-event-manager.php:916
639
- #: my-calendar-group-manager.php:686
640
- #: my-calendar-settings.php:449
641
- #@ my-calendar
642
- msgid "Category"
643
- msgstr "Kategorie"
644
-
645
- #: my-calendar-event-manager.php:917
646
- #@ my-calendar
647
- msgid "Edit / Delete"
648
- msgstr "editieren/löschen"
649
-
650
- #: my-calendar-event-manager.php:947
651
- #: my-calendar-group-manager.php:718
652
- #@ my-calendar
653
- msgid "Never"
654
- msgstr "niemals"
655
-
656
- #: my-calendar-event-manager.php:951
657
- #: my-calendar-group-manager.php:722
658
- #@ my-calendar
659
- msgid "Bi-Weekly"
660
- msgstr "aller zwei Wochen"
661
-
662
- #: my-calendar-event-manager.php:954
663
- #: my-calendar-group-manager.php:725
664
- #@ my-calendar
665
- msgid "Yearly"
666
- msgstr "jährlich"
667
-
668
- #: my-calendar-event-manager.php:957
669
- #: my-calendar-group-manager.php:728
670
- #@ my-calendar
671
- msgid "Forever"
672
- msgstr "für immer"
673
-
674
- #: my-calendar-event-manager.php:973
675
- #@ my-calendar
676
- msgid "Copy"
677
- msgstr "kopieren"
678
-
679
- #: my-calendar-event-manager.php:1018
680
- #: my-calendar-group-manager.php:765
681
- #@ my-calendar
682
- msgid "There are no events in the database!"
683
- msgstr "Es sind keine Events in der Datenbank"
684
-
685
- #: my-calendar-event-manager.php:1152
686
- #@ my-calendar
687
- msgid "Your event end date must be either after or the same as your event begin date"
688
- msgstr "Das Eventende muss entweder am oder nach dem Startdatum liegen"
689
-
690
- #: my-calendar-event-manager.php:1155
691
- #@ my-calendar
692
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
693
- msgstr "Die Datumsformatierung ist korrekt aber eine oder mehrere Daten sind ungültig. Überprüfen sie die Anzahl der Tage im Monat oder Fehler auf Grund eines Schaltjahres"
694
-
695
- #: my-calendar-event-manager.php:1158
696
- #@ my-calendar
697
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
698
- msgstr "Start und Enddatum muss im Format JJJJ-MM-TT sein (bspw. 2010-11-25)"
699
-
700
- #: my-calendar-event-manager.php:1167
701
- #@ my-calendar
702
- msgid "The time field must either be blank or be entered in the format hh:mm"
703
- msgstr "Das Start-Zeitfeld muss endweder frei gelassen werden oder im Format ss-mm eingegeben werden (bspw. 19:50)"
704
-
705
- #: my-calendar-event-manager.php:1174
706
- #@ my-calendar
707
- msgid "The end time field must either be blank or be entered in the format hh:mm"
708
- msgstr "Das End-Zeitfeld muss endweder frei gelassen werden oder im Format ss-mm eingegeben werden (bspw. 19:50)"
709
-
710
- #: my-calendar-event-manager.php:1190
711
- #: my-calendar-group-manager.php:552
712
- #@ my-calendar
713
- msgid "The event title must be between 1 and 255 characters in length."
714
- msgstr "Der Eventtitel muss zwischen 1 und 255 Zeichen haben"
715
-
716
- #: my-calendar-help.php:7
717
- #@ my-calendar
718
- msgid "How to use My Calendar"
719
- msgstr "Wie My Calender benutzt wird"
720
-
721
- #: my-calendar-help.php:12
722
- #@ my-calendar
723
- msgid "Shortcode Syntax"
724
- msgstr "Shortcode Syntax"
725
-
726
- #: my-calendar-help.php:15
727
- #@ my-calendar
728
- msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
729
- msgstr "Diese Shortcodes können in Artikeln, Seiten oder in Textwidgets verwendet werden."
730
-
731
- #: my-calendar-help.php:19
732
- #@ my-calendar
733
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
734
- msgstr "Dieser Shortcodes zeigt den Kalender in Artikeln oder Seiten inklusive aller Kategorien und Kategorie-Schlüssel in einem Monat-für-Monat format an"
735
-
736
- #: my-calendar-help.php:63
737
- #@ my-calendar
738
- msgid "Category Icons"
739
- msgstr "Kategorie Icon"
740
-
741
- #: my-calendar-help.php:66
742
- #@ my-calendar
743
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
744
- msgstr "My Calender ist designt um mehrere Kalender zu verwalten. Die Basis dieser Kalender sind Kategorien. Sie können einfach eine Kalenderseite erstellen, die alle Kategorien einschließt oder mehre Seiten erstellen und verschiedene Kategorien in jeder anzeigen. Zum Beispiel könnte dies sinnvoll sein, wenn Sie einen Tourkalender für mehre Bands verwalten wollen oder Kalender für mehre Veranstaltungsorte usw."
745
-
746
- #: my-calendar-help.php:69
747
- #@ my-calendar
748
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
749
- msgstr "Das vorinstallierte Kategorie Icon ist möglicherweise nicht sinnvoll für ihre Anforderung oder ihre Homepagedesign. Ich nehme an, dass sie ihr eigenes Icon hochladen. Dazu müssen sie das Icon in den \"icon\"-Ordner im \"plugin\"-Verzeichnis hochladen oder sie ersetzten den order \"my-candar-costum\" um das Überschreiben bei Updates zu vermeiden."
750
-
751
- #: my-calendar-help.php:69
752
- #@ my-calendar
753
- msgid "Your icons folder is:"
754
- msgstr "Ihr Icon-Ordnder ist:"
755
-
756
- #: my-calendar-help.php:69
757
- #@ my-calendar
758
- msgid "You can alternately place icons in:"
759
- msgstr "Sie können Icons alternativ ablegen unter:"
760
-
761
- #: my-calendar-help.php:92
762
- #@ my-calendar
763
- msgid "Widget Templating"
764
- msgstr "Widget-Einstellungen"
765
-
766
- #: my-calendar-help.php:208
767
- #@ my-calendar
768
- msgid "Displays the name of the category the event is in."
769
- msgstr "Zeigt den Namen der Kategorie in der das Event ist."
770
-
771
- #: my-calendar-help.php:100
772
- #@ my-calendar
773
- msgid "Displays the title of the event."
774
- msgstr "Zeigt den Titel des Events."
775
-
776
- #: my-calendar-help.php:106
777
- #@ my-calendar
778
- msgid "Displays the start time for the event."
779
- msgstr "Zeigt die Startzeit des Events."
780
-
781
- #: my-calendar-help.php:115
782
- #@ my-calendar
783
- msgid "Displays the date on which the event begins."
784
- msgstr "Zeigt das Startdatum des Events."
785
-
786
- #: my-calendar-help.php:118
787
- #@ my-calendar
788
- msgid "Displays the date on which the event ends."
789
- msgstr "Zeigt das Enddatum des Events."
790
-
791
- #: my-calendar-help.php:121
792
- #@ my-calendar
793
- msgid "Displays the time at which the event ends."
794
- msgstr "Zeigt die Endzeit des Events."
795
-
796
- #: my-calendar-help.php:124
797
- #@ my-calendar
798
- msgid "Displays the WordPress author who posted the event."
799
- msgstr "Zeigt den Wordpress Autor des Events."
800
-
801
- #: my-calendar-help.php:142
802
- #@ my-calendar
803
- msgid "Displays the URL provided for the event."
804
- msgstr "Zeigt die URL im Events."
805
-
806
- #: my-calendar-help.php:136
807
- #@ my-calendar
808
- msgid "Displays the description of the event."
809
- msgstr "Zeigt die Beschreibung des Events."
810
-
811
- #: my-calendar-help.php:103
812
- #@ my-calendar
813
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
814
- msgstr "Zeigt den Titel des Events als einen Link wenn eine URL hinterlegt wurde oder nur den Titel, wenn keine URL hinterlegt ist."
815
-
816
- #: my-calendar-help.php:169
817
- #@ my-calendar
818
- msgid "Displays the name of the location of the event."
819
- msgstr "Zeigt den Namen des Veranstaltungsortes des Events."
820
-
821
- #: my-calendar-help.php:172
822
- #@ my-calendar
823
- msgid "Displays the first line of the site address."
824
- msgstr "Zeigt die erste Zeile des Straßenfeldes."
825
-
826
- #: my-calendar-help.php:175
827
- #@ my-calendar
828
- msgid "Displays the second line of the site address."
829
- msgstr "Zeigt die zweite Zeile des Straßenfeldes."
830
-
831
- #: my-calendar-help.php:190
832
- #@ my-calendar
833
- msgid "Displays the country for the event location."
834
- msgstr "Zeigt das Land das Veranstaltungsortes"
835
-
836
- #: my-calendar-help.php:199
837
- #@ my-calendar
838
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
839
- msgstr "Zeigt die Eventadresse im <a href=\"http://microformats.org/wiki/hcard\">HCard</a>-Format"
840
-
841
- #: my-calendar-help.php:202
842
- #@ my-calendar
843
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
844
- msgstr "Zeigt den Link zu Google Maps für das Event, wenn genügend Informationen hinterlegt sind, sonst bleibt das Feld leer."
845
-
846
- #: my-calendar-help.php:160
847
- #@ my-calendar
848
- msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
849
- msgstr "Zeigt die Text an, ob die Registration geöffnet oder geschlossen ist. "
850
-
851
- #: my-calendar-help.php:133
852
- #@ my-calendar
853
- msgid "Displays the short version of the event description."
854
- msgstr "Zeigt die Kurtversion der Eventbeschreibung"
855
-
856
- #: my-calendar-locations.php:43
857
- #@ my-calendar
858
- msgid "Location added successfully"
859
- msgstr "Ort erfolgreich hinzugefügt"
860
-
861
- #: my-calendar-locations.php:45
862
- #@ my-calendar
863
- msgid "Location could not be added to database"
864
- msgstr "Ort konnte nicht zur Datenbank hinzugefügt werden"
865
-
866
- #: my-calendar-locations.php:51
867
- #@ my-calendar
868
- msgid "Location deleted successfully"
869
- msgstr "Ort erfolgreich gelöscht"
870
-
871
- #: my-calendar-locations.php:53
872
- #@ my-calendar
873
- msgid "Location could not be deleted"
874
- msgstr "Ort konnte nicht gelöscht werden"
875
-
876
- #: my-calendar-locations.php:78
877
- #@ my-calendar
878
- msgid "Location could not be edited."
879
- msgstr "Ort konnte nicht geändert werden"
880
-
881
- #: my-calendar-locations.php:80
882
- #@ my-calendar
883
- msgid "Location was not changed."
884
- msgstr "Ort konnte nicht geladen werden"
885
-
886
- #: my-calendar-locations.php:82
887
- #@ my-calendar
888
- msgid "Location edited successfully"
889
- msgstr "Ort erfolgreich bearbeitet"
890
-
891
- #: my-calendar-locations.php:102
892
- #@ my-calendar
893
- msgid "Add New Location"
894
- msgstr "Neuen Ort hinzufügen"
895
-
896
- #: my-calendar-locations.php:104
897
- #@ my-calendar
898
- msgid "Edit Location"
899
- msgstr "Ort bearbeiten"
900
-
901
- #: my-calendar-locations.php:109
902
- #@ my-calendar
903
- msgid "Location Editor"
904
- msgstr "Orts-Editor"
905
-
906
- #: my-calendar-locations.php:210
907
- #@ my-calendar
908
- msgid "Add Location"
909
- msgstr "Ort hinzufügen"
910
-
911
- #: my-calendar-locations.php:258
912
- #: my-calendar.php:159
913
- #@ my-calendar
914
- msgid "Manage Locations"
915
- msgstr "Orte verwalten"
916
-
917
- #: my-calendar-locations.php:293
918
- #@ my-calendar
919
- msgid "There are no locations in the database yet!"
920
- msgstr "Bisher sind keine Orte in der Datenbank"
921
-
922
- #: my-calendar-locations.php:297
923
- #@ my-calendar
924
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
925
- msgstr "Achtung: Ändern oder Löschen von Orten, die für die Wiederverwendung gespeichert wurden, wird keinen Effekt auf vorher geplante Events haben haben."
926
-
927
- #: my-calendar-importer.php:92
928
- #: my-calendar-settings.php:52
929
- #@ my-calendar
930
- msgid "Categories imported successfully."
931
- msgstr "Kategorie erfolgreich importiert."
932
-
933
- #: my-calendar-importer.php:92
934
- #: my-calendar-settings.php:52
935
- #@ my-calendar
936
- msgid "Categories not imported."
937
- msgstr "Kategorie nicht importiert."
938
-
939
- #: my-calendar-importer.php:94
940
- #: my-calendar-settings.php:53
941
- #@ my-calendar
942
- msgid "Events imported successfully."
943
- msgstr "Events erfolgreich importiert."
944
-
945
- #: my-calendar-importer.php:94
946
- #: my-calendar-settings.php:53
947
- #@ my-calendar
948
- msgid "Events not imported."
949
- msgstr "Events nicht importiert."
950
-
951
- #: my-calendar-settings.php:219
952
- #@ my-calendar
953
- msgid "My Calendar Options"
954
- msgstr "My Calender Optionen"
955
-
956
- #: my-calendar-settings.php:228
957
- #@ my-calendar
958
- msgid "Calendar Options: Management"
959
- msgstr "Kalender Optionen: Management"
960
-
961
- #: my-calendar-settings.php:231
962
- #: my-calendar-settings.php:240
963
- #@ my-calendar
964
- msgid "Subscriber"
965
- msgstr "Abonnent"
966
-
967
- #: my-calendar-settings.php:232
968
- #: my-calendar-settings.php:241
969
- #: my-calendar-settings.php:249
970
- #@ my-calendar
971
- msgid "Contributor"
972
- msgstr "Mitarbeiter"
973
-
974
- #: my-calendar-settings.php:234
975
- #: my-calendar-settings.php:243
976
- #: my-calendar-settings.php:251
977
- #@ my-calendar
978
- msgid "Editor"
979
- msgstr "Redakteur"
980
-
981
- #: my-calendar-settings.php:235
982
- #: my-calendar-settings.php:244
983
- #: my-calendar-settings.php:252
984
- #@ my-calendar
985
- msgid "Administrator"
986
- msgstr "Administrator"
987
-
988
- #: my-calendar-settings.php:284
989
- #@ my-calendar
990
- msgid "Previous Events"
991
- msgstr "Vorherige Events"
992
-
993
- #: my-calendar-settings.php:287
994
- #@ my-calendar
995
- msgid "Next Events"
996
- msgstr "Kommende Events"
997
-
998
- #: my-calendar-settings.php:290
999
- #@ my-calendar
1000
- msgid "Registration is open"
1001
- msgstr "Registrierung geöffnet"
1002
-
1003
- #: my-calendar-settings.php:293
1004
- #@ my-calendar
1005
- msgid "Registration is closed"
1006
- msgstr "Registrierung geschlossen"
1007
-
1008
- #: my-calendar-settings.php:296
1009
- #@ my-calendar
1010
- msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1011
- msgstr "Die Kalender Beschriftung ist der Text, der die den Angezeigten Monat und das Jahr endweder in der Listen-/ oder der Kalenderansicht beinhaltet. Der Text wird nach dem existierenden Text angezeigt."
1012
-
1013
- #: my-calendar-settings.php:357
1014
- #@ my-calendar
1015
- msgid "In list mode, show how many months of events at a time:"
1016
- msgstr "Im Listenmodus wie viele Monate auf einmal:"
1017
-
1018
- #: my-calendar-settings.php:328
1019
- #@ my-calendar
1020
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
1021
- msgstr "Datumsvormat benutzt den gleichen Syntax wie die<a href=\"http://php.net/date\">PHP <code>date()</code> Funktion</a>. Optionen speichern um das Beispiel zu updaten."
1022
-
1023
- #: my-calendar-settings.php:337
1024
- #@ my-calendar
1025
- msgid "Display a jumpbox for changing month and year quickly?"
1026
- msgstr "Eine Auswahlliste für die Wahl des Monats/Jahres anzeigen?"
1027
-
1028
- #: my-calendar-settings.php:393
1029
- #@ my-calendar
1030
- msgid "Show short description field on calendar."
1031
- msgstr "Zeige das Kurzbeschreibungsfeld im Kalender"
1032
-
1033
- #: my-calendar-settings.php:396
1034
- #@ my-calendar
1035
- msgid "Show full description field on calendar."
1036
- msgstr "Zeige die das Komplettbeschreibungsfeld im Kalender"
1037
-
1038
- #: my-calendar-settings.php:474
1039
- #@ my-calendar
1040
- msgid "Show Event Location Dropdown Menu"
1041
- msgstr "Zeige Veranstaltungsort Auswahlliste"
1042
-
1043
- #: my-calendar-settings.php:474
1044
- #@ my-calendar
1045
- msgid "Show Event Short Description field"
1046
- msgstr "Zeige Event Kurzbeschreibungsfeld"
1047
-
1048
- #: my-calendar-settings.php:474
1049
- #@ my-calendar
1050
- msgid "Show Event Description Field"
1051
- msgstr "Zeige Event Beschreibungsfeld"
1052
-
1053
- #: my-calendar-settings.php:474
1054
- #@ my-calendar
1055
- msgid "Show Event Category field"
1056
- msgstr "Zeige Event Kategorienfeld"
1057
-
1058
- #: my-calendar-settings.php:474
1059
- #@ my-calendar
1060
- msgid "Show Event Link field"
1061
- msgstr "Zeige Event Link-Feld"
1062
-
1063
- #: my-calendar-settings.php:487
1064
- #@ my-calendar
1065
- msgid "Administrators see all input options"
1066
- msgstr "Administratoren sehen alle Eingabefelder"
1067
-
1068
- #: my-calendar-settings.php:408
1069
- #@ my-calendar
1070
- msgid "Default usage of category colors."
1071
- msgstr "Standartbenutzung von Kategoriefarben"
1072
-
1073
- #: my-calendar-settings.php:409
1074
- #@ my-calendar
1075
- msgid "Apply category colors to event titles as a font color."
1076
- msgstr "Kategoriefarben zu Eventtiteln als Textfarbe zuweisen"
1077
-
1078
- #: my-calendar-settings.php:410
1079
- #@ my-calendar
1080
- msgid "Apply category colors to event titles as a background color."
1081
- msgstr "Kategoriefarben zu Eventtiteln als Hintergrundfarbe zuweisen"
1082
-
1083
- #: my-calendar-styles.php:129
1084
- #@ my-calendar
1085
- msgid "My Calendar Styles"
1086
- msgstr "My Calendar Styles"
1087
-
1088
- #: my-calendar-styles.php:133
1089
- #@ my-calendar
1090
- msgid "Calendar Style Settings"
1091
- msgstr "Kalender Style-Einstellungen"
1092
-
1093
- #: my-calendar-styles.php:187
1094
- #@ my-calendar
1095
- msgid "CSS Style Options"
1096
- msgstr "CSS Style-Optionen"
1097
-
1098
- #: my-calendar-styles.php:192
1099
- #@ my-calendar
1100
- msgid "Disable My Calendar Stylesheet"
1101
- msgstr "Die My Calendar Styledatei deaktivieren"
1102
-
1103
- #: my-calendar-styles.php:195
1104
- #@ my-calendar
1105
- msgid "Edit the stylesheet for My Calendar"
1106
- msgstr "Die My Calendar Styledatei bearbeiten"
1107
-
1108
- #: my-calendar-behaviors.php:85
1109
- #: my-calendar-behaviors.php:116
1110
- #: my-calendar-behaviors.php:147
1111
- #: my-calendar-behaviors.php:178
1112
- #: my-calendar-styles.php:198
1113
- #@ my-calendar
1114
- msgid "Save"
1115
- msgstr "Speichern"
1116
-
1117
- #: my-calendar-behaviors.php:77
1118
- #@ my-calendar
1119
- msgid "Calendar Behaviors: Calendar View"
1120
- msgstr "Kalenderverhalten: Kalenderansicht"
1121
-
1122
- #: my-calendar-behaviors.php:79
1123
- #@ my-calendar
1124
- msgid "Disable Calendar Javascript Effects"
1125
- msgstr "Im Kalenderformat JavaScript Effekte deaktivieren"
1126
-
1127
- #: my-calendar-behaviors.php:82
1128
- #@ my-calendar
1129
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1130
- msgstr "jQuery Scripte für My Calendar im Kalenderformat"
1131
-
1132
- #: my-calendar-behaviors.php:108
1133
- #@ my-calendar
1134
- msgid "Calendar Behaviors: List View"
1135
- msgstr "Kalenderverhalten: Listenansicht"
1136
-
1137
- #: my-calendar-behaviors.php:110
1138
- #@ my-calendar
1139
- msgid "Disable List Javascript Effects"
1140
- msgstr "JavaScript Effekte in der Listenansicht deaktivieren"
1141
-
1142
- #: my-calendar-behaviors.php:113
1143
- #@ my-calendar
1144
- msgid "Edit the jQuery scripts for My Calendar in List format"
1145
- msgstr "jQuery Scripte für My Calendar in der Listenansicht editieren"
1146
-
1147
- #: my-calendar-behaviors.php:139
1148
- #@ my-calendar
1149
- msgid "Calendar Behaviors: Mini Calendar View"
1150
- msgstr "Kalenderverhalten: Mini Kalender Ansicht"
1151
-
1152
- #: my-calendar-behaviors.php:141
1153
- #@ my-calendar
1154
- msgid "Disable Mini Javascript Effects"
1155
- msgstr "In der Minikalenderansicht JavaScript Effekte deaktivieren"
1156
-
1157
- #: my-calendar-behaviors.php:144
1158
- #@ my-calendar
1159
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1160
- msgstr "jQuery Scripte für die Miniansicht editieren"
1161
-
1162
- #: my-calendar-upgrade-db.php:17
1163
- #: my-calendar-upgrade-db.php:25
1164
- #@ my-calendar
1165
- msgid "The My Calendar database needs to be updated."
1166
- msgstr "Die My Calendar Datenbank muss aktualisiert werden."
1167
-
1168
- #: my-calendar-upgrade-db.php:18
1169
- #: my-calendar-upgrade-db.php:38
1170
- #@ my-calendar
1171
- msgid "Update now"
1172
- msgstr "jetzt updaten"
1173
-
1174
- #: my-calendar-upgrade-db.php:37
1175
- #@ my-calendar
1176
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1177
- msgstr "Sie haben keine Events eingegeben. My Calendar kann daher nicht sagen, ob ihre Datenbank aktuell ist. Wenn sie keine Events eintragen können, upgraden sie ihre Datenbank!"
1178
-
1179
- #: my-calendar-upgrade-db.php:47
1180
- #@ my-calendar
1181
- msgid "My Calendar Database is updated."
1182
- msgstr "My Calendar Datenbank ist geupdated."
1183
-
1184
- #: my-calendar-widgets.php:41
1185
- #: my-calendar-widgets.php:124
1186
- #@ my-calendar
1187
- msgid "Template"
1188
- msgstr "Template"
1189
-
1190
- #: my-calendar-widgets.php:52
1191
- #@ my-calendar
1192
- msgid "Show this text if there are no events today:"
1193
- msgstr "Zeige diesen Text, wenn heute keine Events stattfinden:"
1194
-
1195
- #: my-calendar-widgets.php:128
1196
- #@ my-calendar
1197
- msgid "Widget Options"
1198
- msgstr "Widget Optionen"
1199
-
1200
- #: my-calendar-widgets.php:139
1201
- #@ my-calendar
1202
- msgid "Display upcoming events by:"
1203
- msgstr "Zeige kommende Events:"
1204
-
1205
- #: my-calendar-widgets.php:140
1206
- #@ my-calendar
1207
- msgid "Events (e.g. 2 past, 3 future)"
1208
- msgstr "Events (z.B. 2 in der Vergangenheit, 3 in der Zukunft)"
1209
-
1210
- #: my-calendar-widgets.php:141
1211
- #@ my-calendar
1212
- msgid "Dates (e.g. 4 days past, 5 forward)"
1213
- msgstr "Daten (z.B. vor 4 Tagen in 5 Tagen)"
1214
-
1215
- #: my-calendar-core.php:46
1216
- #: my-calendar.php:160
1217
- #@ my-calendar
1218
- msgid "Settings"
1219
- msgstr "Einstellungen"
1220
-
1221
- #: my-calendar-core.php:47
1222
- #: my-calendar.php:164
1223
- #@ my-calendar
1224
- msgid "Help"
1225
- msgstr "Hilfe"
1226
-
1227
- #: my-calendar.php:122
1228
- #@ my-calendar
1229
- msgid "Get Support"
1230
- msgstr "Support bekommen"
1231
-
1232
- #: my-calendar.php:123
1233
- #: my-calendar.php:164
1234
- #@ my-calendar
1235
- msgid "My Calendar Help"
1236
- msgstr "My Calendar Hilfe"
1237
-
1238
- #: my-calendar.php:124
1239
- #@ my-calendar
1240
- msgid "Make a Donation"
1241
- msgstr "Spenden"
1242
-
1243
- #: my-calendar.php:147
1244
- #: my-calendar.php:150
1245
- #@ my-calendar
1246
- msgid "My Calendar"
1247
- msgstr "My Calendar"
1248
-
1249
- #: my-calendar.php:156
1250
- #@ my-calendar
1251
- msgid "Add/Edit Events"
1252
- msgstr "Events hinzufügen/editieren"
1253
-
1254
- #: my-calendar.php:161
1255
- #@ my-calendar
1256
- msgid "Style Editor"
1257
- msgstr "Style Editor"
1258
-
1259
- #: my-calendar-output.php:137
1260
- #@ my-calendar
1261
- msgid "Event Details"
1262
- msgstr "Event Details"
1263
-
1264
- #: my-calendar-output.php:157
1265
- #: my-calendar-output.php:264
1266
- #@ my-calendar
1267
- msgid "Close"
1268
- msgstr "geschlossen"
1269
-
1270
- #: my-calendar-output.php:172
1271
- #@ my-calendar
1272
- msgid "Not Applicable"
1273
- msgstr "entfällt"
1274
-
1275
- #: my-calendar-output.php:186
1276
- #@ my-calendar
1277
- msgid "Posted by"
1278
- msgstr "Verfasst von:"
1279
-
1280
- #: my-calendar-output.php:247
1281
- #@ my-calendar
1282
- msgid "This class is part of a series. You must register for the first event in this series to attend."
1283
- msgstr "Dieses Veranstaltung ist Teil einer Serie. Sie müssen sich für das erste Event anmelden, um teilzunehmen."
1284
-
1285
- #: button/generator.php:98
1286
- #: my-calendar-output.php:333
1287
- #: my-calendar-widgets.php:515
1288
- #@ my-calendar
1289
- msgid "Month"
1290
- msgstr "Monat"
1291
-
1292
- #: my-calendar-output.php:338
1293
- #@ my-calendar
1294
- msgid "Year"
1295
- msgstr "Jahr"
1296
-
1297
- #: my-calendar-output.php:366
1298
- #@ my-calendar
1299
- msgid "Go"
1300
- msgstr "los"
1301
-
1302
- #: my-calendar-output.php:412
1303
- #@ my-calendar
1304
- msgid "<abbr title=\"Sunday\">Sun</abbr>"
1305
- msgstr "<abbr title=\"Sonntag\">So</abbr>"
1306
-
1307
- #: my-calendar-output.php:413
1308
- #@ my-calendar
1309
- msgid "<abbr title=\"Monday\">Mon</abbr>"
1310
- msgstr "<abbr title=\"Montag\">Mo</abbr>"
1311
-
1312
- #: my-calendar-output.php:414
1313
- #@ my-calendar
1314
- msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1315
- msgstr "<abbr title=\"Dienstag\">Di</abbr>"
1316
-
1317
- #: my-calendar-output.php:415
1318
- #@ my-calendar
1319
- msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1320
- msgstr "<abbr title=\"Mittwoch\">Mi</abbr>"
1321
-
1322
- #: my-calendar-output.php:416
1323
- #@ my-calendar
1324
- msgid "<abbr title=\"Thursday\">Thur</abbr>"
1325
- msgstr "<abbr title=\"Donnerstag\">Do</abbr>"
1326
-
1327
- #: my-calendar-output.php:417
1328
- #@ my-calendar
1329
- msgid "<abbr title=\"Friday\">Fri</abbr>"
1330
- msgstr "<abbr title=\"Freitag\">Fr</abbr>"
1331
-
1332
- #: my-calendar-output.php:418
1333
- #@ my-calendar
1334
- msgid "<abbr title=\"Saturday\">Sat</abbr>"
1335
- msgstr "<abbr title=\"Samstag\">Sa</abbr>"
1336
-
1337
- #: my-calendar-output.php:423
1338
- #@ my-calendar
1339
- msgid "<abbr title=\"Sunday\">S</abbr>"
1340
- msgstr "<abbr title=\"Sonntag\">So</abbr>"
1341
-
1342
- #: my-calendar-output.php:424
1343
- #@ my-calendar
1344
- msgid "<abbr title=\"Monday\">M</abbr>"
1345
- msgstr "<abbr title=\"Montag\">M</abbr>"
1346
-
1347
- #: my-calendar-output.php:425
1348
- #@ my-calendar
1349
- msgid "<abbr title=\"Tuesday\">T</abbr>"
1350
- msgstr "<abbr title=\"Dienstag\">M</abbr>"
1351
-
1352
- #: my-calendar-output.php:426
1353
- #@ my-calendar
1354
- msgid "<abbr title=\"Wednesday\">W</abbr>"
1355
- msgstr "<abbr title=\"Mittwoch\">M</abbr>"
1356
-
1357
- #: my-calendar-output.php:427
1358
- #@ my-calendar
1359
- msgid "<abbr title=\"Thursday\">T</abbr>"
1360
- msgstr "<abbr title=\"Donnerstag\">D</abbr>"
1361
-
1362
- #: my-calendar-output.php:428
1363
- #@ my-calendar
1364
- msgid "<abbr title=\"Friday\">F</abbr>"
1365
- msgstr "<abbr title=\"Freitag\">F</abbr>"
1366
-
1367
- #: my-calendar-output.php:429
1368
- #@ my-calendar
1369
- msgid "<abbr title=\"Saturday\">S</abbr>"
1370
- msgstr "<abbr title=\"Samstag\">Sa</abbr>"
1371
-
1372
- #: my-calendar-output.php:544
1373
- #@ my-calendar
1374
- msgid "and"
1375
- msgstr "und"
1376
-
1377
- #: my-calendar-widgets.php:476
1378
- #@ my-calendar
1379
- msgid "Calendar"
1380
- msgstr "Kalender"
1381
-
1382
- #: my-calendar-output.php:564
1383
- #@ my-calendar
1384
- msgid "Events in"
1385
- msgstr "Events in"
1386
-
1387
- #: my-calendar-output.php:758
1388
- #@ my-calendar
1389
- msgid "There are no events scheduled during this period."
1390
- msgstr "In dieser Periode sind keine Events geplant"
1391
-
1392
- #: my-calendar-output.php:770
1393
- #@ my-calendar
1394
- msgid "Category Key"
1395
- msgstr "Kategorie-Schlüssel"
1396
-
1397
- #: my-calendar-behaviors.php:42
1398
- #@ my-calendar
1399
- msgid "Behavior Settings saved"
1400
- msgstr "Verhaltensweise-Einstellungen gespeichert"
1401
-
1402
- #: my-calendar-behaviors.php:65
1403
- #@ my-calendar
1404
- msgid "My Calendar Behaviors"
1405
- msgstr "My Calendar Verhaltensweisen"
1406
-
1407
- #: my-calendar-behaviors.php:69
1408
- #@ my-calendar
1409
- msgid "Calendar Behavior Settings"
1410
- msgstr "Kalender Verhaltensweise-Einstellungen"
1411
-
1412
- #: my-calendar-behaviors.php:74
1413
- #@ my-calendar
1414
- msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1415
- msgstr "Übernehme JavaScript nur auf diesen Seiten (durch Komma getrennt Seite IDs)"
1416
-
1417
- #: my-calendar-behaviors.php:170
1418
- #@ my-calendar
1419
- msgid "Calendar Behaviors: AJAX Navigation"
1420
- msgstr "Kalender Verhaltensweisen: AJAX-Navigation"
1421
-
1422
- #: my-calendar-behaviors.php:172
1423
- #@ my-calendar
1424
- msgid "Disable AJAX Effects"
1425
- msgstr "Deaktiviere AJAX-Effekte"
1426
-
1427
- #: my-calendar-behaviors.php:175
1428
- #@ my-calendar
1429
- msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1430
- msgstr "Bearbeiten der jQuery-Skripte für My Calendar AJAX-Navigation"
1431
-
1432
- #: my-calendar-event-manager.php:159
1433
- #, php-format
1434
- #@ my-calendar
1435
- msgid "%1$d events deleted successfully out of %2$d selected"
1436
- msgstr "%1$d Events erfolgreich gelöscht, von %2$d ausgewählten"
1437
-
1438
- #: my-calendar-event-manager.php:161
1439
- #@ my-calendar
1440
- msgid "Your events have not been deleted. Please investigate."
1441
- msgstr "Ihre Events wurden nicht gelöscht. Bitte untersuchen."
1442
-
1443
- #: my-calendar-event-manager.php:204
1444
- #@ my-calendar
1445
- msgid "You do not have permission to approve that event."
1446
- msgstr "Sie haben keine Berechtigung, diesen Event zu genehmigen."
1447
-
1448
- #: my-calendar-event-manager.php:218
1449
- #@ my-calendar
1450
- msgid "You do not have permission to reject that event."
1451
- msgstr "Sie haben keine Berechtigung, diesen Event abzulehnen."
1452
-
1453
- #: my-calendar-event-manager.php:321
1454
- #@ my-calendar
1455
- msgid "I'm sorry! I couldn't add that event to the database."
1456
- msgstr "Es tut mir leid! Ich konnte den Event nicht der Datenbank hinzufügen."
1457
-
1458
- #: my-calendar-event-manager.php:421
1459
- #@ my-calendar
1460
- msgid "This event must be approved in order for it to appear on the calendar."
1461
- msgstr "Dieses Ereignis muss genehmigt werden, damit es im Kalender erscheint."
1462
-
1463
- #: my-calendar-event-manager.php:477
1464
- #: my-calendar-event-manager.php:600
1465
- #: my-calendar-group-manager.php:291
1466
- #@ my-calendar
1467
- msgid "(required)"
1468
- msgstr "(erforderlich)"
1469
-
1470
- #: my-calendar-event-manager.php:481
1471
- #@ my-calendar
1472
- msgid "Publish"
1473
- msgstr "Veröffentlichen"
1474
-
1475
- #: my-calendar-event-manager.php:481
1476
- #@ my-calendar
1477
- msgid "You must approve this event to promote it to the calendar."
1478
- msgstr "Sie müssen dem Event zustimmen, um ihn in den Kalender zu befördern."
1479
-
1480
- #: my-calendar-event-manager.php:483
1481
- #@ my-calendar
1482
- msgid "An administrator must approve your new event."
1483
- msgstr "Ein Administrator muss Ihren neuen Event genehmigen."
1484
-
1485
- #: my-calendar-event-manager.php:530
1486
- #: my-calendar-group-manager.php:317
1487
- #@ my-calendar
1488
- msgid "Event Host"
1489
- msgstr "Event-Gastgeber"
1490
-
1491
- #: my-calendar-event-manager.php:582
1492
- #@ my-calendar
1493
- msgid "Event Date and Time"
1494
- msgstr "Event-Datum und -Zeit"
1495
-
1496
- #: my-calendar-event-manager.php:609
1497
- #@ my-calendar
1498
- msgid "End Date (YYYY-MM-DD)"
1499
- msgstr "Ende-Datum (YYYY-MM-DD)"
1500
-
1501
- #: my-calendar-event-manager.php:643
1502
- #@ my-calendar
1503
- msgid "Date of Month (e.g., the 24th of each month)"
1504
- msgstr "Datum des Monats (z.B. der 24. eines jeden Monats)"
1505
-
1506
- #: my-calendar-event-manager.php:644
1507
- #@ my-calendar
1508
- msgid "Day of Month (e.g., the 3rd Monday of each month)"
1509
- msgstr "Tag des Monats (z.B. der 3. Montag des Monats)"
1510
-
1511
- #: my-calendar-event-manager.php:647
1512
- #@ my-calendar
1513
- msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1514
- msgstr "Geben Sie \"0\" ein, wenn sich der Event unbegrenzt wiederholen sollte. Ihr Eintrag ist die Anzahl der Events nach dem ersten Auftreten des Events: eine Wiederholung von <em>2</em> bedeutet das Ereignis wird drei mal passieren."
1515
-
1516
- #: my-calendar-event-manager.php:665
1517
- #: my-calendar-group-manager.php:373
1518
- #@ my-calendar
1519
- msgid "My Calendar does not manage event registrations. Use this for information only."
1520
- msgstr "My Calendar bewältigt keine Event-Registrierungen. Verwenden Sie diese nur zur Information."
1521
-
1522
- #: my-calendar-event-manager.php:672
1523
- #: my-calendar-group-manager.php:380
1524
- #@ my-calendar
1525
- msgid "If this event recurs, it can only be registered for as a complete series."
1526
- msgstr "Wenn dieser Event auftritt, kann er nur für eine komplette Serie registriert werden."
1527
-
1528
- #: my-calendar-event-manager.php:794
1529
- #: my-calendar-group-manager.php:464
1530
- #@ my-calendar
1531
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1532
- msgstr "Wenn Sie GPS-Koordinaten für Ihren Standort hinzufügen, werden diese an Stelle von anderen Adressinformationen für Ihren Karten-Link verwendet."
1533
-
1534
- #: my-calendar-event-manager.php:906
1535
- #: my-calendar-group-manager.php:675
1536
- #@ my-calendar
1537
- msgid "Table of Calendar Events"
1538
- msgstr "Tabelle der Kalendereinträge"
1539
-
1540
- #: my-calendar-event-manager.php:952
1541
- #: my-calendar-group-manager.php:723
1542
- #@ my-calendar
1543
- msgid "Monthly (by date)"
1544
- msgstr "Monatlich (nach Datum)"
1545
-
1546
- #: my-calendar-event-manager.php:953
1547
- #: my-calendar-group-manager.php:724
1548
- #@ my-calendar
1549
- msgid "Monthly (by day)"
1550
- msgstr "Monatlich (nach Tag)"
1551
-
1552
- #: my-calendar-event-manager.php:979
1553
- #: my-calendar-group-manager.php:751
1554
- #@ my-calendar
1555
- msgid "Not editable."
1556
- msgstr "Kann nicht bearbeitet werden."
1557
-
1558
- #: my-calendar-event-manager.php:985
1559
- #@ my-calendar
1560
- msgid "Reject"
1561
- msgstr "Ablehnen"
1562
-
1563
- #: my-calendar-event-manager.php:987
1564
- #@ my-calendar
1565
- msgid "Approve"
1566
- msgstr "Genehmigen"
1567
-
1568
- #: my-calendar-event-manager.php:992
1569
- #@ my-calendar
1570
- msgid "Approved"
1571
- msgstr "Genehmigt"
1572
-
1573
- #: my-calendar-event-manager.php:994
1574
- #@ my-calendar
1575
- msgid "Rejected"
1576
- msgstr "Abgelehnt"
1577
-
1578
- #: my-calendar-event-manager.php:996
1579
- #@ my-calendar
1580
- msgid "Awaiting Approval"
1581
- msgstr "Wartet auf Genehmigung"
1582
-
1583
- #: my-calendar-event-manager.php:1196
1584
- #@ my-calendar
1585
- msgid "The repetition value must be 0 unless a type of recurrence is selected."
1586
- msgstr "Der Wiederholungswert muss 0 sein, ausgenommen eine Art von Wiederholung ist ausgewählt."
1587
-
1588
- #: my-calendar-help.php:42
1589
- #@ my-calendar
1590
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1591
- msgstr "Wie vorauszusehen war, zeigt dieser Shortcode die Ausgabe des Heutige-Events-Widget, mit drei konfigurierbaren Attributen: category, template and fallback."
1592
-
1593
- #: my-calendar-help.php:77
1594
- #@ my-calendar
1595
- msgid "Custom Styles"
1596
- msgstr "Benutzerdefinierte Stile"
1597
-
1598
- #: my-calendar-help.php:80
1599
- #@ my-calendar
1600
- msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1601
- msgstr "My Calendar ist mit vier grundlegenden Stylesheets ausgestattet. My Calendar wird bei der Änderung dieser grundlegenden Stylesheets beim Upgrade beibehalten, aber wenn man ein völlig neues Stylesheet hinzufügen möchten, möchten Sie es vielleicht im benutzerdefinierten Stylesheets-Verzeichnis von My Calendar speichern."
1602
-
1603
- #: my-calendar-help.php:83
1604
- #@ my-calendar
1605
- msgid "Your stylesheet directory is"
1606
- msgstr "Ihr Stylesheet-Verzeichnis ist"
1607
-
1608
- #: my-calendar-help.php:84
1609
- #@ my-calendar
1610
- msgid "Your custom stylesheets directory is"
1611
- msgstr "Ihr benutzerdefiniertes Stylesheets-Verzeichnis ist"
1612
-
1613
- #: my-calendar-help.php:95
1614
- #@ my-calendar
1615
- msgid "These codes are available in calendar widgets, email notifications, and event titles."
1616
- msgstr "Diese Codes sind in Kalendar Widgets, Email Anzeige, und Event Titeln nicht verfügbar."
1617
-
1618
- #: my-calendar-help.php:127
1619
- #@ my-calendar
1620
- msgid "Displays the name of the person assigned as host for the event."
1621
- msgstr "Zeigt den Namen der Person, die als Gastgeber für den Event vergeben wurde."
1622
-
1623
- #: my-calendar-help.php:163
1624
- #@ my-calendar
1625
- msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1626
- msgstr "Zeigt den aktuellen Status der Veranstaltung: entweder \"Published\" or \"Reserved\" - direkt in E-Mail-Vorlagen verwendet."
1627
-
1628
- #: my-calendar-help.php:211
1629
- #@ my-calendar
1630
- msgid "Produces the address of the current event's category icon."
1631
- msgstr "Erzeugt die Adresse des aktuellen Event-Kategorie-Symbols."
1632
-
1633
- #: my-calendar-help.php:217
1634
- #@ my-calendar
1635
- msgid "Produces the hex code for the current event's category color."
1636
- msgstr "Erzeugt den Hex-Code für die aktuelle Event-Kategorie-Farbe."
1637
-
1638
- #: my-calendar-install.php:192
1639
- #@ my-calendar
1640
- msgid "My Calendar Default Timezone"
1641
- msgstr "My Calendar Standard-Zeitzone"
1642
-
1643
- #: my-calendar-install.php:237
1644
- #@ my-calendar
1645
- msgid "My Calendar Default Location"
1646
- msgstr "My Calendar Standard-Standort"
1647
-
1648
- #: my-calendar-output.php:559
1649
- #@ my-calendar
1650
- msgid "The week's events"
1651
- msgstr "Die Events der Woche"
1652
-
1653
- #: my-calendar-output.php:566
1654
- #@ my-calendar
1655
- msgid "This week's events"
1656
- msgstr "Die Events dieser Woche"
1657
-
1658
- #: my-calendar-output.php:810
1659
- #@ my-calendar
1660
- msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1661
- msgstr "Abonnieren von <abbr title=\\\"Really Simple Syndication\\\">RSS</abbr>"
1662
-
1663
- #: my-calendar-output.php:811
1664
- #@ my-calendar
1665
- msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
1666
- msgstr "Download als <abbr title=\\\"iCal Ereignisse exportieren\\\">iCal</abbr>"
1667
-
1668
- #: my-calendar-output.php:1061
1669
- #: my-calendar-output.php:1079
1670
- #@ my-calendar
1671
- msgid "Show all"
1672
- msgstr "Alle"
1673
-
1674
- #: my-calendar-output.php:1077
1675
- #@ my-calendar
1676
- msgid "Show events in:"
1677
- msgstr "Standort:"
1678
-
1679
- #: my-calendar-output.php:957
1680
- #: my-calendar-output.php:1117
1681
- #@ my-calendar
1682
- msgid "Submit"
1683
- msgstr "los"
1684
-
1685
- #: my-calendar-settings.php:86
1686
- #@ my-calendar
1687
- msgid "Permissions Settings saved"
1688
- msgstr "Genehmigungen-Einstellungen gespeichert"
1689
-
1690
- #: my-calendar-settings.php:122
1691
- #@ my-calendar
1692
- msgid "Output Settings saved"
1693
- msgstr "Ausgabe-Einstellungen gespeichert"
1694
-
1695
- #: my-calendar-settings.php:141
1696
- #@ my-calendar
1697
- msgid "Input Settings saved"
1698
- msgstr "Eingabe-Einstellungen gespeichert"
1699
-
1700
- #: my-calendar-settings.php:164
1701
- #@ my-calendar
1702
- msgid "Custom text settings saved"
1703
- msgstr "Benutzerdefinierte Text-Einstellungen gespeichert"
1704
-
1705
- #: my-calendar-settings.php:176
1706
- #@ my-calendar
1707
- msgid "Email notice settings saved"
1708
- msgstr "E-Mail-Benachrichtigung-Einstellungen gespeichert"
1709
-
1710
- #: my-calendar-settings.php:190
1711
- #@ my-calendar
1712
- msgid "User custom settings saved"
1713
- msgstr "Benutzer benutzerdefinierte Einstellungen gespeichert"
1714
-
1715
- #: my-calendar-settings.php:223
1716
- #@ my-calendar
1717
- msgid "Calendar Management Settings"
1718
- msgstr "Kalender-Management-Einstellungen"
1719
-
1720
- #: my-calendar-settings.php:245
1721
- #@ my-calendar
1722
- msgid "Enable approval options."
1723
- msgstr "Aktiviere Genehmigung-Optionen."
1724
-
1725
- #: my-calendar-settings.php:254
1726
- #@ my-calendar
1727
- msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
1728
- msgstr "Standardmäßig können nur Administratoren Events bearbeiten oder löschen. Andere Benutzer können nur Events bearbeiten oder löschen, die sie selbst verfasst haben."
1729
-
1730
- #: my-calendar-settings.php:267
1731
- #@ my-calendar
1732
- msgid "Save Approval Settings"
1733
- msgstr "Genehmigungs-Einstellungen speichern"
1734
-
1735
- #: my-calendar-settings.php:273
1736
- #@ my-calendar
1737
- msgid "Calendar Text Settings"
1738
- msgstr "Kalender-Texteinstellungen"
1739
-
1740
- #: my-calendar-settings.php:301
1741
- #@ my-calendar
1742
- msgid "Save Custom Text Settings"
1743
- msgstr "Benutzerdefinierte Texteinstellungen speichern"
1744
-
1745
- #: my-calendar-settings.php:307
1746
- #@ my-calendar
1747
- msgid "Calendar Output Settings"
1748
- msgstr "Kalender-Ausgabe-Einstellungen"
1749
-
1750
- #: my-calendar-settings.php:367
1751
- #@ my-calendar
1752
- msgid "Event title template"
1753
- msgstr "Event-Titel-Vorlage"
1754
-
1755
- #: my-calendar-settings.php:542
1756
- #@ my-calendar
1757
- msgid "Shortcode Help"
1758
- msgstr "Shortcode-Hilfe"
1759
-
1760
- #: my-calendar-settings.php:542
1761
- #@ my-calendar
1762
- msgid "All template shortcodes are available."
1763
- msgstr "Alle Template-Shortcodes sind verfügbar."
1764
-
1765
- #: my-calendar-settings.php:331
1766
- #@ my-calendar
1767
- msgid "Show link to My Calendar RSS feed."
1768
- msgstr "Zeige Link zu My Calendar RSS-Feed."
1769
-
1770
- #: my-calendar-settings.php:334
1771
- #@ my-calendar
1772
- msgid "Show link to iCal format download."
1773
- msgstr "Zeige Link zu iCal-Format-Download."
1774
-
1775
- #: my-calendar-settings.php:422
1776
- #@ my-calendar
1777
- msgid "Holiday Category"
1778
- msgstr "Feiertag-Kategorie"
1779
-
1780
- #: my-calendar-settings.php:458
1781
- #@ my-calendar
1782
- msgid "Save Output Settings"
1783
- msgstr "Ausgabe-Einstellungen speichern"
1784
-
1785
- #: my-calendar-settings.php:464
1786
- #@ my-calendar
1787
- msgid "Calendar Input Settings"
1788
- msgstr "Kalender-Eingabe-Einstellungen"
1789
-
1790
- #: my-calendar-settings.php:474
1791
- #@ my-calendar
1792
- msgid "Show Event Recurrence Options"
1793
- msgstr "Zeige Event-Serienoptionen"
1794
-
1795
- #: my-calendar-settings.php:492
1796
- #@ my-calendar
1797
- msgid "Save Input Settings"
1798
- msgstr "Eingabe-Einstellungen speichern"
1799
-
1800
- #: my-calendar-settings.php:523
1801
- #@ my-calendar
1802
- msgid "Calendar Email Settings"
1803
- msgstr "Kalender-E-Mail-Einstellungen"
1804
-
1805
- #: my-calendar-settings.php:528
1806
- #@ my-calendar
1807
- msgid "Calendar Options: Email Notifications"
1808
- msgstr "Kalender-Optionen: E-Mail-Benachrichtigung"
1809
-
1810
- #: my-calendar-settings.php:532
1811
- #@ my-calendar
1812
- msgid "Send Email Notifications when new events are scheduled or reserved."
1813
- msgstr "Senden Sie E-Mail Benachrichtigungen, wenn neue Termine geplant sind oder reserviert."
1814
-
1815
- #: my-calendar-settings.php:535
1816
- #@ my-calendar
1817
- msgid "Notification messages are sent to: "
1818
- msgstr "Benachrichtigungen sind zu richten an: "
1819
-
1820
- #: my-calendar-settings.php:538
1821
- #@ my-calendar
1822
- msgid "Email subject"
1823
- msgstr "Email-Betreff"
1824
-
1825
- #: my-calendar-settings.php:538
1826
- #@ my-calendar
1827
- msgid "New event Added"
1828
- msgstr "Neuer Termin hinzugefügt"
1829
-
1830
- #: my-calendar-settings.php:541
1831
- #@ my-calendar
1832
- msgid "Message Body"
1833
- msgstr "Nachrichtentext"
1834
-
1835
- #: my-calendar-settings.php:541
1836
- #@ my-calendar
1837
- msgid "New Event:"
1838
- msgstr "Neuer Event:"
1839
-
1840
- #: my-calendar-settings.php:547
1841
- #@ my-calendar
1842
- msgid "Save Email Settings"
1843
- msgstr "E-Mail-Einstellungen speichern"
1844
-
1845
- #: my-calendar-settings.php:553
1846
- #@ my-calendar
1847
- msgid "Calendar User Settings"
1848
- msgstr "Kalender Benutzer-Einstellungen"
1849
-
1850
- #: my-calendar-settings.php:562
1851
- #@ my-calendar
1852
- msgid "Allow registered users to provide timezone or location presets in their user profiles."
1853
- msgstr "Registrierten Benutzern erlauben, Zeitzone oder Standard-Standort in ihren Benutzer-Profilen anzubieten."
1854
-
1855
- #: my-calendar-settings.php:574
1856
- #@ my-calendar
1857
- msgid "Timezone Settings"
1858
- msgstr "Zeitzone-Einstellungen"
1859
-
1860
- #: my-calendar-settings.php:575
1861
- #@ my-calendar
1862
- msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
1863
- msgstr "Diese Einstellungen bieten Benutzern die Möglichkeit, eine Zeitzone in ihrem Benutzerprofil zu wählen. Wenn sie ihren Kalender ansehen, wird die Zeit für Events in der Zeit ihrer Zeitzone sowie der eingegebene Wert angezeigt."
1864
-
1865
- #: my-calendar-settings.php:577
1866
- #@ my-calendar
1867
- msgid "Enable Timezone"
1868
- msgstr "Aktiviere Zeitzone"
1869
-
1870
- #: my-calendar-settings.php:580
1871
- #@ my-calendar
1872
- msgid "Select Timezone Label"
1873
- msgstr "Wählen Sie den Zeitzonen-Namen"
1874
-
1875
- #: my-calendar-settings.php:583
1876
- #@ my-calendar
1877
- msgid "Timezone Options"
1878
- msgstr "Zeitzonen-Optionen"
1879
-
1880
- #: my-calendar-settings.php:583
1881
- #: my-calendar-settings.php:607
1882
- #@ my-calendar
1883
- msgid "Value, Label; one per line"
1884
- msgstr "Wert, Beschriftung; eine pro Zeile"
1885
-
1886
- #: my-calendar-settings.php:595
1887
- #@ my-calendar
1888
- msgid "Location Settings"
1889
- msgstr "Standorteinstellungen"
1890
-
1891
- #: my-calendar-settings.php:598
1892
- #@ my-calendar
1893
- msgid "Enable Location"
1894
- msgstr "Standort freigeben"
1895
-
1896
- #: my-calendar-settings.php:604
1897
- #@ my-calendar
1898
- msgid "Select Location Label"
1899
- msgstr "Wählen Sie Standort-Namen"
1900
-
1901
- #: my-calendar-settings.php:607
1902
- #@ my-calendar
1903
- msgid "Location Options"
1904
- msgstr "Standort-Optionen"
1905
-
1906
- #: my-calendar-settings.php:617
1907
- #@ my-calendar
1908
- msgid "Location Type"
1909
- msgstr "Standort-Typ"
1910
-
1911
- #: button/generator.php:55
1912
- #: my-calendar-settings.php:450
1913
- #: my-calendar-settings.php:619
1914
- #@ my-calendar
1915
- msgid "Location Name"
1916
- msgstr "Standort-Name"
1917
-
1918
- #: my-calendar-settings.php:630
1919
- #@ my-calendar
1920
- msgid "Save User Settings"
1921
- msgstr "Benutzereinstellungen sichern"
1922
-
1923
- #: my-calendar-styles.php:79
1924
- #@ my-calendar
1925
- msgid "The stylesheet has been updated."
1926
- msgstr "Das Stylesheet wurde aktualisiert."
1927
-
1928
- #: my-calendar-styles.php:79
1929
- #@ my-calendar
1930
- msgid "Write Error! Please verify write permissions on the style file."
1931
- msgstr "Schreibfehler! Bitte überprüfen Sie Schreibrechte der Stylesheet-Datei."
1932
-
1933
- #: my-calendar-styles.php:93
1934
- #@ my-calendar
1935
- msgid "Stylesheet reset to default."
1936
- msgstr "Stylesheet auf Standardeinstellung zurücksetzen."
1937
-
1938
- #: my-calendar-styles.php:96
1939
- #@ my-calendar
1940
- msgid "Style Settings Saved"
1941
- msgstr "Stileinstellungen gespeichert"
1942
-
1943
- #: my-calendar-styles.php:105
1944
- #@ my-calendar
1945
- msgid "New theme selected."
1946
- msgstr "Neues Thema ausgewählt."
1947
-
1948
- #: my-calendar-styles.php:121
1949
- #@ my-calendar
1950
- msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
1951
- msgstr "Entschuldigen Sie. Die Datei, die Sie suchen scheint offenbar nicht zu existieren. Bitte überprüfen Sie den Dateinamen und den Speicherort!"
1952
-
1953
- #: my-calendar-styles.php:141
1954
- #@ my-calendar
1955
- msgid "Select My Calendar Theme"
1956
- msgstr "Wählen Sie das My Calendar -Thema"
1957
-
1958
- #: my-calendar-styles.php:149
1959
- #@ default
1960
- msgid "Your Custom Stylesheets"
1961
- msgstr ""
1962
-
1963
- #: my-calendar-styles.php:158
1964
- #@ my-calendar
1965
- msgid "Installed Stylesheets"
1966
- msgstr "Installierte Stylesheets"
1967
-
1968
- #: my-calendar-styles.php:166
1969
- #@ my-calendar
1970
- msgid "Choose Style"
1971
- msgstr "Wählen Sie den Stil"
1972
-
1973
- #: my-calendar-styles.php:179
1974
- #@ my-calendar
1975
- msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
1976
- msgstr "My Calendar konnte Ihre CSS-Dateien während des Upgrade nicht aktualisieren. Bitte überprüfen Sie Ihre Dateiberechtigungen, wenn Sie auf Ihre My Calendar Stile bearbeiten möchten. Ihre zuvor gespeicherten Stile sind unten. Diese Nachricht und diese Stile werden aus der Datenbank entfernt, wenn Sie Ihre Stylesheet erfolgreich aktualisiert haben."
1977
-
1978
- #: my-calendar-styles.php:189
1979
- #@ my-calendar
1980
- msgid "Apply CSS only on these pages (comma separated page IDs)"
1981
- msgstr "CSS nur auf diesen Seiten anwenden (durch Komma getrennt Seite-IDs)"
1982
-
1983
- #: my-calendar-event-manager.php:894
1984
- #: my-calendar-templates.php:191
1985
- #@ my-calendar
1986
- msgid "Published"
1987
- msgstr "Veröffentlicht"
1988
-
1989
- #: my-calendar-event-manager.php:895
1990
- #: my-calendar-templates.php:191
1991
- #@ my-calendar
1992
- msgid "Reserved"
1993
- msgstr "Reserviert"
1994
-
1995
- #: my-calendar-user.php:34
1996
- #@ my-calendar
1997
- msgid "My Calendar User Settings"
1998
- msgstr "My Calendar Benutzereinstellungen"
1999
-
2000
- #: my-calendar-widgets.php:5
2001
- #@ my-calendar
2002
- msgid "My Calendar: Today's Events"
2003
- msgstr "My Calendar: Heutige Events"
2004
-
2005
- #: my-calendar-widgets.php:56
2006
- #: my-calendar-widgets.php:163
2007
- #: my-calendar-widgets.php:498
2008
- #@ my-calendar
2009
- msgid "Category or categories to display:"
2010
- msgstr "Kategorie oder Kategorien für Anzeige:"
2011
-
2012
- #: my-calendar-widgets.php:77
2013
- #@ my-calendar
2014
- msgid "My Calendar: Upcoming Events"
2015
- msgstr "My Calendar: Kommende Events"
2016
-
2017
- #: my-calendar-widgets.php:159
2018
- #@ my-calendar
2019
- msgid "Show this text if there are no events meeting your criteria:"
2020
- msgstr "Zeige diesen Text, wenn es keine Events gibt, die Ihren Kriterien entsprechen:"
2021
-
2022
- #: my-calendar.php:121
2023
- #@ my-calendar
2024
- msgid "Buy the Beginner's Guide"
2025
- msgstr "Kaufen Sie das Beginner's Guide"
2026
-
2027
- #: my-calendar.php:162
2028
- #@ my-calendar
2029
- msgid "Behavior Editor"
2030
- msgstr "Verhaltensweise Editor"
2031
-
2032
- #: button/generator.php:12
2033
- #@ my-calendar
2034
- msgid "You don't have access to this function."
2035
- msgstr "Sie haben keinen Zugang zu dieser Funktion."
2036
-
2037
- #: button/generator.php:18
2038
- #: button/generator.php:44
2039
- #@ my-calendar
2040
- msgid "My Calendar Shortcode Generator"
2041
- msgstr "My Calendar Shortcodegenerator."
2042
-
2043
- #: button/generator.php:47
2044
- #@ my-calendar
2045
- msgid "Shortcode Attributes"
2046
- msgstr "Shortcode Attributen"
2047
-
2048
- #: button/generator.php:52
2049
- #@ my-calendar
2050
- msgid "Location filter type:"
2051
- msgstr "Art des Ortfilter:"
2052
-
2053
- #: button/generator.php:54
2054
- #@ my-calendar
2055
- msgid "All locations"
2056
- msgstr "Alle Orte"
2057
-
2058
- #: button/generator.php:64
2059
- #@ my-calendar
2060
- msgid "Location filter value:"
2061
- msgstr "Ortfilter Wert:"
2062
-
2063
- #: button/generator.php:68
2064
- #@ my-calendar
2065
- msgid "Format"
2066
- msgstr "Format"
2067
-
2068
- #: button/generator.php:70
2069
- #@ my-calendar
2070
- msgid "Grid"
2071
- msgstr "Raster"
2072
-
2073
- #: button/generator.php:71
2074
- #@ my-calendar
2075
- msgid "List"
2076
- msgstr "Liste"
2077
-
2078
- #: button/generator.php:75
2079
- #@ my-calendar
2080
- msgid "Show Category Key"
2081
- msgstr "Kategorie-Schlüssel zeigen"
2082
-
2083
- #: button/generator.php:77
2084
- #: button/generator.php:84
2085
- #: button/generator.php:91
2086
- #: my-calendar-widgets.php:503
2087
- #: my-calendar-widgets.php:509
2088
- #@ my-calendar
2089
- msgid "Yes"
2090
- msgstr "Ja"
2091
-
2092
- #: button/generator.php:78
2093
- #: button/generator.php:85
2094
- #: button/generator.php:92
2095
- #: my-calendar-widgets.php:504
2096
- #: my-calendar-widgets.php:510
2097
- #@ my-calendar
2098
- msgid "No"
2099
- msgstr "Nein"
2100
-
2101
- #: button/generator.php:82
2102
- #@ my-calendar
2103
- msgid "Show Previous/Next Links"
2104
- msgstr "Zurück/Weiter Links zeigen"
2105
-
2106
- #: button/generator.php:89
2107
- #@ my-calendar
2108
- msgid "Show Format Toggle"
2109
- msgstr "Format-Umschaltfläche zeigen"
2110
-
2111
- #: button/generator.php:96
2112
- #@ my-calendar
2113
- msgid "Time Segment"
2114
- msgstr "Zeitabschnitt"
2115
-
2116
- #: button/generator.php:99
2117
- #: my-calendar-widgets.php:516
2118
- #@ my-calendar
2119
- msgid "Week"
2120
- msgstr "Woche"
2121
-
2122
- #: button/generator.php:100
2123
- #@ my-calendar
2124
- msgid "Day"
2125
- msgstr "Tag"
2126
-
2127
- #: button/generator.php:105
2128
- #@ my-calendar
2129
- msgid "Generate Shortcode"
2130
- msgstr "Shortcode machen"
2131
-
2132
- #: button/generator.php:107
2133
- #@ my-calendar
2134
- msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
2135
- msgstr "<strong>Achtung:</strong>Wenn Sie einem Ortfilter Wert geben, muss er zu den gespeicherten Events Informationen genau passen. (z.B. \"Saint Paul\" passt nicht zu \"saint paul\" oder \"St. Paul\")"
2136
-
2137
- #: button/generator.php:117
2138
- #@ my-calendar
2139
- msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
2140
- msgstr "My Calendar: diese Generator wird keine Shortcode auf Ihre Seite stellen."
2141
-
2142
- #: my-calendar-behaviors.php:79
2143
- #@ my-calendar
2144
- msgid "Update/Reset the My Calendar Calendar Javascript"
2145
- msgstr "My Calendar Kalender Javascript Aktualizieren/Zurücksetzen"
2146
-
2147
- #: my-calendar-behaviors.php:94
2148
- #: my-calendar-behaviors.php:125
2149
- #: my-calendar-behaviors.php:156
2150
- #: my-calendar-behaviors.php:186
2151
- #@ my-calendar
2152
- msgid "Comparing scripts with latest installed version of My Calendar"
2153
- msgstr "Scripte werden mit der neuesten installierten Version des My Calendars vergleicht."
2154
-
2155
- #: my-calendar-behaviors.php:94
2156
- #: my-calendar-behaviors.php:125
2157
- #: my-calendar-behaviors.php:156
2158
- #: my-calendar-behaviors.php:186
2159
- #: my-calendar-styles.php:208
2160
- #@ my-calendar
2161
- msgid "Latest (from plugin)"
2162
- msgstr "Neueste (von Plugin)"
2163
-
2164
- #: my-calendar-behaviors.php:94
2165
- #: my-calendar-behaviors.php:125
2166
- #: my-calendar-behaviors.php:156
2167
- #: my-calendar-behaviors.php:186
2168
- #: my-calendar-styles.php:208
2169
- #@ my-calendar
2170
- msgid "Current (in use)"
2171
- msgstr "Aktuelle (in Verwendung)"
2172
-
2173
- #: my-calendar-behaviors.php:98
2174
- #@ my-calendar
2175
- msgid "There have been updates to the calendar view scripts."
2176
- msgstr "Es gab Aktualisierungen zu den Kalenderansicht Scripte."
2177
-
2178
- #: my-calendar-behaviors.php:98
2179
- #: my-calendar-behaviors.php:129
2180
- #: my-calendar-behaviors.php:160
2181
- #: my-calendar-behaviors.php:190
2182
- #@ my-calendar
2183
- msgid "Compare your scripts with latest installed version of My Calendar."
2184
- msgstr "Ihre Scripte mit der neuesten installierten Version des My Calendars vergleichen."
2185
-
2186
- #: my-calendar-behaviors.php:102
2187
- #: my-calendar-behaviors.php:133
2188
- #: my-calendar-behaviors.php:164
2189
- #: my-calendar-behaviors.php:194
2190
- #@ my-calendar
2191
- msgid "Your script matches that included with My Calendar."
2192
- msgstr "Ihre Script passt zu der mit My Calendar eingeschlossene Script."
2193
-
2194
- #: my-calendar-behaviors.php:110
2195
- #@ my-calendar
2196
- msgid "Update/Reset the My Calendar List Javascript"
2197
- msgstr "Die My Calendar Liste Javascript Aktualisieren/Zurücksetzen"
2198
-
2199
- #: my-calendar-behaviors.php:129
2200
- #@ my-calendar
2201
- msgid "There have been updates to the list view scripts."
2202
- msgstr "Es gab Aktualisierungen zu den Listenansicht Scripts."
2203
-
2204
- #: my-calendar-behaviors.php:141
2205
- #@ my-calendar
2206
- msgid "Update/Reset the My Calendar Mini Format Javascript"
2207
- msgstr "Die My Calendar Mini-Format Javascript Aktualisieren/Zurücksetzen"
2208
-
2209
- #: my-calendar-behaviors.php:160
2210
- #@ my-calendar
2211
- msgid "There have been updates to the mini view scripts."
2212
- msgstr "Es gab Aktualisierungen zu den Mini-Ansicht Scripte."
2213
-
2214
- #: my-calendar-behaviors.php:172
2215
- #@ my-calendar
2216
- msgid "Update/Reset the My Calendar AJAX Javascript"
2217
- msgstr "Die My Calendar AJAX Javascript Aktualisieren/Zurücksetzen"
2218
-
2219
- #: my-calendar-behaviors.php:190
2220
- #@ my-calendar
2221
- msgid "There have been updates to the AJAX scripts."
2222
- msgstr "Es gab Aktualisierungen zu den AJAX Scripte."
2223
-
2224
- #: my-calendar-behaviors.php:202
2225
- #@ my-calendar
2226
- msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
2227
- msgstr "Zurücksetzung des Javascripts wird diese Script zu die zurzeit mit der Plug-in verteilte Version gestellt."
2228
-
2229
- #: my-calendar-categories.php:137
2230
- #@ my-calendar
2231
- msgid "Error: Category was not edited."
2232
- msgstr "Fehler: Kategorie wurde nicht bearbeitet."
2233
-
2234
- #: my-calendar-categories.php:218
2235
- #@ my-calendar
2236
- msgid "Add a New Category"
2237
- msgstr "Neue Kategorie hinzufügen"
2238
-
2239
- #: my-calendar-core.php:185
2240
- #, php-format
2241
- #@ my-calendar
2242
- msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
2243
- msgstr "<br /><strong>Achtung:</strong> Bitte, bevor upgraden, die <a class=\"thickbox\" href=\"%1$s\">changelog</a> nachprüfen ."
2244
-
2245
- #: my-calendar-core.php:911
2246
- #@ my-calendar
2247
- msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
2248
- msgstr "Derzeit erlauben Sie, dass Abonnente Events einstellen können, aber Sie benutzen Akismet nicht. My Calendar kann Akismet benutzen um auf Spam in Event Submissions zu prüfen. <a href='https://akismet.com/signup/'>Bekommen Sie jetzt einen Akismet API Schlüssel.</a>"
2249
-
2250
- #: my-calendar-core.php:1036
2251
- #@ my-calendar
2252
- msgid "Is this your calendar page?"
2253
- msgstr "Ist das Ihre Kalender Seite?"
2254
-
2255
- #: my-calendar-core.php:1039
2256
- #@ my-calendar
2257
- msgid "I tried to guess, but don't have a suggestion for you."
2258
- msgstr "Ich habe versucht zu erraten, aber habe keinen Vorschlag für Sie."
2259
-
2260
- #: my-calendar-event-manager.php:260
2261
- #@ my-calendar
2262
- msgid "Currently editing your local calendar"
2263
- msgstr "Zurzeit wird Ihre Lokalkalender bearbeitet."
2264
-
2265
- #: my-calendar-event-manager.php:262
2266
- #@ my-calendar
2267
- msgid "Currently editing your central calendar"
2268
- msgstr "Zurzeit wird Ihre Zentralkalender bearbeitet."
2269
-
2270
- #: my-calendar-event-manager.php:471
2271
- #@ my-calendar
2272
- msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
2273
- msgstr "Es gab einen Fehler bei der Anschaffung der Information über diese Event Instanz. Das Datum dieser Event wurde nicht eingegeben. <strong>Sie bearbeiten das ganze Wiederholung-Set. </strong>"
2274
-
2275
- #: my-calendar-event-manager.php:496
2276
- #@ my-calendar
2277
- msgid "This event is not spam"
2278
- msgstr ""
2279
-
2280
- #: my-calendar-event-manager.php:513
2281
- #: my-calendar-event-manager.php:520
2282
- #@ my-calendar
2283
- msgid "This event's image:"
2284
- msgstr ""
2285
-
2286
- #: my-calendar-event-manager.php:514
2287
- #@ my-calendar
2288
- msgid "Add an image:"
2289
- msgstr ""
2290
-
2291
- #: my-calendar-event-manager.php:514
2292
- #@ my-calendar
2293
- msgid "Upload Image"
2294
- msgstr ""
2295
-
2296
- #: my-calendar-event-manager.php:514
2297
- #: my-calendar-group-manager.php:306
2298
- #@ my-calendar
2299
- msgid "Include your image URL or upload an image."
2300
- msgstr ""
2301
-
2302
- #: my-calendar-event-manager.php:583
2303
- #@ my-calendar
2304
- msgid "Enter the beginning and ending information for this occurrence of the event."
2305
- msgstr ""
2306
-
2307
- #: my-calendar-event-manager.php:600
2308
- #@ my-calendar
2309
- msgid "Time (hh:mm am/pm)"
2310
- msgstr ""
2311
-
2312
- #: my-calendar-event-manager.php:609
2313
- #@ my-calendar
2314
- msgid "End Time (hh:mm am/pm)"
2315
- msgstr ""
2316
-
2317
- #: my-calendar-event-manager.php:619
2318
- #@ my-calendar
2319
- msgid "Add another occurrence"
2320
- msgstr ""
2321
-
2322
- #: my-calendar-event-manager.php:620
2323
- #@ my-calendar
2324
- msgid "Remove last occurrence"
2325
- msgstr ""
2326
-
2327
- #: my-calendar-event-manager.php:640
2328
- #: my-calendar-templates.php:111
2329
- #@ my-calendar
2330
- msgid "Daily, weekdays only"
2331
- msgstr ""
2332
-
2333
- #: my-calendar-event-manager.php:789
2334
- #: my-calendar-group-manager.php:459
2335
- #@ my-calendar
2336
- msgid "Location URL"
2337
- msgstr ""
2338
-
2339
- #: my-calendar-event-manager.php:810
2340
- #@ my-calendar
2341
- msgid "Special Options"
2342
- msgstr ""
2343
-
2344
- #: my-calendar-event-manager.php:812
2345
- #@ my-calendar
2346
- msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
2347
- msgstr ""
2348
-
2349
- #: my-calendar-event-manager.php:815
2350
- #@ my-calendar
2351
- msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
2352
- msgstr ""
2353
-
2354
- #: my-calendar-event-manager.php:896
2355
- #@ my-calendar
2356
- msgid "All"
2357
- msgstr ""
2358
-
2359
- #: my-calendar-event-manager.php:949
2360
- #: my-calendar-group-manager.php:720
2361
- #@ my-calendar
2362
- msgid "Weekdays"
2363
- msgstr ""
2364
-
2365
- #: my-calendar-event-manager.php:958
2366
- #: my-calendar-group-manager.php:729
2367
- #, php-format
2368
- #@ my-calendar
2369
- msgid "%d Times"
2370
- msgstr ""
2371
-
2372
- #: my-calendar-event-manager.php:976
2373
- #: my-calendar-group-manager.php:747
2374
- #: my-calendar-output.php:269
2375
- #@ my-calendar
2376
- msgid "Edit Group"
2377
- msgstr ""
2378
-
2379
- #: my-calendar-event-manager.php:1007
2380
- #@ my-calendar
2381
- msgid "Delete checked events"
2382
- msgstr ""
2383
-
2384
- #: my-calendar-group-manager.php:56
2385
- #@ my-calendar
2386
- msgid "Event not updated."
2387
- msgstr ""
2388
-
2389
- #: my-calendar-group-manager.php:82
2390
- #@ my-calendar
2391
- msgid "Event not grouped."
2392
- msgstr ""
2393
-
2394
- #: my-calendar-group-manager.php:86
2395
- #@ my-calendar
2396
- msgid "Event grouped successfully"
2397
- msgstr ""
2398
-
2399
- #: my-calendar-group-manager.php:104
2400
- #: my-calendar-group-manager.php:259
2401
- #@ my-calendar
2402
- msgid "Edit Event Group"
2403
- msgstr ""
2404
-
2405
- #: my-calendar-group-manager.php:108
2406
- #@ my-calendar
2407
- msgid "You must provide an event group id in order to edit it"
2408
- msgstr ""
2409
-
2410
- #: my-calendar-group-manager.php:116
2411
- #: my-calendar.php:158
2412
- #@ my-calendar
2413
- msgid "Manage Event Groups"
2414
- msgstr ""
2415
-
2416
- #: my-calendar-group-manager.php:118
2417
- #@ my-calendar
2418
- msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2419
- msgstr ""
2420
-
2421
- #: my-calendar-group-manager.php:119
2422
- #@ my-calendar
2423
- msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2424
- msgstr ""
2425
-
2426
- #: my-calendar-group-manager.php:212
2427
- #@ my-calendar
2428
- msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2429
- msgstr ""
2430
-
2431
- #: my-calendar-group-manager.php:212
2432
- #@ my-calendar
2433
- msgid "The group editable fields in for the events in this group match."
2434
- msgstr ""
2435
-
2436
- #: my-calendar-group-manager.php:219
2437
- #@ my-calendar
2438
- msgid "Apply these changes to:"
2439
- msgstr ""
2440
-
2441
- #: my-calendar-group-manager.php:230
2442
- #@ my-calendar
2443
- msgid "Check/Uncheck all"
2444
- msgstr ""
2445
-
2446
- #: my-calendar-group-manager.php:232
2447
- #@ my-calendar
2448
- msgid "Remove checked events from this group"
2449
- msgstr ""
2450
-
2451
- #: my-calendar-group-manager.php:249
2452
- #@ my-calendar
2453
- msgid "You must provide a group ID to edit groups"
2454
- msgstr ""
2455
-
2456
- #: my-calendar-group-manager.php:662
2457
- #@ my-calendar
2458
- msgid "Create/Modify Groups"
2459
- msgstr ""
2460
-
2461
- #: my-calendar-group-manager.php:663
2462
- #@ my-calendar
2463
- msgid "Check a set of events to group them for mass editing."
2464
- msgstr ""
2465
-
2466
- #: my-calendar-group-manager.php:673
2467
- #: my-calendar-group-manager.php:759
2468
- #@ my-calendar
2469
- msgid "Group checked events for mass editing"
2470
- msgstr ""
2471
-
2472
- #: my-calendar-group-manager.php:679
2473
- #@ my-calendar
2474
- msgid "Group"
2475
- msgstr ""
2476
-
2477
- #: my-calendar-group-manager.php:749
2478
- #@ my-calendar
2479
- msgid "Ungrouped"
2480
- msgstr ""
2481
-
2482
- #: my-calendar-help.php:17
2483
- #@ my-calendar
2484
- msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2485
- msgstr ""
2486
-
2487
- #: my-calendar-help.php:22
2488
- #@ my-calendar
2489
- msgid "The shortcode supports eight attributes:"
2490
- msgstr ""
2491
-
2492
- #: my-calendar-help.php:24
2493
- #@ my-calendar
2494
- msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2495
- msgstr ""
2496
-
2497
- #: my-calendar-help.php:25
2498
- #@ my-calendar
2499
- msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2500
- msgstr ""
2501
-
2502
- #: my-calendar-help.php:26
2503
- #@ my-calendar
2504
- msgid "Set as \"no\" to hide the category key."
2505
- msgstr ""
2506
-
2507
- #: my-calendar-help.php:27
2508
- #@ my-calendar
2509
- msgid "Set as \"no\" to hide the month-by-month navigation."
2510
- msgstr ""
2511
-
2512
- #: my-calendar-help.php:28
2513
- #@ my-calendar
2514
- msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2515
- msgstr ""
2516
-
2517
- #: my-calendar-help.php:29
2518
- #@ my-calendar
2519
- msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2520
- msgstr ""
2521
-
2522
- #: my-calendar-help.php:30
2523
- #@ my-calendar
2524
- msgid "The type of location data to restrict by."
2525
- msgstr ""
2526
-
2527
- #: my-calendar-help.php:31
2528
- #@ my-calendar
2529
- msgid "The specific location information to filter to."
2530
- msgstr ""
2531
-
2532
- #: my-calendar-help.php:35
2533
- #@ my-calendar
2534
- msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2535
- msgstr ""
2536
-
2537
- #: my-calendar-help.php:37
2538
- #@ my-calendar
2539
- msgid "Additional Calendar Views (Upcoming events, today's events)"
2540
- msgstr ""
2541
-
2542
- #: my-calendar-help.php:39
2543
- #@ my-calendar
2544
- msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
2545
- msgstr ""
2546
-
2547
- #: my-calendar-help.php:45
2548
- #@ my-calendar
2549
- msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2550
- msgstr ""
2551
-
2552
- #: my-calendar-help.php:48
2553
- #@ my-calendar
2554
- msgid "Supplement Features (Locations filter, Categories filter)"
2555
- msgstr ""
2556
-
2557
- #: my-calendar-help.php:51
2558
- #@ my-calendar
2559
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2560
- msgstr ""
2561
-
2562
- #: my-calendar-help.php:54
2563
- #@ my-calendar
2564
- msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2565
- msgstr ""
2566
-
2567
- #: my-calendar-help.php:57
2568
- #@ my-calendar
2569
- msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2570
- msgstr ""
2571
-
2572
- #: my-calendar-help.php:97
2573
- #: my-calendar-templating.php:72
2574
- #@ my-calendar
2575
- msgid "Event Template Tags"
2576
- msgstr ""
2577
-
2578
- #: my-calendar-help.php:109
2579
- #@ my-calendar
2580
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2581
- msgstr ""
2582
-
2583
- #: my-calendar-help.php:112
2584
- #@ my-calendar
2585
- msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2586
- msgstr ""
2587
-
2588
- #: my-calendar-help.php:130
2589
- #@ my-calendar
2590
- msgid "Displays the email address of the person assigned as host for the event."
2591
- msgstr ""
2592
-
2593
- #: my-calendar-help.php:139
2594
- #: my-calendar-templating.php:111
2595
- #@ my-calendar
2596
- msgid "Image associated with the event."
2597
- msgstr ""
2598
-
2599
- #: my-calendar-help.php:145
2600
- #@ my-calendar
2601
- msgid "Produces the URL to download an iCal formatted record for the event."
2602
- msgstr ""
2603
-
2604
- #: my-calendar-help.php:148
2605
- #@ my-calendar
2606
- msgid "Produces a hyperlink to download an iCal formatted record for the event."
2607
- msgstr ""
2608
-
2609
- #: my-calendar-help.php:151
2610
- #@ my-calendar
2611
- msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2612
- msgstr ""
2613
-
2614
- #: my-calendar-help.php:154
2615
- #@ my-calendar
2616
- msgid "Shows the number of repetitions of the event."
2617
- msgstr ""
2618
-
2619
- #: my-calendar-help.php:157
2620
- #@ my-calendar
2621
- msgid "Provides a link to an auto-generated page containing all information on the given event."
2622
- msgstr ""
2623
-
2624
- #: my-calendar-help.php:157
2625
- #@ my-calendar
2626
- msgid "Requires that the site URL has been provided on the Settings page"
2627
- msgstr ""
2628
-
2629
- #: my-calendar-help.php:165
2630
- #: my-calendar-templating.php:125
2631
- #@ my-calendar
2632
- msgid "Location Template Tags"
2633
- msgstr ""
2634
-
2635
- #: my-calendar-help.php:178
2636
- #@ my-calendar
2637
- msgid "Displays the city for the location."
2638
- msgstr ""
2639
-
2640
- #: my-calendar-help.php:181
2641
- #@ my-calendar
2642
- msgid "Displays the state for the location."
2643
- msgstr ""
2644
-
2645
- #: my-calendar-help.php:184
2646
- #@ my-calendar
2647
- msgid "Displays the postcode for the location."
2648
- msgstr ""
2649
-
2650
- #: my-calendar-help.php:187
2651
- #@ my-calendar
2652
- msgid "Shows the custom region entered for the location."
2653
- msgstr ""
2654
-
2655
- #: my-calendar-help.php:193
2656
- #@ my-calendar
2657
- msgid "Output the URL for the location link."
2658
- msgstr ""
2659
-
2660
- #: my-calendar-help.php:196
2661
- #@ my-calendar
2662
- msgid "Output a hyperlink to the location's listed link with default link text."
2663
- msgstr ""
2664
-
2665
- #: my-calendar-help.php:204
2666
- #: my-calendar-templating.php:161
2667
- #@ my-calendar
2668
- msgid "Category Template Tags"
2669
- msgstr ""
2670
-
2671
- #: my-calendar-help.php:214
2672
- #@ my-calendar
2673
- msgid "Produces the HTML for the current event's category icon."
2674
- msgstr ""
2675
-
2676
- #: my-calendar-help.php:220
2677
- #@ my-calendar
2678
- msgid ""
2679
- "Displays the ID for\n"
2680
- " the category the event is in."
2681
- msgstr ""
2682
-
2683
- #: my-calendar-help.php:224
2684
- #@ my-calendar
2685
- msgid "Special use Template Tags"
2686
- msgstr ""
2687
-
2688
- #: my-calendar-help.php:228
2689
- #@ my-calendar
2690
- msgid "A unique ID for the current instance of an event."
2691
- msgstr ""
2692
-
2693
- #: my-calendar-help.php:231
2694
- #@ my-calendar
2695
- msgid "The ID for the event record associated with the current instance of an event."
2696
- msgstr ""
2697
-
2698
- #: my-calendar-help.php:241
2699
- #@ my-calendar
2700
- msgid "Helpful Information"
2701
- msgstr ""
2702
-
2703
- #: my-calendar-help.php:244
2704
- #@ my-calendar
2705
- msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2706
- msgstr ""
2707
-
2708
- #: my-calendar-help.php:247
2709
- #@ my-calendar
2710
- msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2711
- msgstr ""
2712
-
2713
- #: my-calendar-locations.php:197
2714
- #@ my-calendar
2715
- msgid "Website"
2716
- msgstr ""
2717
-
2718
- #: my-calendar-locations.php:217
2719
- #@ my-calendar
2720
- msgid "Add a New Location"
2721
- msgstr ""
2722
-
2723
- #: my-calendar-output.php:166
2724
- #, php-format
2725
- #@ my-calendar
2726
- msgid "(%s in your time zone)"
2727
- msgstr ""
2728
-
2729
- #: my-calendar-output.php:193
2730
- #: my-calendar-templates.php:193
2731
- #@ my-calendar
2732
- msgid "Details about"
2733
- msgstr ""
2734
-
2735
- #: my-calendar-output.php:213
2736
- #: my-calendar-templates.php:148
2737
- #@ my-calendar
2738
- msgid "iCal"
2739
- msgstr ""
2740
-
2741
- #: my-calendar-output.php:252
2742
- #@ my-calendar
2743
- msgid "View full calendar"
2744
- msgstr ""
2745
-
2746
- #: my-calendar-output.php:282
2747
- #@ my-calendar
2748
- msgid "Edit This Date"
2749
- msgstr ""
2750
-
2751
- #: my-calendar-output.php:283
2752
- #@ my-calendar
2753
- msgid "Edit All"
2754
- msgstr ""
2755
-
2756
- #: my-calendar-output.php:284
2757
- #@ my-calendar
2758
- msgid "Delete This Date"
2759
- msgstr ""
2760
-
2761
- #: my-calendar-output.php:285
2762
- #@ my-calendar
2763
- msgid "Delete All"
2764
- msgstr ""
2765
-
2766
- #: my-calendar-output.php:386
2767
- #@ my-calendar
2768
- msgid "View as Grid"
2769
- msgstr ""
2770
-
2771
- #: my-calendar-output.php:390
2772
- #@ my-calendar
2773
- msgid "View as List"
2774
- msgstr ""
2775
-
2776
- #: my-calendar-output.php:520
2777
- #@ my-calendar
2778
- msgid "No events scheduled for today!"
2779
- msgstr ""
2780
-
2781
- #: my-calendar-output.php:743
2782
- #, php-format
2783
- #@ my-calendar
2784
- msgid " and %d other event"
2785
- msgstr ""
2786
-
2787
- #: my-calendar-output.php:745
2788
- #, php-format
2789
- #@ my-calendar
2790
- msgid " and %d other events"
2791
- msgstr ""
2792
-
2793
- #: my-calendar-output.php:762
2794
- #@ my-calendar
2795
- msgid "Unrecognized calendar format."
2796
- msgstr ""
2797
-
2798
- #: my-calendar-output.php:824
2799
- #@ my-calendar
2800
- msgid "Next events"
2801
- msgstr ""
2802
-
2803
- #: my-calendar-output.php:866
2804
- #@ my-calendar
2805
- msgid "Previous events"
2806
- msgstr ""
2807
-
2808
- #: my-calendar-output.php:914
2809
- #@ my-calendar
2810
- msgid "(select to include)"
2811
- msgstr ""
2812
-
2813
- #: my-calendar-output.php:935
2814
- #: my-calendar-output.php:938
2815
- #@ my-calendar
2816
- msgid "All Categories"
2817
- msgstr ""
2818
-
2819
- #: my-calendar-output.php:936
2820
- #@ my-calendar
2821
- msgid "Categories"
2822
- msgstr ""
2823
-
2824
- #: my-calendar-settings.php:147
2825
- #@ my-calendar
2826
- msgid "Multsite settings saved"
2827
- msgstr ""
2828
-
2829
- #: my-calendar-settings.php:230
2830
- #@ my-calendar
2831
- msgid "Lowest user group that may create events"
2832
- msgstr ""
2833
-
2834
- #: my-calendar-settings.php:239
2835
- #@ my-calendar
2836
- msgid "Lowest user group that may approve events"
2837
- msgstr ""
2838
-
2839
- #: my-calendar-settings.php:248
2840
- #@ my-calendar
2841
- msgid "Lowest user group that may edit or delete all events"
2842
- msgstr ""
2843
-
2844
- #: my-calendar-settings.php:258
2845
- #@ my-calendar
2846
- msgid "Currently editing my local calendar"
2847
- msgstr ""
2848
-
2849
- #: my-calendar-settings.php:261
2850
- #@ my-calendar
2851
- msgid "Currently editing the network calendar"
2852
- msgstr ""
2853
-
2854
- #: my-calendar-settings.php:278
2855
- #@ my-calendar
2856
- msgid "Calendar Options: Customizable Text Fields"
2857
- msgstr ""
2858
-
2859
- #: my-calendar-settings.php:281
2860
- #@ my-calendar
2861
- msgid "Label for events without a set time"
2862
- msgstr ""
2863
-
2864
- #: my-calendar-settings.php:284
2865
- #@ my-calendar
2866
- msgid "Previous events link"
2867
- msgstr ""
2868
-
2869
- #: my-calendar-settings.php:287
2870
- #@ my-calendar
2871
- msgid "Next events link"
2872
- msgstr ""
2873
-
2874
- #: my-calendar-settings.php:290
2875
- #@ my-calendar
2876
- msgid "If events are open"
2877
- msgstr ""
2878
-
2879
- #: my-calendar-settings.php:293
2880
- #@ my-calendar
2881
- msgid "If events are closed"
2882
- msgstr ""
2883
-
2884
- #: my-calendar-settings.php:296
2885
- #@ my-calendar
2886
- msgid "Additional caption:"
2887
- msgstr ""
2888
-
2889
- #: my-calendar-settings.php:312
2890
- #@ my-calendar
2891
- msgid "Calendar Options: Customize the Output of your Calendar"
2892
- msgstr ""
2893
-
2894
- #: my-calendar-settings.php:314
2895
- #@ my-calendar
2896
- msgid "General Calendar Options"
2897
- msgstr ""
2898
-
2899
- #: my-calendar-settings.php:317
2900
- #@ my-calendar
2901
- msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2902
- msgstr ""
2903
-
2904
- #: my-calendar-settings.php:318
2905
- #@ my-calendar
2906
- msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2907
- msgstr ""
2908
-
2909
- #: my-calendar-settings.php:321
2910
- #@ my-calendar
2911
- msgid "Time format"
2912
- msgstr ""
2913
-
2914
- #: my-calendar-settings.php:321
2915
- #: my-calendar-settings.php:324
2916
- #: my-calendar-settings.php:327
2917
- #@ my-calendar
2918
- msgid "Current:"
2919
- msgstr ""
2920
-
2921
- #: my-calendar-settings.php:324
2922
- #@ my-calendar
2923
- msgid "Date format in grid mode, week view"
2924
- msgstr ""
2925
-
2926
- #: my-calendar-settings.php:327
2927
- #@ my-calendar
2928
- msgid "Date Format in all other views"
2929
- msgstr ""
2930
-
2931
- #: my-calendar-settings.php:331
2932
- #@ my-calendar
2933
- msgid "RSS feed shows recently added events."
2934
- msgstr ""
2935
-
2936
- #: my-calendar-settings.php:334
2937
- #@ my-calendar
2938
- msgid "iCal outputs events occurring in the current calendar month."
2939
- msgstr ""
2940
-
2941
- #: my-calendar-settings.php:344
2942
- #@ my-calendar
2943
- msgid "Grid Layout Options"
2944
- msgstr ""
2945
-
2946
- #: my-calendar-settings.php:347
2947
- #@ my-calendar
2948
- msgid "Show Weekends on Calendar"
2949
- msgstr ""
2950
-
2951
- #: my-calendar-settings.php:354
2952
- #@ my-calendar
2953
- msgid "List Layout Options"
2954
- msgstr ""
2955
-
2956
- #: my-calendar-settings.php:364
2957
- #@ my-calendar
2958
- msgid "Event Details Options"
2959
- msgstr ""
2960
-
2961
- #: my-calendar-settings.php:368
2962
- #: my-calendar-settings.php:378
2963
- #@ my-calendar
2964
- msgid "Templating Help"
2965
- msgstr ""
2966
-
2967
- #: my-calendar-settings.php:368
2968
- #: my-calendar-settings.php:378
2969
- #@ my-calendar
2970
- msgid "All template tags are available."
2971
- msgstr ""
2972
-
2973
- #: my-calendar-settings.php:371
2974
- #@ my-calendar
2975
- msgid "Event details link text"
2976
- msgstr ""
2977
-
2978
- #: my-calendar-settings.php:373
2979
- #@ my-calendar
2980
- msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>"
2981
- msgstr ""
2982
-
2983
- #: my-calendar-settings.php:376
2984
- #@ my-calendar
2985
- msgid "Event URL link text"
2986
- msgstr ""
2987
-
2988
- #: my-calendar-settings.php:381
2989
- #@ my-calendar
2990
- msgid "Display author's name"
2991
- msgstr ""
2992
-
2993
- #: my-calendar-settings.php:384
2994
- #@ my-calendar
2995
- msgid "Hide category icons"
2996
- msgstr ""
2997
-
2998
- #: my-calendar-settings.php:387
2999
- #@ my-calendar
3000
- msgid "Show Link to Google Map"
3001
- msgstr ""
3002
-
3003
- #: my-calendar-settings.php:390
3004
- #@ my-calendar
3005
- msgid "Show Event Address"
3006
- msgstr ""
3007
-
3008
- #: my-calendar-settings.php:399
3009
- #@ my-calendar
3010
- msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
3011
- msgstr ""
3012
-
3013
- #: my-calendar-settings.php:402
3014
- #@ my-calendar
3015
- msgid "Event links expire after the event has passed."
3016
- msgstr ""
3017
-
3018
- #: my-calendar-settings.php:405
3019
- #@ my-calendar
3020
- msgid "Show current availability status"
3021
- msgstr ""
3022
-
3023
- #: my-calendar-settings.php:416
3024
- #@ my-calendar
3025
- msgid "Event Scheduling Options"
3026
- msgstr ""
3027
-
3028
- #: my-calendar-settings.php:419
3029
- #@ my-calendar
3030
- msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
3031
- msgstr ""
3032
-
3033
- #: my-calendar-settings.php:439
3034
- #@ my-calendar
3035
- msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
3036
- msgstr ""
3037
-
3038
- #: my-calendar-settings.php:442
3039
- #@ my-calendar
3040
- msgid "Default Sort order for Admin Events List"
3041
- msgstr ""
3042
-
3043
- #: my-calendar-settings.php:444
3044
- #@ my-calendar
3045
- msgid "Event ID"
3046
- msgstr ""
3047
-
3048
- #: my-calendar-settings.php:469
3049
- #@ my-calendar
3050
- msgid "Select which input fields will be available when adding or editing events."
3051
- msgstr ""
3052
-
3053
- #: my-calendar-settings.php:474
3054
- #@ my-calendar
3055
- msgid "Show Event image field"
3056
- msgstr ""
3057
-
3058
- #: my-calendar-settings.php:474
3059
- #@ my-calendar
3060
- msgid "Show Event registration options"
3061
- msgstr ""
3062
-
3063
- #: my-calendar-settings.php:474
3064
- #@ my-calendar
3065
- msgid "Show Event location fields"
3066
- msgstr ""
3067
-
3068
- #: my-calendar-settings.php:474
3069
- #@ default
3070
- msgid "Use HTML Editor in Event Description Field"
3071
- msgstr ""
3072
-
3073
- #: my-calendar-settings.php:499
3074
- #@ my-calendar
3075
- msgid "Multisite Settings (Network Administrators only)"
3076
- msgstr ""
3077
-
3078
- #: my-calendar-settings.php:501
3079
- #@ my-calendar
3080
- msgid "Multisite support is a beta feature - use with caution."
3081
- msgstr ""
3082
-
3083
- #: my-calendar-settings.php:506
3084
- #@ my-calendar
3085
- msgid "Settings for WP MultiSite configurations"
3086
- msgstr ""
3087
-
3088
- #: my-calendar-settings.php:507
3089
- #@ my-calendar
3090
- msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
3091
- msgstr ""
3092
-
3093
- #: my-calendar-settings.php:509
3094
- #@ my-calendar
3095
- msgid "Site owners may only post to their local calendar"
3096
- msgstr ""
3097
-
3098
- #: my-calendar-settings.php:510
3099
- #@ my-calendar
3100
- msgid "Site owners may only post to the central calendar"
3101
- msgstr ""
3102
-
3103
- #: my-calendar-settings.php:511
3104
- #@ my-calendar
3105
- msgid "Site owners may manage either calendar"
3106
- msgstr ""
3107
-
3108
- #: my-calendar-settings.php:513
3109
- #@ my-calendar
3110
- msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
3111
- msgstr ""
3112
-
3113
- #: my-calendar-settings.php:516
3114
- #@ my-calendar
3115
- msgid "Save Multisite Settings"
3116
- msgstr ""
3117
-
3118
- #: my-calendar-settings.php:560
3119
- #@ my-calendar
3120
- msgid "Settings which can be configured in registered user's accounts"
3121
- msgstr ""
3122
-
3123
- #: my-calendar-settings.php:596
3124
- #@ my-calendar
3125
- msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
3126
- msgstr ""
3127
-
3128
- #: my-calendar-settings.php:601
3129
- #@ my-calendar
3130
- msgid "Use this location list as input control"
3131
- msgstr ""
3132
-
3133
- #: my-calendar-settings.php:601
3134
- #@ my-calendar
3135
- msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
3136
- msgstr ""
3137
-
3138
- #: my-calendar-styles.php:192
3139
- #@ my-calendar
3140
- msgid "Restore My Calendar stylesheet"
3141
- msgstr ""
3142
-
3143
- #: my-calendar-styles.php:208
3144
- #@ my-calendar
3145
- msgid "Comparing Your Style with latest installed version of My Calendar"
3146
- msgstr ""
3147
-
3148
- #: my-calendar-styles.php:212
3149
- #@ my-calendar
3150
- msgid "There have been updates to the stylesheet."
3151
- msgstr ""
3152
-
3153
- #: my-calendar-styles.php:212
3154
- #@ my-calendar
3155
- msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3156
- msgstr ""
3157
-
3158
- #: my-calendar-styles.php:216
3159
- #@ my-calendar
3160
- msgid "Your stylesheet matches that included with My Calendar."
3161
- msgstr ""
3162
-
3163
- #: my-calendar-styles.php:224
3164
- #@ my-calendar
3165
- msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3166
- msgstr ""
3167
-
3168
- #: my-calendar-templates.php:39
3169
- #, php-format
3170
- #@ my-calendar
3171
- msgid "Map<span> to %s</span>"
3172
- msgstr ""
3173
-
3174
- #: my-calendar-templates.php:59
3175
- #: my-calendar-templates.php:105
3176
- #, php-format
3177
- #@ my-calendar
3178
- msgid "Visit web site<span>: %s</span>"
3179
- msgstr ""
3180
-
3181
- #: my-calendar-templates.php:114
3182
- #, php-format
3183
- #@ my-calendar
3184
- msgid "Date of Month (the %s of each month)"
3185
- msgstr ""
3186
-
3187
- #: my-calendar-templates.php:115
3188
- #, php-format
3189
- #@ my-calendar
3190
- msgid "Day of Month (the %s %s of each month)"
3191
- msgstr ""
3192
-
3193
- #: my-calendar-templating.php:18
3194
- #@ my-calendar
3195
- msgid "Grid Output Template saved"
3196
- msgstr ""
3197
-
3198
- #: my-calendar-templating.php:30
3199
- #@ my-calendar
3200
- msgid "List Output Template saved"
3201
- msgstr ""
3202
-
3203
- #: my-calendar-templating.php:41
3204
- #@ my-calendar
3205
- msgid "Mini Output Template saved"
3206
- msgstr ""
3207
-
3208
- #: my-calendar-templating.php:52
3209
- #@ my-calendar
3210
- msgid "Event Details Template saved"
3211
- msgstr ""
3212
-
3213
- #: my-calendar-templating.php:69
3214
- #@ my-calendar
3215
- msgid "My Calendar Information Templates"
3216
- msgstr ""
3217
-
3218
- #: my-calendar-templating.php:75
3219
- #@ my-calendar
3220
- msgid "Title of the event."
3221
- msgstr ""
3222
-
3223
- #: my-calendar-templating.php:78
3224
- #@ my-calendar
3225
- msgid "Title of the event as a link if a URL is present, or the title alone if not."
3226
- msgstr ""
3227
-
3228
- #: my-calendar-templating.php:81
3229
- #@ my-calendar
3230
- msgid "Start time for the event."
3231
- msgstr ""
3232
-
3233
- #: my-calendar-templating.php:84
3234
- #@ my-calendar
3235
- msgid "Event times adjusted to the current user's time zone if set."
3236
- msgstr ""
3237
-
3238
- #: my-calendar-templating.php:87
3239
- #@ my-calendar
3240
- msgid "Date on which the event begins."
3241
- msgstr ""
3242
-
3243
- #: my-calendar-templating.php:90
3244
- #@ my-calendar
3245
- msgid "Date on which the event ends."
3246
- msgstr ""
3247
-
3248
- #: my-calendar-templating.php:93
3249
- #@ my-calendar
3250
- msgid "Time at which the event ends."
3251
- msgstr ""
3252
-
3253
- #: my-calendar-templating.php:96
3254
- #@ my-calendar
3255
- msgid "Author who posted the event."
3256
- msgstr ""
3257
-
3258
- #: my-calendar-templating.php:99
3259
- #@ my-calendar
3260
- msgid "Name of the assigned host for the event."
3261
- msgstr ""
3262
-
3263
- #: my-calendar-templating.php:102
3264
- #@ my-calendar
3265
- msgid "Email for the person assigned as host."
3266
- msgstr ""
3267
-
3268
- #: my-calendar-templating.php:105
3269
- #@ my-calendar
3270
- msgid "Short event description."
3271
- msgstr ""
3272
-
3273
- #: my-calendar-templating.php:108
3274
- #@ my-calendar
3275
- msgid "Description of the event."
3276
- msgstr ""
3277
-
3278
- #: my-calendar-templating.php:114
3279
- #@ my-calendar
3280
- msgid "URL provided for the event."
3281
- msgstr ""
3282
-
3283
- #: my-calendar-templating.php:117
3284
- #@ my-calendar
3285
- msgid "Link to an auto-generated page containing information about the event."
3286
- msgstr ""
3287
-
3288
- #: my-calendar-templating.php:120
3289
- #@ my-calendar
3290
- msgid "Whether event is currently open for registration."
3291
- msgstr ""
3292
-
3293
- #: my-calendar-templating.php:123
3294
- #@ my-calendar
3295
- msgid "Current status of event: either \"Published\" or \"Reserved.\""
3296
- msgstr ""
3297
-
3298
- #: my-calendar-templating.php:129
3299
- #@ my-calendar
3300
- msgid "Name of the location of the event."
3301
- msgstr ""
3302
-
3303
- #: my-calendar-templating.php:132
3304
- #@ my-calendar
3305
- msgid "First line of the site address."
3306
- msgstr ""
3307
-
3308
- #: my-calendar-templating.php:135
3309
- #@ my-calendar
3310
- msgid "Second line of the site address."
3311
- msgstr ""
3312
-
3313
- #: my-calendar-templating.php:138
3314
- #@ my-calendar
3315
- msgid "City."
3316
- msgstr ""
3317
-
3318
- #: my-calendar-templating.php:141
3319
- #@ my-calendar
3320
- msgid "State."
3321
- msgstr ""
3322
-
3323
- #: my-calendar-templating.php:144
3324
- #@ my-calendar
3325
- msgid "Postal code/zip code."
3326
- msgstr ""
3327
-
3328
- #: my-calendar-templating.php:147
3329
- #@ my-calendar
3330
- msgid "Custom region."
3331
- msgstr ""
3332
-
3333
- #: my-calendar-templating.php:150
3334
- #@ my-calendar
3335
- msgid "Country for the event location."
3336
- msgstr ""
3337
-
3338
- #: my-calendar-templating.php:153
3339
- #@ my-calendar
3340
- msgid "Output the URL for the location."
3341
- msgstr ""
3342
-
3343
- #: my-calendar-templating.php:156
3344
- #@ my-calendar
3345
- msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3346
- msgstr ""
3347
-
3348
- #: my-calendar-templating.php:159
3349
- #@ my-calendar
3350
- msgid "Link to Google Map to the event, if address information is available."
3351
- msgstr ""
3352
-
3353
- #: my-calendar-templating.php:165
3354
- #@ my-calendar
3355
- msgid "Name of the category of the event."
3356
- msgstr ""
3357
-
3358
- #: my-calendar-templating.php:168
3359
- #@ my-calendar
3360
- msgid "URL for the event's category icon."
3361
- msgstr ""
3362
-
3363
- #: my-calendar-templating.php:171
3364
- #@ my-calendar
3365
- msgid "Hex code for the event's category color."
3366
- msgstr ""
3367
-
3368
- #: my-calendar-templating.php:174
3369
- #@ my-calendar
3370
- msgid "ID of the category of the event."
3371
- msgstr ""
3372
-
3373
- #: my-calendar-templating.php:177
3374
- #@ my-calendar
3375
- msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3376
- msgstr ""
3377
-
3378
- #: my-calendar-templating.php:177
3379
- #@ my-calendar
3380
- msgid "Templates Help"
3381
- msgstr ""
3382
-
3383
- #: my-calendar-templating.php:180
3384
- #@ my-calendar
3385
- msgid "My Calendar: Grid Event Template"
3386
- msgstr ""
3387
-
3388
- #: my-calendar-templating.php:185
3389
- #@ my-calendar
3390
- msgid "Use this grid event template"
3391
- msgstr ""
3392
-
3393
- #: my-calendar-templating.php:188
3394
- #@ my-calendar
3395
- msgid "Your custom template for events in the calendar grid output."
3396
- msgstr ""
3397
-
3398
- #: my-calendar-templating.php:191
3399
- #@ my-calendar
3400
- msgid "Save Grid Template"
3401
- msgstr ""
3402
-
3403
- #: my-calendar-templating.php:200
3404
- #@ my-calendar
3405
- msgid "My Calendar: List Event Template"
3406
- msgstr ""
3407
-
3408
- #: my-calendar-templating.php:205
3409
- #@ my-calendar
3410
- msgid "Use this list event template"
3411
- msgstr ""
3412
-
3413
- #: my-calendar-templating.php:208
3414
- #@ my-calendar
3415
- msgid "Your custom template for events in calendar list output."
3416
- msgstr ""
3417
-
3418
- #: my-calendar-templating.php:211
3419
- #@ my-calendar
3420
- msgid "Save List Template"
3421
- msgstr ""
3422
-
3423
- #: my-calendar-templating.php:220
3424
- #@ my-calendar
3425
- msgid "My Calendar: Mini Calendar Template"
3426
- msgstr ""
3427
-
3428
- #: my-calendar-templating.php:225
3429
- #@ my-calendar
3430
- msgid "Use this mini event template"
3431
- msgstr ""
3432
-
3433
- #: my-calendar-templating.php:228
3434
- #@ my-calendar
3435
- msgid "Your custom template for events in sidebar/mini calendar output."
3436
- msgstr ""
3437
-
3438
- #: my-calendar-templating.php:231
3439
- #@ my-calendar
3440
- msgid "Save Mini Template"
3441
- msgstr ""
3442
-
3443
- #: my-calendar-templating.php:240
3444
- #@ my-calendar
3445
- msgid "My Calendar: Event Details Page Template"
3446
- msgstr ""
3447
-
3448
- #: my-calendar-templating.php:245
3449
- #@ my-calendar
3450
- msgid "Use this details template"
3451
- msgstr ""
3452
-
3453
- #: my-calendar-templating.php:248
3454
- #@ my-calendar
3455
- msgid "Your custom template for events on the event details page."
3456
- msgstr ""
3457
-
3458
- #: my-calendar-templating.php:251
3459
- #@ my-calendar
3460
- msgid "Save Details Template"
3461
- msgstr ""
3462
-
3463
- #: my-calendar-upgrade-db.php:25
3464
- #@ my-calendar
3465
- msgid "Update now."
3466
- msgstr ""
3467
-
3468
- #: my-calendar-widgets.php:44
3469
- #@ my-calendar
3470
- msgid "Add calendar URL to use this option."
3471
- msgstr ""
3472
-
3473
- #: my-calendar-widgets.php:46
3474
- #: my-calendar-widgets.php:132
3475
- #@ my-calendar
3476
- msgid "Link widget title to calendar:"
3477
- msgstr ""
3478
-
3479
- #: my-calendar-widgets.php:47
3480
- #: my-calendar-widgets.php:133
3481
- #@ my-calendar
3482
- msgid "Not Linked"
3483
- msgstr ""
3484
-
3485
- #: my-calendar-widgets.php:48
3486
- #: my-calendar-widgets.php:134
3487
- #@ my-calendar
3488
- msgid "Linked"
3489
- msgstr ""
3490
-
3491
- #: my-calendar-widgets.php:130
3492
- #@ my-calendar
3493
- msgid "Add calendar URL in settings to use this option."
3494
- msgstr ""
3495
-
3496
- #: my-calendar-widgets.php:145
3497
- #@ my-calendar
3498
- msgid "Skip the first <em>n</em> events"
3499
- msgstr ""
3500
-
3501
- #: my-calendar-widgets.php:148
3502
- #@ my-calendar
3503
- msgid "Events sort order:"
3504
- msgstr ""
3505
-
3506
- #: my-calendar-widgets.php:149
3507
- #@ my-calendar
3508
- msgid "Ascending (near to far)"
3509
- msgstr ""
3510
-
3511
- #: my-calendar-widgets.php:150
3512
- #@ my-calendar
3513
- msgid "Descending (far to near)"
3514
- msgstr ""
3515
-
3516
- #: my-calendar-widgets.php:455
3517
- #@ my-calendar
3518
- msgid "My Calendar: Mini Calendar"
3519
- msgstr ""
3520
-
3521
- #: my-calendar-widgets.php:502
3522
- #@ my-calendar
3523
- msgid "Show Next/Previous Navigation:"
3524
- msgstr ""
3525
-
3526
- #: my-calendar-widgets.php:508
3527
- #@ my-calendar
3528
- msgid "Show Category Key:"
3529
- msgstr ""
3530
-
3531
- #: my-calendar-widgets.php:514
3532
- #@ my-calendar
3533
- msgid "Mini-Calendar Timespan:"
3534
- msgstr ""
3535
-
3536
- #: my-calendar.php:163
3537
- #@ my-calendar
3538
- msgid "Template Editor"
3539
- msgstr ""
3540
-
3541
- #: my-calendar.php:167
3542
- #@ my-calendar
3543
- msgid "My Calendar Pro Settings"
3544
- msgstr ""
3545
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: My Calendar 1.4.8\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
+ "POT-Creation-Date: 2010-09-05 00:27+0000\n"
6
+ "PO-Revision-Date: 2010-09-07 20:38+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Roland P <bohnerwachs@arcor.de>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: deutsch\n"
14
+ "X-Poedit-Country: Deutschland\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-categories.php:103
23
+ #@ my-calendar
24
+ msgid "Category added successfully"
25
+ msgstr "Kategorie erfolgreich hinzugefügt"
26
+
27
+ #: my-calendar-categories.php:105
28
+ #@ my-calendar
29
+ msgid "Category addition failed."
30
+ msgstr "Fehler beim hinzufügen der Kategorie"
31
+
32
+ #: my-calendar-categories.php:115
33
+ #@ my-calendar
34
+ msgid "Category deleted successfully. Categories in calendar updated."
35
+ msgstr "Kategorie erfolgreich gelöscht. Kategorien im Kalender aktualisiert"
36
+
37
+ #: my-calendar-categories.php:117
38
+ #@ my-calendar
39
+ msgid "Category deleted successfully. Categories in calendar not updated."
40
+ msgstr "Kategorie erfolgreich gelöscht. Kategorien im Kalender nicht aktualisiert."
41
+
42
+ #: my-calendar-categories.php:119
43
+ #@ my-calendar
44
+ msgid "Category not deleted. Categories in calendar updated."
45
+ msgstr "Kategorie nicht gelöscht. Kategorien im Kalender aktualisiert"
46
+
47
+ #: my-calendar-categories.php:135
48
+ #@ my-calendar
49
+ msgid "Category edited successfully"
50
+ msgstr "Kategorie erfolgreich bearbeitet."
51
+
52
+ #: my-calendar-categories.php:170
53
+ #: my-calendar-categories.php:195
54
+ #: my-calendar-categories.php:212
55
+ #@ my-calendar
56
+ msgid "Add Category"
57
+ msgstr "Kategorie hinzufügen"
58
+
59
+ #: my-calendar-categories.php:172
60
+ #: my-calendar-categories.php:195
61
+ #@ my-calendar
62
+ msgid "Edit Category"
63
+ msgstr "Kategorie editieren"
64
+
65
+ #: my-calendar-categories.php:179
66
+ #@ my-calendar
67
+ msgid "Category Editor"
68
+ msgstr "Kategorie Editor"
69
+
70
+ #: my-calendar-categories.php:196
71
+ #: my-calendar-categories.php:240
72
+ #@ my-calendar
73
+ msgid "Category Name"
74
+ msgstr "Kategorie Name"
75
+
76
+ #: my-calendar-categories.php:197
77
+ #@ my-calendar
78
+ msgid "Category Color (Hex format)"
79
+ msgstr "Kategorie Farbe (Hex Format)"
80
+
81
+ #: my-calendar-categories.php:198
82
+ #: my-calendar-categories.php:242
83
+ #@ my-calendar
84
+ msgid "Category Icon"
85
+ msgstr "Kategorie Icon"
86
+
87
+ #: my-calendar-categories.php:212
88
+ #: my-calendar-locations.php:215
89
+ #: my-calendar-styles.php:198
90
+ #@ my-calendar
91
+ msgid "Save Changes"
92
+ msgstr "Änderungen speichern"
93
+
94
+ #: my-calendar-categories.php:228
95
+ #: my-calendar.php:168
96
+ #@ my-calendar
97
+ msgid "Manage Categories"
98
+ msgstr "Kategorien verwalten"
99
+
100
+ #: my-calendar-categories.php:239
101
+ #: my-calendar-event-manager.php:934
102
+ #: my-calendar-group-manager.php:706
103
+ #: my-calendar-locations.php:275
104
+ #@ my-calendar
105
+ msgid "ID"
106
+ msgstr "ID"
107
+
108
+ #: my-calendar-categories.php:241
109
+ #@ my-calendar
110
+ msgid "Category Color"
111
+ msgstr "Kategorie-Farbe"
112
+
113
+ #: my-calendar-categories.php:243
114
+ #: my-calendar-categories.php:257
115
+ #: my-calendar-event-manager.php:1001
116
+ #: my-calendar-group-manager.php:715
117
+ #: my-calendar-locations.php:277
118
+ #: my-calendar-locations.php:289
119
+ #: my-calendar-output.php:292
120
+ #@ my-calendar
121
+ msgid "Edit"
122
+ msgstr "Editieren"
123
+
124
+ #: my-calendar-categories.php:244
125
+ #: my-calendar-categories.php:263
126
+ #: my-calendar-event-manager.php:183
127
+ #: my-calendar-event-manager.php:1004
128
+ #: my-calendar-locations.php:278
129
+ #: my-calendar-locations.php:290
130
+ #: my-calendar-output.php:293
131
+ #@ my-calendar
132
+ msgid "Delete"
133
+ msgstr "Löschen"
134
+
135
+ #: my-calendar-categories.php:260
136
+ #: my-calendar-event-manager.php:982
137
+ #: my-calendar-group-manager.php:755
138
+ #: my-calendar-output.php:186
139
+ #: my-calendar-settings.php:307
140
+ #@ my-calendar
141
+ msgid "N/A"
142
+ msgstr "n/v"
143
+
144
+ #: my-calendar-categories.php:263
145
+ #: my-calendar-locations.php:290
146
+ #@ my-calendar
147
+ msgid "Are you sure you want to delete this category?"
148
+ msgstr "Sind sie sicher, dass sie diese Kategorie löschen wollen?"
149
+
150
+ #: my-calendar-categories.php:274
151
+ #@ my-calendar
152
+ msgid "There are no categories in the database - something has gone wrong!"
153
+ msgstr "Es sind keine Kategorie in der Datenbank - etwas lief schief!"
154
+
155
+ #: my-calendar-event-manager.php:102
156
+ #: my-calendar-settings.php:711
157
+ #@ my-calendar
158
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
159
+ msgstr "My Calender hat erkannt, dass sie das Kalenderplugin von Kieran O'Shea installiert haben - wollen sie diese Events und Kategorien importieren?"
160
+
161
+ #: my-calendar-event-manager.php:109
162
+ #: my-calendar-settings.php:718
163
+ #@ my-calendar
164
+ msgid "Import from Calendar"
165
+ msgstr "Importieren von Calender"
166
+
167
+ #: my-calendar-event-manager.php:114
168
+ #@ my-calendar
169
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
170
+ msgstr "Trotzdem kann es sein, dass der Import fehlschlägt, dies wird aber keine Auswirkungen auf die existierende Kalender-Datenbank haben. Wenn sie ein Problem gefunden haben, schreiben sie eine eMail an <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
171
+
172
+ #: my-calendar-event-manager.php:174
173
+ #@ my-calendar
174
+ msgid "Delete Event"
175
+ msgstr "Event löschen"
176
+
177
+ #: my-calendar-event-manager.php:174
178
+ #@ my-calendar
179
+ msgid "Are you sure you want to delete this event?"
180
+ msgstr "Sind sie sicher, dass sie das Event löschen wollen?"
181
+
182
+ #: my-calendar-event-manager.php:191
183
+ #@ my-calendar
184
+ msgid "You do not have permission to delete that event."
185
+ msgstr "Sie haben keine Rechte das Event zu löschen!"
186
+
187
+ #: my-calendar-event-manager.php:163
188
+ #: my-calendar-event-manager.php:323
189
+ #: my-calendar-event-manager.php:356
190
+ #: my-calendar-event-manager.php:373
191
+ #: my-calendar-event-manager.php:389
192
+ #: my-calendar-event-manager.php:1184
193
+ #: my-calendar-event-manager.php:1187
194
+ #: my-calendar-event-manager.php:1190
195
+ #: my-calendar-event-manager.php:1199
196
+ #: my-calendar-event-manager.php:1206
197
+ #: my-calendar-event-manager.php:1222
198
+ #: my-calendar-event-manager.php:1228
199
+ #: my-calendar-group-manager.php:57
200
+ #: my-calendar-group-manager.php:83
201
+ #: my-calendar-group-manager.php:150
202
+ #: my-calendar-group-manager.php:576
203
+ #@ my-calendar
204
+ msgid "Error"
205
+ msgstr "Fehler"
206
+
207
+ #: my-calendar-event-manager.php:333
208
+ #@ my-calendar
209
+ msgid "Event added. It will now show in your calendar."
210
+ msgstr "Event hinzugefügt und im Kalender erschienen."
211
+
212
+ #: my-calendar-event-manager.php:356
213
+ #: my-calendar-group-manager.php:150
214
+ #@ my-calendar
215
+ msgid "Your event was not updated."
216
+ msgstr "Ihr Event wurde nicht aktualisiert"
217
+
218
+ #: my-calendar-event-manager.php:358
219
+ #: my-calendar-group-manager.php:59
220
+ #: my-calendar-group-manager.php:85
221
+ #: my-calendar-group-manager.php:152
222
+ #@ my-calendar
223
+ msgid "Nothing was changed in that update."
224
+ msgstr "In diesem Update gab es keine Änderungen"
225
+
226
+ #: my-calendar-event-manager.php:362
227
+ #: my-calendar-group-manager.php:61
228
+ #: my-calendar-group-manager.php:154
229
+ #@ my-calendar
230
+ msgid "Event updated successfully"
231
+ msgstr "Event erfolgreich aktualisert"
232
+
233
+ #: my-calendar-event-manager.php:366
234
+ #: my-calendar-group-manager.php:158
235
+ #@ my-calendar
236
+ msgid "You do not have sufficient permissions to edit that event."
237
+ msgstr "Sie haben keine ausreichenden Rechte um das Event zu ändern."
238
+
239
+ #: my-calendar-event-manager.php:373
240
+ #@ my-calendar
241
+ msgid "You can't delete an event if you haven't submitted an event id"
242
+ msgstr "Sie können kein Event löschen, wenn sie nicht die event-id eingegeben haben"
243
+
244
+ #: my-calendar-event-manager.php:387
245
+ #@ my-calendar
246
+ msgid "Event deleted successfully"
247
+ msgstr "Event erfolgreich gelöscht"
248
+
249
+ #: my-calendar-event-manager.php:389
250
+ #@ my-calendar
251
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
252
+ msgstr "Trotz des Versuchts das Event zu löschen befindet es sich noch in der Datenbank, bitte untersuchen sie das Problem"
253
+
254
+ #: my-calendar-event-manager.php:273
255
+ #: my-calendar-group-manager.php:773
256
+ #@ my-calendar
257
+ msgid "Edit Event"
258
+ msgstr "Event editieren"
259
+
260
+ #: my-calendar-event-manager.php:277
261
+ #: my-calendar-event-manager.php:288
262
+ #@ my-calendar
263
+ msgid "You must provide an event id in order to edit it"
264
+ msgstr "Sie müssen eine event-id angeben um ein Event zu editieren"
265
+
266
+ #: my-calendar-event-manager.php:284
267
+ #@ my-calendar
268
+ msgid "Copy Event"
269
+ msgstr "Event kopieren"
270
+
271
+ #: my-calendar-core.php:858
272
+ #: my-calendar-event-manager.php:296
273
+ #@ my-calendar
274
+ msgid "Add Event"
275
+ msgstr "Event hinzufügen"
276
+
277
+ #: my-calendar-event-manager.php:916
278
+ #@ my-calendar
279
+ msgid "Manage Events"
280
+ msgstr "Events verwalten"
281
+
282
+ #: my-calendar-event-manager.php:401
283
+ #: my-calendar-group-manager.php:169
284
+ #@ my-calendar
285
+ msgid "Sorry! That's an invalid event key."
286
+ msgstr "Entschuldigung, das ist ein falscher Event-Schlüssel."
287
+
288
+ #: my-calendar-event-manager.php:405
289
+ #: my-calendar-group-manager.php:173
290
+ #@ my-calendar
291
+ msgid "Sorry! We couldn't find an event with that ID."
292
+ msgstr "Entschuldigung, wir konnten mit kein Event mit dieser ID finden."
293
+
294
+ #: my-calendar-event-manager.php:487
295
+ #: my-calendar-group-manager.php:290
296
+ #@ my-calendar
297
+ msgid "Enter your Event Information"
298
+ msgstr "Geben sie ihre Eventinformationen ein"
299
+
300
+ #: my-calendar-event-manager.php:489
301
+ #: my-calendar-group-manager.php:292
302
+ #@ my-calendar
303
+ msgid "Event Title"
304
+ msgstr "Event Titel"
305
+
306
+ #: my-calendar-event-manager.php:515
307
+ #: my-calendar-group-manager.php:306
308
+ #@ my-calendar
309
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
310
+ msgstr "Event Beschreibung (<abbr title=\"hypertext markup language\">HTML</abbr> erlaubt)"
311
+
312
+ #: my-calendar-event-manager.php:545
313
+ #: my-calendar-group-manager.php:331
314
+ #@ my-calendar
315
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
316
+ msgstr "Event Kurzbeschreibung (<abbr title=\"hypertext markup language\">HTML</abbr> erlaubt)"
317
+
318
+ #: my-calendar-event-manager.php:568
319
+ #: my-calendar-group-manager.php:354
320
+ #@ my-calendar
321
+ msgid "Event Category"
322
+ msgstr "Event Kategorie"
323
+
324
+ #: my-calendar-event-manager.php:593
325
+ #: my-calendar-group-manager.php:379
326
+ #@ my-calendar
327
+ msgid "Event Link (Optional)"
328
+ msgstr "Event Link (optional)"
329
+
330
+ #: my-calendar-event-manager.php:593
331
+ #: my-calendar-group-manager.php:379
332
+ #@ my-calendar
333
+ msgid "This link will expire when the event passes."
334
+ msgstr "Dieser Link wird ungültig, wenn das Event vorrüber ist."
335
+
336
+ #: my-calendar-event-manager.php:618
337
+ #@ my-calendar
338
+ msgid "Start Date (YYYY-MM-DD)"
339
+ msgstr "Start Datum (JJJJ-MM-TT)"
340
+
341
+ #: my-calendar-event-manager.php:646
342
+ #@ my-calendar
343
+ msgid "Current time difference from GMT is "
344
+ msgstr "Aktuelle Zeitdifferenz vom GMT ist "
345
+
346
+ #: my-calendar-event-manager.php:646
347
+ #@ my-calendar
348
+ msgid " hour(s)"
349
+ msgstr "Stunde(n)"
350
+
351
+ #: my-calendar-event-manager.php:655
352
+ #@ my-calendar
353
+ msgid "Recurring Events"
354
+ msgstr "Wiederkehrende Events"
355
+
356
+ #: my-calendar-event-manager.php:658
357
+ #@ my-calendar
358
+ msgid "Repeats for"
359
+ msgstr "Wiederholen für"
360
+
361
+ #: my-calendar-event-manager.php:659
362
+ #@ my-calendar
363
+ msgid "Units"
364
+ msgstr "Einheiten"
365
+
366
+ #: my-calendar-event-manager.php:660
367
+ #: my-calendar-templates.php:115
368
+ #@ my-calendar
369
+ msgid "Does not recur"
370
+ msgstr "Erscheint nicht"
371
+
372
+ #: my-calendar-event-manager.php:661
373
+ #: my-calendar-event-manager.php:974
374
+ #: my-calendar-group-manager.php:747
375
+ #: my-calendar-templates.php:116
376
+ #@ my-calendar
377
+ msgid "Daily"
378
+ msgstr "täglich"
379
+
380
+ #: my-calendar-event-manager.php:663
381
+ #: my-calendar-event-manager.php:976
382
+ #: my-calendar-group-manager.php:749
383
+ #: my-calendar-templates.php:118
384
+ #@ my-calendar
385
+ msgid "Weekly"
386
+ msgstr "wöchentlich"
387
+
388
+ #: my-calendar-event-manager.php:664
389
+ #: my-calendar-templates.php:119
390
+ #@ my-calendar
391
+ msgid "Bi-weekly"
392
+ msgstr "aller zwei Wochen"
393
+
394
+ #: my-calendar-event-manager.php:667
395
+ #: my-calendar-templates.php:122
396
+ #@ my-calendar
397
+ msgid "Annually"
398
+ msgstr "jährlich"
399
+
400
+ #: my-calendar-event-manager.php:686
401
+ #: my-calendar-group-manager.php:390
402
+ #@ my-calendar
403
+ msgid "Event Registration Status"
404
+ msgstr "Registierungsstatus des Events"
405
+
406
+ #: my-calendar-event-manager.php:689
407
+ #: my-calendar-group-manager.php:393
408
+ #@ my-calendar
409
+ msgid "Open"
410
+ msgstr "offen"
411
+
412
+ #: my-calendar-event-manager.php:690
413
+ #: my-calendar-group-manager.php:394
414
+ #@ my-calendar
415
+ msgid "Closed"
416
+ msgstr "geschlossen"
417
+
418
+ #: my-calendar-event-manager.php:691
419
+ #: my-calendar-group-manager.php:395
420
+ #@ my-calendar
421
+ msgid "Does not apply"
422
+ msgstr "wird nicht angenommen"
423
+
424
+ #: my-calendar-event-manager.php:711
425
+ #: my-calendar-group-manager.php:415
426
+ #: my-calendar-locations.php:127
427
+ #@ my-calendar
428
+ msgid "Event Location"
429
+ msgstr "Veranstaltungsort"
430
+
431
+ #: my-calendar-event-manager.php:718
432
+ #: my-calendar-group-manager.php:422
433
+ #@ my-calendar
434
+ msgid "Choose a preset location:"
435
+ msgstr "Einen vordefinierten Ort auswählen"
436
+
437
+ #: my-calendar-event-manager.php:732
438
+ #: my-calendar-group-manager.php:436
439
+ #@ my-calendar
440
+ msgid "Add recurring locations for later use."
441
+ msgstr "Wiederkehrenden Ort für spätere benutzung hinzufügen"
442
+
443
+ #: my-calendar-event-manager.php:741
444
+ #: my-calendar-group-manager.php:445
445
+ #: my-calendar-locations.php:129
446
+ #@ my-calendar
447
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
448
+ msgstr "Alle Felder sind optional (können aber in einem Kartenfehler resultieren)."
449
+
450
+ #: my-calendar-event-manager.php:744
451
+ #: my-calendar-group-manager.php:448
452
+ #: my-calendar-locations.php:132
453
+ #@ my-calendar
454
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
455
+ msgstr "Name des Orts"
456
+
457
+ #: my-calendar-event-manager.php:753
458
+ #: my-calendar-group-manager.php:451
459
+ #: my-calendar-locations.php:141
460
+ #@ my-calendar
461
+ msgid "Street Address"
462
+ msgstr "Straßenname"
463
+
464
+ #: my-calendar-event-manager.php:756
465
+ #: my-calendar-group-manager.php:454
466
+ #: my-calendar-locations.php:144
467
+ #@ my-calendar
468
+ msgid "Street Address (2)"
469
+ msgstr "Straßenname (2)"
470
+
471
+ #: button/generator.php:56
472
+ #: my-calendar-event-manager.php:762
473
+ #: my-calendar-group-manager.php:460
474
+ #: my-calendar-locations.php:150
475
+ #: my-calendar-settings.php:687
476
+ #@ my-calendar
477
+ msgid "City"
478
+ msgstr "Stadt"
479
+
480
+ #: my-calendar-event-manager.php:769
481
+ #: my-calendar-group-manager.php:460
482
+ #: my-calendar-locations.php:157
483
+ #: my-calendar-settings.php:688
484
+ #@ my-calendar
485
+ msgid "State/Province"
486
+ msgstr "Bundesland/Provinz"
487
+
488
+ #: button/generator.php:58
489
+ #: my-calendar-event-manager.php:776
490
+ #: my-calendar-group-manager.php:460
491
+ #: my-calendar-locations.php:164
492
+ #: my-calendar-settings.php:690
493
+ #@ my-calendar
494
+ msgid "Postal Code"
495
+ msgstr "Postleitzahl"
496
+
497
+ #: button/generator.php:59
498
+ #: my-calendar-event-manager.php:794
499
+ #: my-calendar-group-manager.php:466
500
+ #: my-calendar-locations.php:182
501
+ #: my-calendar-settings.php:689
502
+ #@ my-calendar
503
+ msgid "Country"
504
+ msgstr "Land"
505
+
506
+ #: my-calendar-event-manager.php:803
507
+ #: my-calendar-group-manager.php:469
508
+ #: my-calendar-locations.php:191
509
+ #@ my-calendar
510
+ msgid "Initial Zoom"
511
+ msgstr "Zoomstufe"
512
+
513
+ #: my-calendar-event-manager.php:805
514
+ #: my-calendar-group-manager.php:471
515
+ #: my-calendar-locations.php:193
516
+ #@ my-calendar
517
+ msgid "Neighborhood"
518
+ msgstr "Nachbarschaft"
519
+
520
+ #: my-calendar-event-manager.php:806
521
+ #: my-calendar-group-manager.php:472
522
+ #: my-calendar-locations.php:194
523
+ #@ my-calendar
524
+ msgid "Small City"
525
+ msgstr "Kleinstadt"
526
+
527
+ #: my-calendar-event-manager.php:807
528
+ #: my-calendar-group-manager.php:473
529
+ #: my-calendar-locations.php:195
530
+ #@ my-calendar
531
+ msgid "Large City"
532
+ msgstr "Großstadt"
533
+
534
+ #: my-calendar-event-manager.php:808
535
+ #: my-calendar-group-manager.php:474
536
+ #: my-calendar-locations.php:196
537
+ #@ my-calendar
538
+ msgid "Greater Metro Area"
539
+ msgstr "Größeres Ballungsgebiet"
540
+
541
+ #: button/generator.php:57
542
+ #: my-calendar-event-manager.php:809
543
+ #: my-calendar-group-manager.php:475
544
+ #: my-calendar-locations.php:197
545
+ #@ my-calendar
546
+ msgid "State"
547
+ msgstr "Bundesland"
548
+
549
+ #: button/generator.php:60
550
+ #: my-calendar-event-manager.php:785
551
+ #: my-calendar-event-manager.php:810
552
+ #: my-calendar-group-manager.php:463
553
+ #: my-calendar-group-manager.php:476
554
+ #: my-calendar-locations.php:173
555
+ #: my-calendar-locations.php:198
556
+ #: my-calendar-settings.php:691
557
+ #@ my-calendar
558
+ msgid "Region"
559
+ msgstr "Region"
560
+
561
+ #: my-calendar-event-manager.php:817
562
+ #: my-calendar-group-manager.php:483
563
+ #: my-calendar-locations.php:205
564
+ #@ my-calendar
565
+ msgid "GPS Coordinates (optional)"
566
+ msgstr "GPS Koordinaten (optional)"
567
+
568
+ #: my-calendar-locations.php:207
569
+ #@ my-calendar
570
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
571
+ msgstr "Wenn Sie GPS Koordinaten eingeben, werden diese statt der Adresse verwendent"
572
+
573
+ #: my-calendar-event-manager.php:822
574
+ #: my-calendar-group-manager.php:488
575
+ #: my-calendar-locations.php:211
576
+ #@ my-calendar
577
+ msgid "Longitude"
578
+ msgstr "Länge"
579
+
580
+ #: my-calendar-event-manager.php:822
581
+ #: my-calendar-group-manager.php:488
582
+ #: my-calendar-locations.php:210
583
+ #@ my-calendar
584
+ msgid "Latitude"
585
+ msgstr "Breite"
586
+
587
+ #: my-calendar-event-manager.php:439
588
+ #: my-calendar-event-manager.php:473
589
+ #@ my-calendar
590
+ msgid "Save Event"
591
+ msgstr "Event speichern"
592
+
593
+ #: my-calendar-event-manager.php:935
594
+ #: my-calendar-group-manager.php:708
595
+ #: my-calendar-settings.php:508
596
+ #: my-calendar-widgets.php:38
597
+ #: my-calendar-widgets.php:124
598
+ #: my-calendar-widgets.php:571
599
+ #@ my-calendar
600
+ msgid "Title"
601
+ msgstr "Titel"
602
+
603
+ #: my-calendar-event-manager.php:936
604
+ #: my-calendar-group-manager.php:709
605
+ #: my-calendar-locations.php:276
606
+ #@ my-calendar
607
+ msgid "Location"
608
+ msgstr "Ort"
609
+
610
+ #: my-calendar-event-manager.php:937
611
+ #: my-calendar-group-manager.php:710
612
+ #: my-calendar-settings.php:509
613
+ #@ my-calendar
614
+ msgid "Description"
615
+ msgstr "Beschreibung"
616
+
617
+ #: my-calendar-event-manager.php:938
618
+ #: my-calendar-group-manager.php:711
619
+ #: my-calendar-settings.php:510
620
+ #@ my-calendar
621
+ msgid "Start Date"
622
+ msgstr "Anfangsdatum"
623
+
624
+ #: my-calendar-event-manager.php:939
625
+ #: my-calendar-group-manager.php:712
626
+ #@ my-calendar
627
+ msgid "Recurs"
628
+ msgstr "Wiederholungen"
629
+
630
+ #: my-calendar-event-manager.php:940
631
+ #: my-calendar-group-manager.php:713
632
+ #: my-calendar-settings.php:251
633
+ #: my-calendar-settings.php:260
634
+ #: my-calendar-settings.php:268
635
+ #: my-calendar-settings.php:511
636
+ #@ my-calendar
637
+ msgid "Author"
638
+ msgstr "Autor"
639
+
640
+ #: my-calendar-event-manager.php:941
641
+ #: my-calendar-group-manager.php:714
642
+ #: my-calendar-settings.php:512
643
+ #@ my-calendar
644
+ msgid "Category"
645
+ msgstr "Kategorie"
646
+
647
+ #: my-calendar-event-manager.php:942
648
+ #@ my-calendar
649
+ msgid "Edit / Delete"
650
+ msgstr "editieren/löschen"
651
+
652
+ #: my-calendar-event-manager.php:973
653
+ #: my-calendar-group-manager.php:746
654
+ #@ my-calendar
655
+ msgid "Never"
656
+ msgstr "niemals"
657
+
658
+ #: my-calendar-event-manager.php:977
659
+ #: my-calendar-group-manager.php:750
660
+ #@ my-calendar
661
+ msgid "Bi-Weekly"
662
+ msgstr "aller zwei Wochen"
663
+
664
+ #: my-calendar-event-manager.php:980
665
+ #: my-calendar-group-manager.php:753
666
+ #@ my-calendar
667
+ msgid "Yearly"
668
+ msgstr "jährlich"
669
+
670
+ #: my-calendar-event-manager.php:983
671
+ #: my-calendar-group-manager.php:756
672
+ #@ my-calendar
673
+ msgid "Forever"
674
+ msgstr "für immer"
675
+
676
+ #: my-calendar-event-manager.php:999
677
+ #@ my-calendar
678
+ msgid "Copy"
679
+ msgstr "kopieren"
680
+
681
+ #: my-calendar-event-manager.php:1044
682
+ #: my-calendar-group-manager.php:793
683
+ #@ my-calendar
684
+ msgid "There are no events in the database!"
685
+ msgstr "Es sind keine Events in der Datenbank"
686
+
687
+ #: my-calendar-event-manager.php:1184
688
+ #@ my-calendar
689
+ msgid "Your event end date must be either after or the same as your event begin date"
690
+ msgstr "Das Eventende muss entweder am oder nach dem Startdatum liegen"
691
+
692
+ #: my-calendar-event-manager.php:1187
693
+ #@ my-calendar
694
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
695
+ msgstr "Die Datumsformatierung ist korrekt aber eine oder mehrere Daten sind ungültig. Überprüfen sie die Anzahl der Tage im Monat oder Fehler auf Grund eines Schaltjahres"
696
+
697
+ #: my-calendar-event-manager.php:1190
698
+ #@ my-calendar
699
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
700
+ msgstr "Start und Enddatum muss im Format JJJJ-MM-TT sein (bspw. 2010-11-25)"
701
+
702
+ #: my-calendar-event-manager.php:1199
703
+ #@ my-calendar
704
+ msgid "The time field must either be blank or be entered in the format hh:mm"
705
+ msgstr "Das Start-Zeitfeld muss endweder frei gelassen werden oder im Format ss-mm eingegeben werden (bspw. 19:50)"
706
+
707
+ #: my-calendar-event-manager.php:1206
708
+ #@ my-calendar
709
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
710
+ msgstr "Das End-Zeitfeld muss endweder frei gelassen werden oder im Format ss-mm eingegeben werden (bspw. 19:50)"
711
+
712
+ #: my-calendar-event-manager.php:1222
713
+ #: my-calendar-group-manager.php:576
714
+ #@ my-calendar
715
+ msgid "The event title must be between 1 and 255 characters in length."
716
+ msgstr "Der Eventtitel muss zwischen 1 und 255 Zeichen haben"
717
+
718
+ #: my-calendar-help.php:7
719
+ #@ my-calendar
720
+ msgid "How to use My Calendar"
721
+ msgstr "Wie My Calender benutzt wird"
722
+
723
+ #: my-calendar-help.php:12
724
+ #@ my-calendar
725
+ msgid "Shortcode Syntax"
726
+ msgstr "Shortcode Syntax"
727
+
728
+ #: my-calendar-help.php:15
729
+ #@ my-calendar
730
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
731
+ msgstr "Diese Shortcodes können in Artikeln, Seiten oder in Textwidgets verwendet werden."
732
+
733
+ #: my-calendar-help.php:19
734
+ #@ my-calendar
735
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
736
+ msgstr "Dieser Shortcodes zeigt den Kalender in Artikeln oder Seiten inklusive aller Kategorien und Kategorie-Schlüssel in einem Monat-für-Monat format an"
737
+
738
+ #: my-calendar-help.php:63
739
+ #@ my-calendar
740
+ msgid "Category Icons"
741
+ msgstr "Kategorie Icon"
742
+
743
+ #: my-calendar-help.php:66
744
+ #@ my-calendar
745
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
746
+ msgstr "My Calender ist designt um mehrere Kalender zu verwalten. Die Basis dieser Kalender sind Kategorien. Sie können einfach eine Kalenderseite erstellen, die alle Kategorien einschließt oder mehre Seiten erstellen und verschiedene Kategorien in jeder anzeigen. Zum Beispiel könnte dies sinnvoll sein, wenn Sie einen Tourkalender für mehre Bands verwalten wollen oder Kalender für mehre Veranstaltungsorte usw."
747
+
748
+ #: my-calendar-help.php:69
749
+ #@ my-calendar
750
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
751
+ msgstr "Das vorinstallierte Kategorie Icon ist möglicherweise nicht sinnvoll für ihre Anforderung oder ihre Homepagedesign. Ich nehme an, dass sie ihr eigenes Icon hochladen. Dazu müssen sie das Icon in den \"icon\"-Ordner im \"plugin\"-Verzeichnis hochladen oder sie ersetzten den order \"my-candar-costum\" um das Überschreiben bei Updates zu vermeiden."
752
+
753
+ #: my-calendar-help.php:69
754
+ #@ my-calendar
755
+ msgid "Your icons folder is:"
756
+ msgstr "Ihr Icon-Ordnder ist:"
757
+
758
+ #: my-calendar-help.php:69
759
+ #@ my-calendar
760
+ msgid "You can alternately place icons in:"
761
+ msgstr "Sie können Icons alternativ ablegen unter:"
762
+
763
+ #: my-calendar-help.php:92
764
+ #@ my-calendar
765
+ msgid "Widget Templating"
766
+ msgstr "Widget-Einstellungen"
767
+
768
+ #: my-calendar-help.php:220
769
+ #@ my-calendar
770
+ msgid "Displays the name of the category the event is in."
771
+ msgstr "Zeigt den Namen der Kategorie in der das Event ist."
772
+
773
+ #: my-calendar-help.php:100
774
+ #@ my-calendar
775
+ msgid "Displays the title of the event."
776
+ msgstr "Zeigt den Titel des Events."
777
+
778
+ #: my-calendar-help.php:106
779
+ #@ my-calendar
780
+ msgid "Displays the start time for the event."
781
+ msgstr "Zeigt die Startzeit des Events."
782
+
783
+ #: my-calendar-help.php:115
784
+ #@ my-calendar
785
+ msgid "Displays the date on which the event begins."
786
+ msgstr "Zeigt das Startdatum des Events."
787
+
788
+ #: my-calendar-help.php:118
789
+ #@ my-calendar
790
+ msgid "Displays the date on which the event ends."
791
+ msgstr "Zeigt das Enddatum des Events."
792
+
793
+ #: my-calendar-help.php:121
794
+ #@ my-calendar
795
+ msgid "Displays the time at which the event ends."
796
+ msgstr "Zeigt die Endzeit des Events."
797
+
798
+ #: my-calendar-help.php:130
799
+ #@ my-calendar
800
+ msgid "Displays the WordPress author who posted the event."
801
+ msgstr "Zeigt den Wordpress Autor des Events."
802
+
803
+ #: my-calendar-help.php:154
804
+ #@ my-calendar
805
+ msgid "Displays the URL provided for the event."
806
+ msgstr "Zeigt die URL im Events."
807
+
808
+ #: my-calendar-help.php:145
809
+ #@ my-calendar
810
+ msgid "Displays the description of the event."
811
+ msgstr "Zeigt die Beschreibung des Events."
812
+
813
+ #: my-calendar-help.php:103
814
+ #@ my-calendar
815
+ msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
816
+ msgstr "Zeigt den Titel des Events als einen Link wenn eine URL hinterlegt wurde oder nur den Titel, wenn keine URL hinterlegt ist."
817
+
818
+ #: my-calendar-help.php:181
819
+ #@ my-calendar
820
+ msgid "Displays the name of the location of the event."
821
+ msgstr "Zeigt den Namen des Veranstaltungsortes des Events."
822
+
823
+ #: my-calendar-help.php:184
824
+ #@ my-calendar
825
+ msgid "Displays the first line of the site address."
826
+ msgstr "Zeigt die erste Zeile des Straßenfeldes."
827
+
828
+ #: my-calendar-help.php:187
829
+ #@ my-calendar
830
+ msgid "Displays the second line of the site address."
831
+ msgstr "Zeigt die zweite Zeile des Straßenfeldes."
832
+
833
+ #: my-calendar-help.php:202
834
+ #@ my-calendar
835
+ msgid "Displays the country for the event location."
836
+ msgstr "Zeigt das Land das Veranstaltungsortes"
837
+
838
+ #: my-calendar-help.php:211
839
+ #@ my-calendar
840
+ msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
841
+ msgstr "Zeigt die Eventadresse im <a href=\"http://microformats.org/wiki/hcard\">HCard</a>-Format"
842
+
843
+ #: my-calendar-help.php:214
844
+ #@ my-calendar
845
+ msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
846
+ msgstr "Zeigt den Link zu Google Maps für das Event, wenn genügend Informationen hinterlegt sind, sonst bleibt das Feld leer."
847
+
848
+ #: my-calendar-help.php:172
849
+ #@ my-calendar
850
+ msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
851
+ msgstr "Zeigt die Text an, ob die Registration geöffnet oder geschlossen ist. "
852
+
853
+ #: my-calendar-help.php:139
854
+ #@ my-calendar
855
+ msgid "Displays the short version of the event description."
856
+ msgstr "Zeigt die Kurtversion der Eventbeschreibung"
857
+
858
+ #: my-calendar-locations.php:44
859
+ #@ my-calendar
860
+ msgid "Location added successfully"
861
+ msgstr "Ort erfolgreich hinzugefügt"
862
+
863
+ #: my-calendar-locations.php:46
864
+ #@ my-calendar
865
+ msgid "Location could not be added to database"
866
+ msgstr "Ort konnte nicht zur Datenbank hinzugefügt werden"
867
+
868
+ #: my-calendar-locations.php:52
869
+ #@ my-calendar
870
+ msgid "Location deleted successfully"
871
+ msgstr "Ort erfolgreich gelöscht"
872
+
873
+ #: my-calendar-locations.php:54
874
+ #@ my-calendar
875
+ msgid "Location could not be deleted"
876
+ msgstr "Ort konnte nicht gelöscht werden"
877
+
878
+ #: my-calendar-locations.php:80
879
+ #@ my-calendar
880
+ msgid "Location could not be edited."
881
+ msgstr "Ort konnte nicht geändert werden"
882
+
883
+ #: my-calendar-locations.php:82
884
+ #@ my-calendar
885
+ msgid "Location was not changed."
886
+ msgstr "Ort konnte nicht geladen werden"
887
+
888
+ #: my-calendar-locations.php:84
889
+ #@ my-calendar
890
+ msgid "Location edited successfully"
891
+ msgstr "Ort erfolgreich bearbeitet"
892
+
893
+ #: my-calendar-locations.php:104
894
+ #@ my-calendar
895
+ msgid "Add New Location"
896
+ msgstr "Neuen Ort hinzufügen"
897
+
898
+ #: my-calendar-locations.php:106
899
+ #@ my-calendar
900
+ msgid "Edit Location"
901
+ msgstr "Ort bearbeiten"
902
+
903
+ #: my-calendar-locations.php:111
904
+ #@ my-calendar
905
+ msgid "Location Editor"
906
+ msgstr "Orts-Editor"
907
+
908
+ #: my-calendar-locations.php:215
909
+ #@ my-calendar
910
+ msgid "Add Location"
911
+ msgstr "Ort hinzufügen"
912
+
913
+ #: my-calendar-locations.php:263
914
+ #: my-calendar.php:170
915
+ #@ my-calendar
916
+ msgid "Manage Locations"
917
+ msgstr "Orte verwalten"
918
+
919
+ #: my-calendar-locations.php:298
920
+ #@ my-calendar
921
+ msgid "There are no locations in the database yet!"
922
+ msgstr "Bisher sind keine Orte in der Datenbank"
923
+
924
+ #: my-calendar-locations.php:302
925
+ #@ my-calendar
926
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
927
+ msgstr "Achtung: Ändern oder Löschen von Orten, die für die Wiederverwendung gespeichert wurden, wird keinen Effekt auf vorher geplante Events haben haben."
928
+
929
+ #: my-calendar-settings.php:52
930
+ #@ my-calendar
931
+ msgid "Categories imported successfully."
932
+ msgstr "Kategorie erfolgreich importiert."
933
+
934
+ #: my-calendar-settings.php:52
935
+ #@ my-calendar
936
+ msgid "Categories not imported."
937
+ msgstr "Kategorie nicht importiert."
938
+
939
+ #: my-calendar-settings.php:53
940
+ #@ my-calendar
941
+ msgid "Events imported successfully."
942
+ msgstr "Events erfolgreich importiert."
943
+
944
+ #: my-calendar-settings.php:53
945
+ #@ my-calendar
946
+ msgid "Events not imported."
947
+ msgstr "Events nicht importiert."
948
+
949
+ #: my-calendar-settings.php:237
950
+ #@ my-calendar
951
+ msgid "My Calendar Options"
952
+ msgstr "My Calender Optionen"
953
+
954
+ #: my-calendar-settings.php:246
955
+ #@ my-calendar
956
+ msgid "Calendar Options: Management"
957
+ msgstr "Kalender Optionen: Management"
958
+
959
+ #: my-calendar-settings.php:249
960
+ #: my-calendar-settings.php:258
961
+ #@ my-calendar
962
+ msgid "Subscriber"
963
+ msgstr "Abonnent"
964
+
965
+ #: my-calendar-settings.php:250
966
+ #: my-calendar-settings.php:259
967
+ #: my-calendar-settings.php:267
968
+ #@ my-calendar
969
+ msgid "Contributor"
970
+ msgstr "Mitarbeiter"
971
+
972
+ #: my-calendar-settings.php:252
973
+ #: my-calendar-settings.php:261
974
+ #: my-calendar-settings.php:269
975
+ #@ my-calendar
976
+ msgid "Editor"
977
+ msgstr "Redakteur"
978
+
979
+ #: my-calendar-settings.php:253
980
+ #: my-calendar-settings.php:262
981
+ #: my-calendar-settings.php:270
982
+ #@ my-calendar
983
+ msgid "Administrator"
984
+ msgstr "Administrator"
985
+
986
+ #: my-calendar-settings.php:310
987
+ #@ my-calendar
988
+ msgid "Previous Events"
989
+ msgstr "Vorherige Events"
990
+
991
+ #: my-calendar-settings.php:313
992
+ #@ my-calendar
993
+ msgid "Next Events"
994
+ msgstr "Kommende Events"
995
+
996
+ #: my-calendar-settings.php:316
997
+ #@ my-calendar
998
+ msgid "Registration is open"
999
+ msgstr "Registrierung geöffnet"
1000
+
1001
+ #: my-calendar-settings.php:319
1002
+ #@ my-calendar
1003
+ msgid "Registration is closed"
1004
+ msgstr "Registrierung geschlossen"
1005
+
1006
+ #: my-calendar-settings.php:325
1007
+ #@ my-calendar
1008
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
1009
+ msgstr "Die Kalender Beschriftung ist der Text, der die den Angezeigten Monat und das Jahr endweder in der Listen-/ oder der Kalenderansicht beinhaltet. Der Text wird nach dem existierenden Text angezeigt."
1010
+
1011
+ #: my-calendar-settings.php:393
1012
+ #@ my-calendar
1013
+ msgid "Display a jumpbox for changing month and year quickly?"
1014
+ msgstr "Eine Auswahlliste für die Wahl des Monats/Jahres anzeigen?"
1015
+
1016
+ #: my-calendar-settings.php:455
1017
+ #@ my-calendar
1018
+ msgid "Show short description field on calendar."
1019
+ msgstr "Zeige das Kurzbeschreibungsfeld im Kalender"
1020
+
1021
+ #: my-calendar-settings.php:458
1022
+ #@ my-calendar
1023
+ msgid "Show full description field on calendar."
1024
+ msgstr "Zeige die das Komplettbeschreibungsfeld im Kalender"
1025
+
1026
+ #: my-calendar-settings.php:537
1027
+ #@ my-calendar
1028
+ msgid "Show Event Location Dropdown Menu"
1029
+ msgstr "Zeige Veranstaltungsort Auswahlliste"
1030
+
1031
+ #: my-calendar-settings.php:537
1032
+ #@ my-calendar
1033
+ msgid "Show Event Short Description field"
1034
+ msgstr "Zeige Event Kurzbeschreibungsfeld"
1035
+
1036
+ #: my-calendar-settings.php:537
1037
+ #@ my-calendar
1038
+ msgid "Show Event Description Field"
1039
+ msgstr "Zeige Event Beschreibungsfeld"
1040
+
1041
+ #: my-calendar-settings.php:537
1042
+ #@ my-calendar
1043
+ msgid "Show Event Category field"
1044
+ msgstr "Zeige Event Kategorienfeld"
1045
+
1046
+ #: my-calendar-settings.php:537
1047
+ #@ my-calendar
1048
+ msgid "Show Event Link field"
1049
+ msgstr "Zeige Event Link-Feld"
1050
+
1051
+ #: my-calendar-settings.php:550
1052
+ #@ my-calendar
1053
+ msgid "Administrators see all input options"
1054
+ msgstr "Administratoren sehen alle Eingabefelder"
1055
+
1056
+ #: my-calendar-settings.php:470
1057
+ #@ my-calendar
1058
+ msgid "Default usage of category colors."
1059
+ msgstr "Standartbenutzung von Kategoriefarben"
1060
+
1061
+ #: my-calendar-settings.php:471
1062
+ #@ my-calendar
1063
+ msgid "Apply category colors to event titles as a font color."
1064
+ msgstr "Kategoriefarben zu Eventtiteln als Textfarbe zuweisen"
1065
+
1066
+ #: my-calendar-settings.php:472
1067
+ #@ my-calendar
1068
+ msgid "Apply category colors to event titles as a background color."
1069
+ msgstr "Kategoriefarben zu Eventtiteln als Hintergrundfarbe zuweisen"
1070
+
1071
+ #: my-calendar-styles.php:129
1072
+ #@ my-calendar
1073
+ msgid "My Calendar Styles"
1074
+ msgstr "My Calendar Styles"
1075
+
1076
+ #: my-calendar-styles.php:133
1077
+ #@ my-calendar
1078
+ msgid "Calendar Style Settings"
1079
+ msgstr "Kalender Style-Einstellungen"
1080
+
1081
+ #: my-calendar-styles.php:187
1082
+ #@ my-calendar
1083
+ msgid "CSS Style Options"
1084
+ msgstr "CSS Style-Optionen"
1085
+
1086
+ #: my-calendar-styles.php:192
1087
+ #@ my-calendar
1088
+ msgid "Disable My Calendar Stylesheet"
1089
+ msgstr "Die My Calendar Styledatei deaktivieren"
1090
+
1091
+ #: my-calendar-styles.php:195
1092
+ #@ my-calendar
1093
+ msgid "Edit the stylesheet for My Calendar"
1094
+ msgstr "Die My Calendar Styledatei bearbeiten"
1095
+
1096
+ #: my-calendar-behaviors.php:91
1097
+ #: my-calendar-behaviors.php:122
1098
+ #: my-calendar-behaviors.php:153
1099
+ #: my-calendar-behaviors.php:184
1100
+ #: my-calendar-behaviors.php:205
1101
+ #@ my-calendar
1102
+ msgid "Save"
1103
+ msgstr "Speichern"
1104
+
1105
+ #: my-calendar-behaviors.php:83
1106
+ #@ my-calendar
1107
+ msgid "Calendar Behaviors: Calendar View"
1108
+ msgstr "Kalenderverhalten: Kalenderansicht"
1109
+
1110
+ #: my-calendar-behaviors.php:85
1111
+ #@ my-calendar
1112
+ msgid "Disable Calendar Javascript Effects"
1113
+ msgstr "Im Kalenderformat JavaScript Effekte deaktivieren"
1114
+
1115
+ #: my-calendar-behaviors.php:88
1116
+ #@ my-calendar
1117
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
1118
+ msgstr "jQuery Scripte für My Calendar im Kalenderformat"
1119
+
1120
+ #: my-calendar-behaviors.php:114
1121
+ #@ my-calendar
1122
+ msgid "Calendar Behaviors: List View"
1123
+ msgstr "Kalenderverhalten: Listenansicht"
1124
+
1125
+ #: my-calendar-behaviors.php:116
1126
+ #@ my-calendar
1127
+ msgid "Disable List Javascript Effects"
1128
+ msgstr "JavaScript Effekte in der Listenansicht deaktivieren"
1129
+
1130
+ #: my-calendar-behaviors.php:119
1131
+ #@ my-calendar
1132
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1133
+ msgstr "jQuery Scripte für My Calendar in der Listenansicht editieren"
1134
+
1135
+ #: my-calendar-behaviors.php:145
1136
+ #@ my-calendar
1137
+ msgid "Calendar Behaviors: Mini Calendar View"
1138
+ msgstr "Kalenderverhalten: Mini Kalender Ansicht"
1139
+
1140
+ #: my-calendar-behaviors.php:147
1141
+ #@ my-calendar
1142
+ msgid "Disable Mini Javascript Effects"
1143
+ msgstr "In der Minikalenderansicht JavaScript Effekte deaktivieren"
1144
+
1145
+ #: my-calendar-behaviors.php:150
1146
+ #@ my-calendar
1147
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1148
+ msgstr "jQuery Scripte für die Miniansicht editieren"
1149
+
1150
+ #: my-calendar-upgrade-db.php:17
1151
+ #: my-calendar-upgrade-db.php:25
1152
+ #@ my-calendar
1153
+ msgid "The My Calendar database needs to be updated."
1154
+ msgstr "Die My Calendar Datenbank muss aktualisiert werden."
1155
+
1156
+ #: my-calendar-upgrade-db.php:18
1157
+ #: my-calendar-upgrade-db.php:38
1158
+ #@ my-calendar
1159
+ msgid "Update now"
1160
+ msgstr "jetzt updaten"
1161
+
1162
+ #: my-calendar-upgrade-db.php:37
1163
+ #@ my-calendar
1164
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
1165
+ msgstr "Sie haben keine Events eingegeben. My Calendar kann daher nicht sagen, ob ihre Datenbank aktuell ist. Wenn sie keine Events eintragen können, upgraden sie ihre Datenbank!"
1166
+
1167
+ #: my-calendar-upgrade-db.php:47
1168
+ #@ my-calendar
1169
+ msgid "My Calendar Database is updated."
1170
+ msgstr "My Calendar Datenbank ist geupdated."
1171
+
1172
+ #: my-calendar-widgets.php:42
1173
+ #: my-calendar-widgets.php:128
1174
+ #@ my-calendar
1175
+ msgid "Template"
1176
+ msgstr "Template"
1177
+
1178
+ #: my-calendar-widgets.php:53
1179
+ #@ my-calendar
1180
+ msgid "Show this text if there are no events today:"
1181
+ msgstr "Zeige diesen Text, wenn heute keine Events stattfinden:"
1182
+
1183
+ #: my-calendar-widgets.php:132
1184
+ #@ my-calendar
1185
+ msgid "Widget Options"
1186
+ msgstr "Widget Optionen"
1187
+
1188
+ #: my-calendar-widgets.php:143
1189
+ #@ my-calendar
1190
+ msgid "Display upcoming events by:"
1191
+ msgstr "Zeige kommende Events:"
1192
+
1193
+ #: my-calendar-widgets.php:144
1194
+ #@ my-calendar
1195
+ msgid "Events (e.g. 2 past, 3 future)"
1196
+ msgstr "Events (z.B. 2 in der Vergangenheit, 3 in der Zukunft)"
1197
+
1198
+ #: my-calendar-widgets.php:145
1199
+ #@ my-calendar
1200
+ msgid "Dates (e.g. 4 days past, 5 forward)"
1201
+ msgstr "Daten (z.B. vor 4 Tagen in 5 Tagen)"
1202
+
1203
+ #: my-calendar-core.php:70
1204
+ #: my-calendar.php:171
1205
+ #@ my-calendar
1206
+ msgid "Settings"
1207
+ msgstr "Einstellungen"
1208
+
1209
+ #: my-calendar-core.php:71
1210
+ #: my-calendar.php:175
1211
+ #@ my-calendar
1212
+ msgid "Help"
1213
+ msgstr "Hilfe"
1214
+
1215
+ #: my-calendar.php:130
1216
+ #@ my-calendar
1217
+ msgid "Get Support"
1218
+ msgstr "Support bekommen"
1219
+
1220
+ #: my-calendar.php:132
1221
+ #: my-calendar.php:175
1222
+ #@ my-calendar
1223
+ msgid "My Calendar Help"
1224
+ msgstr "My Calendar Hilfe"
1225
+
1226
+ #: my-calendar.php:133
1227
+ #@ my-calendar
1228
+ msgid "Make a Donation"
1229
+ msgstr "Spenden"
1230
+
1231
+ #: my-calendar.php:158
1232
+ #: my-calendar.php:161
1233
+ #@ my-calendar
1234
+ msgid "My Calendar"
1235
+ msgstr "My Calendar"
1236
+
1237
+ #: my-calendar.php:167
1238
+ #@ my-calendar
1239
+ msgid "Add/Edit Events"
1240
+ msgstr "Events hinzufügen/editieren"
1241
+
1242
+ #: my-calendar.php:172
1243
+ #@ my-calendar
1244
+ msgid "Style Editor"
1245
+ msgstr "Style Editor"
1246
+
1247
+ #: my-calendar-output.php:148
1248
+ #@ my-calendar
1249
+ msgid "Event Details"
1250
+ msgstr "Event Details"
1251
+
1252
+ #: my-calendar-output.php:171
1253
+ #: my-calendar-output.php:282
1254
+ #@ my-calendar
1255
+ msgid "Close"
1256
+ msgstr "geschlossen"
1257
+
1258
+ #: my-calendar-output.php:186
1259
+ #@ my-calendar
1260
+ msgid "Not Applicable"
1261
+ msgstr "entfällt"
1262
+
1263
+ #: my-calendar-output.php:200
1264
+ #@ my-calendar
1265
+ msgid "Posted by"
1266
+ msgstr "Verfasst von:"
1267
+
1268
+ #: my-calendar-output.php:262
1269
+ #@ my-calendar
1270
+ msgid "This class is part of a series. You must register for the first event in this series to attend."
1271
+ msgstr "Dieses Veranstaltung ist Teil einer Serie. Sie müssen sich für das erste Event anmelden, um teilzunehmen."
1272
+
1273
+ #: button/generator.php:98
1274
+ #: my-calendar-output.php:356
1275
+ #: my-calendar-widgets.php:592
1276
+ #@ my-calendar
1277
+ msgid "Month"
1278
+ msgstr "Monat"
1279
+
1280
+ #: my-calendar-output.php:361
1281
+ #@ my-calendar
1282
+ msgid "Year"
1283
+ msgstr "Jahr"
1284
+
1285
+ #: my-calendar-output.php:389
1286
+ #@ my-calendar
1287
+ msgid "Go"
1288
+ msgstr "los"
1289
+
1290
+ #: my-calendar-output.php:481
1291
+ #@ my-calendar
1292
+ msgid "<abbr title=\"Sunday\">Sun</abbr>"
1293
+ msgstr "<abbr title=\"Sonntag\">So</abbr>"
1294
+
1295
+ #: my-calendar-output.php:482
1296
+ #@ my-calendar
1297
+ msgid "<abbr title=\"Monday\">Mon</abbr>"
1298
+ msgstr "<abbr title=\"Montag\">Mo</abbr>"
1299
+
1300
+ #: my-calendar-output.php:483
1301
+ #@ my-calendar
1302
+ msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1303
+ msgstr "<abbr title=\"Dienstag\">Di</abbr>"
1304
+
1305
+ #: my-calendar-output.php:484
1306
+ #@ my-calendar
1307
+ msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1308
+ msgstr "<abbr title=\"Mittwoch\">Mi</abbr>"
1309
+
1310
+ #: my-calendar-output.php:485
1311
+ #@ my-calendar
1312
+ msgid "<abbr title=\"Thursday\">Thur</abbr>"
1313
+ msgstr "<abbr title=\"Donnerstag\">Do</abbr>"
1314
+
1315
+ #: my-calendar-output.php:486
1316
+ #@ my-calendar
1317
+ msgid "<abbr title=\"Friday\">Fri</abbr>"
1318
+ msgstr "<abbr title=\"Freitag\">Fr</abbr>"
1319
+
1320
+ #: my-calendar-output.php:487
1321
+ #@ my-calendar
1322
+ msgid "<abbr title=\"Saturday\">Sat</abbr>"
1323
+ msgstr "<abbr title=\"Samstag\">Sa</abbr>"
1324
+
1325
+ #: my-calendar-output.php:492
1326
+ #@ my-calendar
1327
+ msgid "<abbr title=\"Sunday\">S</abbr>"
1328
+ msgstr "<abbr title=\"Sonntag\">So</abbr>"
1329
+
1330
+ #: my-calendar-output.php:493
1331
+ #@ my-calendar
1332
+ msgid "<abbr title=\"Monday\">M</abbr>"
1333
+ msgstr "<abbr title=\"Montag\">M</abbr>"
1334
+
1335
+ #: my-calendar-output.php:494
1336
+ #@ my-calendar
1337
+ msgid "<abbr title=\"Tuesday\">T</abbr>"
1338
+ msgstr "<abbr title=\"Dienstag\">M</abbr>"
1339
+
1340
+ #: my-calendar-output.php:495
1341
+ #@ my-calendar
1342
+ msgid "<abbr title=\"Wednesday\">W</abbr>"
1343
+ msgstr "<abbr title=\"Mittwoch\">M</abbr>"
1344
+
1345
+ #: my-calendar-output.php:496
1346
+ #@ my-calendar
1347
+ msgid "<abbr title=\"Thursday\">T</abbr>"
1348
+ msgstr "<abbr title=\"Donnerstag\">D</abbr>"
1349
+
1350
+ #: my-calendar-output.php:497
1351
+ #@ my-calendar
1352
+ msgid "<abbr title=\"Friday\">F</abbr>"
1353
+ msgstr "<abbr title=\"Freitag\">F</abbr>"
1354
+
1355
+ #: my-calendar-output.php:498
1356
+ #@ my-calendar
1357
+ msgid "<abbr title=\"Saturday\">S</abbr>"
1358
+ msgstr "<abbr title=\"Samstag\">Sa</abbr>"
1359
+
1360
+ #: my-calendar-output.php:627
1361
+ #@ my-calendar
1362
+ msgid "and"
1363
+ msgstr "und"
1364
+
1365
+ #: my-calendar-widgets.php:551
1366
+ #@ my-calendar
1367
+ msgid "Calendar"
1368
+ msgstr "Kalender"
1369
+
1370
+ #: my-calendar-output.php:648
1371
+ #@ my-calendar
1372
+ msgid "Events in"
1373
+ msgstr "Events in"
1374
+
1375
+ #: my-calendar-output.php:874
1376
+ #@ my-calendar
1377
+ msgid "There are no events scheduled during this period."
1378
+ msgstr "In dieser Periode sind keine Events geplant"
1379
+
1380
+ #: my-calendar-output.php:887
1381
+ #@ my-calendar
1382
+ msgid "Category Key"
1383
+ msgstr "Kategorie-Schlüssel"
1384
+
1385
+ #: my-calendar-behaviors.php:43
1386
+ #@ my-calendar
1387
+ msgid "Behavior Settings saved"
1388
+ msgstr "Verhaltensweise-Einstellungen gespeichert"
1389
+
1390
+ #: my-calendar-behaviors.php:67
1391
+ #@ my-calendar
1392
+ msgid "My Calendar Behaviors"
1393
+ msgstr "My Calendar Verhaltensweisen"
1394
+
1395
+ #: my-calendar-behaviors.php:72
1396
+ #@ my-calendar
1397
+ msgid "Calendar Behavior Settings"
1398
+ msgstr "Kalender Verhaltensweise-Einstellungen"
1399
+
1400
+ #: my-calendar-behaviors.php:77
1401
+ #@ my-calendar
1402
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1403
+ msgstr "Übernehme JavaScript nur auf diesen Seiten (durch Komma getrennt Seite IDs)"
1404
+
1405
+ #: my-calendar-behaviors.php:176
1406
+ #@ my-calendar
1407
+ msgid "Calendar Behaviors: AJAX Navigation"
1408
+ msgstr "Kalender Verhaltensweisen: AJAX-Navigation"
1409
+
1410
+ #: my-calendar-behaviors.php:178
1411
+ #@ my-calendar
1412
+ msgid "Disable AJAX Effects"
1413
+ msgstr "Deaktiviere AJAX-Effekte"
1414
+
1415
+ #: my-calendar-behaviors.php:181
1416
+ #@ my-calendar
1417
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1418
+ msgstr "Bearbeiten der jQuery-Skripte für My Calendar AJAX-Navigation"
1419
+
1420
+ #: my-calendar-event-manager.php:161
1421
+ #, php-format
1422
+ #@ my-calendar
1423
+ msgid "%1$d events deleted successfully out of %2$d selected"
1424
+ msgstr "%1$d Events erfolgreich gelöscht, von %2$d ausgewählten"
1425
+
1426
+ #: my-calendar-event-manager.php:163
1427
+ #@ my-calendar
1428
+ msgid "Your events have not been deleted. Please investigate."
1429
+ msgstr "Ihre Events wurden nicht gelöscht. Bitte untersuchen."
1430
+
1431
+ #: my-calendar-event-manager.php:206
1432
+ #@ my-calendar
1433
+ msgid "You do not have permission to approve that event."
1434
+ msgstr "Sie haben keine Berechtigung, diesen Event zu genehmigen."
1435
+
1436
+ #: my-calendar-event-manager.php:221
1437
+ #@ my-calendar
1438
+ msgid "You do not have permission to reject that event."
1439
+ msgstr "Sie haben keine Berechtigung, diesen Event abzulehnen."
1440
+
1441
+ #: my-calendar-event-manager.php:323
1442
+ #@ my-calendar
1443
+ msgid "I'm sorry! I couldn't add that event to the database."
1444
+ msgstr "Es tut mir leid! Ich konnte den Event nicht der Datenbank hinzufügen."
1445
+
1446
+ #: my-calendar-event-manager.php:430
1447
+ #@ my-calendar
1448
+ msgid "This event must be approved in order for it to appear on the calendar."
1449
+ msgstr "Dieses Ereignis muss genehmigt werden, damit es im Kalender erscheint."
1450
+
1451
+ #: my-calendar-event-manager.php:489
1452
+ #: my-calendar-event-manager.php:618
1453
+ #: my-calendar-group-manager.php:292
1454
+ #@ my-calendar
1455
+ msgid "(required)"
1456
+ msgstr "(erforderlich)"
1457
+
1458
+ #: my-calendar-event-manager.php:493
1459
+ #@ my-calendar
1460
+ msgid "Publish"
1461
+ msgstr "Veröffentlichen"
1462
+
1463
+ #: my-calendar-event-manager.php:493
1464
+ #@ my-calendar
1465
+ msgid "You must approve this event to promote it to the calendar."
1466
+ msgstr "Sie müssen dem Event zustimmen, um ihn in den Kalender zu befördern."
1467
+
1468
+ #: my-calendar-event-manager.php:495
1469
+ #@ my-calendar
1470
+ msgid "An administrator must approve your new event."
1471
+ msgstr "Ein Administrator muss Ihren neuen Event genehmigen."
1472
+
1473
+ #: my-calendar-event-manager.php:549
1474
+ #: my-calendar-group-manager.php:335
1475
+ #@ my-calendar
1476
+ msgid "Event Host"
1477
+ msgstr "Event-Gastgeber"
1478
+
1479
+ #: my-calendar-event-manager.php:601
1480
+ #@ my-calendar
1481
+ msgid "Event Date and Time"
1482
+ msgstr "Event-Datum und -Zeit"
1483
+
1484
+ #: my-calendar-event-manager.php:627
1485
+ #@ my-calendar
1486
+ msgid "End Date (YYYY-MM-DD)"
1487
+ msgstr "Ende-Datum (YYYY-MM-DD)"
1488
+
1489
+ #: my-calendar-event-manager.php:665
1490
+ #@ my-calendar
1491
+ msgid "Date of Month (e.g., the 24th of each month)"
1492
+ msgstr "Datum des Monats (z.B. der 24. eines jeden Monats)"
1493
+
1494
+ #: my-calendar-event-manager.php:666
1495
+ #@ my-calendar
1496
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
1497
+ msgstr "Tag des Monats (z.B. der 3. Montag des Monats)"
1498
+
1499
+ #: my-calendar-event-manager.php:669
1500
+ #@ my-calendar
1501
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1502
+ msgstr "Geben Sie \"0\" ein, wenn sich der Event unbegrenzt wiederholen sollte. Ihr Eintrag ist die Anzahl der Events nach dem ersten Auftreten des Events: eine Wiederholung von <em>2</em> bedeutet das Ereignis wird drei mal passieren."
1503
+
1504
+ #: my-calendar-event-manager.php:687
1505
+ #: my-calendar-group-manager.php:391
1506
+ #@ my-calendar
1507
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1508
+ msgstr "My Calendar bewältigt keine Event-Registrierungen. Verwenden Sie diese nur zur Information."
1509
+
1510
+ #: my-calendar-event-manager.php:694
1511
+ #: my-calendar-group-manager.php:398
1512
+ #@ my-calendar
1513
+ msgid "If this event recurs, it can only be registered for as a complete series."
1514
+ msgstr "Wenn dieser Event auftritt, kann er nur für eine komplette Serie registriert werden."
1515
+
1516
+ #: my-calendar-event-manager.php:819
1517
+ #: my-calendar-group-manager.php:485
1518
+ #@ my-calendar
1519
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1520
+ msgstr "Wenn Sie GPS-Koordinaten für Ihren Standort hinzufügen, werden diese an Stelle von anderen Adressinformationen für Ihren Karten-Link verwendet."
1521
+
1522
+ #: my-calendar-event-manager.php:931
1523
+ #: my-calendar-group-manager.php:703
1524
+ #@ my-calendar
1525
+ msgid "Table of Calendar Events"
1526
+ msgstr "Tabelle der Kalendereinträge"
1527
+
1528
+ #: my-calendar-event-manager.php:978
1529
+ #: my-calendar-group-manager.php:751
1530
+ #@ my-calendar
1531
+ msgid "Monthly (by date)"
1532
+ msgstr "Monatlich (nach Datum)"
1533
+
1534
+ #: my-calendar-event-manager.php:979
1535
+ #: my-calendar-group-manager.php:752
1536
+ #@ my-calendar
1537
+ msgid "Monthly (by day)"
1538
+ msgstr "Monatlich (nach Tag)"
1539
+
1540
+ #: my-calendar-event-manager.php:1005
1541
+ #: my-calendar-group-manager.php:779
1542
+ #@ my-calendar
1543
+ msgid "Not editable."
1544
+ msgstr "Kann nicht bearbeitet werden."
1545
+
1546
+ #: my-calendar-event-manager.php:1011
1547
+ #@ my-calendar
1548
+ msgid "Reject"
1549
+ msgstr "Ablehnen"
1550
+
1551
+ #: my-calendar-event-manager.php:1013
1552
+ #@ my-calendar
1553
+ msgid "Approve"
1554
+ msgstr "Genehmigen"
1555
+
1556
+ #: my-calendar-event-manager.php:1018
1557
+ #@ my-calendar
1558
+ msgid "Approved"
1559
+ msgstr "Genehmigt"
1560
+
1561
+ #: my-calendar-event-manager.php:1020
1562
+ #@ my-calendar
1563
+ msgid "Rejected"
1564
+ msgstr "Abgelehnt"
1565
+
1566
+ #: my-calendar-event-manager.php:1022
1567
+ #@ my-calendar
1568
+ msgid "Awaiting Approval"
1569
+ msgstr "Wartet auf Genehmigung"
1570
+
1571
+ #: my-calendar-event-manager.php:1228
1572
+ #@ my-calendar
1573
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
1574
+ msgstr "Der Wiederholungswert muss 0 sein, ausgenommen eine Art von Wiederholung ist ausgewählt."
1575
+
1576
+ #: my-calendar-help.php:42
1577
+ #@ my-calendar
1578
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1579
+ msgstr "Wie vorauszusehen war, zeigt dieser Shortcode die Ausgabe des Heutige-Events-Widget, mit drei konfigurierbaren Attributen: category, template and fallback."
1580
+
1581
+ #: my-calendar-help.php:77
1582
+ #@ my-calendar
1583
+ msgid "Custom Styles"
1584
+ msgstr "Benutzerdefinierte Stile"
1585
+
1586
+ #: my-calendar-help.php:80
1587
+ #@ my-calendar
1588
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1589
+ msgstr "My Calendar ist mit vier grundlegenden Stylesheets ausgestattet. My Calendar wird bei der Änderung dieser grundlegenden Stylesheets beim Upgrade beibehalten, aber wenn man ein völlig neues Stylesheet hinzufügen möchten, möchten Sie es vielleicht im benutzerdefinierten Stylesheets-Verzeichnis von My Calendar speichern."
1590
+
1591
+ #: my-calendar-help.php:83
1592
+ #@ my-calendar
1593
+ msgid "Your stylesheet directory is"
1594
+ msgstr "Ihr Stylesheet-Verzeichnis ist"
1595
+
1596
+ #: my-calendar-help.php:84
1597
+ #@ my-calendar
1598
+ msgid "Your custom stylesheets directory is"
1599
+ msgstr "Ihr benutzerdefiniertes Stylesheets-Verzeichnis ist"
1600
+
1601
+ #: my-calendar-help.php:95
1602
+ #@ my-calendar
1603
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
1604
+ msgstr "Diese Codes sind in Kalendar Widgets, Email Anzeige, und Event Titeln nicht verfügbar."
1605
+
1606
+ #: my-calendar-help.php:133
1607
+ #@ my-calendar
1608
+ msgid "Displays the name of the person assigned as host for the event."
1609
+ msgstr "Zeigt den Namen der Person, die als Gastgeber für den Event vergeben wurde."
1610
+
1611
+ #: my-calendar-help.php:175
1612
+ #@ my-calendar
1613
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1614
+ msgstr "Zeigt den aktuellen Status der Veranstaltung: entweder \"Published\" or \"Reserved\" - direkt in E-Mail-Vorlagen verwendet."
1615
+
1616
+ #: my-calendar-help.php:223
1617
+ #@ my-calendar
1618
+ msgid "Produces the address of the current event's category icon."
1619
+ msgstr "Erzeugt die Adresse des aktuellen Event-Kategorie-Symbols."
1620
+
1621
+ #: my-calendar-help.php:229
1622
+ #@ my-calendar
1623
+ msgid "Produces the hex code for the current event's category color."
1624
+ msgstr "Erzeugt den Hex-Code für die aktuelle Event-Kategorie-Farbe."
1625
+
1626
+ #: my-calendar-install.php:213
1627
+ #@ my-calendar
1628
+ msgid "My Calendar Default Timezone"
1629
+ msgstr "My Calendar Standard-Zeitzone"
1630
+
1631
+ #: my-calendar-install.php:258
1632
+ #@ my-calendar
1633
+ msgid "My Calendar Default Location"
1634
+ msgstr "My Calendar Standard-Standort"
1635
+
1636
+ #: my-calendar-output.php:923
1637
+ #@ my-calendar
1638
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
1639
+ msgstr "Abonnieren von <abbr title=\\\"Really Simple Syndication\\\">RSS</abbr>"
1640
+
1641
+ #: my-calendar-output.php:924
1642
+ #@ my-calendar
1643
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
1644
+ msgstr "Download als <abbr title=\\\"iCal Ereignisse exportieren\\\">iCal</abbr>"
1645
+
1646
+ #: my-calendar-output.php:1208
1647
+ #: my-calendar-output.php:1229
1648
+ #@ my-calendar
1649
+ msgid "Show all"
1650
+ msgstr "Alle"
1651
+
1652
+ #: my-calendar-output.php:1227
1653
+ #@ my-calendar
1654
+ msgid "Show events in:"
1655
+ msgstr "Standort:"
1656
+
1657
+ #: my-calendar-output.php:1089
1658
+ #: my-calendar-output.php:1267
1659
+ #@ my-calendar
1660
+ msgid "Submit"
1661
+ msgstr "los"
1662
+
1663
+ #: my-calendar-settings.php:89
1664
+ #@ my-calendar
1665
+ msgid "Permissions Settings saved"
1666
+ msgstr "Genehmigungen-Einstellungen gespeichert"
1667
+
1668
+ #: my-calendar-settings.php:134
1669
+ #@ my-calendar
1670
+ msgid "Output Settings saved"
1671
+ msgstr "Ausgabe-Einstellungen gespeichert"
1672
+
1673
+ #: my-calendar-settings.php:153
1674
+ #@ my-calendar
1675
+ msgid "Input Settings saved"
1676
+ msgstr "Eingabe-Einstellungen gespeichert"
1677
+
1678
+ #: my-calendar-settings.php:180
1679
+ #@ my-calendar
1680
+ msgid "Custom text settings saved"
1681
+ msgstr "Benutzerdefinierte Text-Einstellungen gespeichert"
1682
+
1683
+ #: my-calendar-settings.php:192
1684
+ #@ my-calendar
1685
+ msgid "Email notice settings saved"
1686
+ msgstr "E-Mail-Benachrichtigung-Einstellungen gespeichert"
1687
+
1688
+ #: my-calendar-settings.php:206
1689
+ #@ my-calendar
1690
+ msgid "User custom settings saved"
1691
+ msgstr "Benutzer benutzerdefinierte Einstellungen gespeichert"
1692
+
1693
+ #: my-calendar-settings.php:241
1694
+ #@ my-calendar
1695
+ msgid "Calendar Management Settings"
1696
+ msgstr "Kalender-Management-Einstellungen"
1697
+
1698
+ #: my-calendar-settings.php:263
1699
+ #@ my-calendar
1700
+ msgid "Enable approval options."
1701
+ msgstr "Aktiviere Genehmigung-Optionen."
1702
+
1703
+ #: my-calendar-settings.php:272
1704
+ #@ my-calendar
1705
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
1706
+ msgstr "Standardmäßig können nur Administratoren Events bearbeiten oder löschen. Andere Benutzer können nur Events bearbeiten oder löschen, die sie selbst verfasst haben."
1707
+
1708
+ #: my-calendar-settings.php:299
1709
+ #@ my-calendar
1710
+ msgid "Calendar Text Settings"
1711
+ msgstr "Kalender-Texteinstellungen"
1712
+
1713
+ #: my-calendar-settings.php:330
1714
+ #@ my-calendar
1715
+ msgid "Save Custom Text Settings"
1716
+ msgstr "Benutzerdefinierte Texteinstellungen speichern"
1717
+
1718
+ #: my-calendar-settings.php:336
1719
+ #@ my-calendar
1720
+ msgid "Calendar Output Settings"
1721
+ msgstr "Kalender-Ausgabe-Einstellungen"
1722
+
1723
+ #: my-calendar-settings.php:426
1724
+ #@ my-calendar
1725
+ msgid "Event title template"
1726
+ msgstr "Event-Titel-Vorlage"
1727
+
1728
+ #: my-calendar-settings.php:609
1729
+ #@ my-calendar
1730
+ msgid "Shortcode Help"
1731
+ msgstr "Shortcode-Hilfe"
1732
+
1733
+ #: my-calendar-settings.php:609
1734
+ #@ my-calendar
1735
+ msgid "All template shortcodes are available."
1736
+ msgstr "Alle Template-Shortcodes sind verfügbar."
1737
+
1738
+ #: my-calendar-settings.php:384
1739
+ #@ my-calendar
1740
+ msgid "Show link to My Calendar RSS feed."
1741
+ msgstr "Zeige Link zu My Calendar RSS-Feed."
1742
+
1743
+ #: my-calendar-settings.php:387
1744
+ #@ my-calendar
1745
+ msgid "Show link to iCal format download."
1746
+ msgstr "Zeige Link zu iCal-Format-Download."
1747
+
1748
+ #: my-calendar-settings.php:484
1749
+ #@ my-calendar
1750
+ msgid "Holiday Category"
1751
+ msgstr "Feiertag-Kategorie"
1752
+
1753
+ #: my-calendar-settings.php:340
1754
+ #: my-calendar-settings.php:521
1755
+ #@ my-calendar
1756
+ msgid "Save Output Settings"
1757
+ msgstr "Ausgabe-Einstellungen speichern"
1758
+
1759
+ #: my-calendar-settings.php:527
1760
+ #@ my-calendar
1761
+ msgid "Calendar Input Settings"
1762
+ msgstr "Kalender-Eingabe-Einstellungen"
1763
+
1764
+ #: my-calendar-settings.php:537
1765
+ #@ my-calendar
1766
+ msgid "Show Event Recurrence Options"
1767
+ msgstr "Zeige Event-Serienoptionen"
1768
+
1769
+ #: my-calendar-settings.php:555
1770
+ #@ my-calendar
1771
+ msgid "Save Input Settings"
1772
+ msgstr "Eingabe-Einstellungen speichern"
1773
+
1774
+ #: my-calendar-settings.php:590
1775
+ #@ my-calendar
1776
+ msgid "Calendar Email Settings"
1777
+ msgstr "Kalender-E-Mail-Einstellungen"
1778
+
1779
+ #: my-calendar-settings.php:595
1780
+ #@ my-calendar
1781
+ msgid "Calendar Options: Email Notifications"
1782
+ msgstr "Kalender-Optionen: E-Mail-Benachrichtigung"
1783
+
1784
+ #: my-calendar-settings.php:599
1785
+ #@ my-calendar
1786
+ msgid "Send Email Notifications when new events are scheduled or reserved."
1787
+ msgstr "Senden Sie E-Mail Benachrichtigungen, wenn neue Termine geplant sind oder reserviert."
1788
+
1789
+ #: my-calendar-settings.php:602
1790
+ #@ my-calendar
1791
+ msgid "Notification messages are sent to: "
1792
+ msgstr "Benachrichtigungen sind zu richten an: "
1793
+
1794
+ #: my-calendar-settings.php:605
1795
+ #@ my-calendar
1796
+ msgid "Email subject"
1797
+ msgstr "Email-Betreff"
1798
+
1799
+ #: my-calendar-settings.php:605
1800
+ #@ my-calendar
1801
+ msgid "New event Added"
1802
+ msgstr "Neuer Termin hinzugefügt"
1803
+
1804
+ #: my-calendar-settings.php:608
1805
+ #@ my-calendar
1806
+ msgid "Message Body"
1807
+ msgstr "Nachrichtentext"
1808
+
1809
+ #: my-calendar-settings.php:608
1810
+ #@ my-calendar
1811
+ msgid "New Event:"
1812
+ msgstr "Neuer Event:"
1813
+
1814
+ #: my-calendar-settings.php:614
1815
+ #@ my-calendar
1816
+ msgid "Save Email Settings"
1817
+ msgstr "E-Mail-Einstellungen speichern"
1818
+
1819
+ #: my-calendar-settings.php:620
1820
+ #@ my-calendar
1821
+ msgid "Calendar User Settings"
1822
+ msgstr "Kalender Benutzer-Einstellungen"
1823
+
1824
+ #: my-calendar-settings.php:629
1825
+ #@ my-calendar
1826
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
1827
+ msgstr "Registrierten Benutzern erlauben, Zeitzone oder Standard-Standort in ihren Benutzer-Profilen anzubieten."
1828
+
1829
+ #: my-calendar-settings.php:641
1830
+ #@ my-calendar
1831
+ msgid "Timezone Settings"
1832
+ msgstr "Zeitzone-Einstellungen"
1833
+
1834
+ #: my-calendar-settings.php:642
1835
+ #@ my-calendar
1836
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
1837
+ msgstr "Diese Einstellungen bieten Benutzern die Möglichkeit, eine Zeitzone in ihrem Benutzerprofil zu wählen. Wenn sie ihren Kalender ansehen, wird die Zeit für Events in der Zeit ihrer Zeitzone sowie der eingegebene Wert angezeigt."
1838
+
1839
+ #: my-calendar-settings.php:644
1840
+ #@ my-calendar
1841
+ msgid "Enable Timezone"
1842
+ msgstr "Aktiviere Zeitzone"
1843
+
1844
+ #: my-calendar-settings.php:647
1845
+ #@ my-calendar
1846
+ msgid "Select Timezone Label"
1847
+ msgstr "Wählen Sie den Zeitzonen-Namen"
1848
+
1849
+ #: my-calendar-settings.php:650
1850
+ #@ my-calendar
1851
+ msgid "Timezone Options"
1852
+ msgstr "Zeitzonen-Optionen"
1853
+
1854
+ #: my-calendar-settings.php:650
1855
+ #: my-calendar-settings.php:674
1856
+ #@ my-calendar
1857
+ msgid "Value, Label; one per line"
1858
+ msgstr "Wert, Beschriftung; eine pro Zeile"
1859
+
1860
+ #: my-calendar-settings.php:662
1861
+ #@ my-calendar
1862
+ msgid "Location Settings"
1863
+ msgstr "Standorteinstellungen"
1864
+
1865
+ #: my-calendar-settings.php:665
1866
+ #@ my-calendar
1867
+ msgid "Enable Location"
1868
+ msgstr "Standort freigeben"
1869
+
1870
+ #: my-calendar-settings.php:671
1871
+ #@ my-calendar
1872
+ msgid "Select Location Label"
1873
+ msgstr "Wählen Sie Standort-Namen"
1874
+
1875
+ #: my-calendar-settings.php:674
1876
+ #@ my-calendar
1877
+ msgid "Location Options"
1878
+ msgstr "Standort-Optionen"
1879
+
1880
+ #: my-calendar-settings.php:684
1881
+ #@ my-calendar
1882
+ msgid "Location Type"
1883
+ msgstr "Standort-Typ"
1884
+
1885
+ #: button/generator.php:55
1886
+ #: my-calendar-settings.php:513
1887
+ #: my-calendar-settings.php:686
1888
+ #@ my-calendar
1889
+ msgid "Location Name"
1890
+ msgstr "Standort-Name"
1891
+
1892
+ #: my-calendar-settings.php:697
1893
+ #@ my-calendar
1894
+ msgid "Save User Settings"
1895
+ msgstr "Benutzereinstellungen sichern"
1896
+
1897
+ #: my-calendar-styles.php:79
1898
+ #@ my-calendar
1899
+ msgid "The stylesheet has been updated."
1900
+ msgstr "Das Stylesheet wurde aktualisiert."
1901
+
1902
+ #: my-calendar-styles.php:79
1903
+ #@ my-calendar
1904
+ msgid "Write Error! Please verify write permissions on the style file."
1905
+ msgstr "Schreibfehler! Bitte überprüfen Sie Schreibrechte der Stylesheet-Datei."
1906
+
1907
+ #: my-calendar-styles.php:93
1908
+ #@ my-calendar
1909
+ msgid "Stylesheet reset to default."
1910
+ msgstr "Stylesheet auf Standardeinstellung zurücksetzen."
1911
+
1912
+ #: my-calendar-styles.php:96
1913
+ #@ my-calendar
1914
+ msgid "Style Settings Saved"
1915
+ msgstr "Stileinstellungen gespeichert"
1916
+
1917
+ #: my-calendar-styles.php:105
1918
+ #@ my-calendar
1919
+ msgid "New theme selected."
1920
+ msgstr "Neues Thema ausgewählt."
1921
+
1922
+ #: my-calendar-styles.php:121
1923
+ #@ my-calendar
1924
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
1925
+ msgstr "Entschuldigen Sie. Die Datei, die Sie suchen scheint offenbar nicht zu existieren. Bitte überprüfen Sie den Dateinamen und den Speicherort!"
1926
+
1927
+ #: my-calendar-styles.php:141
1928
+ #@ my-calendar
1929
+ msgid "Select My Calendar Theme"
1930
+ msgstr "Wählen Sie das My Calendar -Thema"
1931
+
1932
+ #: my-calendar-styles.php:149
1933
+ #@ default
1934
+ msgid "Your Custom Stylesheets"
1935
+ msgstr ""
1936
+
1937
+ #: my-calendar-styles.php:158
1938
+ #@ my-calendar
1939
+ msgid "Installed Stylesheets"
1940
+ msgstr "Installierte Stylesheets"
1941
+
1942
+ #: my-calendar-styles.php:166
1943
+ #@ my-calendar
1944
+ msgid "Choose Style"
1945
+ msgstr "Wählen Sie den Stil"
1946
+
1947
+ #: my-calendar-styles.php:179
1948
+ #@ my-calendar
1949
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
1950
+ msgstr "My Calendar konnte Ihre CSS-Dateien während des Upgrade nicht aktualisieren. Bitte überprüfen Sie Ihre Dateiberechtigungen, wenn Sie auf Ihre My Calendar Stile bearbeiten möchten. Ihre zuvor gespeicherten Stile sind unten. Diese Nachricht und diese Stile werden aus der Datenbank entfernt, wenn Sie Ihre Stylesheet erfolgreich aktualisiert haben."
1951
+
1952
+ #: my-calendar-styles.php:189
1953
+ #@ my-calendar
1954
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
1955
+ msgstr "CSS nur auf diesen Seiten anwenden (durch Komma getrennt Seite-IDs)"
1956
+
1957
+ #: my-calendar-event-manager.php:919
1958
+ #: my-calendar-templates.php:203
1959
+ #@ my-calendar
1960
+ msgid "Published"
1961
+ msgstr "Veröffentlicht"
1962
+
1963
+ #: my-calendar-event-manager.php:920
1964
+ #: my-calendar-templates.php:203
1965
+ #@ my-calendar
1966
+ msgid "Reserved"
1967
+ msgstr "Reserviert"
1968
+
1969
+ #: my-calendar-user.php:36
1970
+ #@ my-calendar
1971
+ msgid "My Calendar User Settings"
1972
+ msgstr "My Calendar Benutzereinstellungen"
1973
+
1974
+ #: my-calendar-widgets.php:5
1975
+ #@ my-calendar
1976
+ msgid "My Calendar: Today's Events"
1977
+ msgstr "My Calendar: Heutige Events"
1978
+
1979
+ #: my-calendar-widgets.php:57
1980
+ #: my-calendar-widgets.php:169
1981
+ #: my-calendar-widgets.php:575
1982
+ #@ my-calendar
1983
+ msgid "Category or categories to display:"
1984
+ msgstr "Kategorie oder Kategorien für Anzeige:"
1985
+
1986
+ #: my-calendar-widgets.php:78
1987
+ #@ my-calendar
1988
+ msgid "My Calendar: Upcoming Events"
1989
+ msgstr "My Calendar: Kommende Events"
1990
+
1991
+ #: my-calendar-widgets.php:165
1992
+ #@ my-calendar
1993
+ msgid "Show this text if there are no events meeting your criteria:"
1994
+ msgstr "Zeige diesen Text, wenn es keine Events gibt, die Ihren Kriterien entsprechen:"
1995
+
1996
+ #: my-calendar.php:173
1997
+ #@ my-calendar
1998
+ msgid "Behavior Editor"
1999
+ msgstr "Verhaltensweise Editor"
2000
+
2001
+ #: button/generator.php:12
2002
+ #@ my-calendar
2003
+ msgid "You don't have access to this function."
2004
+ msgstr "Sie haben keinen Zugang zu dieser Funktion."
2005
+
2006
+ #: button/generator.php:18
2007
+ #: button/generator.php:44
2008
+ #@ my-calendar
2009
+ msgid "My Calendar Shortcode Generator"
2010
+ msgstr "My Calendar Shortcodegenerator."
2011
+
2012
+ #: button/generator.php:47
2013
+ #@ my-calendar
2014
+ msgid "Shortcode Attributes"
2015
+ msgstr "Shortcode Attributen"
2016
+
2017
+ #: button/generator.php:52
2018
+ #@ my-calendar
2019
+ msgid "Location filter type:"
2020
+ msgstr "Art des Ortfilter:"
2021
+
2022
+ #: button/generator.php:54
2023
+ #@ my-calendar
2024
+ msgid "All locations"
2025
+ msgstr "Alle Orte"
2026
+
2027
+ #: button/generator.php:64
2028
+ #@ my-calendar
2029
+ msgid "Location filter value:"
2030
+ msgstr "Ortfilter Wert:"
2031
+
2032
+ #: button/generator.php:68
2033
+ #@ my-calendar
2034
+ msgid "Format"
2035
+ msgstr "Format"
2036
+
2037
+ #: button/generator.php:70
2038
+ #@ my-calendar
2039
+ msgid "Grid"
2040
+ msgstr "Raster"
2041
+
2042
+ #: button/generator.php:71
2043
+ #@ my-calendar
2044
+ msgid "List"
2045
+ msgstr "Liste"
2046
+
2047
+ #: button/generator.php:75
2048
+ #@ my-calendar
2049
+ msgid "Show Category Key"
2050
+ msgstr "Kategorie-Schlüssel zeigen"
2051
+
2052
+ #: button/generator.php:77
2053
+ #: button/generator.php:84
2054
+ #: button/generator.php:91
2055
+ #: my-calendar-widgets.php:580
2056
+ #: my-calendar-widgets.php:586
2057
+ #@ my-calendar
2058
+ msgid "Yes"
2059
+ msgstr "Ja"
2060
+
2061
+ #: button/generator.php:78
2062
+ #: button/generator.php:85
2063
+ #: button/generator.php:92
2064
+ #: my-calendar-widgets.php:581
2065
+ #: my-calendar-widgets.php:587
2066
+ #@ my-calendar
2067
+ msgid "No"
2068
+ msgstr "Nein"
2069
+
2070
+ #: button/generator.php:82
2071
+ #@ my-calendar
2072
+ msgid "Show Previous/Next Links"
2073
+ msgstr "Zurück/Weiter Links zeigen"
2074
+
2075
+ #: button/generator.php:89
2076
+ #@ my-calendar
2077
+ msgid "Show Format Toggle"
2078
+ msgstr "Format-Umschaltfläche zeigen"
2079
+
2080
+ #: button/generator.php:96
2081
+ #@ my-calendar
2082
+ msgid "Time Segment"
2083
+ msgstr "Zeitabschnitt"
2084
+
2085
+ #: button/generator.php:99
2086
+ #: my-calendar-widgets.php:593
2087
+ #@ my-calendar
2088
+ msgid "Week"
2089
+ msgstr "Woche"
2090
+
2091
+ #: button/generator.php:100
2092
+ #@ my-calendar
2093
+ msgid "Day"
2094
+ msgstr "Tag"
2095
+
2096
+ #: button/generator.php:105
2097
+ #@ my-calendar
2098
+ msgid "Generate Shortcode"
2099
+ msgstr "Shortcode machen"
2100
+
2101
+ #: button/generator.php:107
2102
+ #@ my-calendar
2103
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
2104
+ msgstr "<strong>Achtung:</strong>Wenn Sie einem Ortfilter Wert geben, muss er zu den gespeicherten Events Informationen genau passen. (z.B. \"Saint Paul\" passt nicht zu \"saint paul\" oder \"St. Paul\")"
2105
+
2106
+ #: button/generator.php:117
2107
+ #@ my-calendar
2108
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
2109
+ msgstr "My Calendar: diese Generator wird keine Shortcode auf Ihre Seite stellen."
2110
+
2111
+ #: my-calendar-behaviors.php:85
2112
+ #@ my-calendar
2113
+ msgid "Update/Reset the My Calendar Calendar Javascript"
2114
+ msgstr "My Calendar Kalender Javascript Aktualizieren/Zurücksetzen"
2115
+
2116
+ #: my-calendar-behaviors.php:100
2117
+ #: my-calendar-behaviors.php:131
2118
+ #: my-calendar-behaviors.php:162
2119
+ #: my-calendar-behaviors.php:192
2120
+ #@ my-calendar
2121
+ msgid "Comparing scripts with latest installed version of My Calendar"
2122
+ msgstr "Scripte werden mit der neuesten installierten Version des My Calendars vergleicht."
2123
+
2124
+ #: my-calendar-behaviors.php:100
2125
+ #: my-calendar-behaviors.php:131
2126
+ #: my-calendar-behaviors.php:162
2127
+ #: my-calendar-behaviors.php:192
2128
+ #: my-calendar-styles.php:208
2129
+ #@ my-calendar
2130
+ msgid "Latest (from plugin)"
2131
+ msgstr "Neueste (von Plugin)"
2132
+
2133
+ #: my-calendar-behaviors.php:100
2134
+ #: my-calendar-behaviors.php:131
2135
+ #: my-calendar-behaviors.php:162
2136
+ #: my-calendar-behaviors.php:192
2137
+ #: my-calendar-styles.php:208
2138
+ #@ my-calendar
2139
+ msgid "Current (in use)"
2140
+ msgstr "Aktuelle (in Verwendung)"
2141
+
2142
+ #: my-calendar-behaviors.php:104
2143
+ #@ my-calendar
2144
+ msgid "There have been updates to the calendar view scripts."
2145
+ msgstr "Es gab Aktualisierungen zu den Kalenderansicht Scripte."
2146
+
2147
+ #: my-calendar-behaviors.php:104
2148
+ #: my-calendar-behaviors.php:135
2149
+ #: my-calendar-behaviors.php:166
2150
+ #: my-calendar-behaviors.php:196
2151
+ #@ my-calendar
2152
+ msgid "Compare your scripts with latest installed version of My Calendar."
2153
+ msgstr "Ihre Scripte mit der neuesten installierten Version des My Calendars vergleichen."
2154
+
2155
+ #: my-calendar-behaviors.php:108
2156
+ #: my-calendar-behaviors.php:139
2157
+ #: my-calendar-behaviors.php:170
2158
+ #: my-calendar-behaviors.php:200
2159
+ #@ my-calendar
2160
+ msgid "Your script matches that included with My Calendar."
2161
+ msgstr "Ihre Script passt zu der mit My Calendar eingeschlossene Script."
2162
+
2163
+ #: my-calendar-behaviors.php:116
2164
+ #@ my-calendar
2165
+ msgid "Update/Reset the My Calendar List Javascript"
2166
+ msgstr "Die My Calendar Liste Javascript Aktualisieren/Zurücksetzen"
2167
+
2168
+ #: my-calendar-behaviors.php:135
2169
+ #@ my-calendar
2170
+ msgid "There have been updates to the list view scripts."
2171
+ msgstr "Es gab Aktualisierungen zu den Listenansicht Scripts."
2172
+
2173
+ #: my-calendar-behaviors.php:147
2174
+ #@ my-calendar
2175
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
2176
+ msgstr "Die My Calendar Mini-Format Javascript Aktualisieren/Zurücksetzen"
2177
+
2178
+ #: my-calendar-behaviors.php:166
2179
+ #@ my-calendar
2180
+ msgid "There have been updates to the mini view scripts."
2181
+ msgstr "Es gab Aktualisierungen zu den Mini-Ansicht Scripte."
2182
+
2183
+ #: my-calendar-behaviors.php:178
2184
+ #@ my-calendar
2185
+ msgid "Update/Reset the My Calendar AJAX Javascript"
2186
+ msgstr "Die My Calendar AJAX Javascript Aktualisieren/Zurücksetzen"
2187
+
2188
+ #: my-calendar-behaviors.php:196
2189
+ #@ my-calendar
2190
+ msgid "There have been updates to the AJAX scripts."
2191
+ msgstr "Es gab Aktualisierungen zu den AJAX Scripte."
2192
+
2193
+ #: my-calendar-behaviors.php:210
2194
+ #@ my-calendar
2195
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
2196
+ msgstr "Zurücksetzung des Javascripts wird diese Script zu die zurzeit mit der Plug-in verteilte Version gestellt."
2197
+
2198
+ #: my-calendar-categories.php:137
2199
+ #@ my-calendar
2200
+ msgid "Error: Category was not edited."
2201
+ msgstr "Fehler: Kategorie wurde nicht bearbeitet."
2202
+
2203
+ #: my-calendar-categories.php:218
2204
+ #@ my-calendar
2205
+ msgid "Add a New Category"
2206
+ msgstr "Neue Kategorie hinzufügen"
2207
+
2208
+ #: my-calendar-core.php:198
2209
+ #, php-format
2210
+ #@ my-calendar
2211
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
2212
+ msgstr "<br /><strong>Achtung:</strong> Bitte, bevor upgraden, die <a class=\"thickbox\" href=\"%1$s\">changelog</a> nachprüfen ."
2213
+
2214
+ #: my-calendar-core.php:953
2215
+ #@ my-calendar
2216
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
2217
+ msgstr "Derzeit erlauben Sie, dass Abonnente Events einstellen können, aber Sie benutzen Akismet nicht. My Calendar kann Akismet benutzen um auf Spam in Event Submissions zu prüfen. <a href='https://akismet.com/signup/'>Bekommen Sie jetzt einen Akismet API Schlüssel.</a>"
2218
+
2219
+ #: my-calendar-core.php:1078
2220
+ #@ my-calendar
2221
+ msgid "Is this your calendar page?"
2222
+ msgstr "Ist das Ihre Kalender Seite?"
2223
+
2224
+ #: my-calendar-core.php:1081
2225
+ #@ my-calendar
2226
+ msgid "I tried to guess, but don't have a suggestion for you."
2227
+ msgstr "Ich habe versucht zu erraten, aber habe keinen Vorschlag für Sie."
2228
+
2229
+ #: my-calendar-event-manager.php:263
2230
+ #@ my-calendar
2231
+ msgid "Currently editing your local calendar"
2232
+ msgstr "Zurzeit wird Ihre Lokalkalender bearbeitet."
2233
+
2234
+ #: my-calendar-event-manager.php:265
2235
+ #@ my-calendar
2236
+ msgid "Currently editing your central calendar"
2237
+ msgstr "Zurzeit wird Ihre Zentralkalender bearbeitet."
2238
+
2239
+ #: my-calendar-event-manager.php:483
2240
+ #@ my-calendar
2241
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
2242
+ msgstr "Es gab einen Fehler bei der Anschaffung der Information über diese Event Instanz. Das Datum dieser Event wurde nicht eingegeben. <strong>Sie bearbeiten das ganze Wiederholung-Set. </strong>"
2243
+
2244
+ #: my-calendar-event-manager.php:508
2245
+ #@ my-calendar
2246
+ msgid "This event is not spam"
2247
+ msgstr ""
2248
+
2249
+ #: my-calendar-event-manager.php:526
2250
+ #: my-calendar-event-manager.php:539
2251
+ #: my-calendar-group-manager.php:317
2252
+ #: my-calendar-group-manager.php:325
2253
+ #@ my-calendar
2254
+ msgid "This event's image:"
2255
+ msgstr ""
2256
+
2257
+ #: my-calendar-event-manager.php:528
2258
+ #: my-calendar-group-manager.php:319
2259
+ #@ my-calendar
2260
+ msgid "Add an image:"
2261
+ msgstr ""
2262
+
2263
+ #: my-calendar-event-manager.php:532
2264
+ #: my-calendar-group-manager.php:319
2265
+ #@ my-calendar
2266
+ msgid "Upload Image"
2267
+ msgstr ""
2268
+
2269
+ #: my-calendar-event-manager.php:532
2270
+ #: my-calendar-group-manager.php:319
2271
+ #@ my-calendar
2272
+ msgid "Include your image URL or upload an image."
2273
+ msgstr ""
2274
+
2275
+ #: my-calendar-event-manager.php:618
2276
+ #@ my-calendar
2277
+ msgid "Time (hh:mm am/pm)"
2278
+ msgstr ""
2279
+
2280
+ #: my-calendar-event-manager.php:627
2281
+ #@ my-calendar
2282
+ msgid "End Time (hh:mm am/pm)"
2283
+ msgstr ""
2284
+
2285
+ #: my-calendar-event-manager.php:641
2286
+ #@ my-calendar
2287
+ msgid "Add another occurrence"
2288
+ msgstr ""
2289
+
2290
+ #: my-calendar-event-manager.php:642
2291
+ #@ my-calendar
2292
+ msgid "Remove last occurrence"
2293
+ msgstr ""
2294
+
2295
+ #: my-calendar-event-manager.php:662
2296
+ #: my-calendar-templates.php:117
2297
+ #@ my-calendar
2298
+ msgid "Daily, weekdays only"
2299
+ msgstr ""
2300
+
2301
+ #: my-calendar-event-manager.php:814
2302
+ #: my-calendar-group-manager.php:480
2303
+ #@ my-calendar
2304
+ msgid "Location URL"
2305
+ msgstr ""
2306
+
2307
+ #: my-calendar-event-manager.php:835
2308
+ #@ my-calendar
2309
+ msgid "Special Options"
2310
+ msgstr ""
2311
+
2312
+ #: my-calendar-event-manager.php:837
2313
+ #@ my-calendar
2314
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
2315
+ msgstr ""
2316
+
2317
+ #: my-calendar-event-manager.php:840
2318
+ #@ my-calendar
2319
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
2320
+ msgstr ""
2321
+
2322
+ #: my-calendar-event-manager.php:921
2323
+ #@ my-calendar
2324
+ msgid "All"
2325
+ msgstr ""
2326
+
2327
+ #: my-calendar-event-manager.php:975
2328
+ #: my-calendar-group-manager.php:748
2329
+ #@ my-calendar
2330
+ msgid "Weekdays"
2331
+ msgstr ""
2332
+
2333
+ #: my-calendar-event-manager.php:984
2334
+ #: my-calendar-group-manager.php:757
2335
+ #, php-format
2336
+ #@ my-calendar
2337
+ msgid "%d Times"
2338
+ msgstr ""
2339
+
2340
+ #: my-calendar-event-manager.php:1002
2341
+ #: my-calendar-group-manager.php:775
2342
+ #: my-calendar-output.php:287
2343
+ #@ my-calendar
2344
+ msgid "Edit Group"
2345
+ msgstr ""
2346
+
2347
+ #: my-calendar-event-manager.php:1033
2348
+ #@ my-calendar
2349
+ msgid "Delete checked events"
2350
+ msgstr ""
2351
+
2352
+ #: my-calendar-group-manager.php:57
2353
+ #@ my-calendar
2354
+ msgid "Event not updated."
2355
+ msgstr ""
2356
+
2357
+ #: my-calendar-group-manager.php:83
2358
+ #@ my-calendar
2359
+ msgid "Event not grouped."
2360
+ msgstr ""
2361
+
2362
+ #: my-calendar-group-manager.php:87
2363
+ #@ my-calendar
2364
+ msgid "Event grouped successfully"
2365
+ msgstr ""
2366
+
2367
+ #: my-calendar-group-manager.php:105
2368
+ #: my-calendar-group-manager.php:261
2369
+ #: my-calendar-group-manager.php:287
2370
+ #@ my-calendar
2371
+ msgid "Edit Event Group"
2372
+ msgstr ""
2373
+
2374
+ #: my-calendar-group-manager.php:109
2375
+ #@ my-calendar
2376
+ msgid "You must provide an event group id in order to edit it"
2377
+ msgstr ""
2378
+
2379
+ #: my-calendar-group-manager.php:117
2380
+ #: my-calendar.php:169
2381
+ #@ my-calendar
2382
+ msgid "Manage Event Groups"
2383
+ msgstr ""
2384
+
2385
+ #: my-calendar-group-manager.php:119
2386
+ #@ my-calendar
2387
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
2388
+ msgstr ""
2389
+
2390
+ #: my-calendar-group-manager.php:120
2391
+ #@ my-calendar
2392
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
2393
+ msgstr ""
2394
+
2395
+ #: my-calendar-group-manager.php:214
2396
+ #@ my-calendar
2397
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
2398
+ msgstr ""
2399
+
2400
+ #: my-calendar-group-manager.php:221
2401
+ #@ my-calendar
2402
+ msgid "Apply these changes to:"
2403
+ msgstr ""
2404
+
2405
+ #: my-calendar-group-manager.php:232
2406
+ #@ my-calendar
2407
+ msgid "Check/Uncheck all"
2408
+ msgstr ""
2409
+
2410
+ #: my-calendar-group-manager.php:234
2411
+ #@ my-calendar
2412
+ msgid "Remove checked events from this group"
2413
+ msgstr ""
2414
+
2415
+ #: my-calendar-group-manager.php:251
2416
+ #@ my-calendar
2417
+ msgid "You must provide a group ID to edit groups"
2418
+ msgstr ""
2419
+
2420
+ #: my-calendar-group-manager.php:690
2421
+ #@ my-calendar
2422
+ msgid "Create/Modify Groups"
2423
+ msgstr ""
2424
+
2425
+ #: my-calendar-group-manager.php:691
2426
+ #@ my-calendar
2427
+ msgid "Check a set of events to group them for mass editing."
2428
+ msgstr ""
2429
+
2430
+ #: my-calendar-group-manager.php:701
2431
+ #: my-calendar-group-manager.php:787
2432
+ #@ my-calendar
2433
+ msgid "Group checked events for mass editing"
2434
+ msgstr ""
2435
+
2436
+ #: my-calendar-group-manager.php:707
2437
+ #@ my-calendar
2438
+ msgid "Group"
2439
+ msgstr ""
2440
+
2441
+ #: my-calendar-group-manager.php:777
2442
+ #@ my-calendar
2443
+ msgid "Ungrouped"
2444
+ msgstr ""
2445
+
2446
+ #: my-calendar-help.php:17
2447
+ #@ my-calendar
2448
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
2449
+ msgstr ""
2450
+
2451
+ #: my-calendar-help.php:22
2452
+ #@ my-calendar
2453
+ msgid "The shortcode supports eight attributes:"
2454
+ msgstr ""
2455
+
2456
+ #: my-calendar-help.php:24
2457
+ #@ my-calendar
2458
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
2459
+ msgstr ""
2460
+
2461
+ #: my-calendar-help.php:25
2462
+ #@ my-calendar
2463
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
2464
+ msgstr ""
2465
+
2466
+ #: my-calendar-help.php:26
2467
+ #@ my-calendar
2468
+ msgid "Set as \"no\" to hide the category key."
2469
+ msgstr ""
2470
+
2471
+ #: my-calendar-help.php:27
2472
+ #@ my-calendar
2473
+ msgid "Set as \"no\" to hide the month-by-month navigation."
2474
+ msgstr ""
2475
+
2476
+ #: my-calendar-help.php:28
2477
+ #@ my-calendar
2478
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
2479
+ msgstr ""
2480
+
2481
+ #: my-calendar-help.php:29
2482
+ #@ my-calendar
2483
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
2484
+ msgstr ""
2485
+
2486
+ #: my-calendar-help.php:30
2487
+ #@ my-calendar
2488
+ msgid "The type of location data to restrict by."
2489
+ msgstr ""
2490
+
2491
+ #: my-calendar-help.php:31
2492
+ #@ my-calendar
2493
+ msgid "The specific location information to filter to."
2494
+ msgstr ""
2495
+
2496
+ #: my-calendar-help.php:35
2497
+ #@ my-calendar
2498
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
2499
+ msgstr ""
2500
+
2501
+ #: my-calendar-help.php:37
2502
+ #@ my-calendar
2503
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
2504
+ msgstr ""
2505
+
2506
+ #: my-calendar-help.php:45
2507
+ #@ my-calendar
2508
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
2509
+ msgstr ""
2510
+
2511
+ #: my-calendar-help.php:48
2512
+ #@ my-calendar
2513
+ msgid "Supplement Features (Locations filter, Categories filter)"
2514
+ msgstr ""
2515
+
2516
+ #: my-calendar-help.php:51
2517
+ #@ my-calendar
2518
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
2519
+ msgstr ""
2520
+
2521
+ #: my-calendar-help.php:54
2522
+ #@ my-calendar
2523
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
2524
+ msgstr ""
2525
+
2526
+ #: my-calendar-help.php:57
2527
+ #@ my-calendar
2528
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
2529
+ msgstr ""
2530
+
2531
+ #: my-calendar-help.php:97
2532
+ #: my-calendar-templating.php:70
2533
+ #@ my-calendar
2534
+ msgid "Event Template Tags"
2535
+ msgstr ""
2536
+
2537
+ #: my-calendar-help.php:109
2538
+ #@ my-calendar
2539
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2540
+ msgstr ""
2541
+
2542
+ #: my-calendar-help.php:112
2543
+ #@ my-calendar
2544
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
2545
+ msgstr ""
2546
+
2547
+ #: my-calendar-help.php:136
2548
+ #@ my-calendar
2549
+ msgid "Displays the email address of the person assigned as host for the event."
2550
+ msgstr ""
2551
+
2552
+ #: my-calendar-help.php:151
2553
+ #: my-calendar-templating.php:115
2554
+ #@ my-calendar
2555
+ msgid "Image associated with the event."
2556
+ msgstr ""
2557
+
2558
+ #: my-calendar-help.php:157
2559
+ #@ my-calendar
2560
+ msgid "Produces the URL to download an iCal formatted record for the event."
2561
+ msgstr ""
2562
+
2563
+ #: my-calendar-help.php:160
2564
+ #@ my-calendar
2565
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
2566
+ msgstr ""
2567
+
2568
+ #: my-calendar-help.php:163
2569
+ #@ my-calendar
2570
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
2571
+ msgstr ""
2572
+
2573
+ #: my-calendar-help.php:166
2574
+ #@ my-calendar
2575
+ msgid "Shows the number of repetitions of the event."
2576
+ msgstr ""
2577
+
2578
+ #: my-calendar-help.php:169
2579
+ #@ my-calendar
2580
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
2581
+ msgstr ""
2582
+
2583
+ #: my-calendar-help.php:169
2584
+ #@ my-calendar
2585
+ msgid "Requires that the site URL has been provided on the Settings page"
2586
+ msgstr ""
2587
+
2588
+ #: my-calendar-help.php:177
2589
+ #: my-calendar-templating.php:129
2590
+ #@ my-calendar
2591
+ msgid "Location Template Tags"
2592
+ msgstr ""
2593
+
2594
+ #: my-calendar-help.php:190
2595
+ #@ my-calendar
2596
+ msgid "Displays the city for the location."
2597
+ msgstr ""
2598
+
2599
+ #: my-calendar-help.php:193
2600
+ #@ my-calendar
2601
+ msgid "Displays the state for the location."
2602
+ msgstr ""
2603
+
2604
+ #: my-calendar-help.php:196
2605
+ #@ my-calendar
2606
+ msgid "Displays the postcode for the location."
2607
+ msgstr ""
2608
+
2609
+ #: my-calendar-help.php:199
2610
+ #@ my-calendar
2611
+ msgid "Shows the custom region entered for the location."
2612
+ msgstr ""
2613
+
2614
+ #: my-calendar-help.php:205
2615
+ #@ my-calendar
2616
+ msgid "Output the URL for the location link."
2617
+ msgstr ""
2618
+
2619
+ #: my-calendar-help.php:208
2620
+ #@ my-calendar
2621
+ msgid "Output a hyperlink to the location's listed link with default link text."
2622
+ msgstr ""
2623
+
2624
+ #: my-calendar-help.php:216
2625
+ #: my-calendar-templating.php:165
2626
+ #@ my-calendar
2627
+ msgid "Category Template Tags"
2628
+ msgstr ""
2629
+
2630
+ #: my-calendar-help.php:226
2631
+ #@ my-calendar
2632
+ msgid "Produces the HTML for the current event's category icon."
2633
+ msgstr ""
2634
+
2635
+ #: my-calendar-help.php:232
2636
+ #@ my-calendar
2637
+ msgid ""
2638
+ "Displays the ID for\n"
2639
+ " the category the event is in."
2640
+ msgstr ""
2641
+
2642
+ #: my-calendar-help.php:236
2643
+ #@ my-calendar
2644
+ msgid "Special use Template Tags"
2645
+ msgstr ""
2646
+
2647
+ #: my-calendar-help.php:240
2648
+ #@ my-calendar
2649
+ msgid "A unique ID for the current instance of an event."
2650
+ msgstr ""
2651
+
2652
+ #: my-calendar-help.php:243
2653
+ #@ my-calendar
2654
+ msgid "The ID for the event record associated with the current instance of an event."
2655
+ msgstr ""
2656
+
2657
+ #: my-calendar-help.php:260
2658
+ #@ my-calendar
2659
+ msgid "Helpful Information"
2660
+ msgstr ""
2661
+
2662
+ #: my-calendar-help.php:263
2663
+ #@ my-calendar
2664
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2665
+ msgstr ""
2666
+
2667
+ #: my-calendar-help.php:266
2668
+ #@ my-calendar
2669
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2670
+ msgstr ""
2671
+
2672
+ #: my-calendar-locations.php:202
2673
+ #@ my-calendar
2674
+ msgid "Website"
2675
+ msgstr ""
2676
+
2677
+ #: my-calendar-locations.php:222
2678
+ #@ my-calendar
2679
+ msgid "Add a New Location"
2680
+ msgstr ""
2681
+
2682
+ #: my-calendar-output.php:180
2683
+ #, php-format
2684
+ #@ my-calendar
2685
+ msgid "(%s in your time zone)"
2686
+ msgstr ""
2687
+
2688
+ #: my-calendar-output.php:207
2689
+ #: my-calendar-templates.php:205
2690
+ #@ my-calendar
2691
+ msgid "Details about"
2692
+ msgstr ""
2693
+
2694
+ #: my-calendar-output.php:228
2695
+ #: my-calendar-templates.php:155
2696
+ #@ my-calendar
2697
+ msgid "iCal"
2698
+ msgstr ""
2699
+
2700
+ #: my-calendar-output.php:267
2701
+ #@ my-calendar
2702
+ msgid "View full calendar"
2703
+ msgstr ""
2704
+
2705
+ #: my-calendar-output.php:300
2706
+ #@ my-calendar
2707
+ msgid "Edit This Date"
2708
+ msgstr ""
2709
+
2710
+ #: my-calendar-output.php:301
2711
+ #@ my-calendar
2712
+ msgid "Edit All"
2713
+ msgstr ""
2714
+
2715
+ #: my-calendar-output.php:302
2716
+ #@ my-calendar
2717
+ msgid "Delete This Date"
2718
+ msgstr ""
2719
+
2720
+ #: my-calendar-output.php:303
2721
+ #@ my-calendar
2722
+ msgid "Delete All"
2723
+ msgstr ""
2724
+
2725
+ #: my-calendar-output.php:456
2726
+ #@ my-calendar
2727
+ msgid "View as Grid"
2728
+ msgstr ""
2729
+
2730
+ #: my-calendar-output.php:460
2731
+ #@ my-calendar
2732
+ msgid "View as List"
2733
+ msgstr ""
2734
+
2735
+ #: my-calendar-output.php:600
2736
+ #@ my-calendar
2737
+ msgid "No events scheduled for today!"
2738
+ msgstr ""
2739
+
2740
+ #: my-calendar-output.php:855
2741
+ #, php-format
2742
+ #@ my-calendar
2743
+ msgid " and %d other event"
2744
+ msgstr ""
2745
+
2746
+ #: my-calendar-output.php:857
2747
+ #, php-format
2748
+ #@ my-calendar
2749
+ msgid " and %d other events"
2750
+ msgstr ""
2751
+
2752
+ #: my-calendar-output.php:1043
2753
+ #@ my-calendar
2754
+ msgid "(select to include)"
2755
+ msgstr ""
2756
+
2757
+ #: my-calendar-output.php:1067
2758
+ #: my-calendar-output.php:1070
2759
+ #@ my-calendar
2760
+ msgid "All Categories"
2761
+ msgstr ""
2762
+
2763
+ #: my-calendar-output.php:1068
2764
+ #@ my-calendar
2765
+ msgid "Categories"
2766
+ msgstr ""
2767
+
2768
+ #: my-calendar-settings.php:248
2769
+ #@ my-calendar
2770
+ msgid "Lowest user group that may create events"
2771
+ msgstr ""
2772
+
2773
+ #: my-calendar-settings.php:257
2774
+ #@ my-calendar
2775
+ msgid "Lowest user group that may approve events"
2776
+ msgstr ""
2777
+
2778
+ #: my-calendar-settings.php:266
2779
+ #@ my-calendar
2780
+ msgid "Lowest user group that may edit or delete all events"
2781
+ msgstr ""
2782
+
2783
+ #: my-calendar-settings.php:282
2784
+ #@ my-calendar
2785
+ msgid "Currently editing my local calendar"
2786
+ msgstr ""
2787
+
2788
+ #: my-calendar-settings.php:285
2789
+ #@ my-calendar
2790
+ msgid "Currently editing the network calendar"
2791
+ msgstr ""
2792
+
2793
+ #: my-calendar-settings.php:304
2794
+ #@ my-calendar
2795
+ msgid "Calendar Options: Customizable Text Fields"
2796
+ msgstr ""
2797
+
2798
+ #: my-calendar-settings.php:307
2799
+ #@ my-calendar
2800
+ msgid "Label for events without a set time"
2801
+ msgstr ""
2802
+
2803
+ #: my-calendar-settings.php:310
2804
+ #@ my-calendar
2805
+ msgid "Previous events link"
2806
+ msgstr ""
2807
+
2808
+ #: my-calendar-settings.php:313
2809
+ #@ my-calendar
2810
+ msgid "Next events link"
2811
+ msgstr ""
2812
+
2813
+ #: my-calendar-settings.php:316
2814
+ #@ my-calendar
2815
+ msgid "If events are open"
2816
+ msgstr ""
2817
+
2818
+ #: my-calendar-settings.php:319
2819
+ #@ my-calendar
2820
+ msgid "If events are closed"
2821
+ msgstr ""
2822
+
2823
+ #: my-calendar-settings.php:325
2824
+ #@ my-calendar
2825
+ msgid "Additional caption:"
2826
+ msgstr ""
2827
+
2828
+ #: my-calendar-settings.php:342
2829
+ #@ my-calendar
2830
+ msgid "Calendar Options: Customize the Output of your Calendar"
2831
+ msgstr ""
2832
+
2833
+ #: my-calendar-settings.php:344
2834
+ #@ my-calendar
2835
+ msgid "General Calendar Options"
2836
+ msgstr ""
2837
+
2838
+ #: my-calendar-settings.php:348
2839
+ #@ my-calendar
2840
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2841
+ msgstr ""
2842
+
2843
+ #: my-calendar-settings.php:372
2844
+ #@ my-calendar
2845
+ msgid "Time format"
2846
+ msgstr ""
2847
+
2848
+ #: my-calendar-settings.php:372
2849
+ #: my-calendar-settings.php:375
2850
+ #: my-calendar-settings.php:378
2851
+ #@ my-calendar
2852
+ msgid "Current:"
2853
+ msgstr ""
2854
+
2855
+ #: my-calendar-settings.php:384
2856
+ #@ my-calendar
2857
+ msgid "RSS feed shows recently added events."
2858
+ msgstr ""
2859
+
2860
+ #: my-calendar-settings.php:387
2861
+ #@ my-calendar
2862
+ msgid "iCal outputs events occurring in the current calendar month."
2863
+ msgstr ""
2864
+
2865
+ #: my-calendar-settings.php:400
2866
+ #@ my-calendar
2867
+ msgid "Grid Layout Options"
2868
+ msgstr ""
2869
+
2870
+ #: my-calendar-settings.php:403
2871
+ #@ my-calendar
2872
+ msgid "Show Weekends on Calendar"
2873
+ msgstr ""
2874
+
2875
+ #: my-calendar-settings.php:410
2876
+ #@ my-calendar
2877
+ msgid "List Layout Options"
2878
+ msgstr ""
2879
+
2880
+ #: my-calendar-settings.php:423
2881
+ #@ my-calendar
2882
+ msgid "Event Details Options"
2883
+ msgstr ""
2884
+
2885
+ #: my-calendar-settings.php:427
2886
+ #: my-calendar-settings.php:437
2887
+ #@ my-calendar
2888
+ msgid "Templating Help"
2889
+ msgstr ""
2890
+
2891
+ #: my-calendar-settings.php:427
2892
+ #: my-calendar-settings.php:437
2893
+ #@ my-calendar
2894
+ msgid "All template tags are available."
2895
+ msgstr ""
2896
+
2897
+ #: my-calendar-settings.php:430
2898
+ #@ my-calendar
2899
+ msgid "Event details link text"
2900
+ msgstr ""
2901
+
2902
+ #: my-calendar-settings.php:435
2903
+ #@ my-calendar
2904
+ msgid "Event URL link text"
2905
+ msgstr ""
2906
+
2907
+ #: my-calendar-settings.php:440
2908
+ #@ my-calendar
2909
+ msgid "Display author's name"
2910
+ msgstr ""
2911
+
2912
+ #: my-calendar-settings.php:446
2913
+ #@ my-calendar
2914
+ msgid "Hide category icons"
2915
+ msgstr ""
2916
+
2917
+ #: my-calendar-settings.php:449
2918
+ #@ my-calendar
2919
+ msgid "Show Link to Google Map"
2920
+ msgstr ""
2921
+
2922
+ #: my-calendar-settings.php:452
2923
+ #@ my-calendar
2924
+ msgid "Show Event Address"
2925
+ msgstr ""
2926
+
2927
+ #: my-calendar-settings.php:461
2928
+ #@ my-calendar
2929
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
2930
+ msgstr ""
2931
+
2932
+ #: my-calendar-settings.php:464
2933
+ #@ my-calendar
2934
+ msgid "Event links expire after the event has passed."
2935
+ msgstr ""
2936
+
2937
+ #: my-calendar-settings.php:467
2938
+ #@ my-calendar
2939
+ msgid "Show current availability status"
2940
+ msgstr ""
2941
+
2942
+ #: my-calendar-settings.php:478
2943
+ #@ my-calendar
2944
+ msgid "Event Scheduling Options"
2945
+ msgstr ""
2946
+
2947
+ #: my-calendar-settings.php:481
2948
+ #@ my-calendar
2949
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
2950
+ msgstr ""
2951
+
2952
+ #: my-calendar-settings.php:502
2953
+ #@ my-calendar
2954
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
2955
+ msgstr ""
2956
+
2957
+ #: my-calendar-settings.php:505
2958
+ #@ my-calendar
2959
+ msgid "Default Sort order for Admin Events List"
2960
+ msgstr ""
2961
+
2962
+ #: my-calendar-settings.php:507
2963
+ #@ my-calendar
2964
+ msgid "Event ID"
2965
+ msgstr ""
2966
+
2967
+ #: my-calendar-settings.php:532
2968
+ #@ my-calendar
2969
+ msgid "Select which input fields will be available when adding or editing events."
2970
+ msgstr ""
2971
+
2972
+ #: my-calendar-settings.php:537
2973
+ #@ my-calendar
2974
+ msgid "Show Event image field"
2975
+ msgstr ""
2976
+
2977
+ #: my-calendar-settings.php:537
2978
+ #@ my-calendar
2979
+ msgid "Show Event registration options"
2980
+ msgstr ""
2981
+
2982
+ #: my-calendar-settings.php:537
2983
+ #@ my-calendar
2984
+ msgid "Show Event location fields"
2985
+ msgstr ""
2986
+
2987
+ #: my-calendar-settings.php:537
2988
+ #@ default
2989
+ msgid "Use HTML Editor in Event Description Field"
2990
+ msgstr ""
2991
+
2992
+ #: my-calendar-settings.php:562
2993
+ #@ my-calendar
2994
+ msgid "Multisite Settings (Network Administrators only)"
2995
+ msgstr ""
2996
+
2997
+ #: my-calendar-settings.php:564
2998
+ #@ my-calendar
2999
+ msgid "Multisite support is a beta feature - use with caution."
3000
+ msgstr ""
3001
+
3002
+ #: my-calendar-settings.php:569
3003
+ #@ my-calendar
3004
+ msgid "Settings for WP MultiSite configurations"
3005
+ msgstr ""
3006
+
3007
+ #: my-calendar-settings.php:570
3008
+ #@ my-calendar
3009
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
3010
+ msgstr ""
3011
+
3012
+ #: my-calendar-settings.php:572
3013
+ #@ my-calendar
3014
+ msgid "Site owners may only post to their local calendar"
3015
+ msgstr ""
3016
+
3017
+ #: my-calendar-settings.php:573
3018
+ #@ my-calendar
3019
+ msgid "Site owners may only post to the central calendar"
3020
+ msgstr ""
3021
+
3022
+ #: my-calendar-settings.php:574
3023
+ #@ my-calendar
3024
+ msgid "Site owners may manage either calendar"
3025
+ msgstr ""
3026
+
3027
+ #: my-calendar-settings.php:576
3028
+ #@ my-calendar
3029
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
3030
+ msgstr ""
3031
+
3032
+ #: my-calendar-settings.php:583
3033
+ #@ my-calendar
3034
+ msgid "Save Multisite Settings"
3035
+ msgstr ""
3036
+
3037
+ #: my-calendar-settings.php:627
3038
+ #@ my-calendar
3039
+ msgid "Settings which can be configured in registered user's accounts"
3040
+ msgstr ""
3041
+
3042
+ #: my-calendar-settings.php:663
3043
+ #@ my-calendar
3044
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
3045
+ msgstr ""
3046
+
3047
+ #: my-calendar-settings.php:668
3048
+ #@ my-calendar
3049
+ msgid "Use this location list as input control"
3050
+ msgstr ""
3051
+
3052
+ #: my-calendar-settings.php:668
3053
+ #@ my-calendar
3054
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
3055
+ msgstr ""
3056
+
3057
+ #: my-calendar-styles.php:192
3058
+ #@ my-calendar
3059
+ msgid "Restore My Calendar stylesheet"
3060
+ msgstr ""
3061
+
3062
+ #: my-calendar-styles.php:208
3063
+ #@ my-calendar
3064
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3065
+ msgstr ""
3066
+
3067
+ #: my-calendar-styles.php:212
3068
+ #@ my-calendar
3069
+ msgid "There have been updates to the stylesheet."
3070
+ msgstr ""
3071
+
3072
+ #: my-calendar-styles.php:212
3073
+ #@ my-calendar
3074
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3075
+ msgstr ""
3076
+
3077
+ #: my-calendar-styles.php:216
3078
+ #@ my-calendar
3079
+ msgid "Your stylesheet matches that included with My Calendar."
3080
+ msgstr ""
3081
+
3082
+ #: my-calendar-styles.php:224
3083
+ #@ my-calendar
3084
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3085
+ msgstr ""
3086
+
3087
+ #: my-calendar-templates.php:42
3088
+ #, php-format
3089
+ #@ my-calendar
3090
+ msgid "Map<span> to %s</span>"
3091
+ msgstr ""
3092
+
3093
+ #: my-calendar-templates.php:63
3094
+ #: my-calendar-templates.php:111
3095
+ #, php-format
3096
+ #@ my-calendar
3097
+ msgid "Visit web site<span>: %s</span>"
3098
+ msgstr ""
3099
+
3100
+ #: my-calendar-templates.php:120
3101
+ #, php-format
3102
+ #@ my-calendar
3103
+ msgid "Date of Month (the %s of each month)"
3104
+ msgstr ""
3105
+
3106
+ #: my-calendar-templates.php:121
3107
+ #, php-format
3108
+ #@ my-calendar
3109
+ msgid "Day of Month (the %s %s of each month)"
3110
+ msgstr ""
3111
+
3112
+ #: my-calendar-templating.php:18
3113
+ #@ my-calendar
3114
+ msgid "Grid Output Template saved"
3115
+ msgstr ""
3116
+
3117
+ #: my-calendar-templating.php:30
3118
+ #@ my-calendar
3119
+ msgid "List Output Template saved"
3120
+ msgstr ""
3121
+
3122
+ #: my-calendar-templating.php:41
3123
+ #@ my-calendar
3124
+ msgid "Mini Output Template saved"
3125
+ msgstr ""
3126
+
3127
+ #: my-calendar-templating.php:52
3128
+ #@ my-calendar
3129
+ msgid "Event Details Template saved"
3130
+ msgstr ""
3131
+
3132
+ #: my-calendar-templating.php:67
3133
+ #@ my-calendar
3134
+ msgid "My Calendar Information Templates"
3135
+ msgstr ""
3136
+
3137
+ #: my-calendar-templating.php:73
3138
+ #@ my-calendar
3139
+ msgid "Title of the event."
3140
+ msgstr ""
3141
+
3142
+ #: my-calendar-templating.php:76
3143
+ #@ my-calendar
3144
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3145
+ msgstr ""
3146
+
3147
+ #: my-calendar-templating.php:79
3148
+ #@ my-calendar
3149
+ msgid "Start time for the event."
3150
+ msgstr ""
3151
+
3152
+ #: my-calendar-templating.php:82
3153
+ #@ my-calendar
3154
+ msgid "Event times adjusted to the current user's time zone if set."
3155
+ msgstr ""
3156
+
3157
+ #: my-calendar-templating.php:85
3158
+ #@ my-calendar
3159
+ msgid "Date on which the event begins."
3160
+ msgstr ""
3161
+
3162
+ #: my-calendar-templating.php:88
3163
+ #@ my-calendar
3164
+ msgid "Date on which the event ends."
3165
+ msgstr ""
3166
+
3167
+ #: my-calendar-templating.php:91
3168
+ #@ my-calendar
3169
+ msgid "Time at which the event ends."
3170
+ msgstr ""
3171
+
3172
+ #: my-calendar-templating.php:100
3173
+ #@ my-calendar
3174
+ msgid "Author who posted the event."
3175
+ msgstr ""
3176
+
3177
+ #: my-calendar-templating.php:103
3178
+ #@ my-calendar
3179
+ msgid "Name of the assigned host for the event."
3180
+ msgstr ""
3181
+
3182
+ #: my-calendar-templating.php:106
3183
+ #@ my-calendar
3184
+ msgid "Email for the person assigned as host."
3185
+ msgstr ""
3186
+
3187
+ #: my-calendar-templating.php:109
3188
+ #@ my-calendar
3189
+ msgid "Short event description."
3190
+ msgstr ""
3191
+
3192
+ #: my-calendar-templating.php:112
3193
+ #@ my-calendar
3194
+ msgid "Description of the event."
3195
+ msgstr ""
3196
+
3197
+ #: my-calendar-templating.php:118
3198
+ #@ my-calendar
3199
+ msgid "URL provided for the event."
3200
+ msgstr ""
3201
+
3202
+ #: my-calendar-templating.php:121
3203
+ #@ my-calendar
3204
+ msgid "Link to an auto-generated page containing information about the event."
3205
+ msgstr ""
3206
+
3207
+ #: my-calendar-templating.php:124
3208
+ #@ my-calendar
3209
+ msgid "Whether event is currently open for registration."
3210
+ msgstr ""
3211
+
3212
+ #: my-calendar-templating.php:127
3213
+ #@ my-calendar
3214
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3215
+ msgstr ""
3216
+
3217
+ #: my-calendar-templating.php:133
3218
+ #@ my-calendar
3219
+ msgid "Name of the location of the event."
3220
+ msgstr ""
3221
+
3222
+ #: my-calendar-templating.php:136
3223
+ #@ my-calendar
3224
+ msgid "First line of the site address."
3225
+ msgstr ""
3226
+
3227
+ #: my-calendar-templating.php:139
3228
+ #@ my-calendar
3229
+ msgid "Second line of the site address."
3230
+ msgstr ""
3231
+
3232
+ #: my-calendar-templating.php:142
3233
+ #@ my-calendar
3234
+ msgid "City."
3235
+ msgstr ""
3236
+
3237
+ #: my-calendar-templating.php:145
3238
+ #@ my-calendar
3239
+ msgid "State."
3240
+ msgstr ""
3241
+
3242
+ #: my-calendar-templating.php:148
3243
+ #@ my-calendar
3244
+ msgid "Postal code/zip code."
3245
+ msgstr ""
3246
+
3247
+ #: my-calendar-templating.php:151
3248
+ #@ my-calendar
3249
+ msgid "Custom region."
3250
+ msgstr ""
3251
+
3252
+ #: my-calendar-templating.php:154
3253
+ #@ my-calendar
3254
+ msgid "Country for the event location."
3255
+ msgstr ""
3256
+
3257
+ #: my-calendar-templating.php:157
3258
+ #@ my-calendar
3259
+ msgid "Output the URL for the location."
3260
+ msgstr ""
3261
+
3262
+ #: my-calendar-templating.php:160
3263
+ #@ my-calendar
3264
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3265
+ msgstr ""
3266
+
3267
+ #: my-calendar-templating.php:163
3268
+ #@ my-calendar
3269
+ msgid "Link to Google Map to the event, if address information is available."
3270
+ msgstr ""
3271
+
3272
+ #: my-calendar-templating.php:169
3273
+ #@ my-calendar
3274
+ msgid "Name of the category of the event."
3275
+ msgstr ""
3276
+
3277
+ #: my-calendar-templating.php:172
3278
+ #@ my-calendar
3279
+ msgid "URL for the event's category icon."
3280
+ msgstr ""
3281
+
3282
+ #: my-calendar-templating.php:175
3283
+ #@ my-calendar
3284
+ msgid "Hex code for the event's category color."
3285
+ msgstr ""
3286
+
3287
+ #: my-calendar-templating.php:178
3288
+ #@ my-calendar
3289
+ msgid "ID of the category of the event."
3290
+ msgstr ""
3291
+
3292
+ #: my-calendar-templating.php:181
3293
+ #@ my-calendar
3294
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3295
+ msgstr ""
3296
+
3297
+ #: my-calendar-templating.php:181
3298
+ #@ my-calendar
3299
+ msgid "Templates Help"
3300
+ msgstr ""
3301
+
3302
+ #: my-calendar-templating.php:184
3303
+ #@ my-calendar
3304
+ msgid "My Calendar: Grid Event Template"
3305
+ msgstr ""
3306
+
3307
+ #: my-calendar-templating.php:189
3308
+ #@ my-calendar
3309
+ msgid "Use this grid event template"
3310
+ msgstr ""
3311
+
3312
+ #: my-calendar-templating.php:192
3313
+ #@ my-calendar
3314
+ msgid "Your custom template for events in the calendar grid output."
3315
+ msgstr ""
3316
+
3317
+ #: my-calendar-templating.php:195
3318
+ #@ my-calendar
3319
+ msgid "Save Grid Template"
3320
+ msgstr ""
3321
+
3322
+ #: my-calendar-templating.php:204
3323
+ #@ my-calendar
3324
+ msgid "My Calendar: List Event Template"
3325
+ msgstr ""
3326
+
3327
+ #: my-calendar-templating.php:209
3328
+ #@ my-calendar
3329
+ msgid "Use this list event template"
3330
+ msgstr ""
3331
+
3332
+ #: my-calendar-templating.php:212
3333
+ #@ my-calendar
3334
+ msgid "Your custom template for events in calendar list output."
3335
+ msgstr ""
3336
+
3337
+ #: my-calendar-templating.php:215
3338
+ #@ my-calendar
3339
+ msgid "Save List Template"
3340
+ msgstr ""
3341
+
3342
+ #: my-calendar-templating.php:224
3343
+ #@ my-calendar
3344
+ msgid "My Calendar: Mini Calendar Template"
3345
+ msgstr ""
3346
+
3347
+ #: my-calendar-templating.php:229
3348
+ #@ my-calendar
3349
+ msgid "Use this mini event template"
3350
+ msgstr ""
3351
+
3352
+ #: my-calendar-templating.php:232
3353
+ #@ my-calendar
3354
+ msgid "Your custom template for events in sidebar/mini calendar output."
3355
+ msgstr ""
3356
+
3357
+ #: my-calendar-templating.php:235
3358
+ #@ my-calendar
3359
+ msgid "Save Mini Template"
3360
+ msgstr ""
3361
+
3362
+ #: my-calendar-templating.php:244
3363
+ #@ my-calendar
3364
+ msgid "My Calendar: Event Details Page Template"
3365
+ msgstr ""
3366
+
3367
+ #: my-calendar-templating.php:249
3368
+ #@ my-calendar
3369
+ msgid "Use this details template"
3370
+ msgstr ""
3371
+
3372
+ #: my-calendar-templating.php:252
3373
+ #@ my-calendar
3374
+ msgid "Your custom template for events on the event details page."
3375
+ msgstr ""
3376
+
3377
+ #: my-calendar-templating.php:255
3378
+ #@ my-calendar
3379
+ msgid "Save Details Template"
3380
+ msgstr ""
3381
+
3382
+ #: my-calendar-upgrade-db.php:25
3383
+ #@ my-calendar
3384
+ msgid "Update now."
3385
+ msgstr ""
3386
+
3387
+ #: my-calendar-widgets.php:45
3388
+ #@ my-calendar
3389
+ msgid "Add calendar URL to use this option."
3390
+ msgstr ""
3391
+
3392
+ #: my-calendar-widgets.php:47
3393
+ #: my-calendar-widgets.php:136
3394
+ #@ my-calendar
3395
+ msgid "Link widget title to calendar:"
3396
+ msgstr ""
3397
+
3398
+ #: my-calendar-widgets.php:48
3399
+ #: my-calendar-widgets.php:137
3400
+ #@ my-calendar
3401
+ msgid "Not Linked"
3402
+ msgstr ""
3403
+
3404
+ #: my-calendar-widgets.php:49
3405
+ #: my-calendar-widgets.php:138
3406
+ #@ my-calendar
3407
+ msgid "Linked"
3408
+ msgstr ""
3409
+
3410
+ #: my-calendar-widgets.php:149
3411
+ #@ my-calendar
3412
+ msgid "Skip the first <em>n</em> events"
3413
+ msgstr ""
3414
+
3415
+ #: my-calendar-widgets.php:152
3416
+ #@ my-calendar
3417
+ msgid "Events sort order:"
3418
+ msgstr ""
3419
+
3420
+ #: my-calendar-widgets.php:153
3421
+ #@ my-calendar
3422
+ msgid "Ascending (near to far)"
3423
+ msgstr ""
3424
+
3425
+ #: my-calendar-widgets.php:154
3426
+ #@ my-calendar
3427
+ msgid "Descending (far to near)"
3428
+ msgstr ""
3429
+
3430
+ #: my-calendar-widgets.php:530
3431
+ #@ my-calendar
3432
+ msgid "My Calendar: Mini Calendar"
3433
+ msgstr ""
3434
+
3435
+ #: my-calendar-widgets.php:579
3436
+ #@ my-calendar
3437
+ msgid "Show Next/Previous Navigation:"
3438
+ msgstr ""
3439
+
3440
+ #: my-calendar-widgets.php:585
3441
+ #@ my-calendar
3442
+ msgid "Show Category Key:"
3443
+ msgstr ""
3444
+
3445
+ #: my-calendar-widgets.php:591
3446
+ #@ my-calendar
3447
+ msgid "Mini-Calendar Timespan:"
3448
+ msgstr ""
3449
+
3450
+ #: my-calendar.php:174
3451
+ #@ my-calendar
3452
+ msgid "Template Editor"
3453
+ msgstr ""
3454
+
3455
+ #: my-calendar.php:178
3456
+ #@ my-calendar
3457
+ msgid "My Calendar Pro Settings"
3458
+ msgstr ""
3459
+
3460
+ #: my-calendar-behaviors.php:80
3461
+ #@ my-calendar
3462
+ msgid "Details boxes are draggable"
3463
+ msgstr ""
3464
+
3465
+ #: my-calendar-core.php:1166
3466
+ #@ my-calendar
3467
+ msgid "Please read the FAQ and other Help documents before making a support request."
3468
+ msgstr ""
3469
+
3470
+ #: my-calendar-core.php:1168
3471
+ #@ my-calendar
3472
+ msgid "Please describe your problem in detail. I'm not psychic."
3473
+ msgstr ""
3474
+
3475
+ #: my-calendar-core.php:1173
3476
+ #@ my-calendar
3477
+ msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can."
3478
+ msgstr ""
3479
+
3480
+ #: my-calendar-core.php:1175
3481
+ #@ my-calendar
3482
+ msgid "I'll get back to you as soon as I can, after dealing with any support requests from plug-in supporters."
3483
+ msgstr ""
3484
+
3485
+ #: my-calendar-core.php:1185
3486
+ #@ my-calendar
3487
+ msgid "Please note: I do keep records of those who have donated, <strong>but if your donation came from somebody other than your account at this web site, please note this in your message.</strong>"
3488
+ msgstr ""
3489
+
3490
+ #: my-calendar-core.php:1187
3491
+ #@ my-calendar
3492
+ msgid "From:"
3493
+ msgstr ""
3494
+
3495
+ #: my-calendar-core.php:1190
3496
+ #@ my-calendar
3497
+ msgid "I have read <a href=\"http://www.joedolson.com/articles/my-calendar/faq/\">the FAQ for this plug-in</a>."
3498
+ msgstr ""
3499
+
3500
+ #: my-calendar-core.php:1193
3501
+ #@ my-calendar
3502
+ msgid "I have <a href=\"http://www.joedolson.com/donate.php\">made a donation to help support this plug-in</a>."
3503
+ msgstr ""
3504
+
3505
+ #: my-calendar-core.php:1196
3506
+ #@ my-calendar
3507
+ msgid "I have <a href=\"http://www.joedolson.com/articles/my-calendar/users-guide/\">purchased the User's Guide</a>, but could not find an answer to this question."
3508
+ msgstr ""
3509
+
3510
+ #: my-calendar-core.php:1202
3511
+ #@ my-calendar
3512
+ msgid "Send Support Request"
3513
+ msgstr ""
3514
+
3515
+ #: my-calendar-core.php:1205
3516
+ #@ my-calendar
3517
+ msgid "The following additional information will be sent with your support request:"
3518
+ msgstr ""
3519
+
3520
+ #: my-calendar-event-manager.php:354
3521
+ #: my-calendar-group-manager.php:55
3522
+ #: my-calendar-group-manager.php:148
3523
+ #, php-format
3524
+ #@ my-calendar
3525
+ msgid "View <a href=\"%s\">your calendar</a>."
3526
+ msgstr ""
3527
+
3528
+ #: my-calendar-event-manager.php:530
3529
+ #@ my-calendar
3530
+ msgid "(URL to Event image)"
3531
+ msgstr ""
3532
+
3533
+ #: my-calendar-event-manager.php:636
3534
+ #@ my-calendar
3535
+ msgid "This is a multi-day event."
3536
+ msgstr ""
3537
+
3538
+ #: my-calendar-event-manager.php:638
3539
+ #@ my-calendar
3540
+ msgid "Enter the beginning and ending dates/times for each occurrence of the event."
3541
+ msgstr ""
3542
+
3543
+ #: my-calendar-event-manager.php:638
3544
+ #@ my-calendar
3545
+ msgid "If this is a multi-day event, it creates a single event with multiple dates/times; otherwise it creates separate events for each occurrence."
3546
+ msgstr ""
3547
+
3548
+ #: my-calendar-event-manager.php:759
3549
+ #: my-calendar-group-manager.php:457
3550
+ #: my-calendar-locations.php:147
3551
+ #@ my-calendar
3552
+ msgid "Phone"
3553
+ msgstr ""
3554
+
3555
+ #: my-calendar-group-manager.php:214
3556
+ #@ my-calendar
3557
+ msgid "The group editable fields for the events in this group match."
3558
+ msgstr ""
3559
+
3560
+ #: my-calendar-group-manager.php:300
3561
+ #@ my-calendar
3562
+ msgid "Selected dates are a single multi-day event."
3563
+ msgstr ""
3564
+
3565
+ #: my-calendar-help.php:39
3566
+ #@ my-calendar
3567
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>). <code>Skip</code> is the number of events to skip in the upcoming events."
3568
+ msgstr ""
3569
+
3570
+ #: my-calendar-help.php:124
3571
+ #@ my-calendar
3572
+ msgid "Displays the beginning date to the end date for events. Does not show end date if same as start date."
3573
+ msgstr ""
3574
+
3575
+ #: my-calendar-help.php:127
3576
+ #@ my-calendar
3577
+ msgid "For multi-day events displays an unordered list of dates and times for events in this group. Otherwise, beginning date/time."
3578
+ msgstr ""
3579
+
3580
+ #: my-calendar-help.php:142
3581
+ #@ my-calendar
3582
+ msgid "Displays short description without converting paragraphs."
3583
+ msgstr ""
3584
+
3585
+ #: my-calendar-help.php:148
3586
+ #@ my-calendar
3587
+ msgid "Displays description without converting paragraphs."
3588
+ msgstr ""
3589
+
3590
+ #: my-calendar-help.php:252
3591
+ #@ my-calendar
3592
+ msgid "Get Plug-in Support"
3593
+ msgstr ""
3594
+
3595
+ #: my-calendar-output.php:418
3596
+ #@ my-calendar
3597
+ msgid "Calendar: Print View"
3598
+ msgstr ""
3599
+
3600
+ #: my-calendar-output.php:433
3601
+ #@ my-calendar
3602
+ msgid "Return to site"
3603
+ msgstr ""
3604
+
3605
+ #: my-calendar-output.php:568
3606
+ #@ my-calendar
3607
+ msgid "Print View"
3608
+ msgstr ""
3609
+
3610
+ #: my-calendar-output.php:878
3611
+ #@ my-calendar
3612
+ msgid "Unrecognized calendar format. Please use one of 'list','calendar', or 'mini'."
3613
+ msgstr ""
3614
+
3615
+ #: my-calendar-output.php:949
3616
+ #@ my-calendar
3617
+ msgid "Next events &raquo;"
3618
+ msgstr ""
3619
+
3620
+ #: my-calendar-output.php:975
3621
+ #: my-calendar-output.php:1019
3622
+ #@ my-calendar
3623
+ msgid "Week of "
3624
+ msgstr ""
3625
+
3626
+ #: my-calendar-output.php:993
3627
+ #@ my-calendar
3628
+ msgid "&laquo; Previous events"
3629
+ msgstr ""
3630
+
3631
+ #: my-calendar-settings.php:78
3632
+ #@ my-calendar
3633
+ msgid "My Calendar Cache cleared"
3634
+ msgstr ""
3635
+
3636
+ #: my-calendar-settings.php:161
3637
+ #@ my-calendar
3638
+ msgid "Multisite settings saved"
3639
+ msgstr ""
3640
+
3641
+ #: my-calendar-settings.php:274
3642
+ #@ my-calendar
3643
+ msgid "Enable caching."
3644
+ msgstr ""
3645
+
3646
+ #: my-calendar-settings.php:277
3647
+ #@ my-calendar
3648
+ msgid "Clear current cache. (Necessary if you edit shortcodes to change displayed categories, for example.)"
3649
+ msgstr ""
3650
+
3651
+ #: my-calendar-settings.php:288
3652
+ #@ my-calendar
3653
+ msgid "You are currently working in the primary site for this network; your local calendar is also the global table."
3654
+ msgstr ""
3655
+
3656
+ #: my-calendar-settings.php:293
3657
+ #@ my-calendar
3658
+ msgid "Save Management Settings"
3659
+ msgstr ""
3660
+
3661
+ #: my-calendar-settings.php:310
3662
+ #: my-calendar-settings.php:313
3663
+ #@ my-calendar
3664
+ msgid "Use <code>{date}</code> to display the appropriate date in navigation."
3665
+ msgstr ""
3666
+
3667
+ #: my-calendar-settings.php:322
3668
+ #@ my-calendar
3669
+ msgid "Week view caption:"
3670
+ msgstr ""
3671
+
3672
+ #: my-calendar-settings.php:347
3673
+ #@ my-calendar
3674
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for event details links:"
3675
+ msgstr ""
3676
+
3677
+ #: my-calendar-settings.php:351
3678
+ #@ my-calendar
3679
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for single day's timeline links."
3680
+ msgstr ""
3681
+
3682
+ #: my-calendar-settings.php:352
3683
+ #@ my-calendar
3684
+ msgid "Can be any Page or Post with the <code>[my_calendar time=\"day\"]</code> shortcode."
3685
+ msgstr ""
3686
+
3687
+ #: my-calendar-settings.php:355
3688
+ #@ my-calendar
3689
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for mini calendar in-page anchors:"
3690
+ msgstr ""
3691
+
3692
+ #: my-calendar-settings.php:356
3693
+ #@ my-calendar
3694
+ msgid "Can be any Page or Post with the <code>[my_calendar]</code> shortcode using format selected below"
3695
+ msgstr ""
3696
+
3697
+ #: my-calendar-settings.php:358
3698
+ #@ my-calendar
3699
+ msgid "With above settings:"
3700
+ msgstr ""
3701
+
3702
+ #: my-calendar-settings.php:360
3703
+ #@ my-calendar
3704
+ msgid "Open calendar links to event details URL"
3705
+ msgstr ""
3706
+
3707
+ #: my-calendar-settings.php:360
3708
+ #@ my-calendar
3709
+ msgid "Replaces pop-up in grid view."
3710
+ msgstr ""
3711
+
3712
+ #: my-calendar-settings.php:363
3713
+ #@ my-calendar
3714
+ msgid "Mini calendar widget date links to:"
3715
+ msgstr ""
3716
+
3717
+ #: my-calendar-settings.php:364
3718
+ #@ my-calendar
3719
+ msgid "jQuery pop-up view"
3720
+ msgstr ""
3721
+
3722
+ #: my-calendar-settings.php:365
3723
+ #@ my-calendar
3724
+ msgid "daily view page (above)"
3725
+ msgstr ""
3726
+
3727
+ #: my-calendar-settings.php:366
3728
+ #@ my-calendar
3729
+ msgid "in-page anchor on main calendar page (list)"
3730
+ msgstr ""
3731
+
3732
+ #: my-calendar-settings.php:367
3733
+ #@ my-calendar
3734
+ msgid "in-page anchor on main calendar page (grid)"
3735
+ msgstr ""
3736
+
3737
+ #: my-calendar-settings.php:369
3738
+ #@ my-calendar
3739
+ msgid "Replaces pop-up in mini calendar"
3740
+ msgstr ""
3741
+
3742
+ #: my-calendar-settings.php:375
3743
+ #@ my-calendar
3744
+ msgid "Date in grid mode, week view"
3745
+ msgstr ""
3746
+
3747
+ #: my-calendar-settings.php:378
3748
+ #@ my-calendar
3749
+ msgid "Date Format in other views"
3750
+ msgstr ""
3751
+
3752
+ #: my-calendar-settings.php:381
3753
+ #@ my-calendar
3754
+ msgid "Date formats use the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
3755
+ msgstr ""
3756
+
3757
+ #: my-calendar-settings.php:390
3758
+ #@ my-calendar
3759
+ msgid "Show link to print-formatted view of calendar"
3760
+ msgstr ""
3761
+
3762
+ #: my-calendar-settings.php:413
3763
+ #@ my-calendar
3764
+ msgid "How many months of events to show at a time:"
3765
+ msgstr ""
3766
+
3767
+ #: my-calendar-settings.php:416
3768
+ #@ my-calendar
3769
+ msgid "Show the first event's title and the number of events that day next to the date."
3770
+ msgstr ""
3771
+
3772
+ #: my-calendar-settings.php:432
3773
+ #@ my-calendar
3774
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>, <code>{date}</code>, <code>{time}</code>."
3775
+ msgstr ""
3776
+
3777
+ #: my-calendar-settings.php:443
3778
+ #@ my-calendar
3779
+ msgid "Display link to single event iCal download."
3780
+ msgstr ""
3781
+
3782
+ #: my-calendar-settings.php:486
3783
+ #@ my-calendar
3784
+ msgid "None"
3785
+ msgstr ""
3786
+
3787
+ #: my-calendar-settings.php:578
3788
+ #@ my-calendar
3789
+ msgid "Sub-site calendars show events from their local calendar."
3790
+ msgstr ""
3791
+
3792
+ #: my-calendar-settings.php:579
3793
+ #@ my-calendar
3794
+ msgid "Sub-site calendars show events from the central calendar."
3795
+ msgstr ""
3796
+
3797
+ #: my-calendar-templates.php:20
3798
+ #@ my-calendar
3799
+ msgid "to"
3800
+ msgstr "zu"
3801
+
3802
+ #: my-calendar-templating.php:94
3803
+ #@ my-calendar
3804
+ msgid "Beginning date to end date; excludes end date if same as beginning."
3805
+ msgstr ""
3806
+
3807
+ #: my-calendar-templating.php:97
3808
+ #@ my-calendar
3809
+ msgid "Multi-day events: an unordered list of dates/times. Otherwise, beginning date/time."
3810
+ msgstr ""
3811
+
3812
+ #: my-calendar-widgets.php:134
3813
+ #@ my-calendar
3814
+ msgid "Add <a href=\"#mc_uri\" target=\"_blank\" title=\"Opens in new window\">calendar URL in settings</a> to use this option."
3815
+ msgstr ""
3816
+
3817
+ #: my-calendar-widgets.php:162
3818
+ #@ my-calendar
3819
+ msgid "Include today's events"
3820
+ msgstr ""
3821
+
3822
+ #: my-calendar.php:126
3823
+ #@ my-calendar
3824
+ msgid "Buy the <strong>NEW</strong><br /> My Calendar User's Guide"
3825
+ msgstr ""
3826
+
3827
+ #: my-calendar.php:131
3828
+ #@ my-calendar
3829
+ msgid "Report a bug"
3830
+ msgstr ""
3831
+
3832
+ #: my-calendar.php:143
3833
+ #@ my-calendar
3834
+ msgid "Check out my other plug-ins"
3835
+ msgstr ""
3836
+
3837
+ #: my-calendar.php:144
3838
+ #@ my-calendar
3839
+ msgid "Rate this plug-in"
3840
+ msgstr ""
3841
+
lang/my-calendar-es_ES.mo CHANGED
Binary file
lang/my-calendar-es_ES.po CHANGED
@@ -1,3545 +1,3841 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: My Calendar 1.0.0\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
- "POT-Creation-Date: 2010-04-05 23:03+0000\n"
6
- "PO-Revision-Date: 2010-04-07 11:46-0300\n"
7
- "Last-Translator: Esteban <esteban@netmdp.com>\n"
8
- "Language-Team: www.netmdp.com <esteban@netmdp.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Poedit-Language: Spanish\n"
14
- "X-Poedit-Country: ARGENTINA\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
- "X-Poedit-Basepath: \n"
18
- "X-Poedit-Bookmarks: \n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Textdomain-Support: yes"
21
-
22
- #: my-calendar-categories.php:103
23
- #@ my-calendar
24
- msgid "Category added successfully"
25
- msgstr "Categoría agregada exitosamente"
26
-
27
- #: my-calendar-categories.php:172
28
- #: my-calendar-categories.php:195
29
- #@ my-calendar
30
- msgid "Edit Category"
31
- msgstr "Editar Categoría"
32
-
33
- #: my-calendar-categories.php:179
34
- #@ my-calendar
35
- msgid "Category Editor"
36
- msgstr "Editor de categoría"
37
-
38
- #: my-calendar-categories.php:196
39
- #: my-calendar-categories.php:240
40
- #@ my-calendar
41
- msgid "Category Name"
42
- msgstr "Nombre de categoría"
43
-
44
- #: my-calendar-categories.php:197
45
- #@ my-calendar
46
- msgid "Category Color (Hex format)"
47
- msgstr "Color de Categoría (Formato Hex)"
48
-
49
- #: my-calendar-categories.php:198
50
- #: my-calendar-categories.php:242
51
- #@ my-calendar
52
- msgid "Category Icon"
53
- msgstr "Icono de Categoría"
54
-
55
- #: my-calendar-categories.php:212
56
- #: my-calendar-locations.php:210
57
- #@ my-calendar
58
- msgid "Save Changes"
59
- msgstr "Guardar cambios"
60
-
61
- #: my-calendar-categories.php:135
62
- #@ my-calendar
63
- msgid "Category edited successfully"
64
- msgstr "Categoría editada exitosamente"
65
-
66
- #: my-calendar-categories.php:170
67
- #: my-calendar-categories.php:195
68
- #: my-calendar-categories.php:212
69
- #@ my-calendar
70
- msgid "Add Category"
71
- msgstr "Agregar Categoría"
72
-
73
- #: my-calendar-categories.php:228
74
- #: my-calendar.php:157
75
- #@ my-calendar
76
- msgid "Manage Categories"
77
- msgstr "Administrar Categorías"
78
-
79
- #: my-calendar-categories.php:239
80
- #: my-calendar-event-manager.php:909
81
- #: my-calendar-group-manager.php:678
82
- #: my-calendar-locations.php:270
83
- #@ my-calendar
84
- msgid "ID"
85
- msgstr "ID"
86
-
87
- #: my-calendar-categories.php:241
88
- #@ my-calendar
89
- msgid "Category Color"
90
- msgstr "Color de Categoría"
91
-
92
- #: my-calendar-categories.php:243
93
- #: my-calendar-categories.php:257
94
- #: my-calendar-event-manager.php:975
95
- #: my-calendar-group-manager.php:687
96
- #: my-calendar-locations.php:272
97
- #: my-calendar-locations.php:284
98
- #: my-calendar-output.php:274
99
- #@ my-calendar
100
- msgid "Edit"
101
- msgstr "Editar"
102
-
103
- #: my-calendar-categories.php:244
104
- #: my-calendar-categories.php:263
105
- #: my-calendar-event-manager.php:181
106
- #: my-calendar-event-manager.php:978
107
- #: my-calendar-locations.php:273
108
- #: my-calendar-locations.php:285
109
- #: my-calendar-output.php:275
110
- #@ my-calendar
111
- msgid "Delete"
112
- msgstr "Borrar"
113
-
114
- #: my-calendar-categories.php:260
115
- #: my-calendar-event-manager.php:956
116
- #: my-calendar-group-manager.php:727
117
- #: my-calendar-output.php:172
118
- #: my-calendar-settings.php:281
119
- #@ my-calendar
120
- msgid "N/A"
121
- msgstr "N/D"
122
-
123
- #: my-calendar-categories.php:263
124
- #: my-calendar-locations.php:285
125
- #@ my-calendar
126
- msgid "Are you sure you want to delete this category?"
127
- msgstr "¿Está seguro de que desea borrar esta categoría?"
128
-
129
- #: my-calendar-categories.php:274
130
- #@ my-calendar
131
- msgid "There are no categories in the database - something has gone wrong!"
132
- msgstr "No hay categorías en la base de datos - ¡Algo va mal!"
133
-
134
- #: my-calendar-event-manager.php:172
135
- #@ my-calendar
136
- msgid "Delete Event"
137
- msgstr "Borrar evento"
138
-
139
- #: my-calendar-event-manager.php:172
140
- #@ my-calendar
141
- msgid "Are you sure you want to delete this event?"
142
- msgstr "¿Está seguro de que desea borrar este evento?"
143
-
144
- #: my-calendar-event-manager.php:161
145
- #: my-calendar-event-manager.php:321
146
- #: my-calendar-event-manager.php:350
147
- #: my-calendar-event-manager.php:364
148
- #: my-calendar-event-manager.php:377
149
- #: my-calendar-event-manager.php:1152
150
- #: my-calendar-event-manager.php:1155
151
- #: my-calendar-event-manager.php:1158
152
- #: my-calendar-event-manager.php:1167
153
- #: my-calendar-event-manager.php:1174
154
- #: my-calendar-event-manager.php:1190
155
- #: my-calendar-event-manager.php:1196
156
- #: my-calendar-group-manager.php:56
157
- #: my-calendar-group-manager.php:82
158
- #: my-calendar-group-manager.php:149
159
- #: my-calendar-group-manager.php:552
160
- #@ my-calendar
161
- msgid "Error"
162
- msgstr "Error"
163
-
164
- #: my-calendar-event-manager.php:1152
165
- #@ my-calendar
166
- msgid "Your event end date must be either after or the same as your event begin date"
167
- msgstr "La fecha de fin del evento debe ser igual o posterior a la fecha de comienzo"
168
-
169
- #: my-calendar-event-manager.php:1155
170
- #@ my-calendar
171
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
172
- msgstr "El formato de fecha es correto pero una o mas de sus fechas son inválidas. Revise números de días puestos en lugar de los meses y errores relacionados a años bisiestos."
173
-
174
- #: my-calendar-event-manager.php:1167
175
- #@ my-calendar
176
- msgid "The time field must either be blank or be entered in the format hh:mm"
177
- msgstr "El campo de hora o bien debe estar en blanco o ingresado con el formato hh:mm"
178
-
179
- #: my-calendar-event-manager.php:329
180
- #@ my-calendar
181
- msgid "Event added. It will now show in your calendar."
182
- msgstr "Evento agregado. Ya se mostrará en su calendario."
183
-
184
- #: my-calendar-event-manager.php:354
185
- #: my-calendar-group-manager.php:60
186
- #: my-calendar-group-manager.php:153
187
- #@ my-calendar
188
- msgid "Event updated successfully"
189
- msgstr "Evento actualizado exitosamente"
190
-
191
- #: my-calendar-event-manager.php:364
192
- #@ my-calendar
193
- msgid "You can't delete an event if you haven't submitted an event id"
194
- msgstr "No puedes borrar un evento si no tienes un id de evento envíado"
195
-
196
- #: my-calendar-event-manager.php:375
197
- #@ my-calendar
198
- msgid "Event deleted successfully"
199
- msgstr "Evento borrado exitosamente"
200
-
201
- #: my-calendar-event-manager.php:377
202
- #@ my-calendar
203
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
204
- msgstr "A pesar de la solicitud para eliminar, el evento sigue estando en la base de datos. Por favor, investigue."
205
-
206
- #: my-calendar-event-manager.php:270
207
- #: my-calendar-group-manager.php:745
208
- #@ my-calendar
209
- msgid "Edit Event"
210
- msgstr "Editar evento"
211
-
212
- #: my-calendar-event-manager.php:274
213
- #: my-calendar-event-manager.php:285
214
- #@ my-calendar
215
- msgid "You must provide an event id in order to edit it"
216
- msgstr "Debes proveer un id de evento para poder editarlo"
217
-
218
- #: my-calendar-core.php:816
219
- #: my-calendar-event-manager.php:293
220
- #@ my-calendar
221
- msgid "Add Event"
222
- msgstr "Nuevo evento"
223
-
224
- #: my-calendar-event-manager.php:891
225
- #@ my-calendar
226
- msgid "Manage Events"
227
- msgstr "Administrar Eventos"
228
-
229
- #: my-calendar-event-manager.php:389
230
- #: my-calendar-group-manager.php:167
231
- #@ my-calendar
232
- msgid "Sorry! That's an invalid event key."
233
- msgstr "Lo siento. Esa es una clave de evento erronea."
234
-
235
- #: my-calendar-event-manager.php:393
236
- #: my-calendar-group-manager.php:171
237
- #@ my-calendar
238
- msgid "Sorry! We couldn't find an event with that ID."
239
- msgstr "Lo siento. No podemos encontrar un evento con ese ID."
240
-
241
- #: my-calendar-event-manager.php:475
242
- #: my-calendar-group-manager.php:285
243
- #@ my-calendar
244
- msgid "Enter your Event Information"
245
- msgstr "Ingrese la información de su evento"
246
-
247
- #: my-calendar-event-manager.php:477
248
- #: my-calendar-group-manager.php:291
249
- #@ my-calendar
250
- msgid "Event Title"
251
- msgstr "Título del Evento"
252
-
253
- #: my-calendar-event-manager.php:503
254
- #: my-calendar-group-manager.php:295
255
- #@ my-calendar
256
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
257
- msgstr "Descripción del evento (<abbr title=\"hypertext markup language\">HTML</abbr> permitido)"
258
-
259
- #: my-calendar-event-manager.php:549
260
- #: my-calendar-group-manager.php:336
261
- #@ my-calendar
262
- msgid "Event Category"
263
- msgstr "Categoría del Evento "
264
-
265
- #: my-calendar-event-manager.php:574
266
- #: my-calendar-group-manager.php:361
267
- #@ my-calendar
268
- msgid "Event Link (Optional)"
269
- msgstr "Link del evento (Opcional)"
270
-
271
- #: my-calendar-event-manager.php:600
272
- #@ my-calendar
273
- msgid "Start Date (YYYY-MM-DD)"
274
- msgstr "Comienza el (YYYY-MM-DD)"
275
-
276
- #: my-calendar-event-manager.php:624
277
- #@ my-calendar
278
- msgid "Current time difference from GMT is "
279
- msgstr "La diferencia es GMT "
280
-
281
- #: my-calendar-event-manager.php:624
282
- #@ my-calendar
283
- msgid " hour(s)"
284
- msgstr " hora(s)"
285
-
286
- #: my-calendar-event-manager.php:633
287
- #@ my-calendar
288
- msgid "Recurring Events"
289
- msgstr "Eventos Recurrentes"
290
-
291
- #: my-calendar-event-manager.php:636
292
- #@ my-calendar
293
- msgid "Repeats for"
294
- msgstr "Repite por"
295
-
296
- #: my-calendar-event-manager.php:637
297
- #@ my-calendar
298
- msgid "Units"
299
- msgstr "Unidades"
300
-
301
- #: my-calendar-event-manager.php:719
302
- #: my-calendar-group-manager.php:427
303
- #: my-calendar-locations.php:127
304
- #@ my-calendar
305
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
306
- msgstr "Todos los campos de ubicación son opcionales: <em>insuficiente información puede resultar en un mapa inexacto</em>."
307
-
308
- #: my-calendar-event-manager.php:722
309
- #: my-calendar-group-manager.php:430
310
- #: my-calendar-locations.php:130
311
- #@ my-calendar
312
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
313
- msgstr "Nombre de la Ubicacion (ej. <em>Parrilla Lo de Carlitos</em>)"
314
-
315
- #: my-calendar-event-manager.php:731
316
- #: my-calendar-group-manager.php:433
317
- #: my-calendar-locations.php:139
318
- #@ my-calendar
319
- msgid "Street Address"
320
- msgstr "Dirección"
321
-
322
- #: my-calendar-event-manager.php:734
323
- #: my-calendar-group-manager.php:436
324
- #: my-calendar-locations.php:142
325
- #@ my-calendar
326
- msgid "Street Address (2)"
327
- msgstr "Dirección(2)"
328
-
329
- #: button/generator.php:56
330
- #: my-calendar-event-manager.php:737
331
- #: my-calendar-group-manager.php:439
332
- #: my-calendar-locations.php:145
333
- #: my-calendar-settings.php:620
334
- #@ my-calendar
335
- msgid "City"
336
- msgstr "Ciudad"
337
-
338
- #: my-calendar-event-manager.php:744
339
- #: my-calendar-group-manager.php:439
340
- #: my-calendar-locations.php:152
341
- #: my-calendar-settings.php:621
342
- #@ my-calendar
343
- msgid "State/Province"
344
- msgstr "Estado/provincia"
345
-
346
- #: button/generator.php:58
347
- #: my-calendar-event-manager.php:751
348
- #: my-calendar-group-manager.php:439
349
- #: my-calendar-locations.php:159
350
- #: my-calendar-settings.php:623
351
- #@ my-calendar
352
- msgid "Postal Code"
353
- msgstr "Código postal"
354
-
355
- #: button/generator.php:59
356
- #: my-calendar-event-manager.php:769
357
- #: my-calendar-group-manager.php:445
358
- #: my-calendar-locations.php:177
359
- #: my-calendar-settings.php:622
360
- #@ my-calendar
361
- msgid "Country"
362
- msgstr "País"
363
-
364
- #: my-calendar-event-manager.php:430
365
- #@ my-calendar
366
- msgid "Save Event"
367
- msgstr "Grabar Evento"
368
-
369
- #: my-calendar-event-manager.php:910
370
- #: my-calendar-group-manager.php:680
371
- #: my-calendar-settings.php:445
372
- #: my-calendar-widgets.php:37
373
- #: my-calendar-widgets.php:120
374
- #: my-calendar-widgets.php:494
375
- #@ my-calendar
376
- msgid "Title"
377
- msgstr "Titulo"
378
-
379
- #: my-calendar-event-manager.php:912
380
- #: my-calendar-group-manager.php:682
381
- #: my-calendar-settings.php:446
382
- #@ my-calendar
383
- msgid "Description"
384
- msgstr "Descripción"
385
-
386
- #: my-calendar-event-manager.php:913
387
- #: my-calendar-group-manager.php:683
388
- #: my-calendar-settings.php:447
389
- #@ my-calendar
390
- msgid "Start Date"
391
- msgstr "Fecha de inicio"
392
-
393
- #: my-calendar-event-manager.php:914
394
- #: my-calendar-group-manager.php:684
395
- #@ my-calendar
396
- msgid "Recurs"
397
- msgstr "Repeticiones"
398
-
399
- #: my-calendar-event-manager.php:915
400
- #: my-calendar-group-manager.php:685
401
- #: my-calendar-settings.php:233
402
- #: my-calendar-settings.php:242
403
- #: my-calendar-settings.php:250
404
- #: my-calendar-settings.php:448
405
- #@ my-calendar
406
- msgid "Author"
407
- msgstr "Autor"
408
-
409
- #: my-calendar-event-manager.php:916
410
- #: my-calendar-group-manager.php:686
411
- #: my-calendar-settings.php:449
412
- #@ my-calendar
413
- msgid "Category"
414
- msgstr "Categoría"
415
-
416
- #: my-calendar-event-manager.php:917
417
- #@ my-calendar
418
- msgid "Edit / Delete"
419
- msgstr "Editar / Borrar"
420
-
421
- #: my-calendar-event-manager.php:947
422
- #: my-calendar-group-manager.php:718
423
- #@ my-calendar
424
- msgid "Never"
425
- msgstr "Nunca"
426
-
427
- #: my-calendar-event-manager.php:639
428
- #: my-calendar-event-manager.php:948
429
- #: my-calendar-group-manager.php:719
430
- #: my-calendar-templates.php:110
431
- #@ my-calendar
432
- msgid "Daily"
433
- msgstr "Diariamente"
434
-
435
- #: my-calendar-event-manager.php:641
436
- #: my-calendar-event-manager.php:950
437
- #: my-calendar-group-manager.php:721
438
- #: my-calendar-templates.php:112
439
- #@ my-calendar
440
- msgid "Weekly"
441
- msgstr "Semanalmente"
442
-
443
- #: my-calendar-event-manager.php:954
444
- #: my-calendar-group-manager.php:725
445
- #@ my-calendar
446
- msgid "Yearly"
447
- msgstr "Anualmente"
448
-
449
- #: my-calendar-event-manager.php:957
450
- #: my-calendar-group-manager.php:728
451
- #@ my-calendar
452
- msgid "Forever"
453
- msgstr "Para siempre"
454
-
455
- #: my-calendar-event-manager.php:1018
456
- #: my-calendar-group-manager.php:765
457
- #@ my-calendar
458
- msgid "There are no events in the database!"
459
- msgstr "¡No hay eventos en la base de datos!"
460
-
461
- #: my-calendar-help.php:7
462
- #@ my-calendar
463
- msgid "How to use My Calendar"
464
- msgstr "Cómo usar My Calendar"
465
-
466
- #: my-calendar-help.php:12
467
- #@ my-calendar
468
- msgid "Shortcode Syntax"
469
- msgstr "Sintáxis Shortcode"
470
-
471
- #: my-calendar-help.php:19
472
- #@ my-calendar
473
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
474
- msgstr "Este shortcode básico mostrará el calendario en una entrada o página incluyendo todas las categorías y la clave de categoría, en el formato tradicional mes-por-mes."
475
-
476
- #: my-calendar-help.php:63
477
- #@ my-calendar
478
- msgid "Category Icons"
479
- msgstr "Iconos de categoría"
480
-
481
- #: my-calendar-help.php:66
482
- #@ my-calendar
483
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
484
- msgstr "My Calendar está diseñado para administrar múltiples calendarios. La base de estos calendarios son categorías; puedes configurar fácilmente una página de calendario que incluya todas las categorías, o puedes dedicar páginas separadas a calendarios para cada categoría. Por ejemplo esto pdría ser útil para administrar calendarios de tours de varias bandas; calendarios de eventos para distintos lugares, etc."
485
-
486
- #: my-calendar-help.php:69
487
- #@ my-calendar
488
- msgid "Your icons folder is:"
489
- msgstr "Su carpeta de íconos es:"
490
-
491
- #: my-calendar-help.php:92
492
- #@ my-calendar
493
- msgid "Widget Templating"
494
- msgstr "Plantillas de Widget"
495
-
496
- #: my-calendar-help.php:208
497
- #@ my-calendar
498
- msgid "Displays the name of the category the event is in."
499
- msgstr "Muestra el nombre de la categoría del evento."
500
-
501
- #: my-calendar-help.php:100
502
- #@ my-calendar
503
- msgid "Displays the title of the event."
504
- msgstr "Muestra el título del evento."
505
-
506
- #: my-calendar-help.php:106
507
- #@ my-calendar
508
- msgid "Displays the start time for the event."
509
- msgstr "Muestra la hora de inicio del evento."
510
-
511
- #: my-calendar-help.php:115
512
- #@ my-calendar
513
- msgid "Displays the date on which the event begins."
514
- msgstr "Muestra la fecha en que comienza el evento."
515
-
516
- #: my-calendar-help.php:124
517
- #@ my-calendar
518
- msgid "Displays the WordPress author who posted the event."
519
- msgstr "Muestra el autor que publicó el evento."
520
-
521
- #: my-calendar-help.php:142
522
- #@ my-calendar
523
- msgid "Displays the URL provided for the event."
524
- msgstr "Muestra la URL provista para el evento."
525
-
526
- #: my-calendar-help.php:136
527
- #@ my-calendar
528
- msgid "Displays the description of the event."
529
- msgstr "Muestra la descripción del evento."
530
-
531
- #: my-calendar-help.php:103
532
- #@ my-calendar
533
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
534
- msgstr "Muestra el título del evento como un enlace si hay presente una URL, o sólo el título si no hay URL."
535
-
536
- #: my-calendar-help.php:169
537
- #@ my-calendar
538
- msgid "Displays the name of the location of the event."
539
- msgstr "Muestra el nombre de la ubicación del evento."
540
-
541
- #: my-calendar-help.php:172
542
- #@ my-calendar
543
- msgid "Displays the first line of the site address."
544
- msgstr "Muestra la primer línea de la dirección."
545
-
546
- #: my-calendar-help.php:175
547
- #@ my-calendar
548
- msgid "Displays the second line of the site address."
549
- msgstr "Muestra la segunda línea de la dirección."
550
-
551
- #: my-calendar-help.php:190
552
- #@ my-calendar
553
- msgid "Displays the country for the event location."
554
- msgstr "Muestra el país de la ubicación del evento."
555
-
556
- #: my-calendar-help.php:199
557
- #@ my-calendar
558
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
559
- msgstr "Muestra la dirección del evento en formato <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
560
-
561
- #: my-calendar-help.php:202
562
- #@ my-calendar
563
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
564
- msgstr "Muestra un link del evento a Google Map, si hay suficiente información sobre la dirección. Si no, estará vacío."
565
-
566
- #: my-calendar-settings.php:219
567
- #@ my-calendar
568
- msgid "My Calendar Options"
569
- msgstr "Opciones My Calendar"
570
-
571
- #: my-calendar-settings.php:231
572
- #: my-calendar-settings.php:240
573
- #@ my-calendar
574
- msgid "Subscriber"
575
- msgstr "Suscriptor"
576
-
577
- #: my-calendar-settings.php:232
578
- #: my-calendar-settings.php:241
579
- #: my-calendar-settings.php:249
580
- #@ my-calendar
581
- msgid "Contributor"
582
- msgstr "Colaborador"
583
-
584
- #: my-calendar-settings.php:234
585
- #: my-calendar-settings.php:243
586
- #: my-calendar-settings.php:251
587
- #@ my-calendar
588
- msgid "Editor"
589
- msgstr "Editor"
590
-
591
- #: my-calendar-settings.php:235
592
- #: my-calendar-settings.php:244
593
- #: my-calendar-settings.php:252
594
- #@ my-calendar
595
- msgid "Administrator"
596
- msgstr "Administrador"
597
-
598
- #: button/generator.php:77
599
- #: button/generator.php:84
600
- #: button/generator.php:91
601
- #: my-calendar-widgets.php:503
602
- #: my-calendar-widgets.php:509
603
- #@ my-calendar
604
- msgid "Yes"
605
- msgstr "Si"
606
-
607
- #: button/generator.php:78
608
- #: button/generator.php:85
609
- #: button/generator.php:92
610
- #: my-calendar-widgets.php:504
611
- #: my-calendar-widgets.php:510
612
- #@ my-calendar
613
- msgid "No"
614
- msgstr "No"
615
-
616
- #: my-calendar-settings.php:337
617
- #@ my-calendar
618
- msgid "Display a jumpbox for changing month and year quickly?"
619
- msgstr "¿Mostrar un combo para cambiar rápidamente de mes y año?"
620
-
621
- #: my-calendar-settings.php:357
622
- #@ my-calendar
623
- msgid "In list mode, show how many months of events at a time:"
624
- msgstr "En modo lista, mostrar cuantos meses con eventos a la vez:"
625
-
626
- #: my-calendar-styles.php:192
627
- #@ my-calendar
628
- msgid "Disable My Calendar Stylesheet"
629
- msgstr "Desactivar el estilo para My Calendar"
630
-
631
- #: my-calendar-styles.php:195
632
- #@ my-calendar
633
- msgid "Edit the stylesheet for My Calendar"
634
- msgstr "Editar el estilo para My Calendar"
635
-
636
- #: my-calendar-behaviors.php:110
637
- #@ my-calendar
638
- msgid "Disable List Javascript Effects"
639
- msgstr "Desactivar efectos Javascript en Lista"
640
-
641
- #: my-calendar-behaviors.php:79
642
- #@ my-calendar
643
- msgid "Disable Calendar Javascript Effects"
644
- msgstr "Desactivar efectos Javascript en Calendario"
645
-
646
- #: my-calendar-behaviors.php:85
647
- #: my-calendar-behaviors.php:116
648
- #: my-calendar-behaviors.php:147
649
- #: my-calendar-behaviors.php:178
650
- #: my-calendar-styles.php:198
651
- #@ my-calendar
652
- msgid "Save"
653
- msgstr "Guardar"
654
-
655
- #: my-calendar-widgets.php:41
656
- #: my-calendar-widgets.php:124
657
- #@ my-calendar
658
- msgid "Template"
659
- msgstr "Plantilla"
660
-
661
- #: my-calendar-widgets.php:128
662
- #@ my-calendar
663
- msgid "Widget Options"
664
- msgstr "Opciones de Widget"
665
-
666
- #: my-calendar-widgets.php:139
667
- #@ my-calendar
668
- msgid "Display upcoming events by:"
669
- msgstr "Mostar los próximos eventos por:"
670
-
671
- #: my-calendar-widgets.php:140
672
- #@ my-calendar
673
- msgid "Events (e.g. 2 past, 3 future)"
674
- msgstr "Eventos (ej. 2 pasados, 3 futuros)"
675
-
676
- #: my-calendar-widgets.php:141
677
- #@ my-calendar
678
- msgid "Dates (e.g. 4 days past, 5 forward)"
679
- msgstr "Fecha (ej. 2 días atras, 3 días siguientes)"
680
-
681
- #: my-calendar-core.php:46
682
- #: my-calendar.php:160
683
- #@ my-calendar
684
- msgid "Settings"
685
- msgstr "Opciones"
686
-
687
- #: my-calendar.php:122
688
- #@ my-calendar
689
- msgid "Get Support"
690
- msgstr "Obtener Soporte"
691
-
692
- #: my-calendar.php:124
693
- #@ my-calendar
694
- msgid "Make a Donation"
695
- msgstr "Hacer una donación"
696
-
697
- #: my-calendar.php:147
698
- #: my-calendar.php:150
699
- #@ my-calendar
700
- msgid "My Calendar"
701
- msgstr "My Calendar"
702
-
703
- #: my-calendar.php:156
704
- #@ my-calendar
705
- msgid "Add/Edit Events"
706
- msgstr "Agregar/editar un Evento"
707
-
708
- #: my-calendar.php:123
709
- #: my-calendar.php:164
710
- #@ my-calendar
711
- msgid "My Calendar Help"
712
- msgstr "My Calendar Help"
713
-
714
- #: my-calendar-core.php:47
715
- #: my-calendar.php:164
716
- #@ my-calendar
717
- msgid "Help"
718
- msgstr "Ayuda"
719
-
720
- #: my-calendar-settings.php:287
721
- #@ my-calendar
722
- msgid "Next Events"
723
- msgstr "Próximos eventos"
724
-
725
- #: my-calendar-settings.php:284
726
- #@ my-calendar
727
- msgid "Previous Events"
728
- msgstr "Eventos Anteriores"
729
-
730
- #: my-calendar-output.php:137
731
- #@ my-calendar
732
- msgid "Event Details"
733
- msgstr "Detalles del Evento"
734
-
735
- #: my-calendar-output.php:172
736
- #@ my-calendar
737
- msgid "Not Applicable"
738
- msgstr "No aplicable"
739
-
740
- #: my-calendar-output.php:186
741
- #@ my-calendar
742
- msgid "Posted by"
743
- msgstr "Escrito por"
744
-
745
- #: button/generator.php:98
746
- #: my-calendar-output.php:333
747
- #: my-calendar-widgets.php:515
748
- #@ my-calendar
749
- msgid "Month"
750
- msgstr "Mes"
751
-
752
- #: my-calendar-output.php:338
753
- #@ my-calendar
754
- msgid "Year"
755
- msgstr "Año"
756
-
757
- #: my-calendar-output.php:366
758
- #@ my-calendar
759
- msgid "Go"
760
- msgstr "Ir"
761
-
762
- #: my-calendar-output.php:412
763
- #@ my-calendar
764
- msgid "<abbr title=\"Sunday\">Sun</abbr>"
765
- msgstr "<abbr title=\"Domingo\">Dom</abbr>"
766
-
767
- #: my-calendar-output.php:413
768
- #@ my-calendar
769
- msgid "<abbr title=\"Monday\">Mon</abbr>"
770
- msgstr "<abbr title=\"Lunes\">Lun</abbr>"
771
-
772
- #: my-calendar-output.php:414
773
- #@ my-calendar
774
- msgid "<abbr title=\"Tuesday\">Tues</abbr>"
775
- msgstr "<abbr title=\"Martes\">Mar</abbr>"
776
-
777
- #: my-calendar-output.php:415
778
- #@ my-calendar
779
- msgid "<abbr title=\"Wednesday\">Wed</abbr>"
780
- msgstr "<abbr title=\"Miercoles\">Mie</abbr>"
781
-
782
- #: my-calendar-output.php:416
783
- #@ my-calendar
784
- msgid "<abbr title=\"Thursday\">Thur</abbr>"
785
- msgstr "<abbr title=\"Jueves\">Jue</abbr>"
786
-
787
- #: my-calendar-output.php:417
788
- #@ my-calendar
789
- msgid "<abbr title=\"Friday\">Fri</abbr>"
790
- msgstr "<abbr title=\"Viernes\">Vie</abbr>"
791
-
792
- #: my-calendar-output.php:418
793
- #@ my-calendar
794
- msgid "<abbr title=\"Saturday\">Sat</abbr>"
795
- msgstr "<abbr title=\"Sabado\">Sab</abbr>"
796
-
797
- #: my-calendar-widgets.php:476
798
- #@ my-calendar
799
- msgid "Calendar"
800
- msgstr "Calendario"
801
-
802
- #: my-calendar-output.php:564
803
- #@ my-calendar
804
- msgid "Events in"
805
- msgstr "Eventos en"
806
-
807
- #: my-calendar-output.php:758
808
- #@ my-calendar
809
- msgid "There are no events scheduled during this period."
810
- msgstr "No hay eventos agendados en este período."
811
-
812
- #: my-calendar-output.php:770
813
- #@ my-calendar
814
- msgid "Category Key"
815
- msgstr "Clave de Categoría"
816
-
817
- #: button/generator.php:12
818
- #@ my-calendar
819
- msgid "You don't have access to this function."
820
- msgstr ""
821
-
822
- #: button/generator.php:18
823
- #: button/generator.php:44
824
- #@ my-calendar
825
- msgid "My Calendar Shortcode Generator"
826
- msgstr ""
827
-
828
- #: button/generator.php:47
829
- #@ my-calendar
830
- msgid "Shortcode Attributes"
831
- msgstr ""
832
-
833
- #: button/generator.php:52
834
- #@ my-calendar
835
- msgid "Location filter type:"
836
- msgstr ""
837
-
838
- #: button/generator.php:54
839
- #@ my-calendar
840
- msgid "All locations"
841
- msgstr ""
842
-
843
- #: button/generator.php:55
844
- #: my-calendar-settings.php:450
845
- #: my-calendar-settings.php:619
846
- #@ my-calendar
847
- msgid "Location Name"
848
- msgstr ""
849
-
850
- #: button/generator.php:57
851
- #: my-calendar-event-manager.php:784
852
- #: my-calendar-group-manager.php:454
853
- #: my-calendar-locations.php:192
854
- #@ my-calendar
855
- msgid "State"
856
- msgstr ""
857
-
858
- #: button/generator.php:60
859
- #: my-calendar-event-manager.php:760
860
- #: my-calendar-event-manager.php:785
861
- #: my-calendar-group-manager.php:442
862
- #: my-calendar-group-manager.php:455
863
- #: my-calendar-locations.php:168
864
- #: my-calendar-locations.php:193
865
- #: my-calendar-settings.php:624
866
- #@ my-calendar
867
- msgid "Region"
868
- msgstr ""
869
-
870
- #: button/generator.php:64
871
- #@ my-calendar
872
- msgid "Location filter value:"
873
- msgstr ""
874
-
875
- #: button/generator.php:68
876
- #@ my-calendar
877
- msgid "Format"
878
- msgstr ""
879
-
880
- #: button/generator.php:70
881
- #@ my-calendar
882
- msgid "Grid"
883
- msgstr ""
884
-
885
- #: button/generator.php:71
886
- #@ my-calendar
887
- msgid "List"
888
- msgstr ""
889
-
890
- #: button/generator.php:75
891
- #@ my-calendar
892
- msgid "Show Category Key"
893
- msgstr ""
894
-
895
- #: button/generator.php:82
896
- #@ my-calendar
897
- msgid "Show Previous/Next Links"
898
- msgstr ""
899
-
900
- #: button/generator.php:89
901
- #@ my-calendar
902
- msgid "Show Format Toggle"
903
- msgstr ""
904
-
905
- #: button/generator.php:96
906
- #@ my-calendar
907
- msgid "Time Segment"
908
- msgstr ""
909
-
910
- #: button/generator.php:99
911
- #: my-calendar-widgets.php:516
912
- #@ my-calendar
913
- msgid "Week"
914
- msgstr ""
915
-
916
- #: button/generator.php:100
917
- #@ my-calendar
918
- msgid "Day"
919
- msgstr ""
920
-
921
- #: button/generator.php:105
922
- #@ my-calendar
923
- msgid "Generate Shortcode"
924
- msgstr ""
925
-
926
- #: button/generator.php:107
927
- #@ my-calendar
928
- msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
929
- msgstr ""
930
-
931
- #: button/generator.php:117
932
- #@ my-calendar
933
- msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
934
- msgstr ""
935
-
936
- #: my-calendar-behaviors.php:42
937
- #@ my-calendar
938
- msgid "Behavior Settings saved"
939
- msgstr ""
940
-
941
- #: my-calendar-behaviors.php:65
942
- #@ my-calendar
943
- msgid "My Calendar Behaviors"
944
- msgstr ""
945
-
946
- #: my-calendar-behaviors.php:69
947
- #@ my-calendar
948
- msgid "Calendar Behavior Settings"
949
- msgstr ""
950
-
951
- #: my-calendar-behaviors.php:74
952
- #@ my-calendar
953
- msgid "Apply JavaScript only on these pages (comma separated page IDs)"
954
- msgstr ""
955
-
956
- #: my-calendar-behaviors.php:77
957
- #@ my-calendar
958
- msgid "Calendar Behaviors: Calendar View"
959
- msgstr ""
960
-
961
- #: my-calendar-behaviors.php:79
962
- #@ my-calendar
963
- msgid "Update/Reset the My Calendar Calendar Javascript"
964
- msgstr ""
965
-
966
- #: my-calendar-behaviors.php:82
967
- #@ my-calendar
968
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
969
- msgstr ""
970
-
971
- #: my-calendar-behaviors.php:94
972
- #: my-calendar-behaviors.php:125
973
- #: my-calendar-behaviors.php:156
974
- #: my-calendar-behaviors.php:186
975
- #@ my-calendar
976
- msgid "Comparing scripts with latest installed version of My Calendar"
977
- msgstr ""
978
-
979
- #: my-calendar-behaviors.php:94
980
- #: my-calendar-behaviors.php:125
981
- #: my-calendar-behaviors.php:156
982
- #: my-calendar-behaviors.php:186
983
- #: my-calendar-styles.php:208
984
- #@ my-calendar
985
- msgid "Latest (from plugin)"
986
- msgstr ""
987
-
988
- #: my-calendar-behaviors.php:94
989
- #: my-calendar-behaviors.php:125
990
- #: my-calendar-behaviors.php:156
991
- #: my-calendar-behaviors.php:186
992
- #: my-calendar-styles.php:208
993
- #@ my-calendar
994
- msgid "Current (in use)"
995
- msgstr ""
996
-
997
- #: my-calendar-behaviors.php:98
998
- #@ my-calendar
999
- msgid "There have been updates to the calendar view scripts."
1000
- msgstr ""
1001
-
1002
- #: my-calendar-behaviors.php:98
1003
- #: my-calendar-behaviors.php:129
1004
- #: my-calendar-behaviors.php:160
1005
- #: my-calendar-behaviors.php:190
1006
- #@ my-calendar
1007
- msgid "Compare your scripts with latest installed version of My Calendar."
1008
- msgstr ""
1009
-
1010
- #: my-calendar-behaviors.php:102
1011
- #: my-calendar-behaviors.php:133
1012
- #: my-calendar-behaviors.php:164
1013
- #: my-calendar-behaviors.php:194
1014
- #@ my-calendar
1015
- msgid "Your script matches that included with My Calendar."
1016
- msgstr ""
1017
-
1018
- #: my-calendar-behaviors.php:108
1019
- #@ my-calendar
1020
- msgid "Calendar Behaviors: List View"
1021
- msgstr ""
1022
-
1023
- #: my-calendar-behaviors.php:110
1024
- #@ my-calendar
1025
- msgid "Update/Reset the My Calendar List Javascript"
1026
- msgstr ""
1027
-
1028
- #: my-calendar-behaviors.php:113
1029
- #@ my-calendar
1030
- msgid "Edit the jQuery scripts for My Calendar in List format"
1031
- msgstr ""
1032
-
1033
- #: my-calendar-behaviors.php:129
1034
- #@ my-calendar
1035
- msgid "There have been updates to the list view scripts."
1036
- msgstr ""
1037
-
1038
- #: my-calendar-behaviors.php:139
1039
- #@ my-calendar
1040
- msgid "Calendar Behaviors: Mini Calendar View"
1041
- msgstr ""
1042
-
1043
- #: my-calendar-behaviors.php:141
1044
- #@ my-calendar
1045
- msgid "Update/Reset the My Calendar Mini Format Javascript"
1046
- msgstr ""
1047
-
1048
- #: my-calendar-behaviors.php:141
1049
- #@ my-calendar
1050
- msgid "Disable Mini Javascript Effects"
1051
- msgstr ""
1052
-
1053
- #: my-calendar-behaviors.php:144
1054
- #@ my-calendar
1055
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1056
- msgstr ""
1057
-
1058
- #: my-calendar-behaviors.php:160
1059
- #@ my-calendar
1060
- msgid "There have been updates to the mini view scripts."
1061
- msgstr ""
1062
-
1063
- #: my-calendar-behaviors.php:170
1064
- #@ my-calendar
1065
- msgid "Calendar Behaviors: AJAX Navigation"
1066
- msgstr ""
1067
-
1068
- #: my-calendar-behaviors.php:172
1069
- #@ my-calendar
1070
- msgid "Update/Reset the My Calendar AJAX Javascript"
1071
- msgstr ""
1072
-
1073
- #: my-calendar-behaviors.php:172
1074
- #@ my-calendar
1075
- msgid "Disable AJAX Effects"
1076
- msgstr ""
1077
-
1078
- #: my-calendar-behaviors.php:175
1079
- #@ my-calendar
1080
- msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1081
- msgstr ""
1082
-
1083
- #: my-calendar-behaviors.php:190
1084
- #@ my-calendar
1085
- msgid "There have been updates to the AJAX scripts."
1086
- msgstr ""
1087
-
1088
- #: my-calendar-behaviors.php:202
1089
- #@ my-calendar
1090
- msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
1091
- msgstr ""
1092
-
1093
- #: my-calendar-categories.php:105
1094
- #@ my-calendar
1095
- msgid "Category addition failed."
1096
- msgstr ""
1097
-
1098
- #: my-calendar-categories.php:115
1099
- #@ my-calendar
1100
- msgid "Category deleted successfully. Categories in calendar updated."
1101
- msgstr ""
1102
-
1103
- #: my-calendar-categories.php:117
1104
- #@ my-calendar
1105
- msgid "Category deleted successfully. Categories in calendar not updated."
1106
- msgstr ""
1107
-
1108
- #: my-calendar-categories.php:119
1109
- #@ my-calendar
1110
- msgid "Category not deleted. Categories in calendar updated."
1111
- msgstr ""
1112
-
1113
- #: my-calendar-categories.php:137
1114
- #@ my-calendar
1115
- msgid "Error: Category was not edited."
1116
- msgstr ""
1117
-
1118
- #: my-calendar-categories.php:218
1119
- #@ my-calendar
1120
- msgid "Add a New Category"
1121
- msgstr ""
1122
-
1123
- #: my-calendar-core.php:185
1124
- #, php-format
1125
- #@ my-calendar
1126
- msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1127
- msgstr ""
1128
-
1129
- #: my-calendar-core.php:911
1130
- #@ my-calendar
1131
- msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1132
- msgstr ""
1133
-
1134
- #: my-calendar-core.php:1036
1135
- #@ my-calendar
1136
- msgid "Is this your calendar page?"
1137
- msgstr ""
1138
-
1139
- #: my-calendar-core.php:1039
1140
- #@ my-calendar
1141
- msgid "I tried to guess, but don't have a suggestion for you."
1142
- msgstr ""
1143
-
1144
- #: my-calendar-event-manager.php:100
1145
- #: my-calendar-settings.php:644
1146
- #@ my-calendar
1147
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
1148
- msgstr ""
1149
-
1150
- #: my-calendar-event-manager.php:107
1151
- #: my-calendar-settings.php:651
1152
- #@ my-calendar
1153
- msgid "Import from Calendar"
1154
- msgstr ""
1155
-
1156
- #: my-calendar-event-manager.php:112
1157
- #@ my-calendar
1158
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
1159
- msgstr ""
1160
-
1161
- #: my-calendar-event-manager.php:159
1162
- #, php-format
1163
- #@ my-calendar
1164
- msgid "%1$d events deleted successfully out of %2$d selected"
1165
- msgstr ""
1166
-
1167
- #: my-calendar-event-manager.php:161
1168
- #@ my-calendar
1169
- msgid "Your events have not been deleted. Please investigate."
1170
- msgstr ""
1171
-
1172
- #: my-calendar-event-manager.php:189
1173
- #@ my-calendar
1174
- msgid "You do not have permission to delete that event."
1175
- msgstr ""
1176
-
1177
- #: my-calendar-event-manager.php:204
1178
- #@ my-calendar
1179
- msgid "You do not have permission to approve that event."
1180
- msgstr ""
1181
-
1182
- #: my-calendar-event-manager.php:218
1183
- #@ my-calendar
1184
- msgid "You do not have permission to reject that event."
1185
- msgstr ""
1186
-
1187
- #: my-calendar-event-manager.php:260
1188
- #@ my-calendar
1189
- msgid "Currently editing your local calendar"
1190
- msgstr ""
1191
-
1192
- #: my-calendar-event-manager.php:262
1193
- #@ my-calendar
1194
- msgid "Currently editing your central calendar"
1195
- msgstr ""
1196
-
1197
- #: my-calendar-event-manager.php:281
1198
- #@ my-calendar
1199
- msgid "Copy Event"
1200
- msgstr ""
1201
-
1202
- #: my-calendar-event-manager.php:321
1203
- #@ my-calendar
1204
- msgid "I'm sorry! I couldn't add that event to the database."
1205
- msgstr ""
1206
-
1207
- #: my-calendar-event-manager.php:350
1208
- #: my-calendar-group-manager.php:149
1209
- #@ my-calendar
1210
- msgid "Your event was not updated."
1211
- msgstr ""
1212
-
1213
- #: my-calendar-event-manager.php:352
1214
- #: my-calendar-group-manager.php:58
1215
- #: my-calendar-group-manager.php:84
1216
- #: my-calendar-group-manager.php:151
1217
- #@ my-calendar
1218
- msgid "Nothing was changed in that update."
1219
- msgstr ""
1220
-
1221
- #: my-calendar-event-manager.php:357
1222
- #: my-calendar-group-manager.php:156
1223
- #@ my-calendar
1224
- msgid "You do not have sufficient permissions to edit that event."
1225
- msgstr ""
1226
-
1227
- #: my-calendar-event-manager.php:421
1228
- #@ my-calendar
1229
- msgid "This event must be approved in order for it to appear on the calendar."
1230
- msgstr ""
1231
-
1232
- #: my-calendar-event-manager.php:471
1233
- #@ my-calendar
1234
- msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
1235
- msgstr ""
1236
-
1237
- #: my-calendar-event-manager.php:477
1238
- #: my-calendar-event-manager.php:600
1239
- #: my-calendar-group-manager.php:291
1240
- #@ my-calendar
1241
- msgid "(required)"
1242
- msgstr ""
1243
-
1244
- #: my-calendar-event-manager.php:481
1245
- #@ my-calendar
1246
- msgid "Publish"
1247
- msgstr ""
1248
-
1249
- #: my-calendar-event-manager.php:481
1250
- #@ my-calendar
1251
- msgid "You must approve this event to promote it to the calendar."
1252
- msgstr ""
1253
-
1254
- #: my-calendar-event-manager.php:483
1255
- #@ my-calendar
1256
- msgid "An administrator must approve your new event."
1257
- msgstr ""
1258
-
1259
- #: my-calendar-event-manager.php:496
1260
- #@ my-calendar
1261
- msgid "This event is not spam"
1262
- msgstr ""
1263
-
1264
- #: my-calendar-event-manager.php:513
1265
- #: my-calendar-event-manager.php:520
1266
- #@ my-calendar
1267
- msgid "This event's image:"
1268
- msgstr ""
1269
-
1270
- #: my-calendar-event-manager.php:514
1271
- #@ my-calendar
1272
- msgid "Add an image:"
1273
- msgstr ""
1274
-
1275
- #: my-calendar-event-manager.php:514
1276
- #@ my-calendar
1277
- msgid "Upload Image"
1278
- msgstr ""
1279
-
1280
- #: my-calendar-event-manager.php:514
1281
- #: my-calendar-group-manager.php:306
1282
- #@ my-calendar
1283
- msgid "Include your image URL or upload an image."
1284
- msgstr ""
1285
-
1286
- #: my-calendar-event-manager.php:526
1287
- #: my-calendar-group-manager.php:313
1288
- #@ my-calendar
1289
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1290
- msgstr ""
1291
-
1292
- #: my-calendar-event-manager.php:530
1293
- #: my-calendar-group-manager.php:317
1294
- #@ my-calendar
1295
- msgid "Event Host"
1296
- msgstr ""
1297
-
1298
- #: my-calendar-event-manager.php:574
1299
- #: my-calendar-group-manager.php:361
1300
- #@ my-calendar
1301
- msgid "This link will expire when the event passes."
1302
- msgstr ""
1303
-
1304
- #: my-calendar-event-manager.php:582
1305
- #@ my-calendar
1306
- msgid "Event Date and Time"
1307
- msgstr ""
1308
-
1309
- #: my-calendar-event-manager.php:583
1310
- #@ my-calendar
1311
- msgid "Enter the beginning and ending information for this occurrence of the event."
1312
- msgstr ""
1313
-
1314
- #: my-calendar-event-manager.php:600
1315
- #@ my-calendar
1316
- msgid "Time (hh:mm am/pm)"
1317
- msgstr ""
1318
-
1319
- #: my-calendar-event-manager.php:609
1320
- #@ my-calendar
1321
- msgid "End Date (YYYY-MM-DD)"
1322
- msgstr ""
1323
-
1324
- #: my-calendar-event-manager.php:609
1325
- #@ my-calendar
1326
- msgid "End Time (hh:mm am/pm)"
1327
- msgstr ""
1328
-
1329
- #: my-calendar-event-manager.php:619
1330
- #@ my-calendar
1331
- msgid "Add another occurrence"
1332
- msgstr ""
1333
-
1334
- #: my-calendar-event-manager.php:620
1335
- #@ my-calendar
1336
- msgid "Remove last occurrence"
1337
- msgstr ""
1338
-
1339
- #: my-calendar-event-manager.php:638
1340
- #: my-calendar-templates.php:109
1341
- #@ my-calendar
1342
- msgid "Does not recur"
1343
- msgstr ""
1344
-
1345
- #: my-calendar-event-manager.php:640
1346
- #: my-calendar-templates.php:111
1347
- #@ my-calendar
1348
- msgid "Daily, weekdays only"
1349
- msgstr ""
1350
-
1351
- #: my-calendar-event-manager.php:642
1352
- #: my-calendar-templates.php:113
1353
- #@ my-calendar
1354
- msgid "Bi-weekly"
1355
- msgstr ""
1356
-
1357
- #: my-calendar-event-manager.php:643
1358
- #@ my-calendar
1359
- msgid "Date of Month (e.g., the 24th of each month)"
1360
- msgstr ""
1361
-
1362
- #: my-calendar-event-manager.php:644
1363
- #@ my-calendar
1364
- msgid "Day of Month (e.g., the 3rd Monday of each month)"
1365
- msgstr ""
1366
-
1367
- #: my-calendar-event-manager.php:645
1368
- #: my-calendar-templates.php:116
1369
- #@ my-calendar
1370
- msgid "Annually"
1371
- msgstr ""
1372
-
1373
- #: my-calendar-event-manager.php:647
1374
- #@ my-calendar
1375
- msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1376
- msgstr ""
1377
-
1378
- #: my-calendar-event-manager.php:664
1379
- #: my-calendar-group-manager.php:372
1380
- #@ my-calendar
1381
- msgid "Event Registration Status"
1382
- msgstr ""
1383
-
1384
- #: my-calendar-event-manager.php:665
1385
- #: my-calendar-group-manager.php:373
1386
- #@ my-calendar
1387
- msgid "My Calendar does not manage event registrations. Use this for information only."
1388
- msgstr ""
1389
-
1390
- #: my-calendar-event-manager.php:667
1391
- #: my-calendar-group-manager.php:375
1392
- #@ my-calendar
1393
- msgid "Open"
1394
- msgstr ""
1395
-
1396
- #: my-calendar-event-manager.php:668
1397
- #: my-calendar-group-manager.php:376
1398
- #@ my-calendar
1399
- msgid "Closed"
1400
- msgstr ""
1401
-
1402
- #: my-calendar-event-manager.php:669
1403
- #: my-calendar-group-manager.php:377
1404
- #@ my-calendar
1405
- msgid "Does not apply"
1406
- msgstr ""
1407
-
1408
- #: my-calendar-event-manager.php:672
1409
- #: my-calendar-group-manager.php:380
1410
- #@ my-calendar
1411
- msgid "If this event recurs, it can only be registered for as a complete series."
1412
- msgstr ""
1413
-
1414
- #: my-calendar-event-manager.php:689
1415
- #: my-calendar-group-manager.php:397
1416
- #: my-calendar-locations.php:125
1417
- #@ my-calendar
1418
- msgid "Event Location"
1419
- msgstr ""
1420
-
1421
- #: my-calendar-event-manager.php:696
1422
- #: my-calendar-group-manager.php:404
1423
- #@ my-calendar
1424
- msgid "Choose a preset location:"
1425
- msgstr ""
1426
-
1427
- #: my-calendar-event-manager.php:710
1428
- #: my-calendar-group-manager.php:418
1429
- #@ my-calendar
1430
- msgid "Add recurring locations for later use."
1431
- msgstr ""
1432
-
1433
- #: my-calendar-event-manager.php:778
1434
- #: my-calendar-group-manager.php:448
1435
- #: my-calendar-locations.php:186
1436
- #@ my-calendar
1437
- msgid "Initial Zoom"
1438
- msgstr ""
1439
-
1440
- #: my-calendar-event-manager.php:780
1441
- #: my-calendar-group-manager.php:450
1442
- #: my-calendar-locations.php:188
1443
- #@ my-calendar
1444
- msgid "Neighborhood"
1445
- msgstr ""
1446
-
1447
- #: my-calendar-event-manager.php:781
1448
- #: my-calendar-group-manager.php:451
1449
- #: my-calendar-locations.php:189
1450
- #@ my-calendar
1451
- msgid "Small City"
1452
- msgstr ""
1453
-
1454
- #: my-calendar-event-manager.php:782
1455
- #: my-calendar-group-manager.php:452
1456
- #: my-calendar-locations.php:190
1457
- #@ my-calendar
1458
- msgid "Large City"
1459
- msgstr ""
1460
-
1461
- #: my-calendar-event-manager.php:783
1462
- #: my-calendar-group-manager.php:453
1463
- #: my-calendar-locations.php:191
1464
- #@ my-calendar
1465
- msgid "Greater Metro Area"
1466
- msgstr ""
1467
-
1468
- #: my-calendar-event-manager.php:789
1469
- #: my-calendar-group-manager.php:459
1470
- #@ my-calendar
1471
- msgid "Location URL"
1472
- msgstr ""
1473
-
1474
- #: my-calendar-event-manager.php:792
1475
- #: my-calendar-group-manager.php:462
1476
- #: my-calendar-locations.php:200
1477
- #@ my-calendar
1478
- msgid "GPS Coordinates (optional)"
1479
- msgstr ""
1480
-
1481
- #: my-calendar-event-manager.php:794
1482
- #: my-calendar-group-manager.php:464
1483
- #@ my-calendar
1484
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1485
- msgstr ""
1486
-
1487
- #: my-calendar-event-manager.php:797
1488
- #: my-calendar-group-manager.php:467
1489
- #: my-calendar-locations.php:205
1490
- #@ my-calendar
1491
- msgid "Latitude"
1492
- msgstr ""
1493
-
1494
- #: my-calendar-event-manager.php:797
1495
- #: my-calendar-group-manager.php:467
1496
- #: my-calendar-locations.php:206
1497
- #@ my-calendar
1498
- msgid "Longitude"
1499
- msgstr ""
1500
-
1501
- #: my-calendar-event-manager.php:810
1502
- #@ my-calendar
1503
- msgid "Special Options"
1504
- msgstr ""
1505
-
1506
- #: my-calendar-event-manager.php:812
1507
- #@ my-calendar
1508
- msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
1509
- msgstr ""
1510
-
1511
- #: my-calendar-event-manager.php:815
1512
- #@ my-calendar
1513
- msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
1514
- msgstr ""
1515
-
1516
- #: my-calendar-event-manager.php:894
1517
- #: my-calendar-templates.php:191
1518
- #@ my-calendar
1519
- msgid "Published"
1520
- msgstr ""
1521
-
1522
- #: my-calendar-event-manager.php:895
1523
- #: my-calendar-templates.php:191
1524
- #@ my-calendar
1525
- msgid "Reserved"
1526
- msgstr ""
1527
-
1528
- #: my-calendar-event-manager.php:896
1529
- #@ my-calendar
1530
- msgid "All"
1531
- msgstr ""
1532
-
1533
- #: my-calendar-event-manager.php:906
1534
- #: my-calendar-group-manager.php:675
1535
- #@ my-calendar
1536
- msgid "Table of Calendar Events"
1537
- msgstr ""
1538
-
1539
- #: my-calendar-event-manager.php:911
1540
- #: my-calendar-group-manager.php:681
1541
- #: my-calendar-locations.php:271
1542
- #@ my-calendar
1543
- msgid "Location"
1544
- msgstr ""
1545
-
1546
- #: my-calendar-event-manager.php:949
1547
- #: my-calendar-group-manager.php:720
1548
- #@ my-calendar
1549
- msgid "Weekdays"
1550
- msgstr ""
1551
-
1552
- #: my-calendar-event-manager.php:951
1553
- #: my-calendar-group-manager.php:722
1554
- #@ my-calendar
1555
- msgid "Bi-Weekly"
1556
- msgstr ""
1557
-
1558
- #: my-calendar-event-manager.php:952
1559
- #: my-calendar-group-manager.php:723
1560
- #@ my-calendar
1561
- msgid "Monthly (by date)"
1562
- msgstr ""
1563
-
1564
- #: my-calendar-event-manager.php:953
1565
- #: my-calendar-group-manager.php:724
1566
- #@ my-calendar
1567
- msgid "Monthly (by day)"
1568
- msgstr ""
1569
-
1570
- #: my-calendar-event-manager.php:958
1571
- #: my-calendar-group-manager.php:729
1572
- #, php-format
1573
- #@ my-calendar
1574
- msgid "%d Times"
1575
- msgstr ""
1576
-
1577
- #: my-calendar-event-manager.php:973
1578
- #@ my-calendar
1579
- msgid "Copy"
1580
- msgstr ""
1581
-
1582
- #: my-calendar-event-manager.php:976
1583
- #: my-calendar-group-manager.php:747
1584
- #: my-calendar-output.php:269
1585
- #@ my-calendar
1586
- msgid "Edit Group"
1587
- msgstr ""
1588
-
1589
- #: my-calendar-event-manager.php:979
1590
- #: my-calendar-group-manager.php:751
1591
- #@ my-calendar
1592
- msgid "Not editable."
1593
- msgstr ""
1594
-
1595
- #: my-calendar-event-manager.php:985
1596
- #@ my-calendar
1597
- msgid "Reject"
1598
- msgstr ""
1599
-
1600
- #: my-calendar-event-manager.php:987
1601
- #@ my-calendar
1602
- msgid "Approve"
1603
- msgstr ""
1604
-
1605
- #: my-calendar-event-manager.php:992
1606
- #@ my-calendar
1607
- msgid "Approved"
1608
- msgstr ""
1609
-
1610
- #: my-calendar-event-manager.php:994
1611
- #@ my-calendar
1612
- msgid "Rejected"
1613
- msgstr ""
1614
-
1615
- #: my-calendar-event-manager.php:996
1616
- #@ my-calendar
1617
- msgid "Awaiting Approval"
1618
- msgstr ""
1619
-
1620
- #: my-calendar-event-manager.php:1007
1621
- #@ my-calendar
1622
- msgid "Delete checked events"
1623
- msgstr ""
1624
-
1625
- #: my-calendar-event-manager.php:1158
1626
- #@ my-calendar
1627
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
1628
- msgstr ""
1629
-
1630
- #: my-calendar-event-manager.php:1174
1631
- #@ my-calendar
1632
- msgid "The end time field must either be blank or be entered in the format hh:mm"
1633
- msgstr ""
1634
-
1635
- #: my-calendar-event-manager.php:1190
1636
- #: my-calendar-group-manager.php:552
1637
- #@ my-calendar
1638
- msgid "The event title must be between 1 and 255 characters in length."
1639
- msgstr ""
1640
-
1641
- #: my-calendar-event-manager.php:1196
1642
- #@ my-calendar
1643
- msgid "The repetition value must be 0 unless a type of recurrence is selected."
1644
- msgstr ""
1645
-
1646
- #: my-calendar-group-manager.php:56
1647
- #@ my-calendar
1648
- msgid "Event not updated."
1649
- msgstr ""
1650
-
1651
- #: my-calendar-group-manager.php:82
1652
- #@ my-calendar
1653
- msgid "Event not grouped."
1654
- msgstr ""
1655
-
1656
- #: my-calendar-group-manager.php:86
1657
- #@ my-calendar
1658
- msgid "Event grouped successfully"
1659
- msgstr ""
1660
-
1661
- #: my-calendar-group-manager.php:104
1662
- #: my-calendar-group-manager.php:259
1663
- #@ my-calendar
1664
- msgid "Edit Event Group"
1665
- msgstr ""
1666
-
1667
- #: my-calendar-group-manager.php:108
1668
- #@ my-calendar
1669
- msgid "You must provide an event group id in order to edit it"
1670
- msgstr ""
1671
-
1672
- #: my-calendar-group-manager.php:116
1673
- #: my-calendar.php:158
1674
- #@ my-calendar
1675
- msgid "Manage Event Groups"
1676
- msgstr ""
1677
-
1678
- #: my-calendar-group-manager.php:118
1679
- #@ my-calendar
1680
- msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
1681
- msgstr ""
1682
-
1683
- #: my-calendar-group-manager.php:119
1684
- #@ my-calendar
1685
- msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
1686
- msgstr ""
1687
-
1688
- #: my-calendar-group-manager.php:212
1689
- #@ my-calendar
1690
- msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
1691
- msgstr ""
1692
-
1693
- #: my-calendar-group-manager.php:212
1694
- #@ my-calendar
1695
- msgid "The group editable fields in for the events in this group match."
1696
- msgstr ""
1697
-
1698
- #: my-calendar-group-manager.php:219
1699
- #@ my-calendar
1700
- msgid "Apply these changes to:"
1701
- msgstr ""
1702
-
1703
- #: my-calendar-group-manager.php:230
1704
- #@ my-calendar
1705
- msgid "Check/Uncheck all"
1706
- msgstr ""
1707
-
1708
- #: my-calendar-group-manager.php:232
1709
- #@ my-calendar
1710
- msgid "Remove checked events from this group"
1711
- msgstr ""
1712
-
1713
- #: my-calendar-group-manager.php:249
1714
- #@ my-calendar
1715
- msgid "You must provide a group ID to edit groups"
1716
- msgstr ""
1717
-
1718
- #: my-calendar-group-manager.php:662
1719
- #@ my-calendar
1720
- msgid "Create/Modify Groups"
1721
- msgstr ""
1722
-
1723
- #: my-calendar-group-manager.php:663
1724
- #@ my-calendar
1725
- msgid "Check a set of events to group them for mass editing."
1726
- msgstr ""
1727
-
1728
- #: my-calendar-group-manager.php:673
1729
- #: my-calendar-group-manager.php:759
1730
- #@ my-calendar
1731
- msgid "Group checked events for mass editing"
1732
- msgstr ""
1733
-
1734
- #: my-calendar-group-manager.php:679
1735
- #@ my-calendar
1736
- msgid "Group"
1737
- msgstr ""
1738
-
1739
- #: my-calendar-group-manager.php:749
1740
- #@ my-calendar
1741
- msgid "Ungrouped"
1742
- msgstr ""
1743
-
1744
- #: my-calendar-help.php:15
1745
- #@ my-calendar
1746
- msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1747
- msgstr ""
1748
-
1749
- #: my-calendar-help.php:17
1750
- #@ my-calendar
1751
- msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
1752
- msgstr ""
1753
-
1754
- #: my-calendar-help.php:22
1755
- #@ my-calendar
1756
- msgid "The shortcode supports eight attributes:"
1757
- msgstr ""
1758
-
1759
- #: my-calendar-help.php:24
1760
- #@ my-calendar
1761
- msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
1762
- msgstr ""
1763
-
1764
- #: my-calendar-help.php:25
1765
- #@ my-calendar
1766
- msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
1767
- msgstr ""
1768
-
1769
- #: my-calendar-help.php:26
1770
- #@ my-calendar
1771
- msgid "Set as \"no\" to hide the category key."
1772
- msgstr ""
1773
-
1774
- #: my-calendar-help.php:27
1775
- #@ my-calendar
1776
- msgid "Set as \"no\" to hide the month-by-month navigation."
1777
- msgstr ""
1778
-
1779
- #: my-calendar-help.php:28
1780
- #@ my-calendar
1781
- msgid "Set as \"yes\" to show a link to switch between list and grid formats."
1782
- msgstr ""
1783
-
1784
- #: my-calendar-help.php:29
1785
- #@ my-calendar
1786
- msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
1787
- msgstr ""
1788
-
1789
- #: my-calendar-help.php:30
1790
- #@ my-calendar
1791
- msgid "The type of location data to restrict by."
1792
- msgstr ""
1793
-
1794
- #: my-calendar-help.php:31
1795
- #@ my-calendar
1796
- msgid "The specific location information to filter to."
1797
- msgstr ""
1798
-
1799
- #: my-calendar-help.php:35
1800
- #@ my-calendar
1801
- msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
1802
- msgstr ""
1803
-
1804
- #: my-calendar-help.php:37
1805
- #@ my-calendar
1806
- msgid "Additional Calendar Views (Upcoming events, today's events)"
1807
- msgstr ""
1808
-
1809
- #: my-calendar-help.php:39
1810
- #@ my-calendar
1811
- msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>)."
1812
- msgstr ""
1813
-
1814
- #: my-calendar-help.php:42
1815
- #@ my-calendar
1816
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1817
- msgstr ""
1818
-
1819
- #: my-calendar-help.php:45
1820
- #@ my-calendar
1821
- msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
1822
- msgstr ""
1823
-
1824
- #: my-calendar-help.php:48
1825
- #@ my-calendar
1826
- msgid "Supplement Features (Locations filter, Categories filter)"
1827
- msgstr ""
1828
-
1829
- #: my-calendar-help.php:51
1830
- #@ my-calendar
1831
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
1832
- msgstr ""
1833
-
1834
- #: my-calendar-help.php:54
1835
- #@ my-calendar
1836
- msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
1837
- msgstr ""
1838
-
1839
- #: my-calendar-help.php:57
1840
- #@ my-calendar
1841
- msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
1842
- msgstr ""
1843
-
1844
- #: my-calendar-help.php:69
1845
- #@ my-calendar
1846
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
1847
- msgstr ""
1848
-
1849
- #: my-calendar-help.php:69
1850
- #@ my-calendar
1851
- msgid "You can alternately place icons in:"
1852
- msgstr ""
1853
-
1854
- #: my-calendar-help.php:77
1855
- #@ my-calendar
1856
- msgid "Custom Styles"
1857
- msgstr ""
1858
-
1859
- #: my-calendar-help.php:80
1860
- #@ my-calendar
1861
- msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1862
- msgstr ""
1863
-
1864
- #: my-calendar-help.php:83
1865
- #@ my-calendar
1866
- msgid "Your stylesheet directory is"
1867
- msgstr ""
1868
-
1869
- #: my-calendar-help.php:84
1870
- #@ my-calendar
1871
- msgid "Your custom stylesheets directory is"
1872
- msgstr ""
1873
-
1874
- #: my-calendar-help.php:95
1875
- #@ my-calendar
1876
- msgid "These codes are available in calendar widgets, email notifications, and event titles."
1877
- msgstr ""
1878
-
1879
- #: my-calendar-help.php:97
1880
- #: my-calendar-templating.php:72
1881
- #@ my-calendar
1882
- msgid "Event Template Tags"
1883
- msgstr ""
1884
-
1885
- #: my-calendar-help.php:109
1886
- #@ my-calendar
1887
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
1888
- msgstr ""
1889
-
1890
- #: my-calendar-help.php:112
1891
- #@ my-calendar
1892
- msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
1893
- msgstr ""
1894
-
1895
- #: my-calendar-help.php:118
1896
- #@ my-calendar
1897
- msgid "Displays the date on which the event ends."
1898
- msgstr ""
1899
-
1900
- #: my-calendar-help.php:121
1901
- #@ my-calendar
1902
- msgid "Displays the time at which the event ends."
1903
- msgstr ""
1904
-
1905
- #: my-calendar-help.php:127
1906
- #@ my-calendar
1907
- msgid "Displays the name of the person assigned as host for the event."
1908
- msgstr ""
1909
-
1910
- #: my-calendar-help.php:130
1911
- #@ my-calendar
1912
- msgid "Displays the email address of the person assigned as host for the event."
1913
- msgstr ""
1914
-
1915
- #: my-calendar-help.php:133
1916
- #@ my-calendar
1917
- msgid "Displays the short version of the event description."
1918
- msgstr ""
1919
-
1920
- #: my-calendar-help.php:139
1921
- #: my-calendar-templating.php:111
1922
- #@ my-calendar
1923
- msgid "Image associated with the event."
1924
- msgstr ""
1925
-
1926
- #: my-calendar-help.php:145
1927
- #@ my-calendar
1928
- msgid "Produces the URL to download an iCal formatted record for the event."
1929
- msgstr ""
1930
-
1931
- #: my-calendar-help.php:148
1932
- #@ my-calendar
1933
- msgid "Produces a hyperlink to download an iCal formatted record for the event."
1934
- msgstr ""
1935
-
1936
- #: my-calendar-help.php:151
1937
- #@ my-calendar
1938
- msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
1939
- msgstr ""
1940
-
1941
- #: my-calendar-help.php:154
1942
- #@ my-calendar
1943
- msgid "Shows the number of repetitions of the event."
1944
- msgstr ""
1945
-
1946
- #: my-calendar-help.php:157
1947
- #@ my-calendar
1948
- msgid "Provides a link to an auto-generated page containing all information on the given event."
1949
- msgstr ""
1950
-
1951
- #: my-calendar-help.php:157
1952
- #@ my-calendar
1953
- msgid "Requires that the site URL has been provided on the Settings page"
1954
- msgstr ""
1955
-
1956
- #: my-calendar-help.php:160
1957
- #@ my-calendar
1958
- msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1959
- msgstr ""
1960
-
1961
- #: my-calendar-help.php:163
1962
- #@ my-calendar
1963
- msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1964
- msgstr ""
1965
-
1966
- #: my-calendar-help.php:165
1967
- #: my-calendar-templating.php:125
1968
- #@ my-calendar
1969
- msgid "Location Template Tags"
1970
- msgstr ""
1971
-
1972
- #: my-calendar-help.php:178
1973
- #@ my-calendar
1974
- msgid "Displays the city for the location."
1975
- msgstr ""
1976
-
1977
- #: my-calendar-help.php:181
1978
- #@ my-calendar
1979
- msgid "Displays the state for the location."
1980
- msgstr ""
1981
-
1982
- #: my-calendar-help.php:184
1983
- #@ my-calendar
1984
- msgid "Displays the postcode for the location."
1985
- msgstr ""
1986
-
1987
- #: my-calendar-help.php:187
1988
- #@ my-calendar
1989
- msgid "Shows the custom region entered for the location."
1990
- msgstr ""
1991
-
1992
- #: my-calendar-help.php:193
1993
- #@ my-calendar
1994
- msgid "Output the URL for the location link."
1995
- msgstr ""
1996
-
1997
- #: my-calendar-help.php:196
1998
- #@ my-calendar
1999
- msgid "Output a hyperlink to the location's listed link with default link text."
2000
- msgstr ""
2001
-
2002
- #: my-calendar-help.php:204
2003
- #: my-calendar-templating.php:161
2004
- #@ my-calendar
2005
- msgid "Category Template Tags"
2006
- msgstr ""
2007
-
2008
- #: my-calendar-help.php:211
2009
- #@ my-calendar
2010
- msgid "Produces the address of the current event's category icon."
2011
- msgstr ""
2012
-
2013
- #: my-calendar-help.php:214
2014
- #@ my-calendar
2015
- msgid "Produces the HTML for the current event's category icon."
2016
- msgstr ""
2017
-
2018
- #: my-calendar-help.php:217
2019
- #@ my-calendar
2020
- msgid "Produces the hex code for the current event's category color."
2021
- msgstr ""
2022
-
2023
- #: my-calendar-help.php:220
2024
- #@ my-calendar
2025
- msgid ""
2026
- "Displays the ID for\n"
2027
- " the category the event is in."
2028
- msgstr ""
2029
-
2030
- #: my-calendar-help.php:224
2031
- #@ my-calendar
2032
- msgid "Special use Template Tags"
2033
- msgstr ""
2034
-
2035
- #: my-calendar-help.php:228
2036
- #@ my-calendar
2037
- msgid "A unique ID for the current instance of an event."
2038
- msgstr ""
2039
-
2040
- #: my-calendar-help.php:231
2041
- #@ my-calendar
2042
- msgid "The ID for the event record associated with the current instance of an event."
2043
- msgstr ""
2044
-
2045
- #: my-calendar-help.php:241
2046
- #@ my-calendar
2047
- msgid "Helpful Information"
2048
- msgstr ""
2049
-
2050
- #: my-calendar-help.php:244
2051
- #@ my-calendar
2052
- msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2053
- msgstr ""
2054
-
2055
- #: my-calendar-help.php:247
2056
- #@ my-calendar
2057
- msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2058
- msgstr ""
2059
-
2060
- #: my-calendar-importer.php:92
2061
- #: my-calendar-settings.php:52
2062
- #@ my-calendar
2063
- msgid "Categories imported successfully."
2064
- msgstr ""
2065
-
2066
- #: my-calendar-importer.php:92
2067
- #: my-calendar-settings.php:52
2068
- #@ my-calendar
2069
- msgid "Categories not imported."
2070
- msgstr ""
2071
-
2072
- #: my-calendar-importer.php:94
2073
- #: my-calendar-settings.php:53
2074
- #@ my-calendar
2075
- msgid "Events imported successfully."
2076
- msgstr ""
2077
-
2078
- #: my-calendar-importer.php:94
2079
- #: my-calendar-settings.php:53
2080
- #@ my-calendar
2081
- msgid "Events not imported."
2082
- msgstr ""
2083
-
2084
- #: my-calendar-install.php:192
2085
- #@ my-calendar
2086
- msgid "My Calendar Default Timezone"
2087
- msgstr ""
2088
-
2089
- #: my-calendar-install.php:237
2090
- #@ my-calendar
2091
- msgid "My Calendar Default Location"
2092
- msgstr ""
2093
-
2094
- #: my-calendar-locations.php:43
2095
- #@ my-calendar
2096
- msgid "Location added successfully"
2097
- msgstr ""
2098
-
2099
- #: my-calendar-locations.php:45
2100
- #@ my-calendar
2101
- msgid "Location could not be added to database"
2102
- msgstr ""
2103
-
2104
- #: my-calendar-locations.php:51
2105
- #@ my-calendar
2106
- msgid "Location deleted successfully"
2107
- msgstr ""
2108
-
2109
- #: my-calendar-locations.php:53
2110
- #@ my-calendar
2111
- msgid "Location could not be deleted"
2112
- msgstr ""
2113
-
2114
- #: my-calendar-locations.php:78
2115
- #@ my-calendar
2116
- msgid "Location could not be edited."
2117
- msgstr ""
2118
-
2119
- #: my-calendar-locations.php:80
2120
- #@ my-calendar
2121
- msgid "Location was not changed."
2122
- msgstr ""
2123
-
2124
- #: my-calendar-locations.php:82
2125
- #@ my-calendar
2126
- msgid "Location edited successfully"
2127
- msgstr ""
2128
-
2129
- #: my-calendar-locations.php:102
2130
- #@ my-calendar
2131
- msgid "Add New Location"
2132
- msgstr ""
2133
-
2134
- #: my-calendar-locations.php:104
2135
- #@ my-calendar
2136
- msgid "Edit Location"
2137
- msgstr ""
2138
-
2139
- #: my-calendar-locations.php:109
2140
- #@ my-calendar
2141
- msgid "Location Editor"
2142
- msgstr ""
2143
-
2144
- #: my-calendar-locations.php:197
2145
- #@ my-calendar
2146
- msgid "Website"
2147
- msgstr ""
2148
-
2149
- #: my-calendar-locations.php:202
2150
- #@ my-calendar
2151
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
2152
- msgstr ""
2153
-
2154
- #: my-calendar-locations.php:210
2155
- #@ my-calendar
2156
- msgid "Add Location"
2157
- msgstr ""
2158
-
2159
- #: my-calendar-locations.php:217
2160
- #@ my-calendar
2161
- msgid "Add a New Location"
2162
- msgstr ""
2163
-
2164
- #: my-calendar-locations.php:258
2165
- #: my-calendar.php:159
2166
- #@ my-calendar
2167
- msgid "Manage Locations"
2168
- msgstr ""
2169
-
2170
- #: my-calendar-locations.php:293
2171
- #@ my-calendar
2172
- msgid "There are no locations in the database yet!"
2173
- msgstr ""
2174
-
2175
- #: my-calendar-locations.php:297
2176
- #@ my-calendar
2177
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
2178
- msgstr ""
2179
-
2180
- #: my-calendar-output.php:157
2181
- #: my-calendar-output.php:264
2182
- #@ my-calendar
2183
- msgid "Close"
2184
- msgstr ""
2185
-
2186
- #: my-calendar-output.php:166
2187
- #, php-format
2188
- #@ my-calendar
2189
- msgid "(%s in your time zone)"
2190
- msgstr ""
2191
-
2192
- #: my-calendar-output.php:193
2193
- #: my-calendar-templates.php:193
2194
- #@ my-calendar
2195
- msgid "Details about"
2196
- msgstr ""
2197
-
2198
- #: my-calendar-output.php:213
2199
- #: my-calendar-templates.php:148
2200
- #@ my-calendar
2201
- msgid "iCal"
2202
- msgstr ""
2203
-
2204
- #: my-calendar-output.php:247
2205
- #@ my-calendar
2206
- msgid "This class is part of a series. You must register for the first event in this series to attend."
2207
- msgstr ""
2208
-
2209
- #: my-calendar-output.php:252
2210
- #@ my-calendar
2211
- msgid "View full calendar"
2212
- msgstr ""
2213
-
2214
- #: my-calendar-output.php:282
2215
- #@ my-calendar
2216
- msgid "Edit This Date"
2217
- msgstr ""
2218
-
2219
- #: my-calendar-output.php:283
2220
- #@ my-calendar
2221
- msgid "Edit All"
2222
- msgstr ""
2223
-
2224
- #: my-calendar-output.php:284
2225
- #@ my-calendar
2226
- msgid "Delete This Date"
2227
- msgstr ""
2228
-
2229
- #: my-calendar-output.php:285
2230
- #@ my-calendar
2231
- msgid "Delete All"
2232
- msgstr ""
2233
-
2234
- #: my-calendar-output.php:386
2235
- #@ my-calendar
2236
- msgid "View as Grid"
2237
- msgstr ""
2238
-
2239
- #: my-calendar-output.php:390
2240
- #@ my-calendar
2241
- msgid "View as List"
2242
- msgstr ""
2243
-
2244
- #: my-calendar-output.php:423
2245
- #@ my-calendar
2246
- msgid "<abbr title=\"Sunday\">S</abbr>"
2247
- msgstr ""
2248
-
2249
- #: my-calendar-output.php:424
2250
- #@ my-calendar
2251
- msgid "<abbr title=\"Monday\">M</abbr>"
2252
- msgstr ""
2253
-
2254
- #: my-calendar-output.php:425
2255
- #@ my-calendar
2256
- msgid "<abbr title=\"Tuesday\">T</abbr>"
2257
- msgstr ""
2258
-
2259
- #: my-calendar-output.php:426
2260
- #@ my-calendar
2261
- msgid "<abbr title=\"Wednesday\">W</abbr>"
2262
- msgstr ""
2263
-
2264
- #: my-calendar-output.php:427
2265
- #@ my-calendar
2266
- msgid "<abbr title=\"Thursday\">T</abbr>"
2267
- msgstr ""
2268
-
2269
- #: my-calendar-output.php:428
2270
- #@ my-calendar
2271
- msgid "<abbr title=\"Friday\">F</abbr>"
2272
- msgstr ""
2273
-
2274
- #: my-calendar-output.php:429
2275
- #@ my-calendar
2276
- msgid "<abbr title=\"Saturday\">S</abbr>"
2277
- msgstr ""
2278
-
2279
- #: my-calendar-output.php:520
2280
- #@ my-calendar
2281
- msgid "No events scheduled for today!"
2282
- msgstr ""
2283
-
2284
- #: my-calendar-output.php:544
2285
- #@ my-calendar
2286
- msgid "and"
2287
- msgstr ""
2288
-
2289
- #: my-calendar-output.php:559
2290
- #@ my-calendar
2291
- msgid "The week's events"
2292
- msgstr ""
2293
-
2294
- #: my-calendar-output.php:566
2295
- #@ my-calendar
2296
- msgid "This week's events"
2297
- msgstr ""
2298
-
2299
- #: my-calendar-output.php:743
2300
- #, php-format
2301
- #@ my-calendar
2302
- msgid " and %d other event"
2303
- msgstr ""
2304
-
2305
- #: my-calendar-output.php:745
2306
- #, php-format
2307
- #@ my-calendar
2308
- msgid " and %d other events"
2309
- msgstr ""
2310
-
2311
- #: my-calendar-output.php:762
2312
- #@ my-calendar
2313
- msgid "Unrecognized calendar format."
2314
- msgstr ""
2315
-
2316
- #: my-calendar-output.php:810
2317
- #@ my-calendar
2318
- msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2319
- msgstr ""
2320
-
2321
- #: my-calendar-output.php:811
2322
- #@ my-calendar
2323
- msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2324
- msgstr ""
2325
-
2326
- #: my-calendar-output.php:824
2327
- #@ my-calendar
2328
- msgid "Next events"
2329
- msgstr ""
2330
-
2331
- #: my-calendar-output.php:866
2332
- #@ my-calendar
2333
- msgid "Previous events"
2334
- msgstr ""
2335
-
2336
- #: my-calendar-output.php:914
2337
- #@ my-calendar
2338
- msgid "(select to include)"
2339
- msgstr ""
2340
-
2341
- #: my-calendar-output.php:935
2342
- #: my-calendar-output.php:938
2343
- #@ my-calendar
2344
- msgid "All Categories"
2345
- msgstr ""
2346
-
2347
- #: my-calendar-output.php:936
2348
- #@ my-calendar
2349
- msgid "Categories"
2350
- msgstr ""
2351
-
2352
- #: my-calendar-output.php:957
2353
- #: my-calendar-output.php:1117
2354
- #@ my-calendar
2355
- msgid "Submit"
2356
- msgstr ""
2357
-
2358
- #: my-calendar-output.php:1061
2359
- #: my-calendar-output.php:1079
2360
- #@ my-calendar
2361
- msgid "Show all"
2362
- msgstr ""
2363
-
2364
- #: my-calendar-output.php:1077
2365
- #@ my-calendar
2366
- msgid "Show events in:"
2367
- msgstr ""
2368
-
2369
- #: my-calendar-settings.php:86
2370
- #@ my-calendar
2371
- msgid "Permissions Settings saved"
2372
- msgstr ""
2373
-
2374
- #: my-calendar-settings.php:122
2375
- #@ my-calendar
2376
- msgid "Output Settings saved"
2377
- msgstr ""
2378
-
2379
- #: my-calendar-settings.php:141
2380
- #@ my-calendar
2381
- msgid "Input Settings saved"
2382
- msgstr ""
2383
-
2384
- #: my-calendar-settings.php:147
2385
- #@ my-calendar
2386
- msgid "Multsite settings saved"
2387
- msgstr ""
2388
-
2389
- #: my-calendar-settings.php:164
2390
- #@ my-calendar
2391
- msgid "Custom text settings saved"
2392
- msgstr ""
2393
-
2394
- #: my-calendar-settings.php:176
2395
- #@ my-calendar
2396
- msgid "Email notice settings saved"
2397
- msgstr ""
2398
-
2399
- #: my-calendar-settings.php:190
2400
- #@ my-calendar
2401
- msgid "User custom settings saved"
2402
- msgstr ""
2403
-
2404
- #: my-calendar-settings.php:223
2405
- #@ my-calendar
2406
- msgid "Calendar Management Settings"
2407
- msgstr ""
2408
-
2409
- #: my-calendar-settings.php:228
2410
- #@ my-calendar
2411
- msgid "Calendar Options: Management"
2412
- msgstr ""
2413
-
2414
- #: my-calendar-settings.php:230
2415
- #@ my-calendar
2416
- msgid "Lowest user group that may create events"
2417
- msgstr ""
2418
-
2419
- #: my-calendar-settings.php:239
2420
- #@ my-calendar
2421
- msgid "Lowest user group that may approve events"
2422
- msgstr ""
2423
-
2424
- #: my-calendar-settings.php:245
2425
- #@ my-calendar
2426
- msgid "Enable approval options."
2427
- msgstr ""
2428
-
2429
- #: my-calendar-settings.php:248
2430
- #@ my-calendar
2431
- msgid "Lowest user group that may edit or delete all events"
2432
- msgstr ""
2433
-
2434
- #: my-calendar-settings.php:254
2435
- #@ my-calendar
2436
- msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
2437
- msgstr ""
2438
-
2439
- #: my-calendar-settings.php:258
2440
- #@ my-calendar
2441
- msgid "Currently editing my local calendar"
2442
- msgstr ""
2443
-
2444
- #: my-calendar-settings.php:261
2445
- #@ my-calendar
2446
- msgid "Currently editing the network calendar"
2447
- msgstr ""
2448
-
2449
- #: my-calendar-settings.php:267
2450
- #@ my-calendar
2451
- msgid "Save Approval Settings"
2452
- msgstr ""
2453
-
2454
- #: my-calendar-settings.php:273
2455
- #@ my-calendar
2456
- msgid "Calendar Text Settings"
2457
- msgstr ""
2458
-
2459
- #: my-calendar-settings.php:278
2460
- #@ my-calendar
2461
- msgid "Calendar Options: Customizable Text Fields"
2462
- msgstr ""
2463
-
2464
- #: my-calendar-settings.php:281
2465
- #@ my-calendar
2466
- msgid "Label for events without a set time"
2467
- msgstr ""
2468
-
2469
- #: my-calendar-settings.php:284
2470
- #@ my-calendar
2471
- msgid "Previous events link"
2472
- msgstr ""
2473
-
2474
- #: my-calendar-settings.php:287
2475
- #@ my-calendar
2476
- msgid "Next events link"
2477
- msgstr ""
2478
-
2479
- #: my-calendar-settings.php:290
2480
- #@ my-calendar
2481
- msgid "If events are open"
2482
- msgstr ""
2483
-
2484
- #: my-calendar-settings.php:290
2485
- #@ my-calendar
2486
- msgid "Registration is open"
2487
- msgstr ""
2488
-
2489
- #: my-calendar-settings.php:293
2490
- #@ my-calendar
2491
- msgid "If events are closed"
2492
- msgstr ""
2493
-
2494
- #: my-calendar-settings.php:293
2495
- #@ my-calendar
2496
- msgid "Registration is closed"
2497
- msgstr ""
2498
-
2499
- #: my-calendar-settings.php:296
2500
- #@ my-calendar
2501
- msgid "Additional caption:"
2502
- msgstr ""
2503
-
2504
- #: my-calendar-settings.php:296
2505
- #@ my-calendar
2506
- msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
2507
- msgstr ""
2508
-
2509
- #: my-calendar-settings.php:301
2510
- #@ my-calendar
2511
- msgid "Save Custom Text Settings"
2512
- msgstr ""
2513
-
2514
- #: my-calendar-settings.php:307
2515
- #@ my-calendar
2516
- msgid "Calendar Output Settings"
2517
- msgstr ""
2518
-
2519
- #: my-calendar-settings.php:312
2520
- #@ my-calendar
2521
- msgid "Calendar Options: Customize the Output of your Calendar"
2522
- msgstr ""
2523
-
2524
- #: my-calendar-settings.php:314
2525
- #@ my-calendar
2526
- msgid "General Calendar Options"
2527
- msgstr ""
2528
-
2529
- #: my-calendar-settings.php:317
2530
- #@ my-calendar
2531
- msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
2532
- msgstr ""
2533
-
2534
- #: my-calendar-settings.php:318
2535
- #@ my-calendar
2536
- msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2537
- msgstr ""
2538
-
2539
- #: my-calendar-settings.php:321
2540
- #@ my-calendar
2541
- msgid "Time format"
2542
- msgstr ""
2543
-
2544
- #: my-calendar-settings.php:321
2545
- #: my-calendar-settings.php:324
2546
- #: my-calendar-settings.php:327
2547
- #@ my-calendar
2548
- msgid "Current:"
2549
- msgstr ""
2550
-
2551
- #: my-calendar-settings.php:324
2552
- #@ my-calendar
2553
- msgid "Date format in grid mode, week view"
2554
- msgstr ""
2555
-
2556
- #: my-calendar-settings.php:327
2557
- #@ my-calendar
2558
- msgid "Date Format in all other views"
2559
- msgstr ""
2560
-
2561
- #: my-calendar-settings.php:328
2562
- #@ my-calendar
2563
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
2564
- msgstr ""
2565
-
2566
- #: my-calendar-settings.php:331
2567
- #@ my-calendar
2568
- msgid "Show link to My Calendar RSS feed."
2569
- msgstr ""
2570
-
2571
- #: my-calendar-settings.php:331
2572
- #@ my-calendar
2573
- msgid "RSS feed shows recently added events."
2574
- msgstr ""
2575
-
2576
- #: my-calendar-settings.php:334
2577
- #@ my-calendar
2578
- msgid "Show link to iCal format download."
2579
- msgstr ""
2580
-
2581
- #: my-calendar-settings.php:334
2582
- #@ my-calendar
2583
- msgid "iCal outputs events occurring in the current calendar month."
2584
- msgstr ""
2585
-
2586
- #: my-calendar-settings.php:344
2587
- #@ my-calendar
2588
- msgid "Grid Layout Options"
2589
- msgstr ""
2590
-
2591
- #: my-calendar-settings.php:347
2592
- #@ my-calendar
2593
- msgid "Show Weekends on Calendar"
2594
- msgstr ""
2595
-
2596
- #: my-calendar-settings.php:354
2597
- #@ my-calendar
2598
- msgid "List Layout Options"
2599
- msgstr ""
2600
-
2601
- #: my-calendar-settings.php:364
2602
- #@ my-calendar
2603
- msgid "Event Details Options"
2604
- msgstr ""
2605
-
2606
- #: my-calendar-settings.php:367
2607
- #@ my-calendar
2608
- msgid "Event title template"
2609
- msgstr ""
2610
-
2611
- #: my-calendar-settings.php:368
2612
- #: my-calendar-settings.php:378
2613
- #@ my-calendar
2614
- msgid "Templating Help"
2615
- msgstr ""
2616
-
2617
- #: my-calendar-settings.php:368
2618
- #: my-calendar-settings.php:378
2619
- #@ my-calendar
2620
- msgid "All template tags are available."
2621
- msgstr ""
2622
-
2623
- #: my-calendar-settings.php:371
2624
- #@ my-calendar
2625
- msgid "Event details link text"
2626
- msgstr ""
2627
-
2628
- #: my-calendar-settings.php:373
2629
- #@ my-calendar
2630
- msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>"
2631
- msgstr ""
2632
-
2633
- #: my-calendar-settings.php:376
2634
- #@ my-calendar
2635
- msgid "Event URL link text"
2636
- msgstr ""
2637
-
2638
- #: my-calendar-settings.php:381
2639
- #@ my-calendar
2640
- msgid "Display author's name"
2641
- msgstr ""
2642
-
2643
- #: my-calendar-settings.php:384
2644
- #@ my-calendar
2645
- msgid "Hide category icons"
2646
- msgstr ""
2647
-
2648
- #: my-calendar-settings.php:387
2649
- #@ my-calendar
2650
- msgid "Show Link to Google Map"
2651
- msgstr ""
2652
-
2653
- #: my-calendar-settings.php:390
2654
- #@ my-calendar
2655
- msgid "Show Event Address"
2656
- msgstr ""
2657
-
2658
- #: my-calendar-settings.php:393
2659
- #@ my-calendar
2660
- msgid "Show short description field on calendar."
2661
- msgstr ""
2662
-
2663
- #: my-calendar-settings.php:396
2664
- #@ my-calendar
2665
- msgid "Show full description field on calendar."
2666
- msgstr ""
2667
-
2668
- #: my-calendar-settings.php:399
2669
- #@ my-calendar
2670
- msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
2671
- msgstr ""
2672
-
2673
- #: my-calendar-settings.php:402
2674
- #@ my-calendar
2675
- msgid "Event links expire after the event has passed."
2676
- msgstr ""
2677
-
2678
- #: my-calendar-settings.php:405
2679
- #@ my-calendar
2680
- msgid "Show current availability status"
2681
- msgstr ""
2682
-
2683
- #: my-calendar-settings.php:408
2684
- #@ my-calendar
2685
- msgid "Default usage of category colors."
2686
- msgstr ""
2687
-
2688
- #: my-calendar-settings.php:409
2689
- #@ my-calendar
2690
- msgid "Apply category colors to event titles as a font color."
2691
- msgstr ""
2692
-
2693
- #: my-calendar-settings.php:410
2694
- #@ my-calendar
2695
- msgid "Apply category colors to event titles as a background color."
2696
- msgstr ""
2697
-
2698
- #: my-calendar-settings.php:416
2699
- #@ my-calendar
2700
- msgid "Event Scheduling Options"
2701
- msgstr ""
2702
-
2703
- #: my-calendar-settings.php:419
2704
- #@ my-calendar
2705
- msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
2706
- msgstr ""
2707
-
2708
- #: my-calendar-settings.php:422
2709
- #@ my-calendar
2710
- msgid "Holiday Category"
2711
- msgstr ""
2712
-
2713
- #: my-calendar-settings.php:439
2714
- #@ my-calendar
2715
- msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
2716
- msgstr ""
2717
-
2718
- #: my-calendar-settings.php:442
2719
- #@ my-calendar
2720
- msgid "Default Sort order for Admin Events List"
2721
- msgstr ""
2722
-
2723
- #: my-calendar-settings.php:444
2724
- #@ my-calendar
2725
- msgid "Event ID"
2726
- msgstr ""
2727
-
2728
- #: my-calendar-settings.php:458
2729
- #@ my-calendar
2730
- msgid "Save Output Settings"
2731
- msgstr ""
2732
-
2733
- #: my-calendar-settings.php:464
2734
- #@ my-calendar
2735
- msgid "Calendar Input Settings"
2736
- msgstr ""
2737
-
2738
- #: my-calendar-settings.php:469
2739
- #@ my-calendar
2740
- msgid "Select which input fields will be available when adding or editing events."
2741
- msgstr ""
2742
-
2743
- #: my-calendar-settings.php:474
2744
- #@ my-calendar
2745
- msgid "Show Event Location Dropdown Menu"
2746
- msgstr ""
2747
-
2748
- #: my-calendar-settings.php:474
2749
- #@ my-calendar
2750
- msgid "Show Event Short Description field"
2751
- msgstr ""
2752
-
2753
- #: my-calendar-settings.php:474
2754
- #@ my-calendar
2755
- msgid "Show Event Description Field"
2756
- msgstr ""
2757
-
2758
- #: my-calendar-settings.php:474
2759
- #@ my-calendar
2760
- msgid "Show Event Category field"
2761
- msgstr ""
2762
-
2763
- #: my-calendar-settings.php:474
2764
- #@ my-calendar
2765
- msgid "Show Event image field"
2766
- msgstr ""
2767
-
2768
- #: my-calendar-settings.php:474
2769
- #@ my-calendar
2770
- msgid "Show Event Link field"
2771
- msgstr ""
2772
-
2773
- #: my-calendar-settings.php:474
2774
- #@ my-calendar
2775
- msgid "Show Event Recurrence Options"
2776
- msgstr ""
2777
-
2778
- #: my-calendar-settings.php:474
2779
- #@ my-calendar
2780
- msgid "Show Event registration options"
2781
- msgstr ""
2782
-
2783
- #: my-calendar-settings.php:474
2784
- #@ my-calendar
2785
- msgid "Show Event location fields"
2786
- msgstr ""
2787
-
2788
- #: my-calendar-settings.php:474
2789
- #@ default
2790
- msgid "Use HTML Editor in Event Description Field"
2791
- msgstr ""
2792
-
2793
- #: my-calendar-settings.php:487
2794
- #@ my-calendar
2795
- msgid "Administrators see all input options"
2796
- msgstr ""
2797
-
2798
- #: my-calendar-settings.php:492
2799
- #@ my-calendar
2800
- msgid "Save Input Settings"
2801
- msgstr ""
2802
-
2803
- #: my-calendar-settings.php:499
2804
- #@ my-calendar
2805
- msgid "Multisite Settings (Network Administrators only)"
2806
- msgstr ""
2807
-
2808
- #: my-calendar-settings.php:501
2809
- #@ my-calendar
2810
- msgid "Multisite support is a beta feature - use with caution."
2811
- msgstr ""
2812
-
2813
- #: my-calendar-settings.php:506
2814
- #@ my-calendar
2815
- msgid "Settings for WP MultiSite configurations"
2816
- msgstr ""
2817
-
2818
- #: my-calendar-settings.php:507
2819
- #@ my-calendar
2820
- msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
2821
- msgstr ""
2822
-
2823
- #: my-calendar-settings.php:509
2824
- #@ my-calendar
2825
- msgid "Site owners may only post to their local calendar"
2826
- msgstr ""
2827
-
2828
- #: my-calendar-settings.php:510
2829
- #@ my-calendar
2830
- msgid "Site owners may only post to the central calendar"
2831
- msgstr ""
2832
-
2833
- #: my-calendar-settings.php:511
2834
- #@ my-calendar
2835
- msgid "Site owners may manage either calendar"
2836
- msgstr ""
2837
-
2838
- #: my-calendar-settings.php:513
2839
- #@ my-calendar
2840
- msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
2841
- msgstr ""
2842
-
2843
- #: my-calendar-settings.php:516
2844
- #@ my-calendar
2845
- msgid "Save Multisite Settings"
2846
- msgstr ""
2847
-
2848
- #: my-calendar-settings.php:523
2849
- #@ my-calendar
2850
- msgid "Calendar Email Settings"
2851
- msgstr ""
2852
-
2853
- #: my-calendar-settings.php:528
2854
- #@ my-calendar
2855
- msgid "Calendar Options: Email Notifications"
2856
- msgstr ""
2857
-
2858
- #: my-calendar-settings.php:532
2859
- #@ my-calendar
2860
- msgid "Send Email Notifications when new events are scheduled or reserved."
2861
- msgstr ""
2862
-
2863
- #: my-calendar-settings.php:535
2864
- #@ my-calendar
2865
- msgid "Notification messages are sent to: "
2866
- msgstr ""
2867
-
2868
- #: my-calendar-settings.php:538
2869
- #@ my-calendar
2870
- msgid "Email subject"
2871
- msgstr ""
2872
-
2873
- #: my-calendar-settings.php:538
2874
- #@ my-calendar
2875
- msgid "New event Added"
2876
- msgstr ""
2877
-
2878
- #: my-calendar-settings.php:541
2879
- #@ my-calendar
2880
- msgid "Message Body"
2881
- msgstr ""
2882
-
2883
- #: my-calendar-settings.php:541
2884
- #@ my-calendar
2885
- msgid "New Event:"
2886
- msgstr ""
2887
-
2888
- #: my-calendar-settings.php:542
2889
- #@ my-calendar
2890
- msgid "Shortcode Help"
2891
- msgstr ""
2892
-
2893
- #: my-calendar-settings.php:542
2894
- #@ my-calendar
2895
- msgid "All template shortcodes are available."
2896
- msgstr ""
2897
-
2898
- #: my-calendar-settings.php:547
2899
- #@ my-calendar
2900
- msgid "Save Email Settings"
2901
- msgstr ""
2902
-
2903
- #: my-calendar-settings.php:553
2904
- #@ my-calendar
2905
- msgid "Calendar User Settings"
2906
- msgstr ""
2907
-
2908
- #: my-calendar-settings.php:560
2909
- #@ my-calendar
2910
- msgid "Settings which can be configured in registered user's accounts"
2911
- msgstr ""
2912
-
2913
- #: my-calendar-settings.php:562
2914
- #@ my-calendar
2915
- msgid "Allow registered users to provide timezone or location presets in their user profiles."
2916
- msgstr ""
2917
-
2918
- #: my-calendar-settings.php:574
2919
- #@ my-calendar
2920
- msgid "Timezone Settings"
2921
- msgstr ""
2922
-
2923
- #: my-calendar-settings.php:575
2924
- #@ my-calendar
2925
- msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
2926
- msgstr ""
2927
-
2928
- #: my-calendar-settings.php:577
2929
- #@ my-calendar
2930
- msgid "Enable Timezone"
2931
- msgstr ""
2932
-
2933
- #: my-calendar-settings.php:580
2934
- #@ my-calendar
2935
- msgid "Select Timezone Label"
2936
- msgstr ""
2937
-
2938
- #: my-calendar-settings.php:583
2939
- #@ my-calendar
2940
- msgid "Timezone Options"
2941
- msgstr ""
2942
-
2943
- #: my-calendar-settings.php:583
2944
- #: my-calendar-settings.php:607
2945
- #@ my-calendar
2946
- msgid "Value, Label; one per line"
2947
- msgstr ""
2948
-
2949
- #: my-calendar-settings.php:595
2950
- #@ my-calendar
2951
- msgid "Location Settings"
2952
- msgstr ""
2953
-
2954
- #: my-calendar-settings.php:596
2955
- #@ my-calendar
2956
- msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
2957
- msgstr ""
2958
-
2959
- #: my-calendar-settings.php:598
2960
- #@ my-calendar
2961
- msgid "Enable Location"
2962
- msgstr ""
2963
-
2964
- #: my-calendar-settings.php:601
2965
- #@ my-calendar
2966
- msgid "Use this location list as input control"
2967
- msgstr ""
2968
-
2969
- #: my-calendar-settings.php:601
2970
- #@ my-calendar
2971
- msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
2972
- msgstr ""
2973
-
2974
- #: my-calendar-settings.php:604
2975
- #@ my-calendar
2976
- msgid "Select Location Label"
2977
- msgstr ""
2978
-
2979
- #: my-calendar-settings.php:607
2980
- #@ my-calendar
2981
- msgid "Location Options"
2982
- msgstr ""
2983
-
2984
- #: my-calendar-settings.php:617
2985
- #@ my-calendar
2986
- msgid "Location Type"
2987
- msgstr ""
2988
-
2989
- #: my-calendar-settings.php:630
2990
- #@ my-calendar
2991
- msgid "Save User Settings"
2992
- msgstr ""
2993
-
2994
- #: my-calendar-styles.php:79
2995
- #@ my-calendar
2996
- msgid "The stylesheet has been updated."
2997
- msgstr ""
2998
-
2999
- #: my-calendar-styles.php:79
3000
- #@ my-calendar
3001
- msgid "Write Error! Please verify write permissions on the style file."
3002
- msgstr ""
3003
-
3004
- #: my-calendar-styles.php:93
3005
- #@ my-calendar
3006
- msgid "Stylesheet reset to default."
3007
- msgstr ""
3008
-
3009
- #: my-calendar-styles.php:96
3010
- #@ my-calendar
3011
- msgid "Style Settings Saved"
3012
- msgstr ""
3013
-
3014
- #: my-calendar-styles.php:105
3015
- #@ my-calendar
3016
- msgid "New theme selected."
3017
- msgstr ""
3018
-
3019
- #: my-calendar-styles.php:121
3020
- #@ my-calendar
3021
- msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
3022
- msgstr ""
3023
-
3024
- #: my-calendar-styles.php:129
3025
- #@ my-calendar
3026
- msgid "My Calendar Styles"
3027
- msgstr ""
3028
-
3029
- #: my-calendar-styles.php:133
3030
- #@ my-calendar
3031
- msgid "Calendar Style Settings"
3032
- msgstr ""
3033
-
3034
- #: my-calendar-styles.php:141
3035
- #@ my-calendar
3036
- msgid "Select My Calendar Theme"
3037
- msgstr ""
3038
-
3039
- #: my-calendar-styles.php:149
3040
- #@ default
3041
- msgid "Your Custom Stylesheets"
3042
- msgstr ""
3043
-
3044
- #: my-calendar-styles.php:158
3045
- #@ my-calendar
3046
- msgid "Installed Stylesheets"
3047
- msgstr ""
3048
-
3049
- #: my-calendar-styles.php:166
3050
- #@ my-calendar
3051
- msgid "Choose Style"
3052
- msgstr ""
3053
-
3054
- #: my-calendar-styles.php:179
3055
- #@ my-calendar
3056
- msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
3057
- msgstr ""
3058
-
3059
- #: my-calendar-styles.php:187
3060
- #@ my-calendar
3061
- msgid "CSS Style Options"
3062
- msgstr ""
3063
-
3064
- #: my-calendar-styles.php:189
3065
- #@ my-calendar
3066
- msgid "Apply CSS only on these pages (comma separated page IDs)"
3067
- msgstr ""
3068
-
3069
- #: my-calendar-styles.php:192
3070
- #@ my-calendar
3071
- msgid "Restore My Calendar stylesheet"
3072
- msgstr ""
3073
-
3074
- #: my-calendar-styles.php:208
3075
- #@ my-calendar
3076
- msgid "Comparing Your Style with latest installed version of My Calendar"
3077
- msgstr ""
3078
-
3079
- #: my-calendar-styles.php:212
3080
- #@ my-calendar
3081
- msgid "There have been updates to the stylesheet."
3082
- msgstr ""
3083
-
3084
- #: my-calendar-styles.php:212
3085
- #@ my-calendar
3086
- msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3087
- msgstr ""
3088
-
3089
- #: my-calendar-styles.php:216
3090
- #@ my-calendar
3091
- msgid "Your stylesheet matches that included with My Calendar."
3092
- msgstr ""
3093
-
3094
- #: my-calendar-styles.php:224
3095
- #@ my-calendar
3096
- msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3097
- msgstr ""
3098
-
3099
- #: my-calendar-templates.php:39
3100
- #, php-format
3101
- #@ my-calendar
3102
- msgid "Map<span> to %s</span>"
3103
- msgstr ""
3104
-
3105
- #: my-calendar-templates.php:59
3106
- #: my-calendar-templates.php:105
3107
- #, php-format
3108
- #@ my-calendar
3109
- msgid "Visit web site<span>: %s</span>"
3110
- msgstr ""
3111
-
3112
- #: my-calendar-templates.php:114
3113
- #, php-format
3114
- #@ my-calendar
3115
- msgid "Date of Month (the %s of each month)"
3116
- msgstr ""
3117
-
3118
- #: my-calendar-templates.php:115
3119
- #, php-format
3120
- #@ my-calendar
3121
- msgid "Day of Month (the %s %s of each month)"
3122
- msgstr ""
3123
-
3124
- #: my-calendar-templating.php:18
3125
- #@ my-calendar
3126
- msgid "Grid Output Template saved"
3127
- msgstr ""
3128
-
3129
- #: my-calendar-templating.php:30
3130
- #@ my-calendar
3131
- msgid "List Output Template saved"
3132
- msgstr ""
3133
-
3134
- #: my-calendar-templating.php:41
3135
- #@ my-calendar
3136
- msgid "Mini Output Template saved"
3137
- msgstr ""
3138
-
3139
- #: my-calendar-templating.php:52
3140
- #@ my-calendar
3141
- msgid "Event Details Template saved"
3142
- msgstr ""
3143
-
3144
- #: my-calendar-templating.php:69
3145
- #@ my-calendar
3146
- msgid "My Calendar Information Templates"
3147
- msgstr ""
3148
-
3149
- #: my-calendar-templating.php:75
3150
- #@ my-calendar
3151
- msgid "Title of the event."
3152
- msgstr ""
3153
-
3154
- #: my-calendar-templating.php:78
3155
- #@ my-calendar
3156
- msgid "Title of the event as a link if a URL is present, or the title alone if not."
3157
- msgstr ""
3158
-
3159
- #: my-calendar-templating.php:81
3160
- #@ my-calendar
3161
- msgid "Start time for the event."
3162
- msgstr ""
3163
-
3164
- #: my-calendar-templating.php:84
3165
- #@ my-calendar
3166
- msgid "Event times adjusted to the current user's time zone if set."
3167
- msgstr ""
3168
-
3169
- #: my-calendar-templating.php:87
3170
- #@ my-calendar
3171
- msgid "Date on which the event begins."
3172
- msgstr ""
3173
-
3174
- #: my-calendar-templating.php:90
3175
- #@ my-calendar
3176
- msgid "Date on which the event ends."
3177
- msgstr ""
3178
-
3179
- #: my-calendar-templating.php:93
3180
- #@ my-calendar
3181
- msgid "Time at which the event ends."
3182
- msgstr ""
3183
-
3184
- #: my-calendar-templating.php:96
3185
- #@ my-calendar
3186
- msgid "Author who posted the event."
3187
- msgstr ""
3188
-
3189
- #: my-calendar-templating.php:99
3190
- #@ my-calendar
3191
- msgid "Name of the assigned host for the event."
3192
- msgstr ""
3193
-
3194
- #: my-calendar-templating.php:102
3195
- #@ my-calendar
3196
- msgid "Email for the person assigned as host."
3197
- msgstr ""
3198
-
3199
- #: my-calendar-templating.php:105
3200
- #@ my-calendar
3201
- msgid "Short event description."
3202
- msgstr ""
3203
-
3204
- #: my-calendar-templating.php:108
3205
- #@ my-calendar
3206
- msgid "Description of the event."
3207
- msgstr ""
3208
-
3209
- #: my-calendar-templating.php:114
3210
- #@ my-calendar
3211
- msgid "URL provided for the event."
3212
- msgstr ""
3213
-
3214
- #: my-calendar-templating.php:117
3215
- #@ my-calendar
3216
- msgid "Link to an auto-generated page containing information about the event."
3217
- msgstr ""
3218
-
3219
- #: my-calendar-templating.php:120
3220
- #@ my-calendar
3221
- msgid "Whether event is currently open for registration."
3222
- msgstr ""
3223
-
3224
- #: my-calendar-templating.php:123
3225
- #@ my-calendar
3226
- msgid "Current status of event: either \"Published\" or \"Reserved.\""
3227
- msgstr ""
3228
-
3229
- #: my-calendar-templating.php:129
3230
- #@ my-calendar
3231
- msgid "Name of the location of the event."
3232
- msgstr ""
3233
-
3234
- #: my-calendar-templating.php:132
3235
- #@ my-calendar
3236
- msgid "First line of the site address."
3237
- msgstr ""
3238
-
3239
- #: my-calendar-templating.php:135
3240
- #@ my-calendar
3241
- msgid "Second line of the site address."
3242
- msgstr ""
3243
-
3244
- #: my-calendar-templating.php:138
3245
- #@ my-calendar
3246
- msgid "City."
3247
- msgstr ""
3248
-
3249
- #: my-calendar-templating.php:141
3250
- #@ my-calendar
3251
- msgid "State."
3252
- msgstr ""
3253
-
3254
- #: my-calendar-templating.php:144
3255
- #@ my-calendar
3256
- msgid "Postal code/zip code."
3257
- msgstr ""
3258
-
3259
- #: my-calendar-templating.php:147
3260
- #@ my-calendar
3261
- msgid "Custom region."
3262
- msgstr ""
3263
-
3264
- #: my-calendar-templating.php:150
3265
- #@ my-calendar
3266
- msgid "Country for the event location."
3267
- msgstr ""
3268
-
3269
- #: my-calendar-templating.php:153
3270
- #@ my-calendar
3271
- msgid "Output the URL for the location."
3272
- msgstr ""
3273
-
3274
- #: my-calendar-templating.php:156
3275
- #@ my-calendar
3276
- msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3277
- msgstr ""
3278
-
3279
- #: my-calendar-templating.php:159
3280
- #@ my-calendar
3281
- msgid "Link to Google Map to the event, if address information is available."
3282
- msgstr ""
3283
-
3284
- #: my-calendar-templating.php:165
3285
- #@ my-calendar
3286
- msgid "Name of the category of the event."
3287
- msgstr ""
3288
-
3289
- #: my-calendar-templating.php:168
3290
- #@ my-calendar
3291
- msgid "URL for the event's category icon."
3292
- msgstr ""
3293
-
3294
- #: my-calendar-templating.php:171
3295
- #@ my-calendar
3296
- msgid "Hex code for the event's category color."
3297
- msgstr ""
3298
-
3299
- #: my-calendar-templating.php:174
3300
- #@ my-calendar
3301
- msgid "ID of the category of the event."
3302
- msgstr ""
3303
-
3304
- #: my-calendar-templating.php:177
3305
- #@ my-calendar
3306
- msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3307
- msgstr ""
3308
-
3309
- #: my-calendar-templating.php:177
3310
- #@ my-calendar
3311
- msgid "Templates Help"
3312
- msgstr ""
3313
-
3314
- #: my-calendar-templating.php:180
3315
- #@ my-calendar
3316
- msgid "My Calendar: Grid Event Template"
3317
- msgstr ""
3318
-
3319
- #: my-calendar-templating.php:185
3320
- #@ my-calendar
3321
- msgid "Use this grid event template"
3322
- msgstr ""
3323
-
3324
- #: my-calendar-templating.php:188
3325
- #@ my-calendar
3326
- msgid "Your custom template for events in the calendar grid output."
3327
- msgstr ""
3328
-
3329
- #: my-calendar-templating.php:191
3330
- #@ my-calendar
3331
- msgid "Save Grid Template"
3332
- msgstr ""
3333
-
3334
- #: my-calendar-templating.php:200
3335
- #@ my-calendar
3336
- msgid "My Calendar: List Event Template"
3337
- msgstr ""
3338
-
3339
- #: my-calendar-templating.php:205
3340
- #@ my-calendar
3341
- msgid "Use this list event template"
3342
- msgstr ""
3343
-
3344
- #: my-calendar-templating.php:208
3345
- #@ my-calendar
3346
- msgid "Your custom template for events in calendar list output."
3347
- msgstr ""
3348
-
3349
- #: my-calendar-templating.php:211
3350
- #@ my-calendar
3351
- msgid "Save List Template"
3352
- msgstr ""
3353
-
3354
- #: my-calendar-templating.php:220
3355
- #@ my-calendar
3356
- msgid "My Calendar: Mini Calendar Template"
3357
- msgstr ""
3358
-
3359
- #: my-calendar-templating.php:225
3360
- #@ my-calendar
3361
- msgid "Use this mini event template"
3362
- msgstr ""
3363
-
3364
- #: my-calendar-templating.php:228
3365
- #@ my-calendar
3366
- msgid "Your custom template for events in sidebar/mini calendar output."
3367
- msgstr ""
3368
-
3369
- #: my-calendar-templating.php:231
3370
- #@ my-calendar
3371
- msgid "Save Mini Template"
3372
- msgstr ""
3373
-
3374
- #: my-calendar-templating.php:240
3375
- #@ my-calendar
3376
- msgid "My Calendar: Event Details Page Template"
3377
- msgstr ""
3378
-
3379
- #: my-calendar-templating.php:245
3380
- #@ my-calendar
3381
- msgid "Use this details template"
3382
- msgstr ""
3383
-
3384
- #: my-calendar-templating.php:248
3385
- #@ my-calendar
3386
- msgid "Your custom template for events on the event details page."
3387
- msgstr ""
3388
-
3389
- #: my-calendar-templating.php:251
3390
- #@ my-calendar
3391
- msgid "Save Details Template"
3392
- msgstr ""
3393
-
3394
- #: my-calendar-upgrade-db.php:17
3395
- #: my-calendar-upgrade-db.php:25
3396
- #@ my-calendar
3397
- msgid "The My Calendar database needs to be updated."
3398
- msgstr ""
3399
-
3400
- #: my-calendar-upgrade-db.php:18
3401
- #: my-calendar-upgrade-db.php:38
3402
- #@ my-calendar
3403
- msgid "Update now"
3404
- msgstr ""
3405
-
3406
- #: my-calendar-upgrade-db.php:25
3407
- #@ my-calendar
3408
- msgid "Update now."
3409
- msgstr ""
3410
-
3411
- #: my-calendar-upgrade-db.php:37
3412
- #@ my-calendar
3413
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
3414
- msgstr ""
3415
-
3416
- #: my-calendar-upgrade-db.php:47
3417
- #@ my-calendar
3418
- msgid "My Calendar Database is updated."
3419
- msgstr ""
3420
-
3421
- #: my-calendar-user.php:34
3422
- #@ my-calendar
3423
- msgid "My Calendar User Settings"
3424
- msgstr ""
3425
-
3426
- #: my-calendar-widgets.php:5
3427
- #@ my-calendar
3428
- msgid "My Calendar: Today's Events"
3429
- msgstr ""
3430
-
3431
- #: my-calendar-widgets.php:44
3432
- #@ my-calendar
3433
- msgid "Add calendar URL to use this option."
3434
- msgstr ""
3435
-
3436
- #: my-calendar-widgets.php:46
3437
- #: my-calendar-widgets.php:132
3438
- #@ my-calendar
3439
- msgid "Link widget title to calendar:"
3440
- msgstr ""
3441
-
3442
- #: my-calendar-widgets.php:47
3443
- #: my-calendar-widgets.php:133
3444
- #@ my-calendar
3445
- msgid "Not Linked"
3446
- msgstr ""
3447
-
3448
- #: my-calendar-widgets.php:48
3449
- #: my-calendar-widgets.php:134
3450
- #@ my-calendar
3451
- msgid "Linked"
3452
- msgstr ""
3453
-
3454
- #: my-calendar-widgets.php:52
3455
- #@ my-calendar
3456
- msgid "Show this text if there are no events today:"
3457
- msgstr ""
3458
-
3459
- #: my-calendar-widgets.php:56
3460
- #: my-calendar-widgets.php:163
3461
- #: my-calendar-widgets.php:498
3462
- #@ my-calendar
3463
- msgid "Category or categories to display:"
3464
- msgstr ""
3465
-
3466
- #: my-calendar-widgets.php:77
3467
- #@ my-calendar
3468
- msgid "My Calendar: Upcoming Events"
3469
- msgstr ""
3470
-
3471
- #: my-calendar-widgets.php:130
3472
- #@ my-calendar
3473
- msgid "Add calendar URL in settings to use this option."
3474
- msgstr ""
3475
-
3476
- #: my-calendar-widgets.php:145
3477
- #@ my-calendar
3478
- msgid "Skip the first <em>n</em> events"
3479
- msgstr ""
3480
-
3481
- #: my-calendar-widgets.php:148
3482
- #@ my-calendar
3483
- msgid "Events sort order:"
3484
- msgstr ""
3485
-
3486
- #: my-calendar-widgets.php:149
3487
- #@ my-calendar
3488
- msgid "Ascending (near to far)"
3489
- msgstr ""
3490
-
3491
- #: my-calendar-widgets.php:150
3492
- #@ my-calendar
3493
- msgid "Descending (far to near)"
3494
- msgstr ""
3495
-
3496
- #: my-calendar-widgets.php:159
3497
- #@ my-calendar
3498
- msgid "Show this text if there are no events meeting your criteria:"
3499
- msgstr ""
3500
-
3501
- #: my-calendar-widgets.php:455
3502
- #@ my-calendar
3503
- msgid "My Calendar: Mini Calendar"
3504
- msgstr ""
3505
-
3506
- #: my-calendar-widgets.php:502
3507
- #@ my-calendar
3508
- msgid "Show Next/Previous Navigation:"
3509
- msgstr ""
3510
-
3511
- #: my-calendar-widgets.php:508
3512
- #@ my-calendar
3513
- msgid "Show Category Key:"
3514
- msgstr ""
3515
-
3516
- #: my-calendar-widgets.php:514
3517
- #@ my-calendar
3518
- msgid "Mini-Calendar Timespan:"
3519
- msgstr ""
3520
-
3521
- #: my-calendar.php:121
3522
- #@ my-calendar
3523
- msgid "Buy the Beginner's Guide"
3524
- msgstr ""
3525
-
3526
- #: my-calendar.php:161
3527
- #@ my-calendar
3528
- msgid "Style Editor"
3529
- msgstr ""
3530
-
3531
- #: my-calendar.php:162
3532
- #@ my-calendar
3533
- msgid "Behavior Editor"
3534
- msgstr ""
3535
-
3536
- #: my-calendar.php:163
3537
- #@ my-calendar
3538
- msgid "Template Editor"
3539
- msgstr ""
3540
-
3541
- #: my-calendar.php:167
3542
- #@ my-calendar
3543
- msgid "My Calendar Pro Settings"
3544
- msgstr ""
3545
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: My Calendar 1.0.0\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
+ "POT-Creation-Date: 2010-04-05 23:03+0000\n"
6
+ "PO-Revision-Date: 2010-04-07 11:46-0300\n"
7
+ "Last-Translator: Esteban <esteban@netmdp.com>\n"
8
+ "Language-Team: www.netmdp.com <esteban@netmdp.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=utf-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Spanish\n"
14
+ "X-Poedit-Country: ARGENTINA\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-categories.php:103
23
+ #@ my-calendar
24
+ msgid "Category added successfully"
25
+ msgstr "Categoría agregada exitosamente"
26
+
27
+ #: my-calendar-categories.php:172
28
+ #: my-calendar-categories.php:195
29
+ #@ my-calendar
30
+ msgid "Edit Category"
31
+ msgstr "Editar Categoría"
32
+
33
+ #: my-calendar-categories.php:179
34
+ #@ my-calendar
35
+ msgid "Category Editor"
36
+ msgstr "Editor de categoría"
37
+
38
+ #: my-calendar-categories.php:196
39
+ #: my-calendar-categories.php:240
40
+ #@ my-calendar
41
+ msgid "Category Name"
42
+ msgstr "Nombre de categoría"
43
+
44
+ #: my-calendar-categories.php:197
45
+ #@ my-calendar
46
+ msgid "Category Color (Hex format)"
47
+ msgstr "Color de Categoría (Formato Hex)"
48
+
49
+ #: my-calendar-categories.php:198
50
+ #: my-calendar-categories.php:242
51
+ #@ my-calendar
52
+ msgid "Category Icon"
53
+ msgstr "Icono de Categoría"
54
+
55
+ #: my-calendar-categories.php:212
56
+ #: my-calendar-locations.php:215
57
+ #: my-calendar-styles.php:198
58
+ #@ my-calendar
59
+ msgid "Save Changes"
60
+ msgstr "Guardar cambios"
61
+
62
+ #: my-calendar-categories.php:135
63
+ #@ my-calendar
64
+ msgid "Category edited successfully"
65
+ msgstr "Categoría editada exitosamente"
66
+
67
+ #: my-calendar-categories.php:170
68
+ #: my-calendar-categories.php:195
69
+ #: my-calendar-categories.php:212
70
+ #@ my-calendar
71
+ msgid "Add Category"
72
+ msgstr "Agregar Categoría"
73
+
74
+ #: my-calendar-categories.php:228
75
+ #: my-calendar.php:168
76
+ #@ my-calendar
77
+ msgid "Manage Categories"
78
+ msgstr "Administrar Categorías"
79
+
80
+ #: my-calendar-categories.php:239
81
+ #: my-calendar-event-manager.php:934
82
+ #: my-calendar-group-manager.php:706
83
+ #: my-calendar-locations.php:275
84
+ #@ my-calendar
85
+ msgid "ID"
86
+ msgstr "ID"
87
+
88
+ #: my-calendar-categories.php:241
89
+ #@ my-calendar
90
+ msgid "Category Color"
91
+ msgstr "Color de Categoría"
92
+
93
+ #: my-calendar-categories.php:243
94
+ #: my-calendar-categories.php:257
95
+ #: my-calendar-event-manager.php:1001
96
+ #: my-calendar-group-manager.php:715
97
+ #: my-calendar-locations.php:277
98
+ #: my-calendar-locations.php:289
99
+ #: my-calendar-output.php:292
100
+ #@ my-calendar
101
+ msgid "Edit"
102
+ msgstr "Editar"
103
+
104
+ #: my-calendar-categories.php:244
105
+ #: my-calendar-categories.php:263
106
+ #: my-calendar-event-manager.php:183
107
+ #: my-calendar-event-manager.php:1004
108
+ #: my-calendar-locations.php:278
109
+ #: my-calendar-locations.php:290
110
+ #: my-calendar-output.php:293
111
+ #@ my-calendar
112
+ msgid "Delete"
113
+ msgstr "Borrar"
114
+
115
+ #: my-calendar-categories.php:260
116
+ #: my-calendar-event-manager.php:982
117
+ #: my-calendar-group-manager.php:755
118
+ #: my-calendar-output.php:186
119
+ #: my-calendar-settings.php:307
120
+ #@ my-calendar
121
+ msgid "N/A"
122
+ msgstr "N/D"
123
+
124
+ #: my-calendar-categories.php:263
125
+ #: my-calendar-locations.php:290
126
+ #@ my-calendar
127
+ msgid "Are you sure you want to delete this category?"
128
+ msgstr "¿Está seguro de que desea borrar esta categoría?"
129
+
130
+ #: my-calendar-categories.php:274
131
+ #@ my-calendar
132
+ msgid "There are no categories in the database - something has gone wrong!"
133
+ msgstr "No hay categorías en la base de datos - ¡Algo va mal!"
134
+
135
+ #: my-calendar-event-manager.php:174
136
+ #@ my-calendar
137
+ msgid "Delete Event"
138
+ msgstr "Borrar evento"
139
+
140
+ #: my-calendar-event-manager.php:174
141
+ #@ my-calendar
142
+ msgid "Are you sure you want to delete this event?"
143
+ msgstr "¿Está seguro de que desea borrar este evento?"
144
+
145
+ #: my-calendar-event-manager.php:163
146
+ #: my-calendar-event-manager.php:323
147
+ #: my-calendar-event-manager.php:356
148
+ #: my-calendar-event-manager.php:373
149
+ #: my-calendar-event-manager.php:389
150
+ #: my-calendar-event-manager.php:1184
151
+ #: my-calendar-event-manager.php:1187
152
+ #: my-calendar-event-manager.php:1190
153
+ #: my-calendar-event-manager.php:1199
154
+ #: my-calendar-event-manager.php:1206
155
+ #: my-calendar-event-manager.php:1222
156
+ #: my-calendar-event-manager.php:1228
157
+ #: my-calendar-group-manager.php:57
158
+ #: my-calendar-group-manager.php:83
159
+ #: my-calendar-group-manager.php:150
160
+ #: my-calendar-group-manager.php:576
161
+ #@ my-calendar
162
+ msgid "Error"
163
+ msgstr "Error"
164
+
165
+ #: my-calendar-event-manager.php:1184
166
+ #@ my-calendar
167
+ msgid "Your event end date must be either after or the same as your event begin date"
168
+ msgstr "La fecha de fin del evento debe ser igual o posterior a la fecha de comienzo"
169
+
170
+ #: my-calendar-event-manager.php:1187
171
+ #@ my-calendar
172
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
173
+ msgstr "El formato de fecha es correto pero una o mas de sus fechas son inválidas. Revise números de días puestos en lugar de los meses y errores relacionados a años bisiestos."
174
+
175
+ #: my-calendar-event-manager.php:1199
176
+ #@ my-calendar
177
+ msgid "The time field must either be blank or be entered in the format hh:mm"
178
+ msgstr "El campo de hora o bien debe estar en blanco o ingresado con el formato hh:mm"
179
+
180
+ #: my-calendar-event-manager.php:333
181
+ #@ my-calendar
182
+ msgid "Event added. It will now show in your calendar."
183
+ msgstr "Evento agregado. Ya se mostrará en su calendario."
184
+
185
+ #: my-calendar-event-manager.php:362
186
+ #: my-calendar-group-manager.php:61
187
+ #: my-calendar-group-manager.php:154
188
+ #@ my-calendar
189
+ msgid "Event updated successfully"
190
+ msgstr "Evento actualizado exitosamente"
191
+
192
+ #: my-calendar-event-manager.php:373
193
+ #@ my-calendar
194
+ msgid "You can't delete an event if you haven't submitted an event id"
195
+ msgstr "No puedes borrar un evento si no tienes un id de evento envíado"
196
+
197
+ #: my-calendar-event-manager.php:387
198
+ #@ my-calendar
199
+ msgid "Event deleted successfully"
200
+ msgstr "Evento borrado exitosamente"
201
+
202
+ #: my-calendar-event-manager.php:389
203
+ #@ my-calendar
204
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
205
+ msgstr "A pesar de la solicitud para eliminar, el evento sigue estando en la base de datos. Por favor, investigue."
206
+
207
+ #: my-calendar-event-manager.php:273
208
+ #: my-calendar-group-manager.php:773
209
+ #@ my-calendar
210
+ msgid "Edit Event"
211
+ msgstr "Editar evento"
212
+
213
+ #: my-calendar-event-manager.php:277
214
+ #: my-calendar-event-manager.php:288
215
+ #@ my-calendar
216
+ msgid "You must provide an event id in order to edit it"
217
+ msgstr "Debes proveer un id de evento para poder editarlo"
218
+
219
+ #: my-calendar-core.php:858
220
+ #: my-calendar-event-manager.php:296
221
+ #@ my-calendar
222
+ msgid "Add Event"
223
+ msgstr "Nuevo evento"
224
+
225
+ #: my-calendar-event-manager.php:916
226
+ #@ my-calendar
227
+ msgid "Manage Events"
228
+ msgstr "Administrar Eventos"
229
+
230
+ #: my-calendar-event-manager.php:401
231
+ #: my-calendar-group-manager.php:169
232
+ #@ my-calendar
233
+ msgid "Sorry! That's an invalid event key."
234
+ msgstr "Lo siento. Esa es una clave de evento erronea."
235
+
236
+ #: my-calendar-event-manager.php:405
237
+ #: my-calendar-group-manager.php:173
238
+ #@ my-calendar
239
+ msgid "Sorry! We couldn't find an event with that ID."
240
+ msgstr "Lo siento. No podemos encontrar un evento con ese ID."
241
+
242
+ #: my-calendar-event-manager.php:487
243
+ #: my-calendar-group-manager.php:290
244
+ #@ my-calendar
245
+ msgid "Enter your Event Information"
246
+ msgstr "Ingrese la información de su evento"
247
+
248
+ #: my-calendar-event-manager.php:489
249
+ #: my-calendar-group-manager.php:292
250
+ #@ my-calendar
251
+ msgid "Event Title"
252
+ msgstr "Título del Evento"
253
+
254
+ #: my-calendar-event-manager.php:515
255
+ #: my-calendar-group-manager.php:306
256
+ #@ my-calendar
257
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
258
+ msgstr "Descripción del evento (<abbr title=\"hypertext markup language\">HTML</abbr> permitido)"
259
+
260
+ #: my-calendar-event-manager.php:568
261
+ #: my-calendar-group-manager.php:354
262
+ #@ my-calendar
263
+ msgid "Event Category"
264
+ msgstr "Categoría del Evento "
265
+
266
+ #: my-calendar-event-manager.php:593
267
+ #: my-calendar-group-manager.php:379
268
+ #@ my-calendar
269
+ msgid "Event Link (Optional)"
270
+ msgstr "Link del evento (Opcional)"
271
+
272
+ #: my-calendar-event-manager.php:618
273
+ #@ my-calendar
274
+ msgid "Start Date (YYYY-MM-DD)"
275
+ msgstr "Comienza el (YYYY-MM-DD)"
276
+
277
+ #: my-calendar-event-manager.php:646
278
+ #@ my-calendar
279
+ msgid "Current time difference from GMT is "
280
+ msgstr "La diferencia es GMT "
281
+
282
+ #: my-calendar-event-manager.php:646
283
+ #@ my-calendar
284
+ msgid " hour(s)"
285
+ msgstr " hora(s)"
286
+
287
+ #: my-calendar-event-manager.php:655
288
+ #@ my-calendar
289
+ msgid "Recurring Events"
290
+ msgstr "Eventos Recurrentes"
291
+
292
+ #: my-calendar-event-manager.php:658
293
+ #@ my-calendar
294
+ msgid "Repeats for"
295
+ msgstr "Repite por"
296
+
297
+ #: my-calendar-event-manager.php:659
298
+ #@ my-calendar
299
+ msgid "Units"
300
+ msgstr "Unidades"
301
+
302
+ #: my-calendar-event-manager.php:741
303
+ #: my-calendar-group-manager.php:445
304
+ #: my-calendar-locations.php:129
305
+ #@ my-calendar
306
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
307
+ msgstr "Todos los campos de ubicación son opcionales: <em>insuficiente información puede resultar en un mapa inexacto</em>."
308
+
309
+ #: my-calendar-event-manager.php:744
310
+ #: my-calendar-group-manager.php:448
311
+ #: my-calendar-locations.php:132
312
+ #@ my-calendar
313
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
314
+ msgstr "Nombre de la Ubicacion (ej. <em>Parrilla Lo de Carlitos</em>)"
315
+
316
+ #: my-calendar-event-manager.php:753
317
+ #: my-calendar-group-manager.php:451
318
+ #: my-calendar-locations.php:141
319
+ #@ my-calendar
320
+ msgid "Street Address"
321
+ msgstr "Dirección"
322
+
323
+ #: my-calendar-event-manager.php:756
324
+ #: my-calendar-group-manager.php:454
325
+ #: my-calendar-locations.php:144
326
+ #@ my-calendar
327
+ msgid "Street Address (2)"
328
+ msgstr "Dirección(2)"
329
+
330
+ #: button/generator.php:56
331
+ #: my-calendar-event-manager.php:762
332
+ #: my-calendar-group-manager.php:460
333
+ #: my-calendar-locations.php:150
334
+ #: my-calendar-settings.php:687
335
+ #@ my-calendar
336
+ msgid "City"
337
+ msgstr "Ciudad"
338
+
339
+ #: my-calendar-event-manager.php:769
340
+ #: my-calendar-group-manager.php:460
341
+ #: my-calendar-locations.php:157
342
+ #: my-calendar-settings.php:688
343
+ #@ my-calendar
344
+ msgid "State/Province"
345
+ msgstr "Estado/provincia"
346
+
347
+ #: button/generator.php:58
348
+ #: my-calendar-event-manager.php:776
349
+ #: my-calendar-group-manager.php:460
350
+ #: my-calendar-locations.php:164
351
+ #: my-calendar-settings.php:690
352
+ #@ my-calendar
353
+ msgid "Postal Code"
354
+ msgstr "Código postal"
355
+
356
+ #: button/generator.php:59
357
+ #: my-calendar-event-manager.php:794
358
+ #: my-calendar-group-manager.php:466
359
+ #: my-calendar-locations.php:182
360
+ #: my-calendar-settings.php:689
361
+ #@ my-calendar
362
+ msgid "Country"
363
+ msgstr "País"
364
+
365
+ #: my-calendar-event-manager.php:439
366
+ #: my-calendar-event-manager.php:473
367
+ #@ my-calendar
368
+ msgid "Save Event"
369
+ msgstr "Grabar Evento"
370
+
371
+ #: my-calendar-event-manager.php:935
372
+ #: my-calendar-group-manager.php:708
373
+ #: my-calendar-settings.php:508
374
+ #: my-calendar-widgets.php:38
375
+ #: my-calendar-widgets.php:124
376
+ #: my-calendar-widgets.php:571
377
+ #@ my-calendar
378
+ msgid "Title"
379
+ msgstr "Titulo"
380
+
381
+ #: my-calendar-event-manager.php:937
382
+ #: my-calendar-group-manager.php:710
383
+ #: my-calendar-settings.php:509
384
+ #@ my-calendar
385
+ msgid "Description"
386
+ msgstr "Descripción"
387
+
388
+ #: my-calendar-event-manager.php:938
389
+ #: my-calendar-group-manager.php:711
390
+ #: my-calendar-settings.php:510
391
+ #@ my-calendar
392
+ msgid "Start Date"
393
+ msgstr "Fecha de inicio"
394
+
395
+ #: my-calendar-event-manager.php:939
396
+ #: my-calendar-group-manager.php:712
397
+ #@ my-calendar
398
+ msgid "Recurs"
399
+ msgstr "Repeticiones"
400
+
401
+ #: my-calendar-event-manager.php:940
402
+ #: my-calendar-group-manager.php:713
403
+ #: my-calendar-settings.php:251
404
+ #: my-calendar-settings.php:260
405
+ #: my-calendar-settings.php:268
406
+ #: my-calendar-settings.php:511
407
+ #@ my-calendar
408
+ msgid "Author"
409
+ msgstr "Autor"
410
+
411
+ #: my-calendar-event-manager.php:941
412
+ #: my-calendar-group-manager.php:714
413
+ #: my-calendar-settings.php:512
414
+ #@ my-calendar
415
+ msgid "Category"
416
+ msgstr "Categoría"
417
+
418
+ #: my-calendar-event-manager.php:942
419
+ #@ my-calendar
420
+ msgid "Edit / Delete"
421
+ msgstr "Editar / Borrar"
422
+
423
+ #: my-calendar-event-manager.php:973
424
+ #: my-calendar-group-manager.php:746
425
+ #@ my-calendar
426
+ msgid "Never"
427
+ msgstr "Nunca"
428
+
429
+ #: my-calendar-event-manager.php:661
430
+ #: my-calendar-event-manager.php:974
431
+ #: my-calendar-group-manager.php:747
432
+ #: my-calendar-templates.php:116
433
+ #@ my-calendar
434
+ msgid "Daily"
435
+ msgstr "Diariamente"
436
+
437
+ #: my-calendar-event-manager.php:663
438
+ #: my-calendar-event-manager.php:976
439
+ #: my-calendar-group-manager.php:749
440
+ #: my-calendar-templates.php:118
441
+ #@ my-calendar
442
+ msgid "Weekly"
443
+ msgstr "Semanalmente"
444
+
445
+ #: my-calendar-event-manager.php:980
446
+ #: my-calendar-group-manager.php:753
447
+ #@ my-calendar
448
+ msgid "Yearly"
449
+ msgstr "Anualmente"
450
+
451
+ #: my-calendar-event-manager.php:983
452
+ #: my-calendar-group-manager.php:756
453
+ #@ my-calendar
454
+ msgid "Forever"
455
+ msgstr "Para siempre"
456
+
457
+ #: my-calendar-event-manager.php:1044
458
+ #: my-calendar-group-manager.php:793
459
+ #@ my-calendar
460
+ msgid "There are no events in the database!"
461
+ msgstr "¡No hay eventos en la base de datos!"
462
+
463
+ #: my-calendar-help.php:7
464
+ #@ my-calendar
465
+ msgid "How to use My Calendar"
466
+ msgstr "Cómo usar My Calendar"
467
+
468
+ #: my-calendar-help.php:12
469
+ #@ my-calendar
470
+ msgid "Shortcode Syntax"
471
+ msgstr "Sintáxis Shortcode"
472
+
473
+ #: my-calendar-help.php:19
474
+ #@ my-calendar
475
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
476
+ msgstr "Este shortcode básico mostrará el calendario en una entrada o página incluyendo todas las categorías y la clave de categoría, en el formato tradicional mes-por-mes."
477
+
478
+ #: my-calendar-help.php:63
479
+ #@ my-calendar
480
+ msgid "Category Icons"
481
+ msgstr "Iconos de categoría"
482
+
483
+ #: my-calendar-help.php:66
484
+ #@ my-calendar
485
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
486
+ msgstr "My Calendar está diseñado para administrar múltiples calendarios. La base de estos calendarios son categorías; puedes configurar fácilmente una página de calendario que incluya todas las categorías, o puedes dedicar páginas separadas a calendarios para cada categoría. Por ejemplo esto pdría ser útil para administrar calendarios de tours de varias bandas; calendarios de eventos para distintos lugares, etc."
487
+
488
+ #: my-calendar-help.php:69
489
+ #@ my-calendar
490
+ msgid "Your icons folder is:"
491
+ msgstr "Su carpeta de íconos es:"
492
+
493
+ #: my-calendar-help.php:92
494
+ #@ my-calendar
495
+ msgid "Widget Templating"
496
+ msgstr "Plantillas de Widget"
497
+
498
+ #: my-calendar-help.php:220
499
+ #@ my-calendar
500
+ msgid "Displays the name of the category the event is in."
501
+ msgstr "Muestra el nombre de la categoría del evento."
502
+
503
+ #: my-calendar-help.php:100
504
+ #@ my-calendar
505
+ msgid "Displays the title of the event."
506
+ msgstr "Muestra el título del evento."
507
+
508
+ #: my-calendar-help.php:106
509
+ #@ my-calendar
510
+ msgid "Displays the start time for the event."
511
+ msgstr "Muestra la hora de inicio del evento."
512
+
513
+ #: my-calendar-help.php:115
514
+ #@ my-calendar
515
+ msgid "Displays the date on which the event begins."
516
+ msgstr "Muestra la fecha en que comienza el evento."
517
+
518
+ #: my-calendar-help.php:130
519
+ #@ my-calendar
520
+ msgid "Displays the WordPress author who posted the event."
521
+ msgstr "Muestra el autor que publicó el evento."
522
+
523
+ #: my-calendar-help.php:154
524
+ #@ my-calendar
525
+ msgid "Displays the URL provided for the event."
526
+ msgstr "Muestra la URL provista para el evento."
527
+
528
+ #: my-calendar-help.php:145
529
+ #@ my-calendar
530
+ msgid "Displays the description of the event."
531
+ msgstr "Muestra la descripción del evento."
532
+
533
+ #: my-calendar-help.php:103
534
+ #@ my-calendar
535
+ msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
536
+ msgstr "Muestra el título del evento como un enlace si hay presente una URL, o sólo el título si no hay URL."
537
+
538
+ #: my-calendar-help.php:181
539
+ #@ my-calendar
540
+ msgid "Displays the name of the location of the event."
541
+ msgstr "Muestra el nombre de la ubicación del evento."
542
+
543
+ #: my-calendar-help.php:184
544
+ #@ my-calendar
545
+ msgid "Displays the first line of the site address."
546
+ msgstr "Muestra la primer línea de la dirección."
547
+
548
+ #: my-calendar-help.php:187
549
+ #@ my-calendar
550
+ msgid "Displays the second line of the site address."
551
+ msgstr "Muestra la segunda línea de la dirección."
552
+
553
+ #: my-calendar-help.php:202
554
+ #@ my-calendar
555
+ msgid "Displays the country for the event location."
556
+ msgstr "Muestra el país de la ubicación del evento."
557
+
558
+ #: my-calendar-help.php:211
559
+ #@ my-calendar
560
+ msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
561
+ msgstr "Muestra la dirección del evento en formato <a href=\"http://microformats.org/wiki/hcard\">hcard</a>."
562
+
563
+ #: my-calendar-help.php:214
564
+ #@ my-calendar
565
+ msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
566
+ msgstr "Muestra un link del evento a Google Map, si hay suficiente información sobre la dirección. Si no, estará vacío."
567
+
568
+ #: my-calendar-settings.php:237
569
+ #@ my-calendar
570
+ msgid "My Calendar Options"
571
+ msgstr "Opciones My Calendar"
572
+
573
+ #: my-calendar-settings.php:249
574
+ #: my-calendar-settings.php:258
575
+ #@ my-calendar
576
+ msgid "Subscriber"
577
+ msgstr "Suscriptor"
578
+
579
+ #: my-calendar-settings.php:250
580
+ #: my-calendar-settings.php:259
581
+ #: my-calendar-settings.php:267
582
+ #@ my-calendar
583
+ msgid "Contributor"
584
+ msgstr "Colaborador"
585
+
586
+ #: my-calendar-settings.php:252
587
+ #: my-calendar-settings.php:261
588
+ #: my-calendar-settings.php:269
589
+ #@ my-calendar
590
+ msgid "Editor"
591
+ msgstr "Editor"
592
+
593
+ #: my-calendar-settings.php:253
594
+ #: my-calendar-settings.php:262
595
+ #: my-calendar-settings.php:270
596
+ #@ my-calendar
597
+ msgid "Administrator"
598
+ msgstr "Administrador"
599
+
600
+ #: button/generator.php:77
601
+ #: button/generator.php:84
602
+ #: button/generator.php:91
603
+ #: my-calendar-widgets.php:580
604
+ #: my-calendar-widgets.php:586
605
+ #@ my-calendar
606
+ msgid "Yes"
607
+ msgstr "Si"
608
+
609
+ #: button/generator.php:78
610
+ #: button/generator.php:85
611
+ #: button/generator.php:92
612
+ #: my-calendar-widgets.php:581
613
+ #: my-calendar-widgets.php:587
614
+ #@ my-calendar
615
+ msgid "No"
616
+ msgstr "No"
617
+
618
+ #: my-calendar-settings.php:393
619
+ #@ my-calendar
620
+ msgid "Display a jumpbox for changing month and year quickly?"
621
+ msgstr "¿Mostrar un combo para cambiar rápidamente de mes y año?"
622
+
623
+ #: my-calendar-styles.php:192
624
+ #@ my-calendar
625
+ msgid "Disable My Calendar Stylesheet"
626
+ msgstr "Desactivar el estilo para My Calendar"
627
+
628
+ #: my-calendar-styles.php:195
629
+ #@ my-calendar
630
+ msgid "Edit the stylesheet for My Calendar"
631
+ msgstr "Editar el estilo para My Calendar"
632
+
633
+ #: my-calendar-behaviors.php:116
634
+ #@ my-calendar
635
+ msgid "Disable List Javascript Effects"
636
+ msgstr "Desactivar efectos Javascript en Lista"
637
+
638
+ #: my-calendar-behaviors.php:85
639
+ #@ my-calendar
640
+ msgid "Disable Calendar Javascript Effects"
641
+ msgstr "Desactivar efectos Javascript en Calendario"
642
+
643
+ #: my-calendar-behaviors.php:91
644
+ #: my-calendar-behaviors.php:122
645
+ #: my-calendar-behaviors.php:153
646
+ #: my-calendar-behaviors.php:184
647
+ #: my-calendar-behaviors.php:205
648
+ #@ my-calendar
649
+ msgid "Save"
650
+ msgstr "Guardar"
651
+
652
+ #: my-calendar-widgets.php:42
653
+ #: my-calendar-widgets.php:128
654
+ #@ my-calendar
655
+ msgid "Template"
656
+ msgstr "Plantilla"
657
+
658
+ #: my-calendar-widgets.php:132
659
+ #@ my-calendar
660
+ msgid "Widget Options"
661
+ msgstr "Opciones de Widget"
662
+
663
+ #: my-calendar-widgets.php:143
664
+ #@ my-calendar
665
+ msgid "Display upcoming events by:"
666
+ msgstr "Mostar los próximos eventos por:"
667
+
668
+ #: my-calendar-widgets.php:144
669
+ #@ my-calendar
670
+ msgid "Events (e.g. 2 past, 3 future)"
671
+ msgstr "Eventos (ej. 2 pasados, 3 futuros)"
672
+
673
+ #: my-calendar-widgets.php:145
674
+ #@ my-calendar
675
+ msgid "Dates (e.g. 4 days past, 5 forward)"
676
+ msgstr "Fecha (ej. 2 días atras, 3 días siguientes)"
677
+
678
+ #: my-calendar-core.php:70
679
+ #: my-calendar.php:171
680
+ #@ my-calendar
681
+ msgid "Settings"
682
+ msgstr "Opciones"
683
+
684
+ #: my-calendar.php:130
685
+ #@ my-calendar
686
+ msgid "Get Support"
687
+ msgstr "Obtener Soporte"
688
+
689
+ #: my-calendar.php:133
690
+ #@ my-calendar
691
+ msgid "Make a Donation"
692
+ msgstr "Hacer una donación"
693
+
694
+ #: my-calendar.php:158
695
+ #: my-calendar.php:161
696
+ #@ my-calendar
697
+ msgid "My Calendar"
698
+ msgstr "My Calendar"
699
+
700
+ #: my-calendar.php:167
701
+ #@ my-calendar
702
+ msgid "Add/Edit Events"
703
+ msgstr "Agregar/editar un Evento"
704
+
705
+ #: my-calendar.php:132
706
+ #: my-calendar.php:175
707
+ #@ my-calendar
708
+ msgid "My Calendar Help"
709
+ msgstr "My Calendar Help"
710
+
711
+ #: my-calendar-core.php:71
712
+ #: my-calendar.php:175
713
+ #@ my-calendar
714
+ msgid "Help"
715
+ msgstr "Ayuda"
716
+
717
+ #: my-calendar-settings.php:313
718
+ #@ my-calendar
719
+ msgid "Next Events"
720
+ msgstr "Próximos eventos"
721
+
722
+ #: my-calendar-settings.php:310
723
+ #@ my-calendar
724
+ msgid "Previous Events"
725
+ msgstr "Eventos Anteriores"
726
+
727
+ #: my-calendar-output.php:148
728
+ #@ my-calendar
729
+ msgid "Event Details"
730
+ msgstr "Detalles del Evento"
731
+
732
+ #: my-calendar-output.php:186
733
+ #@ my-calendar
734
+ msgid "Not Applicable"
735
+ msgstr "No aplicable"
736
+
737
+ #: my-calendar-output.php:200
738
+ #@ my-calendar
739
+ msgid "Posted by"
740
+ msgstr "Escrito por"
741
+
742
+ #: button/generator.php:98
743
+ #: my-calendar-output.php:356
744
+ #: my-calendar-widgets.php:592
745
+ #@ my-calendar
746
+ msgid "Month"
747
+ msgstr "Mes"
748
+
749
+ #: my-calendar-output.php:361
750
+ #@ my-calendar
751
+ msgid "Year"
752
+ msgstr "Año"
753
+
754
+ #: my-calendar-output.php:389
755
+ #@ my-calendar
756
+ msgid "Go"
757
+ msgstr "Ir"
758
+
759
+ #: my-calendar-output.php:481
760
+ #@ my-calendar
761
+ msgid "<abbr title=\"Sunday\">Sun</abbr>"
762
+ msgstr "<abbr title=\"Domingo\">Dom</abbr>"
763
+
764
+ #: my-calendar-output.php:482
765
+ #@ my-calendar
766
+ msgid "<abbr title=\"Monday\">Mon</abbr>"
767
+ msgstr "<abbr title=\"Lunes\">Lun</abbr>"
768
+
769
+ #: my-calendar-output.php:483
770
+ #@ my-calendar
771
+ msgid "<abbr title=\"Tuesday\">Tues</abbr>"
772
+ msgstr "<abbr title=\"Martes\">Mar</abbr>"
773
+
774
+ #: my-calendar-output.php:484
775
+ #@ my-calendar
776
+ msgid "<abbr title=\"Wednesday\">Wed</abbr>"
777
+ msgstr "<abbr title=\"Miercoles\">Mie</abbr>"
778
+
779
+ #: my-calendar-output.php:485
780
+ #@ my-calendar
781
+ msgid "<abbr title=\"Thursday\">Thur</abbr>"
782
+ msgstr "<abbr title=\"Jueves\">Jue</abbr>"
783
+
784
+ #: my-calendar-output.php:486
785
+ #@ my-calendar
786
+ msgid "<abbr title=\"Friday\">Fri</abbr>"
787
+ msgstr "<abbr title=\"Viernes\">Vie</abbr>"
788
+
789
+ #: my-calendar-output.php:487
790
+ #@ my-calendar
791
+ msgid "<abbr title=\"Saturday\">Sat</abbr>"
792
+ msgstr "<abbr title=\"Sabado\">Sab</abbr>"
793
+
794
+ #: my-calendar-widgets.php:551
795
+ #@ my-calendar
796
+ msgid "Calendar"
797
+ msgstr "Calendario"
798
+
799
+ #: my-calendar-output.php:648
800
+ #@ my-calendar
801
+ msgid "Events in"
802
+ msgstr "Eventos en"
803
+
804
+ #: my-calendar-output.php:874
805
+ #@ my-calendar
806
+ msgid "There are no events scheduled during this period."
807
+ msgstr "No hay eventos agendados en este período."
808
+
809
+ #: my-calendar-output.php:887
810
+ #@ my-calendar
811
+ msgid "Category Key"
812
+ msgstr "Clave de Categoría"
813
+
814
+ #: button/generator.php:12
815
+ #@ my-calendar
816
+ msgid "You don't have access to this function."
817
+ msgstr ""
818
+
819
+ #: button/generator.php:18
820
+ #: button/generator.php:44
821
+ #@ my-calendar
822
+ msgid "My Calendar Shortcode Generator"
823
+ msgstr ""
824
+
825
+ #: button/generator.php:47
826
+ #@ my-calendar
827
+ msgid "Shortcode Attributes"
828
+ msgstr ""
829
+
830
+ #: button/generator.php:52
831
+ #@ my-calendar
832
+ msgid "Location filter type:"
833
+ msgstr ""
834
+
835
+ #: button/generator.php:54
836
+ #@ my-calendar
837
+ msgid "All locations"
838
+ msgstr ""
839
+
840
+ #: button/generator.php:55
841
+ #: my-calendar-settings.php:513
842
+ #: my-calendar-settings.php:686
843
+ #@ my-calendar
844
+ msgid "Location Name"
845
+ msgstr ""
846
+
847
+ #: button/generator.php:57
848
+ #: my-calendar-event-manager.php:809
849
+ #: my-calendar-group-manager.php:475
850
+ #: my-calendar-locations.php:197
851
+ #@ my-calendar
852
+ msgid "State"
853
+ msgstr ""
854
+
855
+ #: button/generator.php:60
856
+ #: my-calendar-event-manager.php:785
857
+ #: my-calendar-event-manager.php:810
858
+ #: my-calendar-group-manager.php:463
859
+ #: my-calendar-group-manager.php:476
860
+ #: my-calendar-locations.php:173
861
+ #: my-calendar-locations.php:198
862
+ #: my-calendar-settings.php:691
863
+ #@ my-calendar
864
+ msgid "Region"
865
+ msgstr ""
866
+
867
+ #: button/generator.php:64
868
+ #@ my-calendar
869
+ msgid "Location filter value:"
870
+ msgstr ""
871
+
872
+ #: button/generator.php:68
873
+ #@ my-calendar
874
+ msgid "Format"
875
+ msgstr ""
876
+
877
+ #: button/generator.php:70
878
+ #@ my-calendar
879
+ msgid "Grid"
880
+ msgstr ""
881
+
882
+ #: button/generator.php:71
883
+ #@ my-calendar
884
+ msgid "List"
885
+ msgstr ""
886
+
887
+ #: button/generator.php:75
888
+ #@ my-calendar
889
+ msgid "Show Category Key"
890
+ msgstr ""
891
+
892
+ #: button/generator.php:82
893
+ #@ my-calendar
894
+ msgid "Show Previous/Next Links"
895
+ msgstr ""
896
+
897
+ #: button/generator.php:89
898
+ #@ my-calendar
899
+ msgid "Show Format Toggle"
900
+ msgstr ""
901
+
902
+ #: button/generator.php:96
903
+ #@ my-calendar
904
+ msgid "Time Segment"
905
+ msgstr ""
906
+
907
+ #: button/generator.php:99
908
+ #: my-calendar-widgets.php:593
909
+ #@ my-calendar
910
+ msgid "Week"
911
+ msgstr ""
912
+
913
+ #: button/generator.php:100
914
+ #@ my-calendar
915
+ msgid "Day"
916
+ msgstr ""
917
+
918
+ #: button/generator.php:105
919
+ #@ my-calendar
920
+ msgid "Generate Shortcode"
921
+ msgstr ""
922
+
923
+ #: button/generator.php:107
924
+ #@ my-calendar
925
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
926
+ msgstr ""
927
+
928
+ #: button/generator.php:117
929
+ #@ my-calendar
930
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
931
+ msgstr ""
932
+
933
+ #: my-calendar-behaviors.php:43
934
+ #@ my-calendar
935
+ msgid "Behavior Settings saved"
936
+ msgstr ""
937
+
938
+ #: my-calendar-behaviors.php:67
939
+ #@ my-calendar
940
+ msgid "My Calendar Behaviors"
941
+ msgstr ""
942
+
943
+ #: my-calendar-behaviors.php:72
944
+ #@ my-calendar
945
+ msgid "Calendar Behavior Settings"
946
+ msgstr ""
947
+
948
+ #: my-calendar-behaviors.php:77
949
+ #@ my-calendar
950
+ msgid "Apply JavaScript only on these pages (comma separated page IDs)"
951
+ msgstr ""
952
+
953
+ #: my-calendar-behaviors.php:83
954
+ #@ my-calendar
955
+ msgid "Calendar Behaviors: Calendar View"
956
+ msgstr ""
957
+
958
+ #: my-calendar-behaviors.php:85
959
+ #@ my-calendar
960
+ msgid "Update/Reset the My Calendar Calendar Javascript"
961
+ msgstr ""
962
+
963
+ #: my-calendar-behaviors.php:88
964
+ #@ my-calendar
965
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
966
+ msgstr ""
967
+
968
+ #: my-calendar-behaviors.php:100
969
+ #: my-calendar-behaviors.php:131
970
+ #: my-calendar-behaviors.php:162
971
+ #: my-calendar-behaviors.php:192
972
+ #@ my-calendar
973
+ msgid "Comparing scripts with latest installed version of My Calendar"
974
+ msgstr ""
975
+
976
+ #: my-calendar-behaviors.php:100
977
+ #: my-calendar-behaviors.php:131
978
+ #: my-calendar-behaviors.php:162
979
+ #: my-calendar-behaviors.php:192
980
+ #: my-calendar-styles.php:208
981
+ #@ my-calendar
982
+ msgid "Latest (from plugin)"
983
+ msgstr ""
984
+
985
+ #: my-calendar-behaviors.php:100
986
+ #: my-calendar-behaviors.php:131
987
+ #: my-calendar-behaviors.php:162
988
+ #: my-calendar-behaviors.php:192
989
+ #: my-calendar-styles.php:208
990
+ #@ my-calendar
991
+ msgid "Current (in use)"
992
+ msgstr ""
993
+
994
+ #: my-calendar-behaviors.php:104
995
+ #@ my-calendar
996
+ msgid "There have been updates to the calendar view scripts."
997
+ msgstr ""
998
+
999
+ #: my-calendar-behaviors.php:104
1000
+ #: my-calendar-behaviors.php:135
1001
+ #: my-calendar-behaviors.php:166
1002
+ #: my-calendar-behaviors.php:196
1003
+ #@ my-calendar
1004
+ msgid "Compare your scripts with latest installed version of My Calendar."
1005
+ msgstr ""
1006
+
1007
+ #: my-calendar-behaviors.php:108
1008
+ #: my-calendar-behaviors.php:139
1009
+ #: my-calendar-behaviors.php:170
1010
+ #: my-calendar-behaviors.php:200
1011
+ #@ my-calendar
1012
+ msgid "Your script matches that included with My Calendar."
1013
+ msgstr ""
1014
+
1015
+ #: my-calendar-behaviors.php:114
1016
+ #@ my-calendar
1017
+ msgid "Calendar Behaviors: List View"
1018
+ msgstr ""
1019
+
1020
+ #: my-calendar-behaviors.php:116
1021
+ #@ my-calendar
1022
+ msgid "Update/Reset the My Calendar List Javascript"
1023
+ msgstr ""
1024
+
1025
+ #: my-calendar-behaviors.php:119
1026
+ #@ my-calendar
1027
+ msgid "Edit the jQuery scripts for My Calendar in List format"
1028
+ msgstr ""
1029
+
1030
+ #: my-calendar-behaviors.php:135
1031
+ #@ my-calendar
1032
+ msgid "There have been updates to the list view scripts."
1033
+ msgstr ""
1034
+
1035
+ #: my-calendar-behaviors.php:145
1036
+ #@ my-calendar
1037
+ msgid "Calendar Behaviors: Mini Calendar View"
1038
+ msgstr ""
1039
+
1040
+ #: my-calendar-behaviors.php:147
1041
+ #@ my-calendar
1042
+ msgid "Update/Reset the My Calendar Mini Format Javascript"
1043
+ msgstr ""
1044
+
1045
+ #: my-calendar-behaviors.php:147
1046
+ #@ my-calendar
1047
+ msgid "Disable Mini Javascript Effects"
1048
+ msgstr ""
1049
+
1050
+ #: my-calendar-behaviors.php:150
1051
+ #@ my-calendar
1052
+ msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
1053
+ msgstr ""
1054
+
1055
+ #: my-calendar-behaviors.php:166
1056
+ #@ my-calendar
1057
+ msgid "There have been updates to the mini view scripts."
1058
+ msgstr ""
1059
+
1060
+ #: my-calendar-behaviors.php:176
1061
+ #@ my-calendar
1062
+ msgid "Calendar Behaviors: AJAX Navigation"
1063
+ msgstr ""
1064
+
1065
+ #: my-calendar-behaviors.php:178
1066
+ #@ my-calendar
1067
+ msgid "Update/Reset the My Calendar AJAX Javascript"
1068
+ msgstr ""
1069
+
1070
+ #: my-calendar-behaviors.php:178
1071
+ #@ my-calendar
1072
+ msgid "Disable AJAX Effects"
1073
+ msgstr ""
1074
+
1075
+ #: my-calendar-behaviors.php:181
1076
+ #@ my-calendar
1077
+ msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
1078
+ msgstr ""
1079
+
1080
+ #: my-calendar-behaviors.php:196
1081
+ #@ my-calendar
1082
+ msgid "There have been updates to the AJAX scripts."
1083
+ msgstr ""
1084
+
1085
+ #: my-calendar-behaviors.php:210
1086
+ #@ my-calendar
1087
+ msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
1088
+ msgstr ""
1089
+
1090
+ #: my-calendar-categories.php:105
1091
+ #@ my-calendar
1092
+ msgid "Category addition failed."
1093
+ msgstr ""
1094
+
1095
+ #: my-calendar-categories.php:115
1096
+ #@ my-calendar
1097
+ msgid "Category deleted successfully. Categories in calendar updated."
1098
+ msgstr ""
1099
+
1100
+ #: my-calendar-categories.php:117
1101
+ #@ my-calendar
1102
+ msgid "Category deleted successfully. Categories in calendar not updated."
1103
+ msgstr ""
1104
+
1105
+ #: my-calendar-categories.php:119
1106
+ #@ my-calendar
1107
+ msgid "Category not deleted. Categories in calendar updated."
1108
+ msgstr ""
1109
+
1110
+ #: my-calendar-categories.php:137
1111
+ #@ my-calendar
1112
+ msgid "Error: Category was not edited."
1113
+ msgstr ""
1114
+
1115
+ #: my-calendar-categories.php:218
1116
+ #@ my-calendar
1117
+ msgid "Add a New Category"
1118
+ msgstr ""
1119
+
1120
+ #: my-calendar-core.php:198
1121
+ #, php-format
1122
+ #@ my-calendar
1123
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1124
+ msgstr ""
1125
+
1126
+ #: my-calendar-core.php:953
1127
+ #@ my-calendar
1128
+ msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1129
+ msgstr ""
1130
+
1131
+ #: my-calendar-core.php:1078
1132
+ #@ my-calendar
1133
+ msgid "Is this your calendar page?"
1134
+ msgstr ""
1135
+
1136
+ #: my-calendar-core.php:1081
1137
+ #@ my-calendar
1138
+ msgid "I tried to guess, but don't have a suggestion for you."
1139
+ msgstr ""
1140
+
1141
+ #: my-calendar-event-manager.php:102
1142
+ #: my-calendar-settings.php:711
1143
+ #@ my-calendar
1144
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
1145
+ msgstr ""
1146
+
1147
+ #: my-calendar-event-manager.php:109
1148
+ #: my-calendar-settings.php:718
1149
+ #@ my-calendar
1150
+ msgid "Import from Calendar"
1151
+ msgstr ""
1152
+
1153
+ #: my-calendar-event-manager.php:114
1154
+ #@ my-calendar
1155
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
1156
+ msgstr ""
1157
+
1158
+ #: my-calendar-event-manager.php:161
1159
+ #, php-format
1160
+ #@ my-calendar
1161
+ msgid "%1$d events deleted successfully out of %2$d selected"
1162
+ msgstr ""
1163
+
1164
+ #: my-calendar-event-manager.php:163
1165
+ #@ my-calendar
1166
+ msgid "Your events have not been deleted. Please investigate."
1167
+ msgstr ""
1168
+
1169
+ #: my-calendar-event-manager.php:191
1170
+ #@ my-calendar
1171
+ msgid "You do not have permission to delete that event."
1172
+ msgstr ""
1173
+
1174
+ #: my-calendar-event-manager.php:206
1175
+ #@ my-calendar
1176
+ msgid "You do not have permission to approve that event."
1177
+ msgstr ""
1178
+
1179
+ #: my-calendar-event-manager.php:221
1180
+ #@ my-calendar
1181
+ msgid "You do not have permission to reject that event."
1182
+ msgstr ""
1183
+
1184
+ #: my-calendar-event-manager.php:263
1185
+ #@ my-calendar
1186
+ msgid "Currently editing your local calendar"
1187
+ msgstr ""
1188
+
1189
+ #: my-calendar-event-manager.php:265
1190
+ #@ my-calendar
1191
+ msgid "Currently editing your central calendar"
1192
+ msgstr ""
1193
+
1194
+ #: my-calendar-event-manager.php:284
1195
+ #@ my-calendar
1196
+ msgid "Copy Event"
1197
+ msgstr ""
1198
+
1199
+ #: my-calendar-event-manager.php:323
1200
+ #@ my-calendar
1201
+ msgid "I'm sorry! I couldn't add that event to the database."
1202
+ msgstr ""
1203
+
1204
+ #: my-calendar-event-manager.php:356
1205
+ #: my-calendar-group-manager.php:150
1206
+ #@ my-calendar
1207
+ msgid "Your event was not updated."
1208
+ msgstr ""
1209
+
1210
+ #: my-calendar-event-manager.php:358
1211
+ #: my-calendar-group-manager.php:59
1212
+ #: my-calendar-group-manager.php:85
1213
+ #: my-calendar-group-manager.php:152
1214
+ #@ my-calendar
1215
+ msgid "Nothing was changed in that update."
1216
+ msgstr ""
1217
+
1218
+ #: my-calendar-event-manager.php:366
1219
+ #: my-calendar-group-manager.php:158
1220
+ #@ my-calendar
1221
+ msgid "You do not have sufficient permissions to edit that event."
1222
+ msgstr ""
1223
+
1224
+ #: my-calendar-event-manager.php:430
1225
+ #@ my-calendar
1226
+ msgid "This event must be approved in order for it to appear on the calendar."
1227
+ msgstr ""
1228
+
1229
+ #: my-calendar-event-manager.php:483
1230
+ #@ my-calendar
1231
+ msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
1232
+ msgstr ""
1233
+
1234
+ #: my-calendar-event-manager.php:489
1235
+ #: my-calendar-event-manager.php:618
1236
+ #: my-calendar-group-manager.php:292
1237
+ #@ my-calendar
1238
+ msgid "(required)"
1239
+ msgstr ""
1240
+
1241
+ #: my-calendar-event-manager.php:493
1242
+ #@ my-calendar
1243
+ msgid "Publish"
1244
+ msgstr ""
1245
+
1246
+ #: my-calendar-event-manager.php:493
1247
+ #@ my-calendar
1248
+ msgid "You must approve this event to promote it to the calendar."
1249
+ msgstr ""
1250
+
1251
+ #: my-calendar-event-manager.php:495
1252
+ #@ my-calendar
1253
+ msgid "An administrator must approve your new event."
1254
+ msgstr ""
1255
+
1256
+ #: my-calendar-event-manager.php:508
1257
+ #@ my-calendar
1258
+ msgid "This event is not spam"
1259
+ msgstr ""
1260
+
1261
+ #: my-calendar-event-manager.php:526
1262
+ #: my-calendar-event-manager.php:539
1263
+ #: my-calendar-group-manager.php:317
1264
+ #: my-calendar-group-manager.php:325
1265
+ #@ my-calendar
1266
+ msgid "This event's image:"
1267
+ msgstr ""
1268
+
1269
+ #: my-calendar-event-manager.php:528
1270
+ #: my-calendar-group-manager.php:319
1271
+ #@ my-calendar
1272
+ msgid "Add an image:"
1273
+ msgstr ""
1274
+
1275
+ #: my-calendar-event-manager.php:532
1276
+ #: my-calendar-group-manager.php:319
1277
+ #@ my-calendar
1278
+ msgid "Upload Image"
1279
+ msgstr ""
1280
+
1281
+ #: my-calendar-event-manager.php:532
1282
+ #: my-calendar-group-manager.php:319
1283
+ #@ my-calendar
1284
+ msgid "Include your image URL or upload an image."
1285
+ msgstr ""
1286
+
1287
+ #: my-calendar-event-manager.php:545
1288
+ #: my-calendar-group-manager.php:331
1289
+ #@ my-calendar
1290
+ msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1291
+ msgstr ""
1292
+
1293
+ #: my-calendar-event-manager.php:549
1294
+ #: my-calendar-group-manager.php:335
1295
+ #@ my-calendar
1296
+ msgid "Event Host"
1297
+ msgstr ""
1298
+
1299
+ #: my-calendar-event-manager.php:593
1300
+ #: my-calendar-group-manager.php:379
1301
+ #@ my-calendar
1302
+ msgid "This link will expire when the event passes."
1303
+ msgstr ""
1304
+
1305
+ #: my-calendar-event-manager.php:601
1306
+ #@ my-calendar
1307
+ msgid "Event Date and Time"
1308
+ msgstr ""
1309
+
1310
+ #: my-calendar-event-manager.php:618
1311
+ #@ my-calendar
1312
+ msgid "Time (hh:mm am/pm)"
1313
+ msgstr ""
1314
+
1315
+ #: my-calendar-event-manager.php:627
1316
+ #@ my-calendar
1317
+ msgid "End Date (YYYY-MM-DD)"
1318
+ msgstr ""
1319
+
1320
+ #: my-calendar-event-manager.php:627
1321
+ #@ my-calendar
1322
+ msgid "End Time (hh:mm am/pm)"
1323
+ msgstr ""
1324
+
1325
+ #: my-calendar-event-manager.php:641
1326
+ #@ my-calendar
1327
+ msgid "Add another occurrence"
1328
+ msgstr ""
1329
+
1330
+ #: my-calendar-event-manager.php:642
1331
+ #@ my-calendar
1332
+ msgid "Remove last occurrence"
1333
+ msgstr ""
1334
+
1335
+ #: my-calendar-event-manager.php:660
1336
+ #: my-calendar-templates.php:115
1337
+ #@ my-calendar
1338
+ msgid "Does not recur"
1339
+ msgstr ""
1340
+
1341
+ #: my-calendar-event-manager.php:662
1342
+ #: my-calendar-templates.php:117
1343
+ #@ my-calendar
1344
+ msgid "Daily, weekdays only"
1345
+ msgstr ""
1346
+
1347
+ #: my-calendar-event-manager.php:664
1348
+ #: my-calendar-templates.php:119
1349
+ #@ my-calendar
1350
+ msgid "Bi-weekly"
1351
+ msgstr ""
1352
+
1353
+ #: my-calendar-event-manager.php:665
1354
+ #@ my-calendar
1355
+ msgid "Date of Month (e.g., the 24th of each month)"
1356
+ msgstr ""
1357
+
1358
+ #: my-calendar-event-manager.php:666
1359
+ #@ my-calendar
1360
+ msgid "Day of Month (e.g., the 3rd Monday of each month)"
1361
+ msgstr ""
1362
+
1363
+ #: my-calendar-event-manager.php:667
1364
+ #: my-calendar-templates.php:122
1365
+ #@ my-calendar
1366
+ msgid "Annually"
1367
+ msgstr ""
1368
+
1369
+ #: my-calendar-event-manager.php:669
1370
+ #@ my-calendar
1371
+ msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
1372
+ msgstr ""
1373
+
1374
+ #: my-calendar-event-manager.php:686
1375
+ #: my-calendar-group-manager.php:390
1376
+ #@ my-calendar
1377
+ msgid "Event Registration Status"
1378
+ msgstr ""
1379
+
1380
+ #: my-calendar-event-manager.php:687
1381
+ #: my-calendar-group-manager.php:391
1382
+ #@ my-calendar
1383
+ msgid "My Calendar does not manage event registrations. Use this for information only."
1384
+ msgstr ""
1385
+
1386
+ #: my-calendar-event-manager.php:689
1387
+ #: my-calendar-group-manager.php:393
1388
+ #@ my-calendar
1389
+ msgid "Open"
1390
+ msgstr ""
1391
+
1392
+ #: my-calendar-event-manager.php:690
1393
+ #: my-calendar-group-manager.php:394
1394
+ #@ my-calendar
1395
+ msgid "Closed"
1396
+ msgstr ""
1397
+
1398
+ #: my-calendar-event-manager.php:691
1399
+ #: my-calendar-group-manager.php:395
1400
+ #@ my-calendar
1401
+ msgid "Does not apply"
1402
+ msgstr ""
1403
+
1404
+ #: my-calendar-event-manager.php:694
1405
+ #: my-calendar-group-manager.php:398
1406
+ #@ my-calendar
1407
+ msgid "If this event recurs, it can only be registered for as a complete series."
1408
+ msgstr ""
1409
+
1410
+ #: my-calendar-event-manager.php:711
1411
+ #: my-calendar-group-manager.php:415
1412
+ #: my-calendar-locations.php:127
1413
+ #@ my-calendar
1414
+ msgid "Event Location"
1415
+ msgstr ""
1416
+
1417
+ #: my-calendar-event-manager.php:718
1418
+ #: my-calendar-group-manager.php:422
1419
+ #@ my-calendar
1420
+ msgid "Choose a preset location:"
1421
+ msgstr ""
1422
+
1423
+ #: my-calendar-event-manager.php:732
1424
+ #: my-calendar-group-manager.php:436
1425
+ #@ my-calendar
1426
+ msgid "Add recurring locations for later use."
1427
+ msgstr ""
1428
+
1429
+ #: my-calendar-event-manager.php:803
1430
+ #: my-calendar-group-manager.php:469
1431
+ #: my-calendar-locations.php:191
1432
+ #@ my-calendar
1433
+ msgid "Initial Zoom"
1434
+ msgstr ""
1435
+
1436
+ #: my-calendar-event-manager.php:805
1437
+ #: my-calendar-group-manager.php:471
1438
+ #: my-calendar-locations.php:193
1439
+ #@ my-calendar
1440
+ msgid "Neighborhood"
1441
+ msgstr ""
1442
+
1443
+ #: my-calendar-event-manager.php:806
1444
+ #: my-calendar-group-manager.php:472
1445
+ #: my-calendar-locations.php:194
1446
+ #@ my-calendar
1447
+ msgid "Small City"
1448
+ msgstr ""
1449
+
1450
+ #: my-calendar-event-manager.php:807
1451
+ #: my-calendar-group-manager.php:473
1452
+ #: my-calendar-locations.php:195
1453
+ #@ my-calendar
1454
+ msgid "Large City"
1455
+ msgstr ""
1456
+
1457
+ #: my-calendar-event-manager.php:808
1458
+ #: my-calendar-group-manager.php:474
1459
+ #: my-calendar-locations.php:196
1460
+ #@ my-calendar
1461
+ msgid "Greater Metro Area"
1462
+ msgstr ""
1463
+
1464
+ #: my-calendar-event-manager.php:814
1465
+ #: my-calendar-group-manager.php:480
1466
+ #@ my-calendar
1467
+ msgid "Location URL"
1468
+ msgstr ""
1469
+
1470
+ #: my-calendar-event-manager.php:817
1471
+ #: my-calendar-group-manager.php:483
1472
+ #: my-calendar-locations.php:205
1473
+ #@ my-calendar
1474
+ msgid "GPS Coordinates (optional)"
1475
+ msgstr ""
1476
+
1477
+ #: my-calendar-event-manager.php:819
1478
+ #: my-calendar-group-manager.php:485
1479
+ #@ my-calendar
1480
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1481
+ msgstr ""
1482
+
1483
+ #: my-calendar-event-manager.php:822
1484
+ #: my-calendar-group-manager.php:488
1485
+ #: my-calendar-locations.php:210
1486
+ #@ my-calendar
1487
+ msgid "Latitude"
1488
+ msgstr ""
1489
+
1490
+ #: my-calendar-event-manager.php:822
1491
+ #: my-calendar-group-manager.php:488
1492
+ #: my-calendar-locations.php:211
1493
+ #@ my-calendar
1494
+ msgid "Longitude"
1495
+ msgstr ""
1496
+
1497
+ #: my-calendar-event-manager.php:835
1498
+ #@ my-calendar
1499
+ msgid "Special Options"
1500
+ msgstr ""
1501
+
1502
+ #: my-calendar-event-manager.php:837
1503
+ #@ my-calendar
1504
+ msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
1505
+ msgstr ""
1506
+
1507
+ #: my-calendar-event-manager.php:840
1508
+ #@ my-calendar
1509
+ msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
1510
+ msgstr ""
1511
+
1512
+ #: my-calendar-event-manager.php:919
1513
+ #: my-calendar-templates.php:203
1514
+ #@ my-calendar
1515
+ msgid "Published"
1516
+ msgstr ""
1517
+
1518
+ #: my-calendar-event-manager.php:920
1519
+ #: my-calendar-templates.php:203
1520
+ #@ my-calendar
1521
+ msgid "Reserved"
1522
+ msgstr ""
1523
+
1524
+ #: my-calendar-event-manager.php:921
1525
+ #@ my-calendar
1526
+ msgid "All"
1527
+ msgstr ""
1528
+
1529
+ #: my-calendar-event-manager.php:931
1530
+ #: my-calendar-group-manager.php:703
1531
+ #@ my-calendar
1532
+ msgid "Table of Calendar Events"
1533
+ msgstr ""
1534
+
1535
+ #: my-calendar-event-manager.php:936
1536
+ #: my-calendar-group-manager.php:709
1537
+ #: my-calendar-locations.php:276
1538
+ #@ my-calendar
1539
+ msgid "Location"
1540
+ msgstr ""
1541
+
1542
+ #: my-calendar-event-manager.php:975
1543
+ #: my-calendar-group-manager.php:748
1544
+ #@ my-calendar
1545
+ msgid "Weekdays"
1546
+ msgstr ""
1547
+
1548
+ #: my-calendar-event-manager.php:977
1549
+ #: my-calendar-group-manager.php:750
1550
+ #@ my-calendar
1551
+ msgid "Bi-Weekly"
1552
+ msgstr ""
1553
+
1554
+ #: my-calendar-event-manager.php:978
1555
+ #: my-calendar-group-manager.php:751
1556
+ #@ my-calendar
1557
+ msgid "Monthly (by date)"
1558
+ msgstr ""
1559
+
1560
+ #: my-calendar-event-manager.php:979
1561
+ #: my-calendar-group-manager.php:752
1562
+ #@ my-calendar
1563
+ msgid "Monthly (by day)"
1564
+ msgstr ""
1565
+
1566
+ #: my-calendar-event-manager.php:984
1567
+ #: my-calendar-group-manager.php:757
1568
+ #, php-format
1569
+ #@ my-calendar
1570
+ msgid "%d Times"
1571
+ msgstr ""
1572
+
1573
+ #: my-calendar-event-manager.php:999
1574
+ #@ my-calendar
1575
+ msgid "Copy"
1576
+ msgstr ""
1577
+
1578
+ #: my-calendar-event-manager.php:1002
1579
+ #: my-calendar-group-manager.php:775
1580
+ #: my-calendar-output.php:287
1581
+ #@ my-calendar
1582
+ msgid "Edit Group"
1583
+ msgstr ""
1584
+
1585
+ #: my-calendar-event-manager.php:1005
1586
+ #: my-calendar-group-manager.php:779
1587
+ #@ my-calendar
1588
+ msgid "Not editable."
1589
+ msgstr ""
1590
+
1591
+ #: my-calendar-event-manager.php:1011
1592
+ #@ my-calendar
1593
+ msgid "Reject"
1594
+ msgstr ""
1595
+
1596
+ #: my-calendar-event-manager.php:1013
1597
+ #@ my-calendar
1598
+ msgid "Approve"
1599
+ msgstr ""
1600
+
1601
+ #: my-calendar-event-manager.php:1018
1602
+ #@ my-calendar
1603
+ msgid "Approved"
1604
+ msgstr ""
1605
+
1606
+ #: my-calendar-event-manager.php:1020
1607
+ #@ my-calendar
1608
+ msgid "Rejected"
1609
+ msgstr ""
1610
+
1611
+ #: my-calendar-event-manager.php:1022
1612
+ #@ my-calendar
1613
+ msgid "Awaiting Approval"
1614
+ msgstr ""
1615
+
1616
+ #: my-calendar-event-manager.php:1033
1617
+ #@ my-calendar
1618
+ msgid "Delete checked events"
1619
+ msgstr ""
1620
+
1621
+ #: my-calendar-event-manager.php:1190
1622
+ #@ my-calendar
1623
+ msgid "Both start and end dates must be in the format YYYY-MM-DD"
1624
+ msgstr ""
1625
+
1626
+ #: my-calendar-event-manager.php:1206
1627
+ #@ my-calendar
1628
+ msgid "The end time field must either be blank or be entered in the format hh:mm"
1629
+ msgstr ""
1630
+
1631
+ #: my-calendar-event-manager.php:1222
1632
+ #: my-calendar-group-manager.php:576
1633
+ #@ my-calendar
1634
+ msgid "The event title must be between 1 and 255 characters in length."
1635
+ msgstr ""
1636
+
1637
+ #: my-calendar-event-manager.php:1228
1638
+ #@ my-calendar
1639
+ msgid "The repetition value must be 0 unless a type of recurrence is selected."
1640
+ msgstr ""
1641
+
1642
+ #: my-calendar-group-manager.php:57
1643
+ #@ my-calendar
1644
+ msgid "Event not updated."
1645
+ msgstr ""
1646
+
1647
+ #: my-calendar-group-manager.php:83
1648
+ #@ my-calendar
1649
+ msgid "Event not grouped."
1650
+ msgstr ""
1651
+
1652
+ #: my-calendar-group-manager.php:87
1653
+ #@ my-calendar
1654
+ msgid "Event grouped successfully"
1655
+ msgstr ""
1656
+
1657
+ #: my-calendar-group-manager.php:105
1658
+ #: my-calendar-group-manager.php:261
1659
+ #: my-calendar-group-manager.php:287
1660
+ #@ my-calendar
1661
+ msgid "Edit Event Group"
1662
+ msgstr ""
1663
+
1664
+ #: my-calendar-group-manager.php:109
1665
+ #@ my-calendar
1666
+ msgid "You must provide an event group id in order to edit it"
1667
+ msgstr ""
1668
+
1669
+ #: my-calendar-group-manager.php:117
1670
+ #: my-calendar.php:169
1671
+ #@ my-calendar
1672
+ msgid "Manage Event Groups"
1673
+ msgstr ""
1674
+
1675
+ #: my-calendar-group-manager.php:119
1676
+ #@ my-calendar
1677
+ msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
1678
+ msgstr ""
1679
+
1680
+ #: my-calendar-group-manager.php:120
1681
+ #@ my-calendar
1682
+ msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
1683
+ msgstr ""
1684
+
1685
+ #: my-calendar-group-manager.php:214
1686
+ #@ my-calendar
1687
+ msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
1688
+ msgstr ""
1689
+
1690
+ #: my-calendar-group-manager.php:221
1691
+ #@ my-calendar
1692
+ msgid "Apply these changes to:"
1693
+ msgstr ""
1694
+
1695
+ #: my-calendar-group-manager.php:232
1696
+ #@ my-calendar
1697
+ msgid "Check/Uncheck all"
1698
+ msgstr ""
1699
+
1700
+ #: my-calendar-group-manager.php:234
1701
+ #@ my-calendar
1702
+ msgid "Remove checked events from this group"
1703
+ msgstr ""
1704
+
1705
+ #: my-calendar-group-manager.php:251
1706
+ #@ my-calendar
1707
+ msgid "You must provide a group ID to edit groups"
1708
+ msgstr ""
1709
+
1710
+ #: my-calendar-group-manager.php:690
1711
+ #@ my-calendar
1712
+ msgid "Create/Modify Groups"
1713
+ msgstr ""
1714
+
1715
+ #: my-calendar-group-manager.php:691
1716
+ #@ my-calendar
1717
+ msgid "Check a set of events to group them for mass editing."
1718
+ msgstr ""
1719
+
1720
+ #: my-calendar-group-manager.php:701
1721
+ #: my-calendar-group-manager.php:787
1722
+ #@ my-calendar
1723
+ msgid "Group checked events for mass editing"
1724
+ msgstr ""
1725
+
1726
+ #: my-calendar-group-manager.php:707
1727
+ #@ my-calendar
1728
+ msgid "Group"
1729
+ msgstr ""
1730
+
1731
+ #: my-calendar-group-manager.php:777
1732
+ #@ my-calendar
1733
+ msgid "Ungrouped"
1734
+ msgstr ""
1735
+
1736
+ #: my-calendar-help.php:15
1737
+ #@ my-calendar
1738
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1739
+ msgstr ""
1740
+
1741
+ #: my-calendar-help.php:17
1742
+ #@ my-calendar
1743
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
1744
+ msgstr ""
1745
+
1746
+ #: my-calendar-help.php:22
1747
+ #@ my-calendar
1748
+ msgid "The shortcode supports eight attributes:"
1749
+ msgstr ""
1750
+
1751
+ #: my-calendar-help.php:24
1752
+ #@ my-calendar
1753
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
1754
+ msgstr ""
1755
+
1756
+ #: my-calendar-help.php:25
1757
+ #@ my-calendar
1758
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
1759
+ msgstr ""
1760
+
1761
+ #: my-calendar-help.php:26
1762
+ #@ my-calendar
1763
+ msgid "Set as \"no\" to hide the category key."
1764
+ msgstr ""
1765
+
1766
+ #: my-calendar-help.php:27
1767
+ #@ my-calendar
1768
+ msgid "Set as \"no\" to hide the month-by-month navigation."
1769
+ msgstr ""
1770
+
1771
+ #: my-calendar-help.php:28
1772
+ #@ my-calendar
1773
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
1774
+ msgstr ""
1775
+
1776
+ #: my-calendar-help.php:29
1777
+ #@ my-calendar
1778
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
1779
+ msgstr ""
1780
+
1781
+ #: my-calendar-help.php:30
1782
+ #@ my-calendar
1783
+ msgid "The type of location data to restrict by."
1784
+ msgstr ""
1785
+
1786
+ #: my-calendar-help.php:31
1787
+ #@ my-calendar
1788
+ msgid "The specific location information to filter to."
1789
+ msgstr ""
1790
+
1791
+ #: my-calendar-help.php:35
1792
+ #@ my-calendar
1793
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
1794
+ msgstr ""
1795
+
1796
+ #: my-calendar-help.php:37
1797
+ #@ my-calendar
1798
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
1799
+ msgstr ""
1800
+
1801
+ #: my-calendar-help.php:42
1802
+ #@ my-calendar
1803
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1804
+ msgstr ""
1805
+
1806
+ #: my-calendar-help.php:45
1807
+ #@ my-calendar
1808
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
1809
+ msgstr ""
1810
+
1811
+ #: my-calendar-help.php:48
1812
+ #@ my-calendar
1813
+ msgid "Supplement Features (Locations filter, Categories filter)"
1814
+ msgstr ""
1815
+
1816
+ #: my-calendar-help.php:51
1817
+ #@ my-calendar
1818
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
1819
+ msgstr ""
1820
+
1821
+ #: my-calendar-help.php:54
1822
+ #@ my-calendar
1823
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
1824
+ msgstr ""
1825
+
1826
+ #: my-calendar-help.php:57
1827
+ #@ my-calendar
1828
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
1829
+ msgstr ""
1830
+
1831
+ #: my-calendar-help.php:69
1832
+ #@ my-calendar
1833
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
1834
+ msgstr ""
1835
+
1836
+ #: my-calendar-help.php:69
1837
+ #@ my-calendar
1838
+ msgid "You can alternately place icons in:"
1839
+ msgstr ""
1840
+
1841
+ #: my-calendar-help.php:77
1842
+ #@ my-calendar
1843
+ msgid "Custom Styles"
1844
+ msgstr ""
1845
+
1846
+ #: my-calendar-help.php:80
1847
+ #@ my-calendar
1848
+ msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1849
+ msgstr ""
1850
+
1851
+ #: my-calendar-help.php:83
1852
+ #@ my-calendar
1853
+ msgid "Your stylesheet directory is"
1854
+ msgstr ""
1855
+
1856
+ #: my-calendar-help.php:84
1857
+ #@ my-calendar
1858
+ msgid "Your custom stylesheets directory is"
1859
+ msgstr ""
1860
+
1861
+ #: my-calendar-help.php:95
1862
+ #@ my-calendar
1863
+ msgid "These codes are available in calendar widgets, email notifications, and event titles."
1864
+ msgstr ""
1865
+
1866
+ #: my-calendar-help.php:97
1867
+ #: my-calendar-templating.php:70
1868
+ #@ my-calendar
1869
+ msgid "Event Template Tags"
1870
+ msgstr ""
1871
+
1872
+ #: my-calendar-help.php:109
1873
+ #@ my-calendar
1874
+ msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
1875
+ msgstr ""
1876
+
1877
+ #: my-calendar-help.php:112
1878
+ #@ my-calendar
1879
+ msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
1880
+ msgstr ""
1881
+
1882
+ #: my-calendar-help.php:118
1883
+ #@ my-calendar
1884
+ msgid "Displays the date on which the event ends."
1885
+ msgstr ""
1886
+
1887
+ #: my-calendar-help.php:121
1888
+ #@ my-calendar
1889
+ msgid "Displays the time at which the event ends."
1890
+ msgstr ""
1891
+
1892
+ #: my-calendar-help.php:133
1893
+ #@ my-calendar
1894
+ msgid "Displays the name of the person assigned as host for the event."
1895
+ msgstr ""
1896
+
1897
+ #: my-calendar-help.php:136
1898
+ #@ my-calendar
1899
+ msgid "Displays the email address of the person assigned as host for the event."
1900
+ msgstr ""
1901
+
1902
+ #: my-calendar-help.php:139
1903
+ #@ my-calendar
1904
+ msgid "Displays the short version of the event description."
1905
+ msgstr ""
1906
+
1907
+ #: my-calendar-help.php:151
1908
+ #: my-calendar-templating.php:115
1909
+ #@ my-calendar
1910
+ msgid "Image associated with the event."
1911
+ msgstr ""
1912
+
1913
+ #: my-calendar-help.php:157
1914
+ #@ my-calendar
1915
+ msgid "Produces the URL to download an iCal formatted record for the event."
1916
+ msgstr ""
1917
+
1918
+ #: my-calendar-help.php:160
1919
+ #@ my-calendar
1920
+ msgid "Produces a hyperlink to download an iCal formatted record for the event."
1921
+ msgstr ""
1922
+
1923
+ #: my-calendar-help.php:163
1924
+ #@ my-calendar
1925
+ msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
1926
+ msgstr ""
1927
+
1928
+ #: my-calendar-help.php:166
1929
+ #@ my-calendar
1930
+ msgid "Shows the number of repetitions of the event."
1931
+ msgstr ""
1932
+
1933
+ #: my-calendar-help.php:169
1934
+ #@ my-calendar
1935
+ msgid "Provides a link to an auto-generated page containing all information on the given event."
1936
+ msgstr ""
1937
+
1938
+ #: my-calendar-help.php:169
1939
+ #@ my-calendar
1940
+ msgid "Requires that the site URL has been provided on the Settings page"
1941
+ msgstr ""
1942
+
1943
+ #: my-calendar-help.php:172
1944
+ #@ my-calendar
1945
+ msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1946
+ msgstr ""
1947
+
1948
+ #: my-calendar-help.php:175
1949
+ #@ my-calendar
1950
+ msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1951
+ msgstr ""
1952
+
1953
+ #: my-calendar-help.php:177
1954
+ #: my-calendar-templating.php:129
1955
+ #@ my-calendar
1956
+ msgid "Location Template Tags"
1957
+ msgstr ""
1958
+
1959
+ #: my-calendar-help.php:190
1960
+ #@ my-calendar
1961
+ msgid "Displays the city for the location."
1962
+ msgstr ""
1963
+
1964
+ #: my-calendar-help.php:193
1965
+ #@ my-calendar
1966
+ msgid "Displays the state for the location."
1967
+ msgstr ""
1968
+
1969
+ #: my-calendar-help.php:196
1970
+ #@ my-calendar
1971
+ msgid "Displays the postcode for the location."
1972
+ msgstr ""
1973
+
1974
+ #: my-calendar-help.php:199
1975
+ #@ my-calendar
1976
+ msgid "Shows the custom region entered for the location."
1977
+ msgstr ""
1978
+
1979
+ #: my-calendar-help.php:205
1980
+ #@ my-calendar
1981
+ msgid "Output the URL for the location link."
1982
+ msgstr ""
1983
+
1984
+ #: my-calendar-help.php:208
1985
+ #@ my-calendar
1986
+ msgid "Output a hyperlink to the location's listed link with default link text."
1987
+ msgstr ""
1988
+
1989
+ #: my-calendar-help.php:216
1990
+ #: my-calendar-templating.php:165
1991
+ #@ my-calendar
1992
+ msgid "Category Template Tags"
1993
+ msgstr ""
1994
+
1995
+ #: my-calendar-help.php:223
1996
+ #@ my-calendar
1997
+ msgid "Produces the address of the current event's category icon."
1998
+ msgstr ""
1999
+
2000
+ #: my-calendar-help.php:226
2001
+ #@ my-calendar
2002
+ msgid "Produces the HTML for the current event's category icon."
2003
+ msgstr ""
2004
+
2005
+ #: my-calendar-help.php:229
2006
+ #@ my-calendar
2007
+ msgid "Produces the hex code for the current event's category color."
2008
+ msgstr ""
2009
+
2010
+ #: my-calendar-help.php:232
2011
+ #@ my-calendar
2012
+ msgid ""
2013
+ "Displays the ID for\n"
2014
+ " the category the event is in."
2015
+ msgstr ""
2016
+
2017
+ #: my-calendar-help.php:236
2018
+ #@ my-calendar
2019
+ msgid "Special use Template Tags"
2020
+ msgstr ""
2021
+
2022
+ #: my-calendar-help.php:240
2023
+ #@ my-calendar
2024
+ msgid "A unique ID for the current instance of an event."
2025
+ msgstr ""
2026
+
2027
+ #: my-calendar-help.php:243
2028
+ #@ my-calendar
2029
+ msgid "The ID for the event record associated with the current instance of an event."
2030
+ msgstr ""
2031
+
2032
+ #: my-calendar-help.php:260
2033
+ #@ my-calendar
2034
+ msgid "Helpful Information"
2035
+ msgstr ""
2036
+
2037
+ #: my-calendar-help.php:263
2038
+ #@ my-calendar
2039
+ msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
2040
+ msgstr ""
2041
+
2042
+ #: my-calendar-help.php:266
2043
+ #@ my-calendar
2044
+ msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
2045
+ msgstr ""
2046
+
2047
+ #: my-calendar-settings.php:52
2048
+ #@ my-calendar
2049
+ msgid "Categories imported successfully."
2050
+ msgstr ""
2051
+
2052
+ #: my-calendar-settings.php:52
2053
+ #@ my-calendar
2054
+ msgid "Categories not imported."
2055
+ msgstr ""
2056
+
2057
+ #: my-calendar-settings.php:53
2058
+ #@ my-calendar
2059
+ msgid "Events imported successfully."
2060
+ msgstr ""
2061
+
2062
+ #: my-calendar-settings.php:53
2063
+ #@ my-calendar
2064
+ msgid "Events not imported."
2065
+ msgstr ""
2066
+
2067
+ #: my-calendar-install.php:213
2068
+ #@ my-calendar
2069
+ msgid "My Calendar Default Timezone"
2070
+ msgstr ""
2071
+
2072
+ #: my-calendar-install.php:258
2073
+ #@ my-calendar
2074
+ msgid "My Calendar Default Location"
2075
+ msgstr ""
2076
+
2077
+ #: my-calendar-locations.php:44
2078
+ #@ my-calendar
2079
+ msgid "Location added successfully"
2080
+ msgstr ""
2081
+
2082
+ #: my-calendar-locations.php:46
2083
+ #@ my-calendar
2084
+ msgid "Location could not be added to database"
2085
+ msgstr ""
2086
+
2087
+ #: my-calendar-locations.php:52
2088
+ #@ my-calendar
2089
+ msgid "Location deleted successfully"
2090
+ msgstr ""
2091
+
2092
+ #: my-calendar-locations.php:54
2093
+ #@ my-calendar
2094
+ msgid "Location could not be deleted"
2095
+ msgstr ""
2096
+
2097
+ #: my-calendar-locations.php:80
2098
+ #@ my-calendar
2099
+ msgid "Location could not be edited."
2100
+ msgstr ""
2101
+
2102
+ #: my-calendar-locations.php:82
2103
+ #@ my-calendar
2104
+ msgid "Location was not changed."
2105
+ msgstr ""
2106
+
2107
+ #: my-calendar-locations.php:84
2108
+ #@ my-calendar
2109
+ msgid "Location edited successfully"
2110
+ msgstr ""
2111
+
2112
+ #: my-calendar-locations.php:104
2113
+ #@ my-calendar
2114
+ msgid "Add New Location"
2115
+ msgstr ""
2116
+
2117
+ #: my-calendar-locations.php:106
2118
+ #@ my-calendar
2119
+ msgid "Edit Location"
2120
+ msgstr ""
2121
+
2122
+ #: my-calendar-locations.php:111
2123
+ #@ my-calendar
2124
+ msgid "Location Editor"
2125
+ msgstr ""
2126
+
2127
+ #: my-calendar-locations.php:202
2128
+ #@ my-calendar
2129
+ msgid "Website"
2130
+ msgstr ""
2131
+
2132
+ #: my-calendar-locations.php:207
2133
+ #@ my-calendar
2134
+ msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
2135
+ msgstr ""
2136
+
2137
+ #: my-calendar-locations.php:215
2138
+ #@ my-calendar
2139
+ msgid "Add Location"
2140
+ msgstr ""
2141
+
2142
+ #: my-calendar-locations.php:222
2143
+ #@ my-calendar
2144
+ msgid "Add a New Location"
2145
+ msgstr ""
2146
+
2147
+ #: my-calendar-locations.php:263
2148
+ #: my-calendar.php:170
2149
+ #@ my-calendar
2150
+ msgid "Manage Locations"
2151
+ msgstr ""
2152
+
2153
+ #: my-calendar-locations.php:298
2154
+ #@ my-calendar
2155
+ msgid "There are no locations in the database yet!"
2156
+ msgstr ""
2157
+
2158
+ #: my-calendar-locations.php:302
2159
+ #@ my-calendar
2160
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
2161
+ msgstr ""
2162
+
2163
+ #: my-calendar-output.php:171
2164
+ #: my-calendar-output.php:282
2165
+ #@ my-calendar
2166
+ msgid "Close"
2167
+ msgstr ""
2168
+
2169
+ #: my-calendar-output.php:180
2170
+ #, php-format
2171
+ #@ my-calendar
2172
+ msgid "(%s in your time zone)"
2173
+ msgstr ""
2174
+
2175
+ #: my-calendar-output.php:207
2176
+ #: my-calendar-templates.php:205
2177
+ #@ my-calendar
2178
+ msgid "Details about"
2179
+ msgstr ""
2180
+
2181
+ #: my-calendar-output.php:228
2182
+ #: my-calendar-templates.php:155
2183
+ #@ my-calendar
2184
+ msgid "iCal"
2185
+ msgstr ""
2186
+
2187
+ #: my-calendar-output.php:262
2188
+ #@ my-calendar
2189
+ msgid "This class is part of a series. You must register for the first event in this series to attend."
2190
+ msgstr ""
2191
+
2192
+ #: my-calendar-output.php:267
2193
+ #@ my-calendar
2194
+ msgid "View full calendar"
2195
+ msgstr ""
2196
+
2197
+ #: my-calendar-output.php:300
2198
+ #@ my-calendar
2199
+ msgid "Edit This Date"
2200
+ msgstr ""
2201
+
2202
+ #: my-calendar-output.php:301
2203
+ #@ my-calendar
2204
+ msgid "Edit All"
2205
+ msgstr ""
2206
+
2207
+ #: my-calendar-output.php:302
2208
+ #@ my-calendar
2209
+ msgid "Delete This Date"
2210
+ msgstr ""
2211
+
2212
+ #: my-calendar-output.php:303
2213
+ #@ my-calendar
2214
+ msgid "Delete All"
2215
+ msgstr ""
2216
+
2217
+ #: my-calendar-output.php:456
2218
+ #@ my-calendar
2219
+ msgid "View as Grid"
2220
+ msgstr ""
2221
+
2222
+ #: my-calendar-output.php:460
2223
+ #@ my-calendar
2224
+ msgid "View as List"
2225
+ msgstr ""
2226
+
2227
+ #: my-calendar-output.php:492
2228
+ #@ my-calendar
2229
+ msgid "<abbr title=\"Sunday\">S</abbr>"
2230
+ msgstr ""
2231
+
2232
+ #: my-calendar-output.php:493
2233
+ #@ my-calendar
2234
+ msgid "<abbr title=\"Monday\">M</abbr>"
2235
+ msgstr ""
2236
+
2237
+ #: my-calendar-output.php:494
2238
+ #@ my-calendar
2239
+ msgid "<abbr title=\"Tuesday\">T</abbr>"
2240
+ msgstr ""
2241
+
2242
+ #: my-calendar-output.php:495
2243
+ #@ my-calendar
2244
+ msgid "<abbr title=\"Wednesday\">W</abbr>"
2245
+ msgstr ""
2246
+
2247
+ #: my-calendar-output.php:496
2248
+ #@ my-calendar
2249
+ msgid "<abbr title=\"Thursday\">T</abbr>"
2250
+ msgstr ""
2251
+
2252
+ #: my-calendar-output.php:497
2253
+ #@ my-calendar
2254
+ msgid "<abbr title=\"Friday\">F</abbr>"
2255
+ msgstr ""
2256
+
2257
+ #: my-calendar-output.php:498
2258
+ #@ my-calendar
2259
+ msgid "<abbr title=\"Saturday\">S</abbr>"
2260
+ msgstr ""
2261
+
2262
+ #: my-calendar-output.php:600
2263
+ #@ my-calendar
2264
+ msgid "No events scheduled for today!"
2265
+ msgstr ""
2266
+
2267
+ #: my-calendar-output.php:627
2268
+ #@ my-calendar
2269
+ msgid "and"
2270
+ msgstr ""
2271
+
2272
+ #: my-calendar-output.php:855
2273
+ #, php-format
2274
+ #@ my-calendar
2275
+ msgid " and %d other event"
2276
+ msgstr ""
2277
+
2278
+ #: my-calendar-output.php:857
2279
+ #, php-format
2280
+ #@ my-calendar
2281
+ msgid " and %d other events"
2282
+ msgstr ""
2283
+
2284
+ #: my-calendar-output.php:923
2285
+ #@ my-calendar
2286
+ msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2287
+ msgstr ""
2288
+
2289
+ #: my-calendar-output.php:924
2290
+ #@ my-calendar
2291
+ msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2292
+ msgstr ""
2293
+
2294
+ #: my-calendar-output.php:1043
2295
+ #@ my-calendar
2296
+ msgid "(select to include)"
2297
+ msgstr ""
2298
+
2299
+ #: my-calendar-output.php:1067
2300
+ #: my-calendar-output.php:1070
2301
+ #@ my-calendar
2302
+ msgid "All Categories"
2303
+ msgstr ""
2304
+
2305
+ #: my-calendar-output.php:1068
2306
+ #@ my-calendar
2307
+ msgid "Categories"
2308
+ msgstr ""
2309
+
2310
+ #: my-calendar-output.php:1089
2311
+ #: my-calendar-output.php:1267
2312
+ #@ my-calendar
2313
+ msgid "Submit"
2314
+ msgstr ""
2315
+
2316
+ #: my-calendar-output.php:1208
2317
+ #: my-calendar-output.php:1229
2318
+ #@ my-calendar
2319
+ msgid "Show all"
2320
+ msgstr ""
2321
+
2322
+ #: my-calendar-output.php:1227
2323
+ #@ my-calendar
2324
+ msgid "Show events in:"
2325
+ msgstr ""
2326
+
2327
+ #: my-calendar-settings.php:89
2328
+ #@ my-calendar
2329
+ msgid "Permissions Settings saved"
2330
+ msgstr ""
2331
+
2332
+ #: my-calendar-settings.php:134
2333
+ #@ my-calendar
2334
+ msgid "Output Settings saved"
2335
+ msgstr ""
2336
+
2337
+ #: my-calendar-settings.php:153
2338
+ #@ my-calendar
2339
+ msgid "Input Settings saved"
2340
+ msgstr ""
2341
+
2342
+ #: my-calendar-settings.php:180
2343
+ #@ my-calendar
2344
+ msgid "Custom text settings saved"
2345
+ msgstr ""
2346
+
2347
+ #: my-calendar-settings.php:192
2348
+ #@ my-calendar
2349
+ msgid "Email notice settings saved"
2350
+ msgstr ""
2351
+
2352
+ #: my-calendar-settings.php:206
2353
+ #@ my-calendar
2354
+ msgid "User custom settings saved"
2355
+ msgstr ""
2356
+
2357
+ #: my-calendar-settings.php:241
2358
+ #@ my-calendar
2359
+ msgid "Calendar Management Settings"
2360
+ msgstr ""
2361
+
2362
+ #: my-calendar-settings.php:246
2363
+ #@ my-calendar
2364
+ msgid "Calendar Options: Management"
2365
+ msgstr ""
2366
+
2367
+ #: my-calendar-settings.php:248
2368
+ #@ my-calendar
2369
+ msgid "Lowest user group that may create events"
2370
+ msgstr ""
2371
+
2372
+ #: my-calendar-settings.php:257
2373
+ #@ my-calendar
2374
+ msgid "Lowest user group that may approve events"
2375
+ msgstr ""
2376
+
2377
+ #: my-calendar-settings.php:263
2378
+ #@ my-calendar
2379
+ msgid "Enable approval options."
2380
+ msgstr ""
2381
+
2382
+ #: my-calendar-settings.php:266
2383
+ #@ my-calendar
2384
+ msgid "Lowest user group that may edit or delete all events"
2385
+ msgstr ""
2386
+
2387
+ #: my-calendar-settings.php:272
2388
+ #@ my-calendar
2389
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
2390
+ msgstr ""
2391
+
2392
+ #: my-calendar-settings.php:282
2393
+ #@ my-calendar
2394
+ msgid "Currently editing my local calendar"
2395
+ msgstr ""
2396
+
2397
+ #: my-calendar-settings.php:285
2398
+ #@ my-calendar
2399
+ msgid "Currently editing the network calendar"
2400
+ msgstr ""
2401
+
2402
+ #: my-calendar-settings.php:299
2403
+ #@ my-calendar
2404
+ msgid "Calendar Text Settings"
2405
+ msgstr ""
2406
+
2407
+ #: my-calendar-settings.php:304
2408
+ #@ my-calendar
2409
+ msgid "Calendar Options: Customizable Text Fields"
2410
+ msgstr ""
2411
+
2412
+ #: my-calendar-settings.php:307
2413
+ #@ my-calendar
2414
+ msgid "Label for events without a set time"
2415
+ msgstr ""
2416
+
2417
+ #: my-calendar-settings.php:310
2418
+ #@ my-calendar
2419
+ msgid "Previous events link"
2420
+ msgstr ""
2421
+
2422
+ #: my-calendar-settings.php:313
2423
+ #@ my-calendar
2424
+ msgid "Next events link"
2425
+ msgstr ""
2426
+
2427
+ #: my-calendar-settings.php:316
2428
+ #@ my-calendar
2429
+ msgid "If events are open"
2430
+ msgstr ""
2431
+
2432
+ #: my-calendar-settings.php:316
2433
+ #@ my-calendar
2434
+ msgid "Registration is open"
2435
+ msgstr ""
2436
+
2437
+ #: my-calendar-settings.php:319
2438
+ #@ my-calendar
2439
+ msgid "If events are closed"
2440
+ msgstr ""
2441
+
2442
+ #: my-calendar-settings.php:319
2443
+ #@ my-calendar
2444
+ msgid "Registration is closed"
2445
+ msgstr ""
2446
+
2447
+ #: my-calendar-settings.php:325
2448
+ #@ my-calendar
2449
+ msgid "Additional caption:"
2450
+ msgstr ""
2451
+
2452
+ #: my-calendar-settings.php:325
2453
+ #@ my-calendar
2454
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
2455
+ msgstr ""
2456
+
2457
+ #: my-calendar-settings.php:330
2458
+ #@ my-calendar
2459
+ msgid "Save Custom Text Settings"
2460
+ msgstr ""
2461
+
2462
+ #: my-calendar-settings.php:336
2463
+ #@ my-calendar
2464
+ msgid "Calendar Output Settings"
2465
+ msgstr ""
2466
+
2467
+ #: my-calendar-settings.php:342
2468
+ #@ my-calendar
2469
+ msgid "Calendar Options: Customize the Output of your Calendar"
2470
+ msgstr ""
2471
+
2472
+ #: my-calendar-settings.php:344
2473
+ #@ my-calendar
2474
+ msgid "General Calendar Options"
2475
+ msgstr ""
2476
+
2477
+ #: my-calendar-settings.php:348
2478
+ #@ my-calendar
2479
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
2480
+ msgstr ""
2481
+
2482
+ #: my-calendar-settings.php:372
2483
+ #@ my-calendar
2484
+ msgid "Time format"
2485
+ msgstr ""
2486
+
2487
+ #: my-calendar-settings.php:372
2488
+ #: my-calendar-settings.php:375
2489
+ #: my-calendar-settings.php:378
2490
+ #@ my-calendar
2491
+ msgid "Current:"
2492
+ msgstr ""
2493
+
2494
+ #: my-calendar-settings.php:384
2495
+ #@ my-calendar
2496
+ msgid "Show link to My Calendar RSS feed."
2497
+ msgstr ""
2498
+
2499
+ #: my-calendar-settings.php:384
2500
+ #@ my-calendar
2501
+ msgid "RSS feed shows recently added events."
2502
+ msgstr ""
2503
+
2504
+ #: my-calendar-settings.php:387
2505
+ #@ my-calendar
2506
+ msgid "Show link to iCal format download."
2507
+ msgstr ""
2508
+
2509
+ #: my-calendar-settings.php:387
2510
+ #@ my-calendar
2511
+ msgid "iCal outputs events occurring in the current calendar month."
2512
+ msgstr ""
2513
+
2514
+ #: my-calendar-settings.php:400
2515
+ #@ my-calendar
2516
+ msgid "Grid Layout Options"
2517
+ msgstr ""
2518
+
2519
+ #: my-calendar-settings.php:403
2520
+ #@ my-calendar
2521
+ msgid "Show Weekends on Calendar"
2522
+ msgstr ""
2523
+
2524
+ #: my-calendar-settings.php:410
2525
+ #@ my-calendar
2526
+ msgid "List Layout Options"
2527
+ msgstr ""
2528
+
2529
+ #: my-calendar-settings.php:423
2530
+ #@ my-calendar
2531
+ msgid "Event Details Options"
2532
+ msgstr ""
2533
+
2534
+ #: my-calendar-settings.php:426
2535
+ #@ my-calendar
2536
+ msgid "Event title template"
2537
+ msgstr ""
2538
+
2539
+ #: my-calendar-settings.php:427
2540
+ #: my-calendar-settings.php:437
2541
+ #@ my-calendar
2542
+ msgid "Templating Help"
2543
+ msgstr ""
2544
+
2545
+ #: my-calendar-settings.php:427
2546
+ #: my-calendar-settings.php:437
2547
+ #@ my-calendar
2548
+ msgid "All template tags are available."
2549
+ msgstr ""
2550
+
2551
+ #: my-calendar-settings.php:430
2552
+ #@ my-calendar
2553
+ msgid "Event details link text"
2554
+ msgstr ""
2555
+
2556
+ #: my-calendar-settings.php:435
2557
+ #@ my-calendar
2558
+ msgid "Event URL link text"
2559
+ msgstr ""
2560
+
2561
+ #: my-calendar-settings.php:440
2562
+ #@ my-calendar
2563
+ msgid "Display author's name"
2564
+ msgstr ""
2565
+
2566
+ #: my-calendar-settings.php:446
2567
+ #@ my-calendar
2568
+ msgid "Hide category icons"
2569
+ msgstr ""
2570
+
2571
+ #: my-calendar-settings.php:449
2572
+ #@ my-calendar
2573
+ msgid "Show Link to Google Map"
2574
+ msgstr ""
2575
+
2576
+ #: my-calendar-settings.php:452
2577
+ #@ my-calendar
2578
+ msgid "Show Event Address"
2579
+ msgstr ""
2580
+
2581
+ #: my-calendar-settings.php:455
2582
+ #@ my-calendar
2583
+ msgid "Show short description field on calendar."
2584
+ msgstr ""
2585
+
2586
+ #: my-calendar-settings.php:458
2587
+ #@ my-calendar
2588
+ msgid "Show full description field on calendar."
2589
+ msgstr ""
2590
+
2591
+ #: my-calendar-settings.php:461
2592
+ #@ my-calendar
2593
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
2594
+ msgstr ""
2595
+
2596
+ #: my-calendar-settings.php:464
2597
+ #@ my-calendar
2598
+ msgid "Event links expire after the event has passed."
2599
+ msgstr ""
2600
+
2601
+ #: my-calendar-settings.php:467
2602
+ #@ my-calendar
2603
+ msgid "Show current availability status"
2604
+ msgstr ""
2605
+
2606
+ #: my-calendar-settings.php:470
2607
+ #@ my-calendar
2608
+ msgid "Default usage of category colors."
2609
+ msgstr ""
2610
+
2611
+ #: my-calendar-settings.php:471
2612
+ #@ my-calendar
2613
+ msgid "Apply category colors to event titles as a font color."
2614
+ msgstr ""
2615
+
2616
+ #: my-calendar-settings.php:472
2617
+ #@ my-calendar
2618
+ msgid "Apply category colors to event titles as a background color."
2619
+ msgstr ""
2620
+
2621
+ #: my-calendar-settings.php:478
2622
+ #@ my-calendar
2623
+ msgid "Event Scheduling Options"
2624
+ msgstr ""
2625
+
2626
+ #: my-calendar-settings.php:481
2627
+ #@ my-calendar
2628
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
2629
+ msgstr ""
2630
+
2631
+ #: my-calendar-settings.php:484
2632
+ #@ my-calendar
2633
+ msgid "Holiday Category"
2634
+ msgstr ""
2635
+
2636
+ #: my-calendar-settings.php:502
2637
+ #@ my-calendar
2638
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
2639
+ msgstr ""
2640
+
2641
+ #: my-calendar-settings.php:505
2642
+ #@ my-calendar
2643
+ msgid "Default Sort order for Admin Events List"
2644
+ msgstr ""
2645
+
2646
+ #: my-calendar-settings.php:507
2647
+ #@ my-calendar
2648
+ msgid "Event ID"
2649
+ msgstr ""
2650
+
2651
+ #: my-calendar-settings.php:340
2652
+ #: my-calendar-settings.php:521
2653
+ #@ my-calendar
2654
+ msgid "Save Output Settings"
2655
+ msgstr ""
2656
+
2657
+ #: my-calendar-settings.php:527
2658
+ #@ my-calendar
2659
+ msgid "Calendar Input Settings"
2660
+ msgstr ""
2661
+
2662
+ #: my-calendar-settings.php:532
2663
+ #@ my-calendar
2664
+ msgid "Select which input fields will be available when adding or editing events."
2665
+ msgstr ""
2666
+
2667
+ #: my-calendar-settings.php:537
2668
+ #@ my-calendar
2669
+ msgid "Show Event Location Dropdown Menu"
2670
+ msgstr ""
2671
+
2672
+ #: my-calendar-settings.php:537
2673
+ #@ my-calendar
2674
+ msgid "Show Event Short Description field"
2675
+ msgstr ""
2676
+
2677
+ #: my-calendar-settings.php:537
2678
+ #@ my-calendar
2679
+ msgid "Show Event Description Field"
2680
+ msgstr ""
2681
+
2682
+ #: my-calendar-settings.php:537
2683
+ #@ my-calendar
2684
+ msgid "Show Event Category field"
2685
+ msgstr ""
2686
+
2687
+ #: my-calendar-settings.php:537
2688
+ #@ my-calendar
2689
+ msgid "Show Event image field"
2690
+ msgstr ""
2691
+
2692
+ #: my-calendar-settings.php:537
2693
+ #@ my-calendar
2694
+ msgid "Show Event Link field"
2695
+ msgstr ""
2696
+
2697
+ #: my-calendar-settings.php:537
2698
+ #@ my-calendar
2699
+ msgid "Show Event Recurrence Options"
2700
+ msgstr ""
2701
+
2702
+ #: my-calendar-settings.php:537
2703
+ #@ my-calendar
2704
+ msgid "Show Event registration options"
2705
+ msgstr ""
2706
+
2707
+ #: my-calendar-settings.php:537
2708
+ #@ my-calendar
2709
+ msgid "Show Event location fields"
2710
+ msgstr ""
2711
+
2712
+ #: my-calendar-settings.php:537
2713
+ #@ default
2714
+ msgid "Use HTML Editor in Event Description Field"
2715
+ msgstr ""
2716
+
2717
+ #: my-calendar-settings.php:550
2718
+ #@ my-calendar
2719
+ msgid "Administrators see all input options"
2720
+ msgstr ""
2721
+
2722
+ #: my-calendar-settings.php:555
2723
+ #@ my-calendar
2724
+ msgid "Save Input Settings"
2725
+ msgstr ""
2726
+
2727
+ #: my-calendar-settings.php:562
2728
+ #@ my-calendar
2729
+ msgid "Multisite Settings (Network Administrators only)"
2730
+ msgstr ""
2731
+
2732
+ #: my-calendar-settings.php:564
2733
+ #@ my-calendar
2734
+ msgid "Multisite support is a beta feature - use with caution."
2735
+ msgstr ""
2736
+
2737
+ #: my-calendar-settings.php:569
2738
+ #@ my-calendar
2739
+ msgid "Settings for WP MultiSite configurations"
2740
+ msgstr ""
2741
+
2742
+ #: my-calendar-settings.php:570
2743
+ #@ my-calendar
2744
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
2745
+ msgstr ""
2746
+
2747
+ #: my-calendar-settings.php:572
2748
+ #@ my-calendar
2749
+ msgid "Site owners may only post to their local calendar"
2750
+ msgstr ""
2751
+
2752
+ #: my-calendar-settings.php:573
2753
+ #@ my-calendar
2754
+ msgid "Site owners may only post to the central calendar"
2755
+ msgstr ""
2756
+
2757
+ #: my-calendar-settings.php:574
2758
+ #@ my-calendar
2759
+ msgid "Site owners may manage either calendar"
2760
+ msgstr ""
2761
+
2762
+ #: my-calendar-settings.php:576
2763
+ #@ my-calendar
2764
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
2765
+ msgstr ""
2766
+
2767
+ #: my-calendar-settings.php:583
2768
+ #@ my-calendar
2769
+ msgid "Save Multisite Settings"
2770
+ msgstr ""
2771
+
2772
+ #: my-calendar-settings.php:590
2773
+ #@ my-calendar
2774
+ msgid "Calendar Email Settings"
2775
+ msgstr ""
2776
+
2777
+ #: my-calendar-settings.php:595
2778
+ #@ my-calendar
2779
+ msgid "Calendar Options: Email Notifications"
2780
+ msgstr ""
2781
+
2782
+ #: my-calendar-settings.php:599
2783
+ #@ my-calendar
2784
+ msgid "Send Email Notifications when new events are scheduled or reserved."
2785
+ msgstr ""
2786
+
2787
+ #: my-calendar-settings.php:602
2788
+ #@ my-calendar
2789
+ msgid "Notification messages are sent to: "
2790
+ msgstr ""
2791
+
2792
+ #: my-calendar-settings.php:605
2793
+ #@ my-calendar
2794
+ msgid "Email subject"
2795
+ msgstr ""
2796
+
2797
+ #: my-calendar-settings.php:605
2798
+ #@ my-calendar
2799
+ msgid "New event Added"
2800
+ msgstr ""
2801
+
2802
+ #: my-calendar-settings.php:608
2803
+ #@ my-calendar
2804
+ msgid "Message Body"
2805
+ msgstr ""
2806
+
2807
+ #: my-calendar-settings.php:608
2808
+ #@ my-calendar
2809
+ msgid "New Event:"
2810
+ msgstr ""
2811
+
2812
+ #: my-calendar-settings.php:609
2813
+ #@ my-calendar
2814
+ msgid "Shortcode Help"
2815
+ msgstr ""
2816
+
2817
+ #: my-calendar-settings.php:609
2818
+ #@ my-calendar
2819
+ msgid "All template shortcodes are available."
2820
+ msgstr ""
2821
+
2822
+ #: my-calendar-settings.php:614
2823
+ #@ my-calendar
2824
+ msgid "Save Email Settings"
2825
+ msgstr ""
2826
+
2827
+ #: my-calendar-settings.php:620
2828
+ #@ my-calendar
2829
+ msgid "Calendar User Settings"
2830
+ msgstr ""
2831
+
2832
+ #: my-calendar-settings.php:627
2833
+ #@ my-calendar
2834
+ msgid "Settings which can be configured in registered user's accounts"
2835
+ msgstr ""
2836
+
2837
+ #: my-calendar-settings.php:629
2838
+ #@ my-calendar
2839
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
2840
+ msgstr ""
2841
+
2842
+ #: my-calendar-settings.php:641
2843
+ #@ my-calendar
2844
+ msgid "Timezone Settings"
2845
+ msgstr ""
2846
+
2847
+ #: my-calendar-settings.php:642
2848
+ #@ my-calendar
2849
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
2850
+ msgstr ""
2851
+
2852
+ #: my-calendar-settings.php:644
2853
+ #@ my-calendar
2854
+ msgid "Enable Timezone"
2855
+ msgstr ""
2856
+
2857
+ #: my-calendar-settings.php:647
2858
+ #@ my-calendar
2859
+ msgid "Select Timezone Label"
2860
+ msgstr ""
2861
+
2862
+ #: my-calendar-settings.php:650
2863
+ #@ my-calendar
2864
+ msgid "Timezone Options"
2865
+ msgstr ""
2866
+
2867
+ #: my-calendar-settings.php:650
2868
+ #: my-calendar-settings.php:674
2869
+ #@ my-calendar
2870
+ msgid "Value, Label; one per line"
2871
+ msgstr ""
2872
+
2873
+ #: my-calendar-settings.php:662
2874
+ #@ my-calendar
2875
+ msgid "Location Settings"
2876
+ msgstr ""
2877
+
2878
+ #: my-calendar-settings.php:663
2879
+ #@ my-calendar
2880
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
2881
+ msgstr ""
2882
+
2883
+ #: my-calendar-settings.php:665
2884
+ #@ my-calendar
2885
+ msgid "Enable Location"
2886
+ msgstr ""
2887
+
2888
+ #: my-calendar-settings.php:668
2889
+ #@ my-calendar
2890
+ msgid "Use this location list as input control"
2891
+ msgstr ""
2892
+
2893
+ #: my-calendar-settings.php:668
2894
+ #@ my-calendar
2895
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
2896
+ msgstr ""
2897
+
2898
+ #: my-calendar-settings.php:671
2899
+ #@ my-calendar
2900
+ msgid "Select Location Label"
2901
+ msgstr ""
2902
+
2903
+ #: my-calendar-settings.php:674
2904
+ #@ my-calendar
2905
+ msgid "Location Options"
2906
+ msgstr ""
2907
+
2908
+ #: my-calendar-settings.php:684
2909
+ #@ my-calendar
2910
+ msgid "Location Type"
2911
+ msgstr ""
2912
+
2913
+ #: my-calendar-settings.php:697
2914
+ #@ my-calendar
2915
+ msgid "Save User Settings"
2916
+ msgstr ""
2917
+
2918
+ #: my-calendar-styles.php:79
2919
+ #@ my-calendar
2920
+ msgid "The stylesheet has been updated."
2921
+ msgstr ""
2922
+
2923
+ #: my-calendar-styles.php:79
2924
+ #@ my-calendar
2925
+ msgid "Write Error! Please verify write permissions on the style file."
2926
+ msgstr ""
2927
+
2928
+ #: my-calendar-styles.php:93
2929
+ #@ my-calendar
2930
+ msgid "Stylesheet reset to default."
2931
+ msgstr ""
2932
+
2933
+ #: my-calendar-styles.php:96
2934
+ #@ my-calendar
2935
+ msgid "Style Settings Saved"
2936
+ msgstr ""
2937
+
2938
+ #: my-calendar-styles.php:105
2939
+ #@ my-calendar
2940
+ msgid "New theme selected."
2941
+ msgstr ""
2942
+
2943
+ #: my-calendar-styles.php:121
2944
+ #@ my-calendar
2945
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
2946
+ msgstr ""
2947
+
2948
+ #: my-calendar-styles.php:129
2949
+ #@ my-calendar
2950
+ msgid "My Calendar Styles"
2951
+ msgstr ""
2952
+
2953
+ #: my-calendar-styles.php:133
2954
+ #@ my-calendar
2955
+ msgid "Calendar Style Settings"
2956
+ msgstr ""
2957
+
2958
+ #: my-calendar-styles.php:141
2959
+ #@ my-calendar
2960
+ msgid "Select My Calendar Theme"
2961
+ msgstr ""
2962
+
2963
+ #: my-calendar-styles.php:149
2964
+ #@ default
2965
+ msgid "Your Custom Stylesheets"
2966
+ msgstr ""
2967
+
2968
+ #: my-calendar-styles.php:158
2969
+ #@ my-calendar
2970
+ msgid "Installed Stylesheets"
2971
+ msgstr ""
2972
+
2973
+ #: my-calendar-styles.php:166
2974
+ #@ my-calendar
2975
+ msgid "Choose Style"
2976
+ msgstr ""
2977
+
2978
+ #: my-calendar-styles.php:179
2979
+ #@ my-calendar
2980
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
2981
+ msgstr ""
2982
+
2983
+ #: my-calendar-styles.php:187
2984
+ #@ my-calendar
2985
+ msgid "CSS Style Options"
2986
+ msgstr ""
2987
+
2988
+ #: my-calendar-styles.php:189
2989
+ #@ my-calendar
2990
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
2991
+ msgstr ""
2992
+
2993
+ #: my-calendar-styles.php:192
2994
+ #@ my-calendar
2995
+ msgid "Restore My Calendar stylesheet"
2996
+ msgstr ""
2997
+
2998
+ #: my-calendar-styles.php:208
2999
+ #@ my-calendar
3000
+ msgid "Comparing Your Style with latest installed version of My Calendar"
3001
+ msgstr ""
3002
+
3003
+ #: my-calendar-styles.php:212
3004
+ #@ my-calendar
3005
+ msgid "There have been updates to the stylesheet."
3006
+ msgstr ""
3007
+
3008
+ #: my-calendar-styles.php:212
3009
+ #@ my-calendar
3010
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
3011
+ msgstr ""
3012
+
3013
+ #: my-calendar-styles.php:216
3014
+ #@ my-calendar
3015
+ msgid "Your stylesheet matches that included with My Calendar."
3016
+ msgstr ""
3017
+
3018
+ #: my-calendar-styles.php:224
3019
+ #@ my-calendar
3020
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
3021
+ msgstr ""
3022
+
3023
+ #: my-calendar-templates.php:42
3024
+ #, php-format
3025
+ #@ my-calendar
3026
+ msgid "Map<span> to %s</span>"
3027
+ msgstr ""
3028
+
3029
+ #: my-calendar-templates.php:63
3030
+ #: my-calendar-templates.php:111
3031
+ #, php-format
3032
+ #@ my-calendar
3033
+ msgid "Visit web site<span>: %s</span>"
3034
+ msgstr ""
3035
+
3036
+ #: my-calendar-templates.php:120
3037
+ #, php-format
3038
+ #@ my-calendar
3039
+ msgid "Date of Month (the %s of each month)"
3040
+ msgstr ""
3041
+
3042
+ #: my-calendar-templates.php:121
3043
+ #, php-format
3044
+ #@ my-calendar
3045
+ msgid "Day of Month (the %s %s of each month)"
3046
+ msgstr ""
3047
+
3048
+ #: my-calendar-templating.php:18
3049
+ #@ my-calendar
3050
+ msgid "Grid Output Template saved"
3051
+ msgstr ""
3052
+
3053
+ #: my-calendar-templating.php:30
3054
+ #@ my-calendar
3055
+ msgid "List Output Template saved"
3056
+ msgstr ""
3057
+
3058
+ #: my-calendar-templating.php:41
3059
+ #@ my-calendar
3060
+ msgid "Mini Output Template saved"
3061
+ msgstr ""
3062
+
3063
+ #: my-calendar-templating.php:52
3064
+ #@ my-calendar
3065
+ msgid "Event Details Template saved"
3066
+ msgstr ""
3067
+
3068
+ #: my-calendar-templating.php:67
3069
+ #@ my-calendar
3070
+ msgid "My Calendar Information Templates"
3071
+ msgstr ""
3072
+
3073
+ #: my-calendar-templating.php:73
3074
+ #@ my-calendar
3075
+ msgid "Title of the event."
3076
+ msgstr ""
3077
+
3078
+ #: my-calendar-templating.php:76
3079
+ #@ my-calendar
3080
+ msgid "Title of the event as a link if a URL is present, or the title alone if not."
3081
+ msgstr ""
3082
+
3083
+ #: my-calendar-templating.php:79
3084
+ #@ my-calendar
3085
+ msgid "Start time for the event."
3086
+ msgstr ""
3087
+
3088
+ #: my-calendar-templating.php:82
3089
+ #@ my-calendar
3090
+ msgid "Event times adjusted to the current user's time zone if set."
3091
+ msgstr ""
3092
+
3093
+ #: my-calendar-templating.php:85
3094
+ #@ my-calendar
3095
+ msgid "Date on which the event begins."
3096
+ msgstr ""
3097
+
3098
+ #: my-calendar-templating.php:88
3099
+ #@ my-calendar
3100
+ msgid "Date on which the event ends."
3101
+ msgstr ""
3102
+
3103
+ #: my-calendar-templating.php:91
3104
+ #@ my-calendar
3105
+ msgid "Time at which the event ends."
3106
+ msgstr ""
3107
+
3108
+ #: my-calendar-templating.php:100
3109
+ #@ my-calendar
3110
+ msgid "Author who posted the event."
3111
+ msgstr ""
3112
+
3113
+ #: my-calendar-templating.php:103
3114
+ #@ my-calendar
3115
+ msgid "Name of the assigned host for the event."
3116
+ msgstr ""
3117
+
3118
+ #: my-calendar-templating.php:106
3119
+ #@ my-calendar
3120
+ msgid "Email for the person assigned as host."
3121
+ msgstr ""
3122
+
3123
+ #: my-calendar-templating.php:109
3124
+ #@ my-calendar
3125
+ msgid "Short event description."
3126
+ msgstr ""
3127
+
3128
+ #: my-calendar-templating.php:112
3129
+ #@ my-calendar
3130
+ msgid "Description of the event."
3131
+ msgstr ""
3132
+
3133
+ #: my-calendar-templating.php:118
3134
+ #@ my-calendar
3135
+ msgid "URL provided for the event."
3136
+ msgstr ""
3137
+
3138
+ #: my-calendar-templating.php:121
3139
+ #@ my-calendar
3140
+ msgid "Link to an auto-generated page containing information about the event."
3141
+ msgstr ""
3142
+
3143
+ #: my-calendar-templating.php:124
3144
+ #@ my-calendar
3145
+ msgid "Whether event is currently open for registration."
3146
+ msgstr ""
3147
+
3148
+ #: my-calendar-templating.php:127
3149
+ #@ my-calendar
3150
+ msgid "Current status of event: either \"Published\" or \"Reserved.\""
3151
+ msgstr ""
3152
+
3153
+ #: my-calendar-templating.php:133
3154
+ #@ my-calendar
3155
+ msgid "Name of the location of the event."
3156
+ msgstr ""
3157
+
3158
+ #: my-calendar-templating.php:136
3159
+ #@ my-calendar
3160
+ msgid "First line of the site address."
3161
+ msgstr ""
3162
+
3163
+ #: my-calendar-templating.php:139
3164
+ #@ my-calendar
3165
+ msgid "Second line of the site address."
3166
+ msgstr ""
3167
+
3168
+ #: my-calendar-templating.php:142
3169
+ #@ my-calendar
3170
+ msgid "City."
3171
+ msgstr ""
3172
+
3173
+ #: my-calendar-templating.php:145
3174
+ #@ my-calendar
3175
+ msgid "State."
3176
+ msgstr ""
3177
+
3178
+ #: my-calendar-templating.php:148
3179
+ #@ my-calendar
3180
+ msgid "Postal code/zip code."
3181
+ msgstr ""
3182
+
3183
+ #: my-calendar-templating.php:151
3184
+ #@ my-calendar
3185
+ msgid "Custom region."
3186
+ msgstr ""
3187
+
3188
+ #: my-calendar-templating.php:154
3189
+ #@ my-calendar
3190
+ msgid "Country for the event location."
3191
+ msgstr ""
3192
+
3193
+ #: my-calendar-templating.php:157
3194
+ #@ my-calendar
3195
+ msgid "Output the URL for the location."
3196
+ msgstr ""
3197
+
3198
+ #: my-calendar-templating.php:160
3199
+ #@ my-calendar
3200
+ msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
3201
+ msgstr ""
3202
+
3203
+ #: my-calendar-templating.php:163
3204
+ #@ my-calendar
3205
+ msgid "Link to Google Map to the event, if address information is available."
3206
+ msgstr ""
3207
+
3208
+ #: my-calendar-templating.php:169
3209
+ #@ my-calendar
3210
+ msgid "Name of the category of the event."
3211
+ msgstr ""
3212
+
3213
+ #: my-calendar-templating.php:172
3214
+ #@ my-calendar
3215
+ msgid "URL for the event's category icon."
3216
+ msgstr ""
3217
+
3218
+ #: my-calendar-templating.php:175
3219
+ #@ my-calendar
3220
+ msgid "Hex code for the event's category color."
3221
+ msgstr ""
3222
+
3223
+ #: my-calendar-templating.php:178
3224
+ #@ my-calendar
3225
+ msgid "ID of the category of the event."
3226
+ msgstr ""
3227
+
3228
+ #: my-calendar-templating.php:181
3229
+ #@ my-calendar
3230
+ msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
3231
+ msgstr ""
3232
+
3233
+ #: my-calendar-templating.php:181
3234
+ #@ my-calendar
3235
+ msgid "Templates Help"
3236
+ msgstr ""
3237
+
3238
+ #: my-calendar-templating.php:184
3239
+ #@ my-calendar
3240
+ msgid "My Calendar: Grid Event Template"
3241
+ msgstr ""
3242
+
3243
+ #: my-calendar-templating.php:189
3244
+ #@ my-calendar
3245
+ msgid "Use this grid event template"
3246
+ msgstr ""
3247
+
3248
+ #: my-calendar-templating.php:192
3249
+ #@ my-calendar
3250
+ msgid "Your custom template for events in the calendar grid output."
3251
+ msgstr ""
3252
+
3253
+ #: my-calendar-templating.php:195
3254
+ #@ my-calendar
3255
+ msgid "Save Grid Template"
3256
+ msgstr ""
3257
+
3258
+ #: my-calendar-templating.php:204
3259
+ #@ my-calendar
3260
+ msgid "My Calendar: List Event Template"
3261
+ msgstr ""
3262
+
3263
+ #: my-calendar-templating.php:209
3264
+ #@ my-calendar
3265
+ msgid "Use this list event template"
3266
+ msgstr ""
3267
+
3268
+ #: my-calendar-templating.php:212
3269
+ #@ my-calendar
3270
+ msgid "Your custom template for events in calendar list output."
3271
+ msgstr ""
3272
+
3273
+ #: my-calendar-templating.php:215
3274
+ #@ my-calendar
3275
+ msgid "Save List Template"
3276
+ msgstr ""
3277
+
3278
+ #: my-calendar-templating.php:224
3279
+ #@ my-calendar
3280
+ msgid "My Calendar: Mini Calendar Template"
3281
+ msgstr ""
3282
+
3283
+ #: my-calendar-templating.php:229
3284
+ #@ my-calendar
3285
+ msgid "Use this mini event template"
3286
+ msgstr ""
3287
+
3288
+ #: my-calendar-templating.php:232
3289
+ #@ my-calendar
3290
+ msgid "Your custom template for events in sidebar/mini calendar output."
3291
+ msgstr ""
3292
+
3293
+ #: my-calendar-templating.php:235
3294
+ #@ my-calendar
3295
+ msgid "Save Mini Template"
3296
+ msgstr ""
3297
+
3298
+ #: my-calendar-templating.php:244
3299
+ #@ my-calendar
3300
+ msgid "My Calendar: Event Details Page Template"
3301
+ msgstr ""
3302
+
3303
+ #: my-calendar-templating.php:249
3304
+ #@ my-calendar
3305
+ msgid "Use this details template"
3306
+ msgstr ""
3307
+
3308
+ #: my-calendar-templating.php:252
3309
+ #@ my-calendar
3310
+ msgid "Your custom template for events on the event details page."
3311
+ msgstr ""
3312
+
3313
+ #: my-calendar-templating.php:255
3314
+ #@ my-calendar
3315
+ msgid "Save Details Template"
3316
+ msgstr ""
3317
+
3318
+ #: my-calendar-upgrade-db.php:17
3319
+ #: my-calendar-upgrade-db.php:25
3320
+ #@ my-calendar
3321
+ msgid "The My Calendar database needs to be updated."
3322
+ msgstr ""
3323
+
3324
+ #: my-calendar-upgrade-db.php:18
3325
+ #: my-calendar-upgrade-db.php:38
3326
+ #@ my-calendar
3327
+ msgid "Update now"
3328
+ msgstr ""
3329
+
3330
+ #: my-calendar-upgrade-db.php:25
3331
+ #@ my-calendar
3332
+ msgid "Update now."
3333
+ msgstr ""
3334
+
3335
+ #: my-calendar-upgrade-db.php:37
3336
+ #@ my-calendar
3337
+ msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
3338
+ msgstr ""
3339
+
3340
+ #: my-calendar-upgrade-db.php:47
3341
+ #@ my-calendar
3342
+ msgid "My Calendar Database is updated."
3343
+ msgstr ""
3344
+
3345
+ #: my-calendar-user.php:36
3346
+ #@ my-calendar
3347
+ msgid "My Calendar User Settings"
3348
+ msgstr ""
3349
+
3350
+ #: my-calendar-widgets.php:5
3351
+ #@ my-calendar
3352
+ msgid "My Calendar: Today's Events"
3353
+ msgstr ""
3354
+
3355
+ #: my-calendar-widgets.php:45
3356
+ #@ my-calendar
3357
+ msgid "Add calendar URL to use this option."
3358
+ msgstr ""
3359
+
3360
+ #: my-calendar-widgets.php:47
3361
+ #: my-calendar-widgets.php:136
3362
+ #@ my-calendar
3363
+ msgid "Link widget title to calendar:"
3364
+ msgstr ""
3365
+
3366
+ #: my-calendar-widgets.php:48
3367
+ #: my-calendar-widgets.php:137
3368
+ #@ my-calendar
3369
+ msgid "Not Linked"
3370
+ msgstr ""
3371
+
3372
+ #: my-calendar-widgets.php:49
3373
+ #: my-calendar-widgets.php:138
3374
+ #@ my-calendar
3375
+ msgid "Linked"
3376
+ msgstr ""
3377
+
3378
+ #: my-calendar-widgets.php:53
3379
+ #@ my-calendar
3380
+ msgid "Show this text if there are no events today:"
3381
+ msgstr ""
3382
+
3383
+ #: my-calendar-widgets.php:57
3384
+ #: my-calendar-widgets.php:169
3385
+ #: my-calendar-widgets.php:575
3386
+ #@ my-calendar
3387
+ msgid "Category or categories to display:"
3388
+ msgstr ""
3389
+
3390
+ #: my-calendar-widgets.php:78
3391
+ #@ my-calendar
3392
+ msgid "My Calendar: Upcoming Events"
3393
+ msgstr ""
3394
+
3395
+ #: my-calendar-widgets.php:149
3396
+ #@ my-calendar
3397
+ msgid "Skip the first <em>n</em> events"
3398
+ msgstr ""
3399
+
3400
+ #: my-calendar-widgets.php:152
3401
+ #@ my-calendar
3402
+ msgid "Events sort order:"
3403
+ msgstr ""
3404
+
3405
+ #: my-calendar-widgets.php:153
3406
+ #@ my-calendar
3407
+ msgid "Ascending (near to far)"
3408
+ msgstr ""
3409
+
3410
+ #: my-calendar-widgets.php:154
3411
+ #@ my-calendar
3412
+ msgid "Descending (far to near)"
3413
+ msgstr ""
3414
+
3415
+ #: my-calendar-widgets.php:165
3416
+ #@ my-calendar
3417
+ msgid "Show this text if there are no events meeting your criteria:"
3418
+ msgstr ""
3419
+
3420
+ #: my-calendar-widgets.php:530
3421
+ #@ my-calendar
3422
+ msgid "My Calendar: Mini Calendar"
3423
+ msgstr ""
3424
+
3425
+ #: my-calendar-widgets.php:579
3426
+ #@ my-calendar
3427
+ msgid "Show Next/Previous Navigation:"
3428
+ msgstr ""
3429
+
3430
+ #: my-calendar-widgets.php:585
3431
+ #@ my-calendar
3432
+ msgid "Show Category Key:"
3433
+ msgstr ""
3434
+
3435
+ #: my-calendar-widgets.php:591
3436
+ #@ my-calendar
3437
+ msgid "Mini-Calendar Timespan:"
3438
+ msgstr ""
3439
+
3440
+ #: my-calendar.php:172
3441
+ #@ my-calendar
3442
+ msgid "Style Editor"
3443
+ msgstr ""
3444
+
3445
+ #: my-calendar.php:173
3446
+ #@ my-calendar
3447
+ msgid "Behavior Editor"
3448
+ msgstr ""
3449
+
3450
+ #: my-calendar.php:174
3451
+ #@ my-calendar
3452
+ msgid "Template Editor"
3453
+ msgstr ""
3454
+
3455
+ #: my-calendar.php:178
3456
+ #@ my-calendar
3457
+ msgid "My Calendar Pro Settings"
3458
+ msgstr ""
3459
+
3460
+ #: my-calendar-behaviors.php:80
3461
+ #@ my-calendar
3462
+ msgid "Details boxes are draggable"
3463
+ msgstr ""
3464
+
3465
+ #: my-calendar-core.php:1166
3466
+ #@ my-calendar
3467
+ msgid "Please read the FAQ and other Help documents before making a support request."
3468
+ msgstr ""
3469
+
3470
+ #: my-calendar-core.php:1168
3471
+ #@ my-calendar
3472
+ msgid "Please describe your problem in detail. I'm not psychic."
3473
+ msgstr ""
3474
+
3475
+ #: my-calendar-core.php:1173
3476
+ #@ my-calendar
3477
+ msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can."
3478
+ msgstr ""
3479
+
3480
+ #: my-calendar-core.php:1175
3481
+ #@ my-calendar
3482
+ msgid "I'll get back to you as soon as I can, after dealing with any support requests from plug-in supporters."
3483
+ msgstr ""
3484
+
3485
+ #: my-calendar-core.php:1185
3486
+ #@ my-calendar
3487
+ msgid "Please note: I do keep records of those who have donated, <strong>but if your donation came from somebody other than your account at this web site, please note this in your message.</strong>"
3488
+ msgstr ""
3489
+
3490
+ #: my-calendar-core.php:1187
3491
+ #@ my-calendar
3492
+ msgid "From:"
3493
+ msgstr ""
3494
+
3495
+ #: my-calendar-core.php:1190
3496
+ #@ my-calendar
3497
+ msgid "I have read <a href=\"http://www.joedolson.com/articles/my-calendar/faq/\">the FAQ for this plug-in</a>."
3498
+ msgstr ""
3499
+
3500
+ #: my-calendar-core.php:1193
3501
+ #@ my-calendar
3502
+ msgid "I have <a href=\"http://www.joedolson.com/donate.php\">made a donation to help support this plug-in</a>."
3503
+ msgstr ""
3504
+
3505
+ #: my-calendar-core.php:1196
3506
+ #@ my-calendar
3507
+ msgid "I have <a href=\"http://www.joedolson.com/articles/my-calendar/users-guide/\">purchased the User's Guide</a>, but could not find an answer to this question."
3508
+ msgstr ""
3509
+
3510
+ #: my-calendar-core.php:1202
3511
+ #@ my-calendar
3512
+ msgid "Send Support Request"
3513
+ msgstr ""
3514
+
3515
+ #: my-calendar-core.php:1205
3516
+ #@ my-calendar
3517
+ msgid "The following additional information will be sent with your support request:"
3518
+ msgstr ""
3519
+
3520
+ #: my-calendar-event-manager.php:354
3521
+ #: my-calendar-group-manager.php:55
3522
+ #: my-calendar-group-manager.php:148
3523
+ #, php-format
3524
+ #@ my-calendar
3525
+ msgid "View <a href=\"%s\">your calendar</a>."
3526
+ msgstr ""
3527
+
3528
+ #: my-calendar-event-manager.php:530
3529
+ #@ my-calendar
3530
+ msgid "(URL to Event image)"
3531
+ msgstr ""
3532
+
3533
+ #: my-calendar-event-manager.php:636
3534
+ #@ my-calendar
3535
+ msgid "This is a multi-day event."
3536
+ msgstr ""
3537
+
3538
+ #: my-calendar-event-manager.php:638
3539
+ #@ my-calendar
3540
+ msgid "Enter the beginning and ending dates/times for each occurrence of the event."
3541
+ msgstr ""
3542
+
3543
+ #: my-calendar-event-manager.php:638
3544
+ #@ my-calendar
3545
+ msgid "If this is a multi-day event, it creates a single event with multiple dates/times; otherwise it creates separate events for each occurrence."
3546
+ msgstr ""
3547
+
3548
+ #: my-calendar-event-manager.php:759
3549
+ #: my-calendar-group-manager.php:457
3550
+ #: my-calendar-locations.php:147
3551
+ #@ my-calendar
3552
+ msgid "Phone"
3553
+ msgstr ""
3554
+
3555
+ #: my-calendar-group-manager.php:214
3556
+ #@ my-calendar
3557
+ msgid "The group editable fields for the events in this group match."
3558
+ msgstr ""
3559
+
3560
+ #: my-calendar-group-manager.php:300
3561
+ #@ my-calendar
3562
+ msgid "Selected dates are a single multi-day event."
3563
+ msgstr ""
3564
+
3565
+ #: my-calendar-help.php:39
3566
+ #@ my-calendar
3567
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>). <code>Skip</code> is the number of events to skip in the upcoming events."
3568
+ msgstr ""
3569
+
3570
+ #: my-calendar-help.php:124
3571
+ #@ my-calendar
3572
+ msgid "Displays the beginning date to the end date for events. Does not show end date if same as start date."
3573
+ msgstr ""
3574
+
3575
+ #: my-calendar-help.php:127
3576
+ #@ my-calendar
3577
+ msgid "For multi-day events displays an unordered list of dates and times for events in this group. Otherwise, beginning date/time."
3578
+ msgstr ""
3579
+
3580
+ #: my-calendar-help.php:142
3581
+ #@ my-calendar
3582
+ msgid "Displays short description without converting paragraphs."
3583
+ msgstr ""
3584
+
3585
+ #: my-calendar-help.php:148
3586
+ #@ my-calendar
3587
+ msgid "Displays description without converting paragraphs."
3588
+ msgstr ""
3589
+
3590
+ #: my-calendar-help.php:252
3591
+ #@ my-calendar
3592
+ msgid "Get Plug-in Support"
3593
+ msgstr ""
3594
+
3595
+ #: my-calendar-output.php:418
3596
+ #@ my-calendar
3597
+ msgid "Calendar: Print View"
3598
+ msgstr ""
3599
+
3600
+ #: my-calendar-output.php:433
3601
+ #@ my-calendar
3602
+ msgid "Return to site"
3603
+ msgstr ""
3604
+
3605
+ #: my-calendar-output.php:568
3606
+ #@ my-calendar
3607
+ msgid "Print View"
3608
+ msgstr ""
3609
+
3610
+ #: my-calendar-output.php:878
3611
+ #@ my-calendar
3612
+ msgid "Unrecognized calendar format. Please use one of 'list','calendar', or 'mini'."
3613
+ msgstr ""
3614
+
3615
+ #: my-calendar-output.php:949
3616
+ #@ my-calendar
3617
+ msgid "Next events &raquo;"
3618
+ msgstr ""
3619
+
3620
+ #: my-calendar-output.php:975
3621
+ #: my-calendar-output.php:1019
3622
+ #@ my-calendar
3623
+ msgid "Week of "
3624
+ msgstr ""
3625
+
3626
+ #: my-calendar-output.php:993
3627
+ #@ my-calendar
3628
+ msgid "&laquo; Previous events"
3629
+ msgstr ""
3630
+
3631
+ #: my-calendar-settings.php:78
3632
+ #@ my-calendar
3633
+ msgid "My Calendar Cache cleared"
3634
+ msgstr ""
3635
+
3636
+ #: my-calendar-settings.php:161
3637
+ #@ my-calendar
3638
+ msgid "Multisite settings saved"
3639
+ msgstr ""
3640
+
3641
+ #: my-calendar-settings.php:274
3642
+ #@ my-calendar
3643
+ msgid "Enable caching."
3644
+ msgstr ""
3645
+
3646
+ #: my-calendar-settings.php:277
3647
+ #@ my-calendar
3648
+ msgid "Clear current cache. (Necessary if you edit shortcodes to change displayed categories, for example.)"
3649
+ msgstr ""
3650
+
3651
+ #: my-calendar-settings.php:288
3652
+ #@ my-calendar
3653
+ msgid "You are currently working in the primary site for this network; your local calendar is also the global table."
3654
+ msgstr ""
3655
+
3656
+ #: my-calendar-settings.php:293
3657
+ #@ my-calendar
3658
+ msgid "Save Management Settings"
3659
+ msgstr ""
3660
+
3661
+ #: my-calendar-settings.php:310
3662
+ #: my-calendar-settings.php:313
3663
+ #@ my-calendar
3664
+ msgid "Use <code>{date}</code> to display the appropriate date in navigation."
3665
+ msgstr ""
3666
+
3667
+ #: my-calendar-settings.php:322
3668
+ #@ my-calendar
3669
+ msgid "Week view caption:"
3670
+ msgstr ""
3671
+
3672
+ #: my-calendar-settings.php:347
3673
+ #@ my-calendar
3674
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for event details links:"
3675
+ msgstr ""
3676
+
3677
+ #: my-calendar-settings.php:351
3678
+ #@ my-calendar
3679
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for single day's timeline links."
3680
+ msgstr ""
3681
+
3682
+ #: my-calendar-settings.php:352
3683
+ #@ my-calendar
3684
+ msgid "Can be any Page or Post with the <code>[my_calendar time=\"day\"]</code> shortcode."
3685
+ msgstr ""
3686
+
3687
+ #: my-calendar-settings.php:355
3688
+ #@ my-calendar
3689
+ msgid "Target <abbr title=\"Uniform resource locator\">URL</abbr> for mini calendar in-page anchors:"
3690
+ msgstr ""
3691
+
3692
+ #: my-calendar-settings.php:356
3693
+ #@ my-calendar
3694
+ msgid "Can be any Page or Post with the <code>[my_calendar]</code> shortcode using format selected below"
3695
+ msgstr ""
3696
+
3697
+ #: my-calendar-settings.php:358
3698
+ #@ my-calendar
3699
+ msgid "With above settings:"
3700
+ msgstr ""
3701
+
3702
+ #: my-calendar-settings.php:360
3703
+ #@ my-calendar
3704
+ msgid "Open calendar links to event details URL"
3705
+ msgstr ""
3706
+
3707
+ #: my-calendar-settings.php:360
3708
+ #@ my-calendar
3709
+ msgid "Replaces pop-up in grid view."
3710
+ msgstr ""
3711
+
3712
+ #: my-calendar-settings.php:363
3713
+ #@ my-calendar
3714
+ msgid "Mini calendar widget date links to:"
3715
+ msgstr ""
3716
+
3717
+ #: my-calendar-settings.php:364
3718
+ #@ my-calendar
3719
+ msgid "jQuery pop-up view"
3720
+ msgstr ""
3721
+
3722
+ #: my-calendar-settings.php:365
3723
+ #@ my-calendar
3724
+ msgid "daily view page (above)"
3725
+ msgstr ""
3726
+
3727
+ #: my-calendar-settings.php:366
3728
+ #@ my-calendar
3729
+ msgid "in-page anchor on main calendar page (list)"
3730
+ msgstr ""
3731
+
3732
+ #: my-calendar-settings.php:367
3733
+ #@ my-calendar
3734
+ msgid "in-page anchor on main calendar page (grid)"
3735
+ msgstr ""
3736
+
3737
+ #: my-calendar-settings.php:369
3738
+ #@ my-calendar
3739
+ msgid "Replaces pop-up in mini calendar"
3740
+ msgstr ""
3741
+
3742
+ #: my-calendar-settings.php:375
3743
+ #@ my-calendar
3744
+ msgid "Date in grid mode, week view"
3745
+ msgstr ""
3746
+
3747
+ #: my-calendar-settings.php:378
3748
+ #@ my-calendar
3749
+ msgid "Date Format in other views"
3750
+ msgstr ""
3751
+
3752
+ #: my-calendar-settings.php:381
3753
+ #@ my-calendar
3754
+ msgid "Date formats use the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
3755
+ msgstr ""
3756
+
3757
+ #: my-calendar-settings.php:390
3758
+ #@ my-calendar
3759
+ msgid "Show link to print-formatted view of calendar"
3760
+ msgstr ""
3761
+
3762
+ #: my-calendar-settings.php:413
3763
+ #@ my-calendar
3764
+ msgid "How many months of events to show at a time:"
3765
+ msgstr ""
3766
+
3767
+ #: my-calendar-settings.php:416
3768
+ #@ my-calendar
3769
+ msgid "Show the first event's title and the number of events that day next to the date."
3770
+ msgstr ""
3771
+
3772
+ #: my-calendar-settings.php:432
3773
+ #@ my-calendar
3774
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>, <code>{date}</code>, <code>{time}</code>."
3775
+ msgstr ""
3776
+
3777
+ #: my-calendar-settings.php:443
3778
+ #@ my-calendar
3779
+ msgid "Display link to single event iCal download."
3780
+ msgstr ""
3781
+
3782
+ #: my-calendar-settings.php:486
3783
+ #@ my-calendar
3784
+ msgid "None"
3785
+ msgstr ""
3786
+
3787
+ #: my-calendar-settings.php:578
3788
+ #@ my-calendar
3789
+ msgid "Sub-site calendars show events from their local calendar."
3790
+ msgstr ""
3791
+
3792
+ #: my-calendar-settings.php:579
3793
+ #@ my-calendar
3794
+ msgid "Sub-site calendars show events from the central calendar."
3795
+ msgstr ""
3796
+
3797
+ #: my-calendar-templates.php:20
3798
+ #@ my-calendar
3799
+ msgid "to"
3800
+ msgstr ""
3801
+
3802
+ #: my-calendar-templating.php:94
3803
+ #@ my-calendar
3804
+ msgid "Beginning date to end date; excludes end date if same as beginning."
3805
+ msgstr ""
3806
+
3807
+ #: my-calendar-templating.php:97
3808
+ #@ my-calendar
3809
+ msgid "Multi-day events: an unordered list of dates/times. Otherwise, beginning date/time."
3810
+ msgstr ""
3811
+
3812
+ #: my-calendar-widgets.php:134
3813
+ #@ my-calendar
3814
+ msgid "Add <a href=\"#mc_uri\" target=\"_blank\" title=\"Opens in new window\">calendar URL in settings</a> to use this option."
3815
+ msgstr ""
3816
+
3817
+ #: my-calendar-widgets.php:162
3818
+ #@ my-calendar
3819
+ msgid "Include today's events"
3820
+ msgstr ""
3821
+
3822
+ #: my-calendar.php:126
3823
+ #@ my-calendar
3824
+ msgid "Buy the <strong>NEW</strong><br /> My Calendar User's Guide"
3825
+ msgstr ""
3826
+
3827
+ #: my-calendar.php:131
3828
+ #@ my-calendar
3829
+ msgid "Report a bug"
3830
+ msgstr ""
3831
+
3832
+ #: my-calendar.php:143
3833
+ #@ my-calendar
3834
+ msgid "Check out my other plug-ins"
3835
+ msgstr ""
3836
+
3837
+ #: my-calendar.php:144
3838
+ #@ my-calendar
3839
+ msgid "Rate this plug-in"
3840
+ msgstr ""
3841
+
lang/my-calendar-fi.po CHANGED
@@ -1,1071 +1,1071 @@
1
- # Translation of the WordPress plugin My Calendar 1.3.0 by Joseph C Dolson.
2
- # Copyright (C) 2010 Joseph C Dolson
3
- # This file is distributed under the same license as the My Calendar package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: My Calendar 1.3.0\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
10
- "POT-Creation-Date: 2010-06-04 00:23+0000\n"
11
- "PO-Revision-Date: 2010-06-28 21:29+0200\n"
12
- "Last-Translator: Ilpo Puhakka <ilpo.puhakka@gmail.com>\n"
13
- "Language-Team: Mediajalostamo <info@mediajalostamo.fi>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "X-Poedit-Language: Finnish\n"
19
- "X-Poedit-Country: FINLAND\n"
20
-
21
- #: my-calendar-categories.php:37
22
- msgid "Category added successfully"
23
- msgstr "Luokka lisätty onnistuneesti"
24
-
25
- #: my-calendar-categories.php:43
26
- msgid "Category deleted successfully"
27
- msgstr "Luokka poistettu onnistuneesti"
28
-
29
- #: my-calendar-categories.php:48
30
- #: my-calendar-categories.php:60
31
- msgid "Edit Category"
32
- msgstr "Muokkaa luokkaa"
33
-
34
- #: my-calendar-categories.php:52
35
- msgid "Category Editor"
36
- msgstr "Luokan muokkaustyökalu"
37
-
38
- #: my-calendar-categories.php:61
39
- #: my-calendar-categories.php:114
40
- #: my-calendar-categories.php:152
41
- msgid "Category Name"
42
- msgstr "Luokan nimi"
43
-
44
- #: my-calendar-categories.php:62
45
- #: my-calendar-categories.php:115
46
- msgid "Category Color (Hex format)"
47
- msgstr "Luokan väri (Heksa-arvo)"
48
-
49
- #: my-calendar-categories.php:63
50
- #: my-calendar-categories.php:116
51
- #: my-calendar-categories.php:154
52
- msgid "Category Icon"
53
- msgstr "Luokan ikoni"
54
-
55
- #: my-calendar-categories.php:85
56
- #: my-calendar-locations.php:60
57
- msgid "Save Changes"
58
- msgstr "Tallenna muutokset"
59
-
60
- #: my-calendar-categories.php:95
61
- msgid "Category edited successfully"
62
- msgstr "Luokkaa muokattu onnistuneesti"
63
-
64
- #: my-calendar-categories.php:101
65
- #: my-calendar-categories.php:113
66
- #: my-calendar-categories.php:133
67
- msgid "Add Category"
68
- msgstr "Lisää luokka"
69
-
70
- #: my-calendar-categories.php:105
71
- msgid "Add New Category"
72
- msgstr "Lisää uusi luokka"
73
-
74
- #: my-calendar-categories.php:139
75
- #: my-calendar.php:131
76
- msgid "Manage Categories"
77
- msgstr "Hallitse luokkia"
78
-
79
- #: my-calendar-categories.php:151
80
- #: my-calendar-event-manager.php:740
81
- #: my-calendar-locations.php:127
82
- msgid "ID"
83
- msgstr "ID"
84
-
85
- #: my-calendar-categories.php:153
86
- msgid "Category Color"
87
- msgstr "Luokan väri"
88
-
89
- #: my-calendar-categories.php:155
90
- #: my-calendar-categories.php:169
91
- #: my-calendar-event-manager.php:792
92
- #: my-calendar-locations.php:129
93
- #: my-calendar-locations.php:141
94
- msgid "Edit"
95
- msgstr "Muokkaa"
96
-
97
- #: my-calendar-categories.php:156
98
- #: my-calendar-categories.php:175
99
- #: my-calendar-event-manager.php:57
100
- #: my-calendar-event-manager.php:792
101
- #: my-calendar-locations.php:130
102
- #: my-calendar-locations.php:142
103
- msgid "Delete"
104
- msgstr "Poista"
105
-
106
- #: my-calendar-categories.php:172
107
- #: my-calendar-event-manager.php:778
108
- #: my-calendar.php:972
109
- msgid "N/A"
110
- msgstr "N/A"
111
-
112
- #: my-calendar-categories.php:175
113
- #: my-calendar-locations.php:142
114
- msgid "Are you sure you want to delete this category?"
115
- msgstr "Haluatko varmasti poistaa tämän luokan?"
116
-
117
- #: my-calendar-categories.php:186
118
- msgid "There are no categories in the database - something has gone wrong!"
119
- msgstr "Luokkia ei ole tietokannassa – jossain on tapahtunut virhe!"
120
-
121
- #: my-calendar-event-manager.php:13
122
- #: my-calendar-settings.php:195
123
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
124
- msgstr "My Calendar on huomannut, että teillä on Kieran O'Shean kalenterilisäosa asennettuna. Voit tuoda nämä tapahtumat ja kategoriat tietokantaan. Haluatko tuoda näitä tapahtumia?"
125
-
126
- #: my-calendar-event-manager.php:19
127
- #: my-calendar-settings.php:201
128
- msgid "Import from Calendar"
129
- msgstr "Tuo kalenterista"
130
-
131
- #: my-calendar-event-manager.php:24
132
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
133
- msgstr "On mahdollista, että tuontityökalu epäonnistuu tapahtumien oikeanlaisessa siirrossa. Tällä ei kuitenkaan ole mitään vaikutusta nykyiseen kalenteritietokantaan. Jos kohtaat ongelmia, <a href=\"http://www.joedolson.com/contact.php\">ota yhteyttä lisäosan kehittäjään</a>!"
134
-
135
- #: my-calendar-event-manager.php:52
136
- msgid "Delete Event"
137
- msgstr "Poista tapahtuma"
138
-
139
- #: my-calendar-event-manager.php:52
140
- msgid "Are you sure you want to delete this event?"
141
- msgstr "Haluatko varmasti poistaa tämän tapahtuman?"
142
-
143
- #: my-calendar-event-manager.php:65
144
- msgid "You do not have permission to delete that event."
145
- msgstr "Sinulla ei ole riittäviä oikeuksia tapahtuman poistamiseen."
146
-
147
- #: my-calendar-event-manager.php:142
148
- #: my-calendar-event-manager.php:147
149
- #: my-calendar-event-manager.php:152
150
- #: my-calendar-event-manager.php:162
151
- #: my-calendar-event-manager.php:170
152
- #: my-calendar-event-manager.php:179
153
- #: my-calendar-event-manager.php:187
154
- #: my-calendar-event-manager.php:217
155
- #: my-calendar-event-manager.php:325
156
- #: my-calendar-event-manager.php:330
157
- #: my-calendar-event-manager.php:335
158
- #: my-calendar-event-manager.php:345
159
- #: my-calendar-event-manager.php:353
160
- #: my-calendar-event-manager.php:362
161
- #: my-calendar-event-manager.php:370
162
- #: my-calendar-event-manager.php:442
163
- #: my-calendar-event-manager.php:457
164
- msgid "Error"
165
- msgstr "Virhe"
166
-
167
- #: my-calendar-event-manager.php:142
168
- #: my-calendar-event-manager.php:325
169
- msgid "Your event end date must be either after or the same as your event begin date"
170
- msgstr "Tapahtumasi loppumispäivän pitää olla joko jälkeen tai samaan aikaan kuin alkamisajankohdan"
171
-
172
- #: my-calendar-event-manager.php:147
173
- #: my-calendar-event-manager.php:330
174
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
175
- msgstr "Sinun päivämääräsi muotoilu on oikea, mutta yksi tai useampi päivämääristä on pätemätön. Tarkista montako päivää kuukaudessa on ja ettei ole karkausvuosi."
176
-
177
- #: my-calendar-event-manager.php:152
178
- #: my-calendar-event-manager.php:335
179
- msgid "Both start and end dates must be entered and be in the format YYYY-MM-DD"
180
- msgstr "Sekä alku- ja päättymisajankohta on merkittävä ja oltava muodossa VVVV-KK-PP"
181
-
182
- #: my-calendar-event-manager.php:162
183
- #: my-calendar-event-manager.php:345
184
- msgid "The time field must either be blank or be entered in the format hh:mm"
185
- msgstr "Aikakentän on joko oltava tyhjä tai merkittävä muodossa hh:mm"
186
-
187
- #: my-calendar-event-manager.php:170
188
- #: my-calendar-event-manager.php:353
189
- msgid "The URL entered must either be prefixed with http:// or be completely blank"
190
- msgstr "URL on syötettävä joko etuliitteellä http:// tai se voi olla täysin tyhjä"
191
-
192
- #: my-calendar-event-manager.php:179
193
- #: my-calendar-event-manager.php:362
194
- msgid "The event title must be between 1 and 60 characters in length."
195
- msgstr "Tapahtuman otsikon on oltava 1–60 merkkiä pitkä."
196
-
197
- #: my-calendar-event-manager.php:187
198
- #: my-calendar-event-manager.php:370
199
- msgid "The repetition value must be 0 unless a type of recurrance is selected in which case the repetition value must be 0 or higher"
200
- msgstr "Toisto-arvon on oltava 0, paitsi jos toiston tyyppi on valittu, jolloin sen on oltava 0 tai suurempi."
201
-
202
- #: my-calendar-event-manager.php:217
203
- msgid "An event with the details you submitted could not be found in the database. This may indicate a problem with your database or the way in which it is configured."
204
- msgstr "Julkaisemillasi tiedoilla olevaa tapahtumaa ei löydy tietokannasta. Tämä voi johtua ongelmasta tietokannassa tai sen asetuksissa."
205
-
206
- #: my-calendar-event-manager.php:221
207
- msgid "Event added. It will now show in your calendar."
208
- msgstr "Tapahtuma lisätty. Se näkyy nyt kalenterissa."
209
-
210
- #: my-calendar-event-manager.php:302
211
- #: my-calendar-event-manager.php:401
212
- msgid "Failure"
213
- msgstr "Virhe"
214
-
215
- #: my-calendar-event-manager.php:302
216
- msgid "You can't update an event if you haven't submitted an event id"
217
- msgstr "Et voi päivittää tapahtumaa jos et ole syöttänyt tapahtuman id-tunnusta"
218
-
219
- #: my-calendar-event-manager.php:401
220
- msgid "The database failed to return data to indicate the event has been updated sucessfully. This may indicate a problem with your database or the way in which it is configured."
221
- msgstr "Tietokanta ei onnistunut palauttamaan tietoja osoittaen että tapahtuma olisi päivitetty onnistuneesti. Tämä voi olla ongelma tietokannassa tai siinä, miten se on määritetty."
222
-
223
- #: my-calendar-event-manager.php:405
224
- msgid "Event updated successfully"
225
- msgstr "Tapahtuma päivitetty onnistuneesti"
226
-
227
- #: my-calendar-event-manager.php:433
228
- msgid "You do not have sufficient permissions to edit that event."
229
- msgstr "Sinulla ei ole riittäviä käyttäjäoikeuksia tapahtuman muokkaamiseen."
230
-
231
- #: my-calendar-event-manager.php:442
232
- msgid "You can't delete an event if you haven't submitted an event id"
233
- msgstr "Et voi poistaa tapahtumaa jos et ole syöttänyt tapahtuman id-tunnusta."
234
-
235
- #: my-calendar-event-manager.php:453
236
- msgid "Event deleted successfully"
237
- msgstr "Tapahtuma poistettu onnistuneesti"
238
-
239
- #: my-calendar-event-manager.php:457
240
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
241
- msgstr "Vaikka yritit poistaa tapahtuman, se näkyy edelleen tietokannassa. Ole hyvä ja tutki tietokantasi."
242
-
243
- #: my-calendar-event-manager.php:472
244
- #: my-calendar-event-manager.php:545
245
- msgid "Edit Event"
246
- msgstr "Muokkaa tapahtumaa"
247
-
248
- #: my-calendar-event-manager.php:476
249
- msgid "You must provide an event id in order to edit it"
250
- msgstr "Sinun on syötettävä tapahtuman id-tunnus, jotta voit muokata sitä"
251
-
252
- #: my-calendar-event-manager.php:482
253
- msgid "Add Event"
254
- msgstr "Lisää tapahtuma"
255
-
256
- #: my-calendar-event-manager.php:487
257
- msgid "Manage Events"
258
- msgstr "Hallitse tapahtumia"
259
-
260
- #: my-calendar-event-manager.php:521
261
- msgid "Sorry! That's an invalid event key."
262
- msgstr "Väärä tapahtuman avain."
263
-
264
- #: my-calendar-event-manager.php:526
265
- msgid "Sorry! We couldn't find an event with that ID."
266
- msgstr "Tapahtumaa syöttämällä id-tunnuksella ei löydy."
267
-
268
- #: my-calendar-event-manager.php:545
269
- msgid "Add an Event"
270
- msgstr "Lisää tapahtuma"
271
-
272
- #: my-calendar-event-manager.php:554
273
- msgid "Enter your Event Information"
274
- msgstr "Syötä tapahtuman tiedot"
275
-
276
- #: my-calendar-event-manager.php:556
277
- msgid "Event Title"
278
- msgstr "Tapahtuman nimi"
279
-
280
- #: my-calendar-event-manager.php:559
281
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
282
- msgstr "Tapahtuman kuvaus (<abbr title=\"hypertext markup language\">HTML</abbr> sallittu)"
283
-
284
- #: my-calendar-event-manager.php:562
285
- msgid "Event Category"
286
- msgstr "Tapahtuman luokka"
287
-
288
- #: my-calendar-event-manager.php:581
289
- msgid "Event Link (Optional)"
290
- msgstr "Tapahtuman linkki (valinnainen)"
291
-
292
- #: my-calendar-event-manager.php:584
293
- msgid "Start Date (YYYY-MM-DD)"
294
- msgstr "Aloituspäivä (VVVV-KK-PP)"
295
-
296
- #: my-calendar-event-manager.php:587
297
- msgid "End Date (YYYY-MM-DD) (Optional)"
298
- msgstr "Loppumispäivä (VVVV-KK-PP) (Valinnainen)"
299
-
300
- #: my-calendar-event-manager.php:590
301
- msgid "Time (hh:mm)"
302
- msgstr "Aika (tt:mm)"
303
-
304
- #: my-calendar-event-manager.php:601
305
- msgid "Optional, set blank if your event is an all-day event or does not happen at a specific time."
306
- msgstr "Valinnainen. Jätä tyhjäksi, jos tapahtuma on koko päivän kestävä tapahtuma tai ei tapahdu tiettyyn aikaan."
307
-
308
- #: my-calendar-event-manager.php:601
309
- msgid "Current time difference from GMT is "
310
- msgstr "Nykyinen aikaero GMT:stä on "
311
-
312
- #: my-calendar-event-manager.php:601
313
- msgid " hour(s)"
314
- msgstr " tunti(a)"
315
-
316
- #: my-calendar-event-manager.php:605
317
- msgid "Recurring Events"
318
- msgstr "Toistuvat tapahtumat"
319
-
320
- #: my-calendar-event-manager.php:626
321
- msgid "Repeats for"
322
- msgstr "Toistokerrat"
323
-
324
- #: my-calendar-event-manager.php:627
325
- msgid "Units"
326
- msgstr "Toistoväli"
327
-
328
- #: my-calendar-event-manager.php:628
329
- msgid "Does not recur"
330
- msgstr "Ei toistu"
331
-
332
- #: my-calendar-event-manager.php:629
333
- #: my-calendar-event-manager.php:768
334
- msgid "Daily"
335
- msgstr "Päivittäin"
336
-
337
- #: my-calendar-event-manager.php:630
338
- #: my-calendar-event-manager.php:769
339
- msgid "Weekly"
340
- msgstr "Viikottain"
341
-
342
- #: my-calendar-event-manager.php:631
343
- msgid "Bi-weekly"
344
- msgstr "Joka toinen viikko"
345
-
346
- #: my-calendar-event-manager.php:632
347
- #: my-calendar-event-manager.php:771
348
- msgid "Monthly"
349
- msgstr "Kuukausittain"
350
-
351
- #: my-calendar-event-manager.php:633
352
- msgid "Annually"
353
- msgstr "Vuosittain"
354
-
355
- #: my-calendar-event-manager.php:635
356
- msgid "Entering 0 means forever, if a unit is selected. If the recurrance unit is left at \"Does not recur,\" the event will not reoccur."
357
- msgstr "Jos toistoväli on valittuna, 0 tarkoittaa ikuista toistoa. Jos toistoväli jätetään tilaan \"ei toistu \", tapahtuma ei toistu."
358
-
359
- #: my-calendar-event-manager.php:642
360
- #: my-calendar-locations.php:41
361
- #: my-calendar-locations.php:90
362
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
363
- msgstr "Kaikki paikkaan liittyvät kentät ovat valinnaisia: <em>Puutteellisten tietojen antaminen saattaa johtaa epätarkkaan karttaan</em>."
364
-
365
- #: my-calendar-event-manager.php:648
366
- msgid "Choose a preset location:"
367
- msgstr "Valitse aiemmin käytetty paikka:"
368
-
369
- #: my-calendar-event-manager.php:661
370
- msgid "Add recurring locations for later use."
371
- msgstr "Lisää toistuva paikka myöhempää käyttöä varten."
372
-
373
- #: my-calendar-event-manager.php:666
374
- #: my-calendar-locations.php:44
375
- #: my-calendar-locations.php:93
376
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
377
- msgstr "Paikan nimi "
378
-
379
- #: my-calendar-event-manager.php:669
380
- #: my-calendar-locations.php:47
381
- #: my-calendar-locations.php:96
382
- msgid "Street Address"
383
- msgstr "Katuosoite"
384
-
385
- #: my-calendar-event-manager.php:672
386
- #: my-calendar-locations.php:50
387
- #: my-calendar-locations.php:99
388
- msgid "Street Address (2)"
389
- msgstr "Katuosoite (2)"
390
-
391
- #: my-calendar-event-manager.php:675
392
- #: my-calendar-locations.php:53
393
- #: my-calendar-locations.php:102
394
- msgid "City"
395
- msgstr "Kaupunki"
396
-
397
- #: my-calendar-event-manager.php:675
398
- #: my-calendar-locations.php:53
399
- #: my-calendar-locations.php:102
400
- msgid "State/Province"
401
- msgstr "Maakunta"
402
-
403
- #: my-calendar-event-manager.php:675
404
- #: my-calendar-locations.php:53
405
- #: my-calendar-locations.php:102
406
- msgid "Postal Code"
407
- msgstr "Postinumero"
408
-
409
- #: my-calendar-event-manager.php:678
410
- #: my-calendar-locations.php:56
411
- #: my-calendar-locations.php:105
412
- msgid "Country"
413
- msgstr "Maa"
414
-
415
- #: my-calendar-event-manager.php:683
416
- msgid "Save Event"
417
- msgstr "Tallenna tapahtuma"
418
-
419
- #: my-calendar-event-manager.php:741
420
- #: my-calendar-widgets.php:32
421
- #: my-calendar-widgets.php:113
422
- msgid "Title"
423
- msgstr "Nimi"
424
-
425
- #: my-calendar-event-manager.php:742
426
- msgid "Description"
427
- msgstr "Kuvaus"
428
-
429
- #: my-calendar-event-manager.php:743
430
- msgid "Start Date"
431
- msgstr "Alkamisajankohta"
432
-
433
- #: my-calendar-event-manager.php:745
434
- msgid "Recurs"
435
- msgstr "Toistoväli"
436
-
437
- #: my-calendar-event-manager.php:746
438
- msgid "Repeats"
439
- msgstr "Toistokerrat"
440
-
441
- #: my-calendar-event-manager.php:747
442
- #: my-calendar-settings.php:152
443
- msgid "Author"
444
- msgstr "Lisääjä"
445
-
446
- #: my-calendar-event-manager.php:748
447
- msgid "Category"
448
- msgstr "Luokka"
449
-
450
- #: my-calendar-event-manager.php:749
451
- msgid "Edit / Delete"
452
- msgstr "Muokkaa / Poista"
453
-
454
- #: my-calendar-event-manager.php:767
455
- msgid "Never"
456
- msgstr "Ei koskaan"
457
-
458
- #: my-calendar-event-manager.php:770
459
- msgid "Bi-Weekly"
460
- msgstr "Joka toinen viikko"
461
-
462
- #: my-calendar-event-manager.php:772
463
- msgid "Yearly"
464
- msgstr "Vuosittain"
465
-
466
- #: my-calendar-event-manager.php:779
467
- msgid "Forever"
468
- msgstr "Toistaiseksi"
469
-
470
- #: my-calendar-event-manager.php:780
471
- msgid "Times"
472
- msgstr "kertaa"
473
-
474
- #: my-calendar-event-manager.php:802
475
- msgid "There are no events in the database!"
476
- msgstr "Tietokannassa ei ole tapahtumia!"
477
-
478
- #: my-calendar-help.php:6
479
- msgid "How to use My Calendar"
480
- msgstr "My Calendar käyttöohjeet"
481
-
482
- #: my-calendar-help.php:11
483
- msgid "Shortcode Syntax"
484
- msgstr "Tagien merkkausohje"
485
-
486
- #: my-calendar-help.php:16
487
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
488
- msgstr "Tämä tagi näyttää kalenterin joko artikkelissa tai sivulla siten, että mukana on kaikki kategoriat perinteisessä kuukausittaisessa näkymässä."
489
-
490
- #: my-calendar-help.php:19
491
- msgid "The shortcode supports three attributes, <code>category</code>, <code>format</code> and <code>showkey</code>. There is currently only one alternate option for <code>format</code> &mdash; <code>list</code> &mdash; which will show the calendar in a list format, skipping dates without any events. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output."
492
- msgstr "Tämä tagi tukee kolmea atribuuttia, <code>category</code>, <code>format</code> and <code>showkey</code>. Tällä hetkellä on vain yksi vaihtoehtoinen asetus, <code>format</code> &mdash; <code>list</code> &mdash; joka näyttää kalenterin listanäkymänä ja ohittaa päivämäärät ilman tapahtumia. <code>category</code> -atribuutti tarvitsee joko nimen tai id-tunnuksen jostain tapahtumaluokasta. Tällöin koodi näyttää tapahtumat vain valitusta luokasta. Voit valita useampia luokkia erottamalla id-tunnukset tai luokan nimet toisistaan pystyviivalla: <code>|</code>.Asettamalla <code>showkey</code> -tagin atribuutiksi <code>no</code> voit estää tapahtumaluokan avainta näkymästä. Tämä on käyttökelpoista etenkin yhden luokan kalentereissa."
493
-
494
- #: my-calendar-help.php:22
495
- msgid "This shortcode displays the output of the Upcoming Events widget. Without attributes, it will display using the settings in your widget; the attributes are used to override the widget settings. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"date\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below."
496
- msgstr "Tämä tagi näyttää samat tiedot kuin Tulevat tapahtumat vimpain. Ilman atribuutteja se käyttää samoja asetuksia kuin vimpain. Atribuutteja käytetään korvaamaan vimpaimen asetukset. <code>before</code> ja <code>after</code>-atribuuteille annetaan numeroarvoja. <code>type</code>-atribuutti voi olla joko \"event\" tai \"date\", ja <code>category</code>-atribuutti toimii samaan tapaan kuin category-atribuutti muissakin tageissa. <code>template</code>-atribuutti toimii alla listattuilla arvoilla."
497
-
498
- #: my-calendar-help.php:25
499
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with two configurable attributes: category and template."
500
- msgstr "Tämä tagi näyttää Tapahtumat tänään -vimpaimen sisällön. Se toimii kuten yllä."
501
-
502
- #: my-calendar-help.php:33
503
- msgid "Category Icons"
504
- msgstr "Luokkien ikonit"
505
-
506
- #: my-calendar-help.php:36
507
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
508
- msgstr "My Calendar on suunniteltu useiden kalentereiden hallintaan. Voit laittaa luokkien tapahtumat näkymään joko samalla sivulla tai sitten eri luokissa olevat tapahtumat eri sivuille. Tämä voi olla hyödyllistä, jos hallinnoit esimerkiksi kahdelle eri kohderyhmälle tarkoitettuja tapahtumia. "
509
-
510
- #: my-calendar-help.php:39
511
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
512
- msgstr "Oletusikonit eivät välttämättä sovellu käyttöösi eikä sivustosi ulkoasuun. Voit lisätä omia tunnuskuvia lisäämällä ne lisäosan icons-kansioon. Kuitenkin välttyäksesi niiden katoamiselta lisäosaa päivitettäessä, sinun on luotava kansio \"my-calendar-custom\" wp-content/plugins -kansioon. "
513
-
514
- #: my-calendar-help.php:39
515
- msgid "Your icons folder is:"
516
- msgstr "Sinun icons-kansio on:"
517
-
518
- #: my-calendar-help.php:39
519
- msgid "You can alternately place icons in:"
520
- msgstr "Vaihtoehtoisesti voi ladata ikonit kansioon: "
521
-
522
- #: my-calendar-help.php:47
523
- msgid "Widget Templating"
524
- msgstr "Vimpainten atribuutit"
525
-
526
- #: my-calendar-help.php:50
527
- msgid "These codes are available in calendar widgets to create your own custom calendar format."
528
- msgstr "Voit käyttää näitä tageja vimpaimissa muotoillaksesi kalenterin haluamasi näköiseksi."
529
-
530
- #: my-calendar-help.php:54
531
- msgid "Displays the name of the category the event is in."
532
- msgstr "Näyttää sen luokan nimen, jossa tapahtuma on."
533
-
534
- #: my-calendar-help.php:57
535
- msgid "Displays the title of the event."
536
- msgstr "Näyttää tapahtuman otsikon."
537
-
538
- #: my-calendar-help.php:60
539
- msgid "Displays the start time for the event."
540
- msgstr "Näyttää tapahtuman alkamisajankohdan."
541
-
542
- #: my-calendar-help.php:63
543
- msgid "Displays the date on which the event begins."
544
- msgstr "Näyttää päivämäärän, jolloin tapahtuma alkaa. "
545
-
546
- #: my-calendar-help.php:66
547
- msgid "Displays the date on which the event ends."
548
- msgstr "Näyttää päivämäärän, jolloin tapahtuma loppuu."
549
-
550
- #: my-calendar-help.php:69
551
- msgid "Displays the WordPress author who posted the event."
552
- msgstr "Näyttää WordPress-käyttäjän, joka julkaisi tapahtuman."
553
-
554
- #: my-calendar-help.php:72
555
- msgid "Displays the URL provided for the event."
556
- msgstr "Näyttää tapahtumaan liitetyn linkin polun."
557
-
558
- #: my-calendar-help.php:75
559
- msgid "Displays the description of the event."
560
- msgstr "Näyttää tapahtuman kuvauksen."
561
-
562
- #: my-calendar-help.php:78
563
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
564
- msgstr "Näyttää tapahtuman otsikon linkkinä, jos tapahtumaan on liitetty linkki."
565
-
566
- #: my-calendar-help.php:81
567
- msgid "Displays the name of the location of the event."
568
- msgstr "Näyttää tapahtumapaikan nimen."
569
-
570
- #: my-calendar-help.php:84
571
- msgid "Displays the first line of the site address."
572
- msgstr "Näyttää tapahtumapaikan osoitteen ensimmäisen rivin."
573
-
574
- #: my-calendar-help.php:87
575
- msgid "Displays the second line of the site address."
576
- msgstr "Näyttää tapahtumapaikan osoitteen toisen rivin."
577
-
578
- #: my-calendar-help.php:90
579
- msgid "Displays the city for the event."
580
- msgstr "Näyttää kaupungin, jossa tapahtuma on."
581
-
582
- #: my-calendar-help.php:93
583
- msgid "Displays the state for the event."
584
- msgstr "Näyttää tapahtuman maakunnan."
585
-
586
- #: my-calendar-help.php:96
587
- msgid "Displays the postcode for the event."
588
- msgstr "Näyttää tapahtuman postinumeron."
589
-
590
- #: my-calendar-help.php:99
591
- msgid "Displays the country for the event location."
592
- msgstr "Näyttää tapahtumapaikan sijaintimaan."
593
-
594
- #: my-calendar-help.php:102
595
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
596
- msgstr "Näyttää tapahtuman osoitteen <a href=\"http://microformats.org/wiki/hcard\">hcard</a>-muodossa."
597
-
598
- #: my-calendar-help.php:105
599
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
600
- msgstr "Näyttää linkin tapahtuman Google Karttaan, jos osoitetiedot ovat olemassa."
601
-
602
- #: my-calendar-locations.php:18
603
- msgid "Location added successfully"
604
- msgstr "Tapahtumapaikka lisätty onnistuneesti"
605
-
606
- #: my-calendar-locations.php:22
607
- msgid "Location deleted successfully"
608
- msgstr "Tapahtumapaikka poistettu onnistuneesti"
609
-
610
- #: my-calendar-locations.php:27
611
- msgid "Edit Location"
612
- msgstr "Muokkaa tapahtumapaikkaa"
613
-
614
- #: my-calendar-locations.php:31
615
- msgid "Location Editor"
616
- msgstr "Tapahtumapaikkatyökalu"
617
-
618
- #: my-calendar-locations.php:70
619
- msgid "Location edited successfully"
620
- msgstr "Tapahtumapaikkaa muokattu onnistuneesti"
621
-
622
- #: my-calendar-locations.php:76
623
- #: my-calendar-locations.php:109
624
- msgid "Add Location"
625
- msgstr "Lisää tapahtumapaikka"
626
-
627
- #: my-calendar-locations.php:80
628
- msgid "Add New Location"
629
- msgstr "Lisää uusi tapahtumapaikka"
630
-
631
- #: my-calendar-locations.php:115
632
- #: my-calendar.php:132
633
- msgid "Manage Locations"
634
- msgstr "Hallitse tapahtumapaikkoja"
635
-
636
- #: my-calendar-locations.php:128
637
- msgid "Location"
638
- msgstr "Tapahtumapaikka"
639
-
640
- #: my-calendar-locations.php:150
641
- msgid "There are no locations in the database yet!"
642
- msgstr "Tietokannassa ei vielä ole tapahtumapaikkoja!"
643
-
644
- #: my-calendar-locations.php:154
645
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
646
- msgstr "Huomaathan: tapahtumapaikkojen muokkaaminen tai poistaminen ei vaikuta jo luotuihin tapahtumiin. Tapahtumapaikkatietokanta on olemassa vain, jotta tapahtumien lisääminen olisi vaivattomampaa."
647
-
648
- #: my-calendar-settings.php:67
649
- msgid "Categories imported successfully."
650
- msgstr "Luokat tuotu onnistuneesti."
651
-
652
- #: my-calendar-settings.php:69
653
- msgid "Categories not imported."
654
- msgstr "Luokkia ei tuotu."
655
-
656
- #: my-calendar-settings.php:72
657
- msgid "Events imported successfully."
658
- msgstr "Tapahtumat tuotu onnistuneesti."
659
-
660
- #: my-calendar-settings.php:74
661
- msgid "Events not imported."
662
- msgstr "Tapahtumia ei tuotu."
663
-
664
- #: my-calendar-settings.php:116
665
- msgid "Settings saved"
666
- msgstr "Asetukset tallennettu"
667
-
668
- #: my-calendar-settings.php:139
669
- msgid "My Calendar Options"
670
- msgstr "My Calendar asetukset"
671
-
672
- #: my-calendar-settings.php:143
673
- msgid "Calendar Settings"
674
- msgstr "Kalenterin asetukset"
675
-
676
- #: my-calendar-settings.php:147
677
- msgid "Primary Calendar Options"
678
- msgstr "Ensisijaiset kalenteriasetukset"
679
-
680
- #: my-calendar-settings.php:149
681
- msgid "Choose the lowest user group that may manage events"
682
- msgstr "Valitse heikoin rooli, jolla on oikeudet muokata tapahtumia"
683
-
684
- #: my-calendar-settings.php:150
685
- msgid "Subscriber"
686
- msgstr "Tilaaja"
687
-
688
- #: my-calendar-settings.php:151
689
- msgid "Contributor"
690
- msgstr "Avustaja"
691
-
692
- #: my-calendar-settings.php:153
693
- msgid "Editor"
694
- msgstr "Päätoimittaja"
695
-
696
- #: my-calendar-settings.php:154
697
- msgid "Administrator"
698
- msgstr "Pääkäyttäjä"
699
-
700
- #: my-calendar-settings.php:158
701
- msgid "Do you want to display the author name on events?"
702
- msgstr "Haluatko näyttää tapahtuman julkaisijan nimen tapahtumien yhteydessä?"
703
-
704
- #: my-calendar-settings.php:159
705
- #: my-calendar-settings.php:168
706
- msgid "Yes"
707
- msgstr "Kyllä"
708
-
709
- #: my-calendar-settings.php:160
710
- #: my-calendar-settings.php:169
711
- msgid "No"
712
- msgstr "Ei"
713
-
714
- #: my-calendar-settings.php:164
715
- msgid "Show Heading for Calendar"
716
- msgstr "Näytä otsikko kalenterille"
717
-
718
- #: my-calendar-settings.php:167
719
- msgid "Display a jumpbox for changing month and year quickly?"
720
- msgstr "Näytetäänkö hyppylaatikko, jolla voit muuttaa tapahtuman kuukauden ja vuoden nopeasti?"
721
-
722
- #: my-calendar-settings.php:173
723
- msgid "In list mode, show how many months of events at a time:"
724
- msgstr "Kuinka monen kuukauden tapahtumat näytetään listanäkymässä?"
725
-
726
- #: my-calendar-settings.php:176
727
- msgid "Date format in list mode"
728
- msgstr "Päivämäärän muoto listanäkymässä"
729
-
730
- #: my-calendar-settings.php:177
731
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save option to update sample output."
732
- msgstr "Päivämäärän muoto käyttää samaa syntaksia kuin <a href=\"http://php.net/date\">PHP <code>date()</code> funktio</a>. Tallenne niin näet esimerkin oikeassa muodossa."
733
-
734
- #: my-calendar-settings.php:180
735
- msgid "Show Link to Google Map (when sufficient address information is available.)"
736
- msgstr "Näytä linkki Google Karttoihin (vain kun osoitetiedot ovat saatavilla)"
737
-
738
- #: my-calendar-settings.php:181
739
- msgid "Show Event Address in Details"
740
- msgstr "Näytä tapahtuman osoite yksityiskohtaisten tietojen joukossa"
741
-
742
- #: my-calendar-settings.php:185
743
- msgid "Save Settings"
744
- msgstr "Tallenna asetukset"
745
-
746
- #: my-calendar-styles.php:36
747
- msgid "Style Settings saved"
748
- msgstr "Tyyliasetukset tallennettu"
749
-
750
- #: my-calendar-styles.php:54
751
- msgid "My Calendar Styles"
752
- msgstr "My Calendar tyylit"
753
-
754
- #: my-calendar-styles.php:58
755
- msgid "Calendar Style Settings"
756
- msgstr "Kalenterin tyyliasetukset"
757
-
758
- #: my-calendar-styles.php:62
759
- msgid "CSS Style Options"
760
- msgstr "CSS-tyyliasetukset"
761
-
762
- #: my-calendar-styles.php:64
763
- msgid "Reset the My Calendar stylesheet to the default"
764
- msgstr "Palauta My Calendar oletusasetukset"
765
-
766
- #: my-calendar-styles.php:64
767
- msgid "Disable My Calendar Stylesheet"
768
- msgstr "Älä käytä My Calendar tyylisivua"
769
-
770
- #: my-calendar-styles.php:67
771
- msgid "Edit the stylesheet for My Calendar"
772
- msgstr "Muokkaa My Calendar tyylisivua"
773
-
774
- #: my-calendar-styles.php:71
775
- msgid "Calendar Behaviors: Calendar View"
776
- msgstr "Kalenterin käyttäytyminen: kalenterinäkymä"
777
-
778
- #: my-calendar-styles.php:73
779
- msgid "Reset the My Calendar Calendar Javascript"
780
- msgstr "Palauta kalenterinäkymän oletus Javascript"
781
-
782
- #: my-calendar-styles.php:73
783
- msgid "Disable Calendar Javascript Effects"
784
- msgstr "Älä käytä kalenterinäkymän Javascript efektejä"
785
-
786
- #: my-calendar-styles.php:76
787
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
788
- msgstr "Muokkaa kalenterinäkymän jQuery-skriptejä"
789
-
790
- #: my-calendar-styles.php:80
791
- msgid "Calendar Behaviors: List View"
792
- msgstr "Kalenterin käyttäytyminen: listanäkymä"
793
-
794
- #: my-calendar-styles.php:82
795
- msgid "Reset the My Calendar List Javascript"
796
- msgstr "Palauta listanäkymän oletus Javascript"
797
-
798
- #: my-calendar-styles.php:82
799
- msgid "Disable List Javascript Effects"
800
- msgstr "Älä käytä listanäkymän Javascript efektejä"
801
-
802
- #: my-calendar-styles.php:85
803
- msgid "Edit the jQuery scripts for My Calendar in List format"
804
- msgstr "Muokkaa listanäkymän jQuery-skriptejä"
805
-
806
- #: my-calendar-styles.php:89
807
- msgid "Save"
808
- msgstr "Tallenna"
809
-
810
- #: my-calendar-widgets.php:11
811
- #: my-calendar-widgets.php:42
812
- #: my-calendar-widgets.php:43
813
- msgid "Today's Events"
814
- msgstr "Tapahtumat tänään"
815
-
816
- #: my-calendar-widgets.php:36
817
- #: my-calendar-widgets.php:117
818
- msgid "Template"
819
- msgstr "Kaava"
820
-
821
- #: my-calendar-widgets.php:56
822
- #: my-calendar-widgets.php:143
823
- #: my-calendar-widgets.php:144
824
- msgid "Upcoming Events"
825
- msgstr "Tulevat tapahtumat"
826
-
827
- #: my-calendar-widgets.php:121
828
- msgid "Widget Options"
829
- msgstr "Vimpaimen asetukset"
830
-
831
- #: my-calendar-widgets.php:123
832
- msgid "Display upcoming events by:"
833
- msgstr "Tapahtumien näyttölogiikka"
834
-
835
- #: my-calendar-widgets.php:124
836
- msgid "Events (e.g. 2 past, 3 future)"
837
- msgstr "Tapahtumat (esim. 2 mennyttä, 3 tulevaa)"
838
-
839
- #: my-calendar-widgets.php:125
840
- msgid "Dates (e.g. 4 days past, 5 forward)"
841
- msgstr "Päivät (esim. 4 viimeisintä, 5 tulevaa)"
842
-
843
- #: my-calendar-widgets.php:129
844
- msgid "events into the future;"
845
- msgstr "tulevaa tapahtumaa, "
846
-
847
- #: my-calendar-widgets.php:130
848
- msgid "events from the past"
849
- msgstr "mennyttä tapahtumaa"
850
-
851
- #: my-calendar-widgets.php:133
852
- msgid "days into the future;"
853
- msgstr "tulevaa päivää"
854
-
855
- #: my-calendar-widgets.php:134
856
- msgid "days from the past"
857
- msgstr "mennyttä päivää"
858
-
859
- #: my-calendar-widgets.php:137
860
- msgid "Show only this category:"
861
- msgstr "näytä vain tästä luokasta (nimi tai id):"
862
-
863
- #: my-calendar-widgets.php:250
864
- msgid "There are no events currently scheduled."
865
- msgstr "Tapahtumia ei juuri nyt ole."
866
-
867
- #: my-calendar.php:48
868
- #: my-calendar.php:133
869
- msgid "Settings"
870
- msgstr "Asetukset"
871
-
872
- #: my-calendar.php:69
873
- msgid "Get Support"
874
- msgstr "Tuki"
875
-
876
- #: my-calendar.php:70
877
- msgid "Make a Donation"
878
- msgstr "Tee lahjoitus"
879
-
880
- #. #-#-#-#-# plugin.pot (My Calendar 1.3.0) #-#-#-#-#
881
- #. Plugin Name of the plugin/theme
882
- #: my-calendar.php:124
883
- msgid "My Calendar"
884
- msgstr "Kalenteri"
885
-
886
- #: my-calendar.php:127
887
- msgid "Add/Edit Events"
888
- msgstr "Lisää/muokkaa tapahtumia"
889
-
890
- #: my-calendar.php:134
891
- msgid "Style Editor"
892
- msgstr "Tyyliasetukset"
893
-
894
- #: my-calendar.php:135
895
- msgid "My Calendar Help"
896
- msgstr "My Calendar opastus"
897
-
898
- #: my-calendar.php:135
899
- msgid "Help"
900
- msgstr "Opastus"
901
-
902
- #: my-calendar.php:833
903
- #: my-calendar.php:837
904
- #: my-calendar.php:847
905
- #: my-calendar.php:849
906
- msgid "Next Events"
907
- msgstr "Seuraavat tapahtumat"
908
-
909
- #: my-calendar.php:862
910
- #: my-calendar.php:866
911
- #: my-calendar.php:876
912
- #: my-calendar.php:878
913
- msgid "Previous Events"
914
- msgstr "Edelliset tapahtumat"
915
-
916
- #: my-calendar.php:966
917
- msgid "Event Details"
918
- msgstr "Tapahtuman tiedot"
919
-
920
- #: my-calendar.php:972
921
- msgid "Not Applicable"
922
- msgstr "Ei saatavilla"
923
-
924
- #: my-calendar.php:980
925
- msgid "Posted by"
926
- msgstr "Julkaisija: "
927
-
928
- #: my-calendar.php:1659
929
- msgid "Month"
930
- msgstr "Kuukausi"
931
-
932
- #: my-calendar.php:1660
933
- #: my-calendar.php:1723
934
- msgid "January"
935
- msgstr "tammikuu"
936
-
937
- #: my-calendar.php:1661
938
- #: my-calendar.php:1723
939
- msgid "February"
940
- msgstr "helmikuu"
941
-
942
- #: my-calendar.php:1662
943
- #: my-calendar.php:1723
944
- msgid "March"
945
- msgstr "maaliskuu"
946
-
947
- #: my-calendar.php:1663
948
- #: my-calendar.php:1723
949
- msgid "April"
950
- msgstr "huhtikuu"
951
-
952
- #: my-calendar.php:1664
953
- #: my-calendar.php:1723
954
- msgid "May"
955
- msgstr "toukokuu"
956
-
957
- #: my-calendar.php:1665
958
- #: my-calendar.php:1723
959
- msgid "June"
960
- msgstr "kesäkuu"
961
-
962
- #: my-calendar.php:1666
963
- #: my-calendar.php:1723
964
- msgid "July"
965
- msgstr "heinäkuu"
966
-
967
- #: my-calendar.php:1667
968
- #: my-calendar.php:1723
969
- msgid "August"
970
- msgstr "elokuu"
971
-
972
- #: my-calendar.php:1668
973
- #: my-calendar.php:1723
974
- msgid "September"
975
- msgstr "syyskuu"
976
-
977
- #: my-calendar.php:1669
978
- #: my-calendar.php:1723
979
- msgid "October"
980
- msgstr "lokakuu"
981
-
982
- #: my-calendar.php:1670
983
- #: my-calendar.php:1723
984
- msgid "November"
985
- msgstr "marraskuu"
986
-
987
- #: my-calendar.php:1671
988
- #: my-calendar.php:1723
989
- msgid "December"
990
- msgstr "joulukuu"
991
-
992
- #: my-calendar.php:1673
993
- msgid "Year"
994
- msgstr "Vuosi"
995
-
996
- #: my-calendar.php:1698
997
- msgid "Go"
998
- msgstr "Mene"
999
-
1000
- #: my-calendar.php:1716
1001
- #: my-calendar.php:1719
1002
- msgid "<abbr title=\"Sunday\">Sun</abbr>"
1003
- msgstr "<abbr title=\"Sunnuntai\">Su</abbr>"
1004
-
1005
- #: my-calendar.php:1716
1006
- #: my-calendar.php:1719
1007
- msgid "<abbr title=\"Monday\">Mon</abbr>"
1008
- msgstr "<abbr title=\"Maanantai\">Ma</abbr>"
1009
-
1010
- #: my-calendar.php:1716
1011
- #: my-calendar.php:1719
1012
- msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1013
- msgstr "<abbr title=\"Tiistai\">Ti</abbr>"
1014
-
1015
- #: my-calendar.php:1716
1016
- #: my-calendar.php:1719
1017
- msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1018
- msgstr "<abbr title=\"Keskiviikko\">Ke</abbr>"
1019
-
1020
- #: my-calendar.php:1716
1021
- #: my-calendar.php:1719
1022
- msgid "<abbr title=\"Thursday\">Thur</abbr>"
1023
- msgstr "<abbr title=\"Torstai\">To</abbr>"
1024
-
1025
- #: my-calendar.php:1716
1026
- #: my-calendar.php:1719
1027
- msgid "<abbr title=\"Friday\">Fri</abbr>"
1028
- msgstr "<abbr title=\"Perjantai\">Pe</abbr>"
1029
-
1030
- #: my-calendar.php:1716
1031
- #: my-calendar.php:1719
1032
- msgid "<abbr title=\"Saturday\">Sat</abbr>"
1033
- msgstr "<abbr title=\"Lauantai\">La</abbr>"
1034
-
1035
- #: my-calendar.php:1778
1036
- msgid "and"
1037
- msgstr "ja"
1038
-
1039
- #: my-calendar.php:1806
1040
- #: my-calendar.php:1810
1041
- msgid "Calendar"
1042
- msgstr "Kalenteri"
1043
-
1044
- #: my-calendar.php:1814
1045
- msgid "Events in"
1046
- msgstr "Tapahtumat"
1047
-
1048
- #: my-calendar.php:1923
1049
- msgid "There are no events scheduled during this period."
1050
- msgstr "Tällä aikavälillä ei ole tapahtumia."
1051
-
1052
- #: my-calendar.php:1933
1053
- msgid "Category Key"
1054
- msgstr "Luokan avain"
1055
-
1056
- #. Plugin URI of the plugin/theme
1057
- msgid "http://www.joedolson.com/articles/my-calendar/"
1058
- msgstr "http://www.joedolson.com/articles/my-calendar/"
1059
-
1060
- #. Description of the plugin/theme
1061
- msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
1062
- msgstr "Tapahtumakalenteri Wordpressiin. Näytä tapahtumia useasta eri kalenterista sivuilla, artikkeleissa tai vimpaimissa."
1063
-
1064
- #. Author of the plugin/theme
1065
- msgid "Joseph C Dolson"
1066
- msgstr "Joseph C Dolson"
1067
-
1068
- #. Author URI of the plugin/theme
1069
- msgid "http://www.joedolson.com"
1070
- msgstr "http://www.joedolson.com"
1071
-
1
+ # Translation of the WordPress plugin My Calendar 1.3.0 by Joseph C Dolson.
2
+ # Copyright (C) 2010 Joseph C Dolson
3
+ # This file is distributed under the same license as the My Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: My Calendar 1.3.0\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
10
+ "POT-Creation-Date: 2010-06-04 00:23+0000\n"
11
+ "PO-Revision-Date: 2010-06-28 21:29+0200\n"
12
+ "Last-Translator: Ilpo Puhakka <ilpo.puhakka@gmail.com>\n"
13
+ "Language-Team: Mediajalostamo <info@mediajalostamo.fi>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-Language: Finnish\n"
19
+ "X-Poedit-Country: FINLAND\n"
20
+
21
+ #: my-calendar-categories.php:37
22
+ msgid "Category added successfully"
23
+ msgstr "Luokka lisätty onnistuneesti"
24
+
25
+ #: my-calendar-categories.php:43
26
+ msgid "Category deleted successfully"
27
+ msgstr "Luokka poistettu onnistuneesti"
28
+
29
+ #: my-calendar-categories.php:48
30
+ #: my-calendar-categories.php:60
31
+ msgid "Edit Category"
32
+ msgstr "Muokkaa luokkaa"
33
+
34
+ #: my-calendar-categories.php:52
35
+ msgid "Category Editor"
36
+ msgstr "Luokan muokkaustyökalu"
37
+
38
+ #: my-calendar-categories.php:61
39
+ #: my-calendar-categories.php:114
40
+ #: my-calendar-categories.php:152
41
+ msgid "Category Name"
42
+ msgstr "Luokan nimi"
43
+
44
+ #: my-calendar-categories.php:62
45
+ #: my-calendar-categories.php:115
46
+ msgid "Category Color (Hex format)"
47
+ msgstr "Luokan väri (Heksa-arvo)"
48
+
49
+ #: my-calendar-categories.php:63
50
+ #: my-calendar-categories.php:116
51
+ #: my-calendar-categories.php:154
52
+ msgid "Category Icon"
53
+ msgstr "Luokan ikoni"
54
+
55
+ #: my-calendar-categories.php:85
56
+ #: my-calendar-locations.php:60
57
+ msgid "Save Changes"
58
+ msgstr "Tallenna muutokset"
59
+
60
+ #: my-calendar-categories.php:95
61
+ msgid "Category edited successfully"
62
+ msgstr "Luokkaa muokattu onnistuneesti"
63
+
64
+ #: my-calendar-categories.php:101
65
+ #: my-calendar-categories.php:113
66
+ #: my-calendar-categories.php:133
67
+ msgid "Add Category"
68
+ msgstr "Lisää luokka"
69
+
70
+ #: my-calendar-categories.php:105
71
+ msgid "Add New Category"
72
+ msgstr "Lisää uusi luokka"
73
+
74
+ #: my-calendar-categories.php:139
75
+ #: my-calendar.php:131
76
+ msgid "Manage Categories"
77
+ msgstr "Hallitse luokkia"
78
+
79
+ #: my-calendar-categories.php:151
80
+ #: my-calendar-event-manager.php:740
81
+ #: my-calendar-locations.php:127
82
+ msgid "ID"
83
+ msgstr "ID"
84
+
85
+ #: my-calendar-categories.php:153
86
+ msgid "Category Color"
87
+ msgstr "Luokan väri"
88
+
89
+ #: my-calendar-categories.php:155
90
+ #: my-calendar-categories.php:169
91
+ #: my-calendar-event-manager.php:792
92
+ #: my-calendar-locations.php:129
93
+ #: my-calendar-locations.php:141
94
+ msgid "Edit"
95
+ msgstr "Muokkaa"
96
+
97
+ #: my-calendar-categories.php:156
98
+ #: my-calendar-categories.php:175
99
+ #: my-calendar-event-manager.php:57
100
+ #: my-calendar-event-manager.php:792
101
+ #: my-calendar-locations.php:130
102
+ #: my-calendar-locations.php:142
103
+ msgid "Delete"
104
+ msgstr "Poista"
105
+
106
+ #: my-calendar-categories.php:172
107
+ #: my-calendar-event-manager.php:778
108
+ #: my-calendar.php:972
109
+ msgid "N/A"
110
+ msgstr "N/A"
111
+
112
+ #: my-calendar-categories.php:175
113
+ #: my-calendar-locations.php:142
114
+ msgid "Are you sure you want to delete this category?"
115
+ msgstr "Haluatko varmasti poistaa tämän luokan?"
116
+
117
+ #: my-calendar-categories.php:186
118
+ msgid "There are no categories in the database - something has gone wrong!"
119
+ msgstr "Luokkia ei ole tietokannassa – jossain on tapahtunut virhe!"
120
+
121
+ #: my-calendar-event-manager.php:13
122
+ #: my-calendar-settings.php:195
123
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
124
+ msgstr "My Calendar on huomannut, että teillä on Kieran O'Shean kalenterilisäosa asennettuna. Voit tuoda nämä tapahtumat ja kategoriat tietokantaan. Haluatko tuoda näitä tapahtumia?"
125
+
126
+ #: my-calendar-event-manager.php:19
127
+ #: my-calendar-settings.php:201
128
+ msgid "Import from Calendar"
129
+ msgstr "Tuo kalenterista"
130
+
131
+ #: my-calendar-event-manager.php:24
132
+ msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
133
+ msgstr "On mahdollista, että tuontityökalu epäonnistuu tapahtumien oikeanlaisessa siirrossa. Tällä ei kuitenkaan ole mitään vaikutusta nykyiseen kalenteritietokantaan. Jos kohtaat ongelmia, <a href=\"http://www.joedolson.com/contact.php\">ota yhteyttä lisäosan kehittäjään</a>!"
134
+
135
+ #: my-calendar-event-manager.php:52
136
+ msgid "Delete Event"
137
+ msgstr "Poista tapahtuma"
138
+
139
+ #: my-calendar-event-manager.php:52
140
+ msgid "Are you sure you want to delete this event?"
141
+ msgstr "Haluatko varmasti poistaa tämän tapahtuman?"
142
+
143
+ #: my-calendar-event-manager.php:65
144
+ msgid "You do not have permission to delete that event."
145
+ msgstr "Sinulla ei ole riittäviä oikeuksia tapahtuman poistamiseen."
146
+
147
+ #: my-calendar-event-manager.php:142
148
+ #: my-calendar-event-manager.php:147
149
+ #: my-calendar-event-manager.php:152
150
+ #: my-calendar-event-manager.php:162
151
+ #: my-calendar-event-manager.php:170
152
+ #: my-calendar-event-manager.php:179
153
+ #: my-calendar-event-manager.php:187
154
+ #: my-calendar-event-manager.php:217
155
+ #: my-calendar-event-manager.php:325
156
+ #: my-calendar-event-manager.php:330
157
+ #: my-calendar-event-manager.php:335
158
+ #: my-calendar-event-manager.php:345
159
+ #: my-calendar-event-manager.php:353
160
+ #: my-calendar-event-manager.php:362
161
+ #: my-calendar-event-manager.php:370
162
+ #: my-calendar-event-manager.php:442
163
+ #: my-calendar-event-manager.php:457
164
+ msgid "Error"
165
+ msgstr "Virhe"
166
+
167
+ #: my-calendar-event-manager.php:142
168
+ #: my-calendar-event-manager.php:325
169
+ msgid "Your event end date must be either after or the same as your event begin date"
170
+ msgstr "Tapahtumasi loppumispäivän pitää olla joko jälkeen tai samaan aikaan kuin alkamisajankohdan"
171
+
172
+ #: my-calendar-event-manager.php:147
173
+ #: my-calendar-event-manager.php:330
174
+ msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
175
+ msgstr "Sinun päivämääräsi muotoilu on oikea, mutta yksi tai useampi päivämääristä on pätemätön. Tarkista montako päivää kuukaudessa on ja ettei ole karkausvuosi."
176
+
177
+ #: my-calendar-event-manager.php:152
178
+ #: my-calendar-event-manager.php:335
179
+ msgid "Both start and end dates must be entered and be in the format YYYY-MM-DD"
180
+ msgstr "Sekä alku- ja päättymisajankohta on merkittävä ja oltava muodossa VVVV-KK-PP"
181
+
182
+ #: my-calendar-event-manager.php:162
183
+ #: my-calendar-event-manager.php:345
184
+ msgid "The time field must either be blank or be entered in the format hh:mm"
185
+ msgstr "Aikakentän on joko oltava tyhjä tai merkittävä muodossa hh:mm"
186
+
187
+ #: my-calendar-event-manager.php:170
188
+ #: my-calendar-event-manager.php:353
189
+ msgid "The URL entered must either be prefixed with http:// or be completely blank"
190
+ msgstr "URL on syötettävä joko etuliitteellä http:// tai se voi olla täysin tyhjä"
191
+
192
+ #: my-calendar-event-manager.php:179
193
+ #: my-calendar-event-manager.php:362
194
+ msgid "The event title must be between 1 and 60 characters in length."
195
+ msgstr "Tapahtuman otsikon on oltava 1–60 merkkiä pitkä."
196
+
197
+ #: my-calendar-event-manager.php:187
198
+ #: my-calendar-event-manager.php:370
199
+ msgid "The repetition value must be 0 unless a type of recurrance is selected in which case the repetition value must be 0 or higher"
200
+ msgstr "Toisto-arvon on oltava 0, paitsi jos toiston tyyppi on valittu, jolloin sen on oltava 0 tai suurempi."
201
+
202
+ #: my-calendar-event-manager.php:217
203
+ msgid "An event with the details you submitted could not be found in the database. This may indicate a problem with your database or the way in which it is configured."
204
+ msgstr "Julkaisemillasi tiedoilla olevaa tapahtumaa ei löydy tietokannasta. Tämä voi johtua ongelmasta tietokannassa tai sen asetuksissa."
205
+
206
+ #: my-calendar-event-manager.php:221
207
+ msgid "Event added. It will now show in your calendar."
208
+ msgstr "Tapahtuma lisätty. Se näkyy nyt kalenterissa."
209
+
210
+ #: my-calendar-event-manager.php:302
211
+ #: my-calendar-event-manager.php:401
212
+ msgid "Failure"
213
+ msgstr "Virhe"
214
+
215
+ #: my-calendar-event-manager.php:302
216
+ msgid "You can't update an event if you haven't submitted an event id"
217
+ msgstr "Et voi päivittää tapahtumaa jos et ole syöttänyt tapahtuman id-tunnusta"
218
+
219
+ #: my-calendar-event-manager.php:401
220
+ msgid "The database failed to return data to indicate the event has been updated sucessfully. This may indicate a problem with your database or the way in which it is configured."
221
+ msgstr "Tietokanta ei onnistunut palauttamaan tietoja osoittaen että tapahtuma olisi päivitetty onnistuneesti. Tämä voi olla ongelma tietokannassa tai siinä, miten se on määritetty."
222
+
223
+ #: my-calendar-event-manager.php:405
224
+ msgid "Event updated successfully"
225
+ msgstr "Tapahtuma päivitetty onnistuneesti"
226
+
227
+ #: my-calendar-event-manager.php:433
228
+ msgid "You do not have sufficient permissions to edit that event."
229
+ msgstr "Sinulla ei ole riittäviä käyttäjäoikeuksia tapahtuman muokkaamiseen."
230
+
231
+ #: my-calendar-event-manager.php:442
232
+ msgid "You can't delete an event if you haven't submitted an event id"
233
+ msgstr "Et voi poistaa tapahtumaa jos et ole syöttänyt tapahtuman id-tunnusta."
234
+
235
+ #: my-calendar-event-manager.php:453
236
+ msgid "Event deleted successfully"
237
+ msgstr "Tapahtuma poistettu onnistuneesti"
238
+
239
+ #: my-calendar-event-manager.php:457
240
+ msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
241
+ msgstr "Vaikka yritit poistaa tapahtuman, se näkyy edelleen tietokannassa. Ole hyvä ja tutki tietokantasi."
242
+
243
+ #: my-calendar-event-manager.php:472
244
+ #: my-calendar-event-manager.php:545
245
+ msgid "Edit Event"
246
+ msgstr "Muokkaa tapahtumaa"
247
+
248
+ #: my-calendar-event-manager.php:476
249
+ msgid "You must provide an event id in order to edit it"
250
+ msgstr "Sinun on syötettävä tapahtuman id-tunnus, jotta voit muokata sitä"
251
+
252
+ #: my-calendar-event-manager.php:482
253
+ msgid "Add Event"
254
+ msgstr "Lisää tapahtuma"
255
+
256
+ #: my-calendar-event-manager.php:487
257
+ msgid "Manage Events"
258
+ msgstr "Hallitse tapahtumia"
259
+
260
+ #: my-calendar-event-manager.php:521
261
+ msgid "Sorry! That's an invalid event key."
262
+ msgstr "Väärä tapahtuman avain."
263
+
264
+ #: my-calendar-event-manager.php:526
265
+ msgid "Sorry! We couldn't find an event with that ID."
266
+ msgstr "Tapahtumaa syöttämällä id-tunnuksella ei löydy."
267
+
268
+ #: my-calendar-event-manager.php:545
269
+ msgid "Add an Event"
270
+ msgstr "Lisää tapahtuma"
271
+
272
+ #: my-calendar-event-manager.php:554
273
+ msgid "Enter your Event Information"
274
+ msgstr "Syötä tapahtuman tiedot"
275
+
276
+ #: my-calendar-event-manager.php:556
277
+ msgid "Event Title"
278
+ msgstr "Tapahtuman nimi"
279
+
280
+ #: my-calendar-event-manager.php:559
281
+ msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
282
+ msgstr "Tapahtuman kuvaus (<abbr title=\"hypertext markup language\">HTML</abbr> sallittu)"
283
+
284
+ #: my-calendar-event-manager.php:562
285
+ msgid "Event Category"
286
+ msgstr "Tapahtuman luokka"
287
+
288
+ #: my-calendar-event-manager.php:581
289
+ msgid "Event Link (Optional)"
290
+ msgstr "Tapahtuman linkki (valinnainen)"
291
+
292
+ #: my-calendar-event-manager.php:584
293
+ msgid "Start Date (YYYY-MM-DD)"
294
+ msgstr "Aloituspäivä (VVVV-KK-PP)"
295
+
296
+ #: my-calendar-event-manager.php:587
297
+ msgid "End Date (YYYY-MM-DD) (Optional)"
298
+ msgstr "Loppumispäivä (VVVV-KK-PP) (Valinnainen)"
299
+
300
+ #: my-calendar-event-manager.php:590
301
+ msgid "Time (hh:mm)"
302
+ msgstr "Aika (tt:mm)"
303
+
304
+ #: my-calendar-event-manager.php:601
305
+ msgid "Optional, set blank if your event is an all-day event or does not happen at a specific time."
306
+ msgstr "Valinnainen. Jätä tyhjäksi, jos tapahtuma on koko päivän kestävä tapahtuma tai ei tapahdu tiettyyn aikaan."
307
+
308
+ #: my-calendar-event-manager.php:601
309
+ msgid "Current time difference from GMT is "
310
+ msgstr "Nykyinen aikaero GMT:stä on "
311
+
312
+ #: my-calendar-event-manager.php:601
313
+ msgid " hour(s)"
314
+ msgstr " tunti(a)"
315
+
316
+ #: my-calendar-event-manager.php:605
317
+ msgid "Recurring Events"
318
+ msgstr "Toistuvat tapahtumat"
319
+
320
+ #: my-calendar-event-manager.php:626
321
+ msgid "Repeats for"
322
+ msgstr "Toistokerrat"
323
+
324
+ #: my-calendar-event-manager.php:627
325
+ msgid "Units"
326
+ msgstr "Toistoväli"
327
+
328
+ #: my-calendar-event-manager.php:628
329
+ msgid "Does not recur"
330
+ msgstr "Ei toistu"
331
+
332
+ #: my-calendar-event-manager.php:629
333
+ #: my-calendar-event-manager.php:768
334
+ msgid "Daily"
335
+ msgstr "Päivittäin"
336
+
337
+ #: my-calendar-event-manager.php:630
338
+ #: my-calendar-event-manager.php:769
339
+ msgid "Weekly"
340
+ msgstr "Viikottain"
341
+
342
+ #: my-calendar-event-manager.php:631
343
+ msgid "Bi-weekly"
344
+ msgstr "Joka toinen viikko"
345
+
346
+ #: my-calendar-event-manager.php:632
347
+ #: my-calendar-event-manager.php:771
348
+ msgid "Monthly"
349
+ msgstr "Kuukausittain"
350
+
351
+ #: my-calendar-event-manager.php:633
352
+ msgid "Annually"
353
+ msgstr "Vuosittain"
354
+
355
+ #: my-calendar-event-manager.php:635
356
+ msgid "Entering 0 means forever, if a unit is selected. If the recurrance unit is left at \"Does not recur,\" the event will not reoccur."
357
+ msgstr "Jos toistoväli on valittuna, 0 tarkoittaa ikuista toistoa. Jos toistoväli jätetään tilaan \"ei toistu \", tapahtuma ei toistu."
358
+
359
+ #: my-calendar-event-manager.php:642
360
+ #: my-calendar-locations.php:41
361
+ #: my-calendar-locations.php:90
362
+ msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
363
+ msgstr "Kaikki paikkaan liittyvät kentät ovat valinnaisia: <em>Puutteellisten tietojen antaminen saattaa johtaa epätarkkaan karttaan</em>."
364
+
365
+ #: my-calendar-event-manager.php:648
366
+ msgid "Choose a preset location:"
367
+ msgstr "Valitse aiemmin käytetty paikka:"
368
+
369
+ #: my-calendar-event-manager.php:661
370
+ msgid "Add recurring locations for later use."
371
+ msgstr "Lisää toistuva paikka myöhempää käyttöä varten."
372
+
373
+ #: my-calendar-event-manager.php:666
374
+ #: my-calendar-locations.php:44
375
+ #: my-calendar-locations.php:93
376
+ msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
377
+ msgstr "Paikan nimi "
378
+
379
+ #: my-calendar-event-manager.php:669
380
+ #: my-calendar-locations.php:47
381
+ #: my-calendar-locations.php:96
382
+ msgid "Street Address"
383
+ msgstr "Katuosoite"
384
+
385
+ #: my-calendar-event-manager.php:672
386
+ #: my-calendar-locations.php:50
387
+ #: my-calendar-locations.php:99
388
+ msgid "Street Address (2)"
389
+ msgstr "Katuosoite (2)"
390
+
391
+ #: my-calendar-event-manager.php:675
392
+ #: my-calendar-locations.php:53
393
+ #: my-calendar-locations.php:102
394
+ msgid "City"
395
+ msgstr "Kaupunki"
396
+
397
+ #: my-calendar-event-manager.php:675
398
+ #: my-calendar-locations.php:53
399
+ #: my-calendar-locations.php:102
400
+ msgid "State/Province"
401
+ msgstr "Maakunta"
402
+
403
+ #: my-calendar-event-manager.php:675
404
+ #: my-calendar-locations.php:53
405
+ #: my-calendar-locations.php:102
406
+ msgid "Postal Code"
407
+ msgstr "Postinumero"
408
+
409
+ #: my-calendar-event-manager.php:678
410
+ #: my-calendar-locations.php:56
411
+ #: my-calendar-locations.php:105
412
+ msgid "Country"
413
+ msgstr "Maa"
414
+
415
+ #: my-calendar-event-manager.php:683
416
+ msgid "Save Event"
417
+ msgstr "Tallenna tapahtuma"
418
+
419
+ #: my-calendar-event-manager.php:741
420
+ #: my-calendar-widgets.php:32
421
+ #: my-calendar-widgets.php:113
422
+ msgid "Title"
423
+ msgstr "Nimi"
424
+
425
+ #: my-calendar-event-manager.php:742
426
+ msgid "Description"
427
+ msgstr "Kuvaus"
428
+
429
+ #: my-calendar-event-manager.php:743
430
+ msgid "Start Date"
431
+ msgstr "Alkamisajankohta"
432
+
433
+ #: my-calendar-event-manager.php:745
434
+ msgid "Recurs"
435
+ msgstr "Toistoväli"
436
+
437
+ #: my-calendar-event-manager.php:746
438
+ msgid "Repeats"
439
+ msgstr "Toistokerrat"
440
+
441
+ #: my-calendar-event-manager.php:747
442
+ #: my-calendar-settings.php:152
443
+ msgid "Author"
444
+ msgstr "Lisääjä"
445
+
446
+ #: my-calendar-event-manager.php:748
447
+ msgid "Category"
448
+ msgstr "Luokka"
449
+
450
+ #: my-calendar-event-manager.php:749
451
+ msgid "Edit / Delete"
452
+ msgstr "Muokkaa / Poista"
453
+
454
+ #: my-calendar-event-manager.php:767
455
+ msgid "Never"
456
+ msgstr "Ei koskaan"
457
+
458
+ #: my-calendar-event-manager.php:770
459
+ msgid "Bi-Weekly"
460
+ msgstr "Joka toinen viikko"
461
+
462
+ #: my-calendar-event-manager.php:772
463
+ msgid "Yearly"
464
+ msgstr "Vuosittain"
465
+
466
+ #: my-calendar-event-manager.php:779
467
+ msgid "Forever"
468
+ msgstr "Toistaiseksi"
469
+
470
+ #: my-calendar-event-manager.php:780
471
+ msgid "Times"
472
+ msgstr "kertaa"
473
+
474
+ #: my-calendar-event-manager.php:802
475
+ msgid "There are no events in the database!"
476
+ msgstr "Tietokannassa ei ole tapahtumia!"
477
+
478
+ #: my-calendar-help.php:6
479
+ msgid "How to use My Calendar"
480
+ msgstr "My Calendar käyttöohjeet"
481
+
482
+ #: my-calendar-help.php:11
483
+ msgid "Shortcode Syntax"
484
+ msgstr "Tagien merkkausohje"
485
+
486
+ #: my-calendar-help.php:16
487
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
488
+ msgstr "Tämä tagi näyttää kalenterin joko artikkelissa tai sivulla siten, että mukana on kaikki kategoriat perinteisessä kuukausittaisessa näkymässä."
489
+
490
+ #: my-calendar-help.php:19
491
+ msgid "The shortcode supports three attributes, <code>category</code>, <code>format</code> and <code>showkey</code>. There is currently only one alternate option for <code>format</code> &mdash; <code>list</code> &mdash; which will show the calendar in a list format, skipping dates without any events. The <code>category</code> attribute requires either the name of or ID number one of your event categories (the name is case-sensitive). This will show a calendar only including events in that category. Multiple categories can be specified by separating the category names or IDs using the pipe character: <code>|</code>. Setting <code>showkey</code> to <code>no</code> will prevent the category key from being displayed &mdash; this can be useful with single-category output."
492
+ msgstr "Tämä tagi tukee kolmea atribuuttia, <code>category</code>, <code>format</code> and <code>showkey</code>. Tällä hetkellä on vain yksi vaihtoehtoinen asetus, <code>format</code> &mdash; <code>list</code> &mdash; joka näyttää kalenterin listanäkymänä ja ohittaa päivämäärät ilman tapahtumia. <code>category</code> -atribuutti tarvitsee joko nimen tai id-tunnuksen jostain tapahtumaluokasta. Tällöin koodi näyttää tapahtumat vain valitusta luokasta. Voit valita useampia luokkia erottamalla id-tunnukset tai luokan nimet toisistaan pystyviivalla: <code>|</code>.Asettamalla <code>showkey</code> -tagin atribuutiksi <code>no</code> voit estää tapahtumaluokan avainta näkymästä. Tämä on käyttökelpoista etenkin yhden luokan kalentereissa."
493
+
494
+ #: my-calendar-help.php:22
495
+ msgid "This shortcode displays the output of the Upcoming Events widget. Without attributes, it will display using the settings in your widget; the attributes are used to override the widget settings. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"date\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below."
496
+ msgstr "Tämä tagi näyttää samat tiedot kuin Tulevat tapahtumat vimpain. Ilman atribuutteja se käyttää samoja asetuksia kuin vimpain. Atribuutteja käytetään korvaamaan vimpaimen asetukset. <code>before</code> ja <code>after</code>-atribuuteille annetaan numeroarvoja. <code>type</code>-atribuutti voi olla joko \"event\" tai \"date\", ja <code>category</code>-atribuutti toimii samaan tapaan kuin category-atribuutti muissakin tageissa. <code>template</code>-atribuutti toimii alla listattuilla arvoilla."
497
+
498
+ #: my-calendar-help.php:25
499
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with two configurable attributes: category and template."
500
+ msgstr "Tämä tagi näyttää Tapahtumat tänään -vimpaimen sisällön. Se toimii kuten yllä."
501
+
502
+ #: my-calendar-help.php:33
503
+ msgid "Category Icons"
504
+ msgstr "Luokkien ikonit"
505
+
506
+ #: my-calendar-help.php:36
507
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
508
+ msgstr "My Calendar on suunniteltu useiden kalentereiden hallintaan. Voit laittaa luokkien tapahtumat näkymään joko samalla sivulla tai sitten eri luokissa olevat tapahtumat eri sivuille. Tämä voi olla hyödyllistä, jos hallinnoit esimerkiksi kahdelle eri kohderyhmälle tarkoitettuja tapahtumia. "
509
+
510
+ #: my-calendar-help.php:39
511
+ msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
512
+ msgstr "Oletusikonit eivät välttämättä sovellu käyttöösi eikä sivustosi ulkoasuun. Voit lisätä omia tunnuskuvia lisäämällä ne lisäosan icons-kansioon. Kuitenkin välttyäksesi niiden katoamiselta lisäosaa päivitettäessä, sinun on luotava kansio \"my-calendar-custom\" wp-content/plugins -kansioon. "
513
+
514
+ #: my-calendar-help.php:39
515
+ msgid "Your icons folder is:"
516
+ msgstr "Sinun icons-kansio on:"
517
+
518
+ #: my-calendar-help.php:39
519
+ msgid "You can alternately place icons in:"
520
+ msgstr "Vaihtoehtoisesti voi ladata ikonit kansioon: "
521
+
522
+ #: my-calendar-help.php:47
523
+ msgid "Widget Templating"
524
+ msgstr "Vimpainten atribuutit"
525
+
526
+ #: my-calendar-help.php:50
527
+ msgid "These codes are available in calendar widgets to create your own custom calendar format."
528
+ msgstr "Voit käyttää näitä tageja vimpaimissa muotoillaksesi kalenterin haluamasi näköiseksi."
529
+
530
+ #: my-calendar-help.php:54
531
+ msgid "Displays the name of the category the event is in."
532
+ msgstr "Näyttää sen luokan nimen, jossa tapahtuma on."
533
+
534
+ #: my-calendar-help.php:57
535
+ msgid "Displays the title of the event."
536
+ msgstr "Näyttää tapahtuman otsikon."
537
+
538
+ #: my-calendar-help.php:60
539
+ msgid "Displays the start time for the event."
540
+ msgstr "Näyttää tapahtuman alkamisajankohdan."
541
+
542
+ #: my-calendar-help.php:63
543
+ msgid "Displays the date on which the event begins."
544
+ msgstr "Näyttää päivämäärän, jolloin tapahtuma alkaa. "
545
+
546
+ #: my-calendar-help.php:66
547
+ msgid "Displays the date on which the event ends."
548
+ msgstr "Näyttää päivämäärän, jolloin tapahtuma loppuu."
549
+
550
+ #: my-calendar-help.php:69
551
+ msgid "Displays the WordPress author who posted the event."
552
+ msgstr "Näyttää WordPress-käyttäjän, joka julkaisi tapahtuman."
553
+
554
+ #: my-calendar-help.php:72
555
+ msgid "Displays the URL provided for the event."
556
+ msgstr "Näyttää tapahtumaan liitetyn linkin polun."
557
+
558
+ #: my-calendar-help.php:75
559
+ msgid "Displays the description of the event."
560
+ msgstr "Näyttää tapahtuman kuvauksen."
561
+
562
+ #: my-calendar-help.php:78
563
+ msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
564
+ msgstr "Näyttää tapahtuman otsikon linkkinä, jos tapahtumaan on liitetty linkki."
565
+
566
+ #: my-calendar-help.php:81
567
+ msgid "Displays the name of the location of the event."
568
+ msgstr "Näyttää tapahtumapaikan nimen."
569
+
570
+ #: my-calendar-help.php:84
571
+ msgid "Displays the first line of the site address."
572
+ msgstr "Näyttää tapahtumapaikan osoitteen ensimmäisen rivin."
573
+
574
+ #: my-calendar-help.php:87
575
+ msgid "Displays the second line of the site address."
576
+ msgstr "Näyttää tapahtumapaikan osoitteen toisen rivin."
577
+
578
+ #: my-calendar-help.php:90
579
+ msgid "Displays the city for the event."
580
+ msgstr "Näyttää kaupungin, jossa tapahtuma on."
581
+
582
+ #: my-calendar-help.php:93
583
+ msgid "Displays the state for the event."
584
+ msgstr "Näyttää tapahtuman maakunnan."
585
+
586
+ #: my-calendar-help.php:96
587
+ msgid "Displays the postcode for the event."
588
+ msgstr "Näyttää tapahtuman postinumeron."
589
+
590
+ #: my-calendar-help.php:99
591
+ msgid "Displays the country for the event location."
592
+ msgstr "Näyttää tapahtumapaikan sijaintimaan."
593
+
594
+ #: my-calendar-help.php:102
595
+ msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
596
+ msgstr "Näyttää tapahtuman osoitteen <a href=\"http://microformats.org/wiki/hcard\">hcard</a>-muodossa."
597
+
598
+ #: my-calendar-help.php:105
599
+ msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
600
+ msgstr "Näyttää linkin tapahtuman Google Karttaan, jos osoitetiedot ovat olemassa."
601
+
602
+ #: my-calendar-locations.php:18
603
+ msgid "Location added successfully"
604
+ msgstr "Tapahtumapaikka lisätty onnistuneesti"
605
+
606
+ #: my-calendar-locations.php:22
607
+ msgid "Location deleted successfully"
608
+ msgstr "Tapahtumapaikka poistettu onnistuneesti"
609
+
610
+ #: my-calendar-locations.php:27
611
+ msgid "Edit Location"
612
+ msgstr "Muokkaa tapahtumapaikkaa"
613
+
614
+ #: my-calendar-locations.php:31
615
+ msgid "Location Editor"
616
+ msgstr "Tapahtumapaikkatyökalu"
617
+
618
+ #: my-calendar-locations.php:70
619
+ msgid "Location edited successfully"
620
+ msgstr "Tapahtumapaikkaa muokattu onnistuneesti"
621
+
622
+ #: my-calendar-locations.php:76
623
+ #: my-calendar-locations.php:109
624
+ msgid "Add Location"
625
+ msgstr "Lisää tapahtumapaikka"
626
+
627
+ #: my-calendar-locations.php:80
628
+ msgid "Add New Location"
629
+ msgstr "Lisää uusi tapahtumapaikka"
630
+
631
+ #: my-calendar-locations.php:115
632
+ #: my-calendar.php:132
633
+ msgid "Manage Locations"
634
+ msgstr "Hallitse tapahtumapaikkoja"
635
+
636
+ #: my-calendar-locations.php:128
637
+ msgid "Location"
638
+ msgstr "Tapahtumapaikka"
639
+
640
+ #: my-calendar-locations.php:150
641
+ msgid "There are no locations in the database yet!"
642
+ msgstr "Tietokannassa ei vielä ole tapahtumapaikkoja!"
643
+
644
+ #: my-calendar-locations.php:154
645
+ msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
646
+ msgstr "Huomaathan: tapahtumapaikkojen muokkaaminen tai poistaminen ei vaikuta jo luotuihin tapahtumiin. Tapahtumapaikkatietokanta on olemassa vain, jotta tapahtumien lisääminen olisi vaivattomampaa."
647
+
648
+ #: my-calendar-settings.php:67
649
+ msgid "Categories imported successfully."
650
+ msgstr "Luokat tuotu onnistuneesti."
651
+
652
+ #: my-calendar-settings.php:69
653
+ msgid "Categories not imported."
654
+ msgstr "Luokkia ei tuotu."
655
+
656
+ #: my-calendar-settings.php:72
657
+ msgid "Events imported successfully."
658
+ msgstr "Tapahtumat tuotu onnistuneesti."
659
+
660
+ #: my-calendar-settings.php:74
661
+ msgid "Events not imported."
662
+ msgstr "Tapahtumia ei tuotu."
663
+
664
+ #: my-calendar-settings.php:116
665
+ msgid "Settings saved"
666
+ msgstr "Asetukset tallennettu"
667
+
668
+ #: my-calendar-settings.php:139
669
+ msgid "My Calendar Options"
670
+ msgstr "My Calendar asetukset"
671
+
672
+ #: my-calendar-settings.php:143
673
+ msgid "Calendar Settings"
674
+ msgstr "Kalenterin asetukset"
675
+
676
+ #: my-calendar-settings.php:147
677
+ msgid "Primary Calendar Options"
678
+ msgstr "Ensisijaiset kalenteriasetukset"
679
+
680
+ #: my-calendar-settings.php:149
681
+ msgid "Choose the lowest user group that may manage events"
682
+ msgstr "Valitse heikoin rooli, jolla on oikeudet muokata tapahtumia"
683
+
684
+ #: my-calendar-settings.php:150
685
+ msgid "Subscriber"
686
+ msgstr "Tilaaja"
687
+
688
+ #: my-calendar-settings.php:151
689
+ msgid "Contributor"
690
+ msgstr "Avustaja"
691
+
692
+ #: my-calendar-settings.php:153
693
+ msgid "Editor"
694
+ msgstr "Päätoimittaja"
695
+
696
+ #: my-calendar-settings.php:154
697
+ msgid "Administrator"
698
+ msgstr "Pääkäyttäjä"
699
+
700
+ #: my-calendar-settings.php:158
701
+ msgid "Do you want to display the author name on events?"
702
+ msgstr "Haluatko näyttää tapahtuman julkaisijan nimen tapahtumien yhteydessä?"
703
+
704
+ #: my-calendar-settings.php:159
705
+ #: my-calendar-settings.php:168
706
+ msgid "Yes"
707
+ msgstr "Kyllä"
708
+
709
+ #: my-calendar-settings.php:160
710
+ #: my-calendar-settings.php:169
711
+ msgid "No"
712
+ msgstr "Ei"
713
+
714
+ #: my-calendar-settings.php:164
715
+ msgid "Show Heading for Calendar"
716
+ msgstr "Näytä otsikko kalenterille"
717
+
718
+ #: my-calendar-settings.php:167
719
+ msgid "Display a jumpbox for changing month and year quickly?"
720
+ msgstr "Näytetäänkö hyppylaatikko, jolla voit muuttaa tapahtuman kuukauden ja vuoden nopeasti?"
721
+
722
+ #: my-calendar-settings.php:173
723
+ msgid "In list mode, show how many months of events at a time:"
724
+ msgstr "Kuinka monen kuukauden tapahtumat näytetään listanäkymässä?"
725
+
726
+ #: my-calendar-settings.php:176
727
+ msgid "Date format in list mode"
728
+ msgstr "Päivämäärän muoto listanäkymässä"
729
+
730
+ #: my-calendar-settings.php:177
731
+ msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save option to update sample output."
732
+ msgstr "Päivämäärän muoto käyttää samaa syntaksia kuin <a href=\"http://php.net/date\">PHP <code>date()</code> funktio</a>. Tallenne niin näet esimerkin oikeassa muodossa."
733
+
734
+ #: my-calendar-settings.php:180
735
+ msgid "Show Link to Google Map (when sufficient address information is available.)"
736
+ msgstr "Näytä linkki Google Karttoihin (vain kun osoitetiedot ovat saatavilla)"
737
+
738
+ #: my-calendar-settings.php:181
739
+ msgid "Show Event Address in Details"
740
+ msgstr "Näytä tapahtuman osoite yksityiskohtaisten tietojen joukossa"
741
+
742
+ #: my-calendar-settings.php:185
743
+ msgid "Save Settings"
744
+ msgstr "Tallenna asetukset"
745
+
746
+ #: my-calendar-styles.php:36
747
+ msgid "Style Settings saved"
748
+ msgstr "Tyyliasetukset tallennettu"
749
+
750
+ #: my-calendar-styles.php:54
751
+ msgid "My Calendar Styles"
752
+ msgstr "My Calendar tyylit"
753
+
754
+ #: my-calendar-styles.php:58
755
+ msgid "Calendar Style Settings"
756
+ msgstr "Kalenterin tyyliasetukset"
757
+
758
+ #: my-calendar-styles.php:62
759
+ msgid "CSS Style Options"
760
+ msgstr "CSS-tyyliasetukset"
761
+
762
+ #: my-calendar-styles.php:64
763
+ msgid "Reset the My Calendar stylesheet to the default"
764
+ msgstr "Palauta My Calendar oletusasetukset"
765
+
766
+ #: my-calendar-styles.php:64
767
+ msgid "Disable My Calendar Stylesheet"
768
+ msgstr "Älä käytä My Calendar tyylisivua"
769
+
770
+ #: my-calendar-styles.php:67
771
+ msgid "Edit the stylesheet for My Calendar"
772
+ msgstr "Muokkaa My Calendar tyylisivua"
773
+
774
+ #: my-calendar-styles.php:71
775
+ msgid "Calendar Behaviors: Calendar View"
776
+ msgstr "Kalenterin käyttäytyminen: kalenterinäkymä"
777
+
778
+ #: my-calendar-styles.php:73
779
+ msgid "Reset the My Calendar Calendar Javascript"
780
+ msgstr "Palauta kalenterinäkymän oletus Javascript"
781
+
782
+ #: my-calendar-styles.php:73
783
+ msgid "Disable Calendar Javascript Effects"
784
+ msgstr "Älä käytä kalenterinäkymän Javascript efektejä"
785
+
786
+ #: my-calendar-styles.php:76
787
+ msgid "Edit the jQuery scripts for My Calendar in Calendar format"
788
+ msgstr "Muokkaa kalenterinäkymän jQuery-skriptejä"
789
+
790
+ #: my-calendar-styles.php:80
791
+ msgid "Calendar Behaviors: List View"
792
+ msgstr "Kalenterin käyttäytyminen: listanäkymä"
793
+
794
+ #: my-calendar-styles.php:82
795
+ msgid "Reset the My Calendar List Javascript"
796
+ msgstr "Palauta listanäkymän oletus Javascript"
797
+
798
+ #: my-calendar-styles.php:82
799
+ msgid "Disable List Javascript Effects"
800
+ msgstr "Älä käytä listanäkymän Javascript efektejä"
801
+
802
+ #: my-calendar-styles.php:85
803
+ msgid "Edit the jQuery scripts for My Calendar in List format"
804
+ msgstr "Muokkaa listanäkymän jQuery-skriptejä"
805
+
806
+ #: my-calendar-styles.php:89
807
+ msgid "Save"
808
+ msgstr "Tallenna"
809
+
810
+ #: my-calendar-widgets.php:11
811
+ #: my-calendar-widgets.php:42
812
+ #: my-calendar-widgets.php:43
813
+ msgid "Today's Events"
814
+ msgstr "Tapahtumat tänään"
815
+
816
+ #: my-calendar-widgets.php:36
817
+ #: my-calendar-widgets.php:117
818
+ msgid "Template"
819
+ msgstr "Kaava"
820
+
821
+ #: my-calendar-widgets.php:56
822
+ #: my-calendar-widgets.php:143
823
+ #: my-calendar-widgets.php:144
824
+ msgid "Upcoming Events"
825
+ msgstr "Tulevat tapahtumat"
826
+
827
+ #: my-calendar-widgets.php:121
828
+ msgid "Widget Options"
829
+ msgstr "Vimpaimen asetukset"
830
+
831
+ #: my-calendar-widgets.php:123
832
+ msgid "Display upcoming events by:"
833
+ msgstr "Tapahtumien näyttölogiikka"
834
+
835
+ #: my-calendar-widgets.php:124
836
+ msgid "Events (e.g. 2 past, 3 future)"
837
+ msgstr "Tapahtumat (esim. 2 mennyttä, 3 tulevaa)"
838
+
839
+ #: my-calendar-widgets.php:125
840
+ msgid "Dates (e.g. 4 days past, 5 forward)"
841
+ msgstr "Päivät (esim. 4 viimeisintä, 5 tulevaa)"
842
+
843
+ #: my-calendar-widgets.php:129
844
+ msgid "events into the future;"
845
+ msgstr "tulevaa tapahtumaa, "
846
+
847
+ #: my-calendar-widgets.php:130
848
+ msgid "events from the past"
849
+ msgstr "mennyttä tapahtumaa"
850
+
851
+ #: my-calendar-widgets.php:133
852
+ msgid "days into the future;"
853
+ msgstr "tulevaa päivää"
854
+
855
+ #: my-calendar-widgets.php:134
856
+ msgid "days from the past"
857
+ msgstr "mennyttä päivää"
858
+
859
+ #: my-calendar-widgets.php:137
860
+ msgid "Show only this category:"
861
+ msgstr "näytä vain tästä luokasta (nimi tai id):"
862
+
863
+ #: my-calendar-widgets.php:250
864
+ msgid "There are no events currently scheduled."
865
+ msgstr "Tapahtumia ei juuri nyt ole."
866
+
867
+ #: my-calendar.php:48
868
+ #: my-calendar.php:133
869
+ msgid "Settings"
870
+ msgstr "Asetukset"
871
+
872
+ #: my-calendar.php:69
873
+ msgid "Get Support"
874
+ msgstr "Tuki"
875
+
876
+ #: my-calendar.php:70
877
+ msgid "Make a Donation"
878
+ msgstr "Tee lahjoitus"
879
+
880
+ #. #-#-#-#-# plugin.pot (My Calendar 1.3.0) #-#-#-#-#
881
+ #. Plugin Name of the plugin/theme
882
+ #: my-calendar.php:124
883
+ msgid "My Calendar"
884
+ msgstr "Kalenteri"
885
+
886
+ #: my-calendar.php:127
887
+ msgid "Add/Edit Events"
888
+ msgstr "Lisää/muokkaa tapahtumia"
889
+
890
+ #: my-calendar.php:134
891
+ msgid "Style Editor"
892
+ msgstr "Tyyliasetukset"
893
+
894
+ #: my-calendar.php:135
895
+ msgid "My Calendar Help"
896
+ msgstr "My Calendar opastus"
897
+
898
+ #: my-calendar.php:135
899
+ msgid "Help"
900
+ msgstr "Opastus"
901
+
902
+ #: my-calendar.php:833
903
+ #: my-calendar.php:837
904
+ #: my-calendar.php:847
905
+ #: my-calendar.php:849
906
+ msgid "Next Events"
907
+ msgstr "Seuraavat tapahtumat"
908
+
909
+ #: my-calendar.php:862
910
+ #: my-calendar.php:866
911
+ #: my-calendar.php:876
912
+ #: my-calendar.php:878
913
+ msgid "Previous Events"
914
+ msgstr "Edelliset tapahtumat"
915
+
916
+ #: my-calendar.php:966
917
+ msgid "Event Details"
918
+ msgstr "Tapahtuman tiedot"
919
+
920
+ #: my-calendar.php:972
921
+ msgid "Not Applicable"
922
+ msgstr "Ei saatavilla"
923
+
924
+ #: my-calendar.php:980
925
+ msgid "Posted by"
926
+ msgstr "Julkaisija: "
927
+
928
+ #: my-calendar.php:1659
929
+ msgid "Month"
930
+ msgstr "Kuukausi"
931
+
932
+ #: my-calendar.php:1660
933
+ #: my-calendar.php:1723
934
+ msgid "January"
935
+ msgstr "tammikuu"
936
+
937
+ #: my-calendar.php:1661
938
+ #: my-calendar.php:1723
939
+ msgid "February"
940
+ msgstr "helmikuu"
941
+
942
+ #: my-calendar.php:1662
943
+ #: my-calendar.php:1723
944
+ msgid "March"
945
+ msgstr "maaliskuu"
946
+
947
+ #: my-calendar.php:1663
948
+ #: my-calendar.php:1723
949
+ msgid "April"
950
+ msgstr "huhtikuu"
951
+
952
+ #: my-calendar.php:1664
953
+ #: my-calendar.php:1723
954
+ msgid "May"
955
+ msgstr "toukokuu"
956
+
957
+ #: my-calendar.php:1665
958
+ #: my-calendar.php:1723
959
+ msgid "June"
960
+ msgstr "kesäkuu"
961
+
962
+ #: my-calendar.php:1666
963
+ #: my-calendar.php:1723
964
+ msgid "July"
965
+ msgstr "heinäkuu"
966
+
967
+ #: my-calendar.php:1667
968
+ #: my-calendar.php:1723
969
+ msgid "August"
970
+ msgstr "elokuu"
971
+
972
+ #: my-calendar.php:1668
973
+ #: my-calendar.php:1723
974
+ msgid "September"
975
+ msgstr "syyskuu"
976
+
977
+ #: my-calendar.php:1669
978
+ #: my-calendar.php:1723
979
+ msgid "October"
980
+ msgstr "lokakuu"
981
+
982
+ #: my-calendar.php:1670
983
+ #: my-calendar.php:1723
984
+ msgid "November"
985
+ msgstr "marraskuu"
986
+
987
+ #: my-calendar.php:1671
988
+ #: my-calendar.php:1723
989
+ msgid "December"
990
+ msgstr "joulukuu"
991
+
992
+ #: my-calendar.php:1673
993
+ msgid "Year"
994
+ msgstr "Vuosi"
995
+
996
+ #: my-calendar.php:1698
997
+ msgid "Go"
998
+ msgstr "Mene"
999
+
1000
+ #: my-calendar.php:1716
1001
+ #: my-calendar.php:1719
1002
+ msgid "<abbr title=\"Sunday\">Sun</abbr>"
1003
+ msgstr "<abbr title=\"Sunnuntai\">Su</abbr>"
1004
+
1005
+ #: my-calendar.php:1716
1006
+ #: my-calendar.php:1719
1007
+ msgid "<abbr title=\"Monday\">Mon</abbr>"
1008
+ msgstr "<abbr title=\"Maanantai\">Ma</abbr>"
1009
+
1010
+ #: my-calendar.php:1716
1011
+ #: my-calendar.php:1719
1012
+ msgid "<abbr title=\"Tuesday\">Tues</abbr>"
1013
+ msgstr "<abbr title=\"Tiistai\">Ti</abbr>"
1014
+
1015
+ #: my-calendar.php:1716
1016
+ #: my-calendar.php:1719
1017
+ msgid "<abbr title=\"Wednesday\">Wed</abbr>"
1018
+ msgstr "<abbr title=\"Keskiviikko\">Ke</abbr>"
1019
+
1020
+ #: my-calendar.php:1716
1021
+ #: my-calendar.php:1719
1022
+ msgid "<abbr title=\"Thursday\">Thur</abbr>"
1023
+ msgstr "<abbr title=\"Torstai\">To</abbr>"
1024
+
1025
+ #: my-calendar.php:1716
1026
+ #: my-calendar.php:1719
1027
+ msgid "<abbr title=\"Friday\">Fri</abbr>"
1028
+ msgstr "<abbr title=\"Perjantai\">Pe</abbr>"
1029
+
1030
+ #: my-calendar.php:1716
1031
+ #: my-calendar.php:1719
1032
+ msgid "<abbr title=\"Saturday\">Sat</abbr>"
1033
+ msgstr "<abbr title=\"Lauantai\">La</abbr>"
1034
+
1035
+ #: my-calendar.php:1778
1036
+ msgid "and"
1037
+ msgstr "ja"
1038
+
1039
+ #: my-calendar.php:1806
1040
+ #: my-calendar.php:1810
1041
+ msgid "Calendar"
1042
+ msgstr "Kalenteri"
1043
+
1044
+ #: my-calendar.php:1814
1045
+ msgid "Events in"
1046
+ msgstr "Tapahtumat"
1047
+
1048
+ #: my-calendar.php:1923
1049
+ msgid "There are no events scheduled during this period."
1050
+ msgstr "Tällä aikavälillä ei ole tapahtumia."
1051
+
1052
+ #: my-calendar.php:1933
1053
+ msgid "Category Key"
1054
+ msgstr "Luokan avain"
1055
+
1056
+ #. Plugin URI of the plugin/theme
1057
+ msgid "http://www.joedolson.com/articles/my-calendar/"
1058
+ msgstr "http://www.joedolson.com/articles/my-calendar/"
1059
+
1060
+ #. Description of the plugin/theme
1061
+ msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
1062
+ msgstr "Tapahtumakalenteri Wordpressiin. Näytä tapahtumia useasta eri kalenterista sivuilla, artikkeleissa tai vimpaimissa."
1063
+
1064
+ #. Author of the plugin/theme
1065
+ msgid "Joseph C Dolson"
1066
+ msgstr "Joseph C Dolson"
1067
+
1068
+ #. Author URI of the plugin/theme
1069
+ msgid "http://www.joedolson.com"
1070
+ msgstr "http://www.joedolson.com"
1071
+
lang/my-calendar-fr_FR.mo CHANGED
Binary file
lang/my-calendar-fr_FR.po CHANGED
@@ -1,3113 +1,3844 @@
1
- # This file is distributed under the same license as the My Calendar package.
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: My Calendar 1.9.2\n"
5
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
6
- "POT-Creation-Date: 2011-11-19 20:29:59+00:00\n"
7
- "PO-Revision-Date: 2011-12-20 11:25+0100\n"
8
- "Last-Translator: Fred <lfesc@free.fr>\n"
9
- "Language-Team: Frédéric Escallier <lfesc@free.fr>\n"
10
- "Language: \n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Poedit-Language: French\n"
15
- "X-Poedit-Country: FRANCE\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: My Calendar\n"
18
-
19
- #: my-calendar-styles.php:79
20
- msgid "The stylesheet has been updated."
21
- msgstr "La feuille de style a été mise à jour. "
22
-
23
- #: my-calendar-styles.php:79
24
- msgid "Write Error! Please verify write permissions on the style file."
25
- msgstr "Erreur en écriture ! Merci de vérifier les permission du fichier CSS. "
26
-
27
- #: my-calendar-styles.php:93
28
- msgid "Stylesheet reset to default."
29
- msgstr "Réinitialisation des feuilles de style. "
30
-
31
- #: my-calendar-styles.php:96
32
- msgid "Style Settings Saved"
33
- msgstr "Configuration de l'apparence enregistrée"
34
-
35
- #: my-calendar-styles.php:105
36
- msgid "New theme selected."
37
- msgstr "Nouveau thème sélectionné. "
38
-
39
- #: my-calendar-styles.php:121
40
- msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
41
- msgstr "Désolé, le fichier que vous recherchez ne semble pas exister. Merci de vérifier le nom du fichier et son emplacement !"
42
-
43
- #: my-calendar-styles.php:129
44
- msgid "My Calendar Styles"
45
- msgstr "Modifier l'apparence du calendrier"
46
-
47
- #: my-calendar-styles.php:133
48
- msgid "Calendar Style Settings"
49
- msgstr "Configuration de l'apparence du calendrier"
50
-
51
- #: my-calendar-styles.php:141
52
- msgid "Select My Calendar Theme"
53
- msgstr "Sélectionner un thème"
54
-
55
- #: my-calendar-styles.php:149
56
- msgid "Your Custom Stylesheets"
57
- msgstr "Vos feuilles de style personnelles"
58
-
59
- #: my-calendar-styles.php:158
60
- msgid "Installed Stylesheets"
61
- msgstr "Feuilles de style installées"
62
-
63
- #: my-calendar-styles.php:166
64
- msgid "Choose Style"
65
- msgstr "Choisir un thème"
66
-
67
- #: my-calendar-styles.php:179
68
- msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
69
- msgstr "My Calendar est incapable de mettre à jour vos fichiers CSS pendant la mise à niveau. Merci de vérifier les permissions de vos fichiers si vous souhaitez éditer les styles de base. Vos feuilles de styles précédemment mémorisées sont ci-dessous. Ce message et ces fichiers CSS seront supprimés de la base de données lorsque vous mettez à jour votre feuille de style."
70
-
71
- #: my-calendar-styles.php:187
72
- msgid "CSS Style Options"
73
- msgstr "Options des feuilles de styles CSS"
74
-
75
- #: my-calendar-styles.php:189
76
- msgid "Apply CSS only on these pages (comma separated page IDs)"
77
- msgstr "Appliquer le CSS seulement sur ces pages (ID séparés par des virgules)"
78
-
79
- #: my-calendar-styles.php:192
80
- msgid "Restore My Calendar stylesheet"
81
- msgstr "Restaurer les feuilles de style du calendrier"
82
-
83
- #: my-calendar-styles.php:192
84
- msgid "Disable My Calendar Stylesheet"
85
- msgstr "Désactiver les feuilles de style du calendrier"
86
-
87
- #: my-calendar-styles.php:195
88
- msgid "Edit the stylesheet for My Calendar"
89
- msgstr "Modifier la feuille de style de My Calendar"
90
-
91
- #: my-calendar-styles.php:198
92
- #: my-calendar-behaviors.php:91
93
- #: my-calendar-behaviors.php:122
94
- #: my-calendar-behaviors.php:153
95
- #: my-calendar-behaviors.php:184
96
- msgid "Save"
97
- msgstr "Appliquer"
98
-
99
- #: my-calendar-styles.php:208
100
- msgid "Comparing Your Style with latest installed version of My Calendar"
101
- msgstr "Comparaison de Votre Style avec celui de la dernière version de My Calendar"
102
-
103
- #: my-calendar-styles.php:208
104
- #: my-calendar-behaviors.php:100
105
- #: my-calendar-behaviors.php:131
106
- #: my-calendar-behaviors.php:162
107
- #: my-calendar-behaviors.php:192
108
- msgid "Latest (from plugin)"
109
- msgstr "Dernier"
110
-
111
- #: my-calendar-styles.php:208
112
- #: my-calendar-behaviors.php:100
113
- #: my-calendar-behaviors.php:131
114
- #: my-calendar-behaviors.php:162
115
- #: my-calendar-behaviors.php:192
116
- msgid "Current (in use)"
117
- msgstr "Courant"
118
-
119
- #: my-calendar-styles.php:212
120
- msgid "There have been updates to the stylesheet."
121
- msgstr "Il y a eu des mises à jour de la feuille de style."
122
-
123
- #: my-calendar-styles.php:212
124
- msgid "Compare Your Stylesheet with latest installed version of My Calendar."
125
- msgstr "Comparer Votre Style avec celui de la dernière version de My Calendar."
126
-
127
- #: my-calendar-styles.php:216
128
- msgid "Your stylesheet matches that included with My Calendar."
129
- msgstr "Votre feuille de style correspond avec celle fournie avec My Calendar."
130
-
131
- #: my-calendar-styles.php:224
132
- msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
133
- msgstr "Réinitialiser votre feuille de style remplacera celle ci par celle distribuée avec la dernière version de l'extension."
134
-
135
- #: button/generator.php:12
136
- msgid "You don't have access to this function."
137
- msgstr "Vous n'avez pas la permission d'accéder à cette fonction"
138
-
139
- #: button/generator.php:18
140
- #: button/generator.php:44
141
- msgid "My Calendar Shortcode Generator"
142
- msgstr "My Calendar : Générateur de shortcode "
143
-
144
- #: button/generator.php:47
145
- msgid "Shortcode Attributes"
146
- msgstr "Attributs des balises shortcode"
147
-
148
- #: button/generator.php:52
149
- msgid "Location filter type:"
150
- msgstr "Filtre de lieu"
151
-
152
- #: button/generator.php:54
153
- msgid "All locations"
154
- msgstr "Tous les lieux"
155
-
156
- #: button/generator.php:55
157
- #: my-calendar-settings.php:461
158
- #: my-calendar-settings.php:630
159
- msgid "Location Name"
160
- msgstr "Nom du lieu"
161
-
162
- #: button/generator.php:56
163
- #: my-calendar-settings.php:631
164
- #: my-calendar-group-manager.php:448
165
- #: my-calendar-event-manager.php:747
166
- #: my-calendar-locations.php:145
167
- msgid "City"
168
- msgstr "Ville"
169
-
170
- #: button/generator.php:57
171
- #: my-calendar-group-manager.php:463
172
- #: my-calendar-event-manager.php:794
173
- #: my-calendar-locations.php:192
174
- msgid "State"
175
- msgstr "Département"
176
-
177
- #: button/generator.php:58
178
- #: my-calendar-settings.php:634
179
- #: my-calendar-group-manager.php:448
180
- #: my-calendar-event-manager.php:761
181
- #: my-calendar-locations.php:159
182
- msgid "Postal Code"
183
- msgstr "Code postal"
184
-
185
- #: button/generator.php:59
186
- #: my-calendar-settings.php:633
187
- #: my-calendar-group-manager.php:454
188
- #: my-calendar-event-manager.php:779
189
- #: my-calendar-locations.php:177
190
- msgid "Country"
191
- msgstr "Pays"
192
-
193
- #: button/generator.php:60
194
- #: my-calendar-settings.php:635
195
- #: my-calendar-group-manager.php:451
196
- #: my-calendar-group-manager.php:464
197
- #: my-calendar-event-manager.php:770
198
- #: my-calendar-event-manager.php:795
199
- #: my-calendar-locations.php:168
200
- #: my-calendar-locations.php:193
201
- msgid "Region"
202
- msgstr "Région"
203
-
204
- #: button/generator.php:64
205
- msgid "Location filter value:"
206
- msgstr "Valeur du filtre lieu"
207
-
208
- #: button/generator.php:68
209
- msgid "Format"
210
- msgstr "Format"
211
-
212
- #: button/generator.php:70
213
- msgid "Grid"
214
- msgstr "Calendrier"
215
-
216
- #: button/generator.php:71
217
- msgid "List"
218
- msgstr "Liste"
219
-
220
- #: button/generator.php:75
221
- msgid "Show Category Key"
222
- msgstr "Afficher la légende des catégories"
223
-
224
- #: button/generator.php:77
225
- #: button/generator.php:84
226
- #: button/generator.php:91
227
- #: my-calendar-widgets.php:504
228
- #: my-calendar-widgets.php:510
229
- msgid "Yes"
230
- msgstr "Oui"
231
-
232
- #: button/generator.php:78
233
- #: button/generator.php:85
234
- #: button/generator.php:92
235
- #: my-calendar-widgets.php:505
236
- #: my-calendar-widgets.php:511
237
- msgid "No"
238
- msgstr "Non"
239
-
240
- #: button/generator.php:82
241
- msgid "Show Previous/Next Links"
242
- msgstr "Afficher les liens Précédent / Suivant"
243
-
244
- #: button/generator.php:89
245
- msgid "Show Format Toggle"
246
- msgstr "Afficher le format Toggle"
247
-
248
- #: button/generator.php:96
249
- msgid "Time Segment"
250
- msgstr "Fuseau horaire"
251
-
252
- #: button/generator.php:98
253
- #: my-calendar-widgets.php:516
254
- #: my-calendar-output.php:345
255
- msgid "Month"
256
- msgstr "Mois"
257
-
258
- #: button/generator.php:99
259
- #: my-calendar-widgets.php:517
260
- msgid "Week"
261
- msgstr "Semaine"
262
-
263
- #: button/generator.php:100
264
- msgid "Day"
265
- msgstr "Jour"
266
-
267
- #: button/generator.php:105
268
- msgid "Generate Shortcode"
269
- msgstr "Générer le shortcode"
270
-
271
- #: button/generator.php:107
272
- msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
273
- msgstr "<strong>Note:</strong> *Si vous indiqueez une valeur de filtre delieu, cette dernière doit correspondre parfaitement à la valeur indiquée dans l'évènement. (par exemple \"Saint Paul\" ne correspond ni à \"saint paul\" ni à \"St. Paul\")"
274
-
275
- #: button/generator.php:117
276
- msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
277
- msgstr "My Calendar : ce générateur ne peut placer le shortcode dans votre page, désolé !"
278
-
279
- #: my-calendar-categories.php:103
280
- msgid "Category added successfully"
281
- msgstr "Catégorie ajoutée avec succès"
282
-
283
- #: my-calendar-categories.php:105
284
- msgid "Category addition failed."
285
- msgstr "Impossible d'ajouter la catégorie. "
286
-
287
- #: my-calendar-categories.php:115
288
- msgid "Category deleted successfully. Categories in calendar updated."
289
- msgstr "Catégorie supprimée avec succès. Les catégories du calendrier ont été mises à jour. "
290
-
291
- #: my-calendar-categories.php:117
292
- msgid "Category deleted successfully. Categories in calendar not updated."
293
- msgstr "Catégorie supprimée avec succès. Les catégories du calendrier n'ont pas été mises à jour. "
294
-
295
- #: my-calendar-categories.php:119
296
- msgid "Category not deleted. Categories in calendar updated."
297
- msgstr "Catégorie non supprimée. Les catégories du calendrier ont été mises à jour. "
298
-
299
- #: my-calendar-categories.php:135
300
- msgid "Category edited successfully"
301
- msgstr "Catégorie éditée avec succès"
302
-
303
- #: my-calendar-categories.php:137
304
- msgid "Error: Category was not edited."
305
- msgstr "Erreur : la catégorie n'a pas été éditée"
306
-
307
- #: my-calendar-categories.php:170
308
- #: my-calendar-categories.php:195
309
- #: my-calendar-categories.php:212
310
- msgid "Add Category"
311
- msgstr "Ajouter une catégorie"
312
-
313
- #: my-calendar-categories.php:172
314
- #: my-calendar-categories.php:195
315
- msgid "Edit Category"
316
- msgstr "Modifier la catégorie"
317
-
318
- #: my-calendar-categories.php:179
319
- msgid "Category Editor"
320
- msgstr "Éditeur de catégorie"
321
-
322
- #: my-calendar-categories.php:196
323
- #: my-calendar-categories.php:240
324
- msgid "Category Name"
325
- msgstr "Nom de la catégorie"
326
-
327
- #: my-calendar-categories.php:197
328
- msgid "Category Color (Hex format)"
329
- msgstr "Couleur de la catégorie (Format Hex.)"
330
-
331
- #: my-calendar-categories.php:198
332
- #: my-calendar-categories.php:242
333
- msgid "Category Icon"
334
- msgstr "Icône de la catégorie"
335
-
336
- #: my-calendar-categories.php:212
337
- #: my-calendar-locations.php:210
338
- msgid "Save Changes"
339
- msgstr "Enregistrer les modifications"
340
-
341
- #: my-calendar-categories.php:218
342
- msgid "Add a New Category"
343
- msgstr "Ajouter une catégorie "
344
-
345
- #: my-calendar-categories.php:228
346
- #: my-calendar.php:161
347
- msgid "Manage Categories"
348
- msgstr "Catégories"
349
-
350
- #: my-calendar-categories.php:239
351
- #: my-calendar-group-manager.php:687
352
- #: my-calendar-event-manager.php:919
353
- #: my-calendar-locations.php:270
354
- msgid "ID"
355
- msgstr "ID"
356
-
357
- #: my-calendar-categories.php:241
358
- msgid "Category Color"
359
- msgstr "Couleur de la catégorie"
360
-
361
- #: my-calendar-categories.php:243
362
- #: my-calendar-categories.php:257
363
- #: my-calendar-group-manager.php:696
364
- #: my-calendar-event-manager.php:986
365
- #: my-calendar-locations.php:272
366
- #: my-calendar-locations.php:284
367
- #: my-calendar-output.php:286
368
- msgid "Edit"
369
- msgstr "Editer"
370
-
371
- #: my-calendar-categories.php:244
372
- #: my-calendar-categories.php:263
373
- #: my-calendar-event-manager.php:181
374
- #: my-calendar-event-manager.php:989
375
- #: my-calendar-locations.php:273
376
- #: my-calendar-locations.php:285
377
- #: my-calendar-output.php:287
378
- msgid "Delete"
379
- msgstr "Supprimer"
380
-
381
- #: my-calendar-categories.php:260
382
- #: my-calendar-settings.php:285
383
- #: my-calendar-group-manager.php:736
384
- #: my-calendar-event-manager.php:967
385
- #: my-calendar-output.php:183
386
- msgid "N/A"
387
- msgstr "N/I"
388
-
389
- #: my-calendar-categories.php:263
390
- #: my-calendar-locations.php:285
391
- msgid "Are you sure you want to delete this category?"
392
- msgstr "Etes-vous sûr de vouloir supprimer cette catégorie ? "
393
-
394
- #: my-calendar-categories.php:274
395
- msgid "There are no categories in the database - something has gone wrong!"
396
- msgstr "Il n'y a aucune catégorie dans cette base de données - quelque chose a mal tourné !"
397
-
398
- #: my-calendar-widgets.php:5
399
- msgid "My Calendar: Today's Events"
400
- msgstr "évènements du jour"
401
-
402
- #: my-calendar-widgets.php:38
403
- #: my-calendar-widgets.php:122
404
- #: my-calendar-widgets.php:495
405
- #: my-calendar-settings.php:456
406
- #: my-calendar-group-manager.php:689
407
- #: my-calendar-event-manager.php:920
408
- msgid "Title"
409
- msgstr "Titre"
410
-
411
- #: my-calendar-widgets.php:42
412
- #: my-calendar-widgets.php:126
413
- msgid "Template"
414
- msgstr "Modèle"
415
-
416
- #: my-calendar-widgets.php:45
417
- msgid "Add calendar URL to use this option."
418
- msgstr "Ajouter "
419
-
420
- #: my-calendar-widgets.php:47
421
- #: my-calendar-widgets.php:134
422
- msgid "Link widget title to calendar:"
423
- msgstr "Lier le titre du widget au calendrier : "
424
-
425
- #: my-calendar-widgets.php:48
426
- #: my-calendar-widgets.php:135
427
- msgid "Not Linked"
428
- msgstr "Non Lié"
429
-
430
- #: my-calendar-widgets.php:49
431
- #: my-calendar-widgets.php:136
432
- msgid "Linked"
433
- msgstr "Lié"
434
-
435
- #: my-calendar-widgets.php:53
436
- msgid "Show this text if there are no events today:"
437
- msgstr "Montrer ce texte si il n'y a aucun évènement prévu aujourd'hui : "
438
-
439
- #: my-calendar-widgets.php:57
440
- #: my-calendar-widgets.php:165
441
- #: my-calendar-widgets.php:499
442
- msgid "Category or categories to display:"
443
- msgstr "Catégorie(s) à afficher : "
444
-
445
- #: my-calendar-widgets.php:78
446
- msgid "My Calendar: Upcoming Events"
447
- msgstr "évènements à venir"
448
-
449
- #: my-calendar-widgets.php:130
450
- msgid "Widget Options"
451
- msgstr "Configuration du widget"
452
-
453
- #: my-calendar-widgets.php:141
454
- msgid "Display upcoming events by:"
455
- msgstr "Trier les évènements à venir par : "
456
-
457
- #: my-calendar-widgets.php:142
458
- msgid "Events (e.g. 2 past, 3 future)"
459
- msgstr "évènements (ex : 2 passés, 3 futurs)"
460
-
461
- #: my-calendar-widgets.php:143
462
- msgid "Dates (e.g. 4 days past, 5 forward)"
463
- msgstr "Dates (ex : 4 jours passés, 5 à venir)"
464
-
465
- #: my-calendar-widgets.php:147
466
- msgid "Skip the first <em>n</em> events"
467
- msgstr "Sauter les <em>n</em> premiers évènements"
468
-
469
- #: my-calendar-widgets.php:150
470
- msgid "Events sort order:"
471
- msgstr "Ordre de tri des évènements : "
472
-
473
- #: my-calendar-widgets.php:151
474
- msgid "Ascending (near to far)"
475
- msgstr "Ascendant (proche à loin)"
476
-
477
- #: my-calendar-widgets.php:152
478
- msgid "Descending (far to near)"
479
- msgstr "Descendant (du plus loin au plus près)"
480
-
481
- #: my-calendar-widgets.php:161
482
- msgid "Show this text if there are no events meeting your criteria:"
483
- msgstr "Afficher ce texte si il n'y a aucun évènement pour votre recherche : "
484
-
485
- #: my-calendar-widgets.php:454
486
- msgid "My Calendar: Mini Calendar"
487
- msgstr "My Calendar : Mini-calendrier"
488
-
489
- #: my-calendar-widgets.php:475
490
- msgid "Calendar"
491
- msgstr "Calendrier"
492
-
493
- #: my-calendar-widgets.php:503
494
- msgid "Show Next/Previous Navigation:"
495
- msgstr "Afficher les boutons de navigation précédent / suivant"
496
-
497
- #: my-calendar-widgets.php:509
498
- msgid "Show Category Key:"
499
- msgstr "Afficher la légende des catégories"
500
-
501
- #: my-calendar-widgets.php:515
502
- msgid "Mini-Calendar Timespan:"
503
- msgstr "Plage temporelle du mini-calendrier : "
504
-
505
- #: my-calendar-settings.php:52
506
- msgid "Categories imported successfully."
507
- msgstr "Catégories importées avec succès"
508
-
509
- #: my-calendar-settings.php:52
510
- msgid "Categories not imported."
511
- msgstr "Aucune catégories importées"
512
-
513
- #: my-calendar-settings.php:53
514
- msgid "Events imported successfully."
515
- msgstr "évènements importés avec succès"
516
-
517
- #: my-calendar-settings.php:53
518
- msgid "Events not imported."
519
- msgstr "Aucun évènement importé"
520
-
521
- #: my-calendar-settings.php:86
522
- msgid "Permissions Settings saved"
523
- msgstr "Permissions enregistrées"
524
-
525
- #: my-calendar-settings.php:124
526
- msgid "Output Settings saved"
527
- msgstr "Configuration enregistrée"
528
-
529
- #: my-calendar-settings.php:143
530
- msgid "Input Settings saved"
531
- msgstr "Configuration enregistrée"
532
-
533
- #: my-calendar-settings.php:149
534
- msgid "Multsite settings saved"
535
- msgstr "Paramètres multisite enregistrés"
536
-
537
- #: my-calendar-settings.php:166
538
- msgid "Custom text settings saved"
539
- msgstr "Configuration du texte personnalisé enregistrée"
540
-
541
- #: my-calendar-settings.php:178
542
- msgid "Email notice settings saved"
543
- msgstr "Configuration des infos de l'email enregistrée"
544
-
545
- #: my-calendar-settings.php:192
546
- msgid "User custom settings saved"
547
- msgstr "Configuration de l'utilisateur enregistrée"
548
-
549
- #: my-calendar-settings.php:221
550
- msgid "My Calendar Options"
551
- msgstr "Options My Calendar"
552
-
553
- #: my-calendar-settings.php:225
554
- msgid "Calendar Management Settings"
555
- msgstr "Configuration de la gestion du calendrier"
556
-
557
- #: my-calendar-settings.php:230
558
- msgid "Calendar Options: Management"
559
- msgstr "Options du calendrier : Gestion"
560
-
561
- #: my-calendar-settings.php:232
562
- msgid "Lowest user group that may create events"
563
- msgstr "Choisissez le niveau de permission pour créer des évènements"
564
-
565
- #: my-calendar-settings.php:233
566
- #: my-calendar-settings.php:242
567
- msgid "Subscriber"
568
- msgstr "Abonné"
569
-
570
- #: my-calendar-settings.php:234
571
- #: my-calendar-settings.php:243
572
- #: my-calendar-settings.php:251
573
- msgid "Contributor"
574
- msgstr "Contributeur"
575
-
576
- #: my-calendar-settings.php:235
577
- #: my-calendar-settings.php:244
578
- #: my-calendar-settings.php:252
579
- #: my-calendar-settings.php:459
580
- #: my-calendar-group-manager.php:694
581
- #: my-calendar-event-manager.php:925
582
- msgid "Author"
583
- msgstr "Auteur"
584
-
585
- #: my-calendar-settings.php:236
586
- #: my-calendar-settings.php:245
587
- #: my-calendar-settings.php:253
588
- msgid "Editor"
589
- msgstr "Editeur"
590
-
591
- #: my-calendar-settings.php:237
592
- #: my-calendar-settings.php:246
593
- #: my-calendar-settings.php:254
594
- msgid "Administrator"
595
- msgstr "Administrateur"
596
-
597
- #: my-calendar-settings.php:241
598
- msgid "Lowest user group that may approve events"
599
- msgstr "Choisissez le niveau de permission pour valider des évènements"
600
-
601
- #: my-calendar-settings.php:247
602
- msgid "Enable approval options."
603
- msgstr "Activer la fonction d'approbation"
604
-
605
- #: my-calendar-settings.php:250
606
- msgid "Lowest user group that may edit or delete all events"
607
- msgstr "Choisissez le niveau de permission pour supprimer ou modifier des évènements"
608
-
609
- #: my-calendar-settings.php:256
610
- msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
611
- msgstr "Par défaut, seuls les administrateurs peuvent éditer ou supprimer un évènement. Les autres utilisateurs doivent être autorisés pour avoir les mêmes permissions. "
612
-
613
- #: my-calendar-settings.php:260
614
- msgid "Currently editing my local calendar"
615
- msgstr "Édition du calendrier local en cours"
616
-
617
- #: my-calendar-settings.php:263
618
- msgid "Currently editing the network calendar"
619
- msgstr "Édition du calendrier réseau en cours"
620
-
621
- #: my-calendar-settings.php:266
622
- msgid "You are currently working in the primary site for this network; your local calendar is also the global table."
623
- msgstr "Vous travaillez sur le site primaire de ce réseau; votre calendrier local est ainsi la référence."
624
-
625
- #: my-calendar-settings.php:271
626
- msgid "Save Approval Settings"
627
- msgstr "Enregistrer la configuration"
628
-
629
- #: my-calendar-settings.php:277
630
- msgid "Calendar Text Settings"
631
- msgstr "Configuration des liens et du texte"
632
-
633
- #: my-calendar-settings.php:282
634
- msgid "Calendar Options: Customizable Text Fields"
635
- msgstr "Options du calendrier : Personnalisation des champs texte"
636
-
637
- #: my-calendar-settings.php:285
638
- msgid "Label for events without a set time"
639
- msgstr "Champs pour les évènements sans heure spécifique"
640
-
641
- #: my-calendar-settings.php:288
642
- msgid "Previous events link"
643
- msgstr "Lien 'évènements passés'"
644
-
645
- #: my-calendar-settings.php:288
646
- msgid "Previous Events"
647
- msgstr "précédent"
648
-
649
- #: my-calendar-settings.php:291
650
- msgid "Next events link"
651
- msgstr "Lien 'évènements à venir'"
652
-
653
- #: my-calendar-settings.php:291
654
- msgid "Next Events"
655
- msgstr "suivant"
656
-
657
- #: my-calendar-settings.php:294
658
- msgid "If events are open"
659
- msgstr "Texte à afficher quand les inscriptions sont ouvertes"
660
-
661
- #: my-calendar-settings.php:294
662
- msgid "Registration is open"
663
- msgstr "L'inscription est ouverte"
664
-
665
- #: my-calendar-settings.php:297
666
- msgid "If events are closed"
667
- msgstr "Texte à afficher quand les inscriptions sont fermées"
668
-
669
- #: my-calendar-settings.php:297
670
- msgid "Registration is closed"
671
- msgstr "L'inscription est fermée"
672
-
673
- #: my-calendar-settings.php:300
674
- msgid "Additional caption:"
675
- msgstr "Légende facultative : "
676
-
677
- #: my-calendar-settings.php:300
678
- msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
679
- msgstr "La légende est le texte qui contient le mois et l'année affichées à la fois dans les modes liste et calendrier. Elle sera affichée à la suite du texte existant. "
680
-
681
- #: my-calendar-settings.php:305
682
- msgid "Save Custom Text Settings"
683
- msgstr "Enregistrer la configuration"
684
-
685
- #: my-calendar-settings.php:311
686
- msgid "Calendar Output Settings"
687
- msgstr "Options d'affichage du calendrier"
688
-
689
- #: my-calendar-settings.php:316
690
- msgid "Calendar Options: Customize the Output of your Calendar"
691
- msgstr "Options du calendrier : Personnalisation du rendu de votre calendrier"
692
-
693
- #: my-calendar-settings.php:318
694
- msgid "General Calendar Options"
695
- msgstr "Options du calendrier"
696
-
697
- #: my-calendar-settings.php:321
698
- msgid "<abbr title=\"Uniform resource locator\">URL</abbr> to use for event details display."
699
- msgstr "<abbr title=\"Uniform Resource Locator\">URL</abbr> de votre calendrier public (requis pour utiliser la balise {details})"
700
-
701
- #: my-calendar-settings.php:322
702
- msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
703
- msgstr "Peut être n'importe quelle page ou article qui inclue la balise <code>[my_calendar]</code>"
704
-
705
- #: my-calendar-settings.php:325
706
- msgid "Time format"
707
- msgstr "Format horaire"
708
-
709
- #: my-calendar-settings.php:325
710
- #: my-calendar-settings.php:328
711
- #: my-calendar-settings.php:331
712
- msgid "Current:"
713
- msgstr "Actuellement : "
714
-
715
- #: my-calendar-settings.php:328
716
- msgid "Date format in grid mode, week view"
717
- msgstr "Format de la date dans la vue en calendrier (vue hebdomadaire)"
718
-
719
- #: my-calendar-settings.php:331
720
- msgid "Date Format in all other views"
721
- msgstr "Format de la date dans tous les autres modes d'affichage"
722
-
723
- #: my-calendar-settings.php:332
724
- msgid "Date format uses the same syntax as the <a href=\"http://php.net/date\">PHP <code>date()</code> function</a>. Save options to update sample output."
725
- msgstr "Le format de la date utilise la même syntaxe que la <a href=\"http://php.net/date\">fonction PHP <code>date()</code></a>. Enregistrez les options pour mettre à jour l'affichage. "
726
-
727
- #: my-calendar-settings.php:335
728
- msgid "Show link to My Calendar RSS feed."
729
- msgstr "Affiche le lien du Flux RSS. "
730
-
731
- #: my-calendar-settings.php:335
732
- msgid "RSS feed shows recently added events."
733
- msgstr "Les fil RSS propose les évènements ajoutés récemment."
734
-
735
- #: my-calendar-settings.php:338
736
- msgid "Show link to iCal format download."
737
- msgstr "Affiche le lien pour télécharger au format iCal. "
738
-
739
- #: my-calendar-settings.php:338
740
- msgid "iCal outputs events occurring in the current calendar month."
741
- msgstr "Export iCal des évènements présents dans le mois courant du calendrier."
742
-
743
- #: my-calendar-settings.php:341
744
- msgid "Display a jumpbox for changing month and year quickly?"
745
- msgstr "Afficher une boîte pour changer le mois et l'année rapidement ?"
746
-
747
- #: my-calendar-settings.php:348
748
- msgid "Grid Layout Options"
749
- msgstr "Option pour le mode calendrier"
750
-
751
- #: my-calendar-settings.php:351
752
- msgid "Show Weekends on Calendar"
753
- msgstr "Afficher les week-ends dans le calendrier"
754
-
755
- #: my-calendar-settings.php:358
756
- msgid "List Layout Options"
757
- msgstr "Liste des lieux"
758
-
759
- #: my-calendar-settings.php:361
760
- msgid "How many months of events to show at a time:"
761
- msgstr "Nombre de mois contenant des évènements qui seront affichés à la fois : "
762
-
763
- #: my-calendar-settings.php:364
764
- #, fuzzy
765
- msgid "Show the first event's title and the number of events that day next to the date."
766
- msgstr "Affiche le titre du premier évènement ainsi que le nombre d'évènements pour la date indiquée:"
767
-
768
- #: my-calendar-settings.php:371
769
- msgid "Event Details Options"
770
- msgstr "Options des évènements"
771
-
772
- #: my-calendar-settings.php:374
773
- msgid "Event title template"
774
- msgstr "Modèle de titre d'évènement"
775
-
776
- #: my-calendar-settings.php:375
777
- #: my-calendar-settings.php:385
778
- msgid "Templating Help"
779
- msgstr "Aide du modèle"
780
-
781
- #: my-calendar-settings.php:375
782
- #: my-calendar-settings.php:385
783
- msgid "All template tags are available."
784
- msgstr "Toutes les balises du modèle sont disponibles. "
785
-
786
- #: my-calendar-settings.php:378
787
- msgid "Event details link text"
788
- msgstr "Détail du lien de l'évènement"
789
-
790
- #: my-calendar-settings.php:380
791
- msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>, <code>{date}</code>, <code>{time}</code>."
792
- msgstr "Balises de modèle disponibles :: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>, <code>{time}</code>."
793
-
794
- #: my-calendar-settings.php:383
795
- msgid "Event URL link text"
796
- msgstr "Texte du lien de l'évènement"
797
-
798
- #: my-calendar-settings.php:388
799
- msgid "Display author's name"
800
- msgstr "Afficher le nom de l'auteur"
801
-
802
- #: my-calendar-settings.php:391
803
- msgid "Display link to single event iCal download."
804
- msgstr "Afficher le lien vers le téléchargement unitaire iCal"
805
-
806
- #: my-calendar-settings.php:394
807
- msgid "Hide category icons"
808
- msgstr "Masquer les icônes des catégories dans l'affichage du calendrier. "
809
-
810
- #: my-calendar-settings.php:397
811
- msgid "Show Link to Google Map"
812
- msgstr "Afficher le lien vers Google Map"
813
-
814
- #: my-calendar-settings.php:400
815
- msgid "Show Event Address"
816
- msgstr "Affiche l'adresse de l'évènement"
817
-
818
- #: my-calendar-settings.php:403
819
- msgid "Show short description field on calendar."
820
- msgstr "Affiche la description sommaire de l'évènement"
821
-
822
- #: my-calendar-settings.php:406
823
- msgid "Show full description field on calendar."
824
- msgstr "Affiche la description complète de l'évènement"
825
-
826
- #: my-calendar-settings.php:409
827
- msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
828
- msgstr "Afficher le lien vers les détails sur le calendrier (nécessite une <a href='#mc_uri'>URL, </a> pour le calendrier)"
829
-
830
- #: my-calendar-settings.php:412
831
- msgid "Event links expire after the event has passed."
832
- msgstr "Ce lien sera inactif une fois l'évènement passé. "
833
-
834
- #: my-calendar-settings.php:415
835
- msgid "Show current availability status"
836
- msgstr "Afficher le statut de l'évènement"
837
-
838
- #: my-calendar-settings.php:418
839
- msgid "Default usage of category colors."
840
- msgstr "Couleur des catégories par défaut. "
841
-
842
- #: my-calendar-settings.php:419
843
- msgid "Apply category colors to event titles as a font color."
844
- msgstr "Appliquer les couleurs des catégories pour les titres d'évènements comme une couleur de texte. "
845
-
846
- #: my-calendar-settings.php:420
847
- msgid "Apply category colors to event titles as a background color."
848
- msgstr "Appliquer les couleurs des catégories pour les titres d'évènements comme une couleur de fond. "
849
-
850
- #: my-calendar-settings.php:426
851
- msgid "Event Scheduling Options"
852
- msgstr "Options de programmation de l'évènement"
853
-
854
- #: my-calendar-settings.php:429
855
- msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
856
- msgstr "Paramètre par défaut pour l'évènement : Si un évènement récurrent est programmé pour une date qui n'existe pas, il sera décalé d'une semaine en amont. "
857
-
858
- #: my-calendar-settings.php:432
859
- msgid "Holiday Category"
860
- msgstr "Catégorie Vacances"
861
-
862
- #: my-calendar-settings.php:434
863
- msgid "None"
864
- msgstr "Aucun"
865
-
866
- #: my-calendar-settings.php:450
867
- msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
868
- msgstr "Paramètre par défaut pour l'évènement : Si un évènement coïncide avec un évènement de la catégorie \"Vacances\", il ne sera pas affiché. "
869
-
870
- #: my-calendar-settings.php:453
871
- msgid "Default Sort order for Admin Events List"
872
- msgstr "Ordre d'affichage par défaut de la liste des évènements pour les administrateurs"
873
-
874
- #: my-calendar-settings.php:455
875
- msgid "Event ID"
876
- msgstr "ID des évènements"
877
-
878
- #: my-calendar-settings.php:457
879
- #: my-calendar-group-manager.php:691
880
- #: my-calendar-event-manager.php:922
881
- msgid "Description"
882
- msgstr "Description"
883
-
884
- #: my-calendar-settings.php:458
885
- #: my-calendar-group-manager.php:692
886
- #: my-calendar-event-manager.php:923
887
- msgid "Start Date"
888
- msgstr "Date de début"
889
-
890
- #: my-calendar-settings.php:460
891
- #: my-calendar-group-manager.php:695
892
- #: my-calendar-event-manager.php:926
893
- msgid "Category"
894
- msgstr "Catégorie"
895
-
896
- #: my-calendar-settings.php:469
897
- msgid "Save Output Settings"
898
- msgstr "Enregistrer la configuration"
899
-
900
- #: my-calendar-settings.php:475
901
- msgid "Calendar Input Settings"
902
- msgstr "Options de l'interface du calendrier"
903
-
904
- #: my-calendar-settings.php:480
905
- msgid "Select which input fields will be available when adding or editing events."
906
- msgstr "Sélectionner les champs disponibles quand on ajoute ou édite des évènements. "
907
-
908
- #: my-calendar-settings.php:485
909
- msgid "Show Event Location Dropdown Menu"
910
- msgstr "Afficher le menu déroulant du lieu"
911
-
912
- #: my-calendar-settings.php:485
913
- msgid "Show Event Short Description field"
914
- msgstr "Afficher le champ de la description sommaire"
915
-
916
- #: my-calendar-settings.php:485
917
- msgid "Show Event Description Field"
918
- msgstr "Afficher le champ de description de l'évènement"
919
-
920
- #: my-calendar-settings.php:485
921
- msgid "Show Event Category field"
922
- msgstr "Afficher le champ de catégorie de l'évènement"
923
-
924
- #: my-calendar-settings.php:485
925
- msgid "Show Event image field"
926
- msgstr "Afficher le champ 'image' de l'évènement"
927
-
928
- #: my-calendar-settings.php:485
929
- msgid "Show Event Link field"
930
- msgstr "Afficher le champ 'lien' de l'évènement"
931
-
932
- #: my-calendar-settings.php:485
933
- msgid "Show Event Recurrence Options"
934
- msgstr "Afficher les options de récurrences de l'évènement"
935
-
936
- #: my-calendar-settings.php:485
937
- msgid "Show Event registration options"
938
- msgstr "Afficher les options d'inscription"
939
-
940
- #: my-calendar-settings.php:485
941
- msgid "Show Event location fields"
942
- msgstr "Afficher le champ du lieu de l'évènement"
943
-
944
- #: my-calendar-settings.php:485
945
- msgid "Use HTML Editor in Event Description Field"
946
- msgstr "Utiliser l'éditeur HTML dans le champ de description de l'évènement"
947
-
948
- #: my-calendar-settings.php:498
949
- msgid "Administrators see all input options"
950
- msgstr "Les administrateurs voient toutes les options"
951
-
952
- #: my-calendar-settings.php:503
953
- msgid "Save Input Settings"
954
- msgstr "Enregistrer la configuration"
955
-
956
- #: my-calendar-settings.php:510
957
- msgid "Multisite Settings (Network Administrators only)"
958
- msgstr "Configuration multisite (Administrateur réseau uniquement)"
959
-
960
- #: my-calendar-settings.php:512
961
- msgid "Multisite support is a beta feature - use with caution."
962
- msgstr "La gestion multisite es tune fonctionnalité en test (beta)- à utiliser avec précaution."
963
-
964
- #: my-calendar-settings.php:517
965
- msgid "Settings for WP MultiSite configurations"
966
- msgstr "Configuration pour WP multisite"
967
-
968
- #: my-calendar-settings.php:518
969
- msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
970
- msgstr "Le calendrier central est le calendrier associé au site primaire de votre réseu WordPress Multisite."
971
-
972
- #: my-calendar-settings.php:520
973
- msgid "Site owners may only post to their local calendar"
974
- msgstr "Les propriétaires du site peuvent seulement publier des événements dans leur calendrier local"
975
-
976
- #: my-calendar-settings.php:521
977
- msgid "Site owners may only post to the central calendar"
978
- msgstr "Les propriétaires du site peuvent seulement publier des évènements dans le calendrier central"
979
-
980
- #: my-calendar-settings.php:522
981
- msgid "Site owners may manage either calendar"
982
- msgstr "Les propriétaires du site doivent gérer soit le calendrier"
983
-
984
- #: my-calendar-settings.php:524
985
- msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
986
- msgstr "Les changements concernent seulement les permissions. L'aspect public du calendrier restera inchangé."
987
-
988
- #: my-calendar-settings.php:527
989
- msgid "Save Multisite Settings"
990
- msgstr "Enregistrer la configuration multisite"
991
-
992
- #: my-calendar-settings.php:534
993
- msgid "Calendar Email Settings"
994
- msgstr "Configuration des notifications par Email"
995
-
996
- #: my-calendar-settings.php:539
997
- msgid "Calendar Options: Email Notifications"
998
- msgstr "Notifications E-mail"
999
-
1000
- #: my-calendar-settings.php:543
1001
- msgid "Send Email Notifications when new events are scheduled or reserved."
1002
- msgstr "Envoyer des notifications par mail quand de nouveaux évènements sont prévus ou réservés. "
1003
-
1004
- #: my-calendar-settings.php:546
1005
- msgid "Notification messages are sent to: "
1006
- msgstr "Les messages de notification sont envoyés à : "
1007
-
1008
- #: my-calendar-settings.php:549
1009
- msgid "Email subject"
1010
- msgstr "Sujet"
1011
-
1012
- #: my-calendar-settings.php:549
1013
- msgid "New event Added"
1014
- msgstr "Nouvel évènement ajouté"
1015
-
1016
- #: my-calendar-settings.php:552
1017
- msgid "Message Body"
1018
- msgstr "Corps du message"
1019
-
1020
- #: my-calendar-settings.php:552
1021
- msgid "New Event:"
1022
- msgstr "Nouvel évènement : "
1023
-
1024
- #: my-calendar-settings.php:553
1025
- msgid "Shortcode Help"
1026
- msgstr "Aide sur le shortcode"
1027
-
1028
- #: my-calendar-settings.php:553
1029
- msgid "All template shortcodes are available."
1030
- msgstr "Toutes les fonctions Shortcode sont disponibles. "
1031
-
1032
- #: my-calendar-settings.php:558
1033
- msgid "Save Email Settings"
1034
- msgstr "Enregistrer la configuration"
1035
-
1036
- #: my-calendar-settings.php:564
1037
- msgid "Calendar User Settings"
1038
- msgstr "Préférences de l'utilisateur"
1039
-
1040
- #: my-calendar-settings.php:571
1041
- msgid "Settings which can be configured in registered user's accounts"
1042
- msgstr "Les options de configuration peuvent aussi être définies dans les comptes d'utilisateurs enregistrés. "
1043
-
1044
- #: my-calendar-settings.php:573
1045
- msgid "Allow registered users to provide timezone or location presets in their user profiles."
1046
- msgstr "Autoriser les utilisateurs enregistrés à modifier leurs fuseaux horaires et leurs villes dans leurs profils. "
1047
-
1048
- #: my-calendar-settings.php:585
1049
- msgid "Timezone Settings"
1050
- msgstr "Configuration du fuseau horaire"
1051
-
1052
- #: my-calendar-settings.php:586
1053
- msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
1054
- msgstr "Ces paramètres permettent aux utilisateurs enregistrés la possibilité de sélectionner leur fuseau horaire dans leur profil. Quand ils regarderont le calendrier, la date des évènements affichée sera fonction du fuseau horaire choisi. "
1055
-
1056
- #: my-calendar-settings.php:588
1057
- msgid "Enable Timezone"
1058
- msgstr "Activer le fuseau horaire"
1059
-
1060
- #: my-calendar-settings.php:591
1061
- msgid "Select Timezone Label"
1062
- msgstr "Choisir un fuseau horaire"
1063
-
1064
- #: my-calendar-settings.php:594
1065
- msgid "Timezone Options"
1066
- msgstr "Options du fuseau horaire"
1067
-
1068
- #: my-calendar-settings.php:594
1069
- #: my-calendar-settings.php:618
1070
- msgid "Value, Label; one per line"
1071
- msgstr "Valeur, nom ; une par ligne"
1072
-
1073
- #: my-calendar-settings.php:606
1074
- msgid "Location Settings"
1075
- msgstr "Configuration des lieux"
1076
-
1077
- #: my-calendar-settings.php:607
1078
- msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
1079
- msgstr "Ces paramètres fournissent aux utilisateurs enregistrés la possibilité de sélectionner un lieu dans leur profil. Quand ils consulteront votre calendrier, leur vue initiale sera limitée au lieu indiqué dans le profil. Ces valeurs peuvent aussi permettre un filtre d'affichage sur le lieu en utilisant la balise shortcode <code>my_calendar_locations</code>. Il n'es pas nécessaire d'activer ces paramètres pour les utilisateurs dans ce cadre d option de filtrage."
1080
-
1081
- #: my-calendar-settings.php:609
1082
- msgid "Enable Location"
1083
- msgstr "Activer le lieu"
1084
-
1085
- #: my-calendar-settings.php:612
1086
- msgid "Use this location list as input control"
1087
- msgstr "Utiliser cette liste comme référence des lieux"
1088
-
1089
- #: my-calendar-settings.php:612
1090
- msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
1091
- msgstr "Le texte renseigné pour ce lieu sera remplacé par une liste déroulante contenant ces choix."
1092
-
1093
- #: my-calendar-settings.php:615
1094
- msgid "Select Location Label"
1095
- msgstr "Choisissez un nom de lieu"
1096
-
1097
- #: my-calendar-settings.php:618
1098
- msgid "Location Options"
1099
- msgstr "Options des lieux"
1100
-
1101
- #: my-calendar-settings.php:628
1102
- msgid "Location Type"
1103
- msgstr "Type de lieu"
1104
-
1105
- #: my-calendar-settings.php:632
1106
- #: my-calendar-group-manager.php:448
1107
- #: my-calendar-event-manager.php:754
1108
- #: my-calendar-locations.php:152
1109
- msgid "State/Province"
1110
- msgstr "Département"
1111
-
1112
- #: my-calendar-settings.php:641
1113
- msgid "Save User Settings"
1114
- msgstr "Enregistrer les options de l'utilisateur"
1115
-
1116
- #: my-calendar-settings.php:655
1117
- #: my-calendar-event-manager.php:100
1118
- msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
1119
- msgstr "Le plugin Calendar de Kieran O'Shea a été dectecté sur votre installation Wordpress. Vous pouvez importer les évènements et catégories dans la base de données de My Calendar. Voulez-vous lancer l'import ?"
1120
-
1121
- #: my-calendar-settings.php:662
1122
- #: my-calendar-event-manager.php:107
1123
- msgid "Import from Calendar"
1124
- msgstr "Import depuis Calendar"
1125
-
1126
- #: my-calendar-help.php:7
1127
- msgid "How to use My Calendar"
1128
- msgstr "Comment utiliser My Calendar"
1129
-
1130
- #: my-calendar-help.php:12
1131
- msgid "Shortcode Syntax"
1132
- msgstr "Syntaxe du Shortcode"
1133
-
1134
- #: my-calendar-help.php:15
1135
- msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1136
- msgstr "Le Shortcode peut-être employé dans les pages, les articles ou les widgets de type Texte. "
1137
-
1138
- #: my-calendar-help.php:17
1139
- msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
1140
- msgstr "Shortcode pour le calendrier principal (liste ou calendrier, vue hebdomadaire ou mensuelle)"
1141
-
1142
- #: my-calendar-help.php:19
1143
- msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
1144
- msgstr "Cette balise shortcode affiche le calendrier sur une article ou une page, avec toutes les catégories ainsi que leur légende dans un format classique mensuel"
1145
-
1146
- #: my-calendar-help.php:22
1147
- msgid "The shortcode supports eight attributes:"
1148
- msgstr "La balise shortcode supporte huit attributs:"
1149
-
1150
- #: my-calendar-help.php:24
1151
- msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
1152
- msgstr "Libellé ou ID des catégories inclues dans ce calendrier, séparés par des virgules ou des barres verticales (pipe)"
1153
-
1154
- #: my-calendar-help.php:25
1155
- msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
1156
- msgstr " \"list\" or \"mini\" pour afficher le mode liste ou le mini calendrier; omis ou toute autre valeur pour afficher le calendrier principal."
1157
-
1158
- #: my-calendar-help.php:26
1159
- msgid "Set as \"no\" to hide the category key."
1160
- msgstr "Valeur \"no\" pour masquer la légende"
1161
-
1162
- #: my-calendar-help.php:27
1163
- msgid "Set as \"no\" to hide the month-by-month navigation."
1164
- msgstr "Valeur \"no\" pour masque la navigation d'un mois à l'autre."
1165
-
1166
- #: my-calendar-help.php:28
1167
- msgid "Set as \"yes\" to show a link to switch between list and grid formats."
1168
- msgstr "Valeur\"yes\" pour afficher le lien permettant de basculer du mode calendrier au mode liste."
1169
-
1170
- #: my-calendar-help.php:29
1171
- msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
1172
- msgstr "\"week\" pour afficher une vue hebdomadaire ou \"day\" pour afficher une vue journalière. Pour toute autre valeur, affiche un calendrier mensuel. (La vue journalière est affichée sous forme de liste quel que soit le format défini)"
1173
-
1174
- #: my-calendar-help.php:30
1175
- msgid "The type of location data to restrict by."
1176
- msgstr "Type de lieu pour lequel restreindre l'affichage."
1177
-
1178
- #: my-calendar-help.php:31
1179
- msgid "The specific location information to filter to."
1180
- msgstr "Lieu sur lequel établir un filtre."
1181
-
1182
- #: my-calendar-help.php:35
1183
- msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
1184
- msgstr "Le Shortcode principal peut-être généré via un bouton sur votre éditeur de page ou d'article. Le mini-calendrier peut être accessible et configuré comme un widget. "
1185
-
1186
- #: my-calendar-help.php:37
1187
- msgid "Additional Calendar Views (Upcoming events, today's events)"
1188
- msgstr "Vues additionnelles du calendrier (évènements à venir, évènements actuels)"
1189
-
1190
- #: my-calendar-help.php:39
1191
- msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>). <code>Skip</code> is the number of events to skip in the upcoming events."
1192
- msgstr "Ces balises affichent l'encart des évènements à venir. Les attributs <code>before</code> et <code>after</code> doivent être des nombres ; l'attribut <code>type</code> peut-être \"event\" ou \"day\", et l'attribut <code>category</code> possède les mêmes propriétés que pour le calendrier principal. Les balises emploient le code type listé ci-dessous. L'attribut <code>fallback</code> affiche le texte 'aucun évènement ne correspond à votre recherche'. Il est également possible de choisir pour l'affichage de la liste des évènements un ordre ascendant (<code>asc</code>) ou descendant (<code>desc</code>). L'attribut <code>Skip</code> correspond au nombre d'évènements à passer dans les évènements à venir."
1193
-
1194
- #: my-calendar-help.php:42
1195
- msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1196
- msgstr "Comme vous vous en doutez, ce code affiche l'onglet des évènements du jour avec trois attributs configurables : la catégorie, le modèle et le texte en cas d'erreur."
1197
-
1198
- #: my-calendar-help.php:45
1199
- msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
1200
- msgstr "Tous les évènements prévus et en cours peuvent aussi être configurés pour les widgets. "
1201
-
1202
- #: my-calendar-help.php:48
1203
- msgid "Supplement Features (Locations filter, Categories filter)"
1204
- msgstr "Fonctionnalités supplémentaires (filtre des lieux et des catégories)"
1205
-
1206
- #: my-calendar-help.php:51
1207
- msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
1208
- msgstr "Ce code produit une liste de lieux, affichée (<code>show</code>) comme une liste de liens (<code>list</code>) ou une liste déroulante de formulaire (<code>form</code>). L'attribut <code>type</code> sera <code>saved</code> (si l'on veut afficher les évènements d'un lieu enregistré ), ou <code>custom</code> (pour afficher les options choisies dans l'interface de configuration). <code>datatype</code> doit être le type de données choisies : <code>name</code> (nom de l'entreprise), <code>city</code>, <code>state</code>, <code>country</code>, ou <code>zip</code> (code postal). "
1209
-
1210
- #: my-calendar-help.php:54
1211
- msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
1212
- msgstr "Si vous souhaitez afficher une liste de lieux définis dans votre base de données; utilisez ce shortcode. Le <code>datatype</code> correspond au type de donnée affiché; toutes les listes incluront lien vers la cartographie du lieu. En plus des informations élémentaires tels que définis dans les shortcodes ci-après, vous pouvez utiliser \"hcard\" pour afficher toutes les informations de localisation disponibles."
1213
-
1214
- #: my-calendar-help.php:57
1215
- msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
1216
- msgstr "Ce Shortcode produit une liste des catégories d'évènements, sous forme de liste de liens ou de liste déroulante : la balise <code>show</code>peut-être définie comme <code>list</code> ou <code>form</code>."
1217
-
1218
- #: my-calendar-help.php:63
1219
- msgid "Category Icons"
1220
- msgstr "Catégorie des icônes"
1221
-
1222
- #: my-calendar-help.php:66
1223
- msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
1224
- msgstr "My Calendar est conçu pour gérer plusieurs calendriers, gérés sous forme de catégories. Vous pouvez facilement mettre en place un calendrier avec toutes les catégories, ou bien afficher chaque catégorie comme un calendrier unique. "
1225
-
1226
- #: my-calendar-help.php:69
1227
- msgid "The pre-installed category icons may not be especially useful for your needs or design. I'm assuming that you're going to upload your own icons -- all you need to do is upload them to the plugin's icons folder, and they'll be available for immediate use, or place them in a folder at \"my-calendar-custom\" to avoid having them overwritten by upgrades."
1228
- msgstr "Les icônes pré-installées ne sont peut-être pas adaptées à vos goûts ou vos usages, aussi vous pouvez importer vos propres icônes -- soit vous les ajoutez dans le dossier \"my-calendar/icons\", où elles sont utilisables immédiatement, ou bien vous pouvez les placer dans un dossier \"my-calendar-custom\", pour éviter leur écrasement lors des mises à jour du plugin."
1229
-
1230
- #: my-calendar-help.php:69
1231
- msgid "Your icons folder is:"
1232
- msgstr "Le dossier des icônes est : "
1233
-
1234
- #: my-calendar-help.php:69
1235
- msgid "You can alternately place icons in:"
1236
- msgstr "Vous pouvez ajouter des icônes ici : "
1237
-
1238
- #: my-calendar-help.php:77
1239
- msgid "Custom Styles"
1240
- msgstr "Styles personnalisés"
1241
-
1242
- #: my-calendar-help.php:80
1243
- msgid "My Calendar comes with four basic stylesheets. My Calendar will retain changes to these basic stylesheets on upgrade, but if you want to add an entirely new stylesheet, you may wish to store it in the My Calendar custom styles directory."
1244
- msgstr "My Calendar propose par défaut quatre feuilles de style, et peut mémoriser les modifications apportées à ces fichiers lors de mise à jour. Mais si vous ajoutez un nouveau fichier CSS, il est préférable de le stocker dans le dossier des feuilles de style personnalisées. "
1245
-
1246
- #: my-calendar-help.php:83
1247
- msgid "Your stylesheet directory is"
1248
- msgstr "Le répertoire des feuilles de styles est"
1249
-
1250
- #: my-calendar-help.php:84
1251
- msgid "Your custom stylesheets directory is"
1252
- msgstr "Le répertoire des feuilles de styles personnalisées est "
1253
-
1254
- #: my-calendar-help.php:92
1255
- msgid "Widget Templating"
1256
- msgstr "Options de configuration"
1257
-
1258
- #: my-calendar-help.php:95
1259
- msgid "These codes are available in calendar widgets, email notifications, and event titles."
1260
- msgstr "Ces codes sont disponibles dans le widget calendrier, les notifications e-mail et les titres des évènements. "
1261
-
1262
- #: my-calendar-help.php:97
1263
- #: my-calendar-templating.php:70
1264
- msgid "Event Template Tags"
1265
- msgstr "Balises d'évènement"
1266
-
1267
- #: my-calendar-help.php:100
1268
- msgid "Displays the title of the event."
1269
- msgstr "Affiche le titre de l'évènement"
1270
-
1271
- #: my-calendar-help.php:103
1272
- msgid "Displays title of the event as a link if a URL is present, or the title alone if no URL is available."
1273
- msgstr "Affiche le titre de l'évènement comme un lien si une URL est présente sinon comme un texte normal. "
1274
-
1275
- #: my-calendar-help.php:106
1276
- msgid "Displays the start time for the event."
1277
- msgstr "Affiche l'heure de début de l'évènement"
1278
-
1279
- #: my-calendar-help.php:109
1280
- msgid "Displays the start time for the event adjusted to the current user's time zone settings. Returns <code>{time}</code> if user settings are disabled or if the user has not selected a preferred time zone."
1281
- msgstr "Affiche l'heure de début de l'évènement selon les réglages du fuseau horaire de l'utilisateur. Affiche <code>{time}</code> (heure de début de l'évènement) si les paramètres utilisateur sont désactivés ou si l'utilisateur n'a pas sélectionné un fuseau horaire."
1282
-
1283
- #: my-calendar-help.php:112
1284
- msgid "Displays the end time for the event adjusted to the current user's time zone settings. Returns <code>{endtime}</code> if user settings are disabled or if the user has not selected a preferred time zone."
1285
- msgstr "Affiche l'heure de fin de l'évènement selon les réglages du fuseau horaire de l'utilisateur. Affiche <code>{endtime}</code> (heure de la fin de l'évènement) si les paramètres utilisateur sont désactivés ou si l'utilisateur n'a pas sélectionné un fuseau horaire."
1286
-
1287
- #: my-calendar-help.php:115
1288
- msgid "Displays the date on which the event begins."
1289
- msgstr "Affiche la date du début de l'évènement"
1290
-
1291
- #: my-calendar-help.php:118
1292
- msgid "Displays the date on which the event ends."
1293
- msgstr "Affiche la date de la fin de l'évènement"
1294
-
1295
- #: my-calendar-help.php:121
1296
- msgid "Displays the time at which the event ends."
1297
- msgstr "Affiche l'heure de la fin de l'évènement"
1298
-
1299
- #: my-calendar-help.php:124
1300
- msgid "Displays the WordPress author who posted the event."
1301
- msgstr "Affiche le nom de l'auteur qui a publié cet évènement"
1302
-
1303
- #: my-calendar-help.php:127
1304
- msgid "Displays the name of the person assigned as host for the event."
1305
- msgstr "Affiche le nom de la personne hôte de l'évènement"
1306
-
1307
- #: my-calendar-help.php:130
1308
- msgid "Displays the email address of the person assigned as host for the event."
1309
- msgstr "Affiche le courriel de la personne hôte de l'évènement"
1310
-
1311
- #: my-calendar-help.php:133
1312
- msgid "Displays the short version of the event description."
1313
- msgstr "Affiche la description sommaire de l'évènement (résumé)"
1314
-
1315
- #: my-calendar-help.php:136
1316
- msgid "Displays the description of the event."
1317
- msgstr "Affiche la description de l'évènement"
1318
-
1319
- #: my-calendar-help.php:139
1320
- #: my-calendar-templating.php:109
1321
- msgid "Image associated with the event."
1322
- msgstr "Image associée à l'évènement."
1323
-
1324
- #: my-calendar-help.php:142
1325
- msgid "Displays the URL provided for the event."
1326
- msgstr "Affiche l'URL de l'évènement"
1327
-
1328
- #: my-calendar-help.php:145
1329
- msgid "Produces the URL to download an iCal formatted record for the event."
1330
- msgstr "Affiche l'URL pour télécharger un enregistrement de l'évènement au format iCal."
1331
-
1332
- #: my-calendar-help.php:148
1333
- msgid "Produces a hyperlink to download an iCal formatted record for the event."
1334
- msgstr "Affiche le lien pour télécharger un enregistrement de l'évènement au format iCal."
1335
-
1336
- #: my-calendar-help.php:151
1337
- msgid "Shows the recurrence status of the event. (Daily, Weekly, etc.)"
1338
- msgstr "Affiche la récurrence de l'évènement (journalier, hebdomadaire...)"
1339
-
1340
- #: my-calendar-help.php:154
1341
- msgid "Shows the number of repetitions of the event."
1342
- msgstr "Affiche le nombre de répétitions de l'évènement. "
1343
-
1344
- #: my-calendar-help.php:157
1345
- msgid "Provides a link to an auto-generated page containing all information on the given event."
1346
- msgstr "Créé un lien vers une page générée contenant les informations sur un évènement. "
1347
-
1348
- #: my-calendar-help.php:157
1349
- msgid "Requires that the site URL has been provided on the Settings page"
1350
- msgstr "Nécessite que l'URL du site soit renseignée dans la configuration du calendrier. "
1351
-
1352
- #: my-calendar-help.php:160
1353
- msgid "Displays text indicating whether registration for the event is currently open or closed; displays nothing if that choice is selected in the event."
1354
- msgstr "Affiche si les inscriptions à l'évènement sont ouvertes ou fermées ; Rien n'est affiché si ce choix est configuré dans l'évènement. "
1355
-
1356
- #: my-calendar-help.php:163
1357
- msgid "Displays the current status of the event: either \"Published\" or \"Reserved\" - primary used in email templates."
1358
- msgstr "Affiche le statut actuel de l'évènement : \"Publié\" ou \"Reservé\" - utilisé en premier dans le modèle d'email. "
1359
-
1360
- #: my-calendar-help.php:165
1361
- #: my-calendar-templating.php:123
1362
- msgid "Location Template Tags"
1363
- msgstr "Balises de lieu"
1364
-
1365
- #: my-calendar-help.php:169
1366
- msgid "Displays the name of the location of the event."
1367
- msgstr "Affiche le nom du lieu de l'évènement. "
1368
-
1369
- #: my-calendar-help.php:172
1370
- msgid "Displays the first line of the site address."
1371
- msgstr "Affiche la première ligne de l'adresse du lieu"
1372
-
1373
- #: my-calendar-help.php:175
1374
- msgid "Displays the second line of the site address."
1375
- msgstr "Affiche la seconde ligne de l'adresse du lieu"
1376
-
1377
- #: my-calendar-help.php:178
1378
- msgid "Displays the city for the location."
1379
- msgstr "Affiche la commune de l'évènement"
1380
-
1381
- #: my-calendar-help.php:181
1382
- msgid "Displays the state for the location."
1383
- msgstr "Affiche le département de l'évènement"
1384
-
1385
- #: my-calendar-help.php:184
1386
- msgid "Displays the postcode for the location."
1387
- msgstr "Affiche le code postal du lieu"
1388
-
1389
- #: my-calendar-help.php:187
1390
- msgid "Shows the custom region entered for the location."
1391
- msgstr "Afficher la région personnalisée renseignée pour le lieu."
1392
-
1393
- #: my-calendar-help.php:190
1394
- msgid "Displays the country for the event location."
1395
- msgstr "Affiche le pays de l'évènement"
1396
-
1397
- #: my-calendar-help.php:193
1398
- msgid "Output the URL for the location link."
1399
- msgstr "Affiche l'URL vers le lien du lieu."
1400
-
1401
- #: my-calendar-help.php:196
1402
- msgid "Output a hyperlink to the location's listed link with default link text."
1403
- msgstr "Affiche un hyperlien vers le lien de la liste des lieux avec le texte par défaut."
1404
-
1405
- #: my-calendar-help.php:199
1406
- msgid "Displays the event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
1407
- msgstr "Affiche l'adresse du lieu au format <a href=\"http://microformats.org/wiki/hcard\">hcard</a>. "
1408
-
1409
- #: my-calendar-help.php:202
1410
- msgid "Displays a link to a Google Map of the event, if sufficient address information is available. If not, will be empty."
1411
- msgstr "Affiche le lien vers la carte Google Map, si les renseignements sur l'adresse sont disponibles, sinon il sera vide. "
1412
-
1413
- #: my-calendar-help.php:204
1414
- #: my-calendar-templating.php:159
1415
- msgid "Category Template Tags"
1416
- msgstr "Balise de catégorie"
1417
-
1418
- #: my-calendar-help.php:208
1419
- msgid "Displays the name of the category the event is in."
1420
- msgstr "Affiche le nom de la catégorie de l'évènement"
1421
-
1422
- #: my-calendar-help.php:211
1423
- msgid "Produces the address of the current event's category icon."
1424
- msgstr "Affiche l'adresse de l'icône de la catégorie de l'évènement."
1425
-
1426
- #: my-calendar-help.php:214
1427
- msgid "Produces the HTML for the current event's category icon."
1428
- msgstr "Génère le code HTML pour l’icône de la catégorie de l'évènement courant."
1429
-
1430
- #: my-calendar-help.php:217
1431
- msgid "Produces the hex code for the current event's category color."
1432
- msgstr "Génère le code hexadecimal pour la couleur de la catégorie de l'évènement courant. "
1433
-
1434
- #: my-calendar-help.php:220
1435
- msgid ""
1436
- "Displays the ID for\r\n"
1437
- " the category the event is in."
1438
- msgstr ""
1439
- "Affiche l'ID pour \r\n"
1440
- "la catégorie dans laquelle figure l'évènement."
1441
-
1442
- #: my-calendar-help.php:224
1443
- msgid "Special use Template Tags"
1444
- msgstr "Balises spéciales"
1445
-
1446
- #: my-calendar-help.php:228
1447
- msgid "A unique ID for the current instance of an event."
1448
- msgstr "Un ID unique pour l'instance de l'évènement."
1449
-
1450
- #: my-calendar-help.php:231
1451
- msgid "The ID for the event record associated with the current instance of an event."
1452
- msgstr "L'ID de l'évènement enregistré associé avec l'instance courante de l'évènement."
1453
-
1454
- #: my-calendar-help.php:240
1455
- #, fuzzy
1456
- msgid "Get Plug-in Support"
1457
- msgstr "Obtenir de l'aide"
1458
-
1459
- #: my-calendar-help.php:248
1460
- msgid "Helpful Information"
1461
- msgstr "Informations complémentaires"
1462
-
1463
- #: my-calendar-help.php:251
1464
- msgid "<strong>Uninstalling the plugin</strong>: Although the WordPress standard and expectation is for plug-ins to delete any custom database tables when they're uninstalled, My Calendar <em>does not do this</em>. This was a conscious decision on my part -- the data stored in your My Calendar tables is yours; with the sole exception of the \"General\" category, you added every piece of it yourself. As such, I feel it would be a major disservice to you to delete this information if you uninstall the plug-in. As a result, if you wish to get rid of the plug-in completely, you'll need to remove those tables yourself. All your My Calendar settings will be deleted, however."
1465
- msgstr "<strong>Désinstaller l'extension</strong> : Contrairement à la procédure classique relative à la désinstallation des extensions dans wordpress, la désinstallation de My Calendar <em>ne supprimera pas</em> la base de données associée. C'est une décision réfléchie de ma part, les données stockées contiennent sûrement des choses importantes pour vous et jje pense que ce ne serait pas vous rendre service que de supprimer ces données. Aussi, je préfère vous laisser choisir. Si vous souhaitez une désinstallation vraiment complète de l’extension, il vous faudra supprimer la base de données vous-même. "
1466
-
1467
- #: my-calendar-help.php:254
1468
- msgid "<strong>Donations</strong>: I appreciate anything you can give. $2 may not seem like much, but it can really add up when thousands of people are using the software. Please note that I am not a non-profit organization, and your gifts are not tax deductible. Thank you!"
1469
- msgstr "<strong>Donations</strong> : J'apprécie n'importe quel don, quelque soit son montant. 2 $ vous semblera peu, mais multiplié par cent personnes cela prend une autre dimension. Merci de noter que je ne suis pas une associaltion à but non lucratif, aussi vos dons ne sont pas déductibles des impôts. Merci beaucoup !"
1470
-
1471
- #: my-calendar-core.php:56
1472
- #: my-calendar.php:164
1473
- msgid "Settings"
1474
- msgstr "Configuration"
1475
-
1476
- #: my-calendar-core.php:57
1477
- #: my-calendar.php:168
1478
- msgid "Help"
1479
- msgstr "Aide"
1480
-
1481
- #: my-calendar-core.php:182
1482
- msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
1483
- msgstr "<br /><strong>Note:</strong> Merci de consulter le <a class=\"thickbox\" href=\"%1$s\">changelog</a> avant de mettre à jour"
1484
-
1485
- #: my-calendar-core.php:809
1486
- #: my-calendar-event-manager.php:293
1487
- msgid "Add Event"
1488
- msgstr "Ajouter un évènement"
1489
-
1490
- #: my-calendar-core.php:904
1491
- msgid "You're currently allowing to subscribers to post events, but aren't using Akismet. My Calendar can use Akismet to check for spam in event submissions. <a href='https://akismet.com/signup/'>Get an Akismet API Key now.</a>"
1492
- msgstr "Vous autorisez vos abonnés à publier des évènements, mais vous n'utilisez pas Akismet. My Calendar peut l'utiliser pour traquer d'éventuels spams dans les soumissions d'évènements. <a href='https://akismet.com/signup/'>Obtenez une clé API Akismet maintenant.</a>"
1493
-
1494
- #: my-calendar-core.php:1029
1495
- msgid "Is this your calendar page?"
1496
- msgstr "Est ce votre page de calendrier ?"
1497
-
1498
- #: my-calendar-core.php:1032
1499
- msgid "I tried to guess, but don't have a suggestion for you."
1500
- msgstr "J'essaie de deviner, mais je n'ai rien à suggérer."
1501
-
1502
- #: my-calendar-core.php:1115
1503
- msgid "Please read the FAQ and other Help documents before making a support request."
1504
- msgstr "Merci de lire la FAQ et les documents d'aide disponibles avant de solliciter le support."
1505
-
1506
- #: my-calendar-core.php:1117
1507
- #, fuzzy
1508
- msgid "Please describe your problem in detail. I'm not psychic."
1509
- msgstr "Merci de décrie votre problème. Je ne suis pas devin."
1510
-
1511
- #: my-calendar-core.php:1122
1512
- msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can."
1513
- msgstr "Merci de soutenir le développement de cette extension ! Je réponds dès que possible."
1514
-
1515
- #: my-calendar-core.php:1124
1516
- msgid "I'll get back to you as soon as I can, after dealing with any support requests from plug-in supporters."
1517
- msgstr "Je réponds dès que possible après avoir donné suite aux sollicitations portées par des contributeurs du projet."
1518
-
1519
- #: my-calendar-core.php:1134
1520
- msgid "Please note: I do keep records of those who have donated, <strong>but if your donation came from somebody other than your account at this web site, please note this in your message.</strong>"
1521
- msgstr "NB : Je, Joe dolson, développeur de MyCalendar, tiens à jour la liste des donateurs, <strong>si vous êtes donateur et que votre soutient a été fait à partir d'une autre personne ou d'un autre compte utilisateur que celui utilisé sur ce site, merci de le signaler dans votre message.</strong>"
1522
-
1523
- #: my-calendar-core.php:1136
1524
- msgid "From:"
1525
- msgstr "De la part de :"
1526
-
1527
- #: my-calendar-core.php:1139
1528
- msgid "I have read <a href=\"http://www.joedolson.com/articles/my-calendar/faq/\">the FAQ for this plug-in</a>."
1529
- msgstr "J'ai lu <a href=\"http://www.joedolson.com/articles/my-calendar/faq/\">la FAQ de l'extension</a>."
1530
-
1531
- #: my-calendar-core.php:1142
1532
- msgid "I have <a href=\"http://www.joedolson.com/donate.php\">made a donation to help support this plug-in</a>."
1533
- msgstr "J'ai <a href=\"http://www.joedolson.com/donate.php\">fait un don pour contribuer au développement de cette extention</a>."
1534
-
1535
- #: my-calendar-core.php:1145
1536
- msgid "I have <a href=\"http://www.joedolson.com/articles/my-calendar/users-guide/\">purchased the User's Guide</a>, but could not find an answer to this question."
1537
- msgstr "J'ai <a href=\"http://www.joedolson.com/articles/my-calendar/users-guide/\">acheté le manuel d’utilisation</a> , mais je n'y ai pas trouvé réponse à mon problème."
1538
-
1539
- #: my-calendar-core.php:1151
1540
- msgid "Send Support Request"
1541
- msgstr "Envoyer votre demande"
1542
-
1543
- #: my-calendar-core.php:1154
1544
- msgid "The following additional information will be sent with your support request:"
1545
- msgstr "Les informations suivantes seront envoyées au support avec votre requête :"
1546
-
1547
- #: my-calendar-group-manager.php:56
1548
- #: my-calendar-group-manager.php:82
1549
- #: my-calendar-group-manager.php:149
1550
- #: my-calendar-group-manager.php:561
1551
- #: my-calendar-event-manager.php:161
1552
- #: my-calendar-event-manager.php:321
1553
- #: my-calendar-event-manager.php:351
1554
- #: my-calendar-event-manager.php:366
1555
- #: my-calendar-event-manager.php:380
1556
- #: my-calendar-event-manager.php:1165
1557
- #: my-calendar-event-manager.php:1168
1558
- #: my-calendar-event-manager.php:1171
1559
- #: my-calendar-event-manager.php:1180
1560
- #: my-calendar-event-manager.php:1187
1561
- #: my-calendar-event-manager.php:1203
1562
- #: my-calendar-event-manager.php:1209
1563
- msgid "Error"
1564
- msgstr "Erreur"
1565
-
1566
- #: my-calendar-group-manager.php:56
1567
- msgid "Event not updated."
1568
- msgstr "Évènement non mis à jour."
1569
-
1570
- #: my-calendar-group-manager.php:58
1571
- #: my-calendar-group-manager.php:84
1572
- #: my-calendar-group-manager.php:151
1573
- #: my-calendar-event-manager.php:353
1574
- msgid "Nothing was changed in that update."
1575
- msgstr "Rien n'a été modifié par cette mise à jour. "
1576
-
1577
- #: my-calendar-group-manager.php:60
1578
- #: my-calendar-group-manager.php:153
1579
- #: my-calendar-event-manager.php:355
1580
- msgid "Event updated successfully"
1581
- msgstr "L'évènement a été mis à jour avec succès"
1582
-
1583
- #: my-calendar-group-manager.php:82
1584
- msgid "Event not grouped."
1585
- msgstr "Évènement non groupé."
1586
-
1587
- #: my-calendar-group-manager.php:86
1588
- msgid "Event grouped successfully"
1589
- msgstr "L'évènement a été regroupé avec succès"
1590
-
1591
- #: my-calendar-group-manager.php:104
1592
- #: my-calendar-group-manager.php:260
1593
- msgid "Edit Event Group"
1594
- msgstr "Éditer le groupe d'évènements"
1595
-
1596
- #: my-calendar-group-manager.php:108
1597
- msgid "You must provide an event group id in order to edit it"
1598
- msgstr "Vous devez fournir l'ID du groupe d'évènement pour l'éditer"
1599
-
1600
- #: my-calendar-group-manager.php:116
1601
- #: my-calendar.php:162
1602
- msgid "Manage Event Groups"
1603
- msgstr "Gérer les groupes d'évènements"
1604
-
1605
- #: my-calendar-group-manager.php:118
1606
- msgid "Grouped events can be edited simultaneously. When you choose a group of events to edit, the form will be pre-filled with the content applicable to the member of the event group you started from. (e.g., if you click on the \"Edit Group\" link for the 3rd of a set of events, the boxes will use the content applicable to that event.). You will also receive a set of checkboxes which will indicate which events in the group should have these changes applied. (All grouped events can also be edited individually.)"
1607
- msgstr "Les évènements groupés peuvent être éditer simultanément. Quant un groupe d'évènements est choisi pour édition, le formulaire sera renseigné avec le contenu relatif au premier évènement sélectionné. (par exemple, si vous cliquez sur le lien \"Éditer le groupe\" à partir du troisième élément de la liste sélectionnée, le formulaire sera renseigné avec les données de cet évènement). Un ensemble de cases à cocher sera proposé pour indiquer quels évènements de la sélection devra êtee concerné par les modifications. (Tous les évènements groupés peuvent ainsi être édités simultanément)"
1608
-
1609
- #: my-calendar-group-manager.php:119
1610
- msgid "The following fields will never be changed when editing groups: registration availability, event publication status, spam flagging, event recurrence, event repetitions, and the start and end dates and times for that event."
1611
- msgstr "Les champs suivant ne seront jamais modifiés lors d'éditions groupées : possibilité d’inscription, statut de publication, caractère pourriel, récurrence, répétition ainsi que le début et la fin de chaque événement."
1612
-
1613
- #: my-calendar-group-manager.php:149
1614
- #: my-calendar-event-manager.php:351
1615
- msgid "Your event was not updated."
1616
- msgstr "Votre évènement n'a pas été mis à jour. "
1617
-
1618
- #: my-calendar-group-manager.php:157
1619
- #: my-calendar-event-manager.php:359
1620
- msgid "You do not have sufficient permissions to edit that event."
1621
- msgstr "Vous n'avez pas les droits nécessaires pour pour éditer cet évènement. "
1622
-
1623
- #: my-calendar-group-manager.php:168
1624
- #: my-calendar-event-manager.php:392
1625
- msgid "Sorry! That's an invalid event key."
1626
- msgstr "Désolé, cet index d'évènement est invalide. "
1627
-
1628
- #: my-calendar-group-manager.php:172
1629
- #: my-calendar-event-manager.php:396
1630
- msgid "Sorry! We couldn't find an event with that ID."
1631
- msgstr "Désolé, aucun évènement ne correspond à cet ID. "
1632
-
1633
- #: my-calendar-group-manager.php:213
1634
- msgid "<strong>NOTE:</strong> The group editable fields for the events in this group do not match"
1635
- msgstr "<strong>NOTE:</strong> Les valeurs des champs modifiables dans ce groupe ne sont pas identique pour tous les évènements"
1636
-
1637
- #: my-calendar-group-manager.php:213
1638
- msgid "The group editable fields in for the events in this group match."
1639
- msgstr "Les valeurs des champs modifiables dans ce groupe ont un contenu identique pour tous les évènements."
1640
-
1641
- #: my-calendar-group-manager.php:220
1642
- msgid "Apply these changes to:"
1643
- msgstr "Appliquer les changements à:"
1644
-
1645
- #: my-calendar-group-manager.php:231
1646
- msgid "Check/Uncheck all"
1647
- msgstr "Sélectionner/Déselectionner tout"
1648
-
1649
- #: my-calendar-group-manager.php:233
1650
- msgid "Remove checked events from this group"
1651
- msgstr "Retirer les évènements sélectionnés de ce groupe"
1652
-
1653
- #: my-calendar-group-manager.php:250
1654
- msgid "You must provide a group ID to edit groups"
1655
- msgstr "Vous devez fournir l'ID du groupe pour éditer les groupes"
1656
-
1657
- #: my-calendar-group-manager.php:286
1658
- #: my-calendar-event-manager.php:478
1659
- msgid "Enter your Event Information"
1660
- msgstr "Entrez les détails de l'évènement"
1661
-
1662
- #: my-calendar-group-manager.php:292
1663
- #: my-calendar-event-manager.php:480
1664
- msgid "Event Title"
1665
- msgstr "Titre de l'évènement "
1666
-
1667
- #: my-calendar-group-manager.php:292
1668
- #: my-calendar-event-manager.php:480
1669
- #: my-calendar-event-manager.php:610
1670
- msgid "(required)"
1671
- msgstr "(requis)"
1672
-
1673
- #: my-calendar-group-manager.php:297
1674
- #: my-calendar-event-manager.php:506
1675
- msgid "Event Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1676
- msgstr "Description de l'évènement (<abbr title=\"hypertext markup language\">HTML</abbr> autorisé)"
1677
-
1678
- #: my-calendar-group-manager.php:308
1679
- #: my-calendar-group-manager.php:316
1680
- #: my-calendar-event-manager.php:517
1681
- #: my-calendar-event-manager.php:530
1682
- msgid "This event's image:"
1683
- msgstr "L'image de cet évènement:"
1684
-
1685
- #: my-calendar-group-manager.php:310
1686
- #: my-calendar-event-manager.php:519
1687
- msgid "Add an image:"
1688
- msgstr "Ajouter une image"
1689
-
1690
- #: my-calendar-group-manager.php:310
1691
- #: my-calendar-event-manager.php:523
1692
- msgid "Upload Image"
1693
- msgstr "Charger l'image"
1694
-
1695
- #: my-calendar-group-manager.php:310
1696
- #: my-calendar-event-manager.php:523
1697
- msgid "Include your image URL or upload an image."
1698
- msgstr "Préciser l'URL d'une image ou chargez la."
1699
-
1700
- #: my-calendar-group-manager.php:322
1701
- #: my-calendar-event-manager.php:536
1702
- msgid "Event Short Description (<abbr title=\"hypertext markup language\">HTML</abbr> allowed)"
1703
- msgstr "Description sommaire de l'évènement (<abbr title=\"hypertext markup language\">HTML</abbr> autorisé)"
1704
-
1705
- #: my-calendar-group-manager.php:326
1706
- #: my-calendar-event-manager.php:540
1707
- msgid "Event Host"
1708
- msgstr "Créateur de l'évènement"
1709
-
1710
- #: my-calendar-group-manager.php:345
1711
- #: my-calendar-event-manager.php:559
1712
- msgid "Event Category"
1713
- msgstr "Catégorie de l'évènement"
1714
-
1715
- #: my-calendar-group-manager.php:370
1716
- #: my-calendar-event-manager.php:584
1717
- msgid "Event Link (Optional)"
1718
- msgstr "Lien de l'évènement (facultatif)"
1719
-
1720
- #: my-calendar-group-manager.php:370
1721
- #: my-calendar-event-manager.php:584
1722
- msgid "This link will expire when the event passes."
1723
- msgstr "Ce lien sera invalide une fois l'évènement passé. "
1724
-
1725
- #: my-calendar-group-manager.php:381
1726
- #: my-calendar-event-manager.php:674
1727
- msgid "Event Registration Status"
1728
- msgstr "Configuration de l'inscription aux évènements"
1729
-
1730
- #: my-calendar-group-manager.php:382
1731
- #: my-calendar-event-manager.php:675
1732
- msgid "My Calendar does not manage event registrations. Use this for information only."
1733
- msgstr "My Calendar ne gère pas l'inscription aux évènements. "
1734
-
1735
- #: my-calendar-group-manager.php:384
1736
- #: my-calendar-event-manager.php:677
1737
- msgid "Open"
1738
- msgstr "Inscriptions ouvertes"
1739
-
1740
- #: my-calendar-group-manager.php:385
1741
- #: my-calendar-event-manager.php:678
1742
- msgid "Closed"
1743
- msgstr "Inscriptions fermées"
1744
-
1745
- #: my-calendar-group-manager.php:386
1746
- #: my-calendar-event-manager.php:679
1747
- msgid "Does not apply"
1748
- msgstr "Pas d'inscription"
1749
-
1750
- #: my-calendar-group-manager.php:389
1751
- #: my-calendar-event-manager.php:682
1752
- msgid "If this event recurs, it can only be registered for as a complete series."
1753
- msgstr "Si cet évènement est récurent, il peut-être enregistré comme une série complète. "
1754
-
1755
- #: my-calendar-group-manager.php:406
1756
- #: my-calendar-event-manager.php:699
1757
- #: my-calendar-locations.php:125
1758
- msgid "Event Location"
1759
- msgstr "Lieu de l'évènement"
1760
-
1761
- #: my-calendar-group-manager.php:413
1762
- #: my-calendar-event-manager.php:706
1763
- msgid "Choose a preset location:"
1764
- msgstr "Choisir un lieu déjà enregistré : "
1765
-
1766
- #: my-calendar-group-manager.php:427
1767
- #: my-calendar-event-manager.php:720
1768
- msgid "Add recurring locations for later use."
1769
- msgstr "Ajouter les lieux récurrents pour une utilisation future. "
1770
-
1771
- #: my-calendar-group-manager.php:436
1772
- #: my-calendar-event-manager.php:729
1773
- #: my-calendar-locations.php:127
1774
- msgid "All location fields are optional: <em>insufficient information may result in an inaccurate map</em>."
1775
- msgstr "Tout les champs sont facultatifs. <em>Attention, des informations incomplètes peuvent générer une carte érronée ou imprécise. </em>"
1776
-
1777
- #: my-calendar-group-manager.php:439
1778
- #: my-calendar-event-manager.php:732
1779
- #: my-calendar-locations.php:130
1780
- msgid "Name of Location (e.g. <em>Joe's Bar and Grill</em>)"
1781
- msgstr "Nom du lieu (ex : <em>le bistrot de Dédé</em>)"
1782
-
1783
- #: my-calendar-group-manager.php:442
1784
- #: my-calendar-event-manager.php:741
1785
- #: my-calendar-locations.php:139
1786
- msgid "Street Address"
1787
- msgstr "Adresse"
1788
-
1789
- #: my-calendar-group-manager.php:445
1790
- #: my-calendar-event-manager.php:744
1791
- #: my-calendar-locations.php:142
1792
- msgid "Street Address (2)"
1793
- msgstr "Adresse (2)"
1794
-
1795
- #: my-calendar-group-manager.php:457
1796
- #: my-calendar-event-manager.php:788
1797
- #: my-calendar-locations.php:186
1798
- msgid "Initial Zoom"
1799
- msgstr "Vue initiale"
1800
-
1801
- #: my-calendar-group-manager.php:459
1802
- #: my-calendar-event-manager.php:790
1803
- #: my-calendar-locations.php:188
1804
- msgid "Neighborhood"
1805
- msgstr "Quartier"
1806
-
1807
- #: my-calendar-group-manager.php:460
1808
- #: my-calendar-event-manager.php:791
1809
- #: my-calendar-locations.php:189
1810
- msgid "Small City"
1811
- msgstr "Ville"
1812
-
1813
- #: my-calendar-group-manager.php:461
1814
- #: my-calendar-event-manager.php:792
1815
- #: my-calendar-locations.php:190
1816
- msgid "Large City"
1817
- msgstr "Agglomération"
1818
-
1819
- #: my-calendar-group-manager.php:462
1820
- #: my-calendar-event-manager.php:793
1821
- #: my-calendar-locations.php:191
1822
- msgid "Greater Metro Area"
1823
- msgstr "Agglomération et environs"
1824
-
1825
- #: my-calendar-group-manager.php:468
1826
- #: my-calendar-event-manager.php:799
1827
- msgid "Location URL"
1828
- msgstr "URL du Lieu"
1829
-
1830
- #: my-calendar-group-manager.php:471
1831
- #: my-calendar-event-manager.php:802
1832
- #: my-calendar-locations.php:200
1833
- msgid "GPS Coordinates (optional)"
1834
- msgstr "Coordonnées GPS (facultatif)"
1835
-
1836
- #: my-calendar-group-manager.php:473
1837
- #: my-calendar-event-manager.php:804
1838
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to provide your map link."
1839
- msgstr "Les coordonnées GPS seront employées à la place des autres champs pour générer le lien vers votre carte. "
1840
-
1841
- #: my-calendar-group-manager.php:476
1842
- #: my-calendar-event-manager.php:807
1843
- #: my-calendar-locations.php:205
1844
- msgid "Latitude"
1845
- msgstr "Latitude"
1846
-
1847
- #: my-calendar-group-manager.php:476
1848
- #: my-calendar-event-manager.php:807
1849
- #: my-calendar-locations.php:206
1850
- msgid "Longitude"
1851
- msgstr "Longitude"
1852
-
1853
- #: my-calendar-group-manager.php:561
1854
- #: my-calendar-event-manager.php:1203
1855
- msgid "The event title must be between 1 and 255 characters in length."
1856
- msgstr "Le titre de l'évènement ne doit pas dépasser 255 caractères. "
1857
-
1858
- #: my-calendar-group-manager.php:671
1859
- msgid "Create/Modify Groups"
1860
- msgstr "Créer / Modifier les groupes"
1861
-
1862
- #: my-calendar-group-manager.php:672
1863
- msgid "Check a set of events to group them for mass editing."
1864
- msgstr "Vérifier un lot d'évènements pour les regrouper en vue de les modifer."
1865
-
1866
- #: my-calendar-group-manager.php:682
1867
- #: my-calendar-group-manager.php:768
1868
- msgid "Group checked events for mass editing"
1869
- msgstr "Regrouper les évènements sélectionnés pour édition"
1870
-
1871
- #: my-calendar-group-manager.php:684
1872
- #: my-calendar-event-manager.php:916
1873
- msgid "Table of Calendar Events"
1874
- msgstr "Calendrier des évènements"
1875
-
1876
- #: my-calendar-group-manager.php:688
1877
- msgid "Group"
1878
- msgstr "Grouper"
1879
-
1880
- #: my-calendar-group-manager.php:690
1881
- #: my-calendar-event-manager.php:921
1882
- #: my-calendar-locations.php:271
1883
- msgid "Location"
1884
- msgstr "Lieu"
1885
-
1886
- #: my-calendar-group-manager.php:693
1887
- #: my-calendar-event-manager.php:924
1888
- msgid "Recurs"
1889
- msgstr "Occurrences"
1890
-
1891
- #: my-calendar-group-manager.php:727
1892
- #: my-calendar-event-manager.php:958
1893
- msgid "Never"
1894
- msgstr "Aucune"
1895
-
1896
- #: my-calendar-group-manager.php:728
1897
- #: my-calendar-templates.php:113
1898
- #: my-calendar-event-manager.php:649
1899
- #: my-calendar-event-manager.php:959
1900
- msgid "Daily"
1901
- msgstr "quotidienne"
1902
-
1903
- #: my-calendar-group-manager.php:729
1904
- #: my-calendar-event-manager.php:960
1905
- msgid "Weekdays"
1906
- msgstr "Jours ouvrés"
1907
-
1908
- #: my-calendar-group-manager.php:730
1909
- #: my-calendar-templates.php:115
1910
- #: my-calendar-event-manager.php:651
1911
- #: my-calendar-event-manager.php:961
1912
- msgid "Weekly"
1913
- msgstr "Hebdomadaire"
1914
-
1915
- #: my-calendar-group-manager.php:731
1916
- #: my-calendar-event-manager.php:962
1917
- msgid "Bi-Weekly"
1918
- msgstr "Deux fois par semaine"
1919
-
1920
- #: my-calendar-group-manager.php:732
1921
- #: my-calendar-event-manager.php:963
1922
- msgid "Monthly (by date)"
1923
- msgstr "Mensuel (par date)"
1924
-
1925
- #: my-calendar-group-manager.php:733
1926
- #: my-calendar-event-manager.php:964
1927
- msgid "Monthly (by day)"
1928
- msgstr "Mensuel (par jour)"
1929
-
1930
- #: my-calendar-group-manager.php:734
1931
- #: my-calendar-event-manager.php:965
1932
- msgid "Yearly"
1933
- msgstr "Annuel"
1934
-
1935
- #: my-calendar-group-manager.php:737
1936
- #: my-calendar-event-manager.php:968
1937
- msgid "Forever"
1938
- msgstr "Toujours"
1939
-
1940
- #: my-calendar-group-manager.php:738
1941
- #: my-calendar-event-manager.php:969
1942
- msgid "%d Times"
1943
- msgstr "%d Temps"
1944
-
1945
- #: my-calendar-group-manager.php:754
1946
- #: my-calendar-event-manager.php:270
1947
- msgid "Edit Event"
1948
- msgstr "Editer des évènements"
1949
-
1950
- #: my-calendar-group-manager.php:756
1951
- #: my-calendar-event-manager.php:987
1952
- #: my-calendar-output.php:281
1953
- msgid "Edit Group"
1954
- msgstr "Éditer le groupe"
1955
-
1956
- #: my-calendar-group-manager.php:758
1957
- msgid "Ungrouped"
1958
- msgstr "Dégrouper"
1959
-
1960
- #: my-calendar-group-manager.php:760
1961
- #: my-calendar-event-manager.php:990
1962
- msgid "Not editable."
1963
- msgstr "Non modifiable"
1964
-
1965
- #: my-calendar-group-manager.php:774
1966
- #: my-calendar-event-manager.php:1029
1967
- msgid "There are no events in the database!"
1968
- msgstr "Il n'y a aucun évènement dans la base de données !"
1969
-
1970
- #: my-calendar-behaviors.php:43
1971
- msgid "Behavior Settings saved"
1972
- msgstr "Options enregistrées"
1973
-
1974
- #: my-calendar-behaviors.php:67
1975
- msgid "My Calendar Behaviors"
1976
- msgstr "Effets visuels"
1977
-
1978
- #: my-calendar-behaviors.php:72
1979
- msgid "Calendar Behavior Settings"
1980
- msgstr "Configuration des effets visuels du calendrier"
1981
-
1982
- #: my-calendar-behaviors.php:77
1983
- msgid "Apply JavaScript only on these pages (comma separated page IDs)"
1984
- msgstr "Appliquer le Javascript seulement sur ces pages (ID séparés par des virgules)"
1985
-
1986
- #: my-calendar-behaviors.php:80
1987
- msgid "Details boxes are draggable"
1988
- msgstr "Rendre les cadres affichant les détails déplaçables "
1989
-
1990
- #: my-calendar-behaviors.php:83
1991
- msgid "Calendar Behaviors: Calendar View"
1992
- msgstr "Vue classique (calendrier)"
1993
-
1994
- #: my-calendar-behaviors.php:85
1995
- msgid "Update/Reset the My Calendar Calendar Javascript"
1996
- msgstr "Mettre à jour / Réinitialiser le Javascript du mode calendrier"
1997
-
1998
- #: my-calendar-behaviors.php:85
1999
- msgid "Disable Calendar Javascript Effects"
2000
- msgstr "Désactiver le Javascript"
2001
-
2002
- #: my-calendar-behaviors.php:88
2003
- msgid "Edit the jQuery scripts for My Calendar in Calendar format"
2004
- msgstr "Modifier les scripts JQuery"
2005
-
2006
- #: my-calendar-behaviors.php:100
2007
- #: my-calendar-behaviors.php:131
2008
- #: my-calendar-behaviors.php:162
2009
- #: my-calendar-behaviors.php:192
2010
- msgid "Comparing scripts with latest installed version of My Calendar"
2011
- msgstr "Comparaison des scripts avec la dernière version installée de My Calendar"
2012
-
2013
- #: my-calendar-behaviors.php:104
2014
- msgid "There have been updates to the calendar view scripts."
2015
- msgstr "Il y a eu mise à jour des scripts du mode calendrier"
2016
-
2017
- #: my-calendar-behaviors.php:104
2018
- #: my-calendar-behaviors.php:135
2019
- #: my-calendar-behaviors.php:166
2020
- #: my-calendar-behaviors.php:196
2021
- msgid "Compare your scripts with latest installed version of My Calendar."
2022
- msgstr "Comparez vos scripts avec la dernière version de My Calendar"
2023
-
2024
- #: my-calendar-behaviors.php:108
2025
- #: my-calendar-behaviors.php:139
2026
- #: my-calendar-behaviors.php:170
2027
- #: my-calendar-behaviors.php:200
2028
- msgid "Your script matches that included with My Calendar."
2029
- msgstr "Votre script correspond à ceux inclus avec My Calendar"
2030
-
2031
- #: my-calendar-behaviors.php:114
2032
- msgid "Calendar Behaviors: List View"
2033
- msgstr "Vue en liste"
2034
-
2035
- #: my-calendar-behaviors.php:116
2036
- msgid "Update/Reset the My Calendar List Javascript"
2037
- msgstr "Mettre à jour / Réinitialiser le Javascript du mode liste"
2038
-
2039
- #: my-calendar-behaviors.php:116
2040
- msgid "Disable List Javascript Effects"
2041
- msgstr "Désactiver le Javascript"
2042
-
2043
- #: my-calendar-behaviors.php:119
2044
- msgid "Edit the jQuery scripts for My Calendar in List format"
2045
- msgstr "Modifier les scripts JQuery du mode liste"
2046
-
2047
- #: my-calendar-behaviors.php:135
2048
- msgid "There have been updates to the list view scripts."
2049
- msgstr "Il y a eu des mises à jour dans le script du mode liste"
2050
-
2051
- #: my-calendar-behaviors.php:145
2052
- msgid "Calendar Behaviors: Mini Calendar View"
2053
- msgstr "Vue en mini-calendrier"
2054
-
2055
- #: my-calendar-behaviors.php:147
2056
- msgid "Update/Reset the My Calendar Mini Format Javascript"
2057
- msgstr "Mettre à jour / Réinitialiser le Javascript du mode miniature"
2058
-
2059
- #: my-calendar-behaviors.php:147
2060
- msgid "Disable Mini Javascript Effects"
2061
- msgstr "Désactiver le Javascript"
2062
-
2063
- #: my-calendar-behaviors.php:150
2064
- msgid "Edit the jQuery scripts for My Calendar in Mini Calendar format"
2065
- msgstr "Modifier les scripts JQuery"
2066
-
2067
- #: my-calendar-behaviors.php:166
2068
- msgid "There have been updates to the mini view scripts."
2069
- msgstr "Il y a eu mise à jour des scripts du mode mini"
2070
-
2071
- #: my-calendar-behaviors.php:176
2072
- msgid "Calendar Behaviors: AJAX Navigation"
2073
- msgstr "Navigation AJAX"
2074
-
2075
- #: my-calendar-behaviors.php:178
2076
- msgid "Update/Reset the My Calendar AJAX Javascript"
2077
- msgstr "Mettre à jour/ Réinitialiser le Javascript AJAX"
2078
-
2079
- #: my-calendar-behaviors.php:178
2080
- msgid "Disable AJAX Effects"
2081
- msgstr "Désactiver les effets AJAX"
2082
-
2083
- #: my-calendar-behaviors.php:181
2084
- msgid "Edit the jQuery scripts for My Calendar AJAX navigation"
2085
- msgstr "Modifier les scripts JQuery"
2086
-
2087
- #: my-calendar-behaviors.php:196
2088
- msgid "There have been updates to the AJAX scripts."
2089
- msgstr "Il y a eu mise à jour des scripts AJAX."
2090
-
2091
- #: my-calendar-behaviors.php:208
2092
- msgid "Resetting JavaScript will set that script to the version currently distributed with the plug-in."
2093
- msgstr "La réinitialisation JavaScript activera la versio du script distribuée avec la version courante de l'extension."
2094
-
2095
- #: my-calendar-upgrade-db.php:17
2096
- #: my-calendar-upgrade-db.php:25
2097
- msgid "The My Calendar database needs to be updated."
2098
- msgstr "Il est nécessaire de mettre à jour la base de données de My Calendar. "
2099
-
2100
- #: my-calendar-upgrade-db.php:18
2101
- #: my-calendar-upgrade-db.php:38
2102
- msgid "Update now"
2103
- msgstr "Faire la mise à jour maintenant"
2104
-
2105
- #: my-calendar-upgrade-db.php:25
2106
- msgid "Update now."
2107
- msgstr "Faire la mise à jour maintenant."
2108
-
2109
- #: my-calendar-upgrade-db.php:37
2110
- msgid "You haven't entered any events, so My Calendar can't tell whether your database is up to date. If you can't add events, upgrade your database!"
2111
- msgstr "Vous n'avez ajouté aucun autre évènement, aussi My Calendar ne peut savoir si votre base de données est à jour. Si vous ne pouvez pas ajouter de nouveaux évènements, faites une mise à niveau de la base de données !"
2112
-
2113
- #: my-calendar-upgrade-db.php:47
2114
- msgid "My Calendar Database is updated."
2115
- msgstr "La base de données a été mise à jour. "
2116
-
2117
- #: my-calendar.php:120
2118
- msgid "Buy the <strong>NEW</strong><br /> My Calendar User's Guide"
2119
- msgstr "Acheter le<strong> nouveau </strong>guide"
2120
-
2121
- #: my-calendar.php:124
2122
- msgid "Get Support"
2123
- msgstr "Obtenir de l'aide"
2124
-
2125
- #: my-calendar.php:125
2126
- #: my-calendar.php:168
2127
- msgid "My Calendar Help"
2128
- msgstr "Aide de My Calendar"
2129
-
2130
- #: my-calendar.php:126
2131
- msgid "Make a Donation"
2132
- msgstr "Faire un don"
2133
-
2134
- #: my-calendar.php:136
2135
- msgid "Check out my other plug-ins"
2136
- msgstr "Mes autres extensions"
2137
-
2138
- #: my-calendar.php:137
2139
- msgid "Rate this plug-in"
2140
- msgstr "Évaluez cette extension"
2141
-
2142
- #. #-#-#-#-# plugin.pot (My Calendar 1.9.6) #-#-#-#-#
2143
- #. Plugin Name of the plugin/theme
2144
- #: my-calendar.php:151
2145
- #: my-calendar.php:154
2146
- msgid "My Calendar"
2147
- msgstr "My Calendar"
2148
-
2149
- #: my-calendar.php:160
2150
- msgid "Add/Edit Events"
2151
- msgstr "Ajouter/Éditer évènements"
2152
-
2153
- #: my-calendar.php:163
2154
- #: my-calendar-locations.php:258
2155
- msgid "Manage Locations"
2156
- msgstr "Lieux"
2157
-
2158
- #: my-calendar.php:165
2159
- msgid "Style Editor"
2160
- msgstr "Apparence"
2161
-
2162
- #: my-calendar.php:166
2163
- msgid "Behavior Editor"
2164
- msgstr "Effets visuels"
2165
-
2166
- #: my-calendar.php:167
2167
- msgid "Template Editor"
2168
- msgstr "Éditeur de modèle"
2169
-
2170
- #: my-calendar.php:171
2171
- msgid "My Calendar Pro Settings"
2172
- msgstr "Préférences utilisateur"
2173
-
2174
- #: my-calendar-templating.php:18
2175
- msgid "Grid Output Template saved"
2176
- msgstr "Modèle de vue calendrier enregistré"
2177
-
2178
- #: my-calendar-templating.php:30
2179
- msgid "List Output Template saved"
2180
- msgstr "Configuration du mode liste enregistrée"
2181
-
2182
- #: my-calendar-templating.php:41
2183
- msgid "Mini Output Template saved"
2184
- msgstr "Configuration mini calendrier enregistrée enregistrée"
2185
-
2186
- #: my-calendar-templating.php:52
2187
- msgid "Event Details Template saved"
2188
- msgstr "Modèle d'affichage de l'évènement enregistré"
2189
-
2190
- #: my-calendar-templating.php:67
2191
- msgid "My Calendar Information Templates"
2192
- msgstr "Information sur les modèles My Calendar"
2193
-
2194
- #: my-calendar-templating.php:73
2195
- msgid "Title of the event."
2196
- msgstr "Titre de l'évènement."
2197
-
2198
- #: my-calendar-templating.php:76
2199
- msgid "Title of the event as a link if a URL is present, or the title alone if not."
2200
- msgstr "Lien sur le titre de l'évènement si une URL est présente, sinon comme un texte normal. "
2201
-
2202
- #: my-calendar-templating.php:79
2203
- msgid "Start time for the event."
2204
- msgstr "Heure de début de l'évènement."
2205
-
2206
- #: my-calendar-templating.php:82
2207
- msgid "Event times adjusted to the current user's time zone if set."
2208
- msgstr "Heure de l'évènement ajustée au fuseau horaire courant de l'utilisateur, si il est précisé."
2209
-
2210
- #: my-calendar-templating.php:85
2211
- msgid "Date on which the event begins."
2212
- msgstr "Date de début de l'évènement"
2213
-
2214
- #: my-calendar-templating.php:88
2215
- msgid "Date on which the event ends."
2216
- msgstr "Date de fin de l'évènement."
2217
-
2218
- #: my-calendar-templating.php:91
2219
- msgid "Time at which the event ends."
2220
- msgstr "Heure de fin de l'évènement"
2221
-
2222
- #: my-calendar-templating.php:94
2223
- msgid "Author who posted the event."
2224
- msgstr "Auteur qui a publié cet évènement"
2225
-
2226
- #: my-calendar-templating.php:97
2227
- msgid "Name of the assigned host for the event."
2228
- msgstr "Nom de la personne hôte de l'évènement."
2229
-
2230
- #: my-calendar-templating.php:100
2231
- msgid "Email for the person assigned as host."
2232
- msgstr "Courriel de la personne hôte de l'évènement."
2233
-
2234
- #: my-calendar-templating.php:103
2235
- msgid "Short event description."
2236
- msgstr "Résumé de l'évènement"
2237
-
2238
- #: my-calendar-templating.php:106
2239
- msgid "Description of the event."
2240
- msgstr "Description de l'évènement."
2241
-
2242
- #: my-calendar-templating.php:112
2243
- msgid "URL provided for the event."
2244
- msgstr "URL de l'évènement."
2245
-
2246
- #: my-calendar-templating.php:115
2247
- msgid "Link to an auto-generated page containing information about the event."
2248
- msgstr "Lien vers la page générée contenant les informations sur l'évènement. "
2249
-
2250
- #: my-calendar-templating.php:118
2251
- msgid "Whether event is currently open for registration."
2252
- msgstr "Si les inscriptions sont autorisées pour l'évènement."
2253
-
2254
- #: my-calendar-templating.php:121
2255
- msgid "Current status of event: either \"Published\" or \"Reserved.\""
2256
- msgstr "Affiche le statut actuel de l'évènement : \"Publié\" ou \"Réservé\" - utilisé en premier dans le modèle d'email. "
2257
-
2258
- #: my-calendar-templating.php:127
2259
- msgid "Name of the location of the event."
2260
- msgstr "Nom du lieu de l'évènement. "
2261
-
2262
- #: my-calendar-templating.php:130
2263
- msgid "First line of the site address."
2264
- msgstr "Première ligne de l'adresse du lieu"
2265
-
2266
- #: my-calendar-templating.php:133
2267
- msgid "Second line of the site address."
2268
- msgstr "Affiche la seconde ligne de l'adresse du lieu."
2269
-
2270
- #: my-calendar-templating.php:136
2271
- msgid "City."
2272
- msgstr "Ville."
2273
-
2274
- #: my-calendar-templating.php:139
2275
- msgid "State."
2276
- msgstr "Département."
2277
-
2278
- #: my-calendar-templating.php:142
2279
- msgid "Postal code/zip code."
2280
- msgstr "Code postal."
2281
-
2282
- #: my-calendar-templating.php:145
2283
- msgid "Custom region."
2284
- msgstr "Région personnalisée."
2285
-
2286
- #: my-calendar-templating.php:148
2287
- msgid "Country for the event location."
2288
- msgstr "Pays du lieu de l'évènement"
2289
-
2290
- #: my-calendar-templating.php:151
2291
- msgid "Output the URL for the location."
2292
- msgstr "Affiche l'URL du lieu"
2293
-
2294
- #: my-calendar-templating.php:154
2295
- msgid "Event address in <a href=\"http://microformats.org/wiki/hcard\">hcard</a> format."
2296
- msgstr "Adresse du lieu au format <a href=\"http://microformats.org/wiki/hcard\">hcard</a>. "
2297
-
2298
- #: my-calendar-templating.php:157
2299
- msgid "Link to Google Map to the event, if address information is available."
2300
- msgstr "Lien vers Google Maps, si les informations sont spécifiées pour le lieu."
2301
-
2302
- #: my-calendar-templating.php:163
2303
- msgid "Name of the category of the event."
2304
- msgstr "Nom de la catégorie de l'évènement."
2305
-
2306
- #: my-calendar-templating.php:166
2307
- msgid "URL for the event's category icon."
2308
- msgstr "Adresse de l'icône de la catégorie."
2309
-
2310
- #: my-calendar-templating.php:169
2311
- msgid "Hex code for the event's category color."
2312
- msgstr "Code hexadécimal de la couleur de la catégorie."
2313
-
2314
- #: my-calendar-templating.php:172
2315
- msgid "ID of the category of the event."
2316
- msgstr "ID de la catégorie de l'évènement"
2317
-
2318
- #: my-calendar-templating.php:175
2319
- msgid "Advanced users may wish to customize the HTML elements and order of items presented for each event. This page provides the ability to create a customized view of your events in each different context. All available template tags are documented on the Help page. The default templates provided are based on the default views assuming all output is enabled. <strong>Custom templates will override any other output rules you've configured in settings.</strong>"
2320
- msgstr "Les utilisateurs avertis souhaitent probablement personnaliser le code HTML des éléments présentés pour chaque évènement. Cette page permet de créer une présentation personnalisée des évènements. Toutes les balises du modèle sont documentée dans la page d'aide? Les modèles fournis sont basé sur une présentation par défaut supposant que toutes les informations sont disponibles. <strong>Les modèles personnalisés viendront écraser toutes les règles d'affichages qui pourraient être spécifiées dans las paramètres.</strong>"
2321
-
2322
- #: my-calendar-templating.php:175
2323
- msgid "Templates Help"
2324
- msgstr "Aide sur les modèles"
2325
-
2326
- #: my-calendar-templating.php:178
2327
- msgid "My Calendar: Grid Event Template"
2328
- msgstr "My Calendar: Modèle pour l'affichage calendrier"
2329
-
2330
- #: my-calendar-templating.php:183
2331
- msgid "Use this grid event template"
2332
- msgstr "Utiliser ce modèle en mode calendrier"
2333
-
2334
- #: my-calendar-templating.php:186
2335
- msgid "Your custom template for events in the calendar grid output."
2336
- msgstr "Votre modèle personnalisé pour l'affichage dans le mode calendrier."
2337
-
2338
- #: my-calendar-templating.php:189
2339
- msgid "Save Grid Template"
2340
- msgstr "Enregistrer le modèle de calendrier"
2341
-
2342
- #: my-calendar-templating.php:198
2343
- msgid "My Calendar: List Event Template"
2344
- msgstr "My Calendar: Modèle du mode liste"
2345
-
2346
- #: my-calendar-templating.php:203
2347
- msgid "Use this list event template"
2348
- msgstr "Utilsier ce modèle pour le mode liste"
2349
-
2350
- #: my-calendar-templating.php:206
2351
- msgid "Your custom template for events in calendar list output."
2352
- msgstr "Votre modèle personnalisé pour le mode liste"
2353
-
2354
- #: my-calendar-templating.php:209
2355
- msgid "Save List Template"
2356
- msgstr "Enregistrer le modèle de mode liste"
2357
-
2358
- #: my-calendar-templating.php:218
2359
- msgid "My Calendar: Mini Calendar Template"
2360
- msgstr "My Calendar : Modèle pour mini-calendrier"
2361
-
2362
- #: my-calendar-templating.php:223
2363
- msgid "Use this mini event template"
2364
- msgstr "Utiliser ce modèle pour le mode mini"
2365
-
2366
- #: my-calendar-templating.php:226
2367
- msgid "Your custom template for events in sidebar/mini calendar output."
2368
- msgstr "Votre modèle personnalisé pour le mode mini calendrier de la barre latérale."
2369
-
2370
- #: my-calendar-templating.php:229
2371
- msgid "Save Mini Template"
2372
- msgstr "Sauvegarder le modèle d'affichage mini"
2373
-
2374
- #: my-calendar-templating.php:238
2375
- msgid "My Calendar: Event Details Page Template"
2376
- msgstr "Modèle pour la page détaillée de l'évènement"
2377
-
2378
- #: my-calendar-templating.php:243
2379
- msgid "Use this details template"
2380
- msgstr "Utiliser ce modèle pour le détail"
2381
-
2382
- #: my-calendar-templating.php:246
2383
- msgid "Your custom template for events on the event details page."
2384
- msgstr "Votre modèle personnalisé pour la page de détail de l'événement."
2385
-
2386
- #: my-calendar-templating.php:249
2387
- msgid "Save Details Template"
2388
- msgstr "Enregistrer le modèle pour le détails"
2389
-
2390
- #: my-calendar-templates.php:42
2391
- msgid "Map<span> to %s</span>"
2392
- msgstr "Carte<span> vers %s</span>"
2393
-
2394
- #: my-calendar-templates.php:62
2395
- #: my-calendar-templates.php:108
2396
- msgid "Visit web site<span>: %s</span>"
2397
- msgstr "Consultez le site <span>: %s</span>"
2398
-
2399
- #: my-calendar-templates.php:112
2400
- #: my-calendar-event-manager.php:648
2401
- msgid "Does not recur"
2402
- msgstr "N'est pas réccurent"
2403
-
2404
- #: my-calendar-templates.php:114
2405
- #: my-calendar-event-manager.php:650
2406
- msgid "Daily, weekdays only"
2407
- msgstr "Quotidien, jours ouvrés uniquement"
2408
-
2409
- #: my-calendar-templates.php:116
2410
- #: my-calendar-event-manager.php:652
2411
- msgid "Bi-weekly"
2412
- msgstr "deux fois par semaine"
2413
-
2414
- #: my-calendar-templates.php:117
2415
- msgid "Date of Month (the %s of each month)"
2416
- msgstr "Date du mois (ex : le %s de chaque mois)"
2417
-
2418
- #: my-calendar-templates.php:118
2419
- msgid "Day of Month (the %s %s of each month)"
2420
- msgstr "Jour du mois (ex : le %s %s de chaque mois)"
2421
-
2422
- #: my-calendar-templates.php:119
2423
- #: my-calendar-event-manager.php:655
2424
- msgid "Annually"
2425
- msgstr "Annuelle"
2426
-
2427
- #: my-calendar-templates.php:151
2428
- #: my-calendar-output.php:225
2429
- msgid "iCal"
2430
- msgstr "iCal"
2431
-
2432
- #: my-calendar-templates.php:195
2433
- #: my-calendar-event-manager.php:904
2434
- msgid "Published"
2435
- msgstr "Publié"
2436
-
2437
- #: my-calendar-templates.php:195
2438
- #: my-calendar-event-manager.php:905
2439
- msgid "Reserved"
2440
- msgstr "Réservé"
2441
-
2442
- #: my-calendar-templates.php:197
2443
- #: my-calendar-output.php:204
2444
- msgid "Details about"
2445
- msgstr "Détails"
2446
-
2447
- #: my-calendar-user.php:36
2448
- msgid "My Calendar User Settings"
2449
- msgstr "Préférences de l'utilisateur"
2450
-
2451
- #: my-calendar-event-manager.php:112
2452
- msgid "Although it is possible that this import could fail to import your events correctly, it should not have any impact on your existing Calendar database. If you encounter any problems, <a href=\"http://www.joedolson.com/contact.php\">please contact me</a>!"
2453
- msgstr "Il est possible que l'import depuis Calendar comporte des erreurs, toutefois, cela ne devrait pas affecter votre base de onnées Calendar. Si vous rencontrez des difficultés, <a href=\"http://www.joedolson.com/contact.php\">contactez-moi</a> !"
2454
-
2455
- #: my-calendar-event-manager.php:159
2456
- msgid "%1$d events deleted successfully out of %2$d selected"
2457
- msgstr "%1$d évènements supprimés avec succès des %2$d sélectionnés."
2458
-
2459
- #: my-calendar-event-manager.php:161
2460
- msgid "Your events have not been deleted. Please investigate."
2461
- msgstr "Vos évènements n'ont pas été supprimés. Merci de vérifier. "
2462
-
2463
- #: my-calendar-event-manager.php:172
2464
- msgid "Delete Event"
2465
- msgstr "Supprimer des évènements"
2466
-
2467
- #: my-calendar-event-manager.php:172
2468
- msgid "Are you sure you want to delete this event?"
2469
- msgstr "Etes-vous sûr de vouloir supprimer l'évènement ?"
2470
-
2471
- #: my-calendar-event-manager.php:189
2472
- msgid "You do not have permission to delete that event."
2473
- msgstr "Vous n'avez pas la permission de supprimer cet évènement"
2474
-
2475
- #: my-calendar-event-manager.php:204
2476
- msgid "You do not have permission to approve that event."
2477
- msgstr "Vous n'avez pas la permission d'approuver cet évènement"
2478
-
2479
- #: my-calendar-event-manager.php:218
2480
- msgid "You do not have permission to reject that event."
2481
- msgstr "Vous n'avez pas la permission de rejeter cet évènement"
2482
-
2483
- #: my-calendar-event-manager.php:260
2484
- msgid "Currently editing your local calendar"
2485
- msgstr "Édition en cours du calendrier local"
2486
-
2487
- #: my-calendar-event-manager.php:262
2488
- msgid "Currently editing your central calendar"
2489
- msgstr "Édition en cours du calendrier central"
2490
-
2491
- #: my-calendar-event-manager.php:274
2492
- #: my-calendar-event-manager.php:285
2493
- msgid "You must provide an event id in order to edit it"
2494
- msgstr "Vous devez fournir l'ID de l'évènement pour l'éditer"
2495
-
2496
- #: my-calendar-event-manager.php:281
2497
- msgid "Copy Event"
2498
- msgstr "Copier des évènements"
2499
-
2500
- #: my-calendar-event-manager.php:321
2501
- msgid "I'm sorry! I couldn't add that event to the database."
2502
- msgstr "Désolé ! Impossible d'ajouter l'évènement dans la base de données. "
2503
-
2504
- #: my-calendar-event-manager.php:329
2505
- msgid "Event added. It will now show in your calendar."
2506
- msgstr "évènement ajouté. Il apparaît désormais dans votre calendrier. "
2507
-
2508
- #: my-calendar-event-manager.php:366
2509
- msgid "You can't delete an event if you haven't submitted an event id"
2510
- msgstr "Vous ne pouvez pas supprimer un évènement si vous ne fournissez pas son ID"
2511
-
2512
- #: my-calendar-event-manager.php:378
2513
- msgid "Event deleted successfully"
2514
- msgstr "évènement supprimé avec succès"
2515
-
2516
- #: my-calendar-event-manager.php:380
2517
- msgid "Despite issuing a request to delete, the event still remains in the database. Please investigate."
2518
- msgstr "En dépit de votre demande de suppression, l'évènement est toujours présent dans la base de données. Merci de vérifier. "
2519
-
2520
- #: my-calendar-event-manager.php:424
2521
- msgid "This event must be approved in order for it to appear on the calendar."
2522
- msgstr "Cet évènement doit être approuvé avant de pouvoir apparaître dans votre calendrier. "
2523
-
2524
- #: my-calendar-event-manager.php:433
2525
- msgid "Save Event"
2526
- msgstr "Enregistrer l'évènement"
2527
-
2528
- #: my-calendar-event-manager.php:474
2529
- msgid "There was an error acquiring information about this event instance. The date for this event was not provided. <strong>You are editing this entire recurrence set.</strong>"
2530
- msgstr "Il y a une erreur dans la récupération des informations relative à cette instance de l'évènement. La date de cet évènement n'est pas précisée. <strong>Vous éditez la totalité des occurrences</strong>"
2531
-
2532
- #: my-calendar-event-manager.php:484
2533
- msgid "Publish"
2534
- msgstr "Publier"
2535
-
2536
- #: my-calendar-event-manager.php:484
2537
- msgid "You must approve this event to promote it to the calendar."
2538
- msgstr "Vous devez approuver cet évènement pour qu'il apparaisse dans le calendrier. "
2539
-
2540
- #: my-calendar-event-manager.php:486
2541
- msgid "An administrator must approve your new event."
2542
- msgstr "Un administrateur doit approuver votre évènement. "
2543
-
2544
- #: my-calendar-event-manager.php:499
2545
- msgid "This event is not spam"
2546
- msgstr "Cet évènement n'est pas un spam"
2547
-
2548
- #: my-calendar-event-manager.php:521
2549
- msgid "(URL to Event image)"
2550
- msgstr "(URL vers l'image associée à l'évènement)"
2551
-
2552
- #: my-calendar-event-manager.php:592
2553
- msgid "Event Date and Time"
2554
- msgstr "Date et heure de l'évènement"
2555
-
2556
- #: my-calendar-event-manager.php:593
2557
- msgid "Enter the beginning and ending information for this occurrence of the event."
2558
- msgstr "Entrez les dates de début et de fin pour cette occurence de l'évènement. "
2559
-
2560
- #: my-calendar-event-manager.php:610
2561
- msgid "Start Date (YYYY-MM-DD)"
2562
- msgstr "Date de début (AAAA-MM-JJ)"
2563
-
2564
- #: my-calendar-event-manager.php:610
2565
- msgid "Time (hh:mm am/pm)"
2566
- msgstr "Heure (hh:mm am/pm)"
2567
-
2568
- #: my-calendar-event-manager.php:619
2569
- msgid "End Date (YYYY-MM-DD)"
2570
- msgstr "Date de fin (AAAA-MM-JJ)"
2571
-
2572
- #: my-calendar-event-manager.php:619
2573
- msgid "End Time (hh:mm am/pm)"
2574
- msgstr "Heure de fin (hh:mm am/pm)"
2575
-
2576
- #: my-calendar-event-manager.php:629
2577
- msgid "Add another occurrence"
2578
- msgstr "Ajouter une autre occurence"
2579
-
2580
- #: my-calendar-event-manager.php:630
2581
- msgid "Remove last occurrence"
2582
- msgstr "Supprimer la dernière occurence"
2583
-
2584
- #: my-calendar-event-manager.php:634
2585
- msgid "Current time difference from GMT is "
2586
- msgstr "Le décalage horaire est de "
2587
-
2588
- #: my-calendar-event-manager.php:634
2589
- msgid " hour(s)"
2590
- msgstr "heure(s)"
2591
-
2592
- #: my-calendar-event-manager.php:643
2593
- msgid "Recurring Events"
2594
- msgstr "évènements réccurents"
2595
-
2596
- #: my-calendar-event-manager.php:646
2597
- msgid "Repeats for"
2598
- msgstr "Nombre d'occurences"
2599
-
2600
- #: my-calendar-event-manager.php:647
2601
- msgid "Units"
2602
- msgstr "Fréquence"
2603
-
2604
- #: my-calendar-event-manager.php:653
2605
- msgid "Date of Month (e.g., the 24th of each month)"
2606
- msgstr "Date du mois (ex : le 24 de ce mois)"
2607
-
2608
- #: my-calendar-event-manager.php:654
2609
- msgid "Day of Month (e.g., the 3rd Monday of each month)"
2610
- msgstr "Jour du mois (ex : le lundi 3 de ce mois)"
2611
-
2612
- #: my-calendar-event-manager.php:657
2613
- msgid "Enter \"0\" if the event should recur indefinitely. Your entry is the number of events after the first occurrence of the event: a recurrence of <em>2</em> means the event will happen three times."
2614
- msgstr "Entrez \"0\" si l'évènement doit se reproduire à l'infini. Ce chiffre correspond au nombre d’occurrences à venir après la première fois : <em>2</em> signifie que l'évènement aura lieu 3 fois."
2615
-
2616
- #: my-calendar-event-manager.php:820
2617
- msgid "Special Options"
2618
- msgstr "Options spéciales"
2619
-
2620
- #: my-calendar-event-manager.php:822
2621
- msgid "Cancel this event if it occurs on a date with an event in the Holidays category"
2622
- msgstr "Supprimer cet évènement si une occurrence correspond avec un évènement dans la catégorie 'Vacances'"
2623
-
2624
- #: my-calendar-event-manager.php:825
2625
- msgid "If this event recurs, and falls on the 5th week of the month in a month with only four weeks, move it back one week."
2626
- msgstr "Si cet évènement récurrent tombe sur la cinquième semaine d'un mois qui n'en compte que quatre, le déplacer d'une semaine en amont"
2627
-
2628
- #: my-calendar-event-manager.php:901
2629
- msgid "Manage Events"
2630
- msgstr "Gérer les évènements"
2631
-
2632
- #: my-calendar-event-manager.php:906
2633
- msgid "All"
2634
- msgstr "Tout"
2635
-
2636
- #: my-calendar-event-manager.php:927
2637
- msgid "Edit / Delete"
2638
- msgstr "Editer / Supprimer"
2639
-
2640
- #: my-calendar-event-manager.php:984
2641
- msgid "Copy"
2642
- msgstr "Copier"
2643
-
2644
- #: my-calendar-event-manager.php:996
2645
- msgid "Reject"
2646
- msgstr "Rejeter"
2647
-
2648
- #: my-calendar-event-manager.php:998
2649
- msgid "Approve"
2650
- msgstr "Approuver"
2651
-
2652
- #: my-calendar-event-manager.php:1003
2653
- msgid "Approved"
2654
- msgstr "Approuvé"
2655
-
2656
- #: my-calendar-event-manager.php:1005
2657
- msgid "Rejected"
2658
- msgstr "Rejeté"
2659
-
2660
- #: my-calendar-event-manager.php:1007
2661
- msgid "Awaiting Approval"
2662
- msgstr "En attente de modération"
2663
-
2664
- #: my-calendar-event-manager.php:1018
2665
- msgid "Delete checked events"
2666
- msgstr "Supprimer les évènements sélectionnés"
2667
-
2668
- #: my-calendar-event-manager.php:1165
2669
- msgid "Your event end date must be either after or the same as your event begin date"
2670
- msgstr "La date de fin doit être identique ou postérieure à la date du début de l'évènement. "
2671
-
2672
- #: my-calendar-event-manager.php:1168
2673
- msgid "Your date formatting is correct but one or more of your dates is invalid. Check for number of days in month and leap year related errors."
2674
- msgstr "Votre format de date est correct mais une de vos dates ou plus est incorrecte. Vérifiez le nombre de jours dans le mois et si ce n'est pas une année bissextile. "
2675
-
2676
- #: my-calendar-event-manager.php:1171
2677
- msgid "Both start and end dates must be in the format YYYY-MM-DD"
2678
- msgstr "Toutes les dates de début et de fin doivent être au format AAAA-MM-JJ"
2679
-
2680
- #: my-calendar-event-manager.php:1180
2681
- msgid "The time field must either be blank or be entered in the format hh:mm"
2682
- msgstr "Le champ 'heure' doit être laissé vide ou bien renseigné au format hh:mm"
2683
-
2684
- #: my-calendar-event-manager.php:1187
2685
- msgid "The end time field must either be blank or be entered in the format hh:mm"
2686
- msgstr "L'heure de fin doit être au format hh:mm ou bien le champ doit être laissé vide. "
2687
-
2688
- #: my-calendar-event-manager.php:1209
2689
- msgid "The repetition value must be 0 unless a type of recurrence is selected."
2690
- msgstr "La valeur de l'occurence doit être 0 à moins qu'un type d'occurence soit selectionné. "
2691
-
2692
- #: my-calendar-locations.php:43
2693
- msgid "Location added successfully"
2694
- msgstr "Le lieu a été ajouté avec succès"
2695
-
2696
- #: my-calendar-locations.php:45
2697
- msgid "Location could not be added to database"
2698
- msgstr "Le lieu n'a pas pu être ajouté à la base de données"
2699
-
2700
- #: my-calendar-locations.php:51
2701
- msgid "Location deleted successfully"
2702
- msgstr "Le lieu a été supprimé avec succès"
2703
-
2704
- #: my-calendar-locations.php:53
2705
- msgid "Location could not be deleted"
2706
- msgstr "Le lieu n'a pas pu être supprimé. "
2707
-
2708
- #: my-calendar-locations.php:78
2709
- msgid "Location could not be edited."
2710
- msgstr "Le lieu n'a pas pu être édité."
2711
-
2712
- #: my-calendar-locations.php:80
2713
- msgid "Location was not changed."
2714
- msgstr "Le lieu n'a pas été changé. "
2715
-
2716
- #: my-calendar-locations.php:82
2717
- msgid "Location edited successfully"
2718
- msgstr "Le lieu a été édité avec succès. "
2719
-
2720
- #: my-calendar-locations.php:102
2721
- msgid "Add New Location"
2722
- msgstr "Lieux"
2723
-
2724
- #: my-calendar-locations.php:104
2725
- msgid "Edit Location"
2726
- msgstr "Editer le lieu"
2727
-
2728
- #: my-calendar-locations.php:109
2729
- msgid "Location Editor"
2730
- msgstr "Ajouter un lieu"
2731
-
2732
- #: my-calendar-locations.php:197
2733
- msgid "Website"
2734
- msgstr "Site web"
2735
-
2736
- #: my-calendar-locations.php:202
2737
- msgid "If you supply GPS coordinates for your location, they will be used in place of any other address information to pinpoint your location."
2738
- msgstr "Les coordonnées GPS seront employées à la place des autres champs pour localiser votre lieu"
2739
-
2740
- #: my-calendar-locations.php:210
2741
- msgid "Add Location"
2742
- msgstr "Ajouter un lieu"
2743
-
2744
- #: my-calendar-locations.php:217
2745
- msgid "Add a New Location"
2746
- msgstr "jouter un nouveau lieu"
2747
-
2748
- #: my-calendar-locations.php:293
2749
- msgid "There are no locations in the database yet!"
2750
- msgstr "Il n'y a encore aucun lieu dans cette base de données !"
2751
-
2752
- #: my-calendar-locations.php:297
2753
- msgid "Please note: editing or deleting locations stored for re-use will have no effect on any event previously scheduled at that location. The location database exists purely as a shorthand method to enter frequently used locations into event records."
2754
- msgstr "Merci de noter que l'édition ou la suppression de lieux enregistrés pour une réutilisation n'a aucun effet sur les évènements prévus à ce lieu. "
2755
-
2756
- #: my-calendar-install.php:210
2757
- msgid "My Calendar Default Timezone"
2758
- msgstr "Fuseau horaire par défaut"
2759
-
2760
- #: my-calendar-install.php:255
2761
- msgid "My Calendar Default Location"
2762
- msgstr "Lieu par défaut"
2763
-
2764
- #: my-calendar-output.php:147
2765
- msgid "Event Details"
2766
- msgstr "Détails de l'évènement"
2767
-
2768
- #: my-calendar-output.php:168
2769
- #: my-calendar-output.php:276
2770
- msgid "Close"
2771
- msgstr "Fermer"
2772
-
2773
- #: my-calendar-output.php:177
2774
- msgid "(%s in your time zone)"
2775
- msgstr "(%s dans votre fuseau horaire)"
2776
-
2777
- #: my-calendar-output.php:183
2778
- msgid "Not Applicable"
2779
- msgstr "Non applicable"
2780
-
2781
- #: my-calendar-output.php:197
2782
- msgid "Posted by"
2783
- msgstr "publié par"
2784
-
2785
- #: my-calendar-output.php:259
2786
- msgid "This class is part of a series. You must register for the first event in this series to attend."
2787
- msgstr "Cette évènement fait partie d'une série. Vous devez vous inscrire au premier évènement de cette série pour y assister."
2788
-
2789
- #: my-calendar-output.php:264
2790
- msgid "View full calendar"
2791
- msgstr "Voir le calendrier complet"
2792
-
2793
- #: my-calendar-output.php:294
2794
- msgid "Edit This Date"
2795
- msgstr "Éditer cette date"
2796
-
2797
- #: my-calendar-output.php:295
2798
- msgid "Edit All"
2799
- msgstr "Éditer tous"
2800
-
2801
- #: my-calendar-output.php:296
2802
- msgid "Delete This Date"
2803
- msgstr "Supprimer cette date"
2804
-
2805
- #: my-calendar-output.php:297
2806
- msgid "Delete All"
2807
- msgstr "Supprimer tous"
2808
-
2809
- #: my-calendar-output.php:350
2810
- msgid "Year"
2811
- msgstr "Année"
2812
-
2813
- #: my-calendar-output.php:378
2814
- msgid "Go"
2815
- msgstr "Aller"
2816
-
2817
- #: my-calendar-output.php:399
2818
- msgid "View as Grid"
2819
- msgstr "Vue en calendrier"
2820
-
2821
- #: my-calendar-output.php:403
2822
- msgid "View as List"
2823
- msgstr "Vue en liste"
2824
-
2825
- #: my-calendar-output.php:424
2826
- msgid "<abbr title=\"Sunday\">Sun</abbr>"
2827
- msgstr "<abbr title=\"Dimanche\">Dim</abbr>"
2828
-
2829
- #: my-calendar-output.php:425
2830
- msgid "<abbr title=\"Monday\">Mon</abbr>"
2831
- msgstr "<abbr title=\"Lundi\">Lun</abbr>"
2832
-
2833
- #: my-calendar-output.php:426
2834
- msgid "<abbr title=\"Tuesday\">Tues</abbr>"
2835
- msgstr "<abbr title=\"Mardi\">Mar</abbr>"
2836
-
2837
- #: my-calendar-output.php:427
2838
- msgid "<abbr title=\"Wednesday\">Wed</abbr>"
2839
- msgstr "<abbr title=\"Mercredi\">Mer</abbr>"
2840
-
2841
- #: my-calendar-output.php:428
2842
- msgid "<abbr title=\"Thursday\">Thur</abbr>"
2843
- msgstr "<abbr title=\"Jeudi\">Jeu</abbr>"
2844
-
2845
- #: my-calendar-output.php:429
2846
- msgid "<abbr title=\"Friday\">Fri</abbr>"
2847
- msgstr "<abbr title=\"Vendredi\">Ven</abbr>"
2848
-
2849
- #: my-calendar-output.php:430
2850
- msgid "<abbr title=\"Saturday\">Sat</abbr>"
2851
- msgstr "<abbr title=\"Samedi\">Sam</abbr>"
2852
-
2853
- #: my-calendar-output.php:435
2854
- msgid "<abbr title=\"Sunday\">S</abbr>"
2855
- msgstr "<abbr title=\"Dimanche\">D</abbr>"
2856
-
2857
- #: my-calendar-output.php:436
2858
- msgid "<abbr title=\"Monday\">M</abbr>"
2859
- msgstr "<abbr title=\"Lundi\">L</abbr>"
2860
-
2861
- #: my-calendar-output.php:437
2862
- msgid "<abbr title=\"Tuesday\">T</abbr>"
2863
- msgstr "<abbr title=\"Mardi\">M</abbr>"
2864
-
2865
- #: my-calendar-output.php:438
2866
- msgid "<abbr title=\"Wednesday\">W</abbr>"
2867
- msgstr "<abbr title=\"Mercredi\">M</abbr>"
2868
-
2869
- #: my-calendar-output.php:439
2870
- msgid "<abbr title=\"Thursday\">T</abbr>"
2871
- msgstr "<abbr title=\"Jeudi\">J</abbr>"
2872
-
2873
- #: my-calendar-output.php:440
2874
- msgid "<abbr title=\"Friday\">F</abbr>"
2875
- msgstr "<abbr title=\"Vendredi\">V</abbr>"
2876
-
2877
- #: my-calendar-output.php:441
2878
- msgid "<abbr title=\"Saturday\">S</abbr>"
2879
- msgstr "<abbr title=\"Samedi\">S</abbr>"
2880
-
2881
- #: my-calendar-output.php:540
2882
- msgid "No events scheduled for today!"
2883
- msgstr "Aucun évènement prévu pour aujourd'hui !"
2884
-
2885
- #: my-calendar-output.php:567
2886
- msgid "and"
2887
- msgstr "et"
2888
-
2889
- #: my-calendar-output.php:582
2890
- msgid "The week's events"
2891
- msgstr "évènements de la semaine"
2892
-
2893
- #: my-calendar-output.php:587
2894
- msgid "Events in"
2895
- msgstr "évènements dans"
2896
-
2897
- #: my-calendar-output.php:589
2898
- msgid "This week's events"
2899
- msgstr "évènements de cette semaine"
2900
-
2901
- #: my-calendar-output.php:774
2902
- msgid " and %d other event"
2903
- msgstr "et %d autre évènement"
2904
-
2905
- #: my-calendar-output.php:776
2906
- msgid " and %d other events"
2907
- msgstr "et %d autres évènements"
2908
-
2909
- #: my-calendar-output.php:793
2910
- msgid "There are no events scheduled during this period."
2911
- msgstr "Il n'y a aucun évènement prévu pour cette période. "
2912
-
2913
- #: my-calendar-output.php:797
2914
- msgid "Unrecognized calendar format. Please use one of 'list','calendar', or 'mini'."
2915
- msgstr "Format de calendrier inconnu. Merci de sélectionner 'liste', 'calendrier' ou 'mini'"
2916
-
2917
- #: my-calendar-output.php:805
2918
- msgid "Category Key"
2919
- msgstr "Légende des catégories"
2920
-
2921
- #: my-calendar-output.php:844
2922
- msgid "Subscribe by <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2923
- msgstr "S'abonner au Flux <abbr title=\"Really Simple Syndication\">RSS</abbr>"
2924
-
2925
- #: my-calendar-output.php:845
2926
- msgid "Download as <abbr title=\"iCal Events Export\">iCal</abbr>"
2927
- msgstr "Télécharger au format <abbr title=\"Export évènement iCal\">iCal</abbr>"
2928
-
2929
- #: my-calendar-output.php:858
2930
- msgid "Next events"
2931
- msgstr "suivants"
2932
-
2933
- #: my-calendar-output.php:900
2934
- msgid "Previous events"
2935
- msgstr "précédents"
2936
-
2937
- #: my-calendar-output.php:948
2938
- msgid "(select to include)"
2939
- msgstr "(sélectionner pour ajouter)"
2940
-
2941
- #: my-calendar-output.php:969
2942
- #: my-calendar-output.php:972
2943
- msgid "All Categories"
2944
- msgstr "Toutes les Catégories"
2945
-
2946
- #: my-calendar-output.php:970
2947
- msgid "Categories"
2948
- msgstr "Catégories"
2949
-
2950
- #: my-calendar-output.php:991
2951
- #: my-calendar-output.php:1165
2952
- msgid "Submit"
2953
- msgstr "Envoyer"
2954
-
2955
- #: my-calendar-output.php:1109
2956
- #: my-calendar-output.php:1127
2957
- msgid "Show all"
2958
- msgstr "Voir tout"
2959
-
2960
- #: my-calendar-output.php:1125
2961
- msgid "Show events in:"
2962
- msgstr "Voir les évènements dans:"
2963
-
2964
- #. Plugin URI of the plugin/theme
2965
- msgid "http://www.joedolson.com/articles/my-calendar/"
2966
- msgstr "http://www.joedolson.com/articles/my-calendar/"
2967
-
2968
- #. Description of the plugin/theme
2969
- msgid "Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets."
2970
- msgstr "Plugin Wordpress de calendrier. Permet d'afficher des évènements depuis des pages, des articles, ou dans des widgets. "
2971
-
2972
- #. Author of the plugin/theme
2973
- msgid "Joseph C Dolson"
2974
- msgstr "Joseph C Dolson"
2975
-
2976
- #. Author URI of the plugin/theme
2977
- msgid "http://www.joedolson.com"
2978
- msgstr "http://www.joedolson.com"
2979
-
2980
- #~ msgid "Reset the My Calendar stylesheet to the default"
2981
- #~ msgstr "Réinitialiser l'apparence du calendrier"
2982
-
2983
- #~ msgid "events into the future;"
2984
- #~ msgstr "évènements planifiés"
2985
-
2986
- #~ msgid "events from the past"
2987
- #~ msgstr "évènements passés"
2988
-
2989
- #~ msgid "Show Heading for Calendar"
2990
- #~ msgstr "Affiche l'entête du calendrier"
2991
-
2992
- #~ msgid "Do you want to display the author name on events?"
2993
- #~ msgstr "Voulez-vous afficher le nom de l'auteur sur les évènements ?"
2994
-
2995
- #~ msgid ""
2996
- #~ "Links associated with events will automatically expire after the event "
2997
- #~ "has passed."
2998
- #~ msgstr ""
2999
- #~ "Les liens associés aux évènements doivent automatiquement expirer une "
3000
- #~ "fois l'évènement passé. "
3001
-
3002
- #~ msgid ""
3003
- #~ "If this option is unchecked, recurring events which fall on dates which "
3004
- #~ "don't exist will simply not be shown on the calendar."
3005
- #~ msgstr ""
3006
- #~ "Si cette option est désactivée, les évènements récurrents dont les dates "
3007
- #~ "sont erronées où n'existent pas ne seront pas affichés dans le "
3008
- #~ "calendrier. "
3009
-
3010
- #~ msgid ""
3011
- #~ "The shortcode supports six attributes, <code>category</code>, "
3012
- #~ "<code>format</code>, <code>showkey</code>, <code>shownav</code>, "
3013
- #~ "<code>toggle</code>, and <code>time</code>. There two alternate options "
3014
- #~ "for <code>format</code>: <code>list</code>, which will show the calendar "
3015
- #~ "in a list format, skipping dates without any events, and <code>mini</"
3016
- #~ "code>, which will display the calendar in a form more suitable to being "
3017
- #~ "displayed in smaller spaces, such as the sidebar. The <code>category</"
3018
- #~ "code> attribute requires either the name of or ID number one of your "
3019
- #~ "event categories (the name is case-sensitive). This will show a calendar "
3020
- #~ "only including events in that category. Multiple categories can be "
3021
- #~ "specified by separating the category names or IDs using either the pipe "
3022
- #~ "character (<code>|</code>) or a comma. Setting <code>showkey</code> to "
3023
- #~ "<code>no</code> will prevent the category key from being displayed "
3024
- #~ "&mdash; this can be useful with single-category output. Setting "
3025
- #~ "<code>shownav</code> to <code>no</code> will disable the Previous/Next "
3026
- #~ "links. Setting <code>toggle</code> to yes will show a link to switch "
3027
- #~ "between the list and grid views. The <code>time</code> shortcode switches "
3028
- #~ "between a weekly view and the default monthly view."
3029
- #~ msgstr ""
3030
- #~ "Le Shortcode supporte 6 balises, <code>category</code>, <code>format</"
3031
- #~ "code>, <code>showkey</code>, <code>shownav</code>, <code>toggle</code> et "
3032
- #~ "<code>time</code>. Il y a 2 options alternatives pour <code>format</"
3033
- #~ "code>: <code>list</code>, qui affiche le calendrier sous forme de liste "
3034
- #~ "en masquant les dates sans évènements, et <code>mini</code>, qui permet "
3035
- #~ "d'afficher le calendrier dans des espaces étroits comme un menu latéral. "
3036
- #~ "La balise <code>category</code> nécessite le nom ou l'ID de la catégorie "
3037
- #~ "des évènements (pour le nom, attention à la casse). Ceci affiche "
3038
- #~ "uniquement les évènements présents dans la catégorie sélectionnée. "
3039
- #~ "Plusieurs catégories peuvent être spécifiées en les séparant avec le "
3040
- #~ "caractère <code>|</code>. La configuration de la balise <code>showkey</"
3041
- #~ "code> à <code>no</code> empêche l'affichage de la catégorie index &mdash; "
3042
- #~ "cela peut-être pratique si une catégorie unique est utilisée. La "
3043
- #~ "configuration de la balise <code>shownav</code> à <code>no</code> "
3044
- #~ "désactive les liens 'précédent/suivant'. Les propriétés de la balise "
3045
- #~ "<code>toggle</code> sont d'afficher un lien qui activera soit la vue en "
3046
- #~ "liste soit la vue en grille. La balise <code>time</code> permet de "
3047
- #~ "choisir entre la vue par semaine et la vue par mois (option par défaut). "
3048
-
3049
- #~ msgid "Displays the city for the event."
3050
- #~ msgstr "Affiche la ville dans laquelle se déroule l'évènement"
3051
-
3052
- #~ msgid "Upgrade now."
3053
- #~ msgstr "Faire la mise à niveau maintenant"
3054
-
3055
- #~ msgid "Map to"
3056
- #~ msgstr "Aller au"
3057
-
3058
- #~ msgid "January"
3059
- #~ msgstr "Janvier"
3060
-
3061
- #~ msgid "February"
3062
- #~ msgstr "Février"
3063
-
3064
- #~ msgid "March"
3065
- #~ msgstr "Mars"
3066
-
3067
- #~ msgid "April"
3068
- #~ msgstr "Avril"
3069
-
3070
- #~ msgid "May"
3071
- #~ msgstr "Mai"
3072
-
3073
- #~ msgid "June"
3074
- #~ msgstr "Juin"
3075
-
3076
- #~ msgid "July"
3077
- #~ msgstr "Juillet"
3078
-
3079
- #~ msgid "August"
3080
- #~ msgstr "Août"
3081
-
3082
- #~ msgid "September"
3083
- #~ msgstr "Septembre"
3084
-
3085
- #~ msgid "October"
3086
- #~ msgstr "Octobre"
3087
-
3088
- #~ msgid "November"
3089
- #~ msgstr "Novembre"
3090
-
3091
- #~ msgid "December"
3092
- #~ msgstr "Décembre"
3093
-
3094
- #~ msgid "Today's Events"
3095
- #~ msgstr "évènements d'aujourd'hui"
3096
-
3097
- #~ msgid "Upcoming Events"
3098
- #~ msgstr "évènements à venir"
3099
-
3100
- #~ msgid "Calendar Settings"
3101
- #~ msgstr "Configuration du calendrier"
3102
-
3103
- #~ msgid "Calendar Options: Output"
3104
- #~ msgstr "Options du calendrier : Affichage"
3105
-
3106
- #~ msgid "Calendar Options: Style"
3107
- #~ msgstr "Options du calendrier : Apparence"
3108
-
3109
- #~ msgid "Calendar Options: Input"
3110
- #~ msgstr "Options du calendrier : Configuration de l'interface"
3111
-
3112
- #~ msgid "My Calendar: User Settings"
3113
- #~ msgstr "My Calendar : Préférences de l'utilisateur"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: My Calendar 1.9.2\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/my-calendar\n"
5
+ "POT-Creation-Date: 2011-11-19 20:29:59+00:00\n"
6
+ "PO-Revision-Date: 2011-12-20 11:25+0100\n"
7
+ "Last-Translator: Fred <lfesc@free.fr>\n"
8
+ "Language-Team: Frédéric Escallier <lfesc@free.fr>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: French\n"
14
+ "X-Poedit-Country: FRANCE\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: \n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: my-calendar-styles.php:79
23
+ #@ my-calendar
24
+ msgid "The stylesheet has been updated."
25
+ msgstr "La feuille de style a été mise à jour. "
26
+
27
+ #: my-calendar-styles.php:79
28
+ #@ my-calendar
29
+ msgid "Write Error! Please verify write permissions on the style file."
30
+ msgstr "Erreur en écriture ! Merci de vérifier les permission du fichier CSS. "
31
+
32
+ #: my-calendar-styles.php:93
33
+ #@ my-calendar
34
+ msgid "Stylesheet reset to default."
35
+ msgstr "Réinitialisation des feuilles de style. "
36
+
37
+ #: my-calendar-styles.php:96
38
+ #@ my-calendar
39
+ msgid "Style Settings Saved"
40
+ msgstr "Configuration de l'apparence enregistrée"
41
+
42
+ #: my-calendar-styles.php:105
43
+ #@ my-calendar
44
+ msgid "New theme selected."
45
+ msgstr "Nouveau thème sélectionné. "
46
+
47
+ #: my-calendar-styles.php:121
48
+ #@ my-calendar
49
+ msgid "Sorry. The file you are looking for doesn't appear to exist. Please check your file name and location!"
50
+ msgstr "Désolé, le fichier que vous recherchez ne semble pas exister. Merci de vérifier le nom du fichier et son emplacement !"
51
+
52
+ #: my-calendar-styles.php:129
53
+ #@ my-calendar
54
+ msgid "My Calendar Styles"
55
+ msgstr "Modifier l'apparence du calendrier"
56
+
57
+ #: my-calendar-styles.php:133
58
+ #@ my-calendar
59
+ msgid "Calendar Style Settings"
60
+ msgstr "Configuration de l'apparence du calendrier"
61
+
62
+ #: my-calendar-styles.php:141
63
+ #@ my-calendar
64
+ msgid "Select My Calendar Theme"
65
+ msgstr "Sélectionner un thème"
66
+
67
+ #: my-calendar-styles.php:149
68
+ #@ default
69
+ msgid "Your Custom Stylesheets"
70
+ msgstr "Vos feuilles de style personnelles"
71
+
72
+ #: my-calendar-styles.php:158
73
+ #@ my-calendar
74
+ msgid "Installed Stylesheets"
75
+ msgstr "Feuilles de style installées"
76
+
77
+ #: my-calendar-styles.php:166
78
+ #@ my-calendar
79
+ msgid "Choose Style"
80
+ msgstr "Choisir un thème"
81
+
82
+ #: my-calendar-styles.php:179
83
+ #@ my-calendar
84
+ msgid "My Calendar was unable to update your CSS files during the upgrade. Please check your file permissions if you wish to edit your My Calendar styles. Your previously stored styles are below. This message and these styles will be deleted from the database when you successfully update your stylesheet."
85
+ msgstr "My Calendar est incapable de mettre à jour vos fichiers CSS pendant la mise à niveau. Merci de vérifier les permissions de vos fichiers si vous souhaitez éditer les styles de base. Vos feuilles de styles précédemment mémorisées sont ci-dessous. Ce message et ces fichiers CSS seront supprimés de la base de données lorsque vous mettez à jour votre feuille de style."
86
+
87
+ #: my-calendar-styles.php:187
88
+ #@ my-calendar
89
+ msgid "CSS Style Options"
90
+ msgstr "Options des feuilles de styles CSS"
91
+
92
+ #: my-calendar-styles.php:189
93
+ #@ my-calendar
94
+ msgid "Apply CSS only on these pages (comma separated page IDs)"
95
+ msgstr "Appliquer le CSS seulement sur ces pages (ID séparés par des virgules)"
96
+
97
+ #: my-calendar-styles.php:192
98
+ #@ my-calendar
99
+ msgid "Restore My Calendar stylesheet"
100
+ msgstr "Restaurer les feuilles de style du calendrier"
101
+
102
+ #: my-calendar-styles.php:192
103
+ #@ my-calendar
104
+ msgid "Disable My Calendar Stylesheet"
105
+ msgstr "Désactiver les feuilles de style du calendrier"
106
+
107
+ #: my-calendar-styles.php:195
108
+ #@ my-calendar
109
+ msgid "Edit the stylesheet for My Calendar"
110
+ msgstr "Modifier la feuille de style de My Calendar"
111
+
112
+ #: my-calendar-behaviors.php:91
113
+ #: my-calendar-behaviors.php:122
114
+ #: my-calendar-behaviors.php:153
115
+ #: my-calendar-behaviors.php:184
116
+ #: my-calendar-behaviors.php:205
117
+ #@ my-calendar
118
+ msgid "Save"
119
+ msgstr "Appliquer"
120
+
121
+ #: my-calendar-styles.php:208
122
+ #@ my-calendar
123
+ msgid "Comparing Your Style with latest installed version of My Calendar"
124
+ msgstr "Comparaison de Votre Style avec celui de la dernière version de My Calendar"
125
+
126
+ #: my-calendar-behaviors.php:100
127
+ #: my-calendar-behaviors.php:131
128
+ #: my-calendar-behaviors.php:162
129
+ #: my-calendar-behaviors.php:192
130
+ #: my-calendar-styles.php:208
131
+ #@ my-calendar
132
+ msgid "Latest (from plugin)"
133
+ msgstr "Dernier"
134
+
135
+ #: my-calendar-behaviors.php:100
136
+ #: my-calendar-behaviors.php:131
137
+ #: my-calendar-behaviors.php:162
138
+ #: my-calendar-behaviors.php:192
139
+ #: my-calendar-styles.php:208
140
+ #@ my-calendar
141
+ msgid "Current (in use)"
142
+ msgstr "Courant"
143
+
144
+ #: my-calendar-styles.php:212
145
+ #@ my-calendar
146
+ msgid "There have been updates to the stylesheet."
147
+ msgstr "Il y a eu des mises à jour de la feuille de style."
148
+
149
+ #: my-calendar-styles.php:212
150
+ #@ my-calendar
151
+ msgid "Compare Your Stylesheet with latest installed version of My Calendar."
152
+ msgstr "Comparer Votre Style avec celui de la dernière version de My Calendar."
153
+
154
+ #: my-calendar-styles.php:216
155
+ #@ my-calendar
156
+ msgid "Your stylesheet matches that included with My Calendar."
157
+ msgstr "Votre feuille de style correspond avec celle fournie avec My Calendar."
158
+
159
+ #: my-calendar-styles.php:224
160
+ #@ my-calendar
161
+ msgid "Resetting your stylesheet will set your stylesheet to the version of that style currently distributed with the plug-in."
162
+ msgstr "Réinitialiser votre feuille de style remplacera celle ci par celle distribuée avec la dernière version de l'extension."
163
+
164
+ #: button/generator.php:12
165
+ #@ my-calendar
166
+ msgid "You don't have access to this function."
167
+ msgstr "Vous n'avez pas la permission d'accéder à cette fonction"
168
+
169
+ #: button/generator.php:18
170
+ #: button/generator.php:44
171
+ #@ my-calendar
172
+ msgid "My Calendar Shortcode Generator"
173
+ msgstr "My Calendar : Générateur de shortcode "
174
+
175
+ #: button/generator.php:47
176
+ #@ my-calendar
177
+ msgid "Shortcode Attributes"
178
+ msgstr "Attributs des balises shortcode"
179
+
180
+ #: button/generator.php:52
181
+ #@ my-calendar
182
+ msgid "Location filter type:"
183
+ msgstr "Filtre de lieu"
184
+
185
+ #: button/generator.php:54
186
+ #@ my-calendar
187
+ msgid "All locations"
188
+ msgstr "Tous les lieux"
189
+
190
+ #: button/generator.php:55
191
+ #: my-calendar-settings.php:513
192
+ #: my-calendar-settings.php:686
193
+ #@ my-calendar
194
+ msgid "Location Name"
195
+ msgstr "Nom du lieu"
196
+
197
+ #: button/generator.php:56
198
+ #: my-calendar-event-manager.php:762
199
+ #: my-calendar-group-manager.php:460
200
+ #: my-calendar-locations.php:150
201
+ #: my-calendar-settings.php:687
202
+ #@ my-calendar
203
+ msgid "City"
204
+ msgstr "Ville"
205
+
206
+ #: button/generator.php:57
207
+ #: my-calendar-event-manager.php:809
208
+ #: my-calendar-group-manager.php:475
209
+ #: my-calendar-locations.php:197
210
+ #@ my-calendar
211
+ msgid "State"
212
+ msgstr "Département"
213
+
214
+ #: button/generator.php:58
215
+ #: my-calendar-event-manager.php:776
216
+ #: my-calendar-group-manager.php:460
217
+ #: my-calendar-locations.php:164
218
+ #: my-calendar-settings.php:690
219
+ #@ my-calendar
220
+ msgid "Postal Code"
221
+ msgstr "Code postal"
222
+
223
+ #: button/generator.php:59
224
+ #: my-calendar-event-manager.php:794
225
+ #: my-calendar-group-manager.php:466
226
+ #: my-calendar-locations.php:182
227
+ #: my-calendar-settings.php:689
228
+ #@ my-calendar
229
+ msgid "Country"
230
+ msgstr "Pays"
231
+
232
+ #: button/generator.php:60
233
+ #: my-calendar-event-manager.php:785
234
+ #: my-calendar-event-manager.php:810
235
+ #: my-calendar-group-manager.php:463
236
+ #: my-calendar-group-manager.php:476
237
+ #: my-calendar-locations.php:173
238
+ #: my-calendar-locations.php:198
239
+ #: my-calendar-settings.php:691
240
+ #@ my-calendar
241
+ msgid "Region"
242
+ msgstr "Région"
243
+
244
+ #: button/generator.php:64
245
+ #@ my-calendar
246
+ msgid "Location filter value:"
247
+ msgstr "Valeur du filtre lieu"
248
+
249
+ #: button/generator.php:68
250
+ #@ my-calendar
251
+ msgid "Format"
252
+ msgstr "Format"
253
+
254
+ #: button/generator.php:70
255
+ #@ my-calendar
256
+ msgid "Grid"
257
+ msgstr "Calendrier"
258
+
259
+ #: button/generator.php:71
260
+ #@ my-calendar
261
+ msgid "List"
262
+ msgstr "Liste"
263
+
264
+ #: button/generator.php:75
265
+ #@ my-calendar
266
+ msgid "Show Category Key"
267
+ msgstr "Afficher la légende des catégories"
268
+
269
+ #: button/generator.php:77
270
+ #: button/generator.php:84
271
+ #: button/generator.php:91
272
+ #: my-calendar-widgets.php:580
273
+ #: my-calendar-widgets.php:586
274
+ #@ my-calendar
275
+ msgid "Yes"
276
+ msgstr "Oui"
277
+
278
+ #: button/generator.php:78
279
+ #: button/generator.php:85
280
+ #: button/generator.php:92
281
+ #: my-calendar-widgets.php:581
282
+ #: my-calendar-widgets.php:587
283
+ #@ my-calendar
284
+ msgid "No"
285
+ msgstr "Non"
286
+
287
+ #: button/generator.php:82
288
+ #@ my-calendar
289
+ msgid "Show Previous/Next Links"
290
+ msgstr "Afficher les liens Précédent / Suivant"
291
+
292
+ #: button/generator.php:89
293
+ #@ my-calendar
294
+ msgid "Show Format Toggle"
295
+ msgstr "Afficher le format Toggle"
296
+
297
+ #: button/generator.php:96
298
+ #@ my-calendar
299
+ msgid "Time Segment"
300
+ msgstr "Fuseau horaire"
301
+
302
+ #: button/generator.php:98
303
+ #: my-calendar-output.php:356
304
+ #: my-calendar-widgets.php:592
305
+ #@ my-calendar
306
+ msgid "Month"
307
+ msgstr "Mois"
308
+
309
+ #: button/generator.php:99
310
+ #: my-calendar-widgets.php:593
311
+ #@ my-calendar
312
+ msgid "Week"
313
+ msgstr "Semaine"
314
+
315
+ #: button/generator.php:100
316
+ #@ my-calendar
317
+ msgid "Day"
318
+ msgstr "Jour"
319
+
320
+ #: button/generator.php:105
321
+ #@ my-calendar
322
+ msgid "Generate Shortcode"
323
+ msgstr "Générer le shortcode"
324
+
325
+ #: button/generator.php:107
326
+ #@ my-calendar
327
+ msgid "<strong>Note:</strong> If you provide a location filter value, it must be an exact match for that information as saved with your events. (e.g. \"Saint Paul\" is not equivalent to \"saint paul\" or \"St. Paul\")"
328
+ msgstr "<strong>Note:</strong> *Si vous indiqueez une valeur de filtre delieu, cette dernière doit correspondre parfaitement à la valeur indiquée dans l'évènement. (par exemple \"Saint Paul\" ne correspond ni à \"saint paul\" ni à \"St. Paul\")"
329
+
330
+ #: button/generator.php:117
331
+ #@ my-calendar
332
+ msgid "My Calendar: this generator isn't going to put the shortcode in your page. Sorry!"
333
+ msgstr "My Calendar : ce générateur ne peut placer le shortcode dans votre page, désolé !"
334
+
335
+ #: my-calendar-categories.php:103
336
+ #@ my-calendar
337
+ msgid "Category added successfully"
338
+ msgstr "Catégorie ajoutée avec succès"
339
+
340
+ #: my-calendar-categories.php:105
341
+ #@ my-calendar
342
+ msgid "Category addition failed."
343
+ msgstr "Impossible d'ajouter la catégorie. "
344
+
345
+ #: my-calendar-categories.php:115
346
+ #@ my-calendar
347
+ msgid "Category deleted successfully. Categories in calendar updated."
348
+ msgstr "Catégorie supprimée avec succès. Les catégories du calendrier ont été mises à jour. "
349
+
350
+ #: my-calendar-categories.php:117
351
+ #@ my-calendar
352
+ msgid "Category deleted successfully. Categories in calendar not updated."
353
+ msgstr "Catégorie supprimée avec succès. Les catégories du calendrier n'ont pas été mises à jour. "
354
+
355
+ #: my-calendar-categories.php:119
356
+ #@ my-calendar
357
+ msgid "Category not deleted. Categories in calendar updated."
358
+ msgstr "Catégorie non supprimée. Les catégories du calendrier ont été mises à jour. "
359
+
360
+ #: my-calendar-categories.php:135
361
+ #@ my-calendar
362
+ msgid "Category edited successfully"
363
+ msgstr "Catégorie éditée avec succès"
364
+
365
+ #: my-calendar-categories.php:137
366
+ #@ my-calendar
367
+ msgid "Error: Category was not edited."
368
+ msgstr "Erreur : la catégorie n'a pas été éditée"
369
+
370
+ #: my-calendar-categories.php:170
371
+ #: my-calendar-categories.php:195
372
+ #: my-calendar-categories.php:212
373
+ #@ my-calendar
374
+ msgid "Add Category"
375
+ msgstr "Ajouter une catégorie"
376
+
377
+ #: my-calendar-categories.php:172
378
+ #: my-calendar-categories.php:195
379
+ #@ my-calendar
380
+ msgid "Edit Category"
381
+ msgstr "Modifier la catégorie"
382
+
383
+ #: my-calendar-categories.php:179
384
+ #@ my-calendar
385
+ msgid "Category Editor"
386
+ msgstr "Éditeur de catégorie"
387
+
388
+ #: my-calendar-categories.php:196
389
+ #: my-calendar-categories.php:240
390
+ #@ my-calendar
391
+ msgid "Category Name"
392
+ msgstr "Nom de la catégorie"
393
+
394
+ #: my-calendar-categories.php:197
395
+ #@ my-calendar
396
+ msgid "Category Color (Hex format)"
397
+ msgstr "Couleur de la catégorie (Format Hex.)"
398
+
399
+ #: my-calendar-categories.php:198
400
+ #: my-calendar-categories.php:242
401
+ #@ my-calendar
402
+ msgid "Category Icon"
403
+ msgstr "Icône de la catégorie"
404
+
405
+ #: my-calendar-categories.php:212
406
+ #: my-calendar-locations.php:215
407
+ #: my-calendar-styles.php:198
408
+ #@ my-calendar
409
+ msgid "Save Changes"
410
+ msgstr "Enregistrer les modifications"
411
+
412
+ #: my-calendar-categories.php:218
413
+ #@ my-calendar
414
+ msgid "Add a New Category"
415
+ msgstr "Ajouter une catégorie "
416
+
417
+ #: my-calendar-categories.php:228
418
+ #: my-calendar.php:168
419
+ #@ my-calendar
420
+ msgid "Manage Categories"
421
+ msgstr "Catégories"
422
+
423
+ #: my-calendar-categories.php:239
424
+ #: my-calendar-event-manager.php:934
425
+ #: my-calendar-group-manager.php:706
426
+ #: my-calendar-locations.php:275
427
+ #@ my-calendar
428
+ msgid "ID"
429
+ msgstr "ID"
430
+
431
+ #: my-calendar-categories.php:241
432
+ #@ my-calendar
433
+ msgid "Category Color"
434
+ msgstr "Couleur de la catégorie"
435
+
436
+ #: my-calendar-categories.php:243
437
+ #: my-calendar-categories.php:257
438
+ #: my-calendar-event-manager.php:1001
439
+ #: my-calendar-group-manager.php:715
440
+ #: my-calendar-locations.php:277
441
+ #: my-calendar-locations.php:289
442
+ #: my-calendar-output.php:292
443
+ #@ my-calendar
444
+ msgid "Edit"
445
+ msgstr "Editer"
446
+
447
+ #: my-calendar-categories.php:244
448
+ #: my-calendar-categories.php:263
449
+ #: my-calendar-event-manager.php:183
450
+ #: my-calendar-event-manager.php:1004
451
+ #: my-calendar-locations.php:278
452
+ #: my-calendar-locations.php:290
453
+ #: my-calendar-output.php:293
454
+ #@ my-calendar
455
+ msgid "Delete"
456
+ msgstr "Supprimer"
457
+
458
+ #: my-calendar-categories.php:260
459
+ #: my-calendar-event-manager.php:982
460
+ #: my-calendar-group-manager.php:755
461
+ #: my-calendar-output.php:186
462
+ #: my-calendar-settings.php:307
463
+ #@ my-calendar
464
+ msgid "N/A"
465
+ msgstr "N/I"
466
+
467
+ #: my-calendar-categories.php:263
468
+ #: my-calendar-locations.php:290
469
+ #@ my-calendar
470
+ msgid "Are you sure you want to delete this category?"
471
+ msgstr "Etes-vous sûr de vouloir supprimer cette catégorie ? "
472
+
473
+ #: my-calendar-categories.php:274
474
+ #@ my-calendar
475
+ msgid "There are no categories in the database - something has gone wrong!"
476
+ msgstr "Il n'y a aucune catégorie dans cette base de données - quelque chose a mal tourné !"
477
+
478
+ #: my-calendar-widgets.php:5
479
+ #@ my-calendar
480
+ msgid "My Calendar: Today's Events"
481
+ msgstr "évènements du jour"
482
+
483
+ #: my-calendar-event-manager.php:935
484
+ #: my-calendar-group-manager.php:708
485
+ #: my-calendar-settings.php:508
486
+ #: my-calendar-widgets.php:38
487
+ #: my-calendar-widgets.php:124
488
+ #: my-calendar-widgets.php:571
489
+ #@ my-calendar
490
+ msgid "Title"
491
+ msgstr "Titre"
492
+
493
+ #: my-calendar-widgets.php:42
494
+ #: my-calendar-widgets.php:128
495
+ #@ my-calendar
496
+ msgid "Template"
497
+ msgstr "Modèle"
498
+
499
+ #: my-calendar-widgets.php:45
500
+ #@ my-calendar
501
+ msgid "Add calendar URL to use this option."
502
+ msgstr "Ajouter "
503
+
504
+ #: my-calendar-widgets.php:47
505
+ #: my-calendar-widgets.php:136
506
+ #@ my-calendar
507
+ msgid "Link widget title to calendar:"
508
+ msgstr "Lier le titre du widget au calendrier : "
509
+
510
+ #: my-calendar-widgets.php:48
511
+ #: my-calendar-widgets.php:137
512
+ #@ my-calendar
513
+ msgid "Not Linked"
514
+ msgstr "Non Lié"
515
+
516
+ #: my-calendar-widgets.php:49
517
+ #: my-calendar-widgets.php:138
518
+ #@ my-calendar
519
+ msgid "Linked"
520
+ msgstr "Lié"
521
+
522
+ #: my-calendar-widgets.php:53
523
+ #@ my-calendar
524
+ msgid "Show this text if there are no events today:"
525
+ msgstr "Montrer ce texte si il n'y a aucun évènement prévu aujourd'hui : "
526
+
527
+ #: my-calendar-widgets.php:57
528
+ #: my-calendar-widgets.php:169
529
+ #: my-calendar-widgets.php:575
530
+ #@ my-calendar
531
+ msgid "Category or categories to display:"
532
+ msgstr "Catégorie(s) à afficher : "
533
+
534
+ #: my-calendar-widgets.php:78
535
+ #@ my-calendar
536
+ msgid "My Calendar: Upcoming Events"
537
+ msgstr "évènements à venir"
538
+
539
+ #: my-calendar-widgets.php:132
540
+ #@ my-calendar
541
+ msgid "Widget Options"
542
+ msgstr "Configuration du widget"
543
+
544
+ #: my-calendar-widgets.php:143
545
+ #@ my-calendar
546
+ msgid "Display upcoming events by:"
547
+ msgstr "Trier les évènements à venir par : "
548
+
549
+ #: my-calendar-widgets.php:144
550
+ #@ my-calendar
551
+ msgid "Events (e.g. 2 past, 3 future)"
552
+ msgstr "évènements (ex : 2 passés, 3 futurs)"
553
+
554
+ #: my-calendar-widgets.php:145
555
+ #@ my-calendar
556
+ msgid "Dates (e.g. 4 days past, 5 forward)"
557
+ msgstr "Dates (ex : 4 jours passés, 5 à venir)"
558
+
559
+ #: my-calendar-widgets.php:149
560
+ #@ my-calendar
561
+ msgid "Skip the first <em>n</em> events"
562
+ msgstr "Sauter les <em>n</em> premiers évènements"
563
+
564
+ #: my-calendar-widgets.php:152
565
+ #@ my-calendar
566
+ msgid "Events sort order:"
567
+ msgstr "Ordre de tri des évènements : "
568
+
569
+ #: my-calendar-widgets.php:153
570
+ #@ my-calendar
571
+ msgid "Ascending (near to far)"
572
+ msgstr "Ascendant (proche à loin)"
573
+
574
+ #: my-calendar-widgets.php:154
575
+ #@ my-calendar
576
+ msgid "Descending (far to near)"
577
+ msgstr "Descendant (du plus loin au plus près)"
578
+
579
+ #: my-calendar-widgets.php:165
580
+ #@ my-calendar
581
+ msgid "Show this text if there are no events meeting your criteria:"
582
+ msgstr "Afficher ce texte si il n'y a aucun évènement pour votre recherche : "
583
+
584
+ #: my-calendar-widgets.php:530
585
+ #@ my-calendar
586
+ msgid "My Calendar: Mini Calendar"
587
+ msgstr "My Calendar : Mini-calendrier"
588
+
589
+ #: my-calendar-widgets.php:551
590
+ #@ my-calendar
591
+ msgid "Calendar"
592
+ msgstr "Calendrier"
593
+
594
+ #: my-calendar-widgets.php:579
595
+ #@ my-calendar
596
+ msgid "Show Next/Previous Navigation:"
597
+ msgstr "Afficher les boutons de navigation précédent / suivant"
598
+
599
+ #: my-calendar-widgets.php:585
600
+ #@ my-calendar
601
+ msgid "Show Category Key:"
602
+ msgstr "Afficher la légende des catégories"
603
+
604
+ #: my-calendar-widgets.php:591
605
+ #@ my-calendar
606
+ msgid "Mini-Calendar Timespan:"
607
+ msgstr "Plage temporelle du mini-calendrier : "
608
+
609
+ #: my-calendar-settings.php:52
610
+ #@ my-calendar
611
+ msgid "Categories imported successfully."
612
+ msgstr "Catégories importées avec succès"
613
+
614
+ #: my-calendar-settings.php:52
615
+ #@ my-calendar
616
+ msgid "Categories not imported."
617
+ msgstr "Aucune catégories importées"
618
+
619
+ #: my-calendar-settings.php:53
620
+ #@ my-calendar
621
+ msgid "Events imported successfully."
622
+ msgstr "évènements importés avec succès"
623
+
624
+ #: my-calendar-settings.php:53
625
+ #@ my-calendar
626
+ msgid "Events not imported."
627
+ msgstr "Aucun évènement importé"
628
+
629
+ #: my-calendar-settings.php:89
630
+ #@ my-calendar
631
+ msgid "Permissions Settings saved"
632
+ msgstr "Permissions enregistrées"
633
+
634
+ #: my-calendar-settings.php:134
635
+ #@ my-calendar
636
+ msgid "Output Settings saved"
637
+ msgstr "Configuration enregistrée"
638
+
639
+ #: my-calendar-settings.php:153
640
+ #@ my-calendar
641
+ msgid "Input Settings saved"
642
+ msgstr "Configuration enregistrée"
643
+
644
+ #: my-calendar-settings.php:180
645
+ #@ my-calendar
646
+ msgid "Custom text settings saved"
647
+ msgstr "Configuration du texte personnalisé enregistrée"
648
+
649
+ #: my-calendar-settings.php:192
650
+ #@ my-calendar
651
+ msgid "Email notice settings saved"
652
+ msgstr "Configuration des infos de l'email enregistrée"
653
+
654
+ #: my-calendar-settings.php:206
655
+ #@ my-calendar
656
+ msgid "User custom settings saved"
657
+ msgstr "Configuration de l'utilisateur enregistrée"
658
+
659
+ #: my-calendar-settings.php:237
660
+ #@ my-calendar
661
+ msgid "My Calendar Options"
662
+ msgstr "Options My Calendar"
663
+
664
+ #: my-calendar-settings.php:241
665
+ #@ my-calendar
666
+ msgid "Calendar Management Settings"
667
+ msgstr "Configuration de la gestion du calendrier"
668
+
669
+ #: my-calendar-settings.php:246
670
+ #@ my-calendar
671
+ msgid "Calendar Options: Management"
672
+ msgstr "Options du calendrier : Gestion"
673
+
674
+ #: my-calendar-settings.php:248
675
+ #@ my-calendar
676
+ msgid "Lowest user group that may create events"
677
+ msgstr "Choisissez le niveau de permission pour créer des évènements"
678
+
679
+ #: my-calendar-settings.php:249
680
+ #: my-calendar-settings.php:258
681
+ #@ my-calendar
682
+ msgid "Subscriber"
683
+ msgstr "Abonné"
684
+
685
+ #: my-calendar-settings.php:250
686
+ #: my-calendar-settings.php:259
687
+ #: my-calendar-settings.php:267
688
+ #@ my-calendar
689
+ msgid "Contributor"
690
+ msgstr "Contributeur"
691
+
692
+ #: my-calendar-event-manager.php:940
693
+ #: my-calendar-group-manager.php:713
694
+ #: my-calendar-settings.php:251
695
+ #: my-calendar-settings.php:260
696
+ #: my-calendar-settings.php:268
697
+ #: my-calendar-settings.php:511
698
+ #@ my-calendar
699
+ msgid "Author"
700
+ msgstr "Auteur"
701
+
702
+ #: my-calendar-settings.php:252
703
+ #: my-calendar-settings.php:261
704
+ #: my-calendar-settings.php:269
705
+ #@ my-calendar
706
+ msgid "Editor"
707
+ msgstr "Editeur"
708
+
709
+ #: my-calendar-settings.php:253
710
+ #: my-calendar-settings.php:262
711
+ #: my-calendar-settings.php:270
712
+ #@ my-calendar
713
+ msgid "Administrator"
714
+ msgstr "Administrateur"
715
+
716
+ #: my-calendar-settings.php:257
717
+ #@ my-calendar
718
+ msgid "Lowest user group that may approve events"
719
+ msgstr "Choisissez le niveau de permission pour valider des évènements"
720
+
721
+ #: my-calendar-settings.php:263
722
+ #@ my-calendar
723
+ msgid "Enable approval options."
724
+ msgstr "Activer la fonction d'approbation"
725
+
726
+ #: my-calendar-settings.php:266
727
+ #@ my-calendar
728
+ msgid "Lowest user group that may edit or delete all events"
729
+ msgstr "Choisissez le niveau de permission pour supprimer ou modifier des évènements"
730
+
731
+ #: my-calendar-settings.php:272
732
+ #@ my-calendar
733
+ msgid "By default, only administrators may edit or delete any event. Other users may only edit or delete events which they authored."
734
+ msgstr "Par défaut, seuls les administrateurs peuvent éditer ou supprimer un évènement. Les autres utilisateurs doivent être autorisés pour avoir les mêmes permissions. "
735
+
736
+ #: my-calendar-settings.php:282
737
+ #@ my-calendar
738
+ msgid "Currently editing my local calendar"
739
+ msgstr "Édition du calendrier local en cours"
740
+
741
+ #: my-calendar-settings.php:285
742
+ #@ my-calendar
743
+ msgid "Currently editing the network calendar"
744
+ msgstr "Édition du calendrier réseau en cours"
745
+
746
+ #: my-calendar-settings.php:288
747
+ #@ my-calendar
748
+ msgid "You are currently working in the primary site for this network; your local calendar is also the global table."
749
+ msgstr "Vous travaillez sur le site primaire de ce réseau; votre calendrier local est ainsi la référence."
750
+
751
+ #: my-calendar-settings.php:299
752
+ #@ my-calendar
753
+ msgid "Calendar Text Settings"
754
+ msgstr "Configuration des liens et du texte"
755
+
756
+ #: my-calendar-settings.php:304
757
+ #@ my-calendar
758
+ msgid "Calendar Options: Customizable Text Fields"
759
+ msgstr "Options du calendrier : Personnalisation des champs texte"
760
+
761
+ #: my-calendar-settings.php:307
762
+ #@ my-calendar
763
+ msgid "Label for events without a set time"
764
+ msgstr "Champs pour les évènements sans heure spécifique"
765
+
766
+ #: my-calendar-settings.php:310
767
+ #@ my-calendar
768
+ msgid "Previous events link"
769
+ msgstr "Lien 'évènements passés'"
770
+
771
+ #: my-calendar-settings.php:310
772
+ #@ my-calendar
773
+ msgid "Previous Events"
774
+ msgstr "précédent"
775
+
776
+ #: my-calendar-settings.php:313
777
+ #@ my-calendar
778
+ msgid "Next events link"
779
+ msgstr "Lien 'évènements à venir'"
780
+
781
+ #: my-calendar-settings.php:313
782
+ #@ my-calendar
783
+ msgid "Next Events"
784
+ msgstr "suivant"
785
+
786
+ #: my-calendar-settings.php:316
787
+ #@ my-calendar
788
+ msgid "If events are open"
789
+ msgstr "Texte à afficher quand les inscriptions sont ouvertes"
790
+
791
+ #: my-calendar-settings.php:316
792
+ #@ my-calendar
793
+ msgid "Registration is open"
794
+ msgstr "L'inscription est ouverte"
795
+
796
+ #: my-calendar-settings.php:319
797
+ #@ my-calendar
798
+ msgid "If events are closed"
799
+ msgstr "Texte à afficher quand les inscriptions sont fermées"
800
+
801
+ #: my-calendar-settings.php:319
802
+ #@ my-calendar
803
+ msgid "Registration is closed"
804
+ msgstr "L'inscription est fermée"
805
+
806
+ #: my-calendar-settings.php:325
807
+ #@ my-calendar
808
+ msgid "Additional caption:"
809
+ msgstr "Légende facultative : "
810
+
811
+ #: my-calendar-settings.php:325
812
+ #@ my-calendar
813
+ msgid "The calendar caption is the text containing the displayed month and year in either list or calendar format. This text will be displayed following that existing text."
814
+ msgstr "La légende est le texte qui contient le mois et l'année affichées à la fois dans les modes liste et calendrier. Elle sera affichée à la suite du texte existant. "
815
+
816
+ #: my-calendar-settings.php:330
817
+ #@ my-calendar
818
+ msgid "Save Custom Text Settings"
819
+ msgstr "Enregistrer la configuration"
820
+
821
+ #: my-calendar-settings.php:336
822
+ #@ my-calendar
823
+ msgid "Calendar Output Settings"
824
+ msgstr "Options d'affichage du calendrier"
825
+
826
+ #: my-calendar-settings.php:342
827
+ #@ my-calendar
828
+ msgid "Calendar Options: Customize the Output of your Calendar"
829
+ msgstr "Options du calendrier : Personnalisation du rendu de votre calendrier"
830
+
831
+ #: my-calendar-settings.php:344
832
+ #@ my-calendar
833
+ msgid "General Calendar Options"
834
+ msgstr "Options du calendrier"
835
+
836
+ #: my-calendar-settings.php:348
837
+ #@ my-calendar
838
+ msgid "Can be any Page or Post which includes the <code>[my_calendar]</code> shortcode."
839
+ msgstr "Peut être n'importe quelle page ou article qui inclue la balise <code>[my_calendar]</code>"
840
+
841
+ #: my-calendar-settings.php:372
842
+ #@ my-calendar
843
+ msgid "Time format"
844
+ msgstr "Format horaire"
845
+
846
+ #: my-calendar-settings.php:372
847
+ #: my-calendar-settings.php:375
848
+ #: my-calendar-settings.php:378
849
+ #@ my-calendar
850
+ msgid "Current:"
851
+ msgstr "Actuellement : "
852
+
853
+ #: my-calendar-settings.php:384
854
+ #@ my-calendar
855
+ msgid "Show link to My Calendar RSS feed."
856
+ msgstr "Affiche le lien du Flux RSS. "
857
+
858
+ #: my-calendar-settings.php:384
859
+ #@ my-calendar
860
+ msgid "RSS feed shows recently added events."
861
+ msgstr "Les fil RSS propose les évènements ajoutés récemment."
862
+
863
+ #: my-calendar-settings.php:387
864
+ #@ my-calendar
865
+ msgid "Show link to iCal format download."
866
+ msgstr "Affiche le lien pour télécharger au format iCal. "
867
+
868
+ #: my-calendar-settings.php:387
869
+ #@ my-calendar
870
+ msgid "iCal outputs events occurring in the current calendar month."
871
+ msgstr "Export iCal des évènements présents dans le mois courant du calendrier."
872
+
873
+ #: my-calendar-settings.php:393
874
+ #@ my-calendar
875
+ msgid "Display a jumpbox for changing month and year quickly?"
876
+ msgstr "Afficher une boîte pour changer le mois et l'année rapidement ?"
877
+
878
+ #: my-calendar-settings.php:400
879
+ #@ my-calendar
880
+ msgid "Grid Layout Options"
881
+ msgstr "Option pour le mode calendrier"
882
+
883
+ #: my-calendar-settings.php:403
884
+ #@ my-calendar
885
+ msgid "Show Weekends on Calendar"
886
+ msgstr "Afficher les week-ends dans le calendrier"
887
+
888
+ #: my-calendar-settings.php:410
889
+ #@ my-calendar
890
+ msgid "List Layout Options"
891
+ msgstr "Liste des lieux"
892
+
893
+ #: my-calendar-settings.php:413
894
+ #@ my-calendar
895
+ msgid "How many months of events to show at a time:"
896
+ msgstr "Nombre de mois contenant des évènements qui seront affichés à la fois : "
897
+
898
+ #: my-calendar-settings.php:416
899
+ #, fuzzy
900
+ #@ my-calendar
901
+ msgid "Show the first event's title and the number of events that day next to the date."
902
+ msgstr "Affiche le titre du premier évènement ainsi que le nombre d'évènements pour la date indiquée:"
903
+
904
+ #: my-calendar-settings.php:423
905
+ #@ my-calendar
906
+ msgid "Event Details Options"
907
+ msgstr "Options des évènements"
908
+
909
+ #: my-calendar-settings.php:426
910
+ #@ my-calendar
911
+ msgid "Event title template"
912
+ msgstr "Modèle de titre d'évènement"
913
+
914
+ #: my-calendar-settings.php:427
915
+ #: my-calendar-settings.php:437
916
+ #@ my-calendar
917
+ msgid "Templating Help"
918
+ msgstr "Aide du modèle"
919
+
920
+ #: my-calendar-settings.php:427
921
+ #: my-calendar-settings.php:437
922
+ #@ my-calendar
923
+ msgid "All template tags are available."
924
+ msgstr "Toutes les balises du modèle sont disponibles. "
925
+
926
+ #: my-calendar-settings.php:430
927
+ #@ my-calendar
928
+ msgid "Event details link text"
929
+ msgstr "Détail du lien de l'évènement"
930
+
931
+ #: my-calendar-settings.php:432
932
+ #@ my-calendar
933
+ msgid "Available template tags: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>, <code>{date}</code>, <code>{time}</code>."
934
+ msgstr "Balises de modèle disponibles :: <code>{title}</code>, <code>{location}</code>, <code>{color}</code>, <code>{icon}</code>, <code>{time}</code>."
935
+
936
+ #: my-calendar-settings.php:435
937
+ #@ my-calendar
938
+ msgid "Event URL link text"
939
+ msgstr "Texte du lien de l'évènement"
940
+
941
+ #: my-calendar-settings.php:440
942
+ #@ my-calendar
943
+ msgid "Display author's name"
944
+ msgstr "Afficher le nom de l'auteur"
945
+
946
+ #: my-calendar-settings.php:443
947
+ #@ my-calendar
948
+ msgid "Display link to single event iCal download."
949
+ msgstr "Afficher le lien vers le téléchargement unitaire iCal"
950
+
951
+ #: my-calendar-settings.php:446
952
+ #@ my-calendar
953
+ msgid "Hide category icons"
954
+ msgstr "Masquer les icônes des catégories dans l'affichage du calendrier. "
955
+
956
+ #: my-calendar-settings.php:449
957
+ #@ my-calendar
958
+ msgid "Show Link to Google Map"
959
+ msgstr "Afficher le lien vers Google Map"
960
+
961
+ #: my-calendar-settings.php:452
962
+ #@ my-calendar
963
+ msgid "Show Event Address"
964
+ msgstr "Affiche l'adresse de l'évènement"
965
+
966
+ #: my-calendar-settings.php:455
967
+ #@ my-calendar
968
+ msgid "Show short description field on calendar."
969
+ msgstr "Affiche la description sommaire de l'évènement"
970
+
971
+ #: my-calendar-settings.php:458
972
+ #@ my-calendar
973
+ msgid "Show full description field on calendar."
974
+ msgstr "Affiche la description complète de l'évènement"
975
+
976
+ #: my-calendar-settings.php:461
977
+ #@ my-calendar
978
+ msgid "Show link to single-event details. (requires <a href='#mc_uri'>URL, above</a>)"
979
+ msgstr "Afficher le lien vers les détails sur le calendrier (nécessite une <a href='#mc_uri'>URL, </a> pour le calendrier)"
980
+
981
+ #: my-calendar-settings.php:464
982
+ #@ my-calendar
983
+ msgid "Event links expire after the event has passed."
984
+ msgstr "Ce lien sera inactif une fois l'évènement passé. "
985
+
986
+ #: my-calendar-settings.php:467
987
+ #@ my-calendar
988
+ msgid "Show current availability status"
989
+ msgstr "Afficher le statut de l'évènement"
990
+
991
+ #: my-calendar-settings.php:470
992
+ #@ my-calendar
993
+ msgid "Default usage of category colors."
994
+ msgstr "Couleur des catégories par défaut. "
995
+
996
+ #: my-calendar-settings.php:471
997
+ #@ my-calendar
998
+ msgid "Apply category colors to event titles as a font color."
999
+ msgstr "Appliquer les couleurs des catégories pour les titres d'évènements comme une couleur de texte. "
1000
+
1001
+ #: my-calendar-settings.php:472
1002
+ #@ my-calendar
1003
+ msgid "Apply category colors to event titles as a background color."
1004
+ msgstr "Appliquer les couleurs des catégories pour les titres d'évènements comme une couleur de fond. "
1005
+
1006
+ #: my-calendar-settings.php:478
1007
+ #@ my-calendar
1008
+ msgid "Event Scheduling Options"
1009
+ msgstr "Options de programmation de l'évènement"
1010
+
1011
+ #: my-calendar-settings.php:481
1012
+ #@ my-calendar
1013
+ msgid "Default setting for event input: If a recurring event is scheduled for a date which doesn't exist (such as the 5th Wednesday in February), move it back one week."
1014
+ msgstr "Paramètre par défaut pour l'évènement : Si un évènement récurrent est programmé pour une date qui n'existe pas, il sera décalé d'une semaine en amont. "
1015
+
1016
+ #: my-calendar-settings.php:484
1017
+ #@ my-calendar
1018
+ msgid "Holiday Category"
1019
+ msgstr "Catégorie Vacances"
1020
+
1021
+ #: my-calendar-settings.php:486
1022
+ #@ my-calendar
1023
+ msgid "None"
1024
+ msgstr "Aucun"
1025
+
1026
+ #: my-calendar-settings.php:502
1027
+ #@ my-calendar
1028
+ msgid "Default setting for event input: If an event coincides with an event in the designated \"Holiday\" category, do not show the event."
1029
+ msgstr "Paramètre par défaut pour l'évènement : Si un évènement coïncide avec un évènement de la catégorie \"Vacances\", il ne sera pas affiché. "
1030
+
1031
+ #: my-calendar-settings.php:505
1032
+ #@ my-calendar
1033
+ msgid "Default Sort order for Admin Events List"
1034
+ msgstr "Ordre d'affichage par défaut de la liste des évènements pour les administrateurs"
1035
+
1036
+ #: my-calendar-settings.php:507
1037
+ #@ my-calendar
1038
+ msgid "Event ID"
1039
+ msgstr "ID des évènements"
1040
+
1041
+ #: my-calendar-event-manager.php:937
1042
+ #: my-calendar-group-manager.php:710
1043
+ #: my-calendar-settings.php:509
1044
+ #@ my-calendar
1045
+ msgid "Description"
1046
+ msgstr "Description"
1047
+
1048
+ #: my-calendar-event-manager.php:938
1049
+ #: my-calendar-group-manager.php:711
1050
+ #: my-calendar-settings.php:510
1051
+ #@ my-calendar
1052
+ msgid "Start Date"
1053
+ msgstr "Date de début"
1054
+
1055
+ #: my-calendar-event-manager.php:941
1056
+ #: my-calendar-group-manager.php:714
1057
+ #: my-calendar-settings.php:512
1058
+ #@ my-calendar
1059
+ msgid "Category"
1060
+ msgstr "Catégorie"
1061
+
1062
+ #: my-calendar-settings.php:340
1063
+ #: my-calendar-settings.php:521
1064
+ #@ my-calendar
1065
+ msgid "Save Output Settings"
1066
+ msgstr "Enregistrer la configuration"
1067
+
1068
+ #: my-calendar-settings.php:527
1069
+ #@ my-calendar
1070
+ msgid "Calendar Input Settings"
1071
+ msgstr "Options de l'interface du calendrier"
1072
+
1073
+ #: my-calendar-settings.php:532
1074
+ #@ my-calendar
1075
+ msgid "Select which input fields will be available when adding or editing events."
1076
+ msgstr "Sélectionner les champs disponibles quand on ajoute ou édite des évènements. "
1077
+
1078
+ #: my-calendar-settings.php:537
1079
+ #@ my-calendar
1080
+ msgid "Show Event Location Dropdown Menu"
1081
+ msgstr "Afficher le menu déroulant du lieu"
1082
+
1083
+ #: my-calendar-settings.php:537
1084
+ #@ my-calendar
1085
+ msgid "Show Event Short Description field"
1086
+ msgstr "Afficher le champ de la description sommaire"
1087
+
1088
+ #: my-calendar-settings.php:537
1089
+ #@ my-calendar
1090
+ msgid "Show Event Description Field"
1091
+ msgstr "Afficher le champ de description de l'évènement"
1092
+
1093
+ #: my-calendar-settings.php:537
1094
+ #@ my-calendar
1095
+ msgid "Show Event Category field"
1096
+ msgstr "Afficher le champ de catégorie de l'évènement"
1097
+
1098
+ #: my-calendar-settings.php:537
1099
+ #@ my-calendar
1100
+ msgid "Show Event image field"
1101
+ msgstr "Afficher le champ 'image' de l'évènement"
1102
+
1103
+ #: my-calendar-settings.php:537
1104
+ #@ my-calendar
1105
+ msgid "Show Event Link field"
1106
+ msgstr "Afficher le champ 'lien' de l'évènement"
1107
+
1108
+ #: my-calendar-settings.php:537
1109
+ #@ my-calendar
1110
+ msgid "Show Event Recurrence Options"
1111
+ msgstr "Afficher les options de récurrences de l'évènement"
1112
+
1113
+ #: my-calendar-settings.php:537
1114
+ #@ my-calendar
1115
+ msgid "Show Event registration options"
1116
+ msgstr "Afficher les options d'inscription"
1117
+
1118
+ #: my-calendar-settings.php:537
1119
+ #@ my-calendar
1120
+ msgid "Show Event location fields"
1121
+ msgstr "Afficher le champ du lieu de l'évènement"
1122
+
1123
+ #: my-calendar-settings.php:537
1124
+ #@ default
1125
+ msgid "Use HTML Editor in Event Description Field"
1126
+ msgstr "Utiliser l'éditeur HTML dans le champ de description de l'évènement"
1127
+
1128
+ #: my-calendar-settings.php:550
1129
+ #@ my-calendar
1130
+ msgid "Administrators see all input options"
1131
+ msgstr "Les administrateurs voient toutes les options"
1132
+
1133
+ #: my-calendar-settings.php:555
1134
+ #@ my-calendar
1135
+ msgid "Save Input Settings"
1136
+ msgstr "Enregistrer la configuration"
1137
+
1138
+ #: my-calendar-settings.php:562
1139
+ #@ my-calendar
1140
+ msgid "Multisite Settings (Network Administrators only)"
1141
+ msgstr "Configuration multisite (Administrateur réseau uniquement)"
1142
+
1143
+ #: my-calendar-settings.php:564
1144
+ #@ my-calendar
1145
+ msgid "Multisite support is a beta feature - use with caution."
1146
+ msgstr "La gestion multisite es tune fonctionnalité en test (beta)- à utiliser avec précaution."
1147
+
1148
+ #: my-calendar-settings.php:569
1149
+ #@ my-calendar
1150
+ msgid "Settings for WP MultiSite configurations"
1151
+ msgstr "Configuration pour WP multisite"
1152
+
1153
+ #: my-calendar-settings.php:570
1154
+ #@ my-calendar
1155
+ msgid "The central calendar is the calendar associated with the primary site in your WordPress Multisite network."
1156
+ msgstr "Le calendrier central est le calendrier associé au site primaire de votre réseu WordPress Multisite."
1157
+
1158
+ #: my-calendar-settings.php:572
1159
+ #@ my-calendar
1160
+ msgid "Site owners may only post to their local calendar"
1161
+ msgstr "Les propriétaires du site peuvent seulement publier des événements dans leur calendrier local"
1162
+
1163
+ #: my-calendar-settings.php:573
1164
+ #@ my-calendar
1165
+ msgid "Site owners may only post to the central calendar"
1166
+ msgstr "Les propriétaires du site peuvent seulement publier des évènements dans le calendrier central"
1167
+
1168
+ #: my-calendar-settings.php:574
1169
+ #@ my-calendar
1170
+ msgid "Site owners may manage either calendar"
1171
+ msgstr "Les propriétaires du site doivent gérer soit le calendrier"
1172
+
1173
+ #: my-calendar-settings.php:576
1174
+ #@ my-calendar
1175
+ msgid "Changes only effect input permissions. Public-facing calendars will be unchanged."
1176
+ msgstr "Les changements concernent seulement les permissions. L'aspect public du calendrier restera inchangé."
1177
+
1178
+ #: my-calendar-settings.php:583
1179
+ #@ my-calendar
1180
+ msgid "Save Multisite Settings"
1181
+ msgstr "Enregistrer la configuration multisite"
1182
+
1183
+ #: my-calendar-settings.php:590
1184
+ #@ my-calendar
1185
+ msgid "Calendar Email Settings"
1186
+ msgstr "Configuration des notifications par Email"
1187
+
1188
+ #: my-calendar-settings.php:595
1189
+ #@ my-calendar
1190
+ msgid "Calendar Options: Email Notifications"
1191
+ msgstr "Notifications E-mail"
1192
+
1193
+ #: my-calendar-settings.php:599
1194
+ #@ my-calendar
1195
+ msgid "Send Email Notifications when new events are scheduled or reserved."
1196
+ msgstr "Envoyer des notifications par mail quand de nouveaux évènements sont prévus ou réservés. "
1197
+
1198
+ #: my-calendar-settings.php:602
1199
+ #@ my-calendar
1200
+ msgid "Notification messages are sent to: "
1201
+ msgstr "Les messages de notification sont envoyés à : "
1202
+
1203
+ #: my-calendar-settings.php:605
1204
+ #@ my-calendar
1205
+ msgid "Email subject"
1206
+ msgstr "Sujet"
1207
+
1208
+ #: my-calendar-settings.php:605
1209
+ #@ my-calendar
1210
+ msgid "New event Added"
1211
+ msgstr "Nouvel évènement ajouté"
1212
+
1213
+ #: my-calendar-settings.php:608
1214
+ #@ my-calendar
1215
+ msgid "Message Body"
1216
+ msgstr "Corps du message"
1217
+
1218
+ #: my-calendar-settings.php:608
1219
+ #@ my-calendar
1220
+ msgid "New Event:"
1221
+ msgstr "Nouvel évènement : "
1222
+
1223
+ #: my-calendar-settings.php:609
1224
+ #@ my-calendar
1225
+ msgid "Shortcode Help"
1226
+ msgstr "Aide sur le shortcode"
1227
+
1228
+ #: my-calendar-settings.php:609
1229
+ #@ my-calendar
1230
+ msgid "All template shortcodes are available."
1231
+ msgstr "Toutes les fonctions Shortcode sont disponibles. "
1232
+
1233
+ #: my-calendar-settings.php:614
1234
+ #@ my-calendar
1235
+ msgid "Save Email Settings"
1236
+ msgstr "Enregistrer la configuration"
1237
+
1238
+ #: my-calendar-settings.php:620
1239
+ #@ my-calendar
1240
+ msgid "Calendar User Settings"
1241
+ msgstr "Préférences de l'utilisateur"
1242
+
1243
+ #: my-calendar-settings.php:627
1244
+ #@ my-calendar
1245
+ msgid "Settings which can be configured in registered user's accounts"
1246
+ msgstr "Les options de configuration peuvent aussi être définies dans les comptes d'utilisateurs enregistrés. "
1247
+
1248
+ #: my-calendar-settings.php:629
1249
+ #@ my-calendar
1250
+ msgid "Allow registered users to provide timezone or location presets in their user profiles."
1251
+ msgstr "Autoriser les utilisateurs enregistrés à modifier leurs fuseaux horaires et leurs villes dans leurs profils. "
1252
+
1253
+ #: my-calendar-settings.php:641
1254
+ #@ my-calendar
1255
+ msgid "Timezone Settings"
1256
+ msgstr "Configuration du fuseau horaire"
1257
+
1258
+ #: my-calendar-settings.php:642
1259
+ #@ my-calendar
1260
+ msgid "These settings provide registered users with the ability to select a time zone in their user profile. When they view your calendar, the times for events will display the time the event happens in their time zone as well as the entered value."
1261
+ msgstr "Ces paramètres permettent aux utilisateurs enregistrés la possibilité de sélectionner leur fuseau horaire dans leur profil. Quand ils regarderont le calendrier, la date des évènements affichée sera fonction du fuseau horaire choisi. "
1262
+
1263
+ #: my-calendar-settings.php:644
1264
+ #@ my-calendar
1265
+ msgid "Enable Timezone"
1266
+ msgstr "Activer le fuseau horaire"
1267
+
1268
+ #: my-calendar-settings.php:647
1269
+ #@ my-calendar
1270
+ msgid "Select Timezone Label"
1271
+ msgstr "Choisir un fuseau horaire"
1272
+
1273
+ #: my-calendar-settings.php:650
1274
+ #@ my-calendar
1275
+ msgid "Timezone Options"
1276
+ msgstr "Options du fuseau horaire"
1277
+
1278
+ #: my-calendar-settings.php:650
1279
+ #: my-calendar-settings.php:674
1280
+ #@ my-calendar
1281
+ msgid "Value, Label; one per line"
1282
+ msgstr "Valeur, nom ; une par ligne"
1283
+
1284
+ #: my-calendar-settings.php:662
1285
+ #@ my-calendar
1286
+ msgid "Location Settings"
1287
+ msgstr "Configuration des lieux"
1288
+
1289
+ #: my-calendar-settings.php:663
1290
+ #@ my-calendar
1291
+ msgid "These settings provide registered users with the ability to select a location in their user profile. When they view your calendar, their initial view will be limited to locations which include that location parameter. These values can also be used to generate custom location filtering options using the <code>my_calendar_locations</code> shortcode. It is not necessary to enable these settings for users to use the custom filtering options."
1292
+ msgstr "Ces paramètres fournissent aux utilisateurs enregistrés la possibilité de sélectionner un lieu dans leur profil. Quand ils consulteront votre calendrier, leur vue initiale sera limitée au lieu indiqué dans le profil. Ces valeurs peuvent aussi permettre un filtre d'affichage sur le lieu en utilisant la balise shortcode <code>my_calendar_locations</code>. Il n'es pas nécessaire d'activer ces paramètres pour les utilisateurs dans ce cadre d option de filtrage."
1293
+
1294
+ #: my-calendar-settings.php:665
1295
+ #@ my-calendar
1296
+ msgid "Enable Location"
1297
+ msgstr "Activer le lieu"
1298
+
1299
+ #: my-calendar-settings.php:668
1300
+ #@ my-calendar
1301
+ msgid "Use this location list as input control"
1302
+ msgstr "Utiliser cette liste comme référence des lieux"
1303
+
1304
+ #: my-calendar-settings.php:668
1305
+ #@ my-calendar
1306
+ msgid "The normal text entry for this location type will be replaced by a drop down containing these choices."
1307
+ msgstr "Le texte renseigné pour ce lieu sera remplacé par une liste déroulante contenant ces choix."
1308
+
1309
+ #: my-calendar-settings.php:671
1310
+ #@ my-calendar
1311
+ msgid "Select Location Label"
1312
+ msgstr "Choisissez un nom de lieu"
1313
+
1314
+ #: my-calendar-settings.php:674
1315
+ #@ my-calendar
1316
+ msgid "Location Options"
1317
+ msgstr "Options des lieux"
1318
+
1319
+ #: my-calendar-settings.php:684
1320
+ #@ my-calendar
1321
+ msgid "Location Type"
1322
+ msgstr "Type de lieu"
1323
+
1324
+ #: my-calendar-event-manager.php:769
1325
+ #: my-calendar-group-manager.php:460
1326
+ #: my-calendar-locations.php:157
1327
+ #: my-calendar-settings.php:688
1328
+ #@ my-calendar
1329
+ msgid "State/Province"
1330
+ msgstr "Département"
1331
+
1332
+ #: my-calendar-settings.php:697
1333
+ #@ my-calendar
1334
+ msgid "Save User Settings"
1335
+ msgstr "Enregistrer les options de l'utilisateur"
1336
+
1337
+ #: my-calendar-event-manager.php:102
1338
+ #: my-calendar-settings.php:711
1339
+ #@ my-calendar
1340
+ msgid "My Calendar has identified that you have the Calendar plugin by Kieran O'Shea installed. You can import those events and categories into the My Calendar database. Would you like to import these events?"
1341
+ msgstr "Le plugin Calendar de Kieran O'Shea a été dectecté sur votre installation Wordpress. Vous pouvez importer les évènements et catégories dans la base de données de My Calendar. Voulez-vous lancer l'import ?"
1342
+
1343
+ #: my-calendar-event-manager.php:109
1344
+ #: my-calendar-settings.php:718
1345
+ #@ my-calendar
1346
+ msgid "Import from Calendar"
1347
+ msgstr "Import depuis Calendar"
1348
+
1349
+ #: my-calendar-help.php:7
1350
+ #@ my-calendar
1351
+ msgid "How to use My Calendar"
1352
+ msgstr "Comment utiliser My Calendar"
1353
+
1354
+ #: my-calendar-help.php:12
1355
+ #@ my-calendar
1356
+ msgid "Shortcode Syntax"
1357
+ msgstr "Syntaxe du Shortcode"
1358
+
1359
+ #: my-calendar-help.php:15
1360
+ #@ my-calendar
1361
+ msgid "These shortcodes can be used in Posts, Pages, or in text widgets."
1362
+ msgstr "Le Shortcode peut-être employé dans les pages, les articles ou les widgets de type Texte. "
1363
+
1364
+ #: my-calendar-help.php:17
1365
+ #@ my-calendar
1366
+ msgid "Main Calendar Shortcode (List or Grid, Weekly or Monthly view)"
1367
+ msgstr "Shortcode pour le calendrier principal (liste ou calendrier, vue hebdomadaire ou mensuelle)"
1368
+
1369
+ #: my-calendar-help.php:19
1370
+ #@ my-calendar
1371
+ msgid "This basic shortcode will show the calendar on a post or page including all categories and the category key, in a traditional month-by-month format."
1372
+ msgstr "Cette balise shortcode affiche le calendrier sur une article ou une page, avec toutes les catégories ainsi que leur légende dans un format classique mensuel"
1373
+
1374
+ #: my-calendar-help.php:22
1375
+ #@ my-calendar
1376
+ msgid "The shortcode supports eight attributes:"
1377
+ msgstr "La balise shortcode supporte huit attributs:"
1378
+
1379
+ #: my-calendar-help.php:24
1380
+ #@ my-calendar
1381
+ msgid "Names or IDs of categories included in this calendar, comma or pipe separated."
1382
+ msgstr "Libellé ou ID des catégories inclues dans ce calendrier, séparés par des virgules ou des barres verticales (pipe)"
1383
+
1384
+ #: my-calendar-help.php:25
1385
+ #@ my-calendar
1386
+ msgid "Either \"list\" or \"mini\" to show the list view or the mini calendar; exclude or any other value to show the main grid calendar."
1387
+ msgstr " \"list\" or \"mini\" pour afficher le mode liste ou le mini calendrier; omis ou toute autre valeur pour afficher le calendrier principal."
1388
+
1389
+ #: my-calendar-help.php:26
1390
+ #@ my-calendar
1391
+ msgid "Set as \"no\" to hide the category key."
1392
+ msgstr "Valeur \"no\" pour masquer la légende"
1393
+
1394
+ #: my-calendar-help.php:27
1395
+ #@ my-calendar
1396
+ msgid "Set as \"no\" to hide the month-by-month navigation."
1397
+ msgstr "Valeur \"no\" pour masque la navigation d'un mois à l'autre."
1398
+
1399
+ #: my-calendar-help.php:28
1400
+ #@ my-calendar
1401
+ msgid "Set as \"yes\" to show a link to switch between list and grid formats."
1402
+ msgstr "Valeur\"yes\" pour afficher le lien permettant de basculer du mode calendrier au mode liste."
1403
+
1404
+ #: my-calendar-help.php:29
1405
+ #@ my-calendar
1406
+ msgid "Set to \"week\" to show a one week view or to \"day\" to show a single day view. Any other value will show a month view. (Day view shows as a list regardless of format setting.)"
1407
+ msgstr "\"week\" pour afficher une vue hebdomadaire ou \"day\" pour afficher une vue journalière. Pour toute autre valeur, affiche un calendrier mensuel. (La vue journalière est affichée sous forme de liste quel que soit le format défini)"
1408
+
1409
+ #: my-calendar-help.php:30
1410
+ #@ my-calendar
1411
+ msgid "The type of location data to restrict by."
1412
+ msgstr "Type de lieu pour lequel restreindre l'affichage."
1413
+
1414
+ #: my-calendar-help.php:31
1415
+ #@ my-calendar
1416
+ msgid "The specific location information to filter to."
1417
+ msgstr "Lieu sur lequel établir un filtre."
1418
+
1419
+ #: my-calendar-help.php:35
1420
+ #@ my-calendar
1421
+ msgid "The main My Calendar short code can be generated from a button in your post and page editor. The mini calendar can also be accessed and configured as a widget."
1422
+ msgstr "Le Shortcode principal peut-être généré via un bouton sur votre éditeur de page ou d'article. Le mini-calendrier peut être accessible et configuré comme un widget. "
1423
+
1424
+ #: my-calendar-help.php:37
1425
+ #@ my-calendar
1426
+ msgid "Additional Calendar Views (Upcoming events, today's events)"
1427
+ msgstr "Vues additionnelles du calendrier (évènements à venir, évènements actuels)"
1428
+
1429
+ #: my-calendar-help.php:39
1430
+ #@ my-calendar
1431
+ msgid "This shortcode displays the output of the Upcoming Events widget. The <code>before</code> and <code>after</code> attributes should be numbers; the <code>type</code> attribute can be either \"event\" or \"days\", and the <code>category</code> attribute works the same way as the category attribute on the main calendar shortcode. Templates work using the template codes listed below. <code>fallback</code> provides text in case there are no events meeting your criteria. Order provides a sort order for the events list &ndash; either ascending (<code>asc</code>) or descending (<code>desc</code>). <code>Skip</code> is the number of events to skip in the upcoming events."
1432
+ msgstr "Ces balises affichent l'encart des évènements à venir. Les attributs <code>before</code> et <code>after</code> doivent être des nombres ; l'attribut <code>type</code> peut-être \"event\" ou \"day\", et l'attribut <code>category</code> possède les mêmes propriétés que pour le calendrier principal. Les balises emploient le code type listé ci-dessous. L'attribut <code>fallback</code> affiche le texte 'aucun évènement ne correspond à votre recherche'. Il est également possible de choisir pour l'affichage de la liste des évènements un ordre ascendant (<code>asc</code>) ou descendant (<code>desc</code>). L'attribut <code>Skip</code> correspond au nombre d'évènements à passer dans les évènements à venir."
1433
+
1434
+ #: my-calendar-help.php:42
1435
+ #@ my-calendar
1436
+ msgid "Predictably enough, this shortcode displays the output of the Today's Events widget, with three configurable attributes: category, template and fallback text."
1437
+ msgstr "Comme vous vous en doutez, ce code affiche l'onglet des évènements du jour avec trois attributs configurables : la catégorie, le modèle et le texte en cas d'erreur."
1438
+
1439
+ #: my-calendar-help.php:45
1440
+ #@ my-calendar
1441
+ msgid "Both Upcoming Events and Today's Events can also be configured using widgets."
1442
+ msgstr "Tous les évènements prévus et en cours peuvent aussi être configurés pour les widgets. "
1443
+
1444
+ #: my-calendar-help.php:48
1445
+ #@ my-calendar
1446
+ msgid "Supplement Features (Locations filter, Categories filter)"
1447
+ msgstr "Fonctionnalités supplémentaires (filtre des lieux et des catégories)"
1448
+
1449
+ #: my-calendar-help.php:51
1450
+ #@ my-calendar
1451
+ msgid "This shortcode produces a list of event locations, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>, <code>type</code> is either <code>saved</code> (to show items from your stored locations), or <code>custom</code> (to show the options configured in your user settings). <code>datatype</code> must be the type of data your limits are choosing from: <code>name</code> (business name), <code>city</code>, <code>state</code>, <code>country</code>, <code>zip</code> (postal code), or <code>region</code>."
1452
+ msgstr "Ce code produit une liste de lieux, affichée (<code>show</code>) comme une liste de liens (<code>list</code>) ou une liste déroulante de formulaire (<code>form</code>). L'attribut <code>type</code> sera <code>saved</code> (si l'on veut afficher les évènements d'un lieu enregistré ), ou <code>custom</code> (pour afficher les options choisies dans l'interface de configuration). <code>datatype</code> doit être le type de données choisies : <code>name</code> (nom de l'entreprise), <code>city</code>, <code>state</code>, <code>country</code>, ou <code>zip</code> (code postal). "
1453
+
1454
+ #: my-calendar-help.php:54
1455
+ #@ my-calendar
1456
+ msgid "If you want to display a list of locations in your database, use this shortcode. The <code>datatype</code> is the type of data displayed; all lists will include a link to the map of that location. In addition to basic location information as in the above shortcode, you can also use \"hcard\" to display all available location information."
1457
+ msgstr "Si vous souhaitez afficher une liste de lieux définis dans votre base de données; utilisez ce shortcode. Le <code>datatype</code> correspond au type de donnée affiché; toutes les listes incluront lien vers la cartographie du lieu. En plus des informations élémentaires tels que définis dans les shortcodes ci-après, vous pouvez utiliser \"hcard\" pour afficher toutes les informations de localisation disponibles."
1458
+
1459
+ #: my-calendar-help.php:57
1460
+ #@ my-calendar
1461
+ msgid "This shortcode produces a list of event categories, either as a list of links or as a select dropdown form. The <code>show</code> attribute can either be <code>list</code> or <code>form</code>."
1462
+ msgstr "Ce Shortcode produit une liste des catégories d'évènements, sous forme de liste de liens ou de liste déroulante : la balise <code>show</code>peut-être définie comme <code>list</code> ou <code>form</code>."
1463
+
1464
+ #: my-calendar-help.php:63
1465
+ #@ my-calendar
1466
+ msgid "Category Icons"
1467
+ msgstr "Catégorie des icônes"
1468
+
1469
+ #: my-calendar-help.php:66
1470
+ #@ my-calendar
1471
+ msgid "My Calendar is designed to manage multiple calendars. The basis for these calendars are categories; you can easily setup a calendar page which includes all categories, or you can dedicate separate pages to calendars in each category. For an example, this might be useful for you in managing the tour calendars for multiple bands; event calendars for a variety of locations, etc."
1472
+ msgstr "My Calendar est conçu pour gérer plusieurs calendriers, gérés sous forme de catégories. Vous pouvez facilement me