Event Tickets - Version 4.2

Version Description

Download this release

Release Info

Developer barry.hughes
Plugin Icon 128x128 Event Tickets
Version 4.2
Comparing to
See all releases

Code changes from version 4.1.4 to 4.2

Files changed (150) hide show
  1. common/lang/tribe-common-af.mo +0 -0
  2. common/lang/tribe-common-af.po +114 -108
  3. common/lang/tribe-common-ar.mo +0 -0
  4. common/lang/tribe-common-ar.po +114 -108
  5. common/lang/tribe-common-bg_BG.mo +0 -0
  6. common/lang/tribe-common-bg_BG.po +114 -108
  7. common/lang/tribe-common-ca.mo +0 -0
  8. common/lang/tribe-common-ca.po +114 -108
  9. common/lang/tribe-common-cs_CZ.mo +0 -0
  10. common/lang/tribe-common-cs_CZ.po +114 -108
  11. common/lang/tribe-common-da_DK.mo +0 -0
  12. common/lang/tribe-common-da_DK.po +114 -108
  13. common/lang/tribe-common-de_DE.mo +0 -0
  14. common/lang/tribe-common-de_DE.po +114 -108
  15. common/lang/tribe-common-el.mo +0 -0
  16. common/lang/tribe-common-el.po +114 -108
  17. common/lang/tribe-common-en_GB.mo +0 -0
  18. common/lang/tribe-common-en_GB.po +114 -108
  19. common/lang/tribe-common-es_ES.mo +0 -0
  20. common/lang/tribe-common-es_ES.po +116 -110
  21. common/lang/tribe-common-et.mo +0 -0
  22. common/lang/tribe-common-et.po +114 -108
  23. common/lang/tribe-common-fi.mo +0 -0
  24. common/lang/tribe-common-fi.po +116 -110
  25. common/lang/tribe-common-fr_CA.mo +0 -0
  26. common/lang/tribe-common-fr_CA.po +114 -108
  27. common/lang/tribe-common-fr_FR.mo +0 -0
  28. common/lang/tribe-common-fr_FR.po +116 -110
  29. common/lang/tribe-common-hu_HU.mo +0 -0
  30. common/lang/tribe-common-hu_HU.po +114 -108
  31. common/lang/tribe-common-id_ID.mo +0 -0
  32. common/lang/tribe-common-id_ID.po +114 -108
  33. common/lang/tribe-common-is_IS.mo +0 -0
  34. common/lang/tribe-common-is_IS.po +114 -108
  35. common/lang/tribe-common-it_IT.mo +0 -0
  36. common/lang/tribe-common-it_IT.po +114 -108
  37. common/lang/tribe-common-lt_LT.mo +0 -0
  38. common/lang/tribe-common-lt_LT.po +114 -108
  39. common/lang/tribe-common-lv.mo +0 -0
  40. common/lang/tribe-common-lv.po +114 -108
  41. common/lang/tribe-common-nb_NO.mo +0 -0
  42. common/lang/tribe-common-nb_NO.po +114 -108
  43. common/lang/tribe-common-nl_NL.mo +0 -0
  44. common/lang/tribe-common-nl_NL.po +114 -108
  45. common/lang/tribe-common-pl_PL.mo +0 -0
  46. common/lang/tribe-common-pl_PL.po +114 -108
  47. common/lang/tribe-common-pt_BR.mo +0 -0
  48. common/lang/tribe-common-pt_BR.po +114 -108
  49. common/lang/tribe-common-pt_PT.mo +0 -0
  50. common/lang/tribe-common-pt_PT.po +114 -108
  51. common/lang/tribe-common-ro_RO.mo +0 -0
  52. common/lang/tribe-common-ro_RO.po +114 -108
  53. common/lang/tribe-common-ru_RU.mo +0 -0
  54. common/lang/tribe-common-ru_RU.po +114 -108
  55. common/lang/tribe-common-sk_SK.mo +0 -0
  56. common/lang/tribe-common-sk_SK.po +114 -108
  57. common/lang/tribe-common-sl_SI.mo +0 -0
  58. common/lang/tribe-common-sl_SI.po +114 -108
  59. common/lang/tribe-common-sr_RS.mo +0 -0
  60. common/lang/tribe-common-sr_RS.po +114 -108
  61. common/lang/tribe-common-sv_SE.mo +0 -0
  62. common/lang/tribe-common-sv_SE.po +114 -108
  63. common/lang/tribe-common-tr_TR.mo +0 -0
  64. common/lang/tribe-common-tr_TR.po +114 -108
  65. common/lang/tribe-common-zh_CN.mo +0 -0
  66. common/lang/tribe-common-zh_CN.po +114 -108
  67. common/lang/tribe-common-zh_TW.mo +0 -0
  68. common/lang/tribe-common-zh_TW.po +114 -108
  69. common/lang/tribe-common.pot +114 -108
  70. common/src/Tribe/Admin/Help_Page.php +26 -47
  71. common/src/Tribe/JSON_LD/Abstract.php +143 -0
  72. common/src/Tribe/Log.php +354 -0
  73. common/src/Tribe/Log/Admin.php +266 -0
  74. common/src/Tribe/Log/File_Logger.php +265 -0
  75. common/src/Tribe/Log/Logger.php +88 -0
  76. common/src/Tribe/Log/Null_Logger.php +106 -0
  77. common/src/Tribe/Main.php +49 -7
  78. common/src/Tribe/PUE/Checker.php +48 -24
  79. common/src/Tribe/Utils/Coordinates_Provider.php +134 -0
  80. common/src/Tribe/Utils/Post_Root_Pool.php +185 -0
  81. common/src/Tribe/Validate.php +18 -2
  82. common/src/admin-views/event-log.php +104 -0
  83. common/src/admin-views/tribe-options-help.php +1 -1
  84. common/src/functions/template-tags/date.php +46 -8
  85. common/src/resources/css/app-shop.css +21 -14
  86. common/src/resources/css/app-shop.min.css +1 -1
  87. common/src/resources/css/tribe-common-admin.css +652 -345
  88. common/src/resources/css/tribe-common-admin.min.css +1 -0
  89. common/src/resources/js/admin-date-preview.min.js +1 -1
  90. common/src/resources/js/admin-log-controls.js +171 -0
  91. common/src/resources/js/admin-log-controls.min.js +1 -0
  92. common/src/resources/js/app-shop.min.js +1 -0
  93. common/src/resources/js/inline-bumpdown.min.js +1 -0
  94. common/src/resources/js/jquery.ba-dotimeout.min.js +1 -0
  95. common/src/resources/js/notice-dismiss.min.js +1 -0
  96. common/src/resources/postcss/app-shop.pcss +58 -0
  97. common/src/resources/postcss/tribe-common-admin.pcss +990 -0
  98. common/tribe-common.php +1 -1
  99. event-tickets.php +2 -2
  100. lang/event-tickets-bg_BG.mo +0 -0
  101. lang/event-tickets-bg_BG.po +2 -2
  102. lang/event-tickets-fi.mo +0 -0
  103. lang/event-tickets-fi.po +2 -2
  104. lang/event-tickets-fr_FR.mo +0 -0
  105. lang/event-tickets-fr_FR.po +2 -2
  106. lang/event-tickets.pot +272 -161
  107. readme.txt +274 -252
  108. src/Tribe/Attendees_Table.php +30 -4
  109. src/Tribe/CSV_Importer/Column_Names.php +46 -0
  110. src/Tribe/CSV_Importer/RSVP_Importer.php +239 -0
  111. src/Tribe/CSV_Importer/Rows.php +39 -0
  112. src/Tribe/Google_Event_Data.php +0 -139
  113. src/Tribe/JSON_LD/Order.php +158 -0
  114. src/Tribe/Main.php +151 -6
  115. src/Tribe/RSVP.php +134 -19
  116. src/Tribe/Shortcodes/User_Event_Confirmation_List.php +169 -0
  117. src/Tribe/Ticket_Object.php +115 -13
  118. src/Tribe/Tickets.php +164 -1
  119. src/Tribe/Tickets_Handler.php +2 -9
  120. src/Tribe/Tickets_View.php +680 -0
  121. src/admin-views/tribe-options-tickets.php +28 -0
  122. src/deprecated/Tribe__Tickets__Google_Event_Data.php +5 -0
  123. src/resources/css/rsvp.css +135 -12
  124. src/resources/css/rsvp.min.css +1 -1
  125. src/resources/css/tickets-attendees-print.css +75 -66
  126. src/resources/css/tickets-attendees-print.min.css +1 -1
  127. src/resources/css/tickets-attendees.css +89 -78
  128. src/resources/css/tickets-attendees.min.css +1 -1
  129. src/resources/css/tickets-embed.css +25 -0
  130. src/resources/css/tickets-embed.min.css +1 -0
  131. src/resources/css/tickets.css +46 -33
  132. src/resources/css/tickets.min.css +1 -1
  133. src/resources/js/flexibility.js +1 -0
  134. src/resources/js/flexibility.min.js +1 -0
  135. src/resources/js/frontend-ticket-form.js +2 -2
  136. src/resources/js/frontend-ticket-form.min.js +1 -1
  137. src/resources/js/rsvp.js +8 -1
  138. src/resources/js/rsvp.min.js +1 -1
  139. src/resources/postcss/rsvp.pcss +170 -0
  140. src/resources/postcss/tickets-attendees-print.pcss +87 -0
  141. src/resources/postcss/tickets-attendees.pcss +173 -0
  142. src/resources/postcss/tickets-embed.pcss +17 -0
  143. src/resources/postcss/tickets.pcss +97 -0
  144. src/template-tags/tickets.php +135 -1
  145. src/views/shortcodes/my-attendance-list-logged-out.php +8 -0
  146. src/views/shortcodes/my-attendance-list.php +32 -0
  147. src/views/tickets/orders-link.php +51 -0
  148. src/views/tickets/orders-rsvp.php +80 -0
  149. src/views/tickets/orders.php +57 -0
  150. src/views/tickets/rsvp.php +37 -7
common/lang/tribe-common-af.mo CHANGED
Binary file
common/lang/tribe-common-af.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Weergawe"
338
  msgid "Last Update"
339
  msgstr "Laaste Opgradering"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr ""
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr ""
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr ""
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr ""
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr ""
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr ""
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr ""
368
 
@@ -395,39 +441,15 @@ msgstr "Dink jy \"Sjoe, hierdie toevoeging is ongelooflik! Ek moet Modern Tribe
395
  msgid "Show The Events Calendar link"
396
  msgstr "Wys 'n voorbeeld van die skakel"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Algemene Instellingsbeurtenis Begin Datum"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Standaard geldwaardesimbool"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Stel die geldeenheid by simbool vir die gebeurtenis koste. Let daarop dat hierdie verandering slegs 'n impak toekomstige gebeure sal hê en dat die veranderings aangebring nie terugwerkend van toepassing sal wees nie."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Geldeenheidsimbool volg waarde"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Die geldwaarde word gewoonlik voorafgegaan deur die geldeenheid simbool Deur hierdie opsie te kies, word die simbool na die waarde geposisioneer."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Ander instellings"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Ontfoutmodus"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Aktiveer hierdie opsie om ontfout inligting aan te teken. By verstek sal hierdiefoute by jou PHP fout puntelys aangemeld word. As jy die puntelys boodskappe in jou webleser wil te sien, dan raai ons jou aan om %s te installer en te soek na die \"Tribe\"oortjie in die foutspoor."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Ontfout Funksie Toevoeging"
433
 
@@ -440,7 +462,7 @@ msgstr ""
440
  msgid "You need to upgrade!"
441
  msgstr "Jy moet opgradeer!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Jy is op datum!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Nuuster Weergawe"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Benodig:"
558
 
@@ -560,7 +582,7 @@ msgstr "Benodig:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Toevoegings"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "French Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Verstellings Gestoor"
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Gebeure"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Verstellings"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Jammer, sleutel validering bediener is nie beskikbaar nie."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Jammer, hierdie sleutel het verstryk."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Jammer, hierdie sleutel is uit installasie geleenthede."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr ""
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russian Federation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Jammer, hierdie sleutel is ongeldig."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Geldig sleutel! Verval op %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Geldig sleutel! Verval op %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Gebeurtenis Verstellings"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Gebeurtenis Verstellings"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Verstellings"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Verstellings"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Jy het 'n nie-bestaande afdeling gekies."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Jy het 'n nie-bestaande afdeling gekies."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Jy het nie toestemming om dit te doen nie."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Jy het nie toestemming om dit te doen nie."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi Arabia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Die versoek is onveilig gestuur."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Die versoek is onveilig gestuur."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Die versoek is nie van hierdie afdeling af gestuur nie."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Die versoek is nie van hierdie afdeling af gestuur nie."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Jou vorm het die volgende probleme gehad:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Jou vorm het die volgende probleme gehad:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Nie een van jou stellings is gestoor nie. Probeer asseblief weer."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Nie een van jou stellings is gestoor nie. Probeer asseblief weer."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] ""
@@ -1687,60 +1693,60 @@ msgstr "% s moet slegs syfers en letters bevat"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "% s moet slegs syfers, letters en punte bevat"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "% s moet 'n positiewe getal wees."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "% s moet 'n geldige afkorting (getalle, letters, koppeltekens en onderstreep) wees."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "% s moet 'n geldige absolute URL wees."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "% s moet 'n waarde hë wat deel is van sy opsies."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Vergelyking bekragtiging misluk omdat geen vergelyking waarde is verskaf vir veld %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s mag nie die selfde wees nie %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s mag nie 'n duplikaat wees nie"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s moet 'n syfer of 'n persentasie wees."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s moet 'n getal 0 en 21 wees."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "% s moet bestaan uit letters, getalle, koppeltekens, afkapings, en ruimtes."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "% s moet bestaan ​​uit letters, spasies, afkapings, en strepies."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s moet uit 5 syfers bestaan."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s moet 'n telefoon nommer wees."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Land lys moet geformateer word met een land per reël in die volgende formaat: <br> VSA, die Verenigde State van Amerika <br> die Verenigde Koninkryk, die Verenigde Koninkryk."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Laaste Opgradering"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Kyk"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr ""
405
  msgstr ""
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr ""
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr ""
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Wys 'n voorbeeld van die skakel"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Ontfoutmodus"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Aktiveer hierdie opsie om ontfout inligting aan te teken. By verstek sal hierdiefoute by jou PHP fout puntelys aangemeld word. As jy die puntelys boodskappe in jou webleser wil te sien, dan raai ons jou aan om %s te installer en te soek na die \"Tribe\"oortjie in die foutspoor."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Ontfout Funksie Toevoeging"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Jy moet opgradeer!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Jy is op datum!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Nuuster Weergawe"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Benodig:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Toevoegings"
612
 
927
  msgid "French Guiana"
928
  msgstr "French Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Verstellings Gestoor"
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Gebeure"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Verstellings"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russian Federation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Geldig sleutel! Verval op %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Gebeurtenis Verstellings"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Verstellings"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Jy het 'n nie-bestaande afdeling gekies."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Jy het nie toestemming om dit te doen nie."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi Arabia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Die versoek is onveilig gestuur."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Die versoek is nie van hierdie afdeling af gestuur nie."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Jou vorm het die volgende probleme gehad:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Nie een van jou stellings is gestoor nie. Probeer asseblief weer."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] ""
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "% s moet slegs syfers, letters en punte bevat"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "% s moet 'n positiewe getal wees."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "% s moet 'n geldige afkorting (getalle, letters, koppeltekens en onderstreep) wees."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "% s moet 'n geldige absolute URL wees."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "% s moet 'n waarde hë wat deel is van sy opsies."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Vergelyking bekragtiging misluk omdat geen vergelyking waarde is verskaf vir veld %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s mag nie die selfde wees nie %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s mag nie 'n duplikaat wees nie"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s moet 'n syfer of 'n persentasie wees."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s moet 'n getal 0 en 21 wees."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "% s moet bestaan uit letters, getalle, koppeltekens, afkapings, en ruimtes."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "% s moet bestaan ​​uit letters, spasies, afkapings, en strepies."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s moet uit 5 syfers bestaan."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s moet 'n telefoon nommer wees."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Land lys moet geformateer word met een land per reël in die volgende formaat: <br> VSA, die Verenigde State van Amerika <br> die Verenigde Koninkryk, die Verenigde Koninkryk."
1752
 
common/lang/tribe-common-ar.mo CHANGED
Binary file
common/lang/tribe-common-ar.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr ""
338
  msgid "Last Update"
339
  msgstr ""
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr ""
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr ""
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr ""
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr ""
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr ""
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr ""
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr ""
368
 
@@ -395,39 +441,15 @@ msgstr ""
395
  msgid "Show The Events Calendar link"
396
  msgstr ""
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr ""
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr ""
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr ""
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr ""
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr ""
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr ""
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr ""
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr ""
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr ""
433
 
@@ -440,7 +462,7 @@ msgstr ""
440
  msgid "You need to upgrade!"
441
  msgstr ""
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr ""
446
 
@@ -536,7 +558,7 @@ msgstr ""
536
  msgid "Kansas"
537
  msgstr ""
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "أحدث اصدار:"
542
 
@@ -552,7 +574,7 @@ msgstr "ولاية لويزيانا"
552
  msgid "Maine"
553
  msgstr "ولاية مين"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr ""
558
 
@@ -560,7 +582,7 @@ msgstr ""
560
  msgid "Maryland"
561
  msgstr "ميريلاند"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "ووردبريس"
566
 
@@ -584,7 +606,7 @@ msgstr "ميسيسيبي"
584
  msgid "Missouri"
585
  msgstr "ميسوري"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "إضافات مدفوعة"
590
 
@@ -905,7 +927,7 @@ msgstr "فرنسا، متروبوليتان"
905
  msgid "French Guiana"
906
  msgstr "غيانا الفرنسية"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr ""
911
 
@@ -941,8 +963,8 @@ msgstr "غانا"
941
  msgid "Gibraltar"
942
  msgstr "جبل طارق"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "الفعاليات"
948
 
@@ -1271,7 +1293,7 @@ msgstr "نيجيريا"
1271
  msgid "Niue"
1272
  msgstr "نيوي"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr ""
1277
 
@@ -1355,39 +1377,23 @@ msgstr ""
1355
  msgid "Qatar"
1356
  msgstr "قطر"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr ""
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr ""
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr ""
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "رومانيا"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr ""
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "الفيدرالية الروسية"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr ""
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "رواندا"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr ""
1393
 
@@ -1395,7 +1401,7 @@ msgstr ""
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "سانت كيتس ونيفيس"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "سانت لوسيا"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "سانت فنسنت وغرينادين"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr ""
1413
 
@@ -1415,7 +1421,7 @@ msgstr ""
1415
  msgid "Samoa"
1416
  msgstr "ساموا"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr ""
1421
 
@@ -1423,7 +1429,7 @@ msgstr ""
1423
  msgid "San Marino"
1424
  msgstr "سان مارينو"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr ""
1429
 
@@ -1431,7 +1437,7 @@ msgstr ""
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "ساو تومي وبرينسيبي"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr ""
1437
 
@@ -1439,7 +1445,7 @@ msgstr ""
1439
  msgid "Saudi Arabia"
1440
  msgstr "المملكة العربية السعودية"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr ""
1445
 
@@ -1447,7 +1453,7 @@ msgstr ""
1447
  msgid "Senegal"
1448
  msgstr "السنغال"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr ""
1453
 
@@ -1455,7 +1461,7 @@ msgstr ""
1455
  msgid "Serbia"
1456
  msgstr "صربيا"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr ""
1461
 
@@ -1463,7 +1469,7 @@ msgstr ""
1463
  msgid "Seychelles"
1464
  msgstr "سيشيل"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr ""
1469
 
@@ -1471,7 +1477,7 @@ msgstr ""
1471
  msgid "Sierra Leone"
1472
  msgstr "سيرا ليون"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] ""
@@ -1691,60 +1697,60 @@ msgstr ""
1691
  msgid "%s must contain numbers, letters and dots only"
1692
  msgstr ""
1693
 
1694
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1695
  msgid "%s must be a positive number."
1696
  msgstr ""
1697
 
1698
- #: src/Tribe/Validate.php:224
1699
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1700
  msgstr ""
1701
 
1702
- #: src/Tribe/Validate.php:239
1703
  msgid "%s must be a valid absolute URL."
1704
  msgstr ""
1705
 
1706
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1707
- #: src/Tribe/Validate.php:294
1708
  msgid "%s must have a value that's part of its options."
1709
  msgstr ""
1710
 
1711
- #: src/Tribe/Validate.php:308
1712
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1713
  msgstr ""
1714
 
1715
- #: src/Tribe/Validate.php:315
1716
  msgid "%s cannot be the same as %s."
1717
  msgstr ""
1718
 
1719
- #: src/Tribe/Validate.php:317
1720
  msgid "%s cannot be a duplicate"
1721
  msgstr ""
1722
 
1723
- #: src/Tribe/Validate.php:333
1724
  msgid "%s must be a number or percentage."
1725
  msgstr ""
1726
 
1727
- #: src/Tribe/Validate.php:387
1728
  msgid "%s must be a number between 0 and 21."
1729
  msgstr ""
1730
 
1731
- #: src/Tribe/Validate.php:403
1732
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1733
  msgstr ""
1734
 
1735
- #: src/Tribe/Validate.php:419
1736
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1737
  msgstr ""
1738
 
1739
- #: src/Tribe/Validate.php:433
1740
  msgid "%s must consist of 5 numbers."
1741
  msgstr ""
1742
 
1743
- #: src/Tribe/Validate.php:447
1744
  msgid "%s must be a phone number."
1745
  msgstr ""
1746
 
1747
- #: src/Tribe/Validate.php:463
1748
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1749
  msgstr ""
1750
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr ""
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr ""
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr ""
405
  msgstr ""
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr ""
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr ""
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr ""
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr ""
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr ""
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr ""
455
 
462
  msgid "You need to upgrade!"
463
  msgstr ""
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr ""
468
 
558
  msgid "Kansas"
559
  msgstr ""
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "أحدث اصدار:"
564
 
574
  msgid "Maine"
575
  msgstr "ولاية مين"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr ""
580
 
582
  msgid "Maryland"
583
  msgstr "ميريلاند"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "ووردبريس"
588
 
606
  msgid "Missouri"
607
  msgstr "ميسوري"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "إضافات مدفوعة"
612
 
927
  msgid "French Guiana"
928
  msgstr "غيانا الفرنسية"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr ""
933
 
963
  msgid "Gibraltar"
964
  msgstr "جبل طارق"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "الفعاليات"
970
 
1293
  msgid "Niue"
1294
  msgstr "نيوي"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr ""
1299
 
1377
  msgid "Qatar"
1378
  msgstr "قطر"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr ""
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "رومانيا"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "الفيدرالية الروسية"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "رواندا"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr ""
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "سانت كيتس ونيفيس"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "سانت فنسنت وغرينادين"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr ""
1419
 
1421
  msgid "Samoa"
1422
  msgstr "ساموا"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr ""
1427
 
1429
  msgid "San Marino"
1430
  msgstr "سان مارينو"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr ""
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "ساو تومي وبرينسيبي"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr ""
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "المملكة العربية السعودية"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr ""
1451
 
1453
  msgid "Senegal"
1454
  msgstr "السنغال"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr ""
1459
 
1461
  msgid "Serbia"
1462
  msgstr "صربيا"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr ""
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "سيشيل"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr ""
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "سيرا ليون"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] ""
1697
  msgid "%s must contain numbers, letters and dots only"
1698
  msgstr ""
1699
 
1700
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1701
  msgid "%s must be a positive number."
1702
  msgstr ""
1703
 
1704
+ #: src/Tribe/Validate.php:240
1705
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1706
  msgstr ""
1707
 
1708
+ #: src/Tribe/Validate.php:255
1709
  msgid "%s must be a valid absolute URL."
1710
  msgstr ""
1711
 
1712
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1713
+ #: src/Tribe/Validate.php:310
1714
  msgid "%s must have a value that's part of its options."
1715
  msgstr ""
1716
 
1717
+ #: src/Tribe/Validate.php:324
1718
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1719
  msgstr ""
1720
 
1721
+ #: src/Tribe/Validate.php:331
1722
  msgid "%s cannot be the same as %s."
1723
  msgstr ""
1724
 
1725
+ #: src/Tribe/Validate.php:333
1726
  msgid "%s cannot be a duplicate"
1727
  msgstr ""
1728
 
1729
+ #: src/Tribe/Validate.php:349
1730
  msgid "%s must be a number or percentage."
1731
  msgstr ""
1732
 
1733
+ #: src/Tribe/Validate.php:403
1734
  msgid "%s must be a number between 0 and 21."
1735
  msgstr ""
1736
 
1737
+ #: src/Tribe/Validate.php:419
1738
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1739
  msgstr ""
1740
 
1741
+ #: src/Tribe/Validate.php:435
1742
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1743
  msgstr ""
1744
 
1745
+ #: src/Tribe/Validate.php:449
1746
  msgid "%s must consist of 5 numbers."
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Validate.php:463
1750
  msgid "%s must be a phone number."
1751
  msgstr ""
1752
 
1753
+ #: src/Tribe/Validate.php:479
1754
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1755
  msgstr ""
1756
 
common/lang/tribe-common-bg_BG.mo CHANGED
Binary file
common/lang/tribe-common-bg_BG.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Версия"
338
  msgid "Last Update"
339
  msgstr "Последна актуализация"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Настройки за формат на датата"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "Следващите три полета приемат опции за формат на датата, които се поддържат от php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Научете как да създадете свой формат за датата</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Дата с година"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Разделител за време, дата"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Въведете разделител, който да се показва между датата и часа, когато и двете са показани."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Формат на датата за Datepicker"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Формат на датата в прозореца за избор на дата"
368
 
@@ -395,39 +441,15 @@ msgstr "Мислите ли си \"Уха, този plugin е неверояте
395
  msgid "Show The Events Calendar link"
396
  msgstr "Показване на линка на Календара"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Общи настройки"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Валута по подразбиране"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Задава валутния символ/съкращение по подразбиране. Това ще се отрази само на събития, които вкарвате или обновявате след промяната, но не и на вече въведените."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Знака за валутата да е след стойността"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Обикновено знака за валутата е преди стойността. Включването на тази опция го премества след стойността."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Други настройки"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug mode"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Включете тази опция, за да записвате log с информация за възникналите грешки. По подразбиране, лога ще се записва в PHP error log-а на сървъра ви. Ако желаете да виждате съобщенията за грешки в браузър-а си, тогава ви препоръчваме да инсталирате %s и да потърсите таб \"Tribe\" в debug output."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Имате нужда от ъпгрейд !"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Разполагате с най-новата версия!"
446
 
@@ -536,7 +558,7 @@ msgstr "Индиана"
536
  msgid "Kansas"
537
  msgstr "Канзас"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Последна версия:"
542
 
@@ -552,7 +574,7 @@ msgstr "Луизиана"
552
  msgid "Maine"
553
  msgstr "Мейн"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Изисква:"
558
 
@@ -560,7 +582,7 @@ msgstr "Изисква:"
560
  msgid "Maryland"
561
  msgstr "Мериленд"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Мисисипи"
584
  msgid "Missouri"
585
  msgstr "Мисури"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Add-Ons"
590
 
@@ -905,7 +927,7 @@ msgstr "Франция, Метрополия"
905
  msgid "French Guiana"
906
  msgstr "Френска Гвиана"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Настройките са записани."
911
 
@@ -941,8 +963,8 @@ msgstr "Гана"
941
  msgid "Gibraltar"
942
  msgstr "Гибралтар"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Събития"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Нигерия"
1271
  msgid "Niue"
1272
  msgstr "Ниуе"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Настройки"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "За съжаление сървъра за валидиране не е
1355
  msgid "Qatar"
1356
  msgstr "Катар"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "За съжаление, кода ви е изтекъл."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Реюнион"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "За съжаление този ключ не е валиден."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Румъния"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Защо виждате това съобщение?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Русия"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "За съжаление, кода ви не е валиден."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Руанда"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Валиден сериен номер. Изтича на %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Валиден сериен номер. Изтича на %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Сейнт Китс и Невис"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Сейнт Лусия"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Сейнт Винсент и Гренадини"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Настройки на събития"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Настройки на събития"
1415
  msgid "Samoa"
1416
  msgstr "Самоа"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Настройки"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Настройки"
1423
  msgid "San Marino"
1424
  msgstr "Сан Марино"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Търсите несъществуващ таб."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Търсите несъществуващ таб."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Сао Томе и Принсипи"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Нямате достъп."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Нямате достъп."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Саудитска Арабия"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Заявката не е изпратена криптирано."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Заявката не е изпратена криптирано."
1447
  msgid "Senegal"
1448
  msgstr "Сенегал"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Заявката не е изпратена от този таб."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Заявката не е изпратена от този таб."
1455
  msgid "Serbia"
1456
  msgstr "Сърбия"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Формуляра Ви има следните грешки:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Формуляра Ви има следните грешки:"
1463
  msgid "Seychelles"
1464
  msgstr "Сейшели"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Вашите настройки не бяха запаметени. Моля опитайте отново."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Вашите настройки не бяха запаметени. Мо
1471
  msgid "Sierra Leone"
1472
  msgstr "Сиера Леоне"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Настройката по-горе не са запаметена. Другите настройки са успешно запаметени."
@@ -1687,60 +1693,60 @@ msgstr "%s трябва да съдържа само цифри и букви"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s трябва да съдържа само цифри, букви и точки"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s трябва да е положително число."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s трябва да е валиден низ (числа, букви, тире и долно тире)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s трябва да е валиден абсолюрен URL."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s трябва да има стойност, която отговаря на една от възможноте опции."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Валидирането на сравнението се провали, тъй като не е зададена стойност за сравнение в полето %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s не може да съвпада с %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s не може да се дублира"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s трябва да е номер или процент."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s трябва да е число между 0 и 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s трябва да съдържа само букви, цифри, тирета, апострофи и интервали."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s трябва да съдържа само букви, интервали, апострофи и тирета."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s трябва да съдържа 5 цифри."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s трябва да е валиден телефонен номер."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Списъка със страните трябва да съдържа по една страна на ред и да бъде в следния формат: <br>САЩ, Съединени Американски щати <br> БГ, България."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Последна актуализация"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Преглед"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Настройки за формат на датата"
405
  msgstr "Следващите три полета приемат опции за формат на датата, които се поддържат от php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Научете как да създадете свой формат за датата</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Формат на датата за Datepicker"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Формат на датата в прозореца за избор на дата"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Показване на линка на Календара"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug mode"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Включете тази опция, за да записвате log с информация за възникналите грешки. По подразбиране, лога ще се записва в PHP error log-а на сървъра ви. Ако желаете да виждате съобщенията за грешки в браузър-а си, тогава ви препоръчваме да инсталирате %s и да потърсите таб \"Tribe\" в debug output."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Имате нужда от ъпгрейд !"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Разполагате с най-новата версия!"
468
 
558
  msgid "Kansas"
559
  msgstr "Канзас"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Последна версия:"
564
 
574
  msgid "Maine"
575
  msgstr "Мейн"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Изисква:"
580
 
582
  msgid "Maryland"
583
  msgstr "Мериленд"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Мисури"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Add-Ons"
612
 
927
  msgid "French Guiana"
928
  msgstr "Френска Гвиана"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Настройките са записани."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Гибралтар"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Събития"
970
 
1293
  msgid "Niue"
1294
  msgstr "Ниуе"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Настройки"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Катар"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Реюнион"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Румъния"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Русия"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Руанда"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Валиден сериен номер. Изтича на %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Сейнт Китс и Невис"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Сейнт Винсент и Гренадини"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Настройки на събития"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Самоа"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Настройки"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "Сан Марино"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Търсите несъществуващ таб."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Сао Томе и Принсипи"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Нямате достъп."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Саудитска Арабия"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Заявката не е изпратена криптирано."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Сенегал"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Заявката не е изпратена от този таб."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Сърбия"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Формуляра Ви има следните грешки:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Сейшели"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Вашите настройки не бяха запаметени. Моля опитайте отново."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Сиера Леоне"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Настройката по-горе не са запаметена. Другите настройки са успешно запаметени."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s трябва да съдържа само цифри, букви и точки"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s трябва да е положително число."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s трябва да е валиден низ (числа, букви, тире и долно тире)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s трябва да е валиден абсолюрен URL."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s трябва да има стойност, която отговаря на една от възможноте опции."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Валидирането на сравнението се провали, тъй като не е зададена стойност за сравнение в полето %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s не може да съвпада с %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s не може да се дублира"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s трябва да е номер или процент."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s трябва да е число между 0 и 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s трябва да съдържа само букви, цифри, тирета, апострофи и интервали."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s трябва да съдържа само букви, интервали, апострофи и тирета."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s трябва да съдържа 5 цифри."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s трябва да е валиден телефонен номер."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Списъка със страните трябва да съдържа по една страна на ред и да бъде в следния формат: <br>САЩ, Съединени Американски щати <br> БГ, България."
1752
 
common/lang/tribe-common-ca.mo CHANGED
Binary file
common/lang/tribe-common-ca.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versió"
338
  msgid "Last Update"
339
  msgstr "Darrera actualització"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Configuració del format de data"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Els tres camps següents accepten les opcions de format de data de la funció de php date(). Pots consultar les opcions vàlides per <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">personalitzar el format de la data</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Data amb any"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Separador de data i hora"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Introdueix el separador que es col·locarà entre la data i l'hora, quan es mostren totes dues."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Format de data del selector de dates"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Selecciona el format de data a utilitzar en el selector de dates"
368
 
@@ -395,39 +441,15 @@ msgstr "Estàs pensant \"Vaja, aquest plugin és fantàstic! Hauria donar les gr
395
  msgid "Show The Events Calendar link"
396
  msgstr "Mostrar l'enllaç a The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Configuració general"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Símbol monetari predeterminat"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Indica el símbol monetari predeterminat per als costos dels esdeveniments. Recorda que això només afecta els esdeveniments futurs, i els canvis realitzats no s'aplicaran amb caràcter retroactiu."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Posició del símbol monetari"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "El símbol monetari normalment precedeix al valor. Activant aquesta opció es col·loca el símbol darrere del valor."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Configuració diversa"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Mode de depuració"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Habilita aquesta opció per mantenir una bitàcola (log) d'informació per a depuració. Per defecte aquesta informació s'envia a la bitàcola d'errors de PHP. Si vols veure aquests errors en el navegador et recomanem que instal·lis el %s i busca la pestanya \"Tribe\" a la pantalla de depuració."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Plugin Debug Bar"
433
 
@@ -440,7 +462,7 @@ msgstr "no disponible"
440
  msgid "You need to upgrade!"
441
  msgstr "Has d'actualitzar-te!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Estàs actualitzat!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Última versió:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Requereix:"
558
 
@@ -560,7 +582,7 @@ msgstr "Requereix:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississipí"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Complements premium"
590
 
@@ -905,7 +927,7 @@ msgstr "França, Metropolitana"
905
  msgid "French Guiana"
906
  msgstr "Guaiana Francesa"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Configuració guardada."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Esdeveniments"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigèria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Configuració"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Ho sentim, el servidor de validació de claus no està disponible."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Ho sentim, aquesta clau ha caducat."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunió"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Ho sentim, aquesta clau ja no és vàlida."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Per què veig aquest missatge?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Federació Russa"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Ho sentim, aquesta clau no és vàlida."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Clau vàlida! Caduca el %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Clau vàlida! Caduca el %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts i Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent i les Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Configuració dels esdeveniments"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Configuració dels esdeveniments"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "Configuració de %s"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "Configuració de %s"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Has sol·licitat una pestanya inexistent."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Has sol·licitat una pestanya inexistent."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "São Tomé i Príncipe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "No tens permís per fer això."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "No tens permís per fer això."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Aràbia Saudita"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "La sol·licitud s'ha enviat de forma insegura."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "La sol·licitud s'ha enviat de forma insegura."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "La sol·licitud no s'ha enviat des d'aquesta pestanya."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "La sol·licitud no s'ha enviat des d'aquesta pestanya."
1455
  msgid "Serbia"
1456
  msgstr "Sèrbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "El formulari té els errors següents:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "El formulari té els errors següents:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Cap ajust s'ha guardat. Si us plau, torna-ho a intentar."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Cap ajust s'ha guardat. Si us plau, torna-ho a intentar."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "L'ajust anterior no s'ha guardat. Els altres ajustos s'han guardat correctament."
@@ -1687,60 +1693,60 @@ msgstr "%s ha de contenir només números i lletres"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s ha de contenir només números, lletres i punts"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s ha de ser un número positiu."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s ha de ser un slug vàlid (números, lletres, guions i guions baixos)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s ha de ser una URL absoluta vàlida."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s ha de tenir un valor que sigui part de les seves opcions."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "La validació per comparació ha fallat perquè no s'ha indicat el valor a comparar per al camp %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s no pot ser el mateix que %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s no pot ser un duplicat"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s ha de ser un número o un percentatge."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s ha de ser un número entre 0 i 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s ha de consistir només de lletres, números, guions, apòstrofs i espais,"
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s ha de consistir només de lletres, espais, apòstrofs i guions."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s ha de contenir només 5 números."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s ha de ser un número de telèfon."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "La llista de països ha de contenir només un país per línia de la següent manera: <br>US, Estats Units<br> UK, Regne Unit."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Darrera actualització"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Veure"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Configuració del format de data"
405
  msgstr "<p>Els tres camps següents accepten les opcions de format de data de la funció de php date(). Pots consultar les opcions vàlides per <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">personalitzar el format de la data</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Format de data del selector de dates"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Selecciona el format de data a utilitzar en el selector de dates"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Mostrar l'enllaç a The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Mode de depuració"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Habilita aquesta opció per mantenir una bitàcola (log) d'informació per a depuració. Per defecte aquesta informació s'envia a la bitàcola d'errors de PHP. Si vols veure aquests errors en el navegador et recomanem que instal·lis el %s i busca la pestanya \"Tribe\" a la pantalla de depuració."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Plugin Debug Bar"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Has d'actualitzar-te!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Estàs actualitzat!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Última versió:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Requereix:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Complements premium"
612
 
927
  msgid "French Guiana"
928
  msgstr "Guaiana Francesa"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Configuració guardada."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Esdeveniments"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Configuració"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunió"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Federació Russa"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Clau vàlida! Caduca el %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts i Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent i les Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Configuració dels esdeveniments"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "Configuració de %s"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Has sol·licitat una pestanya inexistent."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "São Tomé i Príncipe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "No tens permís per fer això."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Aràbia Saudita"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "La sol·licitud s'ha enviat de forma insegura."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "La sol·licitud no s'ha enviat des d'aquesta pestanya."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Sèrbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "El formulari té els errors següents:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Cap ajust s'ha guardat. Si us plau, torna-ho a intentar."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "L'ajust anterior no s'ha guardat. Els altres ajustos s'han guardat correctament."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s ha de contenir només números, lletres i punts"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s ha de ser un número positiu."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s ha de ser un slug vàlid (números, lletres, guions i guions baixos)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s ha de ser una URL absoluta vàlida."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s ha de tenir un valor que sigui part de les seves opcions."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "La validació per comparació ha fallat perquè no s'ha indicat el valor a comparar per al camp %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s no pot ser el mateix que %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s no pot ser un duplicat"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s ha de ser un número o un percentatge."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s ha de ser un número entre 0 i 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s ha de consistir només de lletres, números, guions, apòstrofs i espais,"
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s ha de consistir només de lletres, espais, apòstrofs i guions."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s ha de contenir només 5 números."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s ha de ser un número de telèfon."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "La llista de països ha de contenir només un país per línia de la següent manera: <br>US, Estats Units<br> UK, Regne Unit."
1752
 
common/lang/tribe-common-cs_CZ.mo CHANGED
Binary file
common/lang/tribe-common-cs_CZ.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr "Poslední změny v šablonách"
@@ -130,43 +188,43 @@ msgstr "Vylepšete si zobrazování akcí na vašich stránkách pomocí našeho
130
  msgid "Community Tickets"
131
  msgstr "Community Tickets"
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr "Aktivovat %s"
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr "Aktivovat plugin"
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr "Aktualizovat plugin"
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr "Instalovat %s"
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr "Instalovat plugin"
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr "Aktivních uživatelů:"
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr "Hodnocení:"
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr "Aktivovaný plugin"
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr "Neaktivní plugin"
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr "Navštívit webovou stránku doplňku"
172
 
@@ -178,18 +236,14 @@ msgstr "<a href=\"%s\">změňte nastavení akcí</a>."
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr "Ohodnocením pluginu %3$sThe Events Calendar%4$s %1$s na webu %2$s ho pomůžete zachovat i nadále bezplatným. Vřelé díky od lidiček v Modern Tribe."
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr "Děkujeme za vložení platného klíče. Jeho platnost skončí %s"
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr "%s musí být kladné číslo nebo procento."
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr "Zadejte formát pro zobrazování data včetně roku. Používá se při zobrazení data v příštím roce."
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr "Děkujeme, že používáte Event Tickets! Všichni v Modern Tribe si upřímně ceníme vaší podpory a budeme rádi, když budete používat naše pluginy. Pro začátek se podívejte na naši praktickou %1$sPříručku nového uživatele%2$s."
@@ -254,7 +308,7 @@ msgstr "Požádejte administrátora webu aby upravil název v URL u stránky"
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr "požádejte administrátora webu aby změnil název v URL u akcí."
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr "Uložit změny"
260
 
@@ -338,6 +392,10 @@ msgstr "Verze"
338
  msgid "Last Update"
339
  msgstr "Poslední aktualizace"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Nastavení formátu data"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Následující tři pole používají k formátování data stejné volby, které jsou dostupné u PHP funkce date(). <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">O možnostech vlastního formátu data se dočtete zde</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Datum s letopočtem"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Oddělovač data a času"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Zadejte oddělovač, který se vloží mezi datum a čas v případech, kdy se uvádí oba údaje."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Formát data pro Datepicker"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Vyberte formát data, který se použije u datumového ovládacího prvku (datepicker)."
368
 
@@ -395,39 +441,15 @@ msgstr "Říkáte si: \"Wow, to je ale úžasný plugin! Měl bych poděkovat Mo
395
  msgid "Show The Events Calendar link"
396
  msgstr "Zobrazit odkaz na stránky pluginu The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Obecné nastavení"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Výchozí symbol měny"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Zadejte výchozí symbol měny pro vstupné na akci. Berte na vědomí, že tato volba a její případná změna se projeví pouze u nových akcí, ale nikoliv zpětně."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Symbol měny uvádět za hodnotou"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Symbol měny se obvykle uvádí před hodnotou. Zaškrtnutím této volby se symbol vloží za hodnotu."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Další nastavení"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug režim"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Zaškrtnutím této volby se budou zapisovat debug informace. Standardně se budou zapisovat do chybového logu PHP na vašem serveru. Pokud si přejete, aby se zprávy protokolu zobrazovaly ve vašem prohlížeči, pak doporučujeme nainstalovat %s a podívat se do záložky \"Tribe\" v debug výstupu."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "není k dispozici"
440
  msgid "You need to upgrade!"
441
  msgstr "Je třeba provést aktualizaci!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Používáte nejnovější verzi!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Nejnovější verze:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Vyžaduje:"
558
 
@@ -560,7 +582,7 @@ msgstr "Vyžaduje:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress"
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium doplňky"
590
 
@@ -905,7 +927,7 @@ msgstr "Metropolitní Francie"
905
  msgid "French Guiana"
906
  msgstr "Francouzská Guyana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Nastavení bylo uloženo."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Akce"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigérie"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Nastavení"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Omlouváme se, ale server k ověření klíče není dostupný."
1355
  msgid "Qatar"
1356
  msgstr "Katar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Omlouváme se, ale platnost tohoto klíče skončila."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Réunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Omlouváme se, ale tento klíč je mimo instalaci."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumunsko"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Proč vidím tuto zprávu?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Rusko"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Omlouváme se, ale tento klíč není platný."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Svatý Kryštof a Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr "Hmmm... něco je špatně s tímto validátorem. Kontaktujte prosím %spodporu%s."
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Svatá Lucie"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Svatý Vincenc a Grenadiny"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Nastavení akcí"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Nastavení akcí"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "Nastavení %s"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "Nastavení %s"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Požadovaný panel neexistuje."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Požadovaný panel neexistuje."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Svatý Tomáš a Princův ostrov"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Nemáte dostatečné oprávnění pro tuto činnost."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Nemáte dostatečné oprávnění pro tuto činnost."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saúdská Arábie"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Požadavek byl odeslán nezabezpečený."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Požadavek byl odeslán nezabezpečený."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Požadavek nebyl odeslán z tohoto panelu."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Požadavek nebyl odeslán z tohoto panelu."
1455
  msgid "Serbia"
1456
  msgstr "Srbsko"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Ve formuláři se vyskytly následující chyby:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Ve formuláři se vyskytly následující chyby:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychely"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Žádné z vašich nastavení nebylo uloženo. Zkuste to prosím znovu."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Žádné z vašich nastavení nebylo uloženo. Zkuste to prosím znovu."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Výše uvedené nastavení nebylo uloženo. Ostatní nastavení byla úspěšně uložena."
@@ -1688,60 +1694,60 @@ msgstr "%s se musí skládat pouze z číslic a písmen"
1688
  msgid "%s must contain numbers, letters and dots only"
1689
  msgstr "%s se musí skládat pouze z číslic, písmen a teček."
1690
 
1691
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1692
  msgid "%s must be a positive number."
1693
  msgstr "%s musí být kladné číslo."
1694
 
1695
- #: src/Tribe/Validate.php:224
1696
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
  msgstr "%s musí být platným názvem v URL (číslice, písmena, pomlčky, a podtržítka)."
1698
 
1699
- #: src/Tribe/Validate.php:239
1700
  msgid "%s must be a valid absolute URL."
1701
  msgstr "%s musí být platná absolutní adresa URL."
1702
 
1703
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1704
- #: src/Tribe/Validate.php:294
1705
  msgid "%s must have a value that's part of its options."
1706
  msgstr "%s musí mít hodnotu, která je jednou z možných voleb."
1707
 
1708
- #: src/Tribe/Validate.php:308
1709
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1710
  msgstr "Kontrola porovnávání se nezdařila, protože nebyla zadána porovnávací hodnota pro pole %s"
1711
 
1712
- #: src/Tribe/Validate.php:315
1713
  msgid "%s cannot be the same as %s."
1714
  msgstr "%s nemůže být stejné jako %s."
1715
 
1716
- #: src/Tribe/Validate.php:317
1717
  msgid "%s cannot be a duplicate"
1718
  msgstr "%s nemůže být duplicitní"
1719
 
1720
- #: src/Tribe/Validate.php:333
1721
  msgid "%s must be a number or percentage."
1722
  msgstr "%s musí být číslo nebo procento."
1723
 
1724
- #: src/Tribe/Validate.php:387
1725
  msgid "%s must be a number between 0 and 21."
1726
  msgstr "%s musí být číslo v rozmezí 0 až 21."
1727
 
1728
- #: src/Tribe/Validate.php:403
1729
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
  msgstr "%s se musí skládat pouze z písmen, číslic, pomlček, apostrofů a mezer."
1731
 
1732
- #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1734
  msgstr "%s se musí skládat pouze z písmen, mezer, apostrofů a pomlček."
1735
 
1736
- #: src/Tribe/Validate.php:433
1737
  msgid "%s must consist of 5 numbers."
1738
  msgstr "%s se musí skládat z 5 čísel."
1739
 
1740
- #: src/Tribe/Validate.php:447
1741
  msgid "%s must be a phone number."
1742
  msgstr "%s musí být telefonní číslo."
1743
 
1744
- #: src/Tribe/Validate.php:463
1745
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
  msgstr "Seznam zemí musí být formátován jako jedna země na řádek v následujícím formátu: <br>US, United States <br> UK, United Kingdom."
1747
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr "Poslední změny v šablonách"
188
  msgid "Community Tickets"
189
  msgstr "Community Tickets"
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr "Aktivovat %s"
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr "Aktivovat plugin"
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr "Aktualizovat plugin"
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr "Instalovat %s"
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr "Instalovat plugin"
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr "Aktivních uživatelů:"
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr "Hodnocení:"
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr "Aktivovaný plugin"
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr "Neaktivní plugin"
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr "Navštívit webovou stránku doplňku"
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr "Ohodnocením pluginu %3$sThe Events Calendar%4$s %1$s na webu %2$s ho pomůžete zachovat i nadále bezplatným. Vřelé díky od lidiček v Modern Tribe."
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr "Děkujeme za vložení platného klíče. Jeho platnost skončí %s"
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr "%s musí být kladné číslo nebo procento."
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr "Děkujeme, že používáte Event Tickets! Všichni v Modern Tribe si upřímně ceníme vaší podpory a budeme rádi, když budete používat naše pluginy. Pro začátek se podívejte na naši praktickou %1$sPříručku nového uživatele%2$s."
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr "požádejte administrátora webu aby změnil název v URL u akcí."
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr "Uložit změny"
314
 
392
  msgid "Last Update"
393
  msgstr "Poslední aktualizace"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Zobrazit"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Nastavení formátu data"
405
  msgstr "<p>Následující tři pole používají k formátování data stejné volby, které jsou dostupné u PHP funkce date(). <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">O možnostech vlastního formátu data se dočtete zde</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Formát data pro Datepicker"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Vyberte formát data, který se použije u datumového ovládacího prvku (datepicker)."
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Zobrazit odkaz na stránky pluginu The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug režim"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Zaškrtnutím této volby se budou zapisovat debug informace. Standardně se budou zapisovat do chybového logu PHP na vašem serveru. Pokud si přejete, aby se zprávy protokolu zobrazovaly ve vašem prohlížeči, pak doporučujeme nainstalovat %s a podívat se do záložky \"Tribe\" v debug výstupu."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Je třeba provést aktualizaci!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Používáte nejnovější verzi!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Nejnovější verze:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Vyžaduje:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress"
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium doplňky"
612
 
927
  msgid "French Guiana"
928
  msgstr "Francouzská Guyana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Nastavení bylo uloženo."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Akce"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Nastavení"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Réunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumunsko"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Rusko"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Svatý Kryštof a Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr "Hmmm... něco je špatně s tímto validátorem. Kontaktujte prosím %spodporu%s."
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Svatý Vincenc a Grenadiny"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Nastavení akcí"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "Nastavení %s"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Požadovaný panel neexistuje."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Svatý Tomáš a Princův ostrov"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Nemáte dostatečné oprávnění pro tuto činnost."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saúdská Arábie"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Požadavek byl odeslán nezabezpečený."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Požadavek nebyl odeslán z tohoto panelu."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Srbsko"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Ve formuláři se vyskytly následující chyby:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychely"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Žádné z vašich nastavení nebylo uloženo. Zkuste to prosím znovu."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Výše uvedené nastavení nebylo uloženo. Ostatní nastavení byla úspěšně uložena."
1694
  msgid "%s must contain numbers, letters and dots only"
1695
  msgstr "%s se musí skládat pouze z číslic, písmen a teček."
1696
 
1697
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1698
  msgid "%s must be a positive number."
1699
  msgstr "%s musí být kladné číslo."
1700
 
1701
+ #: src/Tribe/Validate.php:240
1702
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
  msgstr "%s musí být platným názvem v URL (číslice, písmena, pomlčky, a podtržítka)."
1704
 
1705
+ #: src/Tribe/Validate.php:255
1706
  msgid "%s must be a valid absolute URL."
1707
  msgstr "%s musí být platná absolutní adresa URL."
1708
 
1709
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1710
+ #: src/Tribe/Validate.php:310
1711
  msgid "%s must have a value that's part of its options."
1712
  msgstr "%s musí mít hodnotu, která je jednou z možných voleb."
1713
 
1714
+ #: src/Tribe/Validate.php:324
1715
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1716
  msgstr "Kontrola porovnávání se nezdařila, protože nebyla zadána porovnávací hodnota pro pole %s"
1717
 
1718
+ #: src/Tribe/Validate.php:331
1719
  msgid "%s cannot be the same as %s."
1720
  msgstr "%s nemůže být stejné jako %s."
1721
 
1722
+ #: src/Tribe/Validate.php:333
1723
  msgid "%s cannot be a duplicate"
1724
  msgstr "%s nemůže být duplicitní"
1725
 
1726
+ #: src/Tribe/Validate.php:349
1727
  msgid "%s must be a number or percentage."
1728
  msgstr "%s musí být číslo nebo procento."
1729
 
1730
+ #: src/Tribe/Validate.php:403
1731
  msgid "%s must be a number between 0 and 21."
1732
  msgstr "%s musí být číslo v rozmezí 0 až 21."
1733
 
1734
+ #: src/Tribe/Validate.php:419
1735
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
  msgstr "%s se musí skládat pouze z písmen, číslic, pomlček, apostrofů a mezer."
1737
 
1738
+ #: src/Tribe/Validate.php:435
1739
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1740
  msgstr "%s se musí skládat pouze z písmen, mezer, apostrofů a pomlček."
1741
 
1742
+ #: src/Tribe/Validate.php:449
1743
  msgid "%s must consist of 5 numbers."
1744
  msgstr "%s se musí skládat z 5 čísel."
1745
 
1746
+ #: src/Tribe/Validate.php:463
1747
  msgid "%s must be a phone number."
1748
  msgstr "%s musí být telefonní číslo."
1749
 
1750
+ #: src/Tribe/Validate.php:479
1751
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
  msgstr "Seznam zemí musí být formátován jako jedna země na řádek v následujícím formátu: <br>US, United States <br> UK, United Kingdom."
1753
 
common/lang/tribe-common-da_DK.mo CHANGED
Binary file
common/lang/tribe-common-da_DK.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Version"
338
  msgid "Last Update"
339
  msgstr "Senest opdateret"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Generelle indstillinger"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Følgende tre felter accepterer dato format mulighederne som er tilgængelige i php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Her kan du se, hvordqan du laver dine egne dato formater</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Dato med årsangivelse"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Dato og tid seperator"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Indtast den seperator som skal bruges imellem dato og tidsangivelse, når de begge vises."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Dato format"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Vælg det dato format som skal bruges når der vælges dato"
368
 
@@ -395,39 +441,15 @@ msgstr "Det bedste vi ved er at få anerkendelse. Hvis du tænker \"Wow, jeg er
395
  msgid "Show The Events Calendar link"
396
  msgstr "Tilføj link til The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Generelle indstillinger"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Standardsymbol for valuta"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Indstil standardsymbolet for valuta til prisen for deltagelse i begivenheder. En ændring af denne indstilling påvirker kun fremtidige begivenheder."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Møntfodssymbol følger værdi"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Møntfodssymbolet vises normalt foran værdien. Aktivering af denne valgmulighed viser symbolet efter værdien."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Avancerede indstillinger"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug mode"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Debug information gemmes normal i din servers PHP error log. Ønsker du at se debug informationer i din browser, anbefaler vi at du installerer %s og leder efter \"Tribe\" blandt debug informationerne."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Opgradering kræves!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Du har den nyeste version!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Seneste version:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Kræver:"
558
 
@@ -560,7 +582,7 @@ msgstr "Kræver:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Add-Ons"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "French Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Indstillingerne blev gemt."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Begivenheder"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Indstillinger"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Desværre, nøglevalideringsserveren er ikke tilgængelig."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Desværre, denne nøgle er udløbet."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Desværre, denne nøgle kan ikke bruges i flere installationer."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Hvorfor ser jeg denne besked?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russian Federation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Desværre, denne nøgle er ikke gyldig."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Gyldig nøgle! Udløber %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Gyldig nøgle! Udløber %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Indstillinger for Begivenheder"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Indstillinger for Begivenheder"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s indstillinger"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s indstillinger"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Det efterspurgte faneblad findes ikke."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Det efterspurgte faneblad findes ikke."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Du har ikke rettigheder til dette."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Du har ikke rettigheder til dette."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi Arabia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Forespørgslen er ikke afsendt sikkert."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Forespørgslen er ikke afsendt sikkert."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Forespørgslen var ikke sendt fra dette faneblad."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Forespørgslen var ikke sendt fra dette faneblad."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Din formular oplevede følgende fejl:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Din formular oplevede følgende fejl:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Dine indstillinger blev ikke gemt. Prøv igen."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Dine indstillinger blev ikke gemt. Prøv igen."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Indstillingen ovenfor blev ikke gemt. Andre indstillinger blev gemt."
@@ -1687,60 +1693,60 @@ msgstr "%s må kun indeholde tal og bogstaver"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s må kun indeholde tal, bogstaver og punktummer"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s skal være et positivt tal"
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s må kun indeholde tal, bogstaver, bindestreger og underscores"
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s skal være et gyldigt link"
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s skal have en værdi der afspejler dens valg."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Fejl på grund af manglende værdi som %s kan måle sig mod."
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s må ikke være det samme som %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s må ikke være en gentagelse."
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s skal være et nummer eller en procent."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s skal være et nummer mellem 0 og 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s må kun indeholde tal, bogstaver, bindestreger, apostroffer og mellemrum."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s må kun indeholde bogstaver, mellemrum og skråstreger."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s skal indeholde 5 cifre."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s skal være et telefonnummer."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Landelisten skal formatteres med ét land per linje:<br>US, United States <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Senest opdateret"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Gå til"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Generelle indstillinger"
405
  msgstr "<p>Følgende tre felter accepterer dato format mulighederne som er tilgængelige i php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Her kan du se, hvordqan du laver dine egne dato formater</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Dato format"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Vælg det dato format som skal bruges når der vælges dato"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Tilføj link til The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug mode"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Debug information gemmes normal i din servers PHP error log. Ønsker du at se debug informationer i din browser, anbefaler vi at du installerer %s og leder efter \"Tribe\" blandt debug informationerne."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Opgradering kræves!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Du har den nyeste version!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Seneste version:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Kræver:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Add-Ons"
612
 
927
  msgid "French Guiana"
928
  msgstr "French Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Indstillingerne blev gemt."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Begivenheder"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Indstillinger"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russian Federation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Gyldig nøgle! Udløber %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Indstillinger for Begivenheder"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s indstillinger"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Det efterspurgte faneblad findes ikke."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Du har ikke rettigheder til dette."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi Arabia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Forespørgslen er ikke afsendt sikkert."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Forespørgslen var ikke sendt fra dette faneblad."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Din formular oplevede følgende fejl:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Dine indstillinger blev ikke gemt. Prøv igen."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Indstillingen ovenfor blev ikke gemt. Andre indstillinger blev gemt."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s må kun indeholde tal, bogstaver og punktummer"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s skal være et positivt tal"
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s må kun indeholde tal, bogstaver, bindestreger og underscores"
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s skal være et gyldigt link"
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s skal have en værdi der afspejler dens valg."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Fejl på grund af manglende værdi som %s kan måle sig mod."
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s må ikke være det samme som %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s må ikke være en gentagelse."
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s skal være et nummer eller en procent."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s skal være et nummer mellem 0 og 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s må kun indeholde tal, bogstaver, bindestreger, apostroffer og mellemrum."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s må kun indeholde bogstaver, mellemrum og skråstreger."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s skal indeholde 5 cifre."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s skal være et telefonnummer."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Landelisten skal formatteres med ét land per linje:<br>US, United States <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-de_DE.mo CHANGED
Binary file
common/lang/tribe-common-de_DE.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr "Aktuelle Änderungen an Templates"
@@ -130,43 +188,43 @@ msgstr "Optimieren Sie Ihre Veranstaltungswebsite mit %1$sThe Events Calendar%2$
130
  msgid "Community Tickets"
131
  msgstr "Community Tickets"
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr "Aktiviere %s"
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr "Aktiviere Plugin"
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr "Upgrade Plugin"
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr "Installiere %s"
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr "Installiere Plugin"
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr "Aktive Nutzer:"
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr "Bewertung:"
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr "Plugin aktiv"
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr "Plugin inaktiv"
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr "Die Add-On Seite besuchen"
172
 
@@ -178,18 +236,14 @@ msgstr "<a href=\"%s\">Veranstaltungseinstellungen bearbeiten</a>."
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr "Bewerte %3$sThe Events Calendar%4$s %1$s auf %2$s um dieses Plugin kostenfrei zu halten. Vielen Dank von den freundlichen Kollegen von Modern Tribe."
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr "Danke für das Nutzen einen gültigen Lizenzschlüssels. Er wird am %s auslaufen."
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr "%s muss eine positive Zahl oder ein Prozentwert sein."
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr "Geben Sie das Format ein, wie ein Datum mit einem Jahr angezeigt werden soll. Wird verwendet wenn ein Datum in einem zukünftigen ihr angezeigt wird."
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr "Herzlichen Dank, dass Sie Event Tickets nutzen! Wir bei Modern Tribe schätzen Ihre Unterstützung sehr und finden es toll, dass Sie unsere Plugins nutzen. Verwenden Sie unser %1$sNeue Nutzer Handbuch%2$s um direkt durchzustarten."
@@ -254,7 +308,7 @@ msgstr "Fragen Sie den Seitenadministrator den Seiten Slug (URL) zu bearbeiten"
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr "fragen Sie den Seitenadministrator eine andere Seiten Slug (URL) festzulegen."
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr "Änderungen speichern"
260
 
@@ -338,6 +392,10 @@ msgstr "Version"
338
  msgid "Last Update"
339
  msgstr "Letzte Aktualisierung"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Einstellungen Datumsformat"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>In die folgenden Felder können die Formatierungsoptionen der php date() Funktion verwendet werden. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Erfahren Sie hier mehr über die Formatierungsmöglichkeiten</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Datum mit Jahresangabe"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Datum Zeit Trennzeichen"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Geben Sie das Trennzeichen ein, das Datum und Uhrzeit trennt, wenn beides angezeigt wird."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Datumswahl Format (\"Datepicker\")"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Wählen Sie das Datumsformat, welches bei der Datumwahl (\"Datepicker\") verwendet wird."
368
 
@@ -395,39 +441,15 @@ msgstr "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe d
395
  msgid "Show The Events Calendar link"
396
  msgstr "Den Link zum Veranstaltungskalender anzeigen"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Allgemeine Einstellungen"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Standard Währungssymbol"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Legen Sie das Standard Währungssymbol für die Veranstaltungspreise fest. Bitte beachten Sie, dass dies nur zukünftige Veranstaltungen betrifft und nicht vergangene Verstaltungen beeinflußt."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Währungssymbol nach dem Betrag anzeigen"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Das Währungssymbol ist normalerweise dem Betrag vorangestellt. Durch Aktivieren dieser Option wird das Währungssymbol hinter dem Betrag angezeigt."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Weitere Einstellungen"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug Modus"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Aktivieren Sie die Option, um Debuginformationen mit zu loggen. Standardmäßig werden die Informationen in Ihr PHP Server Error Log geschrieben. Wenn Sie die Debuginfos in Ihrem Browser sehen möchten, empfehlen wir das %s zu installieren. Die Ausgabe der Debuginfos finden Sie im \"Tribe\" Tab."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "n/v"
440
  msgid "You need to upgrade!"
441
  msgstr "Sie müssen updaten!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Sie sind auf dem neuesten Stand!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Neueste Version:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Benötigt:"
558
 
@@ -560,7 +582,7 @@ msgstr "Benötigt:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Add-Ons"
590
 
@@ -905,7 +927,7 @@ msgstr "Frankreich (mit Korsika)"
905
  msgid "French Guiana"
906
  msgstr "Französisch-Guayana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Einstellungen gespeichert.."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Veranstaltungen"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Einstellungen"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
1355
  msgid "Qatar"
1356
  msgstr "Katar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Sorry, der Lizenzschlüssel ist abgelaufen"
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Sorry, der Lizenzschlüssel wurde schon bei einer anderen Installation verwendet"
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumänien"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Warum sehe ich diese Nachricht?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russland / Russische Föderation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Sorry, der Lizenzschlüssel ist ungültig"
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ruanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Gültiger Schlüssel! Erlischt am %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Gültiger Schlüssel! Erlischt am %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "St. Kitts und Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr "Hmm... irgendwas ist schiefgelaufen. Bitte kontaktieren Sie den %sSupport%s."
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "St. Vincent und die Grenadinen"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Veranstaltungseinstellungen"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Veranstaltungseinstellungen"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Einstellungen"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Einstellungen"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Sie wollen einen nicht vorhandenen Reiter anzeigen."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Sie wollen einen nicht vorhandenen Reiter anzeigen."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "S&atilde;o Tom&eacute; und Pr&iacute;ncipe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Sie besitzen nicht die nötigen Rechte dafür."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Sie besitzen nicht die nötigen Rechte dafür."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi-Arabien"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Die Anfrage wurde unverschlüsselt gesendet."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Die Anfrage wurde unverschlüsselt gesendet."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Die Anfrage wurde nicht von diesem Reiter gesendet."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Die Anfrage wurde nicht von diesem Reiter gesendet."
1455
  msgid "Serbia"
1456
  msgstr "Serbien"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Ihr Formular hat folgende Fehler:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Ihr Formular hat folgende Fehler:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychellen"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Die Eintellungen konnten gespeichert werden. Versuchen Sie es erneut."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Die Eintellungen konnten gespeichert werden. Versuchen Sie es erneut."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Die obige Einstellung wurde nicht gespeichert. Andere Einstellungen wurden erfolgreich gespeichert."
@@ -1687,60 +1693,60 @@ msgstr "%s darf nur Zahlen und Buchstaben enthalten"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s muss eine positive Zahl sein."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s muss eine gültige Ausgangsform haben (Nummern, Buchstaben, Gedankenstriche und Unterstreichungen)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s muss eine gültige URL sein."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Der Vergleich ist fehlgeschlagen, weil keine Eingabe im Feld %s gefunden wurde"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s kann nicht dasselbe sein wie %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s kann nicht vervielfältigt werden"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s muss eine Zahl oder Prozentsatz sein."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s darf nur aus Buchstaben, Zahlen, Gedankenstrichen, Apostrophe und Leerzeichen bestehen. "
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s muss aus Buchstaben, Leerzeichen, Apostrophe und Gedankenstrichen bestehen."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s muss aus fünf Ziffern bestehen."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s muss eine Telefonnummer sein."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Die Länder-Liste muss als ein Land pro Zeile in der folgenden Weise formatiert sein: <br>US, United States <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr "Aktuelle Änderungen an Templates"
188
  msgid "Community Tickets"
189
  msgstr "Community Tickets"
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr "Aktiviere %s"
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr "Aktiviere Plugin"
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr "Upgrade Plugin"
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr "Installiere %s"
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr "Installiere Plugin"
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr "Aktive Nutzer:"
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr "Bewertung:"
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr "Plugin aktiv"
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr "Plugin inaktiv"
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr "Die Add-On Seite besuchen"
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr "Bewerte %3$sThe Events Calendar%4$s %1$s auf %2$s um dieses Plugin kostenfrei zu halten. Vielen Dank von den freundlichen Kollegen von Modern Tribe."
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr "Danke für das Nutzen einen gültigen Lizenzschlüssels. Er wird am %s auslaufen."
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr "%s muss eine positive Zahl oder ein Prozentwert sein."
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr "Herzlichen Dank, dass Sie Event Tickets nutzen! Wir bei Modern Tribe schätzen Ihre Unterstützung sehr und finden es toll, dass Sie unsere Plugins nutzen. Verwenden Sie unser %1$sNeue Nutzer Handbuch%2$s um direkt durchzustarten."
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr "fragen Sie den Seitenadministrator eine andere Seiten Slug (URL) festzulegen."
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr "Änderungen speichern"
314
 
392
  msgid "Last Update"
393
  msgstr "Letzte Aktualisierung"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Ansehen"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Einstellungen Datumsformat"
405
  msgstr "<p>In die folgenden Felder können die Formatierungsoptionen der php date() Funktion verwendet werden. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Erfahren Sie hier mehr über die Formatierungsmöglichkeiten</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Datumswahl Format (\"Datepicker\")"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Wählen Sie das Datumsformat, welches bei der Datumwahl (\"Datepicker\") verwendet wird."
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Den Link zum Veranstaltungskalender anzeigen"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug Modus"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Aktivieren Sie die Option, um Debuginformationen mit zu loggen. Standardmäßig werden die Informationen in Ihr PHP Server Error Log geschrieben. Wenn Sie die Debuginfos in Ihrem Browser sehen möchten, empfehlen wir das %s zu installieren. Die Ausgabe der Debuginfos finden Sie im \"Tribe\" Tab."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Sie müssen updaten!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Sie sind auf dem neuesten Stand!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Neueste Version:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Benötigt:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Add-Ons"
612
 
927
  msgid "French Guiana"
928
  msgstr "Französisch-Guayana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Einstellungen gespeichert.."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Veranstaltungen"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Einstellungen"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumänien"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russland / Russische Föderation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ruanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Gültiger Schlüssel! Erlischt am %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "St. Kitts und Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr "Hmm... irgendwas ist schiefgelaufen. Bitte kontaktieren Sie den %sSupport%s."
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "St. Vincent und die Grenadinen"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Veranstaltungseinstellungen"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Einstellungen"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Sie wollen einen nicht vorhandenen Reiter anzeigen."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "S&atilde;o Tom&eacute; und Pr&iacute;ncipe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Sie besitzen nicht die nötigen Rechte dafür."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi-Arabien"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Die Anfrage wurde unverschlüsselt gesendet."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Die Anfrage wurde nicht von diesem Reiter gesendet."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbien"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Ihr Formular hat folgende Fehler:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychellen"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Die Eintellungen konnten gespeichert werden. Versuchen Sie es erneut."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Die obige Einstellung wurde nicht gespeichert. Andere Einstellungen wurden erfolgreich gespeichert."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s muss eine positive Zahl sein."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s muss eine gültige Ausgangsform haben (Nummern, Buchstaben, Gedankenstriche und Unterstreichungen)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s muss eine gültige URL sein."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Der Vergleich ist fehlgeschlagen, weil keine Eingabe im Feld %s gefunden wurde"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s kann nicht dasselbe sein wie %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s kann nicht vervielfältigt werden"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s muss eine Zahl oder Prozentsatz sein."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s darf nur aus Buchstaben, Zahlen, Gedankenstrichen, Apostrophe und Leerzeichen bestehen. "
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s muss aus Buchstaben, Leerzeichen, Apostrophe und Gedankenstrichen bestehen."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s muss aus fünf Ziffern bestehen."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s muss eine Telefonnummer sein."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Die Länder-Liste muss als ein Land pro Zeile in der folgenden Weise formatiert sein: <br>US, United States <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-el.mo CHANGED
Binary file
common/lang/tribe-common-el.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Έκδοση"
338
  msgid "Last Update"
339
  msgstr "Τελευταία Ενημέρωση"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Ρυθμίσεις Προβολής Ημερομηνίας"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Τα παρακάτω τρία πεδία επιδέχονται τις ρυθμίσεις μορφής ημερομηνίας διαθέσιμες στο php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Μάθετε εδώ πως να φτιάχνετε την δική σας μορφή ημερομηνίας</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Ημερομηνία με έτος"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Διαχωριστικό ημερομηνίας και ώρας"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Καταχωρίστε το διαχωριστικό που θα τοποθετηθεί μεταξύ ημερομηνίας και ώρας, όταν έχει επιλεχθεί η προβολή και των δύο."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Μορφή ημερομηνίας στον επιλογέα ημερομηνίας"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Επιλογή μορφής ημερομηνίας που θα χρησιμοποιείται στους επιλογείς ημερομηνίας"
368
 
@@ -395,39 +441,15 @@ msgstr "Σκέφτεστε \"Πω πω, αυτό το πρόσθετο είνα
395
  msgid "Show The Events Calendar link"
396
  msgstr "Εμφάνιση του συνέσμου προς The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Γενικές Ρυθμίσεις"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Προεπιλεγμένο σύμβολο νομίσματος"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Θέστε το προεπιλεγμένο σύμβολο νομίσματος για τα κόστη των εκδηλώσεων. Σημειώστε ότι αυτό θα έχει επίπτωση μόνο στα μελλοντικά γεγονότα και οι αλλαγές που θα γίνουν δεν θα ισχύσουν αναδρομικά."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Σύμβολο νομίσματος μετά την τιμή"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Το σύμβολο του νομίσματος προηγείται συνήθως της τιμής. Ενεργοποιώντας αυτή την επιλογή τοποθετεί το σύμβολο μετά την τιμή."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Διάφορες Ρυθμίσεις"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Λειτουργία αποσφαλμάτωσης"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Ενεργοποιήστε αυτήν την επιλογή για να καταγράφονται πληροφορίες αποσφαλμάτωσης. Ως προεπιλογή η καταγραφή θα γίνεται στο error log της PHP του σέρβερ σας. Αν θέλετε να δείτε τα μηνύματα καταγραφής στον browser σας, τότε σας συνιστούμε να εγκαταστήσετε το %s και να αναζητήσετε την καρτέλα \"Tribe\" στην έξοδο αποσφαλμάτωσης."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Πρόσθετο Μπάρας Αποσφαλμάτωσης"
433
 
@@ -440,7 +462,7 @@ msgstr "μ/δ (μη διαθέσιμο)"
440
  msgid "You need to upgrade!"
441
  msgstr "Πρέπει να αναβαθμίσετε!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Έχετε τις τελευταίες ενημερώσεις!"
446
 
@@ -536,7 +558,7 @@ msgstr "Αϊόβα"
536
  msgid "Kansas"
537
  msgstr "Κάνσας"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Τελευταία Έκδοση:"
542
 
@@ -552,7 +574,7 @@ msgstr "Λουιζιάνα"
552
  msgid "Maine"
553
  msgstr "Μέιν"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Απαιτείται:"
558
 
@@ -560,7 +582,7 @@ msgstr "Απαιτείται:"
560
  msgid "Maryland"
561
  msgstr "Μέριλαντ"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Μισισίπι"
584
  msgid "Missouri"
585
  msgstr "Μιζούρι"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Πρόσθετα Ανώτερης Ποιότητας"
590
 
@@ -905,7 +927,7 @@ msgstr "Γαλλία, Μητροπολιτική"
905
  msgid "French Guiana"
906
  msgstr "Γαλλική Γουιάνα"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Οι ρυθμίσεις αποθηκεύθηκαν."
911
 
@@ -941,8 +963,8 @@ msgstr "Γκάνα"
941
  msgid "Gibraltar"
942
  msgstr "Γιβλαρτάρ"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Εκδηλώσεις"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Νιγηρία"
1271
  msgid "Niue"
1272
  msgstr "Νιούε"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Ρυθμίσεις"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλει
1355
  msgid "Qatar"
1356
  msgstr "Κατάρ"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Λυπούμαστε, το κλειδί έχει λήξει."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Ρεουνιόν"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Λυπούμαστε, το κλειδί είναι εκτός εγκατάστασεων."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Ρουμανία"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Γιατί βλέπω αυτό το μήνυμα;"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Ρωσική Ομοσπονδία"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Λυπούμαστε, το κλειδί δεν είναι έγκυρο."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ρουάντα"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Άγιος Χριστόφορος και Νέβις"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Αγία Λουκία"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Άγιος Βικέντιος και Γρεναδίνες"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Ρυθμίσεις Εκδηλώσεων"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Ρυθμίσεις Εκδηλώσεων"
1415
  msgid "Samoa"
1416
  msgstr "Σαμόα"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "Ρυθμίσεις %s"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "Ρυθμίσεις %s"
1423
  msgid "San Marino"
1424
  msgstr "Σαν Μαρίνο"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Έχετε ζητήσει μία ανύπαρκτη καρτέλα."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Έχετε ζητήσει μία ανύπαρκτη καρτέλα."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Σάο Τομέ και Πρίνσιπε"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Σαουδική Αραβία"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Το αίτημα στάλθηκε με μη ασφαλή τρόπο."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Το αίτημα στάλθηκε με μη ασφαλή τρόπο."
1447
  msgid "Senegal"
1448
  msgstr "Σενεγάλη"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Η αίτηση δεν στάλθηκε από αυτήν την καρτέλα."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Η αίτηση δεν στάλθηκε από αυτήν την καρ
1455
  msgid "Serbia"
1456
  msgstr "Σερβία"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
1463
  msgid "Seychelles"
1464
  msgstr "Σεϋχέλλες"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Καμία από τις ρυθμίσεις σας δεν αποθηκε
1471
  msgid "Sierra Leone"
1472
  msgstr "Σιέρα Λεόνε"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Η παραπάνω ρύθμιση δεν αποθηκεύθηκε. Οι άλλες ρυθμίσεις αποθηκεύθηκαν με επιτυχία."
@@ -1687,60 +1693,60 @@ msgstr "%s πρέπει να περιέχει μόνο αριθμούς και
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς, γράμματα και τελείες"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s πρέπει να είναι ένας θετικός αριθμός."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s πρέπει να είναι ένα έγκυρο slug (αριθμοί, γράμματα, παύλες, και κάτω παύλες)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s πρέπει να είναι έγκυρη απόλυτη διεύθυνση URL."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Η σύγκριση επικύρωσης απέτυχε διότι δεν παρασχέθηκε αξία σύγκρισης για το πεδίο %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s δεν μπορεί να είναι το ίδιο με %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s δεν μπορεί να είναι ένα διπλότυπο"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s πρέπει να είναι αριθμός ή ποσοστό."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s πρέπει να είναι ένας αριθμός μεταξύ 0 και 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s πρέπει να αποτελείται μόνο από γράμματα, αριθμούς, παύλες, αποστρόφους και κενά διαστήματα."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s πρέπει να αποτελείται από γράμματα, κενά διαστήματα, αποστρόφους και παύλες."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s πρέπει να αποτελείται από 5 αριθμούς."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνου."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Η λίστα χωρών πρέπει να διαμορφωθεί ως μία χώρα ανά γραμμή με την ακόλουθη μορφή: <br> ΗΠΑ, Ηνωμένες Πολιτείες <br> ΗΒ, Ηνωμένο Βασίλειο."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Τελευταία Ενημέρωση"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Προβολή"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Ρυθμίσεις Προβολής Ημερομηνίας"
405
  msgstr "<p>Τα παρακάτω τρία πεδία επιδέχονται τις ρυθμίσεις μορφής ημερομηνίας διαθέσιμες στο php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Μάθετε εδώ πως να φτιάχνετε την δική σας μορφή ημερομηνίας</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Μορφή ημερομηνίας στον επιλογέα ημερομηνίας"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Επιλογή μορφής ημερομηνίας που θα χρησιμοποιείται στους επιλογείς ημερομηνίας"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Εμφάνιση του συνέσμου προς The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Λειτουργία αποσφαλμάτωσης"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Ενεργοποιήστε αυτήν την επιλογή για να καταγράφονται πληροφορίες αποσφαλμάτωσης. Ως προεπιλογή η καταγραφή θα γίνεται στο error log της PHP του σέρβερ σας. Αν θέλετε να δείτε τα μηνύματα καταγραφής στον browser σας, τότε σας συνιστούμε να εγκαταστήσετε το %s και να αναζητήσετε την καρτέλα \"Tribe\" στην έξοδο αποσφαλμάτωσης."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Πρόσθετο Μπάρας Αποσφαλμάτωσης"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Πρέπει να αναβαθμίσετε!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Έχετε τις τελευταίες ενημερώσεις!"
468
 
558
  msgid "Kansas"
559
  msgstr "Κάνσας"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Τελευταία Έκδοση:"
564
 
574
  msgid "Maine"
575
  msgstr "Μέιν"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Απαιτείται:"
580
 
582
  msgid "Maryland"
583
  msgstr "Μέριλαντ"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Μιζούρι"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Πρόσθετα Ανώτερης Ποιότητας"
612
 
927
  msgid "French Guiana"
928
  msgstr "Γαλλική Γουιάνα"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Οι ρυθμίσεις αποθηκεύθηκαν."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Γιβλαρτάρ"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Εκδηλώσεις"
970
 
1293
  msgid "Niue"
1294
  msgstr "Νιούε"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Ρυθμίσεις"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Κατάρ"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Ρεουνιόν"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Ρουμανία"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Ρωσική Ομοσπονδία"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ρουάντα"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Άγιος Χριστόφορος και Νέβις"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Άγιος Βικέντιος και Γρεναδίνες"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Ρυθμίσεις Εκδηλώσεων"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Σαμόα"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "Ρυθμίσεις %s"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "Σαν Μαρίνο"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Έχετε ζητήσει μία ανύπαρκτη καρτέλα."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Σάο Τομέ και Πρίνσιπε"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Σαουδική Αραβία"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Το αίτημα στάλθηκε με μη ασφαλή τρόπο."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Σενεγάλη"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Η αίτηση δεν στάλθηκε από αυτήν την καρτέλα."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Σερβία"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Σεϋχέλλες"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Σιέρα Λεόνε"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Η παραπάνω ρύθμιση δεν αποθηκεύθηκε. Οι άλλες ρυθμίσεις αποθηκεύθηκαν με επιτυχία."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς, γράμματα και τελείες"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s πρέπει να είναι ένας θετικός αριθμός."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s πρέπει να είναι ένα έγκυρο slug (αριθμοί, γράμματα, παύλες, και κάτω παύλες)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s πρέπει να είναι έγκυρη απόλυτη διεύθυνση URL."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Η σύγκριση επικύρωσης απέτυχε διότι δεν παρασχέθηκε αξία σύγκρισης για το πεδίο %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s δεν μπορεί να είναι το ίδιο με %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s δεν μπορεί να είναι ένα διπλότυπο"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s πρέπει να είναι αριθμός ή ποσοστό."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s πρέπει να είναι ένας αριθμός μεταξύ 0 και 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s πρέπει να αποτελείται μόνο από γράμματα, αριθμούς, παύλες, αποστρόφους και κενά διαστήματα."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s πρέπει να αποτελείται από γράμματα, κενά διαστήματα, αποστρόφους και παύλες."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s πρέπει να αποτελείται από 5 αριθμούς."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνου."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Η λίστα χωρών πρέπει να διαμορφωθεί ως μία χώρα ανά γραμμή με την ακόλουθη μορφή: <br> ΗΠΑ, Ηνωμένες Πολιτείες <br> ΗΒ, Ηνωμένο Βασίλειο."
1752
 
common/lang/tribe-common-en_GB.mo CHANGED
Binary file
common/lang/tribe-common-en_GB.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Version"
338
  msgid "Last Update"
339
  msgstr "Last Update"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Date Format Settings"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>The following three fields accept the date format options available to the php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date format here</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Date with year"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Date time separator"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Enter the separator that will be placed between the date and time, when both are shown."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Datepicker Date Format"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Select the date format to use in datepickers"
368
 
@@ -395,39 +441,15 @@ msgstr "Are you thinking \"Wow, this plugin is amazing! I should say thanks to M
395
  msgid "Show The Events Calendar link"
396
  msgstr "Show The Events Calendar link"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "General Settings"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Default currency symbol"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Currency symbol follows value"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Miscellaneous Settings"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug mode"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "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."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "You need to upgrade!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "You are up to date!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Latest Version:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Requires:"
558
 
@@ -560,7 +582,7 @@ msgstr "Requires:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Add-Ons"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "French Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Settings saved."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Events"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Settings"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Sorry, key validation server is not available."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Sorry, this key is expired."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Sorry, this key is out of installs."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Why am I seeing this message?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russian Federation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Sorry, this key is not valid."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Valid Key! Expires on %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Valid Key! Expires on %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Events Settings"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Events Settings"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Settings"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Settings"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "You've requested a non-existent tab."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "You've requested a non-existent tab."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "You don't have permission to do that."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "You don't have permission to do that."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi Arabia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "The request was sent insecurely."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "The request was sent insecurely."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "The request wasn't sent from this tab."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "The request wasn't sent from this tab."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Your form had the following errors:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Your form had the following errors:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "None of your settings were saved. Please try again."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "None of your settings were saved. Please try again."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "The above setting was not saved. Other settings were successfully saved."
@@ -1687,60 +1693,60 @@ msgstr "%s must contain numbers and letters only"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s must contain numbers, letters and dots only"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s must be a positive number."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s must be a valid absolute URL."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s must have a value that's part of its options."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Comparison validation failed because no comparison value was provided, for field %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s cannot be the same as %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s cannot be a duplicate"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s must be a number or percentage."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s must be a number between 0 and 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s must consist of letters, spaces, apostrophes, and dashes."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s must consist of 5 numbers."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s must be a phone number."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Last Update"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "View"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Date Format Settings"
405
  msgstr "<p>The following three fields accept the date format options available to the php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date format here</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Datepicker Date Format"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Select the date format to use in datepickers"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Show The Events Calendar link"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug mode"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "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."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "You need to upgrade!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "You are up to date!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Latest Version:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Requires:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Add-Ons"
612
 
927
  msgid "French Guiana"
928
  msgstr "French Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Settings saved."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Events"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Settings"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russian Federation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Valid Key! Expires on %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Events Settings"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Settings"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "You've requested a non-existent tab."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "You don't have permission to do that."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi Arabia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "The request was sent insecurely."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "The request wasn't sent from this tab."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Your form had the following errors:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "None of your settings were saved. Please try again."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "The above setting was not saved. Other settings were successfully saved."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s must contain numbers, letters and dots only"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s must be a positive number."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s must be a valid absolute URL."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s must have a value that's part of its options."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Comparison validation failed because no comparison value was provided, for field %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s cannot be the same as %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s cannot be a duplicate"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s must be a number or percentage."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s must be a number between 0 and 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s must consist of letters, spaces, apostrophes, and dashes."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s must consist of 5 numbers."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s must be a phone number."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-es_ES.mo CHANGED
Binary file
common/lang/tribe-common-es_ES.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-12-02 19:08:14+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -232,7 +286,7 @@ msgstr ""
232
 
233
  #: src/Tribe/Admin/Help_Page.php:64
234
  msgid "Event Tickets"
235
- msgstr ""
236
 
237
  #. Author of the plugin/theme
238
  msgid "Modern Tribe, Inc."
@@ -254,7 +308,7 @@ msgstr "Solicitar al administrador del sitio a editar el slug de la página"
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr " Solicitar al administrador del sitio a establecer un diferente slug para el URL de Eventos."
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr "Guardar Cambios"
260
 
@@ -338,6 +392,10 @@ msgstr "Versión"
338
  msgid "Last Update"
339
  msgstr "Última Actualización"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Ajustes para Formato de Fecha"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Los siguientes tres campos aceptan las opciones de formato de fecha que dispone la funcion de php date(). Puede consultar las opciones validas para <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Personalizar el formato de la fecha</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Fecha con el Año"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Separador de Fecha - Hora"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Introduzca el separador que se coloca entre la fecha y la hora, cuando se muestran ambas."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Formato de Fecha"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Seleccione el formato a utilizar en la Fecha"
368
 
@@ -395,39 +441,15 @@ msgstr "¿Está usted pensando? \"Vaya, ¡este si que es un excelente plugin! D
395
  msgid "Show The Events Calendar link"
396
  msgstr "Mostrar el enlace a The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Ajustes Generales"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Simbolo monetario predeterminado"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Definición del símbolo de divisa predeterminado para los gastos del evento. Tenga en cuenta que esto sólo afecta a los acontecimientos futuros, y los cambios realizados no se aplicarán con carácter retroactivo."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Posición del Símbolo Monetario"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "El símbolo de la moneda normalmente precede al valor. Activando esta opción posiciona el símbolo detrás del valor (por ejemplo el € \"Euro\")."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Opciones Varias"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Modo Depuración (Debug)"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Habilite esta opción para mantener una bitacora (log) de información para depuración. Por defecto esta información será enviada a la bitacora de errores de PHP. Si usted desea ver estos errores en el navegador le recomendamos instalar el %s y buscar la pestaña \"Tribe\" en la pantalla de depuración."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Plugin Debug Bar"
433
 
@@ -440,7 +462,7 @@ msgstr "no disponible"
440
  msgid "You need to upgrade!"
441
  msgstr "¡Necesita Actualizar!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "¡Se encuentra actualizado!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Última Versión:"
542
 
@@ -552,7 +574,7 @@ msgstr "Luisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Requiere:"
558
 
@@ -560,7 +582,7 @@ msgstr "Requiere:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Complementos (Add-Ons) Premium "
590
 
@@ -905,7 +927,7 @@ msgstr "Francia Metropolitana"
905
  msgid "French Guiana"
906
  msgstr "Guayana Francesa"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Ajustes guardados."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Eventos"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Ajustes"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Lo sentimos, el servidor de validación de claves no está disponible."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Lo sentimos, esta clave ha caducado."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunión"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Lo sentimos, esta clave ya no es válida."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "¿Por qué me sale este mensaje?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Federación Rusa"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Lo sentimos, esta clave no es válida."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ruanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "¡Clave válida! Caduca el %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "¡Clave válida! Caduca el %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "San Cristóbal y Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Santa Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "San Vicente y Las Granadinas"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Ajustes de Eventos"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Ajustes de Eventos"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "Ajustes %s "
1421
 
@@ -1423,7 +1429,7 @@ msgstr "Ajustes %s "
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Has solicitado una pestaña inexistente."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Has solicitado una pestaña inexistente."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Santo Tomé And Príncipe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "No tienes permiso para hacer eso."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "No tienes permiso para hacer eso."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Arabia Saudita"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "La solicitud se ha enviado de forma no segura."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "La solicitud se ha enviado de forma no segura."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "La solicitud no ha sido enviado desde esta pestaña."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "La solicitud no ha sido enviado desde esta pestaña."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "El formulario contiene los siguientes errores:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "El formulario contiene los siguientes errores:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Los ajustes no fueron guardados. Por favor intentelo nuevamente."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Los ajustes no fueron guardados. Por favor intentelo nuevamente."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "El ajuste anterior no se ha guardado. Los otros ajustes se han guardado correctamente."
@@ -1687,60 +1693,60 @@ msgstr "%s solo debe contener números y letras"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s solo debe contener números, letras y puntos"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s debe ser un número positivo."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s debe ser un slug válido (números, letras, guiones y guiones bajos)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s debe ser una URL absoluta válida"
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s debe contener una valor que sea parte de sus opciones disponibles."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "La validación por comparación falló debido a que no se indicó el valor a comparar para el campo %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s no puede ser igual a %s"
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s no puede estar duplicada"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s debe ser un número o un porcentaje."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s debe ser un número entre 0 y 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s debe consistir solo de letras, números, guiones, apostrofes y espacios."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s debe consistir solo de letras, guiones, apostrofes y espacios."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s debe solo contener 5 números."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s debe ser un número de teléfono."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "La lista de países debe contener solo un país por línea de la siguiente forma: <br>US, Estados Unidos<br> UK, Reino Unido."
1746
 
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-04-28 06:15:03+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
286
 
287
  #: src/Tribe/Admin/Help_Page.php:64
288
  msgid "Event Tickets"
289
+ msgstr "Tickets del Evento"
290
 
291
  #. Author of the plugin/theme
292
  msgid "Modern Tribe, Inc."
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr " Solicitar al administrador del sitio a establecer un diferente slug para el URL de Eventos."
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr "Guardar Cambios"
314
 
392
  msgid "Last Update"
393
  msgstr "Última Actualización"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Ver"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Ajustes para Formato de Fecha"
405
  msgstr "<p>Los siguientes tres campos aceptan las opciones de formato de fecha que dispone la funcion de php date(). Puede consultar las opciones validas para <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Personalizar el formato de la fecha</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Formato de Fecha"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Seleccione el formato a utilizar en la Fecha"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Mostrar el enlace a The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Modo Depuración (Debug)"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Habilite esta opción para mantener una bitacora (log) de información para depuración. Por defecto esta información será enviada a la bitacora de errores de PHP. Si usted desea ver estos errores en el navegador le recomendamos instalar el %s y buscar la pestaña \"Tribe\" en la pantalla de depuración."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Plugin Debug Bar"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "¡Necesita Actualizar!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "¡Se encuentra actualizado!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Última Versión:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Requiere:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Complementos (Add-Ons) Premium "
612
 
927
  msgid "French Guiana"
928
  msgstr "Guayana Francesa"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Ajustes guardados."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Eventos"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Ajustes"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunión"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Federación Rusa"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ruanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "¡Clave válida! Caduca el %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "San Cristóbal y Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "San Vicente y Las Granadinas"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Ajustes de Eventos"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "Ajustes %s "
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Has solicitado una pestaña inexistente."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Santo Tomé And Príncipe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "No tienes permiso para hacer eso."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Arabia Saudita"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "La solicitud se ha enviado de forma no segura."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "La solicitud no ha sido enviado desde esta pestaña."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "El formulario contiene los siguientes errores:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Los ajustes no fueron guardados. Por favor intentelo nuevamente."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "El ajuste anterior no se ha guardado. Los otros ajustes se han guardado correctamente."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s solo debe contener números, letras y puntos"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s debe ser un número positivo."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s debe ser un slug válido (números, letras, guiones y guiones bajos)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s debe ser una URL absoluta válida"
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s debe contener una valor que sea parte de sus opciones disponibles."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "La validación por comparación falló debido a que no se indicó el valor a comparar para el campo %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s no puede ser igual a %s"
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s no puede estar duplicada"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s debe ser un número o un porcentaje."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s debe ser un número entre 0 y 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s debe consistir solo de letras, números, guiones, apostrofes y espacios."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s debe consistir solo de letras, guiones, apostrofes y espacios."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s debe solo contener 5 números."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s debe ser un número de teléfono."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "La lista de países debe contener solo un país por línea de la siguiente forma: <br>US, Estados Unidos<br> UK, Reino Unido."
1752
 
common/lang/tribe-common-et.mo CHANGED
Binary file
common/lang/tribe-common-et.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versioon"
338
  msgid "Last Update"
339
  msgstr "Viimane uuendus"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Kuupäeva seaded"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Järgnevad väljadele saab sisestada ainult () php kuupäevaformaati. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Vaata, kuidas luua omale kuupäeva formaat </a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Kuupäev koos aastaga"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Kuupäeva aja eraldaja"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Sisesta eraldustähis, mida kuvatakse kuupäeva ja aja vahel, juhul kui mõlemaid kuvatakse"
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Kuupäeva valiku formaat"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Vali kuupäeva formaat, mida kasutada kuupäevavalikus"
368
 
@@ -395,39 +441,15 @@ msgstr "Kui sinu meelest on see plugin super, siis täna Modern Tribe töö eest
395
  msgid "Show The Events Calendar link"
396
  msgstr "Kuva sündmuste kalendri linki"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Peamised seaded"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Vaikisi valuuta"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Määra vaikimisi valuuta sümbol, mida kuvada hinna juures. See kehtib ainult tulevastele sündmustele, muutused ei kehti möödunud sündmustele."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Valuuta sümbol on pärast hinda"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Tavaliselt on sümbol hinan ees, aktiveerides selle, kuvatakse sümbolit hinna järel."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Mitmesugused seaded"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug mode"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "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."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "pole saadaval"
440
  msgid "You need to upgrade!"
441
  msgstr "Pead uuendama!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Plugin uuendatud!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Viimane versioon:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Nõuab:"
558
 
@@ -560,7 +582,7 @@ msgstr "Nõuab:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr ""
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Preemium Add-onsid"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "Prantsuse Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Seaded salvestatud"
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Sündmused"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Seaded"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Vabandame, koodi valideerimise server pole saadaval"
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Vabandame, see kood on aegunud."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Vabandame, see kood ei sobi enam installeerimiseks."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumeenia"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Miks ma näen seda sõnumit?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Venemaa"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Vabandame, see kood ei kehti."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Kehtiv kood! Aegub %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Kehtiv kood! Aegub %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Sündmuse seaded"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Sündmuse seaded"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s seaded"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s seaded"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Taotlesid nuppu, mida pole olemas."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Taotlesid nuppu, mida pole olemas."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Sul pole õigust seda teha."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Sul pole õigust seda teha."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi-Araabia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Päring ei saadetud turvaliselt"
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Päring ei saadetud turvaliselt"
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Päring ei saadetud sellelt tab-ilt."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Päring ei saadetud sellelt tab-ilt."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Vormil olid järgmised vead:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Vormil olid järgmised vead:"
1463
  msgid "Seychelles"
1464
  msgstr "Seishellid"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Ühtegi seadet ei salvestatud. Proovi uuesti."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Ühtegi seadet ei salvestatud. Proovi uuesti."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Ülevalolevat seadet ei salvestatud. Teised seaded slvestati edukalt."
@@ -1687,60 +1693,60 @@ msgstr "%s peab sisaldama ainult numbreid ja tähti"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s peab sisaldama ainult numbreid, tähti ja punkte"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s peab olema positiivne number."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s peab olema kehtiv slug (numbrid, tähed, alakriipsud)"
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s peab olema kehtiv absoluutne URL"
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s peab sisaldama väärtust sellest valikust"
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Võrdlus ebaõnnestus kuna väärtust ei edastatud väljale %s."
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s ei saa olla sama kui %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s ei saa olla dublikaat"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s peab olema number protsentides"
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s peab olema number 0 ja 21 vahel"
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s võib sisaldada vaid tähti, numbreid, ülakoma ja tühikuid"
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s võib sisaldada vaid tähti, tühikuid, ülakoma ja mõttekriipsu"
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s peab sisaldama 5 numbrit"
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s peab olema telefoninumber"
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Riikide list peab olema formaadis üks maa reas järgneva formaadi järgi: <br>US,Ameerika Ühendriigid <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Viimane uuendus"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Vaata"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Kuupäeva seaded"
405
  msgstr "<p>Järgnevad väljadele saab sisestada ainult () php kuupäevaformaati. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Vaata, kuidas luua omale kuupäeva formaat </a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Kuupäeva valiku formaat"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Vali kuupäeva formaat, mida kasutada kuupäevavalikus"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Kuva sündmuste kalendri linki"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug mode"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "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."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Pead uuendama!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Plugin uuendatud!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Viimane versioon:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Nõuab:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Preemium Add-onsid"
612
 
927
  msgid "French Guiana"
928
  msgstr "Prantsuse Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Seaded salvestatud"
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Sündmused"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Seaded"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumeenia"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Venemaa"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Kehtiv kood! Aegub %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Sündmuse seaded"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s seaded"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Taotlesid nuppu, mida pole olemas."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Sul pole õigust seda teha."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi-Araabia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Päring ei saadetud turvaliselt"
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Päring ei saadetud sellelt tab-ilt."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Vormil olid järgmised vead:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seishellid"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Ühtegi seadet ei salvestatud. Proovi uuesti."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Ülevalolevat seadet ei salvestatud. Teised seaded slvestati edukalt."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s peab sisaldama ainult numbreid, tähti ja punkte"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s peab olema positiivne number."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s peab olema kehtiv slug (numbrid, tähed, alakriipsud)"
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s peab olema kehtiv absoluutne URL"
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s peab sisaldama väärtust sellest valikust"
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Võrdlus ebaõnnestus kuna väärtust ei edastatud väljale %s."
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s ei saa olla sama kui %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s ei saa olla dublikaat"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s peab olema number protsentides"
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s peab olema number 0 ja 21 vahel"
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s võib sisaldada vaid tähti, numbreid, ülakoma ja tühikuid"
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s võib sisaldada vaid tähti, tühikuid, ülakoma ja mõttekriipsu"
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s peab sisaldama 5 numbrit"
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s peab olema telefoninumber"
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Riikide list peab olema formaadis üks maa reas järgneva formaadi järgi: <br>US,Ameerika Ühendriigid <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-fi.mo CHANGED
Binary file
common/lang/tribe-common-fi.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-12-02 19:08:14+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versio"
338
  msgid "Last Update"
339
  msgstr "Viimeisin päivitys"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Päivämäärän muotoilun asetukset"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Seuraavat kolme kenttää hyväksyvät php date() funktiolla tehdyt päivämäärän muotoiluasetukset. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Opi täältä kuinka tehdään omat päivämäärän muotoiluasetukset</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Päivämäärä vuodella"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Päivämäärän ja ajan erottaja"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Anna erottaja, joka sijoitetaan päivämäärän ja ajan väliin, kun kumpikin näytetään."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Päivämäärän valinnan muotoilu"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Valitse muotoilu, jota käytetään päivämäärää valittaessa"
368
 
@@ -395,39 +441,15 @@ msgstr "Ajatteletko, \"Vau, tämä lisäosa on hämmästyttävä! Minun pitäisi
395
  msgid "Show The Events Calendar link"
396
  msgstr "Näytä The Events Calendar -linkki"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Yleiset asetukset"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Oletusvaluuttasymboli"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Aseta oletusvaluutta tapahtuman hinnalle. Huomaa, että tämä muutos koskee ainoastaan tulevia tapahtumia."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Valuutan symboli seuraa arvoa"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Valuutan symboli on yleensä ennen arvoa. Valitsemalla tämän vaihtoehdon symboli sijoitetaan arvon jälkeen."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Muut asetukset"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug-tila"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Ota tämä asetus käyttöön tallentaaksesi debug-tietoja. Oletuksena tiedot kirjatuvat palvelimelle PHP:n virhelokiin. Jos haluat nähdä lokeja selaimessasi, suosittelemme, että asennat %s, ja etsit \"Tribe\"-välilehden debug-tiedoista."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar -lisäosa"
433
 
@@ -440,13 +462,13 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Sinun täytyy päivittää!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Olet ajan tasalla!"
446
 
447
  #: src/Tribe/Admin/Help_Page.php:183
448
  msgid "Events Calendar PRO"
449
- msgstr ""
450
 
451
  #: src/Tribe/View_Helpers.php:281
452
  msgid "Wallis And Futuna Islands"
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Uusin versio:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Vaatii:"
558
 
@@ -560,7 +582,7 @@ msgstr "Vaatii:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Maksulliset lisäosat"
590
 
@@ -905,7 +927,7 @@ msgstr "Ranska, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "Ranskan Guayana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Asetukset tallennettu."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "tapahtumat"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Asetukset"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Pahoittelemme, validointiavaimen vahvistusserveri ei ole saatavilla."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Pahoittelemme, tämä avain on vanhentunut."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Pahoittelemme, tämän avaimen asennusmäärien raja on saavutettu."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Miksi näen tämän viestin?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Venäjä"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Pahoittelemme, tämä avain ei kelpaa."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ruanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Lisenssiavain kelvollinen! Erääntyy %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Lisenssiavain kelvollinen! Erääntyy %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts ja Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent ja Grenadiinit"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Tapahtumien asetukset"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Tapahtumien asetukset"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s asetukset"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s asetukset"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Välilehteä ei ole olemassa."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Välilehteä ei ole olemassa."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome ja Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Sinulla ei ole lupaa tehdä tätä."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Sinulla ei ole lupaa tehdä tätä."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi-Arabia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Pyyntö lähetettiin suojaamattomana."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Pyyntö lähetettiin suojaamattomana."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Pyyntöä ei lähetetty tältä välilehdeltä."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Pyyntöä ei lähetetty tältä välilehdeltä."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Lomakkeessa oli seuraavat virheet:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Lomakkeessa oli seuraavat virheet:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychellit"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Asetuksia ei tallennettu. Ole hyvä ja yritä uudelleen."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Asetuksia ei tallennettu. Ole hyvä ja yritä uudelleen."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Edellä olevaa asetusta ei tallennettu. Muiden asetusten tallennus onnistui."
@@ -1687,60 +1693,60 @@ msgstr "%s saa sisältää vain numeroita ja kirjaimia"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s saa sisältää vain numeroita, kirjaimia ja pisteitä"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s täytyy olla positiivinen luku."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s on oltava osoite-muotoa (numeroita, kirjaimia, väliviivoja ja alaviivoja)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s on oltava kelvollinen URL."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s on oltava arvo, joka on sen asetuksissa."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Kentän %s validointi epäonnistui, koska vertailuarvoa ei annettu"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s ei voi olla sama kuin %s ."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s ei voi olla kaksoiskappale"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s täytyy olla numero tai prosenttiluku."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s täytyy olla numero väliltä 0 ja 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s saa sisältää vain kirjaimia, numeroita, väliviivoja, heittomerkkejä ja välilyöntejä."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s saa olla vain kirjaimia, välilyöntejä, heittomerkkejä ja viivoja."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s täytyy sisältää 5 numeroa."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s on oltava puhelinnumero."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Maaluettelossa tulee olla yksi maa per rivi seuraavassa muodossa: <br>US, Yhdysvallat <br> UK, Iso-Britannia."
1746
 
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-05-26 04:49:16+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Viimeisin päivitys"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Katso"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Päivämäärän muotoilun asetukset"
405
  msgstr "<p>Seuraavat kolme kenttää hyväksyvät php date() funktiolla tehdyt päivämäärän muotoiluasetukset. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Opi täältä kuinka tehdään omat päivämäärän muotoiluasetukset</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Päivämäärän valinnan muotoilu"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Valitse muotoilu, jota käytetään päivämäärää valittaessa"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Näytä The Events Calendar -linkki"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug-tila"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Ota tämä asetus käyttöön tallentaaksesi debug-tietoja. Oletuksena tiedot kirjatuvat palvelimelle PHP:n virhelokiin. Jos haluat nähdä lokeja selaimessasi, suosittelemme, että asennat %s, ja etsit \"Tribe\"-välilehden debug-tiedoista."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar -lisäosa"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Sinun täytyy päivittää!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Olet ajan tasalla!"
468
 
469
  #: src/Tribe/Admin/Help_Page.php:183
470
  msgid "Events Calendar PRO"
471
+ msgstr "Events Calendar PRO"
472
 
473
  #: src/Tribe/View_Helpers.php:281
474
  msgid "Wallis And Futuna Islands"
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Uusin versio:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Vaatii:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Maksulliset lisäosat"
612
 
927
  msgid "French Guiana"
928
  msgstr "Ranskan Guayana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Asetukset tallennettu."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "tapahtumat"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Asetukset"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Venäjä"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ruanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Lisenssiavain kelvollinen! Erääntyy %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts ja Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent ja Grenadiinit"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Tapahtumien asetukset"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s asetukset"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Välilehteä ei ole olemassa."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome ja Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Sinulla ei ole lupaa tehdä tätä."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi-Arabia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Pyyntö lähetettiin suojaamattomana."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Pyyntöä ei lähetetty tältä välilehdeltä."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Lomakkeessa oli seuraavat virheet:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychellit"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Asetuksia ei tallennettu. Ole hyvä ja yritä uudelleen."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Edellä olevaa asetusta ei tallennettu. Muiden asetusten tallennus onnistui."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s saa sisältää vain numeroita, kirjaimia ja pisteitä"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s täytyy olla positiivinen luku."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s on oltava osoite-muotoa (numeroita, kirjaimia, väliviivoja ja alaviivoja)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s on oltava kelvollinen URL."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s on oltava arvo, joka on sen asetuksissa."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Kentän %s validointi epäonnistui, koska vertailuarvoa ei annettu"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s ei voi olla sama kuin %s ."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s ei voi olla kaksoiskappale"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s täytyy olla numero tai prosenttiluku."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s täytyy olla numero väliltä 0 ja 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s saa sisältää vain kirjaimia, numeroita, väliviivoja, heittomerkkejä ja välilyöntejä."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s saa olla vain kirjaimia, välilyöntejä, heittomerkkejä ja viivoja."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s täytyy sisältää 5 numeroa."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s on oltava puhelinnumero."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Maaluettelossa tulee olla yksi maa per rivi seuraavassa muodossa: <br>US, Yhdysvallat <br> UK, Iso-Britannia."
1752
 
common/lang/tribe-common-fr_CA.mo CHANGED
Binary file
common/lang/tribe-common-fr_CA.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Version"
338
  msgid "Last Update"
339
  msgstr "Dernière mise à jour"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Paramètres de Format de date"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p> Les trois champs suivants acceptent les options de format de date disponible pour la fonction PHP date (). <a href=« http://codex.wordpress.org/Formatting_Date_and_Time » target=« _blank »>Apprenez à créer votre propre format de date ici</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Date avec année"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Séparateur de dates et d’heures"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Entrez le séparateur qui sera placé entre la date et l&#39;heure lorsque les deux sont indiquées."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Format de date du sélecteur de date"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Sélectionnez le format de date à utiliser dans les sélectionneurs de date"
368
 
@@ -395,39 +441,15 @@ msgstr "Tu penses \"Wow, ce plugin est incroyable! Je devrais dire grâce à Mod
395
  msgid "Show The Events Calendar link"
396
  msgstr "Afficher un lien vers le calendrier des événements"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Configuration générale"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Symbole monétaire par défaut"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Utilisez le symbole de devise par défaut pour les coûts des stages. Veuillez noter que cela agira seulement sur les futurs stages, les changements effectués ne s’appliquerons pas rétroactivement."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Symbole monétaire valeur suivie"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Le symbole monétaire précède normalement la valeur. L'activation de cette option positionne le symbole après la valeur."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Paramètres divers"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Mode de débogage"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Activer cette option pour enregistrer les informations de débogage. Par défaut les informations seront enregistrés sur le ficher d’enregistrement de votre serveur PHP (Error Log). Si vous souhaitez voir les messages enregistrés sur votre navigateur, nous vous recommandons d’installer %s et de rechercher l’onglet « Tribe »."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Barre du débogage d'extension"
433
 
@@ -440,7 +462,7 @@ msgstr "n/d"
440
  msgid "You need to upgrade!"
441
  msgstr "Vous devez mettre à niveau !"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Vous êtes à jour !"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Dernière Version :"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiane"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Exigences :"
558
 
@@ -560,7 +582,7 @@ msgstr "Exigences :"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress"
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Modules de prime"
590
 
@@ -905,7 +927,7 @@ msgstr "France (métropole)"
905
  msgid "French Guiana"
906
  msgstr "Guyane Française"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Paramètres enregistrés."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Événements"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigéria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Paramètres"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Désolé, le serveur de validation des clés n’est pas disponible."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Désolé, cette clé a expirée."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Réunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Désolé, cette clé n’est plus valable"
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Roumanie"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Pourquoi vois-je ce message?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Fédération de Russie"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Désolé, cette clé n'est pas valide."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Clé valide! Expire le%s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Clé valide! Expire le%s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint-Christophe-et-Niévès"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Sainte-Lucie"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint-Vincent-et-les-Grenadines,"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Paramètres d'événements"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Paramètres d'événements"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Paramètres"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Paramètres"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Vous avez demandé un onglet inexistant."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Vous avez demandé un onglet inexistant."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome et Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Vous n’avez pas la permission d’effectuer ceci."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Vous n’avez pas la permission d’effectuer ceci."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Arabie Saoudite"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Cette requête a été envoyer de manière non-sécurisée."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Cette requête a été envoyer de manière non-sécurisée."
1447
  msgid "Senegal"
1448
  msgstr "Sénégal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "La requête n’à pas été envoyé depuis cet onglet."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "La requête n’à pas été envoyé depuis cet onglet."
1455
  msgid "Serbia"
1456
  msgstr "Serbie"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Votre formulaire a les erreurs suivantes :"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Votre formulaire a les erreurs suivantes :"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Aucuns de vos réglages n’ont été sauvés. Merci de réessayer à nouveau."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Aucuns de vos réglages n’ont été sauvés. Merci de réessayer à no
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Le paramètre ci-dessus n'était pas enregistré. Les autres paramètres ont été enregistrés avec succès."
@@ -1687,60 +1693,60 @@ msgstr "%s doit contenir seulement que des chiffres et lettres."
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s doit seulement contenir des chiffres, des lettres et des points"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s doit être un nombre positif."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s doit être une entré valide (nombres, lettres, tirets, et traits de soulignement)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s doit être un lien URL valide et absolu."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s doit contenir une valeur qui font partie de l'une de ses options."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Validation de comparaison échoué parce qu’il n’y a pas de valeur de comparaison fourni pour le champ %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s ne peut-être pareil à %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s ne peut être dupliqué"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s doit être un chiffre ou en pourcentage."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s doit être un chiffre entre 0 et 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s doit contenir uniquement des lettres, chiffres, tirets, apostrophes et espaces."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s doit contenir uniquement des lettres, tirets, apostrophes et espaces."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s doit contenir 5 chiffres."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s doit être un numéro de téléphone."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Liste des pays doit être formatée comme un pays par ligne dans le format suivant :<br>EUA, États-Unis d'Amérique<br>RU, Royaume-Uni."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Dernière mise à jour"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Voir"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Paramètres de Format de date"
405
  msgstr "<p> Les trois champs suivants acceptent les options de format de date disponible pour la fonction PHP date (). <a href=« http://codex.wordpress.org/Formatting_Date_and_Time » target=« _blank »>Apprenez à créer votre propre format de date ici</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Format de date du sélecteur de date"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Sélectionnez le format de date à utiliser dans les sélectionneurs de date"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Afficher un lien vers le calendrier des événements"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Mode de débogage"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Activer cette option pour enregistrer les informations de débogage. Par défaut les informations seront enregistrés sur le ficher d’enregistrement de votre serveur PHP (Error Log). Si vous souhaitez voir les messages enregistrés sur votre navigateur, nous vous recommandons d’installer %s et de rechercher l’onglet « Tribe »."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Barre du débogage d'extension"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Vous devez mettre à niveau !"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Vous êtes à jour !"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Dernière Version :"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Exigences :"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress"
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Modules de prime"
612
 
927
  msgid "French Guiana"
928
  msgstr "Guyane Française"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Paramètres enregistrés."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Événements"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Paramètres"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Réunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Roumanie"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Fédération de Russie"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Clé valide! Expire le%s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint-Christophe-et-Niévès"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint-Vincent-et-les-Grenadines,"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Paramètres d'événements"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Paramètres"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Vous avez demandé un onglet inexistant."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome et Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Vous n’avez pas la permission d’effectuer ceci."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Arabie Saoudite"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Cette requête a été envoyer de manière non-sécurisée."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Sénégal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "La requête n’à pas été envoyé depuis cet onglet."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbie"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Votre formulaire a les erreurs suivantes :"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Aucuns de vos réglages n’ont été sauvés. Merci de réessayer à nouveau."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Le paramètre ci-dessus n'était pas enregistré. Les autres paramètres ont été enregistrés avec succès."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s doit seulement contenir des chiffres, des lettres et des points"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s doit être un nombre positif."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s doit être une entré valide (nombres, lettres, tirets, et traits de soulignement)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s doit être un lien URL valide et absolu."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s doit contenir une valeur qui font partie de l'une de ses options."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Validation de comparaison échoué parce qu’il n’y a pas de valeur de comparaison fourni pour le champ %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s ne peut-être pareil à %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s ne peut être dupliqué"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s doit être un chiffre ou en pourcentage."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s doit être un chiffre entre 0 et 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s doit contenir uniquement des lettres, chiffres, tirets, apostrophes et espaces."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s doit contenir uniquement des lettres, tirets, apostrophes et espaces."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s doit contenir 5 chiffres."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s doit être un numéro de téléphone."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Liste des pays doit être formatée comme un pays par ligne dans le format suivant :<br>EUA, États-Unis d'Amérique<br>RU, Royaume-Uni."
1752
 
common/lang/tribe-common-fr_FR.mo CHANGED
Binary file
common/lang/tribe-common-fr_FR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-12-02 19:08:14+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -224,7 +278,7 @@ msgstr ""
224
 
225
  #: src/Tribe/Admin/Help_Page.php:224
226
  msgid "Event Tickets Plus"
227
- msgstr ""
228
 
229
  #: src/Tribe/Admin/Help_Page.php:52
230
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr "Sauvegarder les modifications"
260
 
@@ -338,6 +392,10 @@ msgstr "Version"
338
  msgid "Last Update"
339
  msgstr "Dernière mise à jour"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Paramètres de format de date"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Les trois champs suivants acceptent les options de format de date disponible pour la fonction PHP date(). <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Apprenez à créer votre propre format de date ici</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Date avec année"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Séparateur de dates et d'heures"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Entrez le séparateur qui sera placé entre la date et l&#39;heure lorsque les deux sont indiquées."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Format de date du sélecteur de date"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Sélectionnez le format de date à utiliser dans le sélecteur de date"
368
 
@@ -395,39 +441,15 @@ msgstr "Vous vous dites « Waouh ! Ce plugin est génial ! Je devrais remerci
395
  msgid "Show The Events Calendar link"
396
  msgstr "Afficher le lien de The Event Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Réglages généraux"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Symbole de devise par défaut"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Utilisez le symbole de devise par défaut pour les coûts des événements. Veuillez noter que cela concernera seulement les événements à venir : les changements effectués ne s'appliquerons pas rétroactivement."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Placer le symbole de devise après la valeur"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Par défaut, le symbole monétaire précède la valeur. Si vous cochez cette option, le symbole sera placé après la valeur."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Paramètres divers"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Mode de débogage"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Activer cette option pour enregistrer les informations de débogage. Par défauts les informations seront enregistrés sur le ficher d'enregistrement de votre serveur PHP (Error Log). Si vous souhaitez voir les messages du journal sur votre navigateur, nous vous recommandons d'installer %s et de rechercher l'onglet \"Tribe\" dans la sortie de débogage."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Plugin Debug Bar"
433
 
@@ -440,7 +462,7 @@ msgstr "nd"
440
  msgid "You need to upgrade!"
441
  msgstr "Vous devez mettre à jour !"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Vous avez la dernière version !"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Dernière version :"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiane"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Requiert :"
558
 
@@ -560,7 +582,7 @@ msgstr "Requiert :"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress"
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Modules Premium"
590
 
@@ -905,7 +927,7 @@ msgstr "France Métropolitaine"
905
  msgid "French Guiana"
906
  msgstr "Guyane Française"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Réglages sauvegardés."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Événements"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Préférences"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Désolé, le serveur de validation des clés n'est pas disponible."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Désolé, cette clé a expiré."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Réunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Désolé, cette clé ne peut pas être utilisée pour d'autres installations."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Roumanie"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Pourquoi ce message apparaît-il ?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russie, Fédération de"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Désolé, cette clé ne est pas valide."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Clé valide ! Expire le %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Clé valide ! Expire le %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts et Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Sainte Lucie"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent et les Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Réglages d'événements"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Réglages d'événements"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "Préférences %s "
1421
 
@@ -1423,7 +1429,7 @@ msgstr "Préférences %s "
1423
  msgid "San Marino"
1424
  msgstr "Saint-Marin"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "L'onglet demandé n'existe pas."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "L'onglet demandé n'existe pas."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tomé et Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Vous n'avez pas la permission d'effectuer ceci."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Vous n'avez pas la permission d'effectuer ceci."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Arabie Saoudite"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "La requête a été envoyée de manière non sécurisée."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "La requête a été envoyée de manière non sécurisée."
1447
  msgid "Senegal"
1448
  msgstr "Sénégal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "La requête n'a pas été envoyée depuis cet onglet."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "La requête n'a pas été envoyée depuis cet onglet."
1455
  msgid "Serbia"
1456
  msgstr "Serbie"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Votre formulaire contiens les erreurs suivantes :"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Votre formulaire contiens les erreurs suivantes :"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Aucun de vos réglages n'a été sauvegardé. Merci de réessayer."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Aucun de vos réglages n'a été sauvegardé. Merci de réessayer."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Le réglage ci-dessus n&#39;a pas été enregistré. Les autres paramètres ont été correctement enregistrés."
@@ -1687,60 +1693,60 @@ msgstr "%s doit contenir des chiffres et des lettres seulement"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s doit contenir uniquement des chiffres, lettres et points"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s doit être un nombre positif."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s doit être un permalien valide (nombre, lettres, tirets et tirets de soulignement)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s doit être une URL absolue valide."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s doit être une valeur qui fait parti de ses options."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Échec de validation de la comparaison : aucune valeur de comparaison fournie pour le champ %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s ne peut être identique à %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s ne doit pas être en double"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s doit être un nombre ou un pourcentage."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s doit être un nombre entre 0 et 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s doit contenir seulement des lettres, nombres, tirets, apostrophes et espaces."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s doit comporter des lettres, espaces, apostrophes et tirets."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s doit comprendre au moins 5 chiffres."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s doit être un numéro de téléphone."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "La liste de pays doit être formatée avec un pays par ligne et avec le format suivant: <br>FR, France <br> UK, United Kingdom."
1746
 
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-05-26 04:56:51+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
278
 
279
  #: src/Tribe/Admin/Help_Page.php:224
280
  msgid "Event Tickets Plus"
281
+ msgstr "Event Tickets Plus"
282
 
283
  #: src/Tribe/Admin/Help_Page.php:52
284
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr "Sauvegarder les modifications"
314
 
392
  msgid "Last Update"
393
  msgstr "Dernière mise à jour"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Afficher"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Paramètres de format de date"
405
  msgstr "<p>Les trois champs suivants acceptent les options de format de date disponible pour la fonction PHP date(). <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Apprenez à créer votre propre format de date ici</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Format de date du sélecteur de date"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Sélectionnez le format de date à utiliser dans le sélecteur de date"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Afficher le lien de The Event Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Mode de débogage"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Activer cette option pour enregistrer les informations de débogage. Par défauts les informations seront enregistrés sur le ficher d'enregistrement de votre serveur PHP (Error Log). Si vous souhaitez voir les messages du journal sur votre navigateur, nous vous recommandons d'installer %s et de rechercher l'onglet \"Tribe\" dans la sortie de débogage."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Plugin Debug Bar"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Vous devez mettre à jour !"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Vous avez la dernière version !"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Dernière version :"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Requiert :"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress"
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Modules Premium"
612
 
927
  msgid "French Guiana"
928
  msgstr "Guyane Française"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Réglages sauvegardés."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Événements"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Préférences"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Réunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Roumanie"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russie, Fédération de"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Clé valide ! Expire le %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts et Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent et les Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Réglages d'événements"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "Préférences %s "
1427
 
1429
  msgid "San Marino"
1430
  msgstr "Saint-Marin"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "L'onglet demandé n'existe pas."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tomé et Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Vous n'avez pas la permission d'effectuer ceci."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Arabie Saoudite"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "La requête a été envoyée de manière non sécurisée."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Sénégal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "La requête n'a pas été envoyée depuis cet onglet."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbie"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Votre formulaire contiens les erreurs suivantes :"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Aucun de vos réglages n'a été sauvegardé. Merci de réessayer."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Le réglage ci-dessus n&#39;a pas été enregistré. Les autres paramètres ont été correctement enregistrés."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s doit contenir uniquement des chiffres, lettres et points"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s doit être un nombre positif."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s doit être un permalien valide (nombre, lettres, tirets et tirets de soulignement)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s doit être une URL absolue valide."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s doit être une valeur qui fait parti de ses options."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Échec de validation de la comparaison : aucune valeur de comparaison fournie pour le champ %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s ne peut être identique à %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s ne doit pas être en double"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s doit être un nombre ou un pourcentage."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s doit être un nombre entre 0 et 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s doit contenir seulement des lettres, nombres, tirets, apostrophes et espaces."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s doit comporter des lettres, espaces, apostrophes et tirets."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s doit comprendre au moins 5 chiffres."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s doit être un numéro de téléphone."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "La liste de pays doit être formatée avec un pays par ligne et avec le format suivant: <br>FR, France <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-hu_HU.mo CHANGED
Binary file
common/lang/tribe-common-hu_HU.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Verzió"
338
  msgid "Last Update"
339
  msgstr "Utolsó frissítés"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Dátum formátum beállítások"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>A következő három mezőben a php date()funkcióval elérhető dátum formátumokat adhatsz meg. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Nézd meg, hogyan hozhatsz létre egyéni dátum formátumot</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Dátum évvel"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Dátum idő elválasztó"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Add meg az elválasztót, amely a dátum és az időpont között kerül elhelyezésre."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Dátumválasztó formátuma"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "A dátumválasztóknál használt dátum formátum kiválasztása."
368
 
@@ -395,39 +441,15 @@ msgstr "Arra, gondolsz, hogy \"Hú, ez a bővítmény csodálatos! Köszönetet
395
  msgid "Show The Events Calendar link"
396
  msgstr "A The Events Calendar link megjelenítése"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Általános beállítások"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Alapértelmezett pénznem szimbólum"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Állítsd be az alapértelmezett pénznem szimbólumot az események költségeihez. Vedd figyelembe, hogy ez csak a jövőbeli eseményekre lesz hatással, a korábbiakra nem."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Pénznem szimbóluma az összeg után"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "A pénznem szimbóluma rendszeri megelőzi az értéket. A lehetőség engedélyezésével a szimbólum az érték mögé kerül."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Egyéb beállítások"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug mód"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Engedélyezd ezt a beállítást, hogy a hibakeresési információk naplózásra kerüljenek. Alapértelmezés szerint ez a szerver PHP hibanaplójába kerül. Ha a naplóüzeneteket a böngészőben szeretnéd megtekinteni, javasoljuk, hogy telepítsd a %s-t, és tekintsd meg a \"Tribe\" fület a hibakeresési kimeneten."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar bővítmény"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Frissítés szükséges!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Naprakész vagy!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Legújabb verzió:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Szükséges:"
558
 
@@ -560,7 +582,7 @@ msgstr "Szükséges:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress"
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Prémium kiegészítők"
590
 
@@ -905,7 +927,7 @@ msgstr "Franciaország"
905
  msgid "French Guiana"
906
  msgstr "Francia Guyana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Beállítások elmentve."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghána"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltár"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Események"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigéria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Beállítások"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Sajnáljuk, de a kulcs érvényességét ellenőrző kiszolgáló nem el
1355
  msgid "Qatar"
1356
  msgstr "Katar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Sajnáljuk, de ez a kulcs lejárt."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Réunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Sajnáljuk, de ez a kulcs elérte a telepítések maximális számát."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Románia"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Miért jelent meg ez az üzenet"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Orosz Föderáció"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Sajnáljuk, de ez kulcs nem érvényes."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ruanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Érvényes kulcs! Lejár ekkor: %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Érvényes kulcs! Lejár ekkor: %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts és Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent és a Grenadine-szigetek"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Események beállításai"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Események beállításai"
1415
  msgid "Samoa"
1416
  msgstr "Szamoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s beállítások"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s beállítások"
1423
  msgid "San Marino"
1424
  msgstr "San Marino Köztársaság"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Az általad kért lap nem létezik."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Az általad kért lap nem létezik."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome és Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Ehhez nincs jogosultságod."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Ehhez nincs jogosultságod."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Szaúd-Arábia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "A kérés nem biztonságosan lett elküldve."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "A kérés nem biztonságosan lett elküldve."
1447
  msgid "Senegal"
1448
  msgstr "Szenegál"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "A kérés nem lett elküldve erről a lapról."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "A kérés nem lett elküldve erről a lapról."
1455
  msgid "Serbia"
1456
  msgstr "Szerbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Az űrlap a következő hibákat tartalmazza:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Az űrlap a következő hibákat tartalmazza:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelle-szigetek"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "A beállítások mentése nem sikerült. Kérjük, próbáld újra."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "A beállítások mentése nem sikerült. Kérjük, próbáld újra."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "A fenti beállítást nem sikerült menteni. A többi beállítás mentése sikeresen megtörtént."
@@ -1687,60 +1693,60 @@ msgstr "%s csak számokat és betűket tartalmazhat."
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s csak számokat, betűket és pontokat tartalmazhat"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s csak pozitív szám lehet."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s csak érvényes előtag lehet: szám, betű, kötőjel, alávonás."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s csak érvényes URL lehet."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s csak olyan értéket vehet fel, amit a lehetőségei tartamaznak."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Az összehasonlítás érvényesítése sikertelen volt, mert nem lett megadva összehasonlítási érték erre a mezőre: %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s nem lehet ugyan az, mint %s"
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s nem lehet duplikált"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s csak szám vagy százalék lehet."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s értéke csak 0 és 21 közötti szám lehet."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s csak betűket, számokat, kötőjeleket, aposztrofokat és szóközöket tartalmazhat."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s csak betűket, szóközöket, aposztrofokat és kötőjeleket tartalmazhat."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s 5 számot kell, hogy tartalmazzon."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s csak telefonszám lehet."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Egy ország soronként a következő formában: <br> US, Egyesült Államok <br> UK, Egyesült Királyság."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Utolsó frissítés"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Megtekintés"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Dátum formátum beállítások"
405
  msgstr "<p>A következő három mezőben a php date()funkcióval elérhető dátum formátumokat adhatsz meg. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Nézd meg, hogyan hozhatsz létre egyéni dátum formátumot</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Dátumválasztó formátuma"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "A dátumválasztóknál használt dátum formátum kiválasztása."
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "A The Events Calendar link megjelenítése"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug mód"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Engedélyezd ezt a beállítást, hogy a hibakeresési információk naplózásra kerüljenek. Alapértelmezés szerint ez a szerver PHP hibanaplójába kerül. Ha a naplóüzeneteket a böngészőben szeretnéd megtekinteni, javasoljuk, hogy telepítsd a %s-t, és tekintsd meg a \"Tribe\" fület a hibakeresési kimeneten."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar bővítmény"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Frissítés szükséges!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Naprakész vagy!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Legújabb verzió:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Szükséges:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress"
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Prémium kiegészítők"
612
 
927
  msgid "French Guiana"
928
  msgstr "Francia Guyana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Beállítások elmentve."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltár"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Események"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Beállítások"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Réunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Románia"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Orosz Föderáció"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ruanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Érvényes kulcs! Lejár ekkor: %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts és Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent és a Grenadine-szigetek"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Események beállításai"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Szamoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s beállítások"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino Köztársaság"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Az általad kért lap nem létezik."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome és Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Ehhez nincs jogosultságod."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Szaúd-Arábia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "A kérés nem biztonságosan lett elküldve."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Szenegál"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "A kérés nem lett elküldve erről a lapról."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Szerbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Az űrlap a következő hibákat tartalmazza:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelle-szigetek"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "A beállítások mentése nem sikerült. Kérjük, próbáld újra."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "A fenti beállítást nem sikerült menteni. A többi beállítás mentése sikeresen megtörtént."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s csak számokat, betűket és pontokat tartalmazhat"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s csak pozitív szám lehet."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s csak érvényes előtag lehet: szám, betű, kötőjel, alávonás."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s csak érvényes URL lehet."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s csak olyan értéket vehet fel, amit a lehetőségei tartamaznak."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Az összehasonlítás érvényesítése sikertelen volt, mert nem lett megadva összehasonlítási érték erre a mezőre: %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s nem lehet ugyan az, mint %s"
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s nem lehet duplikált"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s csak szám vagy százalék lehet."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s értéke csak 0 és 21 közötti szám lehet."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s csak betűket, számokat, kötőjeleket, aposztrofokat és szóközöket tartalmazhat."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s csak betűket, szóközöket, aposztrofokat és kötőjeleket tartalmazhat."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s 5 számot kell, hogy tartalmazzon."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s csak telefonszám lehet."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Egy ország soronként a következő formában: <br> US, Egyesült Államok <br> UK, Egyesült Királyság."
1752
 
common/lang/tribe-common-id_ID.mo CHANGED
Binary file
common/lang/tribe-common-id_ID.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versi"
338
  msgid "Last Update"
339
  msgstr "Update Terakhir"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Pengaturan Format Tanggal"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p> Tiga field berikut menerima opsi format tanggal yang tersedia dalam function php date() . <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\"> Pelajari cara membuat format tanggal Anda sendiri di sini </a>. </p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Tanggal dengan tahun"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Pemisah tanggal waktu"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Masukkan pemisah yang akan ditempatkan di antara tanggal dan waktu, ketika keduanya ditampilkan."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Format Datepicker Tanggal"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Pilih format tanggal untuk digunakan dalam datepickers"
368
 
@@ -395,39 +441,15 @@ msgstr "Apakah Anda berpikir \"Wow, plugin ini luar biasa! Saya harus mengucapka
395
  msgid "Show The Events Calendar link"
396
  msgstr "Tampilkan Link The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Pengaturan Umum"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Simbol mata uang default"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Tentukan simbol mata uang default untuk biaya event. Catatan bahwa ini hanya berdampak pada event masa depan, dan perubahan yang dilakukan tidak akan berlaku surut."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Simbol mata uang berikut nilai"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Simbol mata uang biasanya mendahului nilai. Mengaktifkan opsi ini posisi simbol setelah nilai."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Pengaturan Miscellaneous"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Modus Debug"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Aktifkan opsi ini untuk informasi log debug. Secara default ini akan masuk ke log error server PHP Anda. Jika Anda ingin melihat pesan log di browser Anda, maka kami menyarankan Anda menginstal %s dan mencari \"Tribe\" tab dalam output debug."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Anda perlu meng-upgrade!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Anda up to date!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Versi Terbaru:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Membutuhkan:"
558
 
@@ -560,7 +582,7 @@ msgstr "Membutuhkan:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi."
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Add-Ons"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "Guyana Prancis"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Pengaturan disimpan."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Event"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Pengaturan"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Maaf, server validasi kunci tidak tersedia."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Maaf, kunci ini kadaluarsa."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Maaf, kunci ini keluar dari instalasi."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr ""
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Federasi Rusia"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Maaf, kunci ini tidak valid."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Kunci Valid! Berakhir pada %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Kunci Valid! Berakhir pada %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts dan Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lusia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent dan Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Pengaturan Event"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Pengaturan Event"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Pengaturan"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Pengaturan"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Anda telah meminta tab yang tidak ada."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Anda telah meminta tab yang tidak ada."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome Dan Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Anda tidak memiliki izin untuk melakukan itu."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Anda tidak memiliki izin untuk melakukan itu."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Arab Saudi"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Permintaan dikirim insecurely."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Permintaan dikirim insecurely."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Permintaan tidak dikirim dari tab ini."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Permintaan tidak dikirim dari tab ini."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Formulir Anda memiliki error berikut:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Formulir Anda memiliki error berikut:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Tak satu pun dari pengaturan Anda berhasil disimpan. Silakan coba lagi."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Tak satu pun dari pengaturan Anda berhasil disimpan. Silakan coba lagi."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Pengaturan di atas tidak disimpan. Pengaturan lain berhasil disimpan."
@@ -1687,60 +1693,60 @@ msgstr "%s harus berisi angka dan huruf saja"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s harus berisi angka, huruf dan titik saja"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s harus angka positif."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s harus slug valid (angka, huruf, tanda hubung, dan garis bawah)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s harus mutlak URL yang valid."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s harus memiliki nilai yang merupakan bagian dari pilihan."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Validasi perbandingan gagal karena tidak ada nilai perbandingan diberikan, untuk field %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s tidak bisa sama dengan %s ."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s tidak dapat duplikat"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s harus berupa angka atau persentase."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s harus berupa angka antara 0 dan 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s harus terdiri dari huruf, angka, tanda hubung, apostrof, dan spasi saja."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s harus terdiri dari huruf, spasi, apostrof, dan tanda hubung."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s harus terdiri dari 5 angka."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s harus berupa nomor telepon."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Daftar Negara harus diformat sebagai salah satu negara per baris dalam format berikut: <br> AS, Amerika Serikat <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Update Terakhir"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Lihat"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Pengaturan Format Tanggal"
405
  msgstr "<p> Tiga field berikut menerima opsi format tanggal yang tersedia dalam function php date() . <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\"> Pelajari cara membuat format tanggal Anda sendiri di sini </a>. </p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Format Datepicker Tanggal"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Pilih format tanggal untuk digunakan dalam datepickers"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Tampilkan Link The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Modus Debug"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Aktifkan opsi ini untuk informasi log debug. Secara default ini akan masuk ke log error server PHP Anda. Jika Anda ingin melihat pesan log di browser Anda, maka kami menyarankan Anda menginstal %s dan mencari \"Tribe\" tab dalam output debug."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Anda perlu meng-upgrade!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Anda up to date!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Versi Terbaru:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Membutuhkan:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Add-Ons"
612
 
927
  msgid "French Guiana"
928
  msgstr "Guyana Prancis"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Pengaturan disimpan."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Event"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Pengaturan"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Federasi Rusia"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Kunci Valid! Berakhir pada %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts dan Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent dan Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Pengaturan Event"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Pengaturan"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Anda telah meminta tab yang tidak ada."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome Dan Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Anda tidak memiliki izin untuk melakukan itu."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Arab Saudi"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Permintaan dikirim insecurely."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Permintaan tidak dikirim dari tab ini."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Formulir Anda memiliki error berikut:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Tak satu pun dari pengaturan Anda berhasil disimpan. Silakan coba lagi."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Pengaturan di atas tidak disimpan. Pengaturan lain berhasil disimpan."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s harus berisi angka, huruf dan titik saja"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s harus angka positif."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s harus slug valid (angka, huruf, tanda hubung, dan garis bawah)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s harus mutlak URL yang valid."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s harus memiliki nilai yang merupakan bagian dari pilihan."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Validasi perbandingan gagal karena tidak ada nilai perbandingan diberikan, untuk field %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s tidak bisa sama dengan %s ."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s tidak dapat duplikat"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s harus berupa angka atau persentase."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s harus berupa angka antara 0 dan 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s harus terdiri dari huruf, angka, tanda hubung, apostrof, dan spasi saja."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s harus terdiri dari huruf, spasi, apostrof, dan tanda hubung."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s harus terdiri dari 5 angka."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s harus berupa nomor telepon."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Daftar Negara harus diformat sebagai salah satu negara per baris dalam format berikut: <br> AS, Amerika Serikat <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-is_IS.mo CHANGED
Binary file
common/lang/tribe-common-is_IS.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Útgáfa"
338
  msgid "Last Update"
339
  msgstr "Síðast uppfært"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Stilling dasetningar"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Eftirfarandi þrjú svæði nota dagsetningar útlits möguleika sem er í php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Lærðu að útbúa þitt eigið svæði hérna</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Dagsetning með ári"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Dagsetn / tíma aðskilun"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Skráðu skil sem verða á milli dagsetningar og tíma, þegar bæði eru sýnileg."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Snið fyrir dagsetningar"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Velja sniðmát fyrir dagsetningar"
368
 
@@ -395,39 +441,15 @@ msgstr "Ert þú að hugsa \"Wow, þetta dagatal er æði!. Ég þarf að þakk
395
  msgid "Show The Events Calendar link"
396
  msgstr "Sýna Events Calendar hlekk"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Almennar stillingar"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Sjálfgefið gjaldmiðils merki"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Stilling á sjálfgefnu gjaldmiðils merki fyrir kostnað viðburðar. Takið eftir, þetta hefur aðeins áhrif á komandi viðburði og breytingar sem gerðar eru verða ekki afturvirkar."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Mynt:"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Gjaldmiðils merki venjulega undanfari verðgildis. Virkjun þess möguleika staðsetur merki eftir verðgildi."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Ýmsar stillingar"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Leiðréttunar viðmót"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Virkja þennan valkost til að skrá leiðréttar upplýsingar. Þetta skráist sjálfkrafa á PHP serverinn sem error log. Ef þú vilt sjá þessar upplýsingar í vafra þá mælum við með að setja þetta inn %s and look for the \"Tribe\" tab in the debug output."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Villu leiðréttingar stiku viðbót"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Vinsamlega uppfærið!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Premium Add-Ons Þú ert með nýjustu útgáfuna!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Nýjasta útgáfan:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Krefst:"
558
 
@@ -560,7 +582,7 @@ msgstr "Krefst:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium viðbætur"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "French Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Stillingar vistaðar."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Viðburðir"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Stillingar"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Afsakið, næst ekki að staðfesta lykil."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Afsakið, þetta leyfi er útrunnið."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Afsakið, þetta leyfi getur ekki sett upp fleiri."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Af hverju fæ ég þessi skilaboð?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russian Federation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Afsakið, þetta leyfi er ekki virkt."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Virkur leyfislykill! Rennur út %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Virkur leyfislykill! Rennur út %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Viðburðar stillingar"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Viðburðar stillingar"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s stillingar"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s stillingar"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Þú hefur beðið um flipa sem er ekki til."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Þú hefur beðið um flipa sem er ekki til."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Þú hefur ekki heimild til að gera þetta."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Þú hefur ekki heimild til að gera þetta."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi Arabia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Beiðni var send ótryggilega."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Beiðni var send ótryggilega."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Beiðni var ekki send frá flipa."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Beiðni var ekki send frá flipa."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Eftirfarandi villur voru á beiðni:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Eftirfarandi villur voru á beiðni:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Engar stillingar voru vistaðar. Reyndu aftur."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Engar stillingar voru vistaðar. Reyndu aftur."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Stilling að ofan var ekki vistuð. Aðrar stillingar voru vistaðar."
@@ -1687,60 +1693,60 @@ msgstr "%s má aðeins innihalda tölur og bókstafi"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s má aðeins innihalda tölur, bókstafi og punkta"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s verður að vera slétt tala."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s verður að vera gilt gildi (tölur, bókstafir, bandstirk eða undirstrik)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s verður að vera gilt endanlegt URL."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s verður að vera gildi sem er hluti af valkosti."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Samanburðar skráning tókst ekki þar sem engin samanburðar gildi voru tilgreind fyrir svæði %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s má ekki vera sama og %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s má ekki vera afrit"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s verður að vera tala eða prósenta."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s verður að vera tala á milli 0 og 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s verður að innihalda bókstafi, tölur, bandstrik, úrfellingarmerki og bil."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s verður að vera bókstafir, bil, úrfellingarmerki og bandstrik."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s verður að innihalda 5 tölustafi."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s verður að vera símanúmer."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Landslisti verður að vera með aðeins eitt land í línu og líta svona út: <br>US, United States <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Síðast uppfært"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Skoða"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Stilling dasetningar"
405
  msgstr "<p>Eftirfarandi þrjú svæði nota dagsetningar útlits möguleika sem er í php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Lærðu að útbúa þitt eigið svæði hérna</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Snið fyrir dagsetningar"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Velja sniðmát fyrir dagsetningar"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Sýna Events Calendar hlekk"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Leiðréttunar viðmót"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Virkja þennan valkost til að skrá leiðréttar upplýsingar. Þetta skráist sjálfkrafa á PHP serverinn sem error log. Ef þú vilt sjá þessar upplýsingar í vafra þá mælum við með að setja þetta inn %s and look for the \"Tribe\" tab in the debug output."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Villu leiðréttingar stiku viðbót"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Vinsamlega uppfærið!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Premium Add-Ons Þú ert með nýjustu útgáfuna!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Nýjasta útgáfan:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Krefst:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium viðbætur"
612
 
927
  msgid "French Guiana"
928
  msgstr "French Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Stillingar vistaðar."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Viðburðir"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Stillingar"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russian Federation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Virkur leyfislykill! Rennur út %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Viðburðar stillingar"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s stillingar"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Þú hefur beðið um flipa sem er ekki til."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Þú hefur ekki heimild til að gera þetta."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi Arabia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Beiðni var send ótryggilega."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Beiðni var ekki send frá flipa."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Eftirfarandi villur voru á beiðni:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Engar stillingar voru vistaðar. Reyndu aftur."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Stilling að ofan var ekki vistuð. Aðrar stillingar voru vistaðar."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s má aðeins innihalda tölur, bókstafi og punkta"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s verður að vera slétt tala."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s verður að vera gilt gildi (tölur, bókstafir, bandstirk eða undirstrik)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s verður að vera gilt endanlegt URL."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s verður að vera gildi sem er hluti af valkosti."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Samanburðar skráning tókst ekki þar sem engin samanburðar gildi voru tilgreind fyrir svæði %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s má ekki vera sama og %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s má ekki vera afrit"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s verður að vera tala eða prósenta."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s verður að vera tala á milli 0 og 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s verður að innihalda bókstafi, tölur, bandstrik, úrfellingarmerki og bil."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s verður að vera bókstafir, bil, úrfellingarmerki og bandstrik."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s verður að innihalda 5 tölustafi."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s verður að vera símanúmer."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Landslisti verður að vera með aðeins eitt land í línu og líta svona út: <br>US, United States <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-it_IT.mo CHANGED
Binary file
common/lang/tribe-common-it_IT.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versione"
338
  msgid "Last Update"
339
  msgstr "Ultimo aggiornamento"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Settaggi Formato Data"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>I seguenti tre campi accept opzioni di formato disponibili per la funzione php date(). <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Impara come creare tu stesso il formato data qui.</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Data con anno"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Separatore data e ora"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Inserisci il separatore che sarà collocato tra la data e l'ora, quando sono mostrati entrambi."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Datepicker Date Format"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Seleziona il formato data da usare nei datepickers."
368
 
@@ -395,39 +441,15 @@ msgstr "Stai pensando\" Wow, questo plug-in è fantastico! Devo ringraziare Mode
395
  msgid "Show The Events Calendar link"
396
  msgstr "Visualizza link a The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Impostazioni generali"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Simbolo valuta predefinito"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Imposta il simbolo di valuta predefinito per i costi dell'evento. Nota che questo ha impatto solo per gli eventi futuri, e le modifiche apportate non avranno effetto retroattivo."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Simbolo di valuta segue il valore"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Il simbolo di valuta normalmente precede il valore. Abilitando questa opzione posiziona il simbolo dopo il valore."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Impostazioni varie"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Modalità debug"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Abilita questa opzione per archiviare informazioni di debug. Solitamente questi dati vengono salvati nel file di log errori PHP. Se desideri visualizzare questi messaggi di log nel tuo browser, ti raccomandiamo l'installazione di %s e di visualizzare il tab \"Tribe\" nella visualizzazione di debug."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "plug-in Debug Bar"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Devi aggiornare!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Sei aggiornato!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Ultima versione:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Requisiti:"
558
 
@@ -560,7 +582,7 @@ msgstr "Requisiti:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "Wordpress"
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Add-on Premium"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "Guyana Francese"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Impostazioni salvate"
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Eventi"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Impostazioni"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Siamo spiacenti, server di convalida chiave non è disponibile."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Siamo spiacenti, questa chiave è scaduta."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Siamo spiacenti, questa chiave non può essere più utilizzata."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Perché vedo questo messaggio?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russian Federation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Siamo spiacenti, questa chiave non è valida."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Key Valido! Scade il %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Key Valido! Scade il %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Santa Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Impostazioni eventi"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Impostazioni eventi"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Impostazioni"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Impostazioni"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Hai richiesto una scheda inesistente."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Hai richiesto una scheda inesistente."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Non hai il permesso di farlo."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Non hai il permesso di farlo."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Arabia Saudita"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "La richiesta è stata inviata in modo non sicuro."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "La richiesta è stata inviata in modo non sicuro."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "La richiesta non è stata inviata da questa scheda."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "La richiesta non è stata inviata da questa scheda."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Il modulo ha i seguenti errori:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Il modulo ha i seguenti errori:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Nessuna delle tue impostazioni è stata salvata. Riprova."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Nessuna delle tue impostazioni è stata salvata. Riprova."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "L'impostazione precedente non è stata salvata. Altre impostazioni sono state salvate correttamente."
@@ -1687,60 +1693,60 @@ msgstr "%s deve contenere solo numeri e lettere"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "% s deve contenere solo numeri, lettere e punti"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s deve essere un numero positivo"
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s deve essere uno slug valido (numeri, lettere, trattini, e sottolineature)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s deve essere un URL assoluto valido."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s deve avere un valore che fa parte delle sue opzioni."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Convalida confronto non è riuscita perché è stato fornito alcun valore di confronto, per il camp %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s non può essere lo stesso di %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s non può essere un duplicato"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s deve essere un numero o una percentuale."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s deve essere un numero tra 0 e 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s deve essere costituito da lettere, numeri, trattini, apostrofi, e solo spazi."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s deve essere costituito da lettere, spazi, apostrofi e trattini."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s deve essere costituito da 5 numeri."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s deve essere un numero telefonico"
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Ultimo aggiornamento"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Vedi"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Settaggi Formato Data"
405
  msgstr "<p>I seguenti tre campi accept opzioni di formato disponibili per la funzione php date(). <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Impara come creare tu stesso il formato data qui.</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Datepicker Date Format"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Seleziona il formato data da usare nei datepickers."
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Visualizza link a The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Modalità debug"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Abilita questa opzione per archiviare informazioni di debug. Solitamente questi dati vengono salvati nel file di log errori PHP. Se desideri visualizzare questi messaggi di log nel tuo browser, ti raccomandiamo l'installazione di %s e di visualizzare il tab \"Tribe\" nella visualizzazione di debug."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "plug-in Debug Bar"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Devi aggiornare!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Sei aggiornato!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Ultima versione:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Requisiti:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "Wordpress"
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Add-on Premium"
612
 
927
  msgid "French Guiana"
928
  msgstr "Guyana Francese"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Impostazioni salvate"
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Eventi"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Impostazioni"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russian Federation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Key Valido! Scade il %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Impostazioni eventi"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Impostazioni"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Hai richiesto una scheda inesistente."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Non hai il permesso di farlo."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Arabia Saudita"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "La richiesta è stata inviata in modo non sicuro."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "La richiesta non è stata inviata da questa scheda."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Il modulo ha i seguenti errori:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Nessuna delle tue impostazioni è stata salvata. Riprova."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "L'impostazione precedente non è stata salvata. Altre impostazioni sono state salvate correttamente."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "% s deve contenere solo numeri, lettere e punti"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s deve essere un numero positivo"
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s deve essere uno slug valido (numeri, lettere, trattini, e sottolineature)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s deve essere un URL assoluto valido."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s deve avere un valore che fa parte delle sue opzioni."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Convalida confronto non è riuscita perché è stato fornito alcun valore di confronto, per il camp %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s non può essere lo stesso di %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s non può essere un duplicato"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s deve essere un numero o una percentuale."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s deve essere un numero tra 0 e 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s deve essere costituito da lettere, numeri, trattini, apostrofi, e solo spazi."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s deve essere costituito da lettere, spazi, apostrofi e trattini."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s deve essere costituito da 5 numeri."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s deve essere un numero telefonico"
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-lt_LT.mo CHANGED
Binary file
common/lang/tribe-common-lt_LT.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr "Išsaugoti pakeitimus"
260
 
@@ -338,6 +392,10 @@ msgstr "Verija"
338
  msgid "Last Update"
339
  msgstr "Paskutinis naujinimas"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Datos formato nustatymai"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Kituose trijuose laukuose priimami tokie datos formatai kaip ir php date() funkcijos. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Išmokti parengti reikiamą datos formatą galite čia</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Data su metais"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Datos laiko skirtukas"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Įveskite skirtuką kuris bus įdėtas tarp datos ir laiko kai abu jie bus rodomi."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Datos pasirinkimo formatas"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Pasirinkite datos formatą, kuris bus naudojamas datos rinktuve"
368
 
@@ -395,39 +441,15 @@ msgstr "Ar jūs mąstote \"Vau, šis papildinys nepakartojamas! Gal turėčiau p
395
  msgid "Show The Events Calendar link"
396
  msgstr "Rodyti Renginių Kalendoriaus nuorodą"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Bendrieji parametrai"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Numatytasis valiutos simbolis"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Nustatykite numatytąjį valiutos simbolį renginių kainoms. Atkreipkite dėmesį, kad tai tik paveiks ateities renginius, ir pakeitimai nebus taikomi atgaline data."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Valiutos simbolis prieš reikšmę"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Valiutos simbolis paprastai būna prieš reikšmę. Įgalinus šią parinktį, simbolis bus už reikšmės."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Įvairūs nustatymai"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Derinimo režimas"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Įjunkite šią parinktį jei norite įrašyti derinimo informaciją. Pagal numatytuosius nustatymus tai bus įrašoma jūsų serverio PHP klaidų ataskaitoje. Jei norite matyti įrašų žinutes jūsų naršyklėje, tada mes rekomenduojama jums įsidiegti %s ir susirasti \"Tribe\" skirtuką derinimo išvestyje."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Derinimo juostos priedas"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Turite atnaujinti!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Naudojatės naujausia versija!"
446
 
@@ -536,7 +558,7 @@ msgstr "Ajova"
536
  msgid "Kansas"
537
  msgstr "Kanzasas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Naujausia versija:"
542
 
@@ -552,7 +574,7 @@ msgstr "Luisiana"
552
  msgid "Maine"
553
  msgstr "Meinas"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Būtina:"
558
 
@@ -560,7 +582,7 @@ msgstr "Būtina:"
560
  msgid "Maryland"
561
  msgstr "Merilendas"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress"
566
 
@@ -584,7 +606,7 @@ msgstr "Misisipė"
584
  msgid "Missouri"
585
  msgstr "Misūris"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium papildiniai"
590
 
@@ -905,7 +927,7 @@ msgstr "Prancūzija, Metropolitenas"
905
  msgid "French Guiana"
906
  msgstr "Prancūzijos Gviana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Nustatymai išsaugoti"
911
 
@@ -941,8 +963,8 @@ msgstr "Gana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltaras"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Renginiai"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigerija"
1271
  msgid "Niue"
1272
  msgstr "Niue salos"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Nustatymai"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Deja, rakto tikrinimo serveris neprieinamas."
1355
  msgid "Qatar"
1356
  msgstr "Kataras"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Deja, šio rakto galiojimo laikas pasibaigęs."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunionas"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Deja, šis raktas diegiant nebenaudojamas."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumunija"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Kodėl matau šią žinutę?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Rusijos Federacija"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Deja, šis raktas neteisingas."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ruanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Galiojantis raktas! Galiojimas baigiasi %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Galiojantis raktas! Galiojimas baigiasi %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Sent Kitsas ir Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Sent Lusija"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Sent Vinsentas ir Grenadinai"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Renginių nustatymai"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Renginių nustatymai"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s nustatytmai"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s nustatytmai"
1423
  msgid "San Marino"
1424
  msgstr "San Marinas"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Pareikalavote neegzistuojančio skirtuko."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Pareikalavote neegzistuojančio skirtuko."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "San Tomė ir Prinsipė"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Jūs neturite leidimo tai daryti."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Jūs neturite leidimo tai daryti."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudo Arabija"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Užklausa buvo išsiųsta nesaugiai."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Užklausa buvo išsiųsta nesaugiai."
1447
  msgid "Senegal"
1448
  msgstr "Senegalas"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Užklausa nebuvo išsiųsta iš šio skirtuko."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Užklausa nebuvo išsiųsta iš šio skirtuko."
1455
  msgid "Serbia"
1456
  msgstr "Serbija"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Jūsų formoje buvo tokios klaidos:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Jūsų formoje buvo tokios klaidos:"
1463
  msgid "Seychelles"
1464
  msgstr "Seišeliai"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Nė vienas iš jūsų nustatymų nebuvo įrašytas. Bandykite dar kartą."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Nė vienas iš jūsų nustatymų nebuvo įrašytas. Bandykite dar kartą
1471
  msgid "Sierra Leone"
1472
  msgstr "Siera Leonė"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Aukščiau nurodytas nustatymas nebuvo išsaugotas. Kiti nustatymai buvo sėkmingai išsaugoti."
@@ -1688,60 +1694,60 @@ msgstr "%s turi būti tik skaičiai ir raidės"
1688
  msgid "%s must contain numbers, letters and dots only"
1689
  msgstr "%s turi būti tik skaičiai, raidės ir taškai"
1690
 
1691
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1692
  msgid "%s must be a positive number."
1693
  msgstr "%s turi būti teigiamas skaičius."
1694
 
1695
- #: src/Tribe/Validate.php:224
1696
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
  msgstr "%s turi būti galiojantis trumpinys (skaičiai, raidės, brūkšneliai ir pabraukimai)."
1698
 
1699
- #: src/Tribe/Validate.php:239
1700
  msgid "%s must be a valid absolute URL."
1701
  msgstr "%s turi būti galiojantis absoliutus URL."
1702
 
1703
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1704
- #: src/Tribe/Validate.php:294
1705
  msgid "%s must have a value that's part of its options."
1706
  msgstr "%s turi turėti reikšmę, kuri yra jos pasirinkties dalis."
1707
 
1708
- #: src/Tribe/Validate.php:308
1709
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1710
  msgstr "Palyginimo patikrinti nepavyko, nes nebuvo nurodyta jokia palyginimo vertė laukui %s"
1711
 
1712
- #: src/Tribe/Validate.php:315
1713
  msgid "%s cannot be the same as %s."
1714
  msgstr "%s negali būti tas pats kaip%s"
1715
 
1716
- #: src/Tribe/Validate.php:317
1717
  msgid "%s cannot be a duplicate"
1718
  msgstr "%s negali būti dublikatas"
1719
 
1720
- #: src/Tribe/Validate.php:333
1721
  msgid "%s must be a number or percentage."
1722
  msgstr "%s turi būti skaičius arba procentas."
1723
 
1724
- #: src/Tribe/Validate.php:387
1725
  msgid "%s must be a number between 0 and 21."
1726
  msgstr "%s turi būti skaičius nuo 0 iki 21."
1727
 
1728
- #: src/Tribe/Validate.php:403
1729
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
  msgstr "%s turi sudaryti tik raidės, skaičiai, brūkšneliai, apostrofai ir tarpai."
1731
 
1732
- #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1734
  msgstr "%s turi sudaryti tik raidės, tarpai, apostrofai ir brūkšneliai."
1735
 
1736
- #: src/Tribe/Validate.php:433
1737
  msgid "%s must consist of 5 numbers."
1738
  msgstr "%s turi būti sudaryti iš 5 skaičių."
1739
 
1740
- #: src/Tribe/Validate.php:447
1741
  msgid "%s must be a phone number."
1742
  msgstr "%s turi būti telefono numeris."
1743
 
1744
- #: src/Tribe/Validate.php:463
1745
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
  msgstr "Šalių sąrašas turi būti suformatuota kaip viena šalis eilutėje šiuo formatu: <br>US, United States <br> UK, United Kingdom."
1747
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr "Išsaugoti pakeitimus"
314
 
392
  msgid "Last Update"
393
  msgstr "Paskutinis naujinimas"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Peržiūrėti"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Datos formato nustatymai"
405
  msgstr "<p>Kituose trijuose laukuose priimami tokie datos formatai kaip ir php date() funkcijos. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Išmokti parengti reikiamą datos formatą galite čia</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Datos pasirinkimo formatas"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Pasirinkite datos formatą, kuris bus naudojamas datos rinktuve"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Rodyti Renginių Kalendoriaus nuorodą"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Derinimo režimas"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Įjunkite šią parinktį jei norite įrašyti derinimo informaciją. Pagal numatytuosius nustatymus tai bus įrašoma jūsų serverio PHP klaidų ataskaitoje. Jei norite matyti įrašų žinutes jūsų naršyklėje, tada mes rekomenduojama jums įsidiegti %s ir susirasti \"Tribe\" skirtuką derinimo išvestyje."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Derinimo juostos priedas"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Turite atnaujinti!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Naudojatės naujausia versija!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kanzasas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Naujausia versija:"
564
 
574
  msgid "Maine"
575
  msgstr "Meinas"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Būtina:"
580
 
582
  msgid "Maryland"
583
  msgstr "Merilendas"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress"
588
 
606
  msgid "Missouri"
607
  msgstr "Misūris"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium papildiniai"
612
 
927
  msgid "French Guiana"
928
  msgstr "Prancūzijos Gviana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Nustatymai išsaugoti"
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltaras"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Renginiai"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue salos"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Nustatymai"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Kataras"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunionas"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumunija"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Rusijos Federacija"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ruanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Galiojantis raktas! Galiojimas baigiasi %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Sent Kitsas ir Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Sent Vinsentas ir Grenadinai"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Renginių nustatymai"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s nustatytmai"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marinas"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Pareikalavote neegzistuojančio skirtuko."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "San Tomė ir Prinsipė"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Jūs neturite leidimo tai daryti."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudo Arabija"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Užklausa buvo išsiųsta nesaugiai."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegalas"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Užklausa nebuvo išsiųsta iš šio skirtuko."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbija"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Jūsų formoje buvo tokios klaidos:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seišeliai"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Nė vienas iš jūsų nustatymų nebuvo įrašytas. Bandykite dar kartą."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Siera Leonė"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Aukščiau nurodytas nustatymas nebuvo išsaugotas. Kiti nustatymai buvo sėkmingai išsaugoti."
1694
  msgid "%s must contain numbers, letters and dots only"
1695
  msgstr "%s turi būti tik skaičiai, raidės ir taškai"
1696
 
1697
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1698
  msgid "%s must be a positive number."
1699
  msgstr "%s turi būti teigiamas skaičius."
1700
 
1701
+ #: src/Tribe/Validate.php:240
1702
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
  msgstr "%s turi būti galiojantis trumpinys (skaičiai, raidės, brūkšneliai ir pabraukimai)."
1704
 
1705
+ #: src/Tribe/Validate.php:255
1706
  msgid "%s must be a valid absolute URL."
1707
  msgstr "%s turi būti galiojantis absoliutus URL."
1708
 
1709
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1710
+ #: src/Tribe/Validate.php:310
1711
  msgid "%s must have a value that's part of its options."
1712
  msgstr "%s turi turėti reikšmę, kuri yra jos pasirinkties dalis."
1713
 
1714
+ #: src/Tribe/Validate.php:324
1715
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1716
  msgstr "Palyginimo patikrinti nepavyko, nes nebuvo nurodyta jokia palyginimo vertė laukui %s"
1717
 
1718
+ #: src/Tribe/Validate.php:331
1719
  msgid "%s cannot be the same as %s."
1720
  msgstr "%s negali būti tas pats kaip%s"
1721
 
1722
+ #: src/Tribe/Validate.php:333
1723
  msgid "%s cannot be a duplicate"
1724
  msgstr "%s negali būti dublikatas"
1725
 
1726
+ #: src/Tribe/Validate.php:349
1727
  msgid "%s must be a number or percentage."
1728
  msgstr "%s turi būti skaičius arba procentas."
1729
 
1730
+ #: src/Tribe/Validate.php:403
1731
  msgid "%s must be a number between 0 and 21."
1732
  msgstr "%s turi būti skaičius nuo 0 iki 21."
1733
 
1734
+ #: src/Tribe/Validate.php:419
1735
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
  msgstr "%s turi sudaryti tik raidės, skaičiai, brūkšneliai, apostrofai ir tarpai."
1737
 
1738
+ #: src/Tribe/Validate.php:435
1739
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1740
  msgstr "%s turi sudaryti tik raidės, tarpai, apostrofai ir brūkšneliai."
1741
 
1742
+ #: src/Tribe/Validate.php:449
1743
  msgid "%s must consist of 5 numbers."
1744
  msgstr "%s turi būti sudaryti iš 5 skaičių."
1745
 
1746
+ #: src/Tribe/Validate.php:463
1747
  msgid "%s must be a phone number."
1748
  msgstr "%s turi būti telefono numeris."
1749
 
1750
+ #: src/Tribe/Validate.php:479
1751
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
  msgstr "Šalių sąrašas turi būti suformatuota kaip viena šalis eilutėje šiuo formatu: <br>US, United States <br> UK, United Kingdom."
1753
 
common/lang/tribe-common-lv.mo CHANGED
Binary file
common/lang/tribe-common-lv.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versija"
338
  msgid "Last Update"
339
  msgstr "Pēdējais atjauninājums"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr ""
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr ""
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr ""
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr ""
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr ""
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr ""
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr ""
368
 
@@ -395,39 +441,15 @@ msgstr "Vai tu domā \" Oho, šis spraudnis ir foršs! Vajadzētu pateikties Mod
395
  msgid "Show The Events Calendar link"
396
  msgstr "Parādīt Notikumu Kalendāra saiti"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Vispārīgie iestatījumi"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Noklusējuma valūtas simbols"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Izvēlies noklusējuma valūtas simbolu notikuma cenai. Atceries, ka šis ietekmē tikai nākotnes notikumus un izmaiņas nav ar atpakaļejošu spēku."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Valūtas simbols ir pēc vērtības"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Valūtas simbols parasti attēlojas pirms summas vērtības. Ja šī iespēja ir aktīva, valūtas zimbols tiks attēlots pēc summas vērtības."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Dažādi Iestatījumi"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Atkļūdošanas režīms"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Iespējo šo opciju, lai reģistrētu atkļūdošanas informāciju. Pēc noklusējuma, šis reģistrēs informāciju tava servera PHP kļūdu reģistrā. Ja vēlies redzēt reģistra ziņojumus savā tīmekļa pārlūkā, mēs iesakām uzstādīt %s un meklēt \"Tribe\" cilni atkļūdošanas izvadā."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Atkļūdošanas Joslas Spraudnis"
433
 
@@ -440,7 +462,7 @@ msgstr ""
440
  msgid "You need to upgrade!"
441
  msgstr "Nepieciešams atjauninājums!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Tev ir jaunākā versija!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Jaunākā Versija:"
542
 
@@ -552,7 +574,7 @@ msgstr "Luizināna"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Nepieciešams:"
558
 
@@ -560,7 +582,7 @@ msgstr "Nepieciešams:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress"
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Papildinājumi"
590
 
@@ -905,7 +927,7 @@ msgstr "Francija"
905
  msgid "French Guiana"
906
  msgstr "Francijas Gviāna"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Iestatījumi saglabāti"
911
 
@@ -941,8 +963,8 @@ msgstr "Gana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltārs"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Notikumi"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigērija"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Iestatījumi"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Atvainojiet, validācijas serveris nav pieejams."
1355
  msgid "Qatar"
1356
  msgstr "Katara"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Atslēgai beidzās derīguma termiņš."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reinjona"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Ievadītajai atslēgai beigusās instalācijas."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumānija"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr ""
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Krievijas Federācija"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Ievadītā atslēga nav derīga."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ruanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Derīga atslēga! Termiņš beidzas %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Derīga atslēga! Termiņš beidzas %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Sentkitsa un Nevisa"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Sentlūsija"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Sentvinsenta un Grenadīnas"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Notikuma Iestatījumi"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Notikuma Iestatījumi"
1415
  msgid "Samoa"
1416
  msgstr "Rietumsamoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Iestatījumi"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Iestatījumi"
1423
  msgid "San Marino"
1424
  msgstr "Sanmarīno"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Tu pieprasīji neeksistējošu cilni."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Tu pieprasīji neeksistējošu cilni."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Santome un Prinsipi"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Tev nav piekļuves, lai veiktu šo darbību."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Tev nav piekļuves, lai veiktu šo darbību."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saūda Arābija"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Pieprasījums tika nedroši nosūtīts."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Pieprasījums tika nedroši nosūtīts."
1447
  msgid "Senegal"
1448
  msgstr "Senegāla"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Pieprasījums netika sūtīts no šīs cilnes."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Pieprasījums netika sūtīts no šīs cilnes."
1455
  msgid "Serbia"
1456
  msgstr "Serbija"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Tavai formai ir sekojošas kļūdas:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Tavai formai ir sekojošas kļūdas:"
1463
  msgid "Seychelles"
1464
  msgstr "Seišelu salas"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Iestatījumi netika saglabāti. Lūdzu mēģini vēlreiz."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Iestatījumi netika saglabāti. Lūdzu mēģini vēlreiz."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sjerraleone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] ""
@@ -1688,60 +1694,60 @@ msgstr "%s jāsatur tikai skaitļi un burti"
1688
  msgid "%s must contain numbers, letters and dots only"
1689
  msgstr "%s jāsatur tikai skaitļi, burti un punkti"
1690
 
1691
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1692
  msgid "%s must be a positive number."
1693
  msgstr "%s jābūt pozitīvam skaitlim."
1694
 
1695
- #: src/Tribe/Validate.php:224
1696
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
  msgstr "%s ir jābūt derīgam īsvārdam (skaitļi, burti, domuzīmes un apakšsvītras)."
1698
 
1699
- #: src/Tribe/Validate.php:239
1700
  msgid "%s must be a valid absolute URL."
1701
  msgstr "%s ir jābūt derīgam un absolūtam URL."
1702
 
1703
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1704
- #: src/Tribe/Validate.php:294
1705
  msgid "%s must have a value that's part of its options."
1706
  msgstr "%s ir jābūt vērtībai kura ir daļa no tās opcijām."
1707
 
1708
- #: src/Tribe/Validate.php:308
1709
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1710
  msgstr "Salīdzināšanas validācija neizdevās, jo laukam %s netika padota salīdzināmā vērtība"
1711
 
1712
- #: src/Tribe/Validate.php:315
1713
  msgid "%s cannot be the same as %s."
1714
  msgstr "%s nedrīkst būt tāds pats kā %s."
1715
 
1716
- #: src/Tribe/Validate.php:317
1717
  msgid "%s cannot be a duplicate"
1718
  msgstr "%s nedrīkst būt dublikāts"
1719
 
1720
- #: src/Tribe/Validate.php:333
1721
  msgid "%s must be a number or percentage."
1722
  msgstr "%s jābūt skaitlim vai procentiem"
1723
 
1724
- #: src/Tribe/Validate.php:387
1725
  msgid "%s must be a number between 0 and 21."
1726
  msgstr "%s jābūt skaitlim no 0 līdz 21"
1727
 
1728
- #: src/Tribe/Validate.php:403
1729
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
  msgstr "%s jāsastāv tikai no no burtiem, cipariem, domuzīmēm, apostrofiem un atstarpēm."
1731
 
1732
- #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1734
  msgstr "%s jāsastāv no burtiem, atstarpēm, apostrofiem un domuzīmēm."
1735
 
1736
- #: src/Tribe/Validate.php:433
1737
  msgid "%s must consist of 5 numbers."
1738
  msgstr "%s jāsastāv no 5 skaitļiem."
1739
 
1740
- #: src/Tribe/Validate.php:447
1741
  msgid "%s must be a phone number."
1742
  msgstr "%s jābūt tālrunim"
1743
 
1744
- #: src/Tribe/Validate.php:463
1745
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
  msgstr "Valstu sarakstā katrai valstij jābūt savā līnijā pēc sekojoša formāta <br>US, Unated States <br> UK, United Kingdom."
1747
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Pēdējais atjauninājums"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Skatīt"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr ""
405
  msgstr ""
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr ""
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr ""
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Parādīt Notikumu Kalendāra saiti"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Atkļūdošanas režīms"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Iespējo šo opciju, lai reģistrētu atkļūdošanas informāciju. Pēc noklusējuma, šis reģistrēs informāciju tava servera PHP kļūdu reģistrā. Ja vēlies redzēt reģistra ziņojumus savā tīmekļa pārlūkā, mēs iesakām uzstādīt %s un meklēt \"Tribe\" cilni atkļūdošanas izvadā."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Atkļūdošanas Joslas Spraudnis"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Nepieciešams atjauninājums!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Tev ir jaunākā versija!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Jaunākā Versija:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Nepieciešams:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress"
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Papildinājumi"
612
 
927
  msgid "French Guiana"
928
  msgstr "Francijas Gviāna"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Iestatījumi saglabāti"
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltārs"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Notikumi"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Iestatījumi"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katara"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reinjona"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumānija"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Krievijas Federācija"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ruanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Derīga atslēga! Termiņš beidzas %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Sentkitsa un Nevisa"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Sentvinsenta un Grenadīnas"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Notikuma Iestatījumi"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Rietumsamoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Iestatījumi"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "Sanmarīno"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Tu pieprasīji neeksistējošu cilni."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Santome un Prinsipi"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Tev nav piekļuves, lai veiktu šo darbību."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saūda Arābija"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Pieprasījums tika nedroši nosūtīts."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegāla"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Pieprasījums netika sūtīts no šīs cilnes."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbija"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Tavai formai ir sekojošas kļūdas:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seišelu salas"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Iestatījumi netika saglabāti. Lūdzu mēģini vēlreiz."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sjerraleone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] ""
1694
  msgid "%s must contain numbers, letters and dots only"
1695
  msgstr "%s jāsatur tikai skaitļi, burti un punkti"
1696
 
1697
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1698
  msgid "%s must be a positive number."
1699
  msgstr "%s jābūt pozitīvam skaitlim."
1700
 
1701
+ #: src/Tribe/Validate.php:240
1702
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
  msgstr "%s ir jābūt derīgam īsvārdam (skaitļi, burti, domuzīmes un apakšsvītras)."
1704
 
1705
+ #: src/Tribe/Validate.php:255
1706
  msgid "%s must be a valid absolute URL."
1707
  msgstr "%s ir jābūt derīgam un absolūtam URL."
1708
 
1709
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1710
+ #: src/Tribe/Validate.php:310
1711
  msgid "%s must have a value that's part of its options."
1712
  msgstr "%s ir jābūt vērtībai kura ir daļa no tās opcijām."
1713
 
1714
+ #: src/Tribe/Validate.php:324
1715
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1716
  msgstr "Salīdzināšanas validācija neizdevās, jo laukam %s netika padota salīdzināmā vērtība"
1717
 
1718
+ #: src/Tribe/Validate.php:331
1719
  msgid "%s cannot be the same as %s."
1720
  msgstr "%s nedrīkst būt tāds pats kā %s."
1721
 
1722
+ #: src/Tribe/Validate.php:333
1723
  msgid "%s cannot be a duplicate"
1724
  msgstr "%s nedrīkst būt dublikāts"
1725
 
1726
+ #: src/Tribe/Validate.php:349
1727
  msgid "%s must be a number or percentage."
1728
  msgstr "%s jābūt skaitlim vai procentiem"
1729
 
1730
+ #: src/Tribe/Validate.php:403
1731
  msgid "%s must be a number between 0 and 21."
1732
  msgstr "%s jābūt skaitlim no 0 līdz 21"
1733
 
1734
+ #: src/Tribe/Validate.php:419
1735
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
  msgstr "%s jāsastāv tikai no no burtiem, cipariem, domuzīmēm, apostrofiem un atstarpēm."
1737
 
1738
+ #: src/Tribe/Validate.php:435
1739
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1740
  msgstr "%s jāsastāv no burtiem, atstarpēm, apostrofiem un domuzīmēm."
1741
 
1742
+ #: src/Tribe/Validate.php:449
1743
  msgid "%s must consist of 5 numbers."
1744
  msgstr "%s jāsastāv no 5 skaitļiem."
1745
 
1746
+ #: src/Tribe/Validate.php:463
1747
  msgid "%s must be a phone number."
1748
  msgstr "%s jābūt tālrunim"
1749
 
1750
+ #: src/Tribe/Validate.php:479
1751
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
  msgstr "Valstu sarakstā katrai valstij jābūt savā līnijā pēc sekojoša formāta <br>US, Unated States <br> UK, United Kingdom."
1753
 
common/lang/tribe-common-nb_NO.mo CHANGED
Binary file
common/lang/tribe-common-nb_NO.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr "Spør sidens administrator om å rediger sidens kortlenke"
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr "spør sidens administrator om å sette en annen kortlenke for hendelser."
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr "Lagre endringer"
260
 
@@ -338,6 +392,10 @@ msgstr "Versjon"
338
  msgid "Last Update"
339
  msgstr "Siste oppdatering"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Dato format"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>De følgende tre feltene aksepterer datoformatvalgene tilgjengelig for php date() funksjonen.. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Lær hvordan du lager dine egne datoformat her</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Dato med år"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Dato og tid skilletegn"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Velg skilletegnet som skal plasseres mellom dato og tid når begge vises."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Datoformat for datovelger"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Velg datoformat til bruk i datovelgerne"
368
 
@@ -395,39 +441,15 @@ msgstr "Tenker du \"Wow, denne plugin er fantastisk! Jeg burde si takk til Moder
395
  msgid "Show The Events Calendar link"
396
  msgstr "Vis The Events Calendar link"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Generelle innstillinger"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Standard valutasymbol"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Angi standard valutasymbol for hendelsens pris. Vær oppmerksom på at dette kun påvirker fremtidige hendelser, og ikke får bakovervirkende effekt."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Valutasymbol følger verdi"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Valutasymbolet vises normalt før verdien. Å aktivere dette valget plasserer symbolet bak verdien."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Diverse innstillinger"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Feilsøkingsmodus"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Aktiver dette valget for å logge debuggingsinformasjon. Som standard vil dette logge til din server PHP error log. Hvis du vil se loggmeldingene i nettleseren anbefaler vi at du installerer %s og ser etter \"Tribe\"-fanen under debug output."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Feilsøkingslinje-plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Du må oppgradere!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Du er oppdatert!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Siste versjon:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Krever:"
558
 
@@ -560,7 +582,7 @@ msgstr "Krever:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Add-Ons"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "Fransk Guyana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Innstillinger lagret."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Hendelser"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Innstillinger"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Beklager, nøkkelvalideringsserveren er ikke tilgjengelig."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Beklager, denne nøkkelen er utgått."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Gjenforening"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Beklager, det er ikke flere installasjoner igjen på denne nøkkelen."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Hvorfor ser jeg denne meldingen?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russland"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Beklager, denne nøkkelen er ikke gyldig."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Gyldig nøkkel! Utgår på %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Gyldig nøkkel! Utgår på %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts og Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Hendelsesinnstillinger"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Hendelsesinnstillinger"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s innstillinger"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s innstillinger"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Du har etterspurt en ikke-eksisterende flik."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Du har etterspurt en ikke-eksisterende flik."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Du har ikke tillatelse til å gjøre det."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Du har ikke tillatelse til å gjøre det."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi Arabia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Forespørselen ble sendt usikret."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Forespørselen ble sendt usikret."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Forespørselen ble ikke sendt fra denne fanen."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Forespørselen ble ikke sendt fra denne fanen."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Ditt skjema hadde følgende feil:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Ditt skjema hadde følgende feil:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychellene"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Ingen innstillinger lagret, prøv igjen."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Ingen innstillinger lagret, prøv igjen."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Innstillingen over ble ikke lagret. Øvrige innstillinger ble lagret."
@@ -1687,60 +1693,60 @@ msgstr "%s må inneholde kun tall og bokstaver"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s må ikun nneholde tall, bokstaver og punktum"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s må være et positivt tall."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s må være en gyldig kortlenke (tall, bokstaver, bindestrek og understrek)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s må være en gyldig absolutt URL."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s må ha en verdi i samsvar med valgmulighetene."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Sammenligningsvalidering mislyktes fordi ingen sammenligningsverdi var angitt for felt %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s kan ikke være det samme som %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s kan ikke være et duplikat"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s må være ett nummer."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s må være et tall mellom 0 og 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s kan kun inneholde bokstaver, tall, strek, apostrof eller mellomrom."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s må inneholde bokstaver, mellomrom, apostrofer og bindestrek."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s må inneholde 5 tall."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s må være et telefonnummer."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Liste over land må være formatert som ett land pr linje i følgende format: <br>US, United States <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr "spør sidens administrator om å sette en annen kortlenke for hendelser."
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr "Lagre endringer"
314
 
392
  msgid "Last Update"
393
  msgstr "Siste oppdatering"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Vis"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Dato format"
405
  msgstr "<p>De følgende tre feltene aksepterer datoformatvalgene tilgjengelig for php date() funksjonen.. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Lær hvordan du lager dine egne datoformat her</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Datoformat for datovelger"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Velg datoformat til bruk i datovelgerne"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Vis The Events Calendar link"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Feilsøkingsmodus"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Aktiver dette valget for å logge debuggingsinformasjon. Som standard vil dette logge til din server PHP error log. Hvis du vil se loggmeldingene i nettleseren anbefaler vi at du installerer %s og ser etter \"Tribe\"-fanen under debug output."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Feilsøkingslinje-plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Du må oppgradere!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Du er oppdatert!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Siste versjon:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Krever:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Add-Ons"
612
 
927
  msgid "French Guiana"
928
  msgstr "Fransk Guyana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Innstillinger lagret."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Hendelser"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Innstillinger"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Gjenforening"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russland"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Gyldig nøkkel! Utgår på %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts og Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Hendelsesinnstillinger"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s innstillinger"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Du har etterspurt en ikke-eksisterende flik."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Du har ikke tillatelse til å gjøre det."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi Arabia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Forespørselen ble sendt usikret."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Forespørselen ble ikke sendt fra denne fanen."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Ditt skjema hadde følgende feil:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychellene"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Ingen innstillinger lagret, prøv igjen."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Innstillingen over ble ikke lagret. Øvrige innstillinger ble lagret."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s må ikun nneholde tall, bokstaver og punktum"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s må være et positivt tall."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s må være en gyldig kortlenke (tall, bokstaver, bindestrek og understrek)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s må være en gyldig absolutt URL."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s må ha en verdi i samsvar med valgmulighetene."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Sammenligningsvalidering mislyktes fordi ingen sammenligningsverdi var angitt for felt %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s kan ikke være det samme som %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s kan ikke være et duplikat"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s må være ett nummer."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s må være et tall mellom 0 og 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s kan kun inneholde bokstaver, tall, strek, apostrof eller mellomrom."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s må inneholde bokstaver, mellomrom, apostrofer og bindestrek."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s må inneholde 5 tall."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s må være et telefonnummer."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Liste over land må være formatert som ett land pr linje i følgende format: <br>US, United States <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-nl_NL.mo CHANGED
Binary file
common/lang/tribe-common-nl_NL.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr "Community Tickets"
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr "Activeer %s"
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr "Activeer plugin"
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr "Plugin upgraden"
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr "Installeer %s"
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr "Plugin installeren"
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr "Actieve gebruikers:"
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr "Waardering:"
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr "Plugin actief"
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr "Plugin uitgeschakeld"
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr "Bezoek de pagina met add-ons"
172
 
@@ -178,18 +236,14 @@ msgstr "<a href=\"%s\">wijzig evenementinstellingen</a>."
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr "Stem op %3$sThe Events Calendar %4$s %1$s op %2$s om deze plugin gratis te houden. Bedankt vanuit de vriendelijke mensen van Modern Tribe."
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr "Bedankt voor het instellen van een geldige licentiecode, het zal verlopen op %s"
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr "%s moet een positief nummer of een percentage zijn."
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr "Voer het formaat in waarin je datums met het jaartal wilt laten zien. Wordt gebruikt bij de weergave van een datum in een toekomstig jaar."
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr "Bedankt voor het gebruiken van Event Tickets! Iedereen bij Modern Tribe waardeert je ondersteuning en we zijn erg blij om te zien dat je onze plug-ins gebruikt. Kijk ook eens in onze handige %1$sKickstarter voor nieuwe gebruikers%2$s om van start te gaan."
@@ -254,7 +308,7 @@ msgstr "Vraag de website administrator om de pagina slug aan te passen"
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr "vraad de website administrator om een andere Events URL slug aan te maken."
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr "Wijzigingen opslaan"
260
 
@@ -340,6 +394,10 @@ msgstr "Versie"
340
  msgid "Last Update"
341
  msgstr "Laatste update"
342
 
 
 
 
 
343
  #: src/admin-views/tribe-options-display.php:22
344
  msgid "Date Format Settings"
345
  msgstr "Datum opmaak instellingen"
@@ -349,22 +407,10 @@ msgid "<p>The following three fields accept the date format options available to
349
  msgstr "<p>De volgende drie velden accepteren de opties voor datum opmaak beschikbaar in de php date() function . <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Leer hier hoe je een eigen datum opmaak maakt.</a>.</p>"
350
 
351
  #: src/admin-views/tribe-options-display.php:30
352
- msgid "Date with year"
353
- msgstr "Datum met jaar"
354
-
355
- #: src/admin-views/tribe-options-display.php:38
356
- msgid "Date time separator"
357
- msgstr "Datum tijd scheidingssymbool"
358
-
359
- #: src/admin-views/tribe-options-display.php:39
360
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
361
- msgstr "Geef een scheidingssymbool voor tussen de datum en de tijd, wanneer beide zichtbaar zijn."
362
-
363
- #: src/admin-views/tribe-options-display.php:46
364
  msgid "Datepicker Date Format"
365
  msgstr "Datumkiezer datum opmaak"
366
 
367
- #: src/admin-views/tribe-options-display.php:47
368
  msgid "Select the date format to use in datepickers"
369
  msgstr "Selecteer de datum opmaak om te gebruiken in de datumkiezers"
370
 
@@ -397,39 +443,15 @@ msgstr "Denk je \"Wow, deze plugin is verbazingwekkend! Ik moet Modern Tribe bed
397
  msgid "Show The Events Calendar link"
398
  msgstr "Laat de 'The Events Calender Link' zien"
399
 
400
- #: src/admin-views/tribe-options-general.php:55
401
- msgid "General Settings"
402
- msgstr "Algemene instellingen"
403
-
404
- #: src/admin-views/tribe-options-general.php:59
405
- msgid "Default currency symbol"
406
- msgstr "Standaard valutasymbool"
407
-
408
- #: src/admin-views/tribe-options-general.php:60
409
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
410
- msgstr "Stel het standaard valutasymbool voor evenement kosten in. Dit geldt vanaf nu en heeft geen wijzigingen van eerdere evenementen tot gevolg."
411
-
412
- #: src/admin-views/tribe-options-general.php:67
413
- msgid "Currency symbol follows value"
414
- msgstr "Huidige valutasymbool:"
415
-
416
- #: src/admin-views/tribe-options-general.php:68
417
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
418
- msgstr "Het valutasymbool staat normaliter voor de waarde. Het inschakelen van deze optie plaatst het valutasymbool achter de waarde."
419
-
420
- #: src/admin-views/tribe-options-general.php:74
421
- msgid "Miscellaneous Settings"
422
- msgstr "Overige instellingen"
423
-
424
- #: src/admin-views/tribe-options-general.php:81
425
  msgid "Debug mode"
426
  msgstr "Debugmodus"
427
 
428
- #: src/admin-views/tribe-options-general.php:87
429
  msgid "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."
430
  msgstr "Vink deze optie aan om debuggegevens te loggen. Dit logt standaard naar je servers PHP error log. Als je de logberichten in je browser wilt bekijken stellen we voor dat je %s installeert en de \"Tribe\"-tab in de debuguitvoer bekijkt."
431
 
432
- #: src/admin-views/tribe-options-general.php:87
433
  msgid "Debug Bar Plugin"
434
  msgstr "Debug Bar Plugin"
435
 
@@ -442,7 +464,7 @@ msgstr "niet beschikbaar"
442
  msgid "You need to upgrade!"
443
  msgstr "Je moet upgraden!"
444
 
445
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
446
  msgid "You are up to date!"
447
  msgstr "Je hebt de nieuwste versie!"
448
 
@@ -538,7 +560,7 @@ msgstr "Iowa"
538
  msgid "Kansas"
539
  msgstr "Kansas"
540
 
541
- #: src/Tribe/Admin/Help_Page.php:829
542
  msgid "Latest Version:"
543
  msgstr "Laatste versie:"
544
 
@@ -554,7 +576,7 @@ msgstr "Louisiana"
554
  msgid "Maine"
555
  msgstr "Maine"
556
 
557
- #: src/Tribe/Admin/Help_Page.php:832
558
  msgid "Requires:"
559
  msgstr "Benodigd:"
560
 
@@ -562,7 +584,7 @@ msgstr "Benodigd:"
562
  msgid "Maryland"
563
  msgstr "Maryland"
564
 
565
- #: src/Tribe/Admin/Help_Page.php:833
566
  msgid "WordPress "
567
  msgstr "Wordpress "
568
 
@@ -586,7 +608,7 @@ msgstr "Mississippi"
586
  msgid "Missouri"
587
  msgstr "Missouri"
588
 
589
- #: src/Tribe/Admin/Help_Page.php:857
590
  msgid "Premium Add-Ons"
591
  msgstr "Premium Add-Ons"
592
 
@@ -907,7 +929,7 @@ msgstr "France métropolitaine"
907
  msgid "French Guiana"
908
  msgstr "Frans-Guyana"
909
 
910
- #: src/Tribe/Settings.php:583
911
  msgid "Settings saved."
912
  msgstr "Instellingen opgeslagen"
913
 
@@ -943,8 +965,8 @@ msgstr "Ghana"
943
  msgid "Gibraltar"
944
  msgstr "Gibraltar"
945
 
946
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
947
- #: src/Tribe/Settings.php:204
948
  msgid "Events"
949
  msgstr "Evenementen"
950
 
@@ -1273,7 +1295,7 @@ msgstr "Nigeria"
1273
  msgid "Niue"
1274
  msgstr "Niue"
1275
 
1276
- #: src/Tribe/Settings.php:215
1277
  msgid "Settings"
1278
  msgstr "Instellingen"
1279
 
@@ -1357,39 +1379,23 @@ msgstr "Sorry, licentie validatie server is niet beschikbaar."
1357
  msgid "Qatar"
1358
  msgstr "Qatar"
1359
 
1360
- #: src/Tribe/PUE/Checker.php:424
1361
- msgid "Sorry, this key is expired."
1362
- msgstr "Sorry, deze licentie sleutel is verlopen."
1363
-
1364
  #: src/Tribe/View_Helpers.php:223
1365
  msgid "Reunion"
1366
  msgstr "Réunion"
1367
 
1368
- #: src/Tribe/PUE/Checker.php:427
1369
- msgid "Sorry, this key is out of installs."
1370
- msgstr "Sorry, deze licentie sleutel heeft zijn maximale hoeveelheid installaties bereikt."
1371
-
1372
  #: src/Tribe/View_Helpers.php:224
1373
  msgid "Romania"
1374
  msgstr "Roemenië"
1375
 
1376
- #: src/Tribe/PUE/Checker.php:428
1377
- msgid "Why am I seeing this message?"
1378
- msgstr "Waarom zie ik dit bericht?"
1379
-
1380
  #: src/Tribe/View_Helpers.php:225
1381
  msgid "Russian Federation"
1382
  msgstr "Rusland"
1383
 
1384
- #: src/Tribe/PUE/Checker.php:431
1385
- msgid "Sorry, this key is not valid."
1386
- msgstr "Sorry, dit is geen geldige licentie sleutel."
1387
-
1388
  #: src/Tribe/View_Helpers.php:226
1389
  msgid "Rwanda"
1390
  msgstr "Rwanda"
1391
 
1392
- #: src/Tribe/PUE/Checker.php:435
1393
  msgid "Valid Key! Expires on %s"
1394
  msgstr "Geldige licentie! Verloopt op %s"
1395
 
@@ -1397,7 +1403,7 @@ msgstr "Geldige licentie! Verloopt op %s"
1397
  msgid "Saint Kitts And Nevis"
1398
  msgstr "Saint Kitts en Nevis"
1399
 
1400
- #: src/Tribe/PUE/Checker.php:448
1401
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1402
  msgstr "Hmmm, er gaat iets fout met de validiteitscontrole. Neem contact op met %ssupport%s"
1403
 
@@ -1409,7 +1415,7 @@ msgstr "Saint Lucia"
1409
  msgid "Saint Vincent And The Grenadines"
1410
  msgstr "Saint Vincent en de Grenadines"
1411
 
1412
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1413
  msgid "Events Settings"
1414
  msgstr "Evenementinstellingen"
1415
 
@@ -1417,7 +1423,7 @@ msgstr "Evenementinstellingen"
1417
  msgid "Samoa"
1418
  msgstr "Samoa"
1419
 
1420
- #: src/Tribe/Settings.php:300
1421
  msgid "%s Settings"
1422
  msgstr "%s instellingen"
1423
 
@@ -1425,7 +1431,7 @@ msgstr "%s instellingen"
1425
  msgid "San Marino"
1426
  msgstr "San Marino"
1427
 
1428
- #: src/Tribe/Settings.php:314
1429
  msgid "You've requested a non-existent tab."
1430
  msgstr "Je hebt om een niet bestaande tab verzocht."
1431
 
@@ -1433,7 +1439,7 @@ msgstr "Je hebt om een niet bestaande tab verzocht."
1433
  msgid "Sao Tome And Principe"
1434
  msgstr "Sao Tomé en Principe"
1435
 
1436
- #: src/Tribe/Settings.php:370
1437
  msgid "You don't have permission to do that."
1438
  msgstr "Je hebt geen toestemming om dat te doen."
1439
 
@@ -1441,7 +1447,7 @@ msgstr "Je hebt geen toestemming om dat te doen."
1441
  msgid "Saudi Arabia"
1442
  msgstr "Saoedi-Arabië"
1443
 
1444
- #: src/Tribe/Settings.php:376
1445
  msgid "The request was sent insecurely."
1446
  msgstr "Het verzoek was onbeveiligd verstuurd."
1447
 
@@ -1449,7 +1455,7 @@ msgstr "Het verzoek was onbeveiligd verstuurd."
1449
  msgid "Senegal"
1450
  msgstr "Senegal"
1451
 
1452
- #: src/Tribe/Settings.php:382
1453
  msgid "The request wasn't sent from this tab."
1454
  msgstr "Het verzoek was niet verstuurd van deze tab."
1455
 
@@ -1457,7 +1463,7 @@ msgstr "Het verzoek was niet verstuurd van deze tab."
1457
  msgid "Serbia"
1458
  msgstr "Servië"
1459
 
1460
- #: src/Tribe/Settings.php:550
1461
  msgid "Your form had the following errors:"
1462
  msgstr "Je formulier heeft de volgende fouten:"
1463
 
@@ -1465,7 +1471,7 @@ msgstr "Je formulier heeft de volgende fouten:"
1465
  msgid "Seychelles"
1466
  msgstr "Seychellen"
1467
 
1468
- #: src/Tribe/Settings.php:560
1469
  msgid "None of your settings were saved. Please try again."
1470
  msgstr "Geen van je instellingen is opgeslagen. Probeer het nogmaals."
1471
 
@@ -1473,7 +1479,7 @@ msgstr "Geen van je instellingen is opgeslagen. Probeer het nogmaals."
1473
  msgid "Sierra Leone"
1474
  msgstr "Sierra Leone"
1475
 
1476
- #: src/Tribe/Settings.php:561
1477
  msgid "The above setting was not saved. Other settings were successfully saved."
1478
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1479
  msgstr[0] "De bovenstaande instelling is niet opgeslagen. De overige instellingen zijn met succes opgeslagen."
@@ -1689,60 +1695,60 @@ msgstr "%s mag alleen cijfers en letters bevatten"
1689
  msgid "%s must contain numbers, letters and dots only"
1690
  msgstr "%s mag alleen cijfers, letters en punten bevatten"
1691
 
1692
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1693
  msgid "%s must be a positive number."
1694
  msgstr "%s moet een positief getal zijn."
1695
 
1696
- #: src/Tribe/Validate.php:224
1697
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1698
  msgstr "%s moet een geldige slug zijn (nummers, letters, streepjes en underscores)."
1699
 
1700
- #: src/Tribe/Validate.php:239
1701
  msgid "%s must be a valid absolute URL."
1702
  msgstr "%s moet een valide absolute URL zijn."
1703
 
1704
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1705
- #: src/Tribe/Validate.php:294
1706
  msgid "%s must have a value that's part of its options."
1707
  msgstr "%s moet een waarde hebben die deel is van de opties."
1708
 
1709
- #: src/Tribe/Validate.php:308
1710
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1711
  msgstr "Vergelijkende validatie lukt niet omdat geen vergelijkingswaarde is verstrekt in het veld %s"
1712
 
1713
- #: src/Tribe/Validate.php:315
1714
  msgid "%s cannot be the same as %s."
1715
  msgstr "%s kan niet hetzelfde zijn als %s."
1716
 
1717
- #: src/Tribe/Validate.php:317
1718
  msgid "%s cannot be a duplicate"
1719
  msgstr "%s kan geen duplicaat zijn"
1720
 
1721
- #: src/Tribe/Validate.php:333
1722
  msgid "%s must be a number or percentage."
1723
  msgstr "%s moet een getal of percentage zijn."
1724
 
1725
- #: src/Tribe/Validate.php:387
1726
  msgid "%s must be a number between 0 and 21."
1727
  msgstr "%s moet een getal tussen 0 en 21 zijn."
1728
 
1729
- #: src/Tribe/Validate.php:403
1730
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1731
  msgstr "%s moet alleen bestaan uit letters, getallen, streepjes, apostroffen en spaties."
1732
 
1733
- #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1735
  msgstr "%s moet bestaan uit letters, spaties, apostroffen en streepjes."
1736
 
1737
- #: src/Tribe/Validate.php:433
1738
  msgid "%s must consist of 5 numbers."
1739
  msgstr "%s moet bestaan uit 5 getallen."
1740
 
1741
- #: src/Tribe/Validate.php:447
1742
  msgid "%s must be a phone number."
1743
  msgstr "%s moet een telefoonnummer zijn."
1744
 
1745
- #: src/Tribe/Validate.php:463
1746
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1747
  msgstr "Landenlijst moet geformatteerd zijn als een land per regel in het volgende formaat <br>US, United States <br> UK, United Kingdom."
1748
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr "Community Tickets"
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr "Activeer %s"
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr "Activeer plugin"
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr "Plugin upgraden"
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr "Installeer %s"
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr "Plugin installeren"
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr "Actieve gebruikers:"
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr "Waardering:"
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr "Plugin actief"
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr "Plugin uitgeschakeld"
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr "Bezoek de pagina met add-ons"
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr "Stem op %3$sThe Events Calendar %4$s %1$s op %2$s om deze plugin gratis te houden. Bedankt vanuit de vriendelijke mensen van Modern Tribe."
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr "Bedankt voor het instellen van een geldige licentiecode, het zal verlopen op %s"
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr "%s moet een positief nummer of een percentage zijn."
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr "Bedankt voor het gebruiken van Event Tickets! Iedereen bij Modern Tribe waardeert je ondersteuning en we zijn erg blij om te zien dat je onze plug-ins gebruikt. Kijk ook eens in onze handige %1$sKickstarter voor nieuwe gebruikers%2$s om van start te gaan."
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr "vraad de website administrator om een andere Events URL slug aan te maken."
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr "Wijzigingen opslaan"
314
 
394
  msgid "Last Update"
395
  msgstr "Laatste update"
396
 
397
+ #: src/admin-views/event-log.php:57
398
+ msgid "View"
399
+ msgstr "Bekijk"
400
+
401
  #: src/admin-views/tribe-options-display.php:22
402
  msgid "Date Format Settings"
403
  msgstr "Datum opmaak instellingen"
407
  msgstr "<p>De volgende drie velden accepteren de opties voor datum opmaak beschikbaar in de php date() function . <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Leer hier hoe je een eigen datum opmaak maakt.</a>.</p>"
408
 
409
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
410
  msgid "Datepicker Date Format"
411
  msgstr "Datumkiezer datum opmaak"
412
 
413
+ #: src/admin-views/tribe-options-display.php:31
414
  msgid "Select the date format to use in datepickers"
415
  msgstr "Selecteer de datum opmaak om te gebruiken in de datumkiezers"
416
 
443
  msgid "Show The Events Calendar link"
444
  msgstr "Laat de 'The Events Calender Link' zien"
445
 
446
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
  msgid "Debug mode"
448
  msgstr "Debugmodus"
449
 
450
+ #: src/admin-views/tribe-options-general.php:64
451
  msgid "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."
452
  msgstr "Vink deze optie aan om debuggegevens te loggen. Dit logt standaard naar je servers PHP error log. Als je de logberichten in je browser wilt bekijken stellen we voor dat je %s installeert en de \"Tribe\"-tab in de debuguitvoer bekijkt."
453
 
454
+ #: src/admin-views/tribe-options-general.php:64
455
  msgid "Debug Bar Plugin"
456
  msgstr "Debug Bar Plugin"
457
 
464
  msgid "You need to upgrade!"
465
  msgstr "Je moet upgraden!"
466
 
467
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
468
  msgid "You are up to date!"
469
  msgstr "Je hebt de nieuwste versie!"
470
 
560
  msgid "Kansas"
561
  msgstr "Kansas"
562
 
563
+ #: src/Tribe/Admin/Help_Page.php:808
564
  msgid "Latest Version:"
565
  msgstr "Laatste versie:"
566
 
576
  msgid "Maine"
577
  msgstr "Maine"
578
 
579
+ #: src/Tribe/Admin/Help_Page.php:811
580
  msgid "Requires:"
581
  msgstr "Benodigd:"
582
 
584
  msgid "Maryland"
585
  msgstr "Maryland"
586
 
587
+ #: src/Tribe/Admin/Help_Page.php:812
588
  msgid "WordPress "
589
  msgstr "Wordpress "
590
 
608
  msgid "Missouri"
609
  msgstr "Missouri"
610
 
611
+ #: src/Tribe/Admin/Help_Page.php:836
612
  msgid "Premium Add-Ons"
613
  msgstr "Premium Add-Ons"
614
 
929
  msgid "French Guiana"
930
  msgstr "Frans-Guyana"
931
 
932
+ #: src/Tribe/Settings.php:585
933
  msgid "Settings saved."
934
  msgstr "Instellingen opgeslagen"
935
 
965
  msgid "Gibraltar"
966
  msgstr "Gibraltar"
967
 
968
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
969
+ #: src/Tribe/Settings.php:203
970
  msgid "Events"
971
  msgstr "Evenementen"
972
 
1295
  msgid "Niue"
1296
  msgstr "Niue"
1297
 
1298
+ #: src/Tribe/Settings.php:214
1299
  msgid "Settings"
1300
  msgstr "Instellingen"
1301
 
1379
  msgid "Qatar"
1380
  msgstr "Qatar"
1381
 
 
 
 
 
1382
  #: src/Tribe/View_Helpers.php:223
1383
  msgid "Reunion"
1384
  msgstr "Réunion"
1385
 
 
 
 
 
1386
  #: src/Tribe/View_Helpers.php:224
1387
  msgid "Romania"
1388
  msgstr "Roemenië"
1389
 
 
 
 
 
1390
  #: src/Tribe/View_Helpers.php:225
1391
  msgid "Russian Federation"
1392
  msgstr "Rusland"
1393
 
 
 
 
 
1394
  #: src/Tribe/View_Helpers.php:226
1395
  msgid "Rwanda"
1396
  msgstr "Rwanda"
1397
 
1398
+ #: src/Tribe/PUE/Checker.php:432
1399
  msgid "Valid Key! Expires on %s"
1400
  msgstr "Geldige licentie! Verloopt op %s"
1401
 
1403
  msgid "Saint Kitts And Nevis"
1404
  msgstr "Saint Kitts en Nevis"
1405
 
1406
+ #: src/Tribe/PUE/Checker.php:445
1407
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1408
  msgstr "Hmmm, er gaat iets fout met de validiteitscontrole. Neem contact op met %ssupport%s"
1409
 
1415
  msgid "Saint Vincent And The Grenadines"
1416
  msgstr "Saint Vincent en de Grenadines"
1417
 
1418
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1419
  msgid "Events Settings"
1420
  msgstr "Evenementinstellingen"
1421
 
1423
  msgid "Samoa"
1424
  msgstr "Samoa"
1425
 
1426
+ #: src/Tribe/Settings.php:299
1427
  msgid "%s Settings"
1428
  msgstr "%s instellingen"
1429
 
1431
  msgid "San Marino"
1432
  msgstr "San Marino"
1433
 
1434
+ #: src/Tribe/Settings.php:313
1435
  msgid "You've requested a non-existent tab."
1436
  msgstr "Je hebt om een niet bestaande tab verzocht."
1437
 
1439
  msgid "Sao Tome And Principe"
1440
  msgstr "Sao Tomé en Principe"
1441
 
1442
+ #: src/Tribe/Settings.php:369
1443
  msgid "You don't have permission to do that."
1444
  msgstr "Je hebt geen toestemming om dat te doen."
1445
 
1447
  msgid "Saudi Arabia"
1448
  msgstr "Saoedi-Arabië"
1449
 
1450
+ #: src/Tribe/Settings.php:375
1451
  msgid "The request was sent insecurely."
1452
  msgstr "Het verzoek was onbeveiligd verstuurd."
1453
 
1455
  msgid "Senegal"
1456
  msgstr "Senegal"
1457
 
1458
+ #: src/Tribe/Settings.php:381
1459
  msgid "The request wasn't sent from this tab."
1460
  msgstr "Het verzoek was niet verstuurd van deze tab."
1461
 
1463
  msgid "Serbia"
1464
  msgstr "Servië"
1465
 
1466
+ #: src/Tribe/Settings.php:549
1467
  msgid "Your form had the following errors:"
1468
  msgstr "Je formulier heeft de volgende fouten:"
1469
 
1471
  msgid "Seychelles"
1472
  msgstr "Seychellen"
1473
 
1474
+ #: src/Tribe/Settings.php:559
1475
  msgid "None of your settings were saved. Please try again."
1476
  msgstr "Geen van je instellingen is opgeslagen. Probeer het nogmaals."
1477
 
1479
  msgid "Sierra Leone"
1480
  msgstr "Sierra Leone"
1481
 
1482
+ #: src/Tribe/Settings.php:560
1483
  msgid "The above setting was not saved. Other settings were successfully saved."
1484
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1485
  msgstr[0] "De bovenstaande instelling is niet opgeslagen. De overige instellingen zijn met succes opgeslagen."
1695
  msgid "%s must contain numbers, letters and dots only"
1696
  msgstr "%s mag alleen cijfers, letters en punten bevatten"
1697
 
1698
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1699
  msgid "%s must be a positive number."
1700
  msgstr "%s moet een positief getal zijn."
1701
 
1702
+ #: src/Tribe/Validate.php:240
1703
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1704
  msgstr "%s moet een geldige slug zijn (nummers, letters, streepjes en underscores)."
1705
 
1706
+ #: src/Tribe/Validate.php:255
1707
  msgid "%s must be a valid absolute URL."
1708
  msgstr "%s moet een valide absolute URL zijn."
1709
 
1710
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1711
+ #: src/Tribe/Validate.php:310
1712
  msgid "%s must have a value that's part of its options."
1713
  msgstr "%s moet een waarde hebben die deel is van de opties."
1714
 
1715
+ #: src/Tribe/Validate.php:324
1716
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1717
  msgstr "Vergelijkende validatie lukt niet omdat geen vergelijkingswaarde is verstrekt in het veld %s"
1718
 
1719
+ #: src/Tribe/Validate.php:331
1720
  msgid "%s cannot be the same as %s."
1721
  msgstr "%s kan niet hetzelfde zijn als %s."
1722
 
1723
+ #: src/Tribe/Validate.php:333
1724
  msgid "%s cannot be a duplicate"
1725
  msgstr "%s kan geen duplicaat zijn"
1726
 
1727
+ #: src/Tribe/Validate.php:349
1728
  msgid "%s must be a number or percentage."
1729
  msgstr "%s moet een getal of percentage zijn."
1730
 
1731
+ #: src/Tribe/Validate.php:403
1732
  msgid "%s must be a number between 0 and 21."
1733
  msgstr "%s moet een getal tussen 0 en 21 zijn."
1734
 
1735
+ #: src/Tribe/Validate.php:419
1736
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1737
  msgstr "%s moet alleen bestaan uit letters, getallen, streepjes, apostroffen en spaties."
1738
 
1739
+ #: src/Tribe/Validate.php:435
1740
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1741
  msgstr "%s moet bestaan uit letters, spaties, apostroffen en streepjes."
1742
 
1743
+ #: src/Tribe/Validate.php:449
1744
  msgid "%s must consist of 5 numbers."
1745
  msgstr "%s moet bestaan uit 5 getallen."
1746
 
1747
+ #: src/Tribe/Validate.php:463
1748
  msgid "%s must be a phone number."
1749
  msgstr "%s moet een telefoonnummer zijn."
1750
 
1751
+ #: src/Tribe/Validate.php:479
1752
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1753
  msgstr "Landenlijst moet geformatteerd zijn als een land per regel in het volgende formaat <br>US, United States <br> UK, United Kingdom."
1754
 
common/lang/tribe-common-pl_PL.mo CHANGED
Binary file
common/lang/tribe-common-pl_PL.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Wersja"
338
  msgid "Last Update"
339
  msgstr "Ostatnia Aktualizacja"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr ""
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr ""
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Data wraz z rokiem"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr ""
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr ""
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr ""
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr ""
368
 
@@ -395,39 +441,15 @@ msgstr ""
395
  msgid "Show The Events Calendar link"
396
  msgstr ""
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr ""
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr ""
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr ""
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr ""
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr ""
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr ""
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr ""
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr ""
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr ""
433
 
@@ -440,7 +462,7 @@ msgstr ""
440
  msgid "You need to upgrade!"
441
  msgstr ""
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr ""
446
 
@@ -536,7 +558,7 @@ msgstr ""
536
  msgid "Kansas"
537
  msgstr ""
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Najnowsza wersja:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Wymagana:"
558
 
@@ -560,7 +582,7 @@ msgstr "Wymagana:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Dodatki Premium"
590
 
@@ -905,7 +927,7 @@ msgstr ""
905
  msgid "French Guiana"
906
  msgstr "Gujana Francuska"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Ustawienia zapisane."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Wydarzenia"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr ""
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Ustawienia"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Przepraszamy, serwer weryfikujący klucze jest niedostępny."
1355
  msgid "Qatar"
1356
  msgstr "Katar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Przepraszamy, ten klucz wygasł."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr ""
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr ""
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumunia"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Dlaczego widzę ten komunikat?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Federacja Rosyjska"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Ten klucz nie jest poprawny."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr ""
1393
 
@@ -1395,7 +1401,7 @@ msgstr ""
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr ""
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr ""
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr ""
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Ustawienia wydarzeń"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Ustawienia wydarzeń"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Ustawienia"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Ustawienia"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr ""
1429
 
@@ -1431,7 +1437,7 @@ msgstr ""
1431
  msgid "Sao Tome And Principe"
1432
  msgstr ""
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Nie masz uprawnień."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Nie masz uprawnień."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Arabia Saudyjska"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr ""
1445
 
@@ -1447,7 +1453,7 @@ msgstr ""
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr ""
1453
 
@@ -1455,7 +1461,7 @@ msgstr ""
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr ""
1461
 
@@ -1463,7 +1469,7 @@ msgstr ""
1463
  msgid "Seychelles"
1464
  msgstr "Seszele"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr ""
1469
 
@@ -1471,7 +1477,7 @@ msgstr ""
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] ""
@@ -1688,60 +1694,60 @@ msgstr ""
1688
  msgid "%s must contain numbers, letters and dots only"
1689
  msgstr "%s może zawierać jedynie cyfry, litery oraz kropkę"
1690
 
1691
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1692
  msgid "%s must be a positive number."
1693
  msgstr "%s musi być liczbą dodatnią."
1694
 
1695
- #: src/Tribe/Validate.php:224
1696
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
  msgstr "%s musi być poprawnym slugiem (moze zawierać cyfry, litery, myślniki i podkreślenie)."
1698
 
1699
- #: src/Tribe/Validate.php:239
1700
  msgid "%s must be a valid absolute URL."
1701
  msgstr "%s musi być poprawnym bezwzględnym adresem URL."
1702
 
1703
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1704
- #: src/Tribe/Validate.php:294
1705
  msgid "%s must have a value that's part of its options."
1706
  msgstr ""
1707
 
1708
- #: src/Tribe/Validate.php:308
1709
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1710
  msgstr ""
1711
 
1712
- #: src/Tribe/Validate.php:315
1713
  msgid "%s cannot be the same as %s."
1714
  msgstr "%s nie może być taka sama jak %s."
1715
 
1716
- #: src/Tribe/Validate.php:317
1717
  msgid "%s cannot be a duplicate"
1718
  msgstr "%s nie może być zduplikowane"
1719
 
1720
- #: src/Tribe/Validate.php:333
1721
  msgid "%s must be a number or percentage."
1722
  msgstr "%s musi być liczbą lub procentem."
1723
 
1724
- #: src/Tribe/Validate.php:387
1725
  msgid "%s must be a number between 0 and 21."
1726
  msgstr "%s musi być liczbą z zakresu 0-21."
1727
 
1728
- #: src/Tribe/Validate.php:403
1729
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
  msgstr "%s może zawierać tylko litery, cyfry, podkreślenia, apostrofy i spacje. "
1731
 
1732
- #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1734
  msgstr "%s może zawierać litery, spacje, apostrofy i podkreślenia."
1735
 
1736
- #: src/Tribe/Validate.php:433
1737
  msgid "%s must consist of 5 numbers."
1738
  msgstr "%s musi składać się z 5 cyfr."
1739
 
1740
- #: src/Tribe/Validate.php:447
1741
  msgid "%s must be a phone number."
1742
  msgstr "%s musi być numerem telefonu."
1743
 
1744
- #: src/Tribe/Validate.php:463
1745
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
  msgstr "Podaj po jednym kraju w każdej linii, zachowując następujący format: <br>US, United States <br> UK, United Kingdom."
1747
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Ostatnia Aktualizacja"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Widok"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr ""
405
  msgstr ""
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr ""
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr ""
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr ""
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr ""
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr ""
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr ""
455
 
462
  msgid "You need to upgrade!"
463
  msgstr ""
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr ""
468
 
558
  msgid "Kansas"
559
  msgstr ""
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Najnowsza wersja:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Wymagana:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Dodatki Premium"
612
 
927
  msgid "French Guiana"
928
  msgstr "Gujana Francuska"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Ustawienia zapisane."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Wydarzenia"
970
 
1293
  msgid "Niue"
1294
  msgstr ""
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Ustawienia"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr ""
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumunia"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Federacja Rosyjska"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr ""
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr ""
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr ""
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Ustawienia wydarzeń"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Ustawienia"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr ""
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr ""
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Nie masz uprawnień."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Arabia Saudyjska"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr ""
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr ""
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr ""
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seszele"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr ""
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] ""
1694
  msgid "%s must contain numbers, letters and dots only"
1695
  msgstr "%s może zawierać jedynie cyfry, litery oraz kropkę"
1696
 
1697
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1698
  msgid "%s must be a positive number."
1699
  msgstr "%s musi być liczbą dodatnią."
1700
 
1701
+ #: src/Tribe/Validate.php:240
1702
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
  msgstr "%s musi być poprawnym slugiem (moze zawierać cyfry, litery, myślniki i podkreślenie)."
1704
 
1705
+ #: src/Tribe/Validate.php:255
1706
  msgid "%s must be a valid absolute URL."
1707
  msgstr "%s musi być poprawnym bezwzględnym adresem URL."
1708
 
1709
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1710
+ #: src/Tribe/Validate.php:310
1711
  msgid "%s must have a value that's part of its options."
1712
  msgstr ""
1713
 
1714
+ #: src/Tribe/Validate.php:324
1715
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1716
  msgstr ""
1717
 
1718
+ #: src/Tribe/Validate.php:331
1719
  msgid "%s cannot be the same as %s."
1720
  msgstr "%s nie może być taka sama jak %s."
1721
 
1722
+ #: src/Tribe/Validate.php:333
1723
  msgid "%s cannot be a duplicate"
1724
  msgstr "%s nie może być zduplikowane"
1725
 
1726
+ #: src/Tribe/Validate.php:349
1727
  msgid "%s must be a number or percentage."
1728
  msgstr "%s musi być liczbą lub procentem."
1729
 
1730
+ #: src/Tribe/Validate.php:403
1731
  msgid "%s must be a number between 0 and 21."
1732
  msgstr "%s musi być liczbą z zakresu 0-21."
1733
 
1734
+ #: src/Tribe/Validate.php:419
1735
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
  msgstr "%s może zawierać tylko litery, cyfry, podkreślenia, apostrofy i spacje. "
1737
 
1738
+ #: src/Tribe/Validate.php:435
1739
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1740
  msgstr "%s może zawierać litery, spacje, apostrofy i podkreślenia."
1741
 
1742
+ #: src/Tribe/Validate.php:449
1743
  msgid "%s must consist of 5 numbers."
1744
  msgstr "%s musi składać się z 5 cyfr."
1745
 
1746
+ #: src/Tribe/Validate.php:463
1747
  msgid "%s must be a phone number."
1748
  msgstr "%s musi być numerem telefonu."
1749
 
1750
+ #: src/Tribe/Validate.php:479
1751
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
  msgstr "Podaj po jednym kraju w każdej linii, zachowując następujący format: <br>US, United States <br> UK, United Kingdom."
1753
 
common/lang/tribe-common-pt_BR.mo CHANGED
Binary file
common/lang/tribe-common-pt_BR.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versão"
338
  msgid "Last Update"
339
  msgstr "Última atualização"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Configurações de formato de data"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Os três campos a seguir aceitam as opções de formato de data disponíveis para a função php date() . <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Saiba como criar o seu próprio formato de data aqui</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Data com ano"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Separador de data e hora"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Entre com o separador que será colocado entre a data e a hora, quando os dois forem mostrados."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Formato de Data \"Datepicker\""
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Selecione o formato de data usado nos datepickers"
368
 
@@ -395,39 +441,15 @@ msgstr "Você está pensando \"Uau, este plugin é incrível! Eu deveria agradec
395
  msgid "Show The Events Calendar link"
396
  msgstr "Mostrar link do The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Configurações gerais"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Símbolo da moeda"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Definir o símbolo de moeda padrão para os custos do evento. Note que isto só impacta os eventos futuros, e as alterações feitas não serão aplicadas retroativamente."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Símbolo da moeda segue o valor"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "O símbolo da moeda normalmente precede o valor. Habilitar essa opção faz com que o símbolo seja depois do valor."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Configurações secundárias"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Modo de Debug "
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Ative esta opção para catalogar a informação de debug. Por padrão isto irá se incorporar ao seu log de erro do servidor PHP. Se você quiser ver as mensagens de log no seu navegador, então recomendamos que instale o %s e procure pela aba \"Tribe\" na saída de debug."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Plugin da barra de Debug"
433
 
@@ -440,7 +462,7 @@ msgstr "não disponível"
440
  msgid "You need to upgrade!"
441
  msgstr "Você precisa atualizar!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Você está atualizado!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Última Versão:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Requer:"
558
 
@@ -560,7 +582,7 @@ msgstr "Requer:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Add-Ons Premium"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "French Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Configurações salvas."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Eventos"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Configurações"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Desculpe, o servidor de validação da chave não está disponível."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Desculpe, essa chave está expirada."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunião"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Desculpe, esta chave está fora das instalações."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Por que estou vendo esta mensagem?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russian Federation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Desculpe, a chave não é válida."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Chave válida! Expira em %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Chave válida! Expira em %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Configurações de eventos"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Configurações de eventos"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Configurações"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Configurações"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Você solicitou uma aba não existente."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Você solicitou uma aba não existente."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome E Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Você não tem permissão para isso."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Você não tem permissão para isso."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Arabia Saudita"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "A solicitação foi enviada de forma não segura."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "A solicitação foi enviada de forma não segura."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "A solicitação não foi enviada desta aba."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "A solicitação não foi enviada desta aba."
1455
  msgid "Serbia"
1456
  msgstr "Sérvia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Seu formulário contém os seguintes erros:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Seu formulário contém os seguintes erros:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Nenhuma de suas configurações foi salva. Por favor, tente de novo."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Nenhuma de suas configurações foi salva. Por favor, tente de novo."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "A configuração abaixo não foi salva. Outra configuração foi salva com sucesso."
@@ -1687,60 +1693,60 @@ msgstr "%s pode conter números e letras apenas."
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s pode conter números, letras e pontos apenas."
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s precisa ser um número positivo."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s precisa ser um slug válido (números, letras, traços e sublinhados)"
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%sprecisa ser uma URL absoluta válida."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s precisa ter um valor que seja parte destas opções."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "A comparação de validação falhou porque não foi fornecido um valor de comparação para o campo %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s não pode ser o mesmo que %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s não pode ser uma duplicata"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s deve ser um número ou porcentagem."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s deve ser um número entre 0 e 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s deve possuir apenas letras, números, traços, apóstrofos e espaços."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s deve possuir letras, espaços, apóstrofos e traços."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s deve conter 5 números."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s deve ser um número de telefone."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "A listagem de países deve ser formatada com um país por linha, no seguinte formato: <br/>US, Estados Unidos <br/> UK, Reino Unido."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Última atualização"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Veja"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Configurações de formato de data"
405
  msgstr "<p>Os três campos a seguir aceitam as opções de formato de data disponíveis para a função php date() . <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Saiba como criar o seu próprio formato de data aqui</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Formato de Data \"Datepicker\""
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Selecione o formato de data usado nos datepickers"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Mostrar link do The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Modo de Debug "
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Ative esta opção para catalogar a informação de debug. Por padrão isto irá se incorporar ao seu log de erro do servidor PHP. Se você quiser ver as mensagens de log no seu navegador, então recomendamos que instale o %s e procure pela aba \"Tribe\" na saída de debug."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Plugin da barra de Debug"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Você precisa atualizar!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Você está atualizado!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Última Versão:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Requer:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Add-Ons Premium"
612
 
927
  msgid "French Guiana"
928
  msgstr "French Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Configurações salvas."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Eventos"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Configurações"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunião"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russian Federation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Chave válida! Expira em %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Configurações de eventos"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Configurações"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Você solicitou uma aba não existente."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome E Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Você não tem permissão para isso."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Arabia Saudita"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "A solicitação foi enviada de forma não segura."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "A solicitação não foi enviada desta aba."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Sérvia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Seu formulário contém os seguintes erros:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Nenhuma de suas configurações foi salva. Por favor, tente de novo."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "A configuração abaixo não foi salva. Outra configuração foi salva com sucesso."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s pode conter números, letras e pontos apenas."
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s precisa ser um número positivo."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s precisa ser um slug válido (números, letras, traços e sublinhados)"
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%sprecisa ser uma URL absoluta válida."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s precisa ter um valor que seja parte destas opções."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "A comparação de validação falhou porque não foi fornecido um valor de comparação para o campo %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s não pode ser o mesmo que %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s não pode ser uma duplicata"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s deve ser um número ou porcentagem."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s deve ser um número entre 0 e 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s deve possuir apenas letras, números, traços, apóstrofos e espaços."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s deve possuir letras, espaços, apóstrofos e traços."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s deve conter 5 números."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s deve ser um número de telefone."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "A listagem de países deve ser formatada com um país por linha, no seguinte formato: <br/>US, Estados Unidos <br/> UK, Reino Unido."
1752
 
common/lang/tribe-common-pt_PT.mo CHANGED
Binary file
common/lang/tribe-common-pt_PT.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versão"
338
  msgid "Last Update"
339
  msgstr "Último update"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Definições do Formato da Data"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Os três campos seguintes aceitam o formato da data disponíveis na função php date(). <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Aprenda como fazer o seu próprio formato aqui</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Data com ano"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Separador data hora"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Insira o separador que será colocado entre a data e a hora, quando ambos mostrados."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Datepicker Formato da Data"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Selecione o formato da data a ser utilizado nos datepickers"
368
 
@@ -395,39 +441,15 @@ msgstr "Está a pensar \"Uau, este plugin é fantástico! Eu devia agradecer à
395
  msgid "Show The Events Calendar link"
396
  msgstr "Mostrar link do Calendário de Eventos"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Definições Gerais"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Símbolo de moeda por defeito"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Define o símbolo de moeda por defeito para custos de eventos. Note que esta opção só irá ser aplicada em eventos futuros, e não tem efeitos retroactivos para eventos passados."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Símbolo da moeda"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "O símbolo da moeda normalmente precede o valor. Se habilitar esta opção o símbolo será apresentado após o valor."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Definições várias"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Modo de Debug"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Active esta opção para registar a informação de debug. Por defeito esta informação será guardada no log de erro de PHP do seu servidor. Se pretende ver as mensagens de erro no seu browser, então recomendamos que instale o %s e procure pela tab \"Tribe\" no output do debug."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Plugin barra de Debug"
433
 
@@ -440,7 +462,7 @@ msgstr "N/D "
440
  msgid "You need to upgrade!"
441
  msgstr "Precisa de actualizar!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Está actualizado!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Última Versão:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Requere:"
558
 
@@ -560,7 +582,7 @@ msgstr "Requere:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Add-Ons Premium"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "French Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Definições guardadas."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Eventos"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Configurações"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Desculpe, o servidor de validação das chaves não está disponível."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Desculpe, chave expirada."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Desculpe, esta chave não existe."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romania"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Porque estou a ver esta mensagem?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russian Federation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Desculpe, esta chave não é válida."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Chave válida! Expira em %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Chave válida! Expira em %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Definiçoes de Eventos"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Definiçoes de Eventos"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Configurações"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Configurações"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Pediu uma tab não existente."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Pediu uma tab não existente."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Não tem permissão para fazer isso."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Não tem permissão para fazer isso."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudi Arabia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "O pedido foi enviado sem segurança."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "O pedido foi enviado sem segurança."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "O pedido não foi feito a partir desta tab."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "O pedido não foi feito a partir desta tab."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "O seu formulário tem os seguintes erros:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "O seu formulário tem os seguintes erros:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Nenhuma das suas definições foi salva. Por favor tente novamente."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Nenhuma das suas definições foi salva. Por favor tente novamente."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "A definição acima não foi salva. Outras definições foram salvas com successo."
@@ -1687,60 +1693,60 @@ msgstr "%s deve conter somente números e letras"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s deve conter somente números, letras e pontos"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s deve ser um número positivo"
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s deve ser uma slug válida (números, letras, traço e underscores)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s deve ser um URL válido e absoluto."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s deve ser um valor que seja parte das suas opções."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Validação da comparação falhou pois não foi indicado nenhum valor de comparação para campo %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s não pode ser o mesmo que %s"
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s não pode ser duplicado"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s deve ser um número ou uma percentagem."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s deve ser um número entre 0 e 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s deve consistir somente de letras, número, pontos, apóstrofes e espaços."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s deve ser constituído por letras, espaços, apóstrofes e traços"
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s deve ser constituído por 5 números"
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s deve ser um número de telefone"
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "A lista de países deve ser formatada como um país por linha no seguinte formato: <br>US, United States <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Último update"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Ver"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Definições do Formato da Data"
405
  msgstr "<p>Os três campos seguintes aceitam o formato da data disponíveis na função php date(). <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Aprenda como fazer o seu próprio formato aqui</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Datepicker Formato da Data"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Selecione o formato da data a ser utilizado nos datepickers"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Mostrar link do Calendário de Eventos"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Modo de Debug"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Active esta opção para registar a informação de debug. Por defeito esta informação será guardada no log de erro de PHP do seu servidor. Se pretende ver as mensagens de erro no seu browser, então recomendamos que instale o %s e procure pela tab \"Tribe\" no output do debug."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Plugin barra de Debug"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Precisa de actualizar!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Está actualizado!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Última Versão:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Requere:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Add-Ons Premium"
612
 
927
  msgid "French Guiana"
928
  msgstr "French Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Definições guardadas."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Eventos"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Configurações"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romania"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russian Federation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Chave válida! Expira em %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Definiçoes de Eventos"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Configurações"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Pediu uma tab não existente."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Não tem permissão para fazer isso."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudi Arabia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "O pedido foi enviado sem segurança."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "O pedido não foi feito a partir desta tab."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "O seu formulário tem os seguintes erros:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Nenhuma das suas definições foi salva. Por favor tente novamente."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "A definição acima não foi salva. Outras definições foram salvas com successo."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s deve conter somente números, letras e pontos"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s deve ser um número positivo"
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s deve ser uma slug válida (números, letras, traço e underscores)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s deve ser um URL válido e absoluto."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s deve ser um valor que seja parte das suas opções."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Validação da comparação falhou pois não foi indicado nenhum valor de comparação para campo %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s não pode ser o mesmo que %s"
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s não pode ser duplicado"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s deve ser um número ou uma percentagem."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s deve ser um número entre 0 e 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s deve consistir somente de letras, número, pontos, apóstrofes e espaços."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s deve ser constituído por letras, espaços, apóstrofes e traços"
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s deve ser constituído por 5 números"
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s deve ser um número de telefone"
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "A lista de países deve ser formatada como um país por linha no seguinte formato: <br>US, United States <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-ro_RO.mo CHANGED
Binary file
common/lang/tribe-common-ro_RO.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versiune"
338
  msgid "Last Update"
339
  msgstr "Ultima Actualizare"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr ""
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr ""
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr ""
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr ""
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr ""
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr ""
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr ""
368
 
@@ -395,39 +441,15 @@ msgstr "Vă gândiţi că \"Wow, acest supliment este extraordinar! Ar trebui s
395
  msgid "Show The Events Calendar link"
396
  msgstr "Afişare legătură The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Configurări Generale"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Simbol monetar implicit"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Stabiliţi simbolul monetar implicit pentru costurile evenimentului. Rețineți că acesta influenţează numai evenimentele viitoare, iar modificările făcute nu vor apare retroactiv."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Simbolul Monetar urmează valoarea"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Simbolul monetar precedă de obicei valoarea. Activarea acestei opțiuni poziționează simbolul după valoare."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Configurări Diverse"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Modul de Depanare "
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Activaţi această opţiune pentru a înregistra informaţiile de depanare. Implicit, aceasta va face înregistrarea în jurnalul de erori a serverului dvs. PHP. Dacă doriţi să vedeţi jurnalul de înregistrări în browserul dvs., atunci vă recomandăm instalarea %sapoi căutaţi fila/tabul \"Tribe\" în juranlul generat."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Modul Bară Depanare"
433
 
@@ -440,7 +462,7 @@ msgstr ""
440
  msgid "You need to upgrade!"
441
  msgstr "Trebuie să actualizaţi!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Aveţi versiunea actualizată!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Ultima Versiune:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Cerinţe:"
558
 
@@ -560,7 +582,7 @@ msgstr "Cerinţe:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Suplimente Premium"
590
 
@@ -905,7 +927,7 @@ msgstr "Franţa, Metropolitană"
905
  msgid "French Guiana"
906
  msgstr "Franţa, Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Configurările au fost salvate"
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Evenimente"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Configurări"
1277
 
@@ -1355,39 +1377,23 @@ msgstr ""
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr ""
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr ""
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "România"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr ""
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Rusia, Federaţia Rusă"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr ""
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr ""
1393
 
@@ -1395,7 +1401,7 @@ msgstr ""
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts Şi Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent Şi Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Configurări Evenimente"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Configurări Evenimente"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Configurări"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Configurări"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Aţi solicitat o filă inexistentă."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Aţi solicitat o filă inexistentă."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome Şi Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Nu aveţi permisiunea pentru aceasta."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Nu aveţi permisiunea pentru aceasta."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Arabia Saudită"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Cererea a fost trimisă nesigur."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Cererea a fost trimisă nesigur."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Cererea nu a fost trimisă din această filă."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Cererea nu a fost trimisă din această filă."
1455
  msgid "Serbia"
1456
  msgstr "Serbia"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Formularul dvs. a avut următoarele erori:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Formularul dvs. a avut următoarele erori:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Nici-una din configurări nu a fost salvată. Vă rugăm să reîncercaţi."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Nici-una din configurări nu a fost salvată. Vă rugăm să reîncerca
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] ""
@@ -1688,60 +1694,60 @@ msgstr "%s trebuie să conţină doar numere şi litere"
1688
  msgid "%s must contain numbers, letters and dots only"
1689
  msgstr "%s trebuie să conţină doar numere, litere şi liniuţe"
1690
 
1691
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1692
  msgid "%s must be a positive number."
1693
  msgstr "%s trebuie să fie un număr pozitiv."
1694
 
1695
- #: src/Tribe/Validate.php:224
1696
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
  msgstr "%s trebuie să fie un slug valid (numere, litere,liniuţe şi linii de subliniere)"
1698
 
1699
- #: src/Tribe/Validate.php:239
1700
  msgid "%s must be a valid absolute URL."
1701
  msgstr "%s trebuie să fie o adresă URL absolută."
1702
 
1703
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1704
- #: src/Tribe/Validate.php:294
1705
  msgid "%s must have a value that's part of its options."
1706
  msgstr "%s trebuie să aibă o valoare, parte din propriile-i opţiuni."
1707
 
1708
- #: src/Tribe/Validate.php:308
1709
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1710
  msgstr "Validarea comparărilor a eşuat pentru că nu a fost alocată nici-o valoare de comparat, pentru câmpul %s"
1711
 
1712
- #: src/Tribe/Validate.php:315
1713
  msgid "%s cannot be the same as %s."
1714
  msgstr "%s nu poate fi la fel ca %s."
1715
 
1716
- #: src/Tribe/Validate.php:317
1717
  msgid "%s cannot be a duplicate"
1718
  msgstr "%s nu poate fi un duplicat"
1719
 
1720
- #: src/Tribe/Validate.php:333
1721
  msgid "%s must be a number or percentage."
1722
  msgstr "%s trebuie să fie un număr sau un procent."
1723
 
1724
- #: src/Tribe/Validate.php:387
1725
  msgid "%s must be a number between 0 and 21."
1726
  msgstr "%s trebuie să fie un număr între 0 şi 21."
1727
 
1728
- #: src/Tribe/Validate.php:403
1729
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
  msgstr "%s trebuie să conţină doar litere, numere, liniuţe, semne de apostrof şi spaţii."
1731
 
1732
- #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1734
  msgstr "%s trebuie să conţină doar litere, spaţii,semne de apostrof şi liniuţe."
1735
 
1736
- #: src/Tribe/Validate.php:433
1737
  msgid "%s must consist of 5 numbers."
1738
  msgstr "%s trebuie să conţină 5 numere."
1739
 
1740
- #: src/Tribe/Validate.php:447
1741
  msgid "%s must be a phone number."
1742
  msgstr "%s trebuie să fie un număr de telefon."
1743
 
1744
- #: src/Tribe/Validate.php:463
1745
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
  msgstr "Lista ţărilor trebuie formatată sub forma unei singure ţări pe linie, cu următorul format:<br>RO, România <br> UK, United Kingdom."
1747
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Ultima Actualizare"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Vizualizare"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr ""
405
  msgstr ""
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr ""
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr ""
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Afişare legătură The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Modul de Depanare "
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Activaţi această opţiune pentru a înregistra informaţiile de depanare. Implicit, aceasta va face înregistrarea în jurnalul de erori a serverului dvs. PHP. Dacă doriţi să vedeţi jurnalul de înregistrări în browserul dvs., atunci vă recomandăm instalarea %sapoi căutaţi fila/tabul \"Tribe\" în juranlul generat."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Modul Bară Depanare"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Trebuie să actualizaţi!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Aveţi versiunea actualizată!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Ultima Versiune:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Cerinţe:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Suplimente Premium"
612
 
927
  msgid "French Guiana"
928
  msgstr "Franţa, Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Configurările au fost salvate"
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Evenimente"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Configurări"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "România"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Rusia, Federaţia Rusă"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr ""
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts Şi Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent Şi Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Configurări Evenimente"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Configurări"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Aţi solicitat o filă inexistentă."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome Şi Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Nu aveţi permisiunea pentru aceasta."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Arabia Saudită"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Cererea a fost trimisă nesigur."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Cererea nu a fost trimisă din această filă."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbia"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Formularul dvs. a avut următoarele erori:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Nici-una din configurări nu a fost salvată. Vă rugăm să reîncercaţi."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] ""
1694
  msgid "%s must contain numbers, letters and dots only"
1695
  msgstr "%s trebuie să conţină doar numere, litere şi liniuţe"
1696
 
1697
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1698
  msgid "%s must be a positive number."
1699
  msgstr "%s trebuie să fie un număr pozitiv."
1700
 
1701
+ #: src/Tribe/Validate.php:240
1702
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
  msgstr "%s trebuie să fie un slug valid (numere, litere,liniuţe şi linii de subliniere)"
1704
 
1705
+ #: src/Tribe/Validate.php:255
1706
  msgid "%s must be a valid absolute URL."
1707
  msgstr "%s trebuie să fie o adresă URL absolută."
1708
 
1709
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1710
+ #: src/Tribe/Validate.php:310
1711
  msgid "%s must have a value that's part of its options."
1712
  msgstr "%s trebuie să aibă o valoare, parte din propriile-i opţiuni."
1713
 
1714
+ #: src/Tribe/Validate.php:324
1715
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1716
  msgstr "Validarea comparărilor a eşuat pentru că nu a fost alocată nici-o valoare de comparat, pentru câmpul %s"
1717
 
1718
+ #: src/Tribe/Validate.php:331
1719
  msgid "%s cannot be the same as %s."
1720
  msgstr "%s nu poate fi la fel ca %s."
1721
 
1722
+ #: src/Tribe/Validate.php:333
1723
  msgid "%s cannot be a duplicate"
1724
  msgstr "%s nu poate fi un duplicat"
1725
 
1726
+ #: src/Tribe/Validate.php:349
1727
  msgid "%s must be a number or percentage."
1728
  msgstr "%s trebuie să fie un număr sau un procent."
1729
 
1730
+ #: src/Tribe/Validate.php:403
1731
  msgid "%s must be a number between 0 and 21."
1732
  msgstr "%s trebuie să fie un număr între 0 şi 21."
1733
 
1734
+ #: src/Tribe/Validate.php:419
1735
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
  msgstr "%s trebuie să conţină doar litere, numere, liniuţe, semne de apostrof şi spaţii."
1737
 
1738
+ #: src/Tribe/Validate.php:435
1739
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1740
  msgstr "%s trebuie să conţină doar litere, spaţii,semne de apostrof şi liniuţe."
1741
 
1742
+ #: src/Tribe/Validate.php:449
1743
  msgid "%s must consist of 5 numbers."
1744
  msgstr "%s trebuie să conţină 5 numere."
1745
 
1746
+ #: src/Tribe/Validate.php:463
1747
  msgid "%s must be a phone number."
1748
  msgstr "%s trebuie să fie un număr de telefon."
1749
 
1750
+ #: src/Tribe/Validate.php:479
1751
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
  msgstr "Lista ţărilor trebuie formatată sub forma unei singure ţări pe linie, cu următorul format:<br>RO, România <br> UK, United Kingdom."
1753
 
common/lang/tribe-common-ru_RU.mo CHANGED
Binary file
common/lang/tribe-common-ru_RU.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Версия"
338
  msgid "Last Update"
339
  msgstr "Последнее обновление"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Настройки формата даты"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p> Следующие три поля приимать параметры формата даты, доступные функции даты() php. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Узнайте, как создать ваш собственный формат даты здесь</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Дата с годом"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Разделитель даты времени"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Введите разделитель, который будет стоять между датой и временем при показе обоих элементов."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Формат даты Datepicker"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Выберите формат даты, который будет исспользоваться в datepickers"
368
 
@@ -395,39 +441,15 @@ msgstr "Вы думаете \"Ух ты, этот плагин замечате
395
  msgid "Show The Events Calendar link"
396
  msgstr "Показать ссылку на The Events Calendar"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Общие настройки"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Символ валюты по умолчанию"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Установите символ валюты по умолчанию для стоимости мероприятия. Обратите внимание, что это влияет только на будущие мероприятия, и изменения не будут приняты для прошедших мероприятий."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Символ валюты находится после стоимости"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Символ валюты обычно находится перед стоимостью. При включении этого параметра, символ будет показан после стоимости."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Другие настройки"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Режим корректирования"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Включите этот параметр, чтобы вести журнал информации о коррекции. По умолчанию, записи будут осуществляться в вашем журнале ошибок сервера PHP. Если вы хотите увидеть записи журнала в вашем браузере, мы рекомендуем вам установить %s и искать вкладку \"Tribe\" в выходных данных коррекции."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Плагин строки коррекции"
433
 
@@ -440,7 +462,7 @@ msgstr "н/д"
440
  msgid "You need to upgrade!"
441
  msgstr "Вам нужно обновиться!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "У вас самая новая версия!"
446
 
@@ -536,7 +558,7 @@ msgstr "Айова"
536
  msgid "Kansas"
537
  msgstr "Канзас"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Последняя версия:"
542
 
@@ -552,7 +574,7 @@ msgstr "Луизиана"
552
  msgid "Maine"
553
  msgstr "Мэн"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Требуется:"
558
 
@@ -560,7 +582,7 @@ msgstr "Требуется:"
560
  msgid "Maryland"
561
  msgstr "Мэрилэнд"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Миссисипи"
584
  msgid "Missouri"
585
  msgstr "Миссури"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Премиальные расширения"
590
 
@@ -905,7 +927,7 @@ msgstr "Метрополия Франция"
905
  msgid "French Guiana"
906
  msgstr "Французская Гвиана"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Настройки сохранены."
911
 
@@ -941,8 +963,8 @@ msgstr "Гана"
941
  msgid "Gibraltar"
942
  msgstr "Гибралтар"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Мероприятия"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Нигерия"
1271
  msgid "Niue"
1272
  msgstr "Ниуэ"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Параметры"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Извините, сервер подтверждения ключа н
1355
  msgid "Qatar"
1356
  msgstr "Катар"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Извините, срок действия этого ключа истек."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Реюньон"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Извините, этот ключ не подходит к установленным версиям."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Румыния"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Почему я вижу это сообщение?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Российская Федерация"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Извините, этот ключ недействителен."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Руанда"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Допустимый ключ! Срок действия заканчивается %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Допустимый ключ! Срок действия заканчи
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Сент-Китс и Невис"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Сент-Люсия"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Сент-Винсент и Гренадины"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Настройки мероприятий"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Настройки мероприятий"
1415
  msgid "Samoa"
1416
  msgstr "Самоа"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "Настройки %s"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "Настройки %s"
1423
  msgid "San Marino"
1424
  msgstr "Сан Марино"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Вы запросили несуществующую вкладку."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Вы запросили несуществующую вкладку."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Демократическая Республика Сан-Томе и Принсипи"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "У вас нет на это разрешения."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "У вас нет на это разрешения."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Саудовская Аравия"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Запрос отправлен небезопасно."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Запрос отправлен небезопасно."
1447
  msgid "Senegal"
1448
  msgstr "Сенегал"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Запрос отправлен не с этой вкладки."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Запрос отправлен не с этой вкладки."
1455
  msgid "Serbia"
1456
  msgstr "Сербия"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "В вашей форме были следующие ошибки:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "В вашей форме были следующие ошибки:"
1463
  msgid "Seychelles"
1464
  msgstr "Сейшелы"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Ни одна из ваших настроек не была сохранена. Пожалуйста, попробуйте снова."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Ни одна из ваших настроек не была сохра
1471
  msgid "Sierra Leone"
1472
  msgstr "Сьерра-Леоне"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Вышеуказанная настройка не была сохранена. Остальные настройки сохранены успешно."
@@ -1688,60 +1694,60 @@ msgstr "%s должен содержать только цифры и буквы
1688
  msgid "%s must contain numbers, letters and dots only"
1689
  msgstr "%s должен содержать только цифры, буквы и точки"
1690
 
1691
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1692
  msgid "%s must be a positive number."
1693
  msgstr "%s должен быть положительным числом."
1694
 
1695
- #: src/Tribe/Validate.php:224
1696
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
  msgstr "%s должен быть допустимым адресом (цифры, буквы, тире и подчеркивания)"
1698
 
1699
- #: src/Tribe/Validate.php:239
1700
  msgid "%s must be a valid absolute URL."
1701
  msgstr "%s должен быть допустимой абсолютной ссылкой."
1702
 
1703
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1704
- #: src/Tribe/Validate.php:294
1705
  msgid "%s must have a value that's part of its options."
1706
  msgstr "%s должен иметь значение, которое является частью его параметров."
1707
 
1708
- #: src/Tribe/Validate.php:308
1709
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1710
  msgstr "Cравнение не произошло, поскольку для поля %s не было предоставлено никакое значение"
1711
 
1712
- #: src/Tribe/Validate.php:315
1713
  msgid "%s cannot be the same as %s."
1714
  msgstr "%s не может совпадать с %s."
1715
 
1716
- #: src/Tribe/Validate.php:317
1717
  msgid "%s cannot be a duplicate"
1718
  msgstr "%s не может быть копией"
1719
 
1720
- #: src/Tribe/Validate.php:333
1721
  msgid "%s must be a number or percentage."
1722
  msgstr "%s должен быть числом или процентом."
1723
 
1724
- #: src/Tribe/Validate.php:387
1725
  msgid "%s must be a number between 0 and 21."
1726
  msgstr "%s должен быть числом от 0 до 21."
1727
 
1728
- #: src/Tribe/Validate.php:403
1729
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
  msgstr "%s должен содержать только буквы, цифры, тире, апострофы и пробелы."
1731
 
1732
- #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1734
  msgstr "%s должен содержать буквы, пробелы, апострофы и тире."
1735
 
1736
- #: src/Tribe/Validate.php:433
1737
  msgid "%s must consist of 5 numbers."
1738
  msgstr "%s должен содержать 5 цифр."
1739
 
1740
- #: src/Tribe/Validate.php:447
1741
  msgid "%s must be a phone number."
1742
  msgstr "%s должен быть номером телефона."
1743
 
1744
- #: src/Tribe/Validate.php:463
1745
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
  msgstr "Список стран должен быть форматирован следующим образом: одна страна в строке в формате <br>США, Соединенные штаты Америки <br>ВБ, Великобритания."
1747
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Последнее обновление"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Просмотр"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Настройки формата даты"
405
  msgstr "<p> Следующие три поля приимать параметры формата даты, доступные функции даты() php. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Узнайте, как создать ваш собственный формат даты здесь</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Формат даты Datepicker"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Выберите формат даты, который будет исспользоваться в datepickers"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Показать ссылку на The Events Calendar"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Режим корректирования"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Включите этот параметр, чтобы вести журнал информации о коррекции. По умолчанию, записи будут осуществляться в вашем журнале ошибок сервера PHP. Если вы хотите увидеть записи журнала в вашем браузере, мы рекомендуем вам установить %s и искать вкладку \"Tribe\" в выходных данных коррекции."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Плагин строки коррекции"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Вам нужно обновиться!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "У вас самая новая версия!"
468
 
558
  msgid "Kansas"
559
  msgstr "Канзас"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Последняя версия:"
564
 
574
  msgid "Maine"
575
  msgstr "Мэн"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Требуется:"
580
 
582
  msgid "Maryland"
583
  msgstr "Мэрилэнд"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Миссури"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Премиальные расширения"
612
 
927
  msgid "French Guiana"
928
  msgstr "Французская Гвиана"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Настройки сохранены."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Гибралтар"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Мероприятия"
970
 
1293
  msgid "Niue"
1294
  msgstr "Ниуэ"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Параметры"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Катар"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Реюньон"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Румыния"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Российская Федерация"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Руанда"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Допустимый ключ! Срок действия заканчивается %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Сент-Китс и Невис"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Сент-Винсент и Гренадины"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Настройки мероприятий"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Самоа"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "Настройки %s"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "Сан Марино"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Вы запросили несуществующую вкладку."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Демократическая Республика Сан-Томе и Принсипи"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "У вас нет на это разрешения."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Саудовская Аравия"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Запрос отправлен небезопасно."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Сенегал"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Запрос отправлен не с этой вкладки."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Сербия"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "В вашей форме были следующие ошибки:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Сейшелы"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Ни одна из ваших настроек не была сохранена. Пожалуйста, попробуйте снова."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Сьерра-Леоне"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Вышеуказанная настройка не была сохранена. Остальные настройки сохранены успешно."
1694
  msgid "%s must contain numbers, letters and dots only"
1695
  msgstr "%s должен содержать только цифры, буквы и точки"
1696
 
1697
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1698
  msgid "%s must be a positive number."
1699
  msgstr "%s должен быть положительным числом."
1700
 
1701
+ #: src/Tribe/Validate.php:240
1702
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
  msgstr "%s должен быть допустимым адресом (цифры, буквы, тире и подчеркивания)"
1704
 
1705
+ #: src/Tribe/Validate.php:255
1706
  msgid "%s must be a valid absolute URL."
1707
  msgstr "%s должен быть допустимой абсолютной ссылкой."
1708
 
1709
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1710
+ #: src/Tribe/Validate.php:310
1711
  msgid "%s must have a value that's part of its options."
1712
  msgstr "%s должен иметь значение, которое является частью его параметров."
1713
 
1714
+ #: src/Tribe/Validate.php:324
1715
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1716
  msgstr "Cравнение не произошло, поскольку для поля %s не было предоставлено никакое значение"
1717
 
1718
+ #: src/Tribe/Validate.php:331
1719
  msgid "%s cannot be the same as %s."
1720
  msgstr "%s не может совпадать с %s."
1721
 
1722
+ #: src/Tribe/Validate.php:333
1723
  msgid "%s cannot be a duplicate"
1724
  msgstr "%s не может быть копией"
1725
 
1726
+ #: src/Tribe/Validate.php:349
1727
  msgid "%s must be a number or percentage."
1728
  msgstr "%s должен быть числом или процентом."
1729
 
1730
+ #: src/Tribe/Validate.php:403
1731
  msgid "%s must be a number between 0 and 21."
1732
  msgstr "%s должен быть числом от 0 до 21."
1733
 
1734
+ #: src/Tribe/Validate.php:419
1735
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
  msgstr "%s должен содержать только буквы, цифры, тире, апострофы и пробелы."
1737
 
1738
+ #: src/Tribe/Validate.php:435
1739
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1740
  msgstr "%s должен содержать буквы, пробелы, апострофы и тире."
1741
 
1742
+ #: src/Tribe/Validate.php:449
1743
  msgid "%s must consist of 5 numbers."
1744
  msgstr "%s должен содержать 5 цифр."
1745
 
1746
+ #: src/Tribe/Validate.php:463
1747
  msgid "%s must be a phone number."
1748
  msgstr "%s должен быть номером телефона."
1749
 
1750
+ #: src/Tribe/Validate.php:479
1751
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
  msgstr "Список стран должен быть форматирован следующим образом: одна страна в строке в формате <br>США, Соединенные штаты Америки <br>ВБ, Великобритания."
1753
 
common/lang/tribe-common-sk_SK.mo CHANGED
Binary file
common/lang/tribe-common-sk_SK.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Verzia"
338
  msgid "Last Update"
339
  msgstr "Posledná aktualizácia"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Nastavenia formátu dátumu"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Tieto tri polia akceptujú nastavenia formátu dátumu dostupné pre php date() funkciu. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Naučte sa, ako nastaviť váš vlastný formát dátumu tu</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Dátum s rokom"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Oddeľovač času"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Vložte oddeľovač, ktorý bude medzi dátumom a časom, keď sa zobrazujú súčasne."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Formát dátumu pre Datepicker"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Vyberte formát dátumu pre používanie datepickera"
368
 
@@ -395,39 +441,15 @@ msgstr "Myslíte si, že \"Wow, tento plugin je úžasný. Mali by ste sa poďak
395
  msgid "Show The Events Calendar link"
396
  msgstr "Ukázať link na Kalendár udalostí"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Všeobecné nastavenia"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Predvolený symbol meny"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Nastaviť predvolený symbol meny pre cenu udalosti. Nezabudnite, že túto menu budú mať nastavené budúce udalosti a nie udalosti, ktoré sa už konali"
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Symbol meny uvádzať za hodnotou"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Symbol meny zvyčajne predchádza hodnotu. Povoľte nastavenie pozície symbolu po hodnote."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Rôzne nastavenia"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debugovací mód"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Povoľte tieto nastavenia pre logovanie debugovacích informácií. Prednastavením bude váš server logovať do PHP chybových logov. Ak by ste chceli vidieť logové hlásenia v prehliadači, potom vám odporúčame nainštalovať %s a pozrieť \"Tribe\" záložky na výstup debugovania."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Doplnok"
433
 
@@ -440,7 +462,7 @@ msgstr "nedostupný"
440
  msgid "You need to upgrade!"
441
  msgstr "Potrebujete upgrade!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Aktualizovaný!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Najnovšia verzia:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Požiadavky:"
558
 
@@ -560,7 +582,7 @@ msgstr "Požiadavky:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Prémiové doplnky"
590
 
@@ -905,7 +927,7 @@ msgstr "Metropolitné Francúzsko"
905
  msgid "French Guiana"
906
  msgstr "Francúzska Guyana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Nastavenia boli uložené."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltár"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Udalosti"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigéria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Nastavenia"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Ľutujeme, server pre validáciu kľúča je nedostupný."
1355
  msgid "Qatar"
1356
  msgstr "Katar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Ľutujeme, platnosť kľúča vypršala."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Réunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Ľutujeme, tento kľúč mimo inštalácie."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumunsko"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Prečo sa mi zobrazila táto správa?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Rusko"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Ľutujeme, tento kľúč nie je platný."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Platný kľúč! Platnosť končí %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Platný kľúč! Platnosť končí %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Svätý Krištof a Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Svätá Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Svätý Vincent a Grenadíny"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Nastavenia udalostí"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Nastavenia udalostí"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Nastavenia"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Nastavenia"
1423
  msgid "San Marino"
1424
  msgstr "San Maríno"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Požadujete neexistujúcu záložku."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Požadujete neexistujúcu záložku."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Svätý Tomáš a Princov ostrov"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Nemáte práva pre vykonanie."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Nemáte práva pre vykonanie."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudská Arábia"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Požiadavka bola odoslaná nezabezpečene."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Požiadavka bola odoslaná nezabezpečene."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Požiadavka nebola odoslaná z tejto záložky."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Požiadavka nebola odoslaná z tejto záložky."
1455
  msgid "Serbia"
1456
  msgstr "Srbsko"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Váš formulár obsahuje nasledovné chyby:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Váš formulár obsahuje nasledovné chyby:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychely"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Nastavenia neboli uložené. Skúste to znovu."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Nastavenia neboli uložené. Skúste to znovu."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Vyššie uvedené nastavenie nebolo uložené. Ostatné nastavenia boli úspešne uložené."
@@ -1688,60 +1694,60 @@ msgstr "%s musí obsahovať len číslice a písmena"
1688
  msgid "%s must contain numbers, letters and dots only"
1689
  msgstr "%s musí obsahovať číslice, písmená a bodky."
1690
 
1691
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1692
  msgid "%s must be a positive number."
1693
  msgstr "%s musí byť kladné číslo."
1694
 
1695
- #: src/Tribe/Validate.php:224
1696
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
  msgstr "%s musí byť platnou URL značkou (číslice, písmená, pomĺčky a podčiarkovníky)."
1698
 
1699
- #: src/Tribe/Validate.php:239
1700
  msgid "%s must be a valid absolute URL."
1701
  msgstr "%s musí byť platná absolútna adresa URL."
1702
 
1703
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1704
- #: src/Tribe/Validate.php:294
1705
  msgid "%s must have a value that's part of its options."
1706
  msgstr "%s musí mať hodnotu, ktorá je súčasťou výberu."
1707
 
1708
- #: src/Tribe/Validate.php:308
1709
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1710
  msgstr "Validácia zlyhala, pretože nebola vložená žiadna porovnávaná hodnota do poľa %s"
1711
 
1712
- #: src/Tribe/Validate.php:315
1713
  msgid "%s cannot be the same as %s."
1714
  msgstr "%s nemôže byť také isté ako %s"
1715
 
1716
- #: src/Tribe/Validate.php:317
1717
  msgid "%s cannot be a duplicate"
1718
  msgstr "%s nemôže byť duplicitné"
1719
 
1720
- #: src/Tribe/Validate.php:333
1721
  msgid "%s must be a number or percentage."
1722
  msgstr "%s musí byť číslo alebo percento."
1723
 
1724
- #: src/Tribe/Validate.php:387
1725
  msgid "%s must be a number between 0 and 21."
1726
  msgstr "%s musí byť číslo medzi 0 a 21."
1727
 
1728
- #: src/Tribe/Validate.php:403
1729
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
  msgstr "%s musí obsahovať len písmená, číslice, pomĺčky, apostrofy a medzery."
1731
 
1732
- #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1734
  msgstr "%s musí obsahovať len písmená, medzery, apostrofy a pomĺčky."
1735
 
1736
- #: src/Tribe/Validate.php:433
1737
  msgid "%s must consist of 5 numbers."
1738
  msgstr "%s musí obsahovať 5 číslic."
1739
 
1740
- #: src/Tribe/Validate.php:447
1741
  msgid "%s must be a phone number."
1742
  msgstr "%s musí byť telefónne číslo."
1743
 
1744
- #: src/Tribe/Validate.php:463
1745
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
  msgstr "Zoznam krajín musí byť formátovaný ako jedna krajina na riadok vo formáte: <br>US, Spojené štáty americke <br> UK, Spojené kráľovstvo."
1747
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Posledná aktualizácia"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Zobraziť"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Nastavenia formátu dátumu"
405
  msgstr "<p>Tieto tri polia akceptujú nastavenia formátu dátumu dostupné pre php date() funkciu. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Naučte sa, ako nastaviť váš vlastný formát dátumu tu</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Formát dátumu pre Datepicker"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Vyberte formát dátumu pre používanie datepickera"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Ukázať link na Kalendár udalostí"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debugovací mód"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Povoľte tieto nastavenia pre logovanie debugovacích informácií. Prednastavením bude váš server logovať do PHP chybových logov. Ak by ste chceli vidieť logové hlásenia v prehliadači, potom vám odporúčame nainštalovať %s a pozrieť \"Tribe\" záložky na výstup debugovania."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Doplnok"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Potrebujete upgrade!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Aktualizovaný!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Najnovšia verzia:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Požiadavky:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Prémiové doplnky"
612
 
927
  msgid "French Guiana"
928
  msgstr "Francúzska Guyana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Nastavenia boli uložené."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltár"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Udalosti"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Nastavenia"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Réunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumunsko"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Rusko"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Platný kľúč! Platnosť končí %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Svätý Krištof a Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Svätý Vincent a Grenadíny"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Nastavenia udalostí"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Nastavenia"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Maríno"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Požadujete neexistujúcu záložku."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Svätý Tomáš a Princov ostrov"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Nemáte práva pre vykonanie."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudská Arábia"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Požiadavka bola odoslaná nezabezpečene."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Požiadavka nebola odoslaná z tejto záložky."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Srbsko"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Váš formulár obsahuje nasledovné chyby:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychely"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Nastavenia neboli uložené. Skúste to znovu."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Vyššie uvedené nastavenie nebolo uložené. Ostatné nastavenia boli úspešne uložené."
1694
  msgid "%s must contain numbers, letters and dots only"
1695
  msgstr "%s musí obsahovať číslice, písmená a bodky."
1696
 
1697
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1698
  msgid "%s must be a positive number."
1699
  msgstr "%s musí byť kladné číslo."
1700
 
1701
+ #: src/Tribe/Validate.php:240
1702
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
  msgstr "%s musí byť platnou URL značkou (číslice, písmená, pomĺčky a podčiarkovníky)."
1704
 
1705
+ #: src/Tribe/Validate.php:255
1706
  msgid "%s must be a valid absolute URL."
1707
  msgstr "%s musí byť platná absolútna adresa URL."
1708
 
1709
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1710
+ #: src/Tribe/Validate.php:310
1711
  msgid "%s must have a value that's part of its options."
1712
  msgstr "%s musí mať hodnotu, ktorá je súčasťou výberu."
1713
 
1714
+ #: src/Tribe/Validate.php:324
1715
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1716
  msgstr "Validácia zlyhala, pretože nebola vložená žiadna porovnávaná hodnota do poľa %s"
1717
 
1718
+ #: src/Tribe/Validate.php:331
1719
  msgid "%s cannot be the same as %s."
1720
  msgstr "%s nemôže byť také isté ako %s"
1721
 
1722
+ #: src/Tribe/Validate.php:333
1723
  msgid "%s cannot be a duplicate"
1724
  msgstr "%s nemôže byť duplicitné"
1725
 
1726
+ #: src/Tribe/Validate.php:349
1727
  msgid "%s must be a number or percentage."
1728
  msgstr "%s musí byť číslo alebo percento."
1729
 
1730
+ #: src/Tribe/Validate.php:403
1731
  msgid "%s must be a number between 0 and 21."
1732
  msgstr "%s musí byť číslo medzi 0 a 21."
1733
 
1734
+ #: src/Tribe/Validate.php:419
1735
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
  msgstr "%s musí obsahovať len písmená, číslice, pomĺčky, apostrofy a medzery."
1737
 
1738
+ #: src/Tribe/Validate.php:435
1739
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1740
  msgstr "%s musí obsahovať len písmená, medzery, apostrofy a pomĺčky."
1741
 
1742
+ #: src/Tribe/Validate.php:449
1743
  msgid "%s must consist of 5 numbers."
1744
  msgstr "%s musí obsahovať 5 číslic."
1745
 
1746
+ #: src/Tribe/Validate.php:463
1747
  msgid "%s must be a phone number."
1748
  msgstr "%s musí byť telefónne číslo."
1749
 
1750
+ #: src/Tribe/Validate.php:479
1751
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
  msgstr "Zoznam krajín musí byť formátovaný ako jedna krajina na riadok vo formáte: <br>US, Spojené štáty americke <br> UK, Spojené kráľovstvo."
1753
 
common/lang/tribe-common-sl_SI.mo CHANGED
Binary file
common/lang/tribe-common-sl_SI.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Različica"
338
  msgid "Last Update"
339
  msgstr "Zadnja posodobitev"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Nastavitve formata datuma"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Naslednja tri polja sprejmejo format datuma med opcijami, ki so na voljo za php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Tukaj se lahko naučite kako narediti svoj format datuma</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Datum z letom"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Meja med datumom in časom"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Vnesite mejo, ki bo postavljen med datumom in časom, kadar bosta prikazana oba"
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Format izbiralnika datumov"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Izberite format datumov za uporabo v izbiralniku datumov"
368
 
@@ -395,39 +441,15 @@ msgstr "Ali si mislite \"Wau, ta vtičnik je res super, moral bi se zahvaliti Mo
395
  msgid "Show The Events Calendar link"
396
  msgstr "Prikaži The Events Calendar povezavo"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Splošne nastavitve"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Privzeti simbol valute"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Nastavite privzeti simbol valute za cene dogodkov. Ta možnost vpliva le na prihodnje dogodke, spremembe pa ne bodo delovale retroaktivno."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Simbol valute sledi vrednosti"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Simbol valute je načeloma pred vrednostjo. Če boste omogočili to možnost, se bo simbol pojavljal za vrednostjo. "
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Razne nastavitve"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug način"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Omogočite to možnost za spremljanje debug informacij. Privzeto se bo to zapisalo v PHP error log vašega strežnika. Če želite pogledati te informacije v vašem brskalniku, vam priporočamo da namestite %s in poiščete \"Tribe\" zavihek v debug izpisu. "
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar vtičnik "
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Čaka vas posodobitev!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Imate trenutno različico!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Zadnja različica:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Zahteva:"
558
 
@@ -560,7 +582,7 @@ msgstr "Zahteva:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress"
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium dodatki"
590
 
@@ -905,7 +927,7 @@ msgstr "Francija, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "Francoska Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Nastavitve shranjene."
911
 
@@ -941,8 +963,8 @@ msgstr "Gana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Dogodki"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigerija"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Nastavitve"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Oprostite, strežnik za preverjanje ključa ni na voljo. "
1355
  msgid "Qatar"
1356
  msgstr "Katar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Oprostite, ta ključ je zastarel. "
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Oprostite, ta ključ nima več možnosti za namestitev. "
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romunija"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Zakaj vidim to sporočilo?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Ruska federacija"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Oprostite, ta ključ ni veljaven. "
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ruanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Veljaven ključ! Poteče %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Veljaven ključ! Poteče %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Nastavitve dogodkov"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Nastavitve dogodkov"
1415
  msgid "Samoa"
1416
  msgstr "Samo"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s nastavitve"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s nastavitve"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Zahtevali ste neobstoječ zavihek."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Zahtevali ste neobstoječ zavihek."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Nimate dovoljenja za ta ukaz."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Nimate dovoljenja za ta ukaz."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Savdska Arabija"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Ukaz je bil poslan nezavarovano."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Ukaz je bil poslan nezavarovano."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Ukaz ni bil poslan iz tega zavihka."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Ukaz ni bil poslan iz tega zavihka."
1455
  msgid "Serbia"
1456
  msgstr "Srbija"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Vaš obrazec ima naslednje napake"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Vaš obrazec ima naslednje napake"
1463
  msgid "Seychelles"
1464
  msgstr "Sejšeli"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Nobena od vaših nastavitev ni bila shranjena. Prosim poizkusite znova."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Nobena od vaših nastavitev ni bila shranjena. Prosim poizkusite znova."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Zgornja nastavitev ni bila shranjena. Ostale nastavitve so bile shranjene uspešno."
@@ -1689,60 +1695,60 @@ msgstr "%s mora vsebovati zgolj številke in črke"
1689
  msgid "%s must contain numbers, letters and dots only"
1690
  msgstr "%s mora vsebovati številke, črke in pike"
1691
 
1692
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1693
  msgid "%s must be a positive number."
1694
  msgstr "%s mora biti pozitivno število."
1695
 
1696
- #: src/Tribe/Validate.php:224
1697
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1698
  msgstr "%s mora biti veljavni ključ (številke, črke, vezaji in podčrtaji)."
1699
 
1700
- #: src/Tribe/Validate.php:239
1701
  msgid "%s must be a valid absolute URL."
1702
  msgstr "%s mora biti veljaven absolutni URL"
1703
 
1704
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1705
- #: src/Tribe/Validate.php:294
1706
  msgid "%s must have a value that's part of its options."
1707
  msgstr "%s mora imeti vrednost, ki je del možnosti."
1708
 
1709
- #: src/Tribe/Validate.php:308
1710
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1711
  msgstr "Primerjalno preverjanje ni uspelo, ker ni bilo podanih vrednosti za primerjavo, za polje %s"
1712
 
1713
- #: src/Tribe/Validate.php:315
1714
  msgid "%s cannot be the same as %s."
1715
  msgstr "%s ne more biti enak kot %s. "
1716
 
1717
- #: src/Tribe/Validate.php:317
1718
  msgid "%s cannot be a duplicate"
1719
  msgstr "%s ne more biti duplikat"
1720
 
1721
- #: src/Tribe/Validate.php:333
1722
  msgid "%s must be a number or percentage."
1723
  msgstr "%s mora biti število ali procent."
1724
 
1725
- #: src/Tribe/Validate.php:387
1726
  msgid "%s must be a number between 0 and 21."
1727
  msgstr "%s mora biti število med 0 in 21."
1728
 
1729
- #: src/Tribe/Validate.php:403
1730
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1731
  msgstr "%s lahko vseguje zgolj črke, številke, vezaje, apostrofe in presledke. "
1732
 
1733
- #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1735
  msgstr "%s mora biti sestavljeno iz črk, presledkov, apostrofov in vezajev. "
1736
 
1737
- #: src/Tribe/Validate.php:433
1738
  msgid "%s must consist of 5 numbers."
1739
  msgstr "%s mora biti sestavljeno iz 5 številk."
1740
 
1741
- #: src/Tribe/Validate.php:447
1742
  msgid "%s must be a phone number."
1743
  msgstr "%s mora biti telefonska številka."
1744
 
1745
- #: src/Tribe/Validate.php:463
1746
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1747
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1748
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Zadnja posodobitev"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Ogled"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Nastavitve formata datuma"
405
  msgstr "<p>Naslednja tri polja sprejmejo format datuma med opcijami, ki so na voljo za php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Tukaj se lahko naučite kako narediti svoj format datuma</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Format izbiralnika datumov"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Izberite format datumov za uporabo v izbiralniku datumov"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Prikaži The Events Calendar povezavo"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug način"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Omogočite to možnost za spremljanje debug informacij. Privzeto se bo to zapisalo v PHP error log vašega strežnika. Če želite pogledati te informacije v vašem brskalniku, vam priporočamo da namestite %s in poiščete \"Tribe\" zavihek v debug izpisu. "
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar vtičnik "
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Čaka vas posodobitev!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Imate trenutno različico!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Zadnja različica:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Zahteva:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress"
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium dodatki"
612
 
927
  msgid "French Guiana"
928
  msgstr "Francoska Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Nastavitve shranjene."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Dogodki"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Nastavitve"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romunija"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Ruska federacija"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ruanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Veljaven ključ! Poteče %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Nastavitve dogodkov"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samo"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s nastavitve"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Zahtevali ste neobstoječ zavihek."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Nimate dovoljenja za ta ukaz."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Savdska Arabija"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Ukaz je bil poslan nezavarovano."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Ukaz ni bil poslan iz tega zavihka."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Srbija"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Vaš obrazec ima naslednje napake"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Sejšeli"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Nobena od vaših nastavitev ni bila shranjena. Prosim poizkusite znova."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Zgornja nastavitev ni bila shranjena. Ostale nastavitve so bile shranjene uspešno."
1695
  msgid "%s must contain numbers, letters and dots only"
1696
  msgstr "%s mora vsebovati številke, črke in pike"
1697
 
1698
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1699
  msgid "%s must be a positive number."
1700
  msgstr "%s mora biti pozitivno število."
1701
 
1702
+ #: src/Tribe/Validate.php:240
1703
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1704
  msgstr "%s mora biti veljavni ključ (številke, črke, vezaji in podčrtaji)."
1705
 
1706
+ #: src/Tribe/Validate.php:255
1707
  msgid "%s must be a valid absolute URL."
1708
  msgstr "%s mora biti veljaven absolutni URL"
1709
 
1710
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1711
+ #: src/Tribe/Validate.php:310
1712
  msgid "%s must have a value that's part of its options."
1713
  msgstr "%s mora imeti vrednost, ki je del možnosti."
1714
 
1715
+ #: src/Tribe/Validate.php:324
1716
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1717
  msgstr "Primerjalno preverjanje ni uspelo, ker ni bilo podanih vrednosti za primerjavo, za polje %s"
1718
 
1719
+ #: src/Tribe/Validate.php:331
1720
  msgid "%s cannot be the same as %s."
1721
  msgstr "%s ne more biti enak kot %s. "
1722
 
1723
+ #: src/Tribe/Validate.php:333
1724
  msgid "%s cannot be a duplicate"
1725
  msgstr "%s ne more biti duplikat"
1726
 
1727
+ #: src/Tribe/Validate.php:349
1728
  msgid "%s must be a number or percentage."
1729
  msgstr "%s mora biti število ali procent."
1730
 
1731
+ #: src/Tribe/Validate.php:403
1732
  msgid "%s must be a number between 0 and 21."
1733
  msgstr "%s mora biti število med 0 in 21."
1734
 
1735
+ #: src/Tribe/Validate.php:419
1736
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1737
  msgstr "%s lahko vseguje zgolj črke, številke, vezaje, apostrofe in presledke. "
1738
 
1739
+ #: src/Tribe/Validate.php:435
1740
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1741
  msgstr "%s mora biti sestavljeno iz črk, presledkov, apostrofov in vezajev. "
1742
 
1743
+ #: src/Tribe/Validate.php:449
1744
  msgid "%s must consist of 5 numbers."
1745
  msgstr "%s mora biti sestavljeno iz 5 številk."
1746
 
1747
+ #: src/Tribe/Validate.php:463
1748
  msgid "%s must be a phone number."
1749
  msgstr "%s mora biti telefonska številka."
1750
 
1751
+ #: src/Tribe/Validate.php:479
1752
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1753
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1754
 
common/lang/tribe-common-sr_RS.mo CHANGED
Binary file
common/lang/tribe-common-sr_RS.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Verzija"
338
  msgid "Last Update"
339
  msgstr "Poslednja nadogradnja"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr ""
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr ""
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr ""
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr ""
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr ""
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr ""
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr ""
368
 
@@ -395,39 +441,15 @@ msgstr "Da li mislite \"Hej, ovaj plagin je odličan! Treba da se zahvalim Mode
395
  msgid "Show The Events Calendar link"
396
  msgstr "Prikaži The Events Calendar link"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Generalne postavke"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Podrazumijevani simbol valute"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Podesite zadani simbol valute za cijenu događaja. Uzmite u obzir da se ovo odnosi samo na predstojeće događaje, i napravljene izmjene se neće primijeniti retroaktivno."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr ""
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr ""
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Razne postavke"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Mod rada za otklanjanje grešaka"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Omogućite ovu opciju da logujete informacije iz moda za otklanjanje grešaka. Po podrazumijevanom, ovo će logovati na vaš serverski PHP error log. Ako bi ste željeli vidjeti log poruke u vašem pretraživaču, preporučujemo instalirati%s i potražite \"Tribe \" tab u output-u moda za otklanjanje grešaka."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "nije dostupno"
440
  msgid "You need to upgrade!"
441
  msgstr "Potrebna je nadogradnja!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Koristite poslednju verziju!"
446
 
@@ -536,7 +558,7 @@ msgstr "Ajova"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Poslednja verzija:"
542
 
@@ -552,7 +574,7 @@ msgstr "Luizijana"
552
  msgid "Maine"
553
  msgstr "Mejn"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Potrebno:"
558
 
@@ -560,7 +582,7 @@ msgstr "Potrebno:"
560
  msgid "Maryland"
561
  msgstr "Mariland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Misisipi"
584
  msgid "Missouri"
585
  msgstr "Misuri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premijum dodaci"
590
 
@@ -905,7 +927,7 @@ msgstr "Francuska, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "Francuska Gvajana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Podešavanja sačuvana."
911
 
@@ -941,8 +963,8 @@ msgstr "Gana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Događaji"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigerija"
1271
  msgid "Niue"
1272
  msgstr "Nijue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Postavke"
1277
 
@@ -1355,39 +1377,23 @@ msgstr ""
1355
  msgid "Qatar"
1356
  msgstr "Katar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr ""
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Reunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr ""
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumunija"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr ""
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Rusija"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr ""
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Ruanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr ""
1393
 
@@ -1395,7 +1401,7 @@ msgstr ""
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Sveti Kristofer i Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Sveta Lucija"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Sveti Vinsent i Grenadini"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Podešavanje događaja"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Podešavanje događaja"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Podešavanje"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Podešavanje"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Zatražili ste nepostojeći tab."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Zatražili ste nepostojeći tab."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Prinsipe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Nemate ovlašćenje za to."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Nemate ovlašćenje za to."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudiska Arabija"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Zahtev je poslat nesigurno."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Zahtev je poslat nesigurno."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Zahtev nije poslat sa ovog tab-a."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Zahtev nije poslat sa ovog tab-a."
1455
  msgid "Serbia"
1456
  msgstr "Srbija"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Vaša forma je imala sljedeće greške:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Vaša forma je imala sljedeće greške:"
1463
  msgid "Seychelles"
1464
  msgstr "Sejšeli"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Ništa od vaših podešavanja nije sačuvano. Molimo probajte ponovo."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Ništa od vaših podešavanja nije sačuvano. Molimo probajte ponovo."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sijera Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Podešavanje iznad nije sačuvano. Ostala podešavanja su sačuvana uspješno."
@@ -1688,60 +1694,60 @@ msgstr "%s mora da sadrži samo brojeve i slova"
1688
  msgid "%s must contain numbers, letters and dots only"
1689
  msgstr "%s mora da sadrži samo brojeve, slova i tačke"
1690
 
1691
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1692
  msgid "%s must be a positive number."
1693
  msgstr "%s mora biti pozitivan broj"
1694
 
1695
- #: src/Tribe/Validate.php:224
1696
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1697
  msgstr "%s mora biti validan naziv (brojevi, slova, donje crte)"
1698
 
1699
- #: src/Tribe/Validate.php:239
1700
  msgid "%s must be a valid absolute URL."
1701
  msgstr "%s mora biti validan apsolutni URL"
1702
 
1703
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1704
- #: src/Tribe/Validate.php:294
1705
  msgid "%s must have a value that's part of its options."
1706
  msgstr "%s mora imati vrijednost koja je dio opcije"
1707
 
1708
- #: src/Tribe/Validate.php:308
1709
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1710
  msgstr "Validacija poređenja nije uspela jer podaci za poređenje nisu dati za polje %s"
1711
 
1712
- #: src/Tribe/Validate.php:315
1713
  msgid "%s cannot be the same as %s."
1714
  msgstr "%s ne može biti isto kao %s."
1715
 
1716
- #: src/Tribe/Validate.php:317
1717
  msgid "%s cannot be a duplicate"
1718
  msgstr "%s ne može biti duplikat"
1719
 
1720
- #: src/Tribe/Validate.php:333
1721
  msgid "%s must be a number or percentage."
1722
  msgstr "%s mora biti broj ili procenat."
1723
 
1724
- #: src/Tribe/Validate.php:387
1725
  msgid "%s must be a number between 0 and 21."
1726
  msgstr "%s mora biti broj između 0 i 21."
1727
 
1728
- #: src/Tribe/Validate.php:403
1729
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1730
  msgstr "%s mora da se sastoji samo od slova, brojeva, crtica, apostrofa i razmaka."
1731
 
1732
- #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1734
  msgstr "%s mora da se sastoji samo od slova, razmaka, apostrofa i crtica."
1735
 
1736
- #: src/Tribe/Validate.php:433
1737
  msgid "%s must consist of 5 numbers."
1738
  msgstr "%s mora da se sastoji od 5 brojeva."
1739
 
1740
- #: src/Tribe/Validate.php:447
1741
  msgid "%s must be a phone number."
1742
  msgstr "%s mora biti telefonski broj."
1743
 
1744
- #: src/Tribe/Validate.php:463
1745
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1746
  msgstr "Popis zemalja mora biti formatiran kao jedna zemlja po redu u sljedećem formatu: <br>SAD, Sjedinjene Američke Države <br> UK, Ujedinjeno Kraljevstvo."
1747
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Poslednja nadogradnja"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Pogledaj"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr ""
405
  msgstr ""
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr ""
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr ""
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Prikaži The Events Calendar link"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Mod rada za otklanjanje grešaka"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Omogućite ovu opciju da logujete informacije iz moda za otklanjanje grešaka. Po podrazumijevanom, ovo će logovati na vaš serverski PHP error log. Ako bi ste željeli vidjeti log poruke u vašem pretraživaču, preporučujemo instalirati%s i potražite \"Tribe \" tab u output-u moda za otklanjanje grešaka."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Potrebna je nadogradnja!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Koristite poslednju verziju!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Poslednja verzija:"
564
 
574
  msgid "Maine"
575
  msgstr "Mejn"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Potrebno:"
580
 
582
  msgid "Maryland"
583
  msgstr "Mariland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Misuri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premijum dodaci"
612
 
927
  msgid "French Guiana"
928
  msgstr "Francuska Gvajana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Podešavanja sačuvana."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Događaji"
970
 
1293
  msgid "Niue"
1294
  msgstr "Nijue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Postavke"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Reunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumunija"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Rusija"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Ruanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr ""
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Sveti Kristofer i Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Sveti Vinsent i Grenadini"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Podešavanje događaja"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Podešavanje"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Zatražili ste nepostojeći tab."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Prinsipe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Nemate ovlašćenje za to."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudiska Arabija"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Zahtev je poslat nesigurno."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Zahtev nije poslat sa ovog tab-a."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Srbija"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Vaša forma je imala sljedeće greške:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Sejšeli"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Ništa od vaših podešavanja nije sačuvano. Molimo probajte ponovo."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sijera Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Podešavanje iznad nije sačuvano. Ostala podešavanja su sačuvana uspješno."
1694
  msgid "%s must contain numbers, letters and dots only"
1695
  msgstr "%s mora da sadrži samo brojeve, slova i tačke"
1696
 
1697
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1698
  msgid "%s must be a positive number."
1699
  msgstr "%s mora biti pozitivan broj"
1700
 
1701
+ #: src/Tribe/Validate.php:240
1702
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1703
  msgstr "%s mora biti validan naziv (brojevi, slova, donje crte)"
1704
 
1705
+ #: src/Tribe/Validate.php:255
1706
  msgid "%s must be a valid absolute URL."
1707
  msgstr "%s mora biti validan apsolutni URL"
1708
 
1709
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1710
+ #: src/Tribe/Validate.php:310
1711
  msgid "%s must have a value that's part of its options."
1712
  msgstr "%s mora imati vrijednost koja je dio opcije"
1713
 
1714
+ #: src/Tribe/Validate.php:324
1715
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1716
  msgstr "Validacija poređenja nije uspela jer podaci za poređenje nisu dati za polje %s"
1717
 
1718
+ #: src/Tribe/Validate.php:331
1719
  msgid "%s cannot be the same as %s."
1720
  msgstr "%s ne može biti isto kao %s."
1721
 
1722
+ #: src/Tribe/Validate.php:333
1723
  msgid "%s cannot be a duplicate"
1724
  msgstr "%s ne može biti duplikat"
1725
 
1726
+ #: src/Tribe/Validate.php:349
1727
  msgid "%s must be a number or percentage."
1728
  msgstr "%s mora biti broj ili procenat."
1729
 
1730
+ #: src/Tribe/Validate.php:403
1731
  msgid "%s must be a number between 0 and 21."
1732
  msgstr "%s mora biti broj između 0 i 21."
1733
 
1734
+ #: src/Tribe/Validate.php:419
1735
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1736
  msgstr "%s mora da se sastoji samo od slova, brojeva, crtica, apostrofa i razmaka."
1737
 
1738
+ #: src/Tribe/Validate.php:435
1739
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1740
  msgstr "%s mora da se sastoji samo od slova, razmaka, apostrofa i crtica."
1741
 
1742
+ #: src/Tribe/Validate.php:449
1743
  msgid "%s must consist of 5 numbers."
1744
  msgstr "%s mora da se sastoji od 5 brojeva."
1745
 
1746
+ #: src/Tribe/Validate.php:463
1747
  msgid "%s must be a phone number."
1748
  msgstr "%s mora biti telefonski broj."
1749
 
1750
+ #: src/Tribe/Validate.php:479
1751
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1752
  msgstr "Popis zemalja mora biti formatiran kao jedna zemlja po redu u sljedećem formatu: <br>SAD, Sjedinjene Američke Države <br> UK, Ujedinjeno Kraljevstvo."
1753
 
common/lang/tribe-common-sv_SE.mo CHANGED
Binary file
common/lang/tribe-common-sv_SE.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Version"
338
  msgid "Last Update"
339
  msgstr "Senaste uppdatering"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Datum Format Inställningar"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr ""
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Datum med år"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Datum och tidavskiljare"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Ange avdelaren som kommer placeras mellan datum och tid, när båda visas"
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Datumväljare Datum Format"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr ""
368
 
@@ -395,39 +441,15 @@ msgstr "Tänker du \"Wow, det här tillägget är fantastiskt, jag borde säga t
395
  msgid "Show The Events Calendar link"
396
  msgstr "Visa The Events Calendar länk"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Allmäna inställningar"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Förvald valutasymbol"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Sätt förvald valutasymbol för evenemangspriser. Notera att detta bara påverkar framtida evenemang och att ändringar ej tillämpas retroaktivt."
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr ""
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Vanligen föregår valutasymbolen värdet. Aktivera detta val för att positionera den efter värdet."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Övriga inställningar"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debugläge"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "Aktivera detta alternativ för att logga debuginformation. Som standard kommer detta att logga till din servers PHP-fellogg. Om du vill se loggen i din webbläsare, rekommenderar vi att du installerar %s och tittar under \"Tribe\" fliken i debut utmatningen."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debugbar tillägget"
433
 
@@ -440,7 +462,7 @@ msgstr "Inte tillgänglig"
440
  msgid "You need to upgrade!"
441
  msgstr "Du behöver uppdatera!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Du är uppdaterad!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Senaste versionen:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Kräver:"
558
 
@@ -560,7 +582,7 @@ msgstr "Kräver:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "Wordpress"
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium tillägg"
590
 
@@ -905,7 +927,7 @@ msgstr "France métropolitaine"
905
  msgid "French Guiana"
906
  msgstr "Franska Guyana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Inställningar sparade."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Evenemang"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nigeria"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Inställningar"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Ursäkta, Tyvärr är inte nyckel-server-validering tillgänglig."
1355
  msgid "Qatar"
1356
  msgstr "Qatar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Ursäkta, den här licensnyckeln har gått ut."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Réunion"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Tyvärr har denna nyckeln slut på installationer."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Rumänien"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Varför ser jag detta meddelande?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Ryssland (Ryska federationen)"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Tyvärr är denna nyckel inte giltig."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Giltig nyckel! Går ut den %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Giltig nyckel! Går ut den %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts och Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent och Grenadinerna"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Evenemangsinställningar"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Evenemangsinställningar"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Inställningar"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Inställningar"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Du har begärt en icke-existerande flik."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Du har begärt en icke-existerande flik."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "São Tomé och Príncipe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Du har inte behörighet att göra det."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Du har inte behörighet att göra det."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Saudiarabien"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "Begäran skickades osäkert."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "Begäran skickades osäkert."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "Begäran skickas inte från den här fliken."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "Begäran skickas inte från den här fliken."
1455
  msgid "Serbia"
1456
  msgstr "Serbien"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Ditt formulär hade följande fel:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Ditt formulär hade följande fel:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychellerna"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Inga inställningar sparades. Försök igen."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Inga inställningar sparades. Försök igen."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Inställningen ovan sparades inte. Alla andra inställningar sparades korrekt."
@@ -1687,60 +1693,60 @@ msgstr "%s får endas innehålla siffor och bokstäver"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s får endast innehålla siffror, bokstäver och punkter"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s måste vara ett positivt tal."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s måste vara en giltig slug (siffror, bokstäver, bindestreck och understreck)."
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s måste vara en giltig absolut URL."
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s måste ha ett giltigt värde."
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Jämförelsekontrollen misslyckades eftersom inget jämförelsevärde angavs för fält %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s kan ej vara samma som %s."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s får ej vara en dublett"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s måste vara ett tal eller en procentsats."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s måste vara ett tal mellan 0 och 21."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s får endast bestå av bokstäver, siffor, bindestreck, apostrofer och mellanslag."
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s måste bestå av bokstäver, mellanslag, apostrofer och bindestreck."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s måste bestå av 5 tal."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s måste vara ett telefonnummer."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Landslistan måste vara formaterad med ett land per rad på följande format: <br>SE, Sverige <br> US, United States <br> UK, United Kingdom."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Senaste uppdatering"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Visa"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Datum Format Inställningar"
405
  msgstr ""
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Datumväljare Datum Format"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr ""
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Visa The Events Calendar länk"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debugläge"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "Aktivera detta alternativ för att logga debuginformation. Som standard kommer detta att logga till din servers PHP-fellogg. Om du vill se loggen i din webbläsare, rekommenderar vi att du installerar %s och tittar under \"Tribe\" fliken i debut utmatningen."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debugbar tillägget"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Du behöver uppdatera!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Du är uppdaterad!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Senaste versionen:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Kräver:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "Wordpress"
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium tillägg"
612
 
927
  msgid "French Guiana"
928
  msgstr "Franska Guyana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Inställningar sparade."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Evenemang"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Inställningar"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Qatar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Réunion"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Rumänien"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Ryssland (Ryska federationen)"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Giltig nyckel! Går ut den %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts och Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent och Grenadinerna"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Evenemangsinställningar"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Inställningar"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Du har begärt en icke-existerande flik."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "São Tomé och Príncipe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Du har inte behörighet att göra det."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Saudiarabien"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "Begäran skickades osäkert."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "Begäran skickas inte från den här fliken."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Serbien"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Ditt formulär hade följande fel:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychellerna"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Inga inställningar sparades. Försök igen."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Inställningen ovan sparades inte. Alla andra inställningar sparades korrekt."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s får endast innehålla siffror, bokstäver och punkter"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s måste vara ett positivt tal."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s måste vara en giltig slug (siffror, bokstäver, bindestreck och understreck)."
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s måste vara en giltig absolut URL."
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s måste ha ett giltigt värde."
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Jämförelsekontrollen misslyckades eftersom inget jämförelsevärde angavs för fält %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s kan ej vara samma som %s."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s får ej vara en dublett"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s måste vara ett tal eller en procentsats."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s måste vara ett tal mellan 0 och 21."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s får endast bestå av bokstäver, siffor, bindestreck, apostrofer och mellanslag."
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s måste bestå av bokstäver, mellanslag, apostrofer och bindestreck."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s måste bestå av 5 tal."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s måste vara ett telefonnummer."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Landslistan måste vara formaterad med ett land per rad på följande format: <br>SE, Sverige <br> US, United States <br> UK, United Kingdom."
1752
 
common/lang/tribe-common-tr_TR.mo CHANGED
Binary file
common/lang/tribe-common-tr_TR.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "Versiyon"
338
  msgid "Last Update"
339
  msgstr "Son güncelleme"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "Tarih Format Ayarları"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>Bir sonraki üç alan, php date() fonksiyonundaki tarih formatlama seçeneklerini kabul etmektedir. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Kendi formatınızı nasıl yaratacağınızı buradan öğrenin</a>.</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "Yıl ile tarih"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "Tarih zaman ayracı"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "Tarih ve zaman arasında kullanılacak ayraç tipini girin. İkisi aynı anda gösterilirken kullanılacaktır."
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "Tarihseçici Tarih Formatı"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "Tarihseçicilerde kullanılacak tarih formatını seçin"
368
 
@@ -395,39 +441,15 @@ msgstr "'Wow, bu eklenti süper! \"Bu zor işleri için Modern Tribe ekibine te
395
  msgid "Show The Events Calendar link"
396
  msgstr "Etkinlik takvimi linkini görüntüle. "
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "Genel ayarlar"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "Varsayılan para simgesi"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "Etkinlik için varsayılan para simgesini ayarlayınız. Bu işlem geçmişteki etkinlikleri kapsamaz. "
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "Para birimi"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "Para birimi genelde değerden önce gelir. Bu seçeneği işaretlerseniz, para birimi değerden sonra gösterilecektir."
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "Çeşitli Ayarlar"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "Debug modu"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "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."
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Alanı Eklentisi"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "Yükseltme yapmanız gerekmekte!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "Güncel durumda!"
446
 
@@ -536,7 +558,7 @@ msgstr "Iowa"
536
  msgid "Kansas"
537
  msgstr "Kansas"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "Son Sürüm:"
542
 
@@ -552,7 +574,7 @@ msgstr "Louisiana"
552
  msgid "Maine"
553
  msgstr "Maine"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "Gereksinim:"
558
 
@@ -560,7 +582,7 @@ msgstr "Gereksinim:"
560
  msgid "Maryland"
561
  msgstr "Maryland"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "Mississippi"
584
  msgid "Missouri"
585
  msgstr "Missouri"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "Premium Eklentiler"
590
 
@@ -905,7 +927,7 @@ msgstr "France, Metropolitan"
905
  msgid "French Guiana"
906
  msgstr "French Guiana"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "Ayarlar kaydedildi."
911
 
@@ -941,8 +963,8 @@ msgstr "Ghana"
941
  msgid "Gibraltar"
942
  msgstr "Gibraltar"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "Etkinlikler"
948
 
@@ -1271,7 +1293,7 @@ msgstr "Nijerya"
1271
  msgid "Niue"
1272
  msgstr "Niue"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "Ayarlar"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "Üzgünüz, numara sorgulama sunucumuz şu anda müsait değil."
1355
  msgid "Qatar"
1356
  msgstr "Katar"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "Üzgünüz, numaranızın süresi dolmuş."
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "Birleşme"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "Üzgünüz, bu numara ile yükleme yapamazsınız."
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "Romanya"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr "Neden bu mesajı görüyorum?"
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "Russian Federation"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "Üzgünüz, bu numara geçerli değil."
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "Rwanda"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "Geçerli numara! Süresi %s iken doluyor."
1393
 
@@ -1395,7 +1401,7 @@ msgstr "Geçerli numara! Süresi %s iken doluyor."
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "Saint Kitts And Nevis"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "Saint Lucia"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "Saint Vincent And The Grenadines"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "Etkinlikler Ayarları"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "Etkinlikler Ayarları"
1415
  msgid "Samoa"
1416
  msgstr "Samoa"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s Ayarlar"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s Ayarlar"
1423
  msgid "San Marino"
1424
  msgstr "San Marino"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "Olmayan bir sekme çağırdınız."
1429
 
@@ -1431,7 +1437,7 @@ msgstr "Olmayan bir sekme çağırdınız."
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "Sao Tome And Principe"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "Bunu yapmak için izniniz yok."
1437
 
@@ -1439,7 +1445,7 @@ msgstr "Bunu yapmak için izniniz yok."
1439
  msgid "Saudi Arabia"
1440
  msgstr "Suudi Arabistan"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "İstek güvensiz olarak gönderildi."
1445
 
@@ -1447,7 +1453,7 @@ msgstr "İstek güvensiz olarak gönderildi."
1447
  msgid "Senegal"
1448
  msgstr "Senegal"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "İstek bu sekmeden gönderilmemiş."
1453
 
@@ -1455,7 +1461,7 @@ msgstr "İstek bu sekmeden gönderilmemiş."
1455
  msgid "Serbia"
1456
  msgstr "Sırbistan"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "Formunuz aşağıdaki hataları içeriyor:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "Formunuz aşağıdaki hataları içeriyor:"
1463
  msgid "Seychelles"
1464
  msgstr "Seychelles"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "Hiçbir ayarınız kaydedilmedi. Lütfen tekrar deneyiniz."
1469
 
@@ -1471,7 +1477,7 @@ msgstr "Hiçbir ayarınız kaydedilmedi. Lütfen tekrar deneyiniz."
1471
  msgid "Sierra Leone"
1472
  msgstr "Sierra Leone"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "Indstillingen ovenfor blev ikke gemt. Andre indstillinger blev gemt."
@@ -1687,60 +1693,60 @@ msgstr "%s sadece rakam ve harf içermeli"
1687
  msgid "%s must contain numbers, letters and dots only"
1688
  msgstr "%s sadece rakam, harf ve noktalama işareti olmalı"
1689
 
1690
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1691
  msgid "%s must be a positive number."
1692
  msgstr "%s pozitif rakam olmalı."
1693
 
1694
- #: src/Tribe/Validate.php:224
1695
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1696
  msgstr "%s düzgün bir isim olmalı (rakam, harf, tire ve alttan çizgi)"
1697
 
1698
- #: src/Tribe/Validate.php:239
1699
  msgid "%s must be a valid absolute URL."
1700
  msgstr "%s kesin bir URL olmalı"
1701
 
1702
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1703
- #: src/Tribe/Validate.php:294
1704
  msgid "%s must have a value that's part of its options."
1705
  msgstr "%s seçeneklerinden bir değere sahip olmalı"
1706
 
1707
- #: src/Tribe/Validate.php:308
1708
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1709
  msgstr "Comparison validation failed because no comparison value was provided, for field %s"
1710
 
1711
- #: src/Tribe/Validate.php:315
1712
  msgid "%s cannot be the same as %s."
1713
  msgstr "%s ile %s aynı olamaz."
1714
 
1715
- #: src/Tribe/Validate.php:317
1716
  msgid "%s cannot be a duplicate"
1717
  msgstr "%s çakışamaz"
1718
 
1719
- #: src/Tribe/Validate.php:333
1720
  msgid "%s must be a number or percentage."
1721
  msgstr "%s rakam ya da yüzde olmalı."
1722
 
1723
- #: src/Tribe/Validate.php:387
1724
  msgid "%s must be a number between 0 and 21."
1725
  msgstr "%s 0 ile 21 arasında bir rakam olmalı."
1726
 
1727
- #: src/Tribe/Validate.php:403
1728
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1729
  msgstr "%s harf, rakam, boşluk, kesme işareti ve tire içerebilir"
1730
 
1731
- #: src/Tribe/Validate.php:419
1732
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1733
  msgstr "%s harf, boşluk, kesme işareti ve tire içerebilir."
1734
 
1735
- #: src/Tribe/Validate.php:433
1736
  msgid "%s must consist of 5 numbers."
1737
  msgstr "%s 5 rakamdan oluşmalı."
1738
 
1739
- #: src/Tribe/Validate.php:447
1740
  msgid "%s must be a phone number."
1741
  msgstr "%s bir telefon numarası olmalı."
1742
 
1743
- #: src/Tribe/Validate.php:463
1744
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1745
  msgstr "Ülke listesi her satırda bir ülke olarak şu formatta sunulmalıdır: <br>ABD, Birleşik Devletler <br> İngiltere, Birleşik Krallık."
1746
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "Son güncelleme"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "Görüntüle"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "Tarih Format Ayarları"
405
  msgstr "<p>Bir sonraki üç alan, php date() fonksiyonundaki tarih formatlama seçeneklerini kabul etmektedir. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Kendi formatınızı nasıl yaratacağınızı buradan öğrenin</a>.</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "Tarihseçici Tarih Formatı"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "Tarihseçicilerde kullanılacak tarih formatını seçin"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "Etkinlik takvimi linkini görüntüle. "
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "Debug modu"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "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."
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Alanı Eklentisi"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "Yükseltme yapmanız gerekmekte!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "Güncel durumda!"
468
 
558
  msgid "Kansas"
559
  msgstr "Kansas"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "Son Sürüm:"
564
 
574
  msgid "Maine"
575
  msgstr "Maine"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "Gereksinim:"
580
 
582
  msgid "Maryland"
583
  msgstr "Maryland"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "Missouri"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "Premium Eklentiler"
612
 
927
  msgid "French Guiana"
928
  msgstr "French Guiana"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "Ayarlar kaydedildi."
933
 
963
  msgid "Gibraltar"
964
  msgstr "Gibraltar"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "Etkinlikler"
970
 
1293
  msgid "Niue"
1294
  msgstr "Niue"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "Ayarlar"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "Katar"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "Birleşme"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "Romanya"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "Russian Federation"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "Rwanda"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "Geçerli numara! Süresi %s iken doluyor."
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "Saint Kitts And Nevis"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "Saint Vincent And The Grenadines"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "Etkinlikler Ayarları"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "Samoa"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s Ayarlar"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "San Marino"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "Olmayan bir sekme çağırdınız."
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "Sao Tome And Principe"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "Bunu yapmak için izniniz yok."
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "Suudi Arabistan"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "İstek güvensiz olarak gönderildi."
1451
 
1453
  msgid "Senegal"
1454
  msgstr "Senegal"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "İstek bu sekmeden gönderilmemiş."
1459
 
1461
  msgid "Serbia"
1462
  msgstr "Sırbistan"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "Formunuz aşağıdaki hataları içeriyor:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "Seychelles"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "Hiçbir ayarınız kaydedilmedi. Lütfen tekrar deneyiniz."
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "Sierra Leone"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "Indstillingen ovenfor blev ikke gemt. Andre indstillinger blev gemt."
1693
  msgid "%s must contain numbers, letters and dots only"
1694
  msgstr "%s sadece rakam, harf ve noktalama işareti olmalı"
1695
 
1696
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1697
  msgid "%s must be a positive number."
1698
  msgstr "%s pozitif rakam olmalı."
1699
 
1700
+ #: src/Tribe/Validate.php:240
1701
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1702
  msgstr "%s düzgün bir isim olmalı (rakam, harf, tire ve alttan çizgi)"
1703
 
1704
+ #: src/Tribe/Validate.php:255
1705
  msgid "%s must be a valid absolute URL."
1706
  msgstr "%s kesin bir URL olmalı"
1707
 
1708
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1709
+ #: src/Tribe/Validate.php:310
1710
  msgid "%s must have a value that's part of its options."
1711
  msgstr "%s seçeneklerinden bir değere sahip olmalı"
1712
 
1713
+ #: src/Tribe/Validate.php:324
1714
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1715
  msgstr "Comparison validation failed because no comparison value was provided, for field %s"
1716
 
1717
+ #: src/Tribe/Validate.php:331
1718
  msgid "%s cannot be the same as %s."
1719
  msgstr "%s ile %s aynı olamaz."
1720
 
1721
+ #: src/Tribe/Validate.php:333
1722
  msgid "%s cannot be a duplicate"
1723
  msgstr "%s çakışamaz"
1724
 
1725
+ #: src/Tribe/Validate.php:349
1726
  msgid "%s must be a number or percentage."
1727
  msgstr "%s rakam ya da yüzde olmalı."
1728
 
1729
+ #: src/Tribe/Validate.php:403
1730
  msgid "%s must be a number between 0 and 21."
1731
  msgstr "%s 0 ile 21 arasında bir rakam olmalı."
1732
 
1733
+ #: src/Tribe/Validate.php:419
1734
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1735
  msgstr "%s harf, rakam, boşluk, kesme işareti ve tire içerebilir"
1736
 
1737
+ #: src/Tribe/Validate.php:435
1738
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1739
  msgstr "%s harf, boşluk, kesme işareti ve tire içerebilir."
1740
 
1741
+ #: src/Tribe/Validate.php:449
1742
  msgid "%s must consist of 5 numbers."
1743
  msgstr "%s 5 rakamdan oluşmalı."
1744
 
1745
+ #: src/Tribe/Validate.php:463
1746
  msgid "%s must be a phone number."
1747
  msgstr "%s bir telefon numarası olmalı."
1748
 
1749
+ #: src/Tribe/Validate.php:479
1750
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1751
  msgstr "Ülke listesi her satırda bir ülke olarak şu formatta sunulmalıdır: <br>ABD, Birleşik Devletler <br> İngiltere, Birleşik Krallık."
1752
 
common/lang/tribe-common-zh_CN.mo CHANGED
Binary file
common/lang/tribe-common-zh_CN.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr ""
260
 
@@ -338,6 +392,10 @@ msgstr "版本"
338
  msgid "Last Update"
339
  msgstr "最后更新"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "日期格式设定"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>以下 3 个栏位接受 php date() 功能内置的日期格式选项 <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">由此学习如何创建你自己的日期格式</a>。</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "日期中包含年"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "日期时间分隔符号"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "输入分隔符号,当日期与时间同时显示时,此符号将置于两者之间作为区分。"
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "日期选择器的日期格式"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "选择用于日期选择器中的日期格式"
368
 
@@ -395,39 +441,15 @@ msgstr "你正想着 \"哇,这个外挂产品太棒了!我们应该感谢 Mo
395
  msgid "Show The Events Calendar link"
396
  msgstr "显示 The Events Calendar 连结"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "一般设定"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "预设货币符号"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "设定活动费用的预设货币符号,请注意此项设定只会对未来的活动产生影响并不会追溯到以前。"
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "货币符号在数值之后"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "货币符号通常会出现在数值之前,启用此选项货币符号将会出现在数值 之后。"
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "其他设定"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "除错模式"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "启用此选项以记录除错报告,预设将记录你的伺服器 PHP 错误报告,如果你想于你的浏览器阅读纪录的讯息,我们推荐安装 %s 并于除错输出中搜寻 \"Tribe\" 工具列标籤。"
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "你需要升级!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "你的版本是最新的!"
446
 
@@ -536,7 +558,7 @@ msgstr "爱荷华州"
536
  msgid "Kansas"
537
  msgstr "堪萨斯州"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "最新版本:"
542
 
@@ -552,7 +574,7 @@ msgstr "路易斯安那州"
552
  msgid "Maine"
553
  msgstr "缅因州"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "需求:"
558
 
@@ -560,7 +582,7 @@ msgstr "需求:"
560
  msgid "Maryland"
561
  msgstr "马里兰州"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "密西西比州"
584
  msgid "Missouri"
585
  msgstr "密苏里州"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "超值附加元件"
590
 
@@ -905,7 +927,7 @@ msgstr "法国本土"
905
  msgid "French Guiana"
906
  msgstr "法属圭亚那"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "设定已储存。"
911
 
@@ -941,8 +963,8 @@ msgstr "迦纳"
941
  msgid "Gibraltar"
942
  msgstr "直布罗陀"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "活动"
948
 
@@ -1271,7 +1293,7 @@ msgstr "奈及利亚"
1271
  msgid "Niue"
1272
  msgstr "纽埃"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "设定"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "抱歉,密钥认证伺服器忙碌中。"
1355
  msgid "Qatar"
1356
  msgstr "卡达"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "抱歉,此密钥已到期。"
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "留尼旺"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "抱歉,此密钥尚未安装。"
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "罗马尼亚"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr ""
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "俄罗斯联邦"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "抱歉,此密钥无效。"
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "卢安达"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "有效密钥!到期日为 %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "有效密钥!到期日为 %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "圣克里斯多福与尼维斯"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "圣卢西亚"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "圣文森及格瑞那丁"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "活动设定"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "活动设定"
1415
  msgid "Samoa"
1416
  msgstr "萨摩亚"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s 设定"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s 设定"
1423
  msgid "San Marino"
1424
  msgstr "圣马利诺"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "你要求的工具列标籤不存在。"
1429
 
@@ -1431,7 +1437,7 @@ msgstr "你要求的工具列标籤不存在。"
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "圣多美与普林希比"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "你的操作不被允许。"
1437
 
@@ -1439,7 +1445,7 @@ msgstr "你的操作不被允许。"
1439
  msgid "Saudi Arabia"
1440
  msgstr "沙乌地阿拉伯"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "以不安全的方式传送要求。"
1445
 
@@ -1447,7 +1453,7 @@ msgstr "以不安全的方式传送要求。"
1447
  msgid "Senegal"
1448
  msgstr "塞内加尔"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "请求未从此工具列标籤传送。"
1453
 
@@ -1455,7 +1461,7 @@ msgstr "请求未从此工具列标籤传送。"
1455
  msgid "Serbia"
1456
  msgstr "塞尔维亚"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "你的表格含有下列错误:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "你的表格含有下列错误:"
1463
  msgid "Seychelles"
1464
  msgstr "塞席尔群岛"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "你的设定未储存,请稍后重试。"
1469
 
@@ -1471,7 +1477,7 @@ msgstr "你的设定未储存,请稍后重试。"
1471
  msgid "Sierra Leone"
1472
  msgstr "狮子山共和国"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "以上设定未储存,其馀设定已成功储存。"
@@ -1686,60 +1692,60 @@ msgstr "%s 必须只包含数字与字元"
1686
  msgid "%s must contain numbers, letters and dots only"
1687
  msgstr "%s 必须只包含数字、字元和点。"
1688
 
1689
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1690
  msgid "%s must be a positive number."
1691
  msgstr "%s 必须为正数。"
1692
 
1693
- #: src/Tribe/Validate.php:224
1694
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1695
  msgstr "%s 必须是有效的代称 (数字、字元、破折号及底线)。"
1696
 
1697
- #: src/Tribe/Validate.php:239
1698
  msgid "%s must be a valid absolute URL."
1699
  msgstr "%s 必须是有效完整的网址。"
1700
 
1701
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1702
- #: src/Tribe/Validate.php:294
1703
  msgid "%s must have a value that's part of its options."
1704
  msgstr "%s 必须有一个数值是选项中的一部份。"
1705
 
1706
- #: src/Tribe/Validate.php:308
1707
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1708
  msgstr "比较确认失败的原因是由于没有提供比较数值给栏位 %s。"
1709
 
1710
- #: src/Tribe/Validate.php:315
1711
  msgid "%s cannot be the same as %s."
1712
  msgstr "%s 不能和 %s 完全一样。"
1713
 
1714
- #: src/Tribe/Validate.php:317
1715
  msgid "%s cannot be a duplicate"
1716
  msgstr "%s 不能是複製的"
1717
 
1718
- #: src/Tribe/Validate.php:333
1719
  msgid "%s must be a number or percentage."
1720
  msgstr "%s 必须是数字或百分比符号。"
1721
 
1722
- #: src/Tribe/Validate.php:387
1723
  msgid "%s must be a number between 0 and 21."
1724
  msgstr "%s 必须是介于 0 到 21之间的数字。"
1725
 
1726
- #: src/Tribe/Validate.php:403
1727
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1728
  msgstr "%s 必须只由字元、数字、点、撇号及空格所组成。"
1729
 
1730
- #: src/Tribe/Validate.php:419
1731
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1732
  msgstr "%s 必须由字元、数字、空格、撇号及点所组成。"
1733
 
1734
- #: src/Tribe/Validate.php:433
1735
  msgid "%s must consist of 5 numbers."
1736
  msgstr "%s 必须由 5 个数字所组成。"
1737
 
1738
- #: src/Tribe/Validate.php:447
1739
  msgid "%s must be a phone number."
1740
  msgstr "%s 必须是电话号码数字。"
1741
 
1742
- #: src/Tribe/Validate.php:463
1743
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1744
  msgstr "国家列表必须以每行一个国家的格式表列于以下的格式中:<br>US, United States <br> UK, United Kingdom."
1745
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr ""
314
 
392
  msgid "Last Update"
393
  msgstr "最后更新"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "检视"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "日期格式设定"
405
  msgstr "<p>以下 3 个栏位接受 php date() 功能内置的日期格式选项 <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">由此学习如何创建你自己的日期格式</a>。</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "日期选择器的日期格式"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "选择用于日期选择器中的日期格式"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "显示 The Events Calendar 连结"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "除错模式"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "启用此选项以记录除错报告,预设将记录你的伺服器 PHP 错误报告,如果你想于你的浏览器阅读纪录的讯息,我们推荐安装 %s 并于除错输出中搜寻 \"Tribe\" 工具列标籤。"
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "你需要升级!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "你的版本是最新的!"
468
 
558
  msgid "Kansas"
559
  msgstr "堪萨斯州"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "最新版本:"
564
 
574
  msgid "Maine"
575
  msgstr "缅因州"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "需求:"
580
 
582
  msgid "Maryland"
583
  msgstr "马里兰州"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "密苏里州"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "超值附加元件"
612
 
927
  msgid "French Guiana"
928
  msgstr "法属圭亚那"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "设定已储存。"
933
 
963
  msgid "Gibraltar"
964
  msgstr "直布罗陀"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "活动"
970
 
1293
  msgid "Niue"
1294
  msgstr "纽埃"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "设定"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "卡达"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "留尼旺"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "罗马尼亚"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "俄罗斯联邦"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "卢安达"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "有效密钥!到期日为 %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "圣克里斯多福与尼维斯"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "圣文森及格瑞那丁"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "活动设定"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "萨摩亚"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s 设定"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "圣马利诺"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "你要求的工具列标籤不存在。"
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "圣多美与普林希比"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "你的操作不被允许。"
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "沙乌地阿拉伯"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "以不安全的方式传送要求。"
1451
 
1453
  msgid "Senegal"
1454
  msgstr "塞内加尔"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "请求未从此工具列标籤传送。"
1459
 
1461
  msgid "Serbia"
1462
  msgstr "塞尔维亚"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "你的表格含有下列错误:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "塞席尔群岛"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "你的设定未储存,请稍后重试。"
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "狮子山共和国"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "以上设定未储存,其馀设定已成功储存。"
1692
  msgid "%s must contain numbers, letters and dots only"
1693
  msgstr "%s 必须只包含数字、字元和点。"
1694
 
1695
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1696
  msgid "%s must be a positive number."
1697
  msgstr "%s 必须为正数。"
1698
 
1699
+ #: src/Tribe/Validate.php:240
1700
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1701
  msgstr "%s 必须是有效的代称 (数字、字元、破折号及底线)。"
1702
 
1703
+ #: src/Tribe/Validate.php:255
1704
  msgid "%s must be a valid absolute URL."
1705
  msgstr "%s 必须是有效完整的网址。"
1706
 
1707
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1708
+ #: src/Tribe/Validate.php:310
1709
  msgid "%s must have a value that's part of its options."
1710
  msgstr "%s 必须有一个数值是选项中的一部份。"
1711
 
1712
+ #: src/Tribe/Validate.php:324
1713
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1714
  msgstr "比较确认失败的原因是由于没有提供比较数值给栏位 %s。"
1715
 
1716
+ #: src/Tribe/Validate.php:331
1717
  msgid "%s cannot be the same as %s."
1718
  msgstr "%s 不能和 %s 完全一样。"
1719
 
1720
+ #: src/Tribe/Validate.php:333
1721
  msgid "%s cannot be a duplicate"
1722
  msgstr "%s 不能是複製的"
1723
 
1724
+ #: src/Tribe/Validate.php:349
1725
  msgid "%s must be a number or percentage."
1726
  msgstr "%s 必须是数字或百分比符号。"
1727
 
1728
+ #: src/Tribe/Validate.php:403
1729
  msgid "%s must be a number between 0 and 21."
1730
  msgstr "%s 必须是介于 0 到 21之间的数字。"
1731
 
1732
+ #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1734
  msgstr "%s 必须只由字元、数字、点、撇号及空格所组成。"
1735
 
1736
+ #: src/Tribe/Validate.php:435
1737
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1738
  msgstr "%s 必须由字元、数字、空格、撇号及点所组成。"
1739
 
1740
+ #: src/Tribe/Validate.php:449
1741
  msgid "%s must consist of 5 numbers."
1742
  msgstr "%s 必须由 5 个数字所组成。"
1743
 
1744
+ #: src/Tribe/Validate.php:463
1745
  msgid "%s must be a phone number."
1746
  msgstr "%s 必须是电话号码数字。"
1747
 
1748
+ #: src/Tribe/Validate.php:479
1749
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1750
  msgstr "国家列表必须以每行一个国家的格式表列于以下的格式中:<br>US, United States <br> UK, United Kingdom."
1751
 
common/lang/tribe-common-zh_TW.mo CHANGED
Binary file
common/lang/tribe-common-zh_TW.po CHANGED
@@ -10,6 +10,64 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/admin-views/tribe-options-help.php:37
14
  msgid "Recent Template Changes"
15
  msgstr ""
@@ -130,43 +188,43 @@ msgstr ""
130
  msgid "Community Tickets"
131
  msgstr ""
132
 
133
- #: src/Tribe/Admin/Help_Page.php:788
134
  msgid "Activate %s"
135
  msgstr ""
136
 
137
- #: src/Tribe/Admin/Help_Page.php:788
138
  msgid "Activate Plugin"
139
  msgstr ""
140
 
141
- #: src/Tribe/Admin/Help_Page.php:796
142
  msgid "Upgrade Plugin"
143
  msgstr ""
144
 
145
- #: src/Tribe/Admin/Help_Page.php:812
146
  msgid "Install %s"
147
  msgstr ""
148
 
149
- #: src/Tribe/Admin/Help_Page.php:812
150
  msgid "Install Plugin"
151
  msgstr ""
152
 
153
- #: src/Tribe/Admin/Help_Page.php:835
154
  msgid "Active Users:"
155
  msgstr ""
156
 
157
- #: src/Tribe/Admin/Help_Page.php:838
158
  msgid "Rating:"
159
  msgstr ""
160
 
161
- #: src/Tribe/Admin/Help_Page.php:863
162
  msgid "Plugin Active"
163
  msgstr ""
164
 
165
- #: src/Tribe/Admin/Help_Page.php:865
166
  msgid "Plugin Inactive"
167
  msgstr ""
168
 
169
- #: src/Tribe/Admin/Help_Page.php:870
170
  msgid "Visit the Add-on Page"
171
  msgstr ""
172
 
@@ -178,18 +236,14 @@ msgstr ""
178
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:440
182
  msgid "Thanks for setting up a valid key, it will expire on %s"
183
  msgstr ""
184
 
185
- #: src/Tribe/Validate.php:195
186
  msgid "%s must be a positive number or percent."
187
  msgstr ""
188
 
189
- #: src/admin-views/tribe-options-display.php:31
190
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
191
- msgstr ""
192
-
193
  #: src/admin-views/tribe-options-general.php:10
194
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
195
  msgstr ""
@@ -254,7 +308,7 @@ msgstr ""
254
  msgid " ask the site administrator set a different Events URL slug."
255
  msgstr ""
256
 
257
- #: src/Tribe/Settings.php:322
258
  msgid "Save Changes"
259
  msgstr "保存更改"
260
 
@@ -338,6 +392,10 @@ msgstr "版本"
338
  msgid "Last Update"
339
  msgstr "最後更新"
340
 
 
 
 
 
341
  #: src/admin-views/tribe-options-display.php:22
342
  msgid "Date Format Settings"
343
  msgstr "日期格式設定"
@@ -347,22 +405,10 @@ msgid "<p>The following three fields accept the date format options available to
347
  msgstr "<p>以下 3 個欄位接受 php date() 功能內置的日期格式選項 <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">由此學習如何創建你自己的日期格式</a>。</p>"
348
 
349
  #: src/admin-views/tribe-options-display.php:30
350
- msgid "Date with year"
351
- msgstr "日期中包含年"
352
-
353
- #: src/admin-views/tribe-options-display.php:38
354
- msgid "Date time separator"
355
- msgstr "日期時間分隔符號"
356
-
357
- #: src/admin-views/tribe-options-display.php:39
358
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
359
- msgstr "輸入分隔符號,當日期與時間同時顯示時,此符號將置於兩者之間作為區分。"
360
-
361
- #: src/admin-views/tribe-options-display.php:46
362
  msgid "Datepicker Date Format"
363
  msgstr "日期選擇器的日期格式"
364
 
365
- #: src/admin-views/tribe-options-display.php:47
366
  msgid "Select the date format to use in datepickers"
367
  msgstr "選擇用於日期選擇器中的日期格式"
368
 
@@ -395,39 +441,15 @@ msgstr "你正想著 \"哇,這個外掛產品太棒了!我們應該感謝 Mo
395
  msgid "Show The Events Calendar link"
396
  msgstr "顯示 The Events Calendar 連結"
397
 
398
- #: src/admin-views/tribe-options-general.php:55
399
- msgid "General Settings"
400
- msgstr "一般設定"
401
-
402
- #: src/admin-views/tribe-options-general.php:59
403
- msgid "Default currency symbol"
404
- msgstr "預設貨幣符號"
405
-
406
- #: src/admin-views/tribe-options-general.php:60
407
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
408
- msgstr "設定活動費用的預設貨幣符號,請注意此項設定只會對未來的活動產生影響並不會追溯到以前。"
409
-
410
- #: src/admin-views/tribe-options-general.php:67
411
- msgid "Currency symbol follows value"
412
- msgstr "貨幣符號在數值之後"
413
-
414
- #: src/admin-views/tribe-options-general.php:68
415
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
416
- msgstr "貨幣符號通常會出現在數值之前,啟用此選項貨幣符號將會出現在數值 之後。"
417
-
418
- #: src/admin-views/tribe-options-general.php:74
419
- msgid "Miscellaneous Settings"
420
- msgstr "其他設定"
421
-
422
- #: src/admin-views/tribe-options-general.php:81
423
  msgid "Debug mode"
424
  msgstr "除錯模式"
425
 
426
- #: src/admin-views/tribe-options-general.php:87
427
  msgid "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."
428
  msgstr "啟用此選項以記錄除錯報告,預設將記錄你的伺服器 PHP 錯誤報告,如果你想於你的瀏覽器閱讀紀錄的訊息,我們推薦安裝 %s 並於除錯輸出中搜尋 \"Tribe\" 工具列標籤。"
429
 
430
- #: src/admin-views/tribe-options-general.php:87
431
  msgid "Debug Bar Plugin"
432
  msgstr "Debug Bar Plugin"
433
 
@@ -440,7 +462,7 @@ msgstr "n/a"
440
  msgid "You need to upgrade!"
441
  msgstr "你需要升級!"
442
 
443
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
444
  msgid "You are up to date!"
445
  msgstr "你的版本是最新的!"
446
 
@@ -536,7 +558,7 @@ msgstr "愛荷華州"
536
  msgid "Kansas"
537
  msgstr "堪薩斯州"
538
 
539
- #: src/Tribe/Admin/Help_Page.php:829
540
  msgid "Latest Version:"
541
  msgstr "最新版本:"
542
 
@@ -552,7 +574,7 @@ msgstr "路易斯安那州"
552
  msgid "Maine"
553
  msgstr "緬因州"
554
 
555
- #: src/Tribe/Admin/Help_Page.php:832
556
  msgid "Requires:"
557
  msgstr "需求:"
558
 
@@ -560,7 +582,7 @@ msgstr "需求:"
560
  msgid "Maryland"
561
  msgstr "馬里蘭州"
562
 
563
- #: src/Tribe/Admin/Help_Page.php:833
564
  msgid "WordPress "
565
  msgstr "WordPress "
566
 
@@ -584,7 +606,7 @@ msgstr "密西西比州"
584
  msgid "Missouri"
585
  msgstr "密蘇里州"
586
 
587
- #: src/Tribe/Admin/Help_Page.php:857
588
  msgid "Premium Add-Ons"
589
  msgstr "超值附加元件"
590
 
@@ -905,7 +927,7 @@ msgstr "法國本土"
905
  msgid "French Guiana"
906
  msgstr "法屬圭亞那"
907
 
908
- #: src/Tribe/Settings.php:583
909
  msgid "Settings saved."
910
  msgstr "設定已儲存。"
911
 
@@ -941,8 +963,8 @@ msgstr "迦納"
941
  msgid "Gibraltar"
942
  msgstr "直布羅陀"
943
 
944
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
945
- #: src/Tribe/Settings.php:204
946
  msgid "Events"
947
  msgstr "活動"
948
 
@@ -1271,7 +1293,7 @@ msgstr "奈及利亞"
1271
  msgid "Niue"
1272
  msgstr "紐埃"
1273
 
1274
- #: src/Tribe/Settings.php:215
1275
  msgid "Settings"
1276
  msgstr "設定"
1277
 
@@ -1355,39 +1377,23 @@ msgstr "抱歉,密鑰認證伺服器忙碌中。"
1355
  msgid "Qatar"
1356
  msgstr "卡達"
1357
 
1358
- #: src/Tribe/PUE/Checker.php:424
1359
- msgid "Sorry, this key is expired."
1360
- msgstr "抱歉,此密鑰已到期。"
1361
-
1362
  #: src/Tribe/View_Helpers.php:223
1363
  msgid "Reunion"
1364
  msgstr "留尼旺"
1365
 
1366
- #: src/Tribe/PUE/Checker.php:427
1367
- msgid "Sorry, this key is out of installs."
1368
- msgstr "抱歉,此密鑰尚未安裝。"
1369
-
1370
  #: src/Tribe/View_Helpers.php:224
1371
  msgid "Romania"
1372
  msgstr "羅馬尼亞"
1373
 
1374
- #: src/Tribe/PUE/Checker.php:428
1375
- msgid "Why am I seeing this message?"
1376
- msgstr ""
1377
-
1378
  #: src/Tribe/View_Helpers.php:225
1379
  msgid "Russian Federation"
1380
  msgstr "俄羅斯聯邦"
1381
 
1382
- #: src/Tribe/PUE/Checker.php:431
1383
- msgid "Sorry, this key is not valid."
1384
- msgstr "抱歉,此密鑰無效。"
1385
-
1386
  #: src/Tribe/View_Helpers.php:226
1387
  msgid "Rwanda"
1388
  msgstr "盧安達"
1389
 
1390
- #: src/Tribe/PUE/Checker.php:435
1391
  msgid "Valid Key! Expires on %s"
1392
  msgstr "有效密鑰!到期日為 %s"
1393
 
@@ -1395,7 +1401,7 @@ msgstr "有效密鑰!到期日為 %s"
1395
  msgid "Saint Kitts And Nevis"
1396
  msgstr "聖克里斯多福與尼維斯"
1397
 
1398
- #: src/Tribe/PUE/Checker.php:448
1399
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1400
  msgstr ""
1401
 
@@ -1407,7 +1413,7 @@ msgstr "聖盧西亞"
1407
  msgid "Saint Vincent And The Grenadines"
1408
  msgstr "聖文森及格瑞那丁"
1409
 
1410
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
1411
  msgid "Events Settings"
1412
  msgstr "活動設定"
1413
 
@@ -1415,7 +1421,7 @@ msgstr "活動設定"
1415
  msgid "Samoa"
1416
  msgstr "薩摩亞"
1417
 
1418
- #: src/Tribe/Settings.php:300
1419
  msgid "%s Settings"
1420
  msgstr "%s 設定"
1421
 
@@ -1423,7 +1429,7 @@ msgstr "%s 設定"
1423
  msgid "San Marino"
1424
  msgstr "聖馬利諾"
1425
 
1426
- #: src/Tribe/Settings.php:314
1427
  msgid "You've requested a non-existent tab."
1428
  msgstr "你要求的工具列標籤不存在。"
1429
 
@@ -1431,7 +1437,7 @@ msgstr "你要求的工具列標籤不存在。"
1431
  msgid "Sao Tome And Principe"
1432
  msgstr "聖多美與普林希比"
1433
 
1434
- #: src/Tribe/Settings.php:370
1435
  msgid "You don't have permission to do that."
1436
  msgstr "你的操作不被允許。"
1437
 
@@ -1439,7 +1445,7 @@ msgstr "你的操作不被允許。"
1439
  msgid "Saudi Arabia"
1440
  msgstr "沙烏地阿拉伯"
1441
 
1442
- #: src/Tribe/Settings.php:376
1443
  msgid "The request was sent insecurely."
1444
  msgstr "以不安全的方式傳送要求。"
1445
 
@@ -1447,7 +1453,7 @@ msgstr "以不安全的方式傳送要求。"
1447
  msgid "Senegal"
1448
  msgstr "塞內加爾"
1449
 
1450
- #: src/Tribe/Settings.php:382
1451
  msgid "The request wasn't sent from this tab."
1452
  msgstr "請求未從此工具列標籤傳送。"
1453
 
@@ -1455,7 +1461,7 @@ msgstr "請求未從此工具列標籤傳送。"
1455
  msgid "Serbia"
1456
  msgstr "塞爾維亞"
1457
 
1458
- #: src/Tribe/Settings.php:550
1459
  msgid "Your form had the following errors:"
1460
  msgstr "你的表格含有下列錯誤:"
1461
 
@@ -1463,7 +1469,7 @@ msgstr "你的表格含有下列錯誤:"
1463
  msgid "Seychelles"
1464
  msgstr "塞席爾群島"
1465
 
1466
- #: src/Tribe/Settings.php:560
1467
  msgid "None of your settings were saved. Please try again."
1468
  msgstr "你的設定未儲存,請稍後重試。"
1469
 
@@ -1471,7 +1477,7 @@ msgstr "你的設定未儲存,請稍後重試。"
1471
  msgid "Sierra Leone"
1472
  msgstr "獅子山共和國"
1473
 
1474
- #: src/Tribe/Settings.php:561
1475
  msgid "The above setting was not saved. Other settings were successfully saved."
1476
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1477
  msgstr[0] "以上設定未儲存,其餘設定已成功儲存。"
@@ -1686,60 +1692,60 @@ msgstr "%s 必須只包含數字與字元"
1686
  msgid "%s must contain numbers, letters and dots only"
1687
  msgstr "%s 必須只包含數字、字元和點。"
1688
 
1689
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
1690
  msgid "%s must be a positive number."
1691
  msgstr "%s 必須為正數。"
1692
 
1693
- #: src/Tribe/Validate.php:224
1694
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1695
  msgstr "%s 必須是有效的代稱 (數字、字元、破折號及底線)。"
1696
 
1697
- #: src/Tribe/Validate.php:239
1698
  msgid "%s must be a valid absolute URL."
1699
  msgstr "%s 必須是有效完整的網址。"
1700
 
1701
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
1702
- #: src/Tribe/Validate.php:294
1703
  msgid "%s must have a value that's part of its options."
1704
  msgstr "%s 必須有一個數值是選項中的一部份。"
1705
 
1706
- #: src/Tribe/Validate.php:308
1707
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1708
  msgstr "比較確認失敗的原因是由於沒有提供比較數值給欄位 %s。"
1709
 
1710
- #: src/Tribe/Validate.php:315
1711
  msgid "%s cannot be the same as %s."
1712
  msgstr "%s 不能和 %s 完全一樣。"
1713
 
1714
- #: src/Tribe/Validate.php:317
1715
  msgid "%s cannot be a duplicate"
1716
  msgstr "%s 不能是複製的"
1717
 
1718
- #: src/Tribe/Validate.php:333
1719
  msgid "%s must be a number or percentage."
1720
  msgstr "%s 必須是數字或百分比符號。"
1721
 
1722
- #: src/Tribe/Validate.php:387
1723
  msgid "%s must be a number between 0 and 21."
1724
  msgstr "%s 必須是介於 0 到 21之間的數字。"
1725
 
1726
- #: src/Tribe/Validate.php:403
1727
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1728
  msgstr "%s 必須只由字元、數字、點、撇號及空格所組成。"
1729
 
1730
- #: src/Tribe/Validate.php:419
1731
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1732
  msgstr "%s 必須由字元、數字、空格、撇號及點所組成。"
1733
 
1734
- #: src/Tribe/Validate.php:433
1735
  msgid "%s must consist of 5 numbers."
1736
  msgstr "%s 必須由 5 個數字所組成。"
1737
 
1738
- #: src/Tribe/Validate.php:447
1739
  msgid "%s must be a phone number."
1740
  msgstr "%s 必須是電話號碼數字。"
1741
 
1742
- #: src/Tribe/Validate.php:463
1743
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1744
  msgstr "國家列表必須以每行一個國家的格式表列於以下的格式中:<br>US, United States <br> UK, United Kingdom."
1745
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Log/Admin.php:132
14
+ msgctxt "log selector"
15
+ msgid "None currently available"
16
+ msgstr ""
17
+
18
+ #: src/Tribe/Log/Admin.php:147
19
+ msgctxt "log engines"
20
+ msgid "None currently available"
21
+ msgstr ""
22
+
23
+ #: src/Tribe/Log/File_Logger.php:116
24
+ msgid "Default (uses temporary files)"
25
+ msgstr ""
26
+
27
+ #: src/Tribe/Log.php:210
28
+ msgid "Cannot set %s as the current logging engine"
29
+ msgstr ""
30
+
31
+ #: src/Tribe/Log.php:309
32
+ msgid "Disabled"
33
+ msgstr ""
34
+
35
+ #: src/Tribe/Log.php:310
36
+ msgid "Only errors"
37
+ msgstr ""
38
+
39
+ #: src/Tribe/Log.php:311
40
+ msgid "Warnings and errors"
41
+ msgstr ""
42
+
43
+ #: src/Tribe/Log.php:312
44
+ msgid "Full debug (all events)"
45
+ msgstr ""
46
+
47
+ #: src/Tribe/PUE/Checker.php:457
48
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
49
+ msgstr ""
50
+
51
+ #: src/Tribe/Validate.php:183
52
+ msgid "%s must contain numbers, letters, dashes and undescores only"
53
+ msgstr ""
54
+
55
+ #: src/admin-views/event-log.php:21
56
+ msgid "Logging level"
57
+ msgstr ""
58
+
59
+ #: src/admin-views/event-log.php:39
60
+ msgid "Method"
61
+ msgstr ""
62
+
63
+ #: src/admin-views/event-log.php:99
64
+ msgid "The selected log file is empty or has not been generated yet."
65
+ msgstr ""
66
+
67
+ #: src/admin-views/event-log.php:104
68
+ msgid "Download log"
69
+ msgstr ""
70
+
71
  #: src/admin-views/tribe-options-help.php:37
72
  msgid "Recent Template Changes"
73
  msgstr ""
188
  msgid "Community Tickets"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Admin/Help_Page.php:767
192
  msgid "Activate %s"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Admin/Help_Page.php:767
196
  msgid "Activate Plugin"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Admin/Help_Page.php:775
200
  msgid "Upgrade Plugin"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Admin/Help_Page.php:791
204
  msgid "Install %s"
205
  msgstr ""
206
 
207
+ #: src/Tribe/Admin/Help_Page.php:791
208
  msgid "Install Plugin"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Admin/Help_Page.php:814
212
  msgid "Active Users:"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Admin/Help_Page.php:817
216
  msgid "Rating:"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Admin/Help_Page.php:842
220
  msgid "Plugin Active"
221
  msgstr ""
222
 
223
+ #: src/Tribe/Admin/Help_Page.php:844
224
  msgid "Plugin Inactive"
225
  msgstr ""
226
 
227
+ #: src/Tribe/Admin/Help_Page.php:849
228
  msgid "Visit the Add-on Page"
229
  msgstr ""
230
 
236
  msgid "Rate %3$sThe Events Calendar%4$s %1$s on %2$s to keep this plugin free. Thanks from the friendly folks at Modern Tribe."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:437
240
  msgid "Thanks for setting up a valid key, it will expire on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/Validate.php:211
244
  msgid "%s must be a positive number or percent."
245
  msgstr ""
246
 
 
 
 
 
247
  #: src/admin-views/tribe-options-general.php:10
248
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe 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."
249
  msgstr ""
308
  msgid " ask the site administrator set a different Events URL slug."
309
  msgstr ""
310
 
311
+ #: src/Tribe/Settings.php:321
312
  msgid "Save Changes"
313
  msgstr "保存更改"
314
 
392
  msgid "Last Update"
393
  msgstr "最後更新"
394
 
395
+ #: src/admin-views/event-log.php:57
396
+ msgid "View"
397
+ msgstr "檢視"
398
+
399
  #: src/admin-views/tribe-options-display.php:22
400
  msgid "Date Format Settings"
401
  msgstr "日期格式設定"
405
  msgstr "<p>以下 3 個欄位接受 php date() 功能內置的日期格式選項 <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">由此學習如何創建你自己的日期格式</a>。</p>"
406
 
407
  #: src/admin-views/tribe-options-display.php:30
 
 
 
 
 
 
 
 
 
 
 
 
408
  msgid "Datepicker Date Format"
409
  msgstr "日期選擇器的日期格式"
410
 
411
+ #: src/admin-views/tribe-options-display.php:31
412
  msgid "Select the date format to use in datepickers"
413
  msgstr "選擇用於日期選擇器中的日期格式"
414
 
441
  msgid "Show The Events Calendar link"
442
  msgstr "顯示 The Events Calendar 連結"
443
 
444
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Debug mode"
446
  msgstr "除錯模式"
447
 
448
+ #: src/admin-views/tribe-options-general.php:64
449
  msgid "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."
450
  msgstr "啟用此選項以記錄除錯報告,預設將記錄你的伺服器 PHP 錯誤報告,如果你想於你的瀏覽器閱讀紀錄的訊息,我們推薦安裝 %s 並於除錯輸出中搜尋 \"Tribe\" 工具列標籤。"
451
 
452
+ #: src/admin-views/tribe-options-general.php:64
453
  msgid "Debug Bar Plugin"
454
  msgstr "Debug Bar Plugin"
455
 
462
  msgid "You need to upgrade!"
463
  msgstr "你需要升級!"
464
 
465
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
466
  msgid "You are up to date!"
467
  msgstr "你的版本是最新的!"
468
 
558
  msgid "Kansas"
559
  msgstr "堪薩斯州"
560
 
561
+ #: src/Tribe/Admin/Help_Page.php:808
562
  msgid "Latest Version:"
563
  msgstr "最新版本:"
564
 
574
  msgid "Maine"
575
  msgstr "緬因州"
576
 
577
+ #: src/Tribe/Admin/Help_Page.php:811
578
  msgid "Requires:"
579
  msgstr "需求:"
580
 
582
  msgid "Maryland"
583
  msgstr "馬里蘭州"
584
 
585
+ #: src/Tribe/Admin/Help_Page.php:812
586
  msgid "WordPress "
587
  msgstr "WordPress "
588
 
606
  msgid "Missouri"
607
  msgstr "密蘇里州"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:836
610
  msgid "Premium Add-Ons"
611
  msgstr "超值附加元件"
612
 
927
  msgid "French Guiana"
928
  msgstr "法屬圭亞那"
929
 
930
+ #: src/Tribe/Settings.php:585
931
  msgid "Settings saved."
932
  msgstr "設定已儲存。"
933
 
963
  msgid "Gibraltar"
964
  msgstr "直布羅陀"
965
 
966
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
967
+ #: src/Tribe/Settings.php:203
968
  msgid "Events"
969
  msgstr "活動"
970
 
1293
  msgid "Niue"
1294
  msgstr "紐埃"
1295
 
1296
+ #: src/Tribe/Settings.php:214
1297
  msgid "Settings"
1298
  msgstr "設定"
1299
 
1377
  msgid "Qatar"
1378
  msgstr "卡達"
1379
 
 
 
 
 
1380
  #: src/Tribe/View_Helpers.php:223
1381
  msgid "Reunion"
1382
  msgstr "留尼旺"
1383
 
 
 
 
 
1384
  #: src/Tribe/View_Helpers.php:224
1385
  msgid "Romania"
1386
  msgstr "羅馬尼亞"
1387
 
 
 
 
 
1388
  #: src/Tribe/View_Helpers.php:225
1389
  msgid "Russian Federation"
1390
  msgstr "俄羅斯聯邦"
1391
 
 
 
 
 
1392
  #: src/Tribe/View_Helpers.php:226
1393
  msgid "Rwanda"
1394
  msgstr "盧安達"
1395
 
1396
+ #: src/Tribe/PUE/Checker.php:432
1397
  msgid "Valid Key! Expires on %s"
1398
  msgstr "有效密鑰!到期日為 %s"
1399
 
1401
  msgid "Saint Kitts And Nevis"
1402
  msgstr "聖克里斯多福與尼維斯"
1403
 
1404
+ #: src/Tribe/PUE/Checker.php:445
1405
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1406
  msgstr ""
1407
 
1413
  msgid "Saint Vincent And The Grenadines"
1414
  msgstr "聖文森及格瑞那丁"
1415
 
1416
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
1417
  msgid "Events Settings"
1418
  msgstr "活動設定"
1419
 
1421
  msgid "Samoa"
1422
  msgstr "薩摩亞"
1423
 
1424
+ #: src/Tribe/Settings.php:299
1425
  msgid "%s Settings"
1426
  msgstr "%s 設定"
1427
 
1429
  msgid "San Marino"
1430
  msgstr "聖馬利諾"
1431
 
1432
+ #: src/Tribe/Settings.php:313
1433
  msgid "You've requested a non-existent tab."
1434
  msgstr "你要求的工具列標籤不存在。"
1435
 
1437
  msgid "Sao Tome And Principe"
1438
  msgstr "聖多美與普林希比"
1439
 
1440
+ #: src/Tribe/Settings.php:369
1441
  msgid "You don't have permission to do that."
1442
  msgstr "你的操作不被允許。"
1443
 
1445
  msgid "Saudi Arabia"
1446
  msgstr "沙烏地阿拉伯"
1447
 
1448
+ #: src/Tribe/Settings.php:375
1449
  msgid "The request was sent insecurely."
1450
  msgstr "以不安全的方式傳送要求。"
1451
 
1453
  msgid "Senegal"
1454
  msgstr "塞內加爾"
1455
 
1456
+ #: src/Tribe/Settings.php:381
1457
  msgid "The request wasn't sent from this tab."
1458
  msgstr "請求未從此工具列標籤傳送。"
1459
 
1461
  msgid "Serbia"
1462
  msgstr "塞爾維亞"
1463
 
1464
+ #: src/Tribe/Settings.php:549
1465
  msgid "Your form had the following errors:"
1466
  msgstr "你的表格含有下列錯誤:"
1467
 
1469
  msgid "Seychelles"
1470
  msgstr "塞席爾群島"
1471
 
1472
+ #: src/Tribe/Settings.php:559
1473
  msgid "None of your settings were saved. Please try again."
1474
  msgstr "你的設定未儲存,請稍後重試。"
1475
 
1477
  msgid "Sierra Leone"
1478
  msgstr "獅子山共和國"
1479
 
1480
+ #: src/Tribe/Settings.php:560
1481
  msgid "The above setting was not saved. Other settings were successfully saved."
1482
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
1483
  msgstr[0] "以上設定未儲存,其餘設定已成功儲存。"
1692
  msgid "%s must contain numbers, letters and dots only"
1693
  msgstr "%s 必須只包含數字、字元和點。"
1694
 
1695
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1696
  msgid "%s must be a positive number."
1697
  msgstr "%s 必須為正數。"
1698
 
1699
+ #: src/Tribe/Validate.php:240
1700
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1701
  msgstr "%s 必須是有效的代稱 (數字、字元、破折號及底線)。"
1702
 
1703
+ #: src/Tribe/Validate.php:255
1704
  msgid "%s must be a valid absolute URL."
1705
  msgstr "%s 必須是有效完整的網址。"
1706
 
1707
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1708
+ #: src/Tribe/Validate.php:310
1709
  msgid "%s must have a value that's part of its options."
1710
  msgstr "%s 必須有一個數值是選項中的一部份。"
1711
 
1712
+ #: src/Tribe/Validate.php:324
1713
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
1714
  msgstr "比較確認失敗的原因是由於沒有提供比較數值給欄位 %s。"
1715
 
1716
+ #: src/Tribe/Validate.php:331
1717
  msgid "%s cannot be the same as %s."
1718
  msgstr "%s 不能和 %s 完全一樣。"
1719
 
1720
+ #: src/Tribe/Validate.php:333
1721
  msgid "%s cannot be a duplicate"
1722
  msgstr "%s 不能是複製的"
1723
 
1724
+ #: src/Tribe/Validate.php:349
1725
  msgid "%s must be a number or percentage."
1726
  msgstr "%s 必須是數字或百分比符號。"
1727
 
1728
+ #: src/Tribe/Validate.php:403
1729
  msgid "%s must be a number between 0 and 21."
1730
  msgstr "%s 必須是介於 0 到 21之間的數字。"
1731
 
1732
+ #: src/Tribe/Validate.php:419
1733
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1734
  msgstr "%s 必須只由字元、數字、點、撇號及空格所組成。"
1735
 
1736
+ #: src/Tribe/Validate.php:435
1737
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1738
  msgstr "%s 必須由字元、數字、空格、撇號及點所組成。"
1739
 
1740
+ #: src/Tribe/Validate.php:449
1741
  msgid "%s must consist of 5 numbers."
1742
  msgstr "%s 必須由 5 個數字所組成。"
1743
 
1744
+ #: src/Tribe/Validate.php:463
1745
  msgid "%s must be a phone number."
1746
  msgstr "%s 必須是電話號碼數字。"
1747
 
1748
+ #: src/Tribe/Validate.php:479
1749
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1750
  msgstr "國家列表必須以每行一個國家的格式表列於以下的格式中:<br>US, United States <br> UK, United Kingdom."
1751
 
common/lang/tribe-common.pot CHANGED
@@ -2,13 +2,13 @@
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Tribe Common 4.1\n"
6
  "Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
7
- "POT-Creation-Date: 2016-03-30 13:23:11+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: 2016-03-30 13:23\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
 
@@ -77,63 +77,63 @@ msgstr ""
77
  msgid "You need to upgrade!"
78
  msgstr ""
79
 
80
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:798
81
  msgid "You are up to date!"
82
  msgstr ""
83
 
84
- #: src/Tribe/Admin/Help_Page.php:788
85
  msgid "Activate %s"
86
  msgstr ""
87
 
88
- #: src/Tribe/Admin/Help_Page.php:788
89
  msgid "Activate Plugin"
90
  msgstr ""
91
 
92
- #: src/Tribe/Admin/Help_Page.php:796
93
  msgid "Upgrade Plugin"
94
  msgstr ""
95
 
96
- #: src/Tribe/Admin/Help_Page.php:812
97
  msgid "Install %s"
98
  msgstr ""
99
 
100
- #: src/Tribe/Admin/Help_Page.php:812
101
  msgid "Install Plugin"
102
  msgstr ""
103
 
104
- #: src/Tribe/Admin/Help_Page.php:829
105
  msgid "Latest Version:"
106
  msgstr ""
107
 
108
- #: src/Tribe/Admin/Help_Page.php:832
109
  msgid "Requires:"
110
  msgstr ""
111
 
112
- #: src/Tribe/Admin/Help_Page.php:833
113
  msgid "WordPress "
114
  msgstr ""
115
 
116
- #: src/Tribe/Admin/Help_Page.php:835
117
  msgid "Active Users:"
118
  msgstr ""
119
 
120
- #: src/Tribe/Admin/Help_Page.php:838
121
  msgid "Rating:"
122
  msgstr ""
123
 
124
- #: src/Tribe/Admin/Help_Page.php:857
125
  msgid "Premium Add-Ons"
126
  msgstr ""
127
 
128
- #: src/Tribe/Admin/Help_Page.php:863
129
  msgid "Plugin Active"
130
  msgstr ""
131
 
132
- #: src/Tribe/Admin/Help_Page.php:865
133
  msgid "Plugin Inactive"
134
  msgstr ""
135
 
136
- #: src/Tribe/Admin/Help_Page.php:870
137
  msgid "Visit the Add-on Page"
138
  msgstr ""
139
 
@@ -182,6 +182,40 @@ msgstr ""
182
  msgid "No select options specified"
183
  msgstr ""
184
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  #: src/Tribe/PUE/Checker.php:308
186
  msgid "License Key"
187
  msgstr ""
@@ -202,86 +236,74 @@ msgstr ""
202
  msgid "Sorry, key validation server is not available."
203
  msgstr ""
204
 
205
- #: src/Tribe/PUE/Checker.php:424
206
- msgid "Sorry, this key is expired."
207
- msgstr ""
208
-
209
- #: src/Tribe/PUE/Checker.php:427
210
- msgid "Sorry, this key is out of installs."
211
- msgstr ""
212
-
213
- #: src/Tribe/PUE/Checker.php:428
214
- msgid "Why am I seeing this message?"
215
- msgstr ""
216
-
217
- #: src/Tribe/PUE/Checker.php:431
218
- msgid "Sorry, this key is not valid."
219
- msgstr ""
220
-
221
- #: src/Tribe/PUE/Checker.php:435
222
  msgid "Valid Key! Expires on %s"
223
  msgstr ""
224
 
225
- #: src/Tribe/PUE/Checker.php:440
226
  msgid "Thanks for setting up a valid key, it will expire on %s"
227
  msgstr ""
228
 
229
- #: src/Tribe/PUE/Checker.php:448
230
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
231
  msgstr ""
232
 
233
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:203
234
- #: src/Tribe/Settings.php:204
 
 
 
 
235
  msgid "Events"
236
  msgstr ""
237
 
238
- #: src/Tribe/Settings.php:214 src/Tribe/Settings.php:235
239
  msgid "Events Settings"
240
  msgstr ""
241
 
242
- #: src/Tribe/Settings.php:215
243
  msgid "Settings"
244
  msgstr ""
245
 
246
- #: src/Tribe/Settings.php:300
247
  msgid "%s Settings"
248
  msgstr ""
249
 
250
- #: src/Tribe/Settings.php:314
251
  msgid "You've requested a non-existent tab."
252
  msgstr ""
253
 
254
- #: src/Tribe/Settings.php:322
255
  msgid "Save Changes"
256
  msgstr ""
257
 
258
- #: src/Tribe/Settings.php:370
259
  msgid "You don't have permission to do that."
260
  msgstr ""
261
 
262
- #: src/Tribe/Settings.php:376
263
  msgid "The request was sent insecurely."
264
  msgstr ""
265
 
266
- #: src/Tribe/Settings.php:382
267
  msgid "The request wasn't sent from this tab."
268
  msgstr ""
269
 
270
- #: src/Tribe/Settings.php:550
271
  msgid "Your form had the following errors:"
272
  msgstr ""
273
 
274
- #: src/Tribe/Settings.php:560
275
  msgid "None of your settings were saved. Please try again."
276
  msgstr ""
277
 
278
- #: src/Tribe/Settings.php:561
279
  msgid "The above setting was not saved. Other settings were successfully saved."
280
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
281
  msgstr[0] ""
282
  msgstr[1] ""
283
 
284
- #: src/Tribe/Settings.php:583
285
  msgid "Settings saved."
286
  msgstr ""
287
 
@@ -372,64 +394,68 @@ msgstr ""
372
  msgid "%s must contain numbers, letters and dots only"
373
  msgstr ""
374
 
375
- #: src/Tribe/Validate.php:181 src/Tribe/Validate.php:209
 
 
 
 
376
  msgid "%s must be a positive number."
377
  msgstr ""
378
 
379
- #: src/Tribe/Validate.php:195
380
  msgid "%s must be a positive number or percent."
381
  msgstr ""
382
 
383
- #: src/Tribe/Validate.php:224
384
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
385
  msgstr ""
386
 
387
- #: src/Tribe/Validate.php:239
388
  msgid "%s must be a valid absolute URL."
389
  msgstr ""
390
 
391
- #: src/Tribe/Validate.php:255 src/Tribe/Validate.php:272
392
- #: src/Tribe/Validate.php:294
393
  msgid "%s must have a value that's part of its options."
394
  msgstr ""
395
 
396
- #: src/Tribe/Validate.php:308
397
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
398
  msgstr ""
399
 
400
- #: src/Tribe/Validate.php:315
401
  msgid "%s cannot be the same as %s."
402
  msgstr ""
403
 
404
- #: src/Tribe/Validate.php:317
405
  msgid "%s cannot be a duplicate"
406
  msgstr ""
407
 
408
- #: src/Tribe/Validate.php:333
409
  msgid "%s must be a number or percentage."
410
  msgstr ""
411
 
412
- #: src/Tribe/Validate.php:387
413
  msgid "%s must be a number between 0 and 21."
414
  msgstr ""
415
 
416
- #: src/Tribe/Validate.php:403
417
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
418
  msgstr ""
419
 
420
- #: src/Tribe/Validate.php:419
421
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
422
  msgstr ""
423
 
424
- #: src/Tribe/Validate.php:433
425
  msgid "%s must consist of 5 numbers."
426
  msgstr ""
427
 
428
- #: src/Tribe/Validate.php:447
429
  msgid "%s must be a phone number."
430
  msgstr ""
431
 
432
- #: src/Tribe/Validate.php:463
433
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
434
  msgstr ""
435
 
@@ -1609,35 +1635,39 @@ msgstr ""
1609
  msgid "Last Update"
1610
  msgstr ""
1611
 
1612
- #: src/admin-views/tribe-options-display.php:22
1613
- msgid "Date Format Settings"
1614
  msgstr ""
1615
 
1616
- #: src/admin-views/tribe-options-display.php:26
1617
- msgid "<p>The following three fields accept the date format options available to the php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date format here</a>.</p>"
1618
  msgstr ""
1619
 
1620
- #: src/admin-views/tribe-options-display.php:30
1621
- msgid "Date with year"
1622
  msgstr ""
1623
 
1624
- #: src/admin-views/tribe-options-display.php:31
1625
- msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
1626
  msgstr ""
1627
 
1628
- #: src/admin-views/tribe-options-display.php:38
1629
- msgid "Date time separator"
1630
  msgstr ""
1631
 
1632
- #: src/admin-views/tribe-options-display.php:39
1633
- msgid "Enter the separator that will be placed between the date and time, when both are shown."
1634
  msgstr ""
1635
 
1636
- #: src/admin-views/tribe-options-display.php:46
 
 
 
 
1637
  msgid "Datepicker Date Format"
1638
  msgstr ""
1639
 
1640
- #: src/admin-views/tribe-options-display.php:47
1641
  msgid "Select the date format to use in datepickers"
1642
  msgstr ""
1643
 
@@ -1678,39 +1708,15 @@ msgstr ""
1678
  msgid "Show The Events Calendar link"
1679
  msgstr ""
1680
 
1681
- #: src/admin-views/tribe-options-general.php:55
1682
- msgid "General Settings"
1683
- msgstr ""
1684
-
1685
- #: src/admin-views/tribe-options-general.php:59
1686
- msgid "Default currency symbol"
1687
- msgstr ""
1688
-
1689
- #: src/admin-views/tribe-options-general.php:60
1690
- msgid "Set the default currency symbol for event costs. Note that this only impacts future events, and changes made will not apply retroactively."
1691
- msgstr ""
1692
-
1693
- #: src/admin-views/tribe-options-general.php:67
1694
- msgid "Currency symbol follows value"
1695
- msgstr ""
1696
-
1697
- #: src/admin-views/tribe-options-general.php:68
1698
- msgid "The currency symbol normally precedes the value. Enabling this option positions the symbol after the value."
1699
- msgstr ""
1700
-
1701
- #: src/admin-views/tribe-options-general.php:74
1702
- msgid "Miscellaneous Settings"
1703
- msgstr ""
1704
-
1705
- #: src/admin-views/tribe-options-general.php:81
1706
  msgid "Debug mode"
1707
  msgstr ""
1708
 
1709
- #: src/admin-views/tribe-options-general.php:87
1710
  msgid "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."
1711
  msgstr ""
1712
 
1713
- #: src/admin-views/tribe-options-general.php:87
1714
  msgid "Debug Bar Plugin"
1715
  msgstr ""
1716
 
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Tribe Common 4.2beta1\n"
6
  "Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
7
+ "POT-Creation-Date: 2016-06-01 21:00:11+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: 2016-06-01 21:00\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
 
77
  msgid "You need to upgrade!"
78
  msgstr ""
79
 
80
+ #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
81
  msgid "You are up to date!"
82
  msgstr ""
83
 
84
+ #: src/Tribe/Admin/Help_Page.php:767
85
  msgid "Activate %s"
86
  msgstr ""
87
 
88
+ #: src/Tribe/Admin/Help_Page.php:767
89
  msgid "Activate Plugin"
90
  msgstr ""
91
 
92
+ #: src/Tribe/Admin/Help_Page.php:775
93
  msgid "Upgrade Plugin"
94
  msgstr ""
95
 
96
+ #: src/Tribe/Admin/Help_Page.php:791
97
  msgid "Install %s"
98
  msgstr ""
99
 
100
+ #: src/Tribe/Admin/Help_Page.php:791
101
  msgid "Install Plugin"
102
  msgstr ""
103
 
104
+ #: src/Tribe/Admin/Help_Page.php:808
105
  msgid "Latest Version:"
106
  msgstr ""
107
 
108
+ #: src/Tribe/Admin/Help_Page.php:811
109
  msgid "Requires:"
110
  msgstr ""
111
 
112
+ #: src/Tribe/Admin/Help_Page.php:812
113
  msgid "WordPress "
114
  msgstr ""
115
 
116
+ #: src/Tribe/Admin/Help_Page.php:814
117
  msgid "Active Users:"
118
  msgstr ""
119
 
120
+ #: src/Tribe/Admin/Help_Page.php:817
121
  msgid "Rating:"
122
  msgstr ""
123
 
124
+ #: src/Tribe/Admin/Help_Page.php:836
125
  msgid "Premium Add-Ons"
126
  msgstr ""
127
 
128
+ #: src/Tribe/Admin/Help_Page.php:842
129
  msgid "Plugin Active"
130
  msgstr ""
131
 
132
+ #: src/Tribe/Admin/Help_Page.php:844
133
  msgid "Plugin Inactive"
134
  msgstr ""
135
 
136
+ #: src/Tribe/Admin/Help_Page.php:849
137
  msgid "Visit the Add-on Page"
138
  msgstr ""
139
 
182
  msgid "No select options specified"
183
  msgstr ""
184
 
185
+ #: src/Tribe/Log/Admin.php:132
186
+ msgctxt "log selector"
187
+ msgid "None currently available"
188
+ msgstr ""
189
+
190
+ #: src/Tribe/Log/Admin.php:147
191
+ msgctxt "log engines"
192
+ msgid "None currently available"
193
+ msgstr ""
194
+
195
+ #: src/Tribe/Log/File_Logger.php:116
196
+ msgid "Default (uses temporary files)"
197
+ msgstr ""
198
+
199
+ #: src/Tribe/Log.php:210
200
+ msgid "Cannot set %s as the current logging engine"
201
+ msgstr ""
202
+
203
+ #: src/Tribe/Log.php:309
204
+ msgid "Disabled"
205
+ msgstr ""
206
+
207
+ #: src/Tribe/Log.php:310
208
+ msgid "Only errors"
209
+ msgstr ""
210
+
211
+ #: src/Tribe/Log.php:311
212
+ msgid "Warnings and errors"
213
+ msgstr ""
214
+
215
+ #: src/Tribe/Log.php:312
216
+ msgid "Full debug (all events)"
217
+ msgstr ""
218
+
219
  #: src/Tribe/PUE/Checker.php:308
220
  msgid "License Key"
221
  msgstr ""
236
  msgid "Sorry, key validation server is not available."
237
  msgstr ""
238
 
239
+ #: src/Tribe/PUE/Checker.php:432
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Valid Key! Expires on %s"
241
  msgstr ""
242
 
243
+ #: src/Tribe/PUE/Checker.php:437
244
  msgid "Thanks for setting up a valid key, it will expire on %s"
245
  msgstr ""
246
 
247
+ #: src/Tribe/PUE/Checker.php:445
248
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
249
  msgstr ""
250
 
251
+ #: src/Tribe/PUE/Checker.php:457
252
+ msgid "Sorry, there is a problem with your license key. You'll need to %scheck your license%s to have access to updates, downloads, and support."
253
+ msgstr ""
254
+
255
+ #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:202
256
+ #: src/Tribe/Settings.php:203
257
  msgid "Events"
258
  msgstr ""
259
 
260
+ #: src/Tribe/Settings.php:213 src/Tribe/Settings.php:234
261
  msgid "Events Settings"
262
  msgstr ""
263
 
264
+ #: src/Tribe/Settings.php:214
265
  msgid "Settings"
266
  msgstr ""
267
 
268
+ #: src/Tribe/Settings.php:299
269
  msgid "%s Settings"
270
  msgstr ""
271
 
272
+ #: src/Tribe/Settings.php:313
273
  msgid "You've requested a non-existent tab."
274
  msgstr ""
275
 
276
+ #: src/Tribe/Settings.php:321
277
  msgid "Save Changes"
278
  msgstr ""
279
 
280
+ #: src/Tribe/Settings.php:369
281
  msgid "You don't have permission to do that."
282
  msgstr ""
283
 
284
+ #: src/Tribe/Settings.php:375
285
  msgid "The request was sent insecurely."
286
  msgstr ""
287
 
288
+ #: src/Tribe/Settings.php:381
289
  msgid "The request wasn't sent from this tab."
290
  msgstr ""
291
 
292
+ #: src/Tribe/Settings.php:549
293
  msgid "Your form had the following errors:"
294
  msgstr ""
295
 
296
+ #: src/Tribe/Settings.php:559
297
  msgid "None of your settings were saved. Please try again."
298
  msgstr ""
299
 
300
+ #: src/Tribe/Settings.php:560
301
  msgid "The above setting was not saved. Other settings were successfully saved."
302
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
303
  msgstr[0] ""
304
  msgstr[1] ""
305
 
306
+ #: src/Tribe/Settings.php:585
307
  msgid "Settings saved."
308
  msgstr ""
309
 
394
  msgid "%s must contain numbers, letters and dots only"
395
  msgstr ""
396
 
397
+ #: src/Tribe/Validate.php:183
398
+ msgid "%s must contain numbers, letters, dashes and undescores only"
399
+ msgstr ""
400
+
401
+ #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
402
  msgid "%s must be a positive number."
403
  msgstr ""
404
 
405
+ #: src/Tribe/Validate.php:211
406
  msgid "%s must be a positive number or percent."
407
  msgstr ""
408
 
409
+ #: src/Tribe/Validate.php:240
410
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
411
  msgstr ""
412
 
413
+ #: src/Tribe/Validate.php:255
414
  msgid "%s must be a valid absolute URL."
415
  msgstr ""
416
 
417
+ #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
418
+ #: src/Tribe/Validate.php:310
419
  msgid "%s must have a value that's part of its options."
420
  msgstr ""
421
 
422
+ #: src/Tribe/Validate.php:324
423
  msgid "Comparison validation failed because no comparison value was provided, for field %s"
424
  msgstr ""
425
 
426
+ #: src/Tribe/Validate.php:331
427
  msgid "%s cannot be the same as %s."
428
  msgstr ""
429
 
430
+ #: src/Tribe/Validate.php:333
431
  msgid "%s cannot be a duplicate"
432
  msgstr ""
433
 
434
+ #: src/Tribe/Validate.php:349
435
  msgid "%s must be a number or percentage."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Validate.php:403
439
  msgid "%s must be a number between 0 and 21."
440
  msgstr ""
441
 
442
+ #: src/Tribe/Validate.php:419
443
  msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
444
  msgstr ""
445
 
446
+ #: src/Tribe/Validate.php:435
447
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
448
  msgstr ""
449
 
450
+ #: src/Tribe/Validate.php:449
451
  msgid "%s must consist of 5 numbers."
452
  msgstr ""
453
 
454
+ #: src/Tribe/Validate.php:463
455
  msgid "%s must be a phone number."
456
  msgstr ""
457
 
458
+ #: src/Tribe/Validate.php:479
459
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
460
  msgstr ""
461
 
1635
  msgid "Last Update"
1636
  msgstr ""
1637
 
1638
+ #: src/admin-views/event-log.php:21
1639
+ msgid "Logging level"
1640
  msgstr ""
1641
 
1642
+ #: src/admin-views/event-log.php:39
1643
+ msgid "Method"
1644
  msgstr ""
1645
 
1646
+ #: src/admin-views/event-log.php:57
1647
+ msgid "View"
1648
  msgstr ""
1649
 
1650
+ #: src/admin-views/event-log.php:99
1651
+ msgid "The selected log file is empty or has not been generated yet."
1652
  msgstr ""
1653
 
1654
+ #: src/admin-views/event-log.php:104
1655
+ msgid "Download log"
1656
  msgstr ""
1657
 
1658
+ #: src/admin-views/tribe-options-display.php:22
1659
+ msgid "Date Format Settings"
1660
  msgstr ""
1661
 
1662
+ #: src/admin-views/tribe-options-display.php:26
1663
+ msgid "<p>The following three fields accept the date format options available to the php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date format here</a>.</p>"
1664
+ msgstr ""
1665
+
1666
+ #: src/admin-views/tribe-options-display.php:30
1667
  msgid "Datepicker Date Format"
1668
  msgstr ""
1669
 
1670
+ #: src/admin-views/tribe-options-display.php:31
1671
  msgid "Select the date format to use in datepickers"
1672
  msgstr ""
1673
 
1708
  msgid "Show The Events Calendar link"
1709
  msgstr ""
1710
 
1711
+ #: src/admin-views/tribe-options-general.php:58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1712
  msgid "Debug mode"
1713
  msgstr ""
1714
 
1715
+ #: src/admin-views/tribe-options-general.php:64
1716
  msgid "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."
1717
  msgstr ""
1718
 
1719
+ #: src/admin-views/tribe-options-general.php:64
1720
  msgid "Debug Bar Plugin"
1721
  msgstr ""
1722
 
common/src/Tribe/Admin/Help_Page.php CHANGED
@@ -411,7 +411,10 @@ class Tribe__Admin__Help_Page {
411
  }
412
 
413
  /**
414
- * Parses the help text from an Array to the final HTML
 
 
 
415
  *
416
  * @since 4.0
417
  *
@@ -419,28 +422,6 @@ class Tribe__Admin__Help_Page {
419
  * @return string
420
  */
421
  public function get_content_html( $mixed = '' ) {
422
- $html_allowed = array(
423
- 'a' => array( 'href' => array(), 'title' => array(), 'target' => array(), 'style' => array(), 'class' => array(), 'id' => array() ),
424
- 'img' => array( 'title' => array(), 'src' => array(), 'alt' => array(), 'style' => array(), 'class' => array(), 'id' => array() ),
425
-
426
- 'br' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
427
- 'em' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
428
- 'strong' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
429
- 'b' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
430
- 'i' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
431
- 'u' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
432
-
433
- 'div' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
434
- 'h5' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
435
- 'p' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
436
- 'ol' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
437
- 'ul' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
438
- 'li' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
439
- 'dl' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
440
- 'dt' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
441
- 'dd' => array( 'style' => array(), 'class' => array(), 'id' => array() ),
442
- );
443
-
444
  // If it's an StdObj or String it will be converted
445
  $mixed = (array) $mixed;
446
 
@@ -452,8 +433,6 @@ class Tribe__Admin__Help_Page {
452
  }
453
 
454
  if ( is_string( $line ) ) {
455
- // Make sure we are safe when it's a string
456
- $line = wp_kses( $line, $html_allowed );
457
  continue;
458
  } elseif ( is_array( $line ) ) {
459
  // Allow the developer to pass some configuration
@@ -577,7 +556,7 @@ class Tribe__Admin__Help_Page {
577
 
578
  // Setup the Base for the content to come
579
  'content' => array(),
580
- );
581
 
582
  $this->sections[ $section->id ] = $section;
583
 
@@ -825,25 +804,25 @@ class Tribe__Admin__Help_Page {
825
  ?>
826
 
827
  <?php if ( $api_data ) { ?>
828
- <dl>
829
- <dt><?php esc_html_e( 'Latest Version:', 'tribe-common' ); ?></dt>
830
- <dd><?php echo esc_html( $api_data->version ); ?></dd>
831
-
832
- <dt><?php esc_html_e( 'Requires:', 'tribe-common' ); ?></dt>
833
- <dd><?php echo esc_html__( 'WordPress ', 'tribe-common' ) . esc_html( $api_data->requires ); ?>+</dd>
834
-
835
- <dt><?php esc_html_e( 'Active Users:', 'tribe-common' ); ?></dt>
836
- <dd><?php echo esc_html( number_format( $api_data->active_installs ) ); ?>+</dd>
837
-
838
- <dt><?php esc_html_e( 'Rating:', 'tribe-common' ); ?></dt>
839
- <dd><a href="<?php echo esc_url( $plugin->stars_url ); ?>" target="_blank">
840
- <?php wp_star_rating( array(
841
- 'rating' => $api_data->rating,
842
- 'type' => 'percent',
843
- 'number' => $api_data->num_ratings,
844
- ) );?>
845
- </a></dd>
846
- </dl>
847
  <?php } ?>
848
 
849
  <?php
@@ -878,6 +857,6 @@ class Tribe__Admin__Help_Page {
878
  </ul>
879
  <?php } ?>
880
  </div>
881
- <?php
882
  }
883
- }
411
  }
412
 
413
  /**
414
+ * Parses the help text from an Array to the final HTML.
415
+ *
416
+ * It is the responsibility of code calling this function to ensure proper escaping
417
+ * within any HTML.
418
  *
419
  * @since 4.0
420
  *
422
  * @return string
423
  */
424
  public function get_content_html( $mixed = '' ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
  // If it's an StdObj or String it will be converted
426
  $mixed = (array) $mixed;
427
 
433
  }
434
 
435
  if ( is_string( $line ) ) {
 
 
436
  continue;
437
  } elseif ( is_array( $line ) ) {
438
  // Allow the developer to pass some configuration
556
 
557
  // Setup the Base for the content to come
558
  'content' => array(),
559
+ );
560
 
561
  $this->sections[ $section->id ] = $section;
562
 
804
  ?>
805
 
806
  <?php if ( $api_data ) { ?>
807
+ <dl>
808
+ <dt><?php esc_html_e( 'Latest Version:', 'tribe-common' ); ?></dt>
809
+ <dd><?php echo esc_html( $api_data->version ); ?></dd>
810
+
811
+ <dt><?php esc_html_e( 'Requires:', 'tribe-common' ); ?></dt>
812
+ <dd><?php echo esc_html__( 'WordPress ', 'tribe-common' ) . esc_html( $api_data->requires ); ?>+</dd>
813
+
814
+ <dt><?php esc_html_e( 'Active Users:', 'tribe-common' ); ?></dt>
815
+ <dd><?php echo esc_html( number_format( $api_data->active_installs ) ); ?>+</dd>
816
+
817
+ <dt><?php esc_html_e( 'Rating:', 'tribe-common' ); ?></dt>
818
+ <dd><a href="<?php echo esc_url( $plugin->stars_url ); ?>" target="_blank">
819
+ <?php wp_star_rating( array(
820
+ 'rating' => $api_data->rating,
821
+ 'type' => 'percent',
822
+ 'number' => $api_data->num_ratings,
823
+ ) );?>
824
+ </a></dd>
825
+ </dl>
826
  <?php } ?>
827
 
828
  <?php
857
  </ul>
858
  <?php } ?>
859
  </div>
860
+ <?php
861
  }
862
+ }
common/src/Tribe/JSON_LD/Abstract.php ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // Don't load directly
4
+ if ( ! defined( 'ABSPATH' ) ) {
5
+ die( '-1' );
6
+ }
7
+
8
+ /**
9
+ * An Abstract class that will allow us to have a base to go for all
10
+ * the other JSON-LD classes.
11
+ *
12
+ * Always extend this when doing a new JSON-LD object
13
+ */
14
+ abstract class Tribe__JSON_LD__Abstract {
15
+
16
+ /**
17
+ * Holder of the Instances
18
+ * @var array
19
+ */
20
+ private static $instances = array();
21
+
22
+ /**
23
+ * The class singleton constructor.
24
+ *
25
+ * @return Tribe__JSON_LD__Abstract
26
+ */
27
+ public static function instance( $name = null ) {
28
+ if ( empty( self::$instances[ $name ] ) ) {
29
+ self::$instances[ $name ] = new $name();
30
+ }
31
+
32
+ return self::$instances[ $name ];
33
+ }
34
+
35
+ /**
36
+ * Which type of element this actually is
37
+ *
38
+ * @see https://developers.google.com/structured-data/rich-snippets/
39
+ * @var string
40
+ */
41
+ public $type = 'Thing';
42
+
43
+ /**
44
+ * Compile the schema.org event data into an array
45
+ */
46
+ public function get_data( $post = null, $args = array() ) {
47
+ if ( ! $post instanceof WP_Post ) {
48
+ $post = Tribe__Main::post_id_helper( $post );
49
+ }
50
+ $post = get_post( $post );
51
+
52
+ if ( ! $post instanceof WP_Post ) {
53
+ return $data;
54
+ }
55
+
56
+ $data = (object) array();
57
+
58
+ // We may need to prevent the context to be triggered
59
+ if ( ! isset( $args['context'] ) || false !== $args['context'] ) {
60
+ $data->{'@context'} = 'http://schema.org';
61
+ }
62
+ $data->{'@type'} = $this->type;
63
+
64
+ $data->name = esc_js( get_the_title( $post ) );
65
+ $data->description = esc_js( tribe_events_get_the_excerpt( $post ) );
66
+
67
+ if ( has_post_thumbnail( $post ) ) {
68
+ $data->image = wp_get_attachment_url( get_post_thumbnail_id( $post ) );
69
+ }
70
+
71
+ $data->url = esc_url_raw( get_permalink( $post ) );
72
+
73
+ // Index by ID: this will allow filter code to identify the actual event being referred to
74
+ // without injecting an additional property
75
+ return array( $post->ID => $data );
76
+ }
77
+
78
+ /**
79
+ * puts together the actual html/json javascript block for output
80
+ * @return string
81
+ */
82
+ public function get_markup( $post = null, $args = array() ) {
83
+ $data = $this->get_data( $post, $args );
84
+
85
+ $type = strtolower( esc_attr( $this->type ) );
86
+
87
+ foreach ( $data as $post_id => $_data ) {
88
+ /**
89
+ * Allows the event data to be modifed by themes and other plugins.
90
+ *
91
+ * @example tribe_json_ld_thing_object
92
+ * @example tribe_json_ld_event_object
93
+ *
94
+ * @param object $data objects representing the Google Markup for each event.
95
+ * @param array $args the arguments used to get data
96
+ * @param WP_Post $post the arguments used to get data
97
+ */
98
+ $data[ $post_id ] = apply_filters( "tribe_json_ld_{$type}_object", $_data, $args, get_post( $post_id ) );
99
+ }
100
+
101
+ /**
102
+ * Allows the event data to be modifed by themes and other plugins.
103
+ *
104
+ * @example tribe_json_ld_thing_data
105
+ * @example tribe_json_ld_event_data
106
+ *
107
+ * @param array $data objects representing the Google Markup for each event.
108
+ * @param array $args the arguments used to get data
109
+ */
110
+ $data = apply_filters( "tribe_json_ld_{$type}_data", $data, $args );
111
+
112
+ // Strip the post ID indexing before returning
113
+ $data = array_values( $data );
114
+
115
+ if ( ! empty( $data ) ) {
116
+ $html[] = '<script type="application/ld+json">';
117
+ $html[] = str_replace( '\/', '/', json_encode( $data ) );
118
+ $html[] = '</script>';
119
+ }
120
+
121
+ return ! empty( $html ) ? implode( "\r\n", $html ) : '';
122
+ }
123
+
124
+ public function markup( $post = null, $args = array() ) {
125
+ $html = $this->get_markup( $post, $args );
126
+
127
+ /**
128
+ * Allows users to filter the end markup of JSON-LD
129
+ * @deprecated
130
+ * @todo Remove on 4.4
131
+ * @param string The HTML for the JSON LD markup
132
+ */
133
+ $html = apply_filters( 'tribe_google_data_markup_json', $html );
134
+
135
+ /**
136
+ * Allows users to filter the end markup of JSON-LD
137
+ * @param string The HTML for the JSON LD markup
138
+ */
139
+ $html = apply_filters( 'tribe_json_ld_markup', $html );
140
+
141
+ echo $html;
142
+ }
143
+ }
common/src/Tribe/Log.php ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( class_exists( 'Tribe__Log' ) ) {
3
+ return;
4
+ }
5
+
6
+ /**
7
+ * Provides access to and management of core logging facilities.
8
+ */
9
+ class Tribe__Log {
10
+ const DISABLE = 'disable';
11
+ const DEBUG = 'debug';
12
+ const WARNING = 'warning';
13
+ const ERROR = 'error';
14
+ const CLEANUP = 'tribe_common_log_cleanup';
15
+
16
+ /**
17
+ * @var Tribe__Log__Admin
18
+ */
19
+ protected $admin;
20
+
21
+ /**
22
+ * @var Tribe__Log__Logger
23
+ */
24
+ protected $current_logger;
25
+
26
+ /**
27
+ * @var string
28
+ */
29
+ protected $current_level;
30
+
31
+ /**
32
+ * All logging levels in priority order. Each level is represented by
33
+ * an array in the form [ code => description ].
34
+ *
35
+ * @var array
36
+ */
37
+ protected $levels = array();
38
+
39
+ /**
40
+ * Alternative representation of the $levels property allowing quick look
41
+ * up of levels by priority.
42
+ *
43
+ * @var array
44
+ */
45
+ protected $prioritized_levels = array();
46
+
47
+ /**
48
+ * Instantiated loggers, stored for re-use.
49
+ *
50
+ * @var array
51
+ */
52
+ protected $loggers = array();
53
+
54
+
55
+ public function __construct() {
56
+ if ( is_admin() ) {
57
+ $this->admin = new Tribe__Log__Admin();
58
+ }
59
+
60
+ $this->current_level = $this->get_level();
61
+ $this->log_cleanup();
62
+ }
63
+
64
+ /**
65
+ * @return Tribe__Log__Admin
66
+ */
67
+ public function admin() {
68
+ return $this->admin;
69
+ }
70
+
71
+ /**
72
+ * Facilitates daily cleanup and log rotation.
73
+ */
74
+ protected function log_cleanup() {
75
+ $this->register_cleanup_task();
76
+ do_action( self::CLEANUP, array( $this, 'do_cleanup' ) );
77
+ }
78
+
79
+ /**
80
+ * Schedules a daily cleanup task if one is not already in place.
81
+ */
82
+ protected function register_cleanup_task() {
83
+ if ( ! wp_next_scheduled( self::CLEANUP ) ) {
84
+ wp_schedule_event( strtotime( '+1 day' ), 'daily', self::CLEANUP );
85
+ }
86
+ }
87
+
88
+ /**
89
+ * Call the cleanup() method for each available logging engine.
90
+ *
91
+ * We don't just call it on the current engine since, if there was a recent change,
92
+ * we'll generally still want the now unused engine's output to be cleaned up.
93
+ */
94
+ public function do_cleanup() {
95
+ foreach ( $this->get_logging_engines() as $engine ) {
96
+ /**
97
+ * @var Tribe__Log__Logger $engine
98
+ */
99
+ $engine->cleanup();
100
+ }
101
+ }
102
+
103
+ /**
104
+ * Logs a debug-level entry.
105
+ *
106
+ * @param string $entry
107
+ * @param string $src
108
+ */
109
+ public function log_debug( $entry, $src ) {
110
+ $this->log( $entry, self::DEBUG, $src );
111
+ }
112
+
113
+ /**
114
+ * Logs a warning.
115
+ *
116
+ * @param string $entry
117
+ * @param string $src
118
+ */
119
+ public function log_warning( $entry, $src ) {
120
+ $this->log( $entry, self::WARNING, $src );
121
+ }
122
+
123
+ /**
124
+ * Logs an error.
125
+ *
126
+ * @param string $entry
127
+ * @param string $src
128
+ */
129
+ public function log_error( $entry, $src ) {
130
+ $this->log( $entry, self::ERROR, $src );
131
+ }
132
+
133
+ /**
134
+ * Adds an entry to the log (if it is at the appropriate level, etc).
135
+ *
136
+ * This is simply a shorthand for calling log() on the current logger.
137
+ */
138
+ public function log( $entry, $type = self::DEBUG, $src = '' ) {
139
+ if ( $this->should_log( $type ) ) {
140
+ $this->get_current_logger()->log( $entry, $type, $src );
141
+ }
142
+ }
143
+
144
+ /**
145
+ * Returns a list of available logging engines as an array where each
146
+ * key is the classname and the value is the logger itself.
147
+ *
148
+ * @return array
149
+ */
150
+ public function get_logging_engines() {
151
+ $available_engines = array();
152
+ $bundled_engines = array(
153
+ 'Tribe__Log__File_Logger',
154
+ );
155
+
156
+ foreach ( $bundled_engines as $engine_class ) {
157
+ $engine = $this->get_engine( $engine_class );
158
+
159
+ // Check that we have a valid engine that is available for use in the current environment
160
+ if ( $engine && $engine->is_available() ) {
161
+ $available_engines[ $engine_class ] = $engine;
162
+ }
163
+ }
164
+
165
+ /**
166
+ * Offers a chance to modify the array of currently available logging engines.
167
+ *
168
+ * The array is organized with each key as the class name of the logging
169
+ * implementation and the matching value is the actual logger object.
170
+ *
171
+ * @var array $available_engines
172
+ */
173
+ return apply_filters( 'tribe_common_logging_engines', $available_engines );
174
+ }
175
+
176
+ /**
177
+ * Returns the currently active logger or null if none is set/none are
178
+ * available.
179
+ *
180
+ * @return Tribe__Log__Logger|null
181
+ */
182
+ public function get_current_logger() {
183
+ if ( ! $this->current_logger ) {
184
+ $engine = tribe_get_option( 'logging_class', null );
185
+ $available = $this->get_logging_engines();
186
+
187
+ if ( empty( $engine ) || ! isset( $available[ $engine ] ) ) {
188
+ return null;
189
+ }
190
+
191
+ $this->current_logger = $this->get_engine( $engine );
192
+ }
193
+
194
+ return $this->current_logger;
195
+ }
196
+
197
+ /**
198
+ * Sets the current logging engine to the provided class (if it is a valid
199
+ * and currently available logging class, else will set this to null - ie
200
+ * no logging).
201
+ *
202
+ * @param string $engine
203
+ *
204
+ * @throws Exception if the specified logging engine is invalid
205
+ */
206
+ public function set_current_logger( $engine ) {
207
+ $available_engines = $this->get_logging_engines();
208
+
209
+ if ( ! isset( $available_engines[ $engine ] ) ) {
210
+ throw new Exception( sprintf( __( 'Cannot set %s as the current logging engine', 'tribe-common' ), $engine ) );
211
+ }
212
+
213
+ tribe_update_option( 'logging_class', $engine );
214
+ $this->current_logger = $available_engines[ $engine ];
215
+ }
216
+
217
+ /**
218
+ * Attempts to return the requested logging object or null if that
219
+ * is not possible.
220
+ *
221
+ * @param $class_name
222
+ *
223
+ * @return Tribe__Log__Logger|null
224
+ */
225
+ public function get_engine( $class_name ) {
226
+ if ( ! isset( $this->loggers[ $class_name ] ) ) {
227
+ $object = new $class_name;
228
+
229
+ if ( is_a( $object, 'Tribe__Log__Logger' ) ) {
230
+ $this->loggers[ $class_name ] = new $class_name();
231
+ }
232
+ }
233
+
234
+ if ( isset( $this->loggers[ $class_name ] ) ) {
235
+ return $this->loggers[ $class_name ];
236
+ }
237
+
238
+ return null;
239
+ }
240
+
241
+ /**
242
+ * Sets the current logging level to the provided level (if it is a valid
243
+ * level, else will set the level to 'default').
244
+ *
245
+ * @param string $level
246
+ */
247
+ public function set_level( $level ) {
248
+ $available_levels = wp_list_pluck( $this->get_logging_levels(), 0 );
249
+
250
+ if ( ! in_array( $level, $available_levels ) ) {
251
+ $level = self::DISABLE;
252
+ }
253
+
254
+ tribe_update_option( 'logging_level', $level );
255
+ $this->current_level = $level;
256
+ }
257
+
258
+ /**
259
+ * Returns the current logging level as a string.
260
+ *
261
+ * @return string
262
+ */
263
+ public function get_level() {
264
+ $current_level = tribe_get_option( 'logging_level', null );
265
+ $available_levels = wp_list_pluck( $this->get_logging_levels(), 0 );
266
+
267
+ if ( ! in_array( $current_level, $available_levels ) ) {
268
+ $current_level = self::DISABLE;
269
+ }
270
+
271
+ return $current_level;
272
+ }
273
+
274
+ /**
275
+ * Returns a list of logging levels.
276
+ *
277
+ * The format is an array of arrays, each inner array being comprised of the
278
+ * level code (index 0) and a human readable description (index 1).
279
+ *
280
+ * The ordering of the inner arrays is critical as it dictates what will be logged
281
+ * when a given logging level is in effect. Example: if the current logging level
282
+ * is "error" mode (only record error-level problems) then debug-level notices will
283
+ * *not* be recorded and nor will warnings.
284
+ *
285
+ * On the other hand, if the current logging level is "debug" then debug level
286
+ * notices *and* all higher levels (including warnings and errors) will be recorded.
287
+ *
288
+ * @return array
289
+ */
290
+ public function get_logging_levels() {
291
+ if ( empty( $this->levels ) ) {
292
+ /**
293
+ * Provides an opportunity to add or remove logging levels. This is expected
294
+ * to be organized as an array of arrays: the ordering of each inner array
295
+ * is critical, see Tribe__Log::get_logging_levels() docs.
296
+ *
297
+ * General form:
298
+ *
299
+ * [
300
+ * [ 'disable' => 'description' ], // * Do not log anything
301
+ * [ 'error' => 'description' ], // ^ Log only the most critical problems
302
+ * [ 'warning' => 'description' ], // | ...
303
+ * [ 'debug' => 'description' ] // v Log as much data as possible, including less important trivia
304
+ * ]
305
+ *
306
+ * @param array $logging_levels
307
+ */
308
+ $this->levels = (array) apply_filters( 'tribe_common_logging_levels', array(
309
+ array( self::DISABLE, __( 'Disabled', 'tribe-common' ) ),
310
+ array( self::ERROR, __( 'Only errors', 'tribe-common' ) ),
311
+ array( self::WARNING, __( 'Warnings and errors', 'tribe-common' ) ),
312
+ array( self::DEBUG, __( 'Full debug (all events)', 'tribe-common' ) ),
313
+ ) );
314
+ }
315
+
316
+ return $this->levels;
317
+ }
318
+
319
+ /**
320
+ * Indicates if errors relating to the specified logging level should indeed
321
+ * be logged.
322
+ *
323
+ * Examples if the current logging level is "warning" (log all warnings and errors):
324
+ *
325
+ * * Returns true for "error"
326
+ * * Returns true for "warning"
327
+ * * Returns false for "debug"
328
+ *
329
+ * The above assumes we are using the default logging levels.
330
+ *
331
+ * @param string $level_code
332
+ *
333
+ * @return bool
334
+ */
335
+ protected function should_log( $level_code ) {
336
+ if ( empty( $this->prioritized_levels ) ) {
337
+ $this->build_prioritized_levels();
338
+ }
339
+
340
+ return $this->prioritized_levels[ $level_code ] <= $this->prioritized_levels[ $this->current_level ];
341
+ }
342
+
343
+ /**
344
+ * Creates a second list of logging levels allowing easy lookup of
345
+ * their relative priorities (ie, a means of quickly checking if
346
+ * an "error" level entry should be recorded when we're in debug
347
+ * mode).
348
+ */
349
+ protected function build_prioritized_levels() {
350
+ foreach ( $this->get_logging_levels() as $index => $level_data ) {
351
+ $this->prioritized_levels[ $level_data[1] ] = $index;
352
+ }
353
+ }
354
+ }
common/src/Tribe/Log/Admin.php ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class Tribe__Log__Admin {
3
+ public function __construct() {
4
+ add_action( 'wp_ajax_tribe_logging_controls', array( $this, 'listen' ) );
5
+ add_action( 'init', array( $this, 'serve_log_downloads' ) );
6
+ add_action( 'init', array( $this, 'register_script' ) );
7
+ }
8
+
9
+ /**
10
+ * Returns the HTML comprising the event log section for use in the
11
+ * Events > Settings > Help screen.
12
+ *
13
+ * @return string
14
+ */
15
+ public function display_log() {
16
+ $log_choices = $this->get_available_logs();
17
+ $log_engines = $this->get_log_engines();
18
+ $log_levels = $this->get_logging_levels();
19
+ $log_entries = $this->get_log_entries();
20
+ $download_url = $this->get_log_url();
21
+
22
+ $this->setup_script();
23
+
24
+ ob_start();
25
+ include trailingslashit( Tribe__Main::instance()->plugin_path ) . 'src/admin-views/event-log.php';
26
+ return ob_get_clean();
27
+ }
28
+
29
+ /**
30
+ * Listens for changes to the event log settings updating and returning
31
+ * an appropriate response.
32
+ */
33
+ public function listen() {
34
+ $fields = wp_parse_args( $_POST, array(
35
+ 'check' => '',
36
+ 'log-level' => '',
37
+ 'log-engine' => '',
38
+ ) );
39
+
40
+ foreach ( $fields as &$single_field ) {
41
+ $single_field = sanitize_text_field( $single_field );
42
+ }
43
+
44
+ if ( ! wp_verify_nonce( $fields['check'], 'logging-controls' ) ) {
45
+ return;
46
+ }
47
+
48
+ /**
49
+ * Fires before log settings are committed.
50
+ *
51
+ * This will not happen unless a nonce check has already passed.
52
+ */
53
+ do_action( 'tribe_common_update_log_settings' );
54
+
55
+ $this->update_logging_level( $fields['log-level'] );
56
+ $this->update_logging_engine( $fields['log-engine'] );
57
+
58
+ /**
59
+ * Fires immediately after log settings have been committed.
60
+ */
61
+ do_action( 'tribe_common_updated_log_settings' );
62
+
63
+ $data = array(
64
+ 'logs' => $this->get_available_logs(),
65
+ );
66
+
67
+ if ( ! empty( $fields['log-view'] ) ) {
68
+ $data['entries'] = $this->get_log_entries( $fields['log-view'] );
69
+ }
70
+
71
+ wp_send_json_success( $data );
72
+ }
73
+
74
+ /**
75
+ * Sets the current logging level to the provided level (if it is a valid
76
+ * level, else will set the level to 'default').
77
+ *
78
+ * @param string $level
79
+ */
80
+ protected function update_logging_level( $level ) {
81
+ $this->log_manager()->set_level( $level );
82
+ }
83
+
84
+ /**
85
+ * Sets the current logging engine to the provided class (if it is a valid
86
+ * and currently available logging class, else will set this to null - ie
87
+ * no logging).
88
+ *
89
+ * @param string $engine
90
+ */
91
+ protected function update_logging_engine( $engine ) {
92
+ try {
93
+ $this->log_manager()->set_current_logger( $engine );
94
+ }
95
+ catch ( Exception $e ) {
96
+ // The class name did not relate to a valid logging engine
97
+ }
98
+ }
99
+
100
+ /**
101
+ * Register our script early.
102
+ */
103
+ public function register_script() {
104
+ wp_register_script(
105
+ 'tribe-common-logging-controls',
106
+ tribe_resource_url( 'admin-log-controls.js', false, 'common' ),
107
+ array( 'jquery' ),
108
+ Tribe__Main::VERSION,
109
+ true
110
+ );
111
+ }
112
+
113
+ /**
114
+ * Adds a script to handle the event log settings.
115
+ */
116
+ protected function setup_script() {
117
+ wp_enqueue_script( 'tribe-common-logging-controls' );
118
+ wp_localize_script( 'tribe-common-logging-controls', 'tribe_logger_data', array(
119
+ 'check' => wp_create_nonce( 'logging-controls' )
120
+ ) );
121
+ }
122
+
123
+ /**
124
+ * Returns a list of logs that are available for perusal.
125
+ *
126
+ * @return array
127
+ */
128
+ protected function get_available_logs() {
129
+ $available_logs = $this->current_logger()->list_available_logs();
130
+
131
+ if ( empty( $available_logs ) ) {
132
+ return array( '' => _x( 'None currently available', 'log selector', 'tribe-common' ) );
133
+ }
134
+
135
+ return $available_logs;
136
+ }
137
+
138
+ /**
139
+ * Returns a list of logging engines that are available for use.
140
+ *
141
+ * @return array
142
+ */
143
+ protected function get_log_engines(){
144
+ $available_engines = $this->log_manager()->get_logging_engines();
145
+
146
+ if ( empty( $available_engines ) ) {
147
+ return array( '' => _x( 'None currently available', 'log engines', 'tribe-common' ) );
148
+ }
149
+
150
+ $engine_list = array();
151
+
152
+ foreach ( $available_engines as $class_name => $engine ) {
153
+ /**
154
+ * @var Tribe__Log__Logger $engine
155
+ */
156
+ $engine_list[ $class_name ] = $engine->get_name();
157
+ }
158
+
159
+ return $engine_list;
160
+ }
161
+
162
+ /**
163
+ * Returns all log entries for the current or specified log.
164
+ *
165
+ * @return array
166
+ */
167
+ protected function get_log_entries( $log = null ) {
168
+ $logger = $this->current_logger();
169
+ $logger->use_log( $log );
170
+ return $logger->retrieve();
171
+ }
172
+
173
+ /**
174
+ * Returns an array of logging levels arranged as key:value pairs, with
175
+ * each key being the level code and the value being the human-friendly
176
+ * description.
177
+ *
178
+ * @return array
179
+ */
180
+ protected function get_logging_levels() {
181
+ $levels = array();
182
+ $available_levels = $this->log_manager()->get_logging_levels();
183
+
184
+ foreach ( $available_levels as $logging_level ) {
185
+ $levels[ $logging_level[0] ] = $logging_level[1];
186
+ }
187
+
188
+ return $levels;
189
+ }
190
+
191
+ /**
192
+ * Provides a URL that can be used to download the current or specified
193
+ * log.
194
+ *
195
+ * @param $log
196
+ *
197
+ * @return string
198
+ */
199
+ protected function get_log_url( $log = null ) {
200
+ $query = array(
201
+ 'tribe-common-log' => 'download',
202
+ 'check' => wp_create_nonce( 'download_log' )
203
+ );
204
+
205
+ $log_download_url = add_query_arg( $query, get_admin_url( null, 'edit.php' ) );
206
+
207
+ return esc_url( $log_download_url );
208
+ }
209
+
210
+ /**
211
+ * Facilitate downloading of logs.
212
+ */
213
+ public function serve_log_downloads() {
214
+ if ( empty( $_GET['tribe-common-log'] ) || 'download' !== $_GET['tribe-common-log'] ) {
215
+ return;
216
+ }
217
+
218
+ if ( ! wp_verify_nonce( @$_GET['check'], 'download_log' ) ) {
219
+ return;
220
+ }
221
+
222
+ if ( empty( $_GET['log'] ) || ! in_array( $_GET['log'], $this->get_available_logs() ) ) {
223
+ return;
224
+ }
225
+
226
+ $log_name = sanitize_file_name( $_GET['log'] );
227
+ $this->current_logger()->use_log( $log_name );
228
+
229
+ /**
230
+ * Provides an opportunity to modify the recommended filename for a downloaded
231
+ * log file.
232
+ *
233
+ * @param string $log_name
234
+ */
235
+ $log_name = apply_filters( 'tribe_common_log_download_filename', $log_name );
236
+
237
+ header( 'Content-Disposition: attachment; filename="tribe-log-' . $log_name . '"' );
238
+ $output = fopen( 'php://output', 'w' );
239
+
240
+ foreach ( $this->current_logger()->retrieve() as $log_entry ) {
241
+ fputcsv( $output, $log_entry );
242
+ }
243
+
244
+ fclose( $output );
245
+ exit();
246
+ }
247
+
248
+ /**
249
+ * Returns a reference to the main log management object.
250
+ *
251
+ * @return Tribe__Log
252
+ */
253
+ protected function log_manager() {
254
+ return Tribe__Main::instance()->log();
255
+ }
256
+
257
+ /**
258
+ * Returns the currently enabled logging object or null if it is not
259
+ * available.
260
+ *
261
+ * @return Tribe__Log__Logger|null
262
+ */
263
+ protected function current_logger() {
264
+ return Tribe__Main::instance()->log()->get_current_logger();
265
+ }
266
+ }
common/src/Tribe/Log/File_Logger.php ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Simple file based logging implementation.
4
+ *
5
+ * By default, this logger uses the system temporary directory for logging
6
+ * purposes and performs daily log rotation.
7
+ */
8
+ class Tribe__Log__File_Logger implements Tribe__Log__Logger {
9
+ protected $module_id = 'tribe_tmp_file_logger';
10
+ protected $log_dir = '';
11
+ protected $log_file = '';
12
+ protected $context = 'a';
13
+ protected $handle;
14
+
15
+ public function __construct() {
16
+ $this->set_log_dir();
17
+ $this->set_log_file();
18
+ }
19
+
20
+ public function __destruct() {
21
+ $this->close_handle();
22
+ }
23
+
24
+ protected function set_log_dir() {
25
+ /**
26
+ * Controls the directory used for logging.
27
+ *
28
+ * @var string $log_dir
29
+ */
30
+ $this->log_dir = apply_filters( 'tribe_file_logger_directory', sys_get_temp_dir() );
31
+ }
32
+
33
+ /**
34
+ * Sets the path for the log file we're currently interested in using.
35
+ *
36
+ * @param string $date = null
37
+ */
38
+ protected function set_log_file( $date = null ) {
39
+ $this->log_file = $this->get_log_file_name( $date );
40
+ $this->obtain_handle();
41
+ }
42
+
43
+ /**
44
+ * Used to switch between contexts for reading ('r') and writing
45
+ * ('a' := append) modes.
46
+ *
47
+ * @see fopen() documentation
48
+ *
49
+ * @param string $context
50
+ */
51
+ protected function set_context( $context ) {
52
+ $this->context = $context;
53
+ $this->close_handle();
54
+ $this->obtain_handle();
55
+ }
56
+
57
+ /**
58
+ * Attempts to obtain a file handle for the current log file.
59
+ */
60
+ protected function obtain_handle() {
61
+ $this->close_handle();
62
+ $this->handle = fopen( $this->log_file, $this->context );
63
+ }
64
+
65
+ /**
66
+ * Closes the current file handle, if one is open.
67
+ */
68
+ protected function close_handle() {
69
+ // is_resource() only returns true for open resources
70
+ if ( is_resource( $this->handle ) ) {
71
+ fclose( $this->handle );
72
+ }
73
+ }
74
+
75
+ /**
76
+ * Returns the log name to be used for reading/writing events for a specified date
77
+ * (defaulting to today, if no date is specified).
78
+ *
79
+ * @param string $date = null
80
+ *
81
+ * @return string
82
+ */
83
+ protected function get_log_file_name( $date = null ) {
84
+ if ( null === $date ) {
85
+ $date = date_i18n( 'Y-m-d' );
86
+ }
87
+
88
+ $filename = $this->log_dir . DIRECTORY_SEPARATOR . $this->get_log_file_basename() . $date . '.log';
89
+
90
+ /**
91
+ * Dictates the filename of the log used to record events for the specified date.
92
+ *
93
+ * @var string $filename
94
+ * @var string $date
95
+ */
96
+ return apply_filters( 'tribe_file_logger_filename', $filename, $date );
97
+ }
98
+
99
+ protected function get_log_file_basename() {
100
+ /**
101
+ * Log files share a common prefix, which aids identifying archived/rotated logs.
102
+ * This filter allows a degree of control to be exercised over the prefix to avoid
103
+ * conflicts, etc.
104
+ *
105
+ * @var string $log_file_base_name
106
+ */
107
+ return apply_filters( 'tribe_file_logger_file_prefix', $this->module_id . '_' );
108
+ }
109
+
110
+ /**
111
+ * Returns a 'human friendly' name for the logging implementation.
112
+ *
113
+ * @return string
114
+ */
115
+ public function get_name() {
116
+ return __( 'Default (uses temporary files)', 'tribe-common' );
117
+ }
118
+
119
+ /**
120
+ * Indicates if the logger will work in the current environment.
121
+ *
122
+ * @return bool
123
+ */
124
+ public function is_available() {
125
+ return is_writable( $this->log_dir ) && is_readable( $this->log_dir );
126
+ }
127
+
128
+ /**
129
+ * Responsible for commiting the entry to the log.
130
+ *
131
+ * @param string $entry
132
+ * @param string $type
133
+ * @param string $src
134
+ */
135
+ public function log( $entry, $type = Tribe__Log::DEBUG, $src = '' ) {
136
+ // Ensure we're in 'append' mode before we try to write
137
+ if ( 'a' !== $this->context ) {
138
+ $this->set_context( 'a' );
139
+ }
140
+
141
+ fputcsv( $this->handle, array( date_i18n( 'Y-m-d H:i:s' ), $entry, $type, $src ) );
142
+ }
143
+
144
+ /**
145
+ * Retrieve up to $limit most recent log entries in reverse chronological
146
+ * order. If $limit is a negative or zero value, there is no limit.
147
+ *
148
+ * Supports passing a 'log' argument to recover
149
+ *
150
+ * @see Tribe__Log__Logger::list_available_logs()
151
+ *
152
+ * @param int $limit
153
+ * @param array $args
154
+ *
155
+ * @return array
156
+ */
157
+ public function retrieve( $limit = 0, array $args = array() ) {
158
+ // Ensure we're in 'read' mode before we try to retrieve
159
+ if ( 'r' !== $this->context ) {
160
+ $this->set_context( 'r' );
161
+ }
162
+
163
+ $rows = array();
164
+
165
+ while ( $current_row = fgetcsv( $this->handle ) ) {
166
+ if ( $limit && $limit === count( $rows ) ) {
167
+ array_shift( $rows );
168
+ }
169
+
170
+ $rows[] = $current_row;
171
+ }
172
+
173
+ return array_reverse( $rows );
174
+ }
175
+
176
+ /**
177
+ * Returns a list of currently accessible logs (current first, oldest last).
178
+ * Each is refered to by date.
179
+ *
180
+ * Example:
181
+ *
182
+ * [ '2016-12-31',
183
+ * '2016-12-30',
184
+ * '2016-12-30',
185
+ * '2016-12-30',
186
+ * '2016-12-30', ... ]
187
+ *
188
+ * @return array
189
+ */
190
+ public function list_available_logs() {
191
+ $logs = array();
192
+ $basename = $this->get_log_file_basename();
193
+
194
+ // Look through the log storage directory
195
+ foreach ( new DirectoryIterator( $this->log_dir ) as $node ) {
196
+ $name = $node->getFilename();
197
+
198
+ // Skip unless it is a .log file with the expected prefix
199
+ if ( 'log' !== $node->getExtension() || 0 !== strpos( $name, $basename ) ) {
200
+ continue;
201
+ }
202
+
203
+ if ( preg_match( '/([0-9]{4}\-[0-9]{2}\-[0-9]{2})/', $name, $matches ) ) {
204
+ $logs[] = $matches[1];
205
+ }
206
+ }
207
+
208
+ rsort( $logs );
209
+ return $logs;
210
+ }
211
+
212
+ /**
213
+ * Switches to the specified log. The $log_identifier should take the
214
+ * form of a "yyyy-mm-dd" format date string.
215
+ *
216
+ * If optional param $create is true then it will try to create a log
217
+ * using the provided identifier. If the log does not exist, cannot be
218
+ * created or an invalid identifier has been passed in then boolean false
219
+ * will be returned, otherwise it will attempt to switch to the new log.
220
+ *
221
+ * @param mixed $log_identifier
222
+ * @param bool $create
223
+ *
224
+ * @return bool
225
+ */
226
+ public function use_log( $log_identifier, $create = false ) {
227
+ $log_file = $this->get_log_file_name( $log_identifier );
228
+ $exists = file_exists( $log_file );
229
+
230
+ if ( ! $exists && ! $create ) {
231
+ return false;
232
+ }
233
+
234
+ if ( ! $exists && $create && preg_match( '/^([0-9]{4}\-[0-9]{2}\-[0-9]{2})$/', $log_file ) ) {
235
+ if ( false === file_put_contents( $log_file, '' ) ) {
236
+ return false;
237
+ }
238
+ }
239
+
240
+ $this->set_log_file( $log_identifier );
241
+ return true;
242
+ }
243
+
244
+ /**
245
+ * Performs routine maintenance and cleanup work (such as log rotation)
246
+ * whenever it is called.
247
+ */
248
+ public function cleanup() {
249
+ // Default to retaining 7 days worth of logs
250
+ $cutoff = date_i18n( 'Y-m-d', current_time( 'timestamp' ) - WEEK_IN_SECONDS );
251
+
252
+ /**
253
+ * Logs falling on or earlier than this date will be removed.
254
+ *
255
+ * @param string $cutoff 'Y-m-d' format date string
256
+ */
257
+ $cutoff = apply_filters( 'tribe_file_logger_cutoff', $cutoff );
258
+
259
+ foreach ( $this->list_available_logs() as $available_log ) {
260
+ if ( $available_log <= $cutoff ) {
261
+ unlink( $this->get_log_file_name( $available_log ) );
262
+ }
263
+ }
264
+ }
265
+ }
common/src/Tribe/Log/Logger.php ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Specifies the minimal interface required of all logging implementations.
4
+ */
5
+ interface Tribe__Log__Logger {
6
+ /**
7
+ * Indicates if the logger will work in the current environment.
8
+ *
9
+ * @return bool
10
+ */
11
+ public function is_available();
12
+
13
+ /**
14
+ * Returns a 'human friendly' name for the logging implementation.
15
+ *
16
+ * @return string
17
+ */
18
+ public function get_name();
19
+
20
+ /**
21
+ * Responsible for commiting the entry to the log (but only if the debug level
22
+ * is appropriate).
23
+ *
24
+ * @param string $entry
25
+ * @param string $type
26
+ * @param string $src
27
+ */
28
+ public function log( $entry, $type = Tribe__Log::DEBUG, $src = '' );
29
+
30
+ /**
31
+ * Retrieve up to $limit most recent log entries in reverse chronological
32
+ * order. If $limit is a negative or zero value, there is no limit.
33
+ *
34
+ * Implementation-specific arguments can optionally be provided as a second
35
+ * parameter. This may include support for a 'log' param where an identifer
36
+ * obtained via the list_availalbe_logs() method is passed in order to query
37
+ * a specific archived log.
38
+ *
39
+ * @see Tribe__Log__Logger::list_available_logs()
40
+ *
41
+ * @param int $limit
42
+ * @param array $args
43
+ *
44
+ * @return array
45
+ */
46
+ public function retrieve( $limit = 0, array $args = array() );
47
+
48
+ /**
49
+ * Returns a list of currently accessible logs (current first, oldest last).
50
+ *
51
+ * This can be useful if, for instance, a particular logger organizes logging
52
+ * by dates and keeps an archive of upto 1 week's worth of logs - in which case
53
+ * the array might look like:
54
+ *
55
+ * [ '2016-12-31',
56
+ * '2016-12-30',
57
+ * '2016-12-30',
58
+ * '2016-12-30',
59
+ * '2016-12-30', ... ]
60
+ *
61
+ * Note that a) the array may be empty and b) it won't necessarily contain
62
+ * date strings, it could contain identifiers like 'current', 'prev', 'prev2'
63
+ * or really anything the logging engine prefers.
64
+ *
65
+ * @return array
66
+ */
67
+ public function list_available_logs();
68
+
69
+ /**
70
+ * Switches to the specified log.
71
+ *
72
+ * If optional param $create is true the logger will try to create a new log
73
+ * using the provided identifier if it doesn't already exist.
74
+ *
75
+ * @param mixed $log_identifier
76
+ * @param bool $create
77
+ *
78
+ * @return bool
79
+ */
80
+ public function use_log( $log_identifier, $create = false );
81
+
82
+
83
+ /**
84
+ * Performs routine maintenance and cleanup work (such as log rotation)
85
+ * whenever it is called.
86
+ */
87
+ public function cleanup();
88
+ }
common/src/Tribe/Log/Null_Logger.php ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Null_Logger
6
+ *
7
+ * Logs nothing, reads nothing.
8
+ */
9
+ class Tribe__Log__Null_Logger implements Tribe__Log__Logger{
10
+
11
+ /**
12
+ * Indicates if the logger will work in the current environment.
13
+ *
14
+ * @return bool
15
+ */
16
+ public function is_available() {
17
+ return true;
18
+ }
19
+
20
+ /**
21
+ * Returns a 'human friendly' name for the logging implementation.
22
+ *
23
+ * @return string
24
+ */
25
+ public function get_name() {
26
+ return __( 'Null logger (will log nothing)', 'tribe-common' );
27
+ }
28
+
29
+ /**
30
+ * Responsible for commiting the entry to the log (but only if the debug level
31
+ * is appropriate).
32
+ *
33
+ * @param string $entry
34
+ * @param string $type
35
+ * @param string $src
36
+ */
37
+ public function log( $entry, $type = Tribe__Log::DEBUG, $src = '' ) {
38
+ // no-op
39
+ }
40
+
41
+ /**
42
+ * Retrieve up to $limit most recent log entries in reverse chronological
43
+ * order. If $limit is a negative or zero value, there is no limit.
44
+ *
45
+ * Implementation-specific arguments can optionally be provided as a second
46
+ * parameter. This may include support for a 'log' param where an identifer
47
+ * obtained via the list_availalbe_logs() method is passed in order to query
48
+ * a specific archived log.
49
+ *
50
+ * @see Tribe__Log__Logger::list_available_logs()
51
+ *
52
+ * @param int $limit
53
+ * @param array $args
54
+ *
55
+ * @return array
56
+ */
57
+ public function retrieve( $limit = 0, array $args = array() ) {
58
+ return array();
59
+ }
60
+
61
+ /**
62
+ * Returns a list of currently accessible logs (current first, oldest last).
63
+ *
64
+ * This can be useful if, for instance, a particular logger organizes logging
65
+ * by dates and keeps an archive of upto 1 week's worth of logs - in which case
66
+ * the array might look like:
67
+ *
68
+ * [ '2016-12-31',
69
+ * '2016-12-30',
70
+ * '2016-12-30',
71
+ * '2016-12-30',
72
+ * '2016-12-30', ... ]
73
+ *
74
+ * Note that a) the array may be empty and b) it won't necessarily contain
75
+ * date strings, it could contain identifiers like 'current', 'prev', 'prev2'
76
+ * or really anything the logging engine prefers.
77
+ *
78
+ * @return array
79
+ */
80
+ public function list_available_logs() {
81
+ return array();
82
+ }
83
+
84
+ /**
85
+ * Switches to the specified log.
86
+ *
87
+ * If optional param $create is true the logger will try to create a new log
88
+ * using the provided identifier if it doesn't already exist.
89
+ *
90
+ * @param mixed $log_identifier
91
+ * @param bool $create
92
+ *
93
+ * @return bool
94
+ */
95
+ public function use_log( $log_identifier, $create = false ) {
96
+ // no-op
97
+ }
98
+
99
+ /**
100
+ * Performs routine maintenance and cleanup work (such as log rotation)
101
+ * whenever it is called.
102
+ */
103
+ public function cleanup() {
104
+ // no-op
105
+ }
106
+ }
common/src/Tribe/Main.php CHANGED
@@ -17,12 +17,13 @@ class Tribe__Main {
17
  const OPTIONNAME = 'tribe_events_calendar_options';
18
  const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
19
 
20
- const VERSION = '4.1.2';
21
  const FEED_URL = 'https://theeventscalendar.com/feed/';
22
 
23
  protected $plugin_context;
24
  protected $plugin_context_class;
25
  protected $doing_ajax = false;
 
26
 
27
  public static $tribe_url = 'http://tri.be/';
28
  public static $tec_url = 'http://theeventscalendar.com/';
@@ -89,6 +90,9 @@ class Tribe__Main {
89
 
90
  require_once $this->plugin_path . 'src/functions/template-tags/general.php';
91
  require_once $this->plugin_path . 'src/functions/template-tags/date.php';
 
 
 
92
  }
93
 
94
  /**
@@ -161,7 +165,7 @@ class Tribe__Main {
161
  public function add_hooks() {
162
  add_action( 'plugins_loaded', array( 'Tribe__App_Shop', 'instance' ) );
163
 
164
- add_action( 'init', array( $this, 'load_text_domain' ), 1 );
165
 
166
  // Register for the assets to be availble everywhere
167
  add_action( 'init', array( $this, 'register_resources' ), 1 );
@@ -172,11 +176,42 @@ class Tribe__Main {
172
  }
173
 
174
  /**
175
- * Loads the textdomain
 
 
 
 
 
 
 
176
  */
177
- public function load_text_domain() {
178
- $dir = basename( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) ) . '/common/lang/';
179
- load_plugin_textdomain( 'tribe-common', false, $dir );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  }
181
 
182
  public function admin_enqueue_scripts() {
@@ -190,6 +225,13 @@ class Tribe__Main {
190
  }
191
  }
192
 
 
 
 
 
 
 
 
193
  /**
194
  * Returns the post types registered by Tribe plugins
195
  */
@@ -293,4 +335,4 @@ class Tribe__Main {
293
 
294
  return $instance;
295
  }
296
- }
17
  const OPTIONNAME = 'tribe_events_calendar_options';
18
  const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
19
 
20
+ const VERSION = '4.2';
21
  const FEED_URL = 'https://theeventscalendar.com/feed/';
22
 
23
  protected $plugin_context;
24
  protected $plugin_context_class;
25
  protected $doing_ajax = false;
26
+ protected $log;
27
 
28
  public static $tribe_url = 'http://tri.be/';
29
  public static $tec_url = 'http://theeventscalendar.com/';
90
 
91
  require_once $this->plugin_path . 'src/functions/template-tags/general.php';
92
  require_once $this->plugin_path . 'src/functions/template-tags/date.php';
93
+
94
+ // Starting the log manager needs to wait until after the tribe_*_option() functions have loaded
95
+ $this->log = new Tribe__Log();
96
  }
97
 
98
  /**
165
  public function add_hooks() {
166
  add_action( 'plugins_loaded', array( 'Tribe__App_Shop', 'instance' ) );
167
 
168
+ $this->load_text_domain( 'tribe-common', basename( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) ) . '/common/lang/' );
169
 
170
  // Register for the assets to be availble everywhere
171
  add_action( 'init', array( $this, 'register_resources' ), 1 );
176
  }
177
 
178
  /**
179
+ * A Helper method to load text domain
180
+ * First it tries to load the wp-content/languages translation then if falls to the
181
+ * try to load $dir language files
182
+ *
183
+ * @param string $domain The text domain that will be loaded
184
+ * @param string $dir What directory should be used to try to load if the default doenst work
185
+ *
186
+ * @return bool If it was able to load the text domain
187
  */
188
+ public function load_text_domain( $domain, $dir = false ) {
189
+ // Added safety just in case this runs twice...
190
+ if ( is_textdomain_loaded( $domain ) ) {
191
+ return true;
192
+ }
193
+
194
+ $locale = get_locale();
195
+ $mofile = WP_LANG_DIR . '/plugins/' . $domain . '-' . $locale . '.mo';
196
+
197
+ /**
198
+ * Allows users to filter which file will be loaded for a given text domain
199
+ * Be careful when using this filter, it will apply across the whole plugin suite.
200
+ *
201
+ * @param string $mofile The path for the .mo File
202
+ * @param string $domain Which plugin domain we are trying to load
203
+ * @param string $locale Which Language we will load
204
+ * @param string|bool $dir If there was a custom directory passed on the method call
205
+ */
206
+ $mofile = apply_filters( 'tribe_load_text_domain', $mofile, $domain, $locale, $dir );
207
+
208
+ $loaded = load_plugin_textdomain( $domain, false, $mofile );
209
+
210
+ if ( $dir !== false && ! $loaded ) {
211
+ return load_plugin_textdomain( $domain, false, $dir );
212
+ }
213
+
214
+ return $loaded;
215
  }
216
 
217
  public function admin_enqueue_scripts() {
225
  }
226
  }
227
 
228
+ /**
229
+ * @return Tribe__Log
230
+ */
231
+ public function log() {
232
+ return $this->log;
233
+ }
234
+
235
  /**
236
  * Returns the post types registered by Tribe plugins
237
  */
335
 
336
  return $instance;
337
  }
338
+ }
common/src/Tribe/PUE/Checker.php CHANGED
@@ -421,14 +421,11 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
421
  if ( empty( $pluginInfo ) ) {
422
  $response['message'] = esc_html__( 'Sorry, key validation server is not available.', 'tribe-common' );
423
  } elseif ( isset( $pluginInfo->api_expired ) && $pluginInfo->api_expired == 1 ) {
424
- $response['message'] = esc_html__( 'Sorry, this key is expired.', 'tribe-common' );
425
-
426
  } elseif ( isset( $pluginInfo->api_upgrade ) && $pluginInfo->api_upgrade == 1 ) {
427
- $problem = __( 'Sorry, this key is out of installs.', 'tribe-common' );
428
- $helpful_link = sprintf( '<a href="%s" target="_blank">%s</a>', 'http://m.tri.be/lz', __( 'Why am I seeing this message?' ) );
429
- $response['message'] = "$problem $helpful_link";
430
  } elseif ( isset( $pluginInfo->api_invalid ) && $pluginInfo->api_invalid == 1 ) {
431
- $response['message'] = esc_html__( 'Sorry, this key is not valid.', 'tribe-common' );
432
  } else {
433
  $api_secret_key = get_option( $this->pue_install_key );
434
  if ( $api_secret_key && $api_secret_key === $queryArgs['pu_install_key'] ){
@@ -451,6 +448,28 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
451
  exit;
452
  }
453
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
 
455
  /**
456
  * Echo JSON formatted errors
@@ -465,29 +484,34 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
465
  return;
466
  }
467
 
 
 
 
 
468
  //only display messages if there is a new version of the plugin.
469
  if ( version_compare( $pluginInfo->version, $this->get_installed_version(), '>' ) ) {
470
- if ( $pluginInfo->api_invalid && current_user_can( 'administrator' ) ) {
471
- $msg = str_replace( '%plugin_name%', '<b>' . $this->get_plugin_name() . '</b>', $pluginInfo->api_invalid_message );
472
- $msg = str_replace( '%plugin_slug%', $this->get_slug(), $msg );
473
- $msg = str_replace( '%update_url%', $this->get_pue_update_url(), $msg );
474
- $msg = str_replace( '%version%', $pluginInfo->version, $msg );
475
  }
476
 
477
- if ( isset( $msg ) ) {
478
- //Dismiss code idea below is obtained from the Gravity Forms Plugin by rocketgenius.com
479
- ?>
480
- <div class="updated" style="padding:5px; position:relative;" id="pu_dashboard_message"><?php echo $msg ?>
481
- <a href="javascript:void(0);" onclick="PUDismissUpgrade();" style='float:right;'>[X]</a>
482
- </div>
483
- <script type="text/javascript">
484
- function PUDismissUpgrade() {
485
- jQuery("#pu_dashboard_message").slideUp();
486
- jQuery.post(ajaxurl, {action: "<?php echo $this->dismiss_upgrade; ?>", version: "<?php echo $pluginInfo->version; ?>", cookie: encodeURIComponent(document.cookie)});
487
- }
488
- </script>
 
 
 
 
 
489
  <?php
490
- }
491
  }
492
  }
493
 
421
  if ( empty( $pluginInfo ) ) {
422
  $response['message'] = esc_html__( 'Sorry, key validation server is not available.', 'tribe-common' );
423
  } elseif ( isset( $pluginInfo->api_expired ) && $pluginInfo->api_expired == 1 ) {
424
+ $response['message'] = $this->get_api_message( $pluginInfo );
 
425
  } elseif ( isset( $pluginInfo->api_upgrade ) && $pluginInfo->api_upgrade == 1 ) {
426
+ $response['message'] = $this->get_api_message( $pluginInfo );
 
 
427
  } elseif ( isset( $pluginInfo->api_invalid ) && $pluginInfo->api_invalid == 1 ) {
428
+ $response['message'] = $this->get_api_message( $pluginInfo );
429
  } else {
430
  $api_secret_key = get_option( $this->pue_install_key );
431
  if ( $api_secret_key && $api_secret_key === $queryArgs['pu_install_key'] ){
448
  exit;
449
  }
450
 
451
+ /**
452
+ * processes variable substitutions for server-side API message
453
+ */
454
+ private function get_api_message( $info ) {
455
+ // this default message should never show, but is here as a fallback just in case.
456
+ $message = sprintf(
457
+ esc_html__( 'Sorry, there is a problem with your license key. You\'ll need to %scheck your license%s to have access to updates, downloads, and support.', 'tribe-common' ),
458
+ '<a href="https://theeventscalendar.com/license-keys/">',
459
+ '</a>'
460
+ );
461
+
462
+ if ( ! empty( $info->api_invalid_message ) ) {
463
+ $message = wp_kses( $info->api_invalid_message, 'post' );
464
+ }
465
+
466
+ $message = str_replace( '%plugin_name%', '<b>' . $this->get_plugin_name() . '</b>', $message );
467
+ $message = str_replace( '%plugin_slug%', $this->get_slug(), $message );
468
+ $message = str_replace( '%update_url%', $this->get_pue_update_url(), $message );
469
+ $message = str_replace( '%version%', $info->version, $message );
470
+
471
+ return $message;
472
+ }
473
 
474
  /**
475
  * Echo JSON formatted errors
484
  return;
485
  }
486
 
487
+ if ( ! current_user_can( 'administrator' ) ) {
488
+ return;
489
+ }
490
+
491
  //only display messages if there is a new version of the plugin.
492
  if ( version_compare( $pluginInfo->version, $this->get_installed_version(), '>' ) ) {
493
+ if ( empty( $pluginInfo->api_invalid ) || $pluginInfo->api_invalid != 1 ) {
494
+ return;
 
 
 
495
  }
496
 
497
+ $msg = $this->get_api_message( $pluginInfo );
498
+
499
+ //Dismiss code idea below is obtained from the Gravity Forms Plugin by rocketgenius.com
500
+ ?>
501
+ <div class="updated" style="padding:5px; position:relative;" id="pu_dashboard_message"><?php echo wp_kses( $msg, 'post' ); ?>
502
+ <a href="javascript:void(0);" onclick="PUDismissUpgrade();" style="float:right;">[X]</a>
503
+ </div>
504
+ <script type="text/javascript">
505
+ function PUDismissUpgrade() {
506
+ jQuery("#pu_dashboard_message").slideUp();
507
+ jQuery.post( ajaxurl, {
508
+ action: "<?php echo esc_attr( $this->dismiss_upgrade ); ?>",
509
+ version: "<?php echo esc_attr( $pluginInfo->version ); ?>",
510
+ cookie: encodeURIComponent(document.cookie)
511
+ } );
512
+ }
513
+ </script>
514
  <?php
 
515
  }
516
  }
517
 
common/src/Tribe/Utils/Coordinates_Provider.php ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Utils__Coordinates_Provider
6
+ *
7
+ * Provided latitude and longitude coordinates for a location.
8
+ */
9
+ class Tribe__Utils__Coordinates_Provider {
10
+
11
+ /**
12
+ * @var string
13
+ */
14
+ public static $google_api_base = 'http://maps.googleapis.com/maps/api/geocode/';
15
+
16
+ /**
17
+ * @var string
18
+ */
19
+ public static $google_api_json_format = 'json';
20
+
21
+ /**
22
+ * @var string
23
+ */
24
+ public static $transient_name = 'tribe_resolved_address_coordinates';
25
+
26
+ /**
27
+ * @var bool
28
+ */
29
+ protected $transient = false;
30
+
31
+ /**
32
+ * @var WP_Http
33
+ */
34
+ private $http;
35
+
36
+ /**
37
+ * @var Tribe__Utils__Coordinates_Provider
38
+ */
39
+ protected static $instance;
40
+
41
+ /**
42
+ * The class singleton constructor.
43
+ *
44
+ * @return Tribe__Utils__Coordinates_Provider
45
+ */
46
+ public static function instance() {
47
+ if ( empty( self::$instance ) ) {
48
+ self::$instance = new self();
49
+ }
50
+
51
+ return self::$instance;
52
+ }
53
+
54
+ /**
55
+ * Tribe__Utils__Coordinates_Provider constructor.
56
+ *
57
+ * @param WP_Http|null $http
58
+ */
59
+ public function __construct( WP_Http $http = null ) {
60
+ $this->http = ! empty( $http ) ? $http : _wp_http_get_object();
61
+ }
62
+
63
+ /**
64
+ * @param string|array $address
65
+ */
66
+ public function provide_coordinates_for_address( $address ) {
67
+
68
+ if ( is_array( $address ) ) {
69
+ $address = implode( ', ', array_filter( array_map( 'trim', $address ) ) );
70
+ }
71
+
72
+ $address = trim( $address );
73
+
74
+ if ( $location = $this->get_resolved( $address ) ) {
75
+ return $location;
76
+ }
77
+
78
+ $base_request_url = trailingslashit( $this->get_google_api_base() ) . $this->get_google_api_json_format();
79
+ $url = esc_url( add_query_arg( array( 'address' => $address ), $base_request_url ) );
80
+ $response = $this->http->get( $url );
81
+
82
+ if ( is_wp_error( $response ) ) {
83
+ return false;
84
+ }
85
+
86
+ $decoded = json_decode( $response['body'], true );
87
+
88
+ if ( empty( $decoded['status'] ) || 'OK' !== $decoded['status'] ) {
89
+ return false;
90
+ }
91
+
92
+ if ( empty( $decoded['results'][0]['place_id'] ) || empty( $decoded['results'][0]['geometry']['location']['lat'] ) || empty( $decoded['results'][0]['geometry']['location']['lng'] ) ) {
93
+ return false;
94
+ }
95
+
96
+ $location = $decoded['results'][0]['geometry']['location'];
97
+
98
+ $updated_transient = array_merge( $this->get_transient(), array( $address => $location ) );
99
+ set_transient( self::$transient_name, $updated_transient );
100
+ $this->transient = $updated_transient;
101
+
102
+ return $location;
103
+ }
104
+
105
+ /**
106
+ * @return null|WP_Http
107
+ */
108
+ public function get_http() {
109
+ return $this->http;
110
+ }
111
+
112
+ protected function get_google_api_base() {
113
+ return self::$google_api_base;
114
+ }
115
+
116
+ protected function get_google_api_json_format() {
117
+ return self::$google_api_json_format;
118
+ }
119
+
120
+ protected function get_transient() {
121
+ if ( ! is_array( $this->transient ) ) {
122
+ $transient = get_transient( self::$transient_name );
123
+ $this->transient = is_array( $transient ) ? $transient : array();
124
+ }
125
+
126
+ return $this->transient;
127
+ }
128
+
129
+ protected function get_resolved( $address ) {
130
+ $transient = $this->get_transient();
131
+
132
+ return isset( $transient[ $address ] ) ? $transient[ $address ] : false;
133
+ }
134
+ }
common/src/Tribe/Utils/Post_Root_Pool.php ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ class Tribe__Utils__Post_Root_Pool {
5
+
6
+ /**
7
+ * @var string
8
+ */
9
+ protected $pool_transient_name = 'tribe_ticket_prefix_pool';
10
+
11
+ /**
12
+ * @var array|bool
13
+ */
14
+ protected static $prefix_pool = false;
15
+
16
+ /**
17
+ * @var string
18
+ */
19
+ protected $root_separator = '-';
20
+
21
+ /**
22
+ * @var array
23
+ */
24
+ protected $postfix = 1;
25
+
26
+ /**
27
+ * @var WP_Post
28
+ */
29
+ protected $current_post = null;
30
+
31
+ /**
32
+ * Generates a unique root for a post using its post_name.
33
+ *
34
+ * @param WP_Post $post
35
+ *
36
+ * @return string
37
+ */
38
+ public function generate_unique_root( WP_Post $post ) {
39
+ $post_name = $post->post_name;
40
+
41
+ $this->current_post = $post;
42
+ $flipped_pool = array_flip( $this->fetch_pool() );
43
+
44
+ if ( isset( $flipped_pool[ $this->current_post->ID ] ) ) {
45
+ return $flipped_pool[ $this->current_post->ID ] . $this->root_separator;
46
+ }
47
+
48
+ $root = $this->build_root_from( $post_name );
49
+
50
+ return $root . $this->root_separator;
51
+ }
52
+
53
+ /**
54
+ * @param string $post_name
55
+ *
56
+ * @param string $postfix
57
+ *
58
+ * @return string
59
+ */
60
+ protected function build_root_from( $post_name, $postfix = '' ) {
61
+ $candidate = $this->build_root_candidate( $post_name, $postfix );
62
+
63
+ $initial_candidate = $candidate;
64
+
65
+ while ( $this->is_in_pool( $candidate ) ) {
66
+ $postfix = $this->postfix;
67
+ $candidate = $initial_candidate . '-' . $postfix;
68
+ $this->postfix ++;
69
+ }
70
+
71
+ $this->postfix = 1;
72
+
73
+ $this->insert_root_in_pool( $candidate );
74
+
75
+ return $candidate;
76
+ }
77
+
78
+ /**
79
+ * @return string
80
+ */
81
+ public function get_pool_transient_name() {
82
+ return $this->pool_transient_name;
83
+ }
84
+
85
+ /**
86
+ * @param $string
87
+ *
88
+ * @return string
89
+ */
90
+ protected function uc_first_letter( $string ) {
91
+ return is_numeric( $string ) ? $string : strtoupper( $string[0] );
92
+ }
93
+
94
+ /**
95
+ * @param string $candidate
96
+ */
97
+ protected function is_in_pool( $candidate ) {
98
+ $pool = $this->fetch_pool();
99
+
100
+ return isset( $pool[ $candidate ] );
101
+ }
102
+
103
+ /**
104
+ * @return array
105
+ */
106
+ protected function fetch_pool() {
107
+ if ( false === self::$prefix_pool ) {
108
+ $this->maybe_init_pool();
109
+ }
110
+
111
+ return self::$prefix_pool;
112
+ }
113
+
114
+ protected function maybe_init_pool() {
115
+ self::$prefix_pool = get_transient( $this->pool_transient_name );
116
+ if ( self::$prefix_pool === false ) {
117
+ self::$prefix_pool = array();
118
+ set_transient( $this->pool_transient_name, array() );
119
+ }
120
+ }
121
+
122
+ /**
123
+ * @param string $unique_root
124
+ */
125
+ protected function insert_root_in_pool( $unique_root ) {
126
+ $prefix_pool = $this->fetch_pool();
127
+ $prefix_pool[ $unique_root ] = $this->current_post->ID;
128
+ self::$prefix_pool = $prefix_pool;
129
+ set_transient( $this->pool_transient_name, $prefix_pool );
130
+ }
131
+
132
+ public static function reset_pool() {
133
+ self::$prefix_pool = false;
134
+ }
135
+
136
+ /**
137
+ * @param $post_name
138
+ * @param $postfix
139
+ *
140
+ * @return string
141
+ */
142
+ protected function build_root_candidate( $post_name, $postfix ) {
143
+ $frags = explode( '-', $post_name );
144
+
145
+ $candidate = implode( '', array_map( 'strtoupper', $frags ) );
146
+
147
+ if ( strlen( $candidate ) > 9 ) {
148
+ $frags = array_filter( $frags );
149
+ $candidate = implode( '', array_map( array( $this, 'uc_first_letter' ), $frags ) );
150
+ }
151
+
152
+ $candidate = $candidate . $postfix;
153
+
154
+ return $candidate;
155
+ }
156
+
157
+ /**
158
+ * Primes the post pool.
159
+ *
160
+ * @param array $pool
161
+ * @param bool $override_transient If `true` the transient too will be overwritten.
162
+ */
163
+ public function set_pool( array $pool, $override_transient = false ) {
164
+ self::$prefix_pool = $pool;
165
+ if ( $override_transient ) {
166
+ set_transient( $this->pool_transient_name, $pool );
167
+ }
168
+ }
169
+
170
+ /**
171
+ * Whether the pool transient has been primed or not.
172
+ *
173
+ * @return bool
174
+ */
175
+ public function is_primed() {
176
+ return get_transient( $this->pool_transient_name ) !== false;
177
+ }
178
+
179
+ /**
180
+ * @return array
181
+ */
182
+ public function get_pool() {
183
+ return $this->fetch_pool();
184
+ }
185
+ }
common/src/Tribe/Validate.php CHANGED
@@ -153,7 +153,7 @@ if ( ! class_exists( 'Tribe__Validate' ) ) {
153
  }
154
 
155
  /**
156
- * validates a field as a string containing only letters,
157
  * numbers, dots and carriage returns
158
  *
159
  * @return stdClass validation result object
@@ -167,6 +167,22 @@ if ( ! class_exists( 'Tribe__Validate' ) ) {
167
  $this->result->error = sprintf( esc_html__( '%s must contain numbers, letters and dots only', 'tribe-common' ), $this->label );
168
  }
169
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
 
171
  /**
172
  * validates a field as being positive decimal
@@ -479,6 +495,6 @@ if ( ! class_exists( 'Tribe__Validate' ) ) {
479
  public function none() {
480
  $this->result->valid = true;
481
  }
482
-
483
  } // end class
484
  } // endif class_exists
153
  }
154
 
155
  /**
156
+ * Validates a field as a string containing only letters,
157
  * numbers, dots and carriage returns
158
  *
159
  * @return stdClass validation result object
167
  $this->result->error = sprintf( esc_html__( '%s must contain numbers, letters and dots only', 'tribe-common' ), $this->label );
168
  }
169
  }
170
+
171
+ /**
172
+ * Validates a field as a string containing only letters,
173
+ * numbers, dashes and underscores
174
+ *
175
+ * @return stdClass validation result object
176
+ */
177
+ public function alpha_numeric_with_dashes_and_underscores() {
178
+ $this->value = trim( $this->value );
179
+ if ( preg_match( '/^[a-zA-Z0-9_-]+$/', $this->value ) ) {
180
+ $this->result->valid = true;
181
+ } else {
182
+ $this->result->valid = false;
183
+ $this->result->error = sprintf( esc_html__( '%s must contain numbers, letters, dashes and undescores only', 'tribe-common' ), $this->label );
184
+ }
185
+ }
186
 
187
  /**
188
  * validates a field as being positive decimal
495
  public function none() {
496
  $this->result->valid = true;
497
  }
498
+
499
  } // end class
500
  } // endif class_exists
common/src/admin-views/event-log.php ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @var array $log_choices
4
+ * @var array $log_engines
5
+ * @var array $log_levels
6
+ * @var array $log_entries
7
+ * @var string $download_url
8
+ */
9
+ ?>
10
+ <div id="tribe-log-controls">
11
+
12
+ <?php
13
+ /**
14
+ * Fires within the #tribe-log-controls div, before any of the default
15
+ * controls are generated.
16
+ */
17
+ do_action( 'tribe_common_log_controls_top' );
18
+ ?>
19
+
20
+ <div>
21
+ <label for="log-levels"><?php esc_html_e( 'Logging level', 'tribe-common' ) ?></label>
22
+ <select name="log-level" id="log-level">
23
+ <?php foreach ( $log_levels as $code => $name ): ?>
24
+ <option name="<?php echo esc_attr( $code ) ?>" <?php selected( $code, tribe_get_option( 'logging_level') ); ?>>
25
+ <?php echo esc_html( $name ) ?>
26
+ </option>
27
+ <?php endforeach; ?>
28
+ </select>
29
+ </div>
30
+
31
+ <?php
32
+ /**
33
+ * Fires within the #tribe-log-controls div, after the #log-level control.
34
+ */
35
+ do_action( 'tribe_common_log_controls_after_log_level' );
36
+ ?>
37
+
38
+ <div>
39
+ <label for="log-engine"><?php esc_html_e( 'Method', 'tribe-common' ) ?></label>
40
+ <select name="log-engine" id="log-engine">
41
+ <?php foreach ( $log_engines as $code => $name ): ?>
42
+ <option name="<?php echo esc_attr( $code ) ?>" <?php selected( $code, tribe_get_option( 'logging_engine') ); ?>>
43
+ <?php echo esc_html( $name ) ?>
44
+ </option>
45
+ <?php endforeach; ?>
46
+ </select>
47
+ </div>
48
+
49
+ <?php
50
+ /**
51
+ * Fires within the #tribe-log-controls div, after the #log-engine control.
52
+ */
53
+ do_action( 'tribe_common_log_controls_after_log_engine' );
54
+ ?>
55
+
56
+ <div>
57
+ <label for="log-selector"><?php esc_html_e( 'View', 'tribe-common' ) ?></label>
58
+ <select name="log-selector" id="log-selector">
59
+ <?php foreach ( $log_choices as $name ): ?>
60
+ <option name="<?php echo esc_attr( $name ) ?>"><?php echo esc_html( $name ) ?></option>
61
+ <?php endforeach; ?>
62
+ </select>
63
+ </div>
64
+
65
+ <?php
66
+ /**
67
+ * Fires within the #tribe-log-controls div, after the #log-selector control.
68
+ */
69
+ do_action( 'tribe_common_log_controls_after_log_selector' );
70
+ ?>
71
+
72
+ <div class="working hidden">
73
+ <img src="<?php echo esc_url( get_admin_url( null, '/images/spinner.gif' ) ); ?>" />
74
+ </div>
75
+
76
+ <?php
77
+ /**
78
+ * Fires within the #tribe-log-controls div, after all of the default
79
+ * controls have been generated.
80
+ */
81
+ do_action( 'tribe_common_log_controls_bottom' );
82
+ ?>
83
+
84
+ </div>
85
+
86
+ <div id="tribe-log-viewer">
87
+
88
+ <table>
89
+ <?php foreach ( $log_entries as $data ): ?>
90
+ <tr>
91
+ <?php foreach ( $data as $single_cell ): ?>
92
+ <td><?php echo esc_html( $single_cell ); ?></td>
93
+ <?php endforeach; ?>
94
+ </tr>
95
+ <?php endforeach; ?>
96
+ </table>
97
+
98
+ <?php if ( empty( $log_entries ) ): ?>
99
+ <p><?php esc_html_e( 'The selected log file is empty or has not been generated yet.', 'tribe-common' ); ?></p>
100
+ <?php endif; ?>
101
+
102
+ </div>
103
+
104
+ <p> <a href="<?php echo esc_url( $download_url ) ?>" class="download_log" target="_blank"><?php esc_html_e( 'Download log', 'tribe-common' ); ?> </a> </p>
common/src/admin-views/tribe-options-help.php CHANGED
@@ -70,4 +70,4 @@ $help->add_section_content( 'template-changes', Tribe__Support__Template_Checker
70
  */
71
  do_action( 'tribe_help_sidebar_after' ); ?>
72
 
73
- </div>
70
  */
71
  do_action( 'tribe_help_sidebar_after' ); ?>
72
 
73
+ </div>
common/src/functions/template-tags/date.php CHANGED
@@ -21,7 +21,8 @@ if ( ! function_exists( 'tribe_format_date' ) ) {
21
  * Returns formatted date
22
  *
23
  * @category Events
24
- * @param string $date String representing the datetime, assumed to be UTC (relevant if timezone conversion is used)
 
25
  * @param bool $display_time If true shows date and time, if false only shows date
26
  * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
27
  *
@@ -65,6 +66,7 @@ if ( ! function_exists( 'tribe_beginning_of_day' ) ) {
65
  * Returns formatted date for the official beginning of the day according to the Multi-day cutoff time option
66
  *
67
  * @category Events
 
68
  * @param string $date The date to find the beginning of the day, defaults to today
69
  * @param string $format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
70
  *
@@ -99,6 +101,7 @@ if ( ! function_exists( 'tribe_end_of_day' ) ) {
99
  * Returns formatted date for the official end of the day according to the Multi-day cutoff time option
100
  *
101
  * @category Events
 
102
  * @param string $date The date to find the end of the day, defaults to today
103
  * @param string $format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
104
  *
@@ -133,7 +136,7 @@ if ( ! function_exists( 'tribe_get_datetime_separator' ) ) {
133
  * Get the datetime saparator from the database option with escaped characters or not ;)
134
  *
135
  * @param string $default Default Separator if it's blank on the Database
136
- * @param bool $esc If it's going to be used on a `date` function or method it needs to be escaped
137
  *
138
  * @filter tribe_datetime_separator
139
  *
@@ -145,6 +148,7 @@ if ( ! function_exists( 'tribe_get_datetime_separator' ) ) {
145
  $separator = (array) str_split( $separator );
146
  $separator = ( ! empty( $separator ) ? '\\' : '' ) . implode( '\\', $separator );
147
  }
 
148
  return apply_filters( 'tribe_datetime_separator', $separator );
149
  }
150
  }//end if
@@ -156,8 +160,9 @@ if ( ! function_exists( 'tribe_get_start_time' ) ) {
156
  * Returns the event start time
157
  *
158
  * @category Events
 
159
  * @param int $event (optional)
160
- * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
161
  * @param string $timezone Timezone in which to present the date/time (or default behaviour if not set)
162
  *
163
  * @return string|null Time
@@ -200,8 +205,9 @@ if ( ! function_exists( 'tribe_get_end_time' ) ) {
200
  * Returns the event end time
201
  *
202
  * @category Events
 
203
  * @param int $event (optional)
204
- * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
205
  * @param string $timezone Timezone in which to present the date/time (or default behaviour if not set)
206
  *
207
  * @return string|null Time
@@ -244,10 +250,12 @@ if ( ! function_exists( 'tribe_get_start_date' ) ) {
244
  * Returns the event start date and time
245
  *
246
  * @category Events
247
- * @param int $event (optional)
 
248
  * @param bool $display_time If true shows date and time, if false only shows date
249
  * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
250
- * @param string $timezone Timezone in which to present the date/time (or default behaviour if not set)
 
251
  * @return string|null Date
252
  */
253
  function tribe_get_start_date( $event = null, $display_time = true, $date_format = '', $timezone = null ) {
@@ -271,6 +279,8 @@ if ( ! function_exists( 'tribe_get_start_date' ) ) {
271
  // @todo move timezones to Common
272
  if ( class_exists( 'Tribe__Events__Timezones' ) ) {
273
  $start_date = Tribe__Events__Timezones::event_start_timestamp( $event->ID, $timezone );
 
 
274
  }
275
 
276
  return tribe_format_date( $start_date, $display_time, $date_format );
@@ -284,10 +294,11 @@ if ( ! function_exists( 'tribe_get_end_date' ) ) {
284
  * Returns the event end date
285
  *
286
  * @category Events
287
- * @param int $event (optional)
 
288
  * @param bool $display_time If true shows date and time, if false only shows date
289
  * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
290
- * @param string $timezone Timezone in which to present the date/time (or default behaviour if not set)
291
  *
292
  * @return string|null Date
293
  */
@@ -312,8 +323,35 @@ if ( ! function_exists( 'tribe_get_end_date' ) ) {
312
  // @todo move timezones to Common
313
  if ( class_exists( 'Tribe__Events__Timezones' ) ) {
314
  $end_date = Tribe__Events__Timezones::event_end_timestamp( $event->ID, $timezone );
 
 
315
  }
316
 
317
  return tribe_format_date( $end_date, $display_time, $date_format );
318
  }
319
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  * Returns formatted date
22
  *
23
  * @category Events
24
+ *
25
+ * @param string $date String representing the datetime, assumed to be UTC (relevant if timezone conversion is used)
26
  * @param bool $display_time If true shows date and time, if false only shows date
27
  * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
28
  *
66
  * Returns formatted date for the official beginning of the day according to the Multi-day cutoff time option
67
  *
68
  * @category Events
69
+ *
70
  * @param string $date The date to find the beginning of the day, defaults to today
71
  * @param string $format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
72
  *
101
  * Returns formatted date for the official end of the day according to the Multi-day cutoff time option
102
  *
103
  * @category Events
104
+ *
105
  * @param string $date The date to find the end of the day, defaults to today
106
  * @param string $format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
107
  *
136
  * Get the datetime saparator from the database option with escaped characters or not ;)
137
  *
138
  * @param string $default Default Separator if it's blank on the Database
139
+ * @param bool $esc If it's going to be used on a `date` function or method it needs to be escaped
140
  *
141
  * @filter tribe_datetime_separator
142
  *
148
  $separator = (array) str_split( $separator );
149
  $separator = ( ! empty( $separator ) ? '\\' : '' ) . implode( '\\', $separator );
150
  }
151
+
152
  return apply_filters( 'tribe_datetime_separator', $separator );
153
  }
154
  }//end if
160
  * Returns the event start time
161
  *
162
  * @category Events
163
+ *
164
  * @param int $event (optional)
165
+ * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
166
  * @param string $timezone Timezone in which to present the date/time (or default behaviour if not set)
167
  *
168
  * @return string|null Time
205
  * Returns the event end time
206
  *
207
  * @category Events
208
+ *
209
  * @param int $event (optional)
210
+ * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
211
  * @param string $timezone Timezone in which to present the date/time (or default behaviour if not set)
212
  *
213
  * @return string|null Time
250
  * Returns the event start date and time
251
  *
252
  * @category Events
253
+ *
254
+ * @param int $event (optional)
255
  * @param bool $display_time If true shows date and time, if false only shows date
256
  * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
257
+ * @param string $timezone Timezone in which to present the date/time (or default behaviour if not set)
258
+ *
259
  * @return string|null Date
260
  */
261
  function tribe_get_start_date( $event = null, $display_time = true, $date_format = '', $timezone = null ) {
279
  // @todo move timezones to Common
280
  if ( class_exists( 'Tribe__Events__Timezones' ) ) {
281
  $start_date = Tribe__Events__Timezones::event_start_timestamp( $event->ID, $timezone );
282
+ } else {
283
+ return null;
284
  }
285
 
286
  return tribe_format_date( $start_date, $display_time, $date_format );
294
  * Returns the event end date
295
  *
296
  * @category Events
297
+ *
298
+ * @param int $event (optional)
299
  * @param bool $display_time If true shows date and time, if false only shows date
300
  * @param string $date_format Allows date and time formating using standard php syntax (http://php.net/manual/en/function.date.php)
301
+ * @param string $timezone Timezone in which to present the date/time (or default behaviour if not set)
302
  *
303
  * @return string|null Date
304
  */
323
  // @todo move timezones to Common
324
  if ( class_exists( 'Tribe__Events__Timezones' ) ) {
325
  $end_date = Tribe__Events__Timezones::event_end_timestamp( $event->ID, $timezone );
326
+ } else {
327
+ return null;
328
  }
329
 
330
  return tribe_format_date( $end_date, $display_time, $date_format );
331
  }
332
  }
333
+
334
+ if ( ! function_exists( 'tribe_normalize_manual_utc_offset' ) ) {
335
+ /**
336
+ * Normalizes a manual UTC offset string.
337
+ *
338
+ * @param string $utc_offset
339
+ *
340
+ * @return string The normalized manual UTC offset.
341
+ * e.g. 'UTC+3', 'UTC-4.5', 'UTC+2.75'
342
+ */
343
+ function tribe_normalize_manual_utc_offset( $utc_offset ) {
344
+ $matches = array();
345
+ if ( preg_match( '/^UTC\\s*((\\+|-)(\\d{1,2}))((:|.|,)(\\d{1,2})+)*/ui', $utc_offset, $matches ) ) {
346
+ if ( ! empty( $matches[6] ) ) {
347
+ $minutes = $matches[6] > 10 && $matches[6] <= 60 ? $minutes = $matches[6] / 60 : $matches[6];
348
+ $minutes = str_replace( '0.', '', $minutes );
349
+ }
350
+
351
+ $utc_offset = sprintf( 'UTC%s%s', $matches[1], ! empty( $minutes ) ? '.' . $minutes : '' );
352
+
353
+ }
354
+
355
+ return $utc_offset;
356
+ }
357
+ }
common/src/resources/css/app-shop.css CHANGED
@@ -1,18 +1,26 @@
 
 
 
 
 
 
 
 
 
 
1
  .tribe-addon {
 
2
  display: inline-block;
3
  margin-right: 10px;
4
  overflow: hidden;
5
  padding: 20px 20px 20px 0;
6
  vertical-align: top;
7
  width: 300px;
8
- -webkit-box-sizing: border-box;
9
- -moz-box-sizing: border-box;
10
- box-sizing: border-box;
11
  }
12
 
13
  .tribe-addon .thumb img {
14
- width: 100%;
15
  max-width: 100%;
 
16
  }
17
 
18
  .tribe-addon h4 {
@@ -23,37 +31,36 @@
23
  text-decoration: none;
24
  }
25
 
26
- .addon-grid{
27
  width: 100%;
28
  }
29
 
30
  .category-title {
31
- display : block;
32
- clear : both;
33
- margin-bottom : 10px;
34
  }
35
 
36
  .tribe-addon.first {
37
- width: 100%;
38
  margin: 20px 0 10px;
 
39
  padding: 0 0 20px 330px;
40
- border-bottom: 1px solid #dfdfdf;
41
- overflow: hidden;
42
  }
43
 
44
  .tribe-addon.first h4 {
45
  font-size: 20px;
46
- margin: 0;
47
  line-height: 1.4;
 
48
  }
49
 
50
  .tribe-addon.first .thumb {
51
- width: 300px;
52
  float: left;
53
  margin-left: -330px;
 
54
  }
55
 
56
  .tribe-addon.first .description {
57
  max-width: 600px;
58
  }
59
-
1
+ /**
2
+ * This CSS file was auto-generated via PostCSS
3
+ *
4
+ * Contributors should avoid editing this file, but instead edit the associated
5
+ * src/resources/postcss/ file. For more information, check out our engineering
6
+ * docs on how we handle CSS in our engineering docs.
7
+ *
8
+ * @see: http://moderntribe.github.io/products-engineering/css/
9
+ */
10
+
11
  .tribe-addon {
12
+ box-sizing: border-box;
13
  display: inline-block;
14
  margin-right: 10px;
15
  overflow: hidden;
16
  padding: 20px 20px 20px 0;
17
  vertical-align: top;
18
  width: 300px;
 
 
 
19
  }
20
 
21
  .tribe-addon .thumb img {
 
22
  max-width: 100%;
23
+ width: 100%;
24
  }
25
 
26
  .tribe-addon h4 {
31
  text-decoration: none;
32
  }
33
 
34
+ .addon-grid {
35
  width: 100%;
36
  }
37
 
38
  .category-title {
39
+ clear: both;
40
+ display: block;
41
+ margin-bottom: 10px;
42
  }
43
 
44
  .tribe-addon.first {
45
+ border-bottom: 1px solid #dfdfdf;
46
  margin: 20px 0 10px;
47
+ overflow: hidden;
48
  padding: 0 0 20px 330px;
49
+ width: 100%;
 
50
  }
51
 
52
  .tribe-addon.first h4 {
53
  font-size: 20px;
 
54
  line-height: 1.4;
55
+ margin: 0;
56
  }
57
 
58
  .tribe-addon.first .thumb {
 
59
  float: left;
60
  margin-left: -330px;
61
+ width: 300px;
62
  }
63
 
64
  .tribe-addon.first .description {
65
  max-width: 600px;
66
  }
 
common/src/resources/css/app-shop.min.css CHANGED
@@ -1 +1 @@
1
- .tribe-addon{display:inline-block;margin-right:10px;overflow:hidden;padding:20px 20px 20px 0;vertical-align:top;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tribe-addon .thumb img{width:100%;max-width:100%}.tribe-addon h4{font-size:1.17em}.tribe-addon h4 a{text-decoration:none}.addon-grid{width:100%}.category-title{display:block;clear:both;margin-bottom:10px}.tribe-addon.first{width:100%;margin:20px 0 10px;padding:0 0 20px 330px;border-bottom:1px solid #dfdfdf;overflow:hidden}.tribe-addon.first h4{font-size:20px;margin:0;line-height:1.4}.tribe-addon.first .thumb{width:300px;float:left;margin-left:-330px}.tribe-addon.first .description{max-width:600px}
1
+ .tribe-addon{box-sizing:border-box;display:inline-block;margin-right:10px;overflow:hidden;padding:20px 20px 20px 0;vertical-align:top;width:300px}.tribe-addon .thumb img{max-width:100%;width:100%}.tribe-addon h4{font-size:1.17em}.tribe-addon h4 a{text-decoration:none}.addon-grid{width:100%}.category-title{clear:both;display:block;margin-bottom:10px}.tribe-addon.first{border-bottom:1px solid #dfdfdf;margin:20px 0 10px;overflow:hidden;padding:0 0 20px 330px;width:100%}.tribe-addon.first h4{font-size:20px;line-height:1.4;margin:0}.tribe-addon.first .thumb{float:left;margin-left:-330px;width:300px}.tribe-addon.first .description{max-width:600px}
common/src/resources/css/tribe-common-admin.css CHANGED
@@ -1,557 +1,836 @@
 
 
 
 
 
 
 
 
 
 
1
  /* = Shared CSS Elements
2
  =============================================*/
3
- .invalid input{border: 2px solid red !important;}
4
- .valid input{border: 1px solid green;}
5
- .clearfix {zoom:1; /* For IE */}
6
- .placeholder { cursor: text; padding: 4px 4px 4px 4px; color: #999999; }
7
- input:placeholder, textarea:placeholder { color: #999999; }
8
- input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }
9
- .bubble {border-color:#dfdfdf; border-width:1px; border-style:solid; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding: 10px; border-style:solid; border-spacing:0; background-color:#F9F9F9;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  .tribe-sticky-tooltip {
11
- color:#bbb;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  }
13
- td.tribe_message {padding-bottom: 10px !important;}
14
-
15
- #tribe_thanks {float: left; width: 200px; margin: 5px 0 0 0;}
16
- .tribe_brand {font-weight: normal; margin: 8px 0; font-family: Georgia !important; font-size: 17px !important;}
17
-
18
  /* = Upgrade Screen
19
  =============================================*/
20
- #tribe-upgrade {margin:20px 0 30px; border:1px solid #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:0 20px 20px; background:#f6f6f6;}
21
- #tribe-upgrade .message {border-style:solid; border-width:1px; padding:6px 12px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background-color:#FFFFE0; border-color:#E6DB55;}
22
-
 
 
 
 
 
 
 
 
 
 
 
 
23
  /* = Plugin Screen
24
  =============================================*/
25
  table.plugins .tribe-plugin-update-message {
26
- background: #d54e21; /* taken from colour scheme in list-tables.css */
27
- color: white;
28
- display: inline-table;
29
- padding: 10px 12px;
30
- margin: 6px 0px;
31
  }
32
-
33
  table.plugins .tribe-plugin-update-message h4 {
34
- display: inline;
35
- font-weight: bold;
36
- margin-right: 8px;
37
  }
38
-
39
  table.plugins .tribe-plugin-update-message h4:after {
40
- content: ' \00BB ';
41
  }
42
-
43
-
44
  table.plugins .tribe-plugin-update-message a {
45
- color: white;
46
- text-decoration: underline;
47
  }
48
-
49
  /* = Settings Screen
50
  =============================================*/
51
- .tribe-settings-form { max-width: 1000px; }
52
- .tribe-settings-form fieldset {padding: 10px 0; display: inline-block; clear: both;}
53
- .tribe-settings-form legend {width: 220px; margin-right: 20px; float: left; font-weight: bold;}
54
- .tribe-settings-form fieldset.tribe-field-license_key legend { width: auto; }
55
- .tribe-settings-form .tribe-field-wrap {float: left; max-width: 500px;}
56
- .tribe-settings-form .tribe-field-radio label, .tribe-settings-form .tribe-field-checkbox_list label {display: block; margin: 5px 0;}
57
- .tribe-settings-form .tribe-field-radio label input, .tribe-settings-form .tribe-field-checkbox_list label input {margin-right: 5px;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  .tribe-settings-form .tribe-settings-form-wrap fieldset,
59
  .tribe-settings-form .tribe-settings-form-wrap .description,
60
- .tribe-settings-form fieldset[id^="tribe-field-geoloc_"] {padding-left: 12px;}
61
- .tribe-settings-form .tribe-settings-form-wrap fieldset .description {padding-left: 0; margin-left:0; max-width: 450px;}
62
- .tribe-settings-form .tribe-settings-form-wrap h3 {margin-bottom: 10px; background-color: #f9f9f9; padding: 6px 0 6px 12px;}
63
- .tribe-settings-form .tribe-settings-form-wrap h3 ~ h3 {margin-top: 2.25em;}
64
- .tribe-settings-form .tribe-settings-form-wrap h3 + p {margin: 0 0 10px; padding-left: 12px;}
65
- .tribe_settings .tribe-field-indent {margin-left: 245px;}
66
- .tribe_settings #pu_dashboard_message{ display: none;}
67
- .tribe_settings .tribe-errors-list {margin-left: 15px;}
68
- .tribe_settings .expiring-license {color: red;}
69
- .tribe_settings .tribe-error {border: 1px solid #F00;}
70
- .tribe_settings .tribe-field-description {position: relative; top: -12px; margin-bottom: 0;}
71
- .tribe_settings #ical-link {top: -14px;}
72
- .tribe-settings-form #tribe-field-stylesheetOption label { margin-left: 20px;}
73
- .tribe-settings-form #tribe-field-stylesheetOption input { margin-left: -20px; margin-right: 8px;}
74
- .tribe-settings-form #tribe-field-stylesheetOption p.description {color: #999;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  /* Modern Tribe box */
76
- #modern-tribe-info {margin: 20px 0; background-color: #f9f9f9; padding: 8px 20px 12px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
77
- #modern-tribe-info img {margin: 10px 0; width: 250px; height: 18px;}
78
- #modern-tribe-info ul {margin-left: 20px; list-style: disc;}
79
- #modern-tribe-info ul ul {list-style: circle;}
80
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  /* sizes */
82
- .tribe-field-textarea.tribe-size-small textarea {width: 180px; height: 60px;}
83
- .tribe-field-textarea.tribe-size-medium textarea {width: 300px; height: 80px;}
84
- .tribe-field-textarea.tribe-size-large textarea {width: 450px; height: 120px;}
85
-
86
- .tribe-field-text.tribe-size-small input, .tribe-field-license_key.tribe-size-small input {width: 50px;}
87
- .tribe-field-text.tribe-size-medium input, .tribe-field-license_key.tribe-size-medium input {width: 225px}
88
- .tribe-field-text.tribe-size-large input, .tribe-field-license_key.tribe-size-large input {width: 450px;}
89
-
90
- .tribe-field-dropdown.tribe-size-small select {width: 100px;}
91
- .tribe-field-dropdown.tribe-size-medium select {width: 300px;}
92
- .tribe-field-dropdown.tribe-size-large select {width: 450px;}
93
-
94
- .tribe-field-dropdown_chosen.tribe-size-small select {width: 100px;}
95
- .tribe-field-dropdown_chosen.tribe-size-medium select {width: 200px;}
96
- .tribe-field-dropdown_chosen.tribe-size-large select {width: 300px;}
97
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  /* license keys */
99
- .ajax-loading-license, .valid-key, .invalid-key {display: none; margin: 0 5px;}
100
- .ajax-loading-license {position: relative; top: 5px;}
101
- .key-validity { display: inline-block }
102
- .invalid-key { color: red }
103
- .valid-key { color: green }
104
- .valid-key.service-msg { color: #b72 }
105
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  /* additional fields */
107
- #additional-field-table {margin-bottom: 20px;}
108
-
 
109
  /* miscellaneous */
110
- .tribe-admin-box-left {float:left; width: 20%; margin: 20px 0; background-color: #f9f9f9; padding: 0px 20px 15px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
111
- .tribe-admin-box-right {float:right; width: 68%; margin: 20px 0; background-color: #f9f9f9; padding: 0px 20px 15px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
112
- .ajax-loader {float:right; margin: 10px;}
113
- .tribe-arrangeable-item { border: 1px solid lightGrey; -moz-border-radius: 6px; border-radius: 6px; }
114
- .tribe-arrangeable-item .ui-state-default { border:none; }
115
- .tribe-arrangeable-item-top { padding: 6px; }
116
- .tribe-arrangeable-item-top:hover { cursor: move; }
117
- .tribe-arrangeable-action { float:right; }
118
- .tribe-arrangeable-child { display:none; padding: 25px; border-top: 1px solid lightGrey; background-color: #f9f9f9 }
119
- .tribe-arrangeable-child label{margin:0 0 7px 0; display:block;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  .tribe_events_active_filter_type_options {
121
  margin: 10px 0;
122
  }
123
  .tribe_events_active_filter_type_options label {
124
  margin: 7px 0;
125
  }
126
- .tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px;}
127
- .OrganizerInfo td small, #event_organizer td small {
 
 
 
128
  display: block;
129
- max-width: 250px;
130
  margin: 0;
 
131
  }
132
- .OrganizerInfo .organizer-email, #event_organizer .organizer-email {
 
133
  vertical-align: top;
134
  }
135
-
136
  .tribe-table-field-label {
 
137
  width: 200px;
138
- max-width: 100%
139
  }
140
-
141
  /* = Help Screen
142
  =============================================*/
143
-
144
  #tribe-help-general,
145
  #tribe-help-sidebar {
146
- margin-top: 20px;
147
  float: left;
 
148
  }
149
-
150
  #tribe-help-general p {
151
  margin-left: 15px;
152
  }
153
-
154
  #tribe-help-general ul {
155
  list-style-type: square;
156
- margin-left: 35px;
157
  margin-bottom: 20px;
 
158
  }
159
-
160
  #tribe-help-general ol {
161
- margin-left: 35px;
162
  margin-bottom: 20px;
 
163
  }
164
-
165
  #tribe-help-general h3 {
166
- margin-bottom: 10px;
167
  background-color: #f9f9f9;
 
168
  padding: 6px 0 6px 12px;
169
  }
170
-
171
  #tribe-help-general h3 ~ h3 {
172
  margin-top: 2.25em;
173
  }
174
-
175
  #tribe-help-general h3 + p {
176
  margin: 0 0 20px;
177
  padding-left: 12px;
178
  }
179
-
180
  #tribe-help-general {
181
  width: 65%;
182
  }
183
-
184
  .tribe-help-section {
185
  padding-bottom: 10px;
186
  }
187
-
188
  .tribe-section-type-box {
 
189
  background-color: #f9f9f9;
190
- padding: 8px 20px 12px;
191
  border: 1px solid #ccc;
192
  border-radius: 4px;
193
- -moz-border-radius: 4px;
194
- -webkit-border-radius: 4px;
195
- -khtml-border-radius: 4px;
196
- -o-border-radius: 4px;
197
  }
198
-
199
  .tribe-section-type-box img {
 
200
  margin: 10px 0;
201
  max-width: 300px;
202
- height: auto;
203
  }
204
-
205
  .tribe-section-type-box ul {
206
- margin-left: 20px; list-style: disc;
 
207
  }
208
-
209
  .tribe-section-type-box ul ul {
210
  list-style: circle;
211
  }
212
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  #tribe-system-info dl.support-stats,
 
214
  .template-updates-wrapper {
215
  background: #000;
 
216
  color: #888;
217
- padding: 10px;
218
- overflow: scroll;
219
  max-height: 400px;
220
- border-radius: 2px;
 
221
  }
222
-
223
  #tribe-system-info dl.support-stats dt,
224
  .template-updates-wrapper dt {
225
- text-transform: uppercase;
226
- font-weight: bold;
227
- width: 25%;
228
  clear: both;
229
  float: left;
 
 
 
230
  }
231
-
232
  #tribe-system-info dl.support-stats dd,
233
  .template-updates-wrapper dd {
234
- padding-left: 10px;
235
  margin-left: 25%;
 
236
  }
237
-
238
  .template-updates-wrapper p {
239
- margin-top: 0;
240
  }
241
-
242
  #tribe-help-sidebar {
243
- width: 32%;
244
- max-width: 225px;
245
  margin: 20px 0 0 3%;
 
 
246
  }
247
-
248
  .tribe-help-plugin-info {
249
- border: 1px solid #CCC;
250
  padding: 0 12px 12px;
251
  }
252
-
253
  .tribe-help-plugin-info dt,
254
  .tribe-help-plugin-info dd {
255
  display: inline;
256
  margin: 0;
257
  }
258
-
259
  .tribe-help-plugin-info dt {
260
  font-weight: bold;
261
  }
262
-
263
  .tribe-help-plugin-info dd::after {
264
- content: '';
265
- display: block;
266
- height: .4em;
267
  }
268
-
269
  .tribe-help-plugin-info dd:last-child::after {
270
- height: 0;
271
  }
272
-
273
  .tribe-help-plugin-info + .tribe-help-plugin-info {
274
  margin-top: 20px;
275
  }
276
-
277
  .tribe-help-plugin-info > div {
278
  line-height: 2em;
279
  }
280
-
281
  .tribe-help-plugin-info .star-rating {
282
  display: inline-block;
283
- top: -2px;
284
  margin-left: 3px;
285
  position: relative;
 
286
  }
287
-
288
  .tribe-help-plugin-info .tribe-list-addons {
289
- list-style: circle inside;
290
- padding-left: 4px;
291
  font-size: 24px;
292
- margin-top: 10px;
293
  margin-bottom: 10px;
294
- color: #21A6CB;
 
295
  }
296
-
297
  .tribe-help-plugin-info .tribe-list-addons a {
298
  font-size: 13px;
 
299
  position: relative;
300
  top: -5px;
301
- left: -5px;
302
  }
303
-
304
  .tribe-help-plugin-info .tribe-list-addons .tribe-active-addon {
305
  list-style: disc inside;
306
  }
307
-
308
  /* = jQuery UI
309
  =============================================*/
310
- .ui-widget-overlay {background: #666666; opacity: .50;filter:Alpha(Opacity=50); }
311
- .ui-widget-shadow {margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
312
- .ui-resizable {position: relative;}
313
- .ui-resizable-handle {position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
314
- .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {display: none; }
315
- .ui-resizable-n {cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
316
- .ui-resizable-s {cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
317
- .ui-resizable-e {cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
318
- .ui-resizable-w {cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
319
- .ui-resizable-se {cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
320
- .ui-resizable-sw {cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
321
- .ui-resizable-nw {cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
322
- .ui-resizable-ne {cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
323
- .ui-dialog {position: relative; padding: .2em; width: 375px; }
324
- .ui-dialog .ui-dialog-titlebar {padding: .5em .3em .3em 1em; position: relative; }
325
- .ui-dialog .ui-dialog-title {float: left; margin: .1em 0 .2em; }
326
- .ui-dialog .ui-dialog-titlebar-close {position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
327
- .ui-dialog .ui-dialog-titlebar-close span {display: block; margin-left: -8px; margin-top: -8px; }
328
- .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {padding: 0; }
329
- .ui-dialog .ui-dialog-content {border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
330
- .ui-dialog .ui-dialog-buttonpane {text-align: right; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em !important; }
331
- .ui-dialog .ui-dialog-buttonpane button {margin: .5em .4em .5em !important; cursor: pointer; padding: .2em .6em .3em; line-height: 1.4em; width:auto; overflow:visible; text-shadow:none; }
332
- .ui-dialog .ui-resizable-se {width: 14px; height: 14px; right: 3px; bottom: 3px; }
333
- .ui-draggable .ui-dialog-titlebar {cursor: move; }
334
- .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: none !important; text-align: center;}
335
- .ui-button-text-only .ui-button-text {padding: .4em 1em;}
336
- .ui-button .ui-button-text {display: block; line-height: 1.4;}
337
- .ui-datepicker{font-size:8pt;}
338
- #ui-datepicker-div { display: none; }
339
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
340
  #tribe-loading {
341
- display : none;
342
- position : absolute;
343
- width : 100%;
344
- height : 100%;
345
- left : 0;
346
- top : 0;
347
- background : #fff;
348
- background : rgba(255, 255, 255, 0.8);
349
- z-index : 4;
350
- webkit-transition : all 1s linear;
351
- -moz-transition : all 1s linear;
352
- -o-transition : all 1s linear;
353
- -ms-transition : all 1s linear;
354
- transition : all 1s linear;
355
  }
356
-
357
  #tribe-loading span {
358
- position : absolute;
359
- width : 32px;
360
- height : 32px;
361
- left : 50%;
362
- top : 50%;
363
- margin : -16px 0 0 -16px;
364
- background : url(../images/tribe-loading.gif) 0 0 no-repeat;
365
- -webkit-background-size: 32px 32px;
366
- background-size: 32px 32px;
367
  }
368
-
369
  /* = Admin Retina Bits
370
  =============================================*/
371
- @media
372
- only screen and (min--moz-device-pixel-ratio: 2),
373
- only screen and (-o-min-device-pixel-ratio: 2/1),
374
- only screen and (-webkit-min-device-pixel-ratio: 2),
375
- only screen and (min-device-pixel-ratio: 2) {
376
- #tribe-loading span {
377
- background-image: url(../images/tribe-loading@2x.gif);
378
- }
379
- }
380
-
381
  /* = TEC Welcome & Update Pages // Displays after installation & plugin update
382
  ===============================================================================*/
383
-
384
- .tribe_welcome_page, .tribe_update_page {
385
- max-width:1000px;
386
  }
387
-
388
  .tribe-half-column {
389
- width:45%;
390
- float:left;
391
- margin-right:5%;
392
- margin-bottom:30px;
393
  }
394
-
395
- .tribe-row:before, .tribe-row:after {
396
- content: ""; display: table;
 
397
  }
398
-
399
  .tribe-row:after {
400
  clear: both;
401
  }
402
-
403
  .tribe-row {
404
- clear:both;
405
  }
406
-
407
  .tribe-row .tribe-half-column:last-child {
408
- margin-right:0;
409
- width:50%;
410
- }
411
-
412
- .tribe_welcome_page h2, .tribe_update_page h2 {
413
- font-size:30px;
414
- line-height: 1.2;
415
- margin-bottom:20px;
416
  }
417
-
418
- .tribe_welcome_page h3, .tribe_update_page h3 {
419
- margin-top:0;
420
- font-size:24px;
421
- line-height:24px;
422
- font-weight:400;
423
  }
424
-
425
- .tribe_welcome_page h4, .tribe_update_page h4 {
426
- font-size:18px;
427
- font-weight:600;
428
- line-height:18px;
429
- margin:0;
 
 
 
 
 
 
 
430
  }
431
-
432
- .tribe_welcome_page p, .tribe_update_page p {
433
- font-size:14px;
434
  }
435
-
436
  p.tribe-welcome-message {
437
- font-size:20px;
438
- font-weight:400;
439
- }
440
-
441
- .tribe_welcome_page h2:before, .tribe_update_page h2:before {
442
- content:"\f145";
443
- font-family:"dashicons";
444
- line-height:1;
445
- margin-right:5px;
446
- font-size:34px;
447
- position:relative;
448
- top:5px;
449
  }
450
-
451
  .tribe-welcome-video-wrapper {
452
- margin-bottom:40px;
453
- position: relative;
454
  padding-bottom: 56.25%; /* 16:9 */
455
  padding-top: 25px;
456
- height: 0;
457
  }
458
-
459
  .tribe-welcome-video-wrapper iframe {
 
 
460
  position: absolute;
461
  top: 0;
462
- left: 0;
463
  width: 100%;
464
- height: 100%;
465
  }
466
-
467
  a.tribe-rating-link {
468
- text-decoration:none;
469
  }
470
-
471
- .tribe-welcome-links, .tribe-update-links {
472
- margin-top:30px;
473
  }
474
-
475
- .tribe_welcome_page li:before, .tribe_update_page li:before {
476
- content:'\2022';
477
- padding-right:3px;
478
  }
479
-
480
  .tribe_update_page .rss-widget {
481
- margin:1em 0;
482
  }
483
-
484
  .tribe_update_page a.rsswidget {
485
- font-size:14px;
486
- font-weight:400;
487
- line-height:1;
488
  }
489
-
490
  .tribe_update_page .rss-widget li:before {
491
- display:none;
492
  }
493
-
494
  /* Media Queries for Mobile Dashboard */
495
- @media screen and (max-width: 782px) {
496
- .tribe-half-column, .tribe-row .tribe-half-column:last-child {
497
- width:100%;
498
- margin:0 0 20px 0;
499
- }
500
-
501
- input[type='email'] {
502
- width:100%;
503
- }
504
- }
505
-
506
-
507
- @media screen and ( max-width: 782px ) {
508
- .events-cal .subsubsub {
509
- float: none;
510
- }
511
-
512
- .events-cal .search-box {
513
- width: 98%;
514
- }
515
-
516
- .events-cal #search-submit {
517
- width: 100%;
518
- }
519
-
520
- .events-cal .tablenav.top {
521
- display: none;
522
- }
523
- }
524
-
525
  .tribe-update-bar {
526
  display: inline-block;
527
  }
528
-
529
  .tribe-update-bar .progress {
530
  border: 1px solid #ccc;
531
  float: left;
 
532
  margin-right: 1rem;
533
  padding: 1px;
 
534
  width: 18rem;
535
  }
536
-
537
  .tribe-update-bar .progress .bar {
538
  background: #ffba00;
 
539
  height: 1rem;
540
  width: 1%;
541
  }
542
-
543
  .tribe-update-bar .progress .bar {
544
  background: #7ad03a;
545
  }
546
-
547
  /* bumpdown */
548
  .bumpdown {
549
  background: #f1f1f1;
 
550
  margin: 1rem 0;
 
551
  padding: 1rem 1.5rem 1rem 1rem;
552
  position: relative;
553
  }
554
-
555
  #poststuff .bumpdown h1,
556
  #poststuff .bumpdown h2,
557
  #poststuff .bumpdown h3,
@@ -563,25 +842,53 @@ a.tribe-rating-link {
563
  padding-left: 0;
564
  padding-top: 0;
565
  }
566
-
567
  .bumpdown-arrow {
568
  display: none;
569
  }
570
-
571
  .bumpdown-close {
572
  color: #686868;
573
  cursor: pointer;
574
  position: absolute;
 
575
  right: .5rem;
 
576
  top: .5rem;
577
  z-index: 2;
578
  }
579
-
580
  .bumpdown-trigger .target {
581
  color: #0074a2;
582
  }
583
-
584
  /* Useful to ensure modals rise above the grey 'miasma' */
585
  .ui-front {
586
- z-index: 1000000;
587
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * This CSS file was auto-generated via PostCSS
3
+ *
4
+ * Contributors should avoid editing this file, but instead edit the associated
5
+ * src/resources/postcss/ file. For more information, check out our engineering
6
+ * docs on how we handle CSS in our engineering docs.
7
+ *
8
+ * @see: http://moderntribe.github.io/products-engineering/css/
9
+ */
10
+
11
  /* = Shared CSS Elements
12
  =============================================*/
13
+ .invalid input {
14
+ border: 2px solid red !important;
15
+ }
16
+ .valid input {
17
+ border: 1px solid green;
18
+ }
19
+ .clearfix {
20
+ zoom: 1; /* For IE */
21
+ }
22
+ .placeholder {
23
+ color: #999;
24
+ cursor: text;
25
+ padding: 4px 4px 4px 4px;
26
+ }
27
+ input:placeholder,
28
+ textarea:placeholder {
29
+ color: #999;
30
+ }
31
+ input::-webkit-input-placeholder,
32
+ textarea::-webkit-input-placeholder {
33
+ color: #999;
34
+ }
35
+ .bubble {
36
+ -khtml-border-radius: 3px;
37
+ background-color: #f9f9f9;
38
+ border-color: #dfdfdf;
39
+ border-radius: 3px;
40
+ border-spacing: 0;
41
+ border-style: solid;
42
+ border-style: solid;
43
+ border-width: 1px;
44
+ padding: 10px;
45
+ }
46
  .tribe-sticky-tooltip {
47
+ color: #bbb;
48
+ }
49
+ td.tribe_message {
50
+ padding-bottom: 10px !important;
51
+ }
52
+ #tribe_thanks {
53
+ float: left;
54
+ margin: 5px 0 0 0;
55
+ width: 200px;
56
+ }
57
+ .tribe_brand {
58
+ font-family: Georgia !important;
59
+ font-size: 17px !important;
60
+ font-weight: normal;
61
+ margin: 8px 0;
62
  }
 
 
 
 
 
63
  /* = Upgrade Screen
64
  =============================================*/
65
+ #tribe-upgrade {
66
+ background: #f6f6f6;
67
+ border: 1px solid #ccc;
68
+ border-radius: 5px;
69
+ margin: 20px 0 30px;
70
+ padding: 0 20px 20px;
71
+ }
72
+ #tribe-upgrade .message {
73
+ background-color: #ffffe0;
74
+ border-color: #e6db55;
75
+ border-radius: 3px;
76
+ border-style: solid;
77
+ border-width: 1px;
78
+ padding: 6px 12px;
79
+ }
80
  /* = Plugin Screen
81
  =============================================*/
82
  table.plugins .tribe-plugin-update-message {
83
+ background: #d54e21; /* taken from colour scheme in list-tables.css */
84
+ color: white;
85
+ display: inline-table;
86
+ margin: 6px 0;
87
+ padding: 10px 12px;
88
  }
 
89
  table.plugins .tribe-plugin-update-message h4 {
90
+ display: inline;
91
+ font-weight: bold;
92
+ margin-right: 8px;
93
  }
 
94
  table.plugins .tribe-plugin-update-message h4:after {
95
+ content: ' \00BB ';
96
  }
 
 
97
  table.plugins .tribe-plugin-update-message a {
98
+ color: white;
99
+ text-decoration: underline;
100
  }
 
101
  /* = Settings Screen
102
  =============================================*/
103
+ .tribe-settings-form {
104
+ max-width: 1000px;
105
+ }
106
+ .tribe-settings-form fieldset {
107
+ clear: both;
108
+ display: inline-block;
109
+ padding: 10px 0;
110
+ }
111
+ .tribe-settings-form legend {
112
+ float: left;
113
+ font-weight: bold;
114
+ margin-right: 20px;
115
+ width: 220px;
116
+ }
117
+ .tribe-settings-form fieldset.tribe-field-license_key legend {
118
+ width: auto;
119
+ }
120
+ .tribe-settings-form .tribe-field-wrap {
121
+ float: left;
122
+ max-width: 500px;
123
+ }
124
+ .tribe-settings-form .tribe-field-radio label,
125
+ .tribe-settings-form .tribe-field-checkbox_list label {
126
+ display: block;
127
+ margin: 5px 0;
128
+ }
129
+ .tribe-settings-form .tribe-field-radio label input,
130
+ .tribe-settings-form .tribe-field-checkbox_list label input {
131
+ margin-right: 5px;
132
+ }
133
  .tribe-settings-form .tribe-settings-form-wrap fieldset,
134
  .tribe-settings-form .tribe-settings-form-wrap .description,
135
+ .tribe-settings-form fieldset[id^='tribe-field-geoloc_'] {
136
+ padding-left: 12px;
137
+ }
138
+ .tribe-settings-form .tribe-settings-form-wrap fieldset .description {
139
+ margin-left: 0;
140
+ max-width: 450px;
141
+ padding-left: 0;
142
+ }
143
+ .tribe-settings-form .tribe-settings-form-wrap h3 {
144
+ background-color: #f9f9f9;
145
+ margin-bottom: 10px;
146
+ padding: 6px 0 6px 12px;
147
+ }
148
+ .tribe-settings-form .tribe-settings-form-wrap h3 ~ h3 {
149
+ margin-top: 2.25em;
150
+ }
151
+ .tribe-settings-form .tribe-settings-form-wrap h3 + p {
152
+ margin: 0 0 10px;
153
+ padding-left: 12px;
154
+ }
155
+ .tribe_settings .tribe-field-indent {
156
+ margin-left: 245px;
157
+ }
158
+ .tribe_settings #pu_dashboard_message {
159
+ display: none;
160
+ }
161
+ .tribe_settings .tribe-errors-list {
162
+ margin-left: 15px;
163
+ }
164
+ .tribe_settings .expiring-license {
165
+ color: red;
166
+ }
167
+ .tribe_settings .tribe-error {
168
+ border: 1px solid #f00;
169
+ }
170
+ .tribe_settings .tribe-field-description {
171
+ margin-bottom: 0;
172
+ position: relative;
173
+ top: -12px;
174
+ }
175
+ .tribe_settings #ical-link {
176
+ top: -14px;
177
+ }
178
+ .tribe-settings-form #tribe-field-stylesheetOption label {
179
+ margin-left: 20px;
180
+ }
181
+ .tribe-settings-form #tribe-field-stylesheetOption input {
182
+ margin-left: -20px;
183
+ margin-right: 8px;
184
+ }
185
+ .tribe-settings-form #tribe-field-stylesheetOption p.description {
186
+ color: #999;
187
+ }
188
  /* Modern Tribe box */
189
+ #modern-tribe-info {
190
+ -khtml-border-radius: 4px;
191
+ background-color: #f9f9f9;
192
+ border: 1px solid #ccc;
193
+ border-radius: 4px;
194
+ margin: 20px 0;
195
+ padding: 8px 20px 12px;
196
+ }
197
+ #modern-tribe-info img {
198
+ height: 18px;
199
+ margin: 10px 0;
200
+ width: 250px;
201
+ }
202
+ #modern-tribe-info ul {
203
+ list-style: disc;
204
+ margin-left: 20px;
205
+ }
206
+ #modern-tribe-info ul ul {
207
+ list-style: circle;
208
+ }
209
  /* sizes */
210
+ .tribe-field-textarea.tribe-size-small textarea {
211
+ height: 60px;
212
+ width: 180px;
213
+ }
214
+ .tribe-field-textarea.tribe-size-medium textarea {
215
+ height: 80px;
216
+ width: 300px;
217
+ }
218
+ .tribe-field-textarea.tribe-size-large textarea {
219
+ height: 120px;
220
+ width: 450px;
221
+ }
222
+ .tribe-field-text.tribe-size-small input,
223
+ .tribe-field-license_key.tribe-size-small input {
224
+ width: 50px;
225
+ }
226
+ .tribe-field-text.tribe-size-medium input,
227
+ .tribe-field-license_key.tribe-size-medium input {
228
+ width: 225px;
229
+ }
230
+ .tribe-field-text.tribe-size-large input,
231
+ .tribe-field-license_key.tribe-size-large input {
232
+ width: 450px;
233
+ }
234
+ .tribe-field-dropdown.tribe-size-small select {
235
+ width: 100px;
236
+ }
237
+ .tribe-field-dropdown.tribe-size-medium select {
238
+ width: 300px;
239
+ }
240
+ .tribe-field-dropdown.tribe-size-large select {
241
+ width: 450px;
242
+ }
243
+ .tribe-field-dropdown_chosen.tribe-size-small select {
244
+ width: 100px;
245
+ }
246
+ .tribe-field-dropdown_chosen.tribe-size-medium select {
247
+ width: 200px;
248
+ }
249
+ .tribe-field-dropdown_chosen.tribe-size-large select {
250
+ width: 300px;
251
+ }
252
  /* license keys */
253
+ .ajax-loading-license,
254
+ .valid-key,
255
+ .invalid-key {
256
+ display: none;
257
+ margin: 0 5px;
258
+ }
259
+ .ajax-loading-license {
260
+ position: relative;
261
+ top: 5px;
262
+ }
263
+ .key-validity {
264
+ display: inline-block;
265
+ }
266
+ .invalid-key {
267
+ color: red;
268
+ }
269
+ .valid-key {
270
+ color: green;
271
+ }
272
+ .valid-key.service-msg {
273
+ color: #b72;
274
+ }
275
  /* additional fields */
276
+ #additional-field-table {
277
+ margin-bottom: 20px;
278
+ }
279
  /* miscellaneous */
280
+ .tribe-admin-box-left {
281
+ -khtml-border-radius: 4px;
282
+ background-color: #f9f9f9;
283
+ border: 1px solid #ccc;
284
+ border-radius: 4px;
285
+ float: left;
286
+ margin: 20px 0;
287
+ padding: 0 20px 15px;
288
+ width: 20%;
289
+ }
290
+ .tribe-admin-box-right {
291
+ -khtml-border-radius: 4px;
292
+ background-color: #f9f9f9;
293
+ border: 1px solid #ccc;
294
+ border-radius: 4px;
295
+ float: right;
296
+ margin: 20px 0;
297
+ padding: 0 20px 15px;
298
+ width: 68%;
299
+ }
300
+ .ajax-loader {
301
+ float: right;
302
+ margin: 10px;
303
+ }
304
+ .tribe-arrangeable-item {
305
+ border: 1px solid lightGrey;
306
+ border-radius: 6px;
307
+ }
308
+ .tribe-arrangeable-item .ui-state-default {
309
+ border: none;
310
+ }
311
+ .tribe-arrangeable-item-top {
312
+ padding: 6px;
313
+ }
314
+ .tribe-arrangeable-item-top:hover {
315
+ cursor: move;
316
+ }
317
+ .tribe-arrangeable-action {
318
+ float: right;
319
+ }
320
+ .tribe-arrangeable-child {
321
+ background-color: #f9f9f9;
322
+ border-top: 1px solid lightGrey;
323
+ display: none;
324
+ padding: 25px;
325
+ }
326
+ .tribe-arrangeable-child label {
327
+ display: block;
328
+ margin: 0 0 7px 0;
329
+ }
330
  .tribe_events_active_filter_type_options {
331
  margin: 10px 0;
332
  }
333
  .tribe_events_active_filter_type_options label {
334
  margin: 7px 0;
335
  }
336
+ .tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection {
337
+ margin-bottom: 18px;
338
+ }
339
+ .OrganizerInfo td small,
340
+ #event_organizer td small {
341
  display: block;
 
342
  margin: 0;
343
+ max-width: 250px;
344
  }
345
+ .OrganizerInfo .organizer-email,
346
+ #event_organizer .organizer-email {
347
  vertical-align: top;
348
  }
 
349
  .tribe-table-field-label {
350
+ max-width: 100%;
351
  width: 200px;
 
352
  }
 
353
  /* = Help Screen
354
  =============================================*/
 
355
  #tribe-help-general,
356
  #tribe-help-sidebar {
 
357
  float: left;
358
+ margin-top: 20px;
359
  }
 
360
  #tribe-help-general p {
361
  margin-left: 15px;
362
  }
 
363
  #tribe-help-general ul {
364
  list-style-type: square;
 
365
  margin-bottom: 20px;
366
+ margin-left: 35px;
367
  }
 
368
  #tribe-help-general ol {
 
369
  margin-bottom: 20px;
370
+ margin-left: 35px;
371
  }
 
372
  #tribe-help-general h3 {
 
373
  background-color: #f9f9f9;
374
+ margin-bottom: 10px;
375
  padding: 6px 0 6px 12px;
376
  }
 
377
  #tribe-help-general h3 ~ h3 {
378
  margin-top: 2.25em;
379
  }
 
380
  #tribe-help-general h3 + p {
381
  margin: 0 0 20px;
382
  padding-left: 12px;
383
  }
 
384
  #tribe-help-general {
385
  width: 65%;
386
  }
 
387
  .tribe-help-section {
388
  padding-bottom: 10px;
389
  }
 
390
  .tribe-section-type-box {
391
+ -khtml-border-radius: 4px;
392
  background-color: #f9f9f9;
 
393
  border: 1px solid #ccc;
394
  border-radius: 4px;
395
+ padding: 8px 20px 12px;
 
 
 
396
  }
 
397
  .tribe-section-type-box img {
398
+ height: auto;
399
  margin: 10px 0;
400
  max-width: 300px;
 
401
  }
 
402
  .tribe-section-type-box ul {
403
+ list-style: disc;
404
+ margin-left: 20px;
405
  }
 
406
  .tribe-section-type-box ul ul {
407
  list-style: circle;
408
  }
409
+ #tribe-log-controls {
410
+ padding-bottom: 16px;
411
+ padding-bottom: 1rem;
412
+
413
+ /* For consistency with help screen h3 and p elements */
414
+ padding-left: 12px;
415
+ }
416
+ #tribe-log-controls > div {
417
+ display: inline-block;
418
+ padding-right: 16px;
419
+ padding-right: 1rem;
420
+ }
421
+ #tribe-log-controls .working {
422
+ opacity: 1;
423
+ -webkit-transition: opacity 0.2s;
424
+ transition: opacity 0.2s;
425
+ }
426
+ #tribe-log-controls .working.hidden {
427
+ opacity: 0;
428
+ -webkit-transition: opacity 0.2s;
429
+ transition: opacity 0.2s;
430
+ }
431
  #tribe-system-info dl.support-stats,
432
+ #tribe-log-viewer,
433
  .template-updates-wrapper {
434
  background: #000;
435
+ border-radius: 2px;
436
  color: #888;
 
 
437
  max-height: 400px;
438
+ overflow: scroll;
439
+ padding: 10px;
440
  }
 
441
  #tribe-system-info dl.support-stats dt,
442
  .template-updates-wrapper dt {
 
 
 
443
  clear: both;
444
  float: left;
445
+ font-weight: bold;
446
+ text-transform: uppercase;
447
+ width: 25%;
448
  }
 
449
  #tribe-system-info dl.support-stats dd,
450
  .template-updates-wrapper dd {
 
451
  margin-left: 25%;
452
+ padding-left: 10px;
453
  }
 
454
  .template-updates-wrapper p {
455
+ margin-top: 0;
456
  }
 
457
  #tribe-help-sidebar {
 
 
458
  margin: 20px 0 0 3%;
459
+ max-width: 225px;
460
+ width: 32%;
461
  }
 
462
  .tribe-help-plugin-info {
463
+ border: 1px solid #ccc;
464
  padding: 0 12px 12px;
465
  }
 
466
  .tribe-help-plugin-info dt,
467
  .tribe-help-plugin-info dd {
468
  display: inline;
469
  margin: 0;
470
  }
 
471
  .tribe-help-plugin-info dt {
472
  font-weight: bold;
473
  }
 
474
  .tribe-help-plugin-info dd::after {
475
+ content: '';
476
+ display: block;
477
+ height: .4em;
478
  }
 
479
  .tribe-help-plugin-info dd:last-child::after {
480
+ height: 0;
481
  }
 
482
  .tribe-help-plugin-info + .tribe-help-plugin-info {
483
  margin-top: 20px;
484
  }
 
485
  .tribe-help-plugin-info > div {
486
  line-height: 2em;
487
  }
 
488
  .tribe-help-plugin-info .star-rating {
489
  display: inline-block;
 
490
  margin-left: 3px;
491
  position: relative;
492
+ top: -2px;
493
  }
 
494
  .tribe-help-plugin-info .tribe-list-addons {
495
+ color: #21a6cb;
 
496
  font-size: 24px;
497
+ list-style: circle inside;
498
  margin-bottom: 10px;
499
+ margin-top: 10px;
500
+ padding-left: 4px;
501
  }
 
502
  .tribe-help-plugin-info .tribe-list-addons a {
503
  font-size: 13px;
504
+ left: -5px;
505
  position: relative;
506
  top: -5px;
 
507
  }
 
508
  .tribe-help-plugin-info .tribe-list-addons .tribe-active-addon {
509
  list-style: disc inside;
510
  }
 
511
  /* = jQuery UI
512
  =============================================*/
513
+ .ui-widget-overlay {
514
+ background: #666;
515
+ filter: Alpha(Opacity=50);
516
+ opacity: .50;
517
+ }
518
+ .ui-widget-shadow {
519
+ background: #000;
520
+ -webkit-border-radius: 5px;
521
+ -moz-border-radius: 5px;
522
+ filter: Alpha(Opacity=20);
523
+ margin: -5px 0 0 -5px;
524
+ opacity: .20;
525
+ padding: 5px;
526
+ }
527
+ .ui-resizable {
528
+ position: relative;
529
+ }
530
+ .ui-resizable-handle {
531
+ display: block;
532
+ font-size: .1px;
533
+ position: absolute;
534
+ z-index: 99999;
535
+ }
536
+ .ui-resizable-disabled .ui-resizable-handle,
537
+ .ui-resizable-autohide .ui-resizable-handle {
538
+ display: none;
539
+ }
540
+ .ui-resizable-n {
541
+ cursor: n-resize;
542
+ height: 7px;
543
+ left: 0;
544
+ top: -5px;
545
+ width: 100%;
546
+ }
547
+ .ui-resizable-s {
548
+ bottom: -5px;
549
+ cursor: s-resize;
550
+ height: 7px;
551
+ left: 0;
552
+ width: 100%;
553
+ }
554
+ .ui-resizable-e {
555
+ cursor: e-resize;
556
+ height: 100%;
557
+ right: -5px;
558
+ top: 0;
559
+ width: 7px;
560
+ }
561
+ .ui-resizable-w {
562
+ cursor: w-resize;
563
+ height: 100%;
564
+ left: -5px;
565
+ top: 0;
566
+ width: 7px;
567
+ }
568
+ .ui-resizable-se {
569
+ bottom: 1px;
570
+ cursor: se-resize;
571
+ height: 12px;
572
+ right: 1px;
573
+ width: 12px;
574
+ }
575
+ .ui-resizable-sw {
576
+ bottom: -5px;
577
+ cursor: sw-resize;
578
+ height: 9px;
579
+ left: -5px;
580
+ width: 9px;
581
+ }
582
+ .ui-resizable-nw {
583
+ cursor: nw-resize;
584
+ height: 9px;
585
+ left: -5px;
586
+ top: -5px;
587
+ width: 9px;
588
+ }
589
+ .ui-resizable-ne {
590
+ cursor: ne-resize;
591
+ height: 9px;
592
+ right: -5px;
593
+ top: -5px;
594
+ width: 9px;
595
+ }
596
+ .ui-dialog {
597
+ padding: .2em;
598
+ position: relative;
599
+ width: 375px;
600
+ }
601
+ .ui-dialog .ui-dialog-titlebar {
602
+ padding: .5em .3em .3em 1em;
603
+ position: relative;
604
+ }
605
+ .ui-dialog .ui-dialog-title {
606
+ float: left;
607
+ margin: .1em 0 .2em;
608
+ }
609
+ .ui-dialog .ui-dialog-titlebar-close {
610
+ height: 18px;
611
+ margin: -10px 0 0 0;
612
+ padding: 1px;
613
+ position: absolute;
614
+ right: .3em;
615
+ top: 50%;
616
+ width: 19px;
617
+ }
618
+ .ui-dialog .ui-dialog-titlebar-close span {
619
+ display: block;
620
+ margin-left: -8px;
621
+ margin-top: -8px;
622
+ }
623
+ .ui-dialog .ui-dialog-titlebar-close:hover,
624
+ .ui-dialog .ui-dialog-titlebar-close:focus {
625
+ padding: 0;
626
+ }
627
+ .ui-dialog .ui-dialog-content {
628
+ background: none;
629
+ border: 0;
630
+ overflow: auto;
631
+ padding: .5em 1em;
632
+ zoom: 1;
633
+ }
634
+ .ui-dialog .ui-dialog-buttonpane {
635
+ background-image: none;
636
+ border-width: 1px 0 0 0;
637
+ margin: .5em 0 0 0;
638
+ padding: .3em 1em .5em !important;
639
+ text-align: right;
640
+ }
641
+ .ui-dialog .ui-dialog-buttonpane button {
642
+ cursor: pointer;
643
+ line-height: 1.4em;
644
+ margin: .5em .4em .5em !important;
645
+ overflow: visible;
646
+ padding: .2em .6em .3em;
647
+ text-shadow: none;
648
+ width: auto;
649
+ }
650
+ .ui-dialog .ui-resizable-se {
651
+ bottom: 3px;
652
+ height: 14px;
653
+ right: 3px;
654
+ width: 14px;
655
+ }
656
+ .ui-draggable .ui-dialog-titlebar {
657
+ cursor: move;
658
+ }
659
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
660
+ float: none !important;
661
+ text-align: center;
662
+ }
663
+ .ui-button-text-only .ui-button-text {
664
+ padding: .4em 1em;
665
+ }
666
+ .ui-button .ui-button-text {
667
+ display: block;
668
+ line-height: 1.4;
669
+ }
670
+ .ui-datepicker {
671
+ font-size: 8pt;
672
+ }
673
+ #ui-datepicker-div {
674
+ display: none;
675
+ }
676
  #tribe-loading {
677
+ background: #fff;
678
+ background: rgba(255, 255, 255, .8);
679
+ display: none;
680
+ height: 100%;
681
+ left: 0;
682
+ position: absolute;
683
+ top: 0;
684
+ -webkit-transition: all 1s linear;
685
+ transition: all 1s linear;
686
+ webkit-transition: all 1s linear;
687
+ width: 100%;
688
+ z-index: 4;
 
 
689
  }
 
690
  #tribe-loading span {
691
+ background: url(../images/tribe-loading.gif) 0 0 no-repeat;
692
+ background-size: 32px 32px;
693
+ height: 32px;
694
+ left: 50%;
695
+ margin: -16px 0 0 -16px;
696
+ position: absolute;
697
+ top: 50%;
698
+ width: 32px;
 
699
  }
 
700
  /* = Admin Retina Bits
701
  =============================================*/
 
 
 
 
 
 
 
 
 
 
702
  /* = TEC Welcome & Update Pages // Displays after installation & plugin update
703
  ===============================================================================*/
704
+ .tribe_welcome_page,
705
+ .tribe_update_page {
706
+ max-width: 1000px;
707
  }
 
708
  .tribe-half-column {
709
+ float: left;
710
+ margin-bottom: 30px;
711
+ margin-right: 5%;
712
+ width: 45%;
713
  }
714
+ .tribe-row:before,
715
+ .tribe-row:after {
716
+ content: '';
717
+ display: table;
718
  }
 
719
  .tribe-row:after {
720
  clear: both;
721
  }
 
722
  .tribe-row {
723
+ clear: both;
724
  }
 
725
  .tribe-row .tribe-half-column:last-child {
726
+ margin-right: 0;
727
+ width: 50%;
 
 
 
 
 
 
728
  }
729
+ .tribe_welcome_page h2,
730
+ .tribe_update_page h2 {
731
+ font-size: 30px;
732
+ margin-bottom: 20px;
 
 
733
  }
734
+ .tribe_welcome_page h3,
735
+ .tribe_update_page h3 {
736
+ font-size: 24px;
737
+ font-weight: 400;
738
+ line-height: 24px;
739
+ margin-top: 0;
740
+ }
741
+ .tribe_welcome_page h4,
742
+ .tribe_update_page h4 {
743
+ font-size: 18px;
744
+ font-weight: 600;
745
+ line-height: 18px;
746
+ margin: 0;
747
  }
748
+ .tribe_welcome_page p,
749
+ .tribe_update_page p {
750
+ font-size: 14px;
751
  }
 
752
  p.tribe-welcome-message {
753
+ font-size: 20px;
754
+ font-weight: 400;
755
+ }
756
+ .tribe_welcome_page h2:before,
757
+ .tribe_update_page h2:before {
758
+ content: '\f145';
759
+ font-family: 'dashicons';
760
+ font-size: 34px;
761
+ line-height: 1;
762
+ margin-right: 5px;
763
+ position: relative;
764
+ top: 5px;
765
  }
 
766
  .tribe-welcome-video-wrapper {
767
+ height: 0;
768
+ margin-bottom: 40px;
769
  padding-bottom: 56.25%; /* 16:9 */
770
  padding-top: 25px;
771
+ position: relative;
772
  }
 
773
  .tribe-welcome-video-wrapper iframe {
774
+ height: 100%;
775
+ left: 0;
776
  position: absolute;
777
  top: 0;
 
778
  width: 100%;
 
779
  }
 
780
  a.tribe-rating-link {
781
+ text-decoration: none;
782
  }
783
+ .tribe-welcome-links,
784
+ .tribe-update-links {
785
+ margin-top: 30px;
786
  }
787
+ .tribe_welcome_page li:before,
788
+ .tribe_update_page li:before {
789
+ content: '\2022';
790
+ padding-right: 3px;
791
  }
 
792
  .tribe_update_page .rss-widget {
793
+ margin: 1em 0;
794
  }
 
795
  .tribe_update_page a.rsswidget {
796
+ font-size: 14px;
797
+ font-weight: 400;
798
+ line-height: 1;
799
  }
 
800
  .tribe_update_page .rss-widget li:before {
801
+ display: none;
802
  }
 
803
  /* Media Queries for Mobile Dashboard */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
804
  .tribe-update-bar {
805
  display: inline-block;
806
  }
 
807
  .tribe-update-bar .progress {
808
  border: 1px solid #ccc;
809
  float: left;
810
+ margin-right: 16px;
811
  margin-right: 1rem;
812
  padding: 1px;
813
+ width: 288px;
814
  width: 18rem;
815
  }
 
816
  .tribe-update-bar .progress .bar {
817
  background: #ffba00;
818
+ height: 16px;
819
  height: 1rem;
820
  width: 1%;
821
  }
 
822
  .tribe-update-bar .progress .bar {
823
  background: #7ad03a;
824
  }
 
825
  /* bumpdown */
826
  .bumpdown {
827
  background: #f1f1f1;
828
+ margin: 16px 0;
829
  margin: 1rem 0;
830
+ padding: 16px 24px 16px 16px;
831
  padding: 1rem 1.5rem 1rem 1rem;
832
  position: relative;
833
  }
 
834
  #poststuff .bumpdown h1,
835
  #poststuff .bumpdown h2,
836
  #poststuff .bumpdown h3,
842
  padding-left: 0;
843
  padding-top: 0;
844
  }
 
845
  .bumpdown-arrow {
846
  display: none;
847
  }
 
848
  .bumpdown-close {
849
  color: #686868;
850
  cursor: pointer;
851
  position: absolute;
852
+ right: 8px;
853
  right: .5rem;
854
+ top: 8px;
855
  top: .5rem;
856
  z-index: 2;
857
  }
 
858
  .bumpdown-trigger .target {
859
  color: #0074a2;
860
  }
 
861
  /* Useful to ensure modals rise above the grey 'miasma' */
862
  .ui-front {
863
+ z-index: 1000000;
864
+ }
865
+ @media
866
+ only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
867
+ #tribe-loading span {
868
+ background-image: url(../images/tribe-loading@2x.gif);
869
+ }
870
+ }
871
+ @media screen and (max-width: 782px) {
872
+ .tribe-half-column,
873
+ .tribe-row .tribe-half-column:last-child {
874
+ margin: 0 0 20px 0;
875
+ width: 100%;
876
+ }
877
+ input[type='email'] {
878
+ width: 100%;
879
+ }
880
+ }
881
+ @media screen and ( max-width: 782px ) {
882
+ .events-cal .subsubsub {
883
+ float: none;
884
+ }
885
+ .events-cal .search-box {
886
+ width: 98%;
887
+ }
888
+ .events-cal #search-submit {
889
+ width: 100%;
890
+ }
891
+ .events-cal .tablenav.top {
892
+ display: none;
893
+ }
894
+ }
common/src/resources/css/tribe-common-admin.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .invalid input{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{-khtml-border-radius:3px;background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:3px;border-spacing:0;border-style:solid;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!important;font-size:17px!important;font-weight:400;margin:8px 0}#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 legend{float:left;font-weight:700;margin-right:20px;width:220px}.tribe-settings-form fieldset.tribe-field-license_key legend{width:auto}.tribe-settings-form .tribe-field-wrap{float:left;max-width:500px}.tribe-settings-form .tribe-field-checkbox_list label,.tribe-settings-form .tribe-field-radio label{display:block;margin:5px 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 h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}.tribe-settings-form .tribe-settings-form-wrap h3~h3{margin-top:2.25em}.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}.tribe-settings-form #tribe-field-stylesheetOption label{margin-left:20px}.tribe-settings-form #tribe-field-stylesheetOption input{margin-left:-20px;margin-right:8px}.tribe-settings-form #tribe-field-stylesheetOption p.description{color:#999}#modern-tribe-info{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:8px 20px 12px}#modern-tribe-info img{height:18px;margin:10px 0;width:250px}#modern-tribe-info ul{list-style:disc;margin-left:20px}#modern-tribe-info ul ul{list-style:circle}.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-license_key.tribe-size-small input,.tribe-field-text.tribe-size-small input{width:50px}.tribe-field-license_key.tribe-size-medium input,.tribe-field-text.tribe-size-medium input{width:225px}.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-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}.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{color:red}.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{-khtml-border-radius:4px;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:6px}.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}.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px}#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{-khtml-border-radius:4px;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:16px;padding-bottom:1rem;padding-left:12px}#tribe-log-controls>div{display:inline-block;padding-right:16px;padding-right:1rem}#tribe-log-controls .working{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}#tribe-log-controls .working.hidden{opacity:0;-webkit-transition:opacity .2s;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}.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;-webkit-border-radius:5px;-moz-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:3}.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{font-size:8pt}#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;-webkit-transition:all 1s linear;transition:all 1s linear;webkit-transition:all 1s linear;width:100%;z-index:2}#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,.tribe_welcome_page{max-width:1000px}.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,.tribe_welcome_page h2{font-size:30px;margin-bottom:20px}.tribe_update_page h3,.tribe_welcome_page h3{font-size:24px;font-weight:400;line-height:24px;margin-top:0}.tribe_update_page h4,.tribe_welcome_page h4{font-size:18px;font-weight:600;line-height:18px;margin:0}.tribe_update_page p,.tribe_welcome_page p{font-size:14px}p.tribe-welcome-message{font-size:20px;font-weight:400}.tribe_update_page h2:before,.tribe_welcome_page h2:before{content:'\f145';font-family:dashicons;font-size:34px;line-height:1;margin-right:5px;position:relative;top:5px}.tribe-welcome-video-wrapper{height:0;margin-bottom:40px;padding-bottom:56.25%;padding-top:25px;position:relative}.tribe-welcome-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}a.tribe-rating-link{text-decoration:none}.tribe-update-links,.tribe-welcome-links{margin-top:30px}.tribe_update_page li:before,.tribe_welcome_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-update-bar{display:inline-block}.tribe-update-bar .progress{border:1px solid #ccc;float:left;margin-right:16px;margin-right:1rem;padding:1px;width:288px;width:18rem}.tribe-update-bar .progress .bar{background:#ffba00;height:16px;height:1rem;width:1%;background:#7ad03a}.bumpdown{background:#f1f1f1;margin:16px 0;margin:1rem 0;padding:16px 24px 16px 16px;padding:1rem 1.5rem 1rem 1rem;position:relative}#poststuff .bumpdown h1,#poststuff .bumpdown h2,#poststuff .bumpdown h3,#poststuff .bumpdown h4,.bumpdown h1,.bumpdown h2,.bumpdown h3,.bumpdown h4{padding-left:0;padding-top:0}.bumpdown-arrow{display:none}.bumpdown-close{color:#686868;cursor:pointer;position:absolute;right:8px;right:.5rem;top:8px;top:.5rem;z-index:1}.bumpdown-trigger .target{color:#0074a2}.ui-front{z-index:4}@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%}}@media screen and (max-width:782px){.events-cal .subsubsub{float:none}.events-cal .search-box{width:98%}.events-cal #search-submit{width:100%}.events-cal .tablenav.top{display:none}}
common/src/resources/js/admin-date-preview.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(a){a(".live-date-preview").siblings("input").change(function(){var b=a(this),c=b.val(),d=b.siblings(".live-date-preview"),e=function(b){b=a("<div/>").html(b).text(),d.html(b)};d.append("<span class='spinner'></span>"),d.find(".spinner").css("visibility","visible");var f={action:"date_format",date:c};a.post(ajaxurl,f,e,"text")})});
1
+ jQuery(document).ready(function(i){i(".live-date-preview").siblings("input").change(function(){var e=i(this),n=e.val(),t=e.siblings(".live-date-preview"),a=function(e){e=i("<div/>").html(e).text(),t.html(e)};t.append("<span class='spinner'></span>"),t.find(".spinner").css("visibility","visible");var s={action:"date_format",date:n};i.post(ajaxurl,s,a,"text")})});
common/src/resources/js/admin-log-controls.js ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var tribe_logger_admin = tribe_logger_admin || {};
2
+ var tribe_logger_data = tribe_logger_data || {};
3
+
4
+ ( function( $, obj ) {
5
+ var working = false;
6
+ var current_view = '';
7
+ var current_engine = '';
8
+ var view_changed = false;
9
+ var $controls = $( '#tribe-log-controls' );
10
+ var $options = $controls.find( 'select' );
11
+ var $spinner = $controls.find( '.working' );
12
+ var $viewer = $( '#tribe-log-viewer' );
13
+ var $download_link = $( 'a.download_log' );
14
+
15
+ /**
16
+ * Update the log view based on changes to the various selectors.
17
+ */
18
+ function update() {
19
+ // If an update is already in progress let's wait until that job completes
20
+ if ( working ) {
21
+ return;
22
+ }
23
+
24
+ detect_view_change();
25
+ freeze();
26
+ request();
27
+ }
28
+
29
+ /**
30
+ * Communicate any changes back to the server so we can obtain fresh log data
31
+ * to display to the user.
32
+ */
33
+ function request() {
34
+ var data = {
35
+ 'action': 'tribe_logging_controls',
36
+ 'check': tribe_logger_data.check,
37
+ 'log-level': $( '#log-level' ).find( ':selected' ).attr( 'name' ),
38
+ 'log-engine': $( '#log-engine' ).find( ':selected' ).attr( 'name' )
39
+ };
40
+
41
+ if ( view_changed ) {
42
+ data['log-view'] = current_view;
43
+ }
44
+
45
+ $.ajax( ajaxurl, {
46
+ 'method': 'POST',
47
+ 'success': on_success,
48
+ 'error': on_error,
49
+ 'dataType': 'json',
50
+ 'data': data
51
+ } );
52
+ }
53
+
54
+ /**
55
+ * Unfreeze the controls (following an update) and refresh on-screen data as needed.
56
+ *
57
+ * @param data
58
+ */
59
+ function on_success( data ) {
60
+ unfreeze();
61
+
62
+ if ( $.isArray( data.data.entries ) ) {
63
+ $viewer.html( to_table( data.data.entries ) );
64
+ update_download_link();
65
+ }
66
+ }
67
+
68
+ /**
69
+ * Converts data_array, which is expected to be an array of
70
+ * arrays, into an HTML table.
71
+ */
72
+ function to_table( data_array ) {
73
+ var html = '<table>';
74
+
75
+ for ( var row in data_array ) {
76
+ html += '<tr>';
77
+
78
+ for ( var cell in data_array[row] ) {
79
+ html += '<td>' + data_array[row][cell] + '</td>';
80
+ }
81
+
82
+ html += '</tr>';
83
+ }
84
+
85
+ return html + '</table>';
86
+ }
87
+
88
+ /**
89
+ * Add, append or update the log download link so it points to the
90
+ * currently selected log file.
91
+ */
92
+ function update_download_link() {
93
+ var url = $download_link.attr( 'href' );
94
+ var log = encodeURI( get_current_view() );
95
+ var matches = url.match(/&log=([a-z0-9\-]+)/i);
96
+
97
+ // Update or add the log parameter
98
+ if ( $.isArray( matches ) && 2 === matches.length ) {
99
+ url = url.replace( matches[0], '&log=' + log );
100
+ } else if ( url.indexOf( '?' ) ) {
101
+ url = url + '&log=' + log;
102
+ } else {
103
+ url = url + '?log=' + log;
104
+ }
105
+
106
+ $download_link.attr( 'href', url );
107
+ }
108
+
109
+ /**
110
+ * If our request back to the server failed, unfreeze the controls so
111
+ * we can try again.
112
+ *
113
+ * @todo in a future iteration we should add substantive handling for this scenario
114
+ */
115
+ function on_error() {
116
+ unfreeze();
117
+ }
118
+
119
+ /**
120
+ * Freeze/disable the controls and show the spinner.
121
+ */
122
+ function freeze() {
123
+ working = true;
124
+ $options.prop( 'disabled', true );
125
+ $spinner.removeClass( 'hidden' );
126
+ }
127
+
128
+ /**
129
+ * Unfreeze/enable the controls and hide the spinner.
130
+ */
131
+ function unfreeze() {
132
+ working = false;
133
+ $options.prop( 'disabled', false );
134
+ $spinner.addClass( 'hidden' );
135
+ }
136
+
137
+ /**
138
+ * Check if a change in controls constituting a change of view has occured.
139
+ *
140
+ * This could be because the user changed logging engine or because they picked
141
+ * a different log to peruse; a change in logging level on the other hand does
142
+ * not count.
143
+ */
144
+ function detect_view_change() {
145
+ var new_view = get_current_view();
146
+ var new_engine = get_current_engine();
147
+
148
+ if ( new_view !== current_view || new_engine !== current_engine ) {
149
+ view_changed = true;
150
+ current_view = new_view;
151
+ current_engine = new_engine;
152
+ } else {
153
+ view_changed = false;
154
+ }
155
+ }
156
+
157
+ function get_current_view() {
158
+ return $( '#log-selector' ).find( ':selected' ).attr( 'name' );
159
+ }
160
+
161
+ function get_current_engine() {
162
+ return $( '#log-engine' ).find( ':selected' ).attr( 'name' );
163
+ }
164
+
165
+ // Setup
166
+ current_view = get_current_view();
167
+ current_engine = get_current_engine();
168
+
169
+ update_download_link();
170
+ $options.change( update );
171
+ } )( jQuery, tribe_logger_admin );
common/src/resources/js/admin-log-controls.min.js ADDED
@@ -0,0 +1 @@
 
1
+ var tribe_logger_admin=tribe_logger_admin||{},tribe_logger_data=tribe_logger_data||{};!function(e,t){function n(){u||(c(),d(),r())}function r(){var t={action:"tribe_logging_controls",check:tribe_logger_data.check,"log-level":e("#log-level").find(":selected").attr("name"),"log-engine":e("#log-engine").find(":selected").attr("name")};v&&(t["log-view"]=_),e.ajax(ajaxurl,{method:"POST",success:a,error:l,dataType:"json",data:t})}function a(t){g(),e.isArray(t.data.entries)&&(j.html(o(t.data.entries)),i())}function o(e){var t="<table>";for(var n in e){t+="<tr>";for(var r in e[n])t+="<td>"+e[n][r]+"</td>";t+="</tr>"}return t+"</table>"}function i(){var t=w.attr("href"),n=encodeURI(f()),r=t.match(/&log=([a-z0-9\-]+)/i);t=e.isArray(r)&&2===r.length?t.replace(r[0],"&log="+n):t.indexOf("?")?t+"&log="+n:t+"?log="+n,w.attr("href",t)}function l(){g()}function d(){u=!0,m.prop("disabled",!0),p.removeClass("hidden")}function g(){u=!1,m.prop("disabled",!1),p.addClass("hidden")}function c(){var e=f(),t=s();e!==_||t!==b?(v=!0,_=e,b=t):v=!1}function f(){return e("#log-selector").find(":selected").attr("name")}function s(){return e("#log-engine").find(":selected").attr("name")}var u=!1,_="",b="",v=!1,h=e("#tribe-log-controls"),m=h.find("select"),p=h.find(".working"),j=e("#tribe-log-viewer"),w=e("a.download_log");_=f(),b=s(),i(),m.change(n)}(jQuery,tribe_logger_admin);
common/src/resources/js/app-shop.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(document).ready(function(){var i=0;jQuery("div.tribe-addon .caption").each(function(){var t=jQuery(this).height();i=t>i?t:i}),jQuery("div.tribe-addon:not(.first) .caption").css("height",i)});
common/src/resources/js/inline-bumpdown.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(n){"use strict";var i={};i.clicked=!1,i.opening=!1,i.close_bumpdown=function(n){n.is(":visible")&&n.slideUp("fast")},i.open_bumpdown=function(n){n.is(":visible")||(i.opening=!0,n.slideDown("fast",function(){i.opening=!1}))},n.fn.bumpdown=function(){return this.each(function(){var o=n(this),e=o.attr("id"),t=o.find(".target");o.addClass("bumpdown-trigger");var s=o.parents().filter(function(){return"block"===n(this).css("display")}).first();t.length||(t=o),e||n.error("bumpdowns need an id");var c='[data-trigger="'+e+'"]',d=n(c);d.addClass("bumpdown");var a={};a.offset=t.offset(),a.width=t.outerWidth(),a.halfway=a.offset.left-s.offset().left+Math.round(a.width/2)-16,d.prepend('<a class="bumpdown-close" title="Close"><i class="dashicons dashicons-no"></i></a>'),d.prepend('<span class="bumpdown-arrow" style="left: '+a.halfway+'px;"></span>'),n(document).on("click",c,function(){d.is(":visible")&&!i.opening&&(i.clicked=!0)}),n(document).on("click",function(){i.clicked||i.opening||!d.is(":visible")||i.close_bumpdown(d),i.clicked=!1}),o.on("mouseover",function(){o.doTimeout(e,300,function(){d.is(":visible")||i.open_bumpdown(d)})}),o.on("click",function(n){n.preventDefault(),d.is(":visible")||(n.stopPropagation(),i.open_bumpdown(d))}),d.find(".bumpdown-close").on("click",function(n){n.preventDefault(),n.stopPropagation(),i.close_bumpdown(d)})})}}(jQuery);
common/src/resources/js/jquery.ba-dotimeout.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(n){"$:nomunge";function t(t){function i(){t?a.removeData(t):d&&delete e[d]}function f(){u.id=setTimeout(function(){u.fn()},y)}var a,r=this,u={},c=t?n.fn:n,l=arguments,p=4,d=l[1],y=l[2],s=l[3];if("string"!=typeof d&&(p--,d=t=0,y=l[1],s=l[2]),t?(a=r.eq(0),a.data(t,u=a.data(t)||{})):d&&(u=e[d]||(e[d]={})),u.id&&clearTimeout(u.id),delete u.id,s)u.fn=function(n){"string"==typeof s&&(s=c[s]),s.apply(r,o.call(l,p))!==!0||n?i():f()},f();else{if(u.fn)return void 0===y?i():u.fn(y===!1),!0;i()}}var e={},i="doTimeout",o=Array.prototype.slice;n[i]=function(){return t.apply(window,[0].concat(o.call(arguments)))},n.fn[i]=function(){var n=o.call(arguments),e=t.apply(this,[i+n[0]].concat(n));return"number"==typeof n[0]||"number"==typeof n[1]?this:e}}(jQuery);
common/src/resources/js/notice-dismiss.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(i){function n(i,n,e){var s=i.indexOf("#"),t=-1===s?"":i.substr(s);i=-1===s?i:i.substr(0,s);var o=new RegExp("([?&])"+n+"=.*?(&|$)","i"),r=-1!==i.indexOf("?")?"&":"?";return i=i.match(o)?i.replace(o,"$1"+n+"="+e+"$2"):i+r+n+"="+e,i+t}i(document).ready(function(){i(".tribe-dismiss-notice.is-dismissible").on("click",".notice-dismiss",function(){window.location.href=n(window.location.href,"tribe-dismiss-notice",i(this).parents(".tribe-dismiss-notice").data("ref"))})})}(jQuery);
common/src/resources/postcss/app-shop.pcss ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .tribe-addon {
2
+ -webkit-box-sizing: border-box;
3
+ -moz-box-sizing: border-box;
4
+ box-sizing: border-box;
5
+ display: inline-block;
6
+ margin-right: 10px;
7
+ overflow: hidden;
8
+ padding: 20px 20px 20px 0;
9
+ vertical-align: top;
10
+ width: 300px;
11
+ }
12
+
13
+ .tribe-addon .thumb img {
14
+ max-width: 100%;
15
+ width: 100%;
16
+ }
17
+
18
+ .tribe-addon h4 {
19
+ font-size: 1.17em;
20
+ }
21
+
22
+ .tribe-addon h4 a {
23
+ text-decoration: none;
24
+ }
25
+
26
+ .addon-grid {
27
+ width: 100%;
28
+ }
29
+
30
+ .category-title {
31
+ clear: both;
32
+ display: block;
33
+ margin-bottom: 10px;
34
+ }
35
+
36
+ .tribe-addon.first {
37
+ border-bottom: 1px solid #dfdfdf;
38
+ margin: 20px 0 10px;
39
+ overflow: hidden;
40
+ padding: 0 0 20px 330px;
41
+ width: 100%;
42
+ }
43
+
44
+ .tribe-addon.first h4 {
45
+ font-size: 20px;
46
+ line-height: 1.4;
47
+ margin: 0;
48
+ }
49
+
50
+ .tribe-addon.first .thumb {
51
+ float: left;
52
+ margin-left: -330px;
53
+ width: 300px;
54
+ }
55
+
56
+ .tribe-addon.first .description {
57
+ max-width: 600px;
58
+ }
common/src/resources/postcss/tribe-common-admin.pcss ADDED
@@ -0,0 +1,990 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* = Shared CSS Elements
2
+ =============================================*/
3
+ .invalid input {
4
+ border: 2px solid red !important;
5
+ }
6
+ .valid input {
7
+ border: 1px solid green;
8
+ }
9
+ .clearfix {
10
+ zoom: 1; /* For IE */
11
+ }
12
+ .placeholder {
13
+ color: #999;
14
+ cursor: text;
15
+ padding: 4px 4px 4px 4px;
16
+ }
17
+ input:placeholder,
18
+ textarea:placeholder {
19
+ color: #999;
20
+ }
21
+ input::-webkit-input-placeholder,
22
+ textarea::-webkit-input-placeholder {
23
+ color: #999;
24
+ }
25
+ .bubble {
26
+ -khtml-border-radius: 3px;
27
+ background-color: #f9f9f9;
28
+ border-color: #dfdfdf;
29
+ -webkit-border-radius: 3px;
30
+ -moz-border-radius: 3px;
31
+ border-radius: 3px;
32
+ border-spacing: 0;
33
+ border-style: solid;
34
+ border-style: solid;
35
+ border-width: 1px;
36
+ padding: 10px;
37
+ }
38
+ .tribe-sticky-tooltip {
39
+ color: #bbb;
40
+ }
41
+ td.tribe_message {
42
+ padding-bottom: 10px !important;
43
+ }
44
+
45
+ #tribe_thanks {
46
+ float: left;
47
+ margin: 5px 0 0 0;
48
+ width: 200px;
49
+ }
50
+ .tribe_brand {
51
+ font-family: Georgia !important;
52
+ font-size: 17px !important;
53
+ font-weight: normal;
54
+ margin: 8px 0;
55
+ }
56
+
57
+ /* = Upgrade Screen
58
+ =============================================*/
59
+ #tribe-upgrade {
60
+ background: #f6f6f6;
61
+ border: 1px solid #ccc;
62
+ -webkit-border-radius: 5px;
63
+ -moz-border-radius: 5px;
64
+ border-radius: 5px;
65
+ margin: 20px 0 30px;
66
+ padding: 0 20px 20px;
67
+ }
68
+ #tribe-upgrade .message {
69
+ background-color: #ffffe0;
70
+ border-color: #e6db55;
71
+ -webkit-border-radius: 3px;
72
+ -moz-border-radius: 3px;
73
+ border-radius: 3px;
74
+ border-style: solid;
75
+ border-width: 1px;
76
+ padding: 6px 12px;
77
+ }
78
+
79
+ /* = Plugin Screen
80
+ =============================================*/
81
+ table.plugins .tribe-plugin-update-message {
82
+ background: #d54e21; /* taken from colour scheme in list-tables.css */
83
+ color: white;
84
+ display: inline-table;
85
+ margin: 6px 0;
86
+ padding: 10px 12px;
87
+ }
88
+
89
+ table.plugins .tribe-plugin-update-message h4 {
90
+ display: inline;
91
+ font-weight: bold;
92
+ margin-right: 8px;
93
+ }
94
+
95
+ table.plugins .tribe-plugin-update-message h4:after {
96
+ content: ' \00BB ';
97
+ }
98
+
99
+
100
+ table.plugins .tribe-plugin-update-message a {
101
+ color: white;
102
+ text-decoration: underline;
103
+ }
104
+
105
+ /* = Settings Screen
106
+ =============================================*/
107
+ .tribe-settings-form {
108
+ max-width: 1000px;
109
+ }
110
+ .tribe-settings-form fieldset {
111
+ clear: both;
112
+ display: inline-block;
113
+ padding: 10px 0;
114
+ }
115
+ .tribe-settings-form legend {
116
+ float: left;
117
+ font-weight: bold;
118
+ margin-right: 20px;
119
+ width: 220px;
120
+ }
121
+ .tribe-settings-form fieldset.tribe-field-license_key legend {
122
+ width: auto;
123
+ }
124
+ .tribe-settings-form .tribe-field-wrap {
125
+ float: left;
126
+ max-width: 500px;
127
+ }
128
+ .tribe-settings-form .tribe-field-radio label,
129
+ .tribe-settings-form .tribe-field-checkbox_list label {
130
+ display: block;
131
+ margin: 5px 0;
132
+ }
133
+ .tribe-settings-form .tribe-field-radio label input,
134
+ .tribe-settings-form .tribe-field-checkbox_list label input {
135
+ margin-right: 5px;
136
+ }
137
+ .tribe-settings-form .tribe-settings-form-wrap fieldset,
138
+ .tribe-settings-form .tribe-settings-form-wrap .description,
139
+ .tribe-settings-form fieldset[id^='tribe-field-geoloc_'] {
140
+ padding-left: 12px;
141
+ }
142
+ .tribe-settings-form .tribe-settings-form-wrap fieldset .description {
143
+ margin-left: 0;
144
+ max-width: 450px;
145
+ padding-left: 0;
146
+ }
147
+ .tribe-settings-form .tribe-settings-form-wrap h3 {
148
+ background-color: #f9f9f9;
149
+ margin-bottom: 10px;
150
+ padding: 6px 0 6px 12px;
151
+ }
152
+ .tribe-settings-form .tribe-settings-form-wrap h3 ~ h3 {
153
+ margin-top: 2.25em;
154
+ }
155
+ .tribe-settings-form .tribe-settings-form-wrap h3 + p {
156
+ margin: 0 0 10px;
157
+ padding-left: 12px;
158
+ }
159
+ .tribe_settings .tribe-field-indent {
160
+ margin-left: 245px;
161
+ }
162
+ .tribe_settings #pu_dashboard_message {
163
+ display: none;
164
+ }
165
+ .tribe_settings .tribe-errors-list {
166
+ margin-left: 15px;
167
+ }
168
+ .tribe_settings .expiring-license {
169
+ color: red;
170
+ }
171
+ .tribe_settings .tribe-error {
172
+ border: 1px solid #f00;
173
+ }
174
+ .tribe_settings .tribe-field-description {
175
+ margin-bottom: 0;
176
+ position: relative;
177
+ top: -12px;
178
+ }
179
+ .tribe_settings #ical-link {
180
+ top: -14px;
181
+ }
182
+ .tribe-settings-form #tribe-field-stylesheetOption label {
183
+ margin-left: 20px;
184
+ }
185
+ .tribe-settings-form #tribe-field-stylesheetOption input {
186
+ margin-left: -20px;
187
+ margin-right: 8px;
188
+ }
189
+ .tribe-settings-form #tribe-field-stylesheetOption p.description {
190
+ color: #999;
191
+ }
192
+ /* Modern Tribe box */
193
+ #modern-tribe-info {
194
+ -khtml-border-radius: 4px;
195
+ background-color: #f9f9f9;
196
+ border: 1px solid #ccc;
197
+ -webkit-border-radius: 4px;
198
+ -moz-border-radius: 4px;
199
+ -o-border-radius: 4px;
200
+ border-radius: 4px;
201
+ margin: 20px 0;
202
+ padding: 8px 20px 12px;
203
+ }
204
+ #modern-tribe-info img {
205
+ height: 18px;
206
+ margin: 10px 0;
207
+ width: 250px;
208
+ }
209
+ #modern-tribe-info ul {
210
+ list-style: disc;
211
+ margin-left: 20px;
212
+ }
213
+ #modern-tribe-info ul ul {
214
+ list-style: circle;
215
+ }
216
+
217
+ /* sizes */
218
+ .tribe-field-textarea.tribe-size-small textarea {
219
+ height: 60px;
220
+ width: 180px;
221
+ }
222
+ .tribe-field-textarea.tribe-size-medium textarea {
223
+ height: 80px;
224
+ width: 300px;
225
+ }
226
+ .tribe-field-textarea.tribe-size-large textarea {
227
+ height: 120px;
228
+ width: 450px;
229
+ }
230
+
231
+ .tribe-field-text.tribe-size-small input,
232
+ .tribe-field-license_key.tribe-size-small input {
233
+ width: 50px;
234
+ }
235
+ .tribe-field-text.tribe-size-medium input,
236
+ .tribe-field-license_key.tribe-size-medium input {
237
+ width: 225px;
238
+ }
239
+ .tribe-field-text.tribe-size-large input,
240
+ .tribe-field-license_key.tribe-size-large input {
241
+ width: 450px;
242
+ }
243
+
244
+ .tribe-field-dropdown.tribe-size-small select {
245
+ width: 100px;
246
+ }
247
+ .tribe-field-dropdown.tribe-size-medium select {
248
+ width: 300px;
249
+ }
250
+ .tribe-field-dropdown.tribe-size-large select {
251
+ width: 450px;
252
+ }
253
+
254
+ .tribe-field-dropdown_chosen.tribe-size-small select {
255
+ width: 100px;
256
+ }
257
+ .tribe-field-dropdown_chosen.tribe-size-medium select {
258
+ width: 200px;
259
+ }
260
+ .tribe-field-dropdown_chosen.tribe-size-large select {
261
+ width: 300px;
262
+ }
263
+
264
+ /* license keys */
265
+ .ajax-loading-license,
266
+ .valid-key,
267
+ .invalid-key {
268
+ display: none;
269
+ margin: 0 5px;
270
+ }
271
+ .ajax-loading-license {
272
+ position: relative;
273
+ top: 5px;
274
+ }
275
+ .key-validity {
276
+ display: inline-block;
277
+ }
278
+ .invalid-key {
279
+ color: red;
280
+ }
281
+ .valid-key {
282
+ color: green;
283
+ }
284
+ .valid-key.service-msg {
285
+ color: #b72;
286
+ }
287
+
288
+ /* additional fields */
289
+ #additional-field-table {
290
+ margin-bottom: 20px;
291
+ }
292
+
293
+ /* miscellaneous */
294
+ .tribe-admin-box-left {
295
+ -khtml-border-radius: 4px;
296
+ background-color: #f9f9f9;
297
+ border: 1px solid #ccc;
298
+ -webkit-border-radius: 4px;
299
+ -moz-border-radius: 4px;
300
+ -o-border-radius: 4px;
301
+ border-radius: 4px;
302
+ float: left;
303
+ margin: 20px 0;
304
+ padding: 0 20px 15px;
305
+ width: 20%;
306
+ }
307
+ .tribe-admin-box-right {
308
+ -khtml-border-radius: 4px;
309
+ background-color: #f9f9f9;
310
+ border: 1px solid #ccc;
311
+ -webkit-border-radius: 4px;
312
+ -moz-border-radius: 4px;
313
+ -o-border-radius: 4px;
314
+ border-radius: 4px;
315
+ float: right;
316
+ margin: 20px 0;
317
+ padding: 0 20px 15px;
318
+ width: 68%;
319
+ }
320
+ .ajax-loader {
321
+ float: right;
322
+ margin: 10px;
323
+ }
324
+ .tribe-arrangeable-item {
325
+ border: 1px solid lightGrey;
326
+ -moz-border-radius: 6px;
327
+ border-radius: 6px;
328
+ }
329
+ .tribe-arrangeable-item .ui-state-default {
330
+ border: none;
331
+ }
332
+ .tribe-arrangeable-item-top {
333
+ padding: 6px;
334
+ }
335
+ .tribe-arrangeable-item-top:hover {
336
+ cursor: move;
337
+ }
338
+ .tribe-arrangeable-action {
339
+ float: right;
340
+ }
341
+ .tribe-arrangeable-child {
342
+ background-color: #f9f9f9;
343
+ border-top: 1px solid lightGrey;
344
+ display: none;
345
+ padding: 25px;
346
+ }
347
+ .tribe-arrangeable-child label {
348
+ display: block;
349
+ margin: 0 0 7px 0;
350
+ }
351
+ .tribe_events_active_filter_type_options {
352
+ margin: 10px 0;
353
+ }
354
+ .tribe_events_active_filter_type_options label {
355
+ margin: 7px 0;
356
+ }
357
+ .tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection {
358
+ margin-bottom: 18px;
359
+ }
360
+ .OrganizerInfo td small,
361
+ #event_organizer td small {
362
+ display: block;
363
+ margin: 0;
364
+ max-width: 250px;
365
+ }
366
+ .OrganizerInfo .organizer-email,
367
+ #event_organizer .organizer-email {
368
+ vertical-align: top;
369
+ }
370
+
371
+ .tribe-table-field-label {
372
+ max-width: 100%;
373
+ width: 200px;
374
+ }
375
+
376
+ /* = Help Screen
377
+ =============================================*/
378
+
379
+ #tribe-help-general,
380
+ #tribe-help-sidebar {
381
+ float: left;
382
+ margin-top: 20px;
383
+ }
384
+
385
+ #tribe-help-general p {
386
+ margin-left: 15px;
387
+ }
388
+
389
+ #tribe-help-general ul {
390
+ list-style-type: square;
391
+ margin-bottom: 20px;
392
+ margin-left: 35px;
393
+ }
394
+
395
+ #tribe-help-general ol {
396
+ margin-bottom: 20px;
397
+ margin-left: 35px;
398
+ }
399
+
400
+ #tribe-help-general h3 {
401
+ background-color: #f9f9f9;
402
+ margin-bottom: 10px;
403
+ padding: 6px 0 6px 12px;
404
+ }
405
+
406
+ #tribe-help-general h3 ~ h3 {
407
+ margin-top: 2.25em;
408
+ }
409
+
410
+ #tribe-help-general h3 + p {
411
+ margin: 0 0 20px;
412
+ padding-left: 12px;
413
+ }
414
+
415
+ #tribe-help-general {
416
+ width: 65%;
417
+ }
418
+
419
+ .tribe-help-section {
420
+ padding-bottom: 10px;
421
+ }
422
+
423
+ .tribe-section-type-box {
424
+ -khtml-border-radius: 4px;
425
+ background-color: #f9f9f9;
426
+ border: 1px solid #ccc;
427
+ -webkit-border-radius: 4px;
428
+ -moz-border-radius: 4px;
429
+ -o-border-radius: 4px;
430
+ border-radius: 4px;
431
+ padding: 8px 20px 12px;
432
+ }
433
+
434
+ .tribe-section-type-box img {
435
+ height: auto;
436
+ margin: 10px 0;
437
+ max-width: 300px;
438
+ }
439
+
440
+ .tribe-section-type-box ul {
441
+ list-style: disc;
442
+ margin-left: 20px;
443
+ }
444
+
445
+ .tribe-section-type-box ul ul {
446
+ list-style: circle;
447
+ }
448
+
449
+ #tribe-log-controls {
450
+ padding-bottom: 1rem;
451
+
452
+ /* For consistency with help screen h3 and p elements */
453
+ padding-left: 12px;
454
+
455
+ & > div {
456
+ display: inline-block;
457
+ padding-right: 1rem;
458
+ }
459
+
460
+ .working {
461
+ opacity: 1;
462
+ transition: opacity 0.2s;
463
+ }
464
+
465
+ .working.hidden {
466
+ opacity: 0;
467
+ transition: opacity 0.2s;
468
+ }
469
+ }
470
+
471
+ #tribe-system-info dl.support-stats,
472
+ #tribe-log-viewer,
473
+ .template-updates-wrapper {
474
+ background: #000;
475
+ border-radius: 2px;
476
+ color: #888;
477
+ max-height: 400px;
478
+ overflow: scroll;
479
+ padding: 10px;
480
+ }
481
+
482
+ #tribe-system-info dl.support-stats dt,
483
+ .template-updates-wrapper dt {
484
+ clear: both;
485
+ float: left;
486
+ font-weight: bold;
487
+ text-transform: uppercase;
488
+ width: 25%;
489
+ }
490
+
491
+ #tribe-system-info dl.support-stats dd,
492
+ .template-updates-wrapper dd {
493
+ margin-left: 25%;
494
+ padding-left: 10px;
495
+ }
496
+
497
+ .template-updates-wrapper p {
498
+ margin-top: 0;
499
+ }
500
+
501
+ #tribe-help-sidebar {
502
+ margin: 20px 0 0 3%;
503
+ max-width: 225px;
504
+ width: 32%;
505
+ }
506
+
507
+ .tribe-help-plugin-info {
508
+ border: 1px solid #ccc;
509
+ padding: 0 12px 12px;
510
+ }
511
+
512
+ .tribe-help-plugin-info dt,
513
+ .tribe-help-plugin-info dd {
514
+ display: inline;
515
+ margin: 0;
516
+ }
517
+
518
+ .tribe-help-plugin-info dt {
519
+ font-weight: bold;
520
+ }
521
+
522
+ .tribe-help-plugin-info dd::after {
523
+ content: '';
524
+ display: block;
525
+ height: .4em;
526
+ }
527
+
528
+ .tribe-help-plugin-info dd:last-child::after {
529
+ height: 0;
530
+ }
531
+
532
+ .tribe-help-plugin-info + .tribe-help-plugin-info {
533
+ margin-top: 20px;
534
+ }
535
+
536
+ .tribe-help-plugin-info > div {
537
+ line-height: 2em;
538
+ }
539
+
540
+ .tribe-help-plugin-info .star-rating {
541
+ display: inline-block;
542
+ margin-left: 3px;
543
+ position: relative;
544
+ top: -2px;
545
+ }
546
+
547
+ .tribe-help-plugin-info .tribe-list-addons {
548
+ color: #21a6cb;
549
+ font-size: 24px;
550
+ list-style: circle inside;
551
+ margin-bottom: 10px;
552
+ margin-top: 10px;
553
+ padding-left: 4px;
554
+ }
555
+
556
+ .tribe-help-plugin-info .tribe-list-addons a {
557
+ font-size: 13px;
558
+ left: -5px;
559
+ position: relative;
560
+ top: -5px;
561
+ }
562
+
563
+ .tribe-help-plugin-info .tribe-list-addons .tribe-active-addon {
564
+ list-style: disc inside;
565
+ }
566
+
567
+ /* = jQuery UI
568
+ =============================================*/
569
+ .ui-widget-overlay {
570
+ background: #666;
571
+ filter: Alpha(Opacity=50);
572
+ opacity: .50;
573
+ }
574
+ .ui-widget-shadow {
575
+ background: #000;
576
+ -webkit-border-radius: 5px;
577
+ -moz-border-radius: 5px;
578
+ filter: Alpha(Opacity=20);
579
+ margin: -5px 0 0 -5px;
580
+ opacity: .20;
581
+ padding: 5px;
582
+ }
583
+ .ui-resizable {
584
+ position: relative;
585
+ }
586
+ .ui-resizable-handle {
587
+ display: block;
588
+ font-size: .1px;
589
+ position: absolute;
590
+ z-index: 99999;
591
+ }
592
+ .ui-resizable-disabled .ui-resizable-handle,
593
+ .ui-resizable-autohide .ui-resizable-handle {
594
+ display: none;
595
+ }
596
+ .ui-resizable-n {
597
+ cursor: n-resize;
598
+ height: 7px;
599
+ left: 0;
600
+ top: -5px;
601
+ width: 100%;
602
+ }
603
+ .ui-resizable-s {
604
+ bottom: -5px;
605
+ cursor: s-resize;
606
+ height: 7px;
607
+ left: 0;
608
+ width: 100%;
609
+ }
610
+ .ui-resizable-e {
611
+ cursor: e-resize;
612
+ height: 100%;
613
+ right: -5px;
614
+ top: 0;
615
+ width: 7px;
616
+ }
617
+ .ui-resizable-w {
618
+ cursor: w-resize;
619
+ height: 100%;
620
+ left: -5px;
621
+ top: 0;
622
+ width: 7px;
623
+ }
624
+ .ui-resizable-se {
625
+ bottom: 1px;
626
+ cursor: se-resize;
627
+ height: 12px;
628
+ right: 1px;
629
+ width: 12px;
630
+ }
631
+ .ui-resizable-sw {
632
+ bottom: -5px;
633
+ cursor: sw-resize;
634
+ height: 9px;
635
+ left: -5px;
636
+ width: 9px;
637
+ }
638
+ .ui-resizable-nw {
639
+ cursor: nw-resize;
640
+ height: 9px;
641
+ left: -5px;
642
+ top: -5px;
643
+ width: 9px;
644
+ }
645
+ .ui-resizable-ne {
646
+ cursor: ne-resize;
647
+ height: 9px;
648
+ right: -5px;
649
+ top: -5px;
650
+ width: 9px;
651
+ }
652
+ .ui-dialog {
653
+ padding: .2em;
654
+ position: relative;
655
+ width: 375px;
656
+ }
657
+ .ui-dialog .ui-dialog-titlebar {
658
+ padding: .5em .3em .3em 1em;
659
+ position: relative;
660
+ }
661
+ .ui-dialog .ui-dialog-title {
662
+ float: left;
663
+ margin: .1em 0 .2em;
664
+ }
665
+ .ui-dialog .ui-dialog-titlebar-close {
666
+ height: 18px;
667
+ margin: -10px 0 0 0;
668
+ padding: 1px;
669
+ position: absolute;
670
+ right: .3em;
671
+ top: 50%;
672
+ width: 19px;
673
+ }
674
+ .ui-dialog .ui-dialog-titlebar-close span {
675
+ display: block;
676
+ margin-left: -8px;
677
+ margin-top: -8px;
678
+ }
679
+ .ui-dialog .ui-dialog-titlebar-close:hover,
680
+ .ui-dialog .ui-dialog-titlebar-close:focus {
681
+ padding: 0;
682
+ }
683
+ .ui-dialog .ui-dialog-content {
684
+ background: none;
685
+ border: 0;
686
+ overflow: auto;
687
+ padding: .5em 1em;
688
+ zoom: 1;
689
+ }
690
+ .ui-dialog .ui-dialog-buttonpane {
691
+ background-image: none;
692
+ border-width: 1px 0 0 0;
693
+ margin: .5em 0 0 0;
694
+ padding: .3em 1em .5em !important;
695
+ text-align: right;
696
+ }
697
+ .ui-dialog .ui-dialog-buttonpane button {
698
+ cursor: pointer;
699
+ line-height: 1.4em;
700
+ margin: .5em .4em .5em !important;
701
+ overflow: visible;
702
+ padding: .2em .6em .3em;
703
+ text-shadow: none;
704
+ width: auto;
705
+ }
706
+ .ui-dialog .ui-resizable-se {
707
+ bottom: 3px;
708
+ height: 14px;
709
+ right: 3px;
710
+ width: 14px;
711
+ }
712
+ .ui-draggable .ui-dialog-titlebar {
713
+ cursor: move;
714
+ }
715
+ .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
716
+ float: none !important;
717
+ text-align: center;
718
+ }
719
+ .ui-button-text-only .ui-button-text {
720
+ padding: .4em 1em;
721
+ }
722
+ .ui-button .ui-button-text {
723
+ display: block;
724
+ line-height: 1.4;
725
+ }
726
+ .ui-datepicker {
727
+ font-size: 8pt;
728
+ }
729
+ #ui-datepicker-div {
730
+ display: none;
731
+ }
732
+
733
+ #tribe-loading {
734
+ background: #fff;
735
+ background: rgba(255, 255, 255, .8);
736
+ display: none;
737
+ height: 100%;
738
+ left: 0;
739
+ position: absolute;
740
+ top: 0;
741
+ -moz-transition: all 1s linear;
742
+ -ms-transition: all 1s linear;
743
+ -o-transition: all 1s linear;
744
+ transition: all 1s linear;
745
+ webkit-transition: all 1s linear;
746
+ width: 100%;
747
+ z-index: 4;
748
+ }
749
+
750
+ #tribe-loading span {
751
+ background: url(../images/tribe-loading.gif) 0 0 no-repeat;
752
+ -webkit-background-size: 32px 32px;
753
+ background-size: 32px 32px;
754
+ height: 32px;
755
+ left: 50%;
756
+ margin: -16px 0 0 -16px;
757
+ position: absolute;
758
+ top: 50%;
759
+ width: 32px;
760
+ }
761
+
762
+ /* = Admin Retina Bits
763
+ =============================================*/
764
+ @media
765
+ only screen and (min--moz-device-pixel-ratio: 2),
766
+ only screen and (-o-min-device-pixel-ratio: 2/1),
767
+ only screen and (-webkit-min-device-pixel-ratio: 2),
768
+ only screen and (min-device-pixel-ratio: 2) {
769
+ #tribe-loading span {
770
+ background-image: url(../images/tribe-loading@2x.gif);
771
+ }
772
+ }
773
+
774
+ /* = TEC Welcome & Update Pages // Displays after installation & plugin update
775
+ ===============================================================================*/
776
+
777
+ .tribe_welcome_page,
778
+ .tribe_update_page {
779
+ max-width: 1000px;
780
+ }
781
+
782
+ .tribe-half-column {
783
+ float: left;
784
+ margin-bottom: 30px;
785
+ margin-right: 5%;
786
+ width: 45%;
787
+ }
788
+
789
+ .tribe-row:before,
790
+ .tribe-row:after {
791
+ content: '';
792
+ display: table;
793
+ }
794
+
795
+ .tribe-row:after {
796
+ clear: both;
797
+ }
798
+
799
+ .tribe-row {
800
+ clear: both;
801
+ }
802
+
803
+ .tribe-row .tribe-half-column:last-child {
804
+ margin-right: 0;
805
+ width: 50%;
806
+ }
807
+
808
+ .tribe_welcome_page h2,
809
+ .tribe_update_page h2 {
810
+ font-size: 30px;
811
+ margin-bottom: 20px;
812
+ }
813
+
814
+ .tribe_welcome_page h3,
815
+ .tribe_update_page h3 {
816
+ font-size: 24px;
817
+ font-weight: 400;
818
+ line-height: 24px;
819
+ margin-top: 0;
820
+ }
821
+
822
+ .tribe_welcome_page h4,
823
+ .tribe_update_page h4 {
824
+ font-size: 18px;
825
+ font-weight: 600;
826
+ line-height: 18px;
827
+ margin: 0;
828
+ }
829
+
830
+ .tribe_welcome_page p,
831
+ .tribe_update_page p {
832
+ font-size: 14px;
833
+ }
834
+
835
+ p.tribe-welcome-message {
836
+ font-size: 20px;
837
+ font-weight: 400;
838
+ }
839
+
840
+ .tribe_welcome_page h2:before,
841
+ .tribe_update_page h2:before {
842
+ content: '\f145';
843
+ font-family: 'dashicons';
844
+ font-size: 34px;
845
+ line-height: 1;
846
+ margin-right: 5px;
847
+ position: relative;
848
+ top: 5px;
849
+ }
850
+
851
+ .tribe-welcome-video-wrapper {
852
+ height: 0;
853
+ margin-bottom: 40px;
854
+ padding-bottom: 56.25%; /* 16:9 */
855
+ padding-top: 25px;
856
+ position: relative;
857
+ }
858
+
859
+ .tribe-welcome-video-wrapper iframe {
860
+ height: 100%;
861
+ left: 0;
862
+ position: absolute;
863
+ top: 0;
864
+ width: 100%;
865
+ }
866
+
867
+ a.tribe-rating-link {
868
+ text-decoration: none;
869
+ }
870
+
871
+ .tribe-welcome-links,
872
+ .tribe-update-links {
873
+ margin-top: 30px;
874
+ }
875
+
876
+ .tribe_welcome_page li:before,
877
+ .tribe_update_page li:before {
878
+ content: '\2022';
879
+ padding-right: 3px;
880
+ }
881
+
882
+ .tribe_update_page .rss-widget {
883
+ margin: 1em 0;
884
+ }
885
+
886
+ .tribe_update_page a.rsswidget {
887
+ font-size: 14px;
888
+ font-weight: 400;
889
+ line-height: 1;
890
+ }
891
+
892
+ .tribe_update_page .rss-widget li:before {
893
+ display: none;
894
+ }
895
+
896
+ /* Media Queries for Mobile Dashboard */
897
+ @media screen and (max-width: 782px) {
898
+ .tribe-half-column,
899
+ .tribe-row .tribe-half-column:last-child {
900
+ margin: 0 0 20px 0;
901
+ width: 100%;
902
+ }
903
+
904
+ input[type='email'] {
905
+ width: 100%;
906
+ }
907
+ }
908
+
909
+
910
+ @media screen and ( max-width: 782px ) {
911
+ .events-cal .subsubsub {
912
+ float: none;
913
+ }
914
+
915
+ .events-cal .search-box {
916
+ width: 98%;
917
+ }
918
+
919
+ .events-cal #search-submit {
920
+ width: 100%;
921
+ }
922
+
923
+ .events-cal .tablenav.top {
924
+ display: none;
925
+ }
926
+ }
927
+
928
+ .tribe-update-bar {
929
+ display: inline-block;
930
+ }
931
+
932
+ .tribe-update-bar .progress {
933
+ border: 1px solid #ccc;
934
+ float: left;
935
+ margin-right: 1rem;
936
+ padding: 1px;
937
+ width: 18rem;
938
+ }
939
+
940
+ .tribe-update-bar .progress .bar {
941
+ background: #ffba00;
942
+ height: 1rem;
943
+ width: 1%;
944
+ }
945
+
946
+ .tribe-update-bar .progress .bar {
947
+ background: #7ad03a;
948
+ }
949
+
950
+ /* bumpdown */
951
+ .bumpdown {
952
+ background: #f1f1f1;
953
+ margin: 1rem 0;
954
+ padding: 1rem 1.5rem 1rem 1rem;
955
+ position: relative;
956
+ }
957
+
958
+ #poststuff .bumpdown h1,
959
+ #poststuff .bumpdown h2,
960
+ #poststuff .bumpdown h3,
961
+ #poststuff .bumpdown h4,
962
+ .bumpdown h1,
963
+ .bumpdown h2,
964
+ .bumpdown h3,
965
+ .bumpdown h4 {
966
+ padding-left: 0;
967
+ padding-top: 0;
968
+ }
969
+
970
+ .bumpdown-arrow {
971
+ display: none;
972
+ }
973
+
974
+ .bumpdown-close {
975
+ color: #686868;
976
+ cursor: pointer;
977
+ position: absolute;
978
+ right: .5rem;
979
+ top: .5rem;
980
+ z-index: 2;
981
+ }
982
+
983
+ .bumpdown-trigger .target {
984
+ color: #0074a2;
985
+ }
986
+
987
+ /* Useful to ensure modals rise above the grey 'miasma' */
988
+ .ui-front {
989
+ z-index: 1000000;
990
+ }
common/tribe-common.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Description: An event settings framework for managing shared options
4
- Version: 4.1.2
5
  Author: Modern Tribe, Inc.
6
  Author URI: http://m.tri.be/1x
7
  Text Domain: tribe-common
1
  <?php
2
  /*
3
  Description: An event settings framework for managing shared options
4
+ Version: 4.2
5
  Author: Modern Tribe, Inc.
6
  Author URI: http://m.tri.be/1x
7
  Text Domain: tribe-common
event-tickets.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /*
3
  Plugin Name: Event Tickets
4
- Description: Event Tickets allows you to sell tickets to events
5
- Version: 4.1.4
6
  Author: Modern Tribe, Inc.
7
  Author URI: http://m.tri.be/28
8
  License: GPLv2 or later
1
  <?php
2
  /*
3
  Plugin Name: Event Tickets
4
+ Description: Event Tickets allows your guests to RSVP from any post, page, or event.
5
+ Version: 4.2
6
  Author: Modern Tribe, Inc.
7
  Author URI: http://m.tri.be/28
8
  License: GPLv2 or later
lang/event-tickets-bg_BG.mo CHANGED
Binary file
lang/event-tickets-bg_BG.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-12-11 11:33:56+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -2310,7 +2310,7 @@ msgstr "Финландия"
2310
 
2311
  #: common/src/Tribe/Admin/Help_Page.php:183
2312
  msgid "Events Calendar PRO"
2313
- msgstr ""
2314
 
2315
  #: common/src/Tribe/View_Helpers.php:120
2316
  msgid "France"
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-06-06 15:10:31+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
2310
 
2311
  #: common/src/Tribe/Admin/Help_Page.php:183
2312
  msgid "Events Calendar PRO"
2313
+ msgstr "Events Calendar PRO"
2314
 
2315
  #: common/src/Tribe/View_Helpers.php:120
2316
  msgid "France"
lang/event-tickets-fi.mo CHANGED
Binary file
lang/event-tickets-fi.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-12-02 18:12:07+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -2310,7 +2310,7 @@ msgstr "Suomi"
2310
 
2311
  #: common/src/Tribe/Admin/Help_Page.php:183
2312
  msgid "Events Calendar PRO"
2313
- msgstr ""
2314
 
2315
  #: common/src/Tribe/View_Helpers.php:120
2316
  msgid "France"
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-05-26 04:49:16+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
2310
 
2311
  #: common/src/Tribe/Admin/Help_Page.php:183
2312
  msgid "Events Calendar PRO"
2313
+ msgstr "Events Calendar PRO"
2314
 
2315
  #: common/src/Tribe/View_Helpers.php:120
2316
  msgid "France"
lang/event-tickets-fr_FR.mo CHANGED
Binary file
lang/event-tickets-fr_FR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2016-04-28 07:26:31+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -308,7 +308,7 @@ msgstr ""
308
 
309
  #: common/src/Tribe/Admin/Help_Page.php:224
310
  msgid "Event Tickets Plus"
311
- msgstr ""
312
 
313
  #: common/src/Tribe/Admin/Help_Page.php:233
314
  msgid "Community Tickets"
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-05-26 04:56:51+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
308
 
309
  #: common/src/Tribe/Admin/Help_Page.php:224
310
  msgid "Event Tickets Plus"
311
+ msgstr "Event Tickets Plus"
312
 
313
  #: common/src/Tribe/Admin/Help_Page.php:233
314
  msgid "Community Tickets"
lang/event-tickets.pot CHANGED
@@ -2,17 +2,18 @@
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Event Tickets 4.1.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-tickets\n"
7
- "POT-Creation-Date: 2016-03-29 18:51:59+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: 2016-03-29 18:51\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
 
15
  #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Metabox.php:31
 
16
  msgid "Tickets"
17
  msgstr ""
18
 
@@ -25,144 +26,180 @@ msgid "Order Status"
25
  msgstr ""
26
 
27
  #: src/Tribe/Attendees_Table.php:78
28
- msgid "Ticket type"
29
  msgstr ""
30
 
31
- #: src/Tribe/Attendees_Table.php:79 src/views/tickets/email.php:332
32
- msgid "Ticket #"
33
  msgstr ""
34
 
35
- #: src/Tribe/Attendees_Table.php:80 src/views/tickets/email.php:344
36
- msgid "Security Code"
37
  msgstr ""
38
 
39
- #: src/Tribe/Attendees_Table.php:81 src/Tribe/Attendees_Table.php:238
40
- #: src/Tribe/Attendees_Table.php:325
41
- msgid "Check in"
42
  msgstr ""
43
 
44
- #: src/Tribe/Attendees_Table.php:171
45
- msgid "Reserved by:"
46
  msgstr ""
47
 
48
- #: src/Tribe/Attendees_Table.php:171
49
- msgid "Purchased by:"
 
50
  msgstr ""
51
 
52
- #: src/Tribe/Attendees_Table.php:235
53
  msgid "View order"
54
  msgstr ""
55
 
56
- #: src/Tribe/Attendees_Table.php:239 src/Tribe/Attendees_Table.php:326
57
  msgid "Undo Check in"
58
  msgstr ""
59
 
60
- #: src/Tribe/Attendees_Table.php:298
61
  msgid "Print"
62
  msgstr ""
63
 
64
- #: src/Tribe/Attendees_Table.php:299 src/views/tickets/rsvp.php:116
 
65
  msgid "Email"
66
  msgstr ""
67
 
68
- #: src/Tribe/Attendees_Table.php:300
69
  msgid "Export"
70
  msgstr ""
71
 
72
- #: src/Tribe/Attendees_Table.php:306
73
  msgid "Filter by purchaser name, ticket #, order # or security code"
74
  msgstr ""
75
 
76
- #: src/Tribe/Attendees_Table.php:327 src/admin-views/list.php:34
77
  msgid "Delete"
78
  msgstr ""
79
 
80
- #: src/Tribe/Main.php:145
81
- msgid ""
82
- "When The Events Calendar and Event Tickets are both activated, The Events "
83
- "Calendar must be running version %1$s or greater. Please %2$supdate now.%3$s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  msgstr ""
85
 
86
- #: src/Tribe/Main.php:254
 
 
 
 
87
  msgid "Support for Event Tickets"
88
  msgstr ""
89
 
90
- #: src/Tribe/Main.php:256
91
  msgid "Settings overview"
92
  msgstr ""
93
 
94
- #: src/Tribe/Main.php:257
95
  msgid "Features overview"
96
  msgstr ""
97
 
98
- #: src/Tribe/Main.php:258
99
  msgid "Troubleshooting common problems"
100
  msgstr ""
101
 
102
- #: src/Tribe/Main.php:259
103
  msgid "Customizing Event Tickets"
104
  msgstr ""
105
 
106
- #: src/Tribe/Main.php:276
107
  msgid "New User Primer"
108
  msgstr ""
109
 
110
- #: src/Tribe/Main.php:278
111
- msgid ""
112
- "We are committed to helping you sell tickets for your event. Check out our "
113
- "handy %s to get started."
114
  msgstr ""
115
 
116
- #: src/Tribe/Main.php:296
117
  msgid "open-source forum on WordPress.org"
118
  msgstr ""
119
 
120
- #: src/Tribe/Main.php:297
121
- msgid ""
122
- "If you have tried the above steps and are still having trouble, you can post "
123
- "a new thread to our %s. Our support staff monitors these forums once a week "
124
- "and would be happy to assist you there."
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:299
128
  msgid "premium support on our website"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:300
132
  msgid "Events Tickets Plus"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:301
136
- msgid ""
137
- "Looking for more immediate support? We offer %1$s with the purchase of any "
138
- "of our premium plugins (like %2$s). Pick up a license and you can post there "
139
- "directly and expect a response within 24-48 hours during weekdays."
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:303 src/Tribe/Main.php:308
143
  msgid "post a thread"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:304
147
- msgid ""
148
- "Already have Events Tickets Plus? You can %s in our premium support forums. "
149
- "Our support team monitors the forums and will respond to your thread within "
150
- "24-48 hours (during the week)."
151
  msgstr ""
152
 
153
- #: src/Tribe/Main.php:309
154
- msgid ""
155
- "If you have a valid license for one of our paid plugins, you can %s in our "
156
- "premium support forums. Our support team monitors the forums and will "
157
- "respond to your thread within 24-48 hours (during the week)."
158
  msgstr ""
159
 
160
- #. #-#-#-#-# event-tickets.pot (Event Tickets 4.1.1) #-#-#-#-#
161
- #. Plugin Name of the plugin/theme
162
- #: src/Tribe/Main.php:323
163
  msgid "Event Tickets"
164
  msgstr ""
165
 
 
 
 
 
 
 
 
 
 
166
  #: src/Tribe/Metabox.php:81
167
  msgid "Ticket header image"
168
  msgstr ""
@@ -172,161 +209,187 @@ msgid "Set as ticket header"
172
  msgstr ""
173
 
174
  #: src/Tribe/Metabox.php:87
175
- msgid ""
176
- "It looks like you have modified your global stock settings but have not "
177
- "saved or updated the post."
178
  msgstr ""
179
 
180
- #: src/Tribe/RSVP.php:194
181
  msgctxt "Attendee number"
182
  msgid "Attendee %1$s"
183
  msgstr ""
184
 
185
- #: src/Tribe/RSVP.php:394
186
  msgid "Your tickets from %s"
187
  msgstr ""
188
 
189
- #: src/Tribe/RSVP.php:625
190
- msgid ""
191
- "Your RSVP has been received! Check your email for your RSVP confirmation."
192
  msgstr ""
193
 
194
- #: src/Tribe/RSVP.php:631
195
  msgid "You can't RSVP more than the total remaining tickets."
196
  msgstr ""
197
 
198
- #: src/Tribe/RSVP.php:636
199
  msgid "In order to RSVP, you must enter your name and a valid email address."
200
  msgstr ""
201
 
202
- #: src/Tribe/RSVP.php:757
203
  msgid "(deleted)"
204
  msgstr ""
205
 
206
- #: src/Tribe/RSVP.php:1010
207
  msgid "Return to the %1$sAttendees Report%2$s."
208
  msgstr ""
209
 
210
- #: src/Tribe/RSVP.php:1017
211
  msgid "Post updated. %1$s"
212
  msgstr ""
213
 
214
- #: src/Tribe/RSVP.php:1021
215
  msgid "Post published. %1$s"
216
  msgstr ""
217
 
218
- #: src/Tribe/RSVP.php:1024
219
  msgid "Post submitted."
220
  msgstr ""
221
 
222
- #: src/Tribe/RSVP.php:1025
223
  msgid "Post scheduled."
224
  msgstr ""
225
 
226
- #: src/Tribe/RSVP.php:1026
227
  msgid "Post draft updated."
228
  msgstr ""
229
 
230
- #: src/Tribe/Tickets.php:369
231
  msgid "Your ticket has been saved."
232
  msgstr ""
233
 
234
- #: src/Tribe/Tickets.php:529
235
  msgid "Your ticket has been deleted."
236
  msgstr ""
237
 
238
- #: src/Tribe/Tickets.php:583
239
  msgid "Editing the ticket price is currently disallowed."
240
  msgstr ""
241
 
242
- #: src/Tribe/Tickets.php:830
243
  msgid "Use global stock"
244
  msgstr ""
245
 
246
- #: src/Tribe/Tickets.php:831
247
  msgid "Use global stock but cap sales"
248
  msgstr ""
249
 
250
- #: src/Tribe/Tickets.php:832
251
  msgid "Independent (do not use global stock)"
252
  msgstr ""
253
 
254
- #: src/Tribe/Tickets_Handler.php:84 src/admin-views/list.php:71
 
 
 
 
 
 
 
 
 
 
 
 
255
  msgid "See who purchased tickets to this event"
256
  msgstr ""
257
 
258
- #: src/Tribe/Tickets_Handler.php:84 src/admin-views/attendees.php:24
259
- #: src/admin-views/list.php:73
260
  msgid "Attendees"
261
  msgstr ""
262
 
263
- #: src/Tribe/Tickets_Handler.php:121
264
  msgid "You need to select a user or type a valid email address"
265
  msgstr ""
266
 
267
- #: src/Tribe/Tickets_Handler.php:122
268
  msgid "Sending..."
269
  msgstr ""
270
 
271
- #: src/Tribe/Tickets_Handler.php:148
272
  msgid "Columns"
273
  msgstr ""
274
 
275
- #: src/Tribe/Tickets_Handler.php:148
276
- msgid ""
277
- "You can use Screen Options to select which columns you want to see. The "
278
- "selection works in the table below, in the email, for print and for the CSV "
279
- "export."
280
  msgstr ""
281
 
282
- #: src/Tribe/Tickets_Handler.php:255
283
  msgid "Customer Name"
284
  msgstr ""
285
 
286
- #: src/Tribe/Tickets_Handler.php:256
287
  msgid "Customer Email Address"
288
  msgstr ""
289
 
290
- #: src/Tribe/Tickets_Handler.php:285
291
  msgid "Yes"
292
  msgstr ""
293
 
294
- #: src/Tribe/Tickets_Handler.php:314
295
  msgid "attendees"
296
  msgstr ""
297
 
298
- #: src/Tribe/Tickets_Handler.php:340
299
- msgid "Cheatin Huh?"
300
  msgstr ""
301
 
302
- #: src/Tribe/Tickets_Handler.php:346
303
- msgid "Invalid Event ID"
304
  msgstr ""
305
 
306
- #: src/Tribe/Tickets_Handler.php:352
307
  msgid "Empty user and email"
308
  msgstr ""
309
 
310
- #: src/Tribe/Tickets_Handler.php:364
311
  msgid "Invalid Email"
312
  msgstr ""
313
 
314
- #: src/Tribe/Tickets_Handler.php:370 src/Tribe/Tickets_Handler.php:386
315
  msgid "Invalid User ID"
316
  msgstr ""
317
 
318
- #: src/Tribe/Tickets_Handler.php:406
319
  msgid "Attendee List for: %s"
320
  msgstr ""
321
 
322
- #: src/Tribe/Tickets_Handler.php:407
323
  msgid "Error when sending the email"
324
  msgstr ""
325
 
326
- #: src/Tribe/Tickets_Handler.php:412
327
  msgid "Email sent successfully!"
328
  msgstr ""
329
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  #: src/admin-views/attendees-email.php:4
331
  msgid "Send the attendee list by email"
332
  msgstr ""
@@ -351,47 +414,47 @@ msgstr ""
351
  msgid "Send Email"
352
  msgstr ""
353
 
354
- #: src/admin-views/attendees.php:27
355
  msgid "Edit Event"
356
  msgstr ""
357
 
358
- #: src/admin-views/attendees.php:28
359
  msgid "See Event Page"
360
  msgstr ""
361
 
362
- #: src/admin-views/attendees.php:31
363
  msgid "Event Details"
364
  msgstr ""
365
 
366
- #: src/admin-views/attendees.php:44
367
  msgid "Post Type:"
368
  msgstr ""
369
 
370
- #: src/admin-views/attendees.php:59
371
  msgid "Sales by Ticket"
372
  msgstr ""
373
 
374
- #: src/admin-views/attendees.php:65
375
  msgid "Edit Ticket"
376
  msgstr ""
377
 
378
- #: src/admin-views/attendees.php:76
379
  msgid "Total Sold:"
380
  msgstr ""
381
 
382
- #: src/admin-views/attendees.php:81
383
  msgid "Finalized:"
384
  msgstr ""
385
 
386
- #: src/admin-views/attendees.php:87
387
  msgid "Awaiting review:"
388
  msgstr ""
389
 
390
- #: src/admin-views/attendees.php:92
391
  msgid "Checked in:"
392
  msgstr ""
393
 
394
- #: src/admin-views/attendees.php:98
395
  msgid "Deleted:"
396
  msgstr ""
397
 
@@ -415,18 +478,16 @@ msgstr ""
415
  msgid "Edit"
416
  msgstr ""
417
 
418
- #: src/admin-views/list.php:37
419
  msgid "View"
420
  msgstr ""
421
 
422
- #: src/admin-views/list.php:42
423
  msgid "Edit in %s"
424
  msgstr ""
425
 
426
  #: src/admin-views/meta-box.php:31
427
- msgid ""
428
- "This event was created using Community Events. Are you sure you want to sell "
429
- "tickets for it?"
430
  msgstr ""
431
 
432
  #: src/admin-views/meta-box.php:42
@@ -434,10 +495,7 @@ msgid "Upload image for the ticket header"
434
  msgstr ""
435
 
436
  #: src/admin-views/meta-box.php:43
437
- msgid ""
438
- "The maximum image size in the email will be 580px wide by any height, and "
439
- "then scaled for mobile. If you would like \"retina\" support use an image "
440
- "sized to 1160px wide."
441
  msgstr ""
442
 
443
  #: src/admin-views/meta-box.php:46
@@ -495,9 +553,7 @@ msgid "When will ticket sales occur?"
495
  msgstr ""
496
 
497
  #: src/admin-views/meta-box.php:212
498
- msgid ""
499
- "If you don't set a start/end date for sales, tickets will be available from "
500
- "now until the event ends."
501
  msgstr ""
502
 
503
  #: src/admin-views/meta-box.php:232
@@ -513,9 +569,7 @@ msgid "Stock:"
513
  msgstr ""
514
 
515
  #: src/admin-views/rsvp-metabox-advanced.php:6
516
- msgid ""
517
- "(Total available # of this ticket type. Once they're gone, ticket type is "
518
- "sold out.)"
519
  msgstr ""
520
 
521
  #: src/admin-views/rsvp-metabox-advanced.php:16
@@ -523,27 +577,33 @@ msgid "Selling tickets for recurring events"
523
  msgstr ""
524
 
525
  #: src/admin-views/rsvp-metabox-advanced.php:22
526
- msgid ""
527
- "Currently, Tickets will only show up on the frontend once per full event. "
528
- "For PRO users this means the same ticket will appear across all events in "
529
- "the series. Please configure your events accordingly."
530
  msgstr ""
531
 
532
  #: src/admin-views/rsvp-metabox-advanced.php:24
533
- msgid ""
534
- "If you are creating a recurring event, Tickets will only show up once per "
535
- "Event Series, meaning that the same ticket will apper across all events. "
536
- "Please configure your events accordingly."
537
  msgstr ""
538
 
539
- #: src/admin-views/tribe-options-tickets.php:41
 
 
 
 
540
  msgid "Ticket Settings"
541
  msgstr ""
542
 
543
- #: src/admin-views/tribe-options-tickets.php:45
544
  msgid "Post types that can have tickets"
545
  msgstr ""
546
 
 
 
 
 
 
 
 
 
547
  #: src/template-tags/tickets.php:221
548
  msgid "global inventory"
549
  msgstr ""
@@ -565,6 +625,14 @@ msgstr ""
565
  msgid "Sold %1$d (units remaining: %2$s%3$s%4$s)"
566
  msgstr ""
567
 
 
 
 
 
 
 
 
 
568
  #: src/views/tickets/attendees-email.php:24
569
  msgid "Attendee List"
570
  msgstr ""
@@ -581,40 +649,83 @@ msgstr ""
581
  msgid "Purchaser"
582
  msgstr ""
583
 
584
- #: src/views/tickets/rsvp.php:17
585
- msgid "RSVP"
 
 
 
 
 
 
 
 
 
 
 
 
586
  msgstr ""
587
 
588
- #: src/views/tickets/rsvp.php:31
589
- msgid "Please fill in the RSVP confirmation name and email fields."
590
  msgstr ""
591
 
592
- #: src/views/tickets/rsvp.php:60
593
- msgid "%1$s out of %2$s available"
594
  msgstr ""
595
 
596
- #: src/views/tickets/rsvp.php:68
597
- msgid "Out of stock!"
598
  msgstr ""
599
 
600
- #: src/views/tickets/rsvp.php:96
601
- msgid "Send RSVP confirmation to:"
602
  msgstr ""
603
 
604
- #: src/views/tickets/rsvp.php:108
605
  msgid "Full Name"
606
  msgstr ""
607
 
608
- #: src/views/tickets/rsvp.php:125
609
  msgid "Don't list me on the public attendee list"
610
  msgstr ""
611
 
612
- #: src/views/tickets/rsvp.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
613
  msgid "Confirm RSVP"
614
  msgstr ""
 
 
 
615
 
616
  #. Description of the plugin/theme
617
- msgid "Event Tickets allows you to sell tickets to events"
618
  msgstr ""
619
 
620
  #. Author of the plugin/theme
2
  # This file is distributed under the same license as the Event Tickets package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Event Tickets 4.2rc1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-tickets\n"
7
+ "POT-Creation-Date: 2016-06-01 20:57:47+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: 2016-06-01 20:57\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
 
15
  #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Metabox.php:31
16
+ #: src/Tribe/Tickets_View.php:580
17
  msgid "Tickets"
18
  msgstr ""
19
 
26
  msgstr ""
27
 
28
  #: src/Tribe/Attendees_Table.php:78
29
+ msgid "Purchaser name"
30
  msgstr ""
31
 
32
+ #: src/Tribe/Attendees_Table.php:79
33
+ msgid "Purchaser email"
34
  msgstr ""
35
 
36
+ #: src/Tribe/Attendees_Table.php:80
37
+ msgid "Ticket type"
38
  msgstr ""
39
 
40
+ #: src/Tribe/Attendees_Table.php:81 src/views/tickets/email.php:332
41
+ msgid "Ticket #"
 
42
  msgstr ""
43
 
44
+ #: src/Tribe/Attendees_Table.php:82 src/views/tickets/email.php:344
45
+ msgid "Security Code"
46
  msgstr ""
47
 
48
+ #: src/Tribe/Attendees_Table.php:83 src/Tribe/Attendees_Table.php:263
49
+ #: src/Tribe/Attendees_Table.php:357
50
+ msgid "Check in"
51
  msgstr ""
52
 
53
+ #: src/Tribe/Attendees_Table.php:260
54
  msgid "View order"
55
  msgstr ""
56
 
57
+ #: src/Tribe/Attendees_Table.php:264 src/Tribe/Attendees_Table.php:358
58
  msgid "Undo Check in"
59
  msgstr ""
60
 
61
+ #: src/Tribe/Attendees_Table.php:330
62
  msgid "Print"
63
  msgstr ""
64
 
65
+ #: src/Tribe/Attendees_Table.php:331 src/views/tickets/orders-rsvp.php:50
66
+ #: src/views/tickets/rsvp.php:118
67
  msgid "Email"
68
  msgstr ""
69
 
70
+ #: src/Tribe/Attendees_Table.php:332
71
  msgid "Export"
72
  msgstr ""
73
 
74
+ #: src/Tribe/Attendees_Table.php:338
75
  msgid "Filter by purchaser name, ticket #, order # or security code"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Attendees_Table.php:359 src/admin-views/list.php:43
79
  msgid "Delete"
80
  msgstr ""
81
 
82
+ #: src/Tribe/CSV_Importer/Column_Names.php:34
83
+ msgid "Event Name or ID or Slug"
84
+ msgstr ""
85
+
86
+ #: src/Tribe/CSV_Importer/Column_Names.php:35
87
+ msgid "Ticket Name"
88
+ msgstr ""
89
+
90
+ #: src/Tribe/CSV_Importer/Column_Names.php:36
91
+ msgid "Ticket Description"
92
+ msgstr ""
93
+
94
+ #: src/Tribe/CSV_Importer/Column_Names.php:37
95
+ msgid "Ticket Start Sale Date"
96
+ msgstr ""
97
+
98
+ #: src/Tribe/CSV_Importer/Column_Names.php:38
99
+ msgid "Ticket Start Sale Time"
100
+ msgstr ""
101
+
102
+ #: src/Tribe/CSV_Importer/Column_Names.php:39
103
+ msgid "Ticket End Sale Date"
104
+ msgstr ""
105
+
106
+ #: src/Tribe/CSV_Importer/Column_Names.php:40
107
+ msgid "Ticket End Sale Time"
108
+ msgstr ""
109
+
110
+ #: src/Tribe/CSV_Importer/Column_Names.php:41
111
+ msgid "Ticket Stock"
112
+ msgstr ""
113
+
114
+ #: src/Tribe/CSV_Importer/RSVP_Importer.php:221
115
+ msgid "Recurring event tickets are not supported, event %d."
116
+ msgstr ""
117
+
118
+ #: src/Tribe/CSV_Importer/Rows.php:35 src/Tribe/Tickets_View.php:576
119
+ msgid "RSVPs"
120
+ msgstr ""
121
+
122
+ #: src/Tribe/JSON_LD/Order.php:106
123
+ msgid "Free"
124
  msgstr ""
125
 
126
+ #: src/Tribe/Main.php:165
127
+ msgid "When The Events Calendar and Event Tickets are both activated, The Events Calendar must be running version %1$s or greater. Please %2$supdate now.%3$s"
128
+ msgstr ""
129
+
130
+ #: src/Tribe/Main.php:303
131
  msgid "Support for Event Tickets"
132
  msgstr ""
133
 
134
+ #: src/Tribe/Main.php:305
135
  msgid "Settings overview"
136
  msgstr ""
137
 
138
+ #: src/Tribe/Main.php:306
139
  msgid "Features overview"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:307
143
  msgid "Troubleshooting common problems"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:308
147
  msgid "Customizing Event Tickets"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:325
151
  msgid "New User Primer"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:327
155
+ msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
 
 
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:344
159
  msgid "open-source forum on WordPress.org"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:345
163
+ 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."
 
 
 
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:347
167
  msgid "premium support on our website"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:348
171
  msgid "Events Tickets Plus"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:349
175
+ msgid "Looking for more immediate support? 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."
 
 
 
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:351 src/Tribe/Main.php:356
179
  msgid "post a thread"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:352
183
+ msgid "Already have Events Tickets Plus? 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)."
 
 
 
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:357
187
+ 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)."
 
 
 
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:371
 
 
191
  msgid "Event Tickets"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:528
195
+ msgid "Buy"
196
+ msgstr ""
197
+
198
+ #: src/Tribe/Main.php:528 src/Tribe/Tickets_View.php:576
199
+ #: src/views/tickets/rsvp.php:19 src/views/tickets/rsvp.php:127
200
+ msgid "RSVP"
201
+ msgstr ""
202
+
203
  #: src/Tribe/Metabox.php:81
204
  msgid "Ticket header image"
205
  msgstr ""
209
  msgstr ""
210
 
211
  #: src/Tribe/Metabox.php:87
212
+ msgid "It looks like you have modified your global stock settings but have not saved or updated the post."
 
 
213
  msgstr ""
214
 
215
+ #: src/Tribe/RSVP.php:211
216
  msgctxt "Attendee number"
217
  msgid "Attendee %1$s"
218
  msgstr ""
219
 
220
+ #: src/Tribe/RSVP.php:489
221
  msgid "Your tickets from %s"
222
  msgstr ""
223
 
224
+ #: src/Tribe/RSVP.php:719
225
+ msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
 
226
  msgstr ""
227
 
228
+ #: src/Tribe/RSVP.php:725
229
  msgid "You can't RSVP more than the total remaining tickets."
230
  msgstr ""
231
 
232
+ #: src/Tribe/RSVP.php:730
233
  msgid "In order to RSVP, you must enter your name and a valid email address."
234
  msgstr ""
235
 
236
+ #: src/Tribe/RSVP.php:869
237
  msgid "(deleted)"
238
  msgstr ""
239
 
240
+ #: src/Tribe/RSVP.php:1126
241
  msgid "Return to the %1$sAttendees Report%2$s."
242
  msgstr ""
243
 
244
+ #: src/Tribe/RSVP.php:1133
245
  msgid "Post updated. %1$s"
246
  msgstr ""
247
 
248
+ #: src/Tribe/RSVP.php:1137
249
  msgid "Post published. %1$s"
250
  msgstr ""
251
 
252
+ #: src/Tribe/RSVP.php:1140
253
  msgid "Post submitted."
254
  msgstr ""
255
 
256
+ #: src/Tribe/RSVP.php:1141
257
  msgid "Post scheduled."
258
  msgstr ""
259
 
260
+ #: src/Tribe/RSVP.php:1142
261
  msgid "Post draft updated."
262
  msgstr ""
263
 
264
+ #: src/Tribe/Tickets.php:379
265
  msgid "Your ticket has been saved."
266
  msgstr ""
267
 
268
+ #: src/Tribe/Tickets.php:539
269
  msgid "Your ticket has been deleted."
270
  msgstr ""
271
 
272
+ #: src/Tribe/Tickets.php:593
273
  msgid "Editing the ticket price is currently disallowed."
274
  msgstr ""
275
 
276
+ #: src/Tribe/Tickets.php:840
277
  msgid "Use global stock"
278
  msgstr ""
279
 
280
+ #: src/Tribe/Tickets.php:841
281
  msgid "Use global stock but cap sales"
282
  msgstr ""
283
 
284
+ #: src/Tribe/Tickets.php:842
285
  msgid "Independent (do not use global stock)"
286
  msgstr ""
287
 
288
+ #: src/Tribe/Tickets.php:1281
289
+ msgid "Tickets are not yet available."
290
+ msgstr ""
291
+
292
+ #: src/Tribe/Tickets.php:1283
293
+ msgid "Tickets are no longer available."
294
+ msgstr ""
295
+
296
+ #: src/Tribe/Tickets.php:1285
297
+ msgid "There are no tickets available at this time."
298
+ msgstr ""
299
+
300
+ #: src/Tribe/Tickets_Handler.php:77 src/admin-views/list.php:81
301
  msgid "See who purchased tickets to this event"
302
  msgstr ""
303
 
304
+ #: src/Tribe/Tickets_Handler.php:77 src/admin-views/attendees.php:26
305
+ #: src/admin-views/list.php:83
306
  msgid "Attendees"
307
  msgstr ""
308
 
309
+ #: src/Tribe/Tickets_Handler.php:131
310
  msgid "You need to select a user or type a valid email address"
311
  msgstr ""
312
 
313
+ #: src/Tribe/Tickets_Handler.php:132
314
  msgid "Sending..."
315
  msgstr ""
316
 
317
+ #: src/Tribe/Tickets_Handler.php:158
318
  msgid "Columns"
319
  msgstr ""
320
 
321
+ #: src/Tribe/Tickets_Handler.php:158
322
+ msgid "You can use Screen Options to select which columns you want to see. The selection works in the table below, in the email, for print and for the CSV export."
 
 
 
323
  msgstr ""
324
 
325
+ #: src/Tribe/Tickets_Handler.php:281
326
  msgid "Customer Name"
327
  msgstr ""
328
 
329
+ #: src/Tribe/Tickets_Handler.php:282
330
  msgid "Customer Email Address"
331
  msgstr ""
332
 
333
+ #: src/Tribe/Tickets_Handler.php:311
334
  msgid "Yes"
335
  msgstr ""
336
 
337
+ #: src/Tribe/Tickets_Handler.php:340
338
  msgid "attendees"
339
  msgstr ""
340
 
341
+ #: src/Tribe/Tickets_Handler.php:367
342
+ msgid "Invalid Event ID"
343
  msgstr ""
344
 
345
+ #: src/Tribe/Tickets_Handler.php:384
346
+ msgid "Cheatin Huh?"
347
  msgstr ""
348
 
349
+ #: src/Tribe/Tickets_Handler.php:390
350
  msgid "Empty user and email"
351
  msgstr ""
352
 
353
+ #: src/Tribe/Tickets_Handler.php:402
354
  msgid "Invalid Email"
355
  msgstr ""
356
 
357
+ #: src/Tribe/Tickets_Handler.php:408 src/Tribe/Tickets_Handler.php:424
358
  msgid "Invalid User ID"
359
  msgstr ""
360
 
361
+ #: src/Tribe/Tickets_Handler.php:444
362
  msgid "Attendee List for: %s"
363
  msgstr ""
364
 
365
+ #: src/Tribe/Tickets_Handler.php:445
366
  msgid "Error when sending the email"
367
  msgstr ""
368
 
369
+ #: src/Tribe/Tickets_Handler.php:450
370
  msgid "Email sent successfully!"
371
  msgstr ""
372
 
373
+ #: src/Tribe/Tickets_View.php:483
374
+ msgid "Going"
375
+ msgstr ""
376
+
377
+ #: src/Tribe/Tickets_View.php:484
378
+ msgid "Not Going"
379
+ msgstr ""
380
+
381
+ #: src/Tribe/Tickets_View.php:580
382
+ msgid "Ticket"
383
+ msgstr ""
384
+
385
+ #: src/Tribe/Tickets_View.php:588 src/views/tickets/orders-link.php:45
386
+ msgid " and "
387
+ msgstr ""
388
+
389
+ #: src/Tribe/Tickets_View.php:646
390
+ msgid "This RSVP is no longer active."
391
+ msgstr ""
392
+
393
  #: src/admin-views/attendees-email.php:4
394
  msgid "Send the attendee list by email"
395
  msgstr ""
414
  msgid "Send Email"
415
  msgstr ""
416
 
417
+ #: src/admin-views/attendees.php:29
418
  msgid "Edit Event"
419
  msgstr ""
420
 
421
+ #: src/admin-views/attendees.php:30
422
  msgid "See Event Page"
423
  msgstr ""
424
 
425
+ #: src/admin-views/attendees.php:33
426
  msgid "Event Details"
427
  msgstr ""
428
 
429
+ #: src/admin-views/attendees.php:46
430
  msgid "Post Type:"
431
  msgstr ""
432
 
433
+ #: src/admin-views/attendees.php:61
434
  msgid "Sales by Ticket"
435
  msgstr ""
436
 
437
+ #: src/admin-views/attendees.php:67
438
  msgid "Edit Ticket"
439
  msgstr ""
440
 
441
+ #: src/admin-views/attendees.php:78
442
  msgid "Total Sold:"
443
  msgstr ""
444
 
445
+ #: src/admin-views/attendees.php:83
446
  msgid "Finalized:"
447
  msgstr ""
448
 
449
+ #: src/admin-views/attendees.php:89
450
  msgid "Awaiting review:"
451
  msgstr ""
452
 
453
+ #: src/admin-views/attendees.php:94
454
  msgid "Checked in:"
455
  msgstr ""
456
 
457
+ #: src/admin-views/attendees.php:100
458
  msgid "Deleted:"
459
  msgstr ""
460
 
478
  msgid "Edit"
479
  msgstr ""
480
 
481
+ #: src/admin-views/list.php:47
482
  msgid "View"
483
  msgstr ""
484
 
485
+ #: src/admin-views/list.php:52
486
  msgid "Edit in %s"
487
  msgstr ""
488
 
489
  #: src/admin-views/meta-box.php:31
490
+ msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
 
 
491
  msgstr ""
492
 
493
  #: src/admin-views/meta-box.php:42
495
  msgstr ""
496
 
497
  #: src/admin-views/meta-box.php:43
498
+ msgid "The maximum image size in the email will be 580px wide by any height, and then scaled for mobile. If you would like \"retina\" support use an image sized to 1160px wide."
 
 
 
499
  msgstr ""
500
 
501
  #: src/admin-views/meta-box.php:46
553
  msgstr ""
554
 
555
  #: src/admin-views/meta-box.php:212
556
+ msgid "If you don't set a start/end date for sales, tickets will be available from now until the event ends."
 
 
557
  msgstr ""
558
 
559
  #: src/admin-views/meta-box.php:232
569
  msgstr ""
570
 
571
  #: src/admin-views/rsvp-metabox-advanced.php:6
572
+ msgid "(Total available # of this ticket type. Once they're gone, ticket type is sold out.)"
 
 
573
  msgstr ""
574
 
575
  #: src/admin-views/rsvp-metabox-advanced.php:16
577
  msgstr ""
578
 
579
  #: src/admin-views/rsvp-metabox-advanced.php:22
580
+ msgid "Currently, Tickets will only show up on the frontend once per full event. For PRO users this means the same ticket will appear across all events in the series. Please configure your events accordingly."
 
 
 
581
  msgstr ""
582
 
583
  #: src/admin-views/rsvp-metabox-advanced.php:24
584
+ msgid "If you are creating a recurring event, Tickets will only show up once per Event Series, meaning that the same ticket will apper across all events. Please configure your events accordingly."
 
 
 
585
  msgstr ""
586
 
587
+ #: src/admin-views/tribe-options-tickets.php:37
588
+ msgid "Require users to log in before they RSVP"
589
+ msgstr ""
590
+
591
+ #: src/admin-views/tribe-options-tickets.php:51
592
  msgid "Ticket Settings"
593
  msgstr ""
594
 
595
+ #: src/admin-views/tribe-options-tickets.php:55
596
  msgid "Post types that can have tickets"
597
  msgstr ""
598
 
599
+ #: src/admin-views/tribe-options-tickets.php:64
600
+ msgid "Login requirements"
601
+ msgstr ""
602
+
603
+ #: src/admin-views/tribe-options-tickets.php:69
604
+ msgid "You can require that users log into your site before they are able to RSVP (or buy tickets). Please review your WordPress Membership option (via the General Settings admin screen) before adjusting this setting."
605
+ msgstr ""
606
+
607
  #: src/template-tags/tickets.php:221
608
  msgid "global inventory"
609
  msgstr ""
625
  msgid "Sold %1$d (units remaining: %2$s%3$s%4$s)"
626
  msgstr ""
627
 
628
+ #: src/views/shortcodes/my-attendance-list-logged-out.php:8
629
+ msgid "To see a list of events you are attending you will need to login."
630
+ msgstr ""
631
+
632
+ #: src/views/shortcodes/my-attendance-list.php:28
633
+ msgid "You have not indicated your attendance for any upcoming events."
634
+ msgstr ""
635
+
636
  #: src/views/tickets/attendees-email.php:24
637
  msgid "Attendee List"
638
  msgstr ""
649
  msgid "Purchaser"
650
  msgstr ""
651
 
652
+ #: src/views/tickets/orders-link.php:33
653
+ msgid "%d RSVP"
654
+ msgid_plural "%d RSVPs"
655
+ msgstr[0] ""
656
+ msgstr[1] ""
657
+
658
+ #: src/views/tickets/orders-link.php:37
659
+ msgid "%d Ticket"
660
+ msgid_plural "%d Tickets"
661
+ msgstr[0] ""
662
+ msgstr[1] ""
663
+
664
+ #: src/views/tickets/orders-link.php:45
665
+ msgid "You have %s for this %s."
666
  msgstr ""
667
 
668
+ #: src/views/tickets/orders-link.php:46
669
+ msgid "View your %s"
670
  msgstr ""
671
 
672
+ #: src/views/tickets/orders-rsvp.php:27
673
+ msgid "My RSVPs for This %s"
674
  msgstr ""
675
 
676
+ #: src/views/tickets/orders-rsvp.php:34
677
+ msgid "RSVP: "
678
  msgstr ""
679
 
680
+ #: src/views/tickets/orders-rsvp.php:37
681
+ msgid "Attendee %d"
682
  msgstr ""
683
 
684
+ #: src/views/tickets/orders-rsvp.php:42 src/views/tickets/rsvp.php:110
685
  msgid "Full Name"
686
  msgstr ""
687
 
688
+ #: src/views/tickets/orders-rsvp.php:59 src/views/tickets/rsvp.php:138
689
  msgid "Don't list me on the public attendee list"
690
  msgstr ""
691
 
692
+ #: src/views/tickets/orders.php:26
693
+ msgid "View %s"
694
+ msgstr ""
695
+
696
+ #: src/views/tickets/orders.php:52
697
+ msgid "Update %s"
698
+ msgstr ""
699
+
700
+ #: src/views/tickets/rsvp.php:33
701
+ msgid "Please fill in the RSVP confirmation name and email fields."
702
+ msgstr ""
703
+
704
+ #: src/views/tickets/rsvp.php:61
705
+ msgid "%1$s out of %2$s available"
706
+ msgstr ""
707
+
708
+ #: src/views/tickets/rsvp.php:69
709
+ msgid "Out of stock!"
710
+ msgstr ""
711
+
712
+ #: src/views/tickets/rsvp.php:98
713
+ msgid "Send RSVP confirmation to:"
714
+ msgstr ""
715
+
716
+ #: src/views/tickets/rsvp.php:149
717
+ msgid "Login to RSVP"
718
+ msgstr ""
719
+
720
+ #: src/views/tickets/rsvp.php:151
721
  msgid "Confirm RSVP"
722
  msgstr ""
723
+ #. Plugin Name of the plugin/theme
724
+ msgid "Event Tickets"
725
+ msgstr ""
726
 
727
  #. Description of the plugin/theme
728
+ msgid "Event Tickets allows your guests to RSVP from any post, page, or event."
729
  msgstr ""
730
 
731
  #. Author of the plugin/theme
readme.txt CHANGED
@@ -1,252 +1,274 @@
1
- === Event Tickets ===
2
-
3
- Contributors: ModernTribe, borkweb, zbtirrell, barry.hughes, bordoni, brianjessee, brook-tribe, faction23, geoffgraham, ggwicz, jazbek, jbrinley, joshlimecuda, leahkoerper, lucatume, mastromktg, neillmcshea, nicosantos, peterchester, reid.peifer, roblagatta, shane.pearlman, thatdudebutch, aguseo, tribecari
4
- Tags: events, add-on, ticket sales, tickets, calendar, community, registration, api, dates, date, posts, workshop, conference, meeting, seminar, concert, summit, The Events Calendar, Events Calendar PRO, ticket integration, event ticketing, RSVP, Event Tickets, Event Tickets Plus
5
- Requires at least: 3.9
6
- Tested up to: 4.5.2
7
- Stable tag: 4.1.4
8
- License: GPLv2 or later
9
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
-
11
- Event Tickets allows your visitors to RSVP to events on your site. Also works seamlessly with <a href="http://m.tri.be/18tg">The Events Calendar</a>.
12
-
13
- == Description ==
14
-
15
- Event Tickets provides a simple way for visitors to RSVP to your events. As a standalone plugin, it enables you to add RSVP functionality to posts or pages. When paired with The Events Calendar, you can add that same RSVP functionality directly to your event listings.
16
-
17
- Admins are able to access RSVP information from the backend, allowing them to check in registered attendees with ease when your event begins. For free events, Events Tickets allows you to own the entire event management process within your WordPress site.
18
-
19
- ><strong>A note about support:</strong> We’re here to help troubleshoot bugs, but should set expectations early that the support forums at WordPress.org are only checked once a week.
20
- >
21
- > Users looking for more timely/in-depth support are encouraged to check out <a href="http://m.tri.be/18th" target="_blank" title="[new window]">Event Tickets Plus</a>.
22
-
23
- = BUILT SOLID & SUPPORTED =
24
-
25
- The team at Modern Tribe stands by our work and offers light support every Wednesday to the community via the WordPress.org support forums. Feel free to ask a question if you're having a problem with implementation or if you find bugs. Looking for help NOW or need a deeper level of support? Add the <a href="http://m.tri.be/18th">premium add-on plugin</a> and you get access to premium support forums with 24-48 hour response times on weekdays.
26
-
27
- Enjoy using Event Tickets, know how to get under the hood and want to make money helping people? We're growing our community team and would love to hear from you. If you’re interested, <a href="http://m.tri.be/mk">check this out!</a>
28
-
29
- = PLUG-N-PLAY & HIGHLY CUSTOMIZABLE =
30
-
31
- Event Tickets is built to work out of the box: it doesn’t use a shortcode (nor is one available). Just turn it on, configure the settings to match your needs and you'll be taking RSVPs within minutes.
32
-
33
- By developers, for developers... it's ready to be the foundation for your wildest hack sessions. Complete with a skeleton stylesheet to theme fast and efficiently, loads of tools including partial template overrides, a host of template tags, hooks and filters, <a href="http://m.tri.be/eu">careful documentation</a>, as well as a <a href="https://github.com/moderntribe">library of code snippets</a> on GitHub. Events Tickets is built FOR people who build websites.
34
-
35
- Whether your vision is big or small, we have you in mind.
36
-
37
- = FEATURES =
38
-
39
- Just getting started? Definitely watch and read through the <a href="http://m.tri.be/18ti">New User Primer</a> before going much further.
40
-
41
- * Visitors can RSVP to events
42
- * Add RSVP to posts, pages, or any custom post type
43
- * Works out of the box with The Events Calendar
44
- * Upgrade to <a href="http://m.tri.be/18th">Tickets Plus</a> to sell tickets using WooCommerce, Shopp, Easy Digital Downloads or WP-eCommerce
45
- * Completely responsive from mobile to tablet to desktop
46
- * Tested on the major theme frameworks such as Avada, Genesis, Woo Themes, Thesis and many more.
47
- * Internationalized & Translated
48
- * Extensive Template Tags for Customization
49
- * Hook & Filters up the wazoo
50
-
51
- Looking for something else?
52
-
53
- * Sell tickets, collect sales, and manage attendees all from within your WordPress dashboard! Combine our <a href="http://m.tri.be/18wg">Event Tickets Plus add-on</a> with your favorite ecommerce plugin (WooCommerce, Shopp, Easy Digital Downloads, or WP E-commerce).
54
- * <a href="https://wordpress.org/plugins/the-events-calendar/" target="_blank">The Events Calendar</a> is the most popular calendar solution for WordPress. Team it up with Event Tickets and see the real magic happen.
55
- * <a href="http://m.tri.be/2c">Events Calendar PRO</a>: recurring events, a whole range of new views ( week / map / photo / venue / organizer) & widgets (calendar / featured venue / week / event countdown), custom event attributes, default content, location search and a lot more.
56
- * Have so many amazing events that your users get overwhelmed? Drop some filters on them with the <a href="http://m.tri.be/52" target="_blank">Filter Bar plugin</a>.
57
- * Get your community involved by letting them submit events with our <a href="http://m.tri.be/18uu" target="_blank">Community Events</a> plugin. Take it to the next level by letting them sell tickets with the <a href="http://m.tri.be/18uy" target="_blank">Community Tickets</a> add-on!
58
- <a href="https://www.facebook.com/theeventscalendar/" target="_blank">Join us on Facebook</a> to be part of our active community, check us out <a href="https://twitter.com/TheEventsCal" target="_blank">on Twitter</a>, and <a href="http://m.tri.be/rm">sign up for our newsletter</a> for release announcements and discounts.
59
-
60
- = SUBMITTING PATCHES =
61
-
62
- If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href="https://github.com/moderntribe/event-tickets" target="_blank">GitHub page for Event Tickets.</a> Simply cue up your proposed patch as a pull request, and we’ll review as part of our release cycle and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin’s changelog. For more information, check out the readme at our GitHub page. Happy coding!
63
-
64
- == Installation ==
65
-
66
- 1. From the dashboard of your site, navigate to Plugins --> Add New.
67
- 2. Select the Upload option and hit "Choose File."
68
- 3. When the popup appears select the event-tickets.x.x.zip file from your desktop. (The 'x.x' will change depending on the current version number).
69
- 4. Follow the on-screen instructions and wait as the upload completes.
70
- 5. When it's finished, activate the plugin via the prompt. A message will show confirming activation was successful.
71
- 6. For access to new updates, make sure you have added your valid License Key under Events --> Settings --> Licenses.
72
-
73
- = Requirements =
74
-
75
- * PHP 5.2.4 or greater (recommended: PHP 5.4 or greater)
76
- * WordPress 3.9 or above
77
- * jQuery 1.11.x
78
- * Event Tickets 4.0 or above
79
- * The Events Calendar 4.0 or above (optional)
80
-
81
- == Screenshots ==
82
-
83
- 1. RSVP setup
84
- 2. RSVPs on an event
85
- 3. RSVP on a post
86
- 4. Attendee report
87
- 5. Emailed ticket
88
-
89
- == Documentation ==
90
-
91
- Our <a href="http://m.tri.be/18ti">New User Primer</a> will help you get started. You can find more tutorials at http://m.tri.be/44.
92
-
93
- == Frequently Asked Questions ==
94
-
95
- = Where do I go to file a bug or ask a question? =
96
-
97
- Users of the free plugin can post in the Event Tickets support forum on WordPress.org: https://wordpress.org/support/plugin/event-tickets/. Our team reviews that forum weekly to look for bug reports. If you need more in-depth help, consider purchasing a license for <a href="http://m.tri.be/18th">Tickets Plus</a>. A valid license gives you access to our <a href="http://m.tri.be/18u1">premium support forums</a> which are checked daily.
98
-
99
- = Are there any troubleshooting steps you'd suggest I try that might resolve my issue before I post a new thread? =
100
-
101
- First, make sure that you're running the latest version of Event Tickets. If you've got any other add-ons, make sure those are current / running the latest code as well.
102
-
103
- The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just Event Tickets is running on your site. If the issue persists from there, revert to the default Twenty Fifteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you'll know that is the source of the conflict.
104
-
105
- Note that we aren't going to say "tough luck" if you identify a plugin/theme conflict. While we can't guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.
106
-
107
- = I'm still stuck. Where do I go to file a bug or ask a question? =
108
-
109
- If you're an Event Tickets Plus user, you're entitled access to our actively-monitored <a href="http://m.tri.be/18u1">forums</a> at the theeventscalendar.com website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. No post should go more than 24-48 hours during that time without a response.
110
-
111
- == Contributors ==
112
-
113
- The plugin is produced by <a href="http://m.tri.be/18uc">Modern Tribe Inc</a>.
114
-
115
- = Current Contributors =
116
-
117
- * <a href="http://profiles.wordpress.org/users/barryhughes">Barry Hughes</a>
118
- * <a href="http://profiles.wordpress.org/users/brianjessee">Brian Jessee</a>
119
- * <a href="http://profiles.wordpress.org/users/brook-tribe">Brook Harding</a>
120
- * <a href="http://profiles.wordpress.org/users/geoffgraham">Geoff Graham</a>
121
- * <a href="http://profiles.wordpress.org/users/ggwicz">George Gecewicz</a>
122
- * <a href="http://profiles.wordpress.org/users/bordoni">Gustavo Bordoni</a>
123
- * <a href="http://profiles.wordpress.org/users/jazbek">Jessica Yazbek</a>
124
- * <a href="http://profiles.wordpress.org/users/jbrinley">Jonathan Brinley</a>
125
- * <a href="http://profiles.wordpress.org/users/joshlimecuda">Josh Mallard</a>
126
- * <a href="http://profiles.wordpress.org/users/leahkoerper">Leah Koerper</a>
127
- * <a href="http://profiles.wordpress.org/users/lucatume">Luca Tumedei</a>
128
- * <a href="http://profiles.wordpress.org/users/mat-lipe">Mat Lipe</a>
129
- * <a href="http://profiles.wordpress.org/users/borkweb">Matthew Batchelder</a>
130
- * <a href="http://profiles.wordpress.org/users/mdbitz">Matthew Denton</a>
131
- * <a href="http://profiles.wordpress.org/users/neillmcshea">Neill McShea</a>
132
- * <a href="http://profiles.wordpress.org/users/mastromktg">Nick Mastromattei</a>
133
- * <a href="http://profiles.wordpress.org/users/nicosantos">Nico Santo</a>
134
- * <a href="http://profiles.wordpress.org/users/peterchester">Peter Chester</a>
135
- * <a href="http://profiles.wordpress.org/users/roblagatta">Rob La Gatta</a>
136
- * <a href="http://profiles.wordpress.org/users/reid.peifer">Reid Peifer</a>
137
- * <a href="http://profiles.wordpress.org/users/ryancurban">Ryan Urban</a>
138
- * <a href="http://profiles.wordpress.org/users/faction23">Samuel Estok</a>
139
- * <a href="http://profiles.wordpress.org/users/shane.pearlman">Shane Pearlman</a>
140
- * <a href="http://profiles.wordpress.org/users/thatdudebutch">Wayne Stratton</a>
141
- * <a href="http://profiles.wordpress.org/users/zbtirrell">Zachary Tirrell</a>
142
- <a href="https://profiles.wordpress.org/aguseo">Andras Guseo</a>
143
- <a href="https://profiles.wordpress.org/tribecari">Caroline Tucker</a>
144
-
145
- = Past Contributors =
146
-
147
- * <a href="http://profiles.wordpress.org/users/caseypatrickdriscoll">Casey Driscoll</a>
148
- * <a href="http://profiles.wordpress.org/users/ckpicker">Casey Picker</a>
149
- * <a href="http://profiles.wordpress.org/users/dancameron">Dan Cameron</a>
150
- * <a href="http://profiles.wordpress.org/users/MZAWeb">Daniel Dvorkin</a>
151
- * <a href="http://profiles.wordpress.org/users/jkudish">Joachim Kudish</a>
152
- * <a href="http://profiles.wordpress.org/users/jgadbois">John Gadbois</a>
153
- * <a href="http://profiles.wordpress.org/users/jonahcoyote">Jonah West</a>
154
- * <a href=“https://profiles.wordpress.org/justinendler/“>Justin Endler</a>
155
- * <a href="http://profiles.wordpress.org/users/kellykathryn">Kelly Groves</a>
156
- * <a href="http://profiles.wordpress.org/users/kelseydamas">Kelsey Damas</a>
157
- * <a href="http://profiles.wordpress.org/users/kyleunzicker">Kyle Unzicker</a>
158
- * <a href="http://profiles.wordpress.org/users/mattwiebe">Matt Wiebe</a>
159
- * <a href="http://profiles.wordpress.org/users/nickciske">Nick Ciske</a>
160
- * <a href="http://profiles.wordpress.org/users/paulhughes01">Paul Hughes</a>
161
- * <a href="http://profiles.wordpress.org/users/codearachnid">Timothy Wood</a>
162
-
163
- = Translations =
164
-
165
- We don’t have any translations for this plugin yet, but you can help us! You can contribute at http://translations.theeventscalendar.com
166
-
167
- == Add-Ons ==
168
-
169
- But wait: there's more! We've got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over at <a href="http://m.tri.be/18uh">The Events Calendar website.</a>
170
-
171
- Our Free Plugins:
172
-
173
- * <a href="https://wordpress.org/plugins/the-events-calendar/" target="_blank">The Events Calendar</a>
174
- * <a href="http://wordpress.org/extend/plugins/advanced-post-manager/" target="_blank">Advanced Post Manager</a>
175
- * <a href="http://wordpress.org/plugins/blog-copier/" target="_blank">Blog Copier</a>
176
- * <a href="http://wordpress.org/plugins/image-rotation-repair/" target="_blank">Image Rotation Widget</a>
177
- * <a href="http://wordpress.org/plugins/widget-builder/" target="_blank">Widget Builder</a>
178
-
179
- Our Premium Plugins:
180
-
181
- * <a href="http://m.tri.be/18th" target="_blank">Event Tickets Plus</a>
182
- * <a href="http://m.tri.be/18ul" target="_blank">The Events Calendar PRO</a>
183
- * <a href="http://m.tri.be/18uo" target="_blank">The Events Calendar: Eventbrite Tickets</a>
184
- * <a href="http://m.tri.be/18uu" target="_blank">The Events Calendar: Community Events</a>
185
- * <a href="http://m.tri.be/18uy" target="_blank">The Events Calendar: Community Tickets</a>
186
- * <a href="http://m.tri.be/18v0" target="_blank">The Events Calendar: Facebook Events</a>
187
- * <a href="http://m.tri.be/18v2" target="_blank">The Events Calendar: Filter Bar</a>
188
-
189
- == Changelog ==
190
-
191
- = [4.1.4] 2016-05-19 =
192
-
193
- * Fix - Improve email attendees integration with Community Events Tickets
194
- * Fix - Remove unneeded plugin settings when Event Tickets is operating without The Events Calendar
195
- * Tweak - Setting to opt out of the frontend attendee list now automatically hidden if the attendee list is also hidden
196
- * Tweak - Make the visibility of the delete ticket link filterable
197
-
198
- = [4.1.3] 2016-04-28 =
199
-
200
- * Tweak - Added back the purchaser name and email address to the attendee reports for all tickets. We had inadvertently removed those in a previous release. #facepalm [45082]
201
- * Tweak - Fixed an error where tickets on custom post types would not save or display on the front end. That was annoying to anyone trying to create RSVPs or tickets on anything other than a default page or post.
202
-
203
- = [4.1.2] 2016-04-11 =
204
-
205
- * Fix - Removed a notice on attendees list when a non-existent email method is on a hook
206
-
207
- = [4.1.1] 2016-03-30 =
208
-
209
- * Tweak - Add filters for generated attendee and order data; tribe_tickets_attendee_data and tribe_tickets_order_data, respectively
210
- * Tweak - Relocated the generation of tickets to the template_redirect action because init was too early for proper permalink fetching
211
- * Fix - Resolved issue where purchasing tickets was impossible if ticket stock was set to unlimited (thanks to James for reporting this one)
212
- * Fix - Fixed issue where the customer name and customer email address had been removed from the attendee export CSV (nice find here by Joe in our forums)
213
-
214
- = [4.1] 2016-03-15 =
215
-
216
- * Feature - Implemented global stock per event allowing multiple tickets to pull from the same pool of available tickets on an event (Heck yeah to all those who voted on this feature!)
217
- * Feature - Added filters for RSVP ticket generation: event_tickets_rsvp_tickets_created, event_tickets_rsvp_tickets_generated_for_product, and event_tickets_rsvp_tickets_generated (props to 75ninteen for this pull request!)
218
- * Tweak - Conditionally show attendees link on Event listing in the WordPress administration
219
- * Tweak - Obfuscated license keys Events > Help > System Information
220
- * Tweak - Allowed the "same slug" notice to be dismissed and fix some text in that message
221
- * Fix - Fixed issue where some characters were not escaped appropriately for month and year formats
222
- * Fix - Resolved issue where the RSVP confirmation error message displayed when it shouldn't
223
- * Fix - Prevent notices to enqueue method when moving form hooks
224
-
225
- = [4.0.5] 2016-02-17 =
226
-
227
- * Add - Add a loading graphic after clicking send email for the attendee's report
228
-
229
- = [4.0.4] 2015-12-23 =
230
-
231
- * Feature - Add support for global ticket stock so multiple tickets can optionally reduce from a single ticket total for a given event
232
- * Tweak - Ignore alpha/beta/rc suffixes on version numbers when checking template versions
233
- * Tweak - Add HTML id attribute to ticket area on the single-event page so plugin/theme authors can use anchor tags to jump to that section of the page
234
- * Fix - Resolved issue with stock calculations on the Attendees report
235
-
236
- = [4.0.3] 2015-12-22 =
237
-
238
- * Tweak - Leverage the original_stock() method when rendering ticket availability to avoid funky math problems with different Event Tickets Plus commerce providers (Thank you liblogger for reporting this issue!)
239
-
240
- = [4.0.2] 2015-12-16 =
241
-
242
- * Tweak - Removing dates from ticket emails when those tickets are attached to non The Events Calendar event posts
243
- * Fix - Fixed a settings page URL (Thanks for the tip Kristy!)
244
-
245
- = [4.0.1] 2015-12-10 =
246
-
247
- * Tweak - Removed The Events Calendar-specific fields from the Attendees Report as defaults. The Events Calendar will now hook into the report and inject event-specific fields
248
- * Fix - Fixed issue where a retina-friendly loading gif was 404ing
249
-
250
- = [4.0] 2015-12-02 =
251
-
252
- * Initial release
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Event Tickets ===
2
+
3
+ Contributors: ModernTribe, borkweb, zbtirrell, barry.hughes, bordoni, brianjessee, brook-tribe, faction23, geoffgraham, ggwicz, jazbek, jbrinley, joshlimecuda, leahkoerper, lucatume, mastromktg, neillmcshea, nicosantos, peterchester, reid.peifer, roblagatta, shane.pearlman, thatdudebutch, aguseo, tribecari, trishasalas
4
+ Tags: events, add-on, ticket sales, tickets, calendar, community, registration, api, dates, date, posts, workshop, conference, meeting, seminar, concert, summit, The Events Calendar, Events Calendar PRO, ticket integration, event ticketing, RSVP, Event Tickets, Event Tickets Plus
5
+ Requires at least: 3.9
6
+ Tested up to: 4.5.2
7
+ Stable tag: 4.2
8
+ License: GPLv2 or later
9
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
+
11
+ Event Tickets allows your visitors to RSVP to events on your site. Also works seamlessly with <a href="http://m.tri.be/18tg">The Events Calendar</a>.
12
+
13
+ == Description ==
14
+
15
+ ><strong>A note about support:</strong> We’re here to help troubleshoot bugs, but should set expectations early that the support forums at WordPress.org are only checked once a week.
16
+ >
17
+ > Users looking for more timely/in-depth support are encouraged to check out <a href="http://m.tri.be/18th" target="_blank" title="[new window]">Event Tickets Plus</a>.
18
+
19
+ Event Tickets provides a simple way for visitors to RSVP to your events. As a standalone plugin, it enables you to add RSVP functionality to posts or pages. When paired with The Events Calendar, you can add that same RSVP functionality directly to your event listings.
20
+
21
+ Admins are able to access RSVP information from the backend, allowing them to check in registered attendees with ease when your event begins. For free events, Events Tickets allows you to own the entire event management process within your WordPress site.
22
+
23
+ = BUILT SOLID & SUPPORTED =
24
+
25
+ The team at Modern Tribe stands by our work and offers light support every Wednesday to the community via the WordPress.org support forums. Feel free to ask a question if you're having a problem with implementation or if you find bugs. Looking for help NOW or need a deeper level of support? Add the <a href="http://m.tri.be/18th">premium add-on plugin</a> and you get access to premium support forums with 24-48 hour response times on weekdays.
26
+
27
+ Enjoy using Event Tickets, know how to get under the hood and want to make money helping people? We're growing our community team and would love to hear from you. If you’re interested, <a href="http://m.tri.be/mk">check this out!</a>
28
+
29
+ = PLUG-N-PLAY & HIGHLY CUSTOMIZABLE =
30
+
31
+ Event Tickets is built to work out of the box: it doesn’t use a shortcode (nor is one available). Just turn it on, configure the settings to match your needs and you'll be taking RSVPs within minutes.
32
+
33
+ By developers, for developers... it's ready to be the foundation for your wildest hack sessions. Complete with a skeleton stylesheet to theme fast and efficiently, loads of tools including partial template overrides, a host of template tags, hooks and filters, <a href="http://m.tri.be/eu">careful documentation</a>, as well as a <a href="https://github.com/moderntribe">library of code snippets</a> on GitHub. Events Tickets is built FOR people who build websites.
34
+
35
+ Whether your vision is big or small, we have you in mind.
36
+
37
+ = FEATURES =
38
+
39
+ Just getting started? Definitely watch and read through the <a href="http://m.tri.be/18ti">New User Primer</a> before going much further.
40
+
41
+ * Visitors can RSVP to events
42
+ * Add RSVP to posts, pages, or any custom post type
43
+ * Works out of the box with The Events Calendar
44
+ * Upgrade to <a href="http://m.tri.be/18th">Tickets Plus</a> to sell tickets using WooCommerce, Shopp, Easy Digital Downloads or WP-eCommerce
45
+ * Completely responsive from mobile to tablet to desktop
46
+ * Tested on the major theme frameworks such as Avada, Genesis, Woo Themes, Thesis and many more.
47
+ * Internationalized & Translated
48
+ * Extensive Template Tags for Customization
49
+ * Hook & Filters up the wazoo
50
+
51
+ Looking for something else?
52
+
53
+
54
+ * Sell tickets, collect sales, and manage attendees all from within your WordPress dashboard! Combine our <a href="http://m.tri.be/18wg">Event Tickets Plus add-on</a> with your favorite ecommerce plugin (WooCommerce, Shopp, Easy Digital Downloads, or WP E-commerce).
55
+ * <a href="https://wordpress.org/plugins/the-events-calendar/" target="_blank">The Events Calendar</a> is the most popular calendar solution for WordPress. Team it up with Event Tickets and see the real magic happen.
56
+ * <a href="http://m.tri.be/2c">Events Calendar PRO</a>: recurring events, a whole range of new views ( week / map / photo / venue / organizer) & widgets (calendar / featured venue / week / event countdown), custom event attributes, default content, location search and a lot more.
57
+ * Have so many amazing events that your users get overwhelmed? Drop some filters on them with the <a href="http://m.tri.be/52" target="_blank">Filter Bar plugin</a>.
58
+ * Get your community involved by letting them submit events with our <a href="http://m.tri.be/18uu" target="_blank">Community Events</a> plugin. Take it to the next level by letting them sell tickets with the <a href="http://m.tri.be/18uy" target="_blank">Community Tickets</a> add-on!
59
+ <a href="https://www.facebook.com/theeventscalendar/" target="_blank">Join us on Facebook</a> to be part of our active community, check us out <a href="https://twitter.com/TheEventsCal" target="_blank">on Twitter</a>, and <a href="http://m.tri.be/rm">sign up for our newsletter</a> for release announcements and discounts.
60
+
61
+ = SUBMITTING PATCHES =
62
+
63
+ If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href="https://github.com/moderntribe/event-tickets" target="_blank">GitHub page for Event Tickets.</a> Simply cue up your proposed patch as a pull request, and we’ll review as part of our release cycle and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin’s changelog. For more information, check out the readme at our GitHub page. Happy coding!
64
+
65
+ == Installation ==
66
+
67
+ 1. From the dashboard of your site, navigate to Plugins --> Add New.
68
+ 2. Select the Upload option and hit "Choose File."
69
+ 3. When the popup appears select the event-tickets.x.x.zip file from your desktop. (The 'x.x' will change depending on the current version number).
70
+ 4. Follow the on-screen instructions and wait as the upload completes.
71
+ 5. When it's finished, activate the plugin via the prompt. A message will show confirming activation was successful.
72
+ 6. For access to new updates, make sure you have added your valid License Key under Events --> Settings --> Licenses.
73
+
74
+ = Requirements =
75
+
76
+ * PHP 5.2.4 or greater (recommended: PHP 5.4 or greater)
77
+ * WordPress 3.9 or above
78
+ * jQuery 1.11.x
79
+ * Event Tickets 4.0 or above
80
+ * The Events Calendar 4.0 or above (optional)
81
+
82
+ == Screenshots ==
83
+
84
+ 1. RSVP setup
85
+ 2. RSVPs on an event
86
+ 3. RSVP on a post
87
+ 4. Attendee report
88
+ 5. Emailed ticket
89
+
90
+
91
+ == Documentation ==
92
+
93
+ Our <a href="http://m.tri.be/18ti">New User Primer</a> will help you get started. You can find more tutorials at http://m.tri.be/44.
94
+
95
+ == Frequently Asked Questions ==
96
+
97
+ = Where do I go to file a bug or ask a question? =
98
+
99
+ Users of the free plugin can post in the Event Tickets support forum on WordPress.org: https://wordpress.org/support/plugin/event-tickets/. Our team reviews that forum weekly to look for bug reports. If you need more in-depth help, consider purchasing a license for <a href="http://m.tri.be/18th">Tickets Plus</a>. A valid license gives you access to our <a href="http://m.tri.be/18u1">premium support forums</a> which are checked daily.
100
+
101
+ = Are there any troubleshooting steps you'd suggest I try that might resolve my issue before I post a new thread? =
102
+
103
+ First, make sure that you're running the latest version of Event Tickets. If you've got any other add-ons, make sure those are current / running the latest code as well.
104
+
105
+ The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just Event Tickets is running on your site. If the issue persists from there, revert to the default Twenty Fifteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you'll know that is the source of the conflict.
106
+
107
+ Note that we aren't going to say "tough luck" if you identify a plugin/theme conflict. While we can't guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.
108
+
109
+ = I'm still stuck. Where do I go to file a bug or ask a question? =
110
+
111
+ If you're an Event Tickets Plus user, you're entitled access to our actively-monitored <a href="http://m.tri.be/18u1">forums</a> at the theeventscalendar.com website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. No post should go more than 24-48 hours during that time without a response.
112
+
113
+ == Contributors ==
114
+
115
+ The plugin is produced by <a href="http://m.tri.be/18uc">Modern Tribe Inc</a>.
116
+
117
+ = Current Contributors =
118
+
119
+ * <a href="http://profiles.wordpress.org/users/barryhughes">Barry Hughes</a>
120
+ * <a href="http://profiles.wordpress.org/users/brianjessee">Brian Jessee</a>
121
+ * <a href="http://profiles.wordpress.org/users/brook-tribe">Brook Harding</a>
122
+ * <a href="http://profiles.wordpress.org/users/geoffgraham">Geoff Graham</a>
123
+ * <a href="http://profiles.wordpress.org/users/ggwicz">George Gecewicz</a>
124
+ * <a href="http://profiles.wordpress.org/users/bordoni">Gustavo Bordoni</a>
125
+ * <a href="http://profiles.wordpress.org/users/jazbek">Jessica Yazbek</a>
126
+ * <a href="http://profiles.wordpress.org/users/jbrinley">Jonathan Brinley</a>
127
+ * <a href="http://profiles.wordpress.org/users/joshlimecuda">Josh Mallard</a>
128
+ * <a href="http://profiles.wordpress.org/users/leahkoerper">Leah Koerper</a>
129
+ * <a href="http://profiles.wordpress.org/users/lucatume">Luca Tumedei</a>
130
+ * <a href="http://profiles.wordpress.org/users/mat-lipe">Mat Lipe</a>
131
+ * <a href="http://profiles.wordpress.org/users/borkweb">Matthew Batchelder</a>
132
+ * <a href="http://profiles.wordpress.org/users/mdbitz">Matthew Denton</a>
133
+ * <a href="http://profiles.wordpress.org/users/neillmcshea">Neill McShea</a>
134
+ * <a href="http://profiles.wordpress.org/users/mastromktg">Nick Mastromattei</a>
135
+ * <a href="http://profiles.wordpress.org/users/nicosantos">Nico Santo</a>
136
+ * <a href="http://profiles.wordpress.org/users/peterchester">Peter Chester</a>
137
+ * <a href="http://profiles.wordpress.org/users/roblagatta">Rob La Gatta</a>
138
+ * <a href="http://profiles.wordpress.org/users/reid.peifer">Reid Peifer</a>
139
+ * <a href="http://profiles.wordpress.org/users/ryancurban">Ryan Urban</a>
140
+ * <a href="http://profiles.wordpress.org/users/faction23">Samuel Estok</a>
141
+ * <a href="http://profiles.wordpress.org/users/shane.pearlman">Shane Pearlman</a>
142
+ * <a href="http://profiles.wordpress.org/users/thatdudebutch">Wayne Stratton</a>
143
+ * <a href="http://profiles.wordpress.org/users/zbtirrell">Zachary Tirrell</a>
144
+ * <a href="https://profiles.wordpress.org/aguseo">Andras Guseo</a>
145
+ * <a href="https://profiles.wordpress.org/tribecari">Caroline Tucker</a>
146
+ * <a href="https://profiles.wordpress.org/trishasalas">Trisha Salas</a>
147
+
148
+ = Past Contributors =
149
+
150
+ * <a href="http://profiles.wordpress.org/users/caseypatrickdriscoll">Casey Driscoll</a>
151
+ * <a href="http://profiles.wordpress.org/users/ckpicker">Casey Picker</a>
152
+ * <a href="http://profiles.wordpress.org/users/dancameron">Dan Cameron</a>
153
+ * <a href="http://profiles.wordpress.org/users/MZAWeb">Daniel Dvorkin</a>
154
+ * <a href="http://profiles.wordpress.org/users/jkudish">Joachim Kudish</a>
155
+ * <a href="http://profiles.wordpress.org/users/jgadbois">John Gadbois</a>
156
+ * <a href="http://profiles.wordpress.org/users/jonahcoyote">Jonah West</a>
157
+ * <a href="https://profiles.wordpress.org/justinendler/">Justin Endler</a>
158
+ * <a href="http://profiles.wordpress.org/users/kellykathryn">Kelly Groves</a>
159
+ * <a href="http://profiles.wordpress.org/users/kelseydamas">Kelsey Damas</a>
160
+ * <a href="http://profiles.wordpress.org/users/kyleunzicker">Kyle Unzicker</a>
161
+ * <a href="http://profiles.wordpress.org/users/mattwiebe">Matt Wiebe</a>
162
+ * <a href="http://profiles.wordpress.org/users/nickciske">Nick Ciske</a>
163
+ * <a href="http://profiles.wordpress.org/users/paulhughes01">Paul Hughes</a>
164
+ * <a href="http://profiles.wordpress.org/users/codearachnid">Timothy Wood</a>
165
+
166
+ = Translations =
167
+
168
+ Event Tickets is translated by volunteers at https://translate.wordpress.org/projects/wp-plugins/event-tickets/stable. There you can find a list of available languages, download translation files, or help update the translations. Thank you to everyone who helps to maintain our translations!
169
+
170
+ == Add-Ons ==
171
+
172
+ But wait: there's more! We've got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over at <a href="http://m.tri.be/18uh">The Events Calendar website.</a>
173
+
174
+ Our Free Plugins:
175
+
176
+ * <a href="https://wordpress.org/plugins/the-events-calendar/" target="_blank">The Events Calendar</a>
177
+ * <a href="http://wordpress.org/extend/plugins/advanced-post-manager/" target="_blank">Advanced Post Manager</a>
178
+ * <a href="http://wordpress.org/plugins/blog-copier/" target="_blank">Blog Copier</a>
179
+ * <a href="http://wordpress.org/plugins/image-rotation-repair/" target="_blank">Image Rotation Widget</a>
180
+ * <a href="http://wordpress.org/plugins/widget-builder/" target="_blank">Widget Builder</a>
181
+
182
+ Our Premium Plugins:
183
+
184
+ * <a href="http://m.tri.be/18th" target="_blank">Event Tickets Plus</a>
185
+ * <a href="http://m.tri.be/18ul" target="_blank">The Events Calendar PRO</a>
186
+ * <a href="http://m.tri.be/18uo" target="_blank">The Events Calendar: Eventbrite Tickets</a>
187
+ * <a href="http://m.tri.be/18uu" target="_blank">The Events Calendar: Community Events</a>
188
+ * <a href="http://m.tri.be/18uy" target="_blank">The Events Calendar: Community Tickets</a>
189
+ * <a href="http://m.tri.be/18v0" target="_blank">The Events Calendar: Facebook Events</a>
190
+ * <a href="http://m.tri.be/18v2" target="_blank">The Events Calendar: Filter Bar</a>
191
+
192
+ == Changelog ==
193
+
194
+ = [4.2] 2016-06-08 =
195
+
196
+ * Feature - Add a shortcode listing those upcoming events the user has indicated they will attend
197
+ * Feature - Make it possible to disable the ticket form for logged out users
198
+ * Feature - Added RSVP and WooCommerce tickets import via .csv file (Thank you Quakely for submitting this idea on UserVoice!)
199
+ * Feature - Authenticated Attendees can control their RSVP on Events
200
+ * Tweak - Language files in the `wp-content/languages/plugins` path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)
201
+ * Tweak - Add messaging on the RSVP form when tickets are not yet or are no longer on sale (Props to @masteradhoc on GitHub for this change!)
202
+ * Tweak - Improved our JSON-LD output to include tickets (Big thanks to Lars for reporting this!)
203
+ * Tweak - Record the user ID associated with the creation of new attendee records
204
+ * Tweak - Fixed translation domain on a few strings (Thank you @TEME for reporting the issue!)
205
+ * Tweak - Move plugin CSS to PostCSS
206
+ * Tweak - Fix padding/spacing for RSVP form on single event page in Twenty Fifteen
207
+ * Tweak - Updated plugin description on admin plugin page
208
+ * Tweak - Move plugin CSS to PostCSS
209
+ * Fix - Target specific input fields when check for remaining tickets to help with theme compatibility issues such as Avada (Thanks to Michael C!)
210
+ * Fix - Corrects capabilities test in relation to editing tickets (Props to @bokorir!)
211
+ * Fix - Loads thickbox for email modal in attendees list
212
+
213
+ = [4.1.4] 2016-05-19 =
214
+
215
+ * Fix - Improve email attendees integration with Community Events Tickets
216
+ * Fix - Remove unneeded plugin settings when Event Tickets is operating without The Events Calendar
217
+ * Tweak - Setting to opt out of the frontend attendee list now automatically hidden if the attendee list is also hidden
218
+ * Tweak - Make the visibility of the delete ticket link filterable
219
+
220
+ = [4.1.3] 2016-04-28 =
221
+
222
+ * Tweak - Added back the purchaser name and email address to the attendee reports for all tickets. We had inadvertently removed those in a previous release. #facepalm [45082]
223
+ * Tweak - Fixed an error where tickets on custom post types would not save or display on the front end. That was annoying to anyone trying to create RSVPs or tickets on anything other than a default page or post.
224
+
225
+ = [4.1.2] 2016-04-11 =
226
+
227
+ * Fix - Removed a notice on attendees list when a non-existent email method is on a hook
228
+
229
+ = [4.1.1] 2016-03-30 =
230
+
231
+ * Tweak - Add filters for generated attendee and order data; tribe_tickets_attendee_data and tribe_tickets_order_data, respectively
232
+ * Tweak - Relocated the generation of tickets to the template_redirect action because init was too early for proper permalink fetching
233
+ * Fix - Resolved issue where purchasing tickets was impossible if ticket stock was set to unlimited (thanks to James for reporting this one)
234
+ * Fix - Fixed issue where the customer name and customer email address had been removed from the attendee export CSV (nice find here by Joe in our forums)
235
+
236
+ = [4.1] 2016-03-15 =
237
+
238
+ * Feature - Implemented global stock per event allowing multiple tickets to pull from the same pool of available tickets on an event (Heck yeah to all those who voted on this feature!)
239
+ * Feature - Added filters for RSVP ticket generation: event_tickets_rsvp_tickets_created, event_tickets_rsvp_tickets_generated_for_product, and event_tickets_rsvp_tickets_generated (props to 75ninteen for this pull request!)
240
+ * Tweak - Conditionally show attendees link on Event listing in the WordPress administration
241
+ * Tweak - Obfuscated license keys Events > Help > System Information
242
+ * Tweak - Allowed the "same slug" notice to be dismissed and fix some text in that message
243
+ * Fix - Fixed issue where some characters were not escaped appropriately for month and year formats
244
+ * Fix - Resolved issue where the RSVP confirmation error message displayed when it shouldn't
245
+ * Fix - Prevent notices to enqueue method when moving form hooks
246
+
247
+ = [4.0.5] 2016-02-17 =
248
+
249
+ * Add - Add a loading graphic after clicking send email for the attendee's report
250
+
251
+ = [4.0.4] 2015-12-23 =
252
+
253
+ * Feature - Add support for global ticket stock so multiple tickets can optionally reduce from a single ticket total for a given event
254
+ * Tweak - Ignore alpha/beta/rc suffixes on version numbers when checking template versions
255
+ * Tweak - Add HTML id attribute to ticket area on the single-event page so plugin/theme authors can use anchor tags to jump to that section of the page
256
+ * Fix - Resolved issue with stock calculations on the Attendees report
257
+
258
+ = [4.0.3] 2015-12-22 =
259
+
260
+ * Tweak - Leverage the original_stock() method when rendering ticket availability to avoid funky math problems with different Event Tickets Plus commerce providers (Thank you liblogger for reporting this issue!)
261
+
262
+ = [4.0.2] 2015-12-16 =
263
+
264
+ * Tweak - Removing dates from ticket emails when those tickets are attached to non The Events Calendar event posts
265
+ * Fix - Fixed a settings page URL (Thanks for the tip Kristy!)
266
+
267
+ = [4.0.1] 2015-12-10 =
268
+
269
+ * Tweak - Removed The Events Calendar-specific fields from the Attendees Report as defaults. The Events Calendar will now hook into the report and inject event-specific fields
270
+ * Fix - Fixed issue where a retina-friendly loading gif was 404ing
271
+
272
+ = [4.0] 2015-12-02 =
273
+
274
+ * Initial release
src/Tribe/Attendees_Table.php CHANGED
@@ -100,6 +100,34 @@ class Tribe__Tickets__Attendees_Table extends WP_List_Table {
100
  return apply_filters( 'tribe_events_tickets_attendees_table_column', $value, $item, $column );
101
  }
102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  /**
104
  * Handler for the checkbox column
105
  *
@@ -282,11 +310,9 @@ class Tribe__Tickets__Attendees_Table extends WP_List_Table {
282
  );
283
 
284
  /**
285
- * When we use a TB_iframe link and we are not on an Admin Page we need to include it's JS
286
  */
287
- if ( ! is_admin() ) {
288
- add_thickbox();
289
- }
290
 
291
  $email_link = Tribe__Settings::instance()->get_url( array(
292
  'page' => 'tickets-attendees',
100
  return apply_filters( 'tribe_events_tickets_attendees_table_column', $value, $item, $column );
101
  }
102
 
103
+ /**
104
+ * Handler for the ticket number column
105
+ *
106
+ * @param array $item
107
+ *
108
+ * @return int|string
109
+ */
110
+ public function column_attendee_id( $item ) {
111
+ $attendee_id = empty( $item['attendee_id'] ) ? '' : $item['attendee_id'];
112
+ if ( $attendee_id === '' ) {
113
+ return '';
114
+ }
115
+
116
+ $unique_id = get_post_meta( $attendee_id, '_unique_id', true );
117
+
118
+ if ( $unique_id === '' ) {
119
+ $unique_id = $attendee_id;
120
+ }
121
+
122
+ /**
123
+ * Filters the ticket number; defaults to the ticket unique ID.
124
+ *
125
+ * @param string $unique_id A unique string identifier for the ticket.
126
+ * @param array $item The item entry.
127
+ */
128
+ return apply_filters( 'tribe_events_tickets_attendees_table_attendee_id_column', $unique_id, $item );
129
+ }
130
+
131
  /**
132
  * Handler for the checkbox column
133
  *
310
  );
311
 
312
  /**
313
+ * Include TB_iframe JS
314
  */
315
+ add_thickbox();
 
 
316
 
317
  $email_link = Tribe__Settings::instance()->get_url( array(
318
  'page' => 'tickets-attendees',
src/Tribe/CSV_Importer/Column_Names.php ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ class Tribe__Tickets__CSV_Importer__Column_Names {
5
+
6
+ /**
7
+ * @var self
8
+ */
9
+ protected static $instance;
10
+
11
+ /**
12
+ * The class singleton constructor.
13
+ *
14
+ * @return Tribe__Tickets__CSV_Importer__Column_Names
15
+ */
16
+ public static function instance() {
17
+ if ( empty( self::$instance ) ) {
18
+ self::$instance = new self();
19
+ }
20
+
21
+ return self::$instance;
22
+ }
23
+
24
+ /**
25
+ * Adds RSVP column names to the importer mapping options.
26
+ *
27
+ * @param array $column_names
28
+ *
29
+ * @return array
30
+ */
31
+ public function filter_rsvp_column_names( array $column_names ) {
32
+ $column_names = array_merge( $column_names,
33
+ array(
34
+ 'event_name' => esc_html__( 'Event Name or ID or Slug', 'event-tickets' ),
35
+ 'ticket_name' => esc_html__( 'Ticket Name', 'event-tickets' ),
36
+ 'ticket_description' => esc_html__( 'Ticket Description', 'event-tickets' ),
37
+ 'ticket_start_sale_date' => esc_html__( 'Ticket Start Sale Date', 'event-tickets' ),
38
+ 'ticket_start_sale_time' => esc_html__( 'Ticket Start Sale Time', 'event-tickets' ),
39
+ 'ticket_end_sale_date' => esc_html__( 'Ticket End Sale Date', 'event-tickets' ),
40
+ 'ticket_end_sale_time' => esc_html__( 'Ticket End Sale Time', 'event-tickets' ),
41
+ 'ticket_stock' => esc_html__( 'Ticket Stock', 'event-tickets' ),
42
+ ) );
43
+
44
+ return $column_names;
45
+ }
46
+ }
src/Tribe/CSV_Importer/RSVP_Importer.php ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Tickets__CSV_Importer__RSVP_Importer
6
+ */
7
+ class Tribe__Tickets__CSV_Importer__RSVP_Importer extends Tribe__Events__Importer__File_Importer {
8
+
9
+ /**
10
+ * @var array
11
+ */
12
+ protected $required_fields = array( 'event_name', 'ticket_name' );
13
+
14
+ /**
15
+ * @var array
16
+ */
17
+ protected static $event_name_cache = array();
18
+
19
+ /**
20
+ * @var array
21
+ */
22
+ protected static $ticket_name_cache = array();
23
+
24
+ /**
25
+ * @var Tribe__Tickets__RSVP
26
+ */
27
+ protected $rsvp_tickets;
28
+
29
+ /**
30
+ * @var bool|string
31
+ */
32
+ protected $row_message = false;
33
+
34
+ /**
35
+ * The class constructor proxy method.
36
+ *
37
+ * @param Tribe__Events__Importer__File_Importer|null $instance The default instance that would be used for the type.
38
+ * @param Tribe__Events__Importer__File_Reader $file_reader
39
+ *
40
+ * @return Tribe__Tickets__CSV_Importer__RSVP_Importer
41
+ */
42
+ public static function instance( $instance, Tribe__Events__Importer__File_Reader $file_reader ) {
43
+ return new self( $file_reader );
44
+ }
45
+
46
+ /**
47
+ * Resets that class static caches
48
+ */
49
+ public static function reset_cache() {
50
+ self::$event_name_cache = array();
51
+ self::$ticket_name_cache = array();
52
+ }
53
+
54
+ /**
55
+ * Tribe__Tickets__CSV_Importer__RSVP_Importer constructor.
56
+ *
57
+ * @param Tribe__Events__Importer__File_Reader $file_reader
58
+ * @param Tribe__Events__Importer__Featured_Image_Uploader|null $featured_image_uploader
59
+ * @param Tribe__Tickets__RSVP|null $rsvp_tickets
60
+ */
61
+ public function __construct(
62
+ Tribe__Events__Importer__File_Reader $file_reader, Tribe__Events__Importer__Featured_Image_Uploader $featured_image_uploader = null, Tribe__Tickets__RSVP $rsvp_tickets = null
63
+ ) {
64
+ parent::__construct( $file_reader, $featured_image_uploader );
65
+ $this->rsvp_tickets = ! empty( $rsvp_tickets ) ? $rsvp_tickets : Tribe__Tickets__RSVP::get_instance();
66
+ }
67
+
68
+ /**
69
+ * @param array $record
70
+ *
71
+ * @return bool
72
+ */
73
+ public function match_existing_post( array $record ) {
74
+ $event = $this->get_event_from( $record );
75
+
76
+ if ( empty( $event ) ) {
77
+ return false;
78
+ }
79
+
80
+ $ticket_name = $this->get_value_by_key( $record, 'ticket_name' );
81
+ $cache_key = $ticket_name . '-' . $event->ID;
82
+
83
+ if ( isset( self::$ticket_name_cache[ $cache_key ] ) ) {
84
+ return self::$ticket_name_cache[ $cache_key ];
85
+ }
86
+
87
+ $ticket_post = get_page_by_title( $ticket_name, OBJECT, $this->rsvp_tickets->ticket_object );
88
+ if ( empty( $ticket_post ) ) {
89
+ return false;
90
+ }
91
+
92
+ $ticket = $this->rsvp_tickets->get_ticket( $event->ID, $ticket_post->ID );
93
+
94
+ $match = $ticket->get_event() == $event ? true : false;
95
+
96
+ self::$ticket_name_cache[ $cache_key ] = $match;
97
+
98
+ return $match;
99
+ }
100
+
101
+ /**
102
+ * @param $post_id
103
+ * @param array $record
104
+ */
105
+ public function update_post( $post_id, array $record ) {
106
+ // nothing is updated in existing tickets
107
+ }
108
+
109
+ /**
110
+ * @param array $record
111
+ *
112
+ * @return int|bool Either the new RSVP ticket post ID or `false` on failure.
113
+ */
114
+ public function create_post( array $record ) {
115
+ $event = $this->get_event_from( $record );
116
+ $data = $this->get_ticket_data_from( $record );
117
+
118
+ $ticket_id = $this->rsvp_tickets->ticket_add( $event->ID, $data );
119
+
120
+ $ticket_name = $this->get_value_by_key( $record, 'ticket_name' );
121
+ $cache_key = $ticket_name . '-' . $event->ID;
122
+
123
+ self::$ticket_name_cache[ $cache_key ] = true;
124
+
125
+ return $ticket_id;
126
+ }
127
+
128
+ /**
129
+ * @param array $record
130
+ *
131
+ * @return bool|WP_Post
132
+ */
133
+ protected function get_event_from( array $record ) {
134
+ $event_name = $this->get_value_by_key( $record, 'event_name' );
135
+
136
+ if ( empty( $event_name ) ) {
137
+ return false;
138
+ }
139
+
140
+ if ( isset( self::$event_name_cache[ $event_name ] ) ) {
141
+ return self::$event_name_cache[ $event_name ];
142
+ }
143
+
144
+ // by title
145
+ $event = get_page_by_title( $event_name, OBJECT, Tribe__Events__Main::POSTTYPE );
146
+ if ( empty( $event ) ) {
147
+ // by slug
148
+ $event = get_page_by_path( $event_name, OBJECT, Tribe__Events__Main::POSTTYPE );
149
+ }
150
+ if ( empty( $event ) ) {
151
+ // by ID
152
+ $event = get_post( $event_name );
153
+ }
154
+
155
+ $event = ! empty( $event ) ? $event : false;
156
+
157
+ self::$event_name_cache[ $event_name ] = $event;
158
+
159
+ return $event;
160
+ }
161
+
162
+ /**
163
+ * @param array $record
164
+ *
165
+ * @return array
166
+ */
167
+ protected function get_ticket_data_from( array $record ) {
168
+ $data = array();
169
+ $data['ticket_name'] = $this->get_value_by_key( $record, 'ticket_name' );
170
+ $data['ticket_description'] = $this->get_value_by_key( $record, 'ticket_description' );
171
+ $data['ticket_start_date'] = $this->get_value_by_key( $record, 'ticket_start_sale_date' );
172
+ $data['ticket_end_date'] = $this->get_value_by_key( $record, 'ticket_end_sale_date' );
173
+
174
+
175
+ $ticket_start_sale_time = $this->get_value_by_key( $record, 'ticket_start_sale_time' );
176
+
177
+ if ( ! empty( $data['ticket_start_date'] ) && ! empty( $ticket_start_sale_time ) ) {
178
+ $start_date = new DateTime( $data['ticket_start_date'] . ' ' . $ticket_start_sale_time );
179
+
180
+ $data['ticket_start_meridian'] = $start_date->format( 'A' );
181
+ $data['ticket_start_hour'] = $start_date->format( 'h' );
182
+ $data['ticket_start_minute'] = $start_date->format( 'i' );
183
+ }
184
+
185
+ $ticket_end_sale_time = $this->get_value_by_key( $record, 'ticket_end_sale_time' );
186
+
187
+ if ( ! empty( $data['ticket_end_date'] ) && ! empty( $ticket_end_sale_time ) ) {
188
+ $end_date = new DateTime( $data['ticket_end_date'] . ' ' . $ticket_end_sale_time );
189
+
190
+ $data['ticket_end_meridian'] = $end_date->format( 'A' );
191
+ $data['ticket_end_hour'] = $end_date->format( 'h' );
192
+ $data['ticket_end_minute'] = $end_date->format( 'i' );
193
+ }
194
+
195
+ $data['ticket_rsvp_stock'] = $this->get_value_by_key( $record, 'ticket_stock' );
196
+
197
+ return $data;
198
+ }
199
+
200
+ /**
201
+ * @param array $record
202
+ *
203
+ * @return bool
204
+ */
205
+ public function is_valid_record( array $record ) {
206
+ $valid = parent::is_valid_record( $record );
207
+ if ( empty( $valid ) ) {
208
+ return false;
209
+ }
210
+
211
+ $event = $this->get_event_from( $record );
212
+
213
+ if ( empty( $event ) ) {
214
+ return false;
215
+ }
216
+
217
+ if ( function_exists( 'tribe_is_recurring_event' ) ) {
218
+ $is_recurring = tribe_is_recurring_event( $event->ID );
219
+
220
+ if ( $is_recurring ) {
221
+ $this->row_message = sprintf( esc_html__( 'Recurring event tickets are not supported, event %d.', 'event-tickets' ), $event->post_title );
222
+ }
223
+
224
+ return ! $is_recurring;
225
+ }
226
+ $this->row_message = false;
227
+
228
+ return true;
229
+ }
230
+
231
+ /**
232
+ * @param $row
233
+ *
234
+ * @return string
235
+ */
236
+ protected function get_skipped_row_message( $row ) {
237
+ return $this->row_message === false ? parent::get_skipped_row_message( $row ) : $this->row_message;
238
+ }
239
+ }
src/Tribe/CSV_Importer/Rows.php ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Tickets__CSV_Importer__Rows
6
+ *
7
+ * Modifies the CSV Importer import option rows.
8
+ */
9
+ class Tribe__Tickets__CSV_Importer__Rows {
10
+
11
+ /**
12
+ * @var self
13
+ */
14
+ protected static $instance;
15
+
16
+ /**
17
+ * The class singleton constructor.
18
+ *
19
+ * @return Tribe__Tickets__CSV_Importer__Rows
20
+ */
21
+ public static function instance() {
22
+ if ( empty( self::$instance ) ) {
23
+ self::$instance = new self();
24
+ }
25
+
26
+ return self::$instance;
27
+ }
28
+
29
+ /**
30
+ * @param array $import_options
31
+ *
32
+ * @return array
33
+ */
34
+ public function filter_import_options_rows( array $import_options ) {
35
+ $import_options['rsvp'] = esc_html__( 'RSVPs', 'event-tickets' );
36
+
37
+ return $import_options;
38
+ }
39
+ }
src/Tribe/Google_Event_Data.php DELETED
@@ -1,139 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * Integrates the ticketing framework with our Google Event Data functionality.
5
- *
6
- * @see Tribe__Events__Google_Data_Markup
7
- */
8
- class Tribe__Tickets__Google_Event_Data {
9
- /**
10
- * @var stdClass
11
- */
12
- protected $event;
13
-
14
- /**
15
- * @var int
16
- */
17
- protected $event_id;
18
-
19
- /**
20
- * @var Tribe__Tickets__Ticket_Object
21
- */
22
- protected $ticket;
23
-
24
- /**
25
- * Value indicating low stock availability for a specific ticket.
26
- *
27
- * This can be overridden with the tribe_events_tickets_google_low_inventory_level filter.
28
- *
29
- * @var int
30
- */
31
- protected $low_stock = 5;
32
-
33
-
34
- /**
35
- * Setup Google Event Data for tickets.
36
- */
37
- public function __construct() {
38
- $this->low_stock = apply_filters( 'tribe_events_tickets_google_low_inventory_level', $this->low_stock );
39
- add_filter( 'tribe_google_event_data', array( $this, 'add_ticket_data' ) );
40
- }
41
-
42
- /**
43
- * Accepts an array of objects used to generate Google Event Data and adds
44
- * "offers" data representing tickets where appropriate.
45
- *
46
- * @param array $events_data
47
- *
48
- * @return array
49
- */
50
- public function add_ticket_data( array $events_data ) {
51
- foreach ( $events_data as $this->event_id => &$this->event ) {
52
- if ( ! tribe_events_has_tickets( $this->event_id ) ) continue;
53
- $this->add_ticket_offers();
54
- }
55
-
56
- return $events_data;
57
- }
58
-
59
- /**
60
- * Adds ticket data to the offers property of the event object.
61
- */
62
- protected function add_ticket_offers() {
63
- foreach ( Tribe__Tickets__Tickets::get_all_event_tickets( $this->event_id ) as $this->ticket ) {
64
- $this->add_individual_offer();
65
- }
66
- }
67
-
68
- /**
69
- * Adds an individual ticket to the offers property.
70
- */
71
- protected function add_individual_offer() {
72
- // Create the offers property if it does not already exist
73
- if ( ! isset( $this->event->offers ) ) $this->event->offers = array();
74
-
75
- // Add an offer for the current event
76
- $this->event->offers[] = $this->build_offer();
77
- }
78
-
79
- /**
80
- * Builds an object representing a ticket offer.
81
- *
82
- * @return object
83
- */
84
- protected function build_offer() {
85
- $offer = array(
86
- '@type' => 'Offer',
87
- 'url' => $this->ticket->frontend_link,
88
- 'price' => $this->ticket->price,
89
- 'category' => 'primary',
90
- 'availability' => $this->get_ticket_availability(),
91
- );
92
-
93
- $this->add_time_restrictions( $offer );
94
-
95
- /**
96
- * Allows modifications to be made to the offer object representing a specific
97
- * event ticket.
98
- *
99
- * @param object $offer
100
- * @param Tribe__Tickets__Ticket_Object $ticket
101
- * @param object $event
102
- */
103
- return (object) apply_filters( 'tribe_events_tickets_google_event_data_offer', (object) $offer, $this->ticket, $this->event );
104
- }
105
-
106
- /**
107
- * Returns a string indicating current availability of the ticket.
108
- *
109
- * @return string
110
- */
111
- protected function get_ticket_availability() {
112
- $stock = $this->ticket->stock();
113
-
114
- if ( $stock <= 0 && $stock !== '' ) {
115
- return 'SoldOut';
116
- }
117
- if ( $stock > 1 && $stock <= $this->low_stock ) {
118
- return 'LimitedAvailability';
119
- }
120
- else {
121
- return 'InStock';
122
- }
123
- }
124
-
125
- /**
126
- * Adds validFrom and validThrough fields if appropriate.
127
- *
128
- * @param array &$offer
129
- */
130
- protected function add_time_restrictions( array &$offer ) {
131
- if ( ! empty( $this->ticket->start_date ) ) {
132
- $offer['validFrom'] = date( DateTime::ISO8601, strtotime( $this->ticket->start_date ) );
133
- }
134
-
135
- if ( ! empty( $this->ticket->end_date ) ) {
136
- $offer['validThrough'] = date( DateTime::ISO8601, strtotime( $this->ticket->end_date ) );
137
- }
138
- }
139
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
src/Tribe/JSON_LD/Order.php ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // Don't load directly
4
+ if ( ! defined( 'ABSPATH' ) ) {
5
+ die( '-1' );
6
+ }
7
+
8
+ /**
9
+ * A JSON-LD class to hook and change how Orders work on Events
10
+ * @todo rework this class to make it standalone from The Events Calendar
11
+ */
12
+ class Tribe__Tickets__JSON_LD__Order {
13
+
14
+ /**
15
+ * Get (and instantiate, if necessary) the instance of the class
16
+ *
17
+ * @static
18
+ * @return self
19
+ *
20
+ */
21
+ public static function instance() {
22
+ static $instance;
23
+
24
+ if ( ! $instance instanceof self ) {
25
+ $instance = new self;
26
+ }
27
+
28
+ return $instance;
29
+ }
30
+
31
+ /**
32
+ * Value indicating low stock availability for a specific ticket.
33
+ *
34
+ * This can be overridden with the tribe_tickets_json_ld_low_inventory_level filter.
35
+ *
36
+ * @var int
37
+ */
38
+ protected $low_stock = 5;
39
+
40
+ /**
41
+ * Setup Google Event Data for tickets.
42
+ */
43
+ public static function hook() {
44
+ $myself = self::instance();
45
+
46
+ add_filter( 'tribe_json_ld_event_object', array( $myself, 'add_ticket_data' ), 10, 3 );
47
+ }
48
+
49
+ /**
50
+ * Used to setup variables on this class
51
+ */
52
+ protected function __construct() {
53
+ /**
54
+ * Allow users to change the Low inventory mark
55
+ * This is the old filter
56
+ *
57
+ * @todo remove on 4.4
58
+ * @deprecated
59
+ * @var int
60
+ */
61
+ $this->low_stock = apply_filters( 'tribe_events_tickets_google_low_inventory_level', $this->low_stock );
62
+
63
+ /**
64
+ * Allow users to change the Low inventory mark
65
+ * @var int
66
+ */
67
+ $this->low_stock = apply_filters( 'tribe_tickets_json_ld_low_inventory_level', $this->low_stock );
68
+ }
69
+
70
+ /**
71
+ * Adds the tickets data to the event Object
72
+ *
73
+ * @param array $data
74
+ * @param array $args
75
+ * @param WP_Post $post
76
+ *
77
+ * @return array
78
+ */
79
+ public function add_ticket_data( $data, $args, $post ) {
80
+ if ( ! tribe_events_has_tickets( $post->ID ) ) {
81
+ return $data;
82
+ }
83
+
84
+ $tickets = Tribe__Tickets__Tickets::get_all_event_tickets( $post->ID );
85
+
86
+ // Reset it
87
+ $data->offers = array();
88
+
89
+ foreach ( $tickets as $ticket ) {
90
+ $data->offers[] = $this->get_offer( $ticket, $post );
91
+ }
92
+
93
+ return $data;
94
+ }
95
+
96
+ /**
97
+ * Builds an object representing a ticket offer.
98
+ *
99
+ * @param object $ticket
100
+ * @param WP_Post $event
101
+ * @return object
102
+ */
103
+ public function get_offer( $ticket, $event ) {
104
+ $price = $ticket->price;
105
+ // We use `the-events-calendar` domain to make sure it's translate-able the correct way
106
+ $string_free = __( 'Free', 'the-events-calendar' );
107
+
108
+ // JSON-LD can't have free as a price
109
+ if ( strpos( strtolower( trim( $price ) ), $string_free ) !== false ) {
110
+ $price = 0;
111
+ }
112
+
113
+ $offer = (object) array(
114
+ '@type' => 'Offer',
115
+ 'url' => $ticket->frontend_link,
116
+ 'price' => $price,
117
+ 'category' => 'primary',
118
+ 'availability' => $this->get_ticket_availability( $ticket ),
119
+ );
120
+
121
+ if ( ! empty( $ticket->start_date ) ) {
122
+ $offer->validFrom = date( DateTime::ISO8601, strtotime( $ticket->start_date ) );
123
+ }
124
+
125
+ if ( ! empty( $ticket->end_date ) ) {
126
+ $offer->validThrough = date( DateTime::ISO8601, strtotime( $ticket->end_date ) );
127
+ }
128
+
129
+ /**
130
+ * Allows modifications to be made to the offer object representing a specific
131
+ * event ticket.
132
+ *
133
+ * @param object $offer
134
+ * @param Tribe__Tickets__Ticket_Object $ticket
135
+ * @param object $event
136
+ */
137
+ return (object) apply_filters( 'tribe_json_ld_offer_object', $offer, $ticket, $event );
138
+ }
139
+
140
+ /**
141
+ * Returns a string indicating current availability of the ticket.
142
+ *
143
+ * @param object $ticket
144
+ * @return string
145
+ */
146
+ public function get_ticket_availability( $ticket ) {
147
+ $stock = $ticket->stock();
148
+
149
+ if ( $stock <= 0 && $stock !== '' ) {
150
+ return 'SoldOut';
151
+ }
152
+ if ( $stock >= 1 && $stock <= $this->low_stock ) {
153
+ return 'LimitedAvailability';
154
+ } else {
155
+ return 'InStock';
156
+ }
157
+ }
158
+ }
src/Tribe/Main.php CHANGED
@@ -9,12 +9,12 @@ class Tribe__Tickets__Main {
9
  /**
10
  * Current version of this plugin
11
  */
12
- const VERSION = '4.1.4';
13
 
14
  /**
15
  * Min required The Events Calendar version
16
  */
17
- const MIN_TEC_VERSION = '3.12.4';
18
 
19
  /**
20
  * Name of the provider
@@ -45,6 +45,11 @@ class Tribe__Tickets__Main {
45
  */
46
  public $legacy_provider_support;
47
 
 
 
 
 
 
48
  private $has_initialized = false;
49
 
50
  /**
@@ -99,6 +104,12 @@ class Tribe__Tickets__Main {
99
  || ( class_exists( 'Tribe__Events__Main' ) && ! version_compare( Tribe__Events__Main::VERSION, self::MIN_TEC_VERSION, '>=' ) )
100
  ) {
101
  add_action( 'admin_notices', array( $this, 'tec_compatibility_notice' ) );
 
 
 
 
 
 
102
  return;
103
  }
104
 
@@ -107,14 +118,23 @@ class Tribe__Tickets__Main {
107
  // initialize the common libraries
108
  $this->common();
109
 
110
- load_plugin_textdomain( 'event-tickets', false, $this->plugin_dir . 'lang/' );
111
 
112
  $this->hooks();
113
 
114
  $this->has_initialized = true;
115
 
116
- // set up the RSVP object
117
  $this->rsvp();
 
 
 
 
 
 
 
 
 
 
118
  }
119
 
120
  /**
@@ -231,6 +251,35 @@ class Tribe__Tickets__Main {
231
  add_action( 'plugins_loaded', array( 'Tribe__Support', 'getInstance' ) );
232
  add_action( 'tribe_events_single_event_after_the_meta', array( $this, 'add_linking_archor' ), 5 );
233
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  }
235
 
236
  /**
@@ -278,7 +327,6 @@ class Tribe__Tickets__Main {
278
  $help->add_section_content( 'feature-box', sprintf( __( 'We are committed to helping you sell tickets for your event. Check out our handy %s to get started.', 'event-tickets' ), $link ), 20 );
279
  }
280
 
281
-
282
  /**
283
  * Append the text about Event Tickets to the Extra Help section on the Help page
284
  *
@@ -323,7 +371,7 @@ class Tribe__Tickets__Main {
323
  $plugins[ __( 'Event Tickets', 'event-tickets' ) ] = array(
324
  self::VERSION,
325
  $this->plugin_path . 'src/views/tickets',
326
- trailingslashit( get_stylesheet_directory() ) . 'tribe-events/tickets'
327
  );
328
 
329
  return $plugins;
@@ -337,6 +385,8 @@ class Tribe__Tickets__Main {
337
  $this->legacy_provider_support = new Tribe__Tickets__Legacy_Provider_Support;
338
 
339
  $this->settings_tab();
 
 
340
  }
341
 
342
  /**
@@ -346,6 +396,30 @@ class Tribe__Tickets__Main {
346
  return Tribe__Tickets__RSVP::get_instance();
347
  }
348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
349
  /**
350
  * Provides the CSS version number for CSS files
351
  *
@@ -417,4 +491,75 @@ class Tribe__Tickets__Main {
417
  $post_types = array_merge( $post_types, $this->post_types() );
418
  return $post_types;
419
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
  }
9
  /**
10
  * Current version of this plugin
11
  */
12
+ const VERSION = '4.2';
13
 
14
  /**
15
  * Min required The Events Calendar version
16
  */
17
+ const MIN_TEC_VERSION = '4.2';
18
 
19
  /**
20
  * Name of the provider
45
  */
46
  public $legacy_provider_support;
47
 
48
+ /**
49
+ * @var Tribe__Tickets__Shortcodes__User_Event_Confirmation_List
50
+ */
51
+ private $user_event_confirmation_list_shortcode;
52
+
53
  private $has_initialized = false;
54
 
55
  /**
104
  || ( class_exists( 'Tribe__Events__Main' ) && ! version_compare( Tribe__Events__Main::VERSION, self::MIN_TEC_VERSION, '>=' ) )
105
  ) {
106
  add_action( 'admin_notices', array( $this, 'tec_compatibility_notice' ) );
107
+
108
+ /**
109
+ * Fires if Event Tickets cannot load due to compatibility or other problems.
110
+ */
111
+ do_action( 'tribe_tickets_plugin_failed_to_load' );
112
+
113
  return;
114
  }
115
 
118
  // initialize the common libraries
119
  $this->common();
120
 
121
+ Tribe__Main::instance()->load_text_domain( 'event-tickets', $this->plugin_dir . 'lang/' );
122
 
123
  $this->hooks();
124
 
125
  $this->has_initialized = true;
126
 
 
127
  $this->rsvp();
128
+
129
+ $this->user_event_confirmation_list_shortcode();
130
+
131
+ // Load the Hooks on JSON_LD
132
+ Tribe__Tickets__JSON_LD__Order::hook();
133
+
134
+ /**
135
+ * Fires once Event Tickets has completed basic setup.
136
+ */
137
+ do_action( 'tribe_tickets_plugin_loaded' );
138
  }
139
 
140
  /**
251
  add_action( 'plugins_loaded', array( 'Tribe__Support', 'getInstance' ) );
252
  add_action( 'tribe_events_single_event_after_the_meta', array( $this, 'add_linking_archor' ), 5 );
253
 
254
+ // Hook to oembeds
255
+ add_action( 'tribe_events_embed_after_the_cost_value', array( $this, 'inject_buy_button_into_oembed' ) );
256
+ add_action( 'embed_head', array( $this, 'embed_head' ) );
257
+
258
+ // CSV Import options
259
+ if ( class_exists( 'Tribe__Events__Main' ) ) {
260
+ add_filter( 'tribe_events_import_options_rows', array( Tribe__Tickets__CSV_Importer__Rows::instance(), 'filter_import_options_rows' ) );
261
+ add_filter( 'tribe_event_import_rsvp_column_names', array( Tribe__Tickets__CSV_Importer__Column_Names::instance(), 'filter_rsvp_column_names' ) );
262
+ add_filter( 'tribe_events_import_rsvp_importer', array( 'Tribe__Tickets__CSV_Importer__RSVP_Importer', 'instance' ), 10, 2 );
263
+ }
264
+ }
265
+
266
+ /**
267
+ * Used to add our beloved tickets to the JSON-LD markup
268
+ *
269
+ * @deprecated
270
+ *
271
+ * @param array $data The actual json-ld variable
272
+ * @param array $args Arguments used to create the Markup
273
+ * @param WP_Post $post What post does this referer too
274
+ * @return false
275
+ */
276
+ public function inject_tickets_json_ld( $data, $args, $post ) {
277
+ /**
278
+ * @todo remove this after 4.4
279
+ */
280
+ _deprecated_function( __METHOD__, '4.2', 'Tribe__Tickets__JSON_LD__Order' );
281
+
282
+ return false;
283
  }
284
 
285
  /**
327
  $help->add_section_content( 'feature-box', sprintf( __( 'We are committed to helping you sell tickets for your event. Check out our handy %s to get started.', 'event-tickets' ), $link ), 20 );
328
  }
329
 
 
330
  /**
331
  * Append the text about Event Tickets to the Extra Help section on the Help page
332
  *
371
  $plugins[ __( 'Event Tickets', 'event-tickets' ) ] = array(
372
  self::VERSION,
373
  $this->plugin_path . 'src/views/tickets',
374
+ trailingslashit( get_stylesheet_directory() ) . 'tribe-events/tickets',
375
  );
376
 
377
  return $plugins;
385
  $this->legacy_provider_support = new Tribe__Tickets__Legacy_Provider_Support;
386
 
387
  $this->settings_tab();
388
+
389
+ $this->tickets_view();
390
  }
391
 
392
  /**
396
  return Tribe__Tickets__RSVP::get_instance();
397
  }
398
 
399
+ /**
400
+ * Creates the Tickets FrontEnd facing View class
401
+ *
402
+ * This will happen on `plugins_loaded` by default
403
+ *
404
+ * @return Tribe__Tickets__Tickets_View
405
+ */
406
+ public function tickets_view() {
407
+ return Tribe__Tickets__Tickets_View::hook();
408
+ }
409
+
410
+ /**
411
+ * Default attendee list shortcode handler.
412
+ *
413
+ * @return Tribe__Tickets__Shortcodes__User_Event_Confirmation_List
414
+ */
415
+ public function user_event_confirmation_list_shortcode() {
416
+ if ( empty( $this->user_event_confirmation_list_shortcode ) ) {
417
+ $this->user_event_confirmation_list_shortcode = new Tribe__Tickets__Shortcodes__User_Event_Confirmation_List;
418
+ }
419
+
420
+ return $this->user_event_confirmation_list_shortcode;
421
+ }
422
+
423
  /**
424
  * Provides the CSS version number for CSS files
425
  *
491
  $post_types = array_merge( $post_types, $this->post_types() );
492
  return $post_types;
493
  }
494
+
495
+ /**
496
+ * Injects a buy/RSVP button into oembeds for events when necessary
497
+ */
498
+ public function inject_buy_button_into_oembed() {
499
+ $event_id = get_the_ID();
500
+
501
+ if ( ! tribe_events_has_tickets( $event_id ) ) {
502
+ return;
503
+ }
504
+
505
+ $tickets = Tribe__Tickets__Tickets::get_all_event_tickets( $event_id );
506
+ $has_non_rsvp = false;
507
+ $available = false;
508
+ $now = current_time( 'timestamp' );
509
+
510
+ foreach ( $tickets as $ticket ) {
511
+ if ( 'Tribe__Tickets__RSVP' !== $ticket->provider_class ) {
512
+ $has_non_rsvp = true;
513
+ }
514
+
515
+ if (
516
+ $ticket->date_in_range( $now )
517
+ && $ticket->is_in_stock()
518
+ ) {
519
+ $available = true;
520
+ }
521
+ }
522
+
523
+ // if there aren't any tickets available, bail
524
+ if ( ! $available ) {
525
+ return;
526
+ }
527
+
528
+ $button_text = $has_non_rsvp ? __( 'Buy', 'event-tickets' ) : __( 'RSVP', 'event-tickets' );
529
+ /**
530
+ * Filters the text that appears in the buy/rsvp button on event oembeds
531
+ *
532
+ * @var string The button text
533
+ * @var int Event ID
534
+ */
535
+ $button_text = apply_filters( 'event_tickets_embed_buy_button_text', $button_text, $event_id );
536
+
537
+ ob_start();
538
+ ?>
539
+ <a class="tribe-event-buy" href="<?php echo esc_url( tribe_get_event_link() ); ?>" title="<?php the_title_attribute() ?>" rel="bookmark"><?php echo esc_html( $button_text ); ?></a>
540
+ <?php
541
+ $buy_button = ob_get_clean();
542
+
543
+ /**
544
+ * Filters the buy button that appears on event oembeds
545
+ *
546
+ * @var string The button markup
547
+ * @var int Event ID
548
+ */
549
+ echo apply_filters( 'event_tickets_embed_buy_button', $buy_button, $event_id );
550
+ }
551
+
552
+ /**
553
+ * Adds content to the embed head tag
554
+ *
555
+ * The embed header DOES NOT have wp_head() executed inside of it. Instead, any scripts/styles
556
+ * are explicitly output
557
+ */
558
+ public function embed_head() {
559
+ $css_path = Tribe__Template_Factory::getMinFile( $this->plugin_url . 'src/resources/css/tickets-embed.css', true );
560
+ $css_path = add_query_arg( 'ver', self::VERSION, $css_path );
561
+ ?>
562
+ <link rel="stylesheet" id="tribe-tickets-embed-css" href="<?php echo esc_url( $css_path ); ?>" type="text/css" media="all">
563
+ <?php
564
+ }
565
  }
src/Tribe/RSVP.php CHANGED
@@ -67,6 +67,13 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
67
  */
68
  const ATTENDEE_OPTOUT_KEY = '_tribe_rsvp_attendee_optout';
69
 
 
 
 
 
 
 
 
70
  /**
71
  * Meta key that holds the full name of the tickets RSVP "buyer"
72
  *
@@ -92,6 +99,13 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
92
  */
93
  protected static $messages = array();
94
 
 
 
 
 
 
 
 
95
  /**
96
  * Instance of this class for use as singleton
97
  */
@@ -130,6 +144,8 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
130
 
131
  parent::__construct();
132
 
 
 
133
  add_action( 'init', array( $this, 'init' ) );
134
 
135
  /**
@@ -140,6 +156,7 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
140
  * the wrong url because it was too early on the execution
141
  */
142
  add_action( 'template_redirect', array( $this, 'generate_tickets' ) );
 
143
  }
144
 
145
  /**
@@ -252,6 +269,62 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
252
  ) );
253
  }
254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
255
  /**
256
  * Generate and store all the attendees information for a new order.
257
  */
@@ -269,6 +342,12 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
269
  $attendee_full_name = empty( $_POST['attendee']['full_name'] ) ? null : sanitize_text_field( $_POST['attendee']['full_name'] );
270
  $attendee_optout = empty( $_POST['attendee']['optout'] ) ? false : (bool) $_POST['attendee']['optout'];
271
 
 
 
 
 
 
 
272
  if ( ! $attendee_email || ! $attendee_full_name ) {
273
  $url = get_permalink( $event_id );
274
  $url = add_query_arg( 'rsvp_error', 1, $url );
@@ -323,12 +402,23 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
323
 
324
  update_post_meta( $attendee_id, self::ATTENDEE_PRODUCT_KEY, $product_id );
325
  update_post_meta( $attendee_id, self::ATTENDEE_EVENT_KEY, $event_id );
 
326
  update_post_meta( $attendee_id, $this->security_code, $this->generate_security_code( $attendee_id ) );
327
  update_post_meta( $attendee_id, $this->order_key, $order_id );
328
  update_post_meta( $attendee_id, self::ATTENDEE_OPTOUT_KEY, (bool) $attendee_optout );
329
  update_post_meta( $attendee_id, $this->full_name, $attendee_full_name );
330
  update_post_meta( $attendee_id, $this->email, $attendee_email );
331
 
 
 
 
 
 
 
 
 
 
 
332
  /**
333
  * Action fired when an RSVP attendee ticket is created
334
  *
@@ -339,6 +429,7 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
339
  */
340
  do_action( 'event_tickets_rsvp_ticket_created', $attendee_id, $event_id, $product_id, $order_attendee_id );
341
 
 
342
  $order_attendee_id++;
343
  }
344
 
@@ -350,6 +441,10 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
350
  * @var $qty Quantity ordered
351
  */
352
  do_action( 'event_tickets_rsvp_tickets_generated_for_product', $product_id, $order_id, $qty );
 
 
 
 
353
  }
354
 
355
  /**
@@ -407,6 +502,8 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
407
 
408
  foreach ( $query->posts as $post ) {
409
  $product = get_post( get_post_meta( $post->ID, self::ATTENDEE_PRODUCT_KEY, true ) );
 
 
410
 
411
  $attendees[] = array(
412
  'event_id' => get_post_meta( $post->ID, self::ATTENDEE_EVENT_KEY, true ),
@@ -415,7 +512,7 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
415
  'holder_name' => get_post_meta( $post->ID, $this->full_name, true ),
416
  'holder_email' => get_post_meta( $post->ID, $this->email, true ),
417
  'order_id' => $order_id,
418
- 'ticket_id' => $post->ID,
419
  'security_code' => get_post_meta( $post->ID, $this->security_code, true ),
420
  'optout' => (bool) get_post_meta( $post->ID, self::ATTENDEE_OPTOUT_KEY, true ),
421
  );
@@ -443,7 +540,7 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
443
  * @param Tribe__Tickets__Ticket_Object $ticket
444
  * @param array $raw_data
445
  *
446
- * @return bool
447
  */
448
  public function save_ticket( $event_id, $ticket, $raw_data = array() ) {
449
  // assume we are updating until we find out otherwise
@@ -523,7 +620,7 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
523
  */
524
  do_action( 'event_tickets_after_save_ticket', $event_id, $ticket, $raw_data, __CLASS__ );
525
 
526
- return true;
527
  }
528
 
529
  /**
@@ -599,14 +696,10 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
599
  * @return void
600
  */
601
  public function front_end_tickets_form( $content ) {
602
- static $done;
603
-
604
- if ( $done ) {
605
- return;
606
  }
607
 
608
- $done = true;
609
-
610
  $post = $GLOBALS['post'];
611
 
612
  if ( ! empty( $post->post_parent ) ) {
@@ -639,7 +732,22 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
639
  }
640
  }
641
 
 
642
  include $this->getTemplateHierarchy( 'tickets/rsvp' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
643
  }
644
 
645
  /**
@@ -744,10 +852,13 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
744
  $attendees = array();
745
 
746
  foreach ( $attendees_query->posts as $attendee ) {
747
- $checkin = get_post_meta( $attendee->ID, $this->checkin_key, true );
748
- $security = get_post_meta( $attendee->ID, $this->security_code, true );
749
- $product_id = get_post_meta( $attendee->ID, self::ATTENDEE_PRODUCT_KEY, true );
750
- $optout = (bool) get_post_meta( $attendee->ID, self::ATTENDEE_OPTOUT_KEY, true );
 
 
 
751
 
752
  if ( empty( $product_id ) ) {
753
  continue;
@@ -760,12 +871,15 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
760
  $attendee_data = array_merge(
761
  $this->get_order_data( $attendee->ID ),
762
  array(
763
- 'optout' => $optout,
764
- 'ticket' => $product_title,
765
- 'attendee_id' => $attendee->ID,
766
- 'security' => $security,
767
- 'product_id' => $product_id,
768
- 'check_in' => $checkin,
 
 
 
769
  )
770
  );
771
 
@@ -809,6 +923,7 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
809
  'purchaser_email' => $email,
810
  'provider' => __CLASS__,
811
  'provider_slug' => 'rsvp',
 
812
  );
813
 
814
  /**
67
  */
68
  const ATTENDEE_OPTOUT_KEY = '_tribe_rsvp_attendee_optout';
69
 
70
+ /**
71
+ * Meta key that if this attendee rsvp status
72
+ *
73
+ * @var string
74
+ */
75
+ const ATTENDEE_RSVP_KEY = '_tribe_rsvp_status';
76
+
77
  /**
78
  * Meta key that holds the full name of the tickets RSVP "buyer"
79
  *
99
  */
100
  protected static $messages = array();
101
 
102
+
103
+ /**
104
+ * Creates a Variable to prevent Double FE forms
105
+ * @var boolean
106
+ */
107
+ private $is_frontend_tickets_form_done = false;
108
+
109
  /**
110
  * Instance of this class for use as singleton
111
  */
144
 
145
  parent::__construct();
146
 
147
+ $this->hooks();
148
+
149
  add_action( 'init', array( $this, 'init' ) );
150
 
151
  /**
156
  * the wrong url because it was too early on the execution
157
  */
158
  add_action( 'template_redirect', array( $this, 'generate_tickets' ) );
159
+ add_action( 'event_tickets_attendee_update', array( $this, 'update_attendee_data' ), 10, 3 );
160
  }
161
 
162
  /**
269
  ) );
270
  }
271
 
272
+ /**
273
+ * Update the RSVP values for this user
274
+ */
275
+ public function update_attendee_data( $data, $order_id, $event_id ) {
276
+ $user_id = get_current_user_id();
277
+
278
+ $rsvp_orders = Tribe__Tickets__Tickets_View::instance()->get_event_rsvp_attendees( $event_id, $user_id );
279
+ $rsvp_order_ids = wp_list_pluck( $rsvp_orders, 'order_id' );
280
+
281
+ // This makes sure we don't save attendees for orders that are not from this current user and event
282
+ if ( ! in_array( $order_id, $rsvp_order_ids ) ) {
283
+ return;
284
+ }
285
+
286
+ $attendee = array();
287
+
288
+ // Get the Attendee Data, it's important for testing
289
+ foreach ( $rsvp_orders as $test_attendee ) {
290
+ if ( $order_id !== $test_attendee['order_id'] ) {
291
+ continue;
292
+ }
293
+
294
+ $attendee = $test_attendee;
295
+ }
296
+
297
+ // Dont try to Save if it's restricted
298
+ if ( ! isset( $attendee['product_id'] ) || Tribe__Tickets__Tickets_View::instance()->is_rsvp_restricted( $event_id, $attendee['product_id'] ) ) {
299
+ return;
300
+ }
301
+
302
+ $attendee_email = empty( $data['email'] ) ? null : sanitize_email( $data['email'] );
303
+ $attendee_email = is_email( $attendee_email ) ? $attendee_email : null;
304
+ $attendee_full_name = empty( $data['full_name'] ) ? null : sanitize_text_field( $data['full_name'] );
305
+ $attendee_optout = empty( $data['optout'] ) ? false : (bool) $data['optout'];
306
+
307
+ if ( empty( $data['order_status'] ) || ! Tribe__Tickets__Tickets_View::instance()->is_valid_rsvp_option( $data['order_status'] ) ) {
308
+ $attendee_order_status = null;
309
+ } else {
310
+ $attendee_order_status = $data['order_status'];
311
+ }
312
+
313
+ if ( ! is_null( $attendee_order_status ) ) {
314
+ update_post_meta( $order_id, self::ATTENDEE_RSVP_KEY, $attendee_order_status );
315
+ }
316
+
317
+ update_post_meta( $order_id, self::ATTENDEE_OPTOUT_KEY, (bool) $attendee_optout );
318
+
319
+ if ( ! is_null( $attendee_full_name ) ) {
320
+ update_post_meta( $order_id, $this->full_name, $attendee_full_name );
321
+ }
322
+
323
+ if ( ! is_null( $attendee_email ) ) {
324
+ update_post_meta( $order_id, $this->email, $attendee_email );
325
+ }
326
+ }
327
+
328
  /**
329
  * Generate and store all the attendees information for a new order.
330
  */
342
  $attendee_full_name = empty( $_POST['attendee']['full_name'] ) ? null : sanitize_text_field( $_POST['attendee']['full_name'] );
343
  $attendee_optout = empty( $_POST['attendee']['optout'] ) ? false : (bool) $_POST['attendee']['optout'];
344
 
345
+ if ( empty( $_POST['attendee']['order_status'] ) || ! Tribe__Tickets__Tickets_View::instance()->is_valid_rsvp_option( $_POST['attendee']['order_status'] ) ) {
346
+ $attendee_order_status = 'yes';
347
+ } else {
348
+ $attendee_order_status = $_POST['attendee']['order_status'];
349
+ }
350
+
351
  if ( ! $attendee_email || ! $attendee_full_name ) {
352
  $url = get_permalink( $event_id );
353
  $url = add_query_arg( 'rsvp_error', 1, $url );
402
 
403
  update_post_meta( $attendee_id, self::ATTENDEE_PRODUCT_KEY, $product_id );
404
  update_post_meta( $attendee_id, self::ATTENDEE_EVENT_KEY, $event_id );
405
+ update_post_meta( $attendee_id, self::ATTENDEE_RSVP_KEY, $attendee_order_status );
406
  update_post_meta( $attendee_id, $this->security_code, $this->generate_security_code( $attendee_id ) );
407
  update_post_meta( $attendee_id, $this->order_key, $order_id );
408
  update_post_meta( $attendee_id, self::ATTENDEE_OPTOUT_KEY, (bool) $attendee_optout );
409
  update_post_meta( $attendee_id, $this->full_name, $attendee_full_name );
410
  update_post_meta( $attendee_id, $this->email, $attendee_email );
411
 
412
+ /**
413
+ * RSVP specific action fired when a RSVP-driven attendee ticket for an event is generated
414
+ *
415
+ * @var $attendee_id ID of attendee ticket
416
+ * @var $event_id ID of event
417
+ * @var $order_id RSVP order ID
418
+ * @var $product_id RSVP product ID
419
+ */
420
+ do_action( 'event_tickets_rsvp_attendee_created', $attendee_id, $event_id, $order_id );
421
+
422
  /**
423
  * Action fired when an RSVP attendee ticket is created
424
  *
429
  */
430
  do_action( 'event_tickets_rsvp_ticket_created', $attendee_id, $event_id, $product_id, $order_attendee_id );
431
 
432
+ $this->record_attendee_user_id( $attendee_id );
433
  $order_attendee_id++;
434
  }
435
 
441
  * @var $qty Quantity ordered
442
  */
443
  do_action( 'event_tickets_rsvp_tickets_generated_for_product', $product_id, $order_id, $qty );
444
+
445
+
446
+ // After Adding the Values we Update the Transient
447
+ Tribe__Post_Transient::instance()->delete( $event_id, Tribe__Tickets__Tickets::ATTENDEES_CACHE );
448
  }
449
 
450
  /**
502
 
503
  foreach ( $query->posts as $post ) {
504
  $product = get_post( get_post_meta( $post->ID, self::ATTENDEE_PRODUCT_KEY, true ) );
505
+ $ticket_unique_id = get_post_meta( $post->ID, '_unique_id', true );
506
+ $ticket_unique_id = $ticket_unique_id === '' ? $post->ID : $ticket_unique_id;
507
 
508
  $attendees[] = array(
509
  'event_id' => get_post_meta( $post->ID, self::ATTENDEE_EVENT_KEY, true ),
512
  'holder_name' => get_post_meta( $post->ID, $this->full_name, true ),
513
  'holder_email' => get_post_meta( $post->ID, $this->email, true ),
514
  'order_id' => $order_id,
515
+ 'ticket_id' => $ticket_unique_id,
516
  'security_code' => get_post_meta( $post->ID, $this->security_code, true ),
517
  'optout' => (bool) get_post_meta( $post->ID, self::ATTENDEE_OPTOUT_KEY, true ),
518
  );
540
  * @param Tribe__Tickets__Ticket_Object $ticket
541
  * @param array $raw_data
542
  *
543
+ * @return int The updated/created ticket post ID
544
  */
545
  public function save_ticket( $event_id, $ticket, $raw_data = array() ) {
546
  // assume we are updating until we find out otherwise
620
  */
621
  do_action( 'event_tickets_after_save_ticket', $event_id, $ticket, $raw_data, __CLASS__ );
622
 
623
+ return $ticket->ID;
624
  }
625
 
626
  /**
696
  * @return void
697
  */
698
  public function front_end_tickets_form( $content ) {
699
+ if ( $this->is_frontend_tickets_form_done ) {
700
+ return $content;
 
 
701
  }
702
 
 
 
703
  $post = $GLOBALS['post'];
704
 
705
  if ( ! empty( $post->post_parent ) ) {
732
  }
733
  }
734
 
735
+ $must_login = ! is_user_logged_in() && $this->login_required();
736
  include $this->getTemplateHierarchy( 'tickets/rsvp' );
737
+
738
+ // It's only done when it's included
739
+ $this->is_frontend_tickets_form_done = true;
740
+ }
741
+
742
+ /**
743
+ * Indicates if we currently require users to be logged in before they can obtain
744
+ * tickets.
745
+ *
746
+ * @return bool
747
+ */
748
+ protected function login_required() {
749
+ $requirements = (array) tribe_get_option( 'ticket-authentication-requirements', array() );
750
+ return in_array( 'event-tickets_rsvp', $requirements );
751
  }
752
 
753
  /**
852
  $attendees = array();
853
 
854
  foreach ( $attendees_query->posts as $attendee ) {
855
+ $checkin = get_post_meta( $attendee->ID, $this->checkin_key, true );
856
+ $security = get_post_meta( $attendee->ID, $this->security_code, true );
857
+ $product_id = get_post_meta( $attendee->ID, self::ATTENDEE_PRODUCT_KEY, true );
858
+ $optout = (bool) get_post_meta( $attendee->ID, self::ATTENDEE_OPTOUT_KEY, true );
859
+ $status = get_post_meta( $attendee->ID, self::ATTENDEE_RSVP_KEY, true );
860
+ $status_label = Tribe__Tickets__Tickets_View::instance()->get_rsvp_options( $status );
861
+ $user_id = get_post_meta( $attendee->ID, self::ATTENDEE_USER_ID, true );
862
 
863
  if ( empty( $product_id ) ) {
864
  continue;
871
  $attendee_data = array_merge(
872
  $this->get_order_data( $attendee->ID ),
873
  array(
874
+ 'optout' => $optout,
875
+ 'ticket' => $product_title,
876
+ 'attendee_id' => $attendee->ID,
877
+ 'security' => $security,
878
+ 'product_id' => $product_id,
879
+ 'check_in' => $checkin,
880
+ 'order_status' => $status,
881
+ 'order_status_label' => $status_label,
882
+ 'user_id' => $user_id,
883
  )
884
  );
885
 
923
  'purchaser_email' => $email,
924
  'provider' => __CLASS__,
925
  'provider_slug' => 'rsvp',
926
+ 'purchase_time' => get_post_time( Tribe__Date_Utils::DBDATETIMEFORMAT, false, $order_id ),
927
  );
928
 
929
  /**
src/Tribe/Shortcodes/User_Event_Confirmation_List.php ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Provides a shortcode which generates a list of events that the current user
4
+ * has indicated they will attend. Works for all ticketing providers.
5
+ *
6
+ * Simple example (will assume the current user as the person of interest):
7
+ *
8
+ * [tribe-user-event-confirmations]
9
+ *
10
+ * Example specifying a user:
11
+ *
12
+ * [tribe-user-event-confirmations user="512"]
13
+ *
14
+ * Example specifying a limit to the number of events which should be returned:
15
+ *
16
+ * [tribe-user-event-confirmations limit="16"]
17
+ */
18
+ class Tribe__Tickets__Shortcodes__User_Event_Confirmation_List {
19
+ protected $params = array();
20
+
21
+ /**
22
+ * Registers a user event confirmation list shortcode using the specified
23
+ * name (or else defaults to "tribe-user-event-confirmations").
24
+ *
25
+ * @param string $shortcode_name
26
+ */
27
+ public function __construct( $shortcode_name = 'tribe-user-event-confirmations' ) {
28
+ /**
29
+ * Provides an opportunity to modify the registered shortcode name
30
+ * for the frontend attendee list.
31
+ *
32
+ * @param string $shortcode_name
33
+ */
34
+ $shortcode_name = apply_filters( 'tribe_tickets_shortcodes_attendee_list_name', $shortcode_name );
35
+
36
+ add_shortcode( $shortcode_name, array( $this, 'generate' ) );
37
+ }
38
+
39
+ /**
40
+ * Generate the user event confirmation list.
41
+ *
42
+ * @param array $params
43
+ *
44
+ * @return string
45
+ */
46
+ public function generate( $params ) {
47
+ $this->set_params( $params );
48
+
49
+ ob_start();
50
+
51
+ if ( ! is_user_logged_in() ) {
52
+ include Tribe__Tickets__Templates::get_template_hierarchy( 'shortcodes/my-attendance-list-logged-out' );
53
+ } else {
54
+ $this->generate_attendance_list();
55
+ }
56
+
57
+ return ob_get_clean();
58
+ }
59
+
60
+ /**
61
+ * Given a set of parameters, ensure that the expected keys are present
62
+ * and set to reasonable defaults where necessary.
63
+ *
64
+ * @param $params
65
+ */
66
+ protected function set_params( $params ) {
67
+ $this->params = shortcode_atts( array(
68
+ 'limit' => -1,
69
+ 'user' => get_current_user_id()
70
+ ), $params );
71
+ }
72
+
73
+ /**
74
+ * Gets the user's attendance data and passes it to the relevant view.
75
+ */
76
+ protected function generate_attendance_list() {
77
+ $event_ids = $this->get_upcoming_attendances();
78
+ include Tribe__Tickets__Templates::get_template_hierarchy( 'shortcodes/my-attendance-list' );
79
+ }
80
+
81
+ /**
82
+ * Queries for events which have attendee posts related to whichever user
83
+ * we are interested in.
84
+ *
85
+ * @return array
86
+ */
87
+ protected function get_upcoming_attendances() {
88
+ global $wpdb;
89
+
90
+ // Use a limit if set to a positive value
91
+ $limit = $this->params['limit'] > 0
92
+ ? 'LIMIT ' . $wpdb->prepare( '%d', $this->params['limit'] )
93
+ : '';
94
+
95
+ $keys = $this->build_escaped_key_list( $this->get_event_keys() );
96
+
97
+ $query = "
98
+ SELECT DISTINCT( ID )
99
+ FROM {$wpdb->postmeta} AS match_user
100
+
101
+ JOIN {$wpdb->postmeta} AS match_events
102
+ ON match_events.post_id = match_user.post_id
103
+
104
+ JOIN {$wpdb->posts} AS event_list
105
+ ON match_events.meta_value = ID
106
+
107
+ JOIN {$wpdb->postmeta} AS event_end_dates
108
+ ON event_end_dates.post_id = ID
109
+
110
+ WHERE (
111
+ -- Match the user
112
+ match_user.meta_key = '_tribe_tickets_attendee_user_id'
113
+ AND match_user.meta_value = %d
114
+ ) AND (
115
+ -- Restrict to upcoming events
116
+ match_events.meta_key IN ( $keys )
117
+ AND event_end_dates.meta_key = '_EventEndDateUTC'
118
+ AND event_end_dates.meta_value > %s
119
+ )
120
+
121
+ ORDER BY event_end_dates.meta_value
122
+ $limit
123
+ ";
124
+
125
+ return (array) $wpdb->get_col( $wpdb->prepare(
126
+ $query,
127
+ absint( $this->params['user'] ),
128
+ current_time( 'mysql' )
129
+ ) );
130
+ }
131
+
132
+ /**
133
+ * Provides an array containing the value of the ATTENDEE_EVENT_KEY class constant
134
+ * for each active ticketing provider.
135
+ *
136
+ * @return array
137
+ */
138
+ protected function get_event_keys() {
139
+ $event_keys = array();
140
+
141
+ foreach ( Tribe__Tickets__Tickets::modules() as $module_class => $module_instance ) {
142
+ /**
143
+ * The usage of plain `$module_class::ATTENDEE_EVENT_KEY` will throw a `T_PAAMAYIM_NEKUDOTAYIM`
144
+ * when using PHP 5.2, which is a fatal.
145
+ *
146
+ * So we have to construct the constant name using a string and use the `constant` function.
147
+ */
148
+ $event_keys[] = constant( "$module_class::ATTENDEE_EVENT_KEY" );
149
+ }
150
+
151
+ return $event_keys;
152
+ }
153
+
154
+ /**
155
+ * Provides a quoted, comma separated and escaped list of meta keys used to link
156
+ * attendee posts to event posts.
157
+ *
158
+ * @return string
159
+ */
160
+ protected function build_escaped_key_list( array $keys ) {
161
+ global $wpdb;
162
+
163
+ foreach ( $keys as &$key ) {
164
+ $key = $wpdb->prepare( '%s', $key );
165
+ }
166
+
167
+ return implode( ',', $keys );
168
+ }
169
+ }
src/Tribe/Ticket_Object.php CHANGED
@@ -181,21 +181,31 @@ if ( ! class_exists( 'Tribe__Tickets__Ticket_Object' ) ) {
181
  }
182
 
183
  /**
184
- * Determines if the given date is within the ticket's start/end date range
185
  *
186
- * @param string $datetime The date/time that we want to determine if it falls within the start/end date range
187
  *
188
- * @return boolean Whether or not the provided date/time falls within the start/end date range
189
  */
190
- public function date_in_range( $datetime ) {
191
- if ( is_numeric( $datetime ) ) {
192
- $timestamp = $datetime;
193
- } else {
194
- $timestamp = strtotime( $datetime );
195
  }
196
 
 
 
 
 
 
 
 
 
 
 
 
197
  $end_date = null;
198
- if ( ! empty( $this->end_date ) ){
199
  $end_date = strtotime( $this->end_date );
200
  } else {
201
  $post_id = get_the_ID();
@@ -210,14 +220,106 @@ if ( ! class_exists( 'Tribe__Tickets__Ticket_Object' ) ) {
210
  $end_date = strtotime( $end_date );
211
  }
212
 
213
- $start_date = null;
214
- if ( ! empty( $this->start_date ) ) {
215
- $start_date = strtotime( $this->start_date );
 
 
 
 
 
 
 
 
 
 
 
 
216
  }
217
 
 
 
 
218
  return ( empty( $start_date ) || $timestamp > $start_date ) && ( empty( $end_date ) || $timestamp < $end_date );
219
  }
220
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
221
  /**
222
  * Determines if there is any stock for purchasing
223
  *
@@ -289,7 +391,7 @@ if ( ! class_exists( 'Tribe__Tickets__Ticket_Object' ) ) {
289
  */
290
  public function stock( $value = null ) {
291
  // If the Value was passed as numeric value overwrite
292
- if ( is_numeric( $value ) ){
293
  $this->stock = $value;
294
  }
295
 
181
  }
182
 
183
  /**
184
+ * Get the ticket's start date
185
  *
186
+ * @since 4.2
187
  *
188
+ * @return string
189
  */
190
+ public function start_date() {
191
+ $start_date = null;
192
+ if ( ! empty( $this->start_date ) ) {
193
+ $start_date = strtotime( $this->start_date );
 
194
  }
195
 
196
+ return $start_date;
197
+ }
198
+
199
+ /**
200
+ * Get the ticket's end date
201
+ *
202
+ * @since 4.2
203
+ *
204
+ * @return string
205
+ */
206
+ public function end_date() {
207
  $end_date = null;
208
+ if ( ! empty( $this->end_date ) ) {
209
  $end_date = strtotime( $this->end_date );
210
  } else {
211
  $post_id = get_the_ID();
220
  $end_date = strtotime( $end_date );
221
  }
222
 
223
+ return $end_date;
224
+ }
225
+
226
+ /**
227
+ * Determines if the given date is within the ticket's start/end date range
228
+ *
229
+ * @param string $datetime The date/time that we want to determine if it falls within the start/end date range
230
+ *
231
+ * @return boolean Whether or not the provided date/time falls within the start/end date range
232
+ */
233
+ public function date_in_range( $datetime ) {
234
+ if ( is_numeric( $datetime ) ) {
235
+ $timestamp = $datetime;
236
+ } else {
237
+ $timestamp = strtotime( $datetime );
238
  }
239
 
240
+ $start_date = $this->start_date();
241
+ $end_date = $this->end_date();
242
+
243
  return ( empty( $start_date ) || $timestamp > $start_date ) && ( empty( $end_date ) || $timestamp < $end_date );
244
  }
245
 
246
+ /**
247
+ * Determines if the given date is smaller than the ticket's start date
248
+ *
249
+ * @param string $datetime The date/time that we want to determine if it is smaller than the ticket's start date
250
+ *
251
+ * @return boolean Whether or not the provided date/time is smaller than the ticket's start date
252
+ */
253
+ public function date_is_earlier( $datetime ) {
254
+ if ( is_numeric( $datetime ) ) {
255
+ $timestamp = $datetime;
256
+ } else {
257
+ $timestamp = strtotime( $datetime );
258
+ }
259
+
260
+ $start_date = $this->start_date();
261
+
262
+ return empty( $start_date ) || $timestamp < $start_date;
263
+ }
264
+
265
+ /**
266
+ * Determines if the given date is greater than the ticket's end date
267
+ *
268
+ * @param string $datetime The date/time that we want to determine if it is smaller than the ticket's start date
269
+ *
270
+ * @return boolean Whether or not the provided date/time is greater than the ticket's end date
271
+ */
272
+ public function date_is_later( $datetime ) {
273
+ if ( is_numeric( $datetime ) ) {
274
+ $timestamp = $datetime;
275
+ } else {
276
+ $timestamp = strtotime( $datetime );
277
+ }
278
+
279
+ $end_date = $this->end_date();
280
+
281
+ return empty( $end_date ) || $timestamp > $end_date;
282
+ }
283
+
284
+ /**
285
+ * Returns ticket availability slug
286
+ *
287
+ * The availability slug is used for CSS class names and filter helper strings
288
+ *
289
+ * @since 4.2
290
+ *
291
+ * @return string
292
+ */
293
+ public function availability_slug( $datetime = null ) {
294
+ if ( is_numeric( $datetime ) ) {
295
+ $timestamp = $datetime;
296
+ } elseif ( $datetime ) {
297
+ $timestamp = strtotime( $datetime );
298
+ } else {
299
+ $timestamp = current_time( 'timestamp' );
300
+ }
301
+
302
+ $slug = 'available';
303
+
304
+ if ( $this->date_in_range( $timestamp ) ) {
305
+ $slug = 'available';
306
+ } elseif ( $this->date_is_earlier( $timestamp ) ) {
307
+ $slug = 'availability-future';
308
+ } elseif ( $this->date_is_later( $timestamp ) ) {
309
+ $slug = 'availability-past';
310
+ }
311
+
312
+ /**
313
+ * Filters the availability slug
314
+ *
315
+ * @var string Slug
316
+ * @var string Datetime string
317
+ */
318
+ $slug = apply_filters( 'event_tickets_availability_slug', $slug, $datetime );
319
+
320
+ return $slug;
321
+ }
322
+
323
  /**
324
  * Determines if there is any stock for purchasing
325
  *
391
  */
392
  public function stock( $value = null ) {
393
  // If the Value was passed as numeric value overwrite
394
+ if ( is_numeric( $value ) ) {
395
  $this->stock = $value;
396
  }
397
 
src/Tribe/Tickets.php CHANGED
@@ -23,6 +23,13 @@ if ( ! class_exists( 'Tribe__Tickets__Tickets' ) ) {
23
  */
24
  abstract class Tribe__Tickets__Tickets {
25
 
 
 
 
 
 
 
 
26
  /**
27
  * All Tribe__Tickets__Tickets api consumers. It's static, so it's shared across all child.
28
  *
@@ -72,6 +79,12 @@ if ( ! class_exists( 'Tribe__Tickets__Tickets' ) ) {
72
  */
73
  public $pluginName;
74
 
 
 
 
 
 
 
75
  /**
76
  * Path of the child class
77
  * @var
@@ -89,6 +102,8 @@ if ( ! class_exists( 'Tribe__Tickets__Tickets' ) ) {
89
  */
90
  const ATTENDEES_CACHE = 'tribe_attendees';
91
 
 
 
92
  /**
93
  * Returns link to the report interface for sales for an event or
94
  * null if the provider doesn't have reporting capabilities.
@@ -1188,12 +1203,124 @@ if ( ! class_exists( 'Tribe__Tickets__Tickets' ) ) {
1188
  return (string) $attendee_event_key;
1189
  }
1190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1191
  // end Helpers
1192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1193
  public function front_end_tickets_form_in_content( $content ) {
1194
  global $post;
1195
 
1196
- if ( is_admin() ) {
 
 
 
1197
  return $content;
1198
  }
1199
 
@@ -1226,5 +1353,41 @@ if ( ! class_exists( 'Tribe__Tickets__Tickets' ) ) {
1226
 
1227
  return $content;
1228
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1229
  }
1230
  }
23
  */
24
  abstract class Tribe__Tickets__Tickets {
25
 
26
+ /**
27
+ * Flag used to track if the registration form link has been displayed or not.
28
+ *
29
+ * @var boolean
30
+ */
31
+ private static $have_displayed_reg_link = false;
32
+
33
  /**
34
  * All Tribe__Tickets__Tickets api consumers. It's static, so it's shared across all child.
35
  *
79
  */
80
  public $pluginName;
81
 
82
+ /**
83
+ * The name of the post type representing a ticket.
84
+ * @var string
85
+ */
86
+ public $ticket_object = '';
87
+
88
  /**
89
  * Path of the child class
90
  * @var
102
  */
103
  const ATTENDEES_CACHE = 'tribe_attendees';
104
 
105
+ const ATTENDEE_USER_ID = '_tribe_tickets_attendee_user_id';
106
+
107
  /**
108
  * Returns link to the report interface for sales for an event or
109
  * null if the provider doesn't have reporting capabilities.
1203
  return (string) $attendee_event_key;
1204
  }
1205
 
1206
+ /**
1207
+ * Returns an availability slug based on all tickets in the provided collection
1208
+ *
1209
+ * The availability slug is used for CSS class names and filter helper strings
1210
+ *
1211
+ * @since 4.2
1212
+ *
1213
+ * @param array $tickets Collection of tickets
1214
+ * @param string $datetime Datetime string
1215
+ *
1216
+ * @return string
1217
+ */
1218
+ public function get_availability_slug_by_collection( $tickets, $datetime = null ) {
1219
+ if ( ! $tickets ) {
1220
+ return;
1221
+ }
1222
+
1223
+ if ( is_numeric( $datetime ) ) {
1224
+ $timestamp = $datetime;
1225
+ } elseif ( $datetime ) {
1226
+ $timestamp = strtotime( $datetime );
1227
+ } else {
1228
+ $timestamp = current_time( 'timestamp' );
1229
+ }
1230
+
1231
+ $collection_availability_slug = 'available';
1232
+ $tickets_available = false;
1233
+ $slugs = array();
1234
+
1235
+ foreach ( $tickets as $ticket ) {
1236
+ $availability_slug = $ticket->availability_slug( $timestamp );
1237
+
1238
+ // if any ticket is available for this event, consider the availability slug as 'available'
1239
+ if ( 'available' === $availability_slug ) {
1240
+ // reset the collected slugs to "available" only
1241
+ $slugs = array( 'available' );
1242
+ break;
1243
+ }
1244
+
1245
+ // track unique availability slugs
1246
+ if ( ! in_array( $availability_slug, $slugs ) ) {
1247
+ $slugs[] = $availability_slug;
1248
+ }
1249
+ }
1250
+
1251
+ if ( 1 === count( $slugs ) ) {
1252
+ $collection_availability_slug = $slugs[0];
1253
+ } else {
1254
+ $collection_availability_slug = 'availability-mixed';
1255
+ }
1256
+
1257
+ /**
1258
+ * Filters the availability slug for a collection of tickets
1259
+ *
1260
+ * @var string Availability slug
1261
+ * @var array Collection of tickets
1262
+ * @var string Datetime string
1263
+ */
1264
+ return apply_filters( 'event_tickets_availability_slug_by_collection', $collection_availability_slug, $tickets, $datetime );
1265
+ }
1266
+
1267
+ /**
1268
+ * Returns a tickets unavailable message based on the availability slug of a collection of tickets
1269
+ *
1270
+ * @since 4.2
1271
+ *
1272
+ * @param array $tickets Collection of tickets
1273
+ *
1274
+ * @return string
1275
+ */
1276
+ public function get_tickets_unavailable_message( $tickets ) {
1277
+ $availability_slug = $this->get_availability_slug_by_collection( $tickets );
1278
+ $message = null;
1279
+
1280
+ if ( 'availability-future' === $availability_slug ) {
1281
+ $message = __( 'Tickets are not yet available.', 'event-tickets' );
1282
+ } elseif ( 'availability-past' === $availability_slug ) {
1283
+ $message = __( 'Tickets are no longer available.', 'event-tickets' );
1284
+ } elseif ( 'availability-mixed' === $availability_slug ) {
1285
+ $message = __( 'There are no tickets available at this time.', 'event-tickets' );
1286
+ }
1287
+
1288
+ /**
1289
+ * Filters the unavailability message for a ticket collection
1290
+ *
1291
+ * @var string Unavailability message
1292
+ * @var array Collection of tickets
1293
+ */
1294
+ $message = apply_filters( 'event_tickets_unvailable_message', $message, $tickets );
1295
+
1296
+ return $message;
1297
+ }
1298
  // end Helpers
1299
 
1300
+ /**
1301
+ * Associates an attendee record with a user, typically the purchaser.
1302
+ *
1303
+ * The $user_id param is optional and when not provided it will default to the current
1304
+ * user ID.
1305
+ *
1306
+ * @param int $attendee_id
1307
+ * @param int $user_id
1308
+ */
1309
+ protected function record_attendee_user_id( $attendee_id, $user_id = null ) {
1310
+ if ( null === $user_id ) {
1311
+ $user_id = get_current_user_id();
1312
+ }
1313
+
1314
+ update_post_meta( $attendee_id, self::ATTENDEE_USER_ID, (int) $user_id );
1315
+ }
1316
+
1317
  public function front_end_tickets_form_in_content( $content ) {
1318
  global $post;
1319
 
1320
+ // Prevents firing more then it needs too outside of the loop
1321
+ $in_the_loop = isset( $GLOBALS['wp_query']->in_the_loop ) && $GLOBALS['wp_query']->in_the_loop;
1322
+
1323
+ if ( is_admin() || ! $in_the_loop ) {
1324
  return $content;
1325
  }
1326
 
1353
 
1354
  return $content;
1355
  }
1356
+
1357
+ /**
1358
+ * Indicates if the user must be logged in in order to obtain tickets.
1359
+ *
1360
+ * This should be regarded as an abstract method to be overridden by subclasses:
1361
+ * the reason it is not formally declared as abstract is to avoid breakages upon
1362
+ * update (for example, where Event Tickets is updated first but a dependent plugin
1363
+ * not yet implementing the abstract method remains at an earlier version).
1364
+ *
1365
+ * @return bool
1366
+ */
1367
+ protected function login_required() {
1368
+ return false;
1369
+ }
1370
+
1371
+ /**
1372
+ * Provides a URL that can be used to direct users to the login form.
1373
+ *
1374
+ * @return string
1375
+ */
1376
+ public static function get_login_url() {
1377
+ $post_id = get_the_ID();
1378
+ $login_url = get_site_url( null, 'wp-login.php' );
1379
+
1380
+ if ( $post_id ) {
1381
+ $login_url = add_query_arg( 'redirect_to', get_permalink( $post_id ), $login_url );
1382
+ }
1383
+
1384
+ /**
1385
+ * Provides an opportunity to modify the login URL used within frontend
1386
+ * ticket forms (typically when they need to login before they can proceed).
1387
+ *
1388
+ * @param string $login_url
1389
+ */
1390
+ return apply_filters( 'tribe_tickets_ticket_login_url', $login_url );
1391
+ }
1392
  }
1393
  }
src/Tribe/Tickets_Handler.php CHANGED
@@ -38,12 +38,6 @@ class Tribe__Tickets__Tickets_Handler {
38
  */
39
  private $attendees_table;
40
 
41
- /**
42
- * @var Tribe__Tickets__Google_Event_Data
43
- */
44
- protected $google_event_data;
45
-
46
-
47
  /**
48
  * Class constructor.
49
  */
@@ -60,7 +54,6 @@ class Tribe__Tickets__Tickets_Handler {
60
  add_filter( 'page_row_actions', array( $this, 'attendees_row_action' ) );
61
 
62
  $this->path = trailingslashit( dirname( dirname( dirname( __FILE__ ) ) ) );
63
- $this->google_event_data = new Tribe__Tickets__Google_Event_Data;
64
  }
65
 
66
  /**
@@ -285,8 +278,8 @@ class Tribe__Tickets__Tickets_Handler {
285
  $export_columns = array_diff_key( $columns, $hidden );
286
 
287
  // Add the Purchaser Information
288
- $export_columns['purchaser_name'] = esc_html__( 'Customer Name', 'event-tickets-plus' );
289
- $export_columns['purchaser_email'] = esc_html__( 'Customer Email Address', 'event-tickets-plus' );
290
 
291
  /**
292
  * Used to modify what columns should be shown on the CSV export
38
  */
39
  private $attendees_table;
40
 
 
 
 
 
 
 
41
  /**
42
  * Class constructor.
43
  */
54
  add_filter( 'page_row_actions', array( $this, 'attendees_row_action' ) );
55
 
56
  $this->path = trailingslashit( dirname( dirname( dirname( __FILE__ ) ) ) );
 
57
  }
58
 
59
  /**
278
  $export_columns = array_diff_key( $columns, $hidden );
279
 
280
  // Add the Purchaser Information
281
+ $export_columns['purchaser_name'] = esc_html__( 'Customer Name', 'event-tickets' );
282
+ $export_columns['purchaser_email'] = esc_html__( 'Customer Email Address', 'event-tickets' );
283
 
284
  /**
285
  * Used to modify what columns should be shown on the CSV export
src/Tribe/Tickets_View.php ADDED
@@ -0,0 +1,680 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // don't load directly
3
+ if ( ! defined( 'ABSPATH' ) ) {
4
+ die( '-1' );
5
+ }
6
+
7
+ class Tribe__Tickets__Tickets_View {
8
+
9
+ /**
10
+ * Get (and instantiate, if necessary) the instance of the class
11
+ *
12
+ * @static
13
+ * @return self
14
+ *
15
+ */
16
+ public static function instance() {
17
+ static $instance;
18
+
19
+ if ( ! $instance instanceof self ) {
20
+ $instance = new self;
21
+ }
22
+
23
+ return $instance;
24
+ }
25
+
26
+ /**
27
+ * Hook the necessary filters and Actions!
28
+ *
29
+ * @static
30
+ * @return self
31
+ */
32
+ public static function hook() {
33
+ $myself = self::instance();
34
+
35
+ add_action( 'template_redirect', array( $myself, 'authorization_redirect' ) );
36
+ add_action( 'template_redirect', array( $myself, 'update_tickets' ) );
37
+
38
+ // Generate Non TEC Permalink
39
+ add_action( 'generate_rewrite_rules', array( $myself, 'add_non_event_permalinks' ) );
40
+ add_filter( 'query_vars', array( $myself, 'add_query_vars' ) );
41
+ add_action( 'parse_request', array( $myself, 'prevent_page_redirect' ) );
42
+ add_filter( 'the_content', array( $myself, 'intercept_content' ) );
43
+ add_action( 'parse_request', array( $myself, 'maybe_regenerate_rewrite_rules' ) );
44
+
45
+ // Only Applies this to TEC users
46
+ if ( class_exists( 'Tribe__Events__Rewrite' ) ) {
47
+ add_action( 'tribe_events_pre_rewrite', array( $myself, 'add_permalink' ) );
48
+ add_filter( 'tribe_events_rewrite_base_slugs', array( $myself, 'add_rewrite_base_slug' ) );
49
+ }
50
+
51
+ // Intercept Template file for Tickets
52
+ add_filter( 'tribe_events_template', array( $myself, 'intercept_template' ), 20, 2 );
53
+
54
+ // We will inject on the Priority 4, to be happen before RSVP
55
+ add_action( 'tribe_events_single_event_after_the_meta', array( $myself, 'inject_link_template' ), 4 );
56
+ add_filter( 'the_content', array( $myself, 'inject_link_template_the_content' ), 9 );
57
+
58
+ return $myself;
59
+ }
60
+
61
+ /**
62
+ * By default WordPress has a nasty if query_var['p'] is a page then redirect to the page
63
+ * so we will change the variables accordingly
64
+ *
65
+ * @param WP_Query $query The current Query
66
+ * @return void
67
+ */
68
+ public function prevent_page_redirect( $query ) {
69
+ $is_correct_page = isset( $query->query_vars['tribe-edit-orders'] ) && $query->query_vars['tribe-edit-orders'];
70
+
71
+ if ( ! $is_correct_page ) {
72
+ return;
73
+ }
74
+
75
+ // This has no Performance problems, since get_post uses caching and we use this method later on.
76
+ $post = get_post( absint( $query->query_vars['p'] ) );
77
+ if ( ! $post ) {
78
+ return;
79
+ }
80
+
81
+ if ( 'page' !== $post->post_type ) {
82
+ return;
83
+ }
84
+
85
+ // Unset the p variable, we dont need it anymore
86
+ unset( $query->query_vars['p'] );
87
+
88
+ // Set `page_id` for faster query
89
+ $query->query_vars['page_id'] = $post->ID;
90
+ }
91
+
92
+ /**
93
+ * Tries to Flush the Rewrite rules
94
+ *
95
+ * @return void
96
+ */
97
+ public function maybe_regenerate_rewrite_rules() {
98
+ // if they don't have any rewrite rules, do nothing
99
+ // Don't try to run stuff for non-logged users (too time consuming)
100
+ if ( ! is_array( $GLOBALS['wp_rewrite']->rules ) || ! is_user_logged_in() ) {
101
+ return;
102
+ }
103
+
104
+ $rules = $this->rewrite_rules_array();
105
+
106
+ $diff = array_diff( $rules, $GLOBALS['wp_rewrite']->rules );
107
+ $key_diff = array_diff_assoc( $rules, $GLOBALS['wp_rewrite']->rules );
108
+
109
+ if ( empty( $diff ) && empty( $key_diff ) ) {
110
+ return;
111
+ }
112
+
113
+ flush_rewrite_rules();
114
+ }
115
+
116
+ /**
117
+ * Gets the List of Rewrite rules we are using here
118
+ *
119
+ * @return array
120
+ */
121
+ public function rewrite_rules_array() {
122
+ $bases = $this->add_rewrite_base_slug();
123
+
124
+ $rules = array(
125
+ sanitize_title_with_dashes( $bases['tickets'][0] ) . '/([0-9]{1,})/?' => 'index.php?p=$matches[1]&tribe-edit-orders=1',
126
+ );
127
+ return $rules;
128
+ }
129
+
130
+ /**
131
+ * For non events the links will be a little bit weird, but it's the safest way
132
+ *
133
+ * @param WP_Rewrite $wp_rewrite
134
+ */
135
+ public function add_non_event_permalinks( WP_Rewrite $wp_rewrite ) {
136
+ $wp_rewrite->rules = $this->rewrite_rules_array() + $wp_rewrite->rules;
137
+ }
138
+
139
+ /**
140
+ * Add a new Query Var to allow tickets editing
141
+ * @param array $vars
142
+ * @return array
143
+ */
144
+ public function add_query_vars( $vars ) {
145
+ $vars[] = 'tribe-edit-orders';
146
+ return $vars;
147
+ }
148
+
149
+ /**
150
+ * Update the RSVP and Tickets values for each Attendee
151
+ */
152
+ public function update_tickets() {
153
+ $is_correct_page = get_query_var( 'tribe-edit-orders', false );
154
+
155
+ // Now fetch the display and check it
156
+ $display = get_query_var( 'eventDisplay', false );
157
+ if ( 'tickets' !== $display && ! $is_correct_page ) {
158
+ return;
159
+ }
160
+
161
+ if ( empty( $_POST['process-tickets'] ) || ( empty( $_POST['attendee'] ) && empty( $_POST['tribe-tickets-meta'] ) ) ) {
162
+ return;
163
+ }
164
+
165
+ $post_id = get_the_ID();
166
+ $attendees = ! empty( $_POST['attendee'] ) ? $_POST['attendee'] : array();
167
+
168
+ foreach ( $attendees as $order_id => $data ) {
169
+ /**
170
+ * An Action fired for each one of the Attendees that were posted on the Order Tickets page
171
+ *
172
+ * @var $data Infomation that we are trying to save
173
+ * @var $order_id ID of attendee ticket
174
+ * @var $post_id ID of event
175
+ */
176
+ do_action( 'event_tickets_attendee_update', $data, $order_id, $post_id );
177
+ }
178
+
179
+ /**
180
+ * A way for Meta to be saved, because it's groupped in a diferent way
181
+ *
182
+ * @var $post_id ID of event
183
+ */
184
+ do_action( 'event_tickets_after_attendees_update', $post_id );
185
+
186
+ // After Editing the Values we Update the Transient
187
+ Tribe__Post_Transient::instance()->delete( $post_id, Tribe__Tickets__Tickets::ATTENDEES_CACHE );
188
+
189
+ // If it's not events CPT
190
+ if ( $is_correct_page ) {
191
+ $url = home_url( 'tickets/' ) . $post_id;
192
+ } else {
193
+ $url = get_permalink( $post_id ) . '/tickets';
194
+ }
195
+ $url = add_query_arg( 'tribe_updated', 1, $url );
196
+ wp_safe_redirect( esc_url_raw( $url ) );
197
+ exit;
198
+ }
199
+
200
+
201
+ /**
202
+ * Makes sure only logged users can See the Tickets page.
203
+ *
204
+ * @return void
205
+ */
206
+ public function authorization_redirect() {
207
+ global $wp_query;
208
+
209
+ /**
210
+ * @todo Remove this after we implement the Rewrites in Common
211
+ */
212
+ $is_event_query = ! empty( $GLOBALS['wp_query']->tribe_is_event_query );
213
+
214
+ // When it's not Events Query and we have TEC active we dont care
215
+ if ( class_exists( 'Tribe__Events__Main' ) && ! $is_event_query ) {
216
+ return;
217
+ }
218
+
219
+ // If we got here and it's a 404 + single
220
+ if ( is_single() && is_404() ) {
221
+ return;
222
+ }
223
+
224
+ // Now fetch the display and check it
225
+ $display = get_query_var( 'eventDisplay', false );
226
+ if ( 'tickets' !== $display ) {
227
+ return;
228
+ }
229
+
230
+ // Only goes to the Redirect if user is not logged in
231
+ if ( is_user_logged_in() ) {
232
+ return;
233
+ }
234
+
235
+ // Loop back to the Event, this page is only for Logged users
236
+ wp_redirect( get_permalink() );
237
+ exit;
238
+ }
239
+
240
+ /**
241
+ * To allow `tickets` to be translatable we need to add it as a base
242
+ *
243
+ * @param array $bases The translatable bases
244
+ * @return array
245
+ */
246
+ public function add_rewrite_base_slug( $bases = array() ) {
247
+ /**
248
+ * Allows users to filter and change the base for the order page
249
+ *
250
+ * @param string $slug
251
+ * @param array $bases
252
+ */
253
+ $bases['tickets'] = (array) apply_filters( 'event_tickets_rewrite_slug_orders_page', 'tickets', $bases );
254
+
255
+ return $bases;
256
+ }
257
+
258
+ /**
259
+ * Adds the Permalink for the tickets end point
260
+ *
261
+ * @param Tribe__Events__Rewrite $rewrite
262
+ */
263
+ public function add_permalink( Tribe__Events__Rewrite $rewrite ) {
264
+
265
+ // Adds the 'tickets' endpoint for single event pages.
266
+ $rewrite->single(
267
+ array( '{{ tickets }}' ),
268
+ array(
269
+ Tribe__Events__Main::POSTTYPE => '%1',
270
+ 'post_type' => Tribe__Events__Main::POSTTYPE,
271
+ 'eventDisplay' => 'tickets',
272
+ )
273
+ );
274
+
275
+ // Adds the `tickets` endpoint for recurring events
276
+ $rewrite->single(
277
+ array( '(\d{4}-\d{2}-\d{2})', '{{ tickets }}' ),
278
+ array(
279
+ Tribe__Events__Main::POSTTYPE => '%1',
280
+ 'eventDate' => '%2',
281
+ 'post_type' => Tribe__Events__Main::POSTTYPE,
282
+ 'eventDisplay' => 'tickets',
283
+ )
284
+ );
285
+
286
+ }
287
+
288
+ /**
289
+ * Intercepts the_content from the posts to include the orders structure
290
+ *
291
+ * @param string $content Normally the_content of a post
292
+ * @return string
293
+ */
294
+ public function intercept_content( $content = '' ) {
295
+ // Prevents firing more then it needs too outside of the loop
296
+ $in_the_loop = isset( $GLOBALS['wp_query']->in_the_loop ) && $GLOBALS['wp_query']->in_the_loop;
297
+
298
+ // Prevents Weird
299
+ $is_correct_page = get_query_var( 'tribe-edit-orders', false );
300
+ if ( ! $is_correct_page || ! $in_the_loop ) {
301
+ return $content;
302
+ }
303
+
304
+ ob_start();
305
+ include Tribe__Tickets__Templates::get_template_hierarchy( 'tickets/orders.php' );
306
+ $content = ob_get_clean();
307
+
308
+ return $content;
309
+ }
310
+
311
+ /**
312
+ * We need to intercept the template loading and load the correct file
313
+ *
314
+ * @param string $old_file Non important variable with the previous path
315
+ * @param string $template Which template we are dealing with
316
+ * @return string The correct File path for the tickets endpoint
317
+ */
318
+ public function intercept_template( $old_file, $template ) {
319
+ global $wp_query;
320
+
321
+ /**
322
+ * @todo Remove this after we implement the Rewrites in Common
323
+ */
324
+ $is_event_query = ! empty( $wp_query->tribe_is_event_query );
325
+
326
+ // When it's not our query we don't care
327
+ if ( ! $is_event_query ) {
328
+ return $old_file;
329
+ }
330
+
331
+ // If we got here and it's a 404 + single
332
+ if ( is_single() && is_404() ) {
333
+ return $old_file;
334
+ }
335
+
336
+ // Now fetch the display and check it
337
+ $display = get_query_var( 'eventDisplay', false );
338
+ if ( 'tickets' !== $display ) {
339
+ return $old_file;
340
+ }
341
+
342
+ // If for some reason it's not `single-event.php` we don't care either
343
+ if ( 'single-event.php' !== $template ) {
344
+ return $old_file;
345
+ }
346
+
347
+ // Fetch the Correct File using the Tickets Hiearchy
348
+ $file = Tribe__Tickets__Templates::get_template_hierarchy( 'tickets/orders.php' );
349
+
350
+ return $file;
351
+ }
352
+
353
+ /**
354
+ * Injects the Link to The front-end Tickets page normally at `tribe_events_single_event_after_the_meta`
355
+ *
356
+ * @return void
357
+ */
358
+ public function inject_link_template() {
359
+ $event_id = get_the_ID();
360
+ $user_id = get_current_user_id();
361
+
362
+ if ( ! $this->has_rsvp_attendees( $event_id, $user_id ) && ! $this->has_ticket_attendees( $event_id, $user_id ) ) {
363
+ return;
364
+ }
365
+
366
+ $file = Tribe__Tickets__Templates::get_template_hierarchy( 'tickets/orders-link.php' );
367
+
368
+ include $file;
369
+ }
370
+
371
+ /**
372
+ * Injects the Link to The front-end Tickets page to non Events
373
+ *
374
+ * @param string $content The content form the post
375
+ * @return string $content
376
+ */
377
+ public function inject_link_template_the_content( $content ) {
378
+ // Prevents firing more then it needs too outside of the loop
379
+ $in_the_loop = isset( $GLOBALS['wp_query']->in_the_loop ) && $GLOBALS['wp_query']->in_the_loop;
380
+
381
+ $post_id = get_the_ID();
382
+ $user_id = get_current_user_id();
383
+
384
+ /**
385
+ * @todo Remove this after we implement the Rewrites in Common
386
+ */
387
+ $is_event_query = ! empty( $GLOBALS['wp_query']->tribe_is_event_query );
388
+
389
+ // When it's not our query we don't care
390
+ if ( ( class_exists( 'Tribe__Events__Main' ) && $is_event_query ) || ! $in_the_loop ) {
391
+ return $content;
392
+ }
393
+
394
+ // If we have this we are already on the tickets page
395
+ $is_correct_page = get_query_var( 'tribe-edit-orders', false );
396
+ if ( $is_correct_page ) {
397
+ return $content;
398
+ }
399
+
400
+ if ( ! $this->has_rsvp_attendees( $post_id, $user_id ) && ! $this->has_ticket_attendees( $post_id, $user_id ) ) {
401
+ return $content;
402
+ }
403
+
404
+ ob_start();
405
+ include Tribe__Tickets__Templates::get_template_hierarchy( 'tickets/orders-link.php' );
406
+ $content .= ob_get_clean();
407
+
408
+ return $content;
409
+ }
410
+
411
+ /**
412
+ * Fetches from the Cached attendees list the ones that are relevant for this user and event
413
+ * Important to note that this method will bring the attendees organized by order id
414
+ *
415
+ * @param int $event_id The Event ID it relates to
416
+ * @param int|null $user_id An Optional User ID
417
+ * @param boolean $include_rsvp If this should include RSVP, which by default is false
418
+ * @return array List of Attendees grouped by order id
419
+ */
420
+ public function get_event_attendees_by_order( $event_id, $user_id = null, $include_rsvp = false ) {
421
+ $attendees = Tribe__Tickets__Tickets::get_event_attendees( $event_id );
422
+ $orders = array();
423
+
424
+ foreach ( $attendees as $key => $attendee ) {
425
+ // Ignore RSVP if we don't tell it specifically
426
+ if ( 'rsvp' === $attendee['provider_slug'] && ! $include_rsvp ) {
427
+ continue;
428
+ }
429
+
430
+ // If we have a user_id then test it and ignore the ones that don't have it
431
+ if ( ! is_null( $user_id ) ) {
432
+ if ( empty( $attendee['user_id'] ) || $attendee['user_id'] != $user_id ) {
433
+ continue;
434
+ }
435
+ }
436
+
437
+ $orders[ (int) $attendee['order_id'] ][] = $attendee;
438
+ }
439
+
440
+ return $orders;
441
+ }
442
+
443
+ /**
444
+ * Fetches from the Cached attendees list the ones that are relevant for this user and event
445
+ * Important to note that this method will bring the attendees from RSVP
446
+ *
447
+ * @param int $event_id The Event ID it relates to
448
+ * @param int|null $user_id An Optional User ID
449
+ * @return array Array with the RSVP attendees
450
+ */
451
+ public function get_event_rsvp_attendees( $event_id, $user_id = null ) {
452
+ $all_attendees = Tribe__Tickets__Tickets::get_event_attendees( $event_id );
453
+ $attendees = array();
454
+
455
+ foreach ( $all_attendees as $key => $attendee ) {
456
+ // Skip Non RSVP
457
+ if ( 'rsvp' !== $attendee['provider_slug'] ) {
458
+ continue;
459
+ }
460
+
461
+ // If we have a user_id then test it and ignore the ones that don't have it
462
+ if ( ! is_null( $user_id ) ) {
463
+ if ( empty( $attendee['user_id'] ) || $attendee['user_id'] != $user_id ) {
464
+ continue;
465
+ }
466
+ }
467
+
468
+ $attendees[] = $attendee;
469
+ }
470
+
471
+ return $attendees;
472
+ }
473
+
474
+ /**
475
+ * Groups RSVP attendees by purchaser name/email
476
+ *
477
+ * @param int $event_id The Event ID it relates to
478
+ * @param int|null $user_id An optional user ID
479
+ * @return array Array with the RSVP attendees grouped by purchaser name/email
480
+ */
481
+ public function get_event_rsvp_attendees_by_purchaser( $event_id, $user_id = null ) {
482
+ $attendees = $this->get_event_rsvp_attendees( $event_id, $user_id );
483
+
484
+ if ( ! $attendees ) {
485
+ return array();
486
+ }
487
+
488
+ $attendee_groups = array();
489
+ foreach ( $attendees as $attendee ) {
490
+ $key = $attendee['purchaser_name'] . '::' . $attendee['purchaser_email'];
491
+
492
+ if ( ! isset( $attendee_groups[ $key ] ) ) {
493
+ $attendee_groups[ $key ] = array();
494
+ }
495
+
496
+ $attendee_groups[ $key ][] = $attendee;
497
+ }
498
+
499
+ return $attendee_groups;
500
+ }
501
+
502
+ /**
503
+ * Gets a List of Possible RSVP answers
504
+ *
505
+ * @param string $selected Allows users to check if an option exists or get it's label
506
+ *
507
+ * @return array
508
+ */
509
+ public function get_rsvp_options( $selected = null ) {
510
+ $options = array(
511
+ 'yes' => __( 'Going', 'event-tickets' ),
512
+ 'no' => __( 'Not Going', 'event-tickets' ),
513
+ );
514
+
515
+ /**
516
+ * Allow users to add more RSVP options
517
+ * @param array $options
518
+ * @param string $selected
519
+ */
520
+ $options = apply_filters( 'event_tickets_rsvp_options', $options, $selected );
521
+
522
+ // If an option was passed return it's label, but if doesn't exist return false
523
+ if ( ! is_null( $selected ) ) {
524
+ return isset( $options[ $selected ] ) ? $options[ $selected ] : false;
525
+ }
526
+
527
+ return $options;
528
+ }
529
+
530
+ /**
531
+ * Check if the RSVP is a valid option
532
+ *
533
+ * @param string $option Which rsvp option to check
534
+ * @return boolean
535
+ */
536
+ public function is_valid_rsvp_option( $option ) {
537
+ return in_array( $option, array_keys( $this->get_rsvp_options() ) );
538
+ }
539
+
540
+ /**
541
+ * Counts the Amount of RSVP attendees
542
+ *
543
+ * @param int $event_id The Event ID it relates to
544
+ * @param int|null $user_id An Optional User ID
545
+ * @return int
546
+ */
547
+ public function count_rsvp_attendees( $event_id, $user_id = null ) {
548
+ $rsvp_orders = $this->get_event_rsvp_attendees( $event_id, $user_id );
549
+ return count( $rsvp_orders );
550
+ }
551
+
552
+ /**
553
+ * Counts the Amount of Tickets attendees
554
+ *
555
+ * @param int $event_id The Event ID it relates to
556
+ * @param int|null $user_id An Optional User ID
557
+ * @return int
558
+ */
559
+ public function count_ticket_attendees( $event_id, $user_id = null ) {
560
+ $ticket_orders = $this->get_event_attendees_by_order( $event_id, $user_id );
561
+ $i = 0;
562
+ foreach ( $ticket_orders as $orders ) {
563
+ $i += count( $orders );
564
+ }
565
+ return $i;
566
+ }
567
+
568
+ /**
569
+ * Verifies if we have RSVP attendees for this user and event
570
+ *
571
+ * @param int $event_id The Event ID it relates to
572
+ * @param int|null $user_id An Optional User ID
573
+ * @return int
574
+ */
575
+ public function has_rsvp_attendees( $event_id, $user_id = null ) {
576
+ $rsvp_orders = $this->get_event_rsvp_attendees( $event_id, $user_id );
577
+ return ! empty( $rsvp_orders );
578
+ }
579
+
580
+ /**
581
+ * Verifies if we have Tickets attendees for this user and event
582
+ *
583
+ * @param int $event_id The Event ID it relates to
584
+ * @param int|null $user_id An Optional User ID
585
+ * @return int
586
+ */
587
+ public function has_ticket_attendees( $event_id, $user_id = null ) {
588
+ $ticket_orders = $this->get_event_attendees_by_order( $event_id, $user_id );
589
+ return ! empty( $ticket_orders );
590
+ }
591
+
592
+ /**
593
+ * Gets a String to descript which type of Tickets/RSVP we are dealign with
594
+ *
595
+ * @param int $event_id The Event ID it relates to
596
+ * @param int|null $user_id An Optional User ID
597
+ * @param boolean $plurals Return the Strings as Plural
598
+ * @return int
599
+ */
600
+ public function get_description_rsvp_ticket( $event_id, $user_id = null, $plurals = false ) {
601
+ $what_to_update = array();
602
+
603
+ if ( $this->has_rsvp_attendees( $event_id, $user_id ) ) {
604
+ $what_to_update[] = $plurals ? esc_html__( 'RSVPs', 'event-tickets' ) : esc_html__( 'RSVP', 'event-tickets' );
605
+ }
606
+
607
+ if ( $this->has_ticket_attendees( $event_id, $user_id ) ) {
608
+ $what_to_update[] = $plurals ? esc_html__( 'Tickets', 'event-tickets' ) : esc_html__( 'Ticket', 'event-tickets' );
609
+ }
610
+
611
+ // Just Return false if array is empty
612
+ if ( empty( $what_to_update ) ) {
613
+ return false;
614
+ }
615
+
616
+ return implode( esc_html__( ' and ', 'event-tickets' ), $what_to_update );
617
+ }
618
+
619
+ /**
620
+ * Creates the HTML for the Select Element for RSVP options
621
+ *
622
+ * @param string $name The Name of the Field
623
+ * @param string $selected The Current selected option
624
+ * @param int $event_id The Event/Post ID (optional)
625
+ * @param int $ticket_id The Ticket/RSVP ID (optional)
626
+ * @return void
627
+ */
628
+ public function render_rsvp_selector( $name, $selected, $event_id = null, $ticket_id = null ) {
629
+ $options = $this->get_rsvp_options();
630
+
631
+ ?>
632
+ <select <?php echo $this->get_restriction_attr( $event_id, $ticket_id ); ?> name="<?php echo esc_attr( $name ); ?>">
633
+ <?php foreach ( $options as $value => $label ): ?>
634
+ <option <?php selected( $selected, $value ); ?> value="<?php echo esc_attr( $value ); ?>"><?php echo esc_html( $label ); ?></option>
635
+ <?php endforeach; ?>
636
+ </select>
637
+ <?php
638
+ }
639
+
640
+ /**
641
+ * Verifies if the Given Event has RSVP restricted
642
+ *
643
+ * @param int $event_id The Event/Post ID (optional)
644
+ * @param int $ticket_id The Ticket/RSVP ID (optional)
645
+ * @param int $user_id An User ID (optional)
646
+ * @return boolean
647
+ */
648
+ public function is_rsvp_restricted( $event_id = null, $ticket_id = null, $user_id = null ) {
649
+ // By default we always pass the current User
650
+ if ( is_null( $user_id ) ) {
651
+ $user_id = get_current_user_id();
652
+ }
653
+
654
+ /**
655
+ * Allow users to filter if this Event or Ticket has Restricted RSVP
656
+ * @param boolean $restricted Is this Event or Ticket Restricted?
657
+ * @param int $event_id The Event/Post ID (optional)
658
+ * @param int $ticket_id The Ticket/RSVP ID (optional)
659
+ * @param int $user_id An User ID (optional)
660
+ */
661
+ return apply_filters( 'event_tickets_is_rsvp_restricted', false, $event_id, $ticket_id, $user_id );
662
+ }
663
+
664
+ /**
665
+ * Gets a HTML Attribute for input/select/textarea to be disabled
666
+ *
667
+ * @param int $event_id The Event/Post ID (optional)
668
+ * @param int $ticket_id The Ticket/RSVP ID (optional)
669
+ * @return boolean
670
+ */
671
+ public function get_restriction_attr( $event_id = null, $ticket_id = null ) {
672
+ $is_disabled = '';
673
+ if ( $this->is_rsvp_restricted( $event_id, $ticket_id ) ) {
674
+ $is_disabled = 'disabled title="' . esc_attr__( 'This RSVP is no longer active.', 'event-tickets' ) . '"';
675
+ }
676
+
677
+ return $is_disabled;
678
+ }
679
+
680
+ }
src/admin-views/tribe-options-tickets.php CHANGED
@@ -27,6 +27,16 @@ foreach ( $all_post_type_objects as $post_type => $post_type_object ) {
27
  $all_post_types = apply_filters( 'tribe_tickets_settings_post_types', $all_post_types );
28
  $options = get_option( Tribe__Main::OPTIONNAME, array() );
29
 
 
 
 
 
 
 
 
 
 
 
30
  $tickets_tab = array(
31
  'priority' => 20,
32
  'fields' => apply_filters(
@@ -49,6 +59,24 @@ $tickets_tab = array(
49
  'validation_type' => 'options_multi',
50
  'can_be_empty' => true,
51
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  'tribe-form-content-end' => array(
53
  'type' => 'html',
54
  'html' => '</div>',
27
  $all_post_types = apply_filters( 'tribe_tickets_settings_post_types', $all_post_types );
28
  $options = get_option( Tribe__Main::OPTIONNAME, array() );
29
 
30
+ /**
31
+ * List of ticketing solutions that support login requirements (ie, disabling or
32
+ * enabling the ticket form according to whether a user is logged in or not).
33
+ *
34
+ * @param array $ticket_systems
35
+ */
36
+ $ticket_addons = apply_filters( 'tribe_tickets_settings_systems_supporting_login_requirements', array(
37
+ 'event-tickets_rsvp' => __( 'Require users to log in before they RSVP', 'event-tickets' ),
38
+ ) );
39
+
40
  $tickets_tab = array(
41
  'priority' => 20,
42
  'fields' => apply_filters(
59
  'validation_type' => 'options_multi',
60
  'can_be_empty' => true,
61
  ),
62
+ 'ticket-authentication-requirements-heading' => array(
63
+ 'type' => 'html',
64
+ 'html' => '<h3>' . __( 'Login requirements', 'event-tickets' ) . '</h3>',
65
+ ),
66
+ 'ticket-authentication-requirements-advice' => array(
67
+ 'type' => 'html',
68
+ 'html' => '<p>' . sprintf(
69
+ __( 'You can require that users log into your site before they are able to RSVP (or buy tickets). Please review your WordPress Membership option (via the General Settings admin screen) before adjusting this setting.', 'event-tickets' ),
70
+ '<a href="' . get_admin_url( null, 'options-general.php' ) . '" target="_blank">',
71
+ '</a>'
72
+ ) . '</p>',
73
+ ),
74
+ 'ticket-authentication-requirements' => array(
75
+ 'type' => 'checkbox_list',
76
+ 'options' => $ticket_addons,
77
+ 'validation_type' => 'options_multi',
78
+ 'can_be_empty' => true,
79
+ ),
80
  'tribe-form-content-end' => array(
81
  'type' => 'html',
82
  'html' => '</div>',
src/deprecated/Tribe__Tickets__Google_Event_Data.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+ _deprecated_file( __FILE__, '4.2', 'Tribe__Tickets__JSON_LD__Order' );
3
+
4
+
5
+ class Tribe__Tickets__Google_Event_Data extends Tribe__Tickets__JSON_LD__Order {}
src/resources/css/rsvp.css CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .tribe-tickets-meta-row {
2
  display: none;
3
  }
@@ -10,16 +24,16 @@
10
  padding: 10px;
11
  }
12
 
13
- table.tribe-events-tickets td {
14
  padding: 8px 10px;
15
  }
16
 
17
  .tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee table,
18
- .tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee tr,
19
- .tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee td,
20
- .tribe-events-tickets .tribe-tickets-attendee table,
21
- .tribe-events-tickets .tribe-tickets-attendee tr,
22
- .tribe-events-tickets .tribe-tickets-attendee td {
23
  border: 0;
24
  }
25
 
@@ -33,20 +47,16 @@ table.tribe-events-tickets td {
33
  }
34
 
35
  .tribe-rsvp-message {
36
- -khtml-border-radius: 3px;
37
- -moz-border-radius: 3px;
38
- -webkit-border-radius: 3px;
39
  border-radius: 3px;
40
  border-style: solid;
41
  border-width: 1px;
42
- font-family: Helvetica, Arial, sans;
43
  font-size: 12px;
44
  margin: 0 0 5px;
45
  padding: 0 .6em;
46
  }
47
 
48
  .tribe-rsvp-message-success {
49
- background-color: #ffffE0;
50
  border-color: #e6db55;
51
  }
52
 
@@ -55,7 +65,120 @@ table.tribe-events-tickets td {
55
  border-color: #c00;
56
  }
57
 
58
-
59
  .tribe-ticket-quantity {
60
  width: 100%;
61
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * This CSS file was auto-generated via PostCSS
3
+ *
4
+ * Contributors should avoid editing this file, but instead edit the associated
5
+ * src/resources/postcss/ file. For more information, check out our engineering
6
+ * docs on how we handle CSS in our engineering docs.
7
+ *
8
+ * @see: http://moderntribe.github.io/products-engineering/css/
9
+ */
10
+
11
+ .tribe-rsvp {
12
+ padding: 20px 0;
13
+ }
14
+
15
  .tribe-tickets-meta-row {
16
  display: none;
17
  }
24
  padding: 10px;
25
  }
26
 
27
+ .tribe-events-tickets td {
28
  padding: 8px 10px;
29
  }
30
 
31
  .tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee table,
32
+ .tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee tr,
33
+ .tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee td,
34
+ .tribe-events-tickets .tribe-tickets-attendee table,
35
+ .tribe-events-tickets .tribe-tickets-attendee tr,
36
+ .tribe-events-tickets .tribe-tickets-attendee td {
37
  border: 0;
38
  }
39
 
47
  }
48
 
49
  .tribe-rsvp-message {
 
 
 
50
  border-radius: 3px;
51
  border-style: solid;
52
  border-width: 1px;
 
53
  font-size: 12px;
54
  margin: 0 0 5px;
55
  padding: 0 .6em;
56
  }
57
 
58
  .tribe-rsvp-message-success {
59
+ background-color: #ffffe0;
60
  border-color: #e6db55;
61
  }
62
 
65
  border-color: #c00;
66
  }
67
 
 
68
  .tribe-ticket-quantity {
69
  width: 100%;
70
  }
71
+
72
+ .tickets-unavailable {
73
+ font-style: italic;
74
+ }
75
+
76
+ .tribe-rsvp-list {
77
+ list-style: none;
78
+ padding: 0;
79
+ margin: 0;
80
+ }
81
+
82
+ .tribe-rsvp-list > .tribe-item {
83
+ padding: 20px;
84
+ border: 1px solid #ededed;
85
+ border-bottom: 0;
86
+ }
87
+
88
+ .tribe-rsvp-list > .tribe-item:last-child {
89
+ border-bottom: 1px solid #ededed;
90
+ margin-bottom: 20px;
91
+ }
92
+
93
+ .tribe-rsvp-list > .tribe-item.tribe-disabled {
94
+ background-color: #efefef;
95
+ border-color: #ddd;
96
+ color: #717171;
97
+ }
98
+
99
+ .tribe-rsvp-list > .tribe-item.tribe-disabled:last-child {
100
+ border-bottom-color: #ddd;
101
+ }
102
+
103
+ .tribe-rsvp-list > .tribe-item .tribe-answer {
104
+ float: right;
105
+ display: inline-block;
106
+ }
107
+
108
+ .tribe-rsvp-list > .tribe-item table {
109
+ border: 0;
110
+ margin: 0;
111
+ }
112
+
113
+ .tribe-rsvp-list > .tribe-item td {
114
+ border: 0;
115
+ }
116
+
117
+ .list-attendee {
118
+ color: #999;
119
+ display: inline-block;
120
+ letter-spacing: 1px;
121
+ text-transform: uppercase;
122
+ }
123
+
124
+ .tribe-link-tickets-message {
125
+ text-align: center;
126
+ padding: 20px;
127
+ border: 1px solid #ededed;
128
+ }
129
+
130
+ .tribe-submit-tickets-form {
131
+ margin-top: 20px;
132
+ }
133
+
134
+ .user-details {
135
+ -js-display: flex;
136
+ display: -webkit-box;
137
+ display: -ms-flexbox;
138
+ display: flex;
139
+ -ms-flex-flow: row wrap;
140
+ flex-flow: row wrap;
141
+ margin: 0 0 1em 0;
142
+ }
143
+
144
+ .user-details p {
145
+ margin: 0 1em .25em 0;
146
+ }
147
+
148
+ .tribe-answer select {
149
+ background: white;
150
+ border: 1px solid #ddd;
151
+ }
152
+
153
+ .tribe-rsvp h2 {
154
+ margin-bottom: 20px;
155
+ line-height: 1.2;
156
+ }
157
+
158
+ .event-tickets-meta-label {
159
+ font-weight:700;
160
+ margin: 0 1em 0 0;
161
+ }
162
+
163
+ /* TwentySixteen fix for box shadow as bottom border on <a> link */
164
+
165
+ .tribe-theme-twentysixteen .entry-content a,
166
+ .tribe-theme-twentysixteen .entry-summary a,
167
+ .tribe-theme-twentysixteen .taxonomy-description a,
168
+ .tribe-theme-twentysixteen .logged-in-as a,
169
+ .tribe-theme-twentysixteen .comment-content a,
170
+ .tribe-theme-twentysixteen .pingback .comment-body > a,
171
+ .tribe-theme-twentysixteen .textwidget a,
172
+ .tribe-theme-twentysixteen .entry-footer a:hover,
173
+ .tribe-theme-twentysixteen .site-info a:hover,
174
+ .tribe-theme-parent-twentysixteen .entry-content a,
175
+ .tribe-theme-parent-twentysixteen .entry-summary a,
176
+ .tribe-theme-parent-twentysixteen .taxonomy-description a,
177
+ .tribe-theme-parent-twentysixteen .logged-in-as a,
178
+ .tribe-theme-parent-twentysixteen .comment-content a,
179
+ .tribe-theme-parent-twentysixteen .pingback .comment-body > a,
180
+ .tribe-theme-parent-twentysixteen .textwidget a,
181
+ .tribe-theme-parent-twentysixteen .entry-footer a:hover,
182
+ .tribe-theme-parent-twentysixteen .site-info a:hover {
183
+ box-shadow: none;
184
+ }
src/resources/css/rsvp.min.css CHANGED
@@ -1 +1 @@
1
- .tribe-tickets-meta-row{display:none}.tribe-tickets-has-rsvp .tribe-tickets-meta-row{display:table-row}.tribe-tickets-attendee{padding:10px}table.tribe-events-tickets td{padding:8px 10px}.tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee table,.tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee td,.tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee tr,.tribe-events-tickets .tribe-tickets-attendee table,.tribe-events-tickets .tribe-tickets-attendee td,.tribe-events-tickets .tribe-tickets-attendee tr{border:0}.tribe-rsvp-message-display .tribe-rsvp-messages{display:block}.tribe-rsvp-messages{display:none;padding:10px 10px 5px}.tribe-rsvp-message{border-radius:3px;border-style:solid;border-width:1px;font-family:Helvetica,Arial,sans;font-size:12px;margin:0 0 5px;padding:0 .6em}.tribe-rsvp-message-success{background-color:#ffffe0;border-color:#e6db55}.tribe-rsvp-message-error{background-color:#ffebe8;border-color:#c00}.tribe-ticket-quantity{width:100%}
1
+ .tribe-rsvp{padding:20px 0}.tribe-tickets-meta-row{display:none}.tribe-tickets-has-rsvp .tribe-tickets-meta-row{display:table-row}.tribe-tickets-attendee{padding:10px}.tribe-events-tickets td{padding:8px 10px}.tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee table,.tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee td,.tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee tr,.tribe-events-tickets .tribe-tickets-attendee table,.tribe-events-tickets .tribe-tickets-attendee td,.tribe-events-tickets .tribe-tickets-attendee tr{border:0}.tribe-rsvp-message-display .tribe-rsvp-messages{display:block}.tribe-rsvp-messages{display:none;padding:10px 10px 5px}.tribe-rsvp-message{border-radius:3px;border-style:solid;border-width:1px;font-size:12px;margin:0 0 5px;padding:0 .6em}.tribe-rsvp-message-success{background-color:#ffffe0;border-color:#e6db55}.tribe-rsvp-message-error{background-color:#ffebe8;border-color:#c00}.tribe-ticket-quantity{width:100%}.tickets-unavailable{font-style:italic}.tribe-rsvp-list{list-style:none;padding:0;margin:0}.tribe-rsvp-list>.tribe-item{padding:20px;border:1px solid #ededed;border-bottom:0}.tribe-rsvp-list>.tribe-item:last-child{border-bottom:1px solid #ededed;margin-bottom:20px}.tribe-rsvp-list>.tribe-item.tribe-disabled{background-color:#efefef;border-color:#ddd;color:#717171}.tribe-rsvp-list>.tribe-item.tribe-disabled:last-child{border-bottom-color:#ddd}.tribe-rsvp-list>.tribe-item .tribe-answer{float:right;display:inline-block}.tribe-rsvp-list>.tribe-item table{border:0;margin:0}.tribe-rsvp-list>.tribe-item td{border:0}.list-attendee{color:#999;display:inline-block;letter-spacing:1px;text-transform:uppercase}.tribe-link-tickets-message{text-align:center;padding:20px;border:1px solid #ededed}.tribe-submit-tickets-form{margin-top:20px}.user-details{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 0 1em}.user-details p{margin:0 1em .25em 0}.tribe-answer select{background:#fff;border:1px solid #ddd}.tribe-rsvp h2{margin-bottom:20px;line-height:1.2}.event-tickets-meta-label{font-weight:700;margin:0 1em 0 0}.tribe-theme-parent-twentysixteen .comment-content a,.tribe-theme-parent-twentysixteen .entry-content a,.tribe-theme-parent-twentysixteen .entry-footer a:hover,.tribe-theme-parent-twentysixteen .entry-summary a,.tribe-theme-parent-twentysixteen .logged-in-as a,.tribe-theme-parent-twentysixteen .pingback .comment-body>a,.tribe-theme-parent-twentysixteen .site-info a:hover,.tribe-theme-parent-twentysixteen .taxonomy-description a,.tribe-theme-parent-twentysixteen .textwidget a,.tribe-theme-twentysixteen .comment-content a,.tribe-theme-twentysixteen .entry-content a,.tribe-theme-twentysixteen .entry-footer a:hover,.tribe-theme-twentysixteen .entry-summary a,.tribe-theme-twentysixteen .logged-in-as a,.tribe-theme-twentysixteen .pingback .comment-body>a,.tribe-theme-twentysixteen .site-info a:hover,.tribe-theme-twentysixteen .taxonomy-description a,.tribe-theme-twentysixteen .textwidget a{box-shadow:none}
src/resources/css/tickets-attendees-print.css CHANGED
@@ -1,68 +1,77 @@
1
- @media print {
2
- #adminmenuback, #adminmenuwrap, .tablenav, #wpfooter, .check-column, .column-check_in, #total_checkedin_wrapper, #show-settings-link, .screen-meta-toggle, h2, #icon-edit {
3
- display : none;
4
- }
5
-
6
- .wrap h2 + h2 {display:block}
7
-
8
- #wpcontent, #wpfooter {
9
- margin-left : 20px;
10
- }
11
-
12
- #the-list tr {
13
- background : #fff;
14
- border : 0;
15
- border-bottom : 1px solid #333333;
16
- }
17
-
18
- a.row-title {
19
- color : #000;
20
- }
21
-
22
- .widefat thead tr th, .widefat tfoot tr th {
23
- background : none;
24
- text-shadow : none;
25
- }
26
-
27
- .postbox h3 {
28
- text-shadow : none;
29
- }
30
-
31
- #total_tickets_sold {
32
- display : block;
33
- }
34
-
35
- .ticket_list h4 {
36
- font-size : 13px;
37
- }
38
-
39
- .ticket_list tr td {
40
- font-size : 11px;
41
- line-height : 15px;
42
- }
43
-
44
- .ticket_list tr td .totals {
45
- width : 75%;
46
- height : 100px;
47
- padding-top : 40px;
48
- line-height : 30px;
49
- }
50
-
51
- table {
52
- page-break-inside : auto;
53
- }
54
-
55
- tr {
56
- page-break-inside : avoid;
57
- page-break-after : auto;
58
- }
59
-
60
- thead {
61
- display : table-header-group;
62
- }
63
-
64
- tfoot {
65
- display : table-footer-group;
66
- }
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  }
1
+ /**
2
+ * This CSS file was auto-generated via PostCSS
3
+ *
4
+ * Contributors should avoid editing this file, but instead edit the associated
5
+ * src/resources/postcss/ file. For more information, check out our engineering
6
+ * docs on how we handle CSS in our engineering docs.
7
+ *
8
+ * @see: http://moderntribe.github.io/products-engineering/css/
9
+ */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
+ @media print {
12
+ #adminmenuback,
13
+ #adminmenuwrap,
14
+ .tablenav,
15
+ #wpfooter,
16
+ .check-column,
17
+ .column-check_in,
18
+ #total_checkedin_wrapper,
19
+ #show-settings-link,
20
+ .screen-meta-toggle,
21
+ h2,
22
+ #icon-edit {
23
+ display: none
24
+ }
25
+ .wrap h2 + h2 {
26
+ display: block
27
+ }
28
+ #wpcontent,
29
+ #wpfooter {
30
+ margin-left: 20px
31
+ }
32
+ #the-list tr {
33
+ background: #fff;
34
+ border: 0;
35
+ border-bottom: 1px solid #333
36
+ }
37
+ a.row-title {
38
+ color: #000
39
+ }
40
+ .widefat thead tr th,
41
+ .widefat tfoot tr th {
42
+ background: none;
43
+ text-shadow: none
44
+ }
45
+ .postbox h3 {
46
+ text-shadow: none
47
+ }
48
+ #total_tickets_sold {
49
+ display: block
50
+ }
51
+ .ticket_list h4 {
52
+ font-size: 13px
53
+ }
54
+ .ticket_list tr td {
55
+ font-size: 11px;
56
+ line-height: 15px
57
+ }
58
+ .ticket_list tr td .totals {
59
+ height: 100px;
60
+ line-height: 30px;
61
+ padding-top: 40px;
62
+ width: 75%
63
+ }
64
+ table {
65
+ page-break-inside: auto
66
+ }
67
+ tr {
68
+ page-break-after: auto;
69
+ page-break-inside: avoid
70
+ }
71
+ thead {
72
+ display: table-header-group
73
+ }
74
+ tfoot {
75
+ display: table-footer-group
76
+ }
77
  }
src/resources/css/tickets-attendees-print.min.css CHANGED
@@ -1 +1 @@
1
- @media print{#adminmenuback,#adminmenuwrap,#icon-edit,#show-settings-link,#total_checkedin_wrapper,#wpfooter,.check-column,.column-check_in,.screen-meta-toggle,.tablenav,h2{display:none}.wrap h2+h2{display:block}#wpcontent,#wpfooter{margin-left:20px}#the-list tr{background:#fff;border:0;border-bottom:1px solid #333}a.row-title{color:#000}.widefat tfoot tr th,.widefat thead tr th{background:none;text-shadow:none}.postbox h3{text-shadow:none}#total_tickets_sold{display:block}.ticket_list h4{font-size:13px}.ticket_list tr td{font-size:11px;line-height:15px}.ticket_list tr td .totals{width:75%;height:100px;padding-top:40px;line-height:30px}table{page-break-inside:auto}tr{page-break-inside:avoid;page-break-after:auto}thead{display:table-header-group}tfoot{display:table-footer-group}}
1
+ @media print{#adminmenuback,#adminmenuwrap,#icon-edit,#show-settings-link,#total_checkedin_wrapper,#wpfooter,.check-column,.column-check_in,.screen-meta-toggle,.tablenav,h2{display:none}.wrap h2+h2{display:block}#wpcontent,#wpfooter{margin-left:20px}#the-list tr{background:#fff;border:0;border-bottom:1px solid #333}a.row-title{color:#000}.widefat tfoot tr th,.widefat thead tr th{background:none;text-shadow:none}.postbox h3{text-shadow:none}#total_tickets_sold{display:block}.ticket_list h4{font-size:13px}.ticket_list tr td{font-size:11px;line-height:15px}.ticket_list tr td .totals{height:100px;line-height:30px;padding-top:40px;width:75%}table{page-break-inside:auto}tr{page-break-after:auto;page-break-inside:avoid}thead{display:table-header-group}tfoot{display:table-footer-group}}
src/resources/css/tickets-attendees.css CHANGED
@@ -1,16 +1,20 @@
 
 
 
 
 
 
 
 
 
1
 
2
  #tribe-attendees-summary {
3
  padding-bottom: 10px;
4
  position: relative;
5
  }
6
 
7
- #tribe-attendees-summary .welcome-panel-column-container {
8
- position: initial;
9
- }
10
-
11
-
12
  #tribe-attendees-summary h3,
13
- #tribe-attendees-summary .about-description {
14
  width: 66%;
15
  }
16
 
@@ -18,18 +22,23 @@
18
  color: inherit;
19
  }
20
 
 
 
 
 
 
21
  #tribe-attendees-summary .welcome-panel-column li {
22
  line-height: 1.4em;
23
  margin-bottom: 2px;
24
  }
25
 
26
  #tribe-attendees-summary .welcome-panel-last {
27
- position: absolute;
28
- top: 0;
29
- bottom: 0;
30
- right: 0;
31
  border-left: 1px solid #eee;
 
32
  padding: 10px 20px 5px;
 
 
 
33
  width: 200px;
34
  }
35
 
@@ -42,49 +51,12 @@
42
  font-size: 1.2em;
43
  }
44
 
45
- @media screen and (max-width: 870px) {
46
- #tribe-attendees-summary h3,
47
- #tribe-attendees-summary .about-description {
48
- width: 100%;
49
- }
50
-
51
-
52
- #tribe-attendees-summary .welcome-panel-column li {
53
- display: list-item;
54
- }
55
-
56
- #tribe-attendees-summary .welcome-panel-column-container {
57
- margin-bottom: 115px;
58
- }
59
-
60
- #tribe-attendees-summary .welcome-panel-last {
61
- top: initial;
62
- bottom: 0;
63
- left: 0;
64
- right: 0;
65
- border-top: 1px solid #eee;
66
- border-left: 0;
67
- width: 100%;
68
- }
69
-
70
- #tribe-attendees-summary .welcome-panel-last ul {
71
- float: left;
72
- width: 50%;
73
- }
74
- }
75
-
76
- @media screen and (min-width: 870px) {
77
- #tribe-attendees-summary .welcome-panel-last ul:first-child {
78
- margin-bottom: 0;
79
- }
80
-
81
- #tribe-attendees-summary .welcome-panel-last ul:last-child {
82
- margin-top: 0;
83
- }
84
  }
85
 
86
  .tribe-attendees-page .tickets_checked td {
87
- opacity: 0.7;
88
  text-decoration: line-through;
89
  }
90
 
@@ -96,56 +68,45 @@
96
  text-decoration: none !important;
97
  }
98
 
99
- .tribe-attendees-page a.tickets_uncheckin {
100
- display: none;
101
- }
102
-
103
  .tribe-attendees-page .tickets_checked a.tickets_uncheckin {
104
  display: block;
105
  }
106
 
107
  .tribe-attendees-page .column-attendee_id,
108
- .tribe-attendees-page .column-order_id {
109
  width: 70px;
110
  }
111
 
112
  .tribe-attendees-page .print,
113
- .tribe-attendees-page .email,
114
- .tribe-attendees-page .export {
115
  margin: 1px 8px 0 0;
116
  }
117
 
118
-
119
- @media screen and (max-width: 782px) {
120
- .tribe-attendees-email-message .notice-dismiss {
121
- padding: 9px;
122
- }
123
  }
124
 
125
  .tribe-attendees-email .button-primary {
126
  margin-top: 3px;
127
  }
128
 
129
- .tribe-attendees-email .tribe-attendees-email-message {
130
- float: left;
131
- margin: 0;
132
- }
133
-
134
  .tribe-attendees-email-message ul {
135
- margin: 0.5em 0;
 
 
136
  padding: 2px;
137
- font-size: 13px;
138
- line-height: 1.5;
139
  }
140
 
141
- .tribe-attendees-email-message ul li:last-child{
142
  margin-bottom: 0;
143
  }
144
 
145
  #attendees_email_wrapper {
146
  margin-top: 10px;
147
- padding: 20px;
148
  overflow: hidden;
 
149
  }
150
 
151
  #attendees_email_wrapper label {
@@ -153,18 +114,68 @@
153
  }
154
 
155
  #attendees_email_wrapper label span {
156
- display:inline-block;
157
  width: 105px;
158
  }
159
 
 
 
 
 
 
160
  #attendees_email_wrapper .attendees_or {
161
- text-align: center;
162
  display: block;
163
  font-size: 20px;
164
  margin: 20px 0;
 
165
  }
166
 
167
- #attendees_email_wrapper select,
168
- #attendees_email_wrapper input[type='text']{
169
- width: 285px;
170
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * This CSS file was auto-generated via PostCSS
3
+ *
4
+ * Contributors should avoid editing this file, but instead edit the associated
5
+ * src/resources/postcss/ file. For more information, check out our engineering
6
+ * docs on how we handle CSS in our engineering docs.
7
+ *
8
+ * @see: http://moderntribe.github.io/products-engineering/css/
9
+ */
10
 
11
  #tribe-attendees-summary {
12
  padding-bottom: 10px;
13
  position: relative;
14
  }
15
 
 
 
 
 
 
16
  #tribe-attendees-summary h3,
17
+ #tribe-attendees-summary .about-description {
18
  width: 66%;
19
  }
20
 
22
  color: inherit;
23
  }
24
 
25
+ #tribe-attendees-summary .welcome-panel-column-container {
26
+ position: static;
27
+ position: initial;
28
+ }
29
+
30
  #tribe-attendees-summary .welcome-panel-column li {
31
  line-height: 1.4em;
32
  margin-bottom: 2px;
33
  }
34
 
35
  #tribe-attendees-summary .welcome-panel-last {
 
 
 
 
36
  border-left: 1px solid #eee;
37
+ bottom: 0;
38
  padding: 10px 20px 5px;
39
+ position: absolute;
40
+ right: 0;
41
+ top: 0;
42
  width: 200px;
43
  }
44
 
51
  font-size: 1.2em;
52
  }
53
 
54
+ .tribe-attendees-page a.tickets_uncheckin {
55
+ display: none;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  }
57
 
58
  .tribe-attendees-page .tickets_checked td {
59
+ opacity: .7;
60
  text-decoration: line-through;
61
  }
62
 
68
  text-decoration: none !important;
69
  }
70
 
 
 
 
 
71
  .tribe-attendees-page .tickets_checked a.tickets_uncheckin {
72
  display: block;
73
  }
74
 
75
  .tribe-attendees-page .column-attendee_id,
76
+ .tribe-attendees-page .column-order_id {
77
  width: 70px;
78
  }
79
 
80
  .tribe-attendees-page .print,
81
+ .tribe-attendees-page .email,
82
+ .tribe-attendees-page .export {
83
  margin: 1px 8px 0 0;
84
  }
85
 
86
+ .tribe-attendees-email .tribe-attendees-email-message {
87
+ float: left;
88
+ margin: 0;
 
 
89
  }
90
 
91
  .tribe-attendees-email .button-primary {
92
  margin-top: 3px;
93
  }
94
 
 
 
 
 
 
95
  .tribe-attendees-email-message ul {
96
+ font-size: 13px;
97
+ line-height: 1.5;
98
+ margin: .5em 0;
99
  padding: 2px;
 
 
100
  }
101
 
102
+ .tribe-attendees-email-message ul li:last-child {
103
  margin-bottom: 0;
104
  }
105
 
106
  #attendees_email_wrapper {
107
  margin-top: 10px;
 
108
  overflow: hidden;
109
+ padding: 20px;
110
  }
111
 
112
  #attendees_email_wrapper label {
114
  }
115
 
116
  #attendees_email_wrapper label span {
117
+ display: inline-block;
118
  width: 105px;
119
  }
120
 
121
+ #attendees_email_wrapper select,
122
+ #attendees_email_wrapper input[type='text'] {
123
+ width: 285px;
124
+ }
125
+
126
  #attendees_email_wrapper .attendees_or {
 
127
  display: block;
128
  font-size: 20px;
129
  margin: 20px 0;
130
+ text-align: center;
131
  }
132
 
133
+ @media screen and (max-width: 870px) {
134
+
135
+ #tribe-attendees-summary h3,
136
+ #tribe-attendees-summary .about-description {
137
+ width: 100%;
138
+ }
139
+
140
+ #tribe-attendees-summary .welcome-panel-column-container {
141
+ margin-bottom: 115px;
142
+ }
143
+
144
+ #tribe-attendees-summary .welcome-panel-column li {
145
+ display: list-item;
146
+ }
147
+
148
+ #tribe-attendees-summary .welcome-panel-last {
149
+ border-left: 0;
150
+ border-top: 1px solid #eee;
151
+ bottom: 0;
152
+ left: 0;
153
+ right: 0;
154
+ top: auto;
155
+ top: initial;
156
+ width: 100%;
157
+ }
158
+
159
+ #tribe-attendees-summary .welcome-panel-last ul {
160
+ float: left;
161
+ width: 50%;
162
+ }
163
+ }
164
+
165
+ @media screen and (min-width: 870px) {
166
+
167
+ #tribe-attendees-summary .welcome-panel-last ul:first-child {
168
+ margin-bottom: 0;
169
+ }
170
+
171
+ #tribe-attendees-summary .welcome-panel-last ul:last-child {
172
+ margin-top: 0;
173
+ }
174
+ }
175
+
176
+ @media screen and (max-width: 782px) {
177
+
178
+ .tribe-attendees-email-message .notice-dismiss {
179
+ padding: 9px;
180
+ }
181
+ }
src/resources/css/tickets-attendees.min.css CHANGED
@@ -1 +1 @@
1
- #tribe-attendees-summary{padding-bottom:10px;position:relative}#tribe-attendees-summary .welcome-panel-column-container{position:initial}#tribe-attendees-summary .about-description,#tribe-attendees-summary h3{width:66%}#tribe-attendees-summary .about-description a{color:inherit}#tribe-attendees-summary .welcome-panel-column li{line-height:1.4em;margin-bottom:2px}#tribe-attendees-summary .welcome-panel-last{position:absolute;top:0;bottom:0;right:0;border-left:1px solid #eee;padding:10px 20px 5px;width:200px}#tribe-attendees-summary .welcome-panel-last h4{font-size:1.5em;text-align:center}#tribe-attendees-summary .welcome-panel-last li{font-size:1.2em}@media screen and (max-width:870px){#tribe-attendees-summary .about-description,#tribe-attendees-summary h3{width:100%}#tribe-attendees-summary .welcome-panel-column li{display:list-item}#tribe-attendees-summary .welcome-panel-column-container{margin-bottom:115px}#tribe-attendees-summary .welcome-panel-last{top:initial;bottom:0;left:0;right:0;border-top:1px solid #eee;border-left:0;width:100%}#tribe-attendees-summary .welcome-panel-last ul{float:left;width:50%}}@media screen and (min-width:870px){#tribe-attendees-summary .welcome-panel-last ul:first-child{margin-bottom:0}#tribe-attendees-summary .welcome-panel-last ul:last-child{margin-top:0}}.tribe-attendees-page .tickets_checked td{opacity:.7;text-decoration:line-through}.tribe-attendees-page .tickets_checked a.tickets_checkin{display:none}.tribe-attendees-page .tickets_checked td.column-check_in{text-decoration:none!important}.tribe-attendees-page a.tickets_uncheckin{display:none}.tribe-attendees-page .tickets_checked a.tickets_uncheckin{display:block}.tribe-attendees-page .column-attendee_id,.tribe-attendees-page .column-order_id{width:70px}.tribe-attendees-page .email,.tribe-attendees-page .export,.tribe-attendees-page .print{margin:1px 8px 0 0}@media screen and (max-width:782px){.tribe-attendees-email-message .notice-dismiss{padding:9px}}.tribe-attendees-email .button-primary{margin-top:3px}.tribe-attendees-email .tribe-attendees-email-message{float:left;margin:0}.tribe-attendees-email-message ul{margin:.5em 0;padding:2px;font-size:13px;line-height:1.5}.tribe-attendees-email-message ul li:last-child{margin-bottom:0}#attendees_email_wrapper{margin-top:10px;padding:20px;overflow:hidden}#attendees_email_wrapper label{display:block}#attendees_email_wrapper label span{display:inline-block;width:105px}#attendees_email_wrapper .attendees_or{text-align:center;display:block;font-size:20px;margin:20px 0}#attendees_email_wrapper input[type=text],#attendees_email_wrapper select{width:285px}
1
+ #tribe-attendees-summary{padding-bottom:10px;position:relative}#tribe-attendees-summary .about-description,#tribe-attendees-summary h3{width:66%}#tribe-attendees-summary .about-description a{color:inherit}#tribe-attendees-summary .welcome-panel-column-container{position:static;position:initial}#tribe-attendees-summary .welcome-panel-column li{line-height:1.4em;margin-bottom:2px}#tribe-attendees-summary .welcome-panel-last{border-left:1px solid #eee;bottom:0;padding:10px 20px 5px;position:absolute;right:0;top:0;width:200px}#tribe-attendees-summary .welcome-panel-last h4{font-size:1.5em;text-align:center}#tribe-attendees-summary .welcome-panel-last li{font-size:1.2em}.tribe-attendees-page a.tickets_uncheckin{display:none}.tribe-attendees-page .tickets_checked td{opacity:.7;text-decoration:line-through}.tribe-attendees-page .tickets_checked a.tickets_checkin{display:none}.tribe-attendees-page .tickets_checked td.column-check_in{text-decoration:none!important}.tribe-attendees-page .tickets_checked a.tickets_uncheckin{display:block}.tribe-attendees-page .column-attendee_id,.tribe-attendees-page .column-order_id{width:70px}.tribe-attendees-page .email,.tribe-attendees-page .export,.tribe-attendees-page .print{margin:1px 8px 0 0}.tribe-attendees-email .tribe-attendees-email-message{float:left;margin:0}.tribe-attendees-email .button-primary{margin-top:3px}.tribe-attendees-email-message ul{font-size:13px;line-height:1.5;margin:.5em 0;padding:2px}.tribe-attendees-email-message ul li:last-child{margin-bottom:0}#attendees_email_wrapper{margin-top:10px;overflow:hidden;padding:20px}#attendees_email_wrapper label{display:block}#attendees_email_wrapper label span{display:inline-block;width:105px}#attendees_email_wrapper input[type=text],#attendees_email_wrapper select{width:285px}#attendees_email_wrapper .attendees_or{display:block;font-size:20px;margin:20px 0;text-align:center}@media screen and (max-width:870px){#tribe-attendees-summary .about-description,#tribe-attendees-summary h3{width:100%}#tribe-attendees-summary .welcome-panel-column-container{margin-bottom:115px}#tribe-attendees-summary .welcome-panel-column li{display:list-item}#tribe-attendees-summary .welcome-panel-last{border-left:0;border-top:1px solid #eee;bottom:0;left:0;right:0;top:auto;top:initial;width:100%}#tribe-attendees-summary .welcome-panel-last ul{float:left;width:50%}}@media screen and (min-width:870px){#tribe-attendees-summary .welcome-panel-last ul:first-child{margin-bottom:0}#tribe-attendees-summary .welcome-panel-last ul:last-child{margin-top:0}}@media screen and (max-width:782px){.tribe-attendees-email-message .notice-dismiss{padding:9px}}
src/resources/css/tickets-embed.css ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * This CSS file was auto-generated via PostCSS
3
+ *
4
+ * Contributors should avoid editing this file, but instead edit the associated
5
+ * src/resources/postcss/ file. For more information, check out our engineering
6
+ * docs on how we handle CSS in our engineering docs.
7
+ *
8
+ * @see: http://moderntribe.github.io/products-engineering/css/
9
+ */
10
+
11
+ .tribe-embed .tribe-event-buy {
12
+ background: #808285;
13
+ color: #fff;
14
+ display: inline-block;
15
+ margin-left: 4px;
16
+ margin-left: .25rem;
17
+ padding: 4px 8px;
18
+ padding: .25rem .5rem;
19
+ text-decoration: none;
20
+ text-transform: uppercase;
21
+ }
22
+ .tribe-embed .tribe-event-buy:hover {
23
+ background: #414042;
24
+ text-decoration: none;
25
+ }
src/resources/css/tickets-embed.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .tribe-embed .tribe-event-buy{background:#808285;color:#fff;display:inline-block;margin-left:4px;margin-left:.25rem;padding:4px 8px;padding:.25rem .5rem;text-decoration:none;text-transform:uppercase}.tribe-embed .tribe-event-buy:hover{background:#414042;text-decoration:none}
src/resources/css/tickets.css CHANGED
@@ -1,70 +1,81 @@
 
 
 
 
 
 
 
 
 
 
1
  /* = WooTickets Admin Styles
2
  =============================================*/
3
 
4
  #ticket_form {
5
- display : none;
6
  }
7
 
8
  #ticket_form input[type=radio] {
9
- margin-right : 5px;
10
  }
11
 
12
  #ticket_form span {
13
- margin-right : 10px;
14
  }
15
 
16
- .ticket_list tr td {
17
- padding : 4px 7px 2px;
18
- vertical-align : top;
 
19
  }
20
 
21
- .ticket_list tr td div.ticket_controls {
22
- visibility : hidden;
 
 
23
  }
24
 
25
  .ticket_list tr:hover td div.ticket_controls {
26
- visibility : visible;
27
  }
28
 
29
- .ticket_list h4 {
30
- text-transform : uppercase;
31
- border-bottom : 1px solid #e5e5e5;
32
- padding-bottom : 6px;
33
  }
34
 
35
- .ticket_list h4 a {
36
- font-weight : normal;
37
- font-size : 11px;
38
- text-transform : none;
39
  }
40
 
41
  p.ticket_name {
42
- font-size : 13px;
43
- font-weight : bold;
44
  }
45
 
46
  .ticket_form p.description {
47
- display : inline;
48
  }
49
 
50
  .ticket_form p.description.detailed-description {
51
- display : block;
52
  }
53
 
54
  .ticket_form h4.ticket_form_title_edit {
55
- display : none;
56
  }
 
57
  #tribe_ticket_header_preview img {
58
- max-width : 95% !important;
59
- height : auto !important;
60
  }
61
 
62
  #tribe_ticket_header_remove {
63
  display: none;
64
  }
65
 
66
- .ticket_time{
67
- display:none;
68
  }
69
 
70
  .tribe-tickets-remaining {
@@ -72,17 +83,19 @@ p.ticket_name {
72
  }
73
 
74
  .eventtable {
75
- margin : 0;
76
- padding-top : 0;
77
- width : 100%;
78
  }
79
 
80
- #event_tickets, .eventtable.ticket_list.eventForm {
81
- table-layout : fixed;
 
82
  }
83
 
84
  /* Specific goal of this rule is to prevent the number input busting the ticket form layout under Twenty Fifteen */
85
- .tribe-theme-twentyfifteen .tribe-events-tickets input[type="number"] {
86
- padding: 0.375em;
 
87
  width: 100%;
88
  }
1
+ /**
2
+ * This CSS file was auto-generated via PostCSS
3
+ *
4
+ * Contributors should avoid editing this file, but instead edit the associated
5
+ * src/resources/postcss/ file. For more information, check out our engineering
6
+ * docs on how we handle CSS in our engineering docs.
7
+ *
8
+ * @see: http://moderntribe.github.io/products-engineering/css/
9
+ */
10
+
11
  /* = WooTickets Admin Styles
12
  =============================================*/
13
 
14
  #ticket_form {
15
+ display: none;
16
  }
17
 
18
  #ticket_form input[type=radio] {
19
+ margin-right: 5px;
20
  }
21
 
22
  #ticket_form span {
23
+ margin-right: 10px;
24
  }
25
 
26
+ .ticket_list h4 {
27
+ border-bottom: 1px solid #e5e5e5;
28
+ padding-bottom: 6px;
29
+ text-transform: uppercase;
30
  }
31
 
32
+ .ticket_list h4 a {
33
+ font-size: 11px;
34
+ font-weight: normal;
35
+ text-transform: none;
36
  }
37
 
38
  .ticket_list tr:hover td div.ticket_controls {
39
+ visibility: visible;
40
  }
41
 
42
+ .ticket_list tr td {
43
+ padding: 4px 7px 2px;
44
+ vertical-align: top;
 
45
  }
46
 
47
+ .ticket_list tr td div.ticket_controls {
48
+ visibility: hidden;
 
 
49
  }
50
 
51
  p.ticket_name {
52
+ font-size: 13px;
53
+ font-weight: bold;
54
  }
55
 
56
  .ticket_form p.description {
57
+ display: inline;
58
  }
59
 
60
  .ticket_form p.description.detailed-description {
61
+ display: block;
62
  }
63
 
64
  .ticket_form h4.ticket_form_title_edit {
65
+ display: none;
66
  }
67
+
68
  #tribe_ticket_header_preview img {
69
+ height: auto !important;
70
+ max-width: 95% !important;
71
  }
72
 
73
  #tribe_ticket_header_remove {
74
  display: none;
75
  }
76
 
77
+ .ticket_time {
78
+ display: none;
79
  }
80
 
81
  .tribe-tickets-remaining {
83
  }
84
 
85
  .eventtable {
86
+ margin: 0;
87
+ padding-top: 0;
88
+ width: 100%;
89
  }
90
 
91
+ #event_tickets,
92
+ .eventtable.ticket_list.eventForm {
93
+ table-layout: fixed;
94
  }
95
 
96
  /* Specific goal of this rule is to prevent the number input busting the ticket form layout under Twenty Fifteen */
97
+
98
+ .tribe-theme-twentyfifteen .tribe-events-tickets input[type='number'] {
99
+ padding: .375em;
100
  width: 100%;
101
  }
src/resources/css/tickets.min.css CHANGED
@@ -1 +1 @@
1
- #ticket_form{display:none}#ticket_form input[type=radio]{margin-right:5px}#ticket_form span{margin-right:10px}.ticket_list tr td{padding:4px 7px 2px;vertical-align:top}.ticket_list tr td div.ticket_controls{visibility:hidden}.ticket_list tr:hover td div.ticket_controls{visibility:visible}.ticket_list h4{text-transform:uppercase;border-bottom:1px solid #e5e5e5;padding-bottom:6px}.ticket_list h4 a{font-weight:400;font-size:11px;text-transform:none}p.ticket_name{font-size:13px;font-weight:700}.ticket_form p.description{display:inline}.ticket_form p.description.detailed-description{display:block}.ticket_form h4.ticket_form_title_edit{display:none}#tribe_ticket_header_preview img{max-width:95%!important;height:auto!important}#tribe_ticket_header_remove,.ticket_time{display:none}.tribe-tickets-remaining{font-size:10px}.eventtable{margin:0;padding-top:0;width:100%}#event_tickets,.eventtable.ticket_list.eventForm{table-layout:fixed}.tribe-theme-twentyfifteen .tribe-events-tickets input[type=number]{padding:.375em;width:100%}
1
+ #ticket_form{display:none}#ticket_form input[type=radio]{margin-right:5px}#ticket_form span{margin-right:10px}.ticket_list h4{border-bottom:1px solid #e5e5e5;padding-bottom:6px;text-transform:uppercase}.ticket_list h4 a{font-size:11px;font-weight:400;text-transform:none}.ticket_list tr:hover td div.ticket_controls{visibility:visible}.ticket_list tr td{padding:4px 7px 2px;vertical-align:top}.ticket_list tr td div.ticket_controls{visibility:hidden}p.ticket_name{font-size:13px;font-weight:700}.ticket_form p.description{display:inline}.ticket_form p.description.detailed-description{display:block}.ticket_form h4.ticket_form_title_edit{display:none}#tribe_ticket_header_preview img{height:auto!important;max-width:95%!important}#tribe_ticket_header_remove,.ticket_time{display:none}.tribe-tickets-remaining{font-size:10px}.eventtable{margin:0;padding-top:0;width:100%}#event_tickets,.eventtable.ticket_list.eventForm{table-layout:fixed}.tribe-theme-twentyfifteen .tribe-events-tickets input[type=number]{padding:.375em;width:100%}
src/resources/js/flexibility.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(){function t(){var t;return(t=navigator.userAgent.indexOf("MSIE"))>-1?parseInt(navigator.userAgent.slice(t+5)):!1}window.flexibility={},Array.prototype.forEach||(Array.prototype.forEach=function(t){if(void 0===this||null===this)throw new TypeError(this+"is not an object");if(!(t instanceof Function))throw new TypeError(t+" is not a function");for(var e=Object(this),i=arguments[1],r=e instanceof String?e.split(""):e,n=Math.max(Math.min(r.length,9007199254740991),0)||0,o=-1;++o<n;)o in r&&t.call(i,r[o],o,e)}),function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?module.exports=e():t.computeLayout=e()}(flexibility,function(){var t=function(){function t(e){if((!e.layout||e.isDirty)&&(e.layout={width:void 0,height:void 0,top:0,left:0,right:0,bottom:0}),e.style||(e.style={}),e.children||(e.children=[]),e.style.measure&&e.children&&e.children.length)throw new Error("Using custom measure function is supported only for leaf nodes.");return e.children.forEach(t),e}function e(t){return void 0===t}function i(t){return t===q||t===G}function r(t){return t===O||t===U}function n(t,e){if(void 0!==t.style.marginStart&&i(e))return t.style.marginStart;var r=null;switch(e){case"row":r=t.style.marginLeft;break;case"row-reverse":r=t.style.marginRight;break;case"column":r=t.style.marginTop;break;case"column-reverse":r=t.style.marginBottom}return void 0!==r?r:void 0!==t.style.margin?t.style.margin:0}function o(t,e){if(void 0!==t.style.marginEnd&&i(e))return t.style.marginEnd;var r=null;switch(e){case"row":r=t.style.marginRight;break;case"row-reverse":r=t.style.marginLeft;break;case"column":r=t.style.marginBottom;break;case"column-reverse":r=t.style.marginTop}return null!=r?r:void 0!==t.style.margin?t.style.margin:0}function l(t,e){if(void 0!==t.style.paddingStart&&t.style.paddingStart>=0&&i(e))return t.style.paddingStart;var r=null;switch(e){case"row":r=t.style.paddingLeft;break;case"row-reverse":r=t.style.paddingRight;break;case"column":r=t.style.paddingTop;break;case"column-reverse":r=t.style.paddingBottom}return null!=r&&r>=0?r:void 0!==t.style.padding&&t.style.padding>=0?t.style.padding:0}function a(t,e){if(void 0!==t.style.paddingEnd&&t.style.paddingEnd>=0&&i(e))return t.style.paddingEnd;var r=null;switch(e){case"row":r=t.style.paddingRight;break;case"row-reverse":r=t.style.paddingLeft;break;case"column":r=t.style.paddingBottom;break;case"column-reverse":r=t.style.paddingTop}return null!=r&&r>=0?r:void 0!==t.style.padding&&t.style.padding>=0?t.style.padding:0}function d(t,e){if(void 0!==t.style.borderStartWidth&&t.style.borderStartWidth>=0&&i(e))return t.style.borderStartWidth;var r=null;switch(e){case"row":r=t.style.borderLeftWidth;break;case"row-reverse":r=t.style.borderRightWidth;break;case"column":r=t.style.borderTopWidth;break;case"column-reverse":r=t.style.borderBottomWidth}return null!=r&&r>=0?r:void 0!==t.style.borderWidth&&t.style.borderWidth>=0?t.style.borderWidth:0}function s(t,e){if(void 0!==t.style.borderEndWidth&&t.style.borderEndWidth>=0&&i(e))return t.style.borderEndWidth;var r=null;switch(e){case"row":r=t.style.borderRightWidth;break;case"row-reverse":r=t.style.borderLeftWidth;break;case"column":r=t.style.borderBottomWidth;break;case"column-reverse":r=t.style.borderTopWidth}return null!=r&&r>=0?r:void 0!==t.style.borderWidth&&t.style.borderWidth>=0?t.style.borderWidth:0}function u(t,e){return l(t,e)+d(t,e)}function y(t,e){return a(t,e)+s(t,e)}function c(t,e){return d(t,e)+s(t,e)}function f(t,e){return n(t,e)+o(t,e)}function h(t,e){return u(t,e)+y(t,e)}function v(t){return t.style.justifyContent?t.style.justifyContent:"flex-start"}function m(t){return t.style.alignContent?t.style.alignContent:"flex-start"}function p(t,e){return e.style.alignSelf?e.style.alignSelf:t.style.alignItems?t.style.alignItems:"stretch"}function x(t,e){if(e===N){if(t===q)return G;if(t===G)return q}return t}function g(t,e){var i;return i=t.style.direction?t.style.direction:F,i===F&&(i=void 0===e?M:e),i}function b(t){return t.style.flexDirection?t.style.flexDirection:O}function w(t,e){return r(t)?x(q,e):O}function W(t){return t.style.position?t.style.position:"relative"}function L(t){return W(t)===tt&&t.style.flex>0}function E(t){return"wrap"===t.style.flexWrap}function S(t,e){return t.layout[ot[e]]+f(t,e)}function k(t,e){return void 0!==t.style[ot[e]]&&t.style[ot[e]]>=0}function C(t,e){return void 0!==t.style[e]}function T(t){return void 0!==t.style.measure}function $(t,e){return void 0!==t.style[e]?t.style[e]:0}function H(t,e,i){var r={row:t.style.minWidth,"row-reverse":t.style.minWidth,column:t.style.minHeight,"column-reverse":t.style.minHeight}[e],n={row:t.style.maxWidth,"row-reverse":t.style.maxWidth,column:t.style.maxHeight,"column-reverse":t.style.maxHeight}[e],o=i;return void 0!==n&&n>=0&&o>n&&(o=n),void 0!==r&&r>=0&&r>o&&(o=r),o}function I(t,e){return t>e?t:e}function z(t,e){void 0===t.layout[ot[e]]&&k(t,e)&&(t.layout[ot[e]]=I(H(t,e,t.style[ot[e]]),h(t,e)))}function B(t,e,i){e.layout[rt[i]]=t.layout[ot[i]]-e.layout[ot[i]]-e.layout[nt[i]]}function A(t,e){return void 0!==t.style[it[e]]?$(t,it[e]):-$(t,rt[e])}function D(t,r,l,a){var s=g(t,a),D=x(b(t),s),F=w(D,s),M=x(q,s);z(t,D),z(t,F),t.layout.direction=s,t.layout[it[D]]+=n(t,D)+A(t,D),t.layout[rt[D]]+=o(t,D)+A(t,D),t.layout[it[F]]+=n(t,F)+A(t,F),t.layout[rt[F]]+=o(t,F)+A(t,F);var N=t.children.length,lt=h(t,M),at=h(t,O);if(T(t)){var dt=!e(t.layout[ot[M]]),st=j;st=k(t,M)?t.style.width:dt?t.layout[ot[M]]:r-f(t,M),st-=lt;var ut=j;ut=k(t,O)?t.style.height:e(t.layout[ot[O]])?l-f(t,M):t.layout[ot[O]],ut-=h(t,O);var yt=!k(t,M)&&!dt,ct=!k(t,O)&&e(t.layout[ot[O]]);if(yt||ct){var ft=t.style.measure(st,ut);yt&&(t.layout.width=ft.width+lt),ct&&(t.layout.height=ft.height+at)}if(0===N)return}var ht,vt,mt,pt,xt=E(t),gt=v(t),bt=u(t,D),wt=u(t,F),Wt=h(t,D),Lt=h(t,F),Et=!e(t.layout[ot[D]]),St=!e(t.layout[ot[F]]),kt=i(D),Ct=null,Tt=null,$t=j;Et&&($t=t.layout[ot[D]]-Wt);for(var Ht=0,It=0,zt=0,Bt=0,At=0,Dt=0;N>It;){var Rt,jt,Ft=0,Mt=0,Nt=0,qt=0,Gt=Et&&gt===Z||!Et&&gt!==_,Ot=Gt?N:Ht,Ut=!0,Zt=N,_t=null,Jt=null,Kt=bt,Pt=0;for(ht=Ht;N>ht;++ht){mt=t.children[ht],mt.lineIndex=Dt,mt.nextAbsoluteChild=null,mt.nextFlexChild=null;var Qt=p(t,mt);if(Qt===Y&&W(mt)===tt&&St&&!k(mt,F))mt.layout[ot[F]]=I(H(mt,F,t.layout[ot[F]]-Lt-f(mt,F)),h(mt,F));else if(W(mt)===et)for(null===Ct&&(Ct=mt),null!==Tt&&(Tt.nextAbsoluteChild=mt),Tt=mt,vt=0;2>vt;vt++)pt=0!==vt?q:O,!e(t.layout[ot[pt]])&&!k(mt,pt)&&C(mt,it[pt])&&C(mt,rt[pt])&&(mt.layout[ot[pt]]=I(H(mt,pt,t.layout[ot[pt]]-h(t,pt)-f(mt,pt)-$(mt,it[pt])-$(mt,rt[pt])),h(mt,pt)));var Vt=0;if(Et&&L(mt)?(Mt++,Nt+=mt.style.flex,null===_t&&(_t=mt),null!==Jt&&(Jt.nextFlexChild=mt),Jt=mt,Vt=h(mt,D)+f(mt,D)):(Rt=j,jt=j,kt?jt=k(t,O)?t.layout[ot[O]]-at:l-f(t,O)-at:Rt=k(t,M)?t.layout[ot[M]]-lt:r-f(t,M)-lt,0===zt&&R(mt,Rt,jt,s),W(mt)===tt&&(qt++,Vt=S(mt,D))),xt&&Et&&Ft+Vt>$t&&ht!==Ht){qt--,zt=1;break}Gt&&(W(mt)!==tt||L(mt))&&(Gt=!1,Ot=ht),Ut&&(W(mt)!==tt||Qt!==Y&&Qt!==Q||e(mt.layout[ot[F]]))&&(Ut=!1,Zt=ht),Gt&&(mt.layout[nt[D]]+=Kt,Et&&B(t,mt,D),Kt+=S(mt,D),Pt=I(Pt,H(mt,F,S(mt,F)))),Ut&&(mt.layout[nt[F]]+=Bt+wt,St&&B(t,mt,F)),zt=0,Ft+=Vt,It=ht+1}var Xt=0,Yt=0,te=0;if(te=Et?$t-Ft:I(Ft,0)-Ft,0!==Mt){var ee,ie,re=te/Nt;for(Jt=_t;null!==Jt;)ee=re*Jt.style.flex+h(Jt,D),ie=H(Jt,D,ee),ee!==ie&&(te-=ie,Nt-=Jt.style.flex),Jt=Jt.nextFlexChild;for(re=te/Nt,0>re&&(re=0),Jt=_t;null!==Jt;)Jt.layout[ot[D]]=H(Jt,D,re*Jt.style.flex+h(Jt,D)),Rt=j,k(t,M)?Rt=t.layout[ot[M]]-lt:kt||(Rt=r-f(t,M)-lt),jt=j,k(t,O)?jt=t.layout[ot[O]]-at:kt&&(jt=l-f(t,O)-at),R(Jt,Rt,jt,s),mt=Jt,Jt=Jt.nextFlexChild,mt.nextFlexChild=null}else gt!==Z&&(gt===_?Xt=te/2:gt===J?Xt=te:gt===K?(te=I(te,0),Yt=Mt+qt-1!==0?te/(Mt+qt-1):0):gt===P&&(Yt=te/(Mt+qt),Xt=Yt/2));for(Kt+=Xt,ht=Ot;It>ht;++ht)mt=t.children[ht],W(mt)===et&&C(mt,it[D])?mt.layout[nt[D]]=$(mt,it[D])+d(t,D)+n(mt,D):(mt.layout[nt[D]]+=Kt,Et&&B(t,mt,D),W(mt)===tt&&(Kt+=Yt+S(mt,D),Pt=I(Pt,H(mt,F,S(mt,F)))));var ne=t.layout[ot[F]];for(St||(ne=I(H(t,F,Pt+Lt),Lt)),ht=Zt;It>ht;++ht)if(mt=t.children[ht],W(mt)===et&&C(mt,it[F]))mt.layout[nt[F]]=$(mt,it[F])+d(t,F)+n(mt,F);else{var oe=wt;if(W(mt)===tt){var Qt=p(t,mt);if(Qt===Y)e(mt.layout[ot[F]])&&(mt.layout[ot[F]]=I(H(mt,F,ne-Lt-f(mt,F)),h(mt,F)));else if(Qt!==Q){var le=ne-Lt-S(mt,F);oe+=Qt===V?le/2:le}}mt.layout[nt[F]]+=Bt+oe,St&&B(t,mt,F)}Bt+=Pt,At=I(At,Kt),Dt+=1,Ht=It}if(Dt>1&&St){var ae=t.layout[ot[F]]-Lt,de=ae-Bt,se=0,ue=wt,ye=m(t);ye===X?ue+=de:ye===V?ue+=de/2:ye===Y&&ae>Bt&&(se=de/Dt);var ce=0;for(ht=0;Dt>ht;++ht){var fe=ce,he=0;for(vt=fe;N>vt;++vt)if(mt=t.children[vt],W(mt)===tt){if(mt.lineIndex!==ht)break;e(mt.layout[ot[F]])||(he=I(he,mt.layout[ot[F]]+f(mt,F)))}for(ce=vt,he+=se,vt=fe;ce>vt;++vt)if(mt=t.children[vt],W(mt)===tt){var ve=p(t,mt);if(ve===Q)mt.layout[nt[F]]=ue+n(mt,F);else if(ve===X)mt.layout[nt[F]]=ue+he-o(mt,F)-mt.layout[ot[F]];else if(ve===V){var me=mt.layout[ot[F]];mt.layout[nt[F]]=ue+(he-me)/2}else ve===Y&&(mt.layout[nt[F]]=ue+n(mt,F))}ue+=he}}var pe=!1,xe=!1;if(Et||(t.layout[ot[D]]=I(H(t,D,At+y(t,D)),Wt),(D===G||D===U)&&(pe=!0)),St||(t.layout[ot[F]]=I(H(t,F,Bt+Lt),Lt),(F===G||F===U)&&(xe=!0)),pe||xe)for(ht=0;N>ht;++ht)mt=t.children[ht],pe&&B(t,mt,D),xe&&B(t,mt,F);for(Tt=Ct;null!==Tt;){for(vt=0;2>vt;vt++)pt=0!==vt?q:O,!e(t.layout[ot[pt]])&&!k(Tt,pt)&&C(Tt,it[pt])&&C(Tt,rt[pt])&&(Tt.layout[ot[pt]]=I(H(Tt,pt,t.layout[ot[pt]]-c(t,pt)-f(Tt,pt)-$(Tt,it[pt])-$(Tt,rt[pt])),h(Tt,pt))),C(Tt,rt[pt])&&!C(Tt,it[pt])&&(Tt.layout[it[pt]]=t.layout[ot[pt]]-Tt.layout[ot[pt]]-$(Tt,rt[pt]));mt=Tt,Tt=Tt.nextAbsoluteChild,mt.nextAbsoluteChild=null}}function R(t,e,i,r){t.shouldUpdate=!0;var n=t.style.direction||M,o=!t.isDirty&&t.lastLayout&&t.lastLayout.requestedHeight===t.layout.height&&t.lastLayout.requestedWidth===t.layout.width&&t.lastLayout.parentMaxWidth===e&&t.lastLayout.parentMaxHeight===i&&t.lastLayout.direction===n;o?(t.layout.width=t.lastLayout.width,t.layout.height=t.lastLayout.height,t.layout.top=t.lastLayout.top,t.layout.left=t.lastLayout.left):(t.lastLayout||(t.lastLayout={}),t.lastLayout.requestedWidth=t.layout.width,t.lastLayout.requestedHeight=t.layout.height,t.lastLayout.parentMaxWidth=e,t.lastLayout.parentMaxHeight=i,t.lastLayout.direction=n,t.children.forEach(function(t){t.layout.width=void 0,t.layout.height=void 0,t.layout.top=0,t.layout.left=0}),D(t,e,i,r),t.lastLayout.width=t.layout.width,t.lastLayout.height=t.layout.height,t.lastLayout.top=t.layout.top,t.lastLayout.left=t.layout.left)}var j,F="inherit",M="ltr",N="rtl",q="row",G="row-reverse",O="column",U="column-reverse",Z="flex-start",_="center",J="flex-end",K="space-between",P="space-around",Q="flex-start",V="center",X="flex-end",Y="stretch",tt="relative",et="absolute",it={row:"left","row-reverse":"right",column:"top","column-reverse":"bottom"},rt={row:"right","row-reverse":"left",column:"bottom","column-reverse":"top"},nt={row:"left","row-reverse":"right",column:"top","column-reverse":"bottom"},ot={row:"width","row-reverse":"width",column:"height","column-reverse":"height"};return{layoutNodeImpl:D,computeLayout:R,fillNodes:t}}();return"object"==typeof exports&&(module.exports=t),function(e){t.fillNodes(e),t.computeLayout(e)}}),!window.addEventListener&&window.attachEvent&&function(){Window.prototype.addEventListener=HTMLDocument.prototype.addEventListener=Element.prototype.addEventListener=function(t,e){this.attachEvent("on"+t,e)},Window.prototype.removeEventListener=HTMLDocument.prototype.removeEventListener=Element.prototype.removeEventListener=function(t,e){this.detachEvent("on"+t,e)}}(),flexibility.detect=function(){var t=navigator.userAgent.indexOf("MSIE");if(t>-1){var e=parseInt(navigator.userAgent.slice(t+5));if(9>=e)return!1}var i=document.createElement("p");try{return i.style.display="flex","flex"===i.style.display}catch(r){return!1}},(!flexibility.detect()||t()<=9)&&document.attachEvent("onreadystatechange",function(){flexibility.onresize({target:document.documentElement})}),flexibility.init=function(t){var e=t.onlayoutcomplete;return e||(e=t.onlayoutcomplete={node:t,style:{},children:[]}),e.style.display=t.currentStyle["-js-display"]||t.currentStyle.display,e};var e,i=1e3,r=15,n=document.documentElement,o=0,l=0;flexibility.onresize=function(t){if(n.clientWidth!==o||n.clientHeight!==l){o=n.clientWidth,l=n.clientHeight,clearTimeout(e),window.removeEventListener("resize",flexibility.onresize);var a=t.target&&1===t.target.nodeType?t.target:document.documentElement;flexibility.walk(a),e=setTimeout(function(){window.addEventListener("resize",flexibility.onresize)},i/r)}};var a={alignContent:{initial:"stretch",valid:/^(flex-start|flex-end|center|space-between|space-around|stretch)/},alignItems:{initial:"stretch",valid:/^(flex-start|flex-end|center|baseline|stretch)$/},boxSizing:{initial:"content-box",valid:/^(border-box|content-box)$/},flexDirection:{initial:"row",valid:/^(row|row-reverse|column|column-reverse)$/},flexWrap:{initial:"nowrap",valid:/^(nowrap|wrap|wrap-reverse)$/},justifyContent:{initial:"flex-start",valid:/^(flex-start|flex-end|center|space-between|space-around)$/}};flexibility.updateFlexContainerCache=function(t){var e=t.style,i=t.node.currentStyle,r=t.node.style,n={};(i["flex-flow"]||r["flex-flow"]||"").replace(/^(row|row-reverse|column|column-reverse)\s+(nowrap|wrap|wrap-reverse)$/i,function(t,e,i){n.flexDirection=e,n.flexWrap=i});for(var o in a){var l=o.replace(/[A-Z]/g,"-$&").toLowerCase(),d=a[o],s=i[l]||r[l];e[o]=d.valid.test(s)?s:n[o]||d.initial}};var d={alignSelf:{initial:"auto",valid:/^(auto|flex-start|flex-end|center|baseline|stretch)$/},boxSizing:{initial:"content-box",valid:/^(border-box|content-box)$/},flexBasis:{initial:"auto",valid:/^((?:[-+]?0|[-+]?[0-9]*\.?[0-9]+(?:%|ch|cm|em|ex|in|mm|pc|pt|px|rem|vh|vmax|vmin|vw))|auto|fill|max-content|min-content|fit-content|content)$/},flexGrow:{initial:0,valid:/^\+?(0|[1-9][0-9]*)$/},flexShrink:{initial:0,valid:/^\+?(0|[1-9][0-9]*)$/},order:{initial:0,valid:/^([-+]?[0-9]+)$/}};flexibility.updateFlexItemCache=function(t){var e=t.style,i=t.node.currentStyle,r=t.node.style,n={};(i.flex||r.flex||"").replace(/^\+?(0|[1-9][0-9]*)/,function(t){n.flexGrow=t});for(var o in d){var l=o.replace(/[A-Z]/g,"-$&").toLowerCase(),a=d[o],s=i[l]||r[l];e[o]=a.valid.test(s)?s:n[o]||a.initial,"number"==typeof a.initial&&(e[o]=parseFloat(e[o]))}};var s="border:0 solid;clip:rect(0 0 0 0);display:inline-block;font:0/0 serif;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;overflow:hidden;padding:0;position:absolute;width:1em;",u={medium:4,none:0,thick:6,thin:2},y={borderBottomWidth:0,borderLeftWidth:0,borderRightWidth:0,borderTopWidth:0,height:0,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0,marginBottom:0,marginLeft:0,marginRight:0,marginTop:0,maxHeight:0,maxWidth:0,minHeight:0,minWidth:0,width:0},c=/^([-+]?0|[-+]?[0-9]*\.?[0-9]+)/,f=100;flexibility.updateLengthCache=function(t){var e,i,r,n=t.node,o=t.style,l=n.parentNode,a=document.createElement("_"),d=a.runtimeStyle,h=n.currentStyle;d.cssText=s+"font-size:"+h.fontSize,l.insertBefore(a,n.nextSibling),o.fontSize=a.offsetWidth,d.fontSize=o.fontSize+"px";for(var v in y){var m=h[v];c.test(m)||"auto"===m&&!/(width|height)/i.test(v)?/%$/.test(m)?(/^(bottom|height|top)$/.test(v)?(i||(i=l.offsetHeight),r=i):(e||(e=l.offsetWidth),r=e),o[v]=parseFloat(m)*r/f):(d.width=m,o[v]=a.offsetWidth):/^border/.test(v)&&m in u?o[v]=u[m]:delete o[v]}l.removeChild(a),"none"===h.borderTopStyle&&(o.borderTopWidth=0),"none"===h.borderRightStyle&&(o.borderRightWidth=0),"none"===h.borderBottomStyle&&(o.borderBottomWidth=0),"none"===h.borderLeftStyle&&(o.borderLeftWidth=0),o.width||o.minWidth||(/flex/.test(o.display)?o.width=n.offsetWidth:o.minWidth=n.offsetWidth),o.height||o.minHeight||/flex/.test(o.display)||(o.minHeight=n.offsetHeight)},flexibility.walk=function(t){var e=flexibility.init(t),i=e.style,r=i.display;if("none"===r)return{};var n=r.match(/^(inline)?flex$/);if(n&&(flexibility.updateFlexContainerCache(e),t.runtimeStyle.cssText="display:"+(n[1]?"inline-block":"block"),e.children=[]),Array.prototype.forEach.call(t.childNodes,function(t,r){if(1===t.nodeType){var o=flexibility.walk(t),l=o.style;o.index=r,n&&o.node&&(flexibility.updateFlexItemCache(o),"auto"===l.alignSelf&&(l.alignSelf=i.alignItems),l.flex=l.flexGrow,t.runtimeStyle.cssText="display:inline-block",e.children.push(o))}}),n){e.children.forEach(function(t){flexibility.updateLengthCache(t)}),e.children.sort(function(t,e){return t.style.order-e.style.order||t.index-e.index}),/-reverse$/.test(i.flexDirection)&&(e.children.reverse(),i.flexDirection=i.flexDirection.replace(/-reverse$/,""),"flex-start"===i.justifyContent?i.justifyContent="flex-end":"flex-end"===i.justifyContent&&(i.justifyContent="flex-start")),flexibility.updateLengthCache(e),delete e.lastLayout,delete e.layout;var o=i.borderTopWidth,l=i.borderBottomWidth;i.borderTopWidth=0,i.borderBottomWidth=0,i.borderLeftWidth=0,"column"===i.flexDirection&&(i.width-=i.borderRightWidth),flexibility.computeLayout(e),t.runtimeStyle.cssText="box-sizing:border-box;display:block;position:relative;width:"+(e.layout.width+i.borderRightWidth)+"px;height:"+(e.layout.height+o+l)+"px";var a=[],d=1,s="column"===i.flexDirection?"width":"height";e.children.forEach(function(t){a[t.lineIndex]=Math.max(a[t.lineIndex]||0,t.layout[s]),d=Math.max(d,t.lineIndex+1)}),e.children.forEach(function(t){var e=t.layout;"stretch"===t.style.alignSelf&&(e[s]=a[t.lineIndex]),t.node.runtimeStyle.cssText="box-sizing:border-box;display:block;position:absolute;margin:0;width:"+e.width+"px;height:"+e.height+"px;top:"+e.top+"px;left:"+e.left+"px"})}return e}}();
src/resources/js/flexibility.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(){function t(){var t;return(t=navigator.userAgent.indexOf("MSIE"))>-1?parseInt(navigator.userAgent.slice(t+5)):!1}window.flexibility={},Array.prototype.forEach||(Array.prototype.forEach=function(t){if(void 0===this||null===this)throw new TypeError(this+"is not an object");if(!(t instanceof Function))throw new TypeError(t+" is not a function");for(var e=Object(this),i=arguments[1],r=e instanceof String?e.split(""):e,n=Math.max(Math.min(r.length,9007199254740991),0)||0,o=-1;++o<n;)o in r&&t.call(i,r[o],o,e)}),function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?module.exports=e():t.computeLayout=e()}(flexibility,function(){var t=function(){function t(e){if((!e.layout||e.isDirty)&&(e.layout={width:void 0,height:void 0,top:0,left:0,right:0,bottom:0}),e.style||(e.style={}),e.children||(e.children=[]),e.style.measure&&e.children&&e.children.length)throw new Error("Using custom measure function is supported only for leaf nodes.");return e.children.forEach(t),e}function e(t){return void 0===t}function i(t){return t===q||t===G}function r(t){return t===O||t===U}function n(t,e){if(void 0!==t.style.marginStart&&i(e))return t.style.marginStart;var r=null;switch(e){case"row":r=t.style.marginLeft;break;case"row-reverse":r=t.style.marginRight;break;case"column":r=t.style.marginTop;break;case"column-reverse":r=t.style.marginBottom}return void 0!==r?r:void 0!==t.style.margin?t.style.margin:0}function o(t,e){if(void 0!==t.style.marginEnd&&i(e))return t.style.marginEnd;var r=null;switch(e){case"row":r=t.style.marginRight;break;case"row-reverse":r=t.style.marginLeft;break;case"column":r=t.style.marginBottom;break;case"column-reverse":r=t.style.marginTop}return null!=r?r:void 0!==t.style.margin?t.style.margin:0}function l(t,e){if(void 0!==t.style.paddingStart&&t.style.paddingStart>=0&&i(e))return t.style.paddingStart;var r=null;switch(e){case"row":r=t.style.paddingLeft;break;case"row-reverse":r=t.style.paddingRight;break;case"column":r=t.style.paddingTop;break;case"column-reverse":r=t.style.paddingBottom}return null!=r&&r>=0?r:void 0!==t.style.padding&&t.style.padding>=0?t.style.padding:0}function a(t,e){if(void 0!==t.style.paddingEnd&&t.style.paddingEnd>=0&&i(e))return t.style.paddingEnd;var r=null;switch(e){case"row":r=t.style.paddingRight;break;case"row-reverse":r=t.style.paddingLeft;break;case"column":r=t.style.paddingBottom;break;case"column-reverse":r=t.style.paddingTop}return null!=r&&r>=0?r:void 0!==t.style.padding&&t.style.padding>=0?t.style.padding:0}function d(t,e){if(void 0!==t.style.borderStartWidth&&t.style.borderStartWidth>=0&&i(e))return t.style.borderStartWidth;var r=null;switch(e){case"row":r=t.style.borderLeftWidth;break;case"row-reverse":r=t.style.borderRightWidth;break;case"column":r=t.style.borderTopWidth;break;case"column-reverse":r=t.style.borderBottomWidth}return null!=r&&r>=0?r:void 0!==t.style.borderWidth&&t.style.borderWidth>=0?t.style.borderWidth:0}function s(t,e){if(void 0!==t.style.borderEndWidth&&t.style.borderEndWidth>=0&&i(e))return t.style.borderEndWidth;var r=null;switch(e){case"row":r=t.style.borderRightWidth;break;case"row-reverse":r=t.style.borderLeftWidth;break;case"column":r=t.style.borderBottomWidth;break;case"column-reverse":r=t.style.borderTopWidth}return null!=r&&r>=0?r:void 0!==t.style.borderWidth&&t.style.borderWidth>=0?t.style.borderWidth:0}function u(t,e){return l(t,e)+d(t,e)}function y(t,e){return a(t,e)+s(t,e)}function c(t,e){return d(t,e)+s(t,e)}function f(t,e){return n(t,e)+o(t,e)}function h(t,e){return u(t,e)+y(t,e)}function v(t){return t.style.justifyContent?t.style.justifyContent:"flex-start"}function m(t){return t.style.alignContent?t.style.alignContent:"flex-start"}function p(t,e){return e.style.alignSelf?e.style.alignSelf:t.style.alignItems?t.style.alignItems:"stretch"}function x(t,e){if(e===N){if(t===q)return G;if(t===G)return q}return t}function g(t,e){var i;return i=t.style.direction?t.style.direction:F,i===F&&(i=void 0===e?M:e),i}function b(t){return t.style.flexDirection?t.style.flexDirection:O}function w(t,e){return r(t)?x(q,e):O}function W(t){return t.style.position?t.style.position:"relative"}function L(t){return W(t)===tt&&t.style.flex>0}function E(t){return"wrap"===t.style.flexWrap}function S(t,e){return t.layout[ot[e]]+f(t,e)}function k(t,e){return void 0!==t.style[ot[e]]&&t.style[ot[e]]>=0}function C(t,e){return void 0!==t.style[e]}function T(t){return void 0!==t.style.measure}function $(t,e){return void 0!==t.style[e]?t.style[e]:0}function H(t,e,i){var r={row:t.style.minWidth,"row-reverse":t.style.minWidth,column:t.style.minHeight,"column-reverse":t.style.minHeight}[e],n={row:t.style.maxWidth,"row-reverse":t.style.maxWidth,column:t.style.maxHeight,"column-reverse":t.style.maxHeight}[e],o=i;return void 0!==n&&n>=0&&o>n&&(o=n),void 0!==r&&r>=0&&r>o&&(o=r),o}function I(t,e){return t>e?t:e}function z(t,e){void 0===t.layout[ot[e]]&&k(t,e)&&(t.layout[ot[e]]=I(H(t,e,t.style[ot[e]]),h(t,e)))}function B(t,e,i){e.layout[rt[i]]=t.layout[ot[i]]-e.layout[ot[i]]-e.layout[nt[i]]}function A(t,e){return void 0!==t.style[it[e]]?$(t,it[e]):-$(t,rt[e])}function D(t,r,l,a){var s=g(t,a),D=x(b(t),s),F=w(D,s),M=x(q,s);z(t,D),z(t,F),t.layout.direction=s,t.layout[it[D]]+=n(t,D)+A(t,D),t.layout[rt[D]]+=o(t,D)+A(t,D),t.layout[it[F]]+=n(t,F)+A(t,F),t.layout[rt[F]]+=o(t,F)+A(t,F);var N=t.children.length,lt=h(t,M),at=h(t,O);if(T(t)){var dt=!e(t.layout[ot[M]]),st=j;st=k(t,M)?t.style.width:dt?t.layout[ot[M]]:r-f(t,M),st-=lt;var ut=j;ut=k(t,O)?t.style.height:e(t.layout[ot[O]])?l-f(t,M):t.layout[ot[O]],ut-=h(t,O);var yt=!k(t,M)&&!dt,ct=!k(t,O)&&e(t.layout[ot[O]]);if(yt||ct){var ft=t.style.measure(st,ut);yt&&(t.layout.width=ft.width+lt),ct&&(t.layout.height=ft.height+at)}if(0===N)return}var ht,vt,mt,pt,xt=E(t),gt=v(t),bt=u(t,D),wt=u(t,F),Wt=h(t,D),Lt=h(t,F),Et=!e(t.layout[ot[D]]),St=!e(t.layout[ot[F]]),kt=i(D),Ct=null,Tt=null,$t=j;Et&&($t=t.layout[ot[D]]-Wt);for(var Ht=0,It=0,zt=0,Bt=0,At=0,Dt=0;N>It;){var Rt,jt,Ft=0,Mt=0,Nt=0,qt=0,Gt=Et&&gt===Z||!Et&&gt!==_,Ot=Gt?N:Ht,Ut=!0,Zt=N,_t=null,Jt=null,Kt=bt,Pt=0;for(ht=Ht;N>ht;++ht){mt=t.children[ht],mt.lineIndex=Dt,mt.nextAbsoluteChild=null,mt.nextFlexChild=null;var Qt=p(t,mt);if(Qt===Y&&W(mt)===tt&&St&&!k(mt,F))mt.layout[ot[F]]=I(H(mt,F,t.layout[ot[F]]-Lt-f(mt,F)),h(mt,F));else if(W(mt)===et)for(null===Ct&&(Ct=mt),null!==Tt&&(Tt.nextAbsoluteChild=mt),Tt=mt,vt=0;2>vt;vt++)pt=0!==vt?q:O,!e(t.layout[ot[pt]])&&!k(mt,pt)&&C(mt,it[pt])&&C(mt,rt[pt])&&(mt.layout[ot[pt]]=I(H(mt,pt,t.layout[ot[pt]]-h(t,pt)-f(mt,pt)-$(mt,it[pt])-$(mt,rt[pt])),h(mt,pt)));var Vt=0;if(Et&&L(mt)?(Mt++,Nt+=mt.style.flex,null===_t&&(_t=mt),null!==Jt&&(Jt.nextFlexChild=mt),Jt=mt,Vt=h(mt,D)+f(mt,D)):(Rt=j,jt=j,kt?jt=k(t,O)?t.layout[ot[O]]-at:l-f(t,O)-at:Rt=k(t,M)?t.layout[ot[M]]-lt:r-f(t,M)-lt,0===zt&&R(mt,Rt,jt,s),W(mt)===tt&&(qt++,Vt=S(mt,D))),xt&&Et&&Ft+Vt>$t&&ht!==Ht){qt--,zt=1;break}Gt&&(W(mt)!==tt||L(mt))&&(Gt=!1,Ot=ht),Ut&&(W(mt)!==tt||Qt!==Y&&Qt!==Q||e(mt.layout[ot[F]]))&&(Ut=!1,Zt=ht),Gt&&(mt.layout[nt[D]]+=Kt,Et&&B(t,mt,D),Kt+=S(mt,D),Pt=I(Pt,H(mt,F,S(mt,F)))),Ut&&(mt.layout[nt[F]]+=Bt+wt,St&&B(t,mt,F)),zt=0,Ft+=Vt,It=ht+1}var Xt=0,Yt=0,te=0;if(te=Et?$t-Ft:I(Ft,0)-Ft,0!==Mt){var ee,ie,re=te/Nt;for(Jt=_t;null!==Jt;)ee=re*Jt.style.flex+h(Jt,D),ie=H(Jt,D,ee),ee!==ie&&(te-=ie,Nt-=Jt.style.flex),Jt=Jt.nextFlexChild;for(re=te/Nt,0>re&&(re=0),Jt=_t;null!==Jt;)Jt.layout[ot[D]]=H(Jt,D,re*Jt.style.flex+h(Jt,D)),Rt=j,k(t,M)?Rt=t.layout[ot[M]]-lt:kt||(Rt=r-f(t,M)-lt),jt=j,k(t,O)?jt=t.layout[ot[O]]-at:kt&&(jt=l-f(t,O)-at),R(Jt,Rt,jt,s),mt=Jt,Jt=Jt.nextFlexChild,mt.nextFlexChild=null}else gt!==Z&&(gt===_?Xt=te/2:gt===J?Xt=te:gt===K?(te=I(te,0),Yt=Mt+qt-1!==0?te/(Mt+qt-1):0):gt===P&&(Yt=te/(Mt+qt),Xt=Yt/2));for(Kt+=Xt,ht=Ot;It>ht;++ht)mt=t.children[ht],W(mt)===et&&C(mt,it[D])?mt.layout[nt[D]]=$(mt,it[D])+d(t,D)+n(mt,D):(mt.layout[nt[D]]+=Kt,Et&&B(t,mt,D),W(mt)===tt&&(Kt+=Yt+S(mt,D),Pt=I(Pt,H(mt,F,S(mt,F)))));var ne=t.layout[ot[F]];for(St||(ne=I(H(t,F,Pt+Lt),Lt)),ht=Zt;It>ht;++ht)if(mt=t.children[ht],W(mt)===et&&C(mt,it[F]))mt.layout[nt[F]]=$(mt,it[F])+d(t,F)+n(mt,F);else{var oe=wt;if(W(mt)===tt){var Qt=p(t,mt);if(Qt===Y)e(mt.layout[ot[F]])&&(mt.layout[ot[F]]=I(H(mt,F,ne-Lt-f(mt,F)),h(mt,F)));else if(Qt!==Q){var le=ne-Lt-S(mt,F);oe+=Qt===V?le/2:le}}mt.layout[nt[F]]+=Bt+oe,St&&B(t,mt,F)}Bt+=Pt,At=I(At,Kt),Dt+=1,Ht=It}if(Dt>1&&St){var ae=t.layout[ot[F]]-Lt,de=ae-Bt,se=0,ue=wt,ye=m(t);ye===X?ue+=de:ye===V?ue+=de/2:ye===Y&&ae>Bt&&(se=de/Dt);var ce=0;for(ht=0;Dt>ht;++ht){var fe=ce,he=0;for(vt=fe;N>vt;++vt)if(mt=t.children[vt],W(mt)===tt){if(mt.lineIndex!==ht)break;e(mt.layout[ot[F]])||(he=I(he,mt.layout[ot[F]]+f(mt,F)))}for(ce=vt,he+=se,vt=fe;ce>vt;++vt)if(mt=t.children[vt],W(mt)===tt){var ve=p(t,mt);if(ve===Q)mt.layout[nt[F]]=ue+n(mt,F);else if(ve===X)mt.layout[nt[F]]=ue+he-o(mt,F)-mt.layout[ot[F]];else if(ve===V){var me=mt.layout[ot[F]];mt.layout[nt[F]]=ue+(he-me)/2}else ve===Y&&(mt.layout[nt[F]]=ue+n(mt,F))}ue+=he}}var pe=!1,xe=!1;if(Et||(t.layout[ot[D]]=I(H(t,D,At+y(t,D)),Wt),(D===G||D===U)&&(pe=!0)),St||(t.layout[ot[F]]=I(H(t,F,Bt+Lt),Lt),(F===G||F===U)&&(xe=!0)),pe||xe)for(ht=0;N>ht;++ht)mt=t.children[ht],pe&&B(t,mt,D),xe&&B(t,mt,F);for(Tt=Ct;null!==Tt;){for(vt=0;2>vt;vt++)pt=0!==vt?q:O,!e(t.layout[ot[pt]])&&!k(Tt,pt)&&C(Tt,it[pt])&&C(Tt,rt[pt])&&(Tt.layout[ot[pt]]=I(H(Tt,pt,t.layout[ot[pt]]-c(t,pt)-f(Tt,pt)-$(Tt,it[pt])-$(Tt,rt[pt])),h(Tt,pt))),C(Tt,rt[pt])&&!C(Tt,it[pt])&&(Tt.layout[it[pt]]=t.layout[ot[pt]]-Tt.layout[ot[pt]]-$(Tt,rt[pt]));mt=Tt,Tt=Tt.nextAbsoluteChild,mt.nextAbsoluteChild=null}}function R(t,e,i,r){t.shouldUpdate=!0;var n=t.style.direction||M,o=!t.isDirty&&t.lastLayout&&t.lastLayout.requestedHeight===t.layout.height&&t.lastLayout.requestedWidth===t.layout.width&&t.lastLayout.parentMaxWidth===e&&t.lastLayout.parentMaxHeight===i&&t.lastLayout.direction===n;o?(t.layout.width=t.lastLayout.width,t.layout.height=t.lastLayout.height,t.layout.top=t.lastLayout.top,t.layout.left=t.lastLayout.left):(t.lastLayout||(t.lastLayout={}),t.lastLayout.requestedWidth=t.layout.width,t.lastLayout.requestedHeight=t.layout.height,t.lastLayout.parentMaxWidth=e,t.lastLayout.parentMaxHeight=i,t.lastLayout.direction=n,t.children.forEach(function(t){t.layout.width=void 0,t.layout.height=void 0,t.layout.top=0,t.layout.left=0}),D(t,e,i,r),t.lastLayout.width=t.layout.width,t.lastLayout.height=t.layout.height,t.lastLayout.top=t.layout.top,t.lastLayout.left=t.layout.left)}var j,F="inherit",M="ltr",N="rtl",q="row",G="row-reverse",O="column",U="column-reverse",Z="flex-start",_="center",J="flex-end",K="space-between",P="space-around",Q="flex-start",V="center",X="flex-end",Y="stretch",tt="relative",et="absolute",it={row:"left","row-reverse":"right",column:"top","column-reverse":"bottom"},rt={row:"right","row-reverse":"left",column:"bottom","column-reverse":"top"},nt={row:"left","row-reverse":"right",column:"top","column-reverse":"bottom"},ot={row:"width","row-reverse":"width",column:"height","column-reverse":"height"};return{layoutNodeImpl:D,computeLayout:R,fillNodes:t}}();return"object"==typeof exports&&(module.exports=t),function(e){t.fillNodes(e),t.computeLayout(e)}}),!window.addEventListener&&window.attachEvent&&function(){Window.prototype.addEventListener=HTMLDocument.prototype.addEventListener=Element.prototype.addEventListener=function(t,e){this.attachEvent("on"+t,e)},Window.prototype.removeEventListener=HTMLDocument.prototype.removeEventListener=Element.prototype.removeEventListener=function(t,e){this.detachEvent("on"+t,e)}}(),flexibility.detect=function(){var t=navigator.userAgent.indexOf("MSIE");if(t>-1){var e=parseInt(navigator.userAgent.slice(t+5));if(9>=e)return!1}var i=document.createElement("p");try{return i.style.display="flex","flex"===i.style.display}catch(r){return!1}},(!flexibility.detect()||t()<=9)&&document.attachEvent("onreadystatechange",function(){flexibility.onresize({target:document.documentElement})}),flexibility.init=function(t){var e=t.onlayoutcomplete;return e||(e=t.onlayoutcomplete={node:t,style:{},children:[]}),e.style.display=t.currentStyle["-js-display"]||t.currentStyle.display,e};var e,i=1e3,r=15,n=document.documentElement,o=0,l=0;flexibility.onresize=function(t){if(n.clientWidth!==o||n.clientHeight!==l){o=n.clientWidth,l=n.clientHeight,clearTimeout(e),window.removeEventListener("resize",flexibility.onresize);var a=t.target&&1===t.target.nodeType?t.target:document.documentElement;flexibility.walk(a),e=setTimeout(function(){window.addEventListener("resize",flexibility.onresize)},i/r)}};var a={alignContent:{initial:"stretch",valid:/^(flex-start|flex-end|center|space-between|space-around|stretch)/},alignItems:{initial:"stretch",valid:/^(flex-start|flex-end|center|baseline|stretch)$/},boxSizing:{initial:"content-box",valid:/^(border-box|content-box)$/},flexDirection:{initial:"row",valid:/^(row|row-reverse|column|column-reverse)$/},flexWrap:{initial:"nowrap",valid:/^(nowrap|wrap|wrap-reverse)$/},justifyContent:{initial:"flex-start",valid:/^(flex-start|flex-end|center|space-between|space-around)$/}};flexibility.updateFlexContainerCache=function(t){var e=t.style,i=t.node.currentStyle,r=t.node.style,n={};(i["flex-flow"]||r["flex-flow"]||"").replace(/^(row|row-reverse|column|column-reverse)\s+(nowrap|wrap|wrap-reverse)$/i,function(t,e,i){n.flexDirection=e,n.flexWrap=i});for(var o in a){var l=o.replace(/[A-Z]/g,"-$&").toLowerCase(),d=a[o],s=i[l]||r[l];e[o]=d.valid.test(s)?s:n[o]||d.initial}};var d={alignSelf:{initial:"auto",valid:/^(auto|flex-start|flex-end|center|baseline|stretch)$/},boxSizing:{initial:"content-box",valid:/^(border-box|content-box)$/},flexBasis:{initial:"auto",valid:/^((?:[-+]?0|[-+]?[0-9]*\.?[0-9]+(?:%|ch|cm|em|ex|in|mm|pc|pt|px|rem|vh|vmax|vmin|vw))|auto|fill|max-content|min-content|fit-content|content)$/},flexGrow:{initial:0,valid:/^\+?(0|[1-9][0-9]*)$/},flexShrink:{initial:0,valid:/^\+?(0|[1-9][0-9]*)$/},order:{initial:0,valid:/^([-+]?[0-9]+)$/}};flexibility.updateFlexItemCache=function(t){var e=t.style,i=t.node.currentStyle,r=t.node.style,n={};(i.flex||r.flex||"").replace(/^\+?(0|[1-9][0-9]*)/,function(t){n.flexGrow=t});for(var o in d){var l=o.replace(/[A-Z]/g,"-$&").toLowerCase(),a=d[o],s=i[l]||r[l];e[o]=a.valid.test(s)?s:n[o]||a.initial,"number"==typeof a.initial&&(e[o]=parseFloat(e[o]))}};var s="border:0 solid;clip:rect(0 0 0 0);display:inline-block;font:0/0 serif;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;overflow:hidden;padding:0;position:absolute;width:1em;",u={medium:4,none:0,thick:6,thin:2},y={borderBottomWidth:0,borderLeftWidth:0,borderRightWidth:0,borderTopWidth:0,height:0,paddingBottom:0,paddingLeft:0,paddingRight:0,paddingTop:0,marginBottom:0,marginLeft:0,marginRight:0,marginTop:0,maxHeight:0,maxWidth:0,minHeight:0,minWidth:0,width:0},c=/^([-+]?0|[-+]?[0-9]*\.?[0-9]+)/,f=100;flexibility.updateLengthCache=function(t){var e,i,r,n=t.node,o=t.style,l=n.parentNode,a=document.createElement("_"),d=a.runtimeStyle,h=n.currentStyle;d.cssText=s+"font-size:"+h.fontSize,l.insertBefore(a,n.nextSibling),o.fontSize=a.offsetWidth,d.fontSize=o.fontSize+"px";for(var v in y){var m=h[v];c.test(m)||"auto"===m&&!/(width|height)/i.test(v)?/%$/.test(m)?(/^(bottom|height|top)$/.test(v)?(i||(i=l.offsetHeight),r=i):(e||(e=l.offsetWidth),r=e),o[v]=parseFloat(m)*r/f):(d.width=m,o[v]=a.offsetWidth):/^border/.test(v)&&m in u?o[v]=u[m]:delete o[v]}l.removeChild(a),"none"===h.borderTopStyle&&(o.borderTopWidth=0),"none"===h.borderRightStyle&&(o.borderRightWidth=0),"none"===h.borderBottomStyle&&(o.borderBottomWidth=0),"none"===h.borderLeftStyle&&(o.borderLeftWidth=0),o.width||o.minWidth||(/flex/.test(o.display)?o.width=n.offsetWidth:o.minWidth=n.offsetWidth),o.height||o.minHeight||/flex/.test(o.display)||(o.minHeight=n.offsetHeight)},flexibility.walk=function(t){var e=flexibility.init(t),i=e.style,r=i.display;if("none"===r)return{};var n=r.match(/^(inline)?flex$/);if(n&&(flexibility.updateFlexContainerCache(e),t.runtimeStyle.cssText="display:"+(n[1]?"inline-block":"block"),e.children=[]),Array.prototype.forEach.call(t.childNodes,function(t,r){if(1===t.nodeType){var o=flexibility.walk(t),l=o.style;o.index=r,n&&o.node&&(flexibility.updateFlexItemCache(o),"auto"===l.alignSelf&&(l.alignSelf=i.alignItems),l.flex=l.flexGrow,t.runtimeStyle.cssText="display:inline-block",e.children.push(o))}}),n){e.children.forEach(function(t){flexibility.updateLengthCache(t)}),e.children.sort(function(t,e){return t.style.order-e.style.order||t.index-e.index}),/-reverse$/.test(i.flexDirection)&&(e.children.reverse(),i.flexDirection=i.flexDirection.replace(/-reverse$/,""),"flex-start"===i.justifyContent?i.justifyContent="flex-end":"flex-end"===i.justifyContent&&(i.justifyContent="flex-start")),flexibility.updateLengthCache(e),delete e.lastLayout,delete e.layout;var o=i.borderTopWidth,l=i.borderBottomWidth;i.borderTopWidth=0,i.borderBottomWidth=0,i.borderLeftWidth=0,"column"===i.flexDirection&&(i.width-=i.borderRightWidth),flexibility.computeLayout(e),t.runtimeStyle.cssText="box-sizing:border-box;display:block;position:relative;width:"+(e.layout.width+i.borderRightWidth)+"px;height:"+(e.layout.height+o+l)+"px";var a=[],d=1,s="column"===i.flexDirection?"width":"height";e.children.forEach(function(t){a[t.lineIndex]=Math.max(a[t.lineIndex]||0,t.layout[s]),d=Math.max(d,t.lineIndex+1)}),e.children.forEach(function(t){var e=t.layout;"stretch"===t.style.alignSelf&&(e[s]=a[t.lineIndex]),t.node.runtimeStyle.cssText="box-sizing:border-box;display:block;position:absolute;margin:0;width:"+e.width+"px;height:"+e.height+"px;top:"+e.top+"px;left:"+e.left+"px"})}return e}}();
src/resources/js/frontend-ticket-form.js CHANGED
@@ -11,7 +11,7 @@ var tribe_tickets_ticket_form = {};
11
 
12
  my.init = function() {
13
  $tickets_lists = $( '.tribe-events-tickets' );
14
- $quantity_fields = $tickets_lists.find( '.quantity' ).find( 'input' );
15
  $quantity_fields.on( 'change', my.on_quantity_change );
16
  };
17
 
@@ -219,7 +219,7 @@ var tribe_tickets_ticket_form = {};
219
  switch ( tribe_tickets_stock_data.tickets[ticket_id].mode ) {
220
  case 'global':
221
  case 'capped':
222
- total += parseInt( $tickets_lists.find( '[data-product-id=' + ticket_id + ']').find( 'input').val(), 10 );
223
  break;
224
  }
225
  }
11
 
12
  my.init = function() {
13
  $tickets_lists = $( '.tribe-events-tickets' );
14
+ $quantity_fields = $tickets_lists.find( '.quantity' ).find( '.qty' );
15
  $quantity_fields.on( 'change', my.on_quantity_change );
16
  };
17
 
219
  switch ( tribe_tickets_stock_data.tickets[ticket_id].mode ) {
220
  case 'global':
221
  case 'capped':
222
+ total += parseInt( $tickets_lists.find( '[data-product-id=' + ticket_id + ']').find( '.qty').val(), 10 );
223
  break;
224
  }
225
  }
src/resources/js/frontend-ticket-form.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_tickets_ticket_form={};!function(t,e){var _,i;e.init=function(){_=t(".tribe-events-tickets"),i=_.find(".quantity").find("input"),i.on("change",e.on_quantity_change)},e.on_quantity_change=function(){var _=t(this),i=e.get_matching_ticket_id(this);e.ticket_uses_global_stock(i)?e.global_stock_quantity_changed(_,i):e.normal_stock_quantity_changed(_,i)},e.global_stock_quantity_changed=function(t,_){var i=t.val(),c=e.get_event_id(_),a=e.get_cap(_),n=e.get_global_stock(c),o=e.currently_requested_global_event_stock(c);o>n&&(i-=o-n),e.stock_mode_is_capped(_)&&i>a&&(i=a),0>=i&&(i=0),t.val(i),e.update_available_stock_counts(c)},e.normal_stock_quantity_changed=function(t,i){var c,a=t.val(),n=e.get_single_stock(i);a>n&&(a=n),t.val(a),c=n-a,_.find(".available-stock[data-product-id="+i+"]").html(c)},e.update_available_stock_counts=function(i){var c=e.get_tickets_of(i),a=e.get_global_stock(i)-e.currently_requested_global_event_stock(i);for(var n in c)if(c.hasOwnProperty(n)){0>a&&(a=0);var o=c[n];if("global"===o.mode&&_.find(".available-stock[data-product-id="+n+"]").html(a),"capped"===o.mode){var r=Math.min(a,o.cap),s=parseInt(t("[data-product-id="+n+"]").find("input").val(),10),d=o.cap-s;0>d?d=0:d>r&&(d=r),_.find(".available-stock[data-product-id="+n+"]").html(d)}}},e.get_matching_ticket_id=function(e){var _=t(e).closest("[data-product-id]");if(_.length)return _.data("product-id")},e.get_ticket_property=function(t,e){if("object"!=typeof tribe_tickets_stock_data)return!1;var _=tribe_tickets_stock_data.tickets[t];return"undefined"===tribe_tickets_stock_data.tickets[t]?!1:_[e]},e.get_tickets_of=function(t){if("object"!=typeof tribe_tickets_stock_data)return!1;var e=[];for(var _ in tribe_tickets_stock_data.tickets){var i=tribe_tickets_stock_data.tickets[_];t===i.event_id&&(e[_]=i)}return e},e.currently_requested_global_event_stock=function(t){var i=0,c=e.get_tickets_of(t);for(var a in c)switch(tribe_tickets_stock_data.tickets[a].mode){case"global":case"capped":i+=parseInt(_.find("[data-product-id="+a+"]").find("input").val(),10)}return i},e.get_event_property=function(t,e){if("object"!=typeof tribe_tickets_stock_data)return!1;var _=tribe_tickets_stock_data.events[t];return"undefined"===tribe_tickets_stock_data.events[t]?!1:_[e]},e.stock_mode_is_global=function(t){return"global"===e.get_mode(t)},e.stock_mode_is_capped=function(t){return"capped"===e.get_mode(t)},e.ticket_uses_global_stock=function(t){return e.stock_mode_is_capped(t)||e.stock_mode_is_global(t)},e.get_mode=function(t){return e.get_ticket_property(t,"mode")},e.get_event_id=function(t){return e.get_ticket_property(t,"event_id")},e.get_cap=function(t){return e.get_ticket_property(t,"cap")},e.get_global_stock=function(t){return e.get_event_property(t,"stock")},e.get_single_stock=function(t){return e.get_ticket_property(t,"stock")},t(function(){e.init()})}(jQuery,tribe_tickets_ticket_form);
1
+ var tribe_tickets_ticket_form={};!function(t,e){var _,c;e.init=function(){_=t(".tribe-events-tickets"),c=_.find(".quantity").find(".qty"),c.on("change",e.on_quantity_change)},e.on_quantity_change=function(){var _=t(this),c=e.get_matching_ticket_id(this);e.ticket_uses_global_stock(c)?e.global_stock_quantity_changed(_,c):e.normal_stock_quantity_changed(_,c)},e.global_stock_quantity_changed=function(t,_){var c=t.val(),i=e.get_event_id(_),a=e.get_cap(_),o=e.get_global_stock(i),n=e.currently_requested_global_event_stock(i);n>o&&(c-=n-o),e.stock_mode_is_capped(_)&&c>a&&(c=a),0>=c&&(c=0),t.val(c),e.update_available_stock_counts(i)},e.normal_stock_quantity_changed=function(t,c){var i,a=t.val(),o=e.get_single_stock(c);a>o&&(a=o),t.val(a),i=o-a,_.find(".available-stock[data-product-id="+c+"]").html(i)},e.update_available_stock_counts=function(c){var i=e.get_tickets_of(c),a=e.get_global_stock(c)-e.currently_requested_global_event_stock(c);for(var o in i)if(i.hasOwnProperty(o)){0>a&&(a=0);var n=i[o];if("global"===n.mode&&_.find(".available-stock[data-product-id="+o+"]").html(a),"capped"===n.mode){var r=Math.min(a,n.cap),s=parseInt(t("[data-product-id="+o+"]").find("input").val(),10),d=n.cap-s;0>d?d=0:d>r&&(d=r),_.find(".available-stock[data-product-id="+o+"]").html(d)}}},e.get_matching_ticket_id=function(e){var _=t(e).closest("[data-product-id]");if(_.length)return _.data("product-id")},e.get_ticket_property=function(t,e){if("object"!=typeof tribe_tickets_stock_data)return!1;var _=tribe_tickets_stock_data.tickets[t];return"undefined"===tribe_tickets_stock_data.tickets[t]?!1:_[e]},e.get_tickets_of=function(t){if("object"!=typeof tribe_tickets_stock_data)return!1;var e=[];for(var _ in tribe_tickets_stock_data.tickets){var c=tribe_tickets_stock_data.tickets[_];t===c.event_id&&(e[_]=c)}return e},e.currently_requested_global_event_stock=function(t){var c=0,i=e.get_tickets_of(t);for(var a in i)switch(tribe_tickets_stock_data.tickets[a].mode){case"global":case"capped":c+=parseInt(_.find("[data-product-id="+a+"]").find(".qty").val(),10)}return c},e.get_event_property=function(t,e){if("object"!=typeof tribe_tickets_stock_data)return!1;var _=tribe_tickets_stock_data.events[t];return"undefined"===tribe_tickets_stock_data.events[t]?!1:_[e]},e.stock_mode_is_global=function(t){return"global"===e.get_mode(t)},e.stock_mode_is_capped=function(t){return"capped"===e.get_mode(t)},e.ticket_uses_global_stock=function(t){return e.stock_mode_is_capped(t)||e.stock_mode_is_global(t)},e.get_mode=function(t){return e.get_ticket_property(t,"mode")},e.get_event_id=function(t){return e.get_ticket_property(t,"event_id")},e.get_cap=function(t){return e.get_ticket_property(t,"cap")},e.get_global_stock=function(t){return e.get_event_property(t,"stock")},e.get_single_stock=function(t){return e.get_ticket_property(t,"stock")},t(function(){e.init()})}(jQuery,tribe_tickets_ticket_form);
src/resources/js/rsvp.js CHANGED
@@ -14,6 +14,13 @@ var tribe_tickets_rsvp = {
14
 
15
  this.$rsvp.closest( '.cart' )
16
  .on( 'submit', this.event.handle_submission );
 
 
 
 
 
 
 
17
  };
18
 
19
  my.quantity_changed = function( $quantity ) {
@@ -61,4 +68,4 @@ var tribe_tickets_rsvp = {
61
  $( function() {
62
  my.init();
63
  } );
64
- })( jQuery, tribe_tickets_rsvp );
14
 
15
  this.$rsvp.closest( '.cart' )
16
  .on( 'submit', this.event.handle_submission );
17
+
18
+ $( '.tribe-rsvp-list' ).on( 'click', '.attendee-meta-row .toggle', function() {
19
+ $( this )
20
+ .toggleClass( 'on' )
21
+ .siblings( '.attendee-meta-details' )
22
+ .slideToggle();
23
+ });
24
  };
25
 
26
  my.quantity_changed = function( $quantity ) {
68
  $( function() {
69
  my.init();
70
  } );
71
+ })( jQuery, tribe_tickets_rsvp );
src/resources/js/rsvp.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_tickets_rsvp={num_attendees:0,event:{}};!function(t,e){"use strict";e.init=function(){this.$rsvp=t(".tribe-events-tickets-rsvp"),this.attendee_template=t(document.getElementById("tribe-tickets-rsvp-tmpl")).html(),this.$rsvp.on("change",".tribe-ticket-quantity",this.event.quantity_changed),this.$rsvp.closest(".cart").on("submit",this.event.handle_submission)},e.quantity_changed=function(t){var e=t.closest(".tribe-events-tickets-rsvp"),s=parseInt(t.val(),10);s?e.addClass("tribe-tickets-has-rsvp"):e.removeClass("tribe-tickets-has-rsvp")},e.validate_submission=function(){var e=t(document.getElementById("tribe-tickets-full-name")),s=t(document.getElementById("tribe-tickets-email"));return!(!t.trim(e.val()).length||!t.trim(s.val()).length)},e.event.quantity_changed=function(){e.quantity_changed(t(this))},e.event.handle_submission=function(s){if(!e.validate_submission()){s.preventDefault();var i=t(this).closest("form");return i.addClass("tribe-rsvp-message-display"),i.find(".tribe-rsvp-message-confirmation-error").show(),t("html, body").animate({scrollTop:i.offset().top},300),!1}},t(function(){e.init()})}(jQuery,tribe_tickets_rsvp);
1
+ var tribe_tickets_rsvp={num_attendees:0,event:{}};!function(t,e){"use strict";e.init=function(){this.$rsvp=t(".tribe-events-tickets-rsvp"),this.attendee_template=t(document.getElementById("tribe-tickets-rsvp-tmpl")).html(),this.$rsvp.on("change",".tribe-ticket-quantity",this.event.quantity_changed),this.$rsvp.closest(".cart").on("submit",this.event.handle_submission),t(".tribe-rsvp-list").on("click",".attendee-meta-row .toggle",function(){t(this).toggleClass("on").siblings(".attendee-meta-details").slideToggle()})},e.quantity_changed=function(t){var e=t.closest(".tribe-events-tickets-rsvp"),s=parseInt(t.val(),10);s?e.addClass("tribe-tickets-has-rsvp"):e.removeClass("tribe-tickets-has-rsvp")},e.validate_submission=function(){var e=t(document.getElementById("tribe-tickets-full-name")),s=t(document.getElementById("tribe-tickets-email"));return!(!t.trim(e.val()).length||!t.trim(s.val()).length)},e.event.quantity_changed=function(){e.quantity_changed(t(this))},e.event.handle_submission=function(s){if(!e.validate_submission()){s.preventDefault();var i=t(this).closest("form");return i.addClass("tribe-rsvp-message-display"),i.find(".tribe-rsvp-message-confirmation-error").show(),t("html, body").animate({scrollTop:i.offset().top},300),!1}},t(function(){e.init()})}(jQuery,tribe_tickets_rsvp);
src/resources/postcss/rsvp.pcss ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .tribe-rsvp {
2
+ padding: 20px 0;
3
+ }
4
+
5
+ .tribe-tickets-meta-row {
6
+ display: none;
7
+ }
8
+
9
+ .tribe-tickets-has-rsvp .tribe-tickets-meta-row {
10
+ display: table-row;
11
+ }
12
+
13
+ .tribe-tickets-attendee {
14
+ padding: 10px;
15
+ }
16
+
17
+ .tribe-events-tickets td {
18
+ padding: 8px 10px;
19
+ }
20
+
21
+ .tribe-events-style-full .tribe-events-tickets .tribe-tickets-attendee,
22
+ .tribe-events-tickets .tribe-tickets-attendee {
23
+ table,
24
+ tr,
25
+ td {
26
+ border: 0;
27
+ }
28
+ }
29
+
30
+
31
+ .tribe-rsvp-message-display .tribe-rsvp-messages {
32
+ display: block;
33
+ }
34
+
35
+ .tribe-rsvp-messages {
36
+ display: none;
37
+ padding: 10px 10px 5px;
38
+ }
39
+
40
+ .tribe-rsvp-message {
41
+ border-radius: 3px;
42
+ border-style: solid;
43
+ border-width: 1px;
44
+ font-size: 12px;
45
+ margin: 0 0 5px;
46
+ padding: 0 .6em;
47
+ }
48
+
49
+ .tribe-rsvp-message-success {
50
+ background-color: #ffffe0;
51
+ border-color: #e6db55;
52
+ }
53
+
54
+ .tribe-rsvp-message-error {
55
+ background-color: #ffebe8;
56
+ border-color: #c00;
57
+ }
58
+
59
+ .tribe-ticket-quantity {
60
+ width: 100%;
61
+ }
62
+
63
+ .tickets-unavailable {
64
+ font-style: italic;
65
+ }
66
+
67
+ .tribe-rsvp-list {
68
+ list-style: none;
69
+ padding: 0;
70
+ margin: 0;
71
+
72
+ > .tribe-item {
73
+ padding: 20px;
74
+ border: 1px solid #ededed;
75
+ border-bottom: 0;
76
+
77
+ &:last-child {
78
+ border-bottom: 1px solid #ededed;
79
+ margin-bottom: 20px;
80
+ }
81
+
82
+ &.tribe-disabled {
83
+ background-color: #efefef;
84
+ border-color: #ddd;
85
+ color: #717171;
86
+
87
+ &:last-child {
88
+ border-bottom-color: #ddd;
89
+ }
90
+ }
91
+
92
+ .tribe-answer {
93
+ float: right;
94
+ display: inline-block;
95
+ }
96
+
97
+ table {
98
+ border: 0;
99
+ margin: 0;
100
+ }
101
+
102
+ td {
103
+ border: 0;
104
+ }
105
+ }
106
+ }
107
+
108
+ .list-attendee {
109
+ color: #999;
110
+ display: inline-block;
111
+ letter-spacing: 1px;
112
+ text-transform: uppercase;
113
+ }
114
+
115
+ .tribe-link-tickets-message {
116
+ text-align: center;
117
+ padding: 20px;
118
+ border: 1px solid #ededed;
119
+ }
120
+
121
+ .tribe-submit-tickets-form {
122
+ margin-top: 20px;
123
+ }
124
+
125
+ .user-details {
126
+ -js-display: flex;
127
+ display: flex;
128
+ flex-flow: row wrap;
129
+ margin: 0 0 1em 0;
130
+
131
+ p {
132
+ margin: 0 1em .25em 0;
133
+ }
134
+ }
135
+
136
+ .tribe-answer {
137
+ select {
138
+ background: white;
139
+ border: 1px solid #ddd;
140
+ }
141
+ }
142
+
143
+ .tribe-rsvp {
144
+ h2 {
145
+ margin-bottom: 20px;
146
+ line-height: 1.2;
147
+ }
148
+ }
149
+
150
+ .event-tickets-meta-label {
151
+ font-weight:700;
152
+ margin: 0 1em 0 0;
153
+ }
154
+
155
+ /* TwentySixteen fix for box shadow as bottom border on <a> link */
156
+
157
+ .tribe-theme-twentysixteen,
158
+ .tribe-theme-parent-twentysixteen {
159
+ .entry-content a,
160
+ .entry-summary a,
161
+ .taxonomy-description a,
162
+ .logged-in-as a,
163
+ .comment-content a,
164
+ .pingback .comment-body > a,
165
+ .textwidget a,
166
+ .entry-footer a:hover,
167
+ .site-info a:hover {
168
+ box-shadow: none;
169
+ }
170
+ }
src/resources/postcss/tickets-attendees-print.pcss ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @media print {
2
+ #adminmenuback,
3
+ #adminmenuwrap,
4
+ .tablenav,
5
+ #wpfooter,
6
+ .check-column,
7
+ .column-check_in,
8
+ #total_checkedin_wrapper,
9
+ #show-settings-link,
10
+ .screen-meta-toggle,
11
+ h2,
12
+ #icon-edit {
13
+ display: none;
14
+ }
15
+
16
+ .wrap h2 + h2 {
17
+ display: block;
18
+ }
19
+
20
+ #wpcontent,
21
+ #wpfooter {
22
+ margin-left: 20px;
23
+ }
24
+
25
+ #the-list tr {
26
+ background: #fff;
27
+ border: 0;
28
+ border-bottom: 1px solid #333;
29
+ }
30
+
31
+ a.row-title {
32
+ color: #000;
33
+ }
34
+
35
+ .widefat {
36
+ thead tr th,
37
+ tfoot tr th {
38
+ background: none;
39
+ text-shadow: none;
40
+ }
41
+ }
42
+
43
+ .postbox h3 {
44
+ text-shadow: none;
45
+ }
46
+
47
+ #total_tickets_sold {
48
+ display: block;
49
+ }
50
+
51
+ .ticket_list {
52
+ h4 {
53
+ font-size: 13px;
54
+ }
55
+
56
+ tr {
57
+ td {
58
+ font-size: 11px;
59
+ line-height: 15px;
60
+
61
+ .totals {
62
+ height: 100px;
63
+ line-height: 30px;
64
+ padding-top: 40px;
65
+ width: 75%;
66
+ }
67
+ }
68
+ }
69
+ }
70
+
71
+ table {
72
+ page-break-inside: auto;
73
+ }
74
+
75
+ tr {
76
+ page-break-after: auto;
77
+ page-break-inside: avoid;
78
+ }
79
+
80
+ thead {
81
+ display: table-header-group;
82
+ }
83
+
84
+ tfoot {
85
+ display: table-footer-group;
86
+ }
87
+ }
src/resources/postcss/tickets-attendees.pcss ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #tribe-attendees-summary {
2
+ padding-bottom: 10px;
3
+ position: relative;
4
+
5
+ h3,
6
+ .about-description {
7
+ width: 66%;
8
+
9
+ @media screen and (max-width: 870px) {
10
+ width: 100%;
11
+ }
12
+ }
13
+
14
+ .about-description a {
15
+ color: inherit;
16
+ }
17
+
18
+ .welcome-panel-column-container {
19
+ position: initial;
20
+
21
+ @media screen and (max-width: 870px) {
22
+ margin-bottom: 115px;
23
+ }
24
+ }
25
+
26
+ .welcome-panel-column li {
27
+ line-height: 1.4em;
28
+ margin-bottom: 2px;
29
+
30
+ @media screen and (max-width: 870px) {
31
+ display: list-item;
32
+ }
33
+ }
34
+
35
+ .welcome-panel-last {
36
+ border-left: 1px solid #eee;
37
+ bottom: 0;
38
+ padding: 10px 20px 5px;
39
+ position: absolute;
40
+ right: 0;
41
+ top: 0;
42
+ width: 200px;
43
+
44
+ @media screen and (max-width: 870px) {
45
+ border-left: 0;
46
+ border-top: 1px solid #eee;
47
+ bottom: 0;
48
+ left: 0;
49
+ right: 0;
50
+ top: initial;
51
+ width: 100%;
52
+ }
53
+
54
+ h4 {
55
+ font-size: 1.5em;
56
+ text-align: center;
57
+ }
58
+
59
+ li {
60
+ font-size: 1.2em;
61
+ }
62
+
63
+ ul {
64
+ @media screen and (max-width: 870px) {
65
+ float: left;
66
+ width: 50%;
67
+ }
68
+
69
+ @media screen and (min-width: 870px) {
70
+ &:first-child {
71
+ margin-bottom: 0;
72
+ }
73
+
74
+ &:last-child {
75
+ margin-top: 0;
76
+ }
77
+ }
78
+ }
79
+ }
80
+ }
81
+
82
+ .tribe-attendees-page{
83
+ a.tickets_uncheckin {
84
+ display: none;
85
+ }
86
+
87
+ .tickets_checked {
88
+ td {
89
+ opacity: .7;
90
+ text-decoration: line-through;
91
+ }
92
+
93
+ a.tickets_checkin {
94
+ display: none;
95
+ }
96
+
97
+ td.column-check_in {
98
+ text-decoration: none !important;
99
+ }
100
+
101
+ a.tickets_uncheckin {
102
+ display: block;
103
+ }
104
+ }
105
+
106
+ .column-attendee_id,
107
+ .column-order_id {
108
+ width: 70px;
109
+ }
110
+
111
+ .print,
112
+ .email,
113
+ .export {
114
+ margin: 1px 8px 0 0;
115
+ }
116
+ }
117
+
118
+ .tribe-attendees-email {
119
+ .tribe-attendees-email-message {
120
+ float: left;
121
+ margin: 0;
122
+ }
123
+
124
+ .button-primary {
125
+ margin-top: 3px;
126
+ }
127
+ }
128
+
129
+ .tribe-attendees-email-message {
130
+ ul {
131
+ font-size: 13px;
132
+ line-height: 1.5;
133
+ margin: .5em 0;
134
+ padding: 2px;
135
+
136
+ li:last-child {
137
+ margin-bottom: 0;
138
+ }
139
+ }
140
+
141
+ @media screen and (max-width: 782px) {
142
+ .notice-dismiss {
143
+ padding: 9px;
144
+ }
145
+ }
146
+ }
147
+
148
+ #attendees_email_wrapper {
149
+ margin-top: 10px;
150
+ overflow: hidden;
151
+ padding: 20px;
152
+
153
+ label {
154
+ display: block;
155
+
156
+ span {
157
+ display: inline-block;
158
+ width: 105px;
159
+ }
160
+ }
161
+
162
+ select,
163
+ input[type='text'] {
164
+ width: 285px;
165
+ }
166
+
167
+ .attendees_or {
168
+ display: block;
169
+ font-size: 20px;
170
+ margin: 20px 0;
171
+ text-align: center;
172
+ }
173
+ }
src/resources/postcss/tickets-embed.pcss ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .tribe-embed {
2
+
3
+ .tribe-event-buy {
4
+ background: #808285;
5
+ color: #fff;
6
+ display: inline-block;
7
+ margin-left: .25rem;
8
+ padding: .25rem .5rem;
9
+ text-decoration: none;
10
+ text-transform: uppercase;
11
+
12
+ &:hover {
13
+ background: #414042;
14
+ text-decoration: none;
15
+ }
16
+ }
17
+ }
src/resources/postcss/tickets.pcss ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* = WooTickets Admin Styles
2
+ =============================================*/
3
+
4
+ #ticket_form {
5
+ display: none;
6
+
7
+ input[type=radio] {
8
+ margin-right: 5px;
9
+ }
10
+
11
+ span {
12
+ margin-right: 10px;
13
+ }
14
+ }
15
+
16
+ .ticket_list {
17
+
18
+ h4 {
19
+ border-bottom: 1px solid #e5e5e5;
20
+ padding-bottom: 6px;
21
+ text-transform: uppercase;
22
+
23
+ a {
24
+ font-size: 11px;
25
+ font-weight: normal;
26
+ text-transform: none;
27
+ }
28
+ }
29
+
30
+ tr {
31
+ &:hover td div.ticket_controls {
32
+ visibility: visible;
33
+ }
34
+
35
+ td {
36
+ padding: 4px 7px 2px;
37
+ vertical-align: top;
38
+
39
+ div.ticket_controls {
40
+ visibility: hidden;
41
+ }
42
+ }
43
+ }
44
+ }
45
+
46
+ p.ticket_name {
47
+ font-size: 13px;
48
+ font-weight: bold;
49
+ }
50
+
51
+ .ticket_form {
52
+ p.description {
53
+ display: inline;
54
+
55
+ &.detailed-description {
56
+ display: block;
57
+ }
58
+ }
59
+
60
+ h4.ticket_form_title_edit {
61
+ display: none;
62
+ }
63
+ }
64
+
65
+ #tribe_ticket_header_preview img {
66
+ height: auto !important;
67
+ max-width: 95% !important;
68
+ }
69
+
70
+ #tribe_ticket_header_remove {
71
+ display: none;
72
+ }
73
+
74
+ .ticket_time {
75
+ display: none;
76
+ }
77
+
78
+ .tribe-tickets-remaining {
79
+ font-size: 10px;
80
+ }
81
+
82
+ .eventtable {
83
+ margin: 0;
84
+ padding-top: 0;
85
+ width: 100%;
86
+ }
87
+
88
+ #event_tickets,
89
+ .eventtable.ticket_list.eventForm {
90
+ table-layout: fixed;
91
+ }
92
+
93
+ /* Specific goal of this rule is to prevent the number input busting the ticket form layout under Twenty Fifteen */
94
+ .tribe-theme-twentyfifteen .tribe-events-tickets input[type='number'] {
95
+ padding: .375em;
96
+ width: 100%;
97
+ }
src/template-tags/tickets.php CHANGED
@@ -218,7 +218,7 @@ if ( ! function_exists( 'tribe_tickets_get_ticket_stock_message' ) ) {
218
  // If it is a global-stock ticket but the global stock level has not yet been set for the event
219
  // then return something better than just '0' as the available stock
220
  if ( $is_global && 0 === $stock && ! $global_stock->is_enabled() ) {
221
- $stock = '<i>' . __( 'global inventory', 'event-tickets-plus' ) . '</i>';
222
  }
223
 
224
  // There may not be a fixed inventory - in which case just report the number actually sold so far
@@ -298,3 +298,137 @@ function tribe_tickets_resource_url( $resource, $echo = false, $root_dir = 'src'
298
 
299
  return $url;
300
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
218
  // If it is a global-stock ticket but the global stock level has not yet been set for the event
219
  // then return something better than just '0' as the available stock
220
  if ( $is_global && 0 === $stock && ! $global_stock->is_enabled() ) {
221
+ $stock = '<i>' . __( 'global inventory', 'event-tickets' ) . '</i>';
222
  }
223
 
224
  // There may not be a fixed inventory - in which case just report the number actually sold so far
298
 
299
  return $url;
300
  }
301
+
302
+
303
+ /**
304
+ * Includes a template part, similar to the WP get template part, but looks
305
+ * in the correct directories for Tribe Tickets templates
306
+ *
307
+ * @param string $slug The Base template name
308
+ * @param null|string $name (optional) if set will try to include `{$slug}-{$name}.php` file
309
+ * @param array $data (optional) array of vars to inject into the template part
310
+ * @param boolean $echo (optional) Allows the user to print or return the template
311
+ *
312
+ * @uses Tribe__Tickets__Templates::get_template_hierarchy
313
+ *
314
+ * @return string|void It will depend if it's echoing or not
315
+ **/
316
+ function tribe_tickets_get_template_part( $slug, $name = null, array $data = null, $echo = true ) {
317
+
318
+ /**
319
+ * Fires an Action before echoing the Template
320
+ *
321
+ * @param string $slug Slug for this template
322
+ * @param string $name Template name
323
+ * @param array $data The Data that will be used on this template
324
+ */
325
+ do_action( 'tribe_tickets_pre_get_template_part', $slug, $name, $data );
326
+
327
+ // Setup possible parts
328
+ $templates = array();
329
+ if ( isset( $name ) ) {
330
+ $templates[] = $slug . '-' . $name . '.php';
331
+ }
332
+ $templates[] = $slug . '.php';
333
+
334
+ /**
335
+ * Allow users to filter which templates can be included
336
+ *
337
+ * @param string $template The Template file, which is a relative path from the Folder we are dealing with
338
+ * @param string $slug Slug for this template
339
+ * @param string $name Template name
340
+ * @param array $data The Data that will be used on this template
341
+ */
342
+ $templates = apply_filters( 'tribe_tickets_get_template_part_templates', $templates, $slug, $name, $data );
343
+
344
+ // Make any provided variables available in the template's symbol table
345
+ if ( is_array( $data ) ) {
346
+ extract( $data );
347
+ }
348
+
349
+ // loop through templates, return first one found.
350
+ foreach ( $templates as $template ) {
351
+ $file = Tribe__Tickets__Templates::get_template_hierarchy( $template, array( 'disable_view_check' => true ) );
352
+
353
+ /**
354
+ * Allow users to filter which template will be included
355
+ *
356
+ * @param string $file Complete path to include the PHP File
357
+ * @param string $template The Template file, which is a relative path from the Folder we are dealing with
358
+ * @param string $slug Slug for this template
359
+ * @param string $name Template name
360
+ * @param array $data The Data that will be used on this template
361
+ */
362
+ $file = apply_filters( 'tribe_tickets_get_template_part_path', $file, $template, $slug, $name, $data );
363
+
364
+ /**
365
+ * A more Specific Filter that will include the template name
366
+ *
367
+ * @param string $file Complete path to include the PHP File
368
+ * @param string $slug Slug for this template
369
+ * @param string $name Template name
370
+ * @param array $data The Data that will be used on this template
371
+ */
372
+ $file = apply_filters( "tribe_tickets_get_template_part_path_{$template}", $file, $slug, $name, $data );
373
+
374
+ if ( ! file_exists( $file ) ) {
375
+ continue;
376
+ }
377
+
378
+ ob_start();
379
+ /**
380
+ * Fires an Action before including the template file
381
+ *
382
+ * @param string $template The Template file, which is a relative path from the Folder we are dealing with
383
+ * @param string $file Complete path to include the PHP File
384
+ * @param string $slug Slug for this template
385
+ * @param string $name Template name
386
+ * @param array $data The Data that will be used on this template
387
+ */
388
+ do_action( 'tribe_tickets_before_get_template_part', $template, $file, $slug, $name, $data );
389
+ include( $file );
390
+
391
+ /**
392
+ * Fires an Action After including the template file
393
+ * @param string $template The Template file, which is a relative path from the Folder we are dealing with
394
+ * @param string $file Complete path to include the PHP File
395
+ * @param string $slug Slug for this template
396
+ * @param string $name Template name
397
+ * @param array $data The Data that will be used on this template
398
+ */
399
+ do_action( 'tribe_tickets_after_get_template_part', $template, $file, $slug, $name, $data );
400
+ $html = ob_get_clean();
401
+
402
+ /**
403
+ * Allow users to filter the final HTML
404
+ * @param string $html The final HTML
405
+ * @param string $template The Template file, which is a relative path from the Folder we are dealing with
406
+ * @param string $file Complete path to include the PHP File
407
+ * @param string $slug Slug for this template
408
+ * @param string $name Template name
409
+ * @param array $data The Data that will be used on this template
410
+ */
411
+ $html = apply_filters( 'tribe_tickets_get_template_part_content', $html, $template, $file, $slug, $name, $data );
412
+
413
+ if ( $echo ) {
414
+ echo $html;
415
+ }
416
+
417
+ break;
418
+ }
419
+
420
+ /**
421
+ * Files an Action after echoing/saving the html Template
422
+ *
423
+ * @param string $slug Slug for this template
424
+ * @param string $name Template name
425
+ * @param array $data The Data that will be used on this template
426
+ */
427
+ do_action( 'tribe_tickets_post_get_template_part', $slug, $name, $data );
428
+
429
+ if ( ! $echo ) {
430
+ // Return should come at the end
431
+ return $html;
432
+ }
433
+ }
434
+
src/views/shortcodes/my-attendance-list-logged-out.php ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Renders the logged out message for the My Attendance list
4
+ *
5
+ * @version 4.2
6
+ */
7
+ ?>
8
+ <p><?php esc_html_e( 'To see a list of events you are attending you will need to login.', 'event-tickets' ); ?></p>
src/views/shortcodes/my-attendance-list.php ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Renders the My Attendance list
4
+ *
5
+ * @version 4.2
6
+ *
7
+ * @var array $event_ids
8
+ */
9
+ ?>
10
+
11
+ <ul class="tribe-tickets my-attendance-list">
12
+ <?php foreach ( $event_ids as $id ): ?>
13
+ <?php $start_date = tribe_get_start_date( $id ); ?>
14
+ <li class="event-<?php echo esc_attr( $id ) ?>">
15
+ <a href="<?php echo esc_url( get_permalink( $id ) ); ?>" target="_blank">
16
+ <?php echo get_the_title( $id ); ?>
17
+ <?php if ( $start_date ): ?>
18
+ <span class="datetime">(<?php echo $start_date; ?>)</span>
19
+ <?php endif; ?>
20
+ </a>
21
+ </li>
22
+
23
+ <?php endforeach; ?>
24
+
25
+ <?php if ( empty( $event_ids ) ): ?>
26
+
27
+ <li class="event-none">
28
+ <?php esc_html_e( 'You have not indicated your attendance for any upcoming events.', 'event-tickets' ); ?>
29
+ </li>
30
+
31
+ <?php endif; ?>
32
+ </ul>
src/views/tickets/orders-link.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Link to Tickets
4
+ * Included on the Events Single Page after the meta
5
+ * the Message that Will link to the Tickets Page
6
+ *
7
+ * Override this template in your own theme by creating a file at [your-theme]/tribe-events/tickets/orders-link.php
8
+ *
9
+ * @package TribeEventsCalendar
10
+ * @version 4.2
11
+ *
12
+ */
13
+
14
+ if ( ! defined( 'ABSPATH' ) ) {
15
+ die( '-1' );
16
+ }
17
+
18
+ $view = Tribe__Tickets__Tickets_View::instance();
19
+ $event_id = get_the_ID();
20
+ $event = get_post( $event_id );
21
+ $post_type = get_post_type_object( $event->post_type );
22
+
23
+ $user_id = get_current_user_id();
24
+
25
+ $is_event_page = class_exists( 'Tribe__Events__Main' ) && Tribe__Events__Main::POSTTYPE === $event->post_type ? true : false;
26
+
27
+ $events_label_singular = $post_type->labels->singular_name;
28
+ $counters = array();
29
+ $rsvp_count = $view->count_rsvp_attendees( $event_id, $user_id );
30
+ $ticket_count = $view->count_ticket_attendees( $event_id, $user_id );
31
+
32
+ if ( 0 !== $rsvp_count ) {
33
+ $counters[] = sprintf( _n( '%d RSVP', '%d RSVPs', $rsvp_count, 'event-tickets' ), $rsvp_count );
34
+ }
35
+
36
+ if ( 0 !== $ticket_count ) {
37
+ $counters[] = sprintf( _n( '%d Ticket', '%d Tickets', $ticket_count, 'event-tickets' ), $ticket_count );
38
+ }
39
+
40
+ if ( $is_event_page ) {
41
+ $link = trailingslashit( get_permalink( $event_id ) ) . 'tickets';
42
+ } else {
43
+ $link = home_url( '/tickets/' . $event_id );
44
+ }
45
+ $message = sprintf( esc_html__( 'You have %s for this %s.', 'event-tickets' ), implode( __( ' and ', 'event-tickets' ), $counters ), $events_label_singular );
46
+ $message .= ' <a href="' . esc_url( $link ) . '">' . sprintf( esc_html__( 'View your %s', 'event-tickets' ), $this->get_description_rsvp_ticket( $event_id, $user_id, true ) ) . '</a>';
47
+ ?>
48
+
49
+ <div class="tribe-link-tickets-message">
50
+ <?php echo $message; ?>
51
+ </div>
src/views/tickets/orders-rsvp.php ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * List of RSVP Orders
4
+ *
5
+ * Override this template in your own theme by creating a file at [your-theme]/tribe-events/tickets/orders-rsvp.php
6
+ *
7
+ * @package TribeEventsCalendar
8
+ * @version 4.2
9
+ *
10
+ */
11
+
12
+ if ( ! defined( 'ABSPATH' ) ) {
13
+ die( '-1' );
14
+ }
15
+ $view = Tribe__Tickets__Tickets_View::instance();
16
+ $post_id = get_the_ID();
17
+ $post = get_post( $post_id );
18
+ $post_type = get_post_type_object( $post->post_type );
19
+ $user_id = get_current_user_id();
20
+ $user_info = get_userdata( $user_id );
21
+
22
+ if ( ! $view->has_rsvp_attendees( $post_id, $user_id ) ) {
23
+ return;
24
+ }
25
+
26
+ $attendee_groups = $view->get_event_rsvp_attendees_by_purchaser( $post_id, $user_id );
27
+ ?>
28
+ <div class="tribe-rsvp">
29
+ <h2><?php printf( esc_html__( 'My RSVPs for This %s', 'event-tickets' ), $post_type->labels->singular_name ); ?></h2>
30
+ <?php foreach ( $attendee_groups as $attendee_group ): ?>
31
+ <?php
32
+ $first_attendee = reset( $attendee_group );
33
+ ?>
34
+ <div class="user-details">
35
+ <p>
36
+ <?php
37
+ printf(
38
+ esc_html__( 'Reserved by %1$s (%2$s)', 'event-tickets' ),
39
+ esc_html( $first_attendee['purchaser_name'] ),
40
+ '<a href="mailto:' . esc_url( $first_attendee['purchaser_email'] ) .'">' . esc_html( $first_attendee['purchaser_email'] ) . '</a>'
41
+ );
42
+
43
+ printf(
44
+ esc_html__( ' on %s', 'event-tickets' ),
45
+ date_i18n( 'F j, Y', strtotime( esc_attr( $first_attendee['purchase_time'] ) ) )
46
+ );
47
+ ?>
48
+ </p>
49
+ <div class="tribe-tickets attendees-list-optout">
50
+ <input <?php echo $view->get_restriction_attr( $post_id, esc_attr( $first_attendee['product_id'] ) ); ?> type="checkbox" name="attendee[<?php echo esc_attr( $first_attendee['order_id'] ); ?>][optout]" id="tribe-tickets-attendees-list-optout-<?php echo esc_attr( $first_attendee['order_id'] ); ?>" <?php checked( true, esc_attr( $first_attendee['optout'] ) ) ?>>
51
+ <label for="tribe-tickets-attendees-list-optout-<?php echo esc_attr( $first_attendee['order_id'] ); ?>"><?php esc_html_e( 'Don\'t list me on the public attendee list', 'event-tickets' ); ?></label>
52
+ </div>
53
+ </div>
54
+ <ul class="tribe-rsvp-list tribe-list">
55
+ <?php foreach ( $attendee_group as $i => $attendee ): ?>
56
+ <?php $key = $attendee['order_id']; ?>
57
+ <li class="tribe-item<?php echo $view->is_rsvp_restricted( $post_id, $attendee['product_id'] ) ? 'tribe-disabled' : ''; ?>" <?php echo $view->get_restriction_attr( $post_id, $attendee['product_id'] ); ?> id="attendee-<?php echo $attendee['order_id']; ?>">
58
+ <p class="list-attendee"><?php printf( esc_html__( 'Attendee %d', 'event-tickets' ), $i + 1 ); ?></p>
59
+ <div class="tribe-answer">
60
+ <!-- Wrapping <label> around both the text and the <select> will implicitly associate the text with the label. -->
61
+ <!-- See https://www.w3.org/WAI/tutorials/forms/labels/#associating-labels-implicitly -->
62
+ <label>
63
+ <?php esc_html_e( 'RSVP: ', 'event-tickets' ); ?>
64
+ <?php $view->render_rsvp_selector( "attendee[{$key}][order_status]", $attendee['order_status'], $post_id, $attendee['product_id'] ); ?>
65
+ </label>
66
+ </div>
67
+ <?php
68
+ /**
69
+ * Inject content into an RSVP attendee block on the RVSP orders page
70
+ *
71
+ * @param array $attendee Attendee array
72
+ * @param WP_Post $post Post object that the tickets are tied to
73
+ */
74
+ do_action( 'event_tickets_orders_attendee_contents', $attendee, $post );
75
+ ?>
76
+ </li>
77
+ <?php endforeach; ?>
78
+ </ul>
79
+ <?php endforeach; ?>
80
+ </div>
src/views/tickets/orders.php ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Edit Event Tickets
4
+ *
5
+ * Override this template in your own theme by creating a file at [your-theme]/tribe-events/tickets/orders.php
6
+ *
7
+ * @package TribeEventsCalendar
8
+ * @version 4.2
9
+ *
10
+ */
11
+
12
+ if ( ! defined( 'ABSPATH' ) ) {
13
+ die( '-1' );
14
+ }
15
+ $view = Tribe__Tickets__Tickets_View::instance();
16
+ $event_id = get_the_ID();
17
+ $event = get_post( $event_id );
18
+ $post_type = get_post_type_object( $event->post_type );
19
+
20
+ $is_event_page = class_exists( 'Tribe__Events__Main' ) && Tribe__Events__Main::POSTTYPE === $event->post_type ? true : false;
21
+ ?>
22
+
23
+ <div id="tribe-events-content" class="tribe-events-single">
24
+ <p class="tribe-back">
25
+ <a href="<?php echo esc_url( get_permalink( $event_id ) ); ?>">
26
+ <?php printf( '&laquo; ' . esc_html__( 'View %s', 'event-tickets' ), $post_type->labels->singular_name ); ?>
27
+ </a>
28
+ </p>
29
+
30
+ <?php if ( $is_event_page ): ?>
31
+ <?php the_title( '<h1 class="tribe-events-single-event-title">', '</h1>' ); ?>
32
+
33
+ <div class="tribe-events-schedule tribe-clearfix">
34
+ <?php echo tribe_events_event_schedule_details( $event_id, '<h2>', '</h2>' ); ?>
35
+ <?php if ( tribe_get_cost() ) : ?>
36
+ <span class="tribe-events-cost"><?php echo tribe_get_cost( null, true ) ?></span>
37
+ <?php endif; ?>
38
+ </div>
39
+ <?php endif; ?>
40
+
41
+ <!-- Notices -->
42
+ <?php tribe_the_notices() ?>
43
+
44
+ <form method="post">
45
+
46
+ <?php tribe_tickets_get_template_part( 'tickets/orders-rsvp' ); ?>
47
+ <?php tribe_tickets_get_template_part( 'tickets/orders-tickets' ); ?>
48
+
49
+ <?php if ( $view->has_rsvp_attendees( $event_id ) || $view->has_ticket_attendees( $event_id ) ): ?>
50
+ <div class="tribe-submit-tickets-form">
51
+ <button type="submit" name="process-tickets" value="1" class="button alt"><?php echo sprintf( esc_html__( 'Update %s', 'event-tickets' ), $view->get_description_rsvp_ticket( $event_id, get_current_user_id(), true ) ); ?></button>
52
+ </div>
53
+ <?php endif; ?>
54
+
55
+ </form>
56
+
57
+ </div><!-- #tribe-events-content -->
src/views/tickets/rsvp.php CHANGED
@@ -2,8 +2,9 @@
2
  /**
3
  * This template renders the RSVP ticket form
4
  *
5
- * @version 4.1.4
6
  *
 
7
  */
8
 
9
  $is_there_any_product = false;
@@ -12,6 +13,7 @@ $is_there_any_product_to_sell = false;
12
  ob_start();
13
  $messages = Tribe__Tickets__RSVP::get_instance()->get_messages();
14
  $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
 
15
  ?>
16
  <form action="" class="cart <?php echo esc_attr( $messages_class ); ?>" method="post" enctype='multipart/form-data'>
17
  <h2 class="tribe-events-tickets-title"><?php esc_html_e( 'RSVP', 'event-tickets' ) ?></h2>
@@ -39,9 +41,8 @@ $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
39
  continue;
40
  }
41
 
42
- if ( $ticket->date_in_range( time() ) ) {
43
  $is_there_any_product = true;
44
-
45
  ?>
46
  <tr>
47
  <td class="tribe-ticket quantity" data-product-id="<?php echo esc_attr( $ticket->ID ); ?>">
@@ -50,7 +51,7 @@ $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
50
  if ( $ticket->is_in_stock() ) {
51
  $is_there_any_product_to_sell = true;
52
  ?>
53
- <input type="number" class="tribe-ticket-quantity" min="0" max="<?php echo esc_attr( $ticket->remaining() ); ?>" name="quantity_<?php echo absint( $ticket->ID ); ?>" value="0">
54
  <?php
55
 
56
  if ( $ticket->managing_stock() ) {
@@ -86,6 +87,7 @@ $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
86
  * @var Tribe__Tickets__Ticket_Object
87
  */
88
  do_action( 'event_tickets_rsvp_after_ticket_row', tribe_events_get_ticket_event( $ticket->id ), $ticket );
 
89
  }
90
  }//end foreach
91
 
@@ -93,7 +95,7 @@ $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
93
  ?>
94
  <tr class="tribe-tickets-meta-row">
95
  <td colspan="4" class="tribe-tickets-attendees">
96
- <header><?php esc_html_e( 'Send RSVP confirmation to:', 'event-tickets-plus' ); ?></header>
97
  <?php
98
  /**
99
  * Allows injection of HTML before RSVP ticket confirmation fields
@@ -102,7 +104,7 @@ $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
102
  */
103
  do_action( 'event_tickets_rsvp_before_confirmation_fields', $tickets );
104
  ?>
105
- <table>
106
  <tr class="tribe-tickets-full-name-row">
107
  <td>
108
  <label for="tribe-tickets-full-name"><?php esc_html_e( 'Full Name', 'event-tickets' ); ?>:</label>
@@ -119,6 +121,16 @@ $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
119
  <input type="email" name="attendee[email]" id="tribe-tickets-email">
120
  </td>
121
  </tr>
 
 
 
 
 
 
 
 
 
 
122
  <?php if ( class_exists( 'Tribe__Tickets_Plus__Attendees_List' ) && ! Tribe__Tickets_Plus__Attendees_List::is_hidden_on( get_the_ID() ) ) : ?>
123
  <tr class="tribe-tickets-attendees-list-optout">
124
  <td colspan="4">
@@ -132,7 +144,12 @@ $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
132
  </tr>
133
  <tr>
134
  <td colspan="4" class="add-to-cart">
135
- <button type="submit" name="tickets_process" value="1" class="button alt"><?php esc_html_e( 'Confirm RSVP', 'event-tickets' );?></button>
 
 
 
 
 
136
  </td>
137
  </tr>
138
  <?php
@@ -145,4 +162,17 @@ $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
145
  $content = ob_get_clean();
146
  if ( $is_there_any_product ) {
147
  echo $content;
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  }
2
  /**
3
  * This template renders the RSVP ticket form
4
  *
5
+ * @version 4.2
6
  *
7
+ * @var bool $must_login
8
  */
9
 
10
  $is_there_any_product = false;
13
  ob_start();
14
  $messages = Tribe__Tickets__RSVP::get_instance()->get_messages();
15
  $messages_class = $messages ? 'tribe-rsvp-message-display' : '';
16
+ $now = current_time( 'timestamp' );
17
  ?>
18
  <form action="" class="cart <?php echo esc_attr( $messages_class ); ?>" method="post" enctype='multipart/form-data'>
19
  <h2 class="tribe-events-tickets-title"><?php esc_html_e( 'RSVP', 'event-tickets' ) ?></h2>
41
  continue;
42
  }
43
 
44
+ if ( $ticket->date_in_range( $now ) ) {
45
  $is_there_any_product = true;
 
46
  ?>
47
  <tr>
48
  <td class="tribe-ticket quantity" data-product-id="<?php echo esc_attr( $ticket->ID ); ?>">
51
  if ( $ticket->is_in_stock() ) {
52
  $is_there_any_product_to_sell = true;
53
  ?>
54
+ <input type="number" class="tribe-ticket-quantity" min="0" max="<?php echo esc_attr( $ticket->remaining() ); ?>" name="quantity_<?php echo absint( $ticket->ID ); ?>" value="0" <?php disabled( $must_login ); ?> >
55
  <?php
56
 
57
  if ( $ticket->managing_stock() ) {
87
  * @var Tribe__Tickets__Ticket_Object
88
  */
89
  do_action( 'event_tickets_rsvp_after_ticket_row', tribe_events_get_ticket_event( $ticket->id ), $ticket );
90
+
91
  }
92
  }//end foreach
93
 
95
  ?>
96
  <tr class="tribe-tickets-meta-row">
97
  <td colspan="4" class="tribe-tickets-attendees">
98
+ <header><?php esc_html_e( 'Send RSVP confirmation to:', 'event-tickets' ); ?></header>
99
  <?php
100
  /**
101
  * Allows injection of HTML before RSVP ticket confirmation fields
104
  */
105
  do_action( 'event_tickets_rsvp_before_confirmation_fields', $tickets );
106
  ?>
107
+ <table class="tribe-tickets-table">
108
  <tr class="tribe-tickets-full-name-row">
109
  <td>
110
  <label for="tribe-tickets-full-name"><?php esc_html_e( 'Full Name', 'event-tickets' ); ?>:</label>
121
  <input type="email" name="attendee[email]" id="tribe-tickets-email">
122
  </td>
123
  </tr>
124
+
125
+ <tr class="tribe-tickets-order_status-row">
126
+ <td>
127
+ <label for="tribe-tickets-order_status"><?php esc_html_e( 'RSVP', 'event-tickets' ); ?>:</label>
128
+ </td>
129
+ <td colspan="3">
130
+ <?php Tribe__Tickets__Tickets_View::instance()->render_rsvp_selector( 'attendee[order_status]', '' ); ?>
131
+ </td>
132
+ </tr>
133
+
134
  <?php if ( class_exists( 'Tribe__Tickets_Plus__Attendees_List' ) && ! Tribe__Tickets_Plus__Attendees_List::is_hidden_on( get_the_ID() ) ) : ?>
135
  <tr class="tribe-tickets-attendees-list-optout">
136
  <td colspan="4">
144
  </tr>
145
  <tr>
146
  <td colspan="4" class="add-to-cart">
147
+ <?php if ( $must_login ): ?>
148
+ <?php $login_url = Tribe__Tickets__Tickets::get_login_url() ?>
149
+ <a href="<?php echo $login_url; ?>"><?php esc_html_e( 'Login to RSVP', 'event-tickets' );?></a>
150
+ <?php else: ?>
151
+ <button type="submit" name="tickets_process" value="1" class="button alt"><?php esc_html_e( 'Confirm RSVP', 'event-tickets' );?></button>
152
+ <?php endif; ?>
153
  </td>
154
  </tr>
155
  <?php
162
  $content = ob_get_clean();
163
  if ( $is_there_any_product ) {
164
  echo $content;
165
+ } else {
166
+ $unavailability_message = $this->get_tickets_unavailable_message( $tickets );
167
+
168
+ // if there isn't an unavailability message, bail
169
+ if ( ! $unavailability_message ) {
170
+ return;
171
+ }
172
+
173
+ ?>
174
+ <div class="tickets-unavailable">
175
+ <?php echo esc_html( $unavailability_message ); ?>
176
+ </div>
177
+ <?php
178
  }