The Events Calendar - Version 6.0.5

Version Description

= [6.0] = Please see the changelog for the complete list of changes in this release. Previous versions of The Events Calendar are not cross-compatible with 6.X add-ons. Remember to always make a backup of your database and files before updating!

Download this release

Release Info

Developer bordoni
Plugin Icon The Events Calendar
Version 6.0.5
Comparing to
See all releases

Code changes from version 6.0.4 to 6.0.5

Files changed (87) hide show
  1. common/lang/tribe-common-af.mo +0 -0
  2. common/lang/tribe-common-bg_BG.mo +0 -0
  3. common/lang/tribe-common-ca.mo +0 -0
  4. common/lang/tribe-common-cs_CZ.mo +0 -0
  5. common/lang/tribe-common-da_DK.mo +0 -0
  6. common/lang/tribe-common-de_DE.mo +0 -0
  7. common/lang/tribe-common-el.mo +0 -0
  8. common/lang/tribe-common-en_GB.mo +0 -0
  9. common/lang/tribe-common-es_ES.mo +0 -0
  10. common/lang/tribe-common-et.mo +0 -0
  11. common/lang/tribe-common-fi.mo +0 -0
  12. common/lang/tribe-common-fr_CA.mo +0 -0
  13. common/lang/tribe-common-fr_FR.mo +0 -0
  14. common/lang/tribe-common-hu_HU.mo +0 -0
  15. common/lang/tribe-common-id_ID.mo +0 -0
  16. common/lang/tribe-common-is_IS.mo +0 -0
  17. common/lang/tribe-common-it_IT.mo +0 -0
  18. common/lang/tribe-common-ja.mo +0 -0
  19. common/lang/tribe-common-lt_LT.mo +0 -0
  20. common/lang/tribe-common-lv.mo +0 -0
  21. common/lang/tribe-common-nb_NO.mo +0 -0
  22. common/lang/tribe-common-nl_NL.mo +0 -0
  23. common/lang/tribe-common-pt_BR.mo +0 -0
  24. common/lang/tribe-common-pt_PT.mo +0 -0
  25. common/lang/tribe-common-ro_RO.mo +0 -0
  26. common/lang/tribe-common-ru_RU.mo +0 -0
  27. common/lang/tribe-common-sk_SK.mo +0 -0
  28. common/lang/tribe-common-sl_SI.mo +0 -0
  29. common/lang/tribe-common-sr_RS.mo +0 -0
  30. common/lang/tribe-common-sv_SE.mo +0 -0
  31. common/lang/tribe-common-tr_TR.mo +0 -0
  32. common/lang/tribe-common-zh_CN.mo +0 -0
  33. common/lang/tribe-common-zh_TW.mo +0 -0
  34. common/lang/tribe-common.pot +1995 -2266
  35. common/src/Tribe/Admin/Conditional_Content/Black_Friday.php +1 -1
  36. common/src/Tribe/Admin/Conditional_Content/End_Of_Year_Sale.php +1 -1
  37. common/src/Tribe/Admin/Conditional_Content/Service_Provider.php +4 -2
  38. common/src/Tribe/Admin/Notice/Service_Provider.php +2 -1
  39. common/src/Tribe/Main.php +1 -1
  40. common/src/Tribe/Settings_Tab.php +1 -1
  41. common/src/Tribe/Utils/Taxonomy.php +8 -2
  42. common/src/admin-views/tribe-options-display.php +0 -62
  43. common/src/admin-views/tribe-options-general.php +0 -80
  44. common/src/resources/css/customizer-controls.min.css +1 -1
  45. common/src/resources/css/tribe-common-admin.min.css +1 -1
  46. common/src/resources/js/dropdowns.js +2 -1
  47. common/src/resources/js/dropdowns.min.js +1 -1
  48. common/vendor/autoload.php +1 -1
  49. common/vendor/autoload_52.php +1 -1
  50. common/vendor/composer/autoload_real.php +4 -4
  51. common/vendor/composer/autoload_real_52.php +3 -3
  52. common/vendor/composer/autoload_static.php +5 -5
  53. lang/the-events-calendar-de_DE.mo +0 -0
  54. lang/the-events-calendar-de_DE_formal.mo +0 -0
  55. lang/the-events-calendar-es_ES.mo +0 -0
  56. lang/the-events-calendar-nl_NL.mo +0 -0
  57. lang/the-events-calendar-sq.mo +0 -0
  58. lang/the-events-calendar-sv_SE.mo +0 -0
  59. lang/the-events-calendar.pot +4685 -5084
  60. readme.txt +20 -2
  61. src/Events/Custom_Tables/V1/Migration/Events.php +2 -2
  62. src/Events/Custom_Tables/V1/WP_Query/Modifiers/Events_Not_In_Series_Modifier.php +0 -111
  63. src/Events/Custom_Tables/V1/WP_Query/Modifiers/Events_Only_Modifier.php +11 -2
  64. src/Events/Custom_Tables/V1/WP_Query/Modifiers/Events_Series_Relationship_Modifier.php +0 -103
  65. src/Events/Custom_Tables/V1/WP_Query/Modifiers/Occurrences_Series_Relationship_Modifier.php +0 -99
  66. src/Events/Custom_Tables/V1/WP_Query/Modifiers/With_Series_Normalization.php +0 -72
  67. src/Events/Custom_Tables/V1/WP_Query/Monitors/Custom_Tables_Query_Monitor.php +3 -5
  68. src/Events/Custom_Tables/V1/WP_Query/Monitors/Query_Monitor.php +32 -1
  69. src/Events/Custom_Tables/V1/WP_Query/Monitors/WP_Query_Monitor.php +2 -8
  70. src/Tribe/Admin/Filter_Bar/Provider.php +2 -1
  71. src/Tribe/Admin/Provider.php +5 -1
  72. src/Tribe/Admin/Settings.php +254 -17
  73. src/Tribe/Admin/Timezone_Settings.php +6 -6
  74. src/Tribe/Aggregator/Service.php +1 -1
  75. src/Tribe/Editor/Compatibility.php +8 -10
  76. src/Tribe/Main.php +32 -127
  77. src/Tribe/Query.php +3 -1
  78. src/Tribe/Views/V2/View.php +56 -1
  79. src/admin-views/tribe-options-display.php +457 -279
  80. src/admin-views/tribe-options-general.php +376 -303
  81. src/admin-views/tribe-options-timezones.php +10 -14
  82. src/resources/css/events-admin.min.css +1 -1
  83. src/resources/images/logos/tec-brand.svg +1 -0
  84. src/resources/images/settings-icons/icon-et.svg +6 -0
  85. src/resources/images/settings-icons/icon-event-aggregator.svg +5 -0
  86. src/resources/images/settings-icons/icon-image-high-five.svg +13 -0
  87. src/resources/js/app/blocks.min.js +0 -1
common/lang/tribe-common-af.mo CHANGED
Binary file
common/lang/tribe-common-bg_BG.mo CHANGED
Binary file
common/lang/tribe-common-ca.mo CHANGED
Binary file
common/lang/tribe-common-cs_CZ.mo CHANGED
Binary file
common/lang/tribe-common-da_DK.mo CHANGED
Binary file
common/lang/tribe-common-de_DE.mo CHANGED
Binary file
common/lang/tribe-common-el.mo CHANGED
Binary file
common/lang/tribe-common-en_GB.mo CHANGED
Binary file
common/lang/tribe-common-es_ES.mo CHANGED
Binary file
common/lang/tribe-common-et.mo CHANGED
Binary file
common/lang/tribe-common-fi.mo CHANGED
Binary file
common/lang/tribe-common-fr_CA.mo CHANGED
Binary file
common/lang/tribe-common-fr_FR.mo CHANGED
Binary file
common/lang/tribe-common-hu_HU.mo CHANGED
Binary file
common/lang/tribe-common-id_ID.mo CHANGED
Binary file
common/lang/tribe-common-is_IS.mo CHANGED
Binary file
common/lang/tribe-common-it_IT.mo CHANGED
Binary file
common/lang/tribe-common-ja.mo CHANGED
Binary file
common/lang/tribe-common-lt_LT.mo CHANGED
Binary file
common/lang/tribe-common-lv.mo CHANGED
Binary file
common/lang/tribe-common-nb_NO.mo CHANGED
Binary file
common/lang/tribe-common-nl_NL.mo CHANGED
Binary file
common/lang/tribe-common-pt_BR.mo CHANGED
Binary file
common/lang/tribe-common-pt_PT.mo CHANGED
Binary file
common/lang/tribe-common-ro_RO.mo CHANGED
Binary file
common/lang/tribe-common-ru_RU.mo CHANGED
Binary file
common/lang/tribe-common-sk_SK.mo CHANGED
Binary file
common/lang/tribe-common-sl_SI.mo CHANGED
Binary file
common/lang/tribe-common-sr_RS.mo CHANGED
Binary file
common/lang/tribe-common-sv_SE.mo CHANGED
Binary file
common/lang/tribe-common-tr_TR.mo CHANGED
Binary file
common/lang/tribe-common-zh_CN.mo CHANGED
Binary file
common/lang/tribe-common-zh_TW.mo CHANGED
Binary file
common/lang/tribe-common.pot CHANGED
@@ -1,4055 +1,3784 @@
1
- # Copyright (C) 2022 Modern Tribe
2
- # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Tribe Common 5.0.1\n"
6
- "Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
7
- "POT-Creation-Date: 2022-10-18 16:01:22+00:00\n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2022-10-18 16:01\n"
12
- "Last-Translator: \n"
13
- "Language-Team: \n"
 
14
 
15
- #: src/Tribe/Admin/Activation_Page.php:113
16
- msgid "Go to plugins page"
17
  msgstr ""
18
 
19
- #: src/Tribe/Admin/Activation_Page.php:113
20
- msgid "Return to Plugins page"
21
  msgstr ""
22
 
23
- #: src/Tribe/Admin/Activation_Page.php:121
24
- msgid "Go to WordPress Updates page"
 
 
 
 
25
  msgstr ""
26
 
27
- #: src/Tribe/Admin/Activation_Page.php:121
28
- msgid "Return to WordPress Updates"
29
  msgstr ""
30
 
31
- #: src/Tribe/Admin/Help_Page.php:90
32
- msgctxt "Copy to clipboard button text."
33
- msgid "Copy to clipboard"
 
 
 
 
 
34
  msgstr ""
35
 
36
- #: src/Tribe/Admin/Help_Page.php:91
37
- msgctxt "Copy to clipboard success message"
38
- msgid "System info copied"
39
  msgstr ""
40
 
41
- #: src/Tribe/Admin/Help_Page.php:92
42
- msgctxt "Copy to clipboard instructions"
43
- msgid "Press \"Cmd + C\" to copy"
44
  msgstr ""
45
 
46
- #: src/Tribe/Admin/Help_Page.php:93
47
- msgctxt "Default error message for system info optin"
48
- msgid "Something has gone wrong!"
49
  msgstr ""
50
 
51
- #: src/Tribe/Admin/Help_Page.php:94
52
- msgctxt "Error code label for system info optin"
53
- msgid "Code:"
54
  msgstr ""
55
 
56
- #: src/Tribe/Admin/Help_Page.php:95
57
- msgctxt "Error status label for system info optin"
58
- msgid "Status:"
 
 
59
  msgstr ""
60
 
61
- #. #-#-#-#-# tribe-common.pot (Tribe Common 5.0.1) #-#-#-#-#
62
- #. Author of the plugin/theme
63
- #: src/Tribe/Admin/Help_Page.php:116 src/Tribe/Customizer.php:664
64
- #: src/Tribe/Plugins_API.php:25 src/admin-views/help-calendar.php:97
65
- msgid "The Events Calendar"
66
  msgstr ""
67
 
68
- #: src/Tribe/Admin/Help_Page.php:120
69
- msgid ""
70
- "The Events Calendar is a carefully crafted, extensible plugin that lets you "
71
- "easily share your events."
72
  msgstr ""
73
 
74
- #: src/Tribe/Admin/Help_Page.php:135 src/Tribe/Plugins_API.php:86
75
- #: src/admin-views/help-ticketing.php:97
76
- msgid "Event Tickets"
77
  msgstr ""
78
 
79
- #: src/Tribe/Admin/Help_Page.php:139
80
- msgid ""
81
- "Events Tickets is a carefully crafted, extensible plugin that lets you "
82
- "easily sell tickets for your events."
83
  msgstr ""
84
 
85
- #: src/Tribe/Admin/Help_Page.php:154
86
- msgid "Advanced Post Manager"
 
 
 
87
  msgstr ""
88
 
89
- #: src/Tribe/Admin/Help_Page.php:158
90
- msgid ""
91
- "Turbo charge your posts admin for any custom post type with sortable filters "
92
- "and columns, and auto-registration of metaboxes."
93
  msgstr ""
94
 
95
- #: src/Tribe/Admin/Help_Page.php:236
96
- msgid " and "
97
  msgstr ""
98
 
99
- #: src/Tribe/Admin/Help_Page.php:260
100
- msgid "Events Calendar PRO"
 
 
 
101
  msgstr ""
102
 
103
- #: src/Tribe/Admin/Help_Page.php:269 src/Tribe/Plugins_API.php:207
104
- msgid "Eventbrite Tickets"
105
  msgstr ""
106
 
107
- #: src/Tribe/Admin/Help_Page.php:277 src/Tribe/Plugins_API.php:166
108
- #: src/admin-views/help-community.php:90
109
- msgid "Community Events"
110
  msgstr ""
111
 
112
- #: src/Tribe/Admin/Help_Page.php:285 src/Tribe/Plugins_API.php:45
113
- #: src/admin-views/help-calendar.php:102
114
- msgid "Event Aggregator"
115
  msgstr ""
116
 
117
- #: src/Tribe/Admin/Help_Page.php:295 src/Tribe/Plugins_API.php:146
118
- #: src/admin-views/help-calendar.php:107
119
- msgid "Filter Bar"
120
  msgstr ""
121
 
122
- #: src/Tribe/Admin/Help_Page.php:303 src/Tribe/Plugins_API.php:246
123
- #: src/admin-views/help-calendar.php:112
124
- msgid "Virtual Events"
125
  msgstr ""
126
 
127
- #: src/Tribe/Admin/Help_Page.php:311 src/Tribe/Plugins_API.php:106
128
- msgid "Event Tickets Plus"
129
  msgstr ""
130
 
131
- #: src/Tribe/Admin/Help_Page.php:320 src/Tribe/Plugins_API.php:186
132
- #: src/admin-views/help-community.php:95
133
- msgid "Community Tickets"
134
  msgstr ""
135
 
136
- #: src/Tribe/Admin/Help_Page.php:481
137
- msgctxt "not available"
138
- msgid "n/a"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:489
142
- msgid "You need to upgrade!"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:489 src/Tribe/Admin/Help_Page.php:864
146
- msgid "You are up to date!"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:854
150
- msgid "Activate %s"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:854
154
- msgid "Activate Plugin"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:862
158
- msgid "Upgrade Plugin"
 
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:878
162
- msgid "Install %s"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:878
166
- msgid "Install Plugin"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:895
170
- msgid "Latest Version:"
171
  msgstr ""
172
 
173
- #: src/Tribe/Admin/Help_Page.php:898
174
- msgid "Requires:"
175
  msgstr ""
176
 
177
- #: src/Tribe/Admin/Help_Page.php:899
178
- msgid "WordPress "
179
  msgstr ""
180
 
181
- #: src/Tribe/Admin/Help_Page.php:901
182
- msgid "Active Users:"
183
  msgstr ""
184
 
185
- #: src/Tribe/Admin/Help_Page.php:904
186
- msgid "Rating:"
 
 
187
  msgstr ""
188
 
189
- #: src/Tribe/Admin/Help_Page.php:927
190
- msgid "Premium Add-Ons"
 
 
191
  msgstr ""
192
 
193
- #: src/Tribe/Admin/Help_Page.php:933
194
- msgid "Plugin Active"
 
195
  msgstr ""
196
 
197
- #: src/Tribe/Admin/Help_Page.php:935
198
- msgid "Plugin Inactive"
 
 
199
  msgstr ""
200
 
201
- #: src/Tribe/Admin/Help_Page.php:940
202
- msgid "Visit the Add-on Page"
 
 
203
  msgstr ""
204
 
205
- #: src/Tribe/Admin/Help_Page.php:964
206
- msgid "Can I have more than one calendar?"
 
 
207
  msgstr ""
208
 
209
- #: src/Tribe/Admin/Help_Page.php:965
210
- msgid ""
211
- "No, but you can use event categories or tags to display certain events like "
212
- "having..."
213
  msgstr ""
214
 
215
- #: src/Tribe/Admin/Help_Page.php:969
216
- msgid "What do I get with Events Calendar Pro?"
 
 
217
  msgstr ""
218
 
219
- #: src/Tribe/Admin/Help_Page.php:970
220
- msgid "Events Calendar Pro runs alongside The Events Calendar and enhances..."
 
 
221
  msgstr ""
222
 
223
- #: src/Tribe/Admin/Help_Page.php:974
224
- msgid "How do I sell tickets to events?"
 
 
225
  msgstr ""
226
 
227
- #: src/Tribe/Admin/Help_Page.php:975
228
- msgid ""
229
- "Use our free Event Tickets plugin to get started with tickets and RSVPs."
 
230
  msgstr ""
231
 
232
- #: src/Tribe/Admin/Help_Page.php:979
233
- msgid "Where can I find a list of available shortcodes?"
234
  msgstr ""
235
 
236
- #: src/Tribe/Admin/Help_Page.php:980
237
- msgid ""
238
- "Our plugins include many shortcodes that do everything from embedding the "
239
- "calendar..."
240
  msgstr ""
241
 
242
- #: src/Tribe/Admin/Help_Page.php:998
243
- msgid "Calendar widget areas"
244
  msgstr ""
245
 
246
- #: src/Tribe/Admin/Help_Page.php:999
247
- msgid ""
248
- "This extension creates a useful variety of WordPress widget areas (a.k.a. "
249
- "sidebars)."
250
  msgstr ""
251
 
252
- #: src/Tribe/Admin/Help_Page.php:1004
253
- msgid "Event block patterns"
254
  msgstr ""
255
 
256
- #: src/Tribe/Admin/Help_Page.php:1005
257
- msgid ""
258
- "This extension adds a set of block patterns for events to the WordPress "
259
- "block editor."
260
  msgstr ""
261
 
262
- #: src/Tribe/Admin/Help_Page.php:1010
263
- msgid "Alternative photo view"
264
  msgstr ""
265
 
266
- #: src/Tribe/Admin/Help_Page.php:1011
267
- msgid ""
268
- "This extension replaces photo view with a tiled grid of cards featuring "
269
- "event images."
270
  msgstr ""
271
 
272
- #: src/Tribe/Admin/Help_Page.php:1016
273
- msgid "The Events Calendar Tweaks"
 
 
274
  msgstr ""
275
 
276
- #: src/Tribe/Admin/Help_Page.php:1017
277
- msgid ""
278
- "This extension is a collection of tweaks and snippets for The Events "
279
- "Calendar."
280
  msgstr ""
281
 
282
- #: src/Tribe/Admin/Help_Page.php:1054
283
- msgid "How Do I create events with Tickets or RSVP’s?"
 
 
284
  msgstr ""
285
 
286
- #: src/Tribe/Admin/Help_Page.php:1055
287
- msgid ""
288
- "We’ve put together a video tutorial showing how to create events with "
289
- "Tickets using our plugins. Click on the link in the link in the title to "
290
- "learn more."
291
  msgstr ""
292
 
293
- #: src/Tribe/Admin/Help_Page.php:1059
294
- msgid "How Do I Set Up E-Commerce Plugins for Selling Tickets?"
 
 
 
 
 
295
  msgstr ""
296
 
297
- #: src/Tribe/Admin/Help_Page.php:1060
298
- msgid ""
299
- "You can sell tickets using our built-in e-commerce option, or upgrade to "
300
- "Event Tickets Plus to use ecommerce plugins such as WooCommerce."
301
  msgstr ""
302
 
303
- #: src/Tribe/Admin/Help_Page.php:1064
304
- msgid "Can I have a seating chart associated with my tickets?"
 
 
305
  msgstr ""
306
 
307
- #: src/Tribe/Admin/Help_Page.php:1065
308
- msgid ""
309
- "Yes! You can easily accomplish this task using the stock options and "
310
- "multiple ticket types available with Event Tickets."
311
  msgstr ""
312
 
313
- #: src/Tribe/Admin/Help_Page.php:1069
314
- msgid "How do I process refunds for tickets?"
 
315
  msgstr ""
316
 
317
- #: src/Tribe/Admin/Help_Page.php:1070
318
- msgid ""
319
- "When it comes to paid tickets, these orders can be refunded through the e-"
320
- "commerce platform in use."
321
- msgstr ""
322
 
323
- #: src/Tribe/Admin/Help_Page.php:1088
324
- msgid "Ticket Email Settings"
 
 
325
  msgstr ""
326
 
327
- #: src/Tribe/Admin/Help_Page.php:1089
328
- msgid ""
329
- "Adds a new settings panel in Events > Settings that gives more control over "
330
- "the ticket and rsvp emails that are sent to attendees after registration."
331
  msgstr ""
332
 
333
- #: src/Tribe/Admin/Help_Page.php:1094
334
- msgid "Per Event Check In API"
335
  msgstr ""
336
 
337
- #: src/Tribe/Admin/Help_Page.php:1095
338
- msgid ""
339
- "This extension shows a meta box with an API key on each Event with Ticket/"
340
- "RSVP."
341
  msgstr ""
342
 
343
- #: src/Tribe/Admin/Help_Page.php:1100
344
- msgid "Add Event & Attendee Info to WooCommerce Order Details"
345
  msgstr ""
346
 
347
- #: src/Tribe/Admin/Help_Page.php:1101
348
- msgid ""
349
- "Displays the information collected by “attendee meta fields” in the "
350
- "WooCommerce order screens as well."
351
  msgstr ""
352
 
353
- #: src/Tribe/Admin/Help_Page.php:1106
354
- msgid "Organizer Notification Email"
355
  msgstr ""
356
 
357
- #: src/Tribe/Admin/Help_Page.php:1107
358
- msgid ""
359
- "This extension will send an email to event organizers whenever a user "
360
- "registers for their event."
361
  msgstr ""
362
 
363
- #: src/Tribe/Admin/Help_Page.php:1144
364
- msgid "Add Cost Currency Symbol"
365
  msgstr ""
366
 
367
- #: src/Tribe/Admin/Help_Page.php:1145
368
- msgid ""
369
- "This extension allows you to set default currency symbols for your users to "
370
- "choose from instead of having a plain text field."
371
  msgstr ""
372
 
373
- #: src/Tribe/Admin/Help_Page.php:1150
374
- msgid "Add Google Maps Display and Link Options"
 
375
  msgstr ""
376
 
377
- #: src/Tribe/Admin/Help_Page.php:1151
378
- msgid ""
379
- "This extension adds the “Show Google Maps” and “Show Google Maps Link” "
380
- "checkboxes when creating a new Venue."
381
  msgstr ""
382
 
383
- #: src/Tribe/Admin/Help_Page.php:1156
384
- msgid "Hide Others’ Organizers and Venues"
 
385
  msgstr ""
386
 
387
- #: src/Tribe/Admin/Help_Page.php:1157
388
- msgid ""
389
- "This extension allows you to hide the Organizers and Venues that a visitor "
390
- "has not created from the Community Events submission form."
391
  msgstr ""
392
 
393
- #: src/Tribe/Admin/Help_Page.php:1162
394
- msgid "Display Custom HTML"
395
  msgstr ""
396
 
397
- #: src/Tribe/Admin/Help_Page.php:1163
398
- msgid ""
399
- "This extension allows you to add custom HTML content to the top of the "
400
- "Community Events submission form."
 
 
401
  msgstr ""
402
 
403
- #: src/Tribe/Admin/Notice/Php_Version.php:59
404
- #: src/Tribe/Admin/Notice/Plugin_Download.php:149
405
- msgctxt "separator used in a list of items"
406
- msgid ", "
407
  msgstr ""
408
 
409
- #: src/Tribe/Admin/Notice/Php_Version.php:60
410
- #: src/Tribe/Admin/Notice/Plugin_Download.php:150
411
- msgctxt "the final separator in a list of two or more items"
412
- msgid " and "
413
  msgstr ""
414
 
415
- #: src/Tribe/Admin/Notice/Php_Version.php:98
416
- msgid ""
417
- "Starting March 2019, %1$s will no longer support versions prior to PHP 5.6. "
418
- "Your site is currently using PHP version %2$s which will no longer be "
419
- "supported by %1$s. For best results, we recommend using PHP 5.6 or above."
420
  msgstr ""
421
 
422
- #: src/Tribe/Admin/Notice/Php_Version.php:101
423
- msgid ""
424
- "Starting March 2019, %1$s will no longer work with versions prior to PHP "
425
- "5.4. Currently your site is using PHP version %2$s. For best results, we "
426
- "recommend using PHP 5.6 or above."
427
  msgstr ""
428
 
429
- #: src/Tribe/Admin/Notice/Plugin_Download.php:122
430
- msgid "To begin using %2$s, please install (or upgrade) and activate %3$s."
431
  msgstr ""
432
 
433
- #: src/Tribe/Admin/Notice/Plugin_Download.php:124
434
- #: src/Tribe/PUE/Update_Prevention.php:181
435
- msgid "Read more"
436
  msgstr ""
437
 
438
- #: src/Tribe/Admin/Notice/Plugin_Download.php:125
439
- msgid ""
440
- "There’s a new version of %1$s available, but your license is expired. You’ll "
441
- "need to renew your license to get access to the latest version. If you plan "
442
- "to continue using your current version of the plugin(s), be sure to use a "
443
- "compatible version of The Events Calendar. %2$s"
444
  msgstr ""
445
 
446
- #: src/Tribe/Admin/Notice/WP_Version.php:79
447
- msgid ""
448
- "You are using WordPress 5.7 which included a major jQuery update that may "
449
- "cause compatibility issues with past versions of The Events Calendar, Event "
450
- "Tickets and other plugins."
451
  msgstr ""
452
 
453
- #: src/Tribe/Admin/Notice/WP_Version.php:81
454
- msgid ""
455
- "WordPress 5.7 includes a major jQuery update that may cause compatibility "
456
- "issues with past versions of The Events Calendar, Event Tickets and other "
457
- "plugins."
458
  msgstr ""
459
 
460
- #: src/Tribe/Admin/Notice/WP_Version.php:83
461
- msgid "Read more."
462
  msgstr ""
463
 
464
- #: src/Tribe/Admin/Troubleshooting.php:66
465
- #: src/Tribe/Admin/Troubleshooting.php:67
466
- #: src/Tribe/Admin/Troubleshooting.php:142
467
- #: src/admin-views/troubleshooting/introduction.php:21
468
- msgid "Troubleshooting"
469
  msgstr ""
470
 
471
- #: src/Tribe/Admin/Troubleshooting.php:297
472
- msgid "Site time zone uses UTC"
473
  msgstr ""
474
 
475
- #: src/Tribe/Admin/Troubleshooting.php:298
476
- msgid ""
477
- "When using The Events Calendar, we highly recommend that you use a "
478
- "geographic timezone such as \"America/Los_Angeles\" and avoid using a UTC "
479
- "timezone offset such as “UTC+9”. Choosing a UTC timezone for your site or "
480
- "individual events may cause problems when importing events or with Daylight "
481
- "Saving Time. Go to your the General WordPress settings to adjust your site "
482
- "timezone."
483
  msgstr ""
484
 
485
- #: src/Tribe/Admin/Troubleshooting.php:300
486
- msgid "Adjust your timezone"
487
  msgstr ""
488
 
489
- #: src/Tribe/Admin/Troubleshooting.php:305
490
- msgid "Install max has been reached"
491
  msgstr ""
492
 
493
- #: src/Tribe/Admin/Troubleshooting.php:306
494
- msgid ""
495
- "License keys can only be used on a limited number of sites, which varies "
496
- "depending on your license level. You'll need to remove the license from one "
497
- "or more other site's in order to use it on this one."
498
  msgstr ""
499
 
500
- #: src/Tribe/Admin/Troubleshooting.php:308
501
- msgid "Manage your licenses"
502
  msgstr ""
503
 
504
- #: src/Tribe/Admin/Troubleshooting.php:313
505
- msgid "Default Google Maps API key"
506
  msgstr ""
507
 
508
- #: src/Tribe/Admin/Troubleshooting.php:314
509
- msgid ""
510
- "The Events Calendar comes with an API key for basic maps functionality. If "
511
- "you’d like to use more advanced features like custom map pins, dynamic map "
512
- "loads, or Events Calendar Pro's Location Search and advanced Map View, "
513
- "you’ll need to get your own Google Maps API key and add it to Events > "
514
- "Settings > Integrations"
515
  msgstr ""
516
 
517
- #: src/Tribe/Admin/Troubleshooting.php:316
518
- msgid "Enter a custom API key"
 
519
  msgstr ""
520
 
521
- #: src/Tribe/Admin/Troubleshooting.php:321
522
- msgid "Plugin(s) are out of date"
523
  msgstr ""
524
 
525
- #: src/Tribe/Admin/Troubleshooting.php:322
526
- msgid ""
527
- "It's important to use the most recent versions of our plugins so that you "
528
- "have access to the latest features, bug fixes, and security updates. Plugin "
529
- "functionality can be comprimised if your site is running outdated or mis-"
530
- "matched versions."
531
  msgstr ""
532
 
533
- #: src/Tribe/Admin/Troubleshooting.php:324
534
- msgid "Check for updates"
535
  msgstr ""
536
 
537
- #: src/Tribe/Admin/Troubleshooting.php:343
538
- msgid "Common Error Messages"
539
  msgstr ""
540
 
541
- #: src/Tribe/Admin/Troubleshooting.php:344
542
- msgid "Here’s an overview of %s and what they mean."
543
  msgstr ""
544
 
545
- #: src/Tribe/Admin/Troubleshooting.php:349
546
- msgid "My calendar doesn’t look right."
547
  msgstr ""
548
 
549
- #: src/Tribe/Admin/Troubleshooting.php:350
550
- msgid "This can happen when other plugins try to improve performance. %s."
551
  msgstr ""
552
 
553
- #: src/Tribe/Admin/Troubleshooting.php:355
554
- msgid "I installed the calendar and it crashed my site."
555
  msgstr ""
556
 
557
- #: src/Tribe/Admin/Troubleshooting.php:356
558
- msgid "%s and other common installation issues."
559
  msgstr ""
560
 
561
- #: src/Tribe/Admin/Troubleshooting.php:361
562
- msgid "I keep getting “Page Not Found” on events."
563
  msgstr ""
564
 
565
- #: src/Tribe/Admin/Troubleshooting.php:362
566
- msgid "There are a few %s to resolve and prevent 404 errors."
567
  msgstr ""
568
 
569
- #: src/Tribe/Ajax/Dropdown.php:38
570
- msgid "Cannot look for Terms without a taxonomy"
571
  msgstr ""
572
 
573
- #: src/Tribe/Ajax/Dropdown.php:270
574
- msgid "Missing data source for this dropdown"
575
  msgstr ""
576
 
577
- #: src/Tribe/Ajax/Dropdown.php:283
578
- msgid "Empty data set for this dropdown"
579
  msgstr ""
580
 
581
- #: src/Tribe/Ajax/Dropdown.php:336
582
- msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
583
  msgstr ""
584
 
585
- #: src/Tribe/App_Shop.php:50 src/Tribe/App_Shop.php:51
586
- #: src/Tribe/App_Shop.php:82
587
- msgid "Event Add-Ons"
588
  msgstr ""
589
 
590
- #: src/Tribe/App_Shop.php:176
591
- msgid "Events Marketing Bundle"
592
  msgstr ""
593
 
594
- #: src/Tribe/App_Shop.php:179 src/Tribe/App_Shop.php:203
595
- #: src/Tribe/App_Shop.php:222 src/Tribe/App_Shop.php:235
596
- msgid "Save over 20%"
597
  msgstr ""
598
 
599
- #: src/Tribe/App_Shop.php:180
600
- msgid "Ticket sales, attendee management, and email marketing for your events"
 
601
  msgstr ""
602
 
603
- #: src/Tribe/App_Shop.php:188
604
- msgid "Event Importer Bundle"
605
  msgstr ""
606
 
607
- #: src/Tribe/App_Shop.php:191
608
- msgid "Save over 25%"
 
609
  msgstr ""
610
 
611
- #: src/Tribe/App_Shop.php:192
612
- msgid ""
613
- "Fill your calendar with events from across the web, including Google "
614
- "Calendar, Meetup, and more."
615
  msgstr ""
616
 
617
- #: src/Tribe/App_Shop.php:200
618
- msgid "Virtual Events Marketing Bundle"
619
  msgstr ""
620
 
621
- #: src/Tribe/App_Shop.php:204
622
- msgid "Streamline your online events and increase revenue."
623
  msgstr ""
624
 
625
- #: src/Tribe/App_Shop.php:212
626
- msgid "Sell tickets and earn revenue for online events"
627
  msgstr ""
628
 
629
- #: src/Tribe/App_Shop.php:213 src/Tribe/Plugins_API.php:254
630
- msgid "Zoom integration"
631
  msgstr ""
632
 
633
- #: src/Tribe/App_Shop.php:214
634
- msgid "Automated emails optimized for virtual events"
635
  msgstr ""
636
 
637
- #: src/Tribe/App_Shop.php:215
638
- msgid "Add recurring events"
639
  msgstr ""
640
 
641
- #: src/Tribe/App_Shop.php:219
642
- msgid "Community Manager Bundle"
643
  msgstr ""
644
 
645
- #: src/Tribe/App_Shop.php:223
646
- msgid ""
647
- "Handle event submissions with ticket sales and everything you need to build "
648
- "a robust community."
649
  msgstr ""
650
 
651
- #: src/Tribe/App_Shop.php:232
652
- msgid "Ultimate Bundle"
653
  msgstr ""
654
 
655
- #: src/Tribe/App_Shop.php:236
656
- msgid "All of our premium events management plugins at a deep discount."
657
  msgstr ""
658
 
659
- #: src/Tribe/App_Shop.php:263
660
- msgid "Website URL CTA"
661
  msgstr ""
662
 
663
- #: src/Tribe/App_Shop.php:266
664
- msgid ""
665
- "Create a strong call-to-action for attendees to \"Join Webinar\" instead of "
666
- "only sharing a website address."
667
  msgstr ""
668
 
669
- #: src/Tribe/App_Shop.php:269
670
- msgid "Link Directly to Webinar"
 
671
  msgstr ""
672
 
673
- #: src/Tribe/App_Shop.php:272
674
- msgid ""
675
- "When users click on the event title, they’ll be taken right to the source of "
676
- "your event, offering a direct route to join."
677
  msgstr ""
678
 
679
- #: src/Tribe/App_Shop.php:275
680
- msgid "Events Happening Now"
681
  msgstr ""
682
 
683
- #: src/Tribe/App_Shop.php:278
684
- msgid ""
685
- "Use this shortcode to display events that are currently in progress, like "
686
- "webinars and livestreams."
687
  msgstr ""
688
 
689
- #: src/Tribe/App_Shop.php:281
690
- msgid "Custom Venue Links"
691
  msgstr ""
692
 
693
- #: src/Tribe/App_Shop.php:284
694
- msgid ""
695
- "Turn the venue name for your event into a clickable URL — a great way to "
696
- "link directly to a venue’s website or a virtual meeting."
697
  msgstr ""
698
 
699
- #: src/Tribe/App_Shop.php:287
700
- msgid "Adjust Label"
701
  msgstr ""
702
 
703
- #: src/Tribe/App_Shop.php:290
704
- msgid ""
705
- "Change \"Events\" to \"Webinars,\" or \"Venues\" to \"Livestream,\" or "
706
- "\"Organizers\" to \"Hosts.\" Tailor your calendar for virtual events and "
707
- "meetings."
708
  msgstr ""
709
 
710
- #: src/Tribe/App_Shop.php:293
711
- msgid "Reach Attendees"
712
  msgstr ""
713
 
714
- #: src/Tribe/App_Shop.php:296
715
- msgid ""
716
- "From registration to attendance history, view every step of the event "
717
- "lifecycle with this HubSpot integration."
718
  msgstr ""
719
 
720
- #: src/Tribe/App_Shop.php:313
721
- msgid "The online course platform created by e-learning experts."
722
  msgstr ""
723
 
724
- #: src/Tribe/App_Shop.php:315
725
- msgid "Add Courses"
726
  msgstr ""
727
 
728
- #: src/Tribe/App_Shop.php:316
729
- msgid ""
730
- "Trusted to power learning programs for major universities, startups, "
731
- "entrepreneurs, and bloggers worldwide."
732
- msgstr ""
733
 
734
- #: src/Tribe/App_Shop.php:321
735
- msgid "Foundational favorites: iThemes Security and Developer Toolkit."
736
  msgstr ""
737
 
738
- #: src/Tribe/App_Shop.php:323
739
- msgid "Add Security"
740
  msgstr ""
741
 
742
- #: src/Tribe/App_Shop.php:324
743
- msgid ""
744
- "iThemes Security, the WordPress security plugin that’s easy to use. Built "
745
- "with performance in mind."
746
  msgstr ""
747
 
748
- #: src/Tribe/App_Shop.php:329
749
- msgid "Built with developers in mind."
 
750
  msgstr ""
751
 
752
- #: src/Tribe/App_Shop.php:331
753
- msgid "Add Content Restriction"
754
  msgstr ""
755
 
756
- #: src/Tribe/App_Shop.php:332
757
- msgid ""
758
- "Restrict Content Pro is flexible, easy to extend, and chock full of action "
759
- "hooks and filters, making it easy to modify and tweak to your specific needs."
760
  msgstr ""
761
 
762
- #: src/Tribe/App_Shop.php:337
763
- msgid "Build better WordPress websites with Kadence."
764
  msgstr ""
765
 
766
- #: src/Tribe/App_Shop.php:339
767
- msgid "Add Starter Templates"
768
  msgstr ""
769
 
770
- #: src/Tribe/App_Shop.php:340
771
- msgid ""
772
- "Kadence lets you unlock your creativity in the WordPress Block Editor with "
773
- "expertly designed blocks, a robust theme, and a massive library of starter "
774
- "templates."
775
  msgstr ""
776
 
777
- #: src/Tribe/App_Shop.php:345
778
- msgid "Sales-boosting WooCommerce plugins."
779
  msgstr ""
780
 
781
- #: src/Tribe/App_Shop.php:347
782
- msgid "Add Commerce Tools"
783
  msgstr ""
784
 
785
- #: src/Tribe/App_Shop.php:348
786
- msgid ""
787
- "Easy-to-use WooCommerce plugins work perfectly together, with any theme. "
788
- "Create a fast and profitable eCommerce store without any technical "
789
- "knowledge.\n"
790
- "\t\t\t\t\t"
791
  msgstr ""
792
 
793
- #: src/Tribe/App_Shop.php:354
794
- msgid "The best WordPress donation plugin."
795
  msgstr ""
796
 
797
- #: src/Tribe/App_Shop.php:356
798
- msgid "Add Donations"
 
 
799
  msgstr ""
800
 
801
- #: src/Tribe/App_Shop.php:357
802
- msgid ""
803
- "GiveWP makes it easy to raise money online with donation forms, donor "
804
- "databases, and fundraising reporting."
805
  msgstr ""
806
 
807
- #: src/Tribe/Cost_Utils.php:114
808
- msgid "Free"
 
809
  msgstr ""
810
 
811
- #: src/Tribe/Credits.php:31
812
- msgid "This calendar is powered by The Events Calendar."
813
  msgstr ""
814
 
815
- #: src/Tribe/Credits.php:48
816
- msgid "Rate %1$sThe Events Calendar%2$s %3$s"
817
  msgstr ""
818
 
819
- #: src/Tribe/Credits.php:51
820
- msgid ""
821
- "If you like %1$sEvent Tickets%2$s please leave us a %3$s. It takes a minute "
822
- "and it helps a lot."
823
  msgstr ""
824
 
825
- #: src/Tribe/Customizer.php:665
826
- msgid ""
827
- "Use the following panel of your customizer to change the styling of your "
828
- "Calendar and Event pages."
829
  msgstr ""
830
 
831
- #: src/Tribe/Customizer.php:1026
832
- msgctxt "Page title for the TEC Customizer section."
833
- msgid "Customize The Events Calendar"
834
  msgstr ""
835
 
836
- #: src/Tribe/Customizer.php:1027
837
- msgctxt "Menu item text for the TEC Customizer section link."
838
- msgid "Customize The Events Calendar"
839
  msgstr ""
840
 
841
- #: src/Tribe/Customizer.php:1052
842
- msgid "Customizer"
843
  msgstr ""
844
 
845
- #: src/Tribe/Customizer.php:1056
846
- msgid "Adjust colors, fonts, and more with the WordPress Customizer."
 
 
847
  msgstr ""
848
 
849
- #. translators: %1$s: opening anchor tag; %2$s: closing anchor tag
850
- #: src/Tribe/Customizer.php:1062
851
- msgctxt "Link text added to the TEC->Settings->Display tab."
852
- msgid "%1$sCustomize The Events Calendar%2$s"
853
  msgstr ""
854
 
855
- #: src/Tribe/Debug_Bar/Panels/Context.php:22
856
- #: src/Tribe/Debug_Bar/Panels/Context.php:50
857
- msgid "The Events Calendar Context"
858
  msgstr ""
859
 
860
- #: src/Tribe/Debug_Bar/Panels/Context.php:53
861
- msgid "PHP Render Context"
 
862
  msgstr ""
863
 
864
- #: src/Tribe/Debug_Bar/Panels/Context.php:61
865
- msgid "Key"
866
  msgstr ""
867
 
868
- #: src/Tribe/Debug_Bar/Panels/Context.php:62
869
- msgid "Value"
870
  msgstr ""
871
 
872
- #: src/Tribe/Debug_Bar/Panels/Context.php:63
873
- msgid "ORM arg"
874
  msgstr ""
875
 
876
- #: src/Tribe/Debug_Bar/Panels/Context.php:64
877
- msgid "Reads"
878
  msgstr ""
879
 
880
- #: src/Tribe/Debug_Bar/Panels/Context.php:65
881
- msgid "Writes"
 
882
  msgstr ""
883
 
884
- #: src/Tribe/Debug_Bar/Panels/Context.php:91
885
- msgid "State"
886
  msgstr ""
887
 
888
- #: src/Tribe/Debug_Bar/Panels/Json_Ld.php:21
889
- #: src/Tribe/Debug_Bar/Panels/Json_Ld.php:40
890
- msgid "The Events Calendar JSON-LD Data"
891
  msgstr ""
892
 
893
- #: src/Tribe/Dialog/View.php:157
894
- msgid "Open the modal window"
895
  msgstr ""
896
 
897
- #: src/Tribe/Dialog/View.php:158
898
- msgid "Close this modal window"
 
 
 
899
  msgstr ""
900
 
901
- #: src/Tribe/Dialog/View.php:228 src/Tribe/Dialog/View.php:300
902
- msgid "Cancel"
903
  msgstr ""
904
 
905
- #: src/Tribe/Dialog/View.php:229
906
- msgid "Confirm"
907
  msgstr ""
908
 
909
- #: src/Tribe/Dialog/View.php:302 src/Tribe/Dialog/View.php:371
910
- msgid "OK"
911
  msgstr ""
912
 
913
- #: src/Tribe/Dialog/View.php:443
914
- msgid "Open the dialog window"
915
  msgstr ""
916
 
917
- #: src/Tribe/Dialog/View.php:460
918
- msgid "Close this dialog window"
919
  msgstr ""
920
 
921
- #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
922
- msgid "The cost currency symbol"
923
  msgstr ""
924
 
925
- #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
926
- msgid "The position of the currency symbol in the cost string"
927
  msgstr ""
928
 
929
- #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
930
- msgid "A sorted array of all the numeric values for the cost"
931
  msgstr ""
932
 
933
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
934
- msgid "The date year"
935
  msgstr ""
936
 
937
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
938
- msgid "The date month"
939
  msgstr ""
940
 
941
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
942
- msgid "The date day"
 
943
  msgstr ""
944
 
945
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
946
- msgid "The date hour"
947
  msgstr ""
948
 
949
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
950
- msgid "The date minutes"
951
  msgstr ""
952
 
953
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
954
- msgid "The date seconds"
 
955
  msgstr ""
956
 
957
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:25
958
- msgid "The URL to the full size version of the image"
 
959
  msgstr ""
960
 
961
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:29
962
- msgid "The image WordPress post ID"
 
963
  msgstr ""
964
 
965
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:33
966
- msgid "The image file extension"
 
967
  msgstr ""
968
 
969
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:37
970
- msgid "The image natural width in pixels"
 
971
  msgstr ""
972
 
973
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:41
974
- msgid "The image natural height in pixels"
 
975
  msgstr ""
976
 
977
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:45
978
- msgid "The details about each size available for the image"
979
  msgstr ""
980
 
981
- #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
982
- msgid "The image width in pixels in the specified size"
983
  msgstr ""
984
 
985
- #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
986
- msgid "The image height in pixels in the specified size"
987
  msgstr ""
988
 
989
- #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
990
- msgid "The image mime-type"
991
  msgstr ""
992
 
993
- #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:37
994
- msgid "The link to the image in the specified size on the site"
995
  msgstr ""
996
 
997
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
998
- msgid "The WordPress term ID"
999
  msgstr ""
1000
 
1001
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
1002
- msgid "The term name"
 
1003
  msgstr ""
1004
 
1005
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
1006
- msgid "The term slug"
 
1007
  msgstr ""
1008
 
1009
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
1010
- msgid "The taxonomy the term belongs to"
 
1011
  msgstr ""
1012
 
1013
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
1014
- msgid "The term description"
1015
  msgstr ""
1016
 
1017
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
1018
- msgid "The term parent term if any"
 
1019
  msgstr ""
1020
 
1021
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
1022
- msgid "The number of posts associated with the term"
1023
  msgstr ""
1024
 
1025
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
1026
- msgid "The URL to the term archive page"
1027
  msgstr ""
1028
 
1029
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
1030
- msgid "A list of links to the term own, archive and parent REST URL"
1031
  msgstr ""
1032
 
1033
- #: src/Tribe/Editor/Blocks/Abstract.php:123
1034
- msgid "Problem loading the block, please remove this block to restart."
1035
  msgstr ""
1036
 
1037
- #. translators: %s: duration
1038
- #: src/Tribe/Editor/Configuration.php:94
1039
- msgid "%s from now"
1040
  msgstr ""
1041
 
1042
- #. translators: %s: duration
1043
- #: src/Tribe/Editor/Configuration.php:96
1044
- msgid "%s ago"
1045
  msgstr ""
1046
 
1047
- #: src/Tribe/Editor/Configuration.php:100
1048
- #: src/Tribe/Editor/Configuration.php:103
1049
- msgid "g:i a"
1050
  msgstr ""
1051
 
1052
- #: src/Tribe/Editor/Configuration.php:101
1053
- #: src/Tribe/Editor/Configuration.php:103
1054
- msgid "F j, Y"
1055
  msgstr ""
1056
 
1057
- #: src/Tribe/Editor/Configuration.php:102
1058
- msgid "F j"
1059
  msgstr ""
1060
 
1061
- #: src/Tribe/Editor/Meta.php:105
1062
- msgid "Numeric Array"
1063
  msgstr ""
1064
 
1065
- #: src/Tribe/Editor/Meta.php:123
1066
- msgid "Text Array"
1067
  msgstr ""
1068
 
1069
- #: src/Tribe/Error.php:38
1070
- msgid "An Unknown error occurred"
1071
  msgstr ""
1072
 
1073
- #: src/Tribe/Extension.php:144
1074
- msgid "Tutorial"
1075
  msgstr ""
1076
 
1077
- #: src/Tribe/Extension.php:406
1078
- msgid ""
1079
- "Unable to run Tribe Extensions. Your website host is running PHP 5.2 or "
1080
- "older, and has likely disabled or misconfigured debug_backtrace(). You, or "
1081
- "your website host, will need to upgrade PHP or properly configure "
1082
- "debug_backtrace() for Tribe Extensions to work."
1083
  msgstr ""
1084
 
1085
- #: src/Tribe/Extension.php:421
1086
- msgctxt "extension disallowed"
1087
- msgid ""
1088
- "This extension has been programmatically disallowed. The most common reason "
1089
- "is due to another The Events Calendar plugin having absorbed or replaced "
1090
- "this extension's functionality. This extension plugin has been deactivated, "
1091
- "and you should likely delete it."
1092
  msgstr ""
1093
 
1094
- #: src/Tribe/Field.php:240
1095
- msgid "Invalid field type specified"
1096
  msgstr ""
1097
 
1098
- #: src/Tribe/Field.php:550
1099
- msgid "No radio options specified"
1100
  msgstr ""
1101
 
1102
- #: src/Tribe/Field.php:586
1103
- msgid "No checkbox options specified"
1104
  msgstr ""
1105
 
1106
- #: src/Tribe/Field.php:648
1107
- msgid "No select options specified"
1108
  msgstr ""
1109
 
1110
- #: src/Tribe/Field.php:750
1111
- msgid "Select Image"
1112
  msgstr ""
1113
 
1114
- #: src/Tribe/Field.php:751
1115
- msgid "Remove Image"
1116
  msgstr ""
1117
 
1118
- #: src/Tribe/Field.php:755
1119
- msgid "Select an image"
1120
  msgstr ""
1121
 
1122
- #: src/Tribe/Field.php:756
1123
- msgid "Use this image"
1124
  msgstr ""
1125
 
1126
- #: src/Tribe/Languages/Locations.php:79
1127
- msgid "United States"
1128
  msgstr ""
1129
 
1130
- #: src/Tribe/Languages/Locations.php:80
1131
- msgid "Afghanistan"
1132
  msgstr ""
1133
 
1134
- #: src/Tribe/Languages/Locations.php:81
1135
- msgid "Åland Islands"
1136
  msgstr ""
1137
 
1138
- #: src/Tribe/Languages/Locations.php:82
1139
- msgid "Albania"
1140
  msgstr ""
1141
 
1142
- #: src/Tribe/Languages/Locations.php:83
1143
- msgid "Algeria"
1144
  msgstr ""
1145
 
1146
- #: src/Tribe/Languages/Locations.php:84
1147
- msgid "American Samoa"
1148
  msgstr ""
1149
 
1150
- #: src/Tribe/Languages/Locations.php:85
1151
- msgid "Andorra"
1152
  msgstr ""
1153
 
1154
- #: src/Tribe/Languages/Locations.php:86
1155
- msgid "Angola"
1156
  msgstr ""
1157
 
1158
- #: src/Tribe/Languages/Locations.php:87
1159
- msgid "Anguilla"
1160
  msgstr ""
1161
 
1162
- #: src/Tribe/Languages/Locations.php:88
1163
- msgid "Antarctica"
1164
  msgstr ""
1165
 
1166
- #: src/Tribe/Languages/Locations.php:89
1167
- msgid "Antigua and Barbuda"
1168
  msgstr ""
1169
 
1170
- #: src/Tribe/Languages/Locations.php:90
1171
- msgid "Argentina"
1172
  msgstr ""
1173
 
1174
- #: src/Tribe/Languages/Locations.php:91
1175
- msgid "Armenia"
1176
  msgstr ""
1177
 
1178
- #: src/Tribe/Languages/Locations.php:92
1179
- msgid "Aruba"
1180
  msgstr ""
1181
 
1182
- #: src/Tribe/Languages/Locations.php:93
1183
- msgid "Australia"
1184
  msgstr ""
1185
 
1186
- #: src/Tribe/Languages/Locations.php:94
1187
- msgid "Austria"
1188
  msgstr ""
1189
 
1190
- #: src/Tribe/Languages/Locations.php:95
1191
- msgid "Azerbaijan"
1192
  msgstr ""
1193
 
1194
- #: src/Tribe/Languages/Locations.php:96
1195
- msgid "Bahamas"
1196
  msgstr ""
1197
 
1198
- #: src/Tribe/Languages/Locations.php:97
1199
- msgid "Bahrain"
1200
  msgstr ""
1201
 
1202
- #: src/Tribe/Languages/Locations.php:98
1203
- msgid "Bangladesh"
1204
  msgstr ""
1205
 
1206
- #: src/Tribe/Languages/Locations.php:99
1207
- msgid "Barbados"
1208
  msgstr ""
1209
 
1210
- #: src/Tribe/Languages/Locations.php:100
1211
- msgid "Belarus"
1212
  msgstr ""
1213
 
1214
- #: src/Tribe/Languages/Locations.php:101
1215
- msgid "Belgium"
1216
  msgstr ""
1217
 
1218
- #: src/Tribe/Languages/Locations.php:102
1219
- msgid "Belize"
1220
  msgstr ""
1221
 
1222
- #: src/Tribe/Languages/Locations.php:103
1223
- msgid "Benin"
1224
  msgstr ""
1225
 
1226
- #: src/Tribe/Languages/Locations.php:104
1227
- msgid "Bermuda"
1228
  msgstr ""
1229
 
1230
- #: src/Tribe/Languages/Locations.php:105
1231
- msgid "Bhutan"
1232
  msgstr ""
1233
 
1234
- #: src/Tribe/Languages/Locations.php:106
1235
- msgid "Bolivia"
1236
  msgstr ""
1237
 
1238
- #: src/Tribe/Languages/Locations.php:107
1239
- msgid "Bosnia and Herzegovina"
1240
  msgstr ""
1241
 
1242
- #: src/Tribe/Languages/Locations.php:108
1243
- msgid "Botswana"
1244
  msgstr ""
1245
 
1246
- #: src/Tribe/Languages/Locations.php:109
1247
- msgid "Bouvet Island"
 
 
1248
  msgstr ""
1249
 
1250
- #: src/Tribe/Languages/Locations.php:110
1251
- msgid "Brazil"
 
 
1252
  msgstr ""
1253
 
1254
- #: src/Tribe/Languages/Locations.php:111
1255
- msgid "British Indian Ocean Territory"
1256
  msgstr ""
1257
 
1258
- #: src/Tribe/Languages/Locations.php:112
1259
- msgid "Brunei Darussalam"
1260
  msgstr ""
1261
 
1262
- #: src/Tribe/Languages/Locations.php:113
1263
- msgid "Bulgaria"
1264
  msgstr ""
1265
 
1266
- #: src/Tribe/Languages/Locations.php:114
1267
- msgid "Burkina Faso"
 
1268
  msgstr ""
1269
 
1270
- #: src/Tribe/Languages/Locations.php:115
1271
- msgid "Burundi"
1272
  msgstr ""
1273
 
1274
- #: src/Tribe/Languages/Locations.php:116
1275
- msgid "Cambodia"
1276
  msgstr ""
1277
 
1278
- #: src/Tribe/Languages/Locations.php:117
1279
- msgid "Cameroon"
1280
  msgstr ""
1281
 
1282
- #: src/Tribe/Languages/Locations.php:118
1283
- msgid "Canada"
1284
  msgstr ""
1285
 
1286
- #: src/Tribe/Languages/Locations.php:119
1287
- msgid "Cape Verde"
1288
  msgstr ""
1289
 
1290
- #: src/Tribe/Languages/Locations.php:120
1291
- msgid "Cayman Islands"
1292
  msgstr ""
1293
 
1294
- #: src/Tribe/Languages/Locations.php:121
1295
- msgid "Central African Republic"
1296
  msgstr ""
1297
 
1298
- #: src/Tribe/Languages/Locations.php:122
1299
- msgid "Chad"
1300
  msgstr ""
1301
 
1302
- #: src/Tribe/Languages/Locations.php:123
1303
- msgid "Chile"
1304
  msgstr ""
1305
 
1306
- #: src/Tribe/Languages/Locations.php:124
1307
- msgid "China"
1308
  msgstr ""
1309
 
1310
- #: src/Tribe/Languages/Locations.php:125
1311
- msgid "Christmas Island"
1312
  msgstr ""
1313
 
1314
- #: src/Tribe/Languages/Locations.php:126
1315
- msgid "Cocos (Keeling) Islands"
1316
  msgstr ""
1317
 
1318
- #: src/Tribe/Languages/Locations.php:127
1319
- msgid "Collectivity of Saint Martin"
1320
  msgstr ""
1321
 
1322
- #: src/Tribe/Languages/Locations.php:128
1323
- msgid "Colombia"
1324
  msgstr ""
1325
 
1326
- #: src/Tribe/Languages/Locations.php:129
1327
- msgid "Comoros"
1328
  msgstr ""
1329
 
1330
- #: src/Tribe/Languages/Locations.php:130
1331
- msgid "Congo"
1332
  msgstr ""
1333
 
1334
- #: src/Tribe/Languages/Locations.php:131
1335
- msgid "Congo, Democratic Republic of the"
1336
  msgstr ""
1337
 
1338
- #: src/Tribe/Languages/Locations.php:132
1339
- msgid "Cook Islands"
1340
  msgstr ""
1341
 
1342
- #: src/Tribe/Languages/Locations.php:133
1343
- msgid "Costa Rica"
1344
  msgstr ""
1345
 
1346
- #: src/Tribe/Languages/Locations.php:134
1347
- msgid "Côte d'Ivoire"
1348
  msgstr ""
1349
 
1350
- #: src/Tribe/Languages/Locations.php:135
1351
- msgid "Croatia (Local Name: Hrvatska)"
1352
  msgstr ""
1353
 
1354
- #: src/Tribe/Languages/Locations.php:136
1355
- msgid "Cuba"
1356
  msgstr ""
1357
 
1358
- #: src/Tribe/Languages/Locations.php:137
1359
- msgid "Curaçao"
1360
  msgstr ""
1361
 
1362
- #: src/Tribe/Languages/Locations.php:138
1363
- msgid "Cyprus"
1364
  msgstr ""
1365
 
1366
- #: src/Tribe/Languages/Locations.php:139
1367
- msgid "Czech Republic"
1368
  msgstr ""
1369
 
1370
- #: src/Tribe/Languages/Locations.php:140
1371
- msgid "Denmark"
1372
  msgstr ""
1373
 
1374
- #: src/Tribe/Languages/Locations.php:141
1375
- msgid "Djibouti"
1376
  msgstr ""
1377
 
1378
- #: src/Tribe/Languages/Locations.php:142
1379
- msgid "Dominica"
 
 
1380
  msgstr ""
1381
 
1382
- #: src/Tribe/Languages/Locations.php:143
1383
- msgid "Dominican Republic"
1384
  msgstr ""
1385
 
1386
- #: src/Tribe/Languages/Locations.php:144
1387
- msgid "East Timor"
 
 
 
1388
  msgstr ""
1389
 
1390
- #: src/Tribe/Languages/Locations.php:145
1391
- msgid "Ecuador"
1392
  msgstr ""
1393
 
1394
- #: src/Tribe/Languages/Locations.php:146
1395
- msgid "Egypt"
1396
  msgstr ""
1397
 
1398
- #: src/Tribe/Languages/Locations.php:147
1399
- msgid "El Salvador"
1400
  msgstr ""
1401
 
1402
- #: src/Tribe/Languages/Locations.php:148
1403
- msgid "Equatorial Guinea"
1404
  msgstr ""
1405
 
1406
- #: src/Tribe/Languages/Locations.php:149
1407
- msgid "Eritrea"
1408
  msgstr ""
1409
 
1410
- #: src/Tribe/Languages/Locations.php:150
1411
- msgid "Estonia"
1412
  msgstr ""
1413
 
1414
- #: src/Tribe/Languages/Locations.php:151
1415
- msgid "Ethiopia"
1416
  msgstr ""
1417
 
1418
- #: src/Tribe/Languages/Locations.php:152
1419
- msgid "Falkland Islands (Malvinas)"
 
1420
  msgstr ""
1421
 
1422
- #: src/Tribe/Languages/Locations.php:153
1423
- msgid "Faroe Islands"
1424
  msgstr ""
1425
 
1426
- #: src/Tribe/Languages/Locations.php:154
1427
- msgid "Fiji"
1428
  msgstr ""
1429
 
1430
- #: src/Tribe/Languages/Locations.php:155
1431
- msgid "Finland"
1432
  msgstr ""
1433
 
1434
- #: src/Tribe/Languages/Locations.php:156
1435
- msgid "France"
1436
  msgstr ""
1437
 
1438
- #: src/Tribe/Languages/Locations.php:157
1439
- msgid "French Guiana"
1440
  msgstr ""
1441
 
1442
- #: src/Tribe/Languages/Locations.php:158
1443
- msgid "French Polynesia"
1444
  msgstr ""
1445
 
1446
- #: src/Tribe/Languages/Locations.php:159
1447
- msgid "French Southern Territories"
1448
  msgstr ""
1449
 
1450
- #: src/Tribe/Languages/Locations.php:160
1451
- msgid "Gabon"
1452
  msgstr ""
1453
 
1454
- #: src/Tribe/Languages/Locations.php:161
1455
- msgid "Gambia"
1456
  msgstr ""
1457
 
1458
- #: src/Tribe/Languages/Locations.php:162
1459
- msgctxt "The country"
1460
- msgid "Georgia"
1461
  msgstr ""
1462
 
1463
- #: src/Tribe/Languages/Locations.php:163
1464
- msgid "Germany"
1465
  msgstr ""
1466
 
1467
- #: src/Tribe/Languages/Locations.php:164
1468
- msgid "Ghana"
1469
  msgstr ""
1470
 
1471
- #: src/Tribe/Languages/Locations.php:165
1472
- msgid "Gibraltar"
1473
  msgstr ""
1474
 
1475
- #: src/Tribe/Languages/Locations.php:166
1476
- msgid "Greece"
1477
  msgstr ""
1478
 
1479
- #: src/Tribe/Languages/Locations.php:167
1480
- msgid "Greenland"
1481
  msgstr ""
1482
 
1483
- #: src/Tribe/Languages/Locations.php:168
1484
- msgid "Grenada"
1485
  msgstr ""
1486
 
1487
- #: src/Tribe/Languages/Locations.php:169
1488
- msgid "Guadeloupe"
1489
  msgstr ""
1490
 
1491
- #: src/Tribe/Languages/Locations.php:170
1492
- msgid "Guam"
1493
  msgstr ""
1494
 
1495
- #: src/Tribe/Languages/Locations.php:171
1496
- msgid "Guatemala"
1497
  msgstr ""
1498
 
1499
- #: src/Tribe/Languages/Locations.php:172
1500
- msgid "Guinea"
1501
  msgstr ""
1502
 
1503
- #: src/Tribe/Languages/Locations.php:173
1504
- msgid "Guinea-Bissau"
1505
  msgstr ""
1506
 
1507
- #: src/Tribe/Languages/Locations.php:174
1508
- msgid "Guyana"
1509
  msgstr ""
1510
 
1511
- #: src/Tribe/Languages/Locations.php:175
1512
- msgid "Haiti"
1513
  msgstr ""
1514
 
1515
- #: src/Tribe/Languages/Locations.php:176
1516
- msgid "Heard and McDonald Islands"
1517
  msgstr ""
1518
 
1519
- #: src/Tribe/Languages/Locations.php:177
1520
- msgid "Holy See (Vatican City State)"
1521
  msgstr ""
1522
 
1523
- #: src/Tribe/Languages/Locations.php:178
1524
- msgid "Honduras"
1525
  msgstr ""
1526
 
1527
- #: src/Tribe/Languages/Locations.php:179
1528
- msgid "Hong Kong"
1529
  msgstr ""
1530
 
1531
- #: src/Tribe/Languages/Locations.php:180
1532
- msgid "Hungary"
1533
  msgstr ""
1534
 
1535
- #: src/Tribe/Languages/Locations.php:181
1536
- msgid "Iceland"
1537
  msgstr ""
1538
 
1539
- #: src/Tribe/Languages/Locations.php:182
1540
- msgid "India"
1541
  msgstr ""
1542
 
1543
- #: src/Tribe/Languages/Locations.php:183
1544
- msgid "Indonesia"
1545
  msgstr ""
1546
 
1547
- #: src/Tribe/Languages/Locations.php:184
1548
- msgid "Iran, Islamic Republic of"
1549
  msgstr ""
1550
 
1551
- #: src/Tribe/Languages/Locations.php:185
1552
- msgid "Iraq"
 
 
1553
  msgstr ""
1554
 
1555
- #: src/Tribe/Languages/Locations.php:186
1556
- msgid "Ireland"
1557
  msgstr ""
1558
 
1559
- #: src/Tribe/Languages/Locations.php:187
1560
- msgid "Israel"
1561
  msgstr ""
1562
 
1563
- #: src/Tribe/Languages/Locations.php:188
1564
- msgid "Italy"
1565
  msgstr ""
1566
 
1567
- #: src/Tribe/Languages/Locations.php:189
1568
- msgid "Jamaica"
1569
  msgstr ""
1570
 
1571
- #: src/Tribe/Languages/Locations.php:190
1572
- msgid "Japan"
1573
  msgstr ""
1574
 
1575
- #: src/Tribe/Languages/Locations.php:191
1576
- msgid "Jordan"
1577
  msgstr ""
1578
 
1579
- #: src/Tribe/Languages/Locations.php:192
1580
- msgid "Kazakhstan"
1581
  msgstr ""
1582
 
1583
- #: src/Tribe/Languages/Locations.php:193
1584
- msgid "Kenya"
1585
  msgstr ""
1586
 
1587
- #: src/Tribe/Languages/Locations.php:194
1588
- msgid "Kiribati"
 
1589
  msgstr ""
1590
 
1591
- #: src/Tribe/Languages/Locations.php:195
1592
- msgid "Korea, Democratic People's Republic of"
 
1593
  msgstr ""
1594
 
1595
- #: src/Tribe/Languages/Locations.php:196
1596
- msgid "Korea, Republic of"
1597
  msgstr ""
1598
 
1599
- #: src/Tribe/Languages/Locations.php:197
1600
- msgid "Kuwait"
1601
  msgstr ""
1602
 
1603
- #: src/Tribe/Languages/Locations.php:198
1604
- msgid "Kyrgyzstan"
 
 
1605
  msgstr ""
1606
 
1607
- #: src/Tribe/Languages/Locations.php:199
1608
- msgid "Lao People's Democratic Republic"
 
1609
  msgstr ""
1610
 
1611
- #: src/Tribe/Languages/Locations.php:200
1612
- msgid "Latvia"
1613
  msgstr ""
1614
 
1615
- #: src/Tribe/Languages/Locations.php:201
1616
- msgid "Lebanon"
1617
  msgstr ""
1618
 
1619
- #: src/Tribe/Languages/Locations.php:202
1620
- msgid "Lesotho"
1621
  msgstr ""
1622
 
1623
- #: src/Tribe/Languages/Locations.php:203
1624
- msgid "Liberia"
1625
  msgstr ""
1626
 
1627
- #: src/Tribe/Languages/Locations.php:204
1628
- msgid "Libya"
1629
  msgstr ""
1630
 
1631
- #: src/Tribe/Languages/Locations.php:205
1632
- msgid "Liechtenstein"
1633
  msgstr ""
1634
 
1635
- #: src/Tribe/Languages/Locations.php:206
1636
- msgid "Lithuania"
1637
  msgstr ""
1638
 
1639
- #: src/Tribe/Languages/Locations.php:207
1640
- msgid "Luxembourg"
 
1641
  msgstr ""
1642
 
1643
- #: src/Tribe/Languages/Locations.php:208
1644
- msgid "Macau"
1645
  msgstr ""
1646
 
1647
- #: src/Tribe/Languages/Locations.php:209
1648
- msgid "Madagascar"
1649
  msgstr ""
1650
 
1651
- #: src/Tribe/Languages/Locations.php:210
1652
- msgid "Malawi"
 
1653
  msgstr ""
1654
 
1655
- #: src/Tribe/Languages/Locations.php:211
1656
- msgid "Malaysia"
1657
  msgstr ""
1658
 
1659
- #: src/Tribe/Languages/Locations.php:212
1660
- msgid "Maldives"
 
1661
  msgstr ""
1662
 
1663
- #: src/Tribe/Languages/Locations.php:213
1664
- msgid "Mali"
1665
  msgstr ""
1666
 
1667
- #: src/Tribe/Languages/Locations.php:214
1668
- msgid "Malta"
1669
  msgstr ""
1670
 
1671
- #: src/Tribe/Languages/Locations.php:215
1672
- msgid "Marshall Islands"
1673
  msgstr ""
1674
 
1675
- #: src/Tribe/Languages/Locations.php:216
1676
- msgid "Martinique"
1677
  msgstr ""
1678
 
1679
- #: src/Tribe/Languages/Locations.php:217
1680
- msgid "Mauritania"
1681
  msgstr ""
1682
 
1683
- #: src/Tribe/Languages/Locations.php:218
1684
- msgid "Mauritius"
1685
  msgstr ""
1686
 
1687
- #: src/Tribe/Languages/Locations.php:219
1688
- msgid "Mayotte"
1689
  msgstr ""
1690
 
1691
- #: src/Tribe/Languages/Locations.php:220
1692
- msgid "Mexico"
1693
  msgstr ""
1694
 
1695
- #: src/Tribe/Languages/Locations.php:221
1696
- msgid "Micronesia, Federated States of"
1697
  msgstr ""
1698
 
1699
- #: src/Tribe/Languages/Locations.php:222
1700
- msgid "Moldova, Republic of"
1701
  msgstr ""
1702
 
1703
- #: src/Tribe/Languages/Locations.php:223
1704
- msgid "Monaco"
1705
  msgstr ""
1706
 
1707
- #: src/Tribe/Languages/Locations.php:224
1708
- msgid "Mongolia"
1709
  msgstr ""
1710
 
1711
- #: src/Tribe/Languages/Locations.php:225
1712
- msgid "Montenegro"
1713
  msgstr ""
1714
 
1715
- #: src/Tribe/Languages/Locations.php:226
1716
- msgid "Montserrat"
1717
  msgstr ""
1718
 
1719
- #: src/Tribe/Languages/Locations.php:227
1720
- msgid "Morocco"
1721
  msgstr ""
1722
 
1723
- #: src/Tribe/Languages/Locations.php:228
1724
- msgid "Mozambique"
1725
  msgstr ""
1726
 
1727
- #: src/Tribe/Languages/Locations.php:229
1728
- msgid "Myanmar"
1729
  msgstr ""
1730
 
1731
- #: src/Tribe/Languages/Locations.php:230
1732
- msgid "Namibia"
1733
  msgstr ""
1734
 
1735
- #: src/Tribe/Languages/Locations.php:231
1736
- msgid "Nauru"
1737
  msgstr ""
1738
 
1739
- #: src/Tribe/Languages/Locations.php:232
1740
- msgid "Nepal"
1741
  msgstr ""
1742
 
1743
- #: src/Tribe/Languages/Locations.php:233
1744
- msgid "Netherlands"
1745
  msgstr ""
1746
 
1747
- #: src/Tribe/Languages/Locations.php:234
1748
- msgid "New Caledonia"
1749
  msgstr ""
1750
 
1751
- #: src/Tribe/Languages/Locations.php:235
1752
- msgid "New Zealand"
1753
  msgstr ""
1754
 
1755
- #: src/Tribe/Languages/Locations.php:236
1756
- msgid "Nicaragua"
1757
  msgstr ""
1758
 
1759
- #: src/Tribe/Languages/Locations.php:237
1760
- msgid "Niger"
1761
  msgstr ""
1762
 
1763
- #: src/Tribe/Languages/Locations.php:238
1764
- msgid "Nigeria"
1765
  msgstr ""
1766
 
1767
- #: src/Tribe/Languages/Locations.php:239
1768
- msgid "Niue"
1769
  msgstr ""
1770
 
1771
- #: src/Tribe/Languages/Locations.php:240
1772
- msgid "Norfolk Island"
1773
  msgstr ""
1774
 
1775
- #: src/Tribe/Languages/Locations.php:241
1776
- msgid "North Macedonia"
1777
  msgstr ""
1778
 
1779
- #: src/Tribe/Languages/Locations.php:242
1780
- msgid "Northern Mariana Islands"
1781
  msgstr ""
1782
 
1783
- #: src/Tribe/Languages/Locations.php:243
1784
- msgid "Norway"
1785
  msgstr ""
1786
 
1787
- #: src/Tribe/Languages/Locations.php:244
1788
- msgid "Oman"
1789
  msgstr ""
1790
 
1791
- #: src/Tribe/Languages/Locations.php:245
1792
- msgid "Pakistan"
1793
  msgstr ""
1794
 
1795
- #: src/Tribe/Languages/Locations.php:246
1796
- msgid "Palau"
1797
  msgstr ""
1798
 
1799
- #: src/Tribe/Languages/Locations.php:247
1800
- msgid "Panama"
1801
  msgstr ""
1802
 
1803
- #: src/Tribe/Languages/Locations.php:248
1804
- msgid "Papua New Guinea"
 
1805
  msgstr ""
1806
 
1807
- #: src/Tribe/Languages/Locations.php:249
1808
- msgid "Paraguay"
1809
  msgstr ""
1810
 
1811
- #: src/Tribe/Languages/Locations.php:250
1812
- msgid "Peru"
1813
  msgstr ""
1814
 
1815
- #: src/Tribe/Languages/Locations.php:251
1816
- msgid "Philippines"
1817
  msgstr ""
1818
 
1819
- #: src/Tribe/Languages/Locations.php:252
1820
- msgid "Pitcairn"
1821
  msgstr ""
1822
 
1823
- #: src/Tribe/Languages/Locations.php:253
1824
- msgid "Poland"
1825
  msgstr ""
1826
 
1827
- #: src/Tribe/Languages/Locations.php:254
1828
- msgid "Portugal"
1829
  msgstr ""
1830
 
1831
- #: src/Tribe/Languages/Locations.php:255
1832
- msgid "Puerto Rico"
1833
  msgstr ""
1834
 
1835
- #: src/Tribe/Languages/Locations.php:256
1836
- msgid "Qatar"
1837
  msgstr ""
1838
 
1839
- #: src/Tribe/Languages/Locations.php:257
1840
- msgid "Reunion"
1841
  msgstr ""
1842
 
1843
- #: src/Tribe/Languages/Locations.php:258
1844
- msgid "Romania"
1845
  msgstr ""
1846
 
1847
- #: src/Tribe/Languages/Locations.php:259
1848
- msgid "Russian Federation"
1849
  msgstr ""
1850
 
1851
- #: src/Tribe/Languages/Locations.php:260
1852
- msgid "Rwanda"
1853
  msgstr ""
1854
 
1855
- #: src/Tribe/Languages/Locations.php:261
1856
- msgid "Saint Barthélemy"
1857
  msgstr ""
1858
 
1859
- #: src/Tribe/Languages/Locations.php:262
1860
- msgid "Saint Helena"
1861
  msgstr ""
1862
 
1863
- #: src/Tribe/Languages/Locations.php:263
1864
- msgid "Saint Kitts and Nevis"
1865
  msgstr ""
1866
 
1867
- #: src/Tribe/Languages/Locations.php:264
1868
- msgid "Saint Lucia"
1869
  msgstr ""
1870
 
1871
- #: src/Tribe/Languages/Locations.php:265
1872
- msgid "Saint Pierre and Miquelon"
1873
  msgstr ""
1874
 
1875
- #: src/Tribe/Languages/Locations.php:266
1876
- msgid "Saint Vincent and The Grenadines"
1877
  msgstr ""
1878
 
1879
- #: src/Tribe/Languages/Locations.php:267
1880
- msgid "Samoa"
1881
  msgstr ""
1882
 
1883
- #: src/Tribe/Languages/Locations.php:268
1884
- msgid "San Marino"
1885
  msgstr ""
1886
 
1887
- #: src/Tribe/Languages/Locations.php:269
1888
- msgid "São Tomé and Príncipe"
1889
  msgstr ""
1890
 
1891
- #: src/Tribe/Languages/Locations.php:270
1892
- msgid "Saudi Arabia"
1893
  msgstr ""
1894
 
1895
- #: src/Tribe/Languages/Locations.php:271
1896
- msgid "Senegal"
1897
  msgstr ""
1898
 
1899
- #: src/Tribe/Languages/Locations.php:272
1900
- msgid "Serbia"
1901
  msgstr ""
1902
 
1903
- #: src/Tribe/Languages/Locations.php:273
1904
- msgid "Seychelles"
1905
  msgstr ""
1906
 
1907
- #: src/Tribe/Languages/Locations.php:274
1908
- msgid "Sierra Leone"
1909
  msgstr ""
1910
 
1911
- #: src/Tribe/Languages/Locations.php:275
1912
- msgid "Singapore"
1913
  msgstr ""
1914
 
1915
- #: src/Tribe/Languages/Locations.php:276
1916
- msgid "Sint Maarten"
1917
  msgstr ""
1918
 
1919
- #: src/Tribe/Languages/Locations.php:277
1920
- msgid "Slovakia (Slovak Republic)"
1921
  msgstr ""
1922
 
1923
- #: src/Tribe/Languages/Locations.php:278
1924
- msgid "Slovenia"
1925
  msgstr ""
1926
 
1927
- #: src/Tribe/Languages/Locations.php:279
1928
- msgid "Solomon Islands"
1929
  msgstr ""
1930
 
1931
- #: src/Tribe/Languages/Locations.php:280
1932
- msgid "Somalia"
1933
  msgstr ""
1934
 
1935
- #: src/Tribe/Languages/Locations.php:281
1936
- msgid "South Africa"
1937
  msgstr ""
1938
 
1939
- #: src/Tribe/Languages/Locations.php:282
1940
- msgid "South Georgia, South Sandwich Islands"
1941
  msgstr ""
1942
 
1943
- #: src/Tribe/Languages/Locations.php:283
1944
- msgid "Spain"
1945
  msgstr ""
1946
 
1947
- #: src/Tribe/Languages/Locations.php:284
1948
- msgid "Sri Lanka"
1949
  msgstr ""
1950
 
1951
- #: src/Tribe/Languages/Locations.php:285
1952
- msgid "Sudan"
1953
  msgstr ""
1954
 
1955
- #: src/Tribe/Languages/Locations.php:286
1956
- msgid "Suriname"
1957
  msgstr ""
1958
 
1959
- #: src/Tribe/Languages/Locations.php:287
1960
- msgid "Svalbard and Jan Mayen Islands"
1961
  msgstr ""
1962
 
1963
- #: src/Tribe/Languages/Locations.php:288
1964
- msgid "Swaziland"
1965
  msgstr ""
1966
 
1967
- #: src/Tribe/Languages/Locations.php:289
1968
- msgid "Sweden"
1969
  msgstr ""
1970
 
1971
- #: src/Tribe/Languages/Locations.php:290
1972
- msgid "Switzerland"
1973
  msgstr ""
1974
 
1975
- #: src/Tribe/Languages/Locations.php:291
1976
- msgid "Syrian Arab Republic"
1977
  msgstr ""
1978
 
1979
- #: src/Tribe/Languages/Locations.php:292
1980
- msgid "Taiwan"
1981
  msgstr ""
1982
 
1983
- #: src/Tribe/Languages/Locations.php:293
1984
- msgid "Tajikistan"
1985
  msgstr ""
1986
 
1987
- #: src/Tribe/Languages/Locations.php:294
1988
- msgid "Tanzania, United Republic of"
1989
  msgstr ""
1990
 
1991
- #: src/Tribe/Languages/Locations.php:295
1992
- msgid "Thailand"
1993
  msgstr ""
1994
 
1995
- #: src/Tribe/Languages/Locations.php:296
1996
- msgid "Togo"
1997
  msgstr ""
1998
 
1999
- #: src/Tribe/Languages/Locations.php:297
2000
- msgid "Tokelau"
2001
  msgstr ""
2002
 
2003
- #: src/Tribe/Languages/Locations.php:298
2004
- msgid "Tonga"
2005
  msgstr ""
2006
 
2007
- #: src/Tribe/Languages/Locations.php:299
2008
- msgid "Trinidad and Tobago"
2009
- msgstr ""
2010
-
2011
- #: src/Tribe/Languages/Locations.php:300
2012
- msgid "Tunisia"
2013
  msgstr ""
2014
 
2015
- #: src/Tribe/Languages/Locations.php:301
2016
- msgid "Turkey"
2017
  msgstr ""
2018
 
2019
- #: src/Tribe/Languages/Locations.php:302
2020
- msgid "Turkmenistan"
2021
  msgstr ""
2022
 
2023
- #: src/Tribe/Languages/Locations.php:303
2024
- msgid "Turks and Caicos Islands"
2025
  msgstr ""
2026
 
2027
- #: src/Tribe/Languages/Locations.php:304
2028
- msgid "Tuvalu"
2029
  msgstr ""
2030
 
2031
- #: src/Tribe/Languages/Locations.php:305
2032
- msgid "Uganda"
2033
  msgstr ""
2034
 
2035
- #: src/Tribe/Languages/Locations.php:306
2036
- msgid "Ukraine"
2037
  msgstr ""
2038
 
2039
- #: src/Tribe/Languages/Locations.php:307
2040
- msgid "United Arab Emirates"
2041
  msgstr ""
2042
 
2043
- #: src/Tribe/Languages/Locations.php:308
2044
- msgid "United Kingdom"
2045
  msgstr ""
2046
 
2047
- #: src/Tribe/Languages/Locations.php:309
2048
- msgid "United States Minor Outlying Islands"
2049
  msgstr ""
2050
 
2051
- #: src/Tribe/Languages/Locations.php:310
2052
- msgid "Uruguay"
2053
  msgstr ""
2054
 
2055
- #: src/Tribe/Languages/Locations.php:311
2056
- msgid "Uzbekistan"
2057
  msgstr ""
2058
 
2059
- #: src/Tribe/Languages/Locations.php:312
2060
- msgid "Vanuatu"
2061
  msgstr ""
2062
 
2063
- #: src/Tribe/Languages/Locations.php:313
2064
- msgid "Venezuela"
2065
  msgstr ""
2066
 
2067
- #: src/Tribe/Languages/Locations.php:314
2068
- msgid "Viet Nam"
2069
  msgstr ""
2070
 
2071
- #: src/Tribe/Languages/Locations.php:315
2072
- msgid "Virgin Islands (British)"
2073
  msgstr ""
2074
 
2075
- #: src/Tribe/Languages/Locations.php:316
2076
- msgid "Virgin Islands (U.S.)"
2077
  msgstr ""
2078
 
2079
- #: src/Tribe/Languages/Locations.php:317
2080
- msgid "Wallis and Futuna Islands"
2081
  msgstr ""
2082
 
2083
- #: src/Tribe/Languages/Locations.php:318
2084
- msgid "Western Sahara"
2085
  msgstr ""
2086
 
2087
- #: src/Tribe/Languages/Locations.php:319
2088
- msgid "Yemen"
2089
  msgstr ""
2090
 
2091
- #: src/Tribe/Languages/Locations.php:320
2092
- msgid "Zambia"
2093
  msgstr ""
2094
 
2095
- #: src/Tribe/Languages/Locations.php:321
2096
- msgid "Zimbabwe"
2097
  msgstr ""
2098
 
2099
- #: src/Tribe/Languages/Locations.php:348
2100
- msgid "Alabama"
2101
  msgstr ""
2102
 
2103
- #: src/Tribe/Languages/Locations.php:349
2104
- msgid "Alaska"
2105
  msgstr ""
2106
 
2107
- #: src/Tribe/Languages/Locations.php:350
2108
- msgid "Arizona"
2109
  msgstr ""
2110
 
2111
- #: src/Tribe/Languages/Locations.php:351
2112
- msgid "Arkansas"
2113
  msgstr ""
2114
 
2115
- #: src/Tribe/Languages/Locations.php:352
2116
- msgid "California"
2117
  msgstr ""
2118
 
2119
- #: src/Tribe/Languages/Locations.php:353
2120
- msgid "Colorado"
2121
  msgstr ""
2122
 
2123
- #: src/Tribe/Languages/Locations.php:354
2124
- msgid "Connecticut"
2125
  msgstr ""
2126
 
2127
- #: src/Tribe/Languages/Locations.php:355
2128
- msgid "Delaware"
2129
  msgstr ""
2130
 
2131
- #: src/Tribe/Languages/Locations.php:356
2132
- msgid "District of Columbia"
2133
  msgstr ""
2134
 
2135
- #: src/Tribe/Languages/Locations.php:357
2136
- msgid "Florida"
2137
  msgstr ""
2138
 
2139
- #: src/Tribe/Languages/Locations.php:358
2140
- msgctxt "The US state Georgia"
2141
- msgid "Georgia"
2142
  msgstr ""
2143
 
2144
- #: src/Tribe/Languages/Locations.php:359
2145
- msgid "Hawaii"
2146
  msgstr ""
2147
 
2148
- #: src/Tribe/Languages/Locations.php:360
2149
- msgid "Idaho"
2150
  msgstr ""
2151
 
2152
- #: src/Tribe/Languages/Locations.php:361
2153
- msgid "Illinois"
2154
  msgstr ""
2155
 
2156
- #: src/Tribe/Languages/Locations.php:362
2157
- msgid "Indiana"
2158
  msgstr ""
2159
 
2160
- #: src/Tribe/Languages/Locations.php:363
2161
- msgid "Iowa"
2162
  msgstr ""
2163
 
2164
- #: src/Tribe/Languages/Locations.php:364
2165
- msgid "Kansas"
2166
  msgstr ""
2167
 
2168
- #: src/Tribe/Languages/Locations.php:365
2169
- msgid "Kentucky"
2170
  msgstr ""
2171
 
2172
- #: src/Tribe/Languages/Locations.php:366
2173
- msgid "Louisiana"
2174
  msgstr ""
2175
 
2176
- #: src/Tribe/Languages/Locations.php:367
2177
- msgid "Maine"
 
2178
  msgstr ""
2179
 
2180
- #: src/Tribe/Languages/Locations.php:368
2181
- msgid "Maryland"
2182
  msgstr ""
2183
 
2184
- #: src/Tribe/Languages/Locations.php:369
2185
- msgid "Massachusetts"
2186
  msgstr ""
2187
 
2188
- #: src/Tribe/Languages/Locations.php:370
2189
- msgid "Michigan"
2190
  msgstr ""
2191
 
2192
- #: src/Tribe/Languages/Locations.php:371
2193
- msgid "Minnesota"
2194
  msgstr ""
2195
 
2196
- #: src/Tribe/Languages/Locations.php:372
2197
- msgid "Mississippi"
2198
  msgstr ""
2199
 
2200
- #: src/Tribe/Languages/Locations.php:373
2201
- msgid "Missouri"
2202
  msgstr ""
2203
 
2204
- #: src/Tribe/Languages/Locations.php:374
2205
- msgid "Montana"
2206
  msgstr ""
2207
 
2208
- #: src/Tribe/Languages/Locations.php:375
2209
- msgid "Nebraska"
2210
  msgstr ""
2211
 
2212
- #: src/Tribe/Languages/Locations.php:376
2213
- msgid "Nevada"
2214
  msgstr ""
2215
 
2216
- #: src/Tribe/Languages/Locations.php:377
2217
- msgid "New Hampshire"
2218
  msgstr ""
2219
 
2220
- #: src/Tribe/Languages/Locations.php:378
2221
- msgid "New Jersey"
2222
  msgstr ""
2223
 
2224
- #: src/Tribe/Languages/Locations.php:379
2225
- msgid "New Mexico"
2226
  msgstr ""
2227
 
2228
- #: src/Tribe/Languages/Locations.php:380
2229
- msgid "New York"
2230
  msgstr ""
2231
 
2232
- #: src/Tribe/Languages/Locations.php:381
2233
- msgid "North Carolina"
2234
  msgstr ""
2235
 
2236
- #: src/Tribe/Languages/Locations.php:382
2237
- msgid "North Dakota"
2238
  msgstr ""
2239
 
2240
- #: src/Tribe/Languages/Locations.php:383
2241
- msgid "Ohio"
2242
  msgstr ""
2243
 
2244
- #: src/Tribe/Languages/Locations.php:384
2245
- msgid "Oklahoma"
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Languages/Locations.php:385
2249
- msgid "Oregon"
2250
  msgstr ""
2251
 
2252
- #: src/Tribe/Languages/Locations.php:386
2253
- msgid "Pennsylvania"
2254
  msgstr ""
2255
 
2256
- #: src/Tribe/Languages/Locations.php:387
2257
- msgid "Rhode Island"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Languages/Locations.php:388
2261
- msgid "South Carolina"
2262
  msgstr ""
2263
 
2264
- #: src/Tribe/Languages/Locations.php:389
2265
- msgid "South Dakota"
2266
- msgstr ""
2267
-
2268
- #: src/Tribe/Languages/Locations.php:390
2269
- msgid "Tennessee"
2270
- msgstr ""
2271
-
2272
- #: src/Tribe/Languages/Locations.php:391
2273
- msgid "Texas"
2274
- msgstr ""
2275
-
2276
- #: src/Tribe/Languages/Locations.php:392
2277
- msgid "Utah"
2278
- msgstr ""
2279
-
2280
- #: src/Tribe/Languages/Locations.php:393
2281
- msgid "Vermont"
2282
- msgstr ""
2283
-
2284
- #: src/Tribe/Languages/Locations.php:394
2285
- msgid "Virginia"
2286
- msgstr ""
2287
-
2288
- #: src/Tribe/Languages/Locations.php:395
2289
- msgid "Washington"
2290
- msgstr ""
2291
-
2292
- #: src/Tribe/Languages/Locations.php:396
2293
- msgid "West Virginia"
2294
- msgstr ""
2295
-
2296
- #: src/Tribe/Languages/Locations.php:397
2297
- msgid "Wisconsin"
2298
- msgstr ""
2299
-
2300
- #: src/Tribe/Languages/Locations.php:398
2301
- msgid "Wyoming"
2302
- msgstr ""
2303
-
2304
- #: src/Tribe/Log/Action_Logger.php:39
2305
- msgid "Action-based Logger"
2306
- msgstr ""
2307
-
2308
- #: src/Tribe/Log/Admin.php:146
2309
- msgctxt "log selector"
2310
- msgid "None currently available"
2311
- msgstr ""
2312
-
2313
- #: src/Tribe/Log/Admin.php:161
2314
- msgctxt "log engines"
2315
- msgid "None currently available"
2316
- msgstr ""
2317
-
2318
- #: src/Tribe/Log/File_Logger.php:128
2319
- msgid "Default (uses temporary files)"
2320
- msgstr ""
2321
-
2322
- #: src/Tribe/Log/Null_Logger.php:26
2323
- msgid "Null logger (will log nothing)"
2324
- msgstr ""
2325
-
2326
- #: src/Tribe/Log.php:288
2327
- msgid "Cannot set %s as the current logging engine"
2328
  msgstr ""
2329
 
2330
- #: src/Tribe/Log.php:387
2331
- msgid "Disabled"
2332
  msgstr ""
2333
 
2334
- #: src/Tribe/Log.php:388
2335
- msgid "Only errors"
2336
  msgstr ""
2337
 
2338
- #: src/Tribe/Log.php:389
2339
- msgid "Warnings and errors"
2340
  msgstr ""
2341
 
2342
- #: src/Tribe/Log.php:390
2343
- msgid "Full debug (all events)"
2344
  msgstr ""
2345
 
2346
- #: src/Tribe/Main.php:383
2347
- msgid ": activate to sort column ascending"
2348
  msgstr ""
2349
 
2350
- #: src/Tribe/Main.php:384
2351
- msgid ": activate to sort column descending"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Main.php:386
2355
- msgid "Show _MENU_ entries"
2356
  msgstr ""
2357
 
2358
- #: src/Tribe/Main.php:387
2359
- msgid "No data available in table"
2360
  msgstr ""
2361
 
2362
- #: src/Tribe/Main.php:388
2363
- msgid "Showing _START_ to _END_ of _TOTAL_ entries"
2364
  msgstr ""
2365
 
2366
- #: src/Tribe/Main.php:389
2367
- msgid "Showing 0 to 0 of 0 entries"
2368
  msgstr ""
2369
 
2370
- #: src/Tribe/Main.php:390
2371
- msgid "(filtered from _MAX_ total entries)"
2372
  msgstr ""
2373
 
2374
- #: src/Tribe/Main.php:391
2375
- msgid "No matching records found"
2376
  msgstr ""
2377
 
2378
- #: src/Tribe/Main.php:392
2379
- msgid "Search:"
2380
  msgstr ""
2381
 
2382
- #: src/Tribe/Main.php:393
2383
- msgid "All items on this page were selected. "
2384
  msgstr ""
2385
 
2386
- #: src/Tribe/Main.php:394
2387
- msgid "Select all pages"
2388
  msgstr ""
2389
 
2390
- #: src/Tribe/Main.php:395
2391
- msgid "Clear Selection."
2392
  msgstr ""
2393
 
2394
- #: src/Tribe/Main.php:397
2395
- msgid "All"
2396
  msgstr ""
2397
 
2398
- #: src/Tribe/Main.php:398 src/Tribe/Main.php:415
2399
- msgid "Next"
2400
  msgstr ""
2401
 
2402
- #: src/Tribe/Main.php:399
2403
- msgid "Previous"
2404
  msgstr ""
2405
 
2406
- #: src/Tribe/Main.php:404
2407
- msgid ": Selected %d rows"
2408
  msgstr ""
2409
 
2410
- #: src/Tribe/Main.php:405
2411
- msgid ": Selected 1 row"
2412
  msgstr ""
2413
 
2414
- #: src/Tribe/Main.php:416
2415
- msgid "Prev"
2416
  msgstr ""
2417
 
2418
- #: src/Tribe/Main.php:417 src/Tribe/Main.php:419
2419
- msgid "Today"
2420
  msgstr ""
2421
 
2422
- #: src/Tribe/Main.php:418
2423
- msgid "Done"
2424
  msgstr ""
2425
 
2426
- #: src/Tribe/Main.php:420
2427
- msgid "Clear"
2428
  msgstr ""
2429
 
2430
- #: src/Tribe/PUE/Checker.php:605
2431
- msgid "A valid license key is required for support and updates"
2432
  msgstr ""
2433
 
2434
- #: src/Tribe/PUE/Checker.php:608
2435
- msgid ""
2436
- "%1$sBuy a license%2$s for the Event Aggregator service to access additional "
2437
- "import features."
2438
  msgstr ""
2439
 
2440
- #: src/Tribe/PUE/Checker.php:620 src/Tribe/PUE/Checker.php:631
2441
- #: src/admin-views/troubleshooting/ea-status/license-key.php:44
2442
- msgid "License Key"
2443
  msgstr ""
2444
 
2445
- #: src/Tribe/PUE/Checker.php:640 src/Tribe/PUE/Checker.php:674
2446
- msgid "License Key Status:"
2447
  msgstr ""
2448
 
2449
- #: src/Tribe/PUE/Checker.php:649
2450
- msgid "Override network license key"
2451
  msgstr ""
2452
 
2453
- #: src/Tribe/PUE/Checker.php:650
2454
- msgid ""
2455
- "Check this box if you wish to override the network license key with your own"
2456
  msgstr ""
2457
 
2458
- #: src/Tribe/PUE/Checker.php:661
2459
- msgid "Site License Key"
2460
  msgstr ""
2461
 
2462
- #: src/Tribe/PUE/Checker.php:761
2463
- msgid "License key(s) updated."
2464
  msgstr ""
2465
 
2466
- #: src/Tribe/PUE/Checker.php:1015
2467
- msgid ""
2468
- "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
2469
  msgstr ""
2470
 
2471
- #: src/Tribe/PUE/Checker.php:1028
2472
- msgid "unknown date"
2473
  msgstr ""
2474
 
2475
- #: src/Tribe/PUE/Checker.php:1034
2476
- msgid "Sorry, key validation server is not available."
2477
  msgstr ""
2478
 
2479
- #: src/Tribe/PUE/Checker.php:1060
2480
- msgid "Valid Key! Expires on %s"
2481
  msgstr ""
2482
 
2483
- #: src/Tribe/PUE/Checker.php:1065
2484
- msgid "Thanks for setting up a valid key. It will expire on %s"
2485
  msgstr ""
2486
 
2487
- #: src/Tribe/PUE/Checker.php:1094 src/Tribe/PUE/Notices.php:360
2488
- msgid "Renew Your License Now"
2489
  msgstr ""
2490
 
2491
- #: src/Tribe/PUE/Checker.php:1096 src/Tribe/PUE/Notices.php:362
2492
- msgid " (opens in a new window)"
2493
  msgstr ""
2494
 
2495
- #: src/Tribe/PUE/Checker.php:1113
2496
- msgid "Please refresh the page and try your request again."
2497
  msgstr ""
2498
 
2499
- #: src/Tribe/PUE/Checker.php:1133
2500
- msgid ""
2501
- "There is an update for %s. You'll need to %scheck your license%s to have "
2502
- "access to updates, downloads, and support."
2503
  msgstr ""
2504
 
2505
- #: src/Tribe/PUE/Checker.php:1190
2506
- msgid ""
2507
- "There is an update for %s. %sRenew your license%s to get access to bug "
2508
- "fixes, security updates, and new features."
2509
  msgstr ""
2510
 
2511
- #: src/Tribe/PUE/Checker.php:1220
2512
- msgid "Update now to version %s."
2513
  msgstr ""
2514
 
2515
- #: src/Tribe/PUE/Checker.php:1231
2516
- msgid "There is a new version of %1$s available. %2$s"
2517
  msgstr ""
2518
 
2519
- #: src/Tribe/PUE/Checker.php:1812
2520
- msgid "A valid license has been entered by your network administrator."
2521
  msgstr ""
2522
 
2523
- #: src/Tribe/PUE/Checker.php:1813
2524
- msgid "No license entered. Consult your network administrator."
2525
  msgstr ""
2526
 
2527
- #: src/Tribe/PUE/Checker.php:1814
2528
- msgid "Expired license. Consult your network administrator."
2529
  msgstr ""
2530
-
2531
- #: src/Tribe/PUE/Notices.php:293
2532
- msgid ""
2533
- "It looks like you're using %1$s, but the license key is invalid. Please "
2534
- "download the latest version %2$sfrom your account%3$s."
2535
- msgid_plural ""
2536
- "It looks like you're using %1$s, but the license keys are invalid. Please "
2537
- "download the latest versions %2$sfrom your account%3$s."
2538
- msgstr[0] ""
2539
- msgstr[1] ""
2540
-
2541
- #: src/Tribe/PUE/Notices.php:347
2542
- msgid ""
2543
- "There is an update available for %1$s but your license has expired. "
2544
- "%2$sVisit the Events Calendar website to renew your license.%3$s"
2545
- msgid_plural ""
2546
- "Updates are available for %1$s but your license keys have expired. %2$sVisit "
2547
- "the Events Calendar website to renew your licenses.%3$s"
2548
- msgstr[0] ""
2549
- msgstr[1] ""
2550
-
2551
- #: src/Tribe/PUE/Notices.php:388
2552
- msgid ""
2553
- "You have a license key for %1$s but the key is out of installs. %2$sVisit "
2554
- "the Events Calendar website%3$s to manage your installs, upgrade your "
2555
- "license, or purchase a new one."
2556
- msgid_plural ""
2557
- "You have license keys for %1$s but your keys are out of installs. %2$sVisit "
2558
- "the Events Calendar website%3$s to manage your installs, upgrade your "
2559
- "licenses, or purchase new ones."
2560
- msgstr[0] ""
2561
- msgstr[1] ""
2562
-
2563
- #: src/Tribe/PUE/Notices.php:430
2564
- msgid ""
2565
- "You can always check the status of your licenses by logging in to %1$syour "
2566
- "account on theeventscalendar.com%2$s."
2567
  msgstr ""
2568
 
2569
- #: src/Tribe/PUE/Notices.php:485 src/Tribe/PUE/Notices.php:528
2570
- msgctxt "formatted plugin list"
2571
- msgid "%1$s and %2$s"
2572
  msgstr ""
2573
 
2574
- #: src/Tribe/PUE/Update_Prevention.php:184
2575
- msgid ""
2576
- "Your update failed due to an incompatibility between the version (%1$s) of "
2577
- "the %2$s you tried to update to and the version of %3$s that you are using. "
2578
- "%4$s"
2579
  msgstr ""
2580
 
2581
- #: src/Tribe/Plugins.php:147
2582
- msgid ""
2583
- "Using this function before \"plugins_loaded\" action has fired can return "
2584
- "unreliable results."
2585
  msgstr ""
2586
 
2587
- #: src/Tribe/Plugins_API.php:30
2588
- msgid "Our flagship free calendar"
2589
  msgstr ""
2590
 
2591
- #: src/Tribe/Plugins_API.php:31 src/Tribe/Plugins_API.php:71
2592
- msgid "The #1 calendar for WordPress"
2593
  msgstr ""
2594
 
2595
- #: src/Tribe/Plugins_API.php:33 src/Tribe/Plugins_API.php:54
2596
- msgid "Customizable"
2597
  msgstr ""
2598
 
2599
- #: src/Tribe/Plugins_API.php:34
2600
- msgid "Import & export events"
2601
  msgstr ""
2602
 
2603
- #: src/Tribe/Plugins_API.php:35
2604
- msgid "Timezone support"
2605
  msgstr ""
2606
 
2607
- #: src/Tribe/Plugins_API.php:36
2608
- msgid "Multiple views"
2609
  msgstr ""
2610
 
2611
- #: src/Tribe/Plugins_API.php:50
2612
- msgid "Automated imports for your calendar"
2613
  msgstr ""
2614
 
2615
- #: src/Tribe/Plugins_API.php:51
2616
- msgid "Import events from Meetup, Eventbrite, iCal, Google Calendar, and more."
2617
  msgstr ""
2618
 
2619
- #: src/Tribe/Plugins_API.php:53
2620
- msgid "Schedule automated imports"
2621
  msgstr ""
2622
 
2623
- #: src/Tribe/Plugins_API.php:55
2624
- msgid "Works with Google Calendar, Meetup, and more"
2625
  msgstr ""
2626
 
2627
- #: src/Tribe/Plugins_API.php:56
2628
- msgid "Refine by date, location, or keyword"
2629
  msgstr ""
2630
 
2631
- #: src/Tribe/Plugins_API.php:65
2632
- msgid "Events Calendar Pro"
2633
  msgstr ""
2634
 
2635
- #: src/Tribe/Plugins_API.php:70
2636
- msgid "Power up your calendar with Pro"
2637
  msgstr ""
2638
 
2639
- #: src/Tribe/Plugins_API.php:73
2640
- msgid "Premium support"
2641
  msgstr ""
2642
 
2643
- #: src/Tribe/Plugins_API.php:74
2644
- msgid "Recurring events & series"
2645
  msgstr ""
2646
 
2647
- #: src/Tribe/Plugins_API.php:75
2648
- msgid "Additional views"
2649
  msgstr ""
2650
 
2651
- #: src/Tribe/Plugins_API.php:76 src/admin-views/help-calendar.php:178
2652
- #: src/admin-views/help-ticketing.php:140
2653
- msgid "Shortcodes"
2654
  msgstr ""
2655
 
2656
- #: src/Tribe/Plugins_API.php:77
2657
- msgid "Duplicate events"
2658
  msgstr ""
2659
 
2660
- #: src/Tribe/Plugins_API.php:91
2661
- msgid "Manage ticketing and RSVPs"
2662
  msgstr ""
2663
 
2664
- #: src/Tribe/Plugins_API.php:92 src/Tribe/Plugins_API.php:112
2665
- msgid "Collect RSVPs and sell tickets"
2666
  msgstr ""
2667
 
2668
- #: src/Tribe/Plugins_API.php:94
2669
- msgid "Add tickets and RSVP to any post"
2670
  msgstr ""
2671
 
2672
- #: src/Tribe/Plugins_API.php:95
2673
- msgid "Paypal integration"
2674
  msgstr ""
2675
 
2676
- #: src/Tribe/Plugins_API.php:96
2677
- msgid "Attendee reports"
2678
  msgstr ""
2679
 
2680
- #: src/Tribe/Plugins_API.php:97
2681
- msgid "Customizable ticket template"
2682
  msgstr ""
2683
 
2684
- #: src/Tribe/Plugins_API.php:111
2685
- msgid "Monetize your events"
2686
  msgstr ""
2687
 
2688
- #: src/Tribe/Plugins_API.php:114
2689
- msgid "Custom registration fields"
2690
  msgstr ""
2691
 
2692
- #: src/Tribe/Plugins_API.php:115
2693
- msgid "WooCommerce compatibility"
2694
  msgstr ""
2695
 
2696
- #: src/Tribe/Plugins_API.php:116
2697
- msgid "Ticket scanning with mobile app"
2698
  msgstr ""
2699
 
2700
- #: src/Tribe/Plugins_API.php:117
2701
- msgid "Custom attendee registration fields"
2702
  msgstr ""
2703
 
2704
- #: src/Tribe/Plugins_API.php:126 src/Tribe/Promoter/PUE.php:28
2705
- #: src/admin-views/help-ticketing.php:107 src/views/promoter/auth.php:30
2706
- #: src/views/promoter/auth.php:74
2707
- msgid "Promoter"
2708
  msgstr ""
2709
 
2710
- #: src/Tribe/Plugins_API.php:131
2711
- msgid "An email marketing solution for events and the people running them"
2712
  msgstr ""
2713
 
2714
- #: src/Tribe/Plugins_API.php:132
2715
- msgid "Email marketing to promote your events"
2716
  msgstr ""
2717
 
2718
- #: src/Tribe/Plugins_API.php:134
2719
- msgid "Automate email touchpoints"
2720
  msgstr ""
2721
 
2722
- #: src/Tribe/Plugins_API.php:135
2723
- msgid "Customize email templates"
2724
  msgstr ""
2725
 
2726
- #: src/Tribe/Plugins_API.php:136
2727
- msgid "Streamline your email process"
2728
  msgstr ""
2729
 
2730
- #: src/Tribe/Plugins_API.php:137
2731
- msgid "Segment your attendee lists"
2732
  msgstr ""
2733
 
2734
- #: src/Tribe/Plugins_API.php:151
2735
- msgid "Help users find exactly the right event"
2736
  msgstr ""
2737
 
2738
- #: src/Tribe/Plugins_API.php:152
2739
- msgid ""
2740
- "Allow users to search for events by category, tag, venue, organizer, day of "
2741
- "the week, time of day, and price."
2742
  msgstr ""
2743
 
2744
- #: src/Tribe/Plugins_API.php:154
2745
- msgid "Configurable set of filters"
2746
  msgstr ""
2747
 
2748
- #: src/Tribe/Plugins_API.php:155
2749
- msgid "Horizontal or vertical"
2750
  msgstr ""
2751
 
2752
- #: src/Tribe/Plugins_API.php:156
2753
- msgid "Filter category, price, and more"
2754
  msgstr ""
2755
 
2756
- #: src/Tribe/Plugins_API.php:157
2757
- msgid "Filter distance (for Events Calendar Pro)"
2758
  msgstr ""
2759
 
2760
- #: src/Tribe/Plugins_API.php:171
2761
- msgid "Users submit events to your calendar"
2762
  msgstr ""
2763
 
2764
- #: src/Tribe/Plugins_API.php:172
2765
- msgid "Enable 3rd party event submissions."
2766
  msgstr ""
2767
 
2768
- #: src/Tribe/Plugins_API.php:174
2769
- msgid "Publishing Control"
2770
  msgstr ""
2771
 
2772
- #: src/Tribe/Plugins_API.php:175
2773
- msgid "Event Submission Form"
2774
  msgstr ""
2775
 
2776
- #: src/Tribe/Plugins_API.php:176
2777
- msgid "Registered User Settings"
2778
  msgstr ""
2779
 
2780
- #: src/Tribe/Plugins_API.php:177
2781
- msgid "Email notifications"
2782
  msgstr ""
2783
 
2784
- #: src/Tribe/Plugins_API.php:191
2785
- msgid "Run your own events marketplace"
2786
  msgstr ""
2787
 
2788
- #: src/Tribe/Plugins_API.php:192
2789
- msgid ""
2790
- "Let users create and sell tickets for events they submit to your calendar."
2791
  msgstr ""
2792
 
2793
- #: src/Tribe/Plugins_API.php:194
2794
- msgid "Users submit events and sell tickets"
2795
  msgstr ""
2796
 
2797
- #: src/Tribe/Plugins_API.php:195
2798
- msgid "Split commission with users"
2799
  msgstr ""
2800
 
2801
- #: src/Tribe/Plugins_API.php:196
2802
- msgid "No admin access required"
2803
  msgstr ""
2804
 
2805
- #: src/Tribe/Plugins_API.php:197
2806
- msgid "Sales reporting"
2807
  msgstr ""
2808
 
2809
- #: src/Tribe/Plugins_API.php:199
2810
- msgctxt "Names of required plugins for Community Tickets"
2811
- msgid "Event Tickets Plus and Community Events"
2812
  msgstr ""
2813
 
2814
- #: src/Tribe/Plugins_API.php:212
2815
- msgid "Unite the power of TEC with the ticketing of Eventbrite"
2816
  msgstr ""
2817
 
2818
- #: src/Tribe/Plugins_API.php:213
2819
- msgid ""
2820
- "Create Eventbrite tickets and events right from your WordPress dashboard."
2821
  msgstr ""
2822
 
2823
- #: src/Tribe/Plugins_API.php:215
2824
- msgid "Manage tickets from WordPress"
2825
  msgstr ""
2826
 
2827
- #: src/Tribe/Plugins_API.php:216
2828
- msgid "Ticket availability automatically updates"
2829
  msgstr ""
2830
 
2831
- #: src/Tribe/Plugins_API.php:217
2832
- msgid "Integrated with your events on Eventbrite"
2833
  msgstr ""
2834
 
2835
- #: src/Tribe/Plugins_API.php:218
2836
- msgid "Automatically import your events"
2837
  msgstr ""
2838
 
2839
- #: src/Tribe/Plugins_API.php:227
2840
- msgid "Image Widget Plus"
2841
  msgstr ""
2842
 
2843
- #: src/Tribe/Plugins_API.php:232
2844
- msgid "Beautiful display options for your favorite photos."
2845
  msgstr ""
2846
 
2847
- #: src/Tribe/Plugins_API.php:234
2848
- msgid "Multi-Image Support"
2849
  msgstr ""
2850
 
2851
- #: src/Tribe/Plugins_API.php:235
2852
- msgid "Lightbox"
2853
  msgstr ""
2854
 
2855
- #: src/Tribe/Plugins_API.php:236
2856
- msgid "Slideshow"
2857
  msgstr ""
2858
 
2859
- #: src/Tribe/Plugins_API.php:237
2860
- msgid "Random Images"
2861
  msgstr ""
2862
 
2863
- #: src/Tribe/Plugins_API.php:251
2864
- msgid "Features to optimize your calendar for virtual events."
2865
  msgstr ""
2866
 
2867
- #: src/Tribe/Plugins_API.php:252
2868
- msgid ""
2869
- "Highlight virtual events on you calendar and integrate with your favorite "
2870
- "online meeting tools."
2871
  msgstr ""
2872
 
2873
- #: src/Tribe/Plugins_API.php:255
2874
- msgid "Virtual event labels"
2875
  msgstr ""
2876
 
2877
- #: src/Tribe/Plugins_API.php:256
2878
- msgid "Status control for canceled or postponed events"
2879
  msgstr ""
2880
 
2881
- #: src/Tribe/Plugins_API.php:257
2882
- msgid "Embed livestreams and videos"
2883
  msgstr ""
2884
 
2885
- #: src/Tribe/Process/Queue.php:1024
2886
- msgid "Every %d Minutes"
2887
  msgstr ""
2888
 
2889
- #: src/Tribe/Promoter/Auth.php:41
2890
- msgid "Promoter Key"
2891
  msgstr ""
2892
 
2893
- #: src/Tribe/Service_Providers/Onboarding.php:109
2894
- msgid "Got it"
2895
  msgstr ""
2896
 
2897
- #: src/Tribe/Settings.php:200
2898
- msgid "Events"
2899
  msgstr ""
2900
 
2901
- #. Translators: %s is the name of the menu item.
2902
- #: src/Tribe/Settings.php:331
2903
- msgid "%s Settings"
2904
  msgstr ""
2905
 
2906
- #: src/Tribe/Settings.php:375
2907
- msgid "You've requested a non-existent tab."
2908
  msgstr ""
2909
 
2910
- #: src/Tribe/Settings.php:383
2911
- msgid "Save Changes"
2912
  msgstr ""
2913
 
2914
- #: src/Tribe/Settings.php:453
2915
- msgid "You don't have permission to do that."
2916
  msgstr ""
2917
 
2918
- #: src/Tribe/Settings.php:459
2919
- msgid "The request was sent insecurely."
2920
  msgstr ""
2921
 
2922
- #: src/Tribe/Settings.php:465
2923
- msgid "The request wasn't sent from this tab."
2924
  msgstr ""
2925
 
2926
- #: src/Tribe/Settings.php:646
2927
- msgid "Your form had the following errors:"
2928
  msgstr ""
2929
 
2930
- #: src/Tribe/Settings.php:656
2931
- msgid "None of your settings were saved. Please try again."
2932
  msgstr ""
2933
 
2934
- #: src/Tribe/Settings.php:657
2935
- msgid ""
2936
- "The above setting was not saved. Other settings were successfully saved."
2937
- msgid_plural ""
2938
- "The above settings were not saved. Other settings were successfully saved."
2939
- msgstr[0] ""
2940
- msgstr[1] ""
2941
-
2942
- #: src/Tribe/Settings.php:678
2943
- msgid "Settings saved."
2944
  msgstr ""
2945
 
2946
- #: src/Tribe/Settings_Manager.php:296
2947
- #: src/admin-views/tribe-options-licenses.php:57
2948
- msgid "Licenses"
2949
  msgstr ""
2950
 
2951
- #: src/Tribe/Settings_Tab.php:222
2952
- msgid "There are no fields setup for this tab yet."
2953
  msgstr ""
2954
 
2955
- #: src/Tribe/Support/Template_Checker_Report.php:78
2956
- msgid "No notable changes detected"
2957
  msgstr ""
2958
 
2959
- #: src/Tribe/Support/Template_Checker_Report.php:82
2960
- msgid "Templates introduced or updated with this release (%s):"
2961
  msgstr ""
2962
 
2963
- #: src/Tribe/Support/Template_Checker_Report.php:92
2964
- msgid "Existing theme overrides that may need revision:"
2965
  msgstr ""
2966
 
2967
- #: src/Tribe/Support/Template_Checker_Report.php:96
2968
- msgid "version data missing from override"
2969
  msgstr ""
2970
 
2971
- #: src/Tribe/Support/Template_Checker_Report.php:97
2972
- msgid "based on %s version"
2973
  msgstr ""
2974
 
2975
- #: src/Tribe/Support/Template_Checker_Report.php:113
2976
- msgid "No notable template changes detected."
2977
  msgstr ""
2978
 
2979
- #: src/Tribe/Support/Template_Checker_Report.php:115
2980
- msgid ""
2981
- "Information about recent template changes and potentially impacted template "
2982
- "overrides is provided below."
2983
  msgstr ""
2984
 
2985
- #: src/Tribe/Support.php:194
2986
- msgid "English"
2987
  msgstr ""
2988
 
2989
- #: src/Tribe/Support.php:213 src/Tribe/Support.php:214
2990
- msgid "Unknown or not set"
 
2991
  msgstr ""
2992
 
2993
- #: src/Tribe/Support.php:224
2994
- msgid ""
2995
- "Rewrite rules were purged on load of this help page. Chances are there is a "
2996
- "rewrite rule flush occurring in a plugin or theme!"
2997
  msgstr ""
2998
 
2999
- #: src/Tribe/Support.php:336
3000
- msgid ""
3001
- "Yes, automatically share my system information with The Events Calendar's "
3002
- "support team"
3003
  msgstr ""
3004
 
3005
- #: src/Tribe/Support.php:337
3006
- msgid ""
3007
- "Your system information will only be used by The Events Calendar's support "
3008
- "team. All information is stored securely. We do not share this information "
3009
- "with any third parties."
3010
  msgstr ""
3011
 
3012
- #: src/Tribe/Support.php:356 src/Tribe/Support.php:361
3013
- msgid "Invalid Key"
3014
  msgstr ""
3015
 
3016
- #: src/Tribe/Support.php:394 src/Tribe/Support.php:420
3017
- msgid "Permission Error"
3018
  msgstr ""
3019
 
3020
- #: src/Tribe/Support.php:408
3021
- msgid "Unique System Info Key Generated"
3022
  msgstr ""
3023
 
3024
- #: src/Tribe/Validate.php:72 src/Tribe/Validate.php:84
3025
- msgid "Invalid or incomplete field passed"
3026
  msgstr ""
3027
 
3028
- #: src/Tribe/Validate.php:73 src/Tribe/Validate.php:85
3029
- #: src/Tribe/Validate.php:105
3030
- msgid "Field ID:"
3031
  msgstr ""
3032
 
3033
- #: src/Tribe/Validate.php:104
3034
- msgid "Non-existant field validation function passed"
3035
  msgstr ""
3036
 
3037
- #: src/Tribe/Validate.php:105
3038
- msgctxt "non-existant function name passed for field validation"
3039
- msgid "with function name:"
3040
  msgstr ""
3041
 
3042
- #: src/Tribe/Validate.php:118 src/Tribe/Validate.php:132
3043
- msgid "%s must contain numbers and letters only"
3044
  msgstr ""
3045
 
3046
- #: src/Tribe/Validate.php:146
3047
- msgid "%s must contain numbers, letters and dots only"
3048
  msgstr ""
3049
 
3050
- #: src/Tribe/Validate.php:160
3051
- msgid "%s must contain numbers, letters, dashes and undescores only"
3052
  msgstr ""
3053
 
3054
- #: src/Tribe/Validate.php:174
3055
- msgid "%s must not be empty"
3056
  msgstr ""
3057
 
3058
- #: src/Tribe/Validate.php:188 src/Tribe/Validate.php:212
3059
- msgid "%s must be a positive number."
3060
  msgstr ""
3061
 
3062
- #: src/Tribe/Validate.php:200
3063
- msgid "%s must be a positive number or percent."
3064
  msgstr ""
3065
 
3066
- #: src/Tribe/Validate.php:230
3067
- msgid "%s must be a whole number."
3068
  msgstr ""
3069
 
3070
- #: src/Tribe/Validate.php:250
3071
- msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
3072
  msgstr ""
3073
 
3074
- #: src/Tribe/Validate.php:263
3075
- msgid "%s must be a valid URL."
3076
  msgstr ""
3077
 
3078
- #: src/Tribe/Validate.php:277 src/Tribe/Validate.php:289
3079
- #: src/Tribe/Validate.php:302 src/Tribe/Validate.php:322
3080
- msgid "%s must have a value that's part of its options."
3081
  msgstr ""
3082
 
3083
- #: src/Tribe/Validate.php:334
3084
- msgid ""
3085
- "Comparison validation failed because no comparison value was provided, for "
3086
- "field %s"
3087
  msgstr ""
3088
 
3089
- #: src/Tribe/Validate.php:341
3090
- msgid "%s cannot be the same as %s."
3091
  msgstr ""
3092
 
3093
- #: src/Tribe/Validate.php:343
3094
- msgid "%s cannot be a duplicate"
3095
  msgstr ""
3096
 
3097
- #: src/Tribe/Validate.php:357
3098
- msgid "%s must be a number or percentage."
3099
  msgstr ""
3100
 
3101
- #: src/Tribe/Validate.php:401
3102
- msgid "%s must be a number between 0 and 21."
3103
  msgstr ""
3104
 
3105
- #: src/Tribe/Validate.php:415
3106
- msgid ""
3107
- "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
3108
  msgstr ""
3109
 
3110
- #: src/Tribe/Validate.php:429
3111
- msgid "%s must consist of letters, spaces, apostrophes, and dashes."
3112
  msgstr ""
3113
 
3114
- #: src/Tribe/Validate.php:441
3115
- msgid "%s must consist of 5 numbers."
3116
  msgstr ""
3117
 
3118
- #: src/Tribe/Validate.php:453
3119
- msgid "%s must be a phone number."
3120
  msgstr ""
3121
 
3122
- #: src/Tribe/Validate.php:467
3123
- msgid ""
3124
- "Country List must be formatted as one country per line in the following "
3125
- "format: <br>US, United States <br> UK, United Kingdom."
3126
  msgstr ""
3127
 
3128
- #: src/Tribe/Validate.php:496
3129
- msgid "%s must be an email address."
3130
  msgstr ""
3131
 
3132
- #: src/Tribe/Validate.php:512
3133
- msgid "%s must be a valid HTML color code."
3134
  msgstr ""
3135
 
3136
- #: src/Tribe/View_Helpers.php:59
3137
- msgid "Select a Country:"
3138
  msgstr ""
3139
 
3140
- #: src/Tribe/Widget/Widget_Abstract.php:183
3141
- msgid "Widget"
3142
  msgstr ""
3143
 
3144
- #: src/admin-views/app-shop.php:30
3145
- #: src/admin-views/conditional_content/black-friday.php:16
3146
- #: src/admin-views/conditional_content/end-of-year-sale.php:16
3147
- #: src/admin-views/help.php:27 src/admin-views/help.php:86
3148
- #: src/admin-views/troubleshooting/footer-logo.php:12
3149
- #: src/admin-views/troubleshooting/introduction.php:19
3150
- msgid "The Events Calendar brand logo"
3151
  msgstr ""
3152
 
3153
- #: src/admin-views/app-shop.php:35
3154
- msgid "All Solutions"
3155
  msgstr ""
3156
 
3157
- #: src/admin-views/app-shop.php:36
3158
- msgid "Save with Bundles"
3159
  msgstr ""
3160
 
3161
- #: src/admin-views/app-shop.php:37
3162
- msgid "Extensions"
3163
  msgstr ""
3164
 
3165
- #: src/admin-views/app-shop.php:38
3166
- msgid "Stellar Discounts"
3167
  msgstr ""
3168
 
3169
- #: src/admin-views/app-shop.php:47 src/admin-views/app-shop.php:109
3170
- #: src/admin-views/app-shop.php:167 src/admin-views/app-shop.php:201
3171
- msgid "Shapes and lines for visual interest"
3172
  msgstr ""
3173
 
3174
- #: src/admin-views/app-shop.php:53
3175
- msgid "One calendar. Countless ways to make it your own."
3176
  msgstr ""
3177
 
3178
- #: src/admin-views/app-shop.php:54
3179
- msgid ""
3180
- "Calendars, ticketing, and powerful WordPress tools to manage your events "
3181
- "from start to finish."
3182
  msgstr ""
3183
 
3184
- #: src/admin-views/app-shop.php:56
3185
- msgid "Already Installed"
3186
  msgstr ""
3187
 
3188
- #: src/admin-views/app-shop.php:62 src/admin-views/app-shop.php:119
3189
- #: src/admin-views/app-shop.php:141
3190
- msgid "TEC Logo"
3191
  msgstr ""
3192
 
3193
- #: src/admin-views/app-shop.php:66 src/admin-views/help-calendar.php:44
3194
- #: src/admin-views/help-community.php:44 src/admin-views/help-ticketing.php:44
3195
- msgid "Active"
3196
  msgstr ""
3197
 
3198
- #: src/admin-views/app-shop.php:68 src/admin-views/app-shop.php:177
3199
- msgid "FREE"
3200
  msgstr ""
3201
 
3202
- #: src/admin-views/app-shop.php:93
3203
- msgid "Manage"
3204
  msgstr ""
3205
 
3206
- #: src/admin-views/app-shop.php:95 src/admin-views/help-calendar.php:65
3207
- #: src/admin-views/help-community.php:58 src/admin-views/help-ticketing.php:65
3208
- msgid "Learn More"
3209
  msgstr ""
3210
 
3211
- #: src/admin-views/app-shop.php:113
3212
- msgid "The plugins you need at one discounted price"
 
3213
  msgstr ""
3214
 
3215
- #: src/admin-views/app-shop.php:114
3216
- msgid ""
3217
- "We've packaged our most popular plugins into bundles jam-packed with value."
3218
  msgstr ""
3219
 
3220
- #: src/admin-views/app-shop.php:126 src/admin-views/app-shop.php:153
3221
- msgid "Save With A Bundle"
3222
  msgstr ""
3223
 
3224
- #: src/admin-views/app-shop.php:132
3225
- msgid "Includes"
3226
  msgstr ""
3227
 
3228
- #: src/admin-views/app-shop.php:171
3229
- msgid "Free extensions to power up your plugins"
3230
  msgstr ""
3231
 
3232
- #: src/admin-views/app-shop.php:172
3233
- msgid ""
3234
- "Extensions are quick solutions our team came up with to solve specific "
3235
- "issues you may need. (Note - extensions are not covered by our support team.)"
3236
  msgstr ""
3237
 
3238
- #: src/admin-views/app-shop.php:186
3239
- msgid "Download"
3240
  msgstr ""
3241
 
3242
- #: src/admin-views/app-shop.php:190
3243
- msgid "Browse Extensions"
3244
  msgstr ""
3245
 
3246
- #: src/admin-views/app-shop.php:209
3247
- msgid ""
3248
- "Stellar is a collective of WordPress innovators, and home to WordPress "
3249
- "products done right."
3250
  msgstr ""
3251
 
3252
- #: src/admin-views/app-shop.php:213
3253
- msgid "$25 towards any Stellar product using code <u>%s</u>"
3254
  msgstr ""
3255
 
3256
- #: src/admin-views/components/loader.php:18
3257
- msgid "Loading..."
3258
  msgstr ""
3259
 
3260
- #: src/admin-views/conditional_content/black-friday.php:23
3261
- msgid "Our biggest<br/> sale of the<br/> year ends<br/> soon</p>"
3262
  msgstr ""
3263
 
3264
- #: src/admin-views/conditional_content/black-friday.php:30
3265
- #: src/admin-views/conditional_content/end-of-year-sale.php:31
3266
- msgid "Save now"
3267
  msgstr ""
3268
 
3269
- #: src/admin-views/conditional_content/end-of-year-sale.php:23
3270
- msgid ""
3271
- "End of Year Sale!<br/>Save 30% on<br/> all our plugins.<br/>Offer expires "
3272
- "soon!"
3273
  msgstr ""
3274
 
3275
- #: src/admin-views/event-log.php:21
3276
- msgid "Logging level"
3277
  msgstr ""
3278
 
3279
- #: src/admin-views/event-log.php:43
3280
- msgid "Method"
3281
  msgstr ""
3282
 
3283
- #: src/admin-views/event-log.php:65
3284
- msgid "View"
 
3285
  msgstr ""
3286
 
3287
- #: src/admin-views/event-log.php:100
3288
- msgid "The selected log file is empty or has not been generated yet."
3289
  msgstr ""
3290
 
3291
- #: src/admin-views/event-log.php:117
3292
- msgid "Download log"
3293
  msgstr ""
3294
 
3295
- #: src/admin-views/help-calendar.php:16 src/admin-views/help-community.php:16
3296
- #: src/admin-views/help-ticketing.php:16
3297
- msgid ""
3298
- "Get help for these products and learn more about products you don't have."
3299
  msgstr ""
3300
 
3301
- #: src/admin-views/help-calendar.php:27 src/admin-views/help-community.php:27
3302
- #: src/admin-views/help-ticketing.php:27
3303
- msgid "logo icon"
3304
  msgstr ""
3305
 
3306
- #: src/admin-views/help-calendar.php:51 src/admin-views/help-ticketing.php:51
3307
- msgid "Add license key"
 
3308
  msgstr ""
3309
 
3310
- #: src/admin-views/help-calendar.php:58 src/admin-views/help-community.php:51
3311
- #: src/admin-views/help-ticketing.php:58
3312
- msgid "Activate"
3313
  msgstr ""
3314
 
3315
- #: src/admin-views/help-calendar.php:76 src/admin-views/help-community.php:69
3316
- #: src/admin-views/help-ticketing.php:76
3317
- msgid "Start Here"
3318
  msgstr ""
3319
 
3320
- #: src/admin-views/help-calendar.php:80 src/admin-views/help-community.php:73
3321
- #: src/admin-views/help-ticketing.php:80
3322
- msgid "Visit Knowledgebase"
3323
  msgstr ""
3324
 
3325
- #: src/admin-views/help-calendar.php:89 src/admin-views/help-calendar.php:122
3326
- #: src/admin-views/help-calendar.php:155
3327
- msgid "book with The Events Calendar logo"
3328
  msgstr ""
3329
 
3330
- #: src/admin-views/help-calendar.php:92 src/admin-views/help-community.php:85
3331
- #: src/admin-views/help-ticketing.php:92
3332
- msgid "Getting Started Guides"
3333
  msgstr ""
3334
 
3335
- #: src/admin-views/help-calendar.php:125
3336
- msgid "Customizing"
 
3337
  msgstr ""
3338
 
3339
- #: src/admin-views/help-calendar.php:130
3340
- msgid "Getting started with customizations"
3341
  msgstr ""
3342
 
3343
- #: src/admin-views/help-calendar.php:135
3344
- msgid "Highlighting events"
3345
  msgstr ""
3346
 
3347
- #: src/admin-views/help-calendar.php:140
3348
- msgid "How to Customize Template Files"
3349
  msgstr ""
3350
 
3351
- #: src/admin-views/help-calendar.php:145
3352
- msgid "Customizing CSS (Video)"
3353
  msgstr ""
3354
 
3355
- #: src/admin-views/help-calendar.php:158
3356
- msgid "Common Issues"
3357
  msgstr ""
3358
 
3359
- #: src/admin-views/help-calendar.php:163
3360
- msgid "Known Issues"
3361
  msgstr ""
3362
 
3363
- #: src/admin-views/help-calendar.php:168 src/admin-views/help-community.php:161
3364
- #: src/admin-views/help-ticketing.php:164
3365
- msgid "Release notes"
3366
  msgstr ""
3367
 
3368
- #: src/admin-views/help-calendar.php:173 src/admin-views/help-community.php:166
3369
- #: src/admin-views/help-ticketing.php:169
3370
- msgid "Integrations"
3371
  msgstr ""
3372
 
3373
- #: src/admin-views/help-calendar.php:188 src/admin-views/help-community.php:181
3374
- #: src/admin-views/help-ticketing.php:184
3375
- msgid "FAQs"
3376
  msgstr ""
3377
 
3378
- #: src/admin-views/help-calendar.php:192 src/admin-views/help-community.php:185
3379
- #: src/admin-views/help-ticketing.php:188
3380
- msgid "All FAQs"
3381
  msgstr ""
3382
 
3383
- #: src/admin-views/help-calendar.php:202 src/admin-views/help-community.php:195
3384
- #: src/admin-views/help-ticketing.php:198
3385
- #: src/admin-views/troubleshooting/common-issues.php:24
3386
- #: src/admin-views/troubleshooting/first-steps.php:20
3387
- #: src/admin-views/troubleshooting/first-steps.php:40
3388
- msgid "lightbulb icon"
3389
  msgstr ""
3390
 
3391
- #: src/admin-views/help-calendar.php:222 src/admin-views/help-community.php:215
3392
- #: src/admin-views/help-ticketing.php:218
3393
- msgid "Free extensions"
3394
  msgstr ""
3395
 
3396
- #: src/admin-views/help-calendar.php:226 src/admin-views/help-community.php:219
3397
- #: src/admin-views/help-ticketing.php:222
3398
- msgid "All Extensions"
3399
  msgstr ""
3400
 
3401
- #: src/admin-views/help-calendar.php:231 src/admin-views/help-community.php:224
3402
- #: src/admin-views/help-ticketing.php:227
3403
- msgid ""
3404
- "Small, lightweight WordPress plugins that add new capabilities to our core "
3405
- "plugins. Support is not offered for extensions; however they provide "
3406
- "enhanced functionality and bonus features."
3407
  msgstr ""
3408
 
3409
- #: src/admin-views/help-community.php:82 src/admin-views/help-community.php:148
3410
- msgid "book with The Events community logo"
3411
  msgstr ""
3412
 
3413
- #: src/admin-views/help-community.php:100
3414
- msgid "Community Events Shortcodes"
 
3415
  msgstr ""
3416
 
3417
- #: src/admin-views/help-community.php:105
3418
- msgid "Locating Links to Your Community Events Pages"
3419
  msgstr ""
3420
 
3421
- #: src/admin-views/help-community.php:115
3422
- #: src/admin-views/help-ticketing.php:117
3423
- msgid "book with Event Tickets logo"
3424
  msgstr ""
3425
 
3426
- #: src/admin-views/help-community.php:118
3427
- msgid "Managing Submissions"
3428
  msgstr ""
3429
 
3430
- #: src/admin-views/help-community.php:123
3431
- msgid "Managing Submissions Overview"
3432
  msgstr ""
3433
 
3434
- #: src/admin-views/help-community.php:128
3435
- msgid "Setting Notifications"
3436
  msgstr ""
3437
 
3438
- #: src/admin-views/help-community.php:133
3439
- msgid "Auto-Publish Events Submitted By Logged-In Users"
3440
  msgstr ""
3441
 
3442
- #: src/admin-views/help-community.php:138
3443
- msgid "Preventing Spam Submissions"
3444
  msgstr ""
3445
 
3446
- #: src/admin-views/help-community.php:151
3447
- #: src/admin-views/help-ticketing.php:154
3448
- msgid "Plugin Maintenance"
3449
  msgstr ""
3450
 
3451
- #: src/admin-views/help-community.php:156
3452
- #: src/admin-views/help-ticketing.php:159
3453
- msgid "Testing for Conflicts"
3454
  msgstr ""
3455
 
3456
- #: src/admin-views/help-community.php:171
3457
- #: src/admin-views/help-ticketing.php:174
3458
- msgid "Automatic Updates"
3459
  msgstr ""
3460
 
3461
- #: src/admin-views/help-ticketing.php:89 src/admin-views/help-ticketing.php:151
3462
- msgid "book with The Events ticketing logo"
3463
  msgstr ""
3464
 
3465
- #: src/admin-views/help-ticketing.php:102
3466
- msgid "Calendar & Ticket Shortcodes"
3467
  msgstr ""
3468
 
3469
- #: src/admin-views/help-ticketing.php:120
3470
- msgid "Creating Tickets & RSVPs"
3471
  msgstr ""
3472
 
3473
- #: src/admin-views/help-ticketing.php:125
3474
- msgid "Creating Tickets"
3475
  msgstr ""
3476
 
3477
- #: src/admin-views/help-ticketing.php:130
3478
- msgid "Creating RSVPs"
3479
  msgstr ""
3480
 
3481
- #: src/admin-views/help-ticketing.php:135
3482
- msgid "Configuring Paypal for Tickets"
3483
  msgstr ""
3484
 
3485
- #: src/admin-views/help-ticketing.php:142
3486
- msgid "(Event Tickets Plus)"
3487
  msgstr ""
3488
 
3489
- #: src/admin-views/help.php:30
3490
- msgid "Help"
3491
  msgstr ""
3492
 
3493
- #: src/admin-views/help.php:31
3494
- msgid ""
3495
- "We're committed to helping make your calendar spectacular and have a wealth "
3496
- "of resources available."
3497
  msgstr ""
3498
 
3499
- #: src/admin-views/help.php:34
3500
- msgid "Calendar"
3501
  msgstr ""
3502
 
3503
- #: src/admin-views/help.php:35
3504
- msgid "Ticketing & RSVP"
3505
  msgstr ""
3506
 
3507
- #: src/admin-views/help.php:36
3508
- msgid "Community"
3509
  msgstr ""
3510
 
3511
- #: src/admin-views/help.php:67
3512
- #: src/admin-views/troubleshooting/support-cta.php:13
3513
- msgid "Graphic with an electrical plug and gears"
3514
  msgstr ""
3515
 
3516
- #: src/admin-views/help.php:72
3517
- msgid "Need additional support?"
3518
  msgstr ""
3519
 
3520
- #: src/admin-views/help.php:77
3521
- msgid "Visit Troubleshooting next"
3522
  msgstr ""
3523
 
3524
- #: src/admin-views/notices/end-of-year-sale.php:16
3525
- msgid "End of year savings!"
3526
  msgstr ""
3527
 
3528
- #: src/admin-views/notices/end-of-year-sale.php:18
3529
- msgid "Get 30% off on all plugins from now through December 31."
3530
  msgstr ""
3531
 
3532
- #: src/admin-views/notices/end-of-year-sale.php:25
3533
- #: src/admin-views/notices/tribe-bf-general.php:26
3534
- msgid "Shop now"
3535
  msgstr ""
3536
 
3537
- #: src/admin-views/notices/tribe-bf-general.php:17
3538
- msgid "Save 40% on every single plugin."
3539
  msgstr ""
3540
 
3541
- #: src/admin-views/notices/tribe-bf-general.php:19
3542
- msgid "Black Friday Sale now through %s."
3543
  msgstr ""
3544
 
3545
- #. Translators: %1$s formatted date.
3546
- #: src/admin-views/notices/tribe-stellar-sale.php:21
3547
- msgid "<b>40%% off</b> all WordPress solutions through %1$s."
3548
  msgstr ""
3549
 
3550
- #: src/admin-views/notices/tribe-stellar-sale.php:26
3551
- msgctxt "Shop now link text"
3552
- msgid "Shop now"
3553
  msgstr ""
3554
 
3555
- #: src/admin-views/notices/upsell/icon.php:19
3556
- msgid "The Events Calendar important notice icon"
3557
  msgstr ""
3558
 
3559
- #: src/admin-views/tribe-options-display.php:23
3560
- msgid "Date Format Settings"
 
3561
  msgstr ""
3562
 
3563
- #: src/admin-views/tribe-options-display.php:29
3564
- msgid ""
3565
- "The following three fields accept the date format options available to the "
3566
- "PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your "
3567
- "own date format here</a>."
3568
  msgstr ""
3569
 
3570
- #: src/admin-views/tribe-options-display.php:37
3571
- msgid "Compact Date Format"
3572
  msgstr ""
3573
 
3574
- #: src/admin-views/tribe-options-display.php:38
3575
- msgid ""
3576
- "Select the date format used for elements with minimal space, such as in "
3577
- "datepickers."
3578
  msgstr ""
3579
 
3580
- #: src/admin-views/tribe-options-general.php:14
3581
- msgid ""
3582
- "Thank you for using Event Tickets! All of us at The Events Calendar "
3583
- "sincerely appreciate your support and we're excited to see you using our "
3584
- "plugins. Check out our handy %1$sNew User Primer%2$s to get started."
3585
  msgstr ""
3586
 
3587
- #: src/admin-views/tribe-options-general.php:19
3588
- msgid ""
3589
- "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our "
3590
- "free calendar plugin. Looking for additional functionality including "
3591
- "recurring events, user-submission, advanced ticket sales and more? Check out "
3592
- "our %3$spremium add-ons%4$s."
3593
  msgstr ""
3594
 
3595
- #: src/admin-views/tribe-options-general.php:24
3596
- msgid ""
3597
- "Looking for additional functionality including recurring events, custom "
3598
- "meta, community events, ticket sales and more?"
3599
  msgstr ""
3600
 
3601
- #: src/admin-views/tribe-options-general.php:24
3602
- msgid "Check out the available add-ons"
3603
  msgstr ""
3604
 
3605
- #: src/admin-views/tribe-options-general.php:29
3606
- msgid "We hope our plugin is helping you out."
3607
  msgstr ""
3608
 
3609
- #: src/admin-views/tribe-options-general.php:34
3610
- msgid ""
3611
- "Are you thinking \"Wow, this plugin is amazing! I should say thanks to The "
3612
- "Events Calendar for all their hard work.\" The greatest thanks we could ask "
3613
- "for is recognition. Add a small text-only link at the bottom of your "
3614
- "calendar pointing to The Events Calendar project."
3615
  msgstr ""
3616
 
3617
- #: src/admin-views/tribe-options-general.php:34
3618
- msgid "See an example of the link"
3619
  msgstr ""
3620
 
3621
- #: src/admin-views/tribe-options-general.php:39
3622
- msgid "Show The Events Calendar link"
3623
  msgstr ""
3624
 
3625
- #: src/admin-views/tribe-options-general.php:57
3626
- msgid "Debug mode"
3627
  msgstr ""
3628
 
3629
- #: src/admin-views/tribe-options-general.php:59
3630
- msgid ""
3631
- "Enable this option to log debug information. By default this will log to "
3632
- "your server PHP error log. If you'd like to see the log messages in your "
3633
- "browser, then we recommend that you install the %s and look for the \"Tribe"
3634
- "\" tab in the debug output."
3635
  msgstr ""
3636
 
3637
- #: src/admin-views/tribe-options-general.php:63
3638
- msgid "Debug Bar Plugin"
3639
  msgstr ""
3640
 
3641
- #: src/admin-views/tribe-options-help.php:11
3642
- msgid ""
3643
- "Thank you for using %s! All of us at The Events Calendar sincerely "
3644
- "appreciate your support and we’re excited to see you using our plugins."
3645
  msgstr ""
3646
 
3647
- #: src/admin-views/tribe-options-help.php:14
3648
- msgid "Getting Support"
3649
  msgstr ""
3650
 
3651
- #: src/admin-views/tribe-options-help.php:15
3652
- msgid ""
3653
- "Our website’s %s is a great place to find tips and tricks for using and "
3654
- "customizing our plugins."
3655
  msgstr ""
3656
 
3657
- #: src/admin-views/tribe-options-help.php:15
3658
- msgid "Knowledgebase"
3659
  msgstr ""
3660
 
3661
- #: src/admin-views/tribe-options-help.php:18
3662
- msgid "Want to dive deeper?"
3663
  msgstr ""
3664
 
3665
- #: src/admin-views/tribe-options-help.php:20
3666
- msgid "Check out our %s for developers."
3667
  msgstr ""
3668
 
3669
- #: src/admin-views/tribe-options-help.php:21
3670
- msgid "list of available functions"
3671
  msgstr ""
3672
 
3673
- #: src/admin-views/tribe-options-help.php:26
3674
- msgid "Getting More Help"
 
3675
  msgstr ""
3676
 
3677
- #: src/admin-views/tribe-options-help.php:27
3678
- msgid ""
3679
- "While the resources above help solve a majority of the issues we see, there "
3680
- "are times you might be looking for extra support. If you need assistance "
3681
- "using our plugins and would like us to take a look, please follow these "
3682
- "steps:"
3683
  msgstr ""
3684
 
3685
- #: src/admin-views/tribe-options-help.php:33
3686
- msgid ""
3687
- "%s. All of the common (and not-so-common) answers to questions we see are "
3688
- "here. It’s often the fastest path to finding an answer!"
3689
  msgstr ""
3690
 
3691
- #: src/admin-views/tribe-options-help.php:37
3692
- msgid "Check our Knowledgebase"
3693
  msgstr ""
3694
 
3695
- #: src/admin-views/tribe-options-help.php:43
3696
- msgid ""
3697
- "%s. Testing for an existing conflict is the best start for in-depth "
3698
- "troubleshooting. We will often ask you to follow these steps when opening a "
3699
- "new thread, so doing this ahead of time will be super helpful."
3700
  msgstr ""
3701
 
3702
- #: src/admin-views/tribe-options-help.php:47
3703
- msgid "Test for a theme or plugin conflict"
3704
  msgstr ""
3705
 
3706
- #: src/admin-views/tribe-options-help.php:53
3707
- msgid ""
3708
- "%s. There are very few issues we haven’t seen and it’s likely another user "
3709
- "has already asked your question and gotten an answer from our support staff. "
3710
- "While posting to the help desk is open only to paid customers, they are open "
3711
- "for anyone to search and review."
3712
  msgstr ""
3713
 
3714
- #: src/admin-views/tribe-options-help.php:57
3715
- msgid "Search our support help desk"
3716
  msgstr ""
3717
 
3718
- #: src/admin-views/tribe-options-help.php:67
3719
- msgid ""
3720
- "Please note that all hands-on support is provided via the help desk. You can "
3721
- "email or tweet at us… ​but we will probably point you back to the help desk 😄"
3722
  msgstr ""
3723
 
3724
- #: src/admin-views/tribe-options-help.php:68
3725
- msgid "Read more about our support policy"
3726
  msgstr ""
3727
 
3728
- #: src/admin-views/tribe-options-help.php:71
3729
- #: src/admin-views/troubleshooting/system-information.php:16
3730
- msgid "System Information"
3731
  msgstr ""
3732
 
3733
- #: src/admin-views/tribe-options-help.php:72
3734
- msgid ""
3735
- "The details of your calendar plugin and settings is often needed for you or "
3736
- "our staff to help troubleshoot an issue. Please opt-in below to "
3737
- "automatically share your system information with our support team. This will "
3738
- "allow us to assist you faster if you post in our help desk."
3739
  msgstr ""
3740
 
3741
- #: src/admin-views/tribe-options-help.php:80
3742
- #: src/admin-views/troubleshooting/system-information.php:39
3743
- msgid "Copy to clipboard"
3744
  msgstr ""
3745
 
3746
- #: src/admin-views/tribe-options-help.php:82
3747
- msgid "Recent Template Changes"
3748
  msgstr ""
3749
 
3750
- #: src/admin-views/tribe-options-help.php:85
3751
- msgid "Event Log"
3752
  msgstr ""
3753
 
3754
- #: src/admin-views/tribe-options-help.php:104
3755
- msgid "News and Tutorials"
3756
  msgstr ""
3757
 
3758
- #: src/admin-views/tribe-options-help.php:110
3759
- msgid "More..."
3760
  msgstr ""
3761
 
3762
- #: src/admin-views/tribe-options-licenses.php:5
3763
- msgid ""
3764
- "If you've purchased a premium add-on, you'll need to enter your license key "
3765
- "here in order to have access to automatic updates when new versions are "
3766
- "available."
3767
  msgstr ""
3768
 
3769
- #: src/admin-views/tribe-options-licenses.php:10
3770
- msgid ""
3771
- "In order to register a plugin license, you'll first need to %1$sdownload and "
3772
- "install%2$s the plugin you purchased. You can download the latest version of "
3773
- "your plugin(s) from %3$syour account's downloads page%4$s. Once the plugin "
3774
- "is installed and activated on this site, the license key field will appear "
3775
- "below."
3776
  msgstr ""
3777
 
3778
- #: src/admin-views/tribe-options-licenses.php:19
3779
- msgid ""
3780
- "Each paid add-on has its own unique license key. Paste the key into its "
3781
- "appropriate field below, and give it a moment to validate. You know you're "
3782
- "set when a green expiration date appears alongside a \"valid\" message. Then "
3783
- "click Save Changes."
3784
  msgstr ""
3785
 
3786
- #: src/admin-views/tribe-options-licenses.php:23
3787
- msgid "Helpful Links:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3788
  msgstr ""
3789
 
3790
- #: src/admin-views/tribe-options-licenses.php:28
3791
- msgid "Why am I being told my license key is out of installs?"
 
 
3792
  msgstr ""
3793
 
3794
- #: src/admin-views/tribe-options-licenses.php:31
3795
- msgid "View and manage your license keys"
3796
  msgstr ""
3797
 
3798
- #: src/admin-views/tribe-options-licenses.php:34
3799
- msgid "Moving your license keys"
3800
  msgstr ""
3801
 
3802
- #: src/admin-views/tribe-options-licenses.php:37
3803
- msgid "Expired license keys and subscriptions"
3804
  msgstr ""
3805
 
3806
- #: src/admin-views/tribe-options-licenses.php:43
3807
- msgid "Licenses for Multisites"
3808
  msgstr ""
3809
 
3810
- #: src/admin-views/troubleshooting/common-issues.php:14
3811
- msgid "Common Problems"
 
3812
  msgstr ""
3813
 
3814
- #: src/admin-views/troubleshooting/detected-issues.php:14
3815
- msgid "We’ve detected the following issues"
3816
  msgstr ""
3817
 
3818
- #: src/admin-views/troubleshooting/detected-issues.php:30
3819
- msgid "warning-icon"
3820
  msgstr ""
3821
 
3822
- #: src/admin-views/troubleshooting/detected-issues.php:45
3823
- msgid "Learn more"
3824
  msgstr ""
3825
 
3826
- #: src/admin-views/troubleshooting/ea-status/current-status.php:31
3827
- msgid "Enabled"
3828
  msgstr ""
3829
 
3830
- #: src/admin-views/troubleshooting/ea-status/current-usage.php:18
3831
- msgid ""
3832
- "You have reached your daily import limit. Scheduled imports will be paused "
3833
- "until tomorrow."
3834
  msgstr ""
3835
 
3836
- #: src/admin-views/troubleshooting/ea-status/current-usage.php:21
3837
- msgid ""
3838
- "You are approaching your daily import limit. You may want to adjust your "
3839
- "Scheduled Import frequencies."
3840
  msgstr ""
3841
 
3842
- #: src/admin-views/troubleshooting/ea-status/current-usage.php:25
3843
- msgid "%1$d import used out of %2$d available today"
3844
- msgid_plural "%1$d imports used out of %2$d available today"
3845
  msgstr[0] ""
3846
  msgstr[1] ""
3847
 
3848
- #: src/admin-views/troubleshooting/ea-status/current-usage.php:32
3849
- msgid "Current usage"
3850
- msgstr ""
3851
-
3852
- #: src/admin-views/troubleshooting/ea-status/eventbrite.php:11
3853
- msgid "Third Party Accounts"
3854
  msgstr ""
3855
 
3856
- #: src/admin-views/troubleshooting/ea-status/eventbrite.php:24
3857
- msgid "You have not connected Event Aggregator to Eventbrite"
3858
  msgstr ""
3859
 
3860
- #: src/admin-views/troubleshooting/ea-status/eventbrite.php:28
3861
- msgctxt "link for connecting eventbrite"
3862
- msgid "Connect to Eventbrite"
3863
  msgstr ""
3864
 
3865
- #: src/admin-views/troubleshooting/ea-status/eventbrite.php:32
3866
- msgid "Limited connectivity with Eventbrite"
 
3867
  msgstr ""
3868
 
3869
- #: src/admin-views/troubleshooting/ea-status/eventbrite.php:33
3870
- #: src/admin-views/troubleshooting/ea-status/meetup.php:23
3871
- msgid "The service has disabled oAuth. Some types of events may not import."
3872
  msgstr ""
3873
 
3874
- #: src/admin-views/troubleshooting/ea-status/eventbrite.php:38
3875
- msgid "Eventbrite"
3876
  msgstr ""
3877
 
3878
- #: src/admin-views/troubleshooting/ea-status/license-key.php:19
3879
- msgid "Your license is valid"
3880
  msgstr ""
3881
 
3882
- #: src/admin-views/troubleshooting/ea-status/license-key.php:26
3883
- msgid "You do not have a license"
 
3884
  msgstr ""
3885
 
3886
- #: src/admin-views/troubleshooting/ea-status/license-key.php:28
3887
- msgid ""
3888
- "Buy Event Aggregator to access more event sources and automatic imports!"
3889
  msgstr ""
3890
 
3891
- #: src/admin-views/troubleshooting/ea-status/license-key.php:31
3892
- msgid "Your license is invalid"
3893
  msgstr ""
3894
 
3895
- #: src/admin-views/troubleshooting/ea-status/license-key.php:32
3896
- msgid "Check your license key"
3897
  msgstr ""
3898
 
3899
- #: src/admin-views/troubleshooting/ea-status/license-key.php:38
3900
- msgid "License & Usage"
3901
  msgstr ""
3902
 
3903
- #: src/admin-views/troubleshooting/ea-status/meetup.php:16
3904
- msgid "You have not connected Event Aggregator to Meetup"
3905
  msgstr ""
3906
 
3907
- #: src/admin-views/troubleshooting/ea-status/meetup.php:18
3908
- msgctxt "link for connecting meetup"
3909
- msgid "Connect to Meetup"
3910
  msgstr ""
3911
 
3912
- #: src/admin-views/troubleshooting/ea-status/meetup.php:22
3913
- msgid "Limited connectivity with Meetup"
3914
  msgstr ""
3915
 
3916
- #: src/admin-views/troubleshooting/ea-status/meetup.php:29
3917
- msgid "Meetup"
3918
  msgstr ""
3919
 
3920
- #: src/admin-views/troubleshooting/ea-status/scheduler-status.php:14
3921
- msgid "WP Cron not enabled"
3922
  msgstr ""
3923
 
3924
- #: src/admin-views/troubleshooting/ea-status/scheduler-status.php:15
3925
- msgid "Scheduled imports may not run reliably"
 
3926
  msgstr ""
3927
 
3928
- #: src/admin-views/troubleshooting/ea-status/scheduler-status.php:17
3929
- msgid "WP Cron enabled"
 
 
3930
  msgstr ""
3931
 
3932
- #: src/admin-views/troubleshooting/ea-status/scheduler-status.php:23
3933
- msgid "Scheduler Status"
3934
  msgstr ""
3935
 
3936
- #: src/admin-views/troubleshooting/ea-status/server-connection.php:11
3937
- msgid "Import Services"
 
3938
  msgstr ""
3939
 
3940
- #. translators: %s: Event Aggregator Server URL
3941
- #: src/admin-views/troubleshooting/ea-status/server-connection.php:24
3942
- #: src/admin-views/troubleshooting/ea-status/server-connection.php:32
3943
- msgid "Not connected to %s"
3944
  msgstr ""
3945
 
3946
- #: src/admin-views/troubleshooting/ea-status/server-connection.php:25
3947
- msgid "The server is not currently responding"
3948
  msgstr ""
3949
 
3950
- #: src/admin-views/troubleshooting/ea-status/server-connection.php:33
3951
- msgid "The server is responding with an error:"
3952
  msgstr ""
3953
 
3954
- #. translators: %s: Event Aggregator Server URL
3955
- #: src/admin-views/troubleshooting/ea-status/server-connection.php:39
3956
- msgid "Connected to %s"
3957
  msgstr ""
3958
 
3959
- #: src/admin-views/troubleshooting/ea-status/server-connection.php:45
3960
- msgid "Server Connection"
 
3961
  msgstr ""
3962
 
3963
- #: src/admin-views/troubleshooting/ea-status.php:24
3964
- msgid "Event Aggregator system status "
3965
  msgstr ""
3966
 
3967
- #: src/admin-views/troubleshooting/event-log.php:13
3968
- msgid "Event log"
3969
  msgstr ""
3970
 
3971
- #: src/admin-views/troubleshooting/first-steps.php:11
3972
- msgid "First Steps"
3973
  msgstr ""
3974
 
3975
- #: src/admin-views/troubleshooting/first-steps.php:25
3976
- msgid "Test for conflicts"
3977
  msgstr ""
3978
 
3979
- #: src/admin-views/troubleshooting/first-steps.php:29
3980
- #: src/admin-views/troubleshooting/first-steps.php:49
3981
- msgid "View article"
 
 
3982
  msgstr ""
3983
 
3984
- #: src/admin-views/troubleshooting/first-steps.php:30
3985
- msgid ""
3986
- "Most issues are caused by conflicts with the theme or other plugins. Follow "
3987
- "these steps as a first point of action. %s"
3988
  msgstr ""
3989
 
3990
- #: src/admin-views/troubleshooting/first-steps.php:45
3991
- msgid "Share your system info"
3992
  msgstr ""
3993
 
3994
- #: src/admin-views/troubleshooting/first-steps.php:50
3995
- msgid ""
3996
- "Providing the details of your calendar plugin and settings (located below) "
3997
- "helps our support team troubleshoot an issue faster. %s"
3998
  msgstr ""
3999
 
4000
- #: src/admin-views/troubleshooting/introduction.php:22
4001
- msgid ""
4002
- "Sometimes things just don’t work as expected. We’ve created a wealth of "
4003
- "resources to get you back on track."
4004
  msgstr ""
4005
 
4006
- #: src/admin-views/troubleshooting/notice.php:12
4007
- msgid "Help page?"
4008
  msgstr ""
4009
 
4010
- #: src/admin-views/troubleshooting/notice.php:17
4011
- msgid "Hey there... did you check out the %s"
4012
  msgstr ""
4013
 
4014
- #: src/admin-views/troubleshooting/recent-template-changes.php:12
4015
- msgid "Recent template changes"
4016
  msgstr ""
4017
 
4018
- #: src/admin-views/troubleshooting/support-cta.php:18
4019
- msgid "Get support from humans"
4020
  msgstr ""
4021
 
4022
- #: src/admin-views/troubleshooting/support-cta.php:22
4023
- msgid "Included with our premium products"
4024
  msgstr ""
4025
 
4026
- #: src/admin-views/troubleshooting/support-cta.php:27
4027
- msgid "Open a ticket"
4028
  msgstr ""
4029
 
4030
- #: src/admin-views/troubleshooting/system-information.php:19
4031
- msgid ""
4032
- "Please opt-in below to automatically share your system information with our "
4033
- "support team. This will allow us to assist you faster if you post in our "
4034
- "help desk."
4035
  msgstr ""
4036
 
4037
- #: src/admin-views/troubleshooting/system-information.php:24
4038
- msgid ""
4039
- "Yes, automatically share my system information with The Events Calendar "
4040
- "support team*"
4041
  msgstr ""
4042
 
4043
- #: src/admin-views/troubleshooting/system-information.php:28
4044
- msgid ""
4045
- "* Your system information will only be used by The Events Calendar support "
4046
- "team. All information is stored securely. We do not share this information "
4047
- "with any third parties."
4048
  msgstr ""
4049
 
4050
- #: src/functions/template-tags/html.php:101
4051
- msgctxt "The associated field is required."
4052
- msgid "(required)"
4053
  msgstr ""
4054
 
4055
  #: src/views/promoter/auth.php:35
@@ -4069,8 +3798,7 @@ msgid "Please log out and log back in as an admin account"
4069
  msgstr ""
4070
 
4071
  #: src/views/promoter/auth.php:55
4072
- msgid ""
4073
- "Sorry, unable to authenticate your site. Please contact Promoter support."
4074
  msgstr ""
4075
 
4076
  #: src/views/promoter/auth.php:57
@@ -4113,14 +3841,15 @@ msgstr ""
4113
  msgid "Virtual"
4114
  msgstr ""
4115
 
4116
- #. Plugin Name of the plugin/theme
4117
- msgid "Tribe Common"
4118
  msgstr ""
4119
 
4120
- #. Description of the plugin/theme
4121
- msgid "An event settings framework for managing shared options"
 
4122
  msgstr ""
4123
 
4124
- #. Author URI of the plugin/theme
4125
- msgid "http://evnt.is/1x"
4126
  msgstr ""
1
+ # Copyright (C) 2022 The Events Calendar
2
+ # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Tribe Common 5.0.4\n"
6
+ "Report-Msgid-Bugs-To: https://evnt.is/191x\n"
7
+ "Last-Translator: \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
+ "POT-Creation-Date: 2022-11-25T10:27:59-08:00\n"
13
+ "PO-Revision-Date: 2022-11-25 18:28\n"
14
+ "X-Generator: WP-CLI 2.7.1\n"
15
+ "X-Domain: tribe-common\n"
16
 
17
+ #. Plugin Name of the plugin
18
+ msgid "Tribe Common"
19
  msgstr ""
20
 
21
+ #. Description of the plugin
22
+ msgid "An event settings framework for managing shared options"
23
  msgstr ""
24
 
25
+ #. Author of the plugin
26
+ #: src/admin-views/help-calendar.php:97
27
+ #: src/Tribe/Admin/Help_Page.php:116
28
+ #: src/Tribe/Customizer.php:664
29
+ #: src/Tribe/Plugins_API.php:25
30
+ msgid "The Events Calendar"
31
  msgstr ""
32
 
33
+ #. Author URI of the plugin
34
+ msgid "http://evnt.is/1x"
35
  msgstr ""
36
 
37
+ #: src/admin-views/app-shop.php:30
38
+ #: src/admin-views/conditional_content/black-friday.php:16
39
+ #: src/admin-views/conditional_content/end-of-year-sale.php:16
40
+ #: src/admin-views/help.php:27
41
+ #: src/admin-views/help.php:86
42
+ #: src/admin-views/troubleshooting/footer-logo.php:12
43
+ #: src/admin-views/troubleshooting/introduction.php:19
44
+ msgid "The Events Calendar brand logo"
45
  msgstr ""
46
 
47
+ #: src/admin-views/app-shop.php:35
48
+ msgid "All Solutions"
 
49
  msgstr ""
50
 
51
+ #: src/admin-views/app-shop.php:36
52
+ msgid "Save with Bundles"
 
53
  msgstr ""
54
 
55
+ #: src/admin-views/app-shop.php:37
56
+ msgid "Extensions"
 
57
  msgstr ""
58
 
59
+ #: src/admin-views/app-shop.php:38
60
+ msgid "Stellar Discounts"
 
61
  msgstr ""
62
 
63
+ #: src/admin-views/app-shop.php:47
64
+ #: src/admin-views/app-shop.php:109
65
+ #: src/admin-views/app-shop.php:167
66
+ #: src/admin-views/app-shop.php:201
67
+ msgid "Shapes and lines for visual interest"
68
  msgstr ""
69
 
70
+ #: src/admin-views/app-shop.php:53
71
+ msgid "One calendar. Countless ways to make it your own."
 
 
 
72
  msgstr ""
73
 
74
+ #: src/admin-views/app-shop.php:54
75
+ msgid "Calendars, ticketing, and powerful WordPress tools to manage your events from start to finish."
 
 
76
  msgstr ""
77
 
78
+ #: src/admin-views/app-shop.php:56
79
+ msgid "Already Installed"
 
80
  msgstr ""
81
 
82
+ #: src/admin-views/app-shop.php:62
83
+ #: src/admin-views/app-shop.php:119
84
+ #: src/admin-views/app-shop.php:141
85
+ msgid "TEC Logo"
86
  msgstr ""
87
 
88
+ #: src/admin-views/app-shop.php:66
89
+ #: src/admin-views/help-calendar.php:44
90
+ #: src/admin-views/help-community.php:44
91
+ #: src/admin-views/help-ticketing.php:44
92
+ msgid "Active"
93
  msgstr ""
94
 
95
+ #: src/admin-views/app-shop.php:68
96
+ #: src/admin-views/app-shop.php:177
97
+ msgid "FREE"
 
98
  msgstr ""
99
 
100
+ #: src/admin-views/app-shop.php:93
101
+ msgid "Manage"
102
  msgstr ""
103
 
104
+ #: src/admin-views/app-shop.php:95
105
+ #: src/admin-views/help-calendar.php:65
106
+ #: src/admin-views/help-community.php:58
107
+ #: src/admin-views/help-ticketing.php:65
108
+ msgid "Learn More"
109
  msgstr ""
110
 
111
+ #: src/admin-views/app-shop.php:113
112
+ msgid "The plugins you need at one discounted price"
113
  msgstr ""
114
 
115
+ #: src/admin-views/app-shop.php:114
116
+ msgid "We've packaged our most popular plugins into bundles jam-packed with value."
 
117
  msgstr ""
118
 
119
+ #: src/admin-views/app-shop.php:126
120
+ #: src/admin-views/app-shop.php:153
121
+ msgid "Save With A Bundle"
122
  msgstr ""
123
 
124
+ #: src/admin-views/app-shop.php:132
125
+ msgid "Includes"
 
126
  msgstr ""
127
 
128
+ #: src/admin-views/app-shop.php:171
129
+ msgid "Free extensions to power up your plugins"
 
130
  msgstr ""
131
 
132
+ #: src/admin-views/app-shop.php:172
133
+ msgid "Extensions are quick solutions our team came up with to solve specific issues you may need. (Note - extensions are not covered by our support team.)"
134
  msgstr ""
135
 
136
+ #: src/admin-views/app-shop.php:186
137
+ msgid "Download"
 
138
  msgstr ""
139
 
140
+ #: src/admin-views/app-shop.php:190
141
+ msgid "Browse Extensions"
 
142
  msgstr ""
143
 
144
+ #: src/admin-views/app-shop.php:209
145
+ msgid "Stellar is a collective of WordPress innovators, and home to WordPress products done right."
146
  msgstr ""
147
 
148
+ #: src/admin-views/app-shop.php:213
149
+ msgid "$25 towards any Stellar product using code <u>%s</u>"
150
  msgstr ""
151
 
152
+ #: src/admin-views/components/loader.php:18
153
+ msgid "Loading..."
154
  msgstr ""
155
 
156
+ #: src/admin-views/conditional_content/black-friday.php:23
157
+ msgid "Our biggest<br/> sale of the<br/> year ends<br/> soon</p>"
158
  msgstr ""
159
 
160
+ #: src/admin-views/conditional_content/black-friday.php:30
161
+ #: src/admin-views/conditional_content/end-of-year-sale.php:31
162
+ msgid "Save now"
163
  msgstr ""
164
 
165
+ #: src/admin-views/conditional_content/end-of-year-sale.php:23
166
+ msgid "End of Year Sale!<br/>Save 30% on<br/> all our plugins.<br/>Offer expires soon!"
167
  msgstr ""
168
 
169
+ #: src/admin-views/event-log.php:21
170
+ msgid "Logging level"
171
  msgstr ""
172
 
173
+ #: src/admin-views/event-log.php:43
174
+ msgid "Method"
175
  msgstr ""
176
 
177
+ #: src/admin-views/event-log.php:65
178
+ msgid "View"
179
  msgstr ""
180
 
181
+ #: src/admin-views/event-log.php:100
182
+ msgid "The selected log file is empty or has not been generated yet."
183
  msgstr ""
184
 
185
+ #: src/admin-views/event-log.php:117
186
+ msgid "Download log"
187
  msgstr ""
188
 
189
+ #: src/admin-views/help-calendar.php:16
190
+ #: src/admin-views/help-community.php:16
191
+ #: src/admin-views/help-ticketing.php:16
192
+ msgid "Get help for these products and learn more about products you don't have."
193
  msgstr ""
194
 
195
+ #: src/admin-views/help-calendar.php:27
196
+ #: src/admin-views/help-community.php:27
197
+ #: src/admin-views/help-ticketing.php:27
198
+ msgid "logo icon"
199
  msgstr ""
200
 
201
+ #: src/admin-views/help-calendar.php:51
202
+ #: src/admin-views/help-ticketing.php:51
203
+ msgid "Add license key"
204
  msgstr ""
205
 
206
+ #: src/admin-views/help-calendar.php:58
207
+ #: src/admin-views/help-community.php:51
208
+ #: src/admin-views/help-ticketing.php:58
209
+ msgid "Activate"
210
  msgstr ""
211
 
212
+ #: src/admin-views/help-calendar.php:76
213
+ #: src/admin-views/help-community.php:69
214
+ #: src/admin-views/help-ticketing.php:76
215
+ msgid "Start Here"
216
  msgstr ""
217
 
218
+ #: src/admin-views/help-calendar.php:80
219
+ #: src/admin-views/help-community.php:73
220
+ #: src/admin-views/help-ticketing.php:80
221
+ msgid "Visit Knowledgebase"
222
  msgstr ""
223
 
224
+ #: src/admin-views/help-calendar.php:89
225
+ #: src/admin-views/help-calendar.php:122
226
+ #: src/admin-views/help-calendar.php:155
227
+ msgid "book with The Events Calendar logo"
228
  msgstr ""
229
 
230
+ #: src/admin-views/help-calendar.php:92
231
+ #: src/admin-views/help-community.php:85
232
+ #: src/admin-views/help-ticketing.php:92
233
+ msgid "Getting Started Guides"
234
  msgstr ""
235
 
236
+ #: src/admin-views/help-calendar.php:102
237
+ #: src/Tribe/Admin/Help_Page.php:285
238
+ #: src/Tribe/Plugins_API.php:45
239
+ msgid "Event Aggregator"
240
  msgstr ""
241
 
242
+ #: src/admin-views/help-calendar.php:107
243
+ #: src/Tribe/Admin/Help_Page.php:295
244
+ #: src/Tribe/Plugins_API.php:146
245
+ msgid "Filter Bar"
246
  msgstr ""
247
 
248
+ #: src/admin-views/help-calendar.php:112
249
+ #: src/Tribe/Admin/Help_Page.php:303
250
+ #: src/Tribe/Plugins_API.php:246
251
+ msgid "Virtual Events"
252
  msgstr ""
253
 
254
+ #: src/admin-views/help-calendar.php:125
255
+ msgid "Customizing"
256
  msgstr ""
257
 
258
+ #: src/admin-views/help-calendar.php:130
259
+ msgid "Getting started with customizations"
 
 
260
  msgstr ""
261
 
262
+ #: src/admin-views/help-calendar.php:135
263
+ msgid "Highlighting events"
264
  msgstr ""
265
 
266
+ #: src/admin-views/help-calendar.php:140
267
+ msgid "How to Customize Template Files"
 
 
268
  msgstr ""
269
 
270
+ #: src/admin-views/help-calendar.php:145
271
+ msgid "Customizing CSS (Video)"
272
  msgstr ""
273
 
274
+ #: src/admin-views/help-calendar.php:158
275
+ msgid "Common Issues"
 
 
276
  msgstr ""
277
 
278
+ #: src/admin-views/help-calendar.php:163
279
+ msgid "Known Issues"
280
  msgstr ""
281
 
282
+ #: src/admin-views/help-calendar.php:168
283
+ #: src/admin-views/help-community.php:161
284
+ #: src/admin-views/help-ticketing.php:164
285
+ msgid "Release notes"
286
  msgstr ""
287
 
288
+ #: src/admin-views/help-calendar.php:173
289
+ #: src/admin-views/help-community.php:166
290
+ #: src/admin-views/help-ticketing.php:169
291
+ msgid "Integrations"
292
  msgstr ""
293
 
294
+ #: src/admin-views/help-calendar.php:178
295
+ #: src/admin-views/help-ticketing.php:140
296
+ #: src/Tribe/Plugins_API.php:76
297
+ msgid "Shortcodes"
298
  msgstr ""
299
 
300
+ #: src/admin-views/help-calendar.php:188
301
+ #: src/admin-views/help-community.php:181
302
+ #: src/admin-views/help-ticketing.php:184
303
+ msgid "FAQs"
304
  msgstr ""
305
 
306
+ #: src/admin-views/help-calendar.php:192
307
+ #: src/admin-views/help-community.php:185
308
+ #: src/admin-views/help-ticketing.php:188
309
+ msgid "All FAQs"
 
310
  msgstr ""
311
 
312
+ #: src/admin-views/help-calendar.php:202
313
+ #: src/admin-views/help-community.php:195
314
+ #: src/admin-views/help-ticketing.php:198
315
+ #: src/admin-views/troubleshooting/common-issues.php:24
316
+ #: src/admin-views/troubleshooting/first-steps.php:20
317
+ #: src/admin-views/troubleshooting/first-steps.php:40
318
+ msgid "lightbulb icon"
319
  msgstr ""
320
 
321
+ #: src/admin-views/help-calendar.php:222
322
+ #: src/admin-views/help-community.php:215
323
+ #: src/admin-views/help-ticketing.php:218
324
+ msgid "Free extensions"
325
  msgstr ""
326
 
327
+ #: src/admin-views/help-calendar.php:226
328
+ #: src/admin-views/help-community.php:219
329
+ #: src/admin-views/help-ticketing.php:222
330
+ msgid "All Extensions"
331
  msgstr ""
332
 
333
+ #: src/admin-views/help-calendar.php:231
334
+ #: src/admin-views/help-community.php:224
335
+ #: src/admin-views/help-ticketing.php:227
336
+ msgid "Small, lightweight WordPress plugins that add new capabilities to our core plugins. Support is not offered for extensions; however they provide enhanced functionality and bonus features."
337
  msgstr ""
338
 
339
+ #: src/admin-views/help-community.php:82
340
+ #: src/admin-views/help-community.php:148
341
+ msgid "book with The Events community logo"
342
  msgstr ""
343
 
344
+ #: src/admin-views/help-community.php:90
345
+ #: src/Tribe/Admin/Help_Page.php:277
346
+ #: src/Tribe/Plugins_API.php:166
347
+ msgid "Community Events"
348
+ msgstr ""
349
 
350
+ #: src/admin-views/help-community.php:95
351
+ #: src/Tribe/Admin/Help_Page.php:320
352
+ #: src/Tribe/Plugins_API.php:186
353
+ msgid "Community Tickets"
354
  msgstr ""
355
 
356
+ #: src/admin-views/help-community.php:100
357
+ msgid "Community Events Shortcodes"
 
 
358
  msgstr ""
359
 
360
+ #: src/admin-views/help-community.php:105
361
+ msgid "Locating Links to Your Community Events Pages"
362
  msgstr ""
363
 
364
+ #: src/admin-views/help-community.php:115
365
+ #: src/admin-views/help-ticketing.php:117
366
+ msgid "book with Event Tickets logo"
 
367
  msgstr ""
368
 
369
+ #: src/admin-views/help-community.php:118
370
+ msgid "Managing Submissions"
371
  msgstr ""
372
 
373
+ #: src/admin-views/help-community.php:123
374
+ msgid "Managing Submissions Overview"
 
 
375
  msgstr ""
376
 
377
+ #: src/admin-views/help-community.php:128
378
+ msgid "Setting Notifications"
379
  msgstr ""
380
 
381
+ #: src/admin-views/help-community.php:133
382
+ msgid "Auto-Publish Events Submitted By Logged-In Users"
 
 
383
  msgstr ""
384
 
385
+ #: src/admin-views/help-community.php:138
386
+ msgid "Preventing Spam Submissions"
387
  msgstr ""
388
 
389
+ #: src/admin-views/help-community.php:151
390
+ #: src/admin-views/help-ticketing.php:154
391
+ msgid "Plugin Maintenance"
 
392
  msgstr ""
393
 
394
+ #: src/admin-views/help-community.php:156
395
+ #: src/admin-views/help-ticketing.php:159
396
+ msgid "Testing for Conflicts"
397
  msgstr ""
398
 
399
+ #: src/admin-views/help-community.php:171
400
+ #: src/admin-views/help-ticketing.php:174
401
+ msgid "Automatic Updates"
 
402
  msgstr ""
403
 
404
+ #: src/admin-views/help-ticketing.php:89
405
+ #: src/admin-views/help-ticketing.php:151
406
+ msgid "book with The Events ticketing logo"
407
  msgstr ""
408
 
409
+ #: src/admin-views/help-ticketing.php:97
410
+ #: src/Tribe/Admin/Help_Page.php:135
411
+ #: src/Tribe/Plugins_API.php:86
412
+ msgid "Event Tickets"
413
  msgstr ""
414
 
415
+ #: src/admin-views/help-ticketing.php:102
416
+ msgid "Calendar & Ticket Shortcodes"
417
  msgstr ""
418
 
419
+ #: src/admin-views/help-ticketing.php:107
420
+ #: src/Tribe/Plugins_API.php:126
421
+ #: src/Tribe/Promoter/PUE.php:28
422
+ #: src/views/promoter/auth.php:30
423
+ #: src/views/promoter/auth.php:74
424
+ msgid "Promoter"
425
  msgstr ""
426
 
427
+ #: src/admin-views/help-ticketing.php:120
428
+ msgid "Creating Tickets & RSVPs"
 
 
429
  msgstr ""
430
 
431
+ #: src/admin-views/help-ticketing.php:125
432
+ msgid "Creating Tickets"
 
 
433
  msgstr ""
434
 
435
+ #: src/admin-views/help-ticketing.php:130
436
+ msgid "Creating RSVPs"
 
 
 
437
  msgstr ""
438
 
439
+ #: src/admin-views/help-ticketing.php:135
440
+ msgid "Configuring Paypal for Tickets"
 
 
 
441
  msgstr ""
442
 
443
+ #: src/admin-views/help-ticketing.php:142
444
+ msgid "(Event Tickets Plus)"
445
  msgstr ""
446
 
447
+ #: src/admin-views/help.php:30
448
+ msgid "Help"
 
449
  msgstr ""
450
 
451
+ #: src/admin-views/help.php:31
452
+ msgid "We're committed to helping make your calendar spectacular and have a wealth of resources available."
 
 
 
 
453
  msgstr ""
454
 
455
+ #: src/admin-views/help.php:34
456
+ msgid "Calendar"
 
 
 
457
  msgstr ""
458
 
459
+ #: src/admin-views/help.php:35
460
+ msgid "Ticketing & RSVP"
 
 
 
461
  msgstr ""
462
 
463
+ #: src/admin-views/help.php:36
464
+ msgid "Community"
465
  msgstr ""
466
 
467
+ #: src/admin-views/help.php:67
468
+ #: src/admin-views/troubleshooting/support-cta.php:13
469
+ msgid "Graphic with an electrical plug and gears"
 
 
470
  msgstr ""
471
 
472
+ #: src/admin-views/help.php:72
473
+ msgid "Need additional support?"
474
  msgstr ""
475
 
476
+ #: src/admin-views/help.php:77
477
+ msgid "Visit Troubleshooting next"
 
 
 
 
 
 
478
  msgstr ""
479
 
480
+ #: src/admin-views/notices/end-of-year-sale.php:16
481
+ msgid "End of year savings!"
482
  msgstr ""
483
 
484
+ #: src/admin-views/notices/end-of-year-sale.php:18
485
+ msgid "Get 30% off on all plugins from now through December 31."
486
  msgstr ""
487
 
488
+ #: src/admin-views/notices/end-of-year-sale.php:25
489
+ #: src/admin-views/notices/tribe-bf-general.php:26
490
+ msgid "Shop now"
 
 
491
  msgstr ""
492
 
493
+ #: src/admin-views/notices/tribe-bf-general.php:17
494
+ msgid "Save 40% on every single plugin."
495
  msgstr ""
496
 
497
+ #: src/admin-views/notices/tribe-bf-general.php:19
498
+ msgid "Black Friday Sale now through %s."
499
  msgstr ""
500
 
501
+ #: src/admin-views/notices/tribe-stellar-sale.php:21
502
+ msgid "<b>40%% off</b> all WordPress solutions through %1$s."
 
 
 
 
 
503
  msgstr ""
504
 
505
+ #: src/admin-views/notices/tribe-stellar-sale.php:26
506
+ msgctxt "Shop now link text"
507
+ msgid "Shop now"
508
  msgstr ""
509
 
510
+ #: src/admin-views/notices/upsell/icon.php:19
511
+ msgid "The Events Calendar important notice icon"
512
  msgstr ""
513
 
514
+ #: src/admin-views/tribe-options-help.php:11
515
+ msgid "Thank you for using %s! All of us at The Events Calendar sincerely appreciate your support and we’re excited to see you using our plugins."
 
 
 
 
516
  msgstr ""
517
 
518
+ #: src/admin-views/tribe-options-help.php:14
519
+ msgid "Getting Support"
520
  msgstr ""
521
 
522
+ #: src/admin-views/tribe-options-help.php:15
523
+ msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
524
  msgstr ""
525
 
526
+ #: src/admin-views/tribe-options-help.php:15
527
+ msgid "Knowledgebase"
528
  msgstr ""
529
 
530
+ #: src/admin-views/tribe-options-help.php:18
531
+ msgid "Want to dive deeper?"
532
  msgstr ""
533
 
534
+ #: src/admin-views/tribe-options-help.php:20
535
+ msgid "Check out our %s for developers."
536
  msgstr ""
537
 
538
+ #: src/admin-views/tribe-options-help.php:21
539
+ msgid "list of available functions"
540
  msgstr ""
541
 
542
+ #: src/admin-views/tribe-options-help.php:26
543
+ msgid "Getting More Help"
544
  msgstr ""
545
 
546
+ #: src/admin-views/tribe-options-help.php:27
547
+ msgid "While the resources above help solve a majority of the issues we see, there are times you might be looking for extra support. If you need assistance using our plugins and would like us to take a look, please follow these steps:"
548
  msgstr ""
549
 
550
+ #: src/admin-views/tribe-options-help.php:33
551
+ msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
552
  msgstr ""
553
 
554
+ #: src/admin-views/tribe-options-help.php:37
555
+ msgid "Check our Knowledgebase"
556
  msgstr ""
557
 
558
+ #: src/admin-views/tribe-options-help.php:43
559
+ msgid "%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful."
560
  msgstr ""
561
 
562
+ #: src/admin-views/tribe-options-help.php:47
563
+ msgid "Test for a theme or plugin conflict"
564
  msgstr ""
565
 
566
+ #: src/admin-views/tribe-options-help.php:53
567
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
568
  msgstr ""
569
 
570
+ #: src/admin-views/tribe-options-help.php:57
571
+ msgid "Search our support help desk"
 
572
  msgstr ""
573
 
574
+ #: src/admin-views/tribe-options-help.php:67
575
+ msgid "Please note that all hands-on support is provided via the help desk. You can email or tweet at us… ​but we will probably point you back to the help desk 😄"
576
  msgstr ""
577
 
578
+ #: src/admin-views/tribe-options-help.php:68
579
+ msgid "Read more about our support policy"
 
580
  msgstr ""
581
 
582
+ #: src/admin-views/tribe-options-help.php:71
583
+ #: src/admin-views/troubleshooting/system-information.php:16
584
+ msgid "System Information"
585
  msgstr ""
586
 
587
+ #: src/admin-views/tribe-options-help.php:72
588
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
589
  msgstr ""
590
 
591
+ #: src/admin-views/tribe-options-help.php:80
592
+ #: src/admin-views/troubleshooting/system-information.php:39
593
+ msgid "Copy to clipboard"
594
  msgstr ""
595
 
596
+ #: src/admin-views/tribe-options-help.php:82
597
+ msgid "Recent Template Changes"
 
 
598
  msgstr ""
599
 
600
+ #: src/admin-views/tribe-options-help.php:85
601
+ msgid "Event Log"
602
  msgstr ""
603
 
604
+ #: src/admin-views/tribe-options-help.php:104
605
+ msgid "News and Tutorials"
606
  msgstr ""
607
 
608
+ #: src/admin-views/tribe-options-help.php:110
609
+ msgid "More..."
610
  msgstr ""
611
 
612
+ #: src/admin-views/tribe-options-licenses.php:5
613
+ msgid "If you've purchased a premium add-on, you'll need to enter your license key here in order to have access to automatic updates when new versions are available."
614
  msgstr ""
615
 
616
+ #: src/admin-views/tribe-options-licenses.php:10
617
+ msgid "In order to register a plugin license, you'll first need to %1$sdownload and install%2$s the plugin you purchased. You can download the latest version of your plugin(s) from %3$syour account's downloads page%4$s. Once the plugin is installed and activated on this site, the license key field will appear below."
618
  msgstr ""
619
 
620
+ #: src/admin-views/tribe-options-licenses.php:19
621
+ msgid "Each paid add-on has its own unique license key. Paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message. Then click Save Changes."
622
  msgstr ""
623
 
624
+ #: src/admin-views/tribe-options-licenses.php:23
625
+ msgid "Helpful Links:"
626
  msgstr ""
627
 
628
+ #: src/admin-views/tribe-options-licenses.php:28
629
+ msgid "Why am I being told my license key is out of installs?"
 
 
630
  msgstr ""
631
 
632
+ #: src/admin-views/tribe-options-licenses.php:31
633
+ msgid "View and manage your license keys"
634
  msgstr ""
635
 
636
+ #: src/admin-views/tribe-options-licenses.php:34
637
+ msgid "Moving your license keys"
638
  msgstr ""
639
 
640
+ #: src/admin-views/tribe-options-licenses.php:37
641
+ msgid "Expired license keys and subscriptions"
642
  msgstr ""
643
 
644
+ #: src/admin-views/tribe-options-licenses.php:43
645
+ msgid "Licenses for Multisites"
 
 
646
  msgstr ""
647
 
648
+ #: src/admin-views/tribe-options-licenses.php:57
649
+ #: src/Tribe/Settings_Manager.php:296
650
+ msgid "Licenses"
651
  msgstr ""
652
 
653
+ #: src/admin-views/troubleshooting/common-issues.php:14
654
+ msgid "Common Problems"
 
 
655
  msgstr ""
656
 
657
+ #: src/admin-views/troubleshooting/detected-issues.php:14
658
+ msgid "We’ve detected the following issues"
659
  msgstr ""
660
 
661
+ #: src/admin-views/troubleshooting/detected-issues.php:30
662
+ msgid "warning-icon"
 
 
663
  msgstr ""
664
 
665
+ #: src/admin-views/troubleshooting/detected-issues.php:45
666
+ msgid "Learn more"
667
  msgstr ""
668
 
669
+ #: src/admin-views/troubleshooting/ea-status.php:24
670
+ msgid "Event Aggregator system status "
 
 
671
  msgstr ""
672
 
673
+ #: src/admin-views/troubleshooting/ea-status/current-status.php:15
674
+ msgid "Imports Enabled in Settings"
675
  msgstr ""
676
 
677
+ #: src/admin-views/troubleshooting/ea-status/current-status.php:20
678
+ msgid "Imports disabled in Settings"
 
 
 
679
  msgstr ""
680
 
681
+ #: src/admin-views/troubleshooting/ea-status/current-status.php:25
682
+ msgid "Edit Import Settings"
683
  msgstr ""
684
 
685
+ #: src/admin-views/troubleshooting/ea-status/current-status.php:31
686
+ msgid "Enabled"
 
 
687
  msgstr ""
688
 
689
+ #: src/admin-views/troubleshooting/ea-status/current-usage.php:18
690
+ msgid "You have reached your daily import limit. Scheduled imports will be paused until tomorrow."
691
  msgstr ""
692
 
693
+ #: src/admin-views/troubleshooting/ea-status/current-usage.php:21
694
+ msgid "You are approaching your daily import limit. You may want to adjust your Scheduled Import frequencies."
695
  msgstr ""
696
 
697
+ #: src/admin-views/troubleshooting/ea-status/current-usage.php:25
698
+ msgid "%1$d import used out of %2$d available today"
699
+ msgid_plural "%1$d imports used out of %2$d available today"
700
+ msgstr[0] ""
701
+ msgstr[1] ""
702
 
703
+ #: src/admin-views/troubleshooting/ea-status/current-usage.php:32
704
+ msgid "Current usage"
705
  msgstr ""
706
 
707
+ #: src/admin-views/troubleshooting/ea-status/eventbrite.php:11
708
+ msgid "Third Party Accounts"
709
  msgstr ""
710
 
711
+ #: src/admin-views/troubleshooting/ea-status/eventbrite.php:24
712
+ msgid "You have not connected Event Aggregator to Eventbrite"
 
 
713
  msgstr ""
714
 
715
+ #: src/admin-views/troubleshooting/ea-status/eventbrite.php:28
716
+ msgctxt "link for connecting eventbrite"
717
+ msgid "Connect to Eventbrite"
718
  msgstr ""
719
 
720
+ #: src/admin-views/troubleshooting/ea-status/eventbrite.php:32
721
+ msgid "Limited connectivity with Eventbrite"
722
  msgstr ""
723
 
724
+ #: src/admin-views/troubleshooting/ea-status/eventbrite.php:33
725
+ #: src/admin-views/troubleshooting/ea-status/meetup.php:23
726
+ msgid "The service has disabled oAuth. Some types of events may not import."
 
727
  msgstr ""
728
 
729
+ #: src/admin-views/troubleshooting/ea-status/eventbrite.php:38
730
+ msgid "Eventbrite"
731
  msgstr ""
732
 
733
+ #: src/admin-views/troubleshooting/ea-status/license-key.php:19
734
+ msgid "Your license is valid"
735
  msgstr ""
736
 
737
+ #: src/admin-views/troubleshooting/ea-status/license-key.php:26
738
+ msgid "You do not have a license"
 
 
 
739
  msgstr ""
740
 
741
+ #: src/admin-views/troubleshooting/ea-status/license-key.php:28
742
+ msgid "Buy Event Aggregator to access more event sources and automatic imports!"
743
  msgstr ""
744
 
745
+ #: src/admin-views/troubleshooting/ea-status/license-key.php:31
746
+ msgid "Your license is invalid"
747
  msgstr ""
748
 
749
+ #: src/admin-views/troubleshooting/ea-status/license-key.php:32
750
+ msgid "Check your license key"
 
 
 
 
751
  msgstr ""
752
 
753
+ #: src/admin-views/troubleshooting/ea-status/license-key.php:38
754
+ msgid "License & Usage"
755
  msgstr ""
756
 
757
+ #: src/admin-views/troubleshooting/ea-status/license-key.php:44
758
+ #: src/Tribe/PUE/Checker.php:620
759
+ #: src/Tribe/PUE/Checker.php:631
760
+ msgid "License Key"
761
  msgstr ""
762
 
763
+ #: src/admin-views/troubleshooting/ea-status/meetup.php:16
764
+ msgid "You have not connected Event Aggregator to Meetup"
 
 
765
  msgstr ""
766
 
767
+ #: src/admin-views/troubleshooting/ea-status/meetup.php:18
768
+ msgctxt "link for connecting meetup"
769
+ msgid "Connect to Meetup"
770
  msgstr ""
771
 
772
+ #: src/admin-views/troubleshooting/ea-status/meetup.php:22
773
+ msgid "Limited connectivity with Meetup"
774
  msgstr ""
775
 
776
+ #: src/admin-views/troubleshooting/ea-status/meetup.php:29
777
+ msgid "Meetup"
778
  msgstr ""
779
 
780
+ #: src/admin-views/troubleshooting/ea-status/scheduler-status.php:14
781
+ msgid "WP Cron not enabled"
 
 
782
  msgstr ""
783
 
784
+ #: src/admin-views/troubleshooting/ea-status/scheduler-status.php:15
785
+ msgid "Scheduled imports may not run reliably"
 
 
786
  msgstr ""
787
 
788
+ #: src/admin-views/troubleshooting/ea-status/scheduler-status.php:17
789
+ msgid "WP Cron enabled"
 
790
  msgstr ""
791
 
792
+ #: src/admin-views/troubleshooting/ea-status/scheduler-status.php:23
793
+ msgid "Scheduler Status"
 
794
  msgstr ""
795
 
796
+ #: src/admin-views/troubleshooting/ea-status/server-connection.php:11
797
+ msgid "Import Services"
798
  msgstr ""
799
 
800
+ #. translators: %s: Event Aggregator Server URL
801
+ #: src/admin-views/troubleshooting/ea-status/server-connection.php:24
802
+ #: src/admin-views/troubleshooting/ea-status/server-connection.php:32
803
+ msgid "Not connected to %s"
804
  msgstr ""
805
 
806
+ #: src/admin-views/troubleshooting/ea-status/server-connection.php:25
807
+ msgid "The server is not currently responding"
 
 
808
  msgstr ""
809
 
810
+ #: src/admin-views/troubleshooting/ea-status/server-connection.php:33
811
+ msgid "The server is responding with an error:"
 
812
  msgstr ""
813
 
814
+ #. translators: %s: Event Aggregator Server URL
815
+ #: src/admin-views/troubleshooting/ea-status/server-connection.php:39
816
+ msgid "Connected to %s"
817
  msgstr ""
818
 
819
+ #: src/admin-views/troubleshooting/ea-status/server-connection.php:45
820
+ msgid "Server Connection"
821
  msgstr ""
822
 
823
+ #: src/admin-views/troubleshooting/event-log.php:13
824
+ msgid "Event log"
825
  msgstr ""
826
 
827
+ #: src/admin-views/troubleshooting/first-steps.php:11
828
+ msgid "First Steps"
829
  msgstr ""
830
 
831
+ #: src/admin-views/troubleshooting/first-steps.php:25
832
+ msgid "Test for conflicts"
833
  msgstr ""
834
 
835
+ #: src/admin-views/troubleshooting/first-steps.php:29
836
+ #: src/admin-views/troubleshooting/first-steps.php:49
837
+ msgid "View article"
838
  msgstr ""
839
 
840
+ #: src/admin-views/troubleshooting/first-steps.php:30
841
+ msgid "Most issues are caused by conflicts with the theme or other plugins. Follow these steps as a first point of action. %s"
842
  msgstr ""
843
 
844
+ #: src/admin-views/troubleshooting/first-steps.php:45
845
+ msgid "Share your system info"
 
846
  msgstr ""
847
 
848
+ #: src/admin-views/troubleshooting/first-steps.php:50
849
+ msgid "Providing the details of your calendar plugin and settings (located below) helps our support team troubleshoot an issue faster. %s"
850
  msgstr ""
851
 
852
+ #: src/admin-views/troubleshooting/introduction.php:21
853
+ #: src/Tribe/Admin/Troubleshooting.php:66
854
+ #: src/Tribe/Admin/Troubleshooting.php:67
855
+ #: src/Tribe/Admin/Troubleshooting.php:142
856
+ msgid "Troubleshooting"
857
  msgstr ""
858
 
859
+ #: src/admin-views/troubleshooting/introduction.php:22
860
+ msgid "Sometimes things just don’t work as expected. We’ve created a wealth of resources to get you back on track."
861
  msgstr ""
862
 
863
+ #: src/admin-views/troubleshooting/notice.php:12
864
+ msgid "Help page?"
865
  msgstr ""
866
 
867
+ #: src/admin-views/troubleshooting/notice.php:17
868
+ msgid "Hey there... did you check out the %s"
869
  msgstr ""
870
 
871
+ #: src/admin-views/troubleshooting/recent-template-changes.php:12
872
+ msgid "Recent template changes"
873
  msgstr ""
874
 
875
+ #: src/admin-views/troubleshooting/support-cta.php:18
876
+ msgid "Get support from humans"
877
  msgstr ""
878
 
879
+ #: src/admin-views/troubleshooting/support-cta.php:22
880
+ msgid "Included with our premium products"
881
  msgstr ""
882
 
883
+ #: src/admin-views/troubleshooting/support-cta.php:27
884
+ msgid "Open a ticket"
885
  msgstr ""
886
 
887
+ #: src/admin-views/troubleshooting/system-information.php:19
888
+ msgid "Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
889
  msgstr ""
890
 
891
+ #: src/admin-views/troubleshooting/system-information.php:24
892
+ msgid "Yes, automatically share my system information with The Events Calendar support team*"
893
  msgstr ""
894
 
895
+ #: src/admin-views/troubleshooting/system-information.php:28
896
+ msgid "* Your system information will only be used by The Events Calendar support team. All information is stored securely. We do not share this information with any third parties."
897
  msgstr ""
898
 
899
+ #: src/functions/template-tags/html.php:101
900
+ msgctxt "The associated field is required."
901
+ msgid "(required)"
902
  msgstr ""
903
 
904
+ #: src/Tribe/Admin/Activation_Page.php:113
905
+ msgid "Go to plugins page"
906
  msgstr ""
907
 
908
+ #: src/Tribe/Admin/Activation_Page.php:121
909
+ msgid "Go to WordPress Updates page"
910
  msgstr ""
911
 
912
+ #: src/Tribe/Admin/Help_Page.php:90
913
+ msgctxt "Copy to clipboard button text."
914
+ msgid "Copy to clipboard"
915
  msgstr ""
916
 
917
+ #: src/Tribe/Admin/Help_Page.php:91
918
+ msgctxt "Copy to clipboard success message"
919
+ msgid "System info copied"
920
  msgstr ""
921
 
922
+ #: src/Tribe/Admin/Help_Page.php:92
923
+ msgctxt "Copy to clipboard instructions"
924
+ msgid "Press \"Cmd + C\" to copy"
925
  msgstr ""
926
 
927
+ #: src/Tribe/Admin/Help_Page.php:93
928
+ msgctxt "Default error message for system info optin"
929
+ msgid "Something has gone wrong!"
930
  msgstr ""
931
 
932
+ #: src/Tribe/Admin/Help_Page.php:94
933
+ msgctxt "Error code label for system info optin"
934
+ msgid "Code:"
935
  msgstr ""
936
 
937
+ #: src/Tribe/Admin/Help_Page.php:95
938
+ msgctxt "Error status label for system info optin"
939
+ msgid "Status:"
940
  msgstr ""
941
 
942
+ #: src/Tribe/Admin/Help_Page.php:120
943
+ msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
944
  msgstr ""
945
 
946
+ #: src/Tribe/Admin/Help_Page.php:139
947
+ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
948
  msgstr ""
949
 
950
+ #: src/Tribe/Admin/Help_Page.php:154
951
+ msgid "Advanced Post Manager"
952
  msgstr ""
953
 
954
+ #: src/Tribe/Admin/Help_Page.php:158
955
+ msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
956
  msgstr ""
957
 
958
+ #: src/Tribe/Admin/Help_Page.php:236
959
+ msgid " and "
960
  msgstr ""
961
 
962
+ #: src/Tribe/Admin/Help_Page.php:260
963
+ msgid "Events Calendar PRO"
964
  msgstr ""
965
 
966
+ #: src/Tribe/Admin/Help_Page.php:269
967
+ #: src/Tribe/Plugins_API.php:207
968
+ msgid "Eventbrite Tickets"
969
  msgstr ""
970
 
971
+ #: src/Tribe/Admin/Help_Page.php:311
972
+ #: src/Tribe/Plugins_API.php:106
973
+ msgid "Event Tickets Plus"
974
  msgstr ""
975
 
976
+ #: src/Tribe/Admin/Help_Page.php:481
977
+ msgctxt "not available"
978
+ msgid "n/a"
979
  msgstr ""
980
 
981
+ #: src/Tribe/Admin/Help_Page.php:489
982
+ msgid "You need to upgrade!"
983
  msgstr ""
984
 
985
+ #: src/Tribe/Admin/Help_Page.php:489
986
+ #: src/Tribe/Admin/Help_Page.php:864
987
+ msgid "You are up to date!"
988
  msgstr ""
989
 
990
+ #: src/Tribe/Admin/Help_Page.php:854
991
+ msgid "Activate %s"
992
  msgstr ""
993
 
994
+ #: src/Tribe/Admin/Help_Page.php:854
995
+ msgid "Activate Plugin"
996
  msgstr ""
997
 
998
+ #: src/Tribe/Admin/Help_Page.php:862
999
+ msgid "Upgrade Plugin"
1000
  msgstr ""
1001
 
1002
+ #: src/Tribe/Admin/Help_Page.php:878
1003
+ msgid "Install %s"
1004
  msgstr ""
1005
 
1006
+ #: src/Tribe/Admin/Help_Page.php:878
1007
+ msgid "Install Plugin"
 
1008
  msgstr ""
1009
 
1010
+ #: src/Tribe/Admin/Help_Page.php:895
1011
+ msgid "Latest Version:"
 
1012
  msgstr ""
1013
 
1014
+ #: src/Tribe/Admin/Help_Page.php:898
1015
+ msgid "Requires:"
 
1016
  msgstr ""
1017
 
1018
+ #: src/Tribe/Admin/Help_Page.php:899
1019
+ msgid "WordPress "
 
1020
  msgstr ""
1021
 
1022
+ #: src/Tribe/Admin/Help_Page.php:901
1023
+ msgid "Active Users:"
1024
  msgstr ""
1025
 
1026
+ #: src/Tribe/Admin/Help_Page.php:904
1027
+ msgid "Rating:"
1028
  msgstr ""
1029
 
1030
+ #: src/Tribe/Admin/Help_Page.php:927
1031
+ msgid "Premium Add-Ons"
1032
  msgstr ""
1033
 
1034
+ #: src/Tribe/Admin/Help_Page.php:933
1035
+ msgid "Plugin Active"
1036
  msgstr ""
1037
 
1038
+ #: src/Tribe/Admin/Help_Page.php:935
1039
+ msgid "Plugin Inactive"
1040
  msgstr ""
1041
 
1042
+ #: src/Tribe/Admin/Help_Page.php:940
1043
+ msgid "Visit the Add-on Page"
 
 
 
 
1044
  msgstr ""
1045
 
1046
+ #: src/Tribe/Admin/Help_Page.php:964
1047
+ msgid "Can I have more than one calendar?"
 
 
 
 
 
1048
  msgstr ""
1049
 
1050
+ #: src/Tribe/Admin/Help_Page.php:965
1051
+ msgid "No, but you can use event categories or tags to display certain events like having..."
1052
  msgstr ""
1053
 
1054
+ #: src/Tribe/Admin/Help_Page.php:969
1055
+ msgid "What do I get with Events Calendar Pro?"
1056
  msgstr ""
1057
 
1058
+ #: src/Tribe/Admin/Help_Page.php:974
1059
+ msgid "How do I sell tickets to events?"
1060
  msgstr ""
1061
 
1062
+ #: src/Tribe/Admin/Help_Page.php:975
1063
+ msgid "Use our free Event Tickets plugin to get started with tickets and RSVPs."
1064
  msgstr ""
1065
 
1066
+ #: src/Tribe/Admin/Help_Page.php:979
1067
+ msgid "Where can I find a list of available shortcodes?"
1068
  msgstr ""
1069
 
1070
+ #: src/Tribe/Admin/Help_Page.php:980
1071
+ msgid "Our plugins include many shortcodes that do everything from embedding the calendar..."
1072
  msgstr ""
1073
 
1074
+ #: src/Tribe/Admin/Help_Page.php:998
1075
+ msgid "Calendar widget areas"
1076
  msgstr ""
1077
 
1078
+ #: src/Tribe/Admin/Help_Page.php:999
1079
+ msgid "This extension creates a useful variety of WordPress widget areas (a.k.a. sidebars)."
1080
  msgstr ""
1081
 
1082
+ #: src/Tribe/Admin/Help_Page.php:1004
1083
+ msgid "Event block patterns"
1084
  msgstr ""
1085
 
1086
+ #: src/Tribe/Admin/Help_Page.php:1005
1087
+ msgid "This extension adds a set of block patterns for events to the WordPress block editor."
1088
  msgstr ""
1089
 
1090
+ #: src/Tribe/Admin/Help_Page.php:1010
1091
+ msgid "Alternative photo view"
1092
  msgstr ""
1093
 
1094
+ #: src/Tribe/Admin/Help_Page.php:1011
1095
+ msgid "This extension replaces photo view with a tiled grid of cards featuring event images."
1096
  msgstr ""
1097
 
1098
+ #: src/Tribe/Admin/Help_Page.php:1016
1099
+ msgid "The Events Calendar Tweaks"
1100
  msgstr ""
1101
 
1102
+ #: src/Tribe/Admin/Help_Page.php:1017
1103
+ msgid "This extension is a collection of tweaks and snippets for The Events Calendar."
1104
  msgstr ""
1105
 
1106
+ #: src/Tribe/Admin/Help_Page.php:1054
1107
+ msgid "How Do I create events with Tickets or RSVP’s?"
1108
  msgstr ""
1109
 
1110
+ #: src/Tribe/Admin/Help_Page.php:1055
1111
+ msgid "We’ve put together a video tutorial showing how to create events with Tickets using our plugins. Click on the link in the link in the title to learn more."
1112
  msgstr ""
1113
 
1114
+ #: src/Tribe/Admin/Help_Page.php:1059
1115
+ msgid "How Do I Set Up E-Commerce Plugins for Selling Tickets?"
1116
  msgstr ""
1117
 
1118
+ #: src/Tribe/Admin/Help_Page.php:1060
1119
+ msgid "You can sell tickets using our built-in e-commerce option, or upgrade to Event Tickets Plus to use ecommerce plugins such as WooCommerce."
1120
  msgstr ""
1121
 
1122
+ #: src/Tribe/Admin/Help_Page.php:1064
1123
+ msgid "Can I have a seating chart associated with my tickets?"
1124
  msgstr ""
1125
 
1126
+ #: src/Tribe/Admin/Help_Page.php:1065
1127
+ msgid "Yes! You can easily accomplish this task using the stock options and multiple ticket types available with Event Tickets."
1128
  msgstr ""
1129
 
1130
+ #: src/Tribe/Admin/Help_Page.php:1069
1131
+ msgid "How do I process refunds for tickets?"
1132
  msgstr ""
1133
 
1134
+ #: src/Tribe/Admin/Help_Page.php:1070
1135
+ msgid "When it comes to paid tickets, these orders can be refunded through the e-commerce platform in use."
1136
  msgstr ""
1137
 
1138
+ #: src/Tribe/Admin/Help_Page.php:1088
1139
+ msgid "Ticket Email Settings"
1140
  msgstr ""
1141
 
1142
+ #: src/Tribe/Admin/Help_Page.php:1089
1143
+ msgid "Adds a new settings panel in Events > Settings that gives more control over the ticket and rsvp emails that are sent to attendees after registration."
1144
  msgstr ""
1145
 
1146
+ #: src/Tribe/Admin/Help_Page.php:1094
1147
+ msgid "Per Event Check In API"
1148
  msgstr ""
1149
 
1150
+ #: src/Tribe/Admin/Help_Page.php:1095
1151
+ msgid "This extension shows a meta box with an API key on each Event with Ticket/RSVP."
1152
  msgstr ""
1153
 
1154
+ #: src/Tribe/Admin/Help_Page.php:1100
1155
+ msgid "Add Event & Attendee Info to WooCommerce Order Details"
1156
  msgstr ""
1157
 
1158
+ #: src/Tribe/Admin/Help_Page.php:1101
1159
+ msgid "Displays the information collected by “attendee meta fields” in the WooCommerce order screens as well."
1160
  msgstr ""
1161
 
1162
+ #: src/Tribe/Admin/Help_Page.php:1106
1163
+ msgid "Organizer Notification Email"
1164
  msgstr ""
1165
 
1166
+ #: src/Tribe/Admin/Help_Page.php:1107
1167
+ msgid "This extension will send an email to event organizers whenever a user registers for their event."
1168
  msgstr ""
1169
 
1170
+ #: src/Tribe/Admin/Help_Page.php:1144
1171
+ msgid "Add Cost Currency Symbol"
1172
  msgstr ""
1173
 
1174
+ #: src/Tribe/Admin/Help_Page.php:1145
1175
+ msgid "This extension allows you to set default currency symbols for your users to choose from instead of having a plain text field."
1176
  msgstr ""
1177
 
1178
+ #: src/Tribe/Admin/Help_Page.php:1150
1179
+ msgid "Add Google Maps Display and Link Options"
1180
  msgstr ""
1181
 
1182
+ #: src/Tribe/Admin/Help_Page.php:1151
1183
+ msgid "This extension adds the “Show Google Maps” and “Show Google Maps Link” checkboxes when creating a new Venue."
1184
  msgstr ""
1185
 
1186
+ #: src/Tribe/Admin/Help_Page.php:1156
1187
+ msgid "Hide Others’ Organizers and Venues"
1188
  msgstr ""
1189
 
1190
+ #: src/Tribe/Admin/Help_Page.php:1157
1191
+ msgid "This extension allows you to hide the Organizers and Venues that a visitor has not created from the Community Events submission form."
1192
  msgstr ""
1193
 
1194
+ #: src/Tribe/Admin/Help_Page.php:1162
1195
+ msgid "Display Custom HTML"
1196
  msgstr ""
1197
 
1198
+ #: src/Tribe/Admin/Help_Page.php:1163
1199
+ msgid "This extension allows you to add custom HTML content to the top of the Community Events submission form."
1200
  msgstr ""
1201
 
1202
+ #: src/Tribe/Admin/Notice/Php_Version.php:59
1203
+ #: src/Tribe/Admin/Notice/Plugin_Download.php:149
1204
+ msgctxt "separator used in a list of items"
1205
+ msgid ", "
1206
  msgstr ""
1207
 
1208
+ #: src/Tribe/Admin/Notice/Php_Version.php:60
1209
+ #: src/Tribe/Admin/Notice/Plugin_Download.php:150
1210
+ msgctxt "the final separator in a list of two or more items"
1211
+ msgid " and "
1212
  msgstr ""
1213
 
1214
+ #: src/Tribe/Admin/Notice/Php_Version.php:98
1215
+ msgid "Starting March 2019, %1$s will no longer support versions prior to PHP 5.6. Your site is currently using PHP version %2$s which will no longer be supported by %1$s. For best results, we recommend using PHP 5.6 or above."
1216
  msgstr ""
1217
 
1218
+ #: src/Tribe/Admin/Notice/Php_Version.php:101
1219
+ msgid "Starting March 2019, %1$s will no longer work with versions prior to PHP 5.4. Currently your site is using PHP version %2$s. For best results, we recommend using PHP 5.6 or above."
1220
  msgstr ""
1221
 
1222
+ #: src/Tribe/Admin/Notice/Plugin_Download.php:122
1223
+ msgid "To begin using %2$s, please install (or upgrade) and activate %3$s."
1224
  msgstr ""
1225
 
1226
+ #: src/Tribe/Admin/Notice/Plugin_Download.php:124
1227
+ #: src/Tribe/PUE/Update_Prevention.php:181
1228
+ msgid "Read more"
1229
  msgstr ""
1230
 
1231
+ #: src/Tribe/Admin/Notice/Plugin_Download.php:125
1232
+ msgid "There’s a new version of %1$s available, but your license is expired. You’ll need to renew your license to get access to the latest version. If you plan to continue using your current version of the plugin(s), be sure to use a compatible version of The Events Calendar. %2$s"
1233
  msgstr ""
1234
 
1235
+ #: src/Tribe/Admin/Notice/WP_Version.php:79
1236
+ msgid "You are using WordPress 5.7 which included a major jQuery update that may cause compatibility issues with past versions of The Events Calendar, Event Tickets and other plugins."
1237
  msgstr ""
1238
 
1239
+ #: src/Tribe/Admin/Notice/WP_Version.php:81
1240
+ msgid "WordPress 5.7 includes a major jQuery update that may cause compatibility issues with past versions of The Events Calendar, Event Tickets and other plugins."
1241
  msgstr ""
1242
 
1243
+ #: src/Tribe/Admin/Notice/WP_Version.php:83
1244
+ msgid "Read more."
1245
  msgstr ""
1246
 
1247
+ #: src/Tribe/Admin/Troubleshooting.php:297
1248
+ msgid "Site time zone uses UTC"
1249
  msgstr ""
1250
 
1251
+ #: src/Tribe/Admin/Troubleshooting.php:298
1252
+ msgid "When using The Events Calendar, we highly recommend that you use a geographic timezone such as \"America/Los_Angeles\" and avoid using a UTC timezone offset such as “UTC+9”. Choosing a UTC timezone for your site or individual events may cause problems when importing events or with Daylight Saving Time. Go to your the General WordPress settings to adjust your site timezone."
1253
  msgstr ""
1254
 
1255
+ #: src/Tribe/Admin/Troubleshooting.php:300
1256
+ msgid "Adjust your timezone"
1257
  msgstr ""
1258
 
1259
+ #: src/Tribe/Admin/Troubleshooting.php:305
1260
+ msgid "Install max has been reached"
1261
  msgstr ""
1262
 
1263
+ #: src/Tribe/Admin/Troubleshooting.php:306
1264
+ msgid "License keys can only be used on a limited number of sites, which varies depending on your license level. You'll need to remove the license from one or more other site's in order to use it on this one."
1265
  msgstr ""
1266
 
1267
+ #: src/Tribe/Admin/Troubleshooting.php:308
1268
+ msgid "Manage your licenses"
1269
  msgstr ""
1270
 
1271
+ #: src/Tribe/Admin/Troubleshooting.php:313
1272
+ msgid "Default Google Maps API key"
1273
  msgstr ""
1274
 
1275
+ #: src/Tribe/Admin/Troubleshooting.php:314
1276
+ msgid "The Events Calendar comes with an API key for basic maps functionality. If you’d like to use more advanced features like custom map pins, dynamic map loads, or Events Calendar Pro's Location Search and advanced Map View, you’ll need to get your own Google Maps API key and add it to Events > Settings > Integrations"
1277
  msgstr ""
1278
 
1279
+ #: src/Tribe/Admin/Troubleshooting.php:316
1280
+ msgid "Enter a custom API key"
1281
  msgstr ""
1282
 
1283
+ #: src/Tribe/Admin/Troubleshooting.php:321
1284
+ msgid "Plugin(s) are out of date"
1285
  msgstr ""
1286
 
1287
+ #: src/Tribe/Admin/Troubleshooting.php:322
1288
+ msgid "It's important to use the most recent versions of our plugins so that you have access to the latest features, bug fixes, and security updates. Plugin functionality can be comprimised if your site is running outdated or mis-matched versions."
1289
  msgstr ""
1290
 
1291
+ #: src/Tribe/Admin/Troubleshooting.php:324
1292
+ msgid "Check for updates"
1293
  msgstr ""
1294
 
1295
+ #: src/Tribe/Admin/Troubleshooting.php:343
1296
+ msgid "Common Error Messages"
1297
  msgstr ""
1298
 
1299
+ #: src/Tribe/Admin/Troubleshooting.php:344
1300
+ msgid "Here’s an overview of %s and what they mean."
1301
  msgstr ""
1302
 
1303
+ #: src/Tribe/Admin/Troubleshooting.php:349
1304
+ msgid "My calendar doesn’t look right."
1305
  msgstr ""
1306
 
1307
+ #: src/Tribe/Admin/Troubleshooting.php:355
1308
+ msgid "I installed the calendar and it crashed my site."
1309
  msgstr ""
1310
 
1311
+ #: src/Tribe/Admin/Troubleshooting.php:356
1312
+ msgid "%s and other common installation issues."
1313
  msgstr ""
1314
 
1315
+ #: src/Tribe/Admin/Troubleshooting.php:361
1316
+ msgid "I keep getting “Page Not Found” on events."
1317
  msgstr ""
1318
 
1319
+ #: src/Tribe/Admin/Troubleshooting.php:362
1320
+ msgid "There are a few %s to resolve and prevent 404 errors."
1321
  msgstr ""
1322
 
1323
+ #: src/Tribe/Ajax/Dropdown.php:38
1324
+ msgid "Cannot look for Terms without a taxonomy"
1325
  msgstr ""
1326
 
1327
+ #: src/Tribe/Ajax/Dropdown.php:270
1328
+ msgid "Missing data source for this dropdown"
1329
  msgstr ""
1330
 
1331
+ #: src/Tribe/Ajax/Dropdown.php:283
1332
+ msgid "Empty data set for this dropdown"
1333
  msgstr ""
1334
 
1335
+ #: src/Tribe/Ajax/Dropdown.php:336
1336
+ msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
1337
  msgstr ""
1338
 
1339
+ #: src/Tribe/App_Shop.php:50
1340
+ #: src/Tribe/App_Shop.php:51
1341
+ #: src/Tribe/App_Shop.php:82
1342
+ msgid "Event Add-Ons"
1343
  msgstr ""
1344
 
1345
+ #: src/Tribe/App_Shop.php:176
1346
+ msgid "Events Marketing Bundle"
1347
  msgstr ""
1348
 
1349
+ #: src/Tribe/App_Shop.php:179
1350
+ #: src/Tribe/App_Shop.php:203
1351
+ #: src/Tribe/App_Shop.php:222
1352
+ #: src/Tribe/App_Shop.php:235
1353
+ msgid "Save over 20%"
1354
  msgstr ""
1355
 
1356
+ #: src/Tribe/App_Shop.php:180
1357
+ msgid "Ticket sales, attendee management, and email marketing for your events"
1358
  msgstr ""
1359
 
1360
+ #: src/Tribe/App_Shop.php:188
1361
+ msgid "Event Importer Bundle"
1362
  msgstr ""
1363
 
1364
+ #: src/Tribe/App_Shop.php:191
1365
+ msgid "Save over 25%"
1366
  msgstr ""
1367
 
1368
+ #: src/Tribe/App_Shop.php:192
1369
+ msgid "Fill your calendar with events from across the web, including Google Calendar, Meetup, and more."
1370
  msgstr ""
1371
 
1372
+ #: src/Tribe/App_Shop.php:200
1373
+ msgid "Virtual Events Marketing Bundle"
1374
  msgstr ""
1375
 
1376
+ #: src/Tribe/App_Shop.php:204
1377
+ msgid "Streamline your online events and increase revenue."
1378
  msgstr ""
1379
 
1380
+ #: src/Tribe/App_Shop.php:212
1381
+ msgid "Sell tickets and earn revenue for online events"
1382
  msgstr ""
1383
 
1384
+ #: src/Tribe/App_Shop.php:213
1385
+ #: src/Tribe/Plugins_API.php:254
1386
+ msgid "Zoom integration"
1387
  msgstr ""
1388
 
1389
+ #: src/Tribe/App_Shop.php:214
1390
+ msgid "Automated emails optimized for virtual events"
1391
  msgstr ""
1392
 
1393
+ #: src/Tribe/App_Shop.php:215
1394
+ msgid "Add recurring events"
1395
  msgstr ""
1396
 
1397
+ #: src/Tribe/App_Shop.php:219
1398
+ msgid "Community Manager Bundle"
1399
  msgstr ""
1400
 
1401
+ #: src/Tribe/App_Shop.php:223
1402
+ msgid "Handle event submissions with ticket sales and everything you need to build a robust community."
1403
  msgstr ""
1404
 
1405
+ #: src/Tribe/App_Shop.php:232
1406
+ msgid "Ultimate Bundle"
1407
  msgstr ""
1408
 
1409
+ #: src/Tribe/App_Shop.php:236
1410
+ msgid "All of our premium events management plugins at a deep discount."
1411
  msgstr ""
1412
 
1413
+ #: src/Tribe/App_Shop.php:263
1414
+ msgid "Website URL CTA"
1415
  msgstr ""
1416
 
1417
+ #: src/Tribe/App_Shop.php:266
1418
+ msgid "Create a strong call-to-action for attendees to \"Join Webinar\" instead of only sharing a website address."
1419
  msgstr ""
1420
 
1421
+ #: src/Tribe/App_Shop.php:269
1422
+ msgid "Link Directly to Webinar"
1423
  msgstr ""
1424
 
1425
+ #: src/Tribe/App_Shop.php:272
1426
+ msgid "When users click on the event title, they’ll be taken right to the source of your event, offering a direct route to join."
 
1427
  msgstr ""
1428
 
1429
+ #: src/Tribe/App_Shop.php:275
1430
+ msgid "Events Happening Now"
1431
  msgstr ""
1432
 
1433
+ #: src/Tribe/App_Shop.php:278
1434
+ msgid "Use this shortcode to display events that are currently in progress, like webinars and livestreams."
1435
  msgstr ""
1436
 
1437
+ #: src/Tribe/App_Shop.php:281
1438
+ msgid "Custom Venue Links"
1439
  msgstr ""
1440
 
1441
+ #: src/Tribe/App_Shop.php:284
1442
+ msgid "Turn the venue name for your event into a clickable URL — a great way to link directly to a venue’s website or a virtual meeting."
1443
  msgstr ""
1444
 
1445
+ #: src/Tribe/App_Shop.php:287
1446
+ msgid "Adjust Label"
1447
  msgstr ""
1448
 
1449
+ #: src/Tribe/App_Shop.php:290
1450
+ msgid "Change \"Events\" to \"Webinars,\" or \"Venues\" to \"Livestream,\" or \"Organizers\" to \"Hosts.\" Tailor your calendar for virtual events and meetings."
1451
  msgstr ""
1452
 
1453
+ #: src/Tribe/App_Shop.php:293
1454
+ msgid "Reach Attendees"
1455
  msgstr ""
1456
 
1457
+ #: src/Tribe/App_Shop.php:296
1458
+ msgid "From registration to attendance history, view every step of the event lifecycle with this HubSpot integration."
1459
  msgstr ""
1460
 
1461
+ #: src/Tribe/App_Shop.php:313
1462
+ msgid "The online course platform created by e-learning experts."
1463
  msgstr ""
1464
 
1465
+ #: src/Tribe/App_Shop.php:315
1466
+ msgid "Add Courses"
1467
  msgstr ""
1468
 
1469
+ #: src/Tribe/App_Shop.php:316
1470
+ msgid "Trusted to power learning programs for major universities, startups, entrepreneurs, and bloggers worldwide."
1471
  msgstr ""
1472
 
1473
+ #: src/Tribe/App_Shop.php:321
1474
+ msgid "Foundational favorites: iThemes Security and Developer Toolkit."
1475
  msgstr ""
1476
 
1477
+ #: src/Tribe/App_Shop.php:323
1478
+ msgid "Add Security"
1479
  msgstr ""
1480
 
1481
+ #: src/Tribe/App_Shop.php:324
1482
+ msgid "iThemes Security, the WordPress security plugin that’s easy to use. Built with performance in mind."
1483
  msgstr ""
1484
 
1485
+ #: src/Tribe/App_Shop.php:329
1486
+ msgid "Built with developers in mind."
1487
  msgstr ""
1488
 
1489
+ #: src/Tribe/App_Shop.php:331
1490
+ msgid "Add Content Restriction"
1491
  msgstr ""
1492
 
1493
+ #: src/Tribe/App_Shop.php:332
1494
+ msgid "Restrict Content Pro is flexible, easy to extend, and chock full of action hooks and filters, making it easy to modify and tweak to your specific needs."
1495
  msgstr ""
1496
 
1497
+ #: src/Tribe/App_Shop.php:337
1498
+ msgid "Build better WordPress websites with Kadence."
1499
  msgstr ""
1500
 
1501
+ #: src/Tribe/App_Shop.php:339
1502
+ msgid "Add Starter Templates"
1503
  msgstr ""
1504
 
1505
+ #: src/Tribe/App_Shop.php:340
1506
+ msgid "Kadence lets you unlock your creativity in the WordPress Block Editor with expertly designed blocks, a robust theme, and a massive library of starter templates."
1507
  msgstr ""
1508
 
1509
+ #: src/Tribe/App_Shop.php:345
1510
+ msgid "Sales-boosting WooCommerce plugins."
1511
  msgstr ""
1512
 
1513
+ #: src/Tribe/App_Shop.php:347
1514
+ msgid "Add Commerce Tools"
1515
  msgstr ""
1516
 
1517
+ #: src/Tribe/App_Shop.php:348
1518
+ msgid ""
1519
+ "Easy-to-use WooCommerce plugins work perfectly together, with any theme. Create a fast and profitable eCommerce store without any technical knowledge.\n"
1520
+ "\t\t\t\t\t"
1521
  msgstr ""
1522
 
1523
+ #: src/Tribe/App_Shop.php:354
1524
+ msgid "The best WordPress donation plugin."
1525
  msgstr ""
1526
 
1527
+ #: src/Tribe/App_Shop.php:356
1528
+ msgid "Add Donations"
1529
  msgstr ""
1530
 
1531
+ #: src/Tribe/App_Shop.php:357
1532
+ msgid "GiveWP makes it easy to raise money online with donation forms, donor databases, and fundraising reporting."
1533
  msgstr ""
1534
 
1535
+ #: src/Tribe/Cost_Utils.php:114
1536
+ msgid "Free"
1537
  msgstr ""
1538
 
1539
+ #: src/Tribe/Credits.php:31
1540
+ msgid "This calendar is powered by The Events Calendar."
1541
  msgstr ""
1542
 
1543
+ #: src/Tribe/Credits.php:48
1544
+ msgid "Rate %1$sThe Events Calendar%2$s %3$s"
1545
  msgstr ""
1546
 
1547
+ #: src/Tribe/Credits.php:51
1548
+ msgid "If you like %1$sEvent Tickets%2$s please leave us a %3$s. It takes a minute and it helps a lot."
1549
  msgstr ""
1550
 
1551
+ #: src/Tribe/Customizer.php:665
1552
+ msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
1553
  msgstr ""
1554
 
1555
+ #: src/Tribe/Customizer.php:1026
1556
+ msgctxt "Page title for the TEC Customizer section."
1557
+ msgid "Customize The Events Calendar"
1558
  msgstr ""
1559
 
1560
+ #: src/Tribe/Customizer.php:1027
1561
+ msgctxt "Menu item text for the TEC Customizer section link."
1562
+ msgid "Customize The Events Calendar"
1563
  msgstr ""
1564
 
1565
+ #: src/Tribe/Customizer.php:1052
1566
+ msgid "Customizer"
1567
  msgstr ""
1568
 
1569
+ #: src/Tribe/Customizer.php:1056
1570
+ msgid "Adjust colors, fonts, and more with the WordPress Customizer."
1571
  msgstr ""
1572
 
1573
+ #. translators: %1$s: opening anchor tag; %2$s: closing anchor tag
1574
+ #: src/Tribe/Customizer.php:1062
1575
+ msgctxt "Link text added to the TEC->Settings->Display tab."
1576
+ msgid "%1$sCustomize The Events Calendar%2$s"
1577
  msgstr ""
1578
 
1579
+ #: src/Tribe/Debug_Bar/Panels/Context.php:22
1580
+ #: src/Tribe/Debug_Bar/Panels/Context.php:50
1581
+ msgid "The Events Calendar Context"
1582
  msgstr ""
1583
 
1584
+ #: src/Tribe/Debug_Bar/Panels/Context.php:53
1585
+ msgid "PHP Render Context"
1586
  msgstr ""
1587
 
1588
+ #: src/Tribe/Debug_Bar/Panels/Context.php:61
1589
+ msgid "Key"
1590
  msgstr ""
1591
 
1592
+ #: src/Tribe/Debug_Bar/Panels/Context.php:62
1593
+ msgid "Value"
1594
  msgstr ""
1595
 
1596
+ #: src/Tribe/Debug_Bar/Panels/Context.php:63
1597
+ msgid "ORM arg"
1598
  msgstr ""
1599
 
1600
+ #: src/Tribe/Debug_Bar/Panels/Context.php:64
1601
+ msgid "Reads"
1602
  msgstr ""
1603
 
1604
+ #: src/Tribe/Debug_Bar/Panels/Context.php:65
1605
+ msgid "Writes"
1606
  msgstr ""
1607
 
1608
+ #: src/Tribe/Debug_Bar/Panels/Context.php:91
1609
+ msgid "State"
1610
  msgstr ""
1611
 
1612
+ #: src/Tribe/Debug_Bar/Panels/Json_Ld.php:21
1613
+ #: src/Tribe/Debug_Bar/Panels/Json_Ld.php:40
1614
+ msgid "The Events Calendar JSON-LD Data"
1615
  msgstr ""
1616
 
1617
+ #: src/Tribe/Dialog/View.php:157
1618
+ msgid "Open the modal window"
1619
  msgstr ""
1620
 
1621
+ #: src/Tribe/Dialog/View.php:158
1622
+ msgid "Close this modal window"
1623
  msgstr ""
1624
 
1625
+ #: src/Tribe/Dialog/View.php:228
1626
+ #: src/Tribe/Dialog/View.php:300
1627
+ msgid "Cancel"
1628
  msgstr ""
1629
 
1630
+ #: src/Tribe/Dialog/View.php:229
1631
+ msgid "Confirm"
1632
  msgstr ""
1633
 
1634
+ #: src/Tribe/Dialog/View.php:302
1635
+ #: src/Tribe/Dialog/View.php:371
1636
+ msgid "OK"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Dialog/View.php:443
1640
+ msgid "Open the dialog window"
1641
  msgstr ""
1642
 
1643
+ #: src/Tribe/Dialog/View.php:460
1644
+ msgid "Close this dialog window"
1645
  msgstr ""
1646
 
1647
+ #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
1648
+ msgid "The cost currency symbol"
1649
  msgstr ""
1650
 
1651
+ #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
1652
+ msgid "The position of the currency symbol in the cost string"
1653
  msgstr ""
1654
 
1655
+ #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
1656
+ msgid "A sorted array of all the numeric values for the cost"
1657
  msgstr ""
1658
 
1659
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
1660
+ msgid "The date year"
1661
  msgstr ""
1662
 
1663
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
1664
+ msgid "The date month"
1665
  msgstr ""
1666
 
1667
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
1668
+ msgid "The date day"
1669
  msgstr ""
1670
 
1671
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
1672
+ msgid "The date hour"
1673
  msgstr ""
1674
 
1675
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
1676
+ msgid "The date minutes"
1677
  msgstr ""
1678
 
1679
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
1680
+ msgid "The date seconds"
1681
  msgstr ""
1682
 
1683
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:25
1684
+ msgid "The URL to the full size version of the image"
1685
  msgstr ""
1686
 
1687
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:29
1688
+ msgid "The image WordPress post ID"
1689
  msgstr ""
1690
 
1691
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:33
1692
+ msgid "The image file extension"
1693
  msgstr ""
1694
 
1695
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:37
1696
+ msgid "The image natural width in pixels"
1697
  msgstr ""
1698
 
1699
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:41
1700
+ msgid "The image natural height in pixels"
1701
  msgstr ""
1702
 
1703
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:45
1704
+ msgid "The details about each size available for the image"
1705
  msgstr ""
1706
 
1707
+ #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
1708
+ msgid "The image width in pixels in the specified size"
1709
  msgstr ""
1710
 
1711
+ #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
1712
+ msgid "The image height in pixels in the specified size"
1713
  msgstr ""
1714
 
1715
+ #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
1716
+ msgid "The image mime-type"
1717
  msgstr ""
1718
 
1719
+ #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:37
1720
+ msgid "The link to the image in the specified size on the site"
1721
  msgstr ""
1722
 
1723
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
1724
+ msgid "The WordPress term ID"
1725
  msgstr ""
1726
 
1727
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
1728
+ msgid "The term name"
1729
  msgstr ""
1730
 
1731
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
1732
+ msgid "The term slug"
1733
  msgstr ""
1734
 
1735
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
1736
+ msgid "The taxonomy the term belongs to"
1737
  msgstr ""
1738
 
1739
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
1740
+ msgid "The term description"
1741
  msgstr ""
1742
 
1743
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
1744
+ msgid "The term parent term if any"
1745
  msgstr ""
1746
 
1747
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
1748
+ msgid "The number of posts associated with the term"
1749
  msgstr ""
1750
 
1751
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
1752
+ msgid "The URL to the term archive page"
1753
  msgstr ""
1754
 
1755
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
1756
+ msgid "A list of links to the term own, archive and parent REST URL"
1757
  msgstr ""
1758
 
1759
+ #: src/Tribe/Editor/Blocks/Abstract.php:123
1760
+ msgid "Problem loading the block, please remove this block to restart."
1761
  msgstr ""
1762
 
1763
+ #: src/Tribe/Editor/Meta.php:105
1764
+ msgid "Numeric Array"
1765
  msgstr ""
1766
 
1767
+ #: src/Tribe/Editor/Meta.php:123
1768
+ msgid "Text Array"
1769
  msgstr ""
1770
 
1771
+ #: src/Tribe/Extension.php:144
1772
+ msgid "Tutorial"
1773
  msgstr ""
1774
 
1775
+ #: src/Tribe/Extension.php:406
1776
+ msgid "Unable to run Tribe Extensions. Your website host is running PHP 5.2 or older, and has likely disabled or misconfigured debug_backtrace(). You, or your website host, will need to upgrade PHP or properly configure debug_backtrace() for Tribe Extensions to work."
1777
  msgstr ""
1778
 
1779
+ #: src/Tribe/Extension.php:421
1780
+ msgctxt "extension disallowed"
1781
+ msgid "This extension has been programmatically disallowed. The most common reason is due to another The Events Calendar plugin having absorbed or replaced this extension's functionality. This extension plugin has been deactivated, and you should likely delete it."
1782
  msgstr ""
1783
 
1784
+ #: src/Tribe/Field.php:240
1785
+ msgid "Invalid field type specified"
1786
  msgstr ""
1787
 
1788
+ #: src/Tribe/Field.php:550
1789
+ msgid "No radio options specified"
1790
  msgstr ""
1791
 
1792
+ #: src/Tribe/Field.php:586
1793
+ msgid "No checkbox options specified"
1794
  msgstr ""
1795
 
1796
+ #: src/Tribe/Field.php:648
1797
+ msgid "No select options specified"
1798
  msgstr ""
1799
 
1800
+ #: src/Tribe/Field.php:750
1801
+ msgid "Select Image"
1802
  msgstr ""
1803
 
1804
+ #: src/Tribe/Field.php:751
1805
+ msgid "Remove Image"
1806
  msgstr ""
1807
 
1808
+ #: src/Tribe/Field.php:755
1809
+ msgid "Select an image"
1810
  msgstr ""
1811
 
1812
+ #: src/Tribe/Field.php:756
1813
+ msgid "Use this image"
1814
  msgstr ""
1815
 
1816
+ #: src/Tribe/Languages/Locations.php:79
1817
+ msgid "United States"
1818
  msgstr ""
1819
 
1820
+ #: src/Tribe/Languages/Locations.php:80
1821
+ msgid "Afghanistan"
1822
  msgstr ""
1823
 
1824
+ #: src/Tribe/Languages/Locations.php:81
1825
+ msgid "&Aring;land Islands"
1826
  msgstr ""
1827
 
1828
+ #: src/Tribe/Languages/Locations.php:82
1829
+ msgid "Albania"
1830
  msgstr ""
1831
 
1832
+ #: src/Tribe/Languages/Locations.php:83
1833
+ msgid "Algeria"
1834
  msgstr ""
1835
 
1836
+ #: src/Tribe/Languages/Locations.php:84
1837
+ msgid "American Samoa"
1838
  msgstr ""
1839
 
1840
+ #: src/Tribe/Languages/Locations.php:85
1841
+ msgid "Andorra"
1842
  msgstr ""
1843
 
1844
+ #: src/Tribe/Languages/Locations.php:86
1845
+ msgid "Angola"
1846
  msgstr ""
1847
 
1848
+ #: src/Tribe/Languages/Locations.php:87
1849
+ msgid "Anguilla"
1850
  msgstr ""
1851
 
1852
+ #: src/Tribe/Languages/Locations.php:88
1853
+ msgid "Antarctica"
1854
  msgstr ""
1855
 
1856
+ #: src/Tribe/Languages/Locations.php:89
1857
+ msgid "Antigua and Barbuda"
1858
  msgstr ""
1859
 
1860
+ #: src/Tribe/Languages/Locations.php:90
1861
+ msgid "Argentina"
1862
  msgstr ""
1863
 
1864
+ #: src/Tribe/Languages/Locations.php:91
1865
+ msgid "Armenia"
1866
  msgstr ""
1867
 
1868
+ #: src/Tribe/Languages/Locations.php:92
1869
+ msgid "Aruba"
1870
  msgstr ""
1871
 
1872
+ #: src/Tribe/Languages/Locations.php:93
1873
+ msgid "Australia"
1874
  msgstr ""
1875
 
1876
+ #: src/Tribe/Languages/Locations.php:94
1877
+ msgid "Austria"
1878
  msgstr ""
1879
 
1880
+ #: src/Tribe/Languages/Locations.php:95
1881
+ msgid "Azerbaijan"
1882
  msgstr ""
1883
 
1884
+ #: src/Tribe/Languages/Locations.php:96
1885
+ msgid "Bahamas"
1886
  msgstr ""
1887
 
1888
+ #: src/Tribe/Languages/Locations.php:97
1889
+ msgid "Bahrain"
1890
  msgstr ""
1891
 
1892
+ #: src/Tribe/Languages/Locations.php:98
1893
+ msgid "Bangladesh"
1894
  msgstr ""
1895
 
1896
+ #: src/Tribe/Languages/Locations.php:99
1897
+ msgid "Barbados"
1898
  msgstr ""
1899
 
1900
+ #: src/Tribe/Languages/Locations.php:100
1901
+ msgid "Belarus"
1902
  msgstr ""
1903
 
1904
+ #: src/Tribe/Languages/Locations.php:101
1905
+ msgid "Belgium"
1906
  msgstr ""
1907
 
1908
+ #: src/Tribe/Languages/Locations.php:102
1909
+ msgid "Belize"
1910
  msgstr ""
1911
 
1912
+ #: src/Tribe/Languages/Locations.php:103
1913
+ msgid "Benin"
1914
  msgstr ""
1915
 
1916
+ #: src/Tribe/Languages/Locations.php:104
1917
+ msgid "Bermuda"
1918
  msgstr ""
1919
 
1920
+ #: src/Tribe/Languages/Locations.php:105
1921
+ msgid "Bhutan"
1922
  msgstr ""
1923
 
1924
+ #: src/Tribe/Languages/Locations.php:106
1925
+ msgid "Bolivia"
1926
  msgstr ""
1927
 
1928
+ #: src/Tribe/Languages/Locations.php:107
1929
+ msgid "Bosnia and Herzegovina"
1930
  msgstr ""
1931
 
1932
+ #: src/Tribe/Languages/Locations.php:108
1933
+ msgid "Botswana"
1934
  msgstr ""
1935
 
1936
+ #: src/Tribe/Languages/Locations.php:109
1937
+ msgid "Bouvet Island"
1938
  msgstr ""
1939
 
1940
+ #: src/Tribe/Languages/Locations.php:110
1941
+ msgid "Brazil"
1942
  msgstr ""
1943
 
1944
+ #: src/Tribe/Languages/Locations.php:111
1945
+ msgid "British Indian Ocean Territory"
1946
  msgstr ""
1947
 
1948
+ #: src/Tribe/Languages/Locations.php:112
1949
+ msgid "Brunei Darussalam"
1950
  msgstr ""
1951
 
1952
+ #: src/Tribe/Languages/Locations.php:113
1953
+ msgid "Bulgaria"
1954
  msgstr ""
1955
 
1956
+ #: src/Tribe/Languages/Locations.php:114
1957
+ msgid "Burkina Faso"
1958
  msgstr ""
1959
 
1960
+ #: src/Tribe/Languages/Locations.php:115
1961
+ msgid "Burundi"
1962
  msgstr ""
1963
 
1964
+ #: src/Tribe/Languages/Locations.php:116
1965
+ msgid "Cambodia"
1966
  msgstr ""
1967
 
1968
+ #: src/Tribe/Languages/Locations.php:117
1969
+ msgid "Cameroon"
1970
  msgstr ""
1971
 
1972
+ #: src/Tribe/Languages/Locations.php:118
1973
+ msgid "Canada"
1974
  msgstr ""
1975
 
1976
+ #: src/Tribe/Languages/Locations.php:119
1977
+ msgid "Cape Verde"
1978
  msgstr ""
1979
 
1980
+ #: src/Tribe/Languages/Locations.php:120
1981
+ msgid "Cayman Islands"
1982
  msgstr ""
1983
 
1984
+ #: src/Tribe/Languages/Locations.php:121
1985
+ msgid "Central African Republic"
 
 
 
 
1986
  msgstr ""
1987
 
1988
+ #: src/Tribe/Languages/Locations.php:122
1989
+ msgid "Chad"
1990
  msgstr ""
1991
 
1992
+ #: src/Tribe/Languages/Locations.php:123
1993
+ msgid "Chile"
1994
  msgstr ""
1995
 
1996
+ #: src/Tribe/Languages/Locations.php:124
1997
+ msgid "China"
1998
  msgstr ""
1999
 
2000
+ #: src/Tribe/Languages/Locations.php:125
2001
+ msgid "Christmas Island"
2002
  msgstr ""
2003
 
2004
+ #: src/Tribe/Languages/Locations.php:126
2005
+ msgid "Cocos (Keeling) Islands"
2006
  msgstr ""
2007
 
2008
+ #: src/Tribe/Languages/Locations.php:127
2009
+ msgid "Collectivity of Saint Martin"
2010
  msgstr ""
2011
 
2012
+ #: src/Tribe/Languages/Locations.php:128
2013
+ msgid "Colombia"
2014
  msgstr ""
2015
 
2016
+ #: src/Tribe/Languages/Locations.php:129
2017
+ msgid "Comoros"
2018
  msgstr ""
2019
 
2020
+ #: src/Tribe/Languages/Locations.php:130
2021
+ msgid "Congo"
2022
  msgstr ""
2023
 
2024
+ #: src/Tribe/Languages/Locations.php:131
2025
+ msgid "Congo, Democratic Republic of the"
2026
  msgstr ""
2027
 
2028
+ #: src/Tribe/Languages/Locations.php:132
2029
+ msgid "Cook Islands"
2030
  msgstr ""
2031
 
2032
+ #: src/Tribe/Languages/Locations.php:133
2033
+ msgid "Costa Rica"
2034
  msgstr ""
2035
 
2036
+ #: src/Tribe/Languages/Locations.php:134
2037
+ msgid "C&ocirc;te d'Ivoire"
2038
  msgstr ""
2039
 
2040
+ #: src/Tribe/Languages/Locations.php:135
2041
+ msgid "Croatia (Local Name: Hrvatska)"
2042
  msgstr ""
2043
 
2044
+ #: src/Tribe/Languages/Locations.php:136
2045
+ msgid "Cuba"
2046
  msgstr ""
2047
 
2048
+ #: src/Tribe/Languages/Locations.php:137
2049
+ msgid "Cura&ccedil;ao"
2050
  msgstr ""
2051
 
2052
+ #: src/Tribe/Languages/Locations.php:138
2053
+ msgid "Cyprus"
2054
  msgstr ""
2055
 
2056
+ #: src/Tribe/Languages/Locations.php:139
2057
+ msgid "Czech Republic"
2058
  msgstr ""
2059
 
2060
+ #: src/Tribe/Languages/Locations.php:140
2061
+ msgid "Denmark"
2062
  msgstr ""
2063
 
2064
+ #: src/Tribe/Languages/Locations.php:141
2065
+ msgid "Djibouti"
2066
  msgstr ""
2067
 
2068
+ #: src/Tribe/Languages/Locations.php:142
2069
+ msgid "Dominica"
2070
  msgstr ""
2071
 
2072
+ #: src/Tribe/Languages/Locations.php:143
2073
+ msgid "Dominican Republic"
2074
  msgstr ""
2075
 
2076
+ #: src/Tribe/Languages/Locations.php:144
2077
+ msgid "East Timor"
2078
  msgstr ""
2079
 
2080
+ #: src/Tribe/Languages/Locations.php:145
2081
+ msgid "Ecuador"
2082
  msgstr ""
2083
 
2084
+ #: src/Tribe/Languages/Locations.php:146
2085
+ msgid "Egypt"
2086
  msgstr ""
2087
 
2088
+ #: src/Tribe/Languages/Locations.php:147
2089
+ msgid "El Salvador"
2090
  msgstr ""
2091
 
2092
+ #: src/Tribe/Languages/Locations.php:148
2093
+ msgid "Equatorial Guinea"
2094
  msgstr ""
2095
 
2096
+ #: src/Tribe/Languages/Locations.php:149
2097
+ msgid "Eritrea"
2098
  msgstr ""
2099
 
2100
+ #: src/Tribe/Languages/Locations.php:150
2101
+ msgid "Estonia"
2102
  msgstr ""
2103
 
2104
+ #: src/Tribe/Languages/Locations.php:151
2105
+ msgid "Ethiopia"
2106
  msgstr ""
2107
 
2108
+ #: src/Tribe/Languages/Locations.php:152
2109
+ msgid "Falkland Islands (Malvinas)"
2110
  msgstr ""
2111
 
2112
+ #: src/Tribe/Languages/Locations.php:153
2113
+ msgid "Faroe Islands"
 
2114
  msgstr ""
2115
 
2116
+ #: src/Tribe/Languages/Locations.php:154
2117
+ msgid "Fiji"
2118
  msgstr ""
2119
 
2120
+ #: src/Tribe/Languages/Locations.php:155
2121
+ msgid "Finland"
2122
  msgstr ""
2123
 
2124
+ #: src/Tribe/Languages/Locations.php:156
2125
+ msgid "France"
2126
  msgstr ""
2127
 
2128
+ #: src/Tribe/Languages/Locations.php:157
2129
+ msgid "French Guiana"
2130
  msgstr ""
2131
 
2132
+ #: src/Tribe/Languages/Locations.php:158
2133
+ msgid "French Polynesia"
2134
  msgstr ""
2135
 
2136
+ #: src/Tribe/Languages/Locations.php:159
2137
+ msgid "French Southern Territories"
2138
  msgstr ""
2139
 
2140
+ #: src/Tribe/Languages/Locations.php:160
2141
+ msgid "Gabon"
2142
  msgstr ""
2143
 
2144
+ #: src/Tribe/Languages/Locations.php:161
2145
+ msgid "Gambia"
2146
  msgstr ""
2147
 
2148
+ #: src/Tribe/Languages/Locations.php:162
2149
+ msgctxt "The country"
2150
+ msgid "Georgia"
2151
  msgstr ""
2152
 
2153
+ #: src/Tribe/Languages/Locations.php:163
2154
+ msgid "Germany"
2155
  msgstr ""
2156
 
2157
+ #: src/Tribe/Languages/Locations.php:164
2158
+ msgid "Ghana"
2159
  msgstr ""
2160
 
2161
+ #: src/Tribe/Languages/Locations.php:165
2162
+ msgid "Gibraltar"
2163
  msgstr ""
2164
 
2165
+ #: src/Tribe/Languages/Locations.php:166
2166
+ msgid "Greece"
2167
  msgstr ""
2168
 
2169
+ #: src/Tribe/Languages/Locations.php:167
2170
+ msgid "Greenland"
2171
  msgstr ""
2172
 
2173
+ #: src/Tribe/Languages/Locations.php:168
2174
+ msgid "Grenada"
2175
  msgstr ""
2176
 
2177
+ #: src/Tribe/Languages/Locations.php:169
2178
+ msgid "Guadeloupe"
2179
  msgstr ""
2180
 
2181
+ #: src/Tribe/Languages/Locations.php:170
2182
+ msgid "Guam"
2183
  msgstr ""
2184
 
2185
+ #: src/Tribe/Languages/Locations.php:171
2186
+ msgid "Guatemala"
2187
  msgstr ""
2188
 
2189
+ #: src/Tribe/Languages/Locations.php:172
2190
+ msgid "Guinea"
2191
  msgstr ""
2192
 
2193
+ #: src/Tribe/Languages/Locations.php:173
2194
+ msgid "Guinea-Bissau"
2195
  msgstr ""
2196
 
2197
+ #: src/Tribe/Languages/Locations.php:174
2198
+ msgid "Guyana"
2199
  msgstr ""
2200
 
2201
+ #: src/Tribe/Languages/Locations.php:175
2202
+ msgid "Haiti"
2203
  msgstr ""
2204
 
2205
+ #: src/Tribe/Languages/Locations.php:176
2206
+ msgid "Heard and McDonald Islands"
2207
  msgstr ""
2208
 
2209
+ #: src/Tribe/Languages/Locations.php:177
2210
+ msgid "Holy See (Vatican City State)"
2211
  msgstr ""
2212
 
2213
+ #: src/Tribe/Languages/Locations.php:178
2214
+ msgid "Honduras"
2215
  msgstr ""
2216
 
2217
+ #: src/Tribe/Languages/Locations.php:179
2218
+ msgid "Hong Kong"
2219
  msgstr ""
2220
 
2221
+ #: src/Tribe/Languages/Locations.php:180
2222
+ msgid "Hungary"
2223
  msgstr ""
2224
 
2225
+ #: src/Tribe/Languages/Locations.php:181
2226
+ msgid "Iceland"
2227
  msgstr ""
2228
 
2229
+ #: src/Tribe/Languages/Locations.php:182
2230
+ msgid "India"
2231
  msgstr ""
2232
 
2233
+ #: src/Tribe/Languages/Locations.php:183
2234
+ msgid "Indonesia"
2235
  msgstr ""
2236
 
2237
+ #: src/Tribe/Languages/Locations.php:184
2238
+ msgid "Iran, Islamic Republic of"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2239
  msgstr ""
2240
 
2241
+ #: src/Tribe/Languages/Locations.php:185
2242
+ msgid "Iraq"
2243
  msgstr ""
2244
 
2245
+ #: src/Tribe/Languages/Locations.php:186
2246
+ msgid "Ireland"
2247
  msgstr ""
2248
 
2249
+ #: src/Tribe/Languages/Locations.php:187
2250
+ msgid "Israel"
2251
  msgstr ""
2252
 
2253
+ #: src/Tribe/Languages/Locations.php:188
2254
+ msgid "Italy"
2255
  msgstr ""
2256
 
2257
+ #: src/Tribe/Languages/Locations.php:189
2258
+ msgid "Jamaica"
2259
  msgstr ""
2260
 
2261
+ #: src/Tribe/Languages/Locations.php:190
2262
+ msgid "Japan"
2263
  msgstr ""
2264
 
2265
+ #: src/Tribe/Languages/Locations.php:191
2266
+ msgid "Jordan"
2267
  msgstr ""
2268
 
2269
+ #: src/Tribe/Languages/Locations.php:192
2270
+ msgid "Kazakhstan"
2271
  msgstr ""
2272
 
2273
+ #: src/Tribe/Languages/Locations.php:193
2274
+ msgid "Kenya"
2275
  msgstr ""
2276
 
2277
+ #: src/Tribe/Languages/Locations.php:194
2278
+ msgid "Kiribati"
2279
  msgstr ""
2280
 
2281
+ #: src/Tribe/Languages/Locations.php:195
2282
+ msgid "Korea, Democratic People's Republic of"
2283
  msgstr ""
2284
 
2285
+ #: src/Tribe/Languages/Locations.php:196
2286
+ msgid "Korea, Republic of"
2287
  msgstr ""
2288
 
2289
+ #: src/Tribe/Languages/Locations.php:197
2290
+ msgid "Kuwait"
2291
  msgstr ""
2292
 
2293
+ #: src/Tribe/Languages/Locations.php:198
2294
+ msgid "Kyrgyzstan"
2295
  msgstr ""
2296
 
2297
+ #: src/Tribe/Languages/Locations.php:199
2298
+ msgid "Lao People's Democratic Republic"
2299
  msgstr ""
2300
 
2301
+ #: src/Tribe/Languages/Locations.php:200
2302
+ msgid "Latvia"
2303
  msgstr ""
2304
 
2305
+ #: src/Tribe/Languages/Locations.php:201
2306
+ msgid "Lebanon"
2307
  msgstr ""
2308
 
2309
+ #: src/Tribe/Languages/Locations.php:202
2310
+ msgid "Lesotho"
2311
  msgstr ""
2312
 
2313
+ #: src/Tribe/Languages/Locations.php:203
2314
+ msgid "Liberia"
2315
  msgstr ""
2316
 
2317
+ #: src/Tribe/Languages/Locations.php:204
2318
+ msgid "Libya"
2319
  msgstr ""
2320
 
2321
+ #: src/Tribe/Languages/Locations.php:205
2322
+ msgid "Liechtenstein"
2323
  msgstr ""
2324
 
2325
+ #: src/Tribe/Languages/Locations.php:206
2326
+ msgid "Lithuania"
2327
  msgstr ""
2328
 
2329
+ #: src/Tribe/Languages/Locations.php:207
2330
+ msgid "Luxembourg"
2331
  msgstr ""
2332
 
2333
+ #: src/Tribe/Languages/Locations.php:208
2334
+ msgid "Macau"
2335
  msgstr ""
2336
 
2337
+ #: src/Tribe/Languages/Locations.php:209
2338
+ msgid "Madagascar"
2339
  msgstr ""
2340
 
2341
+ #: src/Tribe/Languages/Locations.php:210
2342
+ msgid "Malawi"
2343
  msgstr ""
2344
 
2345
+ #: src/Tribe/Languages/Locations.php:211
2346
+ msgid "Malaysia"
 
 
2347
  msgstr ""
2348
 
2349
+ #: src/Tribe/Languages/Locations.php:212
2350
+ msgid "Maldives"
 
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Languages/Locations.php:213
2354
+ msgid "Mali"
2355
  msgstr ""
2356
 
2357
+ #: src/Tribe/Languages/Locations.php:214
2358
+ msgid "Malta"
2359
  msgstr ""
2360
 
2361
+ #: src/Tribe/Languages/Locations.php:215
2362
+ msgid "Marshall Islands"
 
2363
  msgstr ""
2364
 
2365
+ #: src/Tribe/Languages/Locations.php:216
2366
+ msgid "Martinique"
2367
  msgstr ""
2368
 
2369
+ #: src/Tribe/Languages/Locations.php:217
2370
+ msgid "Mauritania"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Languages/Locations.php:218
2374
+ msgid "Mauritius"
 
2375
  msgstr ""
2376
 
2377
+ #: src/Tribe/Languages/Locations.php:219
2378
+ msgid "Mayotte"
2379
  msgstr ""
2380
 
2381
+ #: src/Tribe/Languages/Locations.php:220
2382
+ msgid "Mexico"
2383
  msgstr ""
2384
 
2385
+ #: src/Tribe/Languages/Locations.php:221
2386
+ msgid "Micronesia, Federated States of"
2387
  msgstr ""
2388
 
2389
+ #: src/Tribe/Languages/Locations.php:222
2390
+ msgid "Moldova, Republic of"
2391
  msgstr ""
2392
 
2393
+ #: src/Tribe/Languages/Locations.php:223
2394
+ msgid "Monaco"
2395
  msgstr ""
2396
 
2397
+ #: src/Tribe/Languages/Locations.php:224
2398
+ msgid "Mongolia"
2399
  msgstr ""
2400
 
2401
+ #: src/Tribe/Languages/Locations.php:225
2402
+ msgid "Montenegro"
2403
  msgstr ""
2404
 
2405
+ #: src/Tribe/Languages/Locations.php:226
2406
+ msgid "Montserrat"
 
 
2407
  msgstr ""
2408
 
2409
+ #: src/Tribe/Languages/Locations.php:227
2410
+ msgid "Morocco"
 
 
2411
  msgstr ""
2412
 
2413
+ #: src/Tribe/Languages/Locations.php:228
2414
+ msgid "Mozambique"
2415
  msgstr ""
2416
 
2417
+ #: src/Tribe/Languages/Locations.php:229
2418
+ msgid "Myanmar"
2419
  msgstr ""
2420
 
2421
+ #: src/Tribe/Languages/Locations.php:230
2422
+ msgid "Namibia"
2423
  msgstr ""
2424
 
2425
+ #: src/Tribe/Languages/Locations.php:231
2426
+ msgid "Nauru"
2427
  msgstr ""
2428
 
2429
+ #: src/Tribe/Languages/Locations.php:232
2430
+ msgid "Nepal"
2431
  msgstr ""
2432
+
2433
+ #: src/Tribe/Languages/Locations.php:233
2434
+ msgid "Netherlands"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2435
  msgstr ""
2436
 
2437
+ #: src/Tribe/Languages/Locations.php:234
2438
+ msgid "New Caledonia"
 
2439
  msgstr ""
2440
 
2441
+ #: src/Tribe/Languages/Locations.php:235
2442
+ msgid "New Zealand"
 
 
 
2443
  msgstr ""
2444
 
2445
+ #: src/Tribe/Languages/Locations.php:236
2446
+ msgid "Nicaragua"
 
 
2447
  msgstr ""
2448
 
2449
+ #: src/Tribe/Languages/Locations.php:237
2450
+ msgid "Niger"
2451
  msgstr ""
2452
 
2453
+ #: src/Tribe/Languages/Locations.php:238
2454
+ msgid "Nigeria"
2455
  msgstr ""
2456
 
2457
+ #: src/Tribe/Languages/Locations.php:239
2458
+ msgid "Niue"
2459
  msgstr ""
2460
 
2461
+ #: src/Tribe/Languages/Locations.php:240
2462
+ msgid "Norfolk Island"
2463
  msgstr ""
2464
 
2465
+ #: src/Tribe/Languages/Locations.php:241
2466
+ msgid "North Macedonia"
2467
  msgstr ""
2468
 
2469
+ #: src/Tribe/Languages/Locations.php:242
2470
+ msgid "Northern Mariana Islands"
2471
  msgstr ""
2472
 
2473
+ #: src/Tribe/Languages/Locations.php:243
2474
+ msgid "Norway"
2475
  msgstr ""
2476
 
2477
+ #: src/Tribe/Languages/Locations.php:244
2478
+ msgid "Oman"
2479
  msgstr ""
2480
 
2481
+ #: src/Tribe/Languages/Locations.php:245
2482
+ msgid "Pakistan"
2483
  msgstr ""
2484
 
2485
+ #: src/Tribe/Languages/Locations.php:246
2486
+ msgid "Palau"
2487
  msgstr ""
2488
 
2489
+ #: src/Tribe/Languages/Locations.php:247
2490
+ msgid "Panama"
2491
  msgstr ""
2492
 
2493
+ #: src/Tribe/Languages/Locations.php:248
2494
+ msgid "Papua New Guinea"
2495
  msgstr ""
2496
 
2497
+ #: src/Tribe/Languages/Locations.php:249
2498
+ msgid "Paraguay"
2499
  msgstr ""
2500
 
2501
+ #: src/Tribe/Languages/Locations.php:250
2502
+ msgid "Peru"
2503
  msgstr ""
2504
 
2505
+ #: src/Tribe/Languages/Locations.php:251
2506
+ msgid "Philippines"
2507
  msgstr ""
2508
 
2509
+ #: src/Tribe/Languages/Locations.php:252
2510
+ msgid "Pitcairn"
2511
  msgstr ""
2512
 
2513
+ #: src/Tribe/Languages/Locations.php:253
2514
+ msgid "Poland"
 
2515
  msgstr ""
2516
 
2517
+ #: src/Tribe/Languages/Locations.php:254
2518
+ msgid "Portugal"
2519
  msgstr ""
2520
 
2521
+ #: src/Tribe/Languages/Locations.php:255
2522
+ msgid "Puerto Rico"
2523
  msgstr ""
2524
 
2525
+ #: src/Tribe/Languages/Locations.php:256
2526
+ msgid "Qatar"
2527
  msgstr ""
2528
 
2529
+ #: src/Tribe/Languages/Locations.php:257
2530
+ msgid "Reunion"
2531
  msgstr ""
2532
 
2533
+ #: src/Tribe/Languages/Locations.php:258
2534
+ msgid "Romania"
2535
  msgstr ""
2536
 
2537
+ #: src/Tribe/Languages/Locations.php:259
2538
+ msgid "Russian Federation"
2539
  msgstr ""
2540
 
2541
+ #: src/Tribe/Languages/Locations.php:260
2542
+ msgid "Rwanda"
2543
  msgstr ""
2544
 
2545
+ #: src/Tribe/Languages/Locations.php:261
2546
+ msgid "Saint Barth&eacute;lemy"
2547
  msgstr ""
2548
 
2549
+ #: src/Tribe/Languages/Locations.php:262
2550
+ msgid "Saint Helena"
2551
  msgstr ""
2552
 
2553
+ #: src/Tribe/Languages/Locations.php:263
2554
+ msgid "Saint Kitts and Nevis"
2555
  msgstr ""
2556
 
2557
+ #: src/Tribe/Languages/Locations.php:264
2558
+ msgid "Saint Lucia"
2559
  msgstr ""
2560
 
2561
+ #: src/Tribe/Languages/Locations.php:265
2562
+ msgid "Saint Pierre and Miquelon"
2563
  msgstr ""
2564
 
2565
+ #: src/Tribe/Languages/Locations.php:266
2566
+ msgid "Saint Vincent and The Grenadines"
 
 
2567
  msgstr ""
2568
 
2569
+ #: src/Tribe/Languages/Locations.php:267
2570
+ msgid "Samoa"
2571
  msgstr ""
2572
 
2573
+ #: src/Tribe/Languages/Locations.php:268
2574
+ msgid "San Marino"
2575
  msgstr ""
2576
 
2577
+ #: src/Tribe/Languages/Locations.php:269
2578
+ msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
2579
  msgstr ""
2580
 
2581
+ #: src/Tribe/Languages/Locations.php:270
2582
+ msgid "Saudi Arabia"
2583
  msgstr ""
2584
 
2585
+ #: src/Tribe/Languages/Locations.php:271
2586
+ msgid "Senegal"
2587
  msgstr ""
2588
 
2589
+ #: src/Tribe/Languages/Locations.php:272
2590
+ msgid "Serbia"
2591
  msgstr ""
2592
 
2593
+ #: src/Tribe/Languages/Locations.php:273
2594
+ msgid "Seychelles"
2595
  msgstr ""
2596
 
2597
+ #: src/Tribe/Languages/Locations.php:274
2598
+ msgid "Sierra Leone"
 
 
2599
  msgstr ""
2600
 
2601
+ #: src/Tribe/Languages/Locations.php:275
2602
+ msgid "Singapore"
2603
  msgstr ""
2604
 
2605
+ #: src/Tribe/Languages/Locations.php:276
2606
+ msgid "Sint Maarten"
2607
  msgstr ""
2608
 
2609
+ #: src/Tribe/Languages/Locations.php:277
2610
+ msgid "Slovakia (Slovak Republic)"
2611
  msgstr ""
2612
 
2613
+ #: src/Tribe/Languages/Locations.php:278
2614
+ msgid "Slovenia"
2615
  msgstr ""
2616
 
2617
+ #: src/Tribe/Languages/Locations.php:279
2618
+ msgid "Solomon Islands"
2619
  msgstr ""
2620
 
2621
+ #: src/Tribe/Languages/Locations.php:280
2622
+ msgid "Somalia"
2623
  msgstr ""
2624
 
2625
+ #: src/Tribe/Languages/Locations.php:281
2626
+ msgid "South Africa"
2627
  msgstr ""
2628
 
2629
+ #: src/Tribe/Languages/Locations.php:282
2630
+ msgid "South Georgia, South Sandwich Islands"
2631
  msgstr ""
2632
 
2633
+ #: src/Tribe/Languages/Locations.php:283
2634
+ msgid "Spain"
2635
  msgstr ""
2636
 
2637
+ #: src/Tribe/Languages/Locations.php:284
2638
+ msgid "Sri Lanka"
2639
  msgstr ""
2640
 
2641
+ #: src/Tribe/Languages/Locations.php:285
2642
+ msgid "Sudan"
2643
  msgstr ""
2644
 
2645
+ #: src/Tribe/Languages/Locations.php:286
2646
+ msgid "Suriname"
 
2647
  msgstr ""
2648
 
2649
+ #: src/Tribe/Languages/Locations.php:287
2650
+ msgid "Svalbard and Jan Mayen Islands"
2651
  msgstr ""
2652
 
2653
+ #: src/Tribe/Languages/Locations.php:288
2654
+ msgid "Swaziland"
2655
  msgstr ""
2656
 
2657
+ #: src/Tribe/Languages/Locations.php:289
2658
+ msgid "Sweden"
2659
  msgstr ""
2660
 
2661
+ #: src/Tribe/Languages/Locations.php:290
2662
+ msgid "Switzerland"
2663
  msgstr ""
2664
 
2665
+ #: src/Tribe/Languages/Locations.php:291
2666
+ msgid "Syrian Arab Republic"
 
2667
  msgstr ""
2668
 
2669
+ #: src/Tribe/Languages/Locations.php:292
2670
+ msgid "Taiwan"
2671
  msgstr ""
2672
 
2673
+ #: src/Tribe/Languages/Locations.php:293
2674
+ msgid "Tajikistan"
 
2675
  msgstr ""
2676
 
2677
+ #: src/Tribe/Languages/Locations.php:294
2678
+ msgid "Tanzania, United Republic of"
2679
  msgstr ""
2680
 
2681
+ #: src/Tribe/Languages/Locations.php:295
2682
+ msgid "Thailand"
2683
  msgstr ""
2684
 
2685
+ #: src/Tribe/Languages/Locations.php:296
2686
+ msgid "Togo"
2687
  msgstr ""
2688
 
2689
+ #: src/Tribe/Languages/Locations.php:297
2690
+ msgid "Tokelau"
2691
  msgstr ""
2692
 
2693
+ #: src/Tribe/Languages/Locations.php:298
2694
+ msgid "Tonga"
2695
  msgstr ""
2696
 
2697
+ #: src/Tribe/Languages/Locations.php:299
2698
+ msgid "Trinidad and Tobago"
2699
  msgstr ""
2700
 
2701
+ #: src/Tribe/Languages/Locations.php:300
2702
+ msgid "Tunisia"
2703
  msgstr ""
2704
 
2705
+ #: src/Tribe/Languages/Locations.php:301
2706
+ msgid "Turkey"
2707
  msgstr ""
2708
 
2709
+ #: src/Tribe/Languages/Locations.php:302
2710
+ msgid "Turkmenistan"
2711
  msgstr ""
2712
 
2713
+ #: src/Tribe/Languages/Locations.php:303
2714
+ msgid "Turks and Caicos Islands"
2715
  msgstr ""
2716
 
2717
+ #: src/Tribe/Languages/Locations.php:304
2718
+ msgid "Tuvalu"
2719
  msgstr ""
2720
 
2721
+ #: src/Tribe/Languages/Locations.php:305
2722
+ msgid "Uganda"
 
 
2723
  msgstr ""
2724
 
2725
+ #: src/Tribe/Languages/Locations.php:306
2726
+ msgid "Ukraine"
2727
  msgstr ""
2728
 
2729
+ #: src/Tribe/Languages/Locations.php:307
2730
+ msgid "United Arab Emirates"
2731
  msgstr ""
2732
 
2733
+ #: src/Tribe/Languages/Locations.php:308
2734
+ msgid "United Kingdom"
2735
  msgstr ""
2736
 
2737
+ #: src/Tribe/Languages/Locations.php:309
2738
+ msgid "United States Minor Outlying Islands"
2739
  msgstr ""
2740
 
2741
+ #: src/Tribe/Languages/Locations.php:310
2742
+ msgid "Uruguay"
2743
  msgstr ""
2744
 
2745
+ #: src/Tribe/Languages/Locations.php:311
2746
+ msgid "Uzbekistan"
2747
  msgstr ""
2748
 
2749
+ #: src/Tribe/Languages/Locations.php:312
2750
+ msgid "Vanuatu"
2751
  msgstr ""
2752
 
2753
+ #: src/Tribe/Languages/Locations.php:313
2754
+ msgid "Venezuela"
 
2755
  msgstr ""
2756
 
2757
+ #: src/Tribe/Languages/Locations.php:314
2758
+ msgid "Viet Nam"
2759
  msgstr ""
2760
 
2761
+ #: src/Tribe/Languages/Locations.php:315
2762
+ msgid "Virgin Islands (British)"
2763
  msgstr ""
2764
 
2765
+ #: src/Tribe/Languages/Locations.php:316
2766
+ msgid "Virgin Islands (U.S.)"
2767
  msgstr ""
2768
 
2769
+ #: src/Tribe/Languages/Locations.php:317
2770
+ msgid "Wallis and Futuna Islands"
2771
  msgstr ""
2772
 
2773
+ #: src/Tribe/Languages/Locations.php:318
2774
+ msgid "Western Sahara"
2775
  msgstr ""
2776
 
2777
+ #: src/Tribe/Languages/Locations.php:319
2778
+ msgid "Yemen"
2779
  msgstr ""
2780
 
2781
+ #: src/Tribe/Languages/Locations.php:320
2782
+ msgid "Zambia"
2783
  msgstr ""
2784
 
2785
+ #: src/Tribe/Languages/Locations.php:321
2786
+ msgid "Zimbabwe"
 
 
 
 
 
 
 
 
2787
  msgstr ""
2788
 
2789
+ #: src/Tribe/Languages/Locations.php:348
2790
+ msgid "Alabama"
 
2791
  msgstr ""
2792
 
2793
+ #: src/Tribe/Languages/Locations.php:349
2794
+ msgid "Alaska"
2795
  msgstr ""
2796
 
2797
+ #: src/Tribe/Languages/Locations.php:350
2798
+ msgid "Arizona"
2799
  msgstr ""
2800
 
2801
+ #: src/Tribe/Languages/Locations.php:351
2802
+ msgid "Arkansas"
2803
  msgstr ""
2804
 
2805
+ #: src/Tribe/Languages/Locations.php:352
2806
+ msgid "California"
2807
  msgstr ""
2808
 
2809
+ #: src/Tribe/Languages/Locations.php:353
2810
+ msgid "Colorado"
2811
  msgstr ""
2812
 
2813
+ #: src/Tribe/Languages/Locations.php:354
2814
+ msgid "Connecticut"
2815
  msgstr ""
2816
 
2817
+ #: src/Tribe/Languages/Locations.php:355
2818
+ msgid "Delaware"
2819
  msgstr ""
2820
 
2821
+ #: src/Tribe/Languages/Locations.php:356
2822
+ msgid "District of Columbia"
 
 
2823
  msgstr ""
2824
 
2825
+ #: src/Tribe/Languages/Locations.php:357
2826
+ msgid "Florida"
2827
  msgstr ""
2828
 
2829
+ #: src/Tribe/Languages/Locations.php:358
2830
+ msgctxt "The US state Georgia"
2831
+ msgid "Georgia"
2832
  msgstr ""
2833
 
2834
+ #: src/Tribe/Languages/Locations.php:359
2835
+ msgid "Hawaii"
 
 
2836
  msgstr ""
2837
 
2838
+ #: src/Tribe/Languages/Locations.php:360
2839
+ msgid "Idaho"
 
 
2840
  msgstr ""
2841
 
2842
+ #: src/Tribe/Languages/Locations.php:361
2843
+ msgid "Illinois"
 
 
 
2844
  msgstr ""
2845
 
2846
+ #: src/Tribe/Languages/Locations.php:362
2847
+ msgid "Indiana"
2848
  msgstr ""
2849
 
2850
+ #: src/Tribe/Languages/Locations.php:363
2851
+ msgid "Iowa"
2852
  msgstr ""
2853
 
2854
+ #: src/Tribe/Languages/Locations.php:364
2855
+ msgid "Kansas"
2856
  msgstr ""
2857
 
2858
+ #: src/Tribe/Languages/Locations.php:365
2859
+ msgid "Kentucky"
2860
  msgstr ""
2861
 
2862
+ #: src/Tribe/Languages/Locations.php:366
2863
+ msgid "Louisiana"
 
2864
  msgstr ""
2865
 
2866
+ #: src/Tribe/Languages/Locations.php:367
2867
+ msgid "Maine"
2868
  msgstr ""
2869
 
2870
+ #: src/Tribe/Languages/Locations.php:368
2871
+ msgid "Maryland"
 
2872
  msgstr ""
2873
 
2874
+ #: src/Tribe/Languages/Locations.php:369
2875
+ msgid "Massachusetts"
2876
  msgstr ""
2877
 
2878
+ #: src/Tribe/Languages/Locations.php:370
2879
+ msgid "Michigan"
2880
  msgstr ""
2881
 
2882
+ #: src/Tribe/Languages/Locations.php:371
2883
+ msgid "Minnesota"
2884
  msgstr ""
2885
 
2886
+ #: src/Tribe/Languages/Locations.php:372
2887
+ msgid "Mississippi"
2888
  msgstr ""
2889
 
2890
+ #: src/Tribe/Languages/Locations.php:373
2891
+ msgid "Missouri"
2892
  msgstr ""
2893
 
2894
+ #: src/Tribe/Languages/Locations.php:374
2895
+ msgid "Montana"
2896
  msgstr ""
2897
 
2898
+ #: src/Tribe/Languages/Locations.php:375
2899
+ msgid "Nebraska"
2900
  msgstr ""
2901
 
2902
+ #: src/Tribe/Languages/Locations.php:376
2903
+ msgid "Nevada"
2904
  msgstr ""
2905
 
2906
+ #: src/Tribe/Languages/Locations.php:377
2907
+ msgid "New Hampshire"
2908
  msgstr ""
2909
 
2910
+ #: src/Tribe/Languages/Locations.php:378
2911
+ msgid "New Jersey"
 
2912
  msgstr ""
2913
 
2914
+ #: src/Tribe/Languages/Locations.php:379
2915
+ msgid "New Mexico"
 
 
2916
  msgstr ""
2917
 
2918
+ #: src/Tribe/Languages/Locations.php:380
2919
+ msgid "New York"
2920
  msgstr ""
2921
 
2922
+ #: src/Tribe/Languages/Locations.php:381
2923
+ msgid "North Carolina"
2924
  msgstr ""
2925
 
2926
+ #: src/Tribe/Languages/Locations.php:382
2927
+ msgid "North Dakota"
2928
  msgstr ""
2929
 
2930
+ #: src/Tribe/Languages/Locations.php:383
2931
+ msgid "Ohio"
2932
  msgstr ""
2933
 
2934
+ #: src/Tribe/Languages/Locations.php:384
2935
+ msgid "Oklahoma"
 
2936
  msgstr ""
2937
 
2938
+ #: src/Tribe/Languages/Locations.php:385
2939
+ msgid "Oregon"
2940
  msgstr ""
2941
 
2942
+ #: src/Tribe/Languages/Locations.php:386
2943
+ msgid "Pennsylvania"
2944
  msgstr ""
2945
 
2946
+ #: src/Tribe/Languages/Locations.php:387
2947
+ msgid "Rhode Island"
2948
  msgstr ""
2949
 
2950
+ #: src/Tribe/Languages/Locations.php:388
2951
+ msgid "South Carolina"
 
 
2952
  msgstr ""
2953
 
2954
+ #: src/Tribe/Languages/Locations.php:389
2955
+ msgid "South Dakota"
2956
  msgstr ""
2957
 
2958
+ #: src/Tribe/Languages/Locations.php:390
2959
+ msgid "Tennessee"
2960
  msgstr ""
2961
 
2962
+ #: src/Tribe/Languages/Locations.php:391
2963
+ msgid "Texas"
2964
  msgstr ""
2965
 
2966
+ #: src/Tribe/Languages/Locations.php:392
2967
+ msgid "Utah"
2968
  msgstr ""
2969
 
2970
+ #: src/Tribe/Languages/Locations.php:393
2971
+ msgid "Vermont"
 
 
 
 
 
2972
  msgstr ""
2973
 
2974
+ #: src/Tribe/Languages/Locations.php:394
2975
+ msgid "Virginia"
2976
  msgstr ""
2977
 
2978
+ #: src/Tribe/Languages/Locations.php:395
2979
+ msgid "Washington"
2980
  msgstr ""
2981
 
2982
+ #: src/Tribe/Languages/Locations.php:396
2983
+ msgid "West Virginia"
2984
  msgstr ""
2985
 
2986
+ #: src/Tribe/Languages/Locations.php:397
2987
+ msgid "Wisconsin"
2988
  msgstr ""
2989
 
2990
+ #: src/Tribe/Languages/Locations.php:398
2991
+ msgid "Wyoming"
 
2992
  msgstr ""
2993
 
2994
+ #: src/Tribe/Log.php:288
2995
+ msgid "Cannot set %s as the current logging engine"
2996
  msgstr ""
2997
 
2998
+ #: src/Tribe/Log.php:387
2999
+ msgid "Disabled"
 
 
3000
  msgstr ""
3001
 
3002
+ #: src/Tribe/Log.php:388
3003
+ msgid "Only errors"
3004
  msgstr ""
3005
 
3006
+ #: src/Tribe/Log.php:389
3007
+ msgid "Warnings and errors"
 
3008
  msgstr ""
3009
 
3010
+ #: src/Tribe/Log.php:390
3011
+ msgid "Full debug (all events)"
 
3012
  msgstr ""
3013
 
3014
+ #: src/Tribe/Log/Action_Logger.php:39
3015
+ msgid "Action-based Logger"
3016
  msgstr ""
3017
 
3018
+ #: src/Tribe/Log/Action_Logger.php:84
3019
+ msgid "The Action Logger will dispatch any logging message using the \"tribe_log\" action writing, by default, to the PHP error log."
3020
  msgstr ""
3021
 
3022
+ #: src/Tribe/Log/Admin.php:146
3023
+ msgctxt "log selector"
3024
+ msgid "None currently available"
3025
  msgstr ""
3026
 
3027
+ #: src/Tribe/Log/Admin.php:161
3028
+ msgctxt "log engines"
3029
+ msgid "None currently available"
3030
  msgstr ""
3031
 
3032
+ #: src/Tribe/Log/File_Logger.php:128
3033
+ msgid "Default (uses temporary files)"
 
3034
  msgstr ""
3035
 
3036
+ #: src/Tribe/Log/Null_Logger.php:26
3037
+ msgid "Null logger (will log nothing)"
3038
  msgstr ""
3039
 
3040
+ #: src/Tribe/Main.php:383
3041
+ msgid ": activate to sort column ascending"
3042
  msgstr ""
3043
 
3044
+ #: src/Tribe/Main.php:384
3045
+ msgid ": activate to sort column descending"
3046
  msgstr ""
3047
 
3048
+ #: src/Tribe/Main.php:386
3049
+ msgid "Show _MENU_ entries"
 
 
3050
  msgstr ""
3051
 
3052
+ #: src/Tribe/Main.php:387
3053
+ msgid "No data available in table"
3054
  msgstr ""
3055
 
3056
+ #: src/Tribe/Main.php:388
3057
+ msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3058
  msgstr ""
3059
 
3060
+ #: src/Tribe/Main.php:389
3061
+ msgid "Showing 0 to 0 of 0 entries"
 
 
3062
  msgstr ""
3063
 
3064
+ #: src/Tribe/Main.php:390
3065
+ msgid "(filtered from _MAX_ total entries)"
3066
  msgstr ""
3067
 
3068
+ #: src/Tribe/Main.php:391
3069
+ msgid "No matching records found"
3070
  msgstr ""
3071
 
3072
+ #: src/Tribe/Main.php:392
3073
+ msgid "Search:"
3074
  msgstr ""
3075
 
3076
+ #: src/Tribe/Main.php:393
3077
+ msgid "All items on this page were selected. "
 
3078
  msgstr ""
3079
 
3080
+ #: src/Tribe/Main.php:394
3081
+ msgid "Select all pages"
 
 
3082
  msgstr ""
3083
 
3084
+ #: src/Tribe/Main.php:395
3085
+ msgid "Clear Selection."
3086
  msgstr ""
3087
 
3088
+ #: src/Tribe/Main.php:397
3089
+ msgid "All"
3090
  msgstr ""
3091
 
3092
+ #: src/Tribe/Main.php:398
3093
+ #: src/Tribe/Main.php:415
3094
+ msgid "Next"
3095
  msgstr ""
3096
 
3097
+ #: src/Tribe/Main.php:399
3098
+ msgid "Previous"
3099
  msgstr ""
3100
 
3101
+ #: src/Tribe/Main.php:404
3102
+ msgid ": Selected %d rows"
3103
  msgstr ""
3104
 
3105
+ #: src/Tribe/Main.php:405
3106
+ msgid ": Selected 1 row"
 
 
3107
  msgstr ""
3108
 
3109
+ #: src/Tribe/Main.php:416
3110
+ msgid "Prev"
 
3111
  msgstr ""
3112
 
3113
+ #: src/Tribe/Main.php:417
3114
+ #: src/Tribe/Main.php:419
3115
+ msgid "Today"
3116
  msgstr ""
3117
 
3118
+ #: src/Tribe/Main.php:418
3119
+ msgid "Done"
 
3120
  msgstr ""
3121
 
3122
+ #: src/Tribe/Main.php:420
3123
+ msgid "Clear"
 
3124
  msgstr ""
3125
 
3126
+ #: src/Tribe/Plugins.php:147
3127
+ msgid "Using this function before \"plugins_loaded\" action has fired can return unreliable results."
 
3128
  msgstr ""
3129
 
3130
+ #: src/Tribe/Plugins_API.php:30
3131
+ msgid "Our flagship free calendar"
 
3132
  msgstr ""
3133
 
3134
+ #: src/Tribe/Plugins_API.php:31
3135
+ #: src/Tribe/Plugins_API.php:71
3136
+ msgid "The #1 calendar for WordPress"
3137
  msgstr ""
3138
 
3139
+ #: src/Tribe/Plugins_API.php:33
3140
+ #: src/Tribe/Plugins_API.php:54
3141
+ msgid "Customizable"
3142
  msgstr ""
3143
 
3144
+ #: src/Tribe/Plugins_API.php:34
3145
+ msgid "Import & export events"
3146
  msgstr ""
3147
 
3148
+ #: src/Tribe/Plugins_API.php:35
3149
+ msgid "Timezone support"
3150
  msgstr ""
3151
 
3152
+ #: src/Tribe/Plugins_API.php:36
3153
+ msgid "Multiple views"
3154
  msgstr ""
3155
 
3156
+ #: src/Tribe/Plugins_API.php:50
3157
+ msgid "Automated imports for your calendar"
3158
  msgstr ""
3159
 
3160
+ #: src/Tribe/Plugins_API.php:51
3161
+ msgid "Import events from Meetup, Eventbrite, iCal, Google Calendar, and more."
3162
  msgstr ""
3163
 
3164
+ #: src/Tribe/Plugins_API.php:53
3165
+ msgid "Schedule automated imports"
3166
  msgstr ""
3167
 
3168
+ #: src/Tribe/Plugins_API.php:55
3169
+ msgid "Works with Google Calendar, Meetup, and more"
 
3170
  msgstr ""
3171
 
3172
+ #: src/Tribe/Plugins_API.php:56
3173
+ msgid "Refine by date, location, or keyword"
 
3174
  msgstr ""
3175
 
3176
+ #: src/Tribe/Plugins_API.php:65
3177
+ msgid "Events Calendar Pro"
 
3178
  msgstr ""
3179
 
3180
+ #: src/Tribe/Plugins_API.php:70
3181
+ msgid "Power up your calendar with Pro"
 
3182
  msgstr ""
3183
 
3184
+ #: src/Tribe/Plugins_API.php:73
3185
+ msgid "Premium support"
 
 
 
 
3186
  msgstr ""
3187
 
3188
+ #: src/Tribe/Plugins_API.php:74
3189
+ msgid "Recurring events & series"
 
3190
  msgstr ""
3191
 
3192
+ #: src/Tribe/Plugins_API.php:75
3193
+ msgid "Additional views"
 
3194
  msgstr ""
3195
 
3196
+ #: src/Tribe/Plugins_API.php:77
3197
+ msgid "Duplicate events"
 
 
 
 
3198
  msgstr ""
3199
 
3200
+ #: src/Tribe/Plugins_API.php:91
3201
+ msgid "Manage ticketing and RSVPs"
3202
  msgstr ""
3203
 
3204
+ #: src/Tribe/Plugins_API.php:92
3205
+ #: src/Tribe/Plugins_API.php:112
3206
+ msgid "Collect RSVPs and sell tickets"
3207
  msgstr ""
3208
 
3209
+ #: src/Tribe/Plugins_API.php:94
3210
+ msgid "Add tickets and RSVP to any post"
3211
  msgstr ""
3212
 
3213
+ #: src/Tribe/Plugins_API.php:95
3214
+ msgid "Paypal integration"
 
3215
  msgstr ""
3216
 
3217
+ #: src/Tribe/Plugins_API.php:96
3218
+ msgid "Attendee reports"
3219
  msgstr ""
3220
 
3221
+ #: src/Tribe/Plugins_API.php:97
3222
+ msgid "Customizable ticket template"
3223
  msgstr ""
3224
 
3225
+ #: src/Tribe/Plugins_API.php:111
3226
+ msgid "Monetize your events"
3227
  msgstr ""
3228
 
3229
+ #: src/Tribe/Plugins_API.php:114
3230
+ msgid "Custom registration fields"
3231
  msgstr ""
3232
 
3233
+ #: src/Tribe/Plugins_API.php:115
3234
+ msgid "WooCommerce compatibility"
3235
  msgstr ""
3236
 
3237
+ #: src/Tribe/Plugins_API.php:116
3238
+ msgid "Ticket scanning with mobile app"
 
3239
  msgstr ""
3240
 
3241
+ #: src/Tribe/Plugins_API.php:117
3242
+ msgid "Custom attendee registration fields"
 
3243
  msgstr ""
3244
 
3245
+ #: src/Tribe/Plugins_API.php:131
3246
+ msgid "An email marketing solution for events and the people running them"
 
3247
  msgstr ""
3248
 
3249
+ #: src/Tribe/Plugins_API.php:132
3250
+ msgid "Email marketing to promote your events"
3251
  msgstr ""
3252
 
3253
+ #: src/Tribe/Plugins_API.php:134
3254
+ msgid "Automate email touchpoints"
3255
  msgstr ""
3256
 
3257
+ #: src/Tribe/Plugins_API.php:135
3258
+ msgid "Customize email templates"
3259
  msgstr ""
3260
 
3261
+ #: src/Tribe/Plugins_API.php:136
3262
+ msgid "Streamline your email process"
3263
  msgstr ""
3264
 
3265
+ #: src/Tribe/Plugins_API.php:137
3266
+ msgid "Segment your attendee lists"
3267
  msgstr ""
3268
 
3269
+ #: src/Tribe/Plugins_API.php:151
3270
+ msgid "Help users find exactly the right event"
3271
  msgstr ""
3272
 
3273
+ #: src/Tribe/Plugins_API.php:152
3274
+ msgid "Allow users to search for events by category, tag, venue, organizer, day of the week, time of day, and price."
3275
  msgstr ""
3276
 
3277
+ #: src/Tribe/Plugins_API.php:154
3278
+ msgid "Configurable set of filters"
3279
  msgstr ""
3280
 
3281
+ #: src/Tribe/Plugins_API.php:155
3282
+ msgid "Horizontal or vertical"
 
 
3283
  msgstr ""
3284
 
3285
+ #: src/Tribe/Plugins_API.php:156
3286
+ msgid "Filter category, price, and more"
3287
  msgstr ""
3288
 
3289
+ #: src/Tribe/Plugins_API.php:157
3290
+ msgid "Filter distance (for Events Calendar Pro)"
3291
  msgstr ""
3292
 
3293
+ #: src/Tribe/Plugins_API.php:171
3294
+ msgid "Users submit events to your calendar"
3295
  msgstr ""
3296
 
3297
+ #: src/Tribe/Plugins_API.php:172
3298
+ msgid "Enable 3rd party event submissions."
 
3299
  msgstr ""
3300
 
3301
+ #: src/Tribe/Plugins_API.php:174
3302
+ msgid "Publishing Control"
3303
  msgstr ""
3304
 
3305
+ #: src/Tribe/Plugins_API.php:175
3306
+ msgid "Event Submission Form"
3307
  msgstr ""
3308
 
3309
+ #: src/Tribe/Plugins_API.php:176
3310
+ msgid "Registered User Settings"
3311
  msgstr ""
3312
 
3313
+ #: src/Tribe/Plugins_API.php:177
3314
+ msgid "Email notifications"
3315
  msgstr ""
3316
 
3317
+ #: src/Tribe/Plugins_API.php:191
3318
+ msgid "Run your own events marketplace"
 
3319
  msgstr ""
3320
 
3321
+ #: src/Tribe/Plugins_API.php:192
3322
+ msgid "Let users create and sell tickets for events they submit to your calendar."
3323
  msgstr ""
3324
 
3325
+ #: src/Tribe/Plugins_API.php:194
3326
+ msgid "Users submit events and sell tickets"
3327
  msgstr ""
3328
 
3329
+ #: src/Tribe/Plugins_API.php:195
3330
+ msgid "Split commission with users"
 
3331
  msgstr ""
3332
 
3333
+ #: src/Tribe/Plugins_API.php:196
3334
+ msgid "No admin access required"
 
3335
  msgstr ""
3336
 
3337
+ #: src/Tribe/Plugins_API.php:197
3338
+ msgid "Sales reporting"
3339
  msgstr ""
3340
 
3341
+ #: src/Tribe/Plugins_API.php:199
3342
+ msgctxt "Names of required plugins for Community Tickets"
3343
+ msgid "Event Tickets Plus and Community Events"
3344
  msgstr ""
3345
 
3346
+ #: src/Tribe/Plugins_API.php:212
3347
+ msgid "Unite the power of TEC with the ticketing of Eventbrite"
 
 
 
3348
  msgstr ""
3349
 
3350
+ #: src/Tribe/Plugins_API.php:213
3351
+ msgid "Create Eventbrite tickets and events right from your WordPress dashboard."
3352
  msgstr ""
3353
 
3354
+ #: src/Tribe/Plugins_API.php:215
3355
+ msgid "Manage tickets from WordPress"
 
 
3356
  msgstr ""
3357
 
3358
+ #: src/Tribe/Plugins_API.php:216
3359
+ msgid "Ticket availability automatically updates"
 
 
 
3360
  msgstr ""
3361
 
3362
+ #: src/Tribe/Plugins_API.php:217
3363
+ msgid "Integrated with your events on Eventbrite"
 
 
 
 
3364
  msgstr ""
3365
 
3366
+ #: src/Tribe/Plugins_API.php:218
3367
+ msgid "Automatically import your events"
 
 
3368
  msgstr ""
3369
 
3370
+ #: src/Tribe/Plugins_API.php:227
3371
+ msgid "Image Widget Plus"
3372
  msgstr ""
3373
 
3374
+ #: src/Tribe/Plugins_API.php:232
3375
+ msgid "Beautiful display options for your favorite photos."
3376
  msgstr ""
3377
 
3378
+ #: src/Tribe/Plugins_API.php:234
3379
+ msgid "Multi-Image Support"
 
 
 
 
3380
  msgstr ""
3381
 
3382
+ #: src/Tribe/Plugins_API.php:235
3383
+ msgid "Lightbox"
3384
  msgstr ""
3385
 
3386
+ #: src/Tribe/Plugins_API.php:236
3387
+ msgid "Slideshow"
3388
  msgstr ""
3389
 
3390
+ #: src/Tribe/Plugins_API.php:237
3391
+ msgid "Random Images"
3392
  msgstr ""
3393
 
3394
+ #: src/Tribe/Plugins_API.php:251
3395
+ msgid "Features to optimize your calendar for virtual events."
 
 
 
 
3396
  msgstr ""
3397
 
3398
+ #: src/Tribe/Plugins_API.php:252
3399
+ msgid "Highlight virtual events on you calendar and integrate with your favorite online meeting tools."
3400
  msgstr ""
3401
 
3402
+ #: src/Tribe/Plugins_API.php:255
3403
+ msgid "Virtual event labels"
 
 
3404
  msgstr ""
3405
 
3406
+ #: src/Tribe/Plugins_API.php:256
3407
+ msgid "Status control for canceled or postponed events"
3408
  msgstr ""
3409
 
3410
+ #: src/Tribe/Plugins_API.php:257
3411
+ msgid "Embed livestreams and videos"
 
 
3412
  msgstr ""
3413
 
3414
+ #: src/Tribe/Process/Queue.php:1024
3415
+ msgid "Every %d Minutes"
3416
  msgstr ""
3417
 
3418
+ #: src/Tribe/Promoter/Auth.php:41
3419
+ msgid "Promoter Key"
3420
  msgstr ""
3421
 
3422
+ #: src/Tribe/PUE/Checker.php:605
3423
+ msgid "A valid license key is required for support and updates"
3424
  msgstr ""
3425
 
3426
+ #: src/Tribe/PUE/Checker.php:608
3427
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
3428
  msgstr ""
3429
 
3430
+ #: src/Tribe/PUE/Checker.php:640
3431
+ #: src/Tribe/PUE/Checker.php:674
3432
+ msgid "License Key Status:"
3433
  msgstr ""
3434
 
3435
+ #: src/Tribe/PUE/Checker.php:649
3436
+ msgid "Override network license key"
 
 
 
 
3437
  msgstr ""
3438
 
3439
+ #: src/Tribe/PUE/Checker.php:650
3440
+ msgid "Check this box if you wish to override the network license key with your own"
 
 
3441
  msgstr ""
3442
 
3443
+ #: src/Tribe/PUE/Checker.php:661
3444
+ msgid "Site License Key"
3445
  msgstr ""
3446
 
3447
+ #: src/Tribe/PUE/Checker.php:761
3448
+ msgid "License key(s) updated."
 
 
 
3449
  msgstr ""
3450
 
3451
+ #: src/Tribe/PUE/Checker.php:1015
3452
+ msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
3453
  msgstr ""
3454
 
3455
+ #: src/Tribe/PUE/Checker.php:1028
3456
+ msgid "unknown date"
 
 
 
 
3457
  msgstr ""
3458
 
3459
+ #: src/Tribe/PUE/Checker.php:1034
3460
+ msgid "Sorry, key validation server is not available."
3461
  msgstr ""
3462
 
3463
+ #: src/Tribe/PUE/Checker.php:1060
3464
+ msgid "Valid Key! Expires on %s"
 
 
3465
  msgstr ""
3466
 
3467
+ #: src/Tribe/PUE/Checker.php:1065
3468
+ msgid "Thanks for setting up a valid key. It will expire on %s"
3469
  msgstr ""
3470
 
3471
+ #: src/Tribe/PUE/Checker.php:1094
3472
+ #: src/Tribe/PUE/Notices.php:360
3473
+ msgid "Renew Your License Now"
3474
  msgstr ""
3475
 
3476
+ #: src/Tribe/PUE/Checker.php:1096
3477
+ #: src/Tribe/PUE/Notices.php:362
3478
+ msgid " (opens in a new window)"
 
 
 
3479
  msgstr ""
3480
 
3481
+ #: src/Tribe/PUE/Checker.php:1113
3482
+ msgid "Please refresh the page and try your request again."
 
3483
  msgstr ""
3484
 
3485
+ #: src/Tribe/PUE/Checker.php:1133
3486
+ msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3487
  msgstr ""
3488
 
3489
+ #: src/Tribe/PUE/Checker.php:1190
3490
+ msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3491
  msgstr ""
3492
 
3493
+ #: src/Tribe/PUE/Checker.php:1220
3494
+ msgid "Update now to version %s."
3495
  msgstr ""
3496
 
3497
+ #: src/Tribe/PUE/Checker.php:1231
3498
+ msgid "There is a new version of %1$s available. %2$s"
3499
  msgstr ""
3500
 
3501
+ #: src/Tribe/PUE/Checker.php:1812
3502
+ msgid "A valid license has been entered by your network administrator."
 
 
 
3503
  msgstr ""
3504
 
3505
+ #: src/Tribe/PUE/Checker.php:1813
3506
+ msgid "No license entered. Consult your network administrator."
 
 
 
 
 
3507
  msgstr ""
3508
 
3509
+ #: src/Tribe/PUE/Checker.php:1814
3510
+ msgid "Expired license. Consult your network administrator."
 
 
 
 
3511
  msgstr ""
3512
 
3513
+ #: src/Tribe/PUE/Notices.php:293
3514
+ msgid "It looks like you're using %1$s, but the license key is invalid. Please download the latest version %2$sfrom your account%3$s."
3515
+ msgid_plural "It looks like you're using %1$s, but the license keys are invalid. Please download the latest versions %2$sfrom your account%3$s."
3516
+ msgstr[0] ""
3517
+ msgstr[1] ""
3518
+
3519
+ #: src/Tribe/PUE/Notices.php:347
3520
+ msgid "There is an update available for %1$s but your license has expired. %2$sVisit the Events Calendar website to renew your license.%3$s"
3521
+ msgid_plural "Updates are available for %1$s but your license keys have expired. %2$sVisit the Events Calendar website to renew your licenses.%3$s"
3522
+ msgstr[0] ""
3523
+ msgstr[1] ""
3524
+
3525
+ #: src/Tribe/PUE/Notices.php:388
3526
+ msgid "You have a license key for %1$s but the key is out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your license, or purchase a new one."
3527
+ msgid_plural "You have license keys for %1$s but your keys are out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your licenses, or purchase new ones."
3528
+ msgstr[0] ""
3529
+ msgstr[1] ""
3530
+
3531
+ #: src/Tribe/PUE/Notices.php:430
3532
+ msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
3533
  msgstr ""
3534
 
3535
+ #: src/Tribe/PUE/Notices.php:485
3536
+ #: src/Tribe/PUE/Notices.php:528
3537
+ msgctxt "formatted plugin list"
3538
+ msgid "%1$s and %2$s"
3539
  msgstr ""
3540
 
3541
+ #: src/Tribe/PUE/Update_Prevention.php:184
3542
+ msgid "Your update failed due to an incompatibility between the version (%1$s) of the %2$s you tried to update to and the version of %3$s that you are using. %4$s"
3543
  msgstr ""
3544
 
3545
+ #: src/Tribe/Repository.php:2543
3546
+ msgid "Could not delete post with ID "
3547
  msgstr ""
3548
 
3549
+ #: src/Tribe/Service_Providers/Onboarding.php:109
3550
+ msgid "Got it"
3551
  msgstr ""
3552
 
3553
+ #: src/Tribe/Settings.php:200
3554
+ msgid "Events"
3555
  msgstr ""
3556
 
3557
+ #. Translators: %s is the name of the menu item.
3558
+ #: src/Tribe/Settings.php:331
3559
+ msgid "%s Settings"
3560
  msgstr ""
3561
 
3562
+ #: src/Tribe/Settings.php:375
3563
+ msgid "You've requested a non-existent tab."
3564
  msgstr ""
3565
 
3566
+ #: src/Tribe/Settings.php:383
3567
+ msgid "Save Changes"
3568
  msgstr ""
3569
 
3570
+ #: src/Tribe/Settings.php:453
3571
+ msgid "You don't have permission to do that."
3572
  msgstr ""
3573
 
3574
+ #: src/Tribe/Settings.php:459
3575
+ msgid "The request was sent insecurely."
3576
  msgstr ""
3577
 
3578
+ #: src/Tribe/Settings.php:465
3579
+ msgid "The request wasn't sent from this tab."
 
 
3580
  msgstr ""
3581
 
3582
+ #: src/Tribe/Settings.php:646
3583
+ msgid "Your form had the following errors:"
 
 
3584
  msgstr ""
3585
 
3586
+ #: src/Tribe/Settings.php:657
3587
+ msgid "The above setting was not saved. Other settings were successfully saved."
3588
+ msgid_plural "The above settings were not saved. Other settings were successfully saved."
3589
  msgstr[0] ""
3590
  msgstr[1] ""
3591
 
3592
+ #: src/Tribe/Settings.php:678
3593
+ msgid "Settings saved."
 
 
 
 
3594
  msgstr ""
3595
 
3596
+ #: src/Tribe/Settings_Tab.php:222
3597
+ msgid "There are no fields set up for this tab yet."
3598
  msgstr ""
3599
 
3600
+ #: src/Tribe/Support.php:194
3601
+ msgid "English"
 
3602
  msgstr ""
3603
 
3604
+ #: src/Tribe/Support.php:213
3605
+ #: src/Tribe/Support.php:214
3606
+ msgid "Unknown or not set"
3607
  msgstr ""
3608
 
3609
+ #: src/Tribe/Support.php:224
3610
+ msgid "Rewrite rules were purged on load of this help page. Chances are there is a rewrite rule flush occurring in a plugin or theme!"
 
3611
  msgstr ""
3612
 
3613
+ #: src/Tribe/Support.php:336
3614
+ msgid "Yes, automatically share my system information with The Events Calendar's support team"
3615
  msgstr ""
3616
 
3617
+ #: src/Tribe/Support.php:337
3618
+ msgid "Your system information will only be used by The Events Calendar's support team. All information is stored securely. We do not share this information with any third parties."
3619
  msgstr ""
3620
 
3621
+ #: src/Tribe/Support.php:356
3622
+ #: src/Tribe/Support.php:361
3623
+ msgid "Invalid Key"
3624
  msgstr ""
3625
 
3626
+ #: src/Tribe/Support.php:394
3627
+ #: src/Tribe/Support.php:420
3628
+ msgid "Permission Error"
3629
  msgstr ""
3630
 
3631
+ #: src/Tribe/Support.php:408
3632
+ msgid "Unique System Info Key Generated"
3633
  msgstr ""
3634
 
3635
+ #: src/Tribe/Support/Template_Checker_Report.php:78
3636
+ msgid "No notable changes detected"
3637
  msgstr ""
3638
 
3639
+ #: src/Tribe/Support/Template_Checker_Report.php:82
3640
+ msgid "Templates introduced or updated with this release (%s):"
3641
  msgstr ""
3642
 
3643
+ #: src/Tribe/Support/Template_Checker_Report.php:92
3644
+ msgid "Existing theme overrides that may need revision:"
3645
  msgstr ""
3646
 
3647
+ #: src/Tribe/Support/Template_Checker_Report.php:96
3648
+ msgid "version data missing from override"
 
3649
  msgstr ""
3650
 
3651
+ #: src/Tribe/Support/Template_Checker_Report.php:97
3652
+ msgid "based on %s version"
3653
  msgstr ""
3654
 
3655
+ #: src/Tribe/Support/Template_Checker_Report.php:113
3656
+ msgid "No notable template changes detected."
3657
  msgstr ""
3658
 
3659
+ #: src/Tribe/Support/Template_Checker_Report.php:115
3660
+ msgid "Information about recent template changes and potentially impacted template overrides is provided below."
3661
  msgstr ""
3662
 
3663
+ #: src/Tribe/Validate.php:72
3664
+ #: src/Tribe/Validate.php:84
3665
+ msgid "Invalid or incomplete field passed"
3666
  msgstr ""
3667
 
3668
+ #: src/Tribe/Validate.php:73
3669
+ #: src/Tribe/Validate.php:85
3670
+ #: src/Tribe/Validate.php:105
3671
+ msgid "Field ID:"
3672
  msgstr ""
3673
 
3674
+ #: src/Tribe/Validate.php:104
3675
+ msgid "Non-existant field validation function passed"
3676
  msgstr ""
3677
 
3678
+ #: src/Tribe/Validate.php:105
3679
+ msgctxt "non-existant function name passed for field validation"
3680
+ msgid "with function name:"
3681
  msgstr ""
3682
 
3683
+ #: src/Tribe/Validate.php:118
3684
+ #: src/Tribe/Validate.php:132
3685
+ msgid "%s must contain numbers and letters only"
 
3686
  msgstr ""
3687
 
3688
+ #: src/Tribe/Validate.php:146
3689
+ msgid "%s must contain numbers, letters and dots only"
3690
  msgstr ""
3691
 
3692
+ #: src/Tribe/Validate.php:160
3693
+ msgid "%s must contain numbers, letters, dashes and undescores only"
3694
  msgstr ""
3695
 
3696
+ #: src/Tribe/Validate.php:174
3697
+ msgid "%s must not be empty"
 
3698
  msgstr ""
3699
 
3700
+ #: src/Tribe/Validate.php:188
3701
+ #: src/Tribe/Validate.php:212
3702
+ msgid "%s must be a positive number."
3703
  msgstr ""
3704
 
3705
+ #: src/Tribe/Validate.php:200
3706
+ msgid "%s must be a positive number or percent."
3707
  msgstr ""
3708
 
3709
+ #: src/Tribe/Validate.php:230
3710
+ msgid "%s must be a whole number."
3711
  msgstr ""
3712
 
3713
+ #: src/Tribe/Validate.php:250
3714
+ msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
3715
  msgstr ""
3716
 
3717
+ #: src/Tribe/Validate.php:263
3718
+ msgid "%s must be a valid URL."
3719
  msgstr ""
3720
 
3721
+ #: src/Tribe/Validate.php:277
3722
+ #: src/Tribe/Validate.php:289
3723
+ #: src/Tribe/Validate.php:302
3724
+ #: src/Tribe/Validate.php:322
3725
+ msgid "%s must have a value that's part of its options."
3726
  msgstr ""
3727
 
3728
+ #: src/Tribe/Validate.php:334
3729
+ msgid "Comparison validation failed because no comparison value was provided, for field %s"
 
 
3730
  msgstr ""
3731
 
3732
+ #: src/Tribe/Validate.php:341
3733
+ msgid "%s cannot be the same as %s."
3734
  msgstr ""
3735
 
3736
+ #: src/Tribe/Validate.php:343
3737
+ msgid "%s cannot be a duplicate"
 
 
3738
  msgstr ""
3739
 
3740
+ #: src/Tribe/Validate.php:357
3741
+ msgid "%s must be a number or percentage."
 
 
3742
  msgstr ""
3743
 
3744
+ #: src/Tribe/Validate.php:401
3745
+ msgid "%s must be a number between 0 and 21."
3746
  msgstr ""
3747
 
3748
+ #: src/Tribe/Validate.php:415
3749
+ msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
3750
  msgstr ""
3751
 
3752
+ #: src/Tribe/Validate.php:429
3753
+ msgid "%s must consist of letters, spaces, apostrophes, and dashes."
3754
  msgstr ""
3755
 
3756
+ #: src/Tribe/Validate.php:441
3757
+ msgid "%s must consist of 5 numbers."
3758
  msgstr ""
3759
 
3760
+ #: src/Tribe/Validate.php:453
3761
+ msgid "%s must be a phone number."
3762
  msgstr ""
3763
 
3764
+ #: src/Tribe/Validate.php:467
3765
+ msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
3766
  msgstr ""
3767
 
3768
+ #: src/Tribe/Validate.php:496
3769
+ msgid "%s must be an email address."
 
 
 
3770
  msgstr ""
3771
 
3772
+ #: src/Tribe/Validate.php:512
3773
+ msgid "%s must be a valid HTML color code."
 
 
3774
  msgstr ""
3775
 
3776
+ #: src/Tribe/View_Helpers.php:59
3777
+ msgid "Select a Country:"
 
 
 
3778
  msgstr ""
3779
 
3780
+ #: src/Tribe/Widget/Widget_Abstract.php:183
3781
+ msgid "Widget"
 
3782
  msgstr ""
3783
 
3784
  #: src/views/promoter/auth.php:35
3798
  msgstr ""
3799
 
3800
  #: src/views/promoter/auth.php:55
3801
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
 
3802
  msgstr ""
3803
 
3804
  #: src/views/promoter/auth.php:57
3841
  msgid "Virtual"
3842
  msgstr ""
3843
 
3844
+ #: src/modules/elements/image-upload/element.js:48
3845
+ msgid "remove"
3846
  msgstr ""
3847
 
3848
+ #: src/modules/elements/time-picker/element.js:56
3849
+ #: src/modules/elements/time-picker/element.js:149
3850
+ msgid "All Day"
3851
  msgstr ""
3852
 
3853
+ #: src/modules/utils/date.js:103
3854
+ msgid "at"
3855
  msgstr ""
common/src/Tribe/Admin/Conditional_Content/Black_Friday.php CHANGED
@@ -77,7 +77,7 @@ class Black_Friday extends Datetime_Conditional_Abstract {
77
  $content = $this->get_template()->template( 'conditional_content/black-friday', $template_args, false );
78
 
79
  // Replace starting info box markup.
80
- $fields['info-start']['html'] = '<div id="modern-tribe-info">' . $content;
81
 
82
  return $fields;
83
  }
77
  $content = $this->get_template()->template( 'conditional_content/black-friday', $template_args, false );
78
 
79
  // Replace starting info box markup.
80
+ $fields['info-start']['html'] .= $content;
81
 
82
  return $fields;
83
  }
common/src/Tribe/Admin/Conditional_Content/End_Of_Year_Sale.php CHANGED
@@ -64,7 +64,7 @@ class End_Of_Year_Sale extends Datetime_Conditional_Abstract {
64
  $content = $this->get_template()->template( 'conditional_content/end-of-year-sale', $template_args, false );
65
 
66
  // Replace starting info box markup.
67
- $fields['info-start']['html'] = '<div id="modern-tribe-info">' . $content;
68
 
69
  return $fields;
70
  }
64
  $content = $this->get_template()->template( 'conditional_content/end-of-year-sale', $template_args, false );
65
 
66
  // Replace starting info box markup.
67
+ $fields['info-start']['html'] .= $content;
68
 
69
  return $fields;
70
  }
common/src/Tribe/Admin/Conditional_Content/Service_Provider.php CHANGED
@@ -22,7 +22,8 @@ class Service_Provider extends \tad_DI52_ServiceProvider {
22
  */
23
  public function register() {
24
  $this->container->singleton( Black_Friday::class, Black_Friday::class, [ 'hook' ] );
25
- $this->container->singleton( End_Of_Year_Sale::class, End_Of_Year_Sale::class, [ 'hook' ] );
 
26
  $this->hooks();
27
  }
28
 
@@ -42,6 +43,7 @@ class Service_Provider extends \tad_DI52_ServiceProvider {
42
  */
43
  public function plugins_loaded() {
44
  $this->container->make( Black_Friday::class );
45
- $this->container->make( End_Of_Year_Sale::class );
 
46
  }
47
  }
22
  */
23
  public function register() {
24
  $this->container->singleton( Black_Friday::class, Black_Friday::class, [ 'hook' ] );
25
+ // EOY Sale disabled for 2022
26
+ // $this->container->singleton( End_Of_Year_Sale::class, End_Of_Year_Sale::class, [ 'hook' ] );
27
  $this->hooks();
28
  }
29
 
43
  */
44
  public function plugins_loaded() {
45
  $this->container->make( Black_Friday::class );
46
+ // EOY Sale disabled for 2022
47
+ // $this->container->make( End_Of_Year_Sale::class );
48
  }
49
  }
common/src/Tribe/Admin/Notice/Service_Provider.php CHANGED
@@ -57,6 +57,7 @@ class Service_Provider extends \tad_DI52_ServiceProvider {
57
 
58
  tribe( Marketing\Stellar_Sale::class );
59
  tribe( Marketing\Black_Friday::class );
60
- tribe( Marketing\End_Of_Year_Sale::class );
 
61
  }
62
  }
57
 
58
  tribe( Marketing\Stellar_Sale::class );
59
  tribe( Marketing\Black_Friday::class );
60
+ // EOY Sale disabled for 2022
61
+ // tribe( Marketing\End_Of_Year_Sale::class );
62
  }
63
  }
common/src/Tribe/Main.php CHANGED
@@ -21,7 +21,7 @@ class Tribe__Main {
21
  const OPTIONNAME = 'tribe_events_calendar_options';
22
  const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
23
 
24
- const VERSION = '5.0.3';
25
 
26
  const FEED_URL = 'https://theeventscalendar.com/feed/';
27
 
21
  const OPTIONNAME = 'tribe_events_calendar_options';
22
  const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
23
 
24
+ const VERSION = '5.0.4';
25
 
26
  const FEED_URL = 'https://theeventscalendar.com/feed/';
27
 
common/src/Tribe/Settings_Tab.php CHANGED
@@ -219,7 +219,7 @@ if ( ! class_exists( 'Tribe__Settings_Tab' ) ) {
219
  }
220
  } else {
221
  // no fields setup for this tab yet
222
- echo '<p>' . esc_html__( 'There are no fields setup for this tab yet.', 'tribe-common' ) . '</p>';
223
  }
224
  }
225
 
219
  }
220
  } else {
221
  // no fields setup for this tab yet
222
+ echo '<p>' . esc_html__( 'There are no fields set up for this tab yet.', 'tribe-common' ) . '</p>';
223
  }
224
  }
225
 
common/src/Tribe/Utils/Taxonomy.php CHANGED
@@ -163,9 +163,15 @@ class Taxonomy {
163
  'taxonomy' => $taxonomies,
164
  ];
165
  $terms = get_terms( $args );
166
- $term_ids = wp_list_pluck( $terms, 'term_id' );
167
 
168
- foreach ( $terms as $term ) {
 
 
 
 
 
 
 
169
  $cache[ $term->object_id ][ $term->taxonomy ][] = $term->term_id;
170
  }
171
 
163
  'taxonomy' => $taxonomies,
164
  ];
165
  $terms = get_terms( $args );
 
166
 
167
+ // Drop invalid results.
168
+ $valid_terms = array_filter( $terms, static function ( $term ) {
169
+ return $term instanceof \WP_Term;
170
+ } );
171
+
172
+ $term_ids = wp_list_pluck( $valid_terms, 'term_id' );
173
+
174
+ foreach ( $valid_terms as $term ) {
175
  $cache[ $term->object_id ][ $term->taxonomy ][] = $term->term_id;
176
  }
177
 
common/src/admin-views/tribe-options-display.php DELETED
@@ -1,62 +0,0 @@
1
- <?php
2
-
3
- $sample_date = strtotime( 'January 15 ' . date( 'Y' ) );
4
-
5
- $displayTab = [
6
- 'priority' => 20,
7
- 'fields' =>
8
- /**
9
- * Filter the fields available on the display settings tab
10
- *
11
- * @param array $fields a nested associative array of fields & field info passed to Tribe__Field
12
- *
13
- * @see Tribe__Field
14
- */
15
- apply_filters(
16
- 'tribe_display_settings_tab_fields', [
17
- 'tribe-form-content-start' => [
18
- 'type' => 'html',
19
- 'html' => '<div class="tribe-settings-form-wrap">',
20
- ],
21
- 'tribeEventsDateFormatSettingsTitle' => [
22
- 'type' => 'html',
23
- 'html' => '<h3>' . esc_html__( 'Date Format Settings', 'tribe-common' ) . '</h3>',
24
- ],
25
- 'tribeEventsDateFormatExplanation' => [
26
- 'type' => 'html',
27
- 'html' => '<p>'
28
- . sprintf(
29
- __( 'The following three fields accept the date format options available to the PHP %1$s function. <a href="%2$s" target="_blank">Learn how to make your own date format here</a>.', 'tribe-common' ),
30
- '<code>date()</code>',
31
- 'https://wordpress.org/support/article/formatting-date-and-time/'
32
- )
33
- . '</p>',
34
- ],
35
- 'datepickerFormat' => [
36
- 'type' => 'dropdown',
37
- 'label' => esc_html__( 'Compact Date Format', 'tribe-common' ),
38
- 'tooltip' => esc_html__( 'Select the date format used for elements with minimal space, such as in datepickers.', 'tribe-common' ),
39
- 'default' => 1,
40
- 'options' => [
41
- '0' => date( 'Y-m-d', $sample_date ),
42
- '1' => date( 'n/j/Y', $sample_date ),
43
- '2' => date( 'm/d/Y', $sample_date ),
44
- '3' => date( 'j/n/Y', $sample_date ),
45
- '4' => date( 'd/m/Y', $sample_date ),
46
- '5' => date( 'n-j-Y', $sample_date ),
47
- '6' => date( 'm-d-Y', $sample_date ),
48
- '7' => date( 'j-n-Y', $sample_date ),
49
- '8' => date( 'd-m-Y', $sample_date ),
50
- '9' => date( 'Y.m.d', $sample_date ),
51
- '10' => date( 'm.d.Y', $sample_date ),
52
- '11' => date( 'd.m.Y', $sample_date ),
53
- ],
54
- 'validation_type' => 'options',
55
- ],
56
- 'tribe-form-content-end' => [
57
- 'type' => 'html',
58
- 'html' => '</div>',
59
- ],
60
- ]
61
- ),
62
- ];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/src/admin-views/tribe-options-general.php DELETED
@@ -1,80 +0,0 @@
1
- <?php
2
-
3
- $generalTabFields = [
4
- 'info-start' => [
5
- 'type' => 'html',
6
- 'html' => '<div id="modern-tribe-info">
7
- <img
8
- src="' . plugins_url( 'resources/images/logo/tec-brand.svg', dirname( __FILE__ ) ) . '"
9
- alt="' . esc_attr( 'The Events Calendar brand logo', 'tribe-common' ) . '"
10
- />',
11
- ],
12
- 'event-tickets-info' => [
13
- 'type' => 'html',
14
- 'html' => '<p>' . sprintf( esc_html__( 'Thank you for using Event Tickets! All of us at The Events Calendar sincerely appreciate your support and we\'re excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started.', 'tribe-common' ), '<a target="_blank" rel="noopener noreferrer" href="http://evnt.is/18nd">', '</a>' ) . '</p>',
15
- 'conditional' => ! class_exists( 'Tribe__Events__Main' ),
16
- ],
17
- 'event-tickets-upsell-info' => [
18
- 'type' => 'html',
19
- 'html' => '<p>' . sprintf( esc_html__( 'Optimize your site\'s event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s.', 'tribe-common' ), '<a target="_blank" rel="noopener noreferrer" href="http://evnt.is/18x6">', '</a>', '<a target="_blank" rel="noopener noreferrer" href="http://evnt.is/18x5">', '</a>' ) . '</p>',
20
- 'conditional' => ! class_exists( 'Tribe__Events__Main' ),
21
- ],
22
- 'upsell-info' => [
23
- 'type' => 'html',
24
- 'html' => '<p>' . esc_html__( 'Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?', 'tribe-common' ) . ' <a target="_blank" rel="noopener noreferrer" href="' . Tribe__Main::$tec_url . 'products/?utm_source=generaltab&utm_medium=plugin-tec&utm_campaign=in-app">' . esc_html__( 'Check out the available add-ons', 'tribe-common' ) . '</a>.</p>',
25
- 'conditional' => ( ! tec_should_hide_upsell() ) && class_exists( 'Tribe__Events__Main' ),
26
- ],
27
- 'donate-link-heading' => [
28
- 'type' => 'heading',
29
- 'label' => esc_html__( 'We hope our plugin is helping you out.', 'tribe-common' ),
30
- 'conditional' => class_exists( 'Tribe__Events__Main' ),
31
- ],
32
- 'donate-link-info' => [
33
- 'type' => 'html',
34
- 'html' => '<p>' . esc_html__( 'Are you thinking "Wow, this plugin is amazing! I should say thanks to The Events Calendar for all their hard work." The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project.', 'tribe-common' ) . '<br><a href="' . esc_url( plugins_url( 'resources/images/donate-link-screenshot.png', dirname( __FILE__ ) ) ) . '" class="thickbox">' . esc_html__( 'See an example of the link', 'tribe-common' ) . '</a>.</p>',
35
- 'conditional' => class_exists( 'Tribe__Events__Main' ),
36
- ],
37
- 'donate-link' => [
38
- 'type' => 'checkbox_bool',
39
- 'label' => esc_html__( 'Show The Events Calendar link', 'tribe-common' ),
40
- 'default' => false,
41
- 'validation_type' => 'boolean',
42
- 'conditional' => class_exists( 'Tribe__Events__Main' ),
43
- ],
44
- 'info-end' => [
45
- 'type' => 'html',
46
- 'html' => '</div>',
47
- ],
48
- 'tribe-form-content-start' => [
49
- 'type' => 'html',
50
- 'html' => '<div class="tribe-settings-form-wrap">',
51
- ],
52
- ];
53
-
54
- if ( is_super_admin() ) {
55
- $generalTabFields['debugEvents'] = [
56
- 'type' => 'checkbox_bool',
57
- 'label' => esc_html__( 'Debug mode', 'tribe-common' ),
58
- 'tooltip' => sprintf(
59
- esc_html__(
60
- 'Enable this option to log debug information. By default this will log to your server PHP error log. If you\'d like to see the log messages in your browser, then we recommend that you install the %s and look for the "Tribe" tab in the debug output.',
61
- 'tribe-common'
62
- ),
63
- '<a target="_blank" rel="noopener noreferrer" href="https://wordpress.org/extend/plugins/debug-bar/">' . esc_html__( 'Debug Bar Plugin', 'tribe-common' ) . '</a>'
64
- ),
65
- 'default' => false,
66
- 'validation_type' => 'boolean',
67
- ];
68
- }
69
-
70
- // Closes form
71
- $generalTabFields['tribe-form-content-end'] = [
72
- 'type' => 'html',
73
- 'html' => '</div>',
74
- ];
75
-
76
-
77
- $generalTab = [
78
- 'priority' => 10,
79
- 'fields' => apply_filters( 'tribe_general_settings_tab_fields', $generalTabFields ),
80
- ];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/src/resources/css/customizer-controls.min.css CHANGED
@@ -1 +1 @@
1
- .wp-customizer [id^=customize-control-tribe_customizer] .customize-control-heading{font-size:var(--tec-font-size-5);font-weight:400;line-height:var(--tec-line-height-3);margin-bottom:0;margin-top:0}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-heading-description{margin-bottom:0}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-description{font-style:normal;margin-bottom:var(--tec-spacer-2)}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-title{margin-bottom:0}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-title~.customize-control-content{margin-top:var(--tec-spacer-1)}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-title~.customize-control-description{margin-bottom:3px;margin-top:var(--tec-spacer-0)}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control .customize-inside-control-row{padding:3px 0}.wp-customizer [id^=customize-control-tribe_customizer] .button.wp-color-result{border-color:var(--tec-color-text-primary)}.wp-customizer [id^=customize-control-tribe_customizer] .button.wp-color-result:active,.wp-customizer [id^=customize-control-tribe_customizer] .button.wp-color-result:focus,.wp-customizer [id^=customize-control-tribe_customizer] .button.wp-color-result:hover{border-color:var(--tec-color-text-primary);box-shadow:0 0 0 .75px rgba(20,24,39,.5)}.wp-customizer [id^=customize-control-tribe_customizer][id$=_choice].customize-control-radio+[id^=customize-control-tribe_customizer][id$=_color]{margin-top:-18px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider{-webkit-appearance:none;appearance:none;background-color:transparent;border:1px solid var(--tec-color-border-default);border-radius:9px;width:calc(100% - 24px)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider.focus-visible,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider:active,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider:focus,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider:focus-visible{box-shadow:0 0 0 2px var(--tec-color-accent-primary);outline:none}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-track{background-color:var(--tec-color-background);border:0;border-radius:3px;cursor:pointer;height:3px;width:100%}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-slider-runnable-track{background-color:#fff;border:0;border-radius:3px;cursor:pointer;height:3px;width:100%}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-track{background-color:var(--tec-color-background);border:0;border-radius:3px;cursor:pointer;height:3px;width:100%}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-progress{background-color:var(--tec-color-accent-primary);border-radius:3px;height:3px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-progress-value{background-color:var(--tec-color-accent-primary)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-fill-lower{background-color:var(--tec-color-accent-primary)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-thumb{background-color:var(--tec-color-background);border:5px solid var(--tec-color-accent-primary);border-radius:50%;cursor:pointer;height:5px;width:5px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-thumb:active,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-thumb:focus{border-color:var(--tec-color-link-accent-hover)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--tec-color-background);border:5px solid var(--tec-color-accent-primary);border-radius:50%;cursor:pointer;height:16px;margin-top:-7px;width:16px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-slider-thumb:active,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-slider-thumb:focus{border-color:var(--tec-color-link-accent-hover)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-thumb{background-color:var(--tec-color-background);border:5px solid var(--tec-color-accent-primary);border-radius:50%;cursor:pointer;height:5px;width:5px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-thumb:active,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-thumb:focus{border-color:var(--tec-color-link-accent-hover)}.wp-customizer [id^=customize-control-tribe_customizer] .tec-range-slider-datalist{display:flex;justify-content:space-between;width:calc(100% - 24px)}.wp-customizer [id^=customize-control-tribe_customizer] .tec-range-slider-option{text-align:center}.wp-customizer [id^=customize-control-tribe_customizer] .tec-range-slider-option:first-child{text-align:left}.wp-customizer [id^=customize-control-tribe_customizer] .tec-range-slider-option:last-child{text-align:right}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .customize-inside-control-row{display:flex;justify-content:space-between;margin-left:0;padding-left:0}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label{align-items:center;display:inline-flex;margin:5px 0}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label.focus-visible,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:active,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:focus,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:focus-visible{outline:none}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label.focus-visible .tec-switch-toggle,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:active .tec-switch-toggle,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:focus-visible .tec-switch-toggle,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:focus .tec-switch-toggle{box-shadow:0 0 0 2px var(--tec-color-accent-primary)}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle{border-radius:12px;cursor:pointer;font-size:16px;padding:2px;position:relative}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle:after,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle:before{content:"";display:block;margin:0;transition:all .1s cubic-bezier(.4,0,.2,1)}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle:before{background-color:var(--tec-color-background-secondary);border:1px solid var(--tec-color-icon-secondary);border-radius:.55em;height:1.125em;opacity:.6;width:2.75em}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle:after{background-color:var(--tec-color-icon-disabled);border-radius:50%;height:16px;left:3px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-input:checked+.tec-switch-toggle:before{background-color:var(--tec-color-accent-primary);border-color:rgba(51,74,255,.6);opacity:1}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-input:checked+.tec-switch-toggle:after{background-color:var(--tec-color-background);transform:translate(calc(41px - 100%),-50%)}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-input:disabled+.tec-switch-toggle{cursor:not-allowed;filter:grayscale(100%);opacity:.6}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-input:focus+.tec-switch-toggle:before{border-color:var(--tec-color-accent-primary)}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .toggle-label-off{margin-right:4px}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .toggle-label-on{margin-left:4px}.wp-customizer [id^=customize-control-tribe_customizer][id$=_choice].customize-control-toggle+[id^=customize-control-tribe_customizer][id$=_color]{margin-top:-8px}
1
+ .wp-customizer [id^=customize-control-tribe_customizer] .customize-control-heading{font-size:var(--tec-font-size-5);font-weight:400;line-height:var(--tec-line-height-3);margin-bottom:0;margin-top:0}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-heading-description{margin-bottom:0}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-description{font-style:normal;margin-bottom:var(--tec-spacer-2)}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-title{margin-bottom:0}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-title~.customize-control-content{margin-top:var(--tec-spacer-1)}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control-title~.customize-control-description{margin-bottom:3px;margin-top:var(--tec-spacer-0)}.wp-customizer [id^=customize-control-tribe_customizer] .customize-control .customize-inside-control-row{padding:3px 0}.wp-customizer [id^=customize-control-tribe_customizer] .button.wp-color-result{border-color:var(--tec-color-text-primary)}.wp-customizer [id^=customize-control-tribe_customizer] .button.wp-color-result:active,.wp-customizer [id^=customize-control-tribe_customizer] .button.wp-color-result:focus,.wp-customizer [id^=customize-control-tribe_customizer] .button.wp-color-result:hover{border-color:var(--tec-color-text-primary);box-shadow:0 0 0 .75px rgba(20,24,39,.5)}.wp-customizer [id^=customize-control-tribe_customizer][id$=_choice].customize-control-radio+[id^=customize-control-tribe_customizer][id$=_color]{margin-top:-18px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider{-webkit-appearance:none;appearance:none;background-color:transparent;border:1px solid var(--tec-color-border-default);border-radius:9px;width:calc(100% - 24px)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider:active,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider:focus,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider:focus-visible{box-shadow:0 0 0 2px var(--tec-color-accent-primary);outline:none}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-track{background-color:var(--tec-color-background);border:0;border-radius:3px;cursor:pointer;height:3px;width:100%}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-slider-runnable-track{background-color:#fff;border:0;border-radius:3px;cursor:pointer;height:3px;width:100%}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-track{background-color:var(--tec-color-background);border:0;border-radius:3px;cursor:pointer;height:3px;width:100%}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-progress{background-color:var(--tec-color-accent-primary);border-radius:3px;height:3px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-progress-value{background-color:var(--tec-color-accent-primary)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-fill-lower{background-color:var(--tec-color-accent-primary)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-thumb{background-color:var(--tec-color-background);border:5px solid var(--tec-color-accent-primary);border-radius:50%;cursor:pointer;height:5px;width:5px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-thumb:active,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-moz-range-thumb:focus{border-color:var(--tec-color-link-accent-hover)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--tec-color-background);border:5px solid var(--tec-color-accent-primary);border-radius:50%;cursor:pointer;height:16px;margin-top:-7px;width:16px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-slider-thumb:active,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-webkit-slider-thumb:focus{border-color:var(--tec-color-link-accent-hover)}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-thumb{background-color:var(--tec-color-background);border:5px solid var(--tec-color-accent-primary);border-radius:50%;cursor:pointer;height:5px;width:5px}.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-thumb:active,.wp-customizer [id^=customize-control-tribe_customizer] input[type=range].tec-range-slider::-ms-thumb:focus{border-color:var(--tec-color-link-accent-hover)}.wp-customizer [id^=customize-control-tribe_customizer] .tec-range-slider-datalist{display:flex;justify-content:space-between;width:calc(100% - 24px)}.wp-customizer [id^=customize-control-tribe_customizer] .tec-range-slider-option{text-align:center}.wp-customizer [id^=customize-control-tribe_customizer] .tec-range-slider-option:first-child{text-align:left}.wp-customizer [id^=customize-control-tribe_customizer] .tec-range-slider-option:last-child{text-align:right}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .customize-inside-control-row{display:flex;justify-content:space-between;margin-left:0;padding-left:0}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label{align-items:center;display:inline-flex;margin:5px 0}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:active,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:focus,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:focus-visible{outline:none}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:active .tec-switch-toggle,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:focus-visible .tec-switch-toggle,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-label:focus .tec-switch-toggle{box-shadow:0 0 0 2px var(--tec-color-accent-primary)}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle{border-radius:12px;cursor:pointer;font-size:16px;padding:2px;position:relative}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle:after,.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle:before{content:"";display:block;margin:0;transition:all .1s cubic-bezier(.4,0,.2,1)}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle:before{background-color:var(--tec-color-background-secondary);border:1px solid var(--tec-color-icon-secondary);border-radius:.55em;height:1.125em;opacity:.6;width:2.75em}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-toggle:after{background-color:var(--tec-color-icon-disabled);border-radius:50%;height:16px;left:3px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-input:checked+.tec-switch-toggle:before{background-color:var(--tec-color-accent-primary);border-color:rgba(51,74,255,.6);opacity:1}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-input:checked+.tec-switch-toggle:after{background-color:var(--tec-color-background);transform:translate(calc(41px - 100%),-50%)}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-input:disabled+.tec-switch-toggle{cursor:not-allowed;filter:grayscale(100%);opacity:.6}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .tec-switch-input:focus+.tec-switch-toggle:before{border-color:var(--tec-color-accent-primary)}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .toggle-label-off{margin-right:4px}.wp-customizer [id^=customize-control-tribe_customizer].customize-control-toggle .toggle-label-on{margin-left:4px}.wp-customizer [id^=customize-control-tribe_customizer][id$=_choice].customize-control-toggle+[id^=customize-control-tribe_customizer][id$=_color]{margin-top:-8px}
common/src/resources/css/tribe-common-admin.min.css CHANGED
@@ -1 +1 @@
1
- .invalid input,input:out-of-range{border:2px solid red!important}.valid input{border:1px solid green}.clearfix{zoom:1}.placeholder{color:#999;cursor:text;padding:4px}input::placeholder,textarea::placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.bubble{background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:3px;border-spacing:0;padding:10px}.tribe-sticky-tooltip{color:#bbb}td.tribe_message{padding-bottom:10px!important}#tribe_thanks{float:left;margin:5px 0 0;width:200px}.tribe_brand{font-family:Georgia,serif!important;font-size:17px!important;font-weight:400;margin:8px 0}.tribe-rating{color:#3d54ff}.tribe-rating:hover{color:#1c39bb}#tribe-upgrade{background:#f6f6f6;border:1px solid #ccc;border-radius:5px;margin:20px 0 30px;padding:0 20px 20px}#tribe-upgrade .message{background-color:#ffffe0;border:1px solid #e6db55;border-radius:3px;padding:6px 12px}table.plugins .tribe-plugin-update-message{background:#d54e21;color:#fff;display:inline-table;margin:6px 0;padding:10px 12px}table.plugins .tribe-plugin-update-message h4{display:inline;font-weight:700;margin-right:8px}table.plugins .tribe-plugin-update-message h4:after{content:" \00BB "}table.plugins .tribe-plugin-update-message a{color:#fff;text-decoration:underline}.tribe-settings-form{max-width:1000px}.tribe-settings-form fieldset{clear:both;display:inline-block;padding:10px 0}.tribe-settings-form fieldset.tribe-field-license_key legend{width:auto}.tribe-settings-form legend{float:left;font-weight:700;margin-right:20px;width:220px}.tribe-settings-form .tribe-field-wrap{float:left;max-width:500px}.tribe-settings-form .tribe-field-wrap :first-child{margin-top:0}.tribe-settings-form .tribe-field-checkbox_list label,.tribe-settings-form .tribe-field-radio label{display:block;margin:5px 0 5px 20px;text-indent:-20px}.tribe-settings-form .tribe-field-checkbox_list label>p,.tribe-settings-form .tribe-field-radio label>p{margin-left:1px;text-indent:0}.tribe-settings-form .tribe-field-checkbox_list label input,.tribe-settings-form .tribe-field-radio label input{margin-right:5px}.tribe-settings-form .tribe-settings-form-wrap .description,.tribe-settings-form .tribe-settings-form-wrap fieldset,.tribe-settings-form fieldset[id^=tribe-field-geoloc_]{padding-left:12px}.tribe-settings-form .tribe-settings-form-wrap fieldset .description{margin-left:0;max-width:450px;padding-left:0}.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px}.tribe-settings-form .tribe-settings-form-wrap #tribe-field-stylesheetOption .description{color:#999;margin-left:1px}.tribe-settings-form .tribe-settings-form-wrap h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}.tribe-settings-form .tribe-settings-form-wrap .contained,.tribe-settings-form .tribe-settings-form-wrap .system-info,.tribe-settings-form .tribe-settings-form-wrap .tribe-sysinfo-optin-msg,.tribe-settings-form .tribe-settings-form-wrap h3+p{margin:0 0 10px;padding-left:12px}.tribe_settings .tribe-field-indent{margin-left:245px}.tribe_settings #pu_dashboard_message{display:none}.tribe_settings .tribe-errors-list{margin-left:15px}.tribe_settings .expiring-license{color:red}.tribe_settings .tribe-error{border:1px solid red}.tribe_settings .tribe-field-description{margin-bottom:0;position:relative;top:-12px}.tribe_settings #ical-link{top:-14px}#modern-tribe-info{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:8px 20px 12px}#modern-tribe-info img{margin:10px 0}#modern-tribe-info ul{list-style:disc;margin-left:20px}#modern-tribe-info ul ul{list-style:circle}.tribe-field-inline-dropdown{margin-left:0;margin-right:0}.tribe-field-inline-text{line-height:28px;margin:0 2px}.tribe-field-textarea.tribe-size-small textarea{height:60px;width:180px}.tribe-field-textarea.tribe-size-medium textarea{height:80px;width:300px}.tribe-field-textarea.tribe-size-large textarea{height:120px;width:450px}.tribe-field-email.tribe-size-small input,.tribe-field-license_key.tribe-size-small input,.tribe-field-text.tribe-size-small input{width:50px}.tribe-field-email.tribe-size-medium input,.tribe-field-license_key.tribe-size-medium input,.tribe-field-text.tribe-size-medium input{width:225px}.tribe-field-email.tribe-size-large input,.tribe-field-license_key.tribe-size-large input,.tribe-field-text.tribe-size-large input{width:450px}.tribe-field-dropdown.tribe-size-small select{width:100px}.tribe-field-dropdown.tribe-size-medium select{width:300px}.tribe-field-dropdown.tribe-size-large select{width:450px}.tribe-field-wrapped_html.tribe-size-large .tribe-field-wrap{max-width:600px}.tribe-field-wrapped_html.tribe-size-large .tribe-field-wrap .description{max-width:100%}.tribe-field-dropdown_chosen.tribe-size-small select{width:100px}.tribe-field-dropdown_chosen.tribe-size-medium select{width:200px}.tribe-field-dropdown_chosen.tribe-size-large select{width:300px}.tribe-field-wrap .tooltip:first-child{font-style:normal}.tribe-field.indent{margin-left:252px;width:75%}.tribe-field.indent legend{font-weight:400;width:auto}.tribe-field.indent .tribe-field-wrap{padding-right:12px}.tribe-field.indent.tribe-field-radio .tribe-field-wrap{clear:left;margin-top:12px}.tribe-field.light-bordered{background-color:#fff;border:1px solid #d3d3d3}.ajax-loading-license,.invalid-key,.valid-key{display:none;margin:0 5px}.ajax-loading-license{position:relative;top:5px}.key-validity{display:inline-block}.invalid-key,.optin-fail{color:red}.optin-success,.valid-key{color:green}.valid-key.service-msg{color:#b72}#additional-field-table{margin-bottom:20px}.tribe-admin-box-left{float:left;width:20%}.tribe-admin-box-left,.tribe-admin-box-right{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:0 20px 15px}.tribe-admin-box-right{float:right;width:68%}.ajax-loader{float:right;margin:10px}.tribe-arrangeable-item{border:1px solid #d3d3d3;border-radius:3px}.tribe-arrangeable-item .ui-state-default{border:none}.tribe-arrangeable-item-top{padding:6px}.tribe-arrangeable-item-top:hover{cursor:move}.tribe-arrangeable-action{float:right}.tribe-arrangeable-child{background-color:#f9f9f9;border-top:1px solid #d3d3d3;display:none;padding:25px}.tribe-arrangeable-child label{display:block;margin:0 0 7px}.tribe_events_active_filter_type_options{margin:10px 0}.tribe_events_active_filter_type_options label{margin:7px 0}#event_organizer td small,.OrganizerInfo td small{display:block;margin:0;max-width:250px}#event_organizer .organizer-email,.OrganizerInfo .organizer-email{vertical-align:top}.tribe-table-field-label{max-width:100%;width:200px}#tribe-help-general,#tribe-help-sidebar{float:left;margin-top:20px}#tribe-help-general p{margin-left:15px}#tribe-help-general ul{list-style-type:square}#tribe-help-general ol,#tribe-help-general ul{margin-bottom:20px;margin-left:35px}#tribe-help-general h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}#tribe-help-general h3~h3{margin-top:2.25em}#tribe-help-general h3+p{margin:0 0 20px;padding-left:12px}#tribe-help-general{width:65%}.tribe-help-section{padding-bottom:10px}.tribe-section-type-box{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;padding:8px 20px 12px}.tribe-section-type-box img{height:auto;margin:10px 0;max-width:300px}.tribe-section-type-box ul{list-style:disc;margin-left:20px}.tribe-section-type-box ul ul{list-style:circle}#tribe-log-controls{padding-bottom:1rem;padding-left:12px}#tribe-log-controls>div{display:inline-block;padding-right:1rem}#tribe-log-controls .working{opacity:1;transition:opacity .2s}#tribe-log-controls .working.hidden{opacity:0;transition:opacity .2s}#tribe-log-viewer,#tribe-system-info dl.support-stats,.template-updates-wrapper{background:#000;border-radius:2px;color:#888;max-height:400px;overflow:scroll;padding:10px}#tribe-system-info dl.support-stats dt,.template-updates-wrapper dt{clear:both;float:left;font-weight:700;text-transform:uppercase;width:25%}#tribe-system-info dl.support-stats dd,.template-updates-wrapper dd{margin-left:25%;padding-left:10px}.system-info-copy .system-info-copy-btn{padding:6px}.system-info-copy .system-info-copy-btn .dashicons{padding-right:10px}.template-updates-wrapper p{margin-top:0}#tribe-help-sidebar{margin:20px 0 0 3%;max-width:225px;width:32%}.tribe-help-plugin-info{border:1px solid #ccc;padding:0 12px 12px}.tribe-help-plugin-info dd,.tribe-help-plugin-info dt{display:inline;margin:0}.tribe-help-plugin-info dt{font-weight:700}.tribe-help-plugin-info dd:after{content:"";display:block;height:.4em}.tribe-help-plugin-info dd:last-child:after{height:0}.tribe-help-plugin-info+.tribe-help-plugin-info{margin-top:20px}.tribe-help-plugin-info>div{line-height:2em}.tribe-help-plugin-info .star-rating{display:inline-block;margin-left:3px;position:relative;top:-2px}.tribe-help-plugin-info .tribe-list-addons{color:#21a6cb;font-size:24px;list-style:circle inside;margin-bottom:10px;margin-top:10px;padding-left:4px}.tribe-help-plugin-info .tribe-list-addons a{font-size:13px;left:-5px;position:relative;top:-5px}.tribe-help-plugin-info .tribe-list-addons .tribe-active-addon{list-style:disc inside}.ui-widget-overlay{background:#666;filter:alpha(opacity=50);opacity:.5}.ui-widget-shadow{background:#000;border-radius:5px;filter:alpha(opacity=20);margin:-5px 0 0 -5px;opacity:.2;padding:5px}.ui-resizable{position:relative}.ui-resizable-handle{display:block;font-size:.1px;position:absolute;z-index:99999}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;left:0;top:-5px;width:100%}.ui-resizable-s{bottom:-5px;cursor:s-resize;height:7px;left:0;width:100%}.ui-resizable-e{cursor:e-resize;height:100%;right:-5px;top:0;width:7px}.ui-resizable-w{cursor:w-resize;height:100%;left:-5px;top:0;width:7px}.ui-resizable-se{bottom:1px;cursor:se-resize;height:12px;right:1px;width:12px}.ui-resizable-sw{bottom:-5px;cursor:sw-resize;height:9px;left:-5px;width:9px}.ui-resizable-nw{cursor:nw-resize;height:9px;left:-5px;top:-5px;width:9px}.ui-resizable-ne{cursor:ne-resize;height:9px;right:-5px;top:-5px;width:9px}.ui-dialog{padding:.2em;position:relative;width:375px}.ui-dialog .ui-dialog-titlebar{padding:.5em .3em .3em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0 .2em}.ui-dialog .ui-dialog-titlebar-close{height:18px;margin:-10px 0 0;padding:1px;position:absolute;right:.3em;top:50%;width:19px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin-left:-8px;margin-top:-8px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{background:none;border:0;overflow:auto;padding:.5em 1em;zoom:1}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin:.5em 0 0;padding:.3em 1em .5em!important;text-align:right}.ui-dialog .ui-dialog-buttonpane button{cursor:pointer;line-height:1.4em;margin:.5em .4em!important;overflow:visible;padding:.2em .6em .3em;text-shadow:none;width:auto}.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none!important;text-align:center}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button .ui-button-text{display:block;line-height:1.4}#ui-datepicker-div{display:none}#tribe-loading{background:#fff;background:hsla(0,0%,100%,.8);display:none;height:100%;left:0;position:absolute;top:0;transition:all 1s linear;width:100%;z-index:4}#tribe-loading span{background:url(../images/tribe-loading.gif) 0 0 no-repeat;background-size:32px 32px;height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px}.tribe_update_page{max-width:850px}.tribe-half-column{float:left;margin-bottom:30px;margin-right:5%;width:45%}.tribe-row:after,.tribe-row:before{content:"";display:table}.tribe-row,.tribe-row:after{clear:both}.tribe-row .tribe-half-column:last-child{margin-right:0;width:50%}.tribe_update_page h2{font-size:30px;line-height:1.2;margin-bottom:20px}.tribe_update_page h3{font-size:24px;font-weight:400;line-height:24px;margin-top:0}.tribe_update_page h4{font-size:18px;font-weight:600;line-height:18px;margin:0}.tribe_update_page p{font-size:15px}p.tribe-update-message{font-size:18px;font-weight:400}.tribe_update_page h4:before{content:"\f145";font-family:dashicons;font-size:34px;line-height:1;margin-right:5px;position:relative;top:5px}a.tribe-rating-link{text-decoration:none}.tribe-update-links{margin-top:30px}.tribe_update_page li:before{content:"\2022";padding-right:3px}.tribe_update_page .rss-widget{margin:1em 0}.tribe_update_page a.rsswidget{font-size:14px;font-weight:400;line-height:1}.tribe_update_page .rss-widget li:before{display:none}.tribe-events-widget-admin-form__input-section p{margin:0}.tribe-events-widget-admin-form__input-section h4{margin:.5em 0}.tribe-update-bar{display:inline-block}.tribe-update-bar .progress{border:1px solid #ccc;float:left;margin-right:1rem;padding:1px;width:18rem}.tribe-update-bar .progress .bar{background:#7ad03a;height:1rem;width:1%}#tribe-dialog-wrapper>div{padding:1rem}#tribe-dialog-wrapper>div .stage{display:none}#tribe-dialog-wrapper #heading{background:#fff}#tribe-dialog-wrapper label{display:block}#tribe-dialog-wrapper .select-single-container{border:1px solid #888;height:300px;overflow-y:scroll}#tribe-dialog-wrapper .select-single-container label{opacity:1;padding:3px 5px;transition:opacity .2s}#tribe-dialog-wrapper .select-single-container label:nth-child(odd){background:#fff}#tribe-dialog-wrapper .select-single-container label.selected{background:#0073aa;color:#fff;font-weight:700}#tribe-dialog-wrapper .select-single-container label input{display:none}#tribe-dialog-wrapper .select-single-container.updating label{opacity:.35;transition:opacity .2s}.ui-front{z-index:1000000}.wp-list-table.plugins .column-description .update-message{color:#d54e21}.api-check{min-height:100px;padding:1em}.api-check+.notice-dismiss:hover:before{color:#fff}.api-check:after,.api-check:before{content:"";display:table}.api-check:after{clear:both}.api-check .tribe-mascot{bottom:0;display:none;padding:0 1rem 0 0;position:absolute;right:0;top:0}.api-check .tribe-mascot img{display:inline-block;height:100%;max-height:150px;max-width:150px;vertical-align:middle;width:auto}.api-check p{line-height:1.7;margin-bottom:1em}.api-check a{text-decoration:none}.api-check a:hover{text-decoration:underline}.api-check .plugin-list{display:inline;font-weight:600;margin:0;padding:0}.api-check .plugin-list span.plugin-invalid:after{content:", "}.api-check .plugin-list span.plugin-invalid:last-of-type:after{content:""}.tribe-marketing-notice{padding:1em}.tribe-marketing-notice+.notice-dismiss:hover:before{color:#fff}.tribe-marketing-notice:after,.tribe-marketing-notice:before{content:"";display:table}.tribe-marketing-notice:after{clear:both}.tribe-marketing-notice .tribe-marketing-notice__icon{display:none;flex-shrink:0;padding:0;position:static}.tribe-marketing-notice .tribe-marketing-notice__icon img{display:inline-block;max-height:100%;max-width:none;vertical-align:middle;width:100%}.tribe-marketing-notice h3{margin-bottom:.5em;margin-top:.5em}.tribe-marketing-notice p{line-height:1.7;margin-bottom:.5em}.tribe-marketing-notice a{text-decoration:none}.tribe-marketing-notice a:hover{text-decoration:underline}.notice-tribe-banner .tribe-marketing-notice__icon{width:47px}.notice-tribe-banner .tribe-marketing-notice__content{margin-left:0;padding:1em 0}.notice-tribe-banner.tribe-notice-stellar-sale .tribe-marketing-notice{min-height:50px}.notice-tribe-banner.tribe-notice-stellar-sale .tribe-marketing-notice__content{align-content:center;display:flex;flex-wrap:wrap;justify-content:center;margin:auto}.notice-tribe-banner.tribe-notice-stellar-sale .tribe-marketing-notice__icon{align-self:baseline;height:20px;margin:auto 14px auto 0;width:13px}.notice-tribe-banner.tribe-notice-stellar-sale .tribe-marketing-notice__icon .tribe-common-c-svgicon--stellar-icon circle{stroke:#fff}.notice-tribe-banner.tribe-notice-stellar-sale .tec-stellar-sale-text{fill:#fff;height:16px;margin:unset;margin-top:.25em;stroke:#fff;width:176px}.notice-tribe-banner.tribe-notice-stellar-sale h3{font-weight:400;margin:auto 8px auto 14px;text-align:center}.notice-tribe-banner h3{color:#fff;display:block;font-size:.875rem;line-height:1.25;margin:0 0 .25rem}.notice-tribe-banner a{border-bottom:1px solid;line-height:1.25;margin:0;text-decoration:none}.notice-tribe-banner a:hover{text-decoration:none}.notice-tribe-banner a,.notice-tribe-banner p{color:#fff;display:inline-block;font-size:.875rem;line-height:1.25}.notice-tribe-banner p{display:inline-block;margin:0;padding:0}.notice-tribe-banner .tribe-marketing-notice{align-items:center;display:flex;justify-content:flex-start;margin:0 auto;min-height:65px;padding:0 .75rem;width:100%}.events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice,.tribe-welcome .notice-tribe-banner .tribe-marketing-notice,.tribe_events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice{max-width:100%}.notice-tribe-banner .notice-dismiss{position:static}.notice-tribe-banner .notice-dismiss:before{color:#eaf1ff}#wpcontent .notice-tribe-banner{align-items:center;background-color:#161b7d;border:0;box-shadow:none;display:flex;justify-content:flex-start;margin:0 0 16px;padding-right:0}#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale{background-color:#000}#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale a{color:#d8ff00;text-transform:uppercase}#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale a:active,#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale a:focus,#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale a:hover{color:#e6b1fc}.tribe-dropdown,.tribe-ea-dropdown{max-width:100%;width:auto}.tribe-dropdown.select2-container .selection,.tribe-ea-dropdown.select2-container .selection{margin-top:inherit}.tribe-dropdown .select2-selection--single,.tribe-ea-dropdown .select2-selection--single{height:32px}.tribe-dropdown .select2-selection--single .select2-selection__clear,.tribe-ea-dropdown .select2-selection--single .select2-selection__clear{line-height:28px}.tribe-dropdown .select2-selection--single .select2-selection__rendered,.tribe-ea-dropdown .select2-selection--single .select2-selection__rendered{line-height:32px;padding-right:28px}.tribe-dropdown.select2-container--focus .select2-selection--single,.tribe-ea-dropdown.select2-container--focus .select2-selection--single{border-color:#5897fb;box-shadow:0 0 5px rgba(0,0,0,.1)}.tribe-dropdown.select2-container--open .select2-search__field,.tribe-ea-dropdown.select2-container--open .select2-search__field{padding:0}.tribe-dropdown.select2-container--open .select2-dropdown--below,.tribe-ea-dropdown.select2-container--open .select2-dropdown--below{border-top:1px solid #aaa;margin-top:-1px}.tribe-dropdown.select2-container--open .select2-dropdown--above,.tribe-ea-dropdown.select2-container--open .select2-dropdown--above{border-bottom:1px solid #aaa;margin-bottom:-16px}.tribe-dropdown.select2-container--open .select2-selection--single,.tribe-ea-dropdown.select2-container--open .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#aaa}.tribe-dropdown.select2-container--open .select2-selection__arrow b,.tribe-ea-dropdown.select2-container--open .select2-selection__arrow b{transform:rotate(180deg)}.tribe-dropdown.select2-selection--single,.tribe-ea-dropdown.select2-selection--single{background-image:none;border:1px solid #ccc;border-radius:3px;overflow:hidden}.tribe-dropdown.select2-selection--single>.select2-selection__rendered,.tribe-ea-dropdown.select2-selection--single>.select2-selection__rendered{white-space:normal}.tribe-dropdown.select2-selection--single .select2-selection__arrow,.tribe-ea-dropdown.select2-selection--single .select2-selection__arrow{background:transparent;background-image:none;border-left:0;top:2px;width:26px}.tribe-dropdown.select2-selection--single .select2-selection__arrow b,.tribe-ea-dropdown.select2-selection--single .select2-selection__arrow b{background:#fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;background-size:auto;background-size:16px 16px;border:0;bottom:0;display:block;height:auto;left:0;margin:0;padding:0;right:0;top:0;width:auto}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered{background-image:none;border:1px solid #ccc;border-radius:3px;min-height:25px}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline{line-height:25px}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline input,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline input{padding-bottom:0;padding-top:0}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{line-height:19px;margin-top:2px;padding-bottom:0;padding-top:0}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice div,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice div{line-height:inherit}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove{left:4px;top:3px;transition-property:border,color}.select2-results .select2-results__option{color:#939393;font-weight:400;margin-bottom:0}.select2-results .select2-results__option[aria-disabled=true]{background-color:#e0e0e0}.select2-results.select2-results__option--highlighted{background-color:#efefef;color:#a1a1a1;cursor:default;display:block}.wp-core-ui .button-red{background-color:#a00;border-color:#9b2124;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red.hover,.wp-core-ui .button-red:focus,.wp-core-ui .button-red:hover{background-color:#a00;border-color:#7f1c1f;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red:focus{border-color:#500f0e;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .button-red.active,.wp-core-ui .button-red.active:focus,.wp-core-ui .button-red.active:hover,.wp-core-ui .button-red:active{background:#7f1c1f;border-color:#601312 #ae2426 #ae2426;box-shadow:inset 0 1px 0 rgba(0,0,0,.1);color:hsla(0,0%,100%,.95);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red-disabled,.wp-core-ui .button-red:disabled,.wp-core-ui .button-red[disabled]{background:#ba292b!important;border-color:#7f1c1f!important;box-shadow:none!important;color:#e79496!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.ticket_form .select2-container .select2-selection--single .select2-selection__arrow{display:none}.clear{zoom:1}.clear:after,.clear:before{content:" ";display:table}.clear:after{clear:both}.checkmark:after{border:solid #0ab152;border-width:0 3px 3px 0;content:"";display:block;height:15px;transform:rotate(45deg);width:8px}.checkmark.checkmark-right:after{float:right;margin-right:2em}.checkmark.checkmark-left:after{float:left;margin-left:2em}.checkmark.no-checkmark:after{display:none}.complete,.ok,.on,.yes,[data-status=complete],[data-status=ok],[data-status=on],[data-status=yes]{color:#0ab152}.incomplete,.ko,.no,.off,[data-status=incomplete],[data-status=ko],[data-status=no],[data-status=off]{color:#ff2500}.plugin-card-event-tickets-plus .column-downloaded,.plugin-card-event-tickets-plus .column-rating,.plugin-card-event-tickets-plus .column-updated,.plugin-card-event-tickets .column-downloaded,.plugin-card-event-tickets .column-rating,.plugin-card-event-tickets .column-updated,.plugin-card-events-calendar-pro .column-downloaded,.plugin-card-events-calendar-pro .column-rating,.plugin-card-events-calendar-pro .column-updated,.plugin-card-events-community-tickets .column-downloaded,.plugin-card-events-community-tickets .column-rating,.plugin-card-events-community-tickets .column-updated,.plugin-card-events-community .column-downloaded,.plugin-card-events-community .column-rating,.plugin-card-events-community .column-updated,.plugin-card-image-widget-plus .column-downloaded,.plugin-card-image-widget-plus .column-rating,.plugin-card-image-widget-plus .column-updated,.plugin-card-image-widget .column-downloaded,.plugin-card-image-widget .column-rating,.plugin-card-image-widget .column-updated,.plugin-card-the-events-calendar .column-downloaded,.plugin-card-the-events-calendar .column-rating,.plugin-card-the-events-calendar .column-updated,.plugin-card-tribe-eventbrite .column-downloaded,.plugin-card-tribe-eventbrite .column-rating,.plugin-card-tribe-eventbrite .column-updated,.plugin-card-tribe-filterbar .column-downloaded,.plugin-card-tribe-filterbar .column-rating,.plugin-card-tribe-filterbar .column-updated{display:none}body.tec-help,body.tribe-welcome{background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.tec-help .update-nag,body.tribe-welcome .update-nag{display:none}body.tec-help #wpcontent,body.tribe-welcome #wpcontent{padding:0}body.tec-help .tribe_settings,body.tribe-welcome .tribe_settings{margin:0}body.tec-help #wpfooter,body.tec-help .tribe_settings>h1,body.tribe-welcome #wpfooter,body.tribe-welcome .tribe_settings>h1{display:none}body.tec-help #wpbody-content,body.tribe-welcome #wpbody-content{padding-bottom:25px}body.tec-help .tribe-dependency-error,body.tribe-welcome .tribe-dependency-error{display:none}.tribe-events-admin-content-wrapper{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;margin:0 auto;padding:0 0 30px;width:calc(100% - 40px)}.tribe-events-admin-card{background:#fff;border:1px solid #e1e1e4;border-radius:16px;box-sizing:border-box;display:block;margin:0 auto 36px;padding:27px;text-align:center}.tribe-events-admin-card--2up .tribe-events-admin-card__title{max-width:260px}.tribe-events-admin-card--3up .tribe-events-admin-card__description{height:71px}.tribe-events-admin-card--3up .tribe-events-admin-card__image{margin-bottom:28px}.tribe-events-admin-card__button{background-color:#fff;border:none;color:#3d54ff;font-size:14px;font-weight:700;letter-spacing:1px;line-height:16px;position:absolute;right:20px;text-transform:uppercase;top:17px}.tribe-events-admin-card__button:hover{color:#161b7d}.tribe-events-admin-card__description{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-top:16px}.tribe-events-admin-card__image{display:block;height:100px;margin:0 auto}.tribe-events-admin-card__link{color:#3d54ff;display:inline-block;font-size:16px;font-style:normal;font-weight:700;line-height:18px;margin-top:24px;position:relative;text-decoration:none}.tribe-events-admin-card__link:hover{color:#161b7d}.tribe-events-admin-card__link:after{border-style:solid;border-width:0 0 1px;bottom:-4px;content:"";left:0;position:absolute;width:100%}.tribe-events-admin-card__title{color:#0f1031;font-size:20px;font-weight:700;line-height:23px;margin:auto}.tribe-events-admin-card-grid{max-width:1048px}input[type=checkbox].tribe-common-switch__input{display:none}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label{background:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;cursor:pointer;display:block;height:18px;outline:0;padding:3px;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:27px}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label:after,input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label:before{content:"";display:block;height:10px;position:relative;width:10px}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label:after{background:#878787;border-radius:2px;content:"";left:0;transition:all .2s ease}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label:before{display:none}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label::selection{background:none}input[type=checkbox].tribe-common-switch__input:checked+.tribe-common-switch__label:after{background:#2e709d;left:50%}.tribe-events-admin-header__logo-word-mark{display:inline-block;height:auto;margin:0 0 26px;vertical-align:middle;width:312px}.tribe-events-admin-header{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:45px 0 0}.tribe-events-admin-header__right-image{height:280px;position:absolute;right:0;top:0;width:auto;z-index:-1}.tribe-events-admin-header__title{font-size:48px;line-height:48px;margin:0 0 18px}.tribe-events-admin-header__description{font-size:18px;line-height:28px;margin-bottom:44px;max-width:60%}.tribe-events-admin-tab-nav{display:flex;margin:0}.tribe-events-admin-tab-nav li{cursor:pointer;font-size:16px;font-weight:500;margin-bottom:0;margin-right:30px}.tribe-events-admin-tab-nav li:hover{color:#334aff}.tribe-events-admin-tab-nav .selected{border-bottom:3px solid currentColor;color:#334aff;padding-bottom:17px}.tribe-events-admin-tab-nav li:after{background:#334aff;border-radius:100px;bottom:0;content:"";display:block;height:3px;left:0;position:absolute;right:0}.tribe-events-admin__line{border-top:1px solid #e1e1e4}.tribe-events-admin-products-description{color:#0f1031;font-size:14px;line-height:2}.tribe-events-admin-products-card{align-items:center;border:1px solid #e1e1e4;border-radius:20px;display:flex;padding:10px 15px}.tribe-events-admin-products-card__icon{height:40px;object-fit:contain;width:40px}.tribe-events-admin-products-card__group{margin:0 20px;max-width:55%}.tribe-events-admin-products-card__group-title{color:#0f1031;font-size:16px;font-weight:700;line-height:1;margin:0}.tribe-events-admin-products-card__group-description{font-size:12px;margin-top:5px}.tribe-events-admin-products-card__button{background-color:#fff;border:1px solid #e1e1e4;border-radius:20px;color:#0f1031;font-size:12px;font-weight:700;letter-spacing:1px;line-height:16px;margin-left:auto;padding:10px 15px;text-decoration:none;text-transform:uppercase}.tribe-events-admin-products-card__button:hover{background-color:#334aff;color:#fff}.tribe-events-admin-products-card__button:active,.tribe-events-admin-products-card__button:focus{box-shadow:none;outline:none}.tribe-events-admin-products-card__button--active,.tribe-events-admin-products-card__button--active:active,.tribe-events-admin-products-card__button--active:focus,.tribe-events-admin-products-card__button--active:hover{background:rgba(61,84,255,.16);color:#334aff;cursor:not-allowed;text-transform:uppercase}.tribe-events-admin-card--1up{width:100%}.tribe-events-admin-card--no-pad{padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__image{display:block;height:152px;margin:0;padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__title{font-size:28px;line-height:34px;text-align:left}.tribe-events-admin-card--no-pad .tribe-events-admin-card__description{margin:0;padding:0;text-align:left}.tribe-events-admin-card--no-pad .tribe-events-admin-card__link{margin:0;padding:0}.tribe-events-admin-card--faq{display:inline-block;font-size:0;height:147px;margin:0 0 0 30px;padding:24px 16px 22px 20px;width:230px}.tribe-events-admin-card--faq:first-child{margin-left:0}.tribe-events-admin-card--faq img{float:left;height:22px;width:16px}.tribe-events-admin-card--faq .tribe-events-admin-faq__question{color:#334aff;font-size:16px;line-height:19px;margin:0 0 12px 26px;text-align:left}.tribe-events-admin-card--faq .tribe-events-admin-faq__answer{font-size:13px;line-height:16px;margin-left:26px;text-align:left}.tribe-events-admin-video{border-radius:16px;height:200px;margin-bottom:72px;-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 0);overflow:hidden;-webkit-transform:rotate(.000001deg)}.tribe-events-admin-video iframe{width:100%}.tribe-events-admin-card--promo-blue{background-color:#3d54ff;background-image:url(../images/welcome/promo.jpg)}.tribe-events-admin-card--promo-blue .tribe-events-admin-card__description{color:#fff;font-size:16px;margin-bottom:16px;text-align:left}.tribe-events-admin-card--promo-blue .tribe-events-admin-card__title{color:#fff;text-align:left}.tribe-events-admin-graphic{position:absolute;right:0;top:106px;z-index:-1}.tribe-events-admin-graphic--desktop-only{display:none}.tribe-events-admin-graphic--mobile-only{display:block}.tribe-events-admin-card__form{position:relative}input[type=email].tribe-events-admin-card__input{background:#fff;border:1px solid #e1e1e4;border-radius:16px;box-sizing:border-box;font-size:14px;height:54px}input[type=email].tribe-events-admin-card__input::placeholder{color:rgba(15,16,49,.72);letter-spacing:.5px;padding-left:10px}.tribe-events-admin-container,.tribe-events-admin-content-wrapper.tribe-events-admin-container{margin:0 auto;max-width:1024px;width:90%}.tribe-events-admin-2col-grid{display:grid;grid-gap:15px 30px;gap:15px 30px;grid-template-areas:". .";grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr}.tribe-events-admin-3col-grid{display:grid;grid-gap:30px;gap:30px;grid-template-areas:". . .";grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr}.tribe-events-admin-4col-grid{display:grid;grid-gap:30px;gap:30px;grid-template-areas:". . . .";grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:1fr}.tribe-events-admin-products{margin:10px 0 0}.tribe-events-admin-quick-nav{background:#fff;border:1px solid #e1e1e4;border-radius:16px;box-sizing:border-box;display:block;margin:40px 0 78px;padding:18px 23px 2px}.tribe-events-admin-quick-nav__link{color:#3d54ff;font-size:16px;font-weight:700;line-height:18px;text-align:center;text-decoration:none}.tribe-events-admin-quick-nav__link:hover{color:#161b7d}.tribe-events-admin-quick-nav__link-item{display:block;padding-bottom:19px}.tribe-events-admin-quick-nav__links{display:inline}.tribe-events-admin-quick-nav__title{color:rgba(15,16,49,.72);display:inline-block;font-size:14px;font-weight:400;line-height:16px;padding-bottom:14px;text-transform:uppercase}.tribe-events-admin-title{padding-top:14px}.tribe-events-admin-title__description{color:#0f1031;font-size:16px;font-weight:400;line-height:24px;max-width:584px;padding-top:15px}.tribe-events-admin-title__heading{color:#0f1031;display:inline-block;font-size:24px;font-weight:700;line-height:28px;margin:5px 0 0}.tribe-events-admin-title__logo{margin-right:8px;vertical-align:top;width:34px}.tribe-events-admin-notice{background-color:#3d54ff;height:65px}.tribe-events-admin-notice .tribe-events-admin-content-wrapper{padding-bottom:0;padding-top:8px}.tribe-events-admin-notice p{color:#fff;display:inline-block;font-family:Helvetica,sans-serif;font-size:16px;line-height:18px;margin-top:0;padding-bottom:12px;padding-left:16px;vertical-align:middle;width:calc(100% - 60px)}.tribe-events-admin-notice__logo{display:inline-block}.tribe-events-admin-tickets .tribe-events-admin-section-header{font-size:28px;line-height:32px}.tribe-events-admin-tickets .tribe-events-admin-graphic--desktop-only{width:365px}.tribe-events-admin-tickets .tribe-events-admin-graphic--mobile-only{top:230px;width:300px}.tribe-events-admin-tickets .tribe-events-admin-title__heading{margin-top:0}.tribe-events-admin-tickets .tribe-events-admin-title__logo{margin-right:4px;width:32px}.tribe-events-admin-kb{margin:10px 0 0}.tribe-events-admin-kb-card{border:1px solid #e1e1e4;border-radius:20px}.tribe-events-admin-kb-card__image{height:auto;width:100%}.tribe-events-admin-kb-card__title{color:#0f1031;flex-grow:0;font-size:20px;font-weight:700;line-height:1.2;margin:0;padding:20px 28px 10px}.tribe-events-admin-kb-card__links{margin:0;padding:0 28px 25px}.tribe-events-admin-kb-card__links li{margin:0 0 10px}.tribe-events-admin-kb-card__links li a{color:#334aff;font-size:14px;line-height:1.2;text-decoration:none}.tribe-events-admin-kb-card__links li a:focus{box-shadow:none;outline:none}.tribe-events-admin-kb-card__links li a:hover{color:#1c39bb}.tribe-events-admin-section-header{align-items:center;color:#000;display:flex;font-weight:700;justify-content:space-between;margin:0}.tribe-events-admin-section-header h3{color:#0f1031;font-size:28px;font-weight:700;line-height:1}.tribe-events-admin-section-header a{border-bottom:2px solid;color:#334aff;font-size:14px;padding-bottom:2px;text-decoration:none}.tribe-events-admin-section-header a:focus{box-shadow:none;outline:none}.tribe-events-admin-section-header a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin-faq{margin:10px 0 0}.tribe-events-admin-faq-card{border:1px solid #e1e1e4;border-radius:20px;display:flex;justify-content:space-between;padding:24px 15px 19px 19px}.tribe-events-admin-faq-card a{color:#0f1031}.tribe-events-admin-faq-card a:focus{box-shadow:none;outline:none}.tribe-events-admin-faq-card a:hover{color:#1c39bb}.tribe-events-admin-faq-card__icon img{height:22px;width:16px}.tribe-events-admin-faq-card__content{margin-left:10px}.tribe-events-admin-faq__question,.tribe-events-admin-faq__question a{color:#334aff;font-size:16px;text-decoration:none}.tribe-events-admin-faq__question a:focus{box-shadow:none;outline:none}.tribe-events-admin-faq__question a:hover{color:#1c39bb}.tribe-events-admin-faq__answer{color:#0f1031;font-size:13px;margin-top:18px}.tribe-events-admin-extensions-title{color:#0f1031;font-size:16px;line-height:1.5;margin:0 0 30px;max-width:70%}.tribe-events-admin-extensions{margin:10px 0 0}.tribe-events-admin-extensions-card{border:1px solid #e1e1e4;border-radius:20px;border-top:8px solid #334aff;padding:48px 35px 24px 25px}.tribe-events-admin-extensions-card__title{font-size:20px;margin:0}.tribe-events-admin-extensions-card__title a{color:#0f1031;font-family:Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:1.2;text-decoration:none}.tribe-events-admin-extensions-card__title a:active,.tribe-events-admin-extensions-card__title a:focus,.tribe-events-admin-extensions-card__title a:hover{box-shadow:none;color:#334aff}.tribe-events-admin-extensions-card__description{color:#0f1031;font-family:Helvetica,sans-serif;font-size:14px;line-height:1.43;margin:20px 0}.tribe-events-admin-cta{align-items:center;border:1px solid #e1e1e4;border-radius:20px;display:flex;justify-content:space-between;margin:60px 0}.tribe-events-admin-cta__image{height:152px;object-fit:contain;width:auto}.tribe-events-admin-cta__content,.tribe-events-admin__troubleshooting-cta{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 0;width:100%}.tribe-events-admin-cta__content-title{color:#0f1031;font-size:28px;font-weight:700;line-height:normal;margin:0 0 10px;text-align:center}.tribe-events-admin-cta__content-subtitle{color:#0f1031;font-size:16px;line-height:1.5;margin-bottom:10px;text-align:center}.tribe-events-admin-cta__content-description a{border-bottom:2px solid;color:#334aff;font-size:16px;font-weight:700;padding-bottom:2px;text-decoration:none}.tribe-events-admin-cta__content-description a:focus{box-shadow:none;outline:none}.tribe-events-admin-cta__content-description a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin-footer-logo{display:inline-block;vertical-align:middle;width:228px}.tribe-events-admin-step{margin:10px 0 0}.tribe-events-admin-step-card{border:1px solid #e1e1e4;border-radius:20px;display:flex;justify-content:space-between;padding:24px 15px 19px 19px}.tribe-events-admin-step-card a{border-bottom:2px solid;color:#334aff;padding-bottom:2px;text-decoration:none}.tribe-events-admin-step-card a:focus{box-shadow:none;outline:none}.tribe-events-admin-step-card a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin-step-card__icon img{height:43px;margin-right:5px;width:42px}.tribe-events-admin-step-card__content{margin-left:10px}.tribe-events-admin-step__title{color:#0f1031;font-size:20px;font-weight:700;line-height:1.2;margin-bottom:10px}.tribe-events-admin-step__answer{color:#0f1031;font-size:13px;margin-top:18px}.tribe-events-admin__system-information{display:grid;grid-gap:15px 30px;gap:15px 30px;grid-template-areas:". .";grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;margin:100px 0;position:relative}.tribe-events-admin__troubleshooting-title{color:#0f1031;font-size:28px;font-weight:700;line-height:1;margin:0}.tribe-events-admin__troubleshooting-description{color:#0f1031;font-size:18px;line-height:1.2;line-height:1.44;margin:20px 0}.tribe-events-admin__system-information-select{display:flex;margin:30px 0 20px}.tribe-events-admin__system-information-select input[type=checkbox]{margin:0 10px 0 0}.tribe-events-admin__system-information-select label{color:#0f1031;font-size:16px;line-height:1.2}.tribe-events-admin__system-information-content small{color:#0f1031;font-size:12px;line-height:1.2}.tribe-events-admin__recent-template-changes .template-updates-wrapper,.tribe-events-admin__system-information-widget{background:#0f1031;border-radius:16px;color:#fff;font-size:14px;line-height:1.14;max-height:280px;overflow:scroll;-ms-overflow-style:none;padding:12px 0 0 27px;scrollbar-width:none}.tribe-events-admin__recent-template-changes .template-updates-wrapper p{color:#fff;font-size:14px;line-height:1.14;margin:0}.tribe-events-admin__system-information-widget a{color:#334aff}.tribe-events-admin__system-information-widget a:hover{opacity:.8}.tribe-events-admin__recent-template-changes .template-updates-wrapper{padding:30px 0 30px 27px}.tribe-events-admin__recent-template-changes .template-updates-wrapper::-webkit-scrollbar,.tribe-events-admin__system-information-widget::-webkit-scrollbar{display:none}.tribe-events-admin__system-information-widget-copy{bottom:10px;position:absolute}.tribe-events-admin__system-information-widget-copy button{background-color:#334aff;border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;outline:none;padding:18px 25px;text-align:center}.tribe-events-admin__system-information-widget-copy button:hover{background-color:#1c39bb}.tribe-events-admin__system-information-widget-copy button .dashicons,.tribe-events-admin__system-information-widget-copy button .dashicons-before:before{display:none}.tribe-events-admin__system-information-widget-copy button .optin-success{color:#fff;font-size:16px;font-weight:700;text-align:center}.tribe-events-admin__recent-template-changes p{color:#0f1031;font-size:18px;line-height:1.2;line-height:1.44;margin:20px 0}.tribe-events-admin__recent-log{margin-top:50px}.tribe-events-admin__troubleshooting-event-log-wrapper label{color:#0f1031;display:block;font-size:16px;line-height:1.63;margin-bottom:10px}.tribe-events-admin__troubleshooting-event-log-wrapper #tribe-log-controls{margin:20px 0 10px}.tribe-events-admin__troubleshooting-event-log-wrapper #tribe-log-viewer{background:#0f1031;border-radius:16px;color:#fff;font-size:14px;line-height:1.14;max-height:280px;min-height:60px;overflow:scroll;-ms-overflow-style:none;padding:12px 0 0 27px;scrollbar-width:none}.tribe-events-admin__troubleshooting-event-log-wrapper #tribe-log-viewer::-webkit-scrollbar{display:none}.tribe-events-admin__troubleshooting-event-log-wrapper .download_log{border-bottom:2px solid;color:#334aff;font-size:16px;padding-bottom:2px;text-decoration:none}.tribe-events-admin__troubleshooting-event-log-wrapper .download_log:focus{box-shadow:none;outline:none}.tribe-events-admin__troubleshooting-event-log-wrapper .download_log:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin__troubleshooting-event-log-wrapper .tribe-events-admin__recent-log-filters-select-wrapper:after{display:none}.tribe-events-admin__recent-log-filters{display:flex;padding:20px 0 40px}.tribe-events-admin__recent-log-filters-field{margin-right:40px}.tribe-events-admin__recent-log-filters-select-wrapper:after{content:url(../images/help/polygon.svg);height:13px;pointer-events:none;position:absolute;right:22px;top:20px;width:14px}.tribe-events-admin__recent-log-filters-select-wrapper .select2-container--default .select2-selection--single{border:1px solid #e1e1e4!important;border-radius:16px;color:#0f1031;font-size:14px;line-height:1.14;padding:0 25px 0 15px!important}.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls{margin-bottom:20px;padding:0}.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:first-child,.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:nth-child(2),.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:nth-child(3){padding-right:75px}.tribe-events-admin__recent-log-filters-select-wrapper .select2-selection__clear{display:none}.tribe-events-admin__recent-log-filters-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{right:5px}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.tribe-events-admin__recent-log-filters-select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.tribe-events-admin__recent-log-filters-select-wrapper .select2-container .select2-selection--single .select2-selection__rendered{width:100%}.tribe-events-admin__recent-log-filters-select-wrapper select.focus-visible,.tribe-events-admin__recent-log-filters-select-wrapper select:focus-visible{outline:none}.tribe-events-admin__recent-log-filters-select-wrapper select option{color:#0f1031;font-size:14px;line-height:1.14}.tribe-events-admin__ea-status{margin-top:50px}.tribe-events-admin__issues-found-card{background-color:#f3eee8;border-radius:8px;margin-bottom:20px}.tribe-events-admin__issues-found-card:last-of-type{margin-bottom:100px}.tribe-events-admin__issues-found-card-title{align-items:center;cursor:pointer;display:flex;padding:10px 20px 10px 17px;position:relative}.tribe-events-admin__issues-found-card-title img{height:21px;margin-right:14px;object-fit:contain;width:21px}.tribe-events-admin__issues-found-card-title h3{margin:0}.tribe-events-admin__issues-found-card-title span{color:#0f1031;display:block}.tribe-events-admin__issues-found-card-title i{background-image:url(../images/help/arrow-down.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:15px;margin:12px 20px;position:absolute;right:0;top:0;transition:all .3s ease;width:15px}.tribe-events-admin__issues-found-card-title.active i{background-image:url(../images/help/arrow-up.svg);background-repeat:no-repeat;top:5px}.tribe-events-admin__issues-found-card-description{display:none;padding:0 20px 20px 55px}.tribe-events-admin__issues-found-card-description p{color:#0f1031;font-size:16px;margin:0}.tribe-events-admin__issues-found-card-description-actions{display:flex;padding:20px 0 10px}.tribe-events-admin__issues-found-card-description-actions a{border-bottom:2px solid;color:#334aff;font-size:16px;margin-right:20px;padding-bottom:5px;text-decoration:none}.tribe-events-admin__issues-found-card-description-actions a:focus{box-shadow:none;outline:none}.tribe-events-admin__issues-found-card-description-actions a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin__ea-status-table-wrapper{overflow-x:auto}.tribe-events-admin__ea-status-table{border:1px solid #e1e1e4;border-radius:16px;margin:30px 0 40px;overflow:hidden}.tribe-events-admin__ea-status-table a{border-bottom:2px solid;color:#334aff;padding-bottom:2px;text-decoration:none}.tribe-events-admin__ea-status-table a:focus{box-shadow:none;outline:none}.tribe-events-admin__ea-status-table a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin__ea-status-table tr{align-items:center;display:flex}.tribe-events-admin__ea-status-table th{color:#0f1031;font-weight:700;line-height:1.17;margin-top:10px;padding:5px 25px}.tribe-events-admin__ea-status-table td{align-items:center;color:#0f1031;display:flex;font-size:16px;line-height:1.63;padding:10px 25px;width:25%}.tribe-events-admin__ea-status-table td:nth-child(2){width:45%}.tribe-events-admin__ea-status-table td:nth-child(3){display:flex;justify-content:flex-end;width:30%}.tribe-events-admin__ea-status-table-dark{background-color:#f9f7f4}.tribe-events-admin__ea-status-table td img{height:21px;margin-right:14px;object-fit:contain;width:21px}.tec-troubleshooting,.tribe_events_page_tec-troubleshooting{background-color:#fff}#tribe-community,#tribe-ticketing{display:none}.tribe-events-admin__troubleshooting-notice{background-color:#161b7d;color:#fff;font-size:16px;line-height:1;margin-left:-1.55vw;padding:24px 0}.tribe-events-admin__troubleshooting-notice_title{margin:0 auto;max-width:1024px;padding-left:25px;width:90%}.tribe-events-admin__troubleshooting-notice_title a{border-bottom:2px solid;color:#fff;font-size:16px;line-height:1;padding-bottom:2px;text-decoration:none}.tribe-events-admin__troubleshooting-notice_title a:focus{box-shadow:none;outline:none}.tribe-events-admin__troubleshooting-notice_title a:hover{border-bottom:2px solid;color:#f3eee8}.tec-help #tec-help-community,.tec-help #tec-help-ticketing{display:none}.tec-help .tribe-events-admin-title{padding-top:25px}.tec-help .tribe-events-admin-title img{height:67px}body.tribe-welcome #fs_connect{border:1px solid #e1e1e4;border-radius:16px;box-shadow:none;box-sizing:border-box;margin-left:22px}body.tribe-welcome #fs_connect .fs-actions{background-color:transparent}body.tribe-welcome #fs_connect .fs-permissions{border-top:1px solid #e1e1e4;margin:0 16px}body.tribe-welcome #fs_connect button{background-color:#3d54ff;border-color:#3d54ff}body.tribe-welcome #fs_connect .button-secondary{background:#fff;border-color:#3d54ff;color:#3d54ff}body.tribe-welcome #fs_connect a{color:#3d54ff}body.tribe-welcome #fs_connect a:focus{box-shadow:none;outline:none}body.tribe-welcome #fs_connect a:hover{color:#161b7d}.black-friday-promo{align-items:flex-start;display:flex;flex-direction:column-reverse;justify-content:space-between}.black-friday-promo .black-friday-promo__button{background:#3d54ff;border-color:transparent;border-radius:20px;color:#fff;font-size:12px;height:34px;line-height:32px;min-height:unset;width:115px}.black-friday-promo .black-friday-promo__button:active,.black-friday-promo .black-friday-promo__button:focus,.black-friday-promo .black-friday-promo__button:hover{background:#1c39bb;border-color:transparent;color:#fff}.black-friday-promo__promo{background-position:50%;background-repeat:no-repeat;border-radius:10px;display:grid;grid-template-areas:"a b";grid-template-columns:auto 150px;height:150px;margin:10px 0;max-width:100%;width:450px}.black-friday-promo__content{grid-area:b;padding-top:8px;text-align:center}.black-friday-promo__text{color:#0f1031;font-family:monospace;font-size:16px;line-height:1;text-transform:uppercase}.black-friday-promo__branding-image{max-width:390px;width:100%}.end-of-year-sale-promo{align-items:flex-start;display:flex;flex-direction:column-reverse;justify-content:space-between}.end-of-year-sale-promo .end-of-year-sale-promo__button{background:#3d54ff;border-color:transparent;border-radius:20px;color:#fff;font-size:12px;height:34px;line-height:32px;min-height:unset;width:115px}.end-of-year-sale-promo .end-of-year-sale-promo__button:active,.end-of-year-sale-promo .end-of-year-sale-promo__button:focus,.end-of-year-sale-promo .end-of-year-sale-promo__button:hover{background:#1c39bb;border-color:transparent;color:#fff}.end-of-year-sale-promo__promo{background-color:#fff;background-position:0 0;background-repeat:no-repeat;border-radius:10px;display:grid;flex-shrink:0;grid-template-areas:"a b";grid-template-columns:auto 160px;height:150px;margin:10px 0;max-width:100%;width:460px}.end-of-year-sale-promo__content{grid-area:b;padding-top:8px;text-align:center}.end-of-year-sale-promo__text{color:#0f1031;font-family:monospace;font-size:13px;line-height:1.2;margin-bottom:8px;text-transform:uppercase}.end-of-year-sale-promo__branding-image{max-width:390px;width:100%}.tribe-common .tec-admin__upsell{display:inline-block;font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-1)}.tribe-common .tec-admin__upsell-content{align-items:center;display:flex;padding:var(--tec-spacer-1);padding-right:var(--tec-spacer-2)}.tribe-common .tec-admin__upsell-icon,.tribe-common .tec-admin__upsell-icon-image{height:24px;width:24px}.tribe-common .tec-admin__upsell-text-wrap{margin-left:var(--tec-spacer-2)}.tribe-common .tec-admin__upsell-link{color:var(--tec-color-accent-primary);font-weight:var(--tec-font-weight-bold);text-decoration:none}.tribe-common .tec-admin__upsell--rounded-corners .tec-admin__upsell-content{background:var(--tec-color-accent-primary-background);border-radius:24px}.tribe-common .tec-admin__upsell--rounded-corners-text .tec-admin__upsell-text-wrap{background:rgba(51,74,255,.1);border-radius:14px;padding:var(--tec-spacer-1) var(--tec-spacer-2)}.tribe-common .tec-admin__upsell-link--dark{color:var(--tec-color-text-primary)}.tribe-common .tec-admin__upsell-link--underlined{text-decoration:underline}.tribe-field .tec-admin__settings-image-field-btn-remove{border:none;color:#3c434a;cursor:pointer;padding:0;text-decoration:underline}.tribe-field .tec-admin__settings-image-field-image-container{height:120px;position:relative}.tribe-field .tec-admin__settings-image-field-image-container img{height:auto;max-height:100%;width:auto}.tribe-field.tribe-field-color .wp-color-result.button{align-items:stretch;border-radius:var(--tec-border-radius-default);display:flex;margin:0 6px 6px 0;min-height:30px;padding:0 0 0 var(--tec-spacer-7)}.tribe-field.tribe-field-color .wp-color-result-text{background:var(--tec-color-background);border-left:1px solid var(--tec-color-border-default);font-size:var(--tec-font-size-0);line-height:30px;padding:0 var(--tec-spacer-2)}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){#tribe-loading span{background-image:url(../images/tribe-loading@2x.gif)}}@media screen and (max-width:782px){.tribe-half-column,.tribe-row .tribe-half-column:last-child{margin:0 0 20px;width:100%}input[type=email]{width:100%}.events-cal .subsubsub{float:none}.events-cal .search-box{width:98%}.events-cal #search-submit{width:100%}.events-cal .tablenav.top{display:none}}@media screen and (min-width:500px){.api-check .tribe-mascot{display:block}.api-check .notice-content{margin-right:180px}}@media screen and (min-width:320px){.tribe-marketing-notice .tribe-marketing-notice__icon{display:block}.notice-tribe-banner .tribe-marketing-notice__content{margin-left:22px}}@media screen and (min-width:600px) and (max-width:782px){.tribe-marketing-notice .tribe-marketing-notice__content{margin-left:145px}.notice-tribe-banner .tribe-marketing-notice__content{margin-left:22px;padding:0}}@media screen and (min-width:782px){.tribe-marketing-notice .tribe-marketing-notice__content{margin-left:130px}.notice-tribe-banner .tribe-marketing-notice__content{margin-left:22px;padding:0}.events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice,.tribe-welcome .notice-tribe-banner .tribe-marketing-notice,.tribe_events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice{max-width:642px}}@media screen and (min-width:400px){.notice-tribe-banner .tribe-marketing-notice__icon{width:67px}}@media screen and (min-width:800px){.notice-tribe-banner h3{display:inline-block;font-size:1rem;margin:0 .5rem 0 0}.notice-tribe-banner a{line-height:1.5}.notice-tribe-banner a,.notice-tribe-banner p{font-size:1rem}.notice-tribe-banner p{margin:0 .5rem 0 0}.notice-tribe-banner .tribe-marketing-notice__cta{display:inline-block;margin-left:.5rem}}@media screen and (min-width:1215px){.events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice,.tribe_events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice{max-width:992px}.tribe-welcome .notice-tribe-banner .tribe-marketing-notice{max-width:1036px}}@media screen and (min-width:710px){.tribe-events-admin-content-wrapper{width:670px}.tribe-events-admin-card--2up{display:inline-block;width:calc(50% - 20px)}.tribe-events-admin-card--2up.tribe-events-admin-card--first{margin-right:36px}.tribe-events-admin-card--2up.tribe-events-admin-card--last{margin-right:0}.tribe-events-admin-card--2up .tribe-events-admin-card__image{height:100px;margin-bottom:12px}.tribe-events-admin-card--2up .tribe-events-admin-card__title{margin-bottom:27px;max-width:340px}.tribe-events-admin-card--3up{display:inline-block;margin-bottom:32px;width:calc(50% - 18px)}.tribe-events-admin-card--3up.tribe-events-admin-card--first{margin-right:32px}.tribe-events-admin-card--3up.tribe-events-admin-card--middle{margin-right:0}.tribe-events-admin-card__title{font-size:20px;line-height:23px}.tribe-events-admin-card--1up{display:inline-block;margin-left:32px;width:calc(50% - 18px)}.tribe-events-admin-card--1up .tribe-events-admin-card__description{height:71px}.tribe-events-admin-card--1up .tribe-events-admin-card__image{margin-bottom:28px}.tribe-events-admin-card--no-pad{height:154px;padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__title{margin-left:50%;padding:42px 0 10px}.tribe-events-admin-card--no-pad .tribe-events-admin-card__description{margin-left:50%}.tribe-events-admin-card--promo-blue{display:block;margin-left:0;min-height:170px;width:100%}.tribe-events-admin-card--promo-blue .tribe-events-admin-card__description{float:left;max-width:300px}.tribe-events-admin-graphic{max-width:250px;top:0}.tribe-events-admin-graphic--desktop-only{display:block}.tribe-events-admin-graphic--mobile-only{display:none}.tribe-events-admin-card__form{float:right;width:300px}input[type=email].tribe-events-admin-card__input{width:300px}.tribe-events-admin-title{padding-top:50px}.tribe-events-admin-title__description{padding-top:15px}.tribe-events-admin-title__heading{font-size:48px;line-height:55px;margin:0}.tribe-events-admin-title__logo{margin-right:14px;padding-top:5px;width:40px}.tribe-events-admin-tickets .tribe-events-admin-card__title{font-size:18px}.tribe-events-admin-tickets .tribe-events-admin-card--2up .tribe-events-admin-card__title{font-size:18px;height:66px}.tribe-events-admin-tickets .tribe-events-admin-title__logo{margin-right:8px;padding-top:4px;width:60px}}@media screen and (min-width:1217px){.tribe-events-admin-content-wrapper{max-width:1060px;width:100%}.tribe-events-admin-card--2up{margin-right:36px;width:486px}.tribe-events-admin-card--3up{width:310px}.tribe-events-admin-card--3up.tribe-events-admin-card--first,.tribe-events-admin-card--3up.tribe-events-admin-card--middle{margin-right:36px}.tribe-events-admin-card--3up.tribe-events-admin-card--last{margin-right:0}.tribe-events-admin-card--1up{margin:0 0 36px;padding:33px 44px 30px;text-align:left;width:1012px}.tribe-events-admin-card--1up .tribe-events-admin-card__description{height:auto}.tribe-events-admin-card--1up .tribe-events-admin-card__image{float:left;margin:0 48px 10px 0}.tribe-events-admin-card--no-pad{padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__image{margin:0;padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__title{margin-left:50%;padding:42px 0 10px}.tribe-events-admin-card--no-pad .tribe-events-admin-card__description{margin-left:50%}.tribe-events-admin-card--promo-blue{min-height:150px}.tribe-events-admin-card--promo-blue .tribe-events-admin-card__description{max-width:450px}.tribe-events-admin-graphic{max-width:none}.tribe-events-admin-card__form,input[type=email].tribe-events-admin-card__input{width:365px}.tribe-events-admin-quick-nav{border-radius:100px;display:inline-block;height:54px;margin:24px 0 94px;max-width:1010px;padding:0 36px 0 0}.tribe-events-admin-quick-nav__link-item{display:inline-block;padding:18px 10px 0}.tribe-events-admin-quick-nav__title{padding:19px 6px 17px 32px}.tribe-events-admin-tickets .tribe-events-admin-card--2up .tribe-events-admin-card__title{height:auto}}@media screen and (max-width:768px){.tribe-events-admin-header__logo-word-mark{width:285px}.tribe-events-admin-header__right-image{height:160px}.tribe-events-admin-header__description{max-width:100%}.tribe-events-admin-tab-nav li{margin-right:20px}.tribe-events-admin-tab-nav .selected{border-bottom:2px solid currentColor;padding-bottom:10px}.tribe-events-admin-2col-grid{grid-template-areas:".";grid-template-columns:repeat(1,minmax(0,1fr))}.tribe-events-admin-3col-grid{grid-template-areas:". .";grid-template-columns:repeat(2,minmax(0,1fr))}.tribe-events-admin-extensions-title{max-width:100%}.tribe-events-admin-cta{align-items:flex-start;flex-direction:column;overflow:hidden}.tribe-events-admin-footer-logo{width:225px}.tribe-events-admin__system-information{grid-template-areas:".";grid-template-columns:repeat(1,minmax(0,1fr));margin:50px 0}}@media screen and (max-width:480px){.tribe-events-admin-header__logo-word-mark{width:260px}.tribe-events-admin-header__right-image{height:120px}.tribe-events-admin-header__title{font-size:35px}.tribe-events-admin-header__description{max-width:100%}.tribe-events-admin-tab-nav{border:1px solid #e1e1e4;border-radius:20px;flex-direction:column;padding:18px 22px}.tribe-events-admin-tab-nav li{margin-bottom:18px;margin-right:0}.tribe-events-admin-tab-nav .selected{border-bottom:2px solid currentColor;padding-bottom:10px;width:fit-content}.tribe-events-admin__line{border:none}.tribe-events-admin-products-card,.tribe-events-admin-products-description{display:none}.tribe-events-admin-container,.tribe-events-admin-content-wrapper.tribe-events-admin-container{max-width:90%}.tribe-events-admin-2col-grid,.tribe-events-admin-3col-grid,.tribe-events-admin-4col-grid{grid-template-areas:".";grid-template-columns:repeat(1,minmax(0,1fr))}.tribe-events-admin-extensions-title{max-width:100%}.tribe-events-admin-cta__image{height:auto;width:90%}.tribe-events-admin-cta__content,.tribe-events-admin__troubleshooting-cta{align-items:flex-start;padding:32px 23px 45px;width:auto}.tribe-events-admin-cta__content-title{font-size:22px;text-align:left}.tribe-events-admin-cta__content-subtitle{text-align:left}.tribe-events-admin-footer-logo{width:210px}.tribe-events-admin__system-information{grid-template-areas:".";grid-template-columns:repeat(1,minmax(0,1fr));margin:50px 0}.tribe-events-admin__troubleshooting-notice{margin-left:-20px}.tribe-events-admin__troubleshooting-notice_title{max-width:90%}}@media screen and (min-width:1200px){.tribe-events-admin-products-card__group{max-width:47%}}@media screen and (min-width:500px) and (max-width:1080px){.tribe-events-admin-4col-grid{grid-template-areas:". .";grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:768px){.tribe-events-admin-section-header{font-size:28px;line-height:1.143;margin:50px 0 21px}}@media screen and (max-width:1080px){.tribe-events-admin-cta__content-title{font-size:24px}}@media only screen and (max-width:1920px){.tribe-events-admin__system-information-widget-copy{right:20.5vw}}@media only screen and (max-width:1280px){.tribe-events-admin__system-information-widget-copy{right:22vw}}@media only screen and (max-width:768px){.tribe-events-admin__system-information-widget-copy{left:10px;right:auto}.tribe-events-admin__recent-log-filters{flex-direction:column}.tribe-events-admin__recent-log-filters-field{margin-bottom:30px;margin-right:0}.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:first-child,.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:nth-child(2),.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:nth-child(3){padding-right:30px}.tribe-events-admin__issues-found-card-title h3{max-width:90%}}@media only screen and (max-width:480px){.tribe-events-admin__system-information-widget-copy{left:10px;right:auto}.tribe-events-admin__recent-log-filters{flex-direction:column}.tribe-events-admin__recent-log-filters-field{margin-bottom:30px;margin-right:0}.tribe-events-admin__recent-log-filters-select-wrapper:after{right:25px}.tribe-events-admin__issues-found-card-title h3{max-width:80%}.tribe-events-admin__ea-status-table{overflow:scroll}.tribe-events-admin__ea-status-table td{min-width:150px}.tribe-events-admin__ea-status-table td:nth-child(2),.tribe-events-admin__ea-status-table td:nth-child(3){width:100%}}@media (min-width:1024px){.black-friday-promo{align-items:center;flex-direction:row}.black-friday-promo__branding{padding-right:10px;width:calc(100% - 450px)}.end-of-year-sale-promo{align-items:center;flex-direction:row}.end-of-year-sale-promo__branding{padding-right:10px;width:calc(100% - 460px)}}@media (max-width:525px){.end-of-year-sale-promo__promo{grid-template-areas:"a" "b";grid-template-columns:auto;margin:20px auto;padding-top:100px;width:300px}}
1
+ .invalid input,input:out-of-range{border:2px solid red!important}.valid input{border:1px solid green}.clearfix{zoom:1}.placeholder{color:#999;cursor:text;padding:4px}input::placeholder,textarea::placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.bubble{background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:3px;border-spacing:0;padding:10px}.tribe-sticky-tooltip{color:#bbb}td.tribe_message{padding-bottom:10px!important}#tribe_thanks{float:left;margin:5px 0 0;width:200px}.tribe_brand{font-family:Georgia,serif!important;font-size:17px!important;font-weight:400;margin:8px 0}.tribe-rating{color:#3d54ff}.tribe-rating:hover{color:#1c39bb}.tribe-field-wrap .tooltip:first-child{font-style:normal}.tribe-field.indent{margin-left:252px;width:75%}.tribe-field.indent legend{font-weight:400;width:auto}.tribe-field.indent .tribe-field-wrap{padding-right:12px}.tribe-field.indent.tribe-field-radio .tribe-field-wrap{clear:left;margin-top:12px}.tribe-field.light-bordered{background-color:#fff;border:1px solid #d3d3d3}#tribe-upgrade{background:#f6f6f6;border:1px solid #ccc;border-radius:5px;margin:20px 0 30px;padding:0 20px 20px}#tribe-upgrade .message{background-color:#ffffe0;border:1px solid #e6db55;border-radius:3px;padding:6px 12px}table.plugins .tribe-plugin-update-message{background:#d54e21;color:#fff;display:inline-table;margin:6px 0;padding:10px 12px}table.plugins .tribe-plugin-update-message h4{display:inline;font-weight:700;margin-right:8px}table.plugins .tribe-plugin-update-message h4:after{content:" \00BB "}table.plugins .tribe-plugin-update-message a{color:#fff;text-decoration:underline}.tribe_settings .tribe-field-indent{margin-left:245px}.tribe_settings #pu_dashboard_message{display:none}.tribe_settings .tribe-errors-list{margin-left:15px}.tribe_settings .expiring-license{color:red}.tribe_settings .tribe-error{border:1px solid red}.tribe_settings .tribe-field-description{margin-bottom:0;position:relative;top:-12px}.tribe_settings #ical-link{top:-14px}.tribe-settings-form{max-width:1000px}.tribe-settings-form .tribe-field-checkbox_list label,.tribe-settings-form .tribe-field-radio label{display:block;margin:5px 0 5px 20px;text-indent:-20px}.tribe-settings-form .tribe-field-checkbox_list label>p,.tribe-settings-form .tribe-field-radio label>p{margin-left:1px;text-indent:0}.tribe-settings-form .tribe-field-checkbox_list label input,.tribe-settings-form .tribe-field-radio label input{margin-right:5px}.tribe-settings-form .tribe-settings-form-wrap .description{padding-left:12px}.tribe-settings-form .tribe-settings-form-wrap h3{background-color:#f9f9f9;display:flex;justify-content:space-between;margin-bottom:10px;padding:6px 12px}.tribe-settings-form .tribe-settings-form-wrap h3 .tec-top-link{font-size:var(--tec-font-size-0);font-weight:var(--tec-font-weight-regular)}.tribe-settings-form .tribe-settings-form-wrap fieldset{clear:both;display:inline-block;padding:10px 0 10px 10px}.tribe-settings-form .tribe-settings-form-wrap fieldset.tribe-field-license_key legend{width:auto}.tribe-settings-form .tribe-settings-form-wrap fieldset .description{margin-left:0;max-width:450px;padding-left:0}.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px}.tribe-settings-form .tribe-settings-form-wrap #tribe-field-stylesheetOption .description{color:#999;margin-left:1px}.tribe-settings-form .tribe-settings-form-wrap legend{float:left;font-weight:700;margin-right:20px;width:220px}.tribe-settings-form .tribe-settings-form-wrap .tribe-field-wrap{float:left;max-width:500px}.tribe-settings-form .tribe-settings-form-wrap .tribe-field-wrap :first-child:not(.wp-switch-editor){margin-top:0}.tribe-settings-form .tribe-settings-form-wrap .contained,.tribe-settings-form .tribe-settings-form-wrap .system-info,.tribe-settings-form .tribe-settings-form-wrap .tribe-sysinfo-optin-msg,.tribe-settings-form .tribe-settings-form-wrap h3+p{margin:0 0 10px;padding-left:12px}.tribe-settings-form .tribe-settings-form-wrap .tec-disabled{color:#999}.tribe-settings-form .tribe-settings-form-wrap .tec-settings-teaser-pill{background-color:var(--tec-color-border-default);border-radius:var(--tec-border-radius-default);color:var(--tec-color-text-primary);font-size:9px;margin-left:var(--tec-spacer-0);padding:calc(var(--tec-spacer-0)/2) 5px;text-transform:uppercase}.tribe-settings-form .tribe-settings-form-wrap .tec-settings-teaser-pill:focus,.tribe-settings-form .tribe-settings-form-wrap .tec-settings-teaser-pill:hover{text-decoration:underline}#modern-tribe-info,.tec-settings-header{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:8px 20px 12px}#modern-tribe-info img,.tec-settings-header img{margin:10px 0}#modern-tribe-info ul,.tec-settings-header ul{list-style:disc;margin-left:20px}#modern-tribe-info ul ul,.tec-settings-header ul ul{list-style:circle}#modern-tribe-info ul.tec-events-settings__toc,.tec-settings-header ul.tec-events-settings__toc{display:flex;flex-flow:row;list-style:none;margin:5px 0}#modern-tribe-info ul.tec-events-settings__toc li,.tec-settings-header ul.tec-events-settings__toc li{margin-bottom:0}#modern-tribe-info ul.tec-events-settings__toc li:not(:first-child),.tec-settings-header ul.tec-events-settings__toc li:not(:first-child){margin-left:1em}.tec-settings-header{padding:12px 20px}.tribe-size-small.tribe-field-textarea textarea{height:60px;width:180px}.tribe-size-small.tribe-field-email input,.tribe-size-small.tribe-field-license_key input,.tribe-size-small.tribe-field-text input{width:50px}.tribe-size-small.tribe-field-dropdown_chosen select,.tribe-size-small.tribe-field-dropdown select{width:100px}.tribe-size-medium.tribe-field-textarea textarea{height:80px;width:300px}.tribe-size-medium.tribe-field-email input,.tribe-size-medium.tribe-field-license_key input,.tribe-size-medium.tribe-field-text input{width:225px}.tribe-size-medium.tribe-field-dropdown select{width:300px}.tribe-size-medium.tribe-field-dropdown_chosen select{width:200px}.tribe-size-large.tribe-field-textarea textarea{height:120px;width:450px}.tribe-size-large.tribe-field-dropdown select,.tribe-size-large.tribe-field-email input,.tribe-size-large.tribe-field-license_key input,.tribe-size-large.tribe-field-text input{width:450px}.tribe-size-large.tribe-field-wrapped_html .tribe-field-wrap{max-width:600px}.tribe-size-large.tribe-field-wrapped_html .tribe-field-wrap .description{max-width:100%}.tribe-size-large.tribe-field-dropdown_chosen select{width:300px}.tribe-field-inline-dropdown{margin-left:0;margin-right:0}.tribe-field-inline-text{line-height:28px;margin:0 2px}.ajax-loading-license,.invalid-key,.valid-key{display:none;margin:0 5px}.ajax-loading-license{position:relative;top:5px}.key-validity{display:inline-block}.invalid-key,.optin-fail{color:red}.optin-success,.valid-key{color:green}.valid-key.service-msg{color:#b72}#additional-field-table{margin-bottom:20px}.tribe-admin-box-left{float:left;width:20%}.tribe-admin-box-left,.tribe-admin-box-right{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:0 20px 15px}.tribe-admin-box-right{float:right;width:68%}.ajax-loader{float:right;margin:10px}.tribe-arrangeable-item{border:1px solid #d3d3d3;border-radius:3px}.tribe-arrangeable-item .ui-state-default{border:none}.tribe-arrangeable-item-top{padding:6px}.tribe-arrangeable-item-top:hover{cursor:move}.tribe-arrangeable-action{float:right}.tribe-arrangeable-child{background-color:#f9f9f9;border-top:1px solid #d3d3d3;display:none;padding:25px}.tribe-arrangeable-child label{display:block;margin:0 0 7px}.tribe_events_active_filter_type_options{margin:10px 0}.tribe_events_active_filter_type_options label{margin:7px 0}#event_organizer td small,.OrganizerInfo td small{display:block;margin:0;max-width:250px}#event_organizer .organizer-email,.OrganizerInfo .organizer-email{vertical-align:top}.tribe-table-field-label{max-width:100%;width:200px}#tribe-help-general,#tribe-help-sidebar{float:left;margin-top:20px}#tribe-help-general p{margin-left:15px}#tribe-help-general ul{list-style-type:square}#tribe-help-general ol,#tribe-help-general ul{margin-bottom:20px;margin-left:35px}#tribe-help-general h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}#tribe-help-general h3~h3{margin-top:2.25em}#tribe-help-general h3+p{margin:0 0 20px;padding-left:12px}#tribe-help-general{width:65%}.tribe-help-section{padding-bottom:10px}.tribe-section-type-box{background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;padding:8px 20px 12px}.tribe-section-type-box img{height:auto;margin:10px 0;max-width:300px}.tribe-section-type-box ul{list-style:disc;margin-left:20px}.tribe-section-type-box ul ul{list-style:circle}#tribe-log-controls{padding-bottom:1rem;padding-left:12px}#tribe-log-controls>div{display:inline-block;padding-right:1rem}#tribe-log-controls .working{opacity:1;transition:opacity .2s}#tribe-log-controls .working.hidden{opacity:0;transition:opacity .2s}#tribe-log-viewer,#tribe-system-info dl.support-stats,.template-updates-wrapper{background:#000;border-radius:2px;color:#888;max-height:400px;overflow:scroll;padding:10px}#tribe-system-info dl.support-stats dt,.template-updates-wrapper dt{clear:both;float:left;font-weight:700;text-transform:uppercase;width:25%}#tribe-system-info dl.support-stats dd,.template-updates-wrapper dd{margin-left:25%;padding-left:10px}.system-info-copy .system-info-copy-btn{padding:6px}.system-info-copy .system-info-copy-btn .dashicons{padding-right:10px}.template-updates-wrapper p{margin-top:0}#tribe-help-sidebar{margin:20px 0 0 3%;max-width:225px;width:32%}.tribe-help-plugin-info{border:1px solid #ccc;padding:0 12px 12px}.tribe-help-plugin-info dd,.tribe-help-plugin-info dt{display:inline;margin:0}.tribe-help-plugin-info dt{font-weight:700}.tribe-help-plugin-info dd:after{content:"";display:block;height:.4em}.tribe-help-plugin-info dd:last-child:after{height:0}.tribe-help-plugin-info+.tribe-help-plugin-info{margin-top:20px}.tribe-help-plugin-info>div{line-height:2em}.tribe-help-plugin-info .star-rating{display:inline-block;margin-left:3px;position:relative;top:-2px}.tribe-help-plugin-info .tribe-list-addons{color:#21a6cb;font-size:24px;list-style:circle inside;margin-bottom:10px;margin-top:10px;padding-left:4px}.tribe-help-plugin-info .tribe-list-addons a{font-size:13px;left:-5px;position:relative;top:-5px}.tribe-help-plugin-info .tribe-list-addons .tribe-active-addon{list-style:disc inside}.ui-widget-overlay{background:#666;filter:alpha(opacity=50);opacity:.5}.ui-widget-shadow{background:#000;border-radius:5px;filter:alpha(opacity=20);margin:-5px 0 0 -5px;opacity:.2;padding:5px}.ui-resizable{position:relative}.ui-resizable-handle{display:block;font-size:.1px;position:absolute;z-index:99999}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;left:0;top:-5px;width:100%}.ui-resizable-s{bottom:-5px;cursor:s-resize;height:7px;left:0;width:100%}.ui-resizable-e{cursor:e-resize;height:100%;right:-5px;top:0;width:7px}.ui-resizable-w{cursor:w-resize;height:100%;left:-5px;top:0;width:7px}.ui-resizable-se{bottom:1px;cursor:se-resize;height:12px;right:1px;width:12px}.ui-resizable-sw{bottom:-5px;cursor:sw-resize;height:9px;left:-5px;width:9px}.ui-resizable-nw{cursor:nw-resize;height:9px;left:-5px;top:-5px;width:9px}.ui-resizable-ne{cursor:ne-resize;height:9px;right:-5px;top:-5px;width:9px}.ui-dialog{padding:.2em;position:relative;width:375px}.ui-dialog .ui-dialog-titlebar{padding:.5em .3em .3em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0 .2em}.ui-dialog .ui-dialog-titlebar-close{height:18px;margin:-10px 0 0;padding:1px;position:absolute;right:.3em;top:50%;width:19px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin-left:-8px;margin-top:-8px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{background:none;border:0;overflow:auto;padding:.5em 1em;zoom:1}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin:.5em 0 0;padding:.3em 1em .5em!important;text-align:right}.ui-dialog .ui-dialog-buttonpane button{cursor:pointer;line-height:1.4em;margin:.5em .4em!important;overflow:visible;padding:.2em .6em .3em;text-shadow:none;width:auto}.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none!important;text-align:center}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button .ui-button-text{display:block;line-height:1.4}#ui-datepicker-div{display:none}#tribe-loading{background:#fff;background:hsla(0,0%,100%,.8);display:none;height:100%;left:0;position:absolute;top:0;transition:all 1s linear;width:100%;z-index:4}#tribe-loading span{background:url(../images/tribe-loading.gif) 0 0 no-repeat;background-size:32px 32px;height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px}.tribe_update_page{max-width:850px}.tribe-half-column{float:left;margin-bottom:30px;margin-right:5%;width:45%}.tribe-row:after,.tribe-row:before{content:"";display:table}.tribe-row,.tribe-row:after{clear:both}.tribe-row .tribe-half-column:last-child{margin-right:0;width:50%}.tribe_update_page h2{font-size:30px;line-height:1.2;margin-bottom:20px}.tribe_update_page h3{font-size:24px;font-weight:400;line-height:24px;margin-top:0}.tribe_update_page h4{font-size:18px;font-weight:600;line-height:18px;margin:0}.tribe_update_page p{font-size:15px}p.tribe-update-message{font-size:18px;font-weight:400}.tribe_update_page h4:before{content:"\f145";font-family:dashicons;font-size:34px;line-height:1;margin-right:5px;position:relative;top:5px}a.tribe-rating-link{text-decoration:none}.tribe-update-links{margin-top:30px}.tribe_update_page li:before{content:"\2022";padding-right:3px}.tribe_update_page .rss-widget{margin:1em 0}.tribe_update_page a.rsswidget{font-size:14px;font-weight:400;line-height:1}.tribe_update_page .rss-widget li:before{display:none}.tribe-events-widget-admin-form__input-section p{margin:0}.tribe-events-widget-admin-form__input-section h4{margin:.5em 0}.tribe-update-bar{display:inline-block}.tribe-update-bar .progress{border:1px solid #ccc;float:left;margin-right:1rem;padding:1px;width:18rem}.tribe-update-bar .progress .bar{background:#7ad03a;height:1rem;width:1%}#tribe-dialog-wrapper>div{padding:1rem}#tribe-dialog-wrapper>div .stage{display:none}#tribe-dialog-wrapper #heading{background:#fff}#tribe-dialog-wrapper label{display:block}#tribe-dialog-wrapper .select-single-container{border:1px solid #888;height:300px;overflow-y:scroll}#tribe-dialog-wrapper .select-single-container label{opacity:1;padding:3px 5px;transition:opacity .2s}#tribe-dialog-wrapper .select-single-container label:nth-child(odd){background:#fff}#tribe-dialog-wrapper .select-single-container label.selected{background:#0073aa;color:#fff;font-weight:700}#tribe-dialog-wrapper .select-single-container label input{display:none}#tribe-dialog-wrapper .select-single-container.updating label{opacity:.35;transition:opacity .2s}.ui-front{z-index:1000000}.wp-list-table.plugins .column-description .update-message{color:#d54e21}.api-check{min-height:100px;padding:1em}.api-check+.notice-dismiss:hover:before{color:#fff}.api-check:after,.api-check:before{content:"";display:table}.api-check:after{clear:both}.api-check .tribe-mascot{bottom:0;display:none;padding:0 1rem 0 0;position:absolute;right:0;top:0}.api-check .tribe-mascot img{display:inline-block;height:100%;max-height:150px;max-width:150px;vertical-align:middle;width:auto}.api-check p{line-height:1.7;margin-bottom:1em}.api-check a{text-decoration:none}.api-check a:hover{text-decoration:underline}.api-check .plugin-list{display:inline;font-weight:600;margin:0;padding:0}.api-check .plugin-list span.plugin-invalid:after{content:", "}.api-check .plugin-list span.plugin-invalid:last-of-type:after{content:""}.tribe-marketing-notice{padding:1em}.tribe-marketing-notice+.notice-dismiss:hover:before{color:#fff}.tribe-marketing-notice:after,.tribe-marketing-notice:before{content:"";display:table}.tribe-marketing-notice:after{clear:both}.tribe-marketing-notice .tribe-marketing-notice__icon{display:none;flex-shrink:0;padding:0;position:static}.tribe-marketing-notice .tribe-marketing-notice__icon img{display:inline-block;max-height:100%;max-width:none;vertical-align:middle;width:100%}.tribe-marketing-notice h3{margin-bottom:.5em;margin-top:.5em}.tribe-marketing-notice p{line-height:1.7;margin-bottom:.5em}.tribe-marketing-notice a{text-decoration:none}.tribe-marketing-notice a:hover{text-decoration:underline}.notice-tribe-banner .tribe-marketing-notice__icon{width:47px}.notice-tribe-banner .tribe-marketing-notice__content{margin-left:0;padding:1em 0}.notice-tribe-banner.tribe-notice-stellar-sale .tribe-marketing-notice{min-height:50px}.notice-tribe-banner.tribe-notice-stellar-sale .tribe-marketing-notice__content{align-content:center;display:flex;flex-wrap:wrap;justify-content:center;margin:auto}.notice-tribe-banner.tribe-notice-stellar-sale .tribe-marketing-notice__icon{align-self:baseline;height:20px;margin:auto 14px auto 0;width:13px}.notice-tribe-banner.tribe-notice-stellar-sale .tribe-marketing-notice__icon .tribe-common-c-svgicon--stellar-icon circle{stroke:#fff}.notice-tribe-banner.tribe-notice-stellar-sale .tec-stellar-sale-text{fill:#fff;height:16px;margin:unset;margin-top:.25em;stroke:#fff;width:176px}.notice-tribe-banner.tribe-notice-stellar-sale h3{font-weight:400;margin:auto 8px auto 14px;text-align:center}.notice-tribe-banner h3{color:#fff;display:block;font-size:.875rem;line-height:1.25;margin:0 0 .25rem}.notice-tribe-banner a{border-bottom:1px solid;line-height:1.25;margin:0;text-decoration:none}.notice-tribe-banner a:hover{text-decoration:none}.notice-tribe-banner a,.notice-tribe-banner p{color:#fff;display:inline-block;font-size:.875rem;line-height:1.25}.notice-tribe-banner p{display:inline-block;margin:0;padding:0}.notice-tribe-banner .tribe-marketing-notice{align-items:center;display:flex;justify-content:flex-start;margin:0 auto;min-height:65px;padding:0 .75rem;width:100%}.events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice,.tribe-welcome .notice-tribe-banner .tribe-marketing-notice,.tribe_events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice{max-width:100%}.notice-tribe-banner .notice-dismiss{position:static}.notice-tribe-banner .notice-dismiss:before{color:#eaf1ff}#wpcontent .notice-tribe-banner{align-items:center;background-color:#161b7d;border:0;box-shadow:none;display:flex;justify-content:flex-start;margin:0 0 16px;padding-right:0}#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale{background-color:#000}#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale a{color:#d8ff00;text-transform:uppercase}#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale a:active,#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale a:focus,#wpcontent .notice-tribe-banner.tribe-notice-stellar-sale a:hover{color:#e6b1fc}.tribe-dropdown,.tribe-ea-dropdown{max-width:100%;width:auto}.tribe-dropdown.select2-container .selection,.tribe-ea-dropdown.select2-container .selection{margin-top:inherit}.tribe-dropdown .select2-selection--single,.tribe-ea-dropdown .select2-selection--single{height:32px}.tribe-dropdown .select2-selection--single .select2-selection__clear,.tribe-ea-dropdown .select2-selection--single .select2-selection__clear{line-height:28px}.tribe-dropdown .select2-selection--single .select2-selection__rendered,.tribe-ea-dropdown .select2-selection--single .select2-selection__rendered{line-height:32px;padding-right:28px}.tribe-dropdown.select2-container--focus .select2-selection--single,.tribe-ea-dropdown.select2-container--focus .select2-selection--single{border-color:#5897fb;box-shadow:0 0 5px rgba(0,0,0,.1)}.tribe-dropdown.select2-container--open .select2-search__field,.tribe-ea-dropdown.select2-container--open .select2-search__field{padding:0}.tribe-dropdown.select2-container--open .select2-dropdown--below,.tribe-ea-dropdown.select2-container--open .select2-dropdown--below{border-top:1px solid #aaa;margin-top:-1px}.tribe-dropdown.select2-container--open .select2-dropdown--above,.tribe-ea-dropdown.select2-container--open .select2-dropdown--above{border-bottom:1px solid #aaa;margin-bottom:-16px}.tribe-dropdown.select2-container--open .select2-selection--single,.tribe-ea-dropdown.select2-container--open .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#aaa}.tribe-dropdown.select2-container--open .select2-selection__arrow b,.tribe-ea-dropdown.select2-container--open .select2-selection__arrow b{transform:rotate(180deg)}.tribe-dropdown.select2-selection--single,.tribe-ea-dropdown.select2-selection--single{background-image:none;border:1px solid #ccc;border-radius:3px;overflow:hidden}.tribe-dropdown.select2-selection--single>.select2-selection__rendered,.tribe-ea-dropdown.select2-selection--single>.select2-selection__rendered{white-space:normal}.tribe-dropdown.select2-selection--single .select2-selection__arrow,.tribe-ea-dropdown.select2-selection--single .select2-selection__arrow{background:transparent;background-image:none;border-left:0;top:2px;width:26px}.tribe-dropdown.select2-selection--single .select2-selection__arrow b,.tribe-ea-dropdown.select2-selection--single .select2-selection__arrow b{background:#fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;background-size:auto;background-size:16px 16px;border:0;bottom:0;display:block;height:auto;left:0;margin:0;padding:0;right:0;top:0;width:auto}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered{background-image:none;border:1px solid #ccc;border-radius:3px;min-height:25px}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline{line-height:25px}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline input,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-search--inline input{padding-bottom:0;padding-top:0}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{line-height:19px;margin-top:2px;padding-bottom:0;padding-top:0}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice div,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice div{line-height:inherit}.tribe-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove,.tribe-ea-dropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove{left:4px;top:3px;transition-property:border,color}.select2-results .select2-results__option{color:#939393;font-weight:400;margin-bottom:0}.select2-results .select2-results__option[aria-disabled=true]{background-color:#e0e0e0}.select2-results.select2-results__option--highlighted{background-color:#efefef;color:#a1a1a1;cursor:default;display:block}.wp-core-ui .button-red{background-color:#a00;border-color:#9b2124;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red.hover,.wp-core-ui .button-red:focus,.wp-core-ui .button-red:hover{background-color:#a00;border-color:#7f1c1f;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red:focus{border-color:#500f0e;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .button-red.active,.wp-core-ui .button-red.active:focus,.wp-core-ui .button-red.active:hover,.wp-core-ui .button-red:active{background:#7f1c1f;border-color:#601312 #ae2426 #ae2426;box-shadow:inset 0 1px 0 rgba(0,0,0,.1);color:hsla(0,0%,100%,.95);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red-disabled,.wp-core-ui .button-red:disabled,.wp-core-ui .button-red[disabled]{background:#ba292b!important;border-color:#7f1c1f!important;box-shadow:none!important;color:#e79496!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.ticket_form .select2-container .select2-selection--single .select2-selection__arrow{display:none}.clear{zoom:1}.clear:after,.clear:before{content:" ";display:table}.clear:after{clear:both}.checkmark:after{border:solid #0ab152;border-width:0 3px 3px 0;content:"";display:block;height:15px;transform:rotate(45deg);width:8px}.checkmark.checkmark-right:after{float:right;margin-right:2em}.checkmark.checkmark-left:after{float:left;margin-left:2em}.checkmark.no-checkmark:after{display:none}.complete,.ok,.on,.yes,[data-status=complete],[data-status=ok],[data-status=on],[data-status=yes]{color:#0ab152}.incomplete,.ko,.no,.off,[data-status=incomplete],[data-status=ko],[data-status=no],[data-status=off]{color:#ff2500}.plugin-card-event-tickets-plus .column-downloaded,.plugin-card-event-tickets-plus .column-rating,.plugin-card-event-tickets-plus .column-updated,.plugin-card-event-tickets .column-downloaded,.plugin-card-event-tickets .column-rating,.plugin-card-event-tickets .column-updated,.plugin-card-events-calendar-pro .column-downloaded,.plugin-card-events-calendar-pro .column-rating,.plugin-card-events-calendar-pro .column-updated,.plugin-card-events-community-tickets .column-downloaded,.plugin-card-events-community-tickets .column-rating,.plugin-card-events-community-tickets .column-updated,.plugin-card-events-community .column-downloaded,.plugin-card-events-community .column-rating,.plugin-card-events-community .column-updated,.plugin-card-image-widget-plus .column-downloaded,.plugin-card-image-widget-plus .column-rating,.plugin-card-image-widget-plus .column-updated,.plugin-card-image-widget .column-downloaded,.plugin-card-image-widget .column-rating,.plugin-card-image-widget .column-updated,.plugin-card-the-events-calendar .column-downloaded,.plugin-card-the-events-calendar .column-rating,.plugin-card-the-events-calendar .column-updated,.plugin-card-tribe-eventbrite .column-downloaded,.plugin-card-tribe-eventbrite .column-rating,.plugin-card-tribe-eventbrite .column-updated,.plugin-card-tribe-filterbar .column-downloaded,.plugin-card-tribe-filterbar .column-rating,.plugin-card-tribe-filterbar .column-updated{display:none}body.tec-help,body.tribe-welcome{background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.tec-help .update-nag,body.tribe-welcome .update-nag{display:none}body.tec-help #wpcontent,body.tribe-welcome #wpcontent{padding:0}body.tec-help .tribe_settings,body.tribe-welcome .tribe_settings{margin:0}body.tec-help #wpfooter,body.tec-help .tribe_settings>h1,body.tribe-welcome #wpfooter,body.tribe-welcome .tribe_settings>h1{display:none}body.tec-help #wpbody-content,body.tribe-welcome #wpbody-content{padding-bottom:25px}body.tec-help .tribe-dependency-error,body.tribe-welcome .tribe-dependency-error{display:none}.tribe-events-admin-content-wrapper{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;margin:0 auto;padding:0 0 30px;width:calc(100% - 40px)}.tribe-events-admin-card{background:#fff;border:1px solid #e1e1e4;border-radius:16px;box-sizing:border-box;display:block;margin:0 auto 36px;padding:27px;text-align:center}.tribe-events-admin-card--2up .tribe-events-admin-card__title{max-width:260px}.tribe-events-admin-card--3up .tribe-events-admin-card__description{height:71px}.tribe-events-admin-card--3up .tribe-events-admin-card__image{margin-bottom:28px}.tribe-events-admin-card__button{background-color:#fff;border:none;color:#3d54ff;font-size:14px;font-weight:700;letter-spacing:1px;line-height:16px;position:absolute;right:20px;text-transform:uppercase;top:17px}.tribe-events-admin-card__button:hover{color:#161b7d}.tribe-events-admin-card__description{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-top:16px}.tribe-events-admin-card__image{display:block;height:100px;margin:0 auto}.tribe-events-admin-card__link{color:#3d54ff;display:inline-block;font-size:16px;font-style:normal;font-weight:700;line-height:18px;margin-top:24px;position:relative;text-decoration:none}.tribe-events-admin-card__link:hover{color:#161b7d}.tribe-events-admin-card__link:after{border-style:solid;border-width:0 0 1px;bottom:-4px;content:"";left:0;position:absolute;width:100%}.tribe-events-admin-card__title{color:#0f1031;font-size:20px;font-weight:700;line-height:23px;margin:auto}.tribe-events-admin-card-grid{max-width:1048px}input[type=checkbox].tribe-common-switch__input{display:none}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label{background:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;cursor:pointer;display:block;height:18px;outline:0;padding:3px;position:relative;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:27px}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label:after,input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label:before{content:"";display:block;height:10px;position:relative;width:10px}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label:after{background:#878787;border-radius:2px;content:"";left:0;transition:all .2s ease}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label:before{display:none}input[type=checkbox].tribe-common-switch__input+.tribe-common-switch__label::selection{background:none}input[type=checkbox].tribe-common-switch__input:checked+.tribe-common-switch__label:after{background:#2e709d;left:50%}.tribe-events-admin-header__logo-word-mark{display:inline-block;height:auto;margin:0 0 26px;vertical-align:middle;width:312px}.tribe-events-admin-header{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:45px 0 0}.tribe-events-admin-header__right-image{height:280px;position:absolute;right:0;top:0;width:auto;z-index:-1}.tribe-events-admin-header__title{font-size:48px;line-height:48px;margin:0 0 18px}.tribe-events-admin-header__description{font-size:18px;line-height:28px;margin-bottom:44px;max-width:60%}.tribe-events-admin-tab-nav{display:flex;margin:0}.tribe-events-admin-tab-nav li{cursor:pointer;font-size:16px;font-weight:500;margin-bottom:0;margin-right:30px}.tribe-events-admin-tab-nav li:hover{color:#334aff}.tribe-events-admin-tab-nav li:after{background:#334aff;border-radius:100px;bottom:0;content:"";display:block;height:3px;left:0;position:absolute;right:0}.tribe-events-admin-tab-nav .selected{border-bottom:3px solid currentColor;color:#334aff;padding-bottom:17px}.tribe-events-admin__line{border-top:1px solid #e1e1e4}.tribe-events-admin-products-description{color:#0f1031;font-size:14px;line-height:2}.tribe-events-admin-products-card{align-items:center;border:1px solid #e1e1e4;border-radius:20px;display:flex;padding:10px 15px}.tribe-events-admin-products-card__icon{height:40px;object-fit:contain;width:40px}.tribe-events-admin-products-card__group{margin:0 20px;max-width:55%}.tribe-events-admin-products-card__group-title{color:#0f1031;font-size:16px;font-weight:700;line-height:1;margin:0}.tribe-events-admin-products-card__group-description{font-size:12px;margin-top:5px}.tribe-events-admin-products-card__button{background-color:#fff;border:1px solid #e1e1e4;border-radius:20px;color:#0f1031;font-size:12px;font-weight:700;letter-spacing:1px;line-height:16px;margin-left:auto;padding:10px 15px;text-decoration:none;text-transform:uppercase}.tribe-events-admin-products-card__button:hover{background-color:#334aff;color:#fff}.tribe-events-admin-products-card__button:active,.tribe-events-admin-products-card__button:focus{box-shadow:none;outline:none}.tribe-events-admin-products-card__button--active,.tribe-events-admin-products-card__button--active:active,.tribe-events-admin-products-card__button--active:focus,.tribe-events-admin-products-card__button--active:hover{background:rgba(61,84,255,.16);color:#334aff;cursor:not-allowed;text-transform:uppercase}.tribe-events-admin-card--1up{width:100%}.tribe-events-admin-card--no-pad{padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__image{display:block;height:152px;margin:0;padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__title{font-size:28px;line-height:34px;text-align:left}.tribe-events-admin-card--no-pad .tribe-events-admin-card__description{margin:0;padding:0;text-align:left}.tribe-events-admin-card--no-pad .tribe-events-admin-card__link{margin:0;padding:0}.tribe-events-admin-card--faq{display:inline-block;font-size:0;height:147px;margin:0 0 0 30px;padding:24px 16px 22px 20px;width:230px}.tribe-events-admin-card--faq:first-child{margin-left:0}.tribe-events-admin-card--faq img{float:left;height:22px;width:16px}.tribe-events-admin-card--faq .tribe-events-admin-faq__question{color:#334aff;font-size:16px;line-height:19px;margin:0 0 12px 26px;text-align:left}.tribe-events-admin-card--faq .tribe-events-admin-faq__answer{font-size:13px;line-height:16px;margin-left:26px;text-align:left}.tribe-events-admin-video{border-radius:16px;height:200px;margin-bottom:72px;-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 0);overflow:hidden;-webkit-transform:rotate(.000001deg)}.tribe-events-admin-video iframe{width:100%}.tribe-events-admin-card--promo-blue{background-color:#3d54ff;background-image:url(../images/welcome/promo.jpg)}.tribe-events-admin-card--promo-blue .tribe-events-admin-card__description{color:#fff;font-size:16px;margin-bottom:16px;text-align:left}.tribe-events-admin-card--promo-blue .tribe-events-admin-card__title{color:#fff;text-align:left}.tribe-events-admin-graphic{position:absolute;right:0;top:106px;z-index:-1}.tribe-events-admin-graphic--desktop-only{display:none}.tribe-events-admin-graphic--mobile-only{display:block}.tribe-events-admin-card__form{position:relative}input[type=email].tribe-events-admin-card__input{background:#fff;border:1px solid #e1e1e4;border-radius:16px;box-sizing:border-box;font-size:14px;height:54px}input[type=email].tribe-events-admin-card__input::placeholder{color:rgba(15,16,49,.72);letter-spacing:.5px;padding-left:10px}.tribe-events-admin-container,.tribe-events-admin-content-wrapper.tribe-events-admin-container{margin:0 auto;max-width:1024px;width:90%}.tribe-events-admin-2col-grid{display:grid;grid-gap:15px 30px;gap:15px 30px;grid-template-areas:". .";grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr}.tribe-events-admin-3col-grid{display:grid;grid-gap:30px;gap:30px;grid-template-areas:". . .";grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr}.tribe-events-admin-4col-grid{display:grid;grid-gap:30px;gap:30px;grid-template-areas:". . . .";grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:1fr}.tribe-events-admin-products{margin:10px 0 0}.tribe-events-admin-quick-nav{background:#fff;border:1px solid #e1e1e4;border-radius:16px;box-sizing:border-box;display:block;margin:40px 0 78px;padding:18px 23px 2px}.tribe-events-admin-quick-nav__link{color:#3d54ff;font-size:16px;font-weight:700;line-height:18px;text-align:center;text-decoration:none}.tribe-events-admin-quick-nav__link:hover{color:#161b7d}.tribe-events-admin-quick-nav__link-item{display:block;padding-bottom:19px}.tribe-events-admin-quick-nav__links{display:inline}.tribe-events-admin-quick-nav__title{color:rgba(15,16,49,.72);display:inline-block;font-size:14px;font-weight:400;line-height:16px;padding-bottom:14px;text-transform:uppercase}.tribe-events-admin-title{padding-top:14px}.tribe-events-admin-title__description{color:#0f1031;font-size:16px;font-weight:400;line-height:24px;max-width:584px;padding-top:15px}.tribe-events-admin-title__heading{color:#0f1031;display:inline-block;font-size:24px;font-weight:700;line-height:28px;margin:5px 0 0}.tribe-events-admin-title__logo{margin-right:8px;vertical-align:top;width:34px}.tribe-events-admin-notice{background-color:#3d54ff;height:65px}.tribe-events-admin-notice .tribe-events-admin-content-wrapper{padding-bottom:0;padding-top:8px}.tribe-events-admin-notice p{color:#fff;display:inline-block;font-family:Helvetica,sans-serif;font-size:16px;line-height:18px;margin-top:0;padding-bottom:12px;padding-left:16px;vertical-align:middle;width:calc(100% - 60px)}.tribe-events-admin-notice__logo{display:inline-block}.tribe-events-admin-tickets .tribe-events-admin-section-header{font-size:28px;line-height:32px}.tribe-events-admin-tickets .tribe-events-admin-graphic--desktop-only{width:365px}.tribe-events-admin-tickets .tribe-events-admin-graphic--mobile-only{top:230px;width:300px}.tribe-events-admin-tickets .tribe-events-admin-title__heading{margin-top:0}.tribe-events-admin-tickets .tribe-events-admin-title__logo{margin-right:4px;width:32px}.tribe-events-admin-kb{margin:10px 0 0}.tribe-events-admin-kb-card{border:1px solid #e1e1e4;border-radius:20px}.tribe-events-admin-kb-card__image{height:auto;width:100%}.tribe-events-admin-kb-card__title{color:#0f1031;flex-grow:0;font-size:20px;font-weight:700;line-height:1.2;margin:0;padding:20px 28px 10px}.tribe-events-admin-kb-card__links{margin:0;padding:0 28px 25px}.tribe-events-admin-kb-card__links li{margin:0 0 10px}.tribe-events-admin-kb-card__links li a{color:#334aff;font-size:14px;line-height:1.2;text-decoration:none}.tribe-events-admin-kb-card__links li a:focus{box-shadow:none;outline:none}.tribe-events-admin-kb-card__links li a:hover{color:#1c39bb}.tribe-events-admin-section-header{align-items:center;color:#000;display:flex;font-weight:700;justify-content:space-between;margin:0}.tribe-events-admin-section-header h3{color:#0f1031;font-size:28px;font-weight:700;line-height:1}.tribe-events-admin-section-header a{border-bottom:2px solid;color:#334aff;font-size:14px;padding-bottom:2px;text-decoration:none}.tribe-events-admin-section-header a:focus{box-shadow:none;outline:none}.tribe-events-admin-section-header a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin-faq{margin:10px 0 0}.tribe-events-admin-faq-card{border:1px solid #e1e1e4;border-radius:20px;display:flex;justify-content:space-between;padding:24px 15px 19px 19px}.tribe-events-admin-faq-card a{color:#0f1031}.tribe-events-admin-faq-card a:focus{box-shadow:none;outline:none}.tribe-events-admin-faq-card a:hover{color:#1c39bb}.tribe-events-admin-faq-card__icon img{height:22px;width:16px}.tribe-events-admin-faq-card__content{margin-left:10px}.tribe-events-admin-faq__question,.tribe-events-admin-faq__question a{color:#334aff;font-size:16px;text-decoration:none}.tribe-events-admin-faq__question a:focus{box-shadow:none;outline:none}.tribe-events-admin-faq__question a:hover{color:#1c39bb}.tribe-events-admin-faq__answer{color:#0f1031;font-size:13px;margin-top:18px}.tribe-events-admin-extensions-title{color:#0f1031;font-size:16px;line-height:1.5;margin:0 0 30px;max-width:70%}.tribe-events-admin-extensions{margin:10px 0 0}.tribe-events-admin-extensions-card{border:1px solid #e1e1e4;border-radius:20px;border-top:8px solid #334aff;padding:48px 35px 24px 25px}.tribe-events-admin-extensions-card__title{font-size:20px;margin:0}.tribe-events-admin-extensions-card__title a{color:#0f1031;font-family:Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:1.2;text-decoration:none}.tribe-events-admin-extensions-card__title a:active,.tribe-events-admin-extensions-card__title a:focus,.tribe-events-admin-extensions-card__title a:hover{box-shadow:none;color:#334aff}.tribe-events-admin-extensions-card__description{color:#0f1031;font-family:Helvetica,sans-serif;font-size:14px;line-height:1.43;margin:20px 0}.tribe-events-admin-cta{align-items:center;border:1px solid #e1e1e4;border-radius:20px;display:flex;justify-content:space-between;margin:60px 0}.tribe-events-admin-cta__image{height:152px;object-fit:contain;width:auto}.tribe-events-admin-cta__content,.tribe-events-admin__troubleshooting-cta{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 0;width:100%}.tribe-events-admin-cta__content-title{color:#0f1031;font-size:28px;font-weight:700;line-height:normal;margin:0 0 10px;text-align:center}.tribe-events-admin-cta__content-subtitle{color:#0f1031;font-size:16px;line-height:1.5;margin-bottom:10px;text-align:center}.tribe-events-admin-cta__content-description a{border-bottom:2px solid;color:#334aff;font-size:16px;font-weight:700;padding-bottom:2px;text-decoration:none}.tribe-events-admin-cta__content-description a:focus{box-shadow:none;outline:none}.tribe-events-admin-cta__content-description a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin-footer-logo{display:inline-block;vertical-align:middle;width:228px}.tribe-events-admin-step{margin:10px 0 0}.tribe-events-admin-step-card{border:1px solid #e1e1e4;border-radius:20px;display:flex;justify-content:space-between;padding:24px 15px 19px 19px}.tribe-events-admin-step-card a{border-bottom:2px solid;color:#334aff;padding-bottom:2px;text-decoration:none}.tribe-events-admin-step-card a:focus{box-shadow:none;outline:none}.tribe-events-admin-step-card a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin-step-card__icon img{height:43px;margin-right:5px;width:42px}.tribe-events-admin-step-card__content{margin-left:10px}.tribe-events-admin-step__title{color:#0f1031;font-size:20px;font-weight:700;line-height:1.2;margin-bottom:10px}.tribe-events-admin-step__answer{color:#0f1031;font-size:13px;margin-top:18px}.tribe-events-admin__system-information{display:grid;grid-gap:15px 30px;gap:15px 30px;grid-template-areas:". .";grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;margin:100px 0;position:relative}.tribe-events-admin__troubleshooting-title{color:#0f1031;font-size:28px;font-weight:700;line-height:1;margin:0}.tribe-events-admin__troubleshooting-description{color:#0f1031;font-size:18px;line-height:1.2;line-height:1.44;margin:20px 0}.tribe-events-admin__system-information-select{display:flex;margin:30px 0 20px}.tribe-events-admin__system-information-select input[type=checkbox]{margin:0 10px 0 0}.tribe-events-admin__system-information-select label{color:#0f1031;font-size:16px;line-height:1.2}.tribe-events-admin__system-information-content small{color:#0f1031;font-size:12px;line-height:1.2}.tribe-events-admin__recent-template-changes .template-updates-wrapper,.tribe-events-admin__system-information-widget{background:#0f1031;border-radius:16px;color:#fff;font-size:14px;line-height:1.14;max-height:280px;overflow:scroll;-ms-overflow-style:none;padding:12px 0 0 27px;scrollbar-width:none}.tribe-events-admin__recent-template-changes .template-updates-wrapper p{color:#fff;font-size:14px;line-height:1.14;margin:0}.tribe-events-admin__system-information-widget a{color:#334aff}.tribe-events-admin__system-information-widget a:hover{opacity:.8}.tribe-events-admin__recent-template-changes .template-updates-wrapper{padding:30px 0 30px 27px}.tribe-events-admin__recent-template-changes .template-updates-wrapper::-webkit-scrollbar,.tribe-events-admin__system-information-widget::-webkit-scrollbar{display:none}.tribe-events-admin__system-information-widget-copy{bottom:10px;position:absolute}.tribe-events-admin__system-information-widget-copy button{background-color:#334aff;border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;outline:none;padding:18px 25px;text-align:center}.tribe-events-admin__system-information-widget-copy button:hover{background-color:#1c39bb}.tribe-events-admin__system-information-widget-copy button .dashicons,.tribe-events-admin__system-information-widget-copy button .dashicons-before:before{display:none}.tribe-events-admin__system-information-widget-copy button .optin-success{color:#fff;font-size:16px;font-weight:700;text-align:center}.tribe-events-admin__recent-template-changes p{color:#0f1031;font-size:18px;line-height:1.2;line-height:1.44;margin:20px 0}.tribe-events-admin__recent-log{margin-top:50px}.tribe-events-admin__troubleshooting-event-log-wrapper label{color:#0f1031;display:block;font-size:16px;line-height:1.63;margin-bottom:10px}.tribe-events-admin__troubleshooting-event-log-wrapper #tribe-log-controls{margin:20px 0 10px}.tribe-events-admin__troubleshooting-event-log-wrapper #tribe-log-viewer{background:#0f1031;border-radius:16px;color:#fff;font-size:14px;line-height:1.14;max-height:280px;min-height:60px;overflow:scroll;-ms-overflow-style:none;padding:12px 0 0 27px;scrollbar-width:none}.tribe-events-admin__troubleshooting-event-log-wrapper #tribe-log-viewer::-webkit-scrollbar{display:none}.tribe-events-admin__troubleshooting-event-log-wrapper .download_log{border-bottom:2px solid;color:#334aff;font-size:16px;padding-bottom:2px;text-decoration:none}.tribe-events-admin__troubleshooting-event-log-wrapper .download_log:focus{box-shadow:none;outline:none}.tribe-events-admin__troubleshooting-event-log-wrapper .download_log:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin__troubleshooting-event-log-wrapper .tribe-events-admin__recent-log-filters-select-wrapper:after{display:none}.tribe-events-admin__recent-log-filters{display:flex;padding:20px 0 40px}.tribe-events-admin__recent-log-filters-field{margin-right:40px}.tribe-events-admin__recent-log-filters-select-wrapper:after{content:url(../images/help/polygon.svg);height:13px;pointer-events:none;position:absolute;right:22px;top:20px;width:14px}.tribe-events-admin__recent-log-filters-select-wrapper .select2-container--default .select2-selection--single{border:1px solid #e1e1e4!important;border-radius:16px;color:#0f1031;font-size:14px;line-height:1.14;padding:0 25px 0 15px!important}.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls{margin-bottom:20px;padding:0}.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:first-child,.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:nth-child(2),.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:nth-child(3){padding-right:75px}.tribe-events-admin__recent-log-filters-select-wrapper .select2-selection__clear{display:none}.tribe-events-admin__recent-log-filters-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{right:5px}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.tribe-events-admin__recent-log-filters-select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.tribe-events-admin__recent-log-filters-select-wrapper .select2-container .select2-selection--single .select2-selection__rendered{width:100%}.tribe-events-admin__recent-log-filters-select-wrapper select:focus-visible{outline:none}.tribe-events-admin__recent-log-filters-select-wrapper select option{color:#0f1031;font-size:14px;line-height:1.14}.tribe-events-admin__ea-status{margin-top:50px}.tribe-events-admin__issues-found-card{background-color:#f3eee8;border-radius:8px;margin-bottom:20px}.tribe-events-admin__issues-found-card:last-of-type{margin-bottom:100px}.tribe-events-admin__issues-found-card-title{align-items:center;cursor:pointer;display:flex;padding:10px 20px 10px 17px;position:relative}.tribe-events-admin__issues-found-card-title img{height:21px;margin-right:14px;object-fit:contain;width:21px}.tribe-events-admin__issues-found-card-title h3{margin:0}.tribe-events-admin__issues-found-card-title span{color:#0f1031;display:block}.tribe-events-admin__issues-found-card-title i{background-image:url(../images/help/arrow-down.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:15px;margin:12px 20px;position:absolute;right:0;top:0;transition:all .3s ease;width:15px}.tribe-events-admin__issues-found-card-title.active i{background-image:url(../images/help/arrow-up.svg);background-repeat:no-repeat;top:5px}.tribe-events-admin__issues-found-card-description{display:none;padding:0 20px 20px 55px}.tribe-events-admin__issues-found-card-description p{color:#0f1031;font-size:16px;margin:0}.tribe-events-admin__issues-found-card-description-actions{display:flex;padding:20px 0 10px}.tribe-events-admin__issues-found-card-description-actions a{border-bottom:2px solid;color:#334aff;font-size:16px;margin-right:20px;padding-bottom:5px;text-decoration:none}.tribe-events-admin__issues-found-card-description-actions a:focus{box-shadow:none;outline:none}.tribe-events-admin__issues-found-card-description-actions a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin__ea-status-table-wrapper{overflow-x:auto}.tribe-events-admin__ea-status-table{border:1px solid #e1e1e4;border-radius:16px;margin:30px 0 40px;overflow:hidden}.tribe-events-admin__ea-status-table a{border-bottom:2px solid;color:#334aff;padding-bottom:2px;text-decoration:none}.tribe-events-admin__ea-status-table a:focus{box-shadow:none;outline:none}.tribe-events-admin__ea-status-table a:hover{border-bottom:2px solid;color:#1c39bb}.tribe-events-admin__ea-status-table tr{align-items:center;display:flex}.tribe-events-admin__ea-status-table th{color:#0f1031;font-weight:700;line-height:1.17;margin-top:10px;padding:5px 25px}.tribe-events-admin__ea-status-table td{align-items:center;color:#0f1031;display:flex;font-size:16px;line-height:1.63;padding:10px 25px;width:25%}.tribe-events-admin__ea-status-table td:nth-child(2){width:45%}.tribe-events-admin__ea-status-table td:nth-child(3){display:flex;justify-content:flex-end;width:30%}.tribe-events-admin__ea-status-table-dark{background-color:#f9f7f4}.tribe-events-admin__ea-status-table td img{height:21px;margin-right:14px;object-fit:contain;width:21px}.tec-troubleshooting,.tribe_events_page_tec-troubleshooting{background-color:#fff}#tribe-community,#tribe-ticketing{display:none}.tribe-events-admin__troubleshooting-notice{background-color:#161b7d;color:#fff;font-size:16px;line-height:1;margin-left:-1.55vw;padding:24px 0}.tribe-events-admin__troubleshooting-notice_title{margin:0 auto;max-width:1024px;padding-left:25px;width:90%}.tribe-events-admin__troubleshooting-notice_title a{border-bottom:2px solid;color:#fff;font-size:16px;line-height:1;padding-bottom:2px;text-decoration:none}.tribe-events-admin__troubleshooting-notice_title a:focus{box-shadow:none;outline:none}.tribe-events-admin__troubleshooting-notice_title a:hover{border-bottom:2px solid;color:#f3eee8}.tec-help #tec-help-community,.tec-help #tec-help-ticketing{display:none}.tec-help .tribe-events-admin-title{padding-top:25px}.tec-help .tribe-events-admin-title img{height:67px}body.tribe-welcome #fs_connect{border:1px solid #e1e1e4;border-radius:16px;box-shadow:none;box-sizing:border-box;margin-left:22px}body.tribe-welcome #fs_connect .fs-actions{background-color:transparent}body.tribe-welcome #fs_connect .fs-permissions{border-top:1px solid #e1e1e4;margin:0 16px}body.tribe-welcome #fs_connect button{background-color:#3d54ff;border-color:#3d54ff}body.tribe-welcome #fs_connect .button-secondary{background:#fff;border-color:#3d54ff;color:#3d54ff}body.tribe-welcome #fs_connect a{color:#3d54ff}body.tribe-welcome #fs_connect a:focus{box-shadow:none;outline:none}body.tribe-welcome #fs_connect a:hover{color:#161b7d}.black-friday-promo{align-items:flex-start;display:flex;flex-direction:column-reverse;justify-content:space-between}.black-friday-promo .black-friday-promo__button{background:#3d54ff;border-color:transparent;border-radius:20px;color:#fff;font-size:12px;height:34px;line-height:32px;min-height:unset;width:115px}.black-friday-promo .black-friday-promo__button:active,.black-friday-promo .black-friday-promo__button:focus,.black-friday-promo .black-friday-promo__button:hover{background:#1c39bb;border-color:transparent;color:#fff}.black-friday-promo__promo{background-position:50%;background-repeat:no-repeat;border-radius:10px;display:grid;grid-template-areas:"a b";grid-template-columns:auto 150px;height:150px;margin:10px 0;max-width:100%;width:450px}.black-friday-promo__content{grid-area:b;padding-top:8px;text-align:center}.black-friday-promo__text{color:#0f1031;font-family:monospace;font-size:16px;line-height:1;text-transform:uppercase}.black-friday-promo__branding-image{max-width:390px;width:100%}.end-of-year-sale-promo{align-items:flex-start;display:flex;flex-direction:column-reverse;justify-content:space-between}.end-of-year-sale-promo .end-of-year-sale-promo__button{background:#3d54ff;border-color:transparent;border-radius:20px;color:#fff;font-size:12px;height:34px;line-height:32px;min-height:unset;width:115px}.end-of-year-sale-promo .end-of-year-sale-promo__button:active,.end-of-year-sale-promo .end-of-year-sale-promo__button:focus,.end-of-year-sale-promo .end-of-year-sale-promo__button:hover{background:#1c39bb;border-color:transparent;color:#fff}.end-of-year-sale-promo__promo{background-color:#fff;background-position:0 0;background-repeat:no-repeat;border-radius:10px;display:grid;flex-shrink:0;grid-template-areas:"a b";grid-template-columns:auto 160px;height:150px;margin:10px 0;max-width:100%;width:460px}.end-of-year-sale-promo__content{grid-area:b;padding-top:8px;text-align:center}.end-of-year-sale-promo__text{color:#0f1031;font-family:monospace;font-size:13px;line-height:1.2;margin-bottom:8px;text-transform:uppercase}.end-of-year-sale-promo__branding-image{max-width:390px;width:100%}.tribe-common .tec-admin__upsell{display:inline-block;font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-1)}.tribe-common .tec-admin__upsell-content{align-items:center;display:flex;padding:var(--tec-spacer-1);padding-right:var(--tec-spacer-2)}.tribe-common .tec-admin__upsell-icon,.tribe-common .tec-admin__upsell-icon-image{height:24px;width:24px}.tribe-common .tec-admin__upsell-text-wrap{margin-left:var(--tec-spacer-2)}.tribe-common .tec-admin__upsell-link{color:var(--tec-color-accent-primary);font-weight:var(--tec-font-weight-bold);text-decoration:none}.tribe-common .tec-admin__upsell--rounded-corners .tec-admin__upsell-content{background:var(--tec-color-accent-primary-background);border-radius:24px}.tribe-common .tec-admin__upsell--rounded-corners-text .tec-admin__upsell-text-wrap{background:rgba(51,74,255,.1);border-radius:14px;padding:var(--tec-spacer-1) var(--tec-spacer-2)}.tribe-common .tec-admin__upsell-link--dark{color:var(--tec-color-text-primary)}.tribe-common .tec-admin__upsell-link--underlined{text-decoration:underline}.tribe-field .tec-admin__settings-image-field-btn-remove{border:none;color:#3c434a;cursor:pointer;padding:0;text-decoration:underline}.tribe-field .tec-admin__settings-image-field-image-container{height:120px;position:relative}.tribe-field .tec-admin__settings-image-field-image-container img{height:auto;max-height:100%;width:auto}.tribe-field.tribe-field-color .wp-color-result.button{align-items:stretch;border-radius:var(--tec-border-radius-default);display:flex;margin:0 6px 6px 0;min-height:30px;padding:0 0 0 var(--tec-spacer-7)}.tribe-field.tribe-field-color .wp-color-result-text{background:var(--tec-color-background);border-left:1px solid var(--tec-color-border-default);font-size:var(--tec-font-size-0);line-height:30px;padding:0 var(--tec-spacer-2)}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){#tribe-loading span{background-image:url(../images/tribe-loading@2x.gif)}}@media screen and (max-width:782px){.tribe-half-column,.tribe-row .tribe-half-column:last-child{margin:0 0 20px;width:100%}input[type=email]{width:100%}.events-cal .subsubsub{float:none}.events-cal .search-box{width:98%}.events-cal #search-submit{width:100%}.events-cal .tablenav.top{display:none}}@media screen and (min-width:500px){.api-check .tribe-mascot{display:block}.api-check .notice-content{margin-right:180px}}@media screen and (min-width:320px){.tribe-marketing-notice .tribe-marketing-notice__icon{display:block}.notice-tribe-banner .tribe-marketing-notice__content{margin-left:22px}}@media screen and (min-width:600px) and (max-width:782px){.tribe-marketing-notice .tribe-marketing-notice__content{margin-left:145px}.notice-tribe-banner .tribe-marketing-notice__content{margin-left:22px;padding:0}}@media screen and (min-width:782px){.tribe-marketing-notice .tribe-marketing-notice__content{margin-left:130px}.notice-tribe-banner .tribe-marketing-notice__content{margin-left:22px;padding:0}.events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice,.tribe-welcome .notice-tribe-banner .tribe-marketing-notice,.tribe_events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice{max-width:642px}}@media screen and (min-width:400px){.notice-tribe-banner .tribe-marketing-notice__icon{width:67px}}@media screen and (min-width:800px){.notice-tribe-banner h3{display:inline-block;font-size:1rem;margin:0 .5rem 0 0}.notice-tribe-banner a{line-height:1.5}.notice-tribe-banner a,.notice-tribe-banner p{font-size:1rem}.notice-tribe-banner p{margin:0 .5rem 0 0}.notice-tribe-banner .tribe-marketing-notice__cta{display:inline-block;margin-left:.5rem}}@media screen and (min-width:1215px){.events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice,.tribe_events_page_tribe-app-shop .notice-tribe-banner .tribe-marketing-notice{max-width:992px}.tribe-welcome .notice-tribe-banner .tribe-marketing-notice{max-width:1036px}}@media screen and (min-width:710px){.tribe-events-admin-content-wrapper{width:670px}.tribe-events-admin-card--2up{display:inline-block;width:calc(50% - 20px)}.tribe-events-admin-card--2up.tribe-events-admin-card--first{margin-right:36px}.tribe-events-admin-card--2up.tribe-events-admin-card--last{margin-right:0}.tribe-events-admin-card--2up .tribe-events-admin-card__image{height:100px;margin-bottom:12px}.tribe-events-admin-card--2up .tribe-events-admin-card__title{margin-bottom:27px;max-width:340px}.tribe-events-admin-card--3up{display:inline-block;margin-bottom:32px;width:calc(50% - 18px)}.tribe-events-admin-card--3up.tribe-events-admin-card--first{margin-right:32px}.tribe-events-admin-card--3up.tribe-events-admin-card--middle{margin-right:0}.tribe-events-admin-card__title{font-size:20px;line-height:23px}.tribe-events-admin-card--1up{display:inline-block;margin-left:32px;width:calc(50% - 18px)}.tribe-events-admin-card--1up .tribe-events-admin-card__description{height:71px}.tribe-events-admin-card--1up .tribe-events-admin-card__image{margin-bottom:28px}.tribe-events-admin-card--no-pad{height:154px;padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__title{margin-left:50%;padding:42px 0 10px}.tribe-events-admin-card--no-pad .tribe-events-admin-card__description{margin-left:50%}.tribe-events-admin-card--promo-blue{display:block;margin-left:0;min-height:170px;width:100%}.tribe-events-admin-card--promo-blue .tribe-events-admin-card__description{float:left;max-width:300px}.tribe-events-admin-graphic{max-width:250px;top:0}.tribe-events-admin-graphic--desktop-only{display:block}.tribe-events-admin-graphic--mobile-only{display:none}.tribe-events-admin-card__form{float:right;width:300px}input[type=email].tribe-events-admin-card__input{width:300px}.tribe-events-admin-title{padding-top:50px}.tribe-events-admin-title__description{padding-top:15px}.tribe-events-admin-title__heading{font-size:48px;line-height:55px;margin:0}.tribe-events-admin-title__logo{margin-right:14px;padding-top:5px;width:40px}.tribe-events-admin-tickets .tribe-events-admin-card__title{font-size:18px}.tribe-events-admin-tickets .tribe-events-admin-card--2up .tribe-events-admin-card__title{font-size:18px;height:66px}.tribe-events-admin-tickets .tribe-events-admin-title__logo{margin-right:8px;padding-top:4px;width:60px}}@media screen and (min-width:1217px){.tribe-events-admin-content-wrapper{max-width:1060px;width:100%}.tribe-events-admin-card--2up{margin-right:36px;width:486px}.tribe-events-admin-card--3up{width:310px}.tribe-events-admin-card--3up.tribe-events-admin-card--first,.tribe-events-admin-card--3up.tribe-events-admin-card--middle{margin-right:36px}.tribe-events-admin-card--3up.tribe-events-admin-card--last{margin-right:0}.tribe-events-admin-card--1up{margin:0 0 36px;padding:33px 44px 30px;text-align:left;width:1012px}.tribe-events-admin-card--1up .tribe-events-admin-card__description{height:auto}.tribe-events-admin-card--1up .tribe-events-admin-card__image{float:left;margin:0 48px 10px 0}.tribe-events-admin-card--no-pad{padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__image{margin:0;padding:0}.tribe-events-admin-card--no-pad .tribe-events-admin-card__title{margin-left:50%;padding:42px 0 10px}.tribe-events-admin-card--no-pad .tribe-events-admin-card__description{margin-left:50%}.tribe-events-admin-card--promo-blue{min-height:150px}.tribe-events-admin-card--promo-blue .tribe-events-admin-card__description{max-width:450px}.tribe-events-admin-graphic{max-width:none}.tribe-events-admin-card__form,input[type=email].tribe-events-admin-card__input{width:365px}.tribe-events-admin-quick-nav{border-radius:100px;display:inline-block;height:54px;margin:24px 0 94px;max-width:1010px;padding:0 36px 0 0}.tribe-events-admin-quick-nav__link-item{display:inline-block;padding:18px 10px 0}.tribe-events-admin-quick-nav__title{padding:19px 6px 17px 32px}.tribe-events-admin-tickets .tribe-events-admin-card--2up .tribe-events-admin-card__title{height:auto}}@media screen and (max-width:768px){.tribe-events-admin-header__logo-word-mark{width:285px}.tribe-events-admin-header__right-image{height:160px}.tribe-events-admin-header__description{max-width:100%}.tribe-events-admin-tab-nav li{margin-right:20px}.tribe-events-admin-tab-nav .selected{border-bottom:2px solid currentColor;padding-bottom:10px}.tribe-events-admin-2col-grid{grid-template-areas:".";grid-template-columns:repeat(1,minmax(0,1fr))}.tribe-events-admin-3col-grid{grid-template-areas:". .";grid-template-columns:repeat(2,minmax(0,1fr))}.tribe-events-admin-extensions-title{max-width:100%}.tribe-events-admin-cta{align-items:flex-start;flex-direction:column;overflow:hidden}.tribe-events-admin-footer-logo{width:225px}.tribe-events-admin__system-information{grid-template-areas:".";grid-template-columns:repeat(1,minmax(0,1fr));margin:50px 0}}@media screen and (max-width:480px){.tribe-events-admin-header__logo-word-mark{width:260px}.tribe-events-admin-header__right-image{height:120px}.tribe-events-admin-header__title{font-size:35px}.tribe-events-admin-header__description{max-width:100%}.tribe-events-admin-tab-nav{border:1px solid #e1e1e4;border-radius:20px;flex-direction:column;padding:18px 22px}.tribe-events-admin-tab-nav li{margin-bottom:18px;margin-right:0}.tribe-events-admin-tab-nav .selected{border-bottom:2px solid currentColor;padding-bottom:10px;width:fit-content}.tribe-events-admin__line{border:none}.tribe-events-admin-products-card,.tribe-events-admin-products-description{display:none}.tribe-events-admin-container,.tribe-events-admin-content-wrapper.tribe-events-admin-container{max-width:90%}.tribe-events-admin-2col-grid,.tribe-events-admin-3col-grid,.tribe-events-admin-4col-grid{grid-template-areas:".";grid-template-columns:repeat(1,minmax(0,1fr))}.tribe-events-admin-extensions-title{max-width:100%}.tribe-events-admin-cta__image{height:auto;width:90%}.tribe-events-admin-cta__content,.tribe-events-admin__troubleshooting-cta{align-items:flex-start;padding:32px 23px 45px;width:auto}.tribe-events-admin-cta__content-title{font-size:22px;text-align:left}.tribe-events-admin-cta__content-subtitle{text-align:left}.tribe-events-admin-footer-logo{width:210px}.tribe-events-admin__system-information{grid-template-areas:".";grid-template-columns:repeat(1,minmax(0,1fr));margin:50px 0}.tribe-events-admin__troubleshooting-notice{margin-left:-20px}.tribe-events-admin__troubleshooting-notice_title{max-width:90%}}@media screen and (min-width:1200px){.tribe-events-admin-products-card__group{max-width:47%}}@media screen and (min-width:500px) and (max-width:1080px){.tribe-events-admin-4col-grid{grid-template-areas:". .";grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:768px){.tribe-events-admin-section-header{font-size:28px;line-height:1.143;margin:50px 0 21px}}@media screen and (max-width:1080px){.tribe-events-admin-cta__content-title{font-size:24px}}@media only screen and (max-width:1920px){.tribe-events-admin__system-information-widget-copy{right:20.5vw}}@media only screen and (max-width:1280px){.tribe-events-admin__system-information-widget-copy{right:22vw}}@media only screen and (max-width:768px){.tribe-events-admin__system-information-widget-copy{left:10px;right:auto}.tribe-events-admin__recent-log-filters{flex-direction:column}.tribe-events-admin__recent-log-filters-field{margin-bottom:30px;margin-right:0}.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:first-child,.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:nth-child(2),.tribe-events-admin__recent-log-filters-select-wrapper #tribe-log-controls div:nth-child(3){padding-right:30px}.tribe-events-admin__issues-found-card-title h3{max-width:90%}}@media only screen and (max-width:480px){.tribe-events-admin__system-information-widget-copy{left:10px;right:auto}.tribe-events-admin__recent-log-filters{flex-direction:column}.tribe-events-admin__recent-log-filters-field{margin-bottom:30px;margin-right:0}.tribe-events-admin__recent-log-filters-select-wrapper:after{right:25px}.tribe-events-admin__issues-found-card-title h3{max-width:80%}.tribe-events-admin__ea-status-table{overflow:scroll}.tribe-events-admin__ea-status-table td{min-width:150px}.tribe-events-admin__ea-status-table td:nth-child(2),.tribe-events-admin__ea-status-table td:nth-child(3){width:100%}}@media (min-width:1024px){.black-friday-promo{align-items:center;flex-direction:row}.black-friday-promo__branding{padding-right:10px;width:calc(100% - 450px)}.end-of-year-sale-promo{align-items:center;flex-direction:row}.end-of-year-sale-promo__branding{padding-right:10px;width:calc(100% - 460px)}}@media (max-width:525px){.end-of-year-sale-promo__promo{grid-template-areas:"a" "b";grid-template-columns:auto;margin:20px auto;padding-top:100px;width:300px}}
common/src/resources/js/dropdowns.js CHANGED
@@ -495,10 +495,11 @@ var tribe_dropdowns = window.tribe_dropdowns || {};
495
  var $search = select2Data.$dropdown.find( obj.selector.searchField ); // eslint-disable-line es5/no-es6-methods,max-len
496
 
497
  var originalClasses = obj.getSelectClasses( select2Data.$element ).reduce(
498
- function ( prev, curr, index, array ) {
499
  if( 'hide-if-js' === curr ) {
500
  return prev;
501
  }
 
502
  if ( 'tribe-dropdown-created' === curr ) {
503
  return prev;
504
  }
495
  var $search = select2Data.$dropdown.find( obj.selector.searchField ); // eslint-disable-line es5/no-es6-methods,max-len
496
 
497
  var originalClasses = obj.getSelectClasses( select2Data.$element ).reduce(
498
+ function ( prev, curr ) {
499
  if( 'hide-if-js' === curr ) {
500
  return prev;
501
  }
502
+
503
  if ( 'tribe-dropdown-created' === curr ) {
504
  return prev;
505
  }
common/src/resources/js/dropdowns.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_dropdowns=window.tribe_dropdowns||{};!function(e,t,r){"use strict";t.selector={dropdown:".tribe-dropdown",created:".tribe-dropdown-created",searchField:".select2-search__field"},e.fn.tribe_dropdowns=function(){return t.dropdown(this,{}),this},t.freefrom_create_search_choice=function(e){if("string"!=typeof e.term)return null;var t=e.term.trim();if(""===t)return null;var a=this.options.options,o=a.$select;if(t.match(a.regexToken)&&(!o.is("[data-int]")||o.is("[data-int]")&&t.match(/\d+/))){var s={id:t,text:t,new:!0};return o.is("[data-create-choice-template]")&&(s.text=r.template(o.data("createChoiceTemplate"))({term:t})),s}return null},t.search_id=function(e){var t=void 0;return void 0!==e.id?t=e.id:void 0!==e.ID?t=e.ID:void 0!==e.value&&(t=e.value),void 0===e?void 0:t},t.matcher=function(a,o){if("string"!=typeof a.term||""===a.term.trim())return o;if(void 0===o.text)return null;var s=a.term.trim(),n=o.text,i=e(o.element).closest("select").data("dropdown"),d=-1!==n.toUpperCase().indexOf(s.toUpperCase());if(!d&&void 0!==i.tags){var c=r.where(i.tags,{text:n});if(i.tags.length>0&&r.isObject(c))d=-1!==t.search_id(c[0]).toUpperCase().indexOf(s.toUpperCase())}return d},t.init_selection=function(t,a){var o=t.is("[multiple]"),s=t.data("dropdown"),n=t.val().split(s.regexSplit),i=[];if(e(n).each(function(e,a){var o=function e(t,a){if(!r.isArray(a))return!1;for(var o in a){var s=a[o];if(s.hasOwnProperty("id")&&s.id==t.id)return s;if(s.hasOwnProperty("text")&&s.text==t.text)return s;if(s.hasOwnProperty("children")&&r.isArray(s.children)){var n=e(t,s.children);if(n)return n}}return!1}({id:this,text:this},s.ajax?t.data("options"):s.data);o&&o.selected&&i.push(o)}),i.length&&o)a(i);else{if(!i.length)return void a(!1);a(i[0])}},t.getSelectClasses=function(e){var t=e.attr("class").split(/\s+/);return r.difference(t,["select2-hidden-accessible","hide-before-select2-init"])},t.element=function(a,o){var s,n=e(a);o=e.extend({},o);if(n.addClass(t.selector.created.className()),o.$select=n,o.dropdownAutoWidth=!0,o.width="resolve",o.containerCss={},n.is(":visible")&&(o.containerCss.display="inline-block",o.containerCss.position="relative"),o.dropdownCss={},o.dropdownCss.width="auto",n.is("[data-dropdown-css-width]")&&(o.dropdownCss.width=n.data("dropdown-css-width"),o.dropdownCss.width&&"false"!==o.dropdownCss.width||(delete o.dropdownCss.width,delete o.containerCss)),o.allowClear=!0,n.is("[data-prevent-clear]")&&(o.allowClear=!1),n.is("[data-searching-placeholder]")&&(o.formatSearching=n.data("searching-placeholder")),!n.is("[data-placeholder]")&&n.is("[placeholder]")&&(o.placeholder=n.attr("placeholder")),n.is("[data-options]")&&(o.data=n.data("options")),o.minimumResultsForSearch=10,n.is("[data-hide-search]")&&(o.minimumResultsForSearch=1/0),n.is("[data-force-search]")&&delete o.minimumResultsForSearch,n.is("[data-freeform]")&&(o.createTag=t.freefrom_create_search_choice,o.tags=!0,n.data("tags",!0)),n.is("[multiple]")&&(o.multiple=!0,n.is("[data-maximum-selection-size]")&&(o.maximumSelectionSize=n.data("maximum-selection-size")),n.is("data-separator")||n.data("separator",","),r.isArray(n.data("separator"))?o.tokenSeparators=n.data("separator"):o.tokenSeparators=[n.data("separator")],o.separator=n.data("separator"),o.regexSeparatorElements=["^("],o.regexSplitElements=["(?:"],e.each(o.tokenSeparators,function(e,t){o.regexSeparatorElements.push("[^"+t+"]+"),o.regexSplitElements.push("["+t+"]")}),o.regexSeparatorElements.push(")$"),o.regexSplitElements.push(")"),o.regexSeparatorString=o.regexSeparatorElements.join(""),o.regexSplitString=o.regexSplitElements.join(""),o.regexToken=new RegExp(o.regexSeparatorString,"ig"),o.regexSplit=new RegExp(o.regexSplitString,"ig")),n.is("[data-tags]")&&(o.tags=n.data("tags"),o.createSearchChoice=function(e,t){if(e.match(o.regexToken))return{id:e,text:e}},0===o.tags.length&&(o.formatNoMatches=function(){return n.attr("placeholder")})),n.is("[data-source]")){var i=n.data("source");o.data={results:[]},o.formatResult=function(t,r,a){return void 0!==t.breadcrumbs?e.merge(t.breadcrumbs,[t.text]).join(" &#187; "):t.text},o.ajax={dataType:"json",type:"POST",url:t.ajaxurl(),processResults:function(t,r,a){return e.isPlainObject(t)&&void 0!==t.success?e.isPlainObject(t.data)&&void 0!==t.data.results?t.success?t.data:("string"===e.type(t.data.message)?console.error(t.data.message):console.error("The Select2 search failed in some way... Verify the source."),{results:[]}):(console.error("We received a malformed results array, could not complete the Select2 Search."),{results:[]}):(console.error("We received a malformed Object, could not complete the Select2 Search."),{results:[]})}},o.ajax.data=function(e,t){return{action:"tribe_dropdown",source:i,search:e,page:t,args:n.data("source-args")}}}n.is("[data-attach-container]")&&(n.is("[multiple]")?(e.fn.select2.amd.define("AttachedDropdownAdapter",["select2/utils","select2/dropdown","select2/dropdown/attachContainer"],function(e,t,r){return e.Decorate(t,r)}),o.dropdownAdapter=e.fn.select2.amd.require("AttachedDropdownAdapter")):(e.fn.select2.amd.define("AttachedWithSearchDropdownAdapter",["select2/utils","select2/dropdown","select2/dropdown/search","select2/dropdown/minimumResultsForSearch","select2/dropdown/attachContainer"],function(e,t,r,a,o){var s=e.Decorate(t,o);return s=e.Decorate(s,r),s=e.Decorate(s,a)}),o.dropdownAdapter=e.fn.select2.amd.require("AttachedWithSearchDropdownAdapter"))),n.data("dropdown",o),s=n.select2TEC(o);var d=t.getSelectClasses(n).join(" ");s.data("select2").$container.addClass(d),s.data("select2").$container.removeClass("hide-before-select2-init"),s.on("select2:open",t.action_select2_open)},t.ajaxurl=function(){return void 0!==window.ajaxurl?window.ajaxurl:"undefined"!=typeof TEC&&void 0!==TEC.ajaxurl?TEC.ajaxurl:void console.error("Dropdowns framework cannot properly do an AJAX request without the WordPress `ajaxurl` variable setup.")},t.action_select2_open=function(r){var a=e(this),o=a.data("select2"),s=o.$dropdown.find(t.selector.searchField),n=t.getSelectClasses(o.$element).reduce(function(e,t,r,a){return"hide-if-js"===t?e:"tribe-dropdown-created"===t?e:e+" "+t});o.$dropdown.addClass(n),a.is("[data-search-placeholder]")&&s.attr("placeholder",a.data("searchPlaceholder"))},t.dropdown=function(e,r){var a=e.not(".select2-offscreen, .select2-container, "+t.selector.created.className());return 0===a.length?a:(r||(r={}),a.each(function(e,a){t.element(a,r)}),a)},e(function(){e(t.selector.dropdown).tribe_dropdowns()}),e(window).on("unload",function(){e(t.selector.dropdown).tribe_dropdowns()})}(jQuery,tribe_dropdowns,window.underscore||window._);
1
+ var tribe_dropdowns=window.tribe_dropdowns||{};!function(e,t,r){"use strict";t.selector={dropdown:".tribe-dropdown",created:".tribe-dropdown-created",searchField:".select2-search__field"},e.fn.tribe_dropdowns=function(){return t.dropdown(this,{}),this},t.freefrom_create_search_choice=function(e){if("string"!=typeof e.term)return null;var t=e.term.trim();if(""===t)return null;var a=this.options.options,o=a.$select;if(t.match(a.regexToken)&&(!o.is("[data-int]")||o.is("[data-int]")&&t.match(/\d+/))){var s={id:t,text:t,new:!0};return o.is("[data-create-choice-template]")&&(s.text=r.template(o.data("createChoiceTemplate"))({term:t})),s}return null},t.search_id=function(e){var t=void 0;return void 0!==e.id?t=e.id:void 0!==e.ID?t=e.ID:void 0!==e.value&&(t=e.value),void 0===e?void 0:t},t.matcher=function(a,o){if("string"!=typeof a.term||""===a.term.trim())return o;if(void 0===o.text)return null;var s=a.term.trim(),n=o.text,i=e(o.element).closest("select").data("dropdown"),d=-1!==n.toUpperCase().indexOf(s.toUpperCase());if(!d&&void 0!==i.tags){var c=r.where(i.tags,{text:n});if(i.tags.length>0&&r.isObject(c))d=-1!==t.search_id(c[0]).toUpperCase().indexOf(s.toUpperCase())}return d},t.init_selection=function(t,a){var o=t.is("[multiple]"),s=t.data("dropdown"),n=t.val().split(s.regexSplit),i=[];if(e(n).each(function(e,a){var o=function e(t,a){if(!r.isArray(a))return!1;for(var o in a){var s=a[o];if(s.hasOwnProperty("id")&&s.id==t.id)return s;if(s.hasOwnProperty("text")&&s.text==t.text)return s;if(s.hasOwnProperty("children")&&r.isArray(s.children)){var n=e(t,s.children);if(n)return n}}return!1}({id:this,text:this},s.ajax?t.data("options"):s.data);o&&o.selected&&i.push(o)}),i.length&&o)a(i);else{if(!i.length)return void a(!1);a(i[0])}},t.getSelectClasses=function(e){var t=e.attr("class").split(/\s+/);return r.difference(t,["select2-hidden-accessible","hide-before-select2-init"])},t.element=function(a,o){var s,n=e(a);o=e.extend({},o);if(n.addClass(t.selector.created.className()),o.$select=n,o.dropdownAutoWidth=!0,o.width="resolve",o.containerCss={},n.is(":visible")&&(o.containerCss.display="inline-block",o.containerCss.position="relative"),o.dropdownCss={},o.dropdownCss.width="auto",n.is("[data-dropdown-css-width]")&&(o.dropdownCss.width=n.data("dropdown-css-width"),o.dropdownCss.width&&"false"!==o.dropdownCss.width||(delete o.dropdownCss.width,delete o.containerCss)),o.allowClear=!0,n.is("[data-prevent-clear]")&&(o.allowClear=!1),n.is("[data-searching-placeholder]")&&(o.formatSearching=n.data("searching-placeholder")),!n.is("[data-placeholder]")&&n.is("[placeholder]")&&(o.placeholder=n.attr("placeholder")),n.is("[data-options]")&&(o.data=n.data("options")),o.minimumResultsForSearch=10,n.is("[data-hide-search]")&&(o.minimumResultsForSearch=1/0),n.is("[data-force-search]")&&delete o.minimumResultsForSearch,n.is("[data-freeform]")&&(o.createTag=t.freefrom_create_search_choice,o.tags=!0,n.data("tags",!0)),n.is("[multiple]")&&(o.multiple=!0,n.is("[data-maximum-selection-size]")&&(o.maximumSelectionSize=n.data("maximum-selection-size")),n.is("data-separator")||n.data("separator",","),r.isArray(n.data("separator"))?o.tokenSeparators=n.data("separator"):o.tokenSeparators=[n.data("separator")],o.separator=n.data("separator"),o.regexSeparatorElements=["^("],o.regexSplitElements=["(?:"],e.each(o.tokenSeparators,function(e,t){o.regexSeparatorElements.push("[^"+t+"]+"),o.regexSplitElements.push("["+t+"]")}),o.regexSeparatorElements.push(")$"),o.regexSplitElements.push(")"),o.regexSeparatorString=o.regexSeparatorElements.join(""),o.regexSplitString=o.regexSplitElements.join(""),o.regexToken=new RegExp(o.regexSeparatorString,"ig"),o.regexSplit=new RegExp(o.regexSplitString,"ig")),n.is("[data-tags]")&&(o.tags=n.data("tags"),o.createSearchChoice=function(e,t){if(e.match(o.regexToken))return{id:e,text:e}},0===o.tags.length&&(o.formatNoMatches=function(){return n.attr("placeholder")})),n.is("[data-source]")){var i=n.data("source");o.data={results:[]},o.formatResult=function(t,r,a){return void 0!==t.breadcrumbs?e.merge(t.breadcrumbs,[t.text]).join(" &#187; "):t.text},o.ajax={dataType:"json",type:"POST",url:t.ajaxurl(),processResults:function(t,r,a){return e.isPlainObject(t)&&void 0!==t.success?e.isPlainObject(t.data)&&void 0!==t.data.results?t.success?t.data:("string"===e.type(t.data.message)?console.error(t.data.message):console.error("The Select2 search failed in some way... Verify the source."),{results:[]}):(console.error("We received a malformed results array, could not complete the Select2 Search."),{results:[]}):(console.error("We received a malformed Object, could not complete the Select2 Search."),{results:[]})}},o.ajax.data=function(e,t){return{action:"tribe_dropdown",source:i,search:e,page:t,args:n.data("source-args")}}}n.is("[data-attach-container]")&&(n.is("[multiple]")?(e.fn.select2.amd.define("AttachedDropdownAdapter",["select2/utils","select2/dropdown","select2/dropdown/attachContainer"],function(e,t,r){return e.Decorate(t,r)}),o.dropdownAdapter=e.fn.select2.amd.require("AttachedDropdownAdapter")):(e.fn.select2.amd.define("AttachedWithSearchDropdownAdapter",["select2/utils","select2/dropdown","select2/dropdown/search","select2/dropdown/minimumResultsForSearch","select2/dropdown/attachContainer"],function(e,t,r,a,o){var s=e.Decorate(t,o);return s=e.Decorate(s,r),s=e.Decorate(s,a)}),o.dropdownAdapter=e.fn.select2.amd.require("AttachedWithSearchDropdownAdapter"))),n.data("dropdown",o),s=n.select2TEC(o);var d=t.getSelectClasses(n).join(" ");s.data("select2").$container.addClass(d),s.data("select2").$container.removeClass("hide-before-select2-init"),s.on("select2:open",t.action_select2_open)},t.ajaxurl=function(){return void 0!==window.ajaxurl?window.ajaxurl:"undefined"!=typeof TEC&&void 0!==TEC.ajaxurl?TEC.ajaxurl:void console.error("Dropdowns framework cannot properly do an AJAX request without the WordPress `ajaxurl` variable setup.")},t.action_select2_open=function(r){var a=e(this),o=a.data("select2"),s=o.$dropdown.find(t.selector.searchField),n=t.getSelectClasses(o.$element).reduce(function(e,t){return"hide-if-js"===t?e:"tribe-dropdown-created"===t?e:e+" "+t});o.$dropdown.addClass(n),a.is("[data-search-placeholder]")&&s.attr("placeholder",a.data("searchPlaceholder"))},t.dropdown=function(e,r){var a=e.not(".select2-offscreen, .select2-container, "+t.selector.created.className());return 0===a.length?a:(r||(r={}),a.each(function(e,a){t.element(a,r)}),a)},e(function(){e(t.selector.dropdown).tribe_dropdowns()}),e(window).on("unload",function(){e(t.selector.dropdown).tribe_dropdowns()})}(jQuery,tribe_dropdowns,window.underscore||window._);
common/vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit93d8c188adadf66f01c800ee7e5f64b7::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit64b515648cded8ca1d94403794cfaa9f::getLoader();
common/vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInit1398461c3da74bce9b84df2f2b31c551::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInitbeabd17b86513429d64cb8532e2f9449::getLoader();
common/vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit93d8c188adadf66f01c800ee7e5f64b7
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit93d8c188adadf66f01c800ee7e5f64b7
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit93d8c188adadf66f01c800ee7e5f64b7', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit93d8c188adadf66f01c800ee7e5f64b7', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInit93d8c188adadf66f01c800ee7e5f64b7::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit64b515648cded8ca1d94403794cfaa9f
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit64b515648cded8ca1d94403794cfaa9f', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit64b515648cded8ca1d94403794cfaa9f', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit64b515648cded8ca1d94403794cfaa9f::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
common/vendor/composer/autoload_real_52.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
- class ComposerAutoloaderInit1398461c3da74bce9b84df2f2b31c551 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit1398461c3da74bce9b84df2f2b31c551 {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit1398461c3da74bce9b84df2f2b31c551', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit1398461c3da74bce9b84df2f2b31c551', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
+ class ComposerAutoloaderInitbeabd17b86513429d64cb8532e2f9449 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInitbeabd17b86513429d64cb8532e2f9449', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInitbeabd17b86513429d64cb8532e2f9449', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
common/vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit93d8c188adadf66f01c800ee7e5f64b7
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
@@ -273,10 +273,10 @@ class ComposerStaticInit93d8c188adadf66f01c800ee7e5f64b7
273
  public static function getInitializer(ClassLoader $loader)
274
  {
275
  return \Closure::bind(function () use ($loader) {
276
- $loader->prefixLengthsPsr4 = ComposerStaticInit93d8c188adadf66f01c800ee7e5f64b7::$prefixLengthsPsr4;
277
- $loader->prefixDirsPsr4 = ComposerStaticInit93d8c188adadf66f01c800ee7e5f64b7::$prefixDirsPsr4;
278
- $loader->prefixesPsr0 = ComposerStaticInit93d8c188adadf66f01c800ee7e5f64b7::$prefixesPsr0;
279
- $loader->classMap = ComposerStaticInit93d8c188adadf66f01c800ee7e5f64b7::$classMap;
280
 
281
  }, null, ClassLoader::class);
282
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit64b515648cded8ca1d94403794cfaa9f
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'T' =>
273
  public static function getInitializer(ClassLoader $loader)
274
  {
275
  return \Closure::bind(function () use ($loader) {
276
+ $loader->prefixLengthsPsr4 = ComposerStaticInit64b515648cded8ca1d94403794cfaa9f::$prefixLengthsPsr4;
277
+ $loader->prefixDirsPsr4 = ComposerStaticInit64b515648cded8ca1d94403794cfaa9f::$prefixDirsPsr4;
278
+ $loader->prefixesPsr0 = ComposerStaticInit64b515648cded8ca1d94403794cfaa9f::$prefixesPsr0;
279
+ $loader->classMap = ComposerStaticInit64b515648cded8ca1d94403794cfaa9f::$classMap;
280
 
281
  }, null, ClassLoader::class);
282
  }
lang/the-events-calendar-de_DE.mo CHANGED
Binary file
lang/the-events-calendar-de_DE_formal.mo CHANGED
Binary file
lang/the-events-calendar-es_ES.mo CHANGED
Binary file
lang/the-events-calendar-nl_NL.mo CHANGED
Binary file
lang/the-events-calendar-sq.mo CHANGED
Binary file
lang/the-events-calendar-sv_SE.mo CHANGED
Binary file
lang/the-events-calendar.pot CHANGED
@@ -1,8402 +1,7645 @@
1
- # Copyright (C) 2022 Modern Tribe
2
- # This file is distributed under the same license as the The Events Calendar package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: The Events Calendar 6.0.4\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/the-events-"
7
- "calendar\n"
8
- "POT-Creation-Date: 2022-11-09 17:40:10+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2022-11-09 17:40\n"
13
- "Last-Translator: \n"
14
- "Language-Team: \n"
15
-
16
- #: src/Events/Custom_Tables/V1/Migration/Reports/Event_Report.php:155
17
- #: src/Events/Custom_Tables/V1/Traits/With_String_Dictionary.php:34
18
- msgid "ID %1$d (Untitled)"
19
- msgstr ""
20
 
21
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:85
22
- msgid ""
23
- "To safely cancel the migration, we need to reverse the process on any data "
24
- "that has already been modified. Your site will remain in maintenance mode "
25
- "until we have safely reversed the process."
 
 
 
 
26
  msgstr ""
27
 
28
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:140
29
- #: src/admin-views/tribe-options-upgrade.php:24
30
- #: src/admin-views/tribe-options-upgrade.php:65
31
- #: src/admin-views/tribe-options-upgrade.php:115
32
- msgid "screenshot of updated calendar views"
33
  msgstr ""
34
 
35
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:144
36
- msgid "Get ready for the new recurring events!"
37
  msgstr ""
38
 
39
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:148
40
- msgid "Upgrade your event data storage system."
 
41
  msgstr ""
42
 
43
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:149
44
- msgid ""
45
- "We've completely revamped the way event information is stored on your site's "
46
- "database. Upgrade now to take advantage of faster calendar load times and "
47
- "improved performance. As with any significant site change, we recommend "
48
- "%screating a site backup%s before beginning the migration process."
49
  msgstr ""
50
 
51
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:153
52
- msgid "Ready to go? The first step is a migration preview."
53
  msgstr ""
54
 
55
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:157
56
- msgid ""
57
- "We'll scan your events and let you know how long your migration will take. "
58
- "The preview runs in the background, so you'll be able to continue using your "
59
- "site."
60
  msgstr ""
61
 
62
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:161
63
- msgid "https://evnt.is/1b79"
64
  msgstr ""
65
 
66
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:165
67
- msgid "Learn more about the migration"
68
  msgstr ""
69
 
70
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:169
71
- msgid "Start migration preview"
72
  msgstr ""
73
 
74
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:173
75
- msgid "Migration preview in progress"
 
76
  msgstr ""
77
 
78
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:177
79
- msgid ""
80
- "We're scanning your existing events so you'll know what to expect from the "
81
- "migration process. You can keep using your site and managing events. Check "
82
- "back later for the next step of migration."
83
  msgstr ""
84
 
85
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:181
86
- msgid "Preview complete"
87
  msgstr ""
88
 
89
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:185
90
- msgid ""
91
- "The migration preview is done and ready for your review. No changes have "
92
- "been made to your events, but this report shows what adjustments will be "
93
- "made during the migration to the new system. If you have any questions, "
94
- "please %1$sreach out to our support team%2$s."
95
  msgstr ""
96
 
97
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:189
98
- msgid ""
99
- "From this preview, we estimate that the full migration process will take "
100
- "approximately %3$d minutes. During this time, %1$syou will not be able to "
101
- "create, edit, or manage your events.%2$s Your calendar will still be visible "
102
- "on your site."
103
  msgstr ""
104
 
105
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:193
106
- msgid ""
107
- "Your system doesn't allow us to run a preview, but you can still try a "
108
- "migration. During migration, %1$syou will not be able to create, edit, or "
109
- "manage your events.%2$s Your calendar will still be visible on your site."
110
  msgstr ""
111
 
112
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:197
113
- msgid "Preview completed"
 
 
114
  msgstr ""
115
 
116
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:201
117
- msgid "Total events previewed:"
118
  msgstr ""
119
 
120
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:205
121
- #: src/Events/Custom_Tables/V1/admin-views/migration/icons/rerun.php:13
122
- msgid "Re-run preview"
 
123
  msgstr ""
124
 
125
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:209
126
- msgid "Start migration"
 
 
 
127
  msgstr ""
128
 
129
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:213
130
- msgid "(Estimated time: %1$s minute)"
131
  msgstr ""
132
 
133
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:217
134
- msgid "(Estimated time: %1$s minutes)"
135
  msgstr ""
136
 
137
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:221
138
- msgid "Migration in progress"
139
  msgstr ""
140
 
141
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:225
142
- msgid ""
143
- "Your events are being migrated to the new system. During migration, %1$syou "
144
- "cannot make changes to your calendar or events.%2$s Your calendar will still "
145
- "be visible on the frontend."
146
  msgstr ""
147
 
148
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:229
149
- #: src/views/v2/day.php:46 src/views/v2/list.php:46 src/views/v2/month.php:44
150
- msgid "Loading..."
151
  msgstr ""
152
 
153
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:233
154
- msgid "Cancel Migration"
155
  msgstr ""
156
 
157
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:237
158
- msgid "Retry"
159
  msgstr ""
160
 
161
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:241
162
- msgid "Cancel Migration Preview"
163
  msgstr ""
164
 
165
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:245
166
- msgid "Migration complete!"
167
  msgstr ""
168
 
169
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:249
170
- msgid ""
171
- "Your site is now using the upgraded event data storage system. Go ahead and "
172
- "%1$scheck out your events%2$s or %3$sview your calendar.%2$s"
173
  msgstr ""
174
 
175
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:253
176
- msgid "Migration completed"
177
  msgstr ""
178
 
179
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:257
180
- msgid "Total events migrated:"
 
181
  msgstr ""
182
 
183
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:261
184
- msgid "Reverse migration"
185
  msgstr ""
186
 
187
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:265
188
- msgid "Cancelation in progress"
189
  msgstr ""
190
 
191
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:269
192
- msgid ""
193
- "We are canceling your site's migration to the new system. During this time, "
194
- "%1$syou cannot create, edit, or manage your events%2$s. Your calendar will "
195
- "still be visible on your site but some frontend actions will be paused."
196
  msgstr ""
197
 
198
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:273
199
- msgid "Cancelation complete."
200
  msgstr ""
201
 
202
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:277
203
- msgid "Reverse migration complete."
204
  msgstr ""
205
 
206
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:281
207
- msgid "Reverse migration in progress"
 
 
 
 
 
208
  msgstr ""
209
 
210
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:285
211
- msgid ""
212
- "We are reversing your site's migration to the new system. During this time, "
213
- "%1$syou cannot create, edit, or manage your events%2$s. Your calendar will "
214
- "still be visible on your site but some frontend actions will be paused."
215
  msgstr ""
216
 
217
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:289
218
- msgid "Events can migrate with no changes!"
219
  msgstr ""
220
 
221
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:293
222
- msgid "The following %1$s will be migrated with no adjustments:"
223
  msgstr ""
224
 
225
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:297
226
- msgid "The following %1$s have been migrated with no adjustments:"
227
  msgstr ""
228
 
229
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:301
230
- msgid "Unknown strategy applied to this event."
231
  msgstr ""
232
 
233
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:305
234
- msgid "Migration help"
235
  msgstr ""
236
 
237
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:309
238
- msgid ""
239
- "We detected one or more events that cannot be properly migrated. Please "
240
- "review the report below for more information. These issues must be resolved "
241
- "before you can migrate your site. Once you have updated or removed "
242
- "problematic events, please re-run the migration preview."
243
  msgstr ""
244
 
245
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:313
246
- msgctxt "Number of events previewed"
247
- msgid "%1$s%2$d%3$s events previewed"
248
  msgstr ""
249
 
250
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:318
251
- msgctxt "Number of events awaiting preview"
252
- msgid "%1$s%2$d%3$s remaining"
253
  msgstr ""
254
 
255
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:323
256
- msgctxt "Number of events migrated"
257
- msgid "%1$s%2$d%3$s events migrated"
258
  msgstr ""
259
 
260
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:328
261
- msgctxt "Number of events awaiting migration"
262
- msgid "%1$s%2$d%3$s remaining"
263
  msgstr ""
264
 
265
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:334
266
- msgid ""
267
- "The event %s generated an error: [%s]. Update the event and try again, or "
268
- "check out our %sTroubleshooting%s tips."
269
  msgstr ""
270
 
271
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:338
272
- msgid ""
273
- "The event %s generated an error: Migration was canceled. Please try again."
274
  msgstr ""
275
 
276
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:342
277
- msgid ""
278
- "The event %s generated an error: The \"die\" or \"exit\" function was called "
279
- "during the migration process; output: %s. Please try again or check out our "
280
- "%sTroubleshooting%s tips."
281
  msgstr ""
282
 
283
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:346
284
- msgid ""
285
- "The event %s generated an error: [%s]. Please try again or check out our "
286
- "%sTroubleshooting%s tips."
287
  msgstr ""
288
 
289
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:350
290
- msgid ""
291
- "The event %s cannot be migrated because we do not yet support tickets on "
292
- "recurring events. Remove the tickets or wait to migrate until a path is "
293
- "available (%sRead more%s)."
294
  msgstr ""
295
 
296
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:354
297
- msgid ""
298
- "The event %s generated an error: Cannot enqueue action to migrate Event with "
299
- "post ID %s. Your site may be under high load and unable to process the "
300
- "necessary requests. Try again later."
301
  msgstr ""
302
 
303
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:358
304
- msgid ""
305
- "The event %s generated an error: Cannot enqueue action to check migration "
306
- "status. Your site may be under high load and unable to process the necessary "
307
- "requests. Try again when site activity is low."
308
  msgstr ""
309
 
310
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:362
311
- msgid ""
312
- "The event %s generated an unknown error. Please try again or check out our "
313
- "%sTroubleshooting%s tips."
314
  msgstr ""
315
 
316
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:366
317
- msgid "View the migration report"
 
318
  msgstr ""
319
 
320
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:370
321
- msgid "Migration canceled"
 
322
  msgstr ""
323
 
324
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:374
325
- msgid "Migration reversed"
326
  msgstr ""
327
 
328
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:378
329
- msgid "Okay"
 
 
330
  msgstr ""
331
 
332
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:382
333
- msgid "Migration failure"
334
  msgstr ""
335
 
336
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:386
337
- msgid "Your site could not be safely migrated to the new events system."
 
 
338
  msgstr ""
339
 
340
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:390
341
- msgid ""
342
- "We detected an event that cannot be properly migrated. Please review the "
343
- "report below for more information. This issue must be resolved before you "
344
- "can migrate your site. Once you have updated or removed the problematic "
345
- "event, re-run the migration preview to make sure your site is ready to go."
346
  msgstr ""
347
 
348
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:394
349
- msgid "Migration attempted"
 
350
  msgstr ""
351
 
352
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:398
353
- msgid "Migration failed"
 
354
  msgstr ""
355
 
356
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:402
357
- msgid "View the error report"
358
  msgstr ""
359
 
360
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:406
361
- msgid "Download report"
362
  msgstr ""
363
 
364
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:434
365
- msgid ""
366
- "Ticket sales, RSVPs, event submissions, and automatic imports will be paused "
367
- "until migration is complete."
368
  msgstr ""
369
 
370
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:438
371
- msgid ""
372
- "Ticket sales, RSVPs, and automatic imports will be paused until migration is "
373
- "complete."
374
  msgstr ""
375
 
376
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:442
377
- msgid ""
378
- "Event submissions and automatic imports will be paused until migration is "
379
- "complete."
380
  msgstr ""
381
 
382
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:446
383
- msgid ""
384
- "Ticket sales, RSVPs, and event submissions will be paused until migration is "
385
- "complete."
386
  msgstr ""
387
 
388
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:450
389
- msgid "Ticket sales and RSVPs will be paused until migration is complete."
390
  msgstr ""
391
 
392
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:454
393
- msgid "Event submissions will be paused until migration is complete."
 
394
  msgstr ""
395
 
396
- #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:458
397
- msgid "Automatic imports will be paused until migration is complete."
398
  msgstr ""
399
 
400
- #: src/Events/Custom_Tables/V1/Notices.php:70
401
- msgid "The Events Calendar: Custom Tables v1 - error"
402
  msgstr ""
403
 
404
- #: src/Events/Custom_Tables/V1/admin-views/migration/partials/event-loop.php:37
405
- msgid "Show past %1$s"
 
406
  msgstr ""
407
 
408
- #: src/Events/Custom_Tables/V1/admin-views/migration/partials/event-loop.php:53
409
- msgid "Show more upcoming %1$s"
410
  msgstr ""
411
 
412
- #: src/Events/Custom_Tables/V1/admin-views/migration/partials/progress-bar.php:60
413
- msgid "unknown"
 
414
  msgstr ""
415
 
416
- #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:22
417
- msgid "Upgrade is not Available"
 
 
 
 
 
 
 
418
  msgstr ""
419
 
420
- #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:23
421
- msgid ""
422
- "You must update your version of Events Calendar Pro for access to calendar "
423
- "upgrades."
424
  msgstr ""
425
 
426
- #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:25
427
- msgid "Plugins Page"
428
  msgstr ""
429
 
430
- #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:26
431
- msgid "Version Compatibility"
432
  msgstr ""
433
 
434
- #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:27
435
- msgid "Upgrade FAQ"
 
 
 
 
 
436
  msgstr ""
437
 
438
- #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-logo.php:4
439
- msgid "The Events Calendar product suite logo"
 
 
 
 
 
440
  msgstr ""
441
 
442
- #: src/Events/Editor/Full_Site/Templates.php:87
443
- msgid "Events Archive"
444
  msgstr ""
445
 
446
- #: src/Tribe/API.php:798
447
- msgid ""
448
- "An event having a post meta value of `%s` meridian is not valid. Make sure "
449
- "it is either `am` or `pm`, or remove it entirely if using the 24-hour format."
450
  msgstr ""
451
 
452
- #: src/Tribe/API.php:826
453
- msgid ""
454
- "An event having a post meta value of `%s` hour (am/pm) is not valid. Make "
455
- "sure it is from 1 to 12."
456
  msgstr ""
457
 
458
- #: src/Tribe/API.php:843
459
- msgid ""
460
- "An event having a post meta value of `%s` hour (12-hour) is not valid. Make "
461
- "sure it is from 1 to 12."
 
 
 
462
  msgstr ""
463
 
464
- #: src/Tribe/API.php:850
465
- msgid ""
466
- "An event having a post meta value of `%s` hour (24-hour) is not valid. Make "
467
- "sure it is from 0 to 23."
468
  msgstr ""
469
 
470
- #: src/Tribe/API.php:880 src/Tribe/API.php:891
471
- msgid ""
472
- "An event having a post meta value of `%s` minutes is not valid. Make sure it "
473
- "is from 0 to 59."
474
  msgstr ""
475
 
476
- #: src/Tribe/Admin/Bar/Default_Configurator.php:20
477
- msgid "%s"
 
 
 
 
 
 
 
 
 
 
 
478
  msgstr ""
479
 
480
- #: src/Tribe/Admin/Bar/Default_Configurator.php:47 src/Tribe/Main.php:3608
481
- #: src/Tribe/Views/V2/Views/Widgets/Widget_View.php:61
482
- #: src/admin-views/tribe-options-upgrade.php:20
483
- msgid "View Calendar"
 
 
 
484
  msgstr ""
485
 
486
- #: src/Tribe/Admin/Bar/Default_Configurator.php:55
487
- msgid "Add %s"
488
  msgstr ""
489
 
490
- #: src/Tribe/Admin/Bar/Default_Configurator.php:64
491
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:216 src/Tribe/Main.php:2058
492
- #: src/Tribe/Organizer.php:93 src/Tribe/Organizer.php:801
493
- #: src/Tribe/Venue.php:129 src/Tribe/Venue.php:915
494
- msgid "Edit %s"
495
  msgstr ""
496
 
497
- #: src/Tribe/Admin/Bar/Default_Configurator.php:75
498
- #: src/Tribe/Aggregator/Page.php:396
499
- #: src/admin-views/aggregator/tabs/import-form.php:307
500
- msgid "Import"
501
  msgstr ""
502
 
503
- #: src/Tribe/Admin/Bar/Default_Configurator.php:91
504
- #: src/Tribe/Admin/Settings.php:166 src/Tribe/Main.php:3656
505
- msgid "Settings"
506
  msgstr ""
507
 
508
- #: src/Tribe/Admin/Bar/Default_Configurator.php:106
509
- #: src/Tribe/Admin/Settings.php:179
510
- msgid "Help"
511
  msgstr ""
512
 
513
- #: src/Tribe/Admin/Filter_Bar/Provider.php:138
514
- #: src/admin-views/admin-update-message.php:64
515
- msgid "Filters"
 
 
 
 
 
516
  msgstr ""
517
 
518
- #: src/Tribe/Admin/Notice/Full_Site_Editor.php:66
519
- msgid ""
520
- "The Events Calendar is not yet supported for themes using the Full Site "
521
- "Editor."
522
  msgstr ""
523
 
524
- #: src/Tribe/Admin/Notice/Full_Site_Editor.php:67
525
- msgid "Read more."
526
  msgstr ""
527
 
528
- #: src/Tribe/Admin/Notice/Legacy_Views_Deprecation.php:92
529
- msgctxt "Prepare deprecation of legacy views."
530
- msgid "test and prepare your site"
531
  msgstr ""
532
 
533
- #: src/Tribe/Admin/Notice/Legacy_Views_Deprecation.php:97
534
- msgctxt "Read more about deprecation of legacy views."
535
- msgid "Read more"
536
  msgstr ""
537
 
538
- #: src/Tribe/Admin/Notice/Legacy_Views_Deprecation.php:101
539
- msgctxt "deprecation of legacy views"
540
- msgid ""
541
- "The legacy calendar views are deprecated and will be fully removed in an "
542
- "upcoming release. You should %1$s now to prevent issues when The Events "
543
- "Calendar 6.0 is released. %2$s."
544
  msgstr ""
545
 
546
- #: src/Tribe/Admin/Notice/Marketing.php:51
547
- msgctxt "2018 user survey"
548
- msgid "take the survey now"
549
  msgstr ""
550
 
551
- #: src/Tribe/Admin/Notice/Marketing.php:55
552
- msgctxt "2018 user survey"
553
- msgid ""
554
- "<strong>The Events Calendar Annual Survey:</strong> share your feedback with "
555
- "our team—%1$s!"
556
  msgstr ""
557
 
558
- #: src/Tribe/Admin/Notice/Timezones.php:151
559
- #: src/Tribe/Editor/Compatibility.php:138 src/Tribe/Google/Maps_API_Key.php:77
560
- msgid "Read more"
561
  msgstr ""
562
 
563
- #: src/Tribe/Admin/Notice/Timezones.php:154
564
- msgid ""
565
- "When using The Events Calendar, we recommend that you use a geographic "
566
- "timezone such as \"America/Los_Angeles\" and avoid using a UTC timezone "
567
- "offset such as “%2$s”."
568
  msgstr ""
569
 
570
- #: src/Tribe/Admin/Notice/Timezones.php:155
571
- msgid ""
572
- "Choosing a UTC timezone for your site or individual events may cause "
573
- "problems when importing events or with Daylight Saving Time. %1$s"
574
  msgstr ""
575
 
576
- #: src/Tribe/Admin/Notice/Update.php:139
577
- msgid "One more thing left to do..."
578
  msgstr ""
579
 
580
- #: src/Tribe/Admin/Notice/Update.php:140
581
- msgid ""
582
- "To complete this major calendar upgrade, you need to migrate your events to "
583
- "the new data storage system. Once migration finishes, you can take advantage "
584
- "of all the cool new 6.0 features!"
 
585
  msgstr ""
586
 
587
- #. Translators: %s is the `Events` in plural.
588
- #: src/Tribe/Admin/Settings.php:90
589
- msgid "%s Settings"
590
  msgstr ""
591
 
592
- #: src/Tribe/Admin/Settings.php:209
593
- msgid "Event Settings"
594
  msgstr ""
595
 
596
- #: src/Tribe/Admin/Settings.php:238
597
- msgid "Troubleshooting"
598
  msgstr ""
599
 
600
- #: src/Tribe/Admin/Settings.php:267
601
- msgid "Event Add-Ons"
602
  msgstr ""
603
 
604
- #: src/Tribe/Admin/Settings.php:395
605
- #: src/Tribe/Customizer/Global_Elements.php:133
606
- msgid "General"
607
  msgstr ""
608
 
609
- #: src/Tribe/Admin/Settings.php:396
610
- msgid "Display"
611
  msgstr ""
612
 
613
- #: src/Tribe/Admin/Settings.php:413
614
- msgid "Network"
 
615
  msgstr ""
616
 
617
- #. Translators: %1$s: Opening `<a>` to The Events Calendar rating page. %2$s:
618
- #. Closing `</a>` tag. %3$s: Five stars.
619
- #: src/Tribe/Admin/Settings.php:433
620
- msgid "Rate %1$sThe Events Calendar%2$s %3$s"
621
  msgstr ""
622
 
623
- #: src/Tribe/Admin/Timezone_Updater.php:77
624
- msgid "Please wait while time zone data is added to your events."
625
  msgstr ""
626
 
627
- #: src/Tribe/Admin/Timezone_Updater.php:78
628
- msgid ""
629
- "Update complete: time zone data has been added to all events in the database."
630
  msgstr ""
631
 
632
- #: src/Tribe/Admin/Timezone_Updater.php:87
633
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:59
634
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:106
635
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:287
636
- msgid "%d%% complete"
637
  msgstr ""
638
 
639
- #: src/Tribe/Admin/Timezone_Updater.php:105
640
- msgid ""
641
- "A problem stopped the time zone update process from completing. Please "
642
- "refresh and try again."
643
  msgstr ""
644
 
645
- #: src/Tribe/Admin_List.php:299 src/Tribe/Main.php:2110
646
- msgid "%s Categories"
647
  msgstr ""
648
 
649
- #: src/Tribe/Admin_List.php:305
650
- #: src/admin-views/aggregator/tabs/import-form.php:226
651
- #: src/admin-views/aggregator/tabs/import-form.php:238
652
- msgid "Start Date"
653
  msgstr ""
654
 
655
- #: src/Tribe/Admin_List.php:306
656
- #: src/admin-views/aggregator/tabs/import-form.php:228
657
- #: src/admin-views/aggregator/tabs/import-form.php:240
658
- msgid "End Date"
659
  msgstr ""
660
 
661
- #: src/Tribe/Admin_List.php:393
662
- msgctxt "%s Event count in admin list"
663
- msgid "All %s"
664
  msgstr ""
665
 
666
- #: src/Tribe/Aggregator/API/Origins.php:36
667
- #: src/Tribe/Aggregator/Admin_Bar.php:97 src/Tribe/Aggregator/Service.php:929
668
- msgid "CSV File"
669
  msgstr ""
670
 
671
- #: src/Tribe/Aggregator/API/Origins.php:41
672
- #: src/Tribe/Aggregator/Record/Eventbrite.php:88
673
- #: src/admin-views/aggregator/settings.php:635
674
- #: src/admin-views/aggregator/status.php:183
675
- #: src/admin-views/tribe-options-addons-api.php:97
676
- msgid "Eventbrite"
677
  msgstr ""
678
 
679
- #: src/Tribe/Aggregator/API/Origins.php:47
680
- #: src/Tribe/Aggregator/Record/gCal.php:14
681
- #: src/Tribe/Editor/Blocks/Event_Links.php:25
682
- #: src/Tribe/Views/V2/iCalendar/Links/Google_Calendar.php:40
683
- #: src/Tribe/iCal.php:141 src/admin-views/aggregator/settings.php:623
684
- msgid "Google Calendar"
685
  msgstr ""
686
 
687
- #: src/Tribe/Aggregator/API/Origins.php:53
688
- #: src/Tribe/Aggregator/Record/iCal.php:14
689
- #: src/Tribe/Editor/Blocks/Event_Links.php:26
690
- #: src/Tribe/Views/V2/iCalendar/Links/iCal.php:34
691
- #: src/admin-views/aggregator/settings.php:615
692
- msgid "iCalendar"
693
  msgstr ""
694
 
695
- #: src/Tribe/Aggregator/API/Origins.php:59
696
- #: src/admin-views/aggregator/settings.php:619
697
- msgid "ICS File"
698
  msgstr ""
699
 
700
- #: src/Tribe/Aggregator/API/Origins.php:65
701
- #: src/Tribe/Aggregator/Record/Meetup.php:40
702
- #: src/admin-views/aggregator/settings.php:627
703
- #: src/admin-views/aggregator/status.php:210
704
- #: src/admin-views/tribe-options-addons-api.php:45
705
- msgid "Meetup"
706
  msgstr ""
707
 
708
- #: src/Tribe/Aggregator/API/Origins.php:71
709
- #: src/Tribe/Aggregator/Record/Url.php:17
710
- msgid "Other URL"
711
  msgstr ""
712
 
713
- #: src/Tribe/Aggregator/API/Origins.php:227 src/Tribe/Aggregator.php:230
714
- msgid "Event Aggregator"
715
  msgstr ""
716
 
717
- #: src/Tribe/Aggregator/CLI/Service_Provider.php:21
718
- msgid "Create, run and manage Event Aggregator imports."
719
  msgstr ""
720
 
721
- #: src/Tribe/Aggregator/CLI/Service_Provider.php:22
722
- msgid ""
723
- "If required the commands will use the API keys and licenses set for the "
724
- "current site."
725
  msgstr ""
726
 
727
- #: src/Tribe/Aggregator/Cron.php:98
728
- msgctxt "aggregator schedule frequency"
729
- msgid "On Demand"
730
  msgstr ""
731
 
732
- #: src/Tribe/Aggregator/Cron.php:103
733
- msgctxt "aggregator schedule frequency"
734
- msgid "Every 30 Minutes"
735
  msgstr ""
736
 
737
- #: src/Tribe/Aggregator/Cron.php:112
738
- msgctxt "aggregator schedule frequency"
739
- msgid "Hourly"
740
  msgstr ""
741
 
742
- #: src/Tribe/Aggregator/Cron.php:117
743
- msgctxt "aggregator schedule frequency"
744
- msgid "Daily"
745
  msgstr ""
746
 
747
- #: src/Tribe/Aggregator/Cron.php:122
748
- msgctxt "aggregator schedule frequency"
749
- msgid "Weekly"
750
  msgstr ""
751
 
752
- #: src/Tribe/Aggregator/Cron.php:127
753
- msgctxt "aggregator schedule frequency"
754
- msgid "Monthly"
755
  msgstr ""
756
 
757
- #: src/Tribe/Aggregator/Cron.php:210
758
- msgctxt "aggregator schedule frequency"
759
- msgid "Every 15 minutes"
760
  msgstr ""
761
 
762
- #: src/Tribe/Aggregator/Errors.php:47
763
- msgid ""
764
- "The image associated with your event could not be attached to the event."
765
  msgstr ""
766
 
767
- #: src/Tribe/Aggregator/Errors.php:51 src/Tribe/Aggregator/Service.php:793
768
- msgid ""
769
- "The daily limit of %d import requests to the Event Aggregator service has "
770
- "been reached. Please try again later."
771
  msgstr ""
772
 
773
- #: src/Tribe/Aggregator/Errors.php:58
774
- msgid "You cannot delete a history record (ID: \"%d\"). "
775
  msgstr ""
776
 
777
- #: src/Tribe/Aggregator/Errors.php:62
778
- msgid "You do not have permission to delete this record."
779
  msgstr ""
780
 
781
- #: src/Tribe/Aggregator/Errors.php:66
782
- msgid ""
783
- "During scheduled import, the limit of HTTP requests was reached and the "
784
- "import was rescheduled."
785
  msgstr ""
786
 
787
- #: src/Tribe/Aggregator/Errors.php:74
788
- msgid ""
789
- "An invalid import type was used when trying to create this import record."
790
  msgstr ""
791
 
792
- #: src/Tribe/Aggregator/Errors.php:78
793
- msgid "You must provide a valid CSV file to perform a CSV import."
794
  msgstr ""
795
 
796
- #: src/Tribe/Aggregator/Errors.php:82
797
- msgid "Invalid data provided for CSV import."
 
 
 
 
 
 
 
798
  msgstr ""
799
 
800
- #: src/Tribe/Aggregator/Errors.php:86
801
- msgid "Only scheduled import records can be edited."
802
  msgstr ""
803
 
804
- #: src/Tribe/Aggregator/Errors.php:90
805
- msgid "Unable to find an event with the ID of %s."
 
 
 
 
 
 
 
806
  msgstr ""
807
 
808
- #: src/Tribe/Aggregator/Errors.php:94
809
- msgid ""
810
- "The Event Aggregator API responded with bad data. Please <a href=\"https://"
811
- "theeventscalendar.com/support/post/\" target=\"_blank\">contact support</a>."
812
  msgstr ""
813
 
814
- #: src/Tribe/Aggregator/Errors.php:101
815
- msgid "Unable to find an import record with the ID of %s."
816
  msgstr ""
817
 
818
- #: src/Tribe/Aggregator/Errors.php:105
819
- msgid "Unable to attach an image to the event"
820
  msgstr ""
821
 
822
- #: src/Tribe/Aggregator/Errors.php:109
823
- msgid ""
824
- "An invalid frequency was used when trying to create this scheduled import."
825
  msgstr ""
826
 
827
- #: src/Tribe/Aggregator/Errors.php:113
828
- msgid "Unable to find a matching post."
829
  msgstr ""
830
 
831
- #: src/Tribe/Aggregator/Errors.php:117
832
- msgid "The import record is missing the origin."
833
  msgstr ""
834
 
835
- #: src/Tribe/Aggregator/Errors.php:121
836
- msgid "Unable to get a post of the correct type."
837
  msgstr ""
838
 
839
- #: src/Tribe/Aggregator/Errors.php:125
840
- msgid ""
841
- "You must enter an Event Aggregator license key in Events > Settings > "
842
- "Licenses before using this service."
843
  msgstr ""
844
 
845
- #: src/Tribe/Aggregator/Errors.php:132 src/Tribe/Aggregator/Service.php:249
846
- #: src/Tribe/Aggregator/Service.php:257 src/Tribe/Aggregator/Service.php:313
847
- msgid ""
848
- "There may be an issue with the Event Aggregator server. Please try your "
849
- "import again later."
850
  msgstr ""
851
 
852
- #: src/Tribe/Aggregator/Errors.php:139
853
- msgid ""
854
- "There is an JSON error with the Event Aggregator server. Please try your "
855
- "import again later."
 
 
 
 
856
  msgstr ""
857
 
858
- #: src/Tribe/Aggregator/Errors.php:147
859
- msgid ""
860
- "You must map columns from the CSV file to specific fields in order to "
861
- "perform a CSV import."
 
 
 
 
862
  msgstr ""
863
 
864
- #: src/Tribe/Aggregator/Errors.php:154
865
- msgid "The CSV file cannot be found. You may need to re-upload the file."
866
  msgstr ""
867
 
868
- #: src/Tribe/Aggregator/Errors.php:158
869
- msgid "Import records must be finalized before posts can be inserted."
870
  msgstr ""
871
 
872
- #: src/Tribe/Aggregator/Errors.php:162
873
- msgid "Unable to save scheduled import instance. Please try again."
874
- msgstr ""
875
-
876
- #: src/Tribe/Aggregator/Errors.php:166
877
- msgid "Unable to save scheduled import. Please try again."
878
  msgstr ""
879
 
880
- #: src/Tribe/Aggregator/Errors.php:170
881
- msgid ""
882
- "The records you were attempting to import were still not available when this "
883
- "queue was processed. Please try again."
884
  msgstr ""
885
 
886
- #: src/Tribe/Aggregator/Meta_Box.php:40
887
- msgid "Imported Event"
888
  msgstr ""
889
 
890
- #: src/Tribe/Aggregator/Migrate.php:73
891
- msgid ""
892
- "Thanks for activating Event Aggregator! It looks like you have some settings "
893
- "and imports configured on our legacy importer plugins. To complete your "
894
- "transition, we need to transfer those options to our new system."
895
  msgstr ""
896
 
897
- #: src/Tribe/Aggregator/Migrate.php:76
898
- msgid "Migrate iCal Importer settings"
899
  msgstr ""
900
 
901
- #: src/Tribe/Aggregator/Migrate.php:180
902
- msgid ""
903
- "Error: we were not able to migrate your iCal Importer settings to Event "
904
- "Aggregator. Please try again later."
905
  msgstr ""
906
 
907
- #: src/Tribe/Aggregator/Migrate.php:187
908
- msgid ""
909
- "You do not have permission to migrate iCal Importer settings to Event "
910
- "Aggregator"
911
  msgstr ""
912
 
913
- #: src/Tribe/Aggregator/Migrate.php:194
914
- msgid "We did not find any iCal Importer settings to migrate."
915
  msgstr ""
916
 
917
- #: src/Tribe/Aggregator/Migrate.php:250
918
- msgid ""
919
- "Success! The settings from iCal Importer have been migrated to Event "
920
- "Aggregator. You can view your migrated imports on the Scheduled Imports tab."
921
  msgstr ""
922
 
923
- #: src/Tribe/Aggregator/Migrate.php:398
924
- msgid ""
925
- "Error: we were not able to migrate your Facebook Events settings to Event "
926
- "Aggregator. Please try again later."
927
  msgstr ""
928
 
929
- #: src/Tribe/Aggregator/Migrate.php:405
930
- msgid ""
931
- "You do not have permission to migrate Facebook Events settings to Event "
932
- "Aggregator"
933
  msgstr ""
934
 
935
- #: src/Tribe/Aggregator/Migrate.php:412
936
- msgid "We did not find any Facebook Events settings to migrate."
937
  msgstr ""
938
 
939
- #: src/Tribe/Aggregator/Migrate.php:466
940
- msgid ""
941
- "Success! The settings from Facebook Events have been migrated to Event "
942
- "Aggregator. You can view your migrated imports on the Scheduled Imports tab."
943
  msgstr ""
944
 
945
- #: src/Tribe/Aggregator/Page.php:88 src/views/v2/day/type-separator.php:27
946
- msgid "All Day"
947
  msgstr ""
948
 
949
- #: src/Tribe/Aggregator/Page.php:89
950
- msgctxt "Meridian: am"
951
- msgid "AM"
952
  msgstr ""
953
 
954
- #: src/Tribe/Aggregator/Page.php:90
955
- msgctxt "Meridian: pm"
956
- msgid "PM"
957
  msgstr ""
958
 
959
- #: src/Tribe/Aggregator/Page.php:91
960
- msgid ""
961
- "The preview is taking longer than expected. Please try again in a moment."
962
  msgstr ""
963
 
964
- #: src/Tribe/Aggregator/Page.php:95
965
- msgid "There was an error fetching the results from your import:"
966
  msgstr ""
967
 
968
- #: src/Tribe/Aggregator/Page.php:99
969
- msgid "A warning was generated while fetching the results from your import:"
970
  msgstr ""
971
 
972
- #: src/Tribe/Aggregator/Page.php:103
973
- msgid "Import All (%d)"
974
  msgstr ""
975
 
976
- #: src/Tribe/Aggregator/Page.php:104
977
- msgid "Import All"
978
  msgstr ""
979
 
980
- #: src/Tribe/Aggregator/Page.php:105
981
- msgid "Import Checked (%d)"
982
  msgstr ""
983
 
984
- #: src/Tribe/Aggregator/Page.php:106
985
- msgid "Save Scheduled Import"
986
  msgstr ""
987
 
988
- #: src/Tribe/Aggregator/Page.php:107
989
- msgid "Save Changes"
990
  msgstr ""
991
 
992
- #: src/Tribe/Aggregator/Page.php:108
993
- msgid "Your import must include at least one event"
994
  msgstr ""
995
 
996
- #: src/Tribe/Aggregator/Page.php:112
997
- msgid "Your preview doesn't have any records to import."
998
  msgstr ""
999
 
1000
- #: src/Tribe/Aggregator/Page.php:116
1001
- msgid ""
1002
- "Removing this scheduled import will stop automatic imports from the source. "
1003
- "No events will be deleted."
1004
  msgstr ""
1005
 
1006
- #: src/Tribe/Aggregator/Page.php:120
1007
- #: src/Tribe/Aggregator/Record/List_Table.php:535
1008
- msgid "View Filters"
1009
  msgstr ""
1010
 
1011
- #: src/Tribe/Aggregator/Page.php:121
1012
- msgid "Hide Filters"
1013
  msgstr ""
1014
 
1015
- #: src/Tribe/Aggregator/Page.php:123
1016
- msgid "Please wait while your preview is fetched."
1017
  msgstr ""
1018
 
1019
- #: src/Tribe/Aggregator/Page.php:124
1020
- msgid "Please continue to wait while your preview is generated."
1021
  msgstr ""
1022
 
1023
- #: src/Tribe/Aggregator/Page.php:125
1024
- msgid ""
1025
- "If all goes according to plan, you will have your preview in a few moments."
1026
  msgstr ""
1027
 
1028
- #: src/Tribe/Aggregator/Page.php:129
1029
- msgid ""
1030
- "Your preview is taking a bit longer than expected, but it <i>is</i> still "
1031
- "being generated."
1032
  msgstr ""
1033
 
1034
- #: src/Tribe/Aggregator/Page.php:405
1035
- msgid "Events Import"
 
 
 
 
 
 
 
1036
  msgstr ""
1037
 
1038
- #: src/Tribe/Aggregator/Page.php:534
1039
- msgid "Facebook Events"
 
1040
  msgstr ""
1041
 
1042
- #: src/Tribe/Aggregator/Page.php:538
1043
- msgid "iCal Importer"
 
 
 
 
 
 
 
 
1044
  msgstr ""
1045
 
1046
- #: src/Tribe/Aggregator/Page.php:547
1047
- msgid ""
1048
- "It looks like you are using our legacy plugin, %1$s, along with our new "
1049
- "Event Aggregator service. Event Aggregator includes all the features of the "
1050
- "legacy plugin plus enhanced functionality. For best results, please "
1051
- "deactivate %1$s."
1052
- msgid_plural ""
1053
- "It looks like you are using our legacy plugins, %1$s and %2$s, along with "
1054
- "our new Event Aggregator service. Event Aggregator includes all the features "
1055
- "of the legacy plugins plus enhanced functionality. For best results, please "
1056
- "deactivate %1$s and %2$s."
1057
- msgstr[0] ""
1058
- msgstr[1] ""
1059
-
1060
- #: src/Tribe/Aggregator/Page.php:560
1061
- msgid "Manage Active Plugins"
1062
  msgstr ""
1063
 
1064
- #: src/Tribe/Aggregator/Processes/Service_Provider.php:78
1065
- msgid "No asynchronous queue processes to clear."
1066
  msgstr ""
1067
 
1068
- #: src/Tribe/Aggregator/Processes/Service_Provider.php:80
1069
- msgid "Successfully stopped and cleared 1 asynchronous queue process."
1070
- msgid_plural ""
1071
- "Successfully stopped and cleared %d asynchronous queue processes."
1072
- msgstr[0] ""
1073
- msgstr[1] ""
1074
-
1075
- #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:138
1076
- #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:61
1077
- msgid "The import unique ID as provided by Event Aggregator service"
1078
  msgstr ""
1079
 
1080
- #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:144
1081
- #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:67
1082
- msgid ""
1083
- "The hash of the next expected batch, as previously provided by the client"
1084
  msgstr ""
1085
 
1086
- #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:150
1087
- msgid "The current status of the import."
1088
  msgstr ""
1089
 
1090
- #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:156
1091
- #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:89
1092
- msgid "The percentage of import completed."
1093
  msgstr ""
1094
 
1095
- #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:162
1096
- msgid ""
1097
- "The current interval, in seconds, between the end of a batch process and the "
1098
- "start of the next; as set on the server."
1099
  msgstr ""
1100
 
1101
- #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:73
1102
- msgid "The new status of the import."
1103
  msgstr ""
1104
 
1105
- #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:78
1106
- msgid "The new status message for the user, not localized."
1107
  msgstr ""
1108
 
1109
- #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:83
1110
- msgid "The new status message slug, to allow for localized messages."
1111
  msgstr ""
1112
 
1113
- #: src/Tribe/Aggregator/Record/Abstract.php:358
1114
- msgid "Something went wrong while inserting the record in the database."
1115
  msgstr ""
1116
 
1117
- #: src/Tribe/Aggregator/Record/Abstract.php:493
1118
- msgid "Record: "
1119
  msgstr ""
1120
 
1121
- #: src/Tribe/Aggregator/Record/Abstract.php:1202
1122
- msgid "Deleted Attachment: %d"
1123
  msgstr ""
1124
 
1125
- #: src/Tribe/Aggregator/Record/Abstract.php:1217
1126
- msgid " (opens in a new window)"
1127
  msgstr ""
1128
 
1129
- #: src/Tribe/Aggregator/Record/Abstract.php:1259
1130
- msgid ""
1131
- "When this import was last scheduled to run, the daily limit for your Event "
1132
- "Aggregator license had already been reached."
1133
  msgstr ""
1134
 
1135
- #: src/Tribe/Aggregator/Record/Async_Queue.php:352
1136
- #: src/Tribe/Aggregator/Record/Void_Queue.php:121
1137
- msgid ""
1138
- "Unable to process this import - a breakage or conflict may have resulted in "
1139
- "the import halting."
1140
  msgstr ""
1141
 
1142
- #: src/Tribe/Aggregator/Record/Batch_Queue.php:256
1143
- msgid "The batch registered does not have all the required fields."
 
 
 
 
 
 
1144
  msgstr ""
1145
 
1146
- #: src/Tribe/Aggregator/Record/CSV.php:79
1147
- #: src/admin-views/aggregator/settings.php:611
1148
- msgid "CSV"
1149
  msgstr ""
1150
 
1151
- #: src/Tribe/Aggregator/Record/CSV.php:120
1152
- msgid "Unknown Column "
 
 
1153
  msgstr ""
1154
 
1155
- #: src/Tribe/Aggregator/Record/CSV.php:229
1156
- msgid "The following fields are required for a successful import:"
1157
  msgstr ""
1158
 
1159
- #: src/Tribe/Aggregator/Record/ICS.php:33
1160
- msgid "ICS"
1161
  msgstr ""
1162
 
1163
- #: src/Tribe/Aggregator/Record/List_Table.php:174
1164
- #: src/Tribe/Aggregator/Record/List_Table.php:175
1165
- msgid "Filter By Origin"
1166
  msgstr ""
1167
 
1168
- #: src/Tribe/Aggregator/Record/List_Table.php:193
1169
- #: src/Tribe/Aggregator/Record/List_Table.php:194
1170
- msgid "Filter By Frequency"
1171
  msgstr ""
1172
 
1173
- #: src/Tribe/Aggregator/Record/List_Table.php:211
1174
- msgid "Filter"
1175
  msgstr ""
1176
 
1177
- #: src/Tribe/Aggregator/Record/List_Table.php:254
1178
- #: src/Tribe/Aggregator/Record/List_Table.php:255
1179
- msgid "Bulk Actions"
1180
  msgstr ""
1181
 
1182
- #: src/Tribe/Aggregator/Record/List_Table.php:270
1183
- msgid "Apply"
1184
  msgstr ""
1185
 
1186
- #: src/Tribe/Aggregator/Record/List_Table.php:303
1187
- msgctxt "records"
1188
- msgid "All <span class=\"count\">(%s)</span>"
1189
- msgid_plural "All <span class=\"count\">(%s)</span>"
1190
- msgstr[0] ""
1191
- msgstr[1] ""
1192
-
1193
- #: src/Tribe/Aggregator/Record/List_Table.php:348
1194
- #: src/Tribe/Aggregator/Record/List_Table.php:354
1195
- msgctxt "column name"
1196
- msgid "Source"
1197
  msgstr ""
1198
 
1199
- #: src/Tribe/Aggregator/Record/List_Table.php:349
1200
- msgctxt "column name"
1201
- msgid "Frequency"
1202
  msgstr ""
1203
 
1204
- #: src/Tribe/Aggregator/Record/List_Table.php:350
1205
- msgctxt "column name"
1206
- msgid "Last Import"
1207
  msgstr ""
1208
 
1209
- #: src/Tribe/Aggregator/Record/List_Table.php:355
1210
- msgctxt "column name"
1211
- msgid "Type"
1212
  msgstr ""
1213
 
1214
- #: src/Tribe/Aggregator/Record/List_Table.php:356
1215
- msgctxt "column name"
1216
- msgid "When"
1217
  msgstr ""
1218
 
1219
- #: src/Tribe/Aggregator/Record/List_Table.php:359
1220
- msgctxt "column name"
1221
- msgid "# Imported"
1222
  msgstr ""
1223
 
1224
- #: src/Tribe/Aggregator/Record/List_Table.php:392
1225
- msgid "Edit"
1226
  msgstr ""
1227
 
1228
- #: src/Tribe/Aggregator/Record/List_Table.php:405
1229
- msgid "Start an import from this source now, regardless of schedule."
 
1230
  msgstr ""
1231
 
1232
- #: src/Tribe/Aggregator/Record/List_Table.php:406
1233
- msgid "Run Import"
1234
  msgstr ""
1235
 
1236
- #: src/Tribe/Aggregator/Record/List_Table.php:414
1237
- msgid "Delete"
1238
  msgstr ""
1239
 
1240
- #: src/Tribe/Aggregator/Record/List_Table.php:443
1241
- msgid "Import completed"
1242
  msgstr ""
1243
 
1244
- #: src/Tribe/Aggregator/Record/List_Table.php:447
1245
- msgid "Import failed"
1246
  msgstr ""
1247
 
1248
- #: src/Tribe/Aggregator/Record/List_Table.php:459
1249
- msgid "Import schedule"
1250
  msgstr ""
1251
 
1252
- #: src/Tribe/Aggregator/Record/List_Table.php:463
1253
- msgid "Import pending"
1254
  msgstr ""
1255
 
1256
- #: src/Tribe/Aggregator/Record/List_Table.php:467
1257
- msgid "Import preview"
1258
  msgstr ""
1259
 
1260
- #: src/Tribe/Aggregator/Record/List_Table.php:515
1261
- #: src/Tribe/Ignored_Events.php:358
1262
- msgctxt "record via origin"
1263
- msgid "via "
1264
  msgstr ""
1265
 
1266
- #: src/Tribe/Aggregator/Record/List_Table.php:521
1267
- msgid "View Events"
1268
  msgstr ""
1269
 
1270
- #: src/Tribe/Aggregator/Record/List_Table.php:539
1271
- msgid "Keywords:"
1272
  msgstr ""
1273
 
1274
- #: src/Tribe/Aggregator/Record/List_Table.php:548
1275
- #: src/views/blocks/parts/details.php:78 src/views/blocks/parts/details.php:104
1276
- #: src/views/modules/meta/details.php:72 src/views/modules/meta/details.php:97
1277
- msgid "Start:"
1278
  msgstr ""
1279
 
1280
- #: src/Tribe/Aggregator/Record/List_Table.php:552
1281
- msgid "Location:"
1282
  msgstr ""
1283
 
1284
- #: src/Tribe/Aggregator/Record/List_Table.php:556
1285
- msgid "Radius:"
1286
  msgstr ""
1287
 
1288
- #: src/Tribe/Aggregator/Record/List_Table.php:597
1289
- msgid "Unknown"
1290
  msgstr ""
1291
 
1292
- #: src/Tribe/Aggregator/Record/List_Table.php:618 src/Tribe/Aggregator.php:605
1293
- #: src/Tribe/Ignored_Events.php:376
1294
- msgctxt "human readable time ago"
1295
- msgid "about %s ago"
1296
  msgstr ""
1297
 
1298
- #: src/Tribe/Aggregator/Record/List_Table.php:620 src/Tribe/Aggregator.php:607
1299
- #: src/Tribe/Ignored_Events.php:378
1300
- msgctxt "in human readable time"
1301
- msgid "in about %s"
1302
  msgstr ""
1303
 
1304
- #: src/Tribe/Aggregator/Record/List_Table.php:631
1305
- msgctxt "in human readable time"
1306
- msgid "retrying in about %s"
1307
  msgstr ""
1308
 
1309
- #: src/Tribe/Aggregator/Record/List_Table.php:634
1310
- msgctxt "when the retry will happen, a date"
1311
- msgid "retrying at %s"
1312
  msgstr ""
1313
 
1314
- #: src/Tribe/Aggregator/Record/List_Table.php:650
1315
- msgid "Invalid Frequency"
 
 
1316
  msgstr ""
1317
 
1318
- #: src/Tribe/Aggregator/Record/List_Table.php:653
1319
- msgid "One Time"
 
1320
  msgstr ""
1321
 
1322
- #: src/Tribe/Aggregator/Record/List_Table.php:679
1323
- msgid "all time"
 
 
1324
  msgstr ""
1325
 
1326
- #: src/Tribe/Aggregator/Record/List_Table.php:681
1327
- msgid "Latest Import:"
 
 
 
1328
  msgstr ""
1329
 
1330
- #: src/Tribe/Aggregator/Record/List_Table.php:684
1331
- #: src/Tribe/Aggregator/Record/List_Table.php:692
1332
- #: src/Tribe/Aggregator/Record/List_Table.php:700
1333
- msgid "new"
1334
  msgstr ""
1335
 
1336
- #: src/Tribe/Aggregator/Record/List_Table.php:686
1337
- #: src/Tribe/Aggregator/Record/List_Table.php:695
1338
- #: src/Tribe/Aggregator/Record/List_Table.php:703
1339
- msgid "updated"
1340
  msgstr ""
1341
 
1342
- #: src/Tribe/Aggregator/Record/List_Table.php:721
1343
- msgid "Select %s"
 
 
1344
  msgstr ""
1345
 
1346
- #. translators: %s: Number of items.
1347
- #: src/Tribe/Aggregator/Record/List_Table.php:754
1348
- msgid "%s item"
1349
- msgid_plural "%s items"
1350
- msgstr[0] ""
1351
- msgstr[1] ""
1352
 
1353
- #: src/Tribe/Aggregator/Record/List_Table.php:790
1354
- msgid "First page"
1355
  msgstr ""
1356
 
1357
- #: src/Tribe/Aggregator/Record/List_Table.php:801
1358
- msgid "Previous page"
1359
  msgstr ""
1360
 
1361
- #: src/Tribe/Aggregator/Record/List_Table.php:808
1362
- #: src/Tribe/Aggregator/Record/List_Table.php:812
1363
- msgid "Current Page"
1364
  msgstr ""
1365
 
1366
- #. translators: 1: Current page, 2: Total pages.
1367
- #: src/Tribe/Aggregator/Record/List_Table.php:820
1368
- msgctxt "paging"
1369
- msgid "%1$s of %2$s"
1370
  msgstr ""
1371
 
1372
- #: src/Tribe/Aggregator/Record/List_Table.php:831
1373
- msgid "Next page"
1374
  msgstr ""
1375
 
1376
- #: src/Tribe/Aggregator/Record/List_Table.php:842
1377
- msgid "Last page"
 
 
 
 
 
 
 
1378
  msgstr ""
1379
 
1380
- #: src/Tribe/Aggregator/Record/Queue_Processor.php:283
1381
- msgid "Could not process queue for Import Record %1$d: %2$s"
 
 
 
 
 
 
 
 
 
1382
  msgstr ""
1383
 
1384
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:57
1385
- msgid "Completed!"
 
 
 
 
1386
  msgstr ""
1387
 
1388
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:94
1389
- msgid ""
1390
- "Your import is currently in progress. Don't worry, you can safely navigate "
1391
- "away&ndash;the import will continue in the background."
1392
  msgstr ""
1393
 
1394
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:101
1395
- msgid "Created:"
 
1396
  msgstr ""
1397
 
1398
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:102
1399
- msgid "Updated:"
1400
- msgstr ""
1401
-
1402
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:103
1403
- msgid "Skipped:"
1404
- msgstr ""
1405
-
1406
- #: src/Tribe/Aggregator/Record/Queue_Realtime.php:206
1407
- msgid ""
1408
- "Unable to continue inserting data. Please reload this page to continue/try "
1409
- "again."
1410
- msgstr ""
1411
-
1412
- #: src/Tribe/Aggregator/Record/Unsupported.php:58
1413
- msgid "Unsupported"
1414
- msgstr ""
1415
-
1416
- #: src/Tribe/Aggregator/Records.php:110
1417
- msgid "Events Aggregator Record"
1418
- msgstr ""
1419
-
1420
- #: src/Tribe/Aggregator/Records.php:127
1421
- msgctxt "post type general name"
1422
- msgid "Aggregator Records"
1423
- msgstr ""
1424
-
1425
- #: src/Tribe/Aggregator/Records.php:128
1426
- msgctxt "post type singular name"
1427
- msgid "Aggregator Record"
1428
- msgstr ""
1429
-
1430
- #: src/Tribe/Aggregator/Records.php:129
1431
- msgctxt "admin menu"
1432
- msgid "Aggregator Records"
1433
- msgstr ""
1434
-
1435
- #: src/Tribe/Aggregator/Records.php:130
1436
- msgctxt "add new on admin bar"
1437
- msgid "Aggregator Record"
1438
- msgstr ""
1439
-
1440
- #: src/Tribe/Aggregator/Records.php:131
1441
- msgctxt "record"
1442
- msgid "Add New"
1443
- msgstr ""
1444
-
1445
- #: src/Tribe/Aggregator/Records.php:132
1446
- msgid "Add New Aggregator Record"
1447
- msgstr ""
1448
-
1449
- #: src/Tribe/Aggregator/Records.php:133
1450
- msgid "New Aggregator Record"
1451
- msgstr ""
1452
-
1453
- #: src/Tribe/Aggregator/Records.php:134
1454
- msgid "Edit Aggregator Record"
1455
- msgstr ""
1456
-
1457
- #: src/Tribe/Aggregator/Records.php:135
1458
- msgid "View Aggregator Record"
1459
- msgstr ""
1460
-
1461
- #: src/Tribe/Aggregator/Records.php:136
1462
- msgid "All Aggregator Records"
1463
- msgstr ""
1464
-
1465
- #: src/Tribe/Aggregator/Records.php:137
1466
- msgid "Search Aggregator Records"
1467
- msgstr ""
1468
-
1469
- #: src/Tribe/Aggregator/Records.php:138
1470
- msgid "Parent Aggregator Record:"
1471
- msgstr ""
1472
-
1473
- #: src/Tribe/Aggregator/Records.php:139
1474
- msgid "No Aggregator Records found."
1475
- msgstr ""
1476
-
1477
- #: src/Tribe/Aggregator/Records.php:140
1478
- msgid "No Aggregator Records found in Trash."
1479
- msgstr ""
1480
-
1481
- #: src/Tribe/Aggregator/Records.php:177
1482
- msgctxt "event aggregator status"
1483
- msgid "Imported"
1484
- msgstr ""
1485
-
1486
- #: src/Tribe/Aggregator/Records.php:178
1487
- msgctxt "event aggregator status"
1488
- msgid "Imported <span class=\"count\">(%s)</span>"
1489
- msgid_plural "Imported <span class=\"count\">(%s)</span>"
1490
- msgstr[0] ""
1491
- msgstr[1] ""
1492
-
1493
- #: src/Tribe/Aggregator/Records.php:192
1494
- msgctxt "event aggregator status"
1495
- msgid "Failed"
1496
- msgstr ""
1497
-
1498
- #: src/Tribe/Aggregator/Records.php:193
1499
- msgctxt "event aggregator status"
1500
- msgid "Failed <span class=\"count\">(%s)</span>"
1501
- msgid_plural "Failed <span class=\"count\">(%s)</span>"
1502
- msgstr[0] ""
1503
- msgstr[1] ""
1504
-
1505
- #: src/Tribe/Aggregator/Records.php:207
1506
- msgctxt "event aggregator status"
1507
- msgid "Schedule"
1508
- msgstr ""
1509
-
1510
- #: src/Tribe/Aggregator/Records.php:208
1511
- msgctxt "event aggregator status"
1512
- msgid "Schedule <span class=\"count\">(%s)</span>"
1513
- msgid_plural "Schedule <span class=\"count\">(%s)</span>"
1514
- msgstr[0] ""
1515
- msgstr[1] ""
1516
-
1517
- #: src/Tribe/Aggregator/Records.php:222
1518
- msgctxt "event aggregator status"
1519
- msgid "Pending"
1520
- msgstr ""
1521
-
1522
- #: src/Tribe/Aggregator/Records.php:223
1523
- msgctxt "event aggregator status"
1524
- msgid "Pending <span class=\"count\">(%s)</span>"
1525
- msgid_plural "Pending <span class=\"count\">(%s)</span>"
1526
- msgstr[0] ""
1527
- msgstr[1] ""
1528
-
1529
- #: src/Tribe/Aggregator/Records.php:237
1530
- msgctxt "event aggregator status"
1531
- msgid "Draft"
1532
- msgstr ""
1533
-
1534
- #: src/Tribe/Aggregator/Records.php:238
1535
- msgctxt "event aggregator status"
1536
- msgid "Draft <span class=\"count\">(%s)</span>"
1537
- msgid_plural "Draft <span class=\"count\">(%s)</span>"
1538
- msgstr[0] ""
1539
- msgstr[1] ""
1540
-
1541
- #: src/Tribe/Aggregator/Service.php:229
1542
- msgid ""
1543
- "Connection timed out while transferring the feed. If you are dealing with "
1544
- "large feeds you may need to customize the "
1545
- "tribe_aggregator_connection_timeout filter."
1546
- msgstr ""
1547
-
1548
- #: src/Tribe/Aggregator/Service.php:239
1549
- msgid ""
1550
- "Event Aggregator server has blocked your request. Please try your import "
1551
- "again later or contact support to know why."
1552
- msgstr ""
1553
-
1554
- #: src/Tribe/Aggregator/Service.php:270
1555
- msgid ""
1556
- "The response from the Event Aggregator server was badly formed and could not "
1557
- "be understood. Please try again."
1558
- msgstr ""
1559
-
1560
- #: src/Tribe/Aggregator/Service.php:765
1561
- msgid "the UID part of the iCalendar Specification"
1562
- msgstr ""
1563
-
1564
- #: src/Tribe/Aggregator/Service.php:770
1565
- msgid "read more about Facebook restrictions in our knowledgebase"
1566
- msgstr ""
1567
-
1568
- #: src/Tribe/Aggregator/Service.php:775
1569
- msgid "https://evnt.is/1afb"
1570
- msgstr ""
1571
-
1572
- #: src/Tribe/Aggregator/Service.php:780
1573
- msgid "Sorry, but something went wrong. Please try again."
1574
- msgstr ""
1575
-
1576
- #: src/Tribe/Aggregator/Service.php:781
1577
- msgid "Events could not be imported. The import parameters were invalid."
1578
- msgstr ""
1579
-
1580
- #: src/Tribe/Aggregator/Service.php:782
1581
- msgid ""
1582
- "Events cannot be imported because Eventbrite has returned an error. This "
1583
- "could mean that the event ID does not exist, the event or source is marked "
1584
- "as Private, or the event or source has been otherwise restricted by "
1585
- "Eventbrite. You can <a href=\"https://theeventscalendar.com/knowledgebase/"
1586
- "import-errors/\" target=\"_blank\">read more about Eventbrite restrictions "
1587
- "in our knowledgebase</a>."
1588
- msgstr ""
1589
-
1590
- #: src/Tribe/Aggregator/Service.php:783
1591
- msgid "No upcoming Eventbrite events found."
1592
- msgstr ""
1593
-
1594
- #: src/Tribe/Aggregator/Service.php:784
1595
- msgid "The URL provided could not be reached."
1596
- msgstr ""
1597
-
1598
- #: src/Tribe/Aggregator/Service.php:785
1599
- msgid "The URL provided failed to load."
1600
- msgstr ""
1601
-
1602
- #: src/Tribe/Aggregator/Service.php:786
1603
- msgid "The image associated with your event could not be imported."
1604
- msgstr ""
1605
-
1606
- #: src/Tribe/Aggregator/Service.php:787
1607
- msgid ""
1608
- "The image associated with your event is not accessible with your API key."
1609
- msgstr ""
1610
-
1611
- #: src/Tribe/Aggregator/Service.php:788
1612
- msgid ""
1613
- "The import failed for an unknown reason. Please try again. If the problem "
1614
- "persists, please contact support."
1615
- msgstr ""
1616
-
1617
- #: src/Tribe/Aggregator/Service.php:789
1618
- msgid ""
1619
- "Events could not be imported. The URL provided did not have events in the "
1620
- "proper format."
1621
- msgstr ""
1622
-
1623
- #: src/Tribe/Aggregator/Service.php:790
1624
- msgid ""
1625
- "The file provided could not be opened. Please confirm that it is a properly "
1626
- "formatted .ics file."
1627
- msgstr ""
1628
-
1629
- #: src/Tribe/Aggregator/Service.php:791
1630
- msgid "Your Meetup API key is invalid."
1631
- msgstr ""
1632
-
1633
- #: src/Tribe/Aggregator/Service.php:792
1634
- msgid ""
1635
- "Event Aggregator cannot reach Meetup.com because you exceeded the request "
1636
- "limit for your Meetup API key."
1637
- msgstr ""
1638
-
1639
- #: src/Tribe/Aggregator/Service.php:795
1640
- msgid "The import is in progress."
1641
- msgstr ""
1642
-
1643
- #: src/Tribe/Aggregator/Service.php:797
1644
- msgid "The import will be starting soon."
1645
- msgstr ""
1646
-
1647
- #: src/Tribe/Aggregator/Service.php:799
1648
- msgid "Success"
1649
- msgstr ""
1650
-
1651
- #: src/Tribe/Aggregator/Service.php:800
1652
- msgid "Import created"
1653
- msgstr ""
1654
-
1655
- #: src/Tribe/Aggregator/Service.php:801
1656
- msgid "Successfully fetched Eventbrite Token"
1657
- msgstr ""
1658
-
1659
- #: src/Tribe/Aggregator/Service.php:802
1660
- msgid "Successfully loaded import origins"
1661
- msgstr ""
1662
-
1663
- #: src/Tribe/Aggregator/Service.php:803
1664
- msgid "Import is complete"
1665
- msgstr ""
1666
-
1667
- #: src/Tribe/Aggregator/Service.php:804
1668
- msgid "Import queued"
1669
- msgstr ""
1670
-
1671
- #: src/Tribe/Aggregator/Service.php:805
1672
- msgid "Events could not be imported. The URL provided could not be reached."
1673
- msgstr ""
1674
-
1675
- #: src/Tribe/Aggregator/Service.php:806
1676
- msgid ""
1677
- "The requested source does not have any upcoming and published events "
1678
- "matching the search criteria."
1679
- msgstr ""
1680
-
1681
- #: src/Tribe/Aggregator/Service.php:808
1682
- msgctxt ""
1683
- "The placeholder is for the localized version of the iCal UID specification "
1684
- "link"
1685
- msgid ""
1686
- "Some events at the requested source are missing the UID attribute required "
1687
- "by the iCalendar Specification. Creating a scheduled import would generate "
1688
- "duplicate events on each import. Instead, please use a One-Time import or "
1689
- "contact the source provider to fix the UID issue; linking them to %s may "
1690
- "help them more quickly resolve their feed's UID issue."
1691
  msgstr ""
1692
 
1693
- #: src/Tribe/Aggregator/Service.php:817
1694
- msgctxt ""
1695
- "The placeholder is for the localized version of the iCal UID specification "
1696
- "link"
1697
- msgid ""
1698
- "Some events at the requested source are missing the UID attribute required "
1699
- "by the iCalendar Specification. One-Time and ICS File imports are allowed "
1700
- "but successive imports will create duplicated events on your site. Please "
1701
- "contact the source provider to fix the UID issue; linking them to %s may "
1702
- "help them more quickly resolve their feed's UID issue."
1703
  msgstr ""
1704
 
1705
- #: src/Tribe/Aggregator/Service.php:823
1706
- msgid "Successfully fetched Facebook Token"
 
1707
  msgstr ""
1708
 
1709
- #: src/Tribe/Aggregator/Service.php:824
1710
- msgid "Successfully connected to Eventbrite"
 
1711
  msgstr ""
1712
 
1713
- #: src/Tribe/Aggregator/Service.php:825
1714
- msgid "Successfully disconnected Eventbrite"
 
1715
  msgstr ""
1716
 
1717
- #: src/Tribe/Aggregator/Service.php:826
1718
- msgid "Successfully marked event for import from Eventbrite"
 
1719
  msgstr ""
1720
 
1721
- #: src/Tribe/Aggregator/Service.php:827
1722
- msgid "Successfully synced event to Eventbrite"
 
1723
  msgstr ""
1724
 
1725
- #: src/Tribe/Aggregator/Service.php:828
1726
- msgid ""
1727
- "The import being fetched is not queued up for importing. Please try the "
1728
- "import again."
1729
  msgstr ""
1730
 
1731
- #: src/Tribe/Aggregator/Service.php:830
1732
- msgctxt "Placeholder used for the facebook restriction link"
1733
- msgid ""
1734
- "Events cannot be imported because Facebook has returned an error. This could "
1735
- "mean that the event ID does not exist, the event or source is marked as "
1736
- "Private, or the event or source has been otherwise restricted by Facebook. "
1737
- "You can %1$s."
1738
  msgstr ""
1739
 
1740
- #: src/Tribe/Aggregator/Service.php:837
1741
- msgid "Events cannot be imported because we received an error from Facebook: "
1742
  msgstr ""
1743
 
1744
- #: src/Tribe/Aggregator/Service.php:838
1745
- msgid ""
1746
- "Events cannot be imported because we received an error from Eventbrite: "
1747
  msgstr ""
1748
 
1749
- #: src/Tribe/Aggregator/Service.php:839
1750
- msgid ""
1751
- "Event cannot be synced to Eventbrite because we received an error from "
1752
- "Eventbrite."
1753
  msgstr ""
1754
 
1755
- #: src/Tribe/Aggregator/Service.php:840
1756
- msgid "Eventbrite token is not valid."
 
1757
  msgstr ""
1758
 
1759
- #: src/Tribe/Aggregator/Service.php:841 src/Tribe/Aggregator/Service.php:844
1760
- msgid "Eventbrite parsed object is empty."
1761
  msgstr ""
1762
 
1763
- #: src/Tribe/Aggregator/Service.php:842
1764
- msgid "Eventbrite parsed object type is empty."
 
1765
  msgstr ""
1766
 
1767
- #: src/Tribe/Aggregator/Service.php:843
1768
- msgid "Eventbrite parsed object ID is empty."
1769
  msgstr ""
1770
 
1771
- #: src/Tribe/Aggregator/Service.php:845
1772
- msgid "Eventbrite event not found."
1773
  msgstr ""
1774
 
1775
- #: src/Tribe/Aggregator/Service.php:846
1776
- msgid "Eventbrite organizer not found."
1777
  msgstr ""
1778
 
1779
- #: src/Tribe/Aggregator/Service.php:847
1780
- msgid "Eventbrite venue not found."
1781
  msgstr ""
1782
 
1783
- #: src/Tribe/Aggregator/Service.php:848
1784
- msgid "Eventbrite user not found."
 
1785
  msgstr ""
1786
 
1787
- #: src/Tribe/Aggregator/Service.php:849
1788
- msgid "Eventbrite sync data invalid."
1789
  msgstr ""
1790
 
1791
- #: src/Tribe/Aggregator/Service.php:850
1792
- msgid ""
1793
- "You do not have an active connection to Eventbrite through your account and "
1794
- "Event Aggregator."
1795
  msgstr ""
1796
 
1797
- #: src/Tribe/Aggregator/Service.php:851
1798
- msgid "Webhook not registered properly."
1799
  msgstr ""
1800
 
1801
- #: src/Tribe/Aggregator/Service.php:852
1802
- msgid "This webhook action is not currently supported."
1803
  msgstr ""
1804
 
1805
- #: src/Tribe/Aggregator/Service.php:853
1806
- msgid "Event not owned, you cannot edit it."
 
1807
  msgstr ""
1808
 
1809
- #: src/Tribe/Aggregator/Service.php:855
1810
- msgctxt "Placeholder used for the meetup API changes"
1811
- msgid ""
1812
- "Meetup is no longer supporting API keys, and will restrict access using your "
1813
- "existing key starting from August 2019. As an alternative, you should use "
1814
- "OAuth2 and update The Events Calendar to the latest version. Learn more at "
1815
- "%1$s"
1816
  msgstr ""
1817
 
1818
- #: src/Tribe/Aggregator/Service.php:863
1819
- msgctxt ""
1820
- "Placeholder used for the meetup API changes link when the KEY is plain"
1821
- msgid ""
1822
- "Meetup is no longer supporting API keys, and has restricted access using "
1823
- "your existing key starting from August 2019. As an alternative, you must use "
1824
- "OAuth2 and update The Events Calendar to the latest version. Learn more at "
1825
- "%1$s."
1826
  msgstr ""
1827
 
1828
- #: src/Tribe/Aggregator/Service.php:870
1829
- msgid ""
1830
- "You do not have an active connection to Meetup through your account and "
1831
- "Event Aggregator."
1832
  msgstr ""
1833
 
1834
- #: src/Tribe/Aggregator/Service.php:887
1835
- msgid "Unknown service message"
1836
  msgstr ""
1837
 
1838
- #: src/Tribe/Aggregator/Settings.php:536
1839
- msgid "By date range"
1840
  msgstr ""
1841
 
1842
- #: src/Tribe/Aggregator/Settings.php:537
1843
- msgid "By number of events"
1844
  msgstr ""
1845
 
1846
- #: src/Tribe/Aggregator/Settings.php:538
1847
- msgid "Do not limit (not recommended)"
 
1848
  msgstr ""
1849
 
1850
- #: src/Tribe/Aggregator/Settings.php:565 src/Tribe/Aggregator/Settings.php:566
1851
- msgid "24 hours"
 
1852
  msgstr ""
1853
 
1854
- #: src/Tribe/Aggregator/Settings.php:569 src/Tribe/Aggregator/Settings.php:570
1855
- msgid "72 hours"
1856
  msgstr ""
1857
 
1858
- #: src/Tribe/Aggregator/Settings.php:573
1859
- msgid "One week"
 
 
1860
  msgstr ""
1861
 
1862
- #: src/Tribe/Aggregator/Settings.php:574
1863
- msgid "one week"
1864
  msgstr ""
1865
 
1866
- #: src/Tribe/Aggregator/Settings.php:577
1867
- msgid "Two weeks"
1868
  msgstr ""
1869
 
1870
- #: src/Tribe/Aggregator/Settings.php:578
1871
- msgid "two weeks"
1872
  msgstr ""
1873
 
1874
- #: src/Tribe/Aggregator/Settings.php:581
1875
- msgid "Three weeks"
1876
  msgstr ""
1877
 
1878
- #: src/Tribe/Aggregator/Settings.php:582
1879
- msgid "three weeks"
1880
  msgstr ""
1881
 
1882
- #: src/Tribe/Aggregator/Settings.php:585
1883
- msgid "One month"
1884
  msgstr ""
1885
 
1886
- #: src/Tribe/Aggregator/Settings.php:586
1887
- msgid "one month"
 
1888
  msgstr ""
1889
 
1890
- #: src/Tribe/Aggregator/Settings.php:589
1891
- msgid "Two months"
 
1892
  msgstr ""
1893
 
1894
- #: src/Tribe/Aggregator/Settings.php:590
1895
- msgid "two months"
 
1896
  msgstr ""
1897
 
1898
- #: src/Tribe/Aggregator/Settings.php:593
1899
- msgid "Three months"
 
1900
  msgstr ""
1901
 
1902
- #: src/Tribe/Aggregator/Settings.php:594
1903
- msgid "three months"
 
1904
  msgstr ""
1905
 
1906
- #: src/Tribe/Aggregator/Settings.php:878
1907
- msgid "Asynchronous"
 
1908
  msgstr ""
1909
 
1910
- #: src/Tribe/Aggregator/Settings.php:882
1911
- msgid "Cron-based"
 
1912
  msgstr ""
1913
 
1914
- #: src/Tribe/Aggregator/Tabs/Abstract.php:59
1915
- msgid "There was a problem processing your import. Please try again."
 
1916
  msgstr ""
1917
 
1918
- #: src/Tribe/Aggregator/Tabs/Abstract.php:145
1919
- msgid "click here to edit it"
 
1920
  msgstr ""
1921
 
1922
- #: src/Tribe/Aggregator/Tabs/Abstract.php:146
1923
- msgid "A record already exists with these settings, %1$s."
 
1924
  msgstr ""
1925
 
1926
- #: src/Tribe/Aggregator/Tabs/Abstract.php:180
1927
- msgid "Please provide the file that you wish to import."
 
1928
  msgstr ""
1929
 
1930
- #: src/Tribe/Aggregator/Tabs/Abstract.php:185
1931
- msgid "Please provide a Eventbrite URL when importing from Eventbrite."
1932
  msgstr ""
1933
 
1934
- #: src/Tribe/Aggregator/Tabs/Abstract.php:190
1935
- msgid "Please provide a Meetup URL when importing from Meetup."
1936
  msgstr ""
1937
 
1938
- #: src/Tribe/Aggregator/Tabs/Abstract.php:234
1939
- msgid "Please provide the URL that you wish to import."
1940
  msgstr ""
1941
 
1942
- #: src/Tribe/Aggregator/Tabs/Edit.php:52
1943
- msgid "Edit Import"
1944
  msgstr ""
1945
 
1946
- #: src/Tribe/Aggregator/Tabs/Edit.php:131
1947
- msgid "Scheduled import was successfully updated."
1948
  msgstr ""
1949
 
1950
- #: src/Tribe/Aggregator/Tabs/Edit.php:137
1951
- msgid "View All Scheduled Imports"
1952
  msgstr ""
1953
 
1954
- #: src/Tribe/Aggregator/Tabs/Edit.php:143
1955
- msgid "Your Scheduled Import has been updated!"
1956
  msgstr ""
1957
 
1958
- #: src/Tribe/Aggregator/Tabs/Favorite.php:37
1959
- msgid "Favorite Imports"
1960
  msgstr ""
1961
 
1962
- #: src/Tribe/Aggregator/Tabs/History.php:55
1963
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:59
1964
- msgid "Records per page"
1965
  msgstr ""
1966
 
1967
- #: src/Tribe/Aggregator/Tabs/History.php:93
1968
- msgid "History"
1969
  msgstr ""
1970
 
1971
- #: src/Tribe/Aggregator/Tabs/New.php:83
1972
- msgid "New Import"
1973
  msgstr ""
1974
 
1975
- #: src/Tribe/Aggregator/Tabs/New.php:167
1976
- msgid "1 import was scheduled."
1977
  msgstr ""
1978
 
1979
- #: src/Tribe/Aggregator/Tabs/New.php:254
1980
- msgid "%1$d new %2$s was imported."
1981
- msgid_plural "%1$d new %2$s were imported."
1982
- msgstr[0] ""
1983
- msgstr[1] ""
1984
-
1985
- #: src/Tribe/Aggregator/Tabs/New.php:266
1986
- msgid "%1$d existing %2$s was updated."
1987
- msgid_plural "%1$d existing %2$s were updated."
1988
- msgstr[0] ""
1989
- msgstr[1] ""
1990
-
1991
- #: src/Tribe/Aggregator/Tabs/New.php:277
1992
- msgid "%1$d already-imported %2$s was skipped."
1993
- msgid_plural "%1$d already-imported %2$s were skipped."
1994
- msgstr[0] ""
1995
- msgstr[1] ""
1996
-
1997
- #: src/Tribe/Aggregator/Tabs/New.php:286
1998
- msgid "%1$d new image was imported."
1999
- msgid_plural "%1$d new images were imported."
2000
- msgstr[0] ""
2001
- msgstr[1] ""
2002
-
2003
- #. translators: %1$d is replaced with a number of scheduled images.
2004
- #: src/Tribe/Aggregator/Tabs/New.php:295
2005
- msgid "%1$d new image was scheduled for import."
2006
- msgid_plural "%1$d new images were scheduled for import."
2007
- msgstr[0] ""
2008
- msgstr[1] ""
2009
-
2010
- #: src/Tribe/Aggregator/Tabs/New.php:307
2011
- msgid "No %1$s were imported or updated."
2012
  msgstr ""
2013
 
2014
- #: src/Tribe/Aggregator/Tabs/New.php:315
2015
- msgid "View all %s"
2016
  msgstr ""
2017
 
2018
- #: src/Tribe/Aggregator/Tabs/New.php:325
2019
- msgid "%1$d new venue was imported."
2020
- msgid_plural "%1$d new venues were imported."
2021
- msgstr[0] ""
2022
- msgstr[1] ""
2023
-
2024
- #: src/Tribe/Aggregator/Tabs/New.php:329
2025
- msgid "View your event venues"
2026
  msgstr ""
2027
 
2028
- #: src/Tribe/Aggregator/Tabs/New.php:337
2029
- msgid "%1$d new organizer was imported."
2030
- msgid_plural "%1$d new organizers were imported."
2031
- msgstr[0] ""
2032
- msgstr[1] ""
2033
 
2034
- #: src/Tribe/Aggregator/Tabs/New.php:341
2035
- msgid "View your event organizers"
2036
  msgstr ""
2037
 
2038
- #: src/Tribe/Aggregator/Tabs/New.php:350
2039
- msgid "%1$d new event category was created."
2040
- msgid_plural "%1$d new event categories were created."
2041
- msgstr[0] ""
2042
- msgstr[1] ""
2043
 
2044
- #: src/Tribe/Aggregator/Tabs/New.php:354
2045
- msgid "View your event categories"
2046
  msgstr ""
2047
 
2048
- #: src/Tribe/Aggregator/Tabs/New.php:362
2049
- msgid "%1$d new event tag was created."
2050
- msgid_plural "%1$d new event tags were created."
2051
- msgstr[0] ""
2052
- msgstr[1] ""
2053
 
2054
- #: src/Tribe/Aggregator/Tabs/New.php:366
2055
- msgid "View your event tags"
2056
  msgstr ""
2057
 
2058
- #: src/Tribe/Aggregator/Tabs/New.php:377
2059
- msgid "Import complete!"
2060
  msgstr ""
2061
 
2062
- #: src/Tribe/Aggregator/Tabs/New.php:379
2063
- msgid "Your scheduled import was saved and the first import is complete!"
2064
  msgstr ""
2065
 
2066
- #: src/Tribe/Aggregator/Tabs/New.php:383
2067
- msgctxt "separator between date and time"
2068
- msgid " at "
2069
  msgstr ""
2070
 
2071
- #: src/Tribe/Aggregator/Tabs/New.php:390
2072
- msgid "The next import is scheduled for %1$s."
2073
  msgstr ""
2074
 
2075
- #: src/Tribe/Aggregator/Tabs/New.php:394
2076
- msgid "View your scheduled imports."
2077
  msgstr ""
2078
 
2079
- #: src/Tribe/Aggregator/Tabs/New.php:406
2080
- msgid "Invalid credential save request"
2081
  msgstr ""
2082
 
2083
- #: src/Tribe/Aggregator/Tabs/New.php:416
2084
- msgid "Invalid credential save nonce"
2085
  msgstr ""
2086
 
2087
- #: src/Tribe/Aggregator/Tabs/New.php:425
2088
- msgid "The Meetup API key is required."
2089
  msgstr ""
2090
 
2091
- #: src/Tribe/Aggregator/Tabs/New.php:434
2092
- msgid "Credentials have been saved"
2093
  msgstr ""
2094
 
2095
- #: src/Tribe/Aggregator/Tabs/New.php:441
2096
- msgid "Unable to save credentials"
2097
  msgstr ""
2098
 
2099
- #: src/Tribe/Aggregator/Tabs/New.php:525
2100
- msgid "Events Aggregator"
2101
  msgstr ""
2102
 
2103
- #: src/Tribe/Aggregator/Tabs/New.php:528
2104
- msgid "Import events with ease"
2105
  msgstr ""
2106
 
2107
- #: src/Tribe/Aggregator/Tabs/New.php:530
2108
- msgid ""
2109
- "Effortlessly fill your calendar with events from Meetup, Eventbrite, iCal, "
2110
- "Google Calendar, and more."
2111
  msgstr ""
2112
 
2113
- #: src/Tribe/Aggregator/Tabs/New.php:533
2114
- msgid "Learn More"
2115
  msgstr ""
2116
 
2117
- #: src/Tribe/Aggregator/Tabs/New.php:535
2118
- #: src/admin-views/aggregator/banners/eventbrite-upsell.php:19
2119
- msgid "opens in a new window"
2120
  msgstr ""
2121
 
2122
- #: src/Tribe/Aggregator/Tabs/New.php:584
2123
- msgid "Your Event Aggregator license is expired."
 
2124
  msgstr ""
2125
 
2126
- #: src/Tribe/Aggregator/Tabs/New.php:585
2127
- msgid ""
2128
- "Renew your license in order to import events from iCalendar, Google, or "
2129
- "Meetup."
2130
  msgstr ""
2131
 
2132
- #: src/Tribe/Aggregator/Tabs/New.php:588
2133
- msgid "Renew your Event Aggregator license"
2134
  msgstr ""
2135
 
2136
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:96
2137
- msgid "Scheduled Imports"
2138
  msgstr ""
2139
 
2140
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:183
2141
- msgid "queued"
2142
  msgstr ""
2143
 
2144
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:187
2145
- msgid "delete"
2146
  msgstr ""
2147
 
2148
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:191
2149
- msgid "reactivated"
2150
  msgstr ""
2151
 
2152
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:195
2153
- msgid "deactivated"
 
2154
  msgstr ""
2155
 
2156
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:248
2157
- msgid "Error: %d scheduled import was not %s."
2158
  msgstr ""
2159
 
2160
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:258
2161
- msgid "Successfully %s %d scheduled import"
2162
  msgstr ""
2163
 
2164
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:373
2165
- msgid ""
2166
- "All scheduled imports are currently suspended, and no events will be "
2167
- "imported."
2168
  msgstr ""
2169
 
2170
- #. Translators: %1$s: opening link tag, %2$s: closing link tag.
2171
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:380
2172
- msgid ""
2173
- "To continue using scheduled imports, please enter a valid Event Aggregator "
2174
- "license key under %1$sEvents > Settings > Licenses%2$s."
2175
  msgstr ""
2176
 
2177
- #: src/Tribe/Aggregator/Tabs/Scheduled.php:387
2178
- msgid "Enter Event Aggregator License"
2179
  msgstr ""
2180
 
2181
- #: src/Tribe/Aggregator.php:96
2182
- msgid "Event Aggregator System Status"
2183
  msgstr ""
2184
 
2185
- #: src/Tribe/Aggregator.php:355
2186
- msgid "You must use an integer to reduce the daily import limit"
2187
  msgstr ""
2188
 
2189
- #: src/Tribe/Aggregator.php:567
2190
- msgid "Successfully connected Event Aggregator to Facebook"
2191
  msgstr ""
2192
 
2193
- #: src/Tribe/Aggregator.php:617
2194
- msgid "Your Event Aggregator Facebook token expired %s."
2195
  msgstr ""
2196
 
2197
- #: src/Tribe/Aggregator.php:619
2198
- msgid "Your Event Aggregator Facebook token will expire %s."
 
2199
  msgstr ""
2200
 
2201
- #: src/Tribe/Aggregator.php:628
2202
- msgid "Renew your Event Aggregator Facebook token"
 
 
2203
  msgstr ""
2204
 
2205
- #: src/Tribe/Amalgamator.php:455 src/admin-views/tribe-options-general.php:172
2206
- msgid "Merge Duplicates"
 
2207
  msgstr ""
2208
 
2209
- #: src/Tribe/Assets.php:665
2210
- msgid "Sunday"
 
2211
  msgstr ""
2212
 
2213
- #: src/Tribe/Assets.php:666
2214
- msgid "Monday"
 
2215
  msgstr ""
2216
 
2217
- #: src/Tribe/Assets.php:667
2218
- msgid "Tuesday"
 
2219
  msgstr ""
2220
 
2221
- #: src/Tribe/Assets.php:668
2222
- msgid "Wednesday"
 
2223
  msgstr ""
2224
 
2225
- #: src/Tribe/Assets.php:669
2226
- msgid "Thursday"
2227
  msgstr ""
2228
 
2229
- #: src/Tribe/Assets.php:670
2230
- msgid "Friday"
2231
  msgstr ""
2232
 
2233
- #: src/Tribe/Assets.php:671
2234
- msgid "Saturday"
2235
  msgstr ""
2236
 
2237
- #: src/Tribe/Assets.php:674
2238
- msgid "Sun"
2239
  msgstr ""
2240
 
2241
- #: src/Tribe/Assets.php:675
2242
- msgid "Mon"
2243
  msgstr ""
2244
 
2245
- #: src/Tribe/Assets.php:676
2246
- msgid "Tue"
2247
  msgstr ""
2248
 
2249
- #: src/Tribe/Assets.php:677
2250
- msgid "Wed"
2251
  msgstr ""
2252
 
2253
- #: src/Tribe/Assets.php:678
2254
- msgid "Thu"
2255
  msgstr ""
2256
 
2257
- #: src/Tribe/Assets.php:679
2258
- msgid "Fri"
2259
  msgstr ""
2260
 
2261
- #: src/Tribe/Assets.php:680
2262
- msgid "Sat"
2263
  msgstr ""
2264
 
2265
- #: src/Tribe/Assets.php:683
2266
- msgid "January"
2267
  msgstr ""
2268
 
2269
- #: src/Tribe/Assets.php:684
2270
- msgid "February"
2271
  msgstr ""
2272
 
2273
- #: src/Tribe/Assets.php:685
2274
- msgid "March"
2275
  msgstr ""
2276
 
2277
- #: src/Tribe/Assets.php:686
2278
- msgid "April"
2279
  msgstr ""
2280
 
2281
- #: src/Tribe/Assets.php:687 src/Tribe/Assets.php:701
2282
- msgid "May"
2283
  msgstr ""
2284
 
2285
- #: src/Tribe/Assets.php:688
2286
- msgid "June"
2287
  msgstr ""
2288
 
2289
- #: src/Tribe/Assets.php:689
2290
- msgid "July"
2291
  msgstr ""
2292
 
2293
- #: src/Tribe/Assets.php:690
2294
- msgid "August"
2295
  msgstr ""
2296
 
2297
- #: src/Tribe/Assets.php:691
2298
- msgid "September"
2299
  msgstr ""
2300
 
2301
- #: src/Tribe/Assets.php:692
2302
- msgid "October"
2303
  msgstr ""
2304
 
2305
- #: src/Tribe/Assets.php:693
2306
- msgid "November"
2307
  msgstr ""
2308
 
2309
- #: src/Tribe/Assets.php:694
2310
- msgid "December"
2311
  msgstr ""
2312
 
2313
- #: src/Tribe/Assets.php:697
2314
- msgid "Jan"
2315
  msgstr ""
2316
 
2317
- #: src/Tribe/Assets.php:698
2318
- msgid "Feb"
2319
  msgstr ""
2320
 
2321
- #: src/Tribe/Assets.php:699
2322
- msgid "Mar"
2323
  msgstr ""
2324
 
2325
- #: src/Tribe/Assets.php:700
2326
- msgid "Apr"
2327
  msgstr ""
2328
 
2329
- #: src/Tribe/Assets.php:702
2330
- msgid "Jun"
2331
  msgstr ""
2332
 
2333
- #: src/Tribe/Assets.php:703
2334
- msgid "Jul"
2335
  msgstr ""
2336
 
2337
- #: src/Tribe/Assets.php:704
2338
- msgid "Aug"
2339
  msgstr ""
2340
 
2341
- #: src/Tribe/Assets.php:705
2342
- msgid "Sep"
2343
  msgstr ""
2344
 
2345
- #: src/Tribe/Assets.php:706
2346
- msgid "Oct"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Assets.php:707
2350
- msgid "Nov"
2351
  msgstr ""
2352
 
2353
- #: src/Tribe/Assets.php:708
2354
- msgid "Dec"
 
 
2355
  msgstr ""
2356
 
2357
- #: src/Tribe/Assets.php:711
2358
- msgid ""
2359
- "This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%."
2360
  msgstr ""
2361
 
2362
- #: src/Tribe/Assets.php:712
2363
- msgid "This event is at %%starttime%% on %%startdatewithyear%%."
2364
  msgstr ""
2365
 
2366
- #: src/Tribe/Assets.php:713
2367
- msgid "This event is all day on %%startdatewithyear%%."
2368
  msgstr ""
2369
 
2370
- #: src/Tribe/Assets.php:714
2371
- msgid ""
2372
- "This event starts at %%starttime%% on %%startdatenoyear%% and ends at %"
2373
- "%endtime%% on %%enddatewithyear%%"
2374
  msgstr ""
2375
 
2376
- #: src/Tribe/Assets.php:715
2377
- msgid ""
2378
- "This event starts at %%starttime%% on %%startdatenoyear%% and ends on %"
2379
- "%enddatewithyear%%"
2380
  msgstr ""
2381
 
2382
- #: src/Tribe/Assets.php:716
2383
- msgid ""
2384
- "This event is all day starting on %%startdatenoyear%% and ending on %"
2385
- "%enddatewithyear%%."
2386
  msgstr ""
2387
 
2388
- #: src/Tribe/Cost_Utils.php:137
2389
- msgctxt "Cost range separator"
2390
- msgid " – "
2391
  msgstr ""
2392
 
2393
- #: src/Tribe/Customizer/Day_List_View.php:77
2394
- #: src/Tribe/Customizer/Month_Week_View.php:154
2395
- #: src/Tribe/Customizer/Single_Event.php:97 src/Tribe/Customizer/Widget.php:65
2396
- msgid ""
2397
- "Options selected here will override what was selected in the \"General Theme"
2398
- "\" and \"Global Elements\" sections."
2399
  msgstr ""
2400
 
2401
- #: src/Tribe/Customizer/Day_List_View.php:80
2402
- msgid ""
2403
- "These settings impact all list-style views, including List View and Day View."
2404
  msgstr ""
2405
 
2406
- #: src/Tribe/Customizer/Day_List_View.php:88
2407
- msgid "List-style Views"
 
2408
  msgstr ""
2409
 
2410
- #: src/Tribe/Customizer/Day_List_View.php:120
2411
- msgid "Price Background Color"
2412
  msgstr ""
2413
 
2414
- #: src/Tribe/Customizer/General_Theme.php:267
2415
- msgid "General Theme"
2416
  msgstr ""
2417
 
2418
- #: src/Tribe/Customizer/General_Theme.php:268
2419
- msgid "Global configurations for the styling of The Events Calendar"
2420
  msgstr ""
2421
 
2422
- #: src/Tribe/Customizer/General_Theme.php:299
2423
- #: src/Tribe/Customizer/Global_Elements.php:230
2424
- msgid "Accent Color"
2425
  msgstr ""
2426
 
2427
- #: src/Tribe/Customizer/General_Theme.php:319
2428
- msgid "Featured Highlight Color"
2429
  msgstr ""
2430
 
2431
- #: src/Tribe/Customizer/General_Theme.php:342
2432
- msgid ""
2433
- "If the Featured highlight color is set to Custom, the following color will "
2434
- "be used:"
2435
  msgstr ""
2436
 
2437
- #: src/Tribe/Customizer/General_Theme.php:362
2438
- msgid "Blue Steel"
2439
  msgstr ""
2440
 
2441
- #: src/Tribe/Customizer/General_Theme.php:368
2442
- msgid "Deep Sea"
2443
  msgstr ""
2444
 
2445
- #: src/Tribe/Customizer/General_Theme.php:374
2446
- msgid "Default"
2447
  msgstr ""
2448
 
2449
- #: src/Tribe/Customizer/General_Theme.php:380
2450
- msgid "Evergreen"
2451
  msgstr ""
2452
 
2453
- #: src/Tribe/Customizer/General_Theme.php:386
2454
- msgid "Lagoon"
2455
  msgstr ""
2456
 
2457
- #: src/Tribe/Customizer/General_Theme.php:392
2458
- msgid "Malachite"
2459
  msgstr ""
2460
 
2461
- #: src/Tribe/Customizer/General_Theme.php:398
2462
- msgid "Skyfall"
 
2463
  msgstr ""
2464
 
2465
- #: src/Tribe/Customizer/General_Theme.php:404
2466
- msgid "Sunshine"
2467
  msgstr ""
2468
 
2469
- #: src/Tribe/Customizer/General_Theme.php:410
2470
- #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:133
2471
- #: src/Tribe/Views/V2/Customizer.php:190
2472
- msgid "Custom"
2473
  msgstr ""
2474
 
2475
- #: src/Tribe/Customizer/Global_Elements.php:133
2476
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:122
2477
- msgid "Global Elements"
2478
  msgstr ""
2479
 
2480
- #: src/Tribe/Customizer/Global_Elements.php:134
2481
- msgid ""
2482
- "Options selected here will override what was selected in the \"General Theme"
2483
- "\" section."
2484
  msgstr ""
2485
 
2486
- #: src/Tribe/Customizer/Global_Elements.php:168
2487
- #: src/Tribe/Customizer/Single_Event.php:124
2488
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:219
2489
- #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:100
2490
- msgid "Set Font Colors"
2491
  msgstr ""
2492
 
2493
- #: src/Tribe/Customizer/Global_Elements.php:190
2494
- msgid "Links"
2495
  msgstr ""
2496
 
2497
- #: src/Tribe/Customizer/Global_Elements.php:191
2498
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:326
2499
- msgid "For displayed URLs"
 
2500
  msgstr ""
2501
 
2502
- #: src/Tribe/Customizer/Global_Elements.php:205
2503
- #: src/Tribe/Customizer/Global_Elements.php:218
2504
- #: src/Tribe/Customizer/Single_Event.php:163
2505
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:228
2506
- #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:112
2507
- msgid "Adjust Appearance"
2508
  msgstr ""
2509
 
2510
- #: src/Tribe/Customizer/Global_Elements.php:257
2511
- msgid "Map Pin"
2512
  msgstr ""
2513
 
2514
- #: src/Tribe/Customizer/Global_Elements.php:286
2515
- msgid "Filter Bar Color"
 
2516
  msgstr ""
2517
 
2518
- #: src/Tribe/Customizer/Global_Elements.php:309
2519
- msgid "Button Color"
 
2520
  msgstr ""
2521
 
2522
- #: src/Tribe/Customizer/Month_Week_View.php:153
2523
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:67
2524
- msgid "Month View"
2525
  msgstr ""
2526
 
2527
- #: src/Tribe/Customizer/Month_Week_View.php:188
2528
- msgid "Calendar Table Color"
 
2529
  msgstr ""
2530
 
2531
- #: src/Tribe/Customizer/Month_Week_View.php:210
2532
- msgid "Calendar Highlight Color"
 
2533
  msgstr ""
2534
 
2535
- #: src/Tribe/Customizer/Single_Event.php:96
2536
- msgid "These settings control the appearance of the single event pages."
2537
  msgstr ""
2538
 
2539
- #: src/Tribe/Customizer/Single_Event.php:102
2540
- #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:52
2541
- msgid "Single Event"
2542
  msgstr ""
2543
 
2544
- #: src/Tribe/Customizer/Single_Event.php:148
2545
- #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:130
2546
- msgid "Event Title Color"
2547
  msgstr ""
2548
 
2549
- #: src/Tribe/Customizer/Single_Event.php:149
2550
- msgid "Post Title Color"
2551
  msgstr ""
2552
 
2553
- #: src/Tribe/Customizer/Single_Event.php:185
2554
- #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:148
2555
- msgid "Event Details Background Color"
2556
  msgstr ""
2557
 
2558
- #: src/Tribe/Customizer/Single_Event.php:186
2559
- msgid "For classic editor"
2560
  msgstr ""
2561
 
2562
- #: src/Tribe/Customizer/Widget.php:64
2563
- msgid "Widgets"
2564
  msgstr ""
2565
 
2566
- #: src/Tribe/Customizer/Widget.php:96
2567
- msgid "Calendar Header Color"
2568
  msgstr ""
2569
 
2570
- #: src/Tribe/Customizer/Widget.php:118
2571
- msgid "Calendar Date Bar Color"
2572
  msgstr ""
2573
 
2574
- #: src/Tribe/Customizer/Widget.php:137
2575
- msgid "Show Featured Event Images"
 
 
2576
  msgstr ""
2577
 
2578
- #: src/Tribe/Editor/Blocks/Event_Links.php:27
2579
- #: src/Tribe/Views/V2/iCalendar/Links/Outlook_365.php:44
2580
- msgid "Outlook 365"
2581
  msgstr ""
2582
 
2583
- #: src/Tribe/Editor/Blocks/Event_Links.php:28
2584
- #: src/Tribe/Views/V2/iCalendar/Links/Outlook_Live.php:44
2585
- msgid "Outlook Live"
2586
  msgstr ""
2587
 
2588
- #: src/Tribe/Editor/Blocks/Event_Website.php:25
2589
- msgid "Add Button Text"
 
2590
  msgstr ""
2591
 
2592
- #: src/Tribe/Editor/Compatibility.php:144
2593
- msgid "Activate Block Editor for Events"
 
2594
  msgstr ""
2595
 
2596
- #: src/Tribe/Editor/Compatibility.php:145
2597
- msgid "Enable the Gutenberg block editor interface for creating events."
 
2598
  msgstr ""
2599
 
2600
- #: src/Tribe/Editor/Compatibility.php:152
2601
- msgid "Hidden Blocks Editor Config"
 
2602
  msgstr ""
2603
 
2604
- #: src/Tribe/Editor/Meta.php:69
2605
- msgid "Event Organizers"
 
2606
  msgstr ""
2607
 
2608
- #: src/Tribe/Editor/Meta.php:78
2609
- msgid "Event Venue"
2610
  msgstr ""
2611
 
2612
- #: src/Tribe/Editor/Template.php:70 src/Tribe/Template/Embed.php:50
2613
- #: src/Tribe/Template/Single_Event.php:35
2614
- #: src/Tribe/Views/V2/Template_Bootstrap.php:138
2615
- #: src/Tribe/Views/V2/Template_Bootstrap.php:178
2616
- #: src/Tribe/Views/V2/Template_Bootstrap.php:502
2617
- msgid "This %s has passed."
2618
  msgstr ""
2619
 
2620
- #: src/Tribe/Editor.php:287 src/Tribe/Editor.php:330
2621
- msgid "Add Description..."
2622
  msgstr ""
2623
 
2624
- #: src/Tribe/Editor.php:661 src/Tribe/Editor.php:694
2625
- msgid "Event Blocks"
2626
  msgstr ""
2627
 
2628
- #: src/Tribe/Event_Status/Classic_Editor.php:75
2629
- msgctxt "Meta box title for the Event Status"
2630
- msgid "Events Status"
2631
  msgstr ""
2632
 
2633
- #: src/Tribe/Event_Status/Compatibility/Filter_Bar/Events_Status_Filter.php:133
2634
- msgctxt "Canceled label for filter bar to hide canceled events."
2635
- msgid "Hide canceled events"
2636
  msgstr ""
2637
 
2638
- #: src/Tribe/Event_Status/Compatibility/Filter_Bar/Events_Status_Filter.php:137
2639
- msgctxt "Postponed label for filter bar to hide postponed events."
2640
- msgid "Hide postponed events"
2641
  msgstr ""
2642
 
2643
- #: src/Tribe/Event_Status/Status_Labels.php:73
2644
- msgctxt "Event status label."
2645
- msgid "Event Status"
2646
  msgstr ""
2647
 
2648
- #: src/Tribe/Event_Status/Status_Labels.php:92
2649
- msgctxt "Scheduled label."
2650
- msgid "Scheduled"
2651
  msgstr ""
2652
 
2653
- #: src/Tribe/Event_Status/Status_Labels.php:111
2654
- msgctxt "Canceled label."
2655
- msgid "Canceled"
2656
  msgstr ""
2657
 
2658
- #: src/Tribe/Event_Status/Status_Labels.php:130
2659
- msgctxt "Postponed label"
2660
- msgid "Postponed"
2661
  msgstr ""
2662
 
2663
- #: src/Tribe/Event_Tickets/Attendees_Report.php:38
2664
- msgid "Event Date:"
2665
  msgstr ""
2666
 
2667
- #: src/Tribe/Event_Tickets/Attendees_Report.php:60
2668
- msgid "Edit Venue"
 
2669
  msgstr ""
2670
 
2671
- #: src/Tribe/Front_Page_View.php:239
2672
- msgctxt "Customizer static front page setting"
2673
- msgid "Main %s Page"
2674
  msgstr ""
2675
 
2676
- #: src/Tribe/Google/Maps_API_Key.php:54
2677
- msgid "You are using a custom Google Maps API key."
 
2678
  msgstr ""
2679
 
2680
- #: src/Tribe/Google/Maps_API_Key.php:55 src/Tribe/Google/Maps_API_Key.php:108
2681
- msgid "Click here"
2682
  msgstr ""
2683
 
2684
- #: src/Tribe/Google/Maps_API_Key.php:56
2685
- msgid "to learn more about using it with The Events Calendar"
2686
  msgstr ""
2687
 
2688
- #: src/Tribe/Google/Maps_API_Key.php:66
2689
- msgid "Google Maps API"
2690
  msgstr ""
2691
 
2692
- #: src/Tribe/Google/Maps_API_Key.php:72
2693
- msgid ""
2694
- "The Events Calendar comes with an API key for basic maps functionality. If "
2695
- "you’d like to use more advanced features like custom map pins or dynamic map "
2696
- "loads, you’ll need to get your own %1$s. %2$s."
2697
  msgstr ""
2698
 
2699
- #: src/Tribe/Google/Maps_API_Key.php:76 src/Tribe/Google/Maps_API_Key.php:83
2700
- msgid "Google Maps API key"
2701
  msgstr ""
2702
 
2703
- #: src/Tribe/Google/Maps_API_Key.php:105
2704
- msgid "You are using The Events Calendar's built-in Google Maps API key."
2705
  msgstr ""
2706
 
2707
- #: src/Tribe/Google/Maps_API_Key.php:106
2708
- msgid ""
2709
- "If you do not add your own API key, the built-in API key will always "
2710
- "populate this field and some map-related functionality will be limited "
2711
  msgstr ""
2712
 
2713
- #: src/Tribe/Google/Maps_API_Key.php:107
2714
- msgid "(click here for details)"
2715
  msgstr ""
2716
 
2717
- #: src/Tribe/Google/Maps_API_Key.php:109
2718
- msgid "to create your own free Google Maps API key."
2719
  msgstr ""
2720
 
2721
- #: src/Tribe/Gutenberg.php:126
2722
- msgid ""
2723
- "Download our Events Gutenberg extension and start using the block editor on "
2724
- "your events!"
2725
  msgstr ""
2726
 
2727
- #: src/Tribe/Gutenberg.php:128
2728
- msgid "Looks like you are using Gutenberg on this WordPress installation. %1$s"
 
 
 
2729
  msgstr ""
2730
 
2731
- #: src/Tribe/Ignored_Events.php:43 src/Tribe/Ignored_Events.php:59
2732
- #: src/Tribe/Ignored_Events.php:456
2733
- msgid "Delete Permanently"
 
 
2734
  msgstr ""
2735
 
2736
- #: src/Tribe/Ignored_Events.php:44
2737
- msgid ""
2738
- "Ignored events that are deleted will be removed permanently. They can be "
2739
- "recreated via import."
2740
  msgstr ""
2741
 
2742
- #: src/Tribe/Ignored_Events.php:47 src/Tribe/Ignored_Events.php:489
2743
- #: src/Tribe/Ignored_Events.php:765
2744
- msgid "Ignored"
2745
  msgstr ""
2746
 
2747
- #: src/Tribe/Ignored_Events.php:51 src/Tribe/Ignored_Events.php:419
2748
- msgid "Hide & Ignore"
2749
  msgstr ""
2750
 
2751
- #: src/Tribe/Ignored_Events.php:52 src/Tribe/Ignored_Events.php:418
2752
- msgid ""
2753
- "Ignored events do not show on the calendar but can be updated with future "
2754
- "imports"
2755
  msgstr ""
2756
 
2757
- #: src/Tribe/Ignored_Events.php:140
2758
- msgid "post moved to Ignored."
2759
- msgid_plural "posts moved to Ignored."
2760
- msgstr[0] ""
2761
- msgstr[1] ""
2762
-
2763
- #: src/Tribe/Ignored_Events.php:143
2764
- msgid "%s post moved to the Trash"
2765
- msgid_plural "%s posts moved to the Trash"
2766
- msgstr[0] ""
2767
- msgstr[1] ""
2768
 
2769
- #: src/Tribe/Ignored_Events.php:144
2770
- msgid "and %s post moved to Ignored."
2771
- msgid_plural "and %s posts moved to Ignored."
2772
- msgstr[0] ""
2773
- msgstr[1] ""
2774
 
2775
- #: src/Tribe/Ignored_Events.php:155
2776
- msgid "Undo"
2777
  msgstr ""
2778
 
2779
- #: src/Tribe/Ignored_Events.php:178
2780
- msgid ""
2781
- "Event Aggregator includes a new, better system for removing unwanted "
2782
- "imported events from your calendar. Click the button below to transition "
2783
- "previously deleted events. This process will remove unwanted records from "
2784
- "your database and include recent or upcoming trashed events in your Ignored "
2785
- "archive."
2786
  msgstr ""
2787
 
2788
- #: src/Tribe/Ignored_Events.php:179
2789
- msgctxt "link to knowlegebase article"
2790
- msgid "Read more about Ignored Events."
2791
  msgstr ""
2792
 
2793
- #: src/Tribe/Ignored_Events.php:180
2794
- msgid "Migrate Legacy Ignored Events"
2795
  msgstr ""
2796
 
2797
- #: src/Tribe/Ignored_Events.php:234 src/Tribe/Ignored_Events.php:276
2798
- msgid "You do not have permission to restore this post."
2799
  msgstr ""
2800
 
2801
- #: src/Tribe/Ignored_Events.php:238 src/Tribe/Ignored_Events.php:282
2802
- msgid "Error restoring from Ignored Events."
2803
  msgstr ""
2804
 
2805
- #: src/Tribe/Ignored_Events.php:290
2806
- msgid "%s post restored."
2807
- msgid_plural "%s posts restored."
2808
- msgstr[0] ""
2809
- msgstr[1] ""
2810
 
2811
- #: src/Tribe/Ignored_Events.php:328
2812
- msgid "Source"
2813
  msgstr ""
2814
 
2815
- #: src/Tribe/Ignored_Events.php:331 src/admin-views/aggregator/meta-box.php:14
2816
- msgid "The last time this event was imported and/or updated via import."
2817
  msgstr ""
2818
 
2819
- #: src/Tribe/Ignored_Events.php:335
2820
- msgid "Last Import"
2821
  msgstr ""
2822
 
2823
- #: src/Tribe/Ignored_Events.php:362 src/Tribe/Ignored_Events.php:364
2824
- #: src/admin-views/aggregator/meta-box.php:5
2825
- msgid "Source:"
2826
  msgstr ""
2827
 
2828
- #. translators: %s: post title
2829
- #: src/Tribe/Ignored_Events.php:417
2830
- msgid "Hide and Ignore &#8220;%s&#8221;"
2831
  msgstr ""
2832
 
2833
- #. translators: %s: post title
2834
- #: src/Tribe/Ignored_Events.php:447
2835
- msgid "Restore &#8220;%s&#8221; from the Ignored"
2836
  msgstr ""
2837
 
2838
- #: src/Tribe/Ignored_Events.php:448
2839
- msgid "Restore"
2840
  msgstr ""
2841
 
2842
- #. translators: %s: post title
2843
- #: src/Tribe/Ignored_Events.php:455
2844
- msgid "Delete &#8220;%s&#8221; permanently"
2845
  msgstr ""
2846
 
2847
- #: src/Tribe/Ignored_Events.php:766
2848
- msgid "Ignored <span class=\"count\">(%s)</span>"
2849
- msgid_plural "Ignored <span class=\"count\">(%s)</span>"
2850
- msgstr[0] ""
2851
- msgstr[1] ""
2852
-
2853
- #: src/Tribe/Ignored_Events.php:885
2854
- msgid ""
2855
- "Error, a unknown bug happened and it was impossible to migrate the Legacy "
2856
- "Ignored Events, try again later."
2857
  msgstr ""
2858
 
2859
- #: src/Tribe/Ignored_Events.php:895
2860
- msgid "You do not have permission to migrate Legacy Ignored Events"
2861
  msgstr ""
2862
 
2863
- #: src/Tribe/Ignored_Events.php:902
2864
- msgid "There were no Legacy Events to be Migrated, you are ready to rock!"
2865
  msgstr ""
2866
 
2867
- #: src/Tribe/Ignored_Events.php:926
2868
- msgid ""
2869
- "Migration: %d Legacy Ignored Post was migrated but %d failed. To see the "
2870
- "migrated event you will first need to refresh this screen."
2871
- msgid_plural ""
2872
- "Migration: %d Legacy Ignored Posts were migrated but %d failed. To see the "
2873
- "migrated events you will first need to refresh this screen."
2874
- msgstr[0] ""
2875
- msgstr[1] ""
2876
 
2877
- #: src/Tribe/Ignored_Events.php:938
2878
- msgid "Migration: %d Legacy Ignored Post failed to be migrated."
2879
- msgid_plural "Migration: %d Legacy Ignored Posts failed to be migrated."
2880
- msgstr[0] ""
2881
- msgstr[1] ""
2882
 
2883
- #: src/Tribe/Ignored_Events.php:950
2884
- msgid "Event %d: %s"
2885
  msgstr ""
2886
 
2887
- #: src/Tribe/Ignored_Events.php:957
2888
- msgid ""
2889
- "Migration: %d Legacy Ignored Post was migrated successfully. To see the "
2890
- "migrated event you will first need to refresh this screen."
2891
- msgid_plural ""
2892
- "Migration: %d Legacy Ignored Posts were migrated successfully. To see the "
2893
- "migrated events you will first need to refresh this screen."
2894
- msgstr[0] ""
2895
- msgstr[1] ""
2896
 
2897
- #: src/Tribe/Importer/Column_Mapper.php:43
2898
- msgid "Do Not Import"
2899
  msgstr ""
2900
 
2901
- #: src/Tribe/Importer/Column_Mapper.php:62
2902
- msgid "Event Name"
2903
  msgstr ""
2904
 
2905
- #: src/Tribe/Importer/Column_Mapper.php:63
2906
- msgid "Event Description"
2907
  msgstr ""
2908
 
2909
- #: src/Tribe/Importer/Column_Mapper.php:64
2910
- msgid "Event Excerpt"
2911
  msgstr ""
2912
 
2913
- #: src/Tribe/Importer/Column_Mapper.php:65
2914
- msgid "Event Start Date"
2915
  msgstr ""
2916
 
2917
- #: src/Tribe/Importer/Column_Mapper.php:66
2918
- msgid "Event Start Time"
2919
  msgstr ""
2920
 
2921
- #: src/Tribe/Importer/Column_Mapper.php:67
2922
- msgid "Event End Date"
2923
  msgstr ""
2924
 
2925
- #: src/Tribe/Importer/Column_Mapper.php:68
2926
- msgid "Event End Time"
2927
  msgstr ""
2928
 
2929
- #: src/Tribe/Importer/Column_Mapper.php:69
2930
- msgid "Event Time Zone"
2931
  msgstr ""
2932
 
2933
- #: src/Tribe/Importer/Column_Mapper.php:70
2934
- #: src/admin-views/events-meta-box.php:149
2935
- msgid "All Day Event"
2936
  msgstr ""
2937
 
2938
- #: src/Tribe/Importer/Column_Mapper.php:71
2939
- msgid "Hide Event From Event Listings"
2940
  msgstr ""
2941
 
2942
- #: src/Tribe/Importer/Column_Mapper.php:72
2943
- msgid "Event Sticky in Month View"
2944
  msgstr ""
2945
 
2946
- #: src/Tribe/Importer/Column_Mapper.php:73
2947
- #: src/admin-views/event-sidebar-options.php:31
2948
- msgid "Feature Event"
2949
  msgstr ""
2950
 
2951
- #: src/Tribe/Importer/Column_Mapper.php:74
2952
- msgid "Event Venue Name"
2953
  msgstr ""
2954
 
2955
- #: src/Tribe/Importer/Column_Mapper.php:75
2956
- msgid "Event Organizer Name(s) or ID(s)"
2957
  msgstr ""
2958
 
2959
- #: src/Tribe/Importer/Column_Mapper.php:76
2960
- msgid "Event Show Map Link"
2961
  msgstr ""
2962
 
2963
- #: src/Tribe/Importer/Column_Mapper.php:77
2964
- msgid "Event Show Map"
2965
  msgstr ""
2966
 
2967
- #: src/Tribe/Importer/Column_Mapper.php:78
2968
- msgid "Event Cost"
2969
  msgstr ""
2970
 
2971
- #: src/Tribe/Importer/Column_Mapper.php:79
2972
- msgid "Event ISO Currency Code"
2973
  msgstr ""
2974
 
2975
- #: src/Tribe/Importer/Column_Mapper.php:80
2976
- msgid "Event Currency Symbol"
2977
  msgstr ""
2978
 
2979
- #: src/Tribe/Importer/Column_Mapper.php:81
2980
- msgid "Event Currency Position"
2981
  msgstr ""
2982
 
2983
- #: src/Tribe/Importer/Column_Mapper.php:82
2984
- msgid "Event Category"
2985
  msgstr ""
2986
 
2987
- #: src/Tribe/Importer/Column_Mapper.php:83
2988
- msgid "Event Tags"
2989
  msgstr ""
2990
 
2991
- #: src/Tribe/Importer/Column_Mapper.php:84
2992
- msgid "Event Website"
2993
  msgstr ""
2994
 
2995
- #: src/Tribe/Importer/Column_Mapper.php:85
2996
- msgid "Event Featured Image"
2997
  msgstr ""
2998
 
2999
- #: src/Tribe/Importer/Column_Mapper.php:86
3000
- msgid "Event Allow Comments"
3001
  msgstr ""
3002
 
3003
- #: src/Tribe/Importer/Column_Mapper.php:87
3004
- msgid "Event Allow Trackbacks and Pingbacks"
 
3005
  msgstr ""
3006
 
3007
- #: src/Tribe/Importer/Column_Mapper.php:100
3008
- msgid "Venue Name"
3009
  msgstr ""
3010
 
3011
- #: src/Tribe/Importer/Column_Mapper.php:101
3012
- msgid "Venue Description"
3013
  msgstr ""
3014
 
3015
- #: src/Tribe/Importer/Column_Mapper.php:102
3016
- #: src/admin-views/create-venue-fields.php:120
3017
- msgid "Venue Country"
3018
  msgstr ""
3019
 
3020
- #: src/Tribe/Importer/Column_Mapper.php:103
3021
- #: src/admin-views/create-venue-fields.php:82
3022
- msgid "Venue Address"
3023
  msgstr ""
3024
 
3025
- #: src/Tribe/Importer/Column_Mapper.php:104
3026
- msgid "Venue Address 2"
3027
  msgstr ""
3028
 
3029
- #: src/Tribe/Importer/Column_Mapper.php:105
3030
- #: src/admin-views/create-venue-fields.php:95
3031
- msgid "Venue City"
3032
  msgstr ""
3033
 
3034
- #: src/Tribe/Importer/Column_Mapper.php:106
3035
- msgid "Venue State/Province"
3036
  msgstr ""
3037
 
3038
- #: src/Tribe/Importer/Column_Mapper.php:107
3039
- msgid "Venue Zip"
3040
  msgstr ""
3041
 
3042
- #: src/Tribe/Importer/Column_Mapper.php:108
3043
- #: src/admin-views/create-venue-fields.php:190
3044
- msgid "Venue Phone"
3045
  msgstr ""
3046
 
3047
- #: src/Tribe/Importer/Column_Mapper.php:109
3048
- msgid "Venue Website"
3049
  msgstr ""
3050
 
3051
- #: src/Tribe/Importer/Column_Mapper.php:110
3052
- msgid "Venue Featured Image"
 
 
 
 
 
 
 
3053
  msgstr ""
3054
 
3055
- #: src/Tribe/Importer/Column_Mapper.php:123
3056
- msgid "Organizer Name"
3057
  msgstr ""
3058
 
3059
- #: src/Tribe/Importer/Column_Mapper.php:124
3060
- msgid "Organizer Description"
3061
  msgstr ""
3062
 
3063
- #: src/Tribe/Importer/Column_Mapper.php:125
3064
- msgid "Organizer Email"
3065
  msgstr ""
3066
 
3067
- #: src/Tribe/Importer/Column_Mapper.php:126
3068
- msgid "Organizer Website"
3069
  msgstr ""
3070
 
3071
- #: src/Tribe/Importer/Column_Mapper.php:127
3072
- msgid "Organizer Phone"
3073
  msgstr ""
3074
 
3075
- #: src/Tribe/Importer/Column_Mapper.php:128
3076
- msgid "Organizer Featured Image"
3077
  msgstr ""
3078
 
3079
- #: src/Tribe/Importer/File_Importer.php:70
3080
- msgid "No importer defined for %s"
3081
  msgstr ""
3082
 
3083
- #: src/Tribe/Importer/File_Importer.php:215
3084
- msgid "Failed to import record in row %d."
3085
  msgstr ""
3086
 
3087
- #: src/Tribe/Importer/File_Importer.php:226
3088
- msgid "%s (post ID %d) updated."
3089
  msgstr ""
3090
 
3091
- #: src/Tribe/Importer/File_Importer.php:231
3092
- msgid "%s (post ID %d) created."
3093
  msgstr ""
3094
 
3095
- #: src/Tribe/Importer/File_Importer.php:394
3096
- msgid "Missing required fields in row %d."
3097
  msgstr ""
3098
 
3099
- #: src/Tribe/Importer/File_Uploader.php:28
3100
- msgid "Temporary file not found. Could not save %s."
3101
  msgstr ""
3102
 
3103
- #: src/Tribe/Importer/File_Uploader.php:36
3104
- msgid "Could not save %s."
3105
  msgstr ""
3106
 
3107
- #: src/Tribe/Integrations/Freemius.php:399
3108
- msgid "We hope you love %1$s"
3109
  msgstr ""
3110
 
3111
- #: src/Tribe/Integrations/Freemius.php:404
3112
- msgid ""
3113
- "Hi, %1$s! This is an invitation to help our %2$s community. If you opt-in, "
3114
- "some data about your usage of %2$s will be shared with our teams (so they "
3115
- "can work their butts off to improve). We will also share some helpful info "
3116
- "on events management, WordPress, and our products from time to time."
3117
  msgstr ""
3118
 
3119
- #: src/Tribe/Integrations/Freemius.php:408
3120
- msgid "And if you skip this, that's okay! %1$s will still work just fine."
3121
  msgstr ""
3122
 
3123
- #: src/Tribe/Integrations/Freemius.php:412
3124
- msgid "Powered by"
3125
  msgstr ""
3126
 
3127
- #: src/Tribe/Integrations/Restrict_Content_Pro/Service_Provider.php:66
3128
- msgctxt ""
3129
- "Text label for control to hide restricted events on main calendar views."
3130
- msgid "Hide restricted events on calendar views."
3131
  msgstr ""
3132
 
3133
- #: src/Tribe/Integrations/WPML/Defaults.php:117
3134
- msgid ""
3135
- "The Events Calendar could not write WPML default config file: please create "
3136
- "the file manually."
3137
  msgstr ""
3138
 
3139
- #: src/Tribe/JSON_LD/Event.php:169
3140
- msgid "Free"
3141
  msgstr ""
3142
 
3143
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:169
3144
- msgid "Create New %s"
3145
  msgstr ""
3146
 
3147
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:170
3148
- msgid "%s:"
 
 
 
3149
  msgstr ""
3150
 
3151
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:263
3152
- msgid "Add another %s"
3153
  msgstr ""
3154
 
3155
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:286
3156
- msgid "Delete this"
3157
  msgstr ""
3158
 
3159
- #: src/Tribe/Linked_Posts.php:1006
3160
- msgid "My %s"
3161
  msgstr ""
3162
 
3163
- #: src/Tribe/Linked_Posts.php:1010
3164
- msgid "Available %s"
3165
  msgstr ""
3166
 
3167
- #: src/Tribe/Linked_Posts.php:1183
3168
- msgid "Create: <%= term %>"
3169
  msgstr ""
3170
 
3171
- #: src/Tribe/Linked_Posts.php:1207
3172
- msgid "No saved %s exists."
3173
  msgstr ""
3174
 
3175
- #: src/Tribe/Linked_Posts.php:1255
3176
- msgctxt ""
3177
- "Indefinite article for the phrase \"Find a {post type name}. Will be "
3178
- "replaced with \"an\" if the {post type name} starts with a vowel."
3179
- msgid "a"
3180
  msgstr ""
3181
 
3182
- #: src/Tribe/Linked_Posts.php:1262
3183
- msgctxt ""
3184
- "Indefinite article for the phrase \"Find a {post type name}\" when the {post "
3185
- "type name} starts with a vowel, e.g. \"Find an Organizer\"."
3186
- msgid "an"
3187
  msgstr ""
3188
 
3189
- #: src/Tribe/Linked_Posts.php:1276
3190
- msgctxt ""
3191
- "\"Find an Organizer\", but when the word \"Organizer\" is customized to "
3192
- "something else."
3193
- msgid "Find %1$s %2$s"
3194
  msgstr ""
3195
 
3196
- #: src/Tribe/Linked_Posts.php:1285
3197
- msgctxt ""
3198
- "\"Create or Find Organizer\", but when the word \"Organizer\" is customized "
3199
- "to something else."
3200
- msgid "Create or Find %s"
3201
  msgstr ""
3202
 
3203
- #: src/Tribe/Linked_Posts.php:1292
3204
- msgid "Create or Find an Organizer"
3205
  msgstr ""
3206
 
3207
- #: src/Tribe/Linked_Posts.php:1293
3208
- msgid "Find an Organizer"
3209
  msgstr ""
3210
 
3211
- #: src/Tribe/Linked_Posts.php:1304
3212
- msgctxt ""
3213
- "\"Find a Venue\", but when the word \"Venue\" is customized to something "
3214
- "else."
3215
- msgid "Find %1$s %2$s"
3216
  msgstr ""
3217
 
3218
- #: src/Tribe/Linked_Posts.php:1313
3219
- msgctxt ""
3220
- "\"Create or Find Venue\", but when the word \"Venue\" is customized to "
3221
- "something else."
3222
- msgid "Create or Find %s"
3223
  msgstr ""
3224
 
3225
- #: src/Tribe/Linked_Posts.php:1320
3226
- msgid "Create or Find a Venue"
3227
  msgstr ""
3228
 
3229
- #: src/Tribe/Linked_Posts.php:1321
3230
- msgid "Find a Venue"
3231
  msgstr ""
3232
 
3233
- #: src/Tribe/Linked_Posts.php:1330
3234
- msgctxt ""
3235
- "The \"Find a {post type name}\" label for custom linked post types that are "
3236
- "*not* Venues or Organizers"
3237
- msgid "Find %1$s %2$s"
3238
  msgstr ""
3239
 
3240
- #: src/Tribe/Linked_Posts.php:1339
3241
- msgctxt ""
3242
- "The \"Create or Find {post type name}\" label for custom linked post types "
3243
- "that are *not* Venues or Organizers"
3244
- msgid "Create or Find %s"
3245
  msgstr ""
3246
 
3247
- #. #-#-#-#-# the-events-calendar.pot (The Events Calendar 6.0.4) #-#-#-#-#
3248
- #. Plugin Name of the plugin/theme
3249
- #. #-#-#-#-# the-events-calendar.pot (The Events Calendar 6.0.4) #-#-#-#-#
3250
- #. Author of the plugin/theme
3251
- #: src/Tribe/Main.php:948 src/Tribe/Main.php:1477 src/Tribe/Privacy.php:29
3252
- #: src/admin-views/admin-welcome-message.php:29
3253
- #: src/functions/template-tags/general.php:1455 the-events-calendar.php:55
3254
- msgid "The Events Calendar"
3255
  msgstr ""
3256
 
3257
- #: src/Tribe/Main.php:955
3258
- msgid "month"
3259
  msgstr ""
3260
 
3261
- #: src/Tribe/Main.php:956
3262
- msgid "list"
 
3263
  msgstr ""
3264
 
3265
- #: src/Tribe/Main.php:957
3266
- msgid "upcoming"
 
3267
  msgstr ""
3268
 
3269
- #: src/Tribe/Main.php:958
3270
- msgid "past"
 
3271
  msgstr ""
3272
 
3273
- #: src/Tribe/Main.php:959
3274
- msgid "day"
 
3275
  msgstr ""
3276
 
3277
- #: src/Tribe/Main.php:960
3278
- msgid "today"
3279
  msgstr ""
3280
 
3281
- #: src/Tribe/Main.php:961
3282
- msgctxt "featured events slug"
3283
- msgid "featured"
3284
  msgstr ""
3285
 
3286
- #: src/Tribe/Main.php:962
3287
- msgctxt "all events slug"
3288
- msgid "all"
3289
  msgstr ""
3290
 
3291
- #: src/Tribe/Main.php:986
3292
- msgid "Initializing Tribe Events on %s"
3293
  msgstr ""
3294
 
3295
- #: src/Tribe/Main.php:1058 src/Tribe/Main.php:1060
3296
- msgid "Welcome to The Events Calendar!"
3297
  msgstr ""
3298
 
3299
- #: src/Tribe/Main.php:1209
3300
- msgid ""
3301
- "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will "
3302
- "show its calendar in place of the page."
3303
  msgstr ""
3304
 
3305
- #: src/Tribe/Main.php:1212
3306
- msgid "Ask the site administrator to edit the %s slug"
3307
  msgstr ""
3308
 
3309
- #: src/Tribe/Main.php:1214
3310
- msgid "Edit the %s slug"
3311
  msgstr ""
3312
 
3313
- #: src/Tribe/Main.php:1218
3314
- msgid " ask the site administrator to set a different Events URL slug."
3315
  msgstr ""
3316
 
3317
- #: src/Tribe/Main.php:1222
3318
- msgid "edit Events settings."
3319
  msgstr ""
3320
 
3321
- #: src/Tribe/Main.php:1225
3322
- msgid "%1$s or %2$s"
3323
  msgstr ""
3324
 
3325
- #: src/Tribe/Main.php:1313
3326
- msgid "Upgrade your calendar views"
3327
  msgstr ""
3328
 
3329
- #: src/Tribe/Main.php:1338
3330
- msgid "Upgrade"
3331
  msgstr ""
3332
 
3333
- #: src/Tribe/Main.php:1397
3334
- msgid "New User Primer"
3335
  msgstr ""
3336
 
3337
- #: src/Tribe/Main.php:1399
3338
- msgid ""
3339
- "We are committed to helping make your calendar spectacular and have a wealth "
3340
- "of resources available, including a handy %s to get your calendar up and "
3341
- "running."
3342
  msgstr ""
3343
 
3344
- #: src/Tribe/Main.php:1410
3345
- msgid "Support for The Events Calendar"
3346
  msgstr ""
3347
 
3348
- #: src/Tribe/Main.php:1416
3349
- msgid ""
3350
- "%s: A thorough walkthrough of The Events Calendar and the settings that are "
3351
- "available to you."
3352
  msgstr ""
3353
 
3354
- #: src/Tribe/Main.php:1420
3355
- msgid "Settings overview"
3356
  msgstr ""
3357
 
3358
- #: src/Tribe/Main.php:1424
3359
- msgid ""
3360
- "%s: A complete look at the features you can expect to see right out of the "
3361
- "box as well as how to use them."
3362
  msgstr ""
3363
 
3364
- #: src/Tribe/Main.php:1428
3365
- msgid "Features overview"
3366
  msgstr ""
3367
 
3368
- #: src/Tribe/Main.php:1432
3369
- msgid ""
3370
- "%s: Our most comprehensive outline for customizing the calendar to suit your "
3371
- "needs, including custom layouts and styles."
3372
  msgstr ""
3373
 
3374
- #: src/Tribe/Main.php:1436
3375
- msgid "Themer's Guide"
3376
  msgstr ""
3377
 
3378
- #: src/Tribe/Main.php:1440
3379
- msgid ""
3380
- "%s: An overview of the default templates and styles that are included in the "
3381
- "plugin, as well as how to change them."
3382
  msgstr ""
3383
 
3384
- #: src/Tribe/Main.php:1444
3385
- msgid "Using stylesheets and page templates"
3386
  msgstr ""
3387
 
3388
- #: src/Tribe/Main.php:1448
3389
- msgid ""
3390
- "%s: Do you see an issue with your calendar? Go here first to find where it’s "
3391
- "coming from and how to fix it."
3392
  msgstr ""
3393
 
3394
- #: src/Tribe/Main.php:1452
3395
- msgid "Troubleshooting common problems"
3396
  msgstr ""
3397
 
3398
- #: src/Tribe/Main.php:1456
3399
- msgid ""
3400
- "%s: Code and guides for customizing your calendar in useful and interesting "
3401
- "ways."
3402
  msgstr ""
3403
 
3404
- #: src/Tribe/Main.php:1460
3405
- msgid "Customizing the Events plugins"
 
3406
  msgstr ""
3407
 
3408
- #: src/Tribe/Main.php:1478
3409
- msgid "Events Tickets"
 
3410
  msgstr ""
3411
 
3412
- #: src/Tribe/Main.php:1479
3413
- msgid ""
3414
- "If you have tried the above steps and are still having trouble, you can post "
3415
- "a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff "
3416
- "monitors these forums once a week and would be happy to assist you there. "
3417
- msgstr ""
3418
 
3419
- #: src/Tribe/Main.php:1481 src/Tribe/Main.php:1489
3420
- msgid "premium support on our website"
3421
  msgstr ""
3422
 
3423
- #: src/Tribe/Main.php:1482
3424
- msgid ""
3425
- "<strong>Looking for more immediate support?</strong> We offer %s with the "
3426
- "purchase of any of our premium plugins. Pick up a license and you can post "
3427
- "there directly and expect a response within 24-48 hours during weekdays"
3428
  msgstr ""
3429
 
3430
- #: src/Tribe/Main.php:1486
3431
- msgid "open-source forum on WordPress.org"
3432
  msgstr ""
3433
 
3434
- #: src/Tribe/Main.php:1487
3435
- msgid ""
3436
- "If you have tried the above steps and are still having trouble, you can post "
3437
- "a new thread to our %s. Our support staff monitors these forums once a week "
3438
- "and would be happy to assist you there."
3439
  msgstr ""
3440
 
3441
- #: src/Tribe/Main.php:1490
3442
- msgid "Events Calendar PRO"
 
3443
  msgstr ""
3444
 
3445
- #: src/Tribe/Main.php:1491
3446
- msgid ""
3447
- "<strong>Looking for more immediate support?</strong> We offer %1$s with the "
3448
- "purchase of any of our premium plugins (like %2$s). Pick up a license and "
3449
- "you can post there directly and expect a response within 24-48 hours during "
3450
- "weekdays."
3451
  msgstr ""
3452
 
3453
- #: src/Tribe/Main.php:1495
3454
- msgid "post a thread"
 
3455
  msgstr ""
3456
 
3457
- #: src/Tribe/Main.php:1496
3458
- msgid ""
3459
- "If you have a valid license for one of our paid plugins, you can %s in our "
3460
- "premium support forums. Our support team monitors the forums and will "
3461
- "respond to your thread within 24-48 hours (during the week)."
3462
  msgstr ""
3463
 
3464
- #: src/Tribe/Main.php:1539 src/functions/template-tags/general.php:127
3465
- msgid "Events"
 
 
 
 
 
 
 
 
 
3466
  msgstr ""
3467
 
3468
- #: src/Tribe/Main.php:1547 src/admin-views/aggregator/tabs/import-form.php:229
3469
- #: src/admin-views/aggregator/tabs/import-form.php:241
3470
- #: src/functions/template-tags/general.php:71
3471
- msgid "Event"
3472
  msgstr ""
3473
 
3474
- #: src/Tribe/Main.php:1718
3475
- msgid ""
3476
- "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
3477
- "your WordPress install."
3478
  msgstr ""
3479
 
3480
- #: src/Tribe/Main.php:1721
3481
- msgid ""
3482
- "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
3483
- "about moving you to a newer version of PHP."
3484
  msgstr ""
3485
 
3486
- #: src/Tribe/Main.php:1756
3487
- msgid ""
3488
- "To continue using The Events Calendar, please install the latest version of"
3489
  msgstr ""
3490
 
3491
- #: src/Tribe/Main.php:1758 src/Tribe/Main.php:1759
3492
- msgid "Event Tickets"
 
3493
  msgstr ""
3494
 
3495
- #: src/Tribe/Main.php:1785
3496
- msgid ""
3497
- "It appears as if the tribe-common libraries cannot be found! The directory "
3498
- "should be in the \"common/\" directory in the events calendar plugin."
 
3499
  msgstr ""
3500
 
3501
- #: src/Tribe/Main.php:2022 src/Tribe/Main.php:2495
3502
- msgid "category"
 
3503
  msgstr ""
3504
 
3505
- #: src/Tribe/Main.php:2036 src/Tribe/Main.php:2494
3506
- msgid "tag"
 
3507
  msgstr ""
3508
 
3509
- #: src/Tribe/Main.php:2053 src/Tribe/Organizer.php:91 src/Tribe/Venue.php:127
3510
- msgid "Add New"
 
3511
  msgstr ""
3512
 
3513
- #: src/Tribe/Main.php:2055 src/Tribe/Main.php:2262 src/Tribe/Main.php:2263
3514
- #: src/Tribe/Organizer.php:92 src/Tribe/Venue.php:128
3515
- msgid "Add New %s"
 
3516
  msgstr ""
3517
 
3518
- #: src/Tribe/Main.php:2061 src/Tribe/Organizer.php:94 src/Tribe/Venue.php:130
3519
- msgid "New %s"
 
 
3520
  msgstr ""
3521
 
3522
- #: src/Tribe/Main.php:2064 src/Tribe/Organizer.php:95 src/Tribe/Venue.php:131
3523
- msgid "View %s"
 
 
3524
  msgstr ""
3525
 
3526
- #: src/Tribe/Main.php:2067 src/Tribe/Organizer.php:96 src/Tribe/Venue.php:132
3527
- msgid "Search %s"
 
3528
  msgstr ""
3529
 
3530
- #: src/Tribe/Main.php:2070 src/Tribe/Organizer.php:97 src/Tribe/Venue.php:133
3531
- msgid "No %s found"
 
3532
  msgstr ""
3533
 
3534
- #: src/Tribe/Main.php:2073 src/Tribe/Organizer.php:98 src/Tribe/Venue.php:134
3535
- msgid "No %s found in Trash"
 
3536
  msgstr ""
3537
 
3538
- #: src/Tribe/Main.php:2076 src/Tribe/Main.php:2215 src/Tribe/Main.php:2237
3539
- #: src/Tribe/Organizer.php:99 src/Tribe/Venue.php:135
3540
- msgid "%s published."
3541
  msgstr ""
3542
 
3543
- #: src/Tribe/Main.php:2079 src/Tribe/Organizer.php:100 src/Tribe/Venue.php:136
3544
- msgid "%s published privately."
 
 
 
3545
  msgstr ""
3546
 
3547
- #: src/Tribe/Main.php:2082 src/Tribe/Organizer.php:101 src/Tribe/Venue.php:137
3548
- msgid "%s reverted to draft."
3549
  msgstr ""
3550
 
3551
- #: src/Tribe/Main.php:2085 src/Tribe/Organizer.php:102 src/Tribe/Venue.php:138
3552
- msgid "%s scheduled."
3553
  msgstr ""
3554
 
3555
- #: src/Tribe/Main.php:2088 src/Tribe/Main.php:2171 src/Tribe/Main.php:2207
3556
- #: src/Tribe/Main.php:2210 src/Tribe/Main.php:2229 src/Tribe/Main.php:2232
3557
- #: src/Tribe/Organizer.php:103 src/Tribe/Venue.php:139
3558
- msgid "%s updated."
 
 
 
 
3559
  msgstr ""
3560
 
3561
- #. Translators: %s: Event singular.
3562
- #. Translators: %s: Organizer singular.
3563
- #. Translators: %s: Venue singular.
3564
- #: src/Tribe/Main.php:2092 src/Tribe/Organizer.php:106 src/Tribe/Venue.php:142
3565
- msgid "%s Link"
3566
  msgstr ""
3567
 
3568
- #. Translators: %s: Event singular.
3569
- #. Translators: %s: Organizer singular.
3570
- #. Translators: %s: Venue singular.
3571
- #: src/Tribe/Main.php:2096 src/Tribe/Organizer.php:110 src/Tribe/Venue.php:146
3572
- msgid "A link to a particular %s."
3573
  msgstr ""
3574
 
3575
- #: src/Tribe/Main.php:2113
3576
- msgid "%s Category"
3577
  msgstr ""
3578
 
3579
- #: src/Tribe/Main.php:2116
3580
- msgid "Search %s Categories"
3581
  msgstr ""
3582
 
3583
- #: src/Tribe/Main.php:2119
3584
- msgid "All %s Categories"
 
3585
  msgstr ""
3586
 
3587
- #: src/Tribe/Main.php:2122
3588
- msgid "Parent %s Category"
 
3589
  msgstr ""
3590
 
3591
- #: src/Tribe/Main.php:2125
3592
- msgid "Parent %s Category:"
 
3593
  msgstr ""
3594
 
3595
- #: src/Tribe/Main.php:2128
3596
- msgid "Edit %s Category"
 
3597
  msgstr ""
3598
 
3599
- #: src/Tribe/Main.php:2131
3600
- msgid "Update %s Category"
 
3601
  msgstr ""
3602
 
3603
- #: src/Tribe/Main.php:2134
3604
- msgid "Add New %s Category"
 
 
3605
  msgstr ""
3606
 
3607
- #: src/Tribe/Main.php:2137
3608
- msgid "New %s Category Name"
3609
  msgstr ""
3610
 
3611
- #. Translators: %s: Event singular.
3612
- #: src/Tribe/Main.php:2141
3613
- msgid "%s Category Link"
3614
  msgstr ""
3615
 
3616
- #. Translators: %s: Event singular.
3617
- #: src/Tribe/Main.php:2145
3618
- msgid "A link to a particular %s category."
3619
  msgstr ""
3620
 
3621
- #: src/Tribe/Main.php:2164
3622
- msgid "%1$s updated. %2$sView %1$s%3$s"
3623
  msgstr ""
3624
 
3625
- #: src/Tribe/Main.php:2169 src/Tribe/Main.php:2208 src/Tribe/Main.php:2230
3626
- msgid "Custom field updated."
 
3627
  msgstr ""
3628
 
3629
- #: src/Tribe/Main.php:2170 src/Tribe/Main.php:2209 src/Tribe/Main.php:2231
3630
- msgid "Custom field deleted."
3631
  msgstr ""
3632
 
3633
- #. translators: %s: date and time of the revision
3634
- #: src/Tribe/Main.php:2174 src/Tribe/Main.php:2213
3635
- msgid "%1$s restored to revision from %2$s"
3636
  msgstr ""
3637
 
3638
- #: src/Tribe/Main.php:2177
3639
- msgid "%1$s published. %2$sView %3$s"
 
3640
  msgstr ""
3641
 
3642
- #: src/Tribe/Main.php:2182 src/Tribe/Main.php:2216 src/Tribe/Main.php:2238
3643
- msgid "%s saved."
3644
  msgstr ""
3645
 
3646
- #: src/Tribe/Main.php:2184
3647
- msgid "%1$s submitted. %2$sPreview %3$s"
3648
  msgstr ""
3649
 
3650
- #: src/Tribe/Main.php:2190
3651
- msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
 
3652
  msgstr ""
3653
 
3654
- #. translators: Publish box date format, see http://php.net/date
3655
- #: src/Tribe/Main.php:2193 src/Tribe/Main.php:2222 src/Tribe/Main.php:2244
3656
- msgid "M j, Y @ G:i"
3657
  msgstr ""
3658
 
3659
- #: src/Tribe/Main.php:2198
3660
- msgid "%1$s draft updated. %2$sPreview %3$s"
 
3661
  msgstr ""
3662
 
3663
- #: src/Tribe/Main.php:2217 src/Tribe/Main.php:2239
3664
- msgid "%s submitted."
 
3665
  msgstr ""
3666
 
3667
- #: src/Tribe/Main.php:2219 src/Tribe/Main.php:2241
3668
- msgid "%1$s scheduled for: %2$s."
 
3669
  msgstr ""
3670
 
3671
- #: src/Tribe/Main.php:2224 src/Tribe/Main.php:2247
3672
- msgid "%s draft updated."
 
3673
  msgstr ""
3674
 
3675
- #. translators: %s: date and time of the revision
3676
- #: src/Tribe/Main.php:2235
3677
- msgid "%s restored to revision from %s"
3678
  msgstr ""
3679
 
3680
- #: src/Tribe/Main.php:2296
3681
- msgid ""
3682
- "Without a defined location your event will not display a %sGoogle Rich "
3683
- "Snippet%s on the search results."
3684
  msgstr ""
3685
 
3686
- #: src/Tribe/Main.php:2496
3687
- msgid "page"
3688
  msgstr ""
3689
 
3690
- #: src/Tribe/Main.php:2497 src/functions/template-tags/general.php:99
3691
- msgid "event"
3692
  msgstr ""
3693
 
3694
- #: src/Tribe/Main.php:2498 src/functions/template-tags/general.php:155
3695
- msgid "events"
3696
  msgstr ""
3697
 
3698
- #: src/Tribe/Main.php:2499
3699
- msgid "all"
 
 
 
3700
  msgstr ""
3701
 
3702
- #: src/Tribe/Main.php:3257 src/Tribe/Main.php:3296
3703
- #: src/functions/template-tags/deprecated.php:22
3704
- #: src/functions/template-tags/deprecated.php:44
3705
- msgid "Date out of range."
3706
  msgstr ""
3707
 
3708
- #: src/Tribe/Main.php:3326
3709
- msgid "%s Options"
 
3710
  msgstr ""
3711
 
3712
- #: src/Tribe/Main.php:3498
3713
- msgid "Support"
 
3714
  msgstr ""
3715
 
3716
- #: src/Tribe/Main.php:3501
3717
- msgid "View All Add-Ons"
3718
  msgstr ""
3719
 
3720
- #: src/Tribe/Main.php:3523
3721
- msgid "News from The Events Calendar"
 
3722
  msgstr ""
3723
 
3724
- #: src/Tribe/Main.php:3550
3725
- msgid "Additional Functionality"
3726
  msgstr ""
3727
 
3728
- #: src/Tribe/Main.php:3555
3729
- msgid ""
3730
- "Looking for additional functionality including recurring events, ticket "
3731
- "sales, publicly submitted events, new views and more?"
3732
  msgstr ""
3733
 
3734
- #: src/Tribe/Main.php:3556
3735
- msgid "Check out the %savailable add-ons%s."
 
 
 
3736
  msgstr ""
3737
 
3738
- #: src/Tribe/Main.php:3657
3739
- msgid "Calendar"
 
 
 
3740
  msgstr ""
3741
 
3742
- #: src/Tribe/Main.php:3694
3743
- msgid "Once Every 30 Mins"
3744
  msgstr ""
3745
 
3746
- #: src/Tribe/Options_Exception.php:19 src/Tribe/Post_Exception.php:22
3747
- msgid "Error"
3748
  msgstr ""
3749
 
3750
- #: src/Tribe/Organizer.php:179 src/functions/template-tags/organizer.php:124
3751
- msgid "Organizer"
3752
  msgstr ""
3753
 
3754
- #: src/Tribe/Organizer.php:193 src/functions/template-tags/organizer.php:152
3755
- msgid "Organizers"
 
 
3756
  msgstr ""
3757
 
3758
- #: src/Tribe/Organizer.php:206
3759
- msgid "organizer"
 
3760
  msgstr ""
3761
 
3762
- #: src/Tribe/Organizer.php:220
3763
- msgid "organizers"
3764
  msgstr ""
3765
 
3766
- #: src/Tribe/Organizer.php:401
3767
- msgid "Unnamed %s"
 
3768
  msgstr ""
3769
 
3770
- #: src/Tribe/Organizer.php:730 src/Tribe/Venue.php:284
3771
- msgid "%s Information"
 
3772
  msgstr ""
3773
 
3774
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:24
3775
- msgid "The event WordPress post ID"
 
3776
  msgstr ""
3777
 
3778
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:28
3779
- msgid "The event ID used to globally identify in Event Aggregator"
 
3780
  msgstr ""
3781
 
3782
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:33
3783
- msgid ""
3784
- "An Array containing the lineage of where this event comes from, this should "
3785
- "not change after the event is created."
3786
  msgstr ""
3787
 
3788
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:37
3789
- msgid "The event author WordPress post ID"
 
3790
  msgstr ""
3791
 
3792
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:41
3793
- msgid "The event creation date in the site time zone"
 
3794
  msgstr ""
3795
 
3796
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:45
3797
- msgid "The event creation date in UTC time"
3798
  msgstr ""
3799
 
3800
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:49
3801
- msgid "The event last modification date in the site time zone"
 
3802
  msgstr ""
3803
 
3804
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:53
3805
- msgid "The event last modification date in UTC time"
3806
  msgstr ""
3807
 
3808
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:57
3809
- msgid "The event status"
3810
  msgstr ""
3811
 
3812
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:61
3813
- msgid "The URL to the event page"
3814
  msgstr ""
3815
 
3816
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:65
3817
- msgid "The TEC REST API link to fetch this event"
3818
  msgstr ""
3819
 
3820
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:69
3821
- msgid "The event name"
3822
  msgstr ""
3823
 
3824
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:73
3825
- msgid "The event long description"
3826
  msgstr ""
3827
 
3828
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:77
3829
- msgid "The event short description"
3830
  msgstr ""
3831
 
3832
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:81
3833
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:259
3834
- msgid "The event slug"
3835
  msgstr ""
3836
 
3837
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:85
3838
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:81
3839
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:81
3840
- msgid "The event featured image details if set"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:90
3844
- msgid "Whether or not this event is an all day Event"
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:94
3848
- msgid "The event start date in the event or site time zone"
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:98
3852
- msgid "An array of each component of the event start date"
3853
  msgstr ""
3854
 
3855
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:103
3856
- msgid "The event end date in the event or site time zone"
3857
  msgstr ""
3858
 
3859
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:107
3860
- msgid "An array of each component of the event end date"
3861
  msgstr ""
3862
 
3863
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:112
3864
- msgid "The event start date in UTC time"
3865
  msgstr ""
3866
 
3867
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:116
3868
- msgid "An array of each component of the event start date in UTC time"
3869
  msgstr ""
3870
 
3871
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:121
3872
- msgid "The event end date in UTC time"
 
 
 
3873
  msgstr ""
3874
 
3875
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:125
3876
- msgid "An array of each component of the event end date in UTC time"
3877
  msgstr ""
3878
 
3879
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:130
3880
- msgid "The event time zone string"
3881
  msgstr ""
3882
 
3883
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:134
3884
- msgid "The abbreviated event time zone string"
3885
  msgstr ""
3886
 
3887
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:138
3888
- msgid "The event cost including the currency symbol"
3889
  msgstr ""
3890
 
3891
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:142
3892
- msgid "The event cost details"
3893
  msgstr ""
3894
 
3895
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:147
3896
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:314
3897
- msgid "The event website URL"
3898
  msgstr ""
3899
 
3900
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:151
3901
- msgid "Whether the map should be shown for the event or not"
3902
  msgstr ""
3903
 
3904
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:155
3905
- msgid "Whether the map link should be shown for the event or not"
3906
  msgstr ""
3907
 
3908
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:159
3909
- msgid "Whether an event should be hidden from the calendar view or not"
3910
  msgstr ""
3911
 
3912
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:163
3913
- msgid "Whether an event is sticky in the calendar view or not"
3914
  msgstr ""
3915
 
3916
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:167
3917
- msgid "Whether the event is featured in the calendar or not"
3918
  msgstr ""
3919
 
3920
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:171
3921
- msgid "The event categories"
3922
  msgstr ""
3923
 
3924
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:176
3925
- msgid "The event tags"
3926
  msgstr ""
3927
 
3928
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:181
3929
- msgid "The event venue"
3930
  msgstr ""
3931
 
3932
- #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:186
3933
- msgid "The event organizers"
3934
  msgstr ""
3935
 
3936
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:24
3937
- msgid "The organizer WordPress post ID"
3938
  msgstr ""
3939
 
3940
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:28
3941
- msgid "The organizer ID used to globally identify in Event Aggregator"
3942
  msgstr ""
3943
 
3944
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:33
3945
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:33
3946
- msgid ""
3947
- "An Array containing the lineage of where this organizer comes from, this "
3948
- "should not change after the organizer is created."
3949
  msgstr ""
3950
 
3951
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:37
3952
- msgid "The organizer author WordPress post ID"
 
 
3953
  msgstr ""
3954
 
3955
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:41
3956
- msgid "The organizer creation date in the site time zone"
 
3957
  msgstr ""
3958
 
3959
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:45
3960
- msgid "The organizer creation date in UTC time"
 
3961
  msgstr ""
3962
 
3963
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:49
3964
- msgid "The organizer last modification date in the site time zone"
3965
  msgstr ""
3966
 
3967
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:53
3968
- msgid "The organizer last modification date in UTC time"
3969
  msgstr ""
3970
 
3971
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:57
3972
- msgid "The organizer status"
3973
  msgstr ""
3974
 
3975
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:61
3976
- msgid "The URL to the organizer page"
3977
  msgstr ""
3978
 
3979
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:65
3980
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:259
3981
- msgid "The organizer name"
3982
  msgstr ""
3983
 
3984
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:69
3985
- msgid "The organizer long description"
3986
  msgstr ""
3987
 
3988
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:73
3989
- msgid "The organizer short description"
3990
  msgstr ""
3991
 
3992
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:77
3993
- msgid "The organizer slug"
3994
  msgstr ""
3995
 
3996
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:86
3997
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:281
3998
- msgid "The organizer phone number"
3999
  msgstr ""
4000
 
4001
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:90
4002
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:288
4003
- msgid "The organizer website"
4004
  msgstr ""
4005
 
4006
- #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:94
4007
- msgid "The organizer email address"
4008
  msgstr ""
4009
 
4010
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:24
4011
- msgid "The venue WordPress post ID"
 
4012
  msgstr ""
4013
 
4014
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:28
4015
- msgid "The venue ID used to globally identify in Event Aggregator"
4016
  msgstr ""
4017
 
4018
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:37
4019
- msgid "The venue author WordPress post ID"
4020
  msgstr ""
4021
 
4022
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:41
4023
- msgid "The venue creation date in the site time zone"
4024
  msgstr ""
4025
 
4026
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:45
4027
- msgid "The venue creation date in UTC time"
4028
  msgstr ""
4029
 
4030
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:49
4031
- msgid "The venue last modification date in the site time zone"
4032
  msgstr ""
4033
 
4034
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:53
4035
- msgid "The venue last modification date in UTC time"
4036
  msgstr ""
4037
 
4038
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:57
4039
- msgid "The venue status"
4040
  msgstr ""
4041
 
4042
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:61
4043
- msgid "The URL to the venue page"
4044
  msgstr ""
4045
 
4046
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:65
4047
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:263
4048
- msgid "The venue name"
4049
- msgstr ""
 
4050
 
4051
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:69
4052
- msgid "The venue long description"
4053
  msgstr ""
4054
 
4055
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:73
4056
- msgid "The venue short description"
4057
  msgstr ""
4058
 
4059
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:77
4060
- msgid "The venue slug"
 
 
 
 
 
 
4061
  msgstr ""
4062
 
4063
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:86
4064
- msgid "Whether the map should be shown for the venue or not"
4065
  msgstr ""
4066
 
4067
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:90
4068
- msgid "Whether the map link should be shown for the venue or not"
4069
  msgstr ""
4070
 
4071
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:94
4072
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:296
4073
- msgid "The venue address"
 
 
 
4074
  msgstr ""
4075
 
4076
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:98
4077
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:303
4078
- msgid "The venue city"
4079
  msgstr ""
4080
 
4081
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:102
4082
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:310
4083
- msgid "The venue country"
4084
  msgstr ""
4085
 
4086
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:106
4087
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:317
4088
- msgid "The venue province"
4089
  msgstr ""
4090
 
4091
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:110
4092
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:324
4093
- msgid "The venue state"
4094
  msgstr ""
4095
 
4096
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:114
4097
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:331
4098
- msgid "The venue ZIP code"
4099
  msgstr ""
4100
 
4101
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:118
4102
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:338
4103
- msgid "The venue phone number"
4104
  msgstr ""
4105
 
4106
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:122
4107
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:352
4108
- msgid "The venue website URL"
4109
  msgstr ""
4110
 
4111
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:126
4112
- msgid "The venue state or province"
4113
  msgstr ""
4114
 
4115
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:131
4116
- msgid "The venue geo latitude"
 
4117
  msgstr ""
4118
 
4119
- #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:136
4120
- msgid "The venue geo longitude"
4121
  msgstr ""
4122
 
4123
- #: src/Tribe/REST/V1/EA_Messages.php:10
4124
- msgid "Event Aggregator cannot import events from this site."
 
 
4125
  msgstr ""
4126
 
4127
- #: src/Tribe/REST/V1/EA_Messages.php:11
4128
- msgid ""
4129
- "Event Aggregator cannot import events because this site is running an "
4130
- "outdated version of The Events Calendar."
4131
  msgstr ""
4132
 
4133
- #: src/Tribe/REST/V1/EA_Messages.php:12
4134
- msgid "The Events Calendar is API is not providing the site origin correctly."
 
4135
  msgstr ""
4136
 
4137
- #: src/Tribe/REST/V1/EA_Messages.php:13
4138
- msgid ""
4139
- "Events could not be imported. Event Aggregator does not yet support events "
4140
- "from that URL. We have noted your request and will review it for support in "
4141
- "the future."
4142
  msgstr ""
4143
 
4144
- #: src/Tribe/REST/V1/EA_Messages.php:14
4145
- msgid ""
4146
- "Events could not be imported. The Events Calendar REST API is disabled on "
4147
- "the requested URL."
4148
  msgstr ""
4149
 
4150
- #: src/Tribe/REST/V1/EA_Messages.php:15
4151
- msgid ""
4152
- "Events could not be imported. The URL provided could be reached and has The "
4153
- "Events Calendar REST API enabled, but returned malformed data."
4154
  msgstr ""
4155
 
4156
- #: src/Tribe/REST/V1/EA_Messages.php:16
4157
- msgid ""
4158
- "Events could not be imported. The URL provided could be reached and has The "
4159
- "Events Calendar REST API enabled, but there was an error while fetching the "
4160
- "archive control data."
4161
  msgstr ""
4162
 
4163
- #: src/Tribe/REST/V1/EA_Messages.php:17
4164
- msgid ""
4165
- "Events could not be imported. The URL provided could be reached and has The "
4166
- "Events Calendar REST API enabled, but there was an error while fetching the "
4167
- "total number of events."
4168
  msgstr ""
4169
 
4170
- #: src/Tribe/REST/V1/EA_Messages.php:18
4171
- msgid ""
4172
- "Events could not be imported. The URL provided could be reached and has The "
4173
- "Events Calendar REST API enabled, but returned malformed data in regard to "
4174
- "the total number of events."
4175
  msgstr ""
4176
 
4177
- #: src/Tribe/REST/V1/EA_Messages.php:19
4178
- msgid ""
4179
- "Events could not be imported. The URL provided could be reached and has The "
4180
- "Events Calendar REST API enabled, but there was an error while fetching an "
4181
- "archive page."
4182
  msgstr ""
4183
 
4184
- #: src/Tribe/REST/V1/EA_Messages.php:20
4185
- msgid ""
4186
- "Events could not be imported. The URL provided could be reached and has The "
4187
- "Events Calendar REST API enabled, but returned an empty archive page."
4188
  msgstr ""
4189
 
4190
- #: src/Tribe/REST/V1/EA_Messages.php:21
4191
- msgid ""
4192
- "Events could not be imported. The URL provided could be reached and has The "
4193
- "Events Calendar REST API enabled, but there was an error while fetching the "
4194
- "event data."
4195
  msgstr ""
4196
 
4197
- #: src/Tribe/REST/V1/EA_Messages.php:22
4198
- msgid ""
4199
- "Events could not be imported. The URL provided could be reached and has The "
4200
- "Events Calendar REST API enabled, but returned empty event data."
4201
  msgstr ""
4202
 
4203
- #: src/Tribe/REST/V1/EA_Messages.php:23
4204
- msgid ""
4205
- "The requested URL does not have any upcoming and published events matching "
4206
- "the search criteria."
4207
  msgstr ""
4208
 
4209
- #: src/Tribe/REST/V1/EA_Messages.php:40
4210
- msgid "Learn more."
4211
  msgstr ""
4212
 
4213
- #: src/Tribe/REST/V1/EA_Messages.php:59
4214
- msgid "Try to adjust your import settings and try again."
 
 
4215
  msgstr ""
4216
 
4217
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:28
4218
- msgid "Returns all the event categories matching the search criteria"
4219
  msgstr ""
4220
 
4221
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:40
4222
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:473
4223
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:68
4224
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:57
4225
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:65
4226
- msgid "One or more of the specified query variables has a bad format"
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:43
4230
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:476
4231
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:71
4232
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:68
4233
- msgid "The requested page was not found."
 
4234
  msgstr ""
4235
 
4236
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:97
4237
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:497
4238
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:208
4239
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:114
4240
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:207
4241
- msgid "The archive page to return"
4242
  msgstr ""
4243
 
4244
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:105
4245
- msgid "The number of event categories to return on each page"
4246
  msgstr ""
4247
 
4248
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:111
4249
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:128
4250
- msgid "Limit results to those matching a string"
4251
  msgstr ""
4252
 
4253
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:117
4254
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:134
4255
- msgid "Ensure result set exclude specific IDs"
4256
  msgstr ""
4257
 
4258
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:124
4259
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:141
4260
- msgid "Limit result set to specific IDs"
4261
  msgstr ""
4262
 
4263
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:131
4264
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:148
4265
- msgid "Order sort attribute ascending or descending"
4266
  msgstr ""
4267
 
4268
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:137
4269
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:154
4270
- msgid "Sort collection by term attribute"
4271
  msgstr ""
4272
 
4273
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:142
4274
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:159
4275
- msgid "Whether to hide terms not assigned to any posts"
4276
  msgstr ""
4277
 
4278
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:149
4279
- msgid "Limit result set to terms assigned to a specific parent"
4280
  msgstr ""
4281
 
4282
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:155
4283
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:166
4284
- msgid "Limit result set to terms assigned to a specific post"
 
4285
  msgstr ""
4286
 
4287
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:161
4288
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:172
4289
- msgid ""
4290
- "Limit result set to terms assigned to a specific event (an alias of the "
4291
- "\"post\" parameter)"
4292
  msgstr ""
4293
 
4294
- #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:168
4295
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:179
4296
- msgid "Limit result set to terms with a specific slug"
4297
  msgstr ""
4298
 
4299
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:461
4300
- msgid "Returns all the upcoming events matching the search criteria"
 
 
 
 
 
 
 
4301
  msgstr ""
4302
 
4303
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:505
4304
- msgid "The number of events to return on each page"
4305
  msgstr ""
4306
 
4307
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:512
4308
- msgid "Events that start on the specified date"
 
4309
  msgstr ""
4310
 
4311
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:519
4312
- msgid "Events that end on the specified date"
 
 
4313
  msgstr ""
4314
 
4315
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:525
4316
- msgid "Events that start before the specified date"
4317
  msgstr ""
4318
 
4319
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:531
4320
- msgid "Events that start after the specified date"
4321
  msgstr ""
4322
 
4323
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:537
4324
- msgid "Events that end before the specified date"
4325
  msgstr ""
4326
 
4327
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:543
4328
- msgid "Events that end after the specified date"
4329
  msgstr ""
4330
 
4331
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:550
4332
- msgid ""
4333
- "Dates set using the start_date/end_date, starts_*/ends_* are set to start at "
4334
- "the specified times. The default behavior is to include the entire days."
4335
  msgstr ""
4336
 
4337
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:556
4338
- msgid "Events should contain the specified string in the title or description"
4339
  msgstr ""
4340
 
4341
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:562
4342
- msgid "Events should be assigned one of the specified categories slugs or IDs"
4343
  msgstr ""
4344
 
4345
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:570
4346
- msgid "Events should be assigned one of the specified tags slugs or IDs"
4347
  msgstr ""
4348
 
4349
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:578
4350
- msgid "Events should be assigned one of the specified venue IDs"
4351
  msgstr ""
4352
 
4353
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:586
4354
- msgid "Events should be assigned one of the specified organizer IDs"
4355
  msgstr ""
4356
 
4357
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:594
4358
- msgid "Events should be filtered by their featured status"
4359
  msgstr ""
4360
 
4361
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:601
4362
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:271
4363
- msgid "The event post status"
4364
  msgstr ""
4365
 
4366
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:606
4367
- msgid ""
4368
- "Requires Events Calendar Pro. Events should be filtered by whether their "
4369
- "venue has geolocation data"
4370
  msgstr ""
4371
 
4372
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:612
4373
- msgid ""
4374
- "Requires Events Calendar Pro. Events should be filtered by their venue "
4375
- "latitude location, must also provide geoloc_lng"
4376
  msgstr ""
4377
 
4378
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:618
4379
- msgid ""
4380
- "Requires Events Calendar Pro. Events should be filtered by their venue "
4381
- "longitude location, must also provide geoloc_lat"
4382
  msgstr ""
4383
 
4384
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:622
4385
- msgid ""
4386
- "Include events with one of the post IDs specified in the array of CSV list, "
4387
- "date filters will be ignored."
4388
  msgstr ""
4389
 
4390
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:632
4391
- msgid "Events should be filtered by their post_parent being the specified one."
4392
  msgstr ""
4393
 
4394
- #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:638
4395
- msgid "Filter events with or without tickets."
4396
  msgstr ""
4397
 
4398
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:56
4399
- msgid "Returns all the organizers matching the search criteria"
4400
  msgstr ""
4401
 
4402
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:216
4403
- msgid "The number of organizers to return on each page"
4404
  msgstr ""
4405
 
4406
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:222
4407
- msgid ""
4408
- "Organizers should contain the specified string in the title, description or "
4409
- "custom fields"
4410
  msgstr ""
4411
 
4412
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:228
4413
- msgid "Organizers should be related to this event"
4414
  msgstr ""
4415
 
4416
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:233
4417
- msgid "Organizers should have events associated to them"
4418
  msgstr ""
4419
 
4420
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:238
4421
- msgid "Organizers should have upcoming events associated to them"
4422
  msgstr ""
4423
 
4424
- #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:247
4425
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:246
4426
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:273
4427
- msgid "The organizer post status"
4428
  msgstr ""
4429
 
4430
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:45
4431
- msgid "Returns all the event tags matching the search criteria"
 
4432
  msgstr ""
4433
 
4434
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:60
4435
- msgid "No event tags match the query or the requested page was not found."
4436
- msgstr ""
 
 
 
4437
 
4438
- #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:122
4439
- msgid "The number of event tags to return on each page"
 
4440
  msgstr ""
4441
 
4442
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:53
4443
- msgid "Returns all the venues matching the search criteria"
 
 
 
 
 
 
 
 
4444
  msgstr ""
4445
 
4446
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:215
4447
- msgid "The number of venues to return on each page"
 
 
 
 
 
 
 
 
4448
  msgstr ""
4449
 
4450
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:221
4451
- msgid ""
4452
- "Venues should contain the specified string in the title, description or "
4453
- "custom fields"
 
 
 
 
 
 
4454
  msgstr ""
4455
 
4456
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:227
4457
- msgid "Venues should be related to this event"
 
 
 
 
 
 
 
 
4458
  msgstr ""
4459
 
4460
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:232
4461
- msgid "Venues should have events associated to them"
 
4462
  msgstr ""
4463
 
4464
- #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:237
4465
- msgid "Venues should have upcoming events associated to them"
4466
  msgstr ""
4467
 
4468
- #: src/Tribe/REST/V1/Endpoints/Base.php:38
4469
- #: src/Tribe/REST/V1/Endpoints/Base.php:87
4470
- msgid "No description provided"
4471
  msgstr ""
4472
 
4473
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:25
4474
- msgid "The event category name"
4475
  msgstr ""
4476
 
4477
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:31
4478
- msgid "The event category description"
4479
  msgstr ""
4480
 
4481
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:37
4482
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:43
4483
- msgid "The event category slug"
4484
  msgstr ""
4485
 
4486
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:71
4487
- msgid "Returns the data of the event category with the specified term ID"
4488
  msgstr ""
4489
 
4490
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:81
4491
- msgid "The event category term ID is missing."
4492
  msgstr ""
4493
 
4494
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:84
4495
- msgid "An event category with the specified term ID does not exist."
4496
  msgstr ""
4497
 
4498
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:93
4499
- msgid "Returns the data of the updated event category"
4500
  msgstr ""
4501
 
4502
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:103
4503
- msgid "Returns the data of the created event category"
4504
  msgstr ""
4505
 
4506
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:113
4507
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:162
4508
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:165
4509
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:107
4510
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:161
4511
- msgid ""
4512
- "A required parameter is missing or an input parameter is in the wrong format"
4513
  msgstr ""
4514
 
4515
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:116
4516
- msgid "The user is not authorized to create event categories"
4517
  msgstr ""
4518
 
4519
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:124
4520
- msgid "Deletes an event category and returns its data"
4521
  msgstr ""
4522
 
4523
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:134
4524
- msgid "The event category term ID is missing or does not exist."
4525
  msgstr ""
4526
 
4527
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:137
4528
- msgid ""
4529
- "The current user cannot delete the event category with the specified term ID."
4530
  msgstr ""
4531
 
4532
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:140
4533
- msgid "The event category with the specified term ID has been deleted already."
4534
  msgstr ""
4535
 
4536
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:143
4537
- msgid "The event category with the specified term ID could not be deleted."
4538
  msgstr ""
4539
 
4540
- #: src/Tribe/REST/V1/Endpoints/Single_Category.php:163
4541
- msgid "the event category term ID"
4542
  msgstr ""
4543
 
4544
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:117
4545
- msgid "Returns the data of the event with the specified post ID"
4546
  msgstr ""
4547
 
4548
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:127
4549
- msgid "The event post ID is missing."
4550
  msgstr ""
4551
 
4552
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:130
4553
- msgid "The event with the specified ID is not accessible."
4554
  msgstr ""
4555
 
4556
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:133
4557
- msgid "An event with the specified ID does not exist."
4558
  msgstr ""
4559
 
4560
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:142
4561
- msgid "Returns the data of the updated event"
4562
  msgstr ""
4563
 
4564
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:152
4565
- msgid "Returns the data of the created event"
4566
  msgstr ""
4567
 
4568
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:165
4569
- msgid "The user is not authorized to create events"
 
 
 
 
4570
  msgstr ""
4571
 
4572
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:173
4573
- msgid "Deletes an event and returns its data"
4574
  msgstr ""
4575
 
4576
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:183
4577
- msgid "The event post ID is missing or does not exist."
4578
  msgstr ""
4579
 
4580
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:186
4581
- msgid "The current user cannot delete the event with the specified ID."
4582
  msgstr ""
4583
 
4584
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:189
4585
- msgid "The event with the specified ID has been deleted already."
4586
  msgstr ""
4587
 
4588
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:192
4589
- msgid "The event with the specified ID could not be deleted."
4590
  msgstr ""
4591
 
4592
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:209
4593
- msgid "the event post ID"
4594
  msgstr ""
4595
 
4596
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:229
4597
- msgid "The event author ID"
4598
  msgstr ""
4599
 
4600
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:235
4601
- msgid "The event publication date"
4602
  msgstr ""
4603
 
4604
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:241
4605
- msgid "The event publication date (UTC time zone)"
4606
  msgstr ""
4607
 
4608
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:247
4609
- msgid "The event title"
 
4610
  msgstr ""
4611
 
4612
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:253
4613
- msgid "The event description"
 
4614
  msgstr ""
4615
 
4616
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:265
4617
- msgid "The event excerpt"
4618
  msgstr ""
4619
 
4620
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:278
4621
- msgid "The event time zone"
4622
  msgstr ""
4623
 
4624
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:284
4625
- msgid "Whether the event lasts the whole day or not"
4626
  msgstr ""
4627
 
4628
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:290
4629
- msgid "The event start date and time"
4630
  msgstr ""
4631
 
4632
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:296
4633
- msgid "The event end date and time"
4634
  msgstr ""
4635
 
4636
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:302
4637
- msgid "The event featured image ID or URL"
4638
  msgstr ""
4639
 
4640
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:307
4641
- msgid "The event cost"
 
4642
  msgstr ""
4643
 
4644
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:320
4645
- msgid "Whether the event should show a map or not"
4646
  msgstr ""
4647
 
4648
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:325
4649
- msgid "Whether the event should show a map link or not"
4650
  msgstr ""
4651
 
4652
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:330
4653
- msgid "Whether events should be hidden in the calendar view or not"
4654
  msgstr ""
4655
 
4656
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:335
4657
- msgid "Whether the event should be sticky in the calendar view or not"
4658
  msgstr ""
4659
 
4660
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:340
4661
- msgid "Whether the event should be featured on the site or not"
 
4662
  msgstr ""
4663
 
4664
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:348
4665
- msgid "The event category ID or name"
4666
  msgstr ""
4667
 
4668
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:355
4669
- msgid "The event tag ID or name"
4670
  msgstr ""
4671
 
4672
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:364
4673
- msgid "The event venue ID or data"
4674
  msgstr ""
4675
 
4676
- #: src/Tribe/REST/V1/Endpoints/Single_Event.php:372
4677
- msgid "The event organizer IDs or data"
4678
  msgstr ""
4679
 
4680
- #: src/Tribe/REST/V1/Endpoints/Single_Event_Slug.php:36
4681
- msgid "the event post name"
4682
  msgstr ""
4683
 
4684
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:130
4685
- msgid "Returns the data of the organizer with the specified post ID"
4686
  msgstr ""
4687
 
4688
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:140
4689
- msgid "The organizer post ID is missing."
4690
  msgstr ""
4691
 
4692
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:143
4693
- msgid "The organizer with the specified ID is not accessible."
4694
  msgstr ""
4695
 
4696
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:146
4697
- msgid "An organizer with the specified event does not exist."
4698
  msgstr ""
4699
 
4700
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:155
4701
- msgid "Returns the data of the created organizer"
4702
  msgstr ""
4703
 
4704
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:168
4705
- msgid "The user is not authorized to create organizers"
4706
  msgstr ""
4707
 
4708
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:176
4709
- msgid "Deletes an organizer and returns its data"
 
4710
  msgstr ""
4711
 
4712
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:186
4713
- msgid "The organizer post ID is missing or does not exist."
 
4714
  msgstr ""
4715
 
4716
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:189
4717
- msgid "The current user cannot delete the organizer with the specified ID."
4718
  msgstr ""
4719
 
4720
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:192
4721
- msgid "The organizer with the specified ID has been deleted already."
4722
  msgstr ""
4723
 
4724
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:195
4725
- msgid "The organizer with the specified ID could not be deleted."
4726
  msgstr ""
4727
 
4728
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:215
4729
- msgid "the organizer post ID"
4730
  msgstr ""
4731
 
4732
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:238
4733
- msgid "The organizer author ID"
4734
  msgstr ""
4735
 
4736
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:245
4737
- msgid "The organizer publication date"
 
4738
  msgstr ""
4739
 
4740
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:252
4741
- msgid "The organizer publication date (UTC time zone)"
 
4742
  msgstr ""
4743
 
4744
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:266
4745
- msgid "The organizer description"
4746
  msgstr ""
4747
 
4748
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:295
4749
- msgid "The organizer e-mail address"
4750
  msgstr ""
4751
 
4752
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:302
4753
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:359
4754
- msgid "The organizer featured image ID or URL"
4755
  msgstr ""
4756
 
4757
- #: src/Tribe/REST/V1/Endpoints/Single_Organizer_Slug.php:36
4758
- msgid "the organizer post name"
4759
  msgstr ""
4760
 
4761
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:25
4762
- msgid "The event tag name"
4763
  msgstr ""
4764
 
4765
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:31
4766
- msgid "The event tag description"
4767
  msgstr ""
4768
 
4769
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:37
4770
- msgid "The event tag slug"
4771
  msgstr ""
4772
 
4773
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:65
4774
- msgid "Returns the data of the event tag with the specified term ID"
4775
  msgstr ""
4776
 
4777
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:75
4778
- msgid "The event tag term ID is missing."
4779
  msgstr ""
4780
 
4781
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:78
4782
- msgid "An event tag with the specified term ID does not exist."
4783
  msgstr ""
4784
 
4785
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:87
4786
- msgid "Returns the data of the updated event tag"
4787
  msgstr ""
4788
 
4789
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:97
4790
- msgid "Returns the data of the created event tag"
4791
  msgstr ""
4792
 
4793
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:110
4794
- msgid "The user is not authorized to create event tags"
4795
  msgstr ""
4796
 
4797
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:118
4798
- msgid "Deletes an event tag and returns its data"
4799
  msgstr ""
4800
 
4801
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:128
4802
- msgid "The event tag term ID is missing or does not exist."
4803
  msgstr ""
4804
 
4805
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:131
4806
- msgid ""
4807
- "The current user cannot delete the event tag with the specified term ID."
4808
  msgstr ""
4809
 
4810
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:134
4811
- msgid "The event tag with the specified term ID has been deleted already."
4812
  msgstr ""
4813
 
4814
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:137
4815
- msgid "The event tag with the specified term ID could not be deleted."
4816
  msgstr ""
4817
 
4818
- #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:157
4819
- msgid "the event tag term ID"
4820
  msgstr ""
4821
 
4822
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:107
4823
- msgid "Returns the data of the venue with the specified post ID"
4824
  msgstr ""
4825
 
4826
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:120
4827
- msgid "The venue post ID is missing."
4828
  msgstr ""
4829
 
4830
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:123
4831
- msgid "The venue with the specified ID is not accessible."
4832
  msgstr ""
4833
 
4834
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:129
4835
- msgid "A venue with the specified post ID does not exist."
4836
  msgstr ""
4837
 
4838
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:141
4839
- msgid "Returns the data of the updated venue"
4840
  msgstr ""
4841
 
4842
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:151
4843
- msgid "Returns the data of the created venue"
4844
  msgstr ""
4845
 
4846
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:167
4847
- msgid "The user is not authorized to create venues"
 
4848
  msgstr ""
4849
 
4850
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:175
4851
- msgid "Deletes a venue and returns its data"
4852
  msgstr ""
4853
 
4854
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:185
4855
- msgid "The venue post ID is missing or does not exist."
4856
  msgstr ""
4857
 
4858
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:188
4859
- msgid "The current user cannot delete the venue with the specified ID."
4860
  msgstr ""
4861
 
4862
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:194
4863
- msgid "The venue with the specified ID has been deleted already."
4864
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4865
 
4866
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:200
4867
- msgid "The venue with the specified ID could not be deleted."
4868
  msgstr ""
4869
 
4870
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:223
4871
- msgid "the venue post ID"
4872
  msgstr ""
4873
 
4874
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:245
4875
- msgid "The venue author ID"
 
 
 
 
 
 
4876
  msgstr ""
4877
 
4878
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:251
4879
- msgid "The venue publication date"
 
 
 
 
 
 
4880
  msgstr ""
4881
 
4882
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:257
4883
- msgid "The venue publication date (UTC time zone)"
 
 
 
 
 
 
4884
  msgstr ""
4885
 
4886
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:270
4887
- msgid "The venue description"
 
 
 
 
 
 
4888
  msgstr ""
4889
 
4890
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:276
4891
- msgid "The venue post status"
4892
  msgstr ""
4893
 
4894
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:283
4895
- msgid "Whether events linked to the venue should show a map or not"
4896
  msgstr ""
4897
 
4898
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:289
4899
- msgid "Whether events linked to the venue should show a map link or not"
 
4900
  msgstr ""
4901
 
4902
- #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:345
4903
- msgid "The venue state and province"
4904
  msgstr ""
4905
 
4906
- #: src/Tribe/REST/V1/Endpoints/Single_Venue_Slug.php:36
4907
- msgid "the venue post name"
4908
  msgstr ""
4909
 
4910
- #: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:92
4911
- msgid "The Events Calendar REST API"
4912
  msgstr ""
4913
 
4914
- #: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:93
4915
- msgid ""
4916
- "The Events Calendar REST API allows accessing upcoming events information "
4917
- "easily and conveniently."
4918
  msgstr ""
4919
 
4920
- #: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:127
4921
- msgid ""
4922
- "Returns the documentation for The Events Calendar REST API in Swagger "
4923
- "consumable format."
4924
  msgstr ""
4925
 
4926
- #: src/Tribe/REST/V1/Messages.php:13
4927
- msgid "The event ID is missing from the request"
4928
  msgstr ""
4929
 
4930
- #: src/Tribe/REST/V1/Messages.php:17
4931
- msgid "The requested post ID does not exist or is not an event"
4932
  msgstr ""
4933
 
4934
- #: src/Tribe/REST/V1/Messages.php:21
4935
- msgid "The event does not have a venue assigned"
4936
  msgstr ""
4937
 
4938
- #: src/Tribe/REST/V1/Messages.php:25
4939
- msgid "The event does not have an organizer assigned"
4940
  msgstr ""
4941
 
4942
- #: src/Tribe/REST/V1/Messages.php:29
4943
- msgid "The requested event is not accessible"
4944
  msgstr ""
4945
 
4946
- #: src/Tribe/REST/V1/Messages.php:30
4947
- msgid "The 'page' parameter must be a positive integer greater than 1"
4948
  msgstr ""
4949
 
4950
- #: src/Tribe/REST/V1/Messages.php:34
4951
- msgid "The 'per_page' parameter must be a positive integer greater than 1"
4952
  msgstr ""
4953
 
4954
- #: src/Tribe/REST/V1/Messages.php:38
4955
- msgid "The 'start_date' parameter must be in a supported format"
4956
  msgstr ""
4957
 
4958
- #: src/Tribe/REST/V1/Messages.php:42
4959
- msgid "The 'end_date' parameter must be in a supported format"
4960
  msgstr ""
4961
 
4962
- #: src/Tribe/REST/V1/Messages.php:46 src/Tribe/REST/V1/Messages.php:104
4963
- msgid "The 'search' parameter must be a string"
4964
  msgstr ""
4965
 
4966
- #: src/Tribe/REST/V1/Messages.php:50
4967
- msgid "The 'categories' parameter contains invalid category slugs or IDs"
4968
  msgstr ""
4969
 
4970
- #: src/Tribe/REST/V1/Messages.php:54
4971
- msgid "The 'tags' parameter contains invalid tag slugs or IDs"
4972
  msgstr ""
4973
 
4974
- #: src/Tribe/REST/V1/Messages.php:58
4975
- msgid "The requested event archive page does not exist"
4976
  msgstr ""
4977
 
4978
- #: src/Tribe/REST/V1/Messages.php:62
4979
- msgid "The requested post ID does not exist or is not an venue"
4980
  msgstr ""
4981
 
4982
- #: src/Tribe/REST/V1/Messages.php:66
4983
- msgid "The requested post ID does not exist or is not an organizer"
4984
  msgstr ""
4985
 
4986
- #: src/Tribe/REST/V1/Messages.php:70
4987
- msgid "The venue could not be created from the provided data"
4988
  msgstr ""
4989
 
4990
- #: src/Tribe/REST/V1/Messages.php:74
4991
- msgid "The organizer could not be created from the provided data"
 
4992
  msgstr ""
4993
 
4994
- #: src/Tribe/REST/V1/Messages.php:78
4995
- msgid "The provided linked post ID is not valid"
4996
  msgstr ""
4997
 
4998
- #: src/Tribe/REST/V1/Messages.php:82
4999
- msgid "The requested venue is not accessible"
5000
  msgstr ""
5001
 
5002
- #: src/Tribe/REST/V1/Messages.php:83
5003
- msgid "The requested organizer is not accessible"
5004
  msgstr ""
5005
 
5006
- #: src/Tribe/REST/V1/Messages.php:87
5007
- msgid "The event could not be deleted"
5008
  msgstr ""
5009
 
5010
- #: src/Tribe/REST/V1/Messages.php:88
5011
- msgid "The event is already trashed"
5012
  msgstr ""
5013
 
5014
- #: src/Tribe/REST/V1/Messages.php:89
5015
- msgid "The venue could not be deleted"
 
5016
  msgstr ""
5017
 
5018
- #: src/Tribe/REST/V1/Messages.php:90
5019
- msgid "The venue is already trashed"
5020
  msgstr ""
5021
 
5022
- #: src/Tribe/REST/V1/Messages.php:91
5023
- msgid "The organizer could not be deleted"
5024
  msgstr ""
5025
 
5026
- #: src/Tribe/REST/V1/Messages.php:92
5027
- msgid "The organizer is already trashed"
5028
  msgstr ""
5029
 
5030
- #: src/Tribe/REST/V1/Messages.php:93
5031
- msgid "The event could not be updated"
5032
  msgstr ""
5033
 
5034
- #: src/Tribe/REST/V1/Messages.php:94
5035
- msgid "The venue could not be updated"
5036
  msgstr ""
5037
 
5038
- #: src/Tribe/REST/V1/Messages.php:95
5039
- msgid "The organizer could not be updated"
5040
  msgstr ""
5041
 
5042
- #: src/Tribe/REST/V1/Messages.php:96
5043
- msgid "The requested venue archive page does not exist"
 
5044
  msgstr ""
5045
 
5046
- #: src/Tribe/REST/V1/Messages.php:100
5047
- msgid "The requested organizer archive page does not exist"
 
 
 
5048
  msgstr ""
5049
 
5050
- #: src/Tribe/REST/V1/Messages.php:108
5051
- msgid "The requested event term archive page does not exist"
5052
  msgstr ""
5053
 
5054
- #: src/Tribe/Rewrite.php:259
5055
- msgctxt "The \"/page/\" URL string component."
5056
- msgid "page"
5057
  msgstr ""
5058
 
5059
- #. Translators: %s: Event singular.
5060
- #: src/Tribe/Taxonomy/Event_Tag.php:46
5061
- msgctxt ""
5062
- "The text used for the link to the event archive in the admin post tag list."
5063
- msgid "%s View"
5064
  msgstr ""
5065
 
5066
- #: src/Tribe/Template_Factory.php:212
5067
- msgid "There were no results found for %s."
5068
  msgstr ""
5069
 
5070
- #: src/Tribe/Template_Factory.php:214
5071
- msgid "No results were found for %1$s in or near %2$s."
5072
  msgstr ""
5073
 
5074
- #: src/Tribe/Template_Factory.php:216
5075
- msgid ""
5076
- "No upcoming %1$s listed under %2$s. Check out upcoming %3$s for this "
5077
- "category or view the full calendar."
5078
  msgstr ""
5079
 
5080
- #: src/Tribe/Template_Factory.php:218 src/Tribe/Template_Factory.php:223
5081
- msgid ""
5082
- "No matching %1$s listed under %2$s. Please try viewing the full calendar for "
5083
- "a complete list of %3$s."
5084
  msgstr ""
5085
 
5086
- #: src/Tribe/Template_Factory.php:220
5087
- msgid "No previous %s "
5088
  msgstr ""
5089
 
5090
- #: src/Tribe/Template_Factory.php:225 src/Tribe/Views/V2/Messages.php:93
5091
- msgid "There were no results found."
5092
  msgstr ""
5093
 
5094
- #. translators: %s: Protected post title.
5095
- #: src/Tribe/Template_Factory.php:499 src/Tribe/Views/V2/Template/Event.php:133
5096
- msgid "Protected: %s"
5097
  msgstr ""
5098
 
5099
- #: src/Tribe/Templates.php:105
5100
- msgid "Template overrides should be moved to the correct subdirectory: %s"
5101
  msgstr ""
5102
 
5103
- #: src/Tribe/Templates.php:149
5104
- msgid ""
5105
- "Template overrides should be moved to the correct subdirectory: "
5106
- "tribe_get_template_part('%s')"
5107
  msgstr ""
5108
 
5109
- #: src/Tribe/Utils/Radius.php:18
5110
- msgctxt "X (miles abbreviation)"
5111
- msgid "%1$s (mi)"
5112
  msgstr ""
5113
 
5114
- #: src/Tribe/Utils/Radius.php:28
5115
- msgctxt "X (kilometers abbreviation)"
5116
- msgid "%1$s (km)"
5117
  msgstr ""
5118
 
5119
- #: src/Tribe/Utils/Radius.php:53
5120
- msgctxt "Abbreviation for the miles unit of measure"
5121
- msgid "mi"
5122
  msgstr ""
5123
 
5124
- #: src/Tribe/Utils/Radius.php:55
5125
- msgctxt "Abbreviation for the kilometers unit of measure"
5126
- msgid "km"
5127
  msgstr ""
5128
 
5129
- #: src/Tribe/Validator/Base.php:256
5130
- msgid "Event Tickets plugin is not activated."
 
 
5131
  msgstr ""
5132
 
5133
- #: src/Tribe/Validator/Base.php:259
5134
- msgid "Event Tickets REST API is not available."
 
5135
  msgstr ""
5136
 
5137
- #: src/Tribe/Venue.php:199 src/functions/template-tags/venue.php:168
5138
- msgid "Venue"
5139
  msgstr ""
5140
 
5141
- #: src/Tribe/Venue.php:208 src/functions/template-tags/venue.php:196
5142
- msgid "Venues"
 
 
 
5143
  msgstr ""
5144
 
5145
- #: src/Tribe/Venue.php:216
5146
- msgid "venue"
5147
  msgstr ""
5148
 
5149
- #: src/Tribe/Venue.php:225
5150
- msgid "venues"
 
5151
  msgstr ""
5152
 
5153
- #: src/Tribe/Venue.php:265
5154
- msgctxt "Metabox title"
5155
- msgid "Location"
 
 
 
5156
  msgstr ""
5157
 
5158
- #: src/Tribe/Venue.php:420 src/functions/template-tags/venue.php:514
5159
- msgid "United States"
5160
  msgstr ""
5161
 
5162
- #: src/Tribe/Venue.php:490
5163
- msgid "Unnamed Venue"
5164
  msgstr ""
5165
 
5166
- #. translators: 1: opening <a> tag, 2: closing </a> tag.
5167
- #: src/Tribe/Views/V2/Customizer/Notice.php:82
5168
- msgctxt "A link telling users to disable an extension that may conflict."
5169
- msgid ""
5170
- "You are using the Inherit Theme Fonts extension. Font control is now built "
5171
- "into %1$sThe Events Calendar's options in the WordPress Customizer.%2$s "
5172
- "Please disable the Inherit Theme Fonts extension to prevent conflicts with "
5173
- "The Events Calendar."
5174
  msgstr ""
5175
 
5176
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:70
5177
- msgid "Events Bar"
 
5178
  msgstr ""
5179
 
5180
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:71
5181
- msgctxt "Note about what these settings control."
5182
- msgid ""
5183
- "These settings control the search and options bar that appears above "
5184
- "calendar views."
5185
  msgstr ""
5186
 
5187
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:145
5188
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:79
5189
- msgctxt "The header for the font color control section."
5190
- msgid "Set Font Colors"
5191
  msgstr ""
5192
 
5193
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:158
5194
- msgctxt "The header for the color control section."
5195
- msgid "Adjust Appearance"
5196
  msgstr ""
5197
 
5198
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:176
5199
- msgctxt "The events bar text color setting label."
5200
- msgid "Text Color"
5201
  msgstr ""
5202
 
5203
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:186
5204
- msgctxt "The \"Find Events\" button text color setting label."
5205
- msgid "Find Events Button Text"
5206
  msgstr ""
5207
 
5208
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:195
5209
- msgctxt "The Events Bar icon color setting label."
5210
- msgid "Icons"
5211
  msgstr ""
5212
 
5213
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:201
5214
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:270
5215
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:307
5216
- msgctxt "Label for the default option."
5217
- msgid "Default"
5218
  msgstr ""
5219
 
5220
- #. translators: 1: Customizer url.
5221
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:208
5222
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:261
5223
- msgctxt ""
5224
- "Label for option to use the accent color. Links to the accent color setting."
5225
- msgid "Use the <a href=\"%1$s\">Accent Color</a>"
5226
  msgstr ""
5227
 
5228
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:218
5229
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:250
5230
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:287
5231
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:312
5232
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:192
5233
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:271
5234
- msgctxt "Label for option to set a custom color."
5235
- msgid "Custom"
5236
  msgstr ""
5237
 
5238
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:232
5239
- msgctxt "The \"Find Events\" button color setting label."
5240
- msgid "Find Events Button Color"
5241
  msgstr ""
5242
 
5243
- #. translators: 1: Customizer url.
5244
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:240
5245
- msgctxt ""
5246
- "Label for option to use the accent color (default). Links to the accent "
5247
- "color setting."
5248
- msgid "Use the <a href=\"%1$s\">Accent Color</a>"
5249
  msgstr ""
5250
 
5251
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:264
5252
- msgctxt "The Events Bar background color setting label."
5253
- msgid "Background Color"
5254
  msgstr ""
5255
 
5256
- #. translators: 1: Customizer url.
5257
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:277
5258
- msgctxt ""
5259
- "Label for option to use the events background color. Links to the background "
5260
- "color setting."
5261
- msgid "Use the Calendar <a href=\"%1$s\">Background Color</a>"
5262
  msgstr ""
5263
 
5264
- #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:301
5265
- msgctxt "The Events Bar border color setting label."
5266
- msgid "Border Color"
 
 
 
5267
  msgstr ""
5268
 
5269
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:204
5270
- msgid "Select Font Family"
 
 
 
 
5271
  msgstr ""
5272
 
5273
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:209
5274
- msgid "Set Font Size"
5275
  msgstr ""
5276
 
5277
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:210
5278
- msgctxt "The description for the base font size setting."
5279
- msgid ""
5280
- "Choose a base font size. Event text will scale around the selected base size."
5281
  msgstr ""
5282
 
5283
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:248
5284
- msgctxt "Label for option to use default TEC fonts."
5285
- msgid "Default"
5286
  msgstr ""
5287
 
5288
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:253
5289
- msgctxt "Label for option to use theme fonts."
5290
- msgid "Inherit theme font(s)"
5291
  msgstr ""
5292
 
5293
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:263
5294
- msgctxt "The base font size input setting label."
5295
- msgid "By Pixel"
5296
  msgstr ""
5297
 
5298
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:279
5299
- msgctxt "The font size selector setting label."
5300
- msgid "By Scale"
 
 
 
 
5301
  msgstr ""
5302
 
5303
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:298
5304
- msgctxt "The event title color setting label."
5305
- msgid "Event Title"
5306
  msgstr ""
5307
 
5308
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:307
5309
- msgctxt "The event title color setting label."
5310
- msgid "Event Date and Time"
5311
  msgstr ""
5312
 
5313
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:312
5314
- msgctxt "The description for the event date and time color setting."
5315
- msgid "Main date and time display on views and single event pages"
5316
  msgstr ""
5317
 
5318
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:321
5319
- msgctxt "The link color setting label."
5320
- msgid "Link Color"
5321
  msgstr ""
5322
 
5323
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:334
5324
- #: src/Tribe/Views/V2/Customizer.php:102
5325
- msgid "Background Color"
5326
  msgstr ""
5327
 
5328
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:335
5329
- #: src/Tribe/Views/V2/Customizer.php:104
5330
- msgid "All calendar and event pages"
5331
  msgstr ""
5332
 
5333
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:337
5334
- msgctxt "Label for option to leave transparent (default)."
5335
- msgid "Transparent."
5336
  msgstr ""
5337
 
5338
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:342
5339
- msgctxt "Label for option to set a custom color."
5340
- msgid "Select Custom Color"
5341
  msgstr ""
5342
 
5343
- #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:356
5344
- msgctxt "The event accent color setting label."
5345
- msgid "Accent Color"
5346
  msgstr ""
5347
 
5348
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:92
5349
- msgctxt "The header for the calendar grid color control section."
5350
- msgid "Adjust Grid Colors"
5351
  msgstr ""
5352
 
5353
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:163
5354
- msgctxt "The days of the week text color setting label."
5355
- msgid "Days of the Week"
5356
  msgstr ""
5357
 
5358
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:172
5359
- msgctxt "The date marker text color setting label."
5360
- msgid "Date Marker"
5361
  msgstr ""
5362
 
5363
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:181
5364
- msgctxt "The grid background color setting label."
5365
- msgid "Grid Background"
5366
  msgstr ""
5367
 
5368
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:187
5369
- msgctxt "Label for option to leave transparent (default)."
5370
- msgid "Transparent"
5371
  msgstr ""
5372
 
5373
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:206
5374
- msgctxt "Label for tooltip background color setting."
5375
- msgid "Event Preview Background"
5376
  msgstr ""
5377
 
5378
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:211
5379
- msgctxt "The grid background color setting description."
5380
- msgid "Preview display when hovering on an event title"
5381
  msgstr ""
5382
 
5383
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:217
5384
- msgctxt "Label for option to leave white (default)."
5385
- msgid "White"
5386
  msgstr ""
5387
 
5388
- #. translators: 1: Customizer url.
5389
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:224
5390
- msgctxt ""
5391
- "Label for option to use the event background color. Links to the event "
5392
- "background color setting."
5393
- msgid "Use the <a href=\"%1$s\">General Background Color</a>"
5394
  msgstr ""
5395
 
5396
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:239
5397
- msgctxt "The grid lines color setting label."
5398
- msgid "Grid Lines Color"
5399
  msgstr ""
5400
 
5401
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:248
5402
- msgctxt "The multiday event bar color setting label."
5403
- msgid "Event Span"
5404
  msgstr ""
5405
 
5406
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:253
5407
- msgctxt "The multiday event bar color setting description."
5408
- msgid "For all-day and multi-day events"
5409
  msgstr ""
5410
 
5411
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:285
5412
- msgctxt "Day hover color setting label."
5413
- msgid "Day Hover"
5414
  msgstr ""
5415
 
5416
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:290
5417
- msgctxt "The grid hover color setting description."
5418
- msgid "Bottom border highlight when hovering on a day"
5419
  msgstr ""
5420
 
5421
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:411
5422
- msgctxt "Text used for links to the General settings section."
5423
- msgid "General"
5424
  msgstr ""
5425
 
5426
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:430
5427
- msgctxt "Text used for links to the Event Background Color setting."
5428
- msgid "General Background Color"
5429
  msgstr ""
5430
 
5431
- #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:450
5432
- msgctxt "Text used for links to the Accent Color setting."
5433
- msgid "Accent Color"
5434
  msgstr ""
5435
 
5436
- #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:53
5437
- msgid ""
5438
- "Options selected here will override what was selected in the \"Global "
5439
- "Elements\" section on Single Event views."
5440
  msgstr ""
5441
 
5442
- #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:132
5443
- #: src/Tribe/Views/V2/Customizer.php:189
5444
- msgid "Use General"
5445
  msgstr ""
5446
 
5447
- #: src/Tribe/Views/V2/Customizer.php:55 src/Tribe/Views/V2/Customizer.php:184
5448
- msgid "Event Title"
 
5449
  msgstr ""
5450
 
5451
- #: src/Tribe/Views/V2/Customizer.php:78
5452
- msgid "Event Date and Time"
 
5453
  msgstr ""
5454
 
5455
- #: src/Tribe/Views/V2/Customizer.php:79
5456
- msgid "Main date and time display on views and single event pages"
 
 
5457
  msgstr ""
5458
 
5459
- #: src/Tribe/Views/V2/Customizer.php:108
5460
- msgid "Transparent"
5461
  msgstr ""
5462
 
5463
- #: src/Tribe/Views/V2/Customizer.php:109
5464
- msgid "Select Color"
 
 
5465
  msgstr ""
5466
 
5467
- #: src/Tribe/Views/V2/Customizer.php:211
5468
- msgid "Custom Color"
 
5469
  msgstr ""
5470
 
5471
- #: src/Tribe/Views/V2/Hooks.php:568
5472
- msgid "We recommend a 16:9 aspect ratio for featured images."
 
5473
  msgstr ""
5474
 
5475
- #: src/Tribe/Views/V2/Hooks.php:645
5476
- msgid "Recommended for all sites using the updated calendar views."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5477
  msgstr ""
5478
 
5479
- #: src/Tribe/Views/V2/Hooks.php:660
5480
- msgid "The Events Calendar - View V2"
5481
  msgstr ""
5482
 
5483
- #: src/Tribe/Views/V2/Hooks.php:976
5484
- msgctxt "Capitalized label for the event website link."
5485
- msgid "View %s Website"
5486
  msgstr ""
5487
 
5488
- #: src/Tribe/Views/V2/Hooks.php:1004
5489
- msgctxt "Capitalized label for the venue website link."
5490
- msgid "View %s Website"
5491
  msgstr ""
5492
 
5493
- #: src/Tribe/Views/V2/Hooks.php:1032
5494
- msgctxt "Capitalized label for the organizer website link."
5495
- msgid "View %s Website"
5496
  msgstr ""
5497
 
5498
- #: src/Tribe/Views/V2/Hooks.php:1096
5499
- msgctxt "The default text label for the \"today\" button on the Month View."
5500
- msgid "This Month"
 
 
 
 
 
5501
  msgstr ""
5502
 
5503
- #: src/Tribe/Views/V2/Hooks.php:1116
5504
- msgctxt ""
5505
- "The default text for the 'today' button's title and aria-label on the Week "
5506
- "View."
5507
- msgid "Click to select the current month"
5508
  msgstr ""
5509
 
5510
- #: src/Tribe/Views/V2/Hooks.php:1210
5511
- msgid "Enabled"
 
5512
  msgstr ""
5513
 
5514
- #: src/Tribe/Views/V2/Hooks.php:1210
5515
- #: src/admin-views/tribe-options-general.php:182
5516
- #: src/admin-views/tribe-options-general.php:200
5517
- msgid "Disabled"
5518
  msgstr ""
5519
 
5520
- #. Translators: %1$s is the lowercase plural virtual event term.
5521
- #: src/Tribe/Views/V2/Messages.php:99
5522
- msgctxt "A message to indicate there are no upcoming events."
5523
- msgid "There are no upcoming %1$s."
5524
  msgstr ""
5525
 
5526
- #: src/Tribe/Views/V2/Messages.php:106
5527
- msgid "There were no results found for this view."
 
5528
  msgstr ""
5529
 
5530
- #. translators: the placeholder is the keyword(s), as the user entered it in
5531
- #. the bar.
5532
- #: src/Tribe/Views/V2/Messages.php:111
5533
- msgid "There were no results found for <strong>\"%1$s\"</strong>."
 
 
 
 
5534
  msgstr ""
5535
 
5536
- #. translators: the placeholder is the keyword(s), as the user entered it in
5537
- #. the bar.
5538
- #: src/Tribe/Views/V2/Messages.php:116
5539
- msgid "There were no results found for <strong>\"%1$s\"</strong> this month."
5540
  msgstr ""
5541
 
5542
- #. translators: %1$s: events (plural), %2$s: the formatted date string, e.g.
5543
- #. "February 22, 2020".
5544
- #: src/Tribe/Views/V2/Messages.php:121
5545
- msgid "No %1$s scheduled for %2$s."
5546
  msgstr ""
5547
 
5548
- #. translators: the placeholder is an html link to the next month with
5549
- #. available events.
5550
- #: src/Tribe/Views/V2/Messages.php:126
5551
- msgid "There were no results found for this view. %1$s"
 
 
 
 
 
 
 
 
 
 
5552
  msgstr ""
5553
 
5554
- #. translators: %1$s: events (plural), %2$s: the formatted date string, e.g.
5555
- #. "February 22, 2020". %3$s html link to next day with available events.
5556
- #: src/Tribe/Views/V2/Messages.php:131
5557
- msgid "No %1$s scheduled for %2$s. %3$s"
 
 
 
 
5558
  msgstr ""
5559
 
5560
- #. translators: %s: events label plural
5561
- #: src/Tribe/Views/V2/Template/Featured_Title.php:41
5562
- #: src/functions/template-tags/loop.php:148
5563
- msgctxt "featured events title"
5564
- msgid "Featured %s"
5565
  msgstr ""
5566
 
5567
- #: src/Tribe/Views/V2/Template/Title.php:123
5568
- #: src/functions/template-tags/loop.php:158
5569
- msgid "Upcoming %s"
5570
  msgstr ""
5571
 
5572
- #: src/Tribe/Views/V2/Template/Title.php:133
5573
- #: src/functions/template-tags/loop.php:175
5574
- msgid "Past %s"
5575
  msgstr ""
5576
 
5577
- #: src/Tribe/Views/V2/Template/Title.php:228
5578
- #: src/functions/template-tags/loop.php:173
5579
- msgid "%1$s for %2$s - %3$s"
5580
  msgstr ""
5581
 
5582
- #: src/Tribe/Views/V2/Template/Title.php:329
5583
- #: src/functions/template-tags/loop.php:180
5584
- msgctxt "month view"
5585
- msgid "%1$s for %2$s"
5586
  msgstr ""
5587
 
5588
- #: src/Tribe/Views/V2/Template/Title.php:356
5589
- #: src/functions/template-tags/loop.php:189
5590
- msgctxt "day_view"
5591
- msgid "%1$s for %2$s"
5592
  msgstr ""
5593
 
5594
- #: src/Tribe/Views/V2/View.php:1549
5595
- msgctxt "The default title text for the today button."
5596
- msgid "Click to select today's date"
5597
  msgstr ""
5598
 
5599
- #: src/Tribe/Views/V2/View.php:2147 src/views/v2/day/event/date/featured.php:27
5600
- #: src/views/v2/day/event/date/featured.php:32
5601
- #: src/views/v2/latest-past/event/date/featured.php:27
5602
- #: src/views/v2/latest-past/event/date/featured.php:32
5603
- #: src/views/v2/list/event/date/featured.php:27
5604
- #: src/views/v2/list/event/date/featured.php:32
5605
- #: src/views/v2/month/calendar-body/day/calendar-events/calendar-event/date/featured.php:27
5606
- #: src/views/v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/date/featured.php:27
5607
- #: src/views/v2/month/calendar-body/day/multiday-events/multiday-event/bar/featured.php:27
5608
- #: src/views/v2/month/calendar-body/day/multiday-events/multiday-event/hidden/link/featured.php:27
5609
- #: src/views/v2/month/mobile-events/mobile-day/mobile-event/date/featured.php:27
5610
- #: src/views/v2/month/mobile-events/mobile-day/mobile-event/date/featured.php:32
5611
- #: src/views/v2/widgets/widget-events-list/event/date/featured.php:25
5612
- #: src/views/v2/widgets/widget-events-list/event/date/featured.php:30
5613
- msgid "Featured"
5614
  msgstr ""
5615
 
5616
- #: src/Tribe/Views/V2/Views/Day_View.php:63
5617
- msgctxt "The text label for the Day View."
5618
- msgid "Day"
5619
  msgstr ""
5620
 
5621
- #: src/Tribe/Views/V2/Views/List_View.php:61
5622
- msgctxt "The text label for the List View."
5623
- msgid "List"
5624
  msgstr ""
5625
 
5626
- #: src/Tribe/Views/V2/Views/Month_View.php:81
5627
- msgctxt "The text label for the Month View."
5628
- msgid "Month"
5629
  msgstr ""
5630
 
5631
- #: src/Tribe/Views/V2/Views/Month_View.php:760
5632
- msgctxt ""
5633
- "A message shown in the mobile version when a day without events is selected."
5634
- msgid "There are no events on this day."
5635
  msgstr ""
5636
 
5637
- #: src/Tribe/Views/V2/Views/Traits/List_Behavior.php:51
5638
- msgctxt "The datepicker label when the range start is now."
5639
- msgid "Now"
5640
  msgstr ""
5641
 
5642
- #. translators: the placeholder is for the date range start, e.g. "Now" or
5643
- #. "October 23".
5644
- #: src/Tribe/Views/V2/Views/Traits/List_Behavior.php:160
5645
- msgctxt "The datepicker range definition when no events are found."
5646
- msgid "%s onwards"
5647
  msgstr ""
5648
 
5649
- #. translators: the placeholder is for the date range start, e.g. "Now" or
5650
- #. "1/1/2020".
5651
- #: src/Tribe/Views/V2/Views/Traits/List_Behavior.php:166
5652
- msgctxt ""
5653
- "The datepicker range definition when no events are found (for mobile)."
5654
- msgid "%s onwards"
5655
  msgstr ""
5656
 
5657
- #: src/Tribe/Views/V2/Views/Traits/List_Behavior.php:181
5658
- msgctxt "The datepicker range definition when no more pages of events exist."
5659
- msgid "Upcoming"
5660
  msgstr ""
5661
 
5662
- #. translators: 1: opening href tag 2: event label plural 3: closing href tag
5663
- #: src/Tribe/Views/V2/Views/Traits/With_Fast_Forward_Link.php:75
5664
- msgid "Jump to the %1$snext upcoming %2$s%3$s."
5665
  msgstr ""
5666
 
5667
- #. translators: %s: Events (plural).
5668
- #: src/Tribe/Views/V2/Views/Traits/iCal_Data.php:82
5669
- msgid "Export %s"
5670
  msgstr ""
5671
 
5672
- #: src/Tribe/Views/V2/Views/Traits/iCal_Data.php:87 src/Tribe/iCal.php:195
5673
- msgid ""
5674
- "Use this to share calendar data with Google Calendar, Apple iCal and other "
5675
- "compatible apps"
5676
  msgstr ""
5677
 
5678
- #. Translators: 1: plural lowercase event term
5679
- #: src/Tribe/Views/V2/Views/Widgets/Widget_View.php:77
5680
- msgid "View more %1$s."
5681
  msgstr ""
5682
 
5683
- #: src/Tribe/Views/V2/Widgets/Widget_List.php:73
5684
- msgctxt "The name of the List Widget."
5685
- msgid "Events List"
5686
  msgstr ""
5687
 
5688
- #: src/Tribe/Views/V2/Widgets/Widget_List.php:81
5689
- msgctxt "The description of the List Widget."
5690
- msgid "Shows a list of upcoming events."
5691
  msgstr ""
5692
 
5693
- #: src/Tribe/Views/V2/Widgets/Widget_List.php:102
5694
- msgctxt "The default title of the List Widget."
5695
- msgid "Upcoming Events"
5696
  msgstr ""
5697
 
5698
- #: src/Tribe/Views/V2/Widgets/Widget_List.php:164
5699
- msgctxt "The label for the field of the title of the List Widget."
5700
- msgid "Title:"
5701
  msgstr ""
5702
 
5703
- #: src/Tribe/Views/V2/Widgets/Widget_List.php:168
5704
- msgctxt "The label for the amount of events to show in the List Widget."
5705
- msgid "Show:"
5706
  msgstr ""
5707
 
5708
- #: src/Tribe/Views/V2/Widgets/Widget_List.php:176
5709
- msgctxt ""
5710
- "The label for the option to hide the List Widget if no upcoming events."
5711
- msgid "Hide this widget if there are no upcoming events."
5712
  msgstr ""
5713
 
5714
- #: src/Tribe/Views/V2/Widgets/Widget_List.php:180
5715
- msgctxt ""
5716
- "The label for the option to only show featured events in the List Widget"
5717
- msgid "Limit to featured events only"
5718
  msgstr ""
5719
 
5720
- #: src/Tribe/Views/V2/Widgets/Widget_List.php:184
5721
- msgctxt "The label for the option to enable JSON-LD in the List Widget."
5722
- msgid "Generate JSON-LD data"
5723
  msgstr ""
5724
 
5725
- #: src/Tribe/Views/V2/iCalendar/Links/Google_Calendar.php:41
5726
- #: src/Tribe/iCal.php:141
5727
- msgid "Add to Google Calendar"
5728
  msgstr ""
5729
 
5730
- #: src/Tribe/Views/V2/iCalendar/Links/Google_Calendar.php:235
5731
- msgctxt ""
5732
- "Link to full description. %1$s: pre=translated event term. %2$s: event url."
5733
- msgid " (View Full %1$s Description Here: %2$s)"
5734
  msgstr ""
5735
 
5736
- #: src/Tribe/Views/V2/iCalendar/Links/Outlook_Export.php:31
5737
- msgid "Export Outlook .ics file"
5738
  msgstr ""
5739
 
5740
- #: src/Tribe/Views/V2/iCalendar/Links/iCal.php:35 src/Tribe/iCal.php:142
5741
- msgid "Add to iCalendar"
5742
  msgstr ""
5743
 
5744
- #: src/Tribe/Views/V2/iCalendar/Links/iCalendar_Export.php:31
5745
- msgid "Export .ics file"
5746
  msgstr ""
5747
 
5748
- #: src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php:103
5749
- msgid "(View Full %1$s Description Here: %2$s)"
5750
  msgstr ""
5751
 
5752
- #: src/Tribe/iCal.php:65
5753
- msgctxt "feed link"
5754
- msgid "&raquo;"
5755
  msgstr ""
5756
 
5757
- #: src/Tribe/iCal.php:66
5758
- msgid "%1$s %2$s iCal Feed"
5759
  msgstr ""
5760
 
5761
- #: src/Tribe/iCal.php:142
5762
- msgid "Download .ics file"
5763
  msgstr ""
5764
 
5765
- #: src/Tribe/iCal.php:194
5766
- msgid "Export Events"
5767
  msgstr ""
5768
 
5769
- #: src/Tribe/iCal.php:472
5770
- msgctxt "iCal feed description"
5771
- msgid "Events for %s"
5772
  msgstr ""
5773
 
5774
- #. translators: the placeholder will contain the semantic version of The Events
5775
- #. Calenda plugin, e.g. 1.2.3
5776
- #: src/admin-views/admin-update-message.php:12
5777
- msgid "You are running Version %s and deserve a hug :-)"
5778
  msgstr ""
5779
 
5780
- #: src/admin-views/admin-update-message.php:36
5781
- msgid "Keep the Core Plugin %sFREE%s!"
5782
  msgstr ""
5783
 
5784
- #: src/admin-views/admin-update-message.php:37
5785
- msgid ""
5786
- "Every time you rate %s5 stars%s, a fairy is born. Okay maybe not, but more "
5787
- "happy users mean more contributions and help on the forums. The community "
5788
- "NEEDS your voice."
5789
  msgstr ""
5790
 
5791
- #: src/admin-views/admin-update-message.php:38
5792
- msgid "Rate It"
5793
  msgstr ""
5794
 
5795
- #: src/admin-views/admin-update-message.php:41
5796
- msgid "PSST... Want a Discount?"
5797
  msgstr ""
5798
 
5799
- #: src/admin-views/admin-update-message.php:42
5800
- msgid "We send out discounts to our core users via our newsletter."
5801
  msgstr ""
5802
 
5803
- #: src/admin-views/admin-update-message.php:47
5804
- msgid "Add me to the list"
5805
  msgstr ""
5806
 
5807
- #: src/admin-views/admin-update-message.php:52
5808
- #: src/admin-views/admin-welcome-message.php:113
5809
- msgid "Sign Up"
5810
  msgstr ""
5811
 
5812
- #: src/admin-views/admin-update-message.php:59
5813
- msgid "Looking for Something Special?"
5814
  msgstr ""
5815
 
5816
- #: src/admin-views/admin-update-message.php:61
5817
- msgid "Pro"
 
5818
  msgstr ""
5819
 
5820
- #: src/admin-views/admin-update-message.php:62
5821
- msgid "Tickets"
5822
  msgstr ""
5823
 
5824
- #: src/admin-views/admin-update-message.php:63
5825
- msgid "Community Events"
 
5826
  msgstr ""
5827
 
5828
- #: src/admin-views/admin-update-message.php:65
5829
- #: src/admin-views/aggregator/settings.php:719
5830
- #: src/admin-views/aggregator/settings.php:759
5831
- msgid "Imports"
5832
  msgstr ""
5833
 
5834
- #: src/admin-views/admin-update-message.php:68
5835
- msgid "News For Events Users"
5836
  msgstr ""
5837
 
5838
- #: src/admin-views/admin-welcome-message.php:14
5839
- #: src/admin-views/admin-welcome-message.php:20
5840
- #: src/admin-views/updates/6.0.0.php:18
5841
- msgid "Shapes and lines for visual interest"
5842
  msgstr ""
5843
 
5844
- #: src/admin-views/admin-welcome-message.php:27
5845
- #: src/admin-views/aggregator/origins/csv.php:88
5846
- #: src/admin-views/aggregator/origins/csv.php:97
5847
- #: src/admin-views/updates/6.0.0.php:25
5848
- msgid "The Events Calendar logo"
5849
  msgstr ""
5850
 
5851
- #: src/admin-views/admin-welcome-message.php:30
5852
- msgid ""
5853
- "Thanks for installing The Events Calendar! Here are some handy resources for "
5854
- "getting started with our plugins."
5855
  msgstr ""
5856
 
5857
- #: src/admin-views/admin-welcome-message.php:34
5858
- msgid "Quick Links:"
 
5859
  msgstr ""
5860
 
5861
- #: src/admin-views/admin-welcome-message.php:36
5862
- msgid "Configure Settings"
 
5863
  msgstr ""
5864
 
5865
- #: src/admin-views/admin-welcome-message.php:37
5866
- msgid "Create an Event"
 
5867
  msgstr ""
5868
 
5869
- #: src/admin-views/admin-welcome-message.php:38
5870
- msgid "View My Calendar"
5871
  msgstr ""
5872
 
5873
- #: src/admin-views/admin-welcome-message.php:42
5874
- msgid "Helpful Resources"
 
 
 
 
 
5875
  msgstr ""
5876
 
5877
- #: src/admin-views/admin-welcome-message.php:49
5878
- msgid "illustration of a book with The Events Calendar logo"
 
5879
  msgstr ""
5880
 
5881
- #: src/admin-views/admin-welcome-message.php:51
5882
- msgid "Getting Started Guide"
5883
  msgstr ""
5884
 
5885
- #: src/admin-views/admin-welcome-message.php:52
5886
- msgid "New to The Events Calendar? Here's everything you need to get started."
5887
  msgstr ""
5888
 
5889
- #: src/admin-views/admin-welcome-message.php:53
5890
- msgid "Check out the guide"
 
5891
  msgstr ""
5892
 
5893
- #: src/admin-views/admin-welcome-message.php:59
5894
- msgid "illustration of a thought lightbulb coming from a book"
 
5895
  msgstr ""
5896
 
5897
- #: src/admin-views/admin-welcome-message.php:61
5898
- msgid "Knowledgebase"
5899
  msgstr ""
5900
 
5901
- #: src/admin-views/admin-welcome-message.php:62
5902
- msgid ""
5903
- "Ready to dig deeper? Our Knowledgebase can help you get the most out of The "
5904
- "Events Calendar suite."
5905
  msgstr ""
5906
 
5907
- #: src/admin-views/admin-welcome-message.php:63
5908
- msgid "Dig deeper"
5909
  msgstr ""
5910
 
5911
- #: src/admin-views/admin-welcome-message.php:69
5912
- msgid "illustration of characters being translated"
5913
  msgstr ""
5914
 
5915
- #: src/admin-views/admin-welcome-message.php:71
5916
- msgid "Translations"
5917
  msgstr ""
5918
 
5919
- #: src/admin-views/admin-welcome-message.php:72
5920
- msgid "Need a language other than English? We've got you covered here."
5921
  msgstr ""
5922
 
5923
- #: src/admin-views/admin-welcome-message.php:73
5924
- #: src/admin-views/aggregator/banners/eventbrite-upsell.php:17
5925
- #: src/admin-views/notices/update-6-0-0.php:29
5926
- #: src/admin-views/updates/6.0.0.php:66 src/admin-views/updates/6.0.0.php:100
5927
- msgid "Learn more"
5928
  msgstr ""
5929
 
5930
- #: src/admin-views/admin-welcome-message.php:80
5931
- msgid "illustration of a phone screen with a person's face"
5932
  msgstr ""
5933
 
5934
- #: src/admin-views/admin-welcome-message.php:82
5935
- msgid "Virtual Event Resources"
5936
  msgstr ""
5937
 
5938
- #: src/admin-views/admin-welcome-message.php:83
5939
- msgid ""
5940
- "Tips and tools to help with planning online events, webinars, and more on "
5941
- "WordPress and beyond."
5942
  msgstr ""
5943
 
5944
- #: src/admin-views/admin-welcome-message.php:84
5945
- msgid "Get started with online events"
 
5946
  msgstr ""
5947
 
5948
- #: src/admin-views/admin-welcome-message.php:91
5949
- msgid "illustration of an event moving from one calendar to another"
 
5950
  msgstr ""
5951
 
5952
- #: src/admin-views/admin-welcome-message.php:93
5953
- msgid "Migrating events from another calendar?"
5954
  msgstr ""
5955
 
5956
- #: src/admin-views/admin-welcome-message.php:94
5957
- msgid "We can help with that"
 
5958
  msgstr ""
5959
 
5960
- #: src/admin-views/admin-welcome-message.php:100
5961
- msgid "book with The Events Calendar logo"
5962
  msgstr ""
5963
 
5964
- #: src/admin-views/admin-welcome-message.php:102
5965
- msgid "Want to take your events to the next level?"
5966
  msgstr ""
5967
 
5968
- #: src/admin-views/admin-welcome-message.php:103
5969
- msgid "Check out our suite of add-ons"
5970
  msgstr ""
5971
 
5972
- #: src/admin-views/admin-welcome-message.php:107
5973
- msgid "Want this emailed to you?"
5974
  msgstr ""
5975
 
5976
- #: src/admin-views/admin-welcome-message.php:108
5977
- msgid ""
5978
- "Keep this list of links on hand and stay subscribed to receive tips and "
5979
- "tricks about The Events Calendar products."
5980
  msgstr ""
5981
 
5982
- #: src/admin-views/admin-welcome-message.php:111
5983
- msgid "Your email"
5984
  msgstr ""
5985
 
5986
- #: src/admin-views/admin-welcome-message.php:125
5987
- msgid "The Events Calendar brand logo"
5988
  msgstr ""
5989
 
5990
- #: src/admin-views/aggregator/banners/eventbrite-upsell.php:14
5991
- msgid "Do more with Eventbrite Tickets"
5992
  msgstr ""
5993
 
5994
- #: src/admin-views/aggregator/fields/schedule.php:3
5995
- msgid "Schedule:"
5996
  msgstr ""
5997
 
5998
- #: src/admin-views/aggregator/fields/schedule.php:32
5999
- msgid "Import runs daily at approximately"
6000
  msgstr ""
6001
 
6002
- #: src/admin-views/aggregator/fields/schedule.php:38
6003
- msgid "Import runs weekly on"
6004
  msgstr ""
6005
 
6006
- #: src/admin-views/aggregator/fields/schedule.php:43
6007
- #: src/admin-views/aggregator/fields/schedule.php:61
6008
- msgid "Day"
6009
  msgstr ""
6010
 
6011
- #: src/admin-views/aggregator/fields/schedule.php:50
6012
- #: src/admin-views/aggregator/fields/schedule.php:68
6013
- msgid "at approximately"
6014
  msgstr ""
6015
 
6016
- #: src/admin-views/aggregator/fields/schedule.php:56
6017
- msgid "Import runs monthly on day"
6018
  msgstr ""
6019
 
6020
- #: src/admin-views/aggregator/fields/schedule.php:79
6021
- #: src/admin-views/events-meta-box.php:101
6022
- #: src/admin-views/events-meta-box.php:116
6023
- msgid "HH:MM"
6024
  msgstr ""
6025
 
6026
- #: src/admin-views/aggregator/meta-box.php:2
6027
- msgid "Origin:"
6028
  msgstr ""
6029
 
6030
- #: src/admin-views/aggregator/meta-box.php:9
6031
- msgid "Last Import:"
6032
  msgstr ""
6033
 
6034
- #: src/admin-views/aggregator/meta-box.php:23
6035
- #: src/admin-views/aggregator/meta-box.php:46
6036
- msgid ""
6037
- "If this event is re-imported, event fields will be overwritten with any "
6038
- "changes from the source."
6039
  msgstr ""
6040
 
6041
- #: src/admin-views/aggregator/meta-box.php:29
6042
- msgid ""
6043
- "If this event is re-imported, event fields that have not been changed "
6044
- "locally will be overwritten with any changes from the source."
6045
  msgstr ""
6046
 
6047
- #: src/admin-views/aggregator/meta-box.php:36
6048
- msgid ""
6049
- "This event will not be re-imported and changes made locally will be "
6050
- "preserved."
6051
  msgstr ""
6052
 
6053
- #: src/admin-views/aggregator/meta-box.php:56
6054
- msgid "Change Event Update Authority"
6055
  msgstr ""
6056
 
6057
- #: src/admin-views/aggregator/origins/csv.php:4
6058
- msgid "Content Type:"
6059
  msgstr ""
6060
 
6061
- #: src/admin-views/aggregator/origins/csv.php:5
6062
- msgid "Select Content Type"
6063
  msgstr ""
6064
 
6065
- #: src/admin-views/aggregator/origins/csv.php:6
6066
- msgid "Specify the type of content you wish to import, e.g. events."
 
6067
  msgstr ""
6068
 
6069
- #: src/admin-views/aggregator/origins/csv.php:8
6070
- msgid ""
6071
- "For the best results, import venue and organizer files before importing "
6072
- "event files."
6073
  msgstr ""
6074
 
6075
- #: src/admin-views/aggregator/origins/csv.php:40
6076
- #: src/admin-views/aggregator/origins/ics.php:5
6077
- msgid "Choose File:"
6078
  msgstr ""
6079
 
6080
- #: src/admin-views/aggregator/origins/csv.php:41
6081
- msgid "Choose a CSV file"
6082
  msgstr ""
6083
 
6084
- #: src/admin-views/aggregator/origins/csv.php:42
6085
- msgid ""
6086
- "Select your .CSV file from the WordPress media library. You may need to "
6087
- "first upload the file from your computer to the library."
6088
  msgstr ""
6089
 
6090
- #: src/admin-views/aggregator/origins/csv.php:43
6091
- #: src/admin-views/aggregator/origins/ics.php:9
6092
- msgid "Upload"
6093
  msgstr ""
6094
 
6095
- #: src/admin-views/aggregator/origins/csv.php:44
6096
- msgid "Upload a CSV File"
6097
  msgstr ""
6098
 
6099
- #: src/admin-views/aggregator/origins/csv.php:69
6100
- #: src/admin-views/aggregator/origins/ics.php:35
6101
- msgid "No file chosen"
6102
  msgstr ""
6103
 
6104
- #: src/admin-views/aggregator/origins/csv.php:77
6105
- #: src/admin-views/aggregator/origins/eventbrite.php:219
6106
- #: src/admin-views/aggregator/origins/gcal.php:123
6107
- #: src/admin-views/aggregator/origins/ical.php:119
6108
- #: src/admin-views/aggregator/origins/ics.php:58
6109
- #: src/admin-views/aggregator/origins/meetup.php:148
6110
- #: src/admin-views/aggregator/origins/url.php:127
6111
- #: src/deprecated/facebook.php:147
6112
- msgid "Preview"
6113
  msgstr ""
6114
 
6115
- #: src/admin-views/aggregator/origins/csv.php:83
6116
- msgid "Need assistance? You can find more information here:"
6117
  msgstr ""
6118
 
6119
- #: src/admin-views/aggregator/origins/csv.php:91
6120
- msgid "Importing Calendar Data From a CSV File"
6121
  msgstr ""
6122
 
6123
- #: src/admin-views/aggregator/origins/csv.php:100
6124
- msgid "CSV File Formatting and Examples "
 
6125
  msgstr ""
6126
 
6127
- #: src/admin-views/aggregator/origins/eventbrite.php:6
6128
- #: src/admin-views/aggregator/origins/gcal.php:5
6129
- #: src/admin-views/aggregator/origins/ical.php:5
6130
- #: src/admin-views/aggregator/origins/meetup.php:5
6131
- #: src/admin-views/aggregator/origins/url.php:7 src/deprecated/facebook.php:8
6132
- msgid "Import Type:"
6133
  msgstr ""
6134
 
6135
- #: src/admin-views/aggregator/origins/eventbrite.php:7
6136
- #: src/admin-views/aggregator/origins/gcal.php:6
6137
- #: src/admin-views/aggregator/origins/ical.php:6
6138
- #: src/admin-views/aggregator/origins/meetup.php:6
6139
- #: src/admin-views/aggregator/origins/url.php:8 src/deprecated/facebook.php:9
6140
- msgid "Select Import Type"
6141
  msgstr ""
6142
 
6143
- #: src/admin-views/aggregator/origins/eventbrite.php:8
6144
- msgid ""
6145
- "One-time imports include all currently listed events, while scheduled "
6146
- "imports automatically grab new events and updates from Eventbrite on a set "
6147
- "schedule. Single events can be added via a one-time import."
6148
  msgstr ""
6149
 
6150
- #: src/admin-views/aggregator/origins/eventbrite.php:16
6151
- msgid "Import from Eventbrite"
 
 
6152
  msgstr ""
6153
 
6154
- #: src/admin-views/aggregator/origins/eventbrite.php:18
6155
- #: src/admin-views/aggregator/origins/eventbrite.php:137
6156
- msgid "Import from your Eventbrite account"
 
 
 
6157
  msgstr ""
6158
 
6159
- #: src/admin-views/aggregator/origins/eventbrite.php:20
6160
- #: src/admin-views/aggregator/origins/gcal.php:15
6161
- #: src/admin-views/aggregator/origins/ical.php:15
6162
- #: src/admin-views/aggregator/origins/meetup.php:15
6163
- #: src/admin-views/aggregator/origins/url.php:14 src/deprecated/facebook.php:15
6164
- msgid "Select how often you would like events to be automatically imported."
6165
  msgstr ""
6166
 
6167
- #: src/admin-views/aggregator/origins/eventbrite.php:41
6168
- msgid "Please log in to enable event imports from Eventbrite."
 
 
6169
  msgstr ""
6170
 
6171
- #: src/admin-views/aggregator/origins/eventbrite.php:47
6172
- msgid "Log into Eventbrite"
 
 
6173
  msgstr ""
6174
 
6175
- #: src/admin-views/aggregator/origins/eventbrite.php:60
6176
- #: src/admin-views/aggregator/origins/eventbrite.php:71
6177
- #: src/admin-views/aggregator/origins/gcal.php:31
6178
- #: src/admin-views/aggregator/origins/gcal.php:42
6179
- #: src/admin-views/aggregator/origins/ical.php:31
6180
- #: src/admin-views/aggregator/origins/ical.php:42
6181
- #: src/admin-views/aggregator/origins/meetup.php:63
6182
- #: src/admin-views/aggregator/origins/meetup.php:75
6183
- #: src/admin-views/aggregator/origins/url.php:27
6184
- #: src/admin-views/aggregator/origins/url.php:38 src/deprecated/facebook.php:55
6185
- #: src/deprecated/facebook.php:67
6186
- msgid "Scheduled Import"
6187
  msgstr ""
6188
 
6189
- #: src/admin-views/aggregator/origins/eventbrite.php:70
6190
- #: src/admin-views/aggregator/origins/gcal.php:41
6191
- #: src/admin-views/aggregator/origins/ical.php:41
6192
- #: src/admin-views/aggregator/origins/meetup.php:74
6193
- #: src/admin-views/aggregator/origins/url.php:37 src/deprecated/facebook.php:66
6194
- msgid "One-Time Import"
6195
  msgstr ""
6196
 
6197
- #: src/admin-views/aggregator/origins/eventbrite.php:124
6198
- msgid "Import Source"
 
 
 
 
6199
  msgstr ""
6200
 
6201
- #: src/admin-views/aggregator/origins/eventbrite.php:125
6202
- msgid "Select Source"
 
 
6203
  msgstr ""
6204
 
6205
- #: src/admin-views/aggregator/origins/eventbrite.php:128
6206
- msgid ""
6207
- "Import events directly from a public Eventbrite.com URL. Please note that "
6208
- "only Live events (i.e. published events) can be imported via URL."
6209
  msgstr ""
6210
 
6211
- #: src/admin-views/aggregator/origins/eventbrite.php:130
6212
- msgid ""
6213
- "Import events directly from your connected Eventbrite.com account or from a "
6214
- "public Eventbrite.com URL."
6215
  msgstr ""
6216
 
6217
- #: src/admin-views/aggregator/origins/eventbrite.php:144
6218
- msgid "Import from Eventbrite URL"
 
 
 
 
 
 
 
6219
  msgstr ""
6220
 
6221
- #: src/admin-views/aggregator/origins/eventbrite.php:178
6222
- #: src/admin-views/aggregator/origins/gcal.php:90
6223
- #: src/admin-views/aggregator/origins/ical.php:90
6224
- #: src/admin-views/aggregator/origins/meetup.php:123
6225
- #: src/admin-views/aggregator/origins/url.php:90
6226
- #: src/admin-views/events-meta-box.php:184 src/deprecated/facebook.php:119
6227
- msgid "URL:"
6228
  msgstr ""
6229
 
6230
- #: src/admin-views/aggregator/origins/eventbrite.php:179
6231
- msgid "eventbrite.com/e/example-12345"
 
 
 
 
 
6232
  msgstr ""
6233
 
6234
- #: src/admin-views/aggregator/origins/eventbrite.php:180
6235
- msgid ""
6236
- "Enter an Eventbrite event URL, e.g. https://www.eventbrite.com/e/"
6237
- "example-12345"
6238
  msgstr ""
6239
 
6240
- #: src/admin-views/aggregator/origins/eventbrite.php:209
6241
- msgid "Invalid Eventbrite URL"
6242
  msgstr ""
6243
 
6244
- #: src/admin-views/aggregator/origins/gcal.php:7
6245
- #: src/admin-views/aggregator/origins/ical.php:7
6246
- msgid ""
6247
- "One-time imports include all events in the current feed, while scheduled "
6248
- "imports automatically grab new events and updates from the feed on a set "
6249
- "schedule."
6250
  msgstr ""
6251
 
6252
- #: src/admin-views/aggregator/origins/gcal.php:14
6253
- #: src/admin-views/aggregator/origins/ical.php:14
6254
- #: src/admin-views/aggregator/origins/meetup.php:14
6255
- #: src/admin-views/aggregator/origins/url.php:13 src/deprecated/facebook.php:14
6256
- msgid "Select Frequency"
6257
  msgstr ""
6258
 
6259
- #: src/admin-views/aggregator/origins/gcal.php:91
6260
- msgid "https://calendar.google.com/calendar/ical/example/basic.ics"
6261
  msgstr ""
6262
 
6263
- #: src/admin-views/aggregator/origins/gcal.php:92
6264
- msgid "Enter the url for the Google Calendar feed you wish to import."
6265
  msgstr ""
6266
 
6267
- #: src/admin-views/aggregator/origins/gcal.php:94
6268
- msgid "You can find the url you need in your Google Calendar settings."
6269
  msgstr ""
6270
 
6271
- #: src/admin-views/aggregator/origins/gcal.php:96
6272
- msgid ""
6273
- "Go to Settings &gt; Calendars and select the calendar you wish to import."
6274
  msgstr ""
6275
 
6276
- #: src/admin-views/aggregator/origins/gcal.php:97
6277
- msgid ""
6278
- "Scroll down to Calendar Address and click the iCal button (note: if your "
6279
- "calendar is private, you'll need to click the iCal button next to the "
6280
- "Private Address header instead)."
6281
  msgstr ""
6282
 
6283
- #: src/admin-views/aggregator/origins/gcal.php:98
6284
- msgid ""
6285
- "Copy the provided url into this field to import the events into your "
6286
- "WordPress site."
6287
  msgstr ""
6288
 
6289
- #: src/admin-views/aggregator/origins/gcal.php:126
6290
- #: src/admin-views/aggregator/origins/ical.php:122
6291
- #: src/admin-views/aggregator/origins/ics.php:61
6292
- #: src/admin-views/aggregator/origins/url.php:130
6293
- #: src/admin-views/aggregator/tabs/import-form.php:310
6294
- msgid "Cancel"
6295
  msgstr ""
6296
 
6297
- #: src/admin-views/aggregator/origins/ical.php:91
6298
- msgid "example.com/url.ics"
6299
  msgstr ""
6300
 
6301
- #: src/admin-views/aggregator/origins/ical.php:92
6302
- msgid ""
6303
- "Enter the url for the iCalendar feed you wish to import, e.g. https://"
6304
- "central.wordcamp.org/calendar.ics"
6305
  msgstr ""
6306
 
6307
- #: src/admin-views/aggregator/origins/ics.php:6
6308
- msgid "Choose File"
 
 
6309
  msgstr ""
6310
 
6311
- #: src/admin-views/aggregator/origins/ics.php:7
6312
- msgid ""
6313
- "Select your ICS file from the WordPress media library. You may need to first "
6314
- "upload the file from your computer to the library."
6315
  msgstr ""
6316
 
6317
- #: src/admin-views/aggregator/origins/ics.php:10
6318
- msgid "Upload an ICS File"
6319
  msgstr ""
6320
 
6321
- #: src/admin-views/aggregator/origins/limit.php:16
6322
- msgid ""
6323
- "Event Aggregator will try to fetch %s events starting from the current date "
6324
- "or the specified date;"
6325
  msgstr ""
6326
 
6327
- #: src/admin-views/aggregator/origins/limit.php:29
6328
- #: src/admin-views/aggregator/origins/url.php:97
6329
- msgid ""
6330
- "Event Aggregator will try to fetch events starting within the next %s from "
6331
- "the current date or the specified date;"
6332
  msgstr ""
6333
 
6334
- #: src/admin-views/aggregator/origins/limit.php:39
6335
- #: src/admin-views/aggregator/origins/url.php:99
6336
- msgid "you can modify this setting here."
6337
  msgstr ""
6338
 
6339
- #: src/admin-views/aggregator/origins/meetup.php:7
6340
- msgid ""
6341
- "One-time imports include all currently listed events, while scheduled "
6342
- "imports automatically grab new events and updates from Meetup on a set "
6343
- "schedule. Single events can be added via a one-time import."
6344
  msgstr ""
6345
 
6346
- #: src/admin-views/aggregator/origins/meetup.php:40
6347
- msgid "Please log in to enable event imports from Meetup."
6348
  msgstr ""
6349
 
6350
- #: src/admin-views/aggregator/origins/meetup.php:47
6351
- msgid "Log into Meetup"
 
6352
  msgstr ""
6353
 
6354
- #: src/admin-views/aggregator/origins/meetup.php:124
6355
- msgid "meetup.com/example"
 
6356
  msgstr ""
6357
 
6358
- #: src/admin-views/aggregator/origins/meetup.php:125
6359
- msgid ""
6360
- "Enter the url for a Meetup group, page, or individual. You can also enter "
6361
- "the url of a single Meetup event."
6362
  msgstr ""
6363
 
6364
- #: src/admin-views/aggregator/origins/meetup.php:140
6365
- msgid "Invalid Meetup URL"
6366
  msgstr ""
6367
 
6368
- #: src/admin-views/aggregator/origins/refine.php:3
6369
- msgid "Keyword(s)"
6370
  msgstr ""
6371
 
6372
- #: src/admin-views/aggregator/origins/refine.php:5
6373
- msgid "Location"
6374
  msgstr ""
6375
 
6376
- #: src/admin-views/aggregator/origins/refine.php:7
6377
- msgid "Date"
6378
  msgstr ""
6379
 
6380
- #: src/admin-views/aggregator/origins/refine.php:9
6381
- msgctxt "Radius with abbreviation"
6382
- msgid "Radius (%s)"
6383
  msgstr ""
6384
 
6385
- #: src/admin-views/aggregator/origins/refine.php:21
6386
- msgid ""
6387
- "Use the filters to narrow down which events are fetched from your ICS file."
6388
  msgstr ""
6389
 
6390
- #: src/admin-views/aggregator/origins/refine.php:25
6391
- msgid ""
6392
- "Use the filters to narrow down which events are fetched from this Google "
6393
- "Calendar."
6394
  msgstr ""
6395
 
6396
- #: src/admin-views/aggregator/origins/refine.php:29
6397
- msgid "Use the filters to narrow down which events are fetched from this site."
6398
  msgstr ""
6399
 
6400
- #: src/admin-views/aggregator/origins/refine.php:33
6401
- msgid ""
6402
- "Use the filters to narrow down which events are fetched from Eventbrite."
6403
  msgstr ""
6404
 
6405
- #: src/admin-views/aggregator/origins/refine.php:49
6406
- msgid ""
6407
- "Use the filters to narrow down which events are fetched from this iCalendar "
6408
- "feed."
6409
  msgstr ""
6410
 
6411
- #: src/admin-views/aggregator/origins/refine.php:74
6412
- msgid "Refine:"
6413
  msgstr ""
6414
 
6415
- #: src/admin-views/aggregator/origins/refine.php:104
6416
- msgid "Start date for Eventbrite Tickets is Required"
6417
  msgstr ""
6418
 
6419
- #: src/admin-views/aggregator/origins/refine.php:112
6420
- msgid "Events on or after"
6421
  msgstr ""
6422
 
6423
- #: src/admin-views/aggregator/origins/url.php:9
6424
- msgid ""
6425
- "One-time imports include currently listed upcoming events, while scheduled "
6426
- "imports automatically grab new events and updates from this url on a set "
6427
- "schedule."
6428
  msgstr ""
6429
 
6430
- #: src/admin-views/aggregator/origins/url.php:91
6431
- msgid "example.com/"
6432
  msgstr ""
6433
 
6434
- #: src/admin-views/aggregator/origins/url.php:92
6435
- msgid ""
6436
- "Enter the url for the calendar, website, or event you would like to import. "
6437
- "Event Aggregator will attempt to import events at that location."
6438
  msgstr ""
6439
 
6440
- #: src/admin-views/aggregator/settings.php:9
6441
- msgid "Use global import settings"
6442
  msgstr ""
6443
 
6444
- #: src/admin-views/aggregator/settings.php:19
6445
- msgid "No default category"
 
6446
  msgstr ""
6447
 
6448
- #: src/admin-views/aggregator/settings.php:28
6449
- msgid "None"
6450
  msgstr ""
6451
 
6452
- #: src/admin-views/aggregator/settings.php:40
6453
- msgid "No"
6454
  msgstr ""
6455
 
6456
- #: src/admin-views/aggregator/settings.php:41
6457
- msgid "Yes"
6458
  msgstr ""
6459
 
6460
- #: src/admin-views/aggregator/settings.php:49
6461
- #: src/admin-views/aggregator/settings.php:59
6462
- msgid "Event Update Authority"
6463
  msgstr ""
6464
 
6465
- #: src/admin-views/aggregator/settings.php:54
6466
- msgid ""
6467
- "You can make changes to imported events via The Events Calendar and see "
6468
- "those changes reflected on your site’s calendar. The owner of the original "
6469
- "event source (e.g. the iCalendar feed or Meetup group) might also make "
6470
- "changes to their event. If you choose to re-import an altered event "
6471
- "(manually or via a scheduled import), any changes made at the source or on "
6472
- "your calendar will need to be addressed."
6473
  msgstr ""
6474
 
6475
- #: src/admin-views/aggregator/settings.php:64
6476
- msgid "Overwrite my event with any changes from the original source."
6477
  msgstr ""
6478
 
6479
- #: src/admin-views/aggregator/settings.php:65
6480
- msgid "Do not re-import events. Changes made locally will be preserved."
6481
  msgstr ""
6482
 
6483
- #: src/admin-views/aggregator/settings.php:66
6484
- msgid "Import events but preserve local changes to event fields."
6485
  msgstr ""
6486
 
6487
- #: src/admin-views/aggregator/settings.php:75
6488
- msgid "CSV Import Settings"
6489
  msgstr ""
6490
 
6491
- #: src/admin-views/aggregator/settings.php:80
6492
- #: src/admin-views/aggregator/settings.php:142
6493
- #: src/admin-views/aggregator/settings.php:250
6494
- #: src/admin-views/aggregator/settings.php:294
6495
- #: src/admin-views/aggregator/settings.php:338
6496
- #: src/admin-views/aggregator/settings.php:394
6497
- #: src/admin-views/aggregator/settings.php:438
6498
- #: src/admin-views/aggregator/settings.php:517
6499
- msgid "Default Status"
6500
  msgstr ""
6501
 
6502
- #: src/admin-views/aggregator/settings.php:81
6503
- msgid "The default post status for events imported via CSV"
6504
  msgstr ""
6505
 
6506
- #: src/admin-views/aggregator/settings.php:92
6507
- #: src/admin-views/aggregator/settings.php:154
6508
- #: src/admin-views/aggregator/settings.php:262
6509
- #: src/admin-views/aggregator/settings.php:306
6510
- #: src/admin-views/aggregator/settings.php:350
6511
- #: src/admin-views/aggregator/settings.php:406
6512
- #: src/admin-views/aggregator/settings.php:450
6513
- #: src/admin-views/aggregator/settings.php:529
6514
- msgid "Default Event Category"
6515
  msgstr ""
6516
 
6517
- #: src/admin-views/aggregator/settings.php:93
6518
- msgid "The default event category for events imported via CSV"
6519
  msgstr ""
6520
 
6521
- #: src/admin-views/aggregator/settings.php:107
6522
- msgid "Event Aggregator Control"
6523
  msgstr ""
6524
 
6525
- #: src/admin-views/aggregator/settings.php:112
6526
- msgid "Disable Event Aggregator imports"
 
6527
  msgstr ""
6528
 
6529
- #: src/admin-views/aggregator/settings.php:113
6530
- msgid ""
6531
- "Stop all Event Aggregator imports from running. Existing imported events "
6532
- "will not be affected. Imports via CSV file will still be available."
6533
  msgstr ""
6534
 
6535
- #: src/admin-views/aggregator/settings.php:126
6536
- msgid ""
6537
- "If you want to stop and clear current asynchronous import processes %1$s."
6538
  msgstr ""
6539
 
6540
- #: src/admin-views/aggregator/settings.php:130
6541
- msgid "click here"
6542
  msgstr ""
6543
 
6544
- #: src/admin-views/aggregator/settings.php:137
6545
- msgid "Global Import Settings"
6546
  msgstr ""
6547
 
6548
- #: src/admin-views/aggregator/settings.php:143
6549
- msgid "The default post status for events"
6550
  msgstr ""
6551
 
6552
- #: src/admin-views/aggregator/settings.php:155
6553
- msgid "The default event category for events"
6554
  msgstr ""
6555
 
6556
- #: src/admin-views/aggregator/settings.php:166
6557
- #: src/admin-views/aggregator/settings.php:274
6558
- #: src/admin-views/aggregator/settings.php:318
6559
- #: src/admin-views/aggregator/settings.php:362
6560
- #: src/admin-views/aggregator/settings.php:418
6561
- #: src/admin-views/aggregator/settings.php:462
6562
- #: src/admin-views/aggregator/settings.php:541
6563
- msgid "Show Map"
6564
  msgstr ""
6565
 
6566
- #: src/admin-views/aggregator/settings.php:167
6567
- #: src/admin-views/aggregator/settings.php:275
6568
- #: src/admin-views/aggregator/settings.php:319
6569
- #: src/admin-views/aggregator/settings.php:363
6570
- #: src/admin-views/aggregator/settings.php:419
6571
- #: src/admin-views/aggregator/settings.php:463
6572
- #: src/admin-views/aggregator/settings.php:542
6573
- msgid "Show map by default on imported event and venues"
6574
  msgstr ""
6575
 
6576
- #: src/admin-views/aggregator/settings.php:178
6577
- msgid "Import Limit Type"
6578
  msgstr ""
6579
 
6580
- #: src/admin-views/aggregator/settings.php:179
6581
- msgid ""
6582
- "Limit the number of imported events by number, date range, or not at all; on "
6583
- "slower websites this may impact the success of imports. Selecting a shorter "
6584
- "time period or a smaller number of events may improve results."
6585
  msgstr ""
6586
 
6587
- #: src/admin-views/aggregator/settings.php:190
6588
- #: src/admin-views/aggregator/settings.php:474
6589
- msgid "Import Date Range Limit"
6590
  msgstr ""
6591
 
6592
- #: src/admin-views/aggregator/settings.php:191
6593
- msgid ""
6594
- "When importing from an event source, this is how far into the future the "
6595
- "events will be fetched; on slower websites a larger date range may impact "
6596
- "the success of imports. Selecting a shorter time period may improve results."
6597
  msgstr ""
6598
 
6599
- #: src/admin-views/aggregator/settings.php:207
6600
- msgid "Import Quantity Limit"
6601
  msgstr ""
6602
 
6603
- #: src/admin-views/aggregator/settings.php:208
6604
- msgid ""
6605
- "When importing from an event source, this is the maximum number of events "
6606
- "that will be imported; on slower websites this may impact the success of "
6607
- "imports. Setting this to a smaller number may improve results."
6608
  msgstr ""
6609
 
6610
- #: src/admin-views/aggregator/settings.php:224
6611
- msgid "Import Process System"
 
6612
  msgstr ""
6613
 
6614
- #: src/admin-views/aggregator/settings.php:225
6615
- msgid ""
6616
- "The Asynchronous import process is faster and does not rely on WordPress "
6617
- "Cron but might not work correctly in all WordPress installations, try "
6618
- "switching to the Cron-based process for maximum compatibility."
6619
  msgstr ""
6620
 
6621
- #: src/admin-views/aggregator/settings.php:236
6622
- msgid "Stop current processes"
6623
  msgstr ""
6624
 
6625
- #: src/admin-views/aggregator/settings.php:245
6626
- msgid "iCalendar Import Settings"
6627
  msgstr ""
6628
 
6629
- #: src/admin-views/aggregator/settings.php:251
6630
- msgid "The default post status for events imported via iCalendar"
6631
  msgstr ""
6632
 
6633
- #: src/admin-views/aggregator/settings.php:263
6634
- msgid "The default event category for events imported via iCalendar"
6635
  msgstr ""
6636
 
6637
- #: src/admin-views/aggregator/settings.php:289
6638
- msgid "ICS File Import Settings"
6639
  msgstr ""
6640
 
6641
- #: src/admin-views/aggregator/settings.php:295
6642
- msgid "The default post status for events imported via .ics files"
6643
  msgstr ""
6644
 
6645
- #: src/admin-views/aggregator/settings.php:307
6646
- msgid "The default event category for events imported via .ics files"
6647
  msgstr ""
6648
 
6649
- #: src/admin-views/aggregator/settings.php:333
6650
- msgid "Google Calendar Import Settings"
6651
  msgstr ""
6652
 
6653
- #: src/admin-views/aggregator/settings.php:339
6654
- msgid "The default post status for events imported via Google Calendar"
6655
  msgstr ""
6656
 
6657
- #: src/admin-views/aggregator/settings.php:351
6658
- msgid "The default event category for events imported via Google Calendar"
6659
  msgstr ""
6660
 
6661
- #: src/admin-views/aggregator/settings.php:377
6662
- msgid "Meetup Import Settings"
 
6663
  msgstr ""
6664
 
6665
- #: src/admin-views/aggregator/settings.php:383
6666
- msgid ""
6667
- "To import Meetup events, please be sure to add your Meetup API key on "
6668
- "%1$sEvents > Settings > Integrations%2$s"
6669
  msgstr ""
6670
 
6671
- #: src/admin-views/aggregator/settings.php:395
6672
- msgid "The default post status for events imported via Meetup"
6673
  msgstr ""
6674
 
6675
- #: src/admin-views/aggregator/settings.php:407
6676
- msgid "The default event category for events imported via Meetup"
6677
  msgstr ""
6678
 
6679
- #: src/admin-views/aggregator/settings.php:433
6680
- msgid "Other URL Import Settings"
6681
  msgstr ""
6682
 
6683
- #: src/admin-views/aggregator/settings.php:439
6684
- msgid "The default post status for events imported via other URLs"
6685
  msgstr ""
6686
 
6687
- #: src/admin-views/aggregator/settings.php:451
6688
- msgid "The default event category for events imported via other URLs"
6689
  msgstr ""
6690
 
6691
- #: src/admin-views/aggregator/settings.php:475
6692
- msgid ""
6693
- "When importing from a website that uses The Events Calendar, the REST API "
6694
- "will attempt to fetch events this far in the future. That website's hosting "
6695
- "resources may impact the success of imports. Selecting a shorter time period "
6696
- "may improve results."
6697
  msgstr ""
6698
 
6699
- #: src/admin-views/aggregator/settings.php:486
6700
- msgid "Import Event Settings"
 
6701
  msgstr ""
6702
 
6703
- #: src/admin-views/aggregator/settings.php:487
6704
- msgid ""
6705
- "Fetch source event's settings (e.g. Show Maps Link or Sticky in Month View) "
6706
- "when importing from another site using The Events Calendar."
6707
  msgstr ""
6708
 
6709
- #: src/admin-views/aggregator/settings.php:499
6710
- #: src/admin-views/aggregator/tabs/import-form.php:18
6711
- #: src/admin-views/aggregator/tabs/import-form.php:258
6712
- msgid "(do not override)"
6713
  msgstr ""
6714
 
6715
- #: src/admin-views/aggregator/settings.php:512
6716
- msgid "Eventbrite Import Settings"
6717
  msgstr ""
6718
 
6719
- #: src/admin-views/aggregator/settings.php:518
6720
- msgid "The default post status for events imported via Eventbrite"
 
6721
  msgstr ""
6722
 
6723
- #: src/admin-views/aggregator/settings.php:530
6724
- msgid "The default event category for events imported via Eventbrite"
 
6725
  msgstr ""
6726
 
6727
- #: src/admin-views/aggregator/settings.php:603
6728
- msgid "Update Authority"
6729
  msgstr ""
6730
 
6731
- #: src/admin-views/aggregator/settings.php:607
6732
- msgid "Global"
6733
  msgstr ""
6734
 
6735
- #: src/admin-views/aggregator/settings.php:631
6736
- msgid "Other URLs"
6737
  msgstr ""
6738
 
6739
- #: src/admin-views/aggregator/settings.php:681
6740
- msgid ""
6741
- "Use the options below to configure your imports. Global Import Settings "
6742
- "apply to all imports, but you can also override the global settings by "
6743
- "adjusting the origin-specific options. Check your Event Aggregator Service "
6744
- "Status on the %1$s."
6745
  msgstr ""
6746
 
6747
- #: src/admin-views/aggregator/settings.php:685
6748
- msgid "Troubleshooting Page"
6749
  msgstr ""
6750
 
6751
- #: src/admin-views/aggregator/settings.php:705
6752
- msgid ""
6753
- "Use the options below to configure your imports. Looking for more ways to "
6754
- "import events from other websites?"
6755
  msgstr ""
6756
 
6757
- #: src/admin-views/aggregator/settings.php:706
6758
- msgid "Check out Event Aggregator."
6759
  msgstr ""
6760
 
6761
- #: src/admin-views/aggregator/status.php:14
6762
- msgid "License &amp; Usage"
6763
  msgstr ""
6764
 
6765
- #: src/admin-views/aggregator/status.php:23
6766
- msgid "Your license is valid"
6767
  msgstr ""
6768
 
6769
- #: src/admin-views/aggregator/status.php:30
6770
- msgid "You do not have a license"
6771
  msgstr ""
6772
 
6773
- #: src/admin-views/aggregator/status.php:32
6774
- msgid ""
6775
- "Buy Event Aggregator to access more event sources and automatic imports!"
6776
  msgstr ""
6777
 
6778
- #: src/admin-views/aggregator/status.php:35
6779
- msgid "Your license is invalid"
6780
  msgstr ""
6781
 
6782
- #: src/admin-views/aggregator/status.php:36
6783
- msgid "Check your license key"
6784
  msgstr ""
6785
 
6786
- #: src/admin-views/aggregator/status.php:41
6787
- msgid "License Key"
6788
  msgstr ""
6789
 
6790
- #: src/admin-views/aggregator/status.php:63
6791
- msgid ""
6792
- "You have reached your daily import limit. Scheduled imports will be paused "
6793
- "until tomorrow."
6794
  msgstr ""
6795
 
6796
- #: src/admin-views/aggregator/status.php:66
6797
- msgid ""
6798
- "You are approaching your daily import limit. You may want to adjust your "
6799
- "Scheduled Import frequencies."
6800
  msgstr ""
6801
 
6802
- #: src/admin-views/aggregator/status.php:70
6803
- msgid "%1$d import used out of %2$d available today"
6804
- msgid_plural "%1$d imports used out of %2$d available today"
6805
- msgstr[0] ""
6806
- msgstr[1] ""
6807
 
6808
- #: src/admin-views/aggregator/status.php:77
6809
- msgid "Current usage"
 
6810
  msgstr ""
6811
 
6812
- #: src/admin-views/aggregator/status.php:88
6813
- msgid "Import Services"
 
6814
  msgstr ""
6815
 
6816
- #. translators: %s: Event Aggregator Server URL
6817
- #: src/admin-views/aggregator/status.php:102
6818
- #: src/admin-views/aggregator/status.php:110
6819
- msgid "Not connected to %s"
6820
  msgstr ""
6821
 
6822
- #: src/admin-views/aggregator/status.php:103
6823
- msgid "The server is not currently responding"
 
6824
  msgstr ""
6825
 
6826
- #: src/admin-views/aggregator/status.php:112
6827
- msgid "The server is responding with an error:"
 
6828
  msgstr ""
6829
 
6830
- #. translators: %s: Event Aggregator Server URL
6831
- #: src/admin-views/aggregator/status.php:118
6832
- msgid "Connected to %s"
6833
  msgstr ""
6834
 
6835
- #: src/admin-views/aggregator/status.php:124
6836
- msgid "Server Connection"
 
6837
  msgstr ""
6838
 
6839
- #: src/admin-views/aggregator/status.php:136
6840
- msgid "WP Cron not enabled"
6841
  msgstr ""
6842
 
6843
- #: src/admin-views/aggregator/status.php:137
6844
- msgid "Scheduled imports may not run reliably"
6845
  msgstr ""
6846
 
6847
- #: src/admin-views/aggregator/status.php:139
6848
- msgid "WP Cron enabled"
6849
  msgstr ""
6850
 
6851
- #: src/admin-views/aggregator/status.php:144
6852
- msgid "Scheduler Status"
6853
  msgstr ""
6854
 
6855
- #: src/admin-views/aggregator/status.php:156
6856
- msgid "Third Party Accounts"
6857
  msgstr ""
6858
 
6859
- #: src/admin-views/aggregator/status.php:169
6860
- msgid "You have not connected Event Aggregator to Eventbrite"
6861
  msgstr ""
6862
 
6863
- #: src/admin-views/aggregator/status.php:173
6864
- msgctxt "link for connecting eventbrite"
6865
- msgid "Connect to Eventbrite"
6866
  msgstr ""
6867
 
6868
- #: src/admin-views/aggregator/status.php:177
6869
- msgid "Limited connectivity with Eventbrite"
6870
  msgstr ""
6871
 
6872
- #: src/admin-views/aggregator/status.php:178
6873
- #: src/admin-views/aggregator/status.php:205
6874
- msgid "The service has disabled oAuth. Some types of events may not import."
6875
  msgstr ""
6876
 
6877
- #: src/admin-views/aggregator/status.php:198
6878
- msgid "You have not connected Event Aggregator to Meetup"
6879
  msgstr ""
6880
 
6881
- #: src/admin-views/aggregator/status.php:200
6882
- msgctxt "link for connecting meetup"
6883
- msgid "Connect to Meetup"
6884
  msgstr ""
6885
 
6886
- #: src/admin-views/aggregator/status.php:204
6887
- msgid "Limited connectivity with Meetup"
6888
  msgstr ""
6889
 
6890
- #: src/admin-views/aggregator/tabs/import-form.php:22
6891
- msgid "No Additional Categories"
6892
  msgstr ""
6893
 
6894
- #: src/admin-views/aggregator/tabs/import-form.php:48
6895
- msgid "Import Origin:"
6896
  msgstr ""
6897
 
6898
- #: src/admin-views/aggregator/tabs/import-form.php:49
6899
- msgid "Select Origin"
6900
  msgstr ""
6901
 
6902
- #: src/admin-views/aggregator/tabs/import-form.php:50
6903
- msgid "Choose where you are importing from."
6904
  msgstr ""
6905
 
6906
- #: src/admin-views/aggregator/tabs/import-form.php:111
6907
- msgid "Add more sources"
6908
  msgstr ""
6909
 
6910
- #: src/admin-views/aggregator/tabs/import-form.php:114
6911
- msgid "Access more event sources and automatic imports!"
6912
  msgstr ""
6913
 
6914
- #: src/admin-views/aggregator/tabs/import-form.php:115
6915
- msgid "Buy Event Aggregator"
6916
  msgstr ""
6917
 
6918
- #: src/admin-views/aggregator/tabs/import-form.php:135
6919
- msgid "Import Name:"
 
 
 
 
6920
  msgstr ""
6921
 
6922
- #: src/admin-views/aggregator/tabs/import-form.php:144
6923
- msgid "Optional"
 
 
 
6924
  msgstr ""
6925
 
6926
- #: src/admin-views/aggregator/tabs/import-form.php:188
6927
- msgid ""
6928
- "Choose a status for the event(s) to be imported with and/or define an Event "
6929
- "Category to automatically assign. An assigned category will be added to the "
6930
- "event in addition to any Event Categories from the import source."
 
6931
  msgstr ""
6932
 
6933
- #: src/admin-views/aggregator/tabs/import-form.php:189
6934
- msgid ""
6935
- "These settings will also apply to events imported in the future via this "
6936
- "scheduled import."
6937
  msgstr ""
6938
 
6939
- #: src/admin-views/aggregator/tabs/import-form.php:191
6940
- msgid ""
6941
- "Select the Event Field that best matches your CSV file column. The contents "
6942
- "of that column will then be mapped to the specified event field when the "
6943
- "event is created."
6944
  msgstr ""
6945
 
6946
- #: src/admin-views/aggregator/tabs/import-form.php:193
6947
- msgid ""
6948
- "When you save this scheduled import, the events above will begin importing."
6949
  msgstr ""
6950
 
6951
- #: src/admin-views/aggregator/tabs/import-form.php:204
6952
- msgid ""
6953
- "This is a preview of the type of content you will be getting in during the "
6954
- "import based on what is on the calendar now."
6955
  msgstr ""
6956
 
6957
- #: src/admin-views/aggregator/tabs/import-form.php:207
6958
- msgid "Column Mapping:"
 
6959
  msgstr ""
6960
 
6961
- #: src/admin-views/aggregator/tabs/import-form.php:213
6962
- msgid ""
6963
- "The following preview does not necessarily contain all of the data from your "
6964
- "CSV file. The data displayed below is meant as a guide to help you map your "
6965
- "CSV file's columns to the appropriate Event fields."
6966
  msgstr ""
6967
 
6968
- #: src/admin-views/aggregator/tabs/import-form.php:223
6969
- #: src/admin-views/aggregator/tabs/import-form.php:235
6970
- msgid "Select All"
6971
  msgstr ""
6972
 
6973
- #: src/admin-views/aggregator/tabs/import-form.php:227
6974
- #: src/admin-views/aggregator/tabs/import-form.php:239
6975
- msgid "Start Time"
6976
  msgstr ""
6977
 
6978
- #: src/admin-views/aggregator/tabs/import-form.php:251
6979
- #: src/admin-views/aggregator/tabs/import-form.php:266
6980
- msgid "Status:"
6981
  msgstr ""
6982
 
6983
- #: src/admin-views/aggregator/tabs/import-form.php:280
6984
- msgid "Category:"
 
6985
  msgstr ""
6986
 
6987
- #: src/admin-views/aggregator/tabs/import-form.php:338
6988
- msgid ""
6989
- "Events will be imported with the same timezone as defined on eventbrite.com. "
6990
- "You can make use of The Events Calendar's"
6991
  msgstr ""
6992
 
6993
- #: src/admin-views/aggregator/tabs/import-form.php:340
6994
- msgid "timezone settings"
6995
  msgstr ""
6996
 
6997
- #: src/admin-views/aggregator/tabs/import-form.php:342
6998
- msgid "to change how the actual time is displayed on your calendar."
6999
  msgstr ""
7000
 
7001
- #: src/admin-views/aggregator/tabs/import-form.php:349
7002
- msgid ""
7003
- "The number of events available in the preview may be limited by your "
7004
- "%1$sImport Settings.%2$s"
7005
  msgstr ""
7006
 
7007
- #: src/admin-views/aggregator/tabs/import-form.php:358
7008
- msgid ""
7009
- "Events will be imported with the time zone defined by the source. If no time "
7010
- "zone is specified, events will be assigned your site's default time zone "
7011
- "( see"
7012
  msgstr ""
7013
 
7014
- #: src/admin-views/aggregator/tabs/import-form.php:360
7015
- msgid "Settings > General"
7016
  msgstr ""
7017
 
7018
- #: src/admin-views/create-organizer-fields.php:2
7019
- #: src/admin-views/create-venue-fields.php:181
7020
- #: src/admin-views/organizer-meta-box.php:31
7021
- #: src/admin-views/venue-meta-box.php:168
7022
- #: src/views/blocks/parts/organizer.php:58
7023
- #: src/views/modules/meta/organizer.php:44 src/views/modules/meta/venue.php:42
7024
- msgid "Phone:"
7025
  msgstr ""
7026
 
7027
- #: src/admin-views/create-organizer-fields.php:8
7028
- #: src/admin-views/create-venue-fields.php:195
7029
- #: src/admin-views/organizer-meta-box.php:37
7030
- #: src/admin-views/venue-meta-box.php:185
7031
- #: src/functions/template-tags/link.php:450
7032
- #: src/functions/template-tags/organizer.php:474
7033
- #: src/functions/template-tags/venue.php:881
7034
- #: src/views/blocks/parts/details.php:183
7035
- #: src/views/blocks/parts/organizer.php:80
7036
- msgid "Website:"
7037
  msgstr ""
7038
 
7039
- #: src/admin-views/create-organizer-fields.php:15
7040
- #: src/admin-views/organizer-meta-box.php:43
7041
- #: src/views/blocks/parts/organizer.php:69
7042
- #: src/views/modules/meta/organizer.php:55
7043
- msgid "Email:"
7044
  msgstr ""
7045
 
7046
- #: src/admin-views/create-organizer-fields.php:19
7047
- #: src/admin-views/organizer-meta-box.php:45
7048
- msgid ""
7049
- "The e-mail address will be obfuscated on this site to avoid it getting "
7050
- "harvested by spammers."
7051
  msgstr ""
7052
 
7053
- #: src/admin-views/create-venue-fields.php:74
7054
- #: src/admin-views/venue-meta-box.php:36
7055
- msgid "Address:"
7056
  msgstr ""
7057
 
7058
- #: src/admin-views/create-venue-fields.php:87
7059
- #: src/admin-views/venue-meta-box.php:53
7060
- msgid "City:"
7061
  msgstr ""
7062
 
7063
- #: src/admin-views/create-venue-fields.php:100
7064
- #: src/admin-views/venue-meta-box.php:70
7065
- msgid "Country:"
7066
  msgstr ""
7067
 
7068
- #: src/admin-views/create-venue-fields.php:136
7069
- #: src/admin-views/venue-meta-box.php:117
7070
- msgid "State or Province:"
7071
  msgstr ""
7072
 
7073
- #: src/admin-views/create-venue-fields.php:146
7074
- #: src/admin-views/create-venue-fields.php:153
7075
- msgid "Venue State"
7076
  msgstr ""
7077
 
7078
- #: src/admin-views/create-venue-fields.php:156
7079
- #: src/admin-views/venue-meta-box.php:135
7080
- msgid "Select a State:"
7081
  msgstr ""
7082
 
7083
- #: src/admin-views/create-venue-fields.php:167
7084
- #: src/admin-views/venue-meta-box.php:151
7085
- msgid "Postal Code:"
7086
  msgstr ""
7087
 
7088
- #: src/admin-views/create-venue-fields.php:176
7089
- msgid "Venue Zip Code"
7090
  msgstr ""
7091
 
7092
- #: src/admin-views/create-venue-fields.php:204
7093
- msgid "Venue URL"
7094
  msgstr ""
7095
 
7096
- #: src/admin-views/create-venue-fields.php:226
7097
- #: src/admin-views/venue-meta-box.php:207
7098
- msgid "Show Map:"
7099
  msgstr ""
7100
 
7101
- #: src/admin-views/create-venue-fields.php:235
7102
- msgid "Show Map?"
7103
  msgstr ""
7104
 
7105
- #: src/admin-views/create-venue-fields.php:242
7106
- #: src/admin-views/venue-meta-box.php:225
7107
- msgid "Show Map Link:"
7108
  msgstr ""
7109
 
7110
- #: src/admin-views/create-venue-fields.php:251
7111
- msgid "Show Map Link?"
7112
  msgstr ""
7113
 
7114
- #: src/admin-views/event-sidebar-options.php:16
7115
- msgid "Hide From %s Listings"
7116
  msgstr ""
7117
 
7118
- #: src/admin-views/event-sidebar-options.php:23
7119
- msgid "Sticky in Month View"
7120
  msgstr ""
7121
 
7122
- #: src/admin-views/event-sidebar-options.php:25
7123
- msgid ""
7124
- "When events are sticky in month view, they'll display first in the list of "
7125
- "events shown within a given day block."
7126
  msgstr ""
7127
 
7128
- #: src/admin-views/event-sidebar-options.php:33
7129
- msgid ""
7130
- "Featured events are highlighted on the front end in views, archives, and "
7131
- "widgets."
7132
  msgstr ""
7133
 
7134
- #: src/admin-views/events-meta-box.php:54
7135
- msgid "Time &amp; Date"
7136
  msgstr ""
7137
 
7138
- #: src/admin-views/events-meta-box.php:72
7139
- msgid ""
7140
- "You have changed the recurrence rules of this %1$s. Saving the %1$s will "
7141
- "update all future %2$s. If you did not mean to change all %2$s, then please "
7142
- "refresh the page."
7143
  msgstr ""
7144
 
7145
- #: src/admin-views/events-meta-box.php:76
7146
- msgid "Start/End:"
 
 
7147
  msgstr ""
7148
 
7149
- #: src/admin-views/events-meta-box.php:87
7150
- #: src/admin-views/events-meta-box.php:126
7151
- msgid "YYYY-MM-DD"
7152
  msgstr ""
7153
 
7154
- #: src/admin-views/events-meta-box.php:103
7155
- msgctxt "Start Date Time \"to\" End Date Time"
7156
- msgid "to"
7157
  msgstr ""
7158
 
7159
- #: src/admin-views/events-meta-box.php:133
7160
- msgid "Time Zone:"
7161
  msgstr ""
7162
 
7163
- #: src/admin-views/events-meta-box.php:181
7164
- msgid "%s Website"
7165
  msgstr ""
7166
 
7167
- #: src/admin-views/events-meta-box.php:215
7168
- msgid "%s Cost"
7169
  msgstr ""
7170
 
7171
- #: src/admin-views/events-meta-box.php:218
7172
- msgid "Currency Symbol:"
7173
  msgstr ""
7174
 
7175
- #: src/admin-views/events-meta-box.php:247
7176
- msgctxt "Currency symbol position"
7177
- msgid "Before cost"
7178
  msgstr ""
7179
 
7180
- #: src/admin-views/events-meta-box.php:250
7181
- msgctxt "Currency symbol position"
7182
- msgid "After cost"
7183
  msgstr ""
7184
 
7185
- #: src/admin-views/events-meta-box.php:255
7186
- msgid "ISO Currency Code:"
7187
  msgstr ""
7188
 
7189
- #: src/admin-views/events-meta-box.php:269
7190
- #: src/views/blocks/parts/details.php:145
7191
- #: src/views/modules/meta/details.php:148
7192
- msgid "Cost:"
7193
  msgstr ""
7194
 
7195
- #: src/admin-views/events-meta-box.php:277
7196
- msgid "Enter a 0 for %s that are free or leave blank to hide the field."
7197
  msgstr ""
7198
 
7199
- #: src/admin-views/filter_bar/upsell.php:14
7200
- msgid "Filter Bar Icon"
7201
  msgstr ""
7202
 
7203
- #: src/admin-views/filter_bar/upsell.php:17
7204
- msgid "Filter Bar"
 
7205
  msgstr ""
7206
 
7207
- #: src/admin-views/filter_bar/upsell.php:21
7208
- msgid ""
7209
- "Looking for front-end Event Filters so that your website visitors can find "
7210
- "exactly the event they are looking for?"
7211
  msgstr ""
7212
 
7213
- #: src/admin-views/filter_bar/upsell.php:25
7214
- msgid "Check out our Filter Bar add-on"
7215
  msgstr ""
7216
 
7217
- #: src/admin-views/filter_bar/upsell.php:33
7218
- msgid "Filter Bar Banner Icon"
7219
  msgstr ""
7220
 
7221
- #: src/admin-views/linked-post-meta-box.php:18
7222
- #: src/admin-views/organizer-meta-box.php:24
7223
- msgid "%s Name:"
7224
  msgstr ""
7225
 
7226
- #: src/admin-views/linked-post-meta-box.php:49
7227
- #: src/admin-views/organizer-meta-box.php:75
7228
- msgid "%s Name Already Exists"
7229
  msgstr ""
7230
 
7231
- #: src/admin-views/metabox/compatibility/events-control-extension/mark-online.php:37
7232
- msgctxt "Event State of being Online only checkbox label"
7233
- msgid "Mark as an online event"
 
 
 
7234
  msgstr ""
7235
 
7236
- #: src/admin-views/metabox/compatibility/events-control-extension/mark-online.php:50
7237
- msgctxt "Label for live stream URL field"
7238
- msgid "Live Stream URL"
7239
  msgstr ""
7240
 
7241
- #: src/admin-views/metabox/event-status.php:36
7242
- msgctxt "Event status label the select field"
7243
- msgid "Set status:"
7244
  msgstr ""
7245
 
7246
- #: src/admin-views/metabox/event-status.php:40
7247
- msgctxt "The label of the event status select."
7248
- msgid "Set status:"
7249
  msgstr ""
7250
 
7251
- #: src/admin-views/metabox/event-status.php:47
7252
- msgctxt "The placeholder for the event status select."
7253
- msgid "Select an Event Status"
7254
  msgstr ""
7255
 
7256
- #: src/admin-views/metabox/event-status.php:65
7257
- msgctxt "Label for event status reason field"
7258
- msgid "Reason (optional)"
7259
  msgstr ""
7260
 
7261
- #: src/admin-views/notices/legacy-views-updated.php:6
7262
- msgctxt "Read more about deprecation of legacy views."
7263
- msgid "read the FAQs"
7264
  msgstr ""
7265
 
7266
- #: src/admin-views/notices/legacy-views-updated.php:11
7267
- msgctxt "Our support page for TEC"
7268
- msgid "contact support"
7269
  msgstr ""
7270
 
7271
- #: src/admin-views/notices/legacy-views-updated.php:18
7272
- #: src/admin-views/updates/6.0.0.php:99
7273
- msgid "View your calendar"
7274
  msgstr ""
7275
 
7276
- #: src/admin-views/notices/legacy-views-updated.php:24
7277
- msgid "Your calendar’s design has changed"
7278
  msgstr ""
7279
 
7280
- #: src/admin-views/notices/legacy-views-updated.php:27
7281
- msgid ""
7282
- "We’ve detected that your site was still using our legacy calendar design. As "
7283
- "part of the update to The Events Calendar 6.0, <strong>your calendar was "
7284
- "automatically upgraded to the new designs.</strong>"
7285
  msgstr ""
7286
 
7287
- #: src/admin-views/notices/legacy-views-updated.php:29
7288
- msgid ""
7289
- "<strong>Check out your calendar to see the improved designs live on your "
7290
- "site.</strong> If you have a question or need help, %1$s or %2$s."
7291
  msgstr ""
7292
 
7293
- #: src/admin-views/notices/update-6-0-0.php:26
7294
- msgid "Upgrade your events"
7295
  msgstr ""
7296
 
7297
- #: src/admin-views/privacy.php:13
7298
- msgid "Hello,"
7299
  msgstr ""
7300
 
7301
- #: src/admin-views/privacy.php:14
7302
- msgid ""
7303
- "This information serves as a guide on what sections need to be modified due "
7304
- "to usage of The Events Calendar and its Add-ons."
7305
  msgstr ""
7306
 
7307
- #: src/admin-views/privacy.php:15
7308
- msgid ""
7309
- "You should include the information below in the correct sections of you "
7310
- "privacy policy."
7311
  msgstr ""
7312
 
7313
- #: src/admin-views/privacy.php:16
7314
- msgid "Disclaimer:"
7315
  msgstr ""
7316
 
7317
- #: src/admin-views/privacy.php:16
7318
- msgid ""
7319
- "This information is only for guidance and not to be considered as legal "
7320
- "advice."
7321
  msgstr ""
7322
 
7323
- #: src/admin-views/privacy.php:18
7324
- msgid "What personal data we collect and why we collect it"
7325
  msgstr ""
7326
 
7327
- #: src/admin-views/privacy.php:20
7328
- msgid "Event, Venue, and Organizer Information"
7329
  msgstr ""
7330
 
7331
- #: src/admin-views/privacy.php:21
7332
- msgid ""
7333
- "Through the usage of The Events Calendar, Events Calendar PRO, The Events "
7334
- "Calendar Filter Bar, Eventbrite Tickets, and Community Events plugins, as "
7335
- "well as our Event Aggregator Import service (contained within The Events "
7336
- "Calendar plugin), information may be collected and stored within your "
7337
- "website’s database."
7338
  msgstr ""
7339
 
7340
- #: src/admin-views/privacy.php:22 src/admin-views/privacy.php:47
7341
- msgid "Suggested text:"
7342
  msgstr ""
7343
 
7344
- #: src/admin-views/privacy.php:23
7345
- msgid ""
7346
- "If you create, submit, import, save, or publish Event, Venue, or Organizer "
7347
- "information, such information is retained in the local database:"
7348
  msgstr ""
7349
 
7350
- #: src/admin-views/privacy.php:26
7351
- msgid ""
7352
- "Venue information: name, address, city, country, state, postal code, phone, "
7353
- "website, geographical coordinates (latitude and longitude)"
7354
  msgstr ""
7355
 
7356
- #: src/admin-views/privacy.php:27
7357
- msgid "Organizer information: name, phone, website, email"
7358
  msgstr ""
7359
 
7360
- #: src/admin-views/privacy.php:28
7361
- msgid "Event information: website, cost, description, date, time, image"
7362
  msgstr ""
7363
 
7364
- #: src/admin-views/privacy.php:31
7365
- msgid "Importing Events, Venues, and Organizers:"
7366
  msgstr ""
7367
 
7368
- #: src/admin-views/privacy.php:34
7369
- msgid ""
7370
- "All data present within a CSV or ICS file and external URLs (for events, "
7371
- "venues, organizers, and tickets)"
7372
  msgstr ""
7373
 
7374
- #: src/admin-views/privacy.php:35
7375
- msgid ""
7376
- "Import origin data (URL from where events are being imported—such as "
7377
- "Eventbrite, MeetUp, other compatible URL sources, and more, which can "
7378
- "include similar or same data as listed above)"
7379
  msgstr ""
7380
 
7381
- #: src/admin-views/privacy.php:36
7382
- msgid "Eventbrite Ticket information: name, description, cost, type, quantity"
7383
  msgstr ""
7384
 
7385
- #: src/admin-views/privacy.php:39
7386
- msgid ""
7387
- "Please note that to create new events through the Community Events "
7388
- "submission form, a user must hold a website account on this domain. This "
7389
- "information is retained in the local database. It is also possible to create "
7390
- "events anonymously, if the site owner has this option enabled."
7391
  msgstr ""
7392
 
7393
- #: src/admin-views/privacy.php:41
7394
- msgid ""
7395
- "When purchasing Eventbrite Tickets, attendee, purchaser, and order "
7396
- "information are stored and managed by Eventbrite."
7397
  msgstr ""
7398
 
7399
- #: src/admin-views/privacy.php:43
7400
- msgid "API Keys"
7401
  msgstr ""
7402
 
7403
- #: src/admin-views/privacy.php:45
7404
- msgid ""
7405
- "The Events Calendar suite offers the use of third-party API keys. The "
7406
- "primary functions are to enhance the features we've built in, some of which "
7407
- "use Google Maps, PayPal, Eventbrite, and Meetup. These API keys are not "
7408
- "supplied by The Events Calendar."
7409
  msgstr ""
7410
 
7411
- #: src/admin-views/privacy.php:49
7412
- msgid "We make use of certain APIs, in order to provide specific features."
7413
  msgstr ""
7414
 
7415
- #: src/admin-views/privacy.php:51
7416
- msgid ""
7417
- "These APIs may include the following third party services: Google Maps (API "
7418
- "key), Meetup (OAuth token), PayPal (email, Client ID, Client Secret), "
7419
- "Eventbrite (API key, auth URL, Client Secret), and Zoom (email, Client ID, "
7420
- "Client Secret)."
7421
  msgstr ""
7422
 
7423
- #: src/admin-views/privacy.php:53
7424
- msgid "How Long You Retain this Data"
7425
  msgstr ""
7426
 
7427
- #: src/admin-views/privacy.php:55
7428
- msgid ""
7429
- "All information (data) is retained in the local database indefinitely, "
7430
- "unless otherwise deleted."
7431
  msgstr ""
7432
 
7433
- #: src/admin-views/privacy.php:57
7434
- msgid ""
7435
- "Certain data may be exported or removed upon users’ requests via the "
7436
- "existing Exporter or Eraser. Please note, however, that several “edge cases” "
7437
- "exist in which we are unable to perfect the gathering and export of all data "
7438
- "for your end users. We suggest running a search in your local database, as "
7439
- "well as within the WordPress Dashboard, in order to identify all data "
7440
- "collected and stored for your specific user requests."
7441
  msgstr ""
7442
 
7443
- #: src/admin-views/privacy.php:59
7444
- msgid "Where We Send Your Data"
7445
  msgstr ""
7446
 
7447
- #: src/admin-views/privacy.php:61
7448
- msgid ""
7449
- "The Events Calendar does not send any user data outside of your website by "
7450
- "default."
7451
  msgstr ""
7452
 
7453
- #: src/admin-views/privacy.php:63
7454
- msgid ""
7455
- "If you have extended our plugin(s) to send data to a third-party service "
7456
- "such as Eventbrite, Google Maps, or PayPal, user information may be passed "
7457
- "to these external services. These services may be located abroad."
7458
  msgstr ""
7459
 
7460
- #: src/admin-views/tribe-options-addons-api.php:19
7461
- msgid "Meetup Authentication"
7462
  msgstr ""
7463
 
7464
- #: src/admin-views/tribe-options-addons-api.php:23
7465
- msgid "You need to connect to Meetup for Event Aggregator to work properly"
7466
  msgstr ""
7467
 
7468
- #: src/admin-views/tribe-options-addons-api.php:24
7469
- msgid "Connect to Meetup"
7470
  msgstr ""
7471
 
7472
- #: src/admin-views/tribe-options-addons-api.php:26
7473
- msgid "Refresh your connection to Meetup"
7474
  msgstr ""
7475
 
7476
- #: src/admin-views/tribe-options-addons-api.php:27
7477
- #: src/admin-views/tribe-options-addons-api.php:80
7478
- msgid "Disconnect"
7479
  msgstr ""
7480
 
7481
- #: src/admin-views/tribe-options-addons-api.php:49
7482
- msgid ""
7483
- "You need to connect Event Aggregator to Meetup to import your events from "
7484
- "Meetup."
7485
  msgstr ""
7486
 
7487
- #: src/admin-views/tribe-options-addons-api.php:72
7488
- msgid "Eventbrite Authentication"
7489
  msgstr ""
7490
 
7491
- #: src/admin-views/tribe-options-addons-api.php:76
7492
- msgid "You need to connect to Eventbrite for Event Aggregator to work properly"
7493
  msgstr ""
7494
 
7495
- #: src/admin-views/tribe-options-addons-api.php:77
7496
- msgid "Connect to Eventbrite"
7497
  msgstr ""
7498
 
7499
- #: src/admin-views/tribe-options-addons-api.php:79
7500
- msgid "Refresh your connection to Eventbrite"
7501
  msgstr ""
7502
 
7503
- #: src/admin-views/tribe-options-addons-api.php:101
7504
- msgid ""
7505
- "You need to connect Event Aggregator to Eventbrite to import your events "
7506
- "from Eventbrite."
7507
  msgstr ""
7508
 
7509
- #: src/admin-views/tribe-options-addons-api.php:122
7510
- #: src/admin-views/tribe-options-addons-api.php:162
7511
- msgid "Integrations"
7512
  msgstr ""
7513
 
7514
- #: src/admin-views/tribe-options-addons-api.php:126
7515
- msgid ""
7516
- "The Events Calendar and its add-ons integrate with other online tools and "
7517
- "services to bring you additional features. Use the settings below to connect "
7518
- "to third-party APIs and manage your integrations."
7519
  msgstr ""
7520
 
7521
- #: src/admin-views/tribe-options-display.php:7
7522
- #: src/admin-views/tribe-options-display.php:229
7523
- msgid "Default Events Template"
7524
  msgstr ""
7525
 
7526
- #: src/admin-views/tribe-options-display.php:8
7527
- #: src/admin-views/tribe-options-display.php:230
7528
- msgid "Default Page Template"
7529
  msgstr ""
7530
 
7531
- #: src/admin-views/tribe-options-display.php:17
7532
- #: src/admin-views/tribe-options-display.php:173
7533
- msgid "Skeleton Styles"
7534
  msgstr ""
7535
 
7536
- #: src/admin-views/tribe-options-display.php:19
7537
- #: src/admin-views/tribe-options-display.php:175
7538
- msgid ""
7539
- "Only includes enough css to achieve complex layouts like calendar and week "
7540
- "view."
7541
  msgstr ""
7542
 
7543
- #: src/admin-views/tribe-options-display.php:24
7544
- #: src/admin-views/tribe-options-display.php:192
7545
- msgid "Full Styles"
7546
  msgstr ""
7547
 
7548
- #: src/admin-views/tribe-options-display.php:26
7549
- #: src/admin-views/tribe-options-display.php:194
7550
- msgid "More detailed styling, tries to grab styles from your theme."
7551
  msgstr ""
7552
 
7553
- #: src/admin-views/tribe-options-display.php:31
7554
- #: src/admin-views/tribe-options-display.php:180
7555
- msgid "Tribe Events Styles"
7556
  msgstr ""
7557
 
7558
- #: src/admin-views/tribe-options-display.php:33
7559
- #: src/admin-views/tribe-options-display.php:182
7560
- msgid "A fully designed and styled theme for your events pages."
7561
  msgstr ""
7562
 
7563
- #: src/admin-views/tribe-options-display.php:48
7564
- #: src/admin-views/tribe-options-display.php:203
7565
- msgid "Default stylesheet used for events templates"
7566
  msgstr ""
7567
 
7568
- #: src/admin-views/tribe-options-display.php:76
7569
- msgid "Display Settings"
7570
  msgstr ""
7571
 
7572
- #: src/admin-views/tribe-options-display.php:81
7573
- msgid ""
7574
- "The settings below control the display of your calendar. If things don't "
7575
- "look right, try switching between the three style sheet options or pick a "
7576
- "page template from your theme."
7577
  msgstr ""
7578
 
7579
- #. translators: %s: URL to knowledgebase. Please also use &#37; for % to avoid
7580
- #. PHP warnings.
7581
- #: src/admin-views/tribe-options-display.php:85
7582
- msgid ""
7583
- "There are going to be situations where no out-of-the-box template is "
7584
- "100&#37; perfect. Check out our <a href=\"%s\">our themer's guide</a> for "
7585
- "instructions on custom modifications."
7586
  msgstr ""
7587
 
7588
- #: src/admin-views/tribe-options-display.php:104
7589
- msgid "Date with year"
7590
  msgstr ""
7591
 
7592
- #: src/admin-views/tribe-options-display.php:105
7593
- msgid ""
7594
- "Enter the format to use for displaying dates with the year. Used when "
7595
- "displaying a date in a future year."
7596
  msgstr ""
7597
 
7598
- #: src/admin-views/tribe-options-display.php:112
7599
- msgid "Date time separator"
7600
  msgstr ""
7601
 
7602
- #: src/admin-views/tribe-options-display.php:113
7603
- msgid ""
7604
- "Enter the separator that will be placed between the date and time, when both "
7605
- "are shown."
7606
  msgstr ""
7607
 
7608
- #: src/admin-views/tribe-options-display.php:128
7609
- msgid "Date without year"
7610
  msgstr ""
7611
 
7612
- #: src/admin-views/tribe-options-display.php:129
7613
- msgid ""
7614
- "Enter the format to use for displaying dates without a year. Used when "
7615
- "showing an event from the current year."
7616
  msgstr ""
7617
 
7618
- #: src/admin-views/tribe-options-display.php:136
7619
- msgid "Month and year format"
7620
  msgstr ""
7621
 
7622
- #: src/admin-views/tribe-options-display.php:137
7623
- msgid ""
7624
- "Enter the format to use for dates that show a month and year only. Used on "
7625
- "month view."
7626
  msgstr ""
7627
 
7628
- #: src/admin-views/tribe-options-display.php:152
7629
- msgid "Time range separator"
7630
  msgstr ""
7631
 
7632
- #: src/admin-views/tribe-options-display.php:153
7633
- msgid ""
7634
- "Enter the separator that will be used between the start and end time of an "
7635
- "event."
7636
  msgstr ""
7637
 
7638
- #: src/admin-views/tribe-options-display.php:162
7639
- msgid "You must select at least one view."
7640
  msgstr ""
7641
 
7642
- #: src/admin-views/tribe-options-display.php:166
7643
- msgid ""
7644
- "Please note that you are using The Events Calendar's default Google Maps API "
7645
- "key, which will limit the Map View's functionality. Visit %sthe API Settings "
7646
- "page%s to learn more and add your own Google Maps API key."
7647
  msgstr ""
7648
 
7649
- #: src/admin-views/tribe-options-display.php:220
7650
- msgid "Basic Template Settings"
7651
  msgstr ""
7652
 
7653
- #: src/admin-views/tribe-options-display.php:240
7654
- msgid "Events template"
7655
  msgstr ""
7656
 
7657
- #: src/admin-views/tribe-options-display.php:241
7658
- msgid ""
7659
- "Choose a page template to control the appearance of your calendar and event "
7660
- "content."
7661
  msgstr ""
7662
 
7663
- #: src/admin-views/tribe-options-display.php:251
7664
- msgid "Enable event views"
7665
  msgstr ""
7666
 
7667
- #: src/admin-views/tribe-options-display.php:272
7668
- msgid "Default view"
7669
  msgstr ""
7670
 
7671
- #: src/admin-views/tribe-options-display.php:282
7672
- msgid "Disable the Event Search Bar"
7673
  msgstr ""
7674
 
7675
- #: src/admin-views/tribe-options-display.php:283
7676
- msgid "Check this to use the classic header."
7677
  msgstr ""
7678
 
7679
- #: src/admin-views/tribe-options-display.php:289
7680
- msgid "Month view events per day"
7681
  msgstr ""
7682
 
7683
- #: src/admin-views/tribe-options-display.php:290
7684
- msgid ""
7685
- "Change the default 3 events per day in month view. To impose no limit, you "
7686
- "may specify -1. Please note there may be performance issues if you allow too "
7687
- "many events per day. <a href=\"%s\">Read more</a>."
7688
  msgstr ""
7689
 
7690
- #: src/admin-views/tribe-options-display.php:297
7691
- msgid "Enable the Month View Cache"
7692
  msgstr ""
7693
 
7694
- #: src/admin-views/tribe-options-display.php:298
7695
- msgid ""
7696
- "Check this to cache your month view HTML in transients, which can help "
7697
- "improve calendar speed on sites with many events. <a href=\"%s\">Read more</"
7698
- "a>."
7699
  msgstr ""
7700
 
7701
- #: src/admin-views/tribe-options-display.php:311
7702
- msgid "Advanced Template Settings"
7703
  msgstr ""
7704
 
7705
- #: src/admin-views/tribe-options-display.php:315
7706
- msgid "Add HTML before event content"
7707
  msgstr ""
7708
 
7709
- #: src/admin-views/tribe-options-display.php:316
7710
- msgid ""
7711
- "If you are familiar with HTML, you can add additional code before the event "
7712
- "template. Some themes may require this to help with styling or layout."
7713
  msgstr ""
7714
 
7715
- #: src/admin-views/tribe-options-display.php:321
7716
- msgid "Add HTML after event content"
7717
  msgstr ""
7718
 
7719
- #: src/admin-views/tribe-options-display.php:322
7720
- msgid ""
7721
- "If you are familiar with HTML, you can add additional code after the event "
7722
- "template. Some themes may require this to help with styling or layout."
7723
  msgstr ""
7724
 
7725
- #: src/admin-views/tribe-options-general.php:13
7726
- msgid "Finding & extending your calendar."
7727
  msgstr ""
7728
 
7729
- #: src/admin-views/tribe-options-general.php:18
7730
- msgid "Finding your calendar."
7731
  msgstr ""
7732
 
7733
- #: src/admin-views/tribe-options-general.php:23
7734
- msgid "Where's my calendar?"
7735
  msgstr ""
7736
 
7737
- #: src/admin-views/tribe-options-general.php:23
7738
- msgid "Right here"
7739
  msgstr ""
7740
 
7741
- #: src/admin-views/tribe-options-general.php:28
7742
- msgid ""
7743
- "The number of events per page on the List View. Does not affect other views."
7744
  msgstr ""
7745
 
7746
- #: src/admin-views/tribe-options-general.php:31
7747
- msgid ""
7748
- "The number of events per page on the List, Photo, and Map Views. Does not "
7749
- "affect other views."
7750
  msgstr ""
7751
 
7752
- #: src/admin-views/tribe-options-general.php:40
7753
- msgid "General Settings"
7754
  msgstr ""
7755
 
7756
- #: src/admin-views/tribe-options-general.php:44
7757
- msgid "Number of events to show per page"
7758
  msgstr ""
7759
 
7760
- #: src/admin-views/tribe-options-general.php:52
7761
- msgid "Show comments"
7762
  msgstr ""
7763
 
7764
- #: src/admin-views/tribe-options-general.php:53
7765
- msgid "Enable comments on event pages."
7766
  msgstr ""
7767
 
7768
- #: src/admin-views/tribe-options-general.php:59
7769
- msgid "Show Custom Fields metabox"
7770
  msgstr ""
7771
 
7772
- #: src/admin-views/tribe-options-general.php:60
7773
- msgid "Enable WordPress Custom Fields on events in the classic editor."
7774
  msgstr ""
7775
 
7776
- #: src/admin-views/tribe-options-general.php:66
7777
- msgid "Include events in main blog loop"
7778
  msgstr ""
7779
 
7780
- #: src/admin-views/tribe-options-general.php:67
7781
- msgid ""
7782
- "Show events with the site's other posts. When this box is checked, events "
7783
- "will also continue to appear on the default events page."
7784
  msgstr ""
7785
 
7786
- #: src/admin-views/tribe-options-general.php:73
7787
- #: src/admin-views/tribe-options-general.php:89
7788
- msgid "Events URL slug"
7789
  msgstr ""
7790
 
7791
- #: src/admin-views/tribe-options-general.php:76
7792
- msgid ""
7793
- "The current URL for your events page is %1$s. <br><br> You cannot edit the "
7794
- "slug for your events page as you do not have pretty permalinks enabled. In "
7795
- "order to edit the slug here, <a href=\"%2$s\">enable pretty permalinks</a>."
7796
  msgstr ""
7797
 
7798
- #: src/admin-views/tribe-options-general.php:96
7799
- msgid "The slug used for building the events URL."
7800
  msgstr ""
7801
 
7802
- #: src/admin-views/tribe-options-general.php:96
7803
- msgid "Your current events URL is: %s"
7804
  msgstr ""
7805
 
7806
- #: src/admin-views/tribe-options-general.php:101
7807
- msgid "Here is the iCal feed URL for your events:"
7808
  msgstr ""
7809
 
7810
- #: src/admin-views/tribe-options-general.php:106
7811
- msgid "Single event URL slug"
7812
  msgstr ""
7813
 
7814
- #: src/admin-views/tribe-options-general.php:113
7815
- msgid ""
7816
- "The above should ideally be plural, and this singular.<br />Your single "
7817
- "event URL is: %s"
7818
  msgstr ""
7819
 
7820
- #: src/admin-views/tribe-options-general.php:118
7821
- msgid "End of day cutoff"
7822
  msgstr ""
7823
 
7824
- #: src/admin-views/tribe-options-general.php:139
7825
- msgid ""
7826
- "Have an event that runs past midnight? Select a time after that event's end "
7827
- "to avoid showing the event on the next day's calendar."
7828
  msgstr ""
7829
 
7830
- #: src/admin-views/tribe-options-general.php:144
7831
- msgid "Default currency symbol"
 
7832
  msgstr ""
7833
 
7834
- #: src/admin-views/tribe-options-general.php:145
7835
- msgid ""
7836
- "Set the default currency symbol for event costs. Note that this only impacts "
7837
- "future events, and changes made will not apply retroactively."
7838
  msgstr ""
7839
 
7840
- #: src/admin-views/tribe-options-general.php:152
7841
- msgid "Default currency code"
7842
  msgstr ""
7843
 
7844
- #: src/admin-views/tribe-options-general.php:153
7845
- msgid ""
7846
- "Set the default currency ISO-4217 code for event costs. This is a three-"
7847
- "letter code and is mainly used for data/SEO purposes."
7848
  msgstr ""
7849
 
7850
- #: src/admin-views/tribe-options-general.php:160
7851
- msgid "USD"
7852
  msgstr ""
7853
 
7854
- #: src/admin-views/tribe-options-general.php:165
7855
- msgid "Currency symbol follows value"
7856
  msgstr ""
7857
 
7858
- #: src/admin-views/tribe-options-general.php:166
7859
- msgid ""
7860
- "The currency symbol normally precedes the value. Enabling this option "
7861
- "positions the symbol after the value."
7862
  msgstr ""
7863
 
7864
- #: src/admin-views/tribe-options-general.php:172
7865
- msgid "Duplicate Venues &amp; Organizers"
 
7866
  msgstr ""
7867
 
7868
- #: src/admin-views/tribe-options-general.php:172
7869
- msgid ""
7870
- "Click this button to automatically merge identical venues and organizers."
7871
  msgstr ""
7872
 
7873
- #: src/admin-views/tribe-options-general.php:176
7874
- msgid "Move to trash events older than"
 
7875
  msgstr ""
7876
 
7877
- #: src/admin-views/tribe-options-general.php:177
7878
- msgid "This option allows you to automatically move past events to trash."
 
7879
  msgstr ""
7880
 
7881
- #: src/admin-views/tribe-options-general.php:183
7882
- #: src/admin-views/tribe-options-general.php:201
7883
- msgid "1 month"
7884
  msgstr ""
7885
 
7886
- #: src/admin-views/tribe-options-general.php:184
7887
- #: src/admin-views/tribe-options-general.php:202
7888
- msgid "3 months"
7889
  msgstr ""
7890
 
7891
- #: src/admin-views/tribe-options-general.php:185
7892
- #: src/admin-views/tribe-options-general.php:203
7893
- msgid "6 months"
7894
  msgstr ""
7895
 
7896
- #: src/admin-views/tribe-options-general.php:186
7897
- #: src/admin-views/tribe-options-general.php:204
7898
- msgid "9 months"
7899
  msgstr ""
7900
 
7901
- #: src/admin-views/tribe-options-general.php:187
7902
- #: src/admin-views/tribe-options-general.php:205
7903
- msgid "1 year"
7904
  msgstr ""
7905
 
7906
- #: src/admin-views/tribe-options-general.php:188
7907
- #: src/admin-views/tribe-options-general.php:206
7908
- msgid "2 years"
7909
  msgstr ""
7910
 
7911
- #: src/admin-views/tribe-options-general.php:189
7912
- #: src/admin-views/tribe-options-general.php:207
7913
- msgid "3 years"
7914
  msgstr ""
7915
 
7916
- #: src/admin-views/tribe-options-general.php:194
7917
- msgid "Permanently delete events older than"
 
7918
  msgstr ""
7919
 
7920
- #: src/admin-views/tribe-options-general.php:195
7921
- msgid ""
7922
- "This option allows you to bulk delete past events. Be careful and backup "
7923
- "your database before removing your events as there is no way to reverse the "
7924
- "changes."
7925
  msgstr ""
7926
 
7927
- #: src/admin-views/tribe-options-general.php:212
7928
- msgid "Miscellaneous Settings"
 
7929
  msgstr ""
7930
 
7931
- #: src/admin-views/tribe-options-general.php:225
7932
- #: src/admin-views/tribe-options-general.php:226
7933
- msgid "View Welcome Page"
7934
  msgstr ""
7935
 
7936
- #: src/admin-views/tribe-options-general.php:226
7937
- msgid "View the page that displayed when you initially installed the plugin."
7938
  msgstr ""
7939
 
7940
- #: src/admin-views/tribe-options-general.php:238
7941
- msgid "Map Settings"
 
7942
  msgstr ""
7943
 
7944
- #: src/admin-views/tribe-options-general.php:242
7945
- msgid "Enable Maps"
 
7946
  msgstr ""
7947
 
7948
- #: src/admin-views/tribe-options-general.php:243
7949
- msgid "Check to enable maps for events and venues."
7950
  msgstr ""
7951
 
7952
- #: src/admin-views/tribe-options-general.php:250
7953
- msgid "Google Maps default zoom level"
7954
  msgstr ""
7955
 
7956
- #: src/admin-views/tribe-options-general.php:251
7957
- msgid "0 = zoomed out; 21 = zoomed in."
 
7958
  msgstr ""
7959
 
7960
- #: src/admin-views/tribe-options-general.php:263
7961
- msgid "Filter Activation"
7962
  msgstr ""
7963
 
7964
- #: src/admin-views/tribe-options-general.php:265
7965
- msgid "Calendar view is updated immediately when a filter is selected"
 
7966
  msgstr ""
7967
 
7968
- #: src/admin-views/tribe-options-general.php:266
7969
- msgid "Submit button activates any selected filters"
7970
  msgstr ""
7971
 
7972
- #: src/admin-views/tribe-options-general.php:268
7973
- msgid ""
7974
- "Note: Automatic update may not be fully compliant with Web Accessibility "
7975
- "Standards."
7976
  msgstr ""
7977
 
7978
- #: src/admin-views/tribe-options-general.php:290
7979
- msgid "Enabled: datepicker selections automatically update calendar views"
 
 
7980
  msgstr ""
7981
 
7982
- #: src/admin-views/tribe-options-general.php:301
7983
- msgid "Disabled: users must click Find Events to search by date"
 
7984
  msgstr ""
7985
 
7986
- #: src/admin-views/tribe-options-general.php:306
7987
- msgid "Live Refresh"
 
7988
  msgstr ""
7989
 
7990
- #: src/admin-views/tribe-options-general.php:312
7991
- msgid ""
7992
- "This option is disabled when \"Disable the Event Search Bar\" is checked on "
7993
- "the Display settings tab."
7994
  msgstr ""
7995
 
7996
- #: src/admin-views/tribe-options-network.php:15
7997
- msgid "Network Settings"
 
7998
  msgstr ""
7999
 
8000
- #: src/admin-views/tribe-options-network.php:19
8001
- msgid ""
8002
- "This is where all of the global network settings for The Events Calendar can "
8003
- "be modified."
 
8004
  msgstr ""
8005
 
8006
- #: src/admin-views/tribe-options-network.php:27
8007
- msgid "Hide the following settings tabs on every site:"
 
 
 
8008
  msgstr ""
8009
 
8010
- #: src/admin-views/tribe-options-timezones.php:7
8011
- msgid "Enable Time Zone support"
 
 
 
 
 
 
8012
  msgstr ""
8013
 
8014
- #: src/admin-views/tribe-options-timezones.php:9
8015
- msgid "Update Time Zone Data"
 
8016
  msgstr ""
8017
 
8018
- #: src/admin-views/tribe-options-timezones.php:10
8019
- msgid ""
8020
- "Click this button to update your database and take advantage of additional "
8021
- "time zone capabilities. Please <a href=\"%s\" target=\"_blank\">configure "
8022
- "WordPress</a> to use the correct time zone before clicking this button!"
8023
  msgstr ""
8024
 
8025
- #: src/admin-views/tribe-options-timezones.php:30
8026
- msgid "Time Zone Settings"
 
8027
  msgstr ""
8028
 
8029
- #: src/admin-views/tribe-options-timezones.php:38
8030
- msgid "Time zone mode"
 
 
8031
  msgstr ""
8032
 
8033
- #: src/admin-views/tribe-options-timezones.php:42
8034
- msgid "Use manual time zones for each event"
 
8035
  msgstr ""
8036
 
8037
- #: src/admin-views/tribe-options-timezones.php:43
8038
- msgid "Use the site-wide time zone everywhere"
8039
  msgstr ""
8040
 
8041
- #: src/admin-views/tribe-options-timezones.php:48
8042
- msgid "Show time zone"
8043
  msgstr ""
8044
 
8045
- #: src/admin-views/tribe-options-timezones.php:49
8046
- msgid ""
8047
- "Appends the time zone to the end of event scheduling information &ndash; "
8048
- "this can be useful when you have events in numerous different time zones."
8049
  msgstr ""
8050
 
8051
- #: src/admin-views/tribe-options-upgrade.php:16
8052
- msgid "You're all set!"
 
8053
  msgstr ""
8054
 
8055
- #: src/admin-views/tribe-options-upgrade.php:18
8056
- msgid ""
8057
- "Go check out your new calendar designs! Each calendar view has been updated, "
8058
- "so feel free to enable views you may not have been using. If necessary, you "
8059
- "can revert back to the legacy calendar views in the Display tab of your "
8060
- "Event Settings."
8061
  msgstr ""
8062
 
8063
- #: src/admin-views/tribe-options-upgrade.php:50
8064
- msgid "A new look for The Events Calendar is here!"
 
8065
  msgstr ""
8066
 
8067
- #: src/admin-views/tribe-options-upgrade.php:52
8068
- msgid "Upgrade your calendar."
 
8069
  msgstr ""
8070
 
8071
- #: src/admin-views/tribe-options-upgrade.php:54
8072
- msgid ""
8073
- "We've redesigned all of the calendar views to give you and your users a "
8074
- "better experience. Beyond a brand new look, we've optimized every design for "
8075
- "mobile and introduced key improvements for each view."
8076
  msgstr ""
8077
 
8078
- #: src/admin-views/tribe-options-upgrade.php:56
8079
- msgid "Start your upgrade"
 
8080
  msgstr ""
8081
 
8082
- #: src/admin-views/tribe-options-upgrade.php:58
8083
- msgid "Learn more about the upgrade"
 
8084
  msgstr ""
8085
 
8086
- #: src/admin-views/tribe-options-upgrade.php:61
8087
- msgid "Step 1 of 2"
 
8088
  msgstr ""
8089
 
8090
- #: src/admin-views/tribe-options-upgrade.php:89
8091
- msgid "Confirm your upgrade"
 
8092
  msgstr ""
8093
 
8094
- #: src/admin-views/tribe-options-upgrade.php:94
8095
- msgid "Existing calendar customizations will be overridden."
 
8096
  msgstr ""
8097
 
8098
- #: src/admin-views/tribe-options-upgrade.php:95
8099
- msgid ""
8100
- "If you have any template overrides, custom calendar CSS, or other code "
8101
- "customizations to your calendar, those modifications will be overridden by "
8102
- "the new designs."
8103
  msgstr ""
8104
 
8105
- #: src/admin-views/tribe-options-upgrade.php:100
8106
- msgid "We recommend making this update on a %1$sstaging site%2$s."
 
8107
  msgstr ""
8108
 
8109
- #: src/admin-views/tribe-options-upgrade.php:104
8110
- msgid ""
8111
- "This is especially true if you have made any code customizations to your "
8112
- "calendar."
8113
  msgstr ""
8114
 
8115
- #: src/admin-views/tribe-options-upgrade.php:108
8116
- msgid "Let's go!"
 
8117
  msgstr ""
8118
 
8119
- #: src/admin-views/tribe-options-upgrade.php:109
8120
- msgid "I'm not ready"
 
8121
  msgstr ""
8122
 
8123
- #: src/admin-views/tribe-options-upgrade.php:111
8124
- msgid "Step 2 of 2"
 
8125
  msgstr ""
8126
 
8127
- #: src/admin-views/updates/6.0.0.php:29
8128
- msgid "Welcome to"
 
8129
  msgstr ""
8130
 
8131
- #: src/admin-views/updates/6.0.0.php:30
8132
- msgid "The Events Calendar 6.0"
 
8133
  msgstr ""
8134
 
8135
- #: src/admin-views/updates/6.0.0.php:31 src/admin-views/updates/6.0.0.php:120
8136
- msgid "Take me to Settings "
 
8137
  msgstr ""
8138
 
8139
- #: src/admin-views/updates/6.0.0.php:41
8140
- msgid "What’s New in The Events Calendar 6.0"
 
 
8141
  msgstr ""
8142
 
8143
- #: src/admin-views/updates/6.0.0.php:44
8144
- msgid "Video describing features on The Events Calendar 6.0"
 
8145
  msgstr ""
8146
 
8147
- #: src/admin-views/updates/6.0.0.php:50
8148
- msgid ""
8149
- "We’re excited to bring all of our users faster event creation and editing in "
8150
- "the WordPress dashboard as well as quicker loading times for your website’s "
8151
- "calendar."
8152
  msgstr ""
8153
 
8154
- #: src/admin-views/updates/6.0.0.php:51
8155
- msgid ""
8156
- "Watch the video or check out the <a href=\"%s\">release notes</a> to learn "
8157
- "more."
8158
  msgstr ""
8159
 
8160
- #: src/admin-views/updates/6.0.0.php:53
8161
- msgid ""
8162
- "Be sure to <a href=\"%s\">migrate</a> to the new data storage system so you "
8163
- "can take advantage of the improved performance."
8164
  msgstr ""
8165
 
8166
- #: src/admin-views/updates/6.0.0.php:59
8167
- msgid "Lightening bolt icon"
 
8168
  msgstr ""
8169
 
8170
- #: src/admin-views/updates/6.0.0.php:60
8171
- msgid "New Features for Events Calendar Pro"
 
8172
  msgstr ""
8173
 
8174
- #: src/admin-views/updates/6.0.0.php:64
8175
- msgid ""
8176
- "A game-changing ✨new✨ post type, Series, allows you to group and display any "
8177
- "single or recurring events together like never before."
8178
  msgstr ""
8179
 
8180
- #: src/admin-views/updates/6.0.0.php:65
8181
- msgid ""
8182
- "With Series, you can edit an individual occurrence of a recurring event "
8183
- "without disconnecting it from the others, allowing you to build complex "
8184
- "event Series with different venues, images, and more."
8185
  msgstr ""
8186
 
8187
- #: src/admin-views/updates/6.0.0.php:66
8188
- msgid "Watch a video"
8189
  msgstr ""
8190
 
8191
- #: src/admin-views/updates/6.0.0.php:66
8192
- msgid "See a demo"
8193
  msgstr ""
8194
 
8195
- #: src/admin-views/updates/6.0.0.php:70 src/admin-views/updates/6.0.0.php:75
8196
- #: src/admin-views/updates/6.0.0.php:79 src/admin-views/updates/6.0.0.php:85
8197
- msgid "Event series graphic"
8198
  msgstr ""
8199
 
8200
- #: src/admin-views/updates/6.0.0.php:76
8201
- msgid "Advanced editing options"
8202
  msgstr ""
8203
 
8204
- #: src/admin-views/updates/6.0.0.php:76
8205
- msgid ""
8206
- "for recurring events give you more possibilities for complex event "
8207
- "management."
8208
  msgstr ""
8209
 
8210
- #: src/admin-views/updates/6.0.0.php:80
8211
- msgid "With the Duplicate Event Tool"
 
8212
  msgstr ""
8213
 
8214
- #: src/admin-views/updates/6.0.0.php:80
8215
- msgid ""
8216
- "you can replicate and modify any events in seconds, making event creation a "
8217
- "breeze."
8218
  msgstr ""
8219
 
8220
- #: src/admin-views/updates/6.0.0.php:86
8221
- msgid ""
8222
- "Upgrade to <a href=\"%s\">Events Calendar Pro</a> to unlock these features."
8223
  msgstr ""
8224
 
8225
- #: src/admin-views/updates/6.0.0.php:95
8226
- msgid "Light bulb icon"
 
8227
  msgstr ""
8228
 
8229
- #: src/admin-views/updates/6.0.0.php:96
8230
- msgid "Legacy Views"
8231
  msgstr ""
8232
 
8233
- #: src/admin-views/updates/6.0.0.php:98
8234
- msgid ""
8235
- "We have fully removed the legacy views from The Events Calendar 6.0. Your "
8236
- "views have been automatically updated."
8237
  msgstr ""
8238
 
8239
- #: src/admin-views/updates/6.0.0.php:103
8240
- msgid "Resources"
8241
  msgstr ""
8242
 
8243
- #: src/admin-views/updates/6.0.0.php:105
8244
- msgid "Migrating Your Site"
8245
  msgstr ""
8246
 
8247
- #: src/admin-views/updates/6.0.0.php:106
8248
- msgid "Event Series"
8249
  msgstr ""
8250
 
8251
- #: src/admin-views/updates/6.0.0.php:107
8252
- msgid "Creating Recurring Events"
 
 
8253
  msgstr ""
8254
 
8255
- #: src/admin-views/updates/6.0.0.php:108
8256
- msgid "Duplicating Events"
8257
  msgstr ""
8258
 
8259
- #: src/admin-views/updates/6.0.0.php:109
8260
- msgid "Recurring Events & Tickets"
 
8261
  msgstr ""
8262
 
8263
- #: src/admin-views/updates/6.0.0.php:110
8264
- msgid "Community Events & Series"
 
8265
  msgstr ""
8266
 
8267
- #: src/admin-views/updates/6.0.0.php:111
8268
- msgid "Release Notes"
 
8269
  msgstr ""
8270
 
8271
- #: src/admin-views/updates/6.0.0.php:112
8272
- msgid "Get Support"
 
8273
  msgstr ""
8274
 
8275
- #: src/admin-views/updates/6.0.0.php:119
8276
- msgid ""
8277
- "We won't post this page again once you skip to The Events Calendar Settings."
8278
  msgstr ""
8279
 
8280
- #: src/admin-views/venue-meta-box.php:265
8281
- msgid "%s Name can not be empty"
 
8282
  msgstr ""
8283
 
8284
- #: src/admin-views/venue-meta-box.php:271
8285
- msgid "%s Name already exists"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8286
  msgstr ""
8287
 
8288
- #: src/deprecated/facebook.php:10
8289
- msgid ""
8290
- "One-time imports include all currently listed events, while scheduled "
8291
- "imports automatically grab new events and updates from Facebook on a set "
8292
- "schedule. Single events can be added via a one-time import."
8293
  msgstr ""
8294
 
8295
- #: src/deprecated/facebook.php:36
8296
- msgid "Please log in to enable event imports from Facebook."
 
8297
  msgstr ""
8298
 
8299
- #: src/deprecated/facebook.php:42
8300
- msgid "Log into Facebook"
 
8301
  msgstr ""
8302
 
8303
- #: src/deprecated/facebook.php:120
8304
- msgid "facebook.com/example"
 
8305
  msgstr ""
8306
 
8307
- #: src/deprecated/facebook.php:121
8308
- msgid ""
8309
- "Enter the url for a Facebook group or page. You can also enter the url of a "
8310
- "single Facebook event."
8311
  msgstr ""
8312
 
8313
- #: src/deprecated/facebook.php:136
8314
- msgid "Invalid Facebook URL"
 
8315
  msgstr ""
8316
 
8317
- #: src/functions/php-min-version.php:51
8318
- msgctxt "Plugin A \"and\" Plugin B"
8319
- msgid " and "
 
8320
  msgstr ""
8321
 
8322
- #: src/functions/php-min-version.php:52
8323
- msgctxt "Plugin A\",\" Plugin B"
8324
- msgid ", "
 
8325
  msgstr ""
8326
 
8327
- #: src/functions/php-min-version.php:64
8328
- msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
8329
- msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
8330
- msgstr[0] ""
8331
- msgstr[1] ""
8332
-
8333
- #: src/functions/php-min-version.php:74
8334
- msgid ""
8335
- "To allow better control over dates, advanced security improvements and "
8336
- "performance gain."
8337
  msgstr ""
8338
 
8339
- #: src/functions/php-min-version.php:76
8340
- msgid ""
8341
- "Contact your Host or your system administrator and ask to upgrade to the "
8342
- "latest version of PHP."
8343
  msgstr ""
8344
 
8345
- #: src/functions/template-tags/date.php:77
8346
- msgid "The function needs to be passed an $event or used in the loop."
 
8347
  msgstr ""
8348
 
8349
- #: src/functions/template-tags/general.php:170
8350
- msgctxt ""
8351
- "The default text label for the \"today\" button on main calendar views."
8352
- msgid "Today"
8353
  msgstr ""
8354
 
8355
- #. translators: %s is the singular translation of "Event"
8356
- #: src/functions/template-tags/general.php:556
8357
- msgctxt "category list label"
8358
- msgid "%s Category"
8359
- msgid_plural "%s Categories"
8360
- msgstr[0] ""
8361
- msgstr[1] ""
8362
-
8363
- #: src/functions/template-tags/general.php:596
8364
- #: src/functions/template-tags/general.php:678
8365
- msgid "Tags:"
8366
  msgstr ""
8367
 
8368
- #: src/functions/template-tags/general.php:794
8369
- msgid "Loading %s"
 
8370
  msgstr ""
8371
 
8372
- #: src/functions/template-tags/general.php:1350
8373
- #: src/views/v2/widgets/widget-events-list/event/date.php:26
8374
- msgctxt "All day label for event"
8375
- msgid "All day"
8376
  msgstr ""
8377
 
8378
- #: src/functions/template-tags/general.php:1455
8379
- msgid "Calendar powered by %s"
 
8380
  msgstr ""
8381
 
8382
- #: src/functions/template-tags/google-map.php:93
8383
- msgid "Click to view a Google Map"
 
8384
  msgstr ""
8385
 
8386
- #: src/functions/template-tags/google-map.php:94
8387
- msgid "+ Google Map"
 
8388
  msgstr ""
8389
 
8390
- #: src/functions/template-tags/venue.php:976
8391
- #: src/views/v2/day/event/venue.php:23
8392
- #: src/views/v2/latest-past/event/venue.php:23
8393
- #: src/views/v2/list/event/venue.php:23
8394
- msgctxt "Address separator"
8395
- msgid ", "
8396
  msgstr ""
8397
 
8398
  #: src/views/blocks/classic-event-details.php:52
8399
- #: src/views/blocks/parts/details.php:54 src/views/modules/meta/details.php:54
 
8400
  msgid "Time:"
8401
  msgstr ""
8402
 
@@ -8405,21 +7648,23 @@ msgstr ""
8405
  msgid "All day"
8406
  msgstr ""
8407
 
8408
- #: src/views/blocks/event-tags.php:19
8409
- msgid "Tags"
8410
- msgstr ""
8411
-
8412
- #: src/views/blocks/parts/details.php:63 src/views/modules/meta/details.php:62
8413
  msgid "Details"
8414
  msgstr ""
8415
 
8416
- #: src/views/blocks/parts/details.php:84 src/views/blocks/parts/details.php:112
8417
- #: src/views/modules/meta/details.php:77 src/views/modules/meta/details.php:105
 
 
8418
  msgid "End:"
8419
  msgstr ""
8420
 
8421
- #: src/views/blocks/parts/details.php:94 src/views/blocks/parts/details.php:125
8422
- #: src/views/modules/meta/details.php:87 src/views/modules/meta/details.php:118
 
 
8423
  msgid "Date:"
8424
  msgstr ""
8425
 
@@ -8442,13 +7687,15 @@ msgstr ""
8442
  msgid "In a location"
8443
  msgstr ""
8444
 
8445
- #: src/views/single-event/back-link.php:18 src/views/single-event.php:78
 
8446
  msgctxt "%s Events plural label"
8447
  msgid "All %s"
8448
  msgstr ""
8449
 
8450
- #: src/views/single-event/footer.php:21 src/views/single-event.php:96
8451
  #: src/views/single-event.php:130
 
8452
  msgid "%s Navigation"
8453
  msgstr ""
8454
 
@@ -8460,6 +7707,18 @@ msgstr ""
8460
  msgid "see all"
8461
  msgstr ""
8462
 
 
 
 
 
 
 
 
 
 
 
 
 
8463
  #. translators: %s: events (plural).
8464
  #: src/views/v2/components/events-bar/search/keyword.php:19
8465
  msgid "Search for %s"
@@ -8475,22 +7734,10 @@ msgstr ""
8475
  msgid "Find %s"
8476
  msgstr ""
8477
 
8478
- #: src/views/v2/components/events-bar/search-button.php:24
8479
- msgid "Search"
8480
- msgstr ""
8481
-
8482
  #: src/views/v2/components/events-bar/views.php:29
8483
  msgid "%s Views Navigation"
8484
  msgstr ""
8485
 
8486
- #: src/views/v2/components/events-bar.php:23
8487
- msgid "Views Navigation"
8488
- msgstr ""
8489
-
8490
- #: src/views/v2/components/events-bar.php:24
8491
- msgid "%s Search and Views Navigation"
8492
- msgstr ""
8493
-
8494
  #: src/views/v2/components/loader.php:22
8495
  msgid "Loading view."
8496
  msgstr ""
@@ -8505,15 +7752,19 @@ msgstr ""
8505
 
8506
  #: src/views/v2/day/nav/next-disabled.php:19
8507
  #: src/views/v2/day/nav/next-disabled.php:20
8508
- #: src/views/v2/day/nav/next-disabled.php:23 src/views/v2/day/nav/next.php:24
8509
- #: src/views/v2/day/nav/next.php:25 src/views/v2/day/nav/next.php:28
 
 
8510
  msgid "Next Day"
8511
  msgstr ""
8512
 
8513
  #: src/views/v2/day/nav/prev-disabled.php:19
8514
  #: src/views/v2/day/nav/prev-disabled.php:20
8515
- #: src/views/v2/day/nav/prev-disabled.php:24 src/views/v2/day/nav/prev.php:24
8516
- #: src/views/v2/day/nav/prev.php:25 src/views/v2/day/nav/prev.php:29
 
 
8517
  msgid "Previous Day"
8518
  msgstr ""
8519
 
@@ -8556,7 +7807,8 @@ msgstr ""
8556
 
8557
  #. translators: %s: Event (plural or singular).
8558
  #: src/views/v2/list/nav/next-disabled.php:17
8559
- #: src/views/v2/list/nav/next-disabled.php:20 src/views/v2/list/nav/next.php:19
 
8560
  #: src/views/v2/list/nav/next.php:22
8561
  #: src/views/v2/list/top-bar/nav/next-disabled.php:15
8562
  #: src/views/v2/list/top-bar/nav/next.php:17
@@ -8565,15 +7817,15 @@ msgstr ""
8565
 
8566
  #. translators: %s: Event (plural or singular).
8567
  #: src/views/v2/list/nav/prev-disabled.php:16
8568
- #: src/views/v2/list/nav/prev-disabled.php:19 src/views/v2/list/nav/prev.php:19
 
8569
  #: src/views/v2/list/nav/prev.php:22
8570
  #: src/views/v2/list/top-bar/nav/prev-disabled.php:15
8571
  #: src/views/v2/list/top-bar/nav/prev.php:17
8572
  msgid "Previous %1$s"
8573
  msgstr ""
8574
 
8575
- #. translators: %1$s: number of events, %2$s: event (singular), %3$s: events
8576
- #. (plural).
8577
  #: src/views/v2/month/calendar-body/day/cell-title.php:44
8578
  #: src/views/v2/month/calendar-body/day/date.php:56
8579
  msgid "%1$s %2$s"
@@ -8634,12 +7886,361 @@ msgstr ""
8634
  msgid "Manual Test"
8635
  msgstr ""
8636
 
8637
- #. Description of the plugin/theme
8638
- msgid ""
8639
- "The Events Calendar is a carefully crafted, extensible plugin that lets you "
8640
- "easily share your events. Beautiful. Solid. Awesome."
8641
  msgstr ""
8642
 
8643
- #. Author URI of the plugin/theme
8644
- msgid "https://evnt.is/1x"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8645
  msgstr ""
1
+ # Copyright (C) 2022 The Events Calendar
2
+ # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: The Events Calendar 6.0.5\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/the-events-calendar\n"
7
+ "Last-Translator: \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
+ "POT-Creation-Date: 2022-11-28T09:01:05-08:00\n"
13
+ "PO-Revision-Date: 2022-11-28 17:01\n"
14
+ "X-Generator: WP-CLI 2.7.1\n"
15
+ "X-Domain: the-events-calendar\n"
 
 
 
 
16
 
17
+ #. Plugin Name of the plugin
18
+ #. Author of the plugin
19
+ #: src/admin-views/admin-welcome-message.php:29
20
+ #: src/functions/template-tags/general.php:1455
21
+ #: src/Tribe/Main.php:941
22
+ #: src/Tribe/Main.php:1383
23
+ #: src/Tribe/Privacy.php:29
24
+ #: the-events-calendar.php:55
25
+ msgid "The Events Calendar"
26
  msgstr ""
27
 
28
+ #. Description of the plugin
29
+ msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome."
 
 
 
30
  msgstr ""
31
 
32
+ #. Author URI of the plugin
33
+ msgid "https://evnt.is/1x"
34
  msgstr ""
35
 
36
+ #. translators: the placeholder will contain the semantic version of The Events Calenda plugin, e.g. 1.2.3
37
+ #: src/admin-views/admin-update-message.php:12
38
+ msgid "You are running Version %s and deserve a hug :-)"
39
  msgstr ""
40
 
41
+ #: src/admin-views/admin-update-message.php:36
42
+ msgid "Keep the Core Plugin %sFREE%s!"
 
 
 
 
43
  msgstr ""
44
 
45
+ #: src/admin-views/admin-update-message.php:37
46
+ msgid "Every time you rate %s5 stars%s, a fairy is born. Okay maybe not, but more happy users mean more contributions and help on the forums. The community NEEDS your voice."
47
  msgstr ""
48
 
49
+ #: src/admin-views/admin-update-message.php:38
50
+ msgid "Rate It"
 
 
 
51
  msgstr ""
52
 
53
+ #: src/admin-views/admin-update-message.php:41
54
+ msgid "PSST... Want a Discount?"
55
  msgstr ""
56
 
57
+ #: src/admin-views/admin-update-message.php:42
58
+ msgid "We send out discounts to our core users via our newsletter."
59
  msgstr ""
60
 
61
+ #: src/admin-views/admin-update-message.php:47
62
+ msgid "Add me to the list"
63
  msgstr ""
64
 
65
+ #: src/admin-views/admin-update-message.php:52
66
+ #: src/admin-views/admin-welcome-message.php:113
67
+ msgid "Sign Up"
68
  msgstr ""
69
 
70
+ #: src/admin-views/admin-update-message.php:59
71
+ msgid "Looking for Something Special?"
 
 
 
72
  msgstr ""
73
 
74
+ #: src/admin-views/admin-update-message.php:61
75
+ msgid "Pro"
76
  msgstr ""
77
 
78
+ #: src/admin-views/admin-update-message.php:62
79
+ msgid "Tickets"
 
 
 
 
80
  msgstr ""
81
 
82
+ #: src/admin-views/admin-update-message.php:63
83
+ msgid "Community Events"
 
 
 
 
84
  msgstr ""
85
 
86
+ #: src/admin-views/admin-update-message.php:64
87
+ msgid "Filters"
 
 
 
88
  msgstr ""
89
 
90
+ #: src/admin-views/admin-update-message.php:65
91
+ #: src/admin-views/aggregator/settings.php:719
92
+ #: src/admin-views/aggregator/settings.php:759
93
+ msgid "Imports"
94
  msgstr ""
95
 
96
+ #: src/admin-views/admin-update-message.php:68
97
+ msgid "News For Events Users"
98
  msgstr ""
99
 
100
+ #: src/admin-views/admin-welcome-message.php:14
101
+ #: src/admin-views/admin-welcome-message.php:20
102
+ #: src/admin-views/updates/6.0.0.php:18
103
+ msgid "Shapes and lines for visual interest"
104
  msgstr ""
105
 
106
+ #: src/admin-views/admin-welcome-message.php:27
107
+ #: src/admin-views/aggregator/origins/csv.php:88
108
+ #: src/admin-views/aggregator/origins/csv.php:97
109
+ #: src/admin-views/updates/6.0.0.php:25
110
+ msgid "The Events Calendar logo"
111
  msgstr ""
112
 
113
+ #: src/admin-views/admin-welcome-message.php:30
114
+ msgid "Thanks for installing The Events Calendar! Here are some handy resources for getting started with our plugins."
115
  msgstr ""
116
 
117
+ #: src/admin-views/admin-welcome-message.php:34
118
+ msgid "Quick Links:"
119
  msgstr ""
120
 
121
+ #: src/admin-views/admin-welcome-message.php:36
122
+ msgid "Configure Settings"
123
  msgstr ""
124
 
125
+ #: src/admin-views/admin-welcome-message.php:37
126
+ msgid "Create an Event"
 
 
 
127
  msgstr ""
128
 
129
+ #: src/admin-views/admin-welcome-message.php:38
130
+ msgid "View My Calendar"
 
131
  msgstr ""
132
 
133
+ #: src/admin-views/admin-welcome-message.php:42
134
+ msgid "Helpful Resources"
135
  msgstr ""
136
 
137
+ #: src/admin-views/admin-welcome-message.php:49
138
+ msgid "illustration of a book with The Events Calendar logo"
139
  msgstr ""
140
 
141
+ #: src/admin-views/admin-welcome-message.php:51
142
+ msgid "Getting Started Guide"
143
  msgstr ""
144
 
145
+ #: src/admin-views/admin-welcome-message.php:52
146
+ msgid "New to The Events Calendar? Here's everything you need to get started."
147
  msgstr ""
148
 
149
+ #: src/admin-views/admin-welcome-message.php:53
150
+ msgid "Check out the guide"
 
 
151
  msgstr ""
152
 
153
+ #: src/admin-views/admin-welcome-message.php:59
154
+ msgid "illustration of a thought lightbulb coming from a book"
155
  msgstr ""
156
 
157
+ #: src/admin-views/admin-welcome-message.php:61
158
+ #: src/admin-views/tribe-options-general.php:60
159
+ msgid "Knowledgebase"
160
  msgstr ""
161
 
162
+ #: src/admin-views/admin-welcome-message.php:62
163
+ msgid "Ready to dig deeper? Our Knowledgebase can help you get the most out of The Events Calendar suite."
164
  msgstr ""
165
 
166
+ #: src/admin-views/admin-welcome-message.php:63
167
+ msgid "Dig deeper"
168
  msgstr ""
169
 
170
+ #: src/admin-views/admin-welcome-message.php:69
171
+ msgid "illustration of characters being translated"
 
 
 
172
  msgstr ""
173
 
174
+ #: src/admin-views/admin-welcome-message.php:71
175
+ msgid "Translations"
176
  msgstr ""
177
 
178
+ #: src/admin-views/admin-welcome-message.php:72
179
+ msgid "Need a language other than English? We've got you covered here."
180
  msgstr ""
181
 
182
+ #: src/admin-views/admin-welcome-message.php:73
183
+ #: src/admin-views/aggregator/banners/eventbrite-upsell.php:17
184
+ #: src/admin-views/notices/update-6-0-0.php:29
185
+ #: src/admin-views/updates/6.0.0.php:66
186
+ #: src/admin-views/updates/6.0.0.php:100
187
+ #: src/resources/js/tec-update-6.0.0-notice.js:23
188
+ msgid "Learn more"
189
  msgstr ""
190
 
191
+ #: src/admin-views/admin-welcome-message.php:80
192
+ msgid "illustration of a phone screen with a person's face"
 
 
 
193
  msgstr ""
194
 
195
+ #: src/admin-views/admin-welcome-message.php:82
196
+ msgid "Virtual Event Resources"
197
  msgstr ""
198
 
199
+ #: src/admin-views/admin-welcome-message.php:83
200
+ msgid "Tips and tools to help with planning online events, webinars, and more on WordPress and beyond."
201
  msgstr ""
202
 
203
+ #: src/admin-views/admin-welcome-message.php:84
204
+ msgid "Get started with online events"
205
  msgstr ""
206
 
207
+ #: src/admin-views/admin-welcome-message.php:91
208
+ msgid "illustration of an event moving from one calendar to another"
209
  msgstr ""
210
 
211
+ #: src/admin-views/admin-welcome-message.php:93
212
+ msgid "Migrating events from another calendar?"
213
  msgstr ""
214
 
215
+ #: src/admin-views/admin-welcome-message.php:94
216
+ msgid "We can help with that"
 
 
 
 
217
  msgstr ""
218
 
219
+ #: src/admin-views/admin-welcome-message.php:100
220
+ msgid "book with The Events Calendar logo"
 
221
  msgstr ""
222
 
223
+ #: src/admin-views/admin-welcome-message.php:102
224
+ msgid "Want to take your events to the next level?"
 
225
  msgstr ""
226
 
227
+ #: src/admin-views/admin-welcome-message.php:103
228
+ msgid "Check out our suite of add-ons"
 
229
  msgstr ""
230
 
231
+ #: src/admin-views/admin-welcome-message.php:107
232
+ msgid "Want this emailed to you?"
 
233
  msgstr ""
234
 
235
+ #: src/admin-views/admin-welcome-message.php:108
236
+ msgid "Keep this list of links on hand and stay subscribed to receive tips and tricks about The Events Calendar products."
 
 
237
  msgstr ""
238
 
239
+ #: src/admin-views/admin-welcome-message.php:111
240
+ msgid "Your email"
 
241
  msgstr ""
242
 
243
+ #: src/admin-views/admin-welcome-message.php:125
244
+ msgid "The Events Calendar brand logo"
 
 
 
245
  msgstr ""
246
 
247
+ #: src/admin-views/aggregator/banners/eventbrite-upsell.php:14
248
+ msgid "Do more with Eventbrite Tickets"
 
 
249
  msgstr ""
250
 
251
+ #: src/admin-views/aggregator/banners/eventbrite-upsell.php:19
252
+ #: src/Tribe/Aggregator/Tabs/New.php:535
253
+ msgid "opens in a new window"
 
 
254
  msgstr ""
255
 
256
+ #: src/admin-views/aggregator/fields/schedule.php:3
257
+ msgid "Schedule:"
 
 
 
258
  msgstr ""
259
 
260
+ #: src/admin-views/aggregator/fields/schedule.php:32
261
+ msgid "Import runs daily at approximately"
 
 
 
262
  msgstr ""
263
 
264
+ #: src/admin-views/aggregator/fields/schedule.php:38
265
+ msgid "Import runs weekly on"
 
 
266
  msgstr ""
267
 
268
+ #: src/admin-views/aggregator/fields/schedule.php:43
269
+ #: src/admin-views/aggregator/fields/schedule.php:61
270
+ msgid "Day"
271
  msgstr ""
272
 
273
+ #: src/admin-views/aggregator/fields/schedule.php:50
274
+ #: src/admin-views/aggregator/fields/schedule.php:68
275
+ msgid "at approximately"
276
  msgstr ""
277
 
278
+ #: src/admin-views/aggregator/fields/schedule.php:56
279
+ msgid "Import runs monthly on day"
280
  msgstr ""
281
 
282
+ #: src/admin-views/aggregator/fields/schedule.php:79
283
+ #: src/admin-views/events-meta-box.php:101
284
+ #: src/admin-views/events-meta-box.php:116
285
+ msgid "HH:MM"
286
  msgstr ""
287
 
288
+ #: src/admin-views/aggregator/meta-box.php:2
289
+ msgid "Origin:"
290
  msgstr ""
291
 
292
+ #: src/admin-views/aggregator/meta-box.php:5
293
+ #: src/Tribe/Ignored_Events.php:362
294
+ #: src/Tribe/Ignored_Events.php:364
295
+ msgid "Source:"
296
  msgstr ""
297
 
298
+ #: src/admin-views/aggregator/meta-box.php:9
299
+ msgid "Last Import:"
 
 
 
 
300
  msgstr ""
301
 
302
+ #: src/admin-views/aggregator/meta-box.php:14
303
+ #: src/Tribe/Ignored_Events.php:331
304
+ msgid "The last time this event was imported and/or updated via import."
305
  msgstr ""
306
 
307
+ #: src/admin-views/aggregator/meta-box.php:23
308
+ #: src/admin-views/aggregator/meta-box.php:46
309
+ msgid "If this event is re-imported, event fields will be overwritten with any changes from the source."
310
  msgstr ""
311
 
312
+ #: src/admin-views/aggregator/meta-box.php:29
313
+ msgid "If this event is re-imported, event fields that have not been changed locally will be overwritten with any changes from the source."
314
  msgstr ""
315
 
316
+ #: src/admin-views/aggregator/meta-box.php:36
317
+ msgid "This event will not be re-imported and changes made locally will be preserved."
318
  msgstr ""
319
 
320
+ #: src/admin-views/aggregator/meta-box.php:56
321
+ msgid "Change Event Update Authority"
 
 
322
  msgstr ""
323
 
324
+ #: src/admin-views/aggregator/origins/csv.php:4
325
+ msgid "Content Type:"
 
 
326
  msgstr ""
327
 
328
+ #: src/admin-views/aggregator/origins/csv.php:5
329
+ msgid "Select Content Type"
 
 
330
  msgstr ""
331
 
332
+ #: src/admin-views/aggregator/origins/csv.php:6
333
+ msgid "Specify the type of content you wish to import, e.g. events."
 
 
334
  msgstr ""
335
 
336
+ #: src/admin-views/aggregator/origins/csv.php:8
337
+ msgid "For the best results, import venue and organizer files before importing event files."
338
  msgstr ""
339
 
340
+ #: src/admin-views/aggregator/origins/csv.php:40
341
+ #: src/admin-views/aggregator/origins/ics.php:5
342
+ msgid "Choose File:"
343
  msgstr ""
344
 
345
+ #: src/admin-views/aggregator/origins/csv.php:41
346
+ msgid "Choose a CSV file"
347
  msgstr ""
348
 
349
+ #: src/admin-views/aggregator/origins/csv.php:42
350
+ msgid "Select your .CSV file from the WordPress media library. You may need to first upload the file from your computer to the library."
351
  msgstr ""
352
 
353
+ #: src/admin-views/aggregator/origins/csv.php:43
354
+ #: src/admin-views/aggregator/origins/ics.php:9
355
+ msgid "Upload"
356
  msgstr ""
357
 
358
+ #: src/admin-views/aggregator/origins/csv.php:44
359
+ msgid "Upload a CSV File"
360
  msgstr ""
361
 
362
+ #: src/admin-views/aggregator/origins/csv.php:69
363
+ #: src/admin-views/aggregator/origins/ics.php:35
364
+ msgid "No file chosen"
365
  msgstr ""
366
 
367
+ #: src/admin-views/aggregator/origins/csv.php:77
368
+ #: src/admin-views/aggregator/origins/eventbrite.php:219
369
+ #: src/admin-views/aggregator/origins/gcal.php:123
370
+ #: src/admin-views/aggregator/origins/ical.php:119
371
+ #: src/admin-views/aggregator/origins/ics.php:58
372
+ #: src/admin-views/aggregator/origins/meetup.php:148
373
+ #: src/admin-views/aggregator/origins/url.php:127
374
+ #: src/deprecated/facebook.php:147
375
+ msgid "Preview"
376
  msgstr ""
377
 
378
+ #: src/admin-views/aggregator/origins/csv.php:83
379
+ msgid "Need assistance? You can find more information here:"
 
 
380
  msgstr ""
381
 
382
+ #: src/admin-views/aggregator/origins/csv.php:91
383
+ msgid "Importing Calendar Data From a CSV File"
384
  msgstr ""
385
 
386
+ #: src/admin-views/aggregator/origins/csv.php:100
387
+ msgid "CSV File Formatting and Examples "
388
  msgstr ""
389
 
390
+ #: src/admin-views/aggregator/origins/eventbrite.php:6
391
+ #: src/admin-views/aggregator/origins/gcal.php:5
392
+ #: src/admin-views/aggregator/origins/ical.php:5
393
+ #: src/admin-views/aggregator/origins/meetup.php:5
394
+ #: src/admin-views/aggregator/origins/url.php:7
395
+ #: src/deprecated/facebook.php:8
396
+ msgid "Import Type:"
397
  msgstr ""
398
 
399
+ #: src/admin-views/aggregator/origins/eventbrite.php:7
400
+ #: src/admin-views/aggregator/origins/gcal.php:6
401
+ #: src/admin-views/aggregator/origins/ical.php:6
402
+ #: src/admin-views/aggregator/origins/meetup.php:6
403
+ #: src/admin-views/aggregator/origins/url.php:8
404
+ #: src/deprecated/facebook.php:9
405
+ msgid "Select Import Type"
406
  msgstr ""
407
 
408
+ #: src/admin-views/aggregator/origins/eventbrite.php:8
409
+ msgid "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Eventbrite on a set schedule. Single events can be added via a one-time import."
410
  msgstr ""
411
 
412
+ #: src/admin-views/aggregator/origins/eventbrite.php:16
413
+ msgid "Import from Eventbrite"
 
 
414
  msgstr ""
415
 
416
+ #: src/admin-views/aggregator/origins/eventbrite.php:18
417
+ #: src/admin-views/aggregator/origins/eventbrite.php:137
418
+ msgid "Import from your Eventbrite account"
 
419
  msgstr ""
420
 
421
+ #: src/admin-views/aggregator/origins/eventbrite.php:20
422
+ #: src/admin-views/aggregator/origins/gcal.php:15
423
+ #: src/admin-views/aggregator/origins/ical.php:15
424
+ #: src/admin-views/aggregator/origins/meetup.php:15
425
+ #: src/admin-views/aggregator/origins/url.php:14
426
+ #: src/deprecated/facebook.php:15
427
+ msgid "Select how often you would like events to be automatically imported."
428
  msgstr ""
429
 
430
+ #: src/admin-views/aggregator/origins/eventbrite.php:41
431
+ msgid "Please log in to enable event imports from Eventbrite."
 
 
432
  msgstr ""
433
 
434
+ #: src/admin-views/aggregator/origins/eventbrite.php:47
435
+ msgid "Log into Eventbrite"
 
 
436
  msgstr ""
437
 
438
+ #: src/admin-views/aggregator/origins/eventbrite.php:60
439
+ #: src/admin-views/aggregator/origins/eventbrite.php:71
440
+ #: src/admin-views/aggregator/origins/gcal.php:31
441
+ #: src/admin-views/aggregator/origins/gcal.php:42
442
+ #: src/admin-views/aggregator/origins/ical.php:31
443
+ #: src/admin-views/aggregator/origins/ical.php:42
444
+ #: src/admin-views/aggregator/origins/meetup.php:63
445
+ #: src/admin-views/aggregator/origins/meetup.php:75
446
+ #: src/admin-views/aggregator/origins/url.php:27
447
+ #: src/admin-views/aggregator/origins/url.php:38
448
+ #: src/deprecated/facebook.php:55
449
+ #: src/deprecated/facebook.php:67
450
+ msgid "Scheduled Import"
451
  msgstr ""
452
 
453
+ #: src/admin-views/aggregator/origins/eventbrite.php:70
454
+ #: src/admin-views/aggregator/origins/gcal.php:41
455
+ #: src/admin-views/aggregator/origins/ical.php:41
456
+ #: src/admin-views/aggregator/origins/meetup.php:74
457
+ #: src/admin-views/aggregator/origins/url.php:37
458
+ #: src/deprecated/facebook.php:66
459
+ msgid "One-Time Import"
460
  msgstr ""
461
 
462
+ #: src/admin-views/aggregator/origins/eventbrite.php:124
463
+ msgid "Import Source"
464
  msgstr ""
465
 
466
+ #: src/admin-views/aggregator/origins/eventbrite.php:125
467
+ msgid "Select Source"
 
 
 
468
  msgstr ""
469
 
470
+ #: src/admin-views/aggregator/origins/eventbrite.php:128
471
+ msgid "Import events directly from a public Eventbrite.com URL. Please note that only Live events (i.e. published events) can be imported via URL."
 
 
472
  msgstr ""
473
 
474
+ #: src/admin-views/aggregator/origins/eventbrite.php:130
475
+ msgid "Import events directly from your connected Eventbrite.com account or from a public Eventbrite.com URL."
 
476
  msgstr ""
477
 
478
+ #: src/admin-views/aggregator/origins/eventbrite.php:144
479
+ msgid "Import from Eventbrite URL"
 
480
  msgstr ""
481
 
482
+ #: src/admin-views/aggregator/origins/eventbrite.php:178
483
+ #: src/admin-views/aggregator/origins/gcal.php:90
484
+ #: src/admin-views/aggregator/origins/ical.php:90
485
+ #: src/admin-views/aggregator/origins/meetup.php:123
486
+ #: src/admin-views/aggregator/origins/url.php:90
487
+ #: src/admin-views/events-meta-box.php:184
488
+ #: src/deprecated/facebook.php:119
489
+ msgid "URL:"
490
  msgstr ""
491
 
492
+ #: src/admin-views/aggregator/origins/eventbrite.php:179
493
+ msgid "eventbrite.com/e/example-12345"
 
 
494
  msgstr ""
495
 
496
+ #: src/admin-views/aggregator/origins/eventbrite.php:180
497
+ msgid "Enter an Eventbrite event URL, e.g. https://www.eventbrite.com/e/example-12345"
498
  msgstr ""
499
 
500
+ #: src/admin-views/aggregator/origins/eventbrite.php:209
501
+ msgid "Invalid Eventbrite URL"
 
502
  msgstr ""
503
 
504
+ #: src/admin-views/aggregator/origins/gcal.php:7
505
+ #: src/admin-views/aggregator/origins/ical.php:7
506
+ msgid "One-time imports include all events in the current feed, while scheduled imports automatically grab new events and updates from the feed on a set schedule."
507
  msgstr ""
508
 
509
+ #: src/admin-views/aggregator/origins/gcal.php:14
510
+ #: src/admin-views/aggregator/origins/ical.php:14
511
+ #: src/admin-views/aggregator/origins/meetup.php:14
512
+ #: src/admin-views/aggregator/origins/url.php:13
513
+ #: src/deprecated/facebook.php:14
514
+ msgid "Select Frequency"
515
  msgstr ""
516
 
517
+ #: src/admin-views/aggregator/origins/gcal.php:91
518
+ msgid "https://calendar.google.com/calendar/ical/example/basic.ics"
 
519
  msgstr ""
520
 
521
+ #: src/admin-views/aggregator/origins/gcal.php:92
522
+ msgid "Enter the url for the Google Calendar feed you wish to import."
 
 
 
523
  msgstr ""
524
 
525
+ #: src/admin-views/aggregator/origins/gcal.php:94
526
+ msgid "You can find the url you need in your Google Calendar settings."
 
527
  msgstr ""
528
 
529
+ #: src/admin-views/aggregator/origins/gcal.php:96
530
+ msgid "Go to Settings &gt; Calendars and select the calendar you wish to import."
 
 
 
531
  msgstr ""
532
 
533
+ #: src/admin-views/aggregator/origins/gcal.php:97
534
+ msgid "Scroll down to Calendar Address and click the iCal button (note: if your calendar is private, you'll need to click the iCal button next to the Private Address header instead)."
 
 
535
  msgstr ""
536
 
537
+ #: src/admin-views/aggregator/origins/gcal.php:98
538
+ msgid "Copy the provided url into this field to import the events into your WordPress site."
539
  msgstr ""
540
 
541
+ #: src/admin-views/aggregator/origins/gcal.php:126
542
+ #: src/admin-views/aggregator/origins/ical.php:122
543
+ #: src/admin-views/aggregator/origins/ics.php:61
544
+ #: src/admin-views/aggregator/origins/url.php:130
545
+ #: src/admin-views/aggregator/tabs/import-form.php:310
546
+ msgid "Cancel"
547
  msgstr ""
548
 
549
+ #: src/admin-views/aggregator/origins/ical.php:91
550
+ msgid "example.com/url.ics"
 
551
  msgstr ""
552
 
553
+ #: src/admin-views/aggregator/origins/ical.php:92
554
+ msgid "Enter the url for the iCalendar feed you wish to import, e.g. https://central.wordcamp.org/calendar.ics"
555
  msgstr ""
556
 
557
+ #: src/admin-views/aggregator/origins/ics.php:6
558
+ msgid "Choose File"
559
  msgstr ""
560
 
561
+ #: src/admin-views/aggregator/origins/ics.php:7
562
+ msgid "Select your ICS file from the WordPress media library. You may need to first upload the file from your computer to the library."
563
  msgstr ""
564
 
565
+ #: src/admin-views/aggregator/origins/ics.php:10
566
+ msgid "Upload an ICS File"
 
567
  msgstr ""
568
 
569
+ #: src/admin-views/aggregator/origins/limit.php:16
570
+ msgid "Event Aggregator will try to fetch %s events starting from the current date or the specified date;"
571
  msgstr ""
572
 
573
+ #: src/admin-views/aggregator/origins/limit.php:29
574
+ #: src/admin-views/aggregator/origins/url.php:97
575
+ msgid "Event Aggregator will try to fetch events starting within the next %s from the current date or the specified date;"
576
  msgstr ""
577
 
578
+ #: src/admin-views/aggregator/origins/limit.php:39
579
+ #: src/admin-views/aggregator/origins/url.php:99
580
+ msgid "you can modify this setting here."
 
581
  msgstr ""
582
 
583
+ #: src/admin-views/aggregator/origins/meetup.php:7
584
+ msgid "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Meetup on a set schedule. Single events can be added via a one-time import."
585
  msgstr ""
586
 
587
+ #: src/admin-views/aggregator/origins/meetup.php:40
588
+ msgid "Please log in to enable event imports from Meetup."
 
589
  msgstr ""
590
 
591
+ #: src/admin-views/aggregator/origins/meetup.php:47
592
+ msgid "Log into Meetup"
 
 
 
593
  msgstr ""
594
 
595
+ #: src/admin-views/aggregator/origins/meetup.php:124
596
+ msgid "meetup.com/example"
 
 
597
  msgstr ""
598
 
599
+ #: src/admin-views/aggregator/origins/meetup.php:125
600
+ msgid "Enter the url for a Meetup group, page, or individual. You can also enter the url of a single Meetup event."
601
  msgstr ""
602
 
603
+ #: src/admin-views/aggregator/origins/meetup.php:140
604
+ msgid "Invalid Meetup URL"
 
 
605
  msgstr ""
606
 
607
+ #: src/admin-views/aggregator/origins/refine.php:3
608
+ msgid "Keyword(s)"
 
 
609
  msgstr ""
610
 
611
+ #: src/admin-views/aggregator/origins/refine.php:5
612
+ msgid "Location"
 
613
  msgstr ""
614
 
615
+ #: src/admin-views/aggregator/origins/refine.php:7
616
+ msgid "Date"
 
617
  msgstr ""
618
 
619
+ #: src/admin-views/aggregator/origins/refine.php:9
620
+ msgctxt "Radius with abbreviation"
621
+ msgid "Radius (%s)"
 
 
 
622
  msgstr ""
623
 
624
+ #: src/admin-views/aggregator/origins/refine.php:21
625
+ msgid "Use the filters to narrow down which events are fetched from your ICS file."
 
 
 
 
626
  msgstr ""
627
 
628
+ #: src/admin-views/aggregator/origins/refine.php:25
629
+ msgid "Use the filters to narrow down which events are fetched from this Google Calendar."
 
 
 
 
630
  msgstr ""
631
 
632
+ #: src/admin-views/aggregator/origins/refine.php:29
633
+ msgid "Use the filters to narrow down which events are fetched from this site."
 
634
  msgstr ""
635
 
636
+ #: src/admin-views/aggregator/origins/refine.php:33
637
+ msgid "Use the filters to narrow down which events are fetched from Eventbrite."
 
 
 
 
638
  msgstr ""
639
 
640
+ #: src/admin-views/aggregator/origins/refine.php:49
641
+ msgid "Use the filters to narrow down which events are fetched from this iCalendar feed."
 
642
  msgstr ""
643
 
644
+ #: src/admin-views/aggregator/origins/refine.php:74
645
+ msgid "Refine:"
646
  msgstr ""
647
 
648
+ #: src/admin-views/aggregator/origins/refine.php:104
649
+ msgid "Start date for Eventbrite Tickets is Required"
650
  msgstr ""
651
 
652
+ #: src/admin-views/aggregator/origins/refine.php:112
653
+ msgid "Events on or after"
 
 
654
  msgstr ""
655
 
656
+ #: src/admin-views/aggregator/origins/url.php:9
657
+ msgid "One-time imports include currently listed upcoming events, while scheduled imports automatically grab new events and updates from this url on a set schedule."
 
658
  msgstr ""
659
 
660
+ #: src/admin-views/aggregator/origins/url.php:91
661
+ msgid "example.com/"
 
662
  msgstr ""
663
 
664
+ #: src/admin-views/aggregator/origins/url.php:92
665
+ msgid "Enter the url for the calendar, website, or event you would like to import. Event Aggregator will attempt to import events at that location."
 
666
  msgstr ""
667
 
668
+ #: src/admin-views/aggregator/settings.php:9
669
+ msgid "Use global import settings"
 
670
  msgstr ""
671
 
672
+ #: src/admin-views/aggregator/settings.php:19
673
+ msgid "No default category"
 
674
  msgstr ""
675
 
676
+ #: src/admin-views/aggregator/settings.php:28
677
+ msgid "None"
 
678
  msgstr ""
679
 
680
+ #: src/admin-views/aggregator/settings.php:40
681
+ msgid "No"
 
682
  msgstr ""
683
 
684
+ #: src/admin-views/aggregator/settings.php:41
685
+ msgid "Yes"
 
686
  msgstr ""
687
 
688
+ #: src/admin-views/aggregator/settings.php:49
689
+ #: src/admin-views/aggregator/settings.php:59
690
+ msgid "Event Update Authority"
 
691
  msgstr ""
692
 
693
+ #: src/admin-views/aggregator/settings.php:54
694
+ msgid "You can make changes to imported events via The Events Calendar and see those changes reflected on your site’s calendar. The owner of the original event source (e.g. the iCalendar feed or Meetup group) might also make changes to their event. If you choose to re-import an altered event (manually or via a scheduled import), any changes made at the source or on your calendar will need to be addressed."
695
  msgstr ""
696
 
697
+ #: src/admin-views/aggregator/settings.php:64
698
+ msgid "Overwrite my event with any changes from the original source."
699
  msgstr ""
700
 
701
+ #: src/admin-views/aggregator/settings.php:65
702
+ msgid "Do not re-import events. Changes made locally will be preserved."
 
 
703
  msgstr ""
704
 
705
+ #: src/admin-views/aggregator/settings.php:66
706
+ msgid "Import events but preserve local changes to event fields."
 
707
  msgstr ""
708
 
709
+ #: src/admin-views/aggregator/settings.php:75
710
+ msgid "CSV Import Settings"
711
  msgstr ""
712
 
713
+ #: src/admin-views/aggregator/settings.php:80
714
+ #: src/admin-views/aggregator/settings.php:142
715
+ #: src/admin-views/aggregator/settings.php:250
716
+ #: src/admin-views/aggregator/settings.php:294
717
+ #: src/admin-views/aggregator/settings.php:338
718
+ #: src/admin-views/aggregator/settings.php:394
719
+ #: src/admin-views/aggregator/settings.php:438
720
+ #: src/admin-views/aggregator/settings.php:517
721
+ msgid "Default Status"
722
  msgstr ""
723
 
724
+ #: src/admin-views/aggregator/settings.php:81
725
+ msgid "The default post status for events imported via CSV"
726
  msgstr ""
727
 
728
+ #: src/admin-views/aggregator/settings.php:92
729
+ #: src/admin-views/aggregator/settings.php:154
730
+ #: src/admin-views/aggregator/settings.php:262
731
+ #: src/admin-views/aggregator/settings.php:306
732
+ #: src/admin-views/aggregator/settings.php:350
733
+ #: src/admin-views/aggregator/settings.php:406
734
+ #: src/admin-views/aggregator/settings.php:450
735
+ #: src/admin-views/aggregator/settings.php:529
736
+ msgid "Default Event Category"
737
  msgstr ""
738
 
739
+ #: src/admin-views/aggregator/settings.php:93
740
+ msgid "The default event category for events imported via CSV"
 
 
741
  msgstr ""
742
 
743
+ #: src/admin-views/aggregator/settings.php:107
744
+ msgid "Event Aggregator Control"
745
  msgstr ""
746
 
747
+ #: src/admin-views/aggregator/settings.php:112
748
+ msgid "Disable Event Aggregator imports"
749
  msgstr ""
750
 
751
+ #: src/admin-views/aggregator/settings.php:113
752
+ msgid "Stop all Event Aggregator imports from running. Existing imported events will not be affected. Imports via CSV file will still be available."
 
753
  msgstr ""
754
 
755
+ #: src/admin-views/aggregator/settings.php:126
756
+ msgid "If you want to stop and clear current asynchronous import processes %1$s."
757
  msgstr ""
758
 
759
+ #: src/admin-views/aggregator/settings.php:130
760
+ msgid "click here"
761
  msgstr ""
762
 
763
+ #: src/admin-views/aggregator/settings.php:137
764
+ msgid "Global Import Settings"
765
  msgstr ""
766
 
767
+ #: src/admin-views/aggregator/settings.php:143
768
+ msgid "The default post status for events"
 
 
769
  msgstr ""
770
 
771
+ #: src/admin-views/aggregator/settings.php:155
772
+ msgid "The default event category for events"
 
 
 
773
  msgstr ""
774
 
775
+ #: src/admin-views/aggregator/settings.php:166
776
+ #: src/admin-views/aggregator/settings.php:274
777
+ #: src/admin-views/aggregator/settings.php:318
778
+ #: src/admin-views/aggregator/settings.php:362
779
+ #: src/admin-views/aggregator/settings.php:418
780
+ #: src/admin-views/aggregator/settings.php:462
781
+ #: src/admin-views/aggregator/settings.php:541
782
+ msgid "Show Map"
783
  msgstr ""
784
 
785
+ #: src/admin-views/aggregator/settings.php:167
786
+ #: src/admin-views/aggregator/settings.php:275
787
+ #: src/admin-views/aggregator/settings.php:319
788
+ #: src/admin-views/aggregator/settings.php:363
789
+ #: src/admin-views/aggregator/settings.php:419
790
+ #: src/admin-views/aggregator/settings.php:463
791
+ #: src/admin-views/aggregator/settings.php:542
792
+ msgid "Show map by default on imported event and venues"
793
  msgstr ""
794
 
795
+ #: src/admin-views/aggregator/settings.php:178
796
+ msgid "Import Limit Type"
797
  msgstr ""
798
 
799
+ #: src/admin-views/aggregator/settings.php:179
800
+ msgid "Limit the number of imported events by number, date range, or not at all; on slower websites this may impact the success of imports. Selecting a shorter time period or a smaller number of events may improve results."
801
  msgstr ""
802
 
803
+ #: src/admin-views/aggregator/settings.php:190
804
+ #: src/admin-views/aggregator/settings.php:474
805
+ msgid "Import Date Range Limit"
 
 
 
806
  msgstr ""
807
 
808
+ #: src/admin-views/aggregator/settings.php:191
809
+ msgid "When importing from an event source, this is how far into the future the events will be fetched; on slower websites a larger date range may impact the success of imports. Selecting a shorter time period may improve results."
 
 
810
  msgstr ""
811
 
812
+ #: src/admin-views/aggregator/settings.php:207
813
+ msgid "Import Quantity Limit"
814
  msgstr ""
815
 
816
+ #: src/admin-views/aggregator/settings.php:208
817
+ msgid "When importing from an event source, this is the maximum number of events that will be imported; on slower websites this may impact the success of imports. Setting this to a smaller number may improve results."
 
 
 
818
  msgstr ""
819
 
820
+ #: src/admin-views/aggregator/settings.php:224
821
+ msgid "Import Process System"
822
  msgstr ""
823
 
824
+ #: src/admin-views/aggregator/settings.php:225
825
+ msgid "The Asynchronous import process is faster and does not rely on WordPress Cron but might not work correctly in all WordPress installations, try switching to the Cron-based process for maximum compatibility."
 
 
826
  msgstr ""
827
 
828
+ #: src/admin-views/aggregator/settings.php:236
829
+ msgid "Stop current processes"
 
 
830
  msgstr ""
831
 
832
+ #: src/admin-views/aggregator/settings.php:245
833
+ msgid "iCalendar Import Settings"
834
  msgstr ""
835
 
836
+ #: src/admin-views/aggregator/settings.php:251
837
+ msgid "The default post status for events imported via iCalendar"
 
 
838
  msgstr ""
839
 
840
+ #: src/admin-views/aggregator/settings.php:263
841
+ msgid "The default event category for events imported via iCalendar"
 
 
842
  msgstr ""
843
 
844
+ #: src/admin-views/aggregator/settings.php:289
845
+ msgid "ICS File Import Settings"
 
 
846
  msgstr ""
847
 
848
+ #: src/admin-views/aggregator/settings.php:295
849
+ msgid "The default post status for events imported via .ics files"
850
  msgstr ""
851
 
852
+ #: src/admin-views/aggregator/settings.php:307
853
+ msgid "The default event category for events imported via .ics files"
 
 
854
  msgstr ""
855
 
856
+ #: src/admin-views/aggregator/settings.php:333
857
+ msgid "Google Calendar Import Settings"
858
  msgstr ""
859
 
860
+ #: src/admin-views/aggregator/settings.php:339
861
+ msgid "The default post status for events imported via Google Calendar"
 
862
  msgstr ""
863
 
864
+ #: src/admin-views/aggregator/settings.php:351
865
+ msgid "The default event category for events imported via Google Calendar"
 
866
  msgstr ""
867
 
868
+ #: src/admin-views/aggregator/settings.php:377
869
+ msgid "Meetup Import Settings"
 
870
  msgstr ""
871
 
872
+ #: src/admin-views/aggregator/settings.php:383
873
+ msgid "To import Meetup events, please be sure to add your Meetup API key on %1$sEvents > Settings > Integrations%2$s"
874
  msgstr ""
875
 
876
+ #: src/admin-views/aggregator/settings.php:395
877
+ msgid "The default post status for events imported via Meetup"
878
  msgstr ""
879
 
880
+ #: src/admin-views/aggregator/settings.php:407
881
+ msgid "The default event category for events imported via Meetup"
882
  msgstr ""
883
 
884
+ #: src/admin-views/aggregator/settings.php:433
885
+ msgid "Other URL Import Settings"
886
  msgstr ""
887
 
888
+ #: src/admin-views/aggregator/settings.php:439
889
+ msgid "The default post status for events imported via other URLs"
890
  msgstr ""
891
 
892
+ #: src/admin-views/aggregator/settings.php:451
893
+ msgid "The default event category for events imported via other URLs"
894
  msgstr ""
895
 
896
+ #: src/admin-views/aggregator/settings.php:475
897
+ msgid "When importing from a website that uses The Events Calendar, the REST API will attempt to fetch events this far in the future. That website's hosting resources may impact the success of imports. Selecting a shorter time period may improve results."
898
  msgstr ""
899
 
900
+ #: src/admin-views/aggregator/settings.php:486
901
+ msgid "Import Event Settings"
902
  msgstr ""
903
 
904
+ #: src/admin-views/aggregator/settings.php:487
905
+ msgid "Fetch source event's settings (e.g. Show Maps Link or Sticky in Month View) when importing from another site using The Events Calendar."
906
  msgstr ""
907
 
908
+ #: src/admin-views/aggregator/settings.php:499
909
+ #: src/admin-views/aggregator/tabs/import-form.php:18
910
+ #: src/admin-views/aggregator/tabs/import-form.php:258
911
+ msgid "(do not override)"
912
  msgstr ""
913
 
914
+ #: src/admin-views/aggregator/settings.php:512
915
+ msgid "Eventbrite Import Settings"
 
916
  msgstr ""
917
 
918
+ #: src/admin-views/aggregator/settings.php:518
919
+ msgid "The default post status for events imported via Eventbrite"
920
  msgstr ""
921
 
922
+ #: src/admin-views/aggregator/settings.php:530
923
+ msgid "The default event category for events imported via Eventbrite"
924
  msgstr ""
925
 
926
+ #: src/admin-views/aggregator/settings.php:603
927
+ msgid "Update Authority"
928
  msgstr ""
929
 
930
+ #: src/admin-views/aggregator/settings.php:607
931
+ msgid "Global"
 
932
  msgstr ""
933
 
934
+ #: src/admin-views/aggregator/settings.php:611
935
+ #: src/Tribe/Aggregator/Record/CSV.php:79
936
+ msgid "CSV"
 
937
  msgstr ""
938
 
939
+ #: src/admin-views/aggregator/settings.php:615
940
+ #: src/Tribe/Aggregator/API/Origins.php:53
941
+ #: src/Tribe/Aggregator/Record/iCal.php:14
942
+ #: src/Tribe/Editor/Blocks/Event_Links.php:26
943
+ #: src/Tribe/Views/V2/iCalendar/Links/iCal.php:34
944
+ #: src/modules/blocks/event-links/index.js:42
945
+ #: src/modules/blocks/event-links/template.js:28
946
+ #: src/modules/blocks/event-links/template.js:193
947
+ msgid "iCalendar"
948
  msgstr ""
949
 
950
+ #: src/admin-views/aggregator/settings.php:619
951
+ #: src/Tribe/Aggregator/API/Origins.php:59
952
+ msgid "ICS File"
953
  msgstr ""
954
 
955
+ #: src/admin-views/aggregator/settings.php:623
956
+ #: src/Tribe/Aggregator/API/Origins.php:47
957
+ #: src/Tribe/Aggregator/Record/gCal.php:14
958
+ #: src/Tribe/Editor/Blocks/Event_Links.php:25
959
+ #: src/Tribe/iCal.php:141
960
+ #: src/Tribe/Views/V2/iCalendar/Links/Google_Calendar.php:40
961
+ #: src/modules/blocks/event-links/index.js:38
962
+ #: src/modules/blocks/event-links/template.js:27
963
+ #: src/modules/blocks/event-links/template.js:188
964
+ msgid "Google Calendar"
965
  msgstr ""
966
 
967
+ #: src/admin-views/aggregator/settings.php:627
968
+ #: src/admin-views/aggregator/status.php:210
969
+ #: src/admin-views/tribe-options-addons-api.php:45
970
+ #: src/Tribe/Aggregator/API/Origins.php:65
971
+ #: src/Tribe/Aggregator/Record/Meetup.php:40
972
+ msgid "Meetup"
 
 
 
 
 
 
 
 
 
 
973
  msgstr ""
974
 
975
+ #: src/admin-views/aggregator/settings.php:631
976
+ msgid "Other URLs"
977
  msgstr ""
978
 
979
+ #: src/admin-views/aggregator/settings.php:635
980
+ #: src/admin-views/aggregator/status.php:183
981
+ #: src/admin-views/tribe-options-addons-api.php:97
982
+ #: src/Tribe/Aggregator/API/Origins.php:41
983
+ #: src/Tribe/Aggregator/Record/Eventbrite.php:88
984
+ msgid "Eventbrite"
 
 
 
 
985
  msgstr ""
986
 
987
+ #: src/admin-views/aggregator/settings.php:681
988
+ msgid "Use the options below to configure your imports. Global Import Settings apply to all imports, but you can also override the global settings by adjusting the origin-specific options. Check your Event Aggregator Service Status on the %1$s."
 
 
989
  msgstr ""
990
 
991
+ #: src/admin-views/aggregator/settings.php:685
992
+ msgid "Troubleshooting Page"
993
  msgstr ""
994
 
995
+ #: src/admin-views/aggregator/settings.php:705
996
+ msgid "Use the options below to configure your imports. Looking for more ways to import events from other websites?"
 
997
  msgstr ""
998
 
999
+ #: src/admin-views/aggregator/settings.php:706
1000
+ msgid "Check out Event Aggregator."
 
 
1001
  msgstr ""
1002
 
1003
+ #: src/admin-views/aggregator/status.php:14
1004
+ msgid "License &amp; Usage"
1005
  msgstr ""
1006
 
1007
+ #: src/admin-views/aggregator/status.php:23
1008
+ msgid "Your license is valid"
1009
  msgstr ""
1010
 
1011
+ #: src/admin-views/aggregator/status.php:30
1012
+ msgid "You do not have a license"
1013
  msgstr ""
1014
 
1015
+ #: src/admin-views/aggregator/status.php:32
1016
+ msgid "Buy Event Aggregator to access more event sources and automatic imports!"
1017
  msgstr ""
1018
 
1019
+ #: src/admin-views/aggregator/status.php:35
1020
+ msgid "Your license is invalid"
1021
  msgstr ""
1022
 
1023
+ #: src/admin-views/aggregator/status.php:36
1024
+ msgid "Check your license key"
1025
  msgstr ""
1026
 
1027
+ #: src/admin-views/aggregator/status.php:41
1028
+ msgid "License Key"
1029
  msgstr ""
1030
 
1031
+ #: src/admin-views/aggregator/status.php:63
1032
+ msgid "You have reached your daily import limit. Scheduled imports will be paused until tomorrow."
 
 
1033
  msgstr ""
1034
 
1035
+ #: src/admin-views/aggregator/status.php:66
1036
+ msgid "You are approaching your daily import limit. You may want to adjust your Scheduled Import frequencies."
 
 
 
1037
  msgstr ""
1038
 
1039
+ #: src/admin-views/aggregator/status.php:70
1040
+ msgid "%1$d import used out of %2$d available today"
1041
+ msgid_plural "%1$d imports used out of %2$d available today"
1042
+ msgstr[0] ""
1043
+ msgstr[1] ""
1044
+
1045
+ #: src/admin-views/aggregator/status.php:77
1046
+ msgid "Current usage"
1047
  msgstr ""
1048
 
1049
+ #: src/admin-views/aggregator/status.php:88
1050
+ msgid "Import Services"
 
1051
  msgstr ""
1052
 
1053
+ #. translators: %s: Event Aggregator Server URL
1054
+ #: src/admin-views/aggregator/status.php:102
1055
+ #: src/admin-views/aggregator/status.php:110
1056
+ msgid "Not connected to %s"
1057
  msgstr ""
1058
 
1059
+ #: src/admin-views/aggregator/status.php:103
1060
+ msgid "The server is not currently responding"
1061
  msgstr ""
1062
 
1063
+ #: src/admin-views/aggregator/status.php:112
1064
+ msgid "The server is responding with an error:"
1065
  msgstr ""
1066
 
1067
+ #. translators: %s: Event Aggregator Server URL
1068
+ #: src/admin-views/aggregator/status.php:118
1069
+ msgid "Connected to %s"
1070
  msgstr ""
1071
 
1072
+ #: src/admin-views/aggregator/status.php:124
1073
+ msgid "Server Connection"
 
1074
  msgstr ""
1075
 
1076
+ #: src/admin-views/aggregator/status.php:136
1077
+ msgid "WP Cron not enabled"
1078
  msgstr ""
1079
 
1080
+ #: src/admin-views/aggregator/status.php:137
1081
+ msgid "Scheduled imports may not run reliably"
 
1082
  msgstr ""
1083
 
1084
+ #: src/admin-views/aggregator/status.php:139
1085
+ msgid "WP Cron enabled"
1086
  msgstr ""
1087
 
1088
+ #: src/admin-views/aggregator/status.php:144
1089
+ msgid "Scheduler Status"
 
 
 
 
 
 
 
 
 
1090
  msgstr ""
1091
 
1092
+ #: src/admin-views/aggregator/status.php:156
1093
+ msgid "Third Party Accounts"
 
1094
  msgstr ""
1095
 
1096
+ #: src/admin-views/aggregator/status.php:169
1097
+ msgid "You have not connected Event Aggregator to Eventbrite"
 
1098
  msgstr ""
1099
 
1100
+ #: src/admin-views/aggregator/status.php:173
1101
+ msgctxt "link for connecting eventbrite"
1102
+ msgid "Connect to Eventbrite"
1103
  msgstr ""
1104
 
1105
+ #: src/admin-views/aggregator/status.php:177
1106
+ msgid "Limited connectivity with Eventbrite"
 
1107
  msgstr ""
1108
 
1109
+ #: src/admin-views/aggregator/status.php:178
1110
+ #: src/admin-views/aggregator/status.php:205
1111
+ msgid "The service has disabled oAuth. Some types of events may not import."
1112
  msgstr ""
1113
 
1114
+ #: src/admin-views/aggregator/status.php:198
1115
+ msgid "You have not connected Event Aggregator to Meetup"
1116
  msgstr ""
1117
 
1118
+ #: src/admin-views/aggregator/status.php:200
1119
+ msgctxt "link for connecting meetup"
1120
+ msgid "Connect to Meetup"
1121
  msgstr ""
1122
 
1123
+ #: src/admin-views/aggregator/status.php:204
1124
+ msgid "Limited connectivity with Meetup"
1125
  msgstr ""
1126
 
1127
+ #: src/admin-views/aggregator/tabs/import-form.php:22
1128
+ msgid "No Additional Categories"
1129
  msgstr ""
1130
 
1131
+ #: src/admin-views/aggregator/tabs/import-form.php:48
1132
+ msgid "Import Origin:"
1133
  msgstr ""
1134
 
1135
+ #: src/admin-views/aggregator/tabs/import-form.php:49
1136
+ msgid "Select Origin"
1137
  msgstr ""
1138
 
1139
+ #: src/admin-views/aggregator/tabs/import-form.php:50
1140
+ msgid "Choose where you are importing from."
1141
  msgstr ""
1142
 
1143
+ #: src/admin-views/aggregator/tabs/import-form.php:111
1144
+ msgid "Add more sources"
1145
  msgstr ""
1146
 
1147
+ #: src/admin-views/aggregator/tabs/import-form.php:114
1148
+ msgid "Access more event sources and automatic imports!"
1149
  msgstr ""
1150
 
1151
+ #: src/admin-views/aggregator/tabs/import-form.php:115
1152
+ msgid "Buy Event Aggregator"
 
 
1153
  msgstr ""
1154
 
1155
+ #: src/admin-views/aggregator/tabs/import-form.php:135
1156
+ msgid "Import Name:"
1157
  msgstr ""
1158
 
1159
+ #: src/admin-views/aggregator/tabs/import-form.php:144
1160
+ msgid "Optional"
1161
  msgstr ""
1162
 
1163
+ #: src/admin-views/aggregator/tabs/import-form.php:188
1164
+ msgid "Choose a status for the event(s) to be imported with and/or define an Event Category to automatically assign. An assigned category will be added to the event in addition to any Event Categories from the import source."
 
 
1165
  msgstr ""
1166
 
1167
+ #: src/admin-views/aggregator/tabs/import-form.php:189
1168
+ msgid "These settings will also apply to events imported in the future via this scheduled import."
1169
  msgstr ""
1170
 
1171
+ #: src/admin-views/aggregator/tabs/import-form.php:191
1172
+ msgid "Select the Event Field that best matches your CSV file column. The contents of that column will then be mapped to the specified event field when the event is created."
1173
  msgstr ""
1174
 
1175
+ #: src/admin-views/aggregator/tabs/import-form.php:193
1176
+ msgid "When you save this scheduled import, the events above will begin importing."
1177
  msgstr ""
1178
 
1179
+ #: src/admin-views/aggregator/tabs/import-form.php:204
1180
+ msgid "This is a preview of the type of content you will be getting in during the import based on what is on the calendar now."
 
 
1181
  msgstr ""
1182
 
1183
+ #: src/admin-views/aggregator/tabs/import-form.php:207
1184
+ msgid "Column Mapping:"
 
 
1185
  msgstr ""
1186
 
1187
+ #: src/admin-views/aggregator/tabs/import-form.php:213
1188
+ msgid "The following preview does not necessarily contain all of the data from your CSV file. The data displayed below is meant as a guide to help you map your CSV file's columns to the appropriate Event fields."
 
1189
  msgstr ""
1190
 
1191
+ #: src/admin-views/aggregator/tabs/import-form.php:223
1192
+ #: src/admin-views/aggregator/tabs/import-form.php:235
1193
+ msgid "Select All"
1194
  msgstr ""
1195
 
1196
+ #: src/admin-views/aggregator/tabs/import-form.php:226
1197
+ #: src/admin-views/aggregator/tabs/import-form.php:238
1198
+ #: src/Tribe/Admin_List.php:305
1199
+ msgid "Start Date"
1200
  msgstr ""
1201
 
1202
+ #: src/admin-views/aggregator/tabs/import-form.php:227
1203
+ #: src/admin-views/aggregator/tabs/import-form.php:239
1204
+ msgid "Start Time"
1205
  msgstr ""
1206
 
1207
+ #: src/admin-views/aggregator/tabs/import-form.php:228
1208
+ #: src/admin-views/aggregator/tabs/import-form.php:240
1209
+ #: src/Tribe/Admin_List.php:306
1210
+ msgid "End Date"
1211
  msgstr ""
1212
 
1213
+ #: src/admin-views/aggregator/tabs/import-form.php:229
1214
+ #: src/admin-views/aggregator/tabs/import-form.php:241
1215
+ #: src/functions/template-tags/general.php:71
1216
+ #: src/Tribe/Main.php:1453
1217
+ msgid "Event"
1218
  msgstr ""
1219
 
1220
+ #: src/admin-views/aggregator/tabs/import-form.php:251
1221
+ #: src/admin-views/aggregator/tabs/import-form.php:266
1222
+ msgid "Status:"
 
1223
  msgstr ""
1224
 
1225
+ #: src/admin-views/aggregator/tabs/import-form.php:280
1226
+ msgid "Category:"
 
 
1227
  msgstr ""
1228
 
1229
+ #: src/admin-views/aggregator/tabs/import-form.php:307
1230
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:75
1231
+ #: src/Tribe/Aggregator/Page.php:396
1232
+ msgid "Import"
1233
  msgstr ""
1234
 
1235
+ #: src/admin-views/aggregator/tabs/import-form.php:338
1236
+ msgid "Events will be imported with the same timezone as defined on eventbrite.com. You can make use of The Events Calendar's"
1237
+ msgstr ""
 
 
 
1238
 
1239
+ #: src/admin-views/aggregator/tabs/import-form.php:340
1240
+ msgid "timezone settings"
1241
  msgstr ""
1242
 
1243
+ #: src/admin-views/aggregator/tabs/import-form.php:342
1244
+ msgid "to change how the actual time is displayed on your calendar."
1245
  msgstr ""
1246
 
1247
+ #: src/admin-views/aggregator/tabs/import-form.php:349
1248
+ msgid "The number of events available in the preview may be limited by your %1$sImport Settings.%2$s"
 
1249
  msgstr ""
1250
 
1251
+ #: src/admin-views/aggregator/tabs/import-form.php:358
1252
+ msgid "Events will be imported with the time zone defined by the source. If no time zone is specified, events will be assigned your site's default time zone ( see"
 
 
1253
  msgstr ""
1254
 
1255
+ #: src/admin-views/aggregator/tabs/import-form.php:360
1256
+ msgid "Settings > General"
1257
  msgstr ""
1258
 
1259
+ #: src/admin-views/create-organizer-fields.php:2
1260
+ #: src/admin-views/create-venue-fields.php:181
1261
+ #: src/admin-views/organizer-meta-box.php:31
1262
+ #: src/admin-views/venue-meta-box.php:168
1263
+ #: src/views/blocks/parts/organizer.php:58
1264
+ #: src/views/modules/meta/organizer.php:44
1265
+ #: src/views/modules/meta/venue.php:42
1266
+ #: src/modules/elements/organizer-form/element.js:165
1267
+ msgid "Phone:"
1268
  msgstr ""
1269
 
1270
+ #: src/admin-views/create-organizer-fields.php:8
1271
+ #: src/admin-views/create-venue-fields.php:195
1272
+ #: src/admin-views/organizer-meta-box.php:37
1273
+ #: src/admin-views/venue-meta-box.php:185
1274
+ #: src/functions/template-tags/link.php:450
1275
+ #: src/functions/template-tags/organizer.php:474
1276
+ #: src/functions/template-tags/venue.php:885
1277
+ #: src/views/blocks/parts/details.php:183
1278
+ #: src/views/blocks/parts/organizer.php:80
1279
+ #: src/modules/elements/organizer-form/element.js:179
1280
+ msgid "Website:"
1281
  msgstr ""
1282
 
1283
+ #: src/admin-views/create-organizer-fields.php:15
1284
+ #: src/admin-views/organizer-meta-box.php:43
1285
+ #: src/views/blocks/parts/organizer.php:69
1286
+ #: src/views/modules/meta/organizer.php:55
1287
+ #: src/modules/elements/organizer-form/element.js:192
1288
+ msgid "Email:"
1289
  msgstr ""
1290
 
1291
+ #: src/admin-views/create-organizer-fields.php:19
1292
+ #: src/admin-views/organizer-meta-box.php:45
1293
+ msgid "The e-mail address will be obfuscated on this site to avoid it getting harvested by spammers."
 
1294
  msgstr ""
1295
 
1296
+ #: src/admin-views/create-venue-fields.php:74
1297
+ #: src/admin-views/venue-meta-box.php:36
1298
+ msgid "Address:"
1299
  msgstr ""
1300
 
1301
+ #: src/admin-views/create-venue-fields.php:82
1302
+ #: src/Tribe/Importer/Column_Mapper.php:103
1303
+ msgid "Venue Address"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1304
  msgstr ""
1305
 
1306
+ #: src/admin-views/create-venue-fields.php:87
1307
+ #: src/admin-views/venue-meta-box.php:53
1308
+ msgid "City:"
 
 
 
 
 
 
 
1309
  msgstr ""
1310
 
1311
+ #: src/admin-views/create-venue-fields.php:95
1312
+ #: src/Tribe/Importer/Column_Mapper.php:105
1313
+ msgid "Venue City"
1314
  msgstr ""
1315
 
1316
+ #: src/admin-views/create-venue-fields.php:100
1317
+ #: src/admin-views/venue-meta-box.php:70
1318
+ msgid "Country:"
1319
  msgstr ""
1320
 
1321
+ #: src/admin-views/create-venue-fields.php:120
1322
+ #: src/Tribe/Importer/Column_Mapper.php:102
1323
+ msgid "Venue Country"
1324
  msgstr ""
1325
 
1326
+ #: src/admin-views/create-venue-fields.php:136
1327
+ #: src/admin-views/venue-meta-box.php:117
1328
+ msgid "State or Province:"
1329
  msgstr ""
1330
 
1331
+ #: src/admin-views/create-venue-fields.php:146
1332
+ #: src/admin-views/create-venue-fields.php:153
1333
+ msgid "Venue State"
1334
  msgstr ""
1335
 
1336
+ #: src/admin-views/create-venue-fields.php:156
1337
+ #: src/admin-views/venue-meta-box.php:135
1338
+ msgid "Select a State:"
 
1339
  msgstr ""
1340
 
1341
+ #: src/admin-views/create-venue-fields.php:167
1342
+ #: src/admin-views/venue-meta-box.php:151
1343
+ msgid "Postal Code:"
 
 
 
 
1344
  msgstr ""
1345
 
1346
+ #: src/admin-views/create-venue-fields.php:176
1347
+ msgid "Venue Zip Code"
1348
  msgstr ""
1349
 
1350
+ #: src/admin-views/create-venue-fields.php:190
1351
+ #: src/Tribe/Importer/Column_Mapper.php:108
1352
+ msgid "Venue Phone"
1353
  msgstr ""
1354
 
1355
+ #: src/admin-views/create-venue-fields.php:204
1356
+ msgid "Venue URL"
 
 
1357
  msgstr ""
1358
 
1359
+ #: src/admin-views/create-venue-fields.php:226
1360
+ #: src/admin-views/venue-meta-box.php:207
1361
+ msgid "Show Map:"
1362
  msgstr ""
1363
 
1364
+ #: src/admin-views/create-venue-fields.php:235
1365
+ msgid "Show Map?"
1366
  msgstr ""
1367
 
1368
+ #: src/admin-views/create-venue-fields.php:242
1369
+ #: src/admin-views/venue-meta-box.php:225
1370
+ msgid "Show Map Link:"
1371
  msgstr ""
1372
 
1373
+ #: src/admin-views/create-venue-fields.php:251
1374
+ msgid "Show Map Link?"
1375
  msgstr ""
1376
 
1377
+ #: src/admin-views/event-sidebar-options.php:16
1378
+ msgid "Hide From %s Listings"
1379
  msgstr ""
1380
 
1381
+ #: src/admin-views/event-sidebar-options.php:23
1382
+ msgid "Sticky in Month View"
1383
  msgstr ""
1384
 
1385
+ #: src/admin-views/event-sidebar-options.php:25
1386
+ msgid "When events are sticky in month view, they'll display first in the list of events shown within a given day block."
1387
  msgstr ""
1388
 
1389
+ #: src/admin-views/event-sidebar-options.php:31
1390
+ #: src/Tribe/Importer/Column_Mapper.php:73
1391
+ msgid "Feature Event"
1392
  msgstr ""
1393
 
1394
+ #: src/admin-views/event-sidebar-options.php:33
1395
+ msgid "Featured events are highlighted on the front end in views, archives, and widgets."
1396
  msgstr ""
1397
 
1398
+ #: src/admin-views/events-meta-box.php:54
1399
+ msgid "Time &amp; Date"
 
 
1400
  msgstr ""
1401
 
1402
+ #: src/admin-views/events-meta-box.php:72
1403
+ msgid "You have changed the recurrence rules of this %1$s. Saving the %1$s will update all future %2$s. If you did not mean to change all %2$s, then please refresh the page."
1404
  msgstr ""
1405
 
1406
+ #: src/admin-views/events-meta-box.php:76
1407
+ msgid "Start/End:"
1408
  msgstr ""
1409
 
1410
+ #: src/admin-views/events-meta-box.php:87
1411
+ #: src/admin-views/events-meta-box.php:126
1412
+ msgid "YYYY-MM-DD"
1413
  msgstr ""
1414
 
1415
+ #: src/admin-views/events-meta-box.php:103
1416
+ msgctxt "Start Date Time \"to\" End Date Time"
1417
+ msgid "to"
 
 
 
 
1418
  msgstr ""
1419
 
1420
+ #: src/admin-views/events-meta-box.php:133
1421
+ msgid "Time Zone:"
 
 
 
 
 
 
1422
  msgstr ""
1423
 
1424
+ #: src/admin-views/events-meta-box.php:149
1425
+ #: src/Tribe/Importer/Column_Mapper.php:70
1426
+ msgid "All Day Event"
 
1427
  msgstr ""
1428
 
1429
+ #: src/admin-views/events-meta-box.php:181
1430
+ msgid "%s Website"
1431
  msgstr ""
1432
 
1433
+ #: src/admin-views/events-meta-box.php:215
1434
+ msgid "%s Cost"
1435
  msgstr ""
1436
 
1437
+ #: src/admin-views/events-meta-box.php:218
1438
+ msgid "Currency Symbol:"
1439
  msgstr ""
1440
 
1441
+ #: src/admin-views/events-meta-box.php:247
1442
+ msgctxt "Currency symbol position"
1443
+ msgid "Before cost"
1444
  msgstr ""
1445
 
1446
+ #: src/admin-views/events-meta-box.php:250
1447
+ msgctxt "Currency symbol position"
1448
+ msgid "After cost"
1449
  msgstr ""
1450
 
1451
+ #: src/admin-views/events-meta-box.php:255
1452
+ msgid "ISO Currency Code:"
1453
  msgstr ""
1454
 
1455
+ #: src/admin-views/events-meta-box.php:269
1456
+ #: src/views/blocks/parts/details.php:145
1457
+ #: src/views/modules/meta/details.php:148
1458
+ msgid "Cost:"
1459
  msgstr ""
1460
 
1461
+ #: src/admin-views/events-meta-box.php:277
1462
+ msgid "Enter a 0 for %s that are free or leave blank to hide the field."
1463
  msgstr ""
1464
 
1465
+ #: src/admin-views/filter_bar/upsell.php:14
1466
+ msgid "Filter Bar Icon"
1467
  msgstr ""
1468
 
1469
+ #: src/admin-views/filter_bar/upsell.php:17
1470
+ msgid "Filter Bar"
1471
  msgstr ""
1472
 
1473
+ #: src/admin-views/filter_bar/upsell.php:21
1474
+ msgid "Looking for front-end Event Filters so that your website visitors can find exactly the event they are looking for?"
1475
  msgstr ""
1476
 
1477
+ #: src/admin-views/filter_bar/upsell.php:25
1478
+ msgid "Check out our Filter Bar add-on"
1479
  msgstr ""
1480
 
1481
+ #: src/admin-views/filter_bar/upsell.php:33
1482
+ msgid "Filter Bar Banner Icon"
1483
  msgstr ""
1484
 
1485
+ #: src/admin-views/linked-post-meta-box.php:18
1486
+ #: src/admin-views/organizer-meta-box.php:24
1487
+ msgid "%s Name:"
1488
  msgstr ""
1489
 
1490
+ #: src/admin-views/linked-post-meta-box.php:49
1491
+ #: src/admin-views/organizer-meta-box.php:75
1492
+ msgid "%s Name Already Exists"
1493
  msgstr ""
1494
 
1495
+ #: src/admin-views/metabox/compatibility/events-control-extension/mark-online.php:37
1496
+ msgctxt "Event State of being Online only checkbox label"
1497
+ msgid "Mark as an online event"
1498
  msgstr ""
1499
 
1500
+ #: src/admin-views/metabox/compatibility/events-control-extension/mark-online.php:50
1501
+ msgctxt "Label for live stream URL field"
1502
+ msgid "Live Stream URL"
1503
  msgstr ""
1504
 
1505
+ #: src/admin-views/metabox/event-status.php:36
1506
+ msgctxt "Event status label the select field"
1507
+ msgid "Set status:"
1508
  msgstr ""
1509
 
1510
+ #: src/admin-views/metabox/event-status.php:40
1511
+ msgctxt "The label of the event status select."
1512
+ msgid "Set status:"
1513
  msgstr ""
1514
 
1515
+ #: src/admin-views/metabox/event-status.php:47
1516
+ msgctxt "The placeholder for the event status select."
1517
+ msgid "Select an Event Status"
1518
  msgstr ""
1519
 
1520
+ #: src/admin-views/metabox/event-status.php:65
1521
+ msgctxt "Label for event status reason field"
1522
+ msgid "Reason (optional)"
1523
  msgstr ""
1524
 
1525
+ #: src/admin-views/notices/legacy-views-updated.php:6
1526
+ msgctxt "Read more about deprecation of legacy views."
1527
+ msgid "read the FAQs"
1528
  msgstr ""
1529
 
1530
+ #: src/admin-views/notices/legacy-views-updated.php:11
1531
+ msgctxt "Our support page for TEC"
1532
+ msgid "contact support"
1533
  msgstr ""
1534
 
1535
+ #: src/admin-views/notices/legacy-views-updated.php:18
1536
+ #: src/admin-views/updates/6.0.0.php:99
1537
+ msgid "View your calendar"
1538
  msgstr ""
1539
 
1540
+ #: src/admin-views/notices/legacy-views-updated.php:24
1541
+ msgid "Your calendar’s design has changed"
1542
  msgstr ""
1543
 
1544
+ #: src/admin-views/notices/legacy-views-updated.php:27
1545
+ msgid "We’ve detected that your site was still using our legacy calendar design. As part of the update to The Events Calendar 6.0, <strong>your calendar was automatically upgraded to the new designs.</strong>"
1546
  msgstr ""
1547
 
1548
+ #: src/admin-views/notices/legacy-views-updated.php:29
1549
+ msgid "<strong>Check out your calendar to see the improved designs live on your site.</strong> If you have a question or need help, %1$s or %2$s."
1550
  msgstr ""
1551
 
1552
+ #: src/admin-views/notices/update-6-0-0.php:26
1553
+ msgid "Upgrade your events"
1554
  msgstr ""
1555
 
1556
+ #: src/admin-views/privacy.php:13
1557
+ msgid "Hello,"
1558
  msgstr ""
1559
 
1560
+ #: src/admin-views/privacy.php:14
1561
+ msgid "This information serves as a guide on what sections need to be modified due to usage of The Events Calendar and its Add-ons."
1562
  msgstr ""
1563
 
1564
+ #: src/admin-views/privacy.php:15
1565
+ msgid "You should include the information below in the correct sections of you privacy policy."
1566
  msgstr ""
1567
 
1568
+ #: src/admin-views/privacy.php:16
1569
+ msgid "Disclaimer:"
1570
  msgstr ""
1571
 
1572
+ #: src/admin-views/privacy.php:16
1573
+ msgid "This information is only for guidance and not to be considered as legal advice."
 
1574
  msgstr ""
1575
 
1576
+ #: src/admin-views/privacy.php:18
1577
+ msgid "What personal data we collect and why we collect it"
1578
  msgstr ""
1579
 
1580
+ #: src/admin-views/privacy.php:20
1581
+ msgid "Event, Venue, and Organizer Information"
1582
  msgstr ""
1583
 
1584
+ #: src/admin-views/privacy.php:21
1585
+ msgid "Through the usage of The Events Calendar, Events Calendar PRO, The Events Calendar Filter Bar, Eventbrite Tickets, and Community Events plugins, as well as our Event Aggregator Import service (contained within The Events Calendar plugin), information may be collected and stored within your website’s database."
1586
  msgstr ""
1587
 
1588
+ #: src/admin-views/privacy.php:23
1589
+ msgid "If you create, submit, import, save, or publish Event, Venue, or Organizer information, such information is retained in the local database:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1590
  msgstr ""
1591
 
1592
+ #: src/admin-views/privacy.php:26
1593
+ msgid "Venue information: name, address, city, country, state, postal code, phone, website, geographical coordinates (latitude and longitude)"
1594
  msgstr ""
1595
 
1596
+ #: src/admin-views/privacy.php:27
1597
+ msgid "Organizer information: name, phone, website, email"
 
 
 
 
 
 
1598
  msgstr ""
1599
 
1600
+ #: src/admin-views/privacy.php:28
1601
+ msgid "Event information: website, cost, description, date, time, image"
1602
+ msgstr ""
 
 
1603
 
1604
+ #: src/admin-views/privacy.php:31
1605
+ msgid "Importing Events, Venues, and Organizers:"
1606
  msgstr ""
1607
 
1608
+ #: src/admin-views/privacy.php:34
1609
+ msgid "All data present within a CSV or ICS file and external URLs (for events, venues, organizers, and tickets)"
1610
+ msgstr ""
 
 
1611
 
1612
+ #: src/admin-views/privacy.php:35
1613
+ msgid "Import origin data (URL from where events are being imported—such as Eventbrite, MeetUp, other compatible URL sources, and more, which can include similar or same data as listed above)"
1614
  msgstr ""
1615
 
1616
+ #: src/admin-views/privacy.php:36
1617
+ msgid "Eventbrite Ticket information: name, description, cost, type, quantity"
1618
+ msgstr ""
 
 
1619
 
1620
+ #: src/admin-views/privacy.php:39
1621
+ msgid "Please note that to create new events through the Community Events submission form, a user must hold a website account on this domain. This information is retained in the local database. It is also possible to create events anonymously, if the site owner has this option enabled."
1622
  msgstr ""
1623
 
1624
+ #: src/admin-views/privacy.php:41
1625
+ msgid "When purchasing Eventbrite Tickets, attendee, purchaser, and order information are stored and managed by Eventbrite."
1626
  msgstr ""
1627
 
1628
+ #: src/admin-views/privacy.php:43
1629
+ msgid "API Keys"
1630
  msgstr ""
1631
 
1632
+ #: src/admin-views/privacy.php:45
1633
+ msgid "The Events Calendar suite offers the use of third-party API keys. The primary functions are to enhance the features we've built in, some of which use Google Maps, PayPal, Eventbrite, and Meetup. These API keys are not supplied by The Events Calendar."
 
1634
  msgstr ""
1635
 
1636
+ #: src/admin-views/privacy.php:49
1637
+ msgid "We make use of certain APIs, in order to provide specific features."
1638
  msgstr ""
1639
 
1640
+ #: src/admin-views/privacy.php:51
1641
+ msgid "These APIs may include the following third party services: Google Maps (API key), Meetup (OAuth token), PayPal (email, Client ID, Client Secret), Eventbrite (API key, auth URL, Client Secret), and Zoom (email, Client ID, Client Secret)."
1642
  msgstr ""
1643
 
1644
+ #: src/admin-views/privacy.php:53
1645
+ msgid "How Long You Retain this Data"
1646
  msgstr ""
1647
 
1648
+ #: src/admin-views/privacy.php:55
1649
+ msgid "All information (data) is retained in the local database indefinitely, unless otherwise deleted."
1650
  msgstr ""
1651
 
1652
+ #: src/admin-views/privacy.php:57
1653
+ msgid "Certain data may be exported or removed upon users’ requests via the existing Exporter or Eraser. Please note, however, that several “edge cases” exist in which we are unable to perfect the gathering and export of all data for your end users. We suggest running a search in your local database, as well as within the WordPress Dashboard, in order to identify all data collected and stored for your specific user requests."
1654
  msgstr ""
1655
 
1656
+ #: src/admin-views/privacy.php:59
1657
+ msgid "Where We Send Your Data"
1658
  msgstr ""
1659
 
1660
+ #: src/admin-views/privacy.php:61
1661
+ msgid "The Events Calendar does not send any user data outside of your website by default."
1662
  msgstr ""
1663
 
1664
+ #: src/admin-views/privacy.php:63
1665
+ msgid "If you have extended our plugin(s) to send data to a third-party service such as Eventbrite, Google Maps, or PayPal, user information may be passed to these external services. These services may be located abroad."
1666
  msgstr ""
1667
 
1668
+ #: src/admin-views/tribe-options-addons-api.php:19
1669
+ msgid "Meetup Authentication"
1670
  msgstr ""
1671
 
1672
+ #: src/admin-views/tribe-options-addons-api.php:23
1673
+ msgid "You need to connect to Meetup for Event Aggregator to work properly"
 
 
1674
  msgstr ""
1675
 
1676
+ #: src/admin-views/tribe-options-addons-api.php:24
1677
+ msgid "Connect to Meetup"
1678
  msgstr ""
1679
 
1680
+ #: src/admin-views/tribe-options-addons-api.php:26
1681
+ msgid "Refresh your connection to Meetup"
 
1682
  msgstr ""
1683
 
1684
+ #: src/admin-views/tribe-options-addons-api.php:27
1685
+ #: src/admin-views/tribe-options-addons-api.php:80
1686
+ msgid "Disconnect"
1687
  msgstr ""
1688
 
1689
+ #: src/admin-views/tribe-options-addons-api.php:49
1690
+ msgid "You need to connect Event Aggregator to Meetup to import your events from Meetup."
 
 
1691
  msgstr ""
1692
 
1693
+ #: src/admin-views/tribe-options-addons-api.php:72
1694
+ msgid "Eventbrite Authentication"
1695
  msgstr ""
1696
 
1697
+ #: src/admin-views/tribe-options-addons-api.php:76
1698
+ msgid "You need to connect to Eventbrite for Event Aggregator to work properly"
1699
  msgstr ""
1700
 
1701
+ #: src/admin-views/tribe-options-addons-api.php:77
1702
+ msgid "Connect to Eventbrite"
1703
  msgstr ""
1704
 
1705
+ #: src/admin-views/tribe-options-addons-api.php:79
1706
+ msgid "Refresh your connection to Eventbrite"
1707
  msgstr ""
1708
 
1709
+ #: src/admin-views/tribe-options-addons-api.php:101
1710
+ msgid "You need to connect Event Aggregator to Eventbrite to import your events from Eventbrite."
1711
  msgstr ""
1712
 
1713
+ #: src/admin-views/tribe-options-addons-api.php:122
1714
+ #: src/admin-views/tribe-options-addons-api.php:162
1715
+ msgid "Integrations"
1716
  msgstr ""
1717
 
1718
+ #: src/admin-views/tribe-options-addons-api.php:126
1719
+ msgid "The Events Calendar and its add-ons integrate with other online tools and services to bring you additional features. Use the settings below to connect to third-party APIs and manage your integrations."
1720
  msgstr ""
1721
 
1722
+ #: src/admin-views/tribe-options-display.php:9
1723
+ msgid "Default Events Template"
1724
  msgstr ""
1725
 
1726
+ #: src/admin-views/tribe-options-display.php:10
1727
+ msgid "Default Page Template"
 
 
1728
  msgstr ""
1729
 
1730
+ #: src/admin-views/tribe-options-display.php:19
1731
+ msgid "You must select at least one view."
 
 
 
1732
  msgstr ""
1733
 
1734
+ #: src/admin-views/tribe-options-display.php:23
1735
+ msgid "Please note that you are using The Events Calendar's default Google Maps API key, which will limit the Map View's functionality. Visit <a href=\"edit.php?page=tribe-common&tab=addons&post_type=%s\">the Integrations Settings page</a> to learn more and add your own Google Maps API key."
1736
  msgstr ""
1737
 
1738
+ #: src/admin-views/tribe-options-display.php:29
1739
+ msgid "The number of events per page on the List View. Does not affect other views."
1740
  msgstr ""
1741
 
1742
+ #: src/admin-views/tribe-options-display.php:30
1743
+ msgid "The number of events per page on the List, Photo, and Map Views. Does not affect other views."
1744
  msgstr ""
1745
 
1746
+ #: src/admin-views/tribe-options-display.php:40
1747
+ msgid "Display Settings"
1748
  msgstr ""
1749
 
1750
+ #: src/admin-views/tribe-options-display.php:45
1751
+ msgid "The settings below control the display of your calendar. If things don't look right, try switching between the two style sheet options or pick a page template from your theme (not available on block themes). "
1752
  msgstr ""
1753
 
1754
+ #. Translators: %s: URL to knowledgebase. Please continue to use &#37; for % to avoid PHP warnings.
1755
+ #: src/admin-views/tribe-options-display.php:48
1756
+ msgid " Check out our <a href=\"%s\" rel=\"noopener\" target=\"_blank\">customization guide</a> for instructions on template modifications."
1757
  msgstr ""
1758
 
1759
+ #: src/admin-views/tribe-options-display.php:72
1760
+ #: src/admin-views/tribe-options-general.php:145
1761
+ msgctxt "Text introducing the table of contents links."
1762
+ msgid "Jump to:"
1763
  msgstr ""
1764
 
1765
+ #: src/admin-views/tribe-options-display.php:76
1766
+ msgctxt "Calendar Display table of contents link."
1767
+ msgid "Calendar Display"
1768
  msgstr ""
1769
 
1770
+ #: src/admin-views/tribe-options-display.php:80
1771
+ msgctxt "Date & Time table of contents link."
1772
+ msgid "Date & Time"
1773
  msgstr ""
1774
 
1775
+ #: src/admin-views/tribe-options-display.php:84
1776
+ msgctxt "Currency table of contents link."
1777
+ msgid "Currency"
1778
  msgstr ""
1779
 
1780
+ #: src/admin-views/tribe-options-display.php:88
1781
+ msgctxt "Maps table of contents link."
1782
+ msgid "Maps"
1783
  msgstr ""
1784
 
1785
+ #: src/admin-views/tribe-options-display.php:92
1786
+ msgctxt "Additional Content table of contents link."
1787
+ msgid "Additional Content"
1788
  msgstr ""
1789
 
1790
+ #: src/admin-views/tribe-options-display.php:121
1791
+ msgid "Calendar Display"
1792
  msgstr ""
1793
 
1794
+ #: src/admin-views/tribe-options-display.php:126
1795
+ msgid "Default stylesheet used for events templates"
1796
  msgstr ""
1797
 
1798
+ #: src/admin-views/tribe-options-display.php:129
1799
+ msgid "Skeleton Styles"
1800
  msgstr ""
1801
 
1802
+ #: src/admin-views/tribe-options-display.php:131
1803
+ msgid "Only includes enough css to achieve complex layouts like calendar and week view."
1804
  msgstr ""
1805
 
1806
+ #: src/admin-views/tribe-options-display.php:136
1807
+ msgid "Default Styles"
1808
  msgstr ""
1809
 
1810
+ #: src/admin-views/tribe-options-display.php:138
1811
+ msgid "A fully designed and styled theme for your events pages."
1812
  msgstr ""
1813
 
1814
+ #: src/admin-views/tribe-options-display.php:148
1815
+ msgid "Events template"
1816
  msgstr ""
1817
 
1818
+ #: src/admin-views/tribe-options-display.php:149
1819
+ msgid "Choose a page template to control the appearance of your calendar and event content."
1820
  msgstr ""
1821
 
1822
+ #: src/admin-views/tribe-options-display.php:158
1823
+ msgid "Enable event views"
1824
  msgstr ""
1825
 
1826
+ #: src/admin-views/tribe-options-display.php:171
1827
+ msgid "Default view"
1828
  msgstr ""
1829
 
1830
+ #: src/admin-views/tribe-options-display.php:184
1831
+ msgid "Month view events per day"
1832
  msgstr ""
1833
 
1834
+ #: src/admin-views/tribe-options-display.php:186
1835
+ msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\" rel=\"noopener\" target=\"_blank\">Read more</a>."
1836
  msgstr ""
1837
 
1838
+ #: src/admin-views/tribe-options-display.php:195
1839
+ msgid "Number of events to show per page"
1840
  msgstr ""
1841
 
1842
+ #: src/admin-views/tribe-options-display.php:203
1843
+ msgid "Show comments"
1844
  msgstr ""
1845
 
1846
+ #: src/admin-views/tribe-options-display.php:204
1847
+ msgid "Enable comments on event pages."
1848
  msgstr ""
1849
 
1850
+ #: src/admin-views/tribe-options-display.php:210
1851
+ msgid "Disable the Event Search Bar"
1852
  msgstr ""
1853
 
1854
+ #: src/admin-views/tribe-options-display.php:211
1855
+ msgid "Check this to use the classic header."
1856
  msgstr ""
1857
 
1858
+ #: src/admin-views/tribe-options-display.php:239
1859
+ msgid "Date with year"
1860
  msgstr ""
1861
 
1862
+ #: src/admin-views/tribe-options-display.php:241
1863
+ msgid "Enter the format to use for displaying dates with the year. Used when showing an event from a future year. Example: %1$s"
1864
  msgstr ""
1865
 
1866
+ #: src/admin-views/tribe-options-display.php:256
1867
+ msgid "Date without year"
1868
  msgstr ""
1869
 
1870
+ #: src/admin-views/tribe-options-display.php:258
1871
+ msgid "Enter the format to use for displaying dates without a year. Used when showing an event from the current year. Example: %1$s"
1872
  msgstr ""
1873
 
1874
+ #: src/admin-views/tribe-options-display.php:267
1875
+ msgid "Month and year format"
1876
  msgstr ""
1877
 
1878
+ #: src/admin-views/tribe-options-display.php:269
1879
+ msgid "Enter the format to use for dates that show a month and year only. Used on month view. Example: %1$s"
1880
  msgstr ""
1881
 
1882
+ #: src/admin-views/tribe-options-display.php:299
1883
+ msgid "Date time separator"
1884
  msgstr ""
1885
 
1886
+ #: src/admin-views/tribe-options-display.php:300
1887
+ msgid "Enter the separator that will be placed between the date and time, when both are shown."
1888
  msgstr ""
1889
 
1890
+ #: src/admin-views/tribe-options-display.php:307
1891
+ msgid "Time range separator"
1892
  msgstr ""
1893
 
1894
+ #: src/admin-views/tribe-options-display.php:308
1895
+ msgid "Enter the separator that will be used between the start and end time of an event."
1896
  msgstr ""
1897
 
1898
+ #: src/admin-views/tribe-options-display.php:315
1899
+ msgid "End of day cutoff"
1900
  msgstr ""
1901
 
1902
+ #: src/admin-views/tribe-options-display.php:316
1903
+ msgid "Have an event that runs past midnight? Select a time after that event's end to avoid showing the event on the next day's calendar."
1904
  msgstr ""
1905
 
1906
+ #: src/admin-views/tribe-options-display.php:346
1907
+ msgid "Currency Settings"
1908
  msgstr ""
1909
 
1910
+ #: src/admin-views/tribe-options-display.php:360
1911
+ msgid "Start selling tickets to your events"
1912
  msgstr ""
1913
 
1914
+ #: src/admin-views/tribe-options-display.php:366
1915
+ msgid "Get Event Tickets to manage attendee registration and ticket sales to your events, for free."
1916
  msgstr ""
1917
 
1918
+ #: src/admin-views/tribe-options-display.php:371
1919
+ #: src/admin-views/tribe-options-general.php:313
1920
+ #: src/Tribe/REST/V1/EA_Messages.php:40
1921
+ msgid "Learn more."
1922
  msgstr ""
1923
 
1924
+ #: src/admin-views/tribe-options-display.php:381
1925
+ msgid "Default currency symbol"
 
1926
  msgstr ""
1927
 
1928
+ #: src/admin-views/tribe-options-display.php:382
1929
+ msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
1930
  msgstr ""
1931
 
1932
+ #: src/admin-views/tribe-options-display.php:389
1933
+ msgid "Default currency code"
1934
  msgstr ""
1935
 
1936
+ #: src/admin-views/tribe-options-display.php:390
1937
+ msgid "Set the default currency ISO-4217 code for event costs. This is a three-letter code and is mainly used for data/SEO purposes."
 
 
1938
  msgstr ""
1939
 
1940
+ #: src/admin-views/tribe-options-display.php:397
1941
+ #: src/modules/data/blocks/price/reducer.js:26
1942
+ msgid "USD"
 
1943
  msgstr ""
1944
 
1945
+ #: src/admin-views/tribe-options-display.php:402
1946
+ msgid "Currency symbol follows value"
 
 
1947
  msgstr ""
1948
 
1949
+ #: src/admin-views/tribe-options-display.php:403
1950
+ msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
 
1951
  msgstr ""
1952
 
1953
+ #: src/admin-views/tribe-options-display.php:415
1954
+ msgid "Map Settings"
 
 
 
 
1955
  msgstr ""
1956
 
1957
+ #: src/admin-views/tribe-options-display.php:423
1958
+ msgid "Advanced Google Maps functionality"
 
1959
  msgstr ""
1960
 
1961
+ #. Translators: %1$s - opening paragraph tag, %2$s - opening anchor tag, %3$s - closing anchor tag, %4$s - closing paragraph tag
1962
+ #: src/admin-views/tribe-options-display.php:430
1963
+ msgid "%1$sThe Events Calendar comes with a default API key for basic maps functionality. If you’d like to use more advanced features like custom map pins or dynamic map loads, you’ll need to get your own %2$sGoogle Maps API key%3$s.%4$s"
1964
  msgstr ""
1965
 
1966
+ #: src/admin-views/tribe-options-display.php:443
1967
+ msgid "Enable Maps"
1968
  msgstr ""
1969
 
1970
+ #: src/admin-views/tribe-options-display.php:444
1971
+ msgid "Check to enable maps for events and venues."
1972
  msgstr ""
1973
 
1974
+ #: src/admin-views/tribe-options-display.php:451
1975
+ msgid "Google Maps default zoom level"
1976
  msgstr ""
1977
 
1978
+ #: src/admin-views/tribe-options-display.php:452
1979
+ msgid "0 = zoomed out; 21 = zoomed in."
 
1980
  msgstr ""
1981
 
1982
+ #: src/admin-views/tribe-options-display.php:466
1983
+ msgid "Additional Content Settings"
1984
  msgstr ""
1985
 
1986
+ #: src/admin-views/tribe-options-display.php:470
1987
+ msgid "Add HTML before event content"
 
 
1988
  msgstr ""
1989
 
1990
+ #: src/admin-views/tribe-options-display.php:471
1991
+ msgid "If you are familiar with HTML, you can add additional code before the event template. Some themes may require this to help with styling or layout."
1992
  msgstr ""
1993
 
1994
+ #: src/admin-views/tribe-options-display.php:476
1995
+ msgid "Add HTML after event content"
1996
  msgstr ""
1997
 
1998
+ #: src/admin-views/tribe-options-display.php:477
1999
+ msgid "If you are familiar with HTML, you can add additional code after the event template. Some themes may require this to help with styling or layout."
2000
  msgstr ""
2001
 
2002
+ #: src/admin-views/tribe-options-general.php:7
2003
+ msgid "Finding your calendar."
2004
  msgstr ""
2005
 
2006
+ #: src/admin-views/tribe-options-general.php:8
2007
+ msgid "Finding & extending your calendar."
2008
  msgstr ""
2009
 
2010
+ #: src/admin-views/tribe-options-general.php:23
2011
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
2012
  msgstr ""
2013
 
2014
+ #: src/admin-views/tribe-options-general.php:30
2015
+ msgctxt "Text for link to the add-ons page."
2016
+ msgid "Check out the available add-ons."
2017
  msgstr ""
2018
 
2019
+ #: src/admin-views/tribe-options-general.php:40
2020
+ msgid "Documentation"
2021
  msgstr ""
2022
 
2023
+ #: src/admin-views/tribe-options-general.php:46
2024
+ msgid "View Welcome Page"
 
 
2025
  msgstr ""
2026
 
2027
+ #: src/admin-views/tribe-options-general.php:53
2028
+ msgid "Getting started guide"
 
2029
  msgstr ""
2030
 
2031
+ #: src/admin-views/tribe-options-general.php:74
2032
+ msgid "Where's my calendar?"
 
 
2033
  msgstr ""
2034
 
2035
+ #: src/admin-views/tribe-options-general.php:77
2036
+ msgid "Right here"
 
 
 
2037
  msgstr ""
2038
 
2039
+ #: src/admin-views/tribe-options-general.php:85
2040
+ msgid "Having trouble?"
2041
  msgstr ""
2042
 
2043
+ #: src/admin-views/tribe-options-general.php:88
2044
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:106
2045
+ #: src/Tribe/Admin/Settings.php:179
2046
+ msgid "Help"
2047
  msgstr ""
2048
 
2049
+ #: src/admin-views/tribe-options-general.php:92
2050
+ msgid "Troubleshoot"
 
 
 
 
2051
  msgstr ""
2052
 
2053
+ #: src/admin-views/tribe-options-general.php:124
2054
+ msgid "Here is the iCal feed URL for your events:"
2055
  msgstr ""
2056
 
2057
+ #: src/admin-views/tribe-options-general.php:149
2058
+ msgctxt "Viewing table of contents link."
2059
+ msgid "Viewing"
2060
  msgstr ""
2061
 
2062
+ #: src/admin-views/tribe-options-general.php:153
2063
+ msgctxt "Editing table of contents link."
2064
+ msgid "Editing"
2065
  msgstr ""
2066
 
2067
+ #: src/admin-views/tribe-options-general.php:157
2068
+ msgctxt "Debugging table of contents link."
2069
+ msgid "Debugging"
2070
  msgstr ""
2071
 
2072
+ #: src/admin-views/tribe-options-general.php:186
2073
+ msgctxt "Title for the viewing section of the general settings."
2074
+ msgid "Viewing"
2075
  msgstr ""
2076
 
2077
+ #: src/admin-views/tribe-options-general.php:190
2078
+ #: src/admin-views/tribe-options-general.php:206
2079
+ msgid "Events URL slug"
2080
  msgstr ""
2081
 
2082
+ #: src/admin-views/tribe-options-general.php:193
2083
+ msgid "The current URL for your events page is %1$s. <br><br> You cannot edit the slug for your events page as you do not have pretty permalinks enabled. In order to edit the slug here, <a href=\"%2$s\">enable pretty permalinks</a>."
2084
  msgstr ""
2085
 
2086
+ #: src/admin-views/tribe-options-general.php:213
2087
+ msgid "The slug used for building the events URL."
 
2088
  msgstr ""
2089
 
2090
+ #: src/admin-views/tribe-options-general.php:213
2091
+ msgid "Your current events URL is: %s"
 
2092
  msgstr ""
2093
 
2094
+ #: src/admin-views/tribe-options-general.php:218
2095
+ msgid "Single event URL slug"
2096
  msgstr ""
2097
 
2098
+ #: src/admin-views/tribe-options-general.php:225
2099
+ msgid "The above should ideally be plural, and this singular.<br />Your single event URL is: %s"
 
2100
  msgstr ""
2101
 
2102
+ #: src/admin-views/tribe-options-general.php:230
2103
+ msgid "Include events in main blog loop"
2104
  msgstr ""
2105
 
2106
+ #: src/admin-views/tribe-options-general.php:231
2107
+ msgid "Show events with the site's other posts. When this box is checked, events will also continue to appear on the default events page."
2108
  msgstr ""
2109
 
2110
+ #: src/admin-views/tribe-options-general.php:237
2111
+ msgid "Move to trash events older than"
2112
  msgstr ""
2113
 
2114
+ #: src/admin-views/tribe-options-general.php:238
2115
+ msgid "This option allows you to automatically move past events to trash."
2116
  msgstr ""
2117
 
2118
+ #: src/admin-views/tribe-options-general.php:243
2119
+ #: src/admin-views/tribe-options-general.php:261
2120
+ #: src/Tribe/Views/V2/Hooks.php:1210
2121
+ msgid "Disabled"
2122
  msgstr ""
2123
 
2124
+ #: src/admin-views/tribe-options-general.php:244
2125
+ #: src/admin-views/tribe-options-general.php:262
2126
+ msgid "1 month"
2127
  msgstr ""
2128
 
2129
+ #: src/admin-views/tribe-options-general.php:245
2130
+ #: src/admin-views/tribe-options-general.php:263
2131
+ msgid "3 months"
2132
  msgstr ""
2133
 
2134
+ #: src/admin-views/tribe-options-general.php:246
2135
+ #: src/admin-views/tribe-options-general.php:264
2136
+ msgid "6 months"
2137
  msgstr ""
2138
 
2139
+ #: src/admin-views/tribe-options-general.php:247
2140
+ #: src/admin-views/tribe-options-general.php:265
2141
+ msgid "9 months"
2142
  msgstr ""
2143
 
2144
+ #: src/admin-views/tribe-options-general.php:248
2145
+ #: src/admin-views/tribe-options-general.php:266
2146
+ msgid "1 year"
2147
  msgstr ""
2148
 
2149
+ #: src/admin-views/tribe-options-general.php:249
2150
+ #: src/admin-views/tribe-options-general.php:267
2151
+ msgid "2 years"
2152
  msgstr ""
2153
 
2154
+ #: src/admin-views/tribe-options-general.php:250
2155
+ #: src/admin-views/tribe-options-general.php:268
2156
+ msgid "3 years"
2157
  msgstr ""
2158
 
2159
+ #: src/admin-views/tribe-options-general.php:255
2160
+ msgid "Permanently delete events older than"
2161
  msgstr ""
2162
 
2163
+ #: src/admin-views/tribe-options-general.php:256
2164
+ msgid "This option allows you to bulk delete past events. Be careful and backup your database before removing your events as there is no way to reverse the changes."
 
 
 
 
2165
  msgstr ""
2166
 
2167
+ #: src/admin-views/tribe-options-general.php:273
2168
+ msgid "Enable the Month View Cache"
2169
  msgstr ""
2170
 
2171
+ #: src/admin-views/tribe-options-general.php:274
2172
+ msgid "Check this to cache your month view HTML in transients, which can help improve calendar speed on sites with many events. <a href=\"%s\" rel=\"noopener\" target=\"_blank\">Read more</a>."
2173
  msgstr ""
2174
 
2175
+ #: src/admin-views/tribe-options-general.php:289
2176
+ msgctxt "Title for the editing section of the general settings."
2177
+ msgid "Editing"
2178
  msgstr ""
2179
 
2180
+ #: src/admin-views/tribe-options-general.php:303
2181
+ msgid "Import events with Event Aggregator"
 
2182
  msgstr ""
2183
 
2184
+ #: src/admin-views/tribe-options-general.php:308
2185
+ #: src/Tribe/Aggregator/Tabs/New.php:530
2186
+ msgid "Effortlessly fill your calendar with events from Meetup, Eventbrite, iCal, Google Calendar, and more."
2187
  msgstr ""
2188
 
2189
+ #: src/admin-views/tribe-options-general.php:323
2190
+ msgid "Show Custom Fields metabox"
 
2191
  msgstr ""
2192
 
2193
+ #: src/admin-views/tribe-options-general.php:324
2194
+ msgid "Enable WordPress Custom Fields on events in the classic editor."
 
2195
  msgstr ""
2196
 
2197
+ #: src/admin-views/tribe-options-general.php:330
2198
+ msgid "Merge duplicate Venues &amp; Organizers"
 
2199
  msgstr ""
2200
 
2201
+ #: src/admin-views/tribe-options-general.php:330
2202
+ #: src/Tribe/Amalgamator.php:455
2203
+ msgid "Merge Duplicates"
2204
  msgstr ""
2205
 
2206
+ #: src/admin-views/tribe-options-general.php:330
2207
+ msgid "Click this button to automatically merge identical venues and organizers."
2208
  msgstr ""
2209
 
2210
+ #: src/admin-views/tribe-options-general.php:340
2211
+ msgctxt "Title for the debugging section of the general settings."
2212
+ msgid "Debugging"
2213
  msgstr ""
2214
 
2215
+ #: src/admin-views/tribe-options-general.php:352
2216
+ msgid "There is a solution for every problem"
 
2217
  msgstr ""
2218
 
2219
+ #. Translators: %1$s - opening paragraph tag, %2$s - opening anchor tag, %3$s - closing anchor tag, %4$s - closing paragraph tag
2220
+ #: src/admin-views/tribe-options-general.php:358
2221
+ msgid "%1$sSometimes things just don’t work as expected. The %2$stroubleshooting page%3$s has a wealth of resources to get you back on track.%4$s"
2222
  msgstr ""
2223
 
2224
+ #: src/admin-views/tribe-options-timezones.php:7
2225
+ msgid "Enable Time Zone support"
2226
  msgstr ""
2227
 
2228
+ #: src/admin-views/tribe-options-timezones.php:9
2229
+ msgid "Update Time Zone Data"
2230
  msgstr ""
2231
 
2232
+ #: src/admin-views/tribe-options-timezones.php:10
2233
+ msgid "Click this button to update your database and take advantage of additional time zone capabilities. Please <a href=\"%s\" target=\"_blank\">configure WordPress</a> to use the correct time zone before clicking this button!"
2234
  msgstr ""
2235
 
2236
+ #: src/admin-views/tribe-options-timezones.php:34
2237
+ msgid "Show time zone"
 
 
 
2238
  msgstr ""
2239
 
2240
+ #: src/admin-views/tribe-options-timezones.php:35
2241
+ msgid "Appends the time zone to the end of event scheduling information &ndash; this can be useful when you have events in numerous different time zones."
2242
  msgstr ""
2243
 
2244
+ #: src/admin-views/tribe-options-timezones.php:44
2245
+ msgid "Time zone mode"
2246
  msgstr ""
2247
 
2248
+ #: src/admin-views/tribe-options-timezones.php:48
2249
+ msgid "Use manual time zones for each event"
 
 
2250
  msgstr ""
2251
 
2252
+ #: src/admin-views/tribe-options-timezones.php:49
2253
+ msgid "Use the site-wide time zone everywhere"
2254
  msgstr ""
2255
 
2256
+ #: src/admin-views/tribe-options-upgrade.php:16
2257
+ msgid "You're all set!"
2258
  msgstr ""
2259
 
2260
+ #: src/admin-views/tribe-options-upgrade.php:18
2261
+ msgid "Go check out your new calendar designs! Each calendar view has been updated, so feel free to enable views you may not have been using. If necessary, you can revert back to the legacy calendar views in the Display tab of your Event Settings."
 
 
2262
  msgstr ""
2263
 
2264
+ #: src/admin-views/tribe-options-upgrade.php:20
2265
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:47
2266
+ #: src/Tribe/Main.php:3514
2267
+ #: src/Tribe/Views/V2/Views/Widgets/Widget_View.php:61
2268
+ msgid "View Calendar"
2269
  msgstr ""
2270
 
2271
+ #: src/admin-views/tribe-options-upgrade.php:24
2272
+ #: src/admin-views/tribe-options-upgrade.php:65
2273
+ #: src/admin-views/tribe-options-upgrade.php:115
2274
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:140
2275
+ msgid "screenshot of updated calendar views"
2276
  msgstr ""
2277
 
2278
+ #: src/admin-views/tribe-options-upgrade.php:50
2279
+ msgid "A new look for The Events Calendar is here!"
 
 
2280
  msgstr ""
2281
 
2282
+ #: src/admin-views/tribe-options-upgrade.php:52
2283
+ msgid "Upgrade your calendar."
 
2284
  msgstr ""
2285
 
2286
+ #: src/admin-views/tribe-options-upgrade.php:54
2287
+ msgid "We've redesigned all of the calendar views to give you and your users a better experience. Beyond a brand new look, we've optimized every design for mobile and introduced key improvements for each view."
2288
  msgstr ""
2289
 
2290
+ #: src/admin-views/tribe-options-upgrade.php:56
2291
+ msgid "Start your upgrade"
 
 
2292
  msgstr ""
2293
 
2294
+ #: src/admin-views/tribe-options-upgrade.php:58
2295
+ msgid "Learn more about the upgrade"
2296
+ msgstr ""
 
 
 
 
 
 
 
 
2297
 
2298
+ #: src/admin-views/tribe-options-upgrade.php:61
2299
+ msgid "Step 1 of 2"
2300
+ msgstr ""
 
 
2301
 
2302
+ #: src/admin-views/tribe-options-upgrade.php:89
2303
+ msgid "Confirm your upgrade"
2304
  msgstr ""
2305
 
2306
+ #: src/admin-views/tribe-options-upgrade.php:94
2307
+ msgid "Existing calendar customizations will be overridden."
 
 
 
 
 
2308
  msgstr ""
2309
 
2310
+ #: src/admin-views/tribe-options-upgrade.php:95
2311
+ msgid "If you have any template overrides, custom calendar CSS, or other code customizations to your calendar, those modifications will be overridden by the new designs."
 
2312
  msgstr ""
2313
 
2314
+ #: src/admin-views/tribe-options-upgrade.php:100
2315
+ msgid "We recommend making this update on a %1$sstaging site%2$s."
2316
  msgstr ""
2317
 
2318
+ #: src/admin-views/tribe-options-upgrade.php:104
2319
+ msgid "This is especially true if you have made any code customizations to your calendar."
2320
  msgstr ""
2321
 
2322
+ #: src/admin-views/tribe-options-upgrade.php:108
2323
+ msgid "Let's go!"
2324
  msgstr ""
2325
 
2326
+ #: src/admin-views/tribe-options-upgrade.php:109
2327
+ msgid "I'm not ready"
2328
+ msgstr ""
 
 
2329
 
2330
+ #: src/admin-views/tribe-options-upgrade.php:111
2331
+ msgid "Step 2 of 2"
2332
  msgstr ""
2333
 
2334
+ #: src/admin-views/updates/6.0.0.php:29
2335
+ msgid "Welcome to"
2336
  msgstr ""
2337
 
2338
+ #: src/admin-views/updates/6.0.0.php:30
2339
+ msgid "The Events Calendar 6.0"
2340
  msgstr ""
2341
 
2342
+ #: src/admin-views/updates/6.0.0.php:31
2343
+ #: src/admin-views/updates/6.0.0.php:120
2344
+ msgid "Take me to Settings ›"
2345
  msgstr ""
2346
 
2347
+ #: src/admin-views/updates/6.0.0.php:41
2348
+ msgid "What’s New in The Events Calendar 6.0"
 
2349
  msgstr ""
2350
 
2351
+ #: src/admin-views/updates/6.0.0.php:44
2352
+ msgid "Video describing features on The Events Calendar 6.0"
 
2353
  msgstr ""
2354
 
2355
+ #: src/admin-views/updates/6.0.0.php:51
2356
+ msgid "Watch the video or check out the <a href=\"%s\">release notes</a> to learn more."
2357
  msgstr ""
2358
 
2359
+ #: src/admin-views/updates/6.0.0.php:53
2360
+ msgid "Be sure to <a href=\"%s\">migrate</a> to the new data storage system so you can take advantage of the improved performance."
 
2361
  msgstr ""
2362
 
2363
+ #: src/admin-views/updates/6.0.0.php:59
2364
+ msgid "Lightening bolt icon"
 
 
 
 
 
 
 
 
2365
  msgstr ""
2366
 
2367
+ #: src/admin-views/updates/6.0.0.php:60
2368
+ msgid "New Features for Events Calendar Pro"
2369
  msgstr ""
2370
 
2371
+ #: src/admin-views/updates/6.0.0.php:64
2372
+ msgid "A game-changing ✨new✨ post type, Series, allows you to group and display any single or recurring events together like never before."
2373
  msgstr ""
2374
 
2375
+ #: src/admin-views/updates/6.0.0.php:65
2376
+ msgid "With Series, you can edit an individual occurrence of a recurring event without disconnecting it from the others, allowing you to build complex event Series with different venues, images, and more."
2377
+ msgstr ""
 
 
 
 
 
 
2378
 
2379
+ #: src/admin-views/updates/6.0.0.php:66
2380
+ msgid "Watch a video"
2381
+ msgstr ""
 
 
2382
 
2383
+ #: src/admin-views/updates/6.0.0.php:66
2384
+ msgid "See a demo"
2385
  msgstr ""
2386
 
2387
+ #: src/admin-views/updates/6.0.0.php:70
2388
+ #: src/admin-views/updates/6.0.0.php:75
2389
+ #: src/admin-views/updates/6.0.0.php:79
2390
+ #: src/admin-views/updates/6.0.0.php:85
2391
+ msgid "Event series graphic"
2392
+ msgstr ""
 
 
 
2393
 
2394
+ #: src/admin-views/updates/6.0.0.php:76
2395
+ msgid "Advanced editing options"
2396
  msgstr ""
2397
 
2398
+ #: src/admin-views/updates/6.0.0.php:76
2399
+ msgid "for recurring events give you more possibilities for complex event management."
2400
  msgstr ""
2401
 
2402
+ #: src/admin-views/updates/6.0.0.php:80
2403
+ msgid "With the Duplicate Event Tool"
2404
  msgstr ""
2405
 
2406
+ #: src/admin-views/updates/6.0.0.php:80
2407
+ msgid "you can replicate and modify any events in seconds, making event creation a breeze."
2408
  msgstr ""
2409
 
2410
+ #: src/admin-views/updates/6.0.0.php:86
2411
+ msgid "Upgrade to <a href=\"%s\">Events Calendar Pro</a> to unlock these features."
2412
  msgstr ""
2413
 
2414
+ #: src/admin-views/updates/6.0.0.php:95
2415
+ msgid "Light bulb icon"
2416
  msgstr ""
2417
 
2418
+ #: src/admin-views/updates/6.0.0.php:96
2419
+ msgid "Legacy Views"
2420
  msgstr ""
2421
 
2422
+ #: src/admin-views/updates/6.0.0.php:98
2423
+ msgid "We have fully removed the legacy views from The Events Calendar 6.0. Your views have been automatically updated."
2424
  msgstr ""
2425
 
2426
+ #: src/admin-views/updates/6.0.0.php:103
2427
+ msgid "Resources"
2428
  msgstr ""
2429
 
2430
+ #: src/admin-views/updates/6.0.0.php:105
2431
+ msgid "Migrating Your Site"
 
2432
  msgstr ""
2433
 
2434
+ #: src/admin-views/updates/6.0.0.php:106
2435
+ msgid "Event Series"
2436
  msgstr ""
2437
 
2438
+ #: src/admin-views/updates/6.0.0.php:107
2439
+ msgid "Creating Recurring Events"
2440
  msgstr ""
2441
 
2442
+ #: src/admin-views/updates/6.0.0.php:108
2443
+ msgid "Duplicating Events"
 
2444
  msgstr ""
2445
 
2446
+ #: src/admin-views/updates/6.0.0.php:109
2447
+ msgid "Recurring Events & Tickets"
2448
  msgstr ""
2449
 
2450
+ #: src/admin-views/updates/6.0.0.php:110
2451
+ msgid "Community Events & Series"
2452
  msgstr ""
2453
 
2454
+ #: src/admin-views/updates/6.0.0.php:111
2455
+ msgid "Release Notes"
2456
  msgstr ""
2457
 
2458
+ #: src/admin-views/updates/6.0.0.php:112
2459
+ msgid "Get Support"
2460
  msgstr ""
2461
 
2462
+ #: src/admin-views/updates/6.0.0.php:119
2463
+ msgid "We won't post this page again once you skip to The Events Calendar Settings."
2464
  msgstr ""
2465
 
2466
+ #: src/admin-views/venue-meta-box.php:265
2467
+ msgid "%s Name can not be empty"
2468
  msgstr ""
2469
 
2470
+ #: src/admin-views/venue-meta-box.php:271
2471
+ msgid "%s Name already exists"
2472
  msgstr ""
2473
 
2474
+ #: src/deprecated/facebook.php:10
2475
+ msgid "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Facebook on a set schedule. Single events can be added via a one-time import."
2476
  msgstr ""
2477
 
2478
+ #: src/deprecated/facebook.php:36
2479
+ msgid "Please log in to enable event imports from Facebook."
2480
  msgstr ""
2481
 
2482
+ #: src/deprecated/facebook.php:42
2483
+ msgid "Log into Facebook"
2484
  msgstr ""
2485
 
2486
+ #: src/deprecated/facebook.php:120
2487
+ msgid "facebook.com/example"
2488
  msgstr ""
2489
 
2490
+ #: src/deprecated/facebook.php:121
2491
+ msgid "Enter the url for a Facebook group or page. You can also enter the url of a single Facebook event."
2492
  msgstr ""
2493
 
2494
+ #: src/deprecated/facebook.php:136
2495
+ msgid "Invalid Facebook URL"
2496
  msgstr ""
2497
 
2498
+ #: src/Events/Custom_Tables/V1/admin-views/migration/icons/rerun.php:13
2499
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:205
2500
+ msgid "Re-run preview"
2501
  msgstr ""
2502
 
2503
+ #: src/Events/Custom_Tables/V1/admin-views/migration/partials/event-loop.php:37
2504
+ msgid "Show past %1$s"
2505
  msgstr ""
2506
 
2507
+ #: src/Events/Custom_Tables/V1/admin-views/migration/partials/event-loop.php:53
2508
+ msgid "Show more upcoming %1$s"
2509
  msgstr ""
2510
 
2511
+ #: src/Events/Custom_Tables/V1/admin-views/migration/partials/progress-bar.php:60
2512
+ msgid "unknown"
 
2513
  msgstr ""
2514
 
2515
+ #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:23
2516
+ msgid "You must update your version of Events Calendar Pro for access to calendar upgrades."
 
2517
  msgstr ""
2518
 
2519
+ #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:25
2520
+ msgid "Plugins Page"
2521
  msgstr ""
2522
 
2523
+ #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:26
2524
+ msgid "Version Compatibility"
 
2525
  msgstr ""
2526
 
2527
+ #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-box.php:27
2528
+ msgid "Upgrade FAQ"
2529
  msgstr ""
2530
 
2531
+ #: src/Events/Custom_Tables/V1/admin-views/migration/upgrade-logo.php:4
2532
+ msgid "The Events Calendar product suite logo"
2533
  msgstr ""
2534
 
2535
+ #: src/Events/Custom_Tables/V1/Migration/Reports/Event_Report.php:155
2536
+ #: src/Events/Custom_Tables/V1/Traits/With_String_Dictionary.php:34
2537
+ msgid "ID %1$d (Untitled)"
2538
  msgstr ""
2539
 
2540
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:85
2541
+ msgid "To safely cancel the migration, we need to reverse the process on any data that has already been modified. Your site will remain in maintenance mode until we have safely reversed the process."
2542
  msgstr ""
2543
 
2544
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:89
2545
+ msgid ""
2546
+ "Are you sure you want to reverse the recurring event system migration process?\n"
2547
+ "\n"
2548
+ "- You will no longer be able to use the new recurring event and Series features.\n"
2549
+ "- All event edits you have made since migration will be lost.\n"
2550
+ "- As with migration, you will not be able to edit events or calendar options during this process and some frontend actions will be paused.\n"
2551
+ "- Reverse migration should take less time than the original migration, but there is no time estimate available.\n"
2552
+ ""
2553
  msgstr ""
2554
 
2555
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:144
2556
+ msgid "Get ready for the new recurring events!"
2557
  msgstr ""
2558
 
2559
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:148
2560
+ msgid "Upgrade your event data storage system."
2561
  msgstr ""
2562
 
2563
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:149
2564
+ msgid "We've completely revamped the way event information is stored on your site's database. Upgrade now to take advantage of faster calendar load times and improved performance. As with any significant site change, we recommend %screating a site backup%s before beginning the migration process."
2565
  msgstr ""
2566
 
2567
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:153
2568
+ msgid "Ready to go? The first step is a migration preview."
2569
  msgstr ""
2570
 
2571
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:157
2572
+ msgid "We'll scan your events and let you know how long your migration will take. The preview runs in the background, so you'll be able to continue using your site."
2573
  msgstr ""
2574
 
2575
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:161
2576
+ msgid "https://evnt.is/1b79"
2577
  msgstr ""
2578
 
2579
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:165
2580
+ msgid "Learn more about the migration"
2581
  msgstr ""
2582
 
2583
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:169
2584
+ msgid "Start migration preview"
2585
  msgstr ""
2586
 
2587
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:173
2588
+ msgid "Migration preview in progress"
2589
  msgstr ""
2590
 
2591
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:177
2592
+ msgid "We're scanning your existing events so you'll know what to expect from the migration process. You can keep using your site and managing events. Check back later for the next step of migration."
2593
  msgstr ""
2594
 
2595
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:181
2596
+ msgid "Preview complete"
2597
  msgstr ""
2598
 
2599
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:185
2600
+ msgid "The migration preview is done and ready for your review. No changes have been made to your events, but this report shows what adjustments will be made during the migration to the new system. If you have any questions, please %1$sreach out to our support team%2$s."
2601
  msgstr ""
2602
 
2603
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:189
2604
+ msgid "From this preview, we estimate that the full migration process will take approximately %3$d minutes. During this time, %1$syou will not be able to create, edit, or manage your events.%2$s Your calendar will still be visible on your site."
2605
  msgstr ""
2606
 
2607
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:193
2608
+ msgid "Your system doesn't allow us to run a preview, but you can still try a migration. During migration, %1$syou will not be able to create, edit, or manage your events.%2$s Your calendar will still be visible on your site."
2609
  msgstr ""
2610
 
2611
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:197
2612
+ msgid "Preview completed"
 
 
 
 
2613
  msgstr ""
2614
 
2615
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:201
2616
+ msgid "Total events previewed:"
2617
  msgstr ""
2618
 
2619
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:209
2620
+ msgid "Start migration"
2621
  msgstr ""
2622
 
2623
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:213
2624
+ msgid "(Estimated time: %1$s minute)"
 
 
2625
  msgstr ""
2626
 
2627
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:217
2628
+ msgid "(Estimated time: %1$s minutes)"
 
 
2629
  msgstr ""
2630
 
2631
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:221
2632
+ msgid "Migration in progress"
2633
  msgstr ""
2634
 
2635
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:225
2636
+ msgid "Your events are being migrated to the new system. During migration, %1$syou cannot make changes to your calendar or events.%2$s Your calendar will still be visible on the frontend."
2637
  msgstr ""
2638
 
2639
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:229
2640
+ #: src/views/v2/day.php:46
2641
+ #: src/views/v2/list.php:46
2642
+ #: src/views/v2/month.php:44
2643
+ msgid "Loading..."
2644
  msgstr ""
2645
 
2646
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:233
2647
+ msgid "Cancel Migration"
2648
  msgstr ""
2649
 
2650
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:237
2651
+ msgid "Retry"
2652
  msgstr ""
2653
 
2654
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:241
2655
+ msgid "Cancel Migration Preview"
2656
  msgstr ""
2657
 
2658
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:245
2659
+ msgid "Migration complete!"
2660
  msgstr ""
2661
 
2662
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:249
2663
+ msgid "Your site is now using the upgraded event data storage system. Go ahead and %1$scheck out your events%2$s or %3$sview your calendar.%2$s"
2664
  msgstr ""
2665
 
2666
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:253
2667
+ msgid "Migration completed"
2668
  msgstr ""
2669
 
2670
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:257
2671
+ msgid "Total events migrated:"
 
 
 
2672
  msgstr ""
2673
 
2674
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:261
2675
+ msgid "Reverse migration"
 
 
 
2676
  msgstr ""
2677
 
2678
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:265
2679
+ msgid "Cancelation in progress"
 
 
 
2680
  msgstr ""
2681
 
2682
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:269
2683
+ msgid "We are canceling your site's migration to the new system. During this time, %1$syou cannot create, edit, or manage your events%2$s. Your calendar will still be visible on your site but some frontend actions will be paused."
 
 
 
2684
  msgstr ""
2685
 
2686
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:273
2687
+ msgid "Cancelation complete."
2688
  msgstr ""
2689
 
2690
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:277
2691
+ msgid "Reverse migration complete."
2692
  msgstr ""
2693
 
2694
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:281
2695
+ msgid "Reverse migration in progress"
 
 
 
2696
  msgstr ""
2697
 
2698
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:285
2699
+ msgid "We are reversing your site's migration to the new system. During this time, %1$syou cannot create, edit, or manage your events%2$s. Your calendar will still be visible on your site but some frontend actions will be paused."
 
 
 
2700
  msgstr ""
2701
 
2702
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:289
2703
+ msgid "Events can migrate with no changes!"
2704
  msgstr ""
2705
 
2706
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:293
2707
+ msgid "The following %1$s will be migrated with no adjustments:"
2708
  msgstr ""
2709
 
2710
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:297
2711
+ msgid "The following %1$s have been migrated with no adjustments:"
 
 
 
2712
  msgstr ""
2713
 
2714
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:301
2715
+ msgid "Unknown strategy applied to this event."
 
 
 
2716
  msgstr ""
2717
 
2718
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:305
2719
+ msgid "Migration help"
 
 
 
 
 
 
2720
  msgstr ""
2721
 
2722
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:309
2723
+ msgid "We detected one or more events that cannot be properly migrated. Please review the report below for more information. These issues must be resolved before you can migrate your site. Once you have updated or removed problematic events, please re-run the migration preview."
2724
  msgstr ""
2725
 
2726
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:313
2727
+ msgctxt "Number of events previewed"
2728
+ msgid "%1$s%2$d%3$s events previewed"
2729
  msgstr ""
2730
 
2731
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:318
2732
+ msgctxt "Number of events awaiting preview"
2733
+ msgid "%1$s%2$d%3$s remaining"
2734
  msgstr ""
2735
 
2736
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:323
2737
+ msgctxt "Number of events migrated"
2738
+ msgid "%1$s%2$d%3$s events migrated"
2739
  msgstr ""
2740
 
2741
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:328
2742
+ msgctxt "Number of events awaiting migration"
2743
+ msgid "%1$s%2$d%3$s remaining"
2744
  msgstr ""
2745
 
2746
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:334
2747
+ msgid "The event %s generated an error: [%s]. Update the event and try again, or check out our %sTroubleshooting%s tips."
2748
  msgstr ""
2749
 
2750
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:338
2751
+ msgid "The event %s generated an error: Migration was canceled. Please try again."
 
2752
  msgstr ""
2753
 
2754
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:342
2755
+ msgid "The event %s generated an error: The \"die\" or \"exit\" function was called during the migration process; output: %s. Please try again or check out our %sTroubleshooting%s tips."
 
2756
  msgstr ""
2757
 
2758
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:346
2759
+ msgid "The event %s generated an error: [%s]. Please try again or check out our %sTroubleshooting%s tips."
2760
  msgstr ""
2761
 
2762
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:350
2763
+ msgid "The event %s cannot be migrated because we do not yet support tickets on recurring events. Remove the tickets or wait to migrate until a path is available (%sRead more%s)."
2764
  msgstr ""
2765
 
2766
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:354
2767
+ msgid "The event %s generated an error: Cannot enqueue action to migrate Event with post ID %s. Your site may be under high load and unable to process the necessary requests. Try again later."
 
 
2768
  msgstr ""
2769
 
2770
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:358
2771
+ msgid "The event %s generated an error: Cannot enqueue action to check migration status. Your site may be under high load and unable to process the necessary requests. Try again when site activity is low."
2772
  msgstr ""
2773
 
2774
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:362
2775
+ msgid "The event %s generated an unknown error. Please try again or check out our %sTroubleshooting%s tips."
2776
  msgstr ""
2777
 
2778
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:366
2779
+ msgid "View the migration report"
2780
  msgstr ""
2781
 
2782
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:370
2783
+ msgid "Migration canceled"
2784
  msgstr ""
2785
 
2786
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:374
2787
+ msgid "Migration reversed"
2788
  msgstr ""
2789
 
2790
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:378
2791
+ msgid "Okay"
2792
  msgstr ""
2793
 
2794
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:382
2795
+ msgid "Migration failure"
2796
  msgstr ""
2797
 
2798
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:386
2799
+ msgid "Your site could not be safely migrated to the new events system."
2800
  msgstr ""
2801
 
2802
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:390
2803
+ msgid "We detected an event that cannot be properly migrated. Please review the report below for more information. This issue must be resolved before you can migrate your site. Once you have updated or removed the problematic event, re-run the migration preview to make sure your site is ready to go."
 
 
 
2804
  msgstr ""
2805
 
2806
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:394
2807
+ msgid "Migration attempted"
2808
  msgstr ""
2809
 
2810
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:398
2811
+ msgid "Migration failed"
 
 
2812
  msgstr ""
2813
 
2814
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:402
2815
+ msgid "View the error report"
2816
  msgstr ""
2817
 
2818
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:406
2819
+ msgid "Download report"
 
 
2820
  msgstr ""
2821
 
2822
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:434
2823
+ msgid "Ticket sales, RSVPs, event submissions, and automatic imports will be paused until migration is complete."
2824
  msgstr ""
2825
 
2826
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:438
2827
+ msgid "Ticket sales, RSVPs, and automatic imports will be paused until migration is complete."
 
 
2828
  msgstr ""
2829
 
2830
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:442
2831
+ msgid "Event submissions and automatic imports will be paused until migration is complete."
2832
  msgstr ""
2833
 
2834
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:446
2835
+ msgid "Ticket sales, RSVPs, and event submissions will be paused until migration is complete."
 
 
2836
  msgstr ""
2837
 
2838
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:450
2839
+ msgid "Ticket sales and RSVPs will be paused until migration is complete."
2840
  msgstr ""
2841
 
2842
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:454
2843
+ msgid "Event submissions will be paused until migration is complete."
 
 
2844
  msgstr ""
2845
 
2846
+ #: src/Events/Custom_Tables/V1/Migration/String_Dictionary.php:458
2847
+ msgid "Automatic imports will be paused until migration is complete."
2848
  msgstr ""
2849
 
2850
+ #: src/Events/Editor/Full_Site/Templates.php:87
2851
+ msgid "Events Archive"
 
 
2852
  msgstr ""
2853
 
2854
+ #: src/functions/php-min-version.php:51
2855
+ msgctxt "Plugin A \"and\" Plugin B"
2856
+ msgid " and "
2857
  msgstr ""
2858
 
2859
+ #: src/functions/php-min-version.php:52
2860
+ msgctxt "Plugin A\",\" Plugin B"
2861
+ msgid ", "
2862
  msgstr ""
2863
 
2864
+ #: src/functions/php-min-version.php:64
2865
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
2866
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
2867
+ msgstr[0] ""
2868
+ msgstr[1] ""
 
2869
 
2870
+ #: src/functions/php-min-version.php:74
2871
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
2872
  msgstr ""
2873
 
2874
+ #: src/functions/php-min-version.php:76
2875
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
 
 
 
2876
  msgstr ""
2877
 
2878
+ #: src/functions/template-tags/date.php:77
2879
+ msgid "The function needs to be passed an $event or used in the loop."
2880
  msgstr ""
2881
 
2882
+ #: src/functions/template-tags/deprecated.php:22
2883
+ #: src/functions/template-tags/deprecated.php:44
2884
+ #: src/Tribe/Main.php:3163
2885
+ #: src/Tribe/Main.php:3202
2886
+ msgid "Date out of range."
2887
  msgstr ""
2888
 
2889
+ #: src/functions/template-tags/general.php:99
2890
+ #: src/Tribe/Main.php:2403
2891
+ msgid "event"
2892
  msgstr ""
2893
 
2894
+ #: src/functions/template-tags/general.php:127
2895
+ #: src/Tribe/Main.php:1445
2896
+ msgid "Events"
 
 
 
2897
  msgstr ""
2898
 
2899
+ #: src/functions/template-tags/general.php:155
2900
+ #: src/Tribe/Main.php:2404
2901
+ msgid "events"
2902
  msgstr ""
2903
 
2904
+ #: src/functions/template-tags/general.php:170
2905
+ msgctxt "The default text label for the \"today\" button on main calendar views."
2906
+ msgid "Today"
 
 
2907
  msgstr ""
2908
 
2909
+ #. translators: %s is the singular translation of "Event"
2910
+ #: src/functions/template-tags/general.php:556
2911
+ msgctxt "category list label"
2912
+ msgid "%s Category"
2913
+ msgid_plural "%s Categories"
2914
+ msgstr[0] ""
2915
+ msgstr[1] ""
2916
+
2917
+ #: src/functions/template-tags/general.php:596
2918
+ #: src/functions/template-tags/general.php:678
2919
+ msgid "Tags:"
2920
  msgstr ""
2921
 
2922
+ #: src/functions/template-tags/general.php:794
2923
+ msgid "Loading %s"
 
 
2924
  msgstr ""
2925
 
2926
+ #: src/functions/template-tags/general.php:1350
2927
+ #: src/views/v2/widgets/widget-events-list/event/date.php:26
2928
+ msgctxt "All day label for event"
2929
+ msgid "All day"
2930
  msgstr ""
2931
 
2932
+ #: src/functions/template-tags/general.php:1455
2933
+ msgid "Calendar powered by %s"
 
 
2934
  msgstr ""
2935
 
2936
+ #: src/functions/template-tags/google-map.php:93
2937
+ #: src/modules/blocks/event-venue/venue-details.js:151
2938
+ msgid "Click to view a Google Map"
2939
  msgstr ""
2940
 
2941
+ #: src/functions/template-tags/google-map.php:94
2942
+ #: src/modules/blocks/event-venue/venue-details.js:155
2943
+ msgid "+ Google Map"
2944
  msgstr ""
2945
 
2946
+ #. translators: %s: events label plural
2947
+ #: src/functions/template-tags/loop.php:148
2948
+ #: src/Tribe/Views/V2/Template/Featured_Title.php:41
2949
+ msgctxt "featured events title"
2950
+ msgid "Featured %s"
2951
  msgstr ""
2952
 
2953
+ #: src/functions/template-tags/loop.php:158
2954
+ #: src/Tribe/Views/V2/Template/Title.php:123
2955
+ msgid "Upcoming %s"
2956
  msgstr ""
2957
 
2958
+ #: src/functions/template-tags/loop.php:173
2959
+ #: src/Tribe/Views/V2/Template/Title.php:228
2960
+ msgid "%1$s for %2$s - %3$s"
2961
  msgstr ""
2962
 
2963
+ #: src/functions/template-tags/loop.php:175
2964
+ #: src/Tribe/Views/V2/Template/Title.php:133
2965
+ msgid "Past %s"
2966
  msgstr ""
2967
 
2968
+ #: src/functions/template-tags/loop.php:180
2969
+ #: src/Tribe/Views/V2/Template/Title.php:329
2970
+ msgctxt "month view"
2971
+ msgid "%1$s for %2$s"
2972
  msgstr ""
2973
 
2974
+ #: src/functions/template-tags/loop.php:189
2975
+ #: src/Tribe/Views/V2/Template/Title.php:356
2976
+ msgctxt "day_view"
2977
+ msgid "%1$s for %2$s"
2978
  msgstr ""
2979
 
2980
+ #: src/functions/template-tags/organizer.php:124
2981
+ #: src/Tribe/Organizer.php:179
2982
+ #: src/modules/blocks/classic-event-details/template.js:168
2983
+ msgid "Organizer"
2984
  msgstr ""
2985
 
2986
+ #: src/functions/template-tags/organizer.php:152
2987
+ #: src/Tribe/Organizer.php:193
2988
+ msgid "Organizers"
2989
  msgstr ""
2990
 
2991
+ #: src/functions/template-tags/venue.php:172
2992
+ #: src/Tribe/Venue.php:199
2993
+ msgid "Venue"
2994
  msgstr ""
2995
 
2996
+ #: src/functions/template-tags/venue.php:200
2997
+ #: src/Tribe/Venue.php:208
2998
+ msgid "Venues"
2999
  msgstr ""
3000
 
3001
+ #: src/functions/template-tags/venue.php:518
3002
+ #: src/Tribe/Venue.php:420
3003
+ msgid "United States"
3004
  msgstr ""
3005
 
3006
+ #: src/functions/template-tags/venue.php:980
3007
+ #: src/views/v2/day/event/venue.php:23
3008
+ #: src/views/v2/list/event/venue.php:23
3009
+ msgctxt "Address separator"
3010
+ msgid ", "
3011
  msgstr ""
3012
 
3013
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:20
3014
+ msgid "%s"
3015
  msgstr ""
3016
 
3017
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:55
3018
+ msgid "Add %s"
3019
  msgstr ""
3020
 
3021
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:64
3022
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:216
3023
+ #: src/Tribe/Main.php:1964
3024
+ #: src/Tribe/Organizer.php:93
3025
+ #: src/Tribe/Organizer.php:801
3026
+ #: src/Tribe/Venue.php:129
3027
+ #: src/Tribe/Venue.php:915
3028
+ msgid "Edit %s"
3029
  msgstr ""
3030
 
3031
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:91
3032
+ #: src/Tribe/Admin/Settings.php:166
3033
+ #: src/Tribe/Main.php:3562
3034
+ msgid "Settings"
 
3035
  msgstr ""
3036
 
3037
+ #: src/Tribe/Admin/Filter_Bar/Provider.php:139
3038
+ msgctxt "Label for the Filters tab."
3039
+ msgid "Filters"
 
 
3040
  msgstr ""
3041
 
3042
+ #: src/Tribe/Admin/Notice/Full_Site_Editor.php:66
3043
+ msgid "The Events Calendar is not yet supported for themes using the Full Site Editor."
3044
  msgstr ""
3045
 
3046
+ #: src/Tribe/Admin/Notice/Full_Site_Editor.php:67
3047
+ msgid "Read more."
3048
  msgstr ""
3049
 
3050
+ #: src/Tribe/Admin/Notice/Legacy_Views_Deprecation.php:92
3051
+ msgctxt "Prepare deprecation of legacy views."
3052
+ msgid "test and prepare your site"
3053
  msgstr ""
3054
 
3055
+ #: src/Tribe/Admin/Notice/Legacy_Views_Deprecation.php:97
3056
+ msgctxt "Read more about deprecation of legacy views."
3057
+ msgid "Read more"
3058
  msgstr ""
3059
 
3060
+ #: src/Tribe/Admin/Notice/Legacy_Views_Deprecation.php:101
3061
+ msgctxt "deprecation of legacy views"
3062
+ msgid "The legacy calendar views are deprecated and will be fully removed in an upcoming release. You should %1$s now to prevent issues when The Events Calendar 6.0 is released. %2$s."
3063
  msgstr ""
3064
 
3065
+ #: src/Tribe/Admin/Notice/Marketing.php:51
3066
+ msgctxt "2018 user survey"
3067
+ msgid "take the survey now"
3068
  msgstr ""
3069
 
3070
+ #: src/Tribe/Admin/Notice/Marketing.php:55
3071
+ msgctxt "2018 user survey"
3072
+ msgid "<strong>The Events Calendar Annual Survey:</strong> share your feedback with our team—%1$s!"
3073
  msgstr ""
3074
 
3075
+ #: src/Tribe/Admin/Notice/Timezones.php:151
3076
+ #: src/Tribe/Editor/Compatibility.php:140
3077
+ #: src/Tribe/Google/Maps_API_Key.php:77
3078
+ msgid "Read more"
3079
  msgstr ""
3080
 
3081
+ #: src/Tribe/Admin/Notice/Timezones.php:154
3082
+ msgid "When using The Events Calendar, we recommend that you use a geographic timezone such as \"America/Los_Angeles\" and avoid using a UTC timezone offset such as “%2$s”."
3083
  msgstr ""
3084
 
3085
+ #: src/Tribe/Admin/Notice/Timezones.php:155
3086
+ msgid "Choosing a UTC timezone for your site or individual events may cause problems when importing events or with Daylight Saving Time. %1$s"
 
3087
  msgstr ""
3088
 
3089
+ #: src/Tribe/Admin/Notice/Update.php:139
3090
+ msgid "One more thing left to do..."
 
3091
  msgstr ""
3092
 
3093
+ #: src/Tribe/Admin/Notice/Update.php:140
3094
+ msgid "To complete this major calendar upgrade, you need to migrate your events to the new data storage system. Once migration finishes, you can take advantage of all the cool new 6.0 features!"
3095
  msgstr ""
3096
 
3097
+ #. Translators: %s is the `Events` in plural.
3098
+ #: src/Tribe/Admin/Settings.php:90
3099
+ msgid "%s Settings"
3100
  msgstr ""
3101
 
3102
+ #: src/Tribe/Admin/Settings.php:209
3103
+ msgid "Event Settings"
3104
  msgstr ""
3105
 
3106
+ #: src/Tribe/Admin/Settings.php:234
3107
+ msgid "Troubleshooting"
 
3108
  msgstr ""
3109
 
3110
+ #: src/Tribe/Admin/Settings.php:385
3111
+ #: src/Tribe/Customizer/Global_Elements.php:133
3112
+ msgid "General"
3113
  msgstr ""
3114
 
3115
+ #: src/Tribe/Admin/Settings.php:386
3116
+ msgid "Display"
3117
  msgstr ""
3118
 
3119
+ #: src/Tribe/Admin/Settings.php:442
3120
+ msgid "Network"
3121
  msgstr ""
3122
 
3123
+ #. Translators: %1$s: Opening `<a>` to The Events Calendar rating page. %2$s: Closing `</a>` tag. %3$s: Five stars.
3124
+ #: src/Tribe/Admin/Settings.php:462
3125
+ msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3126
  msgstr ""
3127
 
3128
+ #: src/Tribe/Admin/Settings.php:570
3129
+ msgctxt "Label for the Summary View checkbox."
3130
+ msgid "Summary"
3131
  msgstr ""
3132
 
3133
+ #: src/Tribe/Admin/Settings.php:571
3134
+ msgctxt "Label for the Photo View checkbox."
3135
+ msgid "Photo"
3136
  msgstr ""
3137
 
3138
+ #: src/Tribe/Admin/Settings.php:572
3139
+ msgctxt "Label for the Week View checkbox."
3140
+ msgid "Week"
3141
  msgstr ""
3142
 
3143
+ #: src/Tribe/Admin/Settings.php:573
3144
+ msgctxt "Label for the Map View checkbox."
3145
+ msgid "Map"
3146
  msgstr ""
3147
 
3148
+ #: src/Tribe/Admin/Settings.php:576
3149
+ msgctxt "The label for the premium view indicator."
3150
+ msgid "PRO"
3151
  msgstr ""
3152
 
3153
+ #: src/Tribe/Admin/Settings.php:577
3154
+ msgctxt "The title (hover text) for the premium view indicator."
3155
+ msgid "Get Events Calendar Pro to use this View."
3156
  msgstr ""
3157
 
3158
+ #: src/Tribe/Admin/Settings.php:695
3159
+ msgid "Upgrade your calendar views"
 
 
3160
  msgstr ""
3161
 
3162
+ #: src/Tribe/Admin/Settings.php:720
3163
+ msgid "Upgrade"
3164
  msgstr ""
3165
 
3166
+ #: src/Tribe/Admin/Timezone_Updater.php:77
3167
+ msgid "Please wait while time zone data is added to your events."
3168
  msgstr ""
3169
 
3170
+ #: src/Tribe/Admin/Timezone_Updater.php:78
3171
+ msgid "Update complete: time zone data has been added to all events in the database."
3172
  msgstr ""
3173
 
3174
+ #: src/Tribe/Admin/Timezone_Updater.php:87
3175
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:59
3176
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:106
3177
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:287
3178
+ msgid "%d%% complete"
3179
  msgstr ""
3180
 
3181
+ #: src/Tribe/Admin/Timezone_Updater.php:105
3182
+ msgid "A problem stopped the time zone update process from completing. Please refresh and try again."
 
 
3183
  msgstr ""
3184
 
3185
+ #: src/Tribe/Admin_List.php:299
3186
+ #: src/Tribe/Main.php:2016
3187
+ msgid "%s Categories"
3188
  msgstr ""
3189
 
3190
+ #: src/Tribe/Admin_List.php:393
3191
+ msgctxt "%s Event count in admin list"
3192
+ msgid "All %s"
3193
  msgstr ""
3194
 
3195
+ #: src/Tribe/Aggregator.php:96
3196
+ msgid "Event Aggregator System Status"
3197
  msgstr ""
3198
 
3199
+ #: src/Tribe/Aggregator.php:230
3200
+ #: src/Tribe/Aggregator/API/Origins.php:227
3201
+ msgid "Event Aggregator"
3202
  msgstr ""
3203
 
3204
+ #: src/Tribe/Aggregator.php:355
3205
+ msgid "You must use an integer to reduce the daily import limit"
3206
  msgstr ""
3207
 
3208
+ #: src/Tribe/Aggregator.php:567
3209
+ msgid "Successfully connected Event Aggregator to Facebook"
 
 
3210
  msgstr ""
3211
 
3212
+ #: src/Tribe/Aggregator.php:605
3213
+ #: src/Tribe/Aggregator/Record/List_Table.php:618
3214
+ #: src/Tribe/Ignored_Events.php:376
3215
+ msgctxt "human readable time ago"
3216
+ msgid "about %s ago"
3217
  msgstr ""
3218
 
3219
+ #: src/Tribe/Aggregator.php:607
3220
+ #: src/Tribe/Aggregator/Record/List_Table.php:620
3221
+ #: src/Tribe/Ignored_Events.php:378
3222
+ msgctxt "in human readable time"
3223
+ msgid "in about %s"
3224
  msgstr ""
3225
 
3226
+ #: src/Tribe/Aggregator.php:617
3227
+ msgid "Your Event Aggregator Facebook token expired %s."
3228
  msgstr ""
3229
 
3230
+ #: src/Tribe/Aggregator.php:619
3231
+ msgid "Your Event Aggregator Facebook token will expire %s."
3232
  msgstr ""
3233
 
3234
+ #: src/Tribe/Aggregator.php:628
3235
+ msgid "Renew your Event Aggregator Facebook token"
3236
  msgstr ""
3237
 
3238
+ #: src/Tribe/Aggregator/Admin_Bar.php:97
3239
+ #: src/Tribe/Aggregator/API/Origins.php:36
3240
+ #: src/Tribe/Aggregator/Service.php:929
3241
+ msgid "CSV File"
3242
  msgstr ""
3243
 
3244
+ #: src/Tribe/Aggregator/API/Origins.php:71
3245
+ #: src/Tribe/Aggregator/Record/Url.php:17
3246
+ msgid "Other URL"
3247
  msgstr ""
3248
 
3249
+ #: src/Tribe/Aggregator/CLI/Service_Provider.php:21
3250
+ msgid "Create, run and manage Event Aggregator imports."
3251
  msgstr ""
3252
 
3253
+ #: src/Tribe/Aggregator/Cron.php:98
3254
+ msgctxt "aggregator schedule frequency"
3255
+ msgid "On Demand"
3256
  msgstr ""
3257
 
3258
+ #: src/Tribe/Aggregator/Cron.php:103
3259
+ msgctxt "aggregator schedule frequency"
3260
+ msgid "Every 30 Minutes"
3261
  msgstr ""
3262
 
3263
+ #: src/Tribe/Aggregator/Cron.php:112
3264
+ msgctxt "aggregator schedule frequency"
3265
+ msgid "Hourly"
3266
  msgstr ""
3267
 
3268
+ #: src/Tribe/Aggregator/Cron.php:117
3269
+ msgctxt "aggregator schedule frequency"
3270
+ msgid "Daily"
3271
  msgstr ""
3272
 
3273
+ #: src/Tribe/Aggregator/Cron.php:122
3274
+ msgctxt "aggregator schedule frequency"
3275
+ msgid "Weekly"
 
3276
  msgstr ""
3277
 
3278
+ #: src/Tribe/Aggregator/Cron.php:127
3279
+ msgctxt "aggregator schedule frequency"
3280
+ msgid "Monthly"
3281
  msgstr ""
3282
 
3283
+ #: src/Tribe/Aggregator/Cron.php:210
3284
+ msgctxt "aggregator schedule frequency"
3285
+ msgid "Every 15 minutes"
3286
  msgstr ""
3287
 
3288
+ #: src/Tribe/Aggregator/Errors.php:47
3289
+ msgid "The image associated with your event could not be attached to the event."
3290
  msgstr ""
3291
 
3292
+ #: src/Tribe/Aggregator/Errors.php:51
3293
+ #: src/Tribe/Aggregator/Service.php:793
3294
+ msgid "The daily limit of %d import requests to the Event Aggregator service has been reached. Please try again later."
3295
  msgstr ""
3296
 
3297
+ #: src/Tribe/Aggregator/Errors.php:58
3298
+ msgid "You cannot delete a history record (ID: \"%d\"). "
3299
  msgstr ""
3300
 
3301
+ #: src/Tribe/Aggregator/Errors.php:62
3302
+ msgid "You do not have permission to delete this record."
3303
  msgstr ""
3304
 
3305
+ #: src/Tribe/Aggregator/Errors.php:66
3306
+ msgid "During scheduled import, the limit of HTTP requests was reached and the import was rescheduled."
3307
  msgstr ""
3308
 
3309
+ #: src/Tribe/Aggregator/Errors.php:74
3310
+ msgid "An invalid import type was used when trying to create this import record."
3311
  msgstr ""
3312
 
3313
+ #: src/Tribe/Aggregator/Errors.php:78
3314
+ msgid "You must provide a valid CSV file to perform a CSV import."
3315
  msgstr ""
3316
 
3317
+ #: src/Tribe/Aggregator/Errors.php:82
3318
+ msgid "Invalid data provided for CSV import."
3319
  msgstr ""
3320
 
3321
+ #: src/Tribe/Aggregator/Errors.php:86
3322
+ msgid "Only scheduled import records can be edited."
3323
  msgstr ""
3324
 
3325
+ #: src/Tribe/Aggregator/Errors.php:90
3326
+ msgid "Unable to find an event with the ID of %s."
 
3327
  msgstr ""
3328
 
3329
+ #: src/Tribe/Aggregator/Errors.php:94
3330
+ msgid "The Event Aggregator API responded with bad data. Please <a href=\"https://theeventscalendar.com/support/post/\" target=\"_blank\">contact support</a>."
 
 
3331
  msgstr ""
3332
 
3333
+ #: src/Tribe/Aggregator/Errors.php:101
3334
+ msgid "Unable to find an import record with the ID of %s."
3335
  msgstr ""
3336
 
3337
+ #: src/Tribe/Aggregator/Errors.php:105
3338
+ msgid "Unable to attach an image to the event"
3339
  msgstr ""
3340
 
3341
+ #: src/Tribe/Aggregator/Errors.php:109
3342
+ msgid "An invalid frequency was used when trying to create this scheduled import."
3343
  msgstr ""
3344
 
3345
+ #: src/Tribe/Aggregator/Errors.php:113
3346
+ msgid "Unable to find a matching post."
3347
  msgstr ""
3348
 
3349
+ #: src/Tribe/Aggregator/Errors.php:117
3350
+ msgid "The import record is missing the origin."
3351
  msgstr ""
3352
 
3353
+ #: src/Tribe/Aggregator/Errors.php:121
3354
+ msgid "Unable to get a post of the correct type."
3355
  msgstr ""
3356
 
3357
+ #: src/Tribe/Aggregator/Errors.php:125
3358
+ msgid "You must enter an Event Aggregator license key in Events > Settings > Licenses before using this service."
3359
  msgstr ""
3360
 
3361
+ #: src/Tribe/Aggregator/Errors.php:132
3362
+ #: src/Tribe/Aggregator/Service.php:249
3363
+ #: src/Tribe/Aggregator/Service.php:257
3364
+ #: src/Tribe/Aggregator/Service.php:313
3365
+ msgid "There may be an issue with the Event Aggregator server. Please try your import again later."
3366
  msgstr ""
3367
 
3368
+ #: src/Tribe/Aggregator/Errors.php:139
3369
+ msgid "There is an JSON error with the Event Aggregator server. Please try your import again later."
3370
  msgstr ""
3371
 
3372
+ #: src/Tribe/Aggregator/Errors.php:147
3373
+ msgid "You must map columns from the CSV file to specific fields in order to perform a CSV import."
3374
  msgstr ""
3375
 
3376
+ #: src/Tribe/Aggregator/Errors.php:154
3377
+ msgid "The CSV file cannot be found. You may need to re-upload the file."
3378
  msgstr ""
3379
 
3380
+ #: src/Tribe/Aggregator/Errors.php:158
3381
+ msgid "Import records must be finalized before posts can be inserted."
3382
  msgstr ""
3383
 
3384
+ #: src/Tribe/Aggregator/Errors.php:162
3385
+ msgid "Unable to save scheduled import instance. Please try again."
3386
  msgstr ""
3387
 
3388
+ #: src/Tribe/Aggregator/Errors.php:166
3389
+ msgid "Unable to save scheduled import. Please try again."
 
3390
  msgstr ""
3391
 
3392
+ #: src/Tribe/Aggregator/Errors.php:170
3393
+ msgid "The records you were attempting to import were still not available when this queue was processed. Please try again."
3394
  msgstr ""
3395
 
3396
+ #: src/Tribe/Aggregator/Meta_Box.php:40
3397
+ msgid "Imported Event"
3398
  msgstr ""
3399
 
3400
+ #: src/Tribe/Aggregator/Migrate.php:73
3401
+ msgid "Thanks for activating Event Aggregator! It looks like you have some settings and imports configured on our legacy importer plugins. To complete your transition, we need to transfer those options to our new system."
3402
  msgstr ""
3403
 
3404
+ #: src/Tribe/Aggregator/Migrate.php:76
3405
+ msgid "Migrate iCal Importer settings"
3406
  msgstr ""
3407
 
3408
+ #: src/Tribe/Aggregator/Migrate.php:180
3409
+ msgid "Error: we were not able to migrate your iCal Importer settings to Event Aggregator. Please try again later."
3410
  msgstr ""
3411
 
3412
+ #: src/Tribe/Aggregator/Migrate.php:187
3413
+ msgid "You do not have permission to migrate iCal Importer settings to Event Aggregator"
3414
  msgstr ""
3415
 
3416
+ #: src/Tribe/Aggregator/Migrate.php:194
3417
+ msgid "We did not find any iCal Importer settings to migrate."
3418
  msgstr ""
3419
 
3420
+ #: src/Tribe/Aggregator/Migrate.php:250
3421
+ msgid "Success! The settings from iCal Importer have been migrated to Event Aggregator. You can view your migrated imports on the Scheduled Imports tab."
3422
  msgstr ""
3423
 
3424
+ #: src/Tribe/Aggregator/Migrate.php:398
3425
+ msgid "Error: we were not able to migrate your Facebook Events settings to Event Aggregator. Please try again later."
3426
  msgstr ""
3427
 
3428
+ #: src/Tribe/Aggregator/Migrate.php:405
3429
+ msgid "You do not have permission to migrate Facebook Events settings to Event Aggregator"
3430
  msgstr ""
3431
 
3432
+ #: src/Tribe/Aggregator/Migrate.php:412
3433
+ msgid "We did not find any Facebook Events settings to migrate."
3434
  msgstr ""
3435
 
3436
+ #: src/Tribe/Aggregator/Migrate.php:466
3437
+ msgid "Success! The settings from Facebook Events have been migrated to Event Aggregator. You can view your migrated imports on the Scheduled Imports tab."
 
 
 
3438
  msgstr ""
3439
 
3440
+ #: src/Tribe/Aggregator/Page.php:88
3441
+ #: src/views/v2/day/type-separator.php:27
3442
+ #: src/modules/blocks/event-datetime/content/template.js:69
3443
+ msgid "All Day"
3444
  msgstr ""
3445
 
3446
+ #: src/Tribe/Aggregator/Page.php:89
3447
+ msgctxt "Meridian: am"
3448
+ msgid "AM"
3449
  msgstr ""
3450
 
3451
+ #: src/Tribe/Aggregator/Page.php:90
3452
+ msgctxt "Meridian: pm"
3453
+ msgid "PM"
3454
  msgstr ""
3455
 
3456
+ #: src/Tribe/Aggregator/Page.php:91
3457
+ msgid "The preview is taking longer than expected. Please try again in a moment."
3458
  msgstr ""
3459
 
3460
+ #: src/Tribe/Aggregator/Page.php:95
3461
+ msgid "There was an error fetching the results from your import:"
3462
  msgstr ""
3463
 
3464
+ #: src/Tribe/Aggregator/Page.php:99
3465
+ msgid "A warning was generated while fetching the results from your import:"
3466
  msgstr ""
3467
 
3468
+ #: src/Tribe/Aggregator/Page.php:103
3469
+ msgid "Import All (%d)"
3470
  msgstr ""
3471
 
3472
+ #: src/Tribe/Aggregator/Page.php:104
3473
+ msgid "Import All"
 
3474
  msgstr ""
3475
 
3476
+ #: src/Tribe/Aggregator/Page.php:105
3477
+ msgid "Import Checked (%d)"
3478
  msgstr ""
3479
 
3480
+ #: src/Tribe/Aggregator/Page.php:106
3481
+ msgid "Save Scheduled Import"
3482
  msgstr ""
3483
 
3484
+ #: src/Tribe/Aggregator/Page.php:107
3485
+ msgid "Save Changes"
3486
  msgstr ""
3487
 
3488
+ #: src/Tribe/Aggregator/Page.php:108
3489
+ msgid "Your import must include at least one event"
 
3490
  msgstr ""
3491
 
3492
+ #: src/Tribe/Aggregator/Page.php:112
3493
+ msgid "Your preview doesn't have any records to import."
 
3494
  msgstr ""
3495
 
3496
+ #: src/Tribe/Aggregator/Page.php:116
3497
+ msgid "Removing this scheduled import will stop automatic imports from the source. No events will be deleted."
3498
  msgstr ""
3499
 
3500
+ #: src/Tribe/Aggregator/Page.php:120
3501
+ #: src/Tribe/Aggregator/Record/List_Table.php:535
3502
+ msgid "View Filters"
3503
  msgstr ""
3504
 
3505
+ #: src/Tribe/Aggregator/Page.php:121
3506
+ msgid "Hide Filters"
3507
  msgstr ""
3508
 
3509
+ #: src/Tribe/Aggregator/Page.php:123
3510
+ msgid "Please wait while your preview is fetched."
3511
  msgstr ""
3512
 
3513
+ #: src/Tribe/Aggregator/Page.php:124
3514
+ msgid "Please continue to wait while your preview is generated."
3515
  msgstr ""
3516
 
3517
+ #: src/Tribe/Aggregator/Page.php:125
3518
+ msgid "If all goes according to plan, you will have your preview in a few moments."
3519
  msgstr ""
3520
 
3521
+ #: src/Tribe/Aggregator/Page.php:129
3522
+ msgid "Your preview is taking a bit longer than expected, but it <i>is</i> still being generated."
3523
  msgstr ""
3524
 
3525
+ #: src/Tribe/Aggregator/Page.php:405
3526
+ msgid "Events Import"
3527
  msgstr ""
3528
 
3529
+ #: src/Tribe/Aggregator/Page.php:534
3530
+ msgid "Facebook Events"
3531
  msgstr ""
3532
 
3533
+ #: src/Tribe/Aggregator/Page.php:538
3534
+ msgid "iCal Importer"
3535
  msgstr ""
3536
 
3537
+ #: src/Tribe/Aggregator/Page.php:547
3538
+ msgid "It looks like you are using our legacy plugin, %1$s, along with our new Event Aggregator service. Event Aggregator includes all the features of the legacy plugin plus enhanced functionality. For best results, please deactivate %1$s."
3539
+ msgid_plural "It looks like you are using our legacy plugins, %1$s and %2$s, along with our new Event Aggregator service. Event Aggregator includes all the features of the legacy plugins plus enhanced functionality. For best results, please deactivate %1$s and %2$s."
3540
+ msgstr[0] ""
3541
+ msgstr[1] ""
3542
 
3543
+ #: src/Tribe/Aggregator/Page.php:560
3544
+ msgid "Manage Active Plugins"
3545
  msgstr ""
3546
 
3547
+ #: src/Tribe/Aggregator/Processes/Service_Provider.php:78
3548
+ msgid "No asynchronous queue processes to clear."
3549
  msgstr ""
3550
 
3551
+ #: src/Tribe/Aggregator/Processes/Service_Provider.php:80
3552
+ msgid "Successfully stopped and cleared 1 asynchronous queue process."
3553
+ msgid_plural "Successfully stopped and cleared %d asynchronous queue processes."
3554
+ msgstr[0] ""
3555
+ msgstr[1] ""
3556
+
3557
+ #: src/Tribe/Aggregator/Record/Abstract.php:358
3558
+ msgid "Something went wrong while inserting the record in the database."
3559
  msgstr ""
3560
 
3561
+ #: src/Tribe/Aggregator/Record/Abstract.php:493
3562
+ msgid "Record: "
3563
  msgstr ""
3564
 
3565
+ #: src/Tribe/Aggregator/Record/Abstract.php:1202
3566
+ msgid "Deleted Attachment: %d"
3567
  msgstr ""
3568
 
3569
+ #: src/Tribe/Aggregator/Record/Abstract.php:1217
3570
+ msgid " (opens in a new window)"
3571
+ msgstr ""
3572
+
3573
+ #: src/Tribe/Aggregator/Record/Abstract.php:1259
3574
+ msgid "When this import was last scheduled to run, the daily limit for your Event Aggregator license had already been reached."
3575
  msgstr ""
3576
 
3577
+ #: src/Tribe/Aggregator/Record/Async_Queue.php:352
3578
+ #: src/Tribe/Aggregator/Record/Void_Queue.php:121
3579
+ msgid "Unable to process this import - a breakage or conflict may have resulted in the import halting."
3580
  msgstr ""
3581
 
3582
+ #: src/Tribe/Aggregator/Record/Batch_Queue.php:256
3583
+ msgid "The batch registered does not have all the required fields."
 
3584
  msgstr ""
3585
 
3586
+ #: src/Tribe/Aggregator/Record/CSV.php:120
3587
+ msgid "Unknown Column "
 
3588
  msgstr ""
3589
 
3590
+ #: src/Tribe/Aggregator/Record/CSV.php:229
3591
+ msgid "The following fields are required for a successful import:"
 
3592
  msgstr ""
3593
 
3594
+ #: src/Tribe/Aggregator/Record/ICS.php:33
3595
+ msgid "ICS"
 
3596
  msgstr ""
3597
 
3598
+ #: src/Tribe/Aggregator/Record/List_Table.php:174
3599
+ #: src/Tribe/Aggregator/Record/List_Table.php:175
3600
+ msgid "Filter By Origin"
3601
  msgstr ""
3602
 
3603
+ #: src/Tribe/Aggregator/Record/List_Table.php:193
3604
+ #: src/Tribe/Aggregator/Record/List_Table.php:194
3605
+ msgid "Filter By Frequency"
3606
  msgstr ""
3607
 
3608
+ #: src/Tribe/Aggregator/Record/List_Table.php:211
3609
+ msgid "Filter"
3610
  msgstr ""
3611
 
3612
+ #: src/Tribe/Aggregator/Record/List_Table.php:254
3613
+ #: src/Tribe/Aggregator/Record/List_Table.php:255
3614
+ msgid "Bulk Actions"
3615
  msgstr ""
3616
 
3617
+ #: src/Tribe/Aggregator/Record/List_Table.php:270
3618
+ msgid "Apply"
3619
  msgstr ""
3620
 
3621
+ #: src/Tribe/Aggregator/Record/List_Table.php:348
3622
+ #: src/Tribe/Aggregator/Record/List_Table.php:354
3623
+ msgctxt "column name"
3624
+ msgid "Source"
3625
  msgstr ""
3626
 
3627
+ #: src/Tribe/Aggregator/Record/List_Table.php:349
3628
+ msgctxt "column name"
3629
+ msgid "Frequency"
 
3630
  msgstr ""
3631
 
3632
+ #: src/Tribe/Aggregator/Record/List_Table.php:350
3633
+ msgctxt "column name"
3634
+ msgid "Last Import"
3635
  msgstr ""
3636
 
3637
+ #: src/Tribe/Aggregator/Record/List_Table.php:355
3638
+ msgctxt "column name"
3639
+ msgid "Type"
 
 
3640
  msgstr ""
3641
 
3642
+ #: src/Tribe/Aggregator/Record/List_Table.php:356
3643
+ msgctxt "column name"
3644
+ msgid "When"
 
3645
  msgstr ""
3646
 
3647
+ #: src/Tribe/Aggregator/Record/List_Table.php:359
3648
+ msgctxt "column name"
3649
+ msgid "# Imported"
 
3650
  msgstr ""
3651
 
3652
+ #: src/Tribe/Aggregator/Record/List_Table.php:392
3653
+ #: src/modules/elements/edit-link/element.js:49
3654
+ msgid "Edit"
 
 
3655
  msgstr ""
3656
 
3657
+ #: src/Tribe/Aggregator/Record/List_Table.php:405
3658
+ msgid "Start an import from this source now, regardless of schedule."
 
 
 
3659
  msgstr ""
3660
 
3661
+ #: src/Tribe/Aggregator/Record/List_Table.php:406
3662
+ msgid "Run Import"
 
 
 
3663
  msgstr ""
3664
 
3665
+ #: src/Tribe/Aggregator/Record/List_Table.php:414
3666
+ msgid "Delete"
 
 
 
3667
  msgstr ""
3668
 
3669
+ #: src/Tribe/Aggregator/Record/List_Table.php:443
3670
+ msgid "Import completed"
 
 
3671
  msgstr ""
3672
 
3673
+ #: src/Tribe/Aggregator/Record/List_Table.php:447
3674
+ msgid "Import failed"
 
 
 
3675
  msgstr ""
3676
 
3677
+ #: src/Tribe/Aggregator/Record/List_Table.php:459
3678
+ msgid "Import schedule"
 
 
3679
  msgstr ""
3680
 
3681
+ #: src/Tribe/Aggregator/Record/List_Table.php:463
3682
+ msgid "Import pending"
 
 
3683
  msgstr ""
3684
 
3685
+ #: src/Tribe/Aggregator/Record/List_Table.php:467
3686
+ msgid "Import preview"
3687
  msgstr ""
3688
 
3689
+ #: src/Tribe/Aggregator/Record/List_Table.php:515
3690
+ #: src/Tribe/Ignored_Events.php:358
3691
+ msgctxt "record via origin"
3692
+ msgid "via "
3693
  msgstr ""
3694
 
3695
+ #: src/Tribe/Aggregator/Record/List_Table.php:521
3696
+ msgid "View Events"
3697
  msgstr ""
3698
 
3699
+ #: src/Tribe/Aggregator/Record/List_Table.php:539
3700
+ msgid "Keywords:"
 
 
 
 
3701
  msgstr ""
3702
 
3703
+ #: src/Tribe/Aggregator/Record/List_Table.php:548
3704
+ #: src/views/blocks/parts/details.php:78
3705
+ #: src/views/blocks/parts/details.php:104
3706
+ #: src/views/modules/meta/details.php:72
3707
+ #: src/views/modules/meta/details.php:97
3708
+ msgid "Start:"
3709
  msgstr ""
3710
 
3711
+ #: src/Tribe/Aggregator/Record/List_Table.php:552
3712
+ msgid "Location:"
 
 
 
 
3713
  msgstr ""
3714
 
3715
+ #: src/Tribe/Aggregator/Record/List_Table.php:556
3716
+ msgid "Radius:"
3717
  msgstr ""
3718
 
3719
+ #: src/Tribe/Aggregator/Record/List_Table.php:597
3720
+ msgid "Unknown"
 
3721
  msgstr ""
3722
 
3723
+ #: src/Tribe/Aggregator/Record/List_Table.php:631
3724
+ msgctxt "in human readable time"
3725
+ msgid "retrying in about %s"
3726
  msgstr ""
3727
 
3728
+ #: src/Tribe/Aggregator/Record/List_Table.php:634
3729
+ msgctxt "when the retry will happen, a date"
3730
+ msgid "retrying at %s"
3731
  msgstr ""
3732
 
3733
+ #: src/Tribe/Aggregator/Record/List_Table.php:650
3734
+ msgid "Invalid Frequency"
 
3735
  msgstr ""
3736
 
3737
+ #: src/Tribe/Aggregator/Record/List_Table.php:653
3738
+ msgid "One Time"
 
3739
  msgstr ""
3740
 
3741
+ #: src/Tribe/Aggregator/Record/List_Table.php:679
3742
+ msgid "all time"
 
3743
  msgstr ""
3744
 
3745
+ #: src/Tribe/Aggregator/Record/List_Table.php:681
3746
+ msgid "Latest Import:"
3747
  msgstr ""
3748
 
3749
+ #: src/Tribe/Aggregator/Record/List_Table.php:684
3750
+ #: src/Tribe/Aggregator/Record/List_Table.php:692
3751
+ #: src/Tribe/Aggregator/Record/List_Table.php:700
3752
+ msgid "new"
3753
  msgstr ""
3754
 
3755
+ #: src/Tribe/Aggregator/Record/List_Table.php:686
3756
+ #: src/Tribe/Aggregator/Record/List_Table.php:695
3757
+ #: src/Tribe/Aggregator/Record/List_Table.php:703
3758
+ msgid "updated"
 
3759
  msgstr ""
3760
 
3761
+ #: src/Tribe/Aggregator/Record/List_Table.php:721
3762
+ msgid "Select %s"
 
3763
  msgstr ""
3764
 
3765
+ #. translators: %s: Number of items.
3766
+ #: src/Tribe/Aggregator/Record/List_Table.php:754
3767
+ msgid "%s item"
3768
+ msgid_plural "%s items"
3769
+ msgstr[0] ""
3770
+ msgstr[1] ""
3771
+
3772
+ #: src/Tribe/Aggregator/Record/List_Table.php:790
3773
+ msgid "First page"
3774
  msgstr ""
3775
 
3776
+ #: src/Tribe/Aggregator/Record/List_Table.php:801
3777
+ msgid "Previous page"
3778
  msgstr ""
3779
 
3780
+ #: src/Tribe/Aggregator/Record/List_Table.php:808
3781
+ #: src/Tribe/Aggregator/Record/List_Table.php:812
3782
+ msgid "Current Page"
3783
  msgstr ""
3784
 
3785
+ #. translators: 1: Current page, 2: Total pages.
3786
+ #: src/Tribe/Aggregator/Record/List_Table.php:820
3787
+ msgctxt "paging"
3788
+ msgid "%1$s of %2$s"
3789
  msgstr ""
3790
 
3791
+ #: src/Tribe/Aggregator/Record/List_Table.php:831
3792
+ msgid "Next page"
3793
  msgstr ""
3794
 
3795
+ #: src/Tribe/Aggregator/Record/List_Table.php:842
3796
+ msgid "Last page"
3797
  msgstr ""
3798
 
3799
+ #: src/Tribe/Aggregator/Record/Queue_Processor.php:283
3800
+ msgid "Could not process queue for Import Record %1$d: %2$s"
3801
  msgstr ""
3802
 
3803
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:57
3804
+ msgid "Completed!"
3805
  msgstr ""
3806
 
3807
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:94
3808
+ msgid "Your import is currently in progress. Don't worry, you can safely navigate away&ndash;the import will continue in the background."
 
 
3809
  msgstr ""
3810
 
3811
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:101
3812
+ msgid "Created:"
3813
  msgstr ""
3814
 
3815
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:102
3816
+ msgid "Updated:"
3817
  msgstr ""
3818
 
3819
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:103
3820
+ msgid "Skipped:"
3821
  msgstr ""
3822
 
3823
+ #: src/Tribe/Aggregator/Record/Queue_Realtime.php:206
3824
+ msgid "Unable to continue inserting data. Please reload this page to continue/try again."
3825
  msgstr ""
3826
 
3827
+ #: src/Tribe/Aggregator/Record/Unsupported.php:58
3828
+ msgid "Unsupported"
3829
  msgstr ""
3830
 
3831
+ #: src/Tribe/Aggregator/Records.php:110
3832
+ msgid "Events Aggregator Record"
3833
  msgstr ""
3834
 
3835
+ #: src/Tribe/Aggregator/Records.php:127
3836
+ msgctxt "post type general name"
3837
+ msgid "Aggregator Records"
3838
  msgstr ""
3839
 
3840
+ #: src/Tribe/Aggregator/Records.php:128
3841
+ msgctxt "post type singular name"
3842
+ msgid "Aggregator Record"
 
3843
  msgstr ""
3844
 
3845
+ #: src/Tribe/Aggregator/Records.php:129
3846
+ msgctxt "admin menu"
3847
+ msgid "Aggregator Records"
 
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Aggregator/Records.php:130
3851
+ msgctxt "add new on admin bar"
3852
+ msgid "Aggregator Record"
 
3853
  msgstr ""
3854
 
3855
+ #: src/Tribe/Aggregator/Records.php:131
3856
+ msgctxt "record"
3857
+ msgid "Add New"
 
3858
  msgstr ""
3859
 
3860
+ #: src/Tribe/Aggregator/Records.php:132
3861
+ msgid "Add New Aggregator Record"
3862
  msgstr ""
3863
 
3864
+ #: src/Tribe/Aggregator/Records.php:133
3865
+ msgid "New Aggregator Record"
3866
  msgstr ""
3867
 
3868
+ #: src/Tribe/Aggregator/Records.php:134
3869
+ msgid "Edit Aggregator Record"
3870
  msgstr ""
3871
 
3872
+ #: src/Tribe/Aggregator/Records.php:135
3873
+ msgid "View Aggregator Record"
3874
  msgstr ""
3875
 
3876
+ #: src/Tribe/Aggregator/Records.php:136
3877
+ msgid "All Aggregator Records"
 
 
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Aggregator/Records.php:137
3881
+ msgid "Search Aggregator Records"
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Aggregator/Records.php:138
3885
+ msgid "Parent Aggregator Record:"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Aggregator/Records.php:139
3889
+ msgid "No Aggregator Records found."
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Aggregator/Records.php:140
3893
+ msgid "No Aggregator Records found in Trash."
 
 
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Aggregator/Records.php:177
3897
+ msgctxt "event aggregator status"
3898
+ msgid "Imported"
3899
  msgstr ""
3900
 
3901
+ #: src/Tribe/Aggregator/Records.php:178
3902
+ msgctxt "event aggregator status"
3903
+ msgid "Imported <span class=\"count\">(%s)</span>"
3904
+ msgid_plural "Imported <span class=\"count\">(%s)</span>"
3905
+ msgstr[0] ""
3906
+ msgstr[1] ""
3907
 
3908
+ #: src/Tribe/Aggregator/Records.php:192
3909
+ msgctxt "event aggregator status"
3910
+ msgid "Failed"
3911
  msgstr ""
3912
 
3913
+ #: src/Tribe/Aggregator/Records.php:193
3914
+ msgctxt "event aggregator status"
3915
+ msgid "Failed <span class=\"count\">(%s)</span>"
3916
+ msgid_plural "Failed <span class=\"count\">(%s)</span>"
3917
+ msgstr[0] ""
3918
+ msgstr[1] ""
3919
+
3920
+ #: src/Tribe/Aggregator/Records.php:207
3921
+ msgctxt "event aggregator status"
3922
+ msgid "Schedule"
3923
  msgstr ""
3924
 
3925
+ #: src/Tribe/Aggregator/Records.php:208
3926
+ msgctxt "event aggregator status"
3927
+ msgid "Schedule <span class=\"count\">(%s)</span>"
3928
+ msgid_plural "Schedule <span class=\"count\">(%s)</span>"
3929
+ msgstr[0] ""
3930
+ msgstr[1] ""
3931
+
3932
+ #: src/Tribe/Aggregator/Records.php:222
3933
+ msgctxt "event aggregator status"
3934
+ msgid "Pending"
3935
  msgstr ""
3936
 
3937
+ #: src/Tribe/Aggregator/Records.php:223
3938
+ msgctxt "event aggregator status"
3939
+ msgid "Pending <span class=\"count\">(%s)</span>"
3940
+ msgid_plural "Pending <span class=\"count\">(%s)</span>"
3941
+ msgstr[0] ""
3942
+ msgstr[1] ""
3943
+
3944
+ #: src/Tribe/Aggregator/Records.php:237
3945
+ msgctxt "event aggregator status"
3946
+ msgid "Draft"
3947
  msgstr ""
3948
 
3949
+ #: src/Tribe/Aggregator/Records.php:238
3950
+ msgctxt "event aggregator status"
3951
+ msgid "Draft <span class=\"count\">(%s)</span>"
3952
+ msgid_plural "Draft <span class=\"count\">(%s)</span>"
3953
+ msgstr[0] ""
3954
+ msgstr[1] ""
3955
+
3956
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:138
3957
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:61
3958
+ msgid "The import unique ID as provided by Event Aggregator service"
3959
  msgstr ""
3960
 
3961
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:144
3962
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:67
3963
+ msgid "The hash of the next expected batch, as previously provided by the client"
3964
  msgstr ""
3965
 
3966
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:150
3967
+ msgid "The current status of the import."
3968
  msgstr ""
3969
 
3970
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:156
3971
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:89
3972
+ msgid "The percentage of import completed."
3973
  msgstr ""
3974
 
3975
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/Batch.php:162
3976
+ msgid "The current interval, in seconds, between the end of a batch process and the start of the next; as set on the server."
3977
  msgstr ""
3978
 
3979
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:73
3980
+ msgid "The new status of the import."
3981
  msgstr ""
3982
 
3983
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:78
3984
+ msgid "The new status message for the user, not localized."
 
3985
  msgstr ""
3986
 
3987
+ #: src/Tribe/Aggregator/REST/V1/Endpoints/State.php:83
3988
+ msgid "The new status message slug, to allow for localized messages."
3989
  msgstr ""
3990
 
3991
+ #: src/Tribe/Aggregator/Service.php:229
3992
+ msgid "Connection timed out while transferring the feed. If you are dealing with large feeds you may need to customize the tribe_aggregator_connection_timeout filter."
3993
  msgstr ""
3994
 
3995
+ #: src/Tribe/Aggregator/Service.php:239
3996
+ msgid "Event Aggregator server has blocked your request. Please try your import again later or contact support to know why."
3997
  msgstr ""
3998
 
3999
+ #: src/Tribe/Aggregator/Service.php:270
4000
+ msgid "The response from the Event Aggregator server was badly formed and could not be understood. Please try again."
4001
  msgstr ""
4002
 
4003
+ #: src/Tribe/Aggregator/Service.php:765
4004
+ msgid "the UID part of the iCalendar Specification"
4005
  msgstr ""
4006
 
4007
+ #: src/Tribe/Aggregator/Service.php:770
4008
+ msgid "read more about Facebook restrictions in our knowledgebase"
 
 
 
 
 
4009
  msgstr ""
4010
 
4011
+ #: src/Tribe/Aggregator/Service.php:775
4012
+ msgid "https://evnt.is/1afb"
4013
  msgstr ""
4014
 
4015
+ #: src/Tribe/Aggregator/Service.php:780
4016
+ msgid "Sorry, but something went wrong. Please try again."
4017
  msgstr ""
4018
 
4019
+ #: src/Tribe/Aggregator/Service.php:781
4020
+ msgid "Events could not be imported. The import parameters were invalid."
4021
  msgstr ""
4022
 
4023
+ #: src/Tribe/Aggregator/Service.php:782
4024
+ msgid "Events cannot be imported because Eventbrite has returned an error. This could mean that the event ID does not exist, the event or source is marked as Private, or the event or source has been otherwise restricted by Eventbrite. You can <a href=\"https://theeventscalendar.com/knowledgebase/import-errors/\" target=\"_blank\">read more about Eventbrite restrictions in our knowledgebase</a>."
 
4025
  msgstr ""
4026
 
4027
+ #: src/Tribe/Aggregator/Service.php:783
4028
+ msgid "No upcoming Eventbrite events found."
4029
  msgstr ""
4030
 
4031
+ #: src/Tribe/Aggregator/Service.php:784
4032
+ msgid "The URL provided could not be reached."
4033
  msgstr ""
4034
 
4035
+ #: src/Tribe/Aggregator/Service.php:785
4036
+ msgid "The URL provided failed to load."
4037
  msgstr ""
4038
 
4039
+ #: src/Tribe/Aggregator/Service.php:786
4040
+ msgid "The image associated with your event could not be imported."
4041
  msgstr ""
4042
 
4043
+ #: src/Tribe/Aggregator/Service.php:787
4044
+ msgid "The image associated with your event is not accessible with your API key."
4045
  msgstr ""
4046
 
4047
+ #: src/Tribe/Aggregator/Service.php:788
4048
+ msgid "The import failed for an unknown reason. Please try again. If the problem persists, please contact support."
4049
  msgstr ""
4050
 
4051
+ #: src/Tribe/Aggregator/Service.php:789
4052
+ msgid "Events could not be imported. The URL provided did not have events in the proper format."
4053
  msgstr ""
4054
 
4055
+ #: src/Tribe/Aggregator/Service.php:790
4056
+ msgid "The file provided could not be opened. Please confirm that it is a properly formatted .ics file."
4057
  msgstr ""
4058
 
4059
+ #: src/Tribe/Aggregator/Service.php:791
4060
+ msgid "Your Meetup API key is invalid."
4061
  msgstr ""
4062
 
4063
+ #: src/Tribe/Aggregator/Service.php:792
4064
+ msgid "Event Aggregator cannot reach Meetup.com because you exceeded the request limit for your Meetup API key."
4065
+ msgstr ""
4066
+
4067
+ #: src/Tribe/Aggregator/Service.php:795
4068
+ msgid "The import is in progress."
4069
  msgstr ""
4070
 
4071
+ #: src/Tribe/Aggregator/Service.php:797
4072
+ msgid "The import will be starting soon."
4073
  msgstr ""
4074
 
4075
+ #: src/Tribe/Aggregator/Service.php:799
4076
+ msgid "Success"
4077
  msgstr ""
4078
 
4079
+ #: src/Tribe/Aggregator/Service.php:800
4080
+ msgid "Import created"
4081
  msgstr ""
4082
 
4083
+ #: src/Tribe/Aggregator/Service.php:801
4084
+ msgid "Successfully fetched Eventbrite Token"
4085
  msgstr ""
4086
 
4087
+ #: src/Tribe/Aggregator/Service.php:802
4088
+ msgid "Successfully loaded import origins"
4089
  msgstr ""
4090
 
4091
+ #: src/Tribe/Aggregator/Service.php:803
4092
+ msgid "Import is complete"
4093
  msgstr ""
4094
 
4095
+ #: src/Tribe/Aggregator/Service.php:804
4096
+ msgid "Import queued"
4097
  msgstr ""
4098
 
4099
+ #: src/Tribe/Aggregator/Service.php:805
4100
+ msgid "Events could not be imported. The URL provided could not be reached."
4101
  msgstr ""
4102
 
4103
+ #: src/Tribe/Aggregator/Service.php:806
4104
+ msgid "The requested source does not have any upcoming and published events matching the search criteria."
4105
  msgstr ""
4106
 
4107
+ #: src/Tribe/Aggregator/Service.php:808
4108
+ msgctxt "The placeholder is for the localized version of the iCal UID specification link"
4109
+ msgid "Some events at the requested source are missing the UID attribute required by the iCalendar Specification. Creating a scheduled import would generate duplicate events on each import. Instead, please use a One-Time import or contact the source provider to fix the UID issue; linking them to %s may help them more quickly resolve their feed's UID issue."
4110
  msgstr ""
4111
 
4112
+ #: src/Tribe/Aggregator/Service.php:817
4113
+ msgctxt "The placeholder is for the localized version of the iCal UID specification link"
4114
+ msgid "Some events at the requested source are missing the UID attribute required by the iCalendar Specification. One-Time and ICS File imports are allowed but successive imports will create duplicated events on your site. Please contact the source provider to fix the UID issue; linking them to %s may help them more quickly resolve their feed's UID issue."
4115
  msgstr ""
4116
 
4117
+ #: src/Tribe/Aggregator/Service.php:823
4118
+ msgid "Successfully fetched Facebook Token"
4119
  msgstr ""
4120
 
4121
+ #: src/Tribe/Aggregator/Service.php:824
4122
+ msgid "Successfully connected to Eventbrite"
4123
  msgstr ""
4124
 
4125
+ #: src/Tribe/Aggregator/Service.php:825
4126
+ msgid "Successfully disconnected Eventbrite"
4127
  msgstr ""
4128
 
4129
+ #: src/Tribe/Aggregator/Service.php:826
4130
+ msgid "Successfully marked event for import from Eventbrite"
4131
  msgstr ""
4132
 
4133
+ #: src/Tribe/Aggregator/Service.php:827
4134
+ msgid "Successfully synced event to Eventbrite"
4135
  msgstr ""
4136
 
4137
+ #: src/Tribe/Aggregator/Service.php:828
4138
+ msgid "The import being fetched is not queued up for importing. Please try the import again."
4139
  msgstr ""
4140
 
4141
+ #: src/Tribe/Aggregator/Service.php:830
4142
+ msgctxt "Placeholder used for the facebook restriction link"
4143
+ msgid "Events cannot be imported because Facebook has returned an error. This could mean that the event ID does not exist, the event or source is marked as Private, or the event or source has been otherwise restricted by Facebook. You can %1$s."
4144
  msgstr ""
4145
 
4146
+ #: src/Tribe/Aggregator/Service.php:837
4147
+ msgid "Events cannot be imported because we received an error from Facebook: "
4148
  msgstr ""
4149
 
4150
+ #: src/Tribe/Aggregator/Service.php:838
4151
+ msgid "Events cannot be imported because we received an error from Eventbrite: "
4152
  msgstr ""
4153
 
4154
+ #: src/Tribe/Aggregator/Service.php:839
4155
+ msgid "Event cannot be synced to Eventbrite because we received an error from Eventbrite."
4156
  msgstr ""
4157
 
4158
+ #: src/Tribe/Aggregator/Service.php:840
4159
+ msgid "Eventbrite token is not valid."
4160
  msgstr ""
4161
 
4162
+ #: src/Tribe/Aggregator/Service.php:841
4163
+ #: src/Tribe/Aggregator/Service.php:844
4164
+ msgid "Eventbrite parsed object is empty."
4165
  msgstr ""
4166
 
4167
+ #: src/Tribe/Aggregator/Service.php:842
4168
+ msgid "Eventbrite parsed object type is empty."
4169
  msgstr ""
4170
 
4171
+ #: src/Tribe/Aggregator/Service.php:843
4172
+ msgid "Eventbrite parsed object ID is empty."
4173
  msgstr ""
4174
 
4175
+ #: src/Tribe/Aggregator/Service.php:845
4176
+ msgid "Eventbrite event not found."
4177
  msgstr ""
4178
 
4179
+ #: src/Tribe/Aggregator/Service.php:846
4180
+ msgid "Eventbrite organizer not found."
4181
  msgstr ""
4182
 
4183
+ #: src/Tribe/Aggregator/Service.php:847
4184
+ msgid "Eventbrite venue not found."
4185
  msgstr ""
4186
 
4187
+ #: src/Tribe/Aggregator/Service.php:848
4188
+ msgid "Eventbrite user not found."
4189
  msgstr ""
4190
 
4191
+ #: src/Tribe/Aggregator/Service.php:849
4192
+ msgid "Eventbrite sync data invalid."
4193
  msgstr ""
4194
 
4195
+ #: src/Tribe/Aggregator/Service.php:850
4196
+ msgid "You do not have an active connection to Eventbrite through your account and Event Aggregator."
4197
  msgstr ""
4198
 
4199
+ #: src/Tribe/Aggregator/Service.php:851
4200
+ msgid "Webhook not registered properly."
4201
  msgstr ""
4202
 
4203
+ #: src/Tribe/Aggregator/Service.php:852
4204
+ msgid "This webhook action is not currently supported."
4205
  msgstr ""
4206
 
4207
+ #: src/Tribe/Aggregator/Service.php:853
4208
+ msgid "Event not owned, you cannot edit it."
4209
  msgstr ""
4210
 
4211
+ #: src/Tribe/Aggregator/Service.php:855
4212
+ msgctxt "Placeholder used for the meetup API changes"
4213
+ msgid "Meetup is no longer supporting API keys, and will restrict access using your existing key starting from August 2019. As an alternative, you should use OAuth2 and update The Events Calendar to the latest version. Learn more at %1$s"
4214
  msgstr ""
4215
 
4216
+ #: src/Tribe/Aggregator/Service.php:863
4217
+ msgctxt "Placeholder used for the meetup API changes link when the KEY is plain"
4218
+ msgid "Meetup is no longer supporting API keys, and has restricted access using your existing key starting from August 2019. As an alternative, you must use OAuth2 and update The Events Calendar to the latest version. Learn more at %1$s."
4219
  msgstr ""
4220
 
4221
+ #: src/Tribe/Aggregator/Service.php:870
4222
+ msgid "You do not have an active connection to Meetup through your account and Event Aggregator."
4223
  msgstr ""
4224
 
4225
+ #: src/Tribe/Aggregator/Service.php:887
4226
+ msgid "Unknown service message"
4227
  msgstr ""
4228
 
4229
+ #: src/Tribe/Aggregator/Settings.php:536
4230
+ msgid "By date range"
4231
  msgstr ""
4232
 
4233
+ #: src/Tribe/Aggregator/Settings.php:537
4234
+ msgid "By number of events"
4235
  msgstr ""
4236
 
4237
+ #: src/Tribe/Aggregator/Settings.php:538
4238
+ msgid "Do not limit (not recommended)"
4239
  msgstr ""
4240
 
4241
+ #: src/Tribe/Aggregator/Settings.php:565
4242
+ #: src/Tribe/Aggregator/Settings.php:566
4243
+ msgid "24 hours"
4244
  msgstr ""
4245
 
4246
+ #: src/Tribe/Aggregator/Settings.php:569
4247
+ #: src/Tribe/Aggregator/Settings.php:570
4248
+ msgid "72 hours"
4249
  msgstr ""
4250
 
4251
+ #: src/Tribe/Aggregator/Settings.php:573
4252
+ msgid "One week"
4253
  msgstr ""
4254
 
4255
+ #: src/Tribe/Aggregator/Settings.php:574
4256
+ msgid "one week"
4257
  msgstr ""
4258
 
4259
+ #: src/Tribe/Aggregator/Settings.php:577
4260
+ msgid "Two weeks"
 
4261
  msgstr ""
4262
 
4263
+ #: src/Tribe/Aggregator/Settings.php:578
4264
+ msgid "two weeks"
4265
  msgstr ""
4266
 
4267
+ #: src/Tribe/Aggregator/Settings.php:581
4268
+ msgid "Three weeks"
4269
  msgstr ""
4270
 
4271
+ #: src/Tribe/Aggregator/Settings.php:582
4272
+ msgid "three weeks"
4273
  msgstr ""
4274
 
4275
+ #: src/Tribe/Aggregator/Settings.php:585
4276
+ msgid "One month"
4277
  msgstr ""
4278
 
4279
+ #: src/Tribe/Aggregator/Settings.php:586
4280
+ msgid "one month"
4281
  msgstr ""
4282
 
4283
+ #: src/Tribe/Aggregator/Settings.php:589
4284
+ msgid "Two months"
4285
  msgstr ""
4286
 
4287
+ #: src/Tribe/Aggregator/Settings.php:590
4288
+ msgid "two months"
4289
  msgstr ""
4290
 
4291
+ #: src/Tribe/Aggregator/Settings.php:593
4292
+ msgid "Three months"
4293
  msgstr ""
4294
 
4295
+ #: src/Tribe/Aggregator/Settings.php:594
4296
+ msgid "three months"
4297
  msgstr ""
4298
 
4299
+ #: src/Tribe/Aggregator/Settings.php:878
4300
+ msgid "Asynchronous"
4301
  msgstr ""
4302
 
4303
+ #: src/Tribe/Aggregator/Settings.php:882
4304
+ msgid "Cron-based"
4305
  msgstr ""
4306
 
4307
+ #: src/Tribe/Aggregator/Tabs/Abstract.php:59
4308
+ msgid "There was a problem processing your import. Please try again."
4309
  msgstr ""
4310
 
4311
+ #: src/Tribe/Aggregator/Tabs/Abstract.php:145
4312
+ msgid "click here to edit it"
 
4313
  msgstr ""
4314
 
4315
+ #: src/Tribe/Aggregator/Tabs/Abstract.php:146
4316
+ msgid "A record already exists with these settings, %1$s."
4317
  msgstr ""
4318
 
4319
+ #: src/Tribe/Aggregator/Tabs/Abstract.php:180
4320
+ msgid "Please provide the file that you wish to import."
4321
  msgstr ""
4322
 
4323
+ #: src/Tribe/Aggregator/Tabs/Abstract.php:185
4324
+ msgid "Please provide a Eventbrite URL when importing from Eventbrite."
4325
  msgstr ""
4326
 
4327
+ #: src/Tribe/Aggregator/Tabs/Abstract.php:190
4328
+ msgid "Please provide a Meetup URL when importing from Meetup."
4329
  msgstr ""
4330
 
4331
+ #: src/Tribe/Aggregator/Tabs/Abstract.php:234
4332
+ msgid "Please provide the URL that you wish to import."
4333
  msgstr ""
4334
 
4335
+ #: src/Tribe/Aggregator/Tabs/Edit.php:52
4336
+ msgid "Edit Import"
4337
  msgstr ""
4338
 
4339
+ #: src/Tribe/Aggregator/Tabs/Edit.php:137
4340
+ msgid "View All Scheduled Imports"
4341
  msgstr ""
4342
 
4343
+ #: src/Tribe/Aggregator/Tabs/Edit.php:143
4344
+ msgid "Your Scheduled Import has been updated!"
4345
  msgstr ""
4346
 
4347
+ #: src/Tribe/Aggregator/Tabs/Favorite.php:37
4348
+ msgid "Favorite Imports"
4349
  msgstr ""
4350
 
4351
+ #: src/Tribe/Aggregator/Tabs/History.php:55
4352
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:59
4353
+ msgid "Records per page"
4354
  msgstr ""
4355
 
4356
+ #: src/Tribe/Aggregator/Tabs/History.php:93
4357
+ msgid "History"
4358
  msgstr ""
4359
 
4360
+ #: src/Tribe/Aggregator/Tabs/New.php:83
4361
+ msgid "New Import"
4362
  msgstr ""
4363
 
4364
+ #: src/Tribe/Aggregator/Tabs/New.php:167
4365
+ msgid "1 import was scheduled."
4366
  msgstr ""
4367
 
4368
+ #: src/Tribe/Aggregator/Tabs/New.php:254
4369
+ msgid "%1$d new %2$s was imported."
4370
+ msgid_plural "%1$d new %2$s were imported."
4371
+ msgstr[0] ""
4372
+ msgstr[1] ""
4373
+
4374
+ #: src/Tribe/Aggregator/Tabs/New.php:266
4375
+ msgid "%1$d existing %2$s was updated."
4376
+ msgid_plural "%1$d existing %2$s were updated."
4377
+ msgstr[0] ""
4378
+ msgstr[1] ""
4379
+
4380
+ #: src/Tribe/Aggregator/Tabs/New.php:277
4381
+ msgid "%1$d already-imported %2$s was skipped."
4382
+ msgid_plural "%1$d already-imported %2$s were skipped."
4383
+ msgstr[0] ""
4384
+ msgstr[1] ""
4385
+
4386
+ #: src/Tribe/Aggregator/Tabs/New.php:286
4387
+ msgid "%1$d new image was imported."
4388
+ msgid_plural "%1$d new images were imported."
4389
+ msgstr[0] ""
4390
+ msgstr[1] ""
4391
+
4392
+ #. translators: %1$d is replaced with a number of scheduled images.
4393
+ #: src/Tribe/Aggregator/Tabs/New.php:295
4394
+ msgid "%1$d new image was scheduled for import."
4395
+ msgid_plural "%1$d new images were scheduled for import."
4396
+ msgstr[0] ""
4397
+ msgstr[1] ""
4398
 
4399
+ #: src/Tribe/Aggregator/Tabs/New.php:307
4400
+ msgid "No %1$s were imported or updated."
4401
  msgstr ""
4402
 
4403
+ #: src/Tribe/Aggregator/Tabs/New.php:315
4404
+ msgid "View all %s"
4405
  msgstr ""
4406
 
4407
+ #: src/Tribe/Aggregator/Tabs/New.php:325
4408
+ msgid "%1$d new venue was imported."
4409
+ msgid_plural "%1$d new venues were imported."
4410
+ msgstr[0] ""
4411
+ msgstr[1] ""
4412
+
4413
+ #: src/Tribe/Aggregator/Tabs/New.php:329
4414
+ msgid "View your event venues"
4415
  msgstr ""
4416
 
4417
+ #: src/Tribe/Aggregator/Tabs/New.php:337
4418
+ msgid "%1$d new organizer was imported."
4419
+ msgid_plural "%1$d new organizers were imported."
4420
+ msgstr[0] ""
4421
+ msgstr[1] ""
4422
+
4423
+ #: src/Tribe/Aggregator/Tabs/New.php:341
4424
+ msgid "View your event organizers"
4425
  msgstr ""
4426
 
4427
+ #: src/Tribe/Aggregator/Tabs/New.php:350
4428
+ msgid "%1$d new event category was created."
4429
+ msgid_plural "%1$d new event categories were created."
4430
+ msgstr[0] ""
4431
+ msgstr[1] ""
4432
+
4433
+ #: src/Tribe/Aggregator/Tabs/New.php:354
4434
+ msgid "View your event categories"
4435
  msgstr ""
4436
 
4437
+ #: src/Tribe/Aggregator/Tabs/New.php:362
4438
+ msgid "%1$d new event tag was created."
4439
+ msgid_plural "%1$d new event tags were created."
4440
+ msgstr[0] ""
4441
+ msgstr[1] ""
4442
+
4443
+ #: src/Tribe/Aggregator/Tabs/New.php:366
4444
+ msgid "View your event tags"
4445
  msgstr ""
4446
 
4447
+ #: src/Tribe/Aggregator/Tabs/New.php:377
4448
+ msgid "Import complete!"
4449
  msgstr ""
4450
 
4451
+ #: src/Tribe/Aggregator/Tabs/New.php:379
4452
+ msgid "Your scheduled import was saved and the first import is complete!"
4453
  msgstr ""
4454
 
4455
+ #: src/Tribe/Aggregator/Tabs/New.php:383
4456
+ msgctxt "separator between date and time"
4457
+ msgid " at "
4458
  msgstr ""
4459
 
4460
+ #: src/Tribe/Aggregator/Tabs/New.php:390
4461
+ msgid "The next import is scheduled for %1$s."
4462
  msgstr ""
4463
 
4464
+ #: src/Tribe/Aggregator/Tabs/New.php:394
4465
+ msgid "View your scheduled imports."
4466
  msgstr ""
4467
 
4468
+ #: src/Tribe/Aggregator/Tabs/New.php:406
4469
+ msgid "Invalid credential save request"
4470
  msgstr ""
4471
 
4472
+ #: src/Tribe/Aggregator/Tabs/New.php:416
4473
+ msgid "Invalid credential save nonce"
 
 
4474
  msgstr ""
4475
 
4476
+ #: src/Tribe/Aggregator/Tabs/New.php:425
4477
+ msgid "The Meetup API key is required."
 
 
4478
  msgstr ""
4479
 
4480
+ #: src/Tribe/Aggregator/Tabs/New.php:434
4481
+ msgid "Credentials have been saved"
4482
  msgstr ""
4483
 
4484
+ #: src/Tribe/Aggregator/Tabs/New.php:441
4485
+ msgid "Unable to save credentials"
4486
  msgstr ""
4487
 
4488
+ #: src/Tribe/Aggregator/Tabs/New.php:525
4489
+ msgid "Events Aggregator"
4490
  msgstr ""
4491
 
4492
+ #: src/Tribe/Aggregator/Tabs/New.php:528
4493
+ msgid "Import events with ease"
4494
  msgstr ""
4495
 
4496
+ #: src/Tribe/Aggregator/Tabs/New.php:533
4497
+ msgid "Learn More"
4498
  msgstr ""
4499
 
4500
+ #: src/Tribe/Aggregator/Tabs/New.php:584
4501
+ msgid "Your Event Aggregator license is expired."
4502
  msgstr ""
4503
 
4504
+ #: src/Tribe/Aggregator/Tabs/New.php:585
4505
+ msgid "Renew your license in order to import events from iCalendar, Google, or Meetup."
4506
  msgstr ""
4507
 
4508
+ #: src/Tribe/Aggregator/Tabs/New.php:588
4509
+ msgid "Renew your Event Aggregator license"
4510
  msgstr ""
4511
 
4512
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:96
4513
+ msgid "Scheduled Imports"
4514
  msgstr ""
4515
 
4516
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:183
4517
+ msgid "queued"
4518
  msgstr ""
4519
 
4520
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:187
4521
+ msgid "delete"
4522
  msgstr ""
4523
 
4524
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:191
4525
+ msgid "reactivated"
4526
  msgstr ""
4527
 
4528
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:195
4529
+ msgid "deactivated"
4530
  msgstr ""
4531
 
4532
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:248
4533
+ msgid "Error: %d scheduled import was not %s."
4534
  msgstr ""
4535
 
4536
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:258
4537
+ msgid "Successfully %s %d scheduled import"
4538
  msgstr ""
4539
 
4540
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:373
4541
+ msgid "All scheduled imports are currently suspended, and no events will be imported."
4542
  msgstr ""
4543
 
4544
+ #. Translators: %1$s: opening link tag, %2$s: closing link tag.
4545
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:380
4546
+ msgid "To continue using scheduled imports, please enter a valid Event Aggregator license key under %1$sEvents > Settings > Licenses%2$s."
4547
  msgstr ""
4548
 
4549
+ #: src/Tribe/Aggregator/Tabs/Scheduled.php:387
4550
+ msgid "Enter Event Aggregator License"
4551
  msgstr ""
4552
 
4553
+ #: src/Tribe/API.php:798
4554
+ msgid "An event having a post meta value of `%s` meridian is not valid. Make sure it is either `am` or `pm`, or remove it entirely if using the 24-hour format."
4555
  msgstr ""
4556
 
4557
+ #: src/Tribe/API.php:826
4558
+ msgid "An event having a post meta value of `%s` hour (am/pm) is not valid. Make sure it is from 1 to 12."
4559
  msgstr ""
4560
 
4561
+ #: src/Tribe/API.php:843
4562
+ msgid "An event having a post meta value of `%s` hour (12-hour) is not valid. Make sure it is from 1 to 12."
4563
  msgstr ""
4564
 
4565
+ #: src/Tribe/API.php:850
4566
+ msgid "An event having a post meta value of `%s` hour (24-hour) is not valid. Make sure it is from 0 to 23."
4567
  msgstr ""
4568
 
4569
+ #: src/Tribe/API.php:880
4570
+ #: src/Tribe/API.php:891
4571
+ msgid "An event having a post meta value of `%s` minutes is not valid. Make sure it is from 0 to 59."
4572
  msgstr ""
4573
 
4574
+ #: src/Tribe/Assets.php:711
4575
+ msgid "This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%."
4576
  msgstr ""
4577
 
4578
+ #: src/Tribe/Assets.php:712
4579
+ msgid "This event is at %%starttime%% on %%startdatewithyear%%."
4580
  msgstr ""
4581
 
4582
+ #: src/Tribe/Assets.php:713
4583
+ msgid "This event is all day on %%startdatewithyear%%."
4584
  msgstr ""
4585
 
4586
+ #: src/Tribe/Assets.php:714
4587
+ msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends at %%endtime%% on %%enddatewithyear%%"
4588
  msgstr ""
4589
 
4590
+ #: src/Tribe/Assets.php:715
4591
+ msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends on %%enddatewithyear%%"
4592
  msgstr ""
4593
 
4594
+ #: src/Tribe/Assets.php:716
4595
+ msgid "This event is all day starting on %%startdatenoyear%% and ending on %%enddatewithyear%%."
4596
  msgstr ""
4597
 
4598
+ #: src/Tribe/Cost_Utils.php:137
4599
+ msgctxt "Cost range separator"
4600
+ msgid " – "
4601
  msgstr ""
4602
 
4603
+ #: src/Tribe/Customizer/Day_List_View.php:77
4604
+ #: src/Tribe/Customizer/Month_Week_View.php:154
4605
+ #: src/Tribe/Customizer/Single_Event.php:97
4606
+ #: src/Tribe/Customizer/Widget.php:65
4607
+ msgid "Options selected here will override what was selected in the \"General Theme\" and \"Global Elements\" sections."
4608
  msgstr ""
4609
 
4610
+ #: src/Tribe/Customizer/Day_List_View.php:80
4611
+ msgid "These settings impact all list-style views, including List View and Day View."
4612
  msgstr ""
4613
 
4614
+ #: src/Tribe/Customizer/Day_List_View.php:88
4615
+ msgid "List-style Views"
 
4616
  msgstr ""
4617
 
4618
+ #: src/Tribe/Customizer/Day_List_View.php:120
4619
+ msgid "Price Background Color"
 
 
 
4620
  msgstr ""
4621
 
4622
+ #: src/Tribe/Customizer/General_Theme.php:267
4623
+ msgid "General Theme"
4624
  msgstr ""
4625
 
4626
+ #: src/Tribe/Customizer/General_Theme.php:268
4627
+ msgid "Global configurations for the styling of The Events Calendar"
4628
  msgstr ""
4629
 
4630
+ #: src/Tribe/Customizer/General_Theme.php:299
4631
+ #: src/Tribe/Customizer/Global_Elements.php:230
4632
+ msgid "Accent Color"
 
4633
  msgstr ""
4634
 
4635
+ #: src/Tribe/Customizer/General_Theme.php:319
4636
+ msgid "Featured Highlight Color"
 
 
4637
  msgstr ""
4638
 
4639
+ #: src/Tribe/Customizer/General_Theme.php:342
4640
+ msgid "If the Featured highlight color is set to Custom, the following color will be used:"
4641
  msgstr ""
4642
 
4643
+ #: src/Tribe/Customizer/General_Theme.php:362
4644
+ msgid "Blue Steel"
4645
  msgstr ""
4646
 
4647
+ #: src/Tribe/Customizer/General_Theme.php:368
4648
+ msgid "Deep Sea"
 
4649
  msgstr ""
4650
 
4651
+ #: src/Tribe/Customizer/General_Theme.php:374
4652
+ msgid "Default"
4653
  msgstr ""
4654
 
4655
+ #: src/Tribe/Customizer/General_Theme.php:380
4656
+ msgid "Evergreen"
 
 
4657
  msgstr ""
4658
 
4659
+ #: src/Tribe/Customizer/General_Theme.php:386
4660
+ msgid "Lagoon"
 
4661
  msgstr ""
4662
 
4663
+ #: src/Tribe/Customizer/General_Theme.php:392
4664
+ msgid "Malachite"
 
4665
  msgstr ""
4666
 
4667
+ #: src/Tribe/Customizer/General_Theme.php:398
4668
+ msgid "Skyfall"
 
4669
  msgstr ""
4670
 
4671
+ #: src/Tribe/Customizer/General_Theme.php:404
4672
+ msgid "Sunshine"
 
4673
  msgstr ""
4674
 
4675
+ #: src/Tribe/Customizer/General_Theme.php:410
4676
+ #: src/Tribe/Views/V2/Customizer.php:190
4677
+ #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:133
4678
+ msgid "Custom"
4679
  msgstr ""
4680
 
4681
+ #: src/Tribe/Customizer/Global_Elements.php:133
4682
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:122
4683
+ msgid "Global Elements"
4684
  msgstr ""
4685
 
4686
+ #: src/Tribe/Customizer/Global_Elements.php:134
4687
+ msgid "Options selected here will override what was selected in the \"General Theme\" section."
4688
  msgstr ""
4689
 
4690
+ #: src/Tribe/Customizer/Global_Elements.php:168
4691
+ #: src/Tribe/Customizer/Single_Event.php:124
4692
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:219
4693
+ #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:100
4694
+ msgid "Set Font Colors"
4695
  msgstr ""
4696
 
4697
+ #: src/Tribe/Customizer/Global_Elements.php:190
4698
+ msgid "Links"
4699
  msgstr ""
4700
 
4701
+ #: src/Tribe/Customizer/Global_Elements.php:191
4702
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:326
4703
+ msgid "For displayed URLs"
4704
  msgstr ""
4705
 
4706
+ #: src/Tribe/Customizer/Global_Elements.php:205
4707
+ #: src/Tribe/Customizer/Global_Elements.php:218
4708
+ #: src/Tribe/Customizer/Single_Event.php:163
4709
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:228
4710
+ #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:112
4711
+ msgid "Adjust Appearance"
4712
  msgstr ""
4713
 
4714
+ #: src/Tribe/Customizer/Global_Elements.php:257
4715
+ msgid "Map Pin"
4716
  msgstr ""
4717
 
4718
+ #: src/Tribe/Customizer/Global_Elements.php:286
4719
+ msgid "Filter Bar Color"
4720
  msgstr ""
4721
 
4722
+ #: src/Tribe/Customizer/Global_Elements.php:309
4723
+ msgid "Button Color"
 
 
 
 
 
 
4724
  msgstr ""
4725
 
4726
+ #: src/Tribe/Customizer/Month_Week_View.php:153
4727
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:67
4728
+ msgid "Month View"
4729
  msgstr ""
4730
 
4731
+ #: src/Tribe/Customizer/Month_Week_View.php:188
4732
+ msgid "Calendar Table Color"
 
 
 
4733
  msgstr ""
4734
 
4735
+ #: src/Tribe/Customizer/Month_Week_View.php:210
4736
+ msgid "Calendar Highlight Color"
 
 
4737
  msgstr ""
4738
 
4739
+ #: src/Tribe/Customizer/Single_Event.php:96
4740
+ msgid "These settings control the appearance of the single event pages."
 
4741
  msgstr ""
4742
 
4743
+ #: src/Tribe/Customizer/Single_Event.php:102
4744
+ #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:52
4745
+ msgid "Single Event"
4746
  msgstr ""
4747
 
4748
+ #: src/Tribe/Customizer/Single_Event.php:148
4749
+ #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:130
4750
+ msgid "Event Title Color"
4751
  msgstr ""
4752
 
4753
+ #: src/Tribe/Customizer/Single_Event.php:149
4754
+ msgid "Post Title Color"
 
4755
  msgstr ""
4756
 
4757
+ #: src/Tribe/Customizer/Single_Event.php:185
4758
+ #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:148
4759
+ msgid "Event Details Background Color"
 
 
4760
  msgstr ""
4761
 
4762
+ #: src/Tribe/Customizer/Single_Event.php:186
4763
+ msgid "For classic editor"
 
 
 
 
4764
  msgstr ""
4765
 
4766
+ #: src/Tribe/Customizer/Widget.php:64
4767
+ msgid "Widgets"
 
 
 
 
 
 
4768
  msgstr ""
4769
 
4770
+ #: src/Tribe/Customizer/Widget.php:96
4771
+ msgid "Calendar Header Color"
 
4772
  msgstr ""
4773
 
4774
+ #: src/Tribe/Customizer/Widget.php:118
4775
+ msgid "Calendar Date Bar Color"
 
 
 
 
4776
  msgstr ""
4777
 
4778
+ #: src/Tribe/Editor.php:287
4779
+ #: src/Tribe/Editor.php:330
4780
+ msgid "Add Description..."
4781
  msgstr ""
4782
 
4783
+ #: src/Tribe/Editor.php:661
4784
+ #: src/Tribe/Editor.php:694
4785
+ msgid "Event Blocks"
 
 
 
4786
  msgstr ""
4787
 
4788
+ #: src/Tribe/Editor/Blocks/Event_Links.php:27
4789
+ #: src/Tribe/Views/V2/iCalendar/Links/Outlook_365.php:44
4790
+ #: src/modules/blocks/event-links/index.js:46
4791
+ #: src/modules/blocks/event-links/template.js:29
4792
+ #: src/modules/blocks/event-links/template.js:198
4793
+ msgid "Outlook 365"
4794
  msgstr ""
4795
 
4796
+ #: src/Tribe/Editor/Blocks/Event_Links.php:28
4797
+ #: src/Tribe/Views/V2/iCalendar/Links/Outlook_Live.php:44
4798
+ #: src/modules/blocks/event-links/index.js:50
4799
+ #: src/modules/blocks/event-links/template.js:30
4800
+ #: src/modules/blocks/event-links/template.js:203
4801
+ msgid "Outlook Live"
4802
  msgstr ""
4803
 
4804
+ #: src/Tribe/Editor/Blocks/Event_Website.php:25
4805
+ msgid "Add Button Text"
4806
  msgstr ""
4807
 
4808
+ #: src/Tribe/Editor/Compatibility.php:145
4809
+ msgid "Activate Block Editor for Events"
 
 
4810
  msgstr ""
4811
 
4812
+ #: src/Tribe/Editor/Compatibility.php:146
4813
+ msgid "Enable the Gutenberg block editor interface for creating events."
 
4814
  msgstr ""
4815
 
4816
+ #: src/Tribe/Editor/Meta.php:69
4817
+ msgid "Event Organizers"
 
4818
  msgstr ""
4819
 
4820
+ #: src/Tribe/Editor/Meta.php:78
4821
+ #: src/modules/blocks/event-venue/index.js:22
4822
+ msgid "Event Venue"
4823
  msgstr ""
4824
 
4825
+ #: src/Tribe/Editor/Template.php:70
4826
+ #: src/Tribe/Template/Embed.php:50
4827
+ #: src/Tribe/Template/Single_Event.php:35
4828
+ #: src/Tribe/Views/V2/Template_Bootstrap.php:138
4829
+ #: src/Tribe/Views/V2/Template_Bootstrap.php:178
4830
+ #: src/Tribe/Views/V2/Template_Bootstrap.php:502
4831
+ msgid "This %s has passed."
4832
  msgstr ""
4833
 
4834
+ #: src/Tribe/Event_Status/Classic_Editor.php:75
4835
+ msgctxt "Meta box title for the Event Status"
4836
+ msgid "Events Status"
4837
  msgstr ""
4838
 
4839
+ #: src/Tribe/Event_Status/Compatibility/Filter_Bar/Events_Status_Filter.php:133
4840
+ msgctxt "Canceled label for filter bar to hide canceled events."
4841
+ msgid "Hide canceled events"
4842
  msgstr ""
4843
 
4844
+ #: src/Tribe/Event_Status/Compatibility/Filter_Bar/Events_Status_Filter.php:137
4845
+ msgctxt "Postponed label for filter bar to hide postponed events."
4846
+ msgid "Hide postponed events"
4847
  msgstr ""
4848
 
4849
+ #: src/Tribe/Event_Status/Status_Labels.php:73
4850
+ msgctxt "Event status label."
4851
+ msgid "Event Status"
4852
  msgstr ""
4853
 
4854
+ #: src/Tribe/Event_Status/Status_Labels.php:92
4855
+ msgctxt "Scheduled label."
4856
+ msgid "Scheduled"
4857
  msgstr ""
4858
 
4859
+ #: src/Tribe/Event_Status/Status_Labels.php:111
4860
+ msgctxt "Canceled label."
4861
+ msgid "Canceled"
4862
  msgstr ""
4863
 
4864
+ #: src/Tribe/Event_Status/Status_Labels.php:130
4865
+ msgctxt "Postponed label"
4866
+ msgid "Postponed"
4867
  msgstr ""
4868
 
4869
+ #: src/Tribe/Event_Tickets/Attendees_Report.php:38
4870
+ msgid "Event Date:"
 
4871
  msgstr ""
4872
 
4873
+ #: src/Tribe/Event_Tickets/Attendees_Report.php:60
4874
+ #: src/modules/blocks/event-venue/template.js:266
4875
+ msgid "Edit Venue"
4876
  msgstr ""
4877
 
4878
+ #: src/Tribe/Front_Page_View.php:239
4879
+ msgctxt "Customizer static front page setting"
4880
+ msgid "Main %s Page"
4881
  msgstr ""
4882
 
4883
+ #: src/Tribe/Google/Maps_API_Key.php:54
4884
+ msgid "You are using a custom Google Maps API key."
 
4885
  msgstr ""
4886
 
4887
+ #: src/Tribe/Google/Maps_API_Key.php:55
4888
+ #: src/Tribe/Google/Maps_API_Key.php:108
4889
+ msgid "Click here"
4890
  msgstr ""
4891
 
4892
+ #: src/Tribe/Google/Maps_API_Key.php:56
4893
+ msgid "to learn more about using it with The Events Calendar"
 
4894
  msgstr ""
4895
 
4896
+ #: src/Tribe/Google/Maps_API_Key.php:66
4897
+ msgid "Google Maps API"
 
4898
  msgstr ""
4899
 
4900
+ #: src/Tribe/Google/Maps_API_Key.php:72
4901
+ msgid "The Events Calendar comes with an API key for basic maps functionality. If you’d like to use more advanced features like custom map pins or dynamic map loads, you’ll need to get your own %1$s. %2$s."
 
4902
  msgstr ""
4903
 
4904
+ #: src/Tribe/Google/Maps_API_Key.php:76
4905
+ #: src/Tribe/Google/Maps_API_Key.php:83
4906
+ msgid "Google Maps API key"
4907
  msgstr ""
4908
 
4909
+ #: src/Tribe/Google/Maps_API_Key.php:105
4910
+ msgid "You are using The Events Calendar's built-in Google Maps API key."
 
4911
  msgstr ""
4912
 
4913
+ #: src/Tribe/Google/Maps_API_Key.php:106
4914
+ msgid "If you do not add your own API key, the built-in API key will always populate this field and some map-related functionality will be limited "
 
 
 
 
4915
  msgstr ""
4916
 
4917
+ #: src/Tribe/Google/Maps_API_Key.php:107
4918
+ msgid "(click here for details)"
 
4919
  msgstr ""
4920
 
4921
+ #: src/Tribe/Google/Maps_API_Key.php:109
4922
+ msgid "to create your own free Google Maps API key."
 
4923
  msgstr ""
4924
 
4925
+ #: src/Tribe/Gutenberg.php:126
4926
+ msgid "Download our Events Gutenberg extension and start using the block editor on your events!"
 
4927
  msgstr ""
4928
 
4929
+ #: src/Tribe/Gutenberg.php:128
4930
+ msgid "Looks like you are using Gutenberg on this WordPress installation. %1$s"
 
4931
  msgstr ""
4932
 
4933
+ #: src/Tribe/iCal.php:65
4934
+ msgctxt "feed link"
4935
+ msgid "&raquo;"
4936
  msgstr ""
4937
 
4938
+ #: src/Tribe/iCal.php:66
4939
+ msgid "%1$s %2$s iCal Feed"
 
4940
  msgstr ""
4941
 
4942
+ #: src/Tribe/iCal.php:141
4943
+ #: src/Tribe/Views/V2/iCalendar/Links/Google_Calendar.php:41
4944
+ msgid "Add to Google Calendar"
4945
  msgstr ""
4946
 
4947
+ #: src/Tribe/iCal.php:142
4948
+ msgid "Download .ics file"
 
4949
  msgstr ""
4950
 
4951
+ #: src/Tribe/iCal.php:142
4952
+ #: src/Tribe/Views/V2/iCalendar/Links/iCal.php:35
4953
+ msgid "Add to iCalendar"
 
4954
  msgstr ""
4955
 
4956
+ #: src/Tribe/iCal.php:194
4957
+ msgid "Export Events"
 
4958
  msgstr ""
4959
 
4960
+ #: src/Tribe/iCal.php:195
4961
+ #: src/Tribe/Views/V2/Views/Traits/iCal_Data.php:87
4962
+ msgid "Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps"
4963
  msgstr ""
4964
 
4965
+ #: src/Tribe/iCal.php:472
4966
+ msgctxt "iCal feed description"
4967
+ msgid "Events for %s"
4968
  msgstr ""
4969
 
4970
+ #: src/Tribe/Ignored_Events.php:43
4971
+ #: src/Tribe/Ignored_Events.php:59
4972
+ #: src/Tribe/Ignored_Events.php:456
4973
+ msgid "Delete Permanently"
4974
  msgstr ""
4975
 
4976
+ #: src/Tribe/Ignored_Events.php:44
4977
+ msgid "Ignored events that are deleted will be removed permanently. They can be recreated via import."
4978
  msgstr ""
4979
 
4980
+ #: src/Tribe/Ignored_Events.php:47
4981
+ #: src/Tribe/Ignored_Events.php:489
4982
+ #: src/Tribe/Ignored_Events.php:765
4983
+ msgid "Ignored"
4984
  msgstr ""
4985
 
4986
+ #: src/Tribe/Ignored_Events.php:51
4987
+ #: src/Tribe/Ignored_Events.php:419
4988
+ msgid "Hide & Ignore"
4989
  msgstr ""
4990
 
4991
+ #: src/Tribe/Ignored_Events.php:52
4992
+ #: src/Tribe/Ignored_Events.php:418
4993
+ msgid "Ignored events do not show on the calendar but can be updated with future imports"
4994
  msgstr ""
4995
 
4996
+ #: src/Tribe/Ignored_Events.php:140
4997
+ msgid "post moved to Ignored."
4998
+ msgid_plural "posts moved to Ignored."
4999
+ msgstr[0] ""
5000
+ msgstr[1] ""
5001
+
5002
+ #: src/Tribe/Ignored_Events.php:143
5003
+ msgid "%s post moved to the Trash"
5004
+ msgid_plural "%s posts moved to the Trash"
5005
+ msgstr[0] ""
5006
+ msgstr[1] ""
5007
+
5008
+ #: src/Tribe/Ignored_Events.php:144
5009
+ msgid "and %s post moved to Ignored."
5010
+ msgid_plural "and %s posts moved to Ignored."
5011
+ msgstr[0] ""
5012
+ msgstr[1] ""
5013
+
5014
+ #: src/Tribe/Ignored_Events.php:155
5015
+ msgid "Undo"
5016
  msgstr ""
5017
 
5018
+ #: src/Tribe/Ignored_Events.php:178
5019
+ msgid "Event Aggregator includes a new, better system for removing unwanted imported events from your calendar. Click the button below to transition previously deleted events. This process will remove unwanted records from your database and include recent or upcoming trashed events in your Ignored archive."
5020
  msgstr ""
5021
 
5022
+ #: src/Tribe/Ignored_Events.php:179
5023
+ msgctxt "link to knowlegebase article"
5024
+ msgid "Read more about Ignored Events."
5025
  msgstr ""
5026
 
5027
+ #: src/Tribe/Ignored_Events.php:234
5028
+ #: src/Tribe/Ignored_Events.php:276
5029
+ msgid "You do not have permission to restore this post."
5030
  msgstr ""
5031
 
5032
+ #: src/Tribe/Ignored_Events.php:238
5033
+ #: src/Tribe/Ignored_Events.php:282
5034
+ msgid "Error restoring from Ignored Events."
5035
  msgstr ""
5036
 
5037
+ #: src/Tribe/Ignored_Events.php:290
5038
+ msgid "%s post restored."
5039
+ msgid_plural "%s posts restored."
5040
+ msgstr[0] ""
5041
+ msgstr[1] ""
5042
+
5043
+ #: src/Tribe/Ignored_Events.php:328
5044
+ msgid "Source"
5045
  msgstr ""
5046
 
5047
+ #: src/Tribe/Ignored_Events.php:335
5048
+ msgid "Last Import"
 
 
 
5049
  msgstr ""
5050
 
5051
+ #. translators: %s: post title
5052
+ #: src/Tribe/Ignored_Events.php:417
5053
+ msgid "Hide and Ignore &#8220;%s&#8221;"
5054
  msgstr ""
5055
 
5056
+ #. translators: %s: post title
5057
+ #: src/Tribe/Ignored_Events.php:447
5058
+ msgid "Restore &#8220;%s&#8221; from the Ignored"
 
5059
  msgstr ""
5060
 
5061
+ #: src/Tribe/Ignored_Events.php:448
5062
+ msgid "Restore"
 
 
5063
  msgstr ""
5064
 
5065
+ #. translators: %s: post title
5066
+ #: src/Tribe/Ignored_Events.php:455
5067
+ msgid "Delete &#8220;%s&#8221; permanently"
5068
  msgstr ""
5069
 
5070
+ #: src/Tribe/Ignored_Events.php:766
5071
+ msgid "Ignored <span class=\"count\">(%s)</span>"
5072
+ msgid_plural "Ignored <span class=\"count\">(%s)</span>"
5073
+ msgstr[0] ""
5074
+ msgstr[1] ""
5075
+
5076
+ #: src/Tribe/Ignored_Events.php:885
5077
+ msgid "Error, a unknown bug happened and it was impossible to migrate the Legacy Ignored Events, try again later."
5078
  msgstr ""
5079
 
5080
+ #: src/Tribe/Ignored_Events.php:895
5081
+ msgid "You do not have permission to migrate Legacy Ignored Events"
 
 
5082
  msgstr ""
5083
 
5084
+ #: src/Tribe/Ignored_Events.php:902
5085
+ msgid "There were no Legacy Events to be Migrated, you are ready to rock!"
 
 
5086
  msgstr ""
5087
 
5088
+ #: src/Tribe/Ignored_Events.php:926
5089
+ msgid "Migration: %d Legacy Ignored Post was migrated but %d failed. To see the migrated event you will first need to refresh this screen."
5090
+ msgid_plural "Migration: %d Legacy Ignored Posts were migrated but %d failed. To see the migrated events you will first need to refresh this screen."
5091
+ msgstr[0] ""
5092
+ msgstr[1] ""
5093
+
5094
+ #: src/Tribe/Ignored_Events.php:938
5095
+ msgid "Migration: %d Legacy Ignored Post failed to be migrated."
5096
+ msgid_plural "Migration: %d Legacy Ignored Posts failed to be migrated."
5097
+ msgstr[0] ""
5098
+ msgstr[1] ""
5099
+
5100
+ #: src/Tribe/Ignored_Events.php:950
5101
+ msgid "Event %d: %s"
5102
  msgstr ""
5103
 
5104
+ #: src/Tribe/Ignored_Events.php:957
5105
+ msgid "Migration: %d Legacy Ignored Post was migrated successfully. To see the migrated event you will first need to refresh this screen."
5106
+ msgid_plural "Migration: %d Legacy Ignored Posts were migrated successfully. To see the migrated events you will first need to refresh this screen."
5107
+ msgstr[0] ""
5108
+ msgstr[1] ""
5109
+
5110
+ #: src/Tribe/Importer/Column_Mapper.php:43
5111
+ msgid "Do Not Import"
5112
  msgstr ""
5113
 
5114
+ #: src/Tribe/Importer/Column_Mapper.php:62
5115
+ msgid "Event Name"
 
 
 
5116
  msgstr ""
5117
 
5118
+ #: src/Tribe/Importer/Column_Mapper.php:63
5119
+ msgid "Event Description"
 
5120
  msgstr ""
5121
 
5122
+ #: src/Tribe/Importer/Column_Mapper.php:64
5123
+ msgid "Event Excerpt"
 
5124
  msgstr ""
5125
 
5126
+ #: src/Tribe/Importer/Column_Mapper.php:65
5127
+ msgid "Event Start Date"
 
5128
  msgstr ""
5129
 
5130
+ #: src/Tribe/Importer/Column_Mapper.php:66
5131
+ msgid "Event Start Time"
 
 
5132
  msgstr ""
5133
 
5134
+ #: src/Tribe/Importer/Column_Mapper.php:67
5135
+ msgid "Event End Date"
 
 
5136
  msgstr ""
5137
 
5138
+ #: src/Tribe/Importer/Column_Mapper.php:68
5139
+ msgid "Event End Time"
 
5140
  msgstr ""
5141
 
5142
+ #: src/Tribe/Importer/Column_Mapper.php:69
5143
+ msgid "Event Time Zone"
 
 
 
 
 
 
 
 
 
 
 
 
 
5144
  msgstr ""
5145
 
5146
+ #: src/Tribe/Importer/Column_Mapper.php:71
5147
+ msgid "Hide Event From Event Listings"
 
5148
  msgstr ""
5149
 
5150
+ #: src/Tribe/Importer/Column_Mapper.php:72
5151
+ msgid "Event Sticky in Month View"
 
5152
  msgstr ""
5153
 
5154
+ #: src/Tribe/Importer/Column_Mapper.php:74
5155
+ msgid "Event Venue Name"
 
5156
  msgstr ""
5157
 
5158
+ #: src/Tribe/Importer/Column_Mapper.php:75
5159
+ msgid "Event Organizer Name(s) or ID(s)"
 
 
5160
  msgstr ""
5161
 
5162
+ #: src/Tribe/Importer/Column_Mapper.php:76
5163
+ msgid "Event Show Map Link"
 
5164
  msgstr ""
5165
 
5166
+ #: src/Tribe/Importer/Column_Mapper.php:77
5167
+ msgid "Event Show Map"
 
 
 
5168
  msgstr ""
5169
 
5170
+ #: src/Tribe/Importer/Column_Mapper.php:78
5171
+ msgid "Event Cost"
 
 
 
 
5172
  msgstr ""
5173
 
5174
+ #: src/Tribe/Importer/Column_Mapper.php:79
5175
+ msgid "Event ISO Currency Code"
 
5176
  msgstr ""
5177
 
5178
+ #: src/Tribe/Importer/Column_Mapper.php:80
5179
+ msgid "Event Currency Symbol"
 
5180
  msgstr ""
5181
 
5182
+ #: src/Tribe/Importer/Column_Mapper.php:81
5183
+ msgid "Event Currency Position"
 
5184
  msgstr ""
5185
 
5186
+ #: src/Tribe/Importer/Column_Mapper.php:82
5187
+ #: src/modules/blocks/event-category/block.js:26
5188
+ msgid "Event Category"
 
5189
  msgstr ""
5190
 
5191
+ #: src/Tribe/Importer/Column_Mapper.php:83
5192
+ msgid "Event Tags"
 
5193
  msgstr ""
5194
 
5195
+ #: src/Tribe/Importer/Column_Mapper.php:84
5196
+ #: src/modules/blocks/event-website/index.js:22
5197
+ msgid "Event Website"
5198
  msgstr ""
5199
 
5200
+ #: src/Tribe/Importer/Column_Mapper.php:85
5201
+ msgid "Event Featured Image"
 
5202
  msgstr ""
5203
 
5204
+ #: src/Tribe/Importer/Column_Mapper.php:86
5205
+ msgid "Event Allow Comments"
 
5206
  msgstr ""
5207
 
5208
+ #: src/Tribe/Importer/Column_Mapper.php:87
5209
+ msgid "Event Allow Trackbacks and Pingbacks"
 
5210
  msgstr ""
5211
 
5212
+ #: src/Tribe/Importer/Column_Mapper.php:100
5213
+ msgid "Venue Name"
 
5214
  msgstr ""
5215
 
5216
+ #: src/Tribe/Importer/Column_Mapper.php:101
5217
+ msgid "Venue Description"
 
 
5218
  msgstr ""
5219
 
5220
+ #: src/Tribe/Importer/Column_Mapper.php:104
5221
+ msgid "Venue Address 2"
 
 
5222
  msgstr ""
5223
 
5224
+ #: src/Tribe/Importer/Column_Mapper.php:106
5225
+ msgid "Venue State/Province"
 
5226
  msgstr ""
5227
 
5228
+ #: src/Tribe/Importer/Column_Mapper.php:107
5229
+ msgid "Venue Zip"
 
5230
  msgstr ""
5231
 
5232
+ #: src/Tribe/Importer/Column_Mapper.php:109
5233
+ msgid "Venue Website"
 
 
5234
  msgstr ""
5235
 
5236
+ #: src/Tribe/Importer/Column_Mapper.php:110
5237
+ msgid "Venue Featured Image"
5238
  msgstr ""
5239
 
5240
+ #: src/Tribe/Importer/Column_Mapper.php:123
5241
+ msgid "Organizer Name"
5242
  msgstr ""
5243
 
5244
+ #: src/Tribe/Importer/Column_Mapper.php:124
5245
+ msgid "Organizer Description"
5246
  msgstr ""
5247
 
5248
+ #: src/Tribe/Importer/Column_Mapper.php:125
5249
+ msgid "Organizer Email"
5250
  msgstr ""
5251
 
5252
+ #: src/Tribe/Importer/Column_Mapper.php:126
5253
+ msgid "Organizer Website"
 
5254
  msgstr ""
5255
 
5256
+ #: src/Tribe/Importer/Column_Mapper.php:127
5257
+ msgid "Organizer Phone"
5258
  msgstr ""
5259
 
5260
+ #: src/Tribe/Importer/Column_Mapper.php:128
5261
+ msgid "Organizer Featured Image"
5262
  msgstr ""
5263
 
5264
+ #: src/Tribe/Importer/File_Importer.php:70
5265
+ msgid "No importer defined for %s"
5266
  msgstr ""
5267
 
5268
+ #: src/Tribe/Importer/File_Importer.php:215
5269
+ msgid "Failed to import record in row %d."
 
5270
  msgstr ""
5271
 
5272
+ #: src/Tribe/Importer/File_Importer.php:226
5273
+ msgid "%s (post ID %d) updated."
 
 
5274
  msgstr ""
5275
 
5276
+ #: src/Tribe/Importer/File_Importer.php:231
5277
+ msgid "%s (post ID %d) created."
5278
  msgstr ""
5279
 
5280
+ #: src/Tribe/Importer/File_Importer.php:394
5281
+ msgid "Missing required fields in row %d."
 
 
 
5282
  msgstr ""
5283
 
5284
+ #: src/Tribe/Importer/File_Uploader.php:28
5285
+ msgid "Temporary file not found. Could not save %s."
5286
  msgstr ""
5287
 
5288
+ #: src/Tribe/Importer/File_Uploader.php:36
5289
+ msgid "Could not save %s."
5290
  msgstr ""
5291
 
5292
+ #: src/Tribe/Integrations/Freemius.php:399
5293
+ msgid "We hope you love %1$s"
5294
  msgstr ""
5295
 
5296
+ #: src/Tribe/Integrations/Freemius.php:404
5297
+ msgid "Hi, %1$s! This is an invitation to help our %2$s community. If you opt-in, some data about your usage of %2$s will be shared with our teams (so they can work their butts off to improve). We will also share some helpful info on events management, WordPress, and our products from time to time."
5298
  msgstr ""
5299
 
5300
+ #: src/Tribe/Integrations/Freemius.php:408
5301
+ msgid "And if you skip this, that's okay! %1$s will still work just fine."
 
5302
  msgstr ""
5303
 
5304
+ #: src/Tribe/Integrations/Freemius.php:412
5305
+ msgid "Powered by"
5306
  msgstr ""
5307
 
5308
+ #: src/Tribe/Integrations/Restrict_Content_Pro/Service_Provider.php:66
5309
+ msgctxt "Text label for control to hide restricted events on main calendar views."
5310
+ msgid "Hide restricted events on calendar views."
5311
  msgstr ""
5312
 
5313
+ #: src/Tribe/Integrations/WPML/Defaults.php:117
5314
+ msgid "The Events Calendar could not write WPML default config file: please create the file manually."
5315
  msgstr ""
5316
 
5317
+ #: src/Tribe/JSON_LD/Event.php:169
5318
+ #: src/modules/blocks/event-price/template.js:57
5319
+ msgid "Free"
5320
  msgstr ""
5321
 
5322
+ #: src/Tribe/Linked_Posts.php:1006
5323
+ msgid "My %s"
 
 
5324
  msgstr ""
5325
 
5326
+ #: src/Tribe/Linked_Posts.php:1010
5327
+ msgid "Available %s"
5328
  msgstr ""
5329
 
5330
+ #: src/Tribe/Linked_Posts.php:1183
5331
+ msgid "Create: <%= term %>"
 
 
5332
  msgstr ""
5333
 
5334
+ #: src/Tribe/Linked_Posts.php:1207
5335
+ msgid "No saved %s exists."
 
 
 
5336
  msgstr ""
5337
 
5338
+ #: src/Tribe/Linked_Posts.php:1255
5339
+ msgctxt "Indefinite article for the phrase \"Find a {post type name}. Will be replaced with \"an\" if the {post type name} starts with a vowel."
5340
+ msgid "a"
 
5341
  msgstr ""
5342
 
5343
+ #: src/Tribe/Linked_Posts.php:1262
5344
+ msgctxt "Indefinite article for the phrase \"Find a {post type name}\" when the {post type name} starts with a vowel, e.g. \"Find an Organizer\"."
5345
+ msgid "an"
5346
  msgstr ""
5347
 
5348
+ #: src/Tribe/Linked_Posts.php:1276
5349
+ msgctxt "\"Find an Organizer\", but when the word \"Organizer\" is customized to something else."
5350
+ msgid "Find %1$s %2$s"
5351
  msgstr ""
5352
 
5353
+ #: src/Tribe/Linked_Posts.php:1285
5354
+ msgctxt "\"Create or Find Organizer\", but when the word \"Organizer\" is customized to something else."
5355
+ msgid "Create or Find %s"
5356
  msgstr ""
5357
 
5358
+ #: src/Tribe/Linked_Posts.php:1292
5359
+ msgid "Create or Find an Organizer"
5360
  msgstr ""
5361
 
5362
+ #: src/Tribe/Linked_Posts.php:1293
5363
+ msgid "Find an Organizer"
5364
+ msgstr ""
5365
+
5366
+ #: src/Tribe/Linked_Posts.php:1304
5367
+ msgctxt "\"Find a Venue\", but when the word \"Venue\" is customized to something else."
5368
+ msgid "Find %1$s %2$s"
5369
  msgstr ""
5370
 
5371
+ #: src/Tribe/Linked_Posts.php:1313
5372
+ msgctxt "\"Create or Find Venue\", but when the word \"Venue\" is customized to something else."
5373
+ msgid "Create or Find %s"
5374
  msgstr ""
5375
 
5376
+ #: src/Tribe/Linked_Posts.php:1320
5377
+ msgid "Create or Find a Venue"
5378
  msgstr ""
5379
 
5380
+ #: src/Tribe/Linked_Posts.php:1321
5381
+ msgid "Find a Venue"
5382
  msgstr ""
5383
 
5384
+ #: src/Tribe/Linked_Posts.php:1330
5385
+ msgctxt "The \"Find a {post type name}\" label for custom linked post types that are *not* Venues or Organizers"
5386
+ msgid "Find %1$s %2$s"
5387
  msgstr ""
5388
 
5389
+ #: src/Tribe/Linked_Posts.php:1339
5390
+ msgctxt "The \"Create or Find {post type name}\" label for custom linked post types that are *not* Venues or Organizers"
5391
+ msgid "Create or Find %s"
5392
  msgstr ""
5393
 
5394
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:169
5395
+ msgid "Create New %s"
5396
  msgstr ""
5397
 
5398
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:170
5399
+ msgid "%s:"
 
 
5400
  msgstr ""
5401
 
5402
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:263
5403
+ msgid "Add another %s"
5404
  msgstr ""
5405
 
5406
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:286
5407
+ msgid "Delete this"
5408
  msgstr ""
5409
 
5410
+ #: src/Tribe/Main.php:948
5411
+ msgid "month"
5412
  msgstr ""
5413
 
5414
+ #: src/Tribe/Main.php:949
5415
+ msgid "list"
5416
  msgstr ""
5417
 
5418
+ #: src/Tribe/Main.php:950
5419
+ msgid "upcoming"
 
 
 
5420
  msgstr ""
5421
 
5422
+ #: src/Tribe/Main.php:951
5423
+ msgid "past"
5424
  msgstr ""
5425
 
5426
+ #: src/Tribe/Main.php:952
5427
+ msgid "day"
5428
  msgstr ""
5429
 
5430
+ #: src/Tribe/Main.php:953
5431
+ msgid "today"
 
 
5432
  msgstr ""
5433
 
5434
+ #: src/Tribe/Main.php:954
5435
+ msgctxt "featured events slug"
5436
+ msgid "featured"
5437
  msgstr ""
5438
 
5439
+ #: src/Tribe/Main.php:955
5440
+ msgctxt "all events slug"
5441
+ msgid "all"
5442
  msgstr ""
5443
 
5444
+ #: src/Tribe/Main.php:979
5445
+ msgid "Initializing Tribe Events on %s"
5446
  msgstr ""
5447
 
5448
+ #: src/Tribe/Main.php:1051
5449
+ #: src/Tribe/Main.php:1053
5450
+ msgid "Welcome to The Events Calendar!"
5451
  msgstr ""
5452
 
5453
+ #: src/Tribe/Main.php:1202
5454
+ msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
5455
  msgstr ""
5456
 
5457
+ #: src/Tribe/Main.php:1205
5458
+ msgid "Ask the site administrator to edit the %s slug"
5459
  msgstr ""
5460
 
5461
+ #: src/Tribe/Main.php:1207
5462
+ msgid "Edit the %s slug"
5463
  msgstr ""
5464
 
5465
+ #: src/Tribe/Main.php:1211
5466
+ msgid " ask the site administrator to set a different Events URL slug."
5467
  msgstr ""
5468
 
5469
+ #: src/Tribe/Main.php:1215
5470
+ msgid "edit Events settings."
 
 
5471
  msgstr ""
5472
 
5473
+ #: src/Tribe/Main.php:1218
5474
+ msgid "%1$s or %2$s"
5475
  msgstr ""
5476
 
5477
+ #: src/Tribe/Main.php:1303
5478
+ msgid "New User Primer"
5479
  msgstr ""
5480
 
5481
+ #: src/Tribe/Main.php:1305
5482
+ msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
5483
  msgstr ""
5484
 
5485
+ #: src/Tribe/Main.php:1316
5486
+ msgid "Support for The Events Calendar"
5487
  msgstr ""
5488
 
5489
+ #: src/Tribe/Main.php:1322
5490
+ msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
5491
  msgstr ""
5492
 
5493
+ #: src/Tribe/Main.php:1326
5494
+ msgid "Settings overview"
5495
  msgstr ""
5496
 
5497
+ #: src/Tribe/Main.php:1330
5498
+ msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
 
5499
  msgstr ""
5500
 
5501
+ #: src/Tribe/Main.php:1334
5502
+ msgid "Features overview"
 
5503
  msgstr ""
5504
 
5505
+ #: src/Tribe/Main.php:1338
5506
+ msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
5507
  msgstr ""
5508
 
5509
+ #: src/Tribe/Main.php:1342
5510
+ msgid "Themer's Guide"
 
 
5511
  msgstr ""
5512
 
5513
+ #: src/Tribe/Main.php:1346
5514
+ msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
5515
  msgstr ""
5516
 
5517
+ #: src/Tribe/Main.php:1350
5518
+ msgid "Using stylesheets and page templates"
5519
  msgstr ""
5520
 
5521
+ #: src/Tribe/Main.php:1354
5522
+ msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
 
 
 
5523
  msgstr ""
5524
 
5525
+ #: src/Tribe/Main.php:1358
5526
+ msgid "Troubleshooting common problems"
 
 
5527
  msgstr ""
5528
 
5529
+ #: src/Tribe/Main.php:1362
5530
+ msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
 
 
5531
  msgstr ""
5532
 
5533
+ #: src/Tribe/Main.php:1366
5534
+ msgid "Customizing the Events plugins"
5535
  msgstr ""
5536
 
5537
+ #: src/Tribe/Main.php:1384
5538
+ msgid "Events Tickets"
5539
  msgstr ""
5540
 
5541
+ #: src/Tribe/Main.php:1385
5542
+ msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
5543
  msgstr ""
5544
 
5545
+ #: src/Tribe/Main.php:1387
5546
+ #: src/Tribe/Main.php:1395
5547
+ msgid "premium support on our website"
5548
  msgstr ""
5549
 
5550
+ #: src/Tribe/Main.php:1388
5551
+ msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
 
 
5552
  msgstr ""
5553
 
5554
+ #: src/Tribe/Main.php:1392
5555
+ msgid "open-source forum on WordPress.org"
 
5556
  msgstr ""
5557
 
5558
+ #: src/Tribe/Main.php:1393
5559
+ msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our %s. Our support staff monitors these forums once a week and would be happy to assist you there."
5560
  msgstr ""
5561
 
5562
+ #: src/Tribe/Main.php:1396
5563
+ msgid "Events Calendar PRO"
 
 
5564
  msgstr ""
5565
 
5566
+ #: src/Tribe/Main.php:1397
5567
+ msgid "<strong>Looking for more immediate support?</strong> We offer %1$s with the purchase of any of our premium plugins (like %2$s). Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays."
 
5568
  msgstr ""
5569
 
5570
+ #: src/Tribe/Main.php:1401
5571
+ msgid "post a thread"
5572
  msgstr ""
5573
 
5574
+ #: src/Tribe/Main.php:1402
5575
+ msgid "If you have a valid license for one of our paid plugins, you can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week)."
 
5576
  msgstr ""
5577
 
5578
+ #: src/Tribe/Main.php:1624
5579
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
 
 
 
 
 
 
 
5580
  msgstr ""
5581
 
5582
+ #: src/Tribe/Main.php:1627
5583
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
5584
  msgstr ""
5585
 
5586
+ #: src/Tribe/Main.php:1662
5587
+ msgid "To continue using The Events Calendar, please install the latest version of"
5588
  msgstr ""
5589
 
5590
+ #: src/Tribe/Main.php:1664
5591
+ #: src/Tribe/Main.php:1665
5592
+ msgid "Event Tickets"
5593
  msgstr ""
5594
 
5595
+ #: src/Tribe/Main.php:1691
5596
+ msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
 
 
 
 
5597
  msgstr ""
5598
 
5599
+ #: src/Tribe/Main.php:1928
5600
+ #: src/Tribe/Main.php:2401
5601
+ msgid "category"
 
 
 
5602
  msgstr ""
5603
 
5604
+ #: src/Tribe/Main.php:1942
5605
+ #: src/Tribe/Main.php:2400
5606
+ msgid "tag"
 
 
5607
  msgstr ""
5608
 
5609
+ #: src/Tribe/Main.php:1959
5610
+ #: src/Tribe/Organizer.php:91
5611
+ #: src/Tribe/Venue.php:127
5612
+ msgid "Add New"
5613
  msgstr ""
5614
 
5615
+ #: src/Tribe/Main.php:1961
5616
+ #: src/Tribe/Main.php:2168
5617
+ #: src/Tribe/Main.php:2169
5618
+ #: src/Tribe/Organizer.php:92
5619
+ #: src/Tribe/Venue.php:128
5620
+ msgid "Add New %s"
5621
  msgstr ""
5622
 
5623
+ #: src/Tribe/Main.php:1967
5624
+ #: src/Tribe/Organizer.php:94
5625
+ #: src/Tribe/Venue.php:130
5626
+ msgid "New %s"
 
 
5627
  msgstr ""
5628
 
5629
+ #: src/Tribe/Main.php:1970
5630
+ #: src/Tribe/Organizer.php:95
5631
+ #: src/Tribe/Venue.php:131
5632
+ msgid "View %s"
5633
  msgstr ""
5634
 
5635
+ #: src/Tribe/Main.php:1973
5636
+ #: src/Tribe/Organizer.php:96
5637
+ #: src/Tribe/Venue.php:132
5638
+ msgid "Search %s"
5639
  msgstr ""
5640
 
5641
+ #: src/Tribe/Main.php:1976
5642
+ #: src/Tribe/Organizer.php:97
5643
+ #: src/Tribe/Venue.php:133
5644
+ msgid "No %s found"
 
 
 
 
 
 
 
 
5645
  msgstr ""
5646
 
5647
+ #: src/Tribe/Main.php:1979
5648
+ #: src/Tribe/Organizer.php:98
5649
+ #: src/Tribe/Venue.php:134
5650
+ msgid "No %s found in Trash"
 
 
5651
  msgstr ""
5652
 
5653
+ #: src/Tribe/Main.php:1982
5654
+ #: src/Tribe/Main.php:2121
5655
+ #: src/Tribe/Main.php:2143
5656
+ #: src/Tribe/Organizer.php:99
5657
+ #: src/Tribe/Venue.php:135
5658
+ msgid "%s published."
5659
  msgstr ""
5660
 
5661
+ #: src/Tribe/Main.php:1985
5662
+ #: src/Tribe/Organizer.php:100
5663
+ #: src/Tribe/Venue.php:136
5664
+ msgid "%s published privately."
5665
  msgstr ""
5666
 
5667
+ #: src/Tribe/Main.php:1988
5668
+ #: src/Tribe/Organizer.php:101
5669
+ #: src/Tribe/Venue.php:137
5670
+ msgid "%s reverted to draft."
5671
  msgstr ""
5672
 
5673
+ #: src/Tribe/Main.php:1991
5674
+ #: src/Tribe/Organizer.php:102
5675
+ #: src/Tribe/Venue.php:138
5676
+ msgid "%s scheduled."
5677
  msgstr ""
5678
 
5679
+ #: src/Tribe/Main.php:1994
5680
+ #: src/Tribe/Main.php:2077
5681
+ #: src/Tribe/Main.php:2113
5682
+ #: src/Tribe/Main.php:2116
5683
+ #: src/Tribe/Main.php:2135
5684
+ #: src/Tribe/Main.php:2138
5685
+ #: src/Tribe/Organizer.php:103
5686
+ #: src/Tribe/Venue.php:139
5687
+ msgid "%s updated."
5688
  msgstr ""
5689
 
5690
+ #. Translators: %s: Event singular.
5691
+ #. Translators: %s: Organizer singular.
5692
+ #. Translators: %s: Venue singular.
5693
+ #: src/Tribe/Main.php:1998
5694
+ #: src/Tribe/Organizer.php:106
5695
+ #: src/Tribe/Venue.php:142
5696
+ msgid "%s Link"
5697
  msgstr ""
5698
 
5699
+ #. Translators: %s: Event singular.
5700
+ #. Translators: %s: Organizer singular.
5701
+ #. Translators: %s: Venue singular.
5702
+ #: src/Tribe/Main.php:2002
5703
+ #: src/Tribe/Organizer.php:110
5704
+ #: src/Tribe/Venue.php:146
5705
+ msgid "A link to a particular %s."
5706
  msgstr ""
5707
 
5708
+ #: src/Tribe/Main.php:2019
5709
+ msgid "%s Category"
 
 
5710
  msgstr ""
5711
 
5712
+ #: src/Tribe/Main.php:2022
5713
+ msgid "Search %s Categories"
5714
  msgstr ""
5715
 
5716
+ #: src/Tribe/Main.php:2025
5717
+ msgid "All %s Categories"
 
 
 
 
5718
  msgstr ""
5719
 
5720
+ #: src/Tribe/Main.php:2028
5721
+ msgid "Parent %s Category"
 
 
 
5722
  msgstr ""
5723
 
5724
+ #: src/Tribe/Main.php:2031
5725
+ msgid "Parent %s Category:"
5726
  msgstr ""
5727
 
5728
+ #: src/Tribe/Main.php:2034
5729
+ msgid "Edit %s Category"
5730
  msgstr ""
5731
 
5732
+ #: src/Tribe/Main.php:2037
5733
+ msgid "Update %s Category"
5734
  msgstr ""
5735
 
5736
+ #: src/Tribe/Main.php:2040
5737
+ msgid "Add New %s Category"
 
5738
  msgstr ""
5739
 
5740
+ #: src/Tribe/Main.php:2043
5741
+ msgid "New %s Category Name"
 
 
 
5742
  msgstr ""
5743
 
5744
+ #. Translators: %s: Event singular.
5745
+ #: src/Tribe/Main.php:2047
5746
+ msgid "%s Category Link"
 
5747
  msgstr ""
5748
 
5749
+ #. Translators: %s: Event singular.
5750
+ #: src/Tribe/Main.php:2051
5751
+ msgid "A link to a particular %s category."
 
 
 
5752
  msgstr ""
5753
 
5754
+ #: src/Tribe/Main.php:2070
5755
+ msgid "%1$s updated. %2$sView %1$s%3$s"
5756
  msgstr ""
5757
 
5758
+ #: src/Tribe/Main.php:2075
5759
+ #: src/Tribe/Main.php:2114
5760
+ #: src/Tribe/Main.php:2136
5761
+ msgid "Custom field updated."
5762
  msgstr ""
5763
 
5764
+ #: src/Tribe/Main.php:2076
5765
+ #: src/Tribe/Main.php:2115
5766
+ #: src/Tribe/Main.php:2137
5767
+ msgid "Custom field deleted."
5768
  msgstr ""
5769
 
5770
+ #: src/Tribe/Main.php:2080
5771
+ #: src/Tribe/Main.php:2119
5772
+ msgid "%1$s restored to revision from %2$s"
 
5773
  msgstr ""
5774
 
5775
+ #: src/Tribe/Main.php:2083
5776
+ msgid "%1$s published. %2$sView %3$s"
5777
  msgstr ""
5778
 
5779
+ #: src/Tribe/Main.php:2088
5780
+ #: src/Tribe/Main.php:2122
5781
+ #: src/Tribe/Main.php:2144
5782
+ msgid "%s saved."
5783
  msgstr ""
5784
 
5785
+ #: src/Tribe/Main.php:2090
5786
+ msgid "%1$s submitted. %2$sPreview %3$s"
 
 
 
5787
  msgstr ""
5788
 
5789
+ #: src/Tribe/Main.php:2096
5790
+ msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
 
5791
  msgstr ""
5792
 
5793
+ #. translators: Publish box date format, see http://php.net/date
5794
+ #: src/Tribe/Main.php:2099
5795
+ #: src/Tribe/Main.php:2128
5796
+ #: src/Tribe/Main.php:2150
5797
+ msgid "M j, Y @ G:i"
5798
  msgstr ""
5799
 
5800
+ #: src/Tribe/Main.php:2104
5801
+ msgid "%1$s draft updated. %2$sPreview %3$s"
5802
  msgstr ""
5803
 
5804
+ #: src/Tribe/Main.php:2123
5805
+ #: src/Tribe/Main.php:2145
5806
+ msgid "%s submitted."
5807
  msgstr ""
5808
 
5809
+ #: src/Tribe/Main.php:2125
5810
+ #: src/Tribe/Main.php:2147
5811
+ msgid "%1$s scheduled for: %2$s."
5812
  msgstr ""
5813
 
5814
+ #: src/Tribe/Main.php:2130
5815
+ #: src/Tribe/Main.php:2153
5816
+ msgid "%s draft updated."
 
5817
  msgstr ""
5818
 
5819
+ #: src/Tribe/Main.php:2141
5820
+ msgid "%s restored to revision from %s"
5821
  msgstr ""
5822
 
5823
+ #: src/Tribe/Main.php:2202
5824
+ msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
5825
  msgstr ""
5826
 
5827
+ #: src/Tribe/Main.php:2402
5828
+ msgid "page"
5829
  msgstr ""
5830
 
5831
+ #: src/Tribe/Main.php:2405
5832
+ msgid "all"
5833
  msgstr ""
5834
 
5835
+ #: src/Tribe/Main.php:3232
5836
+ msgid "%s Options"
 
5837
  msgstr ""
5838
 
5839
+ #: src/Tribe/Main.php:3404
5840
+ msgid "Support"
 
5841
  msgstr ""
5842
 
5843
+ #: src/Tribe/Main.php:3407
5844
+ msgid "View All Add-Ons"
 
 
5845
  msgstr ""
5846
 
5847
+ #: src/Tribe/Main.php:3429
5848
+ msgid "News from The Events Calendar"
5849
  msgstr ""
5850
 
5851
+ #: src/Tribe/Main.php:3456
5852
+ msgid "Additional Functionality"
 
5853
  msgstr ""
5854
 
5855
+ #: src/Tribe/Main.php:3461
5856
+ msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
 
 
5857
  msgstr ""
5858
 
5859
+ #: src/Tribe/Main.php:3462
5860
+ msgid "Check out the %savailable add-ons%s."
5861
  msgstr ""
5862
 
5863
+ #: src/Tribe/Main.php:3563
5864
+ msgid "Calendar"
5865
  msgstr ""
5866
 
5867
+ #: src/Tribe/Main.php:3600
5868
+ msgid "Once Every 30 Mins"
5869
  msgstr ""
5870
 
5871
+ #: src/Tribe/Options_Exception.php:19
5872
+ #: src/Tribe/Post_Exception.php:22
5873
+ msgid "Error"
 
 
5874
  msgstr ""
5875
 
5876
+ #: src/Tribe/Organizer.php:206
5877
+ msgid "organizer"
5878
  msgstr ""
5879
 
5880
+ #: src/Tribe/Organizer.php:220
5881
+ msgid "organizers"
 
 
5882
  msgstr ""
5883
 
5884
+ #: src/Tribe/Organizer.php:401
5885
+ msgid "Unnamed %s"
5886
  msgstr ""
5887
 
5888
+ #: src/Tribe/Organizer.php:730
5889
+ #: src/Tribe/Venue.php:284
5890
+ msgid "%s Information"
5891
  msgstr ""
5892
 
5893
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:24
5894
+ msgid "The event WordPress post ID"
5895
  msgstr ""
5896
 
5897
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:28
5898
+ msgid "The event ID used to globally identify in Event Aggregator"
5899
  msgstr ""
5900
 
5901
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:33
5902
+ msgid "An Array containing the lineage of where this event comes from, this should not change after the event is created."
5903
  msgstr ""
5904
 
5905
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:37
5906
+ msgid "The event author WordPress post ID"
 
5907
  msgstr ""
5908
 
5909
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:41
5910
+ msgid "The event creation date in the site time zone"
 
 
 
 
 
 
5911
  msgstr ""
5912
 
5913
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:45
5914
+ msgid "The event creation date in UTC time"
5915
  msgstr ""
5916
 
5917
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:49
5918
+ msgid "The event last modification date in the site time zone"
5919
  msgstr ""
5920
 
5921
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:53
5922
+ msgid "The event last modification date in UTC time"
5923
  msgstr ""
5924
 
5925
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:57
5926
+ msgid "The event status"
5927
  msgstr ""
5928
 
5929
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:61
5930
+ msgid "The URL to the event page"
 
 
 
 
 
 
 
5931
  msgstr ""
5932
 
5933
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:65
5934
+ msgid "The TEC REST API link to fetch this event"
5935
  msgstr ""
5936
 
5937
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:69
5938
+ msgid "The event name"
 
 
 
 
 
 
 
5939
  msgstr ""
5940
 
5941
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:73
5942
+ msgid "The event long description"
5943
  msgstr ""
5944
 
5945
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:77
5946
+ msgid "The event short description"
5947
  msgstr ""
5948
 
5949
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:81
5950
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:259
5951
+ msgid "The event slug"
5952
  msgstr ""
5953
 
5954
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:85
5955
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:81
5956
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:81
5957
+ msgid "The event featured image details if set"
5958
  msgstr ""
5959
 
5960
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:90
5961
+ msgid "Whether or not this event is an all day Event"
 
5962
  msgstr ""
5963
 
5964
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:94
5965
+ msgid "The event start date in the event or site time zone"
5966
  msgstr ""
5967
 
5968
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:98
5969
+ msgid "An array of each component of the event start date"
5970
  msgstr ""
5971
 
5972
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:103
5973
+ msgid "The event end date in the event or site time zone"
5974
  msgstr ""
5975
 
5976
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:107
5977
+ msgid "An array of each component of the event end date"
5978
  msgstr ""
5979
 
5980
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:112
5981
+ msgid "The event start date in UTC time"
 
 
 
 
 
 
5982
  msgstr ""
5983
 
5984
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:116
5985
+ msgid "An array of each component of the event start date in UTC time"
 
 
 
 
 
 
5986
  msgstr ""
5987
 
5988
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:121
5989
+ msgid "The event end date in UTC time"
5990
  msgstr ""
5991
 
5992
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:125
5993
+ msgid "An array of each component of the event end date in UTC time"
 
 
 
5994
  msgstr ""
5995
 
5996
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:130
5997
+ msgid "The event time zone string"
 
5998
  msgstr ""
5999
 
6000
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:134
6001
+ msgid "The abbreviated event time zone string"
 
 
 
6002
  msgstr ""
6003
 
6004
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:138
6005
+ msgid "The event cost including the currency symbol"
6006
  msgstr ""
6007
 
6008
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:142
6009
+ msgid "The event cost details"
 
 
 
6010
  msgstr ""
6011
 
6012
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:147
6013
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:314
6014
+ msgid "The event website URL"
6015
  msgstr ""
6016
 
6017
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:151
6018
+ msgid "Whether the map should be shown for the event or not"
 
 
 
6019
  msgstr ""
6020
 
6021
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:155
6022
+ msgid "Whether the map link should be shown for the event or not"
6023
  msgstr ""
6024
 
6025
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:159
6026
+ msgid "Whether an event should be hidden from the calendar view or not"
6027
  msgstr ""
6028
 
6029
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:163
6030
+ msgid "Whether an event is sticky in the calendar view or not"
6031
  msgstr ""
6032
 
6033
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:167
6034
+ msgid "Whether the event is featured in the calendar or not"
6035
  msgstr ""
6036
 
6037
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:171
6038
+ msgid "The event categories"
6039
  msgstr ""
6040
 
6041
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:176
6042
+ msgid "The event tags"
6043
  msgstr ""
6044
 
6045
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:181
6046
+ msgid "The event venue"
6047
  msgstr ""
6048
 
6049
+ #: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:186
6050
+ msgid "The event organizers"
6051
  msgstr ""
6052
 
6053
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:24
6054
+ msgid "The organizer WordPress post ID"
6055
  msgstr ""
6056
 
6057
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:28
6058
+ msgid "The organizer ID used to globally identify in Event Aggregator"
6059
  msgstr ""
6060
 
6061
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:33
6062
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:33
6063
+ msgid "An Array containing the lineage of where this organizer comes from, this should not change after the organizer is created."
6064
  msgstr ""
6065
 
6066
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:37
6067
+ msgid "The organizer author WordPress post ID"
 
 
6068
  msgstr ""
6069
 
6070
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:41
6071
+ msgid "The organizer creation date in the site time zone"
6072
  msgstr ""
6073
 
6074
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:45
6075
+ msgid "The organizer creation date in UTC time"
6076
  msgstr ""
6077
 
6078
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:49
6079
+ msgid "The organizer last modification date in the site time zone"
6080
  msgstr ""
6081
 
6082
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:53
6083
+ msgid "The organizer last modification date in UTC time"
6084
  msgstr ""
6085
 
6086
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:57
6087
+ msgid "The organizer status"
6088
  msgstr ""
6089
 
6090
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:61
6091
+ msgid "The URL to the organizer page"
 
 
 
 
6092
  msgstr ""
6093
 
6094
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:65
6095
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:259
6096
+ msgid "The organizer name"
6097
  msgstr ""
6098
 
6099
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:69
6100
+ msgid "The organizer long description"
 
 
6101
  msgstr ""
6102
 
6103
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:73
6104
+ msgid "The organizer short description"
 
 
6105
  msgstr ""
6106
 
6107
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:77
6108
+ msgid "The organizer slug"
6109
  msgstr ""
6110
 
6111
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:86
6112
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:281
6113
+ msgid "The organizer phone number"
6114
  msgstr ""
6115
 
6116
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:90
6117
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:288
6118
+ msgid "The organizer website"
6119
  msgstr ""
6120
 
6121
+ #: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:94
6122
+ msgid "The organizer email address"
6123
  msgstr ""
6124
 
6125
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:24
6126
+ msgid "The venue WordPress post ID"
6127
  msgstr ""
6128
 
6129
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:28
6130
+ msgid "The venue ID used to globally identify in Event Aggregator"
6131
  msgstr ""
6132
 
6133
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:37
6134
+ msgid "The venue author WordPress post ID"
 
 
 
 
6135
  msgstr ""
6136
 
6137
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:41
6138
+ msgid "The venue creation date in the site time zone"
6139
  msgstr ""
6140
 
6141
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:45
6142
+ msgid "The venue creation date in UTC time"
 
 
6143
  msgstr ""
6144
 
6145
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:49
6146
+ msgid "The venue last modification date in the site time zone"
6147
  msgstr ""
6148
 
6149
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:53
6150
+ msgid "The venue last modification date in UTC time"
6151
  msgstr ""
6152
 
6153
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:57
6154
+ msgid "The venue status"
6155
  msgstr ""
6156
 
6157
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:61
6158
+ msgid "The URL to the venue page"
6159
  msgstr ""
6160
 
6161
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:65
6162
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:263
6163
+ msgid "The venue name"
6164
  msgstr ""
6165
 
6166
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:69
6167
+ msgid "The venue long description"
6168
  msgstr ""
6169
 
6170
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:73
6171
+ msgid "The venue short description"
6172
  msgstr ""
6173
 
6174
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:77
6175
+ msgid "The venue slug"
6176
  msgstr ""
6177
 
6178
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:86
6179
+ msgid "Whether the map should be shown for the venue or not"
 
 
6180
  msgstr ""
6181
 
6182
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:90
6183
+ msgid "Whether the map link should be shown for the venue or not"
 
 
6184
  msgstr ""
6185
 
6186
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:94
6187
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:296
6188
+ msgid "The venue address"
6189
+ msgstr ""
 
6190
 
6191
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:98
6192
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:303
6193
+ msgid "The venue city"
6194
  msgstr ""
6195
 
6196
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:102
6197
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:310
6198
+ msgid "The venue country"
6199
  msgstr ""
6200
 
6201
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:106
6202
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:317
6203
+ msgid "The venue province"
 
6204
  msgstr ""
6205
 
6206
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:110
6207
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:324
6208
+ msgid "The venue state"
6209
  msgstr ""
6210
 
6211
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:114
6212
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:331
6213
+ msgid "The venue ZIP code"
6214
  msgstr ""
6215
 
6216
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:118
6217
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:338
6218
+ msgid "The venue phone number"
6219
  msgstr ""
6220
 
6221
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:122
6222
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:352
6223
+ msgid "The venue website URL"
6224
  msgstr ""
6225
 
6226
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:126
6227
+ msgid "The venue state or province"
6228
  msgstr ""
6229
 
6230
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:131
6231
+ msgid "The venue geo latitude"
6232
  msgstr ""
6233
 
6234
+ #: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:136
6235
+ msgid "The venue geo longitude"
6236
  msgstr ""
6237
 
6238
+ #: src/Tribe/REST/V1/EA_Messages.php:10
6239
+ msgid "Event Aggregator cannot import events from this site."
6240
  msgstr ""
6241
 
6242
+ #: src/Tribe/REST/V1/EA_Messages.php:11
6243
+ msgid "Event Aggregator cannot import events because this site is running an outdated version of The Events Calendar."
6244
  msgstr ""
6245
 
6246
+ #: src/Tribe/REST/V1/EA_Messages.php:12
6247
+ msgid "The Events Calendar is API is not providing the site origin correctly."
6248
  msgstr ""
6249
 
6250
+ #: src/Tribe/REST/V1/EA_Messages.php:13
6251
+ msgid "Events could not be imported. Event Aggregator does not yet support events from that URL. We have noted your request and will review it for support in the future."
 
6252
  msgstr ""
6253
 
6254
+ #: src/Tribe/REST/V1/EA_Messages.php:14
6255
+ msgid "Events could not be imported. The Events Calendar REST API is disabled on the requested URL."
6256
  msgstr ""
6257
 
6258
+ #: src/Tribe/REST/V1/EA_Messages.php:15
6259
+ msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but returned malformed data."
 
6260
  msgstr ""
6261
 
6262
+ #: src/Tribe/REST/V1/EA_Messages.php:16
6263
+ msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but there was an error while fetching the archive control data."
6264
  msgstr ""
6265
 
6266
+ #: src/Tribe/REST/V1/EA_Messages.php:17
6267
+ msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but there was an error while fetching the total number of events."
 
6268
  msgstr ""
6269
 
6270
+ #: src/Tribe/REST/V1/EA_Messages.php:18
6271
+ msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but returned malformed data in regard to the total number of events."
6272
  msgstr ""
6273
 
6274
+ #: src/Tribe/REST/V1/EA_Messages.php:19
6275
+ msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but there was an error while fetching an archive page."
6276
  msgstr ""
6277
 
6278
+ #: src/Tribe/REST/V1/EA_Messages.php:20
6279
+ msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but returned an empty archive page."
6280
  msgstr ""
6281
 
6282
+ #: src/Tribe/REST/V1/EA_Messages.php:21
6283
+ msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but there was an error while fetching the event data."
6284
  msgstr ""
6285
 
6286
+ #: src/Tribe/REST/V1/EA_Messages.php:22
6287
+ msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but returned empty event data."
6288
  msgstr ""
6289
 
6290
+ #: src/Tribe/REST/V1/EA_Messages.php:23
6291
+ msgid "The requested URL does not have any upcoming and published events matching the search criteria."
6292
  msgstr ""
6293
 
6294
+ #: src/Tribe/REST/V1/EA_Messages.php:59
6295
+ msgid "Try to adjust your import settings and try again."
6296
  msgstr ""
6297
 
6298
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:28
6299
+ msgid "Returns all the event categories matching the search criteria"
6300
  msgstr ""
6301
 
6302
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:40
6303
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:473
6304
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:68
6305
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:57
6306
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:65
6307
+ msgid "One or more of the specified query variables has a bad format"
6308
  msgstr ""
6309
 
6310
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:43
6311
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:476
6312
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:71
6313
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:68
6314
+ msgid "The requested page was not found."
6315
  msgstr ""
6316
 
6317
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:97
6318
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:497
6319
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:208
6320
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:114
6321
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:207
6322
+ msgid "The archive page to return"
6323
  msgstr ""
6324
 
6325
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:105
6326
+ msgid "The number of event categories to return on each page"
 
 
6327
  msgstr ""
6328
 
6329
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:111
6330
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:128
6331
+ msgid "Limit results to those matching a string"
 
 
6332
  msgstr ""
6333
 
6334
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:117
6335
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:134
6336
+ msgid "Ensure result set exclude specific IDs"
6337
  msgstr ""
6338
 
6339
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:124
6340
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:141
6341
+ msgid "Limit result set to specific IDs"
 
6342
  msgstr ""
6343
 
6344
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:131
6345
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:148
6346
+ msgid "Order sort attribute ascending or descending"
6347
  msgstr ""
6348
 
6349
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:137
6350
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:154
6351
+ msgid "Sort collection by term attribute"
 
 
6352
  msgstr ""
6353
 
6354
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:142
6355
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:159
6356
+ msgid "Whether to hide terms not assigned to any posts"
6357
  msgstr ""
6358
 
6359
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:149
6360
+ msgid "Limit result set to terms assigned to a specific parent"
 
6361
  msgstr ""
6362
 
6363
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:155
6364
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:166
6365
+ msgid "Limit result set to terms assigned to a specific post"
6366
  msgstr ""
6367
 
6368
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:161
6369
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:172
6370
+ msgid "Limit result set to terms assigned to a specific event (an alias of the \"post\" parameter)"
6371
  msgstr ""
6372
 
6373
+ #: src/Tribe/REST/V1/Endpoints/Archive_Category.php:168
6374
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:179
6375
+ msgid "Limit result set to terms with a specific slug"
 
6376
  msgstr ""
6377
 
6378
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:461
6379
+ msgid "Returns all the upcoming events matching the search criteria"
6380
  msgstr ""
6381
 
6382
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:505
6383
+ msgid "The number of events to return on each page"
6384
  msgstr ""
6385
 
6386
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:512
6387
+ msgid "Events that start on the specified date"
 
 
6388
  msgstr ""
6389
 
6390
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:519
6391
+ msgid "Events that end on the specified date"
 
 
 
6392
  msgstr ""
6393
 
6394
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:525
6395
+ msgid "Events that start before the specified date"
6396
  msgstr ""
6397
 
6398
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:531
6399
+ msgid "Events that start after the specified date"
 
 
 
 
 
6400
  msgstr ""
6401
 
6402
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:537
6403
+ msgid "Events that end before the specified date"
 
 
 
 
 
 
 
 
6404
  msgstr ""
6405
 
6406
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:543
6407
+ msgid "Events that end after the specified date"
 
 
 
6408
  msgstr ""
6409
 
6410
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:550
6411
+ msgid "Dates set using the start_date/end_date, starts_*/ends_* are set to start at the specified times. The default behavior is to include the entire days."
 
 
 
6412
  msgstr ""
6413
 
6414
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:556
6415
+ msgid "Events should contain the specified string in the title or description"
 
6416
  msgstr ""
6417
 
6418
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:562
6419
+ msgid "Events should be assigned one of the specified categories slugs or IDs"
 
6420
  msgstr ""
6421
 
6422
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:570
6423
+ msgid "Events should be assigned one of the specified tags slugs or IDs"
 
6424
  msgstr ""
6425
 
6426
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:578
6427
+ msgid "Events should be assigned one of the specified venue IDs"
 
6428
  msgstr ""
6429
 
6430
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:586
6431
+ msgid "Events should be assigned one of the specified organizer IDs"
 
6432
  msgstr ""
6433
 
6434
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:594
6435
+ msgid "Events should be filtered by their featured status"
 
6436
  msgstr ""
6437
 
6438
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:601
6439
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:271
6440
+ msgid "The event post status"
6441
  msgstr ""
6442
 
6443
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:606
6444
+ msgid "Requires Events Calendar Pro. Events should be filtered by whether their venue has geolocation data"
6445
  msgstr ""
6446
 
6447
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:612
6448
+ msgid "Requires Events Calendar Pro. Events should be filtered by their venue latitude location, must also provide geoloc_lng"
6449
  msgstr ""
6450
 
6451
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:618
6452
+ msgid "Requires Events Calendar Pro. Events should be filtered by their venue longitude location, must also provide geoloc_lat"
 
6453
  msgstr ""
6454
 
6455
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:622
6456
+ msgid "Include events with one of the post IDs specified in the array of CSV list, date filters will be ignored."
6457
  msgstr ""
6458
 
6459
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:632
6460
+ msgid "Events should be filtered by their post_parent being the specified one."
 
6461
  msgstr ""
6462
 
6463
+ #: src/Tribe/REST/V1/Endpoints/Archive_Event.php:638
6464
+ msgid "Filter events with or without tickets."
6465
  msgstr ""
6466
 
6467
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:56
6468
+ msgid "Returns all the organizers matching the search criteria"
6469
  msgstr ""
6470
 
6471
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:216
6472
+ msgid "The number of organizers to return on each page"
6473
  msgstr ""
6474
 
6475
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:222
6476
+ msgid "Organizers should contain the specified string in the title, description or custom fields"
 
 
6477
  msgstr ""
6478
 
6479
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:228
6480
+ msgid "Organizers should be related to this event"
 
 
6481
  msgstr ""
6482
 
6483
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:233
6484
+ msgid "Organizers should have events associated to them"
6485
  msgstr ""
6486
 
6487
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:238
6488
+ msgid "Organizers should have upcoming events associated to them"
 
 
 
6489
  msgstr ""
6490
 
6491
+ #: src/Tribe/REST/V1/Endpoints/Archive_Organizer.php:247
6492
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:246
6493
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:273
6494
+ msgid "The organizer post status"
6495
  msgstr ""
6496
 
6497
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:45
6498
+ msgid "Returns all the event tags matching the search criteria"
 
6499
  msgstr ""
6500
 
6501
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:60
6502
+ msgid "No event tags match the query or the requested page was not found."
 
6503
  msgstr ""
6504
 
6505
+ #: src/Tribe/REST/V1/Endpoints/Archive_Tag.php:122
6506
+ msgid "The number of event tags to return on each page"
6507
  msgstr ""
6508
 
6509
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:53
6510
+ msgid "Returns all the venues matching the search criteria"
6511
  msgstr ""
6512
 
6513
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:215
6514
+ msgid "The number of venues to return on each page"
6515
  msgstr ""
6516
 
6517
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:221
6518
+ msgid "Venues should contain the specified string in the title, description or custom fields"
6519
  msgstr ""
6520
 
6521
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:227
6522
+ msgid "Venues should be related to this event"
 
6523
  msgstr ""
6524
 
6525
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:232
6526
+ msgid "Venues should have events associated to them"
 
6527
  msgstr ""
6528
 
6529
+ #: src/Tribe/REST/V1/Endpoints/Archive_Venue.php:237
6530
+ msgid "Venues should have upcoming events associated to them"
6531
  msgstr ""
6532
 
6533
+ #: src/Tribe/REST/V1/Endpoints/Base.php:38
6534
+ #: src/Tribe/REST/V1/Endpoints/Base.php:87
6535
+ msgid "No description provided"
 
6536
  msgstr ""
6537
 
6538
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:25
6539
+ msgid "The event category name"
6540
  msgstr ""
6541
 
6542
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:31
6543
+ msgid "The event category description"
6544
  msgstr ""
6545
 
6546
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:37
6547
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:43
6548
+ msgid "The event category slug"
6549
  msgstr ""
6550
 
6551
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:71
6552
+ msgid "Returns the data of the event category with the specified term ID"
 
 
6553
  msgstr ""
6554
 
6555
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:81
6556
+ msgid "The event category term ID is missing."
6557
  msgstr ""
6558
 
6559
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:84
6560
+ msgid "An event category with the specified term ID does not exist."
6561
  msgstr ""
6562
 
6563
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:93
6564
+ msgid "Returns the data of the updated event category"
 
6565
  msgstr ""
6566
 
6567
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:103
6568
+ msgid "Returns the data of the created event category"
 
6569
  msgstr ""
6570
 
6571
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:113
6572
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:162
6573
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:165
6574
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:107
6575
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:161
6576
+ msgid "A required parameter is missing or an input parameter is in the wrong format"
6577
  msgstr ""
6578
 
6579
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:116
6580
+ msgid "The user is not authorized to create event categories"
 
6581
  msgstr ""
6582
 
6583
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:124
6584
+ msgid "Deletes an event category and returns its data"
 
6585
  msgstr ""
6586
 
6587
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:134
6588
+ msgid "The event category term ID is missing or does not exist."
 
6589
  msgstr ""
6590
 
6591
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:137
6592
+ msgid "The current user cannot delete the event category with the specified term ID."
 
6593
  msgstr ""
6594
 
6595
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:140
6596
+ msgid "The event category with the specified term ID has been deleted already."
 
6597
  msgstr ""
6598
 
6599
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:143
6600
+ msgid "The event category with the specified term ID could not be deleted."
 
6601
  msgstr ""
6602
 
6603
+ #: src/Tribe/REST/V1/Endpoints/Single_Category.php:163
6604
+ msgid "the event category term ID"
 
6605
  msgstr ""
6606
 
6607
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:117
6608
+ msgid "Returns the data of the event with the specified post ID"
 
6609
  msgstr ""
6610
 
6611
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:127
6612
+ msgid "The event post ID is missing."
6613
  msgstr ""
6614
 
6615
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:130
6616
+ msgid "The event with the specified ID is not accessible."
 
 
 
6617
  msgstr ""
6618
 
6619
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:133
6620
+ msgid "An event with the specified ID does not exist."
 
 
6621
  msgstr ""
6622
 
6623
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:142
6624
+ msgid "Returns the data of the updated event"
6625
  msgstr ""
6626
 
6627
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:152
6628
+ msgid "Returns the data of the created event"
6629
  msgstr ""
6630
 
6631
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:165
6632
+ msgid "The user is not authorized to create events"
 
 
6633
  msgstr ""
6634
 
6635
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:173
6636
+ msgid "Deletes an event and returns its data"
 
 
6637
  msgstr ""
6638
 
6639
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:183
6640
+ msgid "The event post ID is missing or does not exist."
6641
  msgstr ""
6642
 
6643
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:186
6644
+ msgid "The current user cannot delete the event with the specified ID."
 
 
6645
  msgstr ""
6646
 
6647
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:189
6648
+ msgid "The event with the specified ID has been deleted already."
6649
  msgstr ""
6650
 
6651
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:192
6652
+ msgid "The event with the specified ID could not be deleted."
6653
  msgstr ""
6654
 
6655
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:209
6656
+ msgid "the event post ID"
 
 
 
 
 
6657
  msgstr ""
6658
 
6659
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:229
6660
+ msgid "The event author ID"
6661
  msgstr ""
6662
 
6663
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:235
6664
+ msgid "The event publication date"
 
 
6665
  msgstr ""
6666
 
6667
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:241
6668
+ msgid "The event publication date (UTC time zone)"
 
 
6669
  msgstr ""
6670
 
6671
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:247
6672
+ msgid "The event title"
6673
  msgstr ""
6674
 
6675
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:253
6676
+ msgid "The event description"
6677
  msgstr ""
6678
 
6679
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:265
6680
+ msgid "The event excerpt"
6681
  msgstr ""
6682
 
6683
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:278
6684
+ msgid "The event time zone"
 
 
6685
  msgstr ""
6686
 
6687
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:284
6688
+ msgid "Whether the event lasts the whole day or not"
 
 
 
6689
  msgstr ""
6690
 
6691
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:290
6692
+ msgid "The event start date and time"
6693
  msgstr ""
6694
 
6695
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:296
6696
+ msgid "The event end date and time"
 
 
 
 
6697
  msgstr ""
6698
 
6699
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:302
6700
+ msgid "The event featured image ID or URL"
 
 
6701
  msgstr ""
6702
 
6703
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:307
6704
+ msgid "The event cost"
6705
  msgstr ""
6706
 
6707
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:320
6708
+ msgid "Whether the event should show a map or not"
 
 
 
 
6709
  msgstr ""
6710
 
6711
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:325
6712
+ msgid "Whether the event should show a map link or not"
6713
  msgstr ""
6714
 
6715
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:330
6716
+ msgid "Whether events should be hidden in the calendar view or not"
 
 
 
 
6717
  msgstr ""
6718
 
6719
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:335
6720
+ msgid "Whether the event should be sticky in the calendar view or not"
6721
  msgstr ""
6722
 
6723
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:340
6724
+ msgid "Whether the event should be featured on the site or not"
 
 
6725
  msgstr ""
6726
 
6727
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:348
6728
+ msgid "The event category ID or name"
 
 
 
 
 
 
6729
  msgstr ""
6730
 
6731
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:355
6732
+ msgid "The event tag ID or name"
6733
  msgstr ""
6734
 
6735
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:364
6736
+ msgid "The event venue ID or data"
 
 
6737
  msgstr ""
6738
 
6739
+ #: src/Tribe/REST/V1/Endpoints/Single_Event.php:372
6740
+ msgid "The event organizer IDs or data"
 
 
 
6741
  msgstr ""
6742
 
6743
+ #: src/Tribe/REST/V1/Endpoints/Single_Event_Slug.php:36
6744
+ msgid "the event post name"
6745
  msgstr ""
6746
 
6747
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:130
6748
+ msgid "Returns the data of the organizer with the specified post ID"
6749
  msgstr ""
6750
 
6751
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:140
6752
+ msgid "The organizer post ID is missing."
6753
  msgstr ""
6754
 
6755
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:143
6756
+ msgid "The organizer with the specified ID is not accessible."
6757
  msgstr ""
6758
 
6759
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:146
6760
+ msgid "An organizer with the specified event does not exist."
 
6761
  msgstr ""
6762
 
6763
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:155
6764
+ msgid "Returns the data of the created organizer"
 
 
6765
  msgstr ""
6766
 
6767
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:168
6768
+ msgid "The user is not authorized to create organizers"
6769
  msgstr ""
6770
 
6771
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:176
6772
+ msgid "Deletes an organizer and returns its data"
6773
  msgstr ""
6774
 
6775
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:215
6776
+ msgid "the organizer post ID"
6777
  msgstr ""
6778
 
6779
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:238
6780
+ msgid "The organizer author ID"
6781
  msgstr ""
6782
 
6783
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:245
6784
+ msgid "The organizer publication date"
 
 
6785
  msgstr ""
6786
 
6787
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:252
6788
+ msgid "The organizer publication date (UTC time zone)"
 
6789
  msgstr ""
6790
 
6791
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:266
6792
+ msgid "The organizer description"
 
 
 
6793
  msgstr ""
6794
 
6795
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:295
6796
+ msgid "The organizer e-mail address"
 
6797
  msgstr ""
6798
 
6799
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:302
6800
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:359
6801
+ msgid "The organizer featured image ID or URL"
6802
  msgstr ""
6803
 
6804
+ #: src/Tribe/REST/V1/Endpoints/Single_Organizer_Slug.php:36
6805
+ msgid "the organizer post name"
 
6806
  msgstr ""
6807
 
6808
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:25
6809
+ msgid "The event tag name"
 
 
 
6810
  msgstr ""
6811
 
6812
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:31
6813
+ msgid "The event tag description"
 
6814
  msgstr ""
6815
 
6816
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:37
6817
+ msgid "The event tag slug"
 
6818
  msgstr ""
6819
 
6820
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:65
6821
+ msgid "Returns the data of the event tag with the specified term ID"
 
6822
  msgstr ""
6823
 
6824
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:75
6825
+ msgid "The event tag term ID is missing."
 
6826
  msgstr ""
6827
 
6828
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:78
6829
+ msgid "An event tag with the specified term ID does not exist."
 
6830
  msgstr ""
6831
 
6832
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:87
6833
+ msgid "Returns the data of the updated event tag"
6834
  msgstr ""
6835
 
6836
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:97
6837
+ msgid "Returns the data of the created event tag"
 
 
 
6838
  msgstr ""
6839
 
6840
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:110
6841
+ msgid "The user is not authorized to create event tags"
 
 
 
 
 
6842
  msgstr ""
6843
 
6844
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:118
6845
+ msgid "Deletes an event tag and returns its data"
6846
  msgstr ""
6847
 
6848
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:128
6849
+ msgid "The event tag term ID is missing or does not exist."
 
 
6850
  msgstr ""
6851
 
6852
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:131
6853
+ msgid "The current user cannot delete the event tag with the specified term ID."
6854
  msgstr ""
6855
 
6856
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:134
6857
+ msgid "The event tag with the specified term ID has been deleted already."
 
 
6858
  msgstr ""
6859
 
6860
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:137
6861
+ msgid "The event tag with the specified term ID could not be deleted."
6862
  msgstr ""
6863
 
6864
+ #: src/Tribe/REST/V1/Endpoints/Single_Tag.php:157
6865
+ msgid "the event tag term ID"
 
 
6866
  msgstr ""
6867
 
6868
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:107
6869
+ msgid "Returns the data of the venue with the specified post ID"
6870
  msgstr ""
6871
 
6872
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:120
6873
+ msgid "The venue post ID is missing."
 
 
6874
  msgstr ""
6875
 
6876
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:123
6877
+ msgid "The venue with the specified ID is not accessible."
6878
  msgstr ""
6879
 
6880
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:129
6881
+ msgid "A venue with the specified post ID does not exist."
 
 
6882
  msgstr ""
6883
 
6884
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:141
6885
+ msgid "Returns the data of the updated venue"
6886
  msgstr ""
6887
 
6888
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:151
6889
+ msgid "Returns the data of the created venue"
 
 
 
6890
  msgstr ""
6891
 
6892
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:167
6893
+ msgid "The user is not authorized to create venues"
6894
  msgstr ""
6895
 
6896
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:175
6897
+ msgid "Deletes a venue and returns its data"
6898
  msgstr ""
6899
 
6900
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:223
6901
+ msgid "the venue post ID"
 
 
6902
  msgstr ""
6903
 
6904
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:245
6905
+ msgid "The venue author ID"
6906
  msgstr ""
6907
 
6908
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:251
6909
+ msgid "The venue publication date"
6910
  msgstr ""
6911
 
6912
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:257
6913
+ msgid "The venue publication date (UTC time zone)"
6914
  msgstr ""
6915
 
6916
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:270
6917
+ msgid "The venue description"
6918
  msgstr ""
6919
 
6920
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:276
6921
+ msgid "The venue post status"
6922
  msgstr ""
6923
 
6924
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:283
6925
+ msgid "Whether events linked to the venue should show a map or not"
 
 
 
6926
  msgstr ""
6927
 
6928
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:289
6929
+ msgid "Whether events linked to the venue should show a map link or not"
6930
  msgstr ""
6931
 
6932
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue.php:345
6933
+ msgid "The venue state and province"
 
 
 
6934
  msgstr ""
6935
 
6936
+ #: src/Tribe/REST/V1/Endpoints/Single_Venue_Slug.php:36
6937
+ msgid "the venue post name"
6938
  msgstr ""
6939
 
6940
+ #: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:92
6941
+ msgid "The Events Calendar REST API"
6942
  msgstr ""
6943
 
6944
+ #: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:93
6945
+ msgid "The Events Calendar REST API allows accessing upcoming events information easily and conveniently."
 
 
6946
  msgstr ""
6947
 
6948
+ #: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:127
6949
+ msgid "Returns the documentation for The Events Calendar REST API in Swagger consumable format."
6950
  msgstr ""
6951
 
6952
+ #: src/Tribe/REST/V1/Messages.php:13
6953
+ msgid "The event ID is missing from the request"
 
 
6954
  msgstr ""
6955
 
6956
+ #: src/Tribe/REST/V1/Messages.php:17
6957
+ msgid "The requested post ID does not exist or is not an event"
6958
  msgstr ""
6959
 
6960
+ #: src/Tribe/REST/V1/Messages.php:21
6961
+ msgid "The event does not have a venue assigned"
6962
  msgstr ""
6963
 
6964
+ #: src/Tribe/REST/V1/Messages.php:25
6965
+ msgid "The event does not have an organizer assigned"
6966
  msgstr ""
6967
 
6968
+ #: src/Tribe/REST/V1/Messages.php:29
6969
+ msgid "The requested event is not accessible"
6970
  msgstr ""
6971
 
6972
+ #: src/Tribe/REST/V1/Messages.php:30
6973
+ msgid "The 'page' parameter must be a positive integer greater than 1"
 
6974
  msgstr ""
6975
 
6976
+ #: src/Tribe/REST/V1/Messages.php:34
6977
+ msgid "The 'per_page' parameter must be a positive integer greater than 1"
 
 
6978
  msgstr ""
6979
 
6980
+ #: src/Tribe/REST/V1/Messages.php:38
6981
+ msgid "The 'start_date' parameter must be in a supported format"
6982
  msgstr ""
6983
 
6984
+ #: src/Tribe/REST/V1/Messages.php:42
6985
+ msgid "The 'end_date' parameter must be in a supported format"
6986
  msgstr ""
6987
 
6988
+ #: src/Tribe/REST/V1/Messages.php:46
6989
+ msgid "The 'search' parameter must be a string"
6990
  msgstr ""
6991
 
6992
+ #: src/Tribe/REST/V1/Messages.php:50
6993
+ msgid "The 'categories' parameter contains invalid category slugs or IDs"
6994
  msgstr ""
6995
 
6996
+ #: src/Tribe/REST/V1/Messages.php:54
6997
+ msgid "The 'tags' parameter contains invalid tag slugs or IDs"
6998
  msgstr ""
6999
 
7000
+ #: src/Tribe/REST/V1/Messages.php:58
7001
+ msgid "The requested event archive page does not exist"
7002
  msgstr ""
7003
 
7004
+ #: src/Tribe/REST/V1/Messages.php:62
7005
+ msgid "The requested post ID does not exist or is not an venue"
7006
  msgstr ""
7007
 
7008
+ #: src/Tribe/REST/V1/Messages.php:66
7009
+ msgid "The requested post ID does not exist or is not an organizer"
 
 
7010
  msgstr ""
7011
 
7012
+ #: src/Tribe/REST/V1/Messages.php:70
7013
+ msgid "The venue could not be created from the provided data"
 
7014
  msgstr ""
7015
 
7016
+ #: src/Tribe/REST/V1/Messages.php:74
7017
+ msgid "The organizer could not be created from the provided data"
 
 
 
7018
  msgstr ""
7019
 
7020
+ #: src/Tribe/REST/V1/Messages.php:78
7021
+ msgid "The provided linked post ID is not valid"
7022
  msgstr ""
7023
 
7024
+ #: src/Tribe/REST/V1/Messages.php:82
7025
+ msgid "The requested venue is not accessible"
7026
  msgstr ""
7027
 
7028
+ #: src/Tribe/REST/V1/Messages.php:83
7029
+ msgid "The requested organizer is not accessible"
7030
  msgstr ""
7031
 
7032
+ #: src/Tribe/REST/V1/Messages.php:87
7033
+ msgid "The event could not be deleted"
7034
  msgstr ""
7035
 
7036
+ #: src/Tribe/REST/V1/Messages.php:88
7037
+ msgid "The event is already trashed"
 
 
7038
  msgstr ""
7039
 
7040
+ #: src/Tribe/REST/V1/Messages.php:93
7041
+ msgid "The event could not be updated"
7042
  msgstr ""
7043
 
7044
+ #: src/Tribe/REST/V1/Messages.php:108
7045
+ msgid "The requested event term archive page does not exist"
 
 
7046
  msgstr ""
7047
 
7048
+ #: src/Tribe/Rewrite.php:259
7049
+ msgctxt "The \"/page/\" URL string component."
7050
+ msgid "page"
7051
  msgstr ""
7052
 
7053
+ #. Translators: %s: Event singular.
7054
+ #: src/Tribe/Taxonomy/Event_Tag.php:46
7055
+ msgctxt "The text used for the link to the event archive in the admin post tag list."
7056
+ msgid "%s View"
7057
  msgstr ""
7058
 
7059
+ #: src/Tribe/Templates.php:105
7060
+ msgid "Template overrides should be moved to the correct subdirectory: %s"
7061
  msgstr ""
7062
 
7063
+ #: src/Tribe/Templates.php:149
7064
+ msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
 
 
7065
  msgstr ""
7066
 
7067
+ #: src/Tribe/Template_Factory.php:212
7068
+ msgid "There were no results found for %s."
7069
  msgstr ""
7070
 
7071
+ #: src/Tribe/Template_Factory.php:214
7072
+ msgid "No results were found for %1$s in or near %2$s."
7073
  msgstr ""
7074
 
7075
+ #: src/Tribe/Template_Factory.php:216
7076
+ msgid "No upcoming %1$s listed under %2$s. Check out upcoming %3$s for this category or view the full calendar."
 
 
7077
  msgstr ""
7078
 
7079
+ #: src/Tribe/Template_Factory.php:218
7080
+ #: src/Tribe/Template_Factory.php:223
7081
+ msgid "No matching %1$s listed under %2$s. Please try viewing the full calendar for a complete list of %3$s."
7082
  msgstr ""
7083
 
7084
+ #: src/Tribe/Template_Factory.php:220
7085
+ msgid "No previous %s "
 
7086
  msgstr ""
7087
 
7088
+ #: src/Tribe/Template_Factory.php:225
7089
+ #: src/Tribe/Views/V2/Messages.php:93
7090
+ msgid "There were no results found."
7091
  msgstr ""
7092
 
7093
+ #: src/Tribe/Utils/Radius.php:18
7094
+ msgctxt "X (miles abbreviation)"
7095
+ msgid "%1$s (mi)"
7096
  msgstr ""
7097
 
7098
+ #: src/Tribe/Utils/Radius.php:28
7099
+ msgctxt "X (kilometers abbreviation)"
7100
+ msgid "%1$s (km)"
7101
  msgstr ""
7102
 
7103
+ #: src/Tribe/Utils/Radius.php:53
7104
+ msgctxt "Abbreviation for the miles unit of measure"
7105
+ msgid "mi"
7106
  msgstr ""
7107
 
7108
+ #: src/Tribe/Utils/Radius.php:55
7109
+ msgctxt "Abbreviation for the kilometers unit of measure"
7110
+ msgid "km"
7111
  msgstr ""
7112
 
7113
+ #: src/Tribe/Validator/Base.php:256
7114
+ msgid "Event Tickets plugin is not activated."
 
7115
  msgstr ""
7116
 
7117
+ #: src/Tribe/Validator/Base.php:259
7118
+ msgid "Event Tickets REST API is not available."
 
7119
  msgstr ""
7120
 
7121
+ #: src/Tribe/Venue.php:216
7122
+ msgid "venue"
 
7123
  msgstr ""
7124
 
7125
+ #: src/Tribe/Venue.php:225
7126
+ msgid "venues"
 
7127
  msgstr ""
7128
 
7129
+ #: src/Tribe/Venue.php:265
7130
+ msgctxt "Metabox title"
7131
+ msgid "Location"
7132
  msgstr ""
7133
 
7134
+ #: src/Tribe/Venue.php:490
7135
+ msgid "Unnamed Venue"
 
 
 
7136
  msgstr ""
7137
 
7138
+ #: src/Tribe/Views/V2/Customizer.php:55
7139
+ #: src/Tribe/Views/V2/Customizer.php:184
7140
+ msgid "Event Title"
7141
  msgstr ""
7142
 
7143
+ #: src/Tribe/Views/V2/Customizer.php:78
7144
+ msgid "Event Date and Time"
 
7145
  msgstr ""
7146
 
7147
+ #: src/Tribe/Views/V2/Customizer.php:79
7148
+ msgid "Main date and time display on views and single event pages"
7149
  msgstr ""
7150
 
7151
+ #: src/Tribe/Views/V2/Customizer.php:102
7152
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:334
7153
+ msgid "Background Color"
7154
  msgstr ""
7155
 
7156
+ #: src/Tribe/Views/V2/Customizer.php:104
7157
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:335
7158
+ msgid "All calendar and event pages"
7159
  msgstr ""
7160
 
7161
+ #: src/Tribe/Views/V2/Customizer.php:108
7162
+ msgid "Transparent"
7163
  msgstr ""
7164
 
7165
+ #: src/Tribe/Views/V2/Customizer.php:109
7166
+ msgid "Select Color"
7167
  msgstr ""
7168
 
7169
+ #: src/Tribe/Views/V2/Customizer.php:189
7170
+ #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:132
7171
+ msgid "Use General"
7172
  msgstr ""
7173
 
7174
+ #: src/Tribe/Views/V2/Customizer.php:211
7175
+ msgid "Custom Color"
7176
  msgstr ""
7177
 
7178
+ #: src/Tribe/Views/V2/Customizer/Notice.php:82
7179
+ msgctxt "A link telling users to disable an extension that may conflict."
7180
+ msgid "You are using the Inherit Theme Fonts extension. Font control is now built into %1$sThe Events Calendar's options in the WordPress Customizer.%2$s Please disable the Inherit Theme Fonts extension to prevent conflicts with The Events Calendar."
7181
  msgstr ""
7182
 
7183
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:70
7184
+ msgid "Events Bar"
7185
  msgstr ""
7186
 
7187
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:71
7188
+ msgctxt "Note about what these settings control."
7189
+ msgid "These settings control the search and options bar that appears above calendar views."
 
7190
  msgstr ""
7191
 
7192
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:145
7193
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:79
7194
+ msgctxt "The header for the font color control section."
7195
+ msgid "Set Font Colors"
7196
  msgstr ""
7197
 
7198
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:158
7199
+ msgctxt "The header for the color control section."
7200
+ msgid "Adjust Appearance"
7201
  msgstr ""
7202
 
7203
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:176
7204
+ msgctxt "The events bar text color setting label."
7205
+ msgid "Text Color"
7206
  msgstr ""
7207
 
7208
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:186
7209
+ msgctxt "The \"Find Events\" button text color setting label."
7210
+ msgid "Find Events Button Text"
 
7211
  msgstr ""
7212
 
7213
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:195
7214
+ msgctxt "The Events Bar icon color setting label."
7215
+ msgid "Icons"
7216
  msgstr ""
7217
 
7218
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:201
7219
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:270
7220
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:307
7221
+ msgctxt "Label for the default option."
7222
+ msgid "Default"
7223
  msgstr ""
7224
 
7225
+ #. translators: 1: Customizer url.
7226
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:208
7227
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:261
7228
+ msgctxt "Label for option to use the accent color. Links to the accent color setting."
7229
+ msgid "Use the <a href=\"%1$s\">Accent Color</a>"
7230
  msgstr ""
7231
 
7232
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:218
7233
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:250
7234
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:287
7235
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:312
7236
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:192
7237
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:271
7238
+ msgctxt "Label for option to set a custom color."
7239
+ msgid "Custom"
7240
  msgstr ""
7241
 
7242
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:232
7243
+ msgctxt "The \"Find Events\" button color setting label."
7244
+ msgid "Find Events Button Color"
7245
  msgstr ""
7246
 
7247
+ #. translators: 1: Customizer url.
7248
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:240
7249
+ msgctxt "Label for option to use the accent color (default). Links to the accent color setting."
7250
+ msgid "Use the <a href=\"%1$s\">Accent Color</a>"
 
7251
  msgstr ""
7252
 
7253
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:264
7254
+ msgctxt "The Events Bar background color setting label."
7255
+ msgid "Background Color"
7256
  msgstr ""
7257
 
7258
+ #. translators: 1: Customizer url.
7259
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:277
7260
+ msgctxt "Label for option to use the events background color. Links to the background color setting."
7261
+ msgid "Use the Calendar <a href=\"%1$s\">Background Color</a>"
7262
  msgstr ""
7263
 
7264
+ #: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php:301
7265
+ msgctxt "The Events Bar border color setting label."
7266
+ msgid "Border Color"
7267
  msgstr ""
7268
 
7269
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:204
7270
+ msgid "Select Font Family"
7271
  msgstr ""
7272
 
7273
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:209
7274
+ msgid "Set Font Size"
7275
  msgstr ""
7276
 
7277
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:210
7278
+ msgctxt "The description for the base font size setting."
7279
+ msgid "Choose a base font size. Event text will scale around the selected base size."
 
7280
  msgstr ""
7281
 
7282
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:248
7283
+ msgctxt "Label for option to use default TEC fonts."
7284
+ msgid "Default"
7285
  msgstr ""
7286
 
7287
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:253
7288
+ msgctxt "Label for option to use theme fonts."
7289
+ msgid "Inherit theme font(s)"
 
 
 
7290
  msgstr ""
7291
 
7292
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:263
7293
+ msgctxt "The base font size input setting label."
7294
+ msgid "By Pixel"
7295
  msgstr ""
7296
 
7297
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:279
7298
+ msgctxt "The font size selector setting label."
7299
+ msgid "By Scale"
7300
  msgstr ""
7301
 
7302
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:298
7303
+ msgctxt "The event title color setting label."
7304
+ msgid "Event Title"
 
 
7305
  msgstr ""
7306
 
7307
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:307
7308
+ msgctxt "The event title color setting label."
7309
+ msgid "Event Date and Time"
7310
  msgstr ""
7311
 
7312
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:312
7313
+ msgctxt "The description for the event date and time color setting."
7314
+ msgid "Main date and time display on views and single event pages"
7315
  msgstr ""
7316
 
7317
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:321
7318
+ msgctxt "The link color setting label."
7319
+ msgid "Link Color"
7320
  msgstr ""
7321
 
7322
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:337
7323
+ msgctxt "Label for option to leave transparent (default)."
7324
+ msgid "Transparent."
7325
  msgstr ""
7326
 
7327
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:342
7328
+ msgctxt "Label for option to set a custom color."
7329
+ msgid "Select Custom Color"
7330
  msgstr ""
7331
 
7332
+ #: src/Tribe/Views/V2/Customizer/Section/Global_Elements.php:356
7333
+ msgctxt "The event accent color setting label."
7334
+ msgid "Accent Color"
 
 
7335
  msgstr ""
7336
 
7337
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:92
7338
+ msgctxt "The header for the calendar grid color control section."
7339
+ msgid "Adjust Grid Colors"
7340
  msgstr ""
7341
 
7342
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:163
7343
+ msgctxt "The days of the week text color setting label."
7344
+ msgid "Days of the Week"
 
7345
  msgstr ""
7346
 
7347
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:172
7348
+ msgctxt "The date marker text color setting label."
7349
+ msgid "Date Marker"
7350
  msgstr ""
7351
 
7352
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:181
7353
+ msgctxt "The grid background color setting label."
7354
+ msgid "Grid Background"
7355
  msgstr ""
7356
 
7357
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:187
7358
+ msgctxt "Label for option to leave transparent (default)."
7359
+ msgid "Transparent"
7360
  msgstr ""
7361
 
7362
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:206
7363
+ msgctxt "Label for tooltip background color setting."
7364
+ msgid "Event Preview Background"
7365
  msgstr ""
7366
 
7367
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:211
7368
+ msgctxt "The grid background color setting description."
7369
+ msgid "Preview display when hovering on an event title"
7370
  msgstr ""
7371
 
7372
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:217
7373
+ msgctxt "Label for option to leave white (default)."
7374
+ msgid "White"
7375
  msgstr ""
7376
 
7377
+ #. translators: 1: Customizer url.
7378
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:224
7379
+ msgctxt "Label for option to use the event background color. Links to the event background color setting."
7380
+ msgid "Use the <a href=\"%1$s\">General Background Color</a>"
7381
  msgstr ""
7382
 
7383
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:239
7384
+ msgctxt "The grid lines color setting label."
7385
+ msgid "Grid Lines Color"
7386
  msgstr ""
7387
 
7388
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:248
7389
+ msgctxt "The multiday event bar color setting label."
7390
+ msgid "Event Span"
 
 
7391
  msgstr ""
7392
 
7393
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:253
7394
+ msgctxt "The multiday event bar color setting description."
7395
+ msgid "For all-day and multi-day events"
 
7396
  msgstr ""
7397
 
7398
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:285
7399
+ msgctxt "Day hover color setting label."
7400
+ msgid "Day Hover"
 
7401
  msgstr ""
7402
 
7403
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:290
7404
+ msgctxt "The grid hover color setting description."
7405
+ msgid "Bottom border highlight when hovering on a day"
7406
  msgstr ""
7407
 
7408
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:411
7409
+ msgctxt "Text used for links to the General settings section."
7410
+ msgid "General"
7411
  msgstr ""
7412
 
7413
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:430
7414
+ msgctxt "Text used for links to the Event Background Color setting."
7415
+ msgid "General Background Color"
 
7416
  msgstr ""
7417
 
7418
+ #: src/Tribe/Views/V2/Customizer/Section/Month_View.php:450
7419
+ msgctxt "Text used for links to the Accent Color setting."
7420
+ msgid "Accent Color"
 
 
7421
  msgstr ""
7422
 
7423
+ #: src/Tribe/Views/V2/Customizer/Section/Single_Event.php:53
7424
+ msgid "Options selected here will override what was selected in the \"Global Elements\" section on Single Event views."
7425
  msgstr ""
7426
 
7427
+ #: src/Tribe/Views/V2/Hooks.php:568
7428
+ msgid "We recommend a 16:9 aspect ratio for featured images."
7429
  msgstr ""
7430
 
7431
+ #: src/Tribe/Views/V2/Hooks.php:645
7432
+ msgid "Recommended for all sites using the updated calendar views."
 
7433
  msgstr ""
7434
 
7435
+ #: src/Tribe/Views/V2/Hooks.php:660
7436
+ msgid "The Events Calendar - View V2"
7437
  msgstr ""
7438
 
7439
+ #: src/Tribe/Views/V2/Hooks.php:976
7440
+ msgctxt "Capitalized label for the event website link."
7441
+ msgid "View %s Website"
 
7442
  msgstr ""
7443
 
7444
+ #: src/Tribe/Views/V2/Hooks.php:1004
7445
+ msgctxt "Capitalized label for the venue website link."
7446
+ msgid "View %s Website"
7447
  msgstr ""
7448
 
7449
+ #: src/Tribe/Views/V2/Hooks.php:1032
7450
+ msgctxt "Capitalized label for the organizer website link."
7451
+ msgid "View %s Website"
 
7452
  msgstr ""
7453
 
7454
+ #: src/Tribe/Views/V2/Hooks.php:1096
7455
+ msgctxt "The default text label for the \"today\" button on the Month View."
7456
+ msgid "This Month"
7457
  msgstr ""
7458
 
7459
+ #: src/Tribe/Views/V2/Hooks.php:1116
7460
+ msgctxt "The default text for the 'today' button's title and aria-label on the Week View."
7461
+ msgid "Click to select the current month"
7462
  msgstr ""
7463
 
7464
+ #: src/Tribe/Views/V2/Hooks.php:1210
7465
+ msgid "Enabled"
7466
  msgstr ""
7467
 
7468
+ #: src/Tribe/Views/V2/iCalendar/Links/Google_Calendar.php:235
7469
+ msgctxt "Link to full description. %1$s: pre=translated event term. %2$s: event url."
7470
+ msgid " (View Full %1$s Description Here: %2$s)"
 
7471
  msgstr ""
7472
 
7473
+ #: src/Tribe/Views/V2/iCalendar/Links/iCalendar_Export.php:31
7474
+ msgid "Export .ics file"
7475
  msgstr ""
7476
 
7477
+ #: src/Tribe/Views/V2/iCalendar/Links/Outlook_Export.php:31
7478
+ msgid "Export Outlook .ics file"
7479
  msgstr ""
7480
 
7481
+ #: src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.php:103
7482
+ msgid "(View Full %1$s Description Here: %2$s)"
7483
  msgstr ""
7484
 
7485
+ #. Translators: %1$s is the lowercase plural virtual event term.
7486
+ #: src/Tribe/Views/V2/Messages.php:99
7487
+ msgctxt "A message to indicate there are no upcoming events."
7488
+ msgid "There are no upcoming %1$s."
7489
  msgstr ""
7490
 
7491
+ #: src/Tribe/Views/V2/Messages.php:106
7492
+ msgid "There were no results found for this view."
7493
  msgstr ""
7494
 
7495
+ #. translators: the placeholder is the keyword(s), as the user entered it in the bar.
7496
+ #: src/Tribe/Views/V2/Messages.php:111
7497
+ msgid "There were no results found for <strong>\"%1$s\"</strong>."
7498
  msgstr ""
7499
 
7500
+ #. translators: the placeholder is the keyword(s), as the user entered it in the bar.
7501
+ #: src/Tribe/Views/V2/Messages.php:116
7502
+ msgid "There were no results found for <strong>\"%1$s\"</strong> this month."
7503
  msgstr ""
7504
 
7505
+ #. translators: %1$s: events (plural), %2$s: the formatted date string, e.g. "February 22, 2020".
7506
+ #: src/Tribe/Views/V2/Messages.php:121
7507
+ msgid "No %1$s scheduled for %2$s."
7508
  msgstr ""
7509
 
7510
+ #. translators: the placeholder is an html link to the next month with available events.
7511
+ #: src/Tribe/Views/V2/Messages.php:126
7512
+ msgid "There were no results found for this view. %1$s"
7513
  msgstr ""
7514
 
7515
+ #. translators: %1$s: events (plural), %2$s: the formatted date string, e.g. "February 22, 2020". %3$s html link to next day with available events.
7516
+ #: src/Tribe/Views/V2/Messages.php:131
7517
+ msgid "No %1$s scheduled for %2$s. %3$s"
7518
  msgstr ""
7519
 
7520
+ #: src/Tribe/Views/V2/View.php:1563
7521
+ msgctxt "The default title text for the today button."
7522
+ msgid "Click to select today's date"
7523
  msgstr ""
7524
 
7525
+ #: src/Tribe/Views/V2/View.php:2161
7526
+ #: src/views/v2/day/event/date/featured.php:27
7527
+ #: src/views/v2/day/event/date/featured.php:32
7528
+ #: src/views/v2/latest-past/event/date/featured.php:27
7529
+ #: src/views/v2/latest-past/event/date/featured.php:32
7530
+ #: src/views/v2/list/event/date/featured.php:27
7531
+ #: src/views/v2/list/event/date/featured.php:32
7532
+ #: src/views/v2/month/calendar-body/day/calendar-events/calendar-event/date/featured.php:27
7533
+ #: src/views/v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/date/featured.php:27
7534
+ #: src/views/v2/month/calendar-body/day/multiday-events/multiday-event/bar/featured.php:27
7535
+ #: src/views/v2/month/calendar-body/day/multiday-events/multiday-event/hidden/link/featured.php:27
7536
+ #: src/views/v2/month/mobile-events/mobile-day/mobile-event/date/featured.php:27
7537
+ #: src/views/v2/month/mobile-events/mobile-day/mobile-event/date/featured.php:32
7538
+ #: src/views/v2/widgets/widget-events-list/event/date/featured.php:25
7539
+ #: src/views/v2/widgets/widget-events-list/event/date/featured.php:30
7540
+ msgid "Featured"
7541
  msgstr ""
7542
 
7543
+ #: src/Tribe/Views/V2/Views/Day_View.php:63
7544
+ msgctxt "The text label for the Day View."
7545
+ msgid "Day"
 
 
7546
  msgstr ""
7547
 
7548
+ #: src/Tribe/Views/V2/Views/List_View.php:61
7549
+ msgctxt "The text label for the List View."
7550
+ msgid "List"
7551
  msgstr ""
7552
 
7553
+ #: src/Tribe/Views/V2/Views/Month_View.php:81
7554
+ msgctxt "The text label for the Month View."
7555
+ msgid "Month"
7556
  msgstr ""
7557
 
7558
+ #: src/Tribe/Views/V2/Views/Month_View.php:760
7559
+ msgctxt "A message shown in the mobile version when a day without events is selected."
7560
+ msgid "There are no events on this day."
7561
  msgstr ""
7562
 
7563
+ #. translators: %s: Events (plural).
7564
+ #: src/Tribe/Views/V2/Views/Traits/iCal_Data.php:82
7565
+ msgid "Export %s"
 
7566
  msgstr ""
7567
 
7568
+ #: src/Tribe/Views/V2/Views/Traits/List_Behavior.php:51
7569
+ msgctxt "The datepicker label when the range start is now."
7570
+ msgid "Now"
7571
  msgstr ""
7572
 
7573
+ #. translators: the placeholder is for the date range start, e.g. "Now" or "October 23".
7574
+ #: src/Tribe/Views/V2/Views/Traits/List_Behavior.php:160
7575
+ msgctxt "The datepicker range definition when no events are found."
7576
+ msgid "%s onwards"
7577
  msgstr ""
7578
 
7579
+ #. translators: the placeholder is for the date range start, e.g. "Now" or "1/1/2020".
7580
+ #: src/Tribe/Views/V2/Views/Traits/List_Behavior.php:166
7581
+ msgctxt "The datepicker range definition when no events are found (for mobile)."
7582
+ msgid "%s onwards"
7583
  msgstr ""
7584
 
7585
+ #: src/Tribe/Views/V2/Views/Traits/List_Behavior.php:181
7586
+ msgctxt "The datepicker range definition when no more pages of events exist."
7587
+ msgid "Upcoming"
 
 
 
 
 
 
 
7588
  msgstr ""
7589
 
7590
+ #. translators: 1: opening href tag 2: event label plural 3: closing href tag
7591
+ #: src/Tribe/Views/V2/Views/Traits/With_Fast_Forward_Link.php:75
7592
+ msgid "Jump to the %1$snext upcoming %2$s%3$s."
 
7593
  msgstr ""
7594
 
7595
+ #. Translators: 1: plural lowercase event term
7596
+ #: src/Tribe/Views/V2/Views/Widgets/Widget_View.php:77
7597
+ msgid "View more %1$s."
7598
  msgstr ""
7599
 
7600
+ #: src/Tribe/Views/V2/Widgets/Widget_List.php:73
7601
+ msgctxt "The name of the List Widget."
7602
+ msgid "Events List"
 
7603
  msgstr ""
7604
 
7605
+ #: src/Tribe/Views/V2/Widgets/Widget_List.php:81
7606
+ msgctxt "The description of the List Widget."
7607
+ msgid "Shows a list of upcoming events."
 
 
 
 
 
 
 
 
7608
  msgstr ""
7609
 
7610
+ #: src/Tribe/Views/V2/Widgets/Widget_List.php:102
7611
+ msgctxt "The default title of the List Widget."
7612
+ msgid "Upcoming Events"
7613
  msgstr ""
7614
 
7615
+ #: src/Tribe/Views/V2/Widgets/Widget_List.php:164
7616
+ msgctxt "The label for the field of the title of the List Widget."
7617
+ msgid "Title:"
 
7618
  msgstr ""
7619
 
7620
+ #: src/Tribe/Views/V2/Widgets/Widget_List.php:168
7621
+ msgctxt "The label for the amount of events to show in the List Widget."
7622
+ msgid "Show:"
7623
  msgstr ""
7624
 
7625
+ #: src/Tribe/Views/V2/Widgets/Widget_List.php:176
7626
+ msgctxt "The label for the option to hide the List Widget if no upcoming events."
7627
+ msgid "Hide this widget if there are no upcoming events."
7628
  msgstr ""
7629
 
7630
+ #: src/Tribe/Views/V2/Widgets/Widget_List.php:180
7631
+ msgctxt "The label for the option to only show featured events in the List Widget"
7632
+ msgid "Limit to featured events only"
7633
  msgstr ""
7634
 
7635
+ #: src/Tribe/Views/V2/Widgets/Widget_List.php:184
7636
+ msgctxt "The label for the option to enable JSON-LD in the List Widget."
7637
+ msgid "Generate JSON-LD data"
 
 
 
7638
  msgstr ""
7639
 
7640
  #: src/views/blocks/classic-event-details.php:52
7641
+ #: src/views/blocks/parts/details.php:54
7642
+ #: src/views/modules/meta/details.php:54
7643
  msgid "Time:"
7644
  msgstr ""
7645
 
7648
  msgid "All day"
7649
  msgstr ""
7650
 
7651
+ #: src/views/blocks/parts/details.php:63
7652
+ #: src/views/modules/meta/details.php:62
7653
+ #: src/modules/blocks/classic-event-details/template.js:39
 
 
7654
  msgid "Details"
7655
  msgstr ""
7656
 
7657
+ #: src/views/blocks/parts/details.php:84
7658
+ #: src/views/blocks/parts/details.php:112
7659
+ #: src/views/modules/meta/details.php:77
7660
+ #: src/views/modules/meta/details.php:105
7661
  msgid "End:"
7662
  msgstr ""
7663
 
7664
+ #: src/views/blocks/parts/details.php:94
7665
+ #: src/views/blocks/parts/details.php:125
7666
+ #: src/views/modules/meta/details.php:87
7667
+ #: src/views/modules/meta/details.php:118
7668
  msgid "Date:"
7669
  msgstr ""
7670
 
7687
  msgid "In a location"
7688
  msgstr ""
7689
 
7690
+ #: src/views/single-event.php:78
7691
+ #: src/views/single-event/back-link.php:18
7692
  msgctxt "%s Events plural label"
7693
  msgid "All %s"
7694
  msgstr ""
7695
 
7696
+ #: src/views/single-event.php:96
7697
  #: src/views/single-event.php:130
7698
+ #: src/views/single-event/footer.php:21
7699
  msgid "%s Navigation"
7700
  msgstr ""
7701
 
7707
  msgid "see all"
7708
  msgstr ""
7709
 
7710
+ #: src/views/v2/components/events-bar.php:23
7711
+ msgid "Views Navigation"
7712
+ msgstr ""
7713
+
7714
+ #: src/views/v2/components/events-bar.php:24
7715
+ msgid "%s Search and Views Navigation"
7716
+ msgstr ""
7717
+
7718
+ #: src/views/v2/components/events-bar/search-button.php:24
7719
+ msgid "Search"
7720
+ msgstr ""
7721
+
7722
  #. translators: %s: events (plural).
7723
  #: src/views/v2/components/events-bar/search/keyword.php:19
7724
  msgid "Search for %s"
7734
  msgid "Find %s"
7735
  msgstr ""
7736
 
 
 
 
 
7737
  #: src/views/v2/components/events-bar/views.php:29
7738
  msgid "%s Views Navigation"
7739
  msgstr ""
7740
 
 
 
 
 
 
 
 
 
7741
  #: src/views/v2/components/loader.php:22
7742
  msgid "Loading view."
7743
  msgstr ""
7752
 
7753
  #: src/views/v2/day/nav/next-disabled.php:19
7754
  #: src/views/v2/day/nav/next-disabled.php:20
7755
+ #: src/views/v2/day/nav/next-disabled.php:23
7756
+ #: src/views/v2/day/nav/next.php:24
7757
+ #: src/views/v2/day/nav/next.php:25
7758
+ #: src/views/v2/day/nav/next.php:28
7759
  msgid "Next Day"
7760
  msgstr ""
7761
 
7762
  #: src/views/v2/day/nav/prev-disabled.php:19
7763
  #: src/views/v2/day/nav/prev-disabled.php:20
7764
+ #: src/views/v2/day/nav/prev-disabled.php:24
7765
+ #: src/views/v2/day/nav/prev.php:24
7766
+ #: src/views/v2/day/nav/prev.php:25
7767
+ #: src/views/v2/day/nav/prev.php:29
7768
  msgid "Previous Day"
7769
  msgstr ""
7770
 
7807
 
7808
  #. translators: %s: Event (plural or singular).
7809
  #: src/views/v2/list/nav/next-disabled.php:17
7810
+ #: src/views/v2/list/nav/next-disabled.php:20
7811
+ #: src/views/v2/list/nav/next.php:19
7812
  #: src/views/v2/list/nav/next.php:22
7813
  #: src/views/v2/list/top-bar/nav/next-disabled.php:15
7814
  #: src/views/v2/list/top-bar/nav/next.php:17
7817
 
7818
  #. translators: %s: Event (plural or singular).
7819
  #: src/views/v2/list/nav/prev-disabled.php:16
7820
+ #: src/views/v2/list/nav/prev-disabled.php:19
7821
+ #: src/views/v2/list/nav/prev.php:19
7822
  #: src/views/v2/list/nav/prev.php:22
7823
  #: src/views/v2/list/top-bar/nav/prev-disabled.php:15
7824
  #: src/views/v2/list/top-bar/nav/prev.php:17
7825
  msgid "Previous %1$s"
7826
  msgstr ""
7827
 
7828
+ #. translators: %1$s: number of events, %2$s: event (singular), %3$s: events (plural).
 
7829
  #: src/views/v2/month/calendar-body/day/cell-title.php:44
7830
  #: src/views/v2/month/calendar-body/day/date.php:56
7831
  msgid "%1$s %2$s"
7886
  msgid "Manual Test"
7887
  msgstr ""
7888
 
7889
+ #: src/modules/blocks/classic-event-details/event-details-organizers/event-details-organizer/template.js:27
7890
+ #: src/modules/elements/terms-list/element.js:43
7891
+ msgid "(Untitled)"
 
7892
  msgstr ""
7893
 
7894
+ #: src/modules/blocks/classic-event-details/event-details-organizers/event-details-organizer/template.js:41
7895
+ msgid "Remove Organizer"
7896
+ msgstr ""
7897
+
7898
+ #: src/modules/blocks/classic-event-details/event-details-organizers/template.js:62
7899
+ msgid "Search for an organizer"
7900
+ msgstr ""
7901
+
7902
+ #: src/modules/blocks/classic-event-details/event-details-organizers/template.js:63
7903
+ msgid "Add existing Organizer"
7904
+ msgstr ""
7905
+
7906
+ #: src/modules/blocks/classic-event-details/index.js:22
7907
+ msgid "Event Details Classic"
7908
+ msgstr ""
7909
+
7910
+ #: src/modules/blocks/classic-event-details/index.js:23
7911
+ msgid "Display your event info together in one place — just like in the Classic Editor."
7912
+ msgstr ""
7913
+
7914
+ #: src/modules/blocks/classic-event-details/template.js:54
7915
+ msgid "Start: "
7916
+ msgstr ""
7917
+
7918
+ #: src/modules/blocks/classic-event-details/template.js:76
7919
+ msgid "End: "
7920
+ msgstr ""
7921
+
7922
+ #: src/modules/blocks/classic-event-details/template.js:94
7923
+ msgid "Website: "
7924
+ msgstr ""
7925
+
7926
+ #: src/modules/blocks/classic-event-details/template.js:98
7927
+ msgid "Enter url"
7928
+ msgstr ""
7929
+
7930
+ #: src/modules/blocks/classic-event-details/template.js:114
7931
+ msgid "Price: "
7932
+ msgstr ""
7933
+
7934
+ #: src/modules/blocks/classic-event-details/template.js:119
7935
+ msgid "Enter price"
7936
+ msgstr ""
7937
+
7938
+ #: src/modules/blocks/classic-event-details/template.js:157
7939
+ msgid "Event Category:"
7940
+ msgstr ""
7941
+
7942
+ #: src/modules/blocks/classic-event-details/template.js:161
7943
+ msgid "Event Tags:"
7944
+ msgstr ""
7945
+
7946
+ #: src/modules/blocks/classic-event-details/template.js:178
7947
+ #: src/modules/blocks/event-datetime/controls/template.js:50
7948
+ msgid "Date Time Settings"
7949
+ msgstr ""
7950
+
7951
+ #: src/modules/blocks/classic-event-details/template.js:180
7952
+ msgid "Is All Day Event"
7953
+ msgstr ""
7954
+
7955
+ #: src/modules/blocks/classic-event-details/template.js:185
7956
+ #: src/modules/blocks/event-price/template.js:158
7957
+ msgid "Price Settings"
7958
+ msgstr ""
7959
+
7960
+ #: src/modules/blocks/classic-event-details/template.js:187
7961
+ msgid "Show symbol before"
7962
+ msgstr ""
7963
+
7964
+ #: src/modules/blocks/classic-event-details/template.js:192
7965
+ #: src/modules/blocks/event-price/template.js:161
7966
+ msgid " Currency Symbol"
7967
+ msgstr ""
7968
+
7969
+ #: src/modules/blocks/classic-event-details/template.js:194
7970
+ #: src/modules/blocks/event-price/template.js:163
7971
+ msgid "E.g.: $"
7972
+ msgstr ""
7973
+
7974
+ #: src/modules/blocks/classic-event-details/template.js:198
7975
+ #: src/modules/blocks/event-price/template.js:168
7976
+ msgid " Currency Code"
7977
+ msgstr ""
7978
+
7979
+ #: src/modules/blocks/classic-event-details/template.js:200
7980
+ #: src/modules/blocks/event-price/template.js:170
7981
+ msgid "E.g.: USD"
7982
+ msgstr ""
7983
+
7984
+ #: src/modules/blocks/event-category/block.js:27
7985
+ msgid "Add Event Categories in document settings"
7986
+ msgstr ""
7987
+
7988
+ #: src/modules/blocks/event-category/index.js:22
7989
+ msgid "Event Categories"
7990
+ msgstr ""
7991
+
7992
+ #: src/modules/blocks/event-category/index.js:23
7993
+ msgid "Show assigned event categories as links to their respective archives."
7994
+ msgstr ""
7995
+
7996
+ #: src/modules/blocks/event-datetime/content/template.js:40
7997
+ #: src/modules/blocks/event-datetime/dashboard/template.js:47
7998
+ msgid "F j"
7999
+ msgstr ""
8000
+
8001
+ #: src/modules/blocks/event-datetime/controls/template.js:52
8002
+ msgid "Date Time Separator"
8003
+ msgstr ""
8004
+
8005
+ #: src/modules/blocks/event-datetime/controls/template.js:59
8006
+ msgid "Time Range Separator"
8007
+ msgstr ""
8008
+
8009
+ #: src/modules/blocks/event-datetime/controls/template.js:66
8010
+ msgid "Time Zone"
8011
+ msgstr ""
8012
+
8013
+ #: src/modules/blocks/event-datetime/controls/template.js:73
8014
+ msgid "Show Time Zone"
8015
+ msgstr ""
8016
+
8017
+ #: src/modules/blocks/event-datetime/dashboard/template.js:88
8018
+ msgid "Multi-Day"
8019
+ msgstr ""
8020
+
8021
+ #: src/modules/blocks/event-datetime/index.js:22
8022
+ msgid "Event Date Time"
8023
+ msgstr ""
8024
+
8025
+ #: src/modules/blocks/event-datetime/index.js:23
8026
+ msgid "Define the date, time, and duration for your event."
8027
+ msgstr ""
8028
+
8029
+ #: src/modules/blocks/event-links/index.js:22
8030
+ msgid "Event Sharing"
8031
+ msgstr ""
8032
+
8033
+ #: src/modules/blocks/event-links/index.js:23
8034
+ msgid "Encourage visitors to add your event to their calendars with handy sharing buttons."
8035
+ msgstr ""
8036
+
8037
+ #: src/modules/blocks/event-links/template.js:26
8038
+ msgid "Add to Calendar"
8039
+ msgstr ""
8040
+
8041
+ #: src/modules/blocks/event-links/template.js:186
8042
+ msgid "Share Settings"
8043
+ msgstr ""
8044
+
8045
+ #: src/modules/blocks/event-organizer/form/template.js:77
8046
+ msgid "Add Phone"
8047
+ msgstr ""
8048
+
8049
+ #: src/modules/blocks/event-organizer/form/template.js:84
8050
+ msgid "Add website"
8051
+ msgstr ""
8052
+
8053
+ #: src/modules/blocks/event-organizer/form/template.js:91
8054
+ msgid "Add email"
8055
+ msgstr ""
8056
+
8057
+ #: src/modules/blocks/event-organizer/index.js:21
8058
+ msgid "Event Organizer"
8059
+ msgstr ""
8060
+
8061
+ #: src/modules/blocks/event-organizer/index.js:22
8062
+ msgid "List a host or coordinator for this event."
8063
+ msgstr ""
8064
+
8065
+ #: src/modules/blocks/event-organizer/template.js:103
8066
+ msgid "Add or find an organizer"
8067
+ msgstr ""
8068
+
8069
+ #: src/modules/blocks/event-organizer/template.js:159
8070
+ msgid "Organizer Settings"
8071
+ msgstr ""
8072
+
8073
+ #: src/modules/blocks/event-organizer/template.js:162
8074
+ msgid "Edit Organizer"
8075
+ msgstr ""
8076
+
8077
+ #: src/modules/blocks/event-price/index.js:22
8078
+ msgid "Event Price"
8079
+ msgstr ""
8080
+
8081
+ #: src/modules/blocks/event-price/index.js:23
8082
+ msgid "Let visitors know the cost of this event or if it’s free to attend."
8083
+ msgstr ""
8084
+
8085
+ #: src/modules/blocks/event-price/template.js:40
8086
+ msgid "Add Price"
8087
+ msgstr ""
8088
+
8089
+ #: src/modules/blocks/event-price/template.js:114
8090
+ msgid "Fixed Price or Range"
8091
+ msgstr ""
8092
+
8093
+ #: src/modules/blocks/event-price/template.js:125
8094
+ msgid "Description"
8095
+ msgstr ""
8096
+
8097
+ #: src/modules/blocks/event-price/template.js:131
8098
+ msgid "Enter 0 as price for free events"
8099
+ msgstr ""
8100
+
8101
+ #: src/modules/blocks/event-price/template.js:174
8102
+ msgid "Currency symbol follows price"
8103
+ msgstr ""
8104
+
8105
+ #: src/modules/blocks/event-tags/block.js:26
8106
+ #: src/modules/blocks/event-tags/index.js:22
8107
+ msgid "Tags"
8108
+ msgstr ""
8109
+
8110
+ #: src/modules/blocks/event-tags/block.js:27
8111
+ msgid "Add tags in document settings"
8112
+ msgstr ""
8113
+
8114
+ #: src/modules/blocks/event-tags/index.js:23
8115
+ msgid "Add keywords by displaying linked tags."
8116
+ msgstr ""
8117
+
8118
+ #: src/modules/blocks/event-venue/index.js:23
8119
+ msgid "Where is this event happening? Select or create a location."
8120
+ msgstr ""
8121
+
8122
+ #: src/modules/blocks/event-venue/template.js:151
8123
+ msgid "Add or find a venue"
8124
+ msgstr ""
8125
+
8126
+ #: src/modules/blocks/event-venue/template.js:215
8127
+ msgid "Remove venue"
8128
+ msgstr ""
8129
+
8130
+ #: src/modules/blocks/event-venue/template.js:251
8131
+ msgid "Venue Settings"
8132
+ msgstr ""
8133
+
8134
+ #: src/modules/blocks/event-venue/template.js:253
8135
+ msgid "Show Google Maps Link"
8136
+ msgstr ""
8137
+
8138
+ #: src/modules/blocks/event-venue/template.js:259
8139
+ msgid "Show Google Maps Embed"
8140
+ msgstr ""
8141
+
8142
+ #: src/modules/blocks/event-venue/venue-details.js:94
8143
+ msgid "(Untitled Venue)"
8144
+ msgstr ""
8145
+
8146
+ #: src/modules/blocks/event-website/index.js:23
8147
+ msgid "Is there another website for this event? Link to it with a button!"
8148
+ msgstr ""
8149
+
8150
+ #: src/modules/blocks/event-website/template.js:26
8151
+ msgid "Add Event Website"
8152
+ msgstr ""
8153
+
8154
+ #: src/modules/blocks/event-website/template.js:27
8155
+ msgid "Button text"
8156
+ msgstr ""
8157
+
8158
+ #: src/modules/blocks/event-website/template.js:28
8159
+ msgid "Website URL"
8160
+ msgstr ""
8161
+
8162
+ #: src/modules/blocks/featured-image/block.js:54
8163
+ #: src/modules/blocks/featured-image/index.js:22
8164
+ msgid "Featured Image"
8165
+ msgstr ""
8166
+
8167
+ #: src/modules/blocks/featured-image/block.js:65
8168
+ msgid "Add a Featured Image from the Document Settings sidebar"
8169
+ msgstr ""
8170
+
8171
+ #: src/modules/blocks/featured-image/block.js:80
8172
+ msgid "Loading the Image"
8173
+ msgstr ""
8174
+
8175
+ #: src/modules/blocks/featured-image/index.js:23
8176
+ msgid "Display the featured image in the post content."
8177
+ msgstr ""
8178
+
8179
+ #: src/modules/data/blocks/datetime/reducer.js:40
8180
+ msgid "@"
8181
+ msgstr ""
8182
+
8183
+ #: src/modules/data/blocks/datetime/reducer.js:43
8184
+ msgid "-"
8185
+ msgstr ""
8186
+
8187
+ #: src/modules/data/blocks/price/reducer.js:23
8188
+ msgid "$"
8189
+ msgstr ""
8190
+
8191
+ #: src/modules/elements/google-map/element.js:205
8192
+ msgid "The map does not have valid coordinates nor a valid address"
8193
+ msgstr ""
8194
+
8195
+ #: src/modules/elements/google-map/element.js:270
8196
+ msgid "Make sure Google Maps Library is included on this page."
8197
+ msgstr ""
8198
+
8199
+ #: src/modules/elements/google-map/element.js:327
8200
+ msgid "A Google Map API KEY is required to view the map"
8201
+ msgstr ""
8202
+
8203
+ #: src/modules/elements/organizer-form/element.js:145
8204
+ msgid "The e-mail address will be obfuscated on your site to avoid it getting harvested by spammers."
8205
+ msgstr ""
8206
+
8207
+ #: src/modules/elements/organizer-form/element.js:152
8208
+ msgid "Name:"
8209
+ msgstr ""
8210
+
8211
+ #: src/modules/elements/organizer-form/element.js:213
8212
+ msgid "Create Organizer"
8213
+ msgstr ""
8214
+
8215
+ #: src/modules/elements/search-or-create/template.js:26
8216
+ msgid "Add or Find"
8217
+ msgstr ""
8218
+
8219
+ #: src/modules/elements/terms-list/element.js:138
8220
+ msgid ", "
8221
+ msgstr ""
8222
+
8223
+ #: src/modules/elements/upsell/element.js:23
8224
+ msgid "Turbocharge your events with our premium calendar and ticketing add-ons. "
8225
+ msgstr ""
8226
+
8227
+ #: src/modules/elements/upsell/element.js:33
8228
+ msgctxt "linked text for plugin add-ons"
8229
+ msgid "Check 'em out!"
8230
+ msgstr ""
8231
+
8232
+ #: src/modules/elements/venue-form/element.js:135
8233
+ msgid "Country"
8234
+ msgstr ""
8235
+
8236
+ #: src/modules/widgets/events-list/index.js:20
8237
+ msgid "Events List"
8238
+ msgstr ""
8239
+
8240
+ #: src/modules/widgets/events-list/index.js:21
8241
+ msgid "Shows a list of upcoming events."
8242
+ msgstr ""
8243
+
8244
+ #: src/resources/js/tec-update-6.0.0-notice.js:17
8245
+ msgid "Upgrade your %1$s"
8246
  msgstr ""
readme.txt CHANGED
@@ -4,8 +4,8 @@ Contributors: theeventscalendar, borkweb, bordoni, brianjessee, aguseo, camwynsp
4
  Tags: events, calendar, event, schedule, organizer
5
  Donate link: https://evnt.is/29
6
  Requires at least: 5.8.6
7
- Stable tag: 6.0.4
8
- Tested up to: 6.1
9
  Requires PHP: 7.3
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -229,6 +229,24 @@ Remember to always make a backup of your database and files before updating!
229
 
230
  == Changelog ==
231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  = [6.0.4] 2022-11-15 =
233
 
234
  * Version - The Events Calendar 6.0.4 is only compatible with Events Calendar PRO 6.0.3 and higher
4
  Tags: events, calendar, event, schedule, organizer
5
  Donate link: https://evnt.is/29
6
  Requires at least: 5.8.6
7
+ Stable tag: 6.0.5
8
+ Tested up to: 6.1.1
9
  Requires PHP: 7.3
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
229
 
230
  == Changelog ==
231
 
232
+ = [6.0.5] 2022-11-29 =
233
+
234
+ * Fix - Fix for scenarios where fatal `Call to a member function get() on null in... the-events-calendar/src/Tribe/Query.php(46)` would occur when `$wp_query` global was not set. [TEC-4566]
235
+ * Fix - Add correct text domains to the Organizer block. [TEC-4466]
236
+ * Fix - Fix for stuck migrations when duplicate meta exists. [TEC-4547]
237
+ * Tweak - Added ability to filter v2 repository args on all View queries. [ECP-1372]
238
+ * Tweak - Reorganize the General and Display settings tab content. [TCMN-149]
239
+ * Tweak - New headers for the General and Display settings tabs. [TEC-4573]
240
+ * Tweak - Add view upsells for ECP on the settings display tab. [TEC-4572]
241
+ * Tweak - Add settings info boxes. [TEC-4574]
242
+ * Fix - Avoid issues when trying to import some .ics format files with Event Aggregator. [EA-461]
243
+ * Deprecation - `Tribe__Events__Editor__Compatibility::$blocks_editor_hidden_field_key`.
244
+ * Deprecation - `Tribe__Events__Main::do_addons_api_settings_tab()`, `Tribe__Events__Main::show_upgrade()`,
245
+ `Tribe__Events__Main::do_upgrade_tab()`, `Tribe__Events__Main::general_settings_tab_fields()`,
246
+ `Tribe__Events__Main::display_settings_tab_fields()`, `Tribe__Events__Main::tribe_settings_url()`.
247
+ * Tweak - Added filters: `tec_events_custom_tables_v1_query_modifier_applies_to_query`, `tec_events_display_settings_tab_fields`, `tribe_general_settings_tab_fields`
248
+ * Language - 118 new strings added, 287 updated, 10 fuzzied, and 88 obsoleted.
249
+
250
  = [6.0.4] 2022-11-15 =
251
 
252
  * Version - The Events Calendar 6.0.4 is only compatible with Events Calendar PRO 6.0.3 and higher
src/Events/Custom_Tables/V1/Migration/Events.php CHANGED
@@ -54,7 +54,7 @@ class Events {
54
  // Atomic query.
55
  // Fetch only those that were NOT previously touched.
56
  $lock_query = "INSERT INTO {$wpdb->postmeta} (post_id, meta_key, meta_value)
57
- SELECT p.ID, %s,%s
58
  FROM {$wpdb->posts} p
59
  LEFT JOIN {$wpdb->postmeta} pm ON p.ID = pm.post_id AND pm.meta_key IN (%s, %s)
60
  LEFT JOIN {$wpdb->postmeta} created_by_migration ON p.ID = created_by_migration.post_id
@@ -265,7 +265,7 @@ class Events {
265
  global $wpdb;
266
  $total_events = (int) $wpdb->get_var(
267
  $wpdb->prepare(
268
- "SELECT COUNT(ID) FROM {$wpdb->posts} p
269
  LEFT JOIN {$wpdb->postmeta} created_by_migration ON p.ID = created_by_migration.post_id
270
  AND created_by_migration.meta_key = %s
271
  LEFT JOIN {$wpdb->postmeta} pm1 ON p.ID = pm1.post_id AND pm1.meta_key = '_EventStartDate'
54
  // Atomic query.
55
  // Fetch only those that were NOT previously touched.
56
  $lock_query = "INSERT INTO {$wpdb->postmeta} (post_id, meta_key, meta_value)
57
+ SELECT DISTINCT p.ID, %s,%s
58
  FROM {$wpdb->posts} p
59
  LEFT JOIN {$wpdb->postmeta} pm ON p.ID = pm.post_id AND pm.meta_key IN (%s, %s)
60
  LEFT JOIN {$wpdb->postmeta} created_by_migration ON p.ID = created_by_migration.post_id
265
  global $wpdb;
266
  $total_events = (int) $wpdb->get_var(
267
  $wpdb->prepare(
268
+ "SELECT COUNT(DISTINCT `ID`) FROM {$wpdb->posts} p
269
  LEFT JOIN {$wpdb->postmeta} created_by_migration ON p.ID = created_by_migration.post_id
270
  AND created_by_migration.meta_key = %s
271
  LEFT JOIN {$wpdb->postmeta} pm1 ON p.ID = pm1.post_id AND pm1.meta_key = '_EventStartDate'
src/Events/Custom_Tables/V1/WP_Query/Modifiers/Events_Not_In_Series_Modifier.php DELETED
@@ -1,111 +0,0 @@
1
- <?php
2
- /**
3
- * Modifies a WP Query to only return events that are not related to any Series.
4
- *
5
- * This modifier will only apply to queries that have it specified in the query_args
6
- *
7
- * @since 6.0.0
8
- *
9
- * @package TEC\Events\Custom_Tables\V1\WP_Query\Modifiers
10
- */
11
-
12
- namespace TEC\Events\Custom_Tables\V1\WP_Query\Modifiers;
13
-
14
- use TEC\Events_Pro\Custom_Tables\V1\Tables\Series_Relationships;
15
- use WP_Query;
16
-
17
- /**
18
- * Class Events_Series_Relationship_Modifier
19
- *
20
- * @since 6.0.0
21
- *
22
- * @package TEC\Events\Custom_Tables\V1\WP_Query\Modifiers
23
- */
24
- class Events_Not_In_Series_Modifier extends Base_Modifier {
25
-
26
- const POST_NOT_IN_SERIES = 'post__not_in_series';
27
-
28
- /**
29
- * {@inheritdoc}
30
- */
31
- public function hook() {
32
- add_filter( 'posts_join', [ $this, 'join_on_series_relationships_table' ], 10, 2 );
33
- add_filter( 'posts_where', [ $this, 'where_event_is_unrelated_to_series' ], 10, 2 );
34
- }
35
-
36
- /**
37
- * {@inheritdoc}
38
- */
39
- public function unhook() {
40
- remove_filter( 'posts_join', [ $this, 'join_on_series_relationships_table' ] );
41
- remove_filter( 'posts_where', [ $this, 'where_event_is_unrelated_to_series' ] );
42
- }
43
-
44
- /**
45
- * {@inheritdoc}
46
- */
47
- public function applies_to( WP_Query $query = null ) {
48
-
49
- if ( ! class_exists( 'Tribe__Events__Pro__Main' ) ) {
50
- return false;
51
- }
52
-
53
- if ( empty( $query->query_vars[ self::POST_NOT_IN_SERIES ] ) ) {
54
- return false;
55
- }
56
-
57
- return true;
58
- }
59
-
60
- /**
61
- * Adds a new LEFT JOIN clause to the query, relating any wp_post ID to event_post_id in the series relationship
62
- * table.
63
- *
64
- * @since 6.0.0
65
- *
66
- * @param string $join the current join statement
67
- * @param WP_Query $query the current query
68
- *
69
- * @return string
70
- */
71
- public function join_on_series_relationships_table( $join, $query ) {
72
- if ( $query !== $this->query ) {
73
- return $join;
74
- }
75
-
76
- remove_filter( 'posts_join', [ $this, 'join_on_series_relationships_table' ] );
77
-
78
- global $wpdb;
79
- $posts = $wpdb->posts;
80
- $series_relationships = Series_Relationships::table_name( true );
81
-
82
- $join .= "\nLEFT JOIN {$series_relationships} ON {$posts}.ID = {$series_relationships}.event_post_id";
83
-
84
- return $join;
85
- }
86
-
87
- /**
88
- * Adds a new WHERE parameter to the query to make sure any sort of filtering happens only in wp_post IDs that do
89
- * not exist in the series relationship table.
90
- *
91
- * @since 6.0.0
92
- *
93
- * @param string $where the current where statement
94
- * @param WP_Query $query the current query
95
- *
96
- * @return string
97
- */
98
- public function where_event_is_unrelated_to_series( $where, $query ) {
99
- if ( $query !== $this->query ) {
100
- return $where;
101
- }
102
-
103
- remove_filter( 'posts_where', [ $this, 'where_event_is_unrelated_to_series' ] );
104
-
105
- $series_relationships = Series_Relationships::table_name( true );
106
-
107
- $where .= " AND {$series_relationships}.event_post_id IS NULL";
108
-
109
- return $where;
110
- }
111
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/Events/Custom_Tables/V1/WP_Query/Modifiers/Events_Only_Modifier.php CHANGED
@@ -11,6 +11,7 @@ namespace TEC\Events\Custom_Tables\V1\WP_Query\Modifiers;
11
 
12
  use TEC\Events\Custom_Tables\V1\Traits\With_WP_Query_Introspection;
13
  use TEC\Events\Custom_Tables\V1\WP_Query\Custom_Tables_Query;
 
14
  use Tribe__Events__Main as TEC;
15
  use WP_Post;
16
  use WP_Query;
@@ -118,7 +119,15 @@ class Events_Only_Modifier extends Base_Modifier {
118
  * @since 6.0.0
119
  */
120
  protected function is_target_query( WP_Query $query = null ) {
121
- return parent::is_target_query( $query )
122
- && ! tribe( Events_Not_In_Series_Modifier::class )->applies_to( $query );
 
 
 
 
 
 
 
 
123
  }
124
  }
11
 
12
  use TEC\Events\Custom_Tables\V1\Traits\With_WP_Query_Introspection;
13
  use TEC\Events\Custom_Tables\V1\WP_Query\Custom_Tables_Query;
14
+ use TEC\Events_Pro\Custom_Tables\V1\WP_Query\Modifiers\Events_Not_In_Series_Modifier;
15
  use Tribe__Events__Main as TEC;
16
  use WP_Post;
17
  use WP_Query;
119
  * @since 6.0.0
120
  */
121
  protected function is_target_query( WP_Query $query = null ) {
122
+ /**
123
+ * Filters whether this modifier should modify the query.
124
+ *
125
+ * @since 6.0.5
126
+ *
127
+ * @param bool $should_filter Should filter, defaults to rely on internal logic whether to modify.
128
+ * @param WP_Query $query The query object.
129
+ * @param Base_Modifier $modifier The modifier being used to filter the query.
130
+ */
131
+ return apply_filters( 'tec_events_custom_tables_v1_query_modifier_applies_to_query', parent::is_target_query( $query ), $query, $this );
132
  }
133
  }
src/Events/Custom_Tables/V1/WP_Query/Modifiers/Events_Series_Relationship_Modifier.php DELETED
@@ -1,103 +0,0 @@
1
- <?php
2
- /**
3
- * Modifies a WP Query to only return events that are related to a set of Series.
4
- *
5
- * This modifier will NOT apply, and work, on custom tables queries.
6
- *
7
- * @since 6.0.0
8
- *
9
- * @package TEC\Events\Custom_Tables\V1\WP_Query\Modifiers
10
- */
11
-
12
- namespace TEC\Events\Custom_Tables\V1\WP_Query\Modifiers;
13
-
14
- use TEC\Events\Custom_Tables\V1\WP_Query\Custom_Tables_Query;
15
- use TEC\Events_Pro\Custom_Tables\V1\Tables\Series_Relationships;
16
- use Tribe__Events__Main as TEC;
17
- use WP_Query;
18
-
19
- /**
20
- * Class Events_Series_Relationship_Modifier
21
- *
22
- * @since 6.0.0
23
- *
24
- * @package TEC\Events\Custom_Tables\V1\WP_Query\Modifiers
25
- */
26
- class Events_Series_Relationship_Modifier extends Base_Modifier {
27
- use With_Series_Normalization;
28
-
29
- /**
30
- * {@inheritdoc}
31
- */
32
- public function hook() {
33
- add_filter( 'posts_join', [ $this, 'join_on_series_relationships_table' ], 10, 2 );
34
- add_filter( 'posts_where', [ $this, 'where_event_is_related_to_series' ], 10, 2 );
35
- }
36
-
37
- /**
38
- * {@inheritdoc}
39
- */
40
- public function unhook() {
41
- remove_filter( 'posts_join', [ $this, 'join_on_series_relationships_table' ] );
42
- remove_filter( 'posts_where', [ $this, 'where_event_is_related_to_series' ] );
43
- }
44
-
45
- /**
46
- * {@inheritdoc}
47
- */
48
- public function applies_to( WP_Query $query = null ) {
49
- return ! $query instanceof Custom_Tables_Query
50
- && array_filter( (array) $query->get( 'post_type' ) ) === [ TEC::POSTTYPE ]
51
- && count( (array) $query->get( 'related_series', [] ) );
52
- }
53
-
54
- /**
55
- * {@inheritdoc}
56
- */
57
- public function join_on_series_relationships_table( $join, $query ) {
58
- if ( $query !== $this->query ) {
59
- return $join;
60
- }
61
-
62
- remove_filter( 'posts_join', [ $this, 'join_on_series_relationships_table' ] );
63
-
64
- $related_series_ids = $this->normalize_query_series_ids( $query );
65
-
66
- if ( ! count( $related_series_ids ) ) {
67
- return $join;
68
- }
69
-
70
- global $wpdb;
71
- $posts = $wpdb->posts;
72
- $series_relationships = Series_Relationships::table_name( true );
73
-
74
- $join .= "\nJOIN {$series_relationships} ON {$posts}.ID = {$series_relationships}.event_post_id";
75
-
76
- return $join;
77
- }
78
-
79
- /**
80
- * {@inheritdoc}
81
- */
82
- public function where_event_is_related_to_series( $where, $query ) {
83
- if ( $query !== $this->query ) {
84
- return $where;
85
- }
86
-
87
- remove_filter( 'posts_where', [ $this, 'where_event_is_related_to_series' ] );
88
-
89
- $related_series_ids = $this->normalize_query_series_ids( $query );
90
-
91
- if ( ! count( $related_series_ids ) ) {
92
- return $where;
93
- }
94
-
95
- $series_relationships = Series_Relationships::table_name( true );
96
- $related_series = implode( ',', $related_series_ids );
97
-
98
-
99
- $where .= " AND {$series_relationships}.series_post_id IN ({$related_series})";
100
-
101
- return $where;
102
- }
103
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/Events/Custom_Tables/V1/WP_Query/Modifiers/Occurrences_Series_Relationship_Modifier.php DELETED
@@ -1,99 +0,0 @@
1
- <?php
2
- /**
3
- * Modifies a Custom Tables Query to only return Occurrences that are related to a set of Series.
4
- *
5
- * This modifier will only apply, and work, on custom tables queries.
6
- *
7
- * @since 6.0.0
8
- *
9
- * @package TEC\Events\Custom_Tables\V1\WP_Query\Modifiers
10
- */
11
-
12
- namespace TEC\Events\Custom_Tables\V1\WP_Query\Modifiers;
13
-
14
- use TEC\Events\Custom_Tables\V1\WP_Query\Custom_Tables_Query;
15
- use TEC\Events_Pro\Custom_Tables\V1\Tables\Series_Relationships;
16
- use Tribe__Events__Main as TEC;
17
- use WP_Query;
18
-
19
- /**
20
- * Class Occurrences_Series_Relationship_Modifier
21
- *
22
- * @since 6.0.0
23
- *
24
- * @package TEC\Events\Custom_Tables\V1\WP_Query\Modifiers
25
- */
26
- class Occurrences_Series_Relationship_Modifier extends Base_Modifier {
27
- use With_Series_Normalization;
28
-
29
- /**
30
- * {@inheritdoc}
31
- */
32
- public function hook() {
33
- add_filter( 'posts_join', [ $this, 'join_on_series_relationships_table' ], 10, 2 );
34
- add_filter( 'posts_where', [ $this, 'where_event_is_related_to_series' ], 10, 2 );
35
- }
36
-
37
- /**
38
- * {@inheritdoc}
39
- */
40
- public function unhook() {
41
- remove_filter( 'posts_join', [ $this, 'join_on_series_relationships_table' ] );
42
- remove_filter( 'posts_where', [ $this, 'where_event_is_related_to_series' ] );
43
- }
44
-
45
- /*
46
- * {@inheritdoc}
47
- */
48
- public function applies_to( WP_Query $query = null ) {
49
- return $query instanceof Custom_Tables_Query
50
- && array_filter( (array) $query->get( 'post_type' ) ) === [ TEC::POSTTYPE ]
51
- && count( (array) $query->get( 'related_series', [] ) );
52
- }
53
-
54
- /**
55
- * {@inheritdoc}
56
- */
57
- public function join_on_series_relationships_table( $join, $query ) {
58
- if ( $query !== $this->query ) {
59
- return $join;
60
- }
61
-
62
- $related_series_ids = $this->normalize_query_series_ids($query);
63
-
64
- if ( ! count( $related_series_ids ) ) {
65
- return $join;
66
- }
67
-
68
- global $wpdb;
69
- $posts = $wpdb->posts;
70
- $series_relationships = Series_Relationships::table_name( true );
71
-
72
- $join .= "\nJOIN {$series_relationships} ON {$posts}.ID = {$series_relationships}.event_post_id";
73
-
74
- return $join;
75
- }
76
-
77
- /**
78
- * {@inheritdoc}
79
- */
80
- public function where_event_is_related_to_series( $where, $query ) {
81
- if ( $query !== $this->query ) {
82
- return $where;
83
- }
84
-
85
- $related_series_ids = $this->normalize_query_series_ids($query);
86
-
87
- if ( ! count( $related_series_ids ) ) {
88
- return $where;
89
- }
90
-
91
- $series_relationships = Series_Relationships::table_name( true );
92
- $related_series = implode( ',', $related_series_ids );
93
-
94
-
95
- $where .= " AND {$series_relationships}.series_post_id IN ({$related_series})";
96
-
97
- return $where;
98
- }
99
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/Events/Custom_Tables/V1/WP_Query/Modifiers/With_Series_Normalization.php DELETED
@@ -1,72 +0,0 @@
1
- <?php
2
- /**
3
- * Provides methods to normalize Series names or IDs to a uniform set in the context of Queries.
4
- *
5
- * @since 6.0.0
6
- *
7
- * @package TEC\Events\Custom_Tables\V1\WP_Query\Modifiers
8
- */
9
-
10
- namespace TEC\Events\Custom_Tables\V1\WP_Query\Modifiers;
11
-
12
- use TEC\Events\Custom_Tables\V1\Traits\With_Unbound_Queries;
13
- use TEC\Events_Pro\Custom_Tables\V1\Series\Post_Type as Series;
14
- use WP_Query;
15
-
16
- /**
17
- * Trait With_Series_Normalization
18
- *
19
- * @since 6.0.0
20
- *
21
- * @package TEC\Events\Custom_Tables\V1\WP_Query\Modifiers
22
- */
23
- trait With_Series_Normalization {
24
- use With_Unbound_Queries;
25
-
26
- /**
27
- * A map from query hashes to the normalized set of Series IDs.
28
- *
29
- * @since 6.0.0
30
- *
31
- * @var array<string,array<int>>
32
- */
33
- private $normalized_series_ids = [];
34
-
35
- /**
36
- * Normalizes an input set of Series post IDs and names to a set of
37
- * series post IDs.
38
- *
39
- * @since 6.0.0
40
- *
41
- * @param WP_Query $query A reference to the Query object that is being filtered
42
- * and for whose the normalization is being done.
43
- *
44
- * @return array<int> A normalized set of Series post IDs.
45
- */
46
- private function normalize_query_series_ids( WP_Query $query ) {
47
- if ( isset( $this->normalized_series_ids[ $query->query_vars_hash ] ) ) {
48
- return $this->normalized_series_ids[ $query->query_vars_hash ];
49
- }
50
-
51
- $series_input = (array) $query->get( 'related_series', [] );
52
-
53
- $matching_names_ids = $this->get_all_posts( [
54
- 'fields' => 'ids',
55
- 'update_post_meta_cache' => false,
56
- 'update_post_term_cache' => false,
57
- 'post_type' => Series::POSTTYPE,
58
- 'post_name__in' => $series_input,
59
- ] );
60
-
61
- $normalized_ids = array_values( array_filter(
62
- array_map(
63
- 'absint',
64
- array_merge( $series_input, $matching_names_ids )
65
- )
66
- ) );
67
-
68
- $this->normalized_series_ids[ $query->query_vars_hash ] = $normalized_ids;
69
-
70
- return $normalized_ids;
71
- }
72
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/Events/Custom_Tables/V1/WP_Query/Monitors/Custom_Tables_Query_Monitor.php CHANGED
@@ -10,7 +10,6 @@
10
  namespace TEC\Events\Custom_Tables\V1\WP_Query\Monitors;
11
 
12
  use TEC\Events\Custom_Tables\V1\WP_Query\Custom_Tables_Query;
13
- use TEC\Events\Custom_Tables\V1\WP_Query\Modifiers\Occurrences_Series_Relationship_Modifier;
14
  use WP_Query;
15
 
16
  /**
@@ -25,14 +24,13 @@ class Custom_Tables_Query_Monitor {
25
 
26
  /**
27
  * A list of possible modifiers implementations.
 
28
  *
29
  * @since 6.0.0
30
  *
31
- * @var array<string>
32
  */
33
- private $implementations = [
34
- Occurrences_Series_Relationship_Modifier::class,
35
- ];
36
 
37
  /**
38
  * Returns the flag property that will be set on a `WP_Query` instance to indicate it should
10
  namespace TEC\Events\Custom_Tables\V1\WP_Query\Monitors;
11
 
12
  use TEC\Events\Custom_Tables\V1\WP_Query\Custom_Tables_Query;
 
13
  use WP_Query;
14
 
15
  /**
24
 
25
  /**
26
  * A list of possible modifiers implementations.
27
+ * Will be filtered into an array of modifiers.
28
  *
29
  * @since 6.0.0
30
  *
31
+ * @var null|array<string>
32
  */
33
+ private $implementations = null;
 
 
34
 
35
  /**
36
  * Returns the flag property that will be set on a `WP_Query` instance to indicate it should
src/Events/Custom_Tables/V1/WP_Query/Monitors/Query_Monitor.php CHANGED
@@ -77,6 +77,36 @@ trait Query_Monitor {
77
  $this->enabled = true;
78
  }
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  /**
81
  * Attaches a Modifier to a WP_Query, if required.
82
  *
@@ -114,7 +144,8 @@ trait Query_Monitor {
114
  }
115
 
116
  $modifiers = [];
117
- foreach ( $this->implementations as $class_name ) {
 
118
  $modifier = $this->container->make( $class_name );
119
  if ( $modifier instanceof WP_Query_Modifier && $modifier->applies_to( $query ) ) {
120
  $query->set( 'tribe_remove_date_filters', true );
77
  $this->enabled = true;
78
  }
79
 
80
+ /**
81
+ * Will filter and retrieve the list of WP_Query_Modifier implementations. Any implementation filters
82
+ * must be applied before the init hook is completed.
83
+ *
84
+ * @since 6.0.5
85
+ *
86
+ * @return array<WP_Query_Modifier> List of WP_Query_Modifier implementations.
87
+ */
88
+ public function get_implementations(): array {
89
+ // Keep running filter until init is finished. Will run one or more times.
90
+ if ( doing_action( 'init' ) || ! did_action( 'init' ) || $this->implementations === null ) {
91
+ /**
92
+ * Filters the Query Modifier implementations that will be used in the Query Monitor parsing.
93
+ *
94
+ * @since 6.0.5
95
+ *
96
+ * @param array<WP_Query_Modifier> The list of Query Modifier implementations that will be used in the
97
+ * query parsing.
98
+ * @param Query_monitor This instance of the Query Monitor retrieving implementations.
99
+ */
100
+ $this->implementations = apply_filters( 'tec_events_custom_tables_v1_query_modifier_implementations',
101
+ $this->implementations ?? [],
102
+ $this
103
+ );
104
+ $this->implementations = array_unique( $this->implementations );
105
+ }
106
+
107
+ return $this->implementations;
108
+ }
109
+
110
  /**
111
  * Attaches a Modifier to a WP_Query, if required.
112
  *
144
  }
145
 
146
  $modifiers = [];
147
+
148
+ foreach ( $this->get_implementations() as $class_name ) {
149
  $modifier = $this->container->make( $class_name );
150
  if ( $modifier instanceof WP_Query_Modifier && $modifier->applies_to( $query ) ) {
151
  $query->set( 'tribe_remove_date_filters', true );
src/Events/Custom_Tables/V1/WP_Query/Monitors/WP_Query_Monitor.php CHANGED
@@ -12,10 +12,9 @@ namespace TEC\Events\Custom_Tables\V1\WP_Query\Monitors;
12
  use Countable;
13
  use TEC\Events\Custom_Tables\V1\WP_Query\Custom_Tables_Query;
14
  use TEC\Events\Custom_Tables\V1\WP_Query\Modifiers\Events_Only_Modifier;
15
- use TEC\Events\Custom_Tables\V1\WP_Query\Modifiers\Events_Series_Relationship_Modifier;
16
- use TEC\Events\Custom_Tables\V1\WP_Query\Modifiers\Events_Not_In_Series_Modifier;
17
  use WP_Query;
18
  use TEC\Events\Custom_Tables\V1\WP_Query\Modifiers\Events_Admin_List_Modifier;
 
19
  /**
20
  * Class Monitor
21
  *
@@ -33,12 +32,7 @@ class WP_Query_Monitor implements Countable {
33
  *
34
  * @var array<string>
35
  */
36
- private $implementations = [
37
- Events_Only_Modifier::class,
38
- Events_Admin_List_Modifier::class,
39
- Events_Series_Relationship_Modifier::class,
40
- Events_Not_In_Series_Modifier::class,
41
- ];
42
 
43
  /**
44
  * Returns the flag property that will be set on a `WP_Query` instance to indicate it should
12
  use Countable;
13
  use TEC\Events\Custom_Tables\V1\WP_Query\Custom_Tables_Query;
14
  use TEC\Events\Custom_Tables\V1\WP_Query\Modifiers\Events_Only_Modifier;
 
 
15
  use WP_Query;
16
  use TEC\Events\Custom_Tables\V1\WP_Query\Modifiers\Events_Admin_List_Modifier;
17
+
18
  /**
19
  * Class Monitor
20
  *
32
  *
33
  * @var array<string>
34
  */
35
+ private $implementations = [ Events_Only_Modifier::class, Events_Admin_List_Modifier::class ];
 
 
 
 
 
36
 
37
  /**
38
  * Returns the flag property that will be set on a `WP_Query` instance to indicate it should
src/Tribe/Admin/Filter_Bar/Provider.php CHANGED
@@ -135,7 +135,8 @@ class Provider extends \tad_DI52_ServiceProvider {
135
  $tec_events_admin_filter_bar_upsell_fields = apply_filters( 'tec_events_filterbar_upgrade_content', $tec_events_filter_bar_upsell_tab );
136
 
137
  new Tribe__Settings_Tab(
138
- 'filter-view', esc_html__( 'Filters', 'the_events_calendar' ),
 
139
  [
140
  'priority' => 40,
141
  'fields' => $tec_events_admin_filter_bar_upsell_fields,
135
  $tec_events_admin_filter_bar_upsell_fields = apply_filters( 'tec_events_filterbar_upgrade_content', $tec_events_filter_bar_upsell_tab );
136
 
137
  new Tribe__Settings_Tab(
138
+ 'filter-view',
139
+ esc_html_x( 'Filters', 'Label for the Filters tab.', 'the-events-calendar' ),
140
  [
141
  'priority' => 40,
142
  'fields' => $tec_events_admin_filter_bar_upsell_fields,
src/Tribe/Admin/Provider.php CHANGED
@@ -27,6 +27,9 @@ class Provider extends \tad_DI52_ServiceProvider {
27
  public function add_hooks() {
28
  add_action( 'tribe_settings_do_tabs', $this->container->callback( Settings::class, 'settings_ui' ) );
29
  add_action( 'admin_menu', $this->container->callback( Settings::class, 'add_admin_pages' ), 11 );
 
 
 
30
  add_action( 'network_admin_menu', $this->container->callback( Settings::class, 'maybe_add_network_settings_page' ) );
31
  add_action( 'tribe_settings_do_tabs', $this->container->callback( Settings::class, 'do_network_settings_tab' ), 400 );
32
  add_filter( 'tribe_settings_page_title', $this->container->callback( Settings::class, 'settings_page_title' ) );
@@ -36,6 +39,7 @@ class Provider extends \tad_DI52_ServiceProvider {
36
  add_filter( 'tec_admin_footer_text', $this->container->callback( Settings::class, 'admin_footer_text_settings' ) );
37
  add_filter( 'tribe-events-save-network-options', $this->container->callback( Settings::class, 'maybe_hijack_save_network_settings' ), 10, 2 );
38
  add_filter( 'tribe_events_register_event_type_args', $this->container->callback( Settings::class, 'filter_event_type_args' ) );
 
39
  add_action( 'admin_init', $this->container->callback( 'tec.admin.notice.update', 'register' ) );
40
  add_action( 'admin_init', $this->container->callback( 'tec.admin.notice.timezones', 'hook' ) );
41
  add_action( 'admin_init', $this->container->callback( 'tec.admin.notice.marketing', 'hook' ) );
@@ -43,4 +47,4 @@ class Provider extends \tad_DI52_ServiceProvider {
43
  add_action( 'admin_init', $this->container->callback( 'tec.admin.notice.fse', 'hook' ) );
44
  add_action( 'admin_init', $this->container->callback( Notice\Legacy_Views_Updated::class, 'hook' ) );
45
  }
46
- }
27
  public function add_hooks() {
28
  add_action( 'tribe_settings_do_tabs', $this->container->callback( Settings::class, 'settings_ui' ) );
29
  add_action( 'admin_menu', $this->container->callback( Settings::class, 'add_admin_pages' ), 11 );
30
+ add_action( 'tribe_settings_do_tabs', $this->container->callback( Settings::class, 'do_addons_api_settings_tab' ) );
31
+ add_action( 'tribe_settings_do_tabs', $this->container->callback( Settings::class, 'do_upgrade_tab' ) );
32
+ add_filter( 'tribe_settings_url', $this->container->callback( Settings::class, 'filter_url' ) );
33
  add_action( 'network_admin_menu', $this->container->callback( Settings::class, 'maybe_add_network_settings_page' ) );
34
  add_action( 'tribe_settings_do_tabs', $this->container->callback( Settings::class, 'do_network_settings_tab' ), 400 );
35
  add_filter( 'tribe_settings_page_title', $this->container->callback( Settings::class, 'settings_page_title' ) );
39
  add_filter( 'tec_admin_footer_text', $this->container->callback( Settings::class, 'admin_footer_text_settings' ) );
40
  add_filter( 'tribe-events-save-network-options', $this->container->callback( Settings::class, 'maybe_hijack_save_network_settings' ), 10, 2 );
41
  add_filter( 'tribe_events_register_event_type_args', $this->container->callback( Settings::class, 'filter_event_type_args' ) );
42
+ add_filter( 'tribe_field_output_checkbox_list_tribeEnableViews', $this->container->callback( Settings::class, 'tease_premium_views' ) );
43
  add_action( 'admin_init', $this->container->callback( 'tec.admin.notice.update', 'register' ) );
44
  add_action( 'admin_init', $this->container->callback( 'tec.admin.notice.timezones', 'hook' ) );
45
  add_action( 'admin_init', $this->container->callback( 'tec.admin.notice.marketing', 'hook' ) );
47
  add_action( 'admin_init', $this->container->callback( 'tec.admin.notice.fse', 'hook' ) );
48
  add_action( 'admin_init', $this->container->callback( Notice\Legacy_Views_Updated::class, 'hook' ) );
49
  }
50
+ }
src/Tribe/Admin/Settings.php CHANGED
@@ -225,10 +225,6 @@ class Settings {
225
  public function maybe_add_troubleshooting() {
226
  $admin_pages = tribe( 'admin.pages' );
227
 
228
- if ( ! tribe( 'settings' )->should_setup_pages() ) {
229
- return;
230
- }
231
-
232
  $troubleshooting = tribe( Troubleshooting::class );
233
 
234
  $admin_pages->register_page(
@@ -254,10 +250,6 @@ class Settings {
254
  public function maybe_add_app_shop() {
255
  $admin_pages = tribe( 'admin.pages' );
256
 
257
- if ( ! tribe( 'settings' )->should_setup_pages() ) {
258
- return;
259
- }
260
-
261
  $app_shop = tribe( Tribe__App_Shop::class );
262
 
263
  $admin_pages->register_page(
@@ -387,13 +379,50 @@ class Settings {
387
  return;
388
  }
389
 
390
- include_once \Tribe__Main::instance()->plugin_path . 'src/admin-views/tribe-options-general.php';
391
- include_once \Tribe__Main::instance()->plugin_path . 'src/admin-views/tribe-options-display.php';
392
  include_once tribe( 'tec.main' )->plugin_path . 'src/admin-views/tribe-options-general.php';
393
  include_once tribe( 'tec.main' )->plugin_path . 'src/admin-views/tribe-options-display.php';
394
 
395
- $this->tabs['general'] = new Tribe__Settings_Tab( 'general', esc_html__( 'General', 'the-events-calendar' ), $generalTab );
396
- $this->tabs['display'] = new Tribe__Settings_Tab( 'display', esc_html__( 'Display', 'the-events-calendar' ), $displayTab );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  }
398
 
399
  /**
@@ -403,7 +432,7 @@ class Settings {
403
  *
404
  * @param string $admin_page The slug of the admin page.
405
  */
406
- public function do_network_settings_tab( $admin_page ) {
407
  if ( ! empty( $admin_page ) && self::$settings_page_id !== $admin_page ) {
408
  return;
409
  }
@@ -421,7 +450,7 @@ class Settings {
421
  * @param string $footer_text The admin footer text.
422
  * @return string $footer_text The admin footer text, maybe modified.
423
  */
424
- public function admin_footer_text_settings( $footer_text ) {
425
  $admin_pages = tribe( 'admin.pages' );
426
  $admin_page = $admin_pages->get_current_page();
427
 
@@ -450,7 +479,7 @@ class Settings {
450
  *
451
  * @return array $tabs Array of tabs IDs for the Events settings page.
452
  */
453
- public function get_events_settings_tabs_ids() {
454
  $tabs = [
455
  'general',
456
  'display',
@@ -479,7 +508,7 @@ class Settings {
479
  *
480
  * @return array $options Formatted the same as from get_options(), maybe modified.
481
  */
482
- public function maybe_hijack_save_network_settings( $options, $admin_page ) {
483
  // If we're saving the network settings page for TEC, bail.
484
  if ( ! empty( $admin_page ) && static::$settings_page_id == $admin_page ) {
485
  return $options;
@@ -510,9 +539,217 @@ class Settings {
510
  *
511
  * @param array $args The default arguments for the event type.
512
  */
513
- public function filter_event_type_args( $args ) {
514
  $args['menu_icon'] = $this->get_menu_icon();
515
 
516
  return $args;
517
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
518
  }
225
  public function maybe_add_troubleshooting() {
226
  $admin_pages = tribe( 'admin.pages' );
227
 
 
 
 
 
228
  $troubleshooting = tribe( Troubleshooting::class );
229
 
230
  $admin_pages->register_page(
250
  public function maybe_add_app_shop() {
251
  $admin_pages = tribe( 'admin.pages' );
252
 
 
 
 
 
253
  $app_shop = tribe( Tribe__App_Shop::class );
254
 
255
  $admin_pages->register_page(
379
  return;
380
  }
381
 
 
 
382
  include_once tribe( 'tec.main' )->plugin_path . 'src/admin-views/tribe-options-general.php';
383
  include_once tribe( 'tec.main' )->plugin_path . 'src/admin-views/tribe-options-display.php';
384
 
385
+ $this->tabs['general'] = new Tribe__Settings_Tab( 'general', esc_html__( 'General', 'the-events-calendar' ), $general_tab );
386
+ $this->tabs['display'] = new Tribe__Settings_Tab( 'display', esc_html__( 'Display', 'the-events-calendar' ), $tec_events_display_tab );
387
+ add_filter( 'tribe_settings_tabs', [ $this, 'sort_tabs' ], 100, 2 );
388
+ }
389
+
390
+ /**
391
+ * Sort the tabs, forcing some to the front and some to the end.
392
+ *
393
+ * @since 6.0.5
394
+ *
395
+ * @param array $tabs The array of tabs.
396
+ * @param string $admin_page The ID of the admin page we are on.
397
+ *
398
+ * @todo deprecate this when we can get the tab priority working correctly, globally.
399
+ *
400
+ * @return array The sorted array of tabs.
401
+ */
402
+ public function sort_tabs( $tabs, $admin_page ): array {
403
+ if ( $admin_page !== 'tec-events-settings' ) {
404
+ return $tabs;
405
+ }
406
+
407
+ // Ensure these are the first tabs.
408
+ $first = [ 'general', 'display' ];
409
+ $tabs = array_merge( array_flip( $first ), $tabs );
410
+
411
+ // Ensure these are the last tabs.
412
+ $last = [ 'licenses', 'addons', 'imports' ];
413
+
414
+
415
+ foreach( $last as $sort ) {
416
+ if ( ! isset( $tabs[ $sort ] ) ) {
417
+ continue;
418
+ }
419
+ // TL/DR: grab each tab, unset it and append it to the end of the array in order.
420
+ $temp = $tabs[ $sort ];
421
+ unset( $tabs[ $sort ] );
422
+ $tabs[ $sort ] = $temp;
423
+ }
424
+
425
+ return $tabs;
426
  }
427
 
428
  /**
432
  *
433
  * @param string $admin_page The slug of the admin page.
434
  */
435
+ public function do_network_settings_tab( $admin_page ): void {
436
  if ( ! empty( $admin_page ) && self::$settings_page_id !== $admin_page ) {
437
  return;
438
  }
450
  * @param string $footer_text The admin footer text.
451
  * @return string $footer_text The admin footer text, maybe modified.
452
  */
453
+ public function admin_footer_text_settings( $footer_text ): string {
454
  $admin_pages = tribe( 'admin.pages' );
455
  $admin_page = $admin_pages->get_current_page();
456
 
479
  *
480
  * @return array $tabs Array of tabs IDs for the Events settings page.
481
  */
482
+ public function get_events_settings_tabs_ids(): array {
483
  $tabs = [
484
  'general',
485
  'display',
508
  *
509
  * @return array $options Formatted the same as from get_options(), maybe modified.
510
  */
511
+ public function maybe_hijack_save_network_settings( $options, $admin_page ): array {
512
  // If we're saving the network settings page for TEC, bail.
513
  if ( ! empty( $admin_page ) && static::$settings_page_id == $admin_page ) {
514
  return $options;
539
  *
540
  * @param array $args The default arguments for the event type.
541
  */
542
+ public function filter_event_type_args( $args ): array {
543
  $args['menu_icon'] = $this->get_menu_icon();
544
 
545
  return $args;
546
  }
547
+
548
+ /**
549
+ * Adds disabled ECP views to the views list as a "teaser".
550
+ *
551
+ * @since 6.0.5
552
+ *
553
+ * @param string $output The HTML output for the Views checkboxes.
554
+ *
555
+ * @return string The modified HTML output.
556
+ */
557
+ public function tease_premium_views( $output ): string {
558
+ // If ECP is installed, we don't need to tease.
559
+ if ( defined( 'EVENTS_CALENDAR_PRO_FILE' ) ) {
560
+ return $output;
561
+ }
562
+
563
+ // Honor the "hide upsells" functionality.
564
+ if ( tec_should_hide_upsell() ) {
565
+ return $output;
566
+ }
567
+
568
+ /* Translators: These View terms should match the ones in Events Calendar PRO. */
569
+ $views = [
570
+ 'summary' => _x( 'Summary', 'Label for the Summary View checkbox.', 'the-events-calendar' ),
571
+ 'photo' => _x( 'Photo', 'Label for the Photo View checkbox.', 'the-events-calendar' ),
572
+ 'week' => _x( 'Week', 'Label for the Week View checkbox.', 'the-events-calendar' ),
573
+ 'map' => _x( 'Map', 'Label for the Map View checkbox.', 'the-events-calendar' ),
574
+ ];
575
+
576
+ $tooltip_label = _x( 'PRO', 'The label for the premium view indicator.', 'the-events-calendar' );
577
+ $tooltip_title = _x(
578
+ 'Get Events Calendar Pro to use this View.',
579
+ 'The title (hover text) for the premium view indicator.',
580
+ 'the-events-calendar'
581
+ );
582
+
583
+ // Loop through the term array above and create teaser checkboxes.
584
+ ob_start();
585
+
586
+ foreach( $views as $name => $label ) { ?>
587
+ <label title="Summary" class="tec-disabled">
588
+ <input type="checkbox" name="tribeEnableViews[]" value="<?php echo esc_attr( $name ) ?>" disabled>
589
+ <?php echo esc_attr( $label ) ?>
590
+ <a
591
+ href="https://evnt.is/1bb-"
592
+ class="tec-settings-teaser-pill"
593
+ title="<?php echo esc_attr( $tooltip_title ); ?>"
594
+ ><?php echo esc_html( $tooltip_label ); ?>
595
+ </a>
596
+ </label>
597
+ <?php }
598
+
599
+ $ecp_string = ob_get_clean();
600
+
601
+ // Insert the teaser checkboxes.
602
+ $pattern = '/label><p/m';
603
+ $subst = 'label>' . $ecp_string . '<p';
604
+ $output = preg_replace($pattern, $subst, $output, 1);
605
+
606
+ return $output;
607
+ }
608
+
609
+ /**
610
+ * Initialize the addons api settings tab.
611
+ *
612
+ * @since 5.15.0 Added check to see if we are on TEC settings page.
613
+ * @since 6.0.5 Moved to Settings class.
614
+ */
615
+ public function do_addons_api_settings_tab( $admin_page ): void {
616
+ // Bail if we're not on TEC settings.
617
+ if ( ! empty( $admin_page ) && static::$settings_page_id !== $admin_page ) {
618
+ return;
619
+ }
620
+
621
+ include_once tribe( 'tec.main' )->plugin_path . 'src/admin-views/tribe-options-addons-api.php';
622
+ }
623
+
624
+ /**
625
+ * should we show the upgrade nags?
626
+ *
627
+ * @since 4.9.12
628
+ * @since 6.0.5 Moved to Settings class.
629
+ *
630
+ * @return boolean
631
+ */
632
+ public function show_upgrade(): bool {
633
+ // This allows sub-site admins to utilize this setting when their access to plugins is restricted.
634
+ $can_show_tab = current_user_can( 'activate_plugins' ) || ( is_multisite() && current_user_can( 'customize' ) );
635
+
636
+ /**
637
+ * Provides an opportunity to override the decision to show or hide the upgrade tab.
638
+ *
639
+ * Normally it will only show if the current user has the "activate_plugins" capability
640
+ * and there are some currently-activated premium plugins.
641
+ *
642
+ * @since 4.9.12
643
+ * @since 6.0.0 This filter now controls only the capability to show the Upgrade tab.
644
+ *
645
+ * @param bool $can_show_tab True or False for showing the Upgrade Tab.
646
+ */
647
+ $can_show_tab = apply_filters( 'tribe_events_show_upgrade_tab', $can_show_tab );
648
+
649
+ if ( ! $can_show_tab ) {
650
+ return false;
651
+ }
652
+
653
+ /**
654
+ * Filters whether the Upgrade Tab has actually any content to show or not.
655
+ *
656
+ * @since 6.0.0
657
+ *
658
+ * @param bool $has_content Whether the tab has any content to show or not.
659
+ */
660
+ if ( ! apply_filters( 'tec_events_upgrade_tab_has_content', false ) ) {
661
+ return false;
662
+ }
663
+
664
+ return true;
665
+ }
666
+
667
+ /**
668
+ * Create the upgrade tab
669
+ *
670
+ * @since 4.9.12
671
+ * @since 5.15.0 Added check to see if we are on TEC settings page.
672
+ * @since 6.0.5 Moved to Settings class.
673
+ */
674
+ public function do_upgrade_tab( $admin_page ): void {
675
+ // Bail if we're not on TEC settings.
676
+ if ( ! empty( $admin_page ) && static::$settings_page_id !== $admin_page ) {
677
+ return;
678
+ }
679
+
680
+ if ( ! $this->show_upgrade() ) {
681
+ return;
682
+ }
683
+
684
+ tribe_asset(
685
+ Plugin::instance(),
686
+ 'tribe-admin-upgrade-page',
687
+ 'admin-upgrade-page.js',
688
+ [ 'tribe-common' ],
689
+ 'admin_enqueue_scripts',
690
+ [
691
+ 'localize' => [
692
+ 'name' => 'tribe_upgrade',
693
+ 'data' => [
694
+ 'v2_is_enabled' => tribe_events_views_v2_is_enabled(),
695
+ 'button_text' => __( 'Upgrade your calendar views', 'the-events-calendar' ),
696
+ ],
697
+ ],
698
+ ]
699
+ );
700
+
701
+ $upgrade_tab_html = '';
702
+
703
+ $upgrade_tab = [
704
+ 'info-box-description' => [
705
+ 'type' => 'html',
706
+ 'html' => $upgrade_tab_html,
707
+ ],
708
+ ];
709
+
710
+ /**
711
+ * Allows the fields displayed in the upgrade tab to be modified.
712
+ *
713
+ * @since 4.9.12
714
+ *
715
+ * @param array $upgrade_tab Array of fields used to setup the Upgrade Tab.
716
+ */
717
+ $upgrade_fields = apply_filters( 'tribe_upgrade_fields', $upgrade_tab );
718
+
719
+ new Tribe__Settings_Tab(
720
+ 'upgrade', esc_html__( 'Upgrade', 'the-events-calendar' ),
721
+ [
722
+ 'priority' => 100,
723
+ 'fields' => $upgrade_fields,
724
+ 'network_admin' => is_network_admin(),
725
+ 'show_save' => true,
726
+ ]
727
+ );
728
+
729
+ add_filter(
730
+ 'tec_events_settings_tabs_ids',
731
+ function( $tabs ) {
732
+ $tabs[] = 'upgrade';
733
+ return $tabs;
734
+ }
735
+ );
736
+ }
737
+
738
+ /**
739
+ * When TEC is activated, the Events top level menu item in the dashboard needs the post_type appended to it
740
+ *
741
+ * @since 4.3.5
742
+ * @since 6.0.5 Moved to Settings class.
743
+ *
744
+ * @param string $url Settings URL to filter
745
+ *
746
+ * @return string
747
+ */
748
+ public function filter_url( $url ): string {
749
+ if ( is_network_admin() ) {
750
+ return $url;
751
+ }
752
+
753
+ return add_query_arg( [ 'post_type' => Plugin::POSTTYPE ], $url );
754
+ }
755
  }
src/Tribe/Admin/Timezone_Settings.php CHANGED
@@ -10,21 +10,21 @@ class Tribe__Events__Admin__Timezone_Settings {
10
  public function __construct() {
11
  $this->listen();
12
  add_action( 'wp_ajax_tribe_timezone_update', [ $this, 'ajax_updater' ] );
13
- add_filter( 'tribe_general_settings_tab_fields', [ $this, 'settings_ui' ] );
14
  }
15
 
16
  /**
17
- * Adds timezone settings to the *General* settings tab.
18
  *
19
  * When it is determined that timezone data still needs to be generated for one or more
20
  * events then only the update tool will be exposed in this area, in all other cases this
21
  * is not exposed and the ordinary timezone settings will be visible.
22
  *
23
- * @param array $general_settings
24
  *
25
  * @return array
26
  */
27
- public function settings_ui( array $general_settings ) {
28
  $updater = new Tribe__Events__Admin__Timezone_Updater;
29
 
30
  // Load all timezone settings
@@ -41,8 +41,8 @@ class Tribe__Events__Admin__Timezone_Settings {
41
 
42
  // Add the new section just before the settings form is closed
43
  return Tribe__Main::array_insert_before_key(
44
- 'tribe-form-content-end',
45
- $general_settings,
46
  $timezone_settings
47
  );
48
  }
10
  public function __construct() {
11
  $this->listen();
12
  add_action( 'wp_ajax_tribe_timezone_update', [ $this, 'ajax_updater' ] );
13
+ add_filter( 'tec_events_display_settings_tab_fields', [ $this, 'settings_ui' ], 20 );
14
  }
15
 
16
  /**
17
+ * Adds timezone settings to the *Display* settings tab.
18
  *
19
  * When it is determined that timezone data still needs to be generated for one or more
20
  * events then only the update tool will be exposed in this area, in all other cases this
21
  * is not exposed and the ordinary timezone settings will be visible.
22
  *
23
+ * @param array $display_settings
24
  *
25
  * @return array
26
  */
27
+ public function settings_ui( array $display_settings ) {
28
  $updater = new Tribe__Events__Admin__Timezone_Updater;
29
 
30
  // Load all timezone settings
41
 
42
  // Add the new section just before the settings form is closed
43
  return Tribe__Main::array_insert_before_key(
44
+ 'tribe-events-currency-title',
45
+ $display_settings,
46
  $timezone_settings
47
  );
48
  }
src/Tribe/Aggregator/Service.php CHANGED
@@ -505,7 +505,7 @@ class Tribe__Events__Aggregator__Service {
505
  ];
506
 
507
  if ( isset( $args['file'] ) ) {
508
- $boundary = wp_generate_password( 24 );
509
  $headers = [
510
  'content-type' => 'multipart/form-data; boundary=' . $boundary,
511
  ];
505
  ];
506
 
507
  if ( isset( $args['file'] ) ) {
508
+ $boundary = wp_generate_password( 24, false );
509
  $headers = [
510
  'content-type' => 'multipart/form-data; boundary=' . $boundary,
511
  ];
src/Tribe/Editor/Compatibility.php CHANGED
@@ -31,6 +31,7 @@ class Tribe__Events__Editor__Compatibility {
31
  * Key for the Hidden Field of toggling blocks editor.
32
  *
33
  * @since 5.14.0
 
34
  *
35
  * @var string
36
  */
@@ -48,6 +49,7 @@ class Tribe__Events__Editor__Compatibility {
48
  public function hook() {
49
  add_filter( 'tribe_editor_should_load_blocks', [ $this, 'filter_tribe_editor_should_load_blocks' ], 100 );
50
  add_filter( 'classic_editor_enabled_editors_for_post_type', [ $this, 'filter_classic_editor_enabled_editors_for_post_type' ], 10, 2 );
 
51
  }
52
 
53
  /**
@@ -129,7 +131,7 @@ class Tribe__Events__Editor__Compatibility {
129
  *
130
  * @return array
131
  */
132
- public function insert_toggle_blocks_editor_field( $fields = [] ) {
133
  if ( ! tribe( 'editor' )->is_wp_version() ) {
134
  return $fields;
135
  }
@@ -137,7 +139,6 @@ class Tribe__Events__Editor__Compatibility {
137
  $read_more_url = 'https://theeventscalendar.com/gutenberg-block-editor-news/?utm_source=tec&utm_medium=eventscalendarapp&utm_term=adminnotice&utm_campaign=gutenbergrelease&utm_content=ebook-gutenberg&cid=tec_eventscalendarapp_adminnotice_gutenbergrelease_ebook-gutenberg';
138
  $read_more_link = sprintf( ' <a href="%2$s" target="_blank">%1$s</a>.', esc_html__( 'Read more', 'the-events-calendar' ), esc_url( $read_more_url ) );
139
 
140
- $insert_before = 'showComments';
141
  $insert_data = [
142
  static::$blocks_editor_key => [
143
  'type' => 'checkbox_bool',
@@ -147,16 +148,13 @@ class Tribe__Events__Editor__Compatibility {
147
  'validation_type' => 'boolean',
148
  'attributes' => [ 'id' => 'tribe-blocks-editor-toggle-field' ],
149
  ],
150
- static::$blocks_editor_hidden_field_key => [
151
- 'type' => 'checkbox_bool',
152
- 'label' => esc_html__( 'Hidden Blocks Editor Config', 'the-events-calendar' ),
153
- 'default' => false,
154
- 'validation_type' => 'boolean',
155
- 'attributes' => [ 'id' => 'tribe-blocks-editor-toggle-hidden-field' ],
156
- ],
157
  ];
158
 
159
- return Tribe__Main::array_insert_before_key( $insert_before, $fields, $insert_data );
 
 
 
 
160
  }
161
 
162
  /* DEPRECATED */
31
  * Key for the Hidden Field of toggling blocks editor.
32
  *
33
  * @since 5.14.0
34
+ * @deprecated 6.0.5
35
  *
36
  * @var string
37
  */
49
  public function hook() {
50
  add_filter( 'tribe_editor_should_load_blocks', [ $this, 'filter_tribe_editor_should_load_blocks' ], 100 );
51
  add_filter( 'classic_editor_enabled_editors_for_post_type', [ $this, 'filter_classic_editor_enabled_editors_for_post_type' ], 10, 2 );
52
+ add_filter( 'tribe_general_settings_tab_fields', [ $this, 'insert_toggle_blocks_editor_field' ] );
53
  }
54
 
55
  /**
131
  *
132
  * @return array
133
  */
134
+ public function insert_toggle_blocks_editor_field( $fields ) {
135
  if ( ! tribe( 'editor' )->is_wp_version() ) {
136
  return $fields;
137
  }
139
  $read_more_url = 'https://theeventscalendar.com/gutenberg-block-editor-news/?utm_source=tec&utm_medium=eventscalendarapp&utm_term=adminnotice&utm_campaign=gutenbergrelease&utm_content=ebook-gutenberg&cid=tec_eventscalendarapp_adminnotice_gutenbergrelease_ebook-gutenberg';
140
  $read_more_link = sprintf( ' <a href="%2$s" target="_blank">%1$s</a>.', esc_html__( 'Read more', 'the-events-calendar' ), esc_url( $read_more_url ) );
141
 
 
142
  $insert_data = [
143
  static::$blocks_editor_key => [
144
  'type' => 'checkbox_bool',
148
  'validation_type' => 'boolean',
149
  'attributes' => [ 'id' => 'tribe-blocks-editor-toggle-field' ],
150
  ],
 
 
 
 
 
 
 
151
  ];
152
 
153
+ return Tribe__Main::array_insert_before_key(
154
+ 'disable_metabox_custom_fields',
155
+ $fields,
156
+ $insert_data
157
+ );
158
  }
159
 
160
  /* DEPRECATED */
src/Tribe/Main.php CHANGED
@@ -37,7 +37,7 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
37
  const VENUE_POST_TYPE = 'tribe_venue';
38
  const ORGANIZER_POST_TYPE = 'tribe_organizer';
39
 
40
- const VERSION = '6.0.4';
41
 
42
  /**
43
  * Min Pro Addon
@@ -868,13 +868,6 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
868
  add_filter( 'tribe_currency_symbol', [ $this, 'maybe_set_currency_symbol_with_post' ], 10, 2 );
869
  add_filter( 'tribe_reverse_currency_position', [ $this, 'maybe_set_currency_position_with_post' ], 10, 2 );
870
 
871
- // Settings page hooks
872
- add_action( 'tribe_settings_do_tabs', [ $this, 'do_addons_api_settings_tab' ] );
873
- add_filter( 'tribe_general_settings_tab_fields', [ $this, 'general_settings_tab_fields' ] );
874
- add_filter( 'tribe_display_settings_tab_fields', [ $this, 'display_settings_tab_fields' ] );
875
- add_filter( 'tribe_settings_url', [ $this, 'tribe_settings_url' ] );
876
- add_action( 'tribe_settings_do_tabs', [ $this, 'do_upgrade_tab' ] );
877
-
878
  // Setup Help Tab texting
879
  add_action( 'tribe_help_pre_get_sections', [ $this, 'add_help_section_feature_box_content' ] );
880
  add_action( 'tribe_help_pre_get_sections', [ $this, 'add_help_section_support_content' ] );
@@ -1231,126 +1224,39 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
1231
  * Initialize the addons api settings tab.
1232
  *
1233
  * @since 5.15.0 Added check to see if we are on TEC settings page.
 
 
1234
  */
1235
  public function do_addons_api_settings_tab( $admin_page ) {
1236
- // Bail if we're not on TEC settings.
1237
- if ( ! empty( $admin_page ) && tribe( Settings::class )::$settings_page_id !== $admin_page ) {
1238
- return;
1239
- }
1240
-
1241
- include_once $this->plugin_path . 'src/admin-views/tribe-options-addons-api.php';
1242
  }
1243
 
1244
  /**
1245
- * should we show the upgrade nags?
1246
  *
1247
  * @since 4.9.12
1248
  *
1249
- * @return boolean
 
 
1250
  */
1251
  public function show_upgrade() {
1252
- // This allows sub-site admins to utilize this setting when their access to plugins is restricted.
1253
- $can_show_tab = current_user_can( 'activate_plugins' ) || ( is_multisite() && current_user_can( 'customize' ) );
1254
-
1255
- /**
1256
- * Provides an opportunity to override the decision to show or hide the upgrade tab.
1257
- *
1258
- * Normally it will only show if the current user has the "activate_plugins" capability
1259
- * and there are some currently-activated premium plugins.
1260
- *
1261
- * @since 4.9.12
1262
- * @since 6.0.0 This filter now controls only the capability to show the Upgrade tab.
1263
- *
1264
- * @param bool $can_show_tab True or False for showing the Upgrade Tab.
1265
- */
1266
- $can_show_tab = apply_filters( 'tribe_events_show_upgrade_tab', $can_show_tab );
1267
-
1268
- if ( ! $can_show_tab ) {
1269
- return false;
1270
- }
1271
-
1272
- /**
1273
- * Filters whether the Upgrade Tab has actually any content to show or not.
1274
- *
1275
- * @since 6.0.0
1276
- *
1277
- * @param bool $has_content Whether the tab has any content to show or not.
1278
- */
1279
- if ( ! apply_filters( 'tec_events_upgrade_tab_has_content', false ) ) {
1280
- return false;
1281
- }
1282
-
1283
- return true;
1284
  }
1285
 
1286
  /**
1287
- * Create the upgrade tab
1288
  *
1289
  * @since 4.9.12
1290
  * @since 5.15.0 Added check to see if we are on TEC settings page.
 
 
1291
  */
1292
  public function do_upgrade_tab( $admin_page ) {
1293
- // Bail if we're not on TEC settings.
1294
- if ( ! empty( $admin_page ) && tribe( Settings::class )::$settings_page_id !== $admin_page ) {
1295
- return;
1296
- }
1297
-
1298
- if ( ! $this->show_upgrade() ) {
1299
- return;
1300
- }
1301
-
1302
- tribe_asset(
1303
- self::instance(),
1304
- 'tribe-admin-upgrade-page',
1305
- 'admin-upgrade-page.js',
1306
- [ 'tribe-common' ],
1307
- 'admin_enqueue_scripts',
1308
- [
1309
- 'localize' => [
1310
- 'name' => 'tribe_upgrade',
1311
- 'data' => [
1312
- 'v2_is_enabled' => tribe_events_views_v2_is_enabled(),
1313
- 'button_text' => __( 'Upgrade your calendar views', 'the-events-calendar' ),
1314
- ],
1315
- ],
1316
- ]
1317
- );
1318
-
1319
- $upgrade_tab_html = '';
1320
-
1321
- $upgrade_tab = [
1322
- 'info-box-description' => [
1323
- 'type' => 'html',
1324
- 'html' => $upgrade_tab_html,
1325
- ],
1326
- ];
1327
-
1328
- /**
1329
- * Allows the fields displayed in the upgrade tab to be modified.
1330
- *
1331
- * @since 4.9.12
1332
- *
1333
- * @param array $upgrade_tab Array of fields used to setup the Upgrade Tab.
1334
- */
1335
- $upgrade_fields = apply_filters( 'tribe_upgrade_fields', $upgrade_tab );
1336
-
1337
- new Tribe__Settings_Tab(
1338
- 'upgrade', esc_html__( 'Upgrade', 'the-events-calendar' ),
1339
- [
1340
- 'priority' => 100,
1341
- 'fields' => $upgrade_fields,
1342
- 'network_admin' => is_network_admin(),
1343
- 'show_save' => true,
1344
- ]
1345
- );
1346
-
1347
- add_filter(
1348
- 'tec_events_settings_tabs_ids',
1349
- function( $tabs ) {
1350
- $tabs[] = 'upgrade';
1351
- return $tabs;
1352
- }
1353
- );
1354
  }
1355
 
1356
  /**
@@ -3763,44 +3669,43 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
3763
  }
3764
 
3765
  /**
3766
- * Inject TEC specific setting fields into the general tab
3767
  *
3768
- * @param array $general_tab_fields Fields for the general settings tab
 
 
3769
  *
3770
  * @return array
3771
  */
3772
  public function general_settings_tab_fields( $general_tab_fields ) {
3773
- require_once $this->plugin_path . 'src/admin-views/tribe-options-general.php';
3774
-
3775
- return $general_tab_fields;
3776
  }
3777
 
3778
  /**
3779
- * Inject TEC specific setting fields into the display tab
3780
  *
3781
- * @param array $display_tab_fields Fields for the display settings tab
 
 
3782
  *
3783
  * @return array
3784
  */
3785
  public function display_settings_tab_fields( $display_tab_fields ) {
3786
- require_once $this->plugin_path . 'src/admin-views/tribe-options-display.php';
3787
-
3788
- return $display_tab_fields;
3789
  }
3790
 
3791
  /**
3792
- * When TEC is activated, the Events top level menu item in the dashboard needs the post_type appended to it
3793
  *
3794
- * @param string $url Settings URL to filter
 
 
3795
  *
3796
  * @return string
3797
  */
3798
  public function tribe_settings_url( $url ) {
3799
- if ( is_network_admin() ) {
3800
- return $url;
3801
- }
3802
-
3803
- return add_query_arg( [ 'post_type' => self::POSTTYPE ], $url );
3804
  }
3805
 
3806
  /**
37
  const VENUE_POST_TYPE = 'tribe_venue';
38
  const ORGANIZER_POST_TYPE = 'tribe_organizer';
39
 
40
+ const VERSION = '6.0.5';
41
 
42
  /**
43
  * Min Pro Addon
868
  add_filter( 'tribe_currency_symbol', [ $this, 'maybe_set_currency_symbol_with_post' ], 10, 2 );
869
  add_filter( 'tribe_reverse_currency_position', [ $this, 'maybe_set_currency_position_with_post' ], 10, 2 );
870
 
 
 
 
 
 
 
 
871
  // Setup Help Tab texting
872
  add_action( 'tribe_help_pre_get_sections', [ $this, 'add_help_section_feature_box_content' ] );
873
  add_action( 'tribe_help_pre_get_sections', [ $this, 'add_help_section_support_content' ] );
1224
  * Initialize the addons api settings tab.
1225
  *
1226
  * @since 5.15.0 Added check to see if we are on TEC settings page.
1227
+ *
1228
+ * @deprected 6.0.5
1229
  */
1230
  public function do_addons_api_settings_tab( $admin_page ) {
1231
+ _deprecated_function( __METHOD__, '6.0.5', 'tribe( Settings::class )->do_addons_api_settings_tab()' );
1232
+ tribe( Settings::class )->do_addons_api_settings_tab( $admin_page );
 
 
 
 
1233
  }
1234
 
1235
  /**
1236
+ * Should we show the upgrade nags?
1237
  *
1238
  * @since 4.9.12
1239
  *
1240
+ * @deprecated 6.0.5
1241
+ *
1242
+ * @return bool
1243
  */
1244
  public function show_upgrade() {
1245
+ _deprecated_function( __METHOD__, '6.0.5', 'tribe( Settings::class )->show_upgrade()' );
1246
+ return tribe( Settings::class)->show_upgrade();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1247
  }
1248
 
1249
  /**
1250
+ * Create the upgrade tab.
1251
  *
1252
  * @since 4.9.12
1253
  * @since 5.15.0 Added check to see if we are on TEC settings page.
1254
+ *
1255
+ * @deprecated 6.0.5
1256
  */
1257
  public function do_upgrade_tab( $admin_page ) {
1258
+ _deprecated_function( __METHOD__, '6.0.5', 'tribe( Settings::class )->do_upgrade_tab()' );
1259
+ tribe( Settings::class )->do_upgrade_tab( $admin_page );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1260
  }
1261
 
1262
  /**
3669
  }
3670
 
3671
  /**
3672
+ * Inject TEC specific setting fields into the general tab.
3673
  *
3674
+ * @param array $general_tab_fields Fields for the general settings tab.
3675
+ *
3676
+ * @deprecated 6.0.5
3677
  *
3678
  * @return array
3679
  */
3680
  public function general_settings_tab_fields( $general_tab_fields ) {
3681
+ _deprecated_function( __METHOD__, '6.0.5', 'No replacement. Handled by Settings::settings_ui()' );
 
 
3682
  }
3683
 
3684
  /**
3685
+ * Inject TEC specific setting fields into the display tab.
3686
  *
3687
+ * @param array $display_tab_fields Fields for the display settings tab.
3688
+ *
3689
+ * @deprecated 6.0.5
3690
  *
3691
  * @return array
3692
  */
3693
  public function display_settings_tab_fields( $display_tab_fields ) {
3694
+ _deprecated_function( __METHOD__, '6.0.5', 'No replacement. Handled by Settings::settings_ui()' );
 
 
3695
  }
3696
 
3697
  /**
3698
+ * When TEC is activated, the Events top level menu item in the dashboard needs the post_type appended to it.
3699
  *
3700
+ * @param string $url Settings URL to filter.
3701
+ *
3702
+ * @deprecated 6.0.5
3703
  *
3704
  * @return string
3705
  */
3706
  public function tribe_settings_url( $url ) {
3707
+ _deprecated_function( __METHOD__, '6.0.5', 'tribe( Settings::class )->filter_url()' );
3708
+ return tribe( Settings::class )->filter_url( $url );
 
 
 
3709
  }
3710
 
3711
  /**
src/Tribe/Query.php CHANGED
@@ -22,6 +22,7 @@ class Tribe__Events__Query {
22
  * @param WP_Query $query
23
  */
24
  public static function parse_query( $query ) {
 
25
  if ( is_admin() ) {
26
  return $query;
27
  }
@@ -43,7 +44,8 @@ class Tribe__Events__Query {
43
  */
44
  add_filter( 'option_page_on_front', [ __CLASS__, 'default_page_on_front' ] );
45
  // check option for including events in the main wordpress loop, if true, add events post type
46
- if ( tribe_get_option( 'showEventsInMainLoop', false ) && ! get_query_var( 'tribe_events_front_page' ) ) {
 
47
  $query->query_vars['post_type'] = isset( $query->query_vars['post_type'] )
48
  ? ( array ) $query->query_vars['post_type']
49
  : [ 'post' ];
22
  * @param WP_Query $query
23
  */
24
  public static function parse_query( $query ) {
25
+ global $wp_query;
26
  if ( is_admin() ) {
27
  return $query;
28
  }
44
  */
45
  add_filter( 'option_page_on_front', [ __CLASS__, 'default_page_on_front' ] );
46
  // check option for including events in the main wordpress loop, if true, add events post type
47
+ if ( tribe_get_option( 'showEventsInMainLoop', false )
48
+ && ( ! isset( $wp_query ) || ! get_query_var( 'tribe_events_front_page' ) ) ) {
49
  $query->query_vars['post_type'] = isset( $query->query_vars['post_type'] )
50
  ? ( array ) $query->query_vars['post_type']
51
  : [ 'post' ];
src/Tribe/Views/V2/View.php CHANGED
@@ -134,6 +134,15 @@ class View implements View_Interface {
134
  */
135
  protected $repository_args = [];
136
 
 
 
 
 
 
 
 
 
 
137
  /**
138
  * The key that should be used to indicate the page in an archive.
139
  * Extending classes should not need to modify this.
@@ -1235,8 +1244,10 @@ class View implements View_Interface {
1235
  * Sets up the View repository arguments from the View context or a provided Context object.
1236
  *
1237
  * @since 4.9.3
 
 
1238
  *
1239
- * @param Context|null $context A context to use to setup the args, or `null` to use the View Context.
1240
  *
1241
  * @return array The arguments, ready to be set on the View repository instance.
1242
  */
@@ -1267,6 +1278,9 @@ class View implements View_Interface {
1267
  'view_override_offset' => true,
1268
  ];
1269
 
 
 
 
1270
  add_filter( 'tribe_repository_query_arg_offset_override', [ $this, 'filter_repository_query_arg_offset_override' ], 10, 2 );
1271
 
1272
  // Sets up category URL for all views.
@@ -2562,6 +2576,47 @@ class View implements View_Interface {
2562
  return $this->filter_repository_args( $this->setup_repository_args() );
2563
  }
2564
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2565
  /**
2566
  * Sets up the View repository args to produce the correct list of Events
2567
  * in the context of an iCalendar export.
134
  */
135
  protected $repository_args = [];
136
 
137
+ /**
138
+ * Stores the filtered global repository args. These args will be baked into all event queries.
139
+ *
140
+ * @since 6.0.5
141
+ *
142
+ * @var null|array<string,mixed> Will be null until compiled by the getter.
143
+ */
144
+ protected $global_repository_args = null;
145
+
146
  /**
147
  * The key that should be used to indicate the page in an archive.
148
  * Extending classes should not need to modify this.
1244
  * Sets up the View repository arguments from the View context or a provided Context object.
1245
  *
1246
  * @since 4.9.3
1247
+ * @since 6.0.5 Now will merge a "global" repository arg filter, which will be applied elsewhere as well as this
1248
+ * primary repository query.
1249
  *
1250
+ * @param Context|null $context A context to use to setup the args, or `null` to use the View Context.
1251
  *
1252
  * @return array The arguments, ready to be set on the View repository instance.
1253
  */
1278
  'view_override_offset' => true,
1279
  ];
1280
 
1281
+ // Merge our global repository args with the primary event args.
1282
+ $args = array_merge( $args, $this->get_global_repository_args() );
1283
+
1284
  add_filter( 'tribe_repository_query_arg_offset_override', [ $this, 'filter_repository_query_arg_offset_override' ], 10, 2 );
1285
 
1286
  // Sets up category URL for all views.
2576
  return $this->filter_repository_args( $this->setup_repository_args() );
2577
  }
2578
 
2579
+ /**
2580
+ * Compiled the global repository args that should be applied to all events queried for this view.
2581
+ *
2582
+ * @since 6.0.5
2583
+ *
2584
+ * @return array The global filtered repository args.
2585
+ */
2586
+ protected function get_global_repository_args() {
2587
+ if ( ! is_array( $this->global_repository_args ) ) {
2588
+ /**
2589
+ * Will filter any repository args to be applied globally on the various repository queries on
2590
+ * this view.
2591
+ *
2592
+ * @since 6.0.5
2593
+ *
2594
+ * @param array<string,mixed> Events Repository args that will be applied globally to all event
2595
+ * repository queries.
2596
+ * @param View $this The View object being rendered.
2597
+ *
2598
+ * @return array<string,mixed> The repository args to be applied.
2599
+ */
2600
+ $this->global_repository_args = apply_filters( 'tec_events_views_v2_view_global_repository_args', [], $this );
2601
+
2602
+ /**
2603
+ * A view specific filter for repository args to be applied globally on the various repository
2604
+ * queries on this view.
2605
+ *
2606
+ * @since 6.0.5
2607
+ *
2608
+ * @param array<string,mixed> Events Repository args that will be applied globally to all
2609
+ * event repository queries.
2610
+ * @param View $this The View object being rendered.
2611
+ *
2612
+ * @return array<string,mixed> The repository args to be applied.
2613
+ */
2614
+ $this->global_repository_args = apply_filters( "tec_events_views_v2_{$this->slug}_view_global_repository_args", $this->global_repository_args, $this );
2615
+ }
2616
+
2617
+ return $this->global_repository_args;
2618
+ }
2619
+
2620
  /**
2621
  * Sets up the View repository args to produce the correct list of Events
2622
  * in the context of an iCalendar export.
src/admin-views/tribe-options-display.php CHANGED
@@ -2,240 +2,148 @@
2
  use \Tribe\Events\Views\V2\Manager;
3
 
4
  $tec = Tribe__Events__Main::instance();
 
 
5
 
6
  $template_options = [
7
  '' => esc_html__( 'Default Events Template', 'the-events-calendar' ),
8
  'default' => esc_html__( 'Default Page Template', 'the-events-calendar' ),
9
  ];
10
- $templates = get_page_templates();
 
11
  ksort( $templates );
12
  foreach ( array_keys( $templates ) as $template ) {
13
  $template_options[ $templates[ $template ] ] = $template;
14
  }
15
 
16
- $stylesheet_choices = [
17
- 'skeleton' => __( 'Skeleton Styles', 'the-events-calendar' )
18
- . '<p class=\'description tribe-style-selection\'>'
19
- . __(
20
- 'Only includes enough css to achieve complex layouts like calendar and week view.',
21
- 'the-events-calendar'
22
- )
23
- .'</p>',
24
- 'full' => __( 'Full Styles', 'the-events-calendar' )
25
- . '<p class=\'description tribe-style-selection\'>'
26
- . __(
27
- 'More detailed styling, tries to grab styles from your theme.',
28
- 'the-events-calendar'
29
- )
30
- . '</p>',
31
- 'tribe' => __( 'Tribe Events Styles', 'the-events-calendar' )
32
- . '<p class=\'description tribe-style-selection\'>'
33
- . __(
34
- 'A fully designed and styled theme for your events pages.',
35
- 'the-events-calendar'
36
- )
37
- . '</p>',
38
- ];
39
-
40
-
41
- // If V2 is enabled, we don't show the (redundant) 'full' option
42
- if ( tribe_events_views_v2_is_enabled() ) {
43
- unset( $stylesheet_choices[ 'full' ] ) ;
44
- }
45
-
46
- $stylesheet_option = [
47
- 'type' => 'radio',
48
- 'label' => __( 'Default stylesheet used for events templates', 'the-events-calendar' ),
49
- 'default' => 'tribe',
50
- 'options' => $stylesheet_choices,
51
- 'validation_type' => 'options',
52
- ];
53
-
54
- $stylesheet_mode = [ 'type' => 'html'];
55
-
56
- // If V2 is enabled, we swap the options so we don't overwrite. For backwards compatibility.
57
- if ( tribe_events_views_v2_is_enabled() ) {
58
- $stylesheet_mode = $stylesheet_option;
59
- $stylesheet_option = [ 'type' => 'html' ];
60
- }
61
-
62
- $views = tribe( Manager::class )->get_publicly_visible_views( false );
63
- $enabled_views = tribe( Manager::class )->get_publicly_visible_views();
64
-
65
- // Form start.
66
- $display_tab_fields = Tribe__Main::array_insert_before_key(
67
- 'tribe-form-content-start',
68
- $display_tab_fields,
69
- [
70
- 'info-start' => [
71
- 'type' => 'html',
72
- 'html' => '<div id="modern-tribe-info">',
73
- ],
74
- 'info-box-title' => [
75
- 'type' => 'html',
76
- 'html' => '<h2>' . __( 'Display Settings', 'the-events-calendar' ) . '</h2>',
77
- ],
78
- 'info-box-description' => [
79
- 'type' => 'html',
80
- 'html' => '<p>'
81
- . __( 'The settings below control the display of your calendar. If things don\'t look right, try switching between the three style sheet options or pick a page template from your theme.', 'the-events-calendar' )
82
- . '</p> <p>'
83
- . sprintf(
84
- /* translators: %s: URL to knowledgebase. Please also use &#37; for % to avoid PHP warnings. */
85
- __( 'There are going to be situations where no out-of-the-box template is 100&#37; perfect. Check out our <a href="%s">our themer\'s guide</a> for instructions on custom modifications.', 'the-events-calendar' ),
86
- Tribe__Main::$tec_url . 'knowledgebase/themers-guide/?utm_medium=plugin-tec&utm_source=generaltab&utm_campaign=in-app'
87
- )
88
- . '</p>',
89
- ],
90
- 'info-end' => [
91
- 'type' => 'html',
92
- 'html' => '</div>',
93
- ],
94
- ]
95
- );
96
-
97
- // datepickerFormat
98
- $display_tab_fields = Tribe__Main::array_insert_before_key(
99
- 'datepickerFormat',
100
- $display_tab_fields,
101
- [
102
- 'dateWithYearFormat' => [
103
- 'type' => 'text',
104
- 'label' => esc_html__( 'Date with year', 'the-events-calendar' ),
105
- 'tooltip' => esc_html__( 'Enter the format to use for displaying dates with the year. Used when displaying a date in a future year.', 'the-events-calendar' ),
106
- 'default' => get_option( 'date_format' ),
107
- 'size' => 'medium',
108
- 'validation_type' => 'not_empty',
109
- ],
110
- 'dateTimeSeparator' => [
111
- 'type' => 'text',
112
- 'label' => esc_html__( 'Date time separator', 'the-events-calendar' ),
113
- 'tooltip' => esc_html__( 'Enter the separator that will be placed between the date and time, when both are shown.', 'the-events-calendar' ),
114
- 'default' => ' @ ',
115
- 'size' => 'small',
116
- 'validation_type' => 'html',
117
- ],
118
- ]
119
- );
120
-
121
- // dateWithYearFormat
122
- $display_tab_fields = Tribe__Main::array_insert_after_key(
123
- 'dateWithYearFormat',
124
- $display_tab_fields,
125
- [
126
- 'dateWithoutYearFormat' => [
127
- 'type' => 'text',
128
- 'label' => esc_html__( 'Date without year', 'the-events-calendar' ),
129
- 'tooltip' => esc_html__( 'Enter the format to use for displaying dates without a year. Used when showing an event from the current year.', 'the-events-calendar' ),
130
- 'default' => 'F j',
131
- 'size' => 'medium',
132
- 'validation_type' => 'not_empty',
133
- ],
134
- 'monthAndYearFormat' => [
135
- 'type' => 'text',
136
- 'label' => esc_html__( 'Month and year format', 'the-events-calendar' ),
137
- 'tooltip' => esc_html__( 'Enter the format to use for dates that show a month and year only. Used on month view.', 'the-events-calendar' ),
138
- 'default' => 'F Y',
139
- 'size' => 'medium',
140
- 'validation_type' => 'not_empty',
141
- ],
142
- ]
143
- );
144
-
145
- // dateTimeSeparator
146
- $display_tab_fields = Tribe__Main::array_insert_after_key(
147
- 'dateTimeSeparator',
148
- $display_tab_fields,
149
- [
150
- 'timeRangeSeparator' => [
151
- 'type' => 'text',
152
- 'label' => esc_html__( 'Time range separator', 'the-events-calendar' ),
153
- 'tooltip' => esc_html__( 'Enter the separator that will be used between the start and end time of an event.', 'the-events-calendar' ),
154
- 'default' => ' - ',
155
- 'size' => 'small',
156
- 'validation_type' => 'html',
157
- ],
158
- ]
159
- );
160
-
161
- // Views
162
  $tribe_enable_views_tooltip = esc_html__( 'You must select at least one view.', 'the-events-calendar' );
163
 
164
- if ( tribe_is_using_basic_gmaps_api() && class_exists( 'Tribe__Events__Pro__Main' ) ) {
165
  $tribe_enable_views_tooltip .= ' ' . sprintf(
166
- __( 'Please note that you are using The Events Calendar\'s default Google Maps API key, which will limit the Map View\'s functionality. Visit %sthe API Settings page%s to learn more and add your own Google Maps API key.', 'the-events-calendar' ),
167
- sprintf( '<a href="edit.php?page=tribe-common&tab=addons&post_type=%s">', Tribe__Events__Main::POSTTYPE ),
168
- '</a>'
169
  );
170
  }
171
 
172
- $stylesheet_choices = [
173
- 'skeleton' => __( 'Skeleton Styles', 'the-events-calendar' )
174
- . '<p class=\'description tribe-style-selection\'>'
175
- . __(
176
- 'Only includes enough css to achieve complex layouts like calendar and week view.',
177
- 'the-events-calendar'
178
- )
179
- .'</p>',
180
- 'tribe' => __( 'Tribe Events Styles', 'the-events-calendar' )
181
- . '<p class=\'description tribe-style-selection\'>'
182
- . __(
183
- 'A fully designed and styled theme for your events pages.',
184
- 'the-events-calendar'
185
- )
186
- . '</p>',
187
- ];
188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
 
190
- // If V2 is enabled, we don't show the (redundant) 'full' option
191
- if ( ! tribe_events_views_v2_is_enabled() ) {
192
- $stylesheet_choices[ 'full' ] = __( 'Full Styles', 'the-events-calendar' )
193
- . '<p class=\'description tribe-style-selection\'>'
194
- . __(
195
- 'More detailed styling, tries to grab styles from your theme.',
196
- 'the-events-calendar'
197
- )
198
- . '</p>';
199
- }
200
 
201
- $stylesheet_option = [
202
- 'type' => 'radio',
203
- 'label' => __( 'Default stylesheet used for events templates', 'the-events-calendar' ),
204
- 'default' => 'tribe',
205
- 'options' => $stylesheet_choices,
206
- 'validation_type' => 'options',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
207
  ];
208
 
209
- $stylesheet_mode = [ 'type' => 'html'];
210
 
211
- // If V2 is enabled, we swap the options so we don't overwrite. For backwards compatibility.
212
- if ( tribe_events_views_v2_is_enabled() ) {
213
- $stylesheet_mode = $stylesheet_option;
214
- $stylesheet_option = [ 'type' => 'html' ];
215
- }
216
 
217
- $styling_array = [
218
- 'tribeEventsBasicSettingsTitle' => [
219
  'type' => 'html',
220
- 'html' => '<h3>' . __( 'Basic Template Settings', 'the-events-calendar' ) . '</h3>',
221
  ],
222
- 'stylesheetOption' => $stylesheet_option,
223
- 'stylesheet_mode' => $stylesheet_mode,
224
  ];
225
 
226
- if ( ! tec_is_full_site_editor() ) {
227
-
228
- $template_options = [
229
- '' => esc_html__( 'Default Events Template', 'the-events-calendar' ),
230
- 'default' => esc_html__( 'Default Page Template', 'the-events-calendar' ),
231
- ];
232
- $templates = get_page_templates();
233
- ksort( $templates );
234
- foreach ( array_keys( $templates ) as $template ) {
235
- $template_options[ $templates[ $template ] ] = $template;
236
- }
237
 
238
- $styling_array['tribeEventsTemplate'] = [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  'type' => 'dropdown',
240
  'label' => __( 'Events template', 'the-events-calendar' ),
241
  'tooltip' => __( 'Choose a page template to control the appearance of your calendar and event content.', 'the-events-calendar' ),
@@ -243,84 +151,354 @@ if ( ! tec_is_full_site_editor() ) {
243
  'size' => 'small',
244
  'default' => 'default',
245
  'options' => $template_options,
246
- ];
247
- }
248
-
249
- $styling_array['tribeEnableViews'] = [
250
- 'type' => 'checkbox_list',
251
- 'label' => __( 'Enable event views', 'the-events-calendar' ),
252
- 'tooltip' => $tribe_enable_views_tooltip,
253
- 'default' => array_keys( $enabled_views ),
254
- 'options' => array_map( static function( $view ) {
255
  return tribe( Manager::class )->get_view_label_by_class( $view );
256
- }, $views ),
257
- 'validation_type' => 'options_multi',
258
- ];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
 
260
- $display_tab_fields = Tribe__Main::array_insert_before_key(
261
- 'tribeEventsDateFormatSettingsTitle',
262
- $display_tab_fields,
263
- $styling_array
264
- );
265
 
266
- $display_tab_fields = Tribe__Main::array_insert_before_key(
267
- 'tribeEventsDateFormatSettingsTitle',
268
- $display_tab_fields,
269
- [
270
- 'viewOption' => [
271
- 'type' => 'dropdown',
272
- 'label' => __( 'Default view', 'the-events-calendar' ),
273
- 'validation_type' => 'not_empty',
274
- 'size' => 'small',
275
- 'default' => 'month',
276
- 'options' => array_map( static function( $view ) {
277
- return tribe( Manager::class )->get_view_label_by_class( $view );
278
- }, $enabled_views ),
279
- ],
280
- 'tribeDisableTribeBar' => [
281
- 'type' => 'checkbox_bool',
282
- 'label' => __( 'Disable the Event Search Bar', 'the-events-calendar' ),
283
- 'tooltip' => __( 'Check this to use the classic header.', 'the-events-calendar' ),
284
- 'default' => false,
285
- 'validation_type' => 'boolean',
286
- ],
287
- 'monthEventAmount' => [
288
- 'type' => 'text',
289
- 'label' => __( 'Month view events per day', 'the-events-calendar' ),
290
- 'tooltip' => sprintf( __( 'Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href="%s">Read more</a>.', 'the-events-calendar' ), 'https://evnt.is/rh' ),
291
- 'validation_type' => 'int',
292
- 'size' => 'small',
293
- 'default' => '3',
294
- ],
295
- 'enable_month_view_cache' => [
296
- 'type' => 'checkbox_bool',
297
- 'label' => __( 'Enable the Month View Cache', 'the-events-calendar' ),
298
- 'tooltip' => sprintf( __( 'Check this to cache your month view HTML in transients, which can help improve calendar speed on sites with many events. <a href="%s">Read more</a>.', 'the-events-calendar' ), 'https://evnt.is/18di' ),
299
- 'default' => true,
300
- 'validation_type' => 'boolean',
301
- ],
302
- ]
303
- );
304
 
305
- $display_tab_fields = Tribe__Main::array_insert_after_key(
306
- 'datepickerFormat',
307
- $display_tab_fields,
308
- [
309
- 'tribeEventsAdvancedSettingsTitle' => [
310
- 'type' => 'html',
311
- 'html' => '<h3>' . esc_html__( 'Advanced Template Settings', 'the-events-calendar' ) . '</h3>',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  ],
313
- 'tribeEventsBeforeHTML' => [
314
- 'type' => 'wysiwyg',
315
- 'label' => esc_html__( 'Add HTML before event content', 'the-events-calendar' ),
316
- 'tooltip' => esc_html__( 'If you are familiar with HTML, you can add additional code before the event template. Some themes may require this to help with styling or layout.', 'the-events-calendar' ),
317
- 'validation_type' => 'html',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  ],
319
- 'tribeEventsAfterHTML' => [
320
- 'type' => 'wysiwyg',
321
- 'label' => esc_html__( 'Add HTML after event content', 'the-events-calendar' ),
322
- 'tooltip' => esc_html__( 'If you are familiar with HTML, you can add additional code after the event template. Some themes may require this to help with styling or layout.', 'the-events-calendar' ),
323
- 'validation_type' => 'html',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  ]
326
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  use \Tribe\Events\Views\V2\Manager;
3
 
4
  $tec = Tribe__Events__Main::instance();
5
+ $tcmn = Tribe__Main::instance();
6
+ $ecp = defined( 'EVENTS_CALENDAR_PRO_FILE' );
7
 
8
  $template_options = [
9
  '' => esc_html__( 'Default Events Template', 'the-events-calendar' ),
10
  'default' => esc_html__( 'Default Page Template', 'the-events-calendar' ),
11
  ];
12
+
13
+ $templates = get_page_templates();
14
  ksort( $templates );
15
  foreach ( array_keys( $templates ) as $template ) {
16
  $template_options[ $templates[ $template ] ] = $template;
17
  }
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  $tribe_enable_views_tooltip = esc_html__( 'You must select at least one view.', 'the-events-calendar' );
20
 
21
+ if ( $ecp && tribe_is_using_basic_gmaps_api() ) {
22
  $tribe_enable_views_tooltip .= ' ' . sprintf(
23
+ __( 'Please note that you are using The Events Calendar\'s default Google Maps API key, which will limit the Map View\'s functionality. Visit <a href="edit.php?page=tribe-common&tab=addons&post_type=%s">the Integrations Settings page</a> to learn more and add your own Google Maps API key.', 'the-events-calendar' ),
24
+ Tribe__Events__Main::POSTTYPE
 
25
  );
26
  }
27
 
28
+ $posts_per_page_tooltip = class_exists( 'Tribe__Events__Pro__Main', false )
29
+ ? esc_html__( 'The number of events per page on the List View. Does not affect other views.', 'the-events-calendar' )
30
+ : esc_html__( 'The number of events per page on the List, Photo, and Map Views. Does not affect other views.', 'the-events-calendar' );
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
+ // Begin Settings content - header section.
33
+ $tec_events_display_fields = [
34
+ 'info-start' => [
35
+ 'type' => 'html',
36
+ 'html' => '<div class="tec-settings-header">',
37
+ ],
38
+ 'info-box-title' => [
39
+ 'type' => 'html',
40
+ 'html' => '<h2>' . __( 'Display Settings', 'the-events-calendar' ) . '</h2>',
41
+ ],
42
+ 'info-box-description' => [
43
+ 'type' => 'html',
44
+ 'html' => '<p>'
45
+ . __( 'The settings below control the display of your calendar. If things don\'t look right, try switching between the two style sheet options or pick a page template from your theme (not available on block themes). ', 'the-events-calendar' )
46
+ . sprintf(
47
+ /* Translators: %s: URL to knowledgebase. Please continue to use &#37; for % to avoid PHP warnings. */
48
+ __( ' Check out our <a href="%s" rel="noopener" target="_blank">customization guide</a> for instructions on template modifications.', 'the-events-calendar' ),
49
+ esc_url( 'https://evnt.is/1bbs' )
50
+ )
51
+ . '</p>',
52
+ ],
53
+ 'info-end' => [
54
+ 'type' => 'html',
55
+ 'html' => '</div>',
56
+ ],
57
+ ];
58
 
 
 
 
 
 
 
 
 
 
 
59
 
60
+ // Add the TOC
61
+ $tec_events_general_toc = [
62
+ 'tec-events-settings-display-toc-nav-start' => [
63
+ 'type' => 'html',
64
+ 'html' => '<div class="tec-settings-header">',
65
+ ],
66
+ 'tec-events-settings-display-toc-start' => [
67
+ 'type' => 'html',
68
+ 'html' => '<ul id="tec-events-events-settings-display-toc" class="tec-events-settings__toc">',
69
+ ],
70
+ 'tec-events-settings-display-toc-label' => [
71
+ 'type' => 'html',
72
+ 'html' => '<li>' . _x( 'Jump to:', 'Text introducing the table of contents links.', 'the-events-calendar' ) . '</li>',
73
+ ],
74
+ 'tec-events-settings-display-toc-calendar' => [
75
+ 'type' => 'html',
76
+ 'html' => '<li><a href="#tec-settings-events-settings-display-calendar">' . _x( 'Calendar Display', 'Calendar Display table of contents link.', 'the-events-calendar' ) . '</a>',
77
+ ],
78
+ 'tec-events-settings-display-toc-date' => [
79
+ 'type' => 'html',
80
+ 'html' => '<li><a href="#tec-settings-events-settings-display-date">' . _x( 'Date & Time', 'Date & Time table of contents link.', 'the-events-calendar' ) . '</a>',
81
+ ],
82
+ 'tec-events-settings-display-toc-currency' => [
83
+ 'type' => 'html',
84
+ 'html' => '<li><a href="#tec-settings-events-settings-display-currency">' . _x( 'Currency', 'Currency table of contents link.', 'the-events-calendar' ) . '</a>',
85
+ ],
86
+ 'tec-events-settings-display-toc-maps' => [
87
+ 'type' => 'html',
88
+ 'html' => '<li><a href="#tec-settings-events-settings-display-maps">' . _x( 'Maps', 'Maps table of contents link.', 'the-events-calendar' ) . '</a>',
89
+ ],
90
+ 'tec-events-settings-display-toc-additional' => [
91
+ 'type' => 'html',
92
+ 'html' => '<li><a href="#tec-settings-events-settings-display-additional">' . _x( 'Additional Content', 'Additional Content table of contents link.', 'the-events-calendar' ) . '</a>',
93
+ ],
94
+ 'tec-events-settings-display-toc-end' => [
95
+ 'type' => 'html',
96
+ 'html' => '</ul>',
97
+ ],
98
+ 'tec-events-settings-display-toc-nav-end' => [
99
+ 'type' => 'html',
100
+ 'html' => '</div>',
101
+ ],
102
  ];
103
 
104
+ $tec_events_display_fields += $tec_events_general_toc;
105
 
106
+ // Start the form content wrapper.
107
+ $tec_events_general_form_end = [
 
 
 
108
 
109
+ 'tribe-form-content-start' => [
 
110
  'type' => 'html',
111
+ 'html' => '<div class="tribe-settings-form-wrap tec-settings-display">',
112
  ],
 
 
113
  ];
114
 
115
+ $tec_events_display_fields += $tec_events_general_form_end;
 
 
 
 
 
 
 
 
 
 
116
 
117
+ // Insert Basic Template settings.
118
+ $tec_events_display_template = [
119
+ 'tribe-events-calendar-display-title' => [
120
+ 'type' => 'html',
121
+ 'html' => '<h3 id="tec-settings-events-settings-display-calendar">' . __( 'Calendar Display', 'the-events-calendar' ) . '</h3>',
122
+ ],
123
+ 'stylesheetOption' => [ 'type' => 'html'],
124
+ 'stylesheet_mode' => [
125
+ 'type' => 'radio',
126
+ 'label' => __( 'Default stylesheet used for events templates', 'the-events-calendar' ),
127
+ 'default' => 'tribe',
128
+ 'options' => [
129
+ 'skeleton' => __( 'Skeleton Styles', 'the-events-calendar' )
130
+ . '<p class=\'description tribe-style-selection\'>'
131
+ . __(
132
+ 'Only includes enough css to achieve complex layouts like calendar and week view.',
133
+ 'the-events-calendar'
134
+ )
135
+ .'</p>',
136
+ 'tribe' => __( 'Default Styles', 'the-events-calendar' )
137
+ . '<p class=\'description tribe-style-selection\'>'
138
+ . __(
139
+ 'A fully designed and styled theme for your events pages.',
140
+ 'the-events-calendar'
141
+ )
142
+ . '</p>',
143
+ ],
144
+ 'validation_type' => 'options',
145
+ ],
146
+ 'tribeEventsTemplate' => [
147
  'type' => 'dropdown',
148
  'label' => __( 'Events template', 'the-events-calendar' ),
149
  'tooltip' => __( 'Choose a page template to control the appearance of your calendar and event content.', 'the-events-calendar' ),
151
  'size' => 'small',
152
  'default' => 'default',
153
  'options' => $template_options,
154
+ 'conditional' => ( ! tec_is_full_site_editor() ),
155
+ ],
156
+ 'tribeEnableViews' => [
157
+ 'type' => 'checkbox_list',
158
+ 'label' => __( 'Enable event views', 'the-events-calendar' ),
159
+ 'tooltip' => $tribe_enable_views_tooltip,
160
+ 'default' => array_keys( tribe( Manager::class )->get_publicly_visible_views() ),
161
+ 'options' => array_map(
162
+ static function( $view ) {
163
  return tribe( Manager::class )->get_view_label_by_class( $view );
164
+ },
165
+ tribe( Manager::class )->get_publicly_visible_views( false )
166
+ ),
167
+ 'validation_type' => 'options_multi',
168
+ ],
169
+ 'viewOption' => [
170
+ 'type' => 'dropdown',
171
+ 'label' => __( 'Default view', 'the-events-calendar' ),
172
+ 'validation_type' => 'not_empty',
173
+ 'size' => 'small',
174
+ 'default' => 'month',
175
+ 'options' => array_map(
176
+ static function( $view ) {
177
+ return tribe( Manager::class )->get_view_label_by_class( $view );
178
+ },
179
+ tribe( Manager::class )->get_publicly_visible_views()
180
+ ),
181
+ ],
182
+ 'monthEventAmount' => [
183
+ 'type' => 'text',
184
+ 'label' => __( 'Month view events per day', 'the-events-calendar' ),
185
+ 'tooltip' => sprintf(
186
+ __( 'Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href="%s" rel="noopener" target="_blank">Read more</a>.', 'the-events-calendar' ),
187
+ 'https://evnt.is/rh'
188
+ ),
189
+ 'validation_type' => 'int',
190
+ 'size' => 'small',
191
+ 'default' => '3',
192
+ ],
193
+ 'postsPerPage' => [
194
+ 'type' => 'text',
195
+ 'label' => esc_html__( 'Number of events to show per page', 'the-events-calendar' ),
196
+ 'tooltip' => $posts_per_page_tooltip,
197
+ 'size' => 'small',
198
+ 'default' => tribe_events_views_v2_is_enabled() ? 12 : get_option( 'posts_per_page' ),
199
+ 'validation_type' => 'positive_int',
200
+ ],
201
+ 'showComments' => [
202
+ 'type' => 'checkbox_bool',
203
+ 'label' => esc_html__( 'Show comments', 'the-events-calendar' ),
204
+ 'tooltip' => esc_html__( 'Enable comments on event pages.', 'the-events-calendar' ),
205
+ 'default' => false,
206
+ 'validation_type' => 'boolean',
207
+ ],
208
+ 'tribeDisableTribeBar' => [
209
+ 'type' => 'checkbox_bool',
210
+ 'label' => __( 'Disable the Event Search Bar', 'the-events-calendar' ),
211
+ 'tooltip' => __( 'Check this to use the classic header.', 'the-events-calendar' ),
212
+ 'default' => false,
213
+ 'validation_type' => 'boolean',
214
+ ],
215
+ ];
216
 
217
+ $tec_events_display_fields += $tec_events_display_template;
 
 
 
 
218
 
219
+ $sample_date = strtotime( 'January 15 ' . date( 'Y' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
 
221
+ // Date Format Settings.
222
+ $tec_events_date_fields = [
223
+ 'tribeEventsDateFormatSettingsTitle' => [
224
+ 'type' => 'html',
225
+ 'html' => '<h3 id="tec-settings-events-settings-display-date">' . esc_html__( 'Date Format Settings', 'tribe-common' ) . '</h3>',
226
+ ],
227
+ 'tribeEventsDateFormatExplanation' => [
228
+ 'type' => 'html',
229
+ 'html' => '<p>'
230
+ . sprintf(
231
+ __( 'The following three fields accept the date format options available to the PHP %1$s function. <a href="%2$s" target="_blank">Learn how to make your own date format here</a>.', 'tribe-common' ),
232
+ '<code>date()</code>',
233
+ 'https://wordpress.org/support/article/formatting-date-and-time/'
234
+ )
235
+ . '</p>',
236
+ ],
237
+ 'dateWithYearFormat' => [
238
+ 'type' => 'text',
239
+ 'label' => esc_html__( 'Date with year', 'the-events-calendar' ),
240
+ 'tooltip' => sprintf(
241
+ esc_html__( 'Enter the format to use for displaying dates with the year. Used when showing an event from a future year. Example: %1$s', 'the-events-calendar' ),
242
+ date(
243
+ tribe_get_option(
244
+ 'dateWithYearFormat',
245
+ get_option( 'date_format', 'F j, Y' )
246
+ ),
247
+ $sample_date
248
+ )
249
+ ),
250
+ 'default' => get_option( 'date_format' ),
251
+ 'size' => 'medium',
252
+ 'validation_type' => 'not_empty',
253
+ ],
254
+ 'dateWithoutYearFormat' => [
255
+ 'type' => 'text',
256
+ 'label' => esc_html__( 'Date without year', 'the-events-calendar' ),
257
+ 'tooltip' => sprintf(
258
+ esc_html__( 'Enter the format to use for displaying dates without a year. Used when showing an event from the current year. Example: %1$s', 'the-events-calendar' ),
259
+ date( tribe_get_option( 'dateWithoutYearFormat', 'F j' ), $sample_date )
260
+ ),
261
+ 'default' => 'F j',
262
+ 'size' => 'medium',
263
+ 'validation_type' => 'not_empty',
264
+ ],
265
+ 'monthAndYearFormat' => [
266
+ 'type' => 'text',
267
+ 'label' => esc_html__( 'Month and year format', 'the-events-calendar' ),
268
+ 'tooltip' => sprintf(
269
+ esc_html__( 'Enter the format to use for dates that show a month and year only. Used on month view. Example: %1$s', 'the-events-calendar' ),
270
+ date( tribe_get_option( 'monthAndYearFormat', 'F Y' ), $sample_date )
271
+ ),
272
+ 'default' => 'F Y',
273
+ 'size' => 'medium',
274
+ 'validation_type' => 'not_empty',
275
+ ],
276
+ 'datepickerFormat' => [
277
+ 'type' => 'dropdown',
278
+ 'label' => esc_html__( 'Compact Date Format', 'tribe-common' ),
279
+ 'tooltip' => esc_html__( 'Select the date format used for elements with minimal space, such as in datepickers.', 'tribe-common' ),
280
+ 'default' => 1,
281
+ 'options' => [
282
+ '0' => date( 'Y-m-d', $sample_date ),
283
+ '1' => date( 'n/j/Y', $sample_date ),
284
+ '2' => date( 'm/d/Y', $sample_date ),
285
+ '3' => date( 'j/n/Y', $sample_date ),
286
+ '4' => date( 'd/m/Y', $sample_date ),
287
+ '5' => date( 'n-j-Y', $sample_date ),
288
+ '6' => date( 'm-d-Y', $sample_date ),
289
+ '7' => date( 'j-n-Y', $sample_date ),
290
+ '8' => date( 'd-m-Y', $sample_date ),
291
+ '9' => date( 'Y.m.d', $sample_date ),
292
+ '10' => date( 'm.d.Y', $sample_date ),
293
+ '11' => date( 'd.m.Y', $sample_date ),
294
  ],
295
+ 'validation_type' => 'options',
296
+ ],
297
+ 'dateTimeSeparator' => [
298
+ 'type' => 'text',
299
+ 'label' => esc_html__( 'Date time separator', 'the-events-calendar' ),
300
+ 'tooltip' => esc_html__( 'Enter the separator that will be placed between the date and time, when both are shown.', 'the-events-calendar' ),
301
+ 'default' => ' @ ',
302
+ 'size' => 'small',
303
+ 'validation_type' => 'html',
304
+ ],
305
+ 'timeRangeSeparator' => [
306
+ 'type' => 'text',
307
+ 'label' => esc_html__( 'Time range separator', 'the-events-calendar' ),
308
+ 'tooltip' => esc_html__( 'Enter the separator that will be used between the start and end time of an event.', 'the-events-calendar' ),
309
+ 'default' => ' - ',
310
+ 'size' => 'small',
311
+ 'validation_type' => 'html',
312
+ ],
313
+ 'multiDayCutoff' => [
314
+ 'type' => 'dropdown',
315
+ 'label' => esc_html__( 'End of day cutoff', 'the-events-calendar' ),
316
+ 'tooltip' => __( "Have an event that runs past midnight? Select a time after that event's end to avoid showing the event on the next day's calendar.", 'the-events-calendar' ),
317
+ 'validation_type' => 'options',
318
+ 'size' => 'small',
319
+ 'default' => date_i18n( $site_time_format, strtotime( '12:00 am' ) ),
320
+ 'options' => [
321
+ '00:00' => date_i18n( $site_time_format, strtotime( '12:00 am' ) ),
322
+ '01:00' => date_i18n( $site_time_format, strtotime( '01:00 am' ) ),
323
+ '02:00' => date_i18n( $site_time_format, strtotime( '02:00 am' ) ),
324
+ '03:00' => date_i18n( $site_time_format, strtotime( '03:00 am' ) ),
325
+ '04:00' => date_i18n( $site_time_format, strtotime( '04:00 am' ) ),
326
+ '05:00' => date_i18n( $site_time_format, strtotime( '05:00 am' ) ),
327
+ '06:00' => date_i18n( $site_time_format, strtotime( '06:00 am' ) ),
328
+ '07:00' => date_i18n( $site_time_format, strtotime( '07:00 am' ) ),
329
+ '08:00' => date_i18n( $site_time_format, strtotime( '08:00 am' ) ),
330
+ '09:00' => date_i18n( $site_time_format, strtotime( '09:00 am' ) ),
331
+ '10:00' => date_i18n( $site_time_format, strtotime( '10:00 am' ) ),
332
+ '11:00' => date_i18n( $site_time_format, strtotime( '11:00 am' ) ),
333
  ],
334
+ ],
335
+ ];
336
+
337
+ $tec_events_display_fields += $tec_events_date_fields;
338
+
339
+ $is_missing_event_tickets_plus = ! defined( 'EVENT_TICKETS_PLUS_FILE' );
340
+ $should_hide_upsell = tec_should_hide_upsell();
341
+
342
+ // Insert Currency settings.
343
+ $tec_events_display_currency = [
344
+ 'tribe-events-currency-title' => [
345
+ 'type' => 'html',
346
+ 'html' => '<h3 id="tec-settings-events-settings-display-currency">' . esc_html__( 'Currency Settings', 'the-events-calendar' ) . '</h3>',
347
+ ],
348
+ 'tec-tickets-infobox-start' => [
349
+ 'type' => 'html',
350
+ 'html' => '<div class="tec-settings-infobox">',
351
+ 'conditional' => $is_missing_event_tickets_plus && ! $should_hide_upsell,
352
+ ],
353
+ 'tec-tickets-infobox-logo' => [
354
+ 'type' => 'html',
355
+ 'html' => '<img class="tec-settings-infobox-logo" src="' . plugins_url( 'resources/images/settings-icons/icon-et.svg', dirname( __FILE__ ) ) . '" alt="Events Tickets Logo">',
356
+ 'conditional' => $is_missing_event_tickets_plus && ! $should_hide_upsell,
357
+ ],
358
+ 'tec-tickets-infobox-title' => [
359
+ 'type' => 'html',
360
+ 'html' => '<h3 class="tec-settings-infobox-title">' . __( 'Start selling tickets to your events', 'the-events-calendar' ) . '</h3>',
361
+ 'conditional' => $is_missing_event_tickets_plus && ! $should_hide_upsell,
362
+ ],
363
+ /* @TODO: This is placeholder text! */
364
+ 'tec-tickets-infobox-content' => [
365
+ 'type' => 'html',
366
+ 'html' => '<p>' . __( 'Get Event Tickets to manage attendee registration and ticket sales to your events, for free.', 'the-events-calendar' ) . '</p>',
367
+ 'conditional' => $is_missing_event_tickets_plus && ! $should_hide_upsell,
368
+ ],
369
+ 'tec-tickets-infobox-link' => [
370
+ 'type' => 'html',
371
+ 'html' => '<a href="' . esc_url( 'https://evnt.is/1bbx' ) . '" rel="noopener" target="_blank">' . __( 'Learn more.', 'the-events-calendar' ) . '</a>',
372
+ 'conditional' => $is_missing_event_tickets_plus && ! $should_hide_upsell,
373
+ ],
374
+ 'tec-tickets-infobox-end' => [
375
+ 'type' => 'html',
376
+ 'html' => '</div>',
377
+ 'conditional' => $is_missing_event_tickets_plus && ! $should_hide_upsell,
378
+ ],
379
+ 'defaultCurrencySymbol' => [
380
+ 'type' => 'text',
381
+ 'label' => esc_html__( 'Default currency symbol', 'the-events-calendar' ),
382
+ 'tooltip' => esc_html__( 'Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively.', 'the-events-calendar' ),
383
+ 'validation_type' => 'textarea',
384
+ 'size' => 'small',
385
+ 'default' => '$',
386
+ ],
387
+ 'defaultCurrencyCode' => [
388
+ 'type' => 'text',
389
+ 'label' => esc_html__( 'Default currency code', 'the-events-calendar' ),
390
+ 'tooltip' => esc_html__( 'Set the default currency ISO-4217 code for event costs. This is a three-letter code and is mainly used for data/SEO purposes.', 'the-events-calendar' ),
391
+ 'validation_type' => 'textarea',
392
+ 'size' => 'small',
393
+ 'default' => 'USD',
394
+ 'attributes' => [
395
+ 'minlength' => 3,
396
+ 'maxlength' => 3,
397
+ 'placeholder' => __( 'USD', 'the-events-calendar' ),
398
  ],
399
+ ],
400
+ 'reverseCurrencyPosition' => [
401
+ 'type' => 'checkbox_bool',
402
+ 'label' => esc_html__( 'Currency symbol follows value', 'the-events-calendar' ),
403
+ 'tooltip' => esc_html__( 'The currency symbol normally precedes the value. Enabling this option positions the symbol after the value.', 'the-events-calendar' ),
404
+ 'default' => false,
405
+ 'validation_type' => 'boolean',
406
+ ],
407
+ ];
408
+
409
+ $tec_events_display_fields += $tec_events_display_currency;
410
+
411
+ // Insert Map settings.
412
+ $tec_events_display_maps = [
413
+ 'tribe-google-maps-settings-title' => [
414
+ 'type' => 'html',
415
+ 'html' => '<h3 id="tec-settings-events-settings-display-maps">' . esc_html__( 'Map Settings', 'the-events-calendar' ) . '</h3>',
416
+ ],
417
+ 'tec-maps-infobox-start' => [
418
+ 'type' => 'html',
419
+ 'html' => '<div class="tec-settings-infobox">'
420
+ ],
421
+ 'tec-maps-infobox-title' => [
422
+ 'type' => 'html',
423
+ 'html' => '<h3 class="tec-settings-infobox-title">' . __( 'Advanced Google Maps functionality', 'the-events-calendar' ) . '</h3>',
424
+ ],
425
+ /* @TODO: The link i this and the next section should probably be different. */
426
+ 'tec-maps-infobox-content' => [
427
+ 'type' => 'html',
428
+ 'html' => sprintf(
429
+ /* Translators: %1$s - opening paragraph tag, %2$s - opening anchor tag, %3$s - closing anchor tag, %4$s - closing paragraph tag */
430
+ __( '%1$sThe Events Calendar comes with a default API key for basic maps functionality. If you’d like to use more advanced features like custom map pins or dynamic map loads, you’ll need to get your own %2$sGoogle Maps API key%3$s.%4$s', 'the-events-calendar' ),
431
+ '<p>',
432
+ '<a href="' . esc_url( 'https://evnt.is/1bbu' ) . '" rel="noopener" target="_blank">',
433
+ '</a>',
434
+ '</p>'
435
+ ),
436
+ ],
437
+ 'tec-maps-infobox-end' => [
438
+ 'type' => 'html',
439
+ 'html' => '</div>'
440
+ ],
441
+ 'embedGoogleMaps' => [
442
+ 'type' => 'checkbox_bool',
443
+ 'label' => esc_html__( 'Enable Maps', 'the-events-calendar' ),
444
+ 'tooltip' => esc_html__( 'Check to enable maps for events and venues.', 'the-events-calendar' ),
445
+ 'default' => true,
446
+ 'class' => 'google-embed-size',
447
+ 'validation_type' => 'boolean',
448
+ ],
449
+ 'embedGoogleMapsZoom' => [
450
+ 'type' => 'text',
451
+ 'label' => esc_html__( 'Google Maps default zoom level', 'the-events-calendar' ),
452
+ 'tooltip' => esc_html__( '0 = zoomed out; 21 = zoomed in.', 'the-events-calendar' ),
453
+ 'size' => 'small',
454
+ 'default' => 10,
455
+ 'class' => 'google-embed-field',
456
+ 'validation_type' => 'number_or_percent',
457
+ ],
458
+ ];
459
+
460
+ $tec_events_display_fields += $tec_events_display_maps;
461
+
462
+ // Insert Advanced Template settings.
463
+ $tec_events_display_advanced = [
464
+ 'tribe-events-advanced-settings-title' => [
465
+ 'type' => 'html',
466
+ 'html' => '<h3 id="tec-settings-events-settings-display-additional">' . esc_html__( 'Additional Content Settings', 'the-events-calendar' ) . '</h3>',
467
+ ],
468
+ 'tribeEventsBeforeHTML' => [
469
+ 'type' => 'wysiwyg',
470
+ 'label' => esc_html__( 'Add HTML before event content', 'the-events-calendar' ),
471
+ 'tooltip' => esc_html__( 'If you are familiar with HTML, you can add additional code before the event template. Some themes may require this to help with styling or layout.', 'the-events-calendar' ),
472
+ 'validation_type' => 'html',
473
+ ],
474
+ 'tribeEventsAfterHTML' => [
475
+ 'type' => 'wysiwyg',
476
+ 'label' => esc_html__( 'Add HTML after event content', 'the-events-calendar' ),
477
+ 'tooltip' => esc_html__( 'If you are familiar with HTML, you can add additional code after the event template. Some themes may require this to help with styling or layout.', 'the-events-calendar' ),
478
+ 'validation_type' => 'html',
479
+ ],
480
+ ];
481
+
482
+ $tec_events_display_fields += $tec_events_display_advanced;
483
+
484
+ // Close the form content wrapper.
485
+ $tec_events_display_fields += [
486
+ 'tribe-form-content-end' => [
487
+ 'type' => 'html',
488
+ 'html' => '</div>',
489
  ]
490
+ ];
491
+
492
+ /**
493
+ * Filter the fields available on the display settings tab
494
+ *
495
+ * @param array $fields a nested associative array of fields & field info passed to Tribe__Field
496
+ *
497
+ * @see Tribe__Field
498
+ */
499
+ $tec_events_display_fields = apply_filters( 'tec_events_display_settings_tab_fields', $tec_events_display_fields );
500
+
501
+ $tec_events_display_tab = [
502
+ 'priority' => 10,
503
+ 'fields' => $tec_events_display_fields,
504
+ ];
src/admin-views/tribe-options-general.php CHANGED
@@ -3,324 +3,397 @@
3
  $tec = Tribe__Events__Main::instance();
4
  $site_time_format = get_option( 'time_format' );
5
 
6
- $general_tab_fields = Tribe__Main::array_insert_after_key(
7
- 'info-start',
8
- $general_tab_fields,
9
- [
10
- // after info-start
11
- 'upsell-heading' => [
12
- 'type' => 'heading',
13
- 'label' => esc_html__( 'Finding & extending your calendar.', 'the-events-calendar' ),
14
- 'conditional' => ! tec_should_hide_upsell(),
15
- ],
16
- 'finding-heading' => [
17
- 'type' => 'heading',
18
- 'label' => esc_html__( 'Finding your calendar.', 'the-events-calendar' ),
19
- 'conditional' => tec_should_hide_upsell(),
20
- ],
21
- 'view-calendar-link' => [
22
- 'type' => 'html',
23
- 'html' => '<p>' . esc_html__( 'Where\'s my calendar?', 'the-events-calendar' ) . ' <a href="' . esc_url( tribe( 'tec.main' )->getLink() ) . '">' . esc_html__( 'Right here', 'the-events-calendar' ) . '</a>.</p>',
24
- ],
25
- ]
26
- );
27
 
28
- $posts_per_page_tooltip = esc_html__( 'The number of events per page on the List View. Does not affect other views.', 'the-events-calendar' );
29
 
30
- if ( class_exists( 'Tribe__Events__Pro__Main' ) ) {
31
- $posts_per_page_tooltip = esc_html__( 'The number of events per page on the List, Photo, and Map Views. Does not affect other views.', 'the-events-calendar' );
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
- $general_tab_fields = Tribe__Main::array_insert_before_key(
35
- 'debugEvents',
36
- $general_tab_fields,
37
- [
38
- 'tribeEventsDisplayThemeTitle' => [
39
- 'type' => 'html',
40
- 'html' => '<h3>' . esc_html__( 'General Settings', 'the-events-calendar' ) . '</h3>',
41
- ],
42
- 'postsPerPage' => [
43
- 'type' => 'text',
44
- 'label' => esc_html__( 'Number of events to show per page', 'the-events-calendar' ),
45
- 'tooltip' => $posts_per_page_tooltip,
46
- 'size' => 'small',
47
- 'default' => tribe_events_views_v2_is_enabled() ? 12 : get_option( 'posts_per_page' ),
48
- 'validation_type' => 'positive_int',
49
- ],
50
- 'showComments' => [
51
- 'type' => 'checkbox_bool',
52
- 'label' => esc_html__( 'Show comments', 'the-events-calendar' ),
53
- 'tooltip' => esc_html__( 'Enable comments on event pages.', 'the-events-calendar' ),
54
- 'default' => false,
55
- 'validation_type' => 'boolean',
56
- ],
57
- 'disable_metabox_custom_fields' => [
58
- 'type' => 'checkbox_bool',
59
- 'label' => esc_html__( 'Show Custom Fields metabox', 'the-events-calendar' ),
60
- 'tooltip' => esc_html__( 'Enable WordPress Custom Fields on events in the classic editor.', 'the-events-calendar' ),
61
- 'default' => true,
62
- 'validation_type' => 'boolean',
63
- ],
64
- 'showEventsInMainLoop' => [
65
- 'type' => 'checkbox_bool',
66
- 'label' => esc_html__( 'Include events in main blog loop', 'the-events-calendar' ),
67
- 'tooltip' => esc_html__( 'Show events with the site\'s other posts. When this box is checked, events will also continue to appear on the default events page.', 'the-events-calendar' ),
68
- 'default' => false,
69
- 'validation_type' => 'boolean',
70
- ],
71
- 'unprettyPermalinksUrl' => [
72
- 'type' => 'wrapped_html',
73
- 'label' => esc_html__( 'Events URL slug', 'the-events-calendar' ),
74
- 'html' => '<p>'
75
- . sprintf(
76
- __( 'The current URL for your events page is %1$s. <br><br> You cannot edit the slug for your events page as you do not have pretty permalinks enabled. In order to edit the slug here, <a href="%2$s">enable pretty permalinks</a>.', 'the-events-calendar' ),
77
- sprintf (
78
- '<a href="%1$s">%2$s</a>',
79
- esc_url( $tec->getLink( 'home' ) ),
80
- esc_url( $tec->getLink( 'home' ) )
81
- ),
82
- esc_url( trailingslashit( get_admin_url() ) . 'options-permalink.php' )
83
- )
84
- . '</p>',
85
- 'conditional' => ( '' == get_option( 'permalink_structure' ) ),
86
- ],
87
- 'eventsSlug' => [
88
- 'type' => 'text',
89
- 'label' => esc_html__( 'Events URL slug', 'the-events-calendar' ),
90
- 'default' => 'events',
91
- 'validation_type' => 'slug',
92
- 'conditional' => ( '' != get_option( 'permalink_structure' ) ),
93
- ],
94
- 'current-events-slug' => [
95
- 'type' => 'html',
96
- 'html' => '<p class="tribe-field-indent tribe-field-description description">' . esc_html__( 'The slug used for building the events URL.', 'the-events-calendar' ) . ' ' . sprintf( esc_html__( 'Your current events URL is: %s', 'the-events-calendar' ), '<code><a href="' . esc_url( tribe_get_events_link() ) . '">' . urldecode( tribe_get_events_link() ) . '</a></code>' ) . '</p>',
97
- 'conditional' => ( '' != get_option( 'permalink_structure' ) ),
98
- ],
99
- 'ical-info' => [
100
- 'type' => 'html',
101
- 'display_callback' => ( function_exists( 'tribe_get_ical_link' ) ) ? '<p id="ical-link" class="tribe-field-indent tribe-field-description description">' . esc_html__( 'Here is the iCal feed URL for your events:', 'the-events-calendar' ) . ' <code>' . tribe_get_ical_link() . '</code></p>' : '',
102
- 'conditional' => function_exists( 'tribe_get_ical_link' ),
103
- ],
104
- 'singleEventSlug' => [
105
- 'type' => 'text',
106
- 'label' => esc_html__( 'Single event URL slug', 'the-events-calendar' ),
107
- 'default' => 'event',
108
- 'validation_type' => 'slug',
109
- 'conditional' => ( '' != get_option( 'permalink_structure' ) ),
110
- ],
111
- 'current-single-event-slug' => [
112
- 'type' => 'html',
113
- 'html' => '<p class="tribe-field-indent tribe-field-description description">' . sprintf( __( 'The above should ideally be plural, and this singular.<br />Your single event URL is: %s', 'the-events-calendar' ), '<code>' . trailingslashit( home_url() ) . urldecode( tribe_get_option( 'singleEventSlug', 'event' ) ) . '/single-post-name/</code>' ) . '</p>',
114
- 'conditional' => ( '' != get_option( 'permalink_structure' ) ),
115
- ],
116
- 'multiDayCutoff' => [
117
- 'type' => 'dropdown',
118
- 'label' => esc_html__( 'End of day cutoff', 'the-events-calendar' ),
119
- 'validation_type' => 'options',
120
- 'size' => 'small',
121
- 'default' => date_i18n( $site_time_format, strtotime( '12:00 am' ) ),
122
- 'options' => [
123
- '00:00' => date_i18n( $site_time_format, strtotime( '12:00 am' ) ),
124
- '01:00' => date_i18n( $site_time_format, strtotime( '01:00 am' ) ),
125
- '02:00' => date_i18n( $site_time_format, strtotime( '02:00 am' ) ),
126
- '03:00' => date_i18n( $site_time_format, strtotime( '03:00 am' ) ),
127
- '04:00' => date_i18n( $site_time_format, strtotime( '04:00 am' ) ),
128
- '05:00' => date_i18n( $site_time_format, strtotime( '05:00 am' ) ),
129
- '06:00' => date_i18n( $site_time_format, strtotime( '06:00 am' ) ),
130
- '07:00' => date_i18n( $site_time_format, strtotime( '07:00 am' ) ),
131
- '08:00' => date_i18n( $site_time_format, strtotime( '08:00 am' ) ),
132
- '09:00' => date_i18n( $site_time_format, strtotime( '09:00 am' ) ),
133
- '10:00' => date_i18n( $site_time_format, strtotime( '10:00 am' ) ),
134
- '11:00' => date_i18n( $site_time_format, strtotime( '11:00 am' ) ),
135
- ],
136
- ],
137
- 'multiDayCutoffHelper' => [
138
- 'type' => 'html',
139
- 'html' => '<p class="tribe-field-indent tribe-field-description description">' . sprintf( esc_html__( "Have an event that runs past midnight? Select a time after that event's end to avoid showing the event on the next day's calendar.", 'the-events-calendar' ) ) . '</p>',
140
- 'conditional' => ( '' != get_option( 'permalink_structure' ) ),
141
- ],
142
- 'defaultCurrencySymbol' => [
143
- 'type' => 'text',
144
- 'label' => esc_html__( 'Default currency symbol', 'the-events-calendar' ),
145
- 'tooltip' => esc_html__( 'Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively.', 'the-events-calendar' ),
146
- 'validation_type' => 'textarea',
147
- 'size' => 'small',
148
- 'default' => '$',
149
- ],
150
- 'defaultCurrencyCode' => [
151
- 'type' => 'text',
152
- 'label' => esc_html__( 'Default currency code', 'the-events-calendar' ),
153
- 'tooltip' => esc_html__( 'Set the default currency ISO-4217 code for event costs. This is a three-letter code and is mainly used for data/SEO purposes.', 'the-events-calendar' ),
154
- 'validation_type' => 'textarea',
155
- 'size' => 'small',
156
- 'default' => 'USD',
157
- 'attributes' => [
158
- 'minlength' => 3,
159
- 'maxlength' => 3,
160
- 'placeholder' => __( 'USD', 'the-events-calendar' ),
161
- ],
162
- ],
163
- 'reverseCurrencyPosition' => [
164
- 'type' => 'checkbox_bool',
165
- 'label' => esc_html__( 'Currency symbol follows value', 'the-events-calendar' ),
166
- 'tooltip' => esc_html__( 'The currency symbol normally precedes the value. Enabling this option positions the symbol after the value.', 'the-events-calendar' ),
167
- 'default' => false,
168
- 'validation_type' => 'boolean',
169
- ],
170
- 'amalgamateDuplicates' => [
171
- 'type' => 'html',
172
- 'html' => '<fieldset class="tribe-field tribe-field-html"><legend>' . esc_html__( 'Duplicate Venues &amp; Organizers', 'the-events-calendar' ) . '</legend><div class="tribe-field-wrap">' . Tribe__Events__Amalgamator::migration_button( esc_html__( 'Merge Duplicates', 'the-events-calendar' ) ) . '<p class="tribe-field-indent description">' . esc_html__( 'Click this button to automatically merge identical venues and organizers.', 'the-events-calendar' ) . '</p></div></fieldset><div class="clear"></div>',
173
- ],
174
- tribe( 'tec.event-cleaner' )->key_trash_events => [
175
- 'type' => 'dropdown',
176
- 'label' => esc_html__( 'Move to trash events older than', 'the-events-calendar' ),
177
- 'tooltip' => esc_html__( 'This option allows you to automatically move past events to trash.', 'the-events-calendar' ),
178
- 'validation_type' => 'options',
179
- 'size' => 'small',
180
- 'default' => null,
181
- 'options' => [
182
- null => esc_html__( 'Disabled', 'the-events-calendar' ),
183
- 1 => esc_html__( '1 month', 'the-events-calendar' ),
184
- 3 => esc_html__( '3 months', 'the-events-calendar' ),
185
- 6 => esc_html__( '6 months', 'the-events-calendar' ),
186
- 9 => esc_html__( '9 months', 'the-events-calendar' ),
187
- 12 => esc_html__( '1 year', 'the-events-calendar' ),
188
- 24 => esc_html__( '2 years', 'the-events-calendar' ),
189
- 36 => esc_html__( '3 years', 'the-events-calendar' ),
190
- ],
191
- ],
192
- tribe( 'tec.event-cleaner' )->key_delete_events => [
193
- 'type' => 'dropdown',
194
- 'label' => esc_html__( 'Permanently delete events older than', 'the-events-calendar' ),
195
- 'tooltip' => esc_html__( 'This option allows you to bulk delete past events. Be careful and backup your database before removing your events as there is no way to reverse the changes.', 'the-events-calendar' ),
196
- 'validation_type' => 'options',
197
- 'size' => 'small',
198
- 'default' => null,
199
- 'options' => [
200
- null => esc_html__( 'Disabled', 'the-events-calendar' ),
201
- 1 => esc_html__( '1 month', 'the-events-calendar' ),
202
- 3 => esc_html__( '3 months', 'the-events-calendar' ),
203
- 6 => esc_html__( '6 months', 'the-events-calendar' ),
204
- 9 => esc_html__( '9 months', 'the-events-calendar' ),
205
- 12 => esc_html__( '1 year', 'the-events-calendar' ),
206
- 24 => esc_html__( '2 years', 'the-events-calendar' ),
207
- 36 => esc_html__( '3 years', 'the-events-calendar' ),
208
- ],
209
- ],
210
- 'tribeEventsMiscellaneousTitle' => [
211
- 'type' => 'html',
212
- 'html' => '<h3>' . esc_html__( 'Miscellaneous Settings', 'the-events-calendar' ) . '</h3>',
213
- ],
214
- ]
215
- );
216
 
217
- $general_tab_fields = Tribe__Main::array_insert_after_key(
218
- 'tribeEventsMiscellaneousTitle',
219
- $general_tab_fields,
220
- [
221
- 'viewWelcomePage' => [
222
- 'type' => 'html',
223
- 'html' =>
224
- '<fieldset class="tribe-field tribe-field-html"><legend>' .
225
- esc_html__( 'View Welcome Page', 'the-events-calendar' ) .
226
- '</legend><div class="tribe-field-wrap"><a href="' . tribe( 'tec.main' )->settings()->get_url( [ Tribe__Events__Main::instance()->activation_page->welcome_slug => 1 ] ) . '" class="button">' . esc_html__( 'View Welcome Page', 'the-events-calendar' ) . '</a><p class="tribe-field-indent description">' . esc_html__( 'View the page that displayed when you initially installed the plugin.', 'the-events-calendar' ) . '</p></div></fieldset><div class="clear"></div>',
227
- ],
228
- ]
229
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
 
 
231
 
232
- $general_tab_fields = Tribe__Main::array_insert_before_key(
233
- 'tribeEventsMiscellaneousTitle',
234
- $general_tab_fields,
235
- [
236
- 'tribeGoogleMapsSettingsTitle' => [
237
- 'type' => 'html',
238
- 'html' => '<h3>' . esc_html__( 'Map Settings', 'the-events-calendar' ) . '</h3>',
239
- ],
240
- 'embedGoogleMaps' => [
241
- 'type' => 'checkbox_bool',
242
- 'label' => esc_html__( 'Enable Maps', 'the-events-calendar' ),
243
- 'tooltip' => esc_html__( 'Check to enable maps for events and venues.', 'the-events-calendar' ),
244
- 'default' => true,
245
- 'class' => 'google-embed-size',
246
- 'validation_type' => 'boolean',
247
- ],
248
- 'embedGoogleMapsZoom' => [
249
- 'type' => 'text',
250
- 'label' => esc_html__( 'Google Maps default zoom level', 'the-events-calendar' ),
251
- 'tooltip' => esc_html__( '0 = zoomed out; 21 = zoomed in.', 'the-events-calendar' ),
252
- 'size' => 'small',
253
- 'default' => 10,
254
- 'class' => 'google-embed-field',
255
- 'validation_type' => 'number_or_percent',
256
- ],
257
- ]
258
- );
259
 
260
- $filter_activation = [
261
- 'liveFiltersUpdate' => [
262
- 'default' => 'automatic',
263
- 'label' => esc_html__( 'Filter Activation', 'the-events-calendar' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  'options' => [
265
- 'automatic' => __( 'Calendar view is updated immediately when a filter is selected', 'the-events-calendar' ),
266
- 'manual' => __( 'Submit button activates any selected filters', 'the-events-calendar' ),
 
 
 
 
 
 
267
  ],
268
- 'tooltip' => esc_html__( 'Note: Automatic update may not be fully compliant with Web Accessibility Standards.', 'the-events-calendar' ),
269
- 'type' => 'radio',
 
 
 
270
  'validation_type' => 'options',
271
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  ];
273
 
274
- if ( tribe_events_views_v2_is_enabled() ) {
275
- // Push the control to the Filters tab.
276
- add_filter( 'tribe-event-filters-settings-fields', function ( $fields ) use ( $filter_activation ) {
277
- $fields += $filter_activation;
278
- return $fields;
279
- } );
280
- } else {
281
- /**
282
- * Filters the text for the "automatic" option.
283
- *
284
- * @since 5.0.3
285
- *
286
- * @param string the displayed text.
287
- */
288
- $automatic_text = apply_filters(
289
- 'tribe_events_liveupdate_automatic_label_text',
290
- __( 'Enabled: datepicker selections automatically update calendar views', 'the-events-calendar' )
291
- );
292
- /**
293
- * Filters the text for the "manual" option.
294
- *
295
- * @since 5.0.3
296
- *
297
- * @param string the displayed text.
298
- */
299
- $manual_text = apply_filters(
300
- 'tribe_events_liveupdate_manual_label_text',
301
- __( 'Disabled: users must click Find Events to search by date', 'the-events-calendar' )
302
- );
303
 
304
- $filter_activation['liveFiltersUpdate']['options']['automatic'] = $automatic_text;
305
- $filter_activation['liveFiltersUpdate']['options']['manual'] = $manual_text;
306
- $filter_activation['liveFiltersUpdate']['label'] = esc_html__( 'Live Refresh', 'the-events-calendar' );
307
 
308
- // Insert the control.
309
- if ( tribe_is_truthy( tribe_get_option( 'tribeDisableTribeBar', false ) ) ) {
310
- $filter_activation['attributes'] = [ 'disabled' => 'disabled' ];
311
- $filter_activation['class'] = 'tribe-fieldset-disabled';
312
- $filter_activation['tooltip'] = esc_html__( 'This option is disabled when "Disable the Event Search Bar" is checked on the Display settings tab.', 'the-events-calendar' );
313
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314
 
315
- $general_tab_fields = Tribe__Main::array_insert_before_key(
316
- 'showComments',
317
- $general_tab_fields,
318
- $filter_activation
319
- );
320
- }
321
 
322
- $general_tab_fields = tribe( 'events.editor.compatibility' )->insert_toggle_blocks_editor_field( $general_tab_fields );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
 
324
- $general_tab_fields = apply_filters( 'tribe-event-general-settings-fields', $general_tab_fields );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
 
326
- return $general_tab_fields;
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  $tec = Tribe__Events__Main::instance();
4
  $site_time_format = get_option( 'time_format' );
5
 
6
+ $tec_events_general_heading_text = tec_should_hide_upsell()
7
+ ? esc_html__( 'Finding your calendar.', 'the-events-calendar' )
8
+ : esc_html__( 'Finding & extending your calendar.', 'the-events-calendar' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
+ $event_cleaner = tribe( 'tec.event-cleaner' );
11
 
12
+ $general_tab_fields = [
13
+ 'info-start' => [
14
+ 'type' => 'html',
15
+ 'html' => '<div class="tec-settings-header">',
16
+ ],
17
+ 'upsell-heading' => [
18
+ 'type' => 'heading',
19
+ 'label' => $tec_events_general_heading_text,
20
+ ],
21
+ 'tec-setup-guide' => [
22
+ 'type' => 'html',
23
+ 'html' => '<p>'. esc_html__( 'Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?', 'the-events-calendar' )
24
+ ],
25
+ 'tec-add-ons-link' => [
26
+ 'type' => 'html',
27
+ 'html' => sprintf(
28
+ '<br><a href="%1$s">%2$s</a></p>',
29
+ esc_url( 'edit.php?post_type=tribe_events&page=tribe-app-shop' ),
30
+ esc_html_x( 'Check out the available add-ons.', 'Text for link to the add-ons page.', 'the-events-calendar')
31
+ ),
32
+ ],
33
+ 'tec-links-section-start' => [
34
+ 'type' => 'html',
35
+ 'html' => '<div class="tec-settings-header-links-section">',
36
+ ],
37
+ 'tec-links-documentation-section-start' => [
38
+ 'type' => 'html',
39
+ 'html' => '<ul class="tec-settings-header-links-section__documentation">'
40
+ .'<li>' . esc_html__( 'Documentation', 'the-events-calendar' ) . '</li>',
41
+ ],
42
+ 'tec-documentation-section-welcome-page-link' => [
43
+ 'type' => 'html',
44
+ 'html' => '<li><a href="'
45
+ . esc_url( tribe( 'tec.main' )->settings()->get_url( [ Tribe__Events__Main::instance()->activation_page->welcome_slug => 1 ] ) ) . '">'
46
+ . esc_html__( 'View Welcome Page', 'the-events-calendar' )
47
+ . '</a></li>',
48
+ ],
49
+ 'tec-documentation-section-getting-started-link' => [
50
+ 'type' => 'html',
51
+ 'html' => '<li><a href="'
52
+ . esc_url( 'https://evnt.is/1bbv' ) . '" rel="noopener" target="_blank">'
53
+ . esc_html__( 'Getting started guide', 'the-events-calendar' )
54
+ . '</a></li>',
55
+ ],
56
+ 'tec-documentation-section-knowledgebase-link' => [
57
+ 'type' => 'html',
58
+ 'html' => '<li><a href="'
59
+ . esc_url( 'https://evnt.is/1bbw' ) . '" rel="noopener" target="_blank">'
60
+ . esc_html__( 'Knowledgebase', 'the-events-calendar' )
61
+ . '</a></li>',
62
+ ],
63
+ 'tec-links-documentation-section-end' => [
64
+ 'type' => 'html',
65
+ 'html' => '</ul>',
66
+ ],
67
+ 'tec-links-help-section-start' => [
68
+ 'type' => 'html',
69
+ 'html' => '<div class="tec-settings-header-links-section__help">',
70
+ ],
71
+ 'tec-view-calendar-link' => [
72
+ 'type' => 'html',
73
+ 'html' => '<ul>'
74
+ . '<li>' . esc_html__( 'Where\'s my calendar?', 'the-events-calendar' ). '</li>'
75
+ .'<li><a href="'
76
+ . esc_url( tribe( 'tec.main' )->getLink() ) . '">'
77
+ . esc_html__( 'Right here', 'the-events-calendar' )
78
+ . '</a></li>'
79
 
80
+ . '</ul>',
81
+ ],
82
+ 'tec-having-trouble-links' => [
83
+ 'type' => 'html',
84
+ 'html' => '<ul>'
85
+ . '<li>' . esc_html__( 'Having trouble?', 'the-events-calendar' ). '</li>'
86
+ .'<li><a href="'
87
+ . esc_url( 'edit.php?post_type=tribe_events&page=tec-events-help' ) . '">'
88
+ . esc_html__( 'Help', 'the-events-calendar' )
89
+ . '</a></li>'
90
+ .'<li><a href="'
91
+ . esc_url( 'edit.php?post_type=tribe_events&page=tec-troubleshooting' ) . '">'
92
+ . esc_html__( 'Troubleshoot', 'the-events-calendar' )
93
+ . '</a></li>'
94
+ . '</ul>',
95
+ ],
96
+ 'tec-links-help-section-end' => [
97
+ 'type' => 'html',
98
+ 'html' => '</div>',
99
+ ],
100
+ 'tec-links-donate-section-start' => [
101
+ 'type' => 'html',
102
+ 'html' => '<div class="tec-settings-header-links-section__donate">',
103
+ ],
104
+ 'tec-donate-link-info' => [
105
+ 'type' => 'html',
106
+ 'html' => '<p>' . esc_html__( 'If you’re enjoying The Events Calendar, give us kudos by including a link in the footer of calendar views. It really helps us a lot.', 'tribe-common' ) . '</p>',
107
+ ],
108
+ 'donate-link' => [
109
+ 'type' => 'checkbox_bool',
110
+ 'label' => esc_html__( 'Show The Events Calendar link', 'the-event-calendar' ),
111
+ 'default' => false,
112
+ 'validation_type' => 'boolean',
113
+ ],
114
+ 'tec-links-donate-section-end' => [
115
+ 'type' => 'html',
116
+ 'html' => '</div>',
117
+ ],
118
+ 'tec-links-section-end' => [
119
+ 'type' => 'html',
120
+ 'html' => '</div>',
121
+ ],
122
+ 'ical-info' => [
123
+ 'type' => 'html',
124
+ 'display_callback' => '<p id="ical-link" class="tribe-field-indent tribe-field-description description">' . esc_html__( 'Here is the iCal feed URL for your events:', 'the-events-calendar' ) . ' <code>' . tribe_get_ical_link() . '</code></p>',
125
+ 'conditional' => function_exists( 'tribe_get_ical_link' ), // @TODO: this never loads.
126
+ ],
127
+ 'info-end' => [
128
+ 'type' => 'html',
129
+ 'html' => '</div>',
130
+ ],
131
+ ];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
 
133
+ // Add the TOC
134
+ $tec_events_general_toc = [
135
+ 'tec-settings-general-toc-nav-start' => [
136
+ 'type' => 'html',
137
+ 'html' => '<div class="tec-settings-header">',
138
+ ],
139
+ 'tec-settings-general-toc-start' => [
140
+ 'type' => 'html',
141
+ 'html' => '<ul id="tec-events-general-toc" class="tec-events-settings__toc">',
142
+ ],
143
+ 'tec-settings-general-toc-label' => [
144
+ 'type' => 'html',
145
+ 'html' => '<li>' . _x( 'Jump to:', 'Text introducing the table of contents links.', 'the-events-calendar' ) . '</li>',
146
+ ],
147
+ 'tec-settings-general-toc-viewing' => [
148
+ 'type' => 'html',
149
+ 'html' => '<li><a href="#tec-settings-general-viewing">' . _x( 'Viewing', 'Viewing table of contents link.', 'the-events-calendar' ) . '</a>',
150
+ ],
151
+ 'tec-settings-general-toc-editing' => [
152
+ 'type' => 'html',
153
+ 'html' => '<li><a href="#tec-settings-general-editing">' . _x( 'Editing', 'Editing table of contents link.', 'the-events-calendar' ) . '</a>',
154
+ ],
155
+ 'tec-settings-general-toc-debugging' => [
156
+ 'type' => 'html',
157
+ 'html' => '<li><a href="#tec-settings-general-debugging">' . _x( 'Debugging', 'Debugging table of contents link.', 'the-events-calendar' ) . '</a>',
158
+ ],
159
+ 'tec-settings-general-toc-end' => [
160
+ 'type' => 'html',
161
+ 'html' => '</ul>',
162
+ ],
163
+ 'tec-settings-general-toc-nav-end' => [
164
+ 'type' => 'html',
165
+ 'html' => '</div>',
166
+ ],
167
+ ];
168
 
169
+ $general_tab_fields += $tec_events_general_toc;
170
 
171
+ // Start the form content wrapper.
172
+ $tec_events_general_form_end = [
173
+
174
+ 'tribe-form-content-start' => [
175
+ 'type' => 'html',
176
+ 'html' => '<div class="tribe-settings-form-wrap tec-settings-general">',
177
+ ],
178
+ ];
179
+
180
+ $general_tab_fields += $tec_events_general_form_end;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
+ // Add the "Viewing" section.
183
+ $tec_events_general_viewing = [
184
+ 'tec-events-settings-general-viewing-title' => [
185
+ 'type' => 'html',
186
+ 'html' => '<h3 id="tec-settings-general-viewing">' . esc_html_x( 'Viewing', 'Title for the viewing section of the general settings.', 'the-events-calendar' ) . '</h3>',
187
+ ],
188
+ 'unpretty-permalinks-url' => [
189
+ 'type' => 'wrapped_html',
190
+ 'label' => esc_html__( 'Events URL slug', 'the-events-calendar' ),
191
+ 'html' => '<p>'
192
+ . sprintf(
193
+ __( 'The current URL for your events page is %1$s. <br><br> You cannot edit the slug for your events page as you do not have pretty permalinks enabled. In order to edit the slug here, <a href="%2$s">enable pretty permalinks</a>.', 'the-events-calendar' ),
194
+ sprintf (
195
+ '<a href="%1$s">%2$s</a>',
196
+ esc_url( $tec->getLink( 'home' ) ),
197
+ esc_url( $tec->getLink( 'home' ) )
198
+ ),
199
+ esc_url( trailingslashit( get_admin_url() ) . 'options-permalink.php' )
200
+ )
201
+ . '</p>',
202
+ 'conditional' => ( '' == get_option( 'permalink_structure' ) ),
203
+ ],
204
+ 'eventsSlug' => [
205
+ 'type' => 'text',
206
+ 'label' => esc_html__( 'Events URL slug', 'the-events-calendar' ),
207
+ 'default' => 'events',
208
+ 'validation_type' => 'slug',
209
+ 'conditional' => ( '' !== get_option( 'permalink_structure' ) ),
210
+ ],
211
+ 'current-events-slug' => [
212
+ 'type' => 'html',
213
+ 'html' => '<p class="tribe-field-indent tribe-field-description description">' . esc_html__( 'The slug used for building the events URL.', 'the-events-calendar' ) . ' ' . sprintf( esc_html__( 'Your current events URL is: %s', 'the-events-calendar' ), '<code><a href="' . esc_url( tribe_get_events_link() ) . '">' . urldecode( tribe_get_events_link() ) . '</a></code>' ) . '</p>',
214
+ 'conditional' => ( '' !== get_option( 'permalink_structure' ) ),
215
+ ],
216
+ 'singleEventSlug' => [
217
+ 'type' => 'text',
218
+ 'label' => esc_html__( 'Single event URL slug', 'the-events-calendar' ),
219
+ 'default' => 'event',
220
+ 'validation_type' => 'slug',
221
+ 'conditional' => ( '' != get_option( 'permalink_structure' ) ),
222
+ ],
223
+ 'current-single-event-slug' => [
224
+ 'type' => 'html',
225
+ 'html' => '<p class="tribe-field-indent tribe-field-description description">' . sprintf( __( 'The above should ideally be plural, and this singular.<br />Your single event URL is: %s', 'the-events-calendar' ), '<code>' . trailingslashit( home_url() ) . urldecode( tribe_get_option( 'singleEventSlug', 'event' ) ) . '/single-post-name/</code>' ) . '</p>',
226
+ 'conditional' => ( '' != get_option( 'permalink_structure' ) ),
227
+ ],
228
+ 'showEventsInMainLoop' => [
229
+ 'type' => 'checkbox_bool',
230
+ 'label' => esc_html__( 'Include events in main blog loop', 'the-events-calendar' ),
231
+ 'tooltip' => esc_html__( 'Show events with the site\'s other posts. When this box is checked, events will also continue to appear on the default events page.', 'the-events-calendar' ),
232
+ 'default' => false,
233
+ 'validation_type' => 'boolean',
234
+ ],
235
+ $event_cleaner->key_trash_events => [
236
+ 'type' => 'dropdown',
237
+ 'label' => esc_html__( 'Move to trash events older than', 'the-events-calendar' ),
238
+ 'tooltip' => esc_html__( 'This option allows you to automatically move past events to trash.', 'the-events-calendar' ),
239
+ 'validation_type' => 'options',
240
+ 'size' => 'small',
241
+ 'default' => null,
242
  'options' => [
243
+ null => esc_html__( 'Disabled', 'the-events-calendar' ),
244
+ 1 => esc_html__( '1 month', 'the-events-calendar' ),
245
+ 3 => esc_html__( '3 months', 'the-events-calendar' ),
246
+ 6 => esc_html__( '6 months', 'the-events-calendar' ),
247
+ 9 => esc_html__( '9 months', 'the-events-calendar' ),
248
+ 12 => esc_html__( '1 year', 'the-events-calendar' ),
249
+ 24 => esc_html__( '2 years', 'the-events-calendar' ),
250
+ 36 => esc_html__( '3 years', 'the-events-calendar' ),
251
  ],
252
+ ],
253
+ $event_cleaner->key_delete_events => [
254
+ 'type' => 'dropdown',
255
+ 'label' => esc_html__( 'Permanently delete events older than', 'the-events-calendar' ),
256
+ 'tooltip' => esc_html__( 'This option allows you to bulk delete past events. Be careful and backup your database before removing your events as there is no way to reverse the changes.', 'the-events-calendar' ),
257
  'validation_type' => 'options',
258
+ 'size' => 'small',
259
+ 'default' => null,
260
+ 'options' => [
261
+ null => esc_html__( 'Disabled', 'the-events-calendar' ),
262
+ 1 => esc_html__( '1 month', 'the-events-calendar' ),
263
+ 3 => esc_html__( '3 months', 'the-events-calendar' ),
264
+ 6 => esc_html__( '6 months', 'the-events-calendar' ),
265
+ 9 => esc_html__( '9 months', 'the-events-calendar' ),
266
+ 12 => esc_html__( '1 year', 'the-events-calendar' ),
267
+ 24 => esc_html__( '2 years', 'the-events-calendar' ),
268
+ 36 => esc_html__( '3 years', 'the-events-calendar' ),
269
+ ],
270
+ ],
271
+ 'enable_month_view_cache' => [
272
+ 'type' => 'checkbox_bool',
273
+ 'label' => __( 'Enable the Month View Cache', 'the-events-calendar' ),
274
+ 'tooltip' => sprintf( __( 'Check this to cache your month view HTML in transients, which can help improve calendar speed on sites with many events. <a href="%s" rel="noopener" target="_blank">Read more</a>.', 'the-events-calendar' ), 'https://evnt.is/18di' ),
275
+ 'default' => true,
276
+ 'validation_type' => 'boolean',
277
+ ],
278
  ];
279
 
280
+ $general_tab_fields += $tec_events_general_viewing;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
 
282
+ $is_missing_aggregator_license_key = '' === get_option( 'pue_install_key_event_aggregator' );
283
+ $should_hide_upsell = tec_should_hide_upsell();
 
284
 
285
+ // Add the "Editing" section.
286
+ $tec_events_general_editing = [
287
+ 'tec-events-settings-general-editing-title' => [
288
+ 'type' => 'html',
289
+ 'html' => '<h3 id="tec-settings-general-editing">' . esc_html_x( 'Editing', 'Title for the editing section of the general settings.', 'the-events-calendar' ) . '</h3>',
290
+ ],
291
+ 'tec-aggregator-infobox-start' => [
292
+ 'type' => 'html',
293
+ 'html' => '<div class="tec-settings-infobox">',
294
+ 'conditional' => $is_missing_aggregator_license_key && ! $should_hide_upsell,
295
+ ],
296
+ 'tec-aggregator-infobox-logo' => [
297
+ 'type' => 'html',
298
+ 'html' => '<img class="tec-settings-infobox-logo" src="' . plugins_url( 'resources/images/settings-icons/icon-event-aggregator.svg', dirname( __FILE__ ) ) . '" alt="Events Aggregator Logo">',
299
+ 'conditional' => $is_missing_aggregator_license_key && ! $should_hide_upsell,
300
+ ],
301
+ 'tec-aggregator-infobox-title' => [
302
+ 'type' => 'html',
303
+ 'html' => '<h3 class="tec-settings-infobox-title">' . __( 'Import events with Event Aggregator', 'the-events-calendar' ) . '</h3>',
304
+ 'conditional' => $is_missing_aggregator_license_key && ! $should_hide_upsell,
305
+ ],
306
+ 'tec-aggregator-infobox-content' => [
307
+ 'type' => 'html',
308
+ 'html' => '<p>' . __( 'Effortlessly fill your calendar with events from Meetup, Eventbrite, iCal, Google Calendar, and more.', 'the-events-calendar' ) . '</p>',
309
+ 'conditional' => $is_missing_aggregator_license_key && ! $should_hide_upsell,
310
+ ],
311
+ 'tec-aggregator-infobox-link' => [
312
+ 'type' => 'html',
313
+ 'html' => '<a href="' . esc_url( 'https://evnt.is/1bby' ) . '" rel="noopener" target="_blank">' . __( 'Learn more.', 'the-events-calendar' ) . '</a>',
314
+ 'conditional' => $is_missing_aggregator_license_key && ! $should_hide_upsell,
315
+ ],
316
+ 'tec-aggregator-infobox-end' => [
317
+ 'type' => 'html',
318
+ 'html' => '</div>',
319
+ 'conditional' => $is_missing_aggregator_license_key && ! $should_hide_upsell,
320
+ ],
321
+ 'disable_metabox_custom_fields' => [
322
+ 'type' => 'checkbox_bool',
323
+ 'label' => esc_html__( 'Show Custom Fields metabox', 'the-events-calendar' ),
324
+ 'tooltip' => esc_html__( 'Enable WordPress Custom Fields on events in the classic editor.', 'the-events-calendar' ),
325
+ 'default' => true,
326
+ 'validation_type' => 'boolean',
327
+ ],
328
+ 'amalgamate-duplicates' => [
329
+ 'type' => 'html',
330
+ 'html' => '<fieldset class="tribe-field tribe-field-html"><legend>' . esc_html__( 'Merge duplicate Venues &amp; Organizers', 'the-events-calendar' ) . '</legend><div class="tribe-field-wrap">' . Tribe__Events__Amalgamator::migration_button( esc_html__( 'Merge Duplicates', 'the-events-calendar' ) ) . '<p class="tribe-field-indent description">' . esc_html__( 'Click this button to automatically merge identical venues and organizers.', 'the-events-calendar' ) . '</p></div></fieldset>',
331
+ ],
332
+ ];
333
 
334
+ $general_tab_fields += $tec_events_general_editing;
 
 
 
 
 
335
 
336
+ // Add the "Debugging" section.
337
+ $tec_events_general_debugging = [
338
+ 'tec-events-settings-general-debugging-title' => [
339
+ 'type' => 'html',
340
+ 'html' => '<h3 id="tec-settings-general-debugging">' . esc_html_x( 'Debugging', 'Title for the debugging section of the general settings.', 'the-events-calendar' ) . '</h3>',
341
+ ],
342
+ 'tec-troubleshooting-infobox-start' => [
343
+ 'type' => 'html',
344
+ 'html' => '<div class="tec-settings-infobox">'
345
+ ],
346
+ 'tec-troubleshooting-infobox-logo' => [
347
+ 'type' => 'html',
348
+ 'html' => '<img class="tec-settings-infobox-logo" src="' . plugins_url( 'resources/images/settings-icons/icon-image-high-five.svg', dirname( __FILE__ ) ) . '" alt="Events troubleshooting Logo">',
349
+ ],
350
+ 'tec-troubleshooting-infobox-title' => [
351
+ 'type' => 'html',
352
+ 'html' => '<h3 class="tec-settings-infobox-title">' . __( 'There is a solution for every problem', 'the-events-calendar' ) . '</h3>',
353
+ ],
354
+ 'tec-troubleshooting-infobox-content' => [
355
+ 'type' => 'html',
356
+ 'html' => sprintf(
357
+ /* Translators: %1$s - opening paragraph tag, %2$s - opening anchor tag, %3$s - closing anchor tag, %4$s - closing paragraph tag */
358
+ __( '%1$sSometimes things just don’t work as expected. The %2$stroubleshooting page%3$s has a wealth of resources to get you back on track.%4$s', 'the-events-calendar' ),
359
+ '<p>',
360
+ '<a href="' . esc_url( 'edit.php?post_type=tribe_events&page=tec-troubleshooting' ) . '">',
361
+ '</a>',
362
+ '</p>',
363
+ ),
364
 
365
+ ],
366
+ 'tec-troubleshooting-infobox-end' => [
367
+ 'type' => 'html',
368
+ 'html' => '</div>',
369
+ ],
370
+ 'debugEvents' => [
371
+ 'type' => 'checkbox_bool',
372
+ 'label' => esc_html__( 'Debug mode', 'the-event-calendar' ),
373
+ 'tooltip' => sprintf(
374
+ esc_html__(
375
+ 'Enable this option to log debug information. By default this will log to your server PHP error log. If you\'d like to see the log messages in your browser, then we recommend that you install the %s and look for the "Tribe" tab in the debug output.',
376
+ 'the-event-calendar'
377
+ ),
378
+ '<a target="_blank" rel="noopener noreferrer" href="https://wordpress.org/extend/plugins/debug-bar/">' . esc_html__( 'Debug Bar Plugin', 'the-event-calendar' ) . '</a>'
379
+ ),
380
+ 'default' => false,
381
+ 'validation_type' => 'boolean',
382
+ 'conditional' => is_super_admin()
383
+ ],
384
+ ];
385
 
386
+ $general_tab_fields += $tec_events_general_debugging;
387
+
388
+ // Close the form content wrapper.
389
+ $general_tab_fields += [
390
+ 'tribe-form-content-end' => [
391
+ 'type' => 'html',
392
+ 'html' => '</div>',
393
+ ]
394
+ ];
395
+
396
+ $general_tab = [
397
+ 'priority' => 0,
398
+ 'fields' => apply_filters( 'tribe_general_settings_tab_fields', $general_tab_fields ),
399
+ ];
src/admin-views/tribe-options-timezones.php CHANGED
@@ -25,24 +25,10 @@ $enable_button_html = <<<HTML
25
  HTML;
26
 
27
  return [
28
- 'tribe_events_timezones_title' => [
29
- 'type' => 'html',
30
- 'html' => '<h3>' . esc_html__( 'Time Zone Settings', 'the-events-calendar' ) . '</h3>',
31
- ],
32
  'tribe_events_enable_timezones' => [
33
  'type' => 'html',
34
  'html' => $enable_button_html,
35
  ],
36
- 'tribe_events_timezone_mode' => [
37
- 'type' => 'dropdown',
38
- 'label' => esc_html__( 'Time zone mode', 'the-events-calendar' ),
39
- 'validation_type' => 'options',
40
- 'size' => 'large',
41
- 'options' => [
42
- 'event' => esc_html__( 'Use manual time zones for each event', 'the-events-calendar' ),
43
- 'site' => esc_html__( 'Use the site-wide time zone everywhere', 'the-events-calendar' ),
44
- ],
45
- ],
46
  'tribe_events_timezones_show_zone' => [
47
  'type' => 'checkbox_bool',
48
  'label' => esc_html__( 'Show time zone', 'the-events-calendar' ),
@@ -53,4 +39,14 @@ return [
53
  'default' => false,
54
  'validation_type' => 'boolean',
55
  ],
 
 
 
 
 
 
 
 
 
 
56
  ];
25
  HTML;
26
 
27
  return [
 
 
 
 
28
  'tribe_events_enable_timezones' => [
29
  'type' => 'html',
30
  'html' => $enable_button_html,
31
  ],
 
 
 
 
 
 
 
 
 
 
32
  'tribe_events_timezones_show_zone' => [
33
  'type' => 'checkbox_bool',
34
  'label' => esc_html__( 'Show time zone', 'the-events-calendar' ),
39
  'default' => false,
40
  'validation_type' => 'boolean',
41
  ],
42
+ 'tribe_events_timezone_mode' => [
43
+ 'type' => 'dropdown',
44
+ 'label' => esc_html__( 'Time zone mode', 'the-events-calendar' ),
45
+ 'validation_type' => 'options',
46
+ 'size' => 'large',
47
+ 'options' => [
48
+ 'event' => esc_html__( 'Use manual time zones for each event', 'the-events-calendar' ),
49
+ 'site' => esc_html__( 'Use the site-wide time zone everywhere', 'the-events-calendar' ),
50
+ ],
51
+ ],
52
  ];
src/resources/css/events-admin.min.css CHANGED
@@ -1 +1 @@
1
- .events-cal #post-query-submit,.events-cal .tablenav select[name=m]{display:none}.fixed .column-end-date,.fixed .column-events-cats,.fixed .column-start-date{width:14%}#additional-field-table input,#additional-field-table select,#additional-field-table textarea{width:200px}#additional-field-table tbody tr{height:72px}.tribe-restore-link+a{display:none}.eventForm{margin-top:-20px}.eventForm td{font-size:12px;padding:0 6px 10px 0;vertical-align:middle}.eventForm td input.alignleft,.eventForm td select.alignleft{margin-right:.3rem}.eventForm #EventURL{width:70%}.eventForm #event-meta td{vertical-align:top}.eventForm #event-meta td:first-child{line-height:30px}.eventForm #event-meta td div{margin-bottom:10px}.eventForm #event-meta td div:last-child{margin-bottom:20px}.eventForm #event-meta td select{min-width:100px}.eventForm textarea{width:100%}.eventForm h4{font-size:1.2em;margin:1em 0}.eventForm h4.event-time{margin-top:0}.eventForm .tribe_sectionheader{padding-bottom:5px}.eventForm p{margin:0 0 10px}.eventForm input[type=color],.eventForm input[type=date],.eventForm input[type=datetime-local],.eventForm input[type=datetime],.eventForm input[type=email],.eventForm input[type=month],.eventForm input[type=number],.eventForm input[type=password],.eventForm input[type=search],.eventForm input[type=tel],.eventForm input[type=text],.eventForm input[type=time],.eventForm input[type=url],.eventForm input[type=week]{background-image:none;border:1px solid #ccc;border-radius:3px;line-height:20px;margin-left:0}.eventForm .event-dynamic-helper-text{color:#999;font-style:italic;padding:0}.eventForm .tribe-datetime-block .tribe-allday{margin:10px 0 0}.eventForm .tribe-datetime-block .tribe-field-end_date,.eventForm .tribe-datetime-block .tribe-field-end_time,.eventForm .tribe-datetime-block .tribe-field-start_date,.eventForm .tribe-datetime-block .tribe-field-start_time{height:28px}.eventForm .tribe-datetime-block .tribe-field-end_date,.eventForm .tribe-datetime-block .tribe-field-start_date{width:100px}.eventForm .tribe-datetime-block .tribe-field-end_time,.eventForm .tribe-datetime-block .tribe-field-start_time{width:80px}.eventForm .tribe-datetime-block .tribe-field-timezone{display:none;margin-top:-2px;max-width:199px;min-width:100px;width:100%}.eventForm .tribe-datetime-block .tribe-field-timezone.select2-container{display:inline-block;margin-top:-4px}.eventForm .tribe-datetime-block .tribe-change-timezone{white-space:nowrap}.eventForm .tribe-datetime-label{padding-top:5px;vertical-align:top}.ui-datepicker-calendar .ui-datepicker-today a{background:linear-gradient(354deg,#ccc,#eee);color:#000}.ui-datepicker-calendar .ui-datepicker-today.ui-datepicker-current-day a{background:linear-gradient(354deg,#0a55a0,#1288eb);color:#fff}.ui-datepicker select.ui-datepicker-month{width:8rem}.tribe-community-event-info{margin:10px;width:100%}#EventInfo,.eventtable{margin:0;padding-top:0;width:100%}#event_tickets,.eventtable.ticket_list.eventForm{table-layout:fixed}#ticket_end_date,#ticket_start_date{width:100px}.form-table form input{border:none}#submitLabel{display:block}#submitLabel input{display:block;padding:0}#EventBriteDetailDiv h4,.eventForm .tribe_sectionheader h4,.tribe-community-event-info h4{border-bottom:1px solid #e5e5e5;padding-bottom:6px;text-transform:uppercase}.tribe-events-error{display:none}.tribe-events-multi-event-day{color:#0f81bb}.ui-front{z-index:1000000}.events-cal .ui-widget-overlay.ui-front{z-index:90}.edit-linked-post-link{display:inline-block;margin-left:10px}.linked-post-wrapper tbody+tbody tr.saved_linked-post td,.linked-post-wrapper tbody+tfoot tr td{margin-top:1em;padding-top:1em}.linked-post-wrapper .linked-post td:first-child{padding-left:30px}.move-linked-post-group{cursor:move;padding-right:.5em}.tribe-delete-this{color:#444;float:right}.tribe-delete-this.hover-state,.tribe-delete-this:hover{color:#a00}.tribe-delete-this.tribe-confirm-delete-this,.tribe_community_edit .edit-linked-post-link a{display:none}.tribe-linked-post-error.error{display:inline;margin-left:5px;padding:5px 10px}#tribe-field-toggle_blocks_editor_hidden_field{display:none}#modern-tribe-info.tribe-upgrade{padding:0;position:relative}#modern-tribe-info.tribe-upgrade .dashicons,#modern-tribe-info.tribe-upgrade a{color:#334aff}#modern-tribe-info.tribe-upgrade h3{font-size:24px;line-height:1.4em}#modern-tribe-info.tribe-upgrade ul{list-style-type:none;margin-left:0}#modern-tribe-info.tribe-upgrade li>h4{margin-bottom:0}#modern-tribe-info.tribe-upgrade li>p{margin-top:0;padding-left:1.5rem}#modern-tribe-info.tribe-upgrade #tribe-upgrade-complete,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step2{display:flex;flex-direction:row;justify-content:space-between}#modern-tribe-info.tribe-upgrade #tribe-upgrade-complete.hidden,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1.hidden,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step2.hidden{display:none}#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1 span{color:#334aff}#modern-tribe-info.tribe-upgrade .button,#modern-tribe-info.tribe-upgrade button{background:#334aff;border:0;border-radius:.25rem;box-shadow:0 2px #000;color:#fff;cursor:pointer;font-size:1rem;line-height:1.2;margin:2rem 1.5rem .25rem .25rem;padding:1rem .5rem;text-decoration:none;white-space:nowrap;width:200px}#modern-tribe-info.tribe-upgrade .button{height:3rem;line-height:1rem;text-align:center}#modern-tribe-info.tribe-upgrade .content-container{max-width:600px;padding:2rem}#modern-tribe-info.tribe-upgrade .image-container{text-align:right}#modern-tribe-info.tribe-upgrade .image-container img{border-radius:.5rem;display:inline-block;filter:drop-shadow(0 0 6px #ccc);height:auto;margin:0;vertical-align:top;width:100%}#modern-tribe-info.tribe-upgrade .screenshot{float:left}#modern-tribe-info.tribe-upgrade .step{font-size:.9rem;font-weight:200;padding-top:.5rem;text-align:center;width:200px}#upgrade-button{background:#334aff;border:0;border-radius:.25rem;box-shadow:0 2px #000;color:#fff;cursor:pointer;font-size:.8rem;height:1.6rem;margin:2px 0 0 .75rem;padding-right:.8rem;vertical-align:top}#EventBriteDetailDiv small,.tribe-community-event-info small{color:#a3a3a3;font-size:10px}#eventBriteTicketing,#mainDonateRow{background:url(../images/bg_fade.png) repeat-x 0 0;background-color:#fff;border:1px solid #e2e2e2;border-radius:3px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;margin:-11px 6px 0;padding:10px 15px}#eventBriteTicketing h2{background:url(../images/eb_press_little.gif) no-repeat 100% 0;height:80px;margin:0}.tribe-community-event-info,table.eventForm{width:100%}#custom-recurrence-weeks label{display:block;float:left;margin-bottom:3px;width:45px}#custom-recurrence-frequency input{width:30px}#custom-recurrence-years label{display:block;float:left;margin-bottom:3px;width:50px}#recurrence-changed-row{color:red;display:none}#rec-days-error,#rec-end-error{color:red}.rec-error{display:none}#recurrence-pattern-description{font-style:italic}.recurrence-pattern-description-row{display:none}.chosen,.chzn-container,.tribe-chosen{margin-right:10px!important}#defaultCountry,#eventsDefaultState,#StateProvinceSelect,.events-dropdown{min-width:220px}.multi-day-cutoff-dropdown{width:100px!important}.inactive-sidebar .widget,.widget-liquid-right .sidebar-description,.widget-liquid-right .widget{overflow:visible!important}.tribe-aggregator-import-details{overflow:hidden}.tribe-aggregator-import-details dt{clear:left;float:left;margin-right:.25rem}.tribe-aggregator-import-details dd{margin-left:0}.tribe-aggregator-import-details .tribe-value{font-weight:700}.tribe-ea-eventbrite-disconnect{color:#a00;display:inline-block;margin-left:1rem}.tribe-ea-eventbrite-disconnect:active,.tribe-ea-eventbrite-disconnect:hover{color:red}.tribe-ea-eventbrite-button{background:#f6682f;border-radius:3px;color:#fff;display:inline-block;padding:.5rem 1.5rem;text-decoration:none;transition:background-color .5s ease}.tribe-ea-eventbrite-button:active,.tribe-ea-eventbrite-button:hover{color:#fff;cursor:pointer}.tribe-ea-eventbrite-button:active,.tribe-ea-eventbrite-button:focus,.tribe-ea-eventbrite-button:hover{background:#c85b2f}.tribe-ea-meetup-disconnect{color:#a00;display:inline-block;margin-left:1rem}.tribe-ea-meetup-disconnect:active,.tribe-ea-meetup-disconnect:hover{color:red}.tribe-ea-meetup-button{background:#f41940;border-radius:3px;color:#fff;display:inline-block;padding:.5rem 1.5rem;text-decoration:none;transition:background-color .5s ease}.tribe-ea-meetup-button:active,.tribe-ea-meetup-button:hover{color:#fff;cursor:pointer}.tribe-ea-meetup-button:active,.tribe-ea-meetup-button:focus,.tribe-ea-meetup-button:hover{background:#f41940}.event-aggregator-status{background-color:#fff;border:2px solid #e4e5e6;border-spacing:0;margin-bottom:16px;width:100%}.event-aggregator-status tbody tr:nth-child(2n) td{background-color:#f9f9f9}.event-aggregator-status th{border-bottom:1px solid #e4e5e6;text-align:left}.event-aggregator-status td,.event-aggregator-status th{background-color:#fff;padding:8px 12px}.event-aggregator-status td.label{width:220px}.event-aggregator-status td.label img{float:left;height:18px;margin-right:6px;width:18px}.event-aggregator-status td.indicator{width:20px}.event-aggregator-status td.indicator.good{color:#38b042}.event-aggregator-status td.indicator.bad{color:#ed5047}.event-aggregator-status td.indicator.warning{color:#f3ae46}[id*=tribe] .widget-content .tribe-widget-form-control{margin:1em 0}[id*=tribe] .widget-content .tribe-widget-form-control--fieldset .tribe-widget-form-control{margin:4px 0}[id*=tribe] .widget-content .tribe-widget-form-control--legend{font-weight:700;margin:8px 0}[id*=tribe] .widget-content .tribe-widget-form-control--section{clear:both;margin:1em 0}[id*=tribe] .widget-content .tribe-widget-form-control--section .tribe-widget-form-control--section,[id*=tribe] .widget-content .tribe-widget-form-control--section .tribe-widget-form-control--section-title{margin-top:0}[id*=tribe] .widget-content .calendar-widget-filters-container{display:none}[id*=tribe] .widget-content .calendar-widget-filters-container--show{display:block}.tribe-events-status_metabox__container{padding-top:2px}.tribe-events-status_metabox__container .tribe-events-status-select{display:inline}.tribe-events-status_metabox__container .tribe-events-status-components-textarea-control__container{margin:9px 0}.tribe-events-status_metabox__container .tribe-events-status-components-online-url__label,.tribe-events-status_metabox__container .tribe-events-status-components-textarea-control__label{display:block;margin:0 0 2px}h3.tec-update-notice__title{font-size:20px;font-weight:700;line-height:35px;margin:16px 0 4px}h3.tec-update-notice__title img{height:1em;width:1em;font-size:.8em}.tec-update-notice__actions{padding:16px 0}.button.tec-update-notice__button{background:#3352f5;border-color:transparent;border-radius:4px;color:#fff;font-weight:700;margin-right:12px;padding:4px 12px;vertical-align:baseline}.button.tec-update-notice__button:active,.button.tec-update-notice__button:focus,.button.tec-update-notice__button:hover{background:#1f3ac9;color:#fff}@media (max-width:782px){.eventForm .tribe-datetime-block .tribe-field-end_date,.eventForm .tribe-datetime-block .tribe-field-start_date{display:inline-block;width:63%}.eventForm .tribe-datetime-block .tribe-field-end_time,.eventForm .tribe-datetime-block .tribe-field-start_time{display:inline-block;width:35%}.eventForm .tribe-datetime-block .tribe-datetime-separator{display:block;padding:5px 0;text-align:center;width:100%}.eventForm .tribe-datetime-block .tribe-field-timezone.select2-container{display:table;margin:10px auto 0}.eventForm .tribe-datetime-block .tribe-change-timezone{display:block;padding:5px 0;text-align:center;width:100%}}@media (min-width:1193px){.eventForm .tribe-datetime-block .tribe-field-timezone{width:calc(100% - 400px)}}@media (min-width:480px){#modern-tribe-info.tribe-upgrade #tribe-upgrade-complete .tribe-upgrade-absolute-text,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1 .tribe-upgrade-absolute-text,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step2 .tribe-upgrade-absolute-text{bottom:80px;position:absolute;white-space:nowrap;word-wrap:break-word}}@media (max-width:480px){#modern-tribe-info.tribe-upgrade #tribe-upgrade-complete .tribe-upgrade-absolute-text,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1 .tribe-upgrade-absolute-text,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step2 .tribe-upgrade-absolute-text{display:block;margin:15px 10px}}
1
+ .events-cal #post-query-submit,.events-cal .tablenav select[name=m]{display:none}.fixed .column-end-date,.fixed .column-events-cats,.fixed .column-start-date{width:14%}#additional-field-table input,#additional-field-table select,#additional-field-table textarea{width:200px}#additional-field-table tbody tr{height:72px}.tribe-restore-link+a{display:none}.eventForm{margin-top:-20px}.eventForm td{font-size:12px;padding:0 6px 10px 0;vertical-align:middle}.eventForm td input.alignleft,.eventForm td select.alignleft{margin-right:.3rem}.eventForm #EventURL{width:70%}.eventForm #event-meta td{vertical-align:top}.eventForm #event-meta td:first-child{line-height:30px}.eventForm #event-meta td div{margin-bottom:10px}.eventForm #event-meta td div:last-child{margin-bottom:20px}.eventForm #event-meta td select{min-width:100px}.eventForm textarea{width:100%}.eventForm h4{font-size:1.2em;margin:1em 0}.eventForm h4.event-time{margin-top:0}.eventForm .tribe_sectionheader{padding-bottom:5px}.eventForm p{margin:0 0 10px}.eventForm input[type=color],.eventForm input[type=date],.eventForm input[type=datetime-local],.eventForm input[type=datetime],.eventForm input[type=email],.eventForm input[type=month],.eventForm input[type=number],.eventForm input[type=password],.eventForm input[type=search],.eventForm input[type=tel],.eventForm input[type=text],.eventForm input[type=time],.eventForm input[type=url],.eventForm input[type=week]{background-image:none;border:1px solid #ccc;border-radius:3px;line-height:20px;margin-left:0}.eventForm .event-dynamic-helper-text{color:#999;font-style:italic;padding:0}.eventForm .tribe-datetime-block .tribe-allday{margin:10px 0 0}.eventForm .tribe-datetime-block .tribe-field-end_date,.eventForm .tribe-datetime-block .tribe-field-end_time,.eventForm .tribe-datetime-block .tribe-field-start_date,.eventForm .tribe-datetime-block .tribe-field-start_time{height:28px}.eventForm .tribe-datetime-block .tribe-field-end_date,.eventForm .tribe-datetime-block .tribe-field-start_date{width:100px}.eventForm .tribe-datetime-block .tribe-field-end_time,.eventForm .tribe-datetime-block .tribe-field-start_time{width:80px}.eventForm .tribe-datetime-block .tribe-field-timezone{display:none;margin-top:-2px;max-width:199px;min-width:100px;width:100%}.eventForm .tribe-datetime-block .tribe-field-timezone.select2-container{display:inline-block;margin-top:-4px}.eventForm .tribe-datetime-block .tribe-change-timezone{white-space:nowrap}.eventForm .tribe-datetime-label{padding-top:5px;vertical-align:top}.ui-datepicker-calendar .ui-datepicker-today a{background:linear-gradient(354deg,#ccc,#eee);color:#000}.ui-datepicker-calendar .ui-datepicker-today.ui-datepicker-current-day a{background:linear-gradient(354deg,#0a55a0,#1288eb);color:#fff}.ui-datepicker select.ui-datepicker-month{width:8rem}.tribe-community-event-info{margin:10px;width:100%}#EventInfo,.eventtable{margin:0;padding-top:0;width:100%}#event_tickets,.eventtable.ticket_list.eventForm{table-layout:fixed}#ticket_end_date,#ticket_start_date{width:100px}.form-table form input{border:none}#submitLabel{display:block}#submitLabel input{display:block;padding:0}#EventBriteDetailDiv h4,.eventForm .tribe_sectionheader h4,.tribe-community-event-info h4{border-bottom:1px solid #e5e5e5;padding-bottom:6px;text-transform:uppercase}.tribe-events-error{display:none}.tribe-events-multi-event-day{color:#0f81bb}.ui-front{z-index:1000000}.events-cal .ui-widget-overlay.ui-front{z-index:90}.edit-linked-post-link{display:inline-block;margin-left:10px}.linked-post-wrapper tbody+tbody tr.saved_linked-post td,.linked-post-wrapper tbody+tfoot tr td{margin-top:1em;padding-top:1em}.linked-post-wrapper .linked-post td:first-child{padding-left:30px}.move-linked-post-group{cursor:move;padding-right:.5em}.tribe-delete-this{color:#444;float:right}.tribe-delete-this.hover-state,.tribe-delete-this:hover{color:#a00}.tribe-delete-this.tribe-confirm-delete-this,.tribe_community_edit .edit-linked-post-link a{display:none}.tribe-linked-post-error.error{display:inline;margin-left:5px;padding:5px 10px}#tribe-field-toggle_blocks_editor_hidden_field{display:none}#tribe-field-donate-link legend{float:left;font-weight:700;margin-right:1em}#modern-tribe-info.tribe-upgrade,.tec-settings-header.tribe-upgrade{padding:0;position:relative}#modern-tribe-info.tribe-upgrade .dashicons,#modern-tribe-info.tribe-upgrade a,.tec-settings-header.tribe-upgrade .dashicons,.tec-settings-header.tribe-upgrade a{color:#334aff}#modern-tribe-info.tribe-upgrade h3,.tec-settings-header.tribe-upgrade h3{font-size:24px;line-height:1.4em}#modern-tribe-info.tribe-upgrade ul,.tec-settings-header.tribe-upgrade ul{list-style-type:none;margin-left:0}#modern-tribe-info.tribe-upgrade li>h4,.tec-settings-header.tribe-upgrade li>h4{margin-bottom:0}#modern-tribe-info.tribe-upgrade li>p,.tec-settings-header.tribe-upgrade li>p{margin-top:0;padding-left:1.5rem}#modern-tribe-info.tribe-upgrade #tribe-upgrade-complete,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step2,.tec-settings-header.tribe-upgrade #tribe-upgrade-complete,.tec-settings-header.tribe-upgrade #tribe-upgrade-step1,.tec-settings-header.tribe-upgrade #tribe-upgrade-step2{display:flex;flex-direction:row;justify-content:space-between}#modern-tribe-info.tribe-upgrade #tribe-upgrade-complete.hidden,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1.hidden,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step2.hidden,.tec-settings-header.tribe-upgrade #tribe-upgrade-complete.hidden,.tec-settings-header.tribe-upgrade #tribe-upgrade-step1.hidden,.tec-settings-header.tribe-upgrade #tribe-upgrade-step2.hidden{display:none}#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1 span,.tec-settings-header.tribe-upgrade #tribe-upgrade-step1 span{color:#334aff}#modern-tribe-info.tribe-upgrade .button,#modern-tribe-info.tribe-upgrade button,.tec-settings-header.tribe-upgrade .button,.tec-settings-header.tribe-upgrade button{background:#334aff;border:0;border-radius:.25rem;box-shadow:0 2px #000;color:#fff;cursor:pointer;font-size:1rem;line-height:1.2;margin:2rem 1.5rem .25rem .25rem;padding:1rem .5rem;text-decoration:none;white-space:nowrap;width:200px}#modern-tribe-info.tribe-upgrade .button,.tec-settings-header.tribe-upgrade .button{height:3rem;line-height:1rem;text-align:center}#modern-tribe-info.tribe-upgrade .content-container,.tec-settings-header.tribe-upgrade .content-container{max-width:600px;padding:2rem}#modern-tribe-info.tribe-upgrade .image-container,.tec-settings-header.tribe-upgrade .image-container{text-align:right}#modern-tribe-info.tribe-upgrade .image-container img,.tec-settings-header.tribe-upgrade .image-container img{border-radius:.5rem;display:inline-block;filter:drop-shadow(0 0 6px #ccc);height:auto;margin:0;vertical-align:top;width:100%}#modern-tribe-info.tribe-upgrade .screenshot,.tec-settings-header.tribe-upgrade .screenshot{float:left}#modern-tribe-info.tribe-upgrade .step,.tec-settings-header.tribe-upgrade .step{font-size:.9rem;font-weight:200;padding-top:.5rem;text-align:center;width:200px}.tribe-settings-form .tec-settings-display .tribe-field-indent,.tribe-settings-form .tec-settings-general .tribe-field-indent{margin-left:255px}.tribe-settings-form .tec-settings-display fieldset .description,.tribe-settings-form .tec-settings-general fieldset .description{padding-left:0}.tribe-settings-form .tec-settings-display .tribe-field-wrap input[type=checkbox]~.description,.tribe-settings-form .tec-settings-general .tribe-field-wrap input[type=checkbox]~.description{display:inline-block;margin-top:0}.tribe-settings-form .tec-settings-display .tribe-field-wrap input[type=checkbox],.tribe-settings-form .tec-settings-general .tribe-field-wrap input[type=checkbox]{margin-top:2px!important;vertical-align:top}.tribe-settings-form .tribe-settings-form-wrap .tec-settings-infobox{background-color:#fff;border:1px solid #d5d5d5;border-radius:4px;grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:auto 1fr;margin:10px 0;padding:20px}.tribe-settings-form .tribe-settings-form-wrap .tec-settings-infobox>*{grid-column:1;padding-left:0}.tribe-settings-form .tribe-settings-form-wrap .tec-settings-infobox .tec-settings-infobox-logo~*{grid-column:2;margin-left:0}.tribe-settings-form .tribe-settings-form-wrap .tec-settings-infobox .tec-settings-infobox-logo{grid-column:1;grid-row:1/10;width:48px}.tribe-settings-form .tribe-settings-form-wrap .tec-settings-infobox .tec-settings-infobox-title{background:transparent;margin-top:0;padding:0}.tec-settings-header .tec-settings-header-links-section{display:flex;flex-flow:row wrap}.tec-settings-header .tec-settings-header-links-section ul{list-style:none;margin-left:0}.tec-settings-header .tec-settings-header-links-section>*{flex-grow:1}.tec-settings-header .tec-settings-header-links-section .tec-settings-header-links-section__donate{display:flex;flex-basis:50%;flex-flow:column;margin-right:115px;max-width:360px}#upgrade-button{background:#334aff;border:0;border-radius:.25rem;box-shadow:0 2px #000;color:#fff;cursor:pointer;font-size:.8rem;height:1.6rem;margin:2px 0 0 .75rem;padding-right:.8rem;vertical-align:top}#EventBriteDetailDiv small,.tribe-community-event-info small{color:#a3a3a3;font-size:10px}#eventBriteTicketing,#mainDonateRow{background:url(../images/bg_fade.png) repeat-x 0 0;background-color:#fff;border:1px solid #e2e2e2;border-radius:3px;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;margin:-11px 6px 0;padding:10px 15px}#eventBriteTicketing h2{background:url(../images/eb_press_little.gif) no-repeat 100% 0;height:80px;margin:0}.tribe-community-event-info,table.eventForm{width:100%}#custom-recurrence-weeks label{display:block;float:left;margin-bottom:3px;width:45px}#custom-recurrence-frequency input{width:30px}#custom-recurrence-years label{display:block;float:left;margin-bottom:3px;width:50px}#recurrence-changed-row{color:red;display:none}#rec-days-error,#rec-end-error{color:red}.rec-error{display:none}#recurrence-pattern-description{font-style:italic}.recurrence-pattern-description-row{display:none}.chosen,.chzn-container,.tribe-chosen{margin-right:10px!important}#defaultCountry,#eventsDefaultState,#StateProvinceSelect,.events-dropdown{min-width:220px}.multi-day-cutoff-dropdown{width:100px!important}.inactive-sidebar .widget,.widget-liquid-right .sidebar-description,.widget-liquid-right .widget{overflow:visible!important}.tribe-aggregator-import-details{overflow:hidden}.tribe-aggregator-import-details dt{clear:left;float:left;margin-right:.25rem}.tribe-aggregator-import-details dd{margin-left:0}.tribe-aggregator-import-details .tribe-value{font-weight:700}.tribe-ea-eventbrite-disconnect{color:#a00;display:inline-block;margin-left:1rem}.tribe-ea-eventbrite-disconnect:active,.tribe-ea-eventbrite-disconnect:hover{color:red}.tribe-ea-eventbrite-button{background:#f6682f;border-radius:3px;color:#fff;display:inline-block;padding:.5rem 1.5rem;text-decoration:none;transition:background-color .5s ease}.tribe-ea-eventbrite-button:active,.tribe-ea-eventbrite-button:hover{color:#fff;cursor:pointer}.tribe-ea-eventbrite-button:active,.tribe-ea-eventbrite-button:focus,.tribe-ea-eventbrite-button:hover{background:#c85b2f}.tribe-ea-meetup-disconnect{color:#a00;display:inline-block;margin-left:1rem}.tribe-ea-meetup-disconnect:active,.tribe-ea-meetup-disconnect:hover{color:red}.tribe-ea-meetup-button{background:#f41940;border-radius:3px;color:#fff;display:inline-block;padding:.5rem 1.5rem;text-decoration:none;transition:background-color .5s ease}.tribe-ea-meetup-button:active,.tribe-ea-meetup-button:hover{color:#fff;cursor:pointer}.tribe-ea-meetup-button:active,.tribe-ea-meetup-button:focus,.tribe-ea-meetup-button:hover{background:#f41940}.event-aggregator-status{background-color:#fff;border:2px solid #e4e5e6;border-spacing:0;margin-bottom:16px;width:100%}.event-aggregator-status tbody tr:nth-child(2n) td{background-color:#f9f9f9}.event-aggregator-status th{border-bottom:1px solid #e4e5e6;text-align:left}.event-aggregator-status td,.event-aggregator-status th{background-color:#fff;padding:8px 12px}.event-aggregator-status td.label{width:220px}.event-aggregator-status td.label img{float:left;height:18px;margin-right:6px;width:18px}.event-aggregator-status td.indicator{width:20px}.event-aggregator-status td.indicator.good{color:#38b042}.event-aggregator-status td.indicator.bad{color:#ed5047}.event-aggregator-status td.indicator.warning{color:#f3ae46}[id*=tribe] .widget-content .tribe-widget-form-control{margin:1em 0}[id*=tribe] .widget-content .tribe-widget-form-control--fieldset .tribe-widget-form-control{margin:4px 0}[id*=tribe] .widget-content .tribe-widget-form-control--legend{font-weight:700;margin:8px 0}[id*=tribe] .widget-content .tribe-widget-form-control--section{clear:both;margin:1em 0}[id*=tribe] .widget-content .tribe-widget-form-control--section .tribe-widget-form-control--section,[id*=tribe] .widget-content .tribe-widget-form-control--section .tribe-widget-form-control--section-title{margin-top:0}[id*=tribe] .widget-content .calendar-widget-filters-container{display:none}[id*=tribe] .widget-content .calendar-widget-filters-container--show{display:block}.tribe-events-status_metabox__container{padding-top:2px}.tribe-events-status_metabox__container .tribe-events-status-select{display:inline}.tribe-events-status_metabox__container .tribe-events-status-components-textarea-control__container{margin:9px 0}.tribe-events-status_metabox__container .tribe-events-status-components-online-url__label,.tribe-events-status_metabox__container .tribe-events-status-components-textarea-control__label{display:block;margin:0 0 2px}h3.tec-update-notice__title{font-size:20px;font-weight:700;line-height:35px;margin:16px 0 4px}h3.tec-update-notice__title img{height:1em;width:1em;font-size:.8em}.tec-update-notice__actions{padding:16px 0}.button.tec-update-notice__button{background:#3352f5;border-color:transparent;border-radius:4px;color:#fff;font-weight:700;margin-right:12px;padding:4px 12px;vertical-align:baseline}.button.tec-update-notice__button:active,.button.tec-update-notice__button:focus,.button.tec-update-notice__button:hover{background:#1f3ac9;color:#fff}@media (max-width:782px){.eventForm .tribe-datetime-block .tribe-field-end_date,.eventForm .tribe-datetime-block .tribe-field-start_date{display:inline-block;width:63%}.eventForm .tribe-datetime-block .tribe-field-end_time,.eventForm .tribe-datetime-block .tribe-field-start_time{display:inline-block;width:35%}.eventForm .tribe-datetime-block .tribe-datetime-separator{display:block;padding:5px 0;text-align:center;width:100%}.eventForm .tribe-datetime-block .tribe-field-timezone.select2-container{display:table;margin:10px auto 0}.eventForm .tribe-datetime-block .tribe-change-timezone{display:block;padding:5px 0;text-align:center;width:100%}}@media (min-width:1193px){.eventForm .tribe-datetime-block .tribe-field-timezone{width:calc(100% - 400px)}}@media (min-width:480px){#modern-tribe-info.tribe-upgrade #tribe-upgrade-complete .tribe-upgrade-absolute-text,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1 .tribe-upgrade-absolute-text,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step2 .tribe-upgrade-absolute-text,.tec-settings-header.tribe-upgrade #tribe-upgrade-complete .tribe-upgrade-absolute-text,.tec-settings-header.tribe-upgrade #tribe-upgrade-step1 .tribe-upgrade-absolute-text,.tec-settings-header.tribe-upgrade #tribe-upgrade-step2 .tribe-upgrade-absolute-text{bottom:80px;position:absolute;white-space:nowrap;word-wrap:break-word}}@media (max-width:480px){#modern-tribe-info.tribe-upgrade #tribe-upgrade-complete .tribe-upgrade-absolute-text,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step1 .tribe-upgrade-absolute-text,#modern-tribe-info.tribe-upgrade #tribe-upgrade-step2 .tribe-upgrade-absolute-text,.tec-settings-header.tribe-upgrade #tribe-upgrade-complete .tribe-upgrade-absolute-text,.tec-settings-header.tribe-upgrade #tribe-upgrade-step1 .tribe-upgrade-absolute-text,.tec-settings-header.tribe-upgrade #tribe-upgrade-step2 .tribe-upgrade-absolute-text{display:block;margin:15px 10px}}
src/resources/images/logos/tec-brand.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="391" height="83" xmlns="http://www.w3.org/2000/svg"><g fill="#0F1031" fill-rule="evenodd"><path d="M36.274 53.661c-2.682 1.088-5.163 1.675-6.967 1.578-2.337-.13-3.335-1.161-3.339-1.549-.002-.276.87-1.14 3.56-1.336.421-.03.866-.05 1.325-.05 1.838 0 3.883.303 5.42 1.357m5.017 23.7c-9.832 2.712-20.223.21-26.474-6.378-4.424-4.662-5.907-10.497-4.07-16.007 3.694-11.087 21.402-17.742 32.718-17.742.122 0 .243.001.363.003 4.217.054 7.137 1.073 7.621 2.661.272.89-.37 2.445-1.716 4.16-2.374 3.03-5.983 5.773-9.653 7.786-2.327-2.553-6.06-3.714-10.833-3.37-5.314.385-7.187 2.964-7.168 5.25.02 2.49 2.436 5.145 7.013 5.4 2.77.15 6.08-.702 9.403-2.157.488 1.914.337 4.425-.46 7.42a1.946 1.946 0 003.758 1.001c1.085-4.068 1.165-7.48.245-10.19 4.34-2.436 8.351-5.671 10.757-8.738 2.257-2.878 3.056-5.468 2.376-7.697-.494-1.62-1.656-2.903-3.408-3.814.133-14.618 2.725-24.716 5.058-24.73h.014c.343 0 .806.077 1.375.642 1.895 1.884 4.153 8.069 4.153 26.836 0 18.518-1.585 34.284-21.072 39.664M22.728 34.17c-.002-.05.004-.097-.002-.147l-.026-.216c-.28-3.992.2-7.138 1.417-8.825.604-.838 1.363-1.286 2.387-1.412 1.428-.173 2.59.196 3.565 1.133 1.89 1.816 2.992 5.743 2.887 10.04-3.239.798-6.556 1.937-9.707 3.402a41.867 41.867 0 01-.52-3.976m16.758-6.778c.716-.78 1.63-1.159 2.796-1.159 1.853 0 2.658.606 3.103 1.062 1.064 1.09 1.638 3.205 1.717 6.284a25.888 25.888 0 00-3.62-.235c-1.757 0-3.67.152-5.669.443-.086-2.822.503-5.121 1.673-6.395m21.465-19.29c-1.167-1.16-2.592-1.774-4.122-1.774h-.034c-5.126.031-6.894 7.679-7.779 13.428-.259 1.688-.46 3.41-.615 5.076-.077-.085-.152-.173-.231-.255-1.448-1.482-3.429-2.234-5.888-2.234-2.252 0-4.21.835-5.662 2.417a8.55 8.55 0 00-1.091 1.534c-.642-1.688-1.539-3.216-2.764-4.395-1.822-1.75-4.15-2.508-6.737-2.19-2.085.256-3.837 1.292-5.068 2.997l-.014.023C18.815 12.097 14.762-.741 7.69-.007 5.95.176 4.413 1.113 3.244 2.7-2.21 10.116.35 32.17 2.721 44.03a1.947 1.947 0 002.29 1.526 1.945 1.945 0 001.525-2.29C2.564 23.407 3.45 8.987 6.38 5.007c.688-.935 1.31-1.1 1.719-1.144C12 3.456 16.81 17.095 18.84 34.31c.163 2.132.486 4.128.797 5.68.001.007.005.013.006.02-5.846 3.37-10.67 7.978-12.589 13.736-2.306 6.917-.505 14.177 4.94 19.915 5.316 5.602 13.159 8.665 21.392 8.665 2.962 0 5.976-.398 8.939-1.215 22.098-6.1 23.928-24.017 23.928-43.414 0-16.596-1.684-26-5.301-29.596M102.82 29.566H85.49a.375.375 0 00-.375.375v2.973c0 .207.168.375.375.375h6.618v19.186c0 .206.168.375.375.375h3.378a.376.376 0 00.375-.375V33.289h6.584a.375.375 0 00.375-.375v-2.973a.375.375 0 00-.375-.375M114.822 35.377c-1.917 0-3.924.8-5.402 2.146V29.94a.376.376 0 00-.375-.375h-3.04a.376.376 0 00-.375.375v22.534c0 .207.168.375.375.375h3.04a.375.375 0 00.375-.375V40.944c.808-1.055 2.388-2.114 4.118-2.114 2.177 0 3.105.939 3.105 3.138v10.507c0 .207.168.375.375.375h3.04a.376.376 0 00.376-.375v-11.52c0-3.649-1.94-5.578-5.612-5.578M131.824 38.627c2.857 0 4.343 2.053 4.565 4.114h-9.145c.314-2.061 1.84-4.114 4.58-4.114m0-3.25c-4.875 0-8.55 3.836-8.55 8.922 0 5.273 3.627 8.956 8.82 8.956 2.763 0 5.12-.878 6.816-2.539a.373.373 0 00.044-.485l-1.42-1.994a.376.376 0 00-.276-.157.393.393 0 00-.298.113c-1.087 1.118-2.835 1.812-4.561 1.812-3.276 0-4.797-2.306-5.117-4.317h12.481a.376.376 0 00.375-.375v-.744c0-5.412-3.419-9.192-8.314-9.192M164.3 29.566h-15.135a.376.376 0 00-.375.375v22.534c0 .206.169.375.375.375H164.3a.376.376 0 00.375-.375v-2.973a.375.375 0 00-.375-.375h-11.382V42.85h11.145a.376.376 0 00.375-.375v-2.973a.375.375 0 00-.375-.375h-11.145V33.29H164.3a.375.375 0 00.375-.375v-2.973a.375.375 0 00-.375-.375M183.119 35.783h-3.278a.374.374 0 00-.348.236l-4.753 11.93-4.752-11.93a.373.373 0 00-.349-.236h-3.243a.375.375 0 00-.346.517l6.722 16.318c.058.14.194.232.346.232h3.278a.374.374 0 00.346-.232l6.723-16.318a.374.374 0 00-.346-.517M192.484 38.627c2.857 0 4.344 2.053 4.565 4.114h-9.145c.314-2.061 1.84-4.114 4.58-4.114m0-3.25c-4.874 0-8.55 3.836-8.55 8.922 0 5.273 3.627 8.956 8.82 8.956 2.763 0 5.12-.878 6.817-2.539a.373.373 0 00.043-.485l-1.419-1.994a.376.376 0 00-.277-.157.394.394 0 00-.297.113c-1.088 1.118-2.836 1.812-4.562 1.812-3.277 0-4.798-2.306-5.117-4.317h12.481a.376.376 0 00.375-.375v-.744c0-5.412-3.418-9.192-8.314-9.192M212.797 35.377c-2.702 0-4.603 1.414-5.402 2.143v-1.362a.375.375 0 00-.375-.375h-3.04a.375.375 0 00-.375.375v16.317c0 .207.168.375.375.375h3.04a.375.375 0 00.375-.375V40.944c.808-1.055 2.388-2.114 4.118-2.114 2.147 0 3.105.988 3.105 3.206v10.439c0 .207.168.375.375.375h3.04a.376.376 0 00.376-.375V41.023c0-3.693-1.94-5.646-5.612-5.646M230.45 49.416a.373.373 0 00-.277-.247.389.389 0 00-.357.115c-.225.25-.751.519-1.377.519-1.125 0-1.212-1.239-1.212-1.619v-8.982h2.936a.376.376 0 00.375-.375v-2.67a.376.376 0 00-.375-.375h-2.936v-4.084a.375.375 0 00-.375-.375h-3.04a.375.375 0 00-.375.375v4.084h-2.328a.376.376 0 00-.375.375v2.67c0 .206.168.375.375.375h2.328v9.658c0 2.834 1.512 4.395 4.26 4.395 1.493 0 2.616-.376 3.433-1.15a.375.375 0 00.097-.392l-.777-2.297zM240.62 42.346c-2.046-.477-3.494-.9-3.494-2 0-1.081 1.137-1.753 2.97-1.753 1.83 0 3.612.73 4.54 1.857.071.087.177.136.29.136h.023a.374.374 0 00.294-.174l1.35-2.128a.376.376 0 00-.057-.473c-1.675-1.592-3.913-2.434-6.474-2.434-4.53 0-6.591 2.699-6.591 5.206 0 3.804 3.496 4.614 6.306 5.264 2.002.453 3.659.936 3.659 2.27 0 1.225-1.173 1.956-3.138 1.956-2.178 0-4.22-1.145-5.197-2.21a.373.373 0 00-.276-.122l-.03.002a.38.38 0 00-.284.169l-1.453 2.23a.375.375 0 00.047.467c1.697 1.73 4.137 2.646 7.058 2.646 4.23 0 6.963-2.11 6.963-5.374 0-4.062-3.607-4.878-6.506-5.535M267.394 32.951c2.36 0 4.568 1.188 5.762 3.1.101.163.321.224.495.134l2.871-1.52a.376.376 0 00.136-.54c-2.181-3.271-5.298-4.93-9.264-4.93-6.801 0-11.93 5.171-11.93 12.03 0 6.858 5.129 12.03 11.93 12.03 3.925 0 7.04-1.658 9.263-4.928a.377.377 0 00-.135-.542l-2.872-1.52a.384.384 0 00-.494.133c-1.195 1.913-3.402 3.1-5.762 3.1-4.246 0-7.1-3.324-7.1-8.273 0-5.026 2.788-8.274 7.1-8.274M289.688 46.253v2.512c-.814 1.01-2.238 1.612-3.814 1.612-1.988 0-3.375-1.18-3.375-2.868 0-1.689 1.387-2.869 3.375-2.869 1.576 0 3 .603 3.814 1.613m-3.138-10.876c-2.737 0-5.076.934-6.952 2.777a.376.376 0 00-.054.467l1.317 2.095a.375.375 0 00.582.065c1.38-1.38 2.896-2.052 4.633-2.052 2.194 0 3.612 1.125 3.612 2.868v1.8c-1.255-1.07-2.967-1.635-4.963-1.635-2.914 0-6.05 1.788-6.05 5.713 0 3.755 3.117 5.78 6.05 5.78 1.944 0 3.656-.583 4.963-1.688v.908c0 .207.168.375.375.375h3.04a.375.375 0 00.375-.375V41.462c0-3.867-2.525-6.085-6.928-6.085M301.347 29.566h-3.04a.375.375 0 00-.375.375v22.534c0 .206.168.375.375.375h3.04a.376.376 0 00.375-.375V29.941a.375.375 0 00-.375-.375M313.678 38.627c2.857 0 4.343 2.053 4.565 4.114h-9.145c.314-2.061 1.84-4.114 4.58-4.114m0-3.25c-4.875 0-8.55 3.836-8.55 8.922 0 5.273 3.627 8.956 8.82 8.956 2.763 0 5.119-.878 6.816-2.539a.373.373 0 00.044-.485l-1.42-1.994a.376.376 0 00-.276-.157.401.401 0 00-.298.113c-1.087 1.118-2.835 1.812-4.561 1.812-3.276 0-4.797-2.306-5.117-4.317h12.481a.376.376 0 00.375-.375v-.744c0-5.412-3.419-9.192-8.314-9.192M333.99 35.377c-2.702 0-4.603 1.414-5.402 2.143v-1.362a.375.375 0 00-.375-.375h-3.04a.375.375 0 00-.375.375v16.317c0 .207.168.375.375.375h3.04a.375.375 0 00.375-.375V40.944c.808-1.055 2.388-2.114 4.118-2.114 2.147 0 3.105.988 3.105 3.206v10.439c0 .207.168.375.375.375h3.04a.376.376 0 00.376-.375V41.023c0-3.693-1.94-5.646-5.612-5.646M355.043 40.966V47.7c-.846 1.239-2.55 2.103-4.152 2.103-2.726 0-4.558-2.199-4.558-5.47 0-3.292 1.832-5.503 4.558-5.503 1.563 0 3.304.897 4.152 2.136m3.415-11.4h-3.04a.375.375 0 00-.375.375v7.57c-1.352-1.378-3.107-2.134-4.963-2.134-4.589 0-7.672 3.6-7.672 8.956 0 5.337 3.083 8.922 7.672 8.922 1.827 0 3.625-.766 4.963-2.107v1.327c0 .206.168.375.375.375h3.04a.376.376 0 00.375-.375V29.941a.375.375 0 00-.375-.375M373.354 46.253v2.512c-.814 1.01-2.238 1.612-3.814 1.612-1.988 0-3.375-1.18-3.375-2.868 0-1.689 1.387-2.869 3.375-2.869 1.576 0 3 .603 3.814 1.613m-3.138-10.876c-2.737 0-5.076.934-6.952 2.777a.376.376 0 00-.054.467l1.317 2.095a.375.375 0 00.582.065c1.38-1.38 2.896-2.052 4.633-2.052 2.194 0 3.612 1.125 3.612 2.868v1.8c-1.255-1.07-2.967-1.635-4.963-1.635-2.914 0-6.05 1.788-6.05 5.713 0 3.755 3.117 5.78 6.05 5.78 1.944 0 3.656-.583 4.963-1.688v.908c0 .207.168.375.375.375h3.04a.375.375 0 00.375-.375V41.462c0-3.867-2.525-6.085-6.928-6.085M390.35 35.411c-1.761 0-3.56.816-4.962 2.245v-1.499a.376.376 0 00-.375-.375h-3.04a.375.375 0 00-.376.375v16.317c0 .207.168.375.375.375h3.041a.376.376 0 00.375-.375V41.23c.704-1.099 2.564-2.095 3.916-2.095.37 0 .686.03.965.092a.375.375 0 00.457-.366v-3.074a.375.375 0 00-.375-.375"/></g></svg>
src/resources/images/settings-icons/icon-et.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48">
2
+ <path fill="#fff" d="m10.786 8.096.047.038 4.198 3.807a.5.5 0 0 1 .03.713 2.893 2.893 0 0 0-.784 1.983c0 1.615 1.323 2.923 2.952 2.923.842 0 1.625-.35 2.181-.954.192-.208.556.238.766.429l3.426 3.367s4.897-4.189 5.708-5.387c.165-.244.287-.589.519-.42l.045.037 3.876 3.544a.5.5 0 0 1 .001.739l-.103.098a3.688 3.688 0 1 0 5.516 4.871.52.52 0 0 1 .712-.1l.046.037 3.868 3.537a.499.499 0 0 1 .081.644c-3.11 4.722-11.226 9.454-15.66 9.884-3.888.376-6.562-.141-9.563-2.074l-.192-.125c-2.043-1.35-5.79-4.391-11.256-9.134l-.699-.608c-1.642-.836-2.574-2.541-2.497-5.237.112-3.932 2.285-8.4 6.1-12.542a.52.52 0 0 1 .682-.07Z"/>
3
+ <path fill="#334AFF" fill-rule="evenodd" d="M33.309 36.144c2.952-1.198 8.5-5.141 10.69-8.369l-4.422-3.87a4.236 4.236 0 0 1-3.316 1.577c-2.317 0-4.196-1.82-4.196-4.063 0-1.122 1.229-2.874 1.229-2.874l-3.753-3.543c-1.006 1.443-3.083 3.81-5.735 5.72-1.222.878-2.565 1.66-3.981 2.208" clip-rule="evenodd"/>
4
+ <path fill="#0F1031" fill-rule="evenodd" d="m10.833 8.134-.047-.038a.52.52 0 0 0-.682.07c-3.815 4.143-5.988 8.61-6.1 12.542-.077 2.696.855 4.4 2.497 5.238l.699.607c5.467 4.743 9.213 7.783 11.256 9.134l.192.125c3.001 1.933 5.675 2.45 9.564 2.074 4.433-.43 12.55-5.162 15.66-9.884a.499.499 0 0 0-.082-.644l-3.868-3.537-.046-.038a.52.52 0 0 0-.712.101 3.688 3.688 0 1 1-5.516-4.871l.103-.099a.5.5 0 0 0-.001-.738l-3.876-3.544-.045-.037a.52.52 0 0 0-.733.127c-1.228 1.815-3.05 3.528-5.742 5.603l-.237.174c-5.23 3.814-10.014 5.671-14.71 4.984-2.206-.324-3.462-1.724-3.375-4.747l.007-.2c.166-3.486 2.08-7.479 5.433-11.257l.049-.054 3.461 3.14-.046.064a3.884 3.884 0 0 0-.686 2.208c0 2.171 1.78 3.933 3.979 3.933l.141-.002a3.99 3.99 0 0 0 2.403-.906l.026-.022 1.797 1.63a.52.52 0 0 0 .726-.03.499.499 0 0 0-.029-.713l-2.154-1.953a.52.52 0 0 0-.729.032 2.954 2.954 0 0 1-2.181.954c-1.63 0-2.952-1.308-2.952-2.923 0-.746.283-1.447.784-1.983a.5.5 0 0 0-.03-.713l-4.198-3.807Zm18.724 7.703.05-.07 3.064 2.802-.066.078a4.673 4.673 0 0 0-1.068 2.977c0 2.593 2.11 4.698 4.715 4.698l.152-.002a4.705 4.705 0 0 0 3.183-1.377l.025-.026 3.156 2.886-.092.128c-3.16 4.303-10.586 8.564-14.565 8.95-3.747.362-6.215-.138-9.082-2.032l-.293-.198c-1.769-1.213-4.699-3.57-8.78-7.066l-1.21-1.04c4.785.535 9.576-1.343 14.734-5.054l.5-.365.274-.212c2.364-1.84 4.066-3.42 5.303-5.077Z" clip-rule="evenodd"/>
5
+ <path fill="#fff" fill-rule="evenodd" d="M33.91 30.404a1.304 1.304 0 0 0 .078 1.867c.548.495 1.401.46 1.905-.077a1.303 1.303 0 0 0-.078-1.867 1.368 1.368 0 0 0-1.905.077M29.866 26.88a1.303 1.303 0 0 0 .078 1.867c.548.495 1.4.46 1.905-.076a1.303 1.303 0 0 0-.079-1.868 1.367 1.367 0 0 0-1.904.077M25.821 23.357a1.303 1.303 0 0 0 .078 1.867c.548.494 1.401.46 1.905-.077a1.303 1.303 0 0 0-.078-1.867 1.368 1.368 0 0 0-1.905.077" clip-rule="evenodd"/>
6
+ </svg>
src/resources/images/settings-icons/icon-event-aggregator.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48">
2
+ <path fill="#334AFF" fill-rule="evenodd" d="M29.362 23.63c0 3.925-3.256 7.108-7.273 7.108-4.016 0-7.272-3.183-7.272-7.108s3.256-7.107 7.272-7.107c4.017 0 7.273 3.182 7.273 7.107Z" clip-rule="evenodd"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M16.84 7.33a1.366 1.366 0 0 1 .715-1.82 1.423 1.423 0 0 1 1.86.698 1.365 1.365 0 0 1-.713 1.819 1.423 1.423 0 0 1-1.862-.698Zm21.754 4.641a1.366 1.366 0 0 0-.714 1.819 1.423 1.423 0 0 0 1.86.698 1.365 1.365 0 0 0 .715-1.82 1.423 1.423 0 0 0-1.861-.697ZM5.546 23.43a1.366 1.366 0 0 1 .714-1.819 1.423 1.423 0 0 1 1.86.698 1.365 1.365 0 0 1-.714 1.819l-.093.037a1.421 1.421 0 0 1-1.767-.735Zm28.58 8.402a1.365 1.365 0 0 0-.713 1.818 1.423 1.423 0 0 0 1.86.698 1.365 1.365 0 0 0 .715-1.819 1.423 1.423 0 0 0-1.861-.697Zm-18.623 8.14a1.366 1.366 0 0 0-.715 1.82 1.423 1.423 0 0 0 1.861.698 1.365 1.365 0 0 0 .714-1.82c-.316-.694-1.15-1.007-1.86-.697Z" clip-rule="evenodd"/>
4
+ <path fill="#0F1031" fill-rule="evenodd" d="M19.408 9.238c1.339-.662 1.924-2.24 1.307-3.595-.636-1.397-2.31-2.025-3.74-1.403-1.428.622-2.07 2.258-1.434 3.655a2.832 2.832 0 0 0 2.43 1.638l1.401 4.92.025.072a.716.716 0 0 0 .852.412.695.695 0 0 0 .512-.777l-.018-.08-1.375-4.823.04-.019Zm22.346 2.865c.617 1.355.032 2.934-1.307 3.596l-.128.06a2.881 2.881 0 0 1-3.178-.594l-.066.042-6.22 3.582-.069.035a.72.72 0 0 1-.905-.28.685.685 0 0 1 .187-.91l.065-.043 6.22-3.582.085-.041c-.37-1.3.279-2.702 1.577-3.267 1.43-.622 3.103.006 3.74 1.402ZM22.09 15.827c4.409 0 7.983 3.494 7.983 7.803 0 4.31-3.574 7.803-7.983 7.803-4.41 0-7.984-3.493-7.984-7.803 0-4.31 3.574-7.803 7.984-7.803Zm8.536 13.203.07.039.068.047 2.23 1.764c.168-.124.353-.232.554-.319 1.43-.622 3.103.007 3.74 1.403.636 1.397-.007 3.032-1.436 3.655-1.43.621-3.103-.006-3.74-1.403a2.705 2.705 0 0 1-.002-2.246l-2.241-1.773-.058-.05a.684.684 0 0 1-.047-.928.723.723 0 0 1 .862-.189ZM20.05 33.086a.692.692 0 0 0-.434-.825.719.719 0 0 0-.887.332l-.032.07-2.274 5.82a2.879 2.879 0 0 0-1.5.22c-1.429.621-2.072 2.257-1.436 3.654.637 1.397 2.31 2.025 3.74 1.403l.127-.06c1.34-.661 1.925-2.24 1.308-3.595a2.768 2.768 0 0 0-.915-1.109l2.28-5.838.023-.072Zm-5.263 8.706a1.365 1.365 0 0 1 .714-1.82 1.423 1.423 0 0 1 1.861.699 1.365 1.365 0 0 1-.714 1.819 1.423 1.423 0 0 1-1.86-.698Zm18.625-8.142a1.365 1.365 0 0 1 .714-1.818 1.423 1.423 0 0 1 1.86.697 1.365 1.365 0 0 1-.714 1.82 1.423 1.423 0 0 1-1.86-.699ZM15.527 23.63c0-3.541 2.938-6.412 6.562-6.412 3.623 0 6.56 2.87 6.56 6.412s-2.937 6.413-6.56 6.413c-3.624 0-6.562-2.871-6.562-6.413ZM9.42 21.744c.082.18.143.363.183.548l2.654.152.077.008a.7.7 0 0 1 .592.726.704.704 0 0 1-.674.654h-.078l-2.633-.15a2.784 2.784 0 0 1-1.556 1.716c-1.43.622-3.103-.006-3.74-1.402-.636-1.397.007-3.033 1.436-3.655 1.429-.622 3.103.006 3.74 1.403ZM5.545 23.43a1.366 1.366 0 0 1 .715-1.819 1.423 1.423 0 0 1 1.86.698 1.365 1.365 0 0 1-.714 1.819l-.093.037a1.421 1.421 0 0 1-1.768-.735ZM38.594 11.97a1.365 1.365 0 0 0-.715 1.819 1.423 1.423 0 0 0 1.861.698 1.365 1.365 0 0 0 .715-1.82 1.423 1.423 0 0 0-1.861-.697ZM16.84 7.329a1.365 1.365 0 0 1 .715-1.819 1.423 1.423 0 0 1 1.86.698 1.365 1.365 0 0 1-.714 1.819 1.423 1.423 0 0 1-1.86-.698Z" clip-rule="evenodd"/>
5
+ </svg>
src/resources/images/settings-icons/icon-image-high-five.svg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 48">
2
+ <path fill="#0F1031" d="M9.581 13.729c.152.047.213.283.137.528-.07.227-.235.381-.38.365l-.032-.007-7.032-2.185c-.151-.047-.212-.284-.136-.528.07-.228.234-.382.379-.365l.032.007 7.032 2.185ZM11.532 10.845c.101.121.024.353-.174.517-.183.152-.404.192-.516.1l-.024-.024-4.706-5.664c-.101-.122-.024-.353.173-.517.183-.152.405-.192.517-.1l.024.024 4.706 5.664ZM15.078 9.636c.01.158-.19.3-.445.315-.237.015-.44-.084-.475-.225l-.006-.033-.454-7.35c-.01-.158.19-.299.445-.314.238-.015.44.083.476.224l.005.033.454 7.35Z"/>
3
+ <path fill="#334AFF" d="M35.711 36.97s-1.768.032-2.59-3.818c-.82-3.85 1.421-5.144 2.906-6.564 1.484-1.42 1.834-2.915 1.963-3.772.13-.858 1.36-2.556 2.12-3.914.762-1.359 1.393-1.763 1.393-1.763l1.538-1.391c-.308-.922-1.667-.954-1.667-.954s-.389-.275-2.736 1.035c-2.347 1.31-3.383 4.124-3.383 4.124-.907-.793.048-6.324.048-6.324s1.052-4.658 1.587-6.647c.534-1.99.372-2.685.372-2.685s-.826-1.602-2.46 1.067c-1.636 2.669-3.07 10.32-3.07 9.98 0-.339.397-6.955.397-6.955s.584-4.19.584-4.61c0-.42-.502-2.668-2.25.631-1.748 3.3-2.012 12.477-2.077 11.102-.065-1.375-.062-7.878-.062-7.878s.15-2.715-.754-2.743c-.904-.028-1.45 1.939-1.45 1.939-1.723 5.162-1.289 10.394-1.289 10.394s-.52-3.555-.379-5.498c.06-.816.135-2.204-.055-2.47a.527.527 0 0 0-.73-.118c-1.37.955-1.568 4.32-1.568 4.32l-.755 7.336s-.508 3.547.693 6.488c.18.44.387.842.603 1.2 1.525 2.528 2.79 5.204 3.72 8.006l.066.198"/>
4
+ <g clip-path="url(#a)">
5
+ <path fill="#fff" d="M26.627 42.354s2.899-2.21 2.956-8.175c.04-4.272-3.36-14.383-3.908-15.126-.547-.743-.876-.804-1.326-.755-.573.061-.462.73-.462.73l.592 7.353s-.808-4.287-1.543-7.401c-.734-3.115-1.935-5.356-3.236-5.09-.049.018-.347.092-.337.388.012.347 1.942 12.625 1.976 13.258 0 .016-1.488-6.54-1.491-6.557-.387-1.791-1.331-6.144-1.337-6.171-.375-1.782-1.475-2.59-2.481-2.222-.69.253-.218 2.639.119 5.23.273 2.1.762 5.582.854 6.706.002.017.265 2.351.262 2.334-.599-3.685-2.526-9.755-2.547-9.804-.017-.028-.61-1-1.504-.788-.898.213-.579 1.669-.573 1.695.005.041.481 3.89 1.146 7.715.62 3.572.202 5.105.14 5.304-.004.01-.017.012-.024.004l-.105-.123c-1.357-1.678-2.076-2.477-3.193-2.477-1.118 0-.967.673-.959.717l.002.004c.021.035.356.578 1.243 1.806.917 1.27 2.446 5.845 2.446 5.845s1.042 2.103 2.472 3.566c1.43 1.463 2.892 3.054 2.13 6.044"/>
6
+ <path fill="#000" d="m18.866 46-.926-.239c.716-2.806-.668-4.218-2.005-5.593-1.47-1.498-2.51-3.598-2.558-3.693-.439-1.318-1.689-4.782-2.405-5.775-.878-1.221-1.231-1.775-1.26-1.832l-.047-.096c-.077-.362 0-.668.181-.897.248-.296.659-.448 1.222-.448 1.164 0 1.947.706 3.016 1.985.057-.792.048-2.129-.306-4.133-.64-3.684-1.097-7.33-1.145-7.731-.2-.926 0-2.004.935-2.224.974-.239 1.728.525 2.024 1.002.038.077.324.983.706 2.281l-.162-1.212c-.057-.41-.115-.82-.162-1.212-.363-2.605-.583-4.18.353-4.524a1.892 1.892 0 0 1 1.584.134c.668.372 1.174 1.097 1.441 2.08v-.057c0-.143.029-.649.65-.85 1.593-.324 2.977 1.652 3.865 5.422 0-.182.048-.449.22-.678.162-.21.4-.334.677-.372.62-.067 1.117.067 1.756.945.573.773 4.047 11.052 4 15.414-.058 6.128-3.017 8.457-3.14 8.552l-.583-.754.286.382-.286-.382s2.71-2.176 2.768-7.798c.038-4.285-3.388-14.24-3.818-14.841-.448-.611-.63-.592-.887-.564-.039.02-.048.124-.039.182l.592 7.387-.945.124s-.811-4.314-1.537-7.378c-.792-3.369-1.908-4.8-2.624-4.743.067.525.448 2.987.811 5.383.687 4.476 1.136 7.435 1.155 7.779l.029.439-.44.057c-.19.029-.333.038-.524-.449v-.028c-.277-.707-.669-2.415-1.48-6.462-.382-1.775-1.326-6.118-1.336-6.166-.181-.878-.573-1.536-1.06-1.803a.896.896 0 0 0-.792-.067c-.19.286.067 2.138.258 3.493.057.4.115.811.162 1.222l.258 1.966c.248 1.842.525 3.932.592 4.762l.038.335c.086.792.153 1.336.172 1.698.019.086.028.172.047.258h-.028c0 .497-.105.506-.372.544l-.468.067-.076-.468c-.573-3.502-2.33-9.096-2.51-9.668-.106-.143-.487-.64-.965-.535-.362.086-.267.917-.22 1.127.03.21.507 4.008 1.146 7.73.63 3.628.22 5.24.124 5.527l-.086.267-.563.115-.296-.344c-1.326-1.642-1.956-2.31-2.834-2.31-.363 0-.468.086-.487.096.133.21.487.744 1.155 1.67.945 1.317 2.443 5.774 2.51 5.975 0 0 1.012 2.004 2.357 3.388 1.384 1.413 3.102 3.169 2.253 6.5l.029.038Z"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="a">
10
+ <path fill="#fff" d="M9.635 11.544h20.893v34.457H9.635z"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
src/resources/js/app/blocks.min.js CHANGED
@@ -11,4 +11,4 @@ var tribe="object"==typeof tribe?tribe:{};tribe.events=tribe.events||{},tribe.ev
11
  *
12
  * This source code is licensed under the MIT license found in the
13
  * LICENSE file in the root directory of this source tree.
14
- */var n="function"==typeof Symbol&&Symbol.for,a=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,s=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,u=n?Symbol.for("react.profiler"):60114,l=n?Symbol.for("react.provider"):60109,c=n?Symbol.for("react.context"):60110,d=n?Symbol.for("react.async_mode"):60111,m=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,_=n?Symbol.for("react.suspense"):60113,f=n?Symbol.for("react.suspense_list"):60120,h=n?Symbol.for("react.memo"):60115,y=n?Symbol.for("react.lazy"):60116,g=n?Symbol.for("react.block"):60121,v=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,M=n?Symbol.for("react.scope"):60119;function L(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case d:case m:case s:case u:case i:case _:return e;default:switch(e=e&&e.$$typeof){case c:case p:case y:case h:case l:return e;default:return t}}case o:return t}}}function w(e){return L(e)===m}t.AsyncMode=d,t.ConcurrentMode=m,t.ContextConsumer=c,t.ContextProvider=l,t.Element=a,t.ForwardRef=p,t.Fragment=s,t.Lazy=y,t.Memo=h,t.Portal=o,t.Profiler=u,t.StrictMode=i,t.Suspense=_,t.isAsyncMode=function(e){return w(e)||L(e)===d},t.isConcurrentMode=w,t.isContextConsumer=function(e){return L(e)===c},t.isContextProvider=function(e){return L(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===a},t.isForwardRef=function(e){return L(e)===p},t.isFragment=function(e){return L(e)===s},t.isLazy=function(e){return L(e)===y},t.isMemo=function(e){return L(e)===h},t.isPortal=function(e){return L(e)===o},t.isProfiler=function(e){return L(e)===u},t.isStrictMode=function(e){return L(e)===i},t.isSuspense=function(e){return L(e)===_},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===s||e===m||e===u||e===i||e===_||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===y||e.$$typeof===h||e.$$typeof===l||e.$$typeof===c||e.$$typeof===p||e.$$typeof===v||e.$$typeof===b||e.$$typeof===M||e.$$typeof===g)},t.typeOf=L},function(e,t,r){var n={"./af":177,"./af.js":177,"./ar":178,"./ar-dz":179,"./ar-dz.js":179,"./ar-kw":180,"./ar-kw.js":180,"./ar-ly":181,"./ar-ly.js":181,"./ar-ma":182,"./ar-ma.js":182,"./ar-sa":183,"./ar-sa.js":183,"./ar-tn":184,"./ar-tn.js":184,"./ar.js":178,"./az":185,"./az.js":185,"./be":186,"./be.js":186,"./bg":187,"./bg.js":187,"./bm":188,"./bm.js":188,"./bn":189,"./bn.js":189,"./bo":190,"./bo.js":190,"./br":191,"./br.js":191,"./bs":192,"./bs.js":192,"./ca":193,"./ca.js":193,"./cs":194,"./cs.js":194,"./cv":195,"./cv.js":195,"./cy":196,"./cy.js":196,"./da":197,"./da.js":197,"./de":198,"./de-at":199,"./de-at.js":199,"./de-ch":200,"./de-ch.js":200,"./de.js":198,"./dv":201,"./dv.js":201,"./el":202,"./el.js":202,"./en-au":203,"./en-au.js":203,"./en-ca":204,"./en-ca.js":204,"./en-gb":205,"./en-gb.js":205,"./en-ie":206,"./en-ie.js":206,"./en-nz":207,"./en-nz.js":207,"./eo":208,"./eo.js":208,"./es":209,"./es-do":210,"./es-do.js":210,"./es-us":211,"./es-us.js":211,"./es.js":209,"./et":212,"./et.js":212,"./eu":213,"./eu.js":213,"./fa":214,"./fa.js":214,"./fi":215,"./fi.js":215,"./fo":216,"./fo.js":216,"./fr":217,"./fr-ca":218,"./fr-ca.js":218,"./fr-ch":219,"./fr-ch.js":219,"./fr.js":217,"./fy":220,"./fy.js":220,"./gd":221,"./gd.js":221,"./gl":222,"./gl.js":222,"./gom-latn":223,"./gom-latn.js":223,"./gu":224,"./gu.js":224,"./he":225,"./he.js":225,"./hi":226,"./hi.js":226,"./hr":227,"./hr.js":227,"./hu":228,"./hu.js":228,"./hy-am":229,"./hy-am.js":229,"./id":230,"./id.js":230,"./is":231,"./is.js":231,"./it":232,"./it.js":232,"./ja":233,"./ja.js":233,"./jv":234,"./jv.js":234,"./ka":235,"./ka.js":235,"./kk":236,"./kk.js":236,"./km":237,"./km.js":237,"./kn":238,"./kn.js":238,"./ko":239,"./ko.js":239,"./ky":240,"./ky.js":240,"./lb":241,"./lb.js":241,"./lo":242,"./lo.js":242,"./lt":243,"./lt.js":243,"./lv":244,"./lv.js":244,"./me":245,"./me.js":245,"./mi":246,"./mi.js":246,"./mk":247,"./mk.js":247,"./ml":248,"./ml.js":248,"./mr":249,"./mr.js":249,"./ms":250,"./ms-my":251,"./ms-my.js":251,"./ms.js":250,"./my":252,"./my.js":252,"./nb":253,"./nb.js":253,"./ne":254,"./ne.js":254,"./nl":255,"./nl-be":256,"./nl-be.js":256,"./nl.js":255,"./nn":257,"./nn.js":257,"./pa-in":258,"./pa-in.js":258,"./pl":259,"./pl.js":259,"./pt":260,"./pt-br":261,"./pt-br.js":261,"./pt.js":260,"./ro":262,"./ro.js":262,"./ru":263,"./ru.js":263,"./sd":264,"./sd.js":264,"./se":265,"./se.js":265,"./si":266,"./si.js":266,"./sk":267,"./sk.js":267,"./sl":268,"./sl.js":268,"./sq":269,"./sq.js":269,"./sr":270,"./sr-cyrl":271,"./sr-cyrl.js":271,"./sr.js":270,"./ss":272,"./ss.js":272,"./sv":273,"./sv.js":273,"./sw":274,"./sw.js":274,"./ta":275,"./ta.js":275,"./te":276,"./te.js":276,"./tet":277,"./tet.js":277,"./th":278,"./th.js":278,"./tl-ph":279,"./tl-ph.js":279,"./tlh":280,"./tlh.js":280,"./tr":281,"./tr.js":281,"./tzl":282,"./tzl.js":282,"./tzm":283,"./tzm-latn":284,"./tzm-latn.js":284,"./tzm.js":283,"./uk":285,"./uk.js":285,"./ur":286,"./ur.js":286,"./uz":287,"./uz-latn":288,"./uz-latn.js":288,"./uz.js":287,"./vi":289,"./vi.js":289,"./x-pseudo":290,"./x-pseudo.js":290,"./yo":291,"./yo.js":291,"./zh-cn":292,"./zh-cn.js":292,"./zh-hk":293,"./zh-hk.js":293,"./zh-tw":294,"./zh-tw.js":294};function a(e){var t=o(e);return r(t)}function o(e){if(!r.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}a.keys=function(){return Object.keys(n)},a.resolve=o,e.exports=a,a.id=366},function(e,t,r){var n=r(301),a=r(413),o=r(414),s=Object.defineProperty;t.f=r(122)?Object.defineProperty:function(e,t,r){if(n(e),t=o(t,!0),n(r),a)try{return s(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(e[t]=r.value),e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,r){var n=r(302),a=r(121).document,o=n(a)&&n(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t){var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},function(e,t,r){var n=r(420),a=r(422);e.exports=function(e){return n(a(e))}},function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},function(e,t,r){var n=r(426)("keys"),a=r(428);e.exports=function(e){return n[e]||(n[e]=a(e))}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,r){var n=r(304),a=r(65).document,o=n(a)&&n(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},function(e,t,r){for(var n=r(432),a=r(381),o=r(310),s=r(65),i=r(86),u=r(308),l=r(99),c=l("iterator"),d=l("toStringTag"),m=u.Array,p={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},_=a(p),f=0;f<_.length;f++){var h,y=_[f],g=p[y],v=s[y],b=v&&v.prototype;if(b&&(b[c]||i(b,c,m),b[d]||i(b,d,y),u[y]=m,g))for(h in n)b[h]||o(b,h,n[h],!0)}},function(e,t){e.exports=!1},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,r){var n=r(445),a=r(383);e.exports=Object.keys||function(e){return n(e,a)}},function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,r){var n=r(124).f,a=r(125),o=r(99)("toStringTag");e.exports=function(e,t,r){e&&!a(e=r?e:e.prototype,o)&&n(e,o,{configurable:!0,value:t})}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e)?parseFloat(e):NaN};var n,a=(n=r(386))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,a.default)(e),t=t||{};var r=new RegExp("^(?:[-+])?(?:[0-9]+)?(?:\\".concat(t.locale?o.decimal[t.locale]:".","[0-9]*)?(?:[eE][\\+\\-]?(?:[0-9]+))?$"));if(""===e||"."===e||"-"===e||"+"===e)return!1;var n=parseFloat(e.replace(",","."));return r.test(e)&&(!t.hasOwnProperty("min")||n>=t.min)&&(!t.hasOwnProperty("max")||n<=t.max)&&(!t.hasOwnProperty("lt")||n<t.lt)&&(!t.hasOwnProperty("gt")||n>t.gt)},t.locales=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n},o=r(110);var s=Object.keys(o.decimal);t.locales=s},function(e,t,r){"use strict";function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){"object"===n(e)&&null!==e?e="function"==typeof e.toString?e.toString():"[object Object]":(null==e||isNaN(e)&&!e.length)&&(e="");return String(e)},e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var r,n;(0,a.default)(e),"object"===o(t)?(r=t.min||0,n=t.max):(r=arguments[1],n=arguments[2]);var s=encodeURI(e).split(/%..|./).length-1;return s>=r&&(void 0===n||s<=n)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){t="string"==typeof t?(0,a.default)({format:t},i):(0,a.default)(t,i);if("string"==typeof e&&(h=t.format,/(^(y{4}|y{2})[.\/-](m{1,2})[.\/-](d{1,2})$)|(^(m{1,2})[.\/-](d{1,2})[.\/-]((y{4}|y{2})$))|(^(d{1,2})[.\/-](m{1,2})[.\/-]((y{4}|y{2})$))/gi.test(h))){var r,n=t.delimiters.find((function(e){return-1!==t.format.indexOf(e)})),s=t.strictMode?n:t.delimiters.find((function(t){return-1!==e.indexOf(t)})),u=function(e,t){for(var r=[],n=Math.min(e.length,t.length),a=0;a<n;a++)r.push([e[a],t[a]]);return r}(e.split(s),t.format.toLowerCase().split(n)),l={},c=function(e,t){var r;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=o(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s,i=!0,u=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return i=e.done,e},e:function(e){u=!0,s=e},f:function(){try{i||null==r.return||r.return()}finally{if(u)throw s}}}}(u);try{for(c.s();!(r=c.n()).done;){var d=(_=r.value,f=2,function(e){if(Array.isArray(e))return e}(_)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,a=!1,o=void 0;try{for(var s,i=e[Symbol.iterator]();!(n=(s=i.next()).done)&&(r.push(s.value),!t||r.length!==t);n=!0);}catch(e){a=!0,o=e}finally{try{n||null==i.return||i.return()}finally{if(a)throw o}}return r}(_,f)||o(_,f)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),m=d[0],p=d[1];if(m.length!==p.length)return!1;l[p.charAt(0)]=m}}catch(e){c.e(e)}finally{c.f()}return new Date("".concat(l.m,"/").concat(l.d,"/").concat(l.y)).getDate()===+l.d}var _,f;var h;if(!t.strictMode)return"[object Date]"===Object.prototype.toString.call(e)&&isFinite(e);return!1};var n,a=(n=r(35))&&n.__esModule?n:{default:n};function o(e,t){if(e){if("string"==typeof e)return s(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?s(e,t):void 0}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var i={format:"YYYY/MM/DD",delimiters:["/","-"],strictMode:!1};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)},t.fullWidth=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/[^\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/;t.fullWidth=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)},t.halfWidth=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/[\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/;t.halfWidth=o},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(0x|0h)?[0-9A-F]+$/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.has(e.toUpperCase())},t.CountryCodes=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=new Set(["AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CR","CU","CV","CW","CX","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","EH","ER","ES","ET","FI","FJ","FK","FM","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","YE","YT","ZA","ZM","ZW"]);var s=o;t.CountryCodes=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,n.default)(e),t=(0,a.default)(t,u);var r=e.length;if(t.urlSafe)return i.test(e);if(r%4!=0||s.test(e))return!1;var o=e.indexOf("=");return-1===o||o===r-1||o===r-2&&"="===e[r-1]};var n=o(r(5)),a=o(r(35));function o(e){return e&&e.__esModule?e:{default:e}}var s=/[^A-Z0-9+\/=]/i,i=/^[A-Z0-9_\-]*$/i,u={urlSafe:!1};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,a.default)(e);var r=t?new RegExp("^[".concat(t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"]+"),"g"):/^\s+/g;return e.replace(r,"")};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,a.default)(e),t){var r=new RegExp("[".concat(t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"]+$"),"g");return e.replace(r,"")}var n=e.length-1;for(;/\s/.test(e.charAt(n));)n-=1;return e.slice(0,n+1)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(0,a.default)(e),e.replace(new RegExp("[".concat(t,"]+"),"g"),"")};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){var n=r(152);e.exports=function(e,t,r){"__proto__"==t&&n?n(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}},function(e,t,r){var n=r(543),a=r(295),o=r(296);e.exports=function(e){return o(a(e,void 0,n),e+"")}},function(e,t,r){var n=r(68),a=r(352),o=r(90),s=r(104),i=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)n(t,o(e)),e=a(e);return t}:s;e.exports=i},function(e,t,r){var n=r(103),a=r(400),o=r(351);e.exports=function(e){return n(e,o,a)}},function(e,t){e.exports=tribe.common.utils.moment},function(e,t,r){var n=r(540),a=r(399)((function(e,t){return null==e?{}:n(e,t)}));e.exports=a},function(e,t,r){var n=r(73),a=0;e.exports=function(e){var t=++a;return n(e)+t}},function(e,t,r){var n=r(82);e.exports=function(e,t){return n(e,t)}},function(e,t,r){"use strict";r.r(t),r.d(t,"initStore",(function(){return O})),r.d(t,"getStore",(function(){return j})),r.d(t,"blocks",(function(){return n}));var n={};r.r(n),r.d(n,"datetime",(function(){return o})),r.d(n,"subscribe",(function(){return b})),r.d(n,"default",(function(){return w})),r.d(n,"setInitialState",(function(){return L}));var a=r(13),o=r(14),s=r(3),i=r.n(s),u=r(7),l=r(21),c=r(31),d=r(22),m=r(40),p=r(64);function _(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?_(Object(r),!0).forEach((function(t){i()(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}const{select:h,dispatch:y,subscribe:g}=u.wpData,v=(e,t)=>{const[r,n]=e[t];return Object.keys(r).reduce((e,t)=>f(f({},e),((e,t,r)=>({[e[t]]:r(c.store.getState())[t]}))(r,t,n)),{})};var b=()=>{if(!Object(u.postObjects)().tribe_events.is_new_post)return;const e=g(()=>{if(!h("core/editor").isEditedPostDirty())return;e();const t={datetime:[o.reducer.defaultStateToMetaMap,o.selectors.datetimeSelector],price:[d.c.defaultStateToMetaMap,d.d.getPriceBlock],venue:[m.c.defaultStateToMetaMap,m.d.venueBlockSelector],website:[p.c.defaultStateToMetaMap,p.d.getWebsiteBlock]},r=Object.keys(t),n=h("core/editor").getCurrentPostId(),a=r.reduce((e,r)=>f(f({},e),v(t,r)),{});y("core").editEntityRecord("postType",l.editor.EVENT,n,{meta:a})})},M=r(37);const L=e=>{o.reducer.setInitialState(e),M.c.setInitialState(e),d.c.setInitialState(e),p.c.setInitialState(e),m.c.setInitialState(e)};var w=Object(a.b)({datetime:o.default,venue:m.b,organizers:M.b,price:d.b,website:p.b}),D=r(20),k=r(39),T=Object(a.b)({blocks:w,search:D.b,details:k.b}),S=r(6);const{actions:Y,constants:E}=l.plugins,O=()=>{const e=S.globals.postObjects().tribe_events;e.is_new_post||(e=>{L(e)})(e);const{dispatch:t,injectReducers:r}=c.store;[o.sagas].forEach(e=>c.store.run(e)),M.e(),b(),r({[E.EVENTS_PLUGIN]:T}),t(Y.addPlugin(E.EVENTS_PLUGIN))},j=()=>c.store},function(e,t,r){r(408);var n=r(300).Object;e.exports=function(e,t){return n.create(e,t)}},function(e,t,r){var n=r(409);n(n.S,"Object",{create:r(416)})},function(e,t,r){var n=r(121),a=r(300),o=r(410),s=r(412),i=r(370),u=function(e,t,r){var l,c,d,m=e&u.F,p=e&u.G,_=e&u.S,f=e&u.P,h=e&u.B,y=e&u.W,g=p?a:a[t]||(a[t]={}),v=g.prototype,b=p?n:_?n[t]:(n[t]||{}).prototype;for(l in p&&(r=t),r)(c=!m&&b&&void 0!==b[l])&&i(g,l)||(d=c?b[l]:r[l],g[l]=p&&"function"!=typeof b[l]?r[l]:h&&c?o(d,n):y&&b[l]==d?function(e){var t=function(t,r,n){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,r)}return new e(t,r,n)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(d):f&&"function"==typeof d?o(Function.call,d):d,f&&((g.virtual||(g.virtual={}))[l]=d,e&u.R&&v&&!v[l]&&s(v,l,d)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},function(e,t,r){var n=r(411);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,a){return e.call(t,r,n,a)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,r){var n=r(367),a=r(415);e.exports=r(122)?function(e,t,r){return n.f(e,t,a(1,r))}:function(e,t,r){return e[t]=r,e}},function(e,t,r){e.exports=!r(122)&&!r(368)((function(){return 7!=Object.defineProperty(r(369)("div"),"a",{get:function(){return 7}}).a}))},function(e,t,r){var n=r(302);e.exports=function(e,t){if(!n(e))return e;var r,a;if(t&&"function"==typeof(r=e.toString)&&!n(a=r.call(e)))return a;if("function"==typeof(r=e.valueOf)&&!n(a=r.call(e)))return a;if(!t&&"function"==typeof(r=e.toString)&&!n(a=r.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,r){var n=r(301),a=r(417),o=r(374),s=r(373)("IE_PROTO"),i=function(){},u=function(){var e,t=r(369)("iframe"),n=o.length;for(t.style.display="none",r(429).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),u=e.F;n--;)delete u.prototype[o[n]];return u()};e.exports=Object.create||function(e,t){var r;return null!==e?(i.prototype=n(e),r=new i,i.prototype=null,r[s]=e):r=u(),void 0===t?r:a(r,t)}},function(e,t,r){var n=r(367),a=r(301),o=r(418);e.exports=r(122)?Object.defineProperties:function(e,t){a(e);for(var r,s=o(t),i=s.length,u=0;i>u;)n.f(e,r=s[u++],t[r]);return e}},function(e,t,r){var n=r(419),a=r(374);e.exports=Object.keys||function(e){return n(e,a)}},function(e,t,r){var n=r(370),a=r(371),o=r(423)(!1),s=r(373)("IE_PROTO");e.exports=function(e,t){var r,i=a(e),u=0,l=[];for(r in i)r!=s&&n(i,r)&&l.push(r);for(;t.length>u;)n(i,r=t[u++])&&(~o(l,r)||l.push(r));return l}},function(e,t,r){var n=r(421);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==n(e)?e.split(""):Object(e)}},function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,r){var n=r(371),a=r(424),o=r(425);e.exports=function(e){return function(t,r,s){var i,u=n(t),l=a(u.length),c=o(s,l);if(e&&r!=r){for(;l>c;)if((i=u[c++])!=i)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===r)return e||c||0;return!e&&-1}}},function(e,t,r){var n=r(372),a=Math.min;e.exports=function(e){return e>0?a(n(e),9007199254740991):0}},function(e,t,r){var n=r(372),a=Math.max,o=Math.min;e.exports=function(e,t){return(e=n(e))<0?a(e+t,0):o(e,t)}},function(e,t,r){var n=r(300),a=r(121),o=a["__core-js_shared__"]||(a["__core-js_shared__"]={});(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:n.version,mode:r(427)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t){e.exports=!0},function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++r+n).toString(36))}},function(e,t,r){var n=r(121).document;e.exports=n&&n.documentElement},function(e,t,r){e.exports=!r(98)&&!r(375)((function(){return 7!=Object.defineProperty(r(376)("div"),"a",{get:function(){return 7}}).a}))},function(e,t,r){var n=r(304);e.exports=function(e,t){if(!n(e))return e;var r,a;if(t&&"function"==typeof(r=e.toString)&&!n(a=r.call(e)))return a;if("function"==typeof(r=e.valueOf)&&!n(a=r.call(e)))return a;if(!t&&"function"==typeof(r=e.toString)&&!n(a=r.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t,r){"use strict";var n=r(433),a=r(434),o=r(308),s=r(309);e.exports=r(437)(Array,"Array",(function(e,t){this._t=s(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,r=this._i++;return!e||r>=e.length?(this._t=void 0,a(1)):a(0,"keys"==t?r:"values"==t?e[r]:[r,e[r]])}),"values"),o.Arguments=o.Array,n("keys"),n("values"),n("entries")},function(e,t,r){var n=r(99)("unscopables"),a=Array.prototype;null==a[n]&&r(86)(a,n,{}),e.exports=function(e){a[n][e]=!0}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,r){var n=r(436);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==n(e)?e.split(""):Object(e)}},function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},function(e,t,r){"use strict";var n=r(378),a=r(438),o=r(310),s=r(86),i=r(308),u=r(442),l=r(384),c=r(450),d=r(99)("iterator"),m=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,r,_,f,h,y){u(r,t,_);var g,v,b,M=function(e){if(!m&&e in k)return k[e];switch(e){case"keys":case"values":return function(){return new r(this,e)}}return function(){return new r(this,e)}},L=t+" Iterator",w="values"==f,D=!1,k=e.prototype,T=k[d]||k["@@iterator"]||f&&k[f],S=T||M(f),Y=f?w?M("entries"):S:void 0,E="Array"==t&&k.entries||T;if(E&&(b=c(E.call(new e)))!==Object.prototype&&b.next&&(l(b,L,!0),n||"function"==typeof b[d]||s(b,d,p)),w&&T&&"values"!==T.name&&(D=!0,S=function(){return T.call(this)}),n&&!y||!m&&!D&&k[d]||s(k,d,S),i[t]=S,i[L]=p,f)if(g={values:w?S:M("values"),keys:h?S:M("keys"),entries:Y},y)for(v in g)v in k||o(k,v,g[v]);else a(a.P+a.F*(m||D),t,g);return g}},function(e,t,r){var n=r(65),a=r(306),o=r(86),s=r(310),i=r(440),u=function(e,t,r){var l,c,d,m,p=e&u.F,_=e&u.G,f=e&u.S,h=e&u.P,y=e&u.B,g=_?n:f?n[t]||(n[t]={}):(n[t]||{}).prototype,v=_?a:a[t]||(a[t]={}),b=v.prototype||(v.prototype={});for(l in _&&(r=t),r)d=((c=!p&&g&&void 0!==g[l])?g:r)[l],m=y&&c?i(d,n):h&&"function"==typeof d?i(Function.call,d):d,g&&s(g,l,d,e&u.U),v[l]!=d&&o(v,l,m),h&&b[l]!=d&&(b[l]=d)};n.core=a,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},function(e,t,r){e.exports=r(305)("native-function-to-string",Function.toString)},function(e,t,r){var n=r(441);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,a){return e.call(t,r,n,a)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,r){"use strict";var n=r(443),a=r(379),o=r(384),s={};r(86)(s,r(99)("iterator"),(function(){return this})),e.exports=function(e,t,r){e.prototype=n(s,{next:a(1,r)}),o(e,t+" Iterator")}},function(e,t,r){var n=r(303),a=r(444),o=r(383),s=r(311)("IE_PROTO"),i=function(){},u=function(){var e,t=r(376)("iframe"),n=o.length;for(t.style.display="none",r(449).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),u=e.F;n--;)delete u.prototype[o[n]];return u()};e.exports=Object.create||function(e,t){var r;return null!==e?(i.prototype=n(e),r=new i,i.prototype=null,r[s]=e):r=u(),void 0===t?r:a(r,t)}},function(e,t,r){var n=r(124),a=r(303),o=r(381);e.exports=r(98)?Object.defineProperties:function(e,t){a(e);for(var r,s=o(t),i=s.length,u=0;i>u;)n.f(e,r=s[u++],t[r]);return e}},function(e,t,r){var n=r(125),a=r(309),o=r(446)(!1),s=r(311)("IE_PROTO");e.exports=function(e,t){var r,i=a(e),u=0,l=[];for(r in i)r!=s&&n(i,r)&&l.push(r);for(;t.length>u;)n(i,r=t[u++])&&(~o(l,r)||l.push(r));return l}},function(e,t,r){var n=r(309),a=r(447),o=r(448);e.exports=function(e){return function(t,r,s){var i,u=n(t),l=a(u.length),c=o(s,l);if(e&&r!=r){for(;l>c;)if((i=u[c++])!=i)return!0}else for(;l>c;c++)if((e||c in u)&&u[c]===r)return e||c||0;return!e&&-1}}},function(e,t,r){var n=r(382),a=Math.min;e.exports=function(e){return e>0?a(n(e),9007199254740991):0}},function(e,t,r){var n=r(382),a=Math.max,o=Math.min;e.exports=function(e,t){return(e=n(e))<0?a(e+t,0):o(e,t)}},function(e,t,r){var n=r(65).document;e.exports=n&&n.documentElement},function(e,t,r){var n=r(125),a=r(451),o=r(311)("IE_PROTO"),s=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=a(e),n(e,o)?e[o]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?s:null}},function(e,t,r){var n=r(380);e.exports=function(e){return Object(n(e))}},function(e,t,r){var n=r(79),a=r(312),o=r(313),s=r(81),i=r(453),u=r(88);e.exports=function(e,t,r){var l=-1,c=a,d=e.length,m=!0,p=[],_=p;if(r)m=!1,c=o;else if(d>=200){var f=t?null:i(e);if(f)return u(f);m=!1,c=s,_=new n}else _=t?[]:p;e:for(;++l<d;){var h=e[l],y=t?t(h):h;if(h=r||0!==h?h:0,m&&y==y){for(var g=_.length;g--;)if(_[g]===y)continue e;t&&_.push(y),p.push(h)}else c(_,y,r)||(_!==p&&_.push(y),p.push(h))}return p}},function(e,t,r){var n=r(100),a=r(18),o=r(88),s=n&&1/o(new n([,-0]))[1]==1/0?function(e){return new n(e)}:a;e.exports=s},function(e,t){e.exports=function(e,t){if(null==e)return{};var r,n,a={},o=Object.keys(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||(a[r]=e[r]);return a},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,r){},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(0,a.default)(e),parseInt(e,t||10)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,a.default)(e),t)return"1"===e||/^true$/i.test(e);return"0"!==e&&!/^false$/i.test(e)&&""!==e};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(0,a.default)(e),e===t};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,r){if((0,n.default)(e),(r=(0,o.default)(r,i)).ignoreCase)return e.toLowerCase().split((0,a.default)(t).toLowerCase()).length>r.minOccurrences;return e.split((0,a.default)(t)).length>r.minOccurrences};var n=s(r(5)),a=s(r(387)),o=s(r(35));function s(e){return e&&e.__esModule?e:{default:e}}var i={ignoreCase:!1,minOccurrences:1};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,r){(0,a.default)(e),"[object RegExp]"!==Object.prototype.toString.call(t)&&(t=new RegExp(t,r));return t.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,n.default)(e),(t=(0,a.default)(t,l)).require_display_name||t.allow_display_name){var r=e.match(c);if(r){var u=r[1];if(e=e.replace(u,"").replace(/(^<|>$)/g,""),u.endsWith(" ")&&(u=u.substr(0,u.length-1)),!function(e){var t=e.replace(/^"(.+)"$/,"$1");if(!t.trim())return!1;if(/[\.";<>]/.test(t)){if(t===e)return!1;if(!(t.split('"').length===t.split('\\"').length))return!1}return!0}(u))return!1}else if(t.require_display_name)return!1}if(!t.ignore_max_length&&e.length>254)return!1;var h=e.split("@"),y=h.pop(),g=y.toLowerCase();if(t.host_blacklist.includes(g))return!1;var v=h.join("@");if(t.domain_specific_validation&&("gmail.com"===g||"googlemail.com"===g)){var b=(v=v.toLowerCase()).split("+")[0];if(!(0,o.default)(b.replace(/\./g,""),{min:6,max:30}))return!1;for(var M=b.split("."),L=0;L<M.length;L++)if(!m.test(M[L]))return!1}if(!(!1!==t.ignore_max_length||(0,o.default)(v,{max:64})&&(0,o.default)(y,{max:254})))return!1;if(!(0,s.default)(y,{require_tld:t.require_tld})){if(!t.allow_ip_domain)return!1;if(!(0,i.default)(y)){if(!y.startsWith("[")||!y.endsWith("]"))return!1;var w=y.substr(1,y.length-2);if(0===w.length||!(0,i.default)(w))return!1}}if('"'===v[0])return v=v.slice(1,v.length-1),t.allow_utf8_local_part?f.test(v):p.test(v);for(var D=t.allow_utf8_local_part?_:d,k=v.split("."),T=0;T<k.length;T++)if(!D.test(k[T]))return!1;if(t.blacklisted_chars&&-1!==v.search(new RegExp("[".concat(t.blacklisted_chars,"]+"),"g")))return!1;return!0};var n=u(r(5)),a=u(r(35)),o=u(r(388)),s=u(r(335)),i=u(r(172));function u(e){return e&&e.__esModule?e:{default:e}}var l={allow_display_name:!1,require_display_name:!1,allow_utf8_local_part:!0,require_tld:!0,blacklisted_chars:"",ignore_max_length:!1,host_blacklist:[]},c=/^([^\x00-\x1F\x7F-\x9F\cX]+)</i,d=/^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~]+$/i,m=/^[a-z\d]+$/,p=/^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f]))*$/i,_=/^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+$/i,f=/^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*$/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,n.default)(e),!e||/[\s<>]/.test(e))return!1;if(0===e.indexOf("mailto:"))return!1;if((t=(0,s.default)(t,l)).validate_length&&e.length>=2083)return!1;if(!t.allow_fragments&&e.includes("#"))return!1;if(!t.allow_query_components&&(e.includes("?")||e.includes("&")))return!1;var r,i,m,p,_,f,h,y;if(h=e.split("#"),e=h.shift(),h=e.split("?"),e=h.shift(),(h=e.split("://")).length>1){if(r=h.shift().toLowerCase(),t.require_valid_protocol&&-1===t.protocols.indexOf(r))return!1}else{if(t.require_protocol)return!1;if("//"===e.substr(0,2)){if(!t.allow_protocol_relative_urls)return!1;h[0]=e.substr(2)}}if(""===(e=h.join("://")))return!1;if(h=e.split("/"),""===(e=h.shift())&&!t.require_host)return!0;if((h=e.split("@")).length>1){if(t.disallow_auth)return!1;if(""===h[0])return!1;if((i=h.shift()).indexOf(":")>=0&&i.split(":").length>2)return!1;var g=i.split(":"),v=(w=2,function(e){if(Array.isArray(e))return e}(L=g)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var r=[],n=!0,a=!1,o=void 0;try{for(var s,i=e[Symbol.iterator]();!(n=(s=i.next()).done)&&(r.push(s.value),!t||r.length!==t);n=!0);}catch(e){a=!0,o=e}finally{try{n||null==i.return||i.return()}finally{if(a)throw o}}return r}}(L,w)||function(e,t){if(e){if("string"==typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?u(e,t):void 0}}(L,w)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),b=v[0],M=v[1];if(""===b&&""===M)return!1}var L,w;p=h.join("@"),f=null,y=null;var D=p.match(c);D?(m="",y=D[1],f=D[2]||null):(h=p.split(":"),m=h.shift(),h.length&&(f=h.join(":")));if(null!==f&&f.length>0){if(_=parseInt(f,10),!/^[0-9]+$/.test(f)||_<=0||_>65535)return!1}else if(t.require_port)return!1;if(t.host_whitelist)return d(m,t.host_whitelist);if(!((0,o.default)(m)||(0,a.default)(m,t)||y&&(0,o.default)(y,6)))return!1;if(m=m||y,t.host_blacklist&&d(m,t.host_blacklist))return!1;return!0};var n=i(r(5)),a=i(r(335)),o=i(r(172)),s=i(r(35));function i(e){return e&&e.__esModule?e:{default:e}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var l={protocols:["http","https","ftp"],require_tld:!0,require_protocol:!1,require_host:!0,require_port:!1,require_valid_protocol:!0,allow_underscores:!1,allow_trailing_dot:!1,allow_protocol_relative_urls:!1,allow_fragments:!0,allow_query_components:!0,validate_length:!0},c=/^\[([^\]]+)\](?::([0-9]+))?$/;function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];if(e===n||(a=n,"[object RegExp]"===Object.prototype.toString.call(a)&&n.test(e)))return!0}var a;return!1}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,a.default)(e),t&&(t.no_colons||t.no_separators))return s.test(e);return o.test(e)||i.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(?:[0-9a-fA-F]{2}([-:\s]))([0-9a-fA-F]{2}\1){4}([0-9a-fA-F]{2})$/,s=/^([0-9a-fA-F]){12}$/,i=/^([0-9a-fA-F]{4}\.){2}([0-9a-fA-F]{4})$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";(0,n.default)(e);var r=e.split("/");if(2!==r.length)return!1;if(!s.test(r[1]))return!1;if(r[1].length>1&&r[1].startsWith("0"))return!1;var o=(0,a.default)(r[0],t);if(!o)return!1;var i=null;switch(String(t)){case"4":i=32;break;case"6":i=128;break;default:i=(0,a.default)(r[0],"6")?128:32}return r[1]<=i&&r[1]>=0};var n=o(r(5)),a=o(r(172));function o(e){return e&&e.__esModule?e:{default:e}}var s=/^\d{1,3}$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o;if((0,a.default)(e),t.loose)return i.includes(e.toLowerCase());return s.includes(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o={loose:!1},s=["true","false","1","0"],i=[].concat(s,["yes","no"]);e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if((0,a.default)(e),"en_US_POSIX"===e||"ca_ES_VALENCIA"===e)return!0;return o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[A-Za-z]{2,4}([_-]([A-Za-z]{4}|[\d]{3}))?([_-]([A-Za-z]{2}|[\d]{3}))?$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-US",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};(0,a.default)(e);var n=e,s=r.ignore;if(s)if(s instanceof RegExp)n=n.replace(s,"");else{if("string"!=typeof s)throw new Error("ignore should be instance of a String or RegExp");n=n.replace(new RegExp("[".concat(s.replace(/[-[\]{}()*+?.,\\^$|#\\s]/g,"\\$&"),"]"),"g"),"")}if(t in o.alpha)return o.alpha[t].test(n);throw new Error("Invalid locale '".concat(t,"'"))},t.locales=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n},o=r(110);var s=Object.keys(o.alpha);t.locales=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-US",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};(0,a.default)(e);var n=e,s=r.ignore;if(s)if(s instanceof RegExp)n=n.replace(s,"");else{if("string"!=typeof s)throw new Error("ignore should be instance of a String or RegExp");n=n.replace(new RegExp("[".concat(s.replace(/[-[\]{}()*+?.,\\^$|#\\s]/g,"\\$&"),"]"),"g"),"")}if(t in o.alphanumeric)return o.alphanumeric[t].test(n);throw new Error("Invalid locale '".concat(t,"'"))},t.locales=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n},o=r(110);var s=Object.keys(o.alphanumeric);t.locales=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,a.default)(e),t&&t.no_symbols)return s.test(e);return new RegExp("^[+-]?([0-9]*[".concat((t||{}).locale?o.decimal[t.locale]:".","])?[0-9]+$")).test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n},o=r(110);var s=/^[0-9]+$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,a.default)(e);var r=e.replace(/\s/g,"").toUpperCase();return t.toUpperCase()in o&&o[t].test(r)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o={AM:/^[A-Z]{2}\d{7}$/,AR:/^[A-Z]{3}\d{6}$/,AT:/^[A-Z]\d{7}$/,AU:/^[A-Z]\d{7}$/,BE:/^[A-Z]{2}\d{6}$/,BG:/^\d{9}$/,BR:/^[A-Z]{2}\d{6}$/,BY:/^[A-Z]{2}\d{7}$/,CA:/^[A-Z]{2}\d{6}$/,CH:/^[A-Z]\d{7}$/,CN:/^G\d{8}$|^E(?![IO])[A-Z0-9]\d{7}$/,CY:/^[A-Z](\d{6}|\d{8})$/,CZ:/^\d{8}$/,DE:/^[CFGHJKLMNPRTVWXYZ0-9]{9}$/,DK:/^\d{9}$/,DZ:/^\d{9}$/,EE:/^([A-Z]\d{7}|[A-Z]{2}\d{7})$/,ES:/^[A-Z0-9]{2}([A-Z0-9]?)\d{6}$/,FI:/^[A-Z]{2}\d{7}$/,FR:/^\d{2}[A-Z]{2}\d{5}$/,GB:/^\d{9}$/,GR:/^[A-Z]{2}\d{7}$/,HR:/^\d{9}$/,HU:/^[A-Z]{2}(\d{6}|\d{7})$/,IE:/^[A-Z0-9]{2}\d{7}$/,IN:/^[A-Z]{1}-?\d{7}$/,ID:/^[A-C]\d{7}$/,IR:/^[A-Z]\d{8}$/,IS:/^(A)\d{7}$/,IT:/^[A-Z0-9]{2}\d{7}$/,JP:/^[A-Z]{2}\d{7}$/,KR:/^[MS]\d{8}$/,LT:/^[A-Z0-9]{8}$/,LU:/^[A-Z0-9]{8}$/,LV:/^[A-Z0-9]{2}\d{7}$/,LY:/^[A-Z0-9]{8}$/,MT:/^\d{7}$/,MZ:/^([A-Z]{2}\d{7})|(\d{2}[A-Z]{2}\d{5})$/,MY:/^[AHK]\d{8}$/,NL:/^[A-Z]{2}[A-Z0-9]{6}\d$/,PL:/^[A-Z]{2}\d{7}$/,PT:/^[A-Z]\d{6}$/,RO:/^\d{8,9}$/,RU:/^\d{9}$/,SE:/^\d{8}$/,SL:/^(P)[A-Z]\d{7}$/,SK:/^[0-9A-Z]\d{7}$/,TR:/^[A-Z]\d{8}$/,UA:/^[A-Z]{2}\d{6}$/,US:/^\d{9}$/};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e,{min:0,max:65535})};var n,a=(n=r(336))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),e===e.toLowerCase()};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),e===e.toUpperCase()};var n,a=(n=r(5))&&n.__esModule?n:{default:n};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,a.default)(e);var r=o;(t=t||{}).allow_hyphens&&(r=s);if(!r.test(e))return!1;e=e.replace(/-/g,"");for(var n=0,i=2,u=0;u<14;u++){var l=e.substring(14-u-1,14-u),c=parseInt(l,10)*i;n+=c>=10?c%10+1:c,1===i?i+=1:i-=1}if((10-n%10)%10!==parseInt(e.substring(14,15),10))return!1;return!0};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[0-9]{15}$/,s=/^\d{2}-\d{6}-\d{6}-\d{1}$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[\x00-\x7F]+$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.fullWidth.test(e)&&s.halfWidth.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n},o=r(390),s=r(391);e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/[^\x00-\x7F]/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,n.default)(e),o.test(e)};var n=a(r(5));function a(e){return e&&e.__esModule?e:{default:e}}var o=(0,a(r(479)).default)(["^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)","(?:-((?:0|[1-9]\\d*|\\d*[a-z-][0-9a-z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-z-][0-9a-z-]*))*))","?(?:\\+([0-9a-z-]+(?:\\.[0-9a-z-]+)*))?$"],"i");e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var r=e.join("");return new RegExp(r,t)},e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/[\uD800-\uDBFF][\uDC00-\uDFFF]/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,a.default)(e),(t=(0,n.default)(t,u)).locale in s.decimal)return!(0,o.default)(l,e.replace(/ /g,""))&&function(e){return new RegExp("^[-+]?([0-9]+)?(\\".concat(s.decimal[e.locale],"[0-9]{").concat(e.decimal_digits,"})").concat(e.force_decimal?"":"?","$"))}(t).test(e);throw new Error("Invalid locale '".concat(t.locale,"'"))};var n=i(r(35)),a=i(r(5)),o=i(r(482)),s=r(110);function i(e){return e&&e.__esModule?e:{default:e}}var u={force_decimal:!1,decimal_digits:"1,",locale:"en-US"},l=["","-","+"];e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e,t){return e.some((function(e){return t===e}))};t.default=n,e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(0o)?[0-7]+$/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(0,n.default)(e),(0,a.default)(e)%parseInt(t,10)==0};var n=o(r(5)),a=o(r(385));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^#?([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if((0,a.default)(e),!t)return o.test(e)||s.test(e);return o.test(e)||s.test(e)||i.test(e)||u.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^rgb\((([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]),){2}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\)$/,s=/^rgba\((([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]),){3}(0?\.\d|1(\.0)?|0(\.0)?)\)$/,i=/^rgb\((([0-9]%|[1-9][0-9]%|100%),){2}([0-9]%|[1-9][0-9]%|100%)\)/,u=/^rgba\((([0-9]%|[1-9][0-9]%|100%),){3}(0?\.\d|1(\.0)?|0(\.0)?)\)/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,a.default)(e);var t=e.replace(/\s+/g," ").replace(/\s?(hsla?\(|\)|,)\s?/gi,"$1");if(-1!==t.indexOf(","))return o.test(t);return s.test(t)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^hsla?\(((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?))(deg|grad|rad|turn)?(,(\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?)%){2}(,((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?)%?))?\)$/i,s=/^hsla?\(((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?))(deg|grad|rad|turn)?(\s(\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?)%){2}\s?(\/\s((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?)%?)\s?)?\)$/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[A-Z]{2}[0-9A-Z]{3}\d{2}\d{5}$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),function(e){var t=e.replace(/[\s\-]+/gi,"").toUpperCase(),r=t.slice(0,2).toUpperCase();return r in o&&o[r].test(t)}(e)&&function(e){var t=e.replace(/[^A-Z0-9]+/gi,"").toUpperCase();return 1===(t.slice(4)+t.slice(0,4)).replace(/[A-Z]/g,(function(e){return e.charCodeAt(0)-55})).match(/\d{1,7}/g).reduce((function(e,t){return Number(e+t)%97}),"")}(e)},t.locales=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o={AD:/^(AD[0-9]{2})\d{8}[A-Z0-9]{12}$/,AE:/^(AE[0-9]{2})\d{3}\d{16}$/,AL:/^(AL[0-9]{2})\d{8}[A-Z0-9]{16}$/,AT:/^(AT[0-9]{2})\d{16}$/,AZ:/^(AZ[0-9]{2})[A-Z0-9]{4}\d{20}$/,BA:/^(BA[0-9]{2})\d{16}$/,BE:/^(BE[0-9]{2})\d{12}$/,BG:/^(BG[0-9]{2})[A-Z]{4}\d{6}[A-Z0-9]{8}$/,BH:/^(BH[0-9]{2})[A-Z]{4}[A-Z0-9]{14}$/,BR:/^(BR[0-9]{2})\d{23}[A-Z]{1}[A-Z0-9]{1}$/,BY:/^(BY[0-9]{2})[A-Z0-9]{4}\d{20}$/,CH:/^(CH[0-9]{2})\d{5}[A-Z0-9]{12}$/,CR:/^(CR[0-9]{2})\d{18}$/,CY:/^(CY[0-9]{2})\d{8}[A-Z0-9]{16}$/,CZ:/^(CZ[0-9]{2})\d{20}$/,DE:/^(DE[0-9]{2})\d{18}$/,DK:/^(DK[0-9]{2})\d{14}$/,DO:/^(DO[0-9]{2})[A-Z]{4}\d{20}$/,EE:/^(EE[0-9]{2})\d{16}$/,EG:/^(EG[0-9]{2})\d{25}$/,ES:/^(ES[0-9]{2})\d{20}$/,FI:/^(FI[0-9]{2})\d{14}$/,FO:/^(FO[0-9]{2})\d{14}$/,FR:/^(FR[0-9]{2})\d{10}[A-Z0-9]{11}\d{2}$/,GB:/^(GB[0-9]{2})[A-Z]{4}\d{14}$/,GE:/^(GE[0-9]{2})[A-Z0-9]{2}\d{16}$/,GI:/^(GI[0-9]{2})[A-Z]{4}[A-Z0-9]{15}$/,GL:/^(GL[0-9]{2})\d{14}$/,GR:/^(GR[0-9]{2})\d{7}[A-Z0-9]{16}$/,GT:/^(GT[0-9]{2})[A-Z0-9]{4}[A-Z0-9]{20}$/,HR:/^(HR[0-9]{2})\d{17}$/,HU:/^(HU[0-9]{2})\d{24}$/,IE:/^(IE[0-9]{2})[A-Z0-9]{4}\d{14}$/,IL:/^(IL[0-9]{2})\d{19}$/,IQ:/^(IQ[0-9]{2})[A-Z]{4}\d{15}$/,IR:/^(IR[0-9]{2})0\d{2}0\d{18}$/,IS:/^(IS[0-9]{2})\d{22}$/,IT:/^(IT[0-9]{2})[A-Z]{1}\d{10}[A-Z0-9]{12}$/,JO:/^(JO[0-9]{2})[A-Z]{4}\d{22}$/,KW:/^(KW[0-9]{2})[A-Z]{4}[A-Z0-9]{22}$/,KZ:/^(KZ[0-9]{2})\d{3}[A-Z0-9]{13}$/,LB:/^(LB[0-9]{2})\d{4}[A-Z0-9]{20}$/,LC:/^(LC[0-9]{2})[A-Z]{4}[A-Z0-9]{24}$/,LI:/^(LI[0-9]{2})\d{5}[A-Z0-9]{12}$/,LT:/^(LT[0-9]{2})\d{16}$/,LU:/^(LU[0-9]{2})\d{3}[A-Z0-9]{13}$/,LV:/^(LV[0-9]{2})[A-Z]{4}[A-Z0-9]{13}$/,MC:/^(MC[0-9]{2})\d{10}[A-Z0-9]{11}\d{2}$/,MD:/^(MD[0-9]{2})[A-Z0-9]{20}$/,ME:/^(ME[0-9]{2})\d{18}$/,MK:/^(MK[0-9]{2})\d{3}[A-Z0-9]{10}\d{2}$/,MR:/^(MR[0-9]{2})\d{23}$/,MT:/^(MT[0-9]{2})[A-Z]{4}\d{5}[A-Z0-9]{18}$/,MU:/^(MU[0-9]{2})[A-Z]{4}\d{19}[A-Z]{3}$/,MZ:/^(MZ[0-9]{2})\d{21}$/,NL:/^(NL[0-9]{2})[A-Z]{4}\d{10}$/,NO:/^(NO[0-9]{2})\d{11}$/,PK:/^(PK[0-9]{2})[A-Z0-9]{4}\d{16}$/,PL:/^(PL[0-9]{2})\d{24}$/,PS:/^(PS[0-9]{2})[A-Z0-9]{4}\d{21}$/,PT:/^(PT[0-9]{2})\d{21}$/,QA:/^(QA[0-9]{2})[A-Z]{4}[A-Z0-9]{21}$/,RO:/^(RO[0-9]{2})[A-Z]{4}[A-Z0-9]{16}$/,RS:/^(RS[0-9]{2})\d{18}$/,SA:/^(SA[0-9]{2})\d{2}[A-Z0-9]{18}$/,SC:/^(SC[0-9]{2})[A-Z]{4}\d{20}[A-Z]{3}$/,SE:/^(SE[0-9]{2})\d{20}$/,SI:/^(SI[0-9]{2})\d{15}$/,SK:/^(SK[0-9]{2})\d{20}$/,SM:/^(SM[0-9]{2})[A-Z]{1}\d{10}[A-Z0-9]{12}$/,SV:/^(SV[0-9]{2})[A-Z0-9]{4}\d{20}$/,TL:/^(TL[0-9]{2})\d{19}$/,TN:/^(TN[0-9]{2})\d{20}$/,TR:/^(TR[0-9]{2})\d{5}[A-Z0-9]{17}$/,UA:/^(UA[0-9]{2})\d{6}[A-Z0-9]{19}$/,VA:/^(VA[0-9]{2})\d{18}$/,VG:/^(VG[0-9]{2})[A-Z0-9]{4}\d{16}$/,XK:/^(XK[0-9]{2})\d{16}$/};var s=Object.keys(o);t.locales=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if((0,a.default)(e),!o.CountryCodes.has(e.slice(4,6).toUpperCase()))return!1;return s.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n},o=r(393);var s=/^[A-Za-z]{6}[A-Za-z0-9]{2}([A-Za-z0-9]{3})?$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[a-f0-9]{32}$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(0,a.default)(e),new RegExp("^[a-fA-F0-9]{".concat(o[t],"}$")).test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o={md5:32,md4:32,sha1:40,sha256:64,sha384:96,sha512:128,ripemd128:32,ripemd160:40,tiger128:32,tiger160:40,tiger192:48,crc32:8,crc32b:8};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,n.default)(e);var t=e.split("."),r=t.length;if(r>3||r<2)return!1;return t.reduce((function(e,t){return e&&(0,a.default)(t,{urlSafe:!0})}),!0)};var n=o(r(5)),a=o(r(394));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,n.default)(e);try{t=(0,a.default)(t,i);var r=[];t.allow_primitives&&(r=[null,!1,!0]);var o=JSON.parse(e);return r.includes(o)||!!o&&"object"===s(o)}catch(e){}return!1};var n=o(r(5)),a=o(r(35));function o(e){return e&&e.__esModule?e:{default:e}}function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i={allow_primitives:!1};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(0,n.default)(e),0===((t=(0,a.default)(t,s)).ignore_whitespace?e.trim().length:e.length)};var n=o(r(5)),a=o(r(35));function o(e){return e&&e.__esModule?e:{default:e}}var s={ignore_whitespace:!1};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var r,n;(0,a.default)(e),"object"===o(t)?(r=t.min||0,n=t.max):(r=arguments[1]||0,n=arguments[2]);var s=e.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g)||[],i=e.length-s.length;return i>=r&&(void 0===n||i<=n)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){(0,a.default)(e);var r=o[[void 0,null].includes(t)?"all":t];return!!r&&r.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o={1:/^[0-9A-F]{8}-[0-9A-F]{4}-1[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,2:/^[0-9A-F]{8}-[0-9A-F]{4}-2[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,3:/^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,4:/^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,5:/^[0-9A-F]{8}-[0-9A-F]{4}-5[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,all:/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,n.default)(e),(0,a.default)(e)&&24===e.length};var n=o(r(5)),a=o(r(392));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:String(new Date);(0,n.default)(e);var r=(0,a.default)(t),o=(0,a.default)(e);return!!(o&&r&&o>r)};var n=o(r(5)),a=o(r(334));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:String(new Date);(0,n.default)(e);var r=(0,a.default)(t),o=(0,a.default)(e);return!!(o&&r&&o<r)};var n=o(r(5)),a=o(r(334));function o(e){return e&&e.__esModule?e:{default:e}}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var r;if((0,n.default)(e),"[object Array]"===Object.prototype.toString.call(t)){var o=[];for(r in t)({}).hasOwnProperty.call(t,r)&&(o[r]=(0,a.default)(t[r]));return o.indexOf(e)>=0}if("object"===s(t))return t.hasOwnProperty(e);if(t&&"function"==typeof t.indexOf)return t.indexOf(e)>=0;return!1};var n=o(r(5)),a=o(r(387));function o(e){return e&&e.__esModule?e:{default:e}}function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,a.default)(e);var t=e.replace(/[- ]+/g,"");if(!o.test(t))return!1;for(var r,n,s,i=0,u=t.length-1;u>=0;u--)r=t.substring(u,u+1),n=parseInt(r,10),i+=s&&(n*=2)>=10?n%10+1:n,s=!s;return!(i%10!=0||!t)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(?:4[0-9]{12}(?:[0-9]{3,6})?|5[1-5][0-9]{14}|(222[1-9]|22[3-9][0-9]|2[3-6][0-9]{2}|27[01][0-9]|2720)[0-9]{12}|6(?:011|5[0-9][0-9])[0-9]{12,15}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11}|6[27][0-9]{14}|^(81[0-9]{14,17}))$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,n.default)(e),t in s)return s[t](e);if("any"===t){for(var r in s){if(s.hasOwnProperty(r))if((0,s[r])(e))return!0}return!1}throw new Error("Invalid locale '".concat(t,"'"))};var n=o(r(5)),a=o(r(336));function o(e){return e&&e.__esModule?e:{default:e}}var s={PL:function(e){(0,n.default)(e);var t={1:1,2:3,3:7,4:9,5:1,6:3,7:7,8:9,9:1,10:3,11:0};if(null!=e&&11===e.length&&(0,a.default)(e,{allow_leading_zeroes:!0})){var r=e.split("").slice(0,-1).reduce((function(e,r,n){return e+Number(r)*t[n+1]}),0)%10,o=Number(e.charAt(e.length-1));if(0===r&&0===o||o===10-r)return!0}return!1},ES:function(e){(0,n.default)(e);var t={X:0,Y:1,Z:2},r=e.trim().toUpperCase();if(!/^[0-9X-Z][0-9]{7}[TRWAGMYFPDXBNJZSQVHLCKE]$/.test(r))return!1;var a=r.slice(0,-1).replace(/[X,Y,Z]/g,(function(e){return t[e]}));return r.endsWith(["T","R","W","A","G","M","Y","F","P","D","X","B","N","J","Z","S","Q","V","H","L","C","K","E"][a%23])},FI:function(e){if((0,n.default)(e),11!==e.length)return!1;if(!e.match(/^\d{6}[\-A\+]\d{3}[0-9ABCDEFHJKLMNPRSTUVWXY]{1}$/))return!1;return"0123456789ABCDEFHJKLMNPRSTUVWXY"[(1e3*parseInt(e.slice(0,6),10)+parseInt(e.slice(7,10),10))%31]===e.slice(10,11)},IN:function(e){var t=[[0,1,2,3,4,5,6,7,8,9],[1,2,3,4,0,6,7,8,9,5],[2,3,4,0,1,7,8,9,5,6],[3,4,0,1,2,8,9,5,6,7],[4,0,1,2,3,9,5,6,7,8],[5,9,8,7,6,0,4,3,2,1],[6,5,9,8,7,1,0,4,3,2],[7,6,5,9,8,2,1,0,4,3],[8,7,6,5,9,3,2,1,0,4],[9,8,7,6,5,4,3,2,1,0]],r=[[0,1,2,3,4,5,6,7,8,9],[1,5,7,6,2,8,3,0,9,4],[5,8,0,3,7,9,6,1,4,2],[8,9,1,6,0,4,3,5,2,7],[9,4,5,3,1,2,6,8,7,0],[4,2,8,6,5,7,3,9,0,1],[2,7,9,3,8,0,6,4,1,5],[7,0,4,6,9,1,3,2,5,8]],n=e.trim();if(!/^[1-9]\d{3}\s?\d{4}\s?\d{4}$/.test(n))return!1;var a=0;return n.replace(/\s/g,"").split("").map(Number).reverse().forEach((function(e,n){a=t[a][r[n%8][e]]})),0===a},IR:function(e){if(!e.match(/^\d{10}$/))return!1;if(e="0000".concat(e).substr(e.length-6),0===parseInt(e.substr(3,6),10))return!1;for(var t=parseInt(e.substr(9,1),10),r=0,n=0;n<9;n++)r+=parseInt(e.substr(n,1),10)*(10-n);return(r%=11)<2&&t===r||r>=2&&t===11-r},IT:function(e){return 9===e.length&&("CA00000AA"!==e&&e.search(/C[A-Z][0-9]{5}[A-Z]{2}/i)>-1)},NO:function(e){var t=e.trim();if(isNaN(Number(t)))return!1;if(11!==t.length)return!1;if("00000000000"===t)return!1;var r=t.split("").map(Number),n=(11-(3*r[0]+7*r[1]+6*r[2]+1*r[3]+8*r[4]+9*r[5]+4*r[6]+5*r[7]+2*r[8])%11)%11,a=(11-(5*r[0]+4*r[1]+3*r[2]+2*r[3]+7*r[4]+6*r[5]+5*r[6]+4*r[7]+3*r[8]+2*n)%11)%11;return n===r[9]&&a===r[10]},TH:function(e){if(!e.match(/^[1-8]\d{12}$/))return!1;for(var t=0,r=0;r<12;r++)t+=parseInt(e[r],10)*(13-r);return e[12]===((11-t%11)%10).toString()},LK:function(e){return!(10!==e.length||!/^[1-9]\d{8}[vx]$/i.test(e))||!(12!==e.length||!/^[1-9]\d{11}$/i.test(e))},"he-IL":function(e){var t=e.trim();if(!/^\d{9}$/.test(t))return!1;for(var r,n=t,a=0,o=0;o<n.length;o++)a+=(r=Number(n[o])*(o%2+1))>9?r-9:r;return a%10==0},"ar-LY":function(e){var t=e.trim();return!!/^(1|2)\d{11}$/.test(t)},"ar-TN":function(e){var t=e.trim();return!!/^\d{8}$/.test(t)},"zh-CN":function(e){var t,r=["11","12","13","14","15","21","22","23","31","32","33","34","35","36","37","41","42","43","44","45","46","50","51","52","53","54","61","62","63","64","65","71","81","82","91"],n=["7","9","10","5","8","4","2","1","6","3","7","9","10","5","8","4","2"],a=["1","0","X","9","8","7","6","5","4","3","2"],o=function(e){return r.includes(e)},s=function(e){var t=parseInt(e.substring(0,4),10),r=parseInt(e.substring(4,6),10),n=parseInt(e.substring(6),10),a=new Date(t,r-1,n);return!(a>new Date)&&(a.getFullYear()===t&&a.getMonth()===r-1&&a.getDate()===n)},i=function(e){return function(e){for(var t=e.substring(0,17),r=0,o=0;o<17;o++)r+=parseInt(t.charAt(o),10)*parseInt(n[o],10);return a[r%11]}(e)===e.charAt(17).toUpperCase()};return!!/^\d{15}|(\d{17}(\d|x|X))$/.test(t=e)&&(15===t.length?function(e){var t=/^[1-9]\d{7}((0[1-9])|(1[0-2]))((0[1-9])|([1-2][0-9])|(3[0-1]))\d{3}$/.test(e);if(!t)return!1;var r=e.substring(0,2);if(!(t=o(r)))return!1;var n="19".concat(e.substring(6,12));return!!(t=s(n))}(t):function(e){var t=/^[1-9]\d{5}[1-9]\d{3}((0[1-9])|(1[0-2]))((0[1-9])|([1-2][0-9])|(3[0-1]))\d{3}(\d|x|X)$/.test(e);if(!t)return!1;var r=e.substring(0,2);if(!(t=o(r)))return!1;var n=e.substring(6,14);return!!(t=s(n))&&i(e)}(t))},"zh-TW":function(e){var t={A:10,B:11,C:12,D:13,E:14,F:15,G:16,H:17,I:34,J:18,K:19,L:20,M:21,N:22,O:35,P:23,Q:24,R:25,S:26,T:27,U:28,V:29,W:32,X:30,Y:31,Z:33},r=e.trim().toUpperCase();return!!/^[A-Z][0-9]{9}$/.test(r)&&Array.from(r).reduce((function(e,r,n){if(0===n){var a=t[r];return a%10*9+Math.floor(a/10)}return 9===n?(10-e%10-Number(r))%10==0:e+Number(r)*(9-n)}),0)}};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,a.default)(e);var t=Number(e.slice(-1));return o.test(e)&&t===(r=e,n=10-r.slice(0,-1).split("").map((function(e,t){return Number(e)*function(e,t){return 8===e||14===e?t%2==0?3:1:t%2==0?1:3}(r.length,t)})).reduce((function(e,t){return e+t}),0)%10,n<10?n:0);var r,n};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(\d{8}|\d{13}|\d{14})$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if((0,a.default)(e),!o.test(e))return!1;for(var t=!0,r=0,n=e.length-2;n>=0;n--)if(e[n]>="A"&&e[n]<="Z")for(var s=e[n].charCodeAt(0)-55,i=s%10,u=Math.trunc(s/10),l=0,c=[i,u];l<c.length;l++){var d=c[l];r+=t?d>=5?1+2*(d-5):2*d:d,t=!t}else{var m=e[n].charCodeAt(0)-"0".charCodeAt(0);r+=t?m>=5?1+2*(m-5):2*m:m,t=!t}var p=10*Math.trunc((r+9)/10)-r;return+e[e.length-1]===p};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[A-Z]{2}[0-9A-Z]{9}[0-9]$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function e(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if((0,a.default)(t),!(r=String(r)))return e(t,10)||e(t,13);var n,u=t.replace(/[\s-]+/g,""),l=0;if("10"===r){if(!o.test(u))return!1;for(n=0;n<9;n++)l+=(n+1)*u.charAt(n);if("X"===u.charAt(9)?l+=100:l+=10*u.charAt(9),l%11==0)return!!u}else if("13"===r){if(!s.test(u))return!1;for(n=0;n<12;n++)l+=i[n%2]*u.charAt(n);if(u.charAt(12)-(10-l%10)%10==0)return!!u}return!1};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(?:[0-9]{9}X|[0-9]{10})$/,s=/^(?:[0-9]{13})$/,i=[1,3];e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};(0,a.default)(e);var r=o;if(r=t.require_hyphen?r.replace("?",""):r,!(r=t.case_sensitive?new RegExp(r):new RegExp(r,"i")).test(e))return!1;for(var n=e.replace("-","").toUpperCase(),s=0,i=0;i<n.length;i++){var u=n[i];s+=("X"===u?10:+u)*(8-i)}return s%11==0};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o="^\\d{4}-?\\d{3}[\\dX]$";e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-US";(0,a.default)(e);var r=e.slice(0);if(t in p)return t in h&&(r=r.replace(h[t],"")),!!p[t].test(r)&&(!(t in _)||_[t](r));throw new Error("Invalid locale '".concat(t,"'"))};var a=u(r(5)),o=function(e){if(e&&e.__esModule)return e;if(null===e||"object"!==n(e)&&"function"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var s=a?Object.getOwnPropertyDescriptor(e,o):null;s&&(s.get||s.set)?Object.defineProperty(r,o,s):r[o]=e[o]}r.default=e,t&&t.set(e,r);return r}(r(509)),s=u(r(389));function i(){if("function"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function u(e){return e&&e.__esModule?e:{default:e}}function l(e){return function(e){if(Array.isArray(e))return c(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return c(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return c(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var d={andover:["10","12"],atlanta:["60","67"],austin:["50","53"],brookhaven:["01","02","03","04","05","06","11","13","14","16","21","22","23","25","34","51","52","54","55","56","57","58","59","65"],cincinnati:["30","32","35","36","37","38","61"],fresno:["15","24"],internet:["20","26","27","45","46","47"],kansas:["40","44"],memphis:["94","95"],ogden:["80","90"],philadelphia:["33","39","41","42","43","46","48","62","63","64","66","68","71","72","73","74","75","76","77","81","82","83","84","85","86","87","88","91","92","93","98","99"],sba:["31"]};function m(e){for(var t=!1,r=!1,n=0;n<3;n++)if(!t&&/[AEIOU]/.test(e[n]))t=!0;else if(!r&&t&&"X"===e[n])r=!0;else if(n>0){if(t&&!r&&!/[AEIOU]/.test(e[n]))return!1;if(r&&!/X/.test(e[n]))return!1}return!0}var p={"bg-BG":/^\d{10}$/,"cs-CZ":/^\d{6}\/{0,1}\d{3,4}$/,"de-AT":/^\d{9}$/,"de-DE":/^[1-9]\d{10}$/,"dk-DK":/^\d{6}-{0,1}\d{4}$/,"el-CY":/^[09]\d{7}[A-Z]$/,"el-GR":/^([0-4]|[7-9])\d{8}$/,"en-GB":/^\d{10}$|^(?!GB|NK|TN|ZZ)(?![DFIQUV])[A-Z](?![DFIQUVO])[A-Z]\d{6}[ABCD ]$/i,"en-IE":/^\d{7}[A-W][A-IW]{0,1}$/i,"en-US":/^\d{2}[- ]{0,1}\d{7}$/,"es-ES":/^(\d{0,8}|[XYZKLM]\d{7})[A-HJ-NP-TV-Z]$/i,"et-EE":/^[1-6]\d{6}(00[1-9]|0[1-9][0-9]|[1-6][0-9]{2}|70[0-9]|710)\d$/,"fi-FI":/^\d{6}[-+A]\d{3}[0-9A-FHJ-NPR-Y]$/i,"fr-BE":/^\d{11}$/,"fr-FR":/^[0-3]\d{12}$|^[0-3]\d\s\d{2}(\s\d{3}){3}$/,"fr-LU":/^\d{13}$/,"hr-HR":/^\d{11}$/,"hu-HU":/^8\d{9}$/,"it-IT":/^[A-Z]{6}[L-NP-V0-9]{2}[A-EHLMPRST][L-NP-V0-9]{2}[A-ILMZ][L-NP-V0-9]{3}[A-Z]$/i,"lv-LV":/^\d{6}-{0,1}\d{5}$/,"mt-MT":/^\d{3,7}[APMGLHBZ]$|^([1-8])\1\d{7}$/i,"nl-NL":/^\d{9}$/,"pl-PL":/^\d{10,11}$/,"pt-BR":/(?:^\d{11}$)|(?:^\d{14}$)/,"pt-PT":/^\d{9}$/,"ro-RO":/^\d{13}$/,"sk-SK":/^\d{6}\/{0,1}\d{3,4}$/,"sl-SI":/^[1-9]\d{7}$/,"sv-SE":/^(\d{6}[-+]{0,1}\d{4}|(18|19|20)\d{6}[-+]{0,1}\d{4})$/};p["lb-LU"]=p["fr-LU"],p["lt-LT"]=p["et-EE"],p["nl-BE"]=p["fr-BE"];var _={"bg-BG":function(e){var t=e.slice(0,2),r=parseInt(e.slice(2,4),10);r>40?(r-=40,t="20".concat(t)):r>20?(r-=20,t="18".concat(t)):t="19".concat(t),r<10&&(r="0".concat(r));var n="".concat(t,"/").concat(r,"/").concat(e.slice(4,6));if(!(0,s.default)(n,"YYYY/MM/DD"))return!1;for(var a=e.split("").map((function(e){return parseInt(e,10)})),o=[2,4,8,5,10,9,7,3,6],i=0,u=0;u<o.length;u++)i+=a[u]*o[u];return(i=i%11==10?0:i%11)===a[9]},"cs-CZ":function(e){e=e.replace(/\W/,"");var t=parseInt(e.slice(0,2),10);if(10===e.length)t=t<54?"20".concat(t):"19".concat(t);else{if("000"===e.slice(6))return!1;if(!(t<54))return!1;t="19".concat(t)}3===t.length&&(t=[t.slice(0,2),"0",t.slice(2)].join(""));var r=parseInt(e.slice(2,4),10);if(r>50&&(r-=50),r>20){if(parseInt(t,10)<2004)return!1;r-=20}r<10&&(r="0".concat(r));var n="".concat(t,"/").concat(r,"/").concat(e.slice(4,6));if(!(0,s.default)(n,"YYYY/MM/DD"))return!1;if(10===e.length&&parseInt(e,10)%11!=0){var a=parseInt(e.slice(0,9),10)%11;if(!(parseInt(t,10)<1986&&10===a))return!1;if(0!==parseInt(e.slice(9),10))return!1}return!0},"de-AT":function(e){return o.luhnCheck(e)},"de-DE":function(e){for(var t=e.split("").map((function(e){return parseInt(e,10)})),r=[],n=0;n<t.length-1;n++){r.push("");for(var a=0;a<t.length-1;a++)t[n]===t[a]&&(r[n]+=a)}if(2!==(r=r.filter((function(e){return e.length>1}))).length&&3!==r.length)return!1;if(3===r[0].length){for(var s=r[0].split("").map((function(e){return parseInt(e,10)})),i=0,u=0;u<s.length-1;u++)s[u]+1===s[u+1]&&(i+=1);if(2===i)return!1}return o.iso7064Check(e)},"dk-DK":function(e){e=e.replace(/\W/,"");var t=parseInt(e.slice(4,6),10);switch(e.slice(6,7)){case"0":case"1":case"2":case"3":t="19".concat(t);break;case"4":case"9":t=t<37?"20".concat(t):"19".concat(t);break;default:if(t<37)t="20".concat(t);else{if(!(t>58))return!1;t="18".concat(t)}}3===t.length&&(t=[t.slice(0,2),"0",t.slice(2)].join(""));var r="".concat(t,"/").concat(e.slice(2,4),"/").concat(e.slice(0,2));if(!(0,s.default)(r,"YYYY/MM/DD"))return!1;for(var n=e.split("").map((function(e){return parseInt(e,10)})),a=0,o=4,i=0;i<9;i++)a+=n[i]*o,1===(o-=1)&&(o=7);return 1!==(a%=11)&&(0===a?0===n[9]:n[9]===11-a)},"el-CY":function(e){for(var t=e.slice(0,8).split("").map((function(e){return parseInt(e,10)})),r=0,n=1;n<t.length;n+=2)r+=t[n];for(var a=0;a<t.length;a+=2)t[a]<2?r+=1-t[a]:(r+=2*(t[a]-2)+5,t[a]>4&&(r+=2));return String.fromCharCode(r%26+65)===e.charAt(8)},"el-GR":function(e){for(var t=e.split("").map((function(e){return parseInt(e,10)})),r=0,n=0;n<8;n++)r+=t[n]*Math.pow(2,8-n);return r%11%10===t[8]},"en-IE":function(e){var t=o.reverseMultiplyAndSum(e.split("").slice(0,7).map((function(e){return parseInt(e,10)})),8);return 9===e.length&&"W"!==e[8]&&(t+=9*(e[8].charCodeAt(0)-64)),0===(t%=23)?"W"===e[7].toUpperCase():e[7].toUpperCase()===String.fromCharCode(64+t)},"en-US":function(e){return-1!==function(){var e=[];for(var t in d)d.hasOwnProperty(t)&&e.push.apply(e,l(d[t]));return e}().indexOf(e.substr(0,2))},"es-ES":function(e){var t=e.toUpperCase().split("");if(isNaN(parseInt(t[0],10))&&t.length>1){var r=0;switch(t[0]){case"Y":r=1;break;case"Z":r=2}t.splice(0,1,r)}else for(;t.length<9;)t.unshift(0);t=t.join("");var n=parseInt(t.slice(0,8),10)%23;return t[8]===["T","R","W","A","G","M","Y","F","P","D","X","B","N","J","Z","S","Q","V","H","L","C","K","E"][n]},"et-EE":function(e){var t=e.slice(1,3);switch(e.slice(0,1)){case"1":case"2":t="18".concat(t);break;case"3":case"4":t="19".concat(t);break;default:t="20".concat(t)}var r="".concat(t,"/").concat(e.slice(3,5),"/").concat(e.slice(5,7));if(!(0,s.default)(r,"YYYY/MM/DD"))return!1;for(var n=e.split("").map((function(e){return parseInt(e,10)})),a=0,o=1,i=0;i<10;i++)a+=n[i]*o,10===(o+=1)&&(o=1);if(a%11==10){a=0,o=3;for(var u=0;u<10;u++)a+=n[u]*o,10===(o+=1)&&(o=1);if(a%11==10)return 0===n[10]}return a%11===n[10]},"fi-FI":function(e){var t=e.slice(4,6);switch(e.slice(6,7)){case"+":t="18".concat(t);break;case"-":t="19".concat(t);break;default:t="20".concat(t)}var r="".concat(t,"/").concat(e.slice(2,4),"/").concat(e.slice(0,2));if(!(0,s.default)(r,"YYYY/MM/DD"))return!1;var n=parseInt(e.slice(0,6)+e.slice(7,10),10)%31;return n<10?n===parseInt(e.slice(10),10):["A","B","C","D","E","F","H","J","K","L","M","N","P","R","S","T","U","V","W","X","Y"][n-=10]===e.slice(10)},"fr-BE":function(e){if("00"!==e.slice(2,4)||"00"!==e.slice(4,6)){var t="".concat(e.slice(0,2),"/").concat(e.slice(2,4),"/").concat(e.slice(4,6));if(!(0,s.default)(t,"YY/MM/DD"))return!1}var r=97-parseInt(e.slice(0,9),10)%97,n=parseInt(e.slice(9,11),10);return r===n||(r=97-parseInt("2".concat(e.slice(0,9)),10)%97)===n},"fr-FR":function(e){return e=e.replace(/\s/g,""),parseInt(e.slice(0,10),10)%511===parseInt(e.slice(10,13),10)},"fr-LU":function(e){var t="".concat(e.slice(0,4),"/").concat(e.slice(4,6),"/").concat(e.slice(6,8));return!!(0,s.default)(t,"YYYY/MM/DD")&&(!!o.luhnCheck(e.slice(0,12))&&o.verhoeffCheck("".concat(e.slice(0,11)).concat(e[12])))},"hr-HR":function(e){return o.iso7064Check(e)},"hu-HU":function(e){for(var t=e.split("").map((function(e){return parseInt(e,10)})),r=8,n=1;n<9;n++)r+=t[n]*(n+1);return r%11===t[9]},"it-IT":function(e){var t=e.toUpperCase().split("");if(!m(t.slice(0,3)))return!1;if(!m(t.slice(3,6)))return!1;for(var r={L:"0",M:"1",N:"2",P:"3",Q:"4",R:"5",S:"6",T:"7",U:"8",V:"9"},n=0,a=[6,7,9,10,12,13,14];n<a.length;n++){var o=a[n];t[o]in r&&t.splice(o,1,r[t[o]])}var i={A:"01",B:"02",C:"03",D:"04",E:"05",H:"06",L:"07",M:"08",P:"09",R:"10",S:"11",T:"12"}[t[8]],u=parseInt(t[9]+t[10],10);u>40&&(u-=40),u<10&&(u="0".concat(u));var l="".concat(t[6]).concat(t[7],"/").concat(i,"/").concat(u);if(!(0,s.default)(l,"YY/MM/DD"))return!1;for(var c=0,d=1;d<t.length-1;d+=2){var p=parseInt(t[d],10);isNaN(p)&&(p=t[d].charCodeAt(0)-65),c+=p}for(var _={A:1,B:0,C:5,D:7,E:9,F:13,G:15,H:17,I:19,J:21,K:2,L:4,M:18,N:20,O:11,P:3,Q:6,R:8,S:12,T:14,U:16,V:10,W:22,X:25,Y:24,Z:23,0:1,1:0},f=0;f<t.length-1;f+=2){var h=0;if(t[f]in _)h=_[t[f]];else{var y=parseInt(t[f],10);h=2*y+1,y>4&&(h+=2)}c+=h}return String.fromCharCode(65+c%26)===t[15]},"lv-LV":function(e){var t=(e=e.replace(/\W/,"")).slice(0,2);if("32"!==t){if("00"!==e.slice(2,4)){var r=e.slice(4,6);switch(e[6]){case"0":r="18".concat(r);break;case"1":r="19".concat(r);break;default:r="20".concat(r)}var n="".concat(r,"/").concat(e.slice(2,4),"/").concat(t);if(!(0,s.default)(n,"YYYY/MM/DD"))return!1}for(var a=1101,o=[1,6,3,7,9,10,5,8,4,2],i=0;i<e.length-1;i++)a-=parseInt(e[i],10)*o[i];return parseInt(e[10],10)===a%11}return!0},"mt-MT":function(e){if(9!==e.length){for(var t=e.toUpperCase().split("");t.length<8;)t.unshift(0);switch(e[7]){case"A":case"P":if(0===parseInt(t[6],10))return!1;break;default:var r=parseInt(t.join("").slice(0,5),10);if(r>32e3)return!1;if(r===parseInt(t.join("").slice(5,7),10))return!1}}return!0},"nl-NL":function(e){return o.reverseMultiplyAndSum(e.split("").slice(0,8).map((function(e){return parseInt(e,10)})),9)%11===parseInt(e[8],10)},"pl-PL":function(e){if(10===e.length){for(var t=[6,5,7,2,3,4,5,6,7],r=0,n=0;n<t.length;n++)r+=parseInt(e[n],10)*t[n];return 10!==(r%=11)&&r===parseInt(e[9],10)}var a=e.slice(0,2),o=parseInt(e.slice(2,4),10);o>80?(a="18".concat(a),o-=80):o>60?(a="22".concat(a),o-=60):o>40?(a="21".concat(a),o-=40):o>20?(a="20".concat(a),o-=20):a="19".concat(a),o<10&&(o="0".concat(o));var i="".concat(a,"/").concat(o,"/").concat(e.slice(4,6));if(!(0,s.default)(i,"YYYY/MM/DD"))return!1;for(var u=0,l=1,c=0;c<e.length-1;c++)u+=parseInt(e[c],10)*l%10,(l+=2)>10?l=1:5===l&&(l+=2);return(u=10-u%10)===parseInt(e[10],10)},"pt-BR":function(e){if(11===e.length){var t,r;if(t=0,"11111111111"===e||"22222222222"===e||"33333333333"===e||"44444444444"===e||"55555555555"===e||"66666666666"===e||"77777777777"===e||"88888888888"===e||"99999999999"===e||"00000000000"===e)return!1;for(var n=1;n<=9;n++)t+=parseInt(e.substring(n-1,n),10)*(11-n);if(10===(r=10*t%11)&&(r=0),r!==parseInt(e.substring(9,10),10))return!1;t=0;for(var a=1;a<=10;a++)t+=parseInt(e.substring(a-1,a),10)*(12-a);return 10===(r=10*t%11)&&(r=0),r===parseInt(e.substring(10,11),10)}if("00000000000000"===e||"11111111111111"===e||"22222222222222"===e||"33333333333333"===e||"44444444444444"===e||"55555555555555"===e||"66666666666666"===e||"77777777777777"===e||"88888888888888"===e||"99999999999999"===e)return!1;for(var o=e.length-2,s=e.substring(0,o),i=e.substring(o),u=0,l=o-7,c=o;c>=1;c--)u+=s.charAt(o-c)*l,(l-=1)<2&&(l=9);var d=u%11<2?0:11-u%11;if(d!==parseInt(i.charAt(0),10))return!1;o+=1,s=e.substring(0,o),u=0,l=o-7;for(var m=o;m>=1;m--)u+=s.charAt(o-m)*l,(l-=1)<2&&(l=9);return(d=u%11<2?0:11-u%11)===parseInt(i.charAt(1),10)},"pt-PT":function(e){var t=11-o.reverseMultiplyAndSum(e.split("").slice(0,8).map((function(e){return parseInt(e,10)})),9)%11;return t>9?0===parseInt(e[8],10):t===parseInt(e[8],10)},"ro-RO":function(e){if("9000"!==e.slice(0,4)){var t=e.slice(1,3);switch(e[0]){case"1":case"2":t="19".concat(t);break;case"3":case"4":t="18".concat(t);break;case"5":case"6":t="20".concat(t)}var r="".concat(t,"/").concat(e.slice(3,5),"/").concat(e.slice(5,7));if(8===r.length){if(!(0,s.default)(r,"YY/MM/DD"))return!1}else if(!(0,s.default)(r,"YYYY/MM/DD"))return!1;for(var n=e.split("").map((function(e){return parseInt(e,10)})),a=[2,7,9,1,4,6,3,5,8,2,7,9],o=0,i=0;i<a.length;i++)o+=n[i]*a[i];return o%11==10?1===n[12]:n[12]===o%11}return!0},"sk-SK":function(e){if(9===e.length){if("000"===(e=e.replace(/\W/,"")).slice(6))return!1;var t=parseInt(e.slice(0,2),10);if(t>53)return!1;t=t<10?"190".concat(t):"19".concat(t);var r=parseInt(e.slice(2,4),10);r>50&&(r-=50),r<10&&(r="0".concat(r));var n="".concat(t,"/").concat(r,"/").concat(e.slice(4,6));if(!(0,s.default)(n,"YYYY/MM/DD"))return!1}return!0},"sl-SI":function(e){var t=11-o.reverseMultiplyAndSum(e.split("").slice(0,7).map((function(e){return parseInt(e,10)})),8)%11;return 10===t?0===parseInt(e[7],10):t===parseInt(e[7],10)},"sv-SE":function(e){var t=e.slice(0);e.length>11&&(t=t.slice(2));var r="",n=t.slice(2,4),a=parseInt(t.slice(4,6),10);if(e.length>11)r=e.slice(0,4);else if(r=e.slice(0,2),11===e.length&&a<60){var i=(new Date).getFullYear().toString(),u=parseInt(i.slice(0,2),10);if(i=parseInt(i,10),"-"===e[6])r=parseInt("".concat(u).concat(r),10)>i?"".concat(u-1).concat(r):"".concat(u).concat(r);else if(r="".concat(u-1).concat(r),i-parseInt(r,10)<100)return!1}a>60&&(a-=60),a<10&&(a="0".concat(a));var l="".concat(r,"/").concat(n,"/").concat(a);if(8===l.length){if(!(0,s.default)(l,"YY/MM/DD"))return!1}else if(!(0,s.default)(l,"YYYY/MM/DD"))return!1;return o.luhnCheck(e.replace(/\W/,""))}};_["lb-LU"]=_["fr-LU"],_["lt-LT"]=_["et-EE"],_["nl-BE"]=_["fr-BE"];var f=/[-\\\/!@#$%\^&\*\(\)\+\=\[\]]+/g,h={"de-AT":f,"de-DE":/[\/\\]/g,"fr-BE":f};h["nl-BE"]=h["fr-BE"],e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.iso7064Check=function(e){for(var t=10,r=0;r<e.length-1;r++)t=(parseInt(e[r],10)+t)%10==0?9:(parseInt(e[r],10)+t)%10*2%11;return(t=1===t?0:11-t)===parseInt(e[10],10)},t.luhnCheck=function(e){for(var t=0,r=!1,n=e.length-1;n>=0;n--){if(r){var a=2*parseInt(e[n],10);t+=a>9?a.toString().split("").map((function(e){return parseInt(e,10)})).reduce((function(e,t){return e+t}),0):a}else t+=parseInt(e[n],10);r=!r}return t%10==0},t.reverseMultiplyAndSum=function(e,t){for(var r=0,n=0;n<e.length;n++)r+=e[n]*(t-n);return r},t.verhoeffCheck=function(e){for(var t=[[0,1,2,3,4,5,6,7,8,9],[1,2,3,4,0,6,7,8,9,5],[2,3,4,0,1,7,8,9,5,6],[3,4,0,1,2,8,9,5,6,7],[4,0,1,2,3,9,5,6,7,8],[5,9,8,7,6,0,4,3,2,1],[6,5,9,8,7,1,0,4,3,2],[7,6,5,9,8,2,1,0,4,3],[8,7,6,5,9,3,2,1,0,4],[9,8,7,6,5,4,3,2,1,0]],r=[[0,1,2,3,4,5,6,7,8,9],[1,5,7,6,2,8,3,0,9,4],[5,8,0,3,7,9,6,1,4,2],[8,9,1,6,0,4,3,5,2,7],[9,4,5,3,1,2,6,8,7,0],[4,2,8,6,5,7,3,9,0,1],[2,7,9,3,8,0,6,4,1,5],[7,0,4,6,9,1,3,2,5,8]],n=e.split("").reverse().join(""),a=0,o=0;o<n.length;o++)a=t[a][r[o%8][parseInt(n[o],10)]];return 0===a}},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,r){if((0,a.default)(e),r&&r.strictMode&&!e.startsWith("+"))return!1;if(Array.isArray(t))return t.some((function(t){if(o.hasOwnProperty(t)&&o[t].test(e))return!0;return!1}));if(t in o)return o[t].test(e);if(!t||"any"===t){for(var n in o){if(o.hasOwnProperty(n))if(o[n].test(e))return!0}return!1}throw new Error("Invalid locale '".concat(t,"'"))},t.locales=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o={"am-AM":/^(\+?374|0)((10|[9|7][0-9])\d{6}$|[2-4]\d{7}$)/,"ar-AE":/^((\+?971)|0)?5[024568]\d{7}$/,"ar-BH":/^(\+?973)?(3|6)\d{7}$/,"ar-DZ":/^(\+?213|0)(5|6|7)\d{8}$/,"ar-LB":/^(\+?961)?((3|81)\d{6}|7\d{7})$/,"ar-EG":/^((\+?20)|0)?1[0125]\d{8}$/,"ar-IQ":/^(\+?964|0)?7[0-9]\d{8}$/,"ar-JO":/^(\+?962|0)?7[789]\d{7}$/,"ar-KW":/^(\+?965)[569]\d{7}$/,"ar-LY":/^((\+?218)|0)?(9[1-6]\d{7}|[1-8]\d{7,9})$/,"ar-MA":/^(?:(?:\+|00)212|0)[5-7]\d{8}$/,"ar-OM":/^((\+|00)968)?(9[1-9])\d{6}$/,"ar-PS":/^(\+?970|0)5[6|9](\d{7})$/,"ar-SA":/^(!?(\+?966)|0)?5\d{8}$/,"ar-SY":/^(!?(\+?963)|0)?9\d{8}$/,"ar-TN":/^(\+?216)?[2459]\d{7}$/,"az-AZ":/^(\+994|0)(5[015]|7[07]|99)\d{7}$/,"bs-BA":/^((((\+|00)3876)|06))((([0-3]|[5-6])\d{6})|(4\d{7}))$/,"be-BY":/^(\+?375)?(24|25|29|33|44)\d{7}$/,"bg-BG":/^(\+?359|0)?8[789]\d{7}$/,"bn-BD":/^(\+?880|0)1[13456789][0-9]{8}$/,"ca-AD":/^(\+376)?[346]\d{5}$/,"cs-CZ":/^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,"da-DK":/^(\+?45)?\s?\d{2}\s?\d{2}\s?\d{2}\s?\d{2}$/,"de-DE":/^((\+49|0)[1|3])([0|5][0-45-9]\d|6([23]|0\d?)|7([0-57-9]|6\d))\d{7,9}$/,"de-AT":/^(\+43|0)\d{1,4}\d{3,12}$/,"de-CH":/^(\+41|0)([1-9])\d{1,9}$/,"de-LU":/^(\+352)?((6\d1)\d{6})$/,"dv-MV":/^(\+?960)?(7[2-9]|91|9[3-9])\d{7}$/,"el-GR":/^(\+?30|0)?(69\d{8})$/,"en-AU":/^(\+?61|0)4\d{8}$/,"en-BM":/^(\+?1)?441(((3|7)\d{6}$)|(5[0-3][0-9]\d{4}$)|(59\d{5}))/,"en-GB":/^(\+?44|0)7\d{9}$/,"en-GG":/^(\+?44|0)1481\d{6}$/,"en-GH":/^(\+233|0)(20|50|24|54|27|57|26|56|23|28|55|59)\d{7}$/,"en-GY":/^(\+592|0)6\d{6}$/,"en-HK":/^(\+?852[-\s]?)?[456789]\d{3}[-\s]?\d{4}$/,"en-MO":/^(\+?853[-\s]?)?[6]\d{3}[-\s]?\d{4}$/,"en-IE":/^(\+?353|0)8[356789]\d{7}$/,"en-IN":/^(\+?91|0)?[6789]\d{9}$/,"en-KE":/^(\+?254|0)(7|1)\d{8}$/,"en-KI":/^((\+686|686)?)?( )?((6|7)(2|3|8)[0-9]{6})$/,"en-MT":/^(\+?356|0)?(99|79|77|21|27|22|25)[0-9]{6}$/,"en-MU":/^(\+?230|0)?\d{8}$/,"en-NA":/^(\+?264|0)(6|8)\d{7}$/,"en-NG":/^(\+?234|0)?[789]\d{9}$/,"en-NZ":/^(\+?64|0)[28]\d{7,9}$/,"en-PK":/^((00|\+)?92|0)3[0-6]\d{8}$/,"en-PH":/^(09|\+639)\d{9}$/,"en-RW":/^(\+?250|0)?[7]\d{8}$/,"en-SG":/^(\+65)?[3689]\d{7}$/,"en-SL":/^(\+?232|0)\d{8}$/,"en-TZ":/^(\+?255|0)?[67]\d{8}$/,"en-UG":/^(\+?256|0)?[7]\d{8}$/,"en-US":/^((\+1|1)?( |-)?)?(\([2-9][0-9]{2}\)|[2-9][0-9]{2})( |-)?([2-9][0-9]{2}( |-)?[0-9]{4})$/,"en-ZA":/^(\+?27|0)\d{9}$/,"en-ZM":/^(\+?26)?09[567]\d{7}$/,"en-ZW":/^(\+263)[0-9]{9}$/,"en-BW":/^(\+?267)?(7[1-8]{1})\d{6}$/,"es-AR":/^\+?549(11|[2368]\d)\d{8}$/,"es-BO":/^(\+?591)?(6|7)\d{7}$/,"es-CO":/^(\+?57)?3(0(0|1|2|4|5)|1\d|2[0-4]|5(0|1))\d{7}$/,"es-CL":/^(\+?56|0)[2-9]\d{1}\d{7}$/,"es-CR":/^(\+506)?[2-8]\d{7}$/,"es-CU":/^(\+53|0053)?5\d{7}/,"es-DO":/^(\+?1)?8[024]9\d{7}$/,"es-HN":/^(\+?504)?[9|8]\d{7}$/,"es-EC":/^(\+?593|0)([2-7]|9[2-9])\d{7}$/,"es-ES":/^(\+?34)?[6|7]\d{8}$/,"es-PE":/^(\+?51)?9\d{8}$/,"es-MX":/^(\+?52)?(1|01)?\d{10,11}$/,"es-PA":/^(\+?507)\d{7,8}$/,"es-PY":/^(\+?595|0)9[9876]\d{7}$/,"es-SV":/^(\+?503)?[67]\d{7}$/,"es-UY":/^(\+598|0)9[1-9][\d]{6}$/,"es-VE":/^(\+?58)?(2|4)\d{9}$/,"et-EE":/^(\+?372)?\s?(5|8[1-4])\s?([0-9]\s?){6,7}$/,"fa-IR":/^(\+?98[\-\s]?|0)9[0-39]\d[\-\s]?\d{3}[\-\s]?\d{4}$/,"fi-FI":/^(\+?358|0)\s?(4(0|1|2|4|5|6)?|50)\s?(\d\s?){4,8}\d$/,"fj-FJ":/^(\+?679)?\s?\d{3}\s?\d{4}$/,"fo-FO":/^(\+?298)?\s?\d{2}\s?\d{2}\s?\d{2}$/,"fr-BF":/^(\+226|0)[67]\d{7}$/,"fr-CM":/^(\+?237)6[0-9]{8}$/,"fr-FR":/^(\+?33|0)[67]\d{8}$/,"fr-GF":/^(\+?594|0|00594)[67]\d{8}$/,"fr-GP":/^(\+?590|0|00590)[67]\d{8}$/,"fr-MQ":/^(\+?596|0|00596)[67]\d{8}$/,"fr-PF":/^(\+?689)?8[789]\d{6}$/,"fr-RE":/^(\+?262|0|00262)[67]\d{8}$/,"he-IL":/^(\+972|0)([23489]|5[012345689]|77)[1-9]\d{6}$/,"hu-HU":/^(\+?36|06)(20|30|31|50|70)\d{7}$/,"id-ID":/^(\+?62|0)8(1[123456789]|2[1238]|3[1238]|5[12356789]|7[78]|9[56789]|8[123456789])([\s?|\d]{5,11})$/,"it-IT":/^(\+?39)?\s?3\d{2} ?\d{6,7}$/,"it-SM":/^((\+378)|(0549)|(\+390549)|(\+3780549))?6\d{5,9}$/,"ja-JP":/^(\+81[ \-]?(\(0\))?|0)[6789]0[ \-]?\d{4}[ \-]?\d{4}$/,"ka-GE":/^(\+?995)?(5|79)\d{7}$/,"kk-KZ":/^(\+?7|8)?7\d{9}$/,"kl-GL":/^(\+?299)?\s?\d{2}\s?\d{2}\s?\d{2}$/,"ko-KR":/^((\+?82)[ \-]?)?0?1([0|1|6|7|8|9]{1})[ \-]?\d{3,4}[ \-]?\d{4}$/,"lt-LT":/^(\+370|8)\d{8}$/,"lv-LV":/^(\+?371)2\d{7}$/,"ms-MY":/^(\+?6?01){1}(([0145]{1}(\-|\s)?\d{7,8})|([236789]{1}(\s|\-)?\d{7}))$/,"mz-MZ":/^(\+?258)?8[234567]\d{7}$/,"nb-NO":/^(\+?47)?[49]\d{7}$/,"ne-NP":/^(\+?977)?9[78]\d{8}$/,"nl-BE":/^(\+?32|0)4\d{8}$/,"nl-NL":/^(((\+|00)?31\(0\))|((\+|00)?31)|0)6{1}\d{8}$/,"nn-NO":/^(\+?47)?[49]\d{7}$/,"pl-PL":/^(\+?48)? ?[5-8]\d ?\d{3} ?\d{2} ?\d{2}$/,"pt-BR":/^((\+?55\ ?[1-9]{2}\ ?)|(\+?55\ ?\([1-9]{2}\)\ ?)|(0[1-9]{2}\ ?)|(\([1-9]{2}\)\ ?)|([1-9]{2}\ ?))((\d{4}\-?\d{4})|(9[2-9]{1}\d{3}\-?\d{4}))$/,"pt-PT":/^(\+?351)?9[1236]\d{7}$/,"pt-AO":/^(\+244)\d{9}$/,"ro-RO":/^(\+?4?0)\s?7\d{2}(\/|\s|\.|\-)?\d{3}(\s|\.|\-)?\d{3}$/,"ru-RU":/^(\+?7|8)?9\d{9}$/,"si-LK":/^(?:0|94|\+94)?(7(0|1|2|4|5|6|7|8)( |-)?)\d{7}$/,"sl-SI":/^(\+386\s?|0)(\d{1}\s?\d{3}\s?\d{2}\s?\d{2}|\d{2}\s?\d{3}\s?\d{3})$/,"sk-SK":/^(\+?421)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,"sq-AL":/^(\+355|0)6[789]\d{6}$/,"sr-RS":/^(\+3816|06)[- \d]{5,9}$/,"sv-SE":/^(\+?46|0)[\s\-]?7[\s\-]?[02369]([\s\-]?\d){7}$/,"tg-TJ":/^(\+?992)?[5][5]\d{7}$/,"th-TH":/^(\+66|66|0)\d{9}$/,"tr-TR":/^(\+?90|0)?5\d{9}$/,"tk-TM":/^(\+993|993|8)\d{8}$/,"uk-UA":/^(\+?38|8)?0\d{9}$/,"uz-UZ":/^(\+?998)?(6[125-79]|7[1-69]|88|9\d)\d{7}$/,"vi-VN":/^((\+?84)|0)((3([2-9]))|(5([25689]))|(7([0|6-9]))|(8([1-9]))|(9([0-9])))([0-9]{7})$/,"zh-CN":/^((\+|00)86)?(1[3-9]|9[28])\d{9}$/,"zh-TW":/^(\+?886\-?|0)?9\d{8}$/,"dz-BT":/^(\+?975|0)?(17|16|77|02)\d{6}$/};o["en-CA"]=o["en-US"],o["fr-CA"]=o["en-CA"],o["fr-BE"]=o["nl-BE"],o["zh-HK"]=o["en-HK"],o["zh-MO"]=o["en-MO"],o["ga-IE"]=o["en-IE"],o["fr-CH"]=o["de-CH"],o["it-CH"]=o["fr-CH"];var s=Object.keys(o);t.locales=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(0x)[0-9a-f]{40}$/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return(0,a.default)(e),function(e){var t="\\d{".concat(e.digits_after_decimal[0],"}");e.digits_after_decimal.forEach((function(e,r){0!==r&&(t="".concat(t,"|\\d{").concat(e,"}"))}));var r="(".concat(e.symbol.replace(/\W/,(function(e){return"\\".concat(e)})),")").concat(e.require_symbol?"":"?"),n="[1-9]\\d{0,2}(\\".concat(e.thousands_separator,"\\d{3})*"),a="(".concat(["0","[1-9]\\d*",n].join("|"),")?"),o="(\\".concat(e.decimal_separator,"(").concat(t,"))").concat(e.require_decimal?"":"?"),s=a+(e.allow_decimal||e.require_decimal?o:"");e.allow_negatives&&!e.parens_for_negatives&&(e.negative_sign_after_digits?s+="-?":e.negative_sign_before_digits&&(s="-?"+s));e.allow_negative_sign_placeholder?s="( (?!\\-))?".concat(s):e.allow_space_after_symbol?s=" ?".concat(s):e.allow_space_after_digits&&(s+="( (?!$))?");e.symbol_after_digits?s+=r:s=r+s;e.allow_negatives&&(e.parens_for_negatives?s="(\\(".concat(s,"\\)|").concat(s,")"):e.negative_sign_before_digits||e.negative_sign_after_digits||(s="-?"+s));return new RegExp("^(?!-? )(?=.*\\d)".concat(s,"$"))}(t=(0,n.default)(t,s)).test(e)};var n=o(r(35)),a=o(r(5));function o(e){return e&&e.__esModule?e:{default:e}}var s={symbol:"$",require_symbol:!1,allow_space_after_symbol:!1,symbol_after_digits:!1,allow_negatives:!0,parens_for_negatives:!1,negative_sign_before_digits:!1,negative_sign_after_digits:!1,allow_negative_sign_placeholder:!1,thousands_separator:",",decimal_separator:".",allow_decimal:!0,require_decimal:!1,digits_after_decimal:[2],allow_space_after_digits:!1};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if((0,a.default)(e),e.startsWith("bc1"))return o.test(e);return s.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(bc1)[a-z0-9]{25,39}$/,s=/^(1|3)[A-HJ-NP-Za-km-z1-9]{25,39}$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};(0,a.default)(e);var r=t.strictSeparator?s.test(e):o.test(e);return r&&t.strict?i(e):r};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-3])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/,s=/^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-3])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/,i=function(e){var t=e.match(/^(\d{4})-?(\d{3})([ T]{1}\.*|$)/);if(t){var r=Number(t[1]),n=Number(t[2]);return r%4==0&&r%100!=0||r%400==0?n<=366:n<=365}var a=e.match(/(\d{4})-?(\d{0,2})-?(\d*)/).map(Number),o=a[1],s=a[2],i=a[3],u=s?"0".concat(s).slice(-2):s,l=i?"0".concat(i).slice(-2):i,c=new Date("".concat(o,"-").concat(u||"01","-").concat(l||"01"));return!s||!i||c.getUTCFullYear()===o&&c.getUTCMonth()+1===s&&c.getUTCDate()===i};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),m.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/([01][0-9]|2[0-3])/,s=/[0-5][0-9]/,i=new RegExp("[-+]".concat(o.source,":").concat(s.source)),u=new RegExp("([zZ]|".concat(i.source,")")),l=new RegExp("".concat(o.source,":").concat(s.source,":").concat(/([0-5][0-9]|60)/.source).concat(/(\.[0-9]+)?/.source)),c=new RegExp("".concat(/[0-9]{4}/.source,"-").concat(/(0[1-9]|1[0-2])/.source,"-").concat(/([12]\d|0[1-9]|3[01])/.source)),d=new RegExp("".concat(l.source).concat(u.source)),m=new RegExp("^".concat(c.source,"[ tT]").concat(d.source,"$"));e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.has(e.toUpperCase())};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=new Set(["AFG","ALA","ALB","DZA","ASM","AND","AGO","AIA","ATA","ATG","ARG","ARM","ABW","AUS","AUT","AZE","BHS","BHR","BGD","BRB","BLR","BEL","BLZ","BEN","BMU","BTN","BOL","BES","BIH","BWA","BVT","BRA","IOT","BRN","BGR","BFA","BDI","KHM","CMR","CAN","CPV","CYM","CAF","TCD","CHL","CHN","CXR","CCK","COL","COM","COG","COD","COK","CRI","CIV","HRV","CUB","CUW","CYP","CZE","DNK","DJI","DMA","DOM","ECU","EGY","SLV","GNQ","ERI","EST","ETH","FLK","FRO","FJI","FIN","FRA","GUF","PYF","ATF","GAB","GMB","GEO","DEU","GHA","GIB","GRC","GRL","GRD","GLP","GUM","GTM","GGY","GIN","GNB","GUY","HTI","HMD","VAT","HND","HKG","HUN","ISL","IND","IDN","IRN","IRQ","IRL","IMN","ISR","ITA","JAM","JPN","JEY","JOR","KAZ","KEN","KIR","PRK","KOR","KWT","KGZ","LAO","LVA","LBN","LSO","LBR","LBY","LIE","LTU","LUX","MAC","MKD","MDG","MWI","MYS","MDV","MLI","MLT","MHL","MTQ","MRT","MUS","MYT","MEX","FSM","MDA","MCO","MNG","MNE","MSR","MAR","MOZ","MMR","NAM","NRU","NPL","NLD","NCL","NZL","NIC","NER","NGA","NIU","NFK","MNP","NOR","OMN","PAK","PLW","PSE","PAN","PNG","PRY","PER","PHL","PCN","POL","PRT","PRI","QAT","REU","ROU","RUS","RWA","BLM","SHN","KNA","LCA","MAF","SPM","VCT","WSM","SMR","STP","SAU","SEN","SRB","SYC","SLE","SGP","SXM","SVK","SVN","SLB","SOM","ZAF","SGS","SSD","ESP","LKA","SDN","SUR","SJM","SWZ","SWE","CHE","SYR","TWN","TJK","TZA","THA","TLS","TGO","TKL","TON","TTO","TUN","TUR","TKM","TCA","TUV","UGA","UKR","ARE","GBR","USA","UMI","URY","UZB","VUT","VEN","VNM","VGB","VIR","WLF","ESH","YEM","ZMB","ZWE"]);e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.has(e.toUpperCase())},t.CurrencyCodes=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=new Set(["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYN","BZD","CAD","CDF","CHE","CHF","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRU","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STN","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USD","USN","UYI","UYU","UYW","UZS","VES","VND","VUV","WST","XAF","XAG","XAU","XBA","XBB","XBC","XBD","XCD","XDR","XOF","XPD","XPF","XPT","XSU","XTS","XUA","XXX","YER","ZAR","ZMW","ZWL"]);var s=o;t.CurrencyCodes=s},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if((0,a.default)(e),e.length%8==0&&o.test(e))return!0;return!1};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[A-Z2-7]+=*$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if((0,a.default)(e),o.test(e))return!0;return!1};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[A-HJ-NP-Za-km-z1-9]*$/;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,a.default)(e);var t=e.split(",");if(t.length<2)return!1;var r=t.shift().trim().split(";"),n=r.shift();if("data:"!==n.substr(0,5))return!1;var u=n.substr(5);if(""!==u&&!o.test(u))return!1;for(var l=0;l<r.length;l++)if((l!==r.length-1||"base64"!==r[l].toLowerCase())&&!s.test(r[l]))return!1;for(var c=0;c<t.length;c++)if(!i.test(t[c]))return!1;return!0};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^[a-z]+\/[a-z0-9\-\+]+$/i,s=/^[a-z\-]+=[a-z0-9\-]+$/i,i=/^[a-z0-9!\$&'\(\)\*\+,;=\-\._~:@\/\?%\s]*$/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e.trim())};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^magnet:\?xt(?:\.1)?=urn:(?:aich|bitprint|btih|ed2k|ed2khash|kzhash|md5|sha1|tree:tiger):[a-z0-9]{32}(?:[a-z0-9]{8})?($|&)/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return(0,a.default)(e),o.test(e)||s.test(e)||i.test(e)};var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^(application|audio|font|image|message|model|multipart|text|video)\/[a-zA-Z0-9\.\-\+]{1,100}$/i,s=/^text\/[a-zA-Z0-9\.\-\+]{1,100};\s?charset=("[a-zA-Z0-9\.\-\+\s]{0,70}"|[a-zA-Z0-9\.\-\+]{0,70})(\s?\([a-zA-Z0-9\.\-\+\s]{1,20}\))?$/i,i=/^multipart\/[a-zA-Z0-9\.\-\+]{1,100}(;\s?(boundary|charset)=("[a-zA-Z0-9\.\-\+\s]{0,70}"|[a-zA-Z0-9\.\-\+]{0,70})(\s?\([a-zA-Z0-9\.\-\+\s]{1,20}\))?){0,2}$/i;e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,n.default)(e),t=(0,a.default)(t,c),!e.includes(","))return!1;var r=e.split(",");if(r[0].startsWith("(")&&!r[1].endsWith(")")||r[1].endsWith(")")&&!r[0].startsWith("("))return!1;if(t.checkDMS)return u.test(r[0])&&l.test(r[1]);return s.test(r[0])&&i.test(r[1])};var n=o(r(5)),a=o(r(35));function o(e){return e&&e.__esModule?e:{default:e}}var s=/^\(?[+-]?(90(\.0+)?|[1-8]?\d(\.\d+)?)$/,i=/^\s?[+-]?(180(\.0+)?|1[0-7]\d(\.\d+)?|\d{1,2}(\.\d+)?)\)?$/,u=/^(([1-8]?\d)\D+([1-5]?\d|60)\D+([1-5]?\d|60)(\.\d+)?|90\D+0\D+0)\D+[NSns]?$/i,l=/^\s*([1-7]?\d{1,2}\D+([1-5]?\d|60)\D+([1-5]?\d|60)(\.\d+)?|180\D+0\D+0)\D+[EWew]?$/i,c={checkDMS:!1};e.exports=t.default,e.exports.default=t.default},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if((0,a.default)(e),t in u)return u[t].test(e);if("any"===t){for(var r in u){if(u.hasOwnProperty(r))if(u[r].test(e))return!0}return!1}throw new Error("Invalid locale '".concat(t,"'"))},t.locales=void 0;var n,a=(n=r(5))&&n.__esModule?n:{default:n};var o=/^\d{4}$/,s=/^\d{5}$/,i=/^\d{6}$/,u={AD:/^AD\d{3}$/,AT:o,AU:o,AZ:/^AZ\d{4}$/,BE:o,BG:o,BR:/^\d{5}-\d{3}$/,BY:/2[1-4]{1}\d{4}$/,CA:/^[ABCEGHJKLMNPRSTVXY]\d[ABCEGHJ-NPRSTV-Z][\s\-]?\d[ABCEGHJ-NPRSTV-Z]\d$/i,CH:o,CN:/^(0[1-7]|1[012356]|2[0-7]|3[0-6]|4[0-7]|5[1-7]|6[1-7]|7[1-5]|8[1345]|9[09])\d{4}$/,CZ:/^\d{3}\s?\d{2}$/,DE:s,DK:o,DO:s,DZ:s,EE:s,ES:/^(5[0-2]{1}|[0-4]{1}\d{1})\d{3}$/,FI:s,FR:/^\d{2}\s?\d{3}$/,GB:/^(gir\s?0aa|[a-z]{1,2}\d[\da-z]?\s?(\d[a-z]{2})?)$/i,GR:/^\d{3}\s?\d{2}$/,HR:/^([1-5]\d{4}$)/,HT:/^HT\d{4}$/,HU:o,ID:s,IE:/^(?!.*(?:o))[A-Za-z]\d[\dw]\s\w{4}$/i,IL:/^(\d{5}|\d{7})$/,IN:/^((?!10|29|35|54|55|65|66|86|87|88|89)[1-9][0-9]{5})$/,IR:/\b(?!(\d)\1{3})[13-9]{4}[1346-9][013-9]{5}\b/,IS:/^\d{3}$/,IT:s,JP:/^\d{3}\-\d{4}$/,KE:s,KR:/^(\d{5}|\d{6})$/,LI:/^(948[5-9]|949[0-7])$/,LT:/^LT\-\d{5}$/,LU:o,LV:/^LV\-\d{4}$/,LK:s,MX:s,MT:/^[A-Za-z]{3}\s{0,1}\d{4}$/,MY:s,NL:/^\d{4}\s?[a-z]{2}$/i,NO:o,NP:/^(10|21|22|32|33|34|44|45|56|57)\d{3
11
  *
12
  * This source code is licensed under the MIT license found in the
13
  * LICENSE file in the root directory of this source tree.