The Events Calendar - Version 1.6.1

Version Description

Features

  • override plugin css by putting a custom events.css in /wp-content//events/
  • override calendar view by putting a custom table.php in //events/
  • iCal import buttons added to calendar and list views

Translations

  • Russian added [Vsevolod Gavrilenko]
  • French updated [Boddhi]

Bugs

  • new month previous and next links now translate
  • the calendar view tooltip on mouse hover now truncates the post content
  • state/province now shows properly on post edit page load
Download this release

Release Info

Developer justinendler
Plugin Icon The Events Calendar
Version 1.6.1
Comparing to
See all releases

Code changes from version 1.6 to 1.6.1

Files changed (74) hide show
  1. lang/the-events-calendar-fr_FR.mo +0 -0
  2. lang/the-events-calendar-fr_FR.po +1742 -1631
  3. lang/the-events-calendar-ru_RU.mo +0 -0
  4. lang/the-events-calendar-ru_RU.po +1723 -0
  5. lang/the-events-calendar.pot +29 -25
  6. readme.txt +26 -4
  7. resources/events.css +10 -0
  8. screenshot-1.png +0 -0
  9. screenshot-2.png +0 -0
  10. screenshot-4.png +0 -0
  11. screenshot-5.png +0 -0
  12. template-tags.php +7 -1
  13. the-events-calendar.class.php +9 -6
  14. the-events-calendar.php +1 -1
  15. trunk/events-calendar-widget.class.php +60 -0
  16. trunk/events-list-widget.class.php +128 -0
  17. trunk/lang/the-events-calendar-cs_CZ.mo +0 -0
  18. trunk/lang/the-events-calendar-cs_CZ.po +1620 -0
  19. trunk/lang/the-events-calendar-da_DA.mo +0 -0
  20. trunk/lang/the-events-calendar-da_DA.po +1580 -0
  21. trunk/lang/the-events-calendar-de_DE.mo +0 -0
  22. trunk/lang/the-events-calendar-de_DE.po +1709 -0
  23. trunk/lang/the-events-calendar-en_US.mo +0 -0
  24. trunk/lang/the-events-calendar-en_US.po +1579 -0
  25. trunk/lang/the-events-calendar-es_ES.mo +0 -0
  26. trunk/lang/the-events-calendar-es_ES.po +1580 -0
  27. trunk/lang/the-events-calendar-fr_FR.mo +0 -0
  28. trunk/lang/the-events-calendar-fr_FR.po +1742 -0
  29. trunk/lang/the-events-calendar-it_IT.mo +0 -0
  30. trunk/lang/the-events-calendar-it_IT.po +1515 -0
  31. trunk/lang/the-events-calendar-nl_NL.mo +0 -0
  32. trunk/lang/the-events-calendar-nl_NL.po +1586 -0
  33. trunk/lang/the-events-calendar-pl_PL.mo +0 -0
  34. trunk/lang/the-events-calendar-pl_PL.po +1577 -0
  35. trunk/lang/the-events-calendar-pt_BR.mo +0 -0
  36. trunk/lang/the-events-calendar-pt_BR.po +1615 -0
  37. trunk/lang/the-events-calendar-ru_RU.mo +0 -0
  38. trunk/lang/the-events-calendar-ru_RU.po +1723 -0
  39. trunk/lang/the-events-calendar-sp_SP.mo +0 -0
  40. trunk/lang/the-events-calendar-sp_SP.po +1618 -0
  41. trunk/lang/the-events-calendar-sv_SE.mo +0 -0
  42. trunk/lang/the-events-calendar-sv_SE.po +1617 -0
  43. trunk/lang/the-events-calendar.pot +1734 -0
  44. trunk/readme.txt +409 -0
  45. trunk/resources/events.css +272 -0
  46. trunk/resources/events.js +23 -0
  47. trunk/resources/images/bg_fade.png +0 -0
  48. trunk/resources/images/eb_press_little.gif +0 -0
  49. trunk/resources/images/tooltip-arrow.png +0 -0
  50. trunk/screenshot-1.png +0 -0
  51. trunk/screenshot-2.png +0 -0
  52. trunk/screenshot-3.png +0 -0
  53. trunk/screenshot-4.png +0 -0
  54. trunk/screenshot-5.png +0 -0
  55. trunk/screenshot-6.png +0 -0
  56. trunk/screenshot-7.png +0 -0
  57. trunk/template-tags.php +777 -0
  58. trunk/the-events-calendar-exception.class.php +34 -0
  59. trunk/the-events-calendar.class.php +1320 -0
  60. trunk/the-events-calendar.php +42 -0
  61. trunk/uninstall.php +4 -0
  62. trunk/views/datepicker.php +23 -0
  63. trunk/views/events-list-load-widget-admin.php +41 -0
  64. trunk/views/events-list-load-widget-display.php +49 -0
  65. trunk/views/events-meta-box.php +573 -0
  66. trunk/views/events-options.php +360 -0
  67. trunk/views/gridview.php +36 -0
  68. trunk/views/list.php +117 -0
  69. trunk/views/single.php +62 -0
  70. trunk/views/table.php +148 -0
  71. views/events-meta-box.php +2 -2
  72. views/gridview.php +1 -2
  73. views/list.php +1 -1
  74. views/table.php +1 -1
lang/the-events-calendar-fr_FR.mo CHANGED
Binary file
lang/the-events-calendar-fr_FR.po CHANGED
@@ -1,1631 +1,1742 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: the-events-calendar\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-01-27 01:29-0800\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Enseignons.be <enseignement@gmail.com>\n"
8
- "Language-Team: Enseignons.be <benjamin.nizet@enseignons.be>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: French\n"
15
- "X-Poedit-Country: FRANCE\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: the-events-calendar.php:53
20
- msgid "United States"
21
- msgstr ""
22
-
23
- #: the-events-calendar.php:54
24
- msgid "Afghanistan"
25
- msgstr ""
26
-
27
- #: the-events-calendar.php:55
28
- msgid "Albania"
29
- msgstr ""
30
-
31
- #: the-events-calendar.php:56
32
- msgid "Algeria"
33
- msgstr ""
34
-
35
- #: the-events-calendar.php:57
36
- msgid "American Samoa"
37
- msgstr ""
38
-
39
- #: the-events-calendar.php:58
40
- msgid "Andorra"
41
- msgstr ""
42
-
43
- #: the-events-calendar.php:59
44
- msgid "Angola"
45
- msgstr ""
46
-
47
- #: the-events-calendar.php:60
48
- msgid "Anguilla"
49
- msgstr ""
50
-
51
- #: the-events-calendar.php:61
52
- msgid "Antarctica"
53
- msgstr ""
54
-
55
- #: the-events-calendar.php:62
56
- msgid "Antigua And Barbuda"
57
- msgstr ""
58
-
59
- #: the-events-calendar.php:63
60
- msgid "Argentina"
61
- msgstr ""
62
-
63
- #: the-events-calendar.php:64
64
- msgid "Armenia"
65
- msgstr ""
66
-
67
- #: the-events-calendar.php:65
68
- msgid "Aruba"
69
- msgstr ""
70
-
71
- #: the-events-calendar.php:66
72
- msgid "Australia"
73
- msgstr ""
74
-
75
- #: the-events-calendar.php:67
76
- msgid "Austria"
77
- msgstr ""
78
-
79
- #: the-events-calendar.php:68
80
- msgid "Azerbaijan"
81
- msgstr ""
82
-
83
- #: the-events-calendar.php:69
84
- msgid "Bahamas"
85
- msgstr ""
86
-
87
- #: the-events-calendar.php:70
88
- msgid "Bahrain"
89
- msgstr ""
90
-
91
- #: the-events-calendar.php:71
92
- msgid "Bangladesh"
93
- msgstr ""
94
-
95
- #: the-events-calendar.php:72
96
- msgid "Barbados"
97
- msgstr ""
98
-
99
- #: the-events-calendar.php:73
100
- msgid "Belarus"
101
- msgstr ""
102
-
103
- #: the-events-calendar.php:74
104
- msgid "Belgium"
105
- msgstr ""
106
-
107
- #: the-events-calendar.php:75
108
- msgid "Belize"
109
- msgstr ""
110
-
111
- #: the-events-calendar.php:76
112
- msgid "Benin"
113
- msgstr ""
114
-
115
- #: the-events-calendar.php:77
116
- msgid "Bermuda"
117
- msgstr ""
118
-
119
- #: the-events-calendar.php:78
120
- msgid "Bhutan"
121
- msgstr ""
122
-
123
- #: the-events-calendar.php:79
124
- msgid "Bolivia"
125
- msgstr ""
126
-
127
- #: the-events-calendar.php:80
128
- msgid "Bosnia And Herzegowina"
129
- msgstr ""
130
-
131
- #: the-events-calendar.php:81
132
- msgid "Botswana"
133
- msgstr ""
134
-
135
- #: the-events-calendar.php:82
136
- msgid "Bouvet Island"
137
- msgstr ""
138
-
139
- #: the-events-calendar.php:83
140
- msgid "Brazil"
141
- msgstr ""
142
-
143
- #: the-events-calendar.php:84
144
- msgid "British Indian Ocean Territory"
145
- msgstr ""
146
-
147
- #: the-events-calendar.php:85
148
- msgid "Brunei Darussalam"
149
- msgstr ""
150
-
151
- #: the-events-calendar.php:86
152
- msgid "Bulgaria"
153
- msgstr ""
154
-
155
- #: the-events-calendar.php:87
156
- msgid "Burkina Faso"
157
- msgstr ""
158
-
159
- #: the-events-calendar.php:88
160
- msgid "Burundi"
161
- msgstr ""
162
-
163
- #: the-events-calendar.php:89
164
- msgid "Cambodia"
165
- msgstr ""
166
-
167
- #: the-events-calendar.php:90
168
- msgid "Cameroon"
169
- msgstr ""
170
-
171
- #: the-events-calendar.php:91
172
- msgid "Canada"
173
- msgstr ""
174
-
175
- #: the-events-calendar.php:92
176
- msgid "Cape Verde"
177
- msgstr ""
178
-
179
- #: the-events-calendar.php:93
180
- msgid "Cayman Islands"
181
- msgstr ""
182
-
183
- #: the-events-calendar.php:94
184
- msgid "Central African Republic"
185
- msgstr ""
186
-
187
- #: the-events-calendar.php:95
188
- msgid "Chad"
189
- msgstr ""
190
-
191
- #: the-events-calendar.php:96
192
- msgid "Chile"
193
- msgstr ""
194
-
195
- #: the-events-calendar.php:97
196
- msgid "China"
197
- msgstr ""
198
-
199
- #: the-events-calendar.php:98
200
- msgid "Christmas Island"
201
- msgstr ""
202
-
203
- #: the-events-calendar.php:99
204
- msgid "Cocos (Keeling) Islands"
205
- msgstr ""
206
-
207
- #: the-events-calendar.php:100
208
- msgid "Colombia"
209
- msgstr ""
210
-
211
- #: the-events-calendar.php:101
212
- msgid "Comoros"
213
- msgstr ""
214
-
215
- #: the-events-calendar.php:102
216
- msgid "Congo"
217
- msgstr ""
218
-
219
- #: the-events-calendar.php:103
220
- msgid "Congo, The Democratic Republic Of The"
221
- msgstr ""
222
-
223
- #: the-events-calendar.php:104
224
- msgid "Cook Islands"
225
- msgstr ""
226
-
227
- #: the-events-calendar.php:105
228
- msgid "Costa Rica"
229
- msgstr ""
230
-
231
- #: the-events-calendar.php:106
232
- msgid "Cote D'Ivoire"
233
- msgstr ""
234
-
235
- #: the-events-calendar.php:107
236
- msgid "Croatia (Local Name: Hrvatska)"
237
- msgstr ""
238
-
239
- #: the-events-calendar.php:108
240
- msgid "Cuba"
241
- msgstr ""
242
-
243
- #: the-events-calendar.php:109
244
- msgid "Cyprus"
245
- msgstr ""
246
-
247
- #: the-events-calendar.php:110
248
- msgid "Czech Republic"
249
- msgstr ""
250
-
251
- #: the-events-calendar.php:111
252
- msgid "Denmark"
253
- msgstr ""
254
-
255
- #: the-events-calendar.php:112
256
- msgid "Djibouti"
257
- msgstr ""
258
-
259
- #: the-events-calendar.php:113
260
- msgid "Dominica"
261
- msgstr ""
262
-
263
- #: the-events-calendar.php:114
264
- msgid "Dominican Republic"
265
- msgstr ""
266
-
267
- #: the-events-calendar.php:115
268
- msgid "East Timor"
269
- msgstr ""
270
-
271
- #: the-events-calendar.php:116
272
- msgid "Ecuador"
273
- msgstr ""
274
-
275
- #: the-events-calendar.php:117
276
- msgid "Egypt"
277
- msgstr ""
278
-
279
- #: the-events-calendar.php:118
280
- msgid "El Salvador"
281
- msgstr ""
282
-
283
- #: the-events-calendar.php:119
284
- msgid "Equatorial Guinea"
285
- msgstr ""
286
-
287
- #: the-events-calendar.php:120
288
- msgid "Eritrea"
289
- msgstr ""
290
-
291
- #: the-events-calendar.php:121
292
- msgid "Estonia"
293
- msgstr ""
294
-
295
- #: the-events-calendar.php:122
296
- msgid "Ethiopia"
297
- msgstr ""
298
-
299
- #: the-events-calendar.php:123
300
- msgid "Falkland Islands (Malvinas)"
301
- msgstr ""
302
-
303
- #: the-events-calendar.php:124
304
- msgid "Faroe Islands"
305
- msgstr ""
306
-
307
- #: the-events-calendar.php:125
308
- msgid "Fiji"
309
- msgstr ""
310
-
311
- #: the-events-calendar.php:126
312
- msgid "Finland"
313
- msgstr ""
314
-
315
- #: the-events-calendar.php:127
316
- msgid "France"
317
- msgstr ""
318
-
319
- #: the-events-calendar.php:128
320
- msgid "France, Metropolitan"
321
- msgstr ""
322
-
323
- #: the-events-calendar.php:129
324
- msgid "French Guiana"
325
- msgstr ""
326
-
327
- #: the-events-calendar.php:130
328
- msgid "French Polynesia"
329
- msgstr ""
330
-
331
- #: the-events-calendar.php:131
332
- msgid "French Southern Territories"
333
- msgstr ""
334
-
335
- #: the-events-calendar.php:132
336
- msgid "Gabon"
337
- msgstr ""
338
-
339
- #: the-events-calendar.php:133
340
- msgid "Gambia"
341
- msgstr ""
342
-
343
- #: the-events-calendar.php:134
344
- #: views/events-meta-box.php:215
345
- msgid "Georgia"
346
- msgstr ""
347
-
348
- #: the-events-calendar.php:135
349
- msgid "Germany"
350
- msgstr ""
351
-
352
- #: the-events-calendar.php:136
353
- msgid "Ghana"
354
- msgstr ""
355
-
356
- #: the-events-calendar.php:137
357
- msgid "Gibraltar"
358
- msgstr ""
359
-
360
- #: the-events-calendar.php:138
361
- msgid "Greece"
362
- msgstr ""
363
-
364
- #: the-events-calendar.php:139
365
- msgid "Greenland"
366
- msgstr ""
367
-
368
- #: the-events-calendar.php:140
369
- msgid "Grenada"
370
- msgstr ""
371
-
372
- #: the-events-calendar.php:141
373
- msgid "Guadeloupe"
374
- msgstr ""
375
-
376
- #: the-events-calendar.php:142
377
- msgid "Guam"
378
- msgstr ""
379
-
380
- #: the-events-calendar.php:143
381
- msgid "Guatemala"
382
- msgstr ""
383
-
384
- #: the-events-calendar.php:144
385
- msgid "Guinea"
386
- msgstr ""
387
-
388
- #: the-events-calendar.php:145
389
- msgid "Guinea-Bissau"
390
- msgstr ""
391
-
392
- #: the-events-calendar.php:146
393
- msgid "Guyana"
394
- msgstr ""
395
-
396
- #: the-events-calendar.php:147
397
- msgid "Haiti"
398
- msgstr ""
399
-
400
- #: the-events-calendar.php:148
401
- msgid "Heard And Mc Donald Islands"
402
- msgstr ""
403
-
404
- #: the-events-calendar.php:149
405
- msgid "Holy See (Vatican City State)"
406
- msgstr ""
407
-
408
- #: the-events-calendar.php:150
409
- msgid "Honduras"
410
- msgstr ""
411
-
412
- #: the-events-calendar.php:151
413
- msgid "Hong Kong"
414
- msgstr ""
415
-
416
- #: the-events-calendar.php:152
417
- msgid "Hungary"
418
- msgstr ""
419
-
420
- #: the-events-calendar.php:153
421
- msgid "Iceland"
422
- msgstr ""
423
-
424
- #: the-events-calendar.php:154
425
- msgid "India"
426
- msgstr ""
427
-
428
- #: the-events-calendar.php:155
429
- msgid "Indonesia"
430
- msgstr ""
431
-
432
- #: the-events-calendar.php:156
433
- msgid "Iran (Islamic Republic Of)"
434
- msgstr ""
435
-
436
- #: the-events-calendar.php:157
437
- msgid "Iraq"
438
- msgstr ""
439
-
440
- #: the-events-calendar.php:158
441
- msgid "Ireland"
442
- msgstr ""
443
-
444
- #: the-events-calendar.php:159
445
- msgid "Israel"
446
- msgstr ""
447
-
448
- #: the-events-calendar.php:160
449
- msgid "Italy"
450
- msgstr ""
451
-
452
- #: the-events-calendar.php:161
453
- msgid "Jamaica"
454
- msgstr ""
455
-
456
- #: the-events-calendar.php:162
457
- msgid "Japan"
458
- msgstr ""
459
-
460
- #: the-events-calendar.php:163
461
- msgid "Jordan"
462
- msgstr ""
463
-
464
- #: the-events-calendar.php:164
465
- msgid "Kazakhstan"
466
- msgstr ""
467
-
468
- #: the-events-calendar.php:165
469
- msgid "Kenya"
470
- msgstr ""
471
-
472
- #: the-events-calendar.php:166
473
- msgid "Kiribati"
474
- msgstr ""
475
-
476
- #: the-events-calendar.php:167
477
- msgid "Korea, Democratic People's Republic Of"
478
- msgstr ""
479
-
480
- #: the-events-calendar.php:168
481
- msgid "Korea, Republic Of"
482
- msgstr ""
483
-
484
- #: the-events-calendar.php:169
485
- msgid "Kuwait"
486
- msgstr ""
487
-
488
- #: the-events-calendar.php:170
489
- msgid "Kyrgyzstan"
490
- msgstr ""
491
-
492
- #: the-events-calendar.php:171
493
- msgid "Lao People's Democratic Republic"
494
- msgstr ""
495
-
496
- #: the-events-calendar.php:172
497
- msgid "Latvia"
498
- msgstr ""
499
-
500
- #: the-events-calendar.php:173
501
- msgid "Lebanon"
502
- msgstr ""
503
-
504
- #: the-events-calendar.php:174
505
- msgid "Lesotho"
506
- msgstr ""
507
-
508
- #: the-events-calendar.php:175
509
- msgid "Liberia"
510
- msgstr ""
511
-
512
- #: the-events-calendar.php:176
513
- msgid "Libyan Arab Jamahiriya"
514
- msgstr ""
515
-
516
- #: the-events-calendar.php:177
517
- msgid "Liechtenstein"
518
- msgstr ""
519
-
520
- #: the-events-calendar.php:178
521
- msgid "Lithuania"
522
- msgstr ""
523
-
524
- #: the-events-calendar.php:179
525
- msgid "Luxembourg"
526
- msgstr ""
527
-
528
- #: the-events-calendar.php:180
529
- msgid "Macau"
530
- msgstr ""
531
-
532
- #: the-events-calendar.php:181
533
- msgid "Macedonia, Former Yugoslav Republic Of"
534
- msgstr ""
535
-
536
- #: the-events-calendar.php:182
537
- msgid "Madagascar"
538
- msgstr ""
539
-
540
- #: the-events-calendar.php:183
541
- msgid "Malawi"
542
- msgstr ""
543
-
544
- #: the-events-calendar.php:184
545
- msgid "Malaysia"
546
- msgstr ""
547
-
548
- #: the-events-calendar.php:185
549
- msgid "Maldives"
550
- msgstr ""
551
-
552
- #: the-events-calendar.php:186
553
- msgid "Mali"
554
- msgstr ""
555
-
556
- #: the-events-calendar.php:187
557
- msgid "Malta"
558
- msgstr ""
559
-
560
- #: the-events-calendar.php:188
561
- msgid "Marshall Islands"
562
- msgstr ""
563
-
564
- #: the-events-calendar.php:189
565
- msgid "Martinique"
566
- msgstr ""
567
-
568
- #: the-events-calendar.php:190
569
- msgid "Mauritania"
570
- msgstr ""
571
-
572
- #: the-events-calendar.php:191
573
- msgid "Mauritius"
574
- msgstr ""
575
-
576
- #: the-events-calendar.php:192
577
- msgid "Mayotte"
578
- msgstr ""
579
-
580
- #: the-events-calendar.php:193
581
- msgid "Mexico"
582
- msgstr ""
583
-
584
- #: the-events-calendar.php:194
585
- msgid "Micronesia, Federated States Of"
586
- msgstr ""
587
-
588
- #: the-events-calendar.php:195
589
- msgid "Moldova, Republic Of"
590
- msgstr ""
591
-
592
- #: the-events-calendar.php:196
593
- msgid "Monaco"
594
- msgstr ""
595
-
596
- #: the-events-calendar.php:197
597
- msgid "Mongolia"
598
- msgstr ""
599
-
600
- #: the-events-calendar.php:198
601
- msgid "Montserrat"
602
- msgstr ""
603
-
604
- #: the-events-calendar.php:199
605
- msgid "Morocco"
606
- msgstr ""
607
-
608
- #: the-events-calendar.php:200
609
- msgid "Mozambique"
610
- msgstr ""
611
-
612
- #: the-events-calendar.php:201
613
- msgid "Myanmar"
614
- msgstr ""
615
-
616
- #: the-events-calendar.php:202
617
- msgid "Namibia"
618
- msgstr ""
619
-
620
- #: the-events-calendar.php:203
621
- msgid "Nauru"
622
- msgstr ""
623
-
624
- #: the-events-calendar.php:204
625
- msgid "Nepal"
626
- msgstr ""
627
-
628
- #: the-events-calendar.php:205
629
- msgid "Netherlands"
630
- msgstr ""
631
-
632
- #: the-events-calendar.php:206
633
- msgid "Netherlands Antilles"
634
- msgstr ""
635
-
636
- #: the-events-calendar.php:207
637
- msgid "New Caledonia"
638
- msgstr ""
639
-
640
- #: the-events-calendar.php:208
641
- msgid "New Zealand"
642
- msgstr ""
643
-
644
- #: the-events-calendar.php:209
645
- msgid "Nicaragua"
646
- msgstr ""
647
-
648
- #: the-events-calendar.php:210
649
- msgid "Niger"
650
- msgstr ""
651
-
652
- #: the-events-calendar.php:211
653
- msgid "Nigeria"
654
- msgstr ""
655
-
656
- #: the-events-calendar.php:212
657
- msgid "Niue"
658
- msgstr ""
659
-
660
- #: the-events-calendar.php:213
661
- msgid "Norfolk Island"
662
- msgstr ""
663
-
664
- #: the-events-calendar.php:214
665
- msgid "Northern Mariana Islands"
666
- msgstr ""
667
-
668
- #: the-events-calendar.php:215
669
- msgid "Norway"
670
- msgstr ""
671
-
672
- #: the-events-calendar.php:216
673
- msgid "Oman"
674
- msgstr ""
675
-
676
- #: the-events-calendar.php:217
677
- msgid "Pakistan"
678
- msgstr ""
679
-
680
- #: the-events-calendar.php:218
681
- msgid "Palau"
682
- msgstr ""
683
-
684
- #: the-events-calendar.php:219
685
- msgid "Panama"
686
- msgstr ""
687
-
688
- #: the-events-calendar.php:220
689
- msgid "Papua New Guinea"
690
- msgstr ""
691
-
692
- #: the-events-calendar.php:221
693
- msgid "Paraguay"
694
- msgstr ""
695
-
696
- #: the-events-calendar.php:222
697
- msgid "Peru"
698
- msgstr ""
699
-
700
- #: the-events-calendar.php:223
701
- msgid "Philippines"
702
- msgstr ""
703
-
704
- #: the-events-calendar.php:224
705
- msgid "Pitcairn"
706
- msgstr ""
707
-
708
- #: the-events-calendar.php:225
709
- msgid "Poland"
710
- msgstr ""
711
-
712
- #: the-events-calendar.php:226
713
- msgid "Portugal"
714
- msgstr ""
715
-
716
- #: the-events-calendar.php:227
717
- msgid "Puerto Rico"
718
- msgstr ""
719
-
720
- #: the-events-calendar.php:228
721
- msgid "Qatar"
722
- msgstr ""
723
-
724
- #: the-events-calendar.php:229
725
- msgid "Reunion"
726
- msgstr ""
727
-
728
- #: the-events-calendar.php:230
729
- msgid "Romania"
730
- msgstr ""
731
-
732
- #: the-events-calendar.php:231
733
- msgid "Russian Federation"
734
- msgstr ""
735
-
736
- #: the-events-calendar.php:232
737
- msgid "Rwanda"
738
- msgstr ""
739
-
740
- #: the-events-calendar.php:233
741
- msgid "Saint Kitts And Nevis"
742
- msgstr ""
743
-
744
- #: the-events-calendar.php:234
745
- msgid "Saint Lucia"
746
- msgstr ""
747
-
748
- #: the-events-calendar.php:235
749
- msgid "Saint Vincent And The Grenadines"
750
- msgstr ""
751
-
752
- #: the-events-calendar.php:236
753
- msgid "Samoa"
754
- msgstr ""
755
-
756
- #: the-events-calendar.php:237
757
- msgid "San Marino"
758
- msgstr ""
759
-
760
- #: the-events-calendar.php:238
761
- msgid "Sao Tome And Principe"
762
- msgstr ""
763
-
764
- #: the-events-calendar.php:239
765
- msgid "Saudi Arabia"
766
- msgstr ""
767
-
768
- #: the-events-calendar.php:240
769
- msgid "Senegal"
770
- msgstr ""
771
-
772
- #: the-events-calendar.php:241
773
- msgid "Seychelles"
774
- msgstr ""
775
-
776
- #: the-events-calendar.php:242
777
- msgid "Sierra Leone"
778
- msgstr ""
779
-
780
- #: the-events-calendar.php:243
781
- msgid "Singapore"
782
- msgstr ""
783
-
784
- #: the-events-calendar.php:244
785
- msgid "Slovakia (Slovak Republic)"
786
- msgstr ""
787
-
788
- #: the-events-calendar.php:245
789
- msgid "Slovenia"
790
- msgstr ""
791
-
792
- #: the-events-calendar.php:246
793
- msgid "Solomon Islands"
794
- msgstr ""
795
-
796
- #: the-events-calendar.php:247
797
- msgid "Somalia"
798
- msgstr ""
799
-
800
- #: the-events-calendar.php:248
801
- msgid "South Africa"
802
- msgstr ""
803
-
804
- #: the-events-calendar.php:249
805
- msgid "South Georgia, South Sandwich Islands"
806
- msgstr ""
807
-
808
- #: the-events-calendar.php:250
809
- msgid "Spain"
810
- msgstr ""
811
-
812
- #: the-events-calendar.php:251
813
- msgid "Sri Lanka"
814
- msgstr ""
815
-
816
- #: the-events-calendar.php:252
817
- msgid "St. Helena"
818
- msgstr ""
819
-
820
- #: the-events-calendar.php:253
821
- msgid "St. Pierre And Miquelon"
822
- msgstr ""
823
-
824
- #: the-events-calendar.php:254
825
- msgid "Sudan"
826
- msgstr ""
827
-
828
- #: the-events-calendar.php:255
829
- msgid "Suriname"
830
- msgstr ""
831
-
832
- #: the-events-calendar.php:256
833
- msgid "Svalbard And Jan Mayen Islands"
834
- msgstr ""
835
-
836
- #: the-events-calendar.php:257
837
- msgid "Swaziland"
838
- msgstr ""
839
-
840
- #: the-events-calendar.php:258
841
- msgid "Sweden"
842
- msgstr ""
843
-
844
- #: the-events-calendar.php:259
845
- msgid "Switzerland"
846
- msgstr ""
847
-
848
- #: the-events-calendar.php:260
849
- msgid "Syrian Arab Republic"
850
- msgstr ""
851
-
852
- #: the-events-calendar.php:261
853
- msgid "Taiwan"
854
- msgstr ""
855
-
856
- #: the-events-calendar.php:262
857
- msgid "Tajikistan"
858
- msgstr ""
859
-
860
- #: the-events-calendar.php:263
861
- msgid "Tanzania, United Republic Of"
862
- msgstr ""
863
-
864
- #: the-events-calendar.php:264
865
- msgid "Thailand"
866
- msgstr ""
867
-
868
- #: the-events-calendar.php:265
869
- msgid "Togo"
870
- msgstr ""
871
-
872
- #: the-events-calendar.php:266
873
- msgid "Tokelau"
874
- msgstr ""
875
-
876
- #: the-events-calendar.php:267
877
- msgid "Tonga"
878
- msgstr ""
879
-
880
- #: the-events-calendar.php:268
881
- msgid "Trinidad And Tobago"
882
- msgstr ""
883
-
884
- #: the-events-calendar.php:269
885
- msgid "Tunisia"
886
- msgstr ""
887
-
888
- #: the-events-calendar.php:270
889
- msgid "Turkey"
890
- msgstr ""
891
-
892
- #: the-events-calendar.php:271
893
- msgid "Turkmenistan"
894
- msgstr ""
895
-
896
- #: the-events-calendar.php:272
897
- msgid "Turks And Caicos Islands"
898
- msgstr ""
899
-
900
- #: the-events-calendar.php:273
901
- msgid "Tuvalu"
902
- msgstr ""
903
-
904
- #: the-events-calendar.php:274
905
- msgid "Uganda"
906
- msgstr ""
907
-
908
- #: the-events-calendar.php:275
909
- msgid "Ukraine"
910
- msgstr ""
911
-
912
- #: the-events-calendar.php:276
913
- msgid "United Arab Emirates"
914
- msgstr ""
915
-
916
- #: the-events-calendar.php:277
917
- msgid "United Kingdom"
918
- msgstr ""
919
-
920
- #: the-events-calendar.php:278
921
- msgid "United States Minor Outlying Islands"
922
- msgstr ""
923
-
924
- #: the-events-calendar.php:279
925
- msgid "Uruguay"
926
- msgstr ""
927
-
928
- #: the-events-calendar.php:280
929
- msgid "Uzbekistan"
930
- msgstr ""
931
-
932
- #: the-events-calendar.php:281
933
- msgid "Vanuatu"
934
- msgstr ""
935
-
936
- #: the-events-calendar.php:282
937
- msgid "Venezuela"
938
- msgstr ""
939
-
940
- #: the-events-calendar.php:283
941
- msgid "Viet Nam"
942
- msgstr ""
943
-
944
- #: the-events-calendar.php:284
945
- msgid "Virgin Islands (British)"
946
- msgstr ""
947
-
948
- #: the-events-calendar.php:285
949
- msgid "Virgin Islands (U.S.)"
950
- msgstr ""
951
-
952
- #: the-events-calendar.php:286
953
- msgid "Wallis And Futuna Islands"
954
- msgstr ""
955
-
956
- #: the-events-calendar.php:287
957
- msgid "Western Sahara"
958
- msgstr ""
959
-
960
- #: the-events-calendar.php:288
961
- msgid "Yemen"
962
- msgstr ""
963
-
964
- #: the-events-calendar.php:289
965
- msgid "Yugoslavia"
966
- msgstr ""
967
-
968
- #: the-events-calendar.php:290
969
- msgid "Zambia"
970
- msgstr ""
971
-
972
- #: the-events-calendar.php:291
973
- msgid "Zimbabwe"
974
- msgstr ""
975
-
976
- #: the-events-calendar.class.php:491
977
- msgid "Jan"
978
- msgstr ""
979
-
980
- #: the-events-calendar.class.php:492
981
- msgid "Feb"
982
- msgstr ""
983
-
984
- #: the-events-calendar.class.php:493
985
- msgid "Mar"
986
- msgstr ""
987
-
988
- #: the-events-calendar.class.php:494
989
- msgid "Apr"
990
- msgstr ""
991
-
992
- #: the-events-calendar.class.php:495 the-events-calendar.class.php:509
993
- msgid "May"
994
- msgstr ""
995
-
996
- #: the-events-calendar.class.php:496
997
- msgid "Jun"
998
- msgstr ""
999
-
1000
- #: the-events-calendar.class.php:497
1001
- msgid "Jul"
1002
- msgstr ""
1003
-
1004
- #: the-events-calendar.class.php:498
1005
- msgid "Aug"
1006
- msgstr ""
1007
-
1008
- #: the-events-calendar.class.php:499
1009
- msgid "Sep"
1010
- msgstr ""
1011
-
1012
- #: the-events-calendar.class.php:500
1013
- msgid "Oct"
1014
- msgstr ""
1015
-
1016
- #: the-events-calendar.class.php:501
1017
- msgid "Nov"
1018
- msgstr ""
1019
-
1020
- #: the-events-calendar.class.php:502
1021
- msgid "Dec"
1022
- msgstr ""
1023
-
1024
- #: the-events-calendar.class.php:505
1025
- msgid "January"
1026
- msgstr ""
1027
-
1028
- #: the-events-calendar.class.php:506
1029
- msgid "February"
1030
- msgstr ""
1031
-
1032
- #: the-events-calendar.class.php:507
1033
- msgid "March"
1034
- msgstr ""
1035
-
1036
- #: the-events-calendar.class.php:508
1037
- msgid "April"
1038
- msgstr ""
1039
-
1040
- #: the-events-calendar.class.php:510
1041
- msgid "June"
1042
- msgstr ""
1043
-
1044
- #: the-events-calendar.class.php:511
1045
- msgid "July"
1046
- msgstr ""
1047
-
1048
- #: the-events-calendar.class.php:512
1049
- msgid "August"
1050
- msgstr ""
1051
-
1052
- #: the-events-calendar.class.php:513
1053
- msgid "September"
1054
- msgstr ""
1055
-
1056
- #: the-events-calendar.class.php:514
1057
- msgid "October"
1058
- msgstr ""
1059
-
1060
- #: the-events-calendar.class.php:515
1061
- msgid "November"
1062
- msgstr ""
1063
-
1064
- #: the-events-calendar.class.php:516
1065
- msgid "December"
1066
- msgstr ""
1067
-
1068
- #: the-events-calendar.php:937
1069
- msgid "Events"
1070
- msgstr "Evénements"
1071
-
1072
- #: the-events-calendar.php:1432
1073
- msgid "Free"
1074
- msgstr "Gratuit"
1075
-
1076
- #: the-events-calendar.php:1897
1077
- msgid "A widget that displays the next upcoming x events."
1078
- msgstr "Un widget pour afficher les X évènements suivants."
1079
-
1080
- #: the-events-calendar.php:2016
1081
- msgid "A calendar of your events"
1082
- msgstr "Un calendrier de vos évènements"
1083
-
1084
- #: the-events-calendar.php:2017
1085
- msgid "Events Calendar"
1086
- msgstr "Calendrier des évènements"
1087
-
1088
- #: the-events-calendar.php:2043
1089
- #: views/events-list-load-widget-admin.php:2
1090
- msgid "Title:"
1091
- msgstr "Titre"
1092
-
1093
- #: views/events-list-load-widget-admin.php:7
1094
- msgid "Show:"
1095
- msgstr "Afficher"
1096
-
1097
- #: views/events-list-load-widget-admin.php:16
1098
- msgid "Display:"
1099
- msgstr ""
1100
-
1101
- #: views/events-list-load-widget-admin.php:19
1102
- msgid "Start Date & Time"
1103
- msgstr "Date & Heure de début"
1104
-
1105
- #: views/events-list-load-widget-admin.php:20
1106
- msgid "End Date & Time"
1107
- msgstr "Date & Heure de fin"
1108
-
1109
- #: views/events-list-load-widget-admin.php:21
1110
- msgid "Venue"
1111
- msgstr "Lieu"
1112
-
1113
- #: views/events-list-load-widget-admin.php:22
1114
- msgid "Address"
1115
- msgstr "Adresse"
1116
-
1117
- #: views/events-list-load-widget-admin.php:23
1118
- msgid "City"
1119
- msgstr "Ville"
1120
-
1121
- #: views/events-list-load-widget-admin.php:24
1122
- msgid "State (US)"
1123
- msgstr "Etat (US)"
1124
-
1125
- #: views/events-list-load-widget-admin.php:25
1126
- msgid "Province (Int)"
1127
- msgstr "Province"
1128
-
1129
- #: views/events-list-load-widget-admin.php:26
1130
- msgid "Postal Code"
1131
- msgstr "Code postal"
1132
-
1133
- #: views/events-list-load-widget-admin.php:27
1134
- msgid "Country"
1135
- msgstr "Belgique"
1136
-
1137
- #: views/events-list-load-widget-admin.php:28
1138
- msgid "Phone"
1139
- msgstr "Téléphone"
1140
-
1141
- #: views/events-list-load-widget-admin.php:29
1142
- msgid "Price"
1143
- msgstr "Prix"
1144
-
1145
- #: views/events-list-load-widget-display.php:48
1146
- msgid "More Info"
1147
- msgstr ""
1148
-
1149
- #: views/events-meta-box.php:84
1150
- msgid "Event Details:"
1151
- msgstr "Détails de l'évènement"
1152
-
1153
- #: views/events-meta-box.php:86
1154
- msgid "Is this post an event?"
1155
- msgstr "Cet article est-il un évènement ?"
1156
-
1157
- #: views/events-meta-box.php:97
1158
- msgid "All day event?"
1159
- msgstr "Evènement d'une journée"
1160
-
1161
- #: views/events-meta-box.php:101
1162
- msgid "Time Format (site wide option):"
1163
- msgstr "Format de l'heure (option générale)"
1164
-
1165
- #: views/events-meta-box.php:104
1166
- msgid "12 Hour"
1167
- msgstr "12 heures"
1168
-
1169
- #: views/events-meta-box.php:105
1170
- msgid "is not valid."
1171
- msgstr ""
1172
-
1173
- #: views/events-meta-box.php:105
1174
- msgid ""
1175
- "Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or "
1176
- "international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may "
1177
- "also use an optional extension of up to five digits prefixed by x or ext "
1178
- "(eg. 123 123 4567 x89)"
1179
- msgstr ""
1180
-
1181
- #: views/events-meta-box.php:106
1182
- msgid "24 Hour"
1183
- msgstr "24 heures"
1184
-
1185
- #: views/events-meta-box.php:110
1186
- msgid "Start Date / Time:"
1187
- msgstr "Date de début / Heure :"
1188
-
1189
- #: views/events-meta-box.php:122
1190
- #: views/events-meta-box.php:148
1191
- msgid "@"
1192
- msgstr "@"
1193
-
1194
- #: views/events-meta-box.php:136
1195
- msgid "End Date / Time:"
1196
- msgstr "Date de fin / Heure :"
1197
-
1198
- #: views/events-meta-box.php:165
1199
- #: views/list.php:43
1200
- #: views/single.php:24
1201
- msgid "Venue:"
1202
- msgstr "Lieu :"
1203
-
1204
- #: views/events-meta-box.php:171
1205
- msgid "Country:"
1206
- msgstr "Pays :"
1207
-
1208
- #: views/events-meta-box.php:188
1209
- #: views/list.php:61
1210
- #: views/single.php:28
1211
- msgid "Address:"
1212
- msgstr "Adresse :"
1213
-
1214
- #: views/events-meta-box.php:192
1215
- msgid "City:"
1216
- msgstr "Ville :"
1217
-
1218
- #: views/events-meta-box.php:196
1219
- msgid "Province:"
1220
- msgstr "Province :"
1221
-
1222
- #: views/events-meta-box.php:200
1223
- msgid "State:"
1224
- msgstr "Etat :"
1225
-
1226
- #: views/events-meta-box.php:202
1227
- msgid "Event Time &amp; Date"
1228
- msgstr ""
1229
-
1230
- #: views/events-meta-box.php:203
1231
- msgid "Select a State:"
1232
- msgstr "Sélectionnez un Etat :"
1233
-
1234
- #: views/events-meta-box.php:205
1235
- msgid "Alabama"
1236
- msgstr ""
1237
-
1238
- #: views/events-meta-box.php:206
1239
- msgid "Alaska"
1240
- msgstr ""
1241
-
1242
- #: views/events-meta-box.php:207
1243
- msgid "Arizona"
1244
- msgstr ""
1245
-
1246
- #: views/events-meta-box.php:208
1247
- msgid "Arkansas"
1248
- msgstr ""
1249
-
1250
- #: views/events-meta-box.php:209
1251
- msgid "California"
1252
- msgstr ""
1253
-
1254
- #: views/events-meta-box.php:210
1255
- msgid "Colorado"
1256
- msgstr ""
1257
-
1258
- #: views/events-meta-box.php:211
1259
- msgid "Connecticut"
1260
- msgstr ""
1261
-
1262
- #: views/events-meta-box.php:212
1263
- msgid "Delaware"
1264
- msgstr ""
1265
-
1266
- #: views/events-meta-box.php:213
1267
- msgid "District of Columbia"
1268
- msgstr ""
1269
-
1270
- #: views/events-meta-box.php:214
1271
- msgid "Florida"
1272
- msgstr ""
1273
-
1274
- #: views/events-meta-box.php:216
1275
- msgid "Hawaii"
1276
- msgstr ""
1277
-
1278
- #: views/events-meta-box.php:217
1279
- msgid "Idaho"
1280
- msgstr ""
1281
-
1282
- #: views/events-meta-box.php:218
1283
- msgid "Illinois"
1284
- msgstr ""
1285
-
1286
- #: views/events-meta-box.php:219
1287
- msgid "Indiana"
1288
- msgstr ""
1289
-
1290
- #: views/events-meta-box.php:220
1291
- msgid "Iowa"
1292
- msgstr ""
1293
-
1294
- #: views/events-meta-box.php:221
1295
- msgid "Kansas"
1296
- msgstr ""
1297
-
1298
- #: views/events-meta-box.php:222
1299
- msgid "Kentucky"
1300
- msgstr ""
1301
-
1302
- #: views/events-meta-box.php:223
1303
- msgid "Louisiana"
1304
- msgstr ""
1305
-
1306
- #: views/events-meta-box.php:224
1307
- msgid "Maine"
1308
- msgstr ""
1309
-
1310
- #: views/events-meta-box.php:225
1311
- msgid "Maryland"
1312
- msgstr ""
1313
-
1314
- #: views/events-meta-box.php:226
1315
- msgid "Massachusetts"
1316
- msgstr ""
1317
-
1318
- #: views/events-meta-box.php:227
1319
- msgid "Michigan"
1320
- msgstr ""
1321
-
1322
- #: views/events-meta-box.php:228
1323
- msgid "Minnesota"
1324
- msgstr ""
1325
-
1326
- #: views/events-meta-box.php:229
1327
- msgid "Mississippi"
1328
- msgstr ""
1329
-
1330
- #: views/events-meta-box.php:230
1331
- msgid "Missouri"
1332
- msgstr ""
1333
-
1334
- #: views/events-meta-box.php:231
1335
- msgid "Montana"
1336
- msgstr ""
1337
-
1338
- #: views/events-meta-box.php:232
1339
- msgid "Nebraska"
1340
- msgstr ""
1341
-
1342
- #: views/events-meta-box.php:233
1343
- msgid "Nevada"
1344
- msgstr ""
1345
-
1346
- #: views/events-meta-box.php:234
1347
- msgid "New Hampshire"
1348
- msgstr ""
1349
-
1350
- #: views/events-meta-box.php:235
1351
- msgid "New Jersey"
1352
- msgstr ""
1353
-
1354
- #: views/events-meta-box.php:236
1355
- msgid "New Mexico"
1356
- msgstr ""
1357
-
1358
- #: views/events-meta-box.php:237
1359
- msgid "New York"
1360
- msgstr ""
1361
-
1362
- #: views/events-meta-box.php:238
1363
- msgid "North Carolina"
1364
- msgstr ""
1365
-
1366
- #: views/events-meta-box.php:239
1367
- msgid "North Dakota"
1368
- msgstr ""
1369
-
1370
- #: views/events-meta-box.php:240
1371
- msgid "Ohio"
1372
- msgstr ""
1373
-
1374
- #: views/events-meta-box.php:241
1375
- msgid "Oklahoma"
1376
- msgstr ""
1377
-
1378
- #: views/events-meta-box.php:242
1379
- msgid "Oregon"
1380
- msgstr ""
1381
-
1382
- #: views/events-meta-box.php:243
1383
- msgid "Pennsylvania"
1384
- msgstr ""
1385
-
1386
- #: views/events-meta-box.php:244
1387
- msgid "Rhode Island"
1388
- msgstr ""
1389
-
1390
- #: views/events-meta-box.php:245
1391
- msgid "South Carolina"
1392
- msgstr ""
1393
-
1394
- #: views/events-meta-box.php:246
1395
- msgid "South Dakota"
1396
- msgstr ""
1397
-
1398
- #: views/events-meta-box.php:247
1399
- msgid "Tennessee"
1400
- msgstr ""
1401
-
1402
- #: views/events-meta-box.php:248
1403
- msgid "Texas"
1404
- msgstr ""
1405
-
1406
- #: views/events-meta-box.php:249
1407
- msgid "Utah"
1408
- msgstr ""
1409
-
1410
- #: views/events-meta-box.php:250
1411
- msgid "Vermont"
1412
- msgstr ""
1413
-
1414
- #: views/events-meta-box.php:251
1415
- msgid "Virginia"
1416
- msgstr ""
1417
-
1418
- #: views/events-meta-box.php:252
1419
- msgid "Washington"
1420
- msgstr ""
1421
-
1422
- #: views/events-meta-box.php:253
1423
- msgid "West Virginia"
1424
- msgstr ""
1425
-
1426
- #: views/events-meta-box.php:254
1427
- msgid "Wisconsin"
1428
- msgstr ""
1429
-
1430
- #: views/events-meta-box.php:255
1431
- msgid "Wyoming"
1432
- msgstr ""
1433
-
1434
- #: views/events-meta-box.php:269
1435
- msgid "Postal Code:"
1436
- msgstr "Code postal :"
1437
-
1438
- #: views/events-meta-box.php:273
1439
- #: views/list.php:52
1440
- msgid "Phone:"
1441
- msgstr "Téléphone :"
1442
-
1443
- #: views/events-meta-box.php:280
1444
- #: views/list.php:70
1445
- #: views/single.php:18
1446
- msgid "Cost:"
1447
- msgstr "Coût :"
1448
-
1449
- #: views/events-meta-box.php:285
1450
- msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1451
- msgstr "Laisser vide pour cacher ce champ. Entrer un 0 pour les évènements qui sont gratuits."
1452
-
1453
- #: views/events-meta-box.php:294
1454
- msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1455
- msgstr "Intéressé dans la vente des tickets et un suivi des inscritions ? Maintenant vous pouvez le faire gratuitement en utilisant notre plugin <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration</a>. Eventbrite outil facile à utiliser de gestion des évènements. \"Wow, vous vendez Eventbrite, vous devriez avoir un coup.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1456
-
1457
- #: views/events-meta-box.php:294
1458
- msgid "Check it out here."
1459
- msgstr "Vérifiez cela ici."
1460
-
1461
- #: views/events-meta-box.php:305
1462
- msgid ""
1463
- "<h4>If You Like This Plugin - Help Support It</h4>\r\n"
1464
- "\t\t\t\t<p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1465
- msgstr ""
1466
- "<h4>Si vous aimez ce plugin - Aidez à le soutenir </h4>\r\n"
1467
- "\t\t\t\t<p>Nous passons pas mal de temps et de nombreux efforts à construire des plugins robustes et nous adorons les partager avec la communauté. Si vous utilisez ce plugin, envisagez de réaliser une donation pour aider le dévelopement continu du plugin. Vous pouvez supprimer ce message en allant sur la <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">page de configuration</a>. Traduction par <a href=\"http://www.enseignons.be\">Enseignons.be</a>.</p>"
1468
-
1469
- #: views/events-meta-box.php:308
1470
- msgid "Thanks"
1471
- msgstr "Merci"
1472
-
1473
- #: views/events-options.php:47
1474
- msgid "The Events Calendar Settings"
1475
- msgstr "Les paramètres du Calendrier"
1476
-
1477
- #: views/events-options.php:49
1478
- msgid "Need a hand?"
1479
- msgstr "Besoin d'une aide ?"
1480
-
1481
- #: views/events-options.php:50
1482
- msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1483
- msgstr "Si vous rencontrez une difficulté, allez voir la <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">documentation</a>. En cas de problèmes, soyez certains de vous passer par le <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> et demander de l'aide."
1484
-
1485
- #: views/events-options.php:53
1486
- #: views/user-profile.php:19
1487
- msgid "Donate"
1488
- msgstr "Faites une donation"
1489
-
1490
- #: views/events-options.php:62
1491
- #: views/user-profile.php:28
1492
- msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1493
- msgstr "Si vous trouvez ce plugin utile, merci de faire une donation au créateur : Shane &#38; Peter, Inc. Merci !"
1494
-
1495
- #: views/events-options.php:66
1496
- msgid "I have already donated, so please hide this button!"
1497
- msgstr "J'ai déjà donné, merci de cacher ce bouton"
1498
-
1499
- #: views/events-options.php:93
1500
- #: views/events-options.php:97
1501
- msgid "Default View for the Events"
1502
- msgstr "Vue par défaut pour les évènements"
1503
-
1504
- #: views/events-options.php:109
1505
- #: views/gridview.php:13
1506
- #: views/list.php:10
1507
- msgid "Calendar"
1508
- msgstr "Calendrier"
1509
-
1510
- #: views/events-options.php:113
1511
- #: views/gridview.php:12
1512
- #: views/list.php:9
1513
- msgid "Event List"
1514
- msgstr "Liste des évènements"
1515
-
1516
- #: views/events-options.php:119
1517
- #: views/events-options.php:123
1518
- msgid "Show Comments"
1519
- msgstr "Afficher les commentaires"
1520
-
1521
- #: views/events-options.php:135
1522
- msgid "Yes"
1523
- msgstr "Oui"
1524
-
1525
- #: views/events-options.php:139
1526
- msgid "No"
1527
- msgstr "Non"
1528
-
1529
- #: views/events-options.php:145
1530
- msgid "Default Country for Events"
1531
- msgstr "Pays par défaut pour les évènements"
1532
-
1533
- #: views/events-options.php:170
1534
- #: views/events-options.php:174
1535
- msgid "Embed Google Maps"
1536
- msgstr "Afficher une carte Google "
1537
-
1538
- #: views/events-options.php:188
1539
- msgid "Off"
1540
- msgstr "Désactivé"
1541
-
1542
- #: views/events-options.php:192
1543
- msgid "On"
1544
- msgstr "Activé"
1545
-
1546
- #: views/events-options.php:195
1547
- msgid "Height"
1548
- msgstr "Hauteur"
1549
-
1550
- #: views/events-options.php:196
1551
- msgid "Width"
1552
- msgstr "Largeur"
1553
-
1554
- #: views/gridview.php:7
1555
- #: views/list.php:7
1556
- msgid "Calendar of Events"
1557
- msgstr "Calendrier des évènements"
1558
-
1559
- #: views/list.php:31
1560
- #: views/single.php:11
1561
- msgid "Start:"
1562
- msgstr "Début :"
1563
-
1564
- #: views/list.php:35
1565
- #: views/single.php:14
1566
- msgid "End:"
1567
- msgstr "Fin :"
1568
-
1569
- #: views/single.php:8
1570
- msgid "This event has passed."
1571
- msgstr "Cet évènement est terminé."
1572
-
1573
- #: views/table.php:12
1574
- msgid "Sunday"
1575
- msgstr "Dimanche"
1576
-
1577
- #: views/table.php:12
1578
- msgid "Sun"
1579
- msgstr "Dim"
1580
-
1581
- #: views/table.php:13
1582
- msgid "Monday"
1583
- msgstr "Lundi"
1584
-
1585
- #: views/table.php:13
1586
- msgid "Mon"
1587
- msgstr "Lun"
1588
-
1589
- #: views/table.php:14
1590
- msgid "Tuesday"
1591
- msgstr "Mardi"
1592
-
1593
- #: views/table.php:14
1594
- msgid "Tue"
1595
- msgstr "Mar"
1596
-
1597
- #: views/table.php:15
1598
- msgid "Wednesday"
1599
- msgstr "Mercredi"
1600
-
1601
- #: views/table.php:15
1602
- msgid "Wed"
1603
- msgstr "Mer"
1604
-
1605
- #: views/table.php:16
1606
- msgid "Thursday"
1607
- msgstr "Jeudi"
1608
-
1609
- #: views/table.php:16
1610
- msgid "Thu"
1611
- msgstr "Jeu"
1612
-
1613
- #: views/table.php:17
1614
- msgid "Friday"
1615
- msgstr "Vendredi"
1616
-
1617
- #: views/table.php:17
1618
- msgid "Fri"
1619
- msgstr "Ven"
1620
-
1621
- #: views/table.php:18
1622
- msgid "Saturday"
1623
- msgstr "Samedi"
1624
-
1625
- #: views/table.php:18
1626
- msgid "Sat"
1627
- msgstr "Sam"
1628
-
1629
- #: views/user-profile.php:15
1630
- msgid "The Events Calendar"
1631
- msgstr "Le Calendrier des Evènements"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.6 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: The Events Calendar 1.6\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
10
+ "POT-Creation-Date: 2010-05-26 14:02+0000\n"
11
+ "PO-Revision-Date: 2010-05-30 13:05-0500\n"
12
+ "Last-Translator: Justin Endler <justin@justinendler.com>\n"
13
+ "Language-Team: \n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #: events-calendar-widget.class.php:12
19
+ msgid "A calendar of your events"
20
+ msgstr "Un calendrier de vos évènements"
21
+
22
+ #: events-calendar-widget.class.php:13
23
+ msgid "Events Calendar"
24
+ msgstr "Calendrier des évènements"
25
+
26
+ #: events-calendar-widget.class.php:39
27
+ #: views/events-list-load-widget-admin.php:2
28
+ msgid "Title:"
29
+ msgstr "Titre"
30
+
31
+ #: events-list-widget.class.php:15
32
+ msgid "A widget that displays the next upcoming x events."
33
+ msgstr "Un widget pour afficher les X évènements suivants."
34
+
35
+ #: events-list-widget.class.php:81
36
+ msgid "View All Events"
37
+ msgstr "Voir tous les évènements"
38
+
39
+ #: events-list-widget.class.php:82
40
+ msgid "There are no upcoming events at this time."
41
+ msgstr ""
42
+
43
+ #: the-events-calendar.class.php:49
44
+ msgid "Sun"
45
+ msgstr "Dim"
46
+
47
+ #: the-events-calendar.class.php:49
48
+ msgid "Mon"
49
+ msgstr "Lun"
50
+
51
+ #: the-events-calendar.class.php:49
52
+ msgid "Tue"
53
+ msgstr "Mar"
54
+
55
+ #: the-events-calendar.class.php:49
56
+ msgid "Wed"
57
+ msgstr "Mer"
58
+
59
+ #: the-events-calendar.class.php:49
60
+ msgid "Thu"
61
+ msgstr "Jeu"
62
+
63
+ #: the-events-calendar.class.php:49
64
+ msgid "Fri"
65
+ msgstr "Ven"
66
+
67
+ #: the-events-calendar.class.php:49
68
+ msgid "Sat"
69
+ msgstr "Sam"
70
+
71
+ #: the-events-calendar.class.php:50
72
+ msgid "Sunday"
73
+ msgstr "Dimanche"
74
+
75
+ #: the-events-calendar.class.php:50
76
+ msgid "Monday"
77
+ msgstr "Lundi"
78
+
79
+ #: the-events-calendar.class.php:50
80
+ msgid "Tuesday"
81
+ msgstr "Mardi"
82
+
83
+ #: the-events-calendar.class.php:50
84
+ msgid "Wednesday"
85
+ msgstr "Mercredi"
86
+
87
+ #: the-events-calendar.class.php:50
88
+ msgid "Thursday"
89
+ msgstr "Jeudi"
90
+
91
+ #: the-events-calendar.class.php:50
92
+ msgid "Friday"
93
+ msgstr "Vendredi"
94
+
95
+ #: the-events-calendar.class.php:50
96
+ msgid "Saturday"
97
+ msgstr "Samedi"
98
+
99
+ #: the-events-calendar.class.php:56
100
+ msgid "Select a Country:"
101
+ msgstr "Sélectionnez un État :"
102
+
103
+ #: the-events-calendar.class.php:57
104
+ msgid "United States"
105
+ msgstr "États-Unis"
106
+
107
+ #: the-events-calendar.class.php:58
108
+ msgid "Afghanistan"
109
+ msgstr "Afghanistan"
110
+
111
+ #: the-events-calendar.class.php:59
112
+ msgid "Albania"
113
+ msgstr "Albanie"
114
+
115
+ #: the-events-calendar.class.php:60
116
+ msgid "Algeria"
117
+ msgstr "Algérie"
118
+
119
+ #: the-events-calendar.class.php:61
120
+ msgid "American Samoa"
121
+ msgstr ""
122
+
123
+ #: the-events-calendar.class.php:62
124
+ msgid "Andorra"
125
+ msgstr "Andorre"
126
+
127
+ #: the-events-calendar.class.php:63
128
+ msgid "Angola"
129
+ msgstr "Angola"
130
+
131
+ #: the-events-calendar.class.php:64
132
+ msgid "Anguilla"
133
+ msgstr ""
134
+
135
+ #: the-events-calendar.class.php:65
136
+ msgid "Antarctica"
137
+ msgstr "Antarctique"
138
+
139
+ #: the-events-calendar.class.php:66
140
+ msgid "Antigua And Barbuda"
141
+ msgstr ""
142
+
143
+ #: the-events-calendar.class.php:67
144
+ msgid "Argentina"
145
+ msgstr "Argentine"
146
+
147
+ #: the-events-calendar.class.php:68
148
+ msgid "Armenia"
149
+ msgstr "Arménie"
150
+
151
+ #: the-events-calendar.class.php:69
152
+ msgid "Aruba"
153
+ msgstr ""
154
+
155
+ #: the-events-calendar.class.php:70
156
+ msgid "Australia"
157
+ msgstr ""
158
+
159
+ #: the-events-calendar.class.php:71
160
+ msgid "Austria"
161
+ msgstr ""
162
+
163
+ #: the-events-calendar.class.php:72
164
+ msgid "Azerbaijan"
165
+ msgstr ""
166
+
167
+ #: the-events-calendar.class.php:73
168
+ msgid "Bahamas"
169
+ msgstr ""
170
+
171
+ #: the-events-calendar.class.php:74
172
+ msgid "Bahrain"
173
+ msgstr ""
174
+
175
+ #: the-events-calendar.class.php:75
176
+ msgid "Bangladesh"
177
+ msgstr ""
178
+
179
+ #: the-events-calendar.class.php:76
180
+ msgid "Barbados"
181
+ msgstr ""
182
+
183
+ #: the-events-calendar.class.php:77
184
+ msgid "Belarus"
185
+ msgstr ""
186
+
187
+ #: the-events-calendar.class.php:78
188
+ msgid "Belgium"
189
+ msgstr "Belgique"
190
+
191
+ #: the-events-calendar.class.php:79
192
+ msgid "Belize"
193
+ msgstr ""
194
+
195
+ #: the-events-calendar.class.php:80
196
+ msgid "Benin"
197
+ msgstr "Benin"
198
+
199
+ #: the-events-calendar.class.php:81
200
+ msgid "Bermuda"
201
+ msgstr "Bermudes"
202
+
203
+ #: the-events-calendar.class.php:82
204
+ msgid "Bhutan"
205
+ msgstr ""
206
+
207
+ #: the-events-calendar.class.php:83
208
+ msgid "Bolivia"
209
+ msgstr "Bolivie"
210
+
211
+ #: the-events-calendar.class.php:84
212
+ msgid "Bosnia And Herzegowina"
213
+ msgstr ""
214
+
215
+ #: the-events-calendar.class.php:85
216
+ msgid "Botswana"
217
+ msgstr ""
218
+
219
+ #: the-events-calendar.class.php:86
220
+ msgid "Bouvet Island"
221
+ msgstr ""
222
+
223
+ #: the-events-calendar.class.php:87
224
+ msgid "Brazil"
225
+ msgstr "Brésil"
226
+
227
+ #: the-events-calendar.class.php:88
228
+ msgid "British Indian Ocean Territory"
229
+ msgstr ""
230
+
231
+ #: the-events-calendar.class.php:89
232
+ msgid "Brunei Darussalam"
233
+ msgstr ""
234
+
235
+ #: the-events-calendar.class.php:90
236
+ msgid "Bulgaria"
237
+ msgstr ""
238
+
239
+ #: the-events-calendar.class.php:91
240
+ msgid "Burkina Faso"
241
+ msgstr "Burkina Faso"
242
+
243
+ #: the-events-calendar.class.php:92
244
+ msgid "Burundi"
245
+ msgstr "Burundi"
246
+
247
+ #: the-events-calendar.class.php:93
248
+ msgid "Cambodia"
249
+ msgstr ""
250
+
251
+ #: the-events-calendar.class.php:94
252
+ msgid "Cameroon"
253
+ msgstr "Cameroun"
254
+
255
+ #: the-events-calendar.class.php:95
256
+ msgid "Canada"
257
+ msgstr "Canada"
258
+
259
+ #: the-events-calendar.class.php:96
260
+ msgid "Cape Verde"
261
+ msgstr ""
262
+
263
+ #: the-events-calendar.class.php:97
264
+ msgid "Cayman Islands"
265
+ msgstr ""
266
+
267
+ #: the-events-calendar.class.php:98
268
+ msgid "Central African Republic"
269
+ msgstr ""
270
+
271
+ #: the-events-calendar.class.php:99
272
+ msgid "Chad"
273
+ msgstr ""
274
+
275
+ #: the-events-calendar.class.php:100
276
+ msgid "Chile"
277
+ msgstr "Chili"
278
+
279
+ #: the-events-calendar.class.php:101
280
+ msgid "China"
281
+ msgstr "Chine"
282
+
283
+ #: the-events-calendar.class.php:102
284
+ msgid "Christmas Island"
285
+ msgstr ""
286
+
287
+ #: the-events-calendar.class.php:103
288
+ msgid "Cocos (Keeling) Islands"
289
+ msgstr ""
290
+
291
+ #: the-events-calendar.class.php:104
292
+ msgid "Colombia"
293
+ msgstr "Colombie"
294
+
295
+ #: the-events-calendar.class.php:105
296
+ msgid "Comoros"
297
+ msgstr ""
298
+
299
+ #: the-events-calendar.class.php:106
300
+ msgid "Congo"
301
+ msgstr "Congo"
302
+
303
+ #: the-events-calendar.class.php:107
304
+ msgid "Congo, The Democratic Republic Of The"
305
+ msgstr ""
306
+
307
+ #: the-events-calendar.class.php:108
308
+ msgid "Cook Islands"
309
+ msgstr ""
310
+
311
+ #: the-events-calendar.class.php:109
312
+ msgid "Costa Rica"
313
+ msgstr "Costa Rica"
314
+
315
+ #: the-events-calendar.class.php:110
316
+ msgid "Cote D'Ivoire"
317
+ msgstr "Côte D'Ivoire"
318
+
319
+ #: the-events-calendar.class.php:111
320
+ msgid "Croatia (Local Name: Hrvatska)"
321
+ msgstr ""
322
+
323
+ #: the-events-calendar.class.php:112
324
+ msgid "Cuba"
325
+ msgstr "Cuba"
326
+
327
+ #: the-events-calendar.class.php:113
328
+ msgid "Cyprus"
329
+ msgstr ""
330
+
331
+ #: the-events-calendar.class.php:114
332
+ msgid "Czech Republic"
333
+ msgstr ""
334
+
335
+ #: the-events-calendar.class.php:115
336
+ msgid "Denmark"
337
+ msgstr ""
338
+
339
+ #: the-events-calendar.class.php:116
340
+ msgid "Djibouti"
341
+ msgstr "Djibouti"
342
+
343
+ #: the-events-calendar.class.php:117
344
+ msgid "Dominica"
345
+ msgstr ""
346
+
347
+ #: the-events-calendar.class.php:118
348
+ msgid "Dominican Republic"
349
+ msgstr ""
350
+
351
+ #: the-events-calendar.class.php:119
352
+ msgid "East Timor"
353
+ msgstr ""
354
+
355
+ #: the-events-calendar.class.php:120
356
+ msgid "Ecuador"
357
+ msgstr ""
358
+
359
+ #: the-events-calendar.class.php:121
360
+ msgid "Egypt"
361
+ msgstr "Egypte"
362
+
363
+ #: the-events-calendar.class.php:122
364
+ msgid "El Salvador"
365
+ msgstr ""
366
+
367
+ #: the-events-calendar.class.php:123
368
+ msgid "Equatorial Guinea"
369
+ msgstr ""
370
+
371
+ #: the-events-calendar.class.php:124
372
+ msgid "Eritrea"
373
+ msgstr ""
374
+
375
+ #: the-events-calendar.class.php:125
376
+ msgid "Estonia"
377
+ msgstr ""
378
+
379
+ #: the-events-calendar.class.php:126
380
+ msgid "Ethiopia"
381
+ msgstr ""
382
+
383
+ #: the-events-calendar.class.php:127
384
+ msgid "Falkland Islands (Malvinas)"
385
+ msgstr ""
386
+
387
+ #: the-events-calendar.class.php:128
388
+ msgid "Faroe Islands"
389
+ msgstr ""
390
+
391
+ #: the-events-calendar.class.php:129
392
+ msgid "Fiji"
393
+ msgstr ""
394
+
395
+ #: the-events-calendar.class.php:130
396
+ msgid "Finland"
397
+ msgstr ""
398
+
399
+ #: the-events-calendar.class.php:131
400
+ msgid "France"
401
+ msgstr "France"
402
+
403
+ #: the-events-calendar.class.php:132
404
+ msgid "France, Metropolitan"
405
+ msgstr "France, Métropolitaine"
406
+
407
+ #: the-events-calendar.class.php:133
408
+ msgid "French Guiana"
409
+ msgstr ""
410
+
411
+ #: the-events-calendar.class.php:134
412
+ msgid "French Polynesia"
413
+ msgstr ""
414
+
415
+ #: the-events-calendar.class.php:135
416
+ msgid "French Southern Territories"
417
+ msgstr ""
418
+
419
+ #: the-events-calendar.class.php:136
420
+ msgid "Gabon"
421
+ msgstr "Gabon"
422
+
423
+ #: the-events-calendar.class.php:137
424
+ msgid "Gambia"
425
+ msgstr ""
426
+
427
+ #: the-events-calendar.class.php:138
428
+ #: views/events-meta-box.php:369
429
+ msgid "Georgia"
430
+ msgstr ""
431
+
432
+ #: the-events-calendar.class.php:139
433
+ msgid "Germany"
434
+ msgstr "Allemagne"
435
+
436
+ #: the-events-calendar.class.php:140
437
+ msgid "Ghana"
438
+ msgstr "Ghana"
439
+
440
+ #: the-events-calendar.class.php:141
441
+ msgid "Gibraltar"
442
+ msgstr ""
443
+
444
+ #: the-events-calendar.class.php:142
445
+ msgid "Greece"
446
+ msgstr ""
447
+
448
+ #: the-events-calendar.class.php:143
449
+ msgid "Greenland"
450
+ msgstr ""
451
+
452
+ #: the-events-calendar.class.php:144
453
+ msgid "Grenada"
454
+ msgstr ""
455
+
456
+ #: the-events-calendar.class.php:145
457
+ msgid "Guadeloupe"
458
+ msgstr "Guadeloupe"
459
+
460
+ #: the-events-calendar.class.php:146
461
+ msgid "Guam"
462
+ msgstr ""
463
+
464
+ #: the-events-calendar.class.php:147
465
+ msgid "Guatemala"
466
+ msgstr ""
467
+
468
+ #: the-events-calendar.class.php:148
469
+ msgid "Guinea"
470
+ msgstr ""
471
+
472
+ #: the-events-calendar.class.php:149
473
+ msgid "Guinea-Bissau"
474
+ msgstr ""
475
+
476
+ #: the-events-calendar.class.php:150
477
+ msgid "Guyana"
478
+ msgstr "Guyane"
479
+
480
+ #: the-events-calendar.class.php:151
481
+ msgid "Haiti"
482
+ msgstr "Haiti"
483
+
484
+ #: the-events-calendar.class.php:152
485
+ msgid "Heard And Mc Donald Islands"
486
+ msgstr ""
487
+
488
+ #: the-events-calendar.class.php:153
489
+ msgid "Holy See (Vatican City State)"
490
+ msgstr ""
491
+
492
+ #: the-events-calendar.class.php:154
493
+ msgid "Honduras"
494
+ msgstr ""
495
+
496
+ #: the-events-calendar.class.php:155
497
+ msgid "Hong Kong"
498
+ msgstr "Hong Kong"
499
+
500
+ #: the-events-calendar.class.php:156
501
+ msgid "Hungary"
502
+ msgstr ""
503
+
504
+ #: the-events-calendar.class.php:157
505
+ msgid "Iceland"
506
+ msgstr ""
507
+
508
+ #: the-events-calendar.class.php:158
509
+ msgid "India"
510
+ msgstr "Inde"
511
+
512
+ #: the-events-calendar.class.php:159
513
+ msgid "Indonesia"
514
+ msgstr ""
515
+
516
+ #: the-events-calendar.class.php:160
517
+ msgid "Iran (Islamic Republic Of)"
518
+ msgstr ""
519
+
520
+ #: the-events-calendar.class.php:161
521
+ msgid "Iraq"
522
+ msgstr ""
523
+
524
+ #: the-events-calendar.class.php:162
525
+ msgid "Ireland"
526
+ msgstr ""
527
+
528
+ #: the-events-calendar.class.php:163
529
+ msgid "Israel"
530
+ msgstr "Israel"
531
+
532
+ #: the-events-calendar.class.php:164
533
+ msgid "Italy"
534
+ msgstr "Italie"
535
+
536
+ #: the-events-calendar.class.php:165
537
+ msgid "Jamaica"
538
+ msgstr "Jamaique"
539
+
540
+ #: the-events-calendar.class.php:166
541
+ msgid "Japan"
542
+ msgstr "Japon"
543
+
544
+ #: the-events-calendar.class.php:167
545
+ msgid "Jordan"
546
+ msgstr ""
547
+
548
+ #: the-events-calendar.class.php:168
549
+ msgid "Kazakhstan"
550
+ msgstr ""
551
+
552
+ #: the-events-calendar.class.php:169
553
+ msgid "Kenya"
554
+ msgstr "Kenya"
555
+
556
+ #: the-events-calendar.class.php:170
557
+ msgid "Kiribati"
558
+ msgstr ""
559
+
560
+ #: the-events-calendar.class.php:171
561
+ msgid "Korea, Democratic People's Republic Of"
562
+ msgstr ""
563
+
564
+ #: the-events-calendar.class.php:172
565
+ msgid "Korea, Republic Of"
566
+ msgstr ""
567
+
568
+ #: the-events-calendar.class.php:173
569
+ msgid "Kuwait"
570
+ msgstr "Kowait"
571
+
572
+ #: the-events-calendar.class.php:174
573
+ msgid "Kyrgyzstan"
574
+ msgstr ""
575
+
576
+ #: the-events-calendar.class.php:175
577
+ msgid "Lao People's Democratic Republic"
578
+ msgstr ""
579
+
580
+ #: the-events-calendar.class.php:176
581
+ msgid "Latvia"
582
+ msgstr ""
583
+
584
+ #: the-events-calendar.class.php:177
585
+ msgid "Lebanon"
586
+ msgstr "Liban"
587
+
588
+ #: the-events-calendar.class.php:178
589
+ msgid "Lesotho"
590
+ msgstr ""
591
+
592
+ #: the-events-calendar.class.php:179
593
+ msgid "Liberia"
594
+ msgstr "Liberia"
595
+
596
+ #: the-events-calendar.class.php:180
597
+ msgid "Libyan Arab Jamahiriya"
598
+ msgstr ""
599
+
600
+ #: the-events-calendar.class.php:181
601
+ msgid "Liechtenstein"
602
+ msgstr ""
603
+
604
+ #: the-events-calendar.class.php:182
605
+ msgid "Lithuania"
606
+ msgstr "Lithuanie"
607
+
608
+ #: the-events-calendar.class.php:183
609
+ msgid "Luxembourg"
610
+ msgstr "Luxembourg"
611
+
612
+ #: the-events-calendar.class.php:184
613
+ msgid "Macau"
614
+ msgstr "Macau"
615
+
616
+ #: the-events-calendar.class.php:185
617
+ msgid "Macedonia, Former Yugoslav Republic Of"
618
+ msgstr ""
619
+
620
+ #: the-events-calendar.class.php:186
621
+ msgid "Madagascar"
622
+ msgstr "Madagascar"
623
+
624
+ #: the-events-calendar.class.php:187
625
+ msgid "Malawi"
626
+ msgstr ""
627
+
628
+ #: the-events-calendar.class.php:188
629
+ msgid "Malaysia"
630
+ msgstr "Malaysie"
631
+
632
+ #: the-events-calendar.class.php:189
633
+ msgid "Maldives"
634
+ msgstr "Maldives"
635
+
636
+ #: the-events-calendar.class.php:190
637
+ msgid "Mali"
638
+ msgstr "Mali"
639
+
640
+ #: the-events-calendar.class.php:191
641
+ msgid "Malta"
642
+ msgstr ""
643
+
644
+ #: the-events-calendar.class.php:192
645
+ msgid "Marshall Islands"
646
+ msgstr ""
647
+
648
+ #: the-events-calendar.class.php:193
649
+ msgid "Martinique"
650
+ msgstr "Martinique"
651
+
652
+ #: the-events-calendar.class.php:194
653
+ msgid "Mauritania"
654
+ msgstr ""
655
+
656
+ #: the-events-calendar.class.php:195
657
+ msgid "Mauritius"
658
+ msgstr ""
659
+
660
+ #: the-events-calendar.class.php:196
661
+ msgid "Mayotte"
662
+ msgstr "Mayotte"
663
+
664
+ #: the-events-calendar.class.php:197
665
+ msgid "Mexico"
666
+ msgstr "Mexico"
667
+
668
+ #: the-events-calendar.class.php:198
669
+ msgid "Micronesia, Federated States Of"
670
+ msgstr ""
671
+
672
+ #: the-events-calendar.class.php:199
673
+ msgid "Moldova, Republic Of"
674
+ msgstr ""
675
+
676
+ #: the-events-calendar.class.php:200
677
+ msgid "Monaco"
678
+ msgstr "Monaco"
679
+
680
+ #: the-events-calendar.class.php:201
681
+ msgid "Mongolia"
682
+ msgstr "Mongolie"
683
+
684
+ #: the-events-calendar.class.php:202
685
+ msgid "Montserrat"
686
+ msgstr ""
687
+
688
+ #: the-events-calendar.class.php:203
689
+ msgid "Morocco"
690
+ msgstr "Maroc"
691
+
692
+ #: the-events-calendar.class.php:204
693
+ msgid "Mozambique"
694
+ msgstr ""
695
+
696
+ #: the-events-calendar.class.php:205
697
+ msgid "Myanmar"
698
+ msgstr "Myanmar"
699
+
700
+ #: the-events-calendar.class.php:206
701
+ msgid "Namibia"
702
+ msgstr ""
703
+
704
+ #: the-events-calendar.class.php:207
705
+ msgid "Nauru"
706
+ msgstr ""
707
+
708
+ #: the-events-calendar.class.php:208
709
+ msgid "Nepal"
710
+ msgstr "Népal"
711
+
712
+ #: the-events-calendar.class.php:209
713
+ msgid "Netherlands"
714
+ msgstr ""
715
+
716
+ #: the-events-calendar.class.php:210
717
+ msgid "Netherlands Antilles"
718
+ msgstr ""
719
+
720
+ #: the-events-calendar.class.php:211
721
+ msgid "New Caledonia"
722
+ msgstr ""
723
+
724
+ #: the-events-calendar.class.php:212
725
+ msgid "New Zealand"
726
+ msgstr ""
727
+
728
+ #: the-events-calendar.class.php:213
729
+ msgid "Nicaragua"
730
+ msgstr "Nicaragua"
731
+
732
+ #: the-events-calendar.class.php:214
733
+ msgid "Niger"
734
+ msgstr "Niger"
735
+
736
+ #: the-events-calendar.class.php:215
737
+ msgid "Nigeria"
738
+ msgstr "Nigeria"
739
+
740
+ #: the-events-calendar.class.php:216
741
+ msgid "Niue"
742
+ msgstr ""
743
+
744
+ #: the-events-calendar.class.php:217
745
+ msgid "Norfolk Island"
746
+ msgstr ""
747
+
748
+ #: the-events-calendar.class.php:218
749
+ msgid "Northern Mariana Islands"
750
+ msgstr ""
751
+
752
+ #: the-events-calendar.class.php:219
753
+ msgid "Norway"
754
+ msgstr ""
755
+
756
+ #: the-events-calendar.class.php:220
757
+ msgid "Oman"
758
+ msgstr ""
759
+
760
+ #: the-events-calendar.class.php:221
761
+ msgid "Pakistan"
762
+ msgstr "Pakistan"
763
+
764
+ #: the-events-calendar.class.php:222
765
+ msgid "Palau"
766
+ msgstr ""
767
+
768
+ #: the-events-calendar.class.php:223
769
+ msgid "Panama"
770
+ msgstr "Panama"
771
+
772
+ #: the-events-calendar.class.php:224
773
+ msgid "Papua New Guinea"
774
+ msgstr ""
775
+
776
+ #: the-events-calendar.class.php:225
777
+ msgid "Paraguay"
778
+ msgstr "Paraguay"
779
+
780
+ #: the-events-calendar.class.php:226
781
+ msgid "Peru"
782
+ msgstr "Pérou"
783
+
784
+ #: the-events-calendar.class.php:227
785
+ msgid "Philippines"
786
+ msgstr "Philippines"
787
+
788
+ #: the-events-calendar.class.php:228
789
+ msgid "Pitcairn"
790
+ msgstr ""
791
+
792
+ #: the-events-calendar.class.php:229
793
+ msgid "Poland"
794
+ msgstr "Pologne"
795
+
796
+ #: the-events-calendar.class.php:230
797
+ msgid "Portugal"
798
+ msgstr "Portugal"
799
+
800
+ #: the-events-calendar.class.php:231
801
+ msgid "Puerto Rico"
802
+ msgstr ""
803
+
804
+ #: the-events-calendar.class.php:232
805
+ msgid "Qatar"
806
+ msgstr "Quatar"
807
+
808
+ #: the-events-calendar.class.php:233
809
+ msgid "Reunion"
810
+ msgstr "Réunion"
811
+
812
+ #: the-events-calendar.class.php:234
813
+ msgid "Romania"
814
+ msgstr "Roumanie"
815
+
816
+ #: the-events-calendar.class.php:235
817
+ msgid "Russian Federation"
818
+ msgstr ""
819
+
820
+ #: the-events-calendar.class.php:236
821
+ msgid "Rwanda"
822
+ msgstr "Rwanda"
823
+
824
+ #: the-events-calendar.class.php:237
825
+ msgid "Saint Kitts And Nevis"
826
+ msgstr ""
827
+
828
+ #: the-events-calendar.class.php:238
829
+ msgid "Saint Lucia"
830
+ msgstr ""
831
+
832
+ #: the-events-calendar.class.php:239
833
+ msgid "Saint Vincent And The Grenadines"
834
+ msgstr ""
835
+
836
+ #: the-events-calendar.class.php:240
837
+ msgid "Samoa"
838
+ msgstr ""
839
+
840
+ #: the-events-calendar.class.php:241
841
+ msgid "San Marino"
842
+ msgstr ""
843
+
844
+ #: the-events-calendar.class.php:242
845
+ msgid "Sao Tome And Principe"
846
+ msgstr ""
847
+
848
+ #: the-events-calendar.class.php:243
849
+ msgid "Saudi Arabia"
850
+ msgstr ""
851
+
852
+ #: the-events-calendar.class.php:244
853
+ msgid "Senegal"
854
+ msgstr "Sénégal"
855
+
856
+ #: the-events-calendar.class.php:245
857
+ msgid "Seychelles"
858
+ msgstr "Seychelles"
859
+
860
+ #: the-events-calendar.class.php:246
861
+ msgid "Sierra Leone"
862
+ msgstr "Sierra Leone"
863
+
864
+ #: the-events-calendar.class.php:247
865
+ msgid "Singapore"
866
+ msgstr ""
867
+
868
+ #: the-events-calendar.class.php:248
869
+ msgid "Slovakia (Slovak Republic)"
870
+ msgstr ""
871
+
872
+ #: the-events-calendar.class.php:249
873
+ msgid "Slovenia"
874
+ msgstr ""
875
+
876
+ #: the-events-calendar.class.php:250
877
+ msgid "Solomon Islands"
878
+ msgstr ""
879
+
880
+ #: the-events-calendar.class.php:251
881
+ msgid "Somalia"
882
+ msgstr "Somalie"
883
+
884
+ #: the-events-calendar.class.php:252
885
+ msgid "South Africa"
886
+ msgstr "Afrique du Sud"
887
+
888
+ #: the-events-calendar.class.php:253
889
+ msgid "South Georgia, South Sandwich Islands"
890
+ msgstr ""
891
+
892
+ #: the-events-calendar.class.php:254
893
+ msgid "Spain"
894
+ msgstr "Espagne"
895
+
896
+ #: the-events-calendar.class.php:255
897
+ msgid "Sri Lanka"
898
+ msgstr ""
899
+
900
+ #: the-events-calendar.class.php:256
901
+ msgid "St. Helena"
902
+ msgstr ""
903
+
904
+ #: the-events-calendar.class.php:257
905
+ msgid "St. Pierre And Miquelon"
906
+ msgstr ""
907
+
908
+ #: the-events-calendar.class.php:258
909
+ msgid "Sudan"
910
+ msgstr "Soudan"
911
+
912
+ #: the-events-calendar.class.php:259
913
+ msgid "Suriname"
914
+ msgstr ""
915
+
916
+ #: the-events-calendar.class.php:260
917
+ msgid "Svalbard And Jan Mayen Islands"
918
+ msgstr ""
919
+
920
+ #: the-events-calendar.class.php:261
921
+ msgid "Swaziland"
922
+ msgstr ""
923
+
924
+ #: the-events-calendar.class.php:262
925
+ msgid "Sweden"
926
+ msgstr "Suède"
927
+
928
+ #: the-events-calendar.class.php:263
929
+ msgid "Switzerland"
930
+ msgstr "Suisse"
931
+
932
+ #: the-events-calendar.class.php:264
933
+ msgid "Syrian Arab Republic"
934
+ msgstr ""
935
+
936
+ #: the-events-calendar.class.php:265
937
+ msgid "Taiwan"
938
+ msgstr "Taiwan"
939
+
940
+ #: the-events-calendar.class.php:266
941
+ msgid "Tajikistan"
942
+ msgstr "Tajikistan"
943
+
944
+ #: the-events-calendar.class.php:267
945
+ msgid "Tanzania, United Republic Of"
946
+ msgstr ""
947
+
948
+ #: the-events-calendar.class.php:268
949
+ msgid "Thailand"
950
+ msgstr "Thailande"
951
+
952
+ #: the-events-calendar.class.php:269
953
+ msgid "Togo"
954
+ msgstr "Togo"
955
+
956
+ #: the-events-calendar.class.php:270
957
+ msgid "Tokelau"
958
+ msgstr ""
959
+
960
+ #: the-events-calendar.class.php:271
961
+ msgid "Tonga"
962
+ msgstr "Tonga"
963
+
964
+ #: the-events-calendar.class.php:272
965
+ msgid "Trinidad And Tobago"
966
+ msgstr "Trinidad et Tobago"
967
+
968
+ #: the-events-calendar.class.php:273
969
+ msgid "Tunisia"
970
+ msgstr "Tunisie"
971
+
972
+ #: the-events-calendar.class.php:274
973
+ msgid "Turkey"
974
+ msgstr "Turquie"
975
+
976
+ #: the-events-calendar.class.php:275
977
+ msgid "Turkmenistan"
978
+ msgstr ""
979
+
980
+ #: the-events-calendar.class.php:276
981
+ msgid "Turks And Caicos Islands"
982
+ msgstr ""
983
+
984
+ #: the-events-calendar.class.php:277
985
+ msgid "Tuvalu"
986
+ msgstr ""
987
+
988
+ #: the-events-calendar.class.php:278
989
+ msgid "Uganda"
990
+ msgstr "Uganda"
991
+
992
+ #: the-events-calendar.class.php:279
993
+ msgid "Ukraine"
994
+ msgstr "Ukraine"
995
+
996
+ #: the-events-calendar.class.php:280
997
+ msgid "United Arab Emirates"
998
+ msgstr ""
999
+
1000
+ #: the-events-calendar.class.php:281
1001
+ msgid "United Kingdom"
1002
+ msgstr "Royaume Uni"
1003
+
1004
+ #: the-events-calendar.class.php:282
1005
+ msgid "United States Minor Outlying Islands"
1006
+ msgstr ""
1007
+
1008
+ #: the-events-calendar.class.php:283
1009
+ msgid "Uruguay"
1010
+ msgstr "Uruguay"
1011
+
1012
+ #: the-events-calendar.class.php:284
1013
+ msgid "Uzbekistan"
1014
+ msgstr ""
1015
+
1016
+ #: the-events-calendar.class.php:285
1017
+ msgid "Vanuatu"
1018
+ msgstr ""
1019
+
1020
+ #: the-events-calendar.class.php:286
1021
+ msgid "Venezuela"
1022
+ msgstr "Vénézuela"
1023
+
1024
+ #: the-events-calendar.class.php:287
1025
+ msgid "Viet Nam"
1026
+ msgstr "Viet Nam"
1027
+
1028
+ #: the-events-calendar.class.php:288
1029
+ msgid "Virgin Islands (British)"
1030
+ msgstr ""
1031
+
1032
+ #: the-events-calendar.class.php:289
1033
+ msgid "Virgin Islands (U.S.)"
1034
+ msgstr ""
1035
+
1036
+ #: the-events-calendar.class.php:290
1037
+ msgid "Wallis And Futuna Islands"
1038
+ msgstr ""
1039
+
1040
+ #: the-events-calendar.class.php:291
1041
+ msgid "Western Sahara"
1042
+ msgstr ""
1043
+
1044
+ #: the-events-calendar.class.php:292
1045
+ msgid "Yemen"
1046
+ msgstr "Yemen"
1047
+
1048
+ #: the-events-calendar.class.php:293
1049
+ msgid "Yugoslavia"
1050
+ msgstr ""
1051
+
1052
+ #: the-events-calendar.class.php:294
1053
+ msgid "Zambia"
1054
+ msgstr "Zambie"
1055
+
1056
+ #: the-events-calendar.class.php:295
1057
+ msgid "Zimbabwe"
1058
+ msgstr "Zimbabwe"
1059
+
1060
+ #: the-events-calendar.class.php:490
1061
+ msgid "Jan"
1062
+ msgstr "Jan"
1063
+
1064
+ #: the-events-calendar.class.php:491
1065
+ msgid "Feb"
1066
+ msgstr "Fév"
1067
+
1068
+ #: the-events-calendar.class.php:492
1069
+ msgid "Mar"
1070
+ msgstr "Mar"
1071
+
1072
+ #: the-events-calendar.class.php:493
1073
+ msgid "Apr"
1074
+ msgstr "Avr"
1075
+
1076
+ #: the-events-calendar.class.php:494
1077
+ #: the-events-calendar.class.php:508
1078
+ msgid "May"
1079
+ msgstr "Mai"
1080
+
1081
+ #: the-events-calendar.class.php:495
1082
+ msgid "Jun"
1083
+ msgstr "Juin"
1084
+
1085
+ #: the-events-calendar.class.php:496
1086
+ msgid "Jul"
1087
+ msgstr "Juil"
1088
+
1089
+ #: the-events-calendar.class.php:497
1090
+ msgid "Aug"
1091
+ msgstr "Août"
1092
+
1093
+ #: the-events-calendar.class.php:498
1094
+ msgid "Sep"
1095
+ msgstr "Sept"
1096
+
1097
+ #: the-events-calendar.class.php:499
1098
+ msgid "Oct"
1099
+ msgstr "Oct"
1100
+
1101
+ #: the-events-calendar.class.php:500
1102
+ msgid "Nov"
1103
+ msgstr "Nov"
1104
+
1105
+ #: the-events-calendar.class.php:501
1106
+ msgid "Dec"
1107
+ msgstr "Dec"
1108
+
1109
+ #: the-events-calendar.class.php:504
1110
+ msgid "January"
1111
+ msgstr "Janvier"
1112
+
1113
+ #: the-events-calendar.class.php:505
1114
+ msgid "February"
1115
+ msgstr "Février"
1116
+
1117
+ #: the-events-calendar.class.php:506
1118
+ msgid "March"
1119
+ msgstr "Mars"
1120
+
1121
+ #: the-events-calendar.class.php:507
1122
+ msgid "April"
1123
+ msgstr "Avril"
1124
+
1125
+ #: the-events-calendar.class.php:509
1126
+ msgid "June"
1127
+ msgstr "Juin"
1128
+
1129
+ #: the-events-calendar.class.php:510
1130
+ msgid "July"
1131
+ msgstr "Juillet"
1132
+
1133
+ #: the-events-calendar.class.php:511
1134
+ msgid "August"
1135
+ msgstr "Août"
1136
+
1137
+ #: the-events-calendar.class.php:512
1138
+ msgid "September"
1139
+ msgstr "Septembre"
1140
+
1141
+ #: the-events-calendar.class.php:513
1142
+ msgid "October"
1143
+ msgstr "Octobre"
1144
+
1145
+ #: the-events-calendar.class.php:514
1146
+ msgid "November"
1147
+ msgstr "Novembre"
1148
+
1149
+ #: the-events-calendar.class.php:515
1150
+ msgid "December"
1151
+ msgstr "Décembre"
1152
+
1153
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.6) #-#-#-#-#
1154
+ #. Plugin Name of the plugin/theme
1155
+ #: the-events-calendar.class.php:1007
1156
+ msgid "The Events Calendar"
1157
+ msgstr "Le Calendrier des Évènements"
1158
+
1159
+ #: views/events-list-load-widget-admin.php:7
1160
+ msgid "Show:"
1161
+ msgstr "Afficher"
1162
+
1163
+ #: views/events-list-load-widget-admin.php:15
1164
+ msgid "Don't show the widget if there are no upcoming events:"
1165
+ msgstr "Ne pas montrer le widget s'il n'y a pas d'évènement à venir :"
1166
+
1167
+ #: views/events-list-load-widget-admin.php:21
1168
+ msgid "Display:"
1169
+ msgstr "Afficher :"
1170
+
1171
+ #: views/events-list-load-widget-admin.php:24
1172
+ msgid "Start Date & Time"
1173
+ msgstr "Date & Heure de début"
1174
+
1175
+ #: views/events-list-load-widget-admin.php:25
1176
+ msgid "End Date & Time"
1177
+ msgstr "Date & Heure de fin"
1178
+
1179
+ #: views/events-list-load-widget-admin.php:26
1180
+ msgid "Venue"
1181
+ msgstr "Lieu"
1182
+
1183
+ #: views/events-list-load-widget-admin.php:27
1184
+ msgid "Address"
1185
+ msgstr "Adresse"
1186
+
1187
+ #: views/events-list-load-widget-admin.php:28
1188
+ msgid "City"
1189
+ msgstr "Ville"
1190
+
1191
+ #: views/events-list-load-widget-admin.php:29
1192
+ msgid "State (US)"
1193
+ msgstr "État (US)"
1194
+
1195
+ #: views/events-list-load-widget-admin.php:30
1196
+ msgid "Province (Int)"
1197
+ msgstr "Province"
1198
+
1199
+ #: views/events-list-load-widget-admin.php:31
1200
+ msgid "Postal Code"
1201
+ msgstr "Code postal"
1202
+
1203
+ #: views/events-list-load-widget-admin.php:32
1204
+ msgid "Country"
1205
+ msgstr "Pays"
1206
+
1207
+ #: views/events-list-load-widget-admin.php:33
1208
+ #: views/events-meta-box.php:136
1209
+ msgid "Phone"
1210
+ msgstr "Téléphone"
1211
+
1212
+ #: views/events-list-load-widget-admin.php:34
1213
+ msgid "Price"
1214
+ msgstr "Prix"
1215
+
1216
+ #: views/events-list-load-widget-display.php:47
1217
+ msgid "More Info"
1218
+ msgstr "Plus d'info"
1219
+
1220
+ #: views/events-meta-box.php:136
1221
+ msgid "is not valid."
1222
+ msgstr "n'est pas valable"
1223
+
1224
+ #: views/events-meta-box.php:136
1225
+ msgid "Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may also use an optional extension of up to five digits prefixed by x or ext (eg. 123 123 4567 x89)"
1226
+ msgstr ""
1227
+
1228
+ #: views/events-meta-box.php:210
1229
+ msgid "Is this post an event?"
1230
+ msgstr "Cet article est-il un évènement ?"
1231
+
1232
+ #: views/events-meta-box.php:211
1233
+ #: views/events-options.php:181
1234
+ msgid "Yes"
1235
+ msgstr "Oui"
1236
+
1237
+ #: views/events-meta-box.php:212
1238
+ #: views/events-options.php:185
1239
+ msgid "No"
1240
+ msgstr "Non"
1241
+
1242
+ #: views/events-meta-box.php:229
1243
+ msgid "Event Time &amp; Date"
1244
+ msgstr "Heure &amp; Date de l'évènement"
1245
+
1246
+ #: views/events-meta-box.php:232
1247
+ msgid "All day event?"
1248
+ msgstr "Évènement d'une journée"
1249
+
1250
+ #: views/events-meta-box.php:236
1251
+ msgid "Start Date / Time:"
1252
+ msgstr "Date de début / Heure :"
1253
+
1254
+ #: views/events-meta-box.php:250
1255
+ #: views/events-meta-box.php:280
1256
+ msgid "@"
1257
+ msgstr "@"
1258
+
1259
+ #: views/events-meta-box.php:266
1260
+ msgid "End Date / Time:"
1261
+ msgstr "Date de fin / Heure :"
1262
+
1263
+ #: views/events-meta-box.php:296
1264
+ msgid "Event Location Details"
1265
+ msgstr "Détails sur le lieu de l'évènement"
1266
+
1267
+ #: views/events-meta-box.php:299
1268
+ #: views/list.php:45
1269
+ #: views/single.php:27
1270
+ msgid "Venue:"
1271
+ msgstr "Lieu :"
1272
+
1273
+ #: views/events-meta-box.php:305
1274
+ msgid "Country:"
1275
+ msgstr "Pays :"
1276
+
1277
+ #: views/events-meta-box.php:341
1278
+ #: views/list.php:60
1279
+ #: views/single.php:36
1280
+ msgid "Address:"
1281
+ msgstr "Adresse :"
1282
+
1283
+ #: views/events-meta-box.php:345
1284
+ msgid "City:"
1285
+ msgstr "Ville :"
1286
+
1287
+ #: views/events-meta-box.php:350
1288
+ msgid "Province:"
1289
+ msgstr "Province :"
1290
+
1291
+ #: views/events-meta-box.php:354
1292
+ msgid "State:"
1293
+ msgstr "Etat :"
1294
+
1295
+ #: views/events-meta-box.php:357
1296
+ msgid "Select a State:"
1297
+ msgstr "Sélectionnez un état :"
1298
+
1299
+ #: views/events-meta-box.php:359
1300
+ msgid "Alabama"
1301
+ msgstr "Alabama"
1302
+
1303
+ #: views/events-meta-box.php:360
1304
+ msgid "Alaska"
1305
+ msgstr "Alaska"
1306
+
1307
+ #: views/events-meta-box.php:361
1308
+ msgid "Arizona"
1309
+ msgstr "Arizona"
1310
+
1311
+ #: views/events-meta-box.php:362
1312
+ msgid "Arkansas"
1313
+ msgstr "Arkansas"
1314
+
1315
+ #: views/events-meta-box.php:363
1316
+ msgid "California"
1317
+ msgstr "Californie"
1318
+
1319
+ #: views/events-meta-box.php:364
1320
+ msgid "Colorado"
1321
+ msgstr "Colorado"
1322
+
1323
+ #: views/events-meta-box.php:365
1324
+ msgid "Connecticut"
1325
+ msgstr "Connecticut"
1326
+
1327
+ #: views/events-meta-box.php:366
1328
+ msgid "Delaware"
1329
+ msgstr "Delaware"
1330
+
1331
+ #: views/events-meta-box.php:367
1332
+ msgid "District of Columbia"
1333
+ msgstr "District of Columbia"
1334
+
1335
+ #: views/events-meta-box.php:368
1336
+ msgid "Florida"
1337
+ msgstr "Florida"
1338
+
1339
+ #: views/events-meta-box.php:370
1340
+ msgid "Hawaii"
1341
+ msgstr "Hawaii"
1342
+
1343
+ #: views/events-meta-box.php:371
1344
+ msgid "Idaho"
1345
+ msgstr "Idaho"
1346
+
1347
+ #: views/events-meta-box.php:372
1348
+ msgid "Illinois"
1349
+ msgstr "Illinois"
1350
+
1351
+ #: views/events-meta-box.php:373
1352
+ msgid "Indiana"
1353
+ msgstr "Indiana"
1354
+
1355
+ #: views/events-meta-box.php:374
1356
+ msgid "Iowa"
1357
+ msgstr "Iowa"
1358
+
1359
+ #: views/events-meta-box.php:375
1360
+ msgid "Kansas"
1361
+ msgstr "Kansas"
1362
+
1363
+ #: views/events-meta-box.php:376
1364
+ msgid "Kentucky"
1365
+ msgstr "Kentucky"
1366
+
1367
+ #: views/events-meta-box.php:377
1368
+ msgid "Louisiana"
1369
+ msgstr "Louisiane"
1370
+
1371
+ #: views/events-meta-box.php:378
1372
+ msgid "Maine"
1373
+ msgstr "Maine"
1374
+
1375
+ #: views/events-meta-box.php:379
1376
+ msgid "Maryland"
1377
+ msgstr "Maryland"
1378
+
1379
+ #: views/events-meta-box.php:380
1380
+ msgid "Massachusetts"
1381
+ msgstr "Massachusetts"
1382
+
1383
+ #: views/events-meta-box.php:381
1384
+ msgid "Michigan"
1385
+ msgstr "Michigan"
1386
+
1387
+ #: views/events-meta-box.php:382
1388
+ msgid "Minnesota"
1389
+ msgstr "Minnesota"
1390
+
1391
+ #: views/events-meta-box.php:383
1392
+ msgid "Mississippi"
1393
+ msgstr "Mississippi"
1394
+
1395
+ #: views/events-meta-box.php:384
1396
+ msgid "Missouri"
1397
+ msgstr "Missouri"
1398
+
1399
+ #: views/events-meta-box.php:385
1400
+ msgid "Montana"
1401
+ msgstr "Montana"
1402
+
1403
+ #: views/events-meta-box.php:386
1404
+ msgid "Nebraska"
1405
+ msgstr "Nebraska"
1406
+
1407
+ #: views/events-meta-box.php:387
1408
+ msgid "Nevada"
1409
+ msgstr "Névada"
1410
+
1411
+ #: views/events-meta-box.php:388
1412
+ msgid "New Hampshire"
1413
+ msgstr "New Hampshire"
1414
+
1415
+ #: views/events-meta-box.php:389
1416
+ msgid "New Jersey"
1417
+ msgstr "New Jersey"
1418
+
1419
+ #: views/events-meta-box.php:390
1420
+ msgid "New Mexico"
1421
+ msgstr "New Mexico"
1422
+
1423
+ #: views/events-meta-box.php:391
1424
+ msgid "New York"
1425
+ msgstr "New York"
1426
+
1427
+ #: views/events-meta-box.php:392
1428
+ msgid "North Carolina"
1429
+ msgstr "North Carolina"
1430
+
1431
+ #: views/events-meta-box.php:393
1432
+ msgid "North Dakota"
1433
+ msgstr "North Dakota"
1434
+
1435
+ #: views/events-meta-box.php:394
1436
+ msgid "Ohio"
1437
+ msgstr "Ohio"
1438
+
1439
+ #: views/events-meta-box.php:395
1440
+ msgid "Oklahoma"
1441
+ msgstr "Oklahoma"
1442
+
1443
+ #: views/events-meta-box.php:396
1444
+ msgid "Oregon"
1445
+ msgstr "Oregon"
1446
+
1447
+ #: views/events-meta-box.php:397
1448
+ msgid "Pennsylvania"
1449
+ msgstr "Pennsylvania"
1450
+
1451
+ #: views/events-meta-box.php:398
1452
+ msgid "Rhode Island"
1453
+ msgstr "Rhode Island"
1454
+
1455
+ #: views/events-meta-box.php:399
1456
+ msgid "South Carolina"
1457
+ msgstr "South Carolina"
1458
+
1459
+ #: views/events-meta-box.php:400
1460
+ msgid "South Dakota"
1461
+ msgstr "South Dakota"
1462
+
1463
+ #: views/events-meta-box.php:401
1464
+ msgid "Tennessee"
1465
+ msgstr "Tennessee"
1466
+
1467
+ #: views/events-meta-box.php:402
1468
+ msgid "Texas"
1469
+ msgstr "Texas"
1470
+
1471
+ #: views/events-meta-box.php:403
1472
+ msgid "Utah"
1473
+ msgstr "Utah"
1474
+
1475
+ #: views/events-meta-box.php:404
1476
+ msgid "Vermont"
1477
+ msgstr "Vermont"
1478
+
1479
+ #: views/events-meta-box.php:405
1480
+ msgid "Virginia"
1481
+ msgstr "Virginia"
1482
+
1483
+ #: views/events-meta-box.php:406
1484
+ msgid "Washington"
1485
+ msgstr "Washington"
1486
+
1487
+ #: views/events-meta-box.php:407
1488
+ msgid "West Virginia"
1489
+ msgstr "West Virginia"
1490
+
1491
+ #: views/events-meta-box.php:408
1492
+ msgid "Wisconsin"
1493
+ msgstr "Wisconsin"
1494
+
1495
+ #: views/events-meta-box.php:409
1496
+ msgid "Wyoming"
1497
+ msgstr "Wyoming"
1498
+
1499
+ #: views/events-meta-box.php:423
1500
+ msgid "Postal Code:"
1501
+ msgstr "Code postal :"
1502
+
1503
+ #: views/events-meta-box.php:427
1504
+ msgid "Show Google Map Link:"
1505
+ msgstr "Montrer le lien Google Map :"
1506
+
1507
+ #: views/events-meta-box.php:439
1508
+ msgid "Show Google Map:"
1509
+ msgstr "Afficher la carte Google "
1510
+
1511
+ #: views/events-meta-box.php:444
1512
+ #: views/list.php:54
1513
+ #: views/single.php:31
1514
+ msgid "Phone:"
1515
+ msgstr "Téléphone :"
1516
+
1517
+ #: views/events-meta-box.php:448
1518
+ msgid "Event Cost"
1519
+ msgstr "Coût de l'évènements"
1520
+
1521
+ #: views/events-meta-box.php:451
1522
+ #: views/list.php:72
1523
+ #: views/single.php:21
1524
+ msgid "Cost:"
1525
+ msgstr "Coût :"
1526
+
1527
+ #: views/events-meta-box.php:456
1528
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1529
+ msgstr "Laisser vide pour cacher ce champ. Entrer un 0 pour les évènements qui sont gratuits."
1530
+
1531
+ #: views/events-meta-box.php:460
1532
+ msgid "Sell Tickets &amp; Track Registration"
1533
+ msgstr "Vente des tickets &amp; Suivi des inscriptions"
1534
+
1535
+ #: views/events-meta-box.php:465
1536
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1537
+ msgstr "Intéressé dans la vente des tickets et un suivi des inscritions ? Maintenant vous pouvez le faire gratuitement en utilisant notre plugin <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration</a>. Eventbrite outil facile à utiliser de gestion des évènements. \"Wow, vous vendez Eventbrite, vous devriez avoir un coup.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1538
+
1539
+ #: views/events-meta-box.php:465
1540
+ msgid "Check it out here."
1541
+ msgstr "Vérifiez cela ici."
1542
+
1543
+ #: views/events-meta-box.php:483
1544
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1545
+ msgstr ""
1546
+ "<h4>Si vous aimez cette extension - Aidez à la soutenir </h4>\r\n"
1547
+ "\t\t\t\t<p>Nous passons pas mal de temps et de nombreux efforts à construire des plugins robustes et nous adorons les partager avec la communauté. Si vous utilisez ce plugin, envisagez de réaliser une donation pour aider le dévelopement continu du plugin. Vous pouvez supprimer ce message en allant sur la <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">page de configuration</a>. Traduction par <a href=\"http://www.enseignons.be\">Enseignons.be</a>.</p>"
1548
+
1549
+ #: views/events-meta-box.php:485
1550
+ msgid "Thanks"
1551
+ msgstr "Merci"
1552
+
1553
+ #: views/events-options.php:74
1554
+ msgid "The Events Calendar Settings"
1555
+ msgstr "Les paramètres du Calendrier"
1556
+
1557
+ #: views/events-options.php:94
1558
+ msgid "Need a hand?"
1559
+ msgstr "Besoin d'aide ?"
1560
+
1561
+ #: views/events-options.php:95
1562
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1563
+ msgstr "Si vous rencontrez une difficulté, allez voir la <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">documentation</a>. pour de plus amples explications, soyez certains de passer par le <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> et demander de l'aide."
1564
+
1565
+ #: views/events-options.php:96
1566
+ msgid "Here is the iCal feed URL for your events: "
1567
+ msgstr "l'URL iCal feed de vos évènements se trouve ici : "
1568
+
1569
+ #: views/events-options.php:99
1570
+ msgid "Donate"
1571
+ msgstr "Faites un don"
1572
+
1573
+ #: views/events-options.php:108
1574
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1575
+ msgstr "Si vous trouvez ce plugin utile, merci de faire une donation au créateur : Shane &#38; Peter, Inc. Merci !"
1576
+
1577
+ #: views/events-options.php:112
1578
+ msgid "I have already donated, so please hide this button!"
1579
+ msgstr "J'ai déjà donné, merci de cacher ce bouton"
1580
+
1581
+ #: views/events-options.php:122
1582
+ msgid "Donate for this wonderful plugin"
1583
+ msgstr "Faire un don pour cette merveilleuse extension"
1584
+
1585
+ #: views/events-options.php:136
1586
+ msgid "Settings"
1587
+ msgstr "Paramètres"
1588
+
1589
+ #: views/events-options.php:139
1590
+ #: views/events-options.php:143
1591
+ msgid "Default View for the Events"
1592
+ msgstr "Vue par défaut pour les évènements"
1593
+
1594
+ #: views/events-options.php:155
1595
+ #: views/gridview.php:28
1596
+ #: views/list.php:12
1597
+ msgid "Calendar"
1598
+ msgstr "Calendrier"
1599
+
1600
+ #: views/events-options.php:159
1601
+ #: views/gridview.php:27
1602
+ #: views/list.php:11
1603
+ msgid "Event List"
1604
+ msgstr "Liste des évènements"
1605
+
1606
+ #: views/events-options.php:165
1607
+ #: views/events-options.php:169
1608
+ msgid "Show Comments"
1609
+ msgstr "Afficher les commentaires"
1610
+
1611
+ #: views/events-options.php:191
1612
+ msgid "Default Country for Events"
1613
+ msgstr "Pays par défaut pour les évènements"
1614
+
1615
+ #: views/events-options.php:214
1616
+ #: views/events-options.php:218
1617
+ msgid "Display Events on Homepage"
1618
+ msgstr "Faire apparaître l'Evènement sur la page d'acceuil"
1619
+
1620
+ #: views/events-options.php:225
1621
+ #: views/events-options.php:254
1622
+ #: views/events-options.php:281
1623
+ #: views/events-options.php:307
1624
+ msgid "Off"
1625
+ msgstr "Désactivé"
1626
+
1627
+ #: views/events-options.php:229
1628
+ #: views/events-options.php:258
1629
+ #: views/events-options.php:285
1630
+ #: views/events-options.php:311
1631
+ msgid "On"
1632
+ msgstr "Activé"
1633
+
1634
+ #: views/events-options.php:236
1635
+ #: views/events-options.php:240
1636
+ msgid "Embed Google Maps"
1637
+ msgstr "Afficher une carte Google "
1638
+
1639
+ #: views/events-options.php:261
1640
+ msgid "Height"
1641
+ msgstr "Hauteur"
1642
+
1643
+ #: views/events-options.php:262
1644
+ msgid "Width"
1645
+ msgstr "Largeur"
1646
+
1647
+ #: views/events-options.php:262
1648
+ msgid "(number or %)"
1649
+ msgstr "(nombre ou %)"
1650
+
1651
+ #: views/events-options.php:270
1652
+ #: views/events-options.php:274
1653
+ msgid "Feature on Event Date"
1654
+ msgstr ""
1655
+
1656
+ #: views/events-options.php:288
1657
+ msgid "This option will bump an event to the top of the homepage loop on the day of the event."
1658
+ msgstr "Cette option fera apparaître un évènement en haut de la page d'accueil le jour du dit évènement."
1659
+
1660
+ #: views/events-options.php:296
1661
+ #: views/events-options.php:300
1662
+ msgid "Use Pretty URLs"
1663
+ msgstr "Utiliser Pretty URLs"
1664
+
1665
+ #: views/events-options.php:314
1666
+ msgid "Pretty URLs (ie, http://site/category/events/upcoming) may interfere with custom themes or plugins."
1667
+ msgstr "Pretty URLs (ie, http://site/category/events/upcoming) peut interferer avec les custom themes ou les plugins."
1668
+
1669
+ #: views/events-options.php:340
1670
+ msgid "Save Changes"
1671
+ msgstr "Sauver les changements"
1672
+
1673
+ #: views/gridview.php:9
1674
+ #: views/list.php:9
1675
+ msgid "Calendar of Events"
1676
+ msgstr "Calendrier des évènements"
1677
+
1678
+ #: views/list.php:33
1679
+ #: views/single.php:14
1680
+ msgid "Start:"
1681
+ msgstr "Début :"
1682
+
1683
+ #: views/list.php:37
1684
+ #: views/single.php:17
1685
+ msgid "End:"
1686
+ msgstr "Fin :"
1687
+
1688
+ #: views/list.php:62
1689
+ #: views/single.php:38
1690
+ msgid "Google Map"
1691
+ msgstr "Afficher une carte Google "
1692
+
1693
+ #: views/list.php:94
1694
+ msgid "&laquo; Previous Events"
1695
+ msgstr "&laquo; Evènements précédents"
1696
+
1697
+ #: views/list.php:107
1698
+ msgid "Next Events &raquo;"
1699
+ msgstr "Évènements suivants &raquo;"
1700
+
1701
+ #: views/single.php:9
1702
+ msgid "&laquo; Back to Events"
1703
+ msgstr "&laquo; retour aux évènements"
1704
+
1705
+ #: views/single.php:11
1706
+ msgid "This event has passed."
1707
+ msgstr "Cet évènement est terminé."
1708
+
1709
+ #: views/single.php:38
1710
+ msgid "Click to view a Google Map"
1711
+ msgstr "Cliquer pour voir la Map Google"
1712
+
1713
+ #. Plugin URI of the plugin/theme
1714
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1715
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1716
+
1717
+ #. Description of the plugin/theme
1718
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation. When updating The Events Calendar, if EventBrite for The Events Calendar is being used, the two plugins must be updated together. Requires PHP 5.1 or above."
1719
+ msgstr ""
1720
+
1721
+ #. Author of the plugin/theme
1722
+ msgid "Shane & Peter, Inc."
1723
+ msgstr "Shane & Peter, Inc."
1724
+
1725
+ #. Author URI of the plugin/theme
1726
+ msgid "http://www.shaneandpeter.com/"
1727
+ msgstr "http://www.shaneandpeter.com/"
1728
+
1729
+ #~ msgid "Events"
1730
+ #~ msgstr "Evènements"
1731
+
1732
+ #~ msgid "Free"
1733
+ #~ msgstr "Gratuit"
1734
+
1735
+ #~ msgid "Time Format (site wide option):"
1736
+ #~ msgstr "Format de l'heure (option générale)"
1737
+
1738
+ #~ msgid "12 Hour"
1739
+ #~ msgstr "12 heures"
1740
+
1741
+ #~ msgid "24 Hour"
1742
+ #~ msgstr "24 heures"
lang/the-events-calendar-ru_RU.mo ADDED
Binary file
lang/the-events-calendar-ru_RU.po ADDED
@@ -0,0 +1,1723 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 1.6\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
5
+ "POT-Creation-Date: 2010-05-26 14:02+0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Justin Endler <justin@justinendler.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Russian\n"
13
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
14
+
15
+ #: events-calendar-widget.class.php:12
16
+ msgid "A calendar of your events"
17
+ msgstr "Ваш календарь"
18
+
19
+ #: events-calendar-widget.class.php:13
20
+ msgid "Events Calendar"
21
+ msgstr "Календарь событий"
22
+
23
+ #: events-calendar-widget.class.php:39
24
+ #: views/events-list-load-widget-admin.php:2
25
+ msgid "Title:"
26
+ msgstr "Заголовок:"
27
+
28
+ #: events-list-widget.class.php:15
29
+ msgid "A widget that displays the next upcoming x events."
30
+ msgstr "Виджет показывает следующие x событий."
31
+
32
+ #: events-list-widget.class.php:81
33
+ msgid "View All Events"
34
+ msgstr "Посмотреть все события"
35
+
36
+ #: events-list-widget.class.php:82
37
+ msgid "There are no upcoming events at this time."
38
+ msgstr "В настоящее время грядущих событий нет."
39
+
40
+ #: the-events-calendar.class.php:49
41
+ msgid "Sun"
42
+ msgstr "Вс"
43
+
44
+ #: the-events-calendar.class.php:49
45
+ msgid "Mon"
46
+ msgstr "Пн"
47
+
48
+ #: the-events-calendar.class.php:49
49
+ msgid "Tue"
50
+ msgstr "Вт"
51
+
52
+ #: the-events-calendar.class.php:49
53
+ msgid "Wed"
54
+ msgstr "Ср"
55
+
56
+ #: the-events-calendar.class.php:49
57
+ msgid "Thu"
58
+ msgstr "Чт"
59
+
60
+ #: the-events-calendar.class.php:49
61
+ msgid "Fri"
62
+ msgstr "Пт"
63
+
64
+ #: the-events-calendar.class.php:49
65
+ msgid "Sat"
66
+ msgstr "Сб"
67
+
68
+ #: the-events-calendar.class.php:50
69
+ msgid "Sunday"
70
+ msgstr "Воскресенье"
71
+
72
+ #: the-events-calendar.class.php:50
73
+ msgid "Monday"
74
+ msgstr "Понедельник"
75
+
76
+ #: the-events-calendar.class.php:50
77
+ msgid "Tuesday"
78
+ msgstr "Вторник"
79
+
80
+ #: the-events-calendar.class.php:50
81
+ msgid "Wednesday"
82
+ msgstr "Среда"
83
+
84
+ #: the-events-calendar.class.php:50
85
+ msgid "Thursday"
86
+ msgstr "Четверг"
87
+
88
+ #: the-events-calendar.class.php:50
89
+ msgid "Friday"
90
+ msgstr "Пятница"
91
+
92
+ #: the-events-calendar.class.php:50
93
+ msgid "Saturday"
94
+ msgstr "Суббота"
95
+
96
+ #: the-events-calendar.class.php:56
97
+ msgid "Select a Country:"
98
+ msgstr "Выберите страну:"
99
+
100
+ #: the-events-calendar.class.php:57
101
+ msgid "United States"
102
+ msgstr ""
103
+
104
+ #: the-events-calendar.class.php:58
105
+ msgid "Afghanistan"
106
+ msgstr ""
107
+
108
+ #: the-events-calendar.class.php:59
109
+ msgid "Albania"
110
+ msgstr ""
111
+
112
+ #: the-events-calendar.class.php:60
113
+ msgid "Algeria"
114
+ msgstr ""
115
+
116
+ #: the-events-calendar.class.php:61
117
+ msgid "American Samoa"
118
+ msgstr ""
119
+
120
+ #: the-events-calendar.class.php:62
121
+ msgid "Andorra"
122
+ msgstr ""
123
+
124
+ #: the-events-calendar.class.php:63
125
+ msgid "Angola"
126
+ msgstr ""
127
+
128
+ #: the-events-calendar.class.php:64
129
+ msgid "Anguilla"
130
+ msgstr ""
131
+
132
+ #: the-events-calendar.class.php:65
133
+ msgid "Antarctica"
134
+ msgstr ""
135
+
136
+ #: the-events-calendar.class.php:66
137
+ msgid "Antigua And Barbuda"
138
+ msgstr ""
139
+
140
+ #: the-events-calendar.class.php:67
141
+ msgid "Argentina"
142
+ msgstr ""
143
+
144
+ #: the-events-calendar.class.php:68
145
+ msgid "Armenia"
146
+ msgstr ""
147
+
148
+ #: the-events-calendar.class.php:69
149
+ msgid "Aruba"
150
+ msgstr ""
151
+
152
+ #: the-events-calendar.class.php:70
153
+ msgid "Australia"
154
+ msgstr ""
155
+
156
+ #: the-events-calendar.class.php:71
157
+ msgid "Austria"
158
+ msgstr ""
159
+
160
+ #: the-events-calendar.class.php:72
161
+ msgid "Azerbaijan"
162
+ msgstr ""
163
+
164
+ #: the-events-calendar.class.php:73
165
+ msgid "Bahamas"
166
+ msgstr ""
167
+
168
+ #: the-events-calendar.class.php:74
169
+ msgid "Bahrain"
170
+ msgstr ""
171
+
172
+ #: the-events-calendar.class.php:75
173
+ msgid "Bangladesh"
174
+ msgstr ""
175
+
176
+ #: the-events-calendar.class.php:76
177
+ msgid "Barbados"
178
+ msgstr ""
179
+
180
+ #: the-events-calendar.class.php:77
181
+ msgid "Belarus"
182
+ msgstr ""
183
+
184
+ #: the-events-calendar.class.php:78
185
+ msgid "Belgium"
186
+ msgstr ""
187
+
188
+ #: the-events-calendar.class.php:79
189
+ msgid "Belize"
190
+ msgstr ""
191
+
192
+ #: the-events-calendar.class.php:80
193
+ msgid "Benin"
194
+ msgstr ""
195
+
196
+ #: the-events-calendar.class.php:81
197
+ msgid "Bermuda"
198
+ msgstr ""
199
+
200
+ #: the-events-calendar.class.php:82
201
+ msgid "Bhutan"
202
+ msgstr ""
203
+
204
+ #: the-events-calendar.class.php:83
205
+ msgid "Bolivia"
206
+ msgstr ""
207
+
208
+ #: the-events-calendar.class.php:84
209
+ msgid "Bosnia And Herzegowina"
210
+ msgstr ""
211
+
212
+ #: the-events-calendar.class.php:85
213
+ msgid "Botswana"
214
+ msgstr ""
215
+
216
+ #: the-events-calendar.class.php:86
217
+ msgid "Bouvet Island"
218
+ msgstr ""
219
+
220
+ #: the-events-calendar.class.php:87
221
+ msgid "Brazil"
222
+ msgstr ""
223
+
224
+ #: the-events-calendar.class.php:88
225
+ msgid "British Indian Ocean Territory"
226
+ msgstr ""
227
+
228
+ #: the-events-calendar.class.php:89
229
+ msgid "Brunei Darussalam"
230
+ msgstr ""
231
+
232
+ #: the-events-calendar.class.php:90
233
+ msgid "Bulgaria"
234
+ msgstr ""
235
+
236
+ #: the-events-calendar.class.php:91
237
+ msgid "Burkina Faso"
238
+ msgstr ""
239
+
240
+ #: the-events-calendar.class.php:92
241
+ msgid "Burundi"
242
+ msgstr ""
243
+
244
+ #: the-events-calendar.class.php:93
245
+ msgid "Cambodia"
246
+ msgstr ""
247
+
248
+ #: the-events-calendar.class.php:94
249
+ msgid "Cameroon"
250
+ msgstr ""
251
+
252
+ #: the-events-calendar.class.php:95
253
+ msgid "Canada"
254
+ msgstr ""
255
+
256
+ #: the-events-calendar.class.php:96
257
+ msgid "Cape Verde"
258
+ msgstr ""
259
+
260
+ #: the-events-calendar.class.php:97
261
+ msgid "Cayman Islands"
262
+ msgstr ""
263
+
264
+ #: the-events-calendar.class.php:98
265
+ msgid "Central African Republic"
266
+ msgstr ""
267
+
268
+ #: the-events-calendar.class.php:99
269
+ msgid "Chad"
270
+ msgstr ""
271
+
272
+ #: the-events-calendar.class.php:100
273
+ msgid "Chile"
274
+ msgstr ""
275
+
276
+ #: the-events-calendar.class.php:101
277
+ msgid "China"
278
+ msgstr ""
279
+
280
+ #: the-events-calendar.class.php:102
281
+ msgid "Christmas Island"
282
+ msgstr ""
283
+
284
+ #: the-events-calendar.class.php:103
285
+ msgid "Cocos (Keeling) Islands"
286
+ msgstr ""
287
+
288
+ #: the-events-calendar.class.php:104
289
+ msgid "Colombia"
290
+ msgstr ""
291
+
292
+ #: the-events-calendar.class.php:105
293
+ msgid "Comoros"
294
+ msgstr ""
295
+
296
+ #: the-events-calendar.class.php:106
297
+ msgid "Congo"
298
+ msgstr ""
299
+
300
+ #: the-events-calendar.class.php:107
301
+ msgid "Congo, The Democratic Republic Of The"
302
+ msgstr ""
303
+
304
+ #: the-events-calendar.class.php:108
305
+ msgid "Cook Islands"
306
+ msgstr ""
307
+
308
+ #: the-events-calendar.class.php:109
309
+ msgid "Costa Rica"
310
+ msgstr ""
311
+
312
+ #: the-events-calendar.class.php:110
313
+ msgid "Cote D'Ivoire"
314
+ msgstr ""
315
+
316
+ #: the-events-calendar.class.php:111
317
+ msgid "Croatia (Local Name: Hrvatska)"
318
+ msgstr ""
319
+
320
+ #: the-events-calendar.class.php:112
321
+ msgid "Cuba"
322
+ msgstr ""
323
+
324
+ #: the-events-calendar.class.php:113
325
+ msgid "Cyprus"
326
+ msgstr ""
327
+
328
+ #: the-events-calendar.class.php:114
329
+ msgid "Czech Republic"
330
+ msgstr ""
331
+
332
+ #: the-events-calendar.class.php:115
333
+ msgid "Denmark"
334
+ msgstr ""
335
+
336
+ #: the-events-calendar.class.php:116
337
+ msgid "Djibouti"
338
+ msgstr ""
339
+
340
+ #: the-events-calendar.class.php:117
341
+ msgid "Dominica"
342
+ msgstr ""
343
+
344
+ #: the-events-calendar.class.php:118
345
+ msgid "Dominican Republic"
346
+ msgstr ""
347
+
348
+ #: the-events-calendar.class.php:119
349
+ msgid "East Timor"
350
+ msgstr ""
351
+
352
+ #: the-events-calendar.class.php:120
353
+ msgid "Ecuador"
354
+ msgstr ""
355
+
356
+ #: the-events-calendar.class.php:121
357
+ msgid "Egypt"
358
+ msgstr ""
359
+
360
+ #: the-events-calendar.class.php:122
361
+ msgid "El Salvador"
362
+ msgstr ""
363
+
364
+ #: the-events-calendar.class.php:123
365
+ msgid "Equatorial Guinea"
366
+ msgstr ""
367
+
368
+ #: the-events-calendar.class.php:124
369
+ msgid "Eritrea"
370
+ msgstr ""
371
+
372
+ #: the-events-calendar.class.php:125
373
+ msgid "Estonia"
374
+ msgstr ""
375
+
376
+ #: the-events-calendar.class.php:126
377
+ msgid "Ethiopia"
378
+ msgstr ""
379
+
380
+ #: the-events-calendar.class.php:127
381
+ msgid "Falkland Islands (Malvinas)"
382
+ msgstr ""
383
+
384
+ #: the-events-calendar.class.php:128
385
+ msgid "Faroe Islands"
386
+ msgstr ""
387
+
388
+ #: the-events-calendar.class.php:129
389
+ msgid "Fiji"
390
+ msgstr ""
391
+
392
+ #: the-events-calendar.class.php:130
393
+ msgid "Finland"
394
+ msgstr ""
395
+
396
+ #: the-events-calendar.class.php:131
397
+ msgid "France"
398
+ msgstr ""
399
+
400
+ #: the-events-calendar.class.php:132
401
+ msgid "France, Metropolitan"
402
+ msgstr ""
403
+
404
+ #: the-events-calendar.class.php:133
405
+ msgid "French Guiana"
406
+ msgstr ""
407
+
408
+ #: the-events-calendar.class.php:134
409
+ msgid "French Polynesia"
410
+ msgstr ""
411
+
412
+ #: the-events-calendar.class.php:135
413
+ msgid "French Southern Territories"
414
+ msgstr ""
415
+
416
+ #: the-events-calendar.class.php:136
417
+ msgid "Gabon"
418
+ msgstr ""
419
+
420
+ #: the-events-calendar.class.php:137
421
+ msgid "Gambia"
422
+ msgstr ""
423
+
424
+ #: the-events-calendar.class.php:138
425
+ #: views/events-meta-box.php:369
426
+ msgid "Georgia"
427
+ msgstr ""
428
+
429
+ #: the-events-calendar.class.php:139
430
+ msgid "Germany"
431
+ msgstr ""
432
+
433
+ #: the-events-calendar.class.php:140
434
+ msgid "Ghana"
435
+ msgstr ""
436
+
437
+ #: the-events-calendar.class.php:141
438
+ msgid "Gibraltar"
439
+ msgstr ""
440
+
441
+ #: the-events-calendar.class.php:142
442
+ msgid "Greece"
443
+ msgstr ""
444
+
445
+ #: the-events-calendar.class.php:143
446
+ msgid "Greenland"
447
+ msgstr ""
448
+
449
+ #: the-events-calendar.class.php:144
450
+ msgid "Grenada"
451
+ msgstr ""
452
+
453
+ #: the-events-calendar.class.php:145
454
+ msgid "Guadeloupe"
455
+ msgstr ""
456
+
457
+ #: the-events-calendar.class.php:146
458
+ msgid "Guam"
459
+ msgstr ""
460
+
461
+ #: the-events-calendar.class.php:147
462
+ msgid "Guatemala"
463
+ msgstr ""
464
+
465
+ #: the-events-calendar.class.php:148
466
+ msgid "Guinea"
467
+ msgstr ""
468
+
469
+ #: the-events-calendar.class.php:149
470
+ msgid "Guinea-Bissau"
471
+ msgstr ""
472
+
473
+ #: the-events-calendar.class.php:150
474
+ msgid "Guyana"
475
+ msgstr ""
476
+
477
+ #: the-events-calendar.class.php:151
478
+ msgid "Haiti"
479
+ msgstr ""
480
+
481
+ #: the-events-calendar.class.php:152
482
+ msgid "Heard And Mc Donald Islands"
483
+ msgstr ""
484
+
485
+ #: the-events-calendar.class.php:153
486
+ msgid "Holy See (Vatican City State)"
487
+ msgstr ""
488
+
489
+ #: the-events-calendar.class.php:154
490
+ msgid "Honduras"
491
+ msgstr ""
492
+
493
+ #: the-events-calendar.class.php:155
494
+ msgid "Hong Kong"
495
+ msgstr ""
496
+
497
+ #: the-events-calendar.class.php:156
498
+ msgid "Hungary"
499
+ msgstr ""
500
+
501
+ #: the-events-calendar.class.php:157
502
+ msgid "Iceland"
503
+ msgstr ""
504
+
505
+ #: the-events-calendar.class.php:158
506
+ msgid "India"
507
+ msgstr ""
508
+
509
+ #: the-events-calendar.class.php:159
510
+ msgid "Indonesia"
511
+ msgstr ""
512
+
513
+ #: the-events-calendar.class.php:160
514
+ msgid "Iran (Islamic Republic Of)"
515
+ msgstr ""
516
+
517
+ #: the-events-calendar.class.php:161
518
+ msgid "Iraq"
519
+ msgstr ""
520
+
521
+ #: the-events-calendar.class.php:162
522
+ msgid "Ireland"
523
+ msgstr ""
524
+
525
+ #: the-events-calendar.class.php:163
526
+ msgid "Israel"
527
+ msgstr ""
528
+
529
+ #: the-events-calendar.class.php:164
530
+ msgid "Italy"
531
+ msgstr ""
532
+
533
+ #: the-events-calendar.class.php:165
534
+ msgid "Jamaica"
535
+ msgstr ""
536
+
537
+ #: the-events-calendar.class.php:166
538
+ msgid "Japan"
539
+ msgstr ""
540
+
541
+ #: the-events-calendar.class.php:167
542
+ msgid "Jordan"
543
+ msgstr ""
544
+
545
+ #: the-events-calendar.class.php:168
546
+ msgid "Kazakhstan"
547
+ msgstr ""
548
+
549
+ #: the-events-calendar.class.php:169
550
+ msgid "Kenya"
551
+ msgstr ""
552
+
553
+ #: the-events-calendar.class.php:170
554
+ msgid "Kiribati"
555
+ msgstr ""
556
+
557
+ #: the-events-calendar.class.php:171
558
+ msgid "Korea, Democratic People's Republic Of"
559
+ msgstr ""
560
+
561
+ #: the-events-calendar.class.php:172
562
+ msgid "Korea, Republic Of"
563
+ msgstr ""
564
+
565
+ #: the-events-calendar.class.php:173
566
+ msgid "Kuwait"
567
+ msgstr ""
568
+
569
+ #: the-events-calendar.class.php:174
570
+ msgid "Kyrgyzstan"
571
+ msgstr ""
572
+
573
+ #: the-events-calendar.class.php:175
574
+ msgid "Lao People's Democratic Republic"
575
+ msgstr ""
576
+
577
+ #: the-events-calendar.class.php:176
578
+ msgid "Latvia"
579
+ msgstr ""
580
+
581
+ #: the-events-calendar.class.php:177
582
+ msgid "Lebanon"
583
+ msgstr ""
584
+
585
+ #: the-events-calendar.class.php:178
586
+ msgid "Lesotho"
587
+ msgstr ""
588
+
589
+ #: the-events-calendar.class.php:179
590
+ msgid "Liberia"
591
+ msgstr ""
592
+
593
+ #: the-events-calendar.class.php:180
594
+ msgid "Libyan Arab Jamahiriya"
595
+ msgstr ""
596
+
597
+ #: the-events-calendar.class.php:181
598
+ msgid "Liechtenstein"
599
+ msgstr ""
600
+
601
+ #: the-events-calendar.class.php:182
602
+ msgid "Lithuania"
603
+ msgstr ""
604
+
605
+ #: the-events-calendar.class.php:183
606
+ msgid "Luxembourg"
607
+ msgstr ""
608
+
609
+ #: the-events-calendar.class.php:184
610
+ msgid "Macau"
611
+ msgstr ""
612
+
613
+ #: the-events-calendar.class.php:185
614
+ msgid "Macedonia, Former Yugoslav Republic Of"
615
+ msgstr ""
616
+
617
+ #: the-events-calendar.class.php:186
618
+ msgid "Madagascar"
619
+ msgstr ""
620
+
621
+ #: the-events-calendar.class.php:187
622
+ msgid "Malawi"
623
+ msgstr ""
624
+
625
+ #: the-events-calendar.class.php:188
626
+ msgid "Malaysia"
627
+ msgstr ""
628
+
629
+ #: the-events-calendar.class.php:189
630
+ msgid "Maldives"
631
+ msgstr ""
632
+
633
+ #: the-events-calendar.class.php:190
634
+ msgid "Mali"
635
+ msgstr ""
636
+
637
+ #: the-events-calendar.class.php:191
638
+ msgid "Malta"
639
+ msgstr ""
640
+
641
+ #: the-events-calendar.class.php:192
642
+ msgid "Marshall Islands"
643
+ msgstr ""
644
+
645
+ #: the-events-calendar.class.php:193
646
+ msgid "Martinique"
647
+ msgstr ""
648
+
649
+ #: the-events-calendar.class.php:194
650
+ msgid "Mauritania"
651
+ msgstr ""
652
+
653
+ #: the-events-calendar.class.php:195
654
+ msgid "Mauritius"
655
+ msgstr ""
656
+
657
+ #: the-events-calendar.class.php:196
658
+ msgid "Mayotte"
659
+ msgstr ""
660
+
661
+ #: the-events-calendar.class.php:197
662
+ msgid "Mexico"
663
+ msgstr ""
664
+
665
+ #: the-events-calendar.class.php:198
666
+ msgid "Micronesia, Federated States Of"
667
+ msgstr ""
668
+
669
+ #: the-events-calendar.class.php:199
670
+ msgid "Moldova, Republic Of"
671
+ msgstr ""
672
+
673
+ #: the-events-calendar.class.php:200
674
+ msgid "Monaco"
675
+ msgstr ""
676
+
677
+ #: the-events-calendar.class.php:201
678
+ msgid "Mongolia"
679
+ msgstr ""
680
+
681
+ #: the-events-calendar.class.php:202
682
+ msgid "Montserrat"
683
+ msgstr ""
684
+
685
+ #: the-events-calendar.class.php:203
686
+ msgid "Morocco"
687
+ msgstr ""
688
+
689
+ #: the-events-calendar.class.php:204
690
+ msgid "Mozambique"
691
+ msgstr ""
692
+
693
+ #: the-events-calendar.class.php:205
694
+ msgid "Myanmar"
695
+ msgstr ""
696
+
697
+ #: the-events-calendar.class.php:206
698
+ msgid "Namibia"
699
+ msgstr ""
700
+
701
+ #: the-events-calendar.class.php:207
702
+ msgid "Nauru"
703
+ msgstr ""
704
+
705
+ #: the-events-calendar.class.php:208
706
+ msgid "Nepal"
707
+ msgstr ""
708
+
709
+ #: the-events-calendar.class.php:209
710
+ msgid "Netherlands"
711
+ msgstr ""
712
+
713
+ #: the-events-calendar.class.php:210
714
+ msgid "Netherlands Antilles"
715
+ msgstr ""
716
+
717
+ #: the-events-calendar.class.php:211
718
+ msgid "New Caledonia"
719
+ msgstr ""
720
+
721
+ #: the-events-calendar.class.php:212
722
+ msgid "New Zealand"
723
+ msgstr ""
724
+
725
+ #: the-events-calendar.class.php:213
726
+ msgid "Nicaragua"
727
+ msgstr ""
728
+
729
+ #: the-events-calendar.class.php:214
730
+ msgid "Niger"
731
+ msgstr ""
732
+
733
+ #: the-events-calendar.class.php:215
734
+ msgid "Nigeria"
735
+ msgstr ""
736
+
737
+ #: the-events-calendar.class.php:216
738
+ msgid "Niue"
739
+ msgstr ""
740
+
741
+ #: the-events-calendar.class.php:217
742
+ msgid "Norfolk Island"
743
+ msgstr ""
744
+
745
+ #: the-events-calendar.class.php:218
746
+ msgid "Northern Mariana Islands"
747
+ msgstr ""
748
+
749
+ #: the-events-calendar.class.php:219
750
+ msgid "Norway"
751
+ msgstr ""
752
+
753
+ #: the-events-calendar.class.php:220
754
+ msgid "Oman"
755
+ msgstr ""
756
+
757
+ #: the-events-calendar.class.php:221
758
+ msgid "Pakistan"
759
+ msgstr ""
760
+
761
+ #: the-events-calendar.class.php:222
762
+ msgid "Palau"
763
+ msgstr ""
764
+
765
+ #: the-events-calendar.class.php:223
766
+ msgid "Panama"
767
+ msgstr ""
768
+
769
+ #: the-events-calendar.class.php:224
770
+ msgid "Papua New Guinea"
771
+ msgstr ""
772
+
773
+ #: the-events-calendar.class.php:225
774
+ msgid "Paraguay"
775
+ msgstr ""
776
+
777
+ #: the-events-calendar.class.php:226
778
+ msgid "Peru"
779
+ msgstr ""
780
+
781
+ #: the-events-calendar.class.php:227
782
+ msgid "Philippines"
783
+ msgstr ""
784
+
785
+ #: the-events-calendar.class.php:228
786
+ msgid "Pitcairn"
787
+ msgstr ""
788
+
789
+ #: the-events-calendar.class.php:229
790
+ msgid "Poland"
791
+ msgstr ""
792
+
793
+ #: the-events-calendar.class.php:230
794
+ msgid "Portugal"
795
+ msgstr ""
796
+
797
+ #: the-events-calendar.class.php:231
798
+ msgid "Puerto Rico"
799
+ msgstr ""
800
+
801
+ #: the-events-calendar.class.php:232
802
+ msgid "Qatar"
803
+ msgstr ""
804
+
805
+ #: the-events-calendar.class.php:233
806
+ msgid "Reunion"
807
+ msgstr ""
808
+
809
+ #: the-events-calendar.class.php:234
810
+ msgid "Romania"
811
+ msgstr ""
812
+
813
+ #: the-events-calendar.class.php:235
814
+ msgid "Russian Federation"
815
+ msgstr ""
816
+
817
+ #: the-events-calendar.class.php:236
818
+ msgid "Rwanda"
819
+ msgstr ""
820
+
821
+ #: the-events-calendar.class.php:237
822
+ msgid "Saint Kitts And Nevis"
823
+ msgstr ""
824
+
825
+ #: the-events-calendar.class.php:238
826
+ msgid "Saint Lucia"
827
+ msgstr ""
828
+
829
+ #: the-events-calendar.class.php:239
830
+ msgid "Saint Vincent And The Grenadines"
831
+ msgstr ""
832
+
833
+ #: the-events-calendar.class.php:240
834
+ msgid "Samoa"
835
+ msgstr ""
836
+
837
+ #: the-events-calendar.class.php:241
838
+ msgid "San Marino"
839
+ msgstr ""
840
+
841
+ #: the-events-calendar.class.php:242
842
+ msgid "Sao Tome And Principe"
843
+ msgstr ""
844
+
845
+ #: the-events-calendar.class.php:243
846
+ msgid "Saudi Arabia"
847
+ msgstr ""
848
+
849
+ #: the-events-calendar.class.php:244
850
+ msgid "Senegal"
851
+ msgstr ""
852
+
853
+ #: the-events-calendar.class.php:245
854
+ msgid "Seychelles"
855
+ msgstr ""
856
+
857
+ #: the-events-calendar.class.php:246
858
+ msgid "Sierra Leone"
859
+ msgstr ""
860
+
861
+ #: the-events-calendar.class.php:247
862
+ msgid "Singapore"
863
+ msgstr ""
864
+
865
+ #: the-events-calendar.class.php:248
866
+ msgid "Slovakia (Slovak Republic)"
867
+ msgstr ""
868
+
869
+ #: the-events-calendar.class.php:249
870
+ msgid "Slovenia"
871
+ msgstr ""
872
+
873
+ #: the-events-calendar.class.php:250
874
+ msgid "Solomon Islands"
875
+ msgstr ""
876
+
877
+ #: the-events-calendar.class.php:251
878
+ msgid "Somalia"
879
+ msgstr ""
880
+
881
+ #: the-events-calendar.class.php:252
882
+ msgid "South Africa"
883
+ msgstr ""
884
+
885
+ #: the-events-calendar.class.php:253
886
+ msgid "South Georgia, South Sandwich Islands"
887
+ msgstr ""
888
+
889
+ #: the-events-calendar.class.php:254
890
+ msgid "Spain"
891
+ msgstr ""
892
+
893
+ #: the-events-calendar.class.php:255
894
+ msgid "Sri Lanka"
895
+ msgstr ""
896
+
897
+ #: the-events-calendar.class.php:256
898
+ msgid "St. Helena"
899
+ msgstr ""
900
+
901
+ #: the-events-calendar.class.php:257
902
+ msgid "St. Pierre And Miquelon"
903
+ msgstr ""
904
+
905
+ #: the-events-calendar.class.php:258
906
+ msgid "Sudan"
907
+ msgstr ""
908
+
909
+ #: the-events-calendar.class.php:259
910
+ msgid "Suriname"
911
+ msgstr ""
912
+
913
+ #: the-events-calendar.class.php:260
914
+ msgid "Svalbard And Jan Mayen Islands"
915
+ msgstr ""
916
+
917
+ #: the-events-calendar.class.php:261
918
+ msgid "Swaziland"
919
+ msgstr ""
920
+
921
+ #: the-events-calendar.class.php:262
922
+ msgid "Sweden"
923
+ msgstr ""
924
+
925
+ #: the-events-calendar.class.php:263
926
+ msgid "Switzerland"
927
+ msgstr ""
928
+
929
+ #: the-events-calendar.class.php:264
930
+ msgid "Syrian Arab Republic"
931
+ msgstr ""
932
+
933
+ #: the-events-calendar.class.php:265
934
+ msgid "Taiwan"
935
+ msgstr ""
936
+
937
+ #: the-events-calendar.class.php:266
938
+ msgid "Tajikistan"
939
+ msgstr ""
940
+
941
+ #: the-events-calendar.class.php:267
942
+ msgid "Tanzania, United Republic Of"
943
+ msgstr ""
944
+
945
+ #: the-events-calendar.class.php:268
946
+ msgid "Thailand"
947
+ msgstr ""
948
+
949
+ #: the-events-calendar.class.php:269
950
+ msgid "Togo"
951
+ msgstr ""
952
+
953
+ #: the-events-calendar.class.php:270
954
+ msgid "Tokelau"
955
+ msgstr ""
956
+
957
+ #: the-events-calendar.class.php:271
958
+ msgid "Tonga"
959
+ msgstr ""
960
+
961
+ #: the-events-calendar.class.php:272
962
+ msgid "Trinidad And Tobago"
963
+ msgstr ""
964
+
965
+ #: the-events-calendar.class.php:273
966
+ msgid "Tunisia"
967
+ msgstr ""
968
+
969
+ #: the-events-calendar.class.php:274
970
+ msgid "Turkey"
971
+ msgstr ""
972
+
973
+ #: the-events-calendar.class.php:275
974
+ msgid "Turkmenistan"
975
+ msgstr ""
976
+
977
+ #: the-events-calendar.class.php:276
978
+ msgid "Turks And Caicos Islands"
979
+ msgstr ""
980
+
981
+ #: the-events-calendar.class.php:277
982
+ msgid "Tuvalu"
983
+ msgstr ""
984
+
985
+ #: the-events-calendar.class.php:278
986
+ msgid "Uganda"
987
+ msgstr ""
988
+
989
+ #: the-events-calendar.class.php:279
990
+ msgid "Ukraine"
991
+ msgstr ""
992
+
993
+ #: the-events-calendar.class.php:280
994
+ msgid "United Arab Emirates"
995
+ msgstr ""
996
+
997
+ #: the-events-calendar.class.php:281
998
+ msgid "United Kingdom"
999
+ msgstr ""
1000
+
1001
+ #: the-events-calendar.class.php:282
1002
+ msgid "United States Minor Outlying Islands"
1003
+ msgstr ""
1004
+
1005
+ #: the-events-calendar.class.php:283
1006
+ msgid "Uruguay"
1007
+ msgstr ""
1008
+
1009
+ #: the-events-calendar.class.php:284
1010
+ msgid "Uzbekistan"
1011
+ msgstr ""
1012
+
1013
+ #: the-events-calendar.class.php:285
1014
+ msgid "Vanuatu"
1015
+ msgstr ""
1016
+
1017
+ #: the-events-calendar.class.php:286
1018
+ msgid "Venezuela"
1019
+ msgstr ""
1020
+
1021
+ #: the-events-calendar.class.php:287
1022
+ msgid "Viet Nam"
1023
+ msgstr ""
1024
+
1025
+ #: the-events-calendar.class.php:288
1026
+ msgid "Virgin Islands (British)"
1027
+ msgstr ""
1028
+
1029
+ #: the-events-calendar.class.php:289
1030
+ msgid "Virgin Islands (U.S.)"
1031
+ msgstr ""
1032
+
1033
+ #: the-events-calendar.class.php:290
1034
+ msgid "Wallis And Futuna Islands"
1035
+ msgstr ""
1036
+
1037
+ #: the-events-calendar.class.php:291
1038
+ msgid "Western Sahara"
1039
+ msgstr ""
1040
+
1041
+ #: the-events-calendar.class.php:292
1042
+ msgid "Yemen"
1043
+ msgstr ""
1044
+
1045
+ #: the-events-calendar.class.php:293
1046
+ msgid "Yugoslavia"
1047
+ msgstr ""
1048
+
1049
+ #: the-events-calendar.class.php:294
1050
+ msgid "Zambia"
1051
+ msgstr ""
1052
+
1053
+ #: the-events-calendar.class.php:295
1054
+ msgid "Zimbabwe"
1055
+ msgstr ""
1056
+
1057
+ #: the-events-calendar.class.php:490
1058
+ msgid "Jan"
1059
+ msgstr "Янв"
1060
+
1061
+ #: the-events-calendar.class.php:491
1062
+ msgid "Feb"
1063
+ msgstr "Фев"
1064
+
1065
+ #: the-events-calendar.class.php:492
1066
+ msgid "Mar"
1067
+ msgstr "Мар"
1068
+
1069
+ #: the-events-calendar.class.php:493
1070
+ msgid "Apr"
1071
+ msgstr "Апр"
1072
+
1073
+ #: the-events-calendar.class.php:494
1074
+ #: the-events-calendar.class.php:508
1075
+ msgid "May"
1076
+ msgstr "Май"
1077
+
1078
+ #: the-events-calendar.class.php:495
1079
+ msgid "Jun"
1080
+ msgstr "Июн"
1081
+
1082
+ #: the-events-calendar.class.php:496
1083
+ msgid "Jul"
1084
+ msgstr "Июл"
1085
+
1086
+ #: the-events-calendar.class.php:497
1087
+ msgid "Aug"
1088
+ msgstr "Авг"
1089
+
1090
+ #: the-events-calendar.class.php:498
1091
+ msgid "Sep"
1092
+ msgstr "Сен"
1093
+
1094
+ #: the-events-calendar.class.php:499
1095
+ msgid "Oct"
1096
+ msgstr "Окт"
1097
+
1098
+ #: the-events-calendar.class.php:500
1099
+ msgid "Nov"
1100
+ msgstr "Ноя"
1101
+
1102
+ #: the-events-calendar.class.php:501
1103
+ msgid "Dec"
1104
+ msgstr "Дек"
1105
+
1106
+ #: the-events-calendar.class.php:504
1107
+ msgid "January"
1108
+ msgstr "Январь"
1109
+
1110
+ #: the-events-calendar.class.php:505
1111
+ msgid "February"
1112
+ msgstr "Февраль"
1113
+
1114
+ #: the-events-calendar.class.php:506
1115
+ msgid "March"
1116
+ msgstr "Март"
1117
+
1118
+ #: the-events-calendar.class.php:507
1119
+ msgid "April"
1120
+ msgstr "Апрель"
1121
+
1122
+ #: the-events-calendar.class.php:509
1123
+ msgid "June"
1124
+ msgstr "Июнь"
1125
+
1126
+ #: the-events-calendar.class.php:510
1127
+ msgid "July"
1128
+ msgstr "Июль"
1129
+
1130
+ #: the-events-calendar.class.php:511
1131
+ msgid "August"
1132
+ msgstr "Август"
1133
+
1134
+ #: the-events-calendar.class.php:512
1135
+ msgid "September"
1136
+ msgstr "Сентябрь"
1137
+
1138
+ #: the-events-calendar.class.php:513
1139
+ msgid "October"
1140
+ msgstr "Октябрь"
1141
+
1142
+ #: the-events-calendar.class.php:514
1143
+ msgid "November"
1144
+ msgstr "Ноябрь"
1145
+
1146
+ #: the-events-calendar.class.php:515
1147
+ msgid "December"
1148
+ msgstr "Декабрь"
1149
+
1150
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.6) #-#-#-#-#
1151
+ #. Plugin Name of the plugin/theme
1152
+ #: the-events-calendar.class.php:1007
1153
+ msgid "The Events Calendar"
1154
+ msgstr "Календарь событий"
1155
+
1156
+ #: views/events-list-load-widget-admin.php:7
1157
+ msgid "Show:"
1158
+ msgstr "Показать:"
1159
+
1160
+ #: views/events-list-load-widget-admin.php:15
1161
+ msgid "Don't show the widget if there are no upcoming events:"
1162
+ msgstr "Не показывать виджет при отсутствии событий:"
1163
+
1164
+ #: views/events-list-load-widget-admin.php:21
1165
+ msgid "Display:"
1166
+ msgstr "Показать:"
1167
+
1168
+ #: views/events-list-load-widget-admin.php:24
1169
+ msgid "Start Date & Time"
1170
+ msgstr "Дата и время начала"
1171
+
1172
+ #: views/events-list-load-widget-admin.php:25
1173
+ msgid "End Date & Time"
1174
+ msgstr "Дата и время окончания"
1175
+
1176
+ #: views/events-list-load-widget-admin.php:26
1177
+ msgid "Venue"
1178
+ msgstr "Место"
1179
+
1180
+ #: views/events-list-load-widget-admin.php:27
1181
+ msgid "Address"
1182
+ msgstr "Адрес"
1183
+
1184
+ #: views/events-list-load-widget-admin.php:28
1185
+ msgid "City"
1186
+ msgstr "Город"
1187
+
1188
+ #: views/events-list-load-widget-admin.php:29
1189
+ msgid "State (US)"
1190
+ msgstr "Штат (US)"
1191
+
1192
+ #: views/events-list-load-widget-admin.php:30
1193
+ msgid "Province (Int)"
1194
+ msgstr "Область"
1195
+
1196
+ #: views/events-list-load-widget-admin.php:31
1197
+ msgid "Postal Code"
1198
+ msgstr "Индекс"
1199
+
1200
+ #: views/events-list-load-widget-admin.php:32
1201
+ msgid "Country"
1202
+ msgstr "Страна"
1203
+
1204
+ #: views/events-list-load-widget-admin.php:33
1205
+ #: views/events-meta-box.php:136
1206
+ msgid "Phone"
1207
+ msgstr "Телефон"
1208
+
1209
+ #: views/events-list-load-widget-admin.php:34
1210
+ msgid "Price"
1211
+ msgstr "Стоимость"
1212
+
1213
+ #: views/events-list-load-widget-display.php:47
1214
+ msgid "More Info"
1215
+ msgstr "далее..."
1216
+
1217
+ #: views/events-meta-box.php:136
1218
+ msgid "is not valid."
1219
+ msgstr "неверно."
1220
+
1221
+ #: views/events-meta-box.php:136
1222
+ msgid "Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may also use an optional extension of up to five digits prefixed by x or ext (eg. 123 123 4567 x89)"
1223
+ msgstr "Правильные значения в локальном формате (напр. 02 1234 5678 или 123 123 4567) или международном формате (напр. +61 (0) 2 1234 5678 или +1 123 123 4567). Вы также можете использовать номер донабора длиной до 5 символов. начав его с x или ext (напр. 123 123 4567 x89)"
1224
+
1225
+ #: views/events-meta-box.php:210
1226
+ msgid "Is this post an event?"
1227
+ msgstr "Эта запись является событием ?"
1228
+
1229
+ #: views/events-meta-box.php:211
1230
+ #: views/events-options.php:181
1231
+ msgid "Yes"
1232
+ msgstr "Да"
1233
+
1234
+ #: views/events-meta-box.php:212
1235
+ #: views/events-options.php:185
1236
+ msgid "No"
1237
+ msgstr "Нет"
1238
+
1239
+ #: views/events-meta-box.php:229
1240
+ msgid "Event Time &amp; Date"
1241
+ msgstr "Время и дата события"
1242
+
1243
+ #: views/events-meta-box.php:232
1244
+ msgid "All day event?"
1245
+ msgstr "На весь день?"
1246
+
1247
+ #: views/events-meta-box.php:236
1248
+ msgid "Start Date / Time:"
1249
+ msgstr "Дата и время начала:"
1250
+
1251
+ #: views/events-meta-box.php:250
1252
+ #: views/events-meta-box.php:280
1253
+ msgid "@"
1254
+ msgstr "@"
1255
+
1256
+ #: views/events-meta-box.php:266
1257
+ msgid "End Date / Time:"
1258
+ msgstr "Дата и время окончания:"
1259
+
1260
+ #: views/events-meta-box.php:296
1261
+ msgid "Event Location Details"
1262
+ msgstr "Место проведения"
1263
+
1264
+ #: views/events-meta-box.php:299
1265
+ #: views/list.php:45
1266
+ #: views/single.php:27
1267
+ msgid "Venue:"
1268
+ msgstr "Место:"
1269
+
1270
+ #: views/events-meta-box.php:305
1271
+ msgid "Country:"
1272
+ msgstr "Страна:"
1273
+
1274
+ #: views/events-meta-box.php:341
1275
+ #: views/list.php:60
1276
+ #: views/single.php:36
1277
+ msgid "Address:"
1278
+ msgstr "Адрес:"
1279
+
1280
+ #: views/events-meta-box.php:345
1281
+ msgid "City:"
1282
+ msgstr "Город:"
1283
+
1284
+ #: views/events-meta-box.php:350
1285
+ msgid "Province:"
1286
+ msgstr "Область:"
1287
+
1288
+ #: views/events-meta-box.php:354
1289
+ msgid "State:"
1290
+ msgstr "Штат:"
1291
+
1292
+ #: views/events-meta-box.php:357
1293
+ msgid "Select a State:"
1294
+ msgstr "Выберите штат:"
1295
+
1296
+ #: views/events-meta-box.php:359
1297
+ msgid "Alabama"
1298
+ msgstr ""
1299
+
1300
+ #: views/events-meta-box.php:360
1301
+ msgid "Alaska"
1302
+ msgstr ""
1303
+
1304
+ #: views/events-meta-box.php:361
1305
+ msgid "Arizona"
1306
+ msgstr ""
1307
+
1308
+ #: views/events-meta-box.php:362
1309
+ msgid "Arkansas"
1310
+ msgstr ""
1311
+
1312
+ #: views/events-meta-box.php:363
1313
+ msgid "California"
1314
+ msgstr ""
1315
+
1316
+ #: views/events-meta-box.php:364
1317
+ msgid "Colorado"
1318
+ msgstr ""
1319
+
1320
+ #: views/events-meta-box.php:365
1321
+ msgid "Connecticut"
1322
+ msgstr ""
1323
+
1324
+ #: views/events-meta-box.php:366
1325
+ msgid "Delaware"
1326
+ msgstr ""
1327
+
1328
+ #: views/events-meta-box.php:367
1329
+ msgid "District of Columbia"
1330
+ msgstr ""
1331
+
1332
+ #: views/events-meta-box.php:368
1333
+ msgid "Florida"
1334
+ msgstr ""
1335
+
1336
+ #: views/events-meta-box.php:370
1337
+ msgid "Hawaii"
1338
+ msgstr ""
1339
+
1340
+ #: views/events-meta-box.php:371
1341
+ msgid "Idaho"
1342
+ msgstr ""
1343
+
1344
+ #: views/events-meta-box.php:372
1345
+ msgid "Illinois"
1346
+ msgstr ""
1347
+
1348
+ #: views/events-meta-box.php:373
1349
+ msgid "Indiana"
1350
+ msgstr ""
1351
+
1352
+ #: views/events-meta-box.php:374
1353
+ msgid "Iowa"
1354
+ msgstr ""
1355
+
1356
+ #: views/events-meta-box.php:375
1357
+ msgid "Kansas"
1358
+ msgstr ""
1359
+
1360
+ #: views/events-meta-box.php:376
1361
+ msgid "Kentucky"
1362
+ msgstr ""
1363
+
1364
+ #: views/events-meta-box.php:377
1365
+ msgid "Louisiana"
1366
+ msgstr ""
1367
+
1368
+ #: views/events-meta-box.php:378
1369
+ msgid "Maine"
1370
+ msgstr ""
1371
+
1372
+ #: views/events-meta-box.php:379
1373
+ msgid "Maryland"
1374
+ msgstr ""
1375
+
1376
+ #: views/events-meta-box.php:380
1377
+ msgid "Massachusetts"
1378
+ msgstr ""
1379
+
1380
+ #: views/events-meta-box.php:381
1381
+ msgid "Michigan"
1382
+ msgstr ""
1383
+
1384
+ #: views/events-meta-box.php:382
1385
+ msgid "Minnesota"
1386
+ msgstr ""
1387
+
1388
+ #: views/events-meta-box.php:383
1389
+ msgid "Mississippi"
1390
+ msgstr ""
1391
+
1392
+ #: views/events-meta-box.php:384
1393
+ msgid "Missouri"
1394
+ msgstr ""
1395
+
1396
+ #: views/events-meta-box.php:385
1397
+ msgid "Montana"
1398
+ msgstr ""
1399
+
1400
+ #: views/events-meta-box.php:386
1401
+ msgid "Nebraska"
1402
+ msgstr ""
1403
+
1404
+ #: views/events-meta-box.php:387
1405
+ msgid "Nevada"
1406
+ msgstr ""
1407
+
1408
+ #: views/events-meta-box.php:388
1409
+ msgid "New Hampshire"
1410
+ msgstr ""
1411
+
1412
+ #: views/events-meta-box.php:389
1413
+ msgid "New Jersey"
1414
+ msgstr ""
1415
+
1416
+ #: views/events-meta-box.php:390
1417
+ msgid "New Mexico"
1418
+ msgstr ""
1419
+
1420
+ #: views/events-meta-box.php:391
1421
+ msgid "New York"
1422
+ msgstr ""
1423
+
1424
+ #: views/events-meta-box.php:392
1425
+ msgid "North Carolina"
1426
+ msgstr ""
1427
+
1428
+ #: views/events-meta-box.php:393
1429
+ msgid "North Dakota"
1430
+ msgstr ""
1431
+
1432
+ #: views/events-meta-box.php:394
1433
+ msgid "Ohio"
1434
+ msgstr ""
1435
+
1436
+ #: views/events-meta-box.php:395
1437
+ msgid "Oklahoma"
1438
+ msgstr ""
1439
+
1440
+ #: views/events-meta-box.php:396
1441
+ msgid "Oregon"
1442
+ msgstr ""
1443
+
1444
+ #: views/events-meta-box.php:397
1445
+ msgid "Pennsylvania"
1446
+ msgstr ""
1447
+
1448
+ #: views/events-meta-box.php:398
1449
+ msgid "Rhode Island"
1450
+ msgstr ""
1451
+
1452
+ #: views/events-meta-box.php:399
1453
+ msgid "South Carolina"
1454
+ msgstr ""
1455
+
1456
+ #: views/events-meta-box.php:400
1457
+ msgid "South Dakota"
1458
+ msgstr ""
1459
+
1460
+ #: views/events-meta-box.php:401
1461
+ msgid "Tennessee"
1462
+ msgstr ""
1463
+
1464
+ #: views/events-meta-box.php:402
1465
+ msgid "Texas"
1466
+ msgstr ""
1467
+
1468
+ #: views/events-meta-box.php:403
1469
+ msgid "Utah"
1470
+ msgstr ""
1471
+
1472
+ #: views/events-meta-box.php:404
1473
+ msgid "Vermont"
1474
+ msgstr ""
1475
+
1476
+ #: views/events-meta-box.php:405
1477
+ msgid "Virginia"
1478
+ msgstr ""
1479
+
1480
+ #: views/events-meta-box.php:406
1481
+ msgid "Washington"
1482
+ msgstr ""
1483
+
1484
+ #: views/events-meta-box.php:407
1485
+ msgid "West Virginia"
1486
+ msgstr ""
1487
+
1488
+ #: views/events-meta-box.php:408
1489
+ msgid "Wisconsin"
1490
+ msgstr ""
1491
+
1492
+ #: views/events-meta-box.php:409
1493
+ msgid "Wyoming"
1494
+ msgstr ""
1495
+
1496
+ #: views/events-meta-box.php:423
1497
+ msgid "Postal Code:"
1498
+ msgstr "Индекс:"
1499
+
1500
+ #: views/events-meta-box.php:427
1501
+ msgid "Show Google Map Link:"
1502
+ msgstr "Показать ссылку на карту:"
1503
+
1504
+ #: views/events-meta-box.php:439
1505
+ msgid "Show Google Map:"
1506
+ msgstr "Показать карту:"
1507
+
1508
+ #: views/events-meta-box.php:444
1509
+ #: views/list.php:54
1510
+ #: views/single.php:31
1511
+ msgid "Phone:"
1512
+ msgstr "Телефон:"
1513
+
1514
+ #: views/events-meta-box.php:448
1515
+ msgid "Event Cost"
1516
+ msgstr "Стоимость"
1517
+
1518
+ #: views/events-meta-box.php:451
1519
+ #: views/list.php:72
1520
+ #: views/single.php:21
1521
+ msgid "Cost:"
1522
+ msgstr "Стоимость:"
1523
+
1524
+ #: views/events-meta-box.php:456
1525
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1526
+ msgstr "Не заполняйте, чтобы скрыть это поле. Введите 0 для бесплатных событий."
1527
+
1528
+ #: views/events-meta-box.php:460
1529
+ msgid "Sell Tickets &amp; Track Registration"
1530
+ msgstr "Продавать билеты и отслеживать регистрацию"
1531
+
1532
+ #: views/events-meta-box.php:465
1533
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1534
+ msgstr "Хотите продавать билеты и отслеживать регистрацию ? Теперь вы можете делать это бесплатно, используя наш <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite это многофункциональный простой инструмент управления событиями. \"Чорт, вы тут нам пытаетесь впарить Eventbrit. Это плохо.\" Ну, если вы заговорили про это... да. Мы получаем немного за каждого, кто зарегистрирует событие с нашей ссылкой. Это позволяет нам продолжать развивать и поддерживать плагины для сообщества open source."
1535
+
1536
+ #: views/events-meta-box.php:465
1537
+ msgid "Check it out here."
1538
+ msgstr "Посмотрите на него здесь."
1539
+
1540
+ #: views/events-meta-box.php:483
1541
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1542
+ msgstr "<h4>Если вам понравился этот плагин -- помогите его поддерживать</h4><p>Мы тратим много времени и сил для создания качественных плагинов и нам нравится делиться ими с сообществом. Если вы используете этот плагин, сделайте пожертвование для того, чтобы помочь продолжать его развитие. Вы можете убрать это сообщение на <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">странице настроек</a>.</p>"
1543
+
1544
+ #: views/events-meta-box.php:485
1545
+ msgid "Thanks"
1546
+ msgstr "Спасибо"
1547
+
1548
+ #: views/events-options.php:74
1549
+ msgid "The Events Calendar Settings"
1550
+ msgstr "Настройки календаря"
1551
+
1552
+ #: views/events-options.php:94
1553
+ msgid "Need a hand?"
1554
+ msgstr "Хотите настроить ?"
1555
+
1556
+ #: views/events-options.php:95
1557
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1558
+ msgstr "Если вы не понимаете, как это все настраивать, пожалуйста <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">прочтите документацию</a>. Если после этого у вас останутся вопросы обратитесь в <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">форум поддержки</a>. В сообществе open source много приятных людей, которые вам с удовольствием помогут."
1559
+
1560
+ #: views/events-options.php:96
1561
+ msgid "Here is the iCal feed URL for your events: "
1562
+ msgstr "Ссылка iCal на ваш календарь:"
1563
+
1564
+ #: views/events-options.php:99
1565
+ msgid "Donate"
1566
+ msgstr "Пожертвовать"
1567
+
1568
+ #: views/events-options.php:108
1569
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1570
+ msgstr "Если вы считаете этот плагин полезным, пожалуйста пожертвуйте его создателям Shane &#38; Peter, Inc. Спасибо !"
1571
+
1572
+ #: views/events-options.php:112
1573
+ msgid "I have already donated, so please hide this button!"
1574
+ msgstr "Я уже сделал пожертвование, уберите эту кнопку !"
1575
+
1576
+ #: views/events-options.php:122
1577
+ msgid "Donate for this wonderful plugin"
1578
+ msgstr "Пожертвовать на этот замечательный плагин"
1579
+
1580
+ #: views/events-options.php:136
1581
+ msgid "Settings"
1582
+ msgstr "Настройки"
1583
+
1584
+ #: views/events-options.php:139
1585
+ #: views/events-options.php:143
1586
+ msgid "Default View for the Events"
1587
+ msgstr "Стандартный вид для событий"
1588
+
1589
+ #: views/events-options.php:155
1590
+ #: views/gridview.php:28
1591
+ #: views/list.php:12
1592
+ msgid "Calendar"
1593
+ msgstr "Календарь"
1594
+
1595
+ #: views/events-options.php:159
1596
+ #: views/gridview.php:27
1597
+ #: views/list.php:11
1598
+ msgid "Event List"
1599
+ msgstr "Список событий"
1600
+
1601
+ #: views/events-options.php:165
1602
+ #: views/events-options.php:169
1603
+ msgid "Show Comments"
1604
+ msgstr "Показывать комментарии"
1605
+
1606
+ #: views/events-options.php:191
1607
+ msgid "Default Country for Events"
1608
+ msgstr "Стандартная страна для событий"
1609
+
1610
+ #: views/events-options.php:214
1611
+ #: views/events-options.php:218
1612
+ msgid "Display Events on Homepage"
1613
+ msgstr "Показывать события на домашней"
1614
+
1615
+ #: views/events-options.php:225
1616
+ #: views/events-options.php:254
1617
+ #: views/events-options.php:281
1618
+ #: views/events-options.php:307
1619
+ msgid "Off"
1620
+ msgstr "Выкл"
1621
+
1622
+ #: views/events-options.php:229
1623
+ #: views/events-options.php:258
1624
+ #: views/events-options.php:285
1625
+ #: views/events-options.php:311
1626
+ msgid "On"
1627
+ msgstr "Вкл"
1628
+
1629
+ #: views/events-options.php:236
1630
+ #: views/events-options.php:240
1631
+ msgid "Embed Google Maps"
1632
+ msgstr "Вставить карты Гугла"
1633
+
1634
+ #: views/events-options.php:261
1635
+ msgid "Height"
1636
+ msgstr "Высота"
1637
+
1638
+ #: views/events-options.php:262
1639
+ msgid "Width"
1640
+ msgstr "Ширина"
1641
+
1642
+ #: views/events-options.php:262
1643
+ msgid "(number or %)"
1644
+ msgstr "(значение или %)"
1645
+
1646
+ #: views/events-options.php:270
1647
+ #: views/events-options.php:274
1648
+ msgid "Feature on Event Date"
1649
+ msgstr "Сообщение о дате события"
1650
+
1651
+ #: views/events-options.php:288
1652
+ msgid "This option will bump an event to the top of the homepage loop on the day of the event."
1653
+ msgstr "Данная опция \"вытолкнет\" событие в начало домашней страницы в день события."
1654
+
1655
+ #: views/events-options.php:296
1656
+ #: views/events-options.php:300
1657
+ msgid "Use Pretty URLs"
1658
+ msgstr "Использовать Pretty URLs"
1659
+
1660
+ #: views/events-options.php:314
1661
+ msgid "Pretty URLs (ie, http://site/category/events/upcoming) may interfere with custom themes or plugins."
1662
+ msgstr "Pretty URLs (ie, http://site/category/events/upcoming) могут конфликтовать с другими темами и плагинами"
1663
+
1664
+ #: views/events-options.php:340
1665
+ msgid "Save Changes"
1666
+ msgstr "Сохранить изменения"
1667
+
1668
+ #: views/gridview.php:9
1669
+ #: views/list.php:9
1670
+ msgid "Calendar of Events"
1671
+ msgstr "Календарь событий"
1672
+
1673
+ #: views/list.php:33
1674
+ #: views/single.php:14
1675
+ msgid "Start:"
1676
+ msgstr "Начало:"
1677
+
1678
+ #: views/list.php:37
1679
+ #: views/single.php:17
1680
+ msgid "End:"
1681
+ msgstr "Окончание:"
1682
+
1683
+ #: views/list.php:62
1684
+ #: views/single.php:38
1685
+ msgid "Google Map"
1686
+ msgstr "Карта Гугла"
1687
+
1688
+ #: views/list.php:94
1689
+ msgid "&laquo; Previous Events"
1690
+ msgstr "&laquo; Пред. события"
1691
+
1692
+ #: views/list.php:107
1693
+ msgid "Next Events &raquo;"
1694
+ msgstr "След. события &raquo;"
1695
+
1696
+ #: views/single.php:9
1697
+ msgid "&laquo; Back to Events"
1698
+ msgstr "&laquo; Обратно к событиям"
1699
+
1700
+ #: views/single.php:11
1701
+ msgid "This event has passed."
1702
+ msgstr "Событие уже прошло"
1703
+
1704
+ #: views/single.php:38
1705
+ msgid "Click to view a Google Map"
1706
+ msgstr "Нажмите для того, чтобы увидеть карту Гугла"
1707
+
1708
+ #. Plugin URI of the plugin/theme
1709
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1710
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1711
+
1712
+ #. Description of the plugin/theme
1713
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation. When updating The Events Calendar, if EventBrite for The Events Calendar is being used, the two plugins must be updated together. Requires PHP 5.1 or above."
1714
+ msgstr "Плагин The Events Calendar позволяет вам быстро создавать и управлять событиями, используя редактор для записей. Дополнительно имеется интеграция с Eventbrite, картами Гугла, стандартные шаблоны для календаря и списка событий. Если вы используете EventBrite, то при обновлении плагина The Events Calendar надо обновлять и плагин для EventBrite. Требуется PHP 5.1 или выше."
1715
+
1716
+ #. Author of the plugin/theme
1717
+ msgid "Shane & Peter, Inc."
1718
+ msgstr "Shane & Peter, Inc."
1719
+
1720
+ #. Author URI of the plugin/theme
1721
+ msgid "http://www.shaneandpeter.com/"
1722
+ msgstr "http://www.shaneandpeter.com/"
1723
+
lang/the-events-calendar.pot CHANGED
@@ -8,7 +8,7 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: The Events Calendar 1.6\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
11
- "POT-Creation-Date: 2010-05-26 14:02+0000\n"
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1057,101 +1057,101 @@ msgstr ""
1057
  msgid "Zimbabwe"
1058
  msgstr ""
1059
 
1060
- #: the-events-calendar.class.php:490
1061
  msgid "Jan"
1062
  msgstr ""
1063
 
1064
- #: the-events-calendar.class.php:491
1065
  msgid "Feb"
1066
  msgstr ""
1067
 
1068
- #: the-events-calendar.class.php:492
1069
  msgid "Mar"
1070
  msgstr ""
1071
 
1072
- #: the-events-calendar.class.php:493
1073
  msgid "Apr"
1074
  msgstr ""
1075
 
1076
- #: the-events-calendar.class.php:494 the-events-calendar.class.php:508
1077
  msgid "May"
1078
  msgstr ""
1079
 
1080
- #: the-events-calendar.class.php:495
1081
  msgid "Jun"
1082
  msgstr ""
1083
 
1084
- #: the-events-calendar.class.php:496
1085
  msgid "Jul"
1086
  msgstr ""
1087
 
1088
- #: the-events-calendar.class.php:497
1089
  msgid "Aug"
1090
  msgstr ""
1091
 
1092
- #: the-events-calendar.class.php:498
1093
  msgid "Sep"
1094
  msgstr ""
1095
 
1096
- #: the-events-calendar.class.php:499
1097
  msgid "Oct"
1098
  msgstr ""
1099
 
1100
- #: the-events-calendar.class.php:500
1101
  msgid "Nov"
1102
  msgstr ""
1103
 
1104
- #: the-events-calendar.class.php:501
1105
  msgid "Dec"
1106
  msgstr ""
1107
 
1108
- #: the-events-calendar.class.php:504
1109
  msgid "January"
1110
  msgstr ""
1111
 
1112
- #: the-events-calendar.class.php:505
1113
  msgid "February"
1114
  msgstr ""
1115
 
1116
- #: the-events-calendar.class.php:506
1117
  msgid "March"
1118
  msgstr ""
1119
 
1120
- #: the-events-calendar.class.php:507
1121
  msgid "April"
1122
  msgstr ""
1123
 
1124
- #: the-events-calendar.class.php:509
1125
  msgid "June"
1126
  msgstr ""
1127
 
1128
- #: the-events-calendar.class.php:510
1129
  msgid "July"
1130
  msgstr ""
1131
 
1132
- #: the-events-calendar.class.php:511
1133
  msgid "August"
1134
  msgstr ""
1135
 
1136
- #: the-events-calendar.class.php:512
1137
  msgid "September"
1138
  msgstr ""
1139
 
1140
- #: the-events-calendar.class.php:513
1141
  msgid "October"
1142
  msgstr ""
1143
 
1144
- #: the-events-calendar.class.php:514
1145
  msgid "November"
1146
  msgstr ""
1147
 
1148
- #: the-events-calendar.class.php:515
1149
  msgid "December"
1150
  msgstr ""
1151
 
1152
  #. #-#-#-#-# plugin.pot (The Events Calendar 1.6) #-#-#-#-#
1153
  #. Plugin Name of the plugin/theme
1154
- #: the-events-calendar.class.php:1007
1155
  msgid "The Events Calendar"
1156
  msgstr ""
1157
 
@@ -1675,6 +1675,10 @@ msgstr ""
1675
  msgid "Calendar of Events"
1676
  msgstr ""
1677
 
 
 
 
 
1678
  #: views/list.php:33 views/single.php:14
1679
  msgid "Start:"
1680
  msgstr ""
8
  msgstr ""
9
  "Project-Id-Version: The Events Calendar 1.6\n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
11
+ "POT-Creation-Date: 2010-06-01 16:40+0000\n"
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
1057
  msgid "Zimbabwe"
1058
  msgstr ""
1059
 
1060
+ #: the-events-calendar.class.php:492
1061
  msgid "Jan"
1062
  msgstr ""
1063
 
1064
+ #: the-events-calendar.class.php:493
1065
  msgid "Feb"
1066
  msgstr ""
1067
 
1068
+ #: the-events-calendar.class.php:494
1069
  msgid "Mar"
1070
  msgstr ""
1071
 
1072
+ #: the-events-calendar.class.php:495
1073
  msgid "Apr"
1074
  msgstr ""
1075
 
1076
+ #: the-events-calendar.class.php:496 the-events-calendar.class.php:510
1077
  msgid "May"
1078
  msgstr ""
1079
 
1080
+ #: the-events-calendar.class.php:497
1081
  msgid "Jun"
1082
  msgstr ""
1083
 
1084
+ #: the-events-calendar.class.php:498
1085
  msgid "Jul"
1086
  msgstr ""
1087
 
1088
+ #: the-events-calendar.class.php:499
1089
  msgid "Aug"
1090
  msgstr ""
1091
 
1092
+ #: the-events-calendar.class.php:500
1093
  msgid "Sep"
1094
  msgstr ""
1095
 
1096
+ #: the-events-calendar.class.php:501
1097
  msgid "Oct"
1098
  msgstr ""
1099
 
1100
+ #: the-events-calendar.class.php:502
1101
  msgid "Nov"
1102
  msgstr ""
1103
 
1104
+ #: the-events-calendar.class.php:503
1105
  msgid "Dec"
1106
  msgstr ""
1107
 
1108
+ #: the-events-calendar.class.php:506
1109
  msgid "January"
1110
  msgstr ""
1111
 
1112
+ #: the-events-calendar.class.php:507
1113
  msgid "February"
1114
  msgstr ""
1115
 
1116
+ #: the-events-calendar.class.php:508
1117
  msgid "March"
1118
  msgstr ""
1119
 
1120
+ #: the-events-calendar.class.php:509
1121
  msgid "April"
1122
  msgstr ""
1123
 
1124
+ #: the-events-calendar.class.php:511
1125
  msgid "June"
1126
  msgstr ""
1127
 
1128
+ #: the-events-calendar.class.php:512
1129
  msgid "July"
1130
  msgstr ""
1131
 
1132
+ #: the-events-calendar.class.php:513
1133
  msgid "August"
1134
  msgstr ""
1135
 
1136
+ #: the-events-calendar.class.php:514
1137
  msgid "September"
1138
  msgstr ""
1139
 
1140
+ #: the-events-calendar.class.php:515
1141
  msgid "October"
1142
  msgstr ""
1143
 
1144
+ #: the-events-calendar.class.php:516
1145
  msgid "November"
1146
  msgstr ""
1147
 
1148
+ #: the-events-calendar.class.php:517
1149
  msgid "December"
1150
  msgstr ""
1151
 
1152
  #. #-#-#-#-# plugin.pot (The Events Calendar 1.6) #-#-#-#-#
1153
  #. Plugin Name of the plugin/theme
1154
+ #: the-events-calendar.class.php:1009
1155
  msgid "The Events Calendar"
1156
  msgstr ""
1157
 
1675
  msgid "Calendar of Events"
1676
  msgstr ""
1677
 
1678
+ #: views/gridview.php:31 views/list.php:16
1679
+ msgid "iCal Import"
1680
+ msgstr ""
1681
+
1682
  #: views/list.php:33 views/single.php:14
1683
  msgid "Start:"
1684
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
5
  Tags: widget, events, simple, tooltips, grid, month, list, calendar, event, venue, eventbrite, registration, tickets, ticketing, eventbright, api, dates, date, plugin, posts, sidebar, template, theme, time, google maps, conference, workshop, concert, meeting, seminar, summit, forum, shortcode
6
  Requires at least: 2.8
7
  Tested up to: 3.0
8
- Stable tag: 1.6
9
 
10
  == Description ==
11
 
@@ -68,7 +68,7 @@ No setup required. Just plug and play!
68
 
69
  = Settings =
70
 
71
- There are a growing number of options you can set to make your calendar behave in a specific manner. Simple click The Event Calendar in the settings panel:
72
 
73
  * Donation: Remove our plea for your support
74
  * Default View for Events: Select Calendar or Event list as the default view for the events loop
@@ -86,7 +86,10 @@ The built in template can be overridden by files within your template.
86
 
87
  = Default vs. Custom Templates =
88
 
89
- The Events Calendar plugin now comes with default templates for the list view, grid view and single post view. If you would like to alter them, create a new folder called "events" in your template directory and copy over the following files from within the plugin folder (simple-events/views/):
 
 
 
90
 
91
  * gridview.php
92
  * list.php
@@ -208,6 +211,25 @@ Please visit the forum for questions or comments: http://wordpress.org/tags/the-
208
 
209
  == Changelog ==
210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  = 1.6 =
212
 
213
  Features
@@ -384,4 +406,4 @@ Features
384
 
385
  * Started internationalization (translation) support
386
  * Added international addresses
387
- * Extracted from S&P core plugin to stand alone.
5
  Tags: widget, events, simple, tooltips, grid, month, list, calendar, event, venue, eventbrite, registration, tickets, ticketing, eventbright, api, dates, date, plugin, posts, sidebar, template, theme, time, google maps, conference, workshop, concert, meeting, seminar, summit, forum, shortcode
6
  Requires at least: 2.8
7
  Tested up to: 3.0
8
+ Stable tag: 1.6.1
9
 
10
  == Description ==
11
 
68
 
69
  = Settings =
70
 
71
+ There are a growing number of options you can set to make your calendar behave in a specific manner. Simply click The Event Calendar in the settings panel:
72
 
73
  * Donation: Remove our plea for your support
74
  * Default View for Events: Select Calendar or Event list as the default view for the events loop
86
 
87
  = Default vs. Custom Templates =
88
 
89
+ The Events Calendar plugin now comes with default templates for the list view,
90
+ grid view and single post view. If you would like to alter them, create a
91
+ new folder called "events" in your template directory and copy over the
92
+ following files from within the plugin folder (the-events-calendar/views/):
93
 
94
  * gridview.php
95
  * list.php
211
 
212
  == Changelog ==
213
 
214
+ = 1.6.1 =
215
+
216
+ Features
217
+
218
+ * override plugin css by putting a custom events.css in /wp-content/<your-theme>/events/
219
+ * override calendar view by putting a custom table.php in /<your-theme>/events/
220
+ * iCal import buttons added to calendar and list views
221
+
222
+ Translations
223
+
224
+ * Russian added [Vsevolod Gavrilenko]
225
+ * French updated [Boddhi]
226
+
227
+ Bugs
228
+
229
+ * new month previous and next links now translate
230
+ * the calendar view tooltip on mouse hover now truncates the post content
231
+ * state/province now shows properly on post edit page load
232
+
233
  = 1.6 =
234
 
235
  Features
406
 
407
  * Started internationalization (translation) support
408
  * Added international addresses
409
+ * Extracted from S&P core plugin to stand alone.
resources/events.css CHANGED
@@ -22,6 +22,15 @@ h2.tec-cal-title {
22
  padding-right:15px;
23
  margin-bottom: 33px;
24
  }
 
 
 
 
 
 
 
 
 
25
  .tec-calendar-buttons a {
26
  background:#999;
27
  border-radius:3px;
@@ -212,6 +221,7 @@ span.back {margin:12px 0 0;}
212
  #tec-events-loop {
213
  font-size:13px;
214
  clear:both;
 
215
  }
216
  .tec-events .tec-event-entry {
217
  width:60%;
22
  padding-right:15px;
23
  margin-bottom: 33px;
24
  }
25
+ #tec-content .ical {
26
+ color:#fff;
27
+ font-size:11px;
28
+ background:#3D6294;
29
+ padding:1px 3px;
30
+ -moz-border-radius:2px;
31
+ -webkit-border-radius:2px;
32
+ border-radius:2px;
33
+ }
34
  .tec-calendar-buttons a {
35
  background:#999;
36
  border-radius:3px;
221
  #tec-events-loop {
222
  font-size:13px;
223
  clear:both;
224
+ margin: 10px 0 0;
225
  }
226
  .tec-events .tec-event-entry {
227
  width:60%;
screenshot-1.png CHANGED
Binary file
screenshot-2.png CHANGED
Binary file
screenshot-4.png CHANGED
Binary file
screenshot-5.png CHANGED
Binary file
template-tags.php CHANGED
@@ -20,8 +20,14 @@ if( class_exists( 'The_Events_Calendar' ) && !function_exists( 'eventsGetOptionV
20
  * @return void
21
  */
22
  function event_grid_view() {
 
23
  set_query_var( 'eventDisplay', 'bydate' );
24
- load_template( dirname( __FILE__ ) . '/views/table.php' );
 
 
 
 
 
25
  }
26
  /**
27
  * Maps events to days
20
  * @return void
21
  */
22
  function event_grid_view() {
23
+ global $spEvents;
24
  set_query_var( 'eventDisplay', 'bydate' );
25
+ if ( $spEvents->in_event_category() ) {
26
+ if( '' == locate_template( array( 'events/table.php' ), true ) ) {
27
+ load_template( dirname( __FILE__ ) . '/views/table.php' );
28
+ }
29
+ return;
30
+ }
31
  }
32
  /**
33
  * Maps events to days
the-events-calendar.class.php CHANGED
@@ -434,7 +434,7 @@ if ( !class_exists( 'The_Events_Calendar' ) ) {
434
  load_template( dirname( __FILE__ ) . '/views/gridview.php' );
435
  }
436
  exit;
437
- }
438
  // single event
439
  if (is_single() && in_category( $this->eventCategory() ) ) {
440
  if( '' == locate_template( array( 'events/single.php' ), true ) ) {
@@ -445,7 +445,6 @@ if ( !class_exists( 'The_Events_Calendar' ) ) {
445
  }
446
 
447
  public function truncate($text, $excerpt_length = 44) {
448
-
449
  $text = strip_shortcodes( $text );
450
 
451
  $text = apply_filters('the_content', $text);
@@ -458,8 +457,7 @@ if ( !class_exists( 'The_Events_Calendar' ) ) {
458
  $text = implode(' ', $words);
459
  $text = rtrim($text);
460
  $text .= '&hellip;';
461
- }
462
-
463
  return $text;
464
  }
465
 
@@ -467,7 +465,11 @@ if ( !class_exists( 'The_Events_Calendar' ) ) {
467
  load_plugin_textdomain( $this->pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');
468
  $eventsURL = trailingslashit( WP_PLUGIN_URL ) . trailingslashit( plugin_basename( dirname( __FILE__ ) ) ) . 'resources/';
469
  wp_enqueue_script('sp-events-calendar-script', $eventsURL.'events.js', array('jquery') );
470
- wp_enqueue_style('sp-events-calendar-style', $eventsURL.'events.css');
 
 
 
 
471
  }
472
 
473
  /**
@@ -1235,9 +1237,10 @@ if ( !class_exists( 'The_Events_Calendar' ) ) {
1235
  }
1236
  }
1237
  public function getDateString( $date ) {
 
1238
  $dateParts = split( '-', $date );
1239
  $timestamp = mktime( 0, 0, 0, $dateParts[1], 1, $dateParts[0] );
1240
- return date( "F Y", $timestamp );
1241
  }
1242
  /**
1243
  * echo the next tab index
434
  load_template( dirname( __FILE__ ) . '/views/gridview.php' );
435
  }
436
  exit;
437
+ }
438
  // single event
439
  if (is_single() && in_category( $this->eventCategory() ) ) {
440
  if( '' == locate_template( array( 'events/single.php' ), true ) ) {
445
  }
446
 
447
  public function truncate($text, $excerpt_length = 44) {
 
448
  $text = strip_shortcodes( $text );
449
 
450
  $text = apply_filters('the_content', $text);
457
  $text = implode(' ', $words);
458
  $text = rtrim($text);
459
  $text .= '&hellip;';
460
+ }
 
461
  return $text;
462
  }
463
 
465
  load_plugin_textdomain( $this->pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');
466
  $eventsURL = trailingslashit( WP_PLUGIN_URL ) . trailingslashit( plugin_basename( dirname( __FILE__ ) ) ) . 'resources/';
467
  wp_enqueue_script('sp-events-calendar-script', $eventsURL.'events.js', array('jquery') );
468
+ if( file_exists( TEMPLATEPATH.'/events/events.css' ) ) {
469
+ $templateArray = explode( '/', TEMPLATEPATH );
470
+ $themeName = $templateArray[count($templateArray)-1];
471
+ wp_enqueue_style('sp-events-calendar-style', WP_CONTENT_URL.'/themes/'.$themeName.'/events/events.css' );
472
+ } else wp_enqueue_style('sp-events-calendar-style', $eventsURL.'events.css' );
473
  }
474
 
475
  /**
1237
  }
1238
  }
1239
  public function getDateString( $date ) {
1240
+ $monthNames = $this->monthNames();
1241
  $dateParts = split( '-', $date );
1242
  $timestamp = mktime( 0, 0, 0, $dateParts[1], 1, $dateParts[0] );
1243
+ return $monthNames[date( "F", $timestamp )] . " " . $dateParts[0];
1244
  }
1245
  /**
1246
  * echo the next tab index
the-events-calendar.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: The Events Calendar
4
  Plugin URI: http://wordpress.org/extend/plugins/the-events-calendar/
5
  Description: The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation. When updating The Events Calendar, if EventBrite for The Events Calendar is being used, the two plugins must be updated together. Requires PHP 5.1 or above.
6
- Version: 1.6
7
  Author: Shane & Peter, Inc.
8
  Author URI: http://www.shaneandpeter.com/
9
  Text Domain: the-events-calendar
3
  Plugin Name: The Events Calendar
4
  Plugin URI: http://wordpress.org/extend/plugins/the-events-calendar/
5
  Description: The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation. When updating The Events Calendar, if EventBrite for The Events Calendar is being used, the two plugins must be updated together. Requires PHP 5.1 or above.
6
+ Version: 1.6.1
7
  Author: Shane & Peter, Inc.
8
  Author URI: http://www.shaneandpeter.com/
9
  Text Domain: the-events-calendar
trunk/events-calendar-widget.class.php ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if( !class_exists( 'Events_Calendar_Widget') ) {
3
+
4
+ /**
5
+ * Calendar widget class
6
+ */
7
+ class Events_Calendar_Widget extends WP_Widget {
8
+
9
+ public $pluginDomain = 'the-events-calendar';
10
+
11
+ function Events_Calendar_Widget() {
12
+ $widget_ops = array('classname' => 'events_calendar_widget', 'description' => __( 'A calendar of your events') );
13
+ $this->WP_Widget('calendar', __('Events Calendar'), $widget_ops);
14
+ }
15
+
16
+ function widget( $args, $instance ) {
17
+ extract($args);
18
+ $title = apply_filters('widget_title', empty($instance['title']) ? '&nbsp;' : $instance['title']);
19
+ echo $before_widget;
20
+ if ( $title )
21
+ echo $before_title . $title . $after_title;
22
+ echo '<div id="calendar_wrap">';
23
+ //echo get_calendar_custom(); /* 5 is the category id I have for event */
24
+ echo '</div>';
25
+ echo $after_widget;
26
+ }
27
+
28
+ function update( $new_instance, $old_instance ) {
29
+ $instance = $old_instance;
30
+ $instance['title'] = strip_tags($new_instance['title']);
31
+
32
+ return $instance;
33
+ }
34
+
35
+ function form( $instance ) {
36
+ $instance = wp_parse_args( (array) $instance, array( 'title' => '' ) );
37
+ $title = strip_tags($instance['title']);
38
+ ?>
39
+ <p><label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:'); ?></label>
40
+ <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo esc_attr($title); ?>" /></p>
41
+ <?php
42
+ }
43
+
44
+ }
45
+
46
+ /* Add function to the widgets_ hook. */
47
+ // hook is commented out until development is finished, allows WP's default calendar widget to work
48
+ //add_action( 'widgets_init', 'events_calendar_load_widgets' );
49
+ //add_action( 'widgets_init', 'get_calendar_custom' );
50
+
51
+ //function get_calendar_custom(){echo "hi";}
52
+
53
+ /* Function that registers widget. */
54
+ function events_calendar_load_widgets() {
55
+ global $pluginDomain;
56
+ register_widget( 'Events_Calendar_Widget' );
57
+ // load text domain after class registration
58
+ load_plugin_textdomain( $pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');
59
+ }
60
+ }
trunk/events-list-widget.class.php ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if( !class_exists( 'Events_List_Widget' ) ) {
3
+ /**
4
+ * Event List Widget
5
+ *
6
+ * Creates a widget that displays the next upcoming x events
7
+ */
8
+
9
+ class Events_List_Widget extends WP_Widget {
10
+
11
+ public $pluginDomain = 'the-events-calendar';
12
+
13
+ function Events_List_Widget() {
14
+ /* Widget settings. */
15
+ $widget_ops = array( 'classname' => 'eventsListWidget', 'description' => __( 'A widget that displays the next upcoming x events.', $this->pluginDomain) );
16
+
17
+ /* Widget control settings. */
18
+ $control_ops = array( 'id_base' => 'events-list-widget' );
19
+
20
+ /* Create the widget. */
21
+ $this->WP_Widget( 'events-list-widget', 'Events List Widget', $widget_ops, $control_ops );
22
+ }
23
+
24
+ function widget( $args, $instance ) {
25
+ global $wp_query;
26
+ extract( $args );
27
+
28
+ /* User-selected settings. */
29
+ $title = apply_filters('widget_title', $instance['title'] );
30
+ $limit = $instance['limit'];
31
+ $noUpcomingEvents = $instance['no_upcoming_events'];
32
+ $start = $instance['start'];
33
+ $end = $instance['end'];
34
+ $venue = $instance['venue'];
35
+ $address = $instance['address'];
36
+ $city = $instance['city'];
37
+ $state = $instance['state'];
38
+ $province = $instance['province'];
39
+ $zip = $instance['zip'];
40
+ $country = $instance['country'];
41
+ $phone = $instance['phone'];
42
+ $cost = $instance['cost'];
43
+
44
+ if ( eventsGetOptionValue('viewOption') == 'upcoming') {
45
+ $event_url = events_get_listview_link();
46
+ } else {
47
+ $event_url = events_get_gridview_link();
48
+ }
49
+
50
+ /* Before widget (defined by themes). */
51
+ echo $before_widget;
52
+
53
+ if( function_exists( 'get_events' ) ) {
54
+ $old_display = $wp_query->get('eventDisplay');
55
+ $wp_query->set('eventDisplay', 'upcoming');
56
+ $posts = get_events($limit, The_Events_Calendar::CATEGORYNAME);
57
+ }
58
+
59
+ /* Title of widget (before and after defined by themes). */
60
+ if ( $title && !$noUpcomingEvents ) echo $before_title . $title . $after_title;
61
+
62
+ if( $posts ) {
63
+ /* Display list of events. */
64
+ if( function_exists( 'get_events' ) ) {
65
+
66
+ echo "<ul class='upcoming'>";
67
+ foreach( $posts as $post ) :
68
+ setup_postdata($post);
69
+ if (file_exists(TEMPLATEPATH.'/events/events-list-load-widget-display.php') ) {
70
+ include (TEMPLATEPATH.'/events/events-list-load-widget-display.php');
71
+ } else {
72
+ include( dirname( __FILE__ ) . '/views/events-list-load-widget-display.php' );
73
+ }
74
+ endforeach;
75
+ echo "</ul>";
76
+
77
+ $wp_query->set('eventDisplay', $old_display);
78
+ }
79
+
80
+ /* Display link to all events */
81
+ echo '<div class="dig-in"><a href="' . $event_url . '">' . __('View All Events', $this->pluginDomain ) . '</a></div>';
82
+ } else if( !$noUpcomingEvents ) _e('There are no upcoming events at this time.', $this->pluginDomain);
83
+
84
+ /* After widget (defined by themes). */
85
+ echo $after_widget;
86
+ }
87
+
88
+ function update( $new_instance, $old_instance ) {
89
+ $instance = $old_instance;
90
+
91
+ /* Strip tags (if needed) and update the widget settings. */
92
+ $instance['title'] = strip_tags( $new_instance['title'] );
93
+ $instance['limit'] = strip_tags( $new_instance['limit'] );
94
+ $instance['no_upcoming_events'] = strip_tags( $new_instance['no_upcoming_events'] );
95
+ $instance['start'] = strip_tags( $new_instance['start'] );
96
+ $instance['end'] = strip_tags( $new_instance['end'] );
97
+ $instance['venue'] = strip_tags( $new_instance['venue'] );
98
+ $instance['country'] = strip_tags( $new_instance['country'] );
99
+ $instance['address'] = strip_tags( $new_instance['address'] );
100
+ $instance['city'] = strip_tags( $new_instance['city'] );
101
+ $instance['state'] = strip_tags( $new_instance['state'] );
102
+ $instance['province'] = strip_tags( $new_instance['province'] );
103
+ $instance['zip'] = strip_tags( $new_instance['zip'] );
104
+ $instance['phone'] = strip_tags( $new_instance['phone'] );
105
+ $instance['cost'] = strip_tags( $new_instance['cost'] );
106
+
107
+ return $instance;
108
+ }
109
+
110
+ function form( $instance ) {
111
+ /* Set up default widget settings. */
112
+ $defaults = array( 'title' => 'Upcoming Events', 'limit' => '5', 'start' => true, 'end' => false, 'venue' => false, 'country' => true, 'address' => false, 'city' => true, 'state' => true, 'province' => true, 'zip' => false, 'phone' => false, 'cost' => false);
113
+ $instance = wp_parse_args( (array) $instance, $defaults );
114
+ include( dirname( __FILE__ ) . '/views/events-list-load-widget-admin.php' );
115
+ }
116
+ }
117
+
118
+ /* Add function to the widgets_ hook. */
119
+ add_action( 'widgets_init', 'events_list_load_widgets' );
120
+
121
+ /* Function that registers widget. */
122
+ function events_list_load_widgets() {
123
+ global $pluginDomain;
124
+ register_widget( 'Events_List_Widget' );
125
+ // load text domain after class registration
126
+ load_plugin_textdomain( $pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');
127
+ }
128
+ }
trunk/lang/the-events-calendar-cs_CZ.mo ADDED
Binary file
trunk/lang/the-events-calendar-cs_CZ.po ADDED
@@ -0,0 +1,1620 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.5.4 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: The Events Calendar 1.5.4\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
10
+ "POT-Creation-Date: 2010-02-10 19:57+0000\n"
11
+ "PO-Revision-Date: 2010-02-12 17:43+0100\n"
12
+ "Last-Translator: globus2008 <globus@email.cz>\n"
13
+ "Language-Team: \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: Czech\n"
18
+ "X-Poedit-Country: CZECH REPUBLIC\n"
19
+
20
+ #: the-events-calendar.php:54
21
+ msgid "United States"
22
+ msgstr "USA"
23
+
24
+ #: the-events-calendar.php:55
25
+ msgid "Afghanistan"
26
+ msgstr "Afgánistán"
27
+
28
+ #: the-events-calendar.php:56
29
+ msgid "Albania"
30
+ msgstr "Albánie"
31
+
32
+ #: the-events-calendar.php:57
33
+ msgid "Algeria"
34
+ msgstr ""
35
+
36
+ #: the-events-calendar.php:58
37
+ msgid "American Samoa"
38
+ msgstr ""
39
+
40
+ #: the-events-calendar.php:59
41
+ msgid "Andorra"
42
+ msgstr ""
43
+
44
+ #: the-events-calendar.php:60
45
+ msgid "Angola"
46
+ msgstr ""
47
+
48
+ #: the-events-calendar.php:61
49
+ msgid "Anguilla"
50
+ msgstr ""
51
+
52
+ #: the-events-calendar.php:62
53
+ msgid "Antarctica"
54
+ msgstr ""
55
+
56
+ #: the-events-calendar.php:63
57
+ msgid "Antigua And Barbuda"
58
+ msgstr ""
59
+
60
+ #: the-events-calendar.php:64
61
+ msgid "Argentina"
62
+ msgstr ""
63
+
64
+ #: the-events-calendar.php:65
65
+ msgid "Armenia"
66
+ msgstr ""
67
+
68
+ #: the-events-calendar.php:66
69
+ msgid "Aruba"
70
+ msgstr ""
71
+
72
+ #: the-events-calendar.php:67
73
+ msgid "Australia"
74
+ msgstr ""
75
+
76
+ #: the-events-calendar.php:68
77
+ msgid "Austria"
78
+ msgstr ""
79
+
80
+ #: the-events-calendar.php:69
81
+ msgid "Azerbaijan"
82
+ msgstr ""
83
+
84
+ #: the-events-calendar.php:70
85
+ msgid "Bahamas"
86
+ msgstr ""
87
+
88
+ #: the-events-calendar.php:71
89
+ msgid "Bahrain"
90
+ msgstr ""
91
+
92
+ #: the-events-calendar.php:72
93
+ msgid "Bangladesh"
94
+ msgstr ""
95
+
96
+ #: the-events-calendar.php:73
97
+ msgid "Barbados"
98
+ msgstr ""
99
+
100
+ #: the-events-calendar.php:74
101
+ msgid "Belarus"
102
+ msgstr ""
103
+
104
+ #: the-events-calendar.php:75
105
+ msgid "Belgium"
106
+ msgstr ""
107
+
108
+ #: the-events-calendar.php:76
109
+ msgid "Belize"
110
+ msgstr ""
111
+
112
+ #: the-events-calendar.php:77
113
+ msgid "Benin"
114
+ msgstr ""
115
+
116
+ #: the-events-calendar.php:78
117
+ msgid "Bermuda"
118
+ msgstr ""
119
+
120
+ #: the-events-calendar.php:79
121
+ msgid "Bhutan"
122
+ msgstr ""
123
+
124
+ #: the-events-calendar.php:80
125
+ msgid "Bolivia"
126
+ msgstr ""
127
+
128
+ #: the-events-calendar.php:81
129
+ msgid "Bosnia And Herzegowina"
130
+ msgstr ""
131
+
132
+ #: the-events-calendar.php:82
133
+ msgid "Botswana"
134
+ msgstr ""
135
+
136
+ #: the-events-calendar.php:83
137
+ msgid "Bouvet Island"
138
+ msgstr ""
139
+
140
+ #: the-events-calendar.php:84
141
+ msgid "Brazil"
142
+ msgstr ""
143
+
144
+ #: the-events-calendar.php:85
145
+ msgid "British Indian Ocean Territory"
146
+ msgstr ""
147
+
148
+ #: the-events-calendar.php:86
149
+ msgid "Brunei Darussalam"
150
+ msgstr ""
151
+
152
+ #: the-events-calendar.php:87
153
+ msgid "Bulgaria"
154
+ msgstr ""
155
+
156
+ #: the-events-calendar.php:88
157
+ msgid "Burkina Faso"
158
+ msgstr ""
159
+
160
+ #: the-events-calendar.php:89
161
+ msgid "Burundi"
162
+ msgstr ""
163
+
164
+ #: the-events-calendar.php:90
165
+ msgid "Cambodia"
166
+ msgstr ""
167
+
168
+ #: the-events-calendar.php:91
169
+ msgid "Cameroon"
170
+ msgstr ""
171
+
172
+ #: the-events-calendar.php:92
173
+ msgid "Canada"
174
+ msgstr ""
175
+
176
+ #: the-events-calendar.php:93
177
+ msgid "Cape Verde"
178
+ msgstr ""
179
+
180
+ #: the-events-calendar.php:94
181
+ msgid "Cayman Islands"
182
+ msgstr ""
183
+
184
+ #: the-events-calendar.php:95
185
+ msgid "Central African Republic"
186
+ msgstr ""
187
+
188
+ #: the-events-calendar.php:96
189
+ msgid "Chad"
190
+ msgstr ""
191
+
192
+ #: the-events-calendar.php:97
193
+ msgid "Chile"
194
+ msgstr ""
195
+
196
+ #: the-events-calendar.php:98
197
+ msgid "China"
198
+ msgstr ""
199
+
200
+ #: the-events-calendar.php:99
201
+ msgid "Christmas Island"
202
+ msgstr ""
203
+
204
+ #: the-events-calendar.php:100
205
+ msgid "Cocos (Keeling) Islands"
206
+ msgstr ""
207
+
208
+ #: the-events-calendar.php:101
209
+ msgid "Colombia"
210
+ msgstr ""
211
+
212
+ #: the-events-calendar.php:102
213
+ msgid "Comoros"
214
+ msgstr ""
215
+
216
+ #: the-events-calendar.php:103
217
+ msgid "Congo"
218
+ msgstr ""
219
+
220
+ #: the-events-calendar.php:104
221
+ msgid "Congo, The Democratic Republic Of The"
222
+ msgstr ""
223
+
224
+ #: the-events-calendar.php:105
225
+ msgid "Cook Islands"
226
+ msgstr ""
227
+
228
+ #: the-events-calendar.php:106
229
+ msgid "Costa Rica"
230
+ msgstr ""
231
+
232
+ #: the-events-calendar.php:107
233
+ msgid "Cote D'Ivoire"
234
+ msgstr ""
235
+
236
+ #: the-events-calendar.php:108
237
+ msgid "Croatia (Local Name: Hrvatska)"
238
+ msgstr ""
239
+
240
+ #: the-events-calendar.php:109
241
+ msgid "Cuba"
242
+ msgstr ""
243
+
244
+ #: the-events-calendar.php:110
245
+ msgid "Cyprus"
246
+ msgstr ""
247
+
248
+ #: the-events-calendar.php:111
249
+ msgid "Czech Republic"
250
+ msgstr "Česká republika"
251
+
252
+ #: the-events-calendar.php:112
253
+ msgid "Denmark"
254
+ msgstr ""
255
+
256
+ #: the-events-calendar.php:113
257
+ msgid "Djibouti"
258
+ msgstr ""
259
+
260
+ #: the-events-calendar.php:114
261
+ msgid "Dominica"
262
+ msgstr ""
263
+
264
+ #: the-events-calendar.php:115
265
+ msgid "Dominican Republic"
266
+ msgstr ""
267
+
268
+ #: the-events-calendar.php:116
269
+ msgid "East Timor"
270
+ msgstr ""
271
+
272
+ #: the-events-calendar.php:117
273
+ msgid "Ecuador"
274
+ msgstr ""
275
+
276
+ #: the-events-calendar.php:118
277
+ msgid "Egypt"
278
+ msgstr ""
279
+
280
+ #: the-events-calendar.php:119
281
+ msgid "El Salvador"
282
+ msgstr ""
283
+
284
+ #: the-events-calendar.php:120
285
+ msgid "Equatorial Guinea"
286
+ msgstr ""
287
+
288
+ #: the-events-calendar.php:121
289
+ msgid "Eritrea"
290
+ msgstr ""
291
+
292
+ #: the-events-calendar.php:122
293
+ msgid "Estonia"
294
+ msgstr ""
295
+
296
+ #: the-events-calendar.php:123
297
+ msgid "Ethiopia"
298
+ msgstr ""
299
+
300
+ #: the-events-calendar.php:124
301
+ msgid "Falkland Islands (Malvinas)"
302
+ msgstr ""
303
+
304
+ #: the-events-calendar.php:125
305
+ msgid "Faroe Islands"
306
+ msgstr ""
307
+
308
+ #: the-events-calendar.php:126
309
+ msgid "Fiji"
310
+ msgstr ""
311
+
312
+ #: the-events-calendar.php:127
313
+ msgid "Finland"
314
+ msgstr ""
315
+
316
+ #: the-events-calendar.php:128
317
+ msgid "France"
318
+ msgstr ""
319
+
320
+ #: the-events-calendar.php:129
321
+ msgid "France, Metropolitan"
322
+ msgstr ""
323
+
324
+ #: the-events-calendar.php:130
325
+ msgid "French Guiana"
326
+ msgstr ""
327
+
328
+ #: the-events-calendar.php:131
329
+ msgid "French Polynesia"
330
+ msgstr ""
331
+
332
+ #: the-events-calendar.php:132
333
+ msgid "French Southern Territories"
334
+ msgstr ""
335
+
336
+ #: the-events-calendar.php:133
337
+ msgid "Gabon"
338
+ msgstr ""
339
+
340
+ #: the-events-calendar.php:134
341
+ msgid "Gambia"
342
+ msgstr ""
343
+
344
+ #: the-events-calendar.php:135
345
+ #: views/events-meta-box.php:282
346
+ msgid "Georgia"
347
+ msgstr ""
348
+
349
+ #: the-events-calendar.php:136
350
+ msgid "Germany"
351
+ msgstr ""
352
+
353
+ #: the-events-calendar.php:137
354
+ msgid "Ghana"
355
+ msgstr ""
356
+
357
+ #: the-events-calendar.php:138
358
+ msgid "Gibraltar"
359
+ msgstr ""
360
+
361
+ #: the-events-calendar.php:139
362
+ msgid "Greece"
363
+ msgstr ""
364
+
365
+ #: the-events-calendar.php:140
366
+ msgid "Greenland"
367
+ msgstr ""
368
+
369
+ #: the-events-calendar.php:141
370
+ msgid "Grenada"
371
+ msgstr ""
372
+
373
+ #: the-events-calendar.php:142
374
+ msgid "Guadeloupe"
375
+ msgstr ""
376
+
377
+ #: the-events-calendar.php:143
378
+ msgid "Guam"
379
+ msgstr ""
380
+
381
+ #: the-events-calendar.php:144
382
+ msgid "Guatemala"
383
+ msgstr ""
384
+
385
+ #: the-events-calendar.php:145
386
+ msgid "Guinea"
387
+ msgstr ""
388
+
389
+ #: the-events-calendar.php:146
390
+ msgid "Guinea-Bissau"
391
+ msgstr ""
392
+
393
+ #: the-events-calendar.php:147
394
+ msgid "Guyana"
395
+ msgstr ""
396
+
397
+ #: the-events-calendar.php:148
398
+ msgid "Haiti"
399
+ msgstr ""
400
+
401
+ #: the-events-calendar.php:149
402
+ msgid "Heard And Mc Donald Islands"
403
+ msgstr ""
404
+
405
+ #: the-events-calendar.php:150
406
+ msgid "Holy See (Vatican City State)"
407
+ msgstr ""
408
+
409
+ #: the-events-calendar.php:151
410
+ msgid "Honduras"
411
+ msgstr ""
412
+
413
+ #: the-events-calendar.php:152
414
+ msgid "Hong Kong"
415
+ msgstr ""
416
+
417
+ #: the-events-calendar.php:153
418
+ msgid "Hungary"
419
+ msgstr ""
420
+
421
+ #: the-events-calendar.php:154
422
+ msgid "Iceland"
423
+ msgstr ""
424
+
425
+ #: the-events-calendar.php:155
426
+ msgid "India"
427
+ msgstr ""
428
+
429
+ #: the-events-calendar.php:156
430
+ msgid "Indonesia"
431
+ msgstr ""
432
+
433
+ #: the-events-calendar.php:157
434
+ msgid "Iran (Islamic Republic Of)"
435
+ msgstr ""
436
+
437
+ #: the-events-calendar.php:158
438
+ msgid "Iraq"
439
+ msgstr ""
440
+
441
+ #: the-events-calendar.php:159
442
+ msgid "Ireland"
443
+ msgstr ""
444
+
445
+ #: the-events-calendar.php:160
446
+ msgid "Israel"
447
+ msgstr ""
448
+
449
+ #: the-events-calendar.php:161
450
+ msgid "Italy"
451
+ msgstr ""
452
+
453
+ #: the-events-calendar.php:162
454
+ msgid "Jamaica"
455
+ msgstr ""
456
+
457
+ #: the-events-calendar.php:163
458
+ msgid "Japan"
459
+ msgstr ""
460
+
461
+ #: the-events-calendar.php:164
462
+ msgid "Jordan"
463
+ msgstr ""
464
+
465
+ #: the-events-calendar.php:165
466
+ msgid "Kazakhstan"
467
+ msgstr ""
468
+
469
+ #: the-events-calendar.php:166
470
+ msgid "Kenya"
471
+ msgstr ""
472
+
473
+ #: the-events-calendar.php:167
474
+ msgid "Kiribati"
475
+ msgstr ""
476
+
477
+ #: the-events-calendar.php:168
478
+ msgid "Korea, Democratic People's Republic Of"
479
+ msgstr ""
480
+
481
+ #: the-events-calendar.php:169
482
+ msgid "Korea, Republic Of"
483
+ msgstr ""
484
+
485
+ #: the-events-calendar.php:170
486
+ msgid "Kuwait"
487
+ msgstr ""
488
+
489
+ #: the-events-calendar.php:171
490
+ msgid "Kyrgyzstan"
491
+ msgstr ""
492
+
493
+ #: the-events-calendar.php:172
494
+ msgid "Lao People's Democratic Republic"
495
+ msgstr ""
496
+
497
+ #: the-events-calendar.php:173
498
+ msgid "Latvia"
499
+ msgstr ""
500
+
501
+ #: the-events-calendar.php:174
502
+ msgid "Lebanon"
503
+ msgstr ""
504
+
505
+ #: the-events-calendar.php:175
506
+ msgid "Lesotho"
507
+ msgstr ""
508
+
509
+ #: the-events-calendar.php:176
510
+ msgid "Liberia"
511
+ msgstr ""
512
+
513
+ #: the-events-calendar.php:177
514
+ msgid "Libyan Arab Jamahiriya"
515
+ msgstr ""
516
+
517
+ #: the-events-calendar.php:178
518
+ msgid "Liechtenstein"
519
+ msgstr ""
520
+
521
+ #: the-events-calendar.php:179
522
+ msgid "Lithuania"
523
+ msgstr ""
524
+
525
+ #: the-events-calendar.php:180
526
+ msgid "Luxembourg"
527
+ msgstr ""
528
+
529
+ #: the-events-calendar.php:181
530
+ msgid "Macau"
531
+ msgstr ""
532
+
533
+ #: the-events-calendar.php:182
534
+ msgid "Macedonia, Former Yugoslav Republic Of"
535
+ msgstr ""
536
+
537
+ #: the-events-calendar.php:183
538
+ msgid "Madagascar"
539
+ msgstr ""
540
+
541
+ #: the-events-calendar.php:184
542
+ msgid "Malawi"
543
+ msgstr ""
544
+
545
+ #: the-events-calendar.php:185
546
+ msgid "Malaysia"
547
+ msgstr ""
548
+
549
+ #: the-events-calendar.php:186
550
+ msgid "Maldives"
551
+ msgstr ""
552
+
553
+ #: the-events-calendar.php:187
554
+ msgid "Mali"
555
+ msgstr ""
556
+
557
+ #: the-events-calendar.php:188
558
+ msgid "Malta"
559
+ msgstr ""
560
+
561
+ #: the-events-calendar.php:189
562
+ msgid "Marshall Islands"
563
+ msgstr ""
564
+
565
+ #: the-events-calendar.php:190
566
+ msgid "Martinique"
567
+ msgstr ""
568
+
569
+ #: the-events-calendar.php:191
570
+ msgid "Mauritania"
571
+ msgstr ""
572
+
573
+ #: the-events-calendar.php:192
574
+ msgid "Mauritius"
575
+ msgstr ""
576
+
577
+ #: the-events-calendar.php:193
578
+ msgid "Mayotte"
579
+ msgstr ""
580
+
581
+ #: the-events-calendar.php:194
582
+ msgid "Mexico"
583
+ msgstr ""
584
+
585
+ #: the-events-calendar.php:195
586
+ msgid "Micronesia, Federated States Of"
587
+ msgstr ""
588
+
589
+ #: the-events-calendar.php:196
590
+ msgid "Moldova, Republic Of"
591
+ msgstr ""
592
+
593
+ #: the-events-calendar.php:197
594
+ msgid "Monaco"
595
+ msgstr ""
596
+
597
+ #: the-events-calendar.php:198
598
+ msgid "Mongolia"
599
+ msgstr ""
600
+
601
+ #: the-events-calendar.php:199
602
+ msgid "Montserrat"
603
+ msgstr ""
604
+
605
+ #: the-events-calendar.php:200
606
+ msgid "Morocco"
607
+ msgstr ""
608
+
609
+ #: the-events-calendar.php:201
610
+ msgid "Mozambique"
611
+ msgstr ""
612
+
613
+ #: the-events-calendar.php:202
614
+ msgid "Myanmar"
615
+ msgstr ""
616
+
617
+ #: the-events-calendar.php:203
618
+ msgid "Namibia"
619
+ msgstr ""
620
+
621
+ #: the-events-calendar.php:204
622
+ msgid "Nauru"
623
+ msgstr ""
624
+
625
+ #: the-events-calendar.php:205
626
+ msgid "Nepal"
627
+ msgstr ""
628
+
629
+ #: the-events-calendar.php:206
630
+ msgid "Netherlands"
631
+ msgstr ""
632
+
633
+ #: the-events-calendar.php:207
634
+ msgid "Netherlands Antilles"
635
+ msgstr ""
636
+
637
+ #: the-events-calendar.php:208
638
+ msgid "New Caledonia"
639
+ msgstr ""
640
+
641
+ #: the-events-calendar.php:209
642
+ msgid "New Zealand"
643
+ msgstr ""
644
+
645
+ #: the-events-calendar.php:210
646
+ msgid "Nicaragua"
647
+ msgstr ""
648
+
649
+ #: the-events-calendar.php:211
650
+ msgid "Niger"
651
+ msgstr ""
652
+
653
+ #: the-events-calendar.php:212
654
+ msgid "Nigeria"
655
+ msgstr ""
656
+
657
+ #: the-events-calendar.php:213
658
+ msgid "Niue"
659
+ msgstr ""
660
+
661
+ #: the-events-calendar.php:214
662
+ msgid "Norfolk Island"
663
+ msgstr ""
664
+
665
+ #: the-events-calendar.php:215
666
+ msgid "Northern Mariana Islands"
667
+ msgstr ""
668
+
669
+ #: the-events-calendar.php:216
670
+ msgid "Norway"
671
+ msgstr ""
672
+
673
+ #: the-events-calendar.php:217
674
+ msgid "Oman"
675
+ msgstr ""
676
+
677
+ #: the-events-calendar.php:218
678
+ msgid "Pakistan"
679
+ msgstr ""
680
+
681
+ #: the-events-calendar.php:219
682
+ msgid "Palau"
683
+ msgstr ""
684
+
685
+ #: the-events-calendar.php:220
686
+ msgid "Panama"
687
+ msgstr ""
688
+
689
+ #: the-events-calendar.php:221
690
+ msgid "Papua New Guinea"
691
+ msgstr ""
692
+
693
+ #: the-events-calendar.php:222
694
+ msgid "Paraguay"
695
+ msgstr ""
696
+
697
+ #: the-events-calendar.php:223
698
+ msgid "Peru"
699
+ msgstr ""
700
+
701
+ #: the-events-calendar.php:224
702
+ msgid "Philippines"
703
+ msgstr ""
704
+
705
+ #: the-events-calendar.php:225
706
+ msgid "Pitcairn"
707
+ msgstr ""
708
+
709
+ #: the-events-calendar.php:226
710
+ msgid "Poland"
711
+ msgstr ""
712
+
713
+ #: the-events-calendar.php:227
714
+ msgid "Portugal"
715
+ msgstr ""
716
+
717
+ #: the-events-calendar.php:228
718
+ msgid "Puerto Rico"
719
+ msgstr ""
720
+
721
+ #: the-events-calendar.php:229
722
+ msgid "Qatar"
723
+ msgstr ""
724
+
725
+ #: the-events-calendar.php:230
726
+ msgid "Reunion"
727
+ msgstr ""
728
+
729
+ #: the-events-calendar.php:231
730
+ msgid "Romania"
731
+ msgstr ""
732
+
733
+ #: the-events-calendar.php:232
734
+ msgid "Russian Federation"
735
+ msgstr ""
736
+
737
+ #: the-events-calendar.php:233
738
+ msgid "Rwanda"
739
+ msgstr ""
740
+
741
+ #: the-events-calendar.php:234
742
+ msgid "Saint Kitts And Nevis"
743
+ msgstr ""
744
+
745
+ #: the-events-calendar.php:235
746
+ msgid "Saint Lucia"
747
+ msgstr ""
748
+
749
+ #: the-events-calendar.php:236
750
+ msgid "Saint Vincent And The Grenadines"
751
+ msgstr ""
752
+
753
+ #: the-events-calendar.php:237
754
+ msgid "Samoa"
755
+ msgstr ""
756
+
757
+ #: the-events-calendar.php:238
758
+ msgid "San Marino"
759
+ msgstr ""
760
+
761
+ #: the-events-calendar.php:239
762
+ msgid "Sao Tome And Principe"
763
+ msgstr ""
764
+
765
+ #: the-events-calendar.php:240
766
+ msgid "Saudi Arabia"
767
+ msgstr ""
768
+
769
+ #: the-events-calendar.php:241
770
+ msgid "Senegal"
771
+ msgstr ""
772
+
773
+ #: the-events-calendar.php:242
774
+ msgid "Seychelles"
775
+ msgstr ""
776
+
777
+ #: the-events-calendar.php:243
778
+ msgid "Sierra Leone"
779
+ msgstr ""
780
+
781
+ #: the-events-calendar.php:244
782
+ msgid "Singapore"
783
+ msgstr ""
784
+
785
+ #: the-events-calendar.php:245
786
+ msgid "Slovakia (Slovak Republic)"
787
+ msgstr ""
788
+
789
+ #: the-events-calendar.php:246
790
+ msgid "Slovenia"
791
+ msgstr ""
792
+
793
+ #: the-events-calendar.php:247
794
+ msgid "Solomon Islands"
795
+ msgstr ""
796
+
797
+ #: the-events-calendar.php:248
798
+ msgid "Somalia"
799
+ msgstr ""
800
+
801
+ #: the-events-calendar.php:249
802
+ msgid "South Africa"
803
+ msgstr ""
804
+
805
+ #: the-events-calendar.php:250
806
+ msgid "South Georgia, South Sandwich Islands"
807
+ msgstr ""
808
+
809
+ #: the-events-calendar.php:251
810
+ msgid "Spain"
811
+ msgstr ""
812
+
813
+ #: the-events-calendar.php:252
814
+ msgid "Sri Lanka"
815
+ msgstr ""
816
+
817
+ #: the-events-calendar.php:253
818
+ msgid "St. Helena"
819
+ msgstr ""
820
+
821
+ #: the-events-calendar.php:254
822
+ msgid "St. Pierre And Miquelon"
823
+ msgstr ""
824
+
825
+ #: the-events-calendar.php:255
826
+ msgid "Sudan"
827
+ msgstr ""
828
+
829
+ #: the-events-calendar.php:256
830
+ msgid "Suriname"
831
+ msgstr ""
832
+
833
+ #: the-events-calendar.php:257
834
+ msgid "Svalbard And Jan Mayen Islands"
835
+ msgstr ""
836
+
837
+ #: the-events-calendar.php:258
838
+ msgid "Swaziland"
839
+ msgstr ""
840
+
841
+ #: the-events-calendar.php:259
842
+ msgid "Sweden"
843
+ msgstr ""
844
+
845
+ #: the-events-calendar.php:260
846
+ msgid "Switzerland"
847
+ msgstr ""
848
+
849
+ #: the-events-calendar.php:261
850
+ msgid "Syrian Arab Republic"
851
+ msgstr ""
852
+
853
+ #: the-events-calendar.php:262
854
+ msgid "Taiwan"
855
+ msgstr "Taiwan"
856
+
857
+ #: the-events-calendar.php:263
858
+ msgid "Tajikistan"
859
+ msgstr "Tajikistan"
860
+
861
+ #: the-events-calendar.php:264
862
+ msgid "Tanzania, United Republic Of"
863
+ msgstr "Tanzania, United Republic Of"
864
+
865
+ #: the-events-calendar.php:265
866
+ msgid "Thailand"
867
+ msgstr "Thailand"
868
+
869
+ #: the-events-calendar.php:266
870
+ msgid "Togo"
871
+ msgstr "Togo"
872
+
873
+ #: the-events-calendar.php:267
874
+ msgid "Tokelau"
875
+ msgstr "Tokelau"
876
+
877
+ #: the-events-calendar.php:268
878
+ msgid "Tonga"
879
+ msgstr "Tonga"
880
+
881
+ #: the-events-calendar.php:269
882
+ msgid "Trinidad And Tobago"
883
+ msgstr "Trinidad And Tobago"
884
+
885
+ #: the-events-calendar.php:270
886
+ msgid "Tunisia"
887
+ msgstr "Tunisia"
888
+
889
+ #: the-events-calendar.php:271
890
+ msgid "Turkey"
891
+ msgstr "Turkey"
892
+
893
+ #: the-events-calendar.php:272
894
+ msgid "Turkmenistan"
895
+ msgstr "Turkmenistan"
896
+
897
+ #: the-events-calendar.php:273
898
+ msgid "Turks And Caicos Islands"
899
+ msgstr "Turks And Caicos Islands"
900
+
901
+ #: the-events-calendar.php:274
902
+ msgid "Tuvalu"
903
+ msgstr "Tuvalu"
904
+
905
+ #: the-events-calendar.php:275
906
+ msgid "Uganda"
907
+ msgstr "Uganda"
908
+
909
+ #: the-events-calendar.php:276
910
+ msgid "Ukraine"
911
+ msgstr "Ukraine"
912
+
913
+ #: the-events-calendar.php:277
914
+ msgid "United Arab Emirates"
915
+ msgstr "United Arab Emirates"
916
+
917
+ #: the-events-calendar.php:278
918
+ msgid "United Kingdom"
919
+ msgstr "United Kingdom"
920
+
921
+ #: the-events-calendar.php:279
922
+ msgid "United States Minor Outlying Islands"
923
+ msgstr "United States Minor Outlying Islands"
924
+
925
+ #: the-events-calendar.php:280
926
+ msgid "Uruguay"
927
+ msgstr "Uruguay"
928
+
929
+ #: the-events-calendar.php:281
930
+ msgid "Uzbekistan"
931
+ msgstr "Uzbekistan"
932
+
933
+ #: the-events-calendar.php:282
934
+ msgid "Vanuatu"
935
+ msgstr "Vanuatu"
936
+
937
+ #: the-events-calendar.php:283
938
+ msgid "Venezuela"
939
+ msgstr "Venezuela"
940
+
941
+ #: the-events-calendar.php:284
942
+ msgid "Viet Nam"
943
+ msgstr "Viet Nam"
944
+
945
+ #: the-events-calendar.php:285
946
+ msgid "Virgin Islands (British)"
947
+ msgstr "Virgin Islands (British)"
948
+
949
+ #: the-events-calendar.php:286
950
+ msgid "Virgin Islands (U.S.)"
951
+ msgstr "Virgin Islands (U.S.)"
952
+
953
+ #: the-events-calendar.php:287
954
+ msgid "Wallis And Futuna Islands"
955
+ msgstr "Wallis And Futuna Islands"
956
+
957
+ #: the-events-calendar.php:288
958
+ msgid "Western Sahara"
959
+ msgstr "Western Sahara"
960
+
961
+ #: the-events-calendar.php:289
962
+ msgid "Yemen"
963
+ msgstr "Yemen"
964
+
965
+ #: the-events-calendar.php:290
966
+ msgid "Yugoslavia"
967
+ msgstr "Yugoslavia"
968
+
969
+ #: the-events-calendar.php:291
970
+ msgid "Zambia"
971
+ msgstr "Zambia"
972
+
973
+ #: the-events-calendar.php:292
974
+ msgid "Zimbabwe"
975
+ msgstr "Zimbabwe"
976
+
977
+ #: the-events-calendar.php:494
978
+ msgid "January"
979
+ msgstr "Leden"
980
+
981
+ #: the-events-calendar.php:495
982
+ msgid "February"
983
+ msgstr "Únor"
984
+
985
+ #: the-events-calendar.php:496
986
+ msgid "March"
987
+ msgstr "Březen"
988
+
989
+ #: the-events-calendar.php:497
990
+ msgid "April"
991
+ msgstr "Duben"
992
+
993
+ #: the-events-calendar.php:498
994
+ msgid "May"
995
+ msgstr "Květen"
996
+
997
+ #: the-events-calendar.php:499
998
+ msgid "June"
999
+ msgstr "Červen"
1000
+
1001
+ #: the-events-calendar.php:500
1002
+ msgid "July"
1003
+ msgstr "červenec"
1004
+
1005
+ #: the-events-calendar.php:501
1006
+ msgid "August"
1007
+ msgstr "Srpen"
1008
+
1009
+ #: the-events-calendar.php:502
1010
+ msgid "September"
1011
+ msgstr "Září"
1012
+
1013
+ #: the-events-calendar.php:503
1014
+ msgid "October"
1015
+ msgstr "Říjen"
1016
+
1017
+ #: the-events-calendar.php:504
1018
+ msgid "November"
1019
+ msgstr "Listopad"
1020
+
1021
+ #: the-events-calendar.php:505
1022
+ msgid "December"
1023
+ msgstr "Prosinec"
1024
+
1025
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.5.4) #-#-#-#-#
1026
+ #. Plugin Name of an extension
1027
+ #: the-events-calendar.php:937
1028
+ msgid "The Events Calendar"
1029
+ msgstr "Kalendář událostí"
1030
+
1031
+ #: the-events-calendar.php:1916
1032
+ msgid "A widget that displays the next upcoming x events."
1033
+ msgstr "Widget, který zobrazuje x nadcházejících událostí"
1034
+
1035
+ #: the-events-calendar.php:1958
1036
+ msgid "View All Events"
1037
+ msgstr "Zobrazit všechny události"
1038
+
1039
+ #: the-events-calendar.php:2039
1040
+ msgid "A calendar of your events"
1041
+ msgstr "Kalendář Vašich událostí"
1042
+
1043
+ #: the-events-calendar.php:2040
1044
+ msgid "Events Calendar"
1045
+ msgstr "Kalendář událostí"
1046
+
1047
+ #: the-events-calendar.php:2066
1048
+ #: views/events-list-load-widget-admin.php:2
1049
+ msgid "Title:"
1050
+ msgstr "Titulek:"
1051
+
1052
+ #: views/events-list-load-widget-admin.php:7
1053
+ msgid "Show:"
1054
+ msgstr "Ukázat:"
1055
+
1056
+ #: views/events-list-load-widget-admin.php:16
1057
+ msgid "Display:"
1058
+ msgstr "Zobrazit:"
1059
+
1060
+ #: views/events-list-load-widget-admin.php:19
1061
+ msgid "Start Date & Time"
1062
+ msgstr "Začátek Datum & Čas"
1063
+
1064
+ #: views/events-list-load-widget-admin.php:20
1065
+ msgid "End Date & Time"
1066
+ msgstr "Konec Datum & Čas"
1067
+
1068
+ #: views/events-list-load-widget-admin.php:21
1069
+ msgid "Venue"
1070
+ msgstr "Místo"
1071
+
1072
+ #: views/events-list-load-widget-admin.php:22
1073
+ msgid "Address"
1074
+ msgstr "Adresa"
1075
+
1076
+ #: views/events-list-load-widget-admin.php:23
1077
+ msgid "City"
1078
+ msgstr "Město"
1079
+
1080
+ #: views/events-list-load-widget-admin.php:24
1081
+ msgid "State (US)"
1082
+ msgstr "Stát (USA)"
1083
+
1084
+ #: views/events-list-load-widget-admin.php:25
1085
+ msgid "Province (Int)"
1086
+ msgstr "Provincie"
1087
+
1088
+ #: views/events-list-load-widget-admin.php:26
1089
+ msgid "Postal Code"
1090
+ msgstr "PSČ"
1091
+
1092
+ #: views/events-list-load-widget-admin.php:27
1093
+ msgid "Country"
1094
+ msgstr "Země"
1095
+
1096
+ #: views/events-list-load-widget-admin.php:28
1097
+ msgid "Phone"
1098
+ msgstr "Telefon"
1099
+
1100
+ #: views/events-list-load-widget-admin.php:29
1101
+ msgid "Price"
1102
+ msgstr "Cena"
1103
+
1104
+ #: views/events-list-load-widget-display.php:48
1105
+ msgid "More Info"
1106
+ msgstr "Více informací"
1107
+
1108
+ #: views/events-meta-box.php:153
1109
+ msgid "Is this post an event?"
1110
+ msgstr "Je tento příspěvek událostí?"
1111
+
1112
+ #: views/events-meta-box.php:154
1113
+ #: views/events-options.php:157
1114
+ msgid "Yes"
1115
+ msgstr "Ano"
1116
+
1117
+ #: views/events-meta-box.php:155
1118
+ #: views/events-options.php:161
1119
+ msgid "No"
1120
+ msgstr "Ne"
1121
+
1122
+ #: views/events-meta-box.php:162
1123
+ msgid "Event Time &amp; Date"
1124
+ msgstr "Čas události &amp; Date"
1125
+
1126
+ #: views/events-meta-box.php:165
1127
+ msgid "All day event?"
1128
+ msgstr "Celodenní událost?"
1129
+
1130
+ #: views/events-meta-box.php:169
1131
+ msgid "Start Date / Time:"
1132
+ msgstr "Začátek Datum / Čas:"
1133
+
1134
+ #: views/events-meta-box.php:183
1135
+ #: views/events-meta-box.php:213
1136
+ msgid "@"
1137
+ msgstr "@"
1138
+
1139
+ #: views/events-meta-box.php:199
1140
+ msgid "End Date / Time:"
1141
+ msgstr "Konec Datum / Čas"
1142
+
1143
+ #: views/events-meta-box.php:229
1144
+ msgid "Event Location Details"
1145
+ msgstr "Detaily o místě události"
1146
+
1147
+ #: views/events-meta-box.php:232
1148
+ #: views/list.php:45
1149
+ #: views/single.php:26
1150
+ msgid "Venue:"
1151
+ msgstr "Místo:"
1152
+
1153
+ #: views/events-meta-box.php:238
1154
+ msgid "Country:"
1155
+ msgstr "Země:"
1156
+
1157
+ #: views/events-meta-box.php:255
1158
+ #: views/list.php:63
1159
+ #: views/single.php:30
1160
+ msgid "Address:"
1161
+ msgstr "Adresa:"
1162
+
1163
+ #: views/events-meta-box.php:259
1164
+ msgid "City:"
1165
+ msgstr "Město:"
1166
+
1167
+ #: views/events-meta-box.php:263
1168
+ msgid "Province:"
1169
+ msgstr "Provincie:"
1170
+
1171
+ #: views/events-meta-box.php:267
1172
+ msgid "State:"
1173
+ msgstr "Stát:"
1174
+
1175
+ #: views/events-meta-box.php:270
1176
+ msgid "Select a State:"
1177
+ msgstr "Vyberte stát:"
1178
+
1179
+ #: views/events-meta-box.php:272
1180
+ msgid "Alabama"
1181
+ msgstr "Alabama"
1182
+
1183
+ #: views/events-meta-box.php:273
1184
+ msgid "Alaska"
1185
+ msgstr "Alaska"
1186
+
1187
+ #: views/events-meta-box.php:274
1188
+ msgid "Arizona"
1189
+ msgstr "Arizona"
1190
+
1191
+ #: views/events-meta-box.php:275
1192
+ msgid "Arkansas"
1193
+ msgstr "Arkansas"
1194
+
1195
+ #: views/events-meta-box.php:276
1196
+ msgid "California"
1197
+ msgstr "California"
1198
+
1199
+ #: views/events-meta-box.php:277
1200
+ msgid "Colorado"
1201
+ msgstr "Colorado"
1202
+
1203
+ #: views/events-meta-box.php:278
1204
+ msgid "Connecticut"
1205
+ msgstr "Connecticut"
1206
+
1207
+ #: views/events-meta-box.php:279
1208
+ msgid "Delaware"
1209
+ msgstr "Delaware"
1210
+
1211
+ #: views/events-meta-box.php:280
1212
+ msgid "District of Columbia"
1213
+ msgstr "District of Columbia"
1214
+
1215
+ #: views/events-meta-box.php:281
1216
+ msgid "Florida"
1217
+ msgstr "Florida"
1218
+
1219
+ #: views/events-meta-box.php:283
1220
+ msgid "Hawaii"
1221
+ msgstr "Hawaii"
1222
+
1223
+ #: views/events-meta-box.php:284
1224
+ msgid "Idaho"
1225
+ msgstr "Idaho"
1226
+
1227
+ #: views/events-meta-box.php:285
1228
+ msgid "Illinois"
1229
+ msgstr "Illinois"
1230
+
1231
+ #: views/events-meta-box.php:286
1232
+ msgid "Indiana"
1233
+ msgstr "Indiana"
1234
+
1235
+ #: views/events-meta-box.php:287
1236
+ msgid "Iowa"
1237
+ msgstr "Iowa"
1238
+
1239
+ #: views/events-meta-box.php:288
1240
+ msgid "Kansas"
1241
+ msgstr "Kansas"
1242
+
1243
+ #: views/events-meta-box.php:289
1244
+ msgid "Kentucky"
1245
+ msgstr ""
1246
+
1247
+ #: views/events-meta-box.php:290
1248
+ msgid "Louisiana"
1249
+ msgstr ""
1250
+
1251
+ #: views/events-meta-box.php:291
1252
+ msgid "Maine"
1253
+ msgstr ""
1254
+
1255
+ #: views/events-meta-box.php:292
1256
+ msgid "Maryland"
1257
+ msgstr ""
1258
+
1259
+ #: views/events-meta-box.php:293
1260
+ msgid "Massachusetts"
1261
+ msgstr ""
1262
+
1263
+ #: views/events-meta-box.php:294
1264
+ msgid "Michigan"
1265
+ msgstr ""
1266
+
1267
+ #: views/events-meta-box.php:295
1268
+ msgid "Minnesota"
1269
+ msgstr ""
1270
+
1271
+ #: views/events-meta-box.php:296
1272
+ msgid "Mississippi"
1273
+ msgstr ""
1274
+
1275
+ #: views/events-meta-box.php:297
1276
+ msgid "Missouri"
1277
+ msgstr ""
1278
+
1279
+ #: views/events-meta-box.php:298
1280
+ msgid "Montana"
1281
+ msgstr ""
1282
+
1283
+ #: views/events-meta-box.php:299
1284
+ msgid "Nebraska"
1285
+ msgstr ""
1286
+
1287
+ #: views/events-meta-box.php:300
1288
+ msgid "Nevada"
1289
+ msgstr ""
1290
+
1291
+ #: views/events-meta-box.php:301
1292
+ msgid "New Hampshire"
1293
+ msgstr ""
1294
+
1295
+ #: views/events-meta-box.php:302
1296
+ msgid "New Jersey"
1297
+ msgstr ""
1298
+
1299
+ #: views/events-meta-box.php:303
1300
+ msgid "New Mexico"
1301
+ msgstr ""
1302
+
1303
+ #: views/events-meta-box.php:304
1304
+ msgid "New York"
1305
+ msgstr ""
1306
+
1307
+ #: views/events-meta-box.php:305
1308
+ msgid "North Carolina"
1309
+ msgstr ""
1310
+
1311
+ #: views/events-meta-box.php:306
1312
+ msgid "North Dakota"
1313
+ msgstr ""
1314
+
1315
+ #: views/events-meta-box.php:307
1316
+ msgid "Ohio"
1317
+ msgstr ""
1318
+
1319
+ #: views/events-meta-box.php:308
1320
+ msgid "Oklahoma"
1321
+ msgstr ""
1322
+
1323
+ #: views/events-meta-box.php:309
1324
+ msgid "Oregon"
1325
+ msgstr ""
1326
+
1327
+ #: views/events-meta-box.php:310
1328
+ msgid "Pennsylvania"
1329
+ msgstr ""
1330
+
1331
+ #: views/events-meta-box.php:311
1332
+ msgid "Rhode Island"
1333
+ msgstr ""
1334
+
1335
+ #: views/events-meta-box.php:312
1336
+ msgid "South Carolina"
1337
+ msgstr ""
1338
+
1339
+ #: views/events-meta-box.php:313
1340
+ msgid "South Dakota"
1341
+ msgstr ""
1342
+
1343
+ #: views/events-meta-box.php:314
1344
+ msgid "Tennessee"
1345
+ msgstr ""
1346
+
1347
+ #: views/events-meta-box.php:315
1348
+ msgid "Texas"
1349
+ msgstr ""
1350
+
1351
+ #: views/events-meta-box.php:316
1352
+ msgid "Utah"
1353
+ msgstr ""
1354
+
1355
+ #: views/events-meta-box.php:317
1356
+ msgid "Vermont"
1357
+ msgstr ""
1358
+
1359
+ #: views/events-meta-box.php:318
1360
+ msgid "Virginia"
1361
+ msgstr ""
1362
+
1363
+ #: views/events-meta-box.php:319
1364
+ msgid "Washington"
1365
+ msgstr ""
1366
+
1367
+ #: views/events-meta-box.php:320
1368
+ msgid "West Virginia"
1369
+ msgstr ""
1370
+
1371
+ #: views/events-meta-box.php:321
1372
+ msgid "Wisconsin"
1373
+ msgstr ""
1374
+
1375
+ #: views/events-meta-box.php:322
1376
+ msgid "Wyoming"
1377
+ msgstr ""
1378
+
1379
+ #: views/events-meta-box.php:336
1380
+ msgid "Postal Code:"
1381
+ msgstr "PSČ:"
1382
+
1383
+ #: views/events-meta-box.php:340
1384
+ #: views/list.php:54
1385
+ msgid "Phone:"
1386
+ msgstr "Telefon:"
1387
+
1388
+ #: views/events-meta-box.php:344
1389
+ msgid "Event Cost"
1390
+ msgstr "Účastnický poplatek:"
1391
+
1392
+ #: views/events-meta-box.php:347
1393
+ #: views/list.php:72
1394
+ #: views/single.php:20
1395
+ msgid "Cost:"
1396
+ msgstr "Cena:"
1397
+
1398
+ #: views/events-meta-box.php:352
1399
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1400
+ msgstr "Zanechte toto pole prázdné. Vložte 0, pokud bude událost s volným vstupem."
1401
+
1402
+ #: views/events-meta-box.php:356
1403
+ msgid "Sell Tickets &amp; Track Registration"
1404
+ msgstr "Prodat vstupenku &amp; Track Registration"
1405
+
1406
+ #: views/events-meta-box.php:361
1407
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1408
+ msgstr "Zajímáte se o prodej vstupenek a sledování registrací? Nyní to můžete za pomocí našeho <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Pluginu</a>. Eventbrite je velmi přívětivý nástroj pro administraci událostí. "
1409
+
1410
+ #: views/events-meta-box.php:361
1411
+ msgid "Check it out here."
1412
+ msgstr "Zkontrolujte toto."
1413
+
1414
+ #: views/events-meta-box.php:372
1415
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1416
+ msgstr "<h4>Pokud se Vám tento plugin líbí - podpořte ho</h4><p>Strávili jsme hodně času tím, abychom vytvořili stabilní plugin a rádi ho sdílíme s ostatními. Pokud tento plugin používáte, zvažte prosím, zda ho finančně nepodpoříte. Můžete odstranit tuto zprávu na <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">stránce nastavení</a>.</p>"
1417
+
1418
+ #: views/events-meta-box.php:374
1419
+ msgid "Thanks"
1420
+ msgstr "Děkujeme."
1421
+
1422
+ #: views/events-options.php:69
1423
+ msgid "The Events Calendar Settings"
1424
+ msgstr "Nastavení kalendáře událostí"
1425
+
1426
+ #: views/events-options.php:71
1427
+ msgid "Need a hand?"
1428
+ msgstr "Potřebujete pomoc?"
1429
+
1430
+ #: views/events-options.php:72
1431
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1432
+ msgstr "Pokud jste se zasekli na tomto nastavení, prosím <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">prohlédněte si tuto dokumentaci</a>. Pokud stále nevíte, jak dál,obraťte se na <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> a požádejte o pomoc. Tato otevřená komunita je plná ochotných lidí, kteří Vám jistě pomohou."
1433
+
1434
+ #: views/events-options.php:75
1435
+ msgid "Donate"
1436
+ msgstr "Podpořit"
1437
+
1438
+ #: views/events-options.php:84
1439
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1440
+ msgstr "Pokud shledáte, že je tento plugin pro Vás užitečný, prosím přispěte jeho stvořiteli jakýmkoliv finančním obnosem, Shane &#38; Peter, Inc. Děkuji!"
1441
+
1442
+ #: views/events-options.php:88
1443
+ msgid "I have already donated, so please hide this button!"
1444
+ msgstr "Již jsem projekt podpořil, tak prosím nezobrazuj toto tlačítko."
1445
+
1446
+ #: views/events-options.php:98
1447
+ msgid "Donate for this wonderful plugin"
1448
+ msgstr "Podpořit tento skvělý plugin"
1449
+
1450
+ #: views/events-options.php:112
1451
+ msgid "Settings"
1452
+ msgstr "Nastavení"
1453
+
1454
+ #: views/events-options.php:115
1455
+ #: views/events-options.php:119
1456
+ msgid "Default View for the Events"
1457
+ msgstr "Výchozí vzhled pro události"
1458
+
1459
+ #: views/events-options.php:131
1460
+ #: views/gridview.php:15
1461
+ #: views/list.php:12
1462
+ msgid "Calendar"
1463
+ msgstr "Kalendář"
1464
+
1465
+ #: views/events-options.php:135
1466
+ #: views/gridview.php:14
1467
+ #: views/list.php:11
1468
+ msgid "Event List"
1469
+ msgstr "Seznam"
1470
+
1471
+ #: views/events-options.php:141
1472
+ #: views/events-options.php:145
1473
+ msgid "Show Comments"
1474
+ msgstr "Zobrazit komentáře"
1475
+
1476
+ #: views/events-options.php:167
1477
+ msgid "Default Country for Events"
1478
+ msgstr "Výchozí země pro události"
1479
+
1480
+ #: views/events-options.php:192
1481
+ #: views/events-options.php:196
1482
+ msgid "Embed Google Maps"
1483
+ msgstr "Vložené Google mapy"
1484
+
1485
+ #: views/events-options.php:210
1486
+ msgid "Off"
1487
+ msgstr "Vypnout"
1488
+
1489
+ #: views/events-options.php:214
1490
+ msgid "On"
1491
+ msgstr "Zapnout"
1492
+
1493
+ #: views/events-options.php:217
1494
+ msgid "Height"
1495
+ msgstr "Výška"
1496
+
1497
+ #: views/events-options.php:218
1498
+ msgid "Width"
1499
+ msgstr "Šířka"
1500
+
1501
+ #: views/events-options.php:218
1502
+ msgid "(number or %)"
1503
+ msgstr "(počet nebo %)"
1504
+
1505
+ #: views/events-options.php:229
1506
+ msgid "Save Changes"
1507
+ msgstr "Uložit změny"
1508
+
1509
+ #: views/gridview.php:9
1510
+ #: views/list.php:9
1511
+ msgid "Calendar of Events"
1512
+ msgstr "Kalendář událostí"
1513
+
1514
+ #: views/list.php:33
1515
+ #: views/single.php:13
1516
+ msgid "Start:"
1517
+ msgstr "Start:"
1518
+
1519
+ #: views/list.php:37
1520
+ #: views/single.php:16
1521
+ msgid "End:"
1522
+ msgstr "Konec:"
1523
+
1524
+ #: views/list.php:63
1525
+ #: views/single.php:30
1526
+ msgid "Google Map"
1527
+ msgstr "Google mapa"
1528
+
1529
+ #: views/list.php:94
1530
+ msgid "&laquo; Previous Events"
1531
+ msgstr "&laquo;Předchozí události"
1532
+
1533
+ #: views/list.php:107
1534
+ msgid "Next Events &raquo;"
1535
+ msgstr "Další události &raquo;"
1536
+
1537
+ #: views/single.php:8
1538
+ msgid "&laquo; Back to Events"
1539
+ msgstr "&laquo; Návrat k událostem"
1540
+
1541
+ #: views/single.php:10
1542
+ msgid "This event has passed."
1543
+ msgstr "Tato událost již proběhla"
1544
+
1545
+ #: views/single.php:30
1546
+ msgid "Click to view a Google Map"
1547
+ msgstr "Klikněte pro zobrazení Google mapy"
1548
+
1549
+ #: views/table.php:12
1550
+ msgid "Sunday"
1551
+ msgstr "Neděle"
1552
+
1553
+ #: views/table.php:12
1554
+ msgid "Sun"
1555
+ msgstr "Ne"
1556
+
1557
+ #: views/table.php:13
1558
+ msgid "Monday"
1559
+ msgstr "Pondělí"
1560
+
1561
+ #: views/table.php:13
1562
+ msgid "Mon"
1563
+ msgstr "Po"
1564
+
1565
+ #: views/table.php:14
1566
+ msgid "Tuesday"
1567
+ msgstr "Úterý"
1568
+
1569
+ #: views/table.php:14
1570
+ msgid "Tue"
1571
+ msgstr "Út"
1572
+
1573
+ #: views/table.php:15
1574
+ msgid "Wednesday"
1575
+ msgstr "Středa"
1576
+
1577
+ #: views/table.php:15
1578
+ msgid "Wed"
1579
+ msgstr "St"
1580
+
1581
+ #: views/table.php:16
1582
+ msgid "Thursday"
1583
+ msgstr "Čtvrtek"
1584
+
1585
+ #: views/table.php:16
1586
+ msgid "Thu"
1587
+ msgstr "Čt"
1588
+
1589
+ #: views/table.php:17
1590
+ msgid "Friday"
1591
+ msgstr "Pátek"
1592
+
1593
+ #: views/table.php:17
1594
+ msgid "Fri"
1595
+ msgstr "Pa"
1596
+
1597
+ #: views/table.php:18
1598
+ msgid "Saturday"
1599
+ msgstr "Sobota"
1600
+
1601
+ #: views/table.php:18
1602
+ msgid "Sat"
1603
+ msgstr "So"
1604
+
1605
+ #. Plugin URI of an extension
1606
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1607
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1608
+
1609
+ #. Description of an extension
1610
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1611
+ msgstr "Plugin The Events Calendar Vám umožní rychle vytvářet a spravovat události za použití editoru příspěvků. Zahrnuje Eventbrite, Google mapy, kalednář rozdělený do mřížky a seznam vzorů pro přímou instalací za pomoci jednoho kliknutí."
1612
+
1613
+ #. Author of an extension
1614
+ msgid "Shane & Peter, Inc."
1615
+ msgstr "Shane & Peter, Inc."
1616
+
1617
+ #. Author URI of an extension
1618
+ msgid "http://www.shaneandpeter.com/"
1619
+ msgstr "http://www.shaneandpeter.com"
1620
+
trunk/lang/the-events-calendar-da_DA.mo ADDED
Binary file
trunk/lang/the-events-calendar-da_DA.po ADDED
@@ -0,0 +1,1580 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.5.4 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: The Events Calendar 1.5.4\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
10
+ "POT-Creation-Date: 2010-01-31 01:16+0000\n"
11
+ "PO-Revision-Date: 2010-02-21 14:19+0100\n"
12
+ "Last-Translator: Carsten Matzon <carsten@matzon.dk>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=utf-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #: the-events-calendar.php:54
19
+ msgid "United States"
20
+ msgstr "USA"
21
+
22
+ #: the-events-calendar.php:55
23
+ msgid "Afghanistan"
24
+ msgstr ""
25
+
26
+ #: the-events-calendar.php:56
27
+ msgid "Albania"
28
+ msgstr "Albanien"
29
+
30
+ #: the-events-calendar.php:57
31
+ msgid "Algeria"
32
+ msgstr "Algeriet"
33
+
34
+ #: the-events-calendar.php:58
35
+ msgid "American Samoa"
36
+ msgstr "Amerikansk Samoa"
37
+
38
+ #: the-events-calendar.php:59
39
+ msgid "Andorra"
40
+ msgstr ""
41
+
42
+ #: the-events-calendar.php:60
43
+ msgid "Angola"
44
+ msgstr ""
45
+
46
+ #: the-events-calendar.php:61
47
+ msgid "Anguilla"
48
+ msgstr ""
49
+
50
+ #: the-events-calendar.php:62
51
+ msgid "Antarctica"
52
+ msgstr "Antartika"
53
+
54
+ #: the-events-calendar.php:63
55
+ msgid "Antigua And Barbuda"
56
+ msgstr ""
57
+
58
+ #: the-events-calendar.php:64
59
+ msgid "Argentina"
60
+ msgstr ""
61
+
62
+ #: the-events-calendar.php:65
63
+ msgid "Armenia"
64
+ msgstr "Armenien"
65
+
66
+ #: the-events-calendar.php:66
67
+ msgid "Aruba"
68
+ msgstr ""
69
+
70
+ #: the-events-calendar.php:67
71
+ msgid "Australia"
72
+ msgstr "Australien"
73
+
74
+ #: the-events-calendar.php:68
75
+ msgid "Austria"
76
+ msgstr "Østrig"
77
+
78
+ #: the-events-calendar.php:69
79
+ msgid "Azerbaijan"
80
+ msgstr ""
81
+
82
+ #: the-events-calendar.php:70
83
+ msgid "Bahamas"
84
+ msgstr ""
85
+
86
+ #: the-events-calendar.php:71
87
+ msgid "Bahrain"
88
+ msgstr ""
89
+
90
+ #: the-events-calendar.php:72
91
+ msgid "Bangladesh"
92
+ msgstr ""
93
+
94
+ #: the-events-calendar.php:73
95
+ msgid "Barbados"
96
+ msgstr ""
97
+
98
+ #: the-events-calendar.php:74
99
+ msgid "Belarus"
100
+ msgstr "Hviderusland"
101
+
102
+ #: the-events-calendar.php:75
103
+ msgid "Belgium"
104
+ msgstr "Belgien"
105
+
106
+ #: the-events-calendar.php:76
107
+ msgid "Belize"
108
+ msgstr ""
109
+
110
+ #: the-events-calendar.php:77
111
+ msgid "Benin"
112
+ msgstr ""
113
+
114
+ #: the-events-calendar.php:78
115
+ msgid "Bermuda"
116
+ msgstr ""
117
+
118
+ #: the-events-calendar.php:79
119
+ msgid "Bhutan"
120
+ msgstr ""
121
+
122
+ #: the-events-calendar.php:80
123
+ msgid "Bolivia"
124
+ msgstr "Bolivien"
125
+
126
+ #: the-events-calendar.php:81
127
+ msgid "Bosnia And Herzegowina"
128
+ msgstr "Bosnien og Hercegovina"
129
+
130
+ #: the-events-calendar.php:82
131
+ msgid "Botswana"
132
+ msgstr ""
133
+
134
+ #: the-events-calendar.php:83
135
+ msgid "Bouvet Island"
136
+ msgstr ""
137
+
138
+ #: the-events-calendar.php:84
139
+ msgid "Brazil"
140
+ msgstr "Brasilien"
141
+
142
+ #: the-events-calendar.php:85
143
+ msgid "British Indian Ocean Territory"
144
+ msgstr ""
145
+
146
+ #: the-events-calendar.php:86
147
+ msgid "Brunei Darussalam"
148
+ msgstr ""
149
+
150
+ #: the-events-calendar.php:87
151
+ msgid "Bulgaria"
152
+ msgstr "Bulgarien"
153
+
154
+ #: the-events-calendar.php:88
155
+ msgid "Burkina Faso"
156
+ msgstr ""
157
+
158
+ #: the-events-calendar.php:89
159
+ msgid "Burundi"
160
+ msgstr ""
161
+
162
+ #: the-events-calendar.php:90
163
+ msgid "Cambodia"
164
+ msgstr ""
165
+
166
+ #: the-events-calendar.php:91
167
+ msgid "Cameroon"
168
+ msgstr ""
169
+
170
+ #: the-events-calendar.php:92
171
+ msgid "Canada"
172
+ msgstr "Kanada"
173
+
174
+ #: the-events-calendar.php:93
175
+ msgid "Cape Verde"
176
+ msgstr "Kap Verde"
177
+
178
+ #: the-events-calendar.php:94
179
+ msgid "Cayman Islands"
180
+ msgstr "Cayman Øerne"
181
+
182
+ #: the-events-calendar.php:95
183
+ msgid "Central African Republic"
184
+ msgstr "Central Afrikanske republic"
185
+
186
+ #: the-events-calendar.php:96
187
+ msgid "Chad"
188
+ msgstr ""
189
+
190
+ #: the-events-calendar.php:97
191
+ msgid "Chile"
192
+ msgstr ""
193
+
194
+ #: the-events-calendar.php:98
195
+ msgid "China"
196
+ msgstr "Kina"
197
+
198
+ #: the-events-calendar.php:99
199
+ msgid "Christmas Island"
200
+ msgstr ""
201
+
202
+ #: the-events-calendar.php:100
203
+ msgid "Cocos (Keeling) Islands"
204
+ msgstr ""
205
+
206
+ #: the-events-calendar.php:101
207
+ msgid "Colombia"
208
+ msgstr ""
209
+
210
+ #: the-events-calendar.php:102
211
+ msgid "Comoros"
212
+ msgstr ""
213
+
214
+ #: the-events-calendar.php:103
215
+ msgid "Congo"
216
+ msgstr ""
217
+
218
+ #: the-events-calendar.php:104
219
+ msgid "Congo, The Democratic Republic Of The"
220
+ msgstr ""
221
+
222
+ #: the-events-calendar.php:105
223
+ msgid "Cook Islands"
224
+ msgstr ""
225
+
226
+ #: the-events-calendar.php:106
227
+ msgid "Costa Rica"
228
+ msgstr ""
229
+
230
+ #: the-events-calendar.php:107
231
+ msgid "Cote D'Ivoire"
232
+ msgstr ""
233
+
234
+ #: the-events-calendar.php:108
235
+ msgid "Croatia (Local Name: Hrvatska)"
236
+ msgstr "Kroatien"
237
+
238
+ #: the-events-calendar.php:109
239
+ msgid "Cuba"
240
+ msgstr ""
241
+
242
+ #: the-events-calendar.php:110
243
+ msgid "Cyprus"
244
+ msgstr "Grækenland"
245
+
246
+ #: the-events-calendar.php:111
247
+ msgid "Czech Republic"
248
+ msgstr "Tjekkiet"
249
+
250
+ #: the-events-calendar.php:112
251
+ msgid "Denmark"
252
+ msgstr "Danmark"
253
+
254
+ #: the-events-calendar.php:113
255
+ msgid "Djibouti"
256
+ msgstr ""
257
+
258
+ #: the-events-calendar.php:114
259
+ msgid "Dominica"
260
+ msgstr ""
261
+
262
+ #: the-events-calendar.php:115
263
+ msgid "Dominican Republic"
264
+ msgstr "Domikanske Republic"
265
+
266
+ #: the-events-calendar.php:116
267
+ msgid "East Timor"
268
+ msgstr ""
269
+
270
+ #: the-events-calendar.php:117
271
+ msgid "Ecuador"
272
+ msgstr ""
273
+
274
+ #: the-events-calendar.php:118
275
+ msgid "Egypt"
276
+ msgstr "Egypten"
277
+
278
+ #: the-events-calendar.php:119
279
+ msgid "El Salvador"
280
+ msgstr ""
281
+
282
+ #: the-events-calendar.php:120
283
+ msgid "Equatorial Guinea"
284
+ msgstr ""
285
+
286
+ #: the-events-calendar.php:121
287
+ msgid "Eritrea"
288
+ msgstr ""
289
+
290
+ #: the-events-calendar.php:122
291
+ msgid "Estonia"
292
+ msgstr "Estland"
293
+
294
+ #: the-events-calendar.php:123
295
+ msgid "Ethiopia"
296
+ msgstr "Ethiopien"
297
+
298
+ #: the-events-calendar.php:124
299
+ msgid "Falkland Islands (Malvinas)"
300
+ msgstr "Falklands Øerne"
301
+
302
+ #: the-events-calendar.php:125
303
+ msgid "Faroe Islands"
304
+ msgstr "Færøerne"
305
+
306
+ #: the-events-calendar.php:126
307
+ msgid "Fiji"
308
+ msgstr ""
309
+
310
+ #: the-events-calendar.php:127
311
+ msgid "Finland"
312
+ msgstr ""
313
+
314
+ #: the-events-calendar.php:128
315
+ msgid "France"
316
+ msgstr "Frankrig"
317
+
318
+ #: the-events-calendar.php:129
319
+ msgid "France, Metropolitan"
320
+ msgstr "Frankrig, Metropolitan"
321
+
322
+ #: the-events-calendar.php:130
323
+ msgid "French Guiana"
324
+ msgstr "Fransk Guiana"
325
+
326
+ #: the-events-calendar.php:131
327
+ msgid "French Polynesia"
328
+ msgstr "Fransk Polynesia"
329
+
330
+ #: the-events-calendar.php:132
331
+ msgid "French Southern Territories"
332
+ msgstr ""
333
+
334
+ #: the-events-calendar.php:133
335
+ msgid "Gabon"
336
+ msgstr ""
337
+
338
+ #: the-events-calendar.php:134
339
+ msgid "Gambia"
340
+ msgstr ""
341
+
342
+ #: the-events-calendar.php:135
343
+ #: views/events-meta-box.php:273
344
+ msgid "Georgia"
345
+ msgstr "Georgien"
346
+
347
+ #: the-events-calendar.php:136
348
+ msgid "Germany"
349
+ msgstr "Tyskland"
350
+
351
+ #: the-events-calendar.php:137
352
+ msgid "Ghana"
353
+ msgstr ""
354
+
355
+ #: the-events-calendar.php:138
356
+ msgid "Gibraltar"
357
+ msgstr ""
358
+
359
+ #: the-events-calendar.php:139
360
+ msgid "Greece"
361
+ msgstr ""
362
+
363
+ #: the-events-calendar.php:140
364
+ msgid "Greenland"
365
+ msgstr "Grønland"
366
+
367
+ #: the-events-calendar.php:141
368
+ msgid "Grenada"
369
+ msgstr ""
370
+
371
+ #: the-events-calendar.php:142
372
+ msgid "Guadeloupe"
373
+ msgstr ""
374
+
375
+ #: the-events-calendar.php:143
376
+ msgid "Guam"
377
+ msgstr ""
378
+
379
+ #: the-events-calendar.php:144
380
+ msgid "Guatemala"
381
+ msgstr ""
382
+
383
+ #: the-events-calendar.php:145
384
+ msgid "Guinea"
385
+ msgstr ""
386
+
387
+ #: the-events-calendar.php:146
388
+ msgid "Guinea-Bissau"
389
+ msgstr ""
390
+
391
+ #: the-events-calendar.php:147
392
+ msgid "Guyana"
393
+ msgstr ""
394
+
395
+ #: the-events-calendar.php:148
396
+ msgid "Haiti"
397
+ msgstr ""
398
+
399
+ #: the-events-calendar.php:149
400
+ msgid "Heard And Mc Donald Islands"
401
+ msgstr ""
402
+
403
+ #: the-events-calendar.php:150
404
+ msgid "Holy See (Vatican City State)"
405
+ msgstr ""
406
+
407
+ #: the-events-calendar.php:151
408
+ msgid "Honduras"
409
+ msgstr ""
410
+
411
+ #: the-events-calendar.php:152
412
+ msgid "Hong Kong"
413
+ msgstr ""
414
+
415
+ #: the-events-calendar.php:153
416
+ msgid "Hungary"
417
+ msgstr "Ungarn"
418
+
419
+ #: the-events-calendar.php:154
420
+ msgid "Iceland"
421
+ msgstr "Island"
422
+
423
+ #: the-events-calendar.php:155
424
+ msgid "India"
425
+ msgstr "Indien"
426
+
427
+ #: the-events-calendar.php:156
428
+ msgid "Indonesia"
429
+ msgstr "Indonesien"
430
+
431
+ #: the-events-calendar.php:157
432
+ msgid "Iran (Islamic Republic Of)"
433
+ msgstr "Iran"
434
+
435
+ #: the-events-calendar.php:158
436
+ msgid "Iraq"
437
+ msgstr "Irak"
438
+
439
+ #: the-events-calendar.php:159
440
+ msgid "Ireland"
441
+ msgstr "Irland"
442
+
443
+ #: the-events-calendar.php:160
444
+ msgid "Israel"
445
+ msgstr ""
446
+
447
+ #: the-events-calendar.php:161
448
+ msgid "Italy"
449
+ msgstr "Italien"
450
+
451
+ #: the-events-calendar.php:162
452
+ msgid "Jamaica"
453
+ msgstr ""
454
+
455
+ #: the-events-calendar.php:163
456
+ msgid "Japan"
457
+ msgstr ""
458
+
459
+ #: the-events-calendar.php:164
460
+ msgid "Jordan"
461
+ msgstr ""
462
+
463
+ #: the-events-calendar.php:165
464
+ msgid "Kazakhstan"
465
+ msgstr ""
466
+
467
+ #: the-events-calendar.php:166
468
+ msgid "Kenya"
469
+ msgstr ""
470
+
471
+ #: the-events-calendar.php:167
472
+ msgid "Kiribati"
473
+ msgstr ""
474
+
475
+ #: the-events-calendar.php:168
476
+ msgid "Korea, Democratic People's Republic Of"
477
+ msgstr "Nordkorea"
478
+
479
+ #: the-events-calendar.php:169
480
+ msgid "Korea, Republic Of"
481
+ msgstr "Sydkorea"
482
+
483
+ #: the-events-calendar.php:170
484
+ msgid "Kuwait"
485
+ msgstr ""
486
+
487
+ #: the-events-calendar.php:171
488
+ msgid "Kyrgyzstan"
489
+ msgstr ""
490
+
491
+ #: the-events-calendar.php:172
492
+ msgid "Lao People's Democratic Republic"
493
+ msgstr ""
494
+
495
+ #: the-events-calendar.php:173
496
+ msgid "Latvia"
497
+ msgstr "Letland"
498
+
499
+ #: the-events-calendar.php:174
500
+ msgid "Lebanon"
501
+ msgstr "Libanon"
502
+
503
+ #: the-events-calendar.php:175
504
+ msgid "Lesotho"
505
+ msgstr ""
506
+
507
+ #: the-events-calendar.php:176
508
+ msgid "Liberia"
509
+ msgstr ""
510
+
511
+ #: the-events-calendar.php:177
512
+ msgid "Libyan Arab Jamahiriya"
513
+ msgstr ""
514
+
515
+ #: the-events-calendar.php:178
516
+ msgid "Liechtenstein"
517
+ msgstr ""
518
+
519
+ #: the-events-calendar.php:179
520
+ msgid "Lithuania"
521
+ msgstr "Litauen"
522
+
523
+ #: the-events-calendar.php:180
524
+ msgid "Luxembourg"
525
+ msgstr ""
526
+
527
+ #: the-events-calendar.php:181
528
+ msgid "Macau"
529
+ msgstr ""
530
+
531
+ #: the-events-calendar.php:182
532
+ msgid "Macedonia, Former Yugoslav Republic Of"
533
+ msgstr "Macedonien"
534
+
535
+ #: the-events-calendar.php:183
536
+ msgid "Madagascar"
537
+ msgstr ""
538
+
539
+ #: the-events-calendar.php:184
540
+ msgid "Malawi"
541
+ msgstr ""
542
+
543
+ #: the-events-calendar.php:185
544
+ msgid "Malaysia"
545
+ msgstr ""
546
+
547
+ #: the-events-calendar.php:186
548
+ msgid "Maldives"
549
+ msgstr "Maldiverne"
550
+
551
+ #: the-events-calendar.php:187
552
+ msgid "Mali"
553
+ msgstr ""
554
+
555
+ #: the-events-calendar.php:188
556
+ msgid "Malta"
557
+ msgstr ""
558
+
559
+ #: the-events-calendar.php:189
560
+ msgid "Marshall Islands"
561
+ msgstr ""
562
+
563
+ #: the-events-calendar.php:190
564
+ msgid "Martinique"
565
+ msgstr ""
566
+
567
+ #: the-events-calendar.php:191
568
+ msgid "Mauritania"
569
+ msgstr ""
570
+
571
+ #: the-events-calendar.php:192
572
+ msgid "Mauritius"
573
+ msgstr ""
574
+
575
+ #: the-events-calendar.php:193
576
+ msgid "Mayotte"
577
+ msgstr ""
578
+
579
+ #: the-events-calendar.php:194
580
+ msgid "Mexico"
581
+ msgstr ""
582
+
583
+ #: the-events-calendar.php:195
584
+ msgid "Micronesia, Federated States Of"
585
+ msgstr ""
586
+
587
+ #: the-events-calendar.php:196
588
+ msgid "Moldova, Republic Of"
589
+ msgstr "Moldova"
590
+
591
+ #: the-events-calendar.php:197
592
+ msgid "Monaco"
593
+ msgstr ""
594
+
595
+ #: the-events-calendar.php:198
596
+ msgid "Mongolia"
597
+ msgstr "Mongoliet"
598
+
599
+ #: the-events-calendar.php:199
600
+ msgid "Montserrat"
601
+ msgstr ""
602
+
603
+ #: the-events-calendar.php:200
604
+ msgid "Morocco"
605
+ msgstr ""
606
+
607
+ #: the-events-calendar.php:201
608
+ msgid "Mozambique"
609
+ msgstr ""
610
+
611
+ #: the-events-calendar.php:202
612
+ msgid "Myanmar"
613
+ msgstr ""
614
+
615
+ #: the-events-calendar.php:203
616
+ msgid "Namibia"
617
+ msgstr ""
618
+
619
+ #: the-events-calendar.php:204
620
+ msgid "Nauru"
621
+ msgstr ""
622
+
623
+ #: the-events-calendar.php:205
624
+ msgid "Nepal"
625
+ msgstr ""
626
+
627
+ #: the-events-calendar.php:206
628
+ msgid "Netherlands"
629
+ msgstr "Holland"
630
+
631
+ #: the-events-calendar.php:207
632
+ msgid "Netherlands Antilles"
633
+ msgstr ""
634
+
635
+ #: the-events-calendar.php:208
636
+ msgid "New Caledonia"
637
+ msgstr ""
638
+
639
+ #: the-events-calendar.php:209
640
+ msgid "New Zealand"
641
+ msgstr ""
642
+
643
+ #: the-events-calendar.php:210
644
+ msgid "Nicaragua"
645
+ msgstr ""
646
+
647
+ #: the-events-calendar.php:211
648
+ msgid "Niger"
649
+ msgstr ""
650
+
651
+ #: the-events-calendar.php:212
652
+ msgid "Nigeria"
653
+ msgstr ""
654
+
655
+ #: the-events-calendar.php:213
656
+ msgid "Niue"
657
+ msgstr ""
658
+
659
+ #: the-events-calendar.php:214
660
+ msgid "Norfolk Island"
661
+ msgstr ""
662
+
663
+ #: the-events-calendar.php:215
664
+ msgid "Northern Mariana Islands"
665
+ msgstr ""
666
+
667
+ #: the-events-calendar.php:216
668
+ msgid "Norway"
669
+ msgstr "Norge"
670
+
671
+ #: the-events-calendar.php:217
672
+ msgid "Oman"
673
+ msgstr ""
674
+
675
+ #: the-events-calendar.php:218
676
+ msgid "Pakistan"
677
+ msgstr ""
678
+
679
+ #: the-events-calendar.php:219
680
+ msgid "Palau"
681
+ msgstr ""
682
+
683
+ #: the-events-calendar.php:220
684
+ msgid "Panama"
685
+ msgstr ""
686
+
687
+ #: the-events-calendar.php:221
688
+ msgid "Papua New Guinea"
689
+ msgstr ""
690
+
691
+ #: the-events-calendar.php:222
692
+ msgid "Paraguay"
693
+ msgstr ""
694
+
695
+ #: the-events-calendar.php:223
696
+ msgid "Peru"
697
+ msgstr ""
698
+
699
+ #: the-events-calendar.php:224
700
+ msgid "Philippines"
701
+ msgstr "Filippinerne"
702
+
703
+ #: the-events-calendar.php:225
704
+ msgid "Pitcairn"
705
+ msgstr ""
706
+
707
+ #: the-events-calendar.php:226
708
+ msgid "Poland"
709
+ msgstr ""
710
+
711
+ #: the-events-calendar.php:227
712
+ msgid "Portugal"
713
+ msgstr ""
714
+
715
+ #: the-events-calendar.php:228
716
+ msgid "Puerto Rico"
717
+ msgstr ""
718
+
719
+ #: the-events-calendar.php:229
720
+ msgid "Qatar"
721
+ msgstr ""
722
+
723
+ #: the-events-calendar.php:230
724
+ msgid "Reunion"
725
+ msgstr ""
726
+
727
+ #: the-events-calendar.php:231
728
+ msgid "Romania"
729
+ msgstr "Rumænien"
730
+
731
+ #: the-events-calendar.php:232
732
+ msgid "Russian Federation"
733
+ msgstr ""
734
+
735
+ #: the-events-calendar.php:233
736
+ msgid "Rwanda"
737
+ msgstr ""
738
+
739
+ #: the-events-calendar.php:234
740
+ msgid "Saint Kitts And Nevis"
741
+ msgstr ""
742
+
743
+ #: the-events-calendar.php:235
744
+ msgid "Saint Lucia"
745
+ msgstr ""
746
+
747
+ #: the-events-calendar.php:236
748
+ msgid "Saint Vincent And The Grenadines"
749
+ msgstr ""
750
+
751
+ #: the-events-calendar.php:237
752
+ msgid "Samoa"
753
+ msgstr ""
754
+
755
+ #: the-events-calendar.php:238
756
+ msgid "San Marino"
757
+ msgstr ""
758
+
759
+ #: the-events-calendar.php:239
760
+ msgid "Sao Tome And Principe"
761
+ msgstr ""
762
+
763
+ #: the-events-calendar.php:240
764
+ msgid "Saudi Arabia"
765
+ msgstr "Saudi Arabien"
766
+
767
+ #: the-events-calendar.php:241
768
+ msgid "Senegal"
769
+ msgstr ""
770
+
771
+ #: the-events-calendar.php:242
772
+ msgid "Seychelles"
773
+ msgstr ""
774
+
775
+ #: the-events-calendar.php:243
776
+ msgid "Sierra Leone"
777
+ msgstr ""
778
+
779
+ #: the-events-calendar.php:244
780
+ msgid "Singapore"
781
+ msgstr ""
782
+
783
+ #: the-events-calendar.php:245
784
+ msgid "Slovakia (Slovak Republic)"
785
+ msgstr "Slovakiet"
786
+
787
+ #: the-events-calendar.php:246
788
+ msgid "Slovenia"
789
+ msgstr "Slovenien"
790
+
791
+ #: the-events-calendar.php:247
792
+ msgid "Solomon Islands"
793
+ msgstr ""
794
+
795
+ #: the-events-calendar.php:248
796
+ msgid "Somalia"
797
+ msgstr ""
798
+
799
+ #: the-events-calendar.php:249
800
+ msgid "South Africa"
801
+ msgstr "Sydafrika"
802
+
803
+ #: the-events-calendar.php:250
804
+ msgid "South Georgia, South Sandwich Islands"
805
+ msgstr ""
806
+
807
+ #: the-events-calendar.php:251
808
+ msgid "Spain"
809
+ msgstr "Spanien"
810
+
811
+ #: the-events-calendar.php:252
812
+ msgid "Sri Lanka"
813
+ msgstr ""
814
+
815
+ #: the-events-calendar.php:253
816
+ msgid "St. Helena"
817
+ msgstr ""
818
+
819
+ #: the-events-calendar.php:254
820
+ msgid "St. Pierre And Miquelon"
821
+ msgstr ""
822
+
823
+ #: the-events-calendar.php:255
824
+ msgid "Sudan"
825
+ msgstr ""
826
+
827
+ #: the-events-calendar.php:256
828
+ msgid "Suriname"
829
+ msgstr ""
830
+
831
+ #: the-events-calendar.php:257
832
+ msgid "Svalbard And Jan Mayen Islands"
833
+ msgstr ""
834
+
835
+ #: the-events-calendar.php:258
836
+ msgid "Swaziland"
837
+ msgstr ""
838
+
839
+ #: the-events-calendar.php:259
840
+ msgid "Sweden"
841
+ msgstr "Sverige"
842
+
843
+ #: the-events-calendar.php:260
844
+ msgid "Switzerland"
845
+ msgstr "Schweiz"
846
+
847
+ #: the-events-calendar.php:261
848
+ msgid "Syrian Arab Republic"
849
+ msgstr "Syrien"
850
+
851
+ #: the-events-calendar.php:262
852
+ msgid "Taiwan"
853
+ msgstr ""
854
+
855
+ #: the-events-calendar.php:263
856
+ msgid "Tajikistan"
857
+ msgstr ""
858
+
859
+ #: the-events-calendar.php:264
860
+ msgid "Tanzania, United Republic Of"
861
+ msgstr "Tanzania"
862
+
863
+ #: the-events-calendar.php:265
864
+ msgid "Thailand"
865
+ msgstr ""
866
+
867
+ #: the-events-calendar.php:266
868
+ msgid "Togo"
869
+ msgstr ""
870
+
871
+ #: the-events-calendar.php:267
872
+ msgid "Tokelau"
873
+ msgstr ""
874
+
875
+ #: the-events-calendar.php:268
876
+ msgid "Tonga"
877
+ msgstr ""
878
+
879
+ #: the-events-calendar.php:269
880
+ msgid "Trinidad And Tobago"
881
+ msgstr ""
882
+
883
+ #: the-events-calendar.php:270
884
+ msgid "Tunisia"
885
+ msgstr "Tunesien"
886
+
887
+ #: the-events-calendar.php:271
888
+ msgid "Turkey"
889
+ msgstr "Tyrkiet"
890
+
891
+ #: the-events-calendar.php:272
892
+ msgid "Turkmenistan"
893
+ msgstr "Turkmenien"
894
+
895
+ #: the-events-calendar.php:273
896
+ msgid "Turks And Caicos Islands"
897
+ msgstr ""
898
+
899
+ #: the-events-calendar.php:274
900
+ msgid "Tuvalu"
901
+ msgstr ""
902
+
903
+ #: the-events-calendar.php:275
904
+ msgid "Uganda"
905
+ msgstr ""
906
+
907
+ #: the-events-calendar.php:276
908
+ msgid "Ukraine"
909
+ msgstr "Ukraine"
910
+
911
+ #: the-events-calendar.php:277
912
+ msgid "United Arab Emirates"
913
+ msgstr "Forenede Arabiske Emirater"
914
+
915
+ #: the-events-calendar.php:278
916
+ msgid "United Kingdom"
917
+ msgstr "England"
918
+
919
+ #: the-events-calendar.php:279
920
+ msgid "United States Minor Outlying Islands"
921
+ msgstr ""
922
+
923
+ #: the-events-calendar.php:280
924
+ msgid "Uruguay"
925
+ msgstr ""
926
+
927
+ #: the-events-calendar.php:281
928
+ msgid "Uzbekistan"
929
+ msgstr ""
930
+
931
+ #: the-events-calendar.php:282
932
+ msgid "Vanuatu"
933
+ msgstr ""
934
+
935
+ #: the-events-calendar.php:283
936
+ msgid "Venezuela"
937
+ msgstr ""
938
+
939
+ #: the-events-calendar.php:284
940
+ msgid "Viet Nam"
941
+ msgstr "Vietnam"
942
+
943
+ #: the-events-calendar.php:285
944
+ msgid "Virgin Islands (British)"
945
+ msgstr "Virgin Islands (Britiske)"
946
+
947
+ #: the-events-calendar.php:286
948
+ msgid "Virgin Islands (U.S.)"
949
+ msgstr "Virgin Islands (U.S.A.)"
950
+
951
+ #: the-events-calendar.php:287
952
+ msgid "Wallis And Futuna Islands"
953
+ msgstr ""
954
+
955
+ #: the-events-calendar.php:288
956
+ msgid "Western Sahara"
957
+ msgstr "Vestlige Sahara"
958
+
959
+ #: the-events-calendar.php:289
960
+ msgid "Yemen"
961
+ msgstr ""
962
+
963
+ #: the-events-calendar.php:290
964
+ msgid "Yugoslavia"
965
+ msgstr "Jugoslavien"
966
+
967
+ #: the-events-calendar.php:291
968
+ msgid "Zambia"
969
+ msgstr ""
970
+
971
+ #: the-events-calendar.php:292
972
+ msgid "Zimbabwe"
973
+ msgstr ""
974
+
975
+ #: the-events-calendar.php:942
976
+ msgid "Events"
977
+ msgstr "Events"
978
+
979
+ #: the-events-calendar.php:1438
980
+ msgid "Free"
981
+ msgstr "Gratis"
982
+
983
+ #: the-events-calendar.php:1903
984
+ msgid "A widget that displays the next upcoming x events."
985
+ msgstr "En widget der viser de næste x forekomne events."
986
+
987
+ #: the-events-calendar.php:2022
988
+ msgid "A calendar of your events"
989
+ msgstr "En Kalender for dine events"
990
+
991
+ #: the-events-calendar.php:2023
992
+ msgid "Events Calendar"
993
+ msgstr "Event Kalender"
994
+
995
+ #: the-events-calendar.php:2049
996
+ #: views/events-list-load-widget-admin.php:2
997
+ msgid "Title:"
998
+ msgstr "Titel:"
999
+
1000
+ #: views/events-list-load-widget-admin.php:7
1001
+ msgid "Show:"
1002
+ msgstr "Vis:"
1003
+
1004
+ #: views/events-list-load-widget-admin.php:19
1005
+ msgid "Start Date & Time"
1006
+ msgstr "Start dato & tidspunkt"
1007
+
1008
+ #: views/events-list-load-widget-admin.php:20
1009
+ msgid "End Date & Time"
1010
+ msgstr "Slut dato & tidspunkt"
1011
+
1012
+ #: views/events-list-load-widget-admin.php:21
1013
+ msgid "Venue"
1014
+ msgstr ""
1015
+
1016
+ #: views/events-list-load-widget-admin.php:22
1017
+ msgid "Address"
1018
+ msgstr "Adresse"
1019
+
1020
+ #: views/events-list-load-widget-admin.php:23
1021
+ msgid "City"
1022
+ msgstr "By"
1023
+
1024
+ #: views/events-list-load-widget-admin.php:24
1025
+ msgid "State (US)"
1026
+ msgstr "Stat (US)"
1027
+
1028
+ #: views/events-list-load-widget-admin.php:25
1029
+ msgid "Province (Int)"
1030
+ msgstr "Provins (Int)"
1031
+
1032
+ #: views/events-list-load-widget-admin.php:26
1033
+ msgid "Postal Code"
1034
+ msgstr "Postnummer"
1035
+
1036
+ #: views/events-list-load-widget-admin.php:27
1037
+ msgid "Country"
1038
+ msgstr "Land"
1039
+
1040
+ #: views/events-list-load-widget-admin.php:28
1041
+ msgid "Phone"
1042
+ msgstr "Telefon"
1043
+
1044
+ #: views/events-list-load-widget-admin.php:29
1045
+ msgid "Price"
1046
+ msgstr "Pris"
1047
+
1048
+ #: views/events-list-load-widget-display.php:50
1049
+ msgid "More Info"
1050
+ msgstr "Flere informationer"
1051
+
1052
+ #: views/events-meta-box.php:138
1053
+ msgid "Event Details:"
1054
+ msgstr "Event detaljer:"
1055
+
1056
+ #: views/events-meta-box.php:140
1057
+ msgid "Is this post an event?"
1058
+ msgstr "Er dette indlæg en event?"
1059
+
1060
+ #: views/events-meta-box.php:141
1061
+ #: views/events-options.php:135
1062
+ msgid "Yes"
1063
+ msgstr "Ja"
1064
+
1065
+ #: views/events-meta-box.php:142
1066
+ #: views/events-options.php:139
1067
+ msgid "No"
1068
+ msgstr "Nej"
1069
+
1070
+ #: views/events-meta-box.php:148
1071
+ msgid "Event Time &amp; Date"
1072
+ msgstr "Event tid &amp; dato"
1073
+
1074
+ #: views/events-meta-box.php:151
1075
+ msgid "All day event?"
1076
+ msgstr "Hel dags event?"
1077
+
1078
+ #: views/events-meta-box.php:155
1079
+ msgid "Time Format (site wide option):"
1080
+ msgstr "Tids format (site wide option)"
1081
+
1082
+ #: views/events-meta-box.php:158
1083
+ msgid "12 Hour"
1084
+ msgstr "12 Timers"
1085
+
1086
+ #: views/events-meta-box.php:160
1087
+ msgid "24 Hour"
1088
+ msgstr "24 Timers"
1089
+
1090
+ #: views/events-meta-box.php:164
1091
+ msgid "Start Date / Time:"
1092
+ msgstr "Start dato / tid:"
1093
+
1094
+ #: views/events-meta-box.php:178
1095
+ #: views/events-meta-box.php:206
1096
+ msgid "@"
1097
+ msgstr ""
1098
+
1099
+ #: views/events-meta-box.php:192
1100
+ msgid "End Date / Time:"
1101
+ msgstr "Slut dato / tid:"
1102
+
1103
+ #: views/events-meta-box.php:220
1104
+ msgid "Event Location Details"
1105
+ msgstr "Event lokations detaljer"
1106
+
1107
+ #: views/events-meta-box.php:223
1108
+ #: views/list.php:43
1109
+ #: views/single.php:24
1110
+ msgid "Venue:"
1111
+ msgstr ""
1112
+
1113
+ #: views/events-meta-box.php:229
1114
+ msgid "Country:"
1115
+ msgstr "Land:"
1116
+
1117
+ #: views/events-meta-box.php:246
1118
+ #: views/list.php:61
1119
+ #: views/single.php:28
1120
+ msgid "Address:"
1121
+ msgstr "Adresse:"
1122
+
1123
+ #: views/events-meta-box.php:250
1124
+ msgid "City:"
1125
+ msgstr "By:"
1126
+
1127
+ #: views/events-meta-box.php:254
1128
+ msgid "Province:"
1129
+ msgstr "Provins:"
1130
+
1131
+ #: views/events-meta-box.php:258
1132
+ msgid "State:"
1133
+ msgstr "Stat:"
1134
+
1135
+ #: views/events-meta-box.php:261
1136
+ msgid "Select a State:"
1137
+ msgstr "Vælg en Stat:"
1138
+
1139
+ #: views/events-meta-box.php:263
1140
+ msgid "Alabama"
1141
+ msgstr ""
1142
+
1143
+ #: views/events-meta-box.php:264
1144
+ msgid "Alaska"
1145
+ msgstr ""
1146
+
1147
+ #: views/events-meta-box.php:265
1148
+ msgid "Arizona"
1149
+ msgstr ""
1150
+
1151
+ #: views/events-meta-box.php:266
1152
+ msgid "Arkansas"
1153
+ msgstr ""
1154
+
1155
+ #: views/events-meta-box.php:267
1156
+ msgid "California"
1157
+ msgstr ""
1158
+
1159
+ #: views/events-meta-box.php:268
1160
+ msgid "Colorado"
1161
+ msgstr ""
1162
+
1163
+ #: views/events-meta-box.php:269
1164
+ msgid "Connecticut"
1165
+ msgstr ""
1166
+
1167
+ #: views/events-meta-box.php:270
1168
+ msgid "Delaware"
1169
+ msgstr ""
1170
+
1171
+ #: views/events-meta-box.php:271
1172
+ msgid "District of Columbia"
1173
+ msgstr ""
1174
+
1175
+ #: views/events-meta-box.php:272
1176
+ msgid "Florida"
1177
+ msgstr ""
1178
+
1179
+ #: views/events-meta-box.php:274
1180
+ msgid "Hawaii"
1181
+ msgstr ""
1182
+
1183
+ #: views/events-meta-box.php:275
1184
+ msgid "Idaho"
1185
+ msgstr ""
1186
+
1187
+ #: views/events-meta-box.php:276
1188
+ msgid "Illinois"
1189
+ msgstr ""
1190
+
1191
+ #: views/events-meta-box.php:277
1192
+ msgid "Indiana"
1193
+ msgstr ""
1194
+
1195
+ #: views/events-meta-box.php:278
1196
+ msgid "Iowa"
1197
+ msgstr ""
1198
+
1199
+ #: views/events-meta-box.php:279
1200
+ msgid "Kansas"
1201
+ msgstr ""
1202
+
1203
+ #: views/events-meta-box.php:280
1204
+ msgid "Kentucky"
1205
+ msgstr ""
1206
+
1207
+ #: views/events-meta-box.php:281
1208
+ msgid "Louisiana"
1209
+ msgstr ""
1210
+
1211
+ #: views/events-meta-box.php:282
1212
+ msgid "Maine"
1213
+ msgstr ""
1214
+
1215
+ #: views/events-meta-box.php:283
1216
+ msgid "Maryland"
1217
+ msgstr ""
1218
+
1219
+ #: views/events-meta-box.php:284
1220
+ msgid "Massachusetts"
1221
+ msgstr ""
1222
+
1223
+ #: views/events-meta-box.php:285
1224
+ msgid "Michigan"
1225
+ msgstr ""
1226
+
1227
+ #: views/events-meta-box.php:286
1228
+ msgid "Minnesota"
1229
+ msgstr ""
1230
+
1231
+ #: views/events-meta-box.php:287
1232
+ msgid "Mississippi"
1233
+ msgstr ""
1234
+
1235
+ #: views/events-meta-box.php:288
1236
+ msgid "Missouri"
1237
+ msgstr ""
1238
+
1239
+ #: views/events-meta-box.php:289
1240
+ msgid "Montana"
1241
+ msgstr ""
1242
+
1243
+ #: views/events-meta-box.php:290
1244
+ msgid "Nebraska"
1245
+ msgstr ""
1246
+
1247
+ #: views/events-meta-box.php:291
1248
+ msgid "Nevada"
1249
+ msgstr ""
1250
+
1251
+ #: views/events-meta-box.php:292
1252
+ msgid "New Hampshire"
1253
+ msgstr ""
1254
+
1255
+ #: views/events-meta-box.php:293
1256
+ msgid "New Jersey"
1257
+ msgstr ""
1258
+
1259
+ #: views/events-meta-box.php:294
1260
+ msgid "New Mexico"
1261
+ msgstr ""
1262
+
1263
+ #: views/events-meta-box.php:295
1264
+ msgid "New York"
1265
+ msgstr ""
1266
+
1267
+ #: views/events-meta-box.php:296
1268
+ msgid "North Carolina"
1269
+ msgstr ""
1270
+
1271
+ #: views/events-meta-box.php:297
1272
+ msgid "North Dakota"
1273
+ msgstr ""
1274
+
1275
+ #: views/events-meta-box.php:298
1276
+ msgid "Ohio"
1277
+ msgstr ""
1278
+
1279
+ #: views/events-meta-box.php:299
1280
+ msgid "Oklahoma"
1281
+ msgstr ""
1282
+
1283
+ #: views/events-meta-box.php:300
1284
+ msgid "Oregon"
1285
+ msgstr ""
1286
+
1287
+ #: views/events-meta-box.php:301
1288
+ msgid "Pennsylvania"
1289
+ msgstr ""
1290
+
1291
+ #: views/events-meta-box.php:302
1292
+ msgid "Rhode Island"
1293
+ msgstr ""
1294
+
1295
+ #: views/events-meta-box.php:303
1296
+ msgid "South Carolina"
1297
+ msgstr ""
1298
+
1299
+ #: views/events-meta-box.php:304
1300
+ msgid "South Dakota"
1301
+ msgstr ""
1302
+
1303
+ #: views/events-meta-box.php:305
1304
+ msgid "Tennessee"
1305
+ msgstr ""
1306
+
1307
+ #: views/events-meta-box.php:306
1308
+ msgid "Texas"
1309
+ msgstr ""
1310
+
1311
+ #: views/events-meta-box.php:307
1312
+ msgid "Utah"
1313
+ msgstr ""
1314
+
1315
+ #: views/events-meta-box.php:308
1316
+ msgid "Vermont"
1317
+ msgstr ""
1318
+
1319
+ #: views/events-meta-box.php:309
1320
+ msgid "Virginia"
1321
+ msgstr ""
1322
+
1323
+ #: views/events-meta-box.php:310
1324
+ msgid "Washington"
1325
+ msgstr ""
1326
+
1327
+ #: views/events-meta-box.php:311
1328
+ msgid "West Virginia"
1329
+ msgstr ""
1330
+
1331
+ #: views/events-meta-box.php:312
1332
+ msgid "Wisconsin"
1333
+ msgstr ""
1334
+
1335
+ #: views/events-meta-box.php:313
1336
+ msgid "Wyoming"
1337
+ msgstr ""
1338
+
1339
+ #: views/events-meta-box.php:327
1340
+ msgid "Postal Code:"
1341
+ msgstr "Postnummer:"
1342
+
1343
+ #: views/events-meta-box.php:331
1344
+ #: views/list.php:52
1345
+ msgid "Phone:"
1346
+ msgstr "Telefon:"
1347
+
1348
+ #: views/events-meta-box.php:335
1349
+ msgid "Event Cost"
1350
+ msgstr "Event pris"
1351
+
1352
+ #: views/events-meta-box.php:338
1353
+ #: views/list.php:70
1354
+ #: views/single.php:18
1355
+ msgid "Cost:"
1356
+ msgstr "Pris:"
1357
+
1358
+ #: views/events-meta-box.php:343
1359
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1360
+ msgstr "Efterlad blank for at gemme feltet. Indtast et 0 hvis events er gratis."
1361
+
1362
+ #: views/events-meta-box.php:347
1363
+ msgid "Sell Tickets &amp; Track Registration"
1364
+ msgstr "Sælg billetter &amp; Følg tilmeldinger"
1365
+
1366
+ #: views/events-meta-box.php:352
1367
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1368
+ msgstr ""
1369
+
1370
+ #: views/events-meta-box.php:352
1371
+ msgid "Check it out here."
1372
+ msgstr "Check det ud her."
1373
+
1374
+ #: views/events-meta-box.php:363
1375
+ msgid ""
1376
+ "<h4>If You Like This Plugin - Help Support It</h4>\r\n"
1377
+ "\t\t\t\t<p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1378
+ msgstr ""
1379
+ "<h4>Hvis du kan lide dette Plugin - Så hjælp ved at donere</h4>\r\n"
1380
+ "\t\t\t\t<p>Vi bruger en masse tid og energi på at lave stabile plugins, og vi vil gerne dele dem med andre. Hvis du bruger dette plugin så overvej at donere penge til at hjælpe den fremtidige udvikling. Du kan fjerne denne besked på <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">indstillings siden</a>.</p>"
1381
+
1382
+ #: views/events-meta-box.php:366
1383
+ msgid "Thanks"
1384
+ msgstr "Tak"
1385
+
1386
+ #: views/events-meta-box.php:367
1387
+ msgid "Shane &amp; Peter"
1388
+ msgstr ""
1389
+
1390
+ #: views/events-meta-box.php:368
1391
+ msgid "www.shaneandpeter.com"
1392
+ msgstr ""
1393
+
1394
+ #: views/events-options.php:47
1395
+ msgid "The Events Calendar Settings"
1396
+ msgstr "Event Kalender indstillinger"
1397
+
1398
+ #: views/events-options.php:49
1399
+ msgid "Need a hand?"
1400
+ msgstr "Brug for hjælp?"
1401
+
1402
+ #: views/events-options.php:50
1403
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1404
+ msgstr ""
1405
+
1406
+ #: views/events-options.php:53
1407
+ msgid "Donate"
1408
+ msgstr "Doner"
1409
+
1410
+ #: views/events-options.php:62
1411
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1412
+ msgstr ""
1413
+
1414
+ #: views/events-options.php:66
1415
+ msgid "I have already donated, so please hide this button!"
1416
+ msgstr "Jeg har allerede doneret, så fjern venligst denne knap!"
1417
+
1418
+ #: views/events-options.php:93
1419
+ #: views/events-options.php:97
1420
+ msgid "Default View for the Events"
1421
+ msgstr "Standard visning af Events"
1422
+
1423
+ #: views/events-options.php:109
1424
+ #: views/gridview.php:13
1425
+ #: views/list.php:10
1426
+ msgid "Calendar"
1427
+ msgstr "Kalender"
1428
+
1429
+ #: views/events-options.php:113
1430
+ #: views/gridview.php:12
1431
+ #: views/list.php:9
1432
+ msgid "Event List"
1433
+ msgstr "Event liste"
1434
+
1435
+ #: views/events-options.php:119
1436
+ #: views/events-options.php:123
1437
+ msgid "Show Comments"
1438
+ msgstr "Vis kommentarer"
1439
+
1440
+ #: views/events-options.php:145
1441
+ msgid "Default Country for Events"
1442
+ msgstr "Standard Land for events"
1443
+
1444
+ #: views/events-options.php:170
1445
+ #: views/events-options.php:174
1446
+ msgid "Embed Google Maps"
1447
+ msgstr ""
1448
+
1449
+ #: views/events-options.php:188
1450
+ msgid "Off"
1451
+ msgstr "Fra"
1452
+
1453
+ #: views/events-options.php:192
1454
+ msgid "On"
1455
+ msgstr "Til"
1456
+
1457
+ #: views/events-options.php:195
1458
+ msgid "Height"
1459
+ msgstr "Højde"
1460
+
1461
+ #: views/events-options.php:196
1462
+ msgid "Width"
1463
+ msgstr "Bredde"
1464
+
1465
+ #: views/events-options.php:196
1466
+ msgid "(number or %)"
1467
+ msgstr "(nummer eller %)"
1468
+
1469
+ #: views/gridview.php:7
1470
+ #: views/list.php:7
1471
+ msgid "Calendar of Events"
1472
+ msgstr "Event kalender"
1473
+
1474
+ #: views/list.php:31
1475
+ #: views/single.php:11
1476
+ msgid "Start:"
1477
+ msgstr "Start:"
1478
+
1479
+ #: views/list.php:35
1480
+ #: views/single.php:14
1481
+ msgid "End:"
1482
+ msgstr "Slut:"
1483
+
1484
+ #: views/list.php:61
1485
+ #: views/single.php:28
1486
+ msgid "Google Map"
1487
+ msgstr ""
1488
+
1489
+ #: views/list.php:92
1490
+ msgid "&laquo; Previous Events"
1491
+ msgstr "&laquo; Tideligere Events"
1492
+
1493
+ #: views/list.php:105
1494
+ msgid "Next Events &raquo;"
1495
+ msgstr "Næste Events &raquo;"
1496
+
1497
+ #: views/single.php:6
1498
+ msgid "&laquo; Back to Events"
1499
+ msgstr "&laquo; Tilbage til Events"
1500
+
1501
+ #: views/single.php:8
1502
+ msgid "This event has passed."
1503
+ msgstr "Dette event er overstået."
1504
+
1505
+ #: views/table.php:12
1506
+ msgid "Sunday"
1507
+ msgstr "Søndag"
1508
+
1509
+ #: views/table.php:12
1510
+ msgid "Sun"
1511
+ msgstr "Søn"
1512
+
1513
+ #: views/table.php:13
1514
+ msgid "Monday"
1515
+ msgstr "Mandag"
1516
+
1517
+ #: views/table.php:13
1518
+ msgid "Mon"
1519
+ msgstr "Man"
1520
+
1521
+ #: views/table.php:14
1522
+ msgid "Tuesday"
1523
+ msgstr "Tirsdag"
1524
+
1525
+ #: views/table.php:14
1526
+ msgid "Tue"
1527
+ msgstr "Tir"
1528
+
1529
+ #: views/table.php:15
1530
+ msgid "Wednesday"
1531
+ msgstr "Onsdag"
1532
+
1533
+ #: views/table.php:15
1534
+ msgid "Wed"
1535
+ msgstr "Ons"
1536
+
1537
+ #: views/table.php:16
1538
+ msgid "Thursday"
1539
+ msgstr "Torsdag"
1540
+
1541
+ #: views/table.php:16
1542
+ msgid "Thu"
1543
+ msgstr "Tor"
1544
+
1545
+ #: views/table.php:17
1546
+ msgid "Friday"
1547
+ msgstr "Fredag"
1548
+
1549
+ #: views/table.php:17
1550
+ msgid "Fri"
1551
+ msgstr "Fre"
1552
+
1553
+ #: views/table.php:18
1554
+ msgid "Saturday"
1555
+ msgstr "Lørdag"
1556
+
1557
+ #: views/table.php:18
1558
+ msgid "Sat"
1559
+ msgstr "Lør"
1560
+
1561
+ #. Plugin Name of an extension
1562
+ msgid "The Events Calendar"
1563
+ msgstr "Event kalenderen"
1564
+
1565
+ #. Plugin URI of an extension
1566
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1567
+ msgstr ""
1568
+
1569
+ #. Description of an extension
1570
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1571
+ msgstr ""
1572
+
1573
+ #. Author of an extension
1574
+ msgid "Shane & Peter, Inc."
1575
+ msgstr ""
1576
+
1577
+ #. Author URI of an extension
1578
+ msgid "http://www.shaneandpeter.com/"
1579
+ msgstr ""
1580
+
trunk/lang/the-events-calendar-de_DE.mo ADDED
Binary file
trunk/lang/the-events-calendar-de_DE.po ADDED
@@ -0,0 +1,1709 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.6 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: The Events Calendar 1.6\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
10
+ "POT-Creation-Date: 2010-05-11 18:45+0000\n"
11
+ "PO-Revision-Date: 2010-05-12 00:13+0100\n"
12
+ "Last-Translator: André Schuhmann <Andre.Schuhmann@yahoo.de>\n"
13
+ "Language-Team: André Schuhmann <Andre.Schuhmann@yahoo.de>\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: German\n"
18
+ "X-Poedit-Country: GERMANY\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+
21
+ #: events-calendar-widget.class.php:12
22
+ msgid "A calendar of your events"
23
+ msgstr "Ein Kalender für Events"
24
+
25
+ #: events-calendar-widget.class.php:13
26
+ msgid "Events Calendar"
27
+ msgstr "Veranstaltungskalender"
28
+
29
+ #: events-calendar-widget.class.php:39
30
+ #: views/events-list-load-widget-admin.php:2
31
+ msgid "Title:"
32
+ msgstr "Titel:"
33
+
34
+ #: events-list-widget.class.php:15
35
+ msgid "A widget that displays the next upcoming x events."
36
+ msgstr "Ein Widget, das die nächsten x Events zeigt."
37
+
38
+ #: events-list-widget.class.php:57
39
+ msgid "View All Events"
40
+ msgstr "Alle Events zeigen"
41
+
42
+ #: the-events-calendar.class.php:47
43
+ msgid "Sun"
44
+ msgstr "So"
45
+
46
+ #: the-events-calendar.class.php:47
47
+ msgid "Mon"
48
+ msgstr "Mo"
49
+
50
+ #: the-events-calendar.class.php:47
51
+ msgid "Tue"
52
+ msgstr "Di"
53
+
54
+ #: the-events-calendar.class.php:47
55
+ msgid "Wed"
56
+ msgstr "Mi"
57
+
58
+ #: the-events-calendar.class.php:47
59
+ msgid "Thu"
60
+ msgstr "Do"
61
+
62
+ #: the-events-calendar.class.php:47
63
+ msgid "Fri"
64
+ msgstr "Fr"
65
+
66
+ #: the-events-calendar.class.php:47
67
+ msgid "Sat"
68
+ msgstr "Sa"
69
+
70
+ #: the-events-calendar.class.php:48
71
+ msgid "Sunday"
72
+ msgstr "Sonntag"
73
+
74
+ #: the-events-calendar.class.php:48
75
+ msgid "Monday"
76
+ msgstr "Montag"
77
+
78
+ #: the-events-calendar.class.php:48
79
+ msgid "Tuesday"
80
+ msgstr "Dienstag"
81
+
82
+ #: the-events-calendar.class.php:48
83
+ msgid "Wednesday"
84
+ msgstr "Mittwoch"
85
+
86
+ #: the-events-calendar.class.php:48
87
+ msgid "Thursday"
88
+ msgstr "Donnerstag"
89
+
90
+ #: the-events-calendar.class.php:48
91
+ msgid "Friday"
92
+ msgstr "Freitag"
93
+
94
+ #: the-events-calendar.class.php:48
95
+ msgid "Saturday"
96
+ msgstr "Samstag"
97
+
98
+ #: the-events-calendar.class.php:54
99
+ msgid "United States"
100
+ msgstr ""
101
+
102
+ #: the-events-calendar.class.php:55
103
+ msgid "Afghanistan"
104
+ msgstr ""
105
+
106
+ #: the-events-calendar.class.php:56
107
+ msgid "Albania"
108
+ msgstr ""
109
+
110
+ #: the-events-calendar.class.php:57
111
+ msgid "Algeria"
112
+ msgstr ""
113
+
114
+ #: the-events-calendar.class.php:58
115
+ msgid "American Samoa"
116
+ msgstr ""
117
+
118
+ #: the-events-calendar.class.php:59
119
+ msgid "Andorra"
120
+ msgstr ""
121
+
122
+ #: the-events-calendar.class.php:60
123
+ msgid "Angola"
124
+ msgstr ""
125
+
126
+ #: the-events-calendar.class.php:61
127
+ msgid "Anguilla"
128
+ msgstr ""
129
+
130
+ #: the-events-calendar.class.php:62
131
+ msgid "Antarctica"
132
+ msgstr ""
133
+
134
+ #: the-events-calendar.class.php:63
135
+ msgid "Antigua And Barbuda"
136
+ msgstr ""
137
+
138
+ #: the-events-calendar.class.php:64
139
+ msgid "Argentina"
140
+ msgstr ""
141
+
142
+ #: the-events-calendar.class.php:65
143
+ msgid "Armenia"
144
+ msgstr ""
145
+
146
+ #: the-events-calendar.class.php:66
147
+ msgid "Aruba"
148
+ msgstr ""
149
+
150
+ #: the-events-calendar.class.php:67
151
+ msgid "Australia"
152
+ msgstr ""
153
+
154
+ #: the-events-calendar.class.php:68
155
+ msgid "Austria"
156
+ msgstr ""
157
+
158
+ #: the-events-calendar.class.php:69
159
+ msgid "Azerbaijan"
160
+ msgstr ""
161
+
162
+ #: the-events-calendar.class.php:70
163
+ msgid "Bahamas"
164
+ msgstr ""
165
+
166
+ #: the-events-calendar.class.php:71
167
+ msgid "Bahrain"
168
+ msgstr ""
169
+
170
+ #: the-events-calendar.class.php:72
171
+ msgid "Bangladesh"
172
+ msgstr ""
173
+
174
+ #: the-events-calendar.class.php:73
175
+ msgid "Barbados"
176
+ msgstr ""
177
+
178
+ #: the-events-calendar.class.php:74
179
+ msgid "Belarus"
180
+ msgstr ""
181
+
182
+ #: the-events-calendar.class.php:75
183
+ msgid "Belgium"
184
+ msgstr ""
185
+
186
+ #: the-events-calendar.class.php:76
187
+ msgid "Belize"
188
+ msgstr ""
189
+
190
+ #: the-events-calendar.class.php:77
191
+ msgid "Benin"
192
+ msgstr ""
193
+
194
+ #: the-events-calendar.class.php:78
195
+ msgid "Bermuda"
196
+ msgstr ""
197
+
198
+ #: the-events-calendar.class.php:79
199
+ msgid "Bhutan"
200
+ msgstr ""
201
+
202
+ #: the-events-calendar.class.php:80
203
+ msgid "Bolivia"
204
+ msgstr ""
205
+
206
+ #: the-events-calendar.class.php:81
207
+ msgid "Bosnia And Herzegowina"
208
+ msgstr ""
209
+
210
+ #: the-events-calendar.class.php:82
211
+ msgid "Botswana"
212
+ msgstr ""
213
+
214
+ #: the-events-calendar.class.php:83
215
+ msgid "Bouvet Island"
216
+ msgstr ""
217
+
218
+ #: the-events-calendar.class.php:84
219
+ msgid "Brazil"
220
+ msgstr ""
221
+
222
+ #: the-events-calendar.class.php:85
223
+ msgid "British Indian Ocean Territory"
224
+ msgstr ""
225
+
226
+ #: the-events-calendar.class.php:86
227
+ msgid "Brunei Darussalam"
228
+ msgstr ""
229
+
230
+ #: the-events-calendar.class.php:87
231
+ msgid "Bulgaria"
232
+ msgstr ""
233
+
234
+ #: the-events-calendar.class.php:88
235
+ msgid "Burkina Faso"
236
+ msgstr ""
237
+
238
+ #: the-events-calendar.class.php:89
239
+ msgid "Burundi"
240
+ msgstr ""
241
+
242
+ #: the-events-calendar.class.php:90
243
+ msgid "Cambodia"
244
+ msgstr ""
245
+
246
+ #: the-events-calendar.class.php:91
247
+ msgid "Cameroon"
248
+ msgstr ""
249
+
250
+ #: the-events-calendar.class.php:92
251
+ msgid "Canada"
252
+ msgstr ""
253
+
254
+ #: the-events-calendar.class.php:93
255
+ msgid "Cape Verde"
256
+ msgstr ""
257
+
258
+ #: the-events-calendar.class.php:94
259
+ msgid "Cayman Islands"
260
+ msgstr ""
261
+
262
+ #: the-events-calendar.class.php:95
263
+ msgid "Central African Republic"
264
+ msgstr ""
265
+
266
+ #: the-events-calendar.class.php:96
267
+ msgid "Chad"
268
+ msgstr ""
269
+
270
+ #: the-events-calendar.class.php:97
271
+ msgid "Chile"
272
+ msgstr ""
273
+
274
+ #: the-events-calendar.class.php:98
275
+ msgid "China"
276
+ msgstr ""
277
+
278
+ #: the-events-calendar.class.php:99
279
+ msgid "Christmas Island"
280
+ msgstr ""
281
+
282
+ #: the-events-calendar.class.php:100
283
+ msgid "Cocos (Keeling) Islands"
284
+ msgstr ""
285
+
286
+ #: the-events-calendar.class.php:101
287
+ msgid "Colombia"
288
+ msgstr ""
289
+
290
+ #: the-events-calendar.class.php:102
291
+ msgid "Comoros"
292
+ msgstr ""
293
+
294
+ #: the-events-calendar.class.php:103
295
+ msgid "Congo"
296
+ msgstr ""
297
+
298
+ #: the-events-calendar.class.php:104
299
+ msgid "Congo, The Democratic Republic Of The"
300
+ msgstr ""
301
+
302
+ #: the-events-calendar.class.php:105
303
+ msgid "Cook Islands"
304
+ msgstr ""
305
+
306
+ #: the-events-calendar.class.php:106
307
+ msgid "Costa Rica"
308
+ msgstr ""
309
+
310
+ #: the-events-calendar.class.php:107
311
+ msgid "Cote D'Ivoire"
312
+ msgstr ""
313
+
314
+ #: the-events-calendar.class.php:108
315
+ msgid "Croatia (Local Name: Hrvatska)"
316
+ msgstr ""
317
+
318
+ #: the-events-calendar.class.php:109
319
+ msgid "Cuba"
320
+ msgstr ""
321
+
322
+ #: the-events-calendar.class.php:110
323
+ msgid "Cyprus"
324
+ msgstr ""
325
+
326
+ #: the-events-calendar.class.php:111
327
+ msgid "Czech Republic"
328
+ msgstr ""
329
+
330
+ #: the-events-calendar.class.php:112
331
+ msgid "Denmark"
332
+ msgstr ""
333
+
334
+ #: the-events-calendar.class.php:113
335
+ msgid "Djibouti"
336
+ msgstr ""
337
+
338
+ #: the-events-calendar.class.php:114
339
+ msgid "Dominica"
340
+ msgstr ""
341
+
342
+ #: the-events-calendar.class.php:115
343
+ msgid "Dominican Republic"
344
+ msgstr ""
345
+
346
+ #: the-events-calendar.class.php:116
347
+ msgid "East Timor"
348
+ msgstr ""
349
+
350
+ #: the-events-calendar.class.php:117
351
+ msgid "Ecuador"
352
+ msgstr ""
353
+
354
+ #: the-events-calendar.class.php:118
355
+ msgid "Egypt"
356
+ msgstr ""
357
+
358
+ #: the-events-calendar.class.php:119
359
+ msgid "El Salvador"
360
+ msgstr ""
361
+
362
+ #: the-events-calendar.class.php:120
363
+ msgid "Equatorial Guinea"
364
+ msgstr ""
365
+
366
+ #: the-events-calendar.class.php:121
367
+ msgid "Eritrea"
368
+ msgstr ""
369
+
370
+ #: the-events-calendar.class.php:122
371
+ msgid "Estonia"
372
+ msgstr ""
373
+
374
+ #: the-events-calendar.class.php:123
375
+ msgid "Ethiopia"
376
+ msgstr ""
377
+
378
+ #: the-events-calendar.class.php:124
379
+ msgid "Falkland Islands (Malvinas)"
380
+ msgstr ""
381
+
382
+ #: the-events-calendar.class.php:125
383
+ msgid "Faroe Islands"
384
+ msgstr ""
385
+
386
+ #: the-events-calendar.class.php:126
387
+ msgid "Fiji"
388
+ msgstr ""
389
+
390
+ #: the-events-calendar.class.php:127
391
+ msgid "Finland"
392
+ msgstr ""
393
+
394
+ #: the-events-calendar.class.php:128
395
+ msgid "France"
396
+ msgstr ""
397
+
398
+ #: the-events-calendar.class.php:129
399
+ msgid "France, Metropolitan"
400
+ msgstr ""
401
+
402
+ #: the-events-calendar.class.php:130
403
+ msgid "French Guiana"
404
+ msgstr ""
405
+
406
+ #: the-events-calendar.class.php:131
407
+ msgid "French Polynesia"
408
+ msgstr ""
409
+
410
+ #: the-events-calendar.class.php:132
411
+ msgid "French Southern Territories"
412
+ msgstr ""
413
+
414
+ #: the-events-calendar.class.php:133
415
+ msgid "Gabon"
416
+ msgstr ""
417
+
418
+ #: the-events-calendar.class.php:134
419
+ msgid "Gambia"
420
+ msgstr ""
421
+
422
+ #: the-events-calendar.class.php:135
423
+ #: views/events-meta-box.php:324
424
+ msgid "Georgia"
425
+ msgstr ""
426
+
427
+ #: the-events-calendar.class.php:136
428
+ msgid "Germany"
429
+ msgstr "Deutschland"
430
+
431
+ #: the-events-calendar.class.php:137
432
+ msgid "Ghana"
433
+ msgstr ""
434
+
435
+ #: the-events-calendar.class.php:138
436
+ msgid "Gibraltar"
437
+ msgstr ""
438
+
439
+ #: the-events-calendar.class.php:139
440
+ msgid "Greece"
441
+ msgstr ""
442
+
443
+ #: the-events-calendar.class.php:140
444
+ msgid "Greenland"
445
+ msgstr ""
446
+
447
+ #: the-events-calendar.class.php:141
448
+ msgid "Grenada"
449
+ msgstr ""
450
+
451
+ #: the-events-calendar.class.php:142
452
+ msgid "Guadeloupe"
453
+ msgstr ""
454
+
455
+ #: the-events-calendar.class.php:143
456
+ msgid "Guam"
457
+ msgstr ""
458
+
459
+ #: the-events-calendar.class.php:144
460
+ msgid "Guatemala"
461
+ msgstr ""
462
+
463
+ #: the-events-calendar.class.php:145
464
+ msgid "Guinea"
465
+ msgstr ""
466
+
467
+ #: the-events-calendar.class.php:146
468
+ msgid "Guinea-Bissau"
469
+ msgstr ""
470
+
471
+ #: the-events-calendar.class.php:147
472
+ msgid "Guyana"
473
+ msgstr ""
474
+
475
+ #: the-events-calendar.class.php:148
476
+ msgid "Haiti"
477
+ msgstr ""
478
+
479
+ #: the-events-calendar.class.php:149
480
+ msgid "Heard And Mc Donald Islands"
481
+ msgstr ""
482
+
483
+ #: the-events-calendar.class.php:150
484
+ msgid "Holy See (Vatican City State)"
485
+ msgstr ""
486
+
487
+ #: the-events-calendar.class.php:151
488
+ msgid "Honduras"
489
+ msgstr ""
490
+
491
+ #: the-events-calendar.class.php:152
492
+ msgid "Hong Kong"
493
+ msgstr ""
494
+
495
+ #: the-events-calendar.class.php:153
496
+ msgid "Hungary"
497
+ msgstr ""
498
+
499
+ #: the-events-calendar.class.php:154
500
+ msgid "Iceland"
501
+ msgstr ""
502
+
503
+ #: the-events-calendar.class.php:155
504
+ msgid "India"
505
+ msgstr ""
506
+
507
+ #: the-events-calendar.class.php:156
508
+ msgid "Indonesia"
509
+ msgstr ""
510
+
511
+ #: the-events-calendar.class.php:157
512
+ msgid "Iran (Islamic Republic Of)"
513
+ msgstr ""
514
+
515
+ #: the-events-calendar.class.php:158
516
+ msgid "Iraq"
517
+ msgstr ""
518
+
519
+ #: the-events-calendar.class.php:159
520
+ msgid "Ireland"
521
+ msgstr ""
522
+
523
+ #: the-events-calendar.class.php:160
524
+ msgid "Israel"
525
+ msgstr ""
526
+
527
+ #: the-events-calendar.class.php:161
528
+ msgid "Italy"
529
+ msgstr ""
530
+
531
+ #: the-events-calendar.class.php:162
532
+ msgid "Jamaica"
533
+ msgstr ""
534
+
535
+ #: the-events-calendar.class.php:163
536
+ msgid "Japan"
537
+ msgstr ""
538
+
539
+ #: the-events-calendar.class.php:164
540
+ msgid "Jordan"
541
+ msgstr ""
542
+
543
+ #: the-events-calendar.class.php:165
544
+ msgid "Kazakhstan"
545
+ msgstr ""
546
+
547
+ #: the-events-calendar.class.php:166
548
+ msgid "Kenya"
549
+ msgstr ""
550
+
551
+ #: the-events-calendar.class.php:167
552
+ msgid "Kiribati"
553
+ msgstr ""
554
+
555
+ #: the-events-calendar.class.php:168
556
+ msgid "Korea, Democratic People's Republic Of"
557
+ msgstr ""
558
+
559
+ #: the-events-calendar.class.php:169
560
+ msgid "Korea, Republic Of"
561
+ msgstr ""
562
+
563
+ #: the-events-calendar.class.php:170
564
+ msgid "Kuwait"
565
+ msgstr ""
566
+
567
+ #: the-events-calendar.class.php:171
568
+ msgid "Kyrgyzstan"
569
+ msgstr ""
570
+
571
+ #: the-events-calendar.class.php:172
572
+ msgid "Lao People's Democratic Republic"
573
+ msgstr ""
574
+
575
+ #: the-events-calendar.class.php:173
576
+ msgid "Latvia"
577
+ msgstr ""
578
+
579
+ #: the-events-calendar.class.php:174
580
+ msgid "Lebanon"
581
+ msgstr ""
582
+
583
+ #: the-events-calendar.class.php:175
584
+ msgid "Lesotho"
585
+ msgstr ""
586
+
587
+ #: the-events-calendar.class.php:176
588
+ msgid "Liberia"
589
+ msgstr ""
590
+
591
+ #: the-events-calendar.class.php:177
592
+ msgid "Libyan Arab Jamahiriya"
593
+ msgstr ""
594
+
595
+ #: the-events-calendar.class.php:178
596
+ msgid "Liechtenstein"
597
+ msgstr ""
598
+
599
+ #: the-events-calendar.class.php:179
600
+ msgid "Lithuania"
601
+ msgstr ""
602
+
603
+ #: the-events-calendar.class.php:180
604
+ msgid "Luxembourg"
605
+ msgstr ""
606
+
607
+ #: the-events-calendar.class.php:181
608
+ msgid "Macau"
609
+ msgstr ""
610
+
611
+ #: the-events-calendar.class.php:182
612
+ msgid "Macedonia, Former Yugoslav Republic Of"
613
+ msgstr ""
614
+
615
+ #: the-events-calendar.class.php:183
616
+ msgid "Madagascar"
617
+ msgstr ""
618
+
619
+ #: the-events-calendar.class.php:184
620
+ msgid "Malawi"
621
+ msgstr ""
622
+
623
+ #: the-events-calendar.class.php:185
624
+ msgid "Malaysia"
625
+ msgstr ""
626
+
627
+ #: the-events-calendar.class.php:186
628
+ msgid "Maldives"
629
+ msgstr ""
630
+
631
+ #: the-events-calendar.class.php:187
632
+ msgid "Mali"
633
+ msgstr ""
634
+
635
+ #: the-events-calendar.class.php:188
636
+ msgid "Malta"
637
+ msgstr ""
638
+
639
+ #: the-events-calendar.class.php:189
640
+ msgid "Marshall Islands"
641
+ msgstr ""
642
+
643
+ #: the-events-calendar.class.php:190
644
+ msgid "Martinique"
645
+ msgstr ""
646
+
647
+ #: the-events-calendar.class.php:191
648
+ msgid "Mauritania"
649
+ msgstr ""
650
+
651
+ #: the-events-calendar.class.php:192
652
+ msgid "Mauritius"
653
+ msgstr ""
654
+
655
+ #: the-events-calendar.class.php:193
656
+ msgid "Mayotte"
657
+ msgstr ""
658
+
659
+ #: the-events-calendar.class.php:194
660
+ msgid "Mexico"
661
+ msgstr ""
662
+
663
+ #: the-events-calendar.class.php:195
664
+ msgid "Micronesia, Federated States Of"
665
+ msgstr ""
666
+
667
+ #: the-events-calendar.class.php:196
668
+ msgid "Moldova, Republic Of"
669
+ msgstr ""
670
+
671
+ #: the-events-calendar.class.php:197
672
+ msgid "Monaco"
673
+ msgstr ""
674
+
675
+ #: the-events-calendar.class.php:198
676
+ msgid "Mongolia"
677
+ msgstr ""
678
+
679
+ #: the-events-calendar.class.php:199
680
+ msgid "Montserrat"
681
+ msgstr ""
682
+
683
+ #: the-events-calendar.class.php:200
684
+ msgid "Morocco"
685
+ msgstr ""
686
+
687
+ #: the-events-calendar.class.php:201
688
+ msgid "Mozambique"
689
+ msgstr ""
690
+
691
+ #: the-events-calendar.class.php:202
692
+ msgid "Myanmar"
693
+ msgstr ""
694
+
695
+ #: the-events-calendar.class.php:203
696
+ msgid "Namibia"
697
+ msgstr ""
698
+
699
+ #: the-events-calendar.class.php:204
700
+ msgid "Nauru"
701
+ msgstr ""
702
+
703
+ #: the-events-calendar.class.php:205
704
+ msgid "Nepal"
705
+ msgstr ""
706
+
707
+ #: the-events-calendar.class.php:206
708
+ msgid "Netherlands"
709
+ msgstr ""
710
+
711
+ #: the-events-calendar.class.php:207
712
+ msgid "Netherlands Antilles"
713
+ msgstr ""
714
+
715
+ #: the-events-calendar.class.php:208
716
+ msgid "New Caledonia"
717
+ msgstr ""
718
+
719
+ #: the-events-calendar.class.php:209
720
+ msgid "New Zealand"
721
+ msgstr ""
722
+
723
+ #: the-events-calendar.class.php:210
724
+ msgid "Nicaragua"
725
+ msgstr ""
726
+
727
+ #: the-events-calendar.class.php:211
728
+ msgid "Niger"
729
+ msgstr ""
730
+
731
+ #: the-events-calendar.class.php:212
732
+ msgid "Nigeria"
733
+ msgstr ""
734
+
735
+ #: the-events-calendar.class.php:213
736
+ msgid "Niue"
737
+ msgstr ""
738
+
739
+ #: the-events-calendar.class.php:214
740
+ msgid "Norfolk Island"
741
+ msgstr ""
742
+
743
+ #: the-events-calendar.class.php:215
744
+ msgid "Northern Mariana Islands"
745
+ msgstr ""
746
+
747
+ #: the-events-calendar.class.php:216
748
+ msgid "Norway"
749
+ msgstr ""
750
+
751
+ #: the-events-calendar.class.php:217
752
+ msgid "Oman"
753
+ msgstr ""
754
+
755
+ #: the-events-calendar.class.php:218
756
+ msgid "Pakistan"
757
+ msgstr ""
758
+
759
+ #: the-events-calendar.class.php:219
760
+ msgid "Palau"
761
+ msgstr ""
762
+
763
+ #: the-events-calendar.class.php:220
764
+ msgid "Panama"
765
+ msgstr ""
766
+
767
+ #: the-events-calendar.class.php:221
768
+ msgid "Papua New Guinea"
769
+ msgstr ""
770
+
771
+ #: the-events-calendar.class.php:222
772
+ msgid "Paraguay"
773
+ msgstr ""
774
+
775
+ #: the-events-calendar.class.php:223
776
+ msgid "Peru"
777
+ msgstr ""
778
+
779
+ #: the-events-calendar.class.php:224
780
+ msgid "Philippines"
781
+ msgstr ""
782
+
783
+ #: the-events-calendar.class.php:225
784
+ msgid "Pitcairn"
785
+ msgstr ""
786
+
787
+ #: the-events-calendar.class.php:226
788
+ msgid "Poland"
789
+ msgstr ""
790
+
791
+ #: the-events-calendar.class.php:227
792
+ msgid "Portugal"
793
+ msgstr ""
794
+
795
+ #: the-events-calendar.class.php:228
796
+ msgid "Puerto Rico"
797
+ msgstr ""
798
+
799
+ #: the-events-calendar.class.php:229
800
+ msgid "Qatar"
801
+ msgstr ""
802
+
803
+ #: the-events-calendar.class.php:230
804
+ msgid "Reunion"
805
+ msgstr ""
806
+
807
+ #: the-events-calendar.class.php:231
808
+ msgid "Romania"
809
+ msgstr ""
810
+
811
+ #: the-events-calendar.class.php:232
812
+ msgid "Russian Federation"
813
+ msgstr ""
814
+
815
+ #: the-events-calendar.class.php:233
816
+ msgid "Rwanda"
817
+ msgstr ""
818
+
819
+ #: the-events-calendar.class.php:234
820
+ msgid "Saint Kitts And Nevis"
821
+ msgstr ""
822
+
823
+ #: the-events-calendar.class.php:235
824
+ msgid "Saint Lucia"
825
+ msgstr ""
826
+
827
+ #: the-events-calendar.class.php:236
828
+ msgid "Saint Vincent And The Grenadines"
829
+ msgstr ""
830
+
831
+ #: the-events-calendar.class.php:237
832
+ msgid "Samoa"
833
+ msgstr ""
834
+
835
+ #: the-events-calendar.class.php:238
836
+ msgid "San Marino"
837
+ msgstr ""
838
+
839
+ #: the-events-calendar.class.php:239
840
+ msgid "Sao Tome And Principe"
841
+ msgstr ""
842
+
843
+ #: the-events-calendar.class.php:240
844
+ msgid "Saudi Arabia"
845
+ msgstr ""
846
+
847
+ #: the-events-calendar.class.php:241
848
+ msgid "Senegal"
849
+ msgstr ""
850
+
851
+ #: the-events-calendar.class.php:242
852
+ msgid "Seychelles"
853
+ msgstr ""
854
+
855
+ #: the-events-calendar.class.php:243
856
+ msgid "Sierra Leone"
857
+ msgstr ""
858
+
859
+ #: the-events-calendar.class.php:244
860
+ msgid "Singapore"
861
+ msgstr ""
862
+
863
+ #: the-events-calendar.class.php:245
864
+ msgid "Slovakia (Slovak Republic)"
865
+ msgstr ""
866
+
867
+ #: the-events-calendar.class.php:246
868
+ msgid "Slovenia"
869
+ msgstr ""
870
+
871
+ #: the-events-calendar.class.php:247
872
+ msgid "Solomon Islands"
873
+ msgstr ""
874
+
875
+ #: the-events-calendar.class.php:248
876
+ msgid "Somalia"
877
+ msgstr ""
878
+
879
+ #: the-events-calendar.class.php:249
880
+ msgid "South Africa"
881
+ msgstr ""
882
+
883
+ #: the-events-calendar.class.php:250
884
+ msgid "South Georgia, South Sandwich Islands"
885
+ msgstr ""
886
+
887
+ #: the-events-calendar.class.php:251
888
+ msgid "Spain"
889
+ msgstr ""
890
+
891
+ #: the-events-calendar.class.php:252
892
+ msgid "Sri Lanka"
893
+ msgstr ""
894
+
895
+ #: the-events-calendar.class.php:253
896
+ msgid "St. Helena"
897
+ msgstr ""
898
+
899
+ #: the-events-calendar.class.php:254
900
+ msgid "St. Pierre And Miquelon"
901
+ msgstr ""
902
+
903
+ #: the-events-calendar.class.php:255
904
+ msgid "Sudan"
905
+ msgstr ""
906
+
907
+ #: the-events-calendar.class.php:256
908
+ msgid "Suriname"
909
+ msgstr ""
910
+
911
+ #: the-events-calendar.class.php:257
912
+ msgid "Svalbard And Jan Mayen Islands"
913
+ msgstr ""
914
+
915
+ #: the-events-calendar.class.php:258
916
+ msgid "Swaziland"
917
+ msgstr ""
918
+
919
+ #: the-events-calendar.class.php:259
920
+ msgid "Sweden"
921
+ msgstr ""
922
+
923
+ #: the-events-calendar.class.php:260
924
+ msgid "Switzerland"
925
+ msgstr ""
926
+
927
+ #: the-events-calendar.class.php:261
928
+ msgid "Syrian Arab Republic"
929
+ msgstr ""
930
+
931
+ #: the-events-calendar.class.php:262
932
+ msgid "Taiwan"
933
+ msgstr ""
934
+
935
+ #: the-events-calendar.class.php:263
936
+ msgid "Tajikistan"
937
+ msgstr ""
938
+
939
+ #: the-events-calendar.class.php:264
940
+ msgid "Tanzania, United Republic Of"
941
+ msgstr ""
942
+
943
+ #: the-events-calendar.class.php:265
944
+ msgid "Thailand"
945
+ msgstr ""
946
+
947
+ #: the-events-calendar.class.php:266
948
+ msgid "Togo"
949
+ msgstr ""
950
+
951
+ #: the-events-calendar.class.php:267
952
+ msgid "Tokelau"
953
+ msgstr ""
954
+
955
+ #: the-events-calendar.class.php:268
956
+ msgid "Tonga"
957
+ msgstr ""
958
+
959
+ #: the-events-calendar.class.php:269
960
+ msgid "Trinidad And Tobago"
961
+ msgstr ""
962
+
963
+ #: the-events-calendar.class.php:270
964
+ msgid "Tunisia"
965
+ msgstr ""
966
+
967
+ #: the-events-calendar.class.php:271
968
+ msgid "Turkey"
969
+ msgstr ""
970
+
971
+ #: the-events-calendar.class.php:272
972
+ msgid "Turkmenistan"
973
+ msgstr ""
974
+
975
+ #: the-events-calendar.class.php:273
976
+ msgid "Turks And Caicos Islands"
977
+ msgstr ""
978
+
979
+ #: the-events-calendar.class.php:274
980
+ msgid "Tuvalu"
981
+ msgstr ""
982
+
983
+ #: the-events-calendar.class.php:275
984
+ msgid "Uganda"
985
+ msgstr ""
986
+
987
+ #: the-events-calendar.class.php:276
988
+ msgid "Ukraine"
989
+ msgstr ""
990
+
991
+ #: the-events-calendar.class.php:277
992
+ msgid "United Arab Emirates"
993
+ msgstr ""
994
+
995
+ #: the-events-calendar.class.php:278
996
+ msgid "United Kingdom"
997
+ msgstr ""
998
+
999
+ #: the-events-calendar.class.php:279
1000
+ msgid "United States Minor Outlying Islands"
1001
+ msgstr ""
1002
+
1003
+ #: the-events-calendar.class.php:280
1004
+ msgid "Uruguay"
1005
+ msgstr ""
1006
+
1007
+ #: the-events-calendar.class.php:281
1008
+ msgid "Uzbekistan"
1009
+ msgstr ""
1010
+
1011
+ #: the-events-calendar.class.php:282
1012
+ msgid "Vanuatu"
1013
+ msgstr ""
1014
+
1015
+ #: the-events-calendar.class.php:283
1016
+ msgid "Venezuela"
1017
+ msgstr ""
1018
+
1019
+ #: the-events-calendar.class.php:284
1020
+ msgid "Viet Nam"
1021
+ msgstr ""
1022
+
1023
+ #: the-events-calendar.class.php:285
1024
+ msgid "Virgin Islands (British)"
1025
+ msgstr ""
1026
+
1027
+ #: the-events-calendar.class.php:286
1028
+ msgid "Virgin Islands (U.S.)"
1029
+ msgstr ""
1030
+
1031
+ #: the-events-calendar.class.php:287
1032
+ msgid "Wallis And Futuna Islands"
1033
+ msgstr ""
1034
+
1035
+ #: the-events-calendar.class.php:288
1036
+ msgid "Western Sahara"
1037
+ msgstr ""
1038
+
1039
+ #: the-events-calendar.class.php:289
1040
+ msgid "Yemen"
1041
+ msgstr ""
1042
+
1043
+ #: the-events-calendar.class.php:290
1044
+ msgid "Yugoslavia"
1045
+ msgstr ""
1046
+
1047
+ #: the-events-calendar.class.php:291
1048
+ msgid "Zambia"
1049
+ msgstr ""
1050
+
1051
+ #: the-events-calendar.class.php:292
1052
+ msgid "Zimbabwe"
1053
+ msgstr ""
1054
+
1055
+ #: the-events-calendar.class.php:491
1056
+ msgid "Jan"
1057
+ msgstr "Jan"
1058
+
1059
+ #: the-events-calendar.class.php:492
1060
+ msgid "Feb"
1061
+ msgstr "Feb"
1062
+
1063
+ #: the-events-calendar.class.php:493
1064
+ msgid "Mar"
1065
+ msgstr "Mär"
1066
+
1067
+ #: the-events-calendar.class.php:494
1068
+ msgid "Apr"
1069
+ msgstr "Apr"
1070
+
1071
+ #: the-events-calendar.class.php:495
1072
+ #: the-events-calendar.class.php:509
1073
+ msgid "May"
1074
+ msgstr "Mai"
1075
+
1076
+ #: the-events-calendar.class.php:496
1077
+ msgid "Jun"
1078
+ msgstr "Jun"
1079
+
1080
+ #: the-events-calendar.class.php:497
1081
+ msgid "Jul"
1082
+ msgstr "Jul"
1083
+
1084
+ #: the-events-calendar.class.php:498
1085
+ msgid "Aug"
1086
+ msgstr "Aug"
1087
+
1088
+ #: the-events-calendar.class.php:499
1089
+ msgid "Sep"
1090
+ msgstr "Sep"
1091
+
1092
+ #: the-events-calendar.class.php:500
1093
+ msgid "Oct"
1094
+ msgstr "Okt"
1095
+
1096
+ #: the-events-calendar.class.php:501
1097
+ msgid "Nov"
1098
+ msgstr "Nov"
1099
+
1100
+ #: the-events-calendar.class.php:502
1101
+ msgid "Dec"
1102
+ msgstr "Dez"
1103
+
1104
+ #: the-events-calendar.class.php:505
1105
+ msgid "January"
1106
+ msgstr "Januar"
1107
+
1108
+ #: the-events-calendar.class.php:506
1109
+ msgid "February"
1110
+ msgstr "Februar"
1111
+
1112
+ #: the-events-calendar.class.php:507
1113
+ msgid "March"
1114
+ msgstr "März"
1115
+
1116
+ #: the-events-calendar.class.php:508
1117
+ msgid "April"
1118
+ msgstr "April"
1119
+
1120
+ #: the-events-calendar.class.php:510
1121
+ msgid "June"
1122
+ msgstr "Juni"
1123
+
1124
+ #: the-events-calendar.class.php:511
1125
+ msgid "July"
1126
+ msgstr "July"
1127
+
1128
+ #: the-events-calendar.class.php:512
1129
+ msgid "August"
1130
+ msgstr "August"
1131
+
1132
+ #: the-events-calendar.class.php:513
1133
+ msgid "September"
1134
+ msgstr "September"
1135
+
1136
+ #: the-events-calendar.class.php:514
1137
+ msgid "October"
1138
+ msgstr "Oktober"
1139
+
1140
+ #: the-events-calendar.class.php:515
1141
+ msgid "November"
1142
+ msgstr "November"
1143
+
1144
+ #: the-events-calendar.class.php:516
1145
+ msgid "December"
1146
+ msgstr "Dezember"
1147
+
1148
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.6) #-#-#-#-#
1149
+ #. Plugin Name of the plugin/theme
1150
+ #: the-events-calendar.class.php:1004
1151
+ msgid "The Events Calendar"
1152
+ msgstr "Der Eventkalender"
1153
+
1154
+ #: views/events-list-load-widget-admin.php:7
1155
+ msgid "Show:"
1156
+ msgstr "Zeigen:"
1157
+
1158
+ #: views/events-list-load-widget-admin.php:16
1159
+ msgid "Display:"
1160
+ msgstr "Anzeigen:"
1161
+
1162
+ #: views/events-list-load-widget-admin.php:19
1163
+ msgid "Start Date & Time"
1164
+ msgstr "Start Datum & Zeit"
1165
+
1166
+ #: views/events-list-load-widget-admin.php:20
1167
+ msgid "End Date & Time"
1168
+ msgstr "Ende Datum & Zeit"
1169
+
1170
+ #: views/events-list-load-widget-admin.php:21
1171
+ msgid "Venue"
1172
+ msgstr "Ort"
1173
+
1174
+ #: views/events-list-load-widget-admin.php:22
1175
+ msgid "Address"
1176
+ msgstr "Straße"
1177
+
1178
+ #: views/events-list-load-widget-admin.php:23
1179
+ msgid "City"
1180
+ msgstr "Stadt"
1181
+
1182
+ #: views/events-list-load-widget-admin.php:24
1183
+ msgid "State (US)"
1184
+ msgstr "Staat (US)"
1185
+
1186
+ #: views/events-list-load-widget-admin.php:25
1187
+ msgid "Province (Int)"
1188
+ msgstr "Bundesland"
1189
+
1190
+ #: views/events-list-load-widget-admin.php:26
1191
+ msgid "Postal Code"
1192
+ msgstr "PLZ"
1193
+
1194
+ #: views/events-list-load-widget-admin.php:27
1195
+ msgid "Country"
1196
+ msgstr "Land"
1197
+
1198
+ #: views/events-list-load-widget-admin.php:28
1199
+ #: views/events-meta-box.php:106
1200
+ msgid "Phone"
1201
+ msgstr "Telefon"
1202
+
1203
+ #: views/events-list-load-widget-admin.php:29
1204
+ msgid "Price"
1205
+ msgstr "Preis"
1206
+
1207
+ #: views/events-list-load-widget-display.php:48
1208
+ msgid "More Info"
1209
+ msgstr "Mehr Infos"
1210
+
1211
+ #: views/events-meta-box.php:106
1212
+ msgid "is not valid."
1213
+ msgstr "ist nich korrekt."
1214
+
1215
+ #: views/events-meta-box.php:106
1216
+ msgid "Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may also use an optional extension of up to five digits prefixed by x or ext (eg. 123 123 4567 x89)"
1217
+ msgstr "Zulässige Eingabeformate sind (wie 02 1234 5678 or 123 123 4567) oder internationales Format (wie +61 (0) 2 1234 5678 oder +1 123 123 4567). Du kannst auch optional bis zu fünf Stellen Erweiterungen wie x oder ext verwenden (wie 123 123 4567 x89)"
1218
+
1219
+ #: views/events-meta-box.php:184
1220
+ msgid "Is this post an event?"
1221
+ msgstr "Ist der Artikel ein Event?"
1222
+
1223
+ #: views/events-meta-box.php:185
1224
+ #: views/events-options.php:181
1225
+ msgid "Yes"
1226
+ msgstr "Ja"
1227
+
1228
+ #: views/events-meta-box.php:186
1229
+ #: views/events-options.php:185
1230
+ msgid "No"
1231
+ msgstr "Nein"
1232
+
1233
+ #: views/events-meta-box.php:203
1234
+ msgid "Event Time &amp; Date"
1235
+ msgstr "Event Zeit &amp; Datum"
1236
+
1237
+ #: views/events-meta-box.php:206
1238
+ msgid "All day event?"
1239
+ msgstr "Ganztags?"
1240
+
1241
+ #: views/events-meta-box.php:210
1242
+ msgid "Start Date / Time:"
1243
+ msgstr "Start Datum / Zeit:"
1244
+
1245
+ #: views/events-meta-box.php:224
1246
+ #: views/events-meta-box.php:254
1247
+ msgid "@"
1248
+ msgstr "@"
1249
+
1250
+ #: views/events-meta-box.php:240
1251
+ msgid "End Date / Time:"
1252
+ msgstr "Ende Datum / Zeit:"
1253
+
1254
+ #: views/events-meta-box.php:270
1255
+ msgid "Event Location Details"
1256
+ msgstr "Eventort Beschreibung"
1257
+
1258
+ #: views/events-meta-box.php:273
1259
+ #: views/list.php:45
1260
+ #: views/single.php:27
1261
+ msgid "Venue:"
1262
+ msgstr "Eventort:"
1263
+
1264
+ #: views/events-meta-box.php:279
1265
+ msgid "Country:"
1266
+ msgstr "Land:"
1267
+
1268
+ #: views/events-meta-box.php:296
1269
+ #: views/list.php:60
1270
+ #: views/single.php:35
1271
+ msgid "Address:"
1272
+ msgstr "Straße:"
1273
+
1274
+ #: views/events-meta-box.php:300
1275
+ msgid "City:"
1276
+ msgstr "Stadt:"
1277
+
1278
+ #: views/events-meta-box.php:305
1279
+ msgid "Province:"
1280
+ msgstr "Bundesland:"
1281
+
1282
+ #: views/events-meta-box.php:309
1283
+ msgid "State:"
1284
+ msgstr "Staat:"
1285
+
1286
+ #: views/events-meta-box.php:312
1287
+ msgid "Select a State:"
1288
+ msgstr "Staat auswählen:"
1289
+
1290
+ #: views/events-meta-box.php:314
1291
+ msgid "Alabama"
1292
+ msgstr "Baden-Württemberg"
1293
+
1294
+ #: views/events-meta-box.php:315
1295
+ msgid "Alaska"
1296
+ msgstr "Bayern"
1297
+
1298
+ #: views/events-meta-box.php:316
1299
+ msgid "Arizona"
1300
+ msgstr "Berlin"
1301
+
1302
+ #: views/events-meta-box.php:317
1303
+ msgid "Arkansas"
1304
+ msgstr "Brandenburg"
1305
+
1306
+ #: views/events-meta-box.php:318
1307
+ msgid "California"
1308
+ msgstr "Bremen"
1309
+
1310
+ #: views/events-meta-box.php:319
1311
+ msgid "Colorado"
1312
+ msgstr "Hamburg"
1313
+
1314
+ #: views/events-meta-box.php:320
1315
+ msgid "Connecticut"
1316
+ msgstr "Hessen"
1317
+
1318
+ #: views/events-meta-box.php:321
1319
+ msgid "Delaware"
1320
+ msgstr "Mecklenburg-Vorpommern"
1321
+
1322
+ #: views/events-meta-box.php:322
1323
+ msgid "District of Columbia"
1324
+ msgstr "Niedersachsen"
1325
+
1326
+ #: views/events-meta-box.php:323
1327
+ msgid "Florida"
1328
+ msgstr "Nordrhein-Westfalen"
1329
+
1330
+ #: views/events-meta-box.php:325
1331
+ msgid "Hawaii"
1332
+ msgstr "Rheinland-Pfalz"
1333
+
1334
+ #: views/events-meta-box.php:326
1335
+ msgid "Idaho"
1336
+ msgstr "Saarland"
1337
+
1338
+ #: views/events-meta-box.php:327
1339
+ msgid "Illinois"
1340
+ msgstr "Sachsen"
1341
+
1342
+ #: views/events-meta-box.php:328
1343
+ msgid "Indiana"
1344
+ msgstr "Sachsen-Anhalt"
1345
+
1346
+ #: views/events-meta-box.php:329
1347
+ msgid "Iowa"
1348
+ msgstr "Schleswig-Holstein"
1349
+
1350
+ #: views/events-meta-box.php:330
1351
+ msgid "Kansas"
1352
+ msgstr "Thüringen"
1353
+
1354
+ #: views/events-meta-box.php:331
1355
+ msgid "Kentucky"
1356
+ msgstr " "
1357
+
1358
+ #: views/events-meta-box.php:332
1359
+ msgid "Louisiana"
1360
+ msgstr " "
1361
+
1362
+ #: views/events-meta-box.php:333
1363
+ msgid "Maine"
1364
+ msgstr " "
1365
+
1366
+ #: views/events-meta-box.php:334
1367
+ msgid "Maryland"
1368
+ msgstr " "
1369
+
1370
+ #: views/events-meta-box.php:335
1371
+ msgid "Massachusetts"
1372
+ msgstr " "
1373
+
1374
+ #: views/events-meta-box.php:336
1375
+ msgid "Michigan"
1376
+ msgstr " "
1377
+
1378
+ #: views/events-meta-box.php:337
1379
+ msgid "Minnesota"
1380
+ msgstr " "
1381
+
1382
+ #: views/events-meta-box.php:338
1383
+ msgid "Mississippi"
1384
+ msgstr " "
1385
+
1386
+ #: views/events-meta-box.php:339
1387
+ msgid "Missouri"
1388
+ msgstr " "
1389
+
1390
+ #: views/events-meta-box.php:340
1391
+ msgid "Montana"
1392
+ msgstr " "
1393
+
1394
+ #: views/events-meta-box.php:341
1395
+ msgid "Nebraska"
1396
+ msgstr " "
1397
+
1398
+ #: views/events-meta-box.php:342
1399
+ msgid "Nevada"
1400
+ msgstr " "
1401
+
1402
+ #: views/events-meta-box.php:343
1403
+ msgid "New Hampshire"
1404
+ msgstr " "
1405
+
1406
+ #: views/events-meta-box.php:344
1407
+ msgid "New Jersey"
1408
+ msgstr " "
1409
+
1410
+ #: views/events-meta-box.php:345
1411
+ msgid "New Mexico"
1412
+ msgstr " "
1413
+
1414
+ #: views/events-meta-box.php:346
1415
+ msgid "New York"
1416
+ msgstr " "
1417
+
1418
+ #: views/events-meta-box.php:347
1419
+ msgid "North Carolina"
1420
+ msgstr " "
1421
+
1422
+ #: views/events-meta-box.php:348
1423
+ msgid "North Dakota"
1424
+ msgstr " "
1425
+
1426
+ #: views/events-meta-box.php:349
1427
+ msgid "Ohio"
1428
+ msgstr " "
1429
+
1430
+ #: views/events-meta-box.php:350
1431
+ msgid "Oklahoma"
1432
+ msgstr " "
1433
+
1434
+ #: views/events-meta-box.php:351
1435
+ msgid "Oregon"
1436
+ msgstr " "
1437
+
1438
+ #: views/events-meta-box.php:352
1439
+ msgid "Pennsylvania"
1440
+ msgstr " "
1441
+
1442
+ #: views/events-meta-box.php:353
1443
+ msgid "Rhode Island"
1444
+ msgstr " "
1445
+
1446
+ #: views/events-meta-box.php:354
1447
+ msgid "South Carolina"
1448
+ msgstr " "
1449
+
1450
+ #: views/events-meta-box.php:355
1451
+ msgid "South Dakota"
1452
+ msgstr " "
1453
+
1454
+ #: views/events-meta-box.php:356
1455
+ msgid "Tennessee"
1456
+ msgstr " "
1457
+
1458
+ #: views/events-meta-box.php:357
1459
+ msgid "Texas"
1460
+ msgstr " "
1461
+
1462
+ #: views/events-meta-box.php:358
1463
+ msgid "Utah"
1464
+ msgstr " "
1465
+
1466
+ #: views/events-meta-box.php:359
1467
+ msgid "Vermont"
1468
+ msgstr " "
1469
+
1470
+ #: views/events-meta-box.php:360
1471
+ msgid "Virginia"
1472
+ msgstr " "
1473
+
1474
+ #: views/events-meta-box.php:361
1475
+ msgid "Washington"
1476
+ msgstr " "
1477
+
1478
+ #: views/events-meta-box.php:362
1479
+ msgid "West Virginia"
1480
+ msgstr " "
1481
+
1482
+ #: views/events-meta-box.php:363
1483
+ msgid "Wisconsin"
1484
+ msgstr " "
1485
+
1486
+ #: views/events-meta-box.php:364
1487
+ msgid "Wyoming"
1488
+ msgstr " "
1489
+
1490
+ #: views/events-meta-box.php:378
1491
+ msgid "Postal Code:"
1492
+ msgstr "PLZ:"
1493
+
1494
+ #: views/events-meta-box.php:382
1495
+ #: views/list.php:54
1496
+ #: views/single.php:31
1497
+ msgid "Phone:"
1498
+ msgstr "Telefon:"
1499
+
1500
+ #: views/events-meta-box.php:386
1501
+ msgid "Event Cost"
1502
+ msgstr "Event Kosten"
1503
+
1504
+ #: views/events-meta-box.php:389
1505
+ #: views/list.php:69
1506
+ #: views/single.php:21
1507
+ msgid "Cost:"
1508
+ msgstr "Preis:"
1509
+
1510
+ #: views/events-meta-box.php:394
1511
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1512
+ msgstr "Leeres Feld wird nicht angezeigt. 0 = kostenlose Veranstaltung."
1513
+
1514
+ #: views/events-meta-box.php:398
1515
+ msgid "Sell Tickets &amp; Track Registration"
1516
+ msgstr "Ticketverkauf &amp; Track Registrierung"
1517
+
1518
+ #: views/events-meta-box.php:403
1519
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1520
+ msgstr "Interessiert an Ticketverkauf und Nachverfolgung? Jetzt kannst du es tun mit unserem <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite ist ein leicht zu bedienendes Event Management Tool mit vielen Eigenschaften. \"Hey, ihr verkauft Eventbrite echt hart. Ihr müsst was zurück bekommen.\" Ok, wenn du es schon ansprichst... so ist es. Wir bekommen eine Kleinigkeit für jeden, der sich mit unserem Referenzlink anmeldet. Das macht es uns möglich den Support und die Entwicklung von Plugins für die Open Source Gemeinde zu machen."
1521
+
1522
+ #: views/events-meta-box.php:403
1523
+ msgid "Check it out here."
1524
+ msgstr "Hier ausprobieren."
1525
+
1526
+ #: views/events-meta-box.php:421
1527
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1528
+ msgstr "<h4>Wenn Du dieses Plugin magst - Unterstütze es</h4><p>Wir verbringen viel Zeit und Anstrengung damit stabile Plugins zu entwickeln und teilen sie sehr gerne mit der Gemeinschaft. Wenn du dieses Plugin nutzt, überlege dir ob du mit einer Spende den Support und die weiterentwicklung unterstützen willst. Du kannst diese Nachricht auf der Seite <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">Einstellungen</a> löschen.</p>"
1529
+
1530
+ #: views/events-meta-box.php:423
1531
+ msgid "Thanks"
1532
+ msgstr "Danke"
1533
+
1534
+ #: views/events-options.php:74
1535
+ msgid "The Events Calendar Settings"
1536
+ msgstr "Die Events Calendar Einstellungen"
1537
+
1538
+ #: views/events-options.php:94
1539
+ msgid "Need a hand?"
1540
+ msgstr "Brauchst du Hilfe?"
1541
+
1542
+ #: views/events-options.php:95
1543
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1544
+ msgstr "Wenn du bei diese Option nicht weiterkommst, bitte <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">probier die Dokumentation</a>. wenn du dich immer noch wunderst was da vor sich geht, versuch den Support im <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">Forum</a> und frage nach Hilfe. Die Open Source Gemeinde ist sehr nett und wird dir weiterhelfen."
1545
+
1546
+ #: views/events-options.php:96
1547
+ msgid "Here is the iCal feed URL for your events: "
1548
+ msgstr "Hier ist die iCal Feed URL für deine Events:"
1549
+
1550
+ #: views/events-options.php:99
1551
+ msgid "Donate"
1552
+ msgstr "Spende"
1553
+
1554
+ #: views/events-options.php:108
1555
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1556
+ msgstr "Wenn du dieses Plugin nützlich findest, überlege dir bitte dem Prduzenten, Shane &#38; Peter, Inc. eine Spende zukommen zu lassen. Vielen Dank!"
1557
+
1558
+ #: views/events-options.php:112
1559
+ msgid "I have already donated, so please hide this button!"
1560
+ msgstr "Ich habe schon gespendet, bitte lösche diesen Knopf!"
1561
+
1562
+ #: views/events-options.php:122
1563
+ msgid "Donate for this wonderful plugin"
1564
+ msgstr "Spende für dieses wunderbare Plugin"
1565
+
1566
+ #: views/events-options.php:136
1567
+ msgid "Settings"
1568
+ msgstr "Einstellungen"
1569
+
1570
+ #: views/events-options.php:139
1571
+ #: views/events-options.php:143
1572
+ msgid "Default View for the Events"
1573
+ msgstr "Vorgabeart der Eventanzeige"
1574
+
1575
+ #: views/events-options.php:155
1576
+ #: views/gridview.php:15
1577
+ #: views/list.php:12
1578
+ msgid "Calendar"
1579
+ msgstr "Kalender"
1580
+
1581
+ #: views/events-options.php:159
1582
+ #: views/gridview.php:14
1583
+ #: views/list.php:11
1584
+ msgid "Event List"
1585
+ msgstr "Veranstaltungsliste"
1586
+
1587
+ #: views/events-options.php:165
1588
+ #: views/events-options.php:169
1589
+ msgid "Show Comments"
1590
+ msgstr "Zeige Kommentare"
1591
+
1592
+ #: views/events-options.php:191
1593
+ msgid "Default Country for Events"
1594
+ msgstr "Vorgabeland der Events"
1595
+
1596
+ #: views/events-options.php:214
1597
+ #: views/events-options.php:218
1598
+ msgid "Display Events on Homepage"
1599
+ msgstr "Events auf der Homepage anzeigen"
1600
+
1601
+ #: views/events-options.php:225
1602
+ #: views/events-options.php:254
1603
+ #: views/events-options.php:281
1604
+ #: views/events-options.php:307
1605
+ msgid "Off"
1606
+ msgstr "Aus"
1607
+
1608
+ #: views/events-options.php:229
1609
+ #: views/events-options.php:258
1610
+ #: views/events-options.php:285
1611
+ #: views/events-options.php:311
1612
+ msgid "On"
1613
+ msgstr "An"
1614
+
1615
+ #: views/events-options.php:236
1616
+ #: views/events-options.php:240
1617
+ msgid "Embed Google Maps"
1618
+ msgstr "Eingebettete Google Maps"
1619
+
1620
+ #: views/events-options.php:261
1621
+ msgid "Height"
1622
+ msgstr "Höhe"
1623
+
1624
+ #: views/events-options.php:262
1625
+ msgid "Width"
1626
+ msgstr "Breite"
1627
+
1628
+ #: views/events-options.php:262
1629
+ msgid "(number or %)"
1630
+ msgstr "(Nummer oder %)"
1631
+
1632
+ #: views/events-options.php:270
1633
+ #: views/events-options.php:274
1634
+ msgid "Feature on Event Date"
1635
+ msgstr "Merkmal am Eventdatum"
1636
+
1637
+ #: views/events-options.php:288
1638
+ msgid "This option will bump an event to the top of the homepage loop on the day of the event."
1639
+ msgstr "Diese Option bringt einen Event an den Anfang der Startseite an dem Tag an dem er stattfindet."
1640
+
1641
+ #: views/events-options.php:296
1642
+ #: views/events-options.php:300
1643
+ msgid "Use Pretty URLs"
1644
+ msgstr "Benutze saubere URLs"
1645
+
1646
+ #: views/events-options.php:314
1647
+ msgid "Pretty URLs (ie, http://site/category/events/upcoming) may interfere with custom themes or plugins."
1648
+ msgstr "Saubere URLs (wie, http://site/category/events/upcoming) könnten sich mit eigenen Themes oder Plugins nicht vertragen."
1649
+
1650
+ #: views/events-options.php:340
1651
+ msgid "Save Changes"
1652
+ msgstr "Änderungen speichern"
1653
+
1654
+ #: views/gridview.php:9
1655
+ #: views/list.php:9
1656
+ msgid "Calendar of Events"
1657
+ msgstr "Veranstaltungskalender"
1658
+
1659
+ #: views/list.php:33
1660
+ #: views/single.php:14
1661
+ msgid "Start:"
1662
+ msgstr "Start:"
1663
+
1664
+ #: views/list.php:37
1665
+ #: views/single.php:17
1666
+ msgid "End:"
1667
+ msgstr "Ende:"
1668
+
1669
+ #: views/list.php:60
1670
+ #: views/single.php:35
1671
+ msgid "Google Map"
1672
+ msgstr "Google Map"
1673
+
1674
+ #: views/list.php:91
1675
+ msgid "&laquo; Previous Events"
1676
+ msgstr "&laquo; Vorige Events"
1677
+
1678
+ #: views/list.php:104
1679
+ msgid "Next Events &raquo;"
1680
+ msgstr "Nächste Events &raquo;"
1681
+
1682
+ #: views/single.php:9
1683
+ msgid "&laquo; Back to Events"
1684
+ msgstr "&laquo; Zurück zu Events"
1685
+
1686
+ #: views/single.php:11
1687
+ msgid "This event has passed."
1688
+ msgstr "Dieses Event ist vorbei."
1689
+
1690
+ #: views/single.php:35
1691
+ msgid "Click to view a Google Map"
1692
+ msgstr "Klick um Google Map anzusehen"
1693
+
1694
+ #. Plugin URI of the plugin/theme
1695
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1696
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1697
+
1698
+ #. Description of the plugin/theme
1699
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1700
+ msgstr "Der Events Calendar Plugin gibt dir die Möglichkeit schnell Events zu erstellen und zu organisieren über den integrierten Editor. Optional kann Eventbrite integriert werden. Google Maps Integration, vorgegebene Kalendergrafik und gestaffelte Listen-Templates mit Ein-Klick-Installation."
1701
+
1702
+ #. Author of the plugin/theme
1703
+ msgid "Shane & Peter, Inc."
1704
+ msgstr "Shane & Peter, Inc."
1705
+
1706
+ #. Author URI of the plugin/theme
1707
+ msgid "http://www.shaneandpeter.com/"
1708
+ msgstr "http://www.shaneandpeter.com/"
1709
+
trunk/lang/the-events-calendar-en_US.mo ADDED
Binary file
trunk/lang/the-events-calendar-en_US.po ADDED
@@ -0,0 +1,1579 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.5.4 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: The Events Calendar 1.5.4\n"
10
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
11
+ "POT-Creation-Date: 2010-01-31 01:16+0000\n"
12
+ "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=utf-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+
19
+ #: the-events-calendar.php:54
20
+ msgid "United States"
21
+ msgstr ""
22
+
23
+ #: the-events-calendar.php:55
24
+ msgid "Afghanistan"
25
+ msgstr ""
26
+
27
+ #: the-events-calendar.php:56
28
+ msgid "Albania"
29
+ msgstr ""
30
+
31
+ #: the-events-calendar.php:57
32
+ msgid "Algeria"
33
+ msgstr ""
34
+
35
+ #: the-events-calendar.php:58
36
+ msgid "American Samoa"
37
+ msgstr ""
38
+
39
+ #: the-events-calendar.php:59
40
+ msgid "Andorra"
41
+ msgstr ""
42
+
43
+ #: the-events-calendar.php:60
44
+ msgid "Angola"
45
+ msgstr ""
46
+
47
+ #: the-events-calendar.php:61
48
+ msgid "Anguilla"
49
+ msgstr ""
50
+
51
+ #: the-events-calendar.php:62
52
+ msgid "Antarctica"
53
+ msgstr ""
54
+
55
+ #: the-events-calendar.php:63
56
+ msgid "Antigua And Barbuda"
57
+ msgstr ""
58
+
59
+ #: the-events-calendar.php:64
60
+ msgid "Argentina"
61
+ msgstr ""
62
+
63
+ #: the-events-calendar.php:65
64
+ msgid "Armenia"
65
+ msgstr ""
66
+
67
+ #: the-events-calendar.php:66
68
+ msgid "Aruba"
69
+ msgstr ""
70
+
71
+ #: the-events-calendar.php:67
72
+ msgid "Australia"
73
+ msgstr ""
74
+
75
+ #: the-events-calendar.php:68
76
+ msgid "Austria"
77
+ msgstr ""
78
+
79
+ #: the-events-calendar.php:69
80
+ msgid "Azerbaijan"
81
+ msgstr ""
82
+
83
+ #: the-events-calendar.php:70
84
+ msgid "Bahamas"
85
+ msgstr ""
86
+
87
+ #: the-events-calendar.php:71
88
+ msgid "Bahrain"
89
+ msgstr ""
90
+
91
+ #: the-events-calendar.php:72
92
+ msgid "Bangladesh"
93
+ msgstr ""
94
+
95
+ #: the-events-calendar.php:73
96
+ msgid "Barbados"
97
+ msgstr ""
98
+
99
+ #: the-events-calendar.php:74
100
+ msgid "Belarus"
101
+ msgstr ""
102
+
103
+ #: the-events-calendar.php:75
104
+ msgid "Belgium"
105
+ msgstr ""
106
+
107
+ #: the-events-calendar.php:76
108
+ msgid "Belize"
109
+ msgstr ""
110
+
111
+ #: the-events-calendar.php:77
112
+ msgid "Benin"
113
+ msgstr ""
114
+
115
+ #: the-events-calendar.php:78
116
+ msgid "Bermuda"
117
+ msgstr ""
118
+
119
+ #: the-events-calendar.php:79
120
+ msgid "Bhutan"
121
+ msgstr ""
122
+
123
+ #: the-events-calendar.php:80
124
+ msgid "Bolivia"
125
+ msgstr ""
126
+
127
+ #: the-events-calendar.php:81
128
+ msgid "Bosnia And Herzegowina"
129
+ msgstr ""
130
+
131
+ #: the-events-calendar.php:82
132
+ msgid "Botswana"
133
+ msgstr ""
134
+
135
+ #: the-events-calendar.php:83
136
+ msgid "Bouvet Island"
137
+ msgstr ""
138
+
139
+ #: the-events-calendar.php:84
140
+ msgid "Brazil"
141
+ msgstr ""
142
+
143
+ #: the-events-calendar.php:85
144
+ msgid "British Indian Ocean Territory"
145
+ msgstr ""
146
+
147
+ #: the-events-calendar.php:86
148
+ msgid "Brunei Darussalam"
149
+ msgstr ""
150
+
151
+ #: the-events-calendar.php:87
152
+ msgid "Bulgaria"
153
+ msgstr ""
154
+
155
+ #: the-events-calendar.php:88
156
+ msgid "Burkina Faso"
157
+ msgstr ""
158
+
159
+ #: the-events-calendar.php:89
160
+ msgid "Burundi"
161
+ msgstr ""
162
+
163
+ #: the-events-calendar.php:90
164
+ msgid "Cambodia"
165
+ msgstr ""
166
+
167
+ #: the-events-calendar.php:91
168
+ msgid "Cameroon"
169
+ msgstr ""
170
+
171
+ #: the-events-calendar.php:92
172
+ msgid "Canada"
173
+ msgstr ""
174
+
175
+ #: the-events-calendar.php:93
176
+ msgid "Cape Verde"
177
+ msgstr ""
178
+
179
+ #: the-events-calendar.php:94
180
+ msgid "Cayman Islands"
181
+ msgstr ""
182
+
183
+ #: the-events-calendar.php:95
184
+ msgid "Central African Republic"
185
+ msgstr ""
186
+
187
+ #: the-events-calendar.php:96
188
+ msgid "Chad"
189
+ msgstr ""
190
+
191
+ #: the-events-calendar.php:97
192
+ msgid "Chile"
193
+ msgstr ""
194
+
195
+ #: the-events-calendar.php:98
196
+ msgid "China"
197
+ msgstr ""
198
+
199
+ #: the-events-calendar.php:99
200
+ msgid "Christmas Island"
201
+ msgstr ""
202
+
203
+ #: the-events-calendar.php:100
204
+ msgid "Cocos (Keeling) Islands"
205
+ msgstr ""
206
+
207
+ #: the-events-calendar.php:101
208
+ msgid "Colombia"
209
+ msgstr ""
210
+
211
+ #: the-events-calendar.php:102
212
+ msgid "Comoros"
213
+ msgstr ""
214
+
215
+ #: the-events-calendar.php:103
216
+ msgid "Congo"
217
+ msgstr ""
218
+
219
+ #: the-events-calendar.php:104
220
+ msgid "Congo, The Democratic Republic Of The"
221
+ msgstr ""
222
+
223
+ #: the-events-calendar.php:105
224
+ msgid "Cook Islands"
225
+ msgstr ""
226
+
227
+ #: the-events-calendar.php:106
228
+ msgid "Costa Rica"
229
+ msgstr ""
230
+
231
+ #: the-events-calendar.php:107
232
+ msgid "Cote D'Ivoire"
233
+ msgstr ""
234
+
235
+ #: the-events-calendar.php:108
236
+ msgid "Croatia (Local Name: Hrvatska)"
237
+ msgstr ""
238
+
239
+ #: the-events-calendar.php:109
240
+ msgid "Cuba"
241
+ msgstr ""
242
+
243
+ #: the-events-calendar.php:110
244
+ msgid "Cyprus"
245
+ msgstr ""
246
+
247
+ #: the-events-calendar.php:111
248
+ msgid "Czech Republic"
249
+ msgstr ""
250
+
251
+ #: the-events-calendar.php:112
252
+ msgid "Denmark"
253
+ msgstr ""
254
+
255
+ #: the-events-calendar.php:113
256
+ msgid "Djibouti"
257
+ msgstr ""
258
+
259
+ #: the-events-calendar.php:114
260
+ msgid "Dominica"
261
+ msgstr ""
262
+
263
+ #: the-events-calendar.php:115
264
+ msgid "Dominican Republic"
265
+ msgstr ""
266
+
267
+ #: the-events-calendar.php:116
268
+ msgid "East Timor"
269
+ msgstr ""
270
+
271
+ #: the-events-calendar.php:117
272
+ msgid "Ecuador"
273
+ msgstr ""
274
+
275
+ #: the-events-calendar.php:118
276
+ msgid "Egypt"
277
+ msgstr ""
278
+
279
+ #: the-events-calendar.php:119
280
+ msgid "El Salvador"
281
+ msgstr ""
282
+
283
+ #: the-events-calendar.php:120
284
+ msgid "Equatorial Guinea"
285
+ msgstr ""
286
+
287
+ #: the-events-calendar.php:121
288
+ msgid "Eritrea"
289
+ msgstr ""
290
+
291
+ #: the-events-calendar.php:122
292
+ msgid "Estonia"
293
+ msgstr ""
294
+
295
+ #: the-events-calendar.php:123
296
+ msgid "Ethiopia"
297
+ msgstr ""
298
+
299
+ #: the-events-calendar.php:124
300
+ msgid "Falkland Islands (Malvinas)"
301
+ msgstr ""
302
+
303
+ #: the-events-calendar.php:125
304
+ msgid "Faroe Islands"
305
+ msgstr ""
306
+
307
+ #: the-events-calendar.php:126
308
+ msgid "Fiji"
309
+ msgstr ""
310
+
311
+ #: the-events-calendar.php:127
312
+ msgid "Finland"
313
+ msgstr ""
314
+
315
+ #: the-events-calendar.php:128
316
+ msgid "France"
317
+ msgstr ""
318
+
319
+ #: the-events-calendar.php:129
320
+ msgid "France, Metropolitan"
321
+ msgstr ""
322
+
323
+ #: the-events-calendar.php:130
324
+ msgid "French Guiana"
325
+ msgstr ""
326
+
327
+ #: the-events-calendar.php:131
328
+ msgid "French Polynesia"
329
+ msgstr ""
330
+
331
+ #: the-events-calendar.php:132
332
+ msgid "French Southern Territories"
333
+ msgstr ""
334
+
335
+ #: the-events-calendar.php:133
336
+ msgid "Gabon"
337
+ msgstr ""
338
+
339
+ #: the-events-calendar.php:134
340
+ msgid "Gambia"
341
+ msgstr ""
342
+
343
+ #: the-events-calendar.php:135 views/events-meta-box.php:273
344
+ msgid "Georgia"
345
+ msgstr ""
346
+
347
+ #: the-events-calendar.php:136
348
+ msgid "Germany"
349
+ msgstr ""
350
+
351
+ #: the-events-calendar.php:137
352
+ msgid "Ghana"
353
+ msgstr ""
354
+
355
+ #: the-events-calendar.php:138
356
+ msgid "Gibraltar"
357
+ msgstr ""
358
+
359
+ #: the-events-calendar.php:139
360
+ msgid "Greece"
361
+ msgstr ""
362
+
363
+ #: the-events-calendar.php:140
364
+ msgid "Greenland"
365
+ msgstr ""
366
+
367
+ #: the-events-calendar.php:141
368
+ msgid "Grenada"
369
+ msgstr ""
370
+
371
+ #: the-events-calendar.php:142
372
+ msgid "Guadeloupe"
373
+ msgstr ""
374
+
375
+ #: the-events-calendar.php:143
376
+ msgid "Guam"
377
+ msgstr ""
378
+
379
+ #: the-events-calendar.php:144
380
+ msgid "Guatemala"
381
+ msgstr ""
382
+
383
+ #: the-events-calendar.php:145
384
+ msgid "Guinea"
385
+ msgstr ""
386
+
387
+ #: the-events-calendar.php:146
388
+ msgid "Guinea-Bissau"
389
+ msgstr ""
390
+
391
+ #: the-events-calendar.php:147
392
+ msgid "Guyana"
393
+ msgstr ""
394
+
395
+ #: the-events-calendar.php:148
396
+ msgid "Haiti"
397
+ msgstr ""
398
+
399
+ #: the-events-calendar.php:149
400
+ msgid "Heard And Mc Donald Islands"
401
+ msgstr ""
402
+
403
+ #: the-events-calendar.php:150
404
+ msgid "Holy See (Vatican City State)"
405
+ msgstr ""
406
+
407
+ #: the-events-calendar.php:151
408
+ msgid "Honduras"
409
+ msgstr ""
410
+
411
+ #: the-events-calendar.php:152
412
+ msgid "Hong Kong"
413
+ msgstr ""
414
+
415
+ #: the-events-calendar.php:153
416
+ msgid "Hungary"
417
+ msgstr ""
418
+
419
+ #: the-events-calendar.php:154
420
+ msgid "Iceland"
421
+ msgstr ""
422
+
423
+ #: the-events-calendar.php:155
424
+ msgid "India"
425
+ msgstr ""
426
+
427
+ #: the-events-calendar.php:156
428
+ msgid "Indonesia"
429
+ msgstr ""
430
+
431
+ #: the-events-calendar.php:157
432
+ msgid "Iran (Islamic Republic Of)"
433
+ msgstr ""
434
+
435
+ #: the-events-calendar.php:158
436
+ msgid "Iraq"
437
+ msgstr ""
438
+
439
+ #: the-events-calendar.php:159
440
+ msgid "Ireland"
441
+ msgstr ""
442
+
443
+ #: the-events-calendar.php:160
444
+ msgid "Israel"
445
+ msgstr ""
446
+
447
+ #: the-events-calendar.php:161
448
+ msgid "Italy"
449
+ msgstr ""
450
+
451
+ #: the-events-calendar.php:162
452
+ msgid "Jamaica"
453
+ msgstr ""
454
+
455
+ #: the-events-calendar.php:163
456
+ msgid "Japan"
457
+ msgstr ""
458
+
459
+ #: the-events-calendar.php:164
460
+ msgid "Jordan"
461
+ msgstr ""
462
+
463
+ #: the-events-calendar.php:165
464
+ msgid "Kazakhstan"
465
+ msgstr ""
466
+
467
+ #: the-events-calendar.php:166
468
+ msgid "Kenya"
469
+ msgstr ""
470
+
471
+ #: the-events-calendar.php:167
472
+ msgid "Kiribati"
473
+ msgstr ""
474
+
475
+ #: the-events-calendar.php:168
476
+ msgid "Korea, Democratic People's Republic Of"
477
+ msgstr ""
478
+
479
+ #: the-events-calendar.php:169
480
+ msgid "Korea, Republic Of"
481
+ msgstr ""
482
+
483
+ #: the-events-calendar.php:170
484
+ msgid "Kuwait"
485
+ msgstr ""
486
+
487
+ #: the-events-calendar.php:171
488
+ msgid "Kyrgyzstan"
489
+ msgstr ""
490
+
491
+ #: the-events-calendar.php:172
492
+ msgid "Lao People's Democratic Republic"
493
+ msgstr ""
494
+
495
+ #: the-events-calendar.php:173
496
+ msgid "Latvia"
497
+ msgstr ""
498
+
499
+ #: the-events-calendar.php:174
500
+ msgid "Lebanon"
501
+ msgstr ""
502
+
503
+ #: the-events-calendar.php:175
504
+ msgid "Lesotho"
505
+ msgstr ""
506
+
507
+ #: the-events-calendar.php:176
508
+ msgid "Liberia"
509
+ msgstr ""
510
+
511
+ #: the-events-calendar.php:177
512
+ msgid "Libyan Arab Jamahiriya"
513
+ msgstr ""
514
+
515
+ #: the-events-calendar.php:178
516
+ msgid "Liechtenstein"
517
+ msgstr ""
518
+
519
+ #: the-events-calendar.php:179
520
+ msgid "Lithuania"
521
+ msgstr ""
522
+
523
+ #: the-events-calendar.php:180
524
+ msgid "Luxembourg"
525
+ msgstr ""
526
+
527
+ #: the-events-calendar.php:181
528
+ msgid "Macau"
529
+ msgstr ""
530
+
531
+ #: the-events-calendar.php:182
532
+ msgid "Macedonia, Former Yugoslav Republic Of"
533
+ msgstr ""
534
+
535
+ #: the-events-calendar.php:183
536
+ msgid "Madagascar"
537
+ msgstr ""
538
+
539
+ #: the-events-calendar.php:184
540
+ msgid "Malawi"
541
+ msgstr ""
542
+
543
+ #: the-events-calendar.php:185
544
+ msgid "Malaysia"
545
+ msgstr ""
546
+
547
+ #: the-events-calendar.php:186
548
+ msgid "Maldives"
549
+ msgstr ""
550
+
551
+ #: the-events-calendar.php:187
552
+ msgid "Mali"
553
+ msgstr ""
554
+
555
+ #: the-events-calendar.php:188
556
+ msgid "Malta"
557
+ msgstr ""
558
+
559
+ #: the-events-calendar.php:189
560
+ msgid "Marshall Islands"
561
+ msgstr ""
562
+
563
+ #: the-events-calendar.php:190
564
+ msgid "Martinique"
565
+ msgstr ""
566
+
567
+ #: the-events-calendar.php:191
568
+ msgid "Mauritania"
569
+ msgstr ""
570
+
571
+ #: the-events-calendar.php:192
572
+ msgid "Mauritius"
573
+ msgstr ""
574
+
575
+ #: the-events-calendar.php:193
576
+ msgid "Mayotte"
577
+ msgstr ""
578
+
579
+ #: the-events-calendar.php:194
580
+ msgid "Mexico"
581
+ msgstr ""
582
+
583
+ #: the-events-calendar.php:195
584
+ msgid "Micronesia, Federated States Of"
585
+ msgstr ""
586
+
587
+ #: the-events-calendar.php:196
588
+ msgid "Moldova, Republic Of"
589
+ msgstr ""
590
+
591
+ #: the-events-calendar.php:197
592
+ msgid "Monaco"
593
+ msgstr ""
594
+
595
+ #: the-events-calendar.php:198
596
+ msgid "Mongolia"
597
+ msgstr ""
598
+
599
+ #: the-events-calendar.php:199
600
+ msgid "Montserrat"
601
+ msgstr ""
602
+
603
+ #: the-events-calendar.php:200
604
+ msgid "Morocco"
605
+ msgstr ""
606
+
607
+ #: the-events-calendar.php:201
608
+ msgid "Mozambique"
609
+ msgstr ""
610
+
611
+ #: the-events-calendar.php:202
612
+ msgid "Myanmar"
613
+ msgstr ""
614
+
615
+ #: the-events-calendar.php:203
616
+ msgid "Namibia"
617
+ msgstr ""
618
+
619
+ #: the-events-calendar.php:204
620
+ msgid "Nauru"
621
+ msgstr ""
622
+
623
+ #: the-events-calendar.php:205
624
+ msgid "Nepal"
625
+ msgstr ""
626
+
627
+ #: the-events-calendar.php:206
628
+ msgid "Netherlands"
629
+ msgstr ""
630
+
631
+ #: the-events-calendar.php:207
632
+ msgid "Netherlands Antilles"
633
+ msgstr ""
634
+
635
+ #: the-events-calendar.php:208
636
+ msgid "New Caledonia"
637
+ msgstr ""
638
+
639
+ #: the-events-calendar.php:209
640
+ msgid "New Zealand"
641
+ msgstr ""
642
+
643
+ #: the-events-calendar.php:210
644
+ msgid "Nicaragua"
645
+ msgstr ""
646
+
647
+ #: the-events-calendar.php:211
648
+ msgid "Niger"
649
+ msgstr ""
650
+
651
+ #: the-events-calendar.php:212
652
+ msgid "Nigeria"
653
+ msgstr ""
654
+
655
+ #: the-events-calendar.php:213
656
+ msgid "Niue"
657
+ msgstr ""
658
+
659
+ #: the-events-calendar.php:214
660
+ msgid "Norfolk Island"
661
+ msgstr ""
662
+
663
+ #: the-events-calendar.php:215
664
+ msgid "Northern Mariana Islands"
665
+ msgstr ""
666
+
667
+ #: the-events-calendar.php:216
668
+ msgid "Norway"
669
+ msgstr ""
670
+
671
+ #: the-events-calendar.php:217
672
+ msgid "Oman"
673
+ msgstr ""
674
+
675
+ #: the-events-calendar.php:218
676
+ msgid "Pakistan"
677
+ msgstr ""
678
+
679
+ #: the-events-calendar.php:219
680
+ msgid "Palau"
681
+ msgstr ""
682
+
683
+ #: the-events-calendar.php:220
684
+ msgid "Panama"
685
+ msgstr ""
686
+
687
+ #: the-events-calendar.php:221
688
+ msgid "Papua New Guinea"
689
+ msgstr ""
690
+
691
+ #: the-events-calendar.php:222
692
+ msgid "Paraguay"
693
+ msgstr ""
694
+
695
+ #: the-events-calendar.php:223
696
+ msgid "Peru"
697
+ msgstr ""
698
+
699
+ #: the-events-calendar.php:224
700
+ msgid "Philippines"
701
+ msgstr ""
702
+
703
+ #: the-events-calendar.php:225
704
+ msgid "Pitcairn"
705
+ msgstr ""
706
+
707
+ #: the-events-calendar.php:226
708
+ msgid "Poland"
709
+ msgstr ""
710
+
711
+ #: the-events-calendar.php:227
712
+ msgid "Portugal"
713
+ msgstr ""
714
+
715
+ #: the-events-calendar.php:228
716
+ msgid "Puerto Rico"
717
+ msgstr ""
718
+
719
+ #: the-events-calendar.php:229
720
+ msgid "Qatar"
721
+ msgstr ""
722
+
723
+ #: the-events-calendar.php:230
724
+ msgid "Reunion"
725
+ msgstr ""
726
+
727
+ #: the-events-calendar.php:231
728
+ msgid "Romania"
729
+ msgstr ""
730
+
731
+ #: the-events-calendar.php:232
732
+ msgid "Russian Federation"
733
+ msgstr ""
734
+
735
+ #: the-events-calendar.php:233
736
+ msgid "Rwanda"
737
+ msgstr ""
738
+
739
+ #: the-events-calendar.php:234
740
+ msgid "Saint Kitts And Nevis"
741
+ msgstr ""
742
+
743
+ #: the-events-calendar.php:235
744
+ msgid "Saint Lucia"
745
+ msgstr ""
746
+
747
+ #: the-events-calendar.php:236
748
+ msgid "Saint Vincent And The Grenadines"
749
+ msgstr ""
750
+
751
+ #: the-events-calendar.php:237
752
+ msgid "Samoa"
753
+ msgstr ""
754
+
755
+ #: the-events-calendar.php:238
756
+ msgid "San Marino"
757
+ msgstr ""
758
+
759
+ #: the-events-calendar.php:239
760
+ msgid "Sao Tome And Principe"
761
+ msgstr ""
762
+
763
+ #: the-events-calendar.php:240
764
+ msgid "Saudi Arabia"
765
+ msgstr ""
766
+
767
+ #: the-events-calendar.php:241
768
+ msgid "Senegal"
769
+ msgstr ""
770
+
771
+ #: the-events-calendar.php:242
772
+ msgid "Seychelles"
773
+ msgstr ""
774
+
775
+ #: the-events-calendar.php:243
776
+ msgid "Sierra Leone"
777
+ msgstr ""
778
+
779
+ #: the-events-calendar.php:244
780
+ msgid "Singapore"
781
+ msgstr ""
782
+
783
+ #: the-events-calendar.php:245
784
+ msgid "Slovakia (Slovak Republic)"
785
+ msgstr ""
786
+
787
+ #: the-events-calendar.php:246
788
+ msgid "Slovenia"
789
+ msgstr ""
790
+
791
+ #: the-events-calendar.php:247
792
+ msgid "Solomon Islands"
793
+ msgstr ""
794
+
795
+ #: the-events-calendar.php:248
796
+ msgid "Somalia"
797
+ msgstr ""
798
+
799
+ #: the-events-calendar.php:249
800
+ msgid "South Africa"
801
+ msgstr ""
802
+
803
+ #: the-events-calendar.php:250
804
+ msgid "South Georgia, South Sandwich Islands"
805
+ msgstr ""
806
+
807
+ #: the-events-calendar.php:251
808
+ msgid "Spain"
809
+ msgstr ""
810
+
811
+ #: the-events-calendar.php:252
812
+ msgid "Sri Lanka"
813
+ msgstr ""
814
+
815
+ #: the-events-calendar.php:253
816
+ msgid "St. Helena"
817
+ msgstr ""
818
+
819
+ #: the-events-calendar.php:254
820
+ msgid "St. Pierre And Miquelon"
821
+ msgstr ""
822
+
823
+ #: the-events-calendar.php:255
824
+ msgid "Sudan"
825
+ msgstr ""
826
+
827
+ #: the-events-calendar.php:256
828
+ msgid "Suriname"
829
+ msgstr ""
830
+
831
+ #: the-events-calendar.php:257
832
+ msgid "Svalbard And Jan Mayen Islands"
833
+ msgstr ""
834
+
835
+ #: the-events-calendar.php:258
836
+ msgid "Swaziland"
837
+ msgstr ""
838
+
839
+ #: the-events-calendar.php:259
840
+ msgid "Sweden"
841
+ msgstr ""
842
+
843
+ #: the-events-calendar.php:260
844
+ msgid "Switzerland"
845
+ msgstr ""
846
+
847
+ #: the-events-calendar.php:261
848
+ msgid "Syrian Arab Republic"
849
+ msgstr ""
850
+
851
+ #: the-events-calendar.php:262
852
+ msgid "Taiwan"
853
+ msgstr ""
854
+
855
+ #: the-events-calendar.php:263
856
+ msgid "Tajikistan"
857
+ msgstr ""
858
+
859
+ #: the-events-calendar.php:264
860
+ msgid "Tanzania, United Republic Of"
861
+ msgstr ""
862
+
863
+ #: the-events-calendar.php:265
864
+ msgid "Thailand"
865
+ msgstr ""
866
+
867
+ #: the-events-calendar.php:266
868
+ msgid "Togo"
869
+ msgstr ""
870
+
871
+ #: the-events-calendar.php:267
872
+ msgid "Tokelau"
873
+ msgstr ""
874
+
875
+ #: the-events-calendar.php:268
876
+ msgid "Tonga"
877
+ msgstr ""
878
+
879
+ #: the-events-calendar.php:269
880
+ msgid "Trinidad And Tobago"
881
+ msgstr ""
882
+
883
+ #: the-events-calendar.php:270
884
+ msgid "Tunisia"
885
+ msgstr ""
886
+
887
+ #: the-events-calendar.php:271
888
+ msgid "Turkey"
889
+ msgstr ""
890
+
891
+ #: the-events-calendar.php:272
892
+ msgid "Turkmenistan"
893
+ msgstr ""
894
+
895
+ #: the-events-calendar.php:273
896
+ msgid "Turks And Caicos Islands"
897
+ msgstr ""
898
+
899
+ #: the-events-calendar.php:274
900
+ msgid "Tuvalu"
901
+ msgstr ""
902
+
903
+ #: the-events-calendar.php:275
904
+ msgid "Uganda"
905
+ msgstr ""
906
+
907
+ #: the-events-calendar.php:276
908
+ msgid "Ukraine"
909
+ msgstr ""
910
+
911
+ #: the-events-calendar.php:277
912
+ msgid "United Arab Emirates"
913
+ msgstr ""
914
+
915
+ #: the-events-calendar.php:278
916
+ msgid "United Kingdom"
917
+ msgstr ""
918
+
919
+ #: the-events-calendar.php:279
920
+ msgid "United States Minor Outlying Islands"
921
+ msgstr ""
922
+
923
+ #: the-events-calendar.php:280
924
+ msgid "Uruguay"
925
+ msgstr ""
926
+
927
+ #: the-events-calendar.php:281
928
+ msgid "Uzbekistan"
929
+ msgstr ""
930
+
931
+ #: the-events-calendar.php:282
932
+ msgid "Vanuatu"
933
+ msgstr ""
934
+
935
+ #: the-events-calendar.php:283
936
+ msgid "Venezuela"
937
+ msgstr ""
938
+
939
+ #: the-events-calendar.php:284
940
+ msgid "Viet Nam"
941
+ msgstr ""
942
+
943
+ #: the-events-calendar.php:285
944
+ msgid "Virgin Islands (British)"
945
+ msgstr ""
946
+
947
+ #: the-events-calendar.php:286
948
+ msgid "Virgin Islands (U.S.)"
949
+ msgstr ""
950
+
951
+ #: the-events-calendar.php:287
952
+ msgid "Wallis And Futuna Islands"
953
+ msgstr ""
954
+
955
+ #: the-events-calendar.php:288
956
+ msgid "Western Sahara"
957
+ msgstr ""
958
+
959
+ #: the-events-calendar.php:289
960
+ msgid "Yemen"
961
+ msgstr ""
962
+
963
+ #: the-events-calendar.php:290
964
+ msgid "Yugoslavia"
965
+ msgstr ""
966
+
967
+ #: the-events-calendar.php:291
968
+ msgid "Zambia"
969
+ msgstr ""
970
+
971
+ #: the-events-calendar.php:292
972
+ msgid "Zimbabwe"
973
+ msgstr ""
974
+
975
+ #: the-events-calendar.php:942
976
+ msgid "Events"
977
+ msgstr ""
978
+
979
+ #: the-events-calendar.php:1438
980
+ msgid "Free"
981
+ msgstr ""
982
+
983
+ #: the-events-calendar.php:1903
984
+ msgid "A widget that displays the next upcoming x events."
985
+ msgstr ""
986
+
987
+ #: the-events-calendar.php:2022
988
+ msgid "A calendar of your events"
989
+ msgstr ""
990
+
991
+ #: the-events-calendar.php:2023
992
+ msgid "Events Calendar"
993
+ msgstr ""
994
+
995
+ #: the-events-calendar.php:2049 views/events-list-load-widget-admin.php:2
996
+ msgid "Title:"
997
+ msgstr ""
998
+
999
+ #: views/events-list-load-widget-admin.php:7
1000
+ msgid "Show:"
1001
+ msgstr ""
1002
+
1003
+ #: views/events-list-load-widget-admin.php:19
1004
+ msgid "Start Date & Time"
1005
+ msgstr ""
1006
+
1007
+ #: views/events-list-load-widget-admin.php:20
1008
+ msgid "End Date & Time"
1009
+ msgstr ""
1010
+
1011
+ #: views/events-list-load-widget-admin.php:21
1012
+ msgid "Venue"
1013
+ msgstr ""
1014
+
1015
+ #: views/events-list-load-widget-admin.php:22
1016
+ msgid "Address"
1017
+ msgstr ""
1018
+
1019
+ #: views/events-list-load-widget-admin.php:23
1020
+ msgid "City"
1021
+ msgstr ""
1022
+
1023
+ #: views/events-list-load-widget-admin.php:24
1024
+ msgid "State (US)"
1025
+ msgstr ""
1026
+
1027
+ #: views/events-list-load-widget-admin.php:25
1028
+ msgid "Province (Int)"
1029
+ msgstr ""
1030
+
1031
+ #: views/events-list-load-widget-admin.php:26
1032
+ msgid "Postal Code"
1033
+ msgstr ""
1034
+
1035
+ #: views/events-list-load-widget-admin.php:27
1036
+ msgid "Country"
1037
+ msgstr ""
1038
+
1039
+ #: views/events-list-load-widget-admin.php:28
1040
+ msgid "Phone"
1041
+ msgstr ""
1042
+
1043
+ #: views/events-list-load-widget-admin.php:29
1044
+ msgid "Price"
1045
+ msgstr ""
1046
+
1047
+ #: views/events-list-load-widget-display.php:50
1048
+ msgid "More Info"
1049
+ msgstr ""
1050
+
1051
+ #: views/events-meta-box.php:138
1052
+ msgid "Event Details:"
1053
+ msgstr ""
1054
+
1055
+ #: views/events-meta-box.php:140
1056
+ msgid "Is this post an event?"
1057
+ msgstr ""
1058
+
1059
+ #: views/events-meta-box.php:141 views/events-options.php:135
1060
+ msgid "Yes"
1061
+ msgstr ""
1062
+
1063
+ #: views/events-meta-box.php:142 views/events-options.php:139
1064
+ msgid "No"
1065
+ msgstr ""
1066
+
1067
+ #: views/events-meta-box.php:148
1068
+ msgid "Event Time &amp; Date"
1069
+ msgstr ""
1070
+
1071
+ #: views/events-meta-box.php:151
1072
+ msgid "All day event?"
1073
+ msgstr ""
1074
+
1075
+ #: views/events-meta-box.php:155
1076
+ msgid "Time Format (site wide option):"
1077
+ msgstr ""
1078
+
1079
+ #: views/events-meta-box.php:158
1080
+ msgid "12 Hour"
1081
+ msgstr ""
1082
+
1083
+ #: views/events-meta-box.php:160
1084
+ msgid "24 Hour"
1085
+ msgstr ""
1086
+
1087
+ #: views/events-meta-box.php:164
1088
+ msgid "Start Date / Time:"
1089
+ msgstr ""
1090
+
1091
+ #: views/events-meta-box.php:178 views/events-meta-box.php:206
1092
+ msgid "@"
1093
+ msgstr ""
1094
+
1095
+ #: views/events-meta-box.php:192
1096
+ msgid "End Date / Time:"
1097
+ msgstr ""
1098
+
1099
+ #: views/events-meta-box.php:220
1100
+ msgid "Event Location Details"
1101
+ msgstr ""
1102
+
1103
+ #: views/events-meta-box.php:223 views/list.php:43 views/single.php:24
1104
+ msgid "Venue:"
1105
+ msgstr ""
1106
+
1107
+ #: views/events-meta-box.php:229
1108
+ msgid "Country:"
1109
+ msgstr ""
1110
+
1111
+ #: views/events-meta-box.php:246 views/list.php:61 views/single.php:28
1112
+ msgid "Address:"
1113
+ msgstr ""
1114
+
1115
+ #: views/events-meta-box.php:250
1116
+ msgid "City:"
1117
+ msgstr ""
1118
+
1119
+ #: views/events-meta-box.php:254
1120
+ msgid "Province:"
1121
+ msgstr ""
1122
+
1123
+ #: views/events-meta-box.php:258
1124
+ msgid "State:"
1125
+ msgstr ""
1126
+
1127
+ #: views/events-meta-box.php:261
1128
+ msgid "Select a State:"
1129
+ msgstr ""
1130
+
1131
+ #: views/events-meta-box.php:263
1132
+ msgid "Alabama"
1133
+ msgstr ""
1134
+
1135
+ #: views/events-meta-box.php:264
1136
+ msgid "Alaska"
1137
+ msgstr ""
1138
+
1139
+ #: views/events-meta-box.php:265
1140
+ msgid "Arizona"
1141
+ msgstr ""
1142
+
1143
+ #: views/events-meta-box.php:266
1144
+ msgid "Arkansas"
1145
+ msgstr ""
1146
+
1147
+ #: views/events-meta-box.php:267
1148
+ msgid "California"
1149
+ msgstr ""
1150
+
1151
+ #: views/events-meta-box.php:268
1152
+ msgid "Colorado"
1153
+ msgstr ""
1154
+
1155
+ #: views/events-meta-box.php:269
1156
+ msgid "Connecticut"
1157
+ msgstr ""
1158
+
1159
+ #: views/events-meta-box.php:270
1160
+ msgid "Delaware"
1161
+ msgstr ""
1162
+
1163
+ #: views/events-meta-box.php:271
1164
+ msgid "District of Columbia"
1165
+ msgstr ""
1166
+
1167
+ #: views/events-meta-box.php:272
1168
+ msgid "Florida"
1169
+ msgstr ""
1170
+
1171
+ #: views/events-meta-box.php:274
1172
+ msgid "Hawaii"
1173
+ msgstr ""
1174
+
1175
+ #: views/events-meta-box.php:275
1176
+ msgid "Idaho"
1177
+ msgstr ""
1178
+
1179
+ #: views/events-meta-box.php:276
1180
+ msgid "Illinois"
1181
+ msgstr ""
1182
+
1183
+ #: views/events-meta-box.php:277
1184
+ msgid "Indiana"
1185
+ msgstr ""
1186
+
1187
+ #: views/events-meta-box.php:278
1188
+ msgid "Iowa"
1189
+ msgstr ""
1190
+
1191
+ #: views/events-meta-box.php:279
1192
+ msgid "Kansas"
1193
+ msgstr ""
1194
+
1195
+ #: views/events-meta-box.php:280
1196
+ msgid "Kentucky"
1197
+ msgstr ""
1198
+
1199
+ #: views/events-meta-box.php:281
1200
+ msgid "Louisiana"
1201
+ msgstr ""
1202
+
1203
+ #: views/events-meta-box.php:282
1204
+ msgid "Maine"
1205
+ msgstr ""
1206
+
1207
+ #: views/events-meta-box.php:283
1208
+ msgid "Maryland"
1209
+ msgstr ""
1210
+
1211
+ #: views/events-meta-box.php:284
1212
+ msgid "Massachusetts"
1213
+ msgstr ""
1214
+
1215
+ #: views/events-meta-box.php:285
1216
+ msgid "Michigan"
1217
+ msgstr ""
1218
+
1219
+ #: views/events-meta-box.php:286
1220
+ msgid "Minnesota"
1221
+ msgstr ""
1222
+
1223
+ #: views/events-meta-box.php:287
1224
+ msgid "Mississippi"
1225
+ msgstr ""
1226
+
1227
+ #: views/events-meta-box.php:288
1228
+ msgid "Missouri"
1229
+ msgstr ""
1230
+
1231
+ #: views/events-meta-box.php:289
1232
+ msgid "Montana"
1233
+ msgstr ""
1234
+
1235
+ #: views/events-meta-box.php:290
1236
+ msgid "Nebraska"
1237
+ msgstr ""
1238
+
1239
+ #: views/events-meta-box.php:291
1240
+ msgid "Nevada"
1241
+ msgstr ""
1242
+
1243
+ #: views/events-meta-box.php:292
1244
+ msgid "New Hampshire"
1245
+ msgstr ""
1246
+
1247
+ #: views/events-meta-box.php:293
1248
+ msgid "New Jersey"
1249
+ msgstr ""
1250
+
1251
+ #: views/events-meta-box.php:294
1252
+ msgid "New Mexico"
1253
+ msgstr ""
1254
+
1255
+ #: views/events-meta-box.php:295
1256
+ msgid "New York"
1257
+ msgstr ""
1258
+
1259
+ #: views/events-meta-box.php:296
1260
+ msgid "North Carolina"
1261
+ msgstr ""
1262
+
1263
+ #: views/events-meta-box.php:297
1264
+ msgid "North Dakota"
1265
+ msgstr ""
1266
+
1267
+ #: views/events-meta-box.php:298
1268
+ msgid "Ohio"
1269
+ msgstr ""
1270
+
1271
+ #: views/events-meta-box.php:299
1272
+ msgid "Oklahoma"
1273
+ msgstr ""
1274
+
1275
+ #: views/events-meta-box.php:300
1276
+ msgid "Oregon"
1277
+ msgstr ""
1278
+
1279
+ #: views/events-meta-box.php:301
1280
+ msgid "Pennsylvania"
1281
+ msgstr ""
1282
+
1283
+ #: views/events-meta-box.php:302
1284
+ msgid "Rhode Island"
1285
+ msgstr ""
1286
+
1287
+ #: views/events-meta-box.php:303
1288
+ msgid "South Carolina"
1289
+ msgstr ""
1290
+
1291
+ #: views/events-meta-box.php:304
1292
+ msgid "South Dakota"
1293
+ msgstr ""
1294
+
1295
+ #: views/events-meta-box.php:305
1296
+ msgid "Tennessee"
1297
+ msgstr ""
1298
+
1299
+ #: views/events-meta-box.php:306
1300
+ msgid "Texas"
1301
+ msgstr ""
1302
+
1303
+ #: views/events-meta-box.php:307
1304
+ msgid "Utah"
1305
+ msgstr ""
1306
+
1307
+ #: views/events-meta-box.php:308
1308
+ msgid "Vermont"
1309
+ msgstr ""
1310
+
1311
+ #: views/events-meta-box.php:309
1312
+ msgid "Virginia"
1313
+ msgstr ""
1314
+
1315
+ #: views/events-meta-box.php:310
1316
+ msgid "Washington"
1317
+ msgstr ""
1318
+
1319
+ #: views/events-meta-box.php:311
1320
+ msgid "West Virginia"
1321
+ msgstr ""
1322
+
1323
+ #: views/events-meta-box.php:312
1324
+ msgid "Wisconsin"
1325
+ msgstr ""
1326
+
1327
+ #: views/events-meta-box.php:313
1328
+ msgid "Wyoming"
1329
+ msgstr ""
1330
+
1331
+ #: views/events-meta-box.php:327
1332
+ msgid "Postal Code:"
1333
+ msgstr ""
1334
+
1335
+ #: views/events-meta-box.php:331 views/list.php:52
1336
+ msgid "Phone:"
1337
+ msgstr ""
1338
+
1339
+ #: views/events-meta-box.php:335
1340
+ msgid "Event Cost"
1341
+ msgstr ""
1342
+
1343
+ #: views/events-meta-box.php:338 views/list.php:70 views/single.php:18
1344
+ msgid "Cost:"
1345
+ msgstr ""
1346
+
1347
+ #: views/events-meta-box.php:343
1348
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1349
+ msgstr ""
1350
+
1351
+ #: views/events-meta-box.php:347
1352
+ msgid "Sell Tickets &amp; Track Registration"
1353
+ msgstr ""
1354
+
1355
+ #: views/events-meta-box.php:352
1356
+ msgid ""
1357
+ "Interested in selling tickets and tracking registrations? Now you can do it "
1358
+ "for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-"
1359
+ "for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is "
1360
+ "a feature rich easy-to-use event management tool. \"Wow, you're selling "
1361
+ "Eventbrite pretty hard. You must get a kickback.\" Well, now that you "
1362
+ "mention it... we do. We get a little something for everyone that registers "
1363
+ "an event using our referral link. It's how we're able to keep supporting and "
1364
+ "building plugins for the open source community. "
1365
+ msgstr ""
1366
+
1367
+ #: views/events-meta-box.php:352
1368
+ msgid "Check it out here."
1369
+ msgstr ""
1370
+
1371
+ #: views/events-meta-box.php:363
1372
+ msgid ""
1373
+ "<h4>If You Like This Plugin - Help Support It</h4>\r\n"
1374
+ "\t\t\t\t<p>We spend a lot of time and effort building robust plugins and we "
1375
+ "love to share them with the community. If you use this plugin consider "
1376
+ "making a donation to help support its' continued development. You may remove "
1377
+ "this message on the <a href=\"/wp-admin/options-general.php?page=the-events-"
1378
+ "calendar.php\">settings page</a>.</p>"
1379
+ msgstr ""
1380
+
1381
+ #: views/events-meta-box.php:366
1382
+ msgid "Thanks"
1383
+ msgstr ""
1384
+
1385
+ #: views/events-meta-box.php:367
1386
+ msgid "Shane &amp; Peter"
1387
+ msgstr ""
1388
+
1389
+ #: views/events-meta-box.php:368
1390
+ msgid "www.shaneandpeter.com"
1391
+ msgstr ""
1392
+
1393
+ #: views/events-options.php:47
1394
+ msgid "The Events Calendar Settings"
1395
+ msgstr ""
1396
+
1397
+ #: views/events-options.php:49
1398
+ msgid "Need a hand?"
1399
+ msgstr ""
1400
+
1401
+ #: views/events-options.php:50
1402
+ msgid ""
1403
+ "If you're stuck on these options, please <a href=\"http://wordpress.org/"
1404
+ "extend/plugins/the-events-calendar/\">check out the documentation</a>. If "
1405
+ "you're still wondering what's going on, be sure to stop by the support <a "
1406
+ "href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> "
1407
+ "and ask for help. The open source community is full of kind folks who are "
1408
+ "happy to help."
1409
+ msgstr ""
1410
+
1411
+ #: views/events-options.php:53
1412
+ msgid "Donate"
1413
+ msgstr ""
1414
+
1415
+ #: views/events-options.php:62
1416
+ msgid ""
1417
+ "If you find this plugin useful, please consider donating to the producer of "
1418
+ "it, Shane &#38; Peter, Inc. Thank you!"
1419
+ msgstr ""
1420
+
1421
+ #: views/events-options.php:66
1422
+ msgid "I have already donated, so please hide this button!"
1423
+ msgstr ""
1424
+
1425
+ #: views/events-options.php:93 views/events-options.php:97
1426
+ msgid "Default View for the Events"
1427
+ msgstr ""
1428
+
1429
+ #: views/events-options.php:109 views/gridview.php:13 views/list.php:10
1430
+ msgid "Calendar"
1431
+ msgstr ""
1432
+
1433
+ #: views/events-options.php:113 views/gridview.php:12 views/list.php:9
1434
+ msgid "Event List"
1435
+ msgstr ""
1436
+
1437
+ #: views/events-options.php:119 views/events-options.php:123
1438
+ msgid "Show Comments"
1439
+ msgstr ""
1440
+
1441
+ #: views/events-options.php:145
1442
+ msgid "Default Country for Events"
1443
+ msgstr ""
1444
+
1445
+ #: views/events-options.php:170 views/events-options.php:174
1446
+ msgid "Embed Google Maps"
1447
+ msgstr ""
1448
+
1449
+ #: views/events-options.php:188
1450
+ msgid "Off"
1451
+ msgstr ""
1452
+
1453
+ #: views/events-options.php:192
1454
+ msgid "On"
1455
+ msgstr ""
1456
+
1457
+ #: views/events-options.php:195
1458
+ msgid "Height"
1459
+ msgstr ""
1460
+
1461
+ #: views/events-options.php:196
1462
+ msgid "Width"
1463
+ msgstr ""
1464
+
1465
+ #: views/events-options.php:196
1466
+ msgid "(number or %)"
1467
+ msgstr ""
1468
+
1469
+ #: views/gridview.php:7 views/list.php:7
1470
+ msgid "Calendar of Events"
1471
+ msgstr ""
1472
+
1473
+ #: views/list.php:31 views/single.php:11
1474
+ msgid "Start:"
1475
+ msgstr ""
1476
+
1477
+ #: views/list.php:35 views/single.php:14
1478
+ msgid "End:"
1479
+ msgstr ""
1480
+
1481
+ #: views/list.php:61 views/single.php:28
1482
+ msgid "Google Map"
1483
+ msgstr ""
1484
+
1485
+ #: views/list.php:92
1486
+ msgid "&laquo; Previous Events"
1487
+ msgstr ""
1488
+
1489
+ #: views/list.php:105
1490
+ msgid "Next Events &raquo;"
1491
+ msgstr ""
1492
+
1493
+ #: views/single.php:6
1494
+ msgid "&laquo; Back to Events"
1495
+ msgstr ""
1496
+
1497
+ #: views/single.php:8
1498
+ msgid "This event has passed."
1499
+ msgstr ""
1500
+
1501
+ #: views/table.php:12
1502
+ msgid "Sunday"
1503
+ msgstr ""
1504
+
1505
+ #: views/table.php:12
1506
+ msgid "Sun"
1507
+ msgstr ""
1508
+
1509
+ #: views/table.php:13
1510
+ msgid "Monday"
1511
+ msgstr ""
1512
+
1513
+ #: views/table.php:13
1514
+ msgid "Mon"
1515
+ msgstr ""
1516
+
1517
+ #: views/table.php:14
1518
+ msgid "Tuesday"
1519
+ msgstr ""
1520
+
1521
+ #: views/table.php:14
1522
+ msgid "Tue"
1523
+ msgstr ""
1524
+
1525
+ #: views/table.php:15
1526
+ msgid "Wednesday"
1527
+ msgstr ""
1528
+
1529
+ #: views/table.php:15
1530
+ msgid "Wed"
1531
+ msgstr ""
1532
+
1533
+ #: views/table.php:16
1534
+ msgid "Thursday"
1535
+ msgstr ""
1536
+
1537
+ #: views/table.php:16
1538
+ msgid "Thu"
1539
+ msgstr ""
1540
+
1541
+ #: views/table.php:17
1542
+ msgid "Friday"
1543
+ msgstr ""
1544
+
1545
+ #: views/table.php:17
1546
+ msgid "Fri"
1547
+ msgstr ""
1548
+
1549
+ #: views/table.php:18
1550
+ msgid "Saturday"
1551
+ msgstr ""
1552
+
1553
+ #: views/table.php:18
1554
+ msgid "Sat"
1555
+ msgstr ""
1556
+
1557
+ #. Plugin Name of an extension
1558
+ msgid "The Events Calendar"
1559
+ msgstr ""
1560
+
1561
+ #. Plugin URI of an extension
1562
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1563
+ msgstr ""
1564
+
1565
+ #. Description of an extension
1566
+ msgid ""
1567
+ "The Events Calendar plugin enables you to rapidly create and manage events "
1568
+ "using the post editor. Features include optional Eventbrite integration, "
1569
+ "Google Maps integration as well as default calendar grid and list templates "
1570
+ "for streamlined one click installation."
1571
+ msgstr ""
1572
+
1573
+ #. Author of an extension
1574
+ msgid "Shane & Peter, Inc."
1575
+ msgstr ""
1576
+
1577
+ #. Author URI of an extension
1578
+ msgid "http://www.shaneandpeter.com/"
1579
+ msgstr ""
trunk/lang/the-events-calendar-es_ES.mo ADDED
Binary file
trunk/lang/the-events-calendar-es_ES.po ADDED
@@ -0,0 +1,1580 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.5.4 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: The Events Calendar 1.5.4\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
10
+ "POT-Creation-Date: 2010-01-31 01:16+0000\n"
11
+ "PO-Revision-Date: 2010-03-28 16:19+0100\n"
12
+ "Last-Translator: jethrov <jethrov@gmail.com>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=utf-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #: the-events-calendar.php:54
19
+ msgid "United States"
20
+ msgstr ""
21
+
22
+ #: the-events-calendar.php:55
23
+ msgid "Afghanistan"
24
+ msgstr ""
25
+
26
+ #: the-events-calendar.php:56
27
+ msgid "Albania"
28
+ msgstr ""
29
+
30
+ #: the-events-calendar.php:57
31
+ msgid "Algeria"
32
+ msgstr ""
33
+
34
+ #: the-events-calendar.php:58
35
+ msgid "American Samoa"
36
+ msgstr ""
37
+
38
+ #: the-events-calendar.php:59
39
+ msgid "Andorra"
40
+ msgstr ""
41
+
42
+ #: the-events-calendar.php:60
43
+ msgid "Angola"
44
+ msgstr ""
45
+
46
+ #: the-events-calendar.php:61
47
+ msgid "Anguilla"
48
+ msgstr ""
49
+
50
+ #: the-events-calendar.php:62
51
+ msgid "Antarctica"
52
+ msgstr ""
53
+
54
+ #: the-events-calendar.php:63
55
+ msgid "Antigua And Barbuda"
56
+ msgstr ""
57
+
58
+ #: the-events-calendar.php:64
59
+ msgid "Argentina"
60
+ msgstr ""
61
+
62
+ #: the-events-calendar.php:65
63
+ msgid "Armenia"
64
+ msgstr ""
65
+
66
+ #: the-events-calendar.php:66
67
+ msgid "Aruba"
68
+ msgstr ""
69
+
70
+ #: the-events-calendar.php:67
71
+ msgid "Australia"
72
+ msgstr ""
73
+
74
+ #: the-events-calendar.php:68
75
+ msgid "Austria"
76
+ msgstr ""
77
+
78
+ #: the-events-calendar.php:69
79
+ msgid "Azerbaijan"
80
+ msgstr ""
81
+
82
+ #: the-events-calendar.php:70
83
+ msgid "Bahamas"
84
+ msgstr ""
85
+
86
+ #: the-events-calendar.php:71
87
+ msgid "Bahrain"
88
+ msgstr ""
89
+
90
+ #: the-events-calendar.php:72
91
+ msgid "Bangladesh"
92
+ msgstr ""
93
+
94
+ #: the-events-calendar.php:73
95
+ msgid "Barbados"
96
+ msgstr ""
97
+
98
+ #: the-events-calendar.php:74
99
+ msgid "Belarus"
100
+ msgstr ""
101
+
102
+ #: the-events-calendar.php:75
103
+ msgid "Belgium"
104
+ msgstr ""
105
+
106
+ #: the-events-calendar.php:76
107
+ msgid "Belize"
108
+ msgstr ""
109
+
110
+ #: the-events-calendar.php:77
111
+ msgid "Benin"
112
+ msgstr ""
113
+
114
+ #: the-events-calendar.php:78
115
+ msgid "Bermuda"
116
+ msgstr ""
117
+
118
+ #: the-events-calendar.php:79
119
+ msgid "Bhutan"
120
+ msgstr ""
121
+
122
+ #: the-events-calendar.php:80
123
+ msgid "Bolivia"
124
+ msgstr ""
125
+
126
+ #: the-events-calendar.php:81
127
+ msgid "Bosnia And Herzegowina"
128
+ msgstr ""
129
+
130
+ #: the-events-calendar.php:82
131
+ msgid "Botswana"
132
+ msgstr ""
133
+
134
+ #: the-events-calendar.php:83
135
+ msgid "Bouvet Island"
136
+ msgstr ""
137
+
138
+ #: the-events-calendar.php:84
139
+ msgid "Brazil"
140
+ msgstr ""
141
+
142
+ #: the-events-calendar.php:85
143
+ msgid "British Indian Ocean Territory"
144
+ msgstr ""
145
+
146
+ #: the-events-calendar.php:86
147
+ msgid "Brunei Darussalam"
148
+ msgstr ""
149
+
150
+ #: the-events-calendar.php:87
151
+ msgid "Bulgaria"
152
+ msgstr ""
153
+
154
+ #: the-events-calendar.php:88
155
+ msgid "Burkina Faso"
156
+ msgstr ""
157
+
158
+ #: the-events-calendar.php:89
159
+ msgid "Burundi"
160
+ msgstr ""
161
+
162
+ #: the-events-calendar.php:90
163
+ msgid "Cambodia"
164
+ msgstr ""
165
+
166
+ #: the-events-calendar.php:91
167
+ msgid "Cameroon"
168
+ msgstr ""
169
+
170
+ #: the-events-calendar.php:92
171
+ msgid "Canada"
172
+ msgstr ""
173
+
174
+ #: the-events-calendar.php:93
175
+ msgid "Cape Verde"
176
+ msgstr ""
177
+
178
+ #: the-events-calendar.php:94
179
+ msgid "Cayman Islands"
180
+ msgstr ""
181
+
182
+ #: the-events-calendar.php:95
183
+ msgid "Central African Republic"
184
+ msgstr ""
185
+
186
+ #: the-events-calendar.php:96
187
+ msgid "Chad"
188
+ msgstr ""
189
+
190
+ #: the-events-calendar.php:97
191
+ msgid "Chile"
192
+ msgstr ""
193
+
194
+ #: the-events-calendar.php:98
195
+ msgid "China"
196
+ msgstr ""
197
+
198
+ #: the-events-calendar.php:99
199
+ msgid "Christmas Island"
200
+ msgstr ""
201
+
202
+ #: the-events-calendar.php:100
203
+ msgid "Cocos (Keeling) Islands"
204
+ msgstr ""
205
+
206
+ #: the-events-calendar.php:101
207
+ msgid "Colombia"
208
+ msgstr ""
209
+
210
+ #: the-events-calendar.php:102
211
+ msgid "Comoros"
212
+ msgstr ""
213
+
214
+ #: the-events-calendar.php:103
215
+ msgid "Congo"
216
+ msgstr ""
217
+
218
+ #: the-events-calendar.php:104
219
+ msgid "Congo, The Democratic Republic Of The"
220
+ msgstr ""
221
+
222
+ #: the-events-calendar.php:105
223
+ msgid "Cook Islands"
224
+ msgstr ""
225
+
226
+ #: the-events-calendar.php:106
227
+ msgid "Costa Rica"
228
+ msgstr ""
229
+
230
+ #: the-events-calendar.php:107
231
+ msgid "Cote D'Ivoire"
232
+ msgstr ""
233
+
234
+ #: the-events-calendar.php:108
235
+ msgid "Croatia (Local Name: Hrvatska)"
236
+ msgstr ""
237
+
238
+ #: the-events-calendar.php:109
239
+ msgid "Cuba"
240
+ msgstr ""
241
+
242
+ #: the-events-calendar.php:110
243
+ msgid "Cyprus"
244
+ msgstr ""
245
+
246
+ #: the-events-calendar.php:111
247
+ msgid "Czech Republic"
248
+ msgstr ""
249
+
250
+ #: the-events-calendar.php:112
251
+ msgid "Denmark"
252
+ msgstr ""
253
+
254
+ #: the-events-calendar.php:113
255
+ msgid "Djibouti"
256
+ msgstr ""
257
+
258
+ #: the-events-calendar.php:114
259
+ msgid "Dominica"
260
+ msgstr ""
261
+
262
+ #: the-events-calendar.php:115
263
+ msgid "Dominican Republic"
264
+ msgstr ""
265
+
266
+ #: the-events-calendar.php:116
267
+ msgid "East Timor"
268
+ msgstr ""
269
+
270
+ #: the-events-calendar.php:117
271
+ msgid "Ecuador"
272
+ msgstr ""
273
+
274
+ #: the-events-calendar.php:118
275
+ msgid "Egypt"
276
+ msgstr ""
277
+
278
+ #: the-events-calendar.php:119
279
+ msgid "El Salvador"
280
+ msgstr ""
281
+
282
+ #: the-events-calendar.php:120
283
+ msgid "Equatorial Guinea"
284
+ msgstr ""
285
+
286
+ #: the-events-calendar.php:121
287
+ msgid "Eritrea"
288
+ msgstr ""
289
+
290
+ #: the-events-calendar.php:122
291
+ msgid "Estonia"
292
+ msgstr ""
293
+
294
+ #: the-events-calendar.php:123
295
+ msgid "Ethiopia"
296
+ msgstr ""
297
+
298
+ #: the-events-calendar.php:124
299
+ msgid "Falkland Islands (Malvinas)"
300
+ msgstr ""
301
+
302
+ #: the-events-calendar.php:125
303
+ msgid "Faroe Islands"
304
+ msgstr ""
305
+
306
+ #: the-events-calendar.php:126
307
+ msgid "Fiji"
308
+ msgstr ""
309
+
310
+ #: the-events-calendar.php:127
311
+ msgid "Finland"
312
+ msgstr ""
313
+
314
+ #: the-events-calendar.php:128
315
+ msgid "France"
316
+ msgstr ""
317
+
318
+ #: the-events-calendar.php:129
319
+ msgid "France, Metropolitan"
320
+ msgstr ""
321
+
322
+ #: the-events-calendar.php:130
323
+ msgid "French Guiana"
324
+ msgstr ""
325
+
326
+ #: the-events-calendar.php:131
327
+ msgid "French Polynesia"
328
+ msgstr ""
329
+
330
+ #: the-events-calendar.php:132
331
+ msgid "French Southern Territories"
332
+ msgstr ""
333
+
334
+ #: the-events-calendar.php:133
335
+ msgid "Gabon"
336
+ msgstr ""
337
+
338
+ #: the-events-calendar.php:134
339
+ msgid "Gambia"
340
+ msgstr ""
341
+
342
+ #: the-events-calendar.php:135
343
+ #: views/events-meta-box.php:273
344
+ msgid "Georgia"
345
+ msgstr ""
346
+
347
+ #: the-events-calendar.php:136
348
+ msgid "Germany"
349
+ msgstr ""
350
+
351
+ #: the-events-calendar.php:137
352
+ msgid "Ghana"
353
+ msgstr ""
354
+
355
+ #: the-events-calendar.php:138
356
+ msgid "Gibraltar"
357
+ msgstr ""
358
+
359
+ #: the-events-calendar.php:139
360
+ msgid "Greece"
361
+ msgstr ""
362
+
363
+ #: the-events-calendar.php:140
364
+ msgid "Greenland"
365
+ msgstr ""
366
+
367
+ #: the-events-calendar.php:141
368
+ msgid "Grenada"
369
+ msgstr ""
370
+
371
+ #: the-events-calendar.php:142
372
+ msgid "Guadeloupe"
373
+ msgstr ""
374
+
375
+ #: the-events-calendar.php:143
376
+ msgid "Guam"
377
+ msgstr ""
378
+
379
+ #: the-events-calendar.php:144
380
+ msgid "Guatemala"
381
+ msgstr ""
382
+
383
+ #: the-events-calendar.php:145
384
+ msgid "Guinea"
385
+ msgstr ""
386
+
387
+ #: the-events-calendar.php:146
388
+ msgid "Guinea-Bissau"
389
+ msgstr ""
390
+
391
+ #: the-events-calendar.php:147
392
+ msgid "Guyana"
393
+ msgstr ""
394
+
395
+ #: the-events-calendar.php:148
396
+ msgid "Haiti"
397
+ msgstr ""
398
+
399
+ #: the-events-calendar.php:149
400
+ msgid "Heard And Mc Donald Islands"
401
+ msgstr ""
402
+
403
+ #: the-events-calendar.php:150
404
+ msgid "Holy See (Vatican City State)"
405
+ msgstr ""
406
+
407
+ #: the-events-calendar.php:151
408
+ msgid "Honduras"
409
+ msgstr ""
410
+
411
+ #: the-events-calendar.php:152
412
+ msgid "Hong Kong"
413
+ msgstr ""
414
+
415
+ #: the-events-calendar.php:153
416
+ msgid "Hungary"
417
+ msgstr ""
418
+
419
+ #: the-events-calendar.php:154
420
+ msgid "Iceland"
421
+ msgstr ""
422
+
423
+ #: the-events-calendar.php:155
424
+ msgid "India"
425
+ msgstr ""
426
+
427
+ #: the-events-calendar.php:156
428
+ msgid "Indonesia"
429
+ msgstr ""
430
+
431
+ #: the-events-calendar.php:157
432
+ msgid "Iran (Islamic Republic Of)"
433
+ msgstr ""
434
+
435
+ #: the-events-calendar.php:158
436
+ msgid "Iraq"
437
+ msgstr ""
438
+
439
+ #: the-events-calendar.php:159
440
+ msgid "Ireland"
441
+ msgstr ""
442
+
443
+ #: the-events-calendar.php:160
444
+ msgid "Israel"
445
+ msgstr ""
446
+
447
+ #: the-events-calendar.php:161
448
+ msgid "Italy"
449
+ msgstr ""
450
+
451
+ #: the-events-calendar.php:162
452
+ msgid "Jamaica"
453
+ msgstr ""
454
+
455
+ #: the-events-calendar.php:163
456
+ msgid "Japan"
457
+ msgstr ""
458
+
459
+ #: the-events-calendar.php:164
460
+ msgid "Jordan"
461
+ msgstr ""
462
+
463
+ #: the-events-calendar.php:165
464
+ msgid "Kazakhstan"
465
+ msgstr ""
466
+
467
+ #: the-events-calendar.php:166
468
+ msgid "Kenya"
469
+ msgstr ""
470
+
471
+ #: the-events-calendar.php:167
472
+ msgid "Kiribati"
473
+ msgstr ""
474
+
475
+ #: the-events-calendar.php:168
476
+ msgid "Korea, Democratic People's Republic Of"
477
+ msgstr ""
478
+
479
+ #: the-events-calendar.php:169
480
+ msgid "Korea, Republic Of"
481
+ msgstr ""
482
+
483
+ #: the-events-calendar.php:170
484
+ msgid "Kuwait"
485
+ msgstr ""
486
+
487
+ #: the-events-calendar.php:171
488
+ msgid "Kyrgyzstan"
489
+ msgstr ""
490
+
491
+ #: the-events-calendar.php:172
492
+ msgid "Lao People's Democratic Republic"
493
+ msgstr ""
494
+
495
+ #: the-events-calendar.php:173
496
+ msgid "Latvia"
497
+ msgstr ""
498
+
499
+ #: the-events-calendar.php:174
500
+ msgid "Lebanon"
501
+ msgstr ""
502
+
503
+ #: the-events-calendar.php:175
504
+ msgid "Lesotho"
505
+ msgstr ""
506
+
507
+ #: the-events-calendar.php:176
508
+ msgid "Liberia"
509
+ msgstr ""
510
+
511
+ #: the-events-calendar.php:177
512
+ msgid "Libyan Arab Jamahiriya"
513
+ msgstr ""
514
+
515
+ #: the-events-calendar.php:178
516
+ msgid "Liechtenstein"
517
+ msgstr ""
518
+
519
+ #: the-events-calendar.php:179
520
+ msgid "Lithuania"
521
+ msgstr ""
522
+
523
+ #: the-events-calendar.php:180
524
+ msgid "Luxembourg"
525
+ msgstr ""
526
+
527
+ #: the-events-calendar.php:181
528
+ msgid "Macau"
529
+ msgstr ""
530
+
531
+ #: the-events-calendar.php:182
532
+ msgid "Macedonia, Former Yugoslav Republic Of"
533
+ msgstr ""
534
+
535
+ #: the-events-calendar.php:183
536
+ msgid "Madagascar"
537
+ msgstr ""
538
+
539
+ #: the-events-calendar.php:184
540
+ msgid "Malawi"
541
+ msgstr ""
542
+
543
+ #: the-events-calendar.php:185
544
+ msgid "Malaysia"
545
+ msgstr ""
546
+
547
+ #: the-events-calendar.php:186
548
+ msgid "Maldives"
549
+ msgstr ""
550
+
551
+ #: the-events-calendar.php:187
552
+ msgid "Mali"
553
+ msgstr ""
554
+
555
+ #: the-events-calendar.php:188
556
+ msgid "Malta"
557
+ msgstr ""
558
+
559
+ #: the-events-calendar.php:189
560
+ msgid "Marshall Islands"
561
+ msgstr ""
562
+
563
+ #: the-events-calendar.php:190
564
+ msgid "Martinique"
565
+ msgstr ""
566
+
567
+ #: the-events-calendar.php:191
568
+ msgid "Mauritania"
569
+ msgstr ""
570
+
571
+ #: the-events-calendar.php:192
572
+ msgid "Mauritius"
573
+ msgstr ""
574
+
575
+ #: the-events-calendar.php:193
576
+ msgid "Mayotte"
577
+ msgstr ""
578
+
579
+ #: the-events-calendar.php:194
580
+ msgid "Mexico"
581
+ msgstr ""
582
+
583
+ #: the-events-calendar.php:195
584
+ msgid "Micronesia, Federated States Of"
585
+ msgstr ""
586
+
587
+ #: the-events-calendar.php:196
588
+ msgid "Moldova, Republic Of"
589
+ msgstr ""
590
+
591
+ #: the-events-calendar.php:197
592
+ msgid "Monaco"
593
+ msgstr ""
594
+
595
+ #: the-events-calendar.php:198
596
+ msgid "Mongolia"
597
+ msgstr ""
598
+
599
+ #: the-events-calendar.php:199
600
+ msgid "Montserrat"
601
+ msgstr ""
602
+
603
+ #: the-events-calendar.php:200
604
+ msgid "Morocco"
605
+ msgstr ""
606
+
607
+ #: the-events-calendar.php:201
608
+ msgid "Mozambique"
609
+ msgstr ""
610
+
611
+ #: the-events-calendar.php:202
612
+ msgid "Myanmar"
613
+ msgstr ""
614
+
615
+ #: the-events-calendar.php:203
616
+ msgid "Namibia"
617
+ msgstr ""
618
+
619
+ #: the-events-calendar.php:204
620
+ msgid "Nauru"
621
+ msgstr ""
622
+
623
+ #: the-events-calendar.php:205
624
+ msgid "Nepal"
625
+ msgstr ""
626
+
627
+ #: the-events-calendar.php:206
628
+ msgid "Netherlands"
629
+ msgstr ""
630
+
631
+ #: the-events-calendar.php:207
632
+ msgid "Netherlands Antilles"
633
+ msgstr ""
634
+
635
+ #: the-events-calendar.php:208
636
+ msgid "New Caledonia"
637
+ msgstr ""
638
+
639
+ #: the-events-calendar.php:209
640
+ msgid "New Zealand"
641
+ msgstr ""
642
+
643
+ #: the-events-calendar.php:210
644
+ msgid "Nicaragua"
645
+ msgstr ""
646
+
647
+ #: the-events-calendar.php:211
648
+ msgid "Niger"
649
+ msgstr ""
650
+
651
+ #: the-events-calendar.php:212
652
+ msgid "Nigeria"
653
+ msgstr ""
654
+
655
+ #: the-events-calendar.php:213
656
+ msgid "Niue"
657
+ msgstr ""
658
+
659
+ #: the-events-calendar.php:214
660
+ msgid "Norfolk Island"
661
+ msgstr ""
662
+
663
+ #: the-events-calendar.php:215
664
+ msgid "Northern Mariana Islands"
665
+ msgstr ""
666
+
667
+ #: the-events-calendar.php:216
668
+ msgid "Norway"
669
+ msgstr ""
670
+
671
+ #: the-events-calendar.php:217
672
+ msgid "Oman"
673
+ msgstr ""
674
+
675
+ #: the-events-calendar.php:218
676
+ msgid "Pakistan"
677
+ msgstr ""
678
+
679
+ #: the-events-calendar.php:219
680
+ msgid "Palau"
681
+ msgstr ""
682
+
683
+ #: the-events-calendar.php:220
684
+ msgid "Panama"
685
+ msgstr ""
686
+
687
+ #: the-events-calendar.php:221
688
+ msgid "Papua New Guinea"
689
+ msgstr ""
690
+
691
+ #: the-events-calendar.php:222
692
+ msgid "Paraguay"
693
+ msgstr ""
694
+
695
+ #: the-events-calendar.php:223
696
+ msgid "Peru"
697
+ msgstr ""
698
+
699
+ #: the-events-calendar.php:224
700
+ msgid "Philippines"
701
+ msgstr ""
702
+
703
+ #: the-events-calendar.php:225
704
+ msgid "Pitcairn"
705
+ msgstr ""
706
+
707
+ #: the-events-calendar.php:226
708
+ msgid "Poland"
709
+ msgstr ""
710
+
711
+ #: the-events-calendar.php:227
712
+ msgid "Portugal"
713
+ msgstr ""
714
+
715
+ #: the-events-calendar.php:228
716
+ msgid "Puerto Rico"
717
+ msgstr ""
718
+
719
+ #: the-events-calendar.php:229
720
+ msgid "Qatar"
721
+ msgstr ""
722
+
723
+ #: the-events-calendar.php:230
724
+ msgid "Reunion"
725
+ msgstr ""
726
+
727
+ #: the-events-calendar.php:231
728
+ msgid "Romania"
729
+ msgstr ""
730
+
731
+ #: the-events-calendar.php:232
732
+ msgid "Russian Federation"
733
+ msgstr ""
734
+
735
+ #: the-events-calendar.php:233
736
+ msgid "Rwanda"
737
+ msgstr ""
738
+
739
+ #: the-events-calendar.php:234
740
+ msgid "Saint Kitts And Nevis"
741
+ msgstr ""
742
+
743
+ #: the-events-calendar.php:235
744
+ msgid "Saint Lucia"
745
+ msgstr ""
746
+
747
+ #: the-events-calendar.php:236
748
+ msgid "Saint Vincent And The Grenadines"
749
+ msgstr ""
750
+
751
+ #: the-events-calendar.php:237
752
+ msgid "Samoa"
753
+ msgstr ""
754
+
755
+ #: the-events-calendar.php:238
756
+ msgid "San Marino"
757
+ msgstr ""
758
+
759
+ #: the-events-calendar.php:239
760
+ msgid "Sao Tome And Principe"
761
+ msgstr ""
762
+
763
+ #: the-events-calendar.php:240
764
+ msgid "Saudi Arabia"
765
+ msgstr ""
766
+
767
+ #: the-events-calendar.php:241
768
+ msgid "Senegal"
769
+ msgstr ""
770
+
771
+ #: the-events-calendar.php:242
772
+ msgid "Seychelles"
773
+ msgstr ""
774
+
775
+ #: the-events-calendar.php:243
776
+ msgid "Sierra Leone"
777
+ msgstr ""
778
+
779
+ #: the-events-calendar.php:244
780
+ msgid "Singapore"
781
+ msgstr ""
782
+
783
+ #: the-events-calendar.php:245
784
+ msgid "Slovakia (Slovak Republic)"
785
+ msgstr ""
786
+
787
+ #: the-events-calendar.php:246
788
+ msgid "Slovenia"
789
+ msgstr ""
790
+
791
+ #: the-events-calendar.php:247
792
+ msgid "Solomon Islands"
793
+ msgstr ""
794
+
795
+ #: the-events-calendar.php:248
796
+ msgid "Somalia"
797
+ msgstr ""
798
+
799
+ #: the-events-calendar.php:249
800
+ msgid "South Africa"
801
+ msgstr ""
802
+
803
+ #: the-events-calendar.php:250
804
+ msgid "South Georgia, South Sandwich Islands"
805
+ msgstr ""
806
+
807
+ #: the-events-calendar.php:251
808
+ msgid "Spain"
809
+ msgstr "España"
810
+
811
+ #: the-events-calendar.php:252
812
+ msgid "Sri Lanka"
813
+ msgstr ""
814
+
815
+ #: the-events-calendar.php:253
816
+ msgid "St. Helena"
817
+ msgstr ""
818
+
819
+ #: the-events-calendar.php:254
820
+ msgid "St. Pierre And Miquelon"
821
+ msgstr ""
822
+
823
+ #: the-events-calendar.php:255
824
+ msgid "Sudan"
825
+ msgstr ""
826
+
827
+ #: the-events-calendar.php:256
828
+ msgid "Suriname"
829
+ msgstr ""
830
+
831
+ #: the-events-calendar.php:257
832
+ msgid "Svalbard And Jan Mayen Islands"
833
+ msgstr ""
834
+
835
+ #: the-events-calendar.php:258
836
+ msgid "Swaziland"
837
+ msgstr ""
838
+
839
+ #: the-events-calendar.php:259
840
+ msgid "Sweden"
841
+ msgstr ""
842
+
843
+ #: the-events-calendar.php:260
844
+ msgid "Switzerland"
845
+ msgstr ""
846
+
847
+ #: the-events-calendar.php:261
848
+ msgid "Syrian Arab Republic"
849
+ msgstr ""
850
+
851
+ #: the-events-calendar.php:262
852
+ msgid "Taiwan"
853
+ msgstr ""
854
+
855
+ #: the-events-calendar.php:263
856
+ msgid "Tajikistan"
857
+ msgstr ""
858
+
859
+ #: the-events-calendar.php:264
860
+ msgid "Tanzania, United Republic Of"
861
+ msgstr ""
862
+
863
+ #: the-events-calendar.php:265
864
+ msgid "Thailand"
865
+ msgstr ""
866
+
867
+ #: the-events-calendar.php:266
868
+ msgid "Togo"
869
+ msgstr ""
870
+
871
+ #: the-events-calendar.php:267
872
+ msgid "Tokelau"
873
+ msgstr ""
874
+
875
+ #: the-events-calendar.php:268
876
+ msgid "Tonga"
877
+ msgstr ""
878
+
879
+ #: the-events-calendar.php:269
880
+ msgid "Trinidad And Tobago"
881
+ msgstr ""
882
+
883
+ #: the-events-calendar.php:270
884
+ msgid "Tunisia"
885
+ msgstr ""
886
+
887
+ #: the-events-calendar.php:271
888
+ msgid "Turkey"
889
+ msgstr ""
890
+
891
+ #: the-events-calendar.php:272
892
+ msgid "Turkmenistan"
893
+ msgstr ""
894
+
895
+ #: the-events-calendar.php:273
896
+ msgid "Turks And Caicos Islands"
897
+ msgstr ""
898
+
899
+ #: the-events-calendar.php:274
900
+ msgid "Tuvalu"
901
+ msgstr ""
902
+
903
+ #: the-events-calendar.php:275
904
+ msgid "Uganda"
905
+ msgstr ""
906
+
907
+ #: the-events-calendar.php:276
908
+ msgid "Ukraine"
909
+ msgstr ""
910
+
911
+ #: the-events-calendar.php:277
912
+ msgid "United Arab Emirates"
913
+ msgstr ""
914
+
915
+ #: the-events-calendar.php:278
916
+ msgid "United Kingdom"
917
+ msgstr ""
918
+
919
+ #: the-events-calendar.php:279
920
+ msgid "United States Minor Outlying Islands"
921
+ msgstr ""
922
+
923
+ #: the-events-calendar.php:280
924
+ msgid "Uruguay"
925
+ msgstr ""
926
+
927
+ #: the-events-calendar.php:281
928
+ msgid "Uzbekistan"
929
+ msgstr ""
930
+
931
+ #: the-events-calendar.php:282
932
+ msgid "Vanuatu"
933
+ msgstr ""
934
+
935
+ #: the-events-calendar.php:283
936
+ msgid "Venezuela"
937
+ msgstr ""
938
+
939
+ #: the-events-calendar.php:284
940
+ msgid "Viet Nam"
941
+ msgstr ""
942
+
943
+ #: the-events-calendar.php:285
944
+ msgid "Virgin Islands (British)"
945
+ msgstr ""
946
+
947
+ #: the-events-calendar.php:286
948
+ msgid "Virgin Islands (U.S.)"
949
+ msgstr ""
950
+
951
+ #: the-events-calendar.php:287
952
+ msgid "Wallis And Futuna Islands"
953
+ msgstr ""
954
+
955
+ #: the-events-calendar.php:288
956
+ msgid "Western Sahara"
957
+ msgstr ""
958
+
959
+ #: the-events-calendar.php:289
960
+ msgid "Yemen"
961
+ msgstr ""
962
+
963
+ #: the-events-calendar.php:290
964
+ msgid "Yugoslavia"
965
+ msgstr ""
966
+
967
+ #: the-events-calendar.php:291
968
+ msgid "Zambia"
969
+ msgstr ""
970
+
971
+ #: the-events-calendar.php:292
972
+ msgid "Zimbabwe"
973
+ msgstr ""
974
+
975
+ #: the-events-calendar.php:942
976
+ msgid "Events"
977
+ msgstr "Eventos"
978
+
979
+ #: the-events-calendar.php:1438
980
+ msgid "Free"
981
+ msgstr "Gratis"
982
+
983
+ #: the-events-calendar.php:1903
984
+ msgid "A widget that displays the next upcoming x events."
985
+ msgstr ""
986
+
987
+ #: the-events-calendar.php:2022
988
+ msgid "A calendar of your events"
989
+ msgstr ""
990
+
991
+ #: the-events-calendar.php:2023
992
+ msgid "Events Calendar"
993
+ msgstr ""
994
+
995
+ #: the-events-calendar.php:2049
996
+ #: views/events-list-load-widget-admin.php:2
997
+ msgid "Title:"
998
+ msgstr "Titulo:"
999
+
1000
+ #: views/events-list-load-widget-admin.php:7
1001
+ msgid "Show:"
1002
+ msgstr "Mostrar:"
1003
+
1004
+ #: views/events-list-load-widget-admin.php:19
1005
+ msgid "Start Date & Time"
1006
+ msgstr "Inicio (fecha/hora)"
1007
+
1008
+ #: views/events-list-load-widget-admin.php:20
1009
+ msgid "End Date & Time"
1010
+ msgstr "Final (fecha/hora)"
1011
+
1012
+ #: views/events-list-load-widget-admin.php:21
1013
+ msgid "Venue"
1014
+ msgstr "Lugar"
1015
+
1016
+ #: views/events-list-load-widget-admin.php:22
1017
+ msgid "Address"
1018
+ msgstr "Dirección"
1019
+
1020
+ #: views/events-list-load-widget-admin.php:23
1021
+ msgid "City"
1022
+ msgstr "Ciudad"
1023
+
1024
+ #: views/events-list-load-widget-admin.php:24
1025
+ msgid "State (US)"
1026
+ msgstr "Provincia"
1027
+
1028
+ #: views/events-list-load-widget-admin.php:25
1029
+ msgid "Province (Int)"
1030
+ msgstr "Provincia"
1031
+
1032
+ #: views/events-list-load-widget-admin.php:26
1033
+ msgid "Postal Code"
1034
+ msgstr "Codigo postal"
1035
+
1036
+ #: views/events-list-load-widget-admin.php:27
1037
+ msgid "Country"
1038
+ msgstr "Pais"
1039
+
1040
+ #: views/events-list-load-widget-admin.php:28
1041
+ msgid "Phone"
1042
+ msgstr "tel:"
1043
+
1044
+ #: views/events-list-load-widget-admin.php:29
1045
+ msgid "Price"
1046
+ msgstr "Precio"
1047
+
1048
+ #: views/events-list-load-widget-display.php:50
1049
+ msgid "More Info"
1050
+ msgstr "Más info"
1051
+
1052
+ #: views/events-meta-box.php:138
1053
+ msgid "Event Details:"
1054
+ msgstr "Detalles:"
1055
+
1056
+ #: views/events-meta-box.php:140
1057
+ msgid "Is this post an event?"
1058
+ msgstr "Es un evento?"
1059
+
1060
+ #: views/events-meta-box.php:141
1061
+ #: views/events-options.php:135
1062
+ msgid "Yes"
1063
+ msgstr "Si"
1064
+
1065
+ #: views/events-meta-box.php:142
1066
+ #: views/events-options.php:139
1067
+ msgid "No"
1068
+ msgstr "No"
1069
+
1070
+ #: views/events-meta-box.php:148
1071
+ msgid "Event Time &amp; Date"
1072
+ msgstr "Hora y fecha"
1073
+
1074
+ #: views/events-meta-box.php:151
1075
+ msgid "All day event?"
1076
+ msgstr "Evento de todo el dia?"
1077
+
1078
+ #: views/events-meta-box.php:155
1079
+ msgid "Time Format (site wide option):"
1080
+ msgstr ""
1081
+
1082
+ #: views/events-meta-box.php:158
1083
+ msgid "12 Hour"
1084
+ msgstr "12 horas"
1085
+
1086
+ #: views/events-meta-box.php:160
1087
+ msgid "24 Hour"
1088
+ msgstr "24 horas"
1089
+
1090
+ #: views/events-meta-box.php:164
1091
+ msgid "Start Date / Time:"
1092
+ msgstr "Hora/fecha de inicio"
1093
+
1094
+ #: views/events-meta-box.php:178
1095
+ #: views/events-meta-box.php:206
1096
+ msgid "@"
1097
+ msgstr ""
1098
+
1099
+ #: views/events-meta-box.php:192
1100
+ msgid "End Date / Time:"
1101
+ msgstr "Final fecha/hora"
1102
+
1103
+ #: views/events-meta-box.php:220
1104
+ msgid "Event Location Details"
1105
+ msgstr "Detalles del lugar del evento"
1106
+
1107
+ #: views/events-meta-box.php:223
1108
+ #: views/list.php:43
1109
+ #: views/single.php:24
1110
+ msgid "Venue:"
1111
+ msgstr "Lugar:"
1112
+
1113
+ #: views/events-meta-box.php:229
1114
+ msgid "Country:"
1115
+ msgstr "País:"
1116
+
1117
+ #: views/events-meta-box.php:246
1118
+ #: views/list.php:61
1119
+ #: views/single.php:28
1120
+ msgid "Address:"
1121
+ msgstr "Dirección:"
1122
+
1123
+ #: views/events-meta-box.php:250
1124
+ msgid "City:"
1125
+ msgstr "Ciudad:"
1126
+
1127
+ #: views/events-meta-box.php:254
1128
+ msgid "Province:"
1129
+ msgstr "Provincia:"
1130
+
1131
+ #: views/events-meta-box.php:258
1132
+ msgid "State:"
1133
+ msgstr "Provincia:"
1134
+
1135
+ #: views/events-meta-box.php:261
1136
+ msgid "Select a State:"
1137
+ msgstr "Elige una provincia:"
1138
+
1139
+ #: views/events-meta-box.php:263
1140
+ msgid "Alabama"
1141
+ msgstr ""
1142
+
1143
+ #: views/events-meta-box.php:264
1144
+ msgid "Alaska"
1145
+ msgstr ""
1146
+
1147
+ #: views/events-meta-box.php:265
1148
+ msgid "Arizona"
1149
+ msgstr ""
1150
+
1151
+ #: views/events-meta-box.php:266
1152
+ msgid "Arkansas"
1153
+ msgstr ""
1154
+
1155
+ #: views/events-meta-box.php:267
1156
+ msgid "California"
1157
+ msgstr ""
1158
+
1159
+ #: views/events-meta-box.php:268
1160
+ msgid "Colorado"
1161
+ msgstr ""
1162
+
1163
+ #: views/events-meta-box.php:269
1164
+ msgid "Connecticut"
1165
+ msgstr ""
1166
+
1167
+ #: views/events-meta-box.php:270
1168
+ msgid "Delaware"
1169
+ msgstr ""
1170
+
1171
+ #: views/events-meta-box.php:271
1172
+ msgid "District of Columbia"
1173
+ msgstr ""
1174
+
1175
+ #: views/events-meta-box.php:272
1176
+ msgid "Florida"
1177
+ msgstr ""
1178
+
1179
+ #: views/events-meta-box.php:274
1180
+ msgid "Hawaii"
1181
+ msgstr ""
1182
+
1183
+ #: views/events-meta-box.php:275
1184
+ msgid "Idaho"
1185
+ msgstr ""
1186
+
1187
+ #: views/events-meta-box.php:276
1188
+ msgid "Illinois"
1189
+ msgstr ""
1190
+
1191
+ #: views/events-meta-box.php:277
1192
+ msgid "Indiana"
1193
+ msgstr ""
1194
+
1195
+ #: views/events-meta-box.php:278
1196
+ msgid "Iowa"
1197
+ msgstr ""
1198
+
1199
+ #: views/events-meta-box.php:279
1200
+ msgid "Kansas"
1201
+ msgstr ""
1202
+
1203
+ #: views/events-meta-box.php:280
1204
+ msgid "Kentucky"
1205
+ msgstr ""
1206
+
1207
+ #: views/events-meta-box.php:281
1208
+ msgid "Louisiana"
1209
+ msgstr ""
1210
+
1211
+ #: views/events-meta-box.php:282
1212
+ msgid "Maine"
1213
+ msgstr ""
1214
+
1215
+ #: views/events-meta-box.php:283
1216
+ msgid "Maryland"
1217
+ msgstr ""
1218
+
1219
+ #: views/events-meta-box.php:284
1220
+ msgid "Massachusetts"
1221
+ msgstr ""
1222
+
1223
+ #: views/events-meta-box.php:285
1224
+ msgid "Michigan"
1225
+ msgstr ""
1226
+
1227
+ #: views/events-meta-box.php:286
1228
+ msgid "Minnesota"
1229
+ msgstr ""
1230
+
1231
+ #: views/events-meta-box.php:287
1232
+ msgid "Mississippi"
1233
+ msgstr ""
1234
+
1235
+ #: views/events-meta-box.php:288
1236
+ msgid "Missouri"
1237
+ msgstr ""
1238
+
1239
+ #: views/events-meta-box.php:289
1240
+ msgid "Montana"
1241
+ msgstr ""
1242
+
1243
+ #: views/events-meta-box.php:290
1244
+ msgid "Nebraska"
1245
+ msgstr ""
1246
+
1247
+ #: views/events-meta-box.php:291
1248
+ msgid "Nevada"
1249
+ msgstr ""
1250
+
1251
+ #: views/events-meta-box.php:292
1252
+ msgid "New Hampshire"
1253
+ msgstr ""
1254
+
1255
+ #: views/events-meta-box.php:293
1256
+ msgid "New Jersey"
1257
+ msgstr ""
1258
+
1259
+ #: views/events-meta-box.php:294
1260
+ msgid "New Mexico"
1261
+ msgstr ""
1262
+
1263
+ #: views/events-meta-box.php:295
1264
+ msgid "New York"
1265
+ msgstr ""
1266
+
1267
+ #: views/events-meta-box.php:296
1268
+ msgid "North Carolina"
1269
+ msgstr ""
1270
+
1271
+ #: views/events-meta-box.php:297
1272
+ msgid "North Dakota"
1273
+ msgstr ""
1274
+
1275
+ #: views/events-meta-box.php:298
1276
+ msgid "Ohio"
1277
+ msgstr ""
1278
+
1279
+ #: views/events-meta-box.php:299
1280
+ msgid "Oklahoma"
1281
+ msgstr ""
1282
+
1283
+ #: views/events-meta-box.php:300
1284
+ msgid "Oregon"
1285
+ msgstr ""
1286
+
1287
+ #: views/events-meta-box.php:301
1288
+ msgid "Pennsylvania"
1289
+ msgstr ""
1290
+
1291
+ #: views/events-meta-box.php:302
1292
+ msgid "Rhode Island"
1293
+ msgstr ""
1294
+
1295
+ #: views/events-meta-box.php:303
1296
+ msgid "South Carolina"
1297
+ msgstr ""
1298
+
1299
+ #: views/events-meta-box.php:304
1300
+ msgid "South Dakota"
1301
+ msgstr ""
1302
+
1303
+ #: views/events-meta-box.php:305
1304
+ msgid "Tennessee"
1305
+ msgstr ""
1306
+
1307
+ #: views/events-meta-box.php:306
1308
+ msgid "Texas"
1309
+ msgstr ""
1310
+
1311
+ #: views/events-meta-box.php:307
1312
+ msgid "Utah"
1313
+ msgstr ""
1314
+
1315
+ #: views/events-meta-box.php:308
1316
+ msgid "Vermont"
1317
+ msgstr ""
1318
+
1319
+ #: views/events-meta-box.php:309
1320
+ msgid "Virginia"
1321
+ msgstr ""
1322
+
1323
+ #: views/events-meta-box.php:310
1324
+ msgid "Washington"
1325
+ msgstr ""
1326
+
1327
+ #: views/events-meta-box.php:311
1328
+ msgid "West Virginia"
1329
+ msgstr ""
1330
+
1331
+ #: views/events-meta-box.php:312
1332
+ msgid "Wisconsin"
1333
+ msgstr ""
1334
+
1335
+ #: views/events-meta-box.php:313
1336
+ msgid "Wyoming"
1337
+ msgstr ""
1338
+
1339
+ #: views/events-meta-box.php:327
1340
+ msgid "Postal Code:"
1341
+ msgstr "Código postal:"
1342
+
1343
+ #: views/events-meta-box.php:331
1344
+ #: views/list.php:52
1345
+ msgid "Phone:"
1346
+ msgstr "tel:"
1347
+
1348
+ #: views/events-meta-box.php:335
1349
+ msgid "Event Cost"
1350
+ msgstr "Coste del evento:"
1351
+
1352
+ #: views/events-meta-box.php:338
1353
+ #: views/list.php:70
1354
+ #: views/single.php:18
1355
+ msgid "Cost:"
1356
+ msgstr "Coste:"
1357
+
1358
+ #: views/events-meta-box.php:343
1359
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1360
+ msgstr "Dejelo en blanco si no quiere que aparezca algo sobre el pago, o`ponga 0, si quiere subrayar que es gratuito."
1361
+
1362
+ #: views/events-meta-box.php:347
1363
+ msgid "Sell Tickets &amp; Track Registration"
1364
+ msgstr "Vende tickets y registros"
1365
+
1366
+ #: views/events-meta-box.php:352
1367
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1368
+ msgstr ""
1369
+
1370
+ #: views/events-meta-box.php:352
1371
+ msgid "Check it out here."
1372
+ msgstr "Mirelo aqui."
1373
+
1374
+ #: views/events-meta-box.php:363
1375
+ msgid ""
1376
+ "<h4>If You Like This Plugin - Help Support It</h4>\r\n"
1377
+ "\t\t\t\t<p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1378
+ msgstr ""
1379
+ "<h4>Si le gustó el plugin - Ayude para soportar su desarollo</h4>\r\n"
1380
+ "\t\t\t\t<p>Hemos gastado un montón de tiempo e esfuerzo para crear este plugin robusto y nos encanta compartirlo con la comunidad. Si lo usa, considere hacer una donación para facilitar el desarollo sostenible del plugin.Podría quitar este mensaje en<a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">la pagina de opciones</a>.</p>"
1381
+
1382
+ #: views/events-meta-box.php:366
1383
+ msgid "Thanks"
1384
+ msgstr "Gracias!"
1385
+
1386
+ #: views/events-meta-box.php:367
1387
+ msgid "Shane &amp; Peter"
1388
+ msgstr ""
1389
+
1390
+ #: views/events-meta-box.php:368
1391
+ msgid "www.shaneandpeter.com"
1392
+ msgstr ""
1393
+
1394
+ #: views/events-options.php:47
1395
+ msgid "The Events Calendar Settings"
1396
+ msgstr "Las opciones del calendario de eventos"
1397
+
1398
+ #: views/events-options.php:49
1399
+ msgid "Need a hand?"
1400
+ msgstr "Necesita ayuda?"
1401
+
1402
+ #: views/events-options.php:50
1403
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1404
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">Aqui</a> puede encontrar la documentación. Si aún leyendo la documentación no consigue solucionar sus problemas, Puede preguntarlo en <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">los foros</a>. Ya que hay mucha gente amable de la comunidad de código abierto ansiosa por ayudar."
1405
+
1406
+ #: views/events-options.php:53
1407
+ msgid "Donate"
1408
+ msgstr "Dona"
1409
+
1410
+ #: views/events-options.php:62
1411
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1412
+ msgstr "Si le ha servido nuestro plugin, y quiere agradecer nuestro trabajo (Shane &#38; Peter, Inc.) haga una donación. Gracias!"
1413
+
1414
+ #: views/events-options.php:66
1415
+ msgid "I have already donated, so please hide this button!"
1416
+ msgstr "Ya he donado, por favor quiten el botón"
1417
+
1418
+ #: views/events-options.php:93
1419
+ #: views/events-options.php:97
1420
+ msgid "Default View for the Events"
1421
+ msgstr "Vista predeterminada para las actividades"
1422
+
1423
+ #: views/events-options.php:109
1424
+ #: views/gridview.php:13
1425
+ #: views/list.php:10
1426
+ msgid "Calendar"
1427
+ msgstr "Calendario"
1428
+
1429
+ #: views/events-options.php:113
1430
+ #: views/gridview.php:12
1431
+ #: views/list.php:9
1432
+ msgid "Event List"
1433
+ msgstr "Lista de eventos"
1434
+
1435
+ #: views/events-options.php:119
1436
+ #: views/events-options.php:123
1437
+ msgid "Show Comments"
1438
+ msgstr "Mostrar los comentarios"
1439
+
1440
+ #: views/events-options.php:145
1441
+ msgid "Default Country for Events"
1442
+ msgstr "País por defecto de los eventos"
1443
+
1444
+ #: views/events-options.php:170
1445
+ #: views/events-options.php:174
1446
+ msgid "Embed Google Maps"
1447
+ msgstr "incorporar Google Maps"
1448
+
1449
+ #: views/events-options.php:188
1450
+ msgid "Off"
1451
+ msgstr "deshabilitado"
1452
+
1453
+ #: views/events-options.php:192
1454
+ msgid "On"
1455
+ msgstr "habilitado"
1456
+
1457
+ #: views/events-options.php:195
1458
+ msgid "Height"
1459
+ msgstr "altura"
1460
+
1461
+ #: views/events-options.php:196
1462
+ msgid "Width"
1463
+ msgstr "ancho"
1464
+
1465
+ #: views/events-options.php:196
1466
+ msgid "(number or %)"
1467
+ msgstr "(numero o %)"
1468
+
1469
+ #: views/gridview.php:7
1470
+ #: views/list.php:7
1471
+ msgid "Calendar of Events"
1472
+ msgstr "Calendario De Eventos"
1473
+
1474
+ #: views/list.php:31
1475
+ #: views/single.php:11
1476
+ msgid "Start:"
1477
+ msgstr "Inicio:"
1478
+
1479
+ #: views/list.php:35
1480
+ #: views/single.php:14
1481
+ msgid "End:"
1482
+ msgstr "Final:"
1483
+
1484
+ #: views/list.php:61
1485
+ #: views/single.php:28
1486
+ msgid "Google Map"
1487
+ msgstr "Google Map"
1488
+
1489
+ #: views/list.php:92
1490
+ msgid "&laquo; Previous Events"
1491
+ msgstr "&laquo; Previous Events"
1492
+
1493
+ #: views/list.php:105
1494
+ msgid "Next Events &raquo;"
1495
+ msgstr "Próximo evento &raquo;"
1496
+
1497
+ #: views/single.php:6
1498
+ msgid "&laquo; Back to Events"
1499
+ msgstr "&laquo; Volver a los eventos"
1500
+
1501
+ #: views/single.php:8
1502
+ msgid "This event has passed."
1503
+ msgstr "Este evento ya ha pasado."
1504
+
1505
+ #: views/table.php:12
1506
+ msgid "Sunday"
1507
+ msgstr "Domingo"
1508
+
1509
+ #: views/table.php:12
1510
+ msgid "Sun"
1511
+ msgstr "Dom"
1512
+
1513
+ #: views/table.php:13
1514
+ msgid "Monday"
1515
+ msgstr "Lunes"
1516
+
1517
+ #: views/table.php:13
1518
+ msgid "Mon"
1519
+ msgstr "Lun"
1520
+
1521
+ #: views/table.php:14
1522
+ msgid "Tuesday"
1523
+ msgstr "Martes"
1524
+
1525
+ #: views/table.php:14
1526
+ msgid "Tue"
1527
+ msgstr "Mar"
1528
+
1529
+ #: views/table.php:15
1530
+ msgid "Wednesday"
1531
+ msgstr "Miercoles"
1532
+
1533
+ #: views/table.php:15
1534
+ msgid "Wed"
1535
+ msgstr "Mie"
1536
+
1537
+ #: views/table.php:16
1538
+ msgid "Thursday"
1539
+ msgstr "Jueves"
1540
+
1541
+ #: views/table.php:16
1542
+ msgid "Thu"
1543
+ msgstr "Jue"
1544
+
1545
+ #: views/table.php:17
1546
+ msgid "Friday"
1547
+ msgstr "Viernes"
1548
+
1549
+ #: views/table.php:17
1550
+ msgid "Fri"
1551
+ msgstr "Vie"
1552
+
1553
+ #: views/table.php:18
1554
+ msgid "Saturday"
1555
+ msgstr "Sabado"
1556
+
1557
+ #: views/table.php:18
1558
+ msgid "Sat"
1559
+ msgstr "Sab"
1560
+
1561
+ #. Plugin Name of an extension
1562
+ msgid "The Events Calendar"
1563
+ msgstr "El Calendar de Eventos"
1564
+
1565
+ #. Plugin URI of an extension
1566
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1567
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1568
+
1569
+ #. Description of an extension
1570
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1571
+ msgstr "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation.El Calendario De Eventos te permite publicar eventos rapidamente a traves del Editor de Entradas. Entre su sextras incluyen Integración opcional de Eventrbrite, Google Maps y los diseños de calendario o lista de eventos que vienen incluidos para una instalación instantanea."
1572
+
1573
+ #. Author of an extension
1574
+ msgid "Shane & Peter, Inc."
1575
+ msgstr "Shane & Peter, Inc."
1576
+
1577
+ #. Author URI of an extension
1578
+ msgid "http://www.shaneandpeter.com/"
1579
+ msgstr "http://www.shaneandpeter.com/"
1580
+
trunk/lang/the-events-calendar-fr_FR.mo ADDED
Binary file
trunk/lang/the-events-calendar-fr_FR.po ADDED
@@ -0,0 +1,1742 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.6 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: The Events Calendar 1.6\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
10
+ "POT-Creation-Date: 2010-05-26 14:02+0000\n"
11
+ "PO-Revision-Date: 2010-05-30 13:05-0500\n"
12
+ "Last-Translator: Justin Endler <justin@justinendler.com>\n"
13
+ "Language-Team: \n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #: events-calendar-widget.class.php:12
19
+ msgid "A calendar of your events"
20
+ msgstr "Un calendrier de vos évènements"
21
+
22
+ #: events-calendar-widget.class.php:13
23
+ msgid "Events Calendar"
24
+ msgstr "Calendrier des évènements"
25
+
26
+ #: events-calendar-widget.class.php:39
27
+ #: views/events-list-load-widget-admin.php:2
28
+ msgid "Title:"
29
+ msgstr "Titre"
30
+
31
+ #: events-list-widget.class.php:15
32
+ msgid "A widget that displays the next upcoming x events."
33
+ msgstr "Un widget pour afficher les X évènements suivants."
34
+
35
+ #: events-list-widget.class.php:81
36
+ msgid "View All Events"
37
+ msgstr "Voir tous les évènements"
38
+
39
+ #: events-list-widget.class.php:82
40
+ msgid "There are no upcoming events at this time."
41
+ msgstr ""
42
+
43
+ #: the-events-calendar.class.php:49
44
+ msgid "Sun"
45
+ msgstr "Dim"
46
+
47
+ #: the-events-calendar.class.php:49
48
+ msgid "Mon"
49
+ msgstr "Lun"
50
+
51
+ #: the-events-calendar.class.php:49
52
+ msgid "Tue"
53
+ msgstr "Mar"
54
+
55
+ #: the-events-calendar.class.php:49
56
+ msgid "Wed"
57
+ msgstr "Mer"
58
+
59
+ #: the-events-calendar.class.php:49
60
+ msgid "Thu"
61
+ msgstr "Jeu"
62
+
63
+ #: the-events-calendar.class.php:49
64
+ msgid "Fri"
65
+ msgstr "Ven"
66
+
67
+ #: the-events-calendar.class.php:49
68
+ msgid "Sat"
69
+ msgstr "Sam"
70
+
71
+ #: the-events-calendar.class.php:50
72
+ msgid "Sunday"
73
+ msgstr "Dimanche"
74
+
75
+ #: the-events-calendar.class.php:50
76
+ msgid "Monday"
77
+ msgstr "Lundi"
78
+
79
+ #: the-events-calendar.class.php:50
80
+ msgid "Tuesday"
81
+ msgstr "Mardi"
82
+
83
+ #: the-events-calendar.class.php:50
84
+ msgid "Wednesday"
85
+ msgstr "Mercredi"
86
+
87
+ #: the-events-calendar.class.php:50
88
+ msgid "Thursday"
89
+ msgstr "Jeudi"
90
+
91
+ #: the-events-calendar.class.php:50
92
+ msgid "Friday"
93
+ msgstr "Vendredi"
94
+
95
+ #: the-events-calendar.class.php:50
96
+ msgid "Saturday"
97
+ msgstr "Samedi"
98
+
99
+ #: the-events-calendar.class.php:56
100
+ msgid "Select a Country:"
101
+ msgstr "Sélectionnez un État :"
102
+
103
+ #: the-events-calendar.class.php:57
104
+ msgid "United States"
105
+ msgstr "États-Unis"
106
+
107
+ #: the-events-calendar.class.php:58
108
+ msgid "Afghanistan"
109
+ msgstr "Afghanistan"
110
+
111
+ #: the-events-calendar.class.php:59
112
+ msgid "Albania"
113
+ msgstr "Albanie"
114
+
115
+ #: the-events-calendar.class.php:60
116
+ msgid "Algeria"
117
+ msgstr "Algérie"
118
+
119
+ #: the-events-calendar.class.php:61
120
+ msgid "American Samoa"
121
+ msgstr ""
122
+
123
+ #: the-events-calendar.class.php:62
124
+ msgid "Andorra"
125
+ msgstr "Andorre"
126
+
127
+ #: the-events-calendar.class.php:63
128
+ msgid "Angola"
129
+ msgstr "Angola"
130
+
131
+ #: the-events-calendar.class.php:64
132
+ msgid "Anguilla"
133
+ msgstr ""
134
+
135
+ #: the-events-calendar.class.php:65
136
+ msgid "Antarctica"
137
+ msgstr "Antarctique"
138
+
139
+ #: the-events-calendar.class.php:66
140
+ msgid "Antigua And Barbuda"
141
+ msgstr ""
142
+
143
+ #: the-events-calendar.class.php:67
144
+ msgid "Argentina"
145
+ msgstr "Argentine"
146
+
147
+ #: the-events-calendar.class.php:68
148
+ msgid "Armenia"
149
+ msgstr "Arménie"
150
+
151
+ #: the-events-calendar.class.php:69
152
+ msgid "Aruba"
153
+ msgstr ""
154
+
155
+ #: the-events-calendar.class.php:70
156
+ msgid "Australia"
157
+ msgstr ""
158
+
159
+ #: the-events-calendar.class.php:71
160
+ msgid "Austria"
161
+ msgstr ""
162
+
163
+ #: the-events-calendar.class.php:72
164
+ msgid "Azerbaijan"
165
+ msgstr ""
166
+
167
+ #: the-events-calendar.class.php:73
168
+ msgid "Bahamas"
169
+ msgstr ""
170
+
171
+ #: the-events-calendar.class.php:74
172
+ msgid "Bahrain"
173
+ msgstr ""
174
+
175
+ #: the-events-calendar.class.php:75
176
+ msgid "Bangladesh"
177
+ msgstr ""
178
+
179
+ #: the-events-calendar.class.php:76
180
+ msgid "Barbados"
181
+ msgstr ""
182
+
183
+ #: the-events-calendar.class.php:77
184
+ msgid "Belarus"
185
+ msgstr ""
186
+
187
+ #: the-events-calendar.class.php:78
188
+ msgid "Belgium"
189
+ msgstr "Belgique"
190
+
191
+ #: the-events-calendar.class.php:79
192
+ msgid "Belize"
193
+ msgstr ""
194
+
195
+ #: the-events-calendar.class.php:80
196
+ msgid "Benin"
197
+ msgstr "Benin"
198
+
199
+ #: the-events-calendar.class.php:81
200
+ msgid "Bermuda"
201
+ msgstr "Bermudes"
202
+
203
+ #: the-events-calendar.class.php:82
204
+ msgid "Bhutan"
205
+ msgstr ""
206
+
207
+ #: the-events-calendar.class.php:83
208
+ msgid "Bolivia"
209
+ msgstr "Bolivie"
210
+
211
+ #: the-events-calendar.class.php:84
212
+ msgid "Bosnia And Herzegowina"
213
+ msgstr ""
214
+
215
+ #: the-events-calendar.class.php:85
216
+ msgid "Botswana"
217
+ msgstr ""
218
+
219
+ #: the-events-calendar.class.php:86
220
+ msgid "Bouvet Island"
221
+ msgstr ""
222
+
223
+ #: the-events-calendar.class.php:87
224
+ msgid "Brazil"
225
+ msgstr "Brésil"
226
+
227
+ #: the-events-calendar.class.php:88
228
+ msgid "British Indian Ocean Territory"
229
+ msgstr ""
230
+
231
+ #: the-events-calendar.class.php:89
232
+ msgid "Brunei Darussalam"
233
+ msgstr ""
234
+
235
+ #: the-events-calendar.class.php:90
236
+ msgid "Bulgaria"
237
+ msgstr ""
238
+
239
+ #: the-events-calendar.class.php:91
240
+ msgid "Burkina Faso"
241
+ msgstr "Burkina Faso"
242
+
243
+ #: the-events-calendar.class.php:92
244
+ msgid "Burundi"
245
+ msgstr "Burundi"
246
+
247
+ #: the-events-calendar.class.php:93
248
+ msgid "Cambodia"
249
+ msgstr ""
250
+
251
+ #: the-events-calendar.class.php:94
252
+ msgid "Cameroon"
253
+ msgstr "Cameroun"
254
+
255
+ #: the-events-calendar.class.php:95
256
+ msgid "Canada"
257
+ msgstr "Canada"
258
+
259
+ #: the-events-calendar.class.php:96
260
+ msgid "Cape Verde"
261
+ msgstr ""
262
+
263
+ #: the-events-calendar.class.php:97
264
+ msgid "Cayman Islands"
265
+ msgstr ""
266
+
267
+ #: the-events-calendar.class.php:98
268
+ msgid "Central African Republic"
269
+ msgstr ""
270
+
271
+ #: the-events-calendar.class.php:99
272
+ msgid "Chad"
273
+ msgstr ""
274
+
275
+ #: the-events-calendar.class.php:100
276
+ msgid "Chile"
277
+ msgstr "Chili"
278
+
279
+ #: the-events-calendar.class.php:101
280
+ msgid "China"
281
+ msgstr "Chine"
282
+
283
+ #: the-events-calendar.class.php:102
284
+ msgid "Christmas Island"
285
+ msgstr ""
286
+
287
+ #: the-events-calendar.class.php:103
288
+ msgid "Cocos (Keeling) Islands"
289
+ msgstr ""
290
+
291
+ #: the-events-calendar.class.php:104
292
+ msgid "Colombia"
293
+ msgstr "Colombie"
294
+
295
+ #: the-events-calendar.class.php:105
296
+ msgid "Comoros"
297
+ msgstr ""
298
+
299
+ #: the-events-calendar.class.php:106
300
+ msgid "Congo"
301
+ msgstr "Congo"
302
+
303
+ #: the-events-calendar.class.php:107
304
+ msgid "Congo, The Democratic Republic Of The"
305
+ msgstr ""
306
+
307
+ #: the-events-calendar.class.php:108
308
+ msgid "Cook Islands"
309
+ msgstr ""
310
+
311
+ #: the-events-calendar.class.php:109
312
+ msgid "Costa Rica"
313
+ msgstr "Costa Rica"
314
+
315
+ #: the-events-calendar.class.php:110
316
+ msgid "Cote D'Ivoire"
317
+ msgstr "Côte D'Ivoire"
318
+
319
+ #: the-events-calendar.class.php:111
320
+ msgid "Croatia (Local Name: Hrvatska)"
321
+ msgstr ""
322
+
323
+ #: the-events-calendar.class.php:112
324
+ msgid "Cuba"
325
+ msgstr "Cuba"
326
+
327
+ #: the-events-calendar.class.php:113
328
+ msgid "Cyprus"
329
+ msgstr ""
330
+
331
+ #: the-events-calendar.class.php:114
332
+ msgid "Czech Republic"
333
+ msgstr ""
334
+
335
+ #: the-events-calendar.class.php:115
336
+ msgid "Denmark"
337
+ msgstr ""
338
+
339
+ #: the-events-calendar.class.php:116
340
+ msgid "Djibouti"
341
+ msgstr "Djibouti"
342
+
343
+ #: the-events-calendar.class.php:117
344
+ msgid "Dominica"
345
+ msgstr ""
346
+
347
+ #: the-events-calendar.class.php:118
348
+ msgid "Dominican Republic"
349
+ msgstr ""
350
+
351
+ #: the-events-calendar.class.php:119
352
+ msgid "East Timor"
353
+ msgstr ""
354
+
355
+ #: the-events-calendar.class.php:120
356
+ msgid "Ecuador"
357
+ msgstr ""
358
+
359
+ #: the-events-calendar.class.php:121
360
+ msgid "Egypt"
361
+ msgstr "Egypte"
362
+
363
+ #: the-events-calendar.class.php:122
364
+ msgid "El Salvador"
365
+ msgstr ""
366
+
367
+ #: the-events-calendar.class.php:123
368
+ msgid "Equatorial Guinea"
369
+ msgstr ""
370
+
371
+ #: the-events-calendar.class.php:124
372
+ msgid "Eritrea"
373
+ msgstr ""
374
+
375
+ #: the-events-calendar.class.php:125
376
+ msgid "Estonia"
377
+ msgstr ""
378
+
379
+ #: the-events-calendar.class.php:126
380
+ msgid "Ethiopia"
381
+ msgstr ""
382
+
383
+ #: the-events-calendar.class.php:127
384
+ msgid "Falkland Islands (Malvinas)"
385
+ msgstr ""
386
+
387
+ #: the-events-calendar.class.php:128
388
+ msgid "Faroe Islands"
389
+ msgstr ""
390
+
391
+ #: the-events-calendar.class.php:129
392
+ msgid "Fiji"
393
+ msgstr ""
394
+
395
+ #: the-events-calendar.class.php:130
396
+ msgid "Finland"
397
+ msgstr ""
398
+
399
+ #: the-events-calendar.class.php:131
400
+ msgid "France"
401
+ msgstr "France"
402
+
403
+ #: the-events-calendar.class.php:132
404
+ msgid "France, Metropolitan"
405
+ msgstr "France, Métropolitaine"
406
+
407
+ #: the-events-calendar.class.php:133
408
+ msgid "French Guiana"
409
+ msgstr ""
410
+
411
+ #: the-events-calendar.class.php:134
412
+ msgid "French Polynesia"
413
+ msgstr ""
414
+
415
+ #: the-events-calendar.class.php:135
416
+ msgid "French Southern Territories"
417
+ msgstr ""
418
+
419
+ #: the-events-calendar.class.php:136
420
+ msgid "Gabon"
421
+ msgstr "Gabon"
422
+
423
+ #: the-events-calendar.class.php:137
424
+ msgid "Gambia"
425
+ msgstr ""
426
+
427
+ #: the-events-calendar.class.php:138
428
+ #: views/events-meta-box.php:369
429
+ msgid "Georgia"
430
+ msgstr ""
431
+
432
+ #: the-events-calendar.class.php:139
433
+ msgid "Germany"
434
+ msgstr "Allemagne"
435
+
436
+ #: the-events-calendar.class.php:140
437
+ msgid "Ghana"
438
+ msgstr "Ghana"
439
+
440
+ #: the-events-calendar.class.php:141
441
+ msgid "Gibraltar"
442
+ msgstr ""
443
+
444
+ #: the-events-calendar.class.php:142
445
+ msgid "Greece"
446
+ msgstr ""
447
+
448
+ #: the-events-calendar.class.php:143
449
+ msgid "Greenland"
450
+ msgstr ""
451
+
452
+ #: the-events-calendar.class.php:144
453
+ msgid "Grenada"
454
+ msgstr ""
455
+
456
+ #: the-events-calendar.class.php:145
457
+ msgid "Guadeloupe"
458
+ msgstr "Guadeloupe"
459
+
460
+ #: the-events-calendar.class.php:146
461
+ msgid "Guam"
462
+ msgstr ""
463
+
464
+ #: the-events-calendar.class.php:147
465
+ msgid "Guatemala"
466
+ msgstr ""
467
+
468
+ #: the-events-calendar.class.php:148
469
+ msgid "Guinea"
470
+ msgstr ""
471
+
472
+ #: the-events-calendar.class.php:149
473
+ msgid "Guinea-Bissau"
474
+ msgstr ""
475
+
476
+ #: the-events-calendar.class.php:150
477
+ msgid "Guyana"
478
+ msgstr "Guyane"
479
+
480
+ #: the-events-calendar.class.php:151
481
+ msgid "Haiti"
482
+ msgstr "Haiti"
483
+
484
+ #: the-events-calendar.class.php:152
485
+ msgid "Heard And Mc Donald Islands"
486
+ msgstr ""
487
+
488
+ #: the-events-calendar.class.php:153
489
+ msgid "Holy See (Vatican City State)"
490
+ msgstr ""
491
+
492
+ #: the-events-calendar.class.php:154
493
+ msgid "Honduras"
494
+ msgstr ""
495
+
496
+ #: the-events-calendar.class.php:155
497
+ msgid "Hong Kong"
498
+ msgstr "Hong Kong"
499
+
500
+ #: the-events-calendar.class.php:156
501
+ msgid "Hungary"
502
+ msgstr ""
503
+
504
+ #: the-events-calendar.class.php:157
505
+ msgid "Iceland"
506
+ msgstr ""
507
+
508
+ #: the-events-calendar.class.php:158
509
+ msgid "India"
510
+ msgstr "Inde"
511
+
512
+ #: the-events-calendar.class.php:159
513
+ msgid "Indonesia"
514
+ msgstr ""
515
+
516
+ #: the-events-calendar.class.php:160
517
+ msgid "Iran (Islamic Republic Of)"
518
+ msgstr ""
519
+
520
+ #: the-events-calendar.class.php:161
521
+ msgid "Iraq"
522
+ msgstr ""
523
+
524
+ #: the-events-calendar.class.php:162
525
+ msgid "Ireland"
526
+ msgstr ""
527
+
528
+ #: the-events-calendar.class.php:163
529
+ msgid "Israel"
530
+ msgstr "Israel"
531
+
532
+ #: the-events-calendar.class.php:164
533
+ msgid "Italy"
534
+ msgstr "Italie"
535
+
536
+ #: the-events-calendar.class.php:165
537
+ msgid "Jamaica"
538
+ msgstr "Jamaique"
539
+
540
+ #: the-events-calendar.class.php:166
541
+ msgid "Japan"
542
+ msgstr "Japon"
543
+
544
+ #: the-events-calendar.class.php:167
545
+ msgid "Jordan"
546
+ msgstr ""
547
+
548
+ #: the-events-calendar.class.php:168
549
+ msgid "Kazakhstan"
550
+ msgstr ""
551
+
552
+ #: the-events-calendar.class.php:169
553
+ msgid "Kenya"
554
+ msgstr "Kenya"
555
+
556
+ #: the-events-calendar.class.php:170
557
+ msgid "Kiribati"
558
+ msgstr ""
559
+
560
+ #: the-events-calendar.class.php:171
561
+ msgid "Korea, Democratic People's Republic Of"
562
+ msgstr ""
563
+
564
+ #: the-events-calendar.class.php:172
565
+ msgid "Korea, Republic Of"
566
+ msgstr ""
567
+
568
+ #: the-events-calendar.class.php:173
569
+ msgid "Kuwait"
570
+ msgstr "Kowait"
571
+
572
+ #: the-events-calendar.class.php:174
573
+ msgid "Kyrgyzstan"
574
+ msgstr ""
575
+
576
+ #: the-events-calendar.class.php:175
577
+ msgid "Lao People's Democratic Republic"
578
+ msgstr ""
579
+
580
+ #: the-events-calendar.class.php:176
581
+ msgid "Latvia"
582
+ msgstr ""
583
+
584
+ #: the-events-calendar.class.php:177
585
+ msgid "Lebanon"
586
+ msgstr "Liban"
587
+
588
+ #: the-events-calendar.class.php:178
589
+ msgid "Lesotho"
590
+ msgstr ""
591
+
592
+ #: the-events-calendar.class.php:179
593
+ msgid "Liberia"
594
+ msgstr "Liberia"
595
+
596
+ #: the-events-calendar.class.php:180
597
+ msgid "Libyan Arab Jamahiriya"
598
+ msgstr ""
599
+
600
+ #: the-events-calendar.class.php:181
601
+ msgid "Liechtenstein"
602
+ msgstr ""
603
+
604
+ #: the-events-calendar.class.php:182
605
+ msgid "Lithuania"
606
+ msgstr "Lithuanie"
607
+
608
+ #: the-events-calendar.class.php:183
609
+ msgid "Luxembourg"
610
+ msgstr "Luxembourg"
611
+
612
+ #: the-events-calendar.class.php:184
613
+ msgid "Macau"
614
+ msgstr "Macau"
615
+
616
+ #: the-events-calendar.class.php:185
617
+ msgid "Macedonia, Former Yugoslav Republic Of"
618
+ msgstr ""
619
+
620
+ #: the-events-calendar.class.php:186
621
+ msgid "Madagascar"
622
+ msgstr "Madagascar"
623
+
624
+ #: the-events-calendar.class.php:187
625
+ msgid "Malawi"
626
+ msgstr ""
627
+
628
+ #: the-events-calendar.class.php:188
629
+ msgid "Malaysia"
630
+ msgstr "Malaysie"
631
+
632
+ #: the-events-calendar.class.php:189
633
+ msgid "Maldives"
634
+ msgstr "Maldives"
635
+
636
+ #: the-events-calendar.class.php:190
637
+ msgid "Mali"
638
+ msgstr "Mali"
639
+
640
+ #: the-events-calendar.class.php:191
641
+ msgid "Malta"
642
+ msgstr ""
643
+
644
+ #: the-events-calendar.class.php:192
645
+ msgid "Marshall Islands"
646
+ msgstr ""
647
+
648
+ #: the-events-calendar.class.php:193
649
+ msgid "Martinique"
650
+ msgstr "Martinique"
651
+
652
+ #: the-events-calendar.class.php:194
653
+ msgid "Mauritania"
654
+ msgstr ""
655
+
656
+ #: the-events-calendar.class.php:195
657
+ msgid "Mauritius"
658
+ msgstr ""
659
+
660
+ #: the-events-calendar.class.php:196
661
+ msgid "Mayotte"
662
+ msgstr "Mayotte"
663
+
664
+ #: the-events-calendar.class.php:197
665
+ msgid "Mexico"
666
+ msgstr "Mexico"
667
+
668
+ #: the-events-calendar.class.php:198
669
+ msgid "Micronesia, Federated States Of"
670
+ msgstr ""
671
+
672
+ #: the-events-calendar.class.php:199
673
+ msgid "Moldova, Republic Of"
674
+ msgstr ""
675
+
676
+ #: the-events-calendar.class.php:200
677
+ msgid "Monaco"
678
+ msgstr "Monaco"
679
+
680
+ #: the-events-calendar.class.php:201
681
+ msgid "Mongolia"
682
+ msgstr "Mongolie"
683
+
684
+ #: the-events-calendar.class.php:202
685
+ msgid "Montserrat"
686
+ msgstr ""
687
+
688
+ #: the-events-calendar.class.php:203
689
+ msgid "Morocco"
690
+ msgstr "Maroc"
691
+
692
+ #: the-events-calendar.class.php:204
693
+ msgid "Mozambique"
694
+ msgstr ""
695
+
696
+ #: the-events-calendar.class.php:205
697
+ msgid "Myanmar"
698
+ msgstr "Myanmar"
699
+
700
+ #: the-events-calendar.class.php:206
701
+ msgid "Namibia"
702
+ msgstr ""
703
+
704
+ #: the-events-calendar.class.php:207
705
+ msgid "Nauru"
706
+ msgstr ""
707
+
708
+ #: the-events-calendar.class.php:208
709
+ msgid "Nepal"
710
+ msgstr "Népal"
711
+
712
+ #: the-events-calendar.class.php:209
713
+ msgid "Netherlands"
714
+ msgstr ""
715
+
716
+ #: the-events-calendar.class.php:210
717
+ msgid "Netherlands Antilles"
718
+ msgstr ""
719
+
720
+ #: the-events-calendar.class.php:211
721
+ msgid "New Caledonia"
722
+ msgstr ""
723
+
724
+ #: the-events-calendar.class.php:212
725
+ msgid "New Zealand"
726
+ msgstr ""
727
+
728
+ #: the-events-calendar.class.php:213
729
+ msgid "Nicaragua"
730
+ msgstr "Nicaragua"
731
+
732
+ #: the-events-calendar.class.php:214
733
+ msgid "Niger"
734
+ msgstr "Niger"
735
+
736
+ #: the-events-calendar.class.php:215
737
+ msgid "Nigeria"
738
+ msgstr "Nigeria"
739
+
740
+ #: the-events-calendar.class.php:216
741
+ msgid "Niue"
742
+ msgstr ""
743
+
744
+ #: the-events-calendar.class.php:217
745
+ msgid "Norfolk Island"
746
+ msgstr ""
747
+
748
+ #: the-events-calendar.class.php:218
749
+ msgid "Northern Mariana Islands"
750
+ msgstr ""
751
+
752
+ #: the-events-calendar.class.php:219
753
+ msgid "Norway"
754
+ msgstr ""
755
+
756
+ #: the-events-calendar.class.php:220
757
+ msgid "Oman"
758
+ msgstr ""
759
+
760
+ #: the-events-calendar.class.php:221
761
+ msgid "Pakistan"
762
+ msgstr "Pakistan"
763
+
764
+ #: the-events-calendar.class.php:222
765
+ msgid "Palau"
766
+ msgstr ""
767
+
768
+ #: the-events-calendar.class.php:223
769
+ msgid "Panama"
770
+ msgstr "Panama"
771
+
772
+ #: the-events-calendar.class.php:224
773
+ msgid "Papua New Guinea"
774
+ msgstr ""
775
+
776
+ #: the-events-calendar.class.php:225
777
+ msgid "Paraguay"
778
+ msgstr "Paraguay"
779
+
780
+ #: the-events-calendar.class.php:226
781
+ msgid "Peru"
782
+ msgstr "Pérou"
783
+
784
+ #: the-events-calendar.class.php:227
785
+ msgid "Philippines"
786
+ msgstr "Philippines"
787
+
788
+ #: the-events-calendar.class.php:228
789
+ msgid "Pitcairn"
790
+ msgstr ""
791
+
792
+ #: the-events-calendar.class.php:229
793
+ msgid "Poland"
794
+ msgstr "Pologne"
795
+
796
+ #: the-events-calendar.class.php:230
797
+ msgid "Portugal"
798
+ msgstr "Portugal"
799
+
800
+ #: the-events-calendar.class.php:231
801
+ msgid "Puerto Rico"
802
+ msgstr ""
803
+
804
+ #: the-events-calendar.class.php:232
805
+ msgid "Qatar"
806
+ msgstr "Quatar"
807
+
808
+ #: the-events-calendar.class.php:233
809
+ msgid "Reunion"
810
+ msgstr "Réunion"
811
+
812
+ #: the-events-calendar.class.php:234
813
+ msgid "Romania"
814
+ msgstr "Roumanie"
815
+
816
+ #: the-events-calendar.class.php:235
817
+ msgid "Russian Federation"
818
+ msgstr ""
819
+
820
+ #: the-events-calendar.class.php:236
821
+ msgid "Rwanda"
822
+ msgstr "Rwanda"
823
+
824
+ #: the-events-calendar.class.php:237
825
+ msgid "Saint Kitts And Nevis"
826
+ msgstr ""
827
+
828
+ #: the-events-calendar.class.php:238
829
+ msgid "Saint Lucia"
830
+ msgstr ""
831
+
832
+ #: the-events-calendar.class.php:239
833
+ msgid "Saint Vincent And The Grenadines"
834
+ msgstr ""
835
+
836
+ #: the-events-calendar.class.php:240
837
+ msgid "Samoa"
838
+ msgstr ""
839
+
840
+ #: the-events-calendar.class.php:241
841
+ msgid "San Marino"
842
+ msgstr ""
843
+
844
+ #: the-events-calendar.class.php:242
845
+ msgid "Sao Tome And Principe"
846
+ msgstr ""
847
+
848
+ #: the-events-calendar.class.php:243
849
+ msgid "Saudi Arabia"
850
+ msgstr ""
851
+
852
+ #: the-events-calendar.class.php:244
853
+ msgid "Senegal"
854
+ msgstr "Sénégal"
855
+
856
+ #: the-events-calendar.class.php:245
857
+ msgid "Seychelles"
858
+ msgstr "Seychelles"
859
+
860
+ #: the-events-calendar.class.php:246
861
+ msgid "Sierra Leone"
862
+ msgstr "Sierra Leone"
863
+
864
+ #: the-events-calendar.class.php:247
865
+ msgid "Singapore"
866
+ msgstr ""
867
+
868
+ #: the-events-calendar.class.php:248
869
+ msgid "Slovakia (Slovak Republic)"
870
+ msgstr ""
871
+
872
+ #: the-events-calendar.class.php:249
873
+ msgid "Slovenia"
874
+ msgstr ""
875
+
876
+ #: the-events-calendar.class.php:250
877
+ msgid "Solomon Islands"
878
+ msgstr ""
879
+
880
+ #: the-events-calendar.class.php:251
881
+ msgid "Somalia"
882
+ msgstr "Somalie"
883
+
884
+ #: the-events-calendar.class.php:252
885
+ msgid "South Africa"
886
+ msgstr "Afrique du Sud"
887
+
888
+ #: the-events-calendar.class.php:253
889
+ msgid "South Georgia, South Sandwich Islands"
890
+ msgstr ""
891
+
892
+ #: the-events-calendar.class.php:254
893
+ msgid "Spain"
894
+ msgstr "Espagne"
895
+
896
+ #: the-events-calendar.class.php:255
897
+ msgid "Sri Lanka"
898
+ msgstr ""
899
+
900
+ #: the-events-calendar.class.php:256
901
+ msgid "St. Helena"
902
+ msgstr ""
903
+
904
+ #: the-events-calendar.class.php:257
905
+ msgid "St. Pierre And Miquelon"
906
+ msgstr ""
907
+
908
+ #: the-events-calendar.class.php:258
909
+ msgid "Sudan"
910
+ msgstr "Soudan"
911
+
912
+ #: the-events-calendar.class.php:259
913
+ msgid "Suriname"
914
+ msgstr ""
915
+
916
+ #: the-events-calendar.class.php:260
917
+ msgid "Svalbard And Jan Mayen Islands"
918
+ msgstr ""
919
+
920
+ #: the-events-calendar.class.php:261
921
+ msgid "Swaziland"
922
+ msgstr ""
923
+
924
+ #: the-events-calendar.class.php:262
925
+ msgid "Sweden"
926
+ msgstr "Suède"
927
+
928
+ #: the-events-calendar.class.php:263
929
+ msgid "Switzerland"
930
+ msgstr "Suisse"
931
+
932
+ #: the-events-calendar.class.php:264
933
+ msgid "Syrian Arab Republic"
934
+ msgstr ""
935
+
936
+ #: the-events-calendar.class.php:265
937
+ msgid "Taiwan"
938
+ msgstr "Taiwan"
939
+
940
+ #: the-events-calendar.class.php:266
941
+ msgid "Tajikistan"
942
+ msgstr "Tajikistan"
943
+
944
+ #: the-events-calendar.class.php:267
945
+ msgid "Tanzania, United Republic Of"
946
+ msgstr ""
947
+
948
+ #: the-events-calendar.class.php:268
949
+ msgid "Thailand"
950
+ msgstr "Thailande"
951
+
952
+ #: the-events-calendar.class.php:269
953
+ msgid "Togo"
954
+ msgstr "Togo"
955
+
956
+ #: the-events-calendar.class.php:270
957
+ msgid "Tokelau"
958
+ msgstr ""
959
+
960
+ #: the-events-calendar.class.php:271
961
+ msgid "Tonga"
962
+ msgstr "Tonga"
963
+
964
+ #: the-events-calendar.class.php:272
965
+ msgid "Trinidad And Tobago"
966
+ msgstr "Trinidad et Tobago"
967
+
968
+ #: the-events-calendar.class.php:273
969
+ msgid "Tunisia"
970
+ msgstr "Tunisie"
971
+
972
+ #: the-events-calendar.class.php:274
973
+ msgid "Turkey"
974
+ msgstr "Turquie"
975
+
976
+ #: the-events-calendar.class.php:275
977
+ msgid "Turkmenistan"
978
+ msgstr ""
979
+
980
+ #: the-events-calendar.class.php:276
981
+ msgid "Turks And Caicos Islands"
982
+ msgstr ""
983
+
984
+ #: the-events-calendar.class.php:277
985
+ msgid "Tuvalu"
986
+ msgstr ""
987
+
988
+ #: the-events-calendar.class.php:278
989
+ msgid "Uganda"
990
+ msgstr "Uganda"
991
+
992
+ #: the-events-calendar.class.php:279
993
+ msgid "Ukraine"
994
+ msgstr "Ukraine"
995
+
996
+ #: the-events-calendar.class.php:280
997
+ msgid "United Arab Emirates"
998
+ msgstr ""
999
+
1000
+ #: the-events-calendar.class.php:281
1001
+ msgid "United Kingdom"
1002
+ msgstr "Royaume Uni"
1003
+
1004
+ #: the-events-calendar.class.php:282
1005
+ msgid "United States Minor Outlying Islands"
1006
+ msgstr ""
1007
+
1008
+ #: the-events-calendar.class.php:283
1009
+ msgid "Uruguay"
1010
+ msgstr "Uruguay"
1011
+
1012
+ #: the-events-calendar.class.php:284
1013
+ msgid "Uzbekistan"
1014
+ msgstr ""
1015
+
1016
+ #: the-events-calendar.class.php:285
1017
+ msgid "Vanuatu"
1018
+ msgstr ""
1019
+
1020
+ #: the-events-calendar.class.php:286
1021
+ msgid "Venezuela"
1022
+ msgstr "Vénézuela"
1023
+
1024
+ #: the-events-calendar.class.php:287
1025
+ msgid "Viet Nam"
1026
+ msgstr "Viet Nam"
1027
+
1028
+ #: the-events-calendar.class.php:288
1029
+ msgid "Virgin Islands (British)"
1030
+ msgstr ""
1031
+
1032
+ #: the-events-calendar.class.php:289
1033
+ msgid "Virgin Islands (U.S.)"
1034
+ msgstr ""
1035
+
1036
+ #: the-events-calendar.class.php:290
1037
+ msgid "Wallis And Futuna Islands"
1038
+ msgstr ""
1039
+
1040
+ #: the-events-calendar.class.php:291
1041
+ msgid "Western Sahara"
1042
+ msgstr ""
1043
+
1044
+ #: the-events-calendar.class.php:292
1045
+ msgid "Yemen"
1046
+ msgstr "Yemen"
1047
+
1048
+ #: the-events-calendar.class.php:293
1049
+ msgid "Yugoslavia"
1050
+ msgstr ""
1051
+
1052
+ #: the-events-calendar.class.php:294
1053
+ msgid "Zambia"
1054
+ msgstr "Zambie"
1055
+
1056
+ #: the-events-calendar.class.php:295
1057
+ msgid "Zimbabwe"
1058
+ msgstr "Zimbabwe"
1059
+
1060
+ #: the-events-calendar.class.php:490
1061
+ msgid "Jan"
1062
+ msgstr "Jan"
1063
+
1064
+ #: the-events-calendar.class.php:491
1065
+ msgid "Feb"
1066
+ msgstr "Fév"
1067
+
1068
+ #: the-events-calendar.class.php:492
1069
+ msgid "Mar"
1070
+ msgstr "Mar"
1071
+
1072
+ #: the-events-calendar.class.php:493
1073
+ msgid "Apr"
1074
+ msgstr "Avr"
1075
+
1076
+ #: the-events-calendar.class.php:494
1077
+ #: the-events-calendar.class.php:508
1078
+ msgid "May"
1079
+ msgstr "Mai"
1080
+
1081
+ #: the-events-calendar.class.php:495
1082
+ msgid "Jun"
1083
+ msgstr "Juin"
1084
+
1085
+ #: the-events-calendar.class.php:496
1086
+ msgid "Jul"
1087
+ msgstr "Juil"
1088
+
1089
+ #: the-events-calendar.class.php:497
1090
+ msgid "Aug"
1091
+ msgstr "Août"
1092
+
1093
+ #: the-events-calendar.class.php:498
1094
+ msgid "Sep"
1095
+ msgstr "Sept"
1096
+
1097
+ #: the-events-calendar.class.php:499
1098
+ msgid "Oct"
1099
+ msgstr "Oct"
1100
+
1101
+ #: the-events-calendar.class.php:500
1102
+ msgid "Nov"
1103
+ msgstr "Nov"
1104
+
1105
+ #: the-events-calendar.class.php:501
1106
+ msgid "Dec"
1107
+ msgstr "Dec"
1108
+
1109
+ #: the-events-calendar.class.php:504
1110
+ msgid "January"
1111
+ msgstr "Janvier"
1112
+
1113
+ #: the-events-calendar.class.php:505
1114
+ msgid "February"
1115
+ msgstr "Février"
1116
+
1117
+ #: the-events-calendar.class.php:506
1118
+ msgid "March"
1119
+ msgstr "Mars"
1120
+
1121
+ #: the-events-calendar.class.php:507
1122
+ msgid "April"
1123
+ msgstr "Avril"
1124
+
1125
+ #: the-events-calendar.class.php:509
1126
+ msgid "June"
1127
+ msgstr "Juin"
1128
+
1129
+ #: the-events-calendar.class.php:510
1130
+ msgid "July"
1131
+ msgstr "Juillet"
1132
+
1133
+ #: the-events-calendar.class.php:511
1134
+ msgid "August"
1135
+ msgstr "Août"
1136
+
1137
+ #: the-events-calendar.class.php:512
1138
+ msgid "September"
1139
+ msgstr "Septembre"
1140
+
1141
+ #: the-events-calendar.class.php:513
1142
+ msgid "October"
1143
+ msgstr "Octobre"
1144
+
1145
+ #: the-events-calendar.class.php:514
1146
+ msgid "November"
1147
+ msgstr "Novembre"
1148
+
1149
+ #: the-events-calendar.class.php:515
1150
+ msgid "December"
1151
+ msgstr "Décembre"
1152
+
1153
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.6) #-#-#-#-#
1154
+ #. Plugin Name of the plugin/theme
1155
+ #: the-events-calendar.class.php:1007
1156
+ msgid "The Events Calendar"
1157
+ msgstr "Le Calendrier des Évènements"
1158
+
1159
+ #: views/events-list-load-widget-admin.php:7
1160
+ msgid "Show:"
1161
+ msgstr "Afficher"
1162
+
1163
+ #: views/events-list-load-widget-admin.php:15
1164
+ msgid "Don't show the widget if there are no upcoming events:"
1165
+ msgstr "Ne pas montrer le widget s'il n'y a pas d'évènement à venir :"
1166
+
1167
+ #: views/events-list-load-widget-admin.php:21
1168
+ msgid "Display:"
1169
+ msgstr "Afficher :"
1170
+
1171
+ #: views/events-list-load-widget-admin.php:24
1172
+ msgid "Start Date & Time"
1173
+ msgstr "Date & Heure de début"
1174
+
1175
+ #: views/events-list-load-widget-admin.php:25
1176
+ msgid "End Date & Time"
1177
+ msgstr "Date & Heure de fin"
1178
+
1179
+ #: views/events-list-load-widget-admin.php:26
1180
+ msgid "Venue"
1181
+ msgstr "Lieu"
1182
+
1183
+ #: views/events-list-load-widget-admin.php:27
1184
+ msgid "Address"
1185
+ msgstr "Adresse"
1186
+
1187
+ #: views/events-list-load-widget-admin.php:28
1188
+ msgid "City"
1189
+ msgstr "Ville"
1190
+
1191
+ #: views/events-list-load-widget-admin.php:29
1192
+ msgid "State (US)"
1193
+ msgstr "État (US)"
1194
+
1195
+ #: views/events-list-load-widget-admin.php:30
1196
+ msgid "Province (Int)"
1197
+ msgstr "Province"
1198
+
1199
+ #: views/events-list-load-widget-admin.php:31
1200
+ msgid "Postal Code"
1201
+ msgstr "Code postal"
1202
+
1203
+ #: views/events-list-load-widget-admin.php:32
1204
+ msgid "Country"
1205
+ msgstr "Pays"
1206
+
1207
+ #: views/events-list-load-widget-admin.php:33
1208
+ #: views/events-meta-box.php:136
1209
+ msgid "Phone"
1210
+ msgstr "Téléphone"
1211
+
1212
+ #: views/events-list-load-widget-admin.php:34
1213
+ msgid "Price"
1214
+ msgstr "Prix"
1215
+
1216
+ #: views/events-list-load-widget-display.php:47
1217
+ msgid "More Info"
1218
+ msgstr "Plus d'info"
1219
+
1220
+ #: views/events-meta-box.php:136
1221
+ msgid "is not valid."
1222
+ msgstr "n'est pas valable"
1223
+
1224
+ #: views/events-meta-box.php:136
1225
+ msgid "Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may also use an optional extension of up to five digits prefixed by x or ext (eg. 123 123 4567 x89)"
1226
+ msgstr ""
1227
+
1228
+ #: views/events-meta-box.php:210
1229
+ msgid "Is this post an event?"
1230
+ msgstr "Cet article est-il un évènement ?"
1231
+
1232
+ #: views/events-meta-box.php:211
1233
+ #: views/events-options.php:181
1234
+ msgid "Yes"
1235
+ msgstr "Oui"
1236
+
1237
+ #: views/events-meta-box.php:212
1238
+ #: views/events-options.php:185
1239
+ msgid "No"
1240
+ msgstr "Non"
1241
+
1242
+ #: views/events-meta-box.php:229
1243
+ msgid "Event Time &amp; Date"
1244
+ msgstr "Heure &amp; Date de l'évènement"
1245
+
1246
+ #: views/events-meta-box.php:232
1247
+ msgid "All day event?"
1248
+ msgstr "Évènement d'une journée"
1249
+
1250
+ #: views/events-meta-box.php:236
1251
+ msgid "Start Date / Time:"
1252
+ msgstr "Date de début / Heure :"
1253
+
1254
+ #: views/events-meta-box.php:250
1255
+ #: views/events-meta-box.php:280
1256
+ msgid "@"
1257
+ msgstr "@"
1258
+
1259
+ #: views/events-meta-box.php:266
1260
+ msgid "End Date / Time:"
1261
+ msgstr "Date de fin / Heure :"
1262
+
1263
+ #: views/events-meta-box.php:296
1264
+ msgid "Event Location Details"
1265
+ msgstr "Détails sur le lieu de l'évènement"
1266
+
1267
+ #: views/events-meta-box.php:299
1268
+ #: views/list.php:45
1269
+ #: views/single.php:27
1270
+ msgid "Venue:"
1271
+ msgstr "Lieu :"
1272
+
1273
+ #: views/events-meta-box.php:305
1274
+ msgid "Country:"
1275
+ msgstr "Pays :"
1276
+
1277
+ #: views/events-meta-box.php:341
1278
+ #: views/list.php:60
1279
+ #: views/single.php:36
1280
+ msgid "Address:"
1281
+ msgstr "Adresse :"
1282
+
1283
+ #: views/events-meta-box.php:345
1284
+ msgid "City:"
1285
+ msgstr "Ville :"
1286
+
1287
+ #: views/events-meta-box.php:350
1288
+ msgid "Province:"
1289
+ msgstr "Province :"
1290
+
1291
+ #: views/events-meta-box.php:354
1292
+ msgid "State:"
1293
+ msgstr "Etat :"
1294
+
1295
+ #: views/events-meta-box.php:357
1296
+ msgid "Select a State:"
1297
+ msgstr "Sélectionnez un état :"
1298
+
1299
+ #: views/events-meta-box.php:359
1300
+ msgid "Alabama"
1301
+ msgstr "Alabama"
1302
+
1303
+ #: views/events-meta-box.php:360
1304
+ msgid "Alaska"
1305
+ msgstr "Alaska"
1306
+
1307
+ #: views/events-meta-box.php:361
1308
+ msgid "Arizona"
1309
+ msgstr "Arizona"
1310
+
1311
+ #: views/events-meta-box.php:362
1312
+ msgid "Arkansas"
1313
+ msgstr "Arkansas"
1314
+
1315
+ #: views/events-meta-box.php:363
1316
+ msgid "California"
1317
+ msgstr "Californie"
1318
+
1319
+ #: views/events-meta-box.php:364
1320
+ msgid "Colorado"
1321
+ msgstr "Colorado"
1322
+
1323
+ #: views/events-meta-box.php:365
1324
+ msgid "Connecticut"
1325
+ msgstr "Connecticut"
1326
+
1327
+ #: views/events-meta-box.php:366
1328
+ msgid "Delaware"
1329
+ msgstr "Delaware"
1330
+
1331
+ #: views/events-meta-box.php:367
1332
+ msgid "District of Columbia"
1333
+ msgstr "District of Columbia"
1334
+
1335
+ #: views/events-meta-box.php:368
1336
+ msgid "Florida"
1337
+ msgstr "Florida"
1338
+
1339
+ #: views/events-meta-box.php:370
1340
+ msgid "Hawaii"
1341
+ msgstr "Hawaii"
1342
+
1343
+ #: views/events-meta-box.php:371
1344
+ msgid "Idaho"
1345
+ msgstr "Idaho"
1346
+
1347
+ #: views/events-meta-box.php:372
1348
+ msgid "Illinois"
1349
+ msgstr "Illinois"
1350
+
1351
+ #: views/events-meta-box.php:373
1352
+ msgid "Indiana"
1353
+ msgstr "Indiana"
1354
+
1355
+ #: views/events-meta-box.php:374
1356
+ msgid "Iowa"
1357
+ msgstr "Iowa"
1358
+
1359
+ #: views/events-meta-box.php:375
1360
+ msgid "Kansas"
1361
+ msgstr "Kansas"
1362
+
1363
+ #: views/events-meta-box.php:376
1364
+ msgid "Kentucky"
1365
+ msgstr "Kentucky"
1366
+
1367
+ #: views/events-meta-box.php:377
1368
+ msgid "Louisiana"
1369
+ msgstr "Louisiane"
1370
+
1371
+ #: views/events-meta-box.php:378
1372
+ msgid "Maine"
1373
+ msgstr "Maine"
1374
+
1375
+ #: views/events-meta-box.php:379
1376
+ msgid "Maryland"
1377
+ msgstr "Maryland"
1378
+
1379
+ #: views/events-meta-box.php:380
1380
+ msgid "Massachusetts"
1381
+ msgstr "Massachusetts"
1382
+
1383
+ #: views/events-meta-box.php:381
1384
+ msgid "Michigan"
1385
+ msgstr "Michigan"
1386
+
1387
+ #: views/events-meta-box.php:382
1388
+ msgid "Minnesota"
1389
+ msgstr "Minnesota"
1390
+
1391
+ #: views/events-meta-box.php:383
1392
+ msgid "Mississippi"
1393
+ msgstr "Mississippi"
1394
+
1395
+ #: views/events-meta-box.php:384
1396
+ msgid "Missouri"
1397
+ msgstr "Missouri"
1398
+
1399
+ #: views/events-meta-box.php:385
1400
+ msgid "Montana"
1401
+ msgstr "Montana"
1402
+
1403
+ #: views/events-meta-box.php:386
1404
+ msgid "Nebraska"
1405
+ msgstr "Nebraska"
1406
+
1407
+ #: views/events-meta-box.php:387
1408
+ msgid "Nevada"
1409
+ msgstr "Névada"
1410
+
1411
+ #: views/events-meta-box.php:388
1412
+ msgid "New Hampshire"
1413
+ msgstr "New Hampshire"
1414
+
1415
+ #: views/events-meta-box.php:389
1416
+ msgid "New Jersey"
1417
+ msgstr "New Jersey"
1418
+
1419
+ #: views/events-meta-box.php:390
1420
+ msgid "New Mexico"
1421
+ msgstr "New Mexico"
1422
+
1423
+ #: views/events-meta-box.php:391
1424
+ msgid "New York"
1425
+ msgstr "New York"
1426
+
1427
+ #: views/events-meta-box.php:392
1428
+ msgid "North Carolina"
1429
+ msgstr "North Carolina"
1430
+
1431
+ #: views/events-meta-box.php:393
1432
+ msgid "North Dakota"
1433
+ msgstr "North Dakota"
1434
+
1435
+ #: views/events-meta-box.php:394
1436
+ msgid "Ohio"
1437
+ msgstr "Ohio"
1438
+
1439
+ #: views/events-meta-box.php:395
1440
+ msgid "Oklahoma"
1441
+ msgstr "Oklahoma"
1442
+
1443
+ #: views/events-meta-box.php:396
1444
+ msgid "Oregon"
1445
+ msgstr "Oregon"
1446
+
1447
+ #: views/events-meta-box.php:397
1448
+ msgid "Pennsylvania"
1449
+ msgstr "Pennsylvania"
1450
+
1451
+ #: views/events-meta-box.php:398
1452
+ msgid "Rhode Island"
1453
+ msgstr "Rhode Island"
1454
+
1455
+ #: views/events-meta-box.php:399
1456
+ msgid "South Carolina"
1457
+ msgstr "South Carolina"
1458
+
1459
+ #: views/events-meta-box.php:400
1460
+ msgid "South Dakota"
1461
+ msgstr "South Dakota"
1462
+
1463
+ #: views/events-meta-box.php:401
1464
+ msgid "Tennessee"
1465
+ msgstr "Tennessee"
1466
+
1467
+ #: views/events-meta-box.php:402
1468
+ msgid "Texas"
1469
+ msgstr "Texas"
1470
+
1471
+ #: views/events-meta-box.php:403
1472
+ msgid "Utah"
1473
+ msgstr "Utah"
1474
+
1475
+ #: views/events-meta-box.php:404
1476
+ msgid "Vermont"
1477
+ msgstr "Vermont"
1478
+
1479
+ #: views/events-meta-box.php:405
1480
+ msgid "Virginia"
1481
+ msgstr "Virginia"
1482
+
1483
+ #: views/events-meta-box.php:406
1484
+ msgid "Washington"
1485
+ msgstr "Washington"
1486
+
1487
+ #: views/events-meta-box.php:407
1488
+ msgid "West Virginia"
1489
+ msgstr "West Virginia"
1490
+
1491
+ #: views/events-meta-box.php:408
1492
+ msgid "Wisconsin"
1493
+ msgstr "Wisconsin"
1494
+
1495
+ #: views/events-meta-box.php:409
1496
+ msgid "Wyoming"
1497
+ msgstr "Wyoming"
1498
+
1499
+ #: views/events-meta-box.php:423
1500
+ msgid "Postal Code:"
1501
+ msgstr "Code postal :"
1502
+
1503
+ #: views/events-meta-box.php:427
1504
+ msgid "Show Google Map Link:"
1505
+ msgstr "Montrer le lien Google Map :"
1506
+
1507
+ #: views/events-meta-box.php:439
1508
+ msgid "Show Google Map:"
1509
+ msgstr "Afficher la carte Google "
1510
+
1511
+ #: views/events-meta-box.php:444
1512
+ #: views/list.php:54
1513
+ #: views/single.php:31
1514
+ msgid "Phone:"
1515
+ msgstr "Téléphone :"
1516
+
1517
+ #: views/events-meta-box.php:448
1518
+ msgid "Event Cost"
1519
+ msgstr "Coût de l'évènements"
1520
+
1521
+ #: views/events-meta-box.php:451
1522
+ #: views/list.php:72
1523
+ #: views/single.php:21
1524
+ msgid "Cost:"
1525
+ msgstr "Coût :"
1526
+
1527
+ #: views/events-meta-box.php:456
1528
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1529
+ msgstr "Laisser vide pour cacher ce champ. Entrer un 0 pour les évènements qui sont gratuits."
1530
+
1531
+ #: views/events-meta-box.php:460
1532
+ msgid "Sell Tickets &amp; Track Registration"
1533
+ msgstr "Vente des tickets &amp; Suivi des inscriptions"
1534
+
1535
+ #: views/events-meta-box.php:465
1536
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1537
+ msgstr "Intéressé dans la vente des tickets et un suivi des inscritions ? Maintenant vous pouvez le faire gratuitement en utilisant notre plugin <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration</a>. Eventbrite outil facile à utiliser de gestion des évènements. \"Wow, vous vendez Eventbrite, vous devriez avoir un coup.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1538
+
1539
+ #: views/events-meta-box.php:465
1540
+ msgid "Check it out here."
1541
+ msgstr "Vérifiez cela ici."
1542
+
1543
+ #: views/events-meta-box.php:483
1544
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1545
+ msgstr ""
1546
+ "<h4>Si vous aimez cette extension - Aidez à la soutenir </h4>\r\n"
1547
+ "\t\t\t\t<p>Nous passons pas mal de temps et de nombreux efforts à construire des plugins robustes et nous adorons les partager avec la communauté. Si vous utilisez ce plugin, envisagez de réaliser une donation pour aider le dévelopement continu du plugin. Vous pouvez supprimer ce message en allant sur la <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">page de configuration</a>. Traduction par <a href=\"http://www.enseignons.be\">Enseignons.be</a>.</p>"
1548
+
1549
+ #: views/events-meta-box.php:485
1550
+ msgid "Thanks"
1551
+ msgstr "Merci"
1552
+
1553
+ #: views/events-options.php:74
1554
+ msgid "The Events Calendar Settings"
1555
+ msgstr "Les paramètres du Calendrier"
1556
+
1557
+ #: views/events-options.php:94
1558
+ msgid "Need a hand?"
1559
+ msgstr "Besoin d'aide ?"
1560
+
1561
+ #: views/events-options.php:95
1562
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1563
+ msgstr "Si vous rencontrez une difficulté, allez voir la <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">documentation</a>. pour de plus amples explications, soyez certains de passer par le <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> et demander de l'aide."
1564
+
1565
+ #: views/events-options.php:96
1566
+ msgid "Here is the iCal feed URL for your events: "
1567
+ msgstr "l'URL iCal feed de vos évènements se trouve ici : "
1568
+
1569
+ #: views/events-options.php:99
1570
+ msgid "Donate"
1571
+ msgstr "Faites un don"
1572
+
1573
+ #: views/events-options.php:108
1574
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1575
+ msgstr "Si vous trouvez ce plugin utile, merci de faire une donation au créateur : Shane &#38; Peter, Inc. Merci !"
1576
+
1577
+ #: views/events-options.php:112
1578
+ msgid "I have already donated, so please hide this button!"
1579
+ msgstr "J'ai déjà donné, merci de cacher ce bouton"
1580
+
1581
+ #: views/events-options.php:122
1582
+ msgid "Donate for this wonderful plugin"
1583
+ msgstr "Faire un don pour cette merveilleuse extension"
1584
+
1585
+ #: views/events-options.php:136
1586
+ msgid "Settings"
1587
+ msgstr "Paramètres"
1588
+
1589
+ #: views/events-options.php:139
1590
+ #: views/events-options.php:143
1591
+ msgid "Default View for the Events"
1592
+ msgstr "Vue par défaut pour les évènements"
1593
+
1594
+ #: views/events-options.php:155
1595
+ #: views/gridview.php:28
1596
+ #: views/list.php:12
1597
+ msgid "Calendar"
1598
+ msgstr "Calendrier"
1599
+
1600
+ #: views/events-options.php:159
1601
+ #: views/gridview.php:27
1602
+ #: views/list.php:11
1603
+ msgid "Event List"
1604
+ msgstr "Liste des évènements"
1605
+
1606
+ #: views/events-options.php:165
1607
+ #: views/events-options.php:169
1608
+ msgid "Show Comments"
1609
+ msgstr "Afficher les commentaires"
1610
+
1611
+ #: views/events-options.php:191
1612
+ msgid "Default Country for Events"
1613
+ msgstr "Pays par défaut pour les évènements"
1614
+
1615
+ #: views/events-options.php:214
1616
+ #: views/events-options.php:218
1617
+ msgid "Display Events on Homepage"
1618
+ msgstr "Faire apparaître l'Evènement sur la page d'acceuil"
1619
+
1620
+ #: views/events-options.php:225
1621
+ #: views/events-options.php:254
1622
+ #: views/events-options.php:281
1623
+ #: views/events-options.php:307
1624
+ msgid "Off"
1625
+ msgstr "Désactivé"
1626
+
1627
+ #: views/events-options.php:229
1628
+ #: views/events-options.php:258
1629
+ #: views/events-options.php:285
1630
+ #: views/events-options.php:311
1631
+ msgid "On"
1632
+ msgstr "Activé"
1633
+
1634
+ #: views/events-options.php:236
1635
+ #: views/events-options.php:240
1636
+ msgid "Embed Google Maps"
1637
+ msgstr "Afficher une carte Google "
1638
+
1639
+ #: views/events-options.php:261
1640
+ msgid "Height"
1641
+ msgstr "Hauteur"
1642
+
1643
+ #: views/events-options.php:262
1644
+ msgid "Width"
1645
+ msgstr "Largeur"
1646
+
1647
+ #: views/events-options.php:262
1648
+ msgid "(number or %)"
1649
+ msgstr "(nombre ou %)"
1650
+
1651
+ #: views/events-options.php:270
1652
+ #: views/events-options.php:274
1653
+ msgid "Feature on Event Date"
1654
+ msgstr ""
1655
+
1656
+ #: views/events-options.php:288
1657
+ msgid "This option will bump an event to the top of the homepage loop on the day of the event."
1658
+ msgstr "Cette option fera apparaître un évènement en haut de la page d'accueil le jour du dit évènement."
1659
+
1660
+ #: views/events-options.php:296
1661
+ #: views/events-options.php:300
1662
+ msgid "Use Pretty URLs"
1663
+ msgstr "Utiliser Pretty URLs"
1664
+
1665
+ #: views/events-options.php:314
1666
+ msgid "Pretty URLs (ie, http://site/category/events/upcoming) may interfere with custom themes or plugins."
1667
+ msgstr "Pretty URLs (ie, http://site/category/events/upcoming) peut interferer avec les custom themes ou les plugins."
1668
+
1669
+ #: views/events-options.php:340
1670
+ msgid "Save Changes"
1671
+ msgstr "Sauver les changements"
1672
+
1673
+ #: views/gridview.php:9
1674
+ #: views/list.php:9
1675
+ msgid "Calendar of Events"
1676
+ msgstr "Calendrier des évènements"
1677
+
1678
+ #: views/list.php:33
1679
+ #: views/single.php:14
1680
+ msgid "Start:"
1681
+ msgstr "Début :"
1682
+
1683
+ #: views/list.php:37
1684
+ #: views/single.php:17
1685
+ msgid "End:"
1686
+ msgstr "Fin :"
1687
+
1688
+ #: views/list.php:62
1689
+ #: views/single.php:38
1690
+ msgid "Google Map"
1691
+ msgstr "Afficher une carte Google "
1692
+
1693
+ #: views/list.php:94
1694
+ msgid "&laquo; Previous Events"
1695
+ msgstr "&laquo; Evènements précédents"
1696
+
1697
+ #: views/list.php:107
1698
+ msgid "Next Events &raquo;"
1699
+ msgstr "Évènements suivants &raquo;"
1700
+
1701
+ #: views/single.php:9
1702
+ msgid "&laquo; Back to Events"
1703
+ msgstr "&laquo; retour aux évènements"
1704
+
1705
+ #: views/single.php:11
1706
+ msgid "This event has passed."
1707
+ msgstr "Cet évènement est terminé."
1708
+
1709
+ #: views/single.php:38
1710
+ msgid "Click to view a Google Map"
1711
+ msgstr "Cliquer pour voir la Map Google"
1712
+
1713
+ #. Plugin URI of the plugin/theme
1714
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1715
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1716
+
1717
+ #. Description of the plugin/theme
1718
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation. When updating The Events Calendar, if EventBrite for The Events Calendar is being used, the two plugins must be updated together. Requires PHP 5.1 or above."
1719
+ msgstr ""
1720
+
1721
+ #. Author of the plugin/theme
1722
+ msgid "Shane & Peter, Inc."
1723
+ msgstr "Shane & Peter, Inc."
1724
+
1725
+ #. Author URI of the plugin/theme
1726
+ msgid "http://www.shaneandpeter.com/"
1727
+ msgstr "http://www.shaneandpeter.com/"
1728
+
1729
+ #~ msgid "Events"
1730
+ #~ msgstr "Evènements"
1731
+
1732
+ #~ msgid "Free"
1733
+ #~ msgstr "Gratuit"
1734
+
1735
+ #~ msgid "Time Format (site wide option):"
1736
+ #~ msgstr "Format de l'heure (option générale)"
1737
+
1738
+ #~ msgid "12 Hour"
1739
+ #~ msgstr "12 heures"
1740
+
1741
+ #~ msgid "24 Hour"
1742
+ #~ msgstr "24 heures"
trunk/lang/the-events-calendar-it_IT.mo ADDED
Binary file
trunk/lang/the-events-calendar-it_IT.po ADDED
@@ -0,0 +1,1515 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: the-events-calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-01-27 01:29-0800\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Maurizio <info@m2015.it>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Italian\n"
15
+ "X-Poedit-Country: ITALY\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: the-events-calendar.php:53
19
+ msgid "United States"
20
+ msgstr "Stati Uniti"
21
+
22
+ #: the-events-calendar.php:54
23
+ msgid "Afghanistan"
24
+ msgstr "Afghanistan"
25
+
26
+ #: the-events-calendar.php:55
27
+ msgid "Albania"
28
+ msgstr "Albania"
29
+
30
+ #: the-events-calendar.php:56
31
+ msgid "Algeria"
32
+ msgstr "Algeria"
33
+
34
+ #: the-events-calendar.php:57
35
+ msgid "American Samoa"
36
+ msgstr "Samoa Americana"
37
+
38
+ #: the-events-calendar.php:58
39
+ msgid "Andorra"
40
+ msgstr "Andorra"
41
+
42
+ #: the-events-calendar.php:59
43
+ msgid "Angola"
44
+ msgstr "Angola"
45
+
46
+ #: the-events-calendar.php:60
47
+ msgid "Anguilla"
48
+ msgstr "Anguilla"
49
+
50
+ #: the-events-calendar.php:61
51
+ msgid "Antarctica"
52
+ msgstr "Antartico"
53
+
54
+ #: the-events-calendar.php:62
55
+ msgid "Antigua And Barbuda"
56
+ msgstr "Antigua e Barbuda"
57
+
58
+ #: the-events-calendar.php:63
59
+ msgid "Argentina"
60
+ msgstr "Argentina"
61
+
62
+ #: the-events-calendar.php:64
63
+ msgid "Armenia"
64
+ msgstr "Armenia"
65
+
66
+ #: the-events-calendar.php:65
67
+ msgid "Aruba"
68
+ msgstr "Aruba"
69
+
70
+ #: the-events-calendar.php:66
71
+ msgid "Australia"
72
+ msgstr "Australia"
73
+
74
+ #: the-events-calendar.php:67
75
+ msgid "Austria"
76
+ msgstr "Austria"
77
+
78
+ #: the-events-calendar.php:68
79
+ msgid "Azerbaijan"
80
+ msgstr "Azerbaijan"
81
+
82
+ #: the-events-calendar.php:69
83
+ msgid "Bahamas"
84
+ msgstr "Bahamas"
85
+
86
+ #: the-events-calendar.php:70
87
+ msgid "Bahrain"
88
+ msgstr "Bahrain"
89
+
90
+ #: the-events-calendar.php:71
91
+ msgid "Bangladesh"
92
+ msgstr "Bangladesh"
93
+
94
+ #: the-events-calendar.php:72
95
+ msgid "Barbados"
96
+ msgstr "Barbados"
97
+
98
+ #: the-events-calendar.php:73
99
+ msgid "Belarus"
100
+ msgstr "Bielorussia"
101
+
102
+ #: the-events-calendar.php:74
103
+ msgid "Belgium"
104
+ msgstr "Belgio"
105
+
106
+ #: the-events-calendar.php:75
107
+ msgid "Belize"
108
+ msgstr "Belize"
109
+
110
+ #: the-events-calendar.php:76
111
+ msgid "Benin"
112
+ msgstr "Benin"
113
+
114
+ #: the-events-calendar.php:77
115
+ msgid "Bermuda"
116
+ msgstr "Bermuda"
117
+
118
+ #: the-events-calendar.php:78
119
+ msgid "Bhutan"
120
+ msgstr "Bhutan"
121
+
122
+ #: the-events-calendar.php:79
123
+ msgid "Bolivia"
124
+ msgstr "Bolivia"
125
+
126
+ #: the-events-calendar.php:80
127
+ msgid "Bosnia And Herzegowina"
128
+ msgstr "Bosnia-Erzegovina"
129
+
130
+ #: the-events-calendar.php:81
131
+ msgid "Botswana"
132
+ msgstr "Botswana"
133
+
134
+ #: the-events-calendar.php:82
135
+ msgid "Bouvet Island"
136
+ msgstr "Isola Bouvet"
137
+
138
+ #: the-events-calendar.php:83
139
+ msgid "Brazil"
140
+ msgstr "Brasile"
141
+
142
+ #: the-events-calendar.php:84
143
+ msgid "British Indian Ocean Territory"
144
+ msgstr "Territorio britannico dell'oceano Indiano "
145
+
146
+ #: the-events-calendar.php:85
147
+ msgid "Brunei Darussalam"
148
+ msgstr "Brunei, Sultanato del "
149
+
150
+ #: the-events-calendar.php:86
151
+ msgid "Bulgaria"
152
+ msgstr "Bulgaria"
153
+
154
+ #: the-events-calendar.php:87
155
+ msgid "Burkina Faso"
156
+ msgstr "Burkina Faso"
157
+
158
+ #: the-events-calendar.php:88
159
+ msgid "Burundi"
160
+ msgstr "Burundi"
161
+
162
+ #: the-events-calendar.php:89
163
+ msgid "Cambodia"
164
+ msgstr "Cambogia"
165
+
166
+ #: the-events-calendar.php:90
167
+ msgid "Cameroon"
168
+ msgstr "Camerun"
169
+
170
+ #: the-events-calendar.php:91
171
+ msgid "Canada"
172
+ msgstr "Canada"
173
+
174
+ #: the-events-calendar.php:92
175
+ msgid "Cape Verde"
176
+ msgstr "Capo Verde"
177
+
178
+ #: the-events-calendar.php:93
179
+ msgid "Cayman Islands"
180
+ msgstr "Isole Cayman"
181
+
182
+ #: the-events-calendar.php:94
183
+ msgid "Central African Republic"
184
+ msgstr "Africa Centrale, Repubblica dell'"
185
+
186
+ #: the-events-calendar.php:95
187
+ msgid "Chad"
188
+ msgstr "Chad"
189
+
190
+ #: the-events-calendar.php:96
191
+ msgid "Chile"
192
+ msgstr "Cile"
193
+
194
+ #: the-events-calendar.php:97
195
+ msgid "China"
196
+ msgstr "Cina"
197
+
198
+ #: the-events-calendar.php:98
199
+ msgid "Christmas Island"
200
+ msgstr "Isola Christmas"
201
+
202
+ #: the-events-calendar.php:99
203
+ msgid "Cocos (Keeling) Islands"
204
+ msgstr "Isole Cocos e Isole Keeling"
205
+
206
+ #: the-events-calendar.php:100
207
+ msgid "Colombia"
208
+ msgstr "Colombia"
209
+
210
+ #: the-events-calendar.php:101
211
+ msgid "Comoros"
212
+ msgstr "Comore, Repubblica Federale Islamica delle "
213
+
214
+ #: the-events-calendar.php:102
215
+ msgid "Congo"
216
+ msgstr "Congo"
217
+
218
+ #: the-events-calendar.php:103
219
+ msgid "Congo, The Democratic Republic Of The"
220
+ msgstr "Congo, Repubblica democratica del "
221
+
222
+ #: the-events-calendar.php:104
223
+ msgid "Cook Islands"
224
+ msgstr "Isole Cook"
225
+
226
+ #: the-events-calendar.php:105
227
+ msgid "Costa Rica"
228
+ msgstr "Costa Rica"
229
+
230
+ #: the-events-calendar.php:106
231
+ msgid "Cote D'Ivoire"
232
+ msgstr "Costra D'avorio"
233
+
234
+ #: the-events-calendar.php:107
235
+ msgid "Croatia (Local Name: Hrvatska)"
236
+ msgstr "Croazia"
237
+
238
+ #: the-events-calendar.php:108
239
+ msgid "Cuba"
240
+ msgstr "Cuba"
241
+
242
+ #: the-events-calendar.php:109
243
+ msgid "Cyprus"
244
+ msgstr "Cipro"
245
+
246
+ #: the-events-calendar.php:110
247
+ msgid "Czech Republic"
248
+ msgstr "Reppublica Ceca"
249
+
250
+ #: the-events-calendar.php:111
251
+ msgid "Denmark"
252
+ msgstr "Danimarca"
253
+
254
+ #: the-events-calendar.php:112
255
+ msgid "Djibouti"
256
+ msgstr "Gibuti"
257
+
258
+ #: the-events-calendar.php:113
259
+ msgid "Dominica"
260
+ msgstr "Dominica"
261
+
262
+ #: the-events-calendar.php:114
263
+ msgid "Dominican Republic"
264
+ msgstr "Repubblica Dominicana"
265
+
266
+ #: the-events-calendar.php:115
267
+ msgid "East Timor"
268
+ msgstr "Timor Est"
269
+
270
+ #: the-events-calendar.php:116
271
+ msgid "Ecuador"
272
+ msgstr "Ecuador"
273
+
274
+ #: the-events-calendar.php:117
275
+ msgid "Egypt"
276
+ msgstr "Egitto"
277
+
278
+ #: the-events-calendar.php:118
279
+ msgid "El Salvador"
280
+ msgstr "San Salvador"
281
+
282
+ #: the-events-calendar.php:119
283
+ msgid "Equatorial Guinea"
284
+ msgstr "Guinea Equatoriale"
285
+
286
+ #: the-events-calendar.php:120
287
+ msgid "Eritrea"
288
+ msgstr "Eritra"
289
+
290
+ #: the-events-calendar.php:121
291
+ msgid "Estonia"
292
+ msgstr "Estonia"
293
+
294
+ #: the-events-calendar.php:122
295
+ msgid "Ethiopia"
296
+ msgstr "Ethiopia"
297
+
298
+ #: the-events-calendar.php:123
299
+ msgid "Falkland Islands (Malvinas)"
300
+ msgstr "Isole Falkland"
301
+
302
+ #: the-events-calendar.php:124
303
+ msgid "Faroe Islands"
304
+ msgstr "Isole Faroe"
305
+
306
+ #: the-events-calendar.php:125
307
+ msgid "Fiji"
308
+ msgstr "Fiji"
309
+
310
+ #: the-events-calendar.php:126
311
+ msgid "Finland"
312
+ msgstr "Finlandia"
313
+
314
+ #: the-events-calendar.php:127
315
+ msgid "France"
316
+ msgstr "Francia"
317
+
318
+ #: the-events-calendar.php:128
319
+ msgid "France, Metropolitan"
320
+ msgstr "Francia Metropolitana"
321
+
322
+ #: the-events-calendar.php:129
323
+ msgid "French Guiana"
324
+ msgstr "Guinea Francese"
325
+
326
+ #: the-events-calendar.php:130
327
+ msgid "French Polynesia"
328
+ msgstr "Polinesia Francese"
329
+
330
+ #: the-events-calendar.php:131
331
+ msgid "French Southern Territories"
332
+ msgstr "Territori del Sud Francesi"
333
+
334
+ #: the-events-calendar.php:132
335
+ msgid "Gabon"
336
+ msgstr "Gabon"
337
+
338
+ #: the-events-calendar.php:133
339
+ msgid "Gambia"
340
+ msgstr "Gambia"
341
+
342
+ #: the-events-calendar.php:134
343
+ #: views/events-meta-box.php:215
344
+ msgid "Georgia"
345
+ msgstr "Georgia"
346
+
347
+ #: the-events-calendar.php:135
348
+ msgid "Germany"
349
+ msgstr "Germania"
350
+
351
+ #: the-events-calendar.php:136
352
+ msgid "Ghana"
353
+ msgstr "Ghana"
354
+
355
+ #: the-events-calendar.php:137
356
+ msgid "Gibraltar"
357
+ msgstr "Gibilterra"
358
+
359
+ #: the-events-calendar.php:138
360
+ msgid "Greece"
361
+ msgstr "Grecia"
362
+
363
+ #: the-events-calendar.php:139
364
+ msgid "Greenland"
365
+ msgstr "Groenlandia"
366
+
367
+ #: the-events-calendar.php:140
368
+ msgid "Grenada"
369
+ msgstr "Grenada"
370
+
371
+ #: the-events-calendar.php:141
372
+ msgid "Guadeloupe"
373
+ msgstr "Guadalupa"
374
+
375
+ #: the-events-calendar.php:142
376
+ msgid "Guam"
377
+ msgstr "Guam"
378
+
379
+ #: the-events-calendar.php:143
380
+ msgid "Guatemala"
381
+ msgstr "Guatemala"
382
+
383
+ #: the-events-calendar.php:144
384
+ msgid "Guinea"
385
+ msgstr "Guinea"
386
+
387
+ #: the-events-calendar.php:145
388
+ msgid "Guinea-Bissau"
389
+ msgstr "Guinea-Bissau"
390
+
391
+ #: the-events-calendar.php:146
392
+ msgid "Guyana"
393
+ msgstr "Guyana"
394
+
395
+ #: the-events-calendar.php:147
396
+ msgid "Haiti"
397
+ msgstr "Haiti"
398
+
399
+ #: the-events-calendar.php:148
400
+ msgid "Heard And Mc Donald Islands"
401
+ msgstr "Isole Heard e McDonald"
402
+
403
+ #: the-events-calendar.php:149
404
+ msgid "Holy See (Vatican City State)"
405
+ msgstr "Città del vaticano"
406
+
407
+ #: the-events-calendar.php:150
408
+ msgid "Honduras"
409
+ msgstr "Hounduras"
410
+
411
+ #: the-events-calendar.php:151
412
+ msgid "Hong Kong"
413
+ msgstr "Hong Kong"
414
+
415
+ #: the-events-calendar.php:152
416
+ msgid "Hungary"
417
+ msgstr "Hungherya"
418
+
419
+ #: the-events-calendar.php:153
420
+ msgid "Iceland"
421
+ msgstr "Islanda"
422
+
423
+ #: the-events-calendar.php:154
424
+ msgid "India"
425
+ msgstr "India"
426
+
427
+ #: the-events-calendar.php:155
428
+ msgid "Indonesia"
429
+ msgstr "Indonesia"
430
+
431
+ #: the-events-calendar.php:156
432
+ msgid "Iran (Islamic Republic Of)"
433
+ msgstr "Iran, Repubblica islamica dell ' "
434
+
435
+ #: the-events-calendar.php:157
436
+ msgid "Iraq"
437
+ msgstr "Iraq"
438
+
439
+ #: the-events-calendar.php:158
440
+ msgid "Ireland"
441
+ msgstr "Irlanda"
442
+
443
+ #: the-events-calendar.php:159
444
+ msgid "Israel"
445
+ msgstr "Israele"
446
+
447
+ #: the-events-calendar.php:160
448
+ msgid "Italy"
449
+ msgstr "Italia"
450
+
451
+ #: the-events-calendar.php:161
452
+ msgid "Jamaica"
453
+ msgstr "Jamaica"
454
+
455
+ #: the-events-calendar.php:162
456
+ msgid "Japan"
457
+ msgstr "Giappone"
458
+
459
+ #: the-events-calendar.php:163
460
+ msgid "Jordan"
461
+ msgstr "Giordania"
462
+
463
+ #: the-events-calendar.php:164
464
+ msgid "Kazakhstan"
465
+ msgstr "Kazakhstan"
466
+
467
+ #: the-events-calendar.php:165
468
+ msgid "Kenya"
469
+ msgstr "Kenya"
470
+
471
+ #: the-events-calendar.php:166
472
+ msgid "Kiribati"
473
+ msgstr "Kiribati"
474
+
475
+ #: the-events-calendar.php:167
476
+ msgid "Korea, Democratic People's Republic Of"
477
+ msgstr "Corea, Repubblica Democratica Popolare di "
478
+
479
+ #: the-events-calendar.php:168
480
+ msgid "Korea, Republic Of"
481
+ msgstr "Repubblica di Corea "
482
+
483
+ #: the-events-calendar.php:169
484
+ msgid "Kuwait"
485
+ msgstr "Kuwait"
486
+
487
+ #: the-events-calendar.php:170
488
+ msgid "Kyrgyzstan"
489
+ msgstr "Kyrgyzstan"
490
+
491
+ #: the-events-calendar.php:171
492
+ msgid "Lao People's Democratic Republic"
493
+ msgstr "Laos, Repubblica Popolare Democratica del "
494
+
495
+ #: the-events-calendar.php:172
496
+ msgid "Latvia"
497
+ msgstr "Lettonia"
498
+
499
+ #: the-events-calendar.php:173
500
+ msgid "Lebanon"
501
+ msgstr "Libano"
502
+
503
+ #: the-events-calendar.php:174
504
+ msgid "Lesotho"
505
+ msgstr "Lesotho"
506
+
507
+ #: the-events-calendar.php:175
508
+ msgid "Liberia"
509
+ msgstr "Liberia"
510
+
511
+ #: the-events-calendar.php:176
512
+ msgid "Libyan Arab Jamahiriya"
513
+ msgstr "Libia"
514
+
515
+ #: the-events-calendar.php:177
516
+ msgid "Liechtenstein"
517
+ msgstr "Liechtenstein"
518
+
519
+ #: the-events-calendar.php:178
520
+ msgid "Lithuania"
521
+ msgstr "Lituania"
522
+
523
+ #: the-events-calendar.php:179
524
+ msgid "Luxembourg"
525
+ msgstr "Lussenburgo"
526
+
527
+ #: the-events-calendar.php:180
528
+ msgid "Macau"
529
+ msgstr "Macau"
530
+
531
+ #: the-events-calendar.php:181
532
+ msgid "Macedonia, Former Yugoslav Republic Of"
533
+ msgstr "Macedonia, Repubblica della "
534
+
535
+ #: the-events-calendar.php:182
536
+ msgid "Madagascar"
537
+ msgstr "Madagascar"
538
+
539
+ #: the-events-calendar.php:183
540
+ msgid "Malawi"
541
+ msgstr "Malawi"
542
+
543
+ #: the-events-calendar.php:184
544
+ msgid "Malaysia"
545
+ msgstr "Malasia"
546
+
547
+ #: the-events-calendar.php:185
548
+ msgid "Maldives"
549
+ msgstr "Maldive"
550
+
551
+ #: the-events-calendar.php:186
552
+ msgid "Mali"
553
+ msgstr "Mali"
554
+
555
+ #: the-events-calendar.php:187
556
+ msgid "Malta"
557
+ msgstr "Malta"
558
+
559
+ #: the-events-calendar.php:188
560
+ msgid "Marshall Islands"
561
+ msgstr "Isole Marshall"
562
+
563
+ #: the-events-calendar.php:189
564
+ msgid "Martinique"
565
+ msgstr "Martiniqua"
566
+
567
+ #: the-events-calendar.php:190
568
+ msgid "Mauritania"
569
+ msgstr "Mauritania"
570
+
571
+ #: the-events-calendar.php:191
572
+ msgid "Mauritius"
573
+ msgstr "Maurizio, Repubblica delle isole"
574
+
575
+ #: the-events-calendar.php:192
576
+ msgid "Mayotte"
577
+ msgstr "Mayotte"
578
+
579
+ #: the-events-calendar.php:193
580
+ msgid "Mexico"
581
+ msgstr "Massico"
582
+
583
+ #: the-events-calendar.php:194
584
+ msgid "Micronesia, Federated States Of"
585
+ msgstr "Micronesia, Stati Federali della"
586
+
587
+ #: the-events-calendar.php:195
588
+ msgid "Moldova, Republic Of"
589
+ msgstr "Moldavia, Rupubblica della"
590
+
591
+ #: the-events-calendar.php:196
592
+ msgid "Monaco"
593
+ msgstr "Monaco"
594
+
595
+ #: the-events-calendar.php:197
596
+ msgid "Mongolia"
597
+ msgstr "Mongolia"
598
+
599
+ #: the-events-calendar.php:198
600
+ msgid "Montserrat"
601
+ msgstr "Montserrat"
602
+
603
+ #: the-events-calendar.php:199
604
+ msgid "Morocco"
605
+ msgstr "Maroco"
606
+
607
+ #: the-events-calendar.php:200
608
+ msgid "Mozambique"
609
+ msgstr "Mozanbico"
610
+
611
+ #: the-events-calendar.php:201
612
+ msgid "Myanmar"
613
+ msgstr "Myanmar"
614
+
615
+ #: the-events-calendar.php:202
616
+ msgid "Namibia"
617
+ msgstr "Namibia"
618
+
619
+ #: the-events-calendar.php:203
620
+ msgid "Nauru"
621
+ msgstr "Nauru"
622
+
623
+ #: the-events-calendar.php:204
624
+ msgid "Nepal"
625
+ msgstr "Nepal"
626
+
627
+ #: the-events-calendar.php:205
628
+ msgid "Netherlands"
629
+ msgstr "Olabda"
630
+
631
+ #: the-events-calendar.php:206
632
+ msgid "Netherlands Antilles"
633
+ msgstr "Antille Olandesi"
634
+
635
+ #: the-events-calendar.php:207
636
+ msgid "New Caledonia"
637
+ msgstr "Nuova Scozia"
638
+
639
+ #: the-events-calendar.php:208
640
+ msgid "New Zealand"
641
+ msgstr "Nuova Zelanda"
642
+
643
+ #: the-events-calendar.php:209
644
+ msgid "Nicaragua"
645
+ msgstr "Nicaragua"
646
+
647
+ #: the-events-calendar.php:210
648
+ msgid "Niger"
649
+ msgstr "Niger"
650
+
651
+ #: the-events-calendar.php:211
652
+ msgid "Nigeria"
653
+ msgstr "Nigeria"
654
+
655
+ #: the-events-calendar.php:212
656
+ msgid "Niue"
657
+ msgstr "Niue"
658
+
659
+ #: the-events-calendar.php:213
660
+ msgid "Norfolk Island"
661
+ msgstr "NorIsola Norfolk"
662
+
663
+ #: the-events-calendar.php:214
664
+ msgid "Northern Mariana Islands"
665
+ msgstr "Isole Marianne Settentrionali "
666
+
667
+ #: the-events-calendar.php:215
668
+ msgid "Norway"
669
+ msgstr "Norvegia"
670
+
671
+ #: the-events-calendar.php:216
672
+ msgid "Oman"
673
+ msgstr "Oman, Sultanato dell'"
674
+
675
+ #: the-events-calendar.php:217
676
+ msgid "Pakistan"
677
+ msgstr "Pakistan"
678
+
679
+ #: the-events-calendar.php:218
680
+ msgid "Palau"
681
+ msgstr "Palau"
682
+
683
+ #: the-events-calendar.php:219
684
+ msgid "Panama"
685
+ msgstr "Panama"
686
+
687
+ #: the-events-calendar.php:220
688
+ msgid "Papua New Guinea"
689
+ msgstr "Papua Nuova Guinea"
690
+
691
+ #: the-events-calendar.php:221
692
+ msgid "Paraguay"
693
+ msgstr "Paraguay"
694
+
695
+ #: the-events-calendar.php:222
696
+ msgid "Peru"
697
+ msgstr "Peru"
698
+
699
+ #: the-events-calendar.php:223
700
+ msgid "Philippines"
701
+ msgstr "Filippine"
702
+
703
+ #: the-events-calendar.php:224
704
+ msgid "Pitcairn"
705
+ msgstr "Pitcairn, Isole"
706
+
707
+ #: the-events-calendar.php:225
708
+ msgid "Poland"
709
+ msgstr "Polonia"
710
+
711
+ #: the-events-calendar.php:226
712
+ msgid "Portugal"
713
+ msgstr "Portogallo"
714
+
715
+ #: the-events-calendar.php:227
716
+ msgid "Puerto Rico"
717
+ msgstr "Porto Rico"
718
+
719
+ #: the-events-calendar.php:228
720
+ msgid "Qatar"
721
+ msgstr "Qatar"
722
+
723
+ #: the-events-calendar.php:229
724
+ msgid "Reunion"
725
+ msgstr "Riunione, Isola"
726
+
727
+ #: the-events-calendar.php:230
728
+ msgid "Romania"
729
+ msgstr "Romania"
730
+
731
+ #: the-events-calendar.php:231
732
+ msgid "Russian Federation"
733
+ msgstr "Russa, Federazione"
734
+
735
+ #: the-events-calendar.php:232
736
+ msgid "Rwanda"
737
+ msgstr "Ruanda"
738
+
739
+ #: the-events-calendar.php:233
740
+ msgid "Saint Kitts And Nevis"
741
+ msgstr "Saint Kitts e Nevis "
742
+
743
+ #: the-events-calendar.php:234
744
+ msgid "Saint Lucia"
745
+ msgstr "Santa Lucia"
746
+
747
+ #: the-events-calendar.php:235
748
+ msgid "Saint Vincent And The Grenadines"
749
+ msgstr "Saint Vincent e Grenadine "
750
+
751
+ #: the-events-calendar.php:236
752
+ msgid "Samoa"
753
+ msgstr "Samoa"
754
+
755
+ #: the-events-calendar.php:237
756
+ msgid "San Marino"
757
+ msgstr "San Marino"
758
+
759
+ #: the-events-calendar.php:238
760
+ msgid "Sao Tome And Principe"
761
+ msgstr "São Tomé e Príncipe "
762
+
763
+ #: the-events-calendar.php:239
764
+ msgid "Saudi Arabia"
765
+ msgstr "Arabiai Saudita"
766
+
767
+ #: the-events-calendar.php:240
768
+ msgid "Senegal"
769
+ msgstr "Senegal"
770
+
771
+ #: the-events-calendar.php:241
772
+ msgid "Seychelles"
773
+ msgstr "Seychelles"
774
+
775
+ #: the-events-calendar.php:242
776
+ msgid "Sierra Leone"
777
+ msgstr "Sierra Leone"
778
+
779
+ #: the-events-calendar.php:243
780
+ msgid "Singapore"
781
+ msgstr "Singapore"
782
+
783
+ #: the-events-calendar.php:244
784
+ msgid "Slovakia (Slovak Republic)"
785
+ msgstr "Slovacchia, Repubblica della"
786
+
787
+ #: the-events-calendar.php:245
788
+ msgid "Slovenia"
789
+ msgstr "Slovenia"
790
+
791
+ #: the-events-calendar.php:246
792
+ msgid "Solomon Islands"
793
+ msgstr "Salomone, Isole"
794
+
795
+ #: the-events-calendar.php:247
796
+ msgid "Somalia"
797
+ msgstr "Somalia"
798
+
799
+ #: the-events-calendar.php:248
800
+ msgid "South Africa"
801
+ msgstr "Sud Africa"
802
+
803
+ #: the-events-calendar.php:249
804
+ msgid "South Georgia, South Sandwich Islands"
805
+ msgstr "Georgia del Sud e isole Sandwich meridionali "
806
+
807
+ #: the-events-calendar.php:250
808
+ msgid "Spain"
809
+ msgstr "Spagna"
810
+
811
+ #: the-events-calendar.php:251
812
+ msgid "Sri Lanka"
813
+ msgstr "Sri Lanka"
814
+
815
+ #: the-events-calendar.php:252
816
+ msgid "St. Helena"
817
+ msgstr "St. Helena"
818
+
819
+ #: the-events-calendar.php:253
820
+ msgid "St. Pierre And Miquelon"
821
+ msgstr "Saint-Pierre e Miquelon"
822
+
823
+ #: the-events-calendar.php:254
824
+ msgid "Sudan"
825
+ msgstr "Sudan"
826
+
827
+ #: the-events-calendar.php:255
828
+ msgid "Suriname"
829
+ msgstr "Suriname, Guyana Olandese"
830
+
831
+ #: the-events-calendar.php:256
832
+ msgid "Svalbard And Jan Mayen Islands"
833
+ msgstr "Svalbard And Jan Mayen Islands"
834
+
835
+ #: the-events-calendar.php:257
836
+ msgid "Swaziland"
837
+ msgstr "Swaziland, Regno dello "
838
+
839
+ #: the-events-calendar.php:258
840
+ msgid "Sweden"
841
+ msgstr "Svezia"
842
+
843
+ #: the-events-calendar.php:259
844
+ msgid "Switzerland"
845
+ msgstr "Svizzera"
846
+
847
+ #: the-events-calendar.php:260
848
+ msgid "Syrian Arab Republic"
849
+ msgstr "Siria, Repubblica Araba della"
850
+
851
+ #: the-events-calendar.php:261
852
+ msgid "Taiwan"
853
+ msgstr "Taiwan"
854
+
855
+ #: the-events-calendar.php:262
856
+ msgid "Tajikistan"
857
+ msgstr "Tajikistan"
858
+
859
+ #: the-events-calendar.php:263
860
+ msgid "Tanzania, United Republic Of"
861
+ msgstr "Tanzania, Unine delle Repubbliche della"
862
+
863
+ #: the-events-calendar.php:264
864
+ msgid "Thailand"
865
+ msgstr "Thailandia"
866
+
867
+ #: the-events-calendar.php:265
868
+ msgid "Togo"
869
+ msgstr "Togo"
870
+
871
+ #: the-events-calendar.php:266
872
+ msgid "Tokelau"
873
+ msgstr "Tokelau"
874
+
875
+ #: the-events-calendar.php:267
876
+ msgid "Tonga"
877
+ msgstr "Tonga"
878
+
879
+ #: the-events-calendar.php:268
880
+ msgid "Trinidad And Tobago"
881
+ msgstr "Trinidad e Tobago "
882
+
883
+ #: the-events-calendar.php:269
884
+ msgid "Tunisia"
885
+ msgstr "Tunisia"
886
+
887
+ #: the-events-calendar.php:270
888
+ msgid "Turkey"
889
+ msgstr "Turchia"
890
+
891
+ #: the-events-calendar.php:271
892
+ msgid "Turkmenistan"
893
+ msgstr "Turkmenistan"
894
+
895
+ #: the-events-calendar.php:272
896
+ msgid "Turks And Caicos Islands"
897
+ msgstr "Turks e Caicos "
898
+
899
+ #: the-events-calendar.php:273
900
+ msgid "Tuvalu"
901
+ msgstr "Tuvalu"
902
+
903
+ #: the-events-calendar.php:274
904
+ msgid "Uganda"
905
+ msgstr "Uganda"
906
+
907
+ #: the-events-calendar.php:275
908
+ msgid "Ukraine"
909
+ msgstr "Ucraina"
910
+
911
+ #: the-events-calendar.php:276
912
+ msgid "United Arab Emirates"
913
+ msgstr "Unione Emirati Arabi"
914
+
915
+ #: the-events-calendar.php:277
916
+ msgid "United Kingdom"
917
+ msgstr "Regno Unito"
918
+
919
+ #: the-events-calendar.php:278
920
+ msgid "United States Minor Outlying Islands"
921
+ msgstr "Isole Minori degli Stati Uniti d'America "
922
+
923
+ #: the-events-calendar.php:279
924
+ msgid "Uruguay"
925
+ msgstr "Uruguay"
926
+
927
+ #: the-events-calendar.php:280
928
+ msgid "Uzbekistan"
929
+ msgstr "Uzbekistan"
930
+
931
+ #: the-events-calendar.php:281
932
+ msgid "Vanuatu"
933
+ msgstr "Vanuatu, Repubblica di"
934
+
935
+ #: the-events-calendar.php:282
936
+ msgid "Venezuela"
937
+ msgstr "Venezuela"
938
+
939
+ #: the-events-calendar.php:283
940
+ msgid "Viet Nam"
941
+ msgstr "Viet Nam"
942
+
943
+ #: the-events-calendar.php:284
944
+ msgid "Virgin Islands (British)"
945
+ msgstr "Isole Vergini, Britanniche"
946
+
947
+ #: the-events-calendar.php:285
948
+ msgid "Virgin Islands (U.S.)"
949
+ msgstr "Isole Vergini, degli Stati Uniti d'America"
950
+
951
+ #: the-events-calendar.php:286
952
+ msgid "Wallis And Futuna Islands"
953
+ msgstr "Wallis e Futuna, Isole"
954
+
955
+ #: the-events-calendar.php:287
956
+ msgid "Western Sahara"
957
+ msgstr "Sahara, dell'Ovest"
958
+
959
+ #: the-events-calendar.php:288
960
+ msgid "Yemen"
961
+ msgstr "Yemen"
962
+
963
+ #: the-events-calendar.php:289
964
+ msgid "Yugoslavia"
965
+ msgstr "Yugoslavia"
966
+
967
+ #: the-events-calendar.php:290
968
+ msgid "Zambia"
969
+ msgstr "Zambia"
970
+
971
+ #: the-events-calendar.php:291
972
+ msgid "Zimbabwe"
973
+ msgstr "Zimbabwe"
974
+
975
+ #: the-events-calendar.php:937
976
+ msgid "Events"
977
+ msgstr "Eventi"
978
+
979
+ #: the-events-calendar.php:1432
980
+ msgid "Free"
981
+ msgstr "Gratis"
982
+
983
+ #: the-events-calendar.php:1897
984
+ msgid "A widget that displays the next upcoming x events."
985
+ msgstr "Un Widget che mostra gli eventi prossimi a venire"
986
+
987
+ #: the-events-calendar.php:2016
988
+ msgid "A calendar of your events"
989
+ msgstr "Un calendario dei tuoi eventi"
990
+
991
+ #: the-events-calendar.php:2017
992
+ msgid "Events Calendar"
993
+ msgstr "Calendario Eventi"
994
+
995
+ #: the-events-calendar.php:2043
996
+ #: views/events-list-load-widget-admin.php:2
997
+ msgid "Title:"
998
+ msgstr "Titolo:"
999
+
1000
+ #: views/events-list-load-widget-admin.php:7
1001
+ msgid "Show:"
1002
+ msgstr "Show:"
1003
+
1004
+ #: views/events-list-load-widget-admin.php:19
1005
+ msgid "Start Date & Time"
1006
+ msgstr "Data e Ora di inizio spettacolo"
1007
+
1008
+ #: views/events-list-load-widget-admin.php:20
1009
+ msgid "End Date & Time"
1010
+ msgstr "Data e ora di fine spettacolo"
1011
+
1012
+ #: views/events-list-load-widget-admin.php:21
1013
+ msgid "Venue"
1014
+ msgstr "Locale"
1015
+
1016
+ #: views/events-list-load-widget-admin.php:22
1017
+ msgid "Address"
1018
+ msgstr "Indirizzo"
1019
+
1020
+ #: views/events-list-load-widget-admin.php:23
1021
+ msgid "City"
1022
+ msgstr "Città"
1023
+
1024
+ #: views/events-list-load-widget-admin.php:24
1025
+ msgid "State (US)"
1026
+ msgstr "Stato (US)"
1027
+
1028
+ #: views/events-list-load-widget-admin.php:25
1029
+ msgid "Province (Int)"
1030
+ msgstr "Provincia (Int)"
1031
+
1032
+ #: views/events-list-load-widget-admin.php:26
1033
+ msgid "Postal Code"
1034
+ msgstr "Codice Postale"
1035
+
1036
+ #: views/events-list-load-widget-admin.php:27
1037
+ msgid "Country"
1038
+ msgstr "Regione"
1039
+
1040
+ #: views/events-list-load-widget-admin.php:28
1041
+ msgid "Phone"
1042
+ msgstr "Telefono"
1043
+
1044
+ #: views/events-list-load-widget-admin.php:29
1045
+ msgid "Price"
1046
+ msgstr "Prezzo"
1047
+
1048
+ #: views/events-meta-box.php:84
1049
+ msgid "Event Details:"
1050
+ msgstr "Dettagli evento:"
1051
+
1052
+ #: views/events-meta-box.php:86
1053
+ msgid "Is this post an event?"
1054
+ msgstr "Questo articolo è un evento?"
1055
+
1056
+ #: views/events-meta-box.php:97
1057
+ msgid "All day event?"
1058
+ msgstr "E' un evento giornaliero?"
1059
+
1060
+ #: views/events-meta-box.php:101
1061
+ msgid "Time Format (site wide option):"
1062
+ msgstr "Formato ora:"
1063
+
1064
+ #: views/events-meta-box.php:104
1065
+ msgid "12 Hour"
1066
+ msgstr "12 ore"
1067
+
1068
+ #: views/events-meta-box.php:106
1069
+ msgid "24 Hour"
1070
+ msgstr "24 ore"
1071
+
1072
+ #: views/events-meta-box.php:110
1073
+ msgid "Start Date / Time:"
1074
+ msgstr "Inizio Data/Ora"
1075
+
1076
+ #: views/events-meta-box.php:122
1077
+ #: views/events-meta-box.php:148
1078
+ msgid "@"
1079
+ msgstr "@"
1080
+
1081
+ #: views/events-meta-box.php:136
1082
+ msgid "End Date / Time:"
1083
+ msgstr "Fine Data/Ora"
1084
+
1085
+ #: views/events-meta-box.php:165
1086
+ #: views/list.php:43
1087
+ #: views/single.php:24
1088
+ msgid "Venue:"
1089
+ msgstr "Locale:"
1090
+
1091
+ #: views/events-meta-box.php:171
1092
+ msgid "Country:"
1093
+ msgstr "Regione:"
1094
+
1095
+ #: views/events-meta-box.php:188
1096
+ #: views/list.php:61
1097
+ #: views/single.php:28
1098
+ msgid "Address:"
1099
+ msgstr "Indirizzo:"
1100
+
1101
+ #: views/events-meta-box.php:192
1102
+ msgid "City:"
1103
+ msgstr "Città:"
1104
+
1105
+ #: views/events-meta-box.php:196
1106
+ msgid "Province:"
1107
+ msgstr "Provincia:"
1108
+
1109
+ #: views/events-meta-box.php:200
1110
+ msgid "State:"
1111
+ msgstr "Stato:"
1112
+
1113
+ #: views/events-meta-box.php:203
1114
+ msgid "Select a State:"
1115
+ msgstr "Seleziona uno stato:"
1116
+
1117
+ #: views/events-meta-box.php:205
1118
+ msgid "Alabama"
1119
+ msgstr "Alabama"
1120
+
1121
+ #: views/events-meta-box.php:206
1122
+ msgid "Alaska"
1123
+ msgstr "Alaska"
1124
+
1125
+ #: views/events-meta-box.php:207
1126
+ msgid "Arizona"
1127
+ msgstr "Arizona"
1128
+
1129
+ #: views/events-meta-box.php:208
1130
+ msgid "Arkansas"
1131
+ msgstr "Arkansas"
1132
+
1133
+ #: views/events-meta-box.php:209
1134
+ msgid "California"
1135
+ msgstr "California"
1136
+
1137
+ #: views/events-meta-box.php:210
1138
+ msgid "Colorado"
1139
+ msgstr "Colorado"
1140
+
1141
+ #: views/events-meta-box.php:211
1142
+ msgid "Connecticut"
1143
+ msgstr "Connecticut"
1144
+
1145
+ #: views/events-meta-box.php:212
1146
+ msgid "Delaware"
1147
+ msgstr "Delaware"
1148
+
1149
+ #: views/events-meta-box.php:213
1150
+ msgid "District of Columbia"
1151
+ msgstr "Distretto di Columbia"
1152
+
1153
+ #: views/events-meta-box.php:214
1154
+ msgid "Florida"
1155
+ msgstr "Florida"
1156
+
1157
+ #: views/events-meta-box.php:216
1158
+ msgid "Hawaii"
1159
+ msgstr "Hawaii"
1160
+
1161
+ #: views/events-meta-box.php:217
1162
+ msgid "Idaho"
1163
+ msgstr "Idaho"
1164
+
1165
+ #: views/events-meta-box.php:218
1166
+ msgid "Illinois"
1167
+ msgstr "Illinois"
1168
+
1169
+ #: views/events-meta-box.php:219
1170
+ msgid "Indiana"
1171
+ msgstr "Indiana"
1172
+
1173
+ #: views/events-meta-box.php:220
1174
+ msgid "Iowa"
1175
+ msgstr "Iowa"
1176
+
1177
+ #: views/events-meta-box.php:221
1178
+ msgid "Kansas"
1179
+ msgstr "Kansas"
1180
+
1181
+ #: views/events-meta-box.php:222
1182
+ msgid "Kentucky"
1183
+ msgstr "Kentucky"
1184
+
1185
+ #: views/events-meta-box.php:223
1186
+ msgid "Louisiana"
1187
+ msgstr "Louisiana"
1188
+
1189
+ #: views/events-meta-box.php:224
1190
+ msgid "Maine"
1191
+ msgstr "Maine"
1192
+
1193
+ #: views/events-meta-box.php:225
1194
+ msgid "Maryland"
1195
+ msgstr "Maryland"
1196
+
1197
+ #: views/events-meta-box.php:226
1198
+ msgid "Massachusetts"
1199
+ msgstr "Massachusetts"
1200
+
1201
+ #: views/events-meta-box.php:227
1202
+ msgid "Michigan"
1203
+ msgstr "Michigan"
1204
+
1205
+ #: views/events-meta-box.php:228
1206
+ msgid "Minnesota"
1207
+ msgstr "Minnesota"
1208
+
1209
+ #: views/events-meta-box.php:229
1210
+ msgid "Mississippi"
1211
+ msgstr "Mississippi"
1212
+
1213
+ #: views/events-meta-box.php:230
1214
+ msgid "Missouri"
1215
+ msgstr "Missouri"
1216
+
1217
+ #: views/events-meta-box.php:231
1218
+ msgid "Montana"
1219
+ msgstr "Montana"
1220
+
1221
+ #: views/events-meta-box.php:232
1222
+ msgid "Nebraska"
1223
+ msgstr "Nebraska"
1224
+
1225
+ #: views/events-meta-box.php:233
1226
+ msgid "Nevada"
1227
+ msgstr "Nevada"
1228
+
1229
+ #: views/events-meta-box.php:234
1230
+ msgid "New Hampshire"
1231
+ msgstr "Nuovo Hampshire"
1232
+
1233
+ #: views/events-meta-box.php:235
1234
+ msgid "New Jersey"
1235
+ msgstr "New Jersey"
1236
+
1237
+ #: views/events-meta-box.php:236
1238
+ msgid "New Mexico"
1239
+ msgstr "Nuovo Mexico"
1240
+
1241
+ #: views/events-meta-box.php:237
1242
+ msgid "New York"
1243
+ msgstr "New York"
1244
+
1245
+ #: views/events-meta-box.php:238
1246
+ msgid "North Carolina"
1247
+ msgstr "Nord Carolina"
1248
+
1249
+ #: views/events-meta-box.php:239
1250
+ msgid "North Dakota"
1251
+ msgstr "Nord Dakota"
1252
+
1253
+ #: views/events-meta-box.php:240
1254
+ msgid "Ohio"
1255
+ msgstr "Ohio"
1256
+
1257
+ #: views/events-meta-box.php:241
1258
+ msgid "Oklahoma"
1259
+ msgstr "Oklahoma"
1260
+
1261
+ #: views/events-meta-box.php:242
1262
+ msgid "Oregon"
1263
+ msgstr "Oregon"
1264
+
1265
+ #: views/events-meta-box.php:243
1266
+ msgid "Pennsylvania"
1267
+ msgstr "Pennsylvania"
1268
+
1269
+ #: views/events-meta-box.php:244
1270
+ msgid "Rhode Island"
1271
+ msgstr "Rhode Island"
1272
+
1273
+ #: views/events-meta-box.php:245
1274
+ msgid "South Carolina"
1275
+ msgstr "South Carolina"
1276
+
1277
+ #: views/events-meta-box.php:246
1278
+ msgid "South Dakota"
1279
+ msgstr "South Dakota"
1280
+
1281
+ #: views/events-meta-box.php:247
1282
+ msgid "Tennessee"
1283
+ msgstr "Tennessee"
1284
+
1285
+ #: views/events-meta-box.php:248
1286
+ msgid "Texas"
1287
+ msgstr "Texas"
1288
+
1289
+ #: views/events-meta-box.php:249
1290
+ msgid "Utah"
1291
+ msgstr "Utah"
1292
+
1293
+ #: views/events-meta-box.php:250
1294
+ msgid "Vermont"
1295
+ msgstr "Vermont"
1296
+
1297
+ #: views/events-meta-box.php:251
1298
+ msgid "Virginia"
1299
+ msgstr "Virginia"
1300
+
1301
+ #: views/events-meta-box.php:252
1302
+ msgid "Washington"
1303
+ msgstr "Washington"
1304
+
1305
+ #: views/events-meta-box.php:253
1306
+ msgid "West Virginia"
1307
+ msgstr "West Virginia"
1308
+
1309
+ #: views/events-meta-box.php:254
1310
+ msgid "Wisconsin"
1311
+ msgstr "Wisconsin"
1312
+
1313
+ #: views/events-meta-box.php:255
1314
+ msgid "Wyoming"
1315
+ msgstr "Wyoming"
1316
+
1317
+ #: views/events-meta-box.php:269
1318
+ msgid "Postal Code:"
1319
+ msgstr "Codice Postale:"
1320
+
1321
+ #: views/events-meta-box.php:273
1322
+ #: views/list.php:52
1323
+ msgid "Phone:"
1324
+ msgstr "Telefono:"
1325
+
1326
+ #: views/events-meta-box.php:280
1327
+ #: views/list.php:70
1328
+ #: views/single.php:18
1329
+ msgid "Cost:"
1330
+ msgstr "Prezzo:"
1331
+
1332
+ #: views/events-meta-box.php:285
1333
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1334
+ msgstr "Lascialo bianco per nascondere il prezzo. Inserisci 0 se l'evento è gratuito."
1335
+
1336
+ #: views/events-meta-box.php:294
1337
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1338
+ msgstr "Sei interessato a vendere biglietti e tracciare le registrazioni? ? Ora puoi farlo usando gratis usando il nostro <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite è un servizio pieno di strumenti di facile utilizzo per gestire i tuoi eventi."
1339
+
1340
+ #: views/events-meta-box.php:294
1341
+ msgid "Check it out here."
1342
+ msgstr "Informati qui!"
1343
+
1344
+ #: views/events-meta-box.php:305
1345
+ msgid ""
1346
+ "<h4>If You Like This Plugin - Help Support It</h4>\r\n"
1347
+ "\t\t\t\t<p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1348
+ msgstr ""
1349
+ "<h4>Se ti piace questo Plugin -Aiutaci a supportarlo</h4>\r\n"
1350
+ "\t\t\t\t<p>Abbiamo speso molto tempo ed impegno a costruire un plugin robusto e ci piace condividerlo con la comunità.Se intendi usare questo plugin prendi in considerazione l'idea di fare una donazione per aiutarci a sviluppare nel futuro questo plugin. Puoi rimuovere questo messaggio nella pagina delle impostazioni <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\"></a>.</p>"
1351
+
1352
+ #: views/events-meta-box.php:308
1353
+ msgid "Thanks"
1354
+ msgstr "Grazie"
1355
+
1356
+ #: views/events-options.php:47
1357
+ msgid "The Events Calendar Settings"
1358
+ msgstr "Impostazioni per Events-Calendar"
1359
+
1360
+ #: views/events-options.php:49
1361
+ msgid "Need a hand?"
1362
+ msgstr "Hai bisogno di aiuto?"
1363
+
1364
+ #: views/events-options.php:50
1365
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1366
+ msgstr "Se hai difficoltà con queste impostazioni, controlla la documentazione <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\"></a>. Se vuoi ulteriori informazioni e aiuto visita il <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">Forum</a> e chiedi aiuto. La comunità Open-Source è piena di persone che saranno felici di aiutarti."
1367
+
1368
+ #: views/events-options.php:53
1369
+ #: views/user-profile.php:19
1370
+ msgid "Donate"
1371
+ msgstr "Donazioni"
1372
+
1373
+ #: views/events-options.php:62
1374
+ #: views/user-profile.php:28
1375
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1376
+ msgstr "Se trovi questo plugin utile, prendi in considerazione l'idea di fare una donazioni agli autori, Shane &#38; Peter, Inc. Grazie!"
1377
+
1378
+ #: views/events-options.php:66
1379
+ msgid "I have already donated, so please hide this button!"
1380
+ msgstr "Se hai già fatto una donazione, nascondi questo bottone."
1381
+
1382
+ #: views/events-options.php:93
1383
+ #: views/events-options.php:97
1384
+ msgid "Default View for the Events"
1385
+ msgstr "Vista di Default per gli eventi."
1386
+
1387
+ #: views/events-options.php:109
1388
+ #: views/gridview.php:13
1389
+ #: views/list.php:10
1390
+ msgid "Calendar"
1391
+ msgstr "Calendario"
1392
+
1393
+ #: views/events-options.php:113
1394
+ #: views/gridview.php:12
1395
+ #: views/list.php:9
1396
+ msgid "Event List"
1397
+ msgstr "Lista Eventi"
1398
+
1399
+ #: views/events-options.php:119
1400
+ #: views/events-options.php:123
1401
+ msgid "Show Comments"
1402
+ msgstr "Mostra i commenti"
1403
+
1404
+ #: views/events-options.php:135
1405
+ msgid "Yes"
1406
+ msgstr "Si"
1407
+
1408
+ #: views/events-options.php:139
1409
+ msgid "No"
1410
+ msgstr "No"
1411
+
1412
+ #: views/events-options.php:145
1413
+ msgid "Default Country for Events"
1414
+ msgstr "Nazione degli eventi"
1415
+
1416
+ #: views/events-options.php:170
1417
+ #: views/events-options.php:174
1418
+ msgid "Embed Google Maps"
1419
+ msgstr "Collegati a Google Maps"
1420
+
1421
+ #: views/events-options.php:188
1422
+ msgid "Off"
1423
+ msgstr "Off"
1424
+
1425
+ #: views/events-options.php:192
1426
+ msgid "On"
1427
+ msgstr "On"
1428
+
1429
+ #: views/events-options.php:195
1430
+ msgid "Height"
1431
+ msgstr "Larghezza"
1432
+
1433
+ #: views/events-options.php:196
1434
+ msgid "Width"
1435
+ msgstr "Altezza"
1436
+
1437
+ #: views/gridview.php:7
1438
+ #: views/list.php:7
1439
+ msgid "Calendar of Events"
1440
+ msgstr "Calendario degli Eventi"
1441
+
1442
+ #: views/list.php:31
1443
+ #: views/single.php:11
1444
+ msgid "Start:"
1445
+ msgstr "Inizio:"
1446
+
1447
+ #: views/list.php:35
1448
+ #: views/single.php:14
1449
+ msgid "End:"
1450
+ msgstr "Fine:"
1451
+
1452
+ #: views/single.php:8
1453
+ msgid "This event has passed."
1454
+ msgstr "Questo evento si è concluso"
1455
+
1456
+ #: views/table.php:12
1457
+ msgid "Sunday"
1458
+ msgstr "Domenica"
1459
+
1460
+ #: views/table.php:12
1461
+ msgid "Sun"
1462
+ msgstr "Dom"
1463
+
1464
+ #: views/table.php:13
1465
+ msgid "Monday"
1466
+ msgstr "Lunedì"
1467
+
1468
+ #: views/table.php:13
1469
+ msgid "Mon"
1470
+ msgstr "Lun"
1471
+
1472
+ #: views/table.php:14
1473
+ msgid "Tuesday"
1474
+ msgstr "Martedì"
1475
+
1476
+ #: views/table.php:14
1477
+ msgid "Tue"
1478
+ msgstr "Mar"
1479
+
1480
+ #: views/table.php:15
1481
+ msgid "Wednesday"
1482
+ msgstr "Mercoledì"
1483
+
1484
+ #: views/table.php:15
1485
+ msgid "Wed"
1486
+ msgstr "Mer"
1487
+
1488
+ #: views/table.php:16
1489
+ msgid "Thursday"
1490
+ msgstr "Giovedì"
1491
+
1492
+ #: views/table.php:16
1493
+ msgid "Thu"
1494
+ msgstr "Gio"
1495
+
1496
+ #: views/table.php:17
1497
+ msgid "Friday"
1498
+ msgstr "Venerdì"
1499
+
1500
+ #: views/table.php:17
1501
+ msgid "Fri"
1502
+ msgstr "Ven"
1503
+
1504
+ #: views/table.php:18
1505
+ msgid "Saturday"
1506
+ msgstr "Sabato"
1507
+
1508
+ #: views/table.php:18
1509
+ msgid "Sat"
1510
+ msgstr "Sab"
1511
+
1512
+ #: views/user-profile.php:15
1513
+ msgid "The Events Calendar"
1514
+ msgstr "The Event Calendar"
1515
+
trunk/lang/the-events-calendar-nl_NL.mo ADDED
Binary file
trunk/lang/the-events-calendar-nl_NL.po ADDED
@@ -0,0 +1,1586 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.5.4 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: The Events Calendar 1.5.4\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
10
+ "POT-Creation-Date: 2010-01-31 01:16+0000\n"
11
+ "PO-Revision-Date: 2010-03-14 00:49+0100\n"
12
+ "Last-Translator: Ontwerpstudio Trendwerk <info@trendwerk.nl>\n"
13
+ "Language-Team: Ontwerpstudio Trendwerk <info@trendwerk.nl>\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: Dutch\n"
18
+ "X-Poedit-Country: NETHERLANDS\n"
19
+
20
+ #: the-events-calendar.php:54
21
+ msgid "United States"
22
+ msgstr "Verenigde Staten"
23
+
24
+ #: the-events-calendar.php:55
25
+ msgid "Afghanistan"
26
+ msgstr "Afghanistan"
27
+
28
+ #: the-events-calendar.php:56
29
+ msgid "Albania"
30
+ msgstr ""
31
+
32
+ #: the-events-calendar.php:57
33
+ msgid "Algeria"
34
+ msgstr ""
35
+
36
+ #: the-events-calendar.php:58
37
+ msgid "American Samoa"
38
+ msgstr ""
39
+
40
+ #: the-events-calendar.php:59
41
+ msgid "Andorra"
42
+ msgstr ""
43
+
44
+ #: the-events-calendar.php:60
45
+ msgid "Angola"
46
+ msgstr ""
47
+
48
+ #: the-events-calendar.php:61
49
+ msgid "Anguilla"
50
+ msgstr ""
51
+
52
+ #: the-events-calendar.php:62
53
+ msgid "Antarctica"
54
+ msgstr ""
55
+
56
+ #: the-events-calendar.php:63
57
+ msgid "Antigua And Barbuda"
58
+ msgstr ""
59
+
60
+ #: the-events-calendar.php:64
61
+ msgid "Argentina"
62
+ msgstr "Argentinië"
63
+
64
+ #: the-events-calendar.php:65
65
+ msgid "Armenia"
66
+ msgstr ""
67
+
68
+ #: the-events-calendar.php:66
69
+ msgid "Aruba"
70
+ msgstr ""
71
+
72
+ #: the-events-calendar.php:67
73
+ msgid "Australia"
74
+ msgstr "Australië"
75
+
76
+ #: the-events-calendar.php:68
77
+ msgid "Austria"
78
+ msgstr "Oostenrijk"
79
+
80
+ #: the-events-calendar.php:69
81
+ msgid "Azerbaijan"
82
+ msgstr ""
83
+
84
+ #: the-events-calendar.php:70
85
+ msgid "Bahamas"
86
+ msgstr ""
87
+
88
+ #: the-events-calendar.php:71
89
+ msgid "Bahrain"
90
+ msgstr ""
91
+
92
+ #: the-events-calendar.php:72
93
+ msgid "Bangladesh"
94
+ msgstr ""
95
+
96
+ #: the-events-calendar.php:73
97
+ msgid "Barbados"
98
+ msgstr ""
99
+
100
+ #: the-events-calendar.php:74
101
+ msgid "Belarus"
102
+ msgstr ""
103
+
104
+ #: the-events-calendar.php:75
105
+ msgid "Belgium"
106
+ msgstr "België"
107
+
108
+ #: the-events-calendar.php:76
109
+ msgid "Belize"
110
+ msgstr ""
111
+
112
+ #: the-events-calendar.php:77
113
+ msgid "Benin"
114
+ msgstr ""
115
+
116
+ #: the-events-calendar.php:78
117
+ msgid "Bermuda"
118
+ msgstr ""
119
+
120
+ #: the-events-calendar.php:79
121
+ msgid "Bhutan"
122
+ msgstr ""
123
+
124
+ #: the-events-calendar.php:80
125
+ msgid "Bolivia"
126
+ msgstr ""
127
+
128
+ #: the-events-calendar.php:81
129
+ msgid "Bosnia And Herzegowina"
130
+ msgstr ""
131
+
132
+ #: the-events-calendar.php:82
133
+ msgid "Botswana"
134
+ msgstr ""
135
+
136
+ #: the-events-calendar.php:83
137
+ msgid "Bouvet Island"
138
+ msgstr ""
139
+
140
+ #: the-events-calendar.php:84
141
+ msgid "Brazil"
142
+ msgstr "Brazilië"
143
+
144
+ #: the-events-calendar.php:85
145
+ msgid "British Indian Ocean Territory"
146
+ msgstr ""
147
+
148
+ #: the-events-calendar.php:86
149
+ msgid "Brunei Darussalam"
150
+ msgstr ""
151
+
152
+ #: the-events-calendar.php:87
153
+ msgid "Bulgaria"
154
+ msgstr ""
155
+
156
+ #: the-events-calendar.php:88
157
+ msgid "Burkina Faso"
158
+ msgstr ""
159
+
160
+ #: the-events-calendar.php:89
161
+ msgid "Burundi"
162
+ msgstr ""
163
+
164
+ #: the-events-calendar.php:90
165
+ msgid "Cambodia"
166
+ msgstr ""
167
+
168
+ #: the-events-calendar.php:91
169
+ msgid "Cameroon"
170
+ msgstr ""
171
+
172
+ #: the-events-calendar.php:92
173
+ msgid "Canada"
174
+ msgstr "Canada"
175
+
176
+ #: the-events-calendar.php:93
177
+ msgid "Cape Verde"
178
+ msgstr ""
179
+
180
+ #: the-events-calendar.php:94
181
+ msgid "Cayman Islands"
182
+ msgstr ""
183
+
184
+ #: the-events-calendar.php:95
185
+ msgid "Central African Republic"
186
+ msgstr ""
187
+
188
+ #: the-events-calendar.php:96
189
+ msgid "Chad"
190
+ msgstr ""
191
+
192
+ #: the-events-calendar.php:97
193
+ msgid "Chile"
194
+ msgstr ""
195
+
196
+ #: the-events-calendar.php:98
197
+ msgid "China"
198
+ msgstr "China"
199
+
200
+ #: the-events-calendar.php:99
201
+ msgid "Christmas Island"
202
+ msgstr ""
203
+
204
+ #: the-events-calendar.php:100
205
+ msgid "Cocos (Keeling) Islands"
206
+ msgstr ""
207
+
208
+ #: the-events-calendar.php:101
209
+ msgid "Colombia"
210
+ msgstr ""
211
+
212
+ #: the-events-calendar.php:102
213
+ msgid "Comoros"
214
+ msgstr ""
215
+
216
+ #: the-events-calendar.php:103
217
+ msgid "Congo"
218
+ msgstr ""
219
+
220
+ #: the-events-calendar.php:104
221
+ msgid "Congo, The Democratic Republic Of The"
222
+ msgstr ""
223
+
224
+ #: the-events-calendar.php:105
225
+ msgid "Cook Islands"
226
+ msgstr ""
227
+
228
+ #: the-events-calendar.php:106
229
+ msgid "Costa Rica"
230
+ msgstr ""
231
+
232
+ #: the-events-calendar.php:107
233
+ msgid "Cote D'Ivoire"
234
+ msgstr ""
235
+
236
+ #: the-events-calendar.php:108
237
+ msgid "Croatia (Local Name: Hrvatska)"
238
+ msgstr ""
239
+
240
+ #: the-events-calendar.php:109
241
+ msgid "Cuba"
242
+ msgstr ""
243
+
244
+ #: the-events-calendar.php:110
245
+ msgid "Cyprus"
246
+ msgstr ""
247
+
248
+ #: the-events-calendar.php:111
249
+ msgid "Czech Republic"
250
+ msgstr "Tchechië"
251
+
252
+ #: the-events-calendar.php:112
253
+ msgid "Denmark"
254
+ msgstr "Denemarken"
255
+
256
+ #: the-events-calendar.php:113
257
+ msgid "Djibouti"
258
+ msgstr ""
259
+
260
+ #: the-events-calendar.php:114
261
+ msgid "Dominica"
262
+ msgstr ""
263
+
264
+ #: the-events-calendar.php:115
265
+ msgid "Dominican Republic"
266
+ msgstr ""
267
+
268
+ #: the-events-calendar.php:116
269
+ msgid "East Timor"
270
+ msgstr ""
271
+
272
+ #: the-events-calendar.php:117
273
+ msgid "Ecuador"
274
+ msgstr ""
275
+
276
+ #: the-events-calendar.php:118
277
+ msgid "Egypt"
278
+ msgstr ""
279
+
280
+ #: the-events-calendar.php:119
281
+ msgid "El Salvador"
282
+ msgstr ""
283
+
284
+ #: the-events-calendar.php:120
285
+ msgid "Equatorial Guinea"
286
+ msgstr ""
287
+
288
+ #: the-events-calendar.php:121
289
+ msgid "Eritrea"
290
+ msgstr ""
291
+
292
+ #: the-events-calendar.php:122
293
+ msgid "Estonia"
294
+ msgstr ""
295
+
296
+ #: the-events-calendar.php:123
297
+ msgid "Ethiopia"
298
+ msgstr ""
299
+
300
+ #: the-events-calendar.php:124
301
+ msgid "Falkland Islands (Malvinas)"
302
+ msgstr ""
303
+
304
+ #: the-events-calendar.php:125
305
+ msgid "Faroe Islands"
306
+ msgstr ""
307
+
308
+ #: the-events-calendar.php:126
309
+ msgid "Fiji"
310
+ msgstr ""
311
+
312
+ #: the-events-calendar.php:127
313
+ msgid "Finland"
314
+ msgstr "Finland"
315
+
316
+ #: the-events-calendar.php:128
317
+ msgid "France"
318
+ msgstr "Frankrijk"
319
+
320
+ #: the-events-calendar.php:129
321
+ msgid "France, Metropolitan"
322
+ msgstr ""
323
+
324
+ #: the-events-calendar.php:130
325
+ msgid "French Guiana"
326
+ msgstr ""
327
+
328
+ #: the-events-calendar.php:131
329
+ msgid "French Polynesia"
330
+ msgstr ""
331
+
332
+ #: the-events-calendar.php:132
333
+ msgid "French Southern Territories"
334
+ msgstr ""
335
+
336
+ #: the-events-calendar.php:133
337
+ msgid "Gabon"
338
+ msgstr ""
339
+
340
+ #: the-events-calendar.php:134
341
+ msgid "Gambia"
342
+ msgstr ""
343
+
344
+ #: the-events-calendar.php:135
345
+ #: views/events-meta-box.php:273
346
+ msgid "Georgia"
347
+ msgstr ""
348
+
349
+ #: the-events-calendar.php:136
350
+ msgid "Germany"
351
+ msgstr "Duitsland"
352
+
353
+ #: the-events-calendar.php:137
354
+ msgid "Ghana"
355
+ msgstr ""
356
+
357
+ #: the-events-calendar.php:138
358
+ msgid "Gibraltar"
359
+ msgstr ""
360
+
361
+ #: the-events-calendar.php:139
362
+ msgid "Greece"
363
+ msgstr "Griekenland"
364
+
365
+ #: the-events-calendar.php:140
366
+ msgid "Greenland"
367
+ msgstr "Groenland"
368
+
369
+ #: the-events-calendar.php:141
370
+ msgid "Grenada"
371
+ msgstr ""
372
+
373
+ #: the-events-calendar.php:142
374
+ msgid "Guadeloupe"
375
+ msgstr ""
376
+
377
+ #: the-events-calendar.php:143
378
+ msgid "Guam"
379
+ msgstr ""
380
+
381
+ #: the-events-calendar.php:144
382
+ msgid "Guatemala"
383
+ msgstr ""
384
+
385
+ #: the-events-calendar.php:145
386
+ msgid "Guinea"
387
+ msgstr ""
388
+
389
+ #: the-events-calendar.php:146
390
+ msgid "Guinea-Bissau"
391
+ msgstr ""
392
+
393
+ #: the-events-calendar.php:147
394
+ msgid "Guyana"
395
+ msgstr ""
396
+
397
+ #: the-events-calendar.php:148
398
+ msgid "Haiti"
399
+ msgstr ""
400
+
401
+ #: the-events-calendar.php:149
402
+ msgid "Heard And Mc Donald Islands"
403
+ msgstr ""
404
+
405
+ #: the-events-calendar.php:150
406
+ msgid "Holy See (Vatican City State)"
407
+ msgstr ""
408
+
409
+ #: the-events-calendar.php:151
410
+ msgid "Honduras"
411
+ msgstr ""
412
+
413
+ #: the-events-calendar.php:152
414
+ msgid "Hong Kong"
415
+ msgstr "Hong Kong"
416
+
417
+ #: the-events-calendar.php:153
418
+ msgid "Hungary"
419
+ msgstr ""
420
+
421
+ #: the-events-calendar.php:154
422
+ msgid "Iceland"
423
+ msgstr ""
424
+
425
+ #: the-events-calendar.php:155
426
+ msgid "India"
427
+ msgstr "India"
428
+
429
+ #: the-events-calendar.php:156
430
+ msgid "Indonesia"
431
+ msgstr ""
432
+
433
+ #: the-events-calendar.php:157
434
+ msgid "Iran (Islamic Republic Of)"
435
+ msgstr ""
436
+
437
+ #: the-events-calendar.php:158
438
+ msgid "Iraq"
439
+ msgstr ""
440
+
441
+ #: the-events-calendar.php:159
442
+ msgid "Ireland"
443
+ msgstr ""
444
+
445
+ #: the-events-calendar.php:160
446
+ msgid "Israel"
447
+ msgstr ""
448
+
449
+ #: the-events-calendar.php:161
450
+ msgid "Italy"
451
+ msgstr "Italië"
452
+
453
+ #: the-events-calendar.php:162
454
+ msgid "Jamaica"
455
+ msgstr ""
456
+
457
+ #: the-events-calendar.php:163
458
+ msgid "Japan"
459
+ msgstr "Japan"
460
+
461
+ #: the-events-calendar.php:164
462
+ msgid "Jordan"
463
+ msgstr ""
464
+
465
+ #: the-events-calendar.php:165
466
+ msgid "Kazakhstan"
467
+ msgstr ""
468
+
469
+ #: the-events-calendar.php:166
470
+ msgid "Kenya"
471
+ msgstr ""
472
+
473
+ #: the-events-calendar.php:167
474
+ msgid "Kiribati"
475
+ msgstr ""
476
+
477
+ #: the-events-calendar.php:168
478
+ msgid "Korea, Democratic People's Republic Of"
479
+ msgstr ""
480
+
481
+ #: the-events-calendar.php:169
482
+ msgid "Korea, Republic Of"
483
+ msgstr ""
484
+
485
+ #: the-events-calendar.php:170
486
+ msgid "Kuwait"
487
+ msgstr ""
488
+
489
+ #: the-events-calendar.php:171
490
+ msgid "Kyrgyzstan"
491
+ msgstr ""
492
+
493
+ #: the-events-calendar.php:172
494
+ msgid "Lao People's Democratic Republic"
495
+ msgstr ""
496
+
497
+ #: the-events-calendar.php:173
498
+ msgid "Latvia"
499
+ msgstr "Letland"
500
+
501
+ #: the-events-calendar.php:174
502
+ msgid "Lebanon"
503
+ msgstr ""
504
+
505
+ #: the-events-calendar.php:175
506
+ msgid "Lesotho"
507
+ msgstr ""
508
+
509
+ #: the-events-calendar.php:176
510
+ msgid "Liberia"
511
+ msgstr ""
512
+
513
+ #: the-events-calendar.php:177
514
+ msgid "Libyan Arab Jamahiriya"
515
+ msgstr ""
516
+
517
+ #: the-events-calendar.php:178
518
+ msgid "Liechtenstein"
519
+ msgstr ""
520
+
521
+ #: the-events-calendar.php:179
522
+ msgid "Lithuania"
523
+ msgstr ""
524
+
525
+ #: the-events-calendar.php:180
526
+ msgid "Luxembourg"
527
+ msgstr "Luxemburg"
528
+
529
+ #: the-events-calendar.php:181
530
+ msgid "Macau"
531
+ msgstr ""
532
+
533
+ #: the-events-calendar.php:182
534
+ msgid "Macedonia, Former Yugoslav Republic Of"
535
+ msgstr ""
536
+
537
+ #: the-events-calendar.php:183
538
+ msgid "Madagascar"
539
+ msgstr ""
540
+
541
+ #: the-events-calendar.php:184
542
+ msgid "Malawi"
543
+ msgstr ""
544
+
545
+ #: the-events-calendar.php:185
546
+ msgid "Malaysia"
547
+ msgstr ""
548
+
549
+ #: the-events-calendar.php:186
550
+ msgid "Maldives"
551
+ msgstr ""
552
+
553
+ #: the-events-calendar.php:187
554
+ msgid "Mali"
555
+ msgstr ""
556
+
557
+ #: the-events-calendar.php:188
558
+ msgid "Malta"
559
+ msgstr ""
560
+
561
+ #: the-events-calendar.php:189
562
+ msgid "Marshall Islands"
563
+ msgstr ""
564
+
565
+ #: the-events-calendar.php:190
566
+ msgid "Martinique"
567
+ msgstr ""
568
+
569
+ #: the-events-calendar.php:191
570
+ msgid "Mauritania"
571
+ msgstr ""
572
+
573
+ #: the-events-calendar.php:192
574
+ msgid "Mauritius"
575
+ msgstr ""
576
+
577
+ #: the-events-calendar.php:193
578
+ msgid "Mayotte"
579
+ msgstr ""
580
+
581
+ #: the-events-calendar.php:194
582
+ msgid "Mexico"
583
+ msgstr "Mexico"
584
+
585
+ #: the-events-calendar.php:195
586
+ msgid "Micronesia, Federated States Of"
587
+ msgstr ""
588
+
589
+ #: the-events-calendar.php:196
590
+ msgid "Moldova, Republic Of"
591
+ msgstr ""
592
+
593
+ #: the-events-calendar.php:197
594
+ msgid "Monaco"
595
+ msgstr ""
596
+
597
+ #: the-events-calendar.php:198
598
+ msgid "Mongolia"
599
+ msgstr ""
600
+
601
+ #: the-events-calendar.php:199
602
+ msgid "Montserrat"
603
+ msgstr ""
604
+
605
+ #: the-events-calendar.php:200
606
+ msgid "Morocco"
607
+ msgstr ""
608
+
609
+ #: the-events-calendar.php:201
610
+ msgid "Mozambique"
611
+ msgstr ""
612
+
613
+ #: the-events-calendar.php:202
614
+ msgid "Myanmar"
615
+ msgstr ""
616
+
617
+ #: the-events-calendar.php:203
618
+ msgid "Namibia"
619
+ msgstr ""
620
+
621
+ #: the-events-calendar.php:204
622
+ msgid "Nauru"
623
+ msgstr ""
624
+
625
+ #: the-events-calendar.php:205
626
+ msgid "Nepal"
627
+ msgstr ""
628
+
629
+ #: the-events-calendar.php:206
630
+ msgid "Netherlands"
631
+ msgstr "Nederland"
632
+
633
+ #: the-events-calendar.php:207
634
+ msgid "Netherlands Antilles"
635
+ msgstr "Nederlandse Antillen"
636
+
637
+ #: the-events-calendar.php:208
638
+ msgid "New Caledonia"
639
+ msgstr ""
640
+
641
+ #: the-events-calendar.php:209
642
+ msgid "New Zealand"
643
+ msgstr "Nieuw Zeeland"
644
+
645
+ #: the-events-calendar.php:210
646
+ msgid "Nicaragua"
647
+ msgstr ""
648
+
649
+ #: the-events-calendar.php:211
650
+ msgid "Niger"
651
+ msgstr ""
652
+
653
+ #: the-events-calendar.php:212
654
+ msgid "Nigeria"
655
+ msgstr ""
656
+
657
+ #: the-events-calendar.php:213
658
+ msgid "Niue"
659
+ msgstr ""
660
+
661
+ #: the-events-calendar.php:214
662
+ msgid "Norfolk Island"
663
+ msgstr ""
664
+
665
+ #: the-events-calendar.php:215
666
+ msgid "Northern Mariana Islands"
667
+ msgstr ""
668
+
669
+ #: the-events-calendar.php:216
670
+ msgid "Norway"
671
+ msgstr ""
672
+
673
+ #: the-events-calendar.php:217
674
+ msgid "Oman"
675
+ msgstr ""
676
+
677
+ #: the-events-calendar.php:218
678
+ msgid "Pakistan"
679
+ msgstr ""
680
+
681
+ #: the-events-calendar.php:219
682
+ msgid "Palau"
683
+ msgstr ""
684
+
685
+ #: the-events-calendar.php:220
686
+ msgid "Panama"
687
+ msgstr ""
688
+
689
+ #: the-events-calendar.php:221
690
+ msgid "Papua New Guinea"
691
+ msgstr ""
692
+
693
+ #: the-events-calendar.php:222
694
+ msgid "Paraguay"
695
+ msgstr ""
696
+
697
+ #: the-events-calendar.php:223
698
+ msgid "Peru"
699
+ msgstr "Peru"
700
+
701
+ #: the-events-calendar.php:224
702
+ msgid "Philippines"
703
+ msgstr ""
704
+
705
+ #: the-events-calendar.php:225
706
+ msgid "Pitcairn"
707
+ msgstr ""
708
+
709
+ #: the-events-calendar.php:226
710
+ msgid "Poland"
711
+ msgstr "Polen"
712
+
713
+ #: the-events-calendar.php:227
714
+ msgid "Portugal"
715
+ msgstr "Portugal"
716
+
717
+ #: the-events-calendar.php:228
718
+ msgid "Puerto Rico"
719
+ msgstr ""
720
+
721
+ #: the-events-calendar.php:229
722
+ msgid "Qatar"
723
+ msgstr ""
724
+
725
+ #: the-events-calendar.php:230
726
+ msgid "Reunion"
727
+ msgstr ""
728
+
729
+ #: the-events-calendar.php:231
730
+ msgid "Romania"
731
+ msgstr "Romenië"
732
+
733
+ #: the-events-calendar.php:232
734
+ msgid "Russian Federation"
735
+ msgstr "Rusland"
736
+
737
+ #: the-events-calendar.php:233
738
+ msgid "Rwanda"
739
+ msgstr ""
740
+
741
+ #: the-events-calendar.php:234
742
+ msgid "Saint Kitts And Nevis"
743
+ msgstr ""
744
+
745
+ #: the-events-calendar.php:235
746
+ msgid "Saint Lucia"
747
+ msgstr ""
748
+
749
+ #: the-events-calendar.php:236
750
+ msgid "Saint Vincent And The Grenadines"
751
+ msgstr ""
752
+
753
+ #: the-events-calendar.php:237
754
+ msgid "Samoa"
755
+ msgstr ""
756
+
757
+ #: the-events-calendar.php:238
758
+ msgid "San Marino"
759
+ msgstr ""
760
+
761
+ #: the-events-calendar.php:239
762
+ msgid "Sao Tome And Principe"
763
+ msgstr ""
764
+
765
+ #: the-events-calendar.php:240
766
+ msgid "Saudi Arabia"
767
+ msgstr ""
768
+
769
+ #: the-events-calendar.php:241
770
+ msgid "Senegal"
771
+ msgstr ""
772
+
773
+ #: the-events-calendar.php:242
774
+ msgid "Seychelles"
775
+ msgstr ""
776
+
777
+ #: the-events-calendar.php:243
778
+ msgid "Sierra Leone"
779
+ msgstr ""
780
+
781
+ #: the-events-calendar.php:244
782
+ msgid "Singapore"
783
+ msgstr ""
784
+
785
+ #: the-events-calendar.php:245
786
+ msgid "Slovakia (Slovak Republic)"
787
+ msgstr ""
788
+
789
+ #: the-events-calendar.php:246
790
+ msgid "Slovenia"
791
+ msgstr ""
792
+
793
+ #: the-events-calendar.php:247
794
+ msgid "Solomon Islands"
795
+ msgstr ""
796
+
797
+ #: the-events-calendar.php:248
798
+ msgid "Somalia"
799
+ msgstr ""
800
+
801
+ #: the-events-calendar.php:249
802
+ msgid "South Africa"
803
+ msgstr ""
804
+
805
+ #: the-events-calendar.php:250
806
+ msgid "South Georgia, South Sandwich Islands"
807
+ msgstr ""
808
+
809
+ #: the-events-calendar.php:251
810
+ msgid "Spain"
811
+ msgstr "Spanje"
812
+
813
+ #: the-events-calendar.php:252
814
+ msgid "Sri Lanka"
815
+ msgstr ""
816
+
817
+ #: the-events-calendar.php:253
818
+ msgid "St. Helena"
819
+ msgstr ""
820
+
821
+ #: the-events-calendar.php:254
822
+ msgid "St. Pierre And Miquelon"
823
+ msgstr ""
824
+
825
+ #: the-events-calendar.php:255
826
+ msgid "Sudan"
827
+ msgstr ""
828
+
829
+ #: the-events-calendar.php:256
830
+ msgid "Suriname"
831
+ msgstr ""
832
+
833
+ #: the-events-calendar.php:257
834
+ msgid "Svalbard And Jan Mayen Islands"
835
+ msgstr ""
836
+
837
+ #: the-events-calendar.php:258
838
+ msgid "Swaziland"
839
+ msgstr ""
840
+
841
+ #: the-events-calendar.php:259
842
+ msgid "Sweden"
843
+ msgstr "Zweden"
844
+
845
+ #: the-events-calendar.php:260
846
+ msgid "Switzerland"
847
+ msgstr "Switzerland"
848
+
849
+ #: the-events-calendar.php:261
850
+ msgid "Syrian Arab Republic"
851
+ msgstr ""
852
+
853
+ #: the-events-calendar.php:262
854
+ msgid "Taiwan"
855
+ msgstr "Taiwan"
856
+
857
+ #: the-events-calendar.php:263
858
+ msgid "Tajikistan"
859
+ msgstr ""
860
+
861
+ #: the-events-calendar.php:264
862
+ msgid "Tanzania, United Republic Of"
863
+ msgstr ""
864
+
865
+ #: the-events-calendar.php:265
866
+ msgid "Thailand"
867
+ msgstr "Thailand"
868
+
869
+ #: the-events-calendar.php:266
870
+ msgid "Togo"
871
+ msgstr ""
872
+
873
+ #: the-events-calendar.php:267
874
+ msgid "Tokelau"
875
+ msgstr ""
876
+
877
+ #: the-events-calendar.php:268
878
+ msgid "Tonga"
879
+ msgstr ""
880
+
881
+ #: the-events-calendar.php:269
882
+ msgid "Trinidad And Tobago"
883
+ msgstr ""
884
+
885
+ #: the-events-calendar.php:270
886
+ msgid "Tunisia"
887
+ msgstr ""
888
+
889
+ #: the-events-calendar.php:271
890
+ msgid "Turkey"
891
+ msgstr "Turkije"
892
+
893
+ #: the-events-calendar.php:272
894
+ msgid "Turkmenistan"
895
+ msgstr ""
896
+
897
+ #: the-events-calendar.php:273
898
+ msgid "Turks And Caicos Islands"
899
+ msgstr ""
900
+
901
+ #: the-events-calendar.php:274
902
+ msgid "Tuvalu"
903
+ msgstr ""
904
+
905
+ #: the-events-calendar.php:275
906
+ msgid "Uganda"
907
+ msgstr ""
908
+
909
+ #: the-events-calendar.php:276
910
+ msgid "Ukraine"
911
+ msgstr "Oekraïne"
912
+
913
+ #: the-events-calendar.php:277
914
+ msgid "United Arab Emirates"
915
+ msgstr ""
916
+
917
+ #: the-events-calendar.php:278
918
+ msgid "United Kingdom"
919
+ msgstr "Verenigd Koninkrijk"
920
+
921
+ #: the-events-calendar.php:279
922
+ msgid "United States Minor Outlying Islands"
923
+ msgstr ""
924
+
925
+ #: the-events-calendar.php:280
926
+ msgid "Uruguay"
927
+ msgstr ""
928
+
929
+ #: the-events-calendar.php:281
930
+ msgid "Uzbekistan"
931
+ msgstr ""
932
+
933
+ #: the-events-calendar.php:282
934
+ msgid "Vanuatu"
935
+ msgstr ""
936
+
937
+ #: the-events-calendar.php:283
938
+ msgid "Venezuela"
939
+ msgstr ""
940
+
941
+ #: the-events-calendar.php:284
942
+ msgid "Viet Nam"
943
+ msgstr ""
944
+
945
+ #: the-events-calendar.php:285
946
+ msgid "Virgin Islands (British)"
947
+ msgstr ""
948
+
949
+ #: the-events-calendar.php:286
950
+ msgid "Virgin Islands (U.S.)"
951
+ msgstr ""
952
+
953
+ #: the-events-calendar.php:287
954
+ msgid "Wallis And Futuna Islands"
955
+ msgstr ""
956
+
957
+ #: the-events-calendar.php:288
958
+ msgid "Western Sahara"
959
+ msgstr ""
960
+
961
+ #: the-events-calendar.php:289
962
+ msgid "Yemen"
963
+ msgstr ""
964
+
965
+ #: the-events-calendar.php:290
966
+ msgid "Yugoslavia"
967
+ msgstr ""
968
+
969
+ #: the-events-calendar.php:291
970
+ msgid "Zambia"
971
+ msgstr "Zambia"
972
+
973
+ #: the-events-calendar.php:292
974
+ msgid "Zimbabwe"
975
+ msgstr "Zimbabwe"
976
+
977
+ #: the-events-calendar.php:942
978
+ msgid "Events"
979
+ msgstr "Evenementen"
980
+
981
+ #: the-events-calendar.php:1438
982
+ msgid "Free"
983
+ msgstr "Gratis"
984
+
985
+ #: the-events-calendar.php:1903
986
+ msgid "A widget that displays the next upcoming x events."
987
+ msgstr "Een widget die de eerstvolgende x evenementen weergeeft."
988
+
989
+ #: the-events-calendar.php:2022
990
+ msgid "A calendar of your events"
991
+ msgstr "Een kalender voor de evenementen."
992
+
993
+ #: the-events-calendar.php:2023
994
+ msgid "Events Calendar"
995
+ msgstr "Evenementen kalender"
996
+
997
+ #: the-events-calendar.php:2049
998
+ #: views/events-list-load-widget-admin.php:2
999
+ msgid "Title:"
1000
+ msgstr "Titel:"
1001
+
1002
+ #: views/events-list-load-widget-admin.php:7
1003
+ msgid "Show:"
1004
+ msgstr "Weergeven:"
1005
+
1006
+ #: views/events-list-load-widget-admin.php:19
1007
+ msgid "Start Date & Time"
1008
+ msgstr "Start datum & tijd"
1009
+
1010
+ #: views/events-list-load-widget-admin.php:20
1011
+ msgid "End Date & Time"
1012
+ msgstr "Eind datum & tijd"
1013
+
1014
+ #: views/events-list-load-widget-admin.php:21
1015
+ #, fuzzy
1016
+ msgid "Venue"
1017
+ msgstr "Locatie"
1018
+
1019
+ #: views/events-list-load-widget-admin.php:22
1020
+ msgid "Address"
1021
+ msgstr "Adres"
1022
+
1023
+ #: views/events-list-load-widget-admin.php:23
1024
+ msgid "City"
1025
+ msgstr "Stad"
1026
+
1027
+ #: views/events-list-load-widget-admin.php:24
1028
+ msgid "State (US)"
1029
+ msgstr "Staat (US)"
1030
+
1031
+ #: views/events-list-load-widget-admin.php:25
1032
+ msgid "Province (Int)"
1033
+ msgstr "Provincie"
1034
+
1035
+ #: views/events-list-load-widget-admin.php:26
1036
+ msgid "Postal Code"
1037
+ msgstr "Postcode"
1038
+
1039
+ #: views/events-list-load-widget-admin.php:27
1040
+ msgid "Country"
1041
+ msgstr "Land"
1042
+
1043
+ #: views/events-list-load-widget-admin.php:28
1044
+ msgid "Phone"
1045
+ msgstr "Telefoon"
1046
+
1047
+ #: views/events-list-load-widget-admin.php:29
1048
+ msgid "Price"
1049
+ msgstr "Prijs"
1050
+
1051
+ #: views/events-list-load-widget-display.php:50
1052
+ msgid "More Info"
1053
+ msgstr "Meer informatie"
1054
+
1055
+ #: views/events-meta-box.php:138
1056
+ msgid "Event Details:"
1057
+ msgstr "Evenement details:"
1058
+
1059
+ #: views/events-meta-box.php:140
1060
+ msgid "Is this post an event?"
1061
+ msgstr "Is dit bericht een evenement?"
1062
+
1063
+ #: views/events-meta-box.php:141
1064
+ #: views/events-options.php:135
1065
+ msgid "Yes"
1066
+ msgstr "Ja"
1067
+
1068
+ #: views/events-meta-box.php:142
1069
+ #: views/events-options.php:139
1070
+ msgid "No"
1071
+ msgstr "Nee"
1072
+
1073
+ #: views/events-meta-box.php:148
1074
+ msgid "Event Time &amp; Date"
1075
+ msgstr "Evenement tijd &amp; datum"
1076
+
1077
+ #: views/events-meta-box.php:151
1078
+ msgid "All day event?"
1079
+ msgstr "Hele dag?"
1080
+
1081
+ #: views/events-meta-box.php:155
1082
+ #, fuzzy
1083
+ msgid "Time Format (site wide option):"
1084
+ msgstr "Tijdnotatie (over de gehele site):"
1085
+
1086
+ #: views/events-meta-box.php:158
1087
+ msgid "12 Hour"
1088
+ msgstr "12 uur"
1089
+
1090
+ #: views/events-meta-box.php:160
1091
+ msgid "24 Hour"
1092
+ msgstr "24 uur"
1093
+
1094
+ #: views/events-meta-box.php:164
1095
+ msgid "Start Date / Time:"
1096
+ msgstr "Start datum/tijd:"
1097
+
1098
+ #: views/events-meta-box.php:178
1099
+ #: views/events-meta-box.php:206
1100
+ msgid "@"
1101
+ msgstr "@"
1102
+
1103
+ #: views/events-meta-box.php:192
1104
+ msgid "End Date / Time:"
1105
+ msgstr "Eind datum/tijd:"
1106
+
1107
+ #: views/events-meta-box.php:220
1108
+ msgid "Event Location Details"
1109
+ msgstr "Evenement locatie details"
1110
+
1111
+ #: views/events-meta-box.php:223
1112
+ #: views/list.php:43
1113
+ #: views/single.php:24
1114
+ #, fuzzy
1115
+ msgid "Venue:"
1116
+ msgstr "Locatie:"
1117
+
1118
+ #: views/events-meta-box.php:229
1119
+ msgid "Country:"
1120
+ msgstr "Land:"
1121
+
1122
+ #: views/events-meta-box.php:246
1123
+ #: views/list.php:61
1124
+ #: views/single.php:28
1125
+ msgid "Address:"
1126
+ msgstr "Adres:"
1127
+
1128
+ #: views/events-meta-box.php:250
1129
+ msgid "City:"
1130
+ msgstr "Stad:"
1131
+
1132
+ #: views/events-meta-box.php:254
1133
+ msgid "Province:"
1134
+ msgstr "Provincie:"
1135
+
1136
+ #: views/events-meta-box.php:258
1137
+ msgid "State:"
1138
+ msgstr "Staat:"
1139
+
1140
+ #: views/events-meta-box.php:261
1141
+ msgid "Select a State:"
1142
+ msgstr "Selecteer een staat:"
1143
+
1144
+ #: views/events-meta-box.php:263
1145
+ msgid "Alabama"
1146
+ msgstr ""
1147
+
1148
+ #: views/events-meta-box.php:264
1149
+ msgid "Alaska"
1150
+ msgstr ""
1151
+
1152
+ #: views/events-meta-box.php:265
1153
+ msgid "Arizona"
1154
+ msgstr ""
1155
+
1156
+ #: views/events-meta-box.php:266
1157
+ msgid "Arkansas"
1158
+ msgstr ""
1159
+
1160
+ #: views/events-meta-box.php:267
1161
+ msgid "California"
1162
+ msgstr ""
1163
+
1164
+ #: views/events-meta-box.php:268
1165
+ msgid "Colorado"
1166
+ msgstr ""
1167
+
1168
+ #: views/events-meta-box.php:269
1169
+ msgid "Connecticut"
1170
+ msgstr ""
1171
+
1172
+ #: views/events-meta-box.php:270
1173
+ msgid "Delaware"
1174
+ msgstr ""
1175
+
1176
+ #: views/events-meta-box.php:271
1177
+ msgid "District of Columbia"
1178
+ msgstr ""
1179
+
1180
+ #: views/events-meta-box.php:272
1181
+ msgid "Florida"
1182
+ msgstr ""
1183
+
1184
+ #: views/events-meta-box.php:274
1185
+ msgid "Hawaii"
1186
+ msgstr ""
1187
+
1188
+ #: views/events-meta-box.php:275
1189
+ msgid "Idaho"
1190
+ msgstr ""
1191
+
1192
+ #: views/events-meta-box.php:276
1193
+ msgid "Illinois"
1194
+ msgstr ""
1195
+
1196
+ #: views/events-meta-box.php:277
1197
+ msgid "Indiana"
1198
+ msgstr ""
1199
+
1200
+ #: views/events-meta-box.php:278
1201
+ msgid "Iowa"
1202
+ msgstr ""
1203
+
1204
+ #: views/events-meta-box.php:279
1205
+ msgid "Kansas"
1206
+ msgstr ""
1207
+
1208
+ #: views/events-meta-box.php:280
1209
+ msgid "Kentucky"
1210
+ msgstr ""
1211
+
1212
+ #: views/events-meta-box.php:281
1213
+ msgid "Louisiana"
1214
+ msgstr ""
1215
+
1216
+ #: views/events-meta-box.php:282
1217
+ msgid "Maine"
1218
+ msgstr ""
1219
+
1220
+ #: views/events-meta-box.php:283
1221
+ msgid "Maryland"
1222
+ msgstr ""
1223
+
1224
+ #: views/events-meta-box.php:284
1225
+ msgid "Massachusetts"
1226
+ msgstr ""
1227
+
1228
+ #: views/events-meta-box.php:285
1229
+ msgid "Michigan"
1230
+ msgstr ""
1231
+
1232
+ #: views/events-meta-box.php:286
1233
+ msgid "Minnesota"
1234
+ msgstr ""
1235
+
1236
+ #: views/events-meta-box.php:287
1237
+ msgid "Mississippi"
1238
+ msgstr ""
1239
+
1240
+ #: views/events-meta-box.php:288
1241
+ msgid "Missouri"
1242
+ msgstr ""
1243
+
1244
+ #: views/events-meta-box.php:289
1245
+ msgid "Montana"
1246
+ msgstr ""
1247
+
1248
+ #: views/events-meta-box.php:290
1249
+ msgid "Nebraska"
1250
+ msgstr ""
1251
+
1252
+ #: views/events-meta-box.php:291
1253
+ msgid "Nevada"
1254
+ msgstr ""
1255
+
1256
+ #: views/events-meta-box.php:292
1257
+ msgid "New Hampshire"
1258
+ msgstr ""
1259
+
1260
+ #: views/events-meta-box.php:293
1261
+ msgid "New Jersey"
1262
+ msgstr ""
1263
+
1264
+ #: views/events-meta-box.php:294
1265
+ msgid "New Mexico"
1266
+ msgstr ""
1267
+
1268
+ #: views/events-meta-box.php:295
1269
+ msgid "New York"
1270
+ msgstr ""
1271
+
1272
+ #: views/events-meta-box.php:296
1273
+ msgid "North Carolina"
1274
+ msgstr ""
1275
+
1276
+ #: views/events-meta-box.php:297
1277
+ msgid "North Dakota"
1278
+ msgstr ""
1279
+
1280
+ #: views/events-meta-box.php:298
1281
+ msgid "Ohio"
1282
+ msgstr ""
1283
+
1284
+ #: views/events-meta-box.php:299
1285
+ msgid "Oklahoma"
1286
+ msgstr ""
1287
+
1288
+ #: views/events-meta-box.php:300
1289
+ msgid "Oregon"
1290
+ msgstr ""
1291
+
1292
+ #: views/events-meta-box.php:301
1293
+ msgid "Pennsylvania"
1294
+ msgstr ""
1295
+
1296
+ #: views/events-meta-box.php:302
1297
+ msgid "Rhode Island"
1298
+ msgstr ""
1299
+
1300
+ #: views/events-meta-box.php:303
1301
+ msgid "South Carolina"
1302
+ msgstr ""
1303
+
1304
+ #: views/events-meta-box.php:304
1305
+ msgid "South Dakota"
1306
+ msgstr ""
1307
+
1308
+ #: views/events-meta-box.php:305
1309
+ msgid "Tennessee"
1310
+ msgstr ""
1311
+
1312
+ #: views/events-meta-box.php:306
1313
+ msgid "Texas"
1314
+ msgstr ""
1315
+
1316
+ #: views/events-meta-box.php:307
1317
+ msgid "Utah"
1318
+ msgstr ""
1319
+
1320
+ #: views/events-meta-box.php:308
1321
+ msgid "Vermont"
1322
+ msgstr ""
1323
+
1324
+ #: views/events-meta-box.php:309
1325
+ msgid "Virginia"
1326
+ msgstr ""
1327
+
1328
+ #: views/events-meta-box.php:310
1329
+ msgid "Washington"
1330
+ msgstr ""
1331
+
1332
+ #: views/events-meta-box.php:311
1333
+ msgid "West Virginia"
1334
+ msgstr ""
1335
+
1336
+ #: views/events-meta-box.php:312
1337
+ msgid "Wisconsin"
1338
+ msgstr ""
1339
+
1340
+ #: views/events-meta-box.php:313
1341
+ msgid "Wyoming"
1342
+ msgstr ""
1343
+
1344
+ #: views/events-meta-box.php:327
1345
+ msgid "Postal Code:"
1346
+ msgstr "Postcode:"
1347
+
1348
+ #: views/events-meta-box.php:331
1349
+ #: views/list.php:52
1350
+ msgid "Phone:"
1351
+ msgstr "Telefoon:"
1352
+
1353
+ #: views/events-meta-box.php:335
1354
+ msgid "Event Cost"
1355
+ msgstr "Evenement kosten"
1356
+
1357
+ #: views/events-meta-box.php:338
1358
+ #: views/list.php:70
1359
+ #: views/single.php:18
1360
+ msgid "Cost:"
1361
+ msgstr "Kosten:"
1362
+
1363
+ #: views/events-meta-box.php:343
1364
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1365
+ msgstr "Leeg laten om veld te verbergen. Vul 0 in voor gratis evenementen."
1366
+
1367
+ #: views/events-meta-box.php:347
1368
+ msgid "Sell Tickets &amp; Track Registration"
1369
+ msgstr ""
1370
+
1371
+ #: views/events-meta-box.php:352
1372
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1373
+ msgstr ""
1374
+
1375
+ #: views/events-meta-box.php:352
1376
+ msgid "Check it out here."
1377
+ msgstr ""
1378
+
1379
+ #: views/events-meta-box.php:363
1380
+ msgid ""
1381
+ "<h4>If You Like This Plugin - Help Support It</h4>\r\n"
1382
+ "\t\t\t\t<p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1383
+ msgstr ""
1384
+
1385
+ #: views/events-meta-box.php:366
1386
+ msgid "Thanks"
1387
+ msgstr ""
1388
+
1389
+ #: views/events-meta-box.php:367
1390
+ msgid "Shane &amp; Peter"
1391
+ msgstr ""
1392
+
1393
+ #: views/events-meta-box.php:368
1394
+ msgid "www.shaneandpeter.com"
1395
+ msgstr ""
1396
+
1397
+ #: views/events-options.php:47
1398
+ msgid "The Events Calendar Settings"
1399
+ msgstr ""
1400
+
1401
+ #: views/events-options.php:49
1402
+ msgid "Need a hand?"
1403
+ msgstr ""
1404
+
1405
+ #: views/events-options.php:50
1406
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1407
+ msgstr ""
1408
+
1409
+ #: views/events-options.php:53
1410
+ msgid "Donate"
1411
+ msgstr ""
1412
+
1413
+ #: views/events-options.php:62
1414
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1415
+ msgstr ""
1416
+
1417
+ #: views/events-options.php:66
1418
+ msgid "I have already donated, so please hide this button!"
1419
+ msgstr ""
1420
+
1421
+ #: views/events-options.php:93
1422
+ #: views/events-options.php:97
1423
+ msgid "Default View for the Events"
1424
+ msgstr "Standaardweergave voor evenementen"
1425
+
1426
+ #: views/events-options.php:109
1427
+ #: views/gridview.php:13
1428
+ #: views/list.php:10
1429
+ msgid "Calendar"
1430
+ msgstr "Kalender"
1431
+
1432
+ #: views/events-options.php:113
1433
+ #: views/gridview.php:12
1434
+ #: views/list.php:9
1435
+ msgid "Event List"
1436
+ msgstr "Evenementen lijst"
1437
+
1438
+ #: views/events-options.php:119
1439
+ #: views/events-options.php:123
1440
+ msgid "Show Comments"
1441
+ msgstr "Commentaren weergeven"
1442
+
1443
+ #: views/events-options.php:145
1444
+ msgid "Default Country for Events"
1445
+ msgstr "Standaard land voor evenementen"
1446
+
1447
+ #: views/events-options.php:170
1448
+ #: views/events-options.php:174
1449
+ msgid "Embed Google Maps"
1450
+ msgstr "Google Maps embedden"
1451
+
1452
+ #: views/events-options.php:188
1453
+ msgid "Off"
1454
+ msgstr "Uit"
1455
+
1456
+ #: views/events-options.php:192
1457
+ msgid "On"
1458
+ msgstr "Aan"
1459
+
1460
+ #: views/events-options.php:195
1461
+ msgid "Height"
1462
+ msgstr "Hoogte"
1463
+
1464
+ #: views/events-options.php:196
1465
+ msgid "Width"
1466
+ msgstr "Breedte"
1467
+
1468
+ #: views/events-options.php:196
1469
+ #, fuzzy
1470
+ msgid "(number or %)"
1471
+ msgstr "(aantal of %)"
1472
+
1473
+ #: views/gridview.php:7
1474
+ #: views/list.php:7
1475
+ #, fuzzy
1476
+ msgid "Calendar of Events"
1477
+ msgstr "Kalender met evenementen"
1478
+
1479
+ #: views/list.php:31
1480
+ #: views/single.php:11
1481
+ msgid "Start:"
1482
+ msgstr "Start:"
1483
+
1484
+ #: views/list.php:35
1485
+ #: views/single.php:14
1486
+ msgid "End:"
1487
+ msgstr "Einde:"
1488
+
1489
+ #: views/list.php:61
1490
+ #: views/single.php:28
1491
+ msgid "Google Map"
1492
+ msgstr "Google Map"
1493
+
1494
+ #: views/list.php:92
1495
+ msgid "&laquo; Previous Events"
1496
+ msgstr "&laquo; Vorige evenementen"
1497
+
1498
+ #: views/list.php:105
1499
+ msgid "Next Events &raquo;"
1500
+ msgstr "Volgende evenementen &raquo;"
1501
+
1502
+ #: views/single.php:6
1503
+ msgid "&laquo; Back to Events"
1504
+ msgstr "&laquo; Terug naar evenementen"
1505
+
1506
+ #: views/single.php:8
1507
+ #, fuzzy
1508
+ msgid "This event has passed."
1509
+ msgstr "Dit evenement is al geweest."
1510
+
1511
+ #: views/table.php:12
1512
+ msgid "Sunday"
1513
+ msgstr "Zondag"
1514
+
1515
+ #: views/table.php:12
1516
+ msgid "Sun"
1517
+ msgstr "Zo"
1518
+
1519
+ #: views/table.php:13
1520
+ msgid "Monday"
1521
+ msgstr "Maandag"
1522
+
1523
+ #: views/table.php:13
1524
+ msgid "Mon"
1525
+ msgstr "Ma"
1526
+
1527
+ #: views/table.php:14
1528
+ msgid "Tuesday"
1529
+ msgstr "Dinsdag"
1530
+
1531
+ #: views/table.php:14
1532
+ msgid "Tue"
1533
+ msgstr "Di"
1534
+
1535
+ #: views/table.php:15
1536
+ msgid "Wednesday"
1537
+ msgstr "Woensdag"
1538
+
1539
+ #: views/table.php:15
1540
+ msgid "Wed"
1541
+ msgstr "Wo"
1542
+
1543
+ #: views/table.php:16
1544
+ msgid "Thursday"
1545
+ msgstr "Donderdag"
1546
+
1547
+ #: views/table.php:16
1548
+ msgid "Thu"
1549
+ msgstr "Do"
1550
+
1551
+ #: views/table.php:17
1552
+ msgid "Friday"
1553
+ msgstr "Vrijdag"
1554
+
1555
+ #: views/table.php:17
1556
+ msgid "Fri"
1557
+ msgstr "Vr"
1558
+
1559
+ #: views/table.php:18
1560
+ msgid "Saturday"
1561
+ msgstr "Zaterdag"
1562
+
1563
+ #: views/table.php:18
1564
+ msgid "Sat"
1565
+ msgstr "Za"
1566
+
1567
+ #. Plugin Name of an extension
1568
+ msgid "The Events Calendar"
1569
+ msgstr "The Events Calendar"
1570
+
1571
+ #. Plugin URI of an extension
1572
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1573
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1574
+
1575
+ #. Description of an extension
1576
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1577
+ msgstr ""
1578
+
1579
+ #. Author of an extension
1580
+ msgid "Shane & Peter, Inc."
1581
+ msgstr "Shane & Peter, Inc."
1582
+
1583
+ #. Author URI of an extension
1584
+ msgid "http://www.shaneandpeter.com/"
1585
+ msgstr "http://www.shaneandpeter.com/"
1586
+
trunk/lang/the-events-calendar-pl_PL.mo ADDED
Binary file
trunk/lang/the-events-calendar-pl_PL.po ADDED
@@ -0,0 +1,1577 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
5
+ "POT-Creation-Date: 2010-01-31 01:16+0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Maciej Swoboda <maciej.swoboda@gmail.com>\n"
8
+ "Language-Team: Maciej Swoboda\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Polish\n"
13
+ "X-Poedit-Country: Poland\n"
14
+
15
+ #: the-events-calendar.php:54
16
+ msgid "United States"
17
+ msgstr "Stany Zjednoczone"
18
+
19
+ #: the-events-calendar.php:55
20
+ msgid "Afghanistan"
21
+ msgstr "Afganistan"
22
+
23
+ #: the-events-calendar.php:56
24
+ msgid "Albania"
25
+ msgstr "Albania"
26
+
27
+ #: the-events-calendar.php:57
28
+ msgid "Algeria"
29
+ msgstr "Algeria"
30
+
31
+ #: the-events-calendar.php:58
32
+ msgid "American Samoa"
33
+ msgstr "American Samoa"
34
+
35
+ #: the-events-calendar.php:59
36
+ msgid "Andorra"
37
+ msgstr "Andora"
38
+
39
+ #: the-events-calendar.php:60
40
+ msgid "Angola"
41
+ msgstr "Angola"
42
+
43
+ #: the-events-calendar.php:61
44
+ msgid "Anguilla"
45
+ msgstr "Anguilla"
46
+
47
+ #: the-events-calendar.php:62
48
+ msgid "Antarctica"
49
+ msgstr "Antarktyda"
50
+
51
+ #: the-events-calendar.php:63
52
+ msgid "Antigua And Barbuda"
53
+ msgstr "Antigua And Barbuda"
54
+
55
+ #: the-events-calendar.php:64
56
+ msgid "Argentina"
57
+ msgstr "Argentyna"
58
+
59
+ #: the-events-calendar.php:65
60
+ msgid "Armenia"
61
+ msgstr "Armenia"
62
+
63
+ #: the-events-calendar.php:66
64
+ msgid "Aruba"
65
+ msgstr "Aruba"
66
+
67
+ #: the-events-calendar.php:67
68
+ msgid "Australia"
69
+ msgstr "Australia"
70
+
71
+ #: the-events-calendar.php:68
72
+ msgid "Austria"
73
+ msgstr "Austria"
74
+
75
+ #: the-events-calendar.php:69
76
+ msgid "Azerbaijan"
77
+ msgstr "Azerbejdżan"
78
+
79
+ #: the-events-calendar.php:70
80
+ msgid "Bahamas"
81
+ msgstr "Bahamy"
82
+
83
+ #: the-events-calendar.php:71
84
+ msgid "Bahrain"
85
+ msgstr "Bahrajn"
86
+
87
+ #: the-events-calendar.php:72
88
+ msgid "Bangladesh"
89
+ msgstr "Bangladesz"
90
+
91
+ #: the-events-calendar.php:73
92
+ msgid "Barbados"
93
+ msgstr "Barbados"
94
+
95
+ #: the-events-calendar.php:74
96
+ msgid "Belarus"
97
+ msgstr "Białoruś"
98
+
99
+ #: the-events-calendar.php:75
100
+ msgid "Belgium"
101
+ msgstr "Belgia"
102
+
103
+ #: the-events-calendar.php:76
104
+ msgid "Belize"
105
+ msgstr "Belize"
106
+
107
+ #: the-events-calendar.php:77
108
+ msgid "Benin"
109
+ msgstr "Benin"
110
+
111
+ #: the-events-calendar.php:78
112
+ msgid "Bermuda"
113
+ msgstr "Bermudy"
114
+
115
+ #: the-events-calendar.php:79
116
+ msgid "Bhutan"
117
+ msgstr "Bhutan"
118
+
119
+ #: the-events-calendar.php:80
120
+ msgid "Bolivia"
121
+ msgstr "Boliwia"
122
+
123
+ #: the-events-calendar.php:81
124
+ msgid "Bosnia And Herzegowina"
125
+ msgstr "Bośnia i Hercegowina"
126
+
127
+ #: the-events-calendar.php:82
128
+ msgid "Botswana"
129
+ msgstr "Botswana"
130
+
131
+ #: the-events-calendar.php:83
132
+ msgid "Bouvet Island"
133
+ msgstr "Bouvet Island"
134
+
135
+ #: the-events-calendar.php:84
136
+ msgid "Brazil"
137
+ msgstr "Brazylia"
138
+
139
+ #: the-events-calendar.php:85
140
+ msgid "British Indian Ocean Territory"
141
+ msgstr "British Indian Ocean Territory"
142
+
143
+ #: the-events-calendar.php:86
144
+ msgid "Brunei Darussalam"
145
+ msgstr "Brunei Darussalam"
146
+
147
+ #: the-events-calendar.php:87
148
+ msgid "Bulgaria"
149
+ msgstr "Bułgaria"
150
+
151
+ #: the-events-calendar.php:88
152
+ msgid "Burkina Faso"
153
+ msgstr "Burkina Faso"
154
+
155
+ #: the-events-calendar.php:89
156
+ msgid "Burundi"
157
+ msgstr "Burundi"
158
+
159
+ #: the-events-calendar.php:90
160
+ msgid "Cambodia"
161
+ msgstr "Kambodża"
162
+
163
+ #: the-events-calendar.php:91
164
+ msgid "Cameroon"
165
+ msgstr "Kamerun"
166
+
167
+ #: the-events-calendar.php:92
168
+ msgid "Canada"
169
+ msgstr "Kanada"
170
+
171
+ #: the-events-calendar.php:93
172
+ msgid "Cape Verde"
173
+ msgstr "Cape Verde"
174
+
175
+ #: the-events-calendar.php:94
176
+ msgid "Cayman Islands"
177
+ msgstr "Cayman Islands"
178
+
179
+ #: the-events-calendar.php:95
180
+ msgid "Central African Republic"
181
+ msgstr "Central African Republic"
182
+
183
+ #: the-events-calendar.php:96
184
+ msgid "Chad"
185
+ msgstr "Chad"
186
+
187
+ #: the-events-calendar.php:97
188
+ msgid "Chile"
189
+ msgstr "Czile"
190
+
191
+ #: the-events-calendar.php:98
192
+ msgid "China"
193
+ msgstr "Chiny"
194
+
195
+ #: the-events-calendar.php:99
196
+ msgid "Christmas Island"
197
+ msgstr "Wyspy Wielkanocne"
198
+
199
+ #: the-events-calendar.php:100
200
+ msgid "Cocos (Keeling) Islands"
201
+ msgstr "Cocos (Keeling) Islands"
202
+
203
+ #: the-events-calendar.php:101
204
+ msgid "Colombia"
205
+ msgstr "Kolumbia"
206
+
207
+ #: the-events-calendar.php:102
208
+ msgid "Comoros"
209
+ msgstr "Comoros"
210
+
211
+ #: the-events-calendar.php:103
212
+ msgid "Congo"
213
+ msgstr "Kongo"
214
+
215
+ #: the-events-calendar.php:104
216
+ msgid "Congo, The Democratic Republic Of The"
217
+ msgstr "Demokratyczna Republika Kongo"
218
+
219
+ #: the-events-calendar.php:105
220
+ msgid "Cook Islands"
221
+ msgstr "Cook Islands"
222
+
223
+ #: the-events-calendar.php:106
224
+ msgid "Costa Rica"
225
+ msgstr "Costa Rica"
226
+
227
+ #: the-events-calendar.php:107
228
+ msgid "Cote D'Ivoire"
229
+ msgstr "Cote D'Ivoire"
230
+
231
+ #: the-events-calendar.php:108
232
+ msgid "Croatia (Local Name: Hrvatska)"
233
+ msgstr "Chorwacja"
234
+
235
+ #: the-events-calendar.php:109
236
+ msgid "Cuba"
237
+ msgstr "Kuba"
238
+
239
+ #: the-events-calendar.php:110
240
+ msgid "Cyprus"
241
+ msgstr "Cypr"
242
+
243
+ #: the-events-calendar.php:111
244
+ msgid "Czech Republic"
245
+ msgstr "Czechy"
246
+
247
+ #: the-events-calendar.php:112
248
+ msgid "Denmark"
249
+ msgstr "Dania"
250
+
251
+ #: the-events-calendar.php:113
252
+ msgid "Djibouti"
253
+ msgstr "Djibouti"
254
+
255
+ #: the-events-calendar.php:114
256
+ msgid "Dominica"
257
+ msgstr "Dominica"
258
+
259
+ #: the-events-calendar.php:115
260
+ msgid "Dominican Republic"
261
+ msgstr "Dominican Republic"
262
+
263
+ #: the-events-calendar.php:116
264
+ msgid "East Timor"
265
+ msgstr "East Timor"
266
+
267
+ #: the-events-calendar.php:117
268
+ msgid "Ecuador"
269
+ msgstr "Ekwador"
270
+
271
+ #: the-events-calendar.php:118
272
+ msgid "Egypt"
273
+ msgstr "Egipt"
274
+
275
+ #: the-events-calendar.php:119
276
+ msgid "El Salvador"
277
+ msgstr "El Salvador"
278
+
279
+ #: the-events-calendar.php:120
280
+ msgid "Equatorial Guinea"
281
+ msgstr "Equatorial Guinea"
282
+
283
+ #: the-events-calendar.php:121
284
+ msgid "Eritrea"
285
+ msgstr "Eritrea"
286
+
287
+ #: the-events-calendar.php:122
288
+ msgid "Estonia"
289
+ msgstr "Estonia"
290
+
291
+ #: the-events-calendar.php:123
292
+ msgid "Ethiopia"
293
+ msgstr "Etiopia"
294
+
295
+ #: the-events-calendar.php:124
296
+ msgid "Falkland Islands (Malvinas)"
297
+ msgstr "Falkland Islands (Malvinas)"
298
+
299
+ #: the-events-calendar.php:125
300
+ msgid "Faroe Islands"
301
+ msgstr "Wyspy Owcze"
302
+
303
+ #: the-events-calendar.php:126
304
+ msgid "Fiji"
305
+ msgstr "Fidżi"
306
+
307
+ #: the-events-calendar.php:127
308
+ msgid "Finland"
309
+ msgstr "Finlandia"
310
+
311
+ #: the-events-calendar.php:128
312
+ msgid "France"
313
+ msgstr "Francja"
314
+
315
+ #: the-events-calendar.php:129
316
+ msgid "France, Metropolitan"
317
+ msgstr "France, Metropolitan"
318
+
319
+ #: the-events-calendar.php:130
320
+ msgid "French Guiana"
321
+ msgstr "French Guiana"
322
+
323
+ #: the-events-calendar.php:131
324
+ msgid "French Polynesia"
325
+ msgstr "French Polynesia"
326
+
327
+ #: the-events-calendar.php:132
328
+ msgid "French Southern Territories"
329
+ msgstr "French Southern Territories"
330
+
331
+ #: the-events-calendar.php:133
332
+ msgid "Gabon"
333
+ msgstr "Gabon"
334
+
335
+ #: the-events-calendar.php:134
336
+ msgid "Gambia"
337
+ msgstr "c"
338
+
339
+ #: the-events-calendar.php:135
340
+ #: views/events-meta-box.php:273
341
+ msgid "Georgia"
342
+ msgstr "Gruzja"
343
+
344
+ #: the-events-calendar.php:136
345
+ msgid "Germany"
346
+ msgstr "Niemcy"
347
+
348
+ #: the-events-calendar.php:137
349
+ msgid "Ghana"
350
+ msgstr "Ghana"
351
+
352
+ #: the-events-calendar.php:138
353
+ msgid "Gibraltar"
354
+ msgstr "Gibraltar"
355
+
356
+ #: the-events-calendar.php:139
357
+ msgid "Greece"
358
+ msgstr "Grecja"
359
+
360
+ #: the-events-calendar.php:140
361
+ msgid "Greenland"
362
+ msgstr "Grenlandia"
363
+
364
+ #: the-events-calendar.php:141
365
+ msgid "Grenada"
366
+ msgstr "Grenada"
367
+
368
+ #: the-events-calendar.php:142
369
+ msgid "Guadeloupe"
370
+ msgstr "Guadeloupe"
371
+
372
+ #: the-events-calendar.php:143
373
+ msgid "Guam"
374
+ msgstr "Guam"
375
+
376
+ #: the-events-calendar.php:144
377
+ msgid "Guatemala"
378
+ msgstr "ć"
379
+
380
+ #: the-events-calendar.php:145
381
+ msgid "Guinea"
382
+ msgstr "Guinea"
383
+
384
+ #: the-events-calendar.php:146
385
+ msgid "Guinea-Bissau"
386
+ msgstr "Guinea-Bissau"
387
+
388
+ #: the-events-calendar.php:147
389
+ msgid "Guyana"
390
+ msgstr "Guyana"
391
+
392
+ #: the-events-calendar.php:148
393
+ msgid "Haiti"
394
+ msgstr "Haiti"
395
+
396
+ #: the-events-calendar.php:149
397
+ msgid "Heard And Mc Donald Islands"
398
+ msgstr "Heard And Mc Donald Islands"
399
+
400
+ #: the-events-calendar.php:150
401
+ msgid "Holy See (Vatican City State)"
402
+ msgstr "Holy See (Vatican City State)"
403
+
404
+ #: the-events-calendar.php:151
405
+ msgid "Honduras"
406
+ msgstr "Honduras"
407
+
408
+ #: the-events-calendar.php:152
409
+ msgid "Hong Kong"
410
+ msgstr "Hong Kong"
411
+
412
+ #: the-events-calendar.php:153
413
+ msgid "Hungary"
414
+ msgstr "Węgry"
415
+
416
+ #: the-events-calendar.php:154
417
+ msgid "Iceland"
418
+ msgstr "Islandia"
419
+
420
+ #: the-events-calendar.php:155
421
+ msgid "India"
422
+ msgstr "Indie"
423
+
424
+ #: the-events-calendar.php:156
425
+ msgid "Indonesia"
426
+ msgstr "Indonezja"
427
+
428
+ #: the-events-calendar.php:157
429
+ msgid "Iran (Islamic Republic Of)"
430
+ msgstr "Iran"
431
+
432
+ #: the-events-calendar.php:158
433
+ msgid "Iraq"
434
+ msgstr "Irak"
435
+
436
+ #: the-events-calendar.php:159
437
+ msgid "Ireland"
438
+ msgstr "Irlandia"
439
+
440
+ #: the-events-calendar.php:160
441
+ msgid "Israel"
442
+ msgstr "Izrael"
443
+
444
+ #: the-events-calendar.php:161
445
+ msgid "Italy"
446
+ msgstr "Włochy"
447
+
448
+ #: the-events-calendar.php:162
449
+ msgid "Jamaica"
450
+ msgstr "Jamajka"
451
+
452
+ #: the-events-calendar.php:163
453
+ msgid "Japan"
454
+ msgstr "Japonia"
455
+
456
+ #: the-events-calendar.php:164
457
+ msgid "Jordan"
458
+ msgstr "Jordan"
459
+
460
+ #: the-events-calendar.php:165
461
+ msgid "Kazakhstan"
462
+ msgstr "Kazachstan"
463
+
464
+ #: the-events-calendar.php:166
465
+ msgid "Kenya"
466
+ msgstr "Kenia"
467
+
468
+ #: the-events-calendar.php:167
469
+ msgid "Kiribati"
470
+ msgstr "Kiribati"
471
+
472
+ #: the-events-calendar.php:168
473
+ msgid "Korea, Democratic People's Republic Of"
474
+ msgstr "Korea Południowa"
475
+
476
+ #: the-events-calendar.php:169
477
+ msgid "Korea, Republic Of"
478
+ msgstr "Korea Północna"
479
+
480
+ #: the-events-calendar.php:170
481
+ msgid "Kuwait"
482
+ msgstr "Kuwejt"
483
+
484
+ #: the-events-calendar.php:171
485
+ msgid "Kyrgyzstan"
486
+ msgstr "Kyrgyzstan"
487
+
488
+ #: the-events-calendar.php:172
489
+ msgid "Lao People's Democratic Republic"
490
+ msgstr "Lao People's Democratic Republic"
491
+
492
+ #: the-events-calendar.php:173
493
+ msgid "Latvia"
494
+ msgstr "Łotwa"
495
+
496
+ #: the-events-calendar.php:174
497
+ msgid "Lebanon"
498
+ msgstr "Lebanon"
499
+
500
+ #: the-events-calendar.php:175
501
+ msgid "Lesotho"
502
+ msgstr "Lesotho"
503
+
504
+ #: the-events-calendar.php:176
505
+ msgid "Liberia"
506
+ msgstr "Liberia"
507
+
508
+ #: the-events-calendar.php:177
509
+ msgid "Libyan Arab Jamahiriya"
510
+ msgstr "Libyan Arab Jamahiriya"
511
+
512
+ #: the-events-calendar.php:178
513
+ msgid "Liechtenstein"
514
+ msgstr "Liechtenstein"
515
+
516
+ #: the-events-calendar.php:179
517
+ msgid "Lithuania"
518
+ msgstr "Litwa"
519
+
520
+ #: the-events-calendar.php:180
521
+ msgid "Luxembourg"
522
+ msgstr "Luksemburg"
523
+
524
+ #: the-events-calendar.php:181
525
+ msgid "Macau"
526
+ msgstr "Macau"
527
+
528
+ #: the-events-calendar.php:182
529
+ msgid "Macedonia, Former Yugoslav Republic Of"
530
+ msgstr "Macedonia"
531
+
532
+ #: the-events-calendar.php:183
533
+ msgid "Madagascar"
534
+ msgstr "Madagascar"
535
+
536
+ #: the-events-calendar.php:184
537
+ msgid "Malawi"
538
+ msgstr "Malawi"
539
+
540
+ #: the-events-calendar.php:185
541
+ msgid "Malaysia"
542
+ msgstr "Malaysia"
543
+
544
+ #: the-events-calendar.php:186
545
+ msgid "Maldives"
546
+ msgstr "Maldives"
547
+
548
+ #: the-events-calendar.php:187
549
+ msgid "Mali"
550
+ msgstr "Mali"
551
+
552
+ #: the-events-calendar.php:188
553
+ msgid "Malta"
554
+ msgstr "Malta"
555
+
556
+ #: the-events-calendar.php:189
557
+ msgid "Marshall Islands"
558
+ msgstr "Marshall Islands"
559
+
560
+ #: the-events-calendar.php:190
561
+ msgid "Martinique"
562
+ msgstr "Martinique"
563
+
564
+ #: the-events-calendar.php:191
565
+ msgid "Mauritania"
566
+ msgstr "Mauritania"
567
+
568
+ #: the-events-calendar.php:192
569
+ msgid "Mauritius"
570
+ msgstr "Mauritius"
571
+
572
+ #: the-events-calendar.php:193
573
+ msgid "Mayotte"
574
+ msgstr "Mayotte"
575
+
576
+ #: the-events-calendar.php:194
577
+ msgid "Mexico"
578
+ msgstr "Meksyk"
579
+
580
+ #: the-events-calendar.php:195
581
+ msgid "Micronesia, Federated States Of"
582
+ msgstr "Mikronezja"
583
+
584
+ #: the-events-calendar.php:196
585
+ msgid "Moldova, Republic Of"
586
+ msgstr "Mołdawia"
587
+
588
+ #: the-events-calendar.php:197
589
+ msgid "Monaco"
590
+ msgstr "Monako"
591
+
592
+ #: the-events-calendar.php:198
593
+ msgid "Mongolia"
594
+ msgstr "Mongolia"
595
+
596
+ #: the-events-calendar.php:199
597
+ msgid "Montserrat"
598
+ msgstr "Montserrat"
599
+
600
+ #: the-events-calendar.php:200
601
+ msgid "Morocco"
602
+ msgstr "Maroko"
603
+
604
+ #: the-events-calendar.php:201
605
+ msgid "Mozambique"
606
+ msgstr "Mozambik"
607
+
608
+ #: the-events-calendar.php:202
609
+ msgid "Myanmar"
610
+ msgstr "Myanmar"
611
+
612
+ #: the-events-calendar.php:203
613
+ msgid "Namibia"
614
+ msgstr "Namibia"
615
+
616
+ #: the-events-calendar.php:204
617
+ msgid "Nauru"
618
+ msgstr "Nauru"
619
+
620
+ #: the-events-calendar.php:205
621
+ msgid "Nepal"
622
+ msgstr "Nepal"
623
+
624
+ #: the-events-calendar.php:206
625
+ msgid "Netherlands"
626
+ msgstr "Holandia"
627
+
628
+ #: the-events-calendar.php:207
629
+ msgid "Netherlands Antilles"
630
+ msgstr "Netherlands Antilles"
631
+
632
+ #: the-events-calendar.php:208
633
+ msgid "New Caledonia"
634
+ msgstr "New Caledonia"
635
+
636
+ #: the-events-calendar.php:209
637
+ msgid "New Zealand"
638
+ msgstr "Nowa Zelandia"
639
+
640
+ #: the-events-calendar.php:210
641
+ msgid "Nicaragua"
642
+ msgstr "Nicaragua"
643
+
644
+ #: the-events-calendar.php:211
645
+ msgid "Niger"
646
+ msgstr "Niger"
647
+
648
+ #: the-events-calendar.php:212
649
+ msgid "Nigeria"
650
+ msgstr "Nigeria"
651
+
652
+ #: the-events-calendar.php:213
653
+ msgid "Niue"
654
+ msgstr "Niue"
655
+
656
+ #: the-events-calendar.php:214
657
+ msgid "Norfolk Island"
658
+ msgstr "Norfolk Island"
659
+
660
+ #: the-events-calendar.php:215
661
+ msgid "Northern Mariana Islands"
662
+ msgstr "Northern Mariana Islands"
663
+
664
+ #: the-events-calendar.php:216
665
+ msgid "Norway"
666
+ msgstr "Norwegia"
667
+
668
+ #: the-events-calendar.php:217
669
+ msgid "Oman"
670
+ msgstr "Oman"
671
+
672
+ #: the-events-calendar.php:218
673
+ msgid "Pakistan"
674
+ msgstr "Pakistan"
675
+
676
+ #: the-events-calendar.php:219
677
+ msgid "Palau"
678
+ msgstr "Palau"
679
+
680
+ #: the-events-calendar.php:220
681
+ msgid "Panama"
682
+ msgstr "Panama"
683
+
684
+ #: the-events-calendar.php:221
685
+ msgid "Papua New Guinea"
686
+ msgstr "Papua New Guinea"
687
+
688
+ #: the-events-calendar.php:222
689
+ msgid "Paraguay"
690
+ msgstr "Paragwaj"
691
+
692
+ #: the-events-calendar.php:223
693
+ msgid "Peru"
694
+ msgstr "Peru"
695
+
696
+ #: the-events-calendar.php:224
697
+ msgid "Philippines"
698
+ msgstr "Filipiny"
699
+
700
+ #: the-events-calendar.php:225
701
+ msgid "Pitcairn"
702
+ msgstr "Pitcairn"
703
+
704
+ #: the-events-calendar.php:226
705
+ msgid "Poland"
706
+ msgstr "Polska"
707
+
708
+ #: the-events-calendar.php:227
709
+ msgid "Portugal"
710
+ msgstr "Portugalia"
711
+
712
+ #: the-events-calendar.php:228
713
+ msgid "Puerto Rico"
714
+ msgstr "Puerto Rico"
715
+
716
+ #: the-events-calendar.php:229
717
+ msgid "Qatar"
718
+ msgstr "Katar"
719
+
720
+ #: the-events-calendar.php:230
721
+ msgid "Reunion"
722
+ msgstr "Reunion"
723
+
724
+ #: the-events-calendar.php:231
725
+ msgid "Romania"
726
+ msgstr "Rumunia"
727
+
728
+ #: the-events-calendar.php:232
729
+ msgid "Russian Federation"
730
+ msgstr "Rosja"
731
+
732
+ #: the-events-calendar.php:233
733
+ msgid "Rwanda"
734
+ msgstr "Rwanda"
735
+
736
+ #: the-events-calendar.php:234
737
+ msgid "Saint Kitts And Nevis"
738
+ msgstr "Saint Kitts And Nevis"
739
+
740
+ #: the-events-calendar.php:235
741
+ msgid "Saint Lucia"
742
+ msgstr "Saint Lucia"
743
+
744
+ #: the-events-calendar.php:236
745
+ msgid "Saint Vincent And The Grenadines"
746
+ msgstr "Saint Vincent And The Grenadines"
747
+
748
+ #: the-events-calendar.php:237
749
+ msgid "Samoa"
750
+ msgstr "Samoa"
751
+
752
+ #: the-events-calendar.php:238
753
+ msgid "San Marino"
754
+ msgstr "San Marino"
755
+
756
+ #: the-events-calendar.php:239
757
+ msgid "Sao Tome And Principe"
758
+ msgstr "Sao Tome And Principe"
759
+
760
+ #: the-events-calendar.php:240
761
+ msgid "Saudi Arabia"
762
+ msgstr "Arabia Saudyjska"
763
+
764
+ #: the-events-calendar.php:241
765
+ msgid "Senegal"
766
+ msgstr "Senegal"
767
+
768
+ #: the-events-calendar.php:242
769
+ msgid "Seychelles"
770
+ msgstr "Seszele"
771
+
772
+ #: the-events-calendar.php:243
773
+ msgid "Sierra Leone"
774
+ msgstr "Sierra Leone"
775
+
776
+ #: the-events-calendar.php:244
777
+ msgid "Singapore"
778
+ msgstr "Singapur"
779
+
780
+ #: the-events-calendar.php:245
781
+ msgid "Slovakia (Slovak Republic)"
782
+ msgstr "Słowacja"
783
+
784
+ #: the-events-calendar.php:246
785
+ msgid "Slovenia"
786
+ msgstr "Słowenia"
787
+
788
+ #: the-events-calendar.php:247
789
+ msgid "Solomon Islands"
790
+ msgstr "Wyspy Salomona"
791
+
792
+ #: the-events-calendar.php:248
793
+ msgid "Somalia"
794
+ msgstr "Somalia"
795
+
796
+ #: the-events-calendar.php:249
797
+ msgid "South Africa"
798
+ msgstr "Południowa Afryka"
799
+
800
+ #: the-events-calendar.php:250
801
+ msgid "South Georgia, South Sandwich Islands"
802
+ msgstr "South Georgia, South Sandwich Islands"
803
+
804
+ #: the-events-calendar.php:251
805
+ msgid "Spain"
806
+ msgstr "Hiszpania"
807
+
808
+ #: the-events-calendar.php:252
809
+ msgid "Sri Lanka"
810
+ msgstr "Sri Lanka"
811
+
812
+ #: the-events-calendar.php:253
813
+ msgid "St. Helena"
814
+ msgstr "St. Helena"
815
+
816
+ #: the-events-calendar.php:254
817
+ msgid "St. Pierre And Miquelon"
818
+ msgstr "St. Pierre And Miquelon"
819
+
820
+ #: the-events-calendar.php:255
821
+ msgid "Sudan"
822
+ msgstr "Sudan"
823
+
824
+ #: the-events-calendar.php:256
825
+ msgid "Suriname"
826
+ msgstr "Surinam"
827
+
828
+ #: the-events-calendar.php:257
829
+ msgid "Svalbard And Jan Mayen Islands"
830
+ msgstr "Svalbard And Jan Mayen Islands"
831
+
832
+ #: the-events-calendar.php:258
833
+ msgid "Swaziland"
834
+ msgstr "Swaziland"
835
+
836
+ #: the-events-calendar.php:259
837
+ msgid "Sweden"
838
+ msgstr "Szwecja"
839
+
840
+ #: the-events-calendar.php:260
841
+ msgid "Switzerland"
842
+ msgstr "Szwajcaria"
843
+
844
+ #: the-events-calendar.php:261
845
+ msgid "Syrian Arab Republic"
846
+ msgstr "Syria"
847
+
848
+ #: the-events-calendar.php:262
849
+ msgid "Taiwan"
850
+ msgstr "Tajwan"
851
+
852
+ #: the-events-calendar.php:263
853
+ msgid "Tajikistan"
854
+ msgstr "Tadżykistan"
855
+
856
+ #: the-events-calendar.php:264
857
+ msgid "Tanzania, United Republic Of"
858
+ msgstr "Tanzania"
859
+
860
+ #: the-events-calendar.php:265
861
+ msgid "Thailand"
862
+ msgstr "Tajlandia"
863
+
864
+ #: the-events-calendar.php:266
865
+ msgid "Togo"
866
+ msgstr "Togo"
867
+
868
+ #: the-events-calendar.php:267
869
+ msgid "Tokelau"
870
+ msgstr "Tokelau"
871
+
872
+ #: the-events-calendar.php:268
873
+ msgid "Tonga"
874
+ msgstr "Tonga"
875
+
876
+ #: the-events-calendar.php:269
877
+ msgid "Trinidad And Tobago"
878
+ msgstr "Trinidad i Tobago"
879
+
880
+ #: the-events-calendar.php:270
881
+ msgid "Tunisia"
882
+ msgstr "Tunezja"
883
+
884
+ #: the-events-calendar.php:271
885
+ msgid "Turkey"
886
+ msgstr "Turcja"
887
+
888
+ #: the-events-calendar.php:272
889
+ msgid "Turkmenistan"
890
+ msgstr "Turkmenistan"
891
+
892
+ #: the-events-calendar.php:273
893
+ msgid "Turks And Caicos Islands"
894
+ msgstr "Turks And Caicos Islands"
895
+
896
+ #: the-events-calendar.php:274
897
+ msgid "Tuvalu"
898
+ msgstr "Tuvalu"
899
+
900
+ #: the-events-calendar.php:275
901
+ msgid "Uganda"
902
+ msgstr "Uganda"
903
+
904
+ #: the-events-calendar.php:276
905
+ msgid "Ukraine"
906
+ msgstr "Ukraina"
907
+
908
+ #: the-events-calendar.php:277
909
+ msgid "United Arab Emirates"
910
+ msgstr "Zjednoczone Emiraty Arabskie"
911
+
912
+ #: the-events-calendar.php:278
913
+ msgid "United Kingdom"
914
+ msgstr "Wielka Brytania"
915
+
916
+ #: the-events-calendar.php:279
917
+ msgid "United States Minor Outlying Islands"
918
+ msgstr "United States Minor Outlying Islands"
919
+
920
+ #: the-events-calendar.php:280
921
+ msgid "Uruguay"
922
+ msgstr "Urugwaj"
923
+
924
+ #: the-events-calendar.php:281
925
+ msgid "Uzbekistan"
926
+ msgstr "Uzbekistan"
927
+
928
+ #: the-events-calendar.php:282
929
+ msgid "Vanuatu"
930
+ msgstr "Vanuatu"
931
+
932
+ #: the-events-calendar.php:283
933
+ msgid "Venezuela"
934
+ msgstr "Wenezuela"
935
+
936
+ #: the-events-calendar.php:284
937
+ msgid "Viet Nam"
938
+ msgstr "Wietnam"
939
+
940
+ #: the-events-calendar.php:285
941
+ msgid "Virgin Islands (British)"
942
+ msgstr "Virgin Islands (British)"
943
+
944
+ #: the-events-calendar.php:286
945
+ msgid "Virgin Islands (U.S.)"
946
+ msgstr "Virgin Islands (U.S.)"
947
+
948
+ #: the-events-calendar.php:287
949
+ msgid "Wallis And Futuna Islands"
950
+ msgstr "Wallis And Futuna Islands"
951
+
952
+ #: the-events-calendar.php:288
953
+ msgid "Western Sahara"
954
+ msgstr "Western Sahara"
955
+
956
+ #: the-events-calendar.php:289
957
+ msgid "Yemen"
958
+ msgstr "Jemen"
959
+
960
+ #: the-events-calendar.php:290
961
+ msgid "Yugoslavia"
962
+ msgstr "Jugosławia"
963
+
964
+ #: the-events-calendar.php:291
965
+ msgid "Zambia"
966
+ msgstr "Zambia"
967
+
968
+ #: the-events-calendar.php:292
969
+ msgid "Zimbabwe"
970
+ msgstr "Zimbabwe"
971
+
972
+ #: the-events-calendar.php:942
973
+ msgid "Events"
974
+ msgstr "Wydarzenia"
975
+
976
+ #: the-events-calendar.php:1438
977
+ msgid "Free"
978
+ msgstr "Bezpłatne"
979
+
980
+ #: the-events-calendar.php:1903
981
+ msgid "A widget that displays the next upcoming x events."
982
+ msgstr "Widget, który wyświetla x nadchodzących wydarzeń."
983
+
984
+ #: the-events-calendar.php:2022
985
+ msgid "A calendar of your events"
986
+ msgstr "Kalendarz Twoich wydarzeń"
987
+
988
+ #: the-events-calendar.php:2023
989
+ msgid "Events Calendar"
990
+ msgstr "Kalendarz Wydarzeń"
991
+
992
+ #: the-events-calendar.php:2049
993
+ #: views/events-list-load-widget-admin.php:2
994
+ msgid "Title:"
995
+ msgstr "Tytuł:"
996
+
997
+ #: views/events-list-load-widget-admin.php:7
998
+ msgid "Show:"
999
+ msgstr "Pokaż:"
1000
+
1001
+ #: views/events-list-load-widget-admin.php:19
1002
+ msgid "Start Date & Time"
1003
+ msgstr "Data i czas startu"
1004
+
1005
+ #: views/events-list-load-widget-admin.php:20
1006
+ msgid "End Date & Time"
1007
+ msgstr "Data i czas zakończenia"
1008
+
1009
+ #: views/events-list-load-widget-admin.php:21
1010
+ msgid "Venue"
1011
+ msgstr "Miejsce"
1012
+
1013
+ #: views/events-list-load-widget-admin.php:22
1014
+ msgid "Address"
1015
+ msgstr "Adres"
1016
+
1017
+ #: views/events-list-load-widget-admin.php:23
1018
+ msgid "City"
1019
+ msgstr "miasto"
1020
+
1021
+ #: views/events-list-load-widget-admin.php:24
1022
+ msgid "State (US)"
1023
+ msgstr "Stan (USA)"
1024
+
1025
+ #: views/events-list-load-widget-admin.php:25
1026
+ msgid "Province (Int)"
1027
+ msgstr "Województwo"
1028
+
1029
+ #: views/events-list-load-widget-admin.php:26
1030
+ msgid "Postal Code"
1031
+ msgstr "Kod pocztowy"
1032
+
1033
+ #: views/events-list-load-widget-admin.php:27
1034
+ msgid "Country"
1035
+ msgstr "Kraj"
1036
+
1037
+ #: views/events-list-load-widget-admin.php:28
1038
+ msgid "Phone"
1039
+ msgstr "Telefon"
1040
+
1041
+ #: views/events-list-load-widget-admin.php:29
1042
+ msgid "Price"
1043
+ msgstr "Cena"
1044
+
1045
+ #: views/events-list-load-widget-display.php:50
1046
+ msgid "More Info"
1047
+ msgstr "Więcej informacji"
1048
+
1049
+ #: views/events-meta-box.php:138
1050
+ msgid "Event Details:"
1051
+ msgstr "Szczegóły Wydarzenia"
1052
+
1053
+ #: views/events-meta-box.php:140
1054
+ msgid "Is this post an event?"
1055
+ msgstr "Czy ten wpis jest wydarzeniem?"
1056
+
1057
+ #: views/events-meta-box.php:141
1058
+ #: views/events-options.php:135
1059
+ msgid "Yes"
1060
+ msgstr "Tak"
1061
+
1062
+ #: views/events-meta-box.php:142
1063
+ #: views/events-options.php:139
1064
+ msgid "No"
1065
+ msgstr "Nie"
1066
+
1067
+ #: views/events-meta-box.php:148
1068
+ msgid "Event Time &amp; Date"
1069
+ msgstr "Data i czas wydarzenia"
1070
+
1071
+ #: views/events-meta-box.php:151
1072
+ msgid "All day event?"
1073
+ msgstr "Wydarzenie całodniowe?"
1074
+
1075
+ #: views/events-meta-box.php:155
1076
+ msgid "Time Format (site wide option):"
1077
+ msgstr "Format godziny (ustawienia globalne):"
1078
+
1079
+ #: views/events-meta-box.php:158
1080
+ msgid "12 Hour"
1081
+ msgstr "12-godzinny"
1082
+
1083
+ #: views/events-meta-box.php:160
1084
+ msgid "24 Hour"
1085
+ msgstr "24-godzinny"
1086
+
1087
+ #: views/events-meta-box.php:164
1088
+ msgid "Start Date / Time:"
1089
+ msgstr "Data i czas rozpoczęcia:"
1090
+
1091
+ #: views/events-meta-box.php:178
1092
+ #: views/events-meta-box.php:206
1093
+ msgid "@"
1094
+ msgstr "@"
1095
+
1096
+ #: views/events-meta-box.php:192
1097
+ msgid "End Date / Time:"
1098
+ msgstr "Data i czas zakończenia:"
1099
+
1100
+ #: views/events-meta-box.php:220
1101
+ msgid "Event Location Details"
1102
+ msgstr "Szczegóły miejsca"
1103
+
1104
+ #: views/events-meta-box.php:223
1105
+ #: views/list.php:43
1106
+ #: views/single.php:24
1107
+ msgid "Venue:"
1108
+ msgstr "Miejsce:"
1109
+
1110
+ #: views/events-meta-box.php:229
1111
+ msgid "Country:"
1112
+ msgstr "Kraj:"
1113
+
1114
+ #: views/events-meta-box.php:246
1115
+ #: views/list.php:61
1116
+ #: views/single.php:28
1117
+ msgid "Address:"
1118
+ msgstr "Adres:"
1119
+
1120
+ #: views/events-meta-box.php:250
1121
+ msgid "City:"
1122
+ msgstr "Miasto:"
1123
+
1124
+ #: views/events-meta-box.php:254
1125
+ msgid "Province:"
1126
+ msgstr "Województwo:"
1127
+
1128
+ #: views/events-meta-box.php:258
1129
+ msgid "State:"
1130
+ msgstr "Stan:"
1131
+
1132
+ #: views/events-meta-box.php:261
1133
+ msgid "Select a State:"
1134
+ msgstr "Wybierz stan:"
1135
+
1136
+ #: views/events-meta-box.php:263
1137
+ msgid "Alabama"
1138
+ msgstr "Alabama"
1139
+
1140
+ #: views/events-meta-box.php:264
1141
+ msgid "Alaska"
1142
+ msgstr "Alaska"
1143
+
1144
+ #: views/events-meta-box.php:265
1145
+ msgid "Arizona"
1146
+ msgstr "Arizona"
1147
+
1148
+ #: views/events-meta-box.php:266
1149
+ msgid "Arkansas"
1150
+ msgstr "Arkansas"
1151
+
1152
+ #: views/events-meta-box.php:267
1153
+ msgid "California"
1154
+ msgstr "California"
1155
+
1156
+ #: views/events-meta-box.php:268
1157
+ msgid "Colorado"
1158
+ msgstr "Colorado"
1159
+
1160
+ #: views/events-meta-box.php:269
1161
+ msgid "Connecticut"
1162
+ msgstr "Connecticut"
1163
+
1164
+ #: views/events-meta-box.php:270
1165
+ msgid "Delaware"
1166
+ msgstr "Delaware"
1167
+
1168
+ #: views/events-meta-box.php:271
1169
+ msgid "District of Columbia"
1170
+ msgstr "District of Columbia"
1171
+
1172
+ #: views/events-meta-box.php:272
1173
+ msgid "Florida"
1174
+ msgstr "Florida"
1175
+
1176
+ #: views/events-meta-box.php:274
1177
+ msgid "Hawaii"
1178
+ msgstr "Hawaii"
1179
+
1180
+ #: views/events-meta-box.php:275
1181
+ msgid "Idaho"
1182
+ msgstr "Idaho"
1183
+
1184
+ #: views/events-meta-box.php:276
1185
+ msgid "Illinois"
1186
+ msgstr "Illinois"
1187
+
1188
+ #: views/events-meta-box.php:277
1189
+ msgid "Indiana"
1190
+ msgstr "Indiana"
1191
+
1192
+ #: views/events-meta-box.php:278
1193
+ msgid "Iowa"
1194
+ msgstr "Iowa"
1195
+
1196
+ #: views/events-meta-box.php:279
1197
+ msgid "Kansas"
1198
+ msgstr "Kansas"
1199
+
1200
+ #: views/events-meta-box.php:280
1201
+ msgid "Kentucky"
1202
+ msgstr "Kentucky"
1203
+
1204
+ #: views/events-meta-box.php:281
1205
+ msgid "Louisiana"
1206
+ msgstr "Louisiana"
1207
+
1208
+ #: views/events-meta-box.php:282
1209
+ msgid "Maine"
1210
+ msgstr "Maine"
1211
+
1212
+ #: views/events-meta-box.php:283
1213
+ msgid "Maryland"
1214
+ msgstr "Maryland"
1215
+
1216
+ #: views/events-meta-box.php:284
1217
+ msgid "Massachusetts"
1218
+ msgstr "Massachusetts"
1219
+
1220
+ #: views/events-meta-box.php:285
1221
+ msgid "Michigan"
1222
+ msgstr "Michigan"
1223
+
1224
+ #: views/events-meta-box.php:286
1225
+ msgid "Minnesota"
1226
+ msgstr "Minnesota"
1227
+
1228
+ #: views/events-meta-box.php:287
1229
+ msgid "Mississippi"
1230
+ msgstr "Mississippi"
1231
+
1232
+ #: views/events-meta-box.php:288
1233
+ msgid "Missouri"
1234
+ msgstr "Missouri"
1235
+
1236
+ #: views/events-meta-box.php:289
1237
+ msgid "Montana"
1238
+ msgstr "Montana"
1239
+
1240
+ #: views/events-meta-box.php:290
1241
+ msgid "Nebraska"
1242
+ msgstr "Nebraska"
1243
+
1244
+ #: views/events-meta-box.php:291
1245
+ msgid "Nevada"
1246
+ msgstr "Nevada"
1247
+
1248
+ #: views/events-meta-box.php:292
1249
+ msgid "New Hampshire"
1250
+ msgstr "New Hampshire"
1251
+
1252
+ #: views/events-meta-box.php:293
1253
+ msgid "New Jersey"
1254
+ msgstr "New Jersey"
1255
+
1256
+ #: views/events-meta-box.php:294
1257
+ msgid "New Mexico"
1258
+ msgstr "New Mexico"
1259
+
1260
+ #: views/events-meta-box.php:295
1261
+ msgid "New York"
1262
+ msgstr "New York"
1263
+
1264
+ #: views/events-meta-box.php:296
1265
+ msgid "North Carolina"
1266
+ msgstr "North Carolina"
1267
+
1268
+ #: views/events-meta-box.php:297
1269
+ msgid "North Dakota"
1270
+ msgstr "North Dakota"
1271
+
1272
+ #: views/events-meta-box.php:298
1273
+ msgid "Ohio"
1274
+ msgstr "Ohio"
1275
+
1276
+ #: views/events-meta-box.php:299
1277
+ msgid "Oklahoma"
1278
+ msgstr "Oklahoma"
1279
+
1280
+ #: views/events-meta-box.php:300
1281
+ msgid "Oregon"
1282
+ msgstr "Oregon"
1283
+
1284
+ #: views/events-meta-box.php:301
1285
+ msgid "Pennsylvania"
1286
+ msgstr "Pennsylvania"
1287
+
1288
+ #: views/events-meta-box.php:302
1289
+ msgid "Rhode Island"
1290
+ msgstr "Rhode Island"
1291
+
1292
+ #: views/events-meta-box.php:303
1293
+ msgid "South Carolina"
1294
+ msgstr "South Carolina"
1295
+
1296
+ #: views/events-meta-box.php:304
1297
+ msgid "South Dakota"
1298
+ msgstr "South Dakota"
1299
+
1300
+ #: views/events-meta-box.php:305
1301
+ msgid "Tennessee"
1302
+ msgstr "Tennessee"
1303
+
1304
+ #: views/events-meta-box.php:306
1305
+ msgid "Texas"
1306
+ msgstr "Texas"
1307
+
1308
+ #: views/events-meta-box.php:307
1309
+ msgid "Utah"
1310
+ msgstr "Utah"
1311
+
1312
+ #: views/events-meta-box.php:308
1313
+ msgid "Vermont"
1314
+ msgstr "Vermont"
1315
+
1316
+ #: views/events-meta-box.php:309
1317
+ msgid "Virginia"
1318
+ msgstr "Virginia"
1319
+
1320
+ #: views/events-meta-box.php:310
1321
+ msgid "Washington"
1322
+ msgstr "Washington"
1323
+
1324
+ #: views/events-meta-box.php:311
1325
+ msgid "West Virginia"
1326
+ msgstr "West Virginia"
1327
+
1328
+ #: views/events-meta-box.php:312
1329
+ msgid "Wisconsin"
1330
+ msgstr "Wisconsin"
1331
+
1332
+ #: views/events-meta-box.php:313
1333
+ msgid "Wyoming"
1334
+ msgstr "Wyoming"
1335
+
1336
+ #: views/events-meta-box.php:327
1337
+ msgid "Postal Code:"
1338
+ msgstr "Kod pocztowy:"
1339
+
1340
+ #: views/events-meta-box.php:331
1341
+ #: views/list.php:52
1342
+ msgid "Phone:"
1343
+ msgstr "Telefon:"
1344
+
1345
+ #: views/events-meta-box.php:335
1346
+ msgid "Event Cost"
1347
+ msgstr "Koszt Wydarzenia"
1348
+
1349
+ #: views/events-meta-box.php:338
1350
+ #: views/list.php:70
1351
+ #: views/single.php:18
1352
+ msgid "Cost:"
1353
+ msgstr "Koszt:"
1354
+
1355
+ #: views/events-meta-box.php:343
1356
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1357
+ msgstr "Pozostaw puste, aby ukryć pole. Wpisz 0 jeśli wydarzenie jest bezpłatne."
1358
+
1359
+ #: views/events-meta-box.php:347
1360
+ msgid "Sell Tickets &amp; Track Registration"
1361
+ msgstr "Sprzedawaj bilety &amp; Śledź rejestrację"
1362
+
1363
+ #: views/events-meta-box.php:352
1364
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1365
+ msgstr "Jesteś zainteresowany sprzedażą biletów i śledzeniem rejestracji? Teraz możesz robić to za darmo używając naszej wtyczki: <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite bogate w funkcje narzędzie do organizowania wydarzeń. \"Wow, mocno promujecie Eventbrite. Na pewno coś z tego macie.\" Skoro o tym wspominasz... to tak, mamy. Mamy coś dla każdego, kto zarejestruje wydarzenia za pomocą naszego linku afiliacyjnego. W ten sposób jesteśmy w stanie dalej wspierać i tworzyć wtyczki dla społeczności open source."
1366
+
1367
+ #: views/events-meta-box.php:352
1368
+ msgid "Check it out here."
1369
+ msgstr "Sprawdź tutaj."
1370
+
1371
+ #: views/events-meta-box.php:363
1372
+ msgid ""
1373
+ "<h4>If You Like This Plugin - Help Support It</h4>\r\n"
1374
+ "\t\t\t\t<p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1375
+ msgstr ""
1376
+ "<h4>Jeśli podoba Ci się ta wtyczka - Wesprzyj ją</h4>\r\n"
1377
+ "\t\t\t\t<p>Spędzamy dużo czasu tworząc wtyczki, którymi dzielimy się ze społecznością. Jeśli używasz tej wtyczki rozważ przekazanie datku, który pomoże w jej rozwoju. Możesz usunąć ten komunikat na <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">stronie z ustawieniami</a>.</p>"
1378
+
1379
+ #: views/events-meta-box.php:366
1380
+ msgid "Thanks"
1381
+ msgstr "Dzięki"
1382
+
1383
+ #: views/events-meta-box.php:367
1384
+ msgid "Shane &amp; Peter"
1385
+ msgstr "Shane &amp; Peter"
1386
+
1387
+ #: views/events-meta-box.php:368
1388
+ msgid "www.shaneandpeter.com"
1389
+ msgstr "www.shaneandpeter.com"
1390
+
1391
+ #: views/events-options.php:47
1392
+ msgid "The Events Calendar Settings"
1393
+ msgstr "Ustawienia Kalendarza Wydarzeń"
1394
+
1395
+ #: views/events-options.php:49
1396
+ msgid "Need a hand?"
1397
+ msgstr "Potrzebujesz pomocy?"
1398
+
1399
+ #: views/events-options.php:50
1400
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1401
+ msgstr "Jeśli masz problemy z tymi opcjami <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">sprawdź dokumentację</a>. Jeśli dalej zastanawiasz się o co chodzi wejdź na <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> i poproś o pomoc. Społeczność open source jest pełna miłych ludzi, którzy na pewno Ci pomogą."
1402
+
1403
+ #: views/events-options.php:53
1404
+ msgid "Donate"
1405
+ msgstr "Datek"
1406
+
1407
+ #: views/events-options.php:62
1408
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1409
+ msgstr "Jeśli uważasz tę wtyczkę za przydatną, pomyśl wpłacenie datku dla Shane &#38; Peter, Inc. Dziękujemy!"
1410
+
1411
+ #: views/events-options.php:66
1412
+ msgid "I have already donated, so please hide this button!"
1413
+ msgstr "Wpłaciłem datek, schowajcie ten przycisk!"
1414
+
1415
+ #: views/events-options.php:93
1416
+ #: views/events-options.php:97
1417
+ msgid "Default View for the Events"
1418
+ msgstr "Domyślny widok wydarzeń"
1419
+
1420
+ #: views/events-options.php:109
1421
+ #: views/gridview.php:13
1422
+ #: views/list.php:10
1423
+ msgid "Calendar"
1424
+ msgstr "Kalendarz"
1425
+
1426
+ #: views/events-options.php:113
1427
+ #: views/gridview.php:12
1428
+ #: views/list.php:9
1429
+ msgid "Event List"
1430
+ msgstr "Lista Wydarzeń"
1431
+
1432
+ #: views/events-options.php:119
1433
+ #: views/events-options.php:123
1434
+ msgid "Show Comments"
1435
+ msgstr "Pokaż Komentarze"
1436
+
1437
+ #: views/events-options.php:145
1438
+ msgid "Default Country for Events"
1439
+ msgstr "Domyślne państwo wydarzeń"
1440
+
1441
+ #: views/events-options.php:170
1442
+ #: views/events-options.php:174
1443
+ msgid "Embed Google Maps"
1444
+ msgstr "Dołącz Mapy Google"
1445
+
1446
+ #: views/events-options.php:188
1447
+ msgid "Off"
1448
+ msgstr "Wyłączone"
1449
+
1450
+ #: views/events-options.php:192
1451
+ msgid "On"
1452
+ msgstr "Włączone"
1453
+
1454
+ #: views/events-options.php:195
1455
+ msgid "Height"
1456
+ msgstr "Wysokość"
1457
+
1458
+ #: views/events-options.php:196
1459
+ msgid "Width"
1460
+ msgstr "Szerokość"
1461
+
1462
+ #: views/events-options.php:196
1463
+ msgid "(number or %)"
1464
+ msgstr "(numer lub %)"
1465
+
1466
+ #: views/gridview.php:7
1467
+ #: views/list.php:7
1468
+ msgid "Calendar of Events"
1469
+ msgstr "Kalendarz Wydarzeń"
1470
+
1471
+ #: views/list.php:31
1472
+ #: views/single.php:11
1473
+ msgid "Start:"
1474
+ msgstr "Początek:"
1475
+
1476
+ #: views/list.php:35
1477
+ #: views/single.php:14
1478
+ msgid "End:"
1479
+ msgstr "Koniec:"
1480
+
1481
+ #: views/list.php:61
1482
+ #: views/single.php:28
1483
+ msgid "Google Map"
1484
+ msgstr "Mapa Google"
1485
+
1486
+ #: views/list.php:92
1487
+ msgid "&laquo; Previous Events"
1488
+ msgstr "&laquo; Poprzednie Wydarzenia"
1489
+
1490
+ #: views/list.php:105
1491
+ msgid "Next Events &raquo;"
1492
+ msgstr "Następne Wydarzenia &raquo;"
1493
+
1494
+ #: views/single.php:6
1495
+ msgid "&laquo; Back to Events"
1496
+ msgstr "&laquo; Wróć do Wydarzeń"
1497
+
1498
+ #: views/single.php:8
1499
+ msgid "This event has passed."
1500
+ msgstr "To wydarzenie już się odbyło."
1501
+
1502
+ #: views/table.php:12
1503
+ msgid "Sunday"
1504
+ msgstr "Niedziela"
1505
+
1506
+ #: views/table.php:12
1507
+ msgid "Sun"
1508
+ msgstr "Nie"
1509
+
1510
+ #: views/table.php:13
1511
+ msgid "Monday"
1512
+ msgstr "Poniedziałek"
1513
+
1514
+ #: views/table.php:13
1515
+ msgid "Mon"
1516
+ msgstr "Pon"
1517
+
1518
+ #: views/table.php:14
1519
+ msgid "Tuesday"
1520
+ msgstr "Wtorek"
1521
+
1522
+ #: views/table.php:14
1523
+ msgid "Tue"
1524
+ msgstr "Wto"
1525
+
1526
+ #: views/table.php:15
1527
+ msgid "Wednesday"
1528
+ msgstr "Środa"
1529
+
1530
+ #: views/table.php:15
1531
+ msgid "Wed"
1532
+ msgstr "Śro"
1533
+
1534
+ #: views/table.php:16
1535
+ msgid "Thursday"
1536
+ msgstr "Czwartek"
1537
+
1538
+ #: views/table.php:16
1539
+ msgid "Thu"
1540
+ msgstr "Czw"
1541
+
1542
+ #: views/table.php:17
1543
+ msgid "Friday"
1544
+ msgstr "Piątek"
1545
+
1546
+ #: views/table.php:17
1547
+ msgid "Fri"
1548
+ msgstr "Pią"
1549
+
1550
+ #: views/table.php:18
1551
+ msgid "Saturday"
1552
+ msgstr "Sobota"
1553
+
1554
+ #: views/table.php:18
1555
+ msgid "Sat"
1556
+ msgstr "Sob"
1557
+
1558
+ #. Plugin Name of an extension
1559
+ msgid "The Events Calendar"
1560
+ msgstr "The Events Calendar"
1561
+
1562
+ #. Plugin URI of an extension
1563
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1564
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1565
+
1566
+ #. Description of an extension
1567
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1568
+ msgstr "Wtyczka The Events Calendar pozwala Ci szybko tworzyć i zarządzać wydarzeniami przy edycji wpisów. Funkcje zawierają integrację z Eventbrite, Mapami Google oraz szablony kalendarza i listy wydarzeń aby zapewnić szybką instalację."
1569
+
1570
+ #. Author of an extension
1571
+ msgid "Shane & Peter, Inc."
1572
+ msgstr "Shane & Peter, Inc."
1573
+
1574
+ #. Author URI of an extension
1575
+ msgid "http://www.shaneandpeter.com/"
1576
+ msgstr "http://www.shaneandpeter.com/"
1577
+
trunk/lang/the-events-calendar-pt_BR.mo ADDED
Binary file
trunk/lang/the-events-calendar-pt_BR.po ADDED
@@ -0,0 +1,1615 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 1.5.4\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
5
+ "POT-Creation-Date: 2010-02-16 02:03+0000\n"
6
+ "PO-Revision-Date: 2010-03-02 22:04-0300\n"
7
+ "Last-Translator: Thiago <thiago_abdalla@hotmail.com>\n"
8
+ "Language-Team: Thiago Abdalla <thiago_abdalla@hotmail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=utf-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Portuguese\n"
13
+ "X-Poedit-Country: BRAZIL\n"
14
+
15
+ #: the-events-calendar.php:54
16
+ msgid "United States"
17
+ msgstr ""
18
+
19
+ #: the-events-calendar.php:55
20
+ msgid "Afghanistan"
21
+ msgstr ""
22
+
23
+ #: the-events-calendar.php:56
24
+ msgid "Albania"
25
+ msgstr ""
26
+
27
+ #: the-events-calendar.php:57
28
+ msgid "Algeria"
29
+ msgstr ""
30
+
31
+ #: the-events-calendar.php:58
32
+ msgid "American Samoa"
33
+ msgstr ""
34
+
35
+ #: the-events-calendar.php:59
36
+ msgid "Andorra"
37
+ msgstr ""
38
+
39
+ #: the-events-calendar.php:60
40
+ msgid "Angola"
41
+ msgstr ""
42
+
43
+ #: the-events-calendar.php:61
44
+ msgid "Anguilla"
45
+ msgstr ""
46
+
47
+ #: the-events-calendar.php:62
48
+ msgid "Antarctica"
49
+ msgstr ""
50
+
51
+ #: the-events-calendar.php:63
52
+ msgid "Antigua And Barbuda"
53
+ msgstr ""
54
+
55
+ #: the-events-calendar.php:64
56
+ msgid "Argentina"
57
+ msgstr ""
58
+
59
+ #: the-events-calendar.php:65
60
+ msgid "Armenia"
61
+ msgstr ""
62
+
63
+ #: the-events-calendar.php:66
64
+ msgid "Aruba"
65
+ msgstr ""
66
+
67
+ #: the-events-calendar.php:67
68
+ msgid "Australia"
69
+ msgstr ""
70
+
71
+ #: the-events-calendar.php:68
72
+ msgid "Austria"
73
+ msgstr ""
74
+
75
+ #: the-events-calendar.php:69
76
+ msgid "Azerbaijan"
77
+ msgstr ""
78
+
79
+ #: the-events-calendar.php:70
80
+ msgid "Bahamas"
81
+ msgstr ""
82
+
83
+ #: the-events-calendar.php:71
84
+ msgid "Bahrain"
85
+ msgstr ""
86
+
87
+ #: the-events-calendar.php:72
88
+ msgid "Bangladesh"
89
+ msgstr ""
90
+
91
+ #: the-events-calendar.php:73
92
+ msgid "Barbados"
93
+ msgstr ""
94
+
95
+ #: the-events-calendar.php:74
96
+ msgid "Belarus"
97
+ msgstr ""
98
+
99
+ #: the-events-calendar.php:75
100
+ msgid "Belgium"
101
+ msgstr ""
102
+
103
+ #: the-events-calendar.php:76
104
+ msgid "Belize"
105
+ msgstr ""
106
+
107
+ #: the-events-calendar.php:77
108
+ msgid "Benin"
109
+ msgstr ""
110
+
111
+ #: the-events-calendar.php:78
112
+ msgid "Bermuda"
113
+ msgstr ""
114
+
115
+ #: the-events-calendar.php:79
116
+ msgid "Bhutan"
117
+ msgstr ""
118
+
119
+ #: the-events-calendar.php:80
120
+ msgid "Bolivia"
121
+ msgstr ""
122
+
123
+ #: the-events-calendar.php:81
124
+ msgid "Bosnia And Herzegowina"
125
+ msgstr ""
126
+
127
+ #: the-events-calendar.php:82
128
+ msgid "Botswana"
129
+ msgstr ""
130
+
131
+ #: the-events-calendar.php:83
132
+ msgid "Bouvet Island"
133
+ msgstr ""
134
+
135
+ #: the-events-calendar.php:84
136
+ msgid "Brazil"
137
+ msgstr "Brasil"
138
+
139
+ #: the-events-calendar.php:85
140
+ msgid "British Indian Ocean Territory"
141
+ msgstr ""
142
+
143
+ #: the-events-calendar.php:86
144
+ msgid "Brunei Darussalam"
145
+ msgstr ""
146
+
147
+ #: the-events-calendar.php:87
148
+ msgid "Bulgaria"
149
+ msgstr ""
150
+
151
+ #: the-events-calendar.php:88
152
+ msgid "Burkina Faso"
153
+ msgstr ""
154
+
155
+ #: the-events-calendar.php:89
156
+ msgid "Burundi"
157
+ msgstr ""
158
+
159
+ #: the-events-calendar.php:90
160
+ msgid "Cambodia"
161
+ msgstr ""
162
+
163
+ #: the-events-calendar.php:91
164
+ msgid "Cameroon"
165
+ msgstr ""
166
+
167
+ #: the-events-calendar.php:92
168
+ msgid "Canada"
169
+ msgstr ""
170
+
171
+ #: the-events-calendar.php:93
172
+ msgid "Cape Verde"
173
+ msgstr ""
174
+
175
+ #: the-events-calendar.php:94
176
+ msgid "Cayman Islands"
177
+ msgstr ""
178
+
179
+ #: the-events-calendar.php:95
180
+ msgid "Central African Republic"
181
+ msgstr ""
182
+
183
+ #: the-events-calendar.php:96
184
+ msgid "Chad"
185
+ msgstr ""
186
+
187
+ #: the-events-calendar.php:97
188
+ msgid "Chile"
189
+ msgstr ""
190
+
191
+ #: the-events-calendar.php:98
192
+ msgid "China"
193
+ msgstr ""
194
+
195
+ #: the-events-calendar.php:99
196
+ msgid "Christmas Island"
197
+ msgstr ""
198
+
199
+ #: the-events-calendar.php:100
200
+ msgid "Cocos (Keeling) Islands"
201
+ msgstr ""
202
+
203
+ #: the-events-calendar.php:101
204
+ msgid "Colombia"
205
+ msgstr ""
206
+
207
+ #: the-events-calendar.php:102
208
+ msgid "Comoros"
209
+ msgstr ""
210
+
211
+ #: the-events-calendar.php:103
212
+ msgid "Congo"
213
+ msgstr ""
214
+
215
+ #: the-events-calendar.php:104
216
+ msgid "Congo, The Democratic Republic Of The"
217
+ msgstr ""
218
+
219
+ #: the-events-calendar.php:105
220
+ msgid "Cook Islands"
221
+ msgstr ""
222
+
223
+ #: the-events-calendar.php:106
224
+ msgid "Costa Rica"
225
+ msgstr ""
226
+
227
+ #: the-events-calendar.php:107
228
+ msgid "Cote D'Ivoire"
229
+ msgstr ""
230
+
231
+ #: the-events-calendar.php:108
232
+ msgid "Croatia (Local Name: Hrvatska)"
233
+ msgstr ""
234
+
235
+ #: the-events-calendar.php:109
236
+ msgid "Cuba"
237
+ msgstr ""
238
+
239
+ #: the-events-calendar.php:110
240
+ msgid "Cyprus"
241
+ msgstr ""
242
+
243
+ #: the-events-calendar.php:111
244
+ msgid "Czech Republic"
245
+ msgstr ""
246
+
247
+ #: the-events-calendar.php:112
248
+ msgid "Denmark"
249
+ msgstr ""
250
+
251
+ #: the-events-calendar.php:113
252
+ msgid "Djibouti"
253
+ msgstr ""
254
+
255
+ #: the-events-calendar.php:114
256
+ msgid "Dominica"
257
+ msgstr ""
258
+
259
+ #: the-events-calendar.php:115
260
+ msgid "Dominican Republic"
261
+ msgstr ""
262
+
263
+ #: the-events-calendar.php:116
264
+ msgid "East Timor"
265
+ msgstr ""
266
+
267
+ #: the-events-calendar.php:117
268
+ msgid "Ecuador"
269
+ msgstr ""
270
+
271
+ #: the-events-calendar.php:118
272
+ msgid "Egypt"
273
+ msgstr ""
274
+
275
+ #: the-events-calendar.php:119
276
+ msgid "El Salvador"
277
+ msgstr ""
278
+
279
+ #: the-events-calendar.php:120
280
+ msgid "Equatorial Guinea"
281
+ msgstr ""
282
+
283
+ #: the-events-calendar.php:121
284
+ msgid "Eritrea"
285
+ msgstr ""
286
+
287
+ #: the-events-calendar.php:122
288
+ msgid "Estonia"
289
+ msgstr ""
290
+
291
+ #: the-events-calendar.php:123
292
+ msgid "Ethiopia"
293
+ msgstr ""
294
+
295
+ #: the-events-calendar.php:124
296
+ msgid "Falkland Islands (Malvinas)"
297
+ msgstr ""
298
+
299
+ #: the-events-calendar.php:125
300
+ msgid "Faroe Islands"
301
+ msgstr ""
302
+
303
+ #: the-events-calendar.php:126
304
+ msgid "Fiji"
305
+ msgstr ""
306
+
307
+ #: the-events-calendar.php:127
308
+ msgid "Finland"
309
+ msgstr ""
310
+
311
+ #: the-events-calendar.php:128
312
+ msgid "France"
313
+ msgstr ""
314
+
315
+ #: the-events-calendar.php:129
316
+ msgid "France, Metropolitan"
317
+ msgstr ""
318
+
319
+ #: the-events-calendar.php:130
320
+ msgid "French Guiana"
321
+ msgstr ""
322
+
323
+ #: the-events-calendar.php:131
324
+ msgid "French Polynesia"
325
+ msgstr ""
326
+
327
+ #: the-events-calendar.php:132
328
+ msgid "French Southern Territories"
329
+ msgstr ""
330
+
331
+ #: the-events-calendar.php:133
332
+ msgid "Gabon"
333
+ msgstr ""
334
+
335
+ #: the-events-calendar.php:134
336
+ msgid "Gambia"
337
+ msgstr ""
338
+
339
+ #: the-events-calendar.php:135
340
+ #: views/events-meta-box.php:282
341
+ msgid "Georgia"
342
+ msgstr ""
343
+
344
+ #: the-events-calendar.php:136
345
+ msgid "Germany"
346
+ msgstr ""
347
+
348
+ #: the-events-calendar.php:137
349
+ msgid "Ghana"
350
+ msgstr ""
351
+
352
+ #: the-events-calendar.php:138
353
+ msgid "Gibraltar"
354
+ msgstr ""
355
+
356
+ #: the-events-calendar.php:139
357
+ msgid "Greece"
358
+ msgstr ""
359
+
360
+ #: the-events-calendar.php:140
361
+ msgid "Greenland"
362
+ msgstr ""
363
+
364
+ #: the-events-calendar.php:141
365
+ msgid "Grenada"
366
+ msgstr ""
367
+
368
+ #: the-events-calendar.php:142
369
+ msgid "Guadeloupe"
370
+ msgstr ""
371
+
372
+ #: the-events-calendar.php:143
373
+ msgid "Guam"
374
+ msgstr ""
375
+
376
+ #: the-events-calendar.php:144
377
+ msgid "Guatemala"
378
+ msgstr ""
379
+
380
+ #: the-events-calendar.php:145
381
+ msgid "Guinea"
382
+ msgstr ""
383
+
384
+ #: the-events-calendar.php:146
385
+ msgid "Guinea-Bissau"
386
+ msgstr ""
387
+
388
+ #: the-events-calendar.php:147
389
+ msgid "Guyana"
390
+ msgstr ""
391
+
392
+ #: the-events-calendar.php:148
393
+ msgid "Haiti"
394
+ msgstr ""
395
+
396
+ #: the-events-calendar.php:149
397
+ msgid "Heard And Mc Donald Islands"
398
+ msgstr ""
399
+
400
+ #: the-events-calendar.php:150
401
+ msgid "Holy See (Vatican City State)"
402
+ msgstr ""
403
+
404
+ #: the-events-calendar.php:151
405
+ msgid "Honduras"
406
+ msgstr ""
407
+
408
+ #: the-events-calendar.php:152
409
+ msgid "Hong Kong"
410
+ msgstr ""
411
+
412
+ #: the-events-calendar.php:153
413
+ msgid "Hungary"
414
+ msgstr ""
415
+
416
+ #: the-events-calendar.php:154
417
+ msgid "Iceland"
418
+ msgstr ""
419
+
420
+ #: the-events-calendar.php:155
421
+ msgid "India"
422
+ msgstr ""
423
+
424
+ #: the-events-calendar.php:156
425
+ msgid "Indonesia"
426
+ msgstr ""
427
+
428
+ #: the-events-calendar.php:157
429
+ msgid "Iran (Islamic Republic Of)"
430
+ msgstr ""
431
+
432
+ #: the-events-calendar.php:158
433
+ msgid "Iraq"
434
+ msgstr ""
435
+
436
+ #: the-events-calendar.php:159
437
+ msgid "Ireland"
438
+ msgstr ""
439
+
440
+ #: the-events-calendar.php:160
441
+ msgid "Israel"
442
+ msgstr ""
443
+
444
+ #: the-events-calendar.php:161
445
+ msgid "Italy"
446
+ msgstr ""
447
+
448
+ #: the-events-calendar.php:162
449
+ msgid "Jamaica"
450
+ msgstr ""
451
+
452
+ #: the-events-calendar.php:163
453
+ msgid "Japan"
454
+ msgstr ""
455
+
456
+ #: the-events-calendar.php:164
457
+ msgid "Jordan"
458
+ msgstr ""
459
+
460
+ #: the-events-calendar.php:165
461
+ msgid "Kazakhstan"
462
+ msgstr ""
463
+
464
+ #: the-events-calendar.php:166
465
+ msgid "Kenya"
466
+ msgstr ""
467
+
468
+ #: the-events-calendar.php:167
469
+ msgid "Kiribati"
470
+ msgstr ""
471
+
472
+ #: the-events-calendar.php:168
473
+ msgid "Korea, Democratic People's Republic Of"
474
+ msgstr ""
475
+
476
+ #: the-events-calendar.php:169
477
+ msgid "Korea, Republic Of"
478
+ msgstr ""
479
+
480
+ #: the-events-calendar.php:170
481
+ msgid "Kuwait"
482
+ msgstr ""
483
+
484
+ #: the-events-calendar.php:171
485
+ msgid "Kyrgyzstan"
486
+ msgstr ""
487
+
488
+ #: the-events-calendar.php:172
489
+ msgid "Lao People's Democratic Republic"
490
+ msgstr ""
491
+
492
+ #: the-events-calendar.php:173
493
+ msgid "Latvia"
494
+ msgstr ""
495
+
496
+ #: the-events-calendar.php:174
497
+ msgid "Lebanon"
498
+ msgstr ""
499
+
500
+ #: the-events-calendar.php:175
501
+ msgid "Lesotho"
502
+ msgstr ""
503
+
504
+ #: the-events-calendar.php:176
505
+ msgid "Liberia"
506
+ msgstr ""
507
+
508
+ #: the-events-calendar.php:177
509
+ msgid "Libyan Arab Jamahiriya"
510
+ msgstr ""
511
+
512
+ #: the-events-calendar.php:178
513
+ msgid "Liechtenstein"
514
+ msgstr ""
515
+
516
+ #: the-events-calendar.php:179
517
+ msgid "Lithuania"
518
+ msgstr ""
519
+
520
+ #: the-events-calendar.php:180
521
+ msgid "Luxembourg"
522
+ msgstr ""
523
+
524
+ #: the-events-calendar.php:181
525
+ msgid "Macau"
526
+ msgstr ""
527
+
528
+ #: the-events-calendar.php:182
529
+ msgid "Macedonia, Former Yugoslav Republic Of"
530
+ msgstr ""
531
+
532
+ #: the-events-calendar.php:183
533
+ msgid "Madagascar"
534
+ msgstr ""
535
+
536
+ #: the-events-calendar.php:184
537
+ msgid "Malawi"
538
+ msgstr ""
539
+
540
+ #: the-events-calendar.php:185
541
+ msgid "Malaysia"
542
+ msgstr ""
543
+
544
+ #: the-events-calendar.php:186
545
+ msgid "Maldives"
546
+ msgstr ""
547
+
548
+ #: the-events-calendar.php:187
549
+ msgid "Mali"
550
+ msgstr ""
551
+
552
+ #: the-events-calendar.php:188
553
+ msgid "Malta"
554
+ msgstr ""
555
+
556
+ #: the-events-calendar.php:189
557
+ msgid "Marshall Islands"
558
+ msgstr ""
559
+
560
+ #: the-events-calendar.php:190
561
+ msgid "Martinique"
562
+ msgstr ""
563
+
564
+ #: the-events-calendar.php:191
565
+ msgid "Mauritania"
566
+ msgstr ""
567
+
568
+ #: the-events-calendar.php:192
569
+ msgid "Mauritius"
570
+ msgstr ""
571
+
572
+ #: the-events-calendar.php:193
573
+ msgid "Mayotte"
574
+ msgstr ""
575
+
576
+ #: the-events-calendar.php:194
577
+ msgid "Mexico"
578
+ msgstr ""
579
+
580
+ #: the-events-calendar.php:195
581
+ msgid "Micronesia, Federated States Of"
582
+ msgstr ""
583
+
584
+ #: the-events-calendar.php:196
585
+ msgid "Moldova, Republic Of"
586
+ msgstr ""
587
+
588
+ #: the-events-calendar.php:197
589
+ msgid "Monaco"
590
+ msgstr ""
591
+
592
+ #: the-events-calendar.php:198
593
+ msgid "Mongolia"
594
+ msgstr ""
595
+
596
+ #: the-events-calendar.php:199
597
+ msgid "Montserrat"
598
+ msgstr ""
599
+
600
+ #: the-events-calendar.php:200
601
+ msgid "Morocco"
602
+ msgstr ""
603
+
604
+ #: the-events-calendar.php:201
605
+ msgid "Mozambique"
606
+ msgstr ""
607
+
608
+ #: the-events-calendar.php:202
609
+ msgid "Myanmar"
610
+ msgstr ""
611
+
612
+ #: the-events-calendar.php:203
613
+ msgid "Namibia"
614
+ msgstr ""
615
+
616
+ #: the-events-calendar.php:204
617
+ msgid "Nauru"
618
+ msgstr ""
619
+
620
+ #: the-events-calendar.php:205
621
+ msgid "Nepal"
622
+ msgstr ""
623
+
624
+ #: the-events-calendar.php:206
625
+ msgid "Netherlands"
626
+ msgstr ""
627
+
628
+ #: the-events-calendar.php:207
629
+ msgid "Netherlands Antilles"
630
+ msgstr ""
631
+
632
+ #: the-events-calendar.php:208
633
+ msgid "New Caledonia"
634
+ msgstr ""
635
+
636
+ #: the-events-calendar.php:209
637
+ msgid "New Zealand"
638
+ msgstr ""
639
+
640
+ #: the-events-calendar.php:210
641
+ msgid "Nicaragua"
642
+ msgstr ""
643
+
644
+ #: the-events-calendar.php:211
645
+ msgid "Niger"
646
+ msgstr ""
647
+
648
+ #: the-events-calendar.php:212
649
+ msgid "Nigeria"
650
+ msgstr ""
651
+
652
+ #: the-events-calendar.php:213
653
+ msgid "Niue"
654
+ msgstr ""
655
+
656
+ #: the-events-calendar.php:214
657
+ msgid "Norfolk Island"
658
+ msgstr ""
659
+
660
+ #: the-events-calendar.php:215
661
+ msgid "Northern Mariana Islands"
662
+ msgstr ""
663
+
664
+ #: the-events-calendar.php:216
665
+ msgid "Norway"
666
+ msgstr ""
667
+
668
+ #: the-events-calendar.php:217
669
+ msgid "Oman"
670
+ msgstr ""
671
+
672
+ #: the-events-calendar.php:218
673
+ msgid "Pakistan"
674
+ msgstr ""
675
+
676
+ #: the-events-calendar.php:219
677
+ msgid "Palau"
678
+ msgstr ""
679
+
680
+ #: the-events-calendar.php:220
681
+ msgid "Panama"
682
+ msgstr ""
683
+
684
+ #: the-events-calendar.php:221
685
+ msgid "Papua New Guinea"
686
+ msgstr ""
687
+
688
+ #: the-events-calendar.php:222
689
+ msgid "Paraguay"
690
+ msgstr ""
691
+
692
+ #: the-events-calendar.php:223
693
+ msgid "Peru"
694
+ msgstr ""
695
+
696
+ #: the-events-calendar.php:224
697
+ msgid "Philippines"
698
+ msgstr ""
699
+
700
+ #: the-events-calendar.php:225
701
+ msgid "Pitcairn"
702
+ msgstr ""
703
+
704
+ #: the-events-calendar.php:226
705
+ msgid "Poland"
706
+ msgstr ""
707
+
708
+ #: the-events-calendar.php:227
709
+ msgid "Portugal"
710
+ msgstr ""
711
+
712
+ #: the-events-calendar.php:228
713
+ msgid "Puerto Rico"
714
+ msgstr ""
715
+
716
+ #: the-events-calendar.php:229
717
+ msgid "Qatar"
718
+ msgstr ""
719
+
720
+ #: the-events-calendar.php:230
721
+ msgid "Reunion"
722
+ msgstr ""
723
+
724
+ #: the-events-calendar.php:231
725
+ msgid "Romania"
726
+ msgstr ""
727
+
728
+ #: the-events-calendar.php:232
729
+ msgid "Russian Federation"
730
+ msgstr ""
731
+
732
+ #: the-events-calendar.php:233
733
+ msgid "Rwanda"
734
+ msgstr ""
735
+
736
+ #: the-events-calendar.php:234
737
+ msgid "Saint Kitts And Nevis"
738
+ msgstr ""
739
+
740
+ #: the-events-calendar.php:235
741
+ msgid "Saint Lucia"
742
+ msgstr ""
743
+
744
+ #: the-events-calendar.php:236
745
+ msgid "Saint Vincent And The Grenadines"
746
+ msgstr ""
747
+
748
+ #: the-events-calendar.php:237
749
+ msgid "Samoa"
750
+ msgstr ""
751
+
752
+ #: the-events-calendar.php:238
753
+ msgid "San Marino"
754
+ msgstr ""
755
+
756
+ #: the-events-calendar.php:239
757
+ msgid "Sao Tome And Principe"
758
+ msgstr ""
759
+
760
+ #: the-events-calendar.php:240
761
+ msgid "Saudi Arabia"
762
+ msgstr ""
763
+
764
+ #: the-events-calendar.php:241
765
+ msgid "Senegal"
766
+ msgstr ""
767
+
768
+ #: the-events-calendar.php:242
769
+ msgid "Seychelles"
770
+ msgstr ""
771
+
772
+ #: the-events-calendar.php:243
773
+ msgid "Sierra Leone"
774
+ msgstr ""
775
+
776
+ #: the-events-calendar.php:244
777
+ msgid "Singapore"
778
+ msgstr ""
779
+
780
+ #: the-events-calendar.php:245
781
+ msgid "Slovakia (Slovak Republic)"
782
+ msgstr ""
783
+
784
+ #: the-events-calendar.php:246
785
+ msgid "Slovenia"
786
+ msgstr ""
787
+
788
+ #: the-events-calendar.php:247
789
+ msgid "Solomon Islands"
790
+ msgstr ""
791
+
792
+ #: the-events-calendar.php:248
793
+ msgid "Somalia"
794
+ msgstr ""
795
+
796
+ #: the-events-calendar.php:249
797
+ msgid "South Africa"
798
+ msgstr ""
799
+
800
+ #: the-events-calendar.php:250
801
+ msgid "South Georgia, South Sandwich Islands"
802
+ msgstr ""
803
+
804
+ #: the-events-calendar.php:251
805
+ msgid "Spain"
806
+ msgstr ""
807
+
808
+ #: the-events-calendar.php:252
809
+ msgid "Sri Lanka"
810
+ msgstr ""
811
+
812
+ #: the-events-calendar.php:253
813
+ msgid "St. Helena"
814
+ msgstr ""
815
+
816
+ #: the-events-calendar.php:254
817
+ msgid "St. Pierre And Miquelon"
818
+ msgstr ""
819
+
820
+ #: the-events-calendar.php:255
821
+ msgid "Sudan"
822
+ msgstr ""
823
+
824
+ #: the-events-calendar.php:256
825
+ msgid "Suriname"
826
+ msgstr ""
827
+
828
+ #: the-events-calendar.php:257
829
+ msgid "Svalbard And Jan Mayen Islands"
830
+ msgstr ""
831
+
832
+ #: the-events-calendar.php:258
833
+ msgid "Swaziland"
834
+ msgstr ""
835
+
836
+ #: the-events-calendar.php:259
837
+ msgid "Sweden"
838
+ msgstr ""
839
+
840
+ #: the-events-calendar.php:260
841
+ msgid "Switzerland"
842
+ msgstr ""
843
+
844
+ #: the-events-calendar.php:261
845
+ msgid "Syrian Arab Republic"
846
+ msgstr ""
847
+
848
+ #: the-events-calendar.php:262
849
+ msgid "Taiwan"
850
+ msgstr ""
851
+
852
+ #: the-events-calendar.php:263
853
+ msgid "Tajikistan"
854
+ msgstr ""
855
+
856
+ #: the-events-calendar.php:264
857
+ msgid "Tanzania, United Republic Of"
858
+ msgstr ""
859
+
860
+ #: the-events-calendar.php:265
861
+ msgid "Thailand"
862
+ msgstr ""
863
+
864
+ #: the-events-calendar.php:266
865
+ msgid "Togo"
866
+ msgstr ""
867
+
868
+ #: the-events-calendar.php:267
869
+ msgid "Tokelau"
870
+ msgstr ""
871
+
872
+ #: the-events-calendar.php:268
873
+ msgid "Tonga"
874
+ msgstr ""
875
+
876
+ #: the-events-calendar.php:269
877
+ msgid "Trinidad And Tobago"
878
+ msgstr ""
879
+
880
+ #: the-events-calendar.php:270
881
+ msgid "Tunisia"
882
+ msgstr ""
883
+
884
+ #: the-events-calendar.php:271
885
+ msgid "Turkey"
886
+ msgstr ""
887
+
888
+ #: the-events-calendar.php:272
889
+ msgid "Turkmenistan"
890
+ msgstr ""
891
+
892
+ #: the-events-calendar.php:273
893
+ msgid "Turks And Caicos Islands"
894
+ msgstr ""
895
+
896
+ #: the-events-calendar.php:274
897
+ msgid "Tuvalu"
898
+ msgstr ""
899
+
900
+ #: the-events-calendar.php:275
901
+ msgid "Uganda"
902
+ msgstr ""
903
+
904
+ #: the-events-calendar.php:276
905
+ msgid "Ukraine"
906
+ msgstr ""
907
+
908
+ #: the-events-calendar.php:277
909
+ msgid "United Arab Emirates"
910
+ msgstr ""
911
+
912
+ #: the-events-calendar.php:278
913
+ msgid "United Kingdom"
914
+ msgstr ""
915
+
916
+ #: the-events-calendar.php:279
917
+ msgid "United States Minor Outlying Islands"
918
+ msgstr ""
919
+
920
+ #: the-events-calendar.php:280
921
+ msgid "Uruguay"
922
+ msgstr ""
923
+
924
+ #: the-events-calendar.php:281
925
+ msgid "Uzbekistan"
926
+ msgstr ""
927
+
928
+ #: the-events-calendar.php:282
929
+ msgid "Vanuatu"
930
+ msgstr ""
931
+
932
+ #: the-events-calendar.php:283
933
+ msgid "Venezuela"
934
+ msgstr ""
935
+
936
+ #: the-events-calendar.php:284
937
+ msgid "Viet Nam"
938
+ msgstr ""
939
+
940
+ #: the-events-calendar.php:285
941
+ msgid "Virgin Islands (British)"
942
+ msgstr ""
943
+
944
+ #: the-events-calendar.php:286
945
+ msgid "Virgin Islands (U.S.)"
946
+ msgstr ""
947
+
948
+ #: the-events-calendar.php:287
949
+ msgid "Wallis And Futuna Islands"
950
+ msgstr ""
951
+
952
+ #: the-events-calendar.php:288
953
+ msgid "Western Sahara"
954
+ msgstr ""
955
+
956
+ #: the-events-calendar.php:289
957
+ msgid "Yemen"
958
+ msgstr ""
959
+
960
+ #: the-events-calendar.php:290
961
+ msgid "Yugoslavia"
962
+ msgstr ""
963
+
964
+ #: the-events-calendar.php:291
965
+ msgid "Zambia"
966
+ msgstr ""
967
+
968
+ #: the-events-calendar.php:292
969
+ msgid "Zimbabwe"
970
+ msgstr ""
971
+
972
+ #: the-events-calendar.php:496
973
+ msgid "January"
974
+ msgstr "Janeiro"
975
+
976
+ #: the-events-calendar.php:497
977
+ msgid "February"
978
+ msgstr "Fevereiro"
979
+
980
+ #: the-events-calendar.php:498
981
+ msgid "March"
982
+ msgstr "Março"
983
+
984
+ #: the-events-calendar.php:499
985
+ msgid "April"
986
+ msgstr "Abril"
987
+
988
+ #: the-events-calendar.php:500
989
+ msgid "May"
990
+ msgstr "Maio"
991
+
992
+ #: the-events-calendar.php:501
993
+ msgid "June"
994
+ msgstr "Junho"
995
+
996
+ #: the-events-calendar.php:502
997
+ msgid "July"
998
+ msgstr "Julho"
999
+
1000
+ #: the-events-calendar.php:503
1001
+ msgid "August"
1002
+ msgstr "Agosto"
1003
+
1004
+ #: the-events-calendar.php:504
1005
+ msgid "September"
1006
+ msgstr "Setembro"
1007
+
1008
+ #: the-events-calendar.php:505
1009
+ msgid "October"
1010
+ msgstr "Outubro"
1011
+
1012
+ #: the-events-calendar.php:506
1013
+ msgid "November"
1014
+ msgstr "Novembro"
1015
+
1016
+ #: the-events-calendar.php:507
1017
+ msgid "December"
1018
+ msgstr "Dezembro"
1019
+
1020
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.5.4) #-#-#-#-#
1021
+ #. Plugin Name of an extension
1022
+ #: the-events-calendar.php:939
1023
+ msgid "The Events Calendar"
1024
+ msgstr "O Calendário de Eventos"
1025
+
1026
+ #: the-events-calendar.php:1214
1027
+ msgid "Sun"
1028
+ msgstr "Dom"
1029
+
1030
+ #: the-events-calendar.php:1214
1031
+ msgid "Mon"
1032
+ msgstr "Seg"
1033
+
1034
+ #: the-events-calendar.php:1214
1035
+ msgid "Tue"
1036
+ msgstr "Ter"
1037
+
1038
+ #: the-events-calendar.php:1214
1039
+ msgid "Wed"
1040
+ msgstr "Qua"
1041
+
1042
+ #: the-events-calendar.php:1214
1043
+ msgid "Thu"
1044
+ msgstr "Qui"
1045
+
1046
+ #: the-events-calendar.php:1214
1047
+ msgid "Fri"
1048
+ msgstr "Sex"
1049
+
1050
+ #: the-events-calendar.php:1214
1051
+ msgid "Sat"
1052
+ msgstr "Sab"
1053
+
1054
+ #: the-events-calendar.php:1215
1055
+ msgid "Sunday"
1056
+ msgstr "Domingo"
1057
+
1058
+ #: the-events-calendar.php:1215
1059
+ msgid "Monday"
1060
+ msgstr "Segunda-feira"
1061
+
1062
+ #: the-events-calendar.php:1215
1063
+ msgid "Tuesday"
1064
+ msgstr "Terça-feira"
1065
+
1066
+ #: the-events-calendar.php:1215
1067
+ msgid "Wednesday"
1068
+ msgstr "Quarta-feira"
1069
+
1070
+ #: the-events-calendar.php:1215
1071
+ msgid "Thursday"
1072
+ msgstr "Quinta-feira"
1073
+
1074
+ #: the-events-calendar.php:1215
1075
+ msgid "Friday"
1076
+ msgstr "Sexta-feira"
1077
+
1078
+ #: the-events-calendar.php:1215
1079
+ msgid "Saturday"
1080
+ msgstr "Sábado"
1081
+
1082
+ #: the-events-calendar.php:1926
1083
+ msgid "A widget that displays the next upcoming x events."
1084
+ msgstr "Um widget que mostra os eventos futuros."
1085
+
1086
+ #: the-events-calendar.php:1968
1087
+ msgid "View All Events"
1088
+ msgstr "Ver todos os Eventos"
1089
+
1090
+ #: the-events-calendar.php:2049
1091
+ msgid "A calendar of your events"
1092
+ msgstr "Um calendário com seus eventos"
1093
+
1094
+ #: the-events-calendar.php:2050
1095
+ msgid "Events Calendar"
1096
+ msgstr "Calendário de Eventos"
1097
+
1098
+ #: the-events-calendar.php:2076
1099
+ #: views/events-list-load-widget-admin.php:2
1100
+ msgid "Title:"
1101
+ msgstr "Título:"
1102
+
1103
+ #: views/events-list-load-widget-admin.php:7
1104
+ msgid "Show:"
1105
+ msgstr "Número de eventos:"
1106
+
1107
+ #: views/events-list-load-widget-admin.php:16
1108
+ msgid "Display:"
1109
+ msgstr "Mostrar:"
1110
+
1111
+ #: views/events-list-load-widget-admin.php:19
1112
+ msgid "Start Date & Time"
1113
+ msgstr "Data e Hora de Início"
1114
+
1115
+ #: views/events-list-load-widget-admin.php:20
1116
+ msgid "End Date & Time"
1117
+ msgstr "Data e Hora de Término"
1118
+
1119
+ #: views/events-list-load-widget-admin.php:21
1120
+ msgid "Venue"
1121
+ msgstr "Local"
1122
+
1123
+ #: views/events-list-load-widget-admin.php:22
1124
+ msgid "Address"
1125
+ msgstr "Endereço"
1126
+
1127
+ #: views/events-list-load-widget-admin.php:23
1128
+ msgid "City"
1129
+ msgstr "Cidade"
1130
+
1131
+ #: views/events-list-load-widget-admin.php:24
1132
+ msgid "State (US)"
1133
+ msgstr "Estado (EUA)"
1134
+
1135
+ #: views/events-list-load-widget-admin.php:25
1136
+ msgid "Province (Int)"
1137
+ msgstr "Estado"
1138
+
1139
+ #: views/events-list-load-widget-admin.php:26
1140
+ msgid "Postal Code"
1141
+ msgstr "CEP"
1142
+
1143
+ #: views/events-list-load-widget-admin.php:27
1144
+ msgid "Country"
1145
+ msgstr "País"
1146
+
1147
+ #: views/events-list-load-widget-admin.php:28
1148
+ msgid "Phone"
1149
+ msgstr "Telefone"
1150
+
1151
+ #: views/events-list-load-widget-admin.php:29
1152
+ msgid "Price"
1153
+ msgstr "Preço"
1154
+
1155
+ #: views/events-list-load-widget-display.php:48
1156
+ msgid "More Info"
1157
+ msgstr "Mais Informações"
1158
+
1159
+ #: views/events-meta-box.php:153
1160
+ msgid "Is this post an event?"
1161
+ msgstr "Este post é um evento?"
1162
+
1163
+ #: views/events-meta-box.php:154
1164
+ #: views/events-options.php:157
1165
+ msgid "Yes"
1166
+ msgstr "Sim"
1167
+
1168
+ #: views/events-meta-box.php:155
1169
+ #: views/events-options.php:161
1170
+ msgid "No"
1171
+ msgstr "Não"
1172
+
1173
+ #: views/events-meta-box.php:162
1174
+ msgid "Event Time &amp; Date"
1175
+ msgstr "Data &amp; Hora do Evento"
1176
+
1177
+ #: views/events-meta-box.php:165
1178
+ msgid "All day event?"
1179
+ msgstr "Dia inteiro?"
1180
+
1181
+ #: views/events-meta-box.php:169
1182
+ msgid "Start Date / Time:"
1183
+ msgstr "Data e Hora de Início:"
1184
+
1185
+ #: views/events-meta-box.php:183
1186
+ #: views/events-meta-box.php:213
1187
+ msgid "@"
1188
+ msgstr "@"
1189
+
1190
+ #: views/events-meta-box.php:199
1191
+ msgid "End Date / Time:"
1192
+ msgstr "Data e Hora do Término:"
1193
+
1194
+ #: views/events-meta-box.php:229
1195
+ msgid "Event Location Details"
1196
+ msgstr "Detalhes do Local do Evento"
1197
+
1198
+ #: views/events-meta-box.php:232
1199
+ #: views/list.php:45
1200
+ #: views/single.php:26
1201
+ msgid "Venue:"
1202
+ msgstr "Local:"
1203
+
1204
+ #: views/events-meta-box.php:238
1205
+ msgid "Country:"
1206
+ msgstr "País:"
1207
+
1208
+ #: views/events-meta-box.php:255
1209
+ #: views/list.php:63
1210
+ #: views/single.php:30
1211
+ msgid "Address:"
1212
+ msgstr "Endereço:"
1213
+
1214
+ #: views/events-meta-box.php:259
1215
+ msgid "City:"
1216
+ msgstr "Cidade:"
1217
+
1218
+ #: views/events-meta-box.php:263
1219
+ msgid "Province:"
1220
+ msgstr "Estado"
1221
+
1222
+ #: views/events-meta-box.php:267
1223
+ msgid "State:"
1224
+ msgstr "Estado:"
1225
+
1226
+ #: views/events-meta-box.php:270
1227
+ msgid "Select a State:"
1228
+ msgstr ""
1229
+
1230
+ #: views/events-meta-box.php:272
1231
+ msgid "Alabama"
1232
+ msgstr ""
1233
+
1234
+ #: views/events-meta-box.php:273
1235
+ msgid "Alaska"
1236
+ msgstr ""
1237
+
1238
+ #: views/events-meta-box.php:274
1239
+ msgid "Arizona"
1240
+ msgstr ""
1241
+
1242
+ #: views/events-meta-box.php:275
1243
+ msgid "Arkansas"
1244
+ msgstr ""
1245
+
1246
+ #: views/events-meta-box.php:276
1247
+ msgid "California"
1248
+ msgstr ""
1249
+
1250
+ #: views/events-meta-box.php:277
1251
+ msgid "Colorado"
1252
+ msgstr ""
1253
+
1254
+ #: views/events-meta-box.php:278
1255
+ msgid "Connecticut"
1256
+ msgstr ""
1257
+
1258
+ #: views/events-meta-box.php:279
1259
+ msgid "Delaware"
1260
+ msgstr ""
1261
+
1262
+ #: views/events-meta-box.php:280
1263
+ msgid "District of Columbia"
1264
+ msgstr ""
1265
+
1266
+ #: views/events-meta-box.php:281
1267
+ msgid "Florida"
1268
+ msgstr ""
1269
+
1270
+ #: views/events-meta-box.php:283
1271
+ msgid "Hawaii"
1272
+ msgstr ""
1273
+
1274
+ #: views/events-meta-box.php:284
1275
+ msgid "Idaho"
1276
+ msgstr ""
1277
+
1278
+ #: views/events-meta-box.php:285
1279
+ msgid "Illinois"
1280
+ msgstr ""
1281
+
1282
+ #: views/events-meta-box.php:286
1283
+ msgid "Indiana"
1284
+ msgstr ""
1285
+
1286
+ #: views/events-meta-box.php:287
1287
+ msgid "Iowa"
1288
+ msgstr ""
1289
+
1290
+ #: views/events-meta-box.php:288
1291
+ msgid "Kansas"
1292
+ msgstr ""
1293
+
1294
+ #: views/events-meta-box.php:289
1295
+ msgid "Kentucky"
1296
+ msgstr ""
1297
+
1298
+ #: views/events-meta-box.php:290
1299
+ msgid "Louisiana"
1300
+ msgstr ""
1301
+
1302
+ #: views/events-meta-box.php:291
1303
+ msgid "Maine"
1304
+ msgstr ""
1305
+
1306
+ #: views/events-meta-box.php:292
1307
+ msgid "Maryland"
1308
+ msgstr ""
1309
+
1310
+ #: views/events-meta-box.php:293
1311
+ msgid "Massachusetts"
1312
+ msgstr ""
1313
+
1314
+ #: views/events-meta-box.php:294
1315
+ msgid "Michigan"
1316
+ msgstr ""
1317
+
1318
+ #: views/events-meta-box.php:295
1319
+ msgid "Minnesota"
1320
+ msgstr ""
1321
+
1322
+ #: views/events-meta-box.php:296
1323
+ msgid "Mississippi"
1324
+ msgstr ""
1325
+
1326
+ #: views/events-meta-box.php:297
1327
+ msgid "Missouri"
1328
+ msgstr ""
1329
+
1330
+ #: views/events-meta-box.php:298
1331
+ msgid "Montana"
1332
+ msgstr ""
1333
+
1334
+ #: views/events-meta-box.php:299
1335
+ msgid "Nebraska"
1336
+ msgstr ""
1337
+
1338
+ #: views/events-meta-box.php:300
1339
+ msgid "Nevada"
1340
+ msgstr ""
1341
+
1342
+ #: views/events-meta-box.php:301
1343
+ msgid "New Hampshire"
1344
+ msgstr ""
1345
+
1346
+ #: views/events-meta-box.php:302
1347
+ msgid "New Jersey"
1348
+ msgstr ""
1349
+
1350
+ #: views/events-meta-box.php:303
1351
+ msgid "New Mexico"
1352
+ msgstr ""
1353
+
1354
+ #: views/events-meta-box.php:304
1355
+ msgid "New York"
1356
+ msgstr ""
1357
+
1358
+ #: views/events-meta-box.php:305
1359
+ msgid "North Carolina"
1360
+ msgstr ""
1361
+
1362
+ #: views/events-meta-box.php:306
1363
+ msgid "North Dakota"
1364
+ msgstr ""
1365
+
1366
+ #: views/events-meta-box.php:307
1367
+ msgid "Ohio"
1368
+ msgstr ""
1369
+
1370
+ #: views/events-meta-box.php:308
1371
+ msgid "Oklahoma"
1372
+ msgstr ""
1373
+
1374
+ #: views/events-meta-box.php:309
1375
+ msgid "Oregon"
1376
+ msgstr ""
1377
+
1378
+ #: views/events-meta-box.php:310
1379
+ msgid "Pennsylvania"
1380
+ msgstr ""
1381
+
1382
+ #: views/events-meta-box.php:311
1383
+ msgid "Rhode Island"
1384
+ msgstr ""
1385
+
1386
+ #: views/events-meta-box.php:312
1387
+ msgid "South Carolina"
1388
+ msgstr ""
1389
+
1390
+ #: views/events-meta-box.php:313
1391
+ msgid "South Dakota"
1392
+ msgstr ""
1393
+
1394
+ #: views/events-meta-box.php:314
1395
+ msgid "Tennessee"
1396
+ msgstr ""
1397
+
1398
+ #: views/events-meta-box.php:315
1399
+ msgid "Texas"
1400
+ msgstr ""
1401
+
1402
+ #: views/events-meta-box.php:316
1403
+ msgid "Utah"
1404
+ msgstr ""
1405
+
1406
+ #: views/events-meta-box.php:317
1407
+ msgid "Vermont"
1408
+ msgstr ""
1409
+
1410
+ #: views/events-meta-box.php:318
1411
+ msgid "Virginia"
1412
+ msgstr ""
1413
+
1414
+ #: views/events-meta-box.php:319
1415
+ msgid "Washington"
1416
+ msgstr ""
1417
+
1418
+ #: views/events-meta-box.php:320
1419
+ msgid "West Virginia"
1420
+ msgstr ""
1421
+
1422
+ #: views/events-meta-box.php:321
1423
+ msgid "Wisconsin"
1424
+ msgstr ""
1425
+
1426
+ #: views/events-meta-box.php:322
1427
+ msgid "Wyoming"
1428
+ msgstr ""
1429
+
1430
+ #: views/events-meta-box.php:336
1431
+ msgid "Postal Code:"
1432
+ msgstr "CEP:"
1433
+
1434
+ #: views/events-meta-box.php:340
1435
+ #: views/list.php:54
1436
+ msgid "Phone:"
1437
+ msgstr "Telefone:"
1438
+
1439
+ #: views/events-meta-box.php:344
1440
+ msgid "Event Cost"
1441
+ msgstr "Ingresso"
1442
+
1443
+ #: views/events-meta-box.php:347
1444
+ #: views/list.php:72
1445
+ #: views/single.php:20
1446
+ msgid "Cost:"
1447
+ msgstr "Preço"
1448
+
1449
+ #: views/events-meta-box.php:352
1450
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1451
+ msgstr "Deixe em branco para esconder o campo. Entre com 0 para eventos gratúitos."
1452
+
1453
+ #: views/events-meta-box.php:356
1454
+ msgid "Sell Tickets &amp; Track Registration"
1455
+ msgstr "Venda Tickets &amp; Confira o registro"
1456
+
1457
+ #: views/events-meta-box.php:361
1458
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1459
+ msgstr "Interessado em vender tickets e acompanhar os registros? Agora você pode de graça usando <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite é uma ferramenta fácil de usar para gestão de eventos. \"Uau, você está vendendo Eventbrite... Você deve receber uma gorjeta...\". Bem, agora que você mencionou ... é o que fazemos. Ganhamos um pouco para todos que registram um evento utilizando o nosso link de referência. É assim que somos capazes de manter o apoio e construção de plugins para a comunidade open source."
1460
+
1461
+ #: views/events-meta-box.php:361
1462
+ msgid "Check it out here."
1463
+ msgstr "Confira aqui."
1464
+
1465
+ #: views/events-meta-box.php:372
1466
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1467
+ msgstr "<h4>Se você gostou deste plugin - Ajude a Mantê-lo!</h4><p>Investimos muito tempo e esforço para construir estes plugins e adoramos dividir com a comunidade. Se você usa este plugin considere fazer uma doação para ajudar a mantê-lo e aperfeiçoá-lo. Você poderá remover esta informação na <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">página de configuração</a>.</p>"
1468
+
1469
+ #: views/events-meta-box.php:374
1470
+ msgid "Thanks"
1471
+ msgstr "Grato,"
1472
+
1473
+ #: views/events-options.php:69
1474
+ msgid "The Events Calendar Settings"
1475
+ msgstr "Configuração do Calendário de Eventos"
1476
+
1477
+ #: views/events-options.php:71
1478
+ msgid "Need a hand?"
1479
+ msgstr "Precisa de ajuda?"
1480
+
1481
+ #: views/events-options.php:72
1482
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1483
+ msgstr "Se já saturou estas opções, por favor <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">confira a documentção</a>. Se você ainda tem dúvidas, visite nosso suporte neste <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> e peça ajuda. Nossa comunidade de código aberto sempre tem alguém para ajudar."
1484
+
1485
+ #: views/events-options.php:75
1486
+ msgid "Donate"
1487
+ msgstr "Doação"
1488
+
1489
+ #: views/events-options.php:84
1490
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1491
+ msgstr "Se você achou este campo útil, por favor pense numa doação para seu produtor, Shane &#38; Peter, Inc. Obrigado!"
1492
+
1493
+ #: views/events-options.php:88
1494
+ msgid "I have already donated, so please hide this button!"
1495
+ msgstr "Se já fez a doação, então esconda este campo!"
1496
+
1497
+ #: views/events-options.php:98
1498
+ msgid "Donate for this wonderful plugin"
1499
+ msgstr "Doe para este plugin maravilhoso"
1500
+
1501
+ #: views/events-options.php:112
1502
+ msgid "Settings"
1503
+ msgstr "Configurações"
1504
+
1505
+ #: views/events-options.php:115
1506
+ #: views/events-options.php:119
1507
+ msgid "Default View for the Events"
1508
+ msgstr "Padrão para ver eventos"
1509
+
1510
+ #: views/events-options.php:131
1511
+ #: views/gridview.php:15
1512
+ #: views/list.php:12
1513
+ msgid "Calendar"
1514
+ msgstr "Calendário"
1515
+
1516
+ #: views/events-options.php:135
1517
+ #: views/gridview.php:14
1518
+ #: views/list.php:11
1519
+ msgid "Event List"
1520
+ msgstr "Lista de Eventos"
1521
+
1522
+ #: views/events-options.php:141
1523
+ #: views/events-options.php:145
1524
+ msgid "Show Comments"
1525
+ msgstr "Mostre Comentários"
1526
+
1527
+ #: views/events-options.php:167
1528
+ msgid "Default Country for Events"
1529
+ msgstr "País padrão para eventos"
1530
+
1531
+ #: views/events-options.php:192
1532
+ #: views/events-options.php:196
1533
+ msgid "Embed Google Maps"
1534
+ msgstr ""
1535
+
1536
+ #: views/events-options.php:210
1537
+ msgid "Off"
1538
+ msgstr "Não"
1539
+
1540
+ #: views/events-options.php:214
1541
+ msgid "On"
1542
+ msgstr "Sim"
1543
+
1544
+ #: views/events-options.php:217
1545
+ msgid "Height"
1546
+ msgstr "Altura"
1547
+
1548
+ #: views/events-options.php:218
1549
+ msgid "Width"
1550
+ msgstr "Largura"
1551
+
1552
+ #: views/events-options.php:218
1553
+ msgid "(number or %)"
1554
+ msgstr "(número ou %)"
1555
+
1556
+ #: views/events-options.php:229
1557
+ msgid "Save Changes"
1558
+ msgstr "Salvar as Mudanças"
1559
+
1560
+ #: views/gridview.php:9
1561
+ #: views/list.php:9
1562
+ msgid "Calendar of Events"
1563
+ msgstr "Calendário de Eventos"
1564
+
1565
+ #: views/list.php:33
1566
+ #: views/single.php:13
1567
+ msgid "Start:"
1568
+ msgstr "Início:"
1569
+
1570
+ #: views/list.php:37
1571
+ #: views/single.php:16
1572
+ msgid "End:"
1573
+ msgstr "Fim:"
1574
+
1575
+ #: views/list.php:63
1576
+ #: views/single.php:30
1577
+ msgid "Google Map"
1578
+ msgstr ""
1579
+
1580
+ #: views/list.php:94
1581
+ msgid "&laquo; Previous Events"
1582
+ msgstr "&laquo; Eventos Passados"
1583
+
1584
+ #: views/list.php:107
1585
+ msgid "Next Events &raquo;"
1586
+ msgstr "Próximos Eventos &raquo;"
1587
+
1588
+ #: views/single.php:8
1589
+ msgid "&laquo; Back to Events"
1590
+ msgstr "&laquo; Voltar aos Eventos"
1591
+
1592
+ #: views/single.php:10
1593
+ msgid "This event has passed."
1594
+ msgstr "Este evento é passado"
1595
+
1596
+ #: views/single.php:30
1597
+ msgid "Click to view a Google Map"
1598
+ msgstr "Clique para ver no Google Maps"
1599
+
1600
+ #. Plugin URI of an extension
1601
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1602
+ msgstr ""
1603
+
1604
+ #. Description of an extension
1605
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1606
+ msgstr "O plugin The Events Calendar possibilita criar e configurar eventos usando seu editor de post. Entre os benefícios esta a integração opcional com o Eventbrite, Google Maps assim como o calendário padrão e as listas de eventos com apenas um clique."
1607
+
1608
+ #. Author of an extension
1609
+ msgid "Shane & Peter, Inc."
1610
+ msgstr ""
1611
+
1612
+ #. Author URI of an extension
1613
+ msgid "http://www.shaneandpeter.com/"
1614
+ msgstr ""
1615
+
trunk/lang/the-events-calendar-ru_RU.mo ADDED
Binary file
trunk/lang/the-events-calendar-ru_RU.po ADDED
@@ -0,0 +1,1723 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 1.6\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
5
+ "POT-Creation-Date: 2010-05-26 14:02+0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Justin Endler <justin@justinendler.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Russian\n"
13
+ "X-Poedit-Country: RUSSIAN FEDERATION\n"
14
+
15
+ #: events-calendar-widget.class.php:12
16
+ msgid "A calendar of your events"
17
+ msgstr "Ваш календарь"
18
+
19
+ #: events-calendar-widget.class.php:13
20
+ msgid "Events Calendar"
21
+ msgstr "Календарь событий"
22
+
23
+ #: events-calendar-widget.class.php:39
24
+ #: views/events-list-load-widget-admin.php:2
25
+ msgid "Title:"
26
+ msgstr "Заголовок:"
27
+
28
+ #: events-list-widget.class.php:15
29
+ msgid "A widget that displays the next upcoming x events."
30
+ msgstr "Виджет показывает следующие x событий."
31
+
32
+ #: events-list-widget.class.php:81
33
+ msgid "View All Events"
34
+ msgstr "Посмотреть все события"
35
+
36
+ #: events-list-widget.class.php:82
37
+ msgid "There are no upcoming events at this time."
38
+ msgstr "В настоящее время грядущих событий нет."
39
+
40
+ #: the-events-calendar.class.php:49
41
+ msgid "Sun"
42
+ msgstr "Вс"
43
+
44
+ #: the-events-calendar.class.php:49
45
+ msgid "Mon"
46
+ msgstr "Пн"
47
+
48
+ #: the-events-calendar.class.php:49
49
+ msgid "Tue"
50
+ msgstr "Вт"
51
+
52
+ #: the-events-calendar.class.php:49
53
+ msgid "Wed"
54
+ msgstr "Ср"
55
+
56
+ #: the-events-calendar.class.php:49
57
+ msgid "Thu"
58
+ msgstr "Чт"
59
+
60
+ #: the-events-calendar.class.php:49
61
+ msgid "Fri"
62
+ msgstr "Пт"
63
+
64
+ #: the-events-calendar.class.php:49
65
+ msgid "Sat"
66
+ msgstr "Сб"
67
+
68
+ #: the-events-calendar.class.php:50
69
+ msgid "Sunday"
70
+ msgstr "Воскресенье"
71
+
72
+ #: the-events-calendar.class.php:50
73
+ msgid "Monday"
74
+ msgstr "Понедельник"
75
+
76
+ #: the-events-calendar.class.php:50
77
+ msgid "Tuesday"
78
+ msgstr "Вторник"
79
+
80
+ #: the-events-calendar.class.php:50
81
+ msgid "Wednesday"
82
+ msgstr "Среда"
83
+
84
+ #: the-events-calendar.class.php:50
85
+ msgid "Thursday"
86
+ msgstr "Четверг"
87
+
88
+ #: the-events-calendar.class.php:50
89
+ msgid "Friday"
90
+ msgstr "Пятница"
91
+
92
+ #: the-events-calendar.class.php:50
93
+ msgid "Saturday"
94
+ msgstr "Суббота"
95
+
96
+ #: the-events-calendar.class.php:56
97
+ msgid "Select a Country:"
98
+ msgstr "Выберите страну:"
99
+
100
+ #: the-events-calendar.class.php:57
101
+ msgid "United States"
102
+ msgstr ""
103
+
104
+ #: the-events-calendar.class.php:58
105
+ msgid "Afghanistan"
106
+ msgstr ""
107
+
108
+ #: the-events-calendar.class.php:59
109
+ msgid "Albania"
110
+ msgstr ""
111
+
112
+ #: the-events-calendar.class.php:60
113
+ msgid "Algeria"
114
+ msgstr ""
115
+
116
+ #: the-events-calendar.class.php:61
117
+ msgid "American Samoa"
118
+ msgstr ""
119
+
120
+ #: the-events-calendar.class.php:62
121
+ msgid "Andorra"
122
+ msgstr ""
123
+
124
+ #: the-events-calendar.class.php:63
125
+ msgid "Angola"
126
+ msgstr ""
127
+
128
+ #: the-events-calendar.class.php:64
129
+ msgid "Anguilla"
130
+ msgstr ""
131
+
132
+ #: the-events-calendar.class.php:65
133
+ msgid "Antarctica"
134
+ msgstr ""
135
+
136
+ #: the-events-calendar.class.php:66
137
+ msgid "Antigua And Barbuda"
138
+ msgstr ""
139
+
140
+ #: the-events-calendar.class.php:67
141
+ msgid "Argentina"
142
+ msgstr ""
143
+
144
+ #: the-events-calendar.class.php:68
145
+ msgid "Armenia"
146
+ msgstr ""
147
+
148
+ #: the-events-calendar.class.php:69
149
+ msgid "Aruba"
150
+ msgstr ""
151
+
152
+ #: the-events-calendar.class.php:70
153
+ msgid "Australia"
154
+ msgstr ""
155
+
156
+ #: the-events-calendar.class.php:71
157
+ msgid "Austria"
158
+ msgstr ""
159
+
160
+ #: the-events-calendar.class.php:72
161
+ msgid "Azerbaijan"
162
+ msgstr ""
163
+
164
+ #: the-events-calendar.class.php:73
165
+ msgid "Bahamas"
166
+ msgstr ""
167
+
168
+ #: the-events-calendar.class.php:74
169
+ msgid "Bahrain"
170
+ msgstr ""
171
+
172
+ #: the-events-calendar.class.php:75
173
+ msgid "Bangladesh"
174
+ msgstr ""
175
+
176
+ #: the-events-calendar.class.php:76
177
+ msgid "Barbados"
178
+ msgstr ""
179
+
180
+ #: the-events-calendar.class.php:77
181
+ msgid "Belarus"
182
+ msgstr ""
183
+
184
+ #: the-events-calendar.class.php:78
185
+ msgid "Belgium"
186
+ msgstr ""
187
+
188
+ #: the-events-calendar.class.php:79
189
+ msgid "Belize"
190
+ msgstr ""
191
+
192
+ #: the-events-calendar.class.php:80
193
+ msgid "Benin"
194
+ msgstr ""
195
+
196
+ #: the-events-calendar.class.php:81
197
+ msgid "Bermuda"
198
+ msgstr ""
199
+
200
+ #: the-events-calendar.class.php:82
201
+ msgid "Bhutan"
202
+ msgstr ""
203
+
204
+ #: the-events-calendar.class.php:83
205
+ msgid "Bolivia"
206
+ msgstr ""
207
+
208
+ #: the-events-calendar.class.php:84
209
+ msgid "Bosnia And Herzegowina"
210
+ msgstr ""
211
+
212
+ #: the-events-calendar.class.php:85
213
+ msgid "Botswana"
214
+ msgstr ""
215
+
216
+ #: the-events-calendar.class.php:86
217
+ msgid "Bouvet Island"
218
+ msgstr ""
219
+
220
+ #: the-events-calendar.class.php:87
221
+ msgid "Brazil"
222
+ msgstr ""
223
+
224
+ #: the-events-calendar.class.php:88
225
+ msgid "British Indian Ocean Territory"
226
+ msgstr ""
227
+
228
+ #: the-events-calendar.class.php:89
229
+ msgid "Brunei Darussalam"
230
+ msgstr ""
231
+
232
+ #: the-events-calendar.class.php:90
233
+ msgid "Bulgaria"
234
+ msgstr ""
235
+
236
+ #: the-events-calendar.class.php:91
237
+ msgid "Burkina Faso"
238
+ msgstr ""
239
+
240
+ #: the-events-calendar.class.php:92
241
+ msgid "Burundi"
242
+ msgstr ""
243
+
244
+ #: the-events-calendar.class.php:93
245
+ msgid "Cambodia"
246
+ msgstr ""
247
+
248
+ #: the-events-calendar.class.php:94
249
+ msgid "Cameroon"
250
+ msgstr ""
251
+
252
+ #: the-events-calendar.class.php:95
253
+ msgid "Canada"
254
+ msgstr ""
255
+
256
+ #: the-events-calendar.class.php:96
257
+ msgid "Cape Verde"
258
+ msgstr ""
259
+
260
+ #: the-events-calendar.class.php:97
261
+ msgid "Cayman Islands"
262
+ msgstr ""
263
+
264
+ #: the-events-calendar.class.php:98
265
+ msgid "Central African Republic"
266
+ msgstr ""
267
+
268
+ #: the-events-calendar.class.php:99
269
+ msgid "Chad"
270
+ msgstr ""
271
+
272
+ #: the-events-calendar.class.php:100
273
+ msgid "Chile"
274
+ msgstr ""
275
+
276
+ #: the-events-calendar.class.php:101
277
+ msgid "China"
278
+ msgstr ""
279
+
280
+ #: the-events-calendar.class.php:102
281
+ msgid "Christmas Island"
282
+ msgstr ""
283
+
284
+ #: the-events-calendar.class.php:103
285
+ msgid "Cocos (Keeling) Islands"
286
+ msgstr ""
287
+
288
+ #: the-events-calendar.class.php:104
289
+ msgid "Colombia"
290
+ msgstr ""
291
+
292
+ #: the-events-calendar.class.php:105
293
+ msgid "Comoros"
294
+ msgstr ""
295
+
296
+ #: the-events-calendar.class.php:106
297
+ msgid "Congo"
298
+ msgstr ""
299
+
300
+ #: the-events-calendar.class.php:107
301
+ msgid "Congo, The Democratic Republic Of The"
302
+ msgstr ""
303
+
304
+ #: the-events-calendar.class.php:108
305
+ msgid "Cook Islands"
306
+ msgstr ""
307
+
308
+ #: the-events-calendar.class.php:109
309
+ msgid "Costa Rica"
310
+ msgstr ""
311
+
312
+ #: the-events-calendar.class.php:110
313
+ msgid "Cote D'Ivoire"
314
+ msgstr ""
315
+
316
+ #: the-events-calendar.class.php:111
317
+ msgid "Croatia (Local Name: Hrvatska)"
318
+ msgstr ""
319
+
320
+ #: the-events-calendar.class.php:112
321
+ msgid "Cuba"
322
+ msgstr ""
323
+
324
+ #: the-events-calendar.class.php:113
325
+ msgid "Cyprus"
326
+ msgstr ""
327
+
328
+ #: the-events-calendar.class.php:114
329
+ msgid "Czech Republic"
330
+ msgstr ""
331
+
332
+ #: the-events-calendar.class.php:115
333
+ msgid "Denmark"
334
+ msgstr ""
335
+
336
+ #: the-events-calendar.class.php:116
337
+ msgid "Djibouti"
338
+ msgstr ""
339
+
340
+ #: the-events-calendar.class.php:117
341
+ msgid "Dominica"
342
+ msgstr ""
343
+
344
+ #: the-events-calendar.class.php:118
345
+ msgid "Dominican Republic"
346
+ msgstr ""
347
+
348
+ #: the-events-calendar.class.php:119
349
+ msgid "East Timor"
350
+ msgstr ""
351
+
352
+ #: the-events-calendar.class.php:120
353
+ msgid "Ecuador"
354
+ msgstr ""
355
+
356
+ #: the-events-calendar.class.php:121
357
+ msgid "Egypt"
358
+ msgstr ""
359
+
360
+ #: the-events-calendar.class.php:122
361
+ msgid "El Salvador"
362
+ msgstr ""
363
+
364
+ #: the-events-calendar.class.php:123
365
+ msgid "Equatorial Guinea"
366
+ msgstr ""
367
+
368
+ #: the-events-calendar.class.php:124
369
+ msgid "Eritrea"
370
+ msgstr ""
371
+
372
+ #: the-events-calendar.class.php:125
373
+ msgid "Estonia"
374
+ msgstr ""
375
+
376
+ #: the-events-calendar.class.php:126
377
+ msgid "Ethiopia"
378
+ msgstr ""
379
+
380
+ #: the-events-calendar.class.php:127
381
+ msgid "Falkland Islands (Malvinas)"
382
+ msgstr ""
383
+
384
+ #: the-events-calendar.class.php:128
385
+ msgid "Faroe Islands"
386
+ msgstr ""
387
+
388
+ #: the-events-calendar.class.php:129
389
+ msgid "Fiji"
390
+ msgstr ""
391
+
392
+ #: the-events-calendar.class.php:130
393
+ msgid "Finland"
394
+ msgstr ""
395
+
396
+ #: the-events-calendar.class.php:131
397
+ msgid "France"
398
+ msgstr ""
399
+
400
+ #: the-events-calendar.class.php:132
401
+ msgid "France, Metropolitan"
402
+ msgstr ""
403
+
404
+ #: the-events-calendar.class.php:133
405
+ msgid "French Guiana"
406
+ msgstr ""
407
+
408
+ #: the-events-calendar.class.php:134
409
+ msgid "French Polynesia"
410
+ msgstr ""
411
+
412
+ #: the-events-calendar.class.php:135
413
+ msgid "French Southern Territories"
414
+ msgstr ""
415
+
416
+ #: the-events-calendar.class.php:136
417
+ msgid "Gabon"
418
+ msgstr ""
419
+
420
+ #: the-events-calendar.class.php:137
421
+ msgid "Gambia"
422
+ msgstr ""
423
+
424
+ #: the-events-calendar.class.php:138
425
+ #: views/events-meta-box.php:369
426
+ msgid "Georgia"
427
+ msgstr ""
428
+
429
+ #: the-events-calendar.class.php:139
430
+ msgid "Germany"
431
+ msgstr ""
432
+
433
+ #: the-events-calendar.class.php:140
434
+ msgid "Ghana"
435
+ msgstr ""
436
+
437
+ #: the-events-calendar.class.php:141
438
+ msgid "Gibraltar"
439
+ msgstr ""
440
+
441
+ #: the-events-calendar.class.php:142
442
+ msgid "Greece"
443
+ msgstr ""
444
+
445
+ #: the-events-calendar.class.php:143
446
+ msgid "Greenland"
447
+ msgstr ""
448
+
449
+ #: the-events-calendar.class.php:144
450
+ msgid "Grenada"
451
+ msgstr ""
452
+
453
+ #: the-events-calendar.class.php:145
454
+ msgid "Guadeloupe"
455
+ msgstr ""
456
+
457
+ #: the-events-calendar.class.php:146
458
+ msgid "Guam"
459
+ msgstr ""
460
+
461
+ #: the-events-calendar.class.php:147
462
+ msgid "Guatemala"
463
+ msgstr ""
464
+
465
+ #: the-events-calendar.class.php:148
466
+ msgid "Guinea"
467
+ msgstr ""
468
+
469
+ #: the-events-calendar.class.php:149
470
+ msgid "Guinea-Bissau"
471
+ msgstr ""
472
+
473
+ #: the-events-calendar.class.php:150
474
+ msgid "Guyana"
475
+ msgstr ""
476
+
477
+ #: the-events-calendar.class.php:151
478
+ msgid "Haiti"
479
+ msgstr ""
480
+
481
+ #: the-events-calendar.class.php:152
482
+ msgid "Heard And Mc Donald Islands"
483
+ msgstr ""
484
+
485
+ #: the-events-calendar.class.php:153
486
+ msgid "Holy See (Vatican City State)"
487
+ msgstr ""
488
+
489
+ #: the-events-calendar.class.php:154
490
+ msgid "Honduras"
491
+ msgstr ""
492
+
493
+ #: the-events-calendar.class.php:155
494
+ msgid "Hong Kong"
495
+ msgstr ""
496
+
497
+ #: the-events-calendar.class.php:156
498
+ msgid "Hungary"
499
+ msgstr ""
500
+
501
+ #: the-events-calendar.class.php:157
502
+ msgid "Iceland"
503
+ msgstr ""
504
+
505
+ #: the-events-calendar.class.php:158
506
+ msgid "India"
507
+ msgstr ""
508
+
509
+ #: the-events-calendar.class.php:159
510
+ msgid "Indonesia"
511
+ msgstr ""
512
+
513
+ #: the-events-calendar.class.php:160
514
+ msgid "Iran (Islamic Republic Of)"
515
+ msgstr ""
516
+
517
+ #: the-events-calendar.class.php:161
518
+ msgid "Iraq"
519
+ msgstr ""
520
+
521
+ #: the-events-calendar.class.php:162
522
+ msgid "Ireland"
523
+ msgstr ""
524
+
525
+ #: the-events-calendar.class.php:163
526
+ msgid "Israel"
527
+ msgstr ""
528
+
529
+ #: the-events-calendar.class.php:164
530
+ msgid "Italy"
531
+ msgstr ""
532
+
533
+ #: the-events-calendar.class.php:165
534
+ msgid "Jamaica"
535
+ msgstr ""
536
+
537
+ #: the-events-calendar.class.php:166
538
+ msgid "Japan"
539
+ msgstr ""
540
+
541
+ #: the-events-calendar.class.php:167
542
+ msgid "Jordan"
543
+ msgstr ""
544
+
545
+ #: the-events-calendar.class.php:168
546
+ msgid "Kazakhstan"
547
+ msgstr ""
548
+
549
+ #: the-events-calendar.class.php:169
550
+ msgid "Kenya"
551
+ msgstr ""
552
+
553
+ #: the-events-calendar.class.php:170
554
+ msgid "Kiribati"
555
+ msgstr ""
556
+
557
+ #: the-events-calendar.class.php:171
558
+ msgid "Korea, Democratic People's Republic Of"
559
+ msgstr ""
560
+
561
+ #: the-events-calendar.class.php:172
562
+ msgid "Korea, Republic Of"
563
+ msgstr ""
564
+
565
+ #: the-events-calendar.class.php:173
566
+ msgid "Kuwait"
567
+ msgstr ""
568
+
569
+ #: the-events-calendar.class.php:174
570
+ msgid "Kyrgyzstan"
571
+ msgstr ""
572
+
573
+ #: the-events-calendar.class.php:175
574
+ msgid "Lao People's Democratic Republic"
575
+ msgstr ""
576
+
577
+ #: the-events-calendar.class.php:176
578
+ msgid "Latvia"
579
+ msgstr ""
580
+
581
+ #: the-events-calendar.class.php:177
582
+ msgid "Lebanon"
583
+ msgstr ""
584
+
585
+ #: the-events-calendar.class.php:178
586
+ msgid "Lesotho"
587
+ msgstr ""
588
+
589
+ #: the-events-calendar.class.php:179
590
+ msgid "Liberia"
591
+ msgstr ""
592
+
593
+ #: the-events-calendar.class.php:180
594
+ msgid "Libyan Arab Jamahiriya"
595
+ msgstr ""
596
+
597
+ #: the-events-calendar.class.php:181
598
+ msgid "Liechtenstein"
599
+ msgstr ""
600
+
601
+ #: the-events-calendar.class.php:182
602
+ msgid "Lithuania"
603
+ msgstr ""
604
+
605
+ #: the-events-calendar.class.php:183
606
+ msgid "Luxembourg"
607
+ msgstr ""
608
+
609
+ #: the-events-calendar.class.php:184
610
+ msgid "Macau"
611
+ msgstr ""
612
+
613
+ #: the-events-calendar.class.php:185
614
+ msgid "Macedonia, Former Yugoslav Republic Of"
615
+ msgstr ""
616
+
617
+ #: the-events-calendar.class.php:186
618
+ msgid "Madagascar"
619
+ msgstr ""
620
+
621
+ #: the-events-calendar.class.php:187
622
+ msgid "Malawi"
623
+ msgstr ""
624
+
625
+ #: the-events-calendar.class.php:188
626
+ msgid "Malaysia"
627
+ msgstr ""
628
+
629
+ #: the-events-calendar.class.php:189
630
+ msgid "Maldives"
631
+ msgstr ""
632
+
633
+ #: the-events-calendar.class.php:190
634
+ msgid "Mali"
635
+ msgstr ""
636
+
637
+ #: the-events-calendar.class.php:191
638
+ msgid "Malta"
639
+ msgstr ""
640
+
641
+ #: the-events-calendar.class.php:192
642
+ msgid "Marshall Islands"
643
+ msgstr ""
644
+
645
+ #: the-events-calendar.class.php:193
646
+ msgid "Martinique"
647
+ msgstr ""
648
+
649
+ #: the-events-calendar.class.php:194
650
+ msgid "Mauritania"
651
+ msgstr ""
652
+
653
+ #: the-events-calendar.class.php:195
654
+ msgid "Mauritius"
655
+ msgstr ""
656
+
657
+ #: the-events-calendar.class.php:196
658
+ msgid "Mayotte"
659
+ msgstr ""
660
+
661
+ #: the-events-calendar.class.php:197
662
+ msgid "Mexico"
663
+ msgstr ""
664
+
665
+ #: the-events-calendar.class.php:198
666
+ msgid "Micronesia, Federated States Of"
667
+ msgstr ""
668
+
669
+ #: the-events-calendar.class.php:199
670
+ msgid "Moldova, Republic Of"
671
+ msgstr ""
672
+
673
+ #: the-events-calendar.class.php:200
674
+ msgid "Monaco"
675
+ msgstr ""
676
+
677
+ #: the-events-calendar.class.php:201
678
+ msgid "Mongolia"
679
+ msgstr ""
680
+
681
+ #: the-events-calendar.class.php:202
682
+ msgid "Montserrat"
683
+ msgstr ""
684
+
685
+ #: the-events-calendar.class.php:203
686
+ msgid "Morocco"
687
+ msgstr ""
688
+
689
+ #: the-events-calendar.class.php:204
690
+ msgid "Mozambique"
691
+ msgstr ""
692
+
693
+ #: the-events-calendar.class.php:205
694
+ msgid "Myanmar"
695
+ msgstr ""
696
+
697
+ #: the-events-calendar.class.php:206
698
+ msgid "Namibia"
699
+ msgstr ""
700
+
701
+ #: the-events-calendar.class.php:207
702
+ msgid "Nauru"
703
+ msgstr ""
704
+
705
+ #: the-events-calendar.class.php:208
706
+ msgid "Nepal"
707
+ msgstr ""
708
+
709
+ #: the-events-calendar.class.php:209
710
+ msgid "Netherlands"
711
+ msgstr ""
712
+
713
+ #: the-events-calendar.class.php:210
714
+ msgid "Netherlands Antilles"
715
+ msgstr ""
716
+
717
+ #: the-events-calendar.class.php:211
718
+ msgid "New Caledonia"
719
+ msgstr ""
720
+
721
+ #: the-events-calendar.class.php:212
722
+ msgid "New Zealand"
723
+ msgstr ""
724
+
725
+ #: the-events-calendar.class.php:213
726
+ msgid "Nicaragua"
727
+ msgstr ""
728
+
729
+ #: the-events-calendar.class.php:214
730
+ msgid "Niger"
731
+ msgstr ""
732
+
733
+ #: the-events-calendar.class.php:215
734
+ msgid "Nigeria"
735
+ msgstr ""
736
+
737
+ #: the-events-calendar.class.php:216
738
+ msgid "Niue"
739
+ msgstr ""
740
+
741
+ #: the-events-calendar.class.php:217
742
+ msgid "Norfolk Island"
743
+ msgstr ""
744
+
745
+ #: the-events-calendar.class.php:218
746
+ msgid "Northern Mariana Islands"
747
+ msgstr ""
748
+
749
+ #: the-events-calendar.class.php:219
750
+ msgid "Norway"
751
+ msgstr ""
752
+
753
+ #: the-events-calendar.class.php:220
754
+ msgid "Oman"
755
+ msgstr ""
756
+
757
+ #: the-events-calendar.class.php:221
758
+ msgid "Pakistan"
759
+ msgstr ""
760
+
761
+ #: the-events-calendar.class.php:222
762
+ msgid "Palau"
763
+ msgstr ""
764
+
765
+ #: the-events-calendar.class.php:223
766
+ msgid "Panama"
767
+ msgstr ""
768
+
769
+ #: the-events-calendar.class.php:224
770
+ msgid "Papua New Guinea"
771
+ msgstr ""
772
+
773
+ #: the-events-calendar.class.php:225
774
+ msgid "Paraguay"
775
+ msgstr ""
776
+
777
+ #: the-events-calendar.class.php:226
778
+ msgid "Peru"
779
+ msgstr ""
780
+
781
+ #: the-events-calendar.class.php:227
782
+ msgid "Philippines"
783
+ msgstr ""
784
+
785
+ #: the-events-calendar.class.php:228
786
+ msgid "Pitcairn"
787
+ msgstr ""
788
+
789
+ #: the-events-calendar.class.php:229
790
+ msgid "Poland"
791
+ msgstr ""
792
+
793
+ #: the-events-calendar.class.php:230
794
+ msgid "Portugal"
795
+ msgstr ""
796
+
797
+ #: the-events-calendar.class.php:231
798
+ msgid "Puerto Rico"
799
+ msgstr ""
800
+
801
+ #: the-events-calendar.class.php:232
802
+ msgid "Qatar"
803
+ msgstr ""
804
+
805
+ #: the-events-calendar.class.php:233
806
+ msgid "Reunion"
807
+ msgstr ""
808
+
809
+ #: the-events-calendar.class.php:234
810
+ msgid "Romania"
811
+ msgstr ""
812
+
813
+ #: the-events-calendar.class.php:235
814
+ msgid "Russian Federation"
815
+ msgstr ""
816
+
817
+ #: the-events-calendar.class.php:236
818
+ msgid "Rwanda"
819
+ msgstr ""
820
+
821
+ #: the-events-calendar.class.php:237
822
+ msgid "Saint Kitts And Nevis"
823
+ msgstr ""
824
+
825
+ #: the-events-calendar.class.php:238
826
+ msgid "Saint Lucia"
827
+ msgstr ""
828
+
829
+ #: the-events-calendar.class.php:239
830
+ msgid "Saint Vincent And The Grenadines"
831
+ msgstr ""
832
+
833
+ #: the-events-calendar.class.php:240
834
+ msgid "Samoa"
835
+ msgstr ""
836
+
837
+ #: the-events-calendar.class.php:241
838
+ msgid "San Marino"
839
+ msgstr ""
840
+
841
+ #: the-events-calendar.class.php:242
842
+ msgid "Sao Tome And Principe"
843
+ msgstr ""
844
+
845
+ #: the-events-calendar.class.php:243
846
+ msgid "Saudi Arabia"
847
+ msgstr ""
848
+
849
+ #: the-events-calendar.class.php:244
850
+ msgid "Senegal"
851
+ msgstr ""
852
+
853
+ #: the-events-calendar.class.php:245
854
+ msgid "Seychelles"
855
+ msgstr ""
856
+
857
+ #: the-events-calendar.class.php:246
858
+ msgid "Sierra Leone"
859
+ msgstr ""
860
+
861
+ #: the-events-calendar.class.php:247
862
+ msgid "Singapore"
863
+ msgstr ""
864
+
865
+ #: the-events-calendar.class.php:248
866
+ msgid "Slovakia (Slovak Republic)"
867
+ msgstr ""
868
+
869
+ #: the-events-calendar.class.php:249
870
+ msgid "Slovenia"
871
+ msgstr ""
872
+
873
+ #: the-events-calendar.class.php:250
874
+ msgid "Solomon Islands"
875
+ msgstr ""
876
+
877
+ #: the-events-calendar.class.php:251
878
+ msgid "Somalia"
879
+ msgstr ""
880
+
881
+ #: the-events-calendar.class.php:252
882
+ msgid "South Africa"
883
+ msgstr ""
884
+
885
+ #: the-events-calendar.class.php:253
886
+ msgid "South Georgia, South Sandwich Islands"
887
+ msgstr ""
888
+
889
+ #: the-events-calendar.class.php:254
890
+ msgid "Spain"
891
+ msgstr ""
892
+
893
+ #: the-events-calendar.class.php:255
894
+ msgid "Sri Lanka"
895
+ msgstr ""
896
+
897
+ #: the-events-calendar.class.php:256
898
+ msgid "St. Helena"
899
+ msgstr ""
900
+
901
+ #: the-events-calendar.class.php:257
902
+ msgid "St. Pierre And Miquelon"
903
+ msgstr ""
904
+
905
+ #: the-events-calendar.class.php:258
906
+ msgid "Sudan"
907
+ msgstr ""
908
+
909
+ #: the-events-calendar.class.php:259
910
+ msgid "Suriname"
911
+ msgstr ""
912
+
913
+ #: the-events-calendar.class.php:260
914
+ msgid "Svalbard And Jan Mayen Islands"
915
+ msgstr ""
916
+
917
+ #: the-events-calendar.class.php:261
918
+ msgid "Swaziland"
919
+ msgstr ""
920
+
921
+ #: the-events-calendar.class.php:262
922
+ msgid "Sweden"
923
+ msgstr ""
924
+
925
+ #: the-events-calendar.class.php:263
926
+ msgid "Switzerland"
927
+ msgstr ""
928
+
929
+ #: the-events-calendar.class.php:264
930
+ msgid "Syrian Arab Republic"
931
+ msgstr ""
932
+
933
+ #: the-events-calendar.class.php:265
934
+ msgid "Taiwan"
935
+ msgstr ""
936
+
937
+ #: the-events-calendar.class.php:266
938
+ msgid "Tajikistan"
939
+ msgstr ""
940
+
941
+ #: the-events-calendar.class.php:267
942
+ msgid "Tanzania, United Republic Of"
943
+ msgstr ""
944
+
945
+ #: the-events-calendar.class.php:268
946
+ msgid "Thailand"
947
+ msgstr ""
948
+
949
+ #: the-events-calendar.class.php:269
950
+ msgid "Togo"
951
+ msgstr ""
952
+
953
+ #: the-events-calendar.class.php:270
954
+ msgid "Tokelau"
955
+ msgstr ""
956
+
957
+ #: the-events-calendar.class.php:271
958
+ msgid "Tonga"
959
+ msgstr ""
960
+
961
+ #: the-events-calendar.class.php:272
962
+ msgid "Trinidad And Tobago"
963
+ msgstr ""
964
+
965
+ #: the-events-calendar.class.php:273
966
+ msgid "Tunisia"
967
+ msgstr ""
968
+
969
+ #: the-events-calendar.class.php:274
970
+ msgid "Turkey"
971
+ msgstr ""
972
+
973
+ #: the-events-calendar.class.php:275
974
+ msgid "Turkmenistan"
975
+ msgstr ""
976
+
977
+ #: the-events-calendar.class.php:276
978
+ msgid "Turks And Caicos Islands"
979
+ msgstr ""
980
+
981
+ #: the-events-calendar.class.php:277
982
+ msgid "Tuvalu"
983
+ msgstr ""
984
+
985
+ #: the-events-calendar.class.php:278
986
+ msgid "Uganda"
987
+ msgstr ""
988
+
989
+ #: the-events-calendar.class.php:279
990
+ msgid "Ukraine"
991
+ msgstr ""
992
+
993
+ #: the-events-calendar.class.php:280
994
+ msgid "United Arab Emirates"
995
+ msgstr ""
996
+
997
+ #: the-events-calendar.class.php:281
998
+ msgid "United Kingdom"
999
+ msgstr ""
1000
+
1001
+ #: the-events-calendar.class.php:282
1002
+ msgid "United States Minor Outlying Islands"
1003
+ msgstr ""
1004
+
1005
+ #: the-events-calendar.class.php:283
1006
+ msgid "Uruguay"
1007
+ msgstr ""
1008
+
1009
+ #: the-events-calendar.class.php:284
1010
+ msgid "Uzbekistan"
1011
+ msgstr ""
1012
+
1013
+ #: the-events-calendar.class.php:285
1014
+ msgid "Vanuatu"
1015
+ msgstr ""
1016
+
1017
+ #: the-events-calendar.class.php:286
1018
+ msgid "Venezuela"
1019
+ msgstr ""
1020
+
1021
+ #: the-events-calendar.class.php:287
1022
+ msgid "Viet Nam"
1023
+ msgstr ""
1024
+
1025
+ #: the-events-calendar.class.php:288
1026
+ msgid "Virgin Islands (British)"
1027
+ msgstr ""
1028
+
1029
+ #: the-events-calendar.class.php:289
1030
+ msgid "Virgin Islands (U.S.)"
1031
+ msgstr ""
1032
+
1033
+ #: the-events-calendar.class.php:290
1034
+ msgid "Wallis And Futuna Islands"
1035
+ msgstr ""
1036
+
1037
+ #: the-events-calendar.class.php:291
1038
+ msgid "Western Sahara"
1039
+ msgstr ""
1040
+
1041
+ #: the-events-calendar.class.php:292
1042
+ msgid "Yemen"
1043
+ msgstr ""
1044
+
1045
+ #: the-events-calendar.class.php:293
1046
+ msgid "Yugoslavia"
1047
+ msgstr ""
1048
+
1049
+ #: the-events-calendar.class.php:294
1050
+ msgid "Zambia"
1051
+ msgstr ""
1052
+
1053
+ #: the-events-calendar.class.php:295
1054
+ msgid "Zimbabwe"
1055
+ msgstr ""
1056
+
1057
+ #: the-events-calendar.class.php:490
1058
+ msgid "Jan"
1059
+ msgstr "Янв"
1060
+
1061
+ #: the-events-calendar.class.php:491
1062
+ msgid "Feb"
1063
+ msgstr "Фев"
1064
+
1065
+ #: the-events-calendar.class.php:492
1066
+ msgid "Mar"
1067
+ msgstr "Мар"
1068
+
1069
+ #: the-events-calendar.class.php:493
1070
+ msgid "Apr"
1071
+ msgstr "Апр"
1072
+
1073
+ #: the-events-calendar.class.php:494
1074
+ #: the-events-calendar.class.php:508
1075
+ msgid "May"
1076
+ msgstr "Май"
1077
+
1078
+ #: the-events-calendar.class.php:495
1079
+ msgid "Jun"
1080
+ msgstr "Июн"
1081
+
1082
+ #: the-events-calendar.class.php:496
1083
+ msgid "Jul"
1084
+ msgstr "Июл"
1085
+
1086
+ #: the-events-calendar.class.php:497
1087
+ msgid "Aug"
1088
+ msgstr "Авг"
1089
+
1090
+ #: the-events-calendar.class.php:498
1091
+ msgid "Sep"
1092
+ msgstr "Сен"
1093
+
1094
+ #: the-events-calendar.class.php:499
1095
+ msgid "Oct"
1096
+ msgstr "Окт"
1097
+
1098
+ #: the-events-calendar.class.php:500
1099
+ msgid "Nov"
1100
+ msgstr "Ноя"
1101
+
1102
+ #: the-events-calendar.class.php:501
1103
+ msgid "Dec"
1104
+ msgstr "Дек"
1105
+
1106
+ #: the-events-calendar.class.php:504
1107
+ msgid "January"
1108
+ msgstr "Январь"
1109
+
1110
+ #: the-events-calendar.class.php:505
1111
+ msgid "February"
1112
+ msgstr "Февраль"
1113
+
1114
+ #: the-events-calendar.class.php:506
1115
+ msgid "March"
1116
+ msgstr "Март"
1117
+
1118
+ #: the-events-calendar.class.php:507
1119
+ msgid "April"
1120
+ msgstr "Апрель"
1121
+
1122
+ #: the-events-calendar.class.php:509
1123
+ msgid "June"
1124
+ msgstr "Июнь"
1125
+
1126
+ #: the-events-calendar.class.php:510
1127
+ msgid "July"
1128
+ msgstr "Июль"
1129
+
1130
+ #: the-events-calendar.class.php:511
1131
+ msgid "August"
1132
+ msgstr "Август"
1133
+
1134
+ #: the-events-calendar.class.php:512
1135
+ msgid "September"
1136
+ msgstr "Сентябрь"
1137
+
1138
+ #: the-events-calendar.class.php:513
1139
+ msgid "October"
1140
+ msgstr "Октябрь"
1141
+
1142
+ #: the-events-calendar.class.php:514
1143
+ msgid "November"
1144
+ msgstr "Ноябрь"
1145
+
1146
+ #: the-events-calendar.class.php:515
1147
+ msgid "December"
1148
+ msgstr "Декабрь"
1149
+
1150
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.6) #-#-#-#-#
1151
+ #. Plugin Name of the plugin/theme
1152
+ #: the-events-calendar.class.php:1007
1153
+ msgid "The Events Calendar"
1154
+ msgstr "Календарь событий"
1155
+
1156
+ #: views/events-list-load-widget-admin.php:7
1157
+ msgid "Show:"
1158
+ msgstr "Показать:"
1159
+
1160
+ #: views/events-list-load-widget-admin.php:15
1161
+ msgid "Don't show the widget if there are no upcoming events:"
1162
+ msgstr "Не показывать виджет при отсутствии событий:"
1163
+
1164
+ #: views/events-list-load-widget-admin.php:21
1165
+ msgid "Display:"
1166
+ msgstr "Показать:"
1167
+
1168
+ #: views/events-list-load-widget-admin.php:24
1169
+ msgid "Start Date & Time"
1170
+ msgstr "Дата и время начала"
1171
+
1172
+ #: views/events-list-load-widget-admin.php:25
1173
+ msgid "End Date & Time"
1174
+ msgstr "Дата и время окончания"
1175
+
1176
+ #: views/events-list-load-widget-admin.php:26
1177
+ msgid "Venue"
1178
+ msgstr "Место"
1179
+
1180
+ #: views/events-list-load-widget-admin.php:27
1181
+ msgid "Address"
1182
+ msgstr "Адрес"
1183
+
1184
+ #: views/events-list-load-widget-admin.php:28
1185
+ msgid "City"
1186
+ msgstr "Город"
1187
+
1188
+ #: views/events-list-load-widget-admin.php:29
1189
+ msgid "State (US)"
1190
+ msgstr "Штат (US)"
1191
+
1192
+ #: views/events-list-load-widget-admin.php:30
1193
+ msgid "Province (Int)"
1194
+ msgstr "Область"
1195
+
1196
+ #: views/events-list-load-widget-admin.php:31
1197
+ msgid "Postal Code"
1198
+ msgstr "Индекс"
1199
+
1200
+ #: views/events-list-load-widget-admin.php:32
1201
+ msgid "Country"
1202
+ msgstr "Страна"
1203
+
1204
+ #: views/events-list-load-widget-admin.php:33
1205
+ #: views/events-meta-box.php:136
1206
+ msgid "Phone"
1207
+ msgstr "Телефон"
1208
+
1209
+ #: views/events-list-load-widget-admin.php:34
1210
+ msgid "Price"
1211
+ msgstr "Стоимость"
1212
+
1213
+ #: views/events-list-load-widget-display.php:47
1214
+ msgid "More Info"
1215
+ msgstr "далее..."
1216
+
1217
+ #: views/events-meta-box.php:136
1218
+ msgid "is not valid."
1219
+ msgstr "неверно."
1220
+
1221
+ #: views/events-meta-box.php:136
1222
+ msgid "Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may also use an optional extension of up to five digits prefixed by x or ext (eg. 123 123 4567 x89)"
1223
+ msgstr "Правильные значения в локальном формате (напр. 02 1234 5678 или 123 123 4567) или международном формате (напр. +61 (0) 2 1234 5678 или +1 123 123 4567). Вы также можете использовать номер донабора длиной до 5 символов. начав его с x или ext (напр. 123 123 4567 x89)"
1224
+
1225
+ #: views/events-meta-box.php:210
1226
+ msgid "Is this post an event?"
1227
+ msgstr "Эта запись является событием ?"
1228
+
1229
+ #: views/events-meta-box.php:211
1230
+ #: views/events-options.php:181
1231
+ msgid "Yes"
1232
+ msgstr "Да"
1233
+
1234
+ #: views/events-meta-box.php:212
1235
+ #: views/events-options.php:185
1236
+ msgid "No"
1237
+ msgstr "Нет"
1238
+
1239
+ #: views/events-meta-box.php:229
1240
+ msgid "Event Time &amp; Date"
1241
+ msgstr "Время и дата события"
1242
+
1243
+ #: views/events-meta-box.php:232
1244
+ msgid "All day event?"
1245
+ msgstr "На весь день?"
1246
+
1247
+ #: views/events-meta-box.php:236
1248
+ msgid "Start Date / Time:"
1249
+ msgstr "Дата и время начала:"
1250
+
1251
+ #: views/events-meta-box.php:250
1252
+ #: views/events-meta-box.php:280
1253
+ msgid "@"
1254
+ msgstr "@"
1255
+
1256
+ #: views/events-meta-box.php:266
1257
+ msgid "End Date / Time:"
1258
+ msgstr "Дата и время окончания:"
1259
+
1260
+ #: views/events-meta-box.php:296
1261
+ msgid "Event Location Details"
1262
+ msgstr "Место проведения"
1263
+
1264
+ #: views/events-meta-box.php:299
1265
+ #: views/list.php:45
1266
+ #: views/single.php:27
1267
+ msgid "Venue:"
1268
+ msgstr "Место:"
1269
+
1270
+ #: views/events-meta-box.php:305
1271
+ msgid "Country:"
1272
+ msgstr "Страна:"
1273
+
1274
+ #: views/events-meta-box.php:341
1275
+ #: views/list.php:60
1276
+ #: views/single.php:36
1277
+ msgid "Address:"
1278
+ msgstr "Адрес:"
1279
+
1280
+ #: views/events-meta-box.php:345
1281
+ msgid "City:"
1282
+ msgstr "Город:"
1283
+
1284
+ #: views/events-meta-box.php:350
1285
+ msgid "Province:"
1286
+ msgstr "Область:"
1287
+
1288
+ #: views/events-meta-box.php:354
1289
+ msgid "State:"
1290
+ msgstr "Штат:"
1291
+
1292
+ #: views/events-meta-box.php:357
1293
+ msgid "Select a State:"
1294
+ msgstr "Выберите штат:"
1295
+
1296
+ #: views/events-meta-box.php:359
1297
+ msgid "Alabama"
1298
+ msgstr ""
1299
+
1300
+ #: views/events-meta-box.php:360
1301
+ msgid "Alaska"
1302
+ msgstr ""
1303
+
1304
+ #: views/events-meta-box.php:361
1305
+ msgid "Arizona"
1306
+ msgstr ""
1307
+
1308
+ #: views/events-meta-box.php:362
1309
+ msgid "Arkansas"
1310
+ msgstr ""
1311
+
1312
+ #: views/events-meta-box.php:363
1313
+ msgid "California"
1314
+ msgstr ""
1315
+
1316
+ #: views/events-meta-box.php:364
1317
+ msgid "Colorado"
1318
+ msgstr ""
1319
+
1320
+ #: views/events-meta-box.php:365
1321
+ msgid "Connecticut"
1322
+ msgstr ""
1323
+
1324
+ #: views/events-meta-box.php:366
1325
+ msgid "Delaware"
1326
+ msgstr ""
1327
+
1328
+ #: views/events-meta-box.php:367
1329
+ msgid "District of Columbia"
1330
+ msgstr ""
1331
+
1332
+ #: views/events-meta-box.php:368
1333
+ msgid "Florida"
1334
+ msgstr ""
1335
+
1336
+ #: views/events-meta-box.php:370
1337
+ msgid "Hawaii"
1338
+ msgstr ""
1339
+
1340
+ #: views/events-meta-box.php:371
1341
+ msgid "Idaho"
1342
+ msgstr ""
1343
+
1344
+ #: views/events-meta-box.php:372
1345
+ msgid "Illinois"
1346
+ msgstr ""
1347
+
1348
+ #: views/events-meta-box.php:373
1349
+ msgid "Indiana"
1350
+ msgstr ""
1351
+
1352
+ #: views/events-meta-box.php:374
1353
+ msgid "Iowa"
1354
+ msgstr ""
1355
+
1356
+ #: views/events-meta-box.php:375
1357
+ msgid "Kansas"
1358
+ msgstr ""
1359
+
1360
+ #: views/events-meta-box.php:376
1361
+ msgid "Kentucky"
1362
+ msgstr ""
1363
+
1364
+ #: views/events-meta-box.php:377
1365
+ msgid "Louisiana"
1366
+ msgstr ""
1367
+
1368
+ #: views/events-meta-box.php:378
1369
+ msgid "Maine"
1370
+ msgstr ""
1371
+
1372
+ #: views/events-meta-box.php:379
1373
+ msgid "Maryland"
1374
+ msgstr ""
1375
+
1376
+ #: views/events-meta-box.php:380
1377
+ msgid "Massachusetts"
1378
+ msgstr ""
1379
+
1380
+ #: views/events-meta-box.php:381
1381
+ msgid "Michigan"
1382
+ msgstr ""
1383
+
1384
+ #: views/events-meta-box.php:382
1385
+ msgid "Minnesota"
1386
+ msgstr ""
1387
+
1388
+ #: views/events-meta-box.php:383
1389
+ msgid "Mississippi"
1390
+ msgstr ""
1391
+
1392
+ #: views/events-meta-box.php:384
1393
+ msgid "Missouri"
1394
+ msgstr ""
1395
+
1396
+ #: views/events-meta-box.php:385
1397
+ msgid "Montana"
1398
+ msgstr ""
1399
+
1400
+ #: views/events-meta-box.php:386
1401
+ msgid "Nebraska"
1402
+ msgstr ""
1403
+
1404
+ #: views/events-meta-box.php:387
1405
+ msgid "Nevada"
1406
+ msgstr ""
1407
+
1408
+ #: views/events-meta-box.php:388
1409
+ msgid "New Hampshire"
1410
+ msgstr ""
1411
+
1412
+ #: views/events-meta-box.php:389
1413
+ msgid "New Jersey"
1414
+ msgstr ""
1415
+
1416
+ #: views/events-meta-box.php:390
1417
+ msgid "New Mexico"
1418
+ msgstr ""
1419
+
1420
+ #: views/events-meta-box.php:391
1421
+ msgid "New York"
1422
+ msgstr ""
1423
+
1424
+ #: views/events-meta-box.php:392
1425
+ msgid "North Carolina"
1426
+ msgstr ""
1427
+
1428
+ #: views/events-meta-box.php:393
1429
+ msgid "North Dakota"
1430
+ msgstr ""
1431
+
1432
+ #: views/events-meta-box.php:394
1433
+ msgid "Ohio"
1434
+ msgstr ""
1435
+
1436
+ #: views/events-meta-box.php:395
1437
+ msgid "Oklahoma"
1438
+ msgstr ""
1439
+
1440
+ #: views/events-meta-box.php:396
1441
+ msgid "Oregon"
1442
+ msgstr ""
1443
+
1444
+ #: views/events-meta-box.php:397
1445
+ msgid "Pennsylvania"
1446
+ msgstr ""
1447
+
1448
+ #: views/events-meta-box.php:398
1449
+ msgid "Rhode Island"
1450
+ msgstr ""
1451
+
1452
+ #: views/events-meta-box.php:399
1453
+ msgid "South Carolina"
1454
+ msgstr ""
1455
+
1456
+ #: views/events-meta-box.php:400
1457
+ msgid "South Dakota"
1458
+ msgstr ""
1459
+
1460
+ #: views/events-meta-box.php:401
1461
+ msgid "Tennessee"
1462
+ msgstr ""
1463
+
1464
+ #: views/events-meta-box.php:402
1465
+ msgid "Texas"
1466
+ msgstr ""
1467
+
1468
+ #: views/events-meta-box.php:403
1469
+ msgid "Utah"
1470
+ msgstr ""
1471
+
1472
+ #: views/events-meta-box.php:404
1473
+ msgid "Vermont"
1474
+ msgstr ""
1475
+
1476
+ #: views/events-meta-box.php:405
1477
+ msgid "Virginia"
1478
+ msgstr ""
1479
+
1480
+ #: views/events-meta-box.php:406
1481
+ msgid "Washington"
1482
+ msgstr ""
1483
+
1484
+ #: views/events-meta-box.php:407
1485
+ msgid "West Virginia"
1486
+ msgstr ""
1487
+
1488
+ #: views/events-meta-box.php:408
1489
+ msgid "Wisconsin"
1490
+ msgstr ""
1491
+
1492
+ #: views/events-meta-box.php:409
1493
+ msgid "Wyoming"
1494
+ msgstr ""
1495
+
1496
+ #: views/events-meta-box.php:423
1497
+ msgid "Postal Code:"
1498
+ msgstr "Индекс:"
1499
+
1500
+ #: views/events-meta-box.php:427
1501
+ msgid "Show Google Map Link:"
1502
+ msgstr "Показать ссылку на карту:"
1503
+
1504
+ #: views/events-meta-box.php:439
1505
+ msgid "Show Google Map:"
1506
+ msgstr "Показать карту:"
1507
+
1508
+ #: views/events-meta-box.php:444
1509
+ #: views/list.php:54
1510
+ #: views/single.php:31
1511
+ msgid "Phone:"
1512
+ msgstr "Телефон:"
1513
+
1514
+ #: views/events-meta-box.php:448
1515
+ msgid "Event Cost"
1516
+ msgstr "Стоимость"
1517
+
1518
+ #: views/events-meta-box.php:451
1519
+ #: views/list.php:72
1520
+ #: views/single.php:21
1521
+ msgid "Cost:"
1522
+ msgstr "Стоимость:"
1523
+
1524
+ #: views/events-meta-box.php:456
1525
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1526
+ msgstr "Не заполняйте, чтобы скрыть это поле. Введите 0 для бесплатных событий."
1527
+
1528
+ #: views/events-meta-box.php:460
1529
+ msgid "Sell Tickets &amp; Track Registration"
1530
+ msgstr "Продавать билеты и отслеживать регистрацию"
1531
+
1532
+ #: views/events-meta-box.php:465
1533
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1534
+ msgstr "Хотите продавать билеты и отслеживать регистрацию ? Теперь вы можете делать это бесплатно, используя наш <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite это многофункциональный простой инструмент управления событиями. \"Чорт, вы тут нам пытаетесь впарить Eventbrit. Это плохо.\" Ну, если вы заговорили про это... да. Мы получаем немного за каждого, кто зарегистрирует событие с нашей ссылкой. Это позволяет нам продолжать развивать и поддерживать плагины для сообщества open source."
1535
+
1536
+ #: views/events-meta-box.php:465
1537
+ msgid "Check it out here."
1538
+ msgstr "Посмотрите на него здесь."
1539
+
1540
+ #: views/events-meta-box.php:483
1541
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1542
+ msgstr "<h4>Если вам понравился этот плагин -- помогите его поддерживать</h4><p>Мы тратим много времени и сил для создания качественных плагинов и нам нравится делиться ими с сообществом. Если вы используете этот плагин, сделайте пожертвование для того, чтобы помочь продолжать его развитие. Вы можете убрать это сообщение на <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">странице настроек</a>.</p>"
1543
+
1544
+ #: views/events-meta-box.php:485
1545
+ msgid "Thanks"
1546
+ msgstr "Спасибо"
1547
+
1548
+ #: views/events-options.php:74
1549
+ msgid "The Events Calendar Settings"
1550
+ msgstr "Настройки календаря"
1551
+
1552
+ #: views/events-options.php:94
1553
+ msgid "Need a hand?"
1554
+ msgstr "Хотите настроить ?"
1555
+
1556
+ #: views/events-options.php:95
1557
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1558
+ msgstr "Если вы не понимаете, как это все настраивать, пожалуйста <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">прочтите документацию</a>. Если после этого у вас останутся вопросы обратитесь в <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">форум поддержки</a>. В сообществе open source много приятных людей, которые вам с удовольствием помогут."
1559
+
1560
+ #: views/events-options.php:96
1561
+ msgid "Here is the iCal feed URL for your events: "
1562
+ msgstr "Ссылка iCal на ваш календарь:"
1563
+
1564
+ #: views/events-options.php:99
1565
+ msgid "Donate"
1566
+ msgstr "Пожертвовать"
1567
+
1568
+ #: views/events-options.php:108
1569
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1570
+ msgstr "Если вы считаете этот плагин полезным, пожалуйста пожертвуйте его создателям Shane &#38; Peter, Inc. Спасибо !"
1571
+
1572
+ #: views/events-options.php:112
1573
+ msgid "I have already donated, so please hide this button!"
1574
+ msgstr "Я уже сделал пожертвование, уберите эту кнопку !"
1575
+
1576
+ #: views/events-options.php:122
1577
+ msgid "Donate for this wonderful plugin"
1578
+ msgstr "Пожертвовать на этот замечательный плагин"
1579
+
1580
+ #: views/events-options.php:136
1581
+ msgid "Settings"
1582
+ msgstr "Настройки"
1583
+
1584
+ #: views/events-options.php:139
1585
+ #: views/events-options.php:143
1586
+ msgid "Default View for the Events"
1587
+ msgstr "Стандартный вид для событий"
1588
+
1589
+ #: views/events-options.php:155
1590
+ #: views/gridview.php:28
1591
+ #: views/list.php:12
1592
+ msgid "Calendar"
1593
+ msgstr "Календарь"
1594
+
1595
+ #: views/events-options.php:159
1596
+ #: views/gridview.php:27
1597
+ #: views/list.php:11
1598
+ msgid "Event List"
1599
+ msgstr "Список событий"
1600
+
1601
+ #: views/events-options.php:165
1602
+ #: views/events-options.php:169
1603
+ msgid "Show Comments"
1604
+ msgstr "Показывать комментарии"
1605
+
1606
+ #: views/events-options.php:191
1607
+ msgid "Default Country for Events"
1608
+ msgstr "Стандартная страна для событий"
1609
+
1610
+ #: views/events-options.php:214
1611
+ #: views/events-options.php:218
1612
+ msgid "Display Events on Homepage"
1613
+ msgstr "Показывать события на домашней"
1614
+
1615
+ #: views/events-options.php:225
1616
+ #: views/events-options.php:254
1617
+ #: views/events-options.php:281
1618
+ #: views/events-options.php:307
1619
+ msgid "Off"
1620
+ msgstr "Выкл"
1621
+
1622
+ #: views/events-options.php:229
1623
+ #: views/events-options.php:258
1624
+ #: views/events-options.php:285
1625
+ #: views/events-options.php:311
1626
+ msgid "On"
1627
+ msgstr "Вкл"
1628
+
1629
+ #: views/events-options.php:236
1630
+ #: views/events-options.php:240
1631
+ msgid "Embed Google Maps"
1632
+ msgstr "Вставить карты Гугла"
1633
+
1634
+ #: views/events-options.php:261
1635
+ msgid "Height"
1636
+ msgstr "Высота"
1637
+
1638
+ #: views/events-options.php:262
1639
+ msgid "Width"
1640
+ msgstr "Ширина"
1641
+
1642
+ #: views/events-options.php:262
1643
+ msgid "(number or %)"
1644
+ msgstr "(значение или %)"
1645
+
1646
+ #: views/events-options.php:270
1647
+ #: views/events-options.php:274
1648
+ msgid "Feature on Event Date"
1649
+ msgstr "Сообщение о дате события"
1650
+
1651
+ #: views/events-options.php:288
1652
+ msgid "This option will bump an event to the top of the homepage loop on the day of the event."
1653
+ msgstr "Данная опция \"вытолкнет\" событие в начало домашней страницы в день события."
1654
+
1655
+ #: views/events-options.php:296
1656
+ #: views/events-options.php:300
1657
+ msgid "Use Pretty URLs"
1658
+ msgstr "Использовать Pretty URLs"
1659
+
1660
+ #: views/events-options.php:314
1661
+ msgid "Pretty URLs (ie, http://site/category/events/upcoming) may interfere with custom themes or plugins."
1662
+ msgstr "Pretty URLs (ie, http://site/category/events/upcoming) могут конфликтовать с другими темами и плагинами"
1663
+
1664
+ #: views/events-options.php:340
1665
+ msgid "Save Changes"
1666
+ msgstr "Сохранить изменения"
1667
+
1668
+ #: views/gridview.php:9
1669
+ #: views/list.php:9
1670
+ msgid "Calendar of Events"
1671
+ msgstr "Календарь событий"
1672
+
1673
+ #: views/list.php:33
1674
+ #: views/single.php:14
1675
+ msgid "Start:"
1676
+ msgstr "Начало:"
1677
+
1678
+ #: views/list.php:37
1679
+ #: views/single.php:17
1680
+ msgid "End:"
1681
+ msgstr "Окончание:"
1682
+
1683
+ #: views/list.php:62
1684
+ #: views/single.php:38
1685
+ msgid "Google Map"
1686
+ msgstr "Карта Гугла"
1687
+
1688
+ #: views/list.php:94
1689
+ msgid "&laquo; Previous Events"
1690
+ msgstr "&laquo; Пред. события"
1691
+
1692
+ #: views/list.php:107
1693
+ msgid "Next Events &raquo;"
1694
+ msgstr "След. события &raquo;"
1695
+
1696
+ #: views/single.php:9
1697
+ msgid "&laquo; Back to Events"
1698
+ msgstr "&laquo; Обратно к событиям"
1699
+
1700
+ #: views/single.php:11
1701
+ msgid "This event has passed."
1702
+ msgstr "Событие уже прошло"
1703
+
1704
+ #: views/single.php:38
1705
+ msgid "Click to view a Google Map"
1706
+ msgstr "Нажмите для того, чтобы увидеть карту Гугла"
1707
+
1708
+ #. Plugin URI of the plugin/theme
1709
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1710
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1711
+
1712
+ #. Description of the plugin/theme
1713
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation. When updating The Events Calendar, if EventBrite for The Events Calendar is being used, the two plugins must be updated together. Requires PHP 5.1 or above."
1714
+ msgstr "Плагин The Events Calendar позволяет вам быстро создавать и управлять событиями, используя редактор для записей. Дополнительно имеется интеграция с Eventbrite, картами Гугла, стандартные шаблоны для календаря и списка событий. Если вы используете EventBrite, то при обновлении плагина The Events Calendar надо обновлять и плагин для EventBrite. Требуется PHP 5.1 или выше."
1715
+
1716
+ #. Author of the plugin/theme
1717
+ msgid "Shane & Peter, Inc."
1718
+ msgstr "Shane & Peter, Inc."
1719
+
1720
+ #. Author URI of the plugin/theme
1721
+ msgid "http://www.shaneandpeter.com/"
1722
+ msgstr "http://www.shaneandpeter.com/"
1723
+
trunk/lang/the-events-calendar-sp_SP.mo ADDED
Binary file
trunk/lang/the-events-calendar-sp_SP.po ADDED
@@ -0,0 +1,1618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.5.4 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: The Events Calendar 1.5.4\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
10
+ "POT-Creation-Date: 2010-02-16 02:03+0000\n"
11
+ "PO-Revision-Date: 2010-02-21 15:53-0800\n"
12
+ "Last-Translator: Aaron Rhodes <aaron@aaronrhodes.org>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=utf-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #: the-events-calendar.php:54
19
+ msgid "United States"
20
+ msgstr "trans_unitedstates"
21
+
22
+ #: the-events-calendar.php:55
23
+ msgid "Afghanistan"
24
+ msgstr "trans_afghanistan"
25
+
26
+ #: the-events-calendar.php:56
27
+ msgid "Albania"
28
+ msgstr "Albania"
29
+
30
+ #: the-events-calendar.php:57
31
+ msgid "Algeria"
32
+ msgstr "Algeria"
33
+
34
+ #: the-events-calendar.php:58
35
+ msgid "American Samoa"
36
+ msgstr "American Samoa"
37
+
38
+ #: the-events-calendar.php:59
39
+ msgid "Andorra"
40
+ msgstr "Andorra"
41
+
42
+ #: the-events-calendar.php:60
43
+ msgid "Angola"
44
+ msgstr "Angola"
45
+
46
+ #: the-events-calendar.php:61
47
+ msgid "Anguilla"
48
+ msgstr "Anguilla"
49
+
50
+ #: the-events-calendar.php:62
51
+ msgid "Antarctica"
52
+ msgstr "Antarctica"
53
+
54
+ #: the-events-calendar.php:63
55
+ msgid "Antigua And Barbuda"
56
+ msgstr "Antigua And Barbuda"
57
+
58
+ #: the-events-calendar.php:64
59
+ msgid "Argentina"
60
+ msgstr "Argentina"
61
+
62
+ #: the-events-calendar.php:65
63
+ msgid "Armenia"
64
+ msgstr "Armenia"
65
+
66
+ #: the-events-calendar.php:66
67
+ msgid "Aruba"
68
+ msgstr "Aruba"
69
+
70
+ #: the-events-calendar.php:67
71
+ msgid "Australia"
72
+ msgstr "Australia"
73
+
74
+ #: the-events-calendar.php:68
75
+ msgid "Austria"
76
+ msgstr "Austria"
77
+
78
+ #: the-events-calendar.php:69
79
+ msgid "Azerbaijan"
80
+ msgstr "Azerbaijan"
81
+
82
+ #: the-events-calendar.php:70
83
+ msgid "Bahamas"
84
+ msgstr "Bahamas"
85
+
86
+ #: the-events-calendar.php:71
87
+ msgid "Bahrain"
88
+ msgstr "Bahrain"
89
+
90
+ #: the-events-calendar.php:72
91
+ msgid "Bangladesh"
92
+ msgstr "Bangladesh"
93
+
94
+ #: the-events-calendar.php:73
95
+ msgid "Barbados"
96
+ msgstr "Barbados"
97
+
98
+ #: the-events-calendar.php:74
99
+ msgid "Belarus"
100
+ msgstr "Belarus"
101
+
102
+ #: the-events-calendar.php:75
103
+ msgid "Belgium"
104
+ msgstr "Belgium"
105
+
106
+ #: the-events-calendar.php:76
107
+ msgid "Belize"
108
+ msgstr "Belize"
109
+
110
+ #: the-events-calendar.php:77
111
+ msgid "Benin"
112
+ msgstr "Benin"
113
+
114
+ #: the-events-calendar.php:78
115
+ msgid "Bermuda"
116
+ msgstr "Bermuda"
117
+
118
+ #: the-events-calendar.php:79
119
+ msgid "Bhutan"
120
+ msgstr "Bhutan"
121
+
122
+ #: the-events-calendar.php:80
123
+ msgid "Bolivia"
124
+ msgstr "Bolivia"
125
+
126
+ #: the-events-calendar.php:81
127
+ msgid "Bosnia And Herzegowina"
128
+ msgstr "Bosnia And Herzegowina"
129
+
130
+ #: the-events-calendar.php:82
131
+ msgid "Botswana"
132
+ msgstr "Botswana"
133
+
134
+ #: the-events-calendar.php:83
135
+ msgid "Bouvet Island"
136
+ msgstr "Bouvet Island"
137
+
138
+ #: the-events-calendar.php:84
139
+ msgid "Brazil"
140
+ msgstr "Brazil"
141
+
142
+ #: the-events-calendar.php:85
143
+ msgid "British Indian Ocean Territory"
144
+ msgstr "British Indian Ocean Territory"
145
+
146
+ #: the-events-calendar.php:86
147
+ msgid "Brunei Darussalam"
148
+ msgstr "Brunei Darussalam"
149
+
150
+ #: the-events-calendar.php:87
151
+ msgid "Bulgaria"
152
+ msgstr "Bulgaria"
153
+
154
+ #: the-events-calendar.php:88
155
+ msgid "Burkina Faso"
156
+ msgstr "Burkina Faso"
157
+
158
+ #: the-events-calendar.php:89
159
+ msgid "Burundi"
160
+ msgstr "Burundi"
161
+
162
+ #: the-events-calendar.php:90
163
+ msgid "Cambodia"
164
+ msgstr "Cambodia"
165
+
166
+ #: the-events-calendar.php:91
167
+ msgid "Cameroon"
168
+ msgstr "Cameroon"
169
+
170
+ #: the-events-calendar.php:92
171
+ msgid "Canada"
172
+ msgstr "Canada"
173
+
174
+ #: the-events-calendar.php:93
175
+ msgid "Cape Verde"
176
+ msgstr "Cape Verde"
177
+
178
+ #: the-events-calendar.php:94
179
+ msgid "Cayman Islands"
180
+ msgstr "Cayman Islands"
181
+
182
+ #: the-events-calendar.php:95
183
+ msgid "Central African Republic"
184
+ msgstr "Central African Republic"
185
+
186
+ #: the-events-calendar.php:96
187
+ msgid "Chad"
188
+ msgstr "Chad"
189
+
190
+ #: the-events-calendar.php:97
191
+ msgid "Chile"
192
+ msgstr "Chile"
193
+
194
+ #: the-events-calendar.php:98
195
+ msgid "China"
196
+ msgstr "China"
197
+
198
+ #: the-events-calendar.php:99
199
+ msgid "Christmas Island"
200
+ msgstr "Christmas Island"
201
+
202
+ #: the-events-calendar.php:100
203
+ msgid "Cocos (Keeling) Islands"
204
+ msgstr "Cocos (Keeling) Islands"
205
+
206
+ #: the-events-calendar.php:101
207
+ msgid "Colombia"
208
+ msgstr "Colombia"
209
+
210
+ #: the-events-calendar.php:102
211
+ msgid "Comoros"
212
+ msgstr "Comoros"
213
+
214
+ #: the-events-calendar.php:103
215
+ msgid "Congo"
216
+ msgstr "Congo"
217
+
218
+ #: the-events-calendar.php:104
219
+ msgid "Congo, The Democratic Republic Of The"
220
+ msgstr "Congo, The Democratic Republic Of The"
221
+
222
+ #: the-events-calendar.php:105
223
+ msgid "Cook Islands"
224
+ msgstr "Cook Islands"
225
+
226
+ #: the-events-calendar.php:106
227
+ msgid "Costa Rica"
228
+ msgstr "Costa Rica"
229
+
230
+ #: the-events-calendar.php:107
231
+ msgid "Cote D'Ivoire"
232
+ msgstr "Cote D'Ivoire"
233
+
234
+ #: the-events-calendar.php:108
235
+ msgid "Croatia (Local Name: Hrvatska)"
236
+ msgstr "Croatia (Local Name: Hrvatska)"
237
+
238
+ #: the-events-calendar.php:109
239
+ msgid "Cuba"
240
+ msgstr "Cuba"
241
+
242
+ #: the-events-calendar.php:110
243
+ msgid "Cyprus"
244
+ msgstr "Cyprus"
245
+
246
+ #: the-events-calendar.php:111
247
+ msgid "Czech Republic"
248
+ msgstr "Czech Republic"
249
+
250
+ #: the-events-calendar.php:112
251
+ msgid "Denmark"
252
+ msgstr "Denmark"
253
+
254
+ #: the-events-calendar.php:113
255
+ msgid "Djibouti"
256
+ msgstr "Djibouti"
257
+
258
+ #: the-events-calendar.php:114
259
+ msgid "Dominica"
260
+ msgstr "Dominica"
261
+
262
+ #: the-events-calendar.php:115
263
+ msgid "Dominican Republic"
264
+ msgstr "Dominican Republic"
265
+
266
+ #: the-events-calendar.php:116
267
+ msgid "East Timor"
268
+ msgstr "East Timor"
269
+
270
+ #: the-events-calendar.php:117
271
+ msgid "Ecuador"
272
+ msgstr "Ecuador"
273
+
274
+ #: the-events-calendar.php:118
275
+ msgid "Egypt"
276
+ msgstr "Egypt"
277
+
278
+ #: the-events-calendar.php:119
279
+ msgid "El Salvador"
280
+ msgstr "El Salvador"
281
+
282
+ #: the-events-calendar.php:120
283
+ msgid "Equatorial Guinea"
284
+ msgstr "Equatorial Guinea"
285
+
286
+ #: the-events-calendar.php:121
287
+ msgid "Eritrea"
288
+ msgstr "Eritrea"
289
+
290
+ #: the-events-calendar.php:122
291
+ msgid "Estonia"
292
+ msgstr "Estonia"
293
+
294
+ #: the-events-calendar.php:123
295
+ msgid "Ethiopia"
296
+ msgstr "Ethiopia"
297
+
298
+ #: the-events-calendar.php:124
299
+ msgid "Falkland Islands (Malvinas)"
300
+ msgstr "Falkland Islands (Malvinas)"
301
+
302
+ #: the-events-calendar.php:125
303
+ msgid "Faroe Islands"
304
+ msgstr "Faroe Islands"
305
+
306
+ #: the-events-calendar.php:126
307
+ msgid "Fiji"
308
+ msgstr "Fiji"
309
+
310
+ #: the-events-calendar.php:127
311
+ msgid "Finland"
312
+ msgstr "Finland"
313
+
314
+ #: the-events-calendar.php:128
315
+ msgid "France"
316
+ msgstr "France"
317
+
318
+ #: the-events-calendar.php:129
319
+ msgid "France, Metropolitan"
320
+ msgstr "France, Metropolitan"
321
+
322
+ #: the-events-calendar.php:130
323
+ msgid "French Guiana"
324
+ msgstr "French Guiana"
325
+
326
+ #: the-events-calendar.php:131
327
+ msgid "French Polynesia"
328
+ msgstr "French Polynesia"
329
+
330
+ #: the-events-calendar.php:132
331
+ msgid "French Southern Territories"
332
+ msgstr "French Southern Territories"
333
+
334
+ #: the-events-calendar.php:133
335
+ msgid "Gabon"
336
+ msgstr "Gabon"
337
+
338
+ #: the-events-calendar.php:134
339
+ msgid "Gambia"
340
+ msgstr "Gambia"
341
+
342
+ #: the-events-calendar.php:135
343
+ #: views/events-meta-box.php:282
344
+ msgid "Georgia"
345
+ msgstr "Georgia"
346
+
347
+ #: the-events-calendar.php:136
348
+ msgid "Germany"
349
+ msgstr "Germany"
350
+
351
+ #: the-events-calendar.php:137
352
+ msgid "Ghana"
353
+ msgstr "Ghana"
354
+
355
+ #: the-events-calendar.php:138
356
+ msgid "Gibraltar"
357
+ msgstr "Gibraltar"
358
+
359
+ #: the-events-calendar.php:139
360
+ msgid "Greece"
361
+ msgstr "Greece"
362
+
363
+ #: the-events-calendar.php:140
364
+ msgid "Greenland"
365
+ msgstr "Greenland"
366
+
367
+ #: the-events-calendar.php:141
368
+ msgid "Grenada"
369
+ msgstr "Grenada"
370
+
371
+ #: the-events-calendar.php:142
372
+ msgid "Guadeloupe"
373
+ msgstr "Guadeloupe"
374
+
375
+ #: the-events-calendar.php:143
376
+ msgid "Guam"
377
+ msgstr "Guam"
378
+
379
+ #: the-events-calendar.php:144
380
+ msgid "Guatemala"
381
+ msgstr "Guatemala"
382
+
383
+ #: the-events-calendar.php:145
384
+ msgid "Guinea"
385
+ msgstr "Guinea"
386
+
387
+ #: the-events-calendar.php:146
388
+ msgid "Guinea-Bissau"
389
+ msgstr "Guinea-Bissau"
390
+
391
+ #: the-events-calendar.php:147
392
+ msgid "Guyana"
393
+ msgstr "Guyana"
394
+
395
+ #: the-events-calendar.php:148
396
+ msgid "Haiti"
397
+ msgstr "Haiti"
398
+
399
+ #: the-events-calendar.php:149
400
+ msgid "Heard And Mc Donald Islands"
401
+ msgstr "Heard And Mc Donald Islands"
402
+
403
+ #: the-events-calendar.php:150
404
+ msgid "Holy See (Vatican City State)"
405
+ msgstr "Holy See (Vatican City State)"
406
+
407
+ #: the-events-calendar.php:151
408
+ msgid "Honduras"
409
+ msgstr "Honduras"
410
+
411
+ #: the-events-calendar.php:152
412
+ msgid "Hong Kong"
413
+ msgstr "Hong Kong"
414
+
415
+ #: the-events-calendar.php:153
416
+ msgid "Hungary"
417
+ msgstr "Hungary"
418
+
419
+ #: the-events-calendar.php:154
420
+ msgid "Iceland"
421
+ msgstr "Iceland"
422
+
423
+ #: the-events-calendar.php:155
424
+ msgid "India"
425
+ msgstr "India"
426
+
427
+ #: the-events-calendar.php:156
428
+ msgid "Indonesia"
429
+ msgstr "Indonesia"
430
+
431
+ #: the-events-calendar.php:157
432
+ msgid "Iran (Islamic Republic Of)"
433
+ msgstr "Iran (Islamic Republic Of)"
434
+
435
+ #: the-events-calendar.php:158
436
+ msgid "Iraq"
437
+ msgstr "Iraq"
438
+
439
+ #: the-events-calendar.php:159
440
+ msgid "Ireland"
441
+ msgstr "Ireland"
442
+
443
+ #: the-events-calendar.php:160
444
+ msgid "Israel"
445
+ msgstr "Israel"
446
+
447
+ #: the-events-calendar.php:161
448
+ msgid "Italy"
449
+ msgstr "Italy"
450
+
451
+ #: the-events-calendar.php:162
452
+ msgid "Jamaica"
453
+ msgstr "Jamaica"
454
+
455
+ #: the-events-calendar.php:163
456
+ msgid "Japan"
457
+ msgstr "Japan"
458
+
459
+ #: the-events-calendar.php:164
460
+ msgid "Jordan"
461
+ msgstr "Jordan"
462
+
463
+ #: the-events-calendar.php:165
464
+ msgid "Kazakhstan"
465
+ msgstr "Kazakhstan"
466
+
467
+ #: the-events-calendar.php:166
468
+ msgid "Kenya"
469
+ msgstr "Kenya"
470
+
471
+ #: the-events-calendar.php:167
472
+ msgid "Kiribati"
473
+ msgstr "Kiribati"
474
+
475
+ #: the-events-calendar.php:168
476
+ msgid "Korea, Democratic People's Republic Of"
477
+ msgstr "Korea, Democratic People's Republic Of"
478
+
479
+ #: the-events-calendar.php:169
480
+ msgid "Korea, Republic Of"
481
+ msgstr "Korea, Republic Of"
482
+
483
+ #: the-events-calendar.php:170
484
+ msgid "Kuwait"
485
+ msgstr "Kuwait"
486
+
487
+ #: the-events-calendar.php:171
488
+ msgid "Kyrgyzstan"
489
+ msgstr "Kyrgyzstan"
490
+
491
+ #: the-events-calendar.php:172
492
+ msgid "Lao People's Democratic Republic"
493
+ msgstr "Lao People's Democratic Republic"
494
+
495
+ #: the-events-calendar.php:173
496
+ msgid "Latvia"
497
+ msgstr "Latvia"
498
+
499
+ #: the-events-calendar.php:174
500
+ msgid "Lebanon"
501
+ msgstr "Lebanon"
502
+
503
+ #: the-events-calendar.php:175
504
+ msgid "Lesotho"
505
+ msgstr "Lesotho"
506
+
507
+ #: the-events-calendar.php:176
508
+ msgid "Liberia"
509
+ msgstr "Liberia"
510
+
511
+ #: the-events-calendar.php:177
512
+ msgid "Libyan Arab Jamahiriya"
513
+ msgstr "Libyan Arab Jamahiriya"
514
+
515
+ #: the-events-calendar.php:178
516
+ msgid "Liechtenstein"
517
+ msgstr "Liechtenstein"
518
+
519
+ #: the-events-calendar.php:179
520
+ msgid "Lithuania"
521
+ msgstr "Lithuania"
522
+
523
+ #: the-events-calendar.php:180
524
+ msgid "Luxembourg"
525
+ msgstr "Luxembourg"
526
+
527
+ #: the-events-calendar.php:181
528
+ msgid "Macau"
529
+ msgstr "Macau"
530
+
531
+ #: the-events-calendar.php:182
532
+ msgid "Macedonia, Former Yugoslav Republic Of"
533
+ msgstr "Macedonia, Former Yugoslav Republic Of"
534
+
535
+ #: the-events-calendar.php:183
536
+ msgid "Madagascar"
537
+ msgstr "Madagascar"
538
+
539
+ #: the-events-calendar.php:184
540
+ msgid "Malawi"
541
+ msgstr "Malawi"
542
+
543
+ #: the-events-calendar.php:185
544
+ msgid "Malaysia"
545
+ msgstr "Malaysia"
546
+
547
+ #: the-events-calendar.php:186
548
+ msgid "Maldives"
549
+ msgstr "Maldives"
550
+
551
+ #: the-events-calendar.php:187
552
+ msgid "Mali"
553
+ msgstr "Mali"
554
+
555
+ #: the-events-calendar.php:188
556
+ msgid "Malta"
557
+ msgstr "Malta"
558
+
559
+ #: the-events-calendar.php:189
560
+ msgid "Marshall Islands"
561
+ msgstr "Marshall Islands"
562
+
563
+ #: the-events-calendar.php:190
564
+ msgid "Martinique"
565
+ msgstr "Martinique"
566
+
567
+ #: the-events-calendar.php:191
568
+ msgid "Mauritania"
569
+ msgstr "Mauritania"
570
+
571
+ #: the-events-calendar.php:192
572
+ msgid "Mauritius"
573
+ msgstr "Mauritius"
574
+
575
+ #: the-events-calendar.php:193
576
+ msgid "Mayotte"
577
+ msgstr "Mayotte"
578
+
579
+ #: the-events-calendar.php:194
580
+ msgid "Mexico"
581
+ msgstr "Mexico"
582
+
583
+ #: the-events-calendar.php:195
584
+ msgid "Micronesia, Federated States Of"
585
+ msgstr "Micronesia, Federated States Of"
586
+
587
+ #: the-events-calendar.php:196
588
+ msgid "Moldova, Republic Of"
589
+ msgstr "Moldova, Republic Of"
590
+
591
+ #: the-events-calendar.php:197
592
+ msgid "Monaco"
593
+ msgstr "Monaco"
594
+
595
+ #: the-events-calendar.php:198
596
+ msgid "Mongolia"
597
+ msgstr "Mongolia"
598
+
599
+ #: the-events-calendar.php:199
600
+ msgid "Montserrat"
601
+ msgstr "Montserrat"
602
+
603
+ #: the-events-calendar.php:200
604
+ msgid "Morocco"
605
+ msgstr "Morocco"
606
+
607
+ #: the-events-calendar.php:201
608
+ msgid "Mozambique"
609
+ msgstr "Mozambique"
610
+
611
+ #: the-events-calendar.php:202
612
+ msgid "Myanmar"
613
+ msgstr "Myanmar"
614
+
615
+ #: the-events-calendar.php:203
616
+ msgid "Namibia"
617
+ msgstr "Namibia"
618
+
619
+ #: the-events-calendar.php:204
620
+ msgid "Nauru"
621
+ msgstr "Nauru"
622
+
623
+ #: the-events-calendar.php:205
624
+ msgid "Nepal"
625
+ msgstr "Nepal"
626
+
627
+ #: the-events-calendar.php:206
628
+ msgid "Netherlands"
629
+ msgstr "Netherlands"
630
+
631
+ #: the-events-calendar.php:207
632
+ msgid "Netherlands Antilles"
633
+ msgstr "Netherlands Antilles"
634
+
635
+ #: the-events-calendar.php:208
636
+ msgid "New Caledonia"
637
+ msgstr "New Caledonia"
638
+
639
+ #: the-events-calendar.php:209
640
+ msgid "New Zealand"
641
+ msgstr "New Zealand"
642
+
643
+ #: the-events-calendar.php:210
644
+ msgid "Nicaragua"
645
+ msgstr "Nicaragua"
646
+
647
+ #: the-events-calendar.php:211
648
+ msgid "Niger"
649
+ msgstr "Niger"
650
+
651
+ #: the-events-calendar.php:212
652
+ msgid "Nigeria"
653
+ msgstr "Nigeria"
654
+
655
+ #: the-events-calendar.php:213
656
+ msgid "Niue"
657
+ msgstr "Niue"
658
+
659
+ #: the-events-calendar.php:214
660
+ msgid "Norfolk Island"
661
+ msgstr "Norfolk Island"
662
+
663
+ #: the-events-calendar.php:215
664
+ msgid "Northern Mariana Islands"
665
+ msgstr "Northern Mariana Islands"
666
+
667
+ #: the-events-calendar.php:216
668
+ msgid "Norway"
669
+ msgstr "Norway"
670
+
671
+ #: the-events-calendar.php:217
672
+ msgid "Oman"
673
+ msgstr "Oman"
674
+
675
+ #: the-events-calendar.php:218
676
+ msgid "Pakistan"
677
+ msgstr "Pakistan"
678
+
679
+ #: the-events-calendar.php:219
680
+ msgid "Palau"
681
+ msgstr "Palau"
682
+
683
+ #: the-events-calendar.php:220
684
+ msgid "Panama"
685
+ msgstr "Panama"
686
+
687
+ #: the-events-calendar.php:221
688
+ msgid "Papua New Guinea"
689
+ msgstr "Papua New Guinea"
690
+
691
+ #: the-events-calendar.php:222
692
+ msgid "Paraguay"
693
+ msgstr "Paraguay"
694
+
695
+ #: the-events-calendar.php:223
696
+ msgid "Peru"
697
+ msgstr "Peru"
698
+
699
+ #: the-events-calendar.php:224
700
+ msgid "Philippines"
701
+ msgstr "Philippines"
702
+
703
+ #: the-events-calendar.php:225
704
+ msgid "Pitcairn"
705
+ msgstr "Pitcairn"
706
+
707
+ #: the-events-calendar.php:226
708
+ msgid "Poland"
709
+ msgstr "Poland"
710
+
711
+ #: the-events-calendar.php:227
712
+ msgid "Portugal"
713
+ msgstr "Portugal"
714
+
715
+ #: the-events-calendar.php:228
716
+ msgid "Puerto Rico"
717
+ msgstr "Puerto Rico"
718
+
719
+ #: the-events-calendar.php:229
720
+ msgid "Qatar"
721
+ msgstr "Qatar"
722
+
723
+ #: the-events-calendar.php:230
724
+ msgid "Reunion"
725
+ msgstr "Reunion"
726
+
727
+ #: the-events-calendar.php:231
728
+ msgid "Romania"
729
+ msgstr "Romania"
730
+
731
+ #: the-events-calendar.php:232
732
+ msgid "Russian Federation"
733
+ msgstr "Russian Federation"
734
+
735
+ #: the-events-calendar.php:233
736
+ msgid "Rwanda"
737
+ msgstr "Rwanda"
738
+
739
+ #: the-events-calendar.php:234
740
+ msgid "Saint Kitts And Nevis"
741
+ msgstr "Saint Kitts And Nevis"
742
+
743
+ #: the-events-calendar.php:235
744
+ msgid "Saint Lucia"
745
+ msgstr "Saint Lucia"
746
+
747
+ #: the-events-calendar.php:236
748
+ msgid "Saint Vincent And The Grenadines"
749
+ msgstr "Saint Vincent And The Grenadines"
750
+
751
+ #: the-events-calendar.php:237
752
+ msgid "Samoa"
753
+ msgstr "Samoa"
754
+
755
+ #: the-events-calendar.php:238
756
+ msgid "San Marino"
757
+ msgstr "San Marino"
758
+
759
+ #: the-events-calendar.php:239
760
+ msgid "Sao Tome And Principe"
761
+ msgstr "Sao Tome And Principe"
762
+
763
+ #: the-events-calendar.php:240
764
+ msgid "Saudi Arabia"
765
+ msgstr "Saudi Arabia"
766
+
767
+ #: the-events-calendar.php:241
768
+ msgid "Senegal"
769
+ msgstr "Senegal"
770
+
771
+ #: the-events-calendar.php:242
772
+ msgid "Seychelles"
773
+ msgstr "Seychelles"
774
+
775
+ #: the-events-calendar.php:243
776
+ msgid "Sierra Leone"
777
+ msgstr "Sierra Leone"
778
+
779
+ #: the-events-calendar.php:244
780
+ msgid "Singapore"
781
+ msgstr "Singapore"
782
+
783
+ #: the-events-calendar.php:245
784
+ msgid "Slovakia (Slovak Republic)"
785
+ msgstr "Slovakia (Slovak Republic)"
786
+
787
+ #: the-events-calendar.php:246
788
+ msgid "Slovenia"
789
+ msgstr "Slovenia"
790
+
791
+ #: the-events-calendar.php:247
792
+ msgid "Solomon Islands"
793
+ msgstr "Solomon Islands"
794
+
795
+ #: the-events-calendar.php:248
796
+ msgid "Somalia"
797
+ msgstr "Somalia"
798
+
799
+ #: the-events-calendar.php:249
800
+ msgid "South Africa"
801
+ msgstr "South Africa"
802
+
803
+ #: the-events-calendar.php:250
804
+ msgid "South Georgia, South Sandwich Islands"
805
+ msgstr "South Georgia, South Sandwich Islands"
806
+
807
+ #: the-events-calendar.php:251
808
+ msgid "Spain"
809
+ msgstr "Spain"
810
+
811
+ #: the-events-calendar.php:252
812
+ msgid "Sri Lanka"
813
+ msgstr "Sri Lanka"
814
+
815
+ #: the-events-calendar.php:253
816
+ msgid "St. Helena"
817
+ msgstr "St. Helena"
818
+
819
+ #: the-events-calendar.php:254
820
+ msgid "St. Pierre And Miquelon"
821
+ msgstr "St. Pierre And Miquelon"
822
+
823
+ #: the-events-calendar.php:255
824
+ msgid "Sudan"
825
+ msgstr "Sudan"
826
+
827
+ #: the-events-calendar.php:256
828
+ msgid "Suriname"
829
+ msgstr "Suriname"
830
+
831
+ #: the-events-calendar.php:257
832
+ msgid "Svalbard And Jan Mayen Islands"
833
+ msgstr "Svalbard And Jan Mayen Islands"
834
+
835
+ #: the-events-calendar.php:258
836
+ msgid "Swaziland"
837
+ msgstr "Swaziland"
838
+
839
+ #: the-events-calendar.php:259
840
+ msgid "Sweden"
841
+ msgstr "Sweden"
842
+
843
+ #: the-events-calendar.php:260
844
+ msgid "Switzerland"
845
+ msgstr "Switzerland"
846
+
847
+ #: the-events-calendar.php:261
848
+ msgid "Syrian Arab Republic"
849
+ msgstr "Syrian Arab Republic"
850
+
851
+ #: the-events-calendar.php:262
852
+ msgid "Taiwan"
853
+ msgstr "Taiwan"
854
+
855
+ #: the-events-calendar.php:263
856
+ msgid "Tajikistan"
857
+ msgstr "Tajikistan"
858
+
859
+ #: the-events-calendar.php:264
860
+ msgid "Tanzania, United Republic Of"
861
+ msgstr "Tanzania, United Republic Of"
862
+
863
+ #: the-events-calendar.php:265
864
+ msgid "Thailand"
865
+ msgstr "Thailand"
866
+
867
+ #: the-events-calendar.php:266
868
+ msgid "Togo"
869
+ msgstr "Togo"
870
+
871
+ #: the-events-calendar.php:267
872
+ msgid "Tokelau"
873
+ msgstr "Tokelau"
874
+
875
+ #: the-events-calendar.php:268
876
+ msgid "Tonga"
877
+ msgstr "Tonga"
878
+
879
+ #: the-events-calendar.php:269
880
+ msgid "Trinidad And Tobago"
881
+ msgstr "Trinidad And Tobago"
882
+
883
+ #: the-events-calendar.php:270
884
+ msgid "Tunisia"
885
+ msgstr "Tunisia"
886
+
887
+ #: the-events-calendar.php:271
888
+ msgid "Turkey"
889
+ msgstr "Turkey"
890
+
891
+ #: the-events-calendar.php:272
892
+ msgid "Turkmenistan"
893
+ msgstr "Turkmenistan"
894
+
895
+ #: the-events-calendar.php:273
896
+ msgid "Turks And Caicos Islands"
897
+ msgstr "Turks And Caicos Islands"
898
+
899
+ #: the-events-calendar.php:274
900
+ msgid "Tuvalu"
901
+ msgstr "Tuvalu"
902
+
903
+ #: the-events-calendar.php:275
904
+ msgid "Uganda"
905
+ msgstr "Uganda"
906
+
907
+ #: the-events-calendar.php:276
908
+ msgid "Ukraine"
909
+ msgstr "Ukraine"
910
+
911
+ #: the-events-calendar.php:277
912
+ msgid "United Arab Emirates"
913
+ msgstr "United Arab Emirates"
914
+
915
+ #: the-events-calendar.php:278
916
+ msgid "United Kingdom"
917
+ msgstr "United Kingdom"
918
+
919
+ #: the-events-calendar.php:279
920
+ msgid "United States Minor Outlying Islands"
921
+ msgstr "United States Minor Outlying Islands"
922
+
923
+ #: the-events-calendar.php:280
924
+ msgid "Uruguay"
925
+ msgstr "Uruguay"
926
+
927
+ #: the-events-calendar.php:281
928
+ msgid "Uzbekistan"
929
+ msgstr "Uzbekistan"
930
+
931
+ #: the-events-calendar.php:282
932
+ msgid "Vanuatu"
933
+ msgstr "Vanuatu"
934
+
935
+ #: the-events-calendar.php:283
936
+ msgid "Venezuela"
937
+ msgstr "Venezuela"
938
+
939
+ #: the-events-calendar.php:284
940
+ msgid "Viet Nam"
941
+ msgstr "Viet Nam"
942
+
943
+ #: the-events-calendar.php:285
944
+ msgid "Virgin Islands (British)"
945
+ msgstr "Virgin Islands (British)"
946
+
947
+ #: the-events-calendar.php:286
948
+ msgid "Virgin Islands (U.S.)"
949
+ msgstr "Virgin Islands (U.S.)"
950
+
951
+ #: the-events-calendar.php:287
952
+ msgid "Wallis And Futuna Islands"
953
+ msgstr "Wallis And Futuna Islands"
954
+
955
+ #: the-events-calendar.php:288
956
+ msgid "Western Sahara"
957
+ msgstr "Western Sahara"
958
+
959
+ #: the-events-calendar.php:289
960
+ msgid "Yemen"
961
+ msgstr "Yemen"
962
+
963
+ #: the-events-calendar.php:290
964
+ msgid "Yugoslavia"
965
+ msgstr "Yugoslavia"
966
+
967
+ #: the-events-calendar.php:291
968
+ msgid "Zambia"
969
+ msgstr "Zambia"
970
+
971
+ #: the-events-calendar.php:292
972
+ msgid "Zimbabwe"
973
+ msgstr "Zimbabwe"
974
+
975
+ #: the-events-calendar.php:496
976
+ msgid "January"
977
+ msgstr "trans_january"
978
+
979
+ #: the-events-calendar.php:497
980
+ msgid "February"
981
+ msgstr "trans_february"
982
+
983
+ #: the-events-calendar.php:498
984
+ msgid "March"
985
+ msgstr "trans_march"
986
+
987
+ #: the-events-calendar.php:499
988
+ msgid "April"
989
+ msgstr "trans_april"
990
+
991
+ #: the-events-calendar.php:500
992
+ msgid "May"
993
+ msgstr "trans_may"
994
+
995
+ #: the-events-calendar.php:501
996
+ msgid "June"
997
+ msgstr "trans_june"
998
+
999
+ #: the-events-calendar.php:502
1000
+ msgid "July"
1001
+ msgstr "trans_july"
1002
+
1003
+ #: the-events-calendar.php:503
1004
+ msgid "August"
1005
+ msgstr "trans_august"
1006
+
1007
+ #: the-events-calendar.php:504
1008
+ msgid "September"
1009
+ msgstr "trans_september"
1010
+
1011
+ #: the-events-calendar.php:505
1012
+ msgid "October"
1013
+ msgstr "trans_october"
1014
+
1015
+ #: the-events-calendar.php:506
1016
+ msgid "November"
1017
+ msgstr "trans_november"
1018
+
1019
+ #: the-events-calendar.php:507
1020
+ msgid "December"
1021
+ msgstr "trans_december"
1022
+
1023
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.5.4) #-#-#-#-#
1024
+ #. Plugin Name of an extension
1025
+ #: the-events-calendar.php:939
1026
+ msgid "The Events Calendar"
1027
+ msgstr "trans_theeventscalendar"
1028
+
1029
+ #: the-events-calendar.php:1214
1030
+ msgid "Sun"
1031
+ msgstr "trans_sun"
1032
+
1033
+ #: the-events-calendar.php:1214
1034
+ msgid "Mon"
1035
+ msgstr "trans_mon"
1036
+
1037
+ #: the-events-calendar.php:1214
1038
+ msgid "Tue"
1039
+ msgstr "trans_tue"
1040
+
1041
+ #: the-events-calendar.php:1214
1042
+ msgid "Wed"
1043
+ msgstr "trans_wed"
1044
+
1045
+ #: the-events-calendar.php:1214
1046
+ msgid "Thu"
1047
+ msgstr "trans_thu"
1048
+
1049
+ #: the-events-calendar.php:1214
1050
+ msgid "Fri"
1051
+ msgstr "trans_fri"
1052
+
1053
+ #: the-events-calendar.php:1214
1054
+ msgid "Sat"
1055
+ msgstr "trans_sat"
1056
+
1057
+ #: the-events-calendar.php:1215
1058
+ msgid "Sunday"
1059
+ msgstr "trans_sun"
1060
+
1061
+ #: the-events-calendar.php:1215
1062
+ msgid "Monday"
1063
+ msgstr "trans_mon"
1064
+
1065
+ #: the-events-calendar.php:1215
1066
+ msgid "Tuesday"
1067
+ msgstr "trans_tuesday"
1068
+
1069
+ #: the-events-calendar.php:1215
1070
+ msgid "Wednesday"
1071
+ msgstr "trans_wednesday"
1072
+
1073
+ #: the-events-calendar.php:1215
1074
+ msgid "Thursday"
1075
+ msgstr "trans_thursday"
1076
+
1077
+ #: the-events-calendar.php:1215
1078
+ msgid "Friday"
1079
+ msgstr "trans_friday"
1080
+
1081
+ #: the-events-calendar.php:1215
1082
+ msgid "Saturday"
1083
+ msgstr "trans_saturday"
1084
+
1085
+ #: the-events-calendar.php:1926
1086
+ msgid "A widget that displays the next upcoming x events."
1087
+ msgstr "trans_eventlistwidgetdescription"
1088
+
1089
+ #: the-events-calendar.php:1968
1090
+ msgid "View All Events"
1091
+ msgstr "trans_viewallevents"
1092
+
1093
+ #: the-events-calendar.php:2049
1094
+ msgid "A calendar of your events"
1095
+ msgstr "trans_acalendarofyourevents"
1096
+
1097
+ #: the-events-calendar.php:2050
1098
+ msgid "Events Calendar"
1099
+ msgstr "trans_eventscalendar"
1100
+
1101
+ #: the-events-calendar.php:2076
1102
+ #: views/events-list-load-widget-admin.php:2
1103
+ msgid "Title:"
1104
+ msgstr "trans_title:"
1105
+
1106
+ #: views/events-list-load-widget-admin.php:7
1107
+ msgid "Show:"
1108
+ msgstr "trans_show:"
1109
+
1110
+ #: views/events-list-load-widget-admin.php:16
1111
+ msgid "Display:"
1112
+ msgstr "trans_display:"
1113
+
1114
+ #: views/events-list-load-widget-admin.php:19
1115
+ msgid "Start Date & Time"
1116
+ msgstr "trans_startdateandtime"
1117
+
1118
+ #: views/events-list-load-widget-admin.php:20
1119
+ msgid "End Date & Time"
1120
+ msgstr "trans_enddateandtime"
1121
+
1122
+ #: views/events-list-load-widget-admin.php:21
1123
+ msgid "Venue"
1124
+ msgstr "trans_venue"
1125
+
1126
+ #: views/events-list-load-widget-admin.php:22
1127
+ msgid "Address"
1128
+ msgstr "trans_address"
1129
+
1130
+ #: views/events-list-load-widget-admin.php:23
1131
+ msgid "City"
1132
+ msgstr "trans_city"
1133
+
1134
+ #: views/events-list-load-widget-admin.php:24
1135
+ msgid "State (US)"
1136
+ msgstr "trans_state"
1137
+
1138
+ #: views/events-list-load-widget-admin.php:25
1139
+ msgid "Province (Int)"
1140
+ msgstr "trans_provinceint"
1141
+
1142
+ #: views/events-list-load-widget-admin.php:26
1143
+ msgid "Postal Code"
1144
+ msgstr "trans_postalcode"
1145
+
1146
+ #: views/events-list-load-widget-admin.php:27
1147
+ msgid "Country"
1148
+ msgstr "trans_country"
1149
+
1150
+ #: views/events-list-load-widget-admin.php:28
1151
+ msgid "Phone"
1152
+ msgstr "trans_phone"
1153
+
1154
+ #: views/events-list-load-widget-admin.php:29
1155
+ msgid "Price"
1156
+ msgstr "trans_price"
1157
+
1158
+ #: views/events-list-load-widget-display.php:48
1159
+ msgid "More Info"
1160
+ msgstr "trans_moreinfo"
1161
+
1162
+ #: views/events-meta-box.php:153
1163
+ msgid "Is this post an event?"
1164
+ msgstr "trans_isthisanevent?"
1165
+
1166
+ #: views/events-meta-box.php:154
1167
+ #: views/events-options.php:157
1168
+ msgid "Yes"
1169
+ msgstr "trans_yes"
1170
+
1171
+ #: views/events-meta-box.php:155
1172
+ #: views/events-options.php:161
1173
+ msgid "No"
1174
+ msgstr "trans_no"
1175
+
1176
+ #: views/events-meta-box.php:162
1177
+ msgid "Event Time &amp; Date"
1178
+ msgstr "trans_eventtimeanddate"
1179
+
1180
+ #: views/events-meta-box.php:165
1181
+ msgid "All day event?"
1182
+ msgstr "trans_alldayevent"
1183
+
1184
+ #: views/events-meta-box.php:169
1185
+ msgid "Start Date / Time:"
1186
+ msgstr "trans_startdatetime"
1187
+
1188
+ #: views/events-meta-box.php:183
1189
+ #: views/events-meta-box.php:213
1190
+ msgid "@"
1191
+ msgstr "trans_@"
1192
+
1193
+ #: views/events-meta-box.php:199
1194
+ msgid "End Date / Time:"
1195
+ msgstr "trans_enddatetime"
1196
+
1197
+ #: views/events-meta-box.php:229
1198
+ msgid "Event Location Details"
1199
+ msgstr "trans_eventlocationdetails"
1200
+
1201
+ #: views/events-meta-box.php:232
1202
+ #: views/list.php:45
1203
+ #: views/single.php:26
1204
+ msgid "Venue:"
1205
+ msgstr "trans_venue"
1206
+
1207
+ #: views/events-meta-box.php:238
1208
+ msgid "Country:"
1209
+ msgstr "trans_country"
1210
+
1211
+ #: views/events-meta-box.php:255
1212
+ #: views/list.php:63
1213
+ #: views/single.php:30
1214
+ msgid "Address:"
1215
+ msgstr "trans_address"
1216
+
1217
+ #: views/events-meta-box.php:259
1218
+ msgid "City:"
1219
+ msgstr "trans_city"
1220
+
1221
+ #: views/events-meta-box.php:263
1222
+ msgid "Province:"
1223
+ msgstr "trans_province"
1224
+
1225
+ #: views/events-meta-box.php:267
1226
+ msgid "State:"
1227
+ msgstr "trans_state"
1228
+
1229
+ #: views/events-meta-box.php:270
1230
+ msgid "Select a State:"
1231
+ msgstr "trans_selectastate"
1232
+
1233
+ #: views/events-meta-box.php:272
1234
+ msgid "Alabama"
1235
+ msgstr "trans_alabama"
1236
+
1237
+ #: views/events-meta-box.php:273
1238
+ msgid "Alaska"
1239
+ msgstr "Alaska"
1240
+
1241
+ #: views/events-meta-box.php:274
1242
+ msgid "Arizona"
1243
+ msgstr "Arizona"
1244
+
1245
+ #: views/events-meta-box.php:275
1246
+ msgid "Arkansas"
1247
+ msgstr "Arkansas"
1248
+
1249
+ #: views/events-meta-box.php:276
1250
+ msgid "California"
1251
+ msgstr "California"
1252
+
1253
+ #: views/events-meta-box.php:277
1254
+ msgid "Colorado"
1255
+ msgstr "Colorado"
1256
+
1257
+ #: views/events-meta-box.php:278
1258
+ msgid "Connecticut"
1259
+ msgstr "Connecticut"
1260
+
1261
+ #: views/events-meta-box.php:279
1262
+ msgid "Delaware"
1263
+ msgstr "Delaware"
1264
+
1265
+ #: views/events-meta-box.php:280
1266
+ msgid "District of Columbia"
1267
+ msgstr "District of Columbia"
1268
+
1269
+ #: views/events-meta-box.php:281
1270
+ msgid "Florida"
1271
+ msgstr "Florida"
1272
+
1273
+ #: views/events-meta-box.php:283
1274
+ msgid "Hawaii"
1275
+ msgstr "Hawaii"
1276
+
1277
+ #: views/events-meta-box.php:284
1278
+ msgid "Idaho"
1279
+ msgstr "Idaho"
1280
+
1281
+ #: views/events-meta-box.php:285
1282
+ msgid "Illinois"
1283
+ msgstr "Illinois"
1284
+
1285
+ #: views/events-meta-box.php:286
1286
+ msgid "Indiana"
1287
+ msgstr "Indiana"
1288
+
1289
+ #: views/events-meta-box.php:287
1290
+ msgid "Iowa"
1291
+ msgstr "Iowa"
1292
+
1293
+ #: views/events-meta-box.php:288
1294
+ msgid "Kansas"
1295
+ msgstr "Kansas"
1296
+
1297
+ #: views/events-meta-box.php:289
1298
+ msgid "Kentucky"
1299
+ msgstr "Kentucky"
1300
+
1301
+ #: views/events-meta-box.php:290
1302
+ msgid "Louisiana"
1303
+ msgstr "Louisiana"
1304
+
1305
+ #: views/events-meta-box.php:291
1306
+ msgid "Maine"
1307
+ msgstr "Maine"
1308
+
1309
+ #: views/events-meta-box.php:292
1310
+ msgid "Maryland"
1311
+ msgstr "Maryland"
1312
+
1313
+ #: views/events-meta-box.php:293
1314
+ msgid "Massachusetts"
1315
+ msgstr "Massachusetts"
1316
+
1317
+ #: views/events-meta-box.php:294
1318
+ msgid "Michigan"
1319
+ msgstr "Michigan"
1320
+
1321
+ #: views/events-meta-box.php:295
1322
+ msgid "Minnesota"
1323
+ msgstr "Minnesota"
1324
+
1325
+ #: views/events-meta-box.php:296
1326
+ msgid "Mississippi"
1327
+ msgstr "Mississippi"
1328
+
1329
+ #: views/events-meta-box.php:297
1330
+ msgid "Missouri"
1331
+ msgstr "Missouri"
1332
+
1333
+ #: views/events-meta-box.php:298
1334
+ msgid "Montana"
1335
+ msgstr "Montana"
1336
+
1337
+ #: views/events-meta-box.php:299
1338
+ msgid "Nebraska"
1339
+ msgstr "Nebraska"
1340
+
1341
+ #: views/events-meta-box.php:300
1342
+ msgid "Nevada"
1343
+ msgstr "Nevada"
1344
+
1345
+ #: views/events-meta-box.php:301
1346
+ msgid "New Hampshire"
1347
+ msgstr "New Hampshire"
1348
+
1349
+ #: views/events-meta-box.php:302
1350
+ msgid "New Jersey"
1351
+ msgstr "New Jersey"
1352
+
1353
+ #: views/events-meta-box.php:303
1354
+ msgid "New Mexico"
1355
+ msgstr "New Mexico"
1356
+
1357
+ #: views/events-meta-box.php:304
1358
+ msgid "New York"
1359
+ msgstr "New York"
1360
+
1361
+ #: views/events-meta-box.php:305
1362
+ msgid "North Carolina"
1363
+ msgstr "North Carolina"
1364
+
1365
+ #: views/events-meta-box.php:306
1366
+ msgid "North Dakota"
1367
+ msgstr "North Dakota"
1368
+
1369
+ #: views/events-meta-box.php:307
1370
+ msgid "Ohio"
1371
+ msgstr "Ohio"
1372
+
1373
+ #: views/events-meta-box.php:308
1374
+ msgid "Oklahoma"
1375
+ msgstr "Oklahoma"
1376
+
1377
+ #: views/events-meta-box.php:309
1378
+ msgid "Oregon"
1379
+ msgstr "Oregon"
1380
+
1381
+ #: views/events-meta-box.php:310
1382
+ msgid "Pennsylvania"
1383
+ msgstr "Pennsylvania"
1384
+
1385
+ #: views/events-meta-box.php:311
1386
+ msgid "Rhode Island"
1387
+ msgstr "Rhode Island"
1388
+
1389
+ #: views/events-meta-box.php:312
1390
+ msgid "South Carolina"
1391
+ msgstr "South Carolina"
1392
+
1393
+ #: views/events-meta-box.php:313
1394
+ msgid "South Dakota"
1395
+ msgstr "South Dakota"
1396
+
1397
+ #: views/events-meta-box.php:314
1398
+ msgid "Tennessee"
1399
+ msgstr "Tennessee"
1400
+
1401
+ #: views/events-meta-box.php:315
1402
+ msgid "Texas"
1403
+ msgstr "Texas"
1404
+
1405
+ #: views/events-meta-box.php:316
1406
+ msgid "Utah"
1407
+ msgstr "Utah"
1408
+
1409
+ #: views/events-meta-box.php:317
1410
+ msgid "Vermont"
1411
+ msgstr "Vermont"
1412
+
1413
+ #: views/events-meta-box.php:318
1414
+ msgid "Virginia"
1415
+ msgstr "Virginia"
1416
+
1417
+ #: views/events-meta-box.php:319
1418
+ msgid "Washington"
1419
+ msgstr "Washington"
1420
+
1421
+ #: views/events-meta-box.php:320
1422
+ msgid "West Virginia"
1423
+ msgstr "West Virginia"
1424
+
1425
+ #: views/events-meta-box.php:321
1426
+ msgid "Wisconsin"
1427
+ msgstr "Wisconsin"
1428
+
1429
+ #: views/events-meta-box.php:322
1430
+ msgid "Wyoming"
1431
+ msgstr "Wyoming"
1432
+
1433
+ #: views/events-meta-box.php:336
1434
+ msgid "Postal Code:"
1435
+ msgstr "trans_postalcode:"
1436
+
1437
+ #: views/events-meta-box.php:340
1438
+ #: views/list.php:54
1439
+ msgid "Phone:"
1440
+ msgstr "trans_phone:"
1441
+
1442
+ #: views/events-meta-box.php:344
1443
+ msgid "Event Cost"
1444
+ msgstr "trans_eventcost:"
1445
+
1446
+ #: views/events-meta-box.php:347
1447
+ #: views/list.php:72
1448
+ #: views/single.php:20
1449
+ msgid "Cost:"
1450
+ msgstr "trans_cost:"
1451
+
1452
+ #: views/events-meta-box.php:352
1453
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1454
+ msgstr "trans_leaveblank"
1455
+
1456
+ #: views/events-meta-box.php:356
1457
+ msgid "Sell Tickets &amp; Track Registration"
1458
+ msgstr "trans_sellticketstrackregistration"
1459
+
1460
+ #: views/events-meta-box.php:361
1461
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1462
+ msgstr "trans_interestedinsellingtickets?"
1463
+
1464
+ #: views/events-meta-box.php:361
1465
+ msgid "Check it out here."
1466
+ msgstr "trans_checkitout"
1467
+
1468
+ #: views/events-meta-box.php:372
1469
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1470
+ msgstr "trans_ifyoulikethisplugin"
1471
+
1472
+ #: views/events-meta-box.php:374
1473
+ msgid "Thanks"
1474
+ msgstr "trans_thanks"
1475
+
1476
+ #: views/events-options.php:69
1477
+ msgid "The Events Calendar Settings"
1478
+ msgstr "trans_theeventscalendarsettings"
1479
+
1480
+ #: views/events-options.php:71
1481
+ msgid "Need a hand?"
1482
+ msgstr "trans_needahand?"
1483
+
1484
+ #: views/events-options.php:72
1485
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1486
+ msgstr "trans_supportlinks"
1487
+
1488
+ #: views/events-options.php:75
1489
+ msgid "Donate"
1490
+ msgstr "trans_donate"
1491
+
1492
+ #: views/events-options.php:84
1493
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1494
+ msgstr "trans_considerdonating"
1495
+
1496
+ #: views/events-options.php:88
1497
+ msgid "I have already donated, so please hide this button!"
1498
+ msgstr "trans_alreadydonated"
1499
+
1500
+ #: views/events-options.php:98
1501
+ msgid "Donate for this wonderful plugin"
1502
+ msgstr "trans_donatewonderful"
1503
+
1504
+ #: views/events-options.php:112
1505
+ msgid "Settings"
1506
+ msgstr "trans_settings"
1507
+
1508
+ #: views/events-options.php:115
1509
+ #: views/events-options.php:119
1510
+ msgid "Default View for the Events"
1511
+ msgstr "trans_defaultviewfortheevents"
1512
+
1513
+ #: views/events-options.php:131
1514
+ #: views/gridview.php:15
1515
+ #: views/list.php:12
1516
+ msgid "Calendar"
1517
+ msgstr "trans_calendar"
1518
+
1519
+ #: views/events-options.php:135
1520
+ #: views/gridview.php:14
1521
+ #: views/list.php:11
1522
+ msgid "Event List"
1523
+ msgstr "trans_eventlist"
1524
+
1525
+ #: views/events-options.php:141
1526
+ #: views/events-options.php:145
1527
+ msgid "Show Comments"
1528
+ msgstr "trans_showcomments"
1529
+
1530
+ #: views/events-options.php:167
1531
+ msgid "Default Country for Events"
1532
+ msgstr "trans_defaultcountryforevents"
1533
+
1534
+ #: views/events-options.php:192
1535
+ #: views/events-options.php:196
1536
+ msgid "Embed Google Maps"
1537
+ msgstr "trans_embedgooglemaps"
1538
+
1539
+ #: views/events-options.php:210
1540
+ msgid "Off"
1541
+ msgstr "trans_off"
1542
+
1543
+ #: views/events-options.php:214
1544
+ msgid "On"
1545
+ msgstr "trans_on"
1546
+
1547
+ #: views/events-options.php:217
1548
+ msgid "Height"
1549
+ msgstr "trans_height"
1550
+
1551
+ #: views/events-options.php:218
1552
+ msgid "Width"
1553
+ msgstr "trans_width"
1554
+
1555
+ #: views/events-options.php:218
1556
+ msgid "(number or %)"
1557
+ msgstr "trans_numberor%"
1558
+
1559
+ #: views/events-options.php:229
1560
+ msgid "Save Changes"
1561
+ msgstr "trans_savechanges"
1562
+
1563
+ #: views/gridview.php:9
1564
+ #: views/list.php:9
1565
+ msgid "Calendar of Events"
1566
+ msgstr "trans_calendarofevents"
1567
+
1568
+ #: views/list.php:33
1569
+ #: views/single.php:13
1570
+ msgid "Start:"
1571
+ msgstr "trans_start:"
1572
+
1573
+ #: views/list.php:37
1574
+ #: views/single.php:16
1575
+ msgid "End:"
1576
+ msgstr "trans_end:"
1577
+
1578
+ #: views/list.php:63
1579
+ #: views/single.php:30
1580
+ msgid "Google Map"
1581
+ msgstr "trans_googlemap"
1582
+
1583
+ #: views/list.php:94
1584
+ msgid "&laquo; Previous Events"
1585
+ msgstr "trans_previousevents"
1586
+
1587
+ #: views/list.php:107
1588
+ msgid "Next Events &raquo;"
1589
+ msgstr "trans_nextevents"
1590
+
1591
+ #: views/single.php:8
1592
+ msgid "&laquo; Back to Events"
1593
+ msgstr "trans_backtoevents"
1594
+
1595
+ #: views/single.php:10
1596
+ msgid "This event has passed."
1597
+ msgstr "trans_eventpassed"
1598
+
1599
+ #: views/single.php:30
1600
+ msgid "Click to view a Google Map"
1601
+ msgstr "trans_googlemaplink"
1602
+
1603
+ #. Plugin URI of an extension
1604
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1605
+ msgstr "trans_plugindownload"
1606
+
1607
+ #. Description of an extension
1608
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1609
+ msgstr "trans_eventcalendardescription"
1610
+
1611
+ #. Author of an extension
1612
+ msgid "Shane & Peter, Inc."
1613
+ msgstr "trans_S&P"
1614
+
1615
+ #. Author URI of an extension
1616
+ msgid "http://www.shaneandpeter.com/"
1617
+ msgstr "trans_url"
1618
+
trunk/lang/the-events-calendar-sv_SE.mo ADDED
Binary file
trunk/lang/the-events-calendar-sv_SE.po ADDED
@@ -0,0 +1,1617 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: the events calendar 1.5.6\n"
4
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
5
+ "POT-Creation-Date: 2010-02-16 02:03+0000\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Kaj Johansson <kaj@olydia.se>\n"
8
+ "Language-Team: Kaj <kaj@olydia.se>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: swedish\n"
13
+ "X-Poedit-Country: sweden\n"
14
+
15
+ #: the-events-calendar.php:54
16
+ msgid "United States"
17
+ msgstr "Förenta Staterna"
18
+
19
+ #: the-events-calendar.php:55
20
+ msgid "Afghanistan"
21
+ msgstr "Afghanistan"
22
+
23
+ #: the-events-calendar.php:56
24
+ msgid "Albania"
25
+ msgstr "Albanien"
26
+
27
+ #: the-events-calendar.php:57
28
+ msgid "Algeria"
29
+ msgstr "Algeriet"
30
+
31
+ #: the-events-calendar.php:58
32
+ msgid "American Samoa"
33
+ msgstr "Amerikanska Samoa"
34
+
35
+ #: the-events-calendar.php:59
36
+ msgid "Andorra"
37
+ msgstr "Andorra"
38
+
39
+ #: the-events-calendar.php:60
40
+ msgid "Angola"
41
+ msgstr "Angola"
42
+
43
+ #: the-events-calendar.php:61
44
+ msgid "Anguilla"
45
+ msgstr "Anguilla"
46
+
47
+ #: the-events-calendar.php:62
48
+ msgid "Antarctica"
49
+ msgstr "Antarktis"
50
+
51
+ #: the-events-calendar.php:63
52
+ msgid "Antigua And Barbuda"
53
+ msgstr "Antigua och Barbuda"
54
+
55
+ #: the-events-calendar.php:64
56
+ msgid "Argentina"
57
+ msgstr "Argentina"
58
+
59
+ #: the-events-calendar.php:65
60
+ msgid "Armenia"
61
+ msgstr "Armenien"
62
+
63
+ #: the-events-calendar.php:66
64
+ msgid "Aruba"
65
+ msgstr "Aruba"
66
+
67
+ #: the-events-calendar.php:67
68
+ msgid "Australia"
69
+ msgstr "Australien"
70
+
71
+ #: the-events-calendar.php:68
72
+ msgid "Austria"
73
+ msgstr "Österrike"
74
+
75
+ #: the-events-calendar.php:69
76
+ msgid "Azerbaijan"
77
+ msgstr "Azerbajdzjan"
78
+
79
+ #: the-events-calendar.php:70
80
+ msgid "Bahamas"
81
+ msgstr "Bahamas"
82
+
83
+ #: the-events-calendar.php:71
84
+ msgid "Bahrain"
85
+ msgstr "Bahrain"
86
+
87
+ #: the-events-calendar.php:72
88
+ msgid "Bangladesh"
89
+ msgstr "Bangladesh"
90
+
91
+ #: the-events-calendar.php:73
92
+ msgid "Barbados"
93
+ msgstr "Barbados"
94
+
95
+ #: the-events-calendar.php:74
96
+ msgid "Belarus"
97
+ msgstr "Vitryssland"
98
+
99
+ #: the-events-calendar.php:75
100
+ msgid "Belgium"
101
+ msgstr "Belgien"
102
+
103
+ #: the-events-calendar.php:76
104
+ msgid "Belize"
105
+ msgstr "Belize"
106
+
107
+ #: the-events-calendar.php:77
108
+ msgid "Benin"
109
+ msgstr "Benin"
110
+
111
+ #: the-events-calendar.php:78
112
+ msgid "Bermuda"
113
+ msgstr "Bermuda"
114
+
115
+ #: the-events-calendar.php:79
116
+ msgid "Bhutan"
117
+ msgstr "Bhutan"
118
+
119
+ #: the-events-calendar.php:80
120
+ msgid "Bolivia"
121
+ msgstr "Bolivia"
122
+
123
+ #: the-events-calendar.php:81
124
+ msgid "Bosnia And Herzegowina"
125
+ msgstr "Bosnien och Hercegovina"
126
+
127
+ #: the-events-calendar.php:82
128
+ msgid "Botswana"
129
+ msgstr "Botswana"
130
+
131
+ #: the-events-calendar.php:83
132
+ msgid "Bouvet Island"
133
+ msgstr "Bouvet Island"
134
+
135
+ #: the-events-calendar.php:84
136
+ msgid "Brazil"
137
+ msgstr "Brasilien"
138
+
139
+ #: the-events-calendar.php:85
140
+ msgid "British Indian Ocean Territory"
141
+ msgstr "Brittiska territoriet i Indiska oceanen"
142
+
143
+ #: the-events-calendar.php:86
144
+ msgid "Brunei Darussalam"
145
+ msgstr "Brunei Darussalam"
146
+
147
+ #: the-events-calendar.php:87
148
+ msgid "Bulgaria"
149
+ msgstr "Bulgarien"
150
+
151
+ #: the-events-calendar.php:88
152
+ msgid "Burkina Faso"
153
+ msgstr "Burkina Faso"
154
+
155
+ #: the-events-calendar.php:89
156
+ msgid "Burundi"
157
+ msgstr "Burundi"
158
+
159
+ #: the-events-calendar.php:90
160
+ msgid "Cambodia"
161
+ msgstr "Kambodja"
162
+
163
+ #: the-events-calendar.php:91
164
+ msgid "Cameroon"
165
+ msgstr "Kamerun"
166
+
167
+ #: the-events-calendar.php:92
168
+ msgid "Canada"
169
+ msgstr "Kanada"
170
+
171
+ #: the-events-calendar.php:93
172
+ msgid "Cape Verde"
173
+ msgstr "Kap Verde"
174
+
175
+ #: the-events-calendar.php:94
176
+ msgid "Cayman Islands"
177
+ msgstr "Caymanöarna"
178
+
179
+ #: the-events-calendar.php:95
180
+ msgid "Central African Republic"
181
+ msgstr "Centralafrikanska republiken"
182
+
183
+ #: the-events-calendar.php:96
184
+ msgid "Chad"
185
+ msgstr "Tchad"
186
+
187
+ #: the-events-calendar.php:97
188
+ msgid "Chile"
189
+ msgstr "Chile"
190
+
191
+ #: the-events-calendar.php:98
192
+ msgid "China"
193
+ msgstr "Kina"
194
+
195
+ #: the-events-calendar.php:99
196
+ msgid "Christmas Island"
197
+ msgstr "Julön"
198
+
199
+ #: the-events-calendar.php:100
200
+ msgid "Cocos (Keeling) Islands"
201
+ msgstr "Kokosöarna"
202
+
203
+ #: the-events-calendar.php:101
204
+ msgid "Colombia"
205
+ msgstr "Colombia"
206
+
207
+ #: the-events-calendar.php:102
208
+ msgid "Comoros"
209
+ msgstr "Komorerna"
210
+
211
+ #: the-events-calendar.php:103
212
+ msgid "Congo"
213
+ msgstr "Kongo"
214
+
215
+ #: the-events-calendar.php:104
216
+ msgid "Congo, The Democratic Republic Of The"
217
+ msgstr "Kongo-Kinshasa (Demokratiska republiken Kongo)"
218
+
219
+ #: the-events-calendar.php:105
220
+ msgid "Cook Islands"
221
+ msgstr "Cooköarna"
222
+
223
+ #: the-events-calendar.php:106
224
+ msgid "Costa Rica"
225
+ msgstr "Costa Rica"
226
+
227
+ #: the-events-calendar.php:107
228
+ msgid "Cote D'Ivoire"
229
+ msgstr "Elfenbenskusten"
230
+
231
+ #: the-events-calendar.php:108
232
+ msgid "Croatia (Local Name: Hrvatska)"
233
+ msgstr "Kroatien"
234
+
235
+ #: the-events-calendar.php:109
236
+ msgid "Cuba"
237
+ msgstr "Kuba"
238
+
239
+ #: the-events-calendar.php:110
240
+ msgid "Cyprus"
241
+ msgstr "Cypern"
242
+
243
+ #: the-events-calendar.php:111
244
+ msgid "Czech Republic"
245
+ msgstr "Tjekien"
246
+
247
+ #: the-events-calendar.php:112
248
+ msgid "Denmark"
249
+ msgstr "Danmark"
250
+
251
+ #: the-events-calendar.php:113
252
+ msgid "Djibouti"
253
+ msgstr "Djibouti (Republiken Djibouti)"
254
+
255
+ #: the-events-calendar.php:114
256
+ msgid "Dominica"
257
+ msgstr "Dominica (Samväldet Dominica)"
258
+
259
+ #: the-events-calendar.php:115
260
+ msgid "Dominican Republic"
261
+ msgstr "Dominikanska republiken"
262
+
263
+ #: the-events-calendar.php:116
264
+ msgid "East Timor"
265
+ msgstr "Östtimor"
266
+
267
+ #: the-events-calendar.php:117
268
+ msgid "Ecuador"
269
+ msgstr "Ecuador"
270
+
271
+ #: the-events-calendar.php:118
272
+ msgid "Egypt"
273
+ msgstr "Egypten"
274
+
275
+ #: the-events-calendar.php:119
276
+ msgid "El Salvador"
277
+ msgstr "El Salvador"
278
+
279
+ #: the-events-calendar.php:120
280
+ msgid "Equatorial Guinea"
281
+ msgstr "Ekvatorialguinea"
282
+
283
+ #: the-events-calendar.php:121
284
+ msgid "Eritrea"
285
+ msgstr "Eritrea"
286
+
287
+ #: the-events-calendar.php:122
288
+ msgid "Estonia"
289
+ msgstr "Estland"
290
+
291
+ #: the-events-calendar.php:123
292
+ msgid "Ethiopia"
293
+ msgstr "Etiopien"
294
+
295
+ #: the-events-calendar.php:124
296
+ msgid "Falkland Islands (Malvinas)"
297
+ msgstr "Falklandsöarna (Malvinerna)"
298
+
299
+ #: the-events-calendar.php:125
300
+ msgid "Faroe Islands"
301
+ msgstr "Färöarna"
302
+
303
+ #: the-events-calendar.php:126
304
+ msgid "Fiji"
305
+ msgstr "Fiji"
306
+
307
+ #: the-events-calendar.php:127
308
+ msgid "Finland"
309
+ msgstr "Finland"
310
+
311
+ #: the-events-calendar.php:128
312
+ msgid "France"
313
+ msgstr "Frankrike"
314
+
315
+ #: the-events-calendar.php:129
316
+ msgid "France, Metropolitan"
317
+ msgstr "France métropolitaine"
318
+
319
+ #: the-events-calendar.php:130
320
+ msgid "French Guiana"
321
+ msgstr "Franska Guyana"
322
+
323
+ #: the-events-calendar.php:131
324
+ msgid "French Polynesia"
325
+ msgstr "Franska Polynesien"
326
+
327
+ #: the-events-calendar.php:132
328
+ msgid "French Southern Territories"
329
+ msgstr "Franska sydterritorierna"
330
+
331
+ #: the-events-calendar.php:133
332
+ msgid "Gabon"
333
+ msgstr "Gabon"
334
+
335
+ #: the-events-calendar.php:134
336
+ msgid "Gambia"
337
+ msgstr "Gambia"
338
+
339
+ #: the-events-calendar.php:135
340
+ #: views/events-meta-box.php:282
341
+ msgid "Georgia"
342
+ msgstr "Georgia"
343
+
344
+ #: the-events-calendar.php:136
345
+ msgid "Germany"
346
+ msgstr "Tyskland"
347
+
348
+ #: the-events-calendar.php:137
349
+ msgid "Ghana"
350
+ msgstr "Ghana"
351
+
352
+ #: the-events-calendar.php:138
353
+ msgid "Gibraltar"
354
+ msgstr "Gibraltar"
355
+
356
+ #: the-events-calendar.php:139
357
+ msgid "Greece"
358
+ msgstr "Grekland"
359
+
360
+ #: the-events-calendar.php:140
361
+ msgid "Greenland"
362
+ msgstr "Grönland"
363
+
364
+ #: the-events-calendar.php:141
365
+ msgid "Grenada"
366
+ msgstr "Grenada"
367
+
368
+ #: the-events-calendar.php:142
369
+ msgid "Guadeloupe"
370
+ msgstr "Guadeloupe"
371
+
372
+ #: the-events-calendar.php:143
373
+ msgid "Guam"
374
+ msgstr "Guam"
375
+
376
+ #: the-events-calendar.php:144
377
+ msgid "Guatemala"
378
+ msgstr "Guatemala"
379
+
380
+ #: the-events-calendar.php:145
381
+ msgid "Guinea"
382
+ msgstr "Guinea"
383
+
384
+ #: the-events-calendar.php:146
385
+ msgid "Guinea-Bissau"
386
+ msgstr "Guinea-Bissau"
387
+
388
+ #: the-events-calendar.php:147
389
+ msgid "Guyana"
390
+ msgstr "Guyana"
391
+
392
+ #: the-events-calendar.php:148
393
+ msgid "Haiti"
394
+ msgstr "Haiti"
395
+
396
+ #: the-events-calendar.php:149
397
+ msgid "Heard And Mc Donald Islands"
398
+ msgstr "Heard And Mc Donald Islands"
399
+
400
+ #: the-events-calendar.php:150
401
+ msgid "Holy See (Vatican City State)"
402
+ msgstr "Vatikanen"
403
+
404
+ #: the-events-calendar.php:151
405
+ msgid "Honduras"
406
+ msgstr "Honduras"
407
+
408
+ #: the-events-calendar.php:152
409
+ msgid "Hong Kong"
410
+ msgstr "Hong Kong"
411
+
412
+ #: the-events-calendar.php:153
413
+ msgid "Hungary"
414
+ msgstr "Ungern"
415
+
416
+ #: the-events-calendar.php:154
417
+ msgid "Iceland"
418
+ msgstr "Island"
419
+
420
+ #: the-events-calendar.php:155
421
+ msgid "India"
422
+ msgstr "Indien"
423
+
424
+ #: the-events-calendar.php:156
425
+ msgid "Indonesia"
426
+ msgstr "Indonesien"
427
+
428
+ #: the-events-calendar.php:157
429
+ msgid "Iran (Islamic Republic Of)"
430
+ msgstr "Iran (Islamiska republiken Iran)"
431
+
432
+ #: the-events-calendar.php:158
433
+ msgid "Iraq"
434
+ msgstr "Irak"
435
+
436
+ #: the-events-calendar.php:159
437
+ msgid "Ireland"
438
+ msgstr "Irland"
439
+
440
+ #: the-events-calendar.php:160
441
+ msgid "Israel"
442
+ msgstr "Israel"
443
+
444
+ #: the-events-calendar.php:161
445
+ msgid "Italy"
446
+ msgstr "Italien"
447
+
448
+ #: the-events-calendar.php:162
449
+ msgid "Jamaica"
450
+ msgstr "Jamaica"
451
+
452
+ #: the-events-calendar.php:163
453
+ msgid "Japan"
454
+ msgstr "Japan"
455
+
456
+ #: the-events-calendar.php:164
457
+ msgid "Jordan"
458
+ msgstr "Jordanien"
459
+
460
+ #: the-events-calendar.php:165
461
+ msgid "Kazakhstan"
462
+ msgstr "Kazakstan"
463
+
464
+ #: the-events-calendar.php:166
465
+ msgid "Kenya"
466
+ msgstr "Kenya"
467
+
468
+ #: the-events-calendar.php:167
469
+ msgid "Kiribati"
470
+ msgstr "Kiribati"
471
+
472
+ #: the-events-calendar.php:168
473
+ msgid "Korea, Democratic People's Republic Of"
474
+ msgstr "Nordkorea (Demokratiska folkrepubliken Korea)"
475
+
476
+ #: the-events-calendar.php:169
477
+ msgid "Korea, Republic Of"
478
+ msgstr "Sydkorea (Republiken Korea)"
479
+
480
+ #: the-events-calendar.php:170
481
+ msgid "Kuwait"
482
+ msgstr "Kuwait"
483
+
484
+ #: the-events-calendar.php:171
485
+ msgid "Kyrgyzstan"
486
+ msgstr "Kirgizistan"
487
+
488
+ #: the-events-calendar.php:172
489
+ msgid "Lao People's Democratic Republic"
490
+ msgstr "Laos (Demokratiska folkrepubliken Laos)"
491
+
492
+ #: the-events-calendar.php:173
493
+ msgid "Latvia"
494
+ msgstr "Lettland"
495
+
496
+ #: the-events-calendar.php:174
497
+ msgid "Lebanon"
498
+ msgstr "Libanon"
499
+
500
+ #: the-events-calendar.php:175
501
+ msgid "Lesotho"
502
+ msgstr "Lesotho (Konungariket Lesotho)"
503
+
504
+ #: the-events-calendar.php:176
505
+ msgid "Liberia"
506
+ msgstr "Liberia"
507
+
508
+ #: the-events-calendar.php:177
509
+ msgid "Libyan Arab Jamahiriya"
510
+ msgstr "Libyen (Libyska arabiska Jamahiriya)"
511
+
512
+ #: the-events-calendar.php:178
513
+ msgid "Liechtenstein"
514
+ msgstr "Liechtenstein"
515
+
516
+ #: the-events-calendar.php:179
517
+ msgid "Lithuania"
518
+ msgstr "Litauen"
519
+
520
+ #: the-events-calendar.php:180
521
+ msgid "Luxembourg"
522
+ msgstr "Luxemburg"
523
+
524
+ #: the-events-calendar.php:181
525
+ msgid "Macau"
526
+ msgstr "Macao"
527
+
528
+ #: the-events-calendar.php:182
529
+ msgid "Macedonia, Former Yugoslav Republic Of"
530
+ msgstr "Makedonien (Republiken Makedonien)"
531
+
532
+ #: the-events-calendar.php:183
533
+ msgid "Madagascar"
534
+ msgstr "Madagaskar"
535
+
536
+ #: the-events-calendar.php:184
537
+ msgid "Malawi"
538
+ msgstr "Malawi"
539
+
540
+ #: the-events-calendar.php:185
541
+ msgid "Malaysia"
542
+ msgstr "Malaysia"
543
+
544
+ #: the-events-calendar.php:186
545
+ msgid "Maldives"
546
+ msgstr "Maldiverna (Republiken Maldiverna)"
547
+
548
+ #: the-events-calendar.php:187
549
+ msgid "Mali"
550
+ msgstr "Mali"
551
+
552
+ #: the-events-calendar.php:188
553
+ msgid "Malta"
554
+ msgstr "Malta"
555
+
556
+ #: the-events-calendar.php:189
557
+ msgid "Marshall Islands"
558
+ msgstr "Marshallöarna"
559
+
560
+ #: the-events-calendar.php:190
561
+ msgid "Martinique"
562
+ msgstr "Martinique"
563
+
564
+ #: the-events-calendar.php:191
565
+ msgid "Mauritania"
566
+ msgstr "Mauretanien (Islamiska republiken Mauretanien)"
567
+
568
+ #: the-events-calendar.php:192
569
+ msgid "Mauritius"
570
+ msgstr "Mauritius"
571
+
572
+ #: the-events-calendar.php:193
573
+ msgid "Mayotte"
574
+ msgstr "Mayotte"
575
+
576
+ #: the-events-calendar.php:194
577
+ msgid "Mexico"
578
+ msgstr "Mexico"
579
+
580
+ #: the-events-calendar.php:195
581
+ msgid "Micronesia, Federated States Of"
582
+ msgstr "Mikronesien"
583
+
584
+ #: the-events-calendar.php:196
585
+ msgid "Moldova, Republic Of"
586
+ msgstr "Moldavien"
587
+
588
+ #: the-events-calendar.php:197
589
+ msgid "Monaco"
590
+ msgstr "Monaco"
591
+
592
+ #: the-events-calendar.php:198
593
+ msgid "Mongolia"
594
+ msgstr "Mongoliet"
595
+
596
+ #: the-events-calendar.php:199
597
+ msgid "Montserrat"
598
+ msgstr "Montserrat"
599
+
600
+ #: the-events-calendar.php:200
601
+ msgid "Morocco"
602
+ msgstr "Marocko"
603
+
604
+ #: the-events-calendar.php:201
605
+ msgid "Mozambique"
606
+ msgstr "Moçambique (Republiken Moçambique)"
607
+
608
+ #: the-events-calendar.php:202
609
+ msgid "Myanmar"
610
+ msgstr "Burma"
611
+
612
+ #: the-events-calendar.php:203
613
+ msgid "Namibia"
614
+ msgstr "Namibia"
615
+
616
+ #: the-events-calendar.php:204
617
+ msgid "Nauru"
618
+ msgstr "Nauru"
619
+
620
+ #: the-events-calendar.php:205
621
+ msgid "Nepal"
622
+ msgstr "Nepal"
623
+
624
+ #: the-events-calendar.php:206
625
+ msgid "Netherlands"
626
+ msgstr "Nederländerna"
627
+
628
+ #: the-events-calendar.php:207
629
+ msgid "Netherlands Antilles"
630
+ msgstr "Nederländska Antillerna"
631
+
632
+ #: the-events-calendar.php:208
633
+ msgid "New Caledonia"
634
+ msgstr "Nya Kaledonien"
635
+
636
+ #: the-events-calendar.php:209
637
+ msgid "New Zealand"
638
+ msgstr "Nya Zeeland"
639
+
640
+ #: the-events-calendar.php:210
641
+ msgid "Nicaragua"
642
+ msgstr "Nicaragua"
643
+
644
+ #: the-events-calendar.php:211
645
+ msgid "Niger"
646
+ msgstr "Niger"
647
+
648
+ #: the-events-calendar.php:212
649
+ msgid "Nigeria"
650
+ msgstr "Nigeria"
651
+
652
+ #: the-events-calendar.php:213
653
+ msgid "Niue"
654
+ msgstr "Niue"
655
+
656
+ #: the-events-calendar.php:214
657
+ msgid "Norfolk Island"
658
+ msgstr "Norfolkön"
659
+
660
+ #: the-events-calendar.php:215
661
+ msgid "Northern Mariana Islands"
662
+ msgstr "Nordmarianerna"
663
+
664
+ #: the-events-calendar.php:216
665
+ msgid "Norway"
666
+ msgstr "Norge"
667
+
668
+ #: the-events-calendar.php:217
669
+ msgid "Oman"
670
+ msgstr "Oman"
671
+
672
+ #: the-events-calendar.php:218
673
+ msgid "Pakistan"
674
+ msgstr "Pakistan"
675
+
676
+ #: the-events-calendar.php:219
677
+ msgid "Palau"
678
+ msgstr "Palau"
679
+
680
+ #: the-events-calendar.php:220
681
+ msgid "Panama"
682
+ msgstr "Panama"
683
+
684
+ #: the-events-calendar.php:221
685
+ msgid "Papua New Guinea"
686
+ msgstr "Papua Nya Guinea"
687
+
688
+ #: the-events-calendar.php:222
689
+ msgid "Paraguay"
690
+ msgstr "Paraguay"
691
+
692
+ #: the-events-calendar.php:223
693
+ msgid "Peru"
694
+ msgstr "Peru"
695
+
696
+ #: the-events-calendar.php:224
697
+ msgid "Philippines"
698
+ msgstr "Filippinerna"
699
+
700
+ #: the-events-calendar.php:225
701
+ msgid "Pitcairn"
702
+ msgstr "Pitcairnöarna"
703
+
704
+ #: the-events-calendar.php:226
705
+ msgid "Poland"
706
+ msgstr "Polen"
707
+
708
+ #: the-events-calendar.php:227
709
+ msgid "Portugal"
710
+ msgstr "Portugal"
711
+
712
+ #: the-events-calendar.php:228
713
+ msgid "Puerto Rico"
714
+ msgstr "Puerto Rico"
715
+
716
+ #: the-events-calendar.php:229
717
+ msgid "Qatar"
718
+ msgstr "Qatar"
719
+
720
+ #: the-events-calendar.php:230
721
+ msgid "Reunion"
722
+ msgstr "Réunion"
723
+
724
+ #: the-events-calendar.php:231
725
+ msgid "Romania"
726
+ msgstr "Rumänien"
727
+
728
+ #: the-events-calendar.php:232
729
+ msgid "Russian Federation"
730
+ msgstr "Ryssland (Ryska federationen)"
731
+
732
+ #: the-events-calendar.php:233
733
+ msgid "Rwanda"
734
+ msgstr "Rwanda"
735
+
736
+ #: the-events-calendar.php:234
737
+ msgid "Saint Kitts And Nevis"
738
+ msgstr "Saint Kitts och Nevis"
739
+
740
+ #: the-events-calendar.php:235
741
+ msgid "Saint Lucia"
742
+ msgstr "Saint Lucia"
743
+
744
+ #: the-events-calendar.php:236
745
+ msgid "Saint Vincent And The Grenadines"
746
+ msgstr "Saint Vincent och Grenadinerna"
747
+
748
+ #: the-events-calendar.php:237
749
+ msgid "Samoa"
750
+ msgstr "Samoa"
751
+
752
+ #: the-events-calendar.php:238
753
+ msgid "San Marino"
754
+ msgstr "San Marino"
755
+
756
+ #: the-events-calendar.php:239
757
+ msgid "Sao Tome And Principe"
758
+ msgstr "São Tomé och Príncipe"
759
+
760
+ #: the-events-calendar.php:240
761
+ msgid "Saudi Arabia"
762
+ msgstr "Saudiarabien"
763
+
764
+ #: the-events-calendar.php:241
765
+ msgid "Senegal"
766
+ msgstr "Senegal"
767
+
768
+ #: the-events-calendar.php:242
769
+ msgid "Seychelles"
770
+ msgstr "Seychellerna"
771
+
772
+ #: the-events-calendar.php:243
773
+ msgid "Sierra Leone"
774
+ msgstr "Sierra Leone"
775
+
776
+ #: the-events-calendar.php:244
777
+ msgid "Singapore"
778
+ msgstr "Singapore"
779
+
780
+ #: the-events-calendar.php:245
781
+ msgid "Slovakia (Slovak Republic)"
782
+ msgstr "Slovakien"
783
+
784
+ #: the-events-calendar.php:246
785
+ msgid "Slovenia"
786
+ msgstr "Slovenien"
787
+
788
+ #: the-events-calendar.php:247
789
+ msgid "Solomon Islands"
790
+ msgstr "Salomonöarna"
791
+
792
+ #: the-events-calendar.php:248
793
+ msgid "Somalia"
794
+ msgstr "Somalia"
795
+
796
+ #: the-events-calendar.php:249
797
+ msgid "South Africa"
798
+ msgstr "Sydafrika"
799
+
800
+ #: the-events-calendar.php:250
801
+ msgid "South Georgia, South Sandwich Islands"
802
+ msgstr "Sydgeorgien och Sydsandwichöarna"
803
+
804
+ #: the-events-calendar.php:251
805
+ msgid "Spain"
806
+ msgstr "Spanien"
807
+
808
+ #: the-events-calendar.php:252
809
+ msgid "Sri Lanka"
810
+ msgstr "Sri Lanka"
811
+
812
+ #: the-events-calendar.php:253
813
+ msgid "St. Helena"
814
+ msgstr "Sankta Helena"
815
+
816
+ #: the-events-calendar.php:254
817
+ msgid "St. Pierre And Miquelon"
818
+ msgstr "Saint-Pierre och Miquelon"
819
+
820
+ #: the-events-calendar.php:255
821
+ msgid "Sudan"
822
+ msgstr "Sudan"
823
+
824
+ #: the-events-calendar.php:256
825
+ msgid "Suriname"
826
+ msgstr "Surinam"
827
+
828
+ #: the-events-calendar.php:257
829
+ msgid "Svalbard And Jan Mayen Islands"
830
+ msgstr "Svalbard och Jan Mayen"
831
+
832
+ #: the-events-calendar.php:258
833
+ msgid "Swaziland"
834
+ msgstr "Swaziland"
835
+
836
+ #: the-events-calendar.php:259
837
+ msgid "Sweden"
838
+ msgstr "Sverige"
839
+
840
+ #: the-events-calendar.php:260
841
+ msgid "Switzerland"
842
+ msgstr "Schweiz"
843
+
844
+ #: the-events-calendar.php:261
845
+ msgid "Syrian Arab Republic"
846
+ msgstr "Syrien (Arabrepubliken Syrien)"
847
+
848
+ #: the-events-calendar.php:262
849
+ msgid "Taiwan"
850
+ msgstr "Taiwan"
851
+
852
+ #: the-events-calendar.php:263
853
+ msgid "Tajikistan"
854
+ msgstr "Tadzjikistan"
855
+
856
+ #: the-events-calendar.php:264
857
+ msgid "Tanzania, United Republic Of"
858
+ msgstr "Tanzania"
859
+
860
+ #: the-events-calendar.php:265
861
+ msgid "Thailand"
862
+ msgstr "Thailand"
863
+
864
+ #: the-events-calendar.php:266
865
+ msgid "Togo"
866
+ msgstr "Togo"
867
+
868
+ #: the-events-calendar.php:267
869
+ msgid "Tokelau"
870
+ msgstr "Tokelauöarna"
871
+
872
+ #: the-events-calendar.php:268
873
+ msgid "Tonga"
874
+ msgstr "Tonga"
875
+
876
+ #: the-events-calendar.php:269
877
+ msgid "Trinidad And Tobago"
878
+ msgstr "Trinidad And Tobago"
879
+
880
+ #: the-events-calendar.php:270
881
+ msgid "Tunisia"
882
+ msgstr "Tunisien"
883
+
884
+ #: the-events-calendar.php:271
885
+ msgid "Turkey"
886
+ msgstr "Turkiet"
887
+
888
+ #: the-events-calendar.php:272
889
+ msgid "Turkmenistan"
890
+ msgstr "Turkmenistan"
891
+
892
+ #: the-events-calendar.php:273
893
+ msgid "Turks And Caicos Islands"
894
+ msgstr "Turks- och Caicosöarna"
895
+
896
+ #: the-events-calendar.php:274
897
+ msgid "Tuvalu"
898
+ msgstr "Tuvalu"
899
+
900
+ #: the-events-calendar.php:275
901
+ msgid "Uganda"
902
+ msgstr "Uganda"
903
+
904
+ #: the-events-calendar.php:276
905
+ msgid "Ukraine"
906
+ msgstr "Ukraina"
907
+
908
+ #: the-events-calendar.php:277
909
+ msgid "United Arab Emirates"
910
+ msgstr "Förenade Arabemiraten"
911
+
912
+ #: the-events-calendar.php:278
913
+ msgid "United Kingdom"
914
+ msgstr "Storbritannien (Förenade kungariket Storbritannien)"
915
+
916
+ #: the-events-calendar.php:279
917
+ msgid "United States Minor Outlying Islands"
918
+ msgstr "Förenta staternas avlägset belägna öar"
919
+
920
+ #: the-events-calendar.php:280
921
+ msgid "Uruguay"
922
+ msgstr "Uruguay"
923
+
924
+ #: the-events-calendar.php:281
925
+ msgid "Uzbekistan"
926
+ msgstr "Uzbekistan"
927
+
928
+ #: the-events-calendar.php:282
929
+ msgid "Vanuatu"
930
+ msgstr "Vanuatu"
931
+
932
+ #: the-events-calendar.php:283
933
+ msgid "Venezuela"
934
+ msgstr "Venezuela"
935
+
936
+ #: the-events-calendar.php:284
937
+ msgid "Viet Nam"
938
+ msgstr "Vietnam (Socialistiska republiken Vietnam)"
939
+
940
+ #: the-events-calendar.php:285
941
+ msgid "Virgin Islands (British)"
942
+ msgstr "Brittiska Jungfruöarna"
943
+
944
+ #: the-events-calendar.php:286
945
+ msgid "Virgin Islands (U.S.)"
946
+ msgstr "Amerikanska Jungfruöarna"
947
+
948
+ #: the-events-calendar.php:287
949
+ msgid "Wallis And Futuna Islands"
950
+ msgstr "Wallis- och Futunaöarna"
951
+
952
+ #: the-events-calendar.php:288
953
+ msgid "Western Sahara"
954
+ msgstr "Västsahara"
955
+
956
+ #: the-events-calendar.php:289
957
+ msgid "Yemen"
958
+ msgstr "Jemen"
959
+
960
+ #: the-events-calendar.php:290
961
+ msgid "Yugoslavia"
962
+ msgstr "Jugoslavien"
963
+
964
+ #: the-events-calendar.php:291
965
+ msgid "Zambia"
966
+ msgstr "Zambia"
967
+
968
+ #: the-events-calendar.php:292
969
+ msgid "Zimbabwe"
970
+ msgstr "Zimbabwe"
971
+
972
+ #: the-events-calendar.php:496
973
+ msgid "January"
974
+ msgstr "Januari"
975
+
976
+ #: the-events-calendar.php:497
977
+ msgid "February"
978
+ msgstr "Februari"
979
+
980
+ #: the-events-calendar.php:498
981
+ msgid "March"
982
+ msgstr "Mars"
983
+
984
+ #: the-events-calendar.php:499
985
+ msgid "April"
986
+ msgstr "April"
987
+
988
+ #: the-events-calendar.php:500
989
+ msgid "May"
990
+ msgstr "Maj"
991
+
992
+ #: the-events-calendar.php:501
993
+ msgid "June"
994
+ msgstr "Juni"
995
+
996
+ #: the-events-calendar.php:502
997
+ msgid "July"
998
+ msgstr "Juli"
999
+
1000
+ #: the-events-calendar.php:503
1001
+ msgid "August"
1002
+ msgstr "Augusti"
1003
+
1004
+ #: the-events-calendar.php:504
1005
+ msgid "September"
1006
+ msgstr "September"
1007
+
1008
+ #: the-events-calendar.php:505
1009
+ msgid "October"
1010
+ msgstr "Oktober"
1011
+
1012
+ #: the-events-calendar.php:506
1013
+ msgid "November"
1014
+ msgstr "November"
1015
+
1016
+ #: the-events-calendar.php:507
1017
+ msgid "December"
1018
+ msgstr "December"
1019
+
1020
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.5.4) #-#-#-#-#
1021
+ #. Plugin Name of an extension
1022
+ #: the-events-calendar.php:939
1023
+ msgid "The Events Calendar"
1024
+ msgstr "Evenemangskalendern"
1025
+
1026
+ #: the-events-calendar.php:1214
1027
+ msgid "Sun"
1028
+ msgstr "Sön"
1029
+
1030
+ #: the-events-calendar.php:1214
1031
+ msgid "Mon"
1032
+ msgstr "Mån"
1033
+
1034
+ #: the-events-calendar.php:1214
1035
+ msgid "Tue"
1036
+ msgstr "Tis"
1037
+
1038
+ #: the-events-calendar.php:1214
1039
+ msgid "Wed"
1040
+ msgstr "Ons"
1041
+
1042
+ #: the-events-calendar.php:1214
1043
+ msgid "Thu"
1044
+ msgstr "Tor"
1045
+
1046
+ #: the-events-calendar.php:1214
1047
+ msgid "Fri"
1048
+ msgstr "Fre"
1049
+
1050
+ #: the-events-calendar.php:1214
1051
+ msgid "Sat"
1052
+ msgstr "Lör"
1053
+
1054
+ #: the-events-calendar.php:1215
1055
+ msgid "Sunday"
1056
+ msgstr "Söndag"
1057
+
1058
+ #: the-events-calendar.php:1215
1059
+ msgid "Monday"
1060
+ msgstr "Måndag"
1061
+
1062
+ #: the-events-calendar.php:1215
1063
+ msgid "Tuesday"
1064
+ msgstr "Tisdag"
1065
+
1066
+ #: the-events-calendar.php:1215
1067
+ msgid "Wednesday"
1068
+ msgstr "Onsdag"
1069
+
1070
+ #: the-events-calendar.php:1215
1071
+ msgid "Thursday"
1072
+ msgstr "Torsdag"
1073
+
1074
+ #: the-events-calendar.php:1215
1075
+ msgid "Friday"
1076
+ msgstr "Fredag"
1077
+
1078
+ #: the-events-calendar.php:1215
1079
+ msgid "Saturday"
1080
+ msgstr "Lördag"
1081
+
1082
+ #: the-events-calendar.php:1926
1083
+ msgid "A widget that displays the next upcoming x events."
1084
+ msgstr "En widget som visar kommande evenemang"
1085
+
1086
+ #: the-events-calendar.php:1968
1087
+ msgid "View All Events"
1088
+ msgstr "Visa alla evenemang"
1089
+
1090
+ #: the-events-calendar.php:2049
1091
+ msgid "A calendar of your events"
1092
+ msgstr "En kalender med dina evenemang"
1093
+
1094
+ #: the-events-calendar.php:2050
1095
+ msgid "Events Calendar"
1096
+ msgstr "Evenemangskalender"
1097
+
1098
+ #: the-events-calendar.php:2076
1099
+ #: views/events-list-load-widget-admin.php:2
1100
+ msgid "Title:"
1101
+ msgstr "Titel:"
1102
+
1103
+ #: views/events-list-load-widget-admin.php:7
1104
+ msgid "Show:"
1105
+ msgstr "Visa:"
1106
+
1107
+ #: views/events-list-load-widget-admin.php:16
1108
+ msgid "Display:"
1109
+ msgstr "Visa:"
1110
+
1111
+ #: views/events-list-load-widget-admin.php:19
1112
+ msgid "Start Date & Time"
1113
+ msgstr "Start datum & tid"
1114
+
1115
+ #: views/events-list-load-widget-admin.php:20
1116
+ msgid "End Date & Time"
1117
+ msgstr "Slut datum & tid"
1118
+
1119
+ #: views/events-list-load-widget-admin.php:21
1120
+ msgid "Venue"
1121
+ msgstr "Plats"
1122
+
1123
+ #: views/events-list-load-widget-admin.php:22
1124
+ msgid "Address"
1125
+ msgstr "Adress"
1126
+
1127
+ #: views/events-list-load-widget-admin.php:23
1128
+ msgid "City"
1129
+ msgstr "Stad"
1130
+
1131
+ #: views/events-list-load-widget-admin.php:24
1132
+ msgid "State (US)"
1133
+ msgstr "Delstat (US)"
1134
+
1135
+ #: views/events-list-load-widget-admin.php:25
1136
+ msgid "Province (Int)"
1137
+ msgstr "Provins/Region (Int)"
1138
+
1139
+ #: views/events-list-load-widget-admin.php:26
1140
+ msgid "Postal Code"
1141
+ msgstr "Postnummer"
1142
+
1143
+ #: views/events-list-load-widget-admin.php:27
1144
+ msgid "Country"
1145
+ msgstr "Land"
1146
+
1147
+ #: views/events-list-load-widget-admin.php:28
1148
+ msgid "Phone"
1149
+ msgstr "Tele"
1150
+
1151
+ #: views/events-list-load-widget-admin.php:29
1152
+ msgid "Price"
1153
+ msgstr "Kostnad"
1154
+
1155
+ #: views/events-list-load-widget-display.php:48
1156
+ msgid "More Info"
1157
+ msgstr "Mer info"
1158
+
1159
+ #: views/events-meta-box.php:153
1160
+ msgid "Is this post an event?"
1161
+ msgstr "Är den här posten ett evenemang?"
1162
+
1163
+ #: views/events-meta-box.php:154
1164
+ #: views/events-options.php:157
1165
+ msgid "Yes"
1166
+ msgstr "Ja"
1167
+
1168
+ #: views/events-meta-box.php:155
1169
+ #: views/events-options.php:161
1170
+ msgid "No"
1171
+ msgstr "Nej"
1172
+
1173
+ #: views/events-meta-box.php:162
1174
+ msgid "Event Time &amp; Date"
1175
+ msgstr "När?"
1176
+
1177
+ #: views/events-meta-box.php:165
1178
+ msgid "All day event?"
1179
+ msgstr "Heldagsevenemang"
1180
+
1181
+ #: views/events-meta-box.php:169
1182
+ msgid "Start Date / Time:"
1183
+ msgstr "Start datum / tid:"
1184
+
1185
+ #: views/events-meta-box.php:183
1186
+ #: views/events-meta-box.php:213
1187
+ msgid "@"
1188
+ msgstr "@"
1189
+
1190
+ #: views/events-meta-box.php:199
1191
+ msgid "End Date / Time:"
1192
+ msgstr "Slut datum / tid:"
1193
+
1194
+ #: views/events-meta-box.php:229
1195
+ msgid "Event Location Details"
1196
+ msgstr "Var?"
1197
+
1198
+ #: views/events-meta-box.php:232
1199
+ #: views/list.php:45
1200
+ #: views/single.php:26
1201
+ msgid "Venue:"
1202
+ msgstr "Plats"
1203
+
1204
+ #: views/events-meta-box.php:238
1205
+ msgid "Country:"
1206
+ msgstr "Land"
1207
+
1208
+ #: views/events-meta-box.php:255
1209
+ #: views/list.php:63
1210
+ #: views/single.php:30
1211
+ msgid "Address:"
1212
+ msgstr "Adress:"
1213
+
1214
+ #: views/events-meta-box.php:259
1215
+ msgid "City:"
1216
+ msgstr "Stad:"
1217
+
1218
+ #: views/events-meta-box.php:263
1219
+ msgid "Province:"
1220
+ msgstr "Provins/Region:"
1221
+
1222
+ #: views/events-meta-box.php:267
1223
+ msgid "State:"
1224
+ msgstr "Delstat (US):"
1225
+
1226
+ #: views/events-meta-box.php:270
1227
+ msgid "Select a State:"
1228
+ msgstr "Välj delstat:"
1229
+
1230
+ #: views/events-meta-box.php:272
1231
+ msgid "Alabama"
1232
+ msgstr "Alabama"
1233
+
1234
+ #: views/events-meta-box.php:273
1235
+ msgid "Alaska"
1236
+ msgstr "Alaska"
1237
+
1238
+ #: views/events-meta-box.php:274
1239
+ msgid "Arizona"
1240
+ msgstr "Arizona"
1241
+
1242
+ #: views/events-meta-box.php:275
1243
+ msgid "Arkansas"
1244
+ msgstr "Arkansas"
1245
+
1246
+ #: views/events-meta-box.php:276
1247
+ msgid "California"
1248
+ msgstr "California"
1249
+
1250
+ #: views/events-meta-box.php:277
1251
+ msgid "Colorado"
1252
+ msgstr "Colorado"
1253
+
1254
+ #: views/events-meta-box.php:278
1255
+ msgid "Connecticut"
1256
+ msgstr "Connecticut"
1257
+
1258
+ #: views/events-meta-box.php:279
1259
+ msgid "Delaware"
1260
+ msgstr "Delaware"
1261
+
1262
+ #: views/events-meta-box.php:280
1263
+ msgid "District of Columbia"
1264
+ msgstr "District of Columbia"
1265
+
1266
+ #: views/events-meta-box.php:281
1267
+ msgid "Florida"
1268
+ msgstr "Florida"
1269
+
1270
+ #: views/events-meta-box.php:283
1271
+ msgid "Hawaii"
1272
+ msgstr "Hawaii"
1273
+
1274
+ #: views/events-meta-box.php:284
1275
+ msgid "Idaho"
1276
+ msgstr "Idaho"
1277
+
1278
+ #: views/events-meta-box.php:285
1279
+ msgid "Illinois"
1280
+ msgstr "Illinois"
1281
+
1282
+ #: views/events-meta-box.php:286
1283
+ msgid "Indiana"
1284
+ msgstr "Indiana"
1285
+
1286
+ #: views/events-meta-box.php:287
1287
+ msgid "Iowa"
1288
+ msgstr "Iowa"
1289
+
1290
+ #: views/events-meta-box.php:288
1291
+ msgid "Kansas"
1292
+ msgstr "Kansas"
1293
+
1294
+ #: views/events-meta-box.php:289
1295
+ msgid "Kentucky"
1296
+ msgstr "Kentucky"
1297
+
1298
+ #: views/events-meta-box.php:290
1299
+ msgid "Louisiana"
1300
+ msgstr "Louisiana"
1301
+
1302
+ #: views/events-meta-box.php:291
1303
+ msgid "Maine"
1304
+ msgstr "Maine"
1305
+
1306
+ #: views/events-meta-box.php:292
1307
+ msgid "Maryland"
1308
+ msgstr "Maryland"
1309
+
1310
+ #: views/events-meta-box.php:293
1311
+ msgid "Massachusetts"
1312
+ msgstr "Massachusetts"
1313
+
1314
+ #: views/events-meta-box.php:294
1315
+ msgid "Michigan"
1316
+ msgstr "Michigan"
1317
+
1318
+ #: views/events-meta-box.php:295
1319
+ msgid "Minnesota"
1320
+ msgstr "Minnesota"
1321
+
1322
+ #: views/events-meta-box.php:296
1323
+ msgid "Mississippi"
1324
+ msgstr "Mississippi"
1325
+
1326
+ #: views/events-meta-box.php:297
1327
+ msgid "Missouri"
1328
+ msgstr "Missouri"
1329
+
1330
+ #: views/events-meta-box.php:298
1331
+ msgid "Montana"
1332
+ msgstr "Montana"
1333
+
1334
+ #: views/events-meta-box.php:299
1335
+ msgid "Nebraska"
1336
+ msgstr "Nebraska"
1337
+
1338
+ #: views/events-meta-box.php:300
1339
+ msgid "Nevada"
1340
+ msgstr "Nevada"
1341
+
1342
+ #: views/events-meta-box.php:301
1343
+ msgid "New Hampshire"
1344
+ msgstr "New Hampshire"
1345
+
1346
+ #: views/events-meta-box.php:302
1347
+ msgid "New Jersey"
1348
+ msgstr "New Jersey"
1349
+
1350
+ #: views/events-meta-box.php:303
1351
+ msgid "New Mexico"
1352
+ msgstr "New Mexico"
1353
+
1354
+ #: views/events-meta-box.php:304
1355
+ msgid "New York"
1356
+ msgstr "New York"
1357
+
1358
+ #: views/events-meta-box.php:305
1359
+ msgid "North Carolina"
1360
+ msgstr "North Carolina"
1361
+
1362
+ #: views/events-meta-box.php:306
1363
+ msgid "North Dakota"
1364
+ msgstr "North Dakota"
1365
+
1366
+ #: views/events-meta-box.php:307
1367
+ msgid "Ohio"
1368
+ msgstr "Ohio"
1369
+
1370
+ #: views/events-meta-box.php:308
1371
+ msgid "Oklahoma"
1372
+ msgstr "Oklahoma"
1373
+
1374
+ #: views/events-meta-box.php:309
1375
+ msgid "Oregon"
1376
+ msgstr "Oregon"
1377
+
1378
+ #: views/events-meta-box.php:310
1379
+ msgid "Pennsylvania"
1380
+ msgstr "Pennsylvania"
1381
+
1382
+ #: views/events-meta-box.php:311
1383
+ msgid "Rhode Island"
1384
+ msgstr "Rhode Island"
1385
+
1386
+ #: views/events-meta-box.php:312
1387
+ msgid "South Carolina"
1388
+ msgstr "South Carolina"
1389
+
1390
+ #: views/events-meta-box.php:313
1391
+ msgid "South Dakota"
1392
+ msgstr "South Dakota"
1393
+
1394
+ #: views/events-meta-box.php:314
1395
+ msgid "Tennessee"
1396
+ msgstr "Tennessee"
1397
+
1398
+ #: views/events-meta-box.php:315
1399
+ msgid "Texas"
1400
+ msgstr "Texas"
1401
+
1402
+ #: views/events-meta-box.php:316
1403
+ msgid "Utah"
1404
+ msgstr "Utah"
1405
+
1406
+ #: views/events-meta-box.php:317
1407
+ msgid "Vermont"
1408
+ msgstr "Vermont"
1409
+
1410
+ #: views/events-meta-box.php:318
1411
+ msgid "Virginia"
1412
+ msgstr "Virginia"
1413
+
1414
+ #: views/events-meta-box.php:319
1415
+ msgid "Washington"
1416
+ msgstr "Washington"
1417
+
1418
+ #: views/events-meta-box.php:320
1419
+ msgid "West Virginia"
1420
+ msgstr "West Virginia"
1421
+
1422
+ #: views/events-meta-box.php:321
1423
+ msgid "Wisconsin"
1424
+ msgstr "Wisconsin"
1425
+
1426
+ #: views/events-meta-box.php:322
1427
+ msgid "Wyoming"
1428
+ msgstr "Wyoming"
1429
+
1430
+ #: views/events-meta-box.php:336
1431
+ msgid "Postal Code:"
1432
+ msgstr "Postnummer:"
1433
+
1434
+ #: views/events-meta-box.php:340
1435
+ #: views/list.php:54
1436
+ msgid "Phone:"
1437
+ msgstr "Tele:"
1438
+
1439
+ #: views/events-meta-box.php:344
1440
+ msgid "Event Cost"
1441
+ msgstr "Kostnad:"
1442
+
1443
+ #: views/events-meta-box.php:347
1444
+ #: views/list.php:72
1445
+ #: views/single.php:20
1446
+ msgid "Cost:"
1447
+ msgstr "Kostnad:"
1448
+
1449
+ #: views/events-meta-box.php:352
1450
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1451
+ msgstr "Lämnas blankt för att gömma fältet. Skriv 0 för evenemang som är gratis."
1452
+
1453
+ #: views/events-meta-box.php:356
1454
+ msgid "Sell Tickets &amp; Track Registration"
1455
+ msgstr "Sälj biljetter &amp; bokningsregistrering"
1456
+
1457
+ #: views/events-meta-box.php:361
1458
+ msgid "Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. \"Wow, you're selling Eventbrite pretty hard. You must get a kickback.\" Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It's how we're able to keep supporting and building plugins for the open source community. "
1459
+ msgstr "Vill du sälja biljetter och hantera anmälningar? Nu kan du göra detta gratis, om du använder <a href=\"http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite är funktionsrik och lättanvänt verktyg för att hantera evenemang. (\"Wow, ni försöker verkligen pusha för Eventbrita. Ni får säkert provision...\" Ja, det stämmer. Vi får en liten slant för alla som registrerar sina event genom vår länk. Det är så det blir möjligt för oss att fortsätta supporta och bygga tillägg till Open Source gemenskapen.)"
1460
+
1461
+ #: views/events-meta-box.php:361
1462
+ msgid "Check it out here."
1463
+ msgstr "Kolla in den här."
1464
+
1465
+ #: views/events-meta-box.php:372
1466
+ msgid "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its' continued development. You may remove this message on the <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</p>"
1467
+ msgstr ""
1468
+ "Om du gillar vårt tillägg - Hjälp till att stödja den!</h4>\r\n"
1469
+ "\t\t\t\t<p>Vi lägger ner massor av tid på att skapa bra tillägg som vi gärna delar med oss av till hela Open Source gemenskapen. Om du använder det här tillägget, överväg då att göra en donation för att stödja fortsatt utveckling. Du kan ta bort det här meddelandet på <a href=\"/wp-admin/options-general.php?page=the-events-calendar.php\">inställsningssidan</a>.</p>"
1470
+
1471
+ #: views/events-meta-box.php:374
1472
+ msgid "Thanks"
1473
+ msgstr "Tack"
1474
+
1475
+ #: views/events-options.php:69
1476
+ msgid "The Events Calendar Settings"
1477
+ msgstr "Evenemangskalenderns inställningar"
1478
+
1479
+ #: views/events-options.php:71
1480
+ msgid "Need a hand?"
1481
+ msgstr "Behöver du hjälp?"
1482
+
1483
+ #: views/events-options.php:72
1484
+ msgid "If you're stuck on these options, please <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">check out the documentation</a>. If you're still wondering what's going on, be sure to stop by the support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> and ask for help. The open source community is full of kind folks who are happy to help."
1485
+ msgstr "Om du fastnar på de här inställningarna, så kan du <a href=\"http://wordpress.org/extend/plugins/the-events-calendar/\">kolla dokumentationen</a>. Om du inte hittar svar där, så kan du alltid kolla in vårt support <a href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> och fråga om hjälp. Där finns det många snälla människor som gärna hjälper till."
1486
+
1487
+ #: views/events-options.php:75
1488
+ msgid "Donate"
1489
+ msgstr "Donera"
1490
+
1491
+ #: views/events-options.php:84
1492
+ msgid "If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!"
1493
+ msgstr "Om du gillar det här tillägget, överväg gärna en donation till skaparna av det, Shane &#38; Peter, Inc. Tack!"
1494
+
1495
+ #: views/events-options.php:88
1496
+ msgid "I have already donated, so please hide this button!"
1497
+ msgstr "Jag har redan donerat, var snäll och dölj den här knappen!"
1498
+
1499
+ #: views/events-options.php:98
1500
+ msgid "Donate for this wonderful plugin"
1501
+ msgstr "Donera till det här tillägget!"
1502
+
1503
+ #: views/events-options.php:112
1504
+ msgid "Settings"
1505
+ msgstr "Inställningar"
1506
+
1507
+ #: views/events-options.php:115
1508
+ #: views/events-options.php:119
1509
+ msgid "Default View for the Events"
1510
+ msgstr "Förvald vy för evenemang"
1511
+
1512
+ #: views/events-options.php:131
1513
+ #: views/gridview.php:15
1514
+ #: views/list.php:12
1515
+ msgid "Calendar"
1516
+ msgstr "Kalender"
1517
+
1518
+ #: views/events-options.php:135
1519
+ #: views/gridview.php:14
1520
+ #: views/list.php:11
1521
+ msgid "Event List"
1522
+ msgstr "Evenemangslista"
1523
+
1524
+ #: views/events-options.php:141
1525
+ #: views/events-options.php:145
1526
+ msgid "Show Comments"
1527
+ msgstr "Visa kommentarer"
1528
+
1529
+ #: views/events-options.php:167
1530
+ msgid "Default Country for Events"
1531
+ msgstr "Förvalt land för evenemang"
1532
+
1533
+ #: views/events-options.php:192
1534
+ #: views/events-options.php:196
1535
+ msgid "Embed Google Maps"
1536
+ msgstr "Bädda in Google Maps(karta)"
1537
+
1538
+ #: views/events-options.php:210
1539
+ msgid "Off"
1540
+ msgstr "Av"
1541
+
1542
+ #: views/events-options.php:214
1543
+ msgid "On"
1544
+ msgstr "På"
1545
+
1546
+ #: views/events-options.php:217
1547
+ msgid "Height"
1548
+ msgstr "Höjd"
1549
+
1550
+ #: views/events-options.php:218
1551
+ msgid "Width"
1552
+ msgstr "Bredd"
1553
+
1554
+ #: views/events-options.php:218
1555
+ msgid "(number or %)"
1556
+ msgstr "(Antal eller %)"
1557
+
1558
+ #: views/events-options.php:229
1559
+ msgid "Save Changes"
1560
+ msgstr "Spara ändringar"
1561
+
1562
+ #: views/gridview.php:9
1563
+ #: views/list.php:9
1564
+ msgid "Calendar of Events"
1565
+ msgstr "Kalender för evenemang"
1566
+
1567
+ #: views/list.php:33
1568
+ #: views/single.php:13
1569
+ msgid "Start:"
1570
+ msgstr "Börjar"
1571
+
1572
+ #: views/list.php:37
1573
+ #: views/single.php:16
1574
+ msgid "End:"
1575
+ msgstr "Slutar"
1576
+
1577
+ #: views/list.php:63
1578
+ #: views/single.php:30
1579
+ msgid "Google Map"
1580
+ msgstr "Google kartor"
1581
+
1582
+ #: views/list.php:94
1583
+ msgid "&laquo; Previous Events"
1584
+ msgstr "&laquo; Föregående evenemang"
1585
+
1586
+ #: views/list.php:107
1587
+ msgid "Next Events &raquo;"
1588
+ msgstr "Nästa evenemang &raquo;"
1589
+
1590
+ #: views/single.php:8
1591
+ msgid "&laquo; Back to Events"
1592
+ msgstr "&laquo; Tillbaka till evenemang"
1593
+
1594
+ #: views/single.php:10
1595
+ msgid "This event has passed."
1596
+ msgstr "Evenemanget har varit"
1597
+
1598
+ #: views/single.php:30
1599
+ msgid "Click to view a Google Map"
1600
+ msgstr "Klicka för att visa en Google karta"
1601
+
1602
+ #. Plugin URI of an extension
1603
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1604
+ msgstr "http://wordpress.org/extend/plugins/the-events-calendar/"
1605
+
1606
+ #. Description of an extension
1607
+ msgid "The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation."
1608
+ msgstr "Med tillägget The Events Calendar kan du snabbt skapa och administrera evenemang med editorn för vanliga inlägg. Funktioner som ingår är bland annat integration med Eventbrite, integration med Google kartor, kartor och listor över evenemang."
1609
+
1610
+ #. Author of an extension
1611
+ msgid "Shane & Peter, Inc."
1612
+ msgstr "Shane & Peter, Inc."
1613
+
1614
+ #. Author URI of an extension
1615
+ msgid "http://www.shaneandpeter.com/"
1616
+ msgstr "http://www.shaneandpeter.com/"
1617
+
trunk/lang/the-events-calendar.pot ADDED
@@ -0,0 +1,1734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin The Events Calendar 1.6 by Shane & Peter, Inc..
2
+ # Copyright (C) 2010 Shane & Peter, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: The Events Calendar 1.6\n"
10
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
11
+ "POT-Creation-Date: 2010-06-01 16:40+0000\n"
12
+ "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=utf-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+
19
+ #: events-calendar-widget.class.php:12
20
+ msgid "A calendar of your events"
21
+ msgstr ""
22
+
23
+ #: events-calendar-widget.class.php:13
24
+ msgid "Events Calendar"
25
+ msgstr ""
26
+
27
+ #: events-calendar-widget.class.php:39
28
+ #: views/events-list-load-widget-admin.php:2
29
+ msgid "Title:"
30
+ msgstr ""
31
+
32
+ #: events-list-widget.class.php:15
33
+ msgid "A widget that displays the next upcoming x events."
34
+ msgstr ""
35
+
36
+ #: events-list-widget.class.php:81
37
+ msgid "View All Events"
38
+ msgstr ""
39
+
40
+ #: events-list-widget.class.php:82
41
+ msgid "There are no upcoming events at this time."
42
+ msgstr ""
43
+
44
+ #: the-events-calendar.class.php:49
45
+ msgid "Sun"
46
+ msgstr ""
47
+
48
+ #: the-events-calendar.class.php:49
49
+ msgid "Mon"
50
+ msgstr ""
51
+
52
+ #: the-events-calendar.class.php:49
53
+ msgid "Tue"
54
+ msgstr ""
55
+
56
+ #: the-events-calendar.class.php:49
57
+ msgid "Wed"
58
+ msgstr ""
59
+
60
+ #: the-events-calendar.class.php:49
61
+ msgid "Thu"
62
+ msgstr ""
63
+
64
+ #: the-events-calendar.class.php:49
65
+ msgid "Fri"
66
+ msgstr ""
67
+
68
+ #: the-events-calendar.class.php:49
69
+ msgid "Sat"
70
+ msgstr ""
71
+
72
+ #: the-events-calendar.class.php:50
73
+ msgid "Sunday"
74
+ msgstr ""
75
+
76
+ #: the-events-calendar.class.php:50
77
+ msgid "Monday"
78
+ msgstr ""
79
+
80
+ #: the-events-calendar.class.php:50
81
+ msgid "Tuesday"
82
+ msgstr ""
83
+
84
+ #: the-events-calendar.class.php:50
85
+ msgid "Wednesday"
86
+ msgstr ""
87
+
88
+ #: the-events-calendar.class.php:50
89
+ msgid "Thursday"
90
+ msgstr ""
91
+
92
+ #: the-events-calendar.class.php:50
93
+ msgid "Friday"
94
+ msgstr ""
95
+
96
+ #: the-events-calendar.class.php:50
97
+ msgid "Saturday"
98
+ msgstr ""
99
+
100
+ #: the-events-calendar.class.php:56
101
+ msgid "Select a Country:"
102
+ msgstr ""
103
+
104
+ #: the-events-calendar.class.php:57
105
+ msgid "United States"
106
+ msgstr ""
107
+
108
+ #: the-events-calendar.class.php:58
109
+ msgid "Afghanistan"
110
+ msgstr ""
111
+
112
+ #: the-events-calendar.class.php:59
113
+ msgid "Albania"
114
+ msgstr ""
115
+
116
+ #: the-events-calendar.class.php:60
117
+ msgid "Algeria"
118
+ msgstr ""
119
+
120
+ #: the-events-calendar.class.php:61
121
+ msgid "American Samoa"
122
+ msgstr ""
123
+
124
+ #: the-events-calendar.class.php:62
125
+ msgid "Andorra"
126
+ msgstr ""
127
+
128
+ #: the-events-calendar.class.php:63
129
+ msgid "Angola"
130
+ msgstr ""
131
+
132
+ #: the-events-calendar.class.php:64
133
+ msgid "Anguilla"
134
+ msgstr ""
135
+
136
+ #: the-events-calendar.class.php:65
137
+ msgid "Antarctica"
138
+ msgstr ""
139
+
140
+ #: the-events-calendar.class.php:66
141
+ msgid "Antigua And Barbuda"
142
+ msgstr ""
143
+
144
+ #: the-events-calendar.class.php:67
145
+ msgid "Argentina"
146
+ msgstr ""
147
+
148
+ #: the-events-calendar.class.php:68
149
+ msgid "Armenia"
150
+ msgstr ""
151
+
152
+ #: the-events-calendar.class.php:69
153
+ msgid "Aruba"
154
+ msgstr ""
155
+
156
+ #: the-events-calendar.class.php:70
157
+ msgid "Australia"
158
+ msgstr ""
159
+
160
+ #: the-events-calendar.class.php:71
161
+ msgid "Austria"
162
+ msgstr ""
163
+
164
+ #: the-events-calendar.class.php:72
165
+ msgid "Azerbaijan"
166
+ msgstr ""
167
+
168
+ #: the-events-calendar.class.php:73
169
+ msgid "Bahamas"
170
+ msgstr ""
171
+
172
+ #: the-events-calendar.class.php:74
173
+ msgid "Bahrain"
174
+ msgstr ""
175
+
176
+ #: the-events-calendar.class.php:75
177
+ msgid "Bangladesh"
178
+ msgstr ""
179
+
180
+ #: the-events-calendar.class.php:76
181
+ msgid "Barbados"
182
+ msgstr ""
183
+
184
+ #: the-events-calendar.class.php:77
185
+ msgid "Belarus"
186
+ msgstr ""
187
+
188
+ #: the-events-calendar.class.php:78
189
+ msgid "Belgium"
190
+ msgstr ""
191
+
192
+ #: the-events-calendar.class.php:79
193
+ msgid "Belize"
194
+ msgstr ""
195
+
196
+ #: the-events-calendar.class.php:80
197
+ msgid "Benin"
198
+ msgstr ""
199
+
200
+ #: the-events-calendar.class.php:81
201
+ msgid "Bermuda"
202
+ msgstr ""
203
+
204
+ #: the-events-calendar.class.php:82
205
+ msgid "Bhutan"
206
+ msgstr ""
207
+
208
+ #: the-events-calendar.class.php:83
209
+ msgid "Bolivia"
210
+ msgstr ""
211
+
212
+ #: the-events-calendar.class.php:84
213
+ msgid "Bosnia And Herzegowina"
214
+ msgstr ""
215
+
216
+ #: the-events-calendar.class.php:85
217
+ msgid "Botswana"
218
+ msgstr ""
219
+
220
+ #: the-events-calendar.class.php:86
221
+ msgid "Bouvet Island"
222
+ msgstr ""
223
+
224
+ #: the-events-calendar.class.php:87
225
+ msgid "Brazil"
226
+ msgstr ""
227
+
228
+ #: the-events-calendar.class.php:88
229
+ msgid "British Indian Ocean Territory"
230
+ msgstr ""
231
+
232
+ #: the-events-calendar.class.php:89
233
+ msgid "Brunei Darussalam"
234
+ msgstr ""
235
+
236
+ #: the-events-calendar.class.php:90
237
+ msgid "Bulgaria"
238
+ msgstr ""
239
+
240
+ #: the-events-calendar.class.php:91
241
+ msgid "Burkina Faso"
242
+ msgstr ""
243
+
244
+ #: the-events-calendar.class.php:92
245
+ msgid "Burundi"
246
+ msgstr ""
247
+
248
+ #: the-events-calendar.class.php:93
249
+ msgid "Cambodia"
250
+ msgstr ""
251
+
252
+ #: the-events-calendar.class.php:94
253
+ msgid "Cameroon"
254
+ msgstr ""
255
+
256
+ #: the-events-calendar.class.php:95
257
+ msgid "Canada"
258
+ msgstr ""
259
+
260
+ #: the-events-calendar.class.php:96
261
+ msgid "Cape Verde"
262
+ msgstr ""
263
+
264
+ #: the-events-calendar.class.php:97
265
+ msgid "Cayman Islands"
266
+ msgstr ""
267
+
268
+ #: the-events-calendar.class.php:98
269
+ msgid "Central African Republic"
270
+ msgstr ""
271
+
272
+ #: the-events-calendar.class.php:99
273
+ msgid "Chad"
274
+ msgstr ""
275
+
276
+ #: the-events-calendar.class.php:100
277
+ msgid "Chile"
278
+ msgstr ""
279
+
280
+ #: the-events-calendar.class.php:101
281
+ msgid "China"
282
+ msgstr ""
283
+
284
+ #: the-events-calendar.class.php:102
285
+ msgid "Christmas Island"
286
+ msgstr ""
287
+
288
+ #: the-events-calendar.class.php:103
289
+ msgid "Cocos (Keeling) Islands"
290
+ msgstr ""
291
+
292
+ #: the-events-calendar.class.php:104
293
+ msgid "Colombia"
294
+ msgstr ""
295
+
296
+ #: the-events-calendar.class.php:105
297
+ msgid "Comoros"
298
+ msgstr ""
299
+
300
+ #: the-events-calendar.class.php:106
301
+ msgid "Congo"
302
+ msgstr ""
303
+
304
+ #: the-events-calendar.class.php:107
305
+ msgid "Congo, The Democratic Republic Of The"
306
+ msgstr ""
307
+
308
+ #: the-events-calendar.class.php:108
309
+ msgid "Cook Islands"
310
+ msgstr ""
311
+
312
+ #: the-events-calendar.class.php:109
313
+ msgid "Costa Rica"
314
+ msgstr ""
315
+
316
+ #: the-events-calendar.class.php:110
317
+ msgid "Cote D'Ivoire"
318
+ msgstr ""
319
+
320
+ #: the-events-calendar.class.php:111
321
+ msgid "Croatia (Local Name: Hrvatska)"
322
+ msgstr ""
323
+
324
+ #: the-events-calendar.class.php:112
325
+ msgid "Cuba"
326
+ msgstr ""
327
+
328
+ #: the-events-calendar.class.php:113
329
+ msgid "Cyprus"
330
+ msgstr ""
331
+
332
+ #: the-events-calendar.class.php:114
333
+ msgid "Czech Republic"
334
+ msgstr ""
335
+
336
+ #: the-events-calendar.class.php:115
337
+ msgid "Denmark"
338
+ msgstr ""
339
+
340
+ #: the-events-calendar.class.php:116
341
+ msgid "Djibouti"
342
+ msgstr ""
343
+
344
+ #: the-events-calendar.class.php:117
345
+ msgid "Dominica"
346
+ msgstr ""
347
+
348
+ #: the-events-calendar.class.php:118
349
+ msgid "Dominican Republic"
350
+ msgstr ""
351
+
352
+ #: the-events-calendar.class.php:119
353
+ msgid "East Timor"
354
+ msgstr ""
355
+
356
+ #: the-events-calendar.class.php:120
357
+ msgid "Ecuador"
358
+ msgstr ""
359
+
360
+ #: the-events-calendar.class.php:121
361
+ msgid "Egypt"
362
+ msgstr ""
363
+
364
+ #: the-events-calendar.class.php:122
365
+ msgid "El Salvador"
366
+ msgstr ""
367
+
368
+ #: the-events-calendar.class.php:123
369
+ msgid "Equatorial Guinea"
370
+ msgstr ""
371
+
372
+ #: the-events-calendar.class.php:124
373
+ msgid "Eritrea"
374
+ msgstr ""
375
+
376
+ #: the-events-calendar.class.php:125
377
+ msgid "Estonia"
378
+ msgstr ""
379
+
380
+ #: the-events-calendar.class.php:126
381
+ msgid "Ethiopia"
382
+ msgstr ""
383
+
384
+ #: the-events-calendar.class.php:127
385
+ msgid "Falkland Islands (Malvinas)"
386
+ msgstr ""
387
+
388
+ #: the-events-calendar.class.php:128
389
+ msgid "Faroe Islands"
390
+ msgstr ""
391
+
392
+ #: the-events-calendar.class.php:129
393
+ msgid "Fiji"
394
+ msgstr ""
395
+
396
+ #: the-events-calendar.class.php:130
397
+ msgid "Finland"
398
+ msgstr ""
399
+
400
+ #: the-events-calendar.class.php:131
401
+ msgid "France"
402
+ msgstr ""
403
+
404
+ #: the-events-calendar.class.php:132
405
+ msgid "France, Metropolitan"
406
+ msgstr ""
407
+
408
+ #: the-events-calendar.class.php:133
409
+ msgid "French Guiana"
410
+ msgstr ""
411
+
412
+ #: the-events-calendar.class.php:134
413
+ msgid "French Polynesia"
414
+ msgstr ""
415
+
416
+ #: the-events-calendar.class.php:135
417
+ msgid "French Southern Territories"
418
+ msgstr ""
419
+
420
+ #: the-events-calendar.class.php:136
421
+ msgid "Gabon"
422
+ msgstr ""
423
+
424
+ #: the-events-calendar.class.php:137
425
+ msgid "Gambia"
426
+ msgstr ""
427
+
428
+ #: the-events-calendar.class.php:138 views/events-meta-box.php:369
429
+ msgid "Georgia"
430
+ msgstr ""
431
+
432
+ #: the-events-calendar.class.php:139
433
+ msgid "Germany"
434
+ msgstr ""
435
+
436
+ #: the-events-calendar.class.php:140
437
+ msgid "Ghana"
438
+ msgstr ""
439
+
440
+ #: the-events-calendar.class.php:141
441
+ msgid "Gibraltar"
442
+ msgstr ""
443
+
444
+ #: the-events-calendar.class.php:142
445
+ msgid "Greece"
446
+ msgstr ""
447
+
448
+ #: the-events-calendar.class.php:143
449
+ msgid "Greenland"
450
+ msgstr ""
451
+
452
+ #: the-events-calendar.class.php:144
453
+ msgid "Grenada"
454
+ msgstr ""
455
+
456
+ #: the-events-calendar.class.php:145
457
+ msgid "Guadeloupe"
458
+ msgstr ""
459
+
460
+ #: the-events-calendar.class.php:146
461
+ msgid "Guam"
462
+ msgstr ""
463
+
464
+ #: the-events-calendar.class.php:147
465
+ msgid "Guatemala"
466
+ msgstr ""
467
+
468
+ #: the-events-calendar.class.php:148
469
+ msgid "Guinea"
470
+ msgstr ""
471
+
472
+ #: the-events-calendar.class.php:149
473
+ msgid "Guinea-Bissau"
474
+ msgstr ""
475
+
476
+ #: the-events-calendar.class.php:150
477
+ msgid "Guyana"
478
+ msgstr ""
479
+
480
+ #: the-events-calendar.class.php:151
481
+ msgid "Haiti"
482
+ msgstr ""
483
+
484
+ #: the-events-calendar.class.php:152
485
+ msgid "Heard And Mc Donald Islands"
486
+ msgstr ""
487
+
488
+ #: the-events-calendar.class.php:153
489
+ msgid "Holy See (Vatican City State)"
490
+ msgstr ""
491
+
492
+ #: the-events-calendar.class.php:154
493
+ msgid "Honduras"
494
+ msgstr ""
495
+
496
+ #: the-events-calendar.class.php:155
497
+ msgid "Hong Kong"
498
+ msgstr ""
499
+
500
+ #: the-events-calendar.class.php:156
501
+ msgid "Hungary"
502
+ msgstr ""
503
+
504
+ #: the-events-calendar.class.php:157
505
+ msgid "Iceland"
506
+ msgstr ""
507
+
508
+ #: the-events-calendar.class.php:158
509
+ msgid "India"
510
+ msgstr ""
511
+
512
+ #: the-events-calendar.class.php:159
513
+ msgid "Indonesia"
514
+ msgstr ""
515
+
516
+ #: the-events-calendar.class.php:160
517
+ msgid "Iran (Islamic Republic Of)"
518
+ msgstr ""
519
+
520
+ #: the-events-calendar.class.php:161
521
+ msgid "Iraq"
522
+ msgstr ""
523
+
524
+ #: the-events-calendar.class.php:162
525
+ msgid "Ireland"
526
+ msgstr ""
527
+
528
+ #: the-events-calendar.class.php:163
529
+ msgid "Israel"
530
+ msgstr ""
531
+
532
+ #: the-events-calendar.class.php:164
533
+ msgid "Italy"
534
+ msgstr ""
535
+
536
+ #: the-events-calendar.class.php:165
537
+ msgid "Jamaica"
538
+ msgstr ""
539
+
540
+ #: the-events-calendar.class.php:166
541
+ msgid "Japan"
542
+ msgstr ""
543
+
544
+ #: the-events-calendar.class.php:167
545
+ msgid "Jordan"
546
+ msgstr ""
547
+
548
+ #: the-events-calendar.class.php:168
549
+ msgid "Kazakhstan"
550
+ msgstr ""
551
+
552
+ #: the-events-calendar.class.php:169
553
+ msgid "Kenya"
554
+ msgstr ""
555
+
556
+ #: the-events-calendar.class.php:170
557
+ msgid "Kiribati"
558
+ msgstr ""
559
+
560
+ #: the-events-calendar.class.php:171
561
+ msgid "Korea, Democratic People's Republic Of"
562
+ msgstr ""
563
+
564
+ #: the-events-calendar.class.php:172
565
+ msgid "Korea, Republic Of"
566
+ msgstr ""
567
+
568
+ #: the-events-calendar.class.php:173
569
+ msgid "Kuwait"
570
+ msgstr ""
571
+
572
+ #: the-events-calendar.class.php:174
573
+ msgid "Kyrgyzstan"
574
+ msgstr ""
575
+
576
+ #: the-events-calendar.class.php:175
577
+ msgid "Lao People's Democratic Republic"
578
+ msgstr ""
579
+
580
+ #: the-events-calendar.class.php:176
581
+ msgid "Latvia"
582
+ msgstr ""
583
+
584
+ #: the-events-calendar.class.php:177
585
+ msgid "Lebanon"
586
+ msgstr ""
587
+
588
+ #: the-events-calendar.class.php:178
589
+ msgid "Lesotho"
590
+ msgstr ""
591
+
592
+ #: the-events-calendar.class.php:179
593
+ msgid "Liberia"
594
+ msgstr ""
595
+
596
+ #: the-events-calendar.class.php:180
597
+ msgid "Libyan Arab Jamahiriya"
598
+ msgstr ""
599
+
600
+ #: the-events-calendar.class.php:181
601
+ msgid "Liechtenstein"
602
+ msgstr ""
603
+
604
+ #: the-events-calendar.class.php:182
605
+ msgid "Lithuania"
606
+ msgstr ""
607
+
608
+ #: the-events-calendar.class.php:183
609
+ msgid "Luxembourg"
610
+ msgstr ""
611
+
612
+ #: the-events-calendar.class.php:184
613
+ msgid "Macau"
614
+ msgstr ""
615
+
616
+ #: the-events-calendar.class.php:185
617
+ msgid "Macedonia, Former Yugoslav Republic Of"
618
+ msgstr ""
619
+
620
+ #: the-events-calendar.class.php:186
621
+ msgid "Madagascar"
622
+ msgstr ""
623
+
624
+ #: the-events-calendar.class.php:187
625
+ msgid "Malawi"
626
+ msgstr ""
627
+
628
+ #: the-events-calendar.class.php:188
629
+ msgid "Malaysia"
630
+ msgstr ""
631
+
632
+ #: the-events-calendar.class.php:189
633
+ msgid "Maldives"
634
+ msgstr ""
635
+
636
+ #: the-events-calendar.class.php:190
637
+ msgid "Mali"
638
+ msgstr ""
639
+
640
+ #: the-events-calendar.class.php:191
641
+ msgid "Malta"
642
+ msgstr ""
643
+
644
+ #: the-events-calendar.class.php:192
645
+ msgid "Marshall Islands"
646
+ msgstr ""
647
+
648
+ #: the-events-calendar.class.php:193
649
+ msgid "Martinique"
650
+ msgstr ""
651
+
652
+ #: the-events-calendar.class.php:194
653
+ msgid "Mauritania"
654
+ msgstr ""
655
+
656
+ #: the-events-calendar.class.php:195
657
+ msgid "Mauritius"
658
+ msgstr ""
659
+
660
+ #: the-events-calendar.class.php:196
661
+ msgid "Mayotte"
662
+ msgstr ""
663
+
664
+ #: the-events-calendar.class.php:197
665
+ msgid "Mexico"
666
+ msgstr ""
667
+
668
+ #: the-events-calendar.class.php:198
669
+ msgid "Micronesia, Federated States Of"
670
+ msgstr ""
671
+
672
+ #: the-events-calendar.class.php:199
673
+ msgid "Moldova, Republic Of"
674
+ msgstr ""
675
+
676
+ #: the-events-calendar.class.php:200
677
+ msgid "Monaco"
678
+ msgstr ""
679
+
680
+ #: the-events-calendar.class.php:201
681
+ msgid "Mongolia"
682
+ msgstr ""
683
+
684
+ #: the-events-calendar.class.php:202
685
+ msgid "Montserrat"
686
+ msgstr ""
687
+
688
+ #: the-events-calendar.class.php:203
689
+ msgid "Morocco"
690
+ msgstr ""
691
+
692
+ #: the-events-calendar.class.php:204
693
+ msgid "Mozambique"
694
+ msgstr ""
695
+
696
+ #: the-events-calendar.class.php:205
697
+ msgid "Myanmar"
698
+ msgstr ""
699
+
700
+ #: the-events-calendar.class.php:206
701
+ msgid "Namibia"
702
+ msgstr ""
703
+
704
+ #: the-events-calendar.class.php:207
705
+ msgid "Nauru"
706
+ msgstr ""
707
+
708
+ #: the-events-calendar.class.php:208
709
+ msgid "Nepal"
710
+ msgstr ""
711
+
712
+ #: the-events-calendar.class.php:209
713
+ msgid "Netherlands"
714
+ msgstr ""
715
+
716
+ #: the-events-calendar.class.php:210
717
+ msgid "Netherlands Antilles"
718
+ msgstr ""
719
+
720
+ #: the-events-calendar.class.php:211
721
+ msgid "New Caledonia"
722
+ msgstr ""
723
+
724
+ #: the-events-calendar.class.php:212
725
+ msgid "New Zealand"
726
+ msgstr ""
727
+
728
+ #: the-events-calendar.class.php:213
729
+ msgid "Nicaragua"
730
+ msgstr ""
731
+
732
+ #: the-events-calendar.class.php:214
733
+ msgid "Niger"
734
+ msgstr ""
735
+
736
+ #: the-events-calendar.class.php:215
737
+ msgid "Nigeria"
738
+ msgstr ""
739
+
740
+ #: the-events-calendar.class.php:216
741
+ msgid "Niue"
742
+ msgstr ""
743
+
744
+ #: the-events-calendar.class.php:217
745
+ msgid "Norfolk Island"
746
+ msgstr ""
747
+
748
+ #: the-events-calendar.class.php:218
749
+ msgid "Northern Mariana Islands"
750
+ msgstr ""
751
+
752
+ #: the-events-calendar.class.php:219
753
+ msgid "Norway"
754
+ msgstr ""
755
+
756
+ #: the-events-calendar.class.php:220
757
+ msgid "Oman"
758
+ msgstr ""
759
+
760
+ #: the-events-calendar.class.php:221
761
+ msgid "Pakistan"
762
+ msgstr ""
763
+
764
+ #: the-events-calendar.class.php:222
765
+ msgid "Palau"
766
+ msgstr ""
767
+
768
+ #: the-events-calendar.class.php:223
769
+ msgid "Panama"
770
+ msgstr ""
771
+
772
+ #: the-events-calendar.class.php:224
773
+ msgid "Papua New Guinea"
774
+ msgstr ""
775
+
776
+ #: the-events-calendar.class.php:225
777
+ msgid "Paraguay"
778
+ msgstr ""
779
+
780
+ #: the-events-calendar.class.php:226
781
+ msgid "Peru"
782
+ msgstr ""
783
+
784
+ #: the-events-calendar.class.php:227
785
+ msgid "Philippines"
786
+ msgstr ""
787
+
788
+ #: the-events-calendar.class.php:228
789
+ msgid "Pitcairn"
790
+ msgstr ""
791
+
792
+ #: the-events-calendar.class.php:229
793
+ msgid "Poland"
794
+ msgstr ""
795
+
796
+ #: the-events-calendar.class.php:230
797
+ msgid "Portugal"
798
+ msgstr ""
799
+
800
+ #: the-events-calendar.class.php:231
801
+ msgid "Puerto Rico"
802
+ msgstr ""
803
+
804
+ #: the-events-calendar.class.php:232
805
+ msgid "Qatar"
806
+ msgstr ""
807
+
808
+ #: the-events-calendar.class.php:233
809
+ msgid "Reunion"
810
+ msgstr ""
811
+
812
+ #: the-events-calendar.class.php:234
813
+ msgid "Romania"
814
+ msgstr ""
815
+
816
+ #: the-events-calendar.class.php:235
817
+ msgid "Russian Federation"
818
+ msgstr ""
819
+
820
+ #: the-events-calendar.class.php:236
821
+ msgid "Rwanda"
822
+ msgstr ""
823
+
824
+ #: the-events-calendar.class.php:237
825
+ msgid "Saint Kitts And Nevis"
826
+ msgstr ""
827
+
828
+ #: the-events-calendar.class.php:238
829
+ msgid "Saint Lucia"
830
+ msgstr ""
831
+
832
+ #: the-events-calendar.class.php:239
833
+ msgid "Saint Vincent And The Grenadines"
834
+ msgstr ""
835
+
836
+ #: the-events-calendar.class.php:240
837
+ msgid "Samoa"
838
+ msgstr ""
839
+
840
+ #: the-events-calendar.class.php:241
841
+ msgid "San Marino"
842
+ msgstr ""
843
+
844
+ #: the-events-calendar.class.php:242
845
+ msgid "Sao Tome And Principe"
846
+ msgstr ""
847
+
848
+ #: the-events-calendar.class.php:243
849
+ msgid "Saudi Arabia"
850
+ msgstr ""
851
+
852
+ #: the-events-calendar.class.php:244
853
+ msgid "Senegal"
854
+ msgstr ""
855
+
856
+ #: the-events-calendar.class.php:245
857
+ msgid "Seychelles"
858
+ msgstr ""
859
+
860
+ #: the-events-calendar.class.php:246
861
+ msgid "Sierra Leone"
862
+ msgstr ""
863
+
864
+ #: the-events-calendar.class.php:247
865
+ msgid "Singapore"
866
+ msgstr ""
867
+
868
+ #: the-events-calendar.class.php:248
869
+ msgid "Slovakia (Slovak Republic)"
870
+ msgstr ""
871
+
872
+ #: the-events-calendar.class.php:249
873
+ msgid "Slovenia"
874
+ msgstr ""
875
+
876
+ #: the-events-calendar.class.php:250
877
+ msgid "Solomon Islands"
878
+ msgstr ""
879
+
880
+ #: the-events-calendar.class.php:251
881
+ msgid "Somalia"
882
+ msgstr ""
883
+
884
+ #: the-events-calendar.class.php:252
885
+ msgid "South Africa"
886
+ msgstr ""
887
+
888
+ #: the-events-calendar.class.php:253
889
+ msgid "South Georgia, South Sandwich Islands"
890
+ msgstr ""
891
+
892
+ #: the-events-calendar.class.php:254
893
+ msgid "Spain"
894
+ msgstr ""
895
+
896
+ #: the-events-calendar.class.php:255
897
+ msgid "Sri Lanka"
898
+ msgstr ""
899
+
900
+ #: the-events-calendar.class.php:256
901
+ msgid "St. Helena"
902
+ msgstr ""
903
+
904
+ #: the-events-calendar.class.php:257
905
+ msgid "St. Pierre And Miquelon"
906
+ msgstr ""
907
+
908
+ #: the-events-calendar.class.php:258
909
+ msgid "Sudan"
910
+ msgstr ""
911
+
912
+ #: the-events-calendar.class.php:259
913
+ msgid "Suriname"
914
+ msgstr ""
915
+
916
+ #: the-events-calendar.class.php:260
917
+ msgid "Svalbard And Jan Mayen Islands"
918
+ msgstr ""
919
+
920
+ #: the-events-calendar.class.php:261
921
+ msgid "Swaziland"
922
+ msgstr ""
923
+
924
+ #: the-events-calendar.class.php:262
925
+ msgid "Sweden"
926
+ msgstr ""
927
+
928
+ #: the-events-calendar.class.php:263
929
+ msgid "Switzerland"
930
+ msgstr ""
931
+
932
+ #: the-events-calendar.class.php:264
933
+ msgid "Syrian Arab Republic"
934
+ msgstr ""
935
+
936
+ #: the-events-calendar.class.php:265
937
+ msgid "Taiwan"
938
+ msgstr ""
939
+
940
+ #: the-events-calendar.class.php:266
941
+ msgid "Tajikistan"
942
+ msgstr ""
943
+
944
+ #: the-events-calendar.class.php:267
945
+ msgid "Tanzania, United Republic Of"
946
+ msgstr ""
947
+
948
+ #: the-events-calendar.class.php:268
949
+ msgid "Thailand"
950
+ msgstr ""
951
+
952
+ #: the-events-calendar.class.php:269
953
+ msgid "Togo"
954
+ msgstr ""
955
+
956
+ #: the-events-calendar.class.php:270
957
+ msgid "Tokelau"
958
+ msgstr ""
959
+
960
+ #: the-events-calendar.class.php:271
961
+ msgid "Tonga"
962
+ msgstr ""
963
+
964
+ #: the-events-calendar.class.php:272
965
+ msgid "Trinidad And Tobago"
966
+ msgstr ""
967
+
968
+ #: the-events-calendar.class.php:273
969
+ msgid "Tunisia"
970
+ msgstr ""
971
+
972
+ #: the-events-calendar.class.php:274
973
+ msgid "Turkey"
974
+ msgstr ""
975
+
976
+ #: the-events-calendar.class.php:275
977
+ msgid "Turkmenistan"
978
+ msgstr ""
979
+
980
+ #: the-events-calendar.class.php:276
981
+ msgid "Turks And Caicos Islands"
982
+ msgstr ""
983
+
984
+ #: the-events-calendar.class.php:277
985
+ msgid "Tuvalu"
986
+ msgstr ""
987
+
988
+ #: the-events-calendar.class.php:278
989
+ msgid "Uganda"
990
+ msgstr ""
991
+
992
+ #: the-events-calendar.class.php:279
993
+ msgid "Ukraine"
994
+ msgstr ""
995
+
996
+ #: the-events-calendar.class.php:280
997
+ msgid "United Arab Emirates"
998
+ msgstr ""
999
+
1000
+ #: the-events-calendar.class.php:281
1001
+ msgid "United Kingdom"
1002
+ msgstr ""
1003
+
1004
+ #: the-events-calendar.class.php:282
1005
+ msgid "United States Minor Outlying Islands"
1006
+ msgstr ""
1007
+
1008
+ #: the-events-calendar.class.php:283
1009
+ msgid "Uruguay"
1010
+ msgstr ""
1011
+
1012
+ #: the-events-calendar.class.php:284
1013
+ msgid "Uzbekistan"
1014
+ msgstr ""
1015
+
1016
+ #: the-events-calendar.class.php:285
1017
+ msgid "Vanuatu"
1018
+ msgstr ""
1019
+
1020
+ #: the-events-calendar.class.php:286
1021
+ msgid "Venezuela"
1022
+ msgstr ""
1023
+
1024
+ #: the-events-calendar.class.php:287
1025
+ msgid "Viet Nam"
1026
+ msgstr ""
1027
+
1028
+ #: the-events-calendar.class.php:288
1029
+ msgid "Virgin Islands (British)"
1030
+ msgstr ""
1031
+
1032
+ #: the-events-calendar.class.php:289
1033
+ msgid "Virgin Islands (U.S.)"
1034
+ msgstr ""
1035
+
1036
+ #: the-events-calendar.class.php:290
1037
+ msgid "Wallis And Futuna Islands"
1038
+ msgstr ""
1039
+
1040
+ #: the-events-calendar.class.php:291
1041
+ msgid "Western Sahara"
1042
+ msgstr ""
1043
+
1044
+ #: the-events-calendar.class.php:292
1045
+ msgid "Yemen"
1046
+ msgstr ""
1047
+
1048
+ #: the-events-calendar.class.php:293
1049
+ msgid "Yugoslavia"
1050
+ msgstr ""
1051
+
1052
+ #: the-events-calendar.class.php:294
1053
+ msgid "Zambia"
1054
+ msgstr ""
1055
+
1056
+ #: the-events-calendar.class.php:295
1057
+ msgid "Zimbabwe"
1058
+ msgstr ""
1059
+
1060
+ #: the-events-calendar.class.php:492
1061
+ msgid "Jan"
1062
+ msgstr ""
1063
+
1064
+ #: the-events-calendar.class.php:493
1065
+ msgid "Feb"
1066
+ msgstr ""
1067
+
1068
+ #: the-events-calendar.class.php:494
1069
+ msgid "Mar"
1070
+ msgstr ""
1071
+
1072
+ #: the-events-calendar.class.php:495
1073
+ msgid "Apr"
1074
+ msgstr ""
1075
+
1076
+ #: the-events-calendar.class.php:496 the-events-calendar.class.php:510
1077
+ msgid "May"
1078
+ msgstr ""
1079
+
1080
+ #: the-events-calendar.class.php:497
1081
+ msgid "Jun"
1082
+ msgstr ""
1083
+
1084
+ #: the-events-calendar.class.php:498
1085
+ msgid "Jul"
1086
+ msgstr ""
1087
+
1088
+ #: the-events-calendar.class.php:499
1089
+ msgid "Aug"
1090
+ msgstr ""
1091
+
1092
+ #: the-events-calendar.class.php:500
1093
+ msgid "Sep"
1094
+ msgstr ""
1095
+
1096
+ #: the-events-calendar.class.php:501
1097
+ msgid "Oct"
1098
+ msgstr ""
1099
+
1100
+ #: the-events-calendar.class.php:502
1101
+ msgid "Nov"
1102
+ msgstr ""
1103
+
1104
+ #: the-events-calendar.class.php:503
1105
+ msgid "Dec"
1106
+ msgstr ""
1107
+
1108
+ #: the-events-calendar.class.php:506
1109
+ msgid "January"
1110
+ msgstr ""
1111
+
1112
+ #: the-events-calendar.class.php:507
1113
+ msgid "February"
1114
+ msgstr ""
1115
+
1116
+ #: the-events-calendar.class.php:508
1117
+ msgid "March"
1118
+ msgstr ""
1119
+
1120
+ #: the-events-calendar.class.php:509
1121
+ msgid "April"
1122
+ msgstr ""
1123
+
1124
+ #: the-events-calendar.class.php:511
1125
+ msgid "June"
1126
+ msgstr ""
1127
+
1128
+ #: the-events-calendar.class.php:512
1129
+ msgid "July"
1130
+ msgstr ""
1131
+
1132
+ #: the-events-calendar.class.php:513
1133
+ msgid "August"
1134
+ msgstr ""
1135
+
1136
+ #: the-events-calendar.class.php:514
1137
+ msgid "September"
1138
+ msgstr ""
1139
+
1140
+ #: the-events-calendar.class.php:515
1141
+ msgid "October"
1142
+ msgstr ""
1143
+
1144
+ #: the-events-calendar.class.php:516
1145
+ msgid "November"
1146
+ msgstr ""
1147
+
1148
+ #: the-events-calendar.class.php:517
1149
+ msgid "December"
1150
+ msgstr ""
1151
+
1152
+ #. #-#-#-#-# plugin.pot (The Events Calendar 1.6) #-#-#-#-#
1153
+ #. Plugin Name of the plugin/theme
1154
+ #: the-events-calendar.class.php:1009
1155
+ msgid "The Events Calendar"
1156
+ msgstr ""
1157
+
1158
+ #: views/events-list-load-widget-admin.php:7
1159
+ msgid "Show:"
1160
+ msgstr ""
1161
+
1162
+ #: views/events-list-load-widget-admin.php:15
1163
+ msgid "Don't show the widget if there are no upcoming events:"
1164
+ msgstr ""
1165
+
1166
+ #: views/events-list-load-widget-admin.php:21
1167
+ msgid "Display:"
1168
+ msgstr ""
1169
+
1170
+ #: views/events-list-load-widget-admin.php:24
1171
+ msgid "Start Date & Time"
1172
+ msgstr ""
1173
+
1174
+ #: views/events-list-load-widget-admin.php:25
1175
+ msgid "End Date & Time"
1176
+ msgstr ""
1177
+
1178
+ #: views/events-list-load-widget-admin.php:26
1179
+ msgid "Venue"
1180
+ msgstr ""
1181
+
1182
+ #: views/events-list-load-widget-admin.php:27
1183
+ msgid "Address"
1184
+ msgstr ""
1185
+
1186
+ #: views/events-list-load-widget-admin.php:28
1187
+ msgid "City"
1188
+ msgstr ""
1189
+
1190
+ #: views/events-list-load-widget-admin.php:29
1191
+ msgid "State (US)"
1192
+ msgstr ""
1193
+
1194
+ #: views/events-list-load-widget-admin.php:30
1195
+ msgid "Province (Int)"
1196
+ msgstr ""
1197
+
1198
+ #: views/events-list-load-widget-admin.php:31
1199
+ msgid "Postal Code"
1200
+ msgstr ""
1201
+
1202
+ #: views/events-list-load-widget-admin.php:32
1203
+ msgid "Country"
1204
+ msgstr ""
1205
+
1206
+ #: views/events-list-load-widget-admin.php:33 views/events-meta-box.php:136
1207
+ msgid "Phone"
1208
+ msgstr ""
1209
+
1210
+ #: views/events-list-load-widget-admin.php:34
1211
+ msgid "Price"
1212
+ msgstr ""
1213
+
1214
+ #: views/events-list-load-widget-display.php:47
1215
+ msgid "More Info"
1216
+ msgstr ""
1217
+
1218
+ #: views/events-meta-box.php:136
1219
+ msgid "is not valid."
1220
+ msgstr ""
1221
+
1222
+ #: views/events-meta-box.php:136
1223
+ msgid ""
1224
+ "Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or "
1225
+ "international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may "
1226
+ "also use an optional extension of up to five digits prefixed by x or ext "
1227
+ "(eg. 123 123 4567 x89)"
1228
+ msgstr ""
1229
+
1230
+ #: views/events-meta-box.php:210
1231
+ msgid "Is this post an event?"
1232
+ msgstr ""
1233
+
1234
+ #: views/events-meta-box.php:211 views/events-options.php:181
1235
+ msgid "Yes"
1236
+ msgstr ""
1237
+
1238
+ #: views/events-meta-box.php:212 views/events-options.php:185
1239
+ msgid "No"
1240
+ msgstr ""
1241
+
1242
+ #: views/events-meta-box.php:229
1243
+ msgid "Event Time &amp; Date"
1244
+ msgstr ""
1245
+
1246
+ #: views/events-meta-box.php:232
1247
+ msgid "All day event?"
1248
+ msgstr ""
1249
+
1250
+ #: views/events-meta-box.php:236
1251
+ msgid "Start Date / Time:"
1252
+ msgstr ""
1253
+
1254
+ #: views/events-meta-box.php:250 views/events-meta-box.php:280
1255
+ msgid "@"
1256
+ msgstr ""
1257
+
1258
+ #: views/events-meta-box.php:266
1259
+ msgid "End Date / Time:"
1260
+ msgstr ""
1261
+
1262
+ #: views/events-meta-box.php:296
1263
+ msgid "Event Location Details"
1264
+ msgstr ""
1265
+
1266
+ #: views/events-meta-box.php:299 views/list.php:45 views/single.php:27
1267
+ msgid "Venue:"
1268
+ msgstr ""
1269
+
1270
+ #: views/events-meta-box.php:305
1271
+ msgid "Country:"
1272
+ msgstr ""
1273
+
1274
+ #: views/events-meta-box.php:341 views/list.php:60 views/single.php:36
1275
+ msgid "Address:"
1276
+ msgstr ""
1277
+
1278
+ #: views/events-meta-box.php:345
1279
+ msgid "City:"
1280
+ msgstr ""
1281
+
1282
+ #: views/events-meta-box.php:350
1283
+ msgid "Province:"
1284
+ msgstr ""
1285
+
1286
+ #: views/events-meta-box.php:354
1287
+ msgid "State:"
1288
+ msgstr ""
1289
+
1290
+ #: views/events-meta-box.php:357
1291
+ msgid "Select a State:"
1292
+ msgstr ""
1293
+
1294
+ #: views/events-meta-box.php:359
1295
+ msgid "Alabama"
1296
+ msgstr ""
1297
+
1298
+ #: views/events-meta-box.php:360
1299
+ msgid "Alaska"
1300
+ msgstr ""
1301
+
1302
+ #: views/events-meta-box.php:361
1303
+ msgid "Arizona"
1304
+ msgstr ""
1305
+
1306
+ #: views/events-meta-box.php:362
1307
+ msgid "Arkansas"
1308
+ msgstr ""
1309
+
1310
+ #: views/events-meta-box.php:363
1311
+ msgid "California"
1312
+ msgstr ""
1313
+
1314
+ #: views/events-meta-box.php:364
1315
+ msgid "Colorado"
1316
+ msgstr ""
1317
+
1318
+ #: views/events-meta-box.php:365
1319
+ msgid "Connecticut"
1320
+ msgstr ""
1321
+
1322
+ #: views/events-meta-box.php:366
1323
+ msgid "Delaware"
1324
+ msgstr ""
1325
+
1326
+ #: views/events-meta-box.php:367
1327
+ msgid "District of Columbia"
1328
+ msgstr ""
1329
+
1330
+ #: views/events-meta-box.php:368
1331
+ msgid "Florida"
1332
+ msgstr ""
1333
+
1334
+ #: views/events-meta-box.php:370
1335
+ msgid "Hawaii"
1336
+ msgstr ""
1337
+
1338
+ #: views/events-meta-box.php:371
1339
+ msgid "Idaho"
1340
+ msgstr ""
1341
+
1342
+ #: views/events-meta-box.php:372
1343
+ msgid "Illinois"
1344
+ msgstr ""
1345
+
1346
+ #: views/events-meta-box.php:373
1347
+ msgid "Indiana"
1348
+ msgstr ""
1349
+
1350
+ #: views/events-meta-box.php:374
1351
+ msgid "Iowa"
1352
+ msgstr ""
1353
+
1354
+ #: views/events-meta-box.php:375
1355
+ msgid "Kansas"
1356
+ msgstr ""
1357
+
1358
+ #: views/events-meta-box.php:376
1359
+ msgid "Kentucky"
1360
+ msgstr ""
1361
+
1362
+ #: views/events-meta-box.php:377
1363
+ msgid "Louisiana"
1364
+ msgstr ""
1365
+
1366
+ #: views/events-meta-box.php:378
1367
+ msgid "Maine"
1368
+ msgstr ""
1369
+
1370
+ #: views/events-meta-box.php:379
1371
+ msgid "Maryland"
1372
+ msgstr ""
1373
+
1374
+ #: views/events-meta-box.php:380
1375
+ msgid "Massachusetts"
1376
+ msgstr ""
1377
+
1378
+ #: views/events-meta-box.php:381
1379
+ msgid "Michigan"
1380
+ msgstr ""
1381
+
1382
+ #: views/events-meta-box.php:382
1383
+ msgid "Minnesota"
1384
+ msgstr ""
1385
+
1386
+ #: views/events-meta-box.php:383
1387
+ msgid "Mississippi"
1388
+ msgstr ""
1389
+
1390
+ #: views/events-meta-box.php:384
1391
+ msgid "Missouri"
1392
+ msgstr ""
1393
+
1394
+ #: views/events-meta-box.php:385
1395
+ msgid "Montana"
1396
+ msgstr ""
1397
+
1398
+ #: views/events-meta-box.php:386
1399
+ msgid "Nebraska"
1400
+ msgstr ""
1401
+
1402
+ #: views/events-meta-box.php:387
1403
+ msgid "Nevada"
1404
+ msgstr ""
1405
+
1406
+ #: views/events-meta-box.php:388
1407
+ msgid "New Hampshire"
1408
+ msgstr ""
1409
+
1410
+ #: views/events-meta-box.php:389
1411
+ msgid "New Jersey"
1412
+ msgstr ""
1413
+
1414
+ #: views/events-meta-box.php:390
1415
+ msgid "New Mexico"
1416
+ msgstr ""
1417
+
1418
+ #: views/events-meta-box.php:391
1419
+ msgid "New York"
1420
+ msgstr ""
1421
+
1422
+ #: views/events-meta-box.php:392
1423
+ msgid "North Carolina"
1424
+ msgstr ""
1425
+
1426
+ #: views/events-meta-box.php:393
1427
+ msgid "North Dakota"
1428
+ msgstr ""
1429
+
1430
+ #: views/events-meta-box.php:394
1431
+ msgid "Ohio"
1432
+ msgstr ""
1433
+
1434
+ #: views/events-meta-box.php:395
1435
+ msgid "Oklahoma"
1436
+ msgstr ""
1437
+
1438
+ #: views/events-meta-box.php:396
1439
+ msgid "Oregon"
1440
+ msgstr ""
1441
+
1442
+ #: views/events-meta-box.php:397
1443
+ msgid "Pennsylvania"
1444
+ msgstr ""
1445
+
1446
+ #: views/events-meta-box.php:398
1447
+ msgid "Rhode Island"
1448
+ msgstr ""
1449
+
1450
+ #: views/events-meta-box.php:399
1451
+ msgid "South Carolina"
1452
+ msgstr ""
1453
+
1454
+ #: views/events-meta-box.php:400
1455
+ msgid "South Dakota"
1456
+ msgstr ""
1457
+
1458
+ #: views/events-meta-box.php:401
1459
+ msgid "Tennessee"
1460
+ msgstr ""
1461
+
1462
+ #: views/events-meta-box.php:402
1463
+ msgid "Texas"
1464
+ msgstr ""
1465
+
1466
+ #: views/events-meta-box.php:403
1467
+ msgid "Utah"
1468
+ msgstr ""
1469
+
1470
+ #: views/events-meta-box.php:404
1471
+ msgid "Vermont"
1472
+ msgstr ""
1473
+
1474
+ #: views/events-meta-box.php:405
1475
+ msgid "Virginia"
1476
+ msgstr ""
1477
+
1478
+ #: views/events-meta-box.php:406
1479
+ msgid "Washington"
1480
+ msgstr ""
1481
+
1482
+ #: views/events-meta-box.php:407
1483
+ msgid "West Virginia"
1484
+ msgstr ""
1485
+
1486
+ #: views/events-meta-box.php:408
1487
+ msgid "Wisconsin"
1488
+ msgstr ""
1489
+
1490
+ #: views/events-meta-box.php:409
1491
+ msgid "Wyoming"
1492
+ msgstr ""
1493
+
1494
+ #: views/events-meta-box.php:423
1495
+ msgid "Postal Code:"
1496
+ msgstr ""
1497
+
1498
+ #: views/events-meta-box.php:427
1499
+ msgid "Show Google Map Link:"
1500
+ msgstr ""
1501
+
1502
+ #: views/events-meta-box.php:439
1503
+ msgid "Show Google Map:"
1504
+ msgstr ""
1505
+
1506
+ #: views/events-meta-box.php:444 views/list.php:54 views/single.php:31
1507
+ msgid "Phone:"
1508
+ msgstr ""
1509
+
1510
+ #: views/events-meta-box.php:448
1511
+ msgid "Event Cost"
1512
+ msgstr ""
1513
+
1514
+ #: views/events-meta-box.php:451 views/list.php:72 views/single.php:21
1515
+ msgid "Cost:"
1516
+ msgstr ""
1517
+
1518
+ #: views/events-meta-box.php:456
1519
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
1520
+ msgstr ""
1521
+
1522
+ #: views/events-meta-box.php:460
1523
+ msgid "Sell Tickets &amp; Track Registration"
1524
+ msgstr ""
1525
+
1526
+ #: views/events-meta-box.php:465
1527
+ msgid ""
1528
+ "Interested in selling tickets and tracking registrations? Now you can do it "
1529
+ "for free using our <a href=\"http://wordpress.org/extend/plugins/eventbrite-"
1530
+ "for-the-events-calendar/\">Eventbrite Integration Plugin</a>. Eventbrite is "
1531
+ "a feature rich easy-to-use event management tool. \"Wow, you're selling "
1532
+ "Eventbrite pretty hard. You must get a kickback.\" Well, now that you "
1533
+ "mention it... we do. We get a little something for everyone that registers "
1534
+ "an event using our referral link. It's how we're able to keep supporting and "
1535
+ "building plugins for the open source community. "
1536
+ msgstr ""
1537
+
1538
+ #: views/events-meta-box.php:465
1539
+ msgid "Check it out here."
1540
+ msgstr ""
1541
+
1542
+ #: views/events-meta-box.php:483
1543
+ msgid ""
1544
+ "<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time "
1545
+ "and effort building robust plugins and we love to share them with the "
1546
+ "community. If you use this plugin consider making a donation to help support "
1547
+ "its' continued development. You may remove this message on the <a href=\"/wp-"
1548
+ "admin/options-general.php?page=the-events-calendar.php\">settings page</a>.</"
1549
+ "p>"
1550
+ msgstr ""
1551
+
1552
+ #: views/events-meta-box.php:485
1553
+ msgid "Thanks"
1554
+ msgstr ""
1555
+
1556
+ #: views/events-options.php:74
1557
+ msgid "The Events Calendar Settings"
1558
+ msgstr ""
1559
+
1560
+ #: views/events-options.php:94
1561
+ msgid "Need a hand?"
1562
+ msgstr ""
1563
+
1564
+ #: views/events-options.php:95
1565
+ msgid ""
1566
+ "If you're stuck on these options, please <a href=\"http://wordpress.org/"
1567
+ "extend/plugins/the-events-calendar/\">check out the documentation</a>. If "
1568
+ "you're still wondering what's going on, be sure to stop by the support <a "
1569
+ "href=\"http://wordpress.org/tags/the-events-calendar?forum_id=10\">forum</a> "
1570
+ "and ask for help. The open source community is full of kind folks who are "
1571
+ "happy to help."
1572
+ msgstr ""
1573
+
1574
+ #: views/events-options.php:96
1575
+ msgid "Here is the iCal feed URL for your events: "
1576
+ msgstr ""
1577
+
1578
+ #: views/events-options.php:99
1579
+ msgid "Donate"
1580
+ msgstr ""
1581
+
1582
+ #: views/events-options.php:108
1583
+ msgid ""
1584
+ "If you find this plugin useful, please consider donating to the producer of "
1585
+ "it, Shane &#38; Peter, Inc. Thank you!"
1586
+ msgstr ""
1587
+
1588
+ #: views/events-options.php:112
1589
+ msgid "I have already donated, so please hide this button!"
1590
+ msgstr ""
1591
+
1592
+ #: views/events-options.php:122
1593
+ msgid "Donate for this wonderful plugin"
1594
+ msgstr ""
1595
+
1596
+ #: views/events-options.php:136
1597
+ msgid "Settings"
1598
+ msgstr ""
1599
+
1600
+ #: views/events-options.php:139 views/events-options.php:143
1601
+ msgid "Default View for the Events"
1602
+ msgstr ""
1603
+
1604
+ #: views/events-options.php:155 views/gridview.php:28 views/list.php:12
1605
+ msgid "Calendar"
1606
+ msgstr ""
1607
+
1608
+ #: views/events-options.php:159 views/gridview.php:27 views/list.php:11
1609
+ msgid "Event List"
1610
+ msgstr ""
1611
+
1612
+ #: views/events-options.php:165 views/events-options.php:169
1613
+ msgid "Show Comments"
1614
+ msgstr ""
1615
+
1616
+ #: views/events-options.php:191
1617
+ msgid "Default Country for Events"
1618
+ msgstr ""
1619
+
1620
+ #: views/events-options.php:214 views/events-options.php:218
1621
+ msgid "Display Events on Homepage"
1622
+ msgstr ""
1623
+
1624
+ #: views/events-options.php:225 views/events-options.php:254
1625
+ #: views/events-options.php:281 views/events-options.php:307
1626
+ msgid "Off"
1627
+ msgstr ""
1628
+
1629
+ #: views/events-options.php:229 views/events-options.php:258
1630
+ #: views/events-options.php:285 views/events-options.php:311
1631
+ msgid "On"
1632
+ msgstr ""
1633
+
1634
+ #: views/events-options.php:236 views/events-options.php:240
1635
+ msgid "Embed Google Maps"
1636
+ msgstr ""
1637
+
1638
+ #: views/events-options.php:261
1639
+ msgid "Height"
1640
+ msgstr ""
1641
+
1642
+ #: views/events-options.php:262
1643
+ msgid "Width"
1644
+ msgstr ""
1645
+
1646
+ #: views/events-options.php:262
1647
+ msgid "(number or %)"
1648
+ msgstr ""
1649
+
1650
+ #: views/events-options.php:270 views/events-options.php:274
1651
+ msgid "Feature on Event Date"
1652
+ msgstr ""
1653
+
1654
+ #: views/events-options.php:288
1655
+ msgid ""
1656
+ "This option will bump an event to the top of the homepage loop on the day of "
1657
+ "the event."
1658
+ msgstr ""
1659
+
1660
+ #: views/events-options.php:296 views/events-options.php:300
1661
+ msgid "Use Pretty URLs"
1662
+ msgstr ""
1663
+
1664
+ #: views/events-options.php:314
1665
+ msgid ""
1666
+ "Pretty URLs (ie, http://site/category/events/upcoming) may interfere with "
1667
+ "custom themes or plugins."
1668
+ msgstr ""
1669
+
1670
+ #: views/events-options.php:340
1671
+ msgid "Save Changes"
1672
+ msgstr ""
1673
+
1674
+ #: views/gridview.php:9 views/list.php:9
1675
+ msgid "Calendar of Events"
1676
+ msgstr ""
1677
+
1678
+ #: views/gridview.php:31 views/list.php:16
1679
+ msgid "iCal Import"
1680
+ msgstr ""
1681
+
1682
+ #: views/list.php:33 views/single.php:14
1683
+ msgid "Start:"
1684
+ msgstr ""
1685
+
1686
+ #: views/list.php:37 views/single.php:17
1687
+ msgid "End:"
1688
+ msgstr ""
1689
+
1690
+ #: views/list.php:62 views/single.php:38
1691
+ msgid "Google Map"
1692
+ msgstr ""
1693
+
1694
+ #: views/list.php:94
1695
+ msgid "&laquo; Previous Events"
1696
+ msgstr ""
1697
+
1698
+ #: views/list.php:107
1699
+ msgid "Next Events &raquo;"
1700
+ msgstr ""
1701
+
1702
+ #: views/single.php:9
1703
+ msgid "&laquo; Back to Events"
1704
+ msgstr ""
1705
+
1706
+ #: views/single.php:11
1707
+ msgid "This event has passed."
1708
+ msgstr ""
1709
+
1710
+ #: views/single.php:38
1711
+ msgid "Click to view a Google Map"
1712
+ msgstr ""
1713
+
1714
+ #. Plugin URI of the plugin/theme
1715
+ msgid "http://wordpress.org/extend/plugins/the-events-calendar/"
1716
+ msgstr ""
1717
+
1718
+ #. Description of the plugin/theme
1719
+ msgid ""
1720
+ "The Events Calendar plugin enables you to rapidly create and manage events "
1721
+ "using the post editor. Features include optional Eventbrite integration, "
1722
+ "Google Maps integration as well as default calendar grid and list templates "
1723
+ "for streamlined one click installation. When updating The Events Calendar, "
1724
+ "if EventBrite for The Events Calendar is being used, the two plugins must be "
1725
+ "updated together. Requires PHP 5.1 or above."
1726
+ msgstr ""
1727
+
1728
+ #. Author of the plugin/theme
1729
+ msgid "Shane & Peter, Inc."
1730
+ msgstr ""
1731
+
1732
+ #. Author URI of the plugin/theme
1733
+ msgid "http://www.shaneandpeter.com/"
1734
+ msgstr ""
trunk/readme.txt ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === The Events Calendar ===
2
+
3
+ Contributors: Kelsey Damas, Matt Wiebe, Justin Endler, Reid Peifer, Dan Cameron, Aaron Rhodes produced by Shane & Peter, Inc.
4
+ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10750983
5
+ Tags: widget, events, simple, tooltips, grid, month, list, calendar, event, venue, eventbrite, registration, tickets, ticketing, eventbright, api, dates, date, plugin, posts, sidebar, template, theme, time, google maps, conference, workshop, concert, meeting, seminar, summit, forum, shortcode
6
+ Requires at least: 2.8
7
+ Tested up to: 3.0
8
+ Stable tag: 1.6.1
9
+
10
+ == Description ==
11
+
12
+ The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include Google Maps integration as well as default templates such as a calendar grid and event list for streamlined one click installation.
13
+
14
+ Looking to track attendees, sell tickets and more? Go download the Eventbrite for The Events Calendar plugin (http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/). Eventbrite is a free service that provides the full power of a conference ticketing system. This plugin upgrades The Events Calendar with all the basic Eventbrite controls without ever leaving the wordpress post editor. Don't have an Eventbrite account? No problem, use the following link to set one up: http://www.eventbrite.com/r/simpleevents.
15
+
16
+ = The Events Calendar =
17
+
18
+ * Manage event details right from your post editor
19
+ * Upcoming Events Widget
20
+ * Provides full template out of the box (month and list view)
21
+ * Extensive template tags for customization
22
+ * MU Compatible
23
+ * Google Maps Integration
24
+ * Posts are automatically moved to the top of the loop on the day of the event
25
+ * Calendar Month view with tooltips
26
+ * Includes support for venue, cost, address, start and end time, google maps link
27
+ * Optional Ticketing With Eventbrite Integration - http://www.eventbrite.com/ - though the Eventbrite for The Events Calendar plugin (http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/).
28
+ * Support for international addresses, time and languages:
29
+ ** Swedish
30
+ ** French
31
+ ** Italian
32
+
33
+ = Upcoming Features =
34
+
35
+ * Option to disable re-posting of event
36
+ * Improved international features (calendar start day)
37
+ * Option to exclude events from main loop
38
+ * More bug hunting and support (huff puff)
39
+ * Improved error checking and reporting
40
+ * Calendar view widget
41
+ * Reoccuring events
42
+ * Sync with facebook events
43
+ * Saved venues
44
+ * Global event maps
45
+ * Dynamic categories (rather than requiring the use of event)
46
+ * Event subcategories
47
+
48
+ Please visit the forum for feature suggestions: http://wordpress.org/tags/the-events-calendar/
49
+
50
+ This plugin is actively supported and we will do our best to help you. In return we simply as 3 things:
51
+
52
+ 1. Help Out. If you see a question on the forum you can help with or have a great idea and want to code it up and submit a patch, that would be just plain awesome and we will shower your with praise. Might even be a good way to get to know us and lead to some paid work if you freelance.
53
+ 1. Donate - if this is generating enough revenue to support our time it makes all the difference in the world
54
+ 1. If you make a new account with Eventbrite, please use our referral code. It helps, believe me: http://www.eventbrite.com/r/simpleevents
55
+
56
+
57
+ == Installation ==
58
+
59
+ = Install =
60
+
61
+ 1. Unzip the `the-events-calendar.zip` file.
62
+ 1. Upload the the `the-events-calendar` folder (not just the files in it!) to your `wp-contents/plugins` folder. If you're using FTP, use 'binary' mode.
63
+ 1. Update your permalinks to ensure that the event specific rewrite rules take effect.
64
+
65
+ = Activate =
66
+
67
+ No setup required. Just plug and play!
68
+
69
+ = Settings =
70
+
71
+ There are a growing number of options you can set to make your calendar behave in a specific manner. Simply click The Event Calendar in the settings panel:
72
+
73
+ * Donation: Remove our plea for your support
74
+ * Default View for Events: Select Calendar or Event list as the default view for the events loop
75
+ * Default Country: Select the default country for the admin
76
+ * Embed Google Maps: Turn on Google Maps and define the height and width of the map.
77
+ * Date / Time format is now managed via the default wordpress setting
78
+
79
+ = Requirements =
80
+
81
+ PHP 5.1 OR ABOVE
82
+
83
+ == Documentation ==
84
+
85
+ The built in template can be overridden by files within your template.
86
+
87
+ = Default vs. Custom Templates =
88
+
89
+ The Events Calendar plugin now comes with default templates for the list view,
90
+ grid view and single post view. If you would like to alter them, create a
91
+ new folder called "events" in your template directory and copy over the
92
+ following files from within the plugin folder (the-events-calendar/views/):
93
+
94
+ * gridview.php
95
+ * list.php
96
+ * single.php
97
+ * events-list-load-widget-display.php
98
+
99
+ Edit the new files to your hearts content. Please do not edit the one's in the plugin folder as that will cause conflicts when you update the plugin to the latest release.
100
+
101
+ = Supported Variables and URLs =
102
+
103
+ This plugin registers the following rewrite rules, which controls which posts are available in the loop. The number of posts returned defaults to 10, but is configurable by the $count parameter to get_events().
104
+
105
+ Events/Upcoming
106
+ &cat=<eventcategory>&eventDisplay=upcoming
107
+
108
+ Displays events starting today in ascending date order.
109
+
110
+ Events/Past
111
+ &cat=<eventcategory>&eventDisplay=past
112
+
113
+ Displays events that started before today in descending date order.
114
+
115
+ Events/2010-01-02
116
+ &cat=<eventcategory>&eventDisplay=bydate&eventDate=2010-01-02
117
+
118
+ Displays only events that start on Jan 2, 2010.
119
+
120
+ = Template Tags =
121
+
122
+ **the_event_start_date( $id, $showtime, $dateFormat)**
123
+ **the_event_end_date( $id, $showtime, $dateFormat)**
124
+
125
+ Date format in order of precedence:
126
+ - An format string arg given to event_start_date() or event_end_date()
127
+ - WP options
128
+ - The constant set in the plugin class
129
+
130
+ Time format comes from:
131
+ - WP options
132
+ - Constant in the plugin class
133
+
134
+ **the_event_cost( $id )**
135
+ **the_event_venue( $id )**
136
+ **the_event_address( $id )**
137
+ **the_event_city( $id )**
138
+ **the_event_state( $id )**
139
+ **the_event_province( $id )**
140
+ **the_event_zip( $id )**
141
+ **the_event_country( $id )**
142
+ **the_event_phone( $id )**
143
+
144
+ These functions will return the metadata associated with the event. The ID is optional.
145
+
146
+ **event_google_map_link( $id )**
147
+ **get_event_google_map_link( $id )**
148
+
149
+ Echos or returns, respectively, an http:// link to google maps for the event's address. The ID is optional.
150
+
151
+ **get_jump_to_date_calendar( )**
152
+
153
+ Returns a string containing a javascript date calendar.
154
+
155
+ **is_event( $id )**
156
+
157
+ Returns true or false if the current post is an event. ID is optional.
158
+
159
+ **is_featured_event( $id )**
160
+
161
+ Returns true or false if the current post is a featured event. ID is optional.
162
+
163
+ **event_style( $id )**
164
+ **get_event_style( $id )**
165
+
166
+ Echos or returns, respectively, the event class specified in the admin panel. ID is optional.
167
+
168
+ **is_new_event_day()**
169
+
170
+ Called inside of the loop, returns true if the current post's meta_value (EventStartDate) is different than the previous post. Will always return true for the first event in the loop.
171
+
172
+ **get_events( $count )**
173
+
174
+ Call this function in a template to query the events and start the loop. Do not subsequently call the_post() in your template, as this will start the loop twice and then you're in trouble.
175
+
176
+ http://codex.wordpress.org/Displaying_Posts_Using_a_Custom_Select_Query#Query_based_on_Custom_Field_and_Category
177
+
178
+ **events_displaying_past()**
179
+
180
+ Returns true if the query is set for past events
181
+
182
+ For those of you who have the Eventbrite plugin turned on:
183
+
184
+ **event_google_map_embed( $id, $width, $height)**
185
+
186
+ Returns an embedded google map. Width and height are set through the admin panel unless overridden directly through the function call.
187
+
188
+ **the_event_tickets( $id, $width, $height)**
189
+
190
+ Returns an EventBrite.com embedded ticket sales inline (not wordpress) widget
191
+
192
+ = Top of the Loop Cron =
193
+
194
+ On the day of the event (at midnight) the plugin runs a cron which updates the post date to show the even at the top of the loop.
195
+
196
+ == Screenshots ==
197
+
198
+ 1. Grid View Template
199
+ 1. List View Template
200
+ 1. Single Post Template
201
+ 1. Settings Panel
202
+ 1. Post (Event) Editor
203
+ 1. Widget Admin
204
+ 1. Unstyled Widget
205
+
206
+ == FAQ ==
207
+
208
+ = Where do I go to file a bug or ask a question? =
209
+
210
+ Please visit the forum for questions or comments: http://wordpress.org/tags/the-events-calendar/
211
+
212
+ == Changelog ==
213
+
214
+ = 1.6.1 =
215
+
216
+ Features
217
+
218
+ * override plugin css by putting a custom events.css in /wp-content/[your-theme]/events/
219
+ * override calendar view by putting a custom table.php in /[your-theme]/events/
220
+ * iCal import buttons added to calendar and list views
221
+
222
+ Translations
223
+
224
+ * Russian added [Vsevolod Gavrilenko]
225
+ * French updated [Boddhi]
226
+
227
+ Bugs
228
+
229
+ * new month previous and next links now translate
230
+ * the calendar view tooltip on mouse hover now truncates the post content
231
+ * state/province now shows properly on post edit page load
232
+
233
+ = 1.6 =
234
+
235
+ Features
236
+
237
+ * Child Theme support
238
+ * iCal Feed of all events now accessible using http://[yourUrlHere].com/?ical
239
+ * Setting to include / exclude events form general loop
240
+ * Subcategories in events now behave properly! (and include some css for your creative endeavors)
241
+ * Get Events function no longer starts its own loop (significantly reduce conflicts with other plugins)
242
+ * Added class to current day
243
+ * PHP versions older than 5.1 will fail gracefully
244
+ * Uninstall file
245
+ * Calendar grid view now honors 'posts_per_page' wordpress setting.
246
+ * Calendar grid view now has "previous" and "next" month links
247
+ * Widget now has options to control behavior when there are no events to display
248
+ * Updates to widget layout (links to events and "read more")
249
+ * It is now possible to select no default country for events
250
+ * Added a setting to control "pretty urls" to the events vs using query args (reduce conflicts with other rewrite rules)
251
+ * Default times for new event updated (all day, starting tomorrow)
252
+
253
+ Translations
254
+
255
+ * German [Felix Bartels]
256
+ * Brazilian Portuguese [Thiago Abdalla]
257
+ * Dutch [Sjoerd Boerrigter]
258
+ * Spanish [Los Jethrov]
259
+ * Updates to Swedish Translation [Kaj Johansson]
260
+ * Updates to German Translation [Andre Schuhmann]
261
+ * Danish [Carsten Matzon]
262
+
263
+ Bugs
264
+
265
+ * Improvements to field validation
266
+ * Fixes Embedded Map HTML URL Encoding so its w3c compatible (Thanks azizur!)
267
+ * Usability issue: Is this post an event? Yes/No -- now you can click the text and it will select your choice. (Thanks azizur!)
268
+ * Fixes drag/drop issue (Thanks azizur!)
269
+ * State vs Province meta values were not mutually exclusive
270
+ * HTML was not properly escaped in the template
271
+ * Fixes PHP short tag issue in one of the templates
272
+ * in single.php, the Back to Events link no longer strictly goes to the grid view, but adheres to the default few option -pointed out by azzatron on the forum
273
+ * google map link is now produced with minimal information, complete address is no longer needed, W3C-compatible output
274
+ ** tec_event_address() added for easy echoing of the event address
275
+ ** thanks to AntonLargiader and azizur on forum
276
+ * improvement and debugging of entire error catching and displaying system
277
+ * Fixes upcoming/past sorting issue (Thanks Elliot Silver for the support!)
278
+
279
+
280
+ = 1.5.6 =
281
+
282
+ * Fixes date bug in the class method setOptions(), line 1188 in the-events-calendar.php. Thanks to hmarcbower for some ground work on this
283
+
284
+ = 1.5.5 =
285
+
286
+ Features
287
+
288
+ * Starting day in calendar view now reflects the start_of_week Wordpress option
289
+ * Widget view can now be overwritten in theme ([theme]/events/events-list-load-widget-display.php)
290
+ * Setting that enables "Feature on Event Date" - This option will bump an event to the top of the homepage loop on the day of the event (and then return it when over).
291
+ * Timezone to be set by wordpress settings
292
+ * Class in calendar for current Day, past events and future events.
293
+ * Fixed translation bugs (thanks to Kaj for catching)
294
+ ** new .pot file available with more entries, covering more of the plugin (months are in there now)
295
+
296
+ Translations
297
+
298
+ * Polish [Maciej Swoboda]
299
+ * Czech [Tomas Vesely]
300
+
301
+ Bugs
302
+
303
+ * RSS broken with alterate permalinks
304
+ * AM/PM time display bug
305
+ * Issue of right float on right three cols on cal view for some themes
306
+
307
+ = 1.5.4 =
308
+
309
+ A huge thanks to our first round of translators! They helped us tackle localization and become a multilingual application. If you have any interest in translating, grab the .pot file in the /lang/ folder and then send us a completed copy. I'd like to suggest you start a thread in the forum so people know you are working on it and can collaborate.
310
+
311
+ Also, welcome some new contributors:
312
+
313
+ Dan Cameron, who has worked with us to help makes the default template more theme friendly.
314
+
315
+ Aaron Rhodes, who has begun doing qa for each release. He has been catching bugs left and right and hopefully will make our releases smoother. You'll be seeing him on the forum.
316
+
317
+ * Fixed localization functions so that translation files work
318
+ * Translation files for:
319
+ ** Swedish: provided by Kaj Johansson
320
+ ** French: provided by Benjamin Nizet (Enseignons)
321
+ ** Italian: provided by Maurizio Lattanzio
322
+ * Smarter date chooser provides only those dates which the month contains as choices, accounts for leap years - fixes multi-month event bug pointed out by coold78 on the forum
323
+ * New system for date and time formatting
324
+ ** Optional format string argument for event_start_date() or event_end_date(). Otherwise, the format set in WP options is used.
325
+ ** Time format is is determined by WP options.
326
+ * Removed donate button from User Profile view
327
+ * Cost now defaults to NULL
328
+ ** On front end, cost field disappears if its value is NULL
329
+ * More robust path for the ajax that hides the donation button to fix non standard wordpress install locations
330
+ * Added comments to default event template + global on/off toggle in settings for comments on events posts
331
+ * Set venue label to only display if there is a venue
332
+ * Standardized ids and classes in bundled templates
333
+ ** Removed camelCase IDs and classes
334
+ ** Add "tec-" to the beginning of all ids and classes with the templates
335
+
336
+ = 1.5.3 =
337
+
338
+ Settings
339
+
340
+ * updated minimum php requirement to 5.1
341
+
342
+ Bug Fixes
343
+
344
+ * Fixed permalink issue on calendar
345
+ * Removed limit of events shown on calendar view
346
+ * Fixed conflicting namespace error with xml2array function
347
+ * Curl support for (soon to be deprecated) safe_mod
348
+
349
+ Features
350
+
351
+ * Update minuted to increment by 5 rather than 1 and default to 00
352
+ * Added a class per category to each event in the grid view: "cat_classname" to allow users more styling controls in the grid.
353
+ * Added embedded google maps integration & admin panel controls
354
+ * Changed "Grid view" to "Calendar", "List view" to "Event List"
355
+ * Made significant headway on preparing translation - more to go
356
+ * Clean up admin quite a bit to make it easier to navigate the events form
357
+
358
+ = 1.5.2 =
359
+
360
+ * Updated ticket display to hide after event end date
361
+ * Fix exception handling bugs
362
+
363
+ = 1.5.1 =
364
+
365
+ * Updated single.php to improve dependency on eventbrite
366
+ * Updated cost function to use filter
367
+
368
+ = 1.5 =
369
+
370
+ * Fixed a whole pile of small bugs.
371
+ * Extract Eventbrite from the Events calendar into a stand alone plugin
372
+ * Add donate links
373
+ * Add settings panel
374
+ ** Default View (calendar or list) for categories
375
+ ** Default country for events
376
+ ** Donate toggle on/off
377
+ * Upgrade for WP 2.9
378
+
379
+ = 1.5 alpha =
380
+
381
+ * Plug and Play install including default templates (list view, grid view and post)
382
+ * Theme overwrite of default templates (see instructions)
383
+ * 12 hour / 24 hour time display options
384
+ * Work with all permalink styles
385
+ * Hide data from custom fields
386
+ * Hide Eventbrite sales box in post if there is are tickets
387
+ * Multiple javascript bug fixes
388
+ * Pull price for 1st ticket from general event price
389
+ * Add some basic error messages from Eventbrite (much more to come)
390
+ * Remove dependencies on other S&P plugins
391
+
392
+ = 1.4.1 =
393
+
394
+ * Featured event checkbox and template tag is_featured_event()
395
+
396
+ = 1.4 =
397
+
398
+ * Grid View
399
+ * Additional Internationalization support added
400
+
401
+ = 1.3 =
402
+
403
+ * Built events list widget
404
+
405
+ = 1.2 =
406
+
407
+ * Started internationalization (translation) support
408
+ * Added international addresses
409
+ * Extracted from S&P core plugin to stand alone.
trunk/resources/events.css ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* @override
2
+ http://wp.local/content/plugins/the-events-calendar/resources/events.css?ver=2.9.2
3
+ */
4
+
5
+ .category-events #tec-content {
6
+ background:#fff;
7
+ width:670px;
8
+ padding:1px 35px;
9
+ margin-left:10px;
10
+ }
11
+ #tec-events-calendar-header {
12
+ position:relative;
13
+ margin-bottom:18px;
14
+ }
15
+ .tec-calendar-buttons {
16
+ position:absolute;
17
+ right:0;
18
+ top:6px;
19
+ }
20
+ h2.tec-cal-title {
21
+ float:left;
22
+ padding-right:15px;
23
+ margin-bottom: 33px;
24
+ }
25
+ #tec-content .ical {
26
+ color:#fff;
27
+ font-size:11px;
28
+ background:#3D6294;
29
+ padding:1px 3px;
30
+ -moz-border-radius:2px;
31
+ -webkit-border-radius:2px;
32
+ border-radius:2px;
33
+ }
34
+ .tec-calendar-buttons a {
35
+ background:#999;
36
+ border-radius:3px;
37
+ color:#fff;
38
+ display:block;
39
+ float:left;
40
+ font-size:11px;
41
+ font-weight:bold;
42
+ height:27px;
43
+ line-height:27px;
44
+ margin:21px 0 24px 10px;
45
+ padding: 0 4px;
46
+ text-align:center;
47
+ text-shadow:1px 1px 0 rgba(0,0,0,.5);
48
+ text-transform:uppercase;
49
+ width:auto;
50
+ -moz-border-radius:3px;
51
+ -webkit-border-radius:3px;
52
+ }
53
+ .tec-month-nav {
54
+ position: absolute;
55
+ left: 20px;
56
+ bottom:0px;
57
+ }
58
+ .tec-prev-month {
59
+ margin-right: 5px;
60
+ }
61
+ .tec-next-month {
62
+ margin-left: 5px;
63
+ }
64
+ .upcoming a.tec-button-on, .grid a.tec-button-on {background:#0F81BB;}
65
+ .upcoming a.tec-button-off, .grid a.tec-button-off {background:#999999;}
66
+ #tec-nav-above {margin:5px 0 0;}
67
+ .category-events #tec-nav-below {margin:21px 0;}
68
+ select.tec-events-dropdown {
69
+ width:auto;
70
+ font-size:11px;
71
+ margin:33px 9px 0 0;
72
+ }
73
+ .category-events .post {
74
+ padding:0 0 12px 10px;
75
+ overflow:hidden;
76
+ margin-bottom:0;
77
+ }
78
+ .category-events .upcoming .entry-title {
79
+ font-size:15px;
80
+ margin:15px 0 6px;
81
+ }
82
+ .category-events .entry-title a, .tec-event-meta-desc, .tec-event-day {color:#555;}
83
+ .category-events .post .alt {
84
+ background:#f9f9f9;
85
+ border-width:0;
86
+ }
87
+ table.tec-calendar {
88
+ margin:18px 0 12px;
89
+ clear:both;
90
+ font-size:12px;
91
+ border-collapse:collapse;
92
+ border:1px solid #aaa;
93
+ }
94
+ .tec-calendar .daynum {
95
+ background-color: #eee;
96
+ color:#333;
97
+ font-size:10px;
98
+ padding:3px 9px;
99
+ }
100
+ .tec-calendar td.tec-present .daynum {
101
+ background-color: #2d81bb;
102
+ color: #fff;
103
+ }
104
+ .tec-calendar td.tec-past .daynum {color: #aaa;}
105
+ .tec-calendar th {
106
+ width: 250px;
107
+ height: 10px;
108
+ background: #999 url(images/grid-th-bg.png) repeat-x;
109
+ color: #fff;
110
+ padding:4px 0;
111
+ text-shadow:1px 1px 0 rgba(0,0,0,.5);
112
+ text-align:center;
113
+ }
114
+ .tec-calendar td {
115
+ height: 100px;
116
+ width:14.28%;
117
+ color: #114B7D;
118
+ vertical-align: top;
119
+ border:1px solid #aaa;
120
+ padding:0;
121
+ }
122
+
123
+ .tec-calendar td .tec-event {
124
+ padding:6px 9px;
125
+ line-height:1.2;
126
+ }
127
+ .tec-calendar td a {font-size:91.7%;}
128
+ .tec-calendar hr {
129
+ border:0 none !important;
130
+ display:block;
131
+ height:1px;
132
+ background-color:#D4DBCC;
133
+ margin:0 9px;
134
+ }
135
+ .tec-calendar .tec-event {position:relative;}
136
+ .tec-calendar .tec-tooltip {
137
+ border:1px solid #666;
138
+ position:absolute;
139
+ z-index:1001;
140
+ bottom:30px;
141
+ left:3px;
142
+ width:320px;
143
+ background-color:#f9f9f9;
144
+ color:#333;
145
+ line-height:1.4;
146
+ }
147
+ .tec-tooltip .tec-arrow {
148
+ width:19px;
149
+ height:11px;
150
+ display:block;
151
+ background:url(images/tooltip-arrow.png) no-repeat 0 bottom;
152
+ position:absolute;
153
+ bottom:-11px;
154
+ left:20px;
155
+ }
156
+ .tec-calendar .tec-right .tec-tooltip {
157
+ left:auto;
158
+ right:3px;
159
+ }
160
+ .tec-right .tec-tooltip .tec-arrow {
161
+ left:auto;
162
+ right:30px;
163
+ }
164
+ .tec-tooltip .tec-event-title {
165
+ margin:0;
166
+ color:#fff;
167
+ background:#418ccf url(images/tooltip-title.png) repeat-x;
168
+ font-size:12px;
169
+ padding:0 6px;
170
+ height:24px;
171
+ line-height:24px;
172
+ }
173
+ .tec-tooltip .tec-event-body {
174
+ font-size:11px;
175
+ padding:3px 6px 6px;
176
+ }
177
+ .tec-tooltip .tec-event-date {
178
+ font-style:italic;
179
+ margin:3px 0;
180
+ }
181
+ #tec-content {font-size: 1.2em;}
182
+ .tec-event .post {position:relative;}
183
+ #tec-event-meta {
184
+ border-width:1px 0;
185
+ border-style:solid;
186
+ border-color:#aaa;
187
+ margin: 18px 0 12px;
188
+ padding: 12px 0 2px;
189
+ overflow:hidden;
190
+ clear:both;
191
+ font-size: 12px;
192
+ }
193
+ #tec-event-meta .column {
194
+ float:left;
195
+ width:45%;
196
+ padding:0 4% 0 0;
197
+ text-align:left;
198
+ margin:0;
199
+ }
200
+ #tec-event-meta dt {
201
+ float:left;
202
+ clear:left;
203
+ font-weight:bold;
204
+ width:70px;
205
+ }
206
+ #tec-event-meta dd {
207
+ padding:0;
208
+ margin-left:70px;
209
+ margin-bottom: 10px;
210
+ }
211
+ #tec-event-meta .gmap, .tec-event-meta-desc .gmap {
212
+ color:#fff;
213
+ font-size:9px;
214
+ background:#3D6294;
215
+ padding:1px 3px;
216
+ -moz-border-radius:2px;
217
+ -webkit-border-radius:2px;
218
+ border-radius:2px;
219
+ }
220
+ span.back {margin:12px 0 0;}
221
+ #tec-events-loop {
222
+ font-size:13px;
223
+ clear:both;
224
+ margin: 10px 0 0;
225
+ }
226
+ .tec-events .tec-event-entry {
227
+ width:60%;
228
+ float:left;
229
+ padding:0 5% 0 0;
230
+ }
231
+ .tec-events .tec-event-list-meta {
232
+ float:right;
233
+ border-left:1px solid #ccc;
234
+ padding:0 0 0 4%;
235
+ width:30%;
236
+ font-size:12px;
237
+ margin-bottom:20px;
238
+ }
239
+ .tec-event-list-meta table {border-collapse:collapse;}
240
+ .tec-event-list-meta td {
241
+ vertical-align:top;
242
+ padding-bottom:4px;
243
+ text-align:left;
244
+ }
245
+ .tec-event-meta-desc {
246
+ font-weight:bold;
247
+ padding-right:12px;
248
+ width:64px;
249
+ }
250
+ h4.tec-event-day {
251
+ font-weight:bold;
252
+ font-size:18px;
253
+ margin:12px 0 -3px;
254
+ clear:both;
255
+ }
256
+ h4.tec-event-day + .post .entry-title {margin-top:6px;}
257
+ #eventbrite-embed {
258
+ width:100%;
259
+ min-height:225px;
260
+ margin:24px 0;
261
+ }
262
+ .clearfix:after {
263
+ content: ".";
264
+ display: block;
265
+ height: 0;
266
+ clear: both;
267
+ visibility: hidden;
268
+ }
269
+ .clearfix {zoom:1; /* For IE */}
270
+ .tec-events-error {display:none;}
271
+ .tec_hide {display:none;}
272
+ .tec-multi-event-day {color: #0F81BB;}
trunk/resources/events.js ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function($) {
2
+ // prepare calendar for popups
3
+ $("table.tec-calendar tbody tr").each(function(index) {
4
+ // add a class of "right" to Friday & Saturday so tooltips stay onscreen
5
+ $(this).find("td:gt(3)").addClass("tec-right");
6
+ });
7
+
8
+ // popups
9
+ $("table.tec-calendar .tec-event a").hover(function() {
10
+
11
+ // one for IE6, one for everybody else
12
+ if ($.browser.msie && $.browser.version == 6.0) {
13
+ var bottomPad = $(this).parents("td").outerHeight() + 5;
14
+ }
15
+ else {
16
+ var bottomPad = $(this).outerHeight() + 18;
17
+ }
18
+
19
+ $(this).next(".tec-tooltip").css('bottom', bottomPad).fadeIn(300);
20
+ }, function() {
21
+ $(this).next(".tec-tooltip").fadeOut(100);
22
+ });
23
+ });
trunk/resources/images/bg_fade.png ADDED
Binary file
trunk/resources/images/eb_press_little.gif ADDED
Binary file
trunk/resources/images/tooltip-arrow.png ADDED
Binary file
trunk/screenshot-1.png ADDED
Binary file
trunk/screenshot-2.png ADDED
Binary file
trunk/screenshot-3.png ADDED
Binary file
trunk/screenshot-4.png ADDED
Binary file
trunk/screenshot-5.png ADDED
Binary file
trunk/screenshot-6.png ADDED
Binary file
trunk/screenshot-7.png ADDED
Binary file
trunk/template-tags.php ADDED
@@ -0,0 +1,777 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if( class_exists( 'The_Events_Calendar' ) && !function_exists( 'eventsGetOptionValue' ) ) {
4
+ // fetch the iCal file
5
+ if ( isset($_GET['ical']) ) add_action('init', array( $spEvents, 'iCalFeed') );
6
+ /**
7
+ * retrieve specific key from options array, optionally provide a default return value
8
+ */
9
+ function eventsGetOptionValue($optionName, $default = '') {
10
+ global $spEvents;
11
+ if($optionName) {
12
+ if( $spEvents->latestOptions ) return $spEvents->latestOptions[$optionName];
13
+ $options = $spEvents->getOptions();
14
+ return ( $options[$optionName] ) ? $options[$optionName] : $default;
15
+ }
16
+ }
17
+ /**
18
+ * Output function: Prints the events calendar 'grid view'
19
+ *
20
+ * @return void
21
+ */
22
+ function event_grid_view() {
23
+ global $spEvents;
24
+ set_query_var( 'eventDisplay', 'bydate' );
25
+ if ( $spEvents->in_event_category() ) {
26
+ if( '' == locate_template( array( 'events/table.php' ), true ) ) {
27
+ load_template( dirname( __FILE__ ) . '/views/table.php' );
28
+ }
29
+ return;
30
+ }
31
+ }
32
+ /**
33
+ * Maps events to days
34
+ *
35
+ * @param array of events from get_events()
36
+ * @param string date of the
37
+ * @return array days of the month with events as values
38
+ */
39
+ function events_by_month( $results, $date ) {
40
+ if( preg_match( '/(\d{4})-(\d{2})/', $date, $matches ) ) {
41
+ $queryYear = $matches[1];
42
+ $queryMonth = $matches[2];
43
+ } else {
44
+ return false; // second argument not a date we recognize
45
+ }
46
+ $monthView = array();
47
+ for( $i = 1; $i <= 31; $i++ ) {
48
+ $monthView[$i] = array();
49
+ }
50
+ foreach ( $results as $event ) {
51
+ $started = false;
52
+ list( $startYear, $startMonth, $startDay, $garbage ) = explode( '-', $event->EventStartDate );
53
+ list( $endYear, $endMonth, $endDay, $garbage ) = explode( '-', $event->EventEndDate );
54
+ list( $startDay, $garbage ) = explode( ' ', $startDay );
55
+ list( $endDay, $garbage ) = explode( ' ', $endDay );
56
+ for( $i = 1; $i <= 31 ; $i++ ) {
57
+ if ( ( $i == $startDay && $startMonth == $queryMonth ) || strtotime( $startYear.'-'.$startMonth ) < strtotime( $queryYear.'-'.$queryMonth ) ) {
58
+ $started = true;
59
+ }
60
+ if ( $started ) {
61
+ $monthView[$i][] = $event;
62
+ }
63
+ if( $i == $endDay && $endMonth == $queryMonth ) {
64
+ continue 2;
65
+ }
66
+ }
67
+ }
68
+ return $monthView;
69
+ }
70
+ /**
71
+ * Output function: Prints the selected event style
72
+ *
73
+ * @param string $post_id
74
+ * @return void
75
+ */
76
+ function event_style( $postId = null ) {
77
+ echo get_event_style( $postId );
78
+ }
79
+
80
+ /**
81
+ * Template function:
82
+ * @return boolean
83
+ */
84
+ function is_event( $postId = null ) {
85
+ if ( $postId === null || !is_numeric( $postId ) ) {
86
+ global $post;
87
+ $postId = $post->ID;
88
+ }
89
+ if (get_post_meta( $postId, '_isEvent', true )) {
90
+ return true;
91
+ }
92
+ return false;
93
+ }
94
+ /**
95
+ * Returns a link to google maps for the given event
96
+ *
97
+ * @param string $postId
98
+ * @return string a fully qualified link to http://maps.google.com/ for this event
99
+ */
100
+ function get_event_google_map_link( $postId = null ) {
101
+ if ( $postId === null || !is_numeric( $postId ) ) {
102
+ global $post;
103
+ $postId = $post->ID;
104
+ }
105
+ if ( !is_event( $postId ) ) return false;
106
+ $locationMetaSuffixes = array( 'Address', 'City', 'State', 'Province', 'Zip', 'Country' );
107
+ $toUrlEncode = "";
108
+ foreach( $locationMetaSuffixes as $val ) {
109
+ $metaVal = get_post_meta( $postId, '_Event' . $val, true );
110
+ if( $metaVal ) $toUrlEncode .= $metaVal . " ";
111
+ }
112
+ if( $toUrlEncode ) return "http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=" . urlencode( trim( $toUrlEncode ) );
113
+ return "";
114
+ }
115
+ /**
116
+ * Displays a link to google maps for the given event
117
+ *
118
+ * @param string $postId
119
+ * @return void
120
+ */
121
+ function event_google_map_link( $postId = null ) {
122
+ echo get_event_google_map_link( $postId );
123
+ }
124
+ /**
125
+ * @return string formatted event address
126
+ */
127
+ function tec_get_event_address( $postId = null, $includeVenue = false ) {
128
+ if ( $postId === null || !is_numeric( $postId ) ) {
129
+ global $post;
130
+ $postId = $post->ID;
131
+ }
132
+ $address = '';
133
+ if( $includeVenue ) $address .= the_event_venue( $postId );
134
+ if( the_event_address( $postId ) ) {
135
+ if( $address ) $address .= ', ';
136
+ $address .= the_event_address( $postId );
137
+ }
138
+ if( the_event_city( $postId ) ) {
139
+ if( $address ) $address .= ', ';
140
+ $address .= the_event_city( $postId );
141
+ }
142
+ if( the_event_region( $postId ) ) {
143
+ if( $address ) $address .= ', ';
144
+ $address .= the_event_region( $postId );
145
+ }
146
+ if( the_event_country( $postId ) ) {
147
+ if( $address ) $address .= ', ';
148
+ $address .= the_event_country( $postId );
149
+ }
150
+ if( the_event_zip( $postId ) ) {
151
+ if( $address ) $address .= ', ';
152
+ $address .= the_event_zip( $postId );
153
+ }
154
+ $address = str_replace(' ,', ',', $address);
155
+ return $address;
156
+ }
157
+ /**
158
+ * Displays a formatted event address
159
+ *
160
+ * @param string $postId
161
+ * @return void
162
+ */
163
+ function tec_event_address( $postId = null ) {
164
+ echo tec_get_event_address( $postId );
165
+ }
166
+ /**
167
+ * @return boolean true if any part of an address exists
168
+ */
169
+ function tec_address_exists( $postId = null ) {
170
+ if ( $postId === null || !is_numeric( $postId ) ) {
171
+ global $post;
172
+ $postId = $post->ID;
173
+ }
174
+ return ( the_event_address( $postId ) || the_event_city( $postId ) || the_event_region( $postId ) || the_event_country( $postId ) || the_event_zip( $postId ) ) ? true : false;
175
+ }
176
+ /**
177
+ * Returns an embedded google maps for the given event
178
+ *
179
+ * @param string $postId
180
+ * @param int $width
181
+ * @param int $height
182
+ * @return string - an iframe pulling http://maps.google.com/ for this event
183
+ */
184
+ function get_event_google_map_embed( $postId = null, $width = '', $height = '' ) {
185
+ if ( $postId === null || !is_numeric( $postId ) ) {
186
+ global $post;
187
+ $postId = $post->ID;
188
+ }
189
+ if ( !is_event( $postId ) ) {
190
+ return false;
191
+ }
192
+ $locationMetaSuffixes = array( 'Address', 'City', 'State', 'Province', 'Zip', 'Country' );
193
+ $toUrlEncode = "";
194
+ foreach( $locationMetaSuffixes as $val ) {
195
+ $metaVal = get_post_meta( $postId, '_Event' . $val, true );
196
+ if( $metaVal ) $toUrlEncode .= $metaVal . " ";
197
+ }
198
+ if (!$height) $height = eventsGetOptionValue('embedGoogleMapsHeight','350');
199
+ if (!$width) $width = eventsGetOptionValue('embedGoogleMapsWidth','100%');
200
+ if( $toUrlEncode ) $googleaddress = urlencode( trim( $toUrlEncode ) );
201
+ if ($googleaddress) {
202
+ $google_iframe = '<div id="googlemaps"><iframe width="'.$width.'" height="'.$height.'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q='.$googleaddress.'?>&amp;output=embed"></iframe><br /><small><a href="http://www.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q='.$googleaddress.'" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>';
203
+ return $google_iframe;
204
+ }
205
+ else return '';
206
+ }
207
+ /**
208
+ * Displays an embedded google map for the given event
209
+ *
210
+ * @param string $postId
211
+ * @param int $width
212
+ * @param int $height
213
+ * @return void
214
+ */
215
+ function event_google_map_embed( $postId = null, $width = null, $height = null ) {
216
+ if (eventsGetOptionValue('embedGoogleMaps') == 'on') echo get_event_google_map_embed( $postId, $width, $height );
217
+ }
218
+ /**
219
+ * Prints out the javascript required to control the datepicker (onChange of the id='datepicker')
220
+ *
221
+ * @param string a prefix to add to the ID of the calendar elements. This allows you to reuse the calendar on the same page.
222
+ * @return void
223
+ */
224
+ function get_jump_to_date_calendar( $prefix = '' ) {
225
+ global $spEvents, $wp_query;
226
+ if ( isset ( $wp_query->query_vars['eventDate'] ) ) {
227
+ $date = $wp_query->query_vars['eventDate'] . "-01";
228
+ } else {
229
+ $date = date_i18n( The_Events_Calendar::DBDATEFORMAT );
230
+ }
231
+ $monthOptions = $spEvents->getMonthOptions( $date );
232
+ $yearOptions = $spEvents->getYearOptions( $date );
233
+ include('views/datepicker.php');
234
+ }
235
+ /**
236
+ * Returns the event start date
237
+ *
238
+ * @param int post id
239
+ * @param bool display time?
240
+ * @param string date format
241
+ * @return string date
242
+ */
243
+ function the_event_start_date( $postId = null, $showtime = 'true', $dateFormat = '' ) {
244
+ global $spEvents, $post;
245
+ if ( $postId === null || !is_numeric( $postId ) ) {
246
+ global $post;
247
+ $postId = $post->ID;
248
+ }
249
+ if( $dateFormat ) $format = $dateFormat;
250
+ else $format = get_option( 'date_format', The_Events_Calendar::DATEONLYFORMAT );
251
+ if( the_event_all_day( $postId ) ) {
252
+ $showtime = false;
253
+ }
254
+ if ( $showtime ) {
255
+ $format = $spEvents->getTimeFormat( $format );
256
+ }
257
+ $shortMonthNames = ( strstr( $format, 'M' ) ) ? true : false;
258
+ $date = date ( $format, strtotime( get_post_meta( $postId, '_EventStartDate', true ) ) );
259
+ return str_replace( array_keys($spEvents->monthNames( $shortMonthNames )), $spEvents->monthNames( $shortMonthNames ), $date);
260
+ }
261
+ /**
262
+ * Returns the event end date
263
+ *
264
+ * @param int post id
265
+ * @param bool display time?
266
+ * @param string date format
267
+ * @return string date
268
+ */
269
+ function the_event_end_date( $postId = null, $showtime = 'true', $dateFormat = '' ) {
270
+ global $spEvents, $post;
271
+ if ( $postId === null || !is_numeric( $postId ) ) {
272
+ $postId = $post->ID;
273
+ }
274
+ if( $dateFormat ) $format = $dateFormat;
275
+ else $format = get_option( 'date_format', The_Events_Calendar::DATEONLYFORMAT );
276
+ if( the_event_all_day( $postId ) ) {
277
+ $showtime = false;
278
+ }
279
+ if ( $showtime ) {
280
+ $format = $spEvents->getTimeFormat( $format );
281
+ }
282
+ $date = date ( $format, strtotime( get_post_meta( $postId, '_EventEndDate', true ) ) );
283
+ return str_replace( array_keys($spEvents->monthNames()), $spEvents->monthNames(), $date);
284
+ }
285
+ /**
286
+ * If EventBrite plugin is active
287
+ * If the event is registered in eventbrite, and has one ticket. Return the cost of that ticket.
288
+ * If the event is registered in eventbrite, and there are many tickets, return "Varies"
289
+ * If the event is not registered in eventbrite, and there is meta, return that.
290
+ * If the event is not registered in eventbrite, and there is no meta, return ""
291
+ *
292
+ * @param mixed post id or null if used in the loop
293
+ * @return string
294
+ */
295
+ function the_event_cost( $postId = null) {
296
+ global $spEvents;
297
+ if ( $postId === null || !is_numeric( $postId ) ) {
298
+ global $post;
299
+ $postId = $post->ID;
300
+ }
301
+ if( class_exists( 'Eventbrite_for_The_Events_Calendar' ) ) {
302
+ global $spEventBrite;
303
+ $returned = $spEventBrite->the_event_cost($postId);
304
+ if($returned) {
305
+ return esc_html($returned);
306
+ }
307
+ }
308
+ if ( $cost = get_post_meta( $postId, '_EventCost', true ) ) {
309
+ return esc_html($cost);
310
+ } else {
311
+ return "";
312
+ }
313
+ }
314
+ /**
315
+ * Returns the event venue
316
+ *
317
+ * @return string venue
318
+ */
319
+ function the_event_venue( $postId = null) {
320
+ if ( $postId === null || !is_numeric( $postId ) ) {
321
+ global $post;
322
+ $postId = $post->ID;
323
+ }
324
+ return esc_html(get_post_meta( $postId, '_EventVenue', true ));
325
+ }
326
+ /**
327
+ * Returns the event country
328
+ *
329
+ * @return string country
330
+ */
331
+ function the_event_country( $postId = null) {
332
+ if ( $postId === null || !is_numeric( $postId ) ) {
333
+ global $post;
334
+ $postId = $post->ID;
335
+ }
336
+ return esc_html(get_post_meta( $postId, '_EventCountry', true ));
337
+ }
338
+ /**
339
+ * Returns the event address
340
+ *
341
+ * @return string address
342
+ */
343
+ function the_event_address( $postId = null) {
344
+ if ( $postId === null || !is_numeric( $postId ) ) {
345
+ global $post;
346
+ $postId = $post->ID;
347
+ }
348
+ return esc_html(get_post_meta( $postId, '_EventAddress', true ));
349
+ }
350
+ /**
351
+ * Returns the event city
352
+ *
353
+ * @return string city
354
+ */
355
+ function the_event_city( $postId = null) {
356
+ if ( $postId === null || !is_numeric( $postId ) ) {
357
+ global $post;
358
+ $postId = $post->ID;
359
+ }
360
+ return esc_html(get_post_meta( $postId, '_EventCity', true ));
361
+ }
362
+ /**
363
+ * Returns the event state
364
+ *
365
+ * @return string state
366
+ */
367
+ function the_event_state( $postId = null) {
368
+ if ( $postId === null || !is_numeric( $postId ) ) {
369
+ global $post;
370
+ $postId = $post->ID;
371
+ }
372
+ return esc_html(get_post_meta( $postId, '_EventState', true ));
373
+ }
374
+ /**
375
+ * Returns the event province
376
+ *
377
+ * @return string province
378
+ */
379
+ function the_event_province( $postId = null) {
380
+ if ( $postId === null || !is_numeric( $postId ) ) {
381
+ global $post;
382
+ $postId = $post->ID;
383
+ }
384
+ return esc_html(get_post_meta( $postId, '_EventProvince', true ));
385
+ }
386
+ /**
387
+ * Returns the event zip code
388
+ *
389
+ * @return string zip code
390
+ */
391
+ function the_event_zip( $postId = null) {
392
+ if ( $postId === null || !is_numeric( $postId ) ) {
393
+ global $post;
394
+ $postId = $post->ID;
395
+ }
396
+ return esc_html(get_post_meta( $postId, '_EventZip', true ));
397
+ }
398
+ /**
399
+ * Returns the event phone number
400
+ *
401
+ * @return string phone number
402
+ */
403
+ function the_event_phone( $postId = null) {
404
+ if ( $postId === null || !is_numeric( $postId ) ) {
405
+ global $post;
406
+ $postId = $post->ID;
407
+ }
408
+ return esc_html(get_post_meta( $postId, '_EventPhone', true ));
409
+ }
410
+ /**
411
+ * Returns a list of lectures that are associated with this event
412
+ *
413
+ * @param int optional post id
414
+ * @return mixed array of posts or false
415
+ */
416
+ function the_event_lectures( $postId = null ) {
417
+ if ( $postId === null || !is_numeric( $postId ) ) {
418
+ global $post;
419
+ $postId = $post->ID;
420
+ }
421
+ if( !is_event( $postId ) ) {
422
+ return false;
423
+ }
424
+ global $wpdb;
425
+ $query = "SELECT * FROM {$wpdb->postmeta} WHERE meta_key = '_lectureEvent' AND meta_value = '{$postId}'";
426
+ $results = $wpdb->get_results( $query );
427
+ if( empty( $results ) ) {
428
+ return $results;
429
+ }
430
+ $lectures = array();
431
+ foreach ( $results as $lecture ) {
432
+ $lectures[] = $lecture->post_id;
433
+ }
434
+ $lectures = array_unique( $lectures );
435
+ $results = array();
436
+ foreach ( $lectures as $lectureId ) {
437
+ $results[] = get_post( $lectureId );
438
+ }
439
+ return $results;
440
+
441
+ }
442
+
443
+ /**
444
+ * Helper function to load XML using cURL
445
+ *
446
+ * @return array with xml data
447
+ */
448
+ function load_xml($url) {
449
+
450
+ $ch = curl_init($url);
451
+
452
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
453
+ curl_setopt($ch, CURLOPT_HEADER, 0);
454
+
455
+ $data = simplexml_load_string(curl_exec($ch));
456
+
457
+ curl_close($ch);
458
+
459
+ return $data;
460
+ }
461
+
462
+ /**
463
+ * Called inside of the loop, returns true if the current post's meta_value (EventStartDate)
464
+ * is different than the previous post. Will always return true for the first event in the loop.
465
+ *
466
+ * @return bool
467
+ */
468
+ function is_new_event_day( ) {
469
+ global $spEvents, $post;
470
+ $retval = false;
471
+ $now = time();
472
+ $postTimestamp = strtotime( $post->EventStartDate, $now );
473
+ $postTimestamp = strtotime( date( The_Events_Calendar::DBDATEFORMAT, $postTimestamp ), $now); // strip the time
474
+ if ( $postTimestamp != $spEvents->currentPostTimestamp ) {
475
+ $retval = true;
476
+ }
477
+ $spEvents->currentPostTimestamp = $postTimestamp;
478
+ return $retval;
479
+ }
480
+ /**
481
+ * Call this function in a template to query the events and start the loop. Do not
482
+ * subsequently call the_post() in your template, as this will start the loop twice and then
483
+ * you're in trouble.
484
+ *
485
+ * http://codex.wordpress.org/Displaying_Posts_Using_a_Custom_Select_Query#Query_based_on_Custom_Field_and_Category
486
+ *
487
+ * @param int number of results to display for upcoming or past modes (default 10)
488
+ * @param string category name to pull events from, defaults to the currently displayed category
489
+ * @uses $wpdb
490
+ * @uses $wp_query
491
+ * @return array results
492
+ */
493
+ function get_events( $numResults = null, $catName = null ) {
494
+ if( !$numResults ) $numResults = get_option( 'posts_per_page', 10 );
495
+ global $wpdb, $spEvents;
496
+ $spEvents->setOptions();
497
+ if( $catName ) {
498
+ $categoryId = get_cat_id( $catName );
499
+ } else {
500
+ $categoryId = get_query_var( 'cat' );
501
+ }
502
+ $extraSelectClause ='';
503
+ $extraJoinEndDate ='';
504
+ if ( events_displaying_month() ) {
505
+ $extraSelectClause = ", d2.meta_value as EventEndDate ";
506
+ $extraJoinEndDate = " LEFT JOIN $wpdb->postmeta as d2 ON($wpdb->posts.ID = d2.post_id) ";
507
+ $whereClause = " AND d1.meta_key = '_EventStartDate' AND d2.meta_key = '_EventEndDate' ";
508
+ // does this event start in this month?
509
+ $whereClause .= " AND ((d1.meta_value >= '".$spEvents->date."' AND d1.meta_value < '".$spEvents->nextMonth( $spEvents->date )."') ";
510
+ // Or does it end in this month?
511
+ $whereClause .= " OR (d2.meta_value >= '".$spEvents->date."' AND d2.meta_value < '".$spEvents->nextMonth( $spEvents->date )."' ) ";
512
+ // Or does the event start sometime in the past and end sometime in the distant future?
513
+ $whereClause .= " OR (d1.meta_value <= '".$spEvents->date."' AND d2.meta_value > '".$spEvents->nextMonth( $spEvents->date )."' ) ) ";
514
+ $numResults = 999999999;
515
+ }
516
+ if ( events_displaying_upcoming() ) {
517
+ $extraSelectClause = ", d2.meta_value as EventEndDate ";
518
+ $extraJoinEndDate = " LEFT JOIN $wpdb->postmeta as d2 ON($wpdb->posts.ID = d2.post_id) ";
519
+ $whereClause = " AND d1.meta_key = '_EventStartDate' AND d2.meta_key = '_EventEndDate' ";
520
+ // Is the start date in the future?
521
+ $whereClause .= ' AND ( d1.meta_value > "'.$spEvents->date.'" ';
522
+ // Or is the start date in the past but the end date in the future? (meaning the event is currently ongoing)
523
+ $whereClause .= ' OR ( d1.meta_value < "'.$spEvents->date.'" AND d2.meta_value > "'.$spEvents->date.'" ) ) ';
524
+ }
525
+ $eventsQuery = "
526
+ SELECT $wpdb->posts.*, d1.meta_value as EventStartDate
527
+ $extraSelectClause
528
+ FROM $wpdb->posts
529
+ LEFT JOIN $wpdb->postmeta as d1 ON($wpdb->posts.ID = d1.post_id)
530
+ $extraJoinEndDate
531
+ LEFT JOIN $wpdb->term_relationships ON($wpdb->posts.ID = $wpdb->term_relationships.object_id)
532
+ LEFT JOIN $wpdb->term_taxonomy ON($wpdb->term_relationships.term_taxonomy_id = $wpdb->term_taxonomy.term_taxonomy_id)
533
+ WHERE $wpdb->term_taxonomy.term_id = $categoryId
534
+ AND $wpdb->term_taxonomy.taxonomy = 'category'
535
+ AND $wpdb->posts.post_status = 'publish'
536
+ $whereClause
537
+ ORDER BY d1.meta_value ".$spEvents->order."
538
+ LIMIT $numResults";
539
+ $return = $wpdb->get_results($eventsQuery, OBJECT);
540
+ return $return;
541
+ }
542
+ /**
543
+ * Returns true if the query is set for past events, false otherwise
544
+ *
545
+ * @return bool
546
+ */
547
+ function events_displaying_past() {
548
+ global $spEvents;
549
+ return ($spEvents->displaying == "past") ? true : false;
550
+ }
551
+ /**
552
+ * Returns true if the query is set for upcoming events, false otherwise
553
+ *
554
+ * @return bool
555
+ */
556
+ function events_displaying_upcoming() {
557
+ global $spEvents;
558
+ return ($spEvents->displaying == "upcoming") ? true : false;
559
+ }
560
+ /**
561
+ * Returns true if the query is set for month display (as opposed to Upcoming / Past)
562
+ *
563
+ * @return bool
564
+ */
565
+ function events_displaying_month() {
566
+ global $spEvents;
567
+ return ( $spEvents->displaying == "month" ) ? true : false;
568
+ }
569
+ /**
570
+ * Returns a link to the previous events in list view
571
+ *
572
+ * @return string
573
+ */
574
+ function events_get_past_link() {
575
+ global $spEvents;
576
+ $cat_id = get_query_var( 'cat' );
577
+ if( !$cat_id ) {
578
+ $cat_id = $spEvents->eventCategory();
579
+ }
580
+ $link = get_category_link( $cat_id );
581
+ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('useRewriteRules','on') ) {
582
+ return add_query_arg( array('eventDisplay'=>'past'), $link );
583
+ } else {
584
+ return trailingslashit( $link ) . 'past';
585
+ }
586
+ }
587
+ /**
588
+ * Returns a link to the upcoming events in list view
589
+ *
590
+ * @return string
591
+ */
592
+ function events_get_upcoming_link() {
593
+ global $spEvents;
594
+ $cat_id = get_query_var( 'cat' );
595
+ if( !$cat_id ) {
596
+ $cat_id = $spEvents->eventCategory();
597
+ }
598
+ $link = get_category_link( $cat_id );
599
+ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('useRewriteRules','on') ) {
600
+ return add_query_arg( array('eventDisplay'=>'upcoming'), $link );
601
+ } else {
602
+ return trailingslashit( $link ) . 'upcoming';
603
+ }
604
+ }
605
+ /**
606
+ * Returns a link to the next month's events page
607
+ *
608
+ * @return string
609
+ */
610
+ function events_get_next_month_link() {
611
+ global $spEvents;
612
+ $cat_id = get_query_var( 'cat' );
613
+ if( !$cat_id ) {
614
+ $cat_id = $spEvents->eventCategory();
615
+ }
616
+ $link = get_category_link( $cat_id );
617
+ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('useRewriteRules','on') ) {
618
+ return add_query_arg( array('eventDate'=>$spEvents->nextMonth( $spEvents->date )), $link );
619
+ } else {
620
+ return trailingslashit( $link ) . $spEvents->nextMonth( $spEvents->date );
621
+ }
622
+ }
623
+ /**
624
+ * Returns a link to the previous month's events page
625
+ *
626
+ * @return string
627
+ */
628
+ function events_get_previous_month_link() {
629
+ global $spEvents;
630
+ $cat_id = get_query_var( 'cat' );
631
+ if( !$cat_id ) {
632
+ $cat_id = $spEvents->eventCategory();
633
+ }
634
+ $link = get_category_link( $cat_id );
635
+ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('useRewriteRules','on') ) {
636
+ return add_query_arg( array('eventDate'=>$spEvents->previousMonth( $spEvents->date )), $link );
637
+ } else {
638
+ return trailingslashit( $link ) . $spEvents->previousMonth( $spEvents->date );
639
+ }
640
+ }
641
+ /**
642
+ * Returns a link to the events category
643
+ *
644
+ * @return string
645
+ */
646
+ function events_get_events_link() {
647
+ global $spEvents;
648
+ $cat_id = get_query_var( 'cat' );
649
+ if( !$cat_id ) {
650
+ $cat_id = $spEvents->eventCategory();
651
+ }
652
+ return get_category_link( $cat_id );
653
+ }
654
+
655
+ function events_get_gridview_link( ) {
656
+ global $spEvents;
657
+ $cat_id = get_query_var( 'cat' );
658
+ if( !$cat_id ) {
659
+ $cat_id = $spEvents->eventCategory();
660
+ }
661
+ $link = get_category_link( $cat_id );
662
+ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('useRewriteRules','on') ) {
663
+ return add_query_arg( array('eventDisplay'=>'month'), $link );
664
+ } else {
665
+ return trailingslashit( $link ) . 'month';
666
+ }
667
+ }
668
+
669
+ function events_get_listview_link( ) {
670
+ global $spEvents;
671
+ $cat_id = get_query_var( 'cat' );
672
+ if( !$cat_id ) {
673
+ $cat_id = $spEvents->eventCategory();
674
+ }
675
+ $link = get_category_link( $cat_id );
676
+ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('useRewriteRules','on') ) {
677
+ return add_query_arg( array('eventDisplay'=>'upcoming'), $link );
678
+ } else {
679
+ return trailingslashit( $link ) . 'upcoming';
680
+ }
681
+ }
682
+
683
+ function events_get_listview_past_link( ) {
684
+ global $spEvents;
685
+ $cat_id = get_query_var( 'cat' );
686
+ if( !$cat_id ) {
687
+ $cat_id = $spEvents->eventCategory();
688
+ }
689
+ $link = get_category_link( $cat_id );
690
+ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('useRewriteRules','on') ) {
691
+ return add_query_arg( array('eventDisplay'=>'past'), $link );
692
+ } else {
693
+ return trailingslashit( $link ) . 'past';
694
+ }
695
+ }
696
+
697
+ /**
698
+ * Returns a textual description of the previous month
699
+ *
700
+ * @return string
701
+ */
702
+ function events_get_previous_month_text() {
703
+ global $spEvents;
704
+ return $spEvents->getDateString( $spEvents->previousMonth( $spEvents->date ) );
705
+ }
706
+ /**
707
+ * Returns a texual description of the current month
708
+ *
709
+ * @return string
710
+ */
711
+ function events_get_current_month_text( ){
712
+ global $spEvents;
713
+ return date( 'F', strtotime( $spEvents->date ) );
714
+ }
715
+ /**
716
+ * Returns a textual description of the next month
717
+ *
718
+ * @return string
719
+ */
720
+ function events_get_next_month_text() {
721
+ global $spEvents;
722
+ return $spEvents->getDateString( $spEvents->nextMonth( $spEvents->date ) );
723
+ }
724
+ /**
725
+ * Returns a formatted date string of the currently displayed month (in "jump to month" mode)
726
+ *
727
+ * @return string
728
+ */
729
+ function events_get_displayed_month() {
730
+ global $spEvents;
731
+ if ( $spEvents->displaying == "month" ) {
732
+ return $spEvents->getDateString( $spEvents->date );
733
+ }
734
+ return " ";
735
+ }
736
+ /**
737
+ * Returns a link to the currently displayed month (if in "jump to month" mode)
738
+ *
739
+ * @return string
740
+ */
741
+ function events_get_this_month_link() {
742
+ global $spEvents;
743
+ $cat_id = get_query_var( 'cat' );
744
+ if( !$cat_id ) {
745
+ $cat_id = $spEvents->eventCategory();
746
+ }
747
+ $link = get_category_link( $cat_id );
748
+ if ( $spEvents->displaying == "month" ) {
749
+ return trailingslashit( $link ) . $spEvents->date;
750
+ }
751
+ return false;
752
+ }
753
+ /**
754
+ * Returns the state or province for US or non-US addresses
755
+ *
756
+ * @return string
757
+ */
758
+ function the_event_region() {
759
+ if (get_post_meta($postId, '_EventCountry', true ) == 'United States') {
760
+ return the_event_state();
761
+ } else {
762
+ return the_event_province();
763
+ }
764
+ }
765
+ /**
766
+ * Returns true if the event is an all day event
767
+ *
768
+ * @return bool
769
+ */
770
+ function the_event_all_day( $postId = null ) {
771
+ if ( $postId === null || !is_numeric( $postId ) ) {
772
+ global $post;
773
+ $postId = $post->ID;
774
+ }
775
+ return get_post_meta( $postId, '_EventAllDay', true );
776
+ }
777
+ } // end if class_exists('The-Events-Calendar')
trunk/the-events-calendar-exception.class.php ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Exception handling for third-party plugins dealing with the post edit view.
4
+ */
5
+ if( !class_exists( 'TEC_Post_Exception' ) ) {
6
+ class TEC_Post_Exception extends Exception {
7
+ /**
8
+ * Display the exception message in the div #tec-post-error
9
+ * @param int $post->ID
10
+ */
11
+ public function displayMessage( $postId ) {
12
+ if( $error = get_post_meta( $postId, The_Events_Calendar::EVENTSERROROPT, true ) ) : ?>
13
+ <script type="text/javascript">jQuery('#tec-post-error').append('<h3>Error</h3><p>' + '<?php echo $error; ?>' + '</p>').show();</script>
14
+ <?php endif;
15
+ }
16
+ } // end TEC_Post_Exception
17
+ } // end if !class_exists TEC_Post_Exception
18
+
19
+ /**
20
+ * Exception handling for third-party plugins dealing with the Wordpress options view.
21
+ */
22
+ if( !class_exists( 'TEC_WP_Options_Exception' ) ) {
23
+ class TEC_WP_Options_Exception extends Exception {
24
+ /**
25
+ * Display the exception message in the div #tec-options-error
26
+ */
27
+ public function displayMessage() {
28
+ $eventsOptions = get_option(The_Events_Calendar::OPTIONNAME, array() );
29
+ if( $eventsOptions['error'] ) : ?>
30
+ <script type="text/javascript">jQuery('#tec-options-error').append('<h3>Error</h3><p>' + '<?php echo $eventsOptions['error']; ?>' + '</p>').show();</script>
31
+ <?php endif;
32
+ }
33
+ } // end TEC_WP_Options_Exception
34
+ } // end if !class_exists TEC_WP_Options_Exception
trunk/the-events-calendar.class.php ADDED
@@ -0,0 +1,1320 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( !class_exists( 'The_Events_Calendar' ) ) {
3
+ /**
4
+ * Main plugin
5
+ */
6
+ class The_Events_Calendar {
7
+ const EVENTSERROROPT = '_tec_events_errors';
8
+ const CATEGORYNAME = 'Events';
9
+ const OPTIONNAME = 'sp_events_calendar_options';
10
+ // default formats, they are overridden by WP options or by arguments to date methods
11
+ const DATEONLYFORMAT = 'F j, Y';
12
+ const TIMEFORMAT = 'g:i A';
13
+ const DBDATEFORMAT = 'Y-m-d';
14
+ const DBDATETIMEFORMAT = 'Y-m-d G:i:s';
15
+
16
+ private $defaultOptions = '';
17
+ public $latestOptions;
18
+ private $postExceptionThrown = false;
19
+ private $optionsExceptionThrown = false;
20
+ public $displaying;
21
+ public $pluginDir;
22
+ public $pluginUrl;
23
+ public $pluginDomain = 'the-events-calendar';
24
+ private $tabIndexStart = 2000;
25
+
26
+ public $metaTags = array(
27
+ '_isEvent',
28
+ '_EventAllDay',
29
+ '_EventStartDate',
30
+ '_EventEndDate',
31
+ '_EventVenue',
32
+ '_EventCountry',
33
+ '_EventAddress',
34
+ '_EventCity',
35
+ '_EventState',
36
+ '_EventProvince',
37
+ '_EventZip',
38
+ '_EventShowMapLink',
39
+ '_EventShowMap',
40
+ '_EventCost',
41
+ '_EventPhone',
42
+ self::EVENTSERROROPT
43
+ );
44
+
45
+ public $currentPostTimestamp;
46
+ public $daysOfWeekShort;
47
+ public $daysOfWeek;
48
+ private function constructDaysOfWeek() {
49
+ $this->daysOfWeekShort = array( __( 'Sun', $this->pluginDomain ), __( 'Mon', $this->pluginDomain ), __( 'Tue', $this->pluginDomain ), __( 'Wed', $this->pluginDomain ), __( 'Thu', $this->pluginDomain ), __( 'Fri', $this->pluginDomain ), __( 'Sat', $this->pluginDomain ) );
50
+ $this->daysOfWeek = array( __( 'Sunday', $this->pluginDomain ), __( 'Monday', $this->pluginDomain ), __( 'Tuesday', $this->pluginDomain ), __( 'Wednesday', $this->pluginDomain ), __( 'Thursday', $this->pluginDomain ), __( 'Friday', $this->pluginDomain ), __( 'Saturday', $this->pluginDomain ) );
51
+ }
52
+
53
+ private $countries;
54
+ private function constructCountries( $postId = "", $useDefault = true ) {
55
+ $countries = array(
56
+ "" => __("Select a Country:", $this->pluginDomain),
57
+ "US" => __("United States", $this->pluginDomain),
58
+ "AF" => __("Afghanistan", $this->pluginDomain),
59
+ "AL" => __("Albania", $this->pluginDomain),
60
+ "DZ" => __("Algeria", $this->pluginDomain),
61
+ "AS" => __("American Samoa", $this->pluginDomain),
62
+ "AD" => __("Andorra", $this->pluginDomain),
63
+ "AO" => __("Angola", $this->pluginDomain),
64
+ "AI" => __("Anguilla", $this->pluginDomain),
65
+ "AQ" => __("Antarctica", $this->pluginDomain),
66
+ "AG" => __("Antigua And Barbuda", $this->pluginDomain),
67
+ "AR" => __("Argentina", $this->pluginDomain),
68
+ "AM" => __("Armenia", $this->pluginDomain),
69
+ "AW" => __("Aruba", $this->pluginDomain),
70
+ "AU" => __("Australia", $this->pluginDomain),
71
+ "AT" => __("Austria", $this->pluginDomain),
72
+ "AZ" => __("Azerbaijan", $this->pluginDomain),
73
+ "BS" => __("Bahamas", $this->pluginDomain),
74
+ "BH" => __("Bahrain", $this->pluginDomain),
75
+ "BD" => __("Bangladesh", $this->pluginDomain),
76
+ "BB" => __("Barbados", $this->pluginDomain),
77
+ "BY" => __("Belarus", $this->pluginDomain),
78
+ "BE" => __("Belgium", $this->pluginDomain),
79
+ "BZ" => __("Belize", $this->pluginDomain),
80
+ "BJ" => __("Benin", $this->pluginDomain),
81
+ "BM" => __("Bermuda", $this->pluginDomain),
82
+ "BT" => __("Bhutan", $this->pluginDomain),
83
+ "BO" => __("Bolivia", $this->pluginDomain),
84
+ "BA" => __("Bosnia And Herzegowina", $this->pluginDomain),
85
+ "BW" => __("Botswana", $this->pluginDomain),
86
+ "BV" => __("Bouvet Island", $this->pluginDomain),
87
+ "BR" => __("Brazil", $this->pluginDomain),
88
+ "IO" => __("British Indian Ocean Territory", $this->pluginDomain),
89
+ "BN" => __("Brunei Darussalam", $this->pluginDomain),
90
+ "BG" => __("Bulgaria", $this->pluginDomain),
91
+ "BF" => __("Burkina Faso", $this->pluginDomain),
92
+ "BI" => __("Burundi", $this->pluginDomain),
93
+ "KH" => __("Cambodia", $this->pluginDomain),
94
+ "CM" => __("Cameroon", $this->pluginDomain),
95
+ "CA" => __("Canada", $this->pluginDomain),
96
+ "CV" => __("Cape Verde", $this->pluginDomain),
97
+ "KY" => __("Cayman Islands", $this->pluginDomain),
98
+ "CF" => __("Central African Republic", $this->pluginDomain),
99
+ "TD" => __("Chad", $this->pluginDomain),
100
+ "CL" => __("Chile", $this->pluginDomain),
101
+ "CN" => __("China", $this->pluginDomain),
102
+ "CX" => __("Christmas Island", $this->pluginDomain),
103
+ "CC" => __("Cocos (Keeling) Islands", $this->pluginDomain),
104
+ "CO" => __("Colombia", $this->pluginDomain),
105
+ "KM" => __("Comoros", $this->pluginDomain),
106
+ "CG" => __("Congo", $this->pluginDomain),
107
+ "CD" => __("Congo, The Democratic Republic Of The", $this->pluginDomain),
108
+ "CK" => __("Cook Islands", $this->pluginDomain),
109
+ "CR" => __("Costa Rica", $this->pluginDomain),
110
+ "CI" => __("Cote D'Ivoire", $this->pluginDomain),
111
+ "HR" => __("Croatia (Local Name: Hrvatska)", $this->pluginDomain),
112
+ "CU" => __("Cuba", $this->pluginDomain),
113
+ "CY" => __("Cyprus", $this->pluginDomain),
114
+ "CZ" => __("Czech Republic", $this->pluginDomain),
115
+ "DK" => __("Denmark", $this->pluginDomain),
116
+ "DJ" => __("Djibouti", $this->pluginDomain),
117
+ "DM" => __("Dominica", $this->pluginDomain),
118
+ "DO" => __("Dominican Republic", $this->pluginDomain),
119
+ "TP" => __("East Timor", $this->pluginDomain),
120
+ "EC" => __("Ecuador", $this->pluginDomain),
121
+ "EG" => __("Egypt", $this->pluginDomain),
122
+ "SV" => __("El Salvador", $this->pluginDomain),
123
+ "GQ" => __("Equatorial Guinea", $this->pluginDomain),
124
+ "ER" => __("Eritrea", $this->pluginDomain),
125
+ "EE" => __("Estonia", $this->pluginDomain),
126
+ "ET" => __("Ethiopia", $this->pluginDomain),
127
+ "FK" => __("Falkland Islands (Malvinas)", $this->pluginDomain),
128
+ "FO" => __("Faroe Islands", $this->pluginDomain),
129
+ "FJ" => __("Fiji", $this->pluginDomain),
130
+ "FI" => __("Finland", $this->pluginDomain),
131
+ "FR" => __("France", $this->pluginDomain),
132
+ "FX" => __("France, Metropolitan", $this->pluginDomain),
133
+ "GF" => __("French Guiana", $this->pluginDomain),
134
+ "PF" => __("French Polynesia", $this->pluginDomain),
135
+ "TF" => __("French Southern Territories", $this->pluginDomain),
136
+ "GA" => __("Gabon", $this->pluginDomain),
137
+ "GM" => __("Gambia", $this->pluginDomain),
138
+ "GE" => __("Georgia", $this->pluginDomain),
139
+ "DE" => __("Germany", $this->pluginDomain),
140
+ "GH" => __("Ghana", $this->pluginDomain),
141
+ "GI" => __("Gibraltar", $this->pluginDomain),
142
+ "GR" => __("Greece", $this->pluginDomain),
143
+ "GL" => __("Greenland", $this->pluginDomain),
144
+ "GD" => __("Grenada", $this->pluginDomain),
145
+ "GP" => __("Guadeloupe", $this->pluginDomain),
146
+ "GU" => __("Guam", $this->pluginDomain),
147
+ "GT" => __("Guatemala", $this->pluginDomain),
148
+ "GN" => __("Guinea", $this->pluginDomain),
149
+ "GW" => __("Guinea-Bissau", $this->pluginDomain),
150
+ "GY" => __("Guyana", $this->pluginDomain),
151
+ "HT" => __("Haiti", $this->pluginDomain),
152
+ "HM" => __("Heard And Mc Donald Islands", $this->pluginDomain),
153
+ "VA" => __("Holy See (Vatican City State)", $this->pluginDomain),
154
+ "HN" => __("Honduras", $this->pluginDomain),
155
+ "HK" => __("Hong Kong", $this->pluginDomain),
156
+ "HU" => __("Hungary", $this->pluginDomain),
157
+ "IS" => __("Iceland", $this->pluginDomain),
158
+ "IN" => __("India", $this->pluginDomain),
159
+ "ID" => __("Indonesia", $this->pluginDomain),
160
+ "IR" => __("Iran (Islamic Republic Of)", $this->pluginDomain),
161
+ "IQ" => __("Iraq", $this->pluginDomain),
162
+ "IE" => __("Ireland", $this->pluginDomain),
163
+ "IL" => __("Israel", $this->pluginDomain),
164
+ "IT" => __("Italy", $this->pluginDomain),
165
+ "JM" => __("Jamaica", $this->pluginDomain),
166
+ "JP" => __("Japan", $this->pluginDomain),
167
+ "JO" => __("Jordan", $this->pluginDomain),
168
+ "KZ" => __("Kazakhstan", $this->pluginDomain),
169
+ "KE" => __("Kenya", $this->pluginDomain),
170
+ "KI" => __("Kiribati", $this->pluginDomain),
171
+ "KP" => __("Korea, Democratic People's Republic Of", $this->pluginDomain),
172
+ "KR" => __("Korea, Republic Of", $this->pluginDomain),
173
+ "KW" => __("Kuwait", $this->pluginDomain),
174
+ "KG" => __("Kyrgyzstan", $this->pluginDomain),
175
+ "LA" => __("Lao People's Democratic Republic", $this->pluginDomain),
176
+ "LV" => __("Latvia", $this->pluginDomain),
177
+ "LB" => __("Lebanon", $this->pluginDomain),
178
+ "LS" => __("Lesotho", $this->pluginDomain),
179
+ "LR" => __("Liberia", $this->pluginDomain),
180
+ "LY" => __("Libyan Arab Jamahiriya", $this->pluginDomain),
181
+ "LI" => __("Liechtenstein", $this->pluginDomain),
182
+ "LT" => __("Lithuania", $this->pluginDomain),
183
+ "LU" => __("Luxembourg", $this->pluginDomain),
184
+ "MO" => __("Macau", $this->pluginDomain),
185
+ "MK" => __("Macedonia, Former Yugoslav Republic Of", $this->pluginDomain),
186
+ "MG" => __("Madagascar", $this->pluginDomain),
187
+ "MW" => __("Malawi", $this->pluginDomain),
188
+ "MY" => __("Malaysia", $this->pluginDomain),
189
+ "MV" => __("Maldives", $this->pluginDomain),
190
+ "ML" => __("Mali", $this->pluginDomain),
191
+ "MT" => __("Malta", $this->pluginDomain),
192
+ "MH" => __("Marshall Islands", $this->pluginDomain),
193
+ "MQ" => __("Martinique", $this->pluginDomain),
194
+ "MR" => __("Mauritania", $this->pluginDomain),
195
+ "MU" => __("Mauritius", $this->pluginDomain),
196
+ "YT" => __("Mayotte", $this->pluginDomain),
197
+ "MX" => __("Mexico", $this->pluginDomain),
198
+ "FM" => __("Micronesia, Federated States Of", $this->pluginDomain),
199
+ "MD" => __("Moldova, Republic Of", $this->pluginDomain),
200
+ "MC" => __("Monaco", $this->pluginDomain),
201
+ "MN" => __("Mongolia", $this->pluginDomain),
202
+ "MS" => __("Montserrat", $this->pluginDomain),
203
+ "MA" => __("Morocco", $this->pluginDomain),
204
+ "MZ" => __("Mozambique", $this->pluginDomain),
205
+ "MM" => __("Myanmar", $this->pluginDomain),
206
+ "NA" => __("Namibia", $this->pluginDomain),
207
+ "NR" => __("Nauru", $this->pluginDomain),
208
+ "NP" => __("Nepal", $this->pluginDomain),
209
+ "NL" => __("Netherlands", $this->pluginDomain),
210
+ "AN" => __("Netherlands Antilles", $this->pluginDomain),
211
+ "NC" => __("New Caledonia", $this->pluginDomain),
212
+ "NZ" => __("New Zealand", $this->pluginDomain),
213
+ "NI" => __("Nicaragua", $this->pluginDomain),
214
+ "NE" => __("Niger", $this->pluginDomain),
215
+ "NG" => __("Nigeria", $this->pluginDomain),
216
+ "NU" => __("Niue", $this->pluginDomain),
217
+ "NF" => __("Norfolk Island", $this->pluginDomain),
218
+ "MP" => __("Northern Mariana Islands", $this->pluginDomain),
219
+ "NO" => __("Norway", $this->pluginDomain),
220
+ "OM" => __("Oman", $this->pluginDomain),
221
+ "PK" => __("Pakistan", $this->pluginDomain),
222
+ "PW" => __("Palau", $this->pluginDomain),
223
+ "PA" => __("Panama", $this->pluginDomain),
224
+ "PG" => __("Papua New Guinea", $this->pluginDomain),
225
+ "PY" => __("Paraguay", $this->pluginDomain),
226
+ "PE" => __("Peru", $this->pluginDomain),
227
+ "PH" => __("Philippines", $this->pluginDomain),
228
+ "PN" => __("Pitcairn", $this->pluginDomain),
229
+ "PL" => __("Poland", $this->pluginDomain),
230
+ "PT" => __("Portugal", $this->pluginDomain),
231
+ "PR" => __("Puerto Rico", $this->pluginDomain),
232
+ "QA" => __("Qatar", $this->pluginDomain),
233
+ "RE" => __("Reunion", $this->pluginDomain),
234
+ "RO" => __("Romania", $this->pluginDomain),
235
+ "RU" => __("Russian Federation", $this->pluginDomain),
236
+ "RW" => __("Rwanda", $this->pluginDomain),
237
+ "KN" => __("Saint Kitts And Nevis", $this->pluginDomain),
238
+ "LC" => __("Saint Lucia", $this->pluginDomain),
239
+ "VC" => __("Saint Vincent And The Grenadines", $this->pluginDomain),
240
+ "WS" => __("Samoa", $this->pluginDomain),
241
+ "SM" => __("San Marino", $this->pluginDomain),
242
+ "ST" => __("Sao Tome And Principe", $this->pluginDomain),
243
+ "SA" => __("Saudi Arabia", $this->pluginDomain),
244
+ "SN" => __("Senegal", $this->pluginDomain),
245
+ "SC" => __("Seychelles", $this->pluginDomain),
246
+ "SL" => __("Sierra Leone", $this->pluginDomain),
247
+ "SG" => __("Singapore", $this->pluginDomain),
248
+ "SK" => __("Slovakia (Slovak Republic)", $this->pluginDomain),
249
+ "SI" => __("Slovenia", $this->pluginDomain),
250
+ "SB" => __("Solomon Islands", $this->pluginDomain),
251
+ "SO" => __("Somalia", $this->pluginDomain),
252
+ "ZA" => __("South Africa", $this->pluginDomain),
253
+ "GS" => __("South Georgia, South Sandwich Islands", $this->pluginDomain),
254
+ "ES" => __("Spain", $this->pluginDomain),
255
+ "LK" => __("Sri Lanka", $this->pluginDomain),
256
+ "SH" => __("St. Helena", $this->pluginDomain),
257
+ "PM" => __("St. Pierre And Miquelon", $this->pluginDomain),
258
+ "SD" => __("Sudan", $this->pluginDomain),
259
+ "SR" => __("Suriname", $this->pluginDomain),
260
+ "SJ" => __("Svalbard And Jan Mayen Islands", $this->pluginDomain),
261
+ "SZ" => __("Swaziland", $this->pluginDomain),
262
+ "SE" => __("Sweden", $this->pluginDomain),
263
+ "CH" => __("Switzerland", $this->pluginDomain),
264
+ "SY" => __("Syrian Arab Republic", $this->pluginDomain),
265
+ "TW" => __("Taiwan", $this->pluginDomain),
266
+ "TJ" => __("Tajikistan", $this->pluginDomain),
267
+ "TZ" => __("Tanzania, United Republic Of", $this->pluginDomain),
268
+ "TH" => __("Thailand", $this->pluginDomain),
269
+ "TG" => __("Togo", $this->pluginDomain),
270
+ "TK" => __("Tokelau", $this->pluginDomain),
271
+ "TO" => __("Tonga", $this->pluginDomain),
272
+ "TT" => __("Trinidad And Tobago", $this->pluginDomain),
273
+ "TN" => __("Tunisia", $this->pluginDomain),
274
+ "TR" => __("Turkey", $this->pluginDomain),
275
+ "TM" => __("Turkmenistan", $this->pluginDomain),
276
+ "TC" => __("Turks And Caicos Islands", $this->pluginDomain),
277
+ "TV" => __("Tuvalu", $this->pluginDomain),
278
+ "UG" => __("Uganda", $this->pluginDomain),
279
+ "UA" => __("Ukraine", $this->pluginDomain),
280
+ "AE" => __("United Arab Emirates", $this->pluginDomain),
281
+ "GB" => __("United Kingdom", $this->pluginDomain),
282
+ "UM" => __("United States Minor Outlying Islands", $this->pluginDomain),
283
+ "UY" => __("Uruguay", $this->pluginDomain),
284
+ "UZ" => __("Uzbekistan", $this->pluginDomain),
285
+ "VU" => __("Vanuatu", $this->pluginDomain),
286
+ "VE" => __("Venezuela", $this->pluginDomain),
287
+ "VN" => __("Viet Nam", $this->pluginDomain),
288
+ "VG" => __("Virgin Islands (British)", $this->pluginDomain),
289
+ "VI" => __("Virgin Islands (U.S.)", $this->pluginDomain),
290
+ "WF" => __("Wallis And Futuna Islands", $this->pluginDomain),
291
+ "EH" => __("Western Sahara", $this->pluginDomain),
292
+ "YE" => __("Yemen", $this->pluginDomain),
293
+ "YU" => __("Yugoslavia", $this->pluginDomain),
294
+ "ZM" => __("Zambia", $this->pluginDomain),
295
+ "ZW" => __("Zimbabwe", $this->pluginDomain)
296
+ );
297
+ if ( $postId || $useDefault ) {
298
+ $countryValue = get_post_meta( $postId, '_EventCountry', true );
299
+ if( $countryValue ) $defaultCountry = array( array_search( $countryValue, $countries ), $countryValue );
300
+ else $defaultCountry = eventsGetOptionValue('defaultCountry');
301
+ if( $defaultCountry && $defaultCountry[0] != "" ) {
302
+ $selectCountry = array_shift( $countries );
303
+ asort($countries);
304
+ $countries = array($defaultCountry[0] => __($defaultCountry[1], $this->pluginDomain)) + $countries;
305
+ $countries = array("" => __($selectCountry, $this->pluginDomain)) + $countries;
306
+ array_unique($countries);
307
+ }
308
+ $this->countries = $countries;
309
+ } else {
310
+ $this->countries = $countries;
311
+ }
312
+ }
313
+ /**
314
+ * Initializes plugin variables and sets up wordpress hooks/actions.
315
+ *
316
+ * @return void
317
+ */
318
+ function __construct( ) {
319
+ $this->currentDay = '';
320
+ $this->pluginDir = basename(dirname(__FILE__));
321
+ $this->pluginUrl = WP_CONTENT_URL.'/plugins/'.plugin_basename(dirname(__FILE__));
322
+ $this->errors = '';
323
+ register_deactivation_hook( __FILE__, array( &$this, 'on_deactivate' ) );
324
+ add_action( 'reschedule_event_post', array( $this, 'reschedule') );
325
+ add_action( 'init', array( $this, 'loadDomainStylesScripts' ) );
326
+ add_action( 'sp-events-save-more-options', array( $this, 'flushRewriteRules' ) );
327
+ add_action( 'pre_get_posts', array( $this, 'setOptions' ) );
328
+ add_action( 'admin_menu', array( $this, 'addOptionsPage' ) );
329
+ add_action( 'admin_init', array( $this, 'checkForOptionsChanges' ) );
330
+ add_action( 'wp_ajax_hideDonate', array( $this, 'storeHideDonate'));
331
+ add_action( 'admin_menu', array( $this, 'addEventBox' ) );
332
+ add_action( 'save_post', array( $this, 'addEventMeta' ), 15 );
333
+ add_action( 'publish_post', array( $this, 'addEventMeta' ), 15 );
334
+ add_filter( 'generate_rewrite_rules', array( $this, 'filterRewriteRules' ) );
335
+ add_filter( 'query_vars', array( $this, 'eventQueryVars' ) );
336
+ add_filter( 'posts_join', array( $this, 'events_search_join' ) );
337
+ add_filter( 'posts_where', array( $this, 'events_search_where' ) );
338
+ add_filter( 'posts_orderby', array( $this, 'events_search_orderby' ) );
339
+ add_filter( 'posts_fields', array( $this, 'events_search_fields' ) );
340
+ add_filter( 'post_limits', array( $this, 'events_search_limits' ) );
341
+ add_action( 'template_redirect',array($this, 'templateChooser' ), 1 );
342
+ add_action( 'pre_get_posts', array( $this, 'events_home_cat_excluder' ) );
343
+ add_action( 'sp_events_post_errors', array( 'TEC_Post_Exception', 'displayMessage' ) );
344
+ add_action( 'sp_events_options_top', array( 'TEC_WP_Options_Exception', 'displayMessage') );
345
+ }
346
+
347
+ public function addOptionsPage() {
348
+ add_options_page('The Events Calendar', 'The Events Calendar', 'administrator', basename(__FILE__), array($this,'optionsPageView'));
349
+ }
350
+
351
+ public function optionsPageView() {
352
+ include( dirname( __FILE__ ) . '/views/events-options.php' );
353
+ }
354
+
355
+ public function checkForOptionsChanges() {
356
+ if (isset($_POST['saveEventsCalendarOptions']) && check_admin_referer('saveEventsCalendarOptions')) {
357
+ $options = $this->getOptions();
358
+ $options['viewOption'] = $_POST['viewOption'];
359
+ if($_POST['defaultCountry']) {
360
+ $this->constructCountries();
361
+ $defaultCountryKey = array_search($_POST['defaultCountry'],$this->countries);
362
+ $options['defaultCountry'] = array($defaultCountryKey,$_POST['defaultCountry']);
363
+ }
364
+
365
+ $options['embedGoogleMaps'] = $_POST['embedGoogleMaps'];
366
+ if($_POST['embedGoogleMapsHeight']) {
367
+ $options['embedGoogleMapsHeight'] = $_POST['embedGoogleMapsHeight'];
368
+ $options['embedGoogleMapsWidth'] = $_POST['embedGoogleMapsWidth'];
369
+ }
370
+
371
+ $options['showComments'] = $_POST['showComments'];
372
+ $options['displayEventsOnHomepage'] = $_POST['displayEventsOnHomepage'];
373
+ $options['resetEventPostDate'] = $_POST['resetEventPostDate'];
374
+ $options['useRewriteRules'] = $_POST['useRewriteRules'];
375
+ try {
376
+ do_action( 'sp-events-save-more-options' );
377
+ if ( !$this->optionsExceptionThrown ) $options['error'] = "";
378
+ } catch( TEC_WP_Options_Exception $e ) {
379
+ $this->optionsExceptionThrown = true;
380
+ $options['error'] .= $e->getMessage();
381
+ }
382
+ $this->saveOptions($options);
383
+ $this->latestOptions = $options; //XXX ? duplicated in saveOptions() ?
384
+ } // end if
385
+ }
386
+
387
+ public function storeHideDonate() {
388
+ if ( $_POST['donateHidden'] ) {
389
+ $options = $this->getOptions();
390
+ $options['donateHidden'] = true;
391
+
392
+ $this->saveOptions($options);
393
+ } // end if
394
+ }
395
+
396
+ /// OPTIONS DATA
397
+ public function getOptions() {
398
+ if ('' === $this->defaultOptions) {
399
+ $this->defaultOptions = get_option(The_Events_Calendar::OPTIONNAME, array());
400
+ }
401
+ return $this->defaultOptions;
402
+ }
403
+
404
+ private function saveOptions($options) {
405
+ if (!is_array($options)) {
406
+ return;
407
+ }
408
+ if ( update_option(The_Events_Calendar::OPTIONNAME, $options) ) {
409
+ $this->latestOptions = $options;
410
+ } else {
411
+ $this->latestOptions = $this->getOptions();
412
+ }
413
+ }
414
+
415
+ public function deleteOptions() {
416
+ delete_option(The_Events_Calendar::OPTIONNAME);
417
+ }
418
+
419
+ public function templateChooser() {
420
+ if( is_feed() ) {
421
+ return;
422
+ }
423
+ $this->constructDaysOfWeek();
424
+ // list view
425
+ if ( $this->in_event_category() && ( events_displaying_upcoming() || events_displaying_past() ) ) {
426
+ if( '' == locate_template( array( 'events/list.php' ), true ) ) {
427
+ load_template( dirname( __FILE__ ) . '/views/list.php' );
428
+ }
429
+ exit;
430
+ }
431
+ // grid view
432
+ if ( $this->in_event_category() ) {
433
+ if( '' == locate_template( array( 'events/gridview.php' ), true ) ) {
434
+ load_template( dirname( __FILE__ ) . '/views/gridview.php' );
435
+ }
436
+ exit;
437
+ }
438
+ // single event
439
+ if (is_single() && in_category( $this->eventCategory() ) ) {
440
+ if( '' == locate_template( array( 'events/single.php' ), true ) ) {
441
+ load_template( dirname( __FILE__ ) . '/views/single.php' );
442
+ }
443
+ exit;
444
+ }
445
+ }
446
+
447
+ public function truncate($text, $excerpt_length = 44) {
448
+ $text = strip_shortcodes( $text );
449
+
450
+ $text = apply_filters('the_content', $text);
451
+ $text = str_replace(']]>', ']]&gt;', $text);
452
+ $text = strip_tags($text);
453
+
454
+ $words = explode(' ', $text, $excerpt_length + 1);
455
+ if (count($words) > $excerpt_length) {
456
+ array_pop($words);
457
+ $text = implode(' ', $words);
458
+ $text = rtrim($text);
459
+ $text .= '&hellip;';
460
+ }
461
+ return $text;
462
+ }
463
+
464
+ public function loadDomainStylesScripts() {
465
+ load_plugin_textdomain( $this->pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');
466
+ $eventsURL = trailingslashit( WP_PLUGIN_URL ) . trailingslashit( plugin_basename( dirname( __FILE__ ) ) ) . 'resources/';
467
+ wp_enqueue_script('sp-events-calendar-script', $eventsURL.'events.js', array('jquery') );
468
+ if( file_exists( TEMPLATEPATH.'/events/events.css' ) ) {
469
+ $templateArray = explode( '/', TEMPLATEPATH );
470
+ $themeName = $templateArray[count($templateArray)-1];
471
+ wp_enqueue_style('sp-events-calendar-style', WP_CONTENT_URL.'/themes/'.$themeName.'/events/events.css' );
472
+ } else wp_enqueue_style('sp-events-calendar-style', $eventsURL.'events.css' );
473
+ }
474
+
475
+ /**
476
+ * Helper method to return an array of 1-12 for months
477
+ */
478
+ public function months( ) {
479
+ $months = array();
480
+ foreach( range( 1, 12 ) as $month ) {
481
+ $months[ $month ] = $month;
482
+ }
483
+ return $months;
484
+ }
485
+
486
+ /**
487
+ * Helper method to return an array of translated month names or short month names
488
+ * @return Array translated month names
489
+ */
490
+ public function monthNames( $short = false ) {
491
+ if($short) {
492
+ $months = array( 'Jan' => __('Jan', $this->pluginDomain),
493
+ 'Feb' => __('Feb', $this->pluginDomain),
494
+ 'Mar' => __('Mar', $this->pluginDomain),
495
+ 'Apr' => __('Apr', $this->pluginDomain),
496
+ 'May' => __('May', $this->pluginDomain),
497
+ 'Jun' => __('Jun', $this->pluginDomain),
498
+ 'Jul' => __('Jul', $this->pluginDomain),
499
+ 'Aug' => __('Aug', $this->pluginDomain),
500
+ 'Sep' => __('Sep', $this->pluginDomain),
501
+ 'Oct' => __('Oct', $this->pluginDomain),
502
+ 'Nov' => __('Nov', $this->pluginDomain),
503
+ 'Dec' => __('Dec', $this->pluginDomain)
504
+ );
505
+ } else {
506
+ $months = array( 'January' => __('January', $this->pluginDomain),
507
+ 'February' => __('February', $this->pluginDomain),
508
+ 'March' => __('March', $this->pluginDomain),
509
+ 'April' => __('April', $this->pluginDomain),
510
+ 'May' => __('May', $this->pluginDomain),
511
+ 'June' => __('June', $this->pluginDomain),
512
+ 'July' => __('July', $this->pluginDomain),
513
+ 'August' => __('August', $this->pluginDomain),
514
+ 'September' => __('September', $this->pluginDomain),
515
+ 'October' => __('October', $this->pluginDomain),
516
+ 'November' => __('November', $this->pluginDomain),
517
+ 'December' => __('December', $this->pluginDomain)
518
+ );
519
+ }
520
+ return $months;
521
+ }
522
+
523
+ /**
524
+ * Helper method to return an array of 1-31 for days
525
+ */
526
+ public function days( $totalDays ) {
527
+ $days = array();
528
+ foreach( range( 1, $totalDays ) as $day ) {
529
+ $days[ $day ] = $day;
530
+ }
531
+ return $days;
532
+ }
533
+
534
+ /**
535
+ * Helper method to return an array of years, back 2 and forward 5
536
+ */
537
+ public function years( ) {
538
+ $year = ( int )date_i18n( 'Y' );
539
+ // Back two years, forward 5
540
+ $year_list = array( $year - 5, $year - 4, $year - 3, $year - 2, $year - 1, $year, $year + 1, $year + 2, $year + 3, $year + 4, $year + 5 );
541
+ $years = array();
542
+ foreach( $year_list as $single_year ) {
543
+ $years[ $single_year ] = $single_year;
544
+ }
545
+
546
+ return $years;
547
+ }
548
+
549
+ /**
550
+ * Creates the category and sets up the theme resource folder with sample config files.
551
+ *
552
+ * @return void
553
+ */
554
+ public function on_activate( ) {
555
+ $now = time();
556
+ $firstTime = $now - ($now % 66400);
557
+ wp_schedule_event( $firstTime, 'daily', 'reschedule_event_post'); // schedule this for midnight, daily
558
+ $this->create_category_if_not_exists( );
559
+ $this->flushRewriteRules();
560
+ }
561
+ /**
562
+ * This function is scheduled to run at midnight. If any posts are set with EventStartDate
563
+ * to today, update the post so that it was posted today. This will force the event to be
564
+ * displayed in the main loop on the homepage.
565
+ *
566
+ * @return void
567
+ */
568
+ public function reschedule( ) {
569
+ $resetEventPostDate = eventsGetOptionValue('resetEventPostDate', 'off');
570
+ if( $resetEventPostDate == 'off' ){
571
+ return;
572
+ }
573
+ global $wpdb;
574
+ $query = "
575
+ SELECT * FROM $wpdb->posts
576
+ LEFT JOIN $wpdb->postmeta ON($wpdb->posts.ID = $wpdb->postmeta.post_id)
577
+ WHERE
578
+ $wpdb->postmeta.meta_key = '_EventStartDate'
579
+ AND $wpdb->postmeta.meta_value = CURRENT_DATE()";
580
+ $return = $wpdb->get_results($query, OBJECT);
581
+ if ( is_array( $return ) && count( $return ) ) {
582
+ foreach ( $return as $row ) {
583
+ $updateQuery = "UPDATE $wpdb->posts SET post_date = NOW() WHERE $wpdb->posts.ID = " . $row->ID;
584
+ $wpdb->query( $updateQuery );
585
+ }
586
+ }
587
+ }
588
+ /**
589
+ * fields filter for standard wordpress templates. Adds the start and end date to queries in the
590
+ * events category
591
+ *
592
+ * @param string fields
593
+ * @param string modified fields for events queries
594
+ */
595
+ public function events_search_fields( $fields ) {
596
+ if( !$this->in_event_category() ) {
597
+ return $fields;
598
+ }
599
+ global $wpdb;
600
+ $fields .= ', eventStart.meta_value as EventStartDate, eventEnd.meta_value as EventEndDate ';
601
+ return $fields;
602
+
603
+ }
604
+ /**
605
+ * join filter for standard wordpress templates. Adds the postmeta tables for start and end queries
606
+ *
607
+ * @param string join clause
608
+ * @return string modified join clause
609
+ */
610
+ public function events_search_join( $join ) {
611
+ global $wpdb;
612
+ if( !$this->in_event_category() ) {
613
+ return $join;
614
+ }
615
+ $join .= "LEFT JOIN {$wpdb->postmeta} as eventStart ON( {$wpdb->posts}.ID = eventStart.post_id ) ";
616
+ $join .= "LEFT JOIN {$wpdb->postmeta} as eventEnd ON( {$wpdb->posts}.ID = eventEnd.post_id ) ";
617
+ return $join;
618
+ }
619
+ /**
620
+ * where filter for standard wordpress templates. Inspects the event options and filters
621
+ * event posts for upcoming or past event loops
622
+ *
623
+ * @param string where clause
624
+ * @return string modified where clause
625
+ */
626
+ public function events_search_where( $where ) {
627
+ if( !$this->in_event_category() ) {
628
+ return $where;
629
+ }
630
+ $where .= ' AND ( eventStart.meta_key = "_EventStartDate" AND eventEnd.meta_key = "_EventEndDate" ) ';
631
+ if( events_displaying_month( ) ) {}
632
+ if( events_displaying_upcoming( ) ) {
633
+ // Is the start date in the future?
634
+ $where .= ' AND ( eventStart.meta_value > "'.$this->date.'" ';
635
+ // Or is the start date in the past but the end date in the future? (meaning the event is currently ongoing)
636
+ $where .= ' OR ( eventStart.meta_value < "'.$this->date.'" AND eventEnd.meta_value > "'.$this->date.'" ) ) ';
637
+ }
638
+ if( events_displaying_past( ) ) {
639
+ // Is the start date in the past?
640
+ $where .= ' AND eventStart.meta_value < "'.$this->date.'" ';
641
+ }
642
+ return $where;
643
+ }
644
+ /**
645
+ * Removes event posts from the homepage loop. This uses a standard wordpress pre_get_posts
646
+ */
647
+ public function events_home_cat_excluder( $query ) {
648
+ if( is_home() && eventsGetOptionValue( 'displayEventsOnHomepage' ) == 'off' ) {
649
+ $excluded_home_cats = $this->event_category_ids();
650
+ $cni = $query->get('category__not_in');
651
+ $cni = array_merge( $cni, $excluded_home_cats );
652
+ $query->set('category__not_in', $cni );
653
+ }
654
+ return $query;
655
+ }
656
+ /**
657
+ * @return bool true if is_category() is on a child of the events category
658
+ */
659
+ public function in_event_category( ) {
660
+ if( is_category( The_Events_Calendar::CATEGORYNAME ) ) {
661
+ return true;
662
+ }
663
+ $cat_id = get_query_var( 'cat' );
664
+ if( $cat_id == $this->eventCategory() ) {
665
+ return true;
666
+ }
667
+ $cats = get_categories('child_of=' . $this->eventCategory());
668
+ $is_child = false;
669
+ foreach( $cats as $cat ) {
670
+ if( is_category( $cat->name ) ) {
671
+ $is_child = true;
672
+ }
673
+ }
674
+ return $is_child;
675
+ }
676
+ /**
677
+ * @return array of event category ids, including children
678
+ */
679
+ public function event_category_ids( ) {
680
+ $cats = array();
681
+ $cats[] = $this->eventCategory();
682
+ $children = get_categories('hide_empty=0&child_of=' . $cats[0]);
683
+ foreach( $children as $cat ) {
684
+ $cats[] = $cat->cat_ID;
685
+ }
686
+ return $cats;
687
+ }
688
+ /**
689
+ * orderby filter for standard wordpress templates. Adds event ordering for queries that are
690
+ * in the events category and filtered according to the search parameters
691
+ *
692
+ * @param string orderby
693
+ * @return string modified orderby clause
694
+ */
695
+ public function events_search_orderby( $orderby ) {
696
+ if( !$this->in_event_category() ) {
697
+ return $orderby;
698
+ }
699
+ global $wpdb;
700
+ $orderby = ' eventStart.meta_value '.$this->order;
701
+ return $orderby;
702
+ }
703
+ /**
704
+ * limit filter for standard wordpress templates. Adds limit clauses for pagination
705
+ * for queries in the events category
706
+ *
707
+ * @param string limits clause
708
+ * @return string modified limits clause
709
+ */
710
+ public function events_search_limits( $limits ) {
711
+ if( !$this->in_event_category() ) {
712
+ return $limits;
713
+ }
714
+ global $wpdb, $wp_query, $paged;
715
+ if (empty($paged)) {
716
+ $paged = 1;
717
+ }
718
+ $posts_per_page = intval( get_option('posts_per_page') );
719
+ $paged = get_query_var('paged') ? intval( get_query_var('paged') ) : 1;
720
+ $pgstrt = ( ( $paged - 1 ) * $posts_per_page ) . ', ';
721
+ $limits = 'LIMIT ' . $pgstrt . $posts_per_page;
722
+ return $limits;
723
+ }
724
+ /**
725
+ * Gets the Category id to use for an Event
726
+ * @return int|false Category id to use or false is none is set
727
+ */
728
+ static function eventCategory() {
729
+ return get_cat_id( The_Events_Calendar::CATEGORYNAME );
730
+ }
731
+ /**
732
+ * Flush rewrite rules to support custom links
733
+ *
734
+ * @link http://codex.wordpress.org/Custom_Queries#Permalinks_for_Custom_Archives
735
+ */
736
+ public function flushRewriteRules()
737
+ {
738
+ global $wp_rewrite;
739
+ $wp_rewrite->flush_rules();
740
+ }
741
+ /**
742
+ * Adds the event specific query vars to Wordpress
743
+ *
744
+ * @link http://codex.wordpress.org/Custom_Queries#Permalinks_for_Custom_Archives
745
+ * @return mixed array of query variables that this plugin understands
746
+ */
747
+ public function eventQueryVars( $qvars ) {
748
+ $qvars[] = 'eventDisplay';
749
+ $qvars[] = 'eventDate';
750
+ return $qvars;
751
+ }
752
+ /**
753
+ * Adds Event specific rewrite rules.
754
+ *
755
+ * events/ => /?cat=27
756
+ * events/month => /?cat=27&eventDisplay=month
757
+ * events/upcoming => /?cat=27&eventDisplay=upcoming
758
+ * events/past => /?cat=27&eventDisplay=past
759
+ * events/2008-01/#15 => /?cat=27&eventDisplay=bydate&eventDate=2008-01-01
760
+ *
761
+ * @return void
762
+ */
763
+ public function filterRewriteRules( $wp_rewrite ) {
764
+ if( $useRewriteRules = eventsGetOptionValue('useRewriteRules','on') == 'off' ) {
765
+ return;
766
+ }
767
+ $categoryId = get_cat_id( The_Events_Calendar::CATEGORYNAME );
768
+ $eventCategory = get_category( $categoryId );
769
+ $eventCats = array( $eventCategory );
770
+ $childCats = get_categories("hide_empty=0&child_of=$categoryId");
771
+ $eventCats = array_merge( $eventCats, $childCats );
772
+ $newRules = array();
773
+ foreach( $eventCats as $cat ) {
774
+ $url = get_category_link( $cat->cat_ID );
775
+ $base = str_replace( trailingslashit( get_option( 'siteurl' ) ), '', $url );
776
+ $newRules[$base . 'month'] = 'index.php?cat=' . $cat->cat_ID . '&eventDisplay=month';
777
+ $newRules[$base . 'upcoming/page/(\d+)'] = 'index.php?cat=' . $cat->cat_ID . '&eventDisplay=upcoming&paged=' . $wp_rewrite->preg_index(1);
778
+ $newRules[$base . 'upcoming'] = 'index.php?cat=' . $cat->cat_ID . '&eventDisplay=upcoming';
779
+ $newRules[$base . 'past/page/(\d+)'] = 'index.php?cat=' . $cat->cat_ID . '&eventDisplay=past&paged=' . $wp_rewrite->preg_index(1);
780
+ $newRules[$base . 'past'] = 'index.php?cat=' . $cat->cat_ID . '&eventDisplay=past';
781
+ $newRules[$base . '(\d{4}-\d{2})$'] = 'index.php?cat=' . $cat->cat_ID . '&eventDisplay=month' .'&eventDate=' . $wp_rewrite->preg_index(1);
782
+ $newRules[$base . '?$'] = 'index.php?cat=' . $cat->cat_ID . '&eventDisplay=' . eventsGetOptionValue('viewOption','month');
783
+ }
784
+ $wp_rewrite->rules = $newRules + $wp_rewrite->rules;
785
+ }
786
+ /**
787
+ * Creates the events category and updates the core options (if not already done)
788
+ * @return int cat_ID
789
+ */
790
+ public function create_category_if_not_exists( ) {
791
+ if ( !category_exists( The_Events_Calendar::CATEGORYNAME ) ) {
792
+ $category_id = wp_create_category( The_Events_Calendar::CATEGORYNAME );
793
+ return $category_id;
794
+ } else {
795
+ return $this->eventCategory();
796
+ }
797
+ }
798
+ /**
799
+ * This plugin does not have any deactivation functionality. Any events, categories, options and metadata are
800
+ * left behind.
801
+ *
802
+ * @return void
803
+ */
804
+ public function on_deactivate( ) {
805
+ wp_clear_scheduled_hook('reschedule_event_post');
806
+ }
807
+ /**
808
+ * Converts a set of inputs to YYYY-MM-DD HH:MM:SS format for MySQL
809
+ */
810
+ public function dateToTimeStamp( $year, $month, $day, $hour, $minute, $meridian ) {
811
+ if ( preg_match( '/(PM|pm)/', $meridian ) && $hour < 12 ) $hour += "12";
812
+ if ( preg_match( '/(AM|am)/', $meridian ) && $hour == 12 ) $hour = "00";
813
+ return "$year-$month-$day $hour:$minute:00";
814
+ }
815
+ public function getTimeFormat( $dateFormat = self::DATEONLYFORMAT ) {
816
+ return $dateFormat . ' ' . get_option( 'time_format', self::TIMEFORMAT );
817
+ }
818
+ /**
819
+ * Adds / removes the event details as meta tags to the post.
820
+ *
821
+ * @param string $postId
822
+ * @return void
823
+ */
824
+ public function addEventMeta( $postId ) {
825
+ if ($_POST['isEvent'] == 'yes') {
826
+ $category_id = $this->create_category_if_not_exists();
827
+ // add a function below to remove all existing categories - wp_set_post_categories(int , array )
828
+ if( $_POST['EventAllDay'] == 'yes' ) {
829
+ $_POST['EventStartDate'] = $this->dateToTimeStamp( $_POST['EventStartYear'], $_POST['EventStartMonth'], $_POST['EventStartDay'], "12", "00", "AM" );
830
+ $_POST['EventEndDate'] = $this->dateToTimeStamp( $_POST['EventEndYear'], $_POST['EventEndMonth'], $_POST['EventEndDay'], "11", "59", "PM" );
831
+ } else {
832
+ delete_post_meta( $postId, '_EventAllDay' );
833
+ $_POST['EventStartDate'] = $this->dateToTimeStamp( $_POST['EventStartYear'], $_POST['EventStartMonth'], $_POST['EventStartDay'], $_POST['EventStartHour'], $_POST['EventStartMinute'], $_POST['EventStartMeridian'] );
834
+ $_POST['EventEndDate'] = $this->dateToTimeStamp( $_POST['EventEndYear'], $_POST['EventEndMonth'], $_POST['EventEndDay'], $_POST['EventEndHour'], $_POST['EventEndMinute'], $_POST['EventEndMeridian'] );
835
+ }
836
+ // sanity check that start date < end date
837
+ $startTimestamp = strtotime( $_POST['EventStartDate'] );
838
+ $endTimestamp = strtotime( $_POST['EventEndDate'] );
839
+ if ( $startTimestamp > $endTimestamp ) {
840
+ $_POST['EventEndDate'] = $_POST['EventStartDate'];
841
+ }
842
+ // make state and province mutually exclusive
843
+ if( $_POST['EventStateExists'] ) $_POST['EventProvince'] = '';
844
+ else $_POST['EventState'] = '';
845
+ //ignore Select a Country: as a country
846
+ if( $_POST['EventCountryLabel'] == "" ) $_POST['EventCountry'] = "";
847
+ //google map checkboxes
848
+ if( !isset( $_POST['EventShowMapLink'] ) ) update_post_meta( $postId, '_EventShowMapLink', 'false' );
849
+ if( !isset( $_POST['EventShowMap'] ) ) update_post_meta( $postId, '_EventShowMap', 'false' );
850
+ // give add-on plugins a chance to cancel this meta update
851
+ try {
852
+ do_action( 'sp_events_event_save', $postId );
853
+ if( !$this->postExceptionThrown ) delete_post_meta( $postId, self::EVENTSERROROPT );
854
+ } catch ( TEC_Post_Exception $e ) {
855
+ $this->postExceptionThrown = true;
856
+ update_post_meta( $postId, self::EVENTSERROROPT, trim( $e->getMessage() ) );
857
+ }
858
+ //update meta fields
859
+ foreach ( $this->metaTags as $tag ) {
860
+ $htmlElement = ltrim( $tag, '_' );
861
+ if ( $tag != self::EVENTSERROROPT ) {
862
+ if ( isset( $_POST[$htmlElement] ) ) {
863
+ update_post_meta( $postId, $tag, $_POST[$htmlElement] );
864
+ }
865
+ }
866
+ }
867
+ try {
868
+ do_action( 'sp_events_update_meta', $postId );
869
+ if( !$this->postExceptionThrown ) delete_post_meta( $postId, self::EVENTSERROROPT );
870
+ } catch( TEC_Post_Exception $e ) {
871
+ $this->postExceptionThrown = true;
872
+ update_post_meta( $postId, self::EVENTSERROROPT, trim( $e->getMessage() ) );
873
+ }
874
+
875
+ update_post_meta( $postId, '_EventCost', the_event_cost( $postId ) ); // XXX eventbrite cost field
876
+ // merge event category into this post
877
+ $cats = wp_get_object_terms($postId, 'category', array('fields' => 'ids'));
878
+ $new_cats = array_merge( array( get_category( $category_id )->cat_ID ), $cats );
879
+ wp_set_post_categories( $postId, $new_cats );
880
+ }
881
+ if ($_POST['isEvent'] == 'no' && is_event( $postId ) ) {
882
+ // remove event meta tags if they exist...this post is no longer an event
883
+ foreach ( $this->metaTags as $tag ) {
884
+ delete_post_meta( $postId, $tag );
885
+ }
886
+ $event_cats[] = $this->eventCategory();
887
+ $cats = get_categories('child_of=' . $this->eventCategory());
888
+ foreach( $cats as $cat ) {
889
+ $event_cats[] = $cat->term_id;
890
+ }
891
+ // remove the event categories from this post but keep any non-event categories
892
+ $terms = wp_get_object_terms($postId, 'category');
893
+ $non_event_cats = array();
894
+ foreach ( $terms as $term ) {
895
+ if( !in_array( $term->term_id, $event_cats ) ) {
896
+ $non_event_cats[] = $term->term_id;
897
+ }
898
+ }
899
+ wp_set_post_categories( $postId, $non_event_cats );
900
+
901
+ try {
902
+ do_action( 'sp_events_event_clear', $postId );
903
+ if( !$this->postExceptionThrown ) delete_post_meta( $postId, self::EVENTSERROROPT );
904
+ } catch( TEC_Post_Exception $e ) {
905
+ $this->postExceptionThrown = true;
906
+ update_post_meta( $postId, self::EVENTSERROROPT, trim( $e->getMessage() ) );
907
+ }
908
+ }
909
+ }
910
+
911
+ /**
912
+ * Adds a style chooser to the write post page
913
+ *
914
+ * @return void
915
+ */
916
+ public function EventsChooserBox() {
917
+ global $post;
918
+ $options = '';
919
+ $style = '';
920
+ $postId = $post->ID;
921
+
922
+ foreach ( $this->metaTags as $tag ) {
923
+ if ( $postId ) {
924
+ $$tag = get_post_meta( $postId, $tag, true );
925
+ } else {
926
+ $$tag = '';
927
+ }
928
+ }
929
+ $isEventChecked = ( $_isEvent == 'yes' ) ? 'checked' : '';
930
+ $isNotEventChecked = ( $_isEvent == 'no' || $_isEvent == '' ) ? 'checked' : '';
931
+ $isEventAllDay = ( $_EventAllDay == 'yes' || $_isEvent == '' || $_isEvent == 'no' ) ? 'checked' : ''; // default is all day for new posts
932
+
933
+ $startDayOptions = array(
934
+ 31 => $this->getDayOptions( $_EventStartDate, 31 ),
935
+ 30 => $this->getDayOptions( $_EventStartDate, 30 ),
936
+ 29 => $this->getDayOptions( $_EventStartDate, 29 ),
937
+ 28 => $this->getDayOptions( $_EventStartDate, 28 )
938
+ );
939
+ $endDayOptions = array(
940
+ 31 => $this->getDayOptions( $_EventEndDate, 31 ),
941
+ 30 => $this->getDayOptions( $_EventEndDate, 30 ),
942
+ 29 => $this->getDayOptions( $_EventEndDate, 29 ),
943
+ 28 => $this->getDayOptions( $_EventEndDate, 28 )
944
+ );
945
+ $startMonthOptions = $this->getMonthOptions( $_EventStartDate );
946
+ $endMonthOptions = $this->getMonthOptions( $_EventEndDate );
947
+ $startYearOptions = $this->getYearOptions( $_EventStartDate );
948
+ $endYearOptions = $this->getYearOptions( $_EventEndDate );
949
+ $startMinuteOptions = $this->getMinuteOptions( $_EventStartDate );
950
+ $endMinuteOptions = $this->getMinuteOptions( $_EventEndDate );
951
+ $startHourOptions = $this->getHourOptions( $_EventStartDate, true );
952
+ $endHourOptions = $this->getHourOptions( $_EventEndDate );
953
+ $startMeridianOptions = $this->getMeridianOptions( $_EventStartDate, true );
954
+ $endMeridianOptions = $this->getMeridianOptions( $_EventEndDate );
955
+ include( dirname( __FILE__ ) . '/views/events-meta-box.php' );
956
+ }
957
+ /**
958
+ * Given a date (YYYY-MM-DD), returns the first of the next month
959
+ *
960
+ * @param date
961
+ * @return date
962
+ */
963
+ public function nextMonth( $date ) {
964
+ $dateParts = split( '-', $date );
965
+ if ( $dateParts[1] == 12 ) {
966
+ $dateParts[0]++;
967
+ $dateParts[1] = "01";
968
+ $dateParts[2] = "01";
969
+ } else {
970
+ $dateParts[1]++;
971
+ $dateParts[2] = "01";
972
+ }
973
+ if ( $dateParts[1] < 10 && strlen( $dateParts[1] ) == 1 ) {
974
+ $dateParts[1] = "0" . $dateParts[1];
975
+ }
976
+ $return = $dateParts[0] . '-' . $dateParts[1];
977
+ return $return;
978
+ }
979
+ /**
980
+ * Given a date (YYYY-MM-DD), return the first of the previous month
981
+ *
982
+ * @param date
983
+ * @return date
984
+ */
985
+ public function previousMonth( $date ) {
986
+ $dateParts = split( '-', $date );
987
+
988
+ if ( $dateParts[1] == 1 ) {
989
+ $dateParts[0]--;
990
+ $dateParts[1] = "12";
991
+ $dateParts[2] = "01";
992
+ } else {
993
+ $dateParts[1]--;
994
+ $dateParts[2] = "01";
995
+ }
996
+ if ( $dateParts[1] < 10 ) {
997
+ $dateParts[1] = "0" . $dateParts[1];
998
+ }
999
+ $return = $dateParts[0] . '-' . $dateParts[1];
1000
+
1001
+ return $return;
1002
+ }
1003
+
1004
+ /**
1005
+ * Callback for adding the Meta box to the admin page
1006
+ * @return void
1007
+ */
1008
+ public function addEventBox( ) {
1009
+ add_meta_box( 'Event Details', __( 'The Events Calendar', 'Events_textdomain' ),
1010
+ array( $this, 'EventsChooserBox' ), 'post', 'normal', 'high' );
1011
+ }
1012
+ /**
1013
+ * Builds a set of options for diplaying a meridian chooser
1014
+ *
1015
+ * @param string YYYY-MM-DD HH:MM:SS to select (optional)
1016
+ * @return string a set of HTML options with all meridians
1017
+ */
1018
+ public function getMeridianOptions( $date = "", $isStart = false ) {
1019
+ if( strstr( get_option( 'time_format', self::TIMEFORMAT ), 'A' ) ) {
1020
+ $a = 'A';
1021
+ $meridians = array( "AM", "PM" );
1022
+ } else {
1023
+ $a = 'a';
1024
+ $meridians = array( "am", "pm" );
1025
+ }
1026
+ if ( empty( $date ) ) {
1027
+ $meridian = ( $isStart ) ? $meridians[0] : $meridians[1];
1028
+ } else {
1029
+ $meridian = date($a, strtotime( $date ) );
1030
+ }
1031
+ $return = '';
1032
+ foreach ( $meridians as $m ) {
1033
+ $return .= "<option value='$m'";
1034
+ if ( $m == $meridian ) {
1035
+ $return .= ' selected="selected"';
1036
+ }
1037
+ $return .= ">$m</option>\n";
1038
+ }
1039
+ return $return;
1040
+ }
1041
+ /**
1042
+ * Builds a set of options for displaying a month chooser
1043
+ * @param string the current date to select (optional)
1044
+ * @return string a set of HTML options with all months (current month selected)
1045
+ */
1046
+ public function getMonthOptions( $date = "" ) {
1047
+ $months = $this->monthNames();
1048
+ $options = '';
1049
+ if ( empty( $date ) ) {
1050
+ $month = ( date_i18n( 'j' ) == date_i18n( 't' ) ) ? date( 'F', time() + 86400 ) : date_i18n( 'F' );
1051
+ } else {
1052
+ $month = date( 'F', strtotime( $date ) );
1053
+ }
1054
+ $monthIndex = 1;
1055
+ foreach ( $months as $englishMonth => $monthText ) {
1056
+ if ( $monthIndex < 10 ) {
1057
+ $monthIndex = "0" . $monthIndex; // need a leading zero in the month
1058
+ }
1059
+ if ( $month == $englishMonth ) {
1060
+ $selected = 'selected="selected"';
1061
+ } else {
1062
+ $selected = '';
1063
+ }
1064
+ $options .= "<option value='$monthIndex' $selected>$monthText</option>\n";
1065
+ $monthIndex++;
1066
+ }
1067
+ return $options;
1068
+ }
1069
+ /**
1070
+ * Builds a set of options for displaying a day chooser
1071
+ * @param int number of days in the month
1072
+ * @param string the current date (optional)
1073
+ * @return string a set of HTML options with all days (current day selected)
1074
+ */
1075
+ public function getDayOptions( $date = "", $totalDays = 31 ) {
1076
+ $days = $this->days( $totalDays );
1077
+ $options = '';
1078
+ if ( empty ( $date ) ) {
1079
+ $day = date_i18n( 'j' );
1080
+ if( $day == date_i18n( 't' ) ) $day = '01';
1081
+ elseif ( $day < 9 ) $day = '0' . ( $day + 1 );
1082
+ else $day++;
1083
+ } else {
1084
+ $day = date( 'd', strtotime( $date) );
1085
+ }
1086
+ foreach ( $days as $dayText ) {
1087
+ if ( $dayText < 10 ) {
1088
+ $dayText = "0" . $dayText; // need a leading zero in the day
1089
+ }
1090
+ if ( $day == $dayText ) {
1091
+ $selected = 'selected="selected"';
1092
+ } else {
1093
+ $selected = '';
1094
+ }
1095
+ $options .= "<option value='$dayText' $selected>$dayText</option>\n";
1096
+ }
1097
+ return $options;
1098
+ }
1099
+ /**
1100
+ * Builds a set of options for displaying a year chooser
1101
+ * @param string the current date (optional)
1102
+ * @return string a set of HTML options with adjacent years (current year selected)
1103
+ */
1104
+ public function getYearOptions( $date = "" ) {
1105
+ $years = $this->years();
1106
+ $options = '';
1107
+ if ( empty ( $date ) ) {
1108
+ $year = date_i18n( 'Y' );
1109
+ if( date_i18n( 'n' ) == 12 && date_i18n( 'j' ) == 31 ) $year++;
1110
+ } else {
1111
+ $year = date( 'Y', strtotime( $date ) );
1112
+ }
1113
+ foreach ( $years as $yearText ) {
1114
+ if ( $year == $yearText ) {
1115
+ $selected = 'selected="selected"';
1116
+ } else {
1117
+ $selected = '';
1118
+ }
1119
+ $options .= "<option value='$yearText' $selected>$yearText</option>\n";
1120
+ }
1121
+ return $options;
1122
+ }
1123
+ /**
1124
+ * Builds a set of options for displaying an hour chooser
1125
+ * @param string the current date (optional)
1126
+ * @return string a set of HTML options with hours (current hour selected)
1127
+ */
1128
+ public function getHourOptions( $date = "", $isStart = false ) {
1129
+ $hours = $this->hours();
1130
+ if( count($hours) == 12 ) $h = 'h';
1131
+ else $h = 'H';
1132
+ $options = '';
1133
+ if ( empty ( $date ) ) {
1134
+ $hour = ( $isStart ) ? '08' : '05';
1135
+ } else {
1136
+ $timestamp = strtotime( $date );
1137
+ $hour = date( $h, $timestamp );
1138
+ // fix hours if time_format has changed from what is saved
1139
+ if( preg_match('(pm|PM)', $timestamp) && $h == 'H') $hour = $hour + 12;
1140
+ if( $hour > 12 && $h == 'h' ) $hour = $hour - 12;
1141
+
1142
+ }
1143
+ foreach ( $hours as $hourText ) {
1144
+ if ( $hour == $hourText ) {
1145
+ $selected = 'selected="selected"';
1146
+ } else {
1147
+ $selected = '';
1148
+ }
1149
+ $options .= "<option value='$hourText' $selected>$hourText</option>\n";
1150
+ }
1151
+ return $options;
1152
+ }
1153
+ /**
1154
+ * Builds a set of options for displaying a minute chooser
1155
+ * @param string the current date (optional)
1156
+ * @return string a set of HTML options with minutes (current minute selected)
1157
+ */
1158
+ public function getMinuteOptions( $date = "" ) {
1159
+ $minutes = $this->minutes();
1160
+ $options = '';
1161
+ if ( empty ( $date ) ) {
1162
+ $minute = '00';
1163
+ } else {
1164
+ $minute = date( 'i', strtotime( $date ) );
1165
+ }
1166
+ foreach ( $minutes as $minuteText ) {
1167
+ if ( $minute == $minuteText ) {
1168
+ $selected = 'selected="selected"';
1169
+ } else {
1170
+ $selected = '';
1171
+ }
1172
+ $options .= "<option value='$minuteText' $selected>$minuteText</option>\n";
1173
+ }
1174
+ return $options;
1175
+ }
1176
+ /**
1177
+ * Helper method to return an array of 1-12 for hours
1178
+ */
1179
+ public function hours() {
1180
+ $hours = array();
1181
+ $rangeMax = ( strstr( get_option( 'time_format', self::TIMEFORMAT ), 'H' ) ) ? 23 : 12;
1182
+ foreach(range(1,$rangeMax) as $hour) {
1183
+ if ( $hour < 10 ) {
1184
+ $hour = "0".$hour;
1185
+ }
1186
+ $hours[$hour] = $hour;
1187
+ }
1188
+ return $hours;
1189
+ }
1190
+ /**
1191
+ * Helper method to return an array of 00-59 for minutes
1192
+ */
1193
+ public static function minutes( ) {
1194
+ $minutes = array();
1195
+ for($minute=0; $minute < 60; $minute+=5) {
1196
+ if ($minute < 10) {
1197
+ $minute = "0" . $minute;
1198
+ }
1199
+ $minutes[$minute] = $minute;
1200
+ }
1201
+ return $minutes;
1202
+ }
1203
+ /**
1204
+ * Sets event options based on the current query string
1205
+ *
1206
+ * @return void
1207
+ */
1208
+ public function setOptions( ) {
1209
+ global $wp_query;
1210
+ $display = ( isset( $wp_query->query_vars['eventDisplay'] ) ) ? $wp_query->query_vars['eventDisplay'] : eventsGetOptionValue('viewOption','month');
1211
+ switch ( $display ) {
1212
+ case "past":
1213
+ $this->displaying = "past";
1214
+ $this->startOperator = "<=";
1215
+ $this->order = "DESC";
1216
+ $this->date = date_i18n( The_Events_Calendar::DBDATETIMEFORMAT );
1217
+ break;
1218
+ case "upcoming":
1219
+ $this->displaying = "upcoming";
1220
+ $this->startOperator = ">=";
1221
+ $this->order = "ASC";
1222
+ $this->date = date_i18n( The_Events_Calendar::DBDATETIMEFORMAT );
1223
+ break;
1224
+ case "month":
1225
+ case "default":
1226
+ $this->displaying = "month";
1227
+ $this->startOperator = ">=";
1228
+ $this->order = "ASC";
1229
+ // TODO date set to YYYY-MM
1230
+ // TODO store DD as an anchor to the URL
1231
+ if ( isset ( $wp_query->query_vars['eventDate'] ) ) {
1232
+ $this->date = $wp_query->query_vars['eventDate'] . "-01";
1233
+ } else {
1234
+ $date = date_i18n( The_Events_Calendar::DBDATEFORMAT );
1235
+ $this->date = substr_replace( $date, '01', -2 );
1236
+ }
1237
+ }
1238
+ }
1239
+ public function getDateString( $date ) {
1240
+ $monthNames = $this->monthNames();
1241
+ $dateParts = split( '-', $date );
1242
+ $timestamp = mktime( 0, 0, 0, $dateParts[1], 1, $dateParts[0] );
1243
+ return $monthNames[date( "F", $timestamp )] . " " . $dateParts[0];
1244
+ }
1245
+ /**
1246
+ * echo the next tab index
1247
+ * @return void
1248
+ */
1249
+ public function tabIndex() {
1250
+ echo $this->tabIndexStart;
1251
+ $this->tabIndexStart++;
1252
+ }
1253
+ /**
1254
+ * build an ical feed from events posts
1255
+ */
1256
+ public function iCalFeed( $postId = null ) {
1257
+ $getstring = $_GET['ical'];
1258
+ $wpTimezoneString = get_option("timezone_string");
1259
+ $categoryId = get_cat_id( The_Events_Calendar::CATEGORYNAME );
1260
+ $events = "";
1261
+ $lastBuildDate = "";
1262
+ $eventsTestArray = array();
1263
+ $blogHome = get_bloginfo('home');
1264
+ $blogName = get_bloginfo('name');
1265
+ $includePosts = ( $postId ) ? '&include=' . $postId : '';
1266
+ $eventPosts = get_posts( 'numberposts=-1&category=' . $categoryId . $includePosts );
1267
+ foreach( $eventPosts as $eventPost ) {
1268
+ // convert 2010-04-08 00:00:00 to 20100408T000000 or YYYYMMDDTHHMMSS
1269
+ $startDate = str_replace( array("-", " ", ":") , array("", "T", "") , get_post_meta( $eventPost->ID, "_EventStartDate", true) );
1270
+ $endDate = str_replace( array("-", " ", ":") , array("", "T", "") , get_post_meta( $eventPost->ID, "_EventEndDate", true) );
1271
+ if( get_post_meta( $eventPost->ID, "_EventAllDay", true ) == "yes" ) {
1272
+ $startDate = substr( $startDate, 0, 8 );
1273
+ $endDate = substr( $endDate, 0, 8 );
1274
+ // endDate bumped ahead one day to counter iCal's off-by-one error
1275
+ $endDateStamp = strtotime($endDate);
1276
+ $endDate = date( 'Ymd', $endDateStamp + 86400 );
1277
+ }
1278
+ $description = preg_replace("/[\n\t\r]/", " ", strip_tags( $eventPost->post_content ) );
1279
+ //$cost = get_post_meta( $eventPost->ID, "_EventCost", true);
1280
+ //if( $cost ) $description .= " Cost: " . $cost;
1281
+ // add fields to iCal output
1282
+ $events .= "BEGIN:VEVENT\n";
1283
+ $events .= "DTSTART:" . $startDate . "\n";
1284
+ $events .= "DTEND:" . $endDate . "\n";
1285
+ $events .= "DTSTAMP:" . date("Ymd\THis", time()) . "\n";
1286
+ $events .= "CREATED:" . str_replace( array("-", " ", ":") , array("", "T", "") , $eventPost->post_date ) . "\n";
1287
+ $events .= "LAST-MODIFIED:". str_replace( array("-", " ", ":") , array("", "T", "") , $eventPost->post_modified ) . "\n";
1288
+ $events .= "UID:" . $eventPost->ID . "@" . $blogHome . "\n";
1289
+ $events .= "SUMMARY:" . $eventPost->post_title . "\n";
1290
+ $events .= "DESCRIPTION:" . $description . "\n";
1291
+ $events .= "LOCATION:" . tec_get_event_address( $eventPost->ID ) . "\n";
1292
+ $events .= "URL:" . get_permalink( $eventPost->ID ) . "\n";
1293
+ $events .= "END:VEVENT\n";
1294
+ }
1295
+ header('Content-type: text/calendar');
1296
+ header('Content-Disposition: attachment; filename="iCal-The_Events_Calendar.ics"');
1297
+ $content = "BEGIN:VCALENDAR\n";
1298
+ $content .= "PRODID:-//" . $blogName . "//NONSGML v1.0//EN\n";
1299
+ $content .= "VERSION:2.0\n";
1300
+ $content .= "CALSCALE:GREGORIAN\n";
1301
+ $content .= "METHOD:PUBLISH\n";
1302
+ $content .= "X-WR-CALNAME:" . $blogName . "\n";
1303
+ $content .= "X-ORIGINAL-URL:" . $blogHome . "\n";
1304
+ $content .= "X-WR-CALDESC:Events for " . $blogName . "\n";
1305
+ if( $wpTimezoneString ) $content .= "X-WR-TIMEZONE:" . $wpTimezoneString . "\n";
1306
+ $content .= $events;
1307
+ $content .= "END:VCALENDAR";
1308
+ echo $content;
1309
+ exit;
1310
+ }
1311
+ public function setPostExceptionThrown( $thrown ) {
1312
+ $this->postExceptionThrown = $thrown;
1313
+ }
1314
+ public function getPostExceptionThrown() {
1315
+ return $this->postExceptionThrown;
1316
+ }
1317
+ } // end The_Events_Calendar class
1318
+ global $spEvents;
1319
+ $spEvents = new The_Events_Calendar();
1320
+ } // end if !class_exists The_Events_Calendar
trunk/the-events-calendar.php ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Plugin Name: The Events Calendar
4
+ Plugin URI: http://wordpress.org/extend/plugins/the-events-calendar/
5
+ Description: The Events Calendar plugin enables you to rapidly create and manage events using the post editor. Features include optional Eventbrite integration, Google Maps integration as well as default calendar grid and list templates for streamlined one click installation. When updating The Events Calendar, if EventBrite for The Events Calendar is being used, the two plugins must be updated together. Requires PHP 5.1 or above.
6
+ Version: 1.6.1
7
+ Author: Shane & Peter, Inc.
8
+ Author URI: http://www.shaneandpeter.com/
9
+ Text Domain: the-events-calendar
10
+ */
11
+
12
+
13
+ register_activation_hook(__FILE__, 'the_events_calendar_activate');
14
+ add_action( 'admin_head', 'the_events_calendar_version_check' );
15
+
16
+ function the_events_calendar_version_check() {
17
+ if ( version_compare( PHP_VERSION, "5.1", "<") ) {
18
+ echo "<div class='error'>The Events Calendar requires PHP 5.1 or greater. Please de-activate The Events Calendar.</div>";
19
+ }
20
+ }
21
+
22
+ function the_events_calendar_activate() {
23
+ if ( version_compare( PHP_VERSION, "5.1", "<") ) {
24
+ trigger_error('', E_USER_ERROR);
25
+ } else {
26
+ require_once(dirname(__FILE__) . "/the-events-calendar.class.php");
27
+ require_once(dirname(__FILE__) . "/the-events-calendar-exception.class.php");
28
+ require_once(dirname(__FILE__) . "/events-calendar-widget.class.php");
29
+ require_once(dirname(__FILE__) . "/events-list-widget.class.php");
30
+ require_once(dirname(__FILE__) . "/template-tags.php");
31
+ global $spEvents;
32
+ $spEvents->on_activate();
33
+ }
34
+ }
35
+
36
+ if (version_compare(phpversion(), "5.1", ">=")) {
37
+ require_once(dirname(__FILE__) . "/the-events-calendar.class.php");
38
+ require_once(dirname(__FILE__) . "/the-events-calendar-exception.class.php");
39
+ require_once(dirname(__FILE__) . "/events-calendar-widget.class.php");
40
+ require_once(dirname(__FILE__) . "/events-list-widget.class.php");
41
+ require_once(dirname(__FILE__) . "/template-tags.php");
42
+ }
trunk/uninstall.php ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <?php
2
+ delete_option( 'sp_events_calendar_options' );
3
+ global $wp_rewrite;
4
+ $wp_rewrite->flush_rules();
trunk/views/datepicker.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $cat_id = get_query_var( 'cat' );
3
+ if( !$cat_id ) {
4
+ $cat_id = $spEvents->eventCategory();
5
+ }
6
+ $link = get_category_link( $cat_id );
7
+ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('useRewriteRules','on') ) {
8
+ $link .= '&eventDisplay=month&eventDate=';
9
+ }
10
+ ?>
11
+ <script type="text/javascript" charset="utf-8">
12
+ jQuery(document).ready(function() {
13
+ jQuery('.<?php echo $prefix; ?>events-dropdown').change(function() {
14
+ location.href = '<?php echo $link; ?>' + jQuery('#<?php echo $prefix; ?>events-year').val() + '-' + jQuery('#<?php echo $prefix; ?>events-month').val();
15
+ });
16
+ });
17
+ </script>
18
+ <select id='<?php echo $prefix; ?>events-month' name='EventJumpToMonth' class='<?php echo $prefix; ?>events-dropdown'>
19
+ <?php echo $monthOptions; ?>
20
+ </select>
21
+ <select id='<?php echo $prefix; ?>events-year' name='EventJumpToYear' class='<?php echo $prefix; ?>events-dropdown'>
22
+ <?php echo $yearOptions; ?>
23
+ </select>
trunk/views/events-list-load-widget-admin.php ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <p>
2
+ <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e('Title:',$this->pluginDomain);?></label>
3
+ <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo $instance['title']; ?>" />
4
+ </p>
5
+
6
+ <p>
7
+ <label for="<?php echo $this->get_field_id( 'limit' ); ?>"><?php _e('Show:',$this->pluginDomain);?></label>
8
+ <select id="<?php echo $this->get_field_id( 'limit' ); ?>" name="<?php echo $this->get_field_name( 'limit' ); ?>" class="widefat">
9
+ <?php for ($i=1; $i<=10; $i++)
10
+ {?>
11
+ <option <?php if ( $i == $instance['limit'] ) {echo 'selected="selected"';}?> > <?php echo $i;?> </option>
12
+ <?php } ?>
13
+ </select>
14
+ </p>
15
+ <label for="<?php echo $this->get_field_id( 'no_upcoming_events' ); ?>"><?php _e('Don\'t show the widget if there are no upcoming events:',$this->pluginDomain);?></label>
16
+ <input id="<?php echo $this->get_field_id( 'no_upcoming_events' ); ?>" name="<?php echo $this->get_field_name( 'no_upcoming_events' ); ?>" type="checkbox" <?php checked( $instance['no_upcoming_events'], 1 ); ?> value="1" />
17
+ <p>
18
+
19
+ </p>
20
+
21
+ <p><?php _e( 'Display:', $this->pluginDomain ); ?><br/>
22
+
23
+ <?php $displayoptions = array (
24
+ "start" => __('Start Date & Time', $this->pluginDomain),
25
+ "end" => __("End Date & Time", $this->pluginDomain),
26
+ "venue" => __("Venue", $this->pluginDomain),
27
+ "address" => __("Address", $this->pluginDomain),
28
+ "city" => __("City", $this->pluginDomain),
29
+ "state" => __("State (US)", $this->pluginDomain),
30
+ "province" => __("Province (Int)", $this->pluginDomain),
31
+ "zip" => __("Postal Code", $this->pluginDomain),
32
+ "country" => __("Country", $this->pluginDomain),
33
+ "phone" => __("Phone", $this->pluginDomain),
34
+ "cost" => __("Price", $this->pluginDomain),
35
+ );
36
+ foreach ($displayoptions as $option => $label) { ?>
37
+ <input class="checkbox" type="checkbox" <?php checked( $instance[$option], 'on' ); ?> id="<?php echo $this->get_field_id( $option ); ?>" name="<?php echo $this->get_field_name( $option ); ?>" style="margin-left:5px"/>
38
+ <label for="<?php echo $this->get_field_id( $option ); ?>"><?php echo $label ?></label>
39
+ <br/>
40
+ <?php } ?>
41
+ </p>
trunk/views/events-list-load-widget-display.php ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php /**
2
+ * This is the template for the output of the events list widget.
3
+ * All the items are turned on and off through the widget admin.
4
+ * There is currently no default styling, which is highly needed.
5
+ * @return string
6
+ */
7
+ $EventCity = get_post_meta( $post->ID, '_EventCity', true );
8
+ $EventCountry = get_post_meta( $post->ID, '_EventCountry', true );
9
+ $EventState = get_post_meta( $post->ID, '_EventState', true );
10
+ $EventProvince = get_post_meta( $post->ID, '_EventProvince', true );
11
+ ?>
12
+
13
+ <li class="<?php echo $alt_text ?>">
14
+ <div class="when">
15
+ <?php echo the_event_start_date( $post->ID, false ); ?>
16
+ </div>
17
+ <div class="event">
18
+ <a href="<?php echo get_permalink($post->ID) ?>"><?php echo $post->post_title ?></a>
19
+ </div>
20
+ <div class="loc"><?php
21
+ $space = false;
22
+ $output = '';
23
+ if ($city == true && $EventCity != '') {
24
+ $space = true;
25
+ $output = $EventCity . ', ';
26
+ }
27
+ if ($state == true || $province == true){
28
+ if ( $EventCountry == "United States" && $EventState != '') {
29
+ $space = true;
30
+ $output .= $EventState;
31
+ } elseif ( $EventProvince != '' ) {
32
+ $space = true;
33
+ $output .= $EventProvince;
34
+ }
35
+ } else {
36
+ $output = rtrim( $output, ', ' );
37
+ }
38
+ if ( $space ) {
39
+ $output .= '<br />';
40
+ }
41
+ if ($country == true && $EventCountry != '') {
42
+ $output .= $EventCountry;
43
+ }
44
+ echo $output;
45
+ ?>
46
+ </div>
47
+ <a class="more-link" href="<?php echo get_permalink($post->ID) ?>"><?php _e('More Info', $this->pluginDomain); ?></a>
48
+ </li>
49
+ <?php $alt_text = ( empty( $alt_text ) ) ? 'alt' : '';
trunk/views/events-meta-box.php ADDED
@@ -0,0 +1,573 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <script type="text/javascript" charset="utf-8">
2
+ jQuery(document).ready(function(){
3
+ // Register event handler for the event toggle
4
+ jQuery("input[name='isEvent']").click(function(){
5
+ if ( jQuery(this).val() == 'yes' ) {
6
+ jQuery("#eventDetails").slideDown(200);
7
+ jQuery("#eventBriteTicketing").slideDown(200);
8
+ } else {
9
+ jQuery("#eventDetails").slideUp(200);
10
+ jQuery("#eventBriteTicketing").slideUp(200);
11
+ }
12
+ });
13
+ // toggle time input
14
+ jQuery('#allDayCheckbox').click(function(){
15
+ jQuery(".timeofdayoptions").toggle();
16
+ jQuery("#EventTimeFormatDiv").toggle();
17
+ });
18
+ if( jQuery('#allDayCheckbox').attr('checked') == true ) {
19
+ jQuery(".timeofdayoptions").addClass("tec_hide")
20
+ jQuery("#EventTimeFormatDiv").addClass("tec_hide");
21
+ }
22
+ // Set the initial state of the event detail and EB ticketing div
23
+ jQuery("input[name='isEvent']").each(function(){
24
+ if( jQuery(this).val() == 'no' && jQuery(this).attr('checked') == true ) {
25
+ jQuery('#eventDetails, #eventBriteTicketing').hide();
26
+ } else if( jQuery(this).val() == 'yes' && jQuery(this).attr('checked') == true ) {
27
+ jQuery('#eventDetails, #eventBriteTicketing').show();
28
+ }
29
+ });
30
+
31
+ //show state/province input based on first option in countries list, or based on user input of country
32
+ function spShowHideCorrectStateProvinceInput(country) {
33
+ if (country == 'US') {
34
+ jQuery("#USA").removeClass("tec_hide");
35
+ jQuery("#International").addClass("tec_hide");
36
+ jQuery('input[name="EventStateExists"]').val(1);
37
+ } else if ( country != '' ) {
38
+ jQuery("#International").removeClass("tec_hide");
39
+ jQuery("#USA").addClass("tec_hide");
40
+ jQuery('input[name="EventStateExists"]').val(0);
41
+ } else {
42
+ jQuery("#International").addClass("tec_hide");
43
+ jQuery("#USA").addClass("tec_hide");
44
+ jQuery('input[name="EventStateExists"]').val(0);
45
+ }
46
+ }
47
+
48
+ spShowHideCorrectStateProvinceInput( jQuery("#EventCountry > option:selected").attr('label') );
49
+
50
+ jQuery("#EventCountry").change(function() {
51
+ var countryLabel = jQuery(this).find('option:selected').attr('label');
52
+ jQuery('input[name="EventCountryLabel"]').val(countryLabel);
53
+ spShowHideCorrectStateProvinceInput( countryLabel );
54
+ });
55
+
56
+ var spDaysPerMonth = [29,31,28,31,30,31,30,31,31,30,31,30,31];
57
+
58
+ // start and end date select sections
59
+ var spStartDays = [ jQuery('#28StartDays'), jQuery('#29StartDays'), jQuery('#30StartDays'), jQuery('#31StartDays') ];
60
+ var spEndDays = [ jQuery('#28EndDays'), jQuery('#29EndDays'), jQuery('#30EndDays'), jQuery('#31EndDays') ];
61
+
62
+ jQuery("select[name='EventStartMonth'], select[name='EventEndMonth']").change(function() {
63
+ var t = jQuery(this);
64
+ var startEnd = t.attr("name");
65
+ // get changed select field
66
+ if( startEnd == 'EventStartMonth' ) startEnd = 'Start';
67
+ else startEnd = 'End';
68
+ // show/hide date lists according to month
69
+ var chosenMonth = t.attr("value");
70
+ if( chosenMonth.charAt(0) == '0' ) chosenMonth = chosenMonth.replace('0', '');
71
+ // leap year
72
+ var remainder = jQuery("select[name='Event" + startEnd + "Year']").attr("value") % 4;
73
+ if( chosenMonth == 2 && remainder == 0 ) chosenMonth = 0;
74
+ // preserve selected option
75
+ var currentDateField = jQuery("select[name='Event" + startEnd + "Day']");
76
+
77
+ jQuery('.event' + startEnd + 'DateField').remove();
78
+ if( startEnd == "Start") {
79
+ var selectObject = spStartDays[ spDaysPerMonth[ chosenMonth ] - 28 ];
80
+ selectObject.val( currentDateField.val() );
81
+ jQuery("select[name='EventStartMonth']").after( selectObject );
82
+ } else {
83
+ var selectObject = spEndDays[ spDaysPerMonth[ chosenMonth ] - 28 ];
84
+ selectObject.val( currentDateField.val() );
85
+ jQuery('select[name="EventEndMonth"]').after( selectObject );
86
+ }
87
+ });
88
+
89
+ jQuery("select[name='EventStartMonth'], select[name='EventEndMonth']").change();
90
+
91
+ jQuery("select[name='EventStartYear']").change(function() {
92
+ jQuery("select[name='EventStartMonth']").change();
93
+ });
94
+
95
+ jQuery("select[name='EventEndYear']").change(function() {
96
+ jQuery("select[name='EventEndMonth']").change();
97
+ });
98
+ // hide / show google map toggles
99
+ var tecAddressExists = false;
100
+ var tecAddressInputs = ["EventAddress","EventCity","EventZip"];
101
+ function tecShowHideGoogleMapToggles() {
102
+ var selectValExists = false;
103
+ var inputValExists = false;
104
+ if(jQuery('input[name="EventCountryLabel"]').val()) selectValExists = true;
105
+ jQuery.each( tecAddressInputs, function(key, val) {
106
+ if( jQuery('input[name="' + val + '"]').val() ) {
107
+ inputValExists = true;
108
+ return false;
109
+ }
110
+ });
111
+ if( selectValExists || inputValExists ) jQuery('tr#google_map_link_toggle,tr#google_map_toggle').removeClass('tec_hide');
112
+ else jQuery('tr#google_map_link_toggle,tr#google_map_toggle').addClass('tec_hide');
113
+ }
114
+ jQuery.each( tecAddressInputs, function(key, val) {
115
+ jQuery('input[name="' + val + '"]').bind('keyup', function(event) {
116
+ var textLength = event.currentTarget.textLength;
117
+ if(textLength == 0) tecShowHideGoogleMapToggles();
118
+ else if(textLength == 1) tecShowHideGoogleMapToggles();
119
+ });
120
+ });
121
+ jQuery('select[name="EventCountry"]').bind('change', function(event) {
122
+ if(event.currentTarget.selectedIndex) tecShowHideGoogleMapToggles();
123
+ else tecShowHideGoogleMapToggles();
124
+ });
125
+ tecShowHideGoogleMapToggles();
126
+ // Form validation
127
+ jQuery("form[name='post']").submit(function() {
128
+ if( jQuery("#isEventNo").attr('checked') == true ) {
129
+ // do not validate since this is not an event
130
+ return true;
131
+ }
132
+ var event_phone = jQuery('#EventPhone');
133
+
134
+ if( event_phone.length > 0 && event_phone.val().length && !event_phone.val().match(/^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,5})|(\(?\d{2,6}\)?))(-| )?(\d{3,4})(-| )?(\d{4})(( x| ext)\d{1,5}){0,1}$/) ) {
135
+ event_phone.focus();
136
+ alert("<?php _e('Phone',$this->pluginDomain); ?> <?php _e('is not valid.', $this->pluginDomain); ?> <?php _e('Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may also use an optional extension of up to five digits prefixed by x or ext (eg. 123 123 4567 x89)'); ?> ");
137
+ return false;
138
+ }
139
+ return true;
140
+ });
141
+
142
+ });
143
+ </script>
144
+ <style type="text/css">
145
+ .eventForm td {
146
+ padding:6px 6px 0 0;
147
+ font-size:11px;
148
+ vertical-align:middle;
149
+ }
150
+ .eventForm select, .eventForm input {
151
+ font-size:11px;
152
+ }
153
+ .eventForm h4 {
154
+ font-size:1.2em;
155
+ margin:2em 0 1em;
156
+ }
157
+ .eventForm h4.event-time {
158
+ margin-top: 0;
159
+ }
160
+ .notice {
161
+ background-color: rgb(255, 255, 224);
162
+ border: 1px solid rgb(230, 219, 85);
163
+ margin: 5px 0 15px;
164
+ }
165
+ #EventInfo {
166
+ border-color:#dfdfdf;
167
+ background-color:#F9F9F9;
168
+ border-width:1px;
169
+ border-style:solid;
170
+ -moz-border-radius:3px;
171
+ -khtml-border-radius:3px;
172
+ -webkit-border-radius:3px;
173
+ border-radius:3px;
174
+ margin: 0;
175
+ width:100%;
176
+ border-style:solid;
177
+ border-spacing:0;
178
+ padding: 10px;
179
+ }
180
+ #eventIntro {
181
+ margin: 10px 0 25px 0;
182
+ }
183
+
184
+ .form-table form input {border:none;}
185
+ <?php if( eventsGetOptionValue('donateHidden', false) ) : ?>
186
+ #mainDonateRow {display: none;}
187
+ <?php endif; ?>
188
+ #submitLabel {display: block;}
189
+ #submitLabel input {
190
+ display: block;
191
+ padding: 0;
192
+ }
193
+ <?php if( class_exists( 'Eventbrite_for_The_Events_Calendar' ) ) : ?>
194
+ .eventBritePluginPlug {display:none;}
195
+ <?php endif; ?>
196
+ </style>
197
+ <div id="eventIntro">
198
+ <div id="tec-post-error" class="tec-events-error error"></div>
199
+ <?php
200
+ try {
201
+ do_action('sp_events_post_errors', $postId );
202
+ if( !$this->postExceptionThrown ) delete_post_meta( $postId, self::EVENTSERROROPT );
203
+ } catch ( TEC_Post_Exception $e) {
204
+ $this->postExceptionThrown = true;
205
+ update_post_meta( $postId, self::EVENTSERROROPT, trim( $e->getMessage() ) );
206
+ $e->displayMessage( $postId );
207
+ }
208
+ ?>
209
+ <p>
210
+ <?php _e('Is this post an event?',$this->pluginDomain); ?>&nbsp;
211
+ <label><input tabindex="<?php $this->tabIndex(); ?>" type='radio' name='isEvent' value='yes' <?php echo $isEventChecked; ?> />&nbsp;<b><?php _e('Yes', $this->pluginDomain); ?></b></label>
212
+ <label><input tabindex="<?php $this->tabIndex(); ?>" type='radio' name='isEvent' value='no' <?php echo $isNotEventChecked; ?> />&nbsp;<b><?php _e('No', $this->pluginDomain); ?></b></label>
213
+ </p>
214
+ </div>
215
+ <div id='eventDetails' class="inside eventForm">
216
+ <?php
217
+ try {
218
+ do_action('sp_events_detail_top', $postId );
219
+ if( !$this->postExceptionThrown ) delete_post_meta( $postId, self::EVENTSERROROPT );
220
+ } catch ( TEC_Post_Exception $e) {
221
+ $this->postExceptionThrown = true;
222
+ update_post_meta( $postId, self::EVENTSERROROPT, trim( $e->getMessage() ) );
223
+ $e->displayMessage( $postId );
224
+ }
225
+
226
+ ?>
227
+ <table cellspacing="0" cellpadding="0" id="EventInfo">
228
+ <tr>
229
+ <td colspan="2" class="snp_sectionheader"><h4 class="event-time"><?php _e('Event Time &amp; Date', $this->pluginDomain); ?></h4></td>
230
+ </tr>
231
+ <tr>
232
+ <td><?php _e('All day event?', $this->pluginDomain); ?></td>
233
+ <td><input tabindex="<?php $this->tabIndex(); ?>" type='checkbox' id='allDayCheckbox' name='EventAllDay' value='yes' <?php echo $isEventAllDay; ?> /></td>
234
+ </tr>
235
+ <tr>
236
+ <td style="width:125px;"><?php _e('Start Date / Time:',$this->pluginDomain); ?></td>
237
+ <td>
238
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventStartMonth'>
239
+ <?php echo $startMonthOptions; ?>
240
+ </select>
241
+ <?php foreach( $startDayOptions as $key => $val ) : ?>
242
+ <select id="<?php echo $key; ?>StartDays" class="eventStartDateField" tabindex="<?php $this->tabIndex(); ?>" name='EventStartDay'>
243
+ <?php echo $val; ?>
244
+ </select>
245
+ <?php endforeach; ?>
246
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventStartYear'>
247
+ <?php echo $startYearOptions; ?>
248
+ </select>
249
+ <span class='timeofdayoptions'>
250
+ <?php _e('@',$this->pluginDomain); ?>
251
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventStartHour'>
252
+ <?php echo $startHourOptions; ?>
253
+ </select>
254
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventStartMinute'>
255
+ <?php echo $startMinuteOptions; ?>
256
+ </select>
257
+ <?php if ( !strstr( get_option( 'time_format', The_Events_Calendar::TIMEFORMAT ), 'H' ) ) : ?>
258
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventStartMeridian'>
259
+ <?php echo $startMeridianOptions; ?>
260
+ </select>
261
+ <?php endif; ?>
262
+ </span>
263
+ </td>
264
+ </tr>
265
+ <tr>
266
+ <td><?php _e('End Date / Time:',$this->pluginDomain); ?></td>
267
+ <td>
268
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventEndMonth'>
269
+ <?php echo $endMonthOptions; ?>
270
+ </select>
271
+ <?php foreach( $endDayOptions as $key => $val ) : ?>
272
+ <select id="<?php echo $key; ?>EndDays" class="eventEndDateField" tabindex="<?php $this->tabIndex(); ?>" name='EventEndDay'>
273
+ <?php echo $val; ?>
274
+ </select>
275
+ <?php endforeach; ?>
276
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventEndYear'>
277
+ <?php echo $endYearOptions; ?>
278
+ </select>
279
+ <span class='timeofdayoptions'>
280
+ <?php _e('@',$this->pluginDomain); ?>
281
+ <select class="spEventsInput"tabindex="<?php $this->tabIndex(); ?>" name='EventEndHour'>
282
+ <?php echo $endHourOptions; ?>
283
+ </select>
284
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventEndMinute'>
285
+ <?php echo $endMinuteOptions; ?>
286
+ </select>
287
+ <?php if ( !strstr( get_option( 'time_format', The_Events_Calendar::TIMEFORMAT ), 'H' ) ) : ?>
288
+ <select tabindex="<?php $this->tabIndex(); ?>" name='EventEndMeridian'>
289
+ <?php echo $endMeridianOptions; ?>
290
+ </select>
291
+ <?php endif; ?>
292
+ </span>
293
+ </td>
294
+ </tr>
295
+ <tr>
296
+ <td colspan="2" class="snp_sectionheader"><h4><?php _e('Event Location Details', $this->pluginDomain); ?></h4></td>
297
+ </tr>
298
+ <tr>
299
+ <td><?php _e('Venue:',$this->pluginDomain); ?></td>
300
+ <td>
301
+ <input tabindex="<?php $this->tabIndex(); ?>" type='text' name='EventVenue' size='25' value='<?php echo $_EventVenue; ?>' />
302
+ </td>
303
+ </tr>
304
+ <tr>
305
+ <td><?php _e('Country:',$this->pluginDomain); ?></td>
306
+ <td>
307
+ <select tabindex="<?php $this->tabIndex(); ?>" name="EventCountry" id="EventCountry">
308
+ <?php
309
+ $this->constructCountries( $postId );
310
+ $defaultCountry = eventsGetOptionValue('defaultCountry');
311
+ if( $_EventCountry ) {
312
+ foreach ($this->countries as $abbr => $fullname) {
313
+ echo '<option label="' . $abbr . '" value="' . $fullname . '" ';
314
+ if ($_EventCountry == $fullname) {
315
+ echo 'selected="selected" ';
316
+ $eventCountryLabel = $abbr;
317
+ }
318
+ echo '>' . $fullname . '</option>';
319
+ }
320
+ } elseif( $defaultCountry && !get_post_custom_keys( $postId ) ) {
321
+ foreach ($this->countries as $abbr => $fullname) {
322
+ echo '<option label="' . $abbr . '" value="' . $fullname . '" ';
323
+ if ($defaultCountry[1] == $fullname) {
324
+ echo 'selected="selected" ';
325
+ $eventCountryLabel = $abbr;
326
+ }
327
+ echo '>' . $fullname . '</option>';
328
+ }
329
+ } else {
330
+ $eventCountryLabel = "";
331
+ foreach ($this->countries as $abbr => $fullname) {
332
+ echo '<option label="' . $abbr . '" value="' . $fullname . '" >' . $fullname . '</option>';
333
+ }
334
+ }
335
+ ?>
336
+ </select>
337
+ <input name="EventCountryLabel" type="hidden" value="<?php echo $eventCountryLabel; ?>" />
338
+ </td>
339
+ </tr>
340
+ <tr>
341
+ <td><?php _e('Address:',$this->pluginDomain); ?></td>
342
+ <td><input tabindex="<?php $this->tabIndex(); ?>" type='text' name='EventAddress' size='25' value='<?php echo $_EventAddress; ?>' /></td>
343
+ </tr>
344
+ <tr>
345
+ <td><?php _e('City:',$this->pluginDomain); ?></td>
346
+ <td><input tabindex="<?php $this->tabIndex(); ?>" type='text' name='EventCity' size='25' value='<?php echo $_EventCity; ?>' /></td>
347
+ </tr>
348
+ <input name="EventStateExists" type="hidden" value="<?php echo ($_EventCountry !== 'United States') ? 0 : 1; ?>">
349
+ <tr id="International" <?php if($_EventCountry == 'United States' || $_EventCountry == '' ) echo('class="tec_hide"'); ?>>
350
+ <td><?php _e('Province:',$this->pluginDomain); ?></td>
351
+ <td><input tabindex="<?php $this->tabIndex(); ?>" type='text' name='EventProvince' size='10' value='<?php echo $_EventProvince; ?>' /></td>
352
+ </tr>
353
+ <tr id="USA" <?php if($_EventCountry !== 'United States') echo('class="tec_hide"'); ?>>
354
+ <td><?php _e('State:',$this->pluginDomain); ?></td>
355
+ <td>
356
+ <select tabindex="<?php $this->tabIndex(); ?>" name="EventState">
357
+ <option value=""><?php _e('Select a State:',$this->pluginDomain); ?></option>
358
+ <?php $states = array (
359
+ "AL" => __("Alabama", $this->pluginDomain),
360
+ "AK" => __("Alaska", $this->pluginDomain),
361
+ "AZ" => __("Arizona", $this->pluginDomain),
362
+ "AR" => __("Arkansas", $this->pluginDomain),
363
+ "CA" => __("California", $this->pluginDomain),
364
+ "CO" => __("Colorado", $this->pluginDomain),
365
+ "CT" => __("Connecticut", $this->pluginDomain),
366
+ "DE" => __("Delaware", $this->pluginDomain),
367
+ "DC" => __("District of Columbia", $this->pluginDomain),
368
+ "FL" => __("Florida", $this->pluginDomain),
369
+ "GA" => __("Georgia", $this->pluginDomain),
370
+ "HI" => __("Hawaii", $this->pluginDomain),
371
+ "ID" => __("Idaho", $this->pluginDomain),
372
+ "IL" => __("Illinois", $this->pluginDomain),
373
+ "IN" => __("Indiana", $this->pluginDomain),
374
+ "IA" => __("Iowa", $this->pluginDomain),
375
+ "KS" => __("Kansas", $this->pluginDomain),
376
+ "KY" => __("Kentucky", $this->pluginDomain),
377
+ "LA" => __("Louisiana", $this->pluginDomain),
378
+ "ME" => __("Maine", $this->pluginDomain),
379
+ "MD" => __("Maryland", $this->pluginDomain),
380
+ "MA" => __("Massachusetts", $this->pluginDomain),
381
+ "MI" => __("Michigan", $this->pluginDomain),
382
+ "MN" => __("Minnesota", $this->pluginDomain),
383
+ "MS" => __("Mississippi", $this->pluginDomain),
384
+ "MO" => __("Missouri", $this->pluginDomain),
385
+ "MT" => __("Montana", $this->pluginDomain),
386
+ "NE" => __("Nebraska", $this->pluginDomain),
387
+ "NV" => __("Nevada", $this->pluginDomain),
388
+ "NH" => __("New Hampshire", $this->pluginDomain),
389
+ "NJ" => __("New Jersey", $this->pluginDomain),
390
+ "NM" => __("New Mexico", $this->pluginDomain),
391
+ "NY" => __("New York", $this->pluginDomain),
392
+ "NC" => __("North Carolina", $this->pluginDomain),
393
+ "ND" => __("North Dakota", $this->pluginDomain),
394
+ "OH" => __("Ohio", $this->pluginDomain),
395
+ "OK" => __("Oklahoma", $this->pluginDomain),
396
+ "OR" => __("Oregon", $this->pluginDomain),
397
+ "PA" => __("Pennsylvania", $this->pluginDomain),
398
+ "RI" => __("Rhode Island", $this->pluginDomain),
399
+ "SC" => __("South Carolina", $this->pluginDomain),
400
+ "SD" => __("South Dakota", $this->pluginDomain),
401
+ "TN" => __("Tennessee", $this->pluginDomain),
402
+ "TX" => __("Texas", $this->pluginDomain),
403
+ "UT" => __("Utah", $this->pluginDomain),
404
+ "VT" => __("Vermont", $this->pluginDomain),
405
+ "VA" => __("Virginia", $this->pluginDomain),
406
+ "WA" => __("Washington", $this->pluginDomain),
407
+ "WV" => __("West Virginia", $this->pluginDomain),
408
+ "WI" => __("Wisconsin", $this->pluginDomain),
409
+ "WY" => __("Wyoming", $this->pluginDomain),
410
+ );
411
+ foreach ($states as $abbr => $fullname) {
412
+ print ("<option value=\"$abbr\" ");
413
+ if ($_EventState == $abbr) {
414
+ print ('selected="selected" ');
415
+ }
416
+ print (">$fullname</option>\n");
417
+ }
418
+ ?>
419
+ </select>
420
+ </td>
421
+ </tr>
422
+ <tr>
423
+ <td><?php _e('Postal Code:',$this->pluginDomain); ?></td>
424
+ <td><input tabindex="<?php $this->tabIndex(); ?>" type='text' id='EventZip' name='EventZip' size='6' value='<?php echo $_EventZip; ?>' /></td>
425
+ </tr>
426
+ <tr id="google_map_link_toggle"<?php if( !tec_address_exists( $postId ) ) echo ' class="tec_hide"'; ?>>
427
+ <td><?php _e('Show Google Map Link:',$this->pluginDomain); ?></td>
428
+ <td>
429
+ <?php // is the post new?
430
+ $tecPostCustomKeys = get_post_custom_keys($postId);
431
+ $tecHasCustomKeys = count( $tecPostCustomKeys );
432
+ $tecNewPost = ( $tecHasCustomKeys ) ? !in_array( "_EventShowMapLink", $tecPostCustomKeys ) : true;
433
+ ?>
434
+ <input tabindex="<?php $this->tabIndex(); ?>" type="checkbox" id="EventShowMapLink" name="EventShowMapLink" size="6" value="true" <?php if( $tecNewPost || get_post_meta( $postId, '_EventShowMapLink', true ) == 'true' ) echo 'checked="checked"'?> />
435
+ </td>
436
+ </tr>
437
+ <?php if( eventsGetOptionValue('embedGoogleMaps') == 'on' ) : ?>
438
+ <tr id="google_map_toggle"<?php if( !tec_address_exists( $postId ) ) echo ' class="tec_hide"'; ?>>
439
+ <td><?php _e('Show Google Map:',$this->pluginDomain); ?></td>
440
+ <td><input tabindex="<?php $this->tabIndex(); ?>" type="checkbox" id="EventShowMap" name="EventShowMap" size="6" value="true" <?php if( $tecNewPost || get_post_meta( $postId, '_EventShowMap', true ) == 'true' ) echo 'checked="checked"'; ?> /></td>
441
+ </tr>
442
+ <?php endif; ?>
443
+ <tr>
444
+ <td><?php _e('Phone:',$this->pluginDomain); ?></td>
445
+ <td><input tabindex="<?php $this->tabIndex(); ?>" type='text' id='EventPhone' name='EventPhone' size='14' value='<?php echo $_EventPhone; ?>' /></td>
446
+ </tr>
447
+ <tr>
448
+ <td colspan="2" class="snp_sectionheader"><h4><?php _e('Event Cost', $this->pluginDomain); ?></h4></td>
449
+ </tr>
450
+ <tr>
451
+ <td><?php _e('Cost:',$this->pluginDomain); ?></td>
452
+ <td><input tabindex="<?php $this->tabIndex(); ?>" type='text' id='EventCost' name='EventCost' size='6' value='<?php echo $_EventCost; ?>' /></td>
453
+ </tr>
454
+ <tr>
455
+ <td></td>
456
+ <td><small><?php _e('Leave blank to hide the field. Enter a 0 for events that are free.', $this->pluginDomain); ?></small></td>
457
+ </tr>
458
+ <tr class="eventBritePluginPlug">
459
+ <td colspan="2" class="snp_sectionheader">
460
+ <h4><?php _e('Sell Tickets &amp; Track Registration', $this->pluginDomain); ?></h4>
461
+ </td>
462
+ </tr>
463
+ <tr class="eventBritePluginPlug">
464
+ <td colspan="2">
465
+ <p><?php _e('Interested in selling tickets and tracking registrations? Now you can do it for free using our <a href="http://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar/">Eventbrite Integration Plugin</a>. Eventbrite is a feature rich easy-to-use event management tool. "Wow, you\'re selling Eventbrite pretty hard. You must get a kickback." Well, now that you mention it... we do. We get a little something for everyone that registers an event using our referral link. It\'s how we\'re able to keep supporting and building plugins for the open source community. ', $this->pluginDomain); ?> <a href="http://www.eventbrite.com/r/simpleevents"><?php _e('Check it out here.', $this->pluginDomain); ?></a></p>
466
+ </td>
467
+ </tr>
468
+
469
+
470
+ </table>
471
+ </div>
472
+ <?php
473
+ try {
474
+ do_action( 'sp_events_above_donate', $postId );
475
+ if( !$this->postExceptionThrown ) delete_post_meta( $postId, self::EVENTSERROROPT );
476
+ } catch ( TEC_Post_Exception $e) {
477
+ $this->postExceptionThrown = true;
478
+ update_post_meta( $postId, self::EVENTSERROROPT, trim( $e->getMessage() ) );
479
+ $e->displayMessage( $postId );
480
+ }
481
+ ?>
482
+ <div id="mainDonateRow" class="eventForm">
483
+ <?php _e('<h4>If You Like This Plugin - Help Support It</h4><p>We spend a lot of time and effort building robust plugins and we love to share them with the community. If you use this plugin consider making a donation to help support its\' continued development. You may remove this message on the <a href="/wp-admin/options-general.php?page=the-events-calendar.php">settings page</a>.</p>', $this->pluginDomain); ?>
484
+ <div id="snp_thanks">
485
+ <?php _e('Thanks', $this->pluginDomain); ?><br/>
486
+ <h5 class="snp_brand">Shane &amp; Peter</h5>
487
+ <a href="http://www.shaneandpeter.com?source=events-plugin" target="_blank">www.shaneandpeter.com</a>
488
+ </div>
489
+ <div id="snp_donate">
490
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10750983&item_name=Events%20Post%20Editor" target="_blank">
491
+ <image src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" alt="" />
492
+ </a>
493
+ </div>
494
+ <div style="clear:both;"></div>
495
+ </div><!-- end mainDonateRow -->
496
+ <style>
497
+ #eventDetails h4,
498
+ #EventBriteDetailDiv h4 {
499
+ text-transform: uppercase;
500
+ border-bottom: 1px solid #e5e5e5;
501
+ padding-bottom: 6px;
502
+ }
503
+ .eventForm td {
504
+ padding-bottom: 10px !important;
505
+ padding-top: 0 !important;
506
+ }
507
+ .eventForm .snp_sectionheader {
508
+ padding-bottom: 5px !important;
509
+ }
510
+ #snp_thanks {
511
+ float: left;
512
+ width: 200px;
513
+ margin: 5px 0 0 0;
514
+ }
515
+ .snp_brand {
516
+ font-weight: normal;
517
+ margin: 8px 0;
518
+ font-family: Georgia !important;
519
+ font-size: 17px !important;
520
+ }
521
+ .eventForm p {
522
+ margin: 0 0 10px 0!important;
523
+ }
524
+ #eventDetails small,
525
+ #EventBriteDetailDiv small {
526
+ color: #a3a3a3;
527
+ font-size: 10px;
528
+ }
529
+ #eventBriteTicketing,
530
+ #mainDonateRow {
531
+ background: url(<?php echo WP_PLUGIN_URL . '/the-events-calendar/resources/images/bg_fade.png';
532
+ ?>) repeat-x top left;
533
+ background-color: #fff;
534
+ padding: 10px 15px;
535
+ border: 1px solid #e2e2e2;
536
+ -moz-border-radius: 3px;
537
+ -khtml-border-radius: 3px;
538
+ -webkit-border-radius: 3px;
539
+ -moz-border-radius-topleft: 0;
540
+ -moz-border-radius-topright: 0;
541
+ -webkit-border-top-left-radius: 0;
542
+ -webkit-border-top-right-radius: 0;
543
+ border-radius: 3px;
544
+ margin: -11px 6px 0;
545
+ }
546
+ #eventBriteTicketing h2 {
547
+ background: url(<?php echo WP_PLUGIN_URL . '/the-events-calendar/resources/images/eb_press_little.gif';
548
+ ?>) no-repeat top right;
549
+ height: 80px;
550
+ margin: 0;
551
+ }
552
+ .eventForm {
553
+ margin-top: -20px;
554
+ }
555
+ #EventInfo,
556
+ table.eventForm {
557
+ width: 100%;
558
+ }
559
+ td.snp_message {
560
+ padding-bottom: 10px !important;
561
+ }
562
+ </style>
563
+
564
+ <?php
565
+ try {
566
+ do_action( 'sp_events_details_bottom', $postId );
567
+ if( !$this->postExceptionThrown ) delete_post_meta( $postId, self::EVENTSERROROPT );
568
+ } catch ( TEC_Post_Exception $e) {
569
+ $this->postExceptionThrown = true;
570
+ update_post_meta( $postId, self::EVENTSERROROPT, trim( $e->getMessage() ) );
571
+ $e->displayMessage( $postId );
572
+ }
573
+ ?>
trunk/views/events-options.php ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <script type="text/javascript">
2
+ jQuery(document).ready(function() {
3
+
4
+ function theEventsCalendarHideDonateButton() {
5
+ jQuery('#mainDonateRow').hide();
6
+ jQuery('#secondDonateRow').show();
7
+ }
8
+ jQuery('#hideDonateButton').click(function() {
9
+ jQuery.post( '<?php bloginfo('wpurl'); ?>/wp-admin/admin-ajax.php', { donateHidden: true, action: 'hideDonate' }, theEventsCalendarHideDonateButton, 'json' );
10
+ });
11
+
12
+ function displayOptionsError() {
13
+ $.post('<?php bloginfo('wpurl'); ?>/wp-admin/admin-ajax.php', { action: 'getOptionsError' }, function(error) {
14
+ $('#tec-options-error').append('<h3>Error</h3><p>' + error + '</p>')
15
+ });
16
+ }
17
+ });
18
+ </script>
19
+ <style type="text/css">
20
+ .form-table form input {border:none;}
21
+ <?php if( eventsGetOptionValue('donateHidden', false) ) : ?>
22
+ #mainDonateRow {display: none;}
23
+ <?php else : ?>
24
+ #mainDonateRow {background-color: #FCECA9;}
25
+ #secondDonateRow {display: none;}
26
+ <?php endif; ?>
27
+ #mainDonateRow label {}
28
+ #submitLabel {display: block;}
29
+ #submitLabel input {
30
+ display: block;
31
+ padding: 0;
32
+ }
33
+ #hideDonateButton {}
34
+ #checkBoxLabel {}
35
+ .form-table form #secondSubmit {
36
+ background:#f2f2f2 url(<?php bloginfo('wpurl'); ?>/images/white-grad-active.png) repeat-x scroll left top;
37
+ text-decoration: none;
38
+ font-size: 11px;
39
+ line-height: 16px;
40
+ padding: 5px 11px;
41
+ margin-bottom:10px;
42
+ cursor: pointer;
43
+ border: 1px solid #bbb;
44
+ -moz-border-radius: 5px;
45
+ -khtml-border-radius: 5px;
46
+ -webkit-border-radius: 5px;
47
+ border-radius: 5px;
48
+ -moz-box-sizing: content-box;
49
+ -webkit-box-sizing: content-box;
50
+ -khtml-box-sizing: content-box;
51
+ box-sizing: content-box;
52
+ text-shadow: rgba(255,255,255,1) 0 1px 0;
53
+ color: #6b6b6b;
54
+ font-weight: bold;
55
+ text-transform: uppercase;
56
+ }
57
+ .form-table form #secondSubmit {
58
+ background: #f2f2f2 url(<?php bloginfo('wpurl'); ?>/wp-admin/images/white-grad.png) repeat-x scroll left top;
59
+ }
60
+
61
+ .form-table form #secondSubmit:active {
62
+ background: #eee url(<?php bloginfo('wpurl'); ?>/wp-admin/images/white-grad-active.png) repeat-x scroll left top;
63
+ }
64
+
65
+ .form-table form #secondSubmit:hover {
66
+ color: #000;
67
+ border-color: #666;
68
+ }
69
+ div.snp_settings{
70
+ width:90%;
71
+ }
72
+ </style>
73
+ <div class="snp_settings wrap">
74
+ <h2><?php _e('The Events Calendar Settings',$this->pluginDomain); ?></h2>
75
+ <div id="tec-options-error" class="tec-events-error error"></div>
76
+ <?php
77
+ try {
78
+ do_action( 'sp_events_options_top' );
79
+ if ( !$this->optionsExceptionThrown ) {
80
+ //TODO error saving is breaking options saving, to be fixed and uncommented later
81
+ //$allOptions = $this->getOptions();
82
+ //$allOptions['error'] = "";
83
+ //$this->saveOptions( $allOptions );
84
+ }
85
+ } catch( TEC_WP_Options_Exception $e ) {
86
+ $this->optionsExceptionThrown = true;
87
+ //$allOptions = $this->getOptions();
88
+ //$allOptions['error'] = $e->getMessage();
89
+ //$this->saveOptions( $allOptions );
90
+ //$e->displayMessage(); //
91
+ }
92
+ ?>
93
+ <div class="form">
94
+ <h3><?php _e('Need a hand?',$this->pluginDomain); ?></h3>
95
+ <p><?php _e('If you\'re stuck on these options, please <a href="http://wordpress.org/extend/plugins/the-events-calendar/">check out the documentation</a>. If you\'re still wondering what\'s going on, be sure to stop by the support <a href="http://wordpress.org/tags/the-events-calendar?forum_id=10">forum</a> and ask for help. The open source community is full of kind folks who are happy to help.',$this->pluginDomain); ?></p>
96
+ <p><?php _e('Here is the iCal feed URL for your events: ' ,$this->pluginDomain); ?><code><?php bloginfo('home'); ?>/?ical</code></p>
97
+ <table class="form-table">
98
+ <tr id="mainDonateRow">
99
+ <th scope="row"><?php _e('Donate',$this->pluginDomain); ?></th>
100
+ <td>
101
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
102
+ <input type="hidden" name="cmd" value="_s-xclick">
103
+ <input type="hidden" name="hosted_button_id" value="10750983">
104
+ <input type="hidden" name="item_name" value="Events Options Panel Main">
105
+ <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
106
+ <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
107
+ <label id="submitLabel" for="submit">
108
+ <?php _e('If you find this plugin useful, please consider donating to the producer of it, Shane &#38; Peter, Inc. Thank you!',$this->pluginDomain); ?>
109
+ </label>
110
+
111
+ <input id="hideDonateButton" type="checkbox" name="hideDonateButton" value="" />
112
+ <label id="checkBoxLabel" class="button" for="hideDonateButton"><?php _e('I have already donated, so please hide this button!',$this->pluginDomain); ?></label>
113
+ </form>
114
+ </td>
115
+ </tr>
116
+ <tr id="secondDonateRow">
117
+ <td>
118
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
119
+ <input type="hidden" name="cmd" value="_s-xclick">
120
+ <input type="hidden" name="hosted_button_id" value="10751527">
121
+ <input type="hidden" name="item_name" value="Events Options Panel Secondary">
122
+ <input id="secondSubmit" type="submit" value="<?php _e('Donate for this wonderful plugin', $this->pluginDomain); ?>" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
123
+ <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
124
+ </form>
125
+ </td>
126
+ </tr>
127
+ </table>
128
+
129
+ <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
130
+
131
+ <?php
132
+ if ( function_exists('wp_nonce_field') ) {
133
+ wp_nonce_field('saveEventsCalendarOptions');
134
+ }
135
+ ?>
136
+ <h3><?php _e('Settings', $this->pluginDomain); ?></h3>
137
+ <table class="form-table">
138
+ <tr>
139
+ <th scope="row"><?php _e('Default View for the Events',$this->pluginDomain); ?></th>
140
+ <td>
141
+ <fieldset>
142
+ <legend class="screen-reader-text">
143
+ <span><?php _e('Default View for the Events',$this->pluginDomain); ?></span>
144
+ </legend>
145
+ <label title='Calendar'>
146
+ <?php
147
+ $viewOptionValue = eventsGetOptionValue('viewOption','month');
148
+ if( $viewOptionValue == 'upcoming' ) {
149
+ $listViewStatus = 'checked="checked"';
150
+ } else {
151
+ $gridViewStatus = 'checked="checked"';
152
+ }
153
+ ?>
154
+ <input type="radio" name="viewOption" value="month" <?php echo $gridViewStatus; ?> />
155
+ <?php _e('Calendar',$this->pluginDomain); ?>
156
+ </label><br />
157
+ <label title='List View'>
158
+ <input type="radio" name="viewOption" value="upcoming" <?php echo $listViewStatus; ?> />
159
+ <?php _e('Event List',$this->pluginDomain); ?>
160
+ </label><br />
161
+ </fieldset>
162
+ </td>
163
+ </tr>
164
+ <tr>
165
+ <th scope="row"><?php _e('Show Comments',$this->pluginDomain); ?></th>
166
+ <td>
167
+ <fieldset>
168
+ <legend class="screen-reader-text">
169
+ <span><?php _e('Show Comments',$this->pluginDomain); ?></span>
170
+ </legend>
171
+ <label title='Yes'>
172
+ <?php
173
+ $showCommentValue = eventsGetOptionValue('showComments','no');
174
+ if( $showCommentValue == 'no' ) {
175
+ $noCommentStatus = 'checked="checked"';
176
+ } else {
177
+ $yesCommentStatus = 'checked="checked"';
178
+ }
179
+ ?>
180
+ <input type="radio" name="showComments" value="yes" <?php echo $yesCommentStatus; ?> />
181
+ <?php _e('Yes',$this->pluginDomain); ?>
182
+ </label><br />
183
+ <label title='Yes'>
184
+ <input type="radio" name="showComments" value="no" <?php echo $noCommentStatus; ?> />
185
+ <?php _e('No',$this->pluginDomain); ?>
186
+ </label><br />
187
+ </fieldset>
188
+ </td>
189
+ </tr>
190
+ <tr>
191
+ <th scope="row"><?php _e('Default Country for Events',$this->pluginDomain); ?></th>
192
+ <td>
193
+ <select name="defaultCountry" id="defaultCountry">
194
+ <?php
195
+ $this->constructCountries();
196
+ $defaultCountry = eventsGetOptionValue('defaultCountry');
197
+ foreach ($this->countries as $abbr => $fullname) {
198
+ print ("<option value=\"$fullname\" ");
199
+ if ($defaultCountry[1] == $fullname) {
200
+ print ('selected="selected" ');
201
+ }
202
+ print (">$fullname</option>\n");
203
+ }
204
+ ?>
205
+ </select>
206
+ </td>
207
+ </tr>
208
+
209
+
210
+ <?php
211
+ $embedGoogleMapsValue = eventsGetOptionValue('embedGoogleMaps','off');
212
+ ?>
213
+ <tr>
214
+ <th scope="row"><?php _e('Display Events on Homepage',$this->pluginDomain); ?></th>
215
+ <td>
216
+ <fieldset>
217
+ <legend class="screen-reader-text">
218
+ <span><?php _e('Display Events on Homepage',$this->pluginDomain); ?></span>
219
+ </legend>
220
+ <label title='Yes'>
221
+ <?php
222
+ $displayEventsOnHomepage = eventsGetOptionValue('displayEventsOnHomepage','on');
223
+ ?>
224
+ <input type="radio" name="displayEventsOnHomepage" value="off" <?php checked($displayEventsOnHomepage, 'off'); ?> />
225
+ <?php _e('Off',$this->pluginDomain); ?>
226
+ </label>
227
+ <label title='List View'>
228
+ <input type="radio" name="displayEventsOnHomepage" value="on" <?php checked($displayEventsOnHomepage, 'on'); ?> />
229
+ <?php _e('On',$this->pluginDomain); ?>
230
+ </label>
231
+ </fieldset>
232
+ </td>
233
+ </tr>
234
+
235
+ <tr>
236
+ <th scope="row"><?php _e('Embed Google Maps',$this->pluginDomain); ?></th>
237
+ <td>
238
+ <fieldset>
239
+ <legend class="screen-reader-text">
240
+ <span><?php _e('Embed Google Maps',$this->pluginDomain); ?></span>
241
+ </legend>
242
+ <label title='Yes'>
243
+ <?php
244
+ $embedGoogleMapsValue = eventsGetOptionValue('embedGoogleMaps','off');
245
+ $embedGoogleMapsHeightValue = eventsGetOptionValue('embedGoogleMapsHeight','350');
246
+ $embedGoogleMapsWidthValue = eventsGetOptionValue('embedGoogleMapsWidth','100%');
247
+ if( $embedGoogleMapsValue == 'on' ) {
248
+ $embedGoogleMapsOnStatus = 'checked="checked"';
249
+ } else {
250
+ $embedGoogleMapsOffStatus = 'checked="checked"';
251
+ }
252
+ ?>
253
+ <input type="radio" name="embedGoogleMaps" value="off" <?php echo $embedGoogleMapsOffStatus; ?> onClick="hidestuff('googleEmbedSize');" />
254
+ <?php _e('Off',$this->pluginDomain); ?>
255
+ </label>
256
+ <label title='List View'>
257
+ <input type="radio" name="embedGoogleMaps" value="on" <?php echo $embedGoogleMapsOnStatus; ?> onClick="showstuff('googleEmbedSize');" />
258
+ <?php _e('On',$this->pluginDomain); ?>
259
+ </label>
260
+ <span id="googleEmbedSize" name="googleEmbedSize" style="margin-left:20px;" >
261
+ <?php _e('Height',$this->pluginDomain); ?> <input type="text" name="embedGoogleMapsHeight" value="<?php echo $embedGoogleMapsHeightValue ?>" size=4>
262
+ &nbsp;<?php _e('Width',$this->pluginDomain); ?> <input type="text" name="embedGoogleMapsWidth" value="<?php echo $embedGoogleMapsWidthValue ?>" size=4> <?php _e('(number or %)', $this->pluginDomain); ?>
263
+ </span>
264
+ <br />
265
+ </fieldset>
266
+ </td>
267
+ </tr>
268
+
269
+ <tr>
270
+ <th scope="row"><?php _e('Feature on Event Date',$this->pluginDomain); ?></th>
271
+ <td>
272
+ <fieldset>
273
+ <legend class="screen-reader-text">
274
+ <span><?php _e('Feature on Event Date',$this->pluginDomain); ?></span>
275
+ </legend>
276
+ <label title='Yes'>
277
+ <?php
278
+ $resetEventPostDate = eventsGetOptionValue('resetEventPostDate','off');
279
+ ?>
280
+ <input type="radio" name="resetEventPostDate" value="off" <?php checked($resetEventPostDate, 'off'); ?> />
281
+ <?php _e('Off',$this->pluginDomain); ?>
282
+ </label>
283
+ <label title='List View'>
284
+ <input type="radio" name="resetEventPostDate" value="on" <?php checked($resetEventPostDate, 'on'); ?> />
285
+ <?php _e('On',$this->pluginDomain); ?>
286
+ </label>
287
+ <div>
288
+ <?php _e('This option will bump an event to the top of the homepage loop on the day of the event.',$this->pluginDomain); ?>
289
+ </div>
290
+ <br />
291
+ </fieldset>
292
+ </td>
293
+ </tr>
294
+ <?php if( '' != get_option('permalink_structure') ) : ?>
295
+ <tr>
296
+ <th scope="row"><?php _e('Use Pretty URLs',$this->pluginDomain); ?></th>
297
+ <td>
298
+ <fieldset>
299
+ <legend class="screen-reader-text">
300
+ <span><?php _e('Use Pretty URLs',$this->pluginDomain); ?></span>
301
+ </legend>
302
+ <label title='Yes'>
303
+ <?php
304
+ $useRewriteRules = eventsGetOptionValue('useRewriteRules','on');
305
+ ?>
306
+ <input type="radio" name="useRewriteRules" value="off" <?php checked($useRewriteRules, 'off'); ?> />
307
+ <?php _e('Off',$this->pluginDomain); ?>
308
+ </label>
309
+ <label title='List View'>
310
+ <input type="radio" name="useRewriteRules" value="on" <?php checked($useRewriteRules, 'on'); ?> />
311
+ <?php _e('On',$this->pluginDomain); ?>
312
+ </label>
313
+ <div>
314
+ <?php _e('Pretty URLs (ie, http://site/category/events/upcoming) may interfere with custom themes or plugins.',$this->pluginDomain); ?>
315
+ </div>
316
+ <br />
317
+ </fieldset>
318
+ </td>
319
+ </tr>
320
+ <?php endif; // permalink structure ?>
321
+ <?php
322
+ try {
323
+ do_action( 'sp_events_options_bottom' );
324
+ if ( !$this->optionsExceptionThrown ) {
325
+ //TODO error saving is breaking options saving, to be fixed and uncommented later
326
+ //$allOptions = $this->getOptions();
327
+ //$allOptions['error'] = "";
328
+ //$this->saveOptions( $allOptions );
329
+ }
330
+ } catch( TEC_WP_Options_Exception $e ) {
331
+ $this->optionsExceptionThrown = true;
332
+ //$allOptions = $this->getOptions();
333
+ //$allOptions['error'] = $e->getMessage();
334
+ //$this->saveOptions( $allOptions );
335
+ //$e->displayMessage();
336
+ }
337
+ ?>
338
+ <tr>
339
+ <td>
340
+ <input id="saveEventsCalendarOptions" class="button-primary" type="submit" name="saveEventsCalendarOptions" value="<?php _e('Save Changes', $this->pluginDomain); ?>" />
341
+ </td>
342
+ </tr>
343
+ </table>
344
+
345
+ </form>
346
+
347
+ <script>
348
+ function showstuff(boxid){
349
+ document.getElementById(boxid).style.visibility="visible";
350
+ }
351
+
352
+ function hidestuff(boxid){
353
+ document.getElementById(boxid).style.visibility="hidden";
354
+ }
355
+ <?php if( $embedGoogleMapsValue == 'off' ) { ?>
356
+ hidestuff('googleEmbedSize');
357
+ <?php }; ?>
358
+ </script>
359
+ </div>
360
+ </div>
trunk/views/gridview.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ global $spEvents;
3
+ $spEvents->loadDomainStylesScripts();
4
+
5
+ get_header();
6
+ ?>
7
+ <div id="tec-content" class="grid">
8
+ <div id='tec-events-calendar-header' class="clearfix">
9
+ <h2 class="tec-cal-title"><?php _e('Calendar of Events', $spEvents->pluginDomain) ?></h2>
10
+ <span class='tec-month-nav'>
11
+ <span class='tec-prev-month'>
12
+ <a href='<?php echo events_get_previous_month_link(); ?>'>
13
+ &#x2190; <?php echo events_get_previous_month_text(); ?>
14
+ </a>
15
+ </span>
16
+
17
+ <?php get_jump_to_date_calendar( "tec-" ); ?>
18
+
19
+ <span class='tec-next-month'>
20
+ <a href='<?php echo events_get_next_month_link(); ?>'>
21
+ <?php echo events_get_next_month_text(); ?> &#x2192;
22
+ </a>
23
+ </span>
24
+ </span>
25
+
26
+ <span class='tec-calendar-buttons'>
27
+ <a class='tec-button-off' href='<?php echo events_get_listview_link(); ?>'><?php _e('Event List', $spEvents->pluginDomain)?></a>
28
+ <a class='tec-button-on' href='<?php echo events_get_gridview_link(); ?>'><?php _e('Calendar', $spEvents->pluginDomain)?></a>
29
+ </span>
30
+ </div><!-- tec-events-calendar-header -->
31
+ <a class="ical" href="<?php bloginfo('home'); ?>/?ical"><?php _e('iCal Import', $spEvents->pluginDomain) ?></a>
32
+ <?php event_grid_view( ); // See the plugins/the-events-calendar/views/table.php template for customization ?>
33
+ </div>
34
+
35
+ <?php
36
+ get_footer();
trunk/views/list.php ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ global $spEvents;
3
+ $spEvents->loadDomainStylesScripts();
4
+
5
+ get_header();
6
+ ?>
7
+ <div id="tec-content" class="upcoming">
8
+ <div id='tec-events-calendar-header' class="clearfix">
9
+ <h2 class="tec-cal-title"><?php _e('Calendar of Events', $spEvents->pluginDomain) ?></h2>
10
+ <span class='tec-calendar-buttons'>
11
+ <a class='tec-button-on' href='<?php echo events_get_listview_link(); ?>'><?php _e('Event List', $spEvents->pluginDomain)?></a>
12
+ <a class='tec-button-off' href='<?php echo events_get_gridview_link(); ?>'><?php _e('Calendar', $spEvents->pluginDomain)?></a>
13
+ </span>
14
+
15
+ </div><!--#tec-events-calendar-header-->
16
+ <a class="ical" href="<?php bloginfo('home'); ?>/?ical"><?php _e('iCal Import', $spEvents->pluginDomain) ?></a>
17
+ <div id="tec-events-loop" class="tec-events post-list clearfix">
18
+ <?php while ( have_posts() ) : the_post(); ?>
19
+
20
+ <div id="post-<?php the_ID() ?>" class="tec-event post clearfix<?php echo $alt ?>">
21
+ <div style="clear:both;"></div>
22
+ <?php if ( is_new_event_day() ) : ?>
23
+ <h4 class="event-day"><?php echo the_event_start_date( null, false ); ?></h4>
24
+ <?php endif; ?>
25
+ <?php the_title('<h2 class="entry-title"><a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '" rel="bookmark">', '</a></h2>'); ?>
26
+ <div class="entry-content tec-event-entry">
27
+ <?php the_excerpt() ?>
28
+ </div> <!-- End tec-event-entry -->
29
+
30
+ <div class="tec-event-list-meta">
31
+ <table cellspacing="0">
32
+ <tr>
33
+ <td class="tec-event-meta-desc"><?php _e('Start:', $spEvents->pluginDomain) ?></td>
34
+ <td class="tec-event-meta-value"><?php echo the_event_start_date(); ?></td>
35
+ </tr>
36
+ <tr>
37
+ <td class="tec-event-meta-desc"><?php _e('End:', $spEvents->pluginDomain) ?></td>
38
+ <td class="tec-event-meta-value"><?php echo the_event_end_date(); ?></td>
39
+ </tr>
40
+ <?php
41
+ $venue = the_event_venue();
42
+ if ( !empty( $venue ) ) :
43
+ ?>
44
+ <tr>
45
+ <td class="tec-event-meta-desc"><?php _e('Venue:', $spEvents->pluginDomain) ?></td>
46
+ <td class="tec-event-meta-value"><?php echo $venue; ?></td>
47
+ </tr>
48
+ <?php endif; ?>
49
+ <?php
50
+ $phone = the_event_phone();
51
+ if ( !empty( $phone ) ) :
52
+ ?>
53
+ <tr>
54
+ <td class="tec-event-meta-desc"><?php _e('Phone:', $spEvents->pluginDomain) ?></td>
55
+ <td class="tec-event-meta-value"><?php echo $phone; ?></td>
56
+ </tr>
57
+ <?php endif; ?>
58
+ <?php if (tec_address_exists( $post->ID ) ) : ?>
59
+ <tr>
60
+ <td class="tec-event-meta-desc"><?php _e('Address:', $spEvents->pluginDomain); ?><br />
61
+ <?php if( get_post_meta( $post->ID, '_EventShowMapLink', true ) == 'true' ) : ?>
62
+ <a class="gmap" href="<?php event_google_map_link(); ?>" title="Click to view a Google Map" target="_blank"><?php _e('Google Map', $spEvents->pluginDomain ); ?></a>
63
+ <?php endif; ?></td>
64
+ <td class="tec-event-meta-value"><?php tec_event_address( $post->ID ); ?></td>
65
+ </tr>
66
+ <?php endif; ?>
67
+ <?php
68
+ $cost = the_event_cost();
69
+ if ( !empty( $cost ) ) :
70
+ ?>
71
+ <tr>
72
+ <td class="tec-event-meta-desc"><?php _e('Cost:', $spEvents->pluginDomain) ?></td>
73
+ <td class="tec-event-meta-value"><?php echo $cost; ?></td>
74
+ </tr>
75
+ <?php endif; ?>
76
+ </table>
77
+ </div>
78
+ <div style="clear:both;"></div>
79
+ </div> <!-- End post -->
80
+ <div class="tec-events-list content_footer"></div>
81
+ <?php $alt = ( empty( $alt ) ) ? ' alt' : '';?>
82
+ <?php endwhile; // posts ?>
83
+
84
+
85
+
86
+ </div><!-- #tec-events-loop -->
87
+ <div class="tec-nav" id="tec-nav-below">
88
+
89
+ <div class="tec-nav-previous"><?php
90
+ // Display Previous Page Navigation
91
+ if( events_displaying_upcoming() && get_previous_posts_link( ) ) : ?>
92
+ <?php previous_posts_link( '<span>&laquo; Previous Events</span>' ); ?>
93
+ <?php elseif( events_displaying_upcoming() && !get_previous_posts_link( ) ) : ?>
94
+ <a href='<?php echo events_get_past_link(); ?>'><span><?php _e('&laquo; Previous Events', $spEvents->pluginDomain ); ?></span></a>
95
+ <?php elseif( events_displaying_past() && get_next_posts_link( ) ) : ?>
96
+ <?php next_posts_link( '<span>&laquo; Previous Events</span>' ); ?>
97
+ <?php endif; ?>
98
+ </div>
99
+
100
+ <div class="tec-nav-next"><?php
101
+ // Display Next Page Navigation
102
+ if( events_displaying_upcoming() && get_next_posts_link( ) ) : ?>
103
+ <?php next_posts_link( '<span>Next Events &raquo;</span>' ); ?>
104
+ <?php elseif( events_displaying_past() && get_previous_posts_link( ) ) : ?>
105
+ <?php previous_posts_link( '<span>Next Events &raquo;</span>' ); // a little confusing but in 'past view' to see newer events you want the previous page ?>
106
+ <?php elseif( events_displaying_past() && !get_previous_posts_link( ) ) : ?>
107
+ <a href='<?php echo events_get_upcoming_link(); ?>'><span><?php _e('Next Events &raquo;', $spEvents->pluginDomain); ?></span></a>
108
+ <?php endif; ?>
109
+ </div>
110
+
111
+ </div>
112
+
113
+ </div>
114
+
115
+
116
+ <?php
117
+ get_footer();
trunk/views/single.php ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ global $spEvents;
3
+ $spEvents->loadDomainStylesScripts();
4
+ get_header();
5
+ ?>
6
+ <div id="tec-content" class="tec-event widecolumn">
7
+ <?php the_post(); global $post; ?>
8
+ <div id="post-<?php the_ID() ?>" <?php post_class() ?>>
9
+ <span class="back"><a href="<?php echo events_get_events_link(); ?>"><?php _e('&laquo; Back to Events', $spEvents->pluginDomain); ?></a></span>
10
+ <h2 class="entry-title"><?php the_title() ?></h2>
11
+ <?php if (the_event_end_date() > time() ) { ?><small><?php _e('This event has passed.', $spEvents->pluginDomain) ?></small> <?php } ?>
12
+ <div id="tec-event-meta">
13
+ <dl class="column">
14
+ <dt><?php _e('Start:', $spEvents->pluginDomain) ?></dt>
15
+ <dd><?php echo the_event_start_date(); ?></dd>
16
+ <?php if (the_event_start_date() !== the_event_end_date() ) { ?>
17
+ <dt><?php _e('End:', $spEvents->pluginDomain) ?></dt>
18
+ <dd><?php echo the_event_end_date(); ?></dd>
19
+ <?php } ?>
20
+ <?php if ( the_event_cost() ) : ?>
21
+ <dt><?php _e('Cost:', $spEvents->pluginDomain) ?></dt>
22
+ <dd><?php echo the_event_cost(); ?></dd>
23
+ <?php endif; ?>
24
+ </dl>
25
+ <dl class="column">
26
+ <?php if(the_event_venue()) : ?>
27
+ <dt><?php _e('Venue:', $spEvents->pluginDomain) ?></dt>
28
+ <dd><?php echo the_event_venue(); ?></dd>
29
+ <?php endif; ?>
30
+ <?php if(the_event_phone()) : ?>
31
+ <dt><?php _e('Phone:', $spEvents->pluginDomain) ?></dt>
32
+ <dd><?php echo the_event_phone(); ?></dd>
33
+ <?php endif; ?>
34
+ <?php if( tec_address_exists( $post->ID ) ) : ?>
35
+ <dt>
36
+ <?php _e('Address:', $spEvents->pluginDomain) ?><br />
37
+ <?php if( get_post_meta( $post->ID, '_EventShowMapLink', true ) == 'true' ) : ?>
38
+ <a class="gmap" href="<?php event_google_map_link() ?>" title="<?php _e('Click to view a Google Map', $spEvents->pluginDomain); ?>" target="_blank"><?php _e('Google Map', $spEvents->pluginDomain ); ?></a>
39
+ <?php endif; ?>
40
+ </dt>
41
+ <dd>
42
+ <?php tec_event_address( $post->ID ); ?>
43
+ </dd>
44
+ <?php endif; ?>
45
+ </dl>
46
+ </div>
47
+ <?php if( get_post_meta( $post->ID, '_EventShowMap', true ) == 'true' ) : ?>
48
+ <?php if( tec_address_exists( $post->ID ) ) event_google_map_embed(); ?>
49
+ <?php endif; ?>
50
+ <div class="entry">
51
+ <?php the_content() ?>
52
+ <?php if (function_exists('the_event_ticket_form')) { the_event_ticket_form(); } ?>
53
+ </div>
54
+ <?php edit_post_link('Edit', '<span class="edit-link">', '</span>'); ?>
55
+ </div><!-- post -->
56
+
57
+ <?php if(eventsGetOptionValue('showComments','no') == 'yes'){ comments_template();} ?>
58
+
59
+ </div><!-- tec-content -->
60
+
61
+ <?php
62
+ get_footer();
trunk/views/table.php ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ global $spEvents;
3
+ $eventPosts = get_events();
4
+ $daysInMonth = date("t", $date);
5
+ $startOfWeek = get_option( 'start_of_week', 0 );
6
+ list( $year, $month ) = split( '-', $spEvents->date );
7
+ $date = mktime(12, 0, 0, $month, 1, $year); // 1st day of month as unix stamp
8
+ $monthView = events_by_month( $eventPosts, $spEvents->date );
9
+ $rawOffset = date("w", $date) - $startOfWeek;
10
+ $offset = ( $rawOffset < 0 ) ? $rawOffset + 7 : $rawOffset; // month begins on day x
11
+ $rows = 1;
12
+ $monthView = events_by_month( $eventPosts, $spEvents->date );
13
+ ?>
14
+ <table class="tec-calendar" id="big">
15
+ <thead>
16
+ <tr>
17
+ <?php
18
+ for( $n = $startOfWeek; $n < count($spEvents->daysOfWeek) + $startOfWeek; $n++ ) {
19
+ $dayOfWeek = ( $n >= 7 ) ? $n - 7 : $n;
20
+ echo '<th id="tec-' . strtolower($spEvents->daysOfWeek[$dayOfWeek]) . '" abbr="' . $spEvents->daysOfWeek[$dayOfWeek] . '">' . $spEvents->daysOfWeekShort[$dayOfWeek] . '</th>';
21
+ }
22
+ ?>
23
+ </tr>
24
+ </thead>
25
+
26
+ <tbody>
27
+ <tr>
28
+ <?php
29
+ // skip last month
30
+ for( $i = 1; $i <= $offset; $i++ ){
31
+ echo "<td class='tec-othermonth'></td>";
32
+ }
33
+ // output this month
34
+ for( $day = 1; $day <= date("t", $date); $day++ ) {
35
+ if( ($day + $offset - 1) % 7 == 0 && $day != 1) {
36
+ echo "</tr>\n\t<tr>";
37
+ $rows++;
38
+ }
39
+
40
+ // Var'ng up days, months and years
41
+ $current_day = date_i18n( 'd' );
42
+ $current_month = date_i18n( 'm' );
43
+ $current_year = date_i18n( 'Y' );
44
+
45
+ if ( $current_month == $month && $current_year == $year) {
46
+ // Past, Present, Future class
47
+ if ($current_day == $day ) {
48
+ $ppf = ' tec-present';
49
+ } elseif ($current_day > $day) {
50
+ $ppf = ' tec-past';
51
+ } elseif ($current_day < $day) {
52
+ $ppf = ' tec-future';
53
+ }
54
+ } elseif ( $current_month > $month && $current_year == $year || $current_year > $year ) {
55
+ $ppf = ' tec-past';
56
+ } elseif ( $current_month < $month && $current_year == $year || $current_year < $year ) {
57
+ $ppf = ' tec-future';
58
+ } else { $ppf = false; }
59
+
60
+ echo "<td class='tec-thismonth" . $ppf . "'>" . display_day_title( $day, $monthView ) . "\n";
61
+ echo display_day( $day, $monthView );
62
+ echo "</td>";
63
+ }
64
+ // skip next month
65
+ while( ($day + $offset) <= $rows * 7)
66
+ {
67
+ echo "<td class='tec-othermonth'></td>";
68
+ $day++;
69
+ }
70
+ ?>
71
+ </tr>
72
+ </tbody>
73
+ </table>
74
+ <?php
75
+ /**
76
+ * Each day in the calendar grid view will only display posts_per_page events.
77
+ * If the day has more events than will be displayed, we show all of the events
78
+ * as a tooltip in the day header
79
+ */
80
+ function display_day_title( $day, $monthView ) {
81
+ $return = "<div class='daynum tec-event' id='daynum_$day'>";
82
+ if( !count( $monthView[$day] ) || count( $monthView[$day] ) < get_option( 'posts_per_page' ) ) {
83
+ $return .= $day;
84
+ } else {
85
+ global $post;
86
+ $return .= "<a class='tec-multi-event-day'>$day</a>";
87
+ $return .= "<div id='tooltip_day_$day' class='tec-tooltip' style='display:none;'>";
88
+ for( $i = 0; $i < count( $monthView[$day] ); $i++ ) {
89
+ $post = $monthView[$day][$i];
90
+ setup_postdata( $post );
91
+ $return .= '<h5 class="tec-event-title">' . get_the_title() . '</h5>';
92
+ }
93
+ $return .= '<span class="tec-arrow"></span>';
94
+ $return .= '</div>';
95
+ }
96
+ $return .= "</div>";
97
+ return $return;
98
+ }
99
+ /**
100
+ * Each day in the calendar grid view will only display posts_per_page events.
101
+ * Each event will have a tooltip for more information on that event.
102
+ */
103
+ function display_day( $day, $monthView ) {
104
+ global $post;
105
+ $output = '';
106
+ $posts_per_page = get_option( 'posts_per_page' );
107
+ for( $i = 0; $i < count( $monthView[$day] ) && $i < $posts_per_page; $i++ ) {
108
+ $post = $monthView[$day][$i];
109
+ setup_postdata( $post );
110
+ $eventId = $post->ID.'-'.$day;
111
+ $start = the_event_start_date( $post->ID );
112
+ $end = the_event_end_date( $post->ID );
113
+ $cost = the_event_cost( $post->ID );
114
+ $address = the_event_address( $post->ID );
115
+ $city = the_event_city( $post->ID );
116
+ $state = the_event_state( $post->ID );
117
+ $province = the_event_province( $post->ID );
118
+ $country = the_event_country( $post->ID );
119
+ ?>
120
+ <div id='event_<?php echo $eventId; ?>' class="tec-event
121
+ <?php
122
+ foreach((get_the_category()) as $category) {
123
+ echo 'cat_' . $category->cat_name . ' ';
124
+ }
125
+ ?>
126
+ ">
127
+ <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
128
+ <div id='tooltip_<?php echo $eventId; ?>' class="tec-tooltip" style="display:none;">
129
+ <h5 class="tec-event-title"><?php the_title();?></h5>
130
+ <div class="tec-event-body">
131
+ <?php if ( !the_event_all_day($post->ID) ) : ?>
132
+ <div class="tec-event-date">
133
+ <?php if ( !empty( $start ) ) echo $start; ?>
134
+ <?php if ( !empty( $end ) && $start !== $end ) echo " – " . $end . '<br />'; ?>
135
+ </div>
136
+ <?php endif; ?>
137
+ <?php echo The_Events_Calendar::truncate(get_the_content(), 30); ?>
138
+
139
+ </div>
140
+ <span class="tec-arrow"></span>
141
+ </div>
142
+ </div>
143
+ <?php
144
+ if( $i < $posts_per_page - 1 && $i < count( $monthView[$day] ) - 1 ) {
145
+ echo "<hr />";
146
+ }
147
+ }
148
+ }
views/events-meta-box.php CHANGED
@@ -45,7 +45,7 @@
45
  }
46
  }
47
 
48
- spShowHideCorrectStateProvinceInput( jQuery("#EventCountry > option:first").attr('label') );
49
 
50
  jQuery("#EventCountry").change(function() {
51
  var countryLabel = jQuery(this).find('option:selected').attr('label');
@@ -133,7 +133,7 @@
133
 
134
  if( event_phone.length > 0 && event_phone.val().length && !event_phone.val().match(/^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,5})|(\(?\d{2,6}\)?))(-| )?(\d{3,4})(-| )?(\d{4})(( x| ext)\d{1,5}){0,1}$/) ) {
135
  event_phone.focus();
136
- alert('<?php _e('Phone',$this->pluginDomain); ?> <?php _e('is not valid.', $this->pluginDomain); ?> <?php _e('Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may also use an optional extension of up to five digits prefixed by x or ext (eg. 123 123 4567 x89)'); ?> ');
137
  return false;
138
  }
139
  return true;
45
  }
46
  }
47
 
48
+ spShowHideCorrectStateProvinceInput( jQuery("#EventCountry > option:selected").attr('label') );
49
 
50
  jQuery("#EventCountry").change(function() {
51
  var countryLabel = jQuery(this).find('option:selected').attr('label');
133
 
134
  if( event_phone.length > 0 && event_phone.val().length && !event_phone.val().match(/^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,5})|(\(?\d{2,6}\)?))(-| )?(\d{3,4})(-| )?(\d{4})(( x| ext)\d{1,5}){0,1}$/) ) {
135
  event_phone.focus();
136
+ alert("<?php _e('Phone',$this->pluginDomain); ?> <?php _e('is not valid.', $this->pluginDomain); ?> <?php _e('Valid values are local format (eg. 02 1234 5678 or 123 123 4567) or international format (eg. +61 (0) 2 1234 5678 or +1 123 123 4567). You may also use an optional extension of up to five digits prefixed by x or ext (eg. 123 123 4567 x89)'); ?> ");
137
  return false;
138
  }
139
  return true;
views/gridview.php CHANGED
@@ -27,9 +27,8 @@
27
  <a class='tec-button-off' href='<?php echo events_get_listview_link(); ?>'><?php _e('Event List', $spEvents->pluginDomain)?></a>
28
  <a class='tec-button-on' href='<?php echo events_get_gridview_link(); ?>'><?php _e('Calendar', $spEvents->pluginDomain)?></a>
29
  </span>
30
-
31
  </div><!-- tec-events-calendar-header -->
32
-
33
  <?php event_grid_view( ); // See the plugins/the-events-calendar/views/table.php template for customization ?>
34
  </div>
35
 
27
  <a class='tec-button-off' href='<?php echo events_get_listview_link(); ?>'><?php _e('Event List', $spEvents->pluginDomain)?></a>
28
  <a class='tec-button-on' href='<?php echo events_get_gridview_link(); ?>'><?php _e('Calendar', $spEvents->pluginDomain)?></a>
29
  </span>
 
30
  </div><!-- tec-events-calendar-header -->
31
+ <a class="ical" href="<?php bloginfo('home'); ?>/?ical"><?php _e('iCal Import', $spEvents->pluginDomain) ?></a>
32
  <?php event_grid_view( ); // See the plugins/the-events-calendar/views/table.php template for customization ?>
33
  </div>
34
 
views/list.php CHANGED
@@ -13,7 +13,7 @@
13
  </span>
14
 
15
  </div><!--#tec-events-calendar-header-->
16
-
17
  <div id="tec-events-loop" class="tec-events post-list clearfix">
18
  <?php while ( have_posts() ) : the_post(); ?>
19
 
13
  </span>
14
 
15
  </div><!--#tec-events-calendar-header-->
16
+ <a class="ical" href="<?php bloginfo('home'); ?>/?ical"><?php _e('iCal Import', $spEvents->pluginDomain) ?></a>
17
  <div id="tec-events-loop" class="tec-events post-list clearfix">
18
  <?php while ( have_posts() ) : the_post(); ?>
19
 
views/table.php CHANGED
@@ -134,7 +134,7 @@ function display_day( $day, $monthView ) {
134
  <?php if ( !empty( $end ) && $start !== $end ) echo " – " . $end . '<br />'; ?>
135
  </div>
136
  <?php endif; ?>
137
- <?php echo The_Events_Calendar::truncate(the_content(), 30); ?>
138
 
139
  </div>
140
  <span class="tec-arrow"></span>
134
  <?php if ( !empty( $end ) && $start !== $end ) echo " – " . $end . '<br />'; ?>
135
  </div>
136
  <?php endif; ?>
137
+ <?php echo The_Events_Calendar::truncate(get_the_content(), 30); ?>
138
 
139
  </div>
140
  <span class="tec-arrow"></span>