Version Description
Bugs
- list view now outputs user-created links properly
- Recent Posts widget now shows all cats
- W3C-invalid markup code removed
- function names in the-events-calendar.php made more specific to avoid conflict with other plugins
Download this release
Release Info
Developer | justinendler |
Plugin | The Events Calendar |
Version | 1.6.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.3 to 1.6.4
- events-list-widget.class.php +5 -7
- lang/the-events-calendar.pot +297 -297
- readme.txt +11 -2
- template-tags.php +2 -2
- the-events-calendar.class.php +5 -22
- the-events-calendar.php +5 -5
- views/datepicker.php +1 -1
- views/gridview.php +10 -9
- views/list.php +10 -12
- views/single.php +4 -4
- views/table.php +2 -2
events-list-widget.class.php
CHANGED
@@ -63,14 +63,12 @@ if( !class_exists( 'Events_List_Widget' ) ) {
|
|
63 |
/* Display list of events. */
|
64 |
if( function_exists( 'get_events' ) ) {
|
65 |
echo '<ul class="upcoming">';
|
66 |
-
|
|
|
|
|
67 |
setup_postdata($post);
|
68 |
-
|
69 |
-
|
70 |
-
} else {
|
71 |
-
include( dirname( __FILE__ ) . '/views/events-list-load-widget-display.php' );
|
72 |
-
}
|
73 |
-
endforeach;
|
74 |
echo "</ul>";
|
75 |
|
76 |
$wp_query->set('eventDisplay', $old_display);
|
63 |
/* Display list of events. */
|
64 |
if( function_exists( 'get_events' ) ) {
|
65 |
echo '<ul class="upcoming">';
|
66 |
+
$templateOverride = locate_template( array( 'events/events-list-load-widget-display.php' ) );
|
67 |
+
$templateLoc = $templateOverride ? $templateOverride : dirname( __FILE__ ) . '/views/events-list-load-widget-display.php';
|
68 |
+
foreach( $posts as $post ) {
|
69 |
setup_postdata($post);
|
70 |
+
include( $templateLoc );
|
71 |
+
}
|
|
|
|
|
|
|
|
|
72 |
echo "</ul>";
|
73 |
|
74 |
$wp_query->set('eventDisplay', $old_display);
|
lang/the-events-calendar.pot
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Translation of the WordPress plugin The Events Calendar 1.6.
|
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.
|
@@ -6,9 +6,9 @@
|
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
-
"Project-Id-Version: The Events Calendar 1.6.
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
|
11 |
-
"POT-Creation-Date: 2010-
|
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"
|
@@ -33,1125 +33,1125 @@ msgstr ""
|
|
33 |
msgid "A widget that displays the next upcoming x events."
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: events-list-widget.class.php:
|
37 |
msgid "View All Events"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: events-list-widget.class.php:
|
41 |
msgid "There are no upcoming events at this time."
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: the-events-calendar.class.php:
|
45 |
msgid "Sun"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: the-events-calendar.class.php:
|
49 |
msgid "Mon"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: the-events-calendar.class.php:
|
53 |
msgid "Tue"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: the-events-calendar.class.php:
|
57 |
msgid "Wed"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: the-events-calendar.class.php:
|
61 |
msgid "Thu"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: the-events-calendar.class.php:
|
65 |
msgid "Fri"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: the-events-calendar.class.php:
|
69 |
msgid "Sat"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: the-events-calendar.class.php:
|
73 |
msgid "Sunday"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: the-events-calendar.class.php:
|
77 |
msgid "Monday"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: the-events-calendar.class.php:
|
81 |
msgid "Tuesday"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: the-events-calendar.class.php:
|
85 |
msgid "Wednesday"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: the-events-calendar.class.php:
|
89 |
msgid "Thursday"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: the-events-calendar.class.php:
|
93 |
msgid "Friday"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: the-events-calendar.class.php:
|
97 |
msgid "Saturday"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: the-events-calendar.class.php:
|
101 |
msgid "Select a Country:"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: the-events-calendar.class.php:
|
105 |
msgid "United States"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: the-events-calendar.class.php:
|
109 |
msgid "Afghanistan"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: the-events-calendar.class.php:
|
113 |
msgid "Albania"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: the-events-calendar.class.php:
|
117 |
msgid "Algeria"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: the-events-calendar.class.php:
|
121 |
msgid "American Samoa"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: the-events-calendar.class.php:
|
125 |
msgid "Andorra"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: the-events-calendar.class.php:
|
129 |
msgid "Angola"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: the-events-calendar.class.php:
|
133 |
msgid "Anguilla"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: the-events-calendar.class.php:
|
137 |
msgid "Antarctica"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: the-events-calendar.class.php:
|
141 |
msgid "Antigua And Barbuda"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: the-events-calendar.class.php:
|
145 |
msgid "Argentina"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: the-events-calendar.class.php:
|
149 |
msgid "Armenia"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: the-events-calendar.class.php:
|
153 |
msgid "Aruba"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: the-events-calendar.class.php:
|
157 |
msgid "Australia"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: the-events-calendar.class.php:
|
161 |
msgid "Austria"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: the-events-calendar.class.php:
|
165 |
msgid "Azerbaijan"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: the-events-calendar.class.php:
|
169 |
msgid "Bahamas"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: the-events-calendar.class.php:
|
173 |
msgid "Bahrain"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: the-events-calendar.class.php:
|
177 |
msgid "Bangladesh"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: the-events-calendar.class.php:
|
181 |
msgid "Barbados"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: the-events-calendar.class.php:
|
185 |
msgid "Belarus"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: the-events-calendar.class.php:
|
189 |
msgid "Belgium"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: the-events-calendar.class.php:
|
193 |
msgid "Belize"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: the-events-calendar.class.php:
|
197 |
msgid "Benin"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: the-events-calendar.class.php:
|
201 |
msgid "Bermuda"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: the-events-calendar.class.php:
|
205 |
msgid "Bhutan"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: the-events-calendar.class.php:
|
209 |
msgid "Bolivia"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: the-events-calendar.class.php:
|
213 |
msgid "Bosnia And Herzegowina"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: the-events-calendar.class.php:
|
217 |
msgid "Botswana"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: the-events-calendar.class.php:
|
221 |
msgid "Bouvet Island"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: the-events-calendar.class.php:
|
225 |
msgid "Brazil"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: the-events-calendar.class.php:
|
229 |
msgid "British Indian Ocean Territory"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: the-events-calendar.class.php:
|
233 |
msgid "Brunei Darussalam"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: the-events-calendar.class.php:
|
237 |
msgid "Bulgaria"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: the-events-calendar.class.php:
|
241 |
msgid "Burkina Faso"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: the-events-calendar.class.php:
|
245 |
msgid "Burundi"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: the-events-calendar.class.php:
|
249 |
msgid "Cambodia"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: the-events-calendar.class.php:
|
253 |
msgid "Cameroon"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: the-events-calendar.class.php:
|
257 |
msgid "Canada"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: the-events-calendar.class.php:
|
261 |
msgid "Cape Verde"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: the-events-calendar.class.php:
|
265 |
msgid "Cayman Islands"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: the-events-calendar.class.php:
|
269 |
msgid "Central African Republic"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: the-events-calendar.class.php:
|
273 |
msgid "Chad"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: the-events-calendar.class.php:
|
277 |
msgid "Chile"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: the-events-calendar.class.php:
|
281 |
msgid "China"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: the-events-calendar.class.php:
|
285 |
msgid "Christmas Island"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: the-events-calendar.class.php:
|
289 |
msgid "Cocos (Keeling) Islands"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: the-events-calendar.class.php:
|
293 |
msgid "Colombia"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: the-events-calendar.class.php:
|
297 |
msgid "Comoros"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: the-events-calendar.class.php:
|
301 |
msgid "Congo"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: the-events-calendar.class.php:
|
305 |
msgid "Congo, The Democratic Republic Of The"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: the-events-calendar.class.php:
|
309 |
msgid "Cook Islands"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: the-events-calendar.class.php:
|
313 |
msgid "Costa Rica"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: the-events-calendar.class.php:
|
317 |
msgid "Cote D'Ivoire"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: the-events-calendar.class.php:
|
321 |
msgid "Croatia (Local Name: Hrvatska)"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: the-events-calendar.class.php:
|
325 |
msgid "Cuba"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: the-events-calendar.class.php:
|
329 |
msgid "Cyprus"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: the-events-calendar.class.php:
|
333 |
msgid "Czech Republic"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: the-events-calendar.class.php:
|
337 |
msgid "Denmark"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: the-events-calendar.class.php:
|
341 |
msgid "Djibouti"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: the-events-calendar.class.php:
|
345 |
msgid "Dominica"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: the-events-calendar.class.php:
|
349 |
msgid "Dominican Republic"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: the-events-calendar.class.php:
|
353 |
msgid "East Timor"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: the-events-calendar.class.php:
|
357 |
msgid "Ecuador"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: the-events-calendar.class.php:
|
361 |
msgid "Egypt"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: the-events-calendar.class.php:
|
365 |
msgid "El Salvador"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: the-events-calendar.class.php:
|
369 |
msgid "Equatorial Guinea"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: the-events-calendar.class.php:
|
373 |
msgid "Eritrea"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: the-events-calendar.class.php:
|
377 |
msgid "Estonia"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: the-events-calendar.class.php:
|
381 |
msgid "Ethiopia"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: the-events-calendar.class.php:
|
385 |
msgid "Falkland Islands (Malvinas)"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: the-events-calendar.class.php:
|
389 |
msgid "Faroe Islands"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: the-events-calendar.class.php:
|
393 |
msgid "Fiji"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: the-events-calendar.class.php:
|
397 |
msgid "Finland"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: the-events-calendar.class.php:
|
401 |
msgid "France"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: the-events-calendar.class.php:
|
405 |
msgid "France, Metropolitan"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: the-events-calendar.class.php:
|
409 |
msgid "French Guiana"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: the-events-calendar.class.php:
|
413 |
msgid "French Polynesia"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: the-events-calendar.class.php:
|
417 |
msgid "French Southern Territories"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: the-events-calendar.class.php:
|
421 |
msgid "Gabon"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: the-events-calendar.class.php:
|
425 |
msgid "Gambia"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: the-events-calendar.class.php:
|
429 |
msgid "Georgia"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: the-events-calendar.class.php:
|
433 |
msgid "Germany"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: the-events-calendar.class.php:
|
437 |
msgid "Ghana"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: the-events-calendar.class.php:
|
441 |
msgid "Gibraltar"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: the-events-calendar.class.php:
|
445 |
msgid "Greece"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: the-events-calendar.class.php:
|
449 |
msgid "Greenland"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: the-events-calendar.class.php:
|
453 |
msgid "Grenada"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: the-events-calendar.class.php:
|
457 |
msgid "Guadeloupe"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: the-events-calendar.class.php:
|
461 |
msgid "Guam"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: the-events-calendar.class.php:
|
465 |
msgid "Guatemala"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: the-events-calendar.class.php:
|
469 |
msgid "Guinea"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: the-events-calendar.class.php:
|
473 |
msgid "Guinea-Bissau"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: the-events-calendar.class.php:
|
477 |
msgid "Guyana"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: the-events-calendar.class.php:
|
481 |
msgid "Haiti"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: the-events-calendar.class.php:
|
485 |
msgid "Heard And Mc Donald Islands"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: the-events-calendar.class.php:
|
489 |
msgid "Holy See (Vatican City State)"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: the-events-calendar.class.php:
|
493 |
msgid "Honduras"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: the-events-calendar.class.php:
|
497 |
msgid "Hong Kong"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: the-events-calendar.class.php:
|
501 |
msgid "Hungary"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: the-events-calendar.class.php:
|
505 |
msgid "Iceland"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: the-events-calendar.class.php:
|
509 |
msgid "India"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: the-events-calendar.class.php:
|
513 |
msgid "Indonesia"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: the-events-calendar.class.php:
|
517 |
msgid "Iran (Islamic Republic Of)"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: the-events-calendar.class.php:
|
521 |
msgid "Iraq"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: the-events-calendar.class.php:
|
525 |
msgid "Ireland"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: the-events-calendar.class.php:
|
529 |
msgid "Israel"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: the-events-calendar.class.php:
|
533 |
msgid "Italy"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: the-events-calendar.class.php:
|
537 |
msgid "Jamaica"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: the-events-calendar.class.php:
|
541 |
msgid "Japan"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: the-events-calendar.class.php:
|
545 |
msgid "Jordan"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: the-events-calendar.class.php:
|
549 |
msgid "Kazakhstan"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: the-events-calendar.class.php:
|
553 |
msgid "Kenya"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: the-events-calendar.class.php:
|
557 |
msgid "Kiribati"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: the-events-calendar.class.php:
|
561 |
msgid "Korea, Democratic People's Republic Of"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: the-events-calendar.class.php:
|
565 |
msgid "Korea, Republic Of"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: the-events-calendar.class.php:
|
569 |
msgid "Kuwait"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: the-events-calendar.class.php:
|
573 |
msgid "Kyrgyzstan"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: the-events-calendar.class.php:
|
577 |
msgid "Lao People's Democratic Republic"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: the-events-calendar.class.php:
|
581 |
msgid "Latvia"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: the-events-calendar.class.php:
|
585 |
msgid "Lebanon"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: the-events-calendar.class.php:
|
589 |
msgid "Lesotho"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: the-events-calendar.class.php:
|
593 |
msgid "Liberia"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: the-events-calendar.class.php:
|
597 |
msgid "Libyan Arab Jamahiriya"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: the-events-calendar.class.php:
|
601 |
msgid "Liechtenstein"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: the-events-calendar.class.php:
|
605 |
msgid "Lithuania"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: the-events-calendar.class.php:
|
609 |
msgid "Luxembourg"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: the-events-calendar.class.php:
|
613 |
msgid "Macau"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: the-events-calendar.class.php:
|
617 |
msgid "Macedonia, Former Yugoslav Republic Of"
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: the-events-calendar.class.php:
|
621 |
msgid "Madagascar"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: the-events-calendar.class.php:
|
625 |
msgid "Malawi"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: the-events-calendar.class.php:
|
629 |
msgid "Malaysia"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: the-events-calendar.class.php:
|
633 |
msgid "Maldives"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: the-events-calendar.class.php:
|
637 |
msgid "Mali"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: the-events-calendar.class.php:
|
641 |
msgid "Malta"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: the-events-calendar.class.php:
|
645 |
msgid "Marshall Islands"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: the-events-calendar.class.php:
|
649 |
msgid "Martinique"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: the-events-calendar.class.php:
|
653 |
msgid "Mauritania"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: the-events-calendar.class.php:
|
657 |
msgid "Mauritius"
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: the-events-calendar.class.php:
|
661 |
msgid "Mayotte"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: the-events-calendar.class.php:
|
665 |
msgid "Mexico"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: the-events-calendar.class.php:
|
669 |
msgid "Micronesia, Federated States Of"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: the-events-calendar.class.php:
|
673 |
msgid "Moldova, Republic Of"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: the-events-calendar.class.php:
|
677 |
msgid "Monaco"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: the-events-calendar.class.php:
|
681 |
msgid "Mongolia"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: the-events-calendar.class.php:
|
685 |
msgid "Montserrat"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: the-events-calendar.class.php:
|
689 |
msgid "Morocco"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: the-events-calendar.class.php:
|
693 |
msgid "Mozambique"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: the-events-calendar.class.php:
|
697 |
msgid "Myanmar"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: the-events-calendar.class.php:
|
701 |
msgid "Namibia"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: the-events-calendar.class.php:
|
705 |
msgid "Nauru"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: the-events-calendar.class.php:
|
709 |
msgid "Nepal"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: the-events-calendar.class.php:
|
713 |
msgid "Netherlands"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: the-events-calendar.class.php:
|
717 |
msgid "Netherlands Antilles"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: the-events-calendar.class.php:
|
721 |
msgid "New Caledonia"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: the-events-calendar.class.php:
|
725 |
msgid "New Zealand"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: the-events-calendar.class.php:
|
729 |
msgid "Nicaragua"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: the-events-calendar.class.php:
|
733 |
msgid "Niger"
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: the-events-calendar.class.php:
|
737 |
msgid "Nigeria"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: the-events-calendar.class.php:
|
741 |
msgid "Niue"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: the-events-calendar.class.php:
|
745 |
msgid "Norfolk Island"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: the-events-calendar.class.php:
|
749 |
msgid "Northern Mariana Islands"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: the-events-calendar.class.php:
|
753 |
msgid "Norway"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: the-events-calendar.class.php:
|
757 |
msgid "Oman"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: the-events-calendar.class.php:
|
761 |
msgid "Pakistan"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: the-events-calendar.class.php:
|
765 |
msgid "Palau"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: the-events-calendar.class.php:
|
769 |
msgid "Panama"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: the-events-calendar.class.php:
|
773 |
msgid "Papua New Guinea"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: the-events-calendar.class.php:
|
777 |
msgid "Paraguay"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: the-events-calendar.class.php:
|
781 |
msgid "Peru"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: the-events-calendar.class.php:
|
785 |
msgid "Philippines"
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: the-events-calendar.class.php:
|
789 |
msgid "Pitcairn"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: the-events-calendar.class.php:
|
793 |
msgid "Poland"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: the-events-calendar.class.php:
|
797 |
msgid "Portugal"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: the-events-calendar.class.php:
|
801 |
msgid "Puerto Rico"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: the-events-calendar.class.php:
|
805 |
msgid "Qatar"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: the-events-calendar.class.php:
|
809 |
msgid "Reunion"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: the-events-calendar.class.php:
|
813 |
msgid "Romania"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: the-events-calendar.class.php:
|
817 |
msgid "Russian Federation"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: the-events-calendar.class.php:
|
821 |
msgid "Rwanda"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: the-events-calendar.class.php:
|
825 |
msgid "Saint Kitts And Nevis"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: the-events-calendar.class.php:
|
829 |
msgid "Saint Lucia"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: the-events-calendar.class.php:
|
833 |
msgid "Saint Vincent And The Grenadines"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: the-events-calendar.class.php:
|
837 |
msgid "Samoa"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: the-events-calendar.class.php:
|
841 |
msgid "San Marino"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: the-events-calendar.class.php:
|
845 |
msgid "Sao Tome And Principe"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: the-events-calendar.class.php:
|
849 |
msgid "Saudi Arabia"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: the-events-calendar.class.php:
|
853 |
msgid "Senegal"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: the-events-calendar.class.php:
|
857 |
msgid "Seychelles"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: the-events-calendar.class.php:
|
861 |
msgid "Sierra Leone"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: the-events-calendar.class.php:
|
865 |
msgid "Singapore"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: the-events-calendar.class.php:
|
869 |
msgid "Slovakia (Slovak Republic)"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: the-events-calendar.class.php:
|
873 |
msgid "Slovenia"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: the-events-calendar.class.php:
|
877 |
msgid "Solomon Islands"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: the-events-calendar.class.php:
|
881 |
msgid "Somalia"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: the-events-calendar.class.php:
|
885 |
msgid "South Africa"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: the-events-calendar.class.php:
|
889 |
msgid "South Georgia, South Sandwich Islands"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: the-events-calendar.class.php:
|
893 |
msgid "Spain"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: the-events-calendar.class.php:
|
897 |
msgid "Sri Lanka"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: the-events-calendar.class.php:
|
901 |
msgid "St. Helena"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: the-events-calendar.class.php:
|
905 |
msgid "St. Pierre And Miquelon"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: the-events-calendar.class.php:
|
909 |
msgid "Sudan"
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: the-events-calendar.class.php:
|
913 |
msgid "Suriname"
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: the-events-calendar.class.php:
|
917 |
msgid "Svalbard And Jan Mayen Islands"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: the-events-calendar.class.php:
|
921 |
msgid "Swaziland"
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: the-events-calendar.class.php:
|
925 |
msgid "Sweden"
|
926 |
msgstr ""
|
927 |
|
928 |
-
#: the-events-calendar.class.php:
|
929 |
msgid "Switzerland"
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: the-events-calendar.class.php:
|
933 |
msgid "Syrian Arab Republic"
|
934 |
msgstr ""
|
935 |
|
936 |
-
#: the-events-calendar.class.php:
|
937 |
msgid "Taiwan"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: the-events-calendar.class.php:
|
941 |
msgid "Tajikistan"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: the-events-calendar.class.php:
|
945 |
msgid "Tanzania, United Republic Of"
|
946 |
msgstr ""
|
947 |
|
948 |
-
#: the-events-calendar.class.php:
|
949 |
msgid "Thailand"
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: the-events-calendar.class.php:
|
953 |
msgid "Togo"
|
954 |
msgstr ""
|
955 |
|
956 |
-
#: the-events-calendar.class.php:
|
957 |
msgid "Tokelau"
|
958 |
msgstr ""
|
959 |
|
960 |
-
#: the-events-calendar.class.php:
|
961 |
msgid "Tonga"
|
962 |
msgstr ""
|
963 |
|
964 |
-
#: the-events-calendar.class.php:
|
965 |
msgid "Trinidad And Tobago"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: the-events-calendar.class.php:
|
969 |
msgid "Tunisia"
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: the-events-calendar.class.php:
|
973 |
msgid "Turkey"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: the-events-calendar.class.php:
|
977 |
msgid "Turkmenistan"
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: the-events-calendar.class.php:
|
981 |
msgid "Turks And Caicos Islands"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: the-events-calendar.class.php:
|
985 |
msgid "Tuvalu"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: the-events-calendar.class.php:
|
989 |
msgid "Uganda"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: the-events-calendar.class.php:
|
993 |
msgid "Ukraine"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: the-events-calendar.class.php:
|
997 |
msgid "United Arab Emirates"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: the-events-calendar.class.php:
|
1001 |
msgid "United Kingdom"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: the-events-calendar.class.php:
|
1005 |
msgid "United States Minor Outlying Islands"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: the-events-calendar.class.php:
|
1009 |
msgid "Uruguay"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: the-events-calendar.class.php:
|
1013 |
msgid "Uzbekistan"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: the-events-calendar.class.php:
|
1017 |
msgid "Vanuatu"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: the-events-calendar.class.php:
|
1021 |
msgid "Venezuela"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: the-events-calendar.class.php:
|
1025 |
msgid "Viet Nam"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: the-events-calendar.class.php:
|
1029 |
msgid "Virgin Islands (British)"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: the-events-calendar.class.php:
|
1033 |
msgid "Virgin Islands (U.S.)"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#: the-events-calendar.class.php:
|
1037 |
msgid "Wallis And Futuna Islands"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: the-events-calendar.class.php:
|
1041 |
msgid "Western Sahara"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: the-events-calendar.class.php:
|
1045 |
msgid "Yemen"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
-
#: the-events-calendar.class.php:
|
1049 |
msgid "Yugoslavia"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: the-events-calendar.class.php:
|
1053 |
msgid "Zambia"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
-
#: the-events-calendar.class.php:
|
1057 |
msgid "Zimbabwe"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: the-events-calendar.class.php:
|
1061 |
msgid "Jan"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: the-events-calendar.class.php:
|
1065 |
msgid "Feb"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: the-events-calendar.class.php:
|
1069 |
msgid "Mar"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
-
#: the-events-calendar.class.php:
|
1073 |
msgid "Apr"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
-
#: the-events-calendar.class.php:
|
1077 |
msgid "May"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: the-events-calendar.class.php:
|
1081 |
msgid "Jun"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: the-events-calendar.class.php:
|
1085 |
msgid "Jul"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: the-events-calendar.class.php:
|
1089 |
msgid "Aug"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
-
#: the-events-calendar.class.php:
|
1093 |
msgid "Sep"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: the-events-calendar.class.php:
|
1097 |
msgid "Oct"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#: the-events-calendar.class.php:
|
1101 |
msgid "Nov"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: the-events-calendar.class.php:
|
1105 |
msgid "Dec"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: the-events-calendar.class.php:
|
1109 |
msgid "January"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: the-events-calendar.class.php:
|
1113 |
msgid "February"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: the-events-calendar.class.php:
|
1117 |
msgid "March"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: the-events-calendar.class.php:
|
1121 |
msgid "April"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: the-events-calendar.class.php:
|
1125 |
msgid "June"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: the-events-calendar.class.php:
|
1129 |
msgid "July"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: the-events-calendar.class.php:
|
1133 |
msgid "August"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: the-events-calendar.class.php:
|
1137 |
msgid "September"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: the-events-calendar.class.php:
|
1141 |
msgid "October"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: the-events-calendar.class.php:
|
1145 |
msgid "November"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: the-events-calendar.class.php:
|
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:
|
1155 |
msgid "The Events Calendar"
|
1156 |
msgstr ""
|
1157 |
|
@@ -1271,7 +1271,7 @@ msgstr ""
|
|
1271 |
msgid "Event Location Details"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: views/events-meta-box.php:299 views/list.php:
|
1275 |
msgid "Venue:"
|
1276 |
msgstr ""
|
1277 |
|
@@ -1279,7 +1279,7 @@ msgstr ""
|
|
1279 |
msgid "Country:"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: views/events-meta-box.php:341 views/list.php:
|
1283 |
msgid "Address:"
|
1284 |
msgstr ""
|
1285 |
|
@@ -1511,7 +1511,7 @@ msgstr ""
|
|
1511 |
msgid "Show Google Map:"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: views/events-meta-box.php:439 views/list.php:
|
1515 |
msgid "Phone:"
|
1516 |
msgstr ""
|
1517 |
|
@@ -1519,7 +1519,7 @@ msgstr ""
|
|
1519 |
msgid "Event Cost"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: views/events-meta-box.php:446 views/list.php:
|
1523 |
msgid "Cost:"
|
1524 |
msgstr ""
|
1525 |
|
@@ -1615,11 +1615,11 @@ msgstr ""
|
|
1615 |
msgid "Default View for the Events"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#: views/events-options.php:156 views/gridview.php:
|
1619 |
msgid "Calendar"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: views/events-options.php:160 views/gridview.php:
|
1623 |
msgid "Event List"
|
1624 |
msgstr ""
|
1625 |
|
@@ -1685,31 +1685,31 @@ msgstr ""
|
|
1685 |
msgid "Save Changes"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: views/gridview.php:
|
1689 |
msgid "Calendar of Events"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: views/gridview.php:
|
1693 |
msgid "iCal Import"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: views/list.php:
|
1697 |
msgid "Start:"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: views/list.php:
|
1701 |
msgid "End:"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: views/list.php:
|
1705 |
msgid "Google Map"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: views/list.php:
|
1709 |
msgid "« Previous Events"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: views/list.php:
|
1713 |
msgid "Next Events »"
|
1714 |
msgstr ""
|
1715 |
|
1 |
+
# Translation of the WordPress plugin The Events Calendar 1.6.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.
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
+
"Project-Id-Version: The Events Calendar 1.6.4\n"
|
10 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/the-events-calendar\n"
|
11 |
+
"POT-Creation-Date: 2010-08-19 18:06+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"
|
33 |
msgid "A widget that displays the next upcoming x events."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: events-list-widget.class.php:78
|
37 |
msgid "View All Events"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: events-list-widget.class.php:79
|
41 |
msgid "There are no upcoming events at this time."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: the-events-calendar.class.php:50
|
45 |
msgid "Sun"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: the-events-calendar.class.php:50
|
49 |
msgid "Mon"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: the-events-calendar.class.php:50
|
53 |
msgid "Tue"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: the-events-calendar.class.php:50
|
57 |
msgid "Wed"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: the-events-calendar.class.php:50
|
61 |
msgid "Thu"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: the-events-calendar.class.php:50
|
65 |
msgid "Fri"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: the-events-calendar.class.php:50
|
69 |
msgid "Sat"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: the-events-calendar.class.php:51
|
73 |
msgid "Sunday"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: the-events-calendar.class.php:51
|
77 |
msgid "Monday"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: the-events-calendar.class.php:51
|
81 |
msgid "Tuesday"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: the-events-calendar.class.php:51
|
85 |
msgid "Wednesday"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: the-events-calendar.class.php:51
|
89 |
msgid "Thursday"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: the-events-calendar.class.php:51
|
93 |
msgid "Friday"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: the-events-calendar.class.php:51
|
97 |
msgid "Saturday"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: the-events-calendar.class.php:57
|
101 |
msgid "Select a Country:"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: the-events-calendar.class.php:58
|
105 |
msgid "United States"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: the-events-calendar.class.php:59
|
109 |
msgid "Afghanistan"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: the-events-calendar.class.php:60
|
113 |
msgid "Albania"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: the-events-calendar.class.php:61
|
117 |
msgid "Algeria"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: the-events-calendar.class.php:62
|
121 |
msgid "American Samoa"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: the-events-calendar.class.php:63
|
125 |
msgid "Andorra"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: the-events-calendar.class.php:64
|
129 |
msgid "Angola"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: the-events-calendar.class.php:65
|
133 |
msgid "Anguilla"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: the-events-calendar.class.php:66
|
137 |
msgid "Antarctica"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: the-events-calendar.class.php:67
|
141 |
msgid "Antigua And Barbuda"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: the-events-calendar.class.php:68
|
145 |
msgid "Argentina"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: the-events-calendar.class.php:69
|
149 |
msgid "Armenia"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: the-events-calendar.class.php:70
|
153 |
msgid "Aruba"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: the-events-calendar.class.php:71
|
157 |
msgid "Australia"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: the-events-calendar.class.php:72
|
161 |
msgid "Austria"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: the-events-calendar.class.php:73
|
165 |
msgid "Azerbaijan"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: the-events-calendar.class.php:74
|
169 |
msgid "Bahamas"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: the-events-calendar.class.php:75
|
173 |
msgid "Bahrain"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: the-events-calendar.class.php:76
|
177 |
msgid "Bangladesh"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: the-events-calendar.class.php:77
|
181 |
msgid "Barbados"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: the-events-calendar.class.php:78
|
185 |
msgid "Belarus"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: the-events-calendar.class.php:79
|
189 |
msgid "Belgium"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: the-events-calendar.class.php:80
|
193 |
msgid "Belize"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: the-events-calendar.class.php:81
|
197 |
msgid "Benin"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: the-events-calendar.class.php:82
|
201 |
msgid "Bermuda"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: the-events-calendar.class.php:83
|
205 |
msgid "Bhutan"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: the-events-calendar.class.php:84
|
209 |
msgid "Bolivia"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: the-events-calendar.class.php:85
|
213 |
msgid "Bosnia And Herzegowina"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: the-events-calendar.class.php:86
|
217 |
msgid "Botswana"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: the-events-calendar.class.php:87
|
221 |
msgid "Bouvet Island"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: the-events-calendar.class.php:88
|
225 |
msgid "Brazil"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: the-events-calendar.class.php:89
|
229 |
msgid "British Indian Ocean Territory"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: the-events-calendar.class.php:90
|
233 |
msgid "Brunei Darussalam"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: the-events-calendar.class.php:91
|
237 |
msgid "Bulgaria"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: the-events-calendar.class.php:92
|
241 |
msgid "Burkina Faso"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: the-events-calendar.class.php:93
|
245 |
msgid "Burundi"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: the-events-calendar.class.php:94
|
249 |
msgid "Cambodia"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: the-events-calendar.class.php:95
|
253 |
msgid "Cameroon"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: the-events-calendar.class.php:96
|
257 |
msgid "Canada"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: the-events-calendar.class.php:97
|
261 |
msgid "Cape Verde"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: the-events-calendar.class.php:98
|
265 |
msgid "Cayman Islands"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: the-events-calendar.class.php:99
|
269 |
msgid "Central African Republic"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: the-events-calendar.class.php:100
|
273 |
msgid "Chad"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: the-events-calendar.class.php:101
|
277 |
msgid "Chile"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: the-events-calendar.class.php:102
|
281 |
msgid "China"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: the-events-calendar.class.php:103
|
285 |
msgid "Christmas Island"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: the-events-calendar.class.php:104
|
289 |
msgid "Cocos (Keeling) Islands"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: the-events-calendar.class.php:105
|
293 |
msgid "Colombia"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: the-events-calendar.class.php:106
|
297 |
msgid "Comoros"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: the-events-calendar.class.php:107
|
301 |
msgid "Congo"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: the-events-calendar.class.php:108
|
305 |
msgid "Congo, The Democratic Republic Of The"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: the-events-calendar.class.php:109
|
309 |
msgid "Cook Islands"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: the-events-calendar.class.php:110
|
313 |
msgid "Costa Rica"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: the-events-calendar.class.php:111
|
317 |
msgid "Cote D'Ivoire"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: the-events-calendar.class.php:112
|
321 |
msgid "Croatia (Local Name: Hrvatska)"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: the-events-calendar.class.php:113
|
325 |
msgid "Cuba"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: the-events-calendar.class.php:114
|
329 |
msgid "Cyprus"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: the-events-calendar.class.php:115
|
333 |
msgid "Czech Republic"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: the-events-calendar.class.php:116
|
337 |
msgid "Denmark"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: the-events-calendar.class.php:117
|
341 |
msgid "Djibouti"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: the-events-calendar.class.php:118
|
345 |
msgid "Dominica"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: the-events-calendar.class.php:119
|
349 |
msgid "Dominican Republic"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: the-events-calendar.class.php:120
|
353 |
msgid "East Timor"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: the-events-calendar.class.php:121
|
357 |
msgid "Ecuador"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: the-events-calendar.class.php:122
|
361 |
msgid "Egypt"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: the-events-calendar.class.php:123
|
365 |
msgid "El Salvador"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: the-events-calendar.class.php:124
|
369 |
msgid "Equatorial Guinea"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: the-events-calendar.class.php:125
|
373 |
msgid "Eritrea"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: the-events-calendar.class.php:126
|
377 |
msgid "Estonia"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: the-events-calendar.class.php:127
|
381 |
msgid "Ethiopia"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: the-events-calendar.class.php:128
|
385 |
msgid "Falkland Islands (Malvinas)"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: the-events-calendar.class.php:129
|
389 |
msgid "Faroe Islands"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: the-events-calendar.class.php:130
|
393 |
msgid "Fiji"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: the-events-calendar.class.php:131
|
397 |
msgid "Finland"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: the-events-calendar.class.php:132
|
401 |
msgid "France"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: the-events-calendar.class.php:133
|
405 |
msgid "France, Metropolitan"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: the-events-calendar.class.php:134
|
409 |
msgid "French Guiana"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: the-events-calendar.class.php:135
|
413 |
msgid "French Polynesia"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: the-events-calendar.class.php:136
|
417 |
msgid "French Southern Territories"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: the-events-calendar.class.php:137
|
421 |
msgid "Gabon"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: the-events-calendar.class.php:138
|
425 |
msgid "Gambia"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: the-events-calendar.class.php:139 views/events-meta-box.php:369
|
429 |
msgid "Georgia"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: the-events-calendar.class.php:140
|
433 |
msgid "Germany"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: the-events-calendar.class.php:141
|
437 |
msgid "Ghana"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: the-events-calendar.class.php:142
|
441 |
msgid "Gibraltar"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: the-events-calendar.class.php:143
|
445 |
msgid "Greece"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: the-events-calendar.class.php:144
|
449 |
msgid "Greenland"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: the-events-calendar.class.php:145
|
453 |
msgid "Grenada"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: the-events-calendar.class.php:146
|
457 |
msgid "Guadeloupe"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: the-events-calendar.class.php:147
|
461 |
msgid "Guam"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: the-events-calendar.class.php:148
|
465 |
msgid "Guatemala"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: the-events-calendar.class.php:149
|
469 |
msgid "Guinea"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: the-events-calendar.class.php:150
|
473 |
msgid "Guinea-Bissau"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: the-events-calendar.class.php:151
|
477 |
msgid "Guyana"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: the-events-calendar.class.php:152
|
481 |
msgid "Haiti"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: the-events-calendar.class.php:153
|
485 |
msgid "Heard And Mc Donald Islands"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: the-events-calendar.class.php:154
|
489 |
msgid "Holy See (Vatican City State)"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: the-events-calendar.class.php:155
|
493 |
msgid "Honduras"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: the-events-calendar.class.php:156
|
497 |
msgid "Hong Kong"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: the-events-calendar.class.php:157
|
501 |
msgid "Hungary"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: the-events-calendar.class.php:158
|
505 |
msgid "Iceland"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: the-events-calendar.class.php:159
|
509 |
msgid "India"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: the-events-calendar.class.php:160
|
513 |
msgid "Indonesia"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: the-events-calendar.class.php:161
|
517 |
msgid "Iran (Islamic Republic Of)"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: the-events-calendar.class.php:162
|
521 |
msgid "Iraq"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: the-events-calendar.class.php:163
|
525 |
msgid "Ireland"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: the-events-calendar.class.php:164
|
529 |
msgid "Israel"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: the-events-calendar.class.php:165
|
533 |
msgid "Italy"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: the-events-calendar.class.php:166
|
537 |
msgid "Jamaica"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: the-events-calendar.class.php:167
|
541 |
msgid "Japan"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: the-events-calendar.class.php:168
|
545 |
msgid "Jordan"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: the-events-calendar.class.php:169
|
549 |
msgid "Kazakhstan"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: the-events-calendar.class.php:170
|
553 |
msgid "Kenya"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: the-events-calendar.class.php:171
|
557 |
msgid "Kiribati"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: the-events-calendar.class.php:172
|
561 |
msgid "Korea, Democratic People's Republic Of"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: the-events-calendar.class.php:173
|
565 |
msgid "Korea, Republic Of"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: the-events-calendar.class.php:174
|
569 |
msgid "Kuwait"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: the-events-calendar.class.php:175
|
573 |
msgid "Kyrgyzstan"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: the-events-calendar.class.php:176
|
577 |
msgid "Lao People's Democratic Republic"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: the-events-calendar.class.php:177
|
581 |
msgid "Latvia"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: the-events-calendar.class.php:178
|
585 |
msgid "Lebanon"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: the-events-calendar.class.php:179
|
589 |
msgid "Lesotho"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: the-events-calendar.class.php:180
|
593 |
msgid "Liberia"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: the-events-calendar.class.php:181
|
597 |
msgid "Libyan Arab Jamahiriya"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: the-events-calendar.class.php:182
|
601 |
msgid "Liechtenstein"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: the-events-calendar.class.php:183
|
605 |
msgid "Lithuania"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: the-events-calendar.class.php:184
|
609 |
msgid "Luxembourg"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: the-events-calendar.class.php:185
|
613 |
msgid "Macau"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: the-events-calendar.class.php:186
|
617 |
msgid "Macedonia, Former Yugoslav Republic Of"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: the-events-calendar.class.php:187
|
621 |
msgid "Madagascar"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: the-events-calendar.class.php:188
|
625 |
msgid "Malawi"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: the-events-calendar.class.php:189
|
629 |
msgid "Malaysia"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: the-events-calendar.class.php:190
|
633 |
msgid "Maldives"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: the-events-calendar.class.php:191
|
637 |
msgid "Mali"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: the-events-calendar.class.php:192
|
641 |
msgid "Malta"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: the-events-calendar.class.php:193
|
645 |
msgid "Marshall Islands"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: the-events-calendar.class.php:194
|
649 |
msgid "Martinique"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: the-events-calendar.class.php:195
|
653 |
msgid "Mauritania"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: the-events-calendar.class.php:196
|
657 |
msgid "Mauritius"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: the-events-calendar.class.php:197
|
661 |
msgid "Mayotte"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: the-events-calendar.class.php:198
|
665 |
msgid "Mexico"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: the-events-calendar.class.php:199
|
669 |
msgid "Micronesia, Federated States Of"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: the-events-calendar.class.php:200
|
673 |
msgid "Moldova, Republic Of"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: the-events-calendar.class.php:201
|
677 |
msgid "Monaco"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: the-events-calendar.class.php:202
|
681 |
msgid "Mongolia"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: the-events-calendar.class.php:203
|
685 |
msgid "Montserrat"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: the-events-calendar.class.php:204
|
689 |
msgid "Morocco"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: the-events-calendar.class.php:205
|
693 |
msgid "Mozambique"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: the-events-calendar.class.php:206
|
697 |
msgid "Myanmar"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: the-events-calendar.class.php:207
|
701 |
msgid "Namibia"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: the-events-calendar.class.php:208
|
705 |
msgid "Nauru"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: the-events-calendar.class.php:209
|
709 |
msgid "Nepal"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: the-events-calendar.class.php:210
|
713 |
msgid "Netherlands"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: the-events-calendar.class.php:211
|
717 |
msgid "Netherlands Antilles"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: the-events-calendar.class.php:212
|
721 |
msgid "New Caledonia"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: the-events-calendar.class.php:213
|
725 |
msgid "New Zealand"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: the-events-calendar.class.php:214
|
729 |
msgid "Nicaragua"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: the-events-calendar.class.php:215
|
733 |
msgid "Niger"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: the-events-calendar.class.php:216
|
737 |
msgid "Nigeria"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: the-events-calendar.class.php:217
|
741 |
msgid "Niue"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: the-events-calendar.class.php:218
|
745 |
msgid "Norfolk Island"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: the-events-calendar.class.php:219
|
749 |
msgid "Northern Mariana Islands"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: the-events-calendar.class.php:220
|
753 |
msgid "Norway"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: the-events-calendar.class.php:221
|
757 |
msgid "Oman"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: the-events-calendar.class.php:222
|
761 |
msgid "Pakistan"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: the-events-calendar.class.php:223
|
765 |
msgid "Palau"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: the-events-calendar.class.php:224
|
769 |
msgid "Panama"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: the-events-calendar.class.php:225
|
773 |
msgid "Papua New Guinea"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: the-events-calendar.class.php:226
|
777 |
msgid "Paraguay"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: the-events-calendar.class.php:227
|
781 |
msgid "Peru"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: the-events-calendar.class.php:228
|
785 |
msgid "Philippines"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: the-events-calendar.class.php:229
|
789 |
msgid "Pitcairn"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: the-events-calendar.class.php:230
|
793 |
msgid "Poland"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: the-events-calendar.class.php:231
|
797 |
msgid "Portugal"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: the-events-calendar.class.php:232
|
801 |
msgid "Puerto Rico"
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: the-events-calendar.class.php:233
|
805 |
msgid "Qatar"
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: the-events-calendar.class.php:234
|
809 |
msgid "Reunion"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: the-events-calendar.class.php:235
|
813 |
msgid "Romania"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: the-events-calendar.class.php:236
|
817 |
msgid "Russian Federation"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: the-events-calendar.class.php:237
|
821 |
msgid "Rwanda"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: the-events-calendar.class.php:238
|
825 |
msgid "Saint Kitts And Nevis"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: the-events-calendar.class.php:239
|
829 |
msgid "Saint Lucia"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: the-events-calendar.class.php:240
|
833 |
msgid "Saint Vincent And The Grenadines"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: the-events-calendar.class.php:241
|
837 |
msgid "Samoa"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: the-events-calendar.class.php:242
|
841 |
msgid "San Marino"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: the-events-calendar.class.php:243
|
845 |
msgid "Sao Tome And Principe"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: the-events-calendar.class.php:244
|
849 |
msgid "Saudi Arabia"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: the-events-calendar.class.php:245
|
853 |
msgid "Senegal"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: the-events-calendar.class.php:246
|
857 |
msgid "Seychelles"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: the-events-calendar.class.php:247
|
861 |
msgid "Sierra Leone"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: the-events-calendar.class.php:248
|
865 |
msgid "Singapore"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: the-events-calendar.class.php:249
|
869 |
msgid "Slovakia (Slovak Republic)"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: the-events-calendar.class.php:250
|
873 |
msgid "Slovenia"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: the-events-calendar.class.php:251
|
877 |
msgid "Solomon Islands"
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: the-events-calendar.class.php:252
|
881 |
msgid "Somalia"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: the-events-calendar.class.php:253
|
885 |
msgid "South Africa"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: the-events-calendar.class.php:254
|
889 |
msgid "South Georgia, South Sandwich Islands"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: the-events-calendar.class.php:255
|
893 |
msgid "Spain"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: the-events-calendar.class.php:256
|
897 |
msgid "Sri Lanka"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: the-events-calendar.class.php:257
|
901 |
msgid "St. Helena"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: the-events-calendar.class.php:258
|
905 |
msgid "St. Pierre And Miquelon"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: the-events-calendar.class.php:259
|
909 |
msgid "Sudan"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: the-events-calendar.class.php:260
|
913 |
msgid "Suriname"
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: the-events-calendar.class.php:261
|
917 |
msgid "Svalbard And Jan Mayen Islands"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: the-events-calendar.class.php:262
|
921 |
msgid "Swaziland"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: the-events-calendar.class.php:263
|
925 |
msgid "Sweden"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: the-events-calendar.class.php:264
|
929 |
msgid "Switzerland"
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: the-events-calendar.class.php:265
|
933 |
msgid "Syrian Arab Republic"
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: the-events-calendar.class.php:266
|
937 |
msgid "Taiwan"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: the-events-calendar.class.php:267
|
941 |
msgid "Tajikistan"
|
942 |
msgstr ""
|
943 |
|
944 |
+
#: the-events-calendar.class.php:268
|
945 |
msgid "Tanzania, United Republic Of"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: the-events-calendar.class.php:269
|
949 |
msgid "Thailand"
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: the-events-calendar.class.php:270
|
953 |
msgid "Togo"
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: the-events-calendar.class.php:271
|
957 |
msgid "Tokelau"
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: the-events-calendar.class.php:272
|
961 |
msgid "Tonga"
|
962 |
msgstr ""
|
963 |
|
964 |
+
#: the-events-calendar.class.php:273
|
965 |
msgid "Trinidad And Tobago"
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: the-events-calendar.class.php:274
|
969 |
msgid "Tunisia"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: the-events-calendar.class.php:275
|
973 |
msgid "Turkey"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: the-events-calendar.class.php:276
|
977 |
msgid "Turkmenistan"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: the-events-calendar.class.php:277
|
981 |
msgid "Turks And Caicos Islands"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: the-events-calendar.class.php:278
|
985 |
msgid "Tuvalu"
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: the-events-calendar.class.php:279
|
989 |
msgid "Uganda"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: the-events-calendar.class.php:280
|
993 |
msgid "Ukraine"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: the-events-calendar.class.php:281
|
997 |
msgid "United Arab Emirates"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: the-events-calendar.class.php:282
|
1001 |
msgid "United Kingdom"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: the-events-calendar.class.php:283
|
1005 |
msgid "United States Minor Outlying Islands"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: the-events-calendar.class.php:284
|
1009 |
msgid "Uruguay"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: the-events-calendar.class.php:285
|
1013 |
msgid "Uzbekistan"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: the-events-calendar.class.php:286
|
1017 |
msgid "Vanuatu"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: the-events-calendar.class.php:287
|
1021 |
msgid "Venezuela"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: the-events-calendar.class.php:288
|
1025 |
msgid "Viet Nam"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: the-events-calendar.class.php:289
|
1029 |
msgid "Virgin Islands (British)"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: the-events-calendar.class.php:290
|
1033 |
msgid "Virgin Islands (U.S.)"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: the-events-calendar.class.php:291
|
1037 |
msgid "Wallis And Futuna Islands"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: the-events-calendar.class.php:292
|
1041 |
msgid "Western Sahara"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: the-events-calendar.class.php:293
|
1045 |
msgid "Yemen"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: the-events-calendar.class.php:294
|
1049 |
msgid "Yugoslavia"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
+
#: the-events-calendar.class.php:295
|
1053 |
msgid "Zambia"
|
1054 |
msgstr ""
|
1055 |
|
1056 |
+
#: the-events-calendar.class.php:296
|
1057 |
msgid "Zimbabwe"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: the-events-calendar.class.php:499
|
1061 |
msgid "Jan"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: the-events-calendar.class.php:500
|
1065 |
msgid "Feb"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: the-events-calendar.class.php:501
|
1069 |
msgid "Mar"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: the-events-calendar.class.php:502
|
1073 |
msgid "Apr"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: the-events-calendar.class.php:503 the-events-calendar.class.php:517
|
1077 |
msgid "May"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: the-events-calendar.class.php:504
|
1081 |
msgid "Jun"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: the-events-calendar.class.php:505
|
1085 |
msgid "Jul"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
+
#: the-events-calendar.class.php:506
|
1089 |
msgid "Aug"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: the-events-calendar.class.php:507
|
1093 |
msgid "Sep"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
+
#: the-events-calendar.class.php:508
|
1097 |
msgid "Oct"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: the-events-calendar.class.php:509
|
1101 |
msgid "Nov"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: the-events-calendar.class.php:510
|
1105 |
msgid "Dec"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
+
#: the-events-calendar.class.php:513
|
1109 |
msgid "January"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
+
#: the-events-calendar.class.php:514
|
1113 |
msgid "February"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
+
#: the-events-calendar.class.php:515
|
1117 |
msgid "March"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
+
#: the-events-calendar.class.php:516
|
1121 |
msgid "April"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
+
#: the-events-calendar.class.php:518
|
1125 |
msgid "June"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: the-events-calendar.class.php:519
|
1129 |
msgid "July"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: the-events-calendar.class.php:520
|
1133 |
msgid "August"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: the-events-calendar.class.php:521
|
1137 |
msgid "September"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: the-events-calendar.class.php:522
|
1141 |
msgid "October"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#: the-events-calendar.class.php:523
|
1145 |
msgid "November"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
+
#: the-events-calendar.class.php:524
|
1149 |
msgid "December"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
+
#. #-#-#-#-# plugin.pot (The Events Calendar 1.6.4) #-#-#-#-#
|
1153 |
#. Plugin Name of the plugin/theme
|
1154 |
+
#: the-events-calendar.class.php:1030
|
1155 |
msgid "The Events Calendar"
|
1156 |
msgstr ""
|
1157 |
|
1271 |
msgid "Event Location Details"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: views/events-meta-box.php:299 views/list.php:48 views/single.php:28
|
1275 |
msgid "Venue:"
|
1276 |
msgstr ""
|
1277 |
|
1279 |
msgid "Country:"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
+
#: views/events-meta-box.php:341 views/list.php:63 views/single.php:37
|
1283 |
msgid "Address:"
|
1284 |
msgstr ""
|
1285 |
|
1511 |
msgid "Show Google Map:"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
+
#: views/events-meta-box.php:439 views/list.php:57 views/single.php:32
|
1515 |
msgid "Phone:"
|
1516 |
msgstr ""
|
1517 |
|
1519 |
msgid "Event Cost"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: views/events-meta-box.php:446 views/list.php:76 views/single.php:22
|
1523 |
msgid "Cost:"
|
1524 |
msgstr ""
|
1525 |
|
1615 |
msgid "Default View for the Events"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: views/events-options.php:156 views/gridview.php:27 views/list.php:11
|
1619 |
msgid "Calendar"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: views/events-options.php:160 views/gridview.php:26 views/list.php:10
|
1623 |
msgid "Event List"
|
1624 |
msgstr ""
|
1625 |
|
1685 |
msgid "Save Changes"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: views/gridview.php:8 views/list.php:8
|
1689 |
msgid "Calendar of Events"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: views/gridview.php:34 views/list.php:19 views/single.php:11
|
1693 |
msgid "iCal Import"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: views/list.php:36 views/single.php:15
|
1697 |
msgid "Start:"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: views/list.php:40 views/single.php:18
|
1701 |
msgid "End:"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: views/list.php:66 views/single.php:40
|
1705 |
msgid "Google Map"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: views/list.php:96
|
1709 |
msgid "« Previous Events"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: views/list.php:109
|
1713 |
msgid "Next Events »"
|
1714 |
msgstr ""
|
1715 |
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@
|
|
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:
|
7 |
Tested up to: 3.1 alpha
|
8 |
-
Stable tag: 1.6.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -211,6 +211,15 @@ Please visit the forum for questions or comments: http://wordpress.org/tags/the-
|
|
211 |
|
212 |
== Changelog ==
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
= 1.6.3 =
|
215 |
|
216 |
Features
|
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: 3.0
|
7 |
Tested up to: 3.1 alpha
|
8 |
+
Stable tag: 1.6.4
|
9 |
|
10 |
== Description ==
|
11 |
|
211 |
|
212 |
== Changelog ==
|
213 |
|
214 |
+
= 1.6.4 =
|
215 |
+
|
216 |
+
Bugs
|
217 |
+
|
218 |
+
* list view now outputs user-created links properly
|
219 |
+
* Recent Posts widget now shows all cats
|
220 |
+
* W3C-invalid markup code removed
|
221 |
+
* function names in the-events-calendar.php made more specific to avoid conflict with other plugins
|
222 |
+
|
223 |
= 1.6.3 =
|
224 |
|
225 |
Features
|
template-tags.php
CHANGED
@@ -210,7 +210,7 @@ if( class_exists( 'The_Events_Calendar' ) && !function_exists( 'eventsGetOptionV
|
|
210 |
if (!$width) $width = eventsGetOptionValue('embedGoogleMapsWidth','100%');
|
211 |
if( $toUrlEncode ) $googleaddress = urlencode( trim( $toUrlEncode ) );
|
212 |
if ($googleaddress) {
|
213 |
-
$google_iframe = '<div id="googlemaps"><iframe width="'.$width.'" height="'.$height.'"
|
214 |
return $google_iframe;
|
215 |
}
|
216 |
else return '';
|
@@ -530,7 +530,7 @@ if( class_exists( 'The_Events_Calendar' ) && !function_exists( 'eventsGetOptionV
|
|
530 |
$whereClause = " AND d1.meta_key = '_EventStartDate' AND d2.meta_key = '_EventEndDate' ";
|
531 |
// Is the start date in the future?
|
532 |
$whereClause .= ' AND ( d1.meta_value > "'.$spEvents->date.'" ';
|
533 |
-
// Or is the start date in the past but the end date in the future? (
|
534 |
$whereClause .= ' OR ( d1.meta_value < "'.$spEvents->date.'" AND d2.meta_value > "'.$spEvents->date.'" ) ) ';
|
535 |
}
|
536 |
$eventsQuery = "
|
210 |
if (!$width) $width = eventsGetOptionValue('embedGoogleMapsWidth','100%');
|
211 |
if( $toUrlEncode ) $googleaddress = urlencode( trim( $toUrlEncode ) );
|
212 |
if ($googleaddress) {
|
213 |
+
$google_iframe = '<div id="googlemaps"><iframe width="'.$width.'" height="'.$height.'" src="http://www.google.com/maps?f=q&source=s_q&hl=en&geocode=&q='.$googleaddress.'?>&output=embed"></iframe><br /><small><a href="http://www.google.com/maps?f=q&source=embed&hl=en&geocode=&q='.$googleaddress.'" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>';
|
214 |
return $google_iframe;
|
215 |
}
|
216 |
else return '';
|
530 |
$whereClause = " AND d1.meta_key = '_EventStartDate' AND d2.meta_key = '_EventEndDate' ";
|
531 |
// Is the start date in the future?
|
532 |
$whereClause .= ' AND ( d1.meta_value > "'.$spEvents->date.'" ';
|
533 |
+
// Or is the start date in the past but the end date in the future? (the event is currently ongoing)
|
534 |
$whereClause .= ' OR ( d1.meta_value < "'.$spEvents->date.'" AND d2.meta_value > "'.$spEvents->date.'" ) ) ';
|
535 |
}
|
536 |
$eventsQuery = "
|
the-events-calendar.class.php
CHANGED
@@ -4,6 +4,7 @@ if ( !class_exists( 'The_Events_Calendar' ) ) {
|
|
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';
|
@@ -426,6 +427,7 @@ if ( !class_exists( 'The_Events_Calendar' ) ) {
|
|
426 |
if( is_feed() ) {
|
427 |
return;
|
428 |
}
|
|
|
429 |
$this->constructDaysOfWeek();
|
430 |
// list view
|
431 |
if ( $this->in_event_category() && ( events_displaying_upcoming() || events_displaying_past() ) ) {
|
@@ -466,35 +468,16 @@ if ( !class_exists( 'The_Events_Calendar' ) ) {
|
|
466 |
}
|
467 |
return $text;
|
468 |
}
|
469 |
-
|
470 |
public function loadDomainStylesScripts() {
|
471 |
load_plugin_textdomain( $this->pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');
|
472 |
$eventsURL = trailingslashit( WP_PLUGIN_URL ) . trailingslashit( plugin_basename( dirname( __FILE__ ) ) ) . 'resources/';
|
473 |
wp_enqueue_script('sp-events-calendar-script', $eventsURL.'events.js', array('jquery') );
|
474 |
-
if(
|
475 |
$templateArray = explode( '/', TEMPLATEPATH );
|
476 |
$themeName = $templateArray[count($templateArray)-1];
|
477 |
-
wp_enqueue_style('sp-events-calendar-style', WP_CONTENT_URL.'/themes/'.$themeName.'/events/events.css' );
|
478 |
-
} else wp_enqueue_style('sp-events-calendar-style', $eventsURL.'events.css' );
|
479 |
-
}
|
480 |
-
|
481 |
-
/* possible new check for events.css in child themes */
|
482 |
-
/*
|
483 |
-
public function loadDomainStylesScripts() {
|
484 |
-
load_plugin_textdomain( $this->pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');
|
485 |
-
$eventsURL = trailingslashit( WP_PLUGIN_URL ) . trailingslashit( plugin_basename( dirname( __FILE__ ) ) ) . 'resources/';
|
486 |
-
wp_enqueue_script('sp-events-calendar-script', $eventsURL.'events.js', array('jquery') );
|
487 |
-
if( file_exists( TEMPLATEPATH.'/events/events.css' ) ) {
|
488 |
-
$templateArray = explode( '/', TEMPLATEPATH );
|
489 |
-
$themeName = $templateArray[count($templateArray)-1];
|
490 |
-
wp_enqueue_style('sp-events-calendar-style', WP_CONTENT_URL.'/themes/'.$themeName.'/events/events.css' );
|
491 |
-
} else if( file_exists( STYLESHEETPATH.'/events/events.css' ) ) {
|
492 |
-
$templateArray = explode( '/', STYLESHEETPATH );
|
493 |
-
$themeName = $templateArray[count($templateArray)-1];
|
494 |
-
wp_enqueue_style('sp-events-calendar-style', WP_CONTENT_URL.'/themes/'.$themeName.'/events/events.css' );
|
495 |
-
} else wp_enqueue_style('sp-events-calendar-style', $eventsURL.'events.css' );
|
496 |
}
|
497 |
-
*/
|
498 |
|
499 |
/**
|
500 |
* Helper method to return an array of 1-12 for months
|
4 |
* Main plugin
|
5 |
*/
|
6 |
class The_Events_Calendar {
|
7 |
+
const VERSION = '1.6.4';
|
8 |
const EVENTSERROROPT = '_tec_events_errors';
|
9 |
const CATEGORYNAME = 'Events';
|
10 |
const OPTIONNAME = 'sp_events_calendar_options';
|
427 |
if( is_feed() ) {
|
428 |
return;
|
429 |
}
|
430 |
+
global $wp_query;
|
431 |
$this->constructDaysOfWeek();
|
432 |
// list view
|
433 |
if ( $this->in_event_category() && ( events_displaying_upcoming() || events_displaying_past() ) ) {
|
468 |
}
|
469 |
return $text;
|
470 |
}
|
|
|
471 |
public function loadDomainStylesScripts() {
|
472 |
load_plugin_textdomain( $this->pluginDomain, false, basename(dirname(__FILE__)) . '/lang/');
|
473 |
$eventsURL = trailingslashit( WP_PLUGIN_URL ) . trailingslashit( plugin_basename( dirname( __FILE__ ) ) ) . 'resources/';
|
474 |
wp_enqueue_script('sp-events-calendar-script', $eventsURL.'events.js', array('jquery') );
|
475 |
+
if( locate_template( array('events/events.css') ) ) {
|
476 |
$templateArray = explode( '/', TEMPLATEPATH );
|
477 |
$themeName = $templateArray[count($templateArray)-1];
|
478 |
+
wp_enqueue_style('sp-events-calendar-style', WP_CONTENT_URL.'/themes/'.$themeName.'/events/events.css', array(), The_Events_Calendar::VERSION, 'screen' );
|
479 |
+
} else wp_enqueue_style('sp-events-calendar-style', $eventsURL.'events.css', array(), The_Events_Calendar::VERSION, 'screen' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
}
|
|
|
481 |
|
482 |
/**
|
483 |
* Helper method to return an array of 1-12 for months
|
the-events-calendar.php
CHANGED
@@ -3,23 +3,23 @@
|
|
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
|
10 |
*/
|
11 |
|
12 |
|
13 |
-
register_activation_hook(__FILE__, '
|
14 |
-
add_action( 'admin_head', '
|
15 |
|
16 |
-
function
|
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
|
23 |
if ( version_compare( PHP_VERSION, "5.1", "<") ) {
|
24 |
trigger_error('', E_USER_ERROR);
|
25 |
} else {
|
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.4
|
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__, 'sp_the_events_calendar_activate');
|
14 |
+
add_action( 'admin_head', 'sp_the_events_calendar_version_check' );
|
15 |
|
16 |
+
function sp_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 sp_the_events_calendar_activate() {
|
23 |
if ( version_compare( PHP_VERSION, "5.1", "<") ) {
|
24 |
trigger_error('', E_USER_ERROR);
|
25 |
} else {
|
views/datepicker.php
CHANGED
@@ -8,7 +8,7 @@ if( '' == get_option('permalink_structure') || 'off' == eventsGetOptionValue('us
|
|
8 |
$link .= '&eventDisplay=month&eventDate=';
|
9 |
}
|
10 |
?>
|
11 |
-
<script type="text/javascript"
|
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();
|
8 |
$link .= '&eventDisplay=month&eventDate=';
|
9 |
}
|
10 |
?>
|
11 |
+
<script type="text/javascript">
|
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();
|
views/gridview.php
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
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>
|
@@ -33,8 +32,10 @@
|
|
33 |
$tecCatObject = get_category( $wp_query->query_vars['cat'])
|
34 |
?>
|
35 |
<a class="ical" href="<?php bloginfo('home'); ?>/?ical=<?php echo $tecCatObject->slug; ?>"><?php _e('iCal Import', $spEvents->pluginDomain) ?></a>
|
36 |
-
<?php event_grid_view(
|
37 |
</div>
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
1 |
<?php
|
2 |
+
global $spEvents;
|
3 |
+
$spEvents->loadDomainStylesScripts();
|
4 |
+
get_header();
|
5 |
+
?>
|
|
|
6 |
<div id="tec-content" class="grid">
|
7 |
<div id='tec-events-calendar-header' class="clearfix">
|
8 |
<h2 class="tec-cal-title"><?php _e('Calendar of Events', $spEvents->pluginDomain) ?></h2>
|
32 |
$tecCatObject = get_category( $wp_query->query_vars['cat'])
|
33 |
?>
|
34 |
<a class="ical" href="<?php bloginfo('home'); ?>/?ical=<?php echo $tecCatObject->slug; ?>"><?php _e('iCal Import', $spEvents->pluginDomain) ?></a>
|
35 |
+
<?php event_grid_view(); // See the plugins/the-events-calendar/views/table.php template for customization ?>
|
36 |
</div>
|
37 |
+
<?php /* For custom template builders...
|
38 |
+
* The following init method should be called before any other loop happens.
|
39 |
+
*/
|
40 |
+
$wp_query->init(); ?>
|
41 |
+
<?php get_footer(); ?>
|
views/list.php
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
get_header();
|
6 |
?>
|
7 |
<div id="tec-content" class="upcoming">
|
8 |
<div id='tec-events-calendar-header' class="clearfix">
|
@@ -28,11 +27,11 @@
|
|
28 |
<?php endif; ?>
|
29 |
<?php the_title('<h2 class="entry-title"><a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '" rel="bookmark">', '</a></h2>'); ?>
|
30 |
<div class="entry-content tec-event-entry">
|
31 |
-
<?php
|
32 |
</div> <!-- End tec-event-entry -->
|
33 |
|
34 |
<div class="tec-event-list-meta">
|
35 |
-
<table
|
36 |
<tr>
|
37 |
<td class="tec-event-meta-desc"><?php _e('Start:', $spEvents->pluginDomain) ?></td>
|
38 |
<td class="tec-event-meta-value"><?php echo the_event_start_date(); ?></td>
|
@@ -86,8 +85,6 @@
|
|
86 |
<?php $alt = ( empty( $alt ) ) ? ' alt' : '';?>
|
87 |
<?php endwhile; // posts ?>
|
88 |
|
89 |
-
|
90 |
-
|
91 |
</div><!-- #tec-events-loop -->
|
92 |
<div class="tec-nav" id="tec-nav-below">
|
93 |
|
@@ -116,7 +113,8 @@
|
|
116 |
</div>
|
117 |
|
118 |
</div>
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
|
1 |
<?php
|
2 |
+
global $spEvents;
|
3 |
+
$spEvents->loadDomainStylesScripts();
|
4 |
+
get_header();
|
|
|
5 |
?>
|
6 |
<div id="tec-content" class="upcoming">
|
7 |
<div id='tec-events-calendar-header' class="clearfix">
|
27 |
<?php endif; ?>
|
28 |
<?php the_title('<h2 class="entry-title"><a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '" rel="bookmark">', '</a></h2>'); ?>
|
29 |
<div class="entry-content tec-event-entry">
|
30 |
+
<?php the_content(); ?>
|
31 |
</div> <!-- End tec-event-entry -->
|
32 |
|
33 |
<div class="tec-event-list-meta">
|
34 |
+
<table>
|
35 |
<tr>
|
36 |
<td class="tec-event-meta-desc"><?php _e('Start:', $spEvents->pluginDomain) ?></td>
|
37 |
<td class="tec-event-meta-value"><?php echo the_event_start_date(); ?></td>
|
85 |
<?php $alt = ( empty( $alt ) ) ? ' alt' : '';?>
|
86 |
<?php endwhile; // posts ?>
|
87 |
|
|
|
|
|
88 |
</div><!-- #tec-events-loop -->
|
89 |
<div class="tec-nav" id="tec-nav-below">
|
90 |
|
113 |
</div>
|
114 |
|
115 |
</div>
|
116 |
+
<?php /* For custom template builders...
|
117 |
+
* The following init method should be called before any other loop happens.
|
118 |
+
*/
|
119 |
+
$wp_query->init(); ?>
|
120 |
+
<?php get_footer(); ?>
|
views/single.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
|
4 |
-
|
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() ?>>
|
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() ?>>
|
views/table.php
CHANGED
@@ -1,10 +1,10 @@
|
|
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
|
@@ -17,7 +17,7 @@ $monthView = events_by_month( $eventPosts, $spEvents->date );
|
|
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]) . '"
|
21 |
}
|
22 |
?>
|
23 |
</tr>
|
1 |
<?php
|
2 |
global $spEvents;
|
3 |
$eventPosts = get_events();
|
|
|
4 |
$startOfWeek = get_option( 'start_of_week', 0 );
|
5 |
list( $year, $month ) = split( '-', $spEvents->date );
|
6 |
$date = mktime(12, 0, 0, $month, 1, $year); // 1st day of month as unix stamp
|
7 |
+
$daysInMonth = date("t", $date);
|
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
|
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]) . '">' . $spEvents->daysOfWeekShort[$dayOfWeek] . '</th>';
|
21 |
}
|
22 |
?>
|
23 |
</tr>
|